@mgdis/mg-components 6.22.0 → 6.22.1

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 (125) hide show
  1. package/dist/cjs/{index-C2viYwrR.js → index-Dz2LAZQT.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} +109 -130
  4. package/dist/cjs/mg-alert.cjs.entry.js +2 -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 +2 -2
  8. package/dist/cjs/mg-input-combobox.cjs.entry.js +2 -2
  9. package/dist/cjs/mg-input-file.cjs.entry.js +3 -3
  10. package/dist/cjs/mg-input-rich-text-editor.cjs.entry.js +2498 -2474
  11. package/dist/cjs/mg-loader.cjs.entry.js +2 -2
  12. package/dist/cjs/mg-progress.cjs.entry.js +2 -2
  13. package/dist/collection/collection-manifest.json +2 -2
  14. package/dist/collection/components/atoms/mg-badge/mg-badge.js +2 -1
  15. package/dist/collection/components/atoms/mg-button/mg-button.js +6 -3
  16. package/dist/collection/components/atoms/mg-card/mg-card.js +2 -1
  17. package/dist/collection/components/atoms/mg-icon/mg-icon.js +8 -4
  18. package/dist/collection/components/atoms/mg-tag/mg-tag.js +2 -1
  19. package/dist/collection/components/atoms/mg-tooltip/mg-tooltip.js +2 -1
  20. package/dist/collection/components/molecules/inputs/mg-input/mg-input.js +4 -2
  21. package/dist/collection/components/molecules/inputs/mg-input-checkbox/MgInputCheckboxPaginated.js +38 -0
  22. package/dist/collection/components/molecules/inputs/mg-input-checkbox/mg-input-checkbox.conf.js +3 -2
  23. package/dist/collection/components/molecules/inputs/mg-input-checkbox/mg-input-checkbox.js +47 -26
  24. package/dist/collection/components/molecules/inputs/mg-input-combobox/mg-input-combobox.js +13 -7
  25. package/dist/collection/components/molecules/inputs/mg-input-date/mg-input-date.js +3 -2
  26. package/dist/collection/components/molecules/inputs/mg-input-file/mg-input-file.js +4 -3
  27. package/dist/collection/components/molecules/inputs/mg-input-numeric/mg-input-numeric.js +9 -5
  28. package/dist/collection/components/molecules/inputs/mg-input-password/mg-input-password.js +5 -3
  29. package/dist/collection/components/molecules/inputs/mg-input-radio/mg-input-radio.js +5 -3
  30. package/dist/collection/components/molecules/inputs/mg-input-rich-text-editor/mg-input-rich-text-editor.js +7 -4
  31. package/dist/collection/components/molecules/inputs/mg-input-select/mg-input-select.js +22 -8
  32. package/dist/collection/components/molecules/inputs/mg-input-text/mg-input-text.js +11 -6
  33. package/dist/collection/components/molecules/inputs/mg-input-textarea/mg-input-textarea.js +5 -3
  34. package/dist/collection/components/molecules/inputs/mg-input-toggle/mg-input-toggle.js +7 -4
  35. package/dist/collection/components/molecules/internals/mg-item-more/mg-item-more.js +5 -3
  36. package/dist/collection/components/molecules/menus/mg-menu/mg-menu.js +5 -3
  37. package/dist/collection/components/molecules/menus/mg-menu-item/mg-menu-item.js +4 -2
  38. package/dist/collection/components/molecules/mg-action-more/mg-action-more.js +11 -7
  39. package/dist/collection/components/molecules/mg-alert/mg-alert.js +5 -3
  40. package/dist/collection/components/molecules/mg-breadcrumb/mg-breadcrumb.js +3 -2
  41. package/dist/collection/components/molecules/mg-details/mg-details.js +1 -1
  42. package/dist/collection/components/molecules/mg-fieldset/mg-fieldset.js +3 -2
  43. package/dist/collection/components/molecules/mg-form/mg-form.js +5 -3
  44. package/dist/collection/components/molecules/mg-illustrated-message/mg-illustrated-message.js +5 -3
  45. package/dist/collection/components/molecules/mg-loader/mg-loader.js +1 -1
  46. package/dist/collection/components/molecules/mg-message/mg-message.js +6 -4
  47. package/dist/collection/components/molecules/mg-modal/mg-modal.js +4 -3
  48. package/dist/collection/components/molecules/mg-pagination/mg-pagination.js +2 -1
  49. package/dist/collection/components/molecules/mg-panel/mg-panel.js +5 -3
  50. package/dist/collection/components/molecules/mg-popover/mg-popover-content/mg-popover-content.js +1 -1
  51. package/dist/collection/components/molecules/mg-popover/mg-popover.js +3 -2
  52. package/dist/collection/components/molecules/mg-progress/mg-progress.js +3 -2
  53. package/dist/collection/components/molecules/mg-skip-links/mg-skip-links.js +3 -2
  54. package/dist/collection/components/molecules/mg-table/mg-table.js +4 -2
  55. package/dist/collection/components/molecules/mg-tabs/mg-tabs.js +3 -2
  56. package/dist/components/index2.js +1 -1
  57. package/dist/components/mg-action-more.js +1 -1
  58. package/dist/components/mg-alert.js +1 -1
  59. package/dist/components/mg-breadcrumb.js +1 -1
  60. package/dist/components/mg-details.js +1 -1
  61. package/dist/components/mg-fieldset.js +1 -1
  62. package/dist/components/mg-form.js +1 -1
  63. package/dist/components/mg-illustrated-message.js +1 -1
  64. package/dist/components/mg-input-checkbox.js +1 -1
  65. package/dist/components/mg-input-combobox.js +1 -1
  66. package/dist/components/mg-input-date.js +1 -1
  67. package/dist/components/mg-input-file.js +1 -1
  68. package/dist/components/mg-input-numeric.js +1 -1
  69. package/dist/components/mg-input-password.js +1 -1
  70. package/dist/components/mg-input-radio.js +1 -1
  71. package/dist/components/mg-input-rich-text-editor.js +2 -2
  72. package/dist/components/mg-input-select2.js +1 -1
  73. package/dist/components/mg-input-text2.js +1 -1
  74. package/dist/components/mg-input-textarea.js +1 -1
  75. package/dist/components/mg-input-toggle.js +1 -1
  76. package/dist/components/mg-item-more2.js +1 -1
  77. package/dist/components/mg-loader2.js +1 -1
  78. package/dist/components/mg-message2.js +1 -1
  79. package/dist/components/mg-modal.js +1 -1
  80. package/dist/components/mg-panel.js +1 -1
  81. package/dist/components/mg-popover-content2.js +1 -1
  82. package/dist/components/mg-popover2.js +1 -1
  83. package/dist/components/mg-progress.js +1 -1
  84. package/dist/components/mg-skip-links.js +1 -1
  85. package/dist/components/mg-tabs2.js +1 -1
  86. package/dist/esm/{index-DFwaH2hS.js → index-C3jUhxdI.js} +325 -1789
  87. package/dist/esm/loader.js +3 -3
  88. package/dist/esm/{mg-action-more_37.entry.js → mg-action-more_36.entry.js} +111 -131
  89. package/dist/esm/mg-alert.entry.js +2 -2
  90. package/dist/esm/mg-breadcrumb.entry.js +2 -2
  91. package/dist/esm/mg-components.js +4 -4
  92. package/dist/esm/mg-fieldset.entry.js +2 -2
  93. package/dist/esm/mg-input-combobox.entry.js +2 -2
  94. package/dist/esm/mg-input-file.entry.js +3 -3
  95. package/dist/esm/mg-input-rich-text-editor.entry.js +2498 -2474
  96. package/dist/esm/mg-loader.entry.js +2 -2
  97. package/dist/esm/mg-progress.entry.js +2 -2
  98. package/dist/mg-components/mg-components.esm.js +1 -1
  99. package/dist/mg-components/{p-2ee92f38.entry.js → p-06fbdb2f.entry.js} +1 -1
  100. package/dist/mg-components/{p-3b653226.entry.js → p-188b9ca9.entry.js} +1 -1
  101. package/dist/mg-components/p-4667078d.entry.js +1 -0
  102. package/dist/mg-components/{p-c63f97f0.entry.js → p-5a859ecf.entry.js} +2 -2
  103. package/dist/mg-components/{p-d5e69c95.entry.js → p-661da56b.entry.js} +1 -1
  104. package/dist/mg-components/{p-adec7fcc.entry.js → p-8e256086.entry.js} +1 -1
  105. package/dist/mg-components/p-C3jUhxdI.js +2 -0
  106. package/dist/mg-components/{p-cc793586.entry.js → p-b0b8c58f.entry.js} +1 -1
  107. package/dist/mg-components/{p-5745fbea.entry.js → p-bbcef41c.entry.js} +1 -1
  108. package/dist/mg-components/{p-c8c8cfc1.entry.js → p-c1aeb277.entry.js} +1 -1
  109. package/dist/types/components/molecules/inputs/mg-input-checkbox/MgInputCheckboxList.d.ts +2 -2
  110. package/dist/types/components/molecules/inputs/mg-input-checkbox/MgInputCheckboxPaginated.d.ts +8 -0
  111. package/dist/types/components/molecules/inputs/mg-input-checkbox/mg-input-checkbox.conf.d.ts +16 -8
  112. package/dist/types/components/molecules/inputs/mg-input-checkbox/mg-input-checkbox.d.ts +15 -5
  113. package/dist/types/components/molecules/inputs/mg-input-select/mg-input-select.d.ts +1 -1
  114. package/dist/types/components.d.ts +525 -170
  115. package/dist/types/stencil-public-runtime.d.ts +52 -2
  116. package/ide/intellij/web-types.json +7 -7
  117. package/ide/vscode/html-custom-data.json +3 -3
  118. package/package.json +19 -19
  119. package/dist/collection/components/molecules/inputs/mg-input-checkbox/mg-input-checkbox-paginated/mg-input-checkbox-paginated.js +0 -245
  120. package/dist/components/mg-input-checkbox-paginated.d.ts +0 -11
  121. package/dist/components/mg-input-checkbox-paginated.js +0 -1
  122. package/dist/components/mg-input-checkbox-paginated2.js +0 -1
  123. package/dist/mg-components/p-0482eb9f.entry.js +0 -1
  124. package/dist/mg-components/p-DFwaH2hS.js +0 -2
  125. package/dist/types/components/molecules/inputs/mg-input-checkbox/mg-input-checkbox-paginated/mg-input-checkbox-paginated.d.ts +0 -77
