@maggioli-design-system/mds-table-row 4.8.1 → 5.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 (83) hide show
  1. package/dist/cjs/{index-19c36c53.js → index-41069a63.js} +41 -71
  2. package/dist/cjs/loader.cjs.js +2 -2
  3. package/dist/cjs/mds-table-row.cjs.entry.js +896 -8
  4. package/dist/cjs/mds-table-row.cjs.js +2 -2
  5. package/dist/collection/common/slot.js +13 -0
  6. package/dist/collection/components/mds-table-row/mds-table-row.css +31 -16
  7. package/dist/collection/components/mds-table-row/mds-table-row.js +111 -21
  8. package/dist/collection/dictionary/animation.js +5 -0
  9. package/dist/collection/dictionary/file-extensions.js +6 -59
  10. package/dist/collection/fixtures/filenames.js +62 -1
  11. package/dist/collection/type/animation.js +1 -0
  12. package/dist/collection/type/variant-file-format.js +5 -0
  13. package/dist/components/mds-table-row.js +903 -10
  14. package/dist/documentation.json +108 -13
  15. package/dist/esm/{index-a948f479.js → index-b3683315.js} +41 -71
  16. package/dist/esm/loader.js +3 -3
  17. package/dist/esm/mds-table-row.entry.js +896 -8
  18. package/dist/esm/mds-table-row.js +3 -3
  19. package/dist/esm-es5/index-b3683315.js +1 -0
  20. package/dist/esm-es5/loader.js +1 -1
  21. package/dist/esm-es5/mds-table-row.entry.js +6 -1
  22. package/dist/esm-es5/mds-table-row.js +1 -1
  23. package/dist/mds-table-row/mds-table-row.esm.js +1 -1
  24. package/dist/mds-table-row/mds-table-row.js +1 -1
  25. package/dist/mds-table-row/p-6e0586ed.system.entry.js +6 -0
  26. package/dist/mds-table-row/p-883b6082.entry.js +6 -0
  27. package/dist/mds-table-row/p-94f5e1a3.system.js +2 -0
  28. package/dist/mds-table-row/p-953317ff.js +2 -0
  29. package/dist/mds-table-row/p-ca6821e0.system.js +1 -0
  30. package/dist/stats.json +234 -67
  31. package/dist/types/common/slot.d.ts +2 -0
  32. package/dist/types/components/mds-table-row/mds-table-row.d.ts +9 -3
  33. package/dist/types/components.d.ts +8 -1
  34. package/dist/types/dictionary/animation.d.ts +2 -0
  35. package/dist/types/fixtures/filenames.d.ts +62 -1
  36. package/dist/types/type/animation.d.ts +1 -0
  37. package/dist/types/type/file-types.d.ts +1 -1
  38. package/dist/types/type/variant-file-format.d.ts +1 -1
  39. package/documentation.json +132 -21
  40. package/package.json +2 -2
  41. package/readme.md +24 -4
  42. package/src/common/slot.ts +15 -0
  43. package/src/components/mds-table-row/css/mds-table-row-actions.css +10 -3
  44. package/src/components/mds-table-row/css/mds-table-row-interactive.css +6 -0
  45. package/src/components/mds-table-row/css/mds-table-row-selected.css +5 -0
  46. package/src/components/mds-table-row/css/mds-table-row-sorted.css +11 -0
  47. package/src/components/mds-table-row/mds-table-row.css +11 -26
  48. package/src/components/mds-table-row/mds-table-row.tsx +38 -9
  49. package/src/components/mds-table-row/meta/locale.el.json +4 -0
  50. package/src/components/mds-table-row/meta/locale.en.json +4 -0
  51. package/src/components/mds-table-row/meta/locale.es.json +4 -0
  52. package/src/components/mds-table-row/meta/locale.it.json +4 -0
  53. package/src/components/mds-table-row/readme.md +20 -4
  54. package/src/components.d.ts +8 -1
  55. package/src/dictionary/animation.ts +8 -0
  56. package/src/dictionary/file-extensions.ts +6 -60
  57. package/src/fixtures/filenames.ts +63 -0
  58. package/src/fixtures/icons.json +1 -0
  59. package/src/meta/file-format/locale.el.json +26 -21
  60. package/src/meta/file-format/locale.en.json +26 -21
  61. package/src/meta/file-format/locale.es.json +26 -21
  62. package/src/meta/file-format/locale.it.json +26 -21
  63. package/src/type/animation.ts +3 -0
  64. package/src/type/file-types.ts +6 -0
  65. package/src/type/variant-file-format.ts +6 -0
  66. package/www/build/mds-table-row.esm.js +1 -1
  67. package/www/build/mds-table-row.js +1 -1
  68. package/www/build/p-6e0586ed.system.entry.js +6 -0
  69. package/www/build/p-883b6082.entry.js +6 -0
  70. package/www/build/p-94f5e1a3.system.js +2 -0
  71. package/www/build/p-953317ff.js +2 -0
  72. package/www/build/p-ca6821e0.system.js +1 -0
  73. package/dist/esm-es5/index-a948f479.js +0 -1
  74. package/dist/mds-table-row/p-5ab8c209.system.entry.js +0 -1
  75. package/dist/mds-table-row/p-98955251.system.js +0 -1
  76. package/dist/mds-table-row/p-bfa177c6.system.js +0 -2
  77. package/dist/mds-table-row/p-d906e5c7.entry.js +0 -1
  78. package/dist/mds-table-row/p-faec61cc.js +0 -2
  79. package/www/build/p-5ab8c209.system.entry.js +0 -1
  80. package/www/build/p-98955251.system.js +0 -1
  81. package/www/build/p-bfa177c6.system.js +0 -2
  82. package/www/build/p-d906e5c7.entry.js +0 -1
  83. package/www/build/p-faec61cc.js +0 -2
