@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
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2024-12-05T16:19:08",
2
+ "timestamp": "2024-12-19T14:55:54",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.22.2",
@@ -21,13 +21,13 @@
21
21
  "props": [
22
22
  {
23
23
  "name": "interactive",
24
- "type": "boolean",
24
+ "type": "boolean | undefined",
25
25
  "complexType": {
26
26
  "original": "boolean",
27
- "resolved": "boolean",
27
+ "resolved": "boolean | undefined",
28
28
  "references": {}
29
29
  },
30
- "mutable": true,
30
+ "mutable": false,
31
31
  "attr": "interactive",
32
32
  "reflectToAttr": true,
33
33
  "docs": "",
@@ -35,9 +35,12 @@
35
35
  "values": [
36
36
  {
37
37
  "type": "boolean"
38
+ },
39
+ {
40
+ "type": "undefined"
38
41
  }
39
42
  ],
40
- "optional": false,
43
+ "optional": true,
41
44
  "required": false
42
45
  },
43
46
  {
@@ -48,7 +51,7 @@
48
51
  "resolved": "boolean",
49
52
  "references": {}
50
53
  },
51
- "mutable": true,
54
+ "mutable": false,
52
55
  "attr": "overlay-actions",
53
56
  "reflectToAttr": true,
54
57
  "docs": "",
@@ -60,18 +63,110 @@
60
63
  ],
61
64
  "optional": false,
62
65
  "required": false
66
+ },
67
+ {
68
+ "name": "selectable",
69
+ "type": "boolean | undefined",
70
+ "complexType": {
71
+ "original": "boolean",
72
+ "resolved": "boolean | undefined",
73
+ "references": {}
74
+ },
75
+ "mutable": false,
76
+ "attr": "selectable",
77
+ "reflectToAttr": true,
78
+ "docs": "",
79
+ "docsTags": [],
80
+ "default": "undefined",
81
+ "values": [
82
+ {
83
+ "type": "boolean"
84
+ },
85
+ {
86
+ "type": "undefined"
87
+ }
88
+ ],
89
+ "optional": true,
90
+ "required": false
91
+ },
92
+ {
93
+ "name": "selected",
94
+ "type": "boolean | undefined",
95
+ "complexType": {
96
+ "original": "boolean",
97
+ "resolved": "boolean | undefined",
98
+ "references": {}
99
+ },
100
+ "mutable": true,
101
+ "attr": "selected",
102
+ "reflectToAttr": true,
103
+ "docs": "",
104
+ "docsTags": [],
105
+ "values": [
106
+ {
107
+ "type": "boolean"
108
+ },
109
+ {
110
+ "type": "undefined"
111
+ }
112
+ ],
113
+ "optional": true,
114
+ "required": false
115
+ },
116
+ {
117
+ "name": "value",
118
+ "type": "number | string | undefined",
119
+ "complexType": {
120
+ "original": "string | number",
121
+ "resolved": "number | string | undefined",
122
+ "references": {}
123
+ },
124
+ "mutable": false,
125
+ "attr": "value",
126
+ "reflectToAttr": true,
127
+ "docs": "",
128
+ "docsTags": [],
129
+ "values": [
130
+ {
131
+ "type": "number"
132
+ },
133
+ {
134
+ "type": "string"
135
+ },
136
+ {
137
+ "type": "undefined"
138
+ }
139
+ ],
140
+ "optional": true,
141
+ "required": false
63
142
  }
64
143
  ],
