@maggioli-design-system/mds-accordion-timer-item 1.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.
Files changed (121) hide show
  1. package/dist/cjs/index-2ee34dd7.js +1180 -0
  2. package/dist/cjs/index.cjs.js +2 -0
  3. package/dist/cjs/loader.cjs.js +21 -0
  4. package/dist/cjs/mds-accordion-timer-item.cjs.entry.js +100 -0
  5. package/dist/cjs/mds-accordion-timer-item.cjs.js +19 -0
  6. package/dist/collection/collection-manifest.json +12 -0
  7. package/dist/collection/components/mds-accordion-timer-item/mds-accordion-timer-item.css +109 -0
  8. package/dist/collection/components/mds-accordion-timer-item/mds-accordion-timer-item.js +206 -0
  9. package/dist/collection/components/mds-accordion-timer-item/test/mds-accordion-timer-item.stories.js +49 -0
  10. package/dist/collection/dictionary/autocomplete.js +59 -0
  11. package/dist/collection/dictionary/button.js +26 -0
  12. package/dist/collection/dictionary/color.js +19 -0
  13. package/dist/collection/dictionary/icon.js +3 -0
  14. package/dist/collection/dictionary/input-text-type.js +13 -0
  15. package/dist/collection/dictionary/loading.js +5 -0
  16. package/dist/collection/dictionary/typography.js +37 -0
  17. package/dist/collection/dictionary/variant.js +64 -0
  18. package/dist/collection/fixtures/cities.js +110 -0
  19. package/dist/collection/interface/input-value.js +1 -0
  20. package/dist/collection/types/autocomplete.js +1 -0
  21. package/dist/collection/types/button.js +1 -0
  22. package/dist/collection/types/form-rel.js +1 -0
  23. package/dist/collection/types/input-text-type.js +1 -0
  24. package/dist/collection/types/input-value-type.js +1 -0
  25. package/dist/collection/types/loading.js +1 -0
  26. package/dist/collection/types/typography.js +1 -0
  27. package/dist/collection/types/variant.js +1 -0
  28. package/dist/custom-elements/index.d.ts +45 -0
  29. package/dist/custom-elements/index.js +112 -0
  30. package/dist/esm/index-4339770f.js +1153 -0
  31. package/dist/esm/index.js +1 -0
  32. package/dist/esm/loader.js +17 -0
  33. package/dist/esm/mds-accordion-timer-item.entry.js +96 -0
  34. package/dist/esm/mds-accordion-timer-item.js +17 -0
  35. package/dist/esm/polyfills/core-js.js +11 -0
  36. package/dist/esm/polyfills/css-shim.js +1 -0
  37. package/dist/esm/polyfills/dom.js +79 -0
  38. package/dist/esm/polyfills/es5-html-element.js +1 -0
  39. package/dist/esm/polyfills/index.js +34 -0
  40. package/dist/esm/polyfills/system.js +6 -0
  41. package/dist/esm-es5/index-4339770f.js +1 -0
  42. package/dist/esm-es5/index.js +0 -0
  43. package/dist/esm-es5/loader.js +1 -0
  44. package/dist/esm-es5/mds-accordion-timer-item.entry.js +1 -0
  45. package/dist/esm-es5/mds-accordion-timer-item.js +1 -0
  46. package/dist/index.cjs.js +1 -0
  47. package/dist/index.js +1 -0
  48. package/dist/mds-accordion-timer-item/index.esm.js +0 -0
  49. package/dist/mds-accordion-timer-item/mds-accordion-timer-item.esm.js +1 -0
  50. package/dist/mds-accordion-timer-item/mds-accordion-timer-item.js +130 -0
  51. package/dist/mds-accordion-timer-item/p-08901cb1.entry.js +1 -0
  52. package/dist/mds-accordion-timer-item/p-50ea2036.system.js +1 -0
  53. package/dist/mds-accordion-timer-item/p-7e30d5f8.js +1 -0
  54. package/dist/mds-accordion-timer-item/p-9b9f6cb9.system.js +1 -0
  55. package/dist/mds-accordion-timer-item/p-c7b8cf9d.system.js +1 -0
  56. package/dist/mds-accordion-timer-item/p-d8623772.system.entry.js +1 -0
  57. package/dist/stats.json +705 -0
  58. package/dist/types/components/mds-accordion-timer-item/mds-accordion-timer-item.d.ts +43 -0
  59. package/dist/types/components.d.ts +90 -0
  60. package/dist/types/dictionary/autocomplete.d.ts +2 -0
  61. package/dist/types/dictionary/button.d.ts +5 -0
  62. package/dist/types/dictionary/color.d.ts +3 -0
  63. package/dist/types/dictionary/icon.d.ts +2 -0
  64. package/dist/types/dictionary/input-text-type.d.ts +2 -0
  65. package/dist/types/dictionary/loading.d.ts +2 -0
  66. package/dist/types/dictionary/typography.d.ts +5 -0
  67. package/dist/types/dictionary/variant.d.ts +9 -0
  68. package/dist/types/fixtures/cities.d.ts +2 -0
  69. package/dist/types/interface/input-value.d.ts +4 -0
  70. package/dist/types/stencil-public-runtime.d.ts +1563 -0
  71. package/dist/types/types/autocomplete.d.ts +2 -0
  72. package/dist/types/types/button.d.ts +4 -0
  73. package/dist/types/types/form-rel.d.ts +1 -0
  74. package/dist/types/types/input-text-type.d.ts +1 -0
  75. package/dist/types/types/input-value-type.d.ts +1 -0
  76. package/dist/types/types/loading.d.ts +1 -0
  77. package/dist/types/types/typography.d.ts +4 -0
  78. package/dist/types/types/variant.d.ts +10 -0
  79. package/loader/cdn.js +3 -0
  80. package/loader/index.cjs.js +3 -0
  81. package/loader/index.d.ts +12 -0
  82. package/loader/index.es2017.js +3 -0
  83. package/loader/index.js +4 -0
  84. package/loader/package.json +10 -0
  85. package/package.json +47 -0
  86. package/readme.md +54 -0
  87. package/src/components/mds-accordion-timer-item/mds-accordion-timer-item.css +69 -0
  88. package/src/components/mds-accordion-timer-item/mds-accordion-timer-item.tsx +99 -0
  89. package/src/components/mds-accordion-timer-item/readme.md +39 -0
  90. package/src/components/mds-accordion-timer-item/test/mds-accordion-timer-item.e2e.ts +11 -0
  91. package/src/components/mds-accordion-timer-item/test/mds-accordion-timer-item.spec.tsx +18 -0
  92. package/src/components/mds-accordion-timer-item/test/mds-accordion-timer-item.stories.js +49 -0
  93. package/src/components.d.ts +90 -0
  94. package/src/dictionary/autocomplete.ts +62 -0
  95. package/src/dictionary/button.ts +35 -0
  96. package/src/dictionary/color.ts +24 -0
  97. package/src/dictionary/icon.ts +5 -0
  98. package/src/dictionary/input-text-type.ts +17 -0
  99. package/src/dictionary/loading.ts +9 -0
  100. package/src/dictionary/typography.ts +46 -0
  101. package/src/dictionary/variant.ts +81 -0
  102. package/src/fixtures/cities.ts +116 -0
  103. package/src/interface/input-value.ts +5 -0
  104. package/src/types/autocomplete.ts +69 -0
  105. package/src/types/button.ts +24 -0
  106. package/src/types/form-rel.ts +11 -0
  107. package/src/types/input-text-type.ts +11 -0
  108. package/src/types/input-value-type.ts +5 -0
  109. package/src/types/loading.ts +3 -0
  110. package/src/types/typography.ts +35 -0
  111. package/src/types/variant.ts +72 -0
  112. package/www/build/index.esm.js +0 -0
  113. package/www/build/mds-accordion-timer-item.esm.js +1 -0
  114. package/www/build/mds-accordion-timer-item.js +130 -0
  115. package/www/build/p-08901cb1.entry.js +1 -0
  116. package/www/build/p-50ea2036.system.js +1 -0
  117. package/www/build/p-7e30d5f8.js +1 -0
  118. package/www/build/p-9b9f6cb9.system.js +1 -0
  119. package/www/build/p-c7b8cf9d.system.js +1 -0
  120. package/www/build/p-d8623772.system.entry.js +1 -0
  121. package/www/host.config.json +15 -0
