|
3 | 3 | #### `looks like the latest snapshot`
|
4 | 4 |
|
5 | 5 | ```html
|
6 |
| -<editor-container |
7 |
| - nomargin="" |
| 6 | +<action-pane |
| 7 | + label="COUPLING_BAY - Bay" |
8 | 8 | tabindex="0"
|
9 | 9 | >
|
10 | 10 | <abbr
|
11 |
| - slot="header" |
| 11 | + slot="action" |
12 | 12 | title="[lnode.tooltip]"
|
13 | 13 | >
|
14 | 14 | <mwc-icon-button icon="account_tree">
|
15 | 15 | </mwc-icon-button>
|
16 | 16 | </abbr>
|
17 | 17 | <abbr
|
18 |
| - slot="header" |
| 18 | + slot="action" |
19 | 19 | title="[duplicate]"
|
20 | 20 | >
|
21 | 21 | <mwc-icon-button icon="content_copy">
|
22 | 22 | </mwc-icon-button>
|
23 | 23 | </abbr>
|
24 | 24 | <abbr
|
25 |
| - slot="header" |
| 25 | + slot="action" |
26 | 26 | title="[edit]"
|
27 | 27 | >
|
28 | 28 | <mwc-icon-button icon="edit">
|
29 | 29 | </mwc-icon-button>
|
30 | 30 | </abbr>
|
31 | 31 | <abbr
|
32 |
| - slot="header" |
| 32 | + slot="action" |
33 | 33 | title="[move]"
|
34 | 34 | >
|
35 | 35 | <mwc-icon-button icon="forward">
|
36 | 36 | </mwc-icon-button>
|
37 | 37 | </abbr>
|
38 | 38 | <abbr
|
39 |
| - slot="header" |
| 39 | + slot="action" |
40 | 40 | title="[remove]"
|
41 | 41 | >
|
42 | 42 | <mwc-icon-button icon="delete">
|
43 | 43 | </mwc-icon-button>
|
44 | 44 | </abbr>
|
| 45 | + <abbr |
| 46 | + slot="action" |
| 47 | + style="position:relative;" |
| 48 | + title="[add]" |
| 49 | + > |
| 50 | + <mwc-icon-button icon="playlist_add"> |
| 51 | + </mwc-icon-button> |
| 52 | + <mwc-menu |
| 53 | + corner="BOTTOM_RIGHT" |
| 54 | + menucorner="END" |
| 55 | + > |
| 56 | + <mwc-list-item |
| 57 | + aria-disabled="false" |
| 58 | + mwc-list-item="" |
| 59 | + role="menuitem" |
| 60 | + tabindex="0" |
| 61 | + value="LNode" |
| 62 | + > |
| 63 | + <span> |
| 64 | + LNode |
| 65 | + </span> |
| 66 | + </mwc-list-item> |
| 67 | + <mwc-list-item |
| 68 | + aria-disabled="false" |
| 69 | + mwc-list-item="" |
| 70 | + role="menuitem" |
| 71 | + tabindex="-1" |
| 72 | + value="ConductingEquipment" |
| 73 | + > |
| 74 | + <span> |
| 75 | + ConductingEquipment |
| 76 | + </span> |
| 77 | + </mwc-list-item> |
| 78 | + </mwc-menu> |
| 79 | + </abbr> |
45 | 80 | <div id="ceContainer">
|
46 | 81 | <conducting-equipment-editor>
|
47 | 82 | </conducting-equipment-editor>
|
|
54 | 89 | <conducting-equipment-editor>
|
55 | 90 | </conducting-equipment-editor>
|
56 | 91 | </div>
|
57 |
| -</editor-container> |
| 92 | +</action-pane> |
58 | 93 |
|
59 | 94 | ```
|
60 | 95 |
|
|
63 | 98 | #### `looks like the latest snapshot`
|
64 | 99 |
|
65 | 100 | ```html
|
66 |
| -<editor-container |
67 |
| - nomargin="" |
| 101 | +<action-pane |
| 102 | + label="COUPLING_BAY - Bay" |
68 | 103 | tabindex="0"
|
69 | 104 | >
|
70 | 105 | <abbr
|
71 |
| - slot="header" |
| 106 | + slot="action" |
72 | 107 | title="[lnode.tooltip]"
|
73 | 108 | >
|
74 | 109 | <mwc-icon-button icon="account_tree">
|
75 | 110 | </mwc-icon-button>
|
76 | 111 | </abbr>
|
77 | 112 | <abbr
|
78 |
| - slot="header" |
| 113 | + slot="action" |
79 | 114 | title="[duplicate]"
|
80 | 115 | >
|
81 | 116 | <mwc-icon-button icon="content_copy">
|
82 | 117 | </mwc-icon-button>
|
83 | 118 | </abbr>
|
84 | 119 | <abbr
|
85 |
| - slot="header" |
| 120 | + slot="action" |
86 | 121 | title="[edit]"
|
87 | 122 | >
|
88 | 123 | <mwc-icon-button icon="edit">
|
89 | 124 | </mwc-icon-button>
|
90 | 125 | </abbr>
|
91 | 126 | <abbr
|
92 |
| - slot="header" |
| 127 | + slot="action" |
93 | 128 | title="[move]"
|
94 | 129 | >
|
95 | 130 | <mwc-icon-button icon="forward">
|
96 | 131 | </mwc-icon-button>
|
97 | 132 | </abbr>
|
98 | 133 | <abbr
|
99 |
| - slot="header" |
| 134 | + slot="action" |
100 | 135 | title="[remove]"
|
101 | 136 | >
|
102 | 137 | <mwc-icon-button icon="delete">
|
103 | 138 | </mwc-icon-button>
|
104 | 139 | </abbr>
|
| 140 | + <abbr |
| 141 | + slot="action" |
| 142 | + style="position:relative;" |
| 143 | + title="[add]" |
| 144 | + > |
| 145 | + <mwc-icon-button icon="playlist_add"> |
| 146 | + </mwc-icon-button> |
| 147 | + <mwc-menu |
| 148 | + corner="BOTTOM_RIGHT" |
| 149 | + menucorner="END" |
| 150 | + > |
| 151 | + <mwc-list-item |
| 152 | + aria-disabled="false" |
| 153 | + mwc-list-item="" |
| 154 | + role="menuitem" |
| 155 | + tabindex="0" |
| 156 | + value="LNode" |
| 157 | + > |
| 158 | + <span> |
| 159 | + LNode |
| 160 | + </span> |
| 161 | + </mwc-list-item> |
| 162 | + <mwc-list-item |
| 163 | + aria-disabled="false" |
| 164 | + mwc-list-item="" |
| 165 | + role="menuitem" |
| 166 | + tabindex="-1" |
| 167 | + value="ConductingEquipment" |
| 168 | + > |
| 169 | + <span> |
| 170 | + ConductingEquipment |
| 171 | + </span> |
| 172 | + </mwc-list-item> |
| 173 | + </mwc-menu> |
| 174 | + </abbr> |
105 | 175 | <div id="ceContainer">
|
106 | 176 | <conducting-equipment-editor readonly="">
|
107 | 177 | </conducting-equipment-editor>
|
|
114 | 184 | <conducting-equipment-editor readonly="">
|
115 | 185 | </conducting-equipment-editor>
|
116 | 186 | </div>
|
117 |
| -</editor-container> |
| 187 | +</action-pane> |
118 | 188 |
|
119 | 189 | ```
|
120 | 190 |
|
0 commit comments