@mgdis/mg-components 6.22.0 → 6.23.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 (158) hide show
  1. package/dist/cjs/{index-C2viYwrR.js → index-BEF-cqV9.js} +325 -1789
  2. package/dist/cjs/loader.cjs.js +2 -2
  3. package/dist/cjs/{mg-action-more_37.cjs.entry.js → mg-action-more_36.cjs.entry.js} +242 -172
  4. package/dist/cjs/mg-alert.cjs.entry.js +6 -2
  5. package/dist/cjs/mg-breadcrumb.cjs.entry.js +2 -2
  6. package/dist/cjs/mg-components.cjs.js +3 -3
  7. package/dist/cjs/mg-fieldset.cjs.entry.js +4 -3
  8. package/dist/cjs/mg-input-combobox.cjs.entry.js +4 -3
  9. package/dist/cjs/mg-input-file.cjs.entry.js +5 -4
  10. package/dist/cjs/mg-input-rich-text-editor.cjs.entry.js +7491 -6367
  11. package/dist/cjs/mg-input.conf-wgTh7iBb.js +84 -0
  12. package/dist/cjs/mg-loader.cjs.entry.js +2 -2
  13. package/dist/cjs/mg-progress.cjs.entry.js +2 -2
  14. package/dist/collection/assets/icons/index.js +1 -1
  15. package/dist/collection/collection-manifest.json +2 -2
  16. package/dist/collection/components/atoms/internals/mg-input-title/mg-input-title.js +5 -2
  17. package/dist/collection/components/atoms/mg-badge/mg-badge.js +12 -3
  18. package/dist/collection/components/atoms/mg-button/mg-button.js +9 -4
  19. package/dist/collection/components/atoms/mg-card/mg-card.js +16 -7
  20. package/dist/collection/components/atoms/mg-icon/mg-icon.js +16 -9
  21. package/dist/collection/components/atoms/mg-tag/mg-tag.js +2 -1
  22. package/dist/collection/components/atoms/mg-tooltip/mg-tooltip.js +9 -3
  23. package/dist/collection/components/molecules/inputs/mg-input/mg-input.js +15 -13
  24. package/dist/collection/components/molecules/inputs/mg-input-checkbox/MgInputCheckboxPaginated.js +38 -0
  25. package/dist/collection/components/molecules/inputs/mg-input-checkbox/mg-input-checkbox.conf.js +3 -2
  26. package/dist/collection/components/molecules/inputs/mg-input-checkbox/mg-input-checkbox.js +49 -26
  27. package/dist/collection/components/molecules/inputs/mg-input-combobox/mg-input-combobox.js +16 -8
  28. package/dist/collection/components/molecules/inputs/mg-input-date/mg-input-date.js +6 -3
  29. package/dist/collection/components/molecules/inputs/mg-input-file/mg-input-file.js +7 -4
  30. package/dist/collection/components/molecules/inputs/mg-input-numeric/mg-input-numeric.js +11 -5
  31. package/dist/collection/components/molecules/inputs/mg-input-password/mg-input-password.js +7 -3
  32. package/dist/collection/components/molecules/inputs/mg-input-radio/mg-input-radio.js +7 -3
  33. package/dist/collection/components/molecules/inputs/mg-input-rich-text-editor/mg-input-rich-text-editor.js +9 -4
  34. package/dist/collection/components/molecules/inputs/mg-input-select/mg-input-select.js +61 -19
  35. package/dist/collection/components/molecules/inputs/mg-input-text/mg-input-text.js +15 -8
  36. package/dist/collection/components/molecules/inputs/mg-input-textarea/mg-input-textarea.js +7 -3
  37. package/dist/collection/components/molecules/inputs/mg-input-toggle/mg-input-toggle.js +9 -4
  38. package/dist/collection/components/molecules/internals/mg-item-more/mg-item-more.js +5 -3
  39. package/dist/collection/components/molecules/menus/mg-menu/mg-menu.js +5 -3
  40. package/dist/collection/components/molecules/menus/mg-menu-item/mg-menu-item.js +8 -4
  41. package/dist/collection/components/molecules/mg-action-more/mg-action-more.js +11 -7
  42. package/dist/collection/components/molecules/mg-alert/mg-alert.js +29 -3
  43. package/dist/collection/components/molecules/mg-breadcrumb/mg-breadcrumb.js +3 -2
  44. package/dist/collection/components/molecules/mg-details/mg-details.js +3 -1
  45. package/dist/collection/components/molecules/mg-fieldset/mg-fieldset.js +5 -2
  46. package/dist/collection/components/molecules/mg-form/mg-form.js +8 -4
  47. package/dist/collection/components/molecules/mg-illustrated-message/mg-illustrated-message.js +5 -3
  48. package/dist/collection/components/molecules/mg-loader/mg-loader.js +1 -1
  49. package/dist/collection/components/molecules/mg-message/mg-message.js +43 -4
  50. package/dist/collection/components/molecules/mg-modal/mg-modal.js +4 -3
  51. package/dist/collection/components/molecules/mg-pagination/mg-pagination.js +2 -1
  52. package/dist/collection/components/molecules/mg-panel/mg-panel.js +20 -6
  53. package/dist/collection/components/molecules/mg-popover/mg-popover-content/mg-popover-content.js +1 -1
  54. package/dist/collection/components/molecules/mg-popover/mg-popover.js +3 -2
  55. package/dist/collection/components/molecules/mg-progress/mg-progress.js +3 -2
  56. package/dist/collection/components/molecules/mg-skip-links/mg-skip-links.js +3 -2
  57. package/dist/collection/components/molecules/mg-table/mg-table.js +4 -2
  58. package/dist/collection/components/molecules/mg-tabs/mg-tabs.js +3 -2
  59. package/dist/components/index2.js +1 -1
  60. package/dist/components/index3.js +1 -1
  61. package/dist/components/index4.js +1 -0
  62. package/dist/components/mg-action-more.js +1 -1
  63. package/dist/components/mg-alert.js +1 -1
  64. package/dist/components/mg-badge2.js +1 -1
  65. package/dist/components/mg-breadcrumb.js +1 -1
  66. package/dist/components/mg-button2.js +1 -1
  67. package/dist/components/mg-card2.js +1 -1
  68. package/dist/components/mg-character-left2.js +1 -1
  69. package/dist/components/mg-details.js +1 -1
  70. package/dist/components/mg-divider2.js +1 -1
  71. package/dist/components/mg-fieldset.js +1 -1
  72. package/dist/components/mg-form.js +1 -1
  73. package/dist/components/mg-icon2.js +1 -1
  74. package/dist/components/mg-illustrated-message.js +1 -1
  75. package/dist/components/mg-input-checkbox.js +1 -1
  76. package/dist/components/mg-input-combobox.js +1 -1
  77. package/dist/components/mg-input-date.js +1 -1
  78. package/dist/components/mg-input-file.js +1 -1
  79. package/dist/components/mg-input-numeric.js +1 -1
  80. package/dist/components/mg-input-password.js +1 -1
  81. package/dist/components/mg-input-radio.js +1 -1
  82. package/dist/components/mg-input-rich-text-editor.js +284 -284
  83. package/dist/components/mg-input-select2.js +1 -1
  84. package/dist/components/mg-input-text2.js +1 -1
  85. package/dist/components/mg-input-textarea.js +1 -1
  86. package/dist/components/mg-input-title2.js +1 -1
  87. package/dist/components/mg-input-toggle.js +1 -1
  88. package/dist/components/mg-input2.js +1 -1
  89. package/dist/components/mg-item-more2.js +1 -1
  90. package/dist/components/mg-loader2.js +1 -1
  91. package/dist/components/mg-menu-item2.js +1 -1
  92. package/dist/components/mg-message2.js +1 -1
  93. package/dist/components/mg-modal.js +1 -1
  94. package/dist/components/mg-pagination.js +1 -1
  95. package/dist/components/mg-panel.js +1 -1
  96. package/dist/components/mg-popover-content2.js +1 -1
  97. package/dist/components/mg-popover2.js +1 -1
  98. package/dist/components/mg-progress.js +1 -1
  99. package/dist/components/mg-skip-links.js +1 -1
  100. package/dist/components/mg-table.js +1 -1
  101. package/dist/components/mg-tabs2.js +1 -1
  102. package/dist/components/mg-tooltip2.js +1 -1
  103. package/dist/custom-elements.json +8828 -0
  104. package/dist/esm/{index-DFwaH2hS.js → index-DshvCiTL.js} +325 -1789
  105. package/dist/esm/loader.js +3 -3
  106. package/dist/esm/{mg-action-more_37.entry.js → mg-action-more_36.entry.js} +244 -173
  107. package/dist/esm/mg-alert.entry.js +6 -2
  108. package/dist/esm/mg-breadcrumb.entry.js +2 -2
  109. package/dist/esm/mg-components.js +4 -4
  110. package/dist/esm/mg-fieldset.entry.js +4 -3
  111. package/dist/esm/mg-input-combobox.entry.js +4 -3
  112. package/dist/esm/mg-input-file.entry.js +5 -4
  113. package/dist/esm/mg-input-rich-text-editor.entry.js +7491 -6367
  114. package/dist/esm/mg-input.conf-DOi9lJXy.js +73 -0
  115. package/dist/esm/mg-loader.entry.js +2 -2
  116. package/dist/esm/mg-progress.entry.js +2 -2
  117. package/dist/mg-components/mg-components.esm.js +1 -1
  118. package/dist/mg-components/{p-d5e69c95.entry.js → p-13feb37a.entry.js} +1 -1
  119. package/dist/mg-components/{p-c8c8cfc1.entry.js → p-236bb1d2.entry.js} +1 -1
  120. package/dist/mg-components/p-79265ad3.entry.js +1 -0
  121. package/dist/mg-components/{p-adec7fcc.entry.js → p-7c63e469.entry.js} +1 -1
  122. package/dist/mg-components/p-7fd3e519.entry.js +1 -0
  123. package/dist/mg-components/p-DOi9lJXy.js +1 -0
  124. package/dist/mg-components/p-DshvCiTL.js +2 -0
  125. package/dist/mg-components/p-a0e2c886.entry.js +1 -0
  126. package/dist/mg-components/p-cdb01923.entry.js +1 -0
  127. package/dist/mg-components/p-d0b6d8f5.entry.js +1 -0
  128. package/dist/mg-components/{p-c63f97f0.entry.js → p-d698fa67.entry.js} +283 -283
  129. package/dist/types/assets/icons/index.d.ts +2 -0
  130. package/dist/types/components/atoms/internals/mg-input-title/mg-input-title.d.ts +4 -0
  131. package/dist/types/components/atoms/mg-badge/mg-badge.d.ts +4 -0
  132. package/dist/types/components/molecules/inputs/mg-input-checkbox/MgInputCheckboxList.d.ts +2 -2
  133. package/dist/types/components/molecules/inputs/mg-input-checkbox/MgInputCheckboxPaginated.d.ts +8 -0
  134. package/dist/types/components/molecules/inputs/mg-input-checkbox/mg-input-checkbox.conf.d.ts +16 -8
  135. package/dist/types/components/molecules/inputs/mg-input-checkbox/mg-input-checkbox.d.ts +15 -5
  136. package/dist/types/components/molecules/inputs/mg-input-select/mg-input-select.d.ts +12 -6
  137. package/dist/types/components/molecules/mg-alert/mg-alert.d.ts +4 -0
  138. package/dist/types/components/molecules/mg-message/mg-message.d.ts +6 -0
  139. package/dist/types/components.d.ts +547 -170
  140. package/dist/types/stencil-public-runtime.d.ts +53 -2
  141. package/ide/intellij/web-types.json +211 -3476
  142. package/ide/vscode/css-custom-data.json +1 -1
  143. package/ide/vscode/html-custom-data.json +58 -314
  144. package/package.json +30 -25
  145. package/dist/cjs/mg-input.conf-BNpeATnq.js +0 -35
  146. package/dist/collection/components/molecules/inputs/mg-input-checkbox/mg-input-checkbox-paginated/mg-input-checkbox-paginated.js +0 -245
  147. package/dist/components/mg-input-checkbox-paginated.d.ts +0 -11
  148. package/dist/components/mg-input-checkbox-paginated.js +0 -1
  149. package/dist/components/mg-input-checkbox-paginated2.js +0 -1
  150. package/dist/esm/mg-input.conf-C9rmNQIL.js +0 -25
  151. package/dist/mg-components/p-0482eb9f.entry.js +0 -1
  152. package/dist/mg-components/p-2ee92f38.entry.js +0 -1
  153. package/dist/mg-components/p-3b653226.entry.js +0 -1
  154. package/dist/mg-components/p-5745fbea.entry.js +0 -1
  155. package/dist/mg-components/p-C9rmNQIL.js +0 -1
  156. package/dist/mg-components/p-DFwaH2hS.js +0 -2
  157. package/dist/mg-components/p-cc793586.entry.js +0 -1
  158. package/dist/types/components/molecules/inputs/mg-input-checkbox/mg-input-checkbox-paginated/mg-input-checkbox-paginated.d.ts +0 -77
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-C2viYwrR.js');
3
+ var index = require('./index-BEF-cqV9.js');
4
4
  var index$1 = require('./index-CpENFzEo.js');