@@ -1,8 +1,8 @@
1
- import { p as promiseResolve, g as globalScripts, b as bootstrapLazy } from './index-DFwaH2hS.js';
2
- export { s as setNonce } from './index-DFwaH2hS.js';
1
+ import { p as promiseResolve, g as globalScripts, b as bootstrapLazy } from './index-C3jUhxdI.js';
2
+ export { s as setNonce } from './index-C3jUhxdI.js';
3
3
 
4
4
  /*
5
- Stencil Client Patch Browser v4.40.1 | MIT Licensed | https://stenciljs.com
5
+ Stencil Client Patch Browser v4.43.4 | MIT Licensed | https://stenciljs.com
6
6
  */
7
7
 
8
8
  var patchBrowser = () => {
@@ -16,5 +16,5 @@ var patchBrowser = () => {
16
16
 
17
17
  patchBrowser().then(async (options) => {
18
18
  await globalScripts();
19
- return bootstrapLazy(JSON.parse("[[\"mg-action-more_37\",[[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\",[[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\",[[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\",[[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\",[[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\",[[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\",[[1,\"mg-breadcrumb\",{\"items\":[16]},null,{\"items\":[{\"validateItems\":0}]}]]],[\"mg-progress\",[[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\",[[1,\"mg-loader\",{\"message\":[1],\"messageHide\":[4,\"message-hide\"]},null,{\"message\":[{\"watchMessage\":0}]}]]]]"), options);
19
+ return bootstrapLazy(JSON.parse("[[\"mg-action-more_36\",[[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\":[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}]}],[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-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\":[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\",[[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\",[[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\",[[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\",[[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\",[[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\",[[1,\"mg-breadcrumb\",{\"items\":[16]},null,{\"items\":[{\"validateItems\":0}]}]]],[\"mg-progress\",[[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\",[[1,\"mg-loader\",{\"message\":[1],\"messageHide\":[4,\"message-hide\"]},null,{\"message\":[{\"watchMessage\":0}]}]]]]"), options);
20
20
  });
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, h, a as getElement } from './index-DFwaH2hS.js';
1
+ import { r as registerInstance, h, a as getElement } from './index-C3jUhxdI.js';
2
2
  import { C as ClassList, i as isValidString } from './index-C7xjtdiw.js';
3
3
  import { i as isMgInputFile, c as classReadonly } from './mg-input.conf-C9rmNQIL.js';
4
4
 
@@ -135,7 +135,7 @@ const MgFieldset = class {
135
135
  * @returns HTML Element
136
136
  */
137
137
  render() {
138
- return (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 && isValidString(this.errorMessage) ? this.errorMessage : undefined }, h("span", { key: 'c449a5235da7b190d8d311469d15cebcfaf3badc', class: "mg-c-input__input-group" }, h("slot", { key: '6d8c60e2555bfd65c8c146233dc840a2d73597d5' }))));
138
+ return (h("mg-input", { key: 'a32d9d6e0a77eddf6dac1c741066cb600c2f27b3', 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 && isValidString(this.errorMessage) ? this.errorMessage : undefined }, h("span", { key: '5d05e51fd64fc43458bccb3287fcf3a4fe462c00', class: "mg-c-input__input-group" }, h("slot", { key: 'd641e3007cdd2adfa6115f639603de78caa63202' }))));
139
139
  }
