bromcom-ui 3.0.0-alpha.4 → 3.0.0-alpha.5
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.
- package/dist/bromcom-ui/bromcom-ui.css +1 -1
- package/dist/bromcom-ui/bromcom-ui.esm.js +1 -1
- package/dist/bromcom-ui/p-01eaca9a.entry.js +5 -0
- package/dist/bromcom-ui/p-3ddd3c83.entry.js +5 -0
- package/dist/bromcom-ui/p-aa67918a.entry.js +5 -0
- package/dist/bromcom-ui/p-d5464577.entry.js +16 -0
- package/dist/cjs/bcm-accordion_69.cjs.entry.js +704 -31
- package/dist/cjs/bcm-file-upload.cjs.entry.js +578 -0
- package/dist/cjs/bcm-form-2.cjs.entry.js +1 -0
- package/dist/cjs/bcm-number-input.cjs.entry.js +8 -2
- package/dist/cjs/bromcom-ui.cjs.js +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/components/atoms/button/button.js +1 -1
- package/dist/collection/components/atoms/button/types.js +7 -0
- package/dist/collection/components/molecules/dropdown/dropdown.js +36 -1
- package/dist/collection/components/molecules/linked/linked-focus-manager.js +86 -0
- package/dist/collection/components/molecules/linked/linked.js +43 -1
- package/dist/collection/components/molecules/number-input/number-input.js +8 -2
- package/dist/collection/components/molecules/number-input/react-input.js +1 -1
- package/dist/collection/components/molecules/upload/file-upload.component.js +1060 -0
- package/dist/collection/components/molecules/upload/file-upload.style.js +201 -0
- package/dist/collection/components/organism/form/form.js +1 -0
- package/dist/collection/components/organism/form-2/bcm-form-components.js +1 -0
- package/dist/collection/components/organism/list/list-focus-manager.js +344 -0
- package/dist/collection/components/organism/list/list-key-control.js +9 -4
- package/dist/collection/components/organism/list/list.css +8 -3
- package/dist/collection/components/organism/list/list.js +226 -26
- package/dist/collection/components/other_deprecated/old-tag/old-tag.js +1 -1
- package/dist/collection/components/other_deprecated/tag/tag.js +1 -1
- package/dist/collection/templates/list-item-template.js +2 -1
- package/dist/components/bcm-dropdown.js +35 -0
- package/dist/components/bcm-file-upload.d.ts +11 -0
- package/dist/components/bcm-file-upload.js +625 -0
- package/dist/components/bcm-form-2.js +1 -0
- package/dist/components/bcm-number-input.js +8 -2
- package/dist/components/button.js +7 -0
- package/dist/components/form.js +1 -0
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.js +1 -0
- package/dist/components/linked.js +105 -2
- package/dist/components/list.js +559 -31
- package/dist/esm/bcm-accordion_69.entry.js +704 -31
- package/dist/esm/bcm-file-upload.entry.js +574 -0
- package/dist/esm/bcm-form-2.entry.js +1 -0
- package/dist/esm/bcm-number-input.entry.js +8 -2
- package/dist/esm/bromcom-ui.js +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/types/components/atoms/button/types.d.ts +8 -1
- package/dist/types/components/molecules/dropdown/dropdown.d.ts +7 -0
- package/dist/types/components/molecules/linked/linked-focus-manager.d.ts +13 -0
- package/dist/types/components/molecules/linked/linked.d.ts +3 -0
- package/dist/types/components/molecules/number-input/number-input.d.ts +1 -0
- package/dist/types/components/molecules/upload/file-upload.component.d.ts +233 -0
- package/dist/types/components/molecules/upload/file-upload.style.d.ts +548 -0
- package/dist/types/components/organism/list/list-focus-manager.d.ts +53 -0
- package/dist/types/components/organism/list/list-key-control.d.ts +1 -0
- package/dist/types/components/organism/list/list.d.ts +18 -1
- package/dist/types/components.d.ts +417 -1
- package/package.json +1 -1
- package/dist/bromcom-ui/p-8e7274e4.entry.js +0 -5
- package/dist/bromcom-ui/p-9e0dd503.entry.js +0 -16
- package/dist/bromcom-ui/p-a320cde8.entry.js +0 -5
package/dist/cjs/loader.cjs.js
CHANGED
|
@@ -21,7 +21,7 @@ const patchEsm = () => {
|
|
|
21
21
|
const defineCustomElements = (win, options) => {
|
|
22
22
|
if (typeof window === 'undefined') return Promise.resolve();
|
|
23
23
|
return patchEsm().then(() => {
|
|
24
|
-
return index.bootstrapLazy(JSON.parse("[[\"bcm-accordion_69.cjs\",[[1,\"bcm-select\",{\"_id\":[1537,\"id\"],\"value\":[1025],\"value2\":[1025],\"size\":[1025],\"scrollable\":[1025],\"clearable\":[1028],\"label\":[1025],\"placeholder\":[1025],\"search\":[1028],\"noCaption\":[1028,\"no-caption\"],\"caption\":[1025],\"captionError\":[1025,\"caption-error\"],\"captionType\":[1025,\"caption-type\"],\"disabled\":[1028],\"flex\":[1028],\"name\":[1025],\"searchFields\":[1040],\"fullWidth\":[1028,\"full-width\"],\"defaultValue\":[1025,\"default-value\"],\"hidden\":[1028],\"checkboxes\":[1028],\"searchable\":[1028],\"required\":[1028],\"treeview\":[1028],\"numberOfColumns\":[1026,\"number-of-columns\"],\"viewportWidth\":[1025,\"viewport-width\"],\"viewportMinWidth\":[1025,\"viewport-min-width\"],\"viewportMaxWidth\":[1025,\"viewport-max-width\"],\"template\":[1025],\"maxHeight\":[1025,\"max-height\"],\"infoFooter\":[1028,\"info-footer\"],\"_internal_id\":[1537],\"alignment\":[1025],\"_items\":[1032],\"_data\":[1032],\"placement\":[1537],\"tooltip\":[1025],\"selectText\":[32],\"isOpen\":[32],\"captionCache\":[32],\"captionTypeCache\":[32],\"config\":[64],\"setData\":[64],\"setDataAsync\":[64],\"clearAndSelectSearch\":[64],\"selected\":[64],\"addChecked\":[64],\"updateChecked\":[64],\"getValue\":[64],\"getChecklist\":[64],\"get\":[64],\"set\":[64],\"setClear\":[64],\"resetCaption\":[64]},[[11,\"wheel\",\"onwheelEvent\"],[7,\"scroll\",\"scrollEvent\"],[11,\"resize\",\"handleScreenResize\"],[10,\"click\",\"handleClickOutside\"],[6,\"bcm-treeview-unchecked\",\"handleTreeviewUnchecked\"],[6,\"bcm-listbox-unchecked\",\"handleListboxUnchecked\"],[6,\"bcm-old-tag-dissmisable\",\"bcmOldTagDissmisable\"],[4,\"bcm-listbox-item-selected\",\"handleListboxSelected\"],[4,\"bcm-treeview-checklist\",\"handleListboxCheckedList\"],[4,\"bcm-listbox-checklist\",\"handleTreeviewCheckedList\"]]],[4,\"bcm-chip-group\",{\"_id\":[1537,\"id\"],\"name\":[1],\"value\":[1032],\"required\":[4],\"size\":[1],\"label\":[1],\"caption\":[1],\"noCaption\":[4,\"no-caption\"],\"captionType\":[1,\"caption-type\"],\"captionError\":[1,\"caption-error\"]},[[0,\"bcm-chip-select-item\",\"handleSelectItem\"],[0,\"bcm-chip-dismiss\",\"handleDismiss\"],[0,\"bcm-chip-select\",\"handleSelect\"]]],[0,\"bcm-color-input\",{\"_id\":[1537,\"id\"],\"label\":[1],\"placeholder\":[1],\"value\":[1025],\"required\":[4],\"disabled\":[4],\"readonly\":[4],\"fullWidth\":[4,\"full-width\"],\"type\":[1]}],[4,\"bcm-checkbox-group\",{\"_id\":[1025],\"direction\":[1025],\"items\":[1025],\"indeterminate\":[1028],\"name\":[1025],\"value\":[1032],\"disabled\":[1028],\"readonly\":[1028],\"hidden\":[1028],\"required\":[1028],\"label\":[1025],\"gap\":[1025],\"defaultValue\":[1025,\"default-value\"],\"fullWidth\":[1544,\"full-width\"],\"optionType\":[1025,\"option-type\"],\"buttonStyle\":[1025,\"button-style\"],\"size\":[1025],\"caption\":[1025],\"noCaption\":[1028,\"no-caption\"],\"captionType\":[1025,\"caption-type\"],\"tick\":[32],\"onBcmFocus\":[64],\"onBcmBlur\":[64],\"setClear\":[64],\"resetCaption\":[64],\"set\":[64],\"get\":[64],\"check\":[64],\"getValue\":[64],\"getCheckedList\":[64]}],[0,\"bcm-date\",{\"_id\":[513,\"id\"],\"label\":[1],\"placeholder\":[1],\"size\":[1],\"fullWidth\":[4,\"full-width\"],\"required\":[4],\"clearable\":[4],\"disabled\":[4],\"noMargin\":[4,\"no-margin\"],\"caption\":[1],\"noCaption\":[4,\"no-caption\"],\"captionType\":[1025,\"caption-type\"],\"captionError\":[1025,\"caption-error\"],\"name\":[1],\"value\":[1032],\"type\":[1],\"format\":[8],\"range\":[4],\"showTime\":[4,\"show-time\"],\"showNow\":[4,\"show-now\"],\"showHour\":[4,\"show-hour\"],\"showMinute\":[4,\"show-minute\"],\"showSecond\":[4,\"show-second\"],\"use12Hours\":[4,\"use-12-hours\"],\"hourStep\":[2,\"hour-step\"],\"minuteStep\":[2,\"minute-step\"],\"secondStep\":[2,\"second-step\"],\"hideDisabledOptions\":[4,\"hide-disabled-options\"],\"disabledTime\":[8,\"disabled-time\"],\"showToday\":[4,\"show-today\"],\"disabledDates\":[8,\"disabled-dates\"],\"getValue\":[64],\"get\":[64],\"set\":[64],\"setClear\":[64],\"resetCaption\":[64],\"getInput\":[64],\"isValid\":[64]}],[4,\"bcm-dropdown\",{\"isOpen\":[1028,\"open\"],\"_id\":[1537,\"id\"],\"menuId\":[513,\"menu-id\"],\"hidden\":[1028],\"type\":[1025],\"size\":[1025],\"disabled\":[1028],\"kind\":[1025],\"icon\":[1025],\"href\":[1025],\"target\":[1025],\"value\":[1025],\"noStyle\":[1028,\"no-style\"],\"dropdownIcon\":[1025,\"dropdown-icon\"],\"linkedComponent\":[1025,\"linked-component\"],\"loading\":[4],\"variant\":[1],\"dataDismiss\":[4,\"data-dismiss\"],\"fullWidth\":[4,\"full-width\"],\"iconPosition\":[1,\"icon-position\"],\"placement\":[1],\"height\":[8],\"maxHeight\":[1,\"max-height\"],\"minHeight\":[1,\"min-height\"],\"stopDeepClean\":[4,\"stop-deep-clean\"],\"selectable\":[4],\"gap\":[1],\"color\":[8],\"data\":[1032],\"activeItem\":[32],\"setActive\":[64],\"getActive\":[64]},[[0,\"bcm-items\",\"handleSlotItems\"]]],[4,\"bcm-popconfirm\",{\"_id\":[1537,\"id\"],\"message\":[1025],\"status\":[1025],\"cancelText\":[1025,\"cancel-text\"],\"okeyText\":[1025,\"okey-text\"],\"placement\":[1025],\"trigger\":[1025],\"open\":[1028],\"hidden\":[1028],\"show\":[64],\"hide\":[64]},[[4,\"bcm-popconfirm-confirm\",\"onBcmConfirm\"],[4,\"bcm-popconfirm-cancel\",\"onBcmCancel\"]]],[4,\"bcm-radio-group\",{\"_id\":[513,\"id\"],\"label\":[1],\"name\":[1],\"value\":[1032],\"defaultValue\":[1032,\"default-value\"],\"size\":[1],\"disabled\":[4],\"hidden\":[4],\"required\":[4],\"gap\":[1],\"direction\":[1],\"fullWidth\":[4,\"full-width\"],\"items\":[1],\"caption\":[1],\"noCaption\":[4,\"no-caption\"],\"captionError\":[1,\"caption-error\"],\"captionType\":[1,\"caption-type\"],\"captionCache\":[32],\"captionTypeCache\":[32],\"setClear\":[64],\"resetCaption\":[64],\"check\":[64],\"get\":[64],\"set\":[64],\"getValue\":[64]},[[0,\"bcm-radio-change\",\"handleChange\"]]],[4,\"bcm-switch\",{\"_id\":[1537,\"id\"],\"_internal_id\":[1025],\"checked\":[1028],\"hidden\":[1028],\"value\":[1028],\"name\":[1025],\"disabled\":[1028],\"required\":[1028],\"size\":[1025],\"readonly\":[1028],\"activeIcon\":[1025,\"active-icon\"],\"activeText\":[1025,\"active-text\"],\"inactiveIcon\":[1025,\"inactive-icon\"],\"inactiveText\":[1025,\"inactive-text\"],\"pending\":[1028],\"label\":[1025],\"labelPosition\":[1025,\"label-position\"],\"tooltip\":[1025],\"caption\":[1025],\"noCaption\":[1028,\"no-caption\"],\"captionError\":[1025,\"caption-error\"],\"captionType\":[1025,\"caption-type\"],\"captionCache\":[32],\"captionTypeCache\":[32],\"onBcmFocus\":[64],\"onBcmBlur\":[64],\"set\":[64],\"check\":[64],\"get\":[64],\"setClear\":[64],\"resetCaption\":[64]},[[0,\"keydown\",\"handleKeyUp\"]]],[4,\"bcm-drawer\",{\"_id\":[1537,\"id\"],\"_title\":[1032],\"position\":[1025],\"fullWidth\":[1028,\"full-width\"],\"_open\":[32],\"_close\":[32],\"show\":[64],\"hide\":[64]},[[8,\"bcm-before-open\",\"_beforeOpen\"],[8,\"bcm-before-close\",\"_beforeClose\"],[4,\"keydown\",\"keyboardNavigation\"]]],[4,\"bcm-expansion-panel\",{\"_id\":[1537,\"id\"],\"expanded\":[1028],\"disabled\":[1028],\"hidden\":[1028],\"valid\":[1028],\"hideToggle\":[1028,\"hide-toggle\"],\"expandIconPosition\":[1025,\"expand-icon-position\"],\"tooltip\":[1032],\"headerColor\":[32],\"tooltipDefaultValue\":[32]}],[1,\"bcm-tab\",{\"type\":[1025],\"active\":[1028],\"disabled\":[1028],\"closable\":[1028],\"tabId\":[1025,\"tab-id\"],\"formControl\":[1025,\"form-control\"],\"hidden\":[1028],\"status\":[1025],\"badge\":[1028],\"blink\":[1028]}],[4,\"bcm-alert\",{\"hidden\":[1028],\"_id\":[1537,\"id\"],\"description\":[1032],\"status\":[1025],\"type\":[1025],\"dismissible\":[1032],\"icon\":[1028],\"bigIcon\":[1028,\"big-icon\"],\"fullWidth\":[1028,\"full-width\"]}],[4,\"bcm-attendance\",{\"_id\":[1537,\"id\"],\"data\":[1032]}],[4,\"bcm-modal\",{\"_id\":[1537,\"id\"],\"isShow\":[1028,\"is-show\"],\"hidden\":[1028],\"size\":[1032],\"backdrop\":[1032],\"width\":[1025],\"height\":[1025],\"fullWidth\":[1028,\"full-width\"],\"hide\":[64],\"show\":[64]},[[8,\"click\",\"handleSubmit\"],[4,\"keydown\",\"keyboardNavigation\"],[0,\"bcm-modal-before-open\",\"showModal\"],[0,\"bcm-modal-before-close\",\"hideModal\"]]],[0,\"bcm-progress\",{\"_id\":[1537,\"id\"],\"value\":[1026],\"max\":[1026],\"size\":[1025],\"type\":[1025],\"info\":[1025],\"error\":[1028],\"hidden\":[1028],\"fullWidth\":[1028,\"full-width\"],\"color\":[1025],\"isCompleted\":[32],\"increment\":[64],\"decrement\":[64],\"set\":[64]}],[4,\"bcm-stepper\",{\"hidden\":[1028],\"_id\":[1537,\"id\"],\"direction\":[1025],\"linear\":[1028],\"size\":[1025],\"icon\":[1028],\"active\":[1026],\"stepperId\":[1537,\"stepper-id\"],\"data\":[1040],\"tick\":[1040],\"prev\":[64],\"next\":[64],\"setActive\":[64],\"reset\":[64],\"getCurrentStep\":[64],\"getSteps\":[64]},[[0,\"bcm-change-hidden\",\"handleChangeBcmHidden\"],[4,\"bcm-step-before-change\",\"handleBcmStepBeforeChange\"]]],[4,\"bcm-accordion\",{\"_id\":[1537,\"id\"],\"multi\":[1028]},[[0,\"bcm-open\",\"open\"],[0,\"bcm-is-load\",\"isLoad\"]]],[0,\"bcm-attendance-actions\",{\"_id\":[1537,\"id\"],\"size\":[1025],\"disabled\":[4],\"data\":[1040],\"lateKeys\":[1025,\"late-keys\"],\"hideComment\":[4,\"hide-comment\"],\"set\":[64],\"get\":[64]}],[4,\"bcm-button-group\",{\"_id\":[1537,\"id\"],\"size\":[1025],\"type\":[1025],\"color\":[1032],\"disabled\":[1032],\"direction\":[1025]},[[0,\"bcm-click\",\"listenButton\"]]],[1,\"bcm-collapse\",{\"_id\":[1537,\"id\"],\"borderless\":[1028],\"open\":[1028],\"noBorder\":[1028,\"no-border\"],\"noPadding\":[1028,\"no-padding\"],\"hidden\":[1028]}],[4,\"bcm-collapse-group\",{\"borderless\":[1028],\"open\":[1028],\"multiple\":[1028],\"hidden\":[1028]},[[4,\"bcm-collapse-open\",\"handleOpen\"]]],[1,\"bcm-error-layout\",{\"size\":[1025],\"hidden\":[1028],\"items\":[1025],\"itemsProp\":[32],\"set\":[64],\"clear\":[64]}],[4,\"bcm-item\",{\"_id\":[1537,\"id\"],\"size\":[1025],\"color\":[1032],\"static\":[1028]}],[4,\"bcm-items\",{\"_id\":[1537,\"id\"]}],[4,\"bcm-popover\",{\"_id\":[513,\"id\"],\"message\":[1],\"content\":[1],\"placement\":[1],\"trigger\":[1],\"open\":[1028],\"color\":[1],\"openDelay\":[2,\"open-delay\"],\"closeDelay\":[2,\"close-delay\"],\"autoHide\":[4,\"auto-hide\"],\"targetId\":[1,\"target-id\"],\"popover\":[32],\"show\":[64],\"hide\":[64],\"toggle\":[64]}],[0,\"bcm-range\",{\"_id\":[1537,\"id\"],\"min\":[1026],\"max\":[1026],\"step\":[1026],\"value\":[1032],\"height\":[1025],\"name\":[1025],\"direction\":[1025],\"_prefix\":[1025,\"prefix\"],\"_suffix\":[1025,\"suffix\"],\"multiple\":[32],\"leftValue\":[32],\"rightValue\":[32],\"leftMin\":[32],\"setValue\":[64],\"setClear\":[64],\"resetCaption\":[64],\"getValue\":[64]}],[0,\"bcm-shortcut\",{\"hotkey\":[1],\"color\":[1],\"size\":[1]}],[4,\"bcm-tab-group\",{\"_id\":[513,\"id\"],\"active\":[1537],\"color\":[1],\"size\":[1],\"setActive\":[64],\"refresh\":[64]},[[9,\"resize\",\"inkBarControl\"]]],[4,\"bcm-tab-item\",{\"_id\":[1537,\"id\"],\"active\":[1540],\"disabled\":[4],\"index\":[520]}],[0,\"bcm-tab-item-header\",{\"_id\":[1537,\"id\"],\"active\":[1540],\"disabled\":[4],\"index\":[8],\"color\":[1],\"size\":[1]}],[1,\"bcm-tabs\",{\"size\":[1025],\"type\":[1025],\"direction\":[1025],\"hidden\":[1028],\"fullWidth\":[1028,\"full-width\"],\"underline\":[1028],\"activeChild\":[32],\"lineOpts\":[32],\"prevButton\":[32],\"nextButton\":[32],\"completeButton\":[32],\"prevButtonState\":[32],\"nextButtonState\":[32],\"completeButtonState\":[32],\"config\":[64],\"next\":[64],\"prev\":[64],\"complete\":[64],\"active\":[64],\"getActiveTab\":[64],\"getActiveIndex\":[64],\"error\":[64],\"info\":[64],\"warning\":[64],\"success\":[64],\"statusReset\":[64]},[[9,\"resize\",\"windowResize\"]]],[1,\"bcm-select-box\",{\"_internal_id\":[1537],\"hidden\":[1028],\"isShow\":[1028,\"open\"]},[[0,\"bcm-change\",\"handleChangeEvent\"]]],[4,\"bcm-chip\",{\"_id\":[1537,\"id\"],\"type\":[1025],\"size\":[1025],\"avatar\":[1032],\"icon\":[1032],\"disabled\":[1028],\"color\":[1032],\"selected\":[1028],\"value\":[1025],\"data\":[1032]}],[0,\"bcm-popconfirm-box\",{\"_id\":[1537,\"id\"],\"_target_id\":[1025,\"target-id\"],\"message\":[1025],\"status\":[1025],\"cancelText\":[1025,\"cancel-text\"],\"okeyText\":[1025,\"okey-text\"],\"placement\":[1032],\"open\":[1028],\"hidden\":[1028],\"_internal_id\":[1537,\"internal-id\"],\"placement_string\":[32],\"show\":[64],\"hide\":[64]},[[8,\"click\",\"handleClickOutside\"],[4,\"bcm-popconfirm-show\",\"showHandler\"],[9,\"resize\",\"calculateLocation\"]]],[4,\"bcm-link\",{\"hidden\":[1028],\"href\":[1025],\"target\":[1025],\"icon\":[1025],\"disabled\":[1028],\"iconPosition\":[1025,\"icon-position\"]},[[0,\"click\",\"handleOnClick\"]]],[1,\"bcm-old-tag\",{\"type\":[1025],\"size\":[1032],\"checked\":[1028],\"color\":[1537],\"value\":[1025],\"hidden\":[1540],\"_id\":[1537,\"id\"],\"maxWidth\":[1028,\"max-width\"],\"customStyle\":[1032,\"custom-style\"],\"_internal_id\":[1537]},[[2,\"click\",\"handleClick\"]]],[0,\"bcm-color-palette\",{\"value\":[1537],\"paletteKeys\":[16],\"shades\":[16]}],[4,\"bcm-form\",{\"_id\":[1537,\"id\"],\"hidden\":[1028],\"validation\":[1028],\"name\":[1025],\"value\":[1032],\"autocomplete\":[1028],\"submit\":[64],\"set\":[64],\"get\":[64],\"setClear\":[64],\"resetCaption\":[64],\"config\":[64]},[[0,\"click\",\"handleSubmit\"],[0,\"bcm-change\",\"handleChange\"],[0,\"submit\",\"handleSubmitForm\"]]],[4,\"bcm-menu\",{\"_id\":[1537,\"id\"],\"size\":[1025],\"collapsible\":[1540],\"collapse\":[1540],\"mode\":[1025],\"disabled\":[1028],\"hidden\":[1028],\"linkedComponent\":[1025,\"linked-component\"],\"height\":[1025],\"maxHeight\":[1025,\"max-height\"],\"minHeight\":[1025,\"min-height\"],\"selectable\":[4],\"gap\":[1],\"dropdown\":[4],\"placement\":[1025],\"data\":[1032],\"activeItemId\":[32],\"setActive\":[64],\"getActive\":[64]},[[0,\"bcm-items\",\"handleSlotItems\"]]],[4,\"bcm-radio\",{\"_id\":[513,\"id\"],\"checked\":[4],\"value\":[8],\"disabled\":[4],\"size\":[1],\"color\":[8]}],[0,\"bcm-rc-picker\",{\"placeholder\":[1],\"size\":[513],\"error\":[4],\"disabled\":[4],\"clearable\":[4],\"ariaLabel\":[1,\"aria-label\"],\"type\":[1],\"format\":[8],\"range\":[4],\"showToday\":[4,\"show-today\"],\"disabledDates\":[16],\"showTime\":[4,\"show-time\"],\"showNow\":[4,\"show-now\"],\"showHour\":[4,\"show-hour\"],\"showMinute\":[4,\"show-minute\"],\"showSecond\":[4,\"show-second\"],\"use12Hours\":[4,\"use-1-2-hours\"],\"hourStep\":[2,\"hour-step\"],\"minuteStep\":[2,\"minute-step\"],\"secondStep\":[2,\"second-step\"],\"hideDisabledOptions\":[4,\"hide-disabled-options\"],\"disabledTime\":[16],\"newValue\":[32],\"set\":[64]}],[4,\"bcm-step\",{\"hidden\":[1028],\"_id\":[1537,\"id\"],\"_title\":[1025],\"description\":[1025],\"status\":[1025],\"icon\":[1025],\"loading\":[1028],\"valid\":[1028],\"index\":[1026],\"active\":[1540],\"htmlTemplate\":[1025,\"html-template\"],\"isLast\":[1028,\"is-last\"],\"disabled\":[1028]}],[0,\"bcm-list\",{\"_id\":[1537,\"id\"],\"tempId\":[513,\"temp-id\"],\"type\":[1025],\"treeview\":[1028],\"checkboxes\":[1028],\"searchable\":[1028],\"value\":[1032],\"name\":[1025],\"label\":[1025],\"size\":[1025],\"disabled\":[1028],\"readonly\":[1028],\"highlight\":[1028],\"highlightText\":[1032,\"highlight-text\"],\"required\":[1028],\"hidden\":[1028],\"fullWidth\":[1028,\"full-width\"],\"height\":[1025],\"maxHeight\":[1025,\"max-height\"],\"minHeight\":[1025,\"min-height\"],\"width\":[1025],\"tooltip\":[1025],\"infoFooter\":[1028,\"info-footer\"],\"variableText\":[1025,\"variable-text\"],\"template\":[1025],\"allOpen\":[1028,\"all-open\"],\"keyControl\":[1028,\"key-control\"],\"checkAll\":[1028,\"check-all\"],\"stopDeepClean\":[4,\"stop-deep-clean\"],\"openIntersecting\":[4,\"open-intersecting\"],\"linkedComponent\":[1025,\"linked-component\"],\"placeholder\":[1025],\"searchPlaceholder\":[1025,\"search-placeholder\"],\"searchIsOnlyChilds\":[1028,\"search-is-only-childs\"],\"minSearchLength\":[2,\"min-search-length\"],\"clearable\":[1028],\"caption\":[1025],\"noCaption\":[1028,\"no-caption\"],\"captionType\":[1025,\"caption-type\"],\"captionError\":[1025,\"caption-error\"],\"emptyText\":[1,\"empty-text\"],\"emptyIcon\":[1,\"empty-icon\"],\"placement\":[1025],\"disableChangeEvent\":[4,\"disable-change-event\"],\"autoFocusSelected\":[4,\"auto-focus-selected\"],\"data\":[1032],\"inputText\":[32],\"isOpen\":[32],\"isOpenAnimation\":[32],\"calculatedViewport\":[32],\"isSelectedOther\":[32],\"isHaveOtherTag\":[32],\"captionCache\":[32],\"captionTypeCache\":[32],\"tick\":[32],\"totalData\":[32],\"totalRootData\":[32],\"limit\":[32],\"searchGetParents\":[32],\"searchResultLimit\":[32],\"searchFound\":[32],\"returnFilterData\":[32],\"returnOtherData\":[32],\"options\":[32],\"tagContainerWidth\":[32],\"selectAllItem\":[32],\"shouldTriggerChange\":[32],\"set\":[64],\"get\":[64],\"getCheckedList\":[64],\"getSelected\":[64],\"getValue\":[64],\"triggerChange\":[64],\"addChecked\":[64],\"selected\":[64],\"setClear\":[64],\"resetCaption\":[64],\"show\":[64],\"hide\":[64]},[[2,\"bcm-is-intersecting\",\"isIntersecting\"],[2,\"bcm-items\",\"handleSlotItems\"],[0,\"bcm-change\",\"handleChange\"],[0,\"bcm-select-other-tag\",\"handleSelectOtherTag\"],[0,\"bcm-delete-tag\",\"handleDeleteTag\"],[0,\"bcm-select-tag\",\"handleSelectTag\"],[10,\"click\",\"handleClick\"],[10,\"bcm-on-search-clear\",\"bcmOnSearchClear\"],[10,\"bcm-on-search\",\"bcmOnSearch\"],[10,\"keydown\",\"handleKeyDown\"],[10,\"keyup\",\"handleKeyUp\"]]],[4,\"bcm-textarea\",{\"_id\":[1537,\"id\"],\"_internal_id\":[1025],\"hidden\":[1028],\"value\":[1025],\"placeholder\":[1025],\"label\":[1025],\"name\":[1025],\"required\":[1028],\"caption\":[1025],\"noCaption\":[1028,\"no-caption\"],\"captionError\":[1025,\"caption-error\"],\"captionType\":[1025,\"caption-type\"],\"rows\":[1026],\"size\":[1025],\"disabled\":[1028],\"readonly\":[1028],\"clearable\":[1028],\"resize\":[1032],\"fullWidth\":[1028,\"full-width\"],\"maxLength\":[1026,\"max-length\"],\"focused\":[32],\"captionCache\":[32],\"captionTypeCache\":[32],\"onBcmFocus\":[64],\"onBcmBlur\":[64],\"onBcmSelect\":[64],\"set\":[64],\"get\":[64],\"setValue\":[64],\"setClear\":[64],\"resetCaption\":[64],\"getValue\":[64]}],[1,\"bcm-listbox\",{\"innerComponent\":[1028,\"inner-component\"],\"checkboxes\":[1028],\"label\":[1025],\"required\":[1028],\"value\":[1032],\"search\":[1028],\"infoFooter\":[1028,\"info-footer\"],\"showIcon\":[1028,\"show-icon\"],\"size\":[1025],\"selectedId\":[1025,\"selected-id\"],\"checkedList\":[1040],\"updateCheckedList\":[1040],\"_items\":[1025,\"data\"],\"fullWidth\":[1028,\"full-width\"],\"searchFields\":[1040],\"_flex\":[1025,\"flex\"],\"hidden\":[1028],\"returnField\":[1025,\"return-field\"],\"searchSub\":[1025,\"search-sub\"],\"searchText\":[1025,\"searchtext\"],\"treeview\":[1028],\"searchPlaceholder\":[1025,\"searchplaceholder\"],\"numberOfColumns\":[1026,\"number-of-columns\"],\"height\":[1025],\"maxHeight\":[1025,\"max-height\"],\"template\":[1025],\"highlight\":[1028],\"loading\":[1028],\"noCaption\":[1028,\"no-caption\"],\"caption\":[1025],\"captionError\":[1025,\"caption-error\"],\"captionType\":[1025,\"caption-type\"],\"_internal_id\":[1537],\"tooltip\":[1025],\"total\":[32],\"items\":[32],\"checklist\":[32],\"sortedChecklist\":[32],\"indeterminateState\":[32],\"checked\":[32],\"jsonItem\":[32],\"searchData\":[32],\"captionCache\":[32],\"captionTypeCache\":[32],\"checklistSorted\":[32],\"setClear\":[64],\"resetCaption\":[64],\"getValue\":[64],\"getChecklist\":[64],\"showSearchMethod\":[64],\"selected\":[64],\"clearAndSelectSearch\":[64],\"addChecked\":[64],\"updateChecked\":[64],\"config\":[64],\"setData\":[64],\"searchResultMethod\":[64],\"listboxUncheckedMethod\":[64]},[[2,\"bcm-treeview-item-selected\",\"handleListboxSelected\"],[0,\"bcm-on-search\",\"listenSearchResult\"],[0,\"bcm-listbox-item-selected\",\"handleListboxClearSelected\"],[0,\"bcm-listbox-checked\",\"handleListboxChecked\"],[0,\"bcm-listbox-unchecked\",\"handleListboxUnchecked\"]]],[4,\"bcm-input\",{\"_id\":[1537,\"id\"],\"_internal_id\":[1025],\"value\":[1032],\"size\":[1025],\"label\":[1025],\"pattern\":[1025],\"tooltip\":[1025],\"placeholder\":[1025],\"disabled\":[1028],\"readonly\":[1028],\"clearable\":[1028],\"autocomplete\":[1028],\"name\":[1025],\"type\":[1025],\"hidden\":[1028],\"required\":[1028],\"fullWidth\":[1028,\"full-width\"],\"noDefaultIcon\":[1028,\"no-default-icon\"],\"disableWatchValue\":[1028,\"disable-watch-value\"],\"passwordToggle\":[1028,\"password-toggle\"],\"maxLength\":[1026,\"max-length\"],\"minLength\":[1026,\"min-length\"],\"unitPrefix\":[1025,\"unit-prefix\"],\"unit\":[1025],\"decimal\":[1028],\"min\":[1026],\"max\":[1026],\"step\":[1032],\"caption\":[1025],\"noCaption\":[1028,\"no-caption\"],\"captionType\":[1025,\"caption-type\"],\"captionError\":[1025,\"caption-error\"],\"customErrorMessage\":[1025,\"custom-error-message\"],\"_prefix\":[1025],\"_suffix\":[1025],\"captionCache\":[32],\"captionTypeCache\":[32],\"inValid\":[32],\"valueCache\":[32],\"focused\":[32],\"isPasswordVisible\":[32],\"onBcmFocus\":[64],\"onBcmBlur\":[64],\"onBcmSelect\":[64],\"set\":[64],\"get\":[64],\"setValue\":[64],\"setClear\":[64],\"resetCaption\":[64],\"getValue\":[64]},[[0,\"keydown\",\"listenKeyDown\"]]],[0,\"bcm-rc-overflow\",{\"_id\":[513,\"id\"],\"maxCount\":[8,\"max-count\"],\"data\":[16],\"checked\":[32]}],[4,\"bcm-search\",{\"_id\":[1537,\"id\"],\"placeholder\":[1025],\"disabled\":[1028],\"readonly\":[1028],\"clearable\":[1028],\"size\":[1025],\"limit\":[1026],\"searchIsOnlyChilds\":[1028,\"search-is-only-childs\"],\"minSearchLength\":[2,\"min-search-length\"],\"data\":[1032],\"tick\":[32],\"isActiveClearable\":[32],\"onBcmFocus\":[64],\"onBcmBlur\":[64],\"onBcmSelect\":[64],\"setValue\":[64],\"handleClear\":[64]}],[1,\"bcm-treeview\",{\"checkboxes\":[1028],\"showIcon\":[1028,\"show-icon\"],\"size\":[1025],\"selectedId\":[1025,\"selected-id\"],\"checkedList\":[1040],\"updateCheckedList\":[1040],\"hidden\":[1028],\"search\":[1028],\"searchOnlyChild\":[1028,\"search-only-child\"],\"keydown\":[1028],\"allOpen\":[1028,\"all-open\"],\"fullWidth\":[1028,\"full-width\"],\"infoFooter\":[1028,\"info-footer\"],\"searchFields\":[1040],\"searchSub\":[1025,\"search-sub\"],\"returnField\":[1025,\"return-field\"],\"_items\":[1025,\"data\"],\"searchPlaceholder\":[1025,\"searchplaceholder\"],\"maxHeight\":[1025,\"max-height\"],\"highlight\":[1028],\"loading\":[1028],\"favIcon\":[1028,\"fav-icon\"],\"favIconOnlyChilds\":[1028,\"fav-icon-only-childs\"],\"_internal_id\":[1537],\"showSearch\":[32],\"items\":[32],\"total\":[32],\"checkCount\":[32],\"focusedElement\":[32],\"keyMapForFocus\":[32],\"checklist\":[32],\"favoriteList\":[32],\"checklistSorted\":[32],\"searchData\":[32],\"searchResults\":[32],\"setData\":[64],\"getChecklist\":[64],\"getFavorites\":[64],\"selected\":[64],\"clearAndSelectSearch\":[64],\"addChecked\":[64],\"updateChecked\":[64],\"config\":[64],\"showSearchMethod\":[64],\"searchResultMethod\":[64],\"treeviewUncheckedMethod\":[64]},[[0,\"bcm-on-search\",\"listenSearchResult\"],[0,\"bcm-treeview-item-selected\",\"handletreeviewItemSelected\"],[0,\"bcm-treeview-checked\",\"handletreeviewChecked\"],[0,\"bcm-treeview-unchecked\",\"handletreeviewUnchecked\"],[0,\"bcm-treeview-indeterminate-checked\",\"handletreeviewIndeterminateChecked\"],[0,\"bcm-treeview-indeterminate-unchecked\",\"handletreeviewIndeterminateUnchecked\"],[0,\"contextmenu\",\"handleRightClick\"],[4,\"keyup\",\"keyboardNavigationUp\"],[4,\"keydown\",\"keyboardNavigation\"]]],[1,\"bcm-listbox-item\",{\"objectMapping\":[1040],\"display\":[1028],\"avatar\":[1028],\"avatarImage\":[1025,\"avatar-image\"],\"avatarName\":[1025,\"avatar-name\"],\"secondaryText\":[1025,\"secondary\"],\"tooltipText\":[1025,\"tooltip\"],\"text\":[1025],\"_id\":[1537,\"id\"],\"size\":[1025],\"icon\":[1025],\"open\":[1540],\"selected\":[1028],\"checkboxes\":[1028],\"showIcon\":[1028,\"show-icon\"],\"checked\":[1540],\"focused\":[1540],\"hidden\":[1540],\"itemObject\":[1025,\"item-object\"],\"disabled\":[1540],\"highlight\":[1544],\"_internal_id\":[1537],\"template\":[1025]},[[4,\"bcm-listbox-send-check\",\"ListenListboxCheck\"],[4,\"bcm-listbox-send-uncheck\",\"ListenListboxUncheck\"],[4,\"bcm-listbox-clear-selecteds\",\"handleListboxClearSelecteds\"]]],[1,\"bcm-listbox-group\",{\"text\":[1025],\"_id\":[1537,\"id\"],\"hidden\":[1028]}],[0,\"bcm-colorful\",{\"color\":[1032]}],[1,\"bcm-old-search\",{\"data\":[1040],\"searchFields\":[1040],\"returnField\":[1025,\"return-field\"],\"searchSub\":[1025,\"searchsub\"],\"hidden\":[1028],\"onlyChild\":[1028,\"only-child\"],\"clearable\":[1028],\"searchValue\":[1025,\"search-value\"],\"searchPlaceholder\":[1025,\"searchplaceholder\"],\"disabled\":[1028],\"_internal_id\":[1537],\"results\":[32],\"setValue\":[64],\"select\":[64],\"setClear\":[64],\"searchArray\":[64]},[[0,\"bcm-change\",\"listenBcmChange\"]]],[1,\"bcm-treeview-item\",{\"items\":[1032],\"itemObject\":[1025,\"item-object\"],\"text\":[1025],\"tooltipText\":[1025,\"tooltip-text\"],\"_id\":[1537,\"id\"],\"parentId\":[1025,\"parent-id\"],\"hasChild\":[1028,\"has-child\"],\"size\":[1025],\"icon\":[1025],\"open\":[1540],\"selected\":[1028],\"checkboxes\":[1028],\"showIcon\":[1028,\"show-icon\"],\"favicon\":[1028],\"favorite\":[1028],\"checked\":[1540],\"checkTrigger\":[1540,\"checktrigger\"],\"focused\":[1540],\"disabled\":[1540],\"contextMenuShow\":[1028,\"context-menu-show\"],\"_contextMenu\":[1025,\"context-menu\"],\"indeterminateState\":[1025,\"indeterminate-state\"],\"_internal_id\":[1537],\"menuPadding\":[32],\"childLength\":[32],\"indeterminate\":[32],\"hidden\":[32],\"contextMenu\":[32],\"contextOffsetLeft\":[32],\"contextOffsetTop\":[32]},[[4,\"bcm-treeview-clear-selecteds\",\"handletreeviewClearSelecteds\"],[4,\"bcm-treeview-change\",\"ListentreeviewChange\"],[4,\"bcm-treeview-send-check\",\"ListentreeviewShowContext\"],[4,\"bcm-treeview-send-uncheck\",\"ListentreeviewShowContext\"],[4,\"bcm-treeview-show-context\",\"ListentreeviewShowContext\"],[8,\"click\",\"handleWindowClick\"],[0,\"bcm-treeview-check-group-check\",\"checkGroup\"]]],[4,\"bcm-empty\",{\"icon\":[1]}],[0,\"bcm-checkbox-lite\",{\"_id\":[1537,\"id\"],\"checked\":[1028],\"indeterminate\":[1025],\"disabled\":[1028],\"hidden\":[1028],\"required\":[1028],\"readOnly\":[1028,\"read-only\"],\"captionType\":[1025,\"caption-type\"]}],[4,\"bcm-divider\",{\"hidden\":[1028],\"direction\":[1025]}],[4,\"bcm-linked\",{\"_id\":[513,\"id\"],\"placement\":[1],\"trigger\":[1],\"targetId\":[1,\"target-id\"],\"height\":[1],\"maxHeight\":[1,\"max-height\"],\"minHeight\":[1,\"min-height\"],\"isOpen\":[1540,\"is-open\"],\"hideDelay\":[2,\"hide-delay\"],\"moveOverLayContainer\":[4,\"move-overlay-container\"],\"isMouseOverLink\":[32],\"show\":[64],\"hide\":[64],\"toggle\":[64]},[[4,\"linked-data-dismiss\",\"onLinkedDataDismis\"],[4,\"bcm-floating-is-hide\",\"onBcmFloatingIsHide\"],[6,\"click\",\"clickListener\"]]],[4,\"bcm-button\",{\"_id\":[1537,\"id\"],\"hidden\":[1540],\"type\":[1025],\"size\":[1025],\"disabled\":[1540],\"kind\":[1025],\"outline\":[1028],\"icon\":[1025],\"href\":[1025],\"target\":[1025],\"value\":[1025],\"loading\":[1028],\"variant\":[1025],\"dataDismiss\":[1028,\"data-dismiss\"],\"fullWidth\":[1028,\"full-width\"],\"iconPosition\":[1025,\"icon-position\"],\"color\":[1032],\"checked\":[1028]},[[2,\"click\",\"handleOnClick\"]]],[4,\"bcm-typography\"],[4,\"bcm-checkbox\",{\"_id\":[1537,\"id\"],\"inGroup\":[1028,\"in-group\"],\"value\":[1028],\"checked\":[1028],\"name\":[1025],\"disabled\":[1028],\"hidden\":[1028],\"required\":[1028],\"label\":[1025],\"readonly\":[1028],\"size\":[1025],\"indeterminate\":[1025],\"color\":[1025],\"caption\":[1025],\"noCaption\":[1028,\"no-caption\"],\"captionError\":[1025,\"caption-error\"],\"captionType\":[1025,\"caption-type\"],\"captionCache\":[32],\"captionTypeCache\":[32],\"onBcmFocus\":[64],\"onBcmBlur\":[64],\"setClear\":[64],\"resetCaption\":[64],\"set\":[64],\"get\":[64],\"check\":[64]},[[0,\"keydown\",\"handleKeyUp\"]]],[4,\"bcm-avatar\",{\"_id\":[513,\"id\"],\"image\":[1],\"name\":[1],\"alt\":[1],\"shape\":[1],\"size\":[1],\"color\":[1],\"icon\":[1],\"status\":[1],\"blink\":[4],\"isFallback\":[32]}],[1,\"bcm-old-input\",{\"type\":[1025],\"value\":[1032],\"size\":[1025],\"label\":[1025],\"noCaption\":[1028,\"no-caption\"],\"noMargin\":[1028,\"no-margin\"],\"captionError\":[1025,\"caption-error\"],\"caption\":[1025],\"captionType\":[1025,\"caption-type\"],\"placeholder\":[1025],\"fullWidth\":[1028,\"full-width\"],\"disabled\":[1028],\"readonly\":[1028],\"clearable\":[1028],\"passwordToggle\":[1028,\"password-toggle\"],\"noDefaultIcon\":[1028,\"no-default-icon\"],\"_id\":[1537,\"id\"],\"_internal_id\":[1025],\"name\":[1537],\"unit\":[1025],\"unitPrefix\":[1025,\"unit-prefix\"],\"decimal\":[1032],\"min\":[1026],\"max\":[1026],\"step\":[1032],\"hidden\":[1028],\"required\":[1028],\"disableWatchValue\":[1028,\"disable-watch-value\"],\"maxLength\":[1026,\"max-length\"],\"tooltip\":[1025],\"inValid\":[32],\"valueCache\":[32],\"captionCache\":[32],\"captionTypeCache\":[32],\"hasFocus\":[32],\"isPasswordVisible\":[32],\"setFocus\":[64],\"removeFocus\":[64],\"select\":[64],\"setValue\":[64],\"setClear\":[64],\"resetCaption\":[64],\"getValue\":[64]},[[0,\"keydown\",\"numberControl\"]]],[4,\"bcm-badge\",{\"_id\":[513,\"id\"],\"blink\":[4],\"value\":[1],\"color\":[8],\"size\":[1],\"status\":[1]}],[4,\"bcm-text\",{\"hidden\":[1028],\"scale\":[1032],\"weight\":[1025],\"color\":[1025],\"text\":[1025],\"fontSize\":[1026,\"font-size\"]}],[0,\"bcm-label\",{\"_id\":[513,\"id\"],\"required\":[4],\"value\":[1],\"label\":[1],\"size\":[1],\"form\":[8],\"htmlFor\":[8,\"html-for\"],\"hidden\":[4],\"type\":[8],\"tooltip\":[1]}],[4,\"bcm-tooltip\",{\"_id\":[513,\"id\"],\"message\":[1],\"placement\":[1],\"trigger\":[1],\"open\":[1028],\"color\":[1],\"size\":[1],\"openDelay\":[2,\"open-delay\"],\"closeDelay\":[2,\"close-delay\"],\"autoHide\":[4,\"auto-hide\"],\"targetId\":[1,\"target-id\"],\"tooltip\":[32],\"show\":[64],\"hide\":[64],\"toggle\":[64]}],[0,\"bcm-icon\",{\"hidden\":[1028],\"icon\":[1025]}]]],[\"bcm-autocomplete.cjs\",[[1,\"bcm-autocomplete\",{\"searchFields\":[1040],\"_items\":[1025,\"data\"],\"fullWidth\":[1028,\"full-width\"],\"hidden\":[1028],\"searchText\":[1025,\"searchtext\"],\"returnField\":[1025,\"return-field\"],\"searchSub\":[1025,\"search-sub\"],\"searchPlaceholder\":[1025,\"searchplaceholder\"],\"inputLength\":[32],\"isOpen\":[32],\"resultFound\":[32],\"searchData\":[32],\"searchResults\":[32],\"items\":[32],\"config\":[64],\"setData\":[64]},[[2,\"bcm-listbox-item-selected\",\"handleListboxClearSelected\"],[0,\"bcm-on-search-value\",\"listenSearchValue\"],[0,\"bcm-on-search\",\"listenSearchResult\"],[10,\"click\",\"handleClickOutside\"]]]]],[\"bcm-attendance-actions-comment.cjs\",[[0,\"bcm-attendance-actions-comment\",{\"_id\":[1537,\"id\"],\"size\":[1025],\"disabled\":[4],\"selectedKey\":[1025,\"selected-key\"],\"targetId\":[1,\"target-id\"],\"isShow\":[1028,\"is-show\"],\"isLate\":[4,\"is-late\"],\"selectedItem\":[1040],\"show\":[64],\"hide\":[64]},[[8,\"click\",\"handleClickOutside\"]]]]],[\"bcm-input-dropdown.cjs\",[[0,\"bcm-input-dropdown\",{\"_id\":[513,\"id\"],\"value\":[1040],\"defaultValue\":[1040],\"lateKeys\":[1025,\"late-keys\"],\"maxCharacterLimit\":[1026,\"max-character-limit\"],\"size\":[1],\"label\":[1],\"placeholder\":[1],\"name\":[1],\"fullWidth\":[516,\"full-width\"],\"hideComment\":[516,\"hide-comment\"],\"hideCaption\":[4,\"hide-caption\"],\"disabled\":[4],\"required\":[4],\"readonly\":[4],\"data\":[1040],\"caption\":[1025],\"noCaption\":[1028,\"no-caption\"],\"captionType\":[1025,\"caption-type\"],\"captionError\":[1025,\"caption-error\"],\"customErrorMessage\":[1025,\"custom-error-message\"],\"captionCache\":[32],\"captionTypeCache\":[32],\"isOpenMenu\":[32],\"invalid\":[32],\"set\":[64],\"get\":[64],\"setClear\":[64],\"resetCaption\":[64]},[[6,\"click\",\"clickListener\"]]]]],[\"bcm-date-picker.cjs\",[[1,\"bcm-date-picker\",{\"_id\":[1537,\"id\"],\"date\":[1025],\"value\":[1032],\"endDate\":[1025,\"end-date\"],\"range\":[1028],\"hidden\":[1028],\"name\":[1537],\"fullWidth\":[1028,\"full-width\"],\"required\":[1028],\"label\":[1025],\"placeholder\":[1025],\"disabledDates\":[1032,\"disableddates\"],\"disabled\":[1028],\"noMargin\":[1028,\"no-margin\"],\"noCaption\":[1028,\"no-caption\"],\"caption\":[1025],\"captionError\":[1025,\"caption-error\"],\"captionType\":[1025,\"caption-type\"],\"alignment\":[1032],\"_internal_id\":[1537,\"internal-id\"],\"placement\":[1025],\"linkedComponent\":[1025,\"linked-component\"],\"clearable\":[1028],\"stateStartDate\":[32],\"stateEndDate\":[32],\"set\":[64],\"get\":[64],\"setDisabled\":[64],\"setClear\":[64],\"setStartDate\":[64],\"setEndDate\":[64],\"getInput\":[64],\"open\":[64],\"getValue\":[64],\"isValid\":[64],\"resetCaption\":[64]}]]],[\"bcm-time-picker.cjs\",[[1,\"bcm-time-picker\",{\"_id\":[1537,\"id\"],\"time\":[1025],\"value\":[1032],\"hidden\":[1028],\"name\":[1537],\"fullWidth\":[1028,\"full-width\"],\"required\":[1028],\"label\":[1025],\"placeholder\":[1025],\"disabled\":[1028],\"noMargin\":[1028,\"no-margin\"],\"noCaption\":[1028,\"no-caption\"],\"caption\":[1025],\"captionError\":[1025,\"caption-error\"],\"captionType\":[1025,\"caption-type\"],\"alignment\":[1032],\"placement\":[1025],\"linkedComponent\":[1025,\"linked-component\"],\"clearable\":[1028],\"set\":[64],\"get\":[64],\"setDisabled\":[64],\"getInput\":[64],\"getValue\":[64],\"isValid\":[64],\"setClear\":[64],\"resetCaption\":[64],\"open\":[64]}]]],[\"bcm-number-input.cjs\",[[4,\"bcm-number-input\",{\"_id\":[513,\"id\"],\"value\":[1032],\"defaultValue\":[8,\"default-value\"],\"_prefix\":[1,\"prefix\"],\"_suffix\":[1,\"suffix\"],\"size\":[1],\"min\":[8],\"max\":[8],\"step\":[2],\"label\":[1],\"name\":[1],\"fullWidth\":[4,\"full-width\"],\"clearable\":[4],\"readonly\":[4],\"disabled\":[4],\"required\":[4],\"mode\":[1],\"placeholder\":[1],\"thousandSeparator\":[8,\"thousand-separator\"],\"decimalSeparator\":[1,\"decimal-separator\"],\"decimalScale\":[2,\"decimal-scale\"],\"fixedDecimalScale\":[4,\"fixed-decimal-scale\"],\"allowNegative\":[4,\"allow-negative\"],\"allowLeadingZeros\":[4,\"allow-leading-zeros\"],\"unitPrefix\":[1,\"unit-prefix\"],\"unitSuffix\":[1,\"unit-suffix\"],\"caption\":[1025],\"noCaption\":[1028,\"no-caption\"],\"captionType\":[1025,\"caption-type\"],\"captionError\":[1025,\"caption-error\"],\"customErrorMessage\":[1025,\"custom-error-message\"],\"isFocus\":[32],\"captionCache\":[32],\"captionTypeCache\":[32],\"valueCache\":[32],\"onBcmFocus\":[64],\"onBcmBlur\":[64],\"onBcmSelect\":[64],\"set\":[64],\"get\":[64],\"setValue\":[64],\"setClear\":[64],\"resetCaption\":[64],\"setCaption\":[64]}]]],[\"bcm-colorpicker.cjs\",[[1,\"bcm-colorpicker\",{\"_color\":[1025,\"color\"],\"open\":[1028],\"value\":[1025],\"label\":[1025],\"size\":[1025],\"noCaption\":[1028,\"no-caption\"],\"caption\":[1025],\"captionError\":[1025,\"caption-error\"],\"captionType\":[1025,\"caption-type\"],\"fullWidth\":[1028,\"full-width\"],\"disabled\":[1028],\"hidden\":[1028],\"required\":[1028],\"tooltip\":[1025],\"h\":[32],\"s\":[32],\"v\":[32],\"a\":[32],\"selectedH\":[32],\"selectedS\":[32],\"selectedV\":[32],\"selectedA\":[32],\"color\":[32],\"inputValue\":[32],\"mouseState\":[32],\"getValue\":[64],\"setColor\":[64]},[[8,\"click\",\"handleWindowClick\"]]]]],[\"bcm-input-2.cjs\",[[4,\"bcm-input-2\",{\"_id\":[513,\"id\"],\"_internal_id\":[1],\"value\":[8],\"size\":[1],\"label\":[1],\"pattern\":[1],\"tooltip\":[1],\"placeholder\":[1],\"disabled\":[4],\"readonly\":[4],\"clearable\":[4],\"autocomplete\":[4],\"name\":[1],\"type\":[1],\"hidden\":[4],\"required\":[4],\"fullWidth\":[4,\"full-width\"],\"noDefaultIcon\":[4,\"no-default-icon\"],\"disableWatchValue\":[4,\"disable-watch-value\"],\"passwordToggle\":[4,\"password-toggle\"],\"maxLength\":[2,\"max-length\"],\"minLength\":[2,\"min-length\"],\"unitPrefix\":[1,\"unit-prefix\"],\"unit\":[1],\"decimal\":[4],\"min\":[2],\"max\":[2],\"step\":[8],\"caption\":[1],\"noCaption\":[4,\"no-caption\"],\"captionType\":[1,\"caption-type\"],\"captionError\":[1,\"caption-error\"],\"customErrorMessage\":[1,\"custom-error-message\"],\"_prefix\":[1,\"prefix\"],\"_suffix\":[1,\"suffix\"],\"captionCache\":[32],\"captionTypeCache\":[32],\"inValid\":[32],\"valueCache\":[32],\"focused\":[32],\"isPasswordVisible\":[32],\"onBcmFocus\":[64],\"onBcmBlur\":[64],\"onBcmSelect\":[64]}]]],[\"bcm-input-custom.cjs\",[[0,\"bcm-input-custom\",{\"_id\":[1537,\"id\"],\"name\":[1],\"value\":[1025],\"type\":[1],\"label\":[1],\"required\":[4],\"disabled\":[4],\"readonly\":[4],\"placeholder\":[1],\"fullwidth\":[4],\"hasFocus\":[32]}]]],[\"bcm-breadcrumb.cjs\",[[4,\"bcm-breadcrumb\",{\"items\":[1040],\"seperator\":[1025],\"hidden\":[1028],\"isOpen\":[32]},[[8,\"click\",\"handleClickOutside\"]]]]],[\"bcm-modal-2.cjs\",[[4,\"bcm-modal-2\",{\"_id\":[1537,\"id\"],\"isShow\":[1540,\"is-show\"],\"center\":[4],\"zIndex\":[1,\"z-index\"],\"size\":[8],\"backdrop\":[8],\"fullWidth\":[4,\"full-width\"],\"fullScreen\":[4,\"full-screen\"],\"overflow\":[4],\"isShowModal\":[32],\"shake\":[32],\"hide\":[64],\"show\":[64]},[[0,\"click\",\"handleClick\"],[4,\"keydown\",\"handleKeyDown\"],[0,\"bcm-modal-before-close\",\"hideModal\"],[0,\"bcm-modal-before-open\",\"showModal\"]]]]],[\"bcm-notification.cjs\",[[1,\"bcm-notification\",{\"_title\":[1025,\"title\"],\"status\":[1025],\"confirmText\":[1032,\"confirm\"],\"isShow\":[1540,\"open\"],\"hidden\":[1028],\"hide\":[64],\"show\":[64]}]]],[\"bcm-default.cjs\",[[4,\"bcm-default\",{\"_id\":[1537,\"id\"]}]]],[\"bcm-message.cjs\",[[1,\"bcm-message\",{\"status\":[1025],\"fullWidth\":[1028,\"full-width\"],\"loading\":[1028],\"isShow\":[1540,\"open\"],\"hidden\":[1028],\"hide\":[64],\"show\":[64]}]]],[\"bcm-result.cjs\",[[1,\"bcm-result\",{\"status\":[1025],\"heading\":[1025],\"description\":[1025],\"hidden\":[1028],\"footerArea\":[32],\"footerHtml\":[32]}]]],[\"bcm-tag.cjs\",[[4,\"bcm-tag\",{\"_id\":[1537,\"id\"],\"_internal_id\":[1537],\"hidden\":[1540],\"value\":[1025],\"type\":[1025],\"checked\":[1028],\"color\":[1537],\"customStyle\":[1032,\"custom-style\"],\"itemObject\":[1537,\"item-object\"],\"size\":[1032],\"closeFunc\":[1040],\"selectFunc\":[1040]},[[0,\"click\",\"handleClick\"]]]]],[\"bcm-timeline-item.cjs\",[[1,\"bcm-timeline-item\",{\"even\":[1028],\"first\":[1028],\"last\":[1028],\"icon\":[1025],\"timelineType\":[1025,\"timeline-type\"],\"hidden\":[1028]}]]],[\"old-bcm-popover.cjs\",[[4,\"old-bcm-popover\",{\"_title\":[1537],\"_id\":[1537,\"id\"],\"message\":[1025],\"placement\":[1025],\"trigger\":[1025],\"open\":[1028],\"linkedComponent\":[1025,\"linked-component\"],\"show\":[64],\"hide\":[64]}]]],[\"bcm-attendance-actions-dropdown.cjs\",[[0,\"bcm-attendance-actions-dropdown\",{\"_id\":[1537,\"id\"],\"size\":[1025],\"disabled\":[4],\"selectedKey\":[1025,\"selected-key\"],\"targetId\":[1,\"target-id\"],\"isShow\":[1028,\"is-show\"],\"data\":[1040],\"show\":[64],\"hide\":[64]},[[8,\"click\",\"handleClickOutside\"]]]]],[\"bcm-box.cjs\",[[4,\"bcm-box\"]]],[\"bcm-caption.cjs\",[[0,\"bcm-caption\",{\"noCaption\":[4,\"no-caption\"],\"captionType\":[1,\"caption-type\"],\"captionClasses\":[8,\"caption-classes\"],\"caption\":[1],\"captionError\":[1,\"caption-error\"],\"customErrorMessage\":[1,\"custom-error-message\"],\"size\":[1],\"maxLength\":[8,\"max-length\"],\"value\":[8]}]]],[\"bcm-card.cjs\",[[4,\"bcm-card\",{\"_id\":[1537,\"id\"],\"hidden\":[1028],\"color\":[1025],\"header\":[32],\"footer\":[32]}]]],[\"bcm-content.cjs\",[[4,\"bcm-content\"]]],[\"bcm-form-2.cjs\",[[4,\"bcm-form-2\",{\"_id\":[1537,\"id\"],\"validation\":[1540],\"submit\":[64],\"set\":[64],\"get\":[64],\"resetCaption\":[64],\"setClear\":[64]},[[0,\"bcm-change\",\"onChange\"]]]]],[\"bcm-form-group.cjs\",[[1,\"bcm-form-group\",{\"_id\":[1537,\"id\"],\"hidden\":[1028],\"validation\":[1028],\"name\":[1025],\"value\":[1032]}]]],[\"bcm-modal-2-footer.cjs\",[[4,\"bcm-modal-2-footer\",{\"_id\":[1537,\"id\"]}]]],[\"bcm-modal-2-header.cjs\",[[4,\"bcm-modal-2-header\",{\"_id\":[1537,\"id\"]}]]],[\"bcm-segment.cjs\",[[4,\"bcm-segment\",{\"value\":[513],\"disabled\":[516],\"selected\":[1540],\"size\":[1025],\"index\":[1026],\"activeIndex\":[1026,\"active-index\"],\"totalSegments\":[1026,\"total-segments\"]}]]],[\"bcm-segmented-picker.cjs\",[[4,\"bcm-segmented-picker\",{\"value\":[1537],\"name\":[513],\"required\":[516],\"size\":[513],\"fullWidth\":[516,\"full-width\"],\"disabled\":[516],\"shadow\":[516],\"segments\":[32],\"activeIndex\":[32],\"setValue\":[64],\"getValue\":[64]},[[0,\"bcm-segment-click\",\"handleSegmentClick\"]]]]],[\"bcm-select-group.cjs\",[[1,\"bcm-select-group\",{\"heading\":[1025],\"visible\":[1028],\"hidden\":[1028]}]]],[\"bcm-select-option.cjs\",[[1,\"bcm-select-option\",{\"value\":[1025],\"selected\":[1540],\"disabled\":[1028],\"visible\":[1028],\"hidden\":[1028],\"getLabel\":[64]}]]],[\"bcm-tab-pane.cjs\",[[1,\"bcm-tab-pane\",{\"size\":[1025],\"hidden\":[1028],\"fullWidth\":[1028,\"full-width\"],\"tab\":[1025],\"active\":[1028]},[[6,\"bcm-click\",\"handleActiveTabPane\"]]]]],[\"bcm-table.cjs\",[[0,\"bcm-table\",{\"_id\":[1537],\"gridOptions\":[1040],\"extensions\":[1537],\"height\":[1537],\"showToolbar\":[516,\"show-toolbar\"],\"showFooter\":[516,\"show-footer\"],\"toolBarConfig\":[1040],\"agGrid\":[32],\"columns\":[32],\"fileTypes\":[32],\"isReady\":[32],\"footerOptions\":[32]}]]],[\"bcm-tabs-content.cjs\",[[1,\"bcm-tabs-content\",{\"size\":[1025],\"hidden\":[1028],\"fullWidth\":[1028,\"full-width\"],\"type\":[1025]},[[4,\"bcm-tabs-active-item\",\"handleActivePane\"]]]]],[\"bcm-timeline.cjs\",[[1,\"bcm-timeline\",{\"icon\":[1025],\"type\":[1025],\"hidden\":[1028],\"items\":[32]}]]],[\"bcm-toast.cjs\",[[4,\"bcm-toast\",{\"_id\":[1537,\"id\"],\"status\":[1],\"message\":[1],\"description\":[1],\"duration\":[2],\"position\":[1],\"messageIcon\":[8,\"message-icon\"],\"viewButton\":[4,\"view-button\"],\"closeButton\":[4,\"close-button\"],\"removeAfterClose\":[4,\"remove-after-close\"],\"visible\":[32],\"visibleContainer\":[32],\"show\":[64],\"hide\":[64]}]]],[\"bcm-treeview-group.cjs\",[[1,\"bcm-treeview-group\"]]],[\"bcm-react-number.cjs\",[[0,\"bcm-react-number\",{\"disabled\":[516],\"options\":[1040]}]]],[\"bcm-skeleton.cjs\",[[0,\"bcm-skeleton\",{\"_id\":[1537,\"id\"],\"effect\":[513],\"variant\":[513],\"hidden\":[516],\"width\":[1],\"height\":[1],\"marginBottom\":[1,\"margin-bottom\"],\"customStyles\":[1,\"custom-styles\"]}]]],[\"old-bcm-popover-box.cjs\",[[4,\"old-bcm-popover-box\",{\"_id\":[1537,\"id\"],\"_target_id\":[1025,\"target-id\"],\"message\":[1025],\"_title\":[1025],\"placement\":[1025],\"open\":[1028],\"hidden\":[1028],\"htmlContent\":[1032,\"html-content\"],\"linkedComponent\":[1025,\"linked-component\"],\"height\":[1025],\"maxHeight\":[1025,\"max-height\"],\"minHeight\":[1025,\"min-height\"],\"placement_string\":[32],\"show\":[64],\"hide\":[64]},[[4,\"wheel\",\"handleWheel\"],[8,\"scroll\",\"handleScroll\"],[9,\"resize\",\"calculateLocation\"]]]]],[\"bcm-datetime-picker.cjs\",[[1,\"bcm-datetime-picker\",{\"_id\":[1537,\"id\"],\"date\":[1025],\"endDate\":[1025,\"end-date\"],\"type\":[1025],\"disabled\":[1028],\"disabledDates\":[1032,\"disableddates\"],\"value\":[1032],\"_open\":[1028,\"open\"],\"hidden\":[1028],\"name\":[1537],\"fullWidth\":[1028,\"full-width\"],\"required\":[1028],\"label\":[1025],\"placeholder\":[1025],\"minYear\":[1026,\"min-year\"],\"maxYear\":[1026,\"max-year\"],\"noCaption\":[1028,\"no-caption\"],\"noMargin\":[1028,\"no-margin\"],\"captionError\":[1025,\"caption-error\"],\"caption\":[1025],\"captionType\":[1025,\"caption-type\"],\"alignment\":[1032],\"placement\":[1025],\"linkedComponent\":[1025,\"linked-component\"],\"clearable\":[1028],\"years\":[32],\"hours\":[32],\"minutes\":[32],\"hasDateModule\":[32],\"hasTimeModule\":[32],\"renderDate\":[32],\"selectedDate\":[32],\"selectedEndDate\":[32],\"error\":[32],\"errorText\":[32],\"tick\":[32],\"open\":[64],\"close\":[64],\"getValue\":[64],\"setDisabled\":[64],\"set\":[64],\"get\":[64],\"setClear\":[64],\"getInput\":[64],\"isValid\":[64],\"resetCaption\":[64]},[[8,\"click\",\"handleWindowClick\"],[9,\"resize\",\"handleResize\"],[7,\"scroll\",\"handleWheels\"],[4,\"wheel\",\"handleWheels\"],[10,\"keydown\",\"handleKeyDown\"]]]]],[\"bcm-overlay_2.cjs\",[[4,\"bcm-overlay\",{\"center\":[4],\"color\":[1],\"opacity\":[1],\"zIndex\":[1,\"z-index\"]}],[4,\"bcm-scroll-area\",{\"width\":[1],\"height\":[1],\"isDisabled\":[4,\"is-disabled\"]}]]]]"), options);
|
|
24
|
+
return index.bootstrapLazy(JSON.parse("[[\"bcm-accordion_69.cjs\",[[1,\"bcm-select\",{\"_id\":[1537,\"id\"],\"value\":[1025],\"value2\":[1025],\"size\":[1025],\"scrollable\":[1025],\"clearable\":[1028],\"label\":[1025],\"placeholder\":[1025],\"search\":[1028],\"noCaption\":[1028,\"no-caption\"],\"caption\":[1025],\"captionError\":[1025,\"caption-error\"],\"captionType\":[1025,\"caption-type\"],\"disabled\":[1028],\"flex\":[1028],\"name\":[1025],\"searchFields\":[1040],\"fullWidth\":[1028,\"full-width\"],\"defaultValue\":[1025,\"default-value\"],\"hidden\":[1028],\"checkboxes\":[1028],\"searchable\":[1028],\"required\":[1028],\"treeview\":[1028],\"numberOfColumns\":[1026,\"number-of-columns\"],\"viewportWidth\":[1025,\"viewport-width\"],\"viewportMinWidth\":[1025,\"viewport-min-width\"],\"viewportMaxWidth\":[1025,\"viewport-max-width\"],\"template\":[1025],\"maxHeight\":[1025,\"max-height\"],\"infoFooter\":[1028,\"info-footer\"],\"_internal_id\":[1537],\"alignment\":[1025],\"_items\":[1032],\"_data\":[1032],\"placement\":[1537],\"tooltip\":[1025],\"selectText\":[32],\"isOpen\":[32],\"captionCache\":[32],\"captionTypeCache\":[32],\"config\":[64],\"setData\":[64],\"setDataAsync\":[64],\"clearAndSelectSearch\":[64],\"selected\":[64],\"addChecked\":[64],\"updateChecked\":[64],\"getValue\":[64],\"getChecklist\":[64],\"get\":[64],\"set\":[64],\"setClear\":[64],\"resetCaption\":[64]},[[11,\"wheel\",\"onwheelEvent\"],[7,\"scroll\",\"scrollEvent\"],[11,\"resize\",\"handleScreenResize\"],[10,\"click\",\"handleClickOutside\"],[6,\"bcm-treeview-unchecked\",\"handleTreeviewUnchecked\"],[6,\"bcm-listbox-unchecked\",\"handleListboxUnchecked\"],[6,\"bcm-old-tag-dissmisable\",\"bcmOldTagDissmisable\"],[4,\"bcm-listbox-item-selected\",\"handleListboxSelected\"],[4,\"bcm-treeview-checklist\",\"handleListboxCheckedList\"],[4,\"bcm-listbox-checklist\",\"handleTreeviewCheckedList\"]]],[4,\"bcm-chip-group\",{\"_id\":[1537,\"id\"],\"name\":[1],\"value\":[1032],\"required\":[4],\"size\":[1],\"label\":[1],\"caption\":[1],\"noCaption\":[4,\"no-caption\"],\"captionType\":[1,\"caption-type\"],\"captionError\":[1,\"caption-error\"]},[[0,\"bcm-chip-select-item\",\"handleSelectItem\"],[0,\"bcm-chip-dismiss\",\"handleDismiss\"],[0,\"bcm-chip-select\",\"handleSelect\"]]],[0,\"bcm-color-input\",{\"_id\":[1537,\"id\"],\"label\":[1],\"placeholder\":[1],\"value\":[1025],\"required\":[4],\"disabled\":[4],\"readonly\":[4],\"fullWidth\":[4,\"full-width\"],\"type\":[1]}],[4,\"bcm-checkbox-group\",{\"_id\":[1025],\"direction\":[1025],\"items\":[1025],\"indeterminate\":[1028],\"name\":[1025],\"value\":[1032],\"disabled\":[1028],\"readonly\":[1028],\"hidden\":[1028],\"required\":[1028],\"label\":[1025],\"gap\":[1025],\"defaultValue\":[1025,\"default-value\"],\"fullWidth\":[1544,\"full-width\"],\"optionType\":[1025,\"option-type\"],\"buttonStyle\":[1025,\"button-style\"],\"size\":[1025],\"caption\":[1025],\"noCaption\":[1028,\"no-caption\"],\"captionType\":[1025,\"caption-type\"],\"tick\":[32],\"onBcmFocus\":[64],\"onBcmBlur\":[64],\"setClear\":[64],\"resetCaption\":[64],\"set\":[64],\"get\":[64],\"check\":[64],\"getValue\":[64],\"getCheckedList\":[64]}],[0,\"bcm-date\",{\"_id\":[513,\"id\"],\"label\":[1],\"placeholder\":[1],\"size\":[1],\"fullWidth\":[4,\"full-width\"],\"required\":[4],\"clearable\":[4],\"disabled\":[4],\"noMargin\":[4,\"no-margin\"],\"caption\":[1],\"noCaption\":[4,\"no-caption\"],\"captionType\":[1025,\"caption-type\"],\"captionError\":[1025,\"caption-error\"],\"name\":[1],\"value\":[1032],\"type\":[1],\"format\":[8],\"range\":[4],\"showTime\":[4,\"show-time\"],\"showNow\":[4,\"show-now\"],\"showHour\":[4,\"show-hour\"],\"showMinute\":[4,\"show-minute\"],\"showSecond\":[4,\"show-second\"],\"use12Hours\":[4,\"use-12-hours\"],\"hourStep\":[2,\"hour-step\"],\"minuteStep\":[2,\"minute-step\"],\"secondStep\":[2,\"second-step\"],\"hideDisabledOptions\":[4,\"hide-disabled-options\"],\"disabledTime\":[8,\"disabled-time\"],\"showToday\":[4,\"show-today\"],\"disabledDates\":[8,\"disabled-dates\"],\"getValue\":[64],\"get\":[64],\"set\":[64],\"setClear\":[64],\"resetCaption\":[64],\"getInput\":[64],\"isValid\":[64]}],[4,\"bcm-dropdown\",{\"isOpen\":[1028,\"open\"],\"_id\":[1537,\"id\"],\"menuId\":[513,\"menu-id\"],\"hidden\":[1028],\"type\":[1025],\"size\":[1025],\"disabled\":[1028],\"kind\":[1025],\"icon\":[1025],\"href\":[1025],\"target\":[1025],\"value\":[1025],\"noStyle\":[1028,\"no-style\"],\"dropdownIcon\":[1025,\"dropdown-icon\"],\"linkedComponent\":[1025,\"linked-component\"],\"loading\":[4],\"variant\":[1],\"dataDismiss\":[4,\"data-dismiss\"],\"fullWidth\":[4,\"full-width\"],\"iconPosition\":[1,\"icon-position\"],\"placement\":[1],\"height\":[8],\"maxHeight\":[1,\"max-height\"],\"minHeight\":[1,\"min-height\"],\"stopDeepClean\":[4,\"stop-deep-clean\"],\"selectable\":[4],\"gap\":[1],\"color\":[8],\"data\":[1032],\"activeItem\":[32],\"setActive\":[64],\"getActive\":[64]},[[0,\"bcm-items\",\"handleSlotItems\"]]],[4,\"bcm-popconfirm\",{\"_id\":[1537,\"id\"],\"message\":[1025],\"status\":[1025],\"cancelText\":[1025,\"cancel-text\"],\"okeyText\":[1025,\"okey-text\"],\"placement\":[1025],\"trigger\":[1025],\"open\":[1028],\"hidden\":[1028],\"show\":[64],\"hide\":[64]},[[4,\"bcm-popconfirm-confirm\",\"onBcmConfirm\"],[4,\"bcm-popconfirm-cancel\",\"onBcmCancel\"]]],[4,\"bcm-radio-group\",{\"_id\":[513,\"id\"],\"label\":[1],\"name\":[1],\"value\":[1032],\"defaultValue\":[1032,\"default-value\"],\"size\":[1],\"disabled\":[4],\"hidden\":[4],\"required\":[4],\"gap\":[1],\"direction\":[1],\"fullWidth\":[4,\"full-width\"],\"items\":[1],\"caption\":[1],\"noCaption\":[4,\"no-caption\"],\"captionError\":[1,\"caption-error\"],\"captionType\":[1,\"caption-type\"],\"captionCache\":[32],\"captionTypeCache\":[32],\"setClear\":[64],\"resetCaption\":[64],\"check\":[64],\"get\":[64],\"set\":[64],\"getValue\":[64]},[[0,\"bcm-radio-change\",\"handleChange\"]]],[4,\"bcm-switch\",{\"_id\":[1537,\"id\"],\"_internal_id\":[1025],\"checked\":[1028],\"hidden\":[1028],\"value\":[1028],\"name\":[1025],\"disabled\":[1028],\"required\":[1028],\"size\":[1025],\"readonly\":[1028],\"activeIcon\":[1025,\"active-icon\"],\"activeText\":[1025,\"active-text\"],\"inactiveIcon\":[1025,\"inactive-icon\"],\"inactiveText\":[1025,\"inactive-text\"],\"pending\":[1028],\"label\":[1025],\"labelPosition\":[1025,\"label-position\"],\"tooltip\":[1025],\"caption\":[1025],\"noCaption\":[1028,\"no-caption\"],\"captionError\":[1025,\"caption-error\"],\"captionType\":[1025,\"caption-type\"],\"captionCache\":[32],\"captionTypeCache\":[32],\"onBcmFocus\":[64],\"onBcmBlur\":[64],\"set\":[64],\"check\":[64],\"get\":[64],\"setClear\":[64],\"resetCaption\":[64]},[[0,\"keydown\",\"handleKeyUp\"]]],[4,\"bcm-drawer\",{\"_id\":[1537,\"id\"],\"_title\":[1032],\"position\":[1025],\"fullWidth\":[1028,\"full-width\"],\"_open\":[32],\"_close\":[32],\"show\":[64],\"hide\":[64]},[[8,\"bcm-before-open\",\"_beforeOpen\"],[8,\"bcm-before-close\",\"_beforeClose\"],[4,\"keydown\",\"keyboardNavigation\"]]],[4,\"bcm-expansion-panel\",{\"_id\":[1537,\"id\"],\"expanded\":[1028],\"disabled\":[1028],\"hidden\":[1028],\"valid\":[1028],\"hideToggle\":[1028,\"hide-toggle\"],\"expandIconPosition\":[1025,\"expand-icon-position\"],\"tooltip\":[1032],\"headerColor\":[32],\"tooltipDefaultValue\":[32]}],[1,\"bcm-tab\",{\"type\":[1025],\"active\":[1028],\"disabled\":[1028],\"closable\":[1028],\"tabId\":[1025,\"tab-id\"],\"formControl\":[1025,\"form-control\"],\"hidden\":[1028],\"status\":[1025],\"badge\":[1028],\"blink\":[1028]}],[4,\"bcm-alert\",{\"hidden\":[1028],\"_id\":[1537,\"id\"],\"description\":[1032],\"status\":[1025],\"type\":[1025],\"dismissible\":[1032],\"icon\":[1028],\"bigIcon\":[1028,\"big-icon\"],\"fullWidth\":[1028,\"full-width\"]}],[4,\"bcm-attendance\",{\"_id\":[1537,\"id\"],\"data\":[1032]}],[4,\"bcm-modal\",{\"_id\":[1537,\"id\"],\"isShow\":[1028,\"is-show\"],\"hidden\":[1028],\"size\":[1032],\"backdrop\":[1032],\"width\":[1025],\"height\":[1025],\"fullWidth\":[1028,\"full-width\"],\"hide\":[64],\"show\":[64]},[[8,\"click\",\"handleSubmit\"],[4,\"keydown\",\"keyboardNavigation\"],[0,\"bcm-modal-before-open\",\"showModal\"],[0,\"bcm-modal-before-close\",\"hideModal\"]]],[0,\"bcm-progress\",{\"_id\":[1537,\"id\"],\"value\":[1026],\"max\":[1026],\"size\":[1025],\"type\":[1025],\"info\":[1025],\"error\":[1028],\"hidden\":[1028],\"fullWidth\":[1028,\"full-width\"],\"color\":[1025],\"isCompleted\":[32],\"increment\":[64],\"decrement\":[64],\"set\":[64]}],[4,\"bcm-stepper\",{\"hidden\":[1028],\"_id\":[1537,\"id\"],\"direction\":[1025],\"linear\":[1028],\"size\":[1025],\"icon\":[1028],\"active\":[1026],\"stepperId\":[1537,\"stepper-id\"],\"data\":[1040],\"tick\":[1040],\"prev\":[64],\"next\":[64],\"setActive\":[64],\"reset\":[64],\"getCurrentStep\":[64],\"getSteps\":[64]},[[0,\"bcm-change-hidden\",\"handleChangeBcmHidden\"],[4,\"bcm-step-before-change\",\"handleBcmStepBeforeChange\"]]],[4,\"bcm-accordion\",{\"_id\":[1537,\"id\"],\"multi\":[1028]},[[0,\"bcm-open\",\"open\"],[0,\"bcm-is-load\",\"isLoad\"]]],[0,\"bcm-attendance-actions\",{\"_id\":[1537,\"id\"],\"size\":[1025],\"disabled\":[4],\"data\":[1040],\"lateKeys\":[1025,\"late-keys\"],\"hideComment\":[4,\"hide-comment\"],\"set\":[64],\"get\":[64]}],[4,\"bcm-button-group\",{\"_id\":[1537,\"id\"],\"size\":[1025],\"type\":[1025],\"color\":[1032],\"disabled\":[1032],\"direction\":[1025]},[[0,\"bcm-click\",\"listenButton\"]]],[1,\"bcm-collapse\",{\"_id\":[1537,\"id\"],\"borderless\":[1028],\"open\":[1028],\"noBorder\":[1028,\"no-border\"],\"noPadding\":[1028,\"no-padding\"],\"hidden\":[1028]}],[4,\"bcm-collapse-group\",{\"borderless\":[1028],\"open\":[1028],\"multiple\":[1028],\"hidden\":[1028]},[[4,\"bcm-collapse-open\",\"handleOpen\"]]],[1,\"bcm-error-layout\",{\"size\":[1025],\"hidden\":[1028],\"items\":[1025],\"itemsProp\":[32],\"set\":[64],\"clear\":[64]}],[4,\"bcm-item\",{\"_id\":[1537,\"id\"],\"size\":[1025],\"color\":[1032],\"static\":[1028]}],[4,\"bcm-items\",{\"_id\":[1537,\"id\"]}],[4,\"bcm-popover\",{\"_id\":[513,\"id\"],\"message\":[1],\"content\":[1],\"placement\":[1],\"trigger\":[1],\"open\":[1028],\"color\":[1],\"openDelay\":[2,\"open-delay\"],\"closeDelay\":[2,\"close-delay\"],\"autoHide\":[4,\"auto-hide\"],\"targetId\":[1,\"target-id\"],\"popover\":[32],\"show\":[64],\"hide\":[64],\"toggle\":[64]}],[0,\"bcm-range\",{\"_id\":[1537,\"id\"],\"min\":[1026],\"max\":[1026],\"step\":[1026],\"value\":[1032],\"height\":[1025],\"name\":[1025],\"direction\":[1025],\"_prefix\":[1025,\"prefix\"],\"_suffix\":[1025,\"suffix\"],\"multiple\":[32],\"leftValue\":[32],\"rightValue\":[32],\"leftMin\":[32],\"setValue\":[64],\"setClear\":[64],\"resetCaption\":[64],\"getValue\":[64]}],[0,\"bcm-shortcut\",{\"hotkey\":[1],\"color\":[1],\"size\":[1]}],[4,\"bcm-tab-group\",{\"_id\":[513,\"id\"],\"active\":[1537],\"color\":[1],\"size\":[1],\"setActive\":[64],\"refresh\":[64]},[[9,\"resize\",\"inkBarControl\"]]],[4,\"bcm-tab-item\",{\"_id\":[1537,\"id\"],\"active\":[1540],\"disabled\":[4],\"index\":[520]}],[0,\"bcm-tab-item-header\",{\"_id\":[1537,\"id\"],\"active\":[1540],\"disabled\":[4],\"index\":[8],\"color\":[1],\"size\":[1]}],[1,\"bcm-tabs\",{\"size\":[1025],\"type\":[1025],\"direction\":[1025],\"hidden\":[1028],\"fullWidth\":[1028,\"full-width\"],\"underline\":[1028],\"activeChild\":[32],\"lineOpts\":[32],\"prevButton\":[32],\"nextButton\":[32],\"completeButton\":[32],\"prevButtonState\":[32],\"nextButtonState\":[32],\"completeButtonState\":[32],\"config\":[64],\"next\":[64],\"prev\":[64],\"complete\":[64],\"active\":[64],\"getActiveTab\":[64],\"getActiveIndex\":[64],\"error\":[64],\"info\":[64],\"warning\":[64],\"success\":[64],\"statusReset\":[64]},[[9,\"resize\",\"windowResize\"]]],[1,\"bcm-select-box\",{\"_internal_id\":[1537],\"hidden\":[1028],\"isShow\":[1028,\"open\"]},[[0,\"bcm-change\",\"handleChangeEvent\"]]],[4,\"bcm-chip\",{\"_id\":[1537,\"id\"],\"type\":[1025],\"size\":[1025],\"avatar\":[1032],\"icon\":[1032],\"disabled\":[1028],\"color\":[1032],\"selected\":[1028],\"value\":[1025],\"data\":[1032]}],[0,\"bcm-popconfirm-box\",{\"_id\":[1537,\"id\"],\"_target_id\":[1025,\"target-id\"],\"message\":[1025],\"status\":[1025],\"cancelText\":[1025,\"cancel-text\"],\"okeyText\":[1025,\"okey-text\"],\"placement\":[1032],\"open\":[1028],\"hidden\":[1028],\"_internal_id\":[1537,\"internal-id\"],\"placement_string\":[32],\"show\":[64],\"hide\":[64]},[[8,\"click\",\"handleClickOutside\"],[4,\"bcm-popconfirm-show\",\"showHandler\"],[9,\"resize\",\"calculateLocation\"]]],[4,\"bcm-link\",{\"hidden\":[1028],\"href\":[1025],\"target\":[1025],\"icon\":[1025],\"disabled\":[1028],\"iconPosition\":[1025,\"icon-position\"]},[[0,\"click\",\"handleOnClick\"]]],[1,\"bcm-old-tag\",{\"type\":[1025],\"size\":[1032],\"checked\":[1028],\"color\":[1537],\"value\":[1025],\"hidden\":[1540],\"_id\":[1537,\"id\"],\"maxWidth\":[1028,\"max-width\"],\"customStyle\":[1032,\"custom-style\"],\"_internal_id\":[1537]},[[2,\"click\",\"handleClick\"]]],[0,\"bcm-color-palette\",{\"value\":[1537],\"paletteKeys\":[16],\"shades\":[16]}],[4,\"bcm-form\",{\"_id\":[1537,\"id\"],\"hidden\":[1028],\"validation\":[1028],\"name\":[1025],\"value\":[1032],\"autocomplete\":[1028],\"submit\":[64],\"set\":[64],\"get\":[64],\"setClear\":[64],\"resetCaption\":[64],\"config\":[64]},[[0,\"click\",\"handleSubmit\"],[0,\"bcm-change\",\"handleChange\"],[0,\"submit\",\"handleSubmitForm\"]]],[4,\"bcm-menu\",{\"_id\":[1537,\"id\"],\"size\":[1025],\"collapsible\":[1540],\"collapse\":[1540],\"mode\":[1025],\"disabled\":[1028],\"hidden\":[1028],\"linkedComponent\":[1025,\"linked-component\"],\"height\":[1025],\"maxHeight\":[1025,\"max-height\"],\"minHeight\":[1025,\"min-height\"],\"selectable\":[4],\"gap\":[1],\"dropdown\":[4],\"placement\":[1025],\"data\":[1032],\"activeItemId\":[32],\"setActive\":[64],\"getActive\":[64]},[[0,\"bcm-items\",\"handleSlotItems\"]]],[4,\"bcm-radio\",{\"_id\":[513,\"id\"],\"checked\":[4],\"value\":[8],\"disabled\":[4],\"size\":[1],\"color\":[8]}],[0,\"bcm-rc-picker\",{\"placeholder\":[1],\"size\":[513],\"error\":[4],\"disabled\":[4],\"clearable\":[4],\"ariaLabel\":[1,\"aria-label\"],\"type\":[1],\"format\":[8],\"range\":[4],\"showToday\":[4,\"show-today\"],\"disabledDates\":[16],\"showTime\":[4,\"show-time\"],\"showNow\":[4,\"show-now\"],\"showHour\":[4,\"show-hour\"],\"showMinute\":[4,\"show-minute\"],\"showSecond\":[4,\"show-second\"],\"use12Hours\":[4,\"use-1-2-hours\"],\"hourStep\":[2,\"hour-step\"],\"minuteStep\":[2,\"minute-step\"],\"secondStep\":[2,\"second-step\"],\"hideDisabledOptions\":[4,\"hide-disabled-options\"],\"disabledTime\":[16],\"newValue\":[32],\"set\":[64]}],[4,\"bcm-step\",{\"hidden\":[1028],\"_id\":[1537,\"id\"],\"_title\":[1025],\"description\":[1025],\"status\":[1025],\"icon\":[1025],\"loading\":[1028],\"valid\":[1028],\"index\":[1026],\"active\":[1540],\"htmlTemplate\":[1025,\"html-template\"],\"isLast\":[1028,\"is-last\"],\"disabled\":[1028]}],[0,\"bcm-list\",{\"_id\":[1537,\"id\"],\"tempId\":[513,\"temp-id\"],\"type\":[1025],\"treeview\":[1028],\"checkboxes\":[1028],\"searchable\":[1028],\"value\":[1032],\"name\":[1025],\"label\":[1025],\"size\":[1025],\"disabled\":[1028],\"readonly\":[1028],\"highlight\":[1028],\"highlightText\":[1032,\"highlight-text\"],\"required\":[1028],\"hidden\":[1028],\"fullWidth\":[1028,\"full-width\"],\"height\":[1025],\"maxHeight\":[1025,\"max-height\"],\"minHeight\":[1025,\"min-height\"],\"width\":[1025],\"tooltip\":[1025],\"infoFooter\":[1028,\"info-footer\"],\"variableText\":[1025,\"variable-text\"],\"template\":[1025],\"allOpen\":[1028,\"all-open\"],\"keyControl\":[1028,\"key-control\"],\"checkAll\":[1028,\"check-all\"],\"stopDeepClean\":[4,\"stop-deep-clean\"],\"openIntersecting\":[4,\"open-intersecting\"],\"linkedComponent\":[1025,\"linked-component\"],\"placeholder\":[1025],\"searchPlaceholder\":[1025,\"search-placeholder\"],\"searchIsOnlyChilds\":[1028,\"search-is-only-childs\"],\"minSearchLength\":[2,\"min-search-length\"],\"clearable\":[1028],\"caption\":[1025],\"noCaption\":[1028,\"no-caption\"],\"captionType\":[1025,\"caption-type\"],\"captionError\":[1025,\"caption-error\"],\"emptyText\":[1,\"empty-text\"],\"emptyIcon\":[1,\"empty-icon\"],\"placement\":[1025],\"disableChangeEvent\":[4,\"disable-change-event\"],\"autoFocusSelected\":[4,\"auto-focus-selected\"],\"data\":[1032],\"inputText\":[32],\"isOpen\":[32],\"isOpenAnimation\":[32],\"calculatedViewport\":[32],\"isSelectedOther\":[32],\"isHaveOtherTag\":[32],\"captionCache\":[32],\"captionTypeCache\":[32],\"tick\":[32],\"totalData\":[32],\"totalRootData\":[32],\"limit\":[32],\"searchGetParents\":[32],\"searchResultLimit\":[32],\"searchFound\":[32],\"returnFilterData\":[32],\"returnOtherData\":[32],\"options\":[32],\"tagContainerWidth\":[32],\"selectAllItem\":[32],\"shouldTriggerChange\":[32],\"set\":[64],\"get\":[64],\"getCheckedList\":[64],\"getSelected\":[64],\"getValue\":[64],\"triggerChange\":[64],\"addChecked\":[64],\"selected\":[64],\"setClear\":[64],\"resetCaption\":[64],\"show\":[64],\"hide\":[64]},[[2,\"bcm-is-intersecting\",\"isIntersecting\"],[2,\"bcm-items\",\"handleSlotItems\"],[0,\"bcm-change\",\"handleChange\"],[11,\"touchstart\",\"handleTouchStart\"],[10,\"focusin\",\"handleFocusIn\"],[0,\"bcm-select-other-tag\",\"handleSelectOtherTag\"],[0,\"bcm-delete-tag\",\"handleDeleteTag\"],[0,\"bcm-select-tag\",\"handleSelectTag\"],[10,\"click\",\"handleClick\"],[10,\"bcm-on-search-clear\",\"bcmOnSearchClear\"],[10,\"bcm-on-search\",\"bcmOnSearch\"],[10,\"keydown\",\"handleKeyDown\"],[10,\"keyup\",\"handleKeyUp\"]]],[4,\"bcm-textarea\",{\"_id\":[1537,\"id\"],\"_internal_id\":[1025],\"hidden\":[1028],\"value\":[1025],\"placeholder\":[1025],\"label\":[1025],\"name\":[1025],\"required\":[1028],\"caption\":[1025],\"noCaption\":[1028,\"no-caption\"],\"captionError\":[1025,\"caption-error\"],\"captionType\":[1025,\"caption-type\"],\"rows\":[1026],\"size\":[1025],\"disabled\":[1028],\"readonly\":[1028],\"clearable\":[1028],\"resize\":[1032],\"fullWidth\":[1028,\"full-width\"],\"maxLength\":[1026,\"max-length\"],\"focused\":[32],\"captionCache\":[32],\"captionTypeCache\":[32],\"onBcmFocus\":[64],\"onBcmBlur\":[64],\"onBcmSelect\":[64],\"set\":[64],\"get\":[64],\"setValue\":[64],\"setClear\":[64],\"resetCaption\":[64],\"getValue\":[64]}],[1,\"bcm-listbox\",{\"innerComponent\":[1028,\"inner-component\"],\"checkboxes\":[1028],\"label\":[1025],\"required\":[1028],\"value\":[1032],\"search\":[1028],\"infoFooter\":[1028,\"info-footer\"],\"showIcon\":[1028,\"show-icon\"],\"size\":[1025],\"selectedId\":[1025,\"selected-id\"],\"checkedList\":[1040],\"updateCheckedList\":[1040],\"_items\":[1025,\"data\"],\"fullWidth\":[1028,\"full-width\"],\"searchFields\":[1040],\"_flex\":[1025,\"flex\"],\"hidden\":[1028],\"returnField\":[1025,\"return-field\"],\"searchSub\":[1025,\"search-sub\"],\"searchText\":[1025,\"searchtext\"],\"treeview\":[1028],\"searchPlaceholder\":[1025,\"searchplaceholder\"],\"numberOfColumns\":[1026,\"number-of-columns\"],\"height\":[1025],\"maxHeight\":[1025,\"max-height\"],\"template\":[1025],\"highlight\":[1028],\"loading\":[1028],\"noCaption\":[1028,\"no-caption\"],\"caption\":[1025],\"captionError\":[1025,\"caption-error\"],\"captionType\":[1025,\"caption-type\"],\"_internal_id\":[1537],\"tooltip\":[1025],\"total\":[32],\"items\":[32],\"checklist\":[32],\"sortedChecklist\":[32],\"indeterminateState\":[32],\"checked\":[32],\"jsonItem\":[32],\"searchData\":[32],\"captionCache\":[32],\"captionTypeCache\":[32],\"checklistSorted\":[32],\"setClear\":[64],\"resetCaption\":[64],\"getValue\":[64],\"getChecklist\":[64],\"showSearchMethod\":[64],\"selected\":[64],\"clearAndSelectSearch\":[64],\"addChecked\":[64],\"updateChecked\":[64],\"config\":[64],\"setData\":[64],\"searchResultMethod\":[64],\"listboxUncheckedMethod\":[64]},[[2,\"bcm-treeview-item-selected\",\"handleListboxSelected\"],[0,\"bcm-on-search\",\"listenSearchResult\"],[0,\"bcm-listbox-item-selected\",\"handleListboxClearSelected\"],[0,\"bcm-listbox-checked\",\"handleListboxChecked\"],[0,\"bcm-listbox-unchecked\",\"handleListboxUnchecked\"]]],[4,\"bcm-input\",{\"_id\":[1537,\"id\"],\"_internal_id\":[1025],\"value\":[1032],\"size\":[1025],\"label\":[1025],\"pattern\":[1025],\"tooltip\":[1025],\"placeholder\":[1025],\"disabled\":[1028],\"readonly\":[1028],\"clearable\":[1028],\"autocomplete\":[1028],\"name\":[1025],\"type\":[1025],\"hidden\":[1028],\"required\":[1028],\"fullWidth\":[1028,\"full-width\"],\"noDefaultIcon\":[1028,\"no-default-icon\"],\"disableWatchValue\":[1028,\"disable-watch-value\"],\"passwordToggle\":[1028,\"password-toggle\"],\"maxLength\":[1026,\"max-length\"],\"minLength\":[1026,\"min-length\"],\"unitPrefix\":[1025,\"unit-prefix\"],\"unit\":[1025],\"decimal\":[1028],\"min\":[1026],\"max\":[1026],\"step\":[1032],\"caption\":[1025],\"noCaption\":[1028,\"no-caption\"],\"captionType\":[1025,\"caption-type\"],\"captionError\":[1025,\"caption-error\"],\"customErrorMessage\":[1025,\"custom-error-message\"],\"_prefix\":[1025],\"_suffix\":[1025],\"captionCache\":[32],\"captionTypeCache\":[32],\"inValid\":[32],\"valueCache\":[32],\"focused\":[32],\"isPasswordVisible\":[32],\"onBcmFocus\":[64],\"onBcmBlur\":[64],\"onBcmSelect\":[64],\"set\":[64],\"get\":[64],\"setValue\":[64],\"setClear\":[64],\"resetCaption\":[64],\"getValue\":[64]},[[0,\"keydown\",\"listenKeyDown\"]]],[0,\"bcm-rc-overflow\",{\"_id\":[513,\"id\"],\"maxCount\":[8,\"max-count\"],\"data\":[16],\"checked\":[32]}],[4,\"bcm-search\",{\"_id\":[1537,\"id\"],\"placeholder\":[1025],\"disabled\":[1028],\"readonly\":[1028],\"clearable\":[1028],\"size\":[1025],\"limit\":[1026],\"searchIsOnlyChilds\":[1028,\"search-is-only-childs\"],\"minSearchLength\":[2,\"min-search-length\"],\"data\":[1032],\"tick\":[32],\"isActiveClearable\":[32],\"onBcmFocus\":[64],\"onBcmBlur\":[64],\"onBcmSelect\":[64],\"setValue\":[64],\"handleClear\":[64]}],[1,\"bcm-treeview\",{\"checkboxes\":[1028],\"showIcon\":[1028,\"show-icon\"],\"size\":[1025],\"selectedId\":[1025,\"selected-id\"],\"checkedList\":[1040],\"updateCheckedList\":[1040],\"hidden\":[1028],\"search\":[1028],\"searchOnlyChild\":[1028,\"search-only-child\"],\"keydown\":[1028],\"allOpen\":[1028,\"all-open\"],\"fullWidth\":[1028,\"full-width\"],\"infoFooter\":[1028,\"info-footer\"],\"searchFields\":[1040],\"searchSub\":[1025,\"search-sub\"],\"returnField\":[1025,\"return-field\"],\"_items\":[1025,\"data\"],\"searchPlaceholder\":[1025,\"searchplaceholder\"],\"maxHeight\":[1025,\"max-height\"],\"highlight\":[1028],\"loading\":[1028],\"favIcon\":[1028,\"fav-icon\"],\"favIconOnlyChilds\":[1028,\"fav-icon-only-childs\"],\"_internal_id\":[1537],\"showSearch\":[32],\"items\":[32],\"total\":[32],\"checkCount\":[32],\"focusedElement\":[32],\"keyMapForFocus\":[32],\"checklist\":[32],\"favoriteList\":[32],\"checklistSorted\":[32],\"searchData\":[32],\"searchResults\":[32],\"setData\":[64],\"getChecklist\":[64],\"getFavorites\":[64],\"selected\":[64],\"clearAndSelectSearch\":[64],\"addChecked\":[64],\"updateChecked\":[64],\"config\":[64],\"showSearchMethod\":[64],\"searchResultMethod\":[64],\"treeviewUncheckedMethod\":[64]},[[0,\"bcm-on-search\",\"listenSearchResult\"],[0,\"bcm-treeview-item-selected\",\"handletreeviewItemSelected\"],[0,\"bcm-treeview-checked\",\"handletreeviewChecked\"],[0,\"bcm-treeview-unchecked\",\"handletreeviewUnchecked\"],[0,\"bcm-treeview-indeterminate-checked\",\"handletreeviewIndeterminateChecked\"],[0,\"bcm-treeview-indeterminate-unchecked\",\"handletreeviewIndeterminateUnchecked\"],[0,\"contextmenu\",\"handleRightClick\"],[4,\"keyup\",\"keyboardNavigationUp\"],[4,\"keydown\",\"keyboardNavigation\"]]],[1,\"bcm-listbox-item\",{\"objectMapping\":[1040],\"display\":[1028],\"avatar\":[1028],\"avatarImage\":[1025,\"avatar-image\"],\"avatarName\":[1025,\"avatar-name\"],\"secondaryText\":[1025,\"secondary\"],\"tooltipText\":[1025,\"tooltip\"],\"text\":[1025],\"_id\":[1537,\"id\"],\"size\":[1025],\"icon\":[1025],\"open\":[1540],\"selected\":[1028],\"checkboxes\":[1028],\"showIcon\":[1028,\"show-icon\"],\"checked\":[1540],\"focused\":[1540],\"hidden\":[1540],\"itemObject\":[1025,\"item-object\"],\"disabled\":[1540],\"highlight\":[1544],\"_internal_id\":[1537],\"template\":[1025]},[[4,\"bcm-listbox-send-check\",\"ListenListboxCheck\"],[4,\"bcm-listbox-send-uncheck\",\"ListenListboxUncheck\"],[4,\"bcm-listbox-clear-selecteds\",\"handleListboxClearSelecteds\"]]],[1,\"bcm-listbox-group\",{\"text\":[1025],\"_id\":[1537,\"id\"],\"hidden\":[1028]}],[0,\"bcm-colorful\",{\"color\":[1032]}],[1,\"bcm-old-search\",{\"data\":[1040],\"searchFields\":[1040],\"returnField\":[1025,\"return-field\"],\"searchSub\":[1025,\"searchsub\"],\"hidden\":[1028],\"onlyChild\":[1028,\"only-child\"],\"clearable\":[1028],\"searchValue\":[1025,\"search-value\"],\"searchPlaceholder\":[1025,\"searchplaceholder\"],\"disabled\":[1028],\"_internal_id\":[1537],\"results\":[32],\"setValue\":[64],\"select\":[64],\"setClear\":[64],\"searchArray\":[64]},[[0,\"bcm-change\",\"listenBcmChange\"]]],[1,\"bcm-treeview-item\",{\"items\":[1032],\"itemObject\":[1025,\"item-object\"],\"text\":[1025],\"tooltipText\":[1025,\"tooltip-text\"],\"_id\":[1537,\"id\"],\"parentId\":[1025,\"parent-id\"],\"hasChild\":[1028,\"has-child\"],\"size\":[1025],\"icon\":[1025],\"open\":[1540],\"selected\":[1028],\"checkboxes\":[1028],\"showIcon\":[1028,\"show-icon\"],\"favicon\":[1028],\"favorite\":[1028],\"checked\":[1540],\"checkTrigger\":[1540,\"checktrigger\"],\"focused\":[1540],\"disabled\":[1540],\"contextMenuShow\":[1028,\"context-menu-show\"],\"_contextMenu\":[1025,\"context-menu\"],\"indeterminateState\":[1025,\"indeterminate-state\"],\"_internal_id\":[1537],\"menuPadding\":[32],\"childLength\":[32],\"indeterminate\":[32],\"hidden\":[32],\"contextMenu\":[32],\"contextOffsetLeft\":[32],\"contextOffsetTop\":[32]},[[4,\"bcm-treeview-clear-selecteds\",\"handletreeviewClearSelecteds\"],[4,\"bcm-treeview-change\",\"ListentreeviewChange\"],[4,\"bcm-treeview-send-check\",\"ListentreeviewShowContext\"],[4,\"bcm-treeview-send-uncheck\",\"ListentreeviewShowContext\"],[4,\"bcm-treeview-show-context\",\"ListentreeviewShowContext\"],[8,\"click\",\"handleWindowClick\"],[0,\"bcm-treeview-check-group-check\",\"checkGroup\"]]],[4,\"bcm-empty\",{\"icon\":[1]}],[0,\"bcm-checkbox-lite\",{\"_id\":[1537,\"id\"],\"checked\":[1028],\"indeterminate\":[1025],\"disabled\":[1028],\"hidden\":[1028],\"required\":[1028],\"readOnly\":[1028,\"read-only\"],\"captionType\":[1025,\"caption-type\"]}],[4,\"bcm-divider\",{\"hidden\":[1028],\"direction\":[1025]}],[4,\"bcm-linked\",{\"_id\":[513,\"id\"],\"placement\":[1],\"trigger\":[1],\"targetId\":[1,\"target-id\"],\"height\":[1],\"maxHeight\":[1,\"max-height\"],\"minHeight\":[1,\"min-height\"],\"isOpen\":[1540,\"is-open\"],\"hideDelay\":[2,\"hide-delay\"],\"moveOverLayContainer\":[4,\"move-overlay-container\"],\"isMouseOverLink\":[32],\"show\":[64],\"hide\":[64],\"updateLayout\":[64],\"toggle\":[64]},[[4,\"linked-data-dismiss\",\"onLinkedDataDismis\"],[4,\"bcm-floating-is-hide\",\"onBcmFloatingIsHide\"],[6,\"click\",\"clickListener\"],[6,\"keydown\",\"keyboardNavigation\"]]],[4,\"bcm-typography\"],[4,\"bcm-checkbox\",{\"_id\":[1537,\"id\"],\"inGroup\":[1028,\"in-group\"],\"value\":[1028],\"checked\":[1028],\"name\":[1025],\"disabled\":[1028],\"hidden\":[1028],\"required\":[1028],\"label\":[1025],\"readonly\":[1028],\"size\":[1025],\"indeterminate\":[1025],\"color\":[1025],\"caption\":[1025],\"noCaption\":[1028,\"no-caption\"],\"captionError\":[1025,\"caption-error\"],\"captionType\":[1025,\"caption-type\"],\"captionCache\":[32],\"captionTypeCache\":[32],\"onBcmFocus\":[64],\"onBcmBlur\":[64],\"setClear\":[64],\"resetCaption\":[64],\"set\":[64],\"get\":[64],\"check\":[64]},[[0,\"keydown\",\"handleKeyUp\"]]],[4,\"bcm-avatar\",{\"_id\":[513,\"id\"],\"image\":[1],\"name\":[1],\"alt\":[1],\"shape\":[1],\"size\":[1],\"color\":[1],\"icon\":[1],\"status\":[1],\"blink\":[4],\"isFallback\":[32]}],[4,\"bcm-button\",{\"_id\":[1537,\"id\"],\"hidden\":[1540],\"type\":[1025],\"size\":[1025],\"disabled\":[1540],\"kind\":[1025],\"outline\":[1028],\"icon\":[1025],\"href\":[1025],\"target\":[1025],\"value\":[1025],\"loading\":[1028],\"variant\":[1025],\"dataDismiss\":[1028,\"data-dismiss\"],\"fullWidth\":[1028,\"full-width\"],\"iconPosition\":[1025,\"icon-position\"],\"color\":[1032],\"checked\":[1028]},[[2,\"click\",\"handleOnClick\"]]],[1,\"bcm-old-input\",{\"type\":[1025],\"value\":[1032],\"size\":[1025],\"label\":[1025],\"noCaption\":[1028,\"no-caption\"],\"noMargin\":[1028,\"no-margin\"],\"captionError\":[1025,\"caption-error\"],\"caption\":[1025],\"captionType\":[1025,\"caption-type\"],\"placeholder\":[1025],\"fullWidth\":[1028,\"full-width\"],\"disabled\":[1028],\"readonly\":[1028],\"clearable\":[1028],\"passwordToggle\":[1028,\"password-toggle\"],\"noDefaultIcon\":[1028,\"no-default-icon\"],\"_id\":[1537,\"id\"],\"_internal_id\":[1025],\"name\":[1537],\"unit\":[1025],\"unitPrefix\":[1025,\"unit-prefix\"],\"decimal\":[1032],\"min\":[1026],\"max\":[1026],\"step\":[1032],\"hidden\":[1028],\"required\":[1028],\"disableWatchValue\":[1028,\"disable-watch-value\"],\"maxLength\":[1026,\"max-length\"],\"tooltip\":[1025],\"inValid\":[32],\"valueCache\":[32],\"captionCache\":[32],\"captionTypeCache\":[32],\"hasFocus\":[32],\"isPasswordVisible\":[32],\"setFocus\":[64],\"removeFocus\":[64],\"select\":[64],\"setValue\":[64],\"setClear\":[64],\"resetCaption\":[64],\"getValue\":[64]},[[0,\"keydown\",\"numberControl\"]]],[4,\"bcm-badge\",{\"_id\":[513,\"id\"],\"blink\":[4],\"value\":[1],\"color\":[8],\"size\":[1],\"status\":[1]}],[4,\"bcm-text\",{\"hidden\":[1028],\"scale\":[1032],\"weight\":[1025],\"color\":[1025],\"text\":[1025],\"fontSize\":[1026,\"font-size\"]}],[0,\"bcm-label\",{\"_id\":[513,\"id\"],\"required\":[4],\"value\":[1],\"label\":[1],\"size\":[1],\"form\":[8],\"htmlFor\":[8,\"html-for\"],\"hidden\":[4],\"type\":[8],\"tooltip\":[1]}],[4,\"bcm-tooltip\",{\"_id\":[513,\"id\"],\"message\":[1],\"placement\":[1],\"trigger\":[1],\"open\":[1028],\"color\":[1],\"size\":[1],\"openDelay\":[2,\"open-delay\"],\"closeDelay\":[2,\"close-delay\"],\"autoHide\":[4,\"auto-hide\"],\"targetId\":[1,\"target-id\"],\"tooltip\":[32],\"show\":[64],\"hide\":[64],\"toggle\":[64]}],[0,\"bcm-icon\",{\"hidden\":[1028],\"icon\":[1025]}]]],[\"bcm-autocomplete.cjs\",[[1,\"bcm-autocomplete\",{\"searchFields\":[1040],\"_items\":[1025,\"data\"],\"fullWidth\":[1028,\"full-width\"],\"hidden\":[1028],\"searchText\":[1025,\"searchtext\"],\"returnField\":[1025,\"return-field\"],\"searchSub\":[1025,\"search-sub\"],\"searchPlaceholder\":[1025,\"searchplaceholder\"],\"inputLength\":[32],\"isOpen\":[32],\"resultFound\":[32],\"searchData\":[32],\"searchResults\":[32],\"items\":[32],\"config\":[64],\"setData\":[64]},[[2,\"bcm-listbox-item-selected\",\"handleListboxClearSelected\"],[0,\"bcm-on-search-value\",\"listenSearchValue\"],[0,\"bcm-on-search\",\"listenSearchResult\"],[10,\"click\",\"handleClickOutside\"]]]]],[\"bcm-attendance-actions-comment.cjs\",[[0,\"bcm-attendance-actions-comment\",{\"_id\":[1537,\"id\"],\"size\":[1025],\"disabled\":[4],\"selectedKey\":[1025,\"selected-key\"],\"targetId\":[1,\"target-id\"],\"isShow\":[1028,\"is-show\"],\"isLate\":[4,\"is-late\"],\"selectedItem\":[1040],\"show\":[64],\"hide\":[64]},[[8,\"click\",\"handleClickOutside\"]]]]],[\"bcm-input-dropdown.cjs\",[[0,\"bcm-input-dropdown\",{\"_id\":[513,\"id\"],\"value\":[1040],\"defaultValue\":[1040],\"lateKeys\":[1025,\"late-keys\"],\"maxCharacterLimit\":[1026,\"max-character-limit\"],\"size\":[1],\"label\":[1],\"placeholder\":[1],\"name\":[1],\"fullWidth\":[516,\"full-width\"],\"hideComment\":[516,\"hide-comment\"],\"hideCaption\":[4,\"hide-caption\"],\"disabled\":[4],\"required\":[4],\"readonly\":[4],\"data\":[1040],\"caption\":[1025],\"noCaption\":[1028,\"no-caption\"],\"captionType\":[1025,\"caption-type\"],\"captionError\":[1025,\"caption-error\"],\"customErrorMessage\":[1025,\"custom-error-message\"],\"captionCache\":[32],\"captionTypeCache\":[32],\"isOpenMenu\":[32],\"invalid\":[32],\"set\":[64],\"get\":[64],\"setClear\":[64],\"resetCaption\":[64]},[[6,\"click\",\"clickListener\"]]]]],[\"bcm-date-picker.cjs\",[[1,\"bcm-date-picker\",{\"_id\":[1537,\"id\"],\"date\":[1025],\"value\":[1032],\"endDate\":[1025,\"end-date\"],\"range\":[1028],\"hidden\":[1028],\"name\":[1537],\"fullWidth\":[1028,\"full-width\"],\"required\":[1028],\"label\":[1025],\"placeholder\":[1025],\"disabledDates\":[1032,\"disableddates\"],\"disabled\":[1028],\"noMargin\":[1028,\"no-margin\"],\"noCaption\":[1028,\"no-caption\"],\"caption\":[1025],\"captionError\":[1025,\"caption-error\"],\"captionType\":[1025,\"caption-type\"],\"alignment\":[1032],\"_internal_id\":[1537,\"internal-id\"],\"placement\":[1025],\"linkedComponent\":[1025,\"linked-component\"],\"clearable\":[1028],\"stateStartDate\":[32],\"stateEndDate\":[32],\"set\":[64],\"get\":[64],\"setDisabled\":[64],\"setClear\":[64],\"setStartDate\":[64],\"setEndDate\":[64],\"getInput\":[64],\"open\":[64],\"getValue\":[64],\"isValid\":[64],\"resetCaption\":[64]}]]],[\"bcm-time-picker.cjs\",[[1,\"bcm-time-picker\",{\"_id\":[1537,\"id\"],\"time\":[1025],\"value\":[1032],\"hidden\":[1028],\"name\":[1537],\"fullWidth\":[1028,\"full-width\"],\"required\":[1028],\"label\":[1025],\"placeholder\":[1025],\"disabled\":[1028],\"noMargin\":[1028,\"no-margin\"],\"noCaption\":[1028,\"no-caption\"],\"caption\":[1025],\"captionError\":[1025,\"caption-error\"],\"captionType\":[1025,\"caption-type\"],\"alignment\":[1032],\"placement\":[1025],\"linkedComponent\":[1025,\"linked-component\"],\"clearable\":[1028],\"set\":[64],\"get\":[64],\"setDisabled\":[64],\"getInput\":[64],\"getValue\":[64],\"isValid\":[64],\"setClear\":[64],\"resetCaption\":[64],\"open\":[64]}]]],[\"bcm-number-input.cjs\",[[4,\"bcm-number-input\",{\"_id\":[513,\"id\"],\"value\":[1032],\"defaultValue\":[8,\"default-value\"],\"_prefix\":[1,\"prefix\"],\"_suffix\":[1,\"suffix\"],\"size\":[1],\"min\":[8],\"max\":[8],\"step\":[2],\"label\":[1],\"name\":[1],\"fullWidth\":[4,\"full-width\"],\"clearable\":[4],\"readonly\":[4],\"disabled\":[4],\"required\":[4],\"mode\":[1],\"placeholder\":[1],\"thousandSeparator\":[8,\"thousand-separator\"],\"decimalSeparator\":[1,\"decimal-separator\"],\"decimalScale\":[2,\"decimal-scale\"],\"fixedDecimalScale\":[4,\"fixed-decimal-scale\"],\"allowNegative\":[4,\"allow-negative\"],\"allowLeadingZeros\":[4,\"allow-leading-zeros\"],\"unitPrefix\":[1,\"unit-prefix\"],\"unitSuffix\":[1,\"unit-suffix\"],\"caption\":[1025],\"noCaption\":[1028,\"no-caption\"],\"captionType\":[1025,\"caption-type\"],\"captionError\":[1025,\"caption-error\"],\"customErrorMessage\":[1025,\"custom-error-message\"],\"isFocus\":[32],\"captionCache\":[32],\"captionTypeCache\":[32],\"valueCache\":[32],\"onBcmFocus\":[64],\"onBcmBlur\":[64],\"onBcmSelect\":[64],\"set\":[64],\"get\":[64],\"setValue\":[64],\"setClear\":[64],\"resetCaption\":[64],\"setCaption\":[64]}]]],[\"bcm-colorpicker.cjs\",[[1,\"bcm-colorpicker\",{\"_color\":[1025,\"color\"],\"open\":[1028],\"value\":[1025],\"label\":[1025],\"size\":[1025],\"noCaption\":[1028,\"no-caption\"],\"caption\":[1025],\"captionError\":[1025,\"caption-error\"],\"captionType\":[1025,\"caption-type\"],\"fullWidth\":[1028,\"full-width\"],\"disabled\":[1028],\"hidden\":[1028],\"required\":[1028],\"tooltip\":[1025],\"h\":[32],\"s\":[32],\"v\":[32],\"a\":[32],\"selectedH\":[32],\"selectedS\":[32],\"selectedV\":[32],\"selectedA\":[32],\"color\":[32],\"inputValue\":[32],\"mouseState\":[32],\"getValue\":[64],\"setColor\":[64]},[[8,\"click\",\"handleWindowClick\"]]]]],[\"bcm-input-2.cjs\",[[4,\"bcm-input-2\",{\"_id\":[513,\"id\"],\"_internal_id\":[1],\"value\":[8],\"size\":[1],\"label\":[1],\"pattern\":[1],\"tooltip\":[1],\"placeholder\":[1],\"disabled\":[4],\"readonly\":[4],\"clearable\":[4],\"autocomplete\":[4],\"name\":[1],\"type\":[1],\"hidden\":[4],\"required\":[4],\"fullWidth\":[4,\"full-width\"],\"noDefaultIcon\":[4,\"no-default-icon\"],\"disableWatchValue\":[4,\"disable-watch-value\"],\"passwordToggle\":[4,\"password-toggle\"],\"maxLength\":[2,\"max-length\"],\"minLength\":[2,\"min-length\"],\"unitPrefix\":[1,\"unit-prefix\"],\"unit\":[1],\"decimal\":[4],\"min\":[2],\"max\":[2],\"step\":[8],\"caption\":[1],\"noCaption\":[4,\"no-caption\"],\"captionType\":[1,\"caption-type\"],\"captionError\":[1,\"caption-error\"],\"customErrorMessage\":[1,\"custom-error-message\"],\"_prefix\":[1,\"prefix\"],\"_suffix\":[1,\"suffix\"],\"captionCache\":[32],\"captionTypeCache\":[32],\"inValid\":[32],\"valueCache\":[32],\"focused\":[32],\"isPasswordVisible\":[32],\"onBcmFocus\":[64],\"onBcmBlur\":[64],\"onBcmSelect\":[64]}]]],[\"bcm-input-custom.cjs\",[[0,\"bcm-input-custom\",{\"_id\":[1537,\"id\"],\"name\":[1],\"value\":[1025],\"type\":[1],\"label\":[1],\"required\":[4],\"disabled\":[4],\"readonly\":[4],\"placeholder\":[1],\"fullwidth\":[4],\"hasFocus\":[32]}]]],[\"bcm-breadcrumb.cjs\",[[4,\"bcm-breadcrumb\",{\"items\":[1040],\"seperator\":[1025],\"hidden\":[1028],\"isOpen\":[32]},[[8,\"click\",\"handleClickOutside\"]]]]],[\"bcm-modal-2.cjs\",[[4,\"bcm-modal-2\",{\"_id\":[1537,\"id\"],\"isShow\":[1540,\"is-show\"],\"center\":[4],\"zIndex\":[1,\"z-index\"],\"size\":[8],\"backdrop\":[8],\"fullWidth\":[4,\"full-width\"],\"fullScreen\":[4,\"full-screen\"],\"overflow\":[4],\"isShowModal\":[32],\"shake\":[32],\"hide\":[64],\"show\":[64]},[[0,\"click\",\"handleClick\"],[4,\"keydown\",\"handleKeyDown\"],[0,\"bcm-modal-before-close\",\"hideModal\"],[0,\"bcm-modal-before-open\",\"showModal\"]]]]],[\"bcm-notification.cjs\",[[1,\"bcm-notification\",{\"_title\":[1025,\"title\"],\"status\":[1025],\"confirmText\":[1032,\"confirm\"],\"isShow\":[1540,\"open\"],\"hidden\":[1028],\"hide\":[64],\"show\":[64]}]]],[\"bcm-default.cjs\",[[4,\"bcm-default\",{\"_id\":[1537,\"id\"]}]]],[\"bcm-file-upload.cjs\",[[0,\"bcm-file-upload\",{\"name\":[1],\"label\":[1],\"caption\":[1025],\"noCaption\":[1028,\"no-caption\"],\"multiple\":[4],\"accept\":[1],\"maxSize\":[1026,\"max-size\"],\"required\":[4],\"disabled\":[4],\"size\":[1],\"position\":[1],\"buttonLabel\":[1,\"button-label\"],\"showFileList\":[4,\"show-file-list\"],\"fullWidth\":[4,\"full-width\"],\"uploadUrl\":[1,\"upload-url\"],\"maxFileCount\":[2,\"max-file-count\"],\"customErrorMessages\":[16],\"value\":[1032],\"captionError\":[1025,\"caption-error\"],\"captionType\":[1025,\"caption-type\"],\"files\":[32],\"dragActive\":[32],\"zoneHovered\":[32],\"maxSizeError\":[32],\"typeError\":[32],\"maxFileCountError\":[32],\"get\":[64],\"set\":[64],\"setClear\":[64],\"resetCaption\":[64],\"setFocus\":[64]}]]],[\"bcm-message.cjs\",[[1,\"bcm-message\",{\"status\":[1025],\"fullWidth\":[1028,\"full-width\"],\"loading\":[1028],\"isShow\":[1540,\"open\"],\"hidden\":[1028],\"hide\":[64],\"show\":[64]}]]],[\"bcm-result.cjs\",[[1,\"bcm-result\",{\"status\":[1025],\"heading\":[1025],\"description\":[1025],\"hidden\":[1028],\"footerArea\":[32],\"footerHtml\":[32]}]]],[\"bcm-tag.cjs\",[[4,\"bcm-tag\",{\"_id\":[1537,\"id\"],\"_internal_id\":[1537],\"hidden\":[1540],\"value\":[1025],\"type\":[1025],\"checked\":[1028],\"color\":[1537],\"customStyle\":[1032,\"custom-style\"],\"itemObject\":[1537,\"item-object\"],\"size\":[1032],\"closeFunc\":[1040],\"selectFunc\":[1040]},[[0,\"click\",\"handleClick\"]]]]],[\"bcm-timeline-item.cjs\",[[1,\"bcm-timeline-item\",{\"even\":[1028],\"first\":[1028],\"last\":[1028],\"icon\":[1025],\"timelineType\":[1025,\"timeline-type\"],\"hidden\":[1028]}]]],[\"old-bcm-popover.cjs\",[[4,\"old-bcm-popover\",{\"_title\":[1537],\"_id\":[1537,\"id\"],\"message\":[1025],\"placement\":[1025],\"trigger\":[1025],\"open\":[1028],\"linkedComponent\":[1025,\"linked-component\"],\"show\":[64],\"hide\":[64]}]]],[\"bcm-attendance-actions-dropdown.cjs\",[[0,\"bcm-attendance-actions-dropdown\",{\"_id\":[1537,\"id\"],\"size\":[1025],\"disabled\":[4],\"selectedKey\":[1025,\"selected-key\"],\"targetId\":[1,\"target-id\"],\"isShow\":[1028,\"is-show\"],\"data\":[1040],\"show\":[64],\"hide\":[64]},[[8,\"click\",\"handleClickOutside\"]]]]],[\"bcm-box.cjs\",[[4,\"bcm-box\"]]],[\"bcm-caption.cjs\",[[0,\"bcm-caption\",{\"noCaption\":[4,\"no-caption\"],\"captionType\":[1,\"caption-type\"],\"captionClasses\":[8,\"caption-classes\"],\"caption\":[1],\"captionError\":[1,\"caption-error\"],\"customErrorMessage\":[1,\"custom-error-message\"],\"size\":[1],\"maxLength\":[8,\"max-length\"],\"value\":[8]}]]],[\"bcm-card.cjs\",[[4,\"bcm-card\",{\"_id\":[1537,\"id\"],\"hidden\":[1028],\"color\":[1025],\"header\":[32],\"footer\":[32]}]]],[\"bcm-content.cjs\",[[4,\"bcm-content\"]]],[\"bcm-form-2.cjs\",[[4,\"bcm-form-2\",{\"_id\":[1537,\"id\"],\"validation\":[1540],\"submit\":[64],\"set\":[64],\"get\":[64],\"resetCaption\":[64],\"setClear\":[64]},[[0,\"bcm-change\",\"onChange\"]]]]],[\"bcm-form-group.cjs\",[[1,\"bcm-form-group\",{\"_id\":[1537,\"id\"],\"hidden\":[1028],\"validation\":[1028],\"name\":[1025],\"value\":[1032]}]]],[\"bcm-modal-2-footer.cjs\",[[4,\"bcm-modal-2-footer\",{\"_id\":[1537,\"id\"]}]]],[\"bcm-modal-2-header.cjs\",[[4,\"bcm-modal-2-header\",{\"_id\":[1537,\"id\"]}]]],[\"bcm-segment.cjs\",[[4,\"bcm-segment\",{\"value\":[513],\"disabled\":[516],\"selected\":[1540],\"size\":[1025],\"index\":[1026],\"activeIndex\":[1026,\"active-index\"],\"totalSegments\":[1026,\"total-segments\"]}]]],[\"bcm-segmented-picker.cjs\",[[4,\"bcm-segmented-picker\",{\"value\":[1537],\"name\":[513],\"required\":[516],\"size\":[513],\"fullWidth\":[516,\"full-width\"],\"disabled\":[516],\"shadow\":[516],\"segments\":[32],\"activeIndex\":[32],\"setValue\":[64],\"getValue\":[64]},[[0,\"bcm-segment-click\",\"handleSegmentClick\"]]]]],[\"bcm-select-group.cjs\",[[1,\"bcm-select-group\",{\"heading\":[1025],\"visible\":[1028],\"hidden\":[1028]}]]],[\"bcm-select-option.cjs\",[[1,\"bcm-select-option\",{\"value\":[1025],\"selected\":[1540],\"disabled\":[1028],\"visible\":[1028],\"hidden\":[1028],\"getLabel\":[64]}]]],[\"bcm-tab-pane.cjs\",[[1,\"bcm-tab-pane\",{\"size\":[1025],\"hidden\":[1028],\"fullWidth\":[1028,\"full-width\"],\"tab\":[1025],\"active\":[1028]},[[6,\"bcm-click\",\"handleActiveTabPane\"]]]]],[\"bcm-table.cjs\",[[0,\"bcm-table\",{\"_id\":[1537],\"gridOptions\":[1040],\"extensions\":[1537],\"height\":[1537],\"showToolbar\":[516,\"show-toolbar\"],\"showFooter\":[516,\"show-footer\"],\"toolBarConfig\":[1040],\"agGrid\":[32],\"columns\":[32],\"fileTypes\":[32],\"isReady\":[32],\"footerOptions\":[32]}]]],[\"bcm-tabs-content.cjs\",[[1,\"bcm-tabs-content\",{\"size\":[1025],\"hidden\":[1028],\"fullWidth\":[1028,\"full-width\"],\"type\":[1025]},[[4,\"bcm-tabs-active-item\",\"handleActivePane\"]]]]],[\"bcm-timeline.cjs\",[[1,\"bcm-timeline\",{\"icon\":[1025],\"type\":[1025],\"hidden\":[1028],\"items\":[32]}]]],[\"bcm-toast.cjs\",[[4,\"bcm-toast\",{\"_id\":[1537,\"id\"],\"status\":[1],\"message\":[1],\"description\":[1],\"duration\":[2],\"position\":[1],\"messageIcon\":[8,\"message-icon\"],\"viewButton\":[4,\"view-button\"],\"closeButton\":[4,\"close-button\"],\"removeAfterClose\":[4,\"remove-after-close\"],\"visible\":[32],\"visibleContainer\":[32],\"show\":[64],\"hide\":[64]}]]],[\"bcm-treeview-group.cjs\",[[1,\"bcm-treeview-group\"]]],[\"bcm-react-number.cjs\",[[0,\"bcm-react-number\",{\"disabled\":[516],\"options\":[1040]}]]],[\"bcm-skeleton.cjs\",[[0,\"bcm-skeleton\",{\"_id\":[1537,\"id\"],\"effect\":[513],\"variant\":[513],\"hidden\":[516],\"width\":[1],\"height\":[1],\"marginBottom\":[1,\"margin-bottom\"],\"customStyles\":[1,\"custom-styles\"]}]]],[\"old-bcm-popover-box.cjs\",[[4,\"old-bcm-popover-box\",{\"_id\":[1537,\"id\"],\"_target_id\":[1025,\"target-id\"],\"message\":[1025],\"_title\":[1025],\"placement\":[1025],\"open\":[1028],\"hidden\":[1028],\"htmlContent\":[1032,\"html-content\"],\"linkedComponent\":[1025,\"linked-component\"],\"height\":[1025],\"maxHeight\":[1025,\"max-height\"],\"minHeight\":[1025,\"min-height\"],\"placement_string\":[32],\"show\":[64],\"hide\":[64]},[[4,\"wheel\",\"handleWheel\"],[8,\"scroll\",\"handleScroll\"],[9,\"resize\",\"calculateLocation\"]]]]],[\"bcm-datetime-picker.cjs\",[[1,\"bcm-datetime-picker\",{\"_id\":[1537,\"id\"],\"date\":[1025],\"endDate\":[1025,\"end-date\"],\"type\":[1025],\"disabled\":[1028],\"disabledDates\":[1032,\"disableddates\"],\"value\":[1032],\"_open\":[1028,\"open\"],\"hidden\":[1028],\"name\":[1537],\"fullWidth\":[1028,\"full-width\"],\"required\":[1028],\"label\":[1025],\"placeholder\":[1025],\"minYear\":[1026,\"min-year\"],\"maxYear\":[1026,\"max-year\"],\"noCaption\":[1028,\"no-caption\"],\"noMargin\":[1028,\"no-margin\"],\"captionError\":[1025,\"caption-error\"],\"caption\":[1025],\"captionType\":[1025,\"caption-type\"],\"alignment\":[1032],\"placement\":[1025],\"linkedComponent\":[1025,\"linked-component\"],\"clearable\":[1028],\"years\":[32],\"hours\":[32],\"minutes\":[32],\"hasDateModule\":[32],\"hasTimeModule\":[32],\"renderDate\":[32],\"selectedDate\":[32],\"selectedEndDate\":[32],\"error\":[32],\"errorText\":[32],\"tick\":[32],\"open\":[64],\"close\":[64],\"getValue\":[64],\"setDisabled\":[64],\"set\":[64],\"get\":[64],\"setClear\":[64],\"getInput\":[64],\"isValid\":[64],\"resetCaption\":[64]},[[8,\"click\",\"handleWindowClick\"],[9,\"resize\",\"handleResize\"],[7,\"scroll\",\"handleWheels\"],[4,\"wheel\",\"handleWheels\"],[10,\"keydown\",\"handleKeyDown\"]]]]],[\"bcm-overlay_2.cjs\",[[4,\"bcm-overlay\",{\"center\":[4],\"color\":[1],\"opacity\":[1],\"zIndex\":[1,\"z-index\"]}],[4,\"bcm-scroll-area\",{\"width\":[1],\"height\":[1],\"isDisabled\":[4,\"is-disabled\"]}]]]]"), options);
|
|
25
25
|
});
|
|
26
26
|
};
|
|
27
27
|
|
|
@@ -387,7 +387,7 @@ export class BcmButton {
|
|
|
387
387
|
"mutable": true,
|
|
388
388
|
"complexType": {
|
|
389
389
|
"original": "VariantProp",
|
|
390
|
-
"resolved": "\"filter\" | \"
|
|
390
|
+
"resolved": "\"filter\" | \"upload\" | \"save\" | \"submit\" | \"ok\" | \"new\" | \"add\" | \"create\" | \"apply\" | \"prev\" | \"next\" | \"send\" | \"delete\" | \"cancel\" | \"decline\" | \"close\" | \"archive\" | \"remove\" | \"edit\" | \"export\" | \"import\" | \"update\" | \"reset\" | \"download\"",
|
|
391
391
|
"references": {
|
|
392
392
|
"VariantProp": {
|
|
393
393
|
"location": "import",
|
|
@@ -141,6 +141,12 @@ export const variantOptions = {
|
|
|
141
141
|
icon: 'far fa-download',
|
|
142
142
|
iconPosition: 'prefix',
|
|
143
143
|
},
|
|
144
|
+
upload: {
|
|
145
|
+
text: 'Upload',
|
|
146
|
+
color: 'blue',
|
|
147
|
+
icon: 'far fa-cloud-arrow-up',
|
|
148
|
+
iconPosition: 'prefix',
|
|
149
|
+
},
|
|
144
150
|
};
|
|
145
151
|
export var VariantProps;
|
|
146
152
|
(function (VariantProps) {
|
|
@@ -167,4 +173,5 @@ export var VariantProps;
|
|
|
167
173
|
VariantProps["update"] = "update";
|
|
168
174
|
VariantProps["reset"] = "Reset";
|
|
169
175
|
VariantProps["download"] = "download";
|
|
176
|
+
VariantProps["upload"] = "upload";
|
|
170
177
|
})(VariantProps || (VariantProps = {}));
|
|
@@ -63,6 +63,41 @@ export class BcmDropdown {
|
|
|
63
63
|
item.setActive(id);
|
|
64
64
|
});
|
|
65
65
|
}
|
|
66
|
+
componentWillLoad() {
|
|
67
|
+
this.checkContent();
|
|
68
|
+
}
|
|
69
|
+
componentDidLoad() {
|
|
70
|
+
this.observeContent();
|
|
71
|
+
}
|
|
72
|
+
disconnectedCallback() {
|
|
73
|
+
var _a;
|
|
74
|
+
(_a = this.observer) === null || _a === void 0 ? void 0 : _a.disconnect();
|
|
75
|
+
}
|
|
76
|
+
observeContent() {
|
|
77
|
+
this.observer = new MutationObserver(() => {
|
|
78
|
+
this.manualSlotContent();
|
|
79
|
+
});
|
|
80
|
+
this.observer.observe(this.el, { childList: true });
|
|
81
|
+
}
|
|
82
|
+
manualSlotContent() {
|
|
83
|
+
const contentNodes = this.el.querySelectorAll(':scope > [slot="content"], :scope > bcm-content, :scope > bcm-items');
|
|
84
|
+
if (contentNodes.length > 0) {
|
|
85
|
+
const menu = document.getElementById(this.menuId);
|
|
86
|
+
if (menu) {
|
|
87
|
+
contentNodes.forEach(node => {
|
|
88
|
+
if (!menu.contains(node)) {
|
|
89
|
+
menu.appendChild(node);
|
|
90
|
+
}
|
|
91
|
+
});
|
|
92
|
+
if (menu === null || menu === void 0 ? void 0 : menu.updateLayout) {
|
|
93
|
+
menu === null || menu === void 0 ? void 0 : menu.updateLayout();
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
checkContent() {
|
|
99
|
+
this.manualSlotContent();
|
|
100
|
+
}
|
|
66
101
|
async getActive() {
|
|
67
102
|
return this.activeItem;
|
|
68
103
|
}
|
|
@@ -400,7 +435,7 @@ export class BcmDropdown {
|
|
|
400
435
|
"mutable": false,
|
|
401
436
|
"complexType": {
|
|
402
437
|
"original": "VariantProp",
|
|
403
|
-
"resolved": "\"filter\" | \"
|
|
438
|
+
"resolved": "\"filter\" | \"upload\" | \"save\" | \"submit\" | \"ok\" | \"new\" | \"add\" | \"create\" | \"apply\" | \"prev\" | \"next\" | \"send\" | \"delete\" | \"cancel\" | \"decline\" | \"close\" | \"archive\" | \"remove\" | \"edit\" | \"export\" | \"import\" | \"update\" | \"reset\" | \"download\"",
|
|
404
439
|
"references": {
|
|
405
440
|
"VariantProp": {
|
|
406
441
|
"location": "import",
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Built with Stencil
|
|
3
|
+
* Copyright (c) Bromcom.
|
|
4
|
+
*/
|
|
5
|
+
export class LinkedFocusManager {
|
|
6
|
+
constructor() {
|
|
7
|
+
this.focusableSelector = [
|
|
8
|
+
"a[href]",
|
|
9
|
+
"area[href]",
|
|
10
|
+
"button:not([disabled])",
|
|
11
|
+
"input:not([disabled]):not([type='hidden'])",
|
|
12
|
+
"select:not([disabled])",
|
|
13
|
+
"textarea:not([disabled])",
|
|
14
|
+
"iframe",
|
|
15
|
+
"object",
|
|
16
|
+
"embed",
|
|
17
|
+
"[contenteditable='true']",
|
|
18
|
+
"[tabindex]:not([tabindex='-1'])",
|
|
19
|
+
].join(",");
|
|
20
|
+
}
|
|
21
|
+
getFocusableElements(linkedElement) {
|
|
22
|
+
return Array.from(linkedElement.querySelectorAll(this.focusableSelector)).filter(item => {
|
|
23
|
+
const style = window.getComputedStyle(item);
|
|
24
|
+
return style.display !== "none" && style.visibility !== "hidden";
|
|
25
|
+
});
|
|
26
|
+
}
|
|
27
|
+
handleKeyboardNavigation(params) {
|
|
28
|
+
const { event, isOpen, canKeyboardOpen, linkedElement, targetElement, openLinked, hideLinked } = params;
|
|
29
|
+
const keyCode = event.keyCode || event.which;
|
|
30
|
+
const isSpaceKey = event.key === " " || event.key === "Spacebar" || keyCode === 32;
|
|
31
|
+
const isEnterKey = event.key === "Enter" || keyCode === 13;
|
|
32
|
+
const activeElement = document.activeElement;
|
|
33
|
+
const isTargetFocused = activeElement === targetElement;
|
|
34
|
+
const isFocusInsideTarget = !!(activeElement && targetElement.contains(activeElement));
|
|
35
|
+
const isFocusInsideLinked = !!activeElement && linkedElement.contains(activeElement);
|
|
36
|
+
const isTriggerFocused = isTargetFocused || isFocusInsideTarget;
|
|
37
|
+
if (!isOpen && canKeyboardOpen && isTriggerFocused) {
|
|
38
|
+
if (isSpaceKey || isEnterKey) {
|
|
39
|
+
event.preventDefault();
|
|
40
|
+
event.stopPropagation();
|
|
41
|
+
event.stopImmediatePropagation();
|
|
42
|
+
openLinked();
|
|
43
|
+
return;
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
if (!isOpen)
|
|
47
|
+
return;
|
|
48
|
+
if (event.key === "Escape") {
|
|
49
|
+
if (isTriggerFocused || isFocusInsideLinked) {
|
|
50
|
+
event.preventDefault();
|
|
51
|
+
hideLinked();
|
|
52
|
+
targetElement.focus();
|
|
53
|
+
}
|
|
54
|
+
return;
|
|
55
|
+
}
|
|
56
|
+
if (event.key !== "Tab")
|
|
57
|
+
return;
|
|
58
|
+
const focusableElements = this.getFocusableElements(linkedElement);
|
|
59
|
+
const firstFocusableElement = focusableElements[0];
|
|
60
|
+
const lastFocusableElement = focusableElements[focusableElements.length - 1];
|
|
61
|
+
if (!event.shiftKey && isTargetFocused) {
|
|
62
|
+
event.preventDefault();
|
|
63
|
+
if (firstFocusableElement) {
|
|
64
|
+
firstFocusableElement.focus();
|
|
65
|
+
}
|
|
66
|
+
else {
|
|
67
|
+
linkedElement.focus();
|
|
68
|
+
}
|
|
69
|
+
return;
|
|
70
|
+
}
|
|
71
|
+
if (event.shiftKey && isFocusInsideLinked && firstFocusableElement && activeElement === firstFocusableElement) {
|
|
72
|
+
event.preventDefault();
|
|
73
|
+
targetElement.focus();
|
|
74
|
+
return;
|
|
75
|
+
}
|
|
76
|
+
if (!event.shiftKey && isFocusInsideLinked && lastFocusableElement && activeElement === lastFocusableElement) {
|
|
77
|
+
event.preventDefault();
|
|
78
|
+
firstFocusableElement.focus();
|
|
79
|
+
return;
|
|
80
|
+
}
|
|
81
|
+
if (focusableElements.length === 0 && isFocusInsideLinked) {
|
|
82
|
+
event.preventDefault();
|
|
83
|
+
targetElement.focus();
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
}
|
|
@@ -6,8 +6,10 @@ import { Generate } from "@bcm/helpers";
|
|
|
6
6
|
import { Bcm } from "@bcm/model";
|
|
7
7
|
import { FloatingUI, delay } from "@bcm/utils";
|
|
8
8
|
import { Host, h } from "@stencil/core";
|
|
9
|
+
import { LinkedFocusManager } from "./linked-focus-manager";
|
|
9
10
|
export class BcmLinked {
|
|
10
11
|
constructor() {
|
|
12
|
+
this.focusManager = new LinkedFocusManager();
|
|
11
13
|
this._id = Generate.UID();
|
|
12
14
|
this.placement = Bcm.Placement["bottom-start"];
|
|
13
15
|
this.trigger = Bcm.TriggerType.click;
|
|
@@ -145,6 +147,9 @@ export class BcmLinked {
|
|
|
145
147
|
}
|
|
146
148
|
return this.isOpen;
|
|
147
149
|
}
|
|
150
|
+
async updateLayout() {
|
|
151
|
+
this.calculatePosition();
|
|
152
|
+
}
|
|
148
153
|
async toggle(wait = true) {
|
|
149
154
|
return this.isOpen ? await this.hide(wait) : await this.show(wait);
|
|
150
155
|
}
|
|
@@ -192,9 +197,24 @@ export class BcmLinked {
|
|
|
192
197
|
this.isMouseOverLink = false;
|
|
193
198
|
this.show();
|
|
194
199
|
}
|
|
200
|
+
keyboardNavigation(e) {
|
|
201
|
+
const target = this.target();
|
|
202
|
+
if (!target)
|
|
203
|
+
return;
|
|
204
|
+
const canKeyboardOpen = this.trigger !== Bcm.TriggerType.hover && this.trigger !== Bcm.TriggerType.custom;
|
|
205
|
+
this.focusManager.handleKeyboardNavigation({
|
|
206
|
+
event: e,
|
|
207
|
+
isOpen: this.isOpen,
|
|
208
|
+
canKeyboardOpen,
|
|
209
|
+
linkedElement: this.el,
|
|
210
|
+
targetElement: target,
|
|
211
|
+
openLinked: () => this.show(false),
|
|
212
|
+
hideLinked: () => this.hide(false),
|
|
213
|
+
});
|
|
214
|
+
}
|
|
195
215
|
render() {
|
|
196
216
|
const openStyle = this.isOpen ? { visibility: "visible", opacity: "1" } : { visibility: "hidden", opacity: "0" };
|
|
197
|
-
return (h(Host, { class: "tw-invisible tw-absolute tw-left-0 tw-top-0 tw-z-tooltip tw-block tw-overscroll-contain tw-scroll-smooth tw-rounded tw-bg-white tw-opacity-0 tw-shadow tw-transition-opacity tw-duration-100", style: Object.assign(Object.assign({}, openStyle), { overflow: "auto" }) }, h("slot", null)));
|
|
217
|
+
return (h(Host, { class: "tw-invisible tw-absolute tw-left-0 tw-top-0 tw-z-tooltip tw-block tw-overscroll-contain tw-scroll-smooth tw-rounded tw-bg-white tw-opacity-0 tw-shadow tw-transition-opacity tw-duration-100", tabindex: "-1", style: Object.assign(Object.assign({}, openStyle), { overflow: "auto" }) }, h("slot", null)));
|
|
198
218
|
}
|
|
199
219
|
static get is() { return "bcm-linked"; }
|
|
200
220
|
static get properties() {
|
|
@@ -452,6 +472,22 @@ export class BcmLinked {
|
|
|
452
472
|
"tags": []
|
|
453
473
|
}
|
|
454
474
|
},
|
|
475
|
+
"updateLayout": {
|
|
476
|
+
"complexType": {
|
|
477
|
+
"signature": "() => Promise<void>",
|
|
478
|
+
"parameters": [],
|
|
479
|
+
"references": {
|
|
480
|
+
"Promise": {
|
|
481
|
+
"location": "global"
|
|
482
|
+
}
|
|
483
|
+
},
|
|
484
|
+
"return": "Promise<void>"
|
|
485
|
+
},
|
|
486
|
+
"docs": {
|
|
487
|
+
"text": "",
|
|
488
|
+
"tags": []
|
|
489
|
+
}
|
|
490
|
+
},
|
|
455
491
|
"toggle": {
|
|
456
492
|
"complexType": {
|
|
457
493
|
"signature": "(wait?: boolean) => Promise<boolean>",
|
|
@@ -502,6 +538,12 @@ export class BcmLinked {
|
|
|
502
538
|
"target": "document",
|
|
503
539
|
"capture": true,
|
|
504
540
|
"passive": false
|
|
541
|
+
}, {
|
|
542
|
+
"name": "keydown",
|
|
543
|
+
"method": "keyboardNavigation",
|
|
544
|
+
"target": "document",
|
|
545
|
+
"capture": true,
|
|
546
|
+
"passive": false
|
|
505
547
|
}];
|
|
506
548
|
}
|
|
507
549
|
}
|
|
@@ -18,10 +18,13 @@ export class NumberInput {
|
|
|
18
18
|
this.input.emit(e);
|
|
19
19
|
});
|
|
20
20
|
};
|
|
21
|
+
this.emitChange = () => {
|
|
22
|
+
this.change.emit(this.value);
|
|
23
|
+
};
|
|
21
24
|
this.onChange = () => {
|
|
22
25
|
var _a;
|
|
23
|
-
(_a = this.inputElement) === null || _a === void 0 ? void 0 : _a.addEventListener("change", (
|
|
24
|
-
this.
|
|
26
|
+
(_a = this.inputElement) === null || _a === void 0 ? void 0 : _a.addEventListener("change", () => {
|
|
27
|
+
this.emitChange();
|
|
25
28
|
});
|
|
26
29
|
};
|
|
27
30
|
this.onFocus = () => {
|
|
@@ -115,6 +118,7 @@ export class NumberInput {
|
|
|
115
118
|
this.value = this.max;
|
|
116
119
|
}
|
|
117
120
|
}
|
|
121
|
+
this.emitChange();
|
|
118
122
|
}
|
|
119
123
|
down() {
|
|
120
124
|
if (this.disabled)
|
|
@@ -127,6 +131,7 @@ export class NumberInput {
|
|
|
127
131
|
this.value = this.min;
|
|
128
132
|
}
|
|
129
133
|
}
|
|
134
|
+
this.emitChange();
|
|
130
135
|
}
|
|
131
136
|
handleClear(e) {
|
|
132
137
|
if (this.disabled)
|
|
@@ -136,6 +141,7 @@ export class NumberInput {
|
|
|
136
141
|
return;
|
|
137
142
|
this.value = "";
|
|
138
143
|
this.clear.emit(e);
|
|
144
|
+
this.emitChange();
|
|
139
145
|
}
|
|
140
146
|
checkLength() {
|
|
141
147
|
const { min, max, value } = this;
|