@mirai/ui 1.1.0-f → 1.1.2
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/README.md +109 -60
- package/build/components/Action/Action.js +1 -1
- package/build/components/Action/Action.js.map +1 -1
- package/build/components/Action/Action.module.css +4 -7
- package/build/components/Action/Action.stories.js +1 -1
- package/build/components/Action/Action.stories.js.map +1 -1
- package/build/components/Action/__tests__/__snapshots__/Action.test.js.snap +26 -40
- package/build/components/Button/Button.module.css +31 -33
- package/build/components/Button/Button.stories.js +9 -0
- package/build/components/Button/Button.stories.js.map +1 -1
- package/build/components/Button/__tests__/__snapshots__/Button.test.js.snap +21 -30
- package/build/components/Calendar/Calendar.Month.js +12 -8
- package/build/components/Calendar/Calendar.Month.js.map +1 -1
- package/build/components/Calendar/Calendar.Week.js +7 -10
- package/build/components/Calendar/Calendar.Week.js.map +1 -1
- package/build/components/Calendar/Calendar.js +10 -2
- package/build/components/Calendar/Calendar.js.map +1 -1
- package/build/components/Calendar/Calendar.module.css +8 -9
- package/build/components/Calendar/__tests__/__snapshots__/Calendar.test.jsx.snap +15768 -15800
- package/build/components/Form/Form.constants.js +1 -1
- package/build/components/Form/Form.constants.js.map +1 -1
- package/build/components/Form/Form.js +3 -1
- package/build/components/Form/Form.js.map +1 -1
- package/build/components/Form/Form.stories.js +6 -1
- package/build/components/Form/Form.stories.js.map +1 -1
- package/build/components/Form/__tests__/__snapshots__/Form.test.jsx.snap +9 -9
- package/build/components/InputDate/__tests__/__snapshots__/InputDate.test.js.snap +42 -42
- package/build/components/InputNumber/InputNumber.js +2 -1
- package/build/components/InputNumber/InputNumber.js.map +1 -1
- package/build/components/InputNumber/__tests__/__snapshots__/InputNumber.test.js.snap +138 -153
- package/build/components/InputOption/InputOption.js +8 -1
- package/build/components/InputOption/InputOption.js.map +1 -1
- package/build/components/InputOption/InputOption.module.css +13 -2
- package/build/components/InputOption/InputOption.stories.js +2 -1
- package/build/components/InputOption/InputOption.stories.js.map +1 -1
- package/build/components/InputOption/__tests__/__snapshots__/InputOption.test.js.snap +96 -90
- package/build/components/InputPhone/InputPhone.js +23 -20
- package/build/components/InputPhone/InputPhone.js.map +1 -1
- package/build/components/InputPhone/InputPhone.module.css +19 -6
- package/build/components/InputPhone/InputPhone.stories.js +3 -3
- package/build/components/InputPhone/InputPhone.stories.js.map +1 -1
- package/build/components/InputPhone/__tests__/__snapshots__/InputPhone.test.js.snap +410 -410
- package/build/components/InputPhone/helpers/index.js +11 -0
- package/build/components/InputPhone/helpers/index.js.map +1 -1
- package/build/components/InputPhone/helpers/sanitizePrefixes.js +24 -0
- package/build/components/InputPhone/helpers/sanitizePrefixes.js.map +1 -0
- package/build/components/InputSelect/InputSelect.js +3 -5
- package/build/components/InputSelect/InputSelect.js.map +1 -1
- package/build/components/InputSelect/InputSelect.stories.js +1 -0
- package/build/components/InputSelect/InputSelect.stories.js.map +1 -1
- package/build/components/InputSelect/__tests__/__snapshots__/InputSelect.test.js.snap +136 -136
- package/build/components/InputSelect/partials/InputSelect.Expand.js +23 -0
- package/build/components/InputSelect/partials/InputSelect.Expand.js.map +1 -0
- package/build/components/InputSelect/partials/index.js +17 -0
- package/build/components/InputSelect/partials/index.js.map +1 -0
- package/build/components/InputText/InputText.js +6 -4
- package/build/components/InputText/InputText.js.map +1 -1
- package/build/components/InputText/InputText.module.css +18 -6
- package/build/components/InputText/InputText.stories.js +7 -2
- package/build/components/InputText/InputText.stories.js.map +1 -1
- package/build/components/InputText/__tests__/__snapshots__/InputText.test.js.snap +142 -143
- package/build/components/Menu/__tests__/__snapshots__/Menu.test.jsx.snap +72 -70
- package/build/components/Modal/Modal.js +15 -8
- package/build/components/Modal/Modal.js.map +1 -1
- package/build/components/Modal/Modal.module.css +30 -14
- package/build/components/Modal/Modal.stories.js +1 -0
- package/build/components/Modal/Modal.stories.js.map +1 -1
- package/build/components/Modal/__tests__/__snapshots__/Modal.test.js.snap +92 -98
- package/build/components/Notification/Notification.js +20 -12
- package/build/components/Notification/Notification.js.map +1 -1
- package/build/components/Notification/Notification.module.css +44 -58
- package/build/components/Notification/Notification.stories.js +15 -2
- package/build/components/Notification/Notification.stories.js.map +1 -1
- package/build/components/Notification/__tests__/__snapshots__/Notification.test.js.snap +600 -254
- package/build/components/Progress/Progress.js +2 -0
- package/build/components/Progress/Progress.js.map +1 -1
- package/build/components/Progress/__tests__/__snapshots__/Progress.test.jsx.snap +18 -18
- package/build/components/Slider/Slider.constants.js +3 -1
- package/build/components/Slider/Slider.constants.js.map +1 -1
- package/build/components/Slider/Slider.js +67 -66
- package/build/components/Slider/Slider.js.map +1 -1
- package/build/components/Slider/Slider.module.css +55 -52
- package/build/components/Slider/Slider.stories.js +9 -6
- package/build/components/Slider/Slider.stories.js.map +1 -1
- package/build/components/Slider/__tests__/__snapshots__/Slider.test.js.snap +714 -333
- package/build/components/Table/Table.ColumnFilter.js +17 -14
- package/build/components/Table/Table.ColumnFilter.js.map +1 -1
- package/build/components/Table/Table.Row.js +2 -1
- package/build/components/Table/Table.Row.js.map +1 -1
- package/build/components/Table/Table.constants.js +3 -1
- package/build/components/Table/Table.constants.js.map +1 -1
- package/build/components/Table/Table.js +54 -17
- package/build/components/Table/Table.js.map +1 -1
- package/build/components/Table/Table.module.css +12 -6
- package/build/components/Table/Table.stories.js +39 -19
- package/build/components/Table/Table.stories.js.map +1 -1
- package/build/components/Table/Table.stories.module.css +4 -5
- package/build/components/Table/__tests__/__snapshots__/Table.ColumnFilter.test.js.snap +221 -240
- package/build/components/Table/__tests__/__snapshots__/Table.test.js.snap +1725 -1085
- package/build/components/Table/helpers/exists.js +2 -3
- package/build/components/Table/helpers/exists.js.map +1 -1
- package/build/components/Table/helpers/select.js +24 -16
- package/build/components/Table/helpers/select.js.map +1 -1
- package/build/components/Tooltip/Tooltip.js +29 -6
- package/build/components/Tooltip/Tooltip.js.map +1 -1
- package/build/components/Tooltip/__tests__/__snapshots__/Tooltip.test.jsx.snap +51 -44
- package/build/components/index.js +11 -0
- package/build/components/index.js.map +1 -1
- package/build/helpers/getInputPhoneErrors.js +3 -2
- package/build/helpers/getInputPhoneErrors.js.map +1 -1
- package/build/hooks/useDevice.js +1 -1
- package/build/hooks/useDevice.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/Checkbox.module.css +43 -6
- package/build/primitives/Checkbox/__tests__/__snapshots__/Checkbox.test.js.snap +47 -16
- package/build/primitives/Icon/Icon.constants.js +43 -21
- package/build/primitives/Icon/Icon.constants.js.map +1 -1
- package/build/primitives/Icon/Icon.js +15 -5
- package/build/primitives/Icon/Icon.js.map +1 -1
- package/build/primitives/Icon/Icon.module.css +32 -19
- package/build/primitives/Icon/Icon.stories.js +5 -0
- package/build/primitives/Icon/Icon.stories.js.map +1 -1
- package/build/primitives/Icon/__tests__/__snapshots__/Icon.test.js.snap +291 -100
- package/build/primitives/Input/Input.js +9 -3
- package/build/primitives/Input/Input.js.map +1 -1
- package/build/primitives/Input/Input.stories.js +2 -0
- package/build/primitives/Input/Input.stories.js.map +1 -1
- package/build/primitives/Input/__tests__/__snapshots__/Input.test.js.snap +22 -0
- package/build/primitives/Layer/Layer.js +11 -5
- package/build/primitives/Layer/Layer.js.map +1 -1
- package/build/primitives/Layer/Layer.module.css +4 -0
- package/build/primitives/Layer/__tests__/__snapshots__/Layer.test.js.snap +78 -42
- package/build/primitives/Layer/helpers/index.js +11 -0
- package/build/primitives/Layer/helpers/index.js.map +1 -1
- package/build/primitives/Layer/helpers/isComponentFixed.js +32 -0
- package/build/primitives/Layer/helpers/isComponentFixed.js.map +1 -0
- package/build/primitives/Pressable/Pressable.constants.js +1 -1
- package/build/primitives/Pressable/Pressable.constants.js.map +1 -1
- package/build/primitives/Pressable/Pressable.js +3 -7
- package/build/primitives/Pressable/Pressable.js.map +1 -1
- package/build/primitives/Pressable/Pressable.module.css +0 -1
- package/build/primitives/Pressable/__tests__/__snapshots__/Pressable.test.js.snap +10 -14
- package/build/primitives/Primitive/Primitive.js +2 -2
- package/build/primitives/Primitive/Primitive.js.map +1 -1
- package/build/primitives/Primitive/__tests__/__snapshots__/Primitive.test.js.snap +7 -7
- package/build/primitives/Primitive/helpers/index.js +0 -11
- package/build/primitives/Primitive/helpers/index.js.map +1 -1
- package/build/primitives/Radio/Radio.js +1 -1
- package/build/primitives/Radio/Radio.js.map +1 -1
- package/build/primitives/Radio/Radio.module.css +20 -2
- package/build/primitives/Radio/__tests__/__snapshots__/Radio.test.js.snap +21 -21
- package/build/primitives/ScrollView/ScrollView.js +1 -1
- package/build/primitives/ScrollView/ScrollView.js.map +1 -1
- package/build/primitives/ScrollView/ScrollView.module.css +1 -0
- package/build/primitives/ScrollView/ScrollView.stories.js +5 -6
- package/build/primitives/ScrollView/ScrollView.stories.js.map +1 -1
- package/build/primitives/ScrollView/__tests__/__snapshots__/ScrollView.test.js.snap +20 -20
- package/build/primitives/Select/Select.js +13 -6
- package/build/primitives/Select/Select.js.map +1 -1
- package/build/primitives/Select/Select.stories.js +1 -0
- package/build/primitives/Select/Select.stories.js.map +1 -1
- package/build/primitives/Select/__tests__/__snapshots__/Select.test.js.snap +36 -0
- package/build/primitives/Switch/Switch.js +5 -3
- package/build/primitives/Switch/Switch.js.map +1 -1
- package/build/primitives/Switch/Switch.module.css +35 -7
- package/build/primitives/Switch/Switch.stories.js +1 -0
- package/build/primitives/Switch/Switch.stories.js.map +1 -1
- package/build/primitives/Switch/__tests__/__snapshots__/Switch.test.js.snap +88 -25
- package/build/primitives/Text/Text.js +12 -5
- package/build/primitives/Text/Text.js.map +1 -1
- package/build/primitives/Text/Text.module.css +29 -14
- package/build/primitives/Text/Text.stories.js +4 -0
- package/build/primitives/Text/Text.stories.js.map +1 -1
- package/build/primitives/Text/__tests__/__snapshots__/Text.test.js.snap +78 -38
- package/build/primitives/View/View.js +1 -1
- package/build/primitives/View/View.js.map +1 -1
- package/build/primitives/View/__tests__/__snapshots__/View.test.js.snap +10 -10
- package/build/theme/default.theme.css +54 -53
- package/build/theme/theme.constants.js +3 -1
- package/build/theme/theme.constants.js.map +1 -1
- package/build/theme/theme.js +34 -11
- package/build/theme/theme.js.map +1 -1
- package/package.json +4 -5
- package/build/primitives/Primitive/helpers/getTag.js +0 -33
- package/build/primitives/Primitive/helpers/getTag.js.map +0 -1
|
@@ -2,14 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
exports[`component:<Table>:<ColumnFilter> inherit:className 1`] = `
|
|
4
4
|
<DocumentFragment>
|
|
5
|
-
<
|
|
6
|
-
|
|
5
|
+
<span
|
|
6
|
+
class="container"
|
|
7
|
+
>
|
|
8
|
+
<div
|
|
7
9
|
class="pressable"
|
|
8
10
|
style="position: relative;"
|
|
9
|
-
tabindex="0"
|
|
10
11
|
>
|
|
11
|
-
<
|
|
12
|
-
class="icon
|
|
12
|
+
<span
|
|
13
|
+
class="icon headline-3 icon"
|
|
13
14
|
>
|
|
14
15
|
<svg
|
|
15
16
|
fill="currentColor"
|
|
@@ -28,45 +29,43 @@ exports[`component:<Table>:<ColumnFilter> inherit:className 1`] = `
|
|
|
28
29
|
d="M10 18h4v-2h-4v2zM3 6v2h18V6H3zm3 7h12v-2H6v2z"
|
|
29
30
|
/>
|
|
30
31
|
</svg>
|
|
31
|
-
</
|
|
32
|
-
</
|
|
33
|
-
</
|
|
34
|
-
<
|
|
32
|
+
</span>
|
|
33
|
+
</div>
|
|
34
|
+
</span>
|
|
35
|
+
<div
|
|
35
36
|
class="layer"
|
|
36
37
|
style="left: 0px; top: 0px;"
|
|
37
38
|
>
|
|
38
39
|
<div
|
|
39
40
|
class="menu visible menuFilter mirai"
|
|
40
41
|
>
|
|
41
|
-
<
|
|
42
|
+
<div
|
|
42
43
|
class="pressable option divider"
|
|
43
|
-
tabindex="0"
|
|
44
44
|
>
|
|
45
|
-
<
|
|
45
|
+
<div
|
|
46
46
|
class="view row wide content"
|
|
47
47
|
>
|
|
48
|
-
<
|
|
48
|
+
<span
|
|
49
49
|
class="text bold small"
|
|
50
50
|
>
|
|
51
51
|
field
|
|
52
|
-
</
|
|
53
|
-
</
|
|
54
|
-
</
|
|
55
|
-
<
|
|
52
|
+
</span>
|
|
53
|
+
</div>
|
|
54
|
+
</div>
|
|
55
|
+
<div
|
|
56
56
|
class="pressable option divider"
|
|
57
|
-
tabindex="0"
|
|
58
57
|
>
|
|
59
|
-
<
|
|
58
|
+
<div
|
|
60
59
|
class="view row wide content"
|
|
61
60
|
>
|
|
62
|
-
<
|
|
61
|
+
<div
|
|
63
62
|
class="view inputContainer input"
|
|
64
63
|
>
|
|
65
|
-
<
|
|
64
|
+
<div
|
|
66
65
|
class="view row inputBorder"
|
|
67
66
|
>
|
|
68
|
-
<
|
|
69
|
-
class="icon
|
|
67
|
+
<span
|
|
68
|
+
class="icon headline-3 icon left"
|
|
70
69
|
>
|
|
71
70
|
<svg
|
|
72
71
|
fill="currentColor"
|
|
@@ -82,11 +81,11 @@ exports[`component:<Table>:<ColumnFilter> inherit:className 1`] = `
|
|
|
82
81
|
fill="none"
|
|
83
82
|
/>
|
|
84
83
|
<path
|
|
85
|
-
d="M15.5 14h-.79l-.28-.27A6.471 6.471 0
|
|
84
|
+
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"
|
|
86
85
|
/>
|
|
87
86
|
</svg>
|
|
88
|
-
</
|
|
89
|
-
<
|
|
87
|
+
</span>
|
|
88
|
+
<div
|
|
90
89
|
class="view wide content"
|
|
91
90
|
>
|
|
92
91
|
<input
|
|
@@ -95,24 +94,22 @@ exports[`component:<Table>:<ColumnFilter> inherit:className 1`] = `
|
|
|
95
94
|
type="search"
|
|
96
95
|
value=""
|
|
97
96
|
/>
|
|
98
|
-
</
|
|
99
|
-
</
|
|
100
|
-
</
|
|
101
|
-
</
|
|
102
|
-
</
|
|
103
|
-
<
|
|
97
|
+
</div>
|
|
98
|
+
</div>
|
|
99
|
+
</div>
|
|
100
|
+
</div>
|
|
101
|
+
</div>
|
|
102
|
+
<div
|
|
104
103
|
class="pressable option"
|
|
105
|
-
tabindex="0"
|
|
106
104
|
>
|
|
107
|
-
<
|
|
105
|
+
<div
|
|
108
106
|
class="view row wide content"
|
|
109
107
|
>
|
|
110
|
-
<
|
|
108
|
+
<div
|
|
111
109
|
class="view row wide items"
|
|
112
110
|
>
|
|
113
111
|
<button
|
|
114
112
|
class="pressable button secondary wide"
|
|
115
|
-
tabindex="0"
|
|
116
113
|
>
|
|
117
114
|
$Cancel
|
|
118
115
|
</button>
|
|
@@ -122,24 +119,25 @@ exports[`component:<Table>:<ColumnFilter> inherit:className 1`] = `
|
|
|
122
119
|
>
|
|
123
120
|
$Submit
|
|
124
121
|
</button>
|
|
125
|
-
</
|
|
126
|
-
</
|
|
127
|
-
</
|
|
122
|
+
</div>
|
|
123
|
+
</div>
|
|
124
|
+
</div>
|
|
128
125
|
</div>
|
|
129
|
-
</
|
|
126
|
+
</div>
|
|
130
127
|
</DocumentFragment>
|
|
131
128
|
`;
|
|
132
129
|
|
|
133
130
|
exports[`component:<Table>:<ColumnFilter> prop:l10n 1`] = `
|
|
134
131
|
<DocumentFragment>
|
|
135
|
-
<
|
|
136
|
-
|
|
132
|
+
<span
|
|
133
|
+
class="container"
|
|
134
|
+
>
|
|
135
|
+
<div
|
|
137
136
|
class="pressable"
|
|
138
137
|
style="position: relative;"
|
|
139
|
-
tabindex="0"
|
|
140
138
|
>
|
|
141
|
-
<
|
|
142
|
-
class="icon
|
|
139
|
+
<span
|
|
140
|
+
class="icon headline-3 icon"
|
|
143
141
|
>
|
|
144
142
|
<svg
|
|
145
143
|
fill="currentColor"
|
|
@@ -158,45 +156,43 @@ exports[`component:<Table>:<ColumnFilter> prop:l10n 1`] = `
|
|
|
158
156
|
d="M10 18h4v-2h-4v2zM3 6v2h18V6H3zm3 7h12v-2H6v2z"
|
|
159
157
|
/>
|
|
160
158
|
</svg>
|
|
161
|
-
</
|
|
162
|
-
</
|
|
163
|
-
</
|
|
164
|
-
<
|
|
159
|
+
</span>
|
|
160
|
+
</div>
|
|
161
|
+
</span>
|
|
162
|
+
<div
|
|
165
163
|
class="layer"
|
|
166
164
|
style="left: 0px; top: 0px;"
|
|
167
165
|
>
|
|
168
166
|
<div
|
|
169
167
|
class="menu visible menuFilter"
|
|
170
168
|
>
|
|
171
|
-
<
|
|
169
|
+
<div
|
|
172
170
|
class="pressable option divider"
|
|
173
|
-
tabindex="0"
|
|
174
171
|
>
|
|
175
|
-
<
|
|
172
|
+
<div
|
|
176
173
|
class="view row wide content"
|
|
177
174
|
>
|
|
178
|
-
<
|
|
175
|
+
<span
|
|
179
176
|
class="text bold small"
|
|
180
177
|
>
|
|
181
178
|
field
|
|
182
|
-
</
|
|
183
|
-
</
|
|
184
|
-
</
|
|
185
|
-
<
|
|
179
|
+
</span>
|
|
180
|
+
</div>
|
|
181
|
+
</div>
|
|
182
|
+
<div
|
|
186
183
|
class="pressable option divider"
|
|
187
|
-
tabindex="0"
|
|
188
184
|
>
|
|
189
|
-
<
|
|
185
|
+
<div
|
|
190
186
|
class="view row wide content"
|
|
191
187
|
>
|
|
192
|
-
<
|
|
188
|
+
<div
|
|
193
189
|
class="view inputContainer input"
|
|
194
190
|
>
|
|
195
|
-
<
|
|
191
|
+
<div
|
|
196
192
|
class="view row inputBorder"
|
|
197
193
|
>
|
|
198
|
-
<
|
|
199
|
-
class="icon
|
|
194
|
+
<span
|
|
195
|
+
class="icon headline-3 icon left"
|
|
200
196
|
>
|
|
201
197
|
<svg
|
|
202
198
|
fill="currentColor"
|
|
@@ -212,11 +208,11 @@ exports[`component:<Table>:<ColumnFilter> prop:l10n 1`] = `
|
|
|
212
208
|
fill="none"
|
|
213
209
|
/>
|
|
214
210
|
<path
|
|
215
|
-
d="M15.5 14h-.79l-.28-.27A6.471 6.471 0
|
|
211
|
+
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"
|
|
216
212
|
/>
|
|
217
213
|
</svg>
|
|
218
|
-
</
|
|
219
|
-
<
|
|
214
|
+
</span>
|
|
215
|
+
<div
|
|
220
216
|
class="view wide content"
|
|
221
217
|
>
|
|
222
218
|
<input
|
|
@@ -225,24 +221,22 @@ exports[`component:<Table>:<ColumnFilter> prop:l10n 1`] = `
|
|
|
225
221
|
type="search"
|
|
226
222
|
value=""
|
|
227
223
|
/>
|
|
228
|
-
</
|
|
229
|
-
</
|
|
230
|
-
</
|
|
231
|
-
</
|
|
232
|
-
</
|
|
233
|
-
<
|
|
224
|
+
</div>
|
|
225
|
+
</div>
|
|
226
|
+
</div>
|
|
227
|
+
</div>
|
|
228
|
+
</div>
|
|
229
|
+
<div
|
|
234
230
|
class="pressable option"
|
|
235
|
-
tabindex="0"
|
|
236
231
|
>
|
|
237
|
-
<
|
|
232
|
+
<div
|
|
238
233
|
class="view row wide content"
|
|
239
234
|
>
|
|
240
|
-
<
|
|
235
|
+
<div
|
|
241
236
|
class="view row wide items"
|
|
242
237
|
>
|
|
243
238
|
<button
|
|
244
239
|
class="pressable button secondary wide"
|
|
245
|
-
tabindex="0"
|
|
246
240
|
>
|
|
247
241
|
Cancel
|
|
248
242
|
</button>
|
|
@@ -252,24 +246,25 @@ exports[`component:<Table>:<ColumnFilter> prop:l10n 1`] = `
|
|
|
252
246
|
>
|
|
253
247
|
Submit
|
|
254
248
|
</button>
|
|
255
|
-
</
|
|
256
|
-
</
|
|
257
|
-
</
|
|
249
|
+
</div>
|
|
250
|
+
</div>
|
|
251
|
+
</div>
|
|
258
252
|
</div>
|
|
259
|
-
</
|
|
253
|
+
</div>
|
|
260
254
|
</DocumentFragment>
|
|
261
255
|
`;
|
|
262
256
|
|
|
263
257
|
exports[`component:<Table>:<ColumnFilter> prop:schema type:number 1`] = `
|
|
264
258
|
<DocumentFragment>
|
|
265
|
-
<
|
|
266
|
-
|
|
259
|
+
<span
|
|
260
|
+
class="container"
|
|
261
|
+
>
|
|
262
|
+
<div
|
|
267
263
|
class="pressable"
|
|
268
264
|
style="position: relative;"
|
|
269
|
-
tabindex="0"
|
|
270
265
|
>
|
|
271
|
-
<
|
|
272
|
-
class="icon
|
|
266
|
+
<span
|
|
267
|
+
class="icon headline-3 icon"
|
|
273
268
|
>
|
|
274
269
|
<svg
|
|
275
270
|
fill="currentColor"
|
|
@@ -288,45 +283,43 @@ exports[`component:<Table>:<ColumnFilter> prop:schema type:number 1`] = `
|
|
|
288
283
|
d="M10 18h4v-2h-4v2zM3 6v2h18V6H3zm3 7h12v-2H6v2z"
|
|
289
284
|
/>
|
|
290
285
|
</svg>
|
|
291
|
-
</
|
|
292
|
-
</
|
|
293
|
-
</
|
|
294
|
-
<
|
|
286
|
+
</span>
|
|
287
|
+
</div>
|
|
288
|
+
</span>
|
|
289
|
+
<div
|
|
295
290
|
class="layer"
|
|
296
291
|
style="left: 0px; top: 0px;"
|
|
297
292
|
>
|
|
298
293
|
<div
|
|
299
294
|
class="menu visible menuFilter"
|
|
300
295
|
>
|
|
301
|
-
<
|
|
296
|
+
<div
|
|
302
297
|
class="pressable option divider"
|
|
303
|
-
tabindex="0"
|
|
304
298
|
>
|
|
305
|
-
<
|
|
299
|
+
<div
|
|
306
300
|
class="view row wide content"
|
|
307
301
|
>
|
|
308
|
-
<
|
|
302
|
+
<span
|
|
309
303
|
class="text bold small"
|
|
310
304
|
>
|
|
311
305
|
field
|
|
312
|
-
</
|
|
313
|
-
</
|
|
314
|
-
</
|
|
315
|
-
<
|
|
306
|
+
</span>
|
|
307
|
+
</div>
|
|
308
|
+
</div>
|
|
309
|
+
<div
|
|
316
310
|
class="pressable option divider"
|
|
317
|
-
tabindex="0"
|
|
318
311
|
>
|
|
319
|
-
<
|
|
312
|
+
<div
|
|
320
313
|
class="view row wide content"
|
|
321
314
|
>
|
|
322
|
-
<
|
|
315
|
+
<div
|
|
323
316
|
class="view inputContainer input"
|
|
324
317
|
>
|
|
325
|
-
<
|
|
318
|
+
<div
|
|
326
319
|
class="view row inputBorder"
|
|
327
320
|
>
|
|
328
|
-
<
|
|
329
|
-
class="icon
|
|
321
|
+
<span
|
|
322
|
+
class="icon headline-3 icon left"
|
|
330
323
|
>
|
|
331
324
|
<svg
|
|
332
325
|
fill="currentColor"
|
|
@@ -342,11 +335,11 @@ exports[`component:<Table>:<ColumnFilter> prop:schema type:number 1`] = `
|
|
|
342
335
|
fill="none"
|
|
343
336
|
/>
|
|
344
337
|
<path
|
|
345
|
-
d="M15.5 14h-.79l-.28-.27A6.471 6.471 0
|
|
338
|
+
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"
|
|
346
339
|
/>
|
|
347
340
|
</svg>
|
|
348
|
-
</
|
|
349
|
-
<
|
|
341
|
+
</span>
|
|
342
|
+
<div
|
|
350
343
|
class="view wide content"
|
|
351
344
|
>
|
|
352
345
|
<input
|
|
@@ -355,24 +348,22 @@ exports[`component:<Table>:<ColumnFilter> prop:schema type:number 1`] = `
|
|
|
355
348
|
type="search"
|
|
356
349
|
value=""
|
|
357
350
|
/>
|
|
358
|
-
</
|
|
359
|
-
</
|
|
360
|
-
</
|
|
361
|
-
</
|
|
362
|
-
</
|
|
363
|
-
<
|
|
351
|
+
</div>
|
|
352
|
+
</div>
|
|
353
|
+
</div>
|
|
354
|
+
</div>
|
|
355
|
+
</div>
|
|
356
|
+
<div
|
|
364
357
|
class="pressable option"
|
|
365
|
-
tabindex="0"
|
|
366
358
|
>
|
|
367
|
-
<
|
|
359
|
+
<div
|
|
368
360
|
class="view row wide content"
|
|
369
361
|
>
|
|
370
|
-
<
|
|
362
|
+
<div
|
|
371
363
|
class="view row wide items"
|
|
372
364
|
>
|
|
373
365
|
<button
|
|
374
366
|
class="pressable button secondary wide"
|
|
375
|
-
tabindex="0"
|
|
376
367
|
>
|
|
377
368
|
Cancel
|
|
378
369
|
</button>
|
|
@@ -382,24 +373,25 @@ exports[`component:<Table>:<ColumnFilter> prop:schema type:number 1`] = `
|
|
|
382
373
|
>
|
|
383
374
|
Submit
|
|
384
375
|
</button>
|
|
385
|
-
</
|
|
386
|
-
</
|
|
387
|
-
</
|
|
376
|
+
</div>
|
|
377
|
+
</div>
|
|
378
|
+
</div>
|
|
388
379
|
</div>
|
|
389
|
-
</
|
|
380
|
+
</div>
|
|
390
381
|
</DocumentFragment>
|
|
391
382
|
`;
|
|
392
383
|
|
|
393
384
|
exports[`component:<Table>:<ColumnFilter> prop:schema type:text 1`] = `
|
|
394
385
|
<DocumentFragment>
|
|
395
|
-
<
|
|
396
|
-
|
|
386
|
+
<span
|
|
387
|
+
class="container"
|
|
388
|
+
>
|
|
389
|
+
<div
|
|
397
390
|
class="pressable"
|
|
398
391
|
style="position: relative;"
|
|
399
|
-
tabindex="0"
|
|
400
392
|
>
|
|
401
|
-
<
|
|
402
|
-
class="icon
|
|
393
|
+
<span
|
|
394
|
+
class="icon headline-3 icon"
|
|
403
395
|
>
|
|
404
396
|
<svg
|
|
405
397
|
fill="currentColor"
|
|
@@ -418,45 +410,43 @@ exports[`component:<Table>:<ColumnFilter> prop:schema type:text 1`] = `
|
|
|
418
410
|
d="M10 18h4v-2h-4v2zM3 6v2h18V6H3zm3 7h12v-2H6v2z"
|
|
419
411
|
/>
|
|
420
412
|
</svg>
|
|
421
|
-
</
|
|
422
|
-
</
|
|
423
|
-
</
|
|
424
|
-
<
|
|
413
|
+
</span>
|
|
414
|
+
</div>
|
|
415
|
+
</span>
|
|
416
|
+
<div
|
|
425
417
|
class="layer"
|
|
426
418
|
style="left: 0px; top: 0px;"
|
|
427
419
|
>
|
|
428
420
|
<div
|
|
429
421
|
class="menu visible menuFilter"
|
|
430
422
|
>
|
|
431
|
-
<
|
|
423
|
+
<div
|
|
432
424
|
class="pressable option divider"
|
|
433
|
-
tabindex="0"
|
|
434
425
|
>
|
|
435
|
-
<
|
|
426
|
+
<div
|
|
436
427
|
class="view row wide content"
|
|
437
428
|
>
|
|
438
|
-
<
|
|
429
|
+
<span
|
|
439
430
|
class="text bold small"
|
|
440
431
|
>
|
|
441
432
|
field
|
|
442
|
-
</
|
|
443
|
-
</
|
|
444
|
-
</
|
|
445
|
-
<
|
|
433
|
+
</span>
|
|
434
|
+
</div>
|
|
435
|
+
</div>
|
|
436
|
+
<div
|
|
446
437
|
class="pressable option divider"
|
|
447
|
-
tabindex="0"
|
|
448
438
|
>
|
|
449
|
-
<
|
|
439
|
+
<div
|
|
450
440
|
class="view row wide content"
|
|
451
441
|
>
|
|
452
|
-
<
|
|
442
|
+
<div
|
|
453
443
|
class="view inputContainer input"
|
|
454
444
|
>
|
|
455
|
-
<
|
|
445
|
+
<div
|
|
456
446
|
class="view row inputBorder"
|
|
457
447
|
>
|
|
458
|
-
<
|
|
459
|
-
class="icon
|
|
448
|
+
<span
|
|
449
|
+
class="icon headline-3 icon left"
|
|
460
450
|
>
|
|
461
451
|
<svg
|
|
462
452
|
fill="currentColor"
|
|
@@ -472,11 +462,11 @@ exports[`component:<Table>:<ColumnFilter> prop:schema type:text 1`] = `
|
|
|
472
462
|
fill="none"
|
|
473
463
|
/>
|
|
474
464
|
<path
|
|
475
|
-
d="M15.5 14h-.79l-.28-.27A6.471 6.471 0
|
|
465
|
+
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"
|
|
476
466
|
/>
|
|
477
467
|
</svg>
|
|
478
|
-
</
|
|
479
|
-
<
|
|
468
|
+
</span>
|
|
469
|
+
<div
|
|
480
470
|
class="view wide content"
|
|
481
471
|
>
|
|
482
472
|
<input
|
|
@@ -485,24 +475,22 @@ exports[`component:<Table>:<ColumnFilter> prop:schema type:text 1`] = `
|
|
|
485
475
|
type="search"
|
|
486
476
|
value=""
|
|
487
477
|
/>
|
|
488
|
-
</
|
|
489
|
-
</
|
|
490
|
-
</
|
|
491
|
-
</
|
|
492
|
-
</
|
|
493
|
-
<
|
|
478
|
+
</div>
|
|
479
|
+
</div>
|
|
480
|
+
</div>
|
|
481
|
+
</div>
|
|
482
|
+
</div>
|
|
483
|
+
<div
|
|
494
484
|
class="pressable option"
|
|
495
|
-
tabindex="0"
|
|
496
485
|
>
|
|
497
|
-
<
|
|
486
|
+
<div
|
|
498
487
|
class="view row wide content"
|
|
499
488
|
>
|
|
500
|
-
<
|
|
489
|
+
<div
|
|
501
490
|
class="view row wide items"
|
|
502
491
|
>
|
|
503
492
|
<button
|
|
504
493
|
class="pressable button secondary wide"
|
|
505
|
-
tabindex="0"
|
|
506
494
|
>
|
|
507
495
|
Cancel
|
|
508
496
|
</button>
|
|
@@ -512,24 +500,25 @@ exports[`component:<Table>:<ColumnFilter> prop:schema type:text 1`] = `
|
|
|
512
500
|
>
|
|
513
501
|
Submit
|
|
514
502
|
</button>
|
|
515
|
-
</
|
|
516
|
-
</
|
|
517
|
-
</
|
|
503
|
+
</div>
|
|
504
|
+
</div>
|
|
505
|
+
</div>
|
|
518
506
|
</div>
|
|
519
|
-
</
|
|
507
|
+
</div>
|
|
520
508
|
</DocumentFragment>
|
|
521
509
|
`;
|
|
522
510
|
|
|
523
511
|
exports[`component:<Table>:<ColumnFilter> renders 1`] = `
|
|
524
512
|
<DocumentFragment>
|
|
525
|
-
<
|
|
526
|
-
|
|
513
|
+
<span
|
|
514
|
+
class="container"
|
|
515
|
+
>
|
|
516
|
+
<div
|
|
527
517
|
class="pressable"
|
|
528
518
|
style="position: relative;"
|
|
529
|
-
tabindex="0"
|
|
530
519
|
>
|
|
531
|
-
<
|
|
532
|
-
class="icon
|
|
520
|
+
<span
|
|
521
|
+
class="icon headline-3 icon"
|
|
533
522
|
>
|
|
534
523
|
<svg
|
|
535
524
|
fill="currentColor"
|
|
@@ -548,45 +537,43 @@ exports[`component:<Table>:<ColumnFilter> renders 1`] = `
|
|
|
548
537
|
d="M10 18h4v-2h-4v2zM3 6v2h18V6H3zm3 7h12v-2H6v2z"
|
|
549
538
|
/>
|
|
550
539
|
</svg>
|
|
551
|
-
</
|
|
552
|
-
</
|
|
553
|
-
</
|
|
554
|
-
<
|
|
540
|
+
</span>
|
|
541
|
+
</div>
|
|
542
|
+
</span>
|
|
543
|
+
<div
|
|
555
544
|
class="layer"
|
|
556
545
|
style="left: 0px; top: 0px;"
|
|
557
546
|
>
|
|
558
547
|
<div
|
|
559
548
|
class="menu visible menuFilter"
|
|
560
549
|
>
|
|
561
|
-
<
|
|
550
|
+
<div
|
|
562
551
|
class="pressable option divider"
|
|
563
|
-
tabindex="0"
|
|
564
552
|
>
|
|
565
|
-
<
|
|
553
|
+
<div
|
|
566
554
|
class="view row wide content"
|
|
567
555
|
>
|
|
568
|
-
<
|
|
556
|
+
<span
|
|
569
557
|
class="text bold small"
|
|
570
558
|
>
|
|
571
559
|
field
|
|
572
|
-
</
|
|
573
|
-
</
|
|
574
|
-
</
|
|
575
|
-
<
|
|
560
|
+
</span>
|
|
561
|
+
</div>
|
|
562
|
+
</div>
|
|
563
|
+
<div
|
|
576
564
|
class="pressable option divider"
|
|
577
|
-
tabindex="0"
|
|
578
565
|
>
|
|
579
|
-
<
|
|
566
|
+
<div
|
|
580
567
|
class="view row wide content"
|
|
581
568
|
>
|
|
582
|
-
<
|
|
569
|
+
<div
|
|
583
570
|
class="view inputContainer input"
|
|
584
571
|
>
|
|
585
|
-
<
|
|
572
|
+
<div
|
|
586
573
|
class="view row inputBorder"
|
|
587
574
|
>
|
|
588
|
-
<
|
|
589
|
-
class="icon
|
|
575
|
+
<span
|
|
576
|
+
class="icon headline-3 icon left"
|
|
590
577
|
>
|
|
591
578
|
<svg
|
|
592
579
|
fill="currentColor"
|
|
@@ -602,11 +589,11 @@ exports[`component:<Table>:<ColumnFilter> renders 1`] = `
|
|
|
602
589
|
fill="none"
|
|
603
590
|
/>
|
|
604
591
|
<path
|
|
605
|
-
d="M15.5 14h-.79l-.28-.27A6.471 6.471 0
|
|
592
|
+
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"
|
|
606
593
|
/>
|
|
607
594
|
</svg>
|
|
608
|
-
</
|
|
609
|
-
<
|
|
595
|
+
</span>
|
|
596
|
+
<div
|
|
610
597
|
class="view wide content"
|
|
611
598
|
>
|
|
612
599
|
<input
|
|
@@ -615,24 +602,22 @@ exports[`component:<Table>:<ColumnFilter> renders 1`] = `
|
|
|
615
602
|
type="search"
|
|
616
603
|
value=""
|
|
617
604
|
/>
|
|
618
|
-
</
|
|
619
|
-
</
|
|
620
|
-
</
|
|
621
|
-
</
|
|
622
|
-
</
|
|
623
|
-
<
|
|
605
|
+
</div>
|
|
606
|
+
</div>
|
|
607
|
+
</div>
|
|
608
|
+
</div>
|
|
609
|
+
</div>
|
|
610
|
+
<div
|
|
624
611
|
class="pressable option"
|
|
625
|
-
tabindex="0"
|
|
626
612
|
>
|
|
627
|
-
<
|
|
613
|
+
<div
|
|
628
614
|
class="view row wide content"
|
|
629
615
|
>
|
|
630
|
-
<
|
|
616
|
+
<div
|
|
631
617
|
class="view row wide items"
|
|
632
618
|
>
|
|
633
619
|
<button
|
|
634
620
|
class="pressable button secondary wide"
|
|
635
|
-
tabindex="0"
|
|
636
621
|
>
|
|
637
622
|
$Cancel
|
|
638
623
|
</button>
|
|
@@ -642,26 +627,26 @@ exports[`component:<Table>:<ColumnFilter> renders 1`] = `
|
|
|
642
627
|
>
|
|
643
628
|
$Submit
|
|
644
629
|
</button>
|
|
645
|
-
</
|
|
646
|
-
</
|
|
647
|
-
</
|
|
630
|
+
</div>
|
|
631
|
+
</div>
|
|
632
|
+
</div>
|
|
648
633
|
</div>
|
|
649
|
-
</
|
|
634
|
+
</div>
|
|
650
635
|
</DocumentFragment>
|
|
651
636
|
`;
|
|
652
637
|
|
|
653
638
|
exports[`component:<Table>:<ColumnFilter> testId 1`] = `
|
|
654
639
|
<DocumentFragment>
|
|
655
|
-
<
|
|
640
|
+
<span
|
|
641
|
+
class="container"
|
|
656
642
|
data-testid="mirai"
|
|
657
643
|
>
|
|
658
|
-
<
|
|
644
|
+
<div
|
|
659
645
|
class="pressable"
|
|
660
646
|
style="position: relative;"
|
|
661
|
-
tabindex="0"
|
|
662
647
|
>
|
|
663
|
-
<
|
|
664
|
-
class="icon
|
|
648
|
+
<span
|
|
649
|
+
class="icon headline-3 icon"
|
|
665
650
|
>
|
|
666
651
|
<svg
|
|
667
652
|
fill="currentColor"
|
|
@@ -680,47 +665,45 @@ exports[`component:<Table>:<ColumnFilter> testId 1`] = `
|
|
|
680
665
|
d="M10 18h4v-2h-4v2zM3 6v2h18V6H3zm3 7h12v-2H6v2z"
|
|
681
666
|
/>
|
|
682
667
|
</svg>
|
|
683
|
-
</
|
|
684
|
-
</
|
|
685
|
-
</
|
|
686
|
-
<
|
|
668
|
+
</span>
|
|
669
|
+
</div>
|
|
670
|
+
</span>
|
|
671
|
+
<div
|
|
687
672
|
class="layer"
|
|
688
673
|
style="left: 0px; top: 0px;"
|
|
689
674
|
>
|
|
690
675
|
<div
|
|
691
676
|
class="menu visible menuFilter"
|
|
692
677
|
>
|
|
693
|
-
<
|
|
678
|
+
<div
|
|
694
679
|
class="pressable option divider"
|
|
695
680
|
data-testid="mirai-0"
|
|
696
|
-
tabindex="0"
|
|
697
681
|
>
|
|
698
|
-
<
|
|
682
|
+
<div
|
|
699
683
|
class="view row wide content"
|
|
700
684
|
>
|
|
701
|
-
<
|
|
685
|
+
<span
|
|
702
686
|
class="text bold small"
|
|
703
687
|
>
|
|
704
688
|
field
|
|
705
|
-
</
|
|
706
|
-
</
|
|
707
|
-
</
|
|
708
|
-
<
|
|
689
|
+
</span>
|
|
690
|
+
</div>
|
|
691
|
+
</div>
|
|
692
|
+
<div
|
|
709
693
|
class="pressable option divider"
|
|
710
694
|
data-testid="mirai-1"
|
|
711
|
-
tabindex="0"
|
|
712
695
|
>
|
|
713
|
-
<
|
|
696
|
+
<div
|
|
714
697
|
class="view row wide content"
|
|
715
698
|
>
|
|
716
|
-
<
|
|
699
|
+
<div
|
|
717
700
|
class="view inputContainer input"
|
|
718
701
|
>
|
|
719
|
-
<
|
|
702
|
+
<div
|
|
720
703
|
class="view row inputBorder"
|
|
721
704
|
>
|
|
722
|
-
<
|
|
723
|
-
class="icon
|
|
705
|
+
<span
|
|
706
|
+
class="icon headline-3 icon left"
|
|
724
707
|
>
|
|
725
708
|
<svg
|
|
726
709
|
fill="currentColor"
|
|
@@ -736,11 +719,11 @@ exports[`component:<Table>:<ColumnFilter> testId 1`] = `
|
|
|
736
719
|
fill="none"
|
|
737
720
|
/>
|
|
738
721
|
<path
|
|
739
|
-
d="M15.5 14h-.79l-.28-.27A6.471 6.471 0
|
|
722
|
+
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"
|
|
740
723
|
/>
|
|
741
724
|
</svg>
|
|
742
|
-
</
|
|
743
|
-
<
|
|
725
|
+
</span>
|
|
726
|
+
<div
|
|
744
727
|
class="view wide content"
|
|
745
728
|
>
|
|
746
729
|
<input
|
|
@@ -749,25 +732,23 @@ exports[`component:<Table>:<ColumnFilter> testId 1`] = `
|
|
|
749
732
|
type="search"
|
|
750
733
|
value=""
|
|
751
734
|
/>
|
|
752
|
-
</
|
|
753
|
-
</
|
|
754
|
-
</
|
|
755
|
-
</
|
|
756
|
-
</
|
|
757
|
-
<
|
|
735
|
+
</div>
|
|
736
|
+
</div>
|
|
737
|
+
</div>
|
|
738
|
+
</div>
|
|
739
|
+
</div>
|
|
740
|
+
<div
|
|
758
741
|
class="pressable option"
|
|
759
742
|
data-testid="mirai-2"
|
|
760
|
-
tabindex="0"
|
|
761
743
|
>
|
|
762
|
-
<
|
|
744
|
+
<div
|
|
763
745
|
class="view row wide content"
|
|
764
746
|
>
|
|
765
|
-
<
|
|
747
|
+
<div
|
|
766
748
|
class="view row wide items"
|
|
767
749
|
>
|
|
768
750
|
<button
|
|
769
751
|
class="pressable button secondary wide"
|
|
770
|
-
tabindex="0"
|
|
771
752
|
>
|
|
772
753
|
$Cancel
|
|
773
754
|
</button>
|
|
@@ -778,10 +759,10 @@ exports[`component:<Table>:<ColumnFilter> testId 1`] = `
|
|
|
778
759
|
>
|
|
779
760
|
$Submit
|
|
780
761
|
</button>
|
|
781
|
-
</
|
|
782
|
-
</
|
|
783
|
-
</
|
|
762
|
+
</div>
|
|
763
|
+
</div>
|
|
764
|
+
</div>
|
|
784
765
|
</div>
|
|
785
|
-
</
|
|
766
|
+
</div>
|
|
786
767
|
</DocumentFragment>
|
|
787
768
|
`;
|