@maggioli-design-system/mds-modal 5.2.1 → 5.3.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-7b5471f5.js → index-6f236cfa.js} +164 -69
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/mds-modal.cjs.entry.js +13 -4
- package/dist/cjs/mds-modal.cjs.js +2 -2
- package/dist/collection/collection-manifest.json +1 -1
- package/dist/collection/common/floating-controller.js +180 -0
- package/dist/collection/common/slot.js +10 -4
- package/dist/collection/components/mds-modal/mds-modal.js +18 -3
- package/dist/collection/dictionary/tree.js +13 -0
- package/dist/collection/type/tree.js +1 -0
- package/dist/components/mds-modal.js +12 -3
- package/dist/documentation.d.ts +8 -0
- package/dist/documentation.json +11 -5
- package/dist/esm/{index-1c34ac95.js → index-f8d2dee4.js} +164 -69
- package/dist/esm/loader.js +2 -2
- package/dist/esm/mds-modal.entry.js +13 -4
- package/dist/esm/mds-modal.js +3 -3
- package/dist/esm-es5/index-f8d2dee4.js +1 -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 +1 -1
- package/{www/build/p-08a99956.entry.js → dist/mds-modal/p-413a00c5.entry.js} +1 -1
- package/dist/mds-modal/{p-0d78ea55.system.entry.js → p-96958acc.system.entry.js} +1 -1
- package/dist/mds-modal/p-bc1fa4e4.system.js +2 -0
- package/dist/mds-modal/p-c6899cb0.system.js +1 -0
- package/dist/mds-modal/p-ee90f86a.js +2 -0
- package/dist/stats.json +60 -38
- package/dist/types/common/floating-controller.d.ts +46 -0
- package/dist/types/common/slot.d.ts +2 -1
- package/dist/types/dictionary/tree.d.ts +4 -0
- package/dist/types/type/tree.d.ts +3 -0
- package/documentation.json +36 -10
- package/package.json +4 -4
- package/src/common/floating-controller.ts +263 -0
- package/src/common/slot.ts +12 -3
- package/src/dictionary/tree.ts +21 -0
- package/src/fixtures/icons.json +20 -0
- package/src/fixtures/iconsauce.json +6 -0
- package/src/type/tree.ts +12 -0
- package/www/build/mds-modal.esm.js +1 -1
- package/www/build/mds-modal.js +1 -1
- package/{dist/mds-modal/p-08a99956.entry.js → www/build/p-413a00c5.entry.js} +1 -1
- package/www/build/{p-0d78ea55.system.entry.js → p-96958acc.system.entry.js} +1 -1
- package/www/build/p-bc1fa4e4.system.js +2 -0
- package/www/build/p-c6899cb0.system.js +1 -0
- package/www/build/p-ee90f86a.js +2 -0
- package/dist/esm-es5/index-1c34ac95.js +0 -1
- package/dist/mds-modal/p-0ed6e0c8.js +0 -2
- package/dist/mds-modal/p-423dac35.system.js +0 -2
- package/dist/mds-modal/p-67c6f337.system.js +0 -1
- package/www/build/p-0ed6e0c8.js +0 -2
- package/www/build/p-423dac35.system.js +0 -2
- package/www/build/p-67c6f337.system.js +0 -1
package/dist/stats.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "
|
|
2
|
+
"timestamp": "2025-02-06T08:26:43",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "node",
|
|
5
5
|
"version": "22.11.0"
|
|
@@ -9,16 +9,17 @@
|
|
|
9
9
|
"fsNamespace": "mds-modal",
|
|
10
10
|
"components": 1,
|
|
11
11
|
"entries": 1,
|
|
12
|
-
"bundles":
|
|
12
|
+
"bundles": 100,
|
|
13
13
|
"outputs": [
|
|
14
14
|
{
|
|
15
15
|
"name": "dist-collection",
|
|
16
|
-
"files":
|
|
16
|
+
"files": 52,
|
|
17
17
|
"generatedFiles": [
|
|
18
18
|
"./dist/collection/common/aria.js",
|
|
19
19
|
"./dist/collection/common/date.js",
|
|
20
20
|
"./dist/collection/common/device.js",
|
|
21
21
|
"./dist/collection/common/file.js",
|
|
22
|
+
"./dist/collection/common/floating-controller.js",
|
|
22
23
|
"./dist/collection/common/icon.js",
|
|
23
24
|
"./dist/collection/common/keyboard-manager.js",
|
|
24
25
|
"./dist/collection/common/locale.js",
|
|
@@ -45,6 +46,7 @@
|
|
|
45
46
|
"./dist/collection/dictionary/input.js",
|
|
46
47
|
"./dist/collection/dictionary/loading.js",
|
|
47
48
|
"./dist/collection/dictionary/text.js",
|
|
49
|
+
"./dist/collection/dictionary/tree.js",
|
|
48
50
|
"./dist/collection/dictionary/typography.js",
|
|
49
51
|
"./dist/collection/dictionary/variant.js",
|
|
50
52
|
"./dist/collection/fixtures/cities.js",
|
|
@@ -61,6 +63,7 @@
|
|
|
61
63
|
"./dist/collection/type/loading.js",
|
|
62
64
|
"./dist/collection/type/preference.js",
|
|
63
65
|
"./dist/collection/type/text.js",
|
|
66
|
+
"./dist/collection/type/tree.js",
|
|
64
67
|
"./dist/collection/type/typography.js",
|
|
65
68
|
"./dist/collection/type/variant-file-format.js",
|
|
66
69
|
"./dist/collection/type/variant.js"
|
|
@@ -81,19 +84,19 @@
|
|
|
81
84
|
"files": 42,
|
|
82
85
|
"generatedFiles": [
|
|
83
86
|
"./dist/cjs/app-globals-3a1e7e63.js",
|
|
84
|
-
"./dist/cjs/index-
|
|
87
|
+
"./dist/cjs/index-6f236cfa.js",
|
|
85
88
|
"./dist/cjs/index.cjs.js",
|
|
86
89
|
"./dist/cjs/loader.cjs.js",
|
|
87
90
|
"./dist/cjs/mds-modal.cjs.entry.js",
|
|
88
91
|
"./dist/cjs/mds-modal.cjs.js",
|
|
89
92
|
"./dist/esm-es5/app-globals-0f993ce5.js",
|
|
90
|
-
"./dist/esm-es5/index-
|
|
93
|
+
"./dist/esm-es5/index-f8d2dee4.js",
|
|
91
94
|
"./dist/esm-es5/index.js",
|
|
92
95
|
"./dist/esm-es5/loader.js",
|
|
93
96
|
"./dist/esm-es5/mds-modal.entry.js",
|
|
94
97
|
"./dist/esm-es5/mds-modal.js",
|
|
95
98
|
"./dist/esm/app-globals-0f993ce5.js",
|
|
96
|
-
"./dist/esm/index-
|
|
99
|
+
"./dist/esm/index-f8d2dee4.js",
|
|
97
100
|
"./dist/esm/index.js",
|
|
98
101
|
"./dist/esm/loader.js",
|
|
99
102
|
"./dist/esm/mds-modal.entry.js",
|
|
@@ -103,25 +106,25 @@
|
|
|
103
106
|
"./dist/mds-modal/index.esm.js",
|
|
104
107
|
"./dist/mds-modal/mds-modal.esm.js",
|
|
105
108
|
"./dist/mds-modal/mds-modal.js",
|
|
106
|
-
"./dist/mds-modal/p-
|
|
107
|
-
"./dist/mds-modal/p-0d78ea55.system.entry.js",
|
|
108
|
-
"./dist/mds-modal/p-0ed6e0c8.js",
|
|
109
|
-
"./dist/mds-modal/p-423dac35.system.js",
|
|
109
|
+
"./dist/mds-modal/p-413a00c5.entry.js",
|
|
110
110
|
"./dist/mds-modal/p-50ea2036.system.js",
|
|
111
111
|
"./dist/mds-modal/p-56ba5cbf.system.js",
|
|
112
|
-
"./dist/mds-modal/p-
|
|
112
|
+
"./dist/mds-modal/p-96958acc.system.entry.js",
|
|
113
|
+
"./dist/mds-modal/p-bc1fa4e4.system.js",
|
|
114
|
+
"./dist/mds-modal/p-c6899cb0.system.js",
|
|
113
115
|
"./dist/mds-modal/p-e1255160.js",
|
|
116
|
+
"./dist/mds-modal/p-ee90f86a.js",
|
|
114
117
|
"./www/build/index.esm.js",
|
|
115
118
|
"./www/build/mds-modal.esm.js",
|
|
116
119
|
"./www/build/mds-modal.js",
|
|
117
|
-
"./www/build/p-
|
|
118
|
-
"./www/build/p-0d78ea55.system.entry.js",
|
|
119
|
-
"./www/build/p-0ed6e0c8.js",
|
|
120
|
-
"./www/build/p-423dac35.system.js",
|
|
120
|
+
"./www/build/p-413a00c5.entry.js",
|
|
121
121
|
"./www/build/p-50ea2036.system.js",
|
|
122
122
|
"./www/build/p-56ba5cbf.system.js",
|
|
123
|
-
"./www/build/p-
|
|
124
|
-
"./www/build/p-
|
|
123
|
+
"./www/build/p-96958acc.system.entry.js",
|
|
124
|
+
"./www/build/p-bc1fa4e4.system.js",
|
|
125
|
+
"./www/build/p-c6899cb0.system.js",
|
|
126
|
+
"./www/build/p-e1255160.js",
|
|
127
|
+
"./www/build/p-ee90f86a.js"
|
|
125
128
|
]
|
|
126
129
|
},
|
|
127
130
|
{
|
|
@@ -154,12 +157,12 @@
|
|
|
154
157
|
"components": [
|
|
155
158
|
"mds-modal"
|
|
156
159
|
],
|
|
157
|
-
"bundleId": "p-
|
|
158
|
-
"fileName": "p-
|
|
160
|
+
"bundleId": "p-413a00c5",
|
|
161
|
+
"fileName": "p-413a00c5.entry.js",
|
|
159
162
|
"imports": [
|
|
160
|
-
"p-
|
|
163
|
+
"p-ee90f86a.js"
|
|
161
164
|
],
|
|
162
|
-
"originalByteSize":
|
|
165
|
+
"originalByteSize": 20268
|
|
163
166
|
}
|
|
164
167
|
],
|
|
165
168
|
"esm": [
|
|
@@ -171,9 +174,9 @@
|
|
|
171
174
|
"bundleId": "mds-modal",
|
|
172
175
|
"fileName": "mds-modal.entry.js",
|
|
173
176
|
"imports": [
|
|
174
|
-
"index-
|
|
177
|
+
"index-f8d2dee4.js"
|
|
175
178
|
],
|
|
176
|
-
"originalByteSize":
|
|
179
|
+
"originalByteSize": 20272
|
|
177
180
|
}
|
|
178
181
|
],
|
|
179
182
|
"es5": [
|
|
@@ -185,9 +188,9 @@
|
|
|
185
188
|
"bundleId": "mds-modal",
|
|
186
189
|
"fileName": "mds-modal.entry.js",
|
|
187
190
|
"imports": [
|
|
188
|
-
"index-
|
|
191
|
+
"index-f8d2dee4.js"
|
|
189
192
|
],
|
|
190
|
-
"originalByteSize":
|
|
193
|
+
"originalByteSize": 20272
|
|
191
194
|
}
|
|
192
195
|
],
|
|
193
196
|
"system": [
|
|
@@ -196,12 +199,12 @@
|
|
|
196
199
|
"components": [
|
|
197
200
|
"mds-modal"
|
|
198
201
|
],
|
|
199
|
-
"bundleId": "p-
|
|
200
|
-
"fileName": "p-
|
|
202
|
+
"bundleId": "p-96958acc.system",
|
|
203
|
+
"fileName": "p-96958acc.system.entry.js",
|
|
201
204
|
"imports": [
|
|
202
|
-
"p-
|
|
205
|
+
"p-bc1fa4e4.system.js"
|
|
203
206
|
],
|
|
204
|
-
"originalByteSize":
|
|
207
|
+
"originalByteSize": 21919
|
|
205
208
|
}
|
|
206
209
|
],
|
|
207
210
|
"commonjs": [
|
|
@@ -213,9 +216,9 @@
|
|
|
213
216
|
"bundleId": "mds-modal.cjs",
|
|
214
217
|
"fileName": "mds-modal.cjs.entry.js",
|
|
215
218
|
"imports": [
|
|
216
|
-
"index-
|
|
219
|
+
"index-6f236cfa.js"
|
|
217
220
|
],
|
|
218
|
-
"originalByteSize":
|
|
221
|
+
"originalByteSize": 20355
|
|
219
222
|
}
|
|
220
223
|
]
|
|
221
224
|
},
|
|
@@ -330,7 +333,9 @@
|
|
|
330
333
|
"tags": [],
|
|
331
334
|
"text": "Specifies if the modal is opened or not"
|
|
332
335
|
},
|
|
333
|
-
"internal": false
|
|
336
|
+
"internal": false,
|
|
337
|
+
"getter": false,
|
|
338
|
+
"setter": false
|
|
334
339
|
},
|
|
335
340
|
{
|
|
336
341
|
"name": "position",
|
|
@@ -356,7 +361,9 @@
|
|
|
356
361
|
"tags": [],
|
|
357
362
|
"text": "Specifies the animation position of the modal window"
|
|
358
363
|
},
|
|
359
|
-
"internal": false
|
|
364
|
+
"internal": false,
|
|
365
|
+
"getter": false,
|
|
366
|
+
"setter": false
|
|
360
367
|
},
|
|
361
368
|
{
|
|
362
369
|
"name": "animating",
|
|
@@ -382,7 +389,9 @@
|
|
|
382
389
|
"tags": [],
|
|
383
390
|
"text": "Specifies if the component is animating itself or not"
|
|
384
391
|
},
|
|
385
|
-
"internal": false
|
|
392
|
+
"internal": false,
|
|
393
|
+
"getter": false,
|
|
394
|
+
"setter": false
|
|
386
395
|
}
|
|
387
396
|
],
|
|
388
397
|
"shadowDelegatesFocus": false,
|
|
@@ -421,7 +430,9 @@
|
|
|
421
430
|
"tags": [],
|
|
422
431
|
"text": "Specifies if the modal is opened or not"
|
|
423
432
|
},
|
|
424
|
-
"internal": false
|
|
433
|
+
"internal": false,
|
|
434
|
+
"getter": false,
|
|
435
|
+
"setter": false
|
|
425
436
|
},
|
|
426
437
|
{
|
|
427
438
|
"name": "position",
|
|
@@ -447,7 +458,9 @@
|
|
|
447
458
|
"tags": [],
|
|
448
459
|
"text": "Specifies the animation position of the modal window"
|
|
449
460
|
},
|
|
450
|
-
"internal": false
|
|
461
|
+
"internal": false,
|
|
462
|
+
"getter": false,
|
|
463
|
+
"setter": false
|
|
451
464
|
},
|
|
452
465
|
{
|
|
453
466
|
"name": "animating",
|
|
@@ -473,7 +486,9 @@
|
|
|
473
486
|
"tags": [],
|
|
474
487
|
"text": "Specifies if the component is animating itself or not"
|
|
475
488
|
},
|
|
476
|
-
"internal": false
|
|
489
|
+
"internal": false,
|
|
490
|
+
"getter": false,
|
|
491
|
+
"setter": false
|
|
477
492
|
}
|
|
478
493
|
],
|
|
479
494
|
"virtualProperties": [],
|
|
@@ -657,6 +672,7 @@
|
|
|
657
672
|
"hasMember": true,
|
|
658
673
|
"hasMethod": false,
|
|
659
674
|
"hasMode": false,
|
|
675
|
+
"hasModernPropertyDecls": false,
|
|
660
676
|
"hasAttribute": true,
|
|
661
677
|
"hasProp": true,
|
|
662
678
|
"hasPropNumber": false,
|
|
@@ -715,7 +731,7 @@
|
|
|
715
731
|
],
|
|
716
732
|
"componentGraph": {
|
|
717
733
|
"sc-mds-modal": [
|
|
718
|
-
"p-
|
|
734
|
+
"p-ee90f86a.js"
|
|
719
735
|
]
|
|
720
736
|
},
|
|
721
737
|
"sourceGraph": {
|
|
@@ -723,6 +739,10 @@
|
|
|
723
739
|
"./src/common/date.ts": [],
|
|
724
740
|
"./src/common/device.ts": [],
|
|
725
741
|
"./src/common/file.ts": [],
|
|
742
|
+
"./src/common/floating-controller.ts": [
|
|
743
|
+
"./src/common/aria",
|
|
744
|
+
"./src/common/unit"
|
|
745
|
+
],
|
|
726
746
|
"./src/common/icon.ts": [],
|
|
727
747
|
"./src/common/keyboard-manager.ts": [],
|
|
728
748
|
"./src/common/locale.ts": [],
|
|
@@ -763,6 +783,7 @@
|
|
|
763
783
|
"./src/dictionary/input.ts": [],
|
|
764
784
|
"./src/dictionary/loading.ts": [],
|
|
765
785
|
"./src/dictionary/text.ts": [],
|
|
786
|
+
"./src/dictionary/tree.ts": [],
|
|
766
787
|
"./src/dictionary/typography.ts": [],
|
|
767
788
|
"./src/dictionary/variant.ts": [],
|
|
768
789
|
"./src/fixtures/cities.ts": [],
|
|
@@ -779,6 +800,7 @@
|
|
|
779
800
|
"./src/type/loading.ts": [],
|
|
780
801
|
"./src/type/preference.ts": [],
|
|
781
802
|
"./src/type/text.ts": [],
|
|
803
|
+
"./src/type/tree.ts": [],
|
|
782
804
|
"./src/type/typography.ts": [],
|
|
783
805
|
"./src/type/variant-file-format.ts": [],
|
|
784
806
|
"./src/type/variant.ts": []
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { FloatingUIPlacement, FloatingUIStrategy } from "../type/floating-ui";
|
|
2
|
+
import { HTMLStencilElement } from '../stencil-public-runtime';
|
|
3
|
+
export interface FloatingElement extends PositionOptions {
|
|
4
|
+
host: HTMLFloatingElement;
|
|
5
|
+
}
|
|
6
|
+
export interface HTMLFloatingElement extends HTMLStencilElement, PositionOptions {
|
|
7
|
+
visible: boolean;
|
|
8
|
+
}
|
|
9
|
+
export interface PositionOptions {
|
|
10
|
+
arrow: boolean;
|
|
11
|
+
arrowPadding: number;
|
|
12
|
+
autoPlacement: boolean;
|
|
13
|
+
flip: boolean;
|
|
14
|
+
offset: number;
|
|
15
|
+
placement: FloatingUIPlacement;
|
|
16
|
+
shift: boolean;
|
|
17
|
+
shiftPadding: number;
|
|
18
|
+
strategy: FloatingUIStrategy;
|
|
19
|
+
}
|
|
20
|
+
export declare class FloatingController {
|
|
21
|
+
private _caller;
|
|
22
|
+
private readonly _host;
|
|
23
|
+
arrowEl: HTMLElement | undefined;
|
|
24
|
+
private cleanupAutoUpdate;
|
|
25
|
+
constructor(host: HTMLFloatingElement, arrowEl?: HTMLElement);
|
|
26
|
+
updateCaller(target: string): HTMLElement;
|
|
27
|
+
private readonly arrowInset;
|
|
28
|
+
private readonly arrowTransform;
|
|
29
|
+
private readonly arrowTransformOrigin;
|
|
30
|
+
private readonly calculatePosition;
|
|
31
|
+
updatePosition(): void;
|
|
32
|
+
dismiss(): void;
|
|
33
|
+
}
|
|
34
|
+
export declare class Backdrop {
|
|
35
|
+
private readonly defaultBackdropId;
|
|
36
|
+
private readonly backdropBackgroundVisible;
|
|
37
|
+
private readonly backdropBackgroundHidden;
|
|
38
|
+
private readonly backdropId;
|
|
39
|
+
private readonly cssBackdropZIndex;
|
|
40
|
+
private readonly cssBackdropDuration;
|
|
41
|
+
private backdropEl;
|
|
42
|
+
private backdropTimer;
|
|
43
|
+
constructor(backdropId?: string);
|
|
44
|
+
attachBackdrop(): void;
|
|
45
|
+
detachBackdrop(): void;
|
|
46
|
+
}
|
package/documentation.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "
|
|
2
|
+
"timestamp": "2025-02-06T07:52:44",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
|
-
"version": "4.
|
|
5
|
+
"version": "4.25.1",
|
|
6
6
|
"typescriptVersion": "5.5.4"
|
|
7
7
|
},
|
|
8
8
|
"components": [
|
|
@@ -70,7 +70,9 @@
|
|
|
70
70
|
}
|
|
71
71
|
],
|
|
72
72
|
"optional": true,
|
|
73
|
-
"required": false
|
|
73
|
+
"required": false,
|
|
74
|
+
"getter": false,
|
|
75
|
+
"setter": false
|
|
74
76
|
},
|
|
75
77
|
{
|
|
76
78
|
"name": "opened",
|
|
@@ -92,7 +94,9 @@
|
|
|
92
94
|
}
|
|
93
95
|
],
|
|
94
96
|
"optional": false,
|
|
95
|
-
"required": false
|
|
97
|
+
"required": false,
|
|
98
|
+
"getter": false,
|
|
99
|
+
"setter": false
|
|
96
100
|
},
|
|
97
101
|
{
|
|
98
102
|
"name": "position",
|
|
@@ -156,7 +160,9 @@
|
|
|
156
160
|
}
|
|
157
161
|
],
|
|
158
162
|
"optional": true,
|
|
159
|
-
"required": false
|
|
163
|
+
"required": false,
|
|
164
|
+
"getter": false,
|
|
165
|
+
"setter": false
|
|
160
166
|
}
|
|
161
167
|
],
|
|
162
168
|
"methods": [],
|
|
@@ -417,6 +423,11 @@
|
|
|
417
423
|
"docstring": "",
|
|
418
424
|
"path": "src/type/button.ts"
|
|
419
425
|
},
|
|
426
|
+
"src/type/text.ts::TypographyTruncateType": {
|
|
427
|
+
"declaration": "export type TypographyTruncateType =\n | 'all'\n | 'none'\n | 'word'",
|
|
428
|
+
"docstring": "",
|
|
429
|
+
"path": "src/type/text.ts"
|
|
430
|
+
},
|
|
420
431
|
"src/type/variant.ts::ChipVariantType": {
|
|
421
432
|
"declaration": "export type ChipVariantType =\n | 'primary'\n | 'secondary'\n | 'dark'\n | 'error'\n | 'info'\n | 'success'\n | 'warning'",
|
|
422
433
|
"docstring": "",
|
|
@@ -457,11 +468,6 @@
|
|
|
457
468
|
"docstring": "",
|
|
458
469
|
"path": "src/components/mds-file/meta/event-detail.ts"
|
|
459
470
|
},
|
|
460
|
-
"src/type/text.ts::TypographyTruncateType": {
|
|
461
|
-
"declaration": "export type TypographyTruncateType =\n | 'all'\n | 'none'\n | 'word'",
|
|
462
|
-
"docstring": "",
|
|
463
|
-
"path": "src/type/text.ts"
|
|
464
|
-
},
|
|
465
471
|
"src/components/mds-file-preview/meta/event-detail.ts::MdsFilePreviewEventDetail": {
|
|
466
472
|
"declaration": "export interface MdsFilePreviewEventDetail {\n extension: string\n filename: string\n target: HTMLMdsFilePreviewElement\n}",
|
|
467
473
|
"docstring": "",
|
|
@@ -782,6 +788,26 @@
|
|
|
782
788
|
"docstring": "",
|
|
783
789
|
"path": "src/type/typography.ts"
|
|
784
790
|
},
|
|
791
|
+
"src/type/tree.ts::TreeAppearance": {
|
|
792
|
+
"declaration": "export type TreeAppearance =\n | 'none'\n | 'depth'",
|
|
793
|
+
"docstring": "",
|
|
794
|
+
"path": "src/type/tree.ts"
|
|
795
|
+
},
|
|
796
|
+
"src/type/tree.ts::TreeIcon": {
|
|
797
|
+
"declaration": "export type TreeIcon =\n | 'folder'\n | 'chevron'",
|
|
798
|
+
"docstring": "",
|
|
799
|
+
"path": "src/type/tree.ts"
|
|
800
|
+
},
|
|
801
|
+
"src/type/tree.ts::TreeActions": {
|
|
802
|
+
"declaration": "export type TreeActions =\n | 'auto'\n | 'visible'",
|
|
803
|
+
"docstring": "",
|
|
804
|
+
"path": "src/type/tree.ts"
|
|
805
|
+
},
|
|
806
|
+
"src/components/mds-tree-item/meta/event-detail.ts::MdsTreeItemEventDetail": {
|
|
807
|
+
"declaration": "export interface MdsTreeItemEventDetail {\n element: HTMLMdsTreeItemElement\n}",
|
|
808
|
+
"docstring": "",
|
|
809
|
+
"path": "src/components/mds-tree-item/meta/event-detail.ts"
|
|
810
|
+
},
|
|
785
811
|
"src/components/mds-usage/meta/types.ts::UsageType": {
|
|
786
812
|
"declaration": "export type UsageType =\n | 'do'\n | 'dont'\n | 'info'\n | 'warn'",
|
|
787
813
|
"docstring": "",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@maggioli-design-system/mds-modal",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.3.0",
|
|
4
4
|
"description": "mds-modal is a web-component from Magma Design System, built with StencilJS, TypeScript, Storybook. It's based on the web-component standard and it's designed to be agnostic from the JavaScript framework you are using.",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -24,9 +24,9 @@
|
|
|
24
24
|
"test": "stencil test --spec --e2e"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@maggioli-design-system/mds-button": "6.
|
|
28
|
-
"@maggioli-design-system/styles": "15.
|
|
29
|
-
"@stencil/core": "4.
|
|
27
|
+
"@maggioli-design-system/mds-button": "6.2.0",
|
|
28
|
+
"@maggioli-design-system/styles": "15.7.0",
|
|
29
|
+
"@stencil/core": "4.25.1",
|
|
30
30
|
"clsx": "2.1.0"
|
|
31
31
|
},
|
|
32
32
|
"license": "MIT",
|