@@ -0,0 +1,705 @@
1
+ {
2
+ "timestamp": "2021-11-25T10:15:10",
3
+ "compiler": {
4
+ "name": "node",
5
+ "version": "16.13.0"
6
+ },
7
+ "app": {
8
+ "namespace": "MdsAccordionTimerItem",
9
+ "fsNamespace": "mds-accordion-timer-item",
10
+ "components": 1,
11
+ "entries": 1,
12
+ "bundles": 58,
13
+ "outputs": [
14
+ {
15
+ "name": "dist-collection",
16
+ "files": 19,
17
+ "generatedFiles": [
18
+ "./dist/collection/components/mds-accordion-timer-item/mds-accordion-timer-item.js",
19
+ "./dist/collection/dictionary/autocomplete.js",
20
+ "./dist/collection/dictionary/button.js",
21
+ "./dist/collection/dictionary/color.js",
22
+ "./dist/collection/dictionary/icon.js",
23
+ "./dist/collection/dictionary/input-text-type.js",
24
+ "./dist/collection/dictionary/loading.js",
25
+ "./dist/collection/dictionary/typography.js",
26
+ "./dist/collection/dictionary/variant.js",
27
+ "./dist/collection/fixtures/cities.js",
28
+ "./dist/collection/interface/input-value.js",
29
+ "./dist/collection/types/autocomplete.js",
30
+ "./dist/collection/types/button.js",
31
+ "./dist/collection/types/form-rel.js",
32
+ "./dist/collection/types/input-text-type.js",
33
+ "./dist/collection/types/input-value-type.js",
34
+ "./dist/collection/types/loading.js",
35
+ "./dist/collection/types/typography.js",
36
+ "./dist/collection/types/variant.js"
37
+ ]
38
+ },
39
+ {
40
+ "name": "dist-custom-elements-bundle",
41
+ "files": 2,
42
+ "generatedFiles": [
43
+ "./dist/custom-elements/index.d.ts",
44
+ "./dist/custom-elements/index.js"
45
+ ]
46
+ },
47
+ {
48
+ "name": "dist-lazy",
49
+ "files": 35,
50
+ "generatedFiles": [
51
+ "./dist/cjs/index-2ee34dd7.js",
52
+ "./dist/cjs/index.cjs.js",
53
+ "./dist/cjs/loader.cjs.js",
54
+ "./dist/cjs/mds-accordion-timer-item.cjs.entry.js",
55
+ "./dist/cjs/mds-accordion-timer-item.cjs.js",
56
+ "./dist/esm-es5/index-4339770f.js",
57
+ "./dist/esm-es5/index.js",
58
+ "./dist/esm-es5/loader.js",
59
+ "./dist/esm-es5/mds-accordion-timer-item.entry.js",
60
+ "./dist/esm-es5/mds-accordion-timer-item.js",
61
+ "./dist/esm/index-4339770f.js",
62
+ "./dist/esm/index.js",
63
+ "./dist/esm/loader.js",
64
+ "./dist/esm/mds-accordion-timer-item.entry.js",
65
+ "./dist/esm/mds-accordion-timer-item.js",
66
+ "./dist/index.cjs.js",
67
+ "./dist/index.js",
68
+ "./dist/mds-accordion-timer-item/index.esm.js",
69
+ "./dist/mds-accordion-timer-item/mds-accordion-timer-item.esm.js",
70
+ "./dist/mds-accordion-timer-item/mds-accordion-timer-item.js",
71
+ "./dist/mds-accordion-timer-item/p-08901cb1.entry.js",
72
+ "./dist/mds-accordion-timer-item/p-50ea2036.system.js",
73
+ "./dist/mds-accordion-timer-item/p-7e30d5f8.js",
74
+ "./dist/mds-accordion-timer-item/p-9b9f6cb9.system.js",
75
+ "./dist/mds-accordion-timer-item/p-c7b8cf9d.system.js",
76
+ "./dist/mds-accordion-timer-item/p-d8623772.system.entry.js",
77
+ "./www/build/index.esm.js",
78
+ "./www/build/mds-accordion-timer-item.esm.js",
79
+ "./www/build/mds-accordion-timer-item.js",
80
+ "./www/build/p-08901cb1.entry.js",
81
+ "./www/build/p-50ea2036.system.js",
82
+ "./www/build/p-7e30d5f8.js",
83
+ "./www/build/p-9b9f6cb9.system.js",
84
+ "./www/build/p-c7b8cf9d.system.js",
85
+ "./www/build/p-d8623772.system.entry.js"
86
+ ]
87
+ },
88
+ {
89
+ "name": "dist-types",
90
+ "files": 1,
91
+ "generatedFiles": [
92
+ "./dist/types/stencil-public-runtime.d.ts"
93
+ ]
94
+ },
95
+ {
96
+ "name": "www",
97
+ "files": 1,
98
+ "generatedFiles": [
99
+ "./www/host.config.json"
100
+ ]
101
+ }
102
+ ]
103
+ },
104
+ "options": {
105
+ "minifyJs": true,
106
+ "minifyCss": true,
107
+ "hashFileNames": true,
108
+ "hashedFileNameLength": 8,
109
+ "buildEs5": true
110
+ },
111
+ "formats": {
112
+ "esmBrowser": [
113
+ {
114
+ "key": "mds-accordion-timer-item.entry",
115
+ "components": [
116
+ "mds-accordion-timer-item"
117
+ ],
118
+ "bundleId": "p-08901cb1",
119
+ "fileName": "p-08901cb1.entry.js",
120
+ "imports": [
121
+ "p-7e30d5f8.js"
122
+ ],
123
+ "originalByteSize": 5160
124
+ }
125
+ ],
126
+ "esm": [
127
+ {
128
+ "key": "mds-accordion-timer-item.entry",
129
+ "components": [
130
+ "mds-accordion-timer-item"
131
+ ],
132
+ "bundleId": "mds-accordion-timer-item",
133
+ "fileName": "mds-accordion-timer-item.entry.js",
134
+ "imports": [
135
+ "index-4339770f.js"
136
+ ],
137
+ "originalByteSize": 5164
138
+ }
139
+ ],
140
+ "es5": [
141
+ {
142
+ "key": "mds-accordion-timer-item.entry",
143
+ "components": [
144
+ "mds-accordion-timer-item"
145
+ ],
146
+ "bundleId": "mds-accordion-timer-item",
147
+ "fileName": "mds-accordion-timer-item.entry.js",
148
+ "imports": [
149
+ "index-4339770f.js"
150
+ ],
151
+ "originalByteSize": 5164
152
+ }
153
+ ],
154
+ "system": [
155
+ {
156
+ "key": "mds-accordion-timer-item.entry",
157
+ "components": [
158
+ "mds-accordion-timer-item"
159
+ ],
160
+ "bundleId": "p-d8623772.system",
161
+ "fileName": "p-d8623772.system.entry.js",
162
+ "imports": [
163
+ "p-9b9f6cb9.system.js"
164
+ ],
165
+ "originalByteSize": 5613
166
+ }
167
+ ],
168
+ "commonjs": [
169
+ {
170
+ "key": "mds-accordion-timer-item.entry",
171
+ "components": [
172
+ "mds-accordion-timer-item"
173
+ ],
174
+ "bundleId": "mds-accordion-timer-item.cjs",
175
+ "fileName": "mds-accordion-timer-item.cjs.entry.js",
176
+ "imports": [
177
+ "index-2ee34dd7.js"
178
+ ],
179
+ "originalByteSize": 5270
180
+ }
181
+ ]
182
+ },
183
+ "components": [
184
+ {
185
+ "tag": "mds-accordion-timer-item",
186
+ "path": "./src/components/mds-accordion-timer-item/mds-accordion-timer-item.js",
187
+ "source": "./src/components/mds-accordion-timer-item/mds-accordion-timer-item.tsx",
188
+ "elementRef": null,
189
+ "componentClassName": "MdsAccordionTimerItem",
190
+ "assetsDirs": [],
191
+ "dependencies": [],
192
+ "dependents": [],
193
+ "directDependencies": [],
194
+ "directDependents": [],
195
+ "docs": {
196
+ "tags": [],
197
+ "text": ""
198
+ },
199
+ "encapsulation": "shadow",
200
+ "excludeFromCollection": false,
201
+ "events": [
202
+ {
203
+ "name": "clickActive",
204
+ "method": "clickActive",
205
+ "bubbles": true,
206
+ "cancelable": true,
207
+ "composed": true,
208
+ "docs": {
209
+ "tags": [],
210
+ "text": "Emits when the accordion is clicked by the mouse"
211
+ },
212
+ "complexType": {
213
+ "original": "string",
214
+ "resolved": "string",
215
+ "references": {}
216
+ },
217
+ "internal": false
218
+ },
219
+ {
220
+ "name": "mouseEnterActive",
221
+ "method": "mouseEnterActive",
222
+ "bubbles": true,
223
+ "cancelable": true,
224
+ "composed": true,
225
+ "docs": {
226
+ "tags": [],
227
+ "text": "Emits when the accordion is hovered by the mouse"
228
+ },
229
+ "complexType": {
230
+ "original": "string",
231
+ "resolved": "string",
232
+ "references": {}
233
+ },
234
+ "internal": false
235
+ },
236
+ {
237
+ "name": "mouseLeaveActive",
238
+ "method": "mouseLeaveActive",
239
+ "bubbles": true,
240
+ "cancelable": true,
241
+ "composed": true,
242
+ "docs": {
243
+ "tags": [],
244
+ "text": "Emits when the accordion is hovered by the mouse"
245
+ },
246
+ "complexType": {
247
+ "original": "string",
248
+ "resolved": "string",
249
+ "references": {}
250
+ },
251
+ "internal": false
252
+ }
253
+ ],
254
+ "internal": false,
255
+ "legacyConnect": [],
256
+ "legacyContext": [],
257
+ "listeners": [],
258
+ "methods": [],
259
+ "potentialCmpRefs": [
260
+ "mds-progress",
261
+ "mds-text"
262
+ ],
263
+ "properties": [
264
+ {
265
+ "name": "typography",
266
+ "type": "string",
267
+ "attribute": "typography",
268
+ "reflect": false,
269
+ "mutable": false,
270
+ "required": false,
271
+ "optional": true,
272
+ "defaultValue": "'h5'",
273
+ "complexType": {
274
+ "original": "TypographyPrimaryType",
275
+ "resolved": "\"action\" | \"h1\" | \"h2\" | \"h3\" | \"h4\" | \"h5\" | \"h6\"",
276
+ "references": {
277
+ "TypographyPrimaryType": {
278
+ "location": "import",
279
+ "path": "../../types/typography"
280
+ }
281
+ }
282
+ },
283
+ "docs": {
284
+ "tags": [],
285
+ "text": "Specifies the typography of the element"
286
+ },
287
+ "internal": false
288
+ },
289
+ {
290
+ "name": "active",
291
+ "type": "boolean",
292
+ "attribute": "active",
293
+ "reflect": true,
294
+ "mutable": false,
295
+ "required": false,
296
+ "optional": true,
297
+ "complexType": {
298
+ "original": "boolean",
299
+ "resolved": "boolean",
300
+ "references": {}
301
+ },
302
+ "docs": {
303
+ "tags": [],
304
+ "text": "Specifies if the accordion item is opened or not"
305
+ },
306
+ "internal": false
307
+ },
308
+ {
309
+ "name": "description",
310
+ "type": "string",
311
+ "attribute": "description",
312
+ "reflect": false,
313
+ "mutable": false,
314
+ "required": true,
315
+ "optional": false,
316
+ "complexType": {
317
+ "original": "string",
318
+ "resolved": "string",
319
+ "references": {}
320
+ },
321
+ "docs": {
322
+ "tags": [],
323
+ "text": "Specifies the title shown when the accordion is closed or opened"
324
+ },
325
+ "internal": false
326
+ },
327
+ {
328
+ "name": "progress",
329
+ "type": "number",
330
+ "attribute": "progress",
331
+ "reflect": false,
332
+ "mutable": false,
333
+ "required": false,
334
+ "optional": true,
335
+ "defaultValue": "0",
336
+ "complexType": {
337
+ "original": "number",
338
+ "resolved": "number",
339
+ "references": {}
340
+ },
341
+ "docs": {
342
+ "tags": [],
343
+ "text": "A value between 0 and 100 that rapresents the status progress"
344
+ },
345
+ "internal": false
346
+ },
347
+ {
348
+ "name": "uuid",
349
+ "type": "number",
350
+ "attribute": "uuid",
351
+ "reflect": false,
352
+ "mutable": false,
353
+ "required": false,
354
+ "optional": true,
355
+ "defaultValue": "0",
356
+ "complexType": {
357
+ "original": "number",
358
+ "resolved": "number",
359
+ "references": {}
360
+ },
361
+ "docs": {
362
+ "tags": [],
363
+ "text": "Used automatically by MdsAccordionTimer wrapper to handle it's siblings"
364
+ },
365
+ "internal": false
366
+ }
367
+ ],
368
+ "shadowDelegatesFocus": false,
369
+ "states": [
370
+ {
371
+ "name": "isActive"
372
+ }
373
+ ]
374
+ }
375
+ ],
376
+ "entries": [
377
+ {
378
+ "cmps": [
379
+ {
380
+ "tagName": "mds-accordion-timer-item",
381
+ "excludeFromCollection": false,
382
+ "isCollectionDependency": false,
383
+ "componentClassName": "MdsAccordionTimerItem",
384
+ "elementRef": null,
385
+ "encapsulation": "shadow",
386
+ "shadowDelegatesFocus": false,
387
+ "properties": [
388
+ {
389
+ "name": "typography",
390
+ "type": "string",
391
+ "attribute": "typography",
392
+ "reflect": false,
393
+ "mutable": false,
394
+ "required": false,
395
+ "optional": true,
396
+ "defaultValue": "'h5'",
397
+ "complexType": {
398
+ "original": "TypographyPrimaryType",
399
+ "resolved": "\"action\" | \"h1\" | \"h2\" | \"h3\" | \"h4\" | \"h5\" | \"h6\"",
400
+ "references": {
401
+ "TypographyPrimaryType": {
402
+ "location": "import",
403
+ "path": "../../types/typography"
404
+ }
405
+ }
406
+ },
407
+ "docs": {
408
+ "tags": [],
409
+ "text": "Specifies the typography of the element"
410
+ },
411
+ "internal": false
412
+ },
413
+ {
414
+ "name": "active",
415
+ "type": "boolean",
416
+ "attribute": "active",
417
+ "reflect": true,
418
+ "mutable": false,
419
+ "required": false,
420
+ "optional": true,
421
+ "complexType": {
422
+ "original": "boolean",
423
+ "resolved": "boolean",
424
+ "references": {}
425
+ },
426
+ "docs": {
427
+ "tags": [],
428
+ "text": "Specifies if the accordion item is opened or not"
429
+ },
430
+ "internal": false
431
+ },
432
+ {
433
+ "name": "description",
434
+ "type": "string",
435
+ "attribute": "description",
436
+ "reflect": false,
437
+ "mutable": false,
438
+ "required": true,
439
+ "optional": false,
440
+ "complexType": {
441
+ "original": "string",
442
+ "resolved": "string",
443
+ "references": {}
444
+ },
445
+ "docs": {
446
+ "tags": [],
447
+ "text": "Specifies the title shown when the accordion is closed or opened"
448
+ },
449
+ "internal": false
450
+ },
451
+ {
452
+ "name": "progress",
453
+ "type": "number",
454
+ "attribute": "progress",
455
+ "reflect": false,
456
+ "mutable": false,
457
+ "required": false,
458
+ "optional": true,
459
+ "defaultValue": "0",
460
+ "complexType": {
461
+ "original": "number",
462
+ "resolved": "number",
463
+ "references": {}
464
+ },
465
+ "docs": {
466
+ "tags": [],
467
+ "text": "A value between 0 and 100 that rapresents the status progress"
468
+ },
469
+ "internal": false
470
+ },
471
+ {
472
+ "name": "uuid",
473
+ "type": "number",
474
+ "attribute": "uuid",
475
+ "reflect": false,
476
+ "mutable": false,
477
+ "required": false,
478
+ "optional": true,
479
+ "defaultValue": "0",
480
+ "complexType": {
481
+ "original": "number",
482
+ "resolved": "number",
483
+ "references": {}
484
+ },
485
+ "docs": {
486
+ "tags": [],
487
+ "text": "Used automatically by MdsAccordionTimer wrapper to handle it's siblings"
488
+ },
489
+ "internal": false
490
+ }
491
+ ],
492
+ "virtualProperties": [],
493
+ "states": [
494
+ {
495
+ "name": "isActive"
496
+ }
497
+ ],
498
+ "methods": [],
499
+ "listeners": [],
500
+ "events": [
501
+ {
502
+ "name": "clickActive",
503
+ "method": "clickActive",
504
+ "bubbles": true,
505
+ "cancelable": true,
506
+ "composed": true,
507
+ "docs": {
508
+ "tags": [],
509
+ "text": "Emits when the accordion is clicked by the mouse"
510
+ },
511
+ "complexType": {
512
+ "original": "string",
513
+ "resolved": "string",
514
+ "references": {}
515
+ },
516
+ "internal": false
517
+ },
518
+ {
519
+ "name": "mouseEnterActive",
520
+ "method": "mouseEnterActive",
521
+ "bubbles": true,
522
+ "cancelable": true,
523
+ "composed": true,
524
+ "docs": {
525
+ "tags": [],
526
+ "text": "Emits when the accordion is hovered by the mouse"
527
+ },
528
+ "complexType": {
529
+ "original": "string",
530
+ "resolved": "string",
531
+ "references": {}
532
+ },
533
+ "internal": false
534
+ },
535
+ {
536
+ "name": "mouseLeaveActive",
537
+ "method": "mouseLeaveActive",
538
+ "bubbles": true,
539
+ "cancelable": true,
540
+ "composed": true,
541
+ "docs": {
542
+ "tags": [],
543
+ "text": "Emits when the accordion is hovered by the mouse"
544
+ },
545
+ "complexType": {
546
+ "original": "string",
547
+ "resolved": "string",
548
+ "references": {}
549
+ },
550
+ "internal": false
551
+ }
552
+ ],
553
+ "watchers": [
554
+ {
555
+ "propName": "active",
556
+ "methodName": "validateOpened"
557
+ }
558
+ ],
559
+ "styles": [
560
+ {
561
+ "modeName": "$",
562
+ "styleId": "MDS-ACCORDION-TIMER-ITEM",
563
+ "styleStr": null,
564
+ "styleIdentifier": "mdsAccordionTimerItemStyle",
565
+ "externalStyles": [
566
+ {
567
+ "absolutePath": "/Users/vitto/repo/design-system/projects/stencil/.build/mds-accordion-timer-item/src/components/mds-accordion-timer-item/mds-accordion-timer-item.css",
568
+ "relativePath": "mds-accordion-timer-item.css",
569
+ "originalComponentPath": "mds-accordion-timer-item.css"
570
+ }
571
+ ]
572
+ }
573
+ ],
574
+ "legacyConnect": [],
575
+ "legacyContext": [],
576
+ "internal": false,
577
+ "assetsDirs": [],
578
+ "styleDocs": [
579
+ {
580
+ "name": "--background-active",
581
+ "docs": "Sets the background-color of the progress bar when the item is selected",
582
+ "annotation": "prop"
583
+ },
584
+ {
585
+ "name": "--color",
586
+ "docs": "Sets the text color of the component",
587
+ "annotation": "prop"
588
+ },
589
+ {
590
+ "name": "--thickness",
591
+ "docs": "Sets thickness of the progress bar",
592
+ "annotation": "prop"
593
+ }
594
+ ],
595
+ "docs": {
596
+ "tags": [],
597
+ "text": ""
598
+ },
599
+ "jsFilePath": "/Users/vitto/repo/design-system/projects/stencil/.build/mds-accordion-timer-item/src/components/mds-accordion-timer-item/mds-accordion-timer-item.js",
600
+ "sourceFilePath": "/Users/vitto/repo/design-system/projects/stencil/.build/mds-accordion-timer-item/src/components/mds-accordion-timer-item/mds-accordion-timer-item.tsx",
601
+ "sourceMapPath": null,
602
+ "hasAttributeChangedCallbackFn": false,
603
+ "hasComponentWillLoadFn": true,
604
+ "hasComponentDidLoadFn": false,
605
+ "hasComponentShouldUpdateFn": false,
606
+ "hasComponentWillUpdateFn": false,
607
+ "hasComponentDidUpdateFn": false,
608
+ "hasComponentWillRenderFn": false,
609
+ "hasComponentDidRenderFn": false,
610
+ "hasComponentDidUnloadFn": false,
611
+ "hasConnectedCallbackFn": false,
612
+ "hasDisconnectedCallbackFn": false,
613
+ "hasElement": false,
614
+ "hasEvent": true,
615
+ "hasLifecycle": true,
616
+ "hasListener": false,
617
+ "hasListenerTarget": false,
618
+ "hasListenerTargetWindow": false,
619
+ "hasListenerTargetDocument": false,
620
+ "hasListenerTargetBody": false,
621
+ "hasListenerTargetParent": false,
622
+ "hasMember": true,
623
+ "hasMethod": false,
624
+ "hasMode": false,
625
+ "hasAttribute": true,
626
+ "hasProp": true,
627
+ "hasPropNumber": true,
628
+ "hasPropBoolean": true,
629
+ "hasPropString": true,
630
+ "hasPropMutable": false,
631
+ "hasReflect": true,
632
+ "hasRenderFn": true,
633
+ "hasState": true,
634
+ "hasStyle": true,
635
+ "hasVdomAttribute": true,
636
+ "hasVdomXlink": false,
637
+ "hasVdomClass": true,
638
+ "hasVdomFunctional": false,
639
+ "hasVdomKey": false,
640
+ "hasVdomListener": true,
641
+ "hasVdomPropOrAttr": true,
642
+ "hasVdomRef": false,
643
+ "hasVdomRender": true,
644
+ "hasVdomStyle": false,
645
+ "hasVdomText": true,
646
+ "hasWatchCallback": true,
647
+ "isPlain": false,
648
+ "htmlAttrNames": [
649
+ "class",
650
+ "onMouseEnter",
651
+ "onMouseLeave",
652
+ "progress",
653
+ "direction",
654
+ "onClick",
655
+ "typography"
656
+ ],
657
+ "htmlTagNames": [
658
+ "div",
659
+ "mds-progress",
660
+ "mds-text",
661
+ "slot"
662
+ ],
663
+ "htmlParts": [],
664
+ "isUpdateable": true,
665
+ "potentialCmpRefs": [
666
+ "mds-progress",
667
+ "mds-text"
668
+ ],
669
+ "directDependencies": [],
670
+ "dependencies": [],
671
+ "dependents": [],
672
+ "directDependents": []
673
+ }
674
+ ],
675
+ "entryKey": "mds-accordion-timer-item.entry"
676
+ }
677
+ ],
678
+ "componentGraph": {
679
+ "sc-mds-accordion-timer-item": [
680
+ "p-7e30d5f8.js"
681
+ ]
682
+ },
683
+ "sourceGraph": {
684
+ "./src/components/mds-accordion-timer-item/mds-accordion-timer-item.tsx": [],
685
+ "./src/dictionary/autocomplete.ts": [],
686
+ "./src/dictionary/button.ts": [],
687
+ "./src/dictionary/color.ts": [],
688
+ "./src/dictionary/icon.ts": [],
689
+ "./src/dictionary/input-text-type.ts": [],
690
+ "./src/dictionary/loading.ts": [],
691
+ "./src/dictionary/typography.ts": [],
692
+ "./src/dictionary/variant.ts": [],
693
+ "./src/fixtures/cities.ts": [],
694
+ "./src/interface/input-value.ts": [],
695
+ "./src/types/autocomplete.ts": [],
696
+ "./src/types/button.ts": [],
697
+ "./src/types/form-rel.ts": [],
698
+ "./src/types/input-text-type.ts": [],
699
+ "./src/types/input-value-type.ts": [],
700
+ "./src/types/loading.ts": [],
701
+ "./src/types/typography.ts": [],
702
+ "./src/types/variant.ts": []
703
+ },
704
+ "collections": []
705
+ }