@maggioli-design-system/mds-accordion-timer 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-dc0bb58e.js +1017 -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.cjs.entry.js +129 -0
  5. package/dist/cjs/mds-accordion-timer.cjs.js +19 -0
  6. package/dist/collection/collection-manifest.json +12 -0
  7. package/dist/collection/components/mds-accordion-timer/mds-accordion-timer.css +3 -0
  8. package/dist/collection/components/mds-accordion-timer/mds-accordion-timer.js +184 -0
  9. package/dist/collection/components/mds-accordion-timer/test/mds-accordion-timer.stories.js +32 -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 +141 -0
  30. package/dist/esm/index-468ab090.js +989 -0
  31. package/dist/esm/index.js +1 -0
  32. package/dist/esm/loader.js +17 -0
  33. package/dist/esm/mds-accordion-timer.entry.js +125 -0
  34. package/dist/esm/mds-accordion-timer.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-468ab090.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.entry.js +1 -0
  45. package/dist/esm-es5/mds-accordion-timer.js +1 -0
  46. package/dist/index.cjs.js +1 -0
  47. package/dist/index.js +1 -0
  48. package/dist/mds-accordion-timer/index.esm.js +0 -0
  49. package/dist/mds-accordion-timer/mds-accordion-timer.esm.js +1 -0
  50. package/dist/mds-accordion-timer/mds-accordion-timer.js +130 -0
  51. package/dist/mds-accordion-timer/p-104355eb.system.entry.js +1 -0
  52. package/dist/mds-accordion-timer/p-2c75936b.entry.js +1 -0
  53. package/dist/mds-accordion-timer/p-50ea2036.system.js +1 -0
  54. package/dist/mds-accordion-timer/p-74539cca.system.js +1 -0
  55. package/dist/mds-accordion-timer/p-a652c8b3.system.js +1 -0
  56. package/dist/mds-accordion-timer/p-ac3fdd27.js +1 -0
  57. package/dist/stats.json +471 -0
  58. package/dist/types/components/mds-accordion-timer/mds-accordion-timer.d.ts +37 -0
  59. package/dist/types/components.d.ts +49 -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 +45 -0
  86. package/readme.md +24 -0
  87. package/src/components/mds-accordion-timer/mds-accordion-timer.css +3 -0
  88. package/src/components/mds-accordion-timer/mds-accordion-timer.tsx +159 -0
  89. package/src/components/mds-accordion-timer/readme.md +24 -0
  90. package/src/components/mds-accordion-timer/test/mds-accordion-timer.e2e.ts +11 -0
  91. package/src/components/mds-accordion-timer/test/mds-accordion-timer.spec.tsx +18 -0
  92. package/src/components/mds-accordion-timer/test/mds-accordion-timer.stories.js +32 -0
  93. package/src/components.d.ts +49 -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.esm.js +1 -0
  114. package/www/build/mds-accordion-timer.js +130 -0
  115. package/www/build/p-104355eb.system.entry.js +1 -0
  116. package/www/build/p-2c75936b.entry.js +1 -0
  117. package/www/build/p-50ea2036.system.js +1 -0
  118. package/www/build/p-74539cca.system.js +1 -0
  119. package/www/build/p-a652c8b3.system.js +1 -0
  120. package/www/build/p-ac3fdd27.js +1 -0
  121. package/www/host.config.json +15 -0