package/dist/stats.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2024-12-05T16:19:09",
2
+ "timestamp": "2024-12-19T14:55:54",
3
3
  "compiler": {
4
4
  "name": "node",
5
5
  "version": "22.11.0"
@@ -9,11 +9,11 @@
9
9
  "fsNamespace": "mds-table-row",
10
10
  "components": 1,
11
11
  "entries": 1,
12
- "bundles": 91,
12
+ "bundles": 94,
13
13
  "outputs": [
14
14
  {
15
15
  "name": "dist-collection",
16
- "files": 43,
16
+ "files": 46,
17
17
  "generatedFiles": [
18
18
  "./dist/collection/common/aria.js",
19
19
  "./dist/collection/common/date.js",
@@ -22,6 +22,7 @@
22
22
  "./dist/collection/common/icon.js",
23
23
  "./dist/collection/common/keyboard-manager.js",
24
24
  "./dist/collection/common/locale.js",
25
+ "./dist/collection/common/slot.js",
25
26
  "./dist/collection/common/unit.js",
26
27
  "./dist/collection/common/yugop/core.js",
27
28
  "./dist/collection/common/yugop/index.js",
@@ -31,6 +32,7 @@
31
32
  "./dist/collection/common/yugop/utils/prng.js",
32
33
  "./dist/collection/common/yugop/utils/string.js",
33
34
  "./dist/collection/components/mds-table-row/mds-table-row.js",
35
+ "./dist/collection/dictionary/animation.js",
34
36
  "./dist/collection/dictionary/autocomplete.js",
35
37
  "./dist/collection/dictionary/button.js",
36
38
  "./dist/collection/dictionary/color.js",
@@ -44,6 +46,7 @@
44
46
  "./dist/collection/dictionary/variant.js",
45
47
  "./dist/collection/fixtures/cities.js",
46
48
  "./dist/collection/fixtures/filenames.js",
49
+ "./dist/collection/type/animation.js",
47
50
  "./dist/collection/type/autocomplete.js",
48
51
  "./dist/collection/type/button.js",
49
52
  "./dist/collection/type/date.js",
@@ -75,19 +78,19 @@
75
78
  "files": 42,
76
79
  "generatedFiles": [
77
80
  "./dist/cjs/app-globals-3a1e7e63.js",
78
- "./dist/cjs/index-19c36c53.js",
81
+ "./dist/cjs/index-41069a63.js",
79
82
  "./dist/cjs/index.cjs.js",
80
83
  "./dist/cjs/loader.cjs.js",
81
84
  "./dist/cjs/mds-table-row.cjs.entry.js",
82
85
  "./dist/cjs/mds-table-row.cjs.js",
83
86
  "./dist/esm-es5/app-globals-0f993ce5.js",
84
- "./dist/esm-es5/index-a948f479.js",
87
+ "./dist/esm-es5/index-b3683315.js",
85
88
  "./dist/esm-es5/index.js",
86
89
  "./dist/esm-es5/loader.js",
87
90
  "./dist/esm-es5/mds-table-row.entry.js",
88
91
  "./dist/esm-es5/mds-table-row.js",
89
92
  "./dist/esm/app-globals-0f993ce5.js",
90
- "./dist/esm/index-a948f479.js",
93
+ "./dist/esm/index-b3683315.js",
91
94
  "./dist/esm/index.js",
92
95
  "./dist/esm/loader.js",
93
96
  "./dist/esm/mds-table-row.entry.js",
@@ -99,23 +102,23 @@
99
102
  "./dist/mds-table-row/mds-table-row.js",
100
103
  "./dist/mds-table-row/p-50ea2036.system.js",
101
104
  "./dist/mds-table-row/p-56ba5cbf.system.js",
102
- "./dist/mds-table-row/p-5ab8c209.system.entry.js",
103
- "./dist/mds-table-row/p-98955251.system.js",
104
- "./dist/mds-table-row/p-bfa177c6.system.js",
105
- "./dist/mds-table-row/p-d906e5c7.entry.js",
105
+ "./dist/mds-table-row/p-6e0586ed.system.entry.js",
106
+ "./dist/mds-table-row/p-883b6082.entry.js",
107
+ "./dist/mds-table-row/p-94f5e1a3.system.js",
108
+ "./dist/mds-table-row/p-953317ff.js",
109
+ "./dist/mds-table-row/p-ca6821e0.system.js",
106
110
  "./dist/mds-table-row/p-e1255160.js",
107
- "./dist/mds-table-row/p-faec61cc.js",
108
111
  "./www/build/index.esm.js",
109
112
  "./www/build/mds-table-row.esm.js",
110
113
  "./www/build/mds-table-row.js",
111
114
  "./www/build/p-50ea2036.system.js",
112
115
  "./www/build/p-56ba5cbf.system.js",
113
- "./www/build/p-5ab8c209.system.entry.js",
114
- "./www/build/p-98955251.system.js",
115
- "./www/build/p-bfa177c6.system.js",
116
- "./www/build/p-d906e5c7.entry.js",
117
- "./www/build/p-e1255160.js",
118
- "./www/build/p-faec61cc.js"
116
+ "./www/build/p-6e0586ed.system.entry.js",
117
+ "./www/build/p-883b6082.entry.js",
118
+ "./www/build/p-94f5e1a3.system.js",
119
+ "./www/build/p-953317ff.js",
120
+ "./www/build/p-ca6821e0.system.js",
121
+ "./www/build/p-e1255160.js"
119
122
  ]
120
123
  },
121
124
  {
@@ -148,12 +151,12 @@
148
151
  "components": [
149
152
  "mds-table-row"
150
153
  ],
151
- "bundleId": "p-d906e5c7",
152
- "fileName": "p-d906e5c7.entry.js",
154
+ "bundleId": "p-883b6082",
155
+ "fileName": "p-883b6082.entry.js",
153
156
  "imports": [
154
- "p-faec61cc.js"
157
+ "p-953317ff.js"
155
158
  ],
156
- "originalByteSize": 5387
159
+ "originalByteSize": 35085
157
160
  }
158
161
  ],
159
162
  "esm": [
@@ -165,9 +168,9 @@
165
168
  "bundleId": "mds-table-row",
166
169
  "fileName": "mds-table-row.entry.js",
167
170
  "imports": [
168
- "index-a948f479.js"
171
+ "index-b3683315.js"
169
172
  ],
170
- "originalByteSize": 5391
173
+ "originalByteSize": 35089
171
174
  }
172
175
  ],
173
176
  "es5": [
@@ -179,9 +182,9 @@
179
182
  "bundleId": "mds-table-row",
180
183
  "fileName": "mds-table-row.entry.js",
181
184
  "imports": [
182
- "index-a948f479.js"
185
+ "index-b3683315.js"
183
186
  ],
184
- "originalByteSize": 5391
187
+ "originalByteSize": 35089
185
188
  }
186
189
  ],
