@maggioli-design-system/mds-table-row 4.8.0 → 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 (84) hide show
  1. package/dist/cjs/{index-6ff13374.js → index-41069a63.js} +66 -71
  2. package/dist/cjs/loader.cjs.js +2 -2
  3. package/dist/cjs/mds-table-row.cjs.entry.js +905 -12
  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 +58 -59
  7. package/dist/collection/components/mds-table-row/mds-table-row.js +123 -20
  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 +912 -14
  14. package/dist/documentation.json +108 -13
  15. package/dist/esm/{index-0a14d3b4.js → index-b3683315.js} +66 -71
  16. package/dist/esm/loader.js +3 -3
  17. package/dist/esm/mds-table-row.entry.js +905 -12
  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 +241 -68
  31. package/dist/types/common/slot.d.ts +2 -0
  32. package/dist/types/components/mds-table-row/mds-table-row.d.ts +12 -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 +138 -21
  40. package/package.json +2 -2
  41. package/readme.md +37 -4
  42. package/src/common/slot.ts +15 -0
  43. package/src/components/mds-table-row/css/mds-table-row-actions.css +45 -0
  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-pref-animation.css +4 -2
  46. package/src/components/mds-table-row/css/mds-table-row-selected.css +5 -0
  47. package/src/components/mds-table-row/css/mds-table-row-sorted.css +11 -0
  48. package/src/components/mds-table-row/mds-table-row.css +12 -83
  49. package/src/components/mds-table-row/mds-table-row.tsx +63 -16
  50. package/src/components/mds-table-row/meta/locale.el.json +4 -0
  51. package/src/components/mds-table-row/meta/locale.en.json +4 -0
  52. package/src/components/mds-table-row/meta/locale.es.json +4 -0
  53. package/src/components/mds-table-row/meta/locale.it.json +4 -0
  54. package/src/components/mds-table-row/readme.md +20 -4
  55. package/src/components.d.ts +8 -1
  56. package/src/dictionary/animation.ts +8 -0
  57. package/src/dictionary/file-extensions.ts +6 -60
  58. package/src/fixtures/filenames.ts +63 -0
  59. package/src/fixtures/icons.json +1 -0
  60. package/src/meta/file-format/locale.el.json +26 -21
  61. package/src/meta/file-format/locale.en.json +26 -21
  62. package/src/meta/file-format/locale.es.json +26 -21
  63. package/src/meta/file-format/locale.it.json +26 -21
  64. package/src/type/animation.ts +3 -0
  65. package/src/type/file-types.ts +6 -0
  66. package/src/type/variant-file-format.ts +6 -0
  67. package/www/build/mds-table-row.esm.js +1 -1
  68. package/www/build/mds-table-row.js +1 -1
  69. package/www/build/p-6e0586ed.system.entry.js +6 -0
  70. package/www/build/p-883b6082.entry.js +6 -0
  71. package/www/build/p-94f5e1a3.system.js +2 -0
  72. package/www/build/p-953317ff.js +2 -0
  73. package/www/build/p-ca6821e0.system.js +1 -0
  74. package/dist/esm-es5/index-0a14d3b4.js +0 -1
  75. package/dist/mds-table-row/p-25a5e94e.system.js +0 -1
  76. package/dist/mds-table-row/p-33796315.entry.js +0 -1
  77. package/dist/mds-table-row/p-580bb30b.system.js +0 -2
  78. package/dist/mds-table-row/p-60aa058b.js +0 -2
  79. package/dist/mds-table-row/p-cca5599e.system.entry.js +0 -1
  80. package/www/build/p-25a5e94e.system.js +0 -1
  81. package/www/build/p-33796315.entry.js +0 -1
  82. package/www/build/p-580bb30b.system.js +0 -2
  83. package/www/build/p-60aa058b.js +0 -2
  84. package/www/build/p-cca5599e.system.entry.js +0 -1
package/dist/stats.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2024-12-04T16:25:26",
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-6ff13374.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-0a14d3b4.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-0a14d3b4.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",
@@ -97,24 +100,24 @@
97
100
  "./dist/mds-table-row/index.esm.js",
98
101
  "./dist/mds-table-row/mds-table-row.esm.js",
99
102
  "./dist/mds-table-row/mds-table-row.js",
100
- "./dist/mds-table-row/p-25a5e94e.system.js",
101
- "./dist/mds-table-row/p-33796315.entry.js",
102
103
  "./dist/mds-table-row/p-50ea2036.system.js",
103
104
  "./dist/mds-table-row/p-56ba5cbf.system.js",
104
- "./dist/mds-table-row/p-580bb30b.system.js",
105
- "./dist/mds-table-row/p-60aa058b.js",
106
- "./dist/mds-table-row/p-cca5599e.system.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",
107
110
  "./dist/mds-table-row/p-e1255160.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
- "./www/build/p-25a5e94e.system.js",
112
- "./www/build/p-33796315.entry.js",
113
114
  "./www/build/p-50ea2036.system.js",