@@ -0,0 +1,471 @@
1
+ {
2
+ "timestamp": "2021-11-25T10:14:47",
3
+ "compiler": {
4
+ "name": "node",
5
+ "version": "16.13.0"
6
+ },
7
+ "app": {
8
+ "namespace": "MdsAccordionTimer",
9
+ "fsNamespace": "mds-accordion-timer",
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/mds-accordion-timer.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-dc0bb58e.js",
52
+ "./dist/cjs/index.cjs.js",
53
+ "./dist/cjs/loader.cjs.js",
54
+ "./dist/cjs/mds-accordion-timer.cjs.entry.js",
55
+ "./dist/cjs/mds-accordion-timer.cjs.js",
56
+ "./dist/esm-es5/index-468ab090.js",
57
+ "./dist/esm-es5/index.js",
58
+ "./dist/esm-es5/loader.js",
59
+ "./dist/esm-es5/mds-accordion-timer.entry.js",
60
+ "./dist/esm-es5/mds-accordion-timer.js",
61
+ "./dist/esm/index-468ab090.js",
62
+ "./dist/esm/index.js",
63
+ "./dist/esm/loader.js",
64
+ "./dist/esm/mds-accordion-timer.entry.js",
65
+ "./dist/esm/mds-accordion-timer.js",
66
+ "./dist/index.cjs.js",
67
+ "./dist/index.js",
68
+ "./dist/mds-accordion-timer/index.esm.js",
69
+ "./dist/mds-accordion-timer/mds-accordion-timer.esm.js",
70
+ "./dist/mds-accordion-timer/mds-accordion-timer.js",
71
+ "./dist/mds-accordion-timer/p-104355eb.system.entry.js",
72
+ "./dist/mds-accordion-timer/p-2c75936b.entry.js",
73
+ "./dist/mds-accordion-timer/p-50ea2036.system.js",
74
+ "./dist/mds-accordion-timer/p-74539cca.system.js",
75
+ "./dist/mds-accordion-timer/p-a652c8b3.system.js",
76
+ "./dist/mds-accordion-timer/p-ac3fdd27.js",
77
+ "./www/build/index.esm.js",
78
+ "./www/build/mds-accordion-timer.esm.js",
79
+ "./www/build/mds-accordion-timer.js",
80
+ "./www/build/p-104355eb.system.entry.js",
81
+ "./www/build/p-2c75936b.entry.js",
82
+ "./www/build/p-50ea2036.system.js",
83
+ "./www/build/p-74539cca.system.js",
84
+ "./www/build/p-a652c8b3.system.js",
85
+ "./www/build/p-ac3fdd27.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.entry",
115
+ "components": [
116
+ "mds-accordion-timer"
117
+ ],
118
+ "bundleId": "p-2c75936b",
119
+ "fileName": "p-2c75936b.entry.js",
120
+ "imports": [
121
+ "p-ac3fdd27.js"
122
+ ],
123
+ "originalByteSize": 3499
124
+ }
125
+ ],
126
+ "esm": [
127
+ {
128
+ "key": "mds-accordion-timer.entry",
129
+ "components": [
130
+ "mds-accordion-timer"
131
+ ],
132
+ "bundleId": "mds-accordion-timer",
133
+ "fileName": "mds-accordion-timer.entry.js",
134
+ "imports": [
135
+ "index-468ab090.js"
136
+ ],
137
+ "originalByteSize": 3503
138
+ }
139
+ ],
140
+ "es5": [
141
+ {
142
+ "key": "mds-accordion-timer.entry",
143
+ "components": [
144
+ "mds-accordion-timer"
145
+ ],
146
+ "bundleId": "mds-accordion-timer",
147
+ "fileName": "mds-accordion-timer.entry.js",
148
+ "imports": [
149
+ "index-468ab090.js"
150
+ ],
151
+ "originalByteSize": 3503
152
+ }
153
+ ],
154
+ "system": [
155
+ {
156
+ "key": "mds-accordion-timer.entry",
157
+ "components": [
158
+ "mds-accordion-timer"
159
+ ],
160
+ "bundleId": "p-104355eb.system",
161
+ "fileName": "p-104355eb.system.entry.js",
162
+ "imports": [
163
+ "p-a652c8b3.system.js"
164
+ ],
165
+ "originalByteSize": 4463
166
+ }
167
+ ],
168
+ "commonjs": [
169
+ {
170
+ "key": "mds-accordion-timer.entry",
171
+ "components": [
172
+ "mds-accordion-timer"
173
+ ],
174
+ "bundleId": "mds-accordion-timer.cjs",
175
+ "fileName": "mds-accordion-timer.cjs.entry.js",
176
+ "imports": [
177
+ "index-dc0bb58e.js"
178
+ ],
179
+ "originalByteSize": 3550
180
+ }
181
+ ]
182
+ },
183
+ "components": [
184
+ {
185
+ "tag": "mds-accordion-timer",
186
+ "path": "./src/components/mds-accordion-timer/mds-accordion-timer.js",
187
+ "source": "./src/components/mds-accordion-timer/mds-accordion-timer.tsx",
188
+ "elementRef": "element",
189
+ "componentClassName": "MdsAccordionTimer",
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": "itemActivated",
204
+ "method": "itemActivated",
205
+ "bubbles": true,
206
+ "cancelable": true,
207
+ "composed": true,
208
+ "docs": {
209
+ "tags": [],
210
+ "text": "Emits when the accordion changes it's item"
211
+ },
212
+ "complexType": {
213
+ "original": "number",
214
+ "resolved": "number",
215
+ "references": {}
216
+ },
217
+ "internal": false
218
+ }
219
+ ],
220
+ "internal": false,
221
+ "legacyConnect": [],
222
+ "legacyContext": [],
223
+ "listeners": [
224
+ {
225
+ "name": "clickActive",
226
+ "method": "onClickActive",
227
+ "capture": false,
228
+ "passive": false
229
+ },
230
+ {
231
+ "name": "mouseEnterActive",
232
+ "method": "onMouseEnterActive",
233
+ "capture": false,
234
+ "passive": false
235
+ },
236
+ {
237
+ "name": "mouseLeaveActive",
238
+ "method": "onMouseLeaveActive",
239
+ "capture": false,
240
+ "passive": false
241
+ }
242
+ ],
243
+ "methods": [],
244
+ "potentialCmpRefs": [],
245
+ "properties": [
246
+ {
247
+ "name": "duration",
248
+ "type": "number",
249
+ "attribute": "duration",
250
+ "reflect": false,
251
+ "mutable": false,
252
+ "required": false,
253
+ "optional": true,
254
+ "defaultValue": "5000",
255
+ "complexType": {
256
+ "original": "number",
257
+ "resolved": "number",
258
+ "references": {}
259
+ },
260
+ "docs": {
261
+ "tags": [],
262
+ "text": "Sets the duration of the single accordion item"
263
+ },
264
+ "internal": false
265
+ }
266
+ ],
267
+ "shadowDelegatesFocus": false,
268
+ "states": [
269
+ {
270
+ "name": "time"
271
+ }
272
+ ]
273
+ }
274
+ ],
275
+ "entries": [
276
+ {
277
+ "cmps": [
278
+ {
279
+ "tagName": "mds-accordion-timer",
280
+ "excludeFromCollection": false,
281
+ "isCollectionDependency": false,
282
+ "componentClassName": "MdsAccordionTimer",
283
+ "elementRef": "element",
284
+ "encapsulation": "shadow",
285
+ "shadowDelegatesFocus": false,
286
+ "properties": [
287
+ {
288
+ "name": "duration",
289
+ "type": "number",
290
+ "attribute": "duration",
291
+ "reflect": false,
292
+ "mutable": false,
293
+ "required": false,
294
+ "optional": true,
295
+ "defaultValue": "5000",
296
+ "complexType": {
297
+ "original": "number",
298
+ "resolved": "number",
299
+ "references": {}
300
+ },
301
+ "docs": {
302
+ "tags": [],
303
+ "text": "Sets the duration of the single accordion item"
304
+ },
305
+ "internal": false
306
+ }
307
+ ],
308
+ "virtualProperties": [],
309
+ "states": [
310
+ {
311
+ "name": "time"
312
+ }
313
+ ],
314
+ "methods": [],
315
+ "listeners": [
316
+ {
317
+ "name": "clickActive",
318
+ "method": "onClickActive",
319
+ "capture": false,
320
+ "passive": false
321
+ },
322
+ {
323
+ "name": "mouseEnterActive",
324
+ "method": "onMouseEnterActive",
325
+ "capture": false,
326
+ "passive": false
327
+ },
328
+ {
329
+ "name": "mouseLeaveActive",
330
+ "method": "onMouseLeaveActive",
331
+ "capture": false,
332
+ "passive": false
333
+ }
334
+ ],
335
+ "events": [
336
+ {
337
+ "name": "itemActivated",
338
+ "method": "itemActivated",
339
+ "bubbles": true,
340
+ "cancelable": true,
341
+ "composed": true,
342
+ "docs": {
343
+ "tags": [],
344
+ "text": "Emits when the accordion changes it's item"
345
+ },
346
+ "complexType": {
347
+ "original": "number",
348
+ "resolved": "number",
349
+ "references": {}
350
+ },
351
+ "internal": false
352
+ }
353
+ ],
354
+ "watchers": [],
355
+ "styles": [
356
+ {
357
+ "modeName": "$",
358
+ "styleId": "MDS-ACCORDION-TIMER",
359
+ "styleStr": null,
360
+ "styleIdentifier": "mdsAccordionTimerStyle",
361
+ "externalStyles": [
362
+ {
363
+ "absolutePath": "/Users/vitto/repo/design-system/projects/stencil/.build/mds-accordion-timer/src/components/mds-accordion-timer/mds-accordion-timer.css",
364
+ "relativePath": "mds-accordion-timer.css",
365
+ "originalComponentPath": "mds-accordion-timer.css"
366
+ }
367
+ ]
368
+ }
369
+ ],
370
+ "legacyConnect": [],
371
+ "legacyContext": [],
372
+ "internal": false,
373
+ "assetsDirs": [],
374
+ "styleDocs": [],
375
+ "docs": {
376
+ "tags": [],
377
+ "text": ""
378
+ },
379
+ "jsFilePath": "/Users/vitto/repo/design-system/projects/stencil/.build/mds-accordion-timer/src/components/mds-accordion-timer/mds-accordion-timer.js",
380
+ "sourceFilePath": "/Users/vitto/repo/design-system/projects/stencil/.build/mds-accordion-timer/src/components/mds-accordion-timer/mds-accordion-timer.tsx",
381
+ "sourceMapPath": null,
382
+ "hasAttributeChangedCallbackFn": false,
383
+ "hasComponentWillLoadFn": false,
384
+ "hasComponentDidLoadFn": true,
385
+ "hasComponentShouldUpdateFn": false,
386
+ "hasComponentWillUpdateFn": false,
387
+ "hasComponentDidUpdateFn": false,
388
+ "hasComponentWillRenderFn": false,
389
+ "hasComponentDidRenderFn": false,
390
+ "hasComponentDidUnloadFn": false,
391
+ "hasConnectedCallbackFn": true,
392
+ "hasDisconnectedCallbackFn": true,
393
+ "hasElement": false,
394
+ "hasEvent": true,
395
+ "hasLifecycle": true,
396
+ "hasListener": true,
397
+ "hasListenerTarget": false,
398
+ "hasListenerTargetWindow": false,
399
+ "hasListenerTargetDocument": false,
400
+ "hasListenerTargetBody": false,
401
+ "hasListenerTargetParent": false,
402
+ "hasMember": true,
403
+ "hasMethod": false,
404
+ "hasMode": false,
405
+ "hasAttribute": true,
406
+ "hasProp": true,
407
+ "hasPropNumber": true,
408
+ "hasPropBoolean": false,
409
+ "hasPropString": false,
410
+ "hasPropMutable": false,
411
+ "hasReflect": false,
412
+ "hasRenderFn": true,
413
+ "hasState": true,
414
+ "hasStyle": true,
415
+ "hasVdomAttribute": false,
416
+ "hasVdomXlink": false,
417
+ "hasVdomClass": false,
418
+ "hasVdomFunctional": false,
419
+ "hasVdomKey": false,
420
+ "hasVdomListener": false,
421
+ "hasVdomPropOrAttr": false,
422
+ "hasVdomRef": false,
423
+ "hasVdomRender": true,
424
+ "hasVdomStyle": false,
425
+ "hasVdomText": false,
426
+ "hasWatchCallback": false,
427
+ "isPlain": false,
428
+ "htmlAttrNames": [],
429
+ "htmlTagNames": [
430
+ "slot"
431
+ ],
432
+ "htmlParts": [],
433
+ "isUpdateable": true,
434
+ "potentialCmpRefs": [],
435
+ "directDependencies": [],
436
+ "dependencies": [],
437
+ "dependents": [],
438
+ "directDependents": []
439
+ }
440
+ ],
441
+ "entryKey": "mds-accordion-timer.entry"
442
+ }
443
+ ],
444
+ "componentGraph": {
445
+ "sc-mds-accordion-timer": [
446
+ "p-ac3fdd27.js"
447
+ ]
448
+ },
449
+ "sourceGraph": {
450
+ "./src/components/mds-accordion-timer/mds-accordion-timer.tsx": [],
451
+ "./src/dictionary/autocomplete.ts": [],
452
+ "./src/dictionary/button.ts": [],
453
+ "./src/dictionary/color.ts": [],
454
+ "./src/dictionary/icon.ts": [],
455
+ "./src/dictionary/input-text-type.ts": [],
456
+ "./src/dictionary/loading.ts": [],
457
+ "./src/dictionary/typography.ts": [],
458
+ "./src/dictionary/variant.ts": [],
459
+ "./src/fixtures/cities.ts": [],
460
+ "./src/interface/input-value.ts": [],
461
+ "./src/types/autocomplete.ts": [],
462
+ "./src/types/button.ts": [],
463
+ "./src/types/form-rel.ts": [],
464
+ "./src/types/input-text-type.ts": [],
465
+ "./src/types/input-value-type.ts": [],
466
+ "./src/types/loading.ts": [],
467
+ "./src/types/typography.ts": [],
468
+ "./src/types/variant.ts": []
469
+ },
470
+ "collections": []
471
+ }
@@ -0,0 +1,37 @@
1
+ import { EventEmitter } from '../../stencil-public-runtime';
2
+ export declare class MdsAccordionTimer {
3
+ private timer;
4
+ private timeChecker;
5
+ private timeStarted;
6
+ private activeItemDurationTime;
7
+ private children;
8
+ private activeItem;
9
+ private element;
10
+ time: number;
11
+ /**
12
+ * Sets the duration of the single accordion item
13
+ */
14
+ duration?: number;
15
+ /**
16
+ * Emits when the accordion changes it's item
17
+ */
18
+ itemActivated: EventEmitter<number>;
19
+ componentDidLoad(): void;
20
+ private clearIntervals;
21
+ connectedCallback(): void;
22
+ disconnectedCallback(): void;
23
+ private progress;
24
+ private addTimeListener;
25
+ private beginningTime;
26
+ private remainingTime;
27
+ private setActiveItem;
28
+ private startNext;
29
+ private startTimer;
30
+ private playTimer;
31
+ private pauseTimer;
32
+ private stopTimer;
33
+ onClickActive(event: CustomEvent<string>): void;
34
+ onMouseEnterActive(): void;
35
+ onMouseLeaveActive(): void;
36
+ render(): any;
37
+ }
@@ -0,0 +1,49 @@
1
+ /* eslint-disable */
2
+ /* tslint:disable */
3
+ /**
4
+ * This is an autogenerated file created by the Stencil compiler.
5
+ * It contains typing information for all components that exist in this project.
6
+ */
7
+ import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
8
+ export namespace Components {
9
+ interface MdsAccordionTimer {
10
+ /**
11
+ * Sets the duration of the single accordion item
12
+ */
13
+ "duration"?: number;
14
+ }
15
+ }
16
+ declare global {
17
+ interface HTMLMdsAccordionTimerElement extends Components.MdsAccordionTimer, HTMLStencilElement {
18
+ }
19
+ var HTMLMdsAccordionTimerElement: {
20
+ prototype: HTMLMdsAccordionTimerElement;
21
+ new (): HTMLMdsAccordionTimerElement;
22
+ };
23
+ interface HTMLElementTagNameMap {
24
+ "mds-accordion-timer": HTMLMdsAccordionTimerElement;
25
+ }
26
+ }
27
+ declare namespace LocalJSX {
28
+ interface MdsAccordionTimer {
29
+ /**
30
+ * Sets the duration of the single accordion item
31
+ */
32
+ "duration"?: number;
33
+ /**
34
+ * Emits when the accordion changes it's item
35
+ */
36
+ "onItemActivated"?: (event: CustomEvent<number>) => void;
37
+ }
38
+ interface IntrinsicElements {
39
+ "mds-accordion-timer": MdsAccordionTimer;
40
+ }
41
+ }
42
+ export { LocalJSX as JSX };
43
+ declare module "@stencil/core" {
44
+ export namespace JSX {
45
+ interface IntrinsicElements {
46
+ "mds-accordion-timer": LocalJSX.MdsAccordionTimer & JSXBase.HTMLAttributes<HTMLMdsAccordionTimerElement>;
47
+ }
48
+ }
49
+ }
@@ -0,0 +1,2 @@
1
+ declare const autoCompleteDictionary: string[];
2
+ export { autoCompleteDictionary, };
@@ -0,0 +1,5 @@
1
+ declare const buttonVariantDictionary: string[];
2
+ declare const buttonToneVariantDictionary: string[];
3
+ declare const buttonSizeDictionary: string[];
4
+ declare const buttonIconPositionDictionary: string[];
5
+ export { buttonSizeDictionary, buttonToneVariantDictionary, buttonVariantDictionary, buttonIconPositionDictionary, };
@@ -0,0 +1,3 @@
1
+ declare const colorLabelDictionary: string[];
2
+ declare const colorStatusDictionary: string[];
3
+ export { colorLabelDictionary, colorStatusDictionary, };
@@ -0,0 +1,2 @@
1
+ declare const iconsDictionary: string[];
2
+ export { iconsDictionary, };
@@ -0,0 +1,2 @@
1
+ declare const inputTextTypeDictionary: string[];
2
+ export { inputTextTypeDictionary, };
@@ -0,0 +1,2 @@
1
+ declare const loadingDictionary: string[];
2
+ export { loadingDictionary, };
@@ -0,0 +1,5 @@
1
+ declare const typographyDictionary: string[];
2
+ declare const typographyMonoDictionary: string[];
3
+ declare const typographyPrimaryDictionary: string[];
4
+ declare const typographySecondaryDictionary: string[];
5
+ export { typographyDictionary, typographyMonoDictionary, typographyPrimaryDictionary, typographySecondaryDictionary, };
@@ -0,0 +1,9 @@
1
+ declare const themeVariantDictionary: string[];
2
+ declare const themeLuminanceVariantDictionary: string[];
3
+ declare const themeStatusVariantDictionary: string[];
4
+ declare const themeFullVariantDictionary: string[];
5
+ declare const themeLabelVariantDictionary: string[];
6
+ declare const toneVariantDictionary: string[];
7
+ declare const toneSimpleVariantDictionary: string[];
8
+ declare const toneMinimalVariantDictionary: string[];
9
+ export { themeFullVariantDictionary, themeLabelVariantDictionary, themeLuminanceVariantDictionary, themeStatusVariantDictionary, themeVariantDictionary, toneMinimalVariantDictionary, toneSimpleVariantDictionary, toneVariantDictionary, };
@@ -0,0 +1,2 @@
1
+ declare const citiesDictionary: string[];
2
+ export { citiesDictionary, };
@@ -0,0 +1,4 @@
1
+ import { InputValueType } from '../types/input-value-type';
2
+ export interface InputValue {
3
+ value: InputValueType;
4
+ }