187
190
  "system": [
@@ -190,12 +193,12 @@
190
193
  "components": [
191
194
  "mds-table-row"
192
195
  ],
193
- "bundleId": "p-5ab8c209.system",
194
- "fileName": "p-5ab8c209.system.entry.js",
196
+ "bundleId": "p-6e0586ed.system",
197
+ "fileName": "p-6e0586ed.system.entry.js",
195
198
  "imports": [
196
- "p-bfa177c6.system.js"
199
+ "p-94f5e1a3.system.js"
197
200
  ],
198
- "originalByteSize": 5816
201
+ "originalByteSize": 37710
199
202
  }
200
203
  ],
201
204
  "commonjs": [
@@ -207,9 +210,9 @@
207
210
  "bundleId": "mds-table-row.cjs",
208
211
  "fileName": "mds-table-row.cjs.entry.js",
209
212
  "imports": [
210
- "index-19c36c53.js"
213
+ "index-41069a63.js"
211
214
  ],
212
- "originalByteSize": 5480
215
+ "originalByteSize": 35196
213
216
  }
214
217
  ]
215
218
  },
@@ -238,18 +241,31 @@
238
241
  "excludeFromCollection": false,
239
242
  "events": [],
240
243
  "internal": false,
241
- "listeners": [
244
+ "listeners": [],
245
+ "methods": [
242
246
  {
243
- "name": "mdsTableInteractiveChange",
244
- "method": "tableInteractiveHandler",
245
- "capture": false,
246
- "passive": false,
247
- "target": "document"
247
+ "name": "updateLang",
248
+ "docs": {
249
+ "text": "",
250
+ "tags": []
251
+ },
252
+ "complexType": {
253
+ "signature": "() => Promise<void>",
254
+ "parameters": [],
255
+ "references": {
256
+ "Promise": {
257
+ "location": "global",
258
+ "id": "global::Promise"
259
+ }
260
+ },
261
+ "return": "Promise<void>"
262
+ },
263
+ "internal": false
248
264
  }
249
265
  ],
250
- "methods": [],
251
266
  "potentialCmpRefs": [
252
- "mds-table-cell"
267
+ "mds-table-cell",
268
+ "mds-input-switch"
253
269
  ],
254
270
  "properties": [
255
271
  {
@@ -257,12 +273,12 @@
257
273
  "type": "boolean",
258
274
  "attribute": "interactive",
259
275
  "reflect": true,
260
- "mutable": true,
276
+ "mutable": false,
261
277
  "required": false,
262
- "optional": false,
278
+ "optional": true,
263
279
  "complexType": {
264
280
  "original": "boolean",
265
- "resolved": "boolean",
281
+ "resolved": "boolean | undefined",
266
282
  "references": {}
267
283
  },
268
284
  "docs": {
@@ -276,7 +292,7 @@
276
292
  "type": "boolean",
277
293
  "attribute": "overlay-actions",
278
294
  "reflect": true,
279
- "mutable": true,
295
+ "mutable": false,
280
296
  "required": false,
281
297
  "optional": false,
282
298
  "complexType": {
@@ -289,10 +305,72 @@
289
305
  "text": ""
290
306
  },
291
307
  "internal": false
308
+ },
309
+ {
310
+ "name": "selectable",
311
+ "type": "boolean",
312
+ "attribute": "selectable",
313
+ "reflect": true,
314
+ "mutable": false,
315
+ "required": false,
316
+ "optional": true,
317
+ "defaultValue": "undefined",
318
+ "complexType": {
319
+ "original": "boolean",
320
+ "resolved": "boolean | undefined",
321
+ "references": {}
322
+ },
323
+ "docs": {
324
+ "tags": [],
325
+ "text": ""
326
+ },
327
+ "internal": false
328
+ },
329
+ {
330
+ "name": "selected",
331
+ "type": "boolean",
332
+ "attribute": "selected",
333
+ "reflect": true,
334
+ "mutable": true,
335
+ "required": false,
336
+ "optional": true,
337
+ "complexType": {
338
+ "original": "boolean",
339
+ "resolved": "boolean | undefined",
340
+ "references": {}
341
+ },
342
+ "docs": {
343
+ "tags": [],
344
+ "text": ""
345
+ },
346
+ "internal": false
347
+ },
348
+ {
349
+ "name": "value",
350
+ "type": "any",
351
+ "attribute": "value",
352
+ "reflect": true,
353
+ "mutable": false,
354
+ "required": false,
355
+ "optional": true,
356
+ "complexType": {
357
+ "original": "string | number",
358
+ "resolved": "number | string | undefined",
359
+ "references": {}
360
+ },
361
+ "docs": {
362
+ "tags": [],
363
+ "text": ""
364
+ },
365
+ "internal": false
292
366
  }
293
367
  ],
294
368
  "shadowDelegatesFocus": false,
295
- "states": []
369
+ "states": [
370
+ {
371
+ "name": "language"
372
+ }
373
+ ]
296
374
  }
297
375
  ],
