@maggioli-design-system/mds-accordion-timer 3.2.1 → 3.4.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/cjs/{index-b99075ba.js → index-0863c401.js} +152 -35
- package/dist/cjs/loader.cjs.js +2 -11
- package/dist/cjs/mds-accordion-timer.cjs.entry.js +2 -2
- package/dist/cjs/mds-accordion-timer.cjs.js +2 -2
- package/dist/collection/collection-manifest.json +3 -3
- package/dist/collection/common/unit.js +10 -0
- package/dist/collection/components/mds-accordion-timer/mds-accordion-timer.css +14 -0
- package/dist/collection/components/mds-accordion-timer/mds-accordion-timer.js +4 -1
- package/dist/collection/components/mds-accordion-timer/test/mds-accordion-timer.e2e.js +10 -0
- package/dist/collection/components/mds-accordion-timer/test/mds-accordion-timer.stories.js +3 -3
- package/dist/collection/dictionary/button.js +5 -1
- package/dist/collection/dictionary/icon.js +2 -2
- package/dist/collection/dictionary/variant.js +9 -1
- package/dist/components/index.d.ts +5 -3
- package/dist/components/index.js +1 -2
- package/dist/components/mds-accordion-timer.js +2 -2
- package/dist/documentation.d.ts +361 -88
- package/dist/documentation.json +55 -8
- package/dist/esm/{index-bd689d6a.js → index-3fd8fd3d.js} +152 -35
- package/dist/esm/loader.js +3 -12
- package/dist/esm/mds-accordion-timer.entry.js +2 -2
- package/dist/esm/mds-accordion-timer.js +3 -3
- package/dist/esm-es5/index-3fd8fd3d.js +2 -0
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/mds-accordion-timer.entry.js +1 -1
- package/dist/esm-es5/mds-accordion-timer.js +1 -1
- package/dist/mds-accordion-timer/mds-accordion-timer.esm.js +1 -1
- package/dist/mds-accordion-timer/mds-accordion-timer.js +2 -6
- package/dist/mds-accordion-timer/p-0cc9df19.system.js +2 -0
- package/dist/mds-accordion-timer/p-1bc788d2.system.js +1 -0
- package/dist/mds-accordion-timer/{p-1442acbc.entry.js → p-5046d553.entry.js} +1 -1
- package/dist/mds-accordion-timer/p-65172843.system.entry.js +1 -0
- package/dist/mds-accordion-timer/p-d1be03fa.js +2 -0
- package/dist/stats.json +75 -39
- package/dist/types/common/unit.d.ts +2 -0
- package/dist/types/components/mds-accordion-timer/mds-accordion-timer.d.ts +3 -0
- package/dist/types/dictionary/button.d.ts +2 -1
- package/dist/types/dictionary/variant.d.ts +2 -1
- package/dist/types/stencil-public-runtime.d.ts +32 -17
- package/dist/types/type/button.d.ts +1 -0
- package/dist/types/type/variant.d.ts +1 -0
- package/documentation.json +396 -8
- package/loader/index.d.ts +2 -2
- package/package.json +4 -4
- package/readme.md +18 -0
- package/src/common/unit.ts +14 -0
- package/src/components/mds-accordion-timer/mds-accordion-timer.css +14 -0
- package/src/components/mds-accordion-timer/mds-accordion-timer.tsx +4 -0
- package/src/components/mds-accordion-timer/readme.md +18 -0
- package/src/components/mds-accordion-timer/test/mds-accordion-timer.stories.tsx +1 -1
- package/src/dictionary/button.ts +7 -1
- package/src/dictionary/variant.ts +10 -0
- package/src/fixtures/icons.json +39 -0
- package/src/fixtures/iconsauce.json +38 -0
- package/src/type/button.ts +4 -0
- package/src/type/variant.ts +9 -0
- package/www/build/mds-accordion-timer.esm.js +1 -1
- package/www/build/mds-accordion-timer.js +2 -6
- package/www/build/p-0cc9df19.system.js +2 -0
- package/www/build/p-1bc788d2.system.js +1 -0
- package/www/build/{p-1442acbc.entry.js → p-5046d553.entry.js} +1 -1
- package/www/build/p-65172843.system.entry.js +1 -0
- package/www/build/p-d1be03fa.js +2 -0
- package/dist/esm/polyfills/css-shim.js +0 -1
- package/dist/esm-es5/index-bd689d6a.js +0 -2
- package/dist/mds-accordion-timer/p-5029b85d.system.js +0 -2
- package/dist/mds-accordion-timer/p-53e5fa07.system.entry.js +0 -1
- package/dist/mds-accordion-timer/p-5e09eed0.system.js +0 -1
- package/dist/mds-accordion-timer/p-a7b74010.js +0 -2
- package/src/components/mds-accordion-timer/test/mds-accordion-timer.spec.tsx +0 -19
- package/www/build/p-5029b85d.system.js +0 -2
- package/www/build/p-53e5fa07.system.entry.js +0 -1
- package/www/build/p-5e09eed0.system.js +0 -1
- package/www/build/p-a7b74010.js +0 -2
package/dist/stats.json
CHANGED
|
@@ -1,23 +1,25 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2023-
|
|
2
|
+
"timestamp": "2023-09-18T09:10:20",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "node",
|
|
5
|
-
"version": "18.
|
|
5
|
+
"version": "18.12.1"
|
|
6
6
|
},
|
|
7
7
|
"app": {
|
|
8
8
|
"namespace": "MdsAccordionTimer",
|
|
9
9
|
"fsNamespace": "mds-accordion-timer",
|
|
10
10
|
"components": 1,
|
|
11
11
|
"entries": 1,
|
|
12
|
-
"bundles":
|
|
12
|
+
"bundles": 67,
|
|
13
13
|
"outputs": [
|
|
14
14
|
{
|
|
15
15
|
"name": "dist-collection",
|
|
16
|
-
"files":
|
|
16
|
+
"files": 26,
|
|
17
17
|
"generatedFiles": [
|
|
18
18
|
"./dist/collection/common/aria.js",
|
|
19
19
|
"./dist/collection/common/keyboard-manager.js",
|
|
20
|
+
"./dist/collection/common/unit.js",
|
|
20
21
|
"./dist/collection/components/mds-accordion-timer/mds-accordion-timer.js",
|
|
22
|
+
"./dist/collection/components/mds-accordion-timer/test/mds-accordion-timer.e2e.js",
|
|
21
23
|
"./dist/collection/components/mds-accordion-timer/test/mds-accordion-timer.stories.js",
|
|
22
24
|
"./dist/collection/dictionary/autocomplete.js",
|
|
23
25
|
"./dist/collection/dictionary/button.js",
|
|
@@ -55,17 +57,17 @@
|
|
|
55
57
|
"name": "dist-lazy",
|
|
56
58
|
"files": 35,
|
|
57
59
|
"generatedFiles": [
|
|
58
|
-
"./dist/cjs/index-
|
|
60
|
+
"./dist/cjs/index-0863c401.js",
|
|
59
61
|
"./dist/cjs/index.cjs.js",
|
|
60
62
|
"./dist/cjs/loader.cjs.js",
|
|
61
63
|
"./dist/cjs/mds-accordion-timer.cjs.entry.js",
|
|
62
64
|
"./dist/cjs/mds-accordion-timer.cjs.js",
|
|
63
|
-
"./dist/esm-es5/index-
|
|
65
|
+
"./dist/esm-es5/index-3fd8fd3d.js",
|
|
64
66
|
"./dist/esm-es5/index.js",
|
|
65
67
|
"./dist/esm-es5/loader.js",
|
|
66
68
|
"./dist/esm-es5/mds-accordion-timer.entry.js",
|
|
67
69
|
"./dist/esm-es5/mds-accordion-timer.js",
|
|
68
|
-
"./dist/esm/index-
|
|
70
|
+
"./dist/esm/index-3fd8fd3d.js",
|
|
69
71
|
"./dist/esm/index.js",
|
|
70
72
|
"./dist/esm/loader.js",
|
|
71
73
|
"./dist/esm/mds-accordion-timer.entry.js",
|
|
@@ -75,21 +77,21 @@
|
|
|
75
77
|
"./dist/mds-accordion-timer/index.esm.js",
|
|
76
78
|
"./dist/mds-accordion-timer/mds-accordion-timer.esm.js",
|
|
77
79
|
"./dist/mds-accordion-timer/mds-accordion-timer.js",
|
|
78
|
-
"./dist/mds-accordion-timer/p-
|
|
79
|
-
"./dist/mds-accordion-timer/p-
|
|
80
|
+
"./dist/mds-accordion-timer/p-0cc9df19.system.js",
|
|
81
|
+
"./dist/mds-accordion-timer/p-1bc788d2.system.js",
|
|
82
|
+
"./dist/mds-accordion-timer/p-5046d553.entry.js",
|
|
80
83
|
"./dist/mds-accordion-timer/p-50ea2036.system.js",
|
|
81
|
-
"./dist/mds-accordion-timer/p-
|
|
82
|
-
"./dist/mds-accordion-timer/p-
|
|
83
|
-
"./dist/mds-accordion-timer/p-a7b74010.js",
|
|
84
|
+
"./dist/mds-accordion-timer/p-65172843.system.entry.js",
|
|
85
|
+
"./dist/mds-accordion-timer/p-d1be03fa.js",
|
|
84
86
|
"./www/build/index.esm.js",
|
|
85
87
|
"./www/build/mds-accordion-timer.esm.js",
|
|
86
88
|
"./www/build/mds-accordion-timer.js",
|
|
87
|
-
"./www/build/p-
|
|
88
|
-
"./www/build/p-
|
|
89
|
+
"./www/build/p-0cc9df19.system.js",
|
|
90
|
+
"./www/build/p-1bc788d2.system.js",
|
|
91
|
+
"./www/build/p-5046d553.entry.js",
|
|
89
92
|
"./www/build/p-50ea2036.system.js",
|
|
90
|
-
"./www/build/p-
|
|
91
|
-
"./www/build/p-
|
|
92
|
-
"./www/build/p-a7b74010.js"
|
|
93
|
+
"./www/build/p-65172843.system.entry.js",
|
|
94
|
+
"./www/build/p-d1be03fa.js"
|
|
93
95
|
]
|
|
94
96
|
},
|
|
95
97
|
{
|
|
@@ -122,12 +124,12 @@
|
|
|
122
124
|
"components": [
|
|
123
125
|
"mds-accordion-timer"
|
|
124
126
|
],
|
|
125
|
-
"bundleId": "p-
|
|
126
|
-
"fileName": "p-
|
|
127
|
+
"bundleId": "p-5046d553",
|
|
128
|
+
"fileName": "p-5046d553.entry.js",
|
|
127
129
|
"imports": [
|
|
128
|
-
"p-
|
|
130
|
+
"p-d1be03fa.js"
|
|
129
131
|
],
|
|
130
|
-
"originalByteSize":
|
|
132
|
+
"originalByteSize": 3489
|
|
131
133
|
}
|
|
132
134
|
],
|
|
133
135
|
"esm": [
|
|
@@ -139,9 +141,9 @@
|
|
|
139
141
|
"bundleId": "mds-accordion-timer",
|
|
140
142
|
"fileName": "mds-accordion-timer.entry.js",
|
|
141
143
|
"imports": [
|
|
142
|
-
"index-
|
|
144
|
+
"index-3fd8fd3d.js"
|
|
143
145
|
],
|
|
144
|
-
"originalByteSize":
|
|
146
|
+
"originalByteSize": 3493
|
|
145
147
|
}
|
|
146
148
|
],
|
|
147
149
|
"es5": [
|
|
@@ -153,9 +155,9 @@
|
|
|
153
155
|
"bundleId": "mds-accordion-timer",
|
|
154
156
|
"fileName": "mds-accordion-timer.entry.js",
|
|
155
157
|
"imports": [
|
|
156
|
-
"index-
|
|
158
|
+
"index-3fd8fd3d.js"
|
|
157
159
|
],
|
|
158
|
-
"originalByteSize":
|
|
160
|
+
"originalByteSize": 3493
|
|
159
161
|
}
|
|
160
162
|
],
|
|
161
163
|
"system": [
|
|
@@ -164,12 +166,12 @@
|
|
|
164
166
|
"components": [
|
|
165
167
|
"mds-accordion-timer"
|
|
166
168
|
],
|
|
167
|
-
"bundleId": "p-
|
|
168
|
-
"fileName": "p-
|
|
169
|
+
"bundleId": "p-65172843.system",
|
|
170
|
+
"fileName": "p-65172843.system.entry.js",
|
|
169
171
|
"imports": [
|
|
170
|
-
"p-
|
|
172
|
+
"p-0cc9df19.system.js"
|
|
171
173
|
],
|
|
172
|
-
"originalByteSize":
|
|
174
|
+
"originalByteSize": 4381
|
|
173
175
|
}
|
|
174
176
|
],
|
|
175
177
|
"commonjs": [
|
|
@@ -181,9 +183,9 @@
|
|
|
181
183
|
"bundleId": "mds-accordion-timer.cjs",
|
|
182
184
|
"fileName": "mds-accordion-timer.cjs.entry.js",
|
|
183
185
|
"imports": [
|
|
184
|
-
"index-
|
|
186
|
+
"index-0863c401.js"
|
|
185
187
|
],
|
|
186
|
-
"originalByteSize":
|
|
188
|
+
"originalByteSize": 3540
|
|
187
189
|
}
|
|
188
190
|
]
|
|
189
191
|
},
|
|
@@ -200,7 +202,12 @@
|
|
|
200
202
|
"directDependencies": [],
|
|
201
203
|
"directDependents": [],
|
|
202
204
|
"docs": {
|
|
203
|
-
"tags": [
|
|
205
|
+
"tags": [
|
|
206
|
+
{
|
|
207
|
+
"name": "slot",
|
|
208
|
+
"text": "default - Add `mds-accordion-timer-item` element/s."
|
|
209
|
+
}
|
|
210
|
+
],
|
|
204
211
|
"text": ""
|
|
205
212
|
},
|
|
206
213
|
"encapsulation": "shadow",
|
|
@@ -225,8 +232,6 @@
|
|
|
225
232
|
}
|
|
226
233
|
],
|
|
227
234
|
"internal": false,
|
|
228
|
-
"legacyConnect": [],
|
|
229
|
-
"legacyContext": [],
|
|
230
235
|
"listeners": [
|
|
231
236
|
{
|
|
232
237
|
"name": "mdsAccordionTimerItemClickSelect",
|
|
@@ -374,13 +379,42 @@
|
|
|
374
379
|
]
|
|
375
380
|
}
|
|
376
381
|
],
|
|
377
|
-
"legacyConnect": [],
|
|
378
|
-
"legacyContext": [],
|
|
379
382
|
"internal": false,
|
|
380
383
|
"assetsDirs": [],
|
|
381
|
-
"styleDocs": [
|
|
384
|
+
"styleDocs": [
|
|
385
|
+
{
|
|
386
|
+
"name": "--mds-accordion-timer-progress-bar-color",
|
|
387
|
+
"docs": "Sets the color of the progress bar when the mds-accordion-timer-item is selected",
|
|
388
|
+
"annotation": "prop"
|
|
389
|
+
},
|
|
390
|
+
{
|
|
391
|
+
"name": "--mds-accordion-timer-progress-bar-background",
|
|
392
|
+
"docs": "Sets the background-color of the progress bar when the mds-accordion-timer-item is selected",
|
|
393
|
+
"annotation": "prop"
|
|
394
|
+
},
|
|
395
|
+
{
|
|
396
|
+
"name": "--mds-accordion-timer-color",
|
|
397
|
+
"docs": "Sets the text color of the component mds-accordion-timer-item",
|
|
398
|
+
"annotation": "prop"
|
|
399
|
+
},
|
|
400
|
+
{
|
|
401
|
+
"name": "--mds-accordion-timer-progress-bar-thickness",
|
|
402
|
+
"docs": "Sets thickness of the progress bar of the mds-accordion-timer-item",
|
|
403
|
+
"annotation": "prop"
|
|
404
|
+
},
|
|
405
|
+
{
|
|
406
|
+
"name": "--mds-accordion-timer-duration",
|
|
407
|
+
"docs": "Sets the transition duration of open/close animation of the mds-accordion-timer-item",
|
|
408
|
+
"annotation": "prop"
|
|
409
|
+
}
|
|
410
|
+
],
|
|
382
411
|
"docs": {
|
|
383
|
-
"tags": [
|
|
412
|
+
"tags": [
|
|
413
|
+
{
|
|
414
|
+
"name": "slot",
|
|
415
|
+
"text": "default - Add `mds-accordion-timer-item` element/s."
|
|
416
|
+
}
|
|
417
|
+
],
|
|
384
418
|
"text": ""
|
|
385
419
|
},
|
|
386
420
|
"jsFilePath": "/builds/maggiolispa/ricerca-sviluppo-new-media/magma/design-system/projects/stencil/.build/mds-accordion-timer/src/components/mds-accordion-timer/mds-accordion-timer.js",
|
|
@@ -450,13 +484,15 @@
|
|
|
450
484
|
],
|
|
451
485
|
"componentGraph": {
|
|
452
486
|
"sc-mds-accordion-timer": [
|
|
453
|
-
"p-
|
|
487
|
+
"p-d1be03fa.js"
|
|
454
488
|
]
|
|
455
489
|
},
|
|
456
490
|
"sourceGraph": {
|
|
457
491
|
"./src/common/aria.ts": [],
|
|
458
492
|
"./src/common/keyboard-manager.ts": [],
|
|
493
|
+
"./src/common/unit.ts": [],
|
|
459
494
|
"./src/components/mds-accordion-timer/mds-accordion-timer.tsx": [],
|
|
495
|
+
"./src/components/mds-accordion-timer/test/mds-accordion-timer.e2e.ts": [],
|
|
460
496
|
"./src/components/mds-accordion-timer/test/mds-accordion-timer.stories.tsx": [],
|
|
461
497
|
"./src/dictionary/autocomplete.ts": [],
|
|
462
498
|
"./src/dictionary/button.ts": [],
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { MdsAccordionTimerItemEventDetail } from '@component/mds-accordion-timer-item/meta/event-detail';
|
|
2
2
|
import { EventEmitter } from '../../stencil-public-runtime';
|
|
3
|
+
/**
|
|
4
|
+
* @slot default - Add `mds-accordion-timer-item` element/s.
|
|
5
|
+
*/
|
|
3
6
|
export declare class MdsAccordionTimer {
|
|
4
7
|
private timer;
|
|
5
8
|
private timeChecker;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
declare const buttonVariantDictionary: string[];
|
|
2
2
|
declare const buttonToneVariantDictionary: string[];
|
|
3
|
+
declare const buttonTargetDictionary: string[];
|
|
3
4
|
declare const buttonSizeDictionary: string[];
|
|
4
5
|
declare const buttonIconPositionDictionary: string[];
|
|
5
|
-
export { buttonSizeDictionary, buttonToneVariantDictionary, buttonVariantDictionary,
|
|
6
|
+
export { buttonIconPositionDictionary, buttonSizeDictionary, buttonTargetDictionary, buttonToneVariantDictionary, buttonVariantDictionary, };
|
|
@@ -4,6 +4,7 @@ declare const themeStatusVariantDictionary: string[];
|
|
|
4
4
|
declare const themeFullVariantDictionary: string[];
|
|
5
5
|
declare const themeLabelVariantDictionary: string[];
|
|
6
6
|
declare const toneVariantDictionary: string[];
|
|
7
|
+
declare const toneActionVariantDictionary: string[];
|
|
7
8
|
declare const toneSimpleVariantDictionary: string[];
|
|
8
9
|
declare const toneMinimalVariantDictionary: string[];
|
|
9
|
-
export { themeFullVariantDictionary, themeLabelVariantDictionary, themeLuminanceVariantDictionary, themeStatusVariantDictionary, themeVariantDictionary, toneMinimalVariantDictionary, toneSimpleVariantDictionary, toneVariantDictionary, };
|
|
10
|
+
export { themeFullVariantDictionary, themeLabelVariantDictionary, themeLuminanceVariantDictionary, themeStatusVariantDictionary, themeVariantDictionary, toneActionVariantDictionary, toneMinimalVariantDictionary, toneSimpleVariantDictionary, toneVariantDictionary, };
|
|
@@ -62,7 +62,7 @@ export interface PropOptions {
|
|
|
62
62
|
/**
|
|
63
63
|
* The name of the associated DOM attribute.
|
|
64
64
|
* Stencil uses different heuristics to determine the default name of the attribute,
|
|
65
|
-
* but using this property, you can override the default
|
|
65
|
+
* but using this property, you can override the default behavior.
|
|
66
66
|
*/
|
|
67
67
|
attribute?: string | null;
|
|
68
68
|
/**
|
|
@@ -128,7 +128,7 @@ export interface ListenOptions {
|
|
|
128
128
|
* By default, Stencil uses several heuristics to determine if
|
|
129
129
|
* it must attach a `passive` event listener or not.
|
|
130
130
|
*
|
|
131
|
-
* Using the `passive` option can be used to change the default
|
|
131
|
+
* Using the `passive` option can be used to change the default behavior.
|
|
132
132
|
* Please see https://developers.google.com/web/updates/2016/06/passive-event-listeners for further information.
|
|
133
133
|
*/
|
|
134
134
|
passive?: boolean;
|
|
@@ -432,7 +432,7 @@ export interface QueueApi {
|
|
|
432
432
|
/**
|
|
433
433
|
* Host
|
|
434
434
|
*/
|
|
435
|
-
interface HostAttributes {
|
|
435
|
+
export interface HostAttributes {
|
|
436
436
|
class?: string | {
|
|
437
437
|
[className: string]: boolean;
|
|
438
438
|
};
|
|
@@ -471,7 +471,7 @@ export interface FunctionalUtilities {
|
|
|
471
471
|
/**
|
|
472
472
|
* Utility for reading the children of a functional component at runtime.
|
|
473
473
|
* Since the Stencil runtime uses a different interface for children it is
|
|
474
|
-
* not
|
|
474
|
+
* not recommended to read the children directly, and is preferable to use
|
|
475
475
|
* this utility to, for instance, perform a side effect for each child.
|
|
476
476
|
*/
|
|
477
477
|
forEach: (children: VNode[], cb: (vnode: ChildNode, index: number, array: ChildNode[]) => void) => void;
|
|
@@ -812,6 +812,7 @@ export declare namespace JSXBase {
|
|
|
812
812
|
datetime?: string;
|
|
813
813
|
}
|
|
814
814
|
interface DialogHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
815
|
+
onCancel?: (event: Event) => void;
|
|
815
816
|
onClose?: (event: Event) => void;
|
|
816
817
|
open?: boolean;
|
|
817
818
|
returnValue?: string;
|
|
@@ -871,6 +872,8 @@ export declare namespace JSXBase {
|
|
|
871
872
|
}
|
|
872
873
|
interface ImgHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
873
874
|
alt?: string;
|
|
875
|
+
crossOrigin?: string;
|
|
876
|
+
crossorigin?: string;
|
|
874
877
|
decoding?: 'async' | 'auto' | 'sync';
|
|
875
878
|
importance?: 'low' | 'auto' | 'high';
|
|
876
879
|
height?: number | string;
|
|
@@ -892,8 +895,8 @@ export declare namespace JSXBase {
|
|
|
892
895
|
accept?: string;
|
|
893
896
|
allowdirs?: boolean;
|
|
894
897
|
alt?: string;
|
|
895
|
-
autoCapitalize?:
|
|
896
|
-
autocapitalize?:
|
|
898
|
+
autoCapitalize?: string;
|
|
899
|
+
autocapitalize?: string;
|
|
897
900
|
autoComplete?: string;
|
|
898
901
|
autocomplete?: string;
|
|
899
902
|
autoFocus?: boolean;
|
|
@@ -929,6 +932,8 @@ export declare namespace JSXBase {
|
|
|
929
932
|
minlength?: number | string;
|
|
930
933
|
multiple?: boolean;
|
|
931
934
|
name?: string;
|
|
935
|
+
onSelect?: (event: Event) => void;
|
|
936
|
+
onselect?: (event: Event) => void;
|
|
932
937
|
pattern?: string;
|
|
933
938
|
placeholder?: string;
|
|
934
939
|
readOnly?: boolean;
|
|
@@ -1130,6 +1135,8 @@ export declare namespace JSXBase {
|
|
|
1130
1135
|
summary?: string;
|
|
1131
1136
|
}
|
|
1132
1137
|
interface TextareaHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
1138
|
+
autoComplete?: string;
|
|
1139
|
+
autocomplete?: string;
|
|
1133
1140
|
autoFocus?: boolean;
|
|
1134
1141
|
autofocus?: boolean | string;
|
|
1135
1142
|
cols?: number;
|
|
@@ -1140,6 +1147,8 @@ export declare namespace JSXBase {
|
|
|
1140
1147
|
minLength?: number;
|
|
1141
1148
|
minlength?: number | string;
|
|
1142
1149
|
name?: string;
|
|
1150
|
+
onSelect?: (event: Event) => void;
|
|
1151
|
+
onselect?: (event: Event) => void;
|
|
1143
1152
|
placeholder?: string;
|
|
1144
1153
|
readOnly?: boolean;
|
|
1145
1154
|
readonly?: boolean | string;
|
|
@@ -1217,8 +1226,8 @@ export declare namespace JSXBase {
|
|
|
1217
1226
|
resource?: string;
|
|
1218
1227
|
typeof?: string;
|
|
1219
1228
|
vocab?: string;
|
|
1220
|
-
autoCapitalize?:
|
|
1221
|
-
autocapitalize?:
|
|
1229
|
+
autoCapitalize?: string;
|
|
1230
|
+
autocapitalize?: string;
|
|
1222
1231
|
autoCorrect?: string;
|
|
1223
1232
|
autocorrect?: string;
|
|
1224
1233
|
autoSave?: string;
|
|
@@ -1286,7 +1295,7 @@ export declare namespace JSXBase {
|
|
|
1286
1295
|
clipPathUnits?: number | string;
|
|
1287
1296
|
'clip-rule'?: number | string;
|
|
1288
1297
|
'color-interpolation'?: number | string;
|
|
1289
|
-
'color-interpolation-filters'?: 'auto' | '
|
|
1298
|
+
'color-interpolation-filters'?: 'auto' | 'sRGB' | 'linearRGB';
|
|
1290
1299
|
'color-profile'?: number | string;
|
|
1291
1300
|
'color-rendering'?: number | string;
|
|
1292
1301
|
contentScriptType?: number | string;
|
|
@@ -1509,12 +1518,12 @@ export declare namespace JSXBase {
|
|
|
1509
1518
|
onCutCapture?: (event: ClipboardEvent) => void;
|
|
1510
1519
|
onPaste?: (event: ClipboardEvent) => void;
|
|
1511
1520
|
onPasteCapture?: (event: ClipboardEvent) => void;
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1521
|
+
onCompositionend?: (event: CompositionEvent) => void;
|
|
1522
|
+
onCompositionendCapture?: (event: CompositionEvent) => void;
|
|
1523
|
+
onCompositionstart?: (event: CompositionEvent) => void;
|
|
1524
|
+
onCompositionstartCapture?: (event: CompositionEvent) => void;
|
|
1525
|
+
onCompositionupdate?: (event: CompositionEvent) => void;
|
|
1526
|
+
onCompositionupdateCapture?: (event: CompositionEvent) => void;
|
|
1518
1527
|
onFocus?: (event: FocusEvent) => void;
|
|
1519
1528
|
onFocusCapture?: (event: FocusEvent) => void;
|
|
1520
1529
|
onFocusin?: (event: FocusEvent) => void;
|
|
@@ -1525,8 +1534,8 @@ export declare namespace JSXBase {
|
|
|
1525
1534
|
onBlurCapture?: (event: FocusEvent) => void;
|
|
1526
1535
|
onChange?: (event: Event) => void;
|
|
1527
1536
|
onChangeCapture?: (event: Event) => void;
|
|
1528
|
-
onInput?: (event:
|
|
1529
|
-
onInputCapture?: (event:
|
|
1537
|
+
onInput?: (event: InputEvent) => void;
|
|
1538
|
+
onInputCapture?: (event: InputEvent) => void;
|
|
1530
1539
|
onReset?: (event: Event) => void;
|
|
1531
1540
|
onResetCapture?: (event: Event) => void;
|
|
1532
1541
|
onSubmit?: (event: Event) => void;
|
|
@@ -1616,8 +1625,14 @@ export declare namespace JSXBase {
|
|
|
1616
1625
|
onAnimationEndCapture?: (event: AnimationEvent) => void;
|
|
1617
1626
|
onAnimationIteration?: (event: AnimationEvent) => void;
|
|
1618
1627
|
onAnimationIterationCapture?: (event: AnimationEvent) => void;
|
|
1628
|
+
onTransitionCancel?: (event: TransitionEvent) => void;
|
|
1629
|
+
onTransitionCancelCapture?: (event: TransitionEvent) => void;
|
|
1619
1630
|
onTransitionEnd?: (event: TransitionEvent) => void;
|
|
1620
1631
|
onTransitionEndCapture?: (event: TransitionEvent) => void;
|
|
1632
|
+
onTransitionRun?: (event: TransitionEvent) => void;
|
|
1633
|
+
onTransitionRunCapture?: (event: TransitionEvent) => void;
|
|
1634
|
+
onTransitionStart?: (event: TransitionEvent) => void;
|
|
1635
|
+
onTransitionStartCapture?: (event: TransitionEvent) => void;
|
|
1621
1636
|
}
|
|
1622
1637
|
}
|
|
1623
1638
|
export interface JSXAttributes<T = Element> {
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export type ButtonType = 'a' | 'button' | 'reset' | 'submit';
|
|
2
|
+
export type ButtonTargetType = 'self' | 'blank';
|
|
2
3
|
export type ButtonSizeType = 'sm' | 'md' | 'lg' | 'xl';
|
|
3
4
|
export type ButtonIconPositionType = 'left' | 'right';
|
|
4
5
|
export type ButtonVariantType = 'primary' | 'dark' | 'light' | 'error' | 'info' | 'success' | 'warning';
|
|
@@ -5,6 +5,7 @@ export type ThemeLuminanceVariantType = 'dark' | 'light';
|
|
|
5
5
|
export type LabelVariantType = 'amaranth' | 'aqua' | 'blue' | 'green' | 'lime' | 'orange' | 'orchid' | 'sky' | 'violet' | 'yellow';
|
|
6
6
|
export type ActionVariantType = 'primary' | 'dark' | 'light';
|
|
7
7
|
export type StateVariantType = 'disabled' | 'focused' | 'readonly';
|
|
8
|
+
export type ToneActionVariantType = 'primary' | 'secondary' | 'tertiary' | 'strong' | 'weak' | 'ghost' | 'quiet';
|
|
8
9
|
export type ToneVariantType = 'strong' | 'weak' | 'ghost' | 'quiet';
|
|
9
10
|
export type ToneSimpleVariantType = 'strong' | 'weak' | 'quiet';
|
|
10
11
|
export type ToneMinimalVariantType = 'strong' | 'weak';
|