65
- "methods": [],
66
- "events": [],
67
- "listeners": [
144
+ "methods": [
68
145
  {
69
- "event": "mdsTableInteractiveChange",
70
- "target": "document",
71
- "capture": false,
72
- "passive": false
146
+ "name": "updateLang",
147
+ "returns": {
148
+ "type": "Promise<void>",
149
+ "docs": ""
150
+ },
151
+ "complexType": {
152
+ "signature": "() => Promise<void>",
153
+ "parameters": [],
154
+ "references": {
155
+ "Promise": {
156
+ "location": "global",
157
+ "id": "global::Promise"
158
+ }
159
+ },
160
+ "return": "Promise<void>"
161
+ },
162
+ "signature": "updateLang() => Promise<void>",
163
+ "parameters": [],
164
+ "docs": "",
165
+ "docsTags": []
73
166
  }
74
167
  ],
168
+ "events": [],
169
+ "listeners": [],
75
170
  "styles": [],
76
171
  "slots": [
77
172
  {
@@ -1,5 +1,5 @@
1
1
  const NAMESPACE = 'mds-table-row';
2
- const BUILD = /* mds-table-row */ { allRenderFn: true, appendChildSlotFix: false, asyncLoading: true, asyncQueue: false, attachStyles: true, cloneNodeFix: false, cmpDidLoad: true, cmpDidRender: false, cmpDidUnload: false, cmpDidUpdate: false, cmpShouldUpdate: false, cmpWillLoad: true, cmpWillRender: false, cmpWillUpdate: false, connectedCallback: false, constructableCSS: true, cssAnnotations: true, devTools: false, disconnectedCallback: false, element: false, event: false, experimentalScopedSlotChanges: false, experimentalSlotFixes: false, formAssociated: false, hasRenderFn: true, hostListener: true, hostListenerTarget: true, hostListenerTargetBody: false, hostListenerTargetDocument: true, hostListenerTargetParent: false, hostListenerTargetWindow: false, hotModuleReplacement: false, hydrateClientSide: false, hydrateServerSide: false, hydratedAttribute: true, hydratedClass: false, hydratedSelectorName: "hydrated", initializeNextTick: false, invisiblePrehydration: true, isDebug: false, isDev: false, isTesting: false, lazyLoad: true, lifecycle: true, lifecycleDOMEvents: false, member: true, method: false, mode: false, observeAttribute: true, profile: false, prop: true, propBoolean: true, propMutable: true, propNumber: false, propString: false, reflect: true, scoped: false, scopedSlotTextContentFix: false, scriptDataOpts: false, shadowDelegatesFocus: false, shadowDom: true, slot: true, slotChildNodesFix: false, slotRelocation: false, state: false, style: true, svg: false, taskQueue: true, transformTagName: false, updatable: true, vdomAttribute: true, vdomClass: true, vdomFunctional: false, vdomKey: true, vdomListener: false, vdomPropOrAttr: true, vdomRef: false, vdomRender: true, vdomStyle: true, vdomText: true, vdomXlink: false, watchCallback: false };
2
+ const BUILD = /* mds-table-row */ { allRenderFn: true, appendChildSlotFix: false, asyncLoading: true, asyncQueue: false, attachStyles: true, cloneNodeFix: false, cmpDidLoad: true, cmpDidRender: false, cmpDidUnload: false, cmpDidUpdate: false, cmpShouldUpdate: false, cmpWillLoad: true, cmpWillRender: false, cmpWillUpdate: false, connectedCallback: false, constructableCSS: true, cssAnnotations: true, devTools: false, disconnectedCallback: false, element: false, event: false, experimentalScopedSlotChanges: false, experimentalSlotFixes: false, formAssociated: false, hasRenderFn: true, hostListener: false, hostListenerTarget: false, hostListenerTargetBody: false, hostListenerTargetDocument: false, hostListenerTargetParent: false, hostListenerTargetWindow: false, hotModuleReplacement: false, hydrateClientSide: false, hydrateServerSide: false, hydratedAttribute: true, hydratedClass: false, hydratedSelectorName: "hydrated", initializeNextTick: false, invisiblePrehydration: true, isDebug: false, isDev: false, isTesting: false, lazyLoad: true, lifecycle: true, lifecycleDOMEvents: false, member: true, method: true, mode: false, observeAttribute: true, profile: false, prop: true, propBoolean: true, propMutable: true, propNumber: false, propString: false, reflect: true, scoped: false, scopedSlotTextContentFix: false, scriptDataOpts: false, shadowDelegatesFocus: false, shadowDom: true, slot: true, slotChildNodesFix: false, slotRelocation: false, state: true, style: true, svg: false, taskQueue: true, transformTagName: false, updatable: true, vdomAttribute: true, vdomClass: true, vdomFunctional: false, vdomKey: true, vdomListener: true, vdomPropOrAttr: true, vdomRef: false, vdomRender: true, vdomStyle: true, vdomText: true, vdomXlink: false, watchCallback: false };
3
3
 
4
4
  /*
5
5
  Stencil Client Platform v4.22.2 | MIT Licensed | https://stenciljs.com
@@ -19,6 +19,9 @@ var registerHost = (hostElement, cmpMeta) => {
19
19
  $cmpMeta$: cmpMeta,
20
20
  $instanceValues$: /* @__PURE__ */ new Map()
21
21
  };
22
+ {
23
+ hostRef.$onInstancePromise$ = new Promise((r) => hostRef.$onInstanceResolve$ = r);
24
+ }
22
25
  {
23
26
  hostRef.$onReadyPromise$ = new Promise((r) => hostRef.$onReadyResolve$ = r);
24
27
  hostElement["s-p"] = [];
@@ -84,22 +87,6 @@ var plt = {
84
87
  rel: (el, eventName, listener, opts) => el.removeEventListener(eventName, listener, opts),
85
88
  ce: (eventName, opts) => new CustomEvent(eventName, opts)
86
89
  };
87
- var supportsListenerOptions = /* @__PURE__ */ (() => {
88
- let supportsListenerOptions2 = false;
89
- try {
90
- doc.addEventListener(
91
- "e",
92
- null,
93
- Object.defineProperty({}, "passive", {
94
- get() {
95
- supportsListenerOptions2 = true;
96
- }
97
- })
98
- );
99
- } catch (e) {
100
- }
101
- return supportsListenerOptions2;
102
- })();
103
90
  var promiseResolve = (v) => Promise.resolve(v);
104
91
  var supportsConstructableStylesheets = /* @__PURE__ */ (() => {
105
92
  try {
@@ -395,7 +382,7 @@ var getScopeId = (cmp, mode) => "sc-" + (cmp.$tagName$);
395
382
  var setAccessor = (elm, memberName, oldValue, newValue, isSvg, flags) => {
396
383
  if (oldValue !== newValue) {
397
384
  let isProp = isMemberInElement(elm, memberName);
398
- memberName.toLowerCase();
385
+ let ln = memberName.toLowerCase();
399
386
  if (memberName === "class") {
400
387
  const classList = elm.classList;
401
388
  const oldClasses = parseClassList(oldValue);
@@ -423,7 +410,25 @@ var setAccessor = (elm, memberName, oldValue, newValue, isSvg, flags) => {
423
410
  }
424
411
  }
425
412
  }
426
- } else if (memberName === "key") ; else {
413
+ } else if (memberName === "key") ; else if ((!isProp ) && memberName[0] === "o" && memberName[1] === "n") {
414
+ if (memberName[2] === "-") {
415
+ memberName = memberName.slice(3);
416
+ } else if (isMemberInElement(win, ln)) {
417
+ memberName = ln.slice(2);
418
+ } else {
419
+ memberName = ln[2] + memberName.slice(3);
420
+ }
421
+ if (oldValue || newValue) {
422
+ const capture = memberName.endsWith(CAPTURE_EVENT_SUFFIX);
423
+ memberName = memberName.replace(CAPTURE_EVENT_REGEX, "");
424
+ if (oldValue) {
425
+ plt.rel(elm, memberName, oldValue, capture);
426
+ }
427
+ if (newValue) {
428
+ plt.ael(elm, memberName, newValue, capture);
429
+ }
430
+ }
431
+ } else {
427
432
  const isComplex = isComplexType(newValue);
428
433
  if ((isProp || isComplex && newValue !== null) && !isSvg) {
429
434
  try {
@@ -461,6 +466,8 @@ var setAccessor = (elm, memberName, oldValue, newValue, isSvg, flags) => {
461
466
  };
462
467
  var parseClassListRegex = /\s/;
463
468
  var parseClassList = (value) => !value ? [] : value.split(parseClassListRegex);
469
+ var CAPTURE_EVENT_SUFFIX = "Capture";
470
+ var CAPTURE_EVENT_REGEX = new RegExp(CAPTURE_EVENT_SUFFIX + "$");
464
471
 
465
472
  // src/runtime/vdom/update-element.ts
466
473
  var updateElement = (oldVnode, newVnode, isSvgMode2) => {
@@ -736,13 +743,6 @@ var dispatchHooks = (hostRef, isInitialLoad) => {
736
743
  }
737
744
  let maybePromise;
738
745
  if (isInitialLoad) {
739
- {
740
- hostRef.$flags$ |= 256 /* isListenReady */;
741
- if (hostRef.$queuedListeners$) {
742
- hostRef.$queuedListeners$.map(([methodName, event]) => safeCall(instance, methodName, event));
743
- hostRef.$queuedListeners$ = void 0;
744
- }
745
- }
746
746
  {
747
747
  maybePromise = safeCall(instance, "componentWillLoad");
748
748
  }
@@ -830,6 +830,9 @@ var postUpdateComponent = (hostRef) => {
830
830
  } else {
831
831
  endPostUpdate();
832
832
  }
833
+ {
834
+ hostRef.$onInstanceResolve$(elm);
835
+ }
833
836
  {
834
837
  if (hostRef.$onRenderResolve$) {
835
838
  hostRef.$onRenderResolve$();
@@ -905,6 +908,17 @@ var proxyComponent = (Cstr, cmpMeta, flags) => {
905
908
  configurable: true,
906
909
  enumerable: true
907
910
  });
911
+ } else if (flags & 1 /* isElementConstructor */ && memberFlags & 64 /* Method */) {
912
+ Object.defineProperty(prototype, memberName, {
913
+ value(...args) {
914
+ var _a2;
915
+ const ref = getHostRef(this);
916
+ return (_a2 = ref == null ? void 0 : ref.$onInstancePromise$) == null ? void 0 : _a2.then(() => {
917
+ var _a3;
918
+ return (_a3 = ref.$lazyInstance$) == null ? void 0 : _a3[memberName](...args);
919
+ });
920
+ }
921
+ });
908
922
  }
909
923
  });
910
924
  if ((flags & 1 /* isElementConstructor */)) {
@@ -1049,7 +1063,6 @@ var connectedCallback = (elm) => {
1049
1063
  initializeComponent(elm, hostRef, cmpMeta);
1050
1064
  }
1051
1065
  } else {
1052
- addHostEventListeners(elm, hostRef, cmpMeta.$listeners$);
1053
1066
  if (hostRef == null ? void 0 : hostRef.$lazyInstance$) ; else if (hostRef == null ? void 0 : hostRef.$onReadyPromise$) {
1054
1067
  hostRef.$onReadyPromise$.then(() => fireConnectedCallback());
1055
1068
  }
@@ -1062,12 +1075,6 @@ var disconnectInstance = (instance) => {
1062
1075
  var disconnectedCallback = async (elm) => {
1063
1076
  if ((plt.$flags$ & 1 /* isTmpDisconnected */) === 0) {
1064
1077
  const hostRef = getHostRef(elm);
1065
- {
1066
- if (hostRef.$rmListeners$) {
1067
- hostRef.$rmListeners$.map((rmListener) => rmListener());
1068
- hostRef.$rmListeners$ = void 0;
1069
- }
1070
- }
1071
1078
  if (hostRef == null ? void 0 : hostRef.$lazyInstance$) ; else if (hostRef == null ? void 0 : hostRef.$onReadyPromise$) {
1072
1079
  hostRef.$onReadyPromise$.then(() => disconnectInstance());
1073
1080
  }
@@ -1104,9 +1111,6 @@ var bootstrapLazy = (lazyBundles, options = {}) => {
1104
1111
  {
1105
1112
  cmpMeta.$members$ = compactMeta[2];
1106
1113
  }
1107
- {
1108
- cmpMeta.$listeners$ = compactMeta[3];
1109
- }
1110
1114
  {
1111
1115
  cmpMeta.$attrsToReflect$ = [];
1112
1116
  }
@@ -1135,10 +1139,9 @@ var bootstrapLazy = (lazyBundles, options = {}) => {
1135
1139
  }
1136
1140
  }
1137
1141
  connectedCallback() {
1138
- const hostRef = getHostRef(this);
1142
+ getHostRef(this);
1139
1143
  if (!this.hasRegisteredEventListeners) {
1140
1144
  this.hasRegisteredEventListeners = true;
1141
- addHostEventListeners(this, hostRef, cmpMeta.$listeners$);
1142
1145
  }
1143
1146
  if (appLoadFallback) {
1144
1147
  clearTimeout(appLoadFallback);
@@ -1193,39 +1196,6 @@ var bootstrapLazy = (lazyBundles, options = {}) => {
1193
1196
  }
1194
1197
  endBootstrap();
1195
1198
  };
1196
- var addHostEventListeners = (elm, hostRef, listeners, attachParentListeners) => {
1197
- if (listeners) {
1198
- listeners.map(([flags, name, method]) => {
1199
- const target = getHostListenerTarget(elm, flags) ;
1200
- const handler = hostListenerProxy(hostRef, method);
1201
- const opts = hostListenerOpts(flags);
1202
- plt.ael(target, name, handler, opts);
1203
- (hostRef.$rmListeners$ = hostRef.$rmListeners$ || []).push(() => plt.rel(target, name, handler, opts));
1204
- });
1205
- }
1206
- };
1207
- var hostListenerProxy = (hostRef, methodName) => (ev) => {
1208
- var _a;
1209
- try {
1210
- {
1211
- if (hostRef.$flags$ & 256 /* isListenReady */) {
1212
- (_a = hostRef.$lazyInstance$) == null ? void 0 : _a[methodName](ev);
1213
- } else {
1214
- (hostRef.$queuedListeners$ = hostRef.$queuedListeners$ || []).push([methodName, ev]);
1215
- }
1216
- }
1217
- } catch (e) {
1218
- consoleError(e);
1219
- }
1220
- };
1221
- var getHostListenerTarget = (elm, flags) => {
1222
- if (flags & 4 /* TargetDocument */) return doc;
1223
- return elm;
1224
- };
1225
- var hostListenerOpts = (flags) => supportsListenerOptions ? {
1226
- passive: (flags & 1 /* Passive */) !== 0,
1227
- capture: (flags & 2 /* Capture */) !== 0
1228
- } : (flags & 2 /* Capture */) !== 0;
1229
1199
 
1230
1200
  // src/runtime/nonce.ts
1231
1201
  var setNonce = (nonce) => plt.$nonce$ = nonce;
@@ -1,11 +1,11 @@
1
- import { b as bootstrapLazy } from './index-a948f479.js';
2
- export { s as setNonce } from './index-a948f479.js';
1
+ import { b as bootstrapLazy } from './index-b3683315.js';
2
+ export { s as setNonce } from './index-b3683315.js';
3
3
  import { g as globalScripts } from './app-globals-0f993ce5.js';
4
4
 
5
5
  const defineCustomElements = async (win, options) => {
6
6
  if (typeof window === 'undefined') return undefined;
7
7
  await globalScripts();
8
- return bootstrapLazy([["mds-table-row",[[1,"mds-table-row",{"interactive":[1540],"overlayActions":[1540,"overlay-actions"]},[[4,"mdsTableInteractiveChange","tableInteractiveHandler"]]]]]], options);
8
+ return bootstrapLazy([["mds-table-row",[[1,"mds-table-row",{"interactive":[516],"overlayActions":[516,"overlay-actions"],"selectable":[516],"selected":[1540],"value":[520],"language":[32],"updateLang":[64]}]]]], options);
9
9
  };
10
10
 
11
11
  export { defineCustomElements };