140
140
  get element() { return getElement(this); }
141
141
  static get watchers() { return {
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, c as createEvent, h, a as getElement } from './index-DFwaH2hS.js';
1
+ import { r as registerInstance, c as createEvent, h, a as getElement } from './index-C3jUhxdI.js';
2
2
  import { P as Paginate, C as ClassList, t as toString, a as Cursor, n as nextTick, g as getObjectValueFromKey, b as allItemsAreString, i as isValidString, c as isObject, f as formatID, d as Page } from './index-C7xjtdiw.js';
3
3
  import { c as classReadonly, a as classDisabled, w as widths } from './mg-input.conf-C9rmNQIL.js';
4
4
  import { i as initLocales } from './index-DSEloqPn.js';
@@ -767,7 +767,7 @@ const MgInputCombobox = class {
767
767
  else {
768
768
  activeDescendant = (_e = this.value) === null || _e === void 0 ? void 0 : _e.value;
769
769
  }
770
- return (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 && h("b", { class: "mg-c-input__readonly-value" }, readonlyValue)) : (h("mg-popover", { identifier: this.popoverId, placement: "bottom-start", display: this.popoverDisplay, "arrow-hide": true, style: {
770
+ return (h("mg-input", { key: 'd19136f775e89188dcecf78a004abd1bc8048174', 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 && h("b", { class: "mg-c-input__readonly-value" }, readonlyValue)) : (h("mg-popover", { identifier: this.popoverId, placement: "bottom-start", display: this.popoverDisplay, "arrow-hide": true, style: {
771
771
  '--mg-c-input-list-width': ((_f = this.input) === null || _f === void 0 ? void 0 : _f.offsetWidth) > 0 ? `${this.input.offsetWidth}px` : undefined,
772
772
  }, "data-fallback-placement": "bottom-end", "onDisplay-change": this.handlePopoverDisplay }, h("div", { class: "mg-c-input__input-group-container" }, h("mg-icon", { icon: "magnifying-glass" }), 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": formatID(activeDescendant), onInput: this.handleFilterInput, onBlur: this.handleFilterBlur, onFocus: this.handleFilterFocus, onKeyDown: this.handleFilterKeydown, ref: (el) => {
773
773
  if (el !== null)
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, c as createEvent, h, a as getElement } from './index-DFwaH2hS.js';
1
+ import { r as registerInstance, c as createEvent, h, a as getElement } from './index-C3jUhxdI.js';
2
2
  import { C as ClassList, b as allItemsAreString, t as toString, i as isValidString, c as isObject } from './index-C7xjtdiw.js';
3
3
  import { l as localeByte, i as initLocales } from './index-DSEloqPn.js';
4
4
  import { a as classDisabled } from './mg-input.conf-C9rmNQIL.js';
@@ -337,9 +337,9 @@ const MgInputFile = class {
337
337
  * @returns HTML Element
338
338
  */
339
339
  render() {
340
- return (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 }, h("div", { key: 'b0a67412ce2a054ce84f001efe01156bfce001a1', class: "mg-c-input__file-container" }, 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) => {
340
+ return (h("mg-input", { key: '075d0b55b004653115305f5dd0d6bc897fd3e9ed', 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 }, h("div", { key: '16ce644751bf7e4a23876ed59e7076625661794c', class: "mg-c-input__file-container" }, h("input", { key: 'e00df3de20567ef52825ca002b838a81e586c777', 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) => {
341
341
  this.inputElement = el;
342
- } }), 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) => {
342
+ } }), h("mg-button", { key: '92e356bd08d09070b4c58c525ef91ab6bdc64b74', variant: "secondary", class: "mg-c-input__file-button", type: "button", disabled: this.disabled, onClick: this.handleButtonClick, onBlur: this.handleButtonBlur, tabindex: "-1", ref: (el) => {
343
343
  this.fileButtonElement = el;
344
344
  } }, this.messages.input.file.browse), this.renderFiles())));
345
345
  }