@maggioli-design-system/mds-paginator-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 (128) hide show
  1. package/dist/cjs/index-e927fcce.js +1102 -0
  2. package/dist/cjs/index.cjs.js +2 -0
  3. package/dist/cjs/loader.cjs.js +21 -0
  4. package/dist/cjs/mds-paginator-item.cjs.entry.js +62 -0
  5. package/dist/cjs/mds-paginator-item.cjs.js +19 -0
  6. package/dist/collection/collection-manifest.json +12 -0
  7. package/dist/collection/components/mds-paginator-item/mds-paginator-item.css +115 -0
  8. package/dist/collection/components/mds-paginator-item/mds-paginator-item.js +71 -0
  9. package/dist/collection/dictionary/autocomplete.js +59 -0
  10. package/dist/collection/dictionary/button.js +26 -0
  11. package/dist/collection/dictionary/color.js +19 -0
  12. package/dist/collection/dictionary/floating-ui.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 +59 -0
  17. package/dist/collection/dictionary/variant.js +65 -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/floating-ui.js +1 -0
  23. package/dist/collection/types/form-rel.js +1 -0
  24. package/dist/collection/types/input-text-type.js +1 -0
  25. package/dist/collection/types/input-value-type.js +1 -0
  26. package/dist/collection/types/loading.js +1 -0
  27. package/dist/collection/types/typography.js +1 -0
  28. package/dist/collection/types/variant.js +1 -0
  29. package/dist/components/index.d.ts +22 -0
  30. package/dist/components/index.js +2 -0
  31. package/dist/components/mds-paginator-item.d.ts +11 -0
  32. package/dist/components/mds-paginator-item.js +80 -0
  33. package/dist/esm/index-83a6cf7b.js +1076 -0
  34. package/dist/esm/index.js +1 -0
  35. package/dist/esm/loader.js +17 -0
  36. package/dist/esm/mds-paginator-item.entry.js +58 -0
  37. package/dist/esm/mds-paginator-item.js +17 -0
  38. package/dist/esm/polyfills/core-js.js +11 -0
  39. package/dist/esm/polyfills/css-shim.js +1 -0
  40. package/dist/esm/polyfills/dom.js +79 -0
  41. package/dist/esm/polyfills/es5-html-element.js +1 -0
  42. package/dist/esm/polyfills/index.js +34 -0
  43. package/dist/esm/polyfills/system.js +6 -0
  44. package/dist/esm-es5/index-83a6cf7b.js +2 -0
  45. package/dist/esm-es5/index.js +0 -0
  46. package/dist/esm-es5/loader.js +1 -0
  47. package/dist/esm-es5/mds-paginator-item.entry.js +1 -0
  48. package/dist/esm-es5/mds-paginator-item.js +1 -0
  49. package/dist/index.cjs.js +1 -0
  50. package/dist/index.js +1 -0
  51. package/dist/mds-paginator-item/index.esm.js +0 -0
  52. package/dist/mds-paginator-item/mds-paginator-item.esm.js +1 -0
  53. package/dist/mds-paginator-item/mds-paginator-item.js +130 -0
  54. package/dist/mds-paginator-item/p-443e8754.system.entry.js +1 -0
  55. package/dist/mds-paginator-item/p-4cba8bec.system.js +2 -0
  56. package/dist/mds-paginator-item/p-50ea2036.system.js +1 -0
  57. package/dist/mds-paginator-item/p-5763f0b1.system.js +1 -0
  58. package/dist/mds-paginator-item/p-9275c4d0.js +2 -0
  59. package/dist/mds-paginator-item/p-b378e187.entry.js +1 -0
  60. package/dist/stats.json +483 -0
  61. package/dist/types/components/mds-paginator-item/mds-paginator-item.d.ts +15 -0
  62. package/dist/types/components.d.ts +61 -0
  63. package/dist/types/dictionary/autocomplete.d.ts +2 -0
  64. package/dist/types/dictionary/button.d.ts +5 -0
  65. package/dist/types/dictionary/color.d.ts +3 -0
  66. package/dist/types/dictionary/floating-ui.d.ts +3 -0
  67. package/dist/types/dictionary/icon.d.ts +2 -0
  68. package/dist/types/dictionary/input-text-type.d.ts +2 -0
  69. package/dist/types/dictionary/loading.d.ts +2 -0
  70. package/dist/types/dictionary/typography.d.ts +9 -0
  71. package/dist/types/dictionary/variant.d.ts +9 -0
  72. package/dist/types/fixtures/cities.d.ts +2 -0
  73. package/dist/types/interface/input-value.d.ts +4 -0
  74. package/dist/types/stencil-public-runtime.d.ts +1565 -0
  75. package/dist/types/types/autocomplete.d.ts +2 -0
  76. package/dist/types/types/button.d.ts +4 -0
  77. package/dist/types/types/floating-ui.d.ts +2 -0
  78. package/dist/types/types/form-rel.d.ts +1 -0
  79. package/dist/types/types/input-text-type.d.ts +1 -0
  80. package/dist/types/types/input-value-type.d.ts +1 -0
  81. package/dist/types/types/loading.d.ts +1 -0
  82. package/dist/types/types/typography.d.ts +8 -0
  83. package/dist/types/types/variant.d.ts +10 -0
  84. package/loader/cdn.js +3 -0
  85. package/loader/index.cjs.js +3 -0
  86. package/loader/index.d.ts +12 -0
  87. package/loader/index.es2017.js +3 -0
  88. package/loader/index.js +4 -0
  89. package/loader/package.json +10 -0
  90. package/package.json +47 -0
  91. package/readme.md +39 -0
  92. package/src/components/mds-paginator-item/.gitlab-ci.yml +25 -0
  93. package/src/components/mds-paginator-item/mds-paginator-item.css +83 -0
  94. package/src/components/mds-paginator-item/mds-paginator-item.tsx +43 -0
  95. package/src/components/mds-paginator-item/readme.md +19 -0
  96. package/src/components.d.ts +61 -0
  97. package/src/dictionary/autocomplete.ts +62 -0
  98. package/src/dictionary/button.ts +35 -0
  99. package/src/dictionary/color.ts +24 -0
  100. package/src/dictionary/floating-ui.ts +25 -0
  101. package/src/dictionary/icon.ts +5 -0
  102. package/src/dictionary/input-text-type.ts +17 -0
  103. package/src/dictionary/loading.ts +9 -0
  104. package/src/dictionary/typography.ts +76 -0
  105. package/src/dictionary/variant.ts +82 -0
  106. package/src/fixtures/cities.ts +116 -0
  107. package/src/fixtures/icons.json +64 -0
  108. package/src/interface/input-value.ts +5 -0
  109. package/src/tailwind/components.css +14 -0
  110. package/src/types/autocomplete.ts +69 -0
  111. package/src/types/button.ts +24 -0
  112. package/src/types/floating-ui.ts +17 -0
  113. package/src/types/form-rel.ts +11 -0
  114. package/src/types/input-text-type.ts +11 -0
  115. package/src/types/input-value-type.ts +5 -0
  116. package/src/types/loading.ts +3 -0
  117. package/src/types/typography.ts +57 -0
  118. package/src/types/variant.ts +73 -0
  119. package/www/build/index.esm.js +0 -0
  120. package/www/build/mds-paginator-item.esm.js +1 -0
  121. package/www/build/mds-paginator-item.js +130 -0
  122. package/www/build/p-443e8754.system.entry.js +1 -0
  123. package/www/build/p-4cba8bec.system.js +2 -0
  124. package/www/build/p-50ea2036.system.js +1 -0
  125. package/www/build/p-5763f0b1.system.js +1 -0
  126. package/www/build/p-9275c4d0.js +2 -0
  127. package/www/build/p-b378e187.entry.js +1 -0
  128. package/www/host.config.json +15 -0
