@maggioli-design-system/mds-modal 4.2.0 → 4.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-f216518d.js → index-0ac65212.js} +175 -37
- package/dist/cjs/loader.cjs.js +2 -11
- package/dist/cjs/mds-modal.cjs.entry.js +3 -3
- package/dist/cjs/mds-modal.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-modal/mds-modal.css +4 -2
- package/dist/collection/components/mds-modal/mds-modal.js +13 -6
- package/dist/collection/components/mds-modal/test/mds-modal.e2e.js +55 -0
- package/dist/collection/components/mds-modal/test/mds-modal.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-modal.js +3 -3
- package/dist/documentation.d.ts +361 -88
- package/dist/documentation.json +75 -8
- package/dist/esm/{index-118e6bec.js → index-6f346db2.js} +175 -37
- package/dist/esm/loader.js +3 -12
- package/dist/esm/mds-modal.entry.js +3 -3
- package/dist/esm/mds-modal.js +3 -3
- package/dist/esm-es5/index-6f346db2.js +2 -0
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/mds-modal.entry.js +1 -1
- package/dist/esm-es5/mds-modal.js +1 -1
- package/dist/mds-modal/mds-modal.esm.js +1 -1
- package/dist/mds-modal/mds-modal.js +2 -6
- package/dist/mds-modal/p-3bcc29b0.js +2 -0
- package/dist/mds-modal/{p-e2fdb863.system.js → p-5561703a.system.js} +1 -1
- package/dist/mds-modal/p-5c4c27fb.entry.js +1 -0
- package/dist/mds-modal/p-7a7afece.system.entry.js +1 -0
- package/dist/mds-modal/p-d94af3e0.system.js +2 -0
- package/dist/stats.json +80 -41
- package/dist/types/common/unit.d.ts +2 -0
- package/dist/types/components.d.ts +1 -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 +410 -8
- package/loader/index.d.ts +2 -2
- package/package.json +3 -3
- package/readme.md +17 -0
- package/src/common/unit.ts +14 -0
- package/src/components/mds-modal/mds-modal.css +2 -1
- package/src/components/mds-modal/mds-modal.tsx +9 -1
- package/src/components/mds-modal/readme.md +17 -0
- package/src/components/mds-modal/test/mds-modal.e2e.ts +2 -2
- package/src/components.d.ts +1 -0
- 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-modal.esm.js +1 -1
- package/www/build/mds-modal.js +2 -6
- package/www/build/p-3bcc29b0.js +2 -0
- package/www/build/{p-e2fdb863.system.js → p-5561703a.system.js} +1 -1
- package/www/build/p-5c4c27fb.entry.js +1 -0
- package/www/build/p-7a7afece.system.entry.js +1 -0
- package/www/build/p-d94af3e0.system.js +2 -0
- package/dist/esm/polyfills/css-shim.js +0 -1
- package/dist/esm-es5/index-118e6bec.js +0 -2
- package/dist/mds-modal/p-3aeea0b7.system.js +0 -2
- package/dist/mds-modal/p-4fdbb5fc.js +0 -2
- package/dist/mds-modal/p-8363eae7.system.entry.js +0 -1
- package/dist/mds-modal/p-a7878434.entry.js +0 -1
- package/src/components/mds-modal/test/mds-modal.spec.tsx +0 -19
- package/www/build/p-3aeea0b7.system.js +0 -2
- package/www/build/p-4fdbb5fc.js +0 -2
- package/www/build/p-8363eae7.system.entry.js +0 -1
- package/www/build/p-a7878434.entry.js +0 -1
|
@@ -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';
|
package/documentation.json
CHANGED
|
@@ -1,23 +1,45 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2023-
|
|
2
|
+
"timestamp": "2023-09-18T08:43:05",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
|
-
"version": "2.
|
|
6
|
-
"typescriptVersion": "
|
|
5
|
+
"version": "4.2.1",
|
|
6
|
+
"typescriptVersion": "5.1.6"
|
|
7
7
|
},
|
|
8
8
|
"components": [
|
|
9
9
|
{
|
|
10
|
-
"filePath": "
|
|
10
|
+
"filePath": "src/components/mds-modal/mds-modal.tsx",
|
|
11
11
|
"encapsulation": "shadow",
|
|
12
12
|
"tag": "mds-modal",
|
|
13
13
|
"readme": "# mds-modal\n\n\n",
|
|
14
14
|
"docs": "",
|
|
15
|
-
"docsTags": [
|
|
15
|
+
"docsTags": [
|
|
16
|
+
{
|
|
17
|
+
"name": "slot",
|
|
18
|
+
"text": "default - Contents that will be placed in the center of the window. Add `text string`, `HTML elements` or `components` to this slot."
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"name": "slot",
|
|
22
|
+
"text": "bottom - Contents that will be placed on bottom of the window. Add `text string`, `HTML elements` or `components` to this slot."
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"name": "slot",
|
|
26
|
+
"text": "top - Contents that will be placed on top of the window. Add `text string`, `HTML elements` or `components` to this slot."
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "slot",
|
|
30
|
+
"text": "window - Use directly a window component if you need it. Add `text string`, `HTML elements` or `components` to this slot."
|
|
31
|
+
}
|
|
32
|
+
],
|
|
16
33
|
"usage": {},
|
|
17
34
|
"props": [
|
|
18
35
|
{
|
|
19
36
|
"name": "opened",
|
|
20
37
|
"type": "boolean",
|
|
38
|
+
"complexType": {
|
|
39
|
+
"original": "boolean",
|
|
40
|
+
"resolved": "boolean",
|
|
41
|
+
"references": {}
|
|
42
|
+
},
|
|
21
43
|
"mutable": true,
|
|
22
44
|
"attr": "opened",
|
|
23
45
|
"reflectToAttr": true,
|
|
@@ -35,6 +57,17 @@
|
|
|
35
57
|
{
|
|
36
58
|
"name": "position",
|
|
37
59
|
"type": "\"bottom\" | \"center\" | \"left\" | \"right\" | \"top\" | undefined",
|
|
60
|
+
"complexType": {
|
|
61
|
+
"original": "ModalPositionType",
|
|
62
|
+
"resolved": "\"bottom\" | \"center\" | \"left\" | \"right\" | \"top\" | undefined",
|
|
63
|
+
"references": {
|
|
64
|
+
"ModalPositionType": {
|
|
65
|
+
"location": "import",
|
|
66
|
+
"path": "./meta/types",
|
|
67
|
+
"id": "src/components/mds-modal/meta/types.ts::ModalPositionType"
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
},
|
|
38
71
|
"mutable": true,
|
|
39
72
|
"attr": "position",
|
|
40
73
|
"reflectToAttr": true,
|
|
@@ -76,6 +109,11 @@
|
|
|
76
109
|
"event": "mdsModalClose",
|
|
77
110
|
"detail": "void",
|
|
78
111
|
"bubbles": true,
|
|
112
|
+
"complexType": {
|
|
113
|
+
"original": "void",
|
|
114
|
+
"resolved": "void",
|
|
115
|
+
"references": {}
|
|
116
|
+
},
|
|
79
117
|
"cancelable": true,
|
|
80
118
|
"composed": true,
|
|
81
119
|
"docs": "Emits when a modal is closed",
|
|
@@ -128,8 +166,30 @@
|
|
|
128
166
|
"docs": "Set the z-index of the window when the component is opened"
|
|
129
167
|
}
|
|
130
168
|
],
|
|
131
|
-
"slots": [
|
|
132
|
-
|
|
169
|
+
"slots": [
|
|
170
|
+
{
|
|
171
|
+
"name": "bottom",
|
|
172
|
+
"docs": "Contents that will be placed on bottom of the window. Add `text string`, `HTML elements` or `components` to this slot."
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"name": "default",
|
|
176
|
+
"docs": "Contents that will be placed in the center of the window. Add `text string`, `HTML elements` or `components` to this slot."
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"name": "top",
|
|
180
|
+
"docs": "Contents that will be placed on top of the window. Add `text string`, `HTML elements` or `components` to this slot."
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"name": "window",
|
|
184
|
+
"docs": "Use directly a window component if you need it. Add `text string`, `HTML elements` or `components` to this slot."
|
|
185
|
+
}
|
|
186
|
+
],
|
|
187
|
+
"parts": [
|
|
188
|
+
{
|
|
189
|
+
"name": "window",
|
|
190
|
+
"docs": ""
|
|
191
|
+
}
|
|
192
|
+
],
|
|
133
193
|
"dependents": [
|
|
134
194
|
"mds-header"
|
|
135
195
|
],
|
|
@@ -140,5 +200,347 @@
|
|
|
140
200
|
]
|
|
141
201
|
}
|
|
142
202
|
}
|
|
143
|
-
]
|
|
203
|
+
],
|
|
204
|
+
"typeLibrary": {
|
|
205
|
+
"src/components/mds-accordion/meta/event-detail.ts::MdsAccordionEventDetail": {
|
|
206
|
+
"declaration": "export interface MdsAccordionEventDetail {\n children: NodeListOf<HTMLMdsAccordionItemElement>\n selected: string\n}",
|
|
207
|
+
"docstring": "",
|
|
208
|
+
"path": "src/components/mds-accordion/meta/event-detail.ts"
|
|
209
|
+
},
|
|
210
|
+
"src/type/typography.ts::TypographyTitleType": {
|
|
211
|
+
"declaration": "export type TypographyTitleType =\n | 'action'\n | 'h1'\n | 'h2'\n | 'h3'\n | 'h4'\n | 'h5'\n | 'h6'",
|
|
212
|
+
"docstring": "",
|
|
213
|
+
"path": "src/type/typography.ts"
|
|
214
|
+
},
|
|
215
|
+
"src/components/mds-accordion-item/meta/event-detail.ts::MdsAccordionItemEventDetail": {
|
|
216
|
+
"declaration": "export interface MdsAccordionItemEventDetail {\n id: string;\n selected: boolean;\n}",
|
|
217
|
+
"docstring": "",
|
|
218
|
+
"path": "src/components/mds-accordion-item/meta/event-detail.ts"
|
|
219
|
+
},
|
|
220
|
+
"src/components/mds-accordion-timer-item/meta/event-detail.ts::MdsAccordionTimerItemEventDetail": {
|
|
221
|
+
"declaration": "export interface MdsAccordionTimerItemEventDetail {\n selected: boolean;\n uuid: number;\n}",
|
|
222
|
+
"docstring": "",
|
|
223
|
+
"path": "src/components/mds-accordion-timer-item/meta/event-detail.ts"
|
|
224
|
+
},
|
|
225
|
+
"src/type/variant.ts::ThemeFullVariantType": {
|
|
226
|
+
"declaration": "export type ThemeFullVariantType =\n | 'amaranth'\n | 'aqua'\n | 'blue'\n | 'dark'\n | 'error'\n | 'green'\n | 'info'\n | 'light'\n | 'lime'\n | 'orange'\n | 'orchid'\n | 'sky'\n | 'success'\n | 'violet'\n | 'warning'\n | 'yellow'",
|
|
227
|
+
"docstring": "",
|
|
228
|
+
"path": "src/type/variant.ts"
|
|
229
|
+
},
|
|
230
|
+
"src/type/variant.ts::ToneSimpleVariantType": {
|
|
231
|
+
"declaration": "export type ToneSimpleVariantType =\n | 'strong'\n | 'weak'\n | 'quiet'",
|
|
232
|
+
"docstring": "",
|
|
233
|
+
"path": "src/type/variant.ts"
|
|
234
|
+
},
|
|
235
|
+
"src/type/typography.ts::TypographyInfoType": {
|
|
236
|
+
"declaration": "export type TypographyInfoType =\n | 'caption'\n | 'detail'\n | 'label'\n | 'option'\n | 'paragraph'\n | 'tip'",
|
|
237
|
+
"docstring": "",
|
|
238
|
+
"path": "src/type/typography.ts"
|
|
239
|
+
},
|
|
240
|
+
"src/type/typography.ts::TypographyReadType": {
|
|
241
|
+
"declaration": "export type TypographyReadType =\n | 'caption'\n | 'detail'\n | 'paragraph'",
|
|
242
|
+
"docstring": "",
|
|
243
|
+
"path": "src/type/typography.ts"
|
|
244
|
+
},
|
|
245
|
+
"src/type/typography.ts::TypographyVariants": {
|
|
246
|
+
"declaration": "export type TypographyVariants =\n | 'title'\n | 'info'\n | 'read'\n | 'code'",
|
|
247
|
+
"docstring": "",
|
|
248
|
+
"path": "src/type/typography.ts"
|
|
249
|
+
},
|
|
250
|
+
"src/type/variant.ts::ThemeVariantType": {
|
|
251
|
+
"declaration": "export type ThemeVariantType =\n | 'dark'\n | 'error'\n | 'info'\n | 'light'\n | 'primary'\n | 'success'\n | 'warning'",
|
|
252
|
+
"docstring": "",
|
|
253
|
+
"path": "src/type/variant.ts"
|
|
254
|
+
},
|
|
255
|
+
"src/components/mds-benchmark-bar/meta/types.ts::BenchmarkBarTypographyType": {
|
|
256
|
+
"declaration": "export type BenchmarkBarTypographyType =\n | 'option'\n | 'label'",
|
|
257
|
+
"docstring": "",
|
|
258
|
+
"path": "src/components/mds-benchmark-bar/meta/types.ts"
|
|
259
|
+
},
|
|
260
|
+
"src/components/mds-bibliography/meta/types.ts::BibliographyFormatType": {
|
|
261
|
+
"declaration": "export type BibliographyFormatType =\n | 'apa' // American Psychological Association - Simmons, B. (2015, January 9). The tale of two Flaccos. Grantland. http://grantland.com/the-triangle/the-tale-of-two-flaccos/\n | 'mla' // Modern Language Association - Author's Last name, First name. \"Title of Source.\" Title of Container, Other contributors, Version, Numbers, Publisher, Publication Date, Location.\n | 'turabian'",
|
|
262
|
+
"docstring": "",
|
|
263
|
+
"path": "src/components/mds-bibliography/meta/types.ts"
|
|
264
|
+
},
|
|
265
|
+
"src/components/mds-bibliography/meta/types.ts::BibliographyRelationshipType": {
|
|
266
|
+
"declaration": "export type BibliographyRelationshipType =\n | 'author'\n | 'external'",
|
|
267
|
+
"docstring": "",
|
|
268
|
+
"path": "src/components/mds-bibliography/meta/types.ts"
|
|
269
|
+
},
|
|
270
|
+
"src/components/mds-breadcrumb/meta/event-detail.ts::MdsBreadcrumbEventDetail": {
|
|
271
|
+
"declaration": "export interface MdsBreadcrumbEventDetail {\n caller: HTMLMdsBreadcrumbItemElement\n id: string\n selected?: boolean\n}",
|
|
272
|
+
"docstring": "",
|
|
273
|
+
"path": "src/components/mds-breadcrumb/meta/event-detail.ts"
|
|
274
|
+
},
|
|
275
|
+
"src/components/mds-breadcrumb-item/meta/event-detail.ts::MdsBreadcrumbItemEventDetail": {
|
|
276
|
+
"declaration": "export interface MdsBreadcrumbItemEventDetail {\n id: string\n selected: boolean\n}",
|
|
277
|
+
"docstring": "",
|
|
278
|
+
"path": "src/components/mds-breadcrumb-item/meta/event-detail.ts"
|
|
279
|
+
},
|
|
280
|
+
"src/type/button.ts::ButtonIconPositionType": {
|
|
281
|
+
"declaration": "export type ButtonIconPositionType =\n | 'left'\n | 'right'",
|
|
282
|
+
"docstring": "",
|
|
283
|
+
"path": "src/type/button.ts"
|
|
284
|
+
},
|
|
285
|
+
"src/type/button.ts::ButtonType": {
|
|
286
|
+
"declaration": "export type ButtonType =\n | 'a'\n | 'button'\n | 'reset'\n | 'submit'",
|
|
287
|
+
"docstring": "",
|
|
288
|
+
"path": "src/type/button.ts"
|
|
289
|
+
},
|
|
290
|
+
"src/type/button.ts::ButtonVariantType": {
|
|
291
|
+
"declaration": "export type ButtonVariantType =\n | 'primary'\n | 'dark'\n | 'light'\n | 'error'\n | 'info'\n | 'success'\n | 'warning'",
|
|
292
|
+
"docstring": "",
|
|
293
|
+
"path": "src/type/button.ts"
|
|
294
|
+
},
|
|
295
|
+
"src/type/variant.ts::ToneVariantType": {
|
|
296
|
+
"declaration": "export type ToneVariantType =\n | 'strong' // background strong\n | 'weak' // background weak\n | 'ghost' // bordered\n | 'quiet'",
|
|
297
|
+
"docstring": "",
|
|
298
|
+
"path": "src/type/variant.ts"
|
|
299
|
+
},
|
|
300
|
+
"src/type/button.ts::ButtonSizeType": {
|
|
301
|
+
"declaration": "export type ButtonSizeType =\n | 'sm'\n | 'md'\n | 'lg'\n | 'xl'",
|
|
302
|
+
"docstring": "",
|
|
303
|
+
"path": "src/type/button.ts"
|
|
304
|
+
},
|
|
305
|
+
"src/type/button.ts::ButtonTargetType": {
|
|
306
|
+
"declaration": "export type ButtonTargetType =\n |'self'\n |'blank'",
|
|
307
|
+
"docstring": "",
|
|
308
|
+
"path": "src/type/button.ts"
|
|
309
|
+
},
|
|
310
|
+
"src/components/mds-chip/meta/interface.ts::MdsChipEvent": {
|
|
311
|
+
"declaration": "interface MdsChipEvent {\n event: Event\n element: HTMLMdsChipElement\n}",
|
|
312
|
+
"docstring": "",
|
|
313
|
+
"path": "src/components/mds-chip/meta/interface.ts"
|
|
314
|
+
},
|
|
315
|
+
"src/type/floating-ui.ts::FloatingUIPlacement": {
|
|
316
|
+
"declaration": "export type FloatingUIPlacement =\n | 'bottom'\n | 'bottom-end'\n | 'bottom-start'\n | 'left'\n | 'left-end'\n | 'left-start'\n | 'right'\n | 'right-end'\n | 'right-start'\n | 'top'\n | 'top-end'\n | 'top-start'",
|
|
317
|
+
"docstring": "",
|
|
318
|
+
"path": "src/type/floating-ui.ts"
|
|
319
|
+
},
|
|
320
|
+
"src/type/floating-ui.ts::FloatingUIStrategy": {
|
|
321
|
+
"declaration": "export type FloatingUIStrategy =\n | 'absolute'\n | 'fixed'",
|
|
322
|
+
"docstring": "",
|
|
323
|
+
"path": "src/type/floating-ui.ts"
|
|
324
|
+
},
|
|
325
|
+
"src/components/mds-dropdown/meta/event-detail.ts::MdsDropdownEventDetail": {
|
|
326
|
+
"declaration": "export interface MdsDropdownEventDetail {\n caller: HTMLElement\n visible: boolean\n}",
|
|
327
|
+
"docstring": "",
|
|
328
|
+
"path": "src/components/mds-dropdown/meta/event-detail.ts"
|
|
329
|
+
},
|
|
330
|
+
"src/components/mds-file/meta/types.ts::ExtensionSuffixType": {
|
|
331
|
+
"declaration": "export type ExtensionSuffixType =\n | '7z'\n | 'ace'\n | 'ai'\n | 'db'\n | 'default'\n | 'dmg'\n | 'doc'\n | 'docm'\n | 'docx'\n | 'eml'\n | 'eps'\n | 'exe'\n | 'flac'\n | 'gif'\n | 'htm'\n | 'html'\n | 'jpe'\n | 'jpeg'\n | 'jpg'\n | 'js'\n | 'json'\n | 'jsx'\n | 'm2v'\n | 'mp2'\n | 'mp3'\n | 'mp4'\n | 'mp4v'\n | 'mpeg'\n | 'mpg'\n | 'mpg4'\n | 'mpga'\n | 'odp'\n | 'ods'\n | 'odt'\n | 'pdf'\n | 'php'\n | 'png'\n | 'ppt'\n | 'rar'\n | 'rtf'\n | 'sass'\n | 'shtml'\n | 'svg'\n | 'tar'\n | 'ts'\n | 'txt'\n | 'wav'\n | 'xar'\n | 'xls'\n | 'xlsx'\n | 'zip'",
|
|
332
|
+
"docstring": "",
|
|
333
|
+
"path": "src/components/mds-file/meta/types.ts"
|
|
334
|
+
},
|
|
335
|
+
"src/components/mds-file/meta/event-detail.ts::MdsFileEventDetail": {
|
|
336
|
+
"declaration": "export interface MdsFileEventDetail {\n description: string\n extension: string\n filename: string\n target: HTMLMdsFileElement\n type: string\n}",
|
|
337
|
+
"docstring": "",
|
|
338
|
+
"path": "src/components/mds-file/meta/event-detail.ts"
|
|
339
|
+
},
|
|
340
|
+
"src/components/mds-filter/meta/event-detail.ts::MdsFilterEventDetail": {
|
|
341
|
+
"declaration": "export interface MdsFilterEventDetail {\n children: NodeListOf<HTMLMdsFilterItemElement>\n value: string\n}",
|
|
342
|
+
"docstring": "",
|
|
343
|
+
"path": "src/components/mds-filter/meta/event-detail.ts"
|
|
344
|
+
},
|
|
345
|
+
"src/components/mds-filter-item/meta/event-detail.ts::MdsFilterItemEventDetail": {
|
|
346
|
+
"declaration": "export interface MdsFilterItemEventDetail {\n id: string\n selected: boolean\n}",
|
|
347
|
+
"docstring": "",
|
|
348
|
+
"path": "src/components/mds-filter-item/meta/event-detail.ts"
|
|
349
|
+
},
|
|
350
|
+
"src/components/mds-form/meta/types.ts::CharacterSetType": {
|
|
351
|
+
"declaration": "export type CharacterSetType =\n | '8859-1'\n | 'ansi'\n | 'ascii'\n | 'utf-8'",
|
|
352
|
+
"docstring": "",
|
|
353
|
+
"path": "src/components/mds-form/meta/types.ts"
|
|
354
|
+
},
|
|
355
|
+
"src/components/mds-form/meta/types.ts::FormAutocompleteType": {
|
|
356
|
+
"declaration": "export type FormAutocompleteType =\n | 'off'\n | 'on'",
|
|
357
|
+
"docstring": "",
|
|
358
|
+
"path": "src/components/mds-form/meta/types.ts"
|
|
359
|
+
},
|
|
360
|
+
"src/components/mds-form/meta/types.ts::EnctypeType": {
|
|
361
|
+
"declaration": "export type EnctypeType =\n | 'application/x-www-form-urlencoded'\n | 'multipart/form-data'\n | 'text/plain'",
|
|
362
|
+
"docstring": "",
|
|
363
|
+
"path": "src/components/mds-form/meta/types.ts"
|
|
364
|
+
},
|
|
365
|
+
"src/components/mds-form/meta/types.ts::FormMethodType": {
|
|
366
|
+
"declaration": "export type FormMethodType =\n | 'get'\n | 'post'",
|
|
367
|
+
"docstring": "",
|
|
368
|
+
"path": "src/components/mds-form/meta/types.ts"
|
|
369
|
+
},
|
|
370
|
+
"src/components/mds-header/meta/event-detail.ts::MdsHeaderEventDetail": {
|
|
371
|
+
"declaration": "export interface MdsHeaderEventDetail {\n bar: HTMLMdsHeaderBarElement\n}",
|
|
372
|
+
"docstring": "",
|
|
373
|
+
"path": "src/components/mds-header/meta/event-detail.ts"
|
|
374
|
+
},
|
|
375
|
+
"src/components/mds-horizontal-scroll/meta/types.ts::SnapType": {
|
|
376
|
+
"declaration": "export type SnapType =\n | 'center'\n | 'end'\n | 'none'\n | 'start'",
|
|
377
|
+
"docstring": "",
|
|
378
|
+
"path": "src/components/mds-horizontal-scroll/meta/types.ts"
|
|
379
|
+
},
|
|
380
|
+
"src/components/mds-img/meta/types.ts::CrossoriginType": {
|
|
381
|
+
"declaration": "export type CrossoriginType =\n | 'anonymous'\n | 'use-credentials'",
|
|
382
|
+
"docstring": "",
|
|
383
|
+
"path": "src/components/mds-img/meta/types.ts"
|
|
384
|
+
},
|
|
385
|
+
"src/type/loading.ts::LoadingType": {
|
|
386
|
+
"declaration": "export type LoadingType =\n | 'eager'\n | 'lazy'",
|
|
387
|
+
"docstring": "",
|
|
388
|
+
"path": "src/type/loading.ts"
|
|
389
|
+
},
|
|
390
|
+
"src/components/mds-img/meta/types.ts::ReferrerpolicyType": {
|
|
391
|
+
"declaration": "export type ReferrerpolicyType =\n | 'no-referrer'\n | 'no-referrer-when-downgrade'\n | 'origin'\n | 'origin-when-cross-origin'\n | 'unsafe-url'",
|
|
392
|
+
"docstring": "",
|
|
393
|
+
"path": "src/components/mds-img/meta/types.ts"
|
|
394
|
+
},
|
|
395
|
+
"src/components/mds-img/meta/event-detail.ts::MdsImgEventDetail": {
|
|
396
|
+
"declaration": "export interface MdsImgEventDetail {\n image: HTMLImageElement\n}",
|
|
397
|
+
"docstring": "",
|
|
398
|
+
"path": "src/components/mds-img/meta/event-detail.ts"
|
|
399
|
+
},
|
|
400
|
+
"src/type/autocomplete.ts::AutocompleteType": {
|
|
401
|
+
"declaration": "export type AutocompleteType =\n | 'additional-name'\n | 'address'\n | 'address-level1'\n | 'address-level2'\n | 'address-level3'\n | 'address-level4'\n | 'address-line1'\n | 'address-line2'\n | 'address-line3'\n | 'bday'\n | 'bday-day'\n | 'bday-month'\n | 'bday-year'\n | 'cc-additional-name'\n | 'cc-csc'\n | 'cc-exp'\n | 'cc-exp-month'\n | 'cc-exp-year'\n | 'cc-family-name'\n | 'cc-family-name'\n | 'cc-given-name'\n | 'cc-name'\n | 'cc-number'\n | 'cc-type'\n | 'country'\n | 'country-name'\n | 'current-password'\n | 'email'\n | 'family-name'\n | 'given-name'\n | 'honorific-prefix'\n | 'honorific-suffix'\n | 'impp'\n | 'language'\n | 'name'\n | 'new-password'\n | 'nickname'\n | 'off'\n | 'on'\n | 'one-time-code'\n | 'organization'\n | 'organization-title'\n | 'photo'\n | 'postal-code'\n | 'sex'\n | 'street-address'\n | 'tel'\n | 'tel-area-code'\n | 'tel-country-code'\n | 'tel-extension'\n | 'tel-local'\n | 'tel-national'\n | 'transaction-amount'\n | 'transaction-currency'\n | 'url'\n | 'username'",
|
|
402
|
+
"docstring": "",
|
|
403
|
+
"path": "src/type/autocomplete.ts"
|
|
404
|
+
},
|
|
405
|
+
"src/type/variant.ts::ThemeStatusVariantType": {
|
|
406
|
+
"declaration": "export type ThemeStatusVariantType =\n | 'error'\n | 'info'\n | 'success'\n | 'warning'",
|
|
407
|
+
"docstring": "",
|
|
408
|
+
"path": "src/type/variant.ts"
|
|
409
|
+
},
|
|
410
|
+
"src/type/input-text-type.ts::InputTextType": {
|
|
411
|
+
"declaration": "export type InputTextType =\n | 'date'\n | 'email'\n | 'number'\n | 'password'\n | 'search'\n | 'tel'\n | 'text'\n | 'textarea'\n | 'time'\n | 'url'",
|
|
412
|
+
"docstring": "",
|
|
413
|
+
"path": "src/type/input-text-type.ts"
|
|
414
|
+
},
|
|
415
|
+
"src/type/input-value-type.ts::InputValueType": {
|
|
416
|
+
"declaration": "export type InputValueType =\n | null\n | number\n | string\n | undefined",
|
|
417
|
+
"docstring": "",
|
|
418
|
+
"path": "src/type/input-value-type.ts"
|
|
419
|
+
},
|
|
420
|
+
"src/components/mds-input/meta/interfaces.ts::InputValue": {
|
|
421
|
+
"declaration": "export interface InputValue {\n value: InputValueType\n}",
|
|
422
|
+
"docstring": "",
|
|
423
|
+
"path": "src/components/mds-input/meta/interfaces.ts"
|
|
424
|
+
},
|
|
425
|
+
"src/components/mds-input-field/meta/types.ts::ValidationModelType": {
|
|
426
|
+
"declaration": "export type ValidationModelType =\n | 'cf'\n | 'email'\n | 'isbn'\n | 'piva'",
|
|
427
|
+
"docstring": "",
|
|
428
|
+
"path": "src/components/mds-input-field/meta/types.ts"
|
|
429
|
+
},
|
|
430
|
+
"src/interface/input-value.ts::InputValue": {
|
|
431
|
+
"declaration": "export interface InputValue {\n value: InputValueType\n}",
|
|
432
|
+
"docstring": "",
|
|
433
|
+
"path": "src/interface/input-value.ts"
|
|
434
|
+
},
|
|
435
|
+
"src/components/mds-input-switch/meta/types.ts::InputSwitchSizeType": {
|
|
436
|
+
"declaration": "export type InputSwitchSizeType =\n | 'sm'\n | 'md'\n | 'lg'",
|
|
437
|
+
"docstring": "",
|
|
438
|
+
"path": "src/components/mds-input-switch/meta/types.ts"
|
|
439
|
+
},
|
|
440
|
+
"src/components/mds-input-switch/meta/types.ts::InputSwitchType": {
|
|
441
|
+
"declaration": "export type InputSwitchType =\n | 'checkbox'\n | 'radio'\n | 'switch'",
|
|
442
|
+
"docstring": "",
|
|
443
|
+
"path": "src/components/mds-input-switch/meta/types.ts"
|
|
444
|
+
},
|
|
445
|
+
"src/type/typography.ts::TypographyType": {
|
|
446
|
+
"declaration": "export type TypographyType =\n | 'action'\n | 'caption'\n | 'snippet'\n | 'detail'\n | 'h1'\n | 'h2'\n | 'h3'\n | 'h4'\n | 'h5'\n | 'h6'\n | 'hack'\n | 'label'\n | 'option'\n | 'paragraph'\n | 'tip'",
|
|
447
|
+
"docstring": "",
|
|
448
|
+
"path": "src/type/typography.ts"
|
|
449
|
+
},
|
|
450
|
+
"src/type/typography.ts::TypographyReadingVariants": {
|
|
451
|
+
"declaration": "export type TypographyReadingVariants =\n | 'info'\n | 'read'",
|
|
452
|
+
"docstring": "",
|
|
453
|
+
"path": "src/type/typography.ts"
|
|
454
|
+
},
|
|
455
|
+
"src/components/mds-modal/meta/types.ts::ModalPositionType": {
|
|
456
|
+
"declaration": "export type ModalPositionType =\n | 'bottom'\n | 'center'\n | 'left'\n | 'right'\n | 'top'",
|
|
457
|
+
"docstring": "",
|
|
458
|
+
"path": "src/components/mds-modal/meta/types.ts"
|
|
459
|
+
},
|
|
460
|
+
"src/type/variant.ts::LabelVariantType": {
|
|
461
|
+
"declaration": "export type LabelVariantType =\n | 'amaranth'\n | 'aqua'\n | 'blue'\n | 'green'\n | 'lime'\n | 'orange'\n | 'orchid'\n | 'sky'\n | 'violet'\n | 'yellow'",
|
|
462
|
+
"docstring": "",
|
|
463
|
+
"path": "src/type/variant.ts"
|
|
464
|
+
},
|
|
465
|
+
"src/components/mds-notification/meta/types.ts::StrategyType": {
|
|
466
|
+
"declaration": "export type StrategyType =\n | 'absolute'\n | 'fixed'\n | 'disabled'",
|
|
467
|
+
"docstring": "",
|
|
468
|
+
"path": "src/components/mds-notification/meta/types.ts"
|
|
469
|
+
},
|
|
470
|
+
"src/components/mds-paginator/meta/event-detail.ts::MdsPaginatorEventDetail": {
|
|
471
|
+
"declaration": "export interface MdsPaginatorEventDetail {\n caller?: HTMLMdsPaginatorItemElement\n page: number\n}",
|
|
472
|
+
"docstring": "",
|
|
473
|
+
"path": "src/components/mds-paginator/meta/event-detail.ts"
|
|
474
|
+
},
|
|
475
|
+
"src/components/mds-progress/meta/types.ts::DirectionType": {
|
|
476
|
+
"declaration": "export type DirectionType =\n | 'horizontal'\n | 'vertical'",
|
|
477
|
+
"docstring": "",
|
|
478
|
+
"path": "src/components/mds-progress/meta/types.ts"
|
|
479
|
+
},
|
|
480
|
+
"src/components/mds-stepper-bar/meta/event-detail.ts::MdsStepperBarEventDetail": {
|
|
481
|
+
"declaration": "export interface MdsStepperBarEventDetail {\n step: number\n value: string\n}",
|
|
482
|
+
"docstring": "",
|
|
483
|
+
"path": "src/components/mds-stepper-bar/meta/event-detail.ts"
|
|
484
|
+
},
|
|
485
|
+
"src/components/mds-stepper-bar-item/meta/event-detail.ts::MdsStepperBarItemEventDetail": {
|
|
486
|
+
"declaration": "export interface MdsStepperBarItemEventDetail {\n value: string\n}",
|
|
487
|
+
"docstring": "",
|
|
488
|
+
"path": "src/components/mds-stepper-bar-item/meta/event-detail.ts"
|
|
489
|
+
},
|
|
490
|
+
"src/components/mds-tab/meta/event-detail.ts::MdsTabEventDetail": {
|
|
491
|
+
"declaration": "export interface MdsTabEventDetail {\n id: number\n}",
|
|
492
|
+
"docstring": "",
|
|
493
|
+
"path": "src/components/mds-tab/meta/event-detail.ts"
|
|
494
|
+
},
|
|
495
|
+
"src/components/mds-tab-bar/meta/event-detail.ts::MdsTabBarEventDetail": {
|
|
496
|
+
"declaration": "export interface MdsTabBarEventDetail {\n index: number\n}",
|
|
497
|
+
"docstring": "",
|
|
498
|
+
"path": "src/components/mds-tab-bar/meta/event-detail.ts"
|
|
499
|
+
},
|
|
500
|
+
"src/type/typography.ts::TypographySmallerType": {
|
|
501
|
+
"declaration": "export type TypographySmallerType =\n | 'tip'\n | 'option'",
|
|
502
|
+
"docstring": "",
|
|
503
|
+
"path": "src/type/typography.ts"
|
|
504
|
+
},
|
|
505
|
+
"src/components/mds-text/meta/types.ts::TypographyTagType": {
|
|
506
|
+
"declaration": "export type TypographyTagType =\n | 'abbr'\n | 'address'\n | 'article'\n | 'b'\n | 'bdo'\n | 'blockquote'\n | 'cite'\n | 'code'\n | 'dd'\n | 'del'\n | 'details'\n | 'dfn'\n | 'div'\n | 'dl'\n | 'dt'\n | 'em'\n | 'figcaption'\n | 'h1'\n | 'h2'\n | 'h3'\n | 'h4'\n | 'h5'\n | 'h6'\n | 'i'\n | 'ins'\n | 'kbd'\n | 'label'\n | 'legend'\n | 'li'\n | 'mark'\n | 'ol'\n | 'p'\n | 'pre'\n | 'q'\n | 'rb'\n | 'rt'\n | 'ruby'\n | 's'\n | 'samp'\n | 'small'\n | 'span'\n | 'strong'\n | 'sub'\n | 'summary'\n | 'sup'\n | 'time'\n | 'u'\n | 'ul'\n | 'var'",
|
|
507
|
+
"docstring": "",
|
|
508
|
+
"path": "src/components/mds-text/meta/types.ts"
|
|
509
|
+
},
|
|
510
|
+
"src/type/variant.ts::ThemeLuminanceVariantType": {
|
|
511
|
+
"declaration": "export type ThemeLuminanceVariantType =\n | 'dark'\n | 'light'",
|
|
512
|
+
"docstring": "",
|
|
513
|
+
"path": "src/type/variant.ts"
|
|
514
|
+
},
|
|
515
|
+
"src/type/variant.ts::ToneMinimalVariantType": {
|
|
516
|
+
"declaration": "export type ToneMinimalVariantType =\n| 'strong'\n| 'weak'",
|
|
517
|
+
"docstring": "",
|
|
518
|
+
"path": "src/type/variant.ts"
|
|
519
|
+
},
|
|
520
|
+
"src/components/mds-toast/meta/types.ts::ToastPosition": {
|
|
521
|
+
"declaration": "export type ToastPosition =\n | 'top-left'\n | 'top-center'\n | 'top-right'\n | 'bottom-left'\n | 'bottom-center'\n | 'bottom-right'",
|
|
522
|
+
"docstring": "",
|
|
523
|
+
"path": "src/components/mds-toast/meta/types.ts"
|
|
524
|
+
},
|
|
525
|
+
"src/type/typography.ts::TypographyTooltipType": {
|
|
526
|
+
"declaration": "export type TypographyTooltipType =\n | 'caption'\n | 'detail'\n | 'tip'",
|
|
527
|
+
"docstring": "",
|
|
528
|
+
"path": "src/type/typography.ts"
|
|
529
|
+
},
|
|
530
|
+
"src/components/mds-usage/meta/types.ts::UsageType": {
|
|
531
|
+
"declaration": "export type UsageType =\n | 'do'\n | 'dont'\n | 'info'\n | 'warn'",
|
|
532
|
+
"docstring": "",
|
|
533
|
+
"path": "src/components/mds-usage/meta/types.ts"
|
|
534
|
+
},
|
|
535
|
+
"src/components/mds-video-wall/meta/types.ts::NoiseType": {
|
|
536
|
+
"declaration": "export type NoiseType =\n | 'classic'\n | 'none'\n | 'sharp'\n | 'soft'\n | 'tv'",
|
|
537
|
+
"docstring": "",
|
|
538
|
+
"path": "src/components/mds-video-wall/meta/types.ts"
|
|
539
|
+
},
|
|
540
|
+
"src/components/mds-video-wall/meta/types.ts::PreloadType": {
|
|
541
|
+
"declaration": "export type PreloadType =\n | 'auto'\n | 'metadata'\n | 'none'",
|
|
542
|
+
"docstring": "",
|
|
543
|
+
"path": "src/components/mds-video-wall/meta/types.ts"
|
|
544
|
+
}
|
|
545
|
+
}
|
|
144
546
|
}
|
package/loader/index.d.ts
CHANGED
|
@@ -8,10 +8,10 @@ export interface CustomElementsDefineOptions {
|
|
|
8
8
|
ael?: (el: EventTarget, eventName: string, listener: EventListenerOrEventListenerObject, options: boolean | AddEventListenerOptions) => void;
|
|
9
9
|
rel?: (el: EventTarget, eventName: string, listener: EventListenerOrEventListenerObject, options: boolean | AddEventListenerOptions) => void;
|
|
10
10
|
}
|
|
11
|
-
export declare function defineCustomElements(win?: Window, opts?: CustomElementsDefineOptions):
|
|
11
|
+
export declare function defineCustomElements(win?: Window, opts?: CustomElementsDefineOptions): void;
|
|
12
12
|
export declare function applyPolyfills(): Promise<void>;
|
|
13
13
|
|
|
14
|
-
/**
|
|
14
|
+
/**
|
|
15
15
|
* Used to specify a nonce value that corresponds with an application's CSP.
|
|
16
16
|
* When set, the nonce will be added to all dynamically created script and style tags at runtime.
|
|
17
17
|
* Alternatively, the nonce value can be set on a meta tag in the DOM head
|