298
376
  "entries": [
@@ -314,12 +392,12 @@
314
392
  "type": "boolean",
315
393
  "attribute": "interactive",
316
394
  "reflect": true,
317
- "mutable": true,
395
+ "mutable": false,
318
396
  "required": false,
319
- "optional": false,
397
+ "optional": true,
320
398
  "complexType": {
321
399
  "original": "boolean",
322
- "resolved": "boolean",
400
+ "resolved": "boolean | undefined",
323
401
  "references": {}
324
402
  },
325
403
  "docs": {
@@ -333,7 +411,7 @@
333
411
  "type": "boolean",
334
412
  "attribute": "overlay-actions",
335
413
  "reflect": true,
336
- "mutable": true,
414
+ "mutable": false,
337
415
  "required": false,
338
416
  "optional": false,
339
417
  "complexType": {
@@ -346,20 +424,94 @@
346
424
  "text": ""
347
425
  },
348
426
  "internal": false
427
+ },
428
+ {
429
+ "name": "selectable",
430
+ "type": "boolean",
431
+ "attribute": "selectable",
432
+ "reflect": true,
433
+ "mutable": false,
434
+ "required": false,
435
+ "optional": true,
436
+ "defaultValue": "undefined",
437
+ "complexType": {
438
+ "original": "boolean",
439
+ "resolved": "boolean | undefined",
440
+ "references": {}
441
+ },
442
+ "docs": {
443
+ "tags": [],
444
+ "text": ""
445
+ },
446
+ "internal": false
447
+ },
448
+ {
449
+ "name": "selected",
450
+ "type": "boolean",
451
+ "attribute": "selected",
452
+ "reflect": true,
453
+ "mutable": true,
454
+ "required": false,
455
+ "optional": true,
456
+ "complexType": {
457
+ "original": "boolean",
458
+ "resolved": "boolean | undefined",
459
+ "references": {}
460
+ },
461
+ "docs": {
462
+ "tags": [],
463
+ "text": ""
464
+ },
465
+ "internal": false
466
+ },
467
+ {
468
+ "name": "value",
469
+ "type": "any",
470
+ "attribute": "value",
471
+ "reflect": true,
472
+ "mutable": false,
473
+ "required": false,
474
+ "optional": true,
475
+ "complexType": {
476
+ "original": "string | number",
477
+ "resolved": "number | string | undefined",
478
+ "references": {}
479
+ },
480
+ "docs": {
481
+ "tags": [],
482
+ "text": ""
483
+ },
484
+ "internal": false
349
485
  }
350
486
  ],