114
115
  "./www/build/p-56ba5cbf.system.js",
115
- "./www/build/p-580bb30b.system.js",
116
- "./www/build/p-60aa058b.js",
117
- "./www/build/p-cca5599e.system.entry.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",
118
121
  "./www/build/p-e1255160.js"
119
122
  ]
120
123
  },
@@ -148,12 +151,12 @@
148
151
  "components": [
149
152
  "mds-table-row"
150
153
  ],
151
- "bundleId": "p-33796315",
152
- "fileName": "p-33796315.entry.js",
154
+ "bundleId": "p-883b6082",
155
+ "fileName": "p-883b6082.entry.js",
153
156
  "imports": [
154
- "p-60aa058b.js"
157
+ "p-953317ff.js"
155
158
  ],
156
- "originalByteSize": 5883
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-0a14d3b4.js"
171
+ "index-b3683315.js"
169
172
  ],
170
- "originalByteSize": 5887
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-0a14d3b4.js"
185
+ "index-b3683315.js"
183
186
  ],
184
- "originalByteSize": 5887
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-cca5599e.system",
194
- "fileName": "p-cca5599e.system.entry.js",
196
+ "bundleId": "p-6e0586ed.system",
197
+ "fileName": "p-6e0586ed.system.entry.js",
195
198
  "imports": [
196
- "p-580bb30b.system.js"
199
+ "p-94f5e1a3.system.js"
197
200
  ],
198
- "originalByteSize": 6480
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-6ff13374.js"
213
+ "index-41069a63.js"
211
214
  ],
212
- "originalByteSize": 5964
215
+ "originalByteSize": 35196
213
216
  }
214
217
  ]
215
218
  },
@@ -238,29 +241,44 @@
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
- "potentialCmpRefs": [],
266
+ "potentialCmpRefs": [
267
+ "mds-table-cell",
268
+ "mds-input-switch"
269
+ ],
252
270
  "properties": [
253
271
  {
254
272
  "name": "interactive",
255
273
  "type": "boolean",
256
274
  "attribute": "interactive",
257
275
  "reflect": true,
258
- "mutable": true,
276
+ "mutable": false,
259
277
  "required": false,
260
- "optional": false,
278
+ "optional": true,
261
279
  "complexType": {
262
280
  "original": "boolean",
263
- "resolved": "boolean",
281
+ "resolved": "boolean | undefined",
264
282
  "references": {}
265
283
  },
266
284
  "docs": {
@@ -274,7 +292,7 @@
274
292
  "type": "boolean",
275
293
  "attribute": "overlay-actions",
276
294
  "reflect": true,
277
- "mutable": true,
295
+ "mutable": false,
278
296
  "required": false,
279
297
  "optional": false,
280
298
  "complexType": {
@@ -287,10 +305,72 @@
287
305
  "text": ""
288
306
  },
289
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
290
366
  }
291
367
  ],
292
368
  "shadowDelegatesFocus": false,
293
- "states": []
369
+ "states": [
370
+ {
371
+ "name": "language"
372
+ }
373
+ ]
294
374
  }
295
375
  ],
296
376
  "entries": [
@@ -312,12 +392,12 @@
312
392
  "type": "boolean",
313
393
  "attribute": "interactive",
314
394
  "reflect": true,
315
- "mutable": true,
395
+ "mutable": false,
316
396
  "required": false,
317
- "optional": false,
397
+ "optional": true,
318
398
  "complexType": {
319
399
  "original": "boolean",
320
- "resolved": "boolean",
400
+ "resolved": "boolean | undefined",
321
401
  "references": {}
322
402
  },
323
403
  "docs": {
@@ -331,7 +411,7 @@
331
411
  "type": "boolean",
332
412
  "attribute": "overlay-actions",
333
413
  "reflect": true,
334
- "mutable": true,
414
+ "mutable": false,
335
415
  "required": false,
336
416
  "optional": false,
337
417
  "complexType": {
@@ -344,20 +424,94 @@
344
424
  "text": ""
345
425
  },
346
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
347
485
  }
348
486
  ],
349
487
  "virtualProperties": [],