5
5
  var index$2 = require('./index-BxB20_Vw.js');
6
6
 
@@ -39,6 +39,10 @@ const MgAlert = class {
39
39
  * Define variant style
40
40
  */
41
41
  this.variantStyle = 'bar-left';
42
+ /**
43
+ * Define if alert fits its parent element
44
+ */
45
+ this.fullWidth = false;
42
46
  /**
43
47
  * Component classes
44
48
  */
@@ -155,7 +159,7 @@ const MgAlert = class {
155
159
  * @returns HTML Element
156
160
  */
157
161
  render() {
158
- return (index.h("mg-message", { key: '6085a45d00c4762bae88d98e89f44c20d5f9b6c4', class: this.classCollection.join(), role: ['info', 'success'].includes(this.variant) ? 'status' : 'alert', variant: this.variant, variantStyle: this.variantStyle }, index.h("slot", { key: '55491d1b41609883958680c14a2ddb8dd84a3bd4' }), this.hasActions ? (index.h("span", { slot: "actions" }, index.h("slot", { name: "actions" }))) : (index.h("span", { class: "mg-c-alert__close-button" }, index.h("mg-button", { "is-icon": true, variant: "flat", label: this.messages.alert.closeButton, onClick: this.handleClose }, index.h("mg-icon", { icon: "cross" }))))));
162
+ return (index.h("mg-message", { key: '8d10696cd86b00304d8ae409e36691a41a16702e', class: this.classCollection.join(), role: ['info', 'success'].includes(this.variant) ? 'status' : 'alert', variant: this.variant, variantStyle: this.variantStyle, fullWidth: this.fullWidth }, index.h("slot", { key: '598a86d657b77006f5a9e9dbf33e7969669be125' }), this.hasActions ? (index.h("span", { slot: "actions" }, index.h("slot", { name: "actions" }))) : (index.h("span", { class: "mg-c-alert__close-button" }, index.h("mg-button", { "is-icon": true, variant: "flat", label: this.messages.alert.closeButton, onClick: this.handleClose }, index.h("mg-icon", { icon: "cross" }))))));
159
163
  }
160
164
  get element() { return index.getElement(this); }
161
165
  static get watchers() { return {
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-C2viYwrR.js');
3
+ var index = require('./index-BEF-cqV9.js');
4
4
  var index$2 = require('./index-BxB20_Vw.js');
5
5
  var index$1 = require('./index-CpENFzEo.js');
6
6
 
@@ -46,7 +46,7 @@ const MgBreadcrumb = class {
46
46
  this.messages = index$2.initLocales(this.element).messages.breadcrumb;
47
47
  }
48
48
  render() {
49
- return (index.h("nav", { key: '5181512072a7de6e161adcbb9988ae3407f61301', "aria-label": this.messages.label, class: "mg-c-breadcrumb" }, index.h("ol", { key: '2a4cec366a72027091ebcbccd78d552884005b93', class: "mg-c-breadcrumb__list" }, this.items.map((item, index$1) => {
49
+ return (index.h("nav", { key: 'af5c541e6a268af67762eb9d384269511fe0be17', "aria-label": this.messages.label, class: "mg-c-breadcrumb" }, index.h("ol", { key: 'b5fdfe61eb2c826b3462bdd65cacfb73d4f00484', class: "mg-c-breadcrumb__list" }, this.items.map((item, index$1) => {
50
50
  var _a;
51
51
  return (index.h("li", { key: `${index$1}-${(_a = item.href) !== null && _a !== void 0 ? _a : item.label}`, class: "mg-c-breadcrumb__list-item" }, this.renderItem(item, index$1 === this.items.length - 1)));
52
52
  }))));
@@ -1,10 +1,10 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-C2viYwrR.js');
3
+ var index = require('./index-BEF-cqV9.js');
4
4
 
5
5
  var _documentCurrentScript = typeof document !== 'undefined' ? document.currentScript : null;
6
6
  /*
7
- Stencil Client Patch Browser v4.40.1 | MIT Licensed | https://stenciljs.com
7
+ Stencil Client Patch Browser v4.43.5 | MIT Licensed | https://stenciljs.com
8
8
  */
9
9
 
10
10
  var patchBrowser = () => {
@@ -18,7 +18,7 @@ var patchBrowser = () => {
18
18
 
19
19
  patchBrowser().then(async (options) => {
20
20
  await index.globalScripts();
21
- return index.bootstrapLazy(JSON.parse("[[\"mg-action-more_37.cjs\",[[1,\"mg-input-checkbox\",{\"value\":[1040],\"type\":[1025],\"identifier\":[1],\"name\":[1],\"label\":[1],\"labelOnTop\":[4,\"label-on-top\"],\"labelHide\":[4,\"label-hide\"],\"inputVerticalList\":[4,\"input-vertical-list\"],\"required\":[4],\"readonly\":[4],\"displaySelectedValues\":[4,\"display-selected-values\"],\"disabled\":[4],\"tooltip\":[1],\"tooltipPosition\":[1,\"tooltip-position\"],\"helpText\":[1,\"help-text\"],\"valid\":[1028],\"invalid\":[1028],\"editButtonMessage\":[1,\"edit-button-message\"],\"showButtonMessage\":[1,\"show-button-message\"],\"selectButtonMessage\":[1,\"select-button-message\"],\"classCollection\":[32],\"errorMessage\":[32],\"checkboxItems\":[32],\"displaySearchInput\":[32],\"searchValue\":[32],\"searchResults\":[32],\"selectValuesButtonKey\":[32],\"activeTab\":[32],\"setFocus\":[64],\"displayError\":[64],\"setError\":[64],\"reset\":[64]},null,{\"value\":[{\"validateValue\":0}],\"type\":[{\"validateType\":0}],\"inputVerticalList\":[{\"watchInputVerticalList\":0}],\"readonly\":[{\"watchReadonly\":0},{\"handleValidityChange\":0}],\"displaySelectedValues\":[{\"watchDisplaySelectedValues\":0}],\"required\":[{\"handleValidityChange\":0}],\"disabled\":[{\"handleValidityChange\":0},{\"validateDisabled\":0}],\"checkboxItems\":[{\"validateCheckboxItems\":0}],\"displaySearchInput\":[{\"watchDisplaySearchInput\":0}],\"searchValue\":[{\"validateSearchValue\":0}]}],[1,\"mg-action-more\",{\"items\":[16],\"icon\":[1040],\"button\":[16],\"displayChevron\":[4,\"display-chevron\"],\"expanded\":[32]},null,{\"items\":[{\"validateItems\":0}],\"icon\":[{\"validateIcon\":0}],\"button\":[{\"validateButton\":0}],\"displayChevron\":[{\"validateDisplayChevron\":0}]}],[257,\"mg-panel\",{\"identifier\":[1],\"panelTitle\":[1025,\"panel-title\"],\"titlePattern\":[1,\"title-pattern\"],\"titlePatternErrorMessage\":[1,\"title-pattern-error-message\"],\"titleEditable\":[1028,\"title-editable\"],\"titlePosition\":[1,\"title-position\"],\"expanded\":[1028],\"expandToggleDisplay\":[1,\"expand-toggle-display\"],\"expandToggleDisabled\":[4,\"expand-toggle-disabled\"],\"shadow\":[4],\"classCollection\":[32],\"isEditing\":[32],\"updatedPanelTitle\":[32]},null,{\"identifier\":[{\"watchIdentifier\":0}],\"panelTitle\":[{\"validatePanelTitle\":0}],\"titlePattern\":[{\"validateTitlePattern\":0}],\"titlePatternErrorMessage\":[{\"validateTitlePattern\":0}],\"titleEditable\":[{\"validateTitleEditable\":0}],\"titlePosition\":[{\"validateTitlePosition\":0}],\"expanded\":[{\"handleExpanded\":0}],\"expandToggleDisplay\":[{\"validateExpandToggleDisplay\":0}]}],[1,\"mg-pagination\",{\"identifier\":[1],\"label\":[1025],\"hideNavigationLabels\":[4,\"hide-navigation-labels\"],\"hidePageCount\":[4,\"hide-page-count\"],\"totalPages\":[2,\"total-pages\"],\"currentPage\":[1538,\"current-page\"],\"messages\":[16]},null,{\"identifier\":[{\"watchIdentifier\":0}],\"totalPages\":[{\"validateTotalPages\":0}],\"currentPage\":[{\"validateCurrentPage\":0}],\"messages\":[{\"watchPaginationMessages\":0}]}],[1,\"mg-input-password\",{\"value\":[1537],\"identifier\":[1],\"name\":[1],\"label\":[1],\"labelOnTop\":[4,\"label-on-top\"],\"labelHide\":[4,\"label-hide\"],\"placeholder\":[1],\"maxlength\":[2],\"required\":[4],\"readonly\":[4],\"disabled\":[4],\"mgWidth\":[8,\"mg-width\"],\"tooltip\":[1],\"tooltipPosition\":[1,\"tooltip-position\"],\"helpText\":[1,\"help-text\"],\"valid\":[1028],\"invalid\":[1028],\"classCollection\":[32],\"errorMessage\":[32],\"displayPassword\":[32],\"setFocus\":[64],\"displayError\":[64],\"setError\":[64],\"reset\":[64]},null,{\"value\":[{\"handleValue\":0}],\"readonly\":[{\"watchReadonly\":0},{\"handleValidityChange\":0}],\"required\":[{\"handleValidityChange\":0}],\"disabled\":[{\"handleValidityChange\":0},{\"watchDisabled\":0}],\"mgWidth\":[{\"watchMgWidth\":0}]}],[1,\"mg-input-textarea\",{\"value\":[1537],\"identifier\":[1],\"name\":[1],\"label\":[1],\"labelOnTop\":[4,\"label-on-top\"],\"labelHide\":[4,\"label-hide\"],\"placeholder\":[1],\"maxlength\":[2],\"required\":[4],\"readonly\":[4],\"disabled\":[4],\"mgWidth\":[8,\"mg-width\"],\"pattern\":[1],\"patternErrorMessage\":[1,\"pattern-error-message\"],\"rows\":[2],\"tooltip\":[1],\"tooltipPosition\":[1,\"tooltip-position\"],\"characterLeftHide\":[4,\"character-left-hide\"],\"helpText\":[1,\"help-text\"],\"resizable\":[1],\"valid\":[1028],\"invalid\":[1028],\"classCollection\":[32],\"errorMessage\":[32],\"setFocus\":[64],\"displayError\":[64],\"setError\":[64],\"reset\":[64]},null,{\"value\":[{\"handleValue\":0}],\"readonly\":[{\"watchReadonly\":0},{\"handleValidityChange\":0}],\"required\":[{\"handleValidityChange\":0}],\"disabled\":[{\"handleValidityChange\":0},{\"validateDisabled\":0}],\"mgWidth\":[{\"watchMgWidth\":0}],\"pattern\":[{\"validatePattern\":0}],\"patternErrorMessage\":[{\"validatePattern\":0}],\"characterLeftHide\":[{\"validatecharacterLeftHide\":0}]}],[1,\"mg-input-date\",{\"value\":[1537],\"identifier\":[1],\"name\":[1],\"label\":[1],\"labelOnTop\":[4,\"label-on-top\"],\"labelHide\":[4,\"label-hide\"],\"required\":[4],\"readonly\":[4],\"min\":[1],\"max\":[1],\"disabled\":[4],\"tooltip\":[1],\"tooltipPosition\":[1,\"tooltip-position\"],\"helpText\":[1,\"help-text\"],\"valid\":[1028],\"invalid\":[1028],\"classCollection\":[32],\"errorMessage\":[32],\"setFocus\":[64],\"displayError\":[64],\"setError\":[64],\"reset\":[64]},null,{\"value\":[{\"validateValue\":0}],\"readonly\":[{\"watchReadonly\":0},{\"handleValidityChange\":0}],\"min\":[{\"validateMinMax\":0},{\"handleValidityChange\":0}],\"max\":[{\"validateMinMax\":0},{\"handleValidityChange\":0}],\"required\":[{\"handleValidityChange\":0}],\"disabled\":[{\"handleValidityChange\":0},{\"watchDisabled\":0}]}],[257,\"mg-input-numeric\",{\"value\":[1537],\"identifier\":[1],\"name\":[1],\"label\":[1],\"labelOnTop\":[4,\"label-on-top\"],\"labelHide\":[4,\"label-hide\"],\"placeholder\":[1],\"required\":[4],\"readonly\":[4],\"max\":[2],\"min\":[2],\"disabled\":[4],\"mgWidth\":[8,\"mg-width\"],\"tooltip\":[1],\"tooltipPosition\":[1,\"tooltip-position\"],\"helpText\":[1,\"help-text\"],\"type\":[1],\"format\":[1],\"currency\":[1],\"unit\":[1],\"unitDisplay\":[1,\"unit-display\"],\"integerLength\":[2,\"integer-length\"],\"decimalLength\":[2,\"decimal-length\"],\"valid\":[1028],\"invalid\":[1028],\"classCollection\":[32],\"errorMessage\":[32],\"hasFocus\":[32],\"setFocus\":[64],\"displayError\":[64],\"setError\":[64],\"reset\":[64]},null,{\"value\":[{\"validateValue\":0}],\"readonly\":[{\"watchReadonly\":0},{\"handleValidityChange\":0}],\"required\":[{\"handleValidityChange\":0}],\"disabled\":[{\"handleValidityChange\":0},{\"watchDisabled\":0}],\"min\":[{\"handleValidityChange\":0}],\"max\":[{\"handleValidityChange\":0}],\"mgWidth\":[{\"watchMgWidth\":0}],\"type\":[{\"validateType\":0}],\"format\":[{\"watchFormat\":0}],\"integerLength\":[{\"validateIntegerLength\":0}],\"decimalLength\":[{\"validateDecimalLength\":0}]}],[1,\"mg-input-radio\",{\"value\":[1032],\"items\":[16],\"identifier\":[1],\"name\":[1],\"label\":[1],\"labelOnTop\":[4,\"label-on-top\"],\"labelHide\":[4,\"label-hide\"],\"inputVerticalList\":[4,\"input-vertical-list\"],\"required\":[4],\"readonly\":[4],\"disabled\":[4],\"tooltip\":[1],\"tooltipPosition\":[1,\"tooltip-position\"],\"helpText\":[1,\"help-text\"],\"valid\":[1028],\"invalid\":[1028],\"classCollection\":[32],\"errorMessage\":[32],\"options\":[32],\"readonlyValue\":[32],\"setFocus\":[64],\"displayError\":[64],\"setError\":[64],\"reset\":[64]},null,{\"value\":[{\"watchValue\":0}],\"items\":[{\"validateItems\":0}],\"inputVerticalList\":[{\"watchInputVerticalList\":0}],\"readonly\":[{\"watchReadonly\":0},{\"handleValidityChange\":0}],\"required\":[{\"handleValidityChange\":0}],\"disabled\":[{\"handleValidityChange\":0},{\"watchDisabled\":0}]}],[257,\"mg-input-toggle\",{\"value\":[1040],\"items\":[16],\"identifier\":[1],\"name\":[1],\"label\":[1],\"labelOnTop\":[4,\"label-on-top\"],\"labelHide\":[4,\"label-hide\"],\"isOnOff\":[1028,\"is-on-off\"],\"isIcon\":[4,\"is-icon\"],\"readonly\":[4],\"disabled\":[4],\"tooltip\":[1],\"tooltipPosition\":[1,\"tooltip-position\"],\"helpText\":[1,\"help-text\"],\"classCollection\":[32],\"options\":[32],\"errorMessage\":[32],\"valid\":[32],\"setFocus\":[64],\"setError\":[64],\"reset\":[64]},null,{\"value\":[{\"watchValue\":0}],\"items\":[{\"watchItems\":0}],\"isOnOff\":[{\"watchIsOnOff\":0}],\"isIcon\":[{\"watchIsIcon\":0}],\"readonly\":[{\"watchReadonly\":0}],\"disabled\":[{\"watchDisabled\":0}]}],[257,\"mg-modal\",{\"identifier\":[1],\"dialogRole\":[1,\"dialog-role\"],\"modalTitle\":[1,\"modal-title\"],\"closeButton\":[4,\"close-button\"],\"open\":[1028],\"hasActions\":[32],\"classCollection\":[32]},null,{\"identifier\":[{\"watchIdentifier\":0}],\"dialogRole\":[{\"validateDialogRole\":0}],\"modalTitle\":[{\"validateModalTitle\":0}],\"open\":[{\"watchOpen\":0}]}],[257,\"mg-details\",{\"toggleClosed\":[1,\"toggle-closed\"],\"toggleOpened\":[1,\"toggle-opened\"],\"hideSummary\":[4,\"hide-summary\"],\"expanded\":[1028]},null,{\"toggleClosed\":[{\"validateTitles\":0}],\"toggleOpened\":[{\"validateTitles\":0}],\"expanded\":[{\"handleExpanded\":0}]}],[1,\"mg-table\",{\"size\":[1],\"fullWidth\":[4,\"full-width\"],\"borderHide\":[4,\"border-hide\"],\"columns\":[16],\"classCollection\":[32]},null,{\"size\":[{\"watchSize\":0}],\"fullWidth\":[{\"watchFullWidth\":0}],\"borderHide\":[{\"watchBorderHide\":0}],\"columns\":[{\"watchColumns\":0}]}],[257,\"mg-form\",{\"identifier\":[1],\"name\":[1],\"readonly\":[4],\"requiredMessage\":[1,\"required-message\"],\"ariaRole\":[1,\"aria-role\"],\"labelOnTop\":[4,\"label-on-top\"],\"disabled\":[4],\"valid\":[1028],\"invalid\":[1028],\"classCollection\":[32],\"requiredMessageText\":[32],\"displayError\":[64],\"reset\":[64]},null,{\"identifier\":[{\"watchIdentifier\":0}],\"requiredMessage\":[{\"validateRequiredMessage\":0},{\"handleAttributeChange\":0}],\"ariaRole\":[{\"validateAriaRole\":0}],\"labelOnTop\":[{\"handlelabelOnTop\":0}],\"readonly\":[{\"handleAttributeChange\":0}],\"disabled\":[{\"handleAttributeChange\":0}]}],[257,\"mg-illustrated-message\",{\"size\":[1],\"direction\":[1],\"classCollection\":[32]},null,{\"size\":[{\"watchSize\":0}],\"direction\":[{\"watchDirection\":0}]}],[1,\"mg-skip-links\",{\"links\":[16]},null,{\"links\":[{\"validateLinks\":0}]}],[257,\"mg-tag\",{\"variant\":[1],\"outline\":[4],\"soft\":[4],\"classCollection\":[32]},null,{\"variant\":[{\"validateVariant\":0}],\"outline\":[{\"validateOutline\":0}],\"soft\":[{\"validateSoft\":0}]}],[1,\"mg-input-select\",{\"value\":[1032],\"items\":[16],\"identifier\":[1],\"name\":[1],\"label\":[1],\"labelOnTop\":[4,\"label-on-top\"],\"labelHide\":[4,\"label-hide\"],\"placeholder\":[1025],\"placeholderHide\":[4,\"placeholder-hide\"],\"placeholderDisabled\":[4,\"placeholder-disabled\"],\"required\":[4],\"readonly\":[4],\"disabled\":[4],\"mgWidth\":[520,\"mg-width\"],\"tooltip\":[1],\"tooltipPosition\":[1,\"tooltip-position\"],\"helpText\":[1,\"help-text\"],\"valid\":[1028],\"invalid\":[1028],\"classCollection\":[32],\"errorMessage\":[32],\"options\":[32],\"valueExist\":[32],\"setFocus\":[64],\"displayError\":[64],\"setError\":[64],\"reset\":[64]},null,{\"value\":[{\"validateValue\":0}],\"items\":[{\"validateItems\":0}],\"readonly\":[{\"watchReadonly\":0},{\"handleValidityChange\":0}],\"required\":[{\"handleValidityChange\":0}],\"disabled\":[{\"handleValidityChange\":0},{\"watchDisabled\":0}],\"mgWidth\":[{\"watchMgWidth\":0}]}],[262,\"mg-input-checkbox-paginated\",{\"readonly\":[4],\"disabled\":[4],\"name\":[1],\"invalid\":[4],\"checkboxes\":[16],\"messages\":[16],\"limit\":[32],\"resetLimit\":[64]},null,{\"checkboxes\":[{\"watchCheckboxes\":0}],\"limit\":[{\"watchLimit\":0}]}],[257,\"mg-message\",{\"variant\":[1],\"variantStyle\":[1,\"variant-style\"],\"classCollection\":[32],\"hasActions\":[32]},null,{\"variant\":[{\"watchVariant\":0}],\"variantStyle\":[{\"watchVariantStyle\":0}]}],[257,\"mg-tabs\",{\"identifier\":[1],\"label\":[1],\"size\":[16],\"items\":[16],\"activeTab\":[1538,\"active-tab\"],\"tabs\":[32],\"classCollection\":[32]},null,{\"identifier\":[{\"watchIdentifier\":0}],\"label\":[{\"validateLabel\":0}],\"items\":[{\"validateItems\":0}],\"activeTab\":[{\"validateActiveTab\":0}]}],[1,\"mg-divider\",{\"fullWidth\":[4,\"full-width\"]}],[257,\"mg-input-text\",{\"value\":[1544],\"identifier\":[1],\"name\":[1],\"label\":[1],\"labelOnTop\":[4,\"label-on-top\"],\"labelHide\":[4,\"label-hide\"],\"type\":[1],\"icon\":[1],\"placeholder\":[1],\"datalistoptions\":[16],\"maxlength\":[2],\"required\":[4],\"readonly\":[4],\"disabled\":[4],\"mgWidth\":[8,\"mg-width\"],\"pattern\":[1],\"patternErrorMessage\":[1,\"pattern-error-message\"],\"tooltip\":[1],\"tooltipPosition\":[1,\"tooltip-position\"],\"characterLeftHide\":[4,\"character-left-hide\"],\"helpText\":[1025,\"help-text\"],\"valid\":[1028],\"invalid\":[1028],\"classCollection\":[32],\"errorMessage\":[32],\"setFocus\":[64],\"displayError\":[64],\"setError\":[64],\"reset\":[64]},null,{\"value\":[{\"handleValue\":0}],\"type\":[{\"validateType\":0}],\"icon\":[{\"validateIcon\":0}],\"datalistoptions\":[{\"validateDatalistoptions\":0}],\"readonly\":[{\"watchReadonly\":0},{\"handleValidityChange\":0}],\"required\":[{\"handleValidityChange\":0}],\"disabled\":[{\"handleValidityChange\":0},{\"watchDisabled\":0}],\"mgWidth\":[{\"watchMgWidth\":0}],\"pattern\":[{\"watchPattern\":0}],\"patternErrorMessage\":[{\"watchPattern\":0}],\"characterLeftHide\":[{\"validateCharacterLeftHide\":0}],\"helpText\":[{\"watchHelpText\":0}]}],[1,\"mg-item-more\",{\"icon\":[16],\"slotlabel\":[16],\"parentMenu\":[32]},null,{\"icon\":[{\"validateIcon\":0}],\"slotlabel\":[{\"validateSlotLabel\":0}]}],[257,\"mg-menu\",{\"label\":[1],\"direction\":[513],\"size\":[16],\"itemmore\":[16]},[[0,\"item-loaded\",\"updateItemListener\"]],{\"label\":[{\"validateLabel\":0}],\"direction\":[{\"validateDirection\":0}],\"itemmore\":[{\"validateItemMore\":0}]}],[257,\"mg-menu-item\",{\"identifier\":[513],\"href\":[1],\"target\":[1],\"status\":[1537],\"isIcon\":[1028,\"is-icon\"],\"expanded\":[1028],\"classNavigationButtonClassList\":[32],\"direction\":[32],\"isItemMore\":[32],\"hasChildren\":[32],\"displayNotificationBadge\":[32]},null,{\"identifier\":[{\"watchIdentifier\":0}],\"target\":[{\"watchTarget\":0}],\"status\":[{\"watchStatus\":0}],\"isIcon\":[{\"watchIsIcon\":0}],\"expanded\":[{\"watchExpanded\":0}],\"direction\":[{\"validateDirection\":0}],\"hasChildren\":[{\"validateHasChildren\":0}],\"data-style-direction\":[{\"watchDataStyleDirection\":0}],\"data-has-focus\":[{\"watchDataHasFocus\":0}]}],[2,\"mg-character-left\",{\"identifier\":[1],\"characters\":[1],\"maxlength\":[2]},null,{\"identifier\":[{\"watchIdentifier\":0}],\"maxlength\":[{\"validateMaxlength\":0}]}],[257,\"mg-popover\",{\"identifier\":[1],\"placement\":[1],\"arrowHide\":[4,\"arrow-hide\"],\"closeButton\":[4,\"close-button\"],\"display\":[1028],\"disabled\":[4]},null,{\"identifier\":[{\"validateIdentifier\":0}],\"arrowHide\":[{\"validateArrowHide\":0}],\"closeButton\":[{\"validateCloseButton\":0}],\"display\":[{\"handleDisplay\":0}]}],[1,\"mg-badge\",{\"value\":[8],\"label\":[1],\"variant\":[1],\"outline\":[4],\"classCollection\":[32]},null,{\"value\":[{\"validateValue\":0}],\"label\":[{\"validateLabel\":0}],\"variant\":[{\"validateVariant\":0}],\"outline\":[{\"validateOutline\":0}]}],[257,\"mg-popover-content\",{\"closeButton\":[4,\"close-button\"],\"classCollection\":[32]}],[257,\"mg-card\",{\"shadow\":[4],\"radiusSize\":[1,\"radius-size\"],\"classCollection\":[32]},null,{\"shadow\":[{\"watchShadow\":0}],\"radiusSize\":[{\"watchRadiusSize\":0}]}],[257,\"mg-input\",{\"identifier\":[1],\"label\":[1],\"labelOnTop\":[4,\"label-on-top\"],\"labelHide\":[4,\"label-hide\"],\"labelHeading\":[1025,\"label-heading\"],\"labelBorderDisplay\":[4,\"label-border-display\"],\"tooltip\":[1],\"tooltipPosition\":[1,\"tooltip-position\"],\"required\":[4],\"errorMessage\":[1,\"error-message\"],\"helpText\":[1,\"help-text\"],\"inputsOnBottom\":[4,\"inputs-on-bottom\"],\"ariaDescribedbyIDs\":[1025,\"aria-describedby-i-ds\"],\"isFieldset\":[32],\"isReadonly\":[32],\"isDisabled\":[32],\"isVerticalList\":[32]},null,{\"identifier\":[{\"watchIdentifier\":0},{\"watchAriaDescribedbyIDs\":0}],\"labelOnTop\":[{\"watchLabelOnTop\":0},{\"watchLabelConfig\":0}],\"labelHide\":[{\"watchLabelConfig\":0}],\"labelHeading\":[{\"watchlabelHeading\":0}],\"labelBorderDisplay\":[{\"watchLabelBorderDisplay\":0}],\"tooltipPosition\":[{\"watchTooltipPosition\":0}],\"errorMessage\":[{\"watchErrorMessage\":0},{\"watchAriaDescribedbyIDs\":0}],\"helpText\":[{\"watchHelpText\":0},{\"watchAriaDescribedbyIDs\":0}],\"inputsOnBottom\":[{\"watchInputsOnBottom\":0}],\"ariaDescribedbyIDs\":[{\"watchAriaDescribedbyIDs\":0}],\"class\":[{\"watchClass\":0},{\"watchLabel\":0}],\"label\":[{\"watchLabel\":0}],\"required\":[{\"watchLabel\":0}],\"isReadonly\":[{\"watchLabel\":0}],\"isFieldset\":[{\"watchLabel\":0}]}],[257,\"mg-button\",{\"variant\":[1025],\"label\":[1],\"type\":[1],\"size\":[1],\"fullWidth\":[4,\"full-width\"],\"form\":[1],\"disabled\":[1028],\"isIcon\":[4,\"is-icon\"],\"disableOnClick\":[4,\"disable-on-click\"],\"loading\":[32],\"classCollection\":[32]},null,{\"variant\":[{\"validateVariant\":0}],\"size\":[{\"validateSize\":0}],\"fullWidth\":[{\"validateFullWidth\":0}],\"disabled\":[{\"disabledHandler\":0}],\"isIcon\":[{\"watchIsIcon\":0}],\"loading\":[{\"loadingHandler\":0}]}],[257,\"mg-tooltip\",{\"identifier\":[1],\"message\":[1],\"placement\":[1],\"display\":[1028],\"disabled\":[4]},null,{\"identifier\":[{\"watchIdentifier\":0}],\"message\":[{\"watchMessage\":0}],\"display\":[{\"watchDisplay\":0}],\"disabled\":[{\"watchDisabled\":0}]}],[262,\"mg-input-title\",{\"identifier\":[1],\"required\":[4],\"readonly\":[4],\"isLegend\":[4,\"is-legend\"],\"tagName\":[32]},null,{\"identifier\":[{\"validateIdentifier\":0}],\"isLegend\":[{\"validateIsLegend\":0}]}],[257,\"mg-tooltip-content\",{\"message\":[1]}],[1,\"mg-icon\",{\"icon\":[1],\"size\":[1],\"variant\":[1],\"variantStyle\":[1025,\"variant-style\"],\"spin\":[4],\"classCollection\":[32]},null,{\"icon\":[{\"validateIcon\":0}],\"size\":[{\"validateSize\":0}],\"variant\":[{\"validateVariant\":0}],\"variantStyle\":[{\"validateVariantStyle\":0}],\"spin\":[{\"handleSpin\":0}]}]]],[\"mg-input-combobox.cjs\",[[1,\"mg-input-combobox\",{\"value\":[1537],\"items\":[16],\"itemsLabel\":[1,\"items-label\"],\"identifier\":[1],\"name\":[1],\"label\":[1],\"labelOnTop\":[4,\"label-on-top\"],\"labelHide\":[4,\"label-hide\"],\"placeholder\":[1],\"required\":[4],\"readonly\":[4],\"disabled\":[4],\"mgWidth\":[8,\"mg-width\"],\"tooltip\":[1],\"tooltipPosition\":[1,\"tooltip-position\"],\"helpText\":[1,\"help-text\"],\"fetchurl\":[1],\"fetchoptions\":[16],\"fetchmappings\":[16],\"valid\":[1028],\"invalid\":[1028],\"isLoading\":[32],\"options\":[32],\"option\":[32],\"filter\":[32],\"classCollection\":[32],\"errorMessage\":[32],\"popoverDisplay\":[32],\"setFocus\":[64],\"displayError\":[64],\"setError\":[64],\"reset\":[64]},null,{\"value\":[{\"watchValue\":0}],\"items\":[{\"watchItems\":0}],\"identifier\":[{\"watchIdentifier\":0}],\"readonly\":[{\"watchReadonly\":0},{\"watchValidityChange\":0}],\"required\":[{\"watchValidityChange\":0}],\"disabled\":[{\"watchValidityChange\":0},{\"watchDisabled\":0}],\"mgWidth\":[{\"watchMgWidth\":0}],\"fetchurl\":[{\"watchFetchUrl\":0}],\"fetchoptions\":[{\"watchFetchOptions\":0}],\"fetchmappings\":[{\"watchFetchMappings\":0}],\"options\":[{\"watchOptions\":0}],\"filter\":[{\"watchFilter\":0}],\"popoverDisplay\":[{\"watchPopoverDisplay\":0}]}]]],[\"mg-input-file.cjs\",[[1,\"mg-input-file\",{\"value\":[1032],\"identifier\":[1],\"name\":[1],\"label\":[1],\"labelOnTop\":[4,\"label-on-top\"],\"labelHide\":[4,\"label-hide\"],\"multiple\":[4],\"accept\":[1],\"maxSize\":[2,\"max-size\"],\"capture\":[1],\"required\":[4],\"disabled\":[4],\"tooltip\":[1],\"tooltipPosition\":[1,\"tooltip-position\"],\"helpText\":[1025,\"help-text\"],\"valid\":[1028],\"invalid\":[1028],\"classCollection\":[32],\"errorMessage\":[32],\"files\":[32],\"setFocus\":[64],\"displayError\":[64],\"setError\":[64],\"reset\":[64]},null,{\"value\":[{\"watchValue\":0},{\"watchMultiple\":0}],\"multiple\":[{\"watchMultiple\":0}],\"accept\":[{\"watchAccept\":0},{\"watchHelpText\":0}],\"required\":[{\"handleValidityChange\":0}],\"disabled\":[{\"handleValidityChange\":0},{\"watchDisabled\":0}],\"helpText\":[{\"watchHelpText\":0}],\"maxSize\":[{\"watchHelpText\":0}],\"files\":[{\"watchFiles\":0}]}]]],[\"mg-fieldset.cjs\",[[257,\"mg-fieldset\",{\"identifier\":[1],\"name\":[1],\"legend\":[1],\"legendHide\":[4,\"legend-hide\"],\"legendHeading\":[1,\"legend-heading\"],\"legendBorderDisplay\":[4,\"legend-border-display\"],\"readonly\":[4],\"disabled\":[4],\"tooltip\":[1],\"helpText\":[1,\"help-text\"],\"errorMessage\":[32],\"valid\":[32],\"classCollection\":[32],\"setCustomValidity\":[64],\"displayError\":[64]},null,{\"legendBorderDisplay\":[{\"watchLegendBorderDisplay\":0}],\"readonly\":[{\"watchReadonly\":0},{\"handleAttributeChange\":0}],\"disabled\":[{\"handleAttributeChange\":0}]}]]],[\"mg-input-rich-text-editor.cjs\",[[1,\"mg-input-rich-text-editor\",{\"value\":[1025],\"identifier\":[1],\"name\":[1],\"label\":[1],\"labelOnTop\":[4,\"label-on-top\"],\"labelHide\":[4,\"label-hide\"],\"placeholder\":[1],\"rows\":[2],\"required\":[4],\"readonly\":[4],\"disabled\":[4],\"pattern\":[1],\"patternErrorMessage\":[1,\"pattern-error-message\"],\"tooltip\":[1],\"tooltipPosition\":[1,\"tooltip-position\"],\"helpText\":[1,\"help-text\"],\"modules\":[1],\"sanitizerOptions\":[16],\"valid\":[1028],\"invalid\":[1028],\"classCollection\":[32],\"errorMessage\":[32],\"setFocus\":[64],\"getEditorHTML\":[64],\"getEditorText\":[64],\"displayError\":[64],\"setError\":[64],\"reset\":[64]},null,{\"readonly\":[{\"watchReadonly\":0},{\"handleValidityChange\":0}],\"disabled\":[{\"watchDisabled\":0},{\"handleValidityChange\":0}],\"required\":[{\"handleValidityChange\":0}],\"pattern\":[{\"validatePattern\":0}],\"patternErrorMessage\":[{\"validatePattern\":0}],\"modules\":[{\"watchModules\":0}],\"sanitizerOptions\":[{\"watchSanitizerOptions\":0}]}]]],[\"mg-alert.cjs\",[[257,\"mg-alert\",{\"delay\":[2],\"variant\":[1],\"variantStyle\":[1,\"variant-style\"],\"classCollection\":[32],\"hasActions\":[32]},null,{\"delay\":[{\"watchDelay\":0}],\"variant\":[{\"watchVariant\":0}],\"variantStyle\":[{\"watchVariantStyle\":0}],\"hidden\":[{\"watchHidden\":0}]}]]],[\"mg-breadcrumb.cjs\",[[1,\"mg-breadcrumb\",{\"items\":[16]},null,{\"items\":[{\"validateItems\":0}]}]]],[\"mg-progress.cjs\",[[1,\"mg-progress\",{\"label\":[1],\"ariaRole\":[1,\"aria-role\"],\"value\":[2],\"min\":[2],\"max\":[2]},null,{\"label\":[{\"watchLabel\":0}],\"ariaRole\":[{\"watchAriaRole\":0}],\"value\":[{\"watchValue\":0}],\"min\":[{\"watchMin\":0}],\"max\":[{\"watchMax\":0}]}]]],[\"mg-loader.cjs\",[[1,\"mg-loader\",{\"message\":[1],\"messageHide\":[4,\"message-hide\"]},null,{\"message\":[{\"watchMessage\":0}]}]]]]"), options);
21
+ return index.bootstrapLazy(JSON.parse("[[\"mg-action-more_36.cjs\",[[1,\"mg-input-checkbox\",{\"value\":[1040],\"type\":[1025],\"identifier\":[1],\"name\":[1],\"label\":[1],\"labelOnTop\":[4,\"label-on-top\"],\"labelHide\":[4,\"label-hide\"],\"inputVerticalList\":[4,\"input-vertical-list\"],\"required\":[4],\"readonly\":[4],\"displaySelectedValues\":[4,\"display-selected-values\"],\"disabled\":[4],\"tooltip\":[1],\"tooltipPosition\":[1,\"tooltip-position\"],\"helpText\":[1,\"help-text\"],\"valid\":[1028],\"invalid\":[1028],\"editButtonMessage\":[1,\"edit-button-message\"],\"showButtonMessage\":[1,\"show-button-message\"],\"selectButtonMessage\":[1,\"select-button-message\"],\"classCollection\":[32],\"errorMessage\":[32],\"checkboxItems\":[32],\"displaySearchInput\":[32],\"searchValue\":[32],\"searchResults\":[32],\"selectValuesButtonKey\":[32],\"activeTab\":[32],\"paginatedLimits\":[32],\"setFocus\":[64],\"displayError\":[64],\"setError\":[64],\"reset\":[64]},null,{\"value\":[{\"validateValue\":0}],\"type\":[{\"validateType\":0}],\"inputVerticalList\":[{\"watchInputVerticalList\":0}],\"readonly\":[{\"watchReadonly\":0},{\"handleValidityChange\":0}],\"displaySelectedValues\":[{\"watchDisplaySelectedValues\":0}],\"required\":[{\"handleValidityChange\":0}],\"disabled\":[{\"handleValidityChange\":0},{\"validateDisabled\":0}],\"checkboxItems\":[{\"validateCheckboxItems\":0}],\"displaySearchInput\":[{\"watchDisplaySearchInput\":0}],\"searchValue\":[{\"validateSearchValue\":0}]}],[1,\"mg-action-more\",{\"items\":[16],\"icon\":[1040],\"button\":[16],\"displayChevron\":[4,\"display-chevron\"],\"expanded\":[32]},null,{\"items\":[{\"validateItems\":0}],\"icon\":[{\"validateIcon\":0}],\"button\":[{\"validateButton\":0}],\"displayChevron\":[{\"validateDisplayChevron\":0}]}],[257,\"mg-panel\",{\"identifier\":[1],\"panelTitle\":[1025,\"panel-title\"],\"titlePattern\":[1,\"title-pattern\"],\"titlePatternErrorMessage\":[1,\"title-pattern-error-message\"],\"titleEditable\":[1028,\"title-editable\"],\"titlePosition\":[1025,\"title-position\"],\"expanded\":[1028],\"expandToggleDisplay\":[1025,\"expand-toggle-display\"],\"expandToggleDisabled\":[4,\"expand-toggle-disabled\"],\"shadow\":[4],\"classCollection\":[32],\"isEditing\":[32],\"updatedPanelTitle\":[32]},null,{\"identifier\":[{\"watchIdentifier\":0}],\"panelTitle\":[{\"validatePanelTitle\":0}],\"titlePattern\":[{\"validateTitlePattern\":0}],\"titlePatternErrorMessage\":[{\"validateTitlePattern\":0}],\"titleEditable\":[{\"validateTitleEditable\":0}],\"titlePosition\":[{\"validateTitlePosition\":0}],\"expanded\":[{\"handleExpanded\":0}],\"expandToggleDisplay\":[{\"validateExpandToggleDisplay\":0}]}],[1,\"mg-pagination\",{\"identifier\":[1],\"label\":[1025],\"hideNavigationLabels\":[4,\"hide-navigation-labels\"],\"hidePageCount\":[4,\"hide-page-count\"],\"totalPages\":[2,\"total-pages\"],\"currentPage\":[1538,\"current-page\"],\"messages\":[16]},null,{\"identifier\":[{\"watchIdentifier\":0}],\"totalPages\":[{\"validateTotalPages\":0}],\"currentPage\":[{\"validateCurrentPage\":0}],\"messages\":[{\"watchPaginationMessages\":0}]}],[1,\"mg-input-password\",{\"value\":[1537],\"identifier\":[1],\"name\":[1],\"label\":[1],\"labelOnTop\":[4,\"label-on-top\"],\"labelHide\":[4,\"label-hide\"],\"placeholder\":[1],\"maxlength\":[2],\"required\":[4],\"readonly\":[4],\"disabled\":[4],\"mgWidth\":[8,\"mg-width\"],\"tooltip\":[1],\"tooltipPosition\":[1,\"tooltip-position\"],\"helpText\":[1,\"help-text\"],\"valid\":[1028],\"invalid\":[1028],\"classCollection\":[32],\"errorMessage\":[32],\"displayPassword\":[32],\"setFocus\":[64],\"displayError\":[64],\"setError\":[64],\"reset\":[64]},null,{\"value\":[{\"handleValue\":0}],\"readonly\":[{\"watchReadonly\":0},{\"handleValidityChange\":0}],\"required\":[{\"handleValidityChange\":0}],\"disabled\":[{\"handleValidityChange\":0},{\"watchDisabled\":0}],\"mgWidth\":[{\"watchMgWidth\":0}]}],[1,\"mg-input-textarea\",{\"value\":[1537],\"identifier\":[1],\"name\":[1],\"label\":[1],\"labelOnTop\":[4,\"label-on-top\"],\"labelHide\":[4,\"label-hide\"],\"placeholder\":[1],\"maxlength\":[2],\"required\":[4],\"readonly\":[4],\"disabled\":[4],\"mgWidth\":[8,\"mg-width\"],\"pattern\":[1],\"patternErrorMessage\":[1,\"pattern-error-message\"],\"rows\":[2],\"tooltip\":[1],\"tooltipPosition\":[1,\"tooltip-position\"],\"characterLeftHide\":[4,\"character-left-hide\"],\"helpText\":[1,\"help-text\"],\"resizable\":[1],\"valid\":[1028],\"invalid\":[1028],\"classCollection\":[32],\"errorMessage\":[32],\"setFocus\":[64],\"displayError\":[64],\"setError\":[64],\"reset\":[64]},null,{\"value\":[{\"handleValue\":0}],\"readonly\":[{\"watchReadonly\":0},{\"handleValidityChange\":0}],\"required\":[{\"handleValidityChange\":0}],\"disabled\":[{\"handleValidityChange\":0},{\"validateDisabled\":0}],\"mgWidth\":[{\"watchMgWidth\":0}],\"pattern\":[{\"validatePattern\":0}],\"patternErrorMessage\":[{\"validatePattern\":0}],\"characterLeftHide\":[{\"validatecharacterLeftHide\":0}]}],[1,\"mg-input-date\",{\"value\":[1537],\"identifier\":[1],\"name\":[1],\"label\":[1],\"labelOnTop\":[4,\"label-on-top\"],\"labelHide\":[4,\"label-hide\"],\"required\":[4],\"readonly\":[4],\"min\":[1],\"max\":[1],\"disabled\":[4],\"tooltip\":[1],\"tooltipPosition\":[1,\"tooltip-position\"],\"helpText\":[1,\"help-text\"],\"valid\":[1028],\"invalid\":[1028],\"classCollection\":[32],\"errorMessage\":[32],\"setFocus\":[64],\"displayError\":[64],\"setError\":[64],\"reset\":[64]},null,{\"value\":[{\"validateValue\":0}],\"readonly\":[{\"watchReadonly\":0},{\"handleValidityChange\":0}],\"min\":[{\"validateMinMax\":0},{\"handleValidityChange\":0}],\"max\":[{\"validateMinMax\":0},{\"handleValidityChange\":0}],\"required\":[{\"handleValidityChange\":0}],\"disabled\":[{\"handleValidityChange\":0},{\"watchDisabled\":0}]}],[257,\"mg-input-numeric\",{\"value\":[1537],\"identifier\":[1],\"name\":[1],\"label\":[1],\"labelOnTop\":[4,\"label-on-top\"],\"labelHide\":[4,\"label-hide\"],\"placeholder\":[1],\"required\":[4],\"readonly\":[4],\"max\":[2],\"min\":[2],\"disabled\":[4],\"mgWidth\":[8,\"mg-width\"],\"tooltip\":[1],\"tooltipPosition\":[1,\"tooltip-position\"],\"helpText\":[1,\"help-text\"],\"type\":[1],\"format\":[1],\"currency\":[1],\"unit\":[1],\"unitDisplay\":[1,\"unit-display\"],\"integerLength\":[2,\"integer-length\"],\"decimalLength\":[2,\"decimal-length\"],\"valid\":[1028],\"invalid\":[1028],\"classCollection\":[32],\"errorMessage\":[32],\"hasFocus\":[32],\"setFocus\":[64],\"displayError\":[64],\"setError\":[64],\"reset\":[64]},null,{\"value\":[{\"validateValue\":0}],\"readonly\":[{\"watchReadonly\":0},{\"handleValidityChange\":0}],\"required\":[{\"handleValidityChange\":0}],\"disabled\":[{\"handleValidityChange\":0},{\"watchDisabled\":0}],\"min\":[{\"handleValidityChange\":0}],\"max\":[{\"handleValidityChange\":0}],\"mgWidth\":[{\"watchMgWidth\":0}],\"type\":[{\"validateType\":0}],\"format\":[{\"watchFormat\":0}],\"integerLength\":[{\"validateIntegerLength\":0}],\"decimalLength\":[{\"validateDecimalLength\":0}]}],[1,\"mg-input-radio\",{\"value\":[1032],\"items\":[16],\"identifier\":[1],\"name\":[1],\"label\":[1],\"labelOnTop\":[4,\"label-on-top\"],\"labelHide\":[4,\"label-hide\"],\"inputVerticalList\":[4,\"input-vertical-list\"],\"required\":[4],\"readonly\":[4],\"disabled\":[4],\"tooltip\":[1],\"tooltipPosition\":[1,\"tooltip-position\"],\"helpText\":[1,\"help-text\"],\"valid\":[1028],\"invalid\":[1028],\"classCollection\":[32],\"errorMessage\":[32],\"options\":[32],\"readonlyValue\":[32],\"setFocus\":[64],\"displayError\":[64],\"setError\":[64],\"reset\":[64]},null,{\"value\":[{\"watchValue\":0}],\"items\":[{\"validateItems\":0}],\"inputVerticalList\":[{\"watchInputVerticalList\":0}],\"readonly\":[{\"watchReadonly\":0},{\"handleValidityChange\":0}],\"required\":[{\"handleValidityChange\":0}],\"disabled\":[{\"handleValidityChange\":0},{\"watchDisabled\":0}]}],[257,\"mg-input-toggle\",{\"value\":[1040],\"items\":[16],\"identifier\":[1],\"name\":[1],\"label\":[1],\"labelOnTop\":[4,\"label-on-top\"],\"labelHide\":[4,\"label-hide\"],\"isOnOff\":[1028,\"is-on-off\"],\"isIcon\":[4,\"is-icon\"],\"readonly\":[4],\"disabled\":[4],\"tooltip\":[1],\"tooltipPosition\":[1,\"tooltip-position\"],\"helpText\":[1,\"help-text\"],\"classCollection\":[32],\"options\":[32],\"errorMessage\":[32],\"valid\":[32],\"setFocus\":[64],\"setError\":[64],\"reset\":[64]},null,{\"value\":[{\"watchValue\":0}],\"items\":[{\"watchItems\":0}],\"isOnOff\":[{\"watchIsOnOff\":0}],\"isIcon\":[{\"watchIsIcon\":0}],\"readonly\":[{\"watchReadonly\":0}],\"disabled\":[{\"watchDisabled\":0}]}],[257,\"mg-modal\",{\"identifier\":[1],\"dialogRole\":[1,\"dialog-role\"],\"modalTitle\":[1,\"modal-title\"],\"closeButton\":[4,\"close-button\"],\"open\":[1028],\"hasActions\":[32],\"classCollection\":[32]},null,{\"identifier\":[{\"watchIdentifier\":0}],\"dialogRole\":[{\"validateDialogRole\":0}],\"modalTitle\":[{\"validateModalTitle\":0}],\"open\":[{\"watchOpen\":0}]}],[257,\"mg-details\",{\"toggleClosed\":[1,\"toggle-closed\"],\"toggleOpened\":[1,\"toggle-opened\"],\"hideSummary\":[4,\"hide-summary\"],\"expanded\":[1028]},null,{\"toggleClosed\":[{\"validateTitles\":0}],\"toggleOpened\":[{\"validateTitles\":0}],\"expanded\":[{\"handleExpanded\":0}]}],[1,\"mg-table\",{\"size\":[1],\"fullWidth\":[4,\"full-width\"],\"borderHide\":[4,\"border-hide\"],\"columns\":[16],\"classCollection\":[32]},null,{\"size\":[{\"watchSize\":0}],\"fullWidth\":[{\"watchFullWidth\":0}],\"borderHide\":[{\"watchBorderHide\":0}],\"columns\":[{\"watchColumns\":0}]}],[257,\"mg-form\",{\"identifier\":[1],\"name\":[1],\"readonly\":[4],\"requiredMessage\":[1,\"required-message\"],\"ariaRole\":[1,\"aria-role\"],\"labelOnTop\":[4,\"label-on-top\"],\"disabled\":[4],\"valid\":[1028],\"invalid\":[1028],\"classCollection\":[32],\"requiredMessageText\":[32],\"displayError\":[64],\"reset\":[64]},null,{\"identifier\":[{\"watchIdentifier\":0}],\"requiredMessage\":[{\"validateRequiredMessage\":0},{\"handleAttributeChange\":0}],\"ariaRole\":[{\"validateAriaRole\":0}],\"labelOnTop\":[{\"handlelabelOnTop\":0}],\"readonly\":[{\"handleAttributeChange\":0}],\"disabled\":[{\"handleAttributeChange\":0}]}],[257,\"mg-illustrated-message\",{\"size\":[1],\"direction\":[1],\"classCollection\":[32]},null,{\"size\":[{\"watchSize\":0}],\"direction\":[{\"watchDirection\":0}]}],[1,\"mg-skip-links\",{\"links\":[16]},null,{\"links\":[{\"validateLinks\":0}]}],[257,\"mg-tag\",{\"variant\":[1],\"outline\":[4],\"soft\":[4],\"classCollection\":[32]},null,{\"variant\":[{\"validateVariant\":0}],\"outline\":[{\"validateOutline\":0}],\"soft\":[{\"validateSoft\":0}]}],[1,\"mg-input-select\",{\"value\":[1032],\"items\":[16],\"identifier\":[1],\"name\":[1],\"label\":[1],\"labelOnTop\":[4,\"label-on-top\"],\"labelHide\":[4,\"label-hide\"],\"placeholder\":[1025],\"placeholderHide\":[4,\"placeholder-hide\"],\"placeholderDisabled\":[4,\"placeholder-disabled\"],\"required\":[4],\"readonly\":[4],\"disabled\":[4],\"mgWidth\":[520,\"mg-width\"],\"tooltip\":[1],\"tooltipPosition\":[1,\"tooltip-position\"],\"helpText\":[1,\"help-text\"],\"valid\":[1028],\"invalid\":[1028],\"classCollection\":[32],\"errorMessage\":[32],\"options\":[32],\"valueExist\":[32],\"setFocus\":[64],\"displayError\":[64],\"setError\":[64],\"reset\":[64]},null,{\"value\":[{\"validateValue\":0}],\"items\":[{\"validateItems\":0}],\"readonly\":[{\"watchReadonly\":0},{\"handleValidityChange\":0}],\"required\":[{\"handleValidityChange\":0}],\"disabled\":[{\"handleValidityChange\":0},{\"watchDisabled\":0}],\"mgWidth\":[{\"watchMgWidth\":0}]}],[257,\"mg-message\",{\"variant\":[1],\"variantStyle\":[1,\"variant-style\"],\"fullWidth\":[4,\"full-width\"],\"classCollection\":[32],\"hasActions\":[32]},null,{\"variant\":[{\"watchVariant\":0}],\"variantStyle\":[{\"watchVariantStyle\":0}],\"fullWidth\":[{\"watchFullWidth\":0}]}],[257,\"mg-tabs\",{\"identifier\":[1],\"label\":[1],\"size\":[16],\"items\":[16],\"activeTab\":[1538,\"active-tab\"],\"tabs\":[32],\"classCollection\":[32]},null,{\"identifier\":[{\"watchIdentifier\":0}],\"label\":[{\"validateLabel\":0}],\"items\":[{\"validateItems\":0}],\"activeTab\":[{\"validateActiveTab\":0}]}],[1,\"mg-divider\",{\"fullWidth\":[4,\"full-width\"]}],[257,\"mg-input-text\",{\"value\":[1544],\"identifier\":[1],\"name\":[1],\"label\":[1],\"labelOnTop\":[4,\"label-on-top\"],\"labelHide\":[4,\"label-hide\"],\"type\":[1],\"icon\":[1],\"placeholder\":[1],\"datalistoptions\":[16],\"maxlength\":[2],\"required\":[4],\"readonly\":[4],\"disabled\":[4],\"mgWidth\":[8,\"mg-width\"],\"pattern\":[1],\"patternErrorMessage\":[1,\"pattern-error-message\"],\"tooltip\":[1],\"tooltipPosition\":[1,\"tooltip-position\"],\"characterLeftHide\":[4,\"character-left-hide\"],\"helpText\":[1025,\"help-text\"],\"valid\":[1028],\"invalid\":[1028],\"classCollection\":[32],\"errorMessage\":[32],\"setFocus\":[64],\"displayError\":[64],\"setError\":[64],\"reset\":[64]},null,{\"value\":[{\"handleValue\":0}],\"type\":[{\"validateType\":0}],\"icon\":[{\"validateIcon\":0}],\"datalistoptions\":[{\"validateDatalistoptions\":0}],\"readonly\":[{\"watchReadonly\":0},{\"handleValidityChange\":0}],\"required\":[{\"handleValidityChange\":0}],\"disabled\":[{\"handleValidityChange\":0},{\"watchDisabled\":0}],\"mgWidth\":[{\"watchMgWidth\":0}],\"pattern\":[{\"watchPattern\":0}],\"patternErrorMessage\":[{\"watchPattern\":0}],\"characterLeftHide\":[{\"validateCharacterLeftHide\":0}],\"helpText\":[{\"watchHelpText\":0}]}],[1,\"mg-item-more\",{\"icon\":[16],\"slotlabel\":[16],\"parentMenu\":[32]},null,{\"icon\":[{\"validateIcon\":0}],\"slotlabel\":[{\"validateSlotLabel\":0}]}],[257,\"mg-menu\",{\"label\":[1],\"direction\":[513],\"size\":[16],\"itemmore\":[16]},[[0,\"item-loaded\",\"updateItemListener\"]],{\"label\":[{\"validateLabel\":0}],\"direction\":[{\"validateDirection\":0}],\"itemmore\":[{\"validateItemMore\":0}]}],[257,\"mg-menu-item\",{\"identifier\":[513],\"href\":[1],\"target\":[1],\"status\":[1537],\"isIcon\":[1028,\"is-icon\"],\"expanded\":[1028],\"classNavigationButtonClassList\":[32],\"direction\":[32],\"isItemMore\":[32],\"hasChildren\":[32],\"displayNotificationBadge\":[32]},null,{\"identifier\":[{\"watchIdentifier\":0}],\"target\":[{\"watchTarget\":0}],\"status\":[{\"watchStatus\":0}],\"isIcon\":[{\"watchIsIcon\":0}],\"expanded\":[{\"watchExpanded\":0}],\"direction\":[{\"validateDirection\":0}],\"hasChildren\":[{\"validateHasChildren\":0}],\"data-style-direction\":[{\"watchDataStyleDirection\":0}],\"data-has-focus\":[{\"watchDataHasFocus\":0}]}],[2,\"mg-character-left\",{\"identifier\":[1],\"characters\":[1],\"maxlength\":[2]},null,{\"identifier\":[{\"watchIdentifier\":0}],\"maxlength\":[{\"validateMaxlength\":0}]}],[257,\"mg-popover\",{\"identifier\":[1],\"placement\":[1],\"arrowHide\":[4,\"arrow-hide\"],\"closeButton\":[4,\"close-button\"],\"display\":[1028],\"disabled\":[4]},null,{\"identifier\":[{\"validateIdentifier\":0}],\"arrowHide\":[{\"validateArrowHide\":0}],\"closeButton\":[{\"validateCloseButton\":0}],\"display\":[{\"handleDisplay\":0}]}],[1,\"mg-badge\",{\"value\":[8],\"label\":[1],\"variant\":[1025],\"outline\":[4],\"classCollection\":[32]},null,{\"value\":[{\"validateValue\":0}],\"label\":[{\"validateLabel\":0}],\"variant\":[{\"validateVariant\":0}],\"outline\":[{\"validateOutline\":0}]}],[257,\"mg-popover-content\",{\"closeButton\":[4,\"close-button\"],\"classCollection\":[32]}],[257,\"mg-card\",{\"shadow\":[4],\"radiusSize\":[1025,\"radius-size\"],\"classCollection\":[32]},null,{\"shadow\":[{\"watchShadow\":0}],\"radiusSize\":[{\"watchRadiusSize\":0}]}],[257,\"mg-button\",{\"variant\":[1025],\"label\":[1],\"type\":[1],\"size\":[1],\"fullWidth\":[4,\"full-width\"],\"form\":[1],\"disabled\":[1028],\"isIcon\":[4,\"is-icon\"],\"disableOnClick\":[4,\"disable-on-click\"],\"loading\":[32],\"classCollection\":[32]},null,{\"variant\":[{\"validateVariant\":0}],\"size\":[{\"validateSize\":0}],\"fullWidth\":[{\"validateFullWidth\":0}],\"disabled\":[{\"disabledHandler\":0}],\"isIcon\":[{\"watchIsIcon\":0}],\"loading\":[{\"loadingHandler\":0}]}],[257,\"mg-input\",{\"identifier\":[1],\"label\":[1],\"labelOnTop\":[4,\"label-on-top\"],\"labelHide\":[4,\"label-hide\"],\"labelHeading\":[1025,\"label-heading\"],\"labelBorderDisplay\":[4,\"label-border-display\"],\"tooltip\":[1],\"tooltipPosition\":[1,\"tooltip-position\"],\"required\":[4],\"errorMessage\":[1,\"error-message\"],\"helpText\":[1,\"help-text\"],\"inputsOnBottom\":[4,\"inputs-on-bottom\"],\"ariaDescribedbyIDs\":[1025,\"aria-describedby-i-ds\"],\"isFieldset\":[32],\"isReadonly\":[32],\"isDisabled\":[32],\"isVerticalList\":[32]},null,{\"identifier\":[{\"watchIdentifier\":0},{\"watchAriaDescribedbyIDs\":0}],\"labelOnTop\":[{\"watchLabelOnTop\":0},{\"watchLabelConfig\":0}],\"labelHide\":[{\"watchLabelConfig\":0}],\"labelHeading\":[{\"watchlabelHeading\":0}],\"labelBorderDisplay\":[{\"watchLabelBorderDisplay\":0}],\"tooltipPosition\":[{\"watchTooltipPosition\":0}],\"errorMessage\":[{\"watchErrorMessage\":0},{\"watchAriaDescribedbyIDs\":0}],\"helpText\":[{\"watchHelpText\":0},{\"watchAriaDescribedbyIDs\":0}],\"inputsOnBottom\":[{\"watchInputsOnBottom\":0}],\"ariaDescribedbyIDs\":[{\"watchAriaDescribedbyIDs\":0}],\"class\":[{\"watchClass\":0},{\"watchLabel\":0}],\"label\":[{\"watchLabel\":0}],\"required\":[{\"watchLabel\":0}],\"isReadonly\":[{\"watchLabel\":0}],\"isFieldset\":[{\"watchLabel\":0}]}],[257,\"mg-tooltip\",{\"identifier\":[1],\"message\":[1],\"placement\":[1],\"display\":[1028],\"disabled\":[4]},null,{\"identifier\":[{\"watchIdentifier\":0}],\"message\":[{\"watchMessage\":0}],\"display\":[{\"watchDisplay\":0}],\"disabled\":[{\"watchDisabled\":0}]}],[262,\"mg-input-title\",{\"identifier\":[1],\"required\":[4],\"readonly\":[4],\"isLegend\":[4,\"is-legend\"],\"tagName\":[32]},null,{\"identifier\":[{\"validateIdentifier\":0}],\"isLegend\":[{\"validateIsLegend\":0}]}],[257,\"mg-tooltip-content\",{\"message\":[1]}],[1,\"mg-icon\",{\"icon\":[1],\"size\":[1025],\"variant\":[1],\"variantStyle\":[1025,\"variant-style\"],\"spin\":[4],\"classCollection\":[32]},null,{\"icon\":[{\"validateIcon\":0}],\"size\":[{\"validateSize\":0}],\"variant\":[{\"validateVariant\":0}],\"variantStyle\":[{\"validateVariantStyle\":0}],\"spin\":[{\"handleSpin\":0}]}]]],[\"mg-input-combobox.cjs\",[[1,\"mg-input-combobox\",{\"value\":[1537],\"items\":[16],\"itemsLabel\":[1,\"items-label\"],\"identifier\":[1],\"name\":[1],\"label\":[1],\"labelOnTop\":[4,\"label-on-top\"],\"labelHide\":[4,\"label-hide\"],\"placeholder\":[1],\"required\":[4],\"readonly\":[4],\"disabled\":[4],\"mgWidth\":[8,\"mg-width\"],\"tooltip\":[1],\"tooltipPosition\":[1,\"tooltip-position\"],\"helpText\":[1,\"help-text\"],\"fetchurl\":[1],\"fetchoptions\":[16],\"fetchmappings\":[16],\"valid\":[1028],\"invalid\":[1028],\"isLoading\":[32],\"options\":[32],\"option\":[32],\"filter\":[32],\"classCollection\":[32],\"errorMessage\":[32],\"popoverDisplay\":[32],\"setFocus\":[64],\"displayError\":[64],\"setError\":[64],\"reset\":[64]},null,{\"value\":[{\"watchValue\":0}],\"items\":[{\"watchItems\":0}],\"identifier\":[{\"watchIdentifier\":0}],\"readonly\":[{\"watchReadonly\":0},{\"watchValidityChange\":0}],\"required\":[{\"watchValidityChange\":0}],\"disabled\":[{\"watchValidityChange\":0},{\"watchDisabled\":0}],\"mgWidth\":[{\"watchMgWidth\":0}],\"fetchurl\":[{\"watchFetchUrl\":0}],\"fetchoptions\":[{\"watchFetchOptions\":0}],\"fetchmappings\":[{\"watchFetchMappings\":0}],\"options\":[{\"watchOptions\":0}],\"filter\":[{\"watchFilter\":0}],\"popoverDisplay\":[{\"watchPopoverDisplay\":0}]}]]],[\"mg-input-file.cjs\",[[1,\"mg-input-file\",{\"value\":[1032],\"identifier\":[1],\"name\":[1],\"label\":[1],\"labelOnTop\":[4,\"label-on-top\"],\"labelHide\":[4,\"label-hide\"],\"multiple\":[4],\"accept\":[1],\"maxSize\":[2,\"max-size\"],\"capture\":[1],\"required\":[4],\"disabled\":[4],\"tooltip\":[1],\"tooltipPosition\":[1,\"tooltip-position\"],\"helpText\":[1025,\"help-text\"],\"valid\":[1028],\"invalid\":[1028],\"classCollection\":[32],\"errorMessage\":[32],\"files\":[32],\"setFocus\":[64],\"displayError\":[64],\"setError\":[64],\"reset\":[64]},null,{\"value\":[{\"watchValue\":0},{\"watchMultiple\":0}],\"multiple\":[{\"watchMultiple\":0}],\"accept\":[{\"watchAccept\":0},{\"watchHelpText\":0}],\"required\":[{\"handleValidityChange\":0}],\"disabled\":[{\"handleValidityChange\":0},{\"watchDisabled\":0}],\"helpText\":[{\"watchHelpText\":0}],\"maxSize\":[{\"watchHelpText\":0}],\"files\":[{\"watchFiles\":0}]}]]],[\"mg-fieldset.cjs\",[[257,\"mg-fieldset\",{\"identifier\":[1],\"name\":[1],\"legend\":[1],\"legendHide\":[4,\"legend-hide\"],\"legendHeading\":[1,\"legend-heading\"],\"legendBorderDisplay\":[4,\"legend-border-display\"],\"readonly\":[4],\"disabled\":[4],\"tooltip\":[1],\"helpText\":[1,\"help-text\"],\"errorMessage\":[32],\"valid\":[32],\"classCollection\":[32],\"setCustomValidity\":[64],\"displayError\":[64]},null,{\"legendBorderDisplay\":[{\"watchLegendBorderDisplay\":0}],\"readonly\":[{\"watchReadonly\":0},{\"handleAttributeChange\":0}],\"disabled\":[{\"handleAttributeChange\":0}]}]]],[\"mg-input-rich-text-editor.cjs\",[[1,\"mg-input-rich-text-editor\",{\"value\":[1025],\"identifier\":[1],\"name\":[1],\"label\":[1],\"labelOnTop\":[4,\"label-on-top\"],\"labelHide\":[4,\"label-hide\"],\"placeholder\":[1],\"rows\":[2],\"required\":[4],\"readonly\":[4],\"disabled\":[4],\"pattern\":[1],\"patternErrorMessage\":[1,\"pattern-error-message\"],\"tooltip\":[1],\"tooltipPosition\":[1,\"tooltip-position\"],\"helpText\":[1,\"help-text\"],\"modules\":[1],\"sanitizerOptions\":[16],\"valid\":[1028],\"invalid\":[1028],\"classCollection\":[32],\"errorMessage\":[32],\"setFocus\":[64],\"getEditorHTML\":[64],\"getEditorText\":[64],\"displayError\":[64],\"setError\":[64],\"reset\":[64]},null,{\"readonly\":[{\"watchReadonly\":0},{\"handleValidityChange\":0}],\"disabled\":[{\"watchDisabled\":0},{\"handleValidityChange\":0}],\"required\":[{\"handleValidityChange\":0}],\"pattern\":[{\"validatePattern\":0}],\"patternErrorMessage\":[{\"validatePattern\":0}],\"modules\":[{\"watchModules\":0}],\"sanitizerOptions\":[{\"watchSanitizerOptions\":0}]}]]],[\"mg-alert.cjs\",[[257,\"mg-alert\",{\"delay\":[2],\"variant\":[1],\"variantStyle\":[1,\"variant-style\"],\"fullWidth\":[4,\"full-width\"],\"classCollection\":[32],\"hasActions\":[32]},null,{\"delay\":[{\"watchDelay\":0}],\"variant\":[{\"watchVariant\":0}],\"variantStyle\":[{\"watchVariantStyle\":0}],\"hidden\":[{\"watchHidden\":0}]}]]],[\"mg-breadcrumb.cjs\",[[1,\"mg-breadcrumb\",{\"items\":[16]},null,{\"items\":[{\"validateItems\":0}]}]]],[\"mg-progress.cjs\",[[1,\"mg-progress\",{\"label\":[1],\"ariaRole\":[1,\"aria-role\"],\"value\":[2],\"min\":[2],\"max\":[2]},null,{\"label\":[{\"watchLabel\":0}],\"ariaRole\":[{\"watchAriaRole\":0}],\"value\":[{\"watchValue\":0}],\"min\":[{\"watchMin\":0}],\"max\":[{\"watchMax\":0}]}]]],[\"mg-loader.cjs\",[[1,\"mg-loader\",{\"message\":[1],\"messageHide\":[4,\"message-hide\"]},null,{\"message\":[{\"watchMessage\":0}]}]]]]"), options);
22
22
  });
23
23
 
24
24
  exports.setNonce = index.setNonce;
@@ -1,8 +1,8 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-C2viYwrR.js');
3
+ var index = require('./index-BEF-cqV9.js');
4
4
  var index$1 = require('./index-CpENFzEo.js');
5
- var mgInput_conf = require('./mg-input.conf-BNpeATnq.js');
5
+ var mgInput_conf = require('./mg-input.conf-wgTh7iBb.js');
6
6
 
7
7
  const MgFieldset = class {
8
8
  constructor(hostRef) {
@@ -116,6 +116,7 @@ const MgFieldset = class {
116
116
  * Check if component props are well configured on init
117
117
  */
118
118
  componentWillLoad() {
119
+ mgInput_conf.normalizeBooleanAttributes(this);
119
120
  this.watchReadonly(this.readonly);
120
121
  this.watchLegendBorderDisplay(this.legendBorderDisplay);
121
122
  this.setMgInputs();
@@ -137,7 +138,7 @@ const MgFieldset = class {
137
138
  * @returns HTML Element
138
139
  */
139
140
  render() {
140
- return (index.h("mg-input", { key: 'b0b16a170de87de91fa02a38371eb3dd6fe995d7', label: this.legend, identifier: this.identifier, class: this.classCollection.join(), labelOnTop: !this.legendHide, labelHeading: this.legendHeading, labelBorderDisplay: this.legendHeading && this.legendBorderDisplay, labelHide: this.legendHide, inputsOnBottom: this.legendHeading !== undefined, tooltip: this.tooltip, tooltipPosition: 'label', helpText: this.helpText, errorMessage: !this.valid && index$1.isValidString(this.errorMessage) ? this.errorMessage : undefined }, index.h("span", { key: 'c449a5235da7b190d8d311469d15cebcfaf3badc', class: "mg-c-input__input-group" }, index.h("slot", { key: '6d8c60e2555bfd65c8c146233dc840a2d73597d5' }))));
141
+ return (index.h("mg-input", { key: '547bdc6c4c35ae9949f185f110a24c5a6437cea7', label: this.legend, identifier: this.identifier, class: this.classCollection.join(), labelOnTop: !this.legendHide, labelHeading: this.legendHeading, labelBorderDisplay: this.legendHeading && this.legendBorderDisplay, labelHide: this.legendHide, inputsOnBottom: this.legendHeading !== undefined, tooltip: this.tooltip, tooltipPosition: 'label', helpText: this.helpText, errorMessage: !this.valid && index$1.isValidString(this.errorMessage) ? this.errorMessage : undefined }, index.h("span", { key: '4fe4ec0d810cf46192e61b5052caf3694c3444be', class: "mg-c-input__input-group" }, index.h("slot", { key: '030481c1c7536b9d5e20975f77a86d3dda853582' }))));
141
142
  }
142
143
  get element() { return index.getElement(this); }
143
144
  static get watchers() { return {
@@ -1,8 +1,8 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-C2viYwrR.js');
3
+ var index = require('./index-BEF-cqV9.js');
4
4
  var index$1 = require('./index-CpENFzEo.js');
5
- var mgInput_conf = require('./mg-input.conf-BNpeATnq.js');
5
+ var mgInput_conf = require('./mg-input.conf-wgTh7iBb.js');
6
6
  var index$2 = require('./index-BxB20_Vw.js');
7
7
  var events_utils = require('./events.utils-D5SAtkpQ.js');
8
8
 
@@ -720,6 +720,7 @@ const MgInputCombobox = class {
720
720
  componentWillLoad() {
721
721
  // Get locales
722
722
  this.messages = index$2.initLocales(this.element).messages;
723
+ mgInput_conf.normalizeBooleanAttributes(this);
723
724
  // Validate
724
725
  this.watchIdentifier(this.identifier);
725
726
  this.watchItems(this.items);
@@ -769,7 +770,7 @@ const MgInputCombobox = class {
769
770
  else {
770
771
  activeDescendant = (_e = this.value) === null || _e === void 0 ? void 0 : _e.value;
771
772
  }
772
- return (index.h("mg-input", { key: 'd16350f2e21e492932e7264c076454a249e1f5f2', label: this.label, identifier: this.identifier, class: this.classCollection.classes.join(' '), ariaDescribedbyIDs: popoverContent && popoverContent !== 'list' ? popoverContent : undefined, labelOnTop: this.labelOnTop, labelHide: this.labelHide, required: this.required, tooltip: this.tooltip, tooltipPosition: this.readonly && this.value === undefined ? 'label' : this.tooltipPosition, helpText: this.helpText, errorMessage: this.errorMessage }, this.readonly ? (readonlyValue && index.h("b", { class: "mg-c-input__readonly-value" }, readonlyValue)) : (index.h("mg-popover", { identifier: this.popoverId, placement: "bottom-start", display: this.popoverDisplay, "arrow-hide": true, style: {
773
+ return (index.h("mg-input", { key: '3f9b79e5c34d691589c16d0955883109501b86fc', label: this.label, identifier: this.identifier, class: this.classCollection.classes.join(' '), ariaDescribedbyIDs: popoverContent && popoverContent !== 'list' ? popoverContent : undefined, labelOnTop: this.labelOnTop, labelHide: this.labelHide, required: this.required, tooltip: this.tooltip, tooltipPosition: this.readonly && this.value === undefined ? 'label' : this.tooltipPosition, helpText: this.helpText, errorMessage: this.errorMessage }, this.readonly ? (readonlyValue && index.h("b", { class: "mg-c-input__readonly-value" }, readonlyValue)) : (index.h("mg-popover", { identifier: this.popoverId, placement: "bottom-start", display: this.popoverDisplay, "arrow-hide": true, style: {
773
774
  '--mg-c-input-list-width': ((_f = this.input) === null || _f === void 0 ? void 0 : _f.offsetWidth) > 0 ? `${this.input.offsetWidth}px` : undefined,
774
775
  }, "data-fallback-placement": "bottom-end", "onDisplay-change": this.handlePopoverDisplay }, index.h("div", { class: "mg-c-input__input-group-container" }, index.h("mg-icon", { icon: "magnifying-glass" }), index.h("input", { type: "text", role: "combobox", class: "mg-c-input__box mg-c-input__box--width", value: this.filter, id: this.identifier, name: this.name, placeholder: this.placeholder, title: this.placeholder, disabled: this.disabled, required: this.required, autocomplete: "off", "aria-autocomplete": "list", "aria-expanded": this.popoverDisplay.toString(), "aria-controls": listId, "aria-invalid": (this.invalid === true).toString(), "aria-activedescendant": index$1.formatID(activeDescendant), onInput: this.handleFilterInput, onBlur: this.handleFilterBlur, onFocus: this.handleFilterFocus, onKeyDown: this.handleFilterKeydown, ref: (el) => {
775
776
  if (el !== null)
@@ -1,9 +1,9 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-C2viYwrR.js');
3
+ var index = require('./index-BEF-cqV9.js');
4
4
  var index$1 = require('./index-CpENFzEo.js');
5
+ var mgInput_conf = require('./mg-input.conf-wgTh7iBb.js');
5
6
  var index$2 = require('./index-BxB20_Vw.js');
6
- var mgInput_conf = require('./mg-input.conf-BNpeATnq.js');
7
7
 
8
8
  const mgInputFileCss = () => `.mg-c-input__readonly-value{min-height:var(--mg-b-font-size);align-self:flex-start;margin-top:calc((var(--mg-b-size-min-height) - var(--mg-b-font-size)*var(--mg-b-line-height))/2);overflow-wrap:anywhere}.mg-c-input__box{height:var(--mg-b-size-min-height);box-sizing:border-box;padding:calc((var(--mg-b-size-min-height) - var(--mg-b-font-size)*var(--mg-b-line-height))/2) var(--mg-b-size-8);border-width:var(--mg-c-input-border-width);border-style:solid;border-color:var(--mg-c-input-color-border);border-radius:var(--mg-c-input-border-radius);background-color:var(--mg-b-color-light);color:var(--mg-b-color-dark);font-family:inherit;font-size:var(--mg-b-font-size);text-align:var(--mg-c-input-text-align, left)}.mg-c-input__box::placeholder{color:var(--mg-c-input-placeholder-color-text);font-style:italic}.mg-c-input__box:focus{box-shadow:0 0 var(--mg-b-size-4) var(--mg-c-input-color-box-shadow-focus)}.mg-c-input__box:disabled{opacity:var(--mg-b-opacity-element-disabled)}.mg-c-input.mg-c-input--has-error .mg-c-input__box{border-color:var(--mg-b-color-danger)}.mg-c-input.mg-c-input--is-input-group-append{--mg-c-button-border-radius-top-left:0;--mg-c-button-border-radius-bottom-left:0}.mg-c-input.mg-c-input--is-input-group-append .mg-c-input__box{margin-right:calc(-1*var(--mg-b-size-border));border-bottom-right-radius:0;border-top-right-radius:0}.mg-c-input.mg-c-input--is-input-group-append .mg-c-input__box:focus-visible{outline-offset:-0.2rem;outline-style:solid;outline-width:.2rem}.mg-c-input.mg-c-input--has-buttons-group-append ::slotted([slot=append-input]){--mg-c-button-border-radius-top-right:0;--mg-c-button-border-radius-bottom-right:0}.mg-c-input.mg-c-input--has-buttons-group-append ::slotted([slot=append-input]:not(:last-of-type)){--mg-c-button-border-right-width:0}.mg-c-input.mg-c-input--has-buttons-group-append ::slotted([slot=append-input]:last-of-type){--mg-c-button-border-radius-top-right:var(--mg-c-input-border-radius);--mg-c-button-border-radius-bottom-right:var(--mg-c-input-border-radius)}.mg-c-input.mg-c-input--is-append-input-slot-content:not(.mg-c-input--readonly) ::slotted([slot=append-input]){align-self:start;padding-top:calc((var(--mg-b-size-min-height) - var(--mg-b-size-16))/2)}.mg-c-input.mg-c-input--has-icon .mg-c-input__input-group-container{position:relative}.mg-c-input.mg-c-input--has-icon .mg-c-input__input-group-container>mg-icon:first-of-type{position:absolute;top:50%;left:var(--mg-b-size-8);color:var(--mg-c-input-color-icon);transform:translateY(-50%)}.mg-c-input.mg-c-input--has-icon .mg-c-input__input-group-container .mg-c-input__box{padding-left:calc(var(--mg-b-size-16) + var(--mg-b-size-8)*2)}.mg-u-visually-hidden{position:absolute !important;overflow:hidden !important;width:.1rem !important;height:.1rem !important;padding:0 !important;border:0 !important;margin:-0.1rem !important;clip:rect(0.1rem, 0.1rem, 0.1rem, 0.1rem) !important;clip-path:inset(50%) !important;white-space:nowrap !important}*:focus:not(:focus-visible){outline:none}@media (prefers-reduced-motion){*{animation:none !important;transition:none !important}}.mg-c-input__file-container{display:flex;flex-direction:column;gap:var(--mg-b-size-8)}.mg-c-input__file-item{display:inline-flex;min-height:var(--mg-b-size-min-height);align-items:center;padding-left:var(--mg-b-size-8);background-color:var(--mg-b-color-neutral-10);font-weight:600;gap:var(--mg-b-size-8)}.mg-c-input__file-item-name{word-break:break-all}.mg-c-input__file-item-size{color:var(--mg-b-color-neutral-90);font-weight:400;word-break:normal}.mg-c-input__file-delete-button{align-self:flex-start}.mg-c-input__file-list{display:flex;flex-direction:column;padding:0;margin:0;gap:var(--mg-b-size-4);list-style:none}.mg-c-input__file-list .mg-c-input__file-item{min-height:unset;padding:var(--mg-b-size-8)}.mg-c-input__file-list-container{position:relative;padding:var(--mg-b-size-8) calc(var(--mg-b-size-8) + var(--mg-b-size-min-height)) var(--mg-b-size-8) var(--mg-b-size-8);border:var(--mg-b-size-border) solid var(--mg-b-color-neutral-30);border-radius:var(--mg-b-size-4)}.mg-c-input__file-list-container .mg-c-input__file-delete-button{position:absolute;top:0;right:0}`;
9
9
 
@@ -321,6 +321,7 @@ const MgInputFile = class {
321
321
  const locales = index$2.initLocales(this.element);
322
322
  this.locale = locales.locale;
323
323
  this.messages = locales.messages;
324
+ mgInput_conf.normalizeBooleanAttributes(this);
324
325
  // Validate
325
326
  this.watchValue(this.value);
326
327
  this.watchDisabled(this.disabled);
@@ -339,9 +340,9 @@ const MgInputFile = class {
339
340
  * @returns HTML Element
340
341
  */
341
342
  render() {
342
- return (index.h("mg-input", { key: '48337d8e0a059dbea60c4bfa152468429b37b897', label: this.label, identifier: this.identifier, class: this.classCollection.join(), labelOnTop: this.labelOnTop, labelHide: this.labelHide, required: this.required, tooltip: this.tooltip, tooltipPosition: this.tooltipPosition, helpText: this.helpText, errorMessage: this.errorMessage }, index.h("div", { key: 'b0a67412ce2a054ce84f001efe01156bfce001a1', class: "mg-c-input__file-container" }, index.h("input", { key: '0585b37ac4da8e5b29b94c04a298cfd8451016c9', name: this.name, id: this.identifier, class: "mg-u-visually-hidden", type: "file", multiple: this.multiple === true, capture: this.capture, accept: this.accept, disabled: this.disabled, required: this.files.length === 0 && this.required, onFocus: this.handleInputFocus, onBlur: this.handleInputBlur, onChange: this.handleInputChange, "aria-invalid": (this.invalid === true).toString(), ref: (el) => {
343
+ return (index.h("mg-input", { key: '0ca01b9b4697f55406262e93438946c2fe12e5f5', label: this.label, identifier: this.identifier, class: this.classCollection.join(), labelOnTop: this.labelOnTop, labelHide: this.labelHide, required: this.required, tooltip: this.tooltip, tooltipPosition: this.tooltipPosition, helpText: this.helpText, errorMessage: this.errorMessage }, index.h("div", { key: '99fe30d5339687054392ca2fd8773af76af35396', class: "mg-c-input__file-container" }, index.h("input", { key: '84d9bee62d4c0c5975b561cc3e261905c759556f', name: this.name, id: this.identifier, class: "mg-u-visually-hidden", type: "file", multiple: this.multiple === true, capture: this.capture, accept: this.accept, disabled: this.disabled, required: this.files.length === 0 && this.required, onFocus: this.handleInputFocus, onBlur: this.handleInputBlur, onChange: this.handleInputChange, "aria-invalid": (this.invalid === true).toString(), ref: (el) => {
343
344
  this.inputElement = el;
344
- } }), index.h("mg-button", { key: '0c71ea34375f60a357ad2aa38353c7acafc1091a', variant: "secondary", class: "mg-c-input__file-button", type: "button", disabled: this.disabled, onClick: this.handleButtonClick, onBlur: this.handleButtonBlur, tabindex: "-1", ref: (el) => {
345
+ } }), index.h("mg-button", { key: '1b6694f7c36fa2c8a2c5347d93a9cb07678e9363', variant: "secondary", class: "mg-c-input__file-button", type: "button", disabled: this.disabled, onClick: this.handleButtonClick, onBlur: this.handleButtonBlur, tabindex: "-1", ref: (el) => {
345
346
  this.fileButtonElement = el;
346
347
  } }, this.messages.input.file.browse), this.renderFiles())));
347
348
  }