351
487
  "virtualProperties": [],
352
- "states": [],
353
- "methods": [],
354
- "listeners": [
488
+ "states": [
355
489
  {
356
- "name": "mdsTableInteractiveChange",
357
- "method": "tableInteractiveHandler",
358
- "capture": false,
359
- "passive": false,
360
- "target": "document"
490
+ "name": "language"
361
491
  }
362
492
  ],
493
+ "methods": [
494
+ {
495
+ "name": "updateLang",
496
+ "docs": {
497
+ "text": "",
498
+ "tags": []
499
+ },
500
+ "complexType": {
501
+ "signature": "() => Promise<void>",
502
+ "parameters": [],
503
+ "references": {
504
+ "Promise": {
505
+ "location": "global",
506
+ "id": "global::Promise"
507
+ }
508
+ },
509
+ "return": "Promise<void>"
510
+ },
511
+ "internal": false
512
+ }
513
+ ],
514
+ "listeners": [],
363
515
  "events": [],
364
516
  "watchers": [],
365
517
  "styles": [
@@ -406,14 +558,14 @@
406
558
  "hasElement": false,
407
559
  "hasEvent": false,
408
560
  "hasLifecycle": true,
409
- "hasListener": true,
410
- "hasListenerTarget": true,
561
+ "hasListener": false,
562
+ "hasListenerTarget": false,
411
563
  "hasListenerTargetWindow": false,
412
- "hasListenerTargetDocument": true,
564
+ "hasListenerTargetDocument": false,
413
565
  "hasListenerTargetBody": false,
414
566
  "hasListenerTargetParent": false,
415
567
  "hasMember": true,
416
- "hasMethod": false,
568
+ "hasMethod": true,
417
569
  "hasMode": false,
418
570
  "hasAttribute": true,
419
571
  "hasProp": true,
@@ -423,14 +575,14 @@
423
575
  "hasPropMutable": true,
424
576
  "hasReflect": true,
425
577
  "hasRenderFn": true,
426
- "hasState": false,
578
+ "hasState": true,
427
579
  "hasStyle": true,
428
580
  "hasVdomAttribute": true,
429
581
  "hasVdomXlink": false,
430
582
  "hasVdomClass": true,
431
583
  "hasVdomFunctional": false,
432
584
  "hasVdomKey": true,
433
- "hasVdomListener": false,
585
+ "hasVdomListener": true,
434
586
  "hasVdomPropOrAttr": true,
435
587
  "hasVdomRef": false,
436
588
  "hasVdomRender": true,
@@ -442,18 +594,25 @@
442
594
  "key",
443
595
  "role",
444
596
  "class",
597
+ "title",
598
+ "lang",
599
+ "type",
600
+ "checked",
601
+ "onMdsInputSwitchChange",
445
602
  "style",
446
603
  "name"
447
604
  ],
448
605
  "htmlTagNames": [
449
- "slot",
450
606
  "mds-table-cell",
451
- "div"
607
+ "div",
608
+ "mds-input-switch",
609
+ "slot"
452
610
  ],
453
611
  "htmlParts": [],
454
612
  "isUpdateable": true,
455
613
  "potentialCmpRefs": [
456
- "mds-table-cell"
614
+ "mds-table-cell",
615
+ "mds-input-switch"
457
616
  ],
458
617
  "dependents": [],
459
618
  "dependencies": [],
@@ -466,7 +625,7 @@
466
625
  ],