350
- "states": [],
351
- "methods": [],
352
- "listeners": [
488
+ "states": [
353
489
  {
354
- "name": "mdsTableInteractiveChange",
355
- "method": "tableInteractiveHandler",
356
- "capture": false,
357
- "passive": false,
358
- "target": "document"
490
+ "name": "language"
359
491
  }
360
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": [],
361
515
  "events": [],
362
516
  "watchers": [],
363
517
  "styles": [
@@ -392,7 +546,7 @@
392
546
  "sourceMapPath": null,
393
547
  "hasAttributeChangedCallbackFn": false,
394
548
  "hasComponentWillLoadFn": true,
395
- "hasComponentDidLoadFn": false,
549
+ "hasComponentDidLoadFn": true,
396
550
  "hasComponentShouldUpdateFn": false,
397
551
  "hasComponentWillUpdateFn": false,
398
552
  "hasComponentDidUpdateFn": false,
@@ -404,14 +558,14 @@
404
558
  "hasElement": false,
405
559
  "hasEvent": false,
406
560
  "hasLifecycle": true,
407
- "hasListener": true,
408
- "hasListenerTarget": true,
561
+ "hasListener": false,
562
+ "hasListenerTarget": false,
409
563
  "hasListenerTargetWindow": false,
410
- "hasListenerTargetDocument": true,
564
+ "hasListenerTargetDocument": false,
411
565
  "hasListenerTargetBody": false,
412
566
  "hasListenerTargetParent": false,
413
567
  "hasMember": true,
414
- "hasMethod": false,
568
+ "hasMethod": true,
415
569
  "hasMode": false,
416
570
  "hasAttribute": true,
417
571
  "hasProp": true,
@@ -421,18 +575,18 @@
421
575
  "hasPropMutable": true,
422
576
  "hasReflect": true,
423
577
  "hasRenderFn": true,
424
- "hasState": false,
578
+ "hasState": true,
425
579
  "hasStyle": true,
426
580
  "hasVdomAttribute": true,
427
581
  "hasVdomXlink": false,
428
582
  "hasVdomClass": true,
429
583
  "hasVdomFunctional": false,
430
584
  "hasVdomKey": true,
431
- "hasVdomListener": false,
585
+ "hasVdomListener": true,
432
586
  "hasVdomPropOrAttr": true,
433
587
  "hasVdomRef": false,
434
588
  "hasVdomRender": true,
435
- "hasVdomStyle": false,
589
+ "hasVdomStyle": true,
436
590
  "hasVdomText": true,
437
591
  "hasWatchCallback": false,
438
592
  "isPlain": false,
@@ -440,15 +594,26 @@
440
594
  "key",
441
595
  "role",
442
596
  "class",
597
+ "title",
598
+ "lang",
599
+ "type",
600
+ "checked",
601
+ "onMdsInputSwitchChange",
602
+ "style",
443
603
  "name"
444
604
  ],
445
605
  "htmlTagNames": [
446
- "slot",
447
- "div"
606
+ "mds-table-cell",
607
+ "div",
608
+ "mds-input-switch",
609
+ "slot"
448
610
  ],
449
611
  "htmlParts": [],
450
612
  "isUpdateable": true,
451
- "potentialCmpRefs": [],
613
+ "potentialCmpRefs": [
614
+ "mds-table-cell",
615
+ "mds-input-switch"
616
+ ],
452
617
  "dependents": [],
453
618
  "dependencies": [],
454
619
  "directDependents": [],
@@ -460,7 +625,7 @@
460
625
  ],
461
626
  "componentGraph": {
462
627
  "sc-mds-table-row": [
463
- "p-60aa058b.js"
628
+ "p-953317ff.js"
464
629
  ]
465
630
  },
466
631
  "sourceGraph": {
@@ -471,6 +636,7 @@
471
636
  "./src/common/icon.ts": [],
472
637
  "./src/common/keyboard-manager.ts": [],
473
638
  "./src/common/locale.ts": [],
639
+ "./src/common/slot.ts": [],
474
640
  "./src/common/unit.ts": [],
475
641
  "./src/common/yugop/core.ts": [
476
642
  "./src/common/yugop/utils/math",
@@ -488,7 +654,13 @@
488
654
  "./src/common/yugop/utils/noop.ts": [],
489
655
  "./src/common/yugop/utils/prng.ts": [],
490
656
  "./src/common/yugop/utils/string.ts": [],
491
- "./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": [],
492
664
  "./src/dictionary/autocomplete.ts": [],
493
665
  "./src/dictionary/button.ts": [],
494
666
  "./src/dictionary/color.ts": [],
@@ -505,6 +677,7 @@
505
677
  "./src/dictionary/variant.ts": [],
506
678
  "./src/fixtures/cities.ts": [],
507
679
  "./src/fixtures/filenames.ts": [],
680
+ "./src/type/animation.ts": [],
508
681
  "./src/type/autocomplete.ts": [],
509
682
  "./src/type/button.ts": [],
510
683
  "./src/type/date.ts": [],
@@ -0,0 +1,2 @@
1
+ declare const hasSlottedElements: (el: HTMLElement, name?: string) => boolean;
2
+ export { hasSlottedElements, };
@@ -4,9 +4,18 @@
4
4
  export declare class MdsTableRow {
5
5
  host: HTMLMdsTableRowElement;
6
6
  private actions;
7
- interactive: boolean;
8
- overlayActions: boolean;
9
- tableInteractiveHandler(event: CustomEvent<boolean>): void;
7
+ private hasActions;
8
+ private sizerWidth;
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;
10
17
  componentWillLoad(): void;
18
+ componentDidLoad(): void;
19
+ private handleSelectionChange;
11
20
  render(): any;
12
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';