@mirai/ui 2.0.6 → 2.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/components/Action/Action.js +1 -2
- package/build/components/Action/Action.js.map +1 -1
- package/build/components/Action/Action.module.css +4 -0
- package/build/components/Action/__tests__/__snapshots__/Action.test.js.snap +21 -32
- package/build/components/Button/Button.js +1 -2
- package/build/components/Button/Button.js.map +1 -1
- package/build/components/Button/Button.module.css +27 -27
- package/build/components/Button/__tests__/__snapshots__/Button.test.js.snap +49 -60
- package/build/components/Calendar/Calendar.Month.js +1 -0
- package/build/components/Calendar/Calendar.Month.js.map +1 -1
- package/build/components/Calendar/Calendar.Weekdays.js +1 -0
- package/build/components/Calendar/Calendar.Weekdays.js.map +1 -1
- package/build/components/Calendar/Calendar.js +3 -0
- package/build/components/Calendar/Calendar.js.map +1 -1
- package/build/components/Calendar/__tests__/__snapshots__/Calendar.test.jsx.snap +18348 -18226
- package/build/components/Form/Form.js +1 -2
- package/build/components/Form/Form.js.map +1 -1
- package/build/components/Form/__tests__/__snapshots__/Form.test.jsx.snap +9 -15
- package/build/components/InputDate/InputDate.js +1 -2
- package/build/components/InputDate/InputDate.js.map +1 -1
- package/build/components/InputDate/__tests__/__snapshots__/InputDate.test.js.snap +42 -67
- package/build/components/InputNumber/InputNumber.js +5 -4
- package/build/components/InputNumber/InputNumber.js.map +1 -1
- package/build/components/InputNumber/__tests__/__snapshots__/InputNumber.test.js.snap +195 -240
- package/build/components/InputOption/InputOption.js +3 -3
- package/build/components/InputOption/InputOption.js.map +1 -1
- package/build/components/InputOption/__tests__/__snapshots__/InputOption.test.js.snap +80 -100
- package/build/components/InputPhone/InputPhone.js +10 -5
- package/build/components/InputPhone/InputPhone.js.map +1 -1
- package/build/components/InputPhone/__tests__/__snapshots__/InputPhone.test.js.snap +339 -421
- package/build/components/InputSelect/InputSelect.js +4 -2
- package/build/components/InputSelect/InputSelect.js.map +1 -1
- package/build/components/InputSelect/__tests__/__snapshots__/InputSelect.test.js.snap +115 -115
- package/build/components/InputText/InputText.js +4 -3
- package/build/components/InputText/InputText.js.map +1 -1
- package/build/components/InputText/__tests__/__snapshots__/InputText.test.js.snap +133 -156
- package/build/components/Menu/Menu.js +1 -2
- package/build/components/Menu/Menu.js.map +1 -1
- package/build/components/Menu/__tests__/__snapshots__/Menu.test.jsx.snap +69 -77
- package/build/components/Modal/Modal.js +10 -7
- package/build/components/Modal/Modal.js.map +1 -1
- package/build/components/Modal/__tests__/__snapshots__/Modal.test.js.snap +78 -92
- package/build/components/Notification/Notification.js +1 -2
- package/build/components/Notification/Notification.js.map +1 -1
- package/build/components/Notification/__tests__/__snapshots__/Notification.test.js.snap +288 -327
- package/build/components/Progress/Progress.js +2 -3
- package/build/components/Progress/Progress.js.map +1 -1
- package/build/components/Progress/__tests__/__snapshots__/Progress.test.jsx.snap +18 -31
- package/build/components/Slider/Slider.js +8 -5
- package/build/components/Slider/Slider.js.map +1 -1
- package/build/components/Slider/Slider.module.css +3 -3
- package/build/components/Slider/__tests__/__snapshots__/Slider.test.js.snap +349 -464
- package/build/components/Table/Table.Filter.js +1 -0
- package/build/components/Table/Table.Filter.js.map +1 -1
- package/build/components/Table/Table.Row.js +0 -1
- package/build/components/Table/Table.Row.js.map +1 -1
- package/build/components/Table/Table.js +1 -2
- package/build/components/Table/Table.js.map +1 -1
- package/build/components/Table/__tests__/__snapshots__/Table.ColumnFilter.test.js.snap +222 -222
- package/build/components/Table/__tests__/__snapshots__/Table.test.js.snap +1092 -1516
- package/build/components/Tooltip/Tooltip.js +1 -2
- package/build/components/Tooltip/Tooltip.js.map +1 -1
- package/build/components/Tooltip/__tests__/__snapshots__/Tooltip.test.jsx.snap +48 -48
- package/build/components/components.customElements.js +6 -0
- package/build/components/components.customElements.js.map +1 -0
- package/build/components/index.js +1 -0
- package/build/components/index.js.map +1 -1
- package/build/helpers/CustomElement.js +39 -0
- package/build/helpers/CustomElement.js.map +1 -0
- package/build/helpers/index.js +11 -0
- package/build/helpers/index.js.map +1 -1
- package/build/primitives/Checkbox/Checkbox.js +4 -3
- package/build/primitives/Checkbox/Checkbox.js.map +1 -1
- package/build/primitives/Checkbox/__tests__/__snapshots__/Checkbox.test.js.snap +20 -35
- package/build/primitives/Icon/Icon.js +1 -2
- package/build/primitives/Icon/Icon.js.map +1 -1
- package/build/primitives/Icon/__tests__/__snapshots__/Icon.test.js.snap +82 -108
- package/build/primitives/Input/Input.js +0 -1
- package/build/primitives/Input/Input.js.map +1 -1
- package/build/primitives/Layer/Layer.js +8 -5
- package/build/primitives/Layer/Layer.js.map +1 -1
- package/build/primitives/Layer/__tests__/__snapshots__/Layer.test.js.snap +58 -58
- package/build/primitives/Pressable/Pressable.js +7 -5
- package/build/primitives/Pressable/Pressable.js.map +1 -1
- package/build/primitives/Pressable/Pressable.module.css +8 -0
- package/build/primitives/Pressable/__tests__/__snapshots__/Pressable.test.js.snap +11 -11
- package/build/primitives/Primitive/Primitive.constants.js +18 -2
- package/build/primitives/Primitive/Primitive.constants.js.map +1 -1
- package/build/primitives/Primitive/Primitive.js +13 -3
- package/build/primitives/Primitive/Primitive.js.map +1 -1
- package/build/primitives/Primitive/__tests__/__snapshots__/Primitive.test.js.snap +18 -12
- package/build/primitives/Primitive/helpers/getTag.js +3 -24
- package/build/primitives/Primitive/helpers/getTag.js.map +1 -1
- package/build/primitives/Radio/Radio.js +4 -3
- package/build/primitives/Radio/Radio.js.map +1 -1
- package/build/primitives/Radio/__tests__/__snapshots__/Radio.test.js.snap +21 -39
- package/build/primitives/ScrollView/ScrollView.js +8 -4
- package/build/primitives/ScrollView/ScrollView.js.map +1 -1
- package/build/primitives/ScrollView/ScrollView.module.css +1 -1
- package/build/primitives/ScrollView/__tests__/__snapshots__/ScrollView.test.js.snap +20 -20
- package/build/primitives/Select/Select.js +1 -2
- package/build/primitives/Select/Select.js.map +1 -1
- package/build/primitives/Select/__tests__/__snapshots__/Select.test.js.snap +0 -35
- package/build/primitives/Switch/Switch.js +1 -2
- package/build/primitives/Switch/Switch.js.map +1 -1
- package/build/primitives/Switch/__tests__/__snapshots__/Switch.test.js.snap +40 -60
- package/build/primitives/Text/Text.js +0 -1
- package/build/primitives/Text/Text.js.map +1 -1
- package/build/primitives/Text/Text.module.css +0 -4
- package/build/primitives/Text/__tests__/__snapshots__/Text.test.js.snap +62 -62
- package/build/primitives/View/View.js +5 -3
- package/build/primitives/View/View.js.map +1 -1
- package/build/primitives/View/__tests__/__snapshots__/View.test.js.snap +10 -10
- package/build/primitives/index.js +1 -0
- package/build/primitives/index.js.map +1 -1
- package/build/primitives/primitives.customElements.js +20 -0
- package/build/primitives/primitives.customElements.js.map +1 -0
- package/package.json +1 -1
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
exports[`component:<Table>:<ColumnFilter> inherit:className 1`] = `
|
|
4
4
|
<DocumentFragment>
|
|
5
|
-
<
|
|
5
|
+
<ui-menu
|
|
6
6
|
class="container"
|
|
7
7
|
>
|
|
8
|
-
<
|
|
8
|
+
<ui-pressable
|
|
9
9
|
class="pressable"
|
|
10
10
|
style="position: relative;"
|
|
11
11
|
tabindex="0"
|
|
12
12
|
>
|
|
13
|
-
<
|
|
13
|
+
<ui-icon
|
|
14
14
|
class="icon headline-3 icon"
|
|
15
15
|
>
|
|
16
16
|
<svg
|
|
@@ -30,44 +30,44 @@ exports[`component:<Table>:<ColumnFilter> inherit:className 1`] = `
|
|
|
30
30
|
d="M10 18h4v-2h-4v2zM3 6v2h18V6H3zm3 7h12v-2H6v2z"
|
|
31
31
|
/>
|
|
32
32
|
</svg>
|
|
33
|
-
</
|
|
34
|
-
</
|
|
35
|
-
</
|
|
36
|
-
<
|
|
33
|
+
</ui-icon>
|
|
34
|
+
</ui-pressable>
|
|
35
|
+
</ui-menu>
|
|
36
|
+
<ui-menu-content
|
|
37
37
|
class="layer"
|
|
38
38
|
style="left: 0px; top: 0px;"
|
|
39
39
|
>
|
|
40
40
|
<div
|
|
41
41
|
class="menu visible menuFilter mirai"
|
|
42
42
|
>
|
|
43
|
-
<
|
|
43
|
+
<ui-pressable
|
|
44
44
|
class="pressable option divider"
|
|
45
45
|
tabindex="0"
|
|
46
46
|
>
|
|
47
|
-
<
|
|
47
|
+
<ui-view
|
|
48
48
|
class="view row wide content"
|
|
49
49
|
>
|
|
50
|
-
<
|
|
50
|
+
<ui-text
|
|
51
51
|
class="text bold small"
|
|
52
52
|
>
|
|
53
53
|
field
|
|
54
|
-
</
|
|
55
|
-
</
|
|
56
|
-
</
|
|
57
|
-
<
|
|
54
|
+
</ui-text>
|
|
55
|
+
</ui-view>
|
|
56
|
+
</ui-pressable>
|
|
57
|
+
<ui-pressable
|
|
58
58
|
class="pressable option divider"
|
|
59
59
|
tabindex="0"
|
|
60
60
|
>
|
|
61
|
-
<
|
|
61
|
+
<ui-view
|
|
62
62
|
class="view row wide content"
|
|
63
63
|
>
|
|
64
|
-
<
|
|
64
|
+
<ui-input-text
|
|
65
65
|
class="view inputContainer input"
|
|
66
66
|
>
|
|
67
|
-
<
|
|
67
|
+
<ui-view
|
|
68
68
|
class="view row inputBorder"
|
|
69
69
|
>
|
|
70
|
-
<
|
|
70
|
+
<ui-icon
|
|
71
71
|
class="icon headline-3 icon left"
|
|
72
72
|
>
|
|
73
73
|
<svg
|
|
@@ -87,8 +87,8 @@ exports[`component:<Table>:<ColumnFilter> inherit:className 1`] = `
|
|
|
87
87
|
d="M15.5 14h-.79l-.28-.27A6.471 6.471 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"
|
|
88
88
|
/>
|
|
89
89
|
</svg>
|
|
90
|
-
</
|
|
91
|
-
<
|
|
90
|
+
</ui-icon>
|
|
91
|
+
<ui-view
|
|
92
92
|
class="view wide content"
|
|
93
93
|
>
|
|
94
94
|
<input
|
|
@@ -97,52 +97,52 @@ exports[`component:<Table>:<ColumnFilter> inherit:className 1`] = `
|
|
|
97
97
|
type="search"
|
|
98
98
|
value=""
|
|
99
99
|
/>
|
|
100
|
-
</
|
|
101
|
-
</
|
|
102
|
-
</
|
|
103
|
-
</
|
|
104
|
-
</
|
|
105
|
-
<
|
|
100
|
+
</ui-view>
|
|
101
|
+
</ui-view>
|
|
102
|
+
</ui-input-text>
|
|
103
|
+
</ui-view>
|
|
104
|
+
</ui-pressable>
|
|
105
|
+
<ui-pressable
|
|
106
106
|
class="pressable option"
|
|
107
107
|
tabindex="0"
|
|
108
108
|
>
|
|
109
|
-
<
|
|
109
|
+
<ui-view
|
|
110
110
|
class="view row wide content"
|
|
111
111
|
>
|
|
112
|
-
<
|
|
112
|
+
<ui-view
|
|
113
113
|
class="view row wide items"
|
|
114
114
|
>
|
|
115
|
-
<button
|
|
115
|
+
<ui-button
|
|
116
116
|
class="pressable button secondary wide"
|
|
117
117
|
tabindex="0"
|
|
118
118
|
>
|
|
119
119
|
$Cancel
|
|
120
|
-
</button>
|
|
121
|
-
<button
|
|
120
|
+
</ui-button>
|
|
121
|
+
<ui-button
|
|
122
122
|
class="pressable disabled button disabled wide"
|
|
123
|
-
disabled=""
|
|
123
|
+
disabled="true"
|
|
124
124
|
>
|
|
125
125
|
$Submit
|
|
126
|
-
</button>
|
|
127
|
-
</
|
|
128
|
-
</
|
|
129
|
-
</
|
|
126
|
+
</ui-button>
|
|
127
|
+
</ui-view>
|
|
128
|
+
</ui-view>
|
|
129
|
+
</ui-pressable>
|
|
130
130
|
</div>
|
|
131
|
-
</
|
|
131
|
+
</ui-menu-content>
|
|
132
132
|
</DocumentFragment>
|
|
133
133
|
`;
|
|
134
134
|
|
|
135
135
|
exports[`component:<Table>:<ColumnFilter> prop:l10n 1`] = `
|
|
136
136
|
<DocumentFragment>
|
|
137
|
-
<
|
|
137
|
+
<ui-menu
|
|
138
138
|
class="container"
|
|
139
139
|
>
|
|
140
|
-
<
|
|
140
|
+
<ui-pressable
|
|
141
141
|
class="pressable"
|
|
142
142
|
style="position: relative;"
|
|
143
143
|
tabindex="0"
|
|
144
144
|
>
|
|
145
|
-
<
|
|
145
|
+
<ui-icon
|
|
146
146
|
class="icon headline-3 icon"
|
|
147
147
|
>
|
|
148
148
|
<svg
|
|
@@ -162,44 +162,44 @@ exports[`component:<Table>:<ColumnFilter> prop:l10n 1`] = `
|
|
|
162
162
|
d="M10 18h4v-2h-4v2zM3 6v2h18V6H3zm3 7h12v-2H6v2z"
|
|
163
163
|
/>
|
|
164
164
|
</svg>
|
|
165
|
-
</
|
|
166
|
-
</
|
|
167
|
-
</
|
|
168
|
-
<
|
|
165
|
+
</ui-icon>
|
|
166
|
+
</ui-pressable>
|
|
167
|
+
</ui-menu>
|
|
168
|
+
<ui-menu-content
|
|
169
169
|
class="layer"
|
|
170
170
|
style="left: 0px; top: 0px;"
|
|
171
171
|
>
|
|
172
172
|
<div
|
|
173
173
|
class="menu visible menuFilter"
|
|
174
174
|
>
|
|
175
|
-
<
|
|
175
|
+
<ui-pressable
|
|
176
176
|
class="pressable option divider"
|
|
177
177
|
tabindex="0"
|
|
178
178
|
>
|
|
179
|
-
<
|
|
179
|
+
<ui-view
|
|
180
180
|
class="view row wide content"
|
|
181
181
|
>
|
|
182
|
-
<
|
|
182
|
+
<ui-text
|
|
183
183
|
class="text bold small"
|
|
184
184
|
>
|
|
185
185
|
field
|
|
186
|
-
</
|
|
187
|
-
</
|
|
188
|
-
</
|
|
189
|
-
<
|
|
186
|
+
</ui-text>
|
|
187
|
+
</ui-view>
|
|
188
|
+
</ui-pressable>
|
|
189
|
+
<ui-pressable
|
|
190
190
|
class="pressable option divider"
|
|
191
191
|
tabindex="0"
|
|
192
192
|
>
|
|
193
|
-
<
|
|
193
|
+
<ui-view
|
|
194
194
|
class="view row wide content"
|
|
195
195
|
>
|
|
196
|
-
<
|
|
196
|
+
<ui-input-text
|
|
197
197
|
class="view inputContainer input"
|
|
198
198
|
>
|
|
199
|
-
<
|
|
199
|
+
<ui-view
|
|
200
200
|
class="view row inputBorder"
|
|
201
201
|
>
|
|
202
|
-
<
|
|
202
|
+
<ui-icon
|
|
203
203
|
class="icon headline-3 icon left"
|
|
204
204
|
>
|
|
205
205
|
<svg
|
|
@@ -219,8 +219,8 @@ exports[`component:<Table>:<ColumnFilter> prop:l10n 1`] = `
|
|
|
219
219
|
d="M15.5 14h-.79l-.28-.27A6.471 6.471 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"
|
|
220
220
|
/>
|
|
221
221
|
</svg>
|
|
222
|
-
</
|
|
223
|
-
<
|
|
222
|
+
</ui-icon>
|
|
223
|
+
<ui-view
|
|
224
224
|
class="view wide content"
|
|
225
225
|
>
|
|
226
226
|
<input
|
|
@@ -229,52 +229,52 @@ exports[`component:<Table>:<ColumnFilter> prop:l10n 1`] = `
|
|
|
229
229
|
type="search"
|
|
230
230
|
value=""
|
|
231
231
|
/>
|
|
232
|
-
</
|
|
233
|
-
</
|
|
234
|
-
</
|
|
235
|
-
</
|
|
236
|
-
</
|
|
237
|
-
<
|
|
232
|
+
</ui-view>
|
|
233
|
+
</ui-view>
|
|
234
|
+
</ui-input-text>
|
|
235
|
+
</ui-view>
|
|
236
|
+
</ui-pressable>
|
|
237
|
+
<ui-pressable
|
|
238
238
|
class="pressable option"
|
|
239
239
|
tabindex="0"
|
|
240
240
|
>
|
|
241
|
-
<
|
|
241
|
+
<ui-view
|
|
242
242
|
class="view row wide content"
|
|
243
243
|
>
|
|
244
|
-
<
|
|
244
|
+
<ui-view
|
|
245
245
|
class="view row wide items"
|
|
246
246
|
>
|
|
247
|
-
<button
|
|
247
|
+
<ui-button
|
|
248
248
|
class="pressable button secondary wide"
|
|
249
249
|
tabindex="0"
|
|
250
250
|
>
|
|
251
251
|
Cancel
|
|
252
|
-
</button>
|
|
253
|
-
<button
|
|
252
|
+
</ui-button>
|
|
253
|
+
<ui-button
|
|
254
254
|
class="pressable disabled button disabled wide"
|
|
255
|
-
disabled=""
|
|
255
|
+
disabled="true"
|
|
256
256
|
>
|
|
257
257
|
Submit
|
|
258
|
-
</button>
|
|
259
|
-
</
|
|
260
|
-
</
|
|
261
|
-
</
|
|
258
|
+
</ui-button>
|
|
259
|
+
</ui-view>
|
|
260
|
+
</ui-view>
|
|
261
|
+
</ui-pressable>
|
|
262
262
|
</div>
|
|
263
|
-
</
|
|
263
|
+
</ui-menu-content>
|
|
264
264
|
</DocumentFragment>
|
|
265
265
|
`;
|
|
266
266
|
|
|
267
267
|
exports[`component:<Table>:<ColumnFilter> prop:schema type:number 1`] = `
|
|
268
268
|
<DocumentFragment>
|
|
269
|
-
<
|
|
269
|
+
<ui-menu
|
|
270
270
|
class="container"
|
|
271
271
|
>
|
|
272
|
-
<
|
|
272
|
+
<ui-pressable
|
|
273
273
|
class="pressable"
|
|
274
274
|
style="position: relative;"
|
|
275
275
|
tabindex="0"
|
|
276
276
|
>
|
|
277
|
-
<
|
|
277
|
+
<ui-icon
|
|
278
278
|
class="icon headline-3 icon"
|
|
279
279
|
>
|
|
280
280
|
<svg
|
|
@@ -294,44 +294,44 @@ exports[`component:<Table>:<ColumnFilter> prop:schema type:number 1`] = `
|
|
|
294
294
|
d="M10 18h4v-2h-4v2zM3 6v2h18V6H3zm3 7h12v-2H6v2z"
|
|
295
295
|
/>
|
|
296
296
|
</svg>
|
|
297
|
-
</
|
|
298
|
-
</
|
|
299
|
-
</
|
|
300
|
-
<
|
|
297
|
+
</ui-icon>
|
|
298
|
+
</ui-pressable>
|
|
299
|
+
</ui-menu>
|
|
300
|
+
<ui-menu-content
|
|
301
301
|
class="layer"
|
|
302
302
|
style="left: 0px; top: 0px;"
|
|
303
303
|
>
|
|
304
304
|
<div
|
|
305
305
|
class="menu visible menuFilter"
|
|
306
306
|
>
|
|
307
|
-
<
|
|
307
|
+
<ui-pressable
|
|
308
308
|
class="pressable option divider"
|
|
309
309
|
tabindex="0"
|
|
310
310
|
>
|
|
311
|
-
<
|
|
311
|
+
<ui-view
|
|
312
312
|
class="view row wide content"
|
|
313
313
|
>
|
|
314
|
-
<
|
|
314
|
+
<ui-text
|
|
315
315
|
class="text bold small"
|
|
316
316
|
>
|
|
317
317
|
field
|
|
318
|
-
</
|
|
319
|
-
</
|
|
320
|
-
</
|
|
321
|
-
<
|
|
318
|
+
</ui-text>
|
|
319
|
+
</ui-view>
|
|
320
|
+
</ui-pressable>
|
|
321
|
+
<ui-pressable
|
|
322
322
|
class="pressable option divider"
|
|
323
323
|
tabindex="0"
|
|
324
324
|
>
|
|
325
|
-
<
|
|
325
|
+
<ui-view
|
|
326
326
|
class="view row wide content"
|
|
327
327
|
>
|
|
328
|
-
<
|
|
328
|
+
<ui-input-text
|
|
329
329
|
class="view inputContainer input"
|
|
330
330
|
>
|
|
331
|
-
<
|
|
331
|
+
<ui-view
|
|
332
332
|
class="view row inputBorder"
|
|
333
333
|
>
|
|
334
|
-
<
|
|
334
|
+
<ui-icon
|
|
335
335
|
class="icon headline-3 icon left"
|
|
336
336
|
>
|
|
337
337
|
<svg
|
|
@@ -351,8 +351,8 @@ exports[`component:<Table>:<ColumnFilter> prop:schema type:number 1`] = `
|
|
|
351
351
|
d="M15.5 14h-.79l-.28-.27A6.471 6.471 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"
|
|
352
352
|
/>
|
|
353
353
|
</svg>
|
|
354
|
-
</
|
|
355
|
-
<
|
|
354
|
+
</ui-icon>
|
|
355
|
+
<ui-view
|
|
356
356
|
class="view wide content"
|
|
357
357
|
>
|
|
358
358
|
<input
|
|
@@ -361,52 +361,52 @@ exports[`component:<Table>:<ColumnFilter> prop:schema type:number 1`] = `
|
|
|
361
361
|
type="search"
|
|
362
362
|
value=""
|
|
363
363
|
/>
|
|
364
|
-
</
|
|
365
|
-
</
|
|
366
|
-
</
|
|
367
|
-
</
|
|
368
|
-
</
|
|
369
|
-
<
|
|
364
|
+
</ui-view>
|
|
365
|
+
</ui-view>
|
|
366
|
+
</ui-input-text>
|
|
367
|
+
</ui-view>
|
|
368
|
+
</ui-pressable>
|
|
369
|
+
<ui-pressable
|
|
370
370
|
class="pressable option"
|
|
371
371
|
tabindex="0"
|
|
372
372
|
>
|
|
373
|
-
<
|
|
373
|
+
<ui-view
|
|
374
374
|
class="view row wide content"
|
|
375
375
|
>
|
|
376
|
-
<
|
|
376
|
+
<ui-view
|
|
377
377
|
class="view row wide items"
|
|
378
378
|
>
|
|
379
|
-
<button
|
|
379
|
+
<ui-button
|
|
380
380
|
class="pressable button secondary wide"
|
|
381
381
|
tabindex="0"
|
|
382
382
|
>
|
|
383
383
|
Cancel
|
|
384
|
-
</button>
|
|
385
|
-
<button
|
|
384
|
+
</ui-button>
|
|
385
|
+
<ui-button
|
|
386
386
|
class="pressable disabled button disabled wide"
|
|
387
|
-
disabled=""
|
|
387
|
+
disabled="true"
|
|
388
388
|
>
|
|
389
389
|
Submit
|
|
390
|
-
</button>
|
|
391
|
-
</
|
|
392
|
-
</
|
|
393
|
-
</
|
|
390
|
+
</ui-button>
|
|
391
|
+
</ui-view>
|
|
392
|
+
</ui-view>
|
|
393
|
+
</ui-pressable>
|
|
394
394
|
</div>
|
|
395
|
-
</
|
|
395
|
+
</ui-menu-content>
|
|
396
396
|
</DocumentFragment>
|
|
397
397
|
`;
|
|
398
398
|
|
|
399
399
|
exports[`component:<Table>:<ColumnFilter> prop:schema type:text 1`] = `
|
|
400
400
|
<DocumentFragment>
|
|
401
|
-
<
|
|
401
|
+
<ui-menu
|
|
402
402
|
class="container"
|
|
403
403
|
>
|
|
404
|
-
<
|
|
404
|
+
<ui-pressable
|
|
405
405
|
class="pressable"
|
|
406
406
|
style="position: relative;"
|
|
407
407
|
tabindex="0"
|
|
408
408
|
>
|
|
409
|
-
<
|
|
409
|
+
<ui-icon
|
|
410
410
|
class="icon headline-3 icon"
|
|
411
411
|
>
|
|
412
412
|
<svg
|
|
@@ -426,44 +426,44 @@ exports[`component:<Table>:<ColumnFilter> prop:schema type:text 1`] = `
|
|
|
426
426
|
d="M10 18h4v-2h-4v2zM3 6v2h18V6H3zm3 7h12v-2H6v2z"
|
|
427
427
|
/>
|
|
428
428
|
</svg>
|
|
429
|
-
</
|
|
430
|
-
</
|
|
431
|
-
</
|
|
432
|
-
<
|
|
429
|
+
</ui-icon>
|
|
430
|
+
</ui-pressable>
|
|
431
|
+
</ui-menu>
|
|
432
|
+
<ui-menu-content
|
|
433
433
|
class="layer"
|
|
434
434
|
style="left: 0px; top: 0px;"
|
|
435
435
|
>
|
|
436
436
|
<div
|
|
437
437
|
class="menu visible menuFilter"
|
|
438
438
|
>
|
|
439
|
-
<
|
|
439
|
+
<ui-pressable
|
|
440
440
|
class="pressable option divider"
|
|
441
441
|
tabindex="0"
|
|
442
442
|
>
|
|
443
|
-
<
|
|
443
|
+
<ui-view
|
|
444
444
|
class="view row wide content"
|
|
445
445
|
>
|
|
446
|
-
<
|
|
446
|
+
<ui-text
|
|
447
447
|
class="text bold small"
|
|
448
448
|
>
|
|
449
449
|
field
|
|
450
|
-
</
|
|
451
|
-
</
|
|
452
|
-
</
|
|
453
|
-
<
|
|
450
|
+
</ui-text>
|
|
451
|
+
</ui-view>
|
|
452
|
+
</ui-pressable>
|
|
453
|
+
<ui-pressable
|
|
454
454
|
class="pressable option divider"
|
|
455
455
|
tabindex="0"
|
|
456
456
|
>
|
|
457
|
-
<
|
|
457
|
+
<ui-view
|
|
458
458
|
class="view row wide content"
|
|
459
459
|
>
|
|
460
|
-
<
|
|
460
|
+
<ui-input-text
|
|
461
461
|
class="view inputContainer input"
|
|
462
462
|
>
|
|
463
|
-
<
|
|
463
|
+
<ui-view
|
|
464
464
|
class="view row inputBorder"
|
|
465
465
|
>
|
|
466
|
-
<
|
|
466
|
+
<ui-icon
|
|
467
467
|
class="icon headline-3 icon left"
|
|
468
468
|
>
|
|
469
469
|
<svg
|
|
@@ -483,8 +483,8 @@ exports[`component:<Table>:<ColumnFilter> prop:schema type:text 1`] = `
|
|
|
483
483
|
d="M15.5 14h-.79l-.28-.27A6.471 6.471 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"
|
|
484
484
|
/>
|
|
485
485
|
</svg>
|
|
486
|
-
</
|
|
487
|
-
<
|
|
486
|
+
</ui-icon>
|
|
487
|
+
<ui-view
|
|
488
488
|
class="view wide content"
|
|
489
489
|
>
|
|
490
490
|
<input
|
|
@@ -493,52 +493,52 @@ exports[`component:<Table>:<ColumnFilter> prop:schema type:text 1`] = `
|
|
|
493
493
|
type="search"
|
|
494
494
|
value=""
|
|
495
495
|
/>
|
|
496
|
-
</
|
|
497
|
-
</
|
|
498
|
-
</
|
|
499
|
-
</
|
|
500
|
-
</
|
|
501
|
-
<
|
|
496
|
+
</ui-view>
|
|
497
|
+
</ui-view>
|
|
498
|
+
</ui-input-text>
|
|
499
|
+
</ui-view>
|
|
500
|
+
</ui-pressable>
|
|
501
|
+
<ui-pressable
|
|
502
502
|
class="pressable option"
|
|
503
503
|
tabindex="0"
|
|
504
504
|
>
|
|
505
|
-
<
|
|
505
|
+
<ui-view
|
|
506
506
|
class="view row wide content"
|
|
507
507
|
>
|
|
508
|
-
<
|
|
508
|
+
<ui-view
|
|
509
509
|
class="view row wide items"
|
|
510
510
|
>
|
|
511
|
-
<button
|
|
511
|
+
<ui-button
|
|
512
512
|
class="pressable button secondary wide"
|
|
513
513
|
tabindex="0"
|
|
514
514
|
>
|
|
515
515
|
Cancel
|
|
516
|
-
</button>
|
|
517
|
-
<button
|
|
516
|
+
</ui-button>
|
|
517
|
+
<ui-button
|
|
518
518
|
class="pressable disabled button disabled wide"
|
|
519
|
-
disabled=""
|
|
519
|
+
disabled="true"
|
|
520
520
|
>
|
|
521
521
|
Submit
|
|
522
|
-
</button>
|
|
523
|
-
</
|
|
524
|
-
</
|
|
525
|
-
</
|
|
522
|
+
</ui-button>
|
|
523
|
+
</ui-view>
|
|
524
|
+
</ui-view>
|
|
525
|
+
</ui-pressable>
|
|
526
526
|
</div>
|
|
527
|
-
</
|
|
527
|
+
</ui-menu-content>
|
|
528
528
|
</DocumentFragment>
|
|
529
529
|
`;
|
|
530
530
|
|
|
531
531
|
exports[`component:<Table>:<ColumnFilter> renders 1`] = `
|
|
532
532
|
<DocumentFragment>
|
|
533
|
-
<
|
|
533
|
+
<ui-menu
|
|
534
534
|
class="container"
|
|
535
535
|
>
|
|
536
|
-
<
|
|
536
|
+
<ui-pressable
|
|
537
537
|
class="pressable"
|
|
538
538
|
style="position: relative;"
|
|
539
539
|
tabindex="0"
|
|
540
540
|
>
|
|
541
|
-
<
|
|
541
|
+
<ui-icon
|
|
542
542
|
class="icon headline-3 icon"
|
|
543
543
|
>
|
|
544
544
|
<svg
|
|
@@ -558,44 +558,44 @@ exports[`component:<Table>:<ColumnFilter> renders 1`] = `
|
|
|
558
558
|
d="M10 18h4v-2h-4v2zM3 6v2h18V6H3zm3 7h12v-2H6v2z"
|
|
559
559
|
/>
|
|
560
560
|
</svg>
|
|
561
|
-
</
|
|
562
|
-
</
|
|
563
|
-
</
|
|
564
|
-
<
|
|
561
|
+
</ui-icon>
|
|
562
|
+
</ui-pressable>
|
|
563
|
+
</ui-menu>
|
|
564
|
+
<ui-menu-content
|
|
565
565
|
class="layer"
|
|
566
566
|
style="left: 0px; top: 0px;"
|
|
567
567
|
>
|
|
568
568
|
<div
|
|
569
569
|
class="menu visible menuFilter"
|
|
570
570
|
>
|
|
571
|
-
<
|
|
571
|
+
<ui-pressable
|
|
572
572
|
class="pressable option divider"
|
|
573
573
|
tabindex="0"
|
|
574
574
|
>
|
|
575
|
-
<
|
|
575
|
+
<ui-view
|
|
576
576
|
class="view row wide content"
|
|
577
577
|
>
|
|
578
|
-
<
|
|
578
|
+
<ui-text
|
|
579
579
|
class="text bold small"
|
|
580
580
|
>
|
|
581
581
|
field
|
|
582
|
-
</
|
|
583
|
-
</
|
|
584
|
-
</
|
|
585
|
-
<
|
|
582
|
+
</ui-text>
|
|
583
|
+
</ui-view>
|
|
584
|
+
</ui-pressable>
|
|
585
|
+
<ui-pressable
|
|
586
586
|
class="pressable option divider"
|
|
587
587
|
tabindex="0"
|
|
588
588
|
>
|
|
589
|
-
<
|
|
589
|
+
<ui-view
|
|
590
590
|
class="view row wide content"
|
|
591
591
|
>
|
|
592
|
-
<
|
|
592
|
+
<ui-input-text
|
|
593
593
|
class="view inputContainer input"
|
|
594
594
|
>
|
|
595
|
-
<
|
|
595
|
+
<ui-view
|
|
596
596
|
class="view row inputBorder"
|
|
597
597
|
>
|
|
598
|
-
<
|
|
598
|
+
<ui-icon
|
|
599
599
|
class="icon headline-3 icon left"
|
|
600
600
|
>
|
|
601
601
|
<svg
|
|
@@ -615,8 +615,8 @@ exports[`component:<Table>:<ColumnFilter> renders 1`] = `
|
|
|
615
615
|
d="M15.5 14h-.79l-.28-.27A6.471 6.471 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"
|
|
616
616
|
/>
|
|
617
617
|
</svg>
|
|
618
|
-
</
|
|
619
|
-
<
|
|
618
|
+
</ui-icon>
|
|
619
|
+
<ui-view
|
|
620
620
|
class="view wide content"
|
|
621
621
|
>
|
|
622
622
|
<input
|
|
@@ -625,53 +625,53 @@ exports[`component:<Table>:<ColumnFilter> renders 1`] = `
|
|
|
625
625
|
type="search"
|
|
626
626
|
value=""
|
|
627
627
|
/>
|
|
628
|
-
</
|
|
629
|
-
</
|
|
630
|
-
</
|
|
631
|
-
</
|
|
632
|
-
</
|
|
633
|
-
<
|
|
628
|
+
</ui-view>
|
|
629
|
+
</ui-view>
|
|
630
|
+
</ui-input-text>
|
|
631
|
+
</ui-view>
|
|
632
|
+
</ui-pressable>
|
|
633
|
+
<ui-pressable
|
|
634
634
|
class="pressable option"
|
|
635
635
|
tabindex="0"
|
|
636
636
|
>
|
|
637
|
-
<
|
|
637
|
+
<ui-view
|
|
638
638
|
class="view row wide content"
|
|
639
639
|
>
|
|
640
|
-
<
|
|
640
|
+
<ui-view
|
|
641
641
|
class="view row wide items"
|
|
642
642
|
>
|
|
643
|
-
<button
|
|
643
|
+
<ui-button
|
|
644
644
|
class="pressable button secondary wide"
|
|
645
645
|
tabindex="0"
|
|
646
646
|
>
|
|
647
647
|
$Cancel
|
|
648
|
-
</button>
|
|
649
|
-
<button
|
|
648
|
+
</ui-button>
|
|
649
|
+
<ui-button
|
|
650
650
|
class="pressable disabled button disabled wide"
|
|
651
|
-
disabled=""
|
|
651
|
+
disabled="true"
|
|
652
652
|
>
|
|
653
653
|
$Submit
|
|
654
|
-
</button>
|
|
655
|
-
</
|
|
656
|
-
</
|
|
657
|
-
</
|
|
654
|
+
</ui-button>
|
|
655
|
+
</ui-view>
|
|
656
|
+
</ui-view>
|
|
657
|
+
</ui-pressable>
|
|
658
658
|
</div>
|
|
659
|
-
</
|
|
659
|
+
</ui-menu-content>
|
|
660
660
|
</DocumentFragment>
|
|
661
661
|
`;
|
|
662
662
|
|
|
663
663
|
exports[`component:<Table>:<ColumnFilter> testId 1`] = `
|
|
664
664
|
<DocumentFragment>
|
|
665
|
-
<
|
|
665
|
+
<ui-menu
|
|
666
666
|
class="container"
|
|
667
667
|
data-testid="mirai"
|
|
668
668
|
>
|
|
669
|
-
<
|
|
669
|
+
<ui-pressable
|
|
670
670
|
class="pressable"
|
|
671
671
|
style="position: relative;"
|
|
672
672
|
tabindex="0"
|
|
673
673
|
>
|
|
674
|
-
<
|
|
674
|
+
<ui-icon
|
|
675
675
|
class="icon headline-3 icon"
|
|
676
676
|
>
|
|
677
677
|
<svg
|
|
@@ -691,46 +691,46 @@ exports[`component:<Table>:<ColumnFilter> testId 1`] = `
|
|
|
691
691
|
d="M10 18h4v-2h-4v2zM3 6v2h18V6H3zm3 7h12v-2H6v2z"
|
|
692
692
|
/>
|
|
693
693
|
</svg>
|
|
694
|
-
</
|
|
695
|
-
</
|
|
696
|
-
</
|
|
697
|
-
<
|
|
694
|
+
</ui-icon>
|
|
695
|
+
</ui-pressable>
|
|
696
|
+
</ui-menu>
|
|
697
|
+
<ui-menu-content
|
|
698
698
|
class="layer"
|
|
699
699
|
style="left: 0px; top: 0px;"
|
|
700
700
|
>
|
|
701
701
|
<div
|
|
702
702
|
class="menu visible menuFilter"
|
|
703
703
|
>
|
|
704
|
-
<
|
|
704
|
+
<ui-pressable
|
|
705
705
|
class="pressable option divider"
|
|
706
706
|
data-testid="mirai-0"
|
|
707
707
|
tabindex="0"
|
|
708
708
|
>
|
|
709
|
-
<
|
|
709
|
+
<ui-view
|
|
710
710
|
class="view row wide content"
|
|
711
711
|
>
|
|
712
|
-
<
|
|
712
|
+
<ui-text
|
|
713
713
|
class="text bold small"
|
|
714
714
|
>
|
|
715
715
|
field
|
|
716
|
-
</
|
|
717
|
-
</
|
|
718
|
-
</
|
|
719
|
-
<
|
|
716
|
+
</ui-text>
|
|
717
|
+
</ui-view>
|
|
718
|
+
</ui-pressable>
|
|
719
|
+
<ui-pressable
|
|
720
720
|
class="pressable option divider"
|
|
721
721
|
data-testid="mirai-1"
|
|
722
722
|
tabindex="0"
|
|
723
723
|
>
|
|
724
|
-
<
|
|
724
|
+
<ui-view
|
|
725
725
|
class="view row wide content"
|
|
726
726
|
>
|
|
727
|
-
<
|
|
727
|
+
<ui-input-text
|
|
728
728
|
class="view inputContainer input"
|
|
729
729
|
>
|
|
730
|
-
<
|
|
730
|
+
<ui-view
|
|
731
731
|
class="view row inputBorder"
|
|
732
732
|
>
|
|
733
|
-
<
|
|
733
|
+
<ui-icon
|
|
734
734
|
class="icon headline-3 icon left"
|
|
735
735
|
>
|
|
736
736
|
<svg
|
|
@@ -750,8 +750,8 @@ exports[`component:<Table>:<ColumnFilter> testId 1`] = `
|
|
|
750
750
|
d="M15.5 14h-.79l-.28-.27A6.471 6.471 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"
|
|
751
751
|
/>
|
|
752
752
|
</svg>
|
|
753
|
-
</
|
|
754
|
-
<
|
|
753
|
+
</ui-icon>
|
|
754
|
+
<ui-view
|
|
755
755
|
class="view wide content"
|
|
756
756
|
>
|
|
757
757
|
<input
|
|
@@ -760,39 +760,39 @@ exports[`component:<Table>:<ColumnFilter> testId 1`] = `
|
|
|
760
760
|
type="search"
|
|
761
761
|
value=""
|
|
762
762
|
/>
|
|
763
|
-
</
|
|
764
|
-
</
|
|
765
|
-
</
|
|
766
|
-
</
|
|
767
|
-
</
|
|
768
|
-
<
|
|
763
|
+
</ui-view>
|
|
764
|
+
</ui-view>
|
|
765
|
+
</ui-input-text>
|
|
766
|
+
</ui-view>
|
|
767
|
+
</ui-pressable>
|
|
768
|
+
<ui-pressable
|
|
769
769
|
class="pressable option"
|
|
770
770
|
data-testid="mirai-2"
|
|
771
771
|
tabindex="0"
|
|
772
772
|
>
|
|
773
|
-
<
|
|
773
|
+
<ui-view
|
|
774
774
|
class="view row wide content"
|
|
775
775
|
>
|
|
776
|
-
<
|
|
776
|
+
<ui-view
|
|
777
777
|
class="view row wide items"
|
|
778
778
|
>
|
|
779
|
-
<button
|
|
779
|
+
<ui-button
|
|
780
780
|
class="pressable button secondary wide"
|
|
781
781
|
tabindex="0"
|
|
782
782
|
>
|
|
783
783
|
$Cancel
|
|
784
|
-
</button>
|
|
785
|
-
<button
|
|
784
|
+
</ui-button>
|
|
785
|
+
<ui-button
|
|
786
786
|
class="pressable disabled button disabled wide"
|
|
787
787
|
data-testid="mirai-submit"
|
|
788
|
-
disabled=""
|
|
788
|
+
disabled="true"
|
|
789
789
|
>
|
|
790
790
|
$Submit
|
|
791
|
-
</button>
|
|
792
|
-
</
|
|
793
|
-
</
|
|
794
|
-
</
|
|
791
|
+
</ui-button>
|
|
792
|
+
</ui-view>
|
|
793
|
+
</ui-view>
|
|
794
|
+
</ui-pressable>
|
|
795
795
|
</div>
|
|
796
|
-
</
|
|
796
|
+
</ui-menu-content>
|
|
797
797
|
</DocumentFragment>
|
|
798
798
|
`;
|