467
626
  "componentGraph": {
468
627
  "sc-mds-table-row": [
469
- "p-faec61cc.js"
628
+ "p-953317ff.js"
470
629
  ]
471
630
  },
472
631
  "sourceGraph": {
@@ -477,6 +636,7 @@
477
636
  "./src/common/icon.ts": [],
478
637
  "./src/common/keyboard-manager.ts": [],
479
638
  "./src/common/locale.ts": [],
639
+ "./src/common/slot.ts": [],
480
640
  "./src/common/unit.ts": [],
481
641
  "./src/common/yugop/core.ts": [
482
642
  "./src/common/yugop/utils/math",
@@ -494,7 +654,13 @@
494
654
  "./src/common/yugop/utils/noop.ts": [],
495
655
  "./src/common/yugop/utils/prng.ts": [],
496
656
  "./src/common/yugop/utils/string.ts": [],
497
- "./src/components/mds-table-row/mds-table-row.tsx": [],
657
+ "./src/components/mds-table-row/mds-table-row.tsx": [
658
+ "./src/components/mds-table-row/meta/locale.el.json",
659
+ "./src/components/mds-table-row/meta/locale.en.json",
660
+ "./src/components/mds-table-row/meta/locale.es.json",
661
+ "./src/components/mds-table-row/meta/locale.it.json"
662
+ ],
663
+ "./src/dictionary/animation.ts": [],
498
664
  "./src/dictionary/autocomplete.ts": [],
499
665
  "./src/dictionary/button.ts": [],
500
666
  "./src/dictionary/color.ts": [],
@@ -511,6 +677,7 @@
511
677
  "./src/dictionary/variant.ts": [],
512
678
  "./src/fixtures/cities.ts": [],
513
679
  "./src/fixtures/filenames.ts": [],
680
+ "./src/type/animation.ts": [],
514
681
  "./src/type/autocomplete.ts": [],
515
682
  "./src/type/button.ts": [],
516
683
  "./src/type/date.ts": [],
@@ -0,0 +1,2 @@
1
+ declare const hasSlottedElements: (el: HTMLElement, name?: string) => boolean;
2
+ export { hasSlottedElements, };
@@ -6,10 +6,16 @@ export declare class MdsTableRow {
6
6
  private actions;
7
7
  private hasActions;
8
8
  private sizerWidth;
9
- interactive: boolean;
10
- overlayActions: boolean;
11
- tableInteractiveHandler(event: CustomEvent<boolean>): void;
9
+ private t;
10
+ language: string;
11
+ updateLang(): Promise<void>;
12
+ readonly interactive?: boolean;
13
+ readonly overlayActions: boolean;
14
+ readonly selectable?: boolean;
15
+ selected?: boolean;
16
+ readonly value?: string | number;
12
17
  componentWillLoad(): void;
13
18
  componentDidLoad(): void;
19
+ private handleSelectionChange;
14
20
  render(): any;
15
21
  }
@@ -7,8 +7,12 @@
7
7
  import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
8
8
  export namespace Components {
9
9
  interface MdsTableRow {
10
- "interactive": boolean;
10
+ "interactive"?: boolean;
11
11
  "overlayActions": boolean;
12
+ "selectable"?: boolean;
13
+ "selected"?: boolean;
14
+ "updateLang": () => Promise<void>;
15
+ "value"?: string | number;
12
16
  }
13
17
  }
14
18
  declare global {
@@ -26,6 +30,9 @@ declare namespace LocalJSX {
26
30
  interface MdsTableRow {
27
31
  "interactive"?: boolean;
28
32
  "overlayActions"?: boolean;
33
+ "selectable"?: boolean;
34
+ "selected"?: boolean;
35
+ "value"?: string | number;
29
36
  }
30
37
  interface IntrinsicElements {
31
38
  "mds-table-row": MdsTableRow;
@@ -0,0 +1,2 @@
1
+ declare const horizontalActionsAnimationDictionary: string[];
2
+ export { horizontalActionsAnimationDictionary, };
@@ -1,2 +1,63 @@
1
1
  declare const filesList: string[];
2
- export { filesList, };
2
+ declare const namedFilesList: {
3
+ '7z': string;
4
+ 'No extension file': string;
5
+ 'png with URL': string;
6
+ ace: string;
7
+ ai: string;
8
+ db: string;
9
+ default: string;
10
+ dmg: string;
11
+ doc: string;
12
+ docm: string;
13
+ docx: string;
14
+ eml: string;
15
+ eps: string;
16
+ exe: string;
17
+ flac: string;
18
+ gif: string;
19
+ htm: string;
20
+ html: string;
21
+ jpe: string;
22
+ jpeg: string;
23
+ jpg: string;
24
+ js: string;
25
+ json: string;
26
+ jsx: string;
27
+ m2v: string;
28
+ mp2: string;
29
+ mp3: string;
30
+ mp4: string;
31
+ mp4v: string;
32
+ mpeg: string;
33
+ mpg4: string;
34
+ mpg: string;
35
+ mpga: string;
36
+ odf: string;
37
+ odp: string;
38
+ ods: string;
39
+ odt: string;
40
+ ole: string;
41
+ p7m: string;
42
+ pdf: string;
43
+ php: string;
44
+ png: string;
45
+ ppt: string;
46
+ rar: string;
47
+ rtf: string;
48
+ sass: string;
49
+ shtml: string;
50
+ svg: string;
51
+ tar: string;
52
+ ts: string;
53
+ tsd: string;
54
+ txt: string;
55
+ wav: string;
56
+ webp: string;
57
+ xar: string;
58
+ xls: string;
59
+ xlsx: string;
60
+ xml: string;
61
+ zip: string;
62
+ };
63
+ export { filesList, namedFilesList, };
@@ -0,0 +1 @@
1
+ export type HorizontalActionsAnimationType = 'fade' | 'slide';
@@ -1 +1 @@
1
- export type ExtensionSuffixType = '7z' | 'ace' | 'ai' | 'db' | 'default' | 'dmg' | 'doc' | 'docm' | 'docx' | 'eml' | 'eps' | 'exe' | 'flac' | 'gif' | 'heic' | 'htm' | 'html' | 'jpe' | 'jpeg' | 'jpg' | 'js' | 'json' | 'jsx' | 'm2v' | 'mp2' | 'mp3' | 'mp4' | 'mp4v' | 'mpeg' | 'mpg' | 'mpg4' | 'mpga' | 'odp' | 'ods' | 'odt' | 'pdf' | 'php' | 'png' | 'ppt' | 'rar' | 'rtf' | 'sass' | 'shtml' | 'svg' | 'tar' | 'tiff' | 'ts' | 'txt' | 'wav' | 'webp' | 'xar' | 'xls' | 'xlsx' | 'zip';
1
+ export type ExtensionSuffixType = '7z' | 'ace' | 'ai' | 'db' | 'default' | 'dmg' | 'doc' | 'docm' | 'docx' | 'eml' | 'eps' | 'exe' | 'flac' | 'gif' | 'heic' | 'htm' | 'html' | 'jpe' | 'jpeg' | 'jpg' | 'js' | 'json' | 'jsx' | 'm2v' | 'mp2' | 'mp3' | 'mp4' | 'mp4v' | 'mpeg' | 'mpg' | 'mpg4' | 'mpga' | 'odf' | 'odp' | 'ods' | 'odt' | 'odt' | 'ole' | 'p7m' | 'pdf' | 'php' | 'png' | 'ppt' | 'rar' | 'rtf' | 'sass' | 'shtml' | 'svg' | 'tar' | 'tiff' | 'ts' | 'tsd' | 'txt' | 'wav' | 'webp' | 'xar' | 'xls' | 'xlsx' | 'xml' | 'zip';
@@ -1,5 +1,5 @@
1
1
  import { ThemeFullVariantType } from "./variant";
2
- type FileFormat = 'archive' | 'attachment' | 'audio' | 'code' | 'data' | 'document' | 'email' | 'executable' | 'image' | 'markup' | 'slide' | 'spreadsheet' | 'text' | 'vector' | 'video';
2
+ type FileFormat = 'archive' | 'attachment' | 'audio' | 'certificate' | 'code' | 'data' | 'document' | 'email' | 'executable' | 'image' | 'markup' | 'slide' | 'spreadsheet' | 'text' | 'vector' | 'video';
3
3
  interface FileFormatVariant {
4
4
  icon: string;
5
5
  variant: ThemeFullVariantType;