@haiilo/catalyst 13.5.1-beta → 14.0.0
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/dist/catalyst/catalyst.css +257 -192
- package/dist/catalyst/catalyst.esm.js +1 -1
- package/dist/catalyst/catalyst.esm.js.map +1 -1
- package/dist/catalyst/index.esm.js +2 -2
- package/dist/catalyst/loader.esm.js.map +1 -1
- package/dist/catalyst/p--__C9zxv.js +3 -0
- package/dist/catalyst/p--__C9zxv.js.map +1 -0
- package/dist/catalyst/{p-8e3e3018.entry.js → p-4f7d069a.entry.js} +4 -4
- package/dist/catalyst/p-4f7d069a.entry.js.map +1 -0
- package/dist/catalyst/{p-D80xhZLG.js → p-Db1nOa1D.js} +2 -2
- package/dist/catalyst/{p-D80xhZLG.js.map → p-Db1nOa1D.js.map} +1 -1
- package/dist/catalyst/scss/index.scss +3 -3
- package/dist/cjs/cat-alert_30.cjs.entry.js +122 -124
- package/dist/cjs/catalyst.cjs.js +4 -7
- package/dist/cjs/catalyst.cjs.js.map +1 -1
- package/dist/cjs/{index-B6viy7Jl.js → index-CgyHmlOr.js} +736 -736
- package/dist/cjs/{index-B6viy7Jl.js.map → index-CgyHmlOr.js.map} +1 -1
- package/dist/cjs/index-Cl5qCbJO.js +1755 -0
- package/dist/cjs/index-Cl5qCbJO.js.map +1 -0
- package/dist/cjs/index.cjs.js +1 -3
- package/dist/cjs/loader.cjs.js +3 -6
- package/dist/cjs/loader.cjs.js.map +1 -1
- package/dist/collection/collection-manifest.json +2 -2
- package/dist/collection/components/cat-alert/cat-alert.js +4 -4
- package/dist/collection/components/cat-avatar/cat-avatar.js +13 -13
- package/dist/collection/components/cat-badge/cat-badge.js +9 -9
- package/dist/collection/components/cat-button/cat-button.js +31 -33
- package/dist/collection/components/cat-button/cat-button.js.map +1 -1
- package/dist/collection/components/cat-button-group/cat-button-group.js +2 -2
- package/dist/collection/components/cat-checkbox/cat-checkbox.js +22 -23
- package/dist/collection/components/cat-checkbox/cat-checkbox.js.map +1 -1
- package/dist/collection/components/cat-date/cat-date.js +39 -40
- package/dist/collection/components/cat-date/cat-date.js.map +1 -1
- package/dist/collection/components/cat-date-inline/cat-date-inline.js +19 -19
- package/dist/collection/components/cat-datepicker/cat-datepicker.js +41 -43
- package/dist/collection/components/cat-datepicker/cat-datepicker.js.map +1 -1
- package/dist/collection/components/cat-datepicker-inline/cat-datepicker-inline.js +10 -11
- package/dist/collection/components/cat-datepicker-inline/cat-datepicker-inline.js.map +1 -1
- package/dist/collection/components/cat-dropdown/cat-dropdown.js +11 -11
- package/dist/collection/components/cat-form-group/cat-form-group.js +4 -4
- package/dist/collection/components/cat-icon/cat-icon.js +7 -7
- package/dist/collection/components/cat-input/cat-input.js +51 -54
- package/dist/collection/components/cat-input/cat-input.js.map +1 -1
- package/dist/collection/components/cat-pagination/cat-pagination.js +10 -10
- package/dist/collection/components/cat-radio/cat-radio.js +16 -17
- package/dist/collection/components/cat-radio/cat-radio.js.map +1 -1
- package/dist/collection/components/cat-radio-group/cat-radio-group.js +8 -8
- package/dist/collection/components/cat-scrollable/cat-scrollable.js +7 -7
- package/dist/collection/components/cat-select/cat-select.js +35 -36
- package/dist/collection/components/cat-select/cat-select.js.map +1 -1
- package/dist/collection/components/cat-skeleton/cat-skeleton.js +5 -5
- package/dist/collection/components/cat-spinner/cat-spinner.js +4 -4
- package/dist/collection/components/cat-tab/cat-tab.js +15 -16
- package/dist/collection/components/cat-tab/cat-tab.js.map +1 -1
- package/dist/collection/components/cat-tabs/cat-tabs.js +4 -4
- package/dist/collection/components/cat-tag/cat-tag.js +20 -23
- package/dist/collection/components/cat-tag/cat-tag.js.map +1 -1
- package/dist/collection/components/cat-textarea/cat-textarea.js +32 -33
- package/dist/collection/components/cat-textarea/cat-textarea.js.map +1 -1
- package/dist/collection/components/cat-time/cat-time.js +40 -41
- package/dist/collection/components/cat-time/cat-time.js.map +1 -1
- package/dist/collection/components/cat-toggle/cat-toggle.js +20 -21
- package/dist/collection/components/cat-toggle/cat-toggle.js.map +1 -1
- package/dist/collection/components/cat-tooltip/cat-tooltip.js +8 -8
- package/dist/collection/scss/_variables.tokens.scss +2 -2
- package/dist/collection/scss/index.scss +3 -3
- package/dist/components/cat-alert.js +5 -3
- package/dist/components/cat-alert.js.map +1 -1
- package/dist/components/cat-avatar2.js +5 -3
- package/dist/components/cat-avatar2.js.map +1 -1
- package/dist/components/cat-badge.js +5 -3
- package/dist/components/cat-badge.js.map +1 -1
- package/dist/components/cat-button-group.js +5 -3
- package/dist/components/cat-button-group.js.map +1 -1
- package/dist/components/cat-button2.js +7 -5
- package/dist/components/cat-button2.js.map +1 -1
- package/dist/components/cat-card.js +5 -3
- package/dist/components/cat-card.js.map +1 -1
- package/dist/components/cat-checkbox2.js +6 -4
- package/dist/components/cat-checkbox2.js.map +1 -1
- package/dist/components/cat-date-inline2.js +5 -3
- package/dist/components/cat-date-inline2.js.map +1 -1
- package/dist/components/cat-date.js +6 -4
- package/dist/components/cat-date.js.map +1 -1
- package/dist/components/cat-datepicker-inline.js +6 -4
- package/dist/components/cat-datepicker-inline.js.map +1 -1
- package/dist/components/cat-datepicker.js +7 -5
- package/dist/components/cat-datepicker.js.map +1 -1
- package/dist/components/cat-dropdown2.js +5 -3
- package/dist/components/cat-dropdown2.js.map +1 -1
- package/dist/components/cat-form-group.js +5 -3
- package/dist/components/cat-form-group.js.map +1 -1
- package/dist/components/cat-form-hint.js.map +1 -1
- package/dist/components/cat-i18n-registry.js.map +1 -1
- package/dist/components/cat-icon-registry.js.map +1 -1
- package/dist/components/cat-icon2.js +5 -3
- package/dist/components/cat-icon2.js.map +1 -1
- package/dist/components/cat-input2.js +8 -6
- package/dist/components/cat-input2.js.map +1 -1
- package/dist/components/cat-pagination.js +5 -3
- package/dist/components/cat-pagination.js.map +1 -1
- package/dist/components/cat-radio-group.js +5 -3
- package/dist/components/cat-radio-group.js.map +1 -1
- package/dist/components/cat-radio.js +6 -4
- package/dist/components/cat-radio.js.map +1 -1
- package/dist/components/cat-scrollable2.js +123 -121
- package/dist/components/cat-scrollable2.js.map +1 -1
- package/dist/components/cat-select-demo.js +5 -3
- package/dist/components/cat-select-demo.js.map +1 -1
- package/dist/components/cat-select2.js +6 -4
- package/dist/components/cat-select2.js.map +1 -1
- package/dist/components/cat-skeleton2.js +5 -3
- package/dist/components/cat-skeleton2.js.map +1 -1
- package/dist/components/cat-spinner2.js +5 -3
- package/dist/components/cat-spinner2.js.map +1 -1
- package/dist/components/cat-tab.js +6 -4
- package/dist/components/cat-tab.js.map +1 -1
- package/dist/components/cat-tabs.js +5 -3
- package/dist/components/cat-tabs.js.map +1 -1
- package/dist/components/cat-tag.js +7 -5
- package/dist/components/cat-tag.js.map +1 -1
- package/dist/components/cat-textarea.js +6 -4
- package/dist/components/cat-textarea.js.map +1 -1
- package/dist/components/cat-time.js +6 -4
- package/dist/components/cat-time.js.map +1 -1
- package/dist/components/cat-toggle.js +6 -4
- package/dist/components/cat-toggle.js.map +1 -1
- package/dist/components/cat-tooltip.js +5 -3
- package/dist/components/cat-tooltip.js.map +1 -1
- package/dist/components/index2.js +735 -735
- package/dist/components/index2.js.map +1 -1
- package/dist/components/media-matcher.js +3 -3
- package/dist/components/media-matcher.js.map +1 -1
- package/dist/esm/cat-alert_30.entry.js +122 -124
- package/dist/esm/catalyst.js +4 -7
- package/dist/esm/catalyst.js.map +1 -1
- package/dist/esm/index--__C9zxv.js +1727 -0
- package/dist/esm/index--__C9zxv.js.map +1 -0
- package/dist/esm/{index-D80xhZLG.js → index-Db1nOa1D.js} +737 -737
- package/dist/esm/{index-D80xhZLG.js.map → index-Db1nOa1D.js.map} +1 -1
- package/dist/esm/index.js +2 -4
- package/dist/esm/loader.js +3 -6
- package/dist/esm/loader.js.map +1 -1
- package/dist/types/components/cat-select/cat-select.d.ts +2 -2
- package/dist/types/components.d.ts +396 -8
- package/dist/types/stencil-public-runtime.d.ts +62 -8
- package/package.json +24 -24
- package/dist/catalyst/p-8e3e3018.entry.js.map +0 -1
- package/dist/catalyst/p-CzxFlAEB.js +0 -3
- package/dist/catalyst/p-CzxFlAEB.js.map +0 -1
- package/dist/catalyst/p-DQuL1Twl.js +0 -2
- package/dist/catalyst/p-DQuL1Twl.js.map +0 -1
- package/dist/cjs/app-globals-V2Kpy_OQ.js +0 -8
- package/dist/cjs/app-globals-V2Kpy_OQ.js.map +0 -1
- package/dist/cjs/cat-alert_30.cjs.entry.js.map +0 -1
- package/dist/cjs/index-Bp_C-J2p.js +0 -1597
- package/dist/cjs/index-Bp_C-J2p.js.map +0 -1
- package/dist/esm/app-globals-DQuL1Twl.js +0 -6
- package/dist/esm/app-globals-DQuL1Twl.js.map +0 -1
- package/dist/esm/cat-alert_30.entry.js.map +0 -1
- package/dist/esm/index-CzxFlAEB.js +0 -1588
- package/dist/esm/index-CzxFlAEB.js.map +0 -1
|
@@ -120,7 +120,6 @@ export class CatPagination {
|
|
|
120
120
|
return {
|
|
121
121
|
"page": {
|
|
122
122
|
"type": "number",
|
|
123
|
-
"attribute": "page",
|
|
124
123
|
"mutable": true,
|
|
125
124
|
"complexType": {
|
|
126
125
|
"original": "number",
|
|
@@ -136,11 +135,11 @@ export class CatPagination {
|
|
|
136
135
|
"getter": false,
|
|
137
136
|
"setter": false,
|
|
138
137
|
"reflect": false,
|
|
138
|
+
"attribute": "page",
|
|
139
139
|
"defaultValue": "0"
|
|
140
140
|
},
|
|
141
141
|
"pageCount": {
|
|
142
142
|
"type": "number",
|
|
143
|
-
"attribute": "page-count",
|
|
144
143
|
"mutable": false,
|
|
145
144
|
"complexType": {
|
|
146
145
|
"original": "number",
|
|
@@ -156,11 +155,11 @@ export class CatPagination {
|
|
|
156
155
|
"getter": false,
|
|
157
156
|
"setter": false,
|
|
158
157
|
"reflect": false,
|
|
158
|
+
"attribute": "page-count",
|
|
159
159
|
"defaultValue": "1"
|
|
160
160
|
},
|
|
161
161
|
"activePadding": {
|
|
162
162
|
"type": "number",
|
|
163
|
-
"attribute": "active-padding",
|
|
164
163
|
"mutable": false,
|
|
165
164
|
"complexType": {
|
|
166
165
|
"original": "number",
|
|
@@ -176,11 +175,11 @@ export class CatPagination {
|
|
|
176
175
|
"getter": false,
|
|
177
176
|
"setter": false,
|
|
178
177
|
"reflect": false,
|
|
178
|
+
"attribute": "active-padding",
|
|
179
179
|
"defaultValue": "1"
|
|
180
180
|
},
|
|
181
181
|
"sidePadding": {
|
|
182
182
|
"type": "number",
|
|
183
|
-
"attribute": "side-padding",
|
|
184
183
|
"mutable": false,
|
|
185
184
|
"complexType": {
|
|
186
185
|
"original": "number",
|
|
@@ -196,11 +195,11 @@ export class CatPagination {
|
|
|
196
195
|
"getter": false,
|
|
197
196
|
"setter": false,
|
|
198
197
|
"reflect": false,
|
|
198
|
+
"attribute": "side-padding",
|
|
199
199
|
"defaultValue": "1"
|
|
200
200
|
},
|
|
201
201
|
"size": {
|
|
202
202
|
"type": "string",
|
|
203
|
-
"attribute": "size",
|
|
204
203
|
"mutable": false,
|
|
205
204
|
"complexType": {
|
|
206
205
|
"original": "'xs' | 's' | 'm' | 'l' | 'xl'",
|
|
@@ -216,11 +215,11 @@ export class CatPagination {
|
|
|
216
215
|
"getter": false,
|
|
217
216
|
"setter": false,
|
|
218
217
|
"reflect": false,
|
|
218
|
+
"attribute": "size",
|
|
219
219
|
"defaultValue": "'m'"
|
|
220
220
|
},
|
|
221
221
|
"variant": {
|
|
222
222
|
"type": "string",
|
|
223
|
-
"attribute": "variant",
|
|
224
223
|
"mutable": false,
|
|
225
224
|
"complexType": {
|
|
226
225
|
"original": "'filled' | 'outlined' | 'text'",
|
|
@@ -236,11 +235,11 @@ export class CatPagination {
|
|
|
236
235
|
"getter": false,
|
|
237
236
|
"setter": false,
|
|
238
237
|
"reflect": false,
|
|
238
|
+
"attribute": "variant",
|
|
239
239
|
"defaultValue": "'text'"
|
|
240
240
|
},
|
|
241
241
|
"round": {
|
|
242
242
|
"type": "boolean",
|
|
243
|
-
"attribute": "round",
|
|
244
243
|
"mutable": false,
|
|
245
244
|
"complexType": {
|
|
246
245
|
"original": "boolean",
|
|
@@ -256,11 +255,11 @@ export class CatPagination {
|
|
|
256
255
|
"getter": false,
|
|
257
256
|
"setter": false,
|
|
258
257
|
"reflect": false,
|
|
258
|
+
"attribute": "round",
|
|
259
259
|
"defaultValue": "false"
|
|
260
260
|
},
|
|
261
261
|
"compact": {
|
|
262
262
|
"type": "boolean",
|
|
263
|
-
"attribute": "compact",
|
|
264
263
|
"mutable": false,
|
|
265
264
|
"complexType": {
|
|
266
265
|
"original": "boolean",
|
|
@@ -276,11 +275,11 @@ export class CatPagination {
|
|
|
276
275
|
"getter": false,
|
|
277
276
|
"setter": false,
|
|
278
277
|
"reflect": false,
|
|
278
|
+
"attribute": "compact",
|
|
279
279
|
"defaultValue": "false"
|
|
280
280
|
},
|
|
281
281
|
"iconPrev": {
|
|
282
282
|
"type": "string",
|
|
283
|
-
"attribute": "icon-prev",
|
|
284
283
|
"mutable": false,
|
|
285
284
|
"complexType": {
|
|
286
285
|
"original": "string",
|
|
@@ -296,11 +295,11 @@ export class CatPagination {
|
|
|
296
295
|
"getter": false,
|
|
297
296
|
"setter": false,
|
|
298
297
|
"reflect": false,
|
|
298
|
+
"attribute": "icon-prev",
|
|
299
299
|
"defaultValue": "'$cat:pagination-left'"
|
|
300
300
|
},
|
|
301
301
|
"iconNext": {
|
|
302
302
|
"type": "string",
|
|
303
|
-
"attribute": "icon-next",
|
|
304
303
|
"mutable": false,
|
|
305
304
|
"complexType": {
|
|
306
305
|
"original": "string",
|
|
@@ -316,6 +315,7 @@ export class CatPagination {
|
|
|
316
315
|
"getter": false,
|
|
317
316
|
"setter": false,
|
|
318
317
|
"reflect": false,
|
|
318
|
+
"attribute": "icon-next",
|
|
319
319
|
"defaultValue": "'$cat:pagination-right'"
|
|
320
320
|
}
|
|
321
321
|
};
|
|
@@ -113,7 +113,6 @@ export class CatRadio {
|
|
|
113
113
|
return {
|
|
114
114
|
"checked": {
|
|
115
115
|
"type": "boolean",
|
|
116
|
-
"attribute": "checked",
|
|
117
116
|
"mutable": true,
|
|
118
117
|
"complexType": {
|
|
119
118
|
"original": "boolean",
|
|
@@ -129,11 +128,11 @@ export class CatRadio {
|
|
|
129
128
|
"getter": false,
|
|
130
129
|
"setter": false,
|
|
131
130
|
"reflect": false,
|
|
131
|
+
"attribute": "checked",
|
|
132
132
|
"defaultValue": "false"
|
|
133
133
|
},
|
|
134
134
|
"disabled": {
|
|
135
135
|
"type": "boolean",
|
|
136
|
-
"attribute": "disabled",
|
|
137
136
|
"mutable": false,
|
|
138
137
|
"complexType": {
|
|
139
138
|
"original": "boolean",
|
|
@@ -149,11 +148,11 @@ export class CatRadio {
|
|
|
149
148
|
"getter": false,
|
|
150
149
|
"setter": false,
|
|
151
150
|
"reflect": false,
|
|
151
|
+
"attribute": "disabled",
|
|
152
152
|
"defaultValue": "false"
|
|
153
153
|
},
|
|
154
154
|
"identifier": {
|
|
155
155
|
"type": "string",
|
|
156
|
-
"attribute": "identifier",
|
|
157
156
|
"mutable": false,
|
|
158
157
|
"complexType": {
|
|
159
158
|
"original": "string",
|
|
@@ -168,11 +167,11 @@ export class CatRadio {
|
|
|
168
167
|
},
|
|
169
168
|
"getter": false,
|
|
170
169
|
"setter": false,
|
|
171
|
-
"reflect": false
|
|
170
|
+
"reflect": false,
|
|
171
|
+
"attribute": "identifier"
|
|
172
172
|
},
|
|
173
173
|
"label": {
|
|
174
174
|
"type": "string",
|
|
175
|
-
"attribute": "label",
|
|
176
175
|
"mutable": false,
|
|
177
176
|
"complexType": {
|
|
178
177
|
"original": "string",
|
|
@@ -188,11 +187,11 @@ export class CatRadio {
|
|
|
188
187
|
"getter": false,
|
|
189
188
|
"setter": false,
|
|
190
189
|
"reflect": false,
|
|
190
|
+
"attribute": "label",
|
|
191
191
|
"defaultValue": "''"
|
|
192
192
|
},
|
|
193
193
|
"labelHidden": {
|
|
194
194
|
"type": "boolean",
|
|
195
|
-
"attribute": "label-hidden",
|
|
196
195
|
"mutable": false,
|
|
197
196
|
"complexType": {
|
|
198
197
|
"original": "boolean",
|
|
@@ -208,11 +207,11 @@ export class CatRadio {
|
|
|
208
207
|
"getter": false,
|
|
209
208
|
"setter": false,
|
|
210
209
|
"reflect": false,
|
|
210
|
+
"attribute": "label-hidden",
|
|
211
211
|
"defaultValue": "false"
|
|
212
212
|
},
|
|
213
213
|
"name": {
|
|
214
214
|
"type": "string",
|
|
215
|
-
"attribute": "name",
|
|
216
215
|
"mutable": false,
|
|
217
216
|
"complexType": {
|
|
218
217
|
"original": "string",
|
|
@@ -227,11 +226,11 @@ export class CatRadio {
|
|
|
227
226
|
},
|
|
228
227
|
"getter": false,
|
|
229
228
|
"setter": false,
|
|
230
|
-
"reflect": false
|
|
229
|
+
"reflect": false,
|
|
230
|
+
"attribute": "name"
|
|
231
231
|
},
|
|
232
232
|
"required": {
|
|
233
233
|
"type": "boolean",
|
|
234
|
-
"attribute": "required",
|
|
235
234
|
"mutable": false,
|
|
236
235
|
"complexType": {
|
|
237
236
|
"original": "boolean",
|
|
@@ -247,11 +246,11 @@ export class CatRadio {
|
|
|
247
246
|
"getter": false,
|
|
248
247
|
"setter": false,
|
|
249
248
|
"reflect": false,
|
|
249
|
+
"attribute": "required",
|
|
250
250
|
"defaultValue": "false"
|
|
251
251
|
},
|
|
252
252
|
"value": {
|
|
253
253
|
"type": "any",
|
|
254
|
-
"attribute": "value",
|
|
255
254
|
"mutable": false,
|
|
256
255
|
"complexType": {
|
|
257
256
|
"original": "any",
|
|
@@ -267,11 +266,11 @@ export class CatRadio {
|
|
|
267
266
|
"getter": false,
|
|
268
267
|
"setter": false,
|
|
269
268
|
"reflect": false,
|
|
269
|
+
"attribute": "value",
|
|
270
270
|
"defaultValue": "''"
|
|
271
271
|
},
|
|
272
272
|
"hint": {
|
|
273
273
|
"type": "string",
|
|
274
|
-
"attribute": "hint",
|
|
275
274
|
"mutable": false,
|
|
276
275
|
"complexType": {
|
|
277
276
|
"original": "string | string[]",
|
|
@@ -286,11 +285,11 @@ export class CatRadio {
|
|
|
286
285
|
},
|
|
287
286
|
"getter": false,
|
|
288
287
|
"setter": false,
|
|
289
|
-
"reflect": false
|
|
288
|
+
"reflect": false,
|
|
289
|
+
"attribute": "hint"
|
|
290
290
|
},
|
|
291
291
|
"labelLeft": {
|
|
292
292
|
"type": "boolean",
|
|
293
|
-
"attribute": "label-left",
|
|
294
293
|
"mutable": false,
|
|
295
294
|
"complexType": {
|
|
296
295
|
"original": "boolean",
|
|
@@ -306,11 +305,11 @@ export class CatRadio {
|
|
|
306
305
|
"getter": false,
|
|
307
306
|
"setter": false,
|
|
308
307
|
"reflect": false,
|
|
308
|
+
"attribute": "label-left",
|
|
309
309
|
"defaultValue": "false"
|
|
310
310
|
},
|
|
311
311
|
"alignment": {
|
|
312
312
|
"type": "string",
|
|
313
|
-
"attribute": "alignment",
|
|
314
313
|
"mutable": false,
|
|
315
314
|
"complexType": {
|
|
316
315
|
"original": "'center' | 'top' | 'bottom'",
|
|
@@ -326,11 +325,11 @@ export class CatRadio {
|
|
|
326
325
|
"getter": false,
|
|
327
326
|
"setter": false,
|
|
328
327
|
"reflect": false,
|
|
328
|
+
"attribute": "alignment",
|
|
329
329
|
"defaultValue": "'top'"
|
|
330
330
|
},
|
|
331
331
|
"nativeAttributes": {
|
|
332
332
|
"type": "unknown",
|
|
333
|
-
"attribute": "native-attributes",
|
|
334
333
|
"mutable": false,
|
|
335
334
|
"complexType": {
|
|
336
335
|
"original": "{ [key: string]: string }",
|
|
@@ -348,7 +347,6 @@ export class CatRadio {
|
|
|
348
347
|
},
|
|
349
348
|
"testId": {
|
|
350
349
|
"type": "string",
|
|
351
|
-
"attribute": "test-id",
|
|
352
350
|
"mutable": false,
|
|
353
351
|
"complexType": {
|
|
354
352
|
"original": "string",
|
|
@@ -363,7 +361,8 @@ export class CatRadio {
|
|
|
363
361
|
},
|
|
364
362
|
"getter": false,
|
|
365
363
|
"setter": false,
|
|
366
|
-
"reflect": false
|
|
364
|
+
"reflect": false,
|
|
365
|
+
"attribute": "test-id"
|
|
367
366
|
}
|
|
368
367
|
};
|
|
369
368
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cat-radio.js","sourceRoot":"","sources":["../../../src/components/cat-radio/cat-radio.tsx"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"cat-radio.js","sourceRoot":"","sources":["../../../src/components/cat-radio/cat-radio.tsx"],"names":[],"mappings":"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","sourcesContent":["import { Component, Element, Event, EventEmitter, h, Host, Method, Prop, State } from '@stencil/core';\nimport { CatFormHint } from '../cat-form-hint/cat-form-hint';\n\nlet nextUniqueId = 0;\n\n/**\n * Radio Buttons are graphical interface elements that allow user to choose\n * only one of a predefined set of mutually exclusive options.\n *\n * @slot hint - Optional hint element to be displayed with the radio.\n * @slot label - The slotted label. If both the label property and the label slot are present, only the label slot will be displayed.\n * @part label - The label content.\n * @part input - The native input element.\n */\n@Component({\n tag: 'cat-radio',\n styleUrl: 'cat-radio.scss',\n shadow: {\n delegatesFocus: true\n }\n})\nexport class CatRadio {\n private readonly _id = `cat-radio-${++nextUniqueId}`;\n private get id() {\n return this.identifier || this._id;\n }\n\n private input!: HTMLInputElement;\n\n @Element() hostElement!: HTMLElement;\n\n @State() hasSlottedLabel = false;\n\n @State() hasSlottedHint = false;\n\n /**\n * Whether this radio is checked.\n */\n @Prop({ mutable: true }) checked = false;\n\n /**\n * Whether this radio is disabled.\n */\n @Prop() disabled = false;\n\n /**\n * A unique identifier for the input.\n */\n @Prop() identifier?: string;\n\n /**\n * The label of the radio that is visible.\n */\n @Prop() label = '';\n\n /**\n * Visually hide the label, but still show it to assistive technologies like screen readers.\n */\n @Prop() labelHidden = false;\n\n /**\n * The name of the radio component.\n */\n @Prop() name?: string;\n\n /**\n * Whether the radio is required.\n */\n @Prop() required = false;\n\n /**\n * The value of the radio component.\n */\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n @Prop() value: any = '';\n\n /**\n * Optional hint text(s) to be displayed with the radio.\n */\n @Prop() hint?: string | string[];\n\n /**\n * Whether the label should appear to the left of the radio component.\n */\n @Prop() labelLeft = false;\n\n /**\n * The alignment of the checkbox.\n */\n @Prop() alignment: 'center' | 'top' | 'bottom' = 'top';\n\n /**\n * Attributes that will be added to the native HTML input element.\n */\n @Prop() nativeAttributes?: { [key: string]: string };\n\n /**\n * A unique identifier for the underlying native element that is used for\n * testing purposes. The attribute is added as `data-test` attribute and acts\n * as a shorthand for `nativeAttributes={ 'data-test': 'test-Id' }`.\n */\n @Prop() testId?: string;\n\n /**\n * Emitted when the radio is changed.\n */\n @Event() catChange!: EventEmitter<boolean | string>;\n\n /**\n * Emitted when the radio received focus.\n */\n @Event() catFocus!: EventEmitter<FocusEvent>;\n\n /**\n * Emitted when the radio loses focus.\n */\n @Event() catBlur!: EventEmitter<FocusEvent>;\n\n componentWillRender(): void {\n this.hasSlottedLabel = !!this.hostElement.querySelector('[slot=\"label\"]');\n this.hasSlottedHint = !!this.hostElement.querySelector('[slot=\"hint\"]');\n }\n\n /**\n * Programmatically move focus to the radio button. Use this method instead of\n * `input.focus()`.\n *\n * @param options An optional object providing options to control aspects of\n * the focusing process.\n */\n @Method()\n async doFocus(options?: FocusOptions): Promise<void> {\n this.input.focus(options);\n }\n\n /**\n * Programmatically remove focus from the radio button. Use this method\n * instead of `input.blur()`.\n */\n @Method()\n async doBlur(): Promise<void> {\n this.input.blur();\n }\n\n render() {\n this.hostElement.tabIndex = Number(this.hostElement.getAttribute('tabindex')) || 0;\n return (\n <Host>\n <label\n htmlFor={this.id}\n class={{\n 'is-hidden': this.labelHidden,\n 'is-disabled': this.disabled,\n 'label-left': this.labelLeft,\n 'align-center': this.alignment === 'center',\n 'align-end': this.alignment === 'bottom'\n }}\n role=\"radio\"\n aria-checked={this.checked ? 'true' : 'false'}\n >\n <span class=\"radio\">\n <input\n data-test={this.testId}\n {...this.nativeAttributes}\n part=\"input\"\n ref={el => (this.input = el as HTMLInputElement)}\n id={this.identifier || this.id}\n type=\"radio\"\n name={this.name}\n value={this.value}\n checked={this.checked}\n required={this.required}\n disabled={this.disabled}\n onInput={this.onInput.bind(this)}\n onFocus={this.onFocus.bind(this)}\n onBlur={this.onBlur.bind(this)}\n aria-describedby={this.hasHint ? this.id + '-hint' : undefined}\n />\n <span class=\"circle\"></span>\n </span>\n <span class=\"label\" part=\"label\">\n {(this.hasSlottedLabel && <slot name=\"label\"></slot>) || this.label}\n </span>\n </label>\n {this.hasHint && (\n <div class={{ 'hint-wrapper': true, 'label-left': this.labelLeft }}>\n <div class=\"circle-placeholder\"></div>\n <CatFormHint id={this.id} hint={this.hint} slottedHint={this.hasSlottedHint && <slot name=\"hint\"></slot>} />\n </div>\n )}\n </Host>\n );\n }\n\n private get hasHint() {\n return !!this.hint || !!this.hasSlottedHint;\n }\n\n private onInput() {\n this.checked = true;\n this.catChange.emit(this.value);\n }\n\n private onFocus(event: FocusEvent) {\n this.catFocus.emit(event);\n }\n\n private onBlur(event: FocusEvent) {\n this.catBlur.emit(event);\n }\n}\n"]}
|
|
@@ -104,7 +104,6 @@ export class CatRadioGroup {
|
|
|
104
104
|
return {
|
|
105
105
|
"name": {
|
|
106
106
|
"type": "string",
|
|
107
|
-
"attribute": "name",
|
|
108
107
|
"mutable": false,
|
|
109
108
|
"complexType": {
|
|
110
109
|
"original": "string",
|
|
@@ -119,11 +118,11 @@ export class CatRadioGroup {
|
|
|
119
118
|
},
|
|
120
119
|
"getter": false,
|
|
121
120
|
"setter": false,
|
|
122
|
-
"reflect": false
|
|
121
|
+
"reflect": false,
|
|
122
|
+
"attribute": "name"
|
|
123
123
|
},
|
|
124
124
|
"value": {
|
|
125
125
|
"type": "any",
|
|
126
|
-
"attribute": "value",
|
|
127
126
|
"mutable": true,
|
|
128
127
|
"complexType": {
|
|
129
128
|
"original": "any",
|
|
@@ -138,11 +137,11 @@ export class CatRadioGroup {
|
|
|
138
137
|
},
|
|
139
138
|
"getter": false,
|
|
140
139
|
"setter": false,
|
|
141
|
-
"reflect": false
|
|
140
|
+
"reflect": false,
|
|
141
|
+
"attribute": "value"
|
|
142
142
|
},
|
|
143
143
|
"disabled": {
|
|
144
144
|
"type": "boolean",
|
|
145
|
-
"attribute": "disabled",
|
|
146
145
|
"mutable": false,
|
|
147
146
|
"complexType": {
|
|
148
147
|
"original": "boolean",
|
|
@@ -158,11 +157,11 @@ export class CatRadioGroup {
|
|
|
158
157
|
"getter": false,
|
|
159
158
|
"setter": false,
|
|
160
159
|
"reflect": false,
|
|
160
|
+
"attribute": "disabled",
|
|
161
161
|
"defaultValue": "false"
|
|
162
162
|
},
|
|
163
163
|
"a11yLabel": {
|
|
164
164
|
"type": "string",
|
|
165
|
-
"attribute": "a11y-label",
|
|
166
165
|
"mutable": false,
|
|
167
166
|
"complexType": {
|
|
168
167
|
"original": "string",
|
|
@@ -177,11 +176,11 @@ export class CatRadioGroup {
|
|
|
177
176
|
},
|
|
178
177
|
"getter": false,
|
|
179
178
|
"setter": false,
|
|
180
|
-
"reflect": false
|
|
179
|
+
"reflect": false,
|
|
180
|
+
"attribute": "a11y-label"
|
|
181
181
|
},
|
|
182
182
|
"labelLeft": {
|
|
183
183
|
"type": "boolean",
|
|
184
|
-
"attribute": "label-left",
|
|
185
184
|
"mutable": false,
|
|
186
185
|
"complexType": {
|
|
187
186
|
"original": "boolean",
|
|
@@ -197,6 +196,7 @@ export class CatRadioGroup {
|
|
|
197
196
|
"getter": false,
|
|
198
197
|
"setter": false,
|
|
199
198
|
"reflect": false,
|
|
199
|
+
"attribute": "label-left",
|
|
200
200
|
"defaultValue": "false"
|
|
201
201
|
}
|
|
202
202
|
};
|
|
@@ -135,7 +135,6 @@ export class CatScrollable {
|
|
|
135
135
|
return {
|
|
136
136
|
"noShadowX": {
|
|
137
137
|
"type": "boolean",
|
|
138
|
-
"attribute": "no-shadow-x",
|
|
139
138
|
"mutable": false,
|
|
140
139
|
"complexType": {
|
|
141
140
|
"original": "boolean",
|
|
@@ -151,11 +150,11 @@ export class CatScrollable {
|
|
|
151
150
|
"getter": false,
|
|
152
151
|
"setter": false,
|
|
153
152
|
"reflect": false,
|
|
153
|
+
"attribute": "no-shadow-x",
|
|
154
154
|
"defaultValue": "false"
|
|
155
155
|
},
|
|
156
156
|
"noShadowY": {
|
|
157
157
|
"type": "boolean",
|
|
158
|
-
"attribute": "no-shadow-y",
|
|
159
158
|
"mutable": false,
|
|
160
159
|
"complexType": {
|
|
161
160
|
"original": "boolean",
|
|
@@ -171,11 +170,11 @@ export class CatScrollable {
|
|
|
171
170
|
"getter": false,
|
|
172
171
|
"setter": false,
|
|
173
172
|
"reflect": false,
|
|
173
|
+
"attribute": "no-shadow-y",
|
|
174
174
|
"defaultValue": "false"
|
|
175
175
|
},
|
|
176
176
|
"noOverflowX": {
|
|
177
177
|
"type": "boolean",
|
|
178
|
-
"attribute": "no-overflow-x",
|
|
179
178
|
"mutable": false,
|
|
180
179
|
"complexType": {
|
|
181
180
|
"original": "boolean",
|
|
@@ -191,11 +190,11 @@ export class CatScrollable {
|
|
|
191
190
|
"getter": false,
|
|
192
191
|
"setter": false,
|
|
193
192
|
"reflect": false,
|
|
193
|
+
"attribute": "no-overflow-x",
|
|
194
194
|
"defaultValue": "false"
|
|
195
195
|
},
|
|
196
196
|
"noOverflowY": {
|
|
197
197
|
"type": "boolean",
|
|
198
|
-
"attribute": "no-overflow-y",
|
|
199
198
|
"mutable": false,
|
|
200
199
|
"complexType": {
|
|
201
200
|
"original": "boolean",
|
|
@@ -211,11 +210,11 @@ export class CatScrollable {
|
|
|
211
210
|
"getter": false,
|
|
212
211
|
"setter": false,
|
|
213
212
|
"reflect": false,
|
|
213
|
+
"attribute": "no-overflow-y",
|
|
214
214
|
"defaultValue": "false"
|
|
215
215
|
},
|
|
216
216
|
"noOverscroll": {
|
|
217
217
|
"type": "boolean",
|
|
218
|
-
"attribute": "no-overscroll",
|
|
219
218
|
"mutable": false,
|
|
220
219
|
"complexType": {
|
|
221
220
|
"original": "boolean",
|
|
@@ -231,11 +230,11 @@ export class CatScrollable {
|
|
|
231
230
|
"getter": false,
|
|
232
231
|
"setter": false,
|
|
233
232
|
"reflect": false,
|
|
233
|
+
"attribute": "no-overscroll",
|
|
234
234
|
"defaultValue": "false"
|
|
235
235
|
},
|
|
236
236
|
"noScrolledInit": {
|
|
237
237
|
"type": "boolean",
|
|
238
|
-
"attribute": "no-scrolled-init",
|
|
239
238
|
"mutable": false,
|
|
240
239
|
"complexType": {
|
|
241
240
|
"original": "boolean",
|
|
@@ -251,11 +250,11 @@ export class CatScrollable {
|
|
|
251
250
|
"getter": false,
|
|
252
251
|
"setter": false,
|
|
253
252
|
"reflect": false,
|
|
253
|
+
"attribute": "no-scrolled-init",
|
|
254
254
|
"defaultValue": "false"
|
|
255
255
|
},
|
|
256
256
|
"scrolledBuffer": {
|
|
257
257
|
"type": "number",
|
|
258
|
-
"attribute": "scrolled-buffer",
|
|
259
258
|
"mutable": false,
|
|
260
259
|
"complexType": {
|
|
261
260
|
"original": "number",
|
|
@@ -271,6 +270,7 @@ export class CatScrollable {
|
|
|
271
270
|
"getter": false,
|
|
272
271
|
"setter": false,
|
|
273
272
|
"reflect": false,
|
|
273
|
+
"attribute": "scrolled-buffer",
|
|
274
274
|
"defaultValue": "0"
|
|
275
275
|
}
|
|
276
276
|
};
|