@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
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2024-12-04T16:25:25",
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: false, 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: false, 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,14 +382,53 @@ 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);
402
389
  const newClasses = parseClassList(newValue);
403
390
  classList.remove(...oldClasses.filter((c) => c && !newClasses.includes(c)));
404
391
  classList.add(...newClasses.filter((c) => c && !oldClasses.includes(c)));
405
- } else if (memberName === "key") ; else {
392
+ } else if (memberName === "style") {
393
+ {
394
+ for (const prop in oldValue) {
395
+ if (!newValue || newValue[prop] == null) {
396
+ if (prop.includes("-")) {
397
+ elm.style.removeProperty(prop);
398
+ } else {
399
+ elm.style[prop] = "";
400
+ }
401
+ }
402
+ }
403
+ }
404
+ for (const prop in newValue) {
405
+ if (!oldValue || newValue[prop] !== oldValue[prop]) {
406
+ if (prop.includes("-")) {
407
+ elm.style.setProperty(prop, newValue[prop]);
408
+ } else {
409
+ elm.style[prop] = newValue[prop];
410
+ }
411
+ }
412
+ }
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 {
406
432
  const isComplex = isComplexType(newValue);
407
433
  if ((isProp || isComplex && newValue !== null) && !isSvg) {
408
434
  try {
@@ -440,6 +466,8 @@ var setAccessor = (elm, memberName, oldValue, newValue, isSvg, flags) => {
440
466
  };
441
467
  var parseClassListRegex = /\s/;
442
468
  var parseClassList = (value) => !value ? [] : value.split(parseClassListRegex);
469
+ var CAPTURE_EVENT_SUFFIX = "Capture";
470
+ var CAPTURE_EVENT_REGEX = new RegExp(CAPTURE_EVENT_SUFFIX + "$");
443
471
 
444
472
  // src/runtime/vdom/update-element.ts
445
473
  var updateElement = (oldVnode, newVnode, isSvgMode2) => {
@@ -715,13 +743,6 @@ var dispatchHooks = (hostRef, isInitialLoad) => {
715
743
  }
716
744
  let maybePromise;
717
745
  if (isInitialLoad) {
718
- {
719
- hostRef.$flags$ |= 256 /* isListenReady */;
720
- if (hostRef.$queuedListeners$) {
721
- hostRef.$queuedListeners$.map(([methodName, event]) => safeCall(instance, methodName, event));
722
- hostRef.$queuedListeners$ = void 0;
723
- }
724
- }
725
746
  {
726
747
  maybePromise = safeCall(instance, "componentWillLoad");
727
748
  }
@@ -789,12 +810,16 @@ var postUpdateComponent = (hostRef) => {
789
810
  const tagName = hostRef.$cmpMeta$.$tagName$;
790
811
  const elm = hostRef.$hostElement$;
791
812
  const endPostUpdate = createTime("postUpdate", tagName);
813
+ const instance = hostRef.$lazyInstance$ ;
792
814
  const ancestorComponent = hostRef.$ancestorComponent$;
793
815
  if (!(hostRef.$flags$ & 64 /* hasLoadedComponent */)) {
794
816
  hostRef.$flags$ |= 64 /* hasLoadedComponent */;
795
817
  {
796
818
  addHydratedFlag(elm);
797
819
  }
820
+ {
821
+ safeCall(instance, "componentDidLoad");
822
+ }
798
823
  endPostUpdate();
799
824
  {
800
825
  hostRef.$onReadyResolve$(elm);
@@ -805,6 +830,9 @@ var postUpdateComponent = (hostRef) => {
805
830
  } else {
806
831
  endPostUpdate();
807
832
  }
833
+ {
834
+ hostRef.$onInstanceResolve$(elm);
835
+ }
808
836
  {
809
837
  if (hostRef.$onRenderResolve$) {
810
838
  hostRef.$onRenderResolve$();
@@ -880,6 +908,17 @@ var proxyComponent = (Cstr, cmpMeta, flags) => {
880
908
  configurable: true,
881
909
  enumerable: true
882
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
+ });
883
922
  }
884
923
  });
885
924
  if ((flags & 1 /* isElementConstructor */)) {
@@ -1024,7 +1063,6 @@ var connectedCallback = (elm) => {
1024
1063
  initializeComponent(elm, hostRef, cmpMeta);
1025
1064
  }
1026
1065
  } else {
1027
- addHostEventListeners(elm, hostRef, cmpMeta.$listeners$);
1028
1066
  if (hostRef == null ? void 0 : hostRef.$lazyInstance$) ; else if (hostRef == null ? void 0 : hostRef.$onReadyPromise$) {
1029
1067
  hostRef.$onReadyPromise$.then(() => fireConnectedCallback());
1030
1068
  }
@@ -1037,12 +1075,6 @@ var disconnectInstance = (instance) => {
1037
1075
  var disconnectedCallback = async (elm) => {
1038
1076
  if ((plt.$flags$ & 1 /* isTmpDisconnected */) === 0) {
1039
1077
  const hostRef = getHostRef(elm);
1040
- {
1041
- if (hostRef.$rmListeners$) {
1042
- hostRef.$rmListeners$.map((rmListener) => rmListener());
1043
- hostRef.$rmListeners$ = void 0;
1044
- }
1045
- }
1046
1078
  if (hostRef == null ? void 0 : hostRef.$lazyInstance$) ; else if (hostRef == null ? void 0 : hostRef.$onReadyPromise$) {
1047
1079
  hostRef.$onReadyPromise$.then(() => disconnectInstance());
1048
1080
  }
@@ -1079,9 +1111,6 @@ var bootstrapLazy = (lazyBundles, options = {}) => {
1079
1111
  {
1080
1112
  cmpMeta.$members$ = compactMeta[2];
1081
1113
  }
1082
- {
1083
- cmpMeta.$listeners$ = compactMeta[3];
1084
- }
1085
1114
  {
1086
1115
  cmpMeta.$attrsToReflect$ = [];
1087
1116
  }
@@ -1110,10 +1139,9 @@ var bootstrapLazy = (lazyBundles, options = {}) => {
1110
1139
  }
1111
1140
  }
1112
1141
  connectedCallback() {
1113
- const hostRef = getHostRef(this);
1142
+ getHostRef(this);
1114
1143
  if (!this.hasRegisteredEventListeners) {
1115
1144
  this.hasRegisteredEventListeners = true;
1116
- addHostEventListeners(this, hostRef, cmpMeta.$listeners$);
1117
1145
  }
1118
1146
  if (appLoadFallback) {
1119
1147
  clearTimeout(appLoadFallback);
@@ -1168,39 +1196,6 @@ var bootstrapLazy = (lazyBundles, options = {}) => {
1168
1196
  }
1169
1197
  endBootstrap();
1170
1198
  };
1171
- var addHostEventListeners = (elm, hostRef, listeners, attachParentListeners) => {
1172
- if (listeners) {
1173
- listeners.map(([flags, name, method]) => {
1174
- const target = getHostListenerTarget(elm, flags) ;
1175
- const handler = hostListenerProxy(hostRef, method);
1176
- const opts = hostListenerOpts(flags);
1177
- plt.ael(target, name, handler, opts);
1178
- (hostRef.$rmListeners$ = hostRef.$rmListeners$ || []).push(() => plt.rel(target, name, handler, opts));
1179
- });
1180
- }
1181
- };
1182
- var hostListenerProxy = (hostRef, methodName) => (ev) => {
1183
- var _a;
1184
- try {
1185
- {
1186
- if (hostRef.$flags$ & 256 /* isListenReady */) {
1187
- (_a = hostRef.$lazyInstance$) == null ? void 0 : _a[methodName](ev);
1188
- } else {
1189
- (hostRef.$queuedListeners$ = hostRef.$queuedListeners$ || []).push([methodName, ev]);
1190
- }
1191
- }
1192
- } catch (e) {
1193
- consoleError(e);
1194
- }
1195
- };
1196
- var getHostListenerTarget = (elm, flags) => {
1197
- if (flags & 4 /* TargetDocument */) return doc;
1198
- return elm;
1199
- };
1200
- var hostListenerOpts = (flags) => supportsListenerOptions ? {
1201
- passive: (flags & 1 /* Passive */) !== 0,
1202
- capture: (flags & 2 /* Capture */) !== 0
1203
- } : (flags & 2 /* Capture */) !== 0;
1204
1199
 
1205
1200
  // src/runtime/nonce.ts
1206
1201
  var setNonce = (nonce) => plt.$nonce$ = nonce;
@@ -1,11 +1,11 @@
1
- import { b as bootstrapLazy } from './index-0a14d3b4.js';
2
- export { s as setNonce } from './index-0a14d3b4.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 };