@@ -0,0 +1,483 @@
1
+ {
2
+ "timestamp": "2022-06-27T08:25:37",
3
+ "compiler": {
4
+ "name": "node",
5
+ "version": "18.3.0"
6
+ },
7
+ "app": {
8
+ "namespace": "MdsPaginatorItem",
9
+ "fsNamespace": "mds-paginator-item",
10
+ "components": 1,
11
+ "entries": 1,
12
+ "bundles": 62,
13
+ "outputs": [
14
+ {
15
+ "name": "dist-collection",
16
+ "files": 21,
17
+ "generatedFiles": [
18
+ "./dist/collection/components/mds-paginator-item/mds-paginator-item.js",
19
+ "./dist/collection/dictionary/autocomplete.js",
20
+ "./dist/collection/dictionary/button.js",
21
+ "./dist/collection/dictionary/color.js",
22
+ "./dist/collection/dictionary/floating-ui.js",
23
+ "./dist/collection/dictionary/icon.js",
24
+ "./dist/collection/dictionary/input-text-type.js",
25
+ "./dist/collection/dictionary/loading.js",
26
+ "./dist/collection/dictionary/typography.js",
27
+ "./dist/collection/dictionary/variant.js",
28
+ "./dist/collection/fixtures/cities.js",
29
+ "./dist/collection/interface/input-value.js",
30
+ "./dist/collection/types/autocomplete.js",
31
+ "./dist/collection/types/button.js",
32
+ "./dist/collection/types/floating-ui.js",
33
+ "./dist/collection/types/form-rel.js",
34
+ "./dist/collection/types/input-text-type.js",
35
+ "./dist/collection/types/input-value-type.js",
36
+ "./dist/collection/types/loading.js",
37
+ "./dist/collection/types/typography.js",
38
+ "./dist/collection/types/variant.js"
39
+ ]
40
+ },
41
+ {
42
+ "name": "dist-custom-elements",
43
+ "files": 4,
44
+ "generatedFiles": [
45
+ "./dist/components/index.d.ts",
46
+ "./dist/components/index.js",
47
+ "./dist/components/mds-paginator-item.d.ts",
48
+ "./dist/components/mds-paginator-item.js"
49
+ ]
50
+ },
51
+ {
52
+ "name": "dist-lazy",
53
+ "files": 35,
54
+ "generatedFiles": [
55
+ "./dist/cjs/index-e927fcce.js",
56
+ "./dist/cjs/index.cjs.js",
57
+ "./dist/cjs/loader.cjs.js",
58
+ "./dist/cjs/mds-paginator-item.cjs.entry.js",
59
+ "./dist/cjs/mds-paginator-item.cjs.js",
60
+ "./dist/esm-es5/index-83a6cf7b.js",
61
+ "./dist/esm-es5/index.js",
62
+ "./dist/esm-es5/loader.js",
63
+ "./dist/esm-es5/mds-paginator-item.entry.js",
64
+ "./dist/esm-es5/mds-paginator-item.js",
65
+ "./dist/esm/index-83a6cf7b.js",
66
+ "./dist/esm/index.js",
67
+ "./dist/esm/loader.js",
68
+ "./dist/esm/mds-paginator-item.entry.js",
69
+ "./dist/esm/mds-paginator-item.js",
70
+ "./dist/index.cjs.js",
71
+ "./dist/index.js",
72
+ "./dist/mds-paginator-item/index.esm.js",
73
+ "./dist/mds-paginator-item/mds-paginator-item.esm.js",
74
+ "./dist/mds-paginator-item/mds-paginator-item.js",
75
+ "./dist/mds-paginator-item/p-443e8754.system.entry.js",
76
+ "./dist/mds-paginator-item/p-4cba8bec.system.js",
77
+ "./dist/mds-paginator-item/p-50ea2036.system.js",
78
+ "./dist/mds-paginator-item/p-5763f0b1.system.js",
79
+ "./dist/mds-paginator-item/p-9275c4d0.js",
80
+ "./dist/mds-paginator-item/p-b378e187.entry.js",
81
+ "./www/build/index.esm.js",
82
+ "./www/build/mds-paginator-item.esm.js",
83
+ "./www/build/mds-paginator-item.js",
84
+ "./www/build/p-443e8754.system.entry.js",
85
+ "./www/build/p-4cba8bec.system.js",
86
+ "./www/build/p-50ea2036.system.js",
87
+ "./www/build/p-5763f0b1.system.js",
88
+ "./www/build/p-9275c4d0.js",
89
+ "./www/build/p-b378e187.entry.js"
90
+ ]
91
+ },
92
+ {
93
+ "name": "dist-types",
94
+ "files": 1,
95
+ "generatedFiles": [
96
+ "./dist/types/stencil-public-runtime.d.ts"
97
+ ]
98
+ },
99
+ {
100
+ "name": "www",
101
+ "files": 1,
102
+ "generatedFiles": [
103
+ "./www/host.config.json"
104
+ ]
105
+ }
106
+ ]
107
+ },
108
+ "options": {
109
+ "minifyJs": true,
110
+ "minifyCss": true,
111
+ "hashFileNames": true,
112
+ "hashedFileNameLength": 8,
113
+ "buildEs5": true
114
+ },
115
+ "formats": {
116
+ "esmBrowser": [
117
+ {
118
+ "key": "mds-paginator-item.entry",
119
+ "components": [
120
+ "mds-paginator-item"
121
+ ],
122
+ "bundleId": "p-b378e187",
123
+ "fileName": "p-b378e187.entry.js",
124
+ "imports": [
125
+ "p-9275c4d0.js"
126
+ ],
127
+ "originalByteSize": 4065
128
+ }
129
+ ],
130
+ "esm": [
131
+ {
132
+ "key": "mds-paginator-item.entry",
133
+ "components": [
134
+ "mds-paginator-item"
135
+ ],
136
+ "bundleId": "mds-paginator-item",
137
+ "fileName": "mds-paginator-item.entry.js",
138
+ "imports": [
139
+ "index-83a6cf7b.js"
140
+ ],
141
+ "originalByteSize": 4069
142
+ }
143
+ ],
144
+ "es5": [
145
+ {
146
+ "key": "mds-paginator-item.entry",
147
+ "components": [
148
+ "mds-paginator-item"
149
+ ],
150
+ "bundleId": "mds-paginator-item",
151
+ "fileName": "mds-paginator-item.entry.js",
152
+ "imports": [
153
+ "index-83a6cf7b.js"
154
+ ],
155
+ "originalByteSize": 4069
156
+ }
157
+ ],
158
+ "system": [
159
+ {
160
+ "key": "mds-paginator-item.entry",
161
+ "components": [
162
+ "mds-paginator-item"
163
+ ],
164
+ "bundleId": "p-443e8754.system",
165
+ "fileName": "p-443e8754.system.entry.js",
166
+ "imports": [
167
+ "p-4cba8bec.system.js"
168
+ ],
169
+ "originalByteSize": 4387
170
+ }
171
+ ],
172
+ "commonjs": [
173
+ {
174
+ "key": "mds-paginator-item.entry",
175
+ "components": [
176
+ "mds-paginator-item"
177
+ ],
178
+ "bundleId": "mds-paginator-item.cjs",
179
+ "fileName": "mds-paginator-item.cjs.entry.js",
180
+ "imports": [
181
+ "index-e927fcce.js"
182
+ ],
183
+ "originalByteSize": 4151
184
+ }
185
+ ]
186
+ },
187
+ "components": [
188
+ {
189
+ "tag": "mds-paginator-item",
190
+ "path": "./src/components/mds-paginator-item/mds-paginator-item.js",
191
+ "source": "./src/components/mds-paginator-item/mds-paginator-item.tsx",
192
+ "elementRef": null,
193
+ "componentClassName": "MdsPaginatorItem",
194
+ "assetsDirs": [],
195
+ "dependencies": [],
196
+ "dependents": [],
197
+ "directDependencies": [],
198
+ "directDependents": [],
199
+ "docs": {
200
+ "tags": [],
201
+ "text": ""
202
+ },
203
+ "encapsulation": "shadow",
204
+ "excludeFromCollection": false,
205
+ "events": [],
206
+ "internal": false,
207
+ "legacyConnect": [],
208
+ "legacyContext": [],
209
+ "listeners": [],
210
+ "methods": [],
211
+ "potentialCmpRefs": [
212
+ "mds-icon",
213
+ "mds-text"
214
+ ],
215
+ "properties": [
216
+ {
217
+ "name": "icon",
218
+ "type": "string",
219
+ "attribute": "icon",
220
+ "reflect": false,
221
+ "mutable": false,
222
+ "required": false,
223
+ "optional": true,
224
+ "complexType": {
225
+ "original": "string",
226
+ "resolved": "string",
227
+ "references": {}
228
+ },
229
+ "docs": {
230
+ "tags": [],
231
+ "text": "Specifies the icon used inside the paginator item"
232
+ },
233
+ "internal": false
234
+ },
235
+ {
236
+ "name": "active",
237
+ "type": "boolean",
238
+ "attribute": "active",
239
+ "reflect": true,
240
+ "mutable": false,
241
+ "required": false,
242
+ "optional": true,
243
+ "complexType": {
244
+ "original": "boolean",
245
+ "resolved": "boolean",
246
+ "references": {}
247
+ },
248
+ "docs": {
249
+ "tags": [],
250
+ "text": "Specifies if the item is active or not, is handled from the parent paginator"
251
+ },
252
+ "internal": false
253
+ },
254
+ {
255
+ "name": "disabled",
256
+ "type": "boolean",
257
+ "attribute": "disabled",
258
+ "reflect": true,
259
+ "mutable": false,
260
+ "required": false,
261
+ "optional": true,
262
+ "complexType": {
263
+ "original": "boolean",
264
+ "resolved": "boolean",
265
+ "references": {}
266
+ },
267
+ "docs": {
268
+ "tags": [],
269
+ "text": "Specifies if the item is disabled or not, is handled from the parent paginator"
270
+ },
271
+ "internal": false
272
+ }
273
+ ],
274
+ "shadowDelegatesFocus": false,
275
+ "states": []
276
+ }
277
+ ],
278
+ "entries": [
279
+ {
280
+ "cmps": [
281
+ {
282
+ "tagName": "mds-paginator-item",
283
+ "excludeFromCollection": false,
284
+ "isCollectionDependency": false,
285
+ "componentClassName": "MdsPaginatorItem",
286
+ "elementRef": null,
287
+ "encapsulation": "shadow",
288
+ "shadowDelegatesFocus": false,
289
+ "properties": [
290
+ {
291
+ "name": "icon",
292
+ "type": "string",
293
+ "attribute": "icon",
294
+ "reflect": false,
295
+ "mutable": false,
296
+ "required": false,
297
+ "optional": true,
298
+ "complexType": {
299
+ "original": "string",
300
+ "resolved": "string",
301
+ "references": {}
302
+ },
303
+ "docs": {
304
+ "tags": [],
305
+ "text": "Specifies the icon used inside the paginator item"
306
+ },
307
+ "internal": false
308
+ },
309
+ {
310
+ "name": "active",
311
+ "type": "boolean",
312
+ "attribute": "active",
313
+ "reflect": true,
314
+ "mutable": false,
315
+ "required": false,
316
+ "optional": true,
317
+ "complexType": {
318
+ "original": "boolean",
319
+ "resolved": "boolean",
320
+ "references": {}
321
+ },
322
+ "docs": {
323
+ "tags": [],
324
+ "text": "Specifies if the item is active or not, is handled from the parent paginator"
325
+ },
326
+ "internal": false
327
+ },
328
+ {
329
+ "name": "disabled",
330
+ "type": "boolean",
331
+ "attribute": "disabled",
332
+ "reflect": true,
333
+ "mutable": false,
334
+ "required": false,
335
+ "optional": true,
336
+ "complexType": {
337
+ "original": "boolean",
338
+ "resolved": "boolean",
339
+ "references": {}
340
+ },
341
+ "docs": {
342
+ "tags": [],
343
+ "text": "Specifies if the item is disabled or not, is handled from the parent paginator"
344
+ },
345
+ "internal": false
346
+ }
347
+ ],
348
+ "virtualProperties": [],
349
+ "states": [],
350
+ "methods": [],
351
+ "listeners": [],
352
+ "events": [],
353
+ "watchers": [],
354
+ "styles": [
355
+ {
356
+ "modeName": "$",
357
+ "styleId": "MDS-PAGINATOR-ITEM",
358
+ "styleStr": null,
359
+ "styleIdentifier": "mdsPaginatorItemStyle",
360
+ "externalStyles": [
361
+ {
362
+ "absolutePath": "/builds/maggiolispa/ricerca-sviluppo-new-media/design-system/projects/stencil/.build/mds-paginator-item/src/components/mds-paginator-item/mds-paginator-item.css",
363
+ "relativePath": "mds-paginator-item.css",
364
+ "originalComponentPath": "mds-paginator-item.css"
365
+ }
366
+ ]
367
+ }
368
+ ],
369
+ "legacyConnect": [],
370
+ "legacyContext": [],
371
+ "internal": false,
372
+ "assetsDirs": [],
373
+ "styleDocs": [],
374
+ "docs": {
375
+ "tags": [],
376
+ "text": ""
377
+ },
378
+ "jsFilePath": "/builds/maggiolispa/ricerca-sviluppo-new-media/design-system/projects/stencil/.build/mds-paginator-item/src/components/mds-paginator-item/mds-paginator-item.js",
379
+ "sourceFilePath": "/builds/maggiolispa/ricerca-sviluppo-new-media/design-system/projects/stencil/.build/mds-paginator-item/src/components/mds-paginator-item/mds-paginator-item.tsx",
380
+ "sourceMapPath": null,
381
+ "hasAttributeChangedCallbackFn": false,
382
+ "hasComponentWillLoadFn": false,
383
+ "hasComponentDidLoadFn": false,
384
+ "hasComponentShouldUpdateFn": false,
385
+ "hasComponentWillUpdateFn": false,
386
+ "hasComponentDidUpdateFn": false,
387
+ "hasComponentWillRenderFn": false,
388
+ "hasComponentDidRenderFn": false,
389
+ "hasComponentDidUnloadFn": false,
390
+ "hasConnectedCallbackFn": false,
391
+ "hasDisconnectedCallbackFn": false,
392
+ "hasElement": false,
393
+ "hasEvent": false,
394
+ "hasLifecycle": false,
395
+ "hasListener": false,
396
+ "hasListenerTarget": false,
397
+ "hasListenerTargetWindow": false,
398
+ "hasListenerTargetDocument": false,
399
+ "hasListenerTargetBody": false,
400
+ "hasListenerTargetParent": false,
401
+ "hasMember": true,
402
+ "hasMethod": false,
403
+ "hasMode": false,
404
+ "hasAttribute": true,
405
+ "hasProp": true,
406
+ "hasPropNumber": false,
407
+ "hasPropBoolean": true,
408
+ "hasPropString": true,
409
+ "hasPropMutable": false,
410
+ "hasReflect": true,
411
+ "hasRenderFn": true,
412
+ "hasState": false,
413
+ "hasStyle": true,
414
+ "hasVdomAttribute": true,
415
+ "hasVdomXlink": false,
416
+ "hasVdomClass": true,
417
+ "hasVdomFunctional": false,
418
+ "hasVdomKey": false,
419
+ "hasVdomListener": false,
420
+ "hasVdomPropOrAttr": true,
421
+ "hasVdomRef": false,
422
+ "hasVdomRender": true,
423
+ "hasVdomStyle": false,
424
+ "hasVdomText": true,
425
+ "hasWatchCallback": false,
426
+ "isPlain": false,
427
+ "htmlAttrNames": [
428
+ "class",
429
+ "name",
430
+ "typography"
431
+ ],
432
+ "htmlTagNames": [
433
+ "mds-icon",
434
+ "mds-text",
435
+ "slot"
436
+ ],
437
+ "htmlParts": [],
438
+ "isUpdateable": true,
439
+ "potentialCmpRefs": [
440
+ "mds-icon",
441
+ "mds-text"
442
+ ],
443
+ "directDependencies": [],
444
+ "dependencies": [],
445
+ "dependents": [],
446
+ "directDependents": []
447
+ }
448
+ ],
449
+ "entryKey": "mds-paginator-item.entry"
450
+ }
451
+ ],
452
+ "componentGraph": {
453
+ "sc-mds-paginator-item": [
454
+ "p-9275c4d0.js"
455
+ ]
456
+ },
457
+ "sourceGraph": {
458
+ "./src/components/mds-paginator-item/mds-paginator-item.tsx": [],
459
+ "./src/dictionary/autocomplete.ts": [],
460
+ "./src/dictionary/button.ts": [],
461
+ "./src/dictionary/color.ts": [],
462
+ "./src/dictionary/floating-ui.ts": [],
463
+ "./src/dictionary/icon.ts": [
464
+ "./src/fixtures/icons.json"
465
+ ],
466
+ "./src/dictionary/input-text-type.ts": [],
467
+ "./src/dictionary/loading.ts": [],
468
+ "./src/dictionary/typography.ts": [],
469
+ "./src/dictionary/variant.ts": [],
470
+ "./src/fixtures/cities.ts": [],
471
+ "./src/interface/input-value.ts": [],
472
+ "./src/types/autocomplete.ts": [],
473
+ "./src/types/button.ts": [],
474
+ "./src/types/floating-ui.ts": [],
475
+ "./src/types/form-rel.ts": [],
476
+ "./src/types/input-text-type.ts": [],
477
+ "./src/types/input-value-type.ts": [],
478
+ "./src/types/loading.ts": [],
479
+ "./src/types/typography.ts": [],
480
+ "./src/types/variant.ts": []
481
+ },
482
+ "collections": []
483
+ }
@@ -0,0 +1,15 @@
1
+ export declare class MdsPaginatorItem {
2
+ /**
3
+ * Specifies the icon used inside the paginator item
4
+ */
5
+ readonly icon?: string;
6
+ /**
7
+ * Specifies if the item is active or not, is handled from the parent paginator
8
+ */
9
+ readonly active?: boolean;
10
+ /**
11
+ * Specifies if the item is disabled or not, is handled from the parent paginator
12
+ */
13
+ readonly disabled?: boolean;
14
+ render(): any;
15
+ }
@@ -0,0 +1,61 @@
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 MdsPaginatorItem {
10
+ /**
11
+ * Specifies if the item is active or not, is handled from the parent paginator
12
+ */
13
+ "active"?: boolean;
14
+ /**
15
+ * Specifies if the item is disabled or not, is handled from the parent paginator
16
+ */
17
+ "disabled"?: boolean;
18
+ /**
19
+ * Specifies the icon used inside the paginator item
20
+ */
21
+ "icon"?: string;
22
+ }
23
+ }
24
+ declare global {
25
+ interface HTMLMdsPaginatorItemElement extends Components.MdsPaginatorItem, HTMLStencilElement {
26
+ }
27
+ var HTMLMdsPaginatorItemElement: {
28
+ prototype: HTMLMdsPaginatorItemElement;
29
+ new (): HTMLMdsPaginatorItemElement;
30
+ };
31
+ interface HTMLElementTagNameMap {
32
+ "mds-paginator-item": HTMLMdsPaginatorItemElement;
33
+ }
34
+ }
35
+ declare namespace LocalJSX {
36
+ interface MdsPaginatorItem {
37
+ /**
38
+ * Specifies if the item is active or not, is handled from the parent paginator
39
+ */
40
+ "active"?: boolean;
41
+ /**
42
+ * Specifies if the item is disabled or not, is handled from the parent paginator
43
+ */
44
+ "disabled"?: boolean;
45
+ /**
46
+ * Specifies the icon used inside the paginator item
47
+ */
48
+ "icon"?: string;
49
+ }
50
+ interface IntrinsicElements {
51
+ "mds-paginator-item": MdsPaginatorItem;
52
+ }
53
+ }
54
+ export { LocalJSX as JSX };
55
+ declare module "@stencil/core" {
56
+ export namespace JSX {
57
+ interface IntrinsicElements {
58
+ "mds-paginator-item": LocalJSX.MdsPaginatorItem & JSXBase.HTMLAttributes<HTMLMdsPaginatorItemElement>;
59
+ }
60
+ }
61
+ }
@@ -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,3 @@
1
+ declare const floatingUIPlacementDictionary: string[];
2
+ declare const floatingUIStrategyDictionary: string[];
3
+ export { floatingUIPlacementDictionary, floatingUIStrategyDictionary, };
@@ -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,9 @@
1
+ declare const typographyDictionary: string[];
2
+ declare const typographyVariationsDictionary: string[];
3
+ declare const typographyMonoDictionary: string[];
4
+ declare const typographyTitleDictionary: string[];
5
+ declare const typographyInfoDictionary: string[];
6
+ declare const typographyReadDictionary: string[];
7
+ declare const typographySmallerDictionary: string[];
8
+ declare const typographyTooltipDictionary: string[];
9
+ export { typographyDictionary, typographyVariationsDictionary, typographyMonoDictionary, typographyTitleDictionary, typographyInfoDictionary, typographyReadDictionary, typographySmallerDictionary, typographyTooltipDictionary, };
@@ -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
+ }