@sme.up/ketchup 11.0.0-SNAPSHOT-20241017090851 → 11.0.0-SNAPSHOT-20241017151034

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (63) hide show
  1. package/dist/cjs/ketchup.cjs.js +1 -1
  2. package/dist/cjs/kup-activity-timeline.cjs.entry.js +1 -1
  3. package/dist/cjs/kup-autocomplete_27.cjs.entry.js +6 -6
  4. package/dist/cjs/kup-autocomplete_27.cjs.entry.js.map +1 -1
  5. package/dist/cjs/kup-box.cjs.entry.js +1 -1
  6. package/dist/cjs/kup-calendar.cjs.entry.js +26 -25
  7. package/dist/cjs/kup-calendar.cjs.entry.js.map +1 -1
  8. package/dist/cjs/kup-cell.cjs.entry.js +43 -3
  9. package/dist/cjs/kup-cell.cjs.entry.js.map +1 -1
  10. package/dist/cjs/{kup-data-table-helper-cf31cb4e.js → kup-data-table-helper-52444d44.js} +2 -2
  11. package/dist/cjs/{kup-data-table-helper-cf31cb4e.js.map → kup-data-table-helper-52444d44.js.map} +1 -1
  12. package/dist/cjs/loader.cjs.js +1 -1
  13. package/dist/collection/assets/calendar.js +30 -29
  14. package/dist/collection/components/kup-calendar/kup-calendar-declarations.js.map +1 -1
  15. package/dist/collection/components/kup-calendar/kup-calendar.js +51 -25
  16. package/dist/collection/components/kup-calendar/kup-calendar.js.map +1 -1
  17. package/dist/collection/components/kup-tree/kup-tree-declarations.js +1 -1
  18. package/dist/collection/components/kup-tree/kup-tree-declarations.js.map +1 -1
  19. package/dist/collection/components/kup-tree/kup-tree.js +5 -5
  20. package/dist/collection/components/kup-tree/kup-tree.js.map +1 -1
  21. package/dist/collection/f-components/f-cell-options.tsx/f-cell-options.js +42 -4
  22. package/dist/collection/f-components/f-cell-options.tsx/f-cell-options.js.map +1 -1
  23. package/dist/components/kup-autocomplete2.js +6 -6
  24. package/dist/components/kup-autocomplete2.js.map +1 -1
  25. package/dist/components/kup-calendar.js +27 -25
  26. package/dist/components/kup-calendar.js.map +1 -1
  27. package/dist/components/kup-cell.js +44 -4
  28. package/dist/components/kup-cell.js.map +1 -1
  29. package/dist/esm/ketchup.js +1 -1
  30. package/dist/esm/kup-activity-timeline.entry.js +1 -1
  31. package/dist/esm/kup-autocomplete_27.entry.js +6 -6
  32. package/dist/esm/kup-autocomplete_27.entry.js.map +1 -1
  33. package/dist/esm/kup-box.entry.js +1 -1
  34. package/dist/esm/kup-calendar.entry.js +26 -25
  35. package/dist/esm/kup-calendar.entry.js.map +1 -1
  36. package/dist/esm/kup-cell.entry.js +44 -4
  37. package/dist/esm/kup-cell.entry.js.map +1 -1
  38. package/dist/esm/{kup-data-table-helper-6b828446.js → kup-data-table-helper-74b29c0e.js} +2 -2
  39. package/dist/esm/{kup-data-table-helper-6b828446.js.map → kup-data-table-helper-74b29c0e.js.map} +1 -1
  40. package/dist/esm/loader.js +1 -1
  41. package/dist/ketchup/ketchup.esm.js +1 -1
  42. package/dist/ketchup/ketchup.esm.js.map +1 -1
  43. package/dist/ketchup/{p-556618b0.entry.js → p-1b4dda8d.entry.js} +2 -2
  44. package/dist/ketchup/{p-f57c4edf.entry.js → p-40b3c165.entry.js} +3 -3
  45. package/dist/ketchup/{p-f57c4edf.entry.js.map → p-40b3c165.entry.js.map} +1 -1
  46. package/dist/ketchup/{p-35802f68.entry.js → p-6f138b8c.entry.js} +2 -2
  47. package/dist/ketchup/{p-c8ec502a.entry.js → p-aadfd358.entry.js} +2 -2
  48. package/dist/ketchup/p-aadfd358.entry.js.map +1 -0
  49. package/dist/ketchup/{p-454b6065.js → p-e9aaa7d5.js} +2 -2
  50. package/dist/ketchup/p-e9aaa7d5.js.map +1 -0
  51. package/dist/ketchup/p-f0f42ad4.entry.js +2 -0
  52. package/dist/ketchup/p-f0f42ad4.entry.js.map +1 -0
  53. package/dist/types/components/kup-calendar/kup-calendar-declarations.d.ts +5 -5
  54. package/dist/types/components/kup-calendar/kup-calendar.d.ts +6 -1
  55. package/dist/types/components/kup-tree/kup-tree-declarations.d.ts +3 -3
  56. package/dist/types/components.d.ts +12 -2
  57. package/package.json +1 -1
  58. package/dist/ketchup/p-454b6065.js.map +0 -1
  59. package/dist/ketchup/p-c8ec502a.entry.js.map +0 -1
  60. package/dist/ketchup/p-deea2b0f.entry.js +0 -2
  61. package/dist/ketchup/p-deea2b0f.entry.js.map +0 -1
  62. /package/dist/ketchup/{p-556618b0.entry.js.map → p-1b4dda8d.entry.js.map} +0 -0
  63. /package/dist/ketchup/{p-35802f68.entry.js.map → p-6f138b8c.entry.js.map} +0 -0
@@ -8,7 +8,7 @@ const appGlobals = require('./app-globals-3a1e7e63.js');
8
8
  const defineCustomElements = async (win, options) => {
9
9
  if (typeof window === 'undefined') return undefined;
10
10
  await appGlobals.globalScripts();
11
- return index.bootstrapLazy(JSON.parse("[[\"kup-autocomplete_27.cjs\",[[1,\"kup-data-table\",{\"stateId\":[1,\"state-id\"],\"store\":[16],\"autoFillMissingCells\":[4,\"auto-fill-missing-cells\"],\"customStyle\":[1,\"custom-style\"],\"data\":[1040],\"density\":[1],\"dragEnabled\":[1540,\"drag-enabled\"],\"dropEnabled\":[516,\"drop-enabled\"],\"editableData\":[1028,\"editable-data\"],\"emptyDataLabel\":[1025,\"empty-data-label\"],\"enableColumnsFormula\":[4,\"enable-columns-formula\"],\"enableExtraColumns\":[4,\"enable-extra-columns\"],\"enableMergeColumns\":[4,\"enable-merge-columns\"],\"enableSortableColumns\":[4,\"enable-sortable-columns\"],\"expandGroups\":[4,\"expand-groups\"],\"filters\":[1040],\"fixedColumns\":[2,\"fixed-columns\"],\"fixedColumnsR\":[2,\"fixed-columns-r\"],\"fixedRows\":[2,\"fixed-rows\"],\"forceOneLine\":[516,\"force-one-line\"],\"globalFilter\":[4,\"global-filter\"],\"globalFilterValue\":[1537,\"global-filter-value\"],\"groupLabelDisplay\":[1,\"group-label-display\"],\"groups\":[1040],\"headerIsPersistent\":[4,\"header-is-persistent\"],\"insertMode\":[1,\"insert-mode\"],\"isFocusable\":[4,\"is-focusable\"],\"lazyLoadRows\":[4,\"lazy-load-rows\"],\"lineBreakCharacter\":[1,\"line-break-character\"],\"loadMoreLimit\":[2,\"load-more-limit\"],\"loadMoreMode\":[1,\"load-more-mode\"],\"loadMoreStep\":[2,\"load-more-step\"],\"pageSelected\":[2,\"page-selected\"],\"paginatorPos\":[1,\"paginator-pos\"],\"legacyLook\":[516,\"legacy-look\"],\"removableColumns\":[4,\"removable-columns\"],\"resizableColumns\":[4,\"resizable-columns\"],\"rowActions\":[16],\"commands\":[16],\"rowsPerPage\":[2,\"rows-per-page\"],\"scrollOnHover\":[4,\"scroll-on-hover\"],\"selection\":[1],\"showCustomization\":[4,\"show-customization\"],\"showDeleteButton\":[4,\"show-delete-button\"],\"showHistoryButton\":[4,\"show-history-button\"],\"showFilters\":[4,\"show-filters\"],\"showFooter\":[4,\"show-footer\"],\"showGrid\":[1,\"show-grid\"],\"showGroups\":[4,\"show-groups\"],\"showHeader\":[4,\"show-header\"],\"showLoadMore\":[4,\"show-load-more\"],\"sort\":[1040],\"sortableColumnsMutateData\":[4,\"sortable-columns-mutate-data\"],\"sortEnabled\":[4,\"sort-enabled\"],\"tableHeight\":[1,\"table-height\"],\"tableWidth\":[1,\"table-width\"],\"totals\":[1040],\"transpose\":[1028],\"updatableData\":[1028,\"updatable-data\"],\"lazyLoadCells\":[32],\"currentPage\":[32],\"currentRowsPerPage\":[32],\"selectedRows\":[32],\"selectedColumn\":[32],\"columnMenuAnchor\":[32],\"groupState\":[32],\"openedTotalMenu\":[32],\"openedCustomSettings\":[32],\"fontsize\":[32],\"closeColumnMenu\":[64],\"collapseAll\":[64],\"deleteRows\":[64],\"closeInsertCard\":[64],\"closeConfirmDeleteCard\":[64],\"getCards\":[64],\"insertNewRow\":[64],\"expandAll\":[64],\"getProps\":[64],\"getSelectedRows\":[64],\"hideColumn\":[64],\"setGroupExpansionByDepth\":[64],\"newColumn\":[64],\"openColumnMenu\":[64],\"refresh\":[64],\"resizeCallback\":[64],\"setCellValue\":[64],\"setFocus\":[64],\"setProps\":[64],\"setSelectedRows\":[64],\"getInternalState\":[64],\"defaultSortingFunction\":[64]},null,{\"rowsPerPage\":[\"rowsPerPageHandler\",\"recalculateRows\"],\"expandGroups\":[\"expandGroupsHandler\"],\"filters\":[\"filtersChanged\"],\"globalFilterValue\":[\"filtersChanged\"],\"sort\":[\"recalculateRows\"],\"totals\":[\"recalculateRows\"],\"currentPage\":[\"recalculateRows\"],\"currentRowsPerPage\":[\"recalculateRows\"],\"data\":[\"identifyAndInitRows\",\"backupOriginalDataAndAdapting\"],\"groups\":[\"recalculateRowsAndUndoSelections\"],\"fixedColumns\":[\"controlFixedRowsColumns\"],\"fixedColumnsR\":[\"controlFixedRowsColumns\"],\"fixedRows\":[\"controlFixedRowsColumns\"],\"transpose\":[\"recalculateData\"]}],[1,\"kup-form\",{\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"hiddenSubmitButton\":[4,\"hidden-submit-button\"],\"labelPlacement\":[1,\"label-placement\"],\"layout\":[16],\"submitCb\":[16],\"getProps\":[64],\"refresh\":[64],\"setFocus\":[64],\"setProps\":[64]},null,{\"data\":[\"onDataChanged\"],\"layout\":[\"onLayoutChanged\"]}],[1,\"kup-autocomplete\",{\"alert\":[1],\"allowInconsistentValues\":[4,\"allow-inconsistent-values\"],\"customStyle\":[1,\"custom-style\"],\"data\":[1040],\"disabled\":[4],\"displayMode\":[1,\"display-mode\"],\"error\":[1],\"icon\":[1],\"initialValue\":[1,\"initial-value\"],\"isClearable\":[4,\"is-clearable\"],\"inputDelay\":[2,\"input-delay\"],\"label\":[1],\"leadingLabel\":[4,\"leading-label\"],\"minimumChars\":[2,\"minimum-chars\"],\"readOnly\":[4,\"read-only\"],\"selectMode\":[1,\"select-mode\"],\"serverHandledFilter\":[516,\"server-handled-filter\"],\"showDropDownIcon\":[4,\"show-drop-down-icon\"],\"sizing\":[1],\"trailingIcon\":[4,\"trailing-icon\"],\"displayedValue\":[32],\"value\":[32],\"getProps\":[64],\"getValue\":[64],\"refresh\":[64],\"setFocus\":[64],\"setProps\":[64],\"setValue\":[64]},[[0,\"keydown\",\"listenKeydown\"]]],[1,\"kup-button\",{\"buttonType\":[1,\"button-type\"],\"checked\":[1028],\"contentAlign\":[1,\"content-align\"],\"customStyle\":[1,\"custom-style\"],\"disabled\":[4],\"icon\":[1],\"iconOff\":[1,\"icon-off\"],\"label\":[1],\"blackMode\":[4,\"black-mode\"],\"placeholderIcon\":[1,\"placeholder-icon\"],\"styling\":[1],\"showSpinner\":[4,\"show-spinner\"],\"toggable\":[4],\"trailingIcon\":[4,\"trailing-icon\"],\"sizing\":[1],\"keyShortcut\":[1,\"key-shortcut\"],\"value\":[32],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}],[1,\"kup-button-list\",{\"blackMode\":[4,\"black-mode\"],\"contentAlign\":[1,\"content-align\"],\"columns\":[2],\"customStyle\":[1,\"custom-style\"],\"data\":[1040],\"disabled\":[4],\"showSelection\":[4,\"show-selection\"],\"sizing\":[1],\"styling\":[513],\"selected\":[32],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]},null,{\"data\":[\"checkDataset\"]}],[1,\"kup-checkbox\",{\"alert\":[1],\"checked\":[1028],\"customStyle\":[1,\"custom-style\"],\"disabled\":[4],\"error\":[1],\"indeterminate\":[1028],\"label\":[1],\"leadingLabel\":[4,\"leading-label\"],\"value\":[32],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}],[1,\"kup-tree\",{\"asAccordion\":[516,\"as-accordion\"],\"columns\":[1040],\"customStyle\":[1,\"custom-style\"],\"data\":[1040],\"density\":[1],\"dynamicExpansionCallback\":[16],\"editableData\":[4,\"editable-data\"],\"enableExtraColumns\":[4,\"enable-extra-columns\"],\"expanded\":[4],\"expansionMode\":[1,\"expansion-mode\"],\"filters\":[1040],\"globalFilter\":[4,\"global-filter\"],\"globalFilterValue\":[1537,\"global-filter-value\"],\"globalFilterMode\":[1,\"global-filter-mode\"],\"preventXScroll\":[516,\"prevent-x-scroll\"],\"removableColumns\":[4,\"removable-columns\"],\"ripple\":[4],\"scrollOnHover\":[4,\"scroll-on-hover\"],\"showColumns\":[1028,\"show-columns\"],\"showFilters\":[4,\"show-filters\"],\"showFooter\":[4,\"show-footer\"],\"showHeader\":[1028,\"show-header\"],\"showIcons\":[4,\"show-icons\"],\"stateId\":[1,\"state-id\"],\"store\":[16],\"useDynamicExpansion\":[4,\"use-dynamic-expansion\"],\"totals\":[1040],\"treeColumnVisible\":[32],\"openedTotalMenu\":[32],\"columnMenuAnchor\":[32],\"stateSwitcher\":[32],\"selectedNode\":[32],\"getSelectedNode\":[64],\"setSelectedNode\":[64],\"isEmpty\":[64],\"closeColumnMenu\":[64],\"collapseAll\":[64],\"expandAll\":[64],\"setExpansionByDepth\":[64],\"getProps\":[64],\"hideColumn\":[64],\"openColumnMenu\":[64],\"refresh\":[64],\"resizeCallback\":[64],\"setProps\":[64]},null,{\"data\":[\"enrichDataWhenChanged\"],\"expanded\":[\"enrichStructureStateWhenChanged\"]}],[1,\"kup-color-picker\",{\"customStyle\":[1,\"custom-style\"],\"data\":[1040],\"disabled\":[4],\"initialValue\":[1,\"initial-value\"],\"readOnly\":[4,\"read-only\"],\"swatchOnly\":[4,\"swatch-only\"],\"value\":[32],\"getProps\":[64],\"getValue\":[64],\"setFocus\":[64],\"setProps\":[64],\"setValue\":[64],\"refresh\":[64]}],[1,\"kup-dropdown-button\",{\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"disabled\":[4],\"displayMode\":[1,\"display-mode\"],\"dropdownOnly\":[4,\"dropdown-only\"],\"icon\":[1],\"initialValue\":[1,\"initial-value\"],\"label\":[1],\"placeholderIcon\":[1,\"placeholder-icon\"],\"selectMode\":[1,\"select-mode\"],\"sizing\":[1],\"styling\":[1],\"trailingIcon\":[4,\"trailing-icon\"],\"id\":[32],\"getProps\":[64],\"getValue\":[64],\"refresh\":[64],\"setProps\":[64],\"setValue\":[64]},[[0,\"keydown\",\"listenKeydown\"]]],[1,\"kup-radio\",{\"columns\":[2],\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"disabled\":[4],\"horizontal\":[4],\"label\":[1],\"leadingLabel\":[4,\"leading-label\"],\"value\":[32],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}],[1,\"kup-image\",{\"badgeData\":[16],\"color\":[1],\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"feedback\":[4],\"isCanvas\":[4,\"is-canvas\"],\"placeholderResource\":[1,\"placeholder-resource\"],\"resource\":[1],\"sizeX\":[1,\"size-x\"],\"sizeY\":[1,\"size-y\"],\"zoomEnable\":[4,\"zoom-enable\"],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}],[1,\"kup-badge\",{\"customStyle\":[1,\"custom-style\"],\"imageData\":[16],\"type\":[1],\"text\":[1],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}],[1,\"kup-card\",{\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"isMenu\":[516,\"is-menu\"],\"layoutFamily\":[1,\"layout-family\"],\"layoutNumber\":[2,\"layout-number\"],\"menuVisible\":[1540,\"menu-visible\"],\"sizeX\":[1,\"size-x\"],\"sizeY\":[1,\"size-y\"],\"getProps\":[64],\"refresh\":[64],\"resizeCallback\":[64],\"setProps\":[64]}],[1,\"kup-chart\",{\"asp\":[1],\"axis\":[1],\"chartTitle\":[16],\"colors\":[16],\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"hAxis\":[16],\"hAxes\":[16],\"legend\":[1],\"offlineMode\":[16],\"series\":[16],\"showMarks\":[4,\"show-marks\"],\"sizeX\":[1,\"size-x\"],\"sizeY\":[1,\"size-y\"],\"sorting\":[16],\"stacked\":[4],\"types\":[16],\"vAxes\":[16],\"vAxis\":[16],\"trendlines\":[16],\"version\":[1],\"getProps\":[64],\"refresh\":[64],\"resizeCallback\":[64],\"setProps\":[64]},null,{\"data\":[\"identifyRows\"]}],[1,\"kup-chip\",{\"customStyle\":[1,\"custom-style\"],\"data\":[1040],\"displayId\":[4,\"display-id\"],\"enableInput\":[4,\"enable-input\"],\"type\":[1],\"sizing\":[1],\"styling\":[1],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]},null,{\"data\":[\"checkDataset\"]}],[1,\"kup-combobox\",{\"alert\":[1],\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"disabled\":[4],\"displayMode\":[1,\"display-mode\"],\"error\":[1],\"icon\":[1],\"initialValue\":[1,\"initial-value\"],\"isClearable\":[4,\"is-clearable\"],\"isSelect\":[516,\"is-select\"],\"label\":[1],\"leadingLabel\":[4,\"leading-label\"],\"readOnly\":[4,\"read-only\"],\"selectMode\":[1,\"select-mode\"],\"showDropDownIcon\":[4,\"show-drop-down-icon\"],\"sizing\":[1],\"trailingIcon\":[4,\"trailing-icon\"],\"displayedValue\":[32],\"value\":[32],\"getProps\":[64],\"getValue\":[64],\"refresh\":[64],\"setFocus\":[64],\"setProps\":[64],\"setValue\":[64]},[[0,\"keydown\",\"listenKeydown\"]],{\"initialValue\":[\"initialValueChange\"]}],[1,\"kup-date-picker\",{\"customStyle\":[1,\"custom-style\"],\"data\":[1040],\"disabled\":[4],\"firstDayIndex\":[2,\"first-day-index\"],\"initialValue\":[1,\"initial-value\"],\"outlined\":[4],\"sizing\":[1],\"showIcon\":[4,\"show-icon\"],\"showPreviousNextMonthDays\":[4,\"show-previous-next-month-days\"],\"stateSwitcher\":[32],\"ISOvalue\":[32],\"notISOvalue\":[32],\"getValue\":[64],\"getProps\":[64],\"refresh\":[64],\"setFocus\":[64],\"setValue\":[64]},[[0,\"keyup\",\"listenKeyup\"]],{\"firstDayIndex\":[\"watchFirstDayIndex\"]}],[1,\"kup-gauge\",{\"arcThickness\":[2,\"arc-thickness\"],\"colors\":[16],\"customStyle\":[1,\"custom-style\"],\"firstThreshold\":[2,\"first-threshold\"],\"labelDistance\":[1026,\"label-distance\"],\"maxValue\":[1026,\"max-value\"],\"measurementUnit\":[1,\"measurement-unit\"],\"minValue\":[1026,\"min-value\"],\"needleCircle\":[4,\"needle-circle\"],\"onlyValue\":[4,\"only-value\"],\"reverseColors\":[4,\"reverse-colors\"],\"secondThreshold\":[2,\"second-threshold\"],\"showLabels\":[4,\"show-labels\"],\"showMaxmin\":[4,\"show-maxmin\"],\"showValue\":[4,\"show-value\"],\"size\":[2],\"value\":[1026],\"valueSize\":[2,\"value-size\"],\"widthComponent\":[1,\"width-component\"],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}],[1,\"kup-tab-bar\",{\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"dense\":[4],\"ripple\":[4],\"toolbar\":[4],\"toolbarData\":[16],\"value\":[32],\"getProps\":[64],\"getSelectedNode\":[64],\"refresh\":[64],\"setProps\":[64]},null,{\"ripple\":[\"applyRipple\"]}],[1,\"kup-list\",{\"customStyle\":[1,\"custom-style\"],\"data\":[1040],\"displayMode\":[1,\"display-mode\"],\"filter\":[1025],\"hideText\":[4,\"hide-text\"],\"isMenu\":[4,\"is-menu\"],\"keyboardNavigation\":[4,\"keyboard-navigation\"],\"menuVisible\":[4,\"menu-visible\"],\"roleType\":[1025,\"role-type\"],\"selectable\":[4],\"showIcons\":[4,\"show-icons\"],\"twoLine\":[4,\"two-line\"],\"focused\":[32],\"selected\":[32],\"focusNext\":[64],\"focusPrevious\":[64],\"getProps\":[64],\"getSelectedNode\":[64],\"refresh\":[64],\"select\":[64],\"setProps\":[64]},[[0,\"keydown\",\"listenKeydown\"]]],[1,\"kup-progress-bar\",{\"centeredLabel\":[4,\"centered-label\"],\"customStyle\":[1,\"custom-style\"],\"hideLabel\":[4,\"hide-label\"],\"icon\":[1],\"label\":[1],\"isRadial\":[516,\"is-radial\"],\"value\":[2],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}],[1,\"kup-rating\",{\"customStyle\":[1,\"custom-style\"],\"disabled\":[4],\"maxValue\":[2,\"max-value\"],\"value\":[2],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}],[1,\"kup-spinner\",{\"active\":[516],\"barVariant\":[4,\"bar-variant\"],\"customStyle\":[1,\"custom-style\"],\"dimensions\":[1],\"fader\":[4],\"faderTimeout\":[2,\"fader-timeout\"],\"fullScreen\":[516,\"full-screen\"],\"layout\":[2],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}],[1,\"kup-switch\",{\"checked\":[1028],\"customStyle\":[1,\"custom-style\"],\"disabled\":[4],\"label\":[1],\"leadingLabel\":[4,\"leading-label\"],\"sizing\":[1],\"value\":[32],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}],[1,\"kup-text-field\",{\"alert\":[1],\"allowNegative\":[4,\"allow-negative\"],\"customStyle\":[1,\"custom-style\"],\"decimals\":[2],\"disabled\":[4],\"emitSubmitEventOnEnter\":[4,\"emit-submit-event-on-enter\"],\"error\":[1],\"fullWidth\":[516,\"full-width\"],\"group\":[4],\"helper\":[1],\"helperIcon\":[4,\"helper-icon\"],\"helperEnabled\":[4,\"helper-enabled\"],\"helperWhenFocused\":[4,\"helper-when-focused\"],\"hiddenCounter\":[4,\"hidden-counter\"],\"icon\":[1],\"initialValue\":[1,\"initial-value\"],\"inputMode\":[1,\"input-mode\"],\"inputType\":[1,\"input-type\"],\"integers\":[2],\"isClearable\":[4,\"is-clearable\"],\"label\":[1],\"lightMode\":[4,\"light-mode\"],\"leadingLabel\":[4,\"leading-label\"],\"max\":[2],\"maxLength\":[2,\"max-length\"],\"min\":[2],\"name\":[1],\"outlined\":[4],\"placeholder\":[1],\"quantityButtons\":[4,\"quantity-buttons\"],\"readOnly\":[4,\"read-only\"],\"size\":[2],\"sizing\":[1],\"step\":[2],\"textArea\":[4,\"text-area\"],\"trailingIcon\":[4,\"trailing-icon\"],\"trailingLabel\":[4,\"trailing-label\"],\"value\":[32],\"getProps\":[64],\"getValue\":[64],\"refresh\":[64],\"setFocus\":[64],\"setProps\":[64],\"setValue\":[64]}],[1,\"kup-time-picker\",{\"clockVariant\":[4,\"clock-variant\"],\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"disabled\":[4],\"initialValue\":[1,\"initial-value\"],\"manageSeconds\":[4,\"manage-seconds\"],\"timeMinutesStep\":[2,\"time-minutes-step\"],\"value\":[32],\"getProps\":[64],\"getValue\":[64],\"refresh\":[64],\"setFocus\":[64],\"setProps\":[64],\"setValue\":[64]},[[4,\"keyup\",\"listenKeyup\"]],{\"timeMinutesStep\":[\"watchTimeMinutesStep\"]}],[1,\"kup-dialog\",{\"autoCenter\":[16],\"customStyle\":[1,\"custom-style\"],\"header\":[16],\"modal\":[16],\"resizable\":[4],\"sizeX\":[1,\"size-x\"],\"sizeY\":[1,\"size-y\"],\"close\":[64],\"getProps\":[64],\"recalcPosition\":[64],\"refresh\":[64],\"setProps\":[64]}]]],[\"kup-planner.cjs\",[[1,\"kup-planner\",{\"stateId\":[1,\"state-id\"],\"store\":[16],\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"detailData\":[16],\"detailColorCol\":[1,\"detail-color-col\"],\"detailColumns\":[16],\"detailDates\":[16],\"detailFilter\":[1,\"detail-filter\"],\"detailHeight\":[2,\"detail-height\"],\"detailHours\":[16],\"detailIconCol\":[1,\"detail-icon-col\"],\"detailIdCol\":[1,\"detail-id-col\"],\"detailNameCol\":[1,\"detail-name-col\"],\"detailPrevHours\":[16],\"detailPrevDates\":[16],\"detailInitialScrollX\":[2,\"detail-initial-scroll-x\"],\"detailInitialScrollY\":[2,\"detail-initial-scroll-y\"],\"listCellWidth\":[1,\"list-cell-width\"],\"maxWidth\":[1,\"max-width\"],\"phaseColorCol\":[1,\"phase-color-col\"],\"phaseColumns\":[16],\"phaseColParDep\":[1,\"phase-col-par-dep\"],\"phaseDates\":[16],\"phaseHours\":[16],\"phaseIconCol\":[1,\"phase-icon-col\"],\"phaseIdCol\":[1,\"phase-id-col\"],\"phaseNameCol\":[1,\"phase-name-col\"],\"phasePrevHours\":[16],\"phasePrevDates\":[16],\"readOnly\":[4,\"read-only\"],\"showSecondaryDates\":[4,\"show-secondary-dates\"],\"taskColumns\":[16],\"taskDates\":[16],\"taskFilter\":[1,\"task-filter\"],\"taskHeight\":[2,\"task-height\"],\"taskHours\":[16],\"taskIconCol\":[1,\"task-icon-col\"],\"taskIdCol\":[1,\"task-id-col\"],\"taskInitialScrollX\":[2,\"task-initial-scroll-x\"],\"taskInitialScrollY\":[2,\"task-initial-scroll-y\"],\"taskNameCol\":[1,\"task-name-col\"],\"taskPrevHours\":[16],\"taskPrevDates\":[16],\"titleMess\":[1,\"title-mess\"],\"viewMode\":[1,\"view-mode\"],\"mainFilter\":[16],\"secondaryFilter\":[16],\"scrollableTaskList\":[4,\"scrollable-task-list\"],\"plannerProps\":[32],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64],\"addPhases\":[64]},null,{\"data\":[\"dataChanged\"]}]]],[\"kup-magic-box.cjs\",[[1,\"kup-magic-box\",{\"customStyle\":[1,\"custom-style\"],\"data\":[1040],\"display\":[32],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}]]],[\"kup-card-list.cjs\",[[1,\"kup-card-list\",{\"columnsNumber\":[2,\"columns-number\"],\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"fullWidth\":[4,\"full-width\"],\"horizontal\":[4],\"descrCol\":[1,\"descr-col\"],\"iconCol\":[1,\"icon-col\"],\"valueCol\":[1,\"value-col\"],\"measureCol\":[1,\"measure-col\"],\"intvalueCol\":[1,\"intvalue-col\"],\"decvalueCol\":[1,\"decvalue-col\"],\"textcolorCol\":[1,\"textcolor-col\"],\"valuecolorCol\":[1,\"valuecolor-col\"],\"iconcolorCol\":[1,\"iconcolor-col\"],\"layoutCol\":[1,\"layout-col\"],\"isClickable\":[4,\"is-clickable\"],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}]]],[\"kup-family-tree.cjs\",[[1,\"kup-family-tree\",{\"autofitOnExpand\":[4,\"autofit-on-expand\"],\"autofitOnLoad\":[4,\"autofit-on-load\"],\"cardData\":[16],\"collapsible\":[4],\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"layout\":[2],\"stackedLeaves\":[4,\"stacked-leaves\"],\"collapseAll\":[64],\"expandAll\":[64],\"getProps\":[64],\"refresh\":[64],\"runAutofit\":[64],\"setProps\":[64]}]]],[\"kup-input-panel.cjs\",[[1,\"kup-input-panel\",{\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"hiddenSubmitButton\":[4,\"hidden-submit-button\"],\"submitCb\":[16],\"optionsHandler\":[16],\"customButtonClickHandler\":[16],\"inputPanelCells\":[32],\"tabSelected\":[32],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]},null,{\"data\":[\"onDataChanged\"]}]]],[\"kup-accordion.cjs\",[[1,\"kup-accordion\",{\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"ripple\":[4],\"sizing\":[1],\"selectedItems\":[32],\"collapseAll\":[64],\"expandAll\":[64],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64],\"toggleItem\":[64]},null,{\"ripple\":[\"applyRipple\"]}]]],[\"kup-activity-timeline.cjs\",[[1,\"kup-activity-timeline\",{\"data\":[16],\"dateColumn\":[1,\"date-column\"],\"sort\":[16],\"timeColumn\":[1,\"time-column\"],\"timeline\":[32],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}]]],[\"kup-calendar.cjs\",[[1,\"kup-calendar\",{\"currentDate\":[1,\"current-date\"],\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"hideNavigation\":[4,\"hide-navigation\"],\"editableEvents\":[4,\"editable-events\"],\"viewType\":[1025,\"view-type\"],\"getProps\":[64],\"refresh\":[64],\"resizeCallback\":[64],\"setProps\":[64]},null,{\"data\":[\"setCalendarData\"],\"currentDate\":[\"setCalendarData\"]}]]],[\"kup-cell.cjs\",[[1,\"kup-cell\",{\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"density\":[1],\"dragEnabled\":[4,\"drag-enabled\"],\"addCssClasses\":[64],\"getProps\":[64],\"refresh\":[64],\"removeCssClasses\":[64],\"setProps\":[64]}]]],[\"kup-dashboard.cjs\",[[1,\"kup-dashboard\",{\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"enableDesign\":[4,\"enable-design\"],\"resetInternalData\":[32],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]},null,{\"data\":[\"dataChanged\"]}]]],[\"kup-drawer.cjs\",[[1,\"kup-drawer\",{\"customStyle\":[1,\"custom-style\"],\"opened\":[32],\"close\":[64],\"getProps\":[64],\"isOpened\":[64],\"open\":[64],\"refresh\":[64],\"setProps\":[64],\"toggle\":[64]}]]],[\"kup-iframe.cjs\",[[1,\"kup-iframe\",{\"buttonData\":[16],\"isButton\":[4,\"is-button\"],\"src\":[1],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}]]],[\"kup-image-list.cjs\",[[1,\"kup-image-list\",{\"columns\":[16],\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"ripple\":[4],\"rows\":[2],\"selectedNode\":[16],\"stateId\":[1,\"state-id\"],\"store\":[16],\"currentNode\":[32],\"navigationBarToggled\":[32],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]},null,{\"selectedNode\":[\"selectNode\"]}]]],[\"kup-lazy.cjs\",[[1,\"kup-lazy\",{\"componentName\":[1,\"component-name\"],\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"renderMode\":[1,\"render-mode\"],\"showPlaceholder\":[4,\"show-placeholder\"],\"isInViewport\":[32],\"getProps\":[64],\"getComponent\":[64],\"refresh\":[64],\"setProps\":[64]}]]],[\"kup-nav-bar.cjs\",[[1,\"kup-nav-bar\",{\"customStyle\":[1,\"custom-style\"],\"styling\":[513],\"getProps\":[64],\"refresh\":[64],\"resizeCallback\":[64],\"setProps\":[64]}]]],[\"kup-numeric-picker.cjs\",[[1,\"kup-numeric-picker\",{\"customStyle\":[1,\"custom-style\"],\"data\":[1040],\"decimals\":[4],\"disabled\":[4],\"initialValue\":[1,\"initial-value\"],\"maxDecimals\":[1026,\"max-decimals\"],\"maxIntegers\":[1026,\"max-integers\"],\"maxLength\":[2,\"max-length\"],\"negative\":[4],\"stateSwitcher\":[32],\"value\":[32],\"getValue\":[64],\"getProps\":[64],\"refresh\":[64],\"setFocus\":[64],\"setValue\":[64]},[[0,\"keyup\",\"listenKeyup\"]]]]],[\"kup-pdf.cjs\",[[1,\"kup-pdf\",{\"pdfPath\":[1,\"pdf-path\"],\"sendCredentials\":[4,\"send-credentials\"],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]},null,{\"pdfPath\":[\"onPdfPathChange\"]}]]],[\"kup-photo-frame.cjs\",[[1,\"kup-photo-frame\",{\"customStyle\":[1,\"custom-style\"],\"placeholderAttrs\":[16],\"resourceAttrs\":[16],\"threshold\":[2],\"isInViewport\":[32],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}]]],[\"kup-probe.cjs\",[[1,\"kup-probe\",{\"customStyle\":[1,\"custom-style\"],\"features\":[16],\"content\":[32],\"printLifecycleTime\":[64],\"refresh\":[64]}]]],[\"kup-qlik.cjs\",[[0,\"kup-qlik\",{\"config\":[16],\"qlik\":[8],\"appid\":[513],\"app\":[520],\"grid\":[16],\"debug\":[4],\"fluid\":[4],\"bordered\":[4],\"defobjsize\":[1],\"divlist\":[32]}]]],[\"kup-snackbar.cjs\",[[1,\"kup-snackbar\",{\"actionButton\":[16],\"closeButton\":[4,\"close-button\"],\"customStyle\":[1,\"custom-style\"],\"text\":[1],\"header\":[1],\"timeout\":[2],\"visible\":[32],\"getProps\":[64],\"hide\":[64],\"refresh\":[64],\"setProps\":[64],\"show\":[64]}]]],[\"kup-typography.cjs\",[[1,\"kup-typography\",{\"customStyle\":[1,\"custom-style\"],\"toolbar\":[4],\"toolbarData\":[16],\"type\":[1],\"value\":[1],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}]]],[\"kup-typography-list.cjs\",[[1,\"kup-typography-list\",{\"customStyle\":[1,\"custom-style\"],\"data\":[1040],\"type\":[1],\"toolbar\":[4],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]},null,{\"data\":[\"checkDataset\"]}]]],[\"kup-echart.cjs\",[[1,\"kup-echart\",{\"axis\":[1025],\"colors\":[16],\"consistencyCheck\":[4,\"consistency-check\"],\"chartTitle\":[16],\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"legend\":[1],\"map\":[1],\"series\":[16],\"showMarks\":[4,\"show-marks\"],\"sizeX\":[1,\"size-x\"],\"sizeY\":[1,\"size-y\"],\"stacked\":[4],\"types\":[16],\"xAxis\":[16],\"yAxis\":[16],\"getProps\":[64],\"refresh\":[64],\"resizeCallback\":[64],\"setProps\":[64]}]]],[\"kup-editor.cjs\",[[0,\"kup-editor\",{\"autosaveTimer\":[2,\"autosave-timer\"],\"editorHeight\":[1,\"editor-height\"],\"initialEditType\":[1,\"initial-edit-type\"],\"initialValue\":[1,\"initial-value\"],\"isReadOnly\":[4,\"is-read-only\"],\"previewStyle\":[1,\"preview-style\"],\"selectedTab\":[1,\"selected-tab\"],\"showSaveButton\":[4,\"show-save-button\"],\"showToolbar\":[4,\"show-toolbar\"],\"editor\":[32],\"editorRef\":[32],\"viewer\":[32],\"getProps\":[64],\"getValueAsHTML\":[64],\"getValueAsMarkdown\":[64],\"refresh\":[64],\"setProps\":[64]},null,{\"editorRef\":[\"onEditorRefUpdated\"],\"editor\":[\"onEditorUpdate\"],\"initialEditType\":[\"onInitialEditTypeChanged\"],\"isReadOnly\":[\"onIsReadOnlyChanged\"],\"previewStyle\":[\"onPreviewStyleChanged\"],\"selectedTab\":[\"onMarkdownPreviewTabChanged\"],\"showSaveButton\":[\"onShowSaveButtonChanged\"],\"showToolbar\":[\"onShowToolBarChanged\"],\"autosaveTimer\":[\"onAutosaveTimerChanged\"]}]]],[\"kup-grid.cjs\",[[1,\"kup-grid\",{\"columns\":[2],\"customStyle\":[1,\"custom-style\"],\"singleLine\":[4,\"single-line\"],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}]]],[\"kup-custom-task-list-header_4.cjs\",[[0,\"kup-custom-task-list-header\",{\"label\":[1],\"doubleView\":[4,\"double-view\"],\"setDoubleView\":[16],\"fontFamily\":[1,\"font-family\"],\"fontSize\":[1,\"font-size\"]}],[0,\"kup-custom-task-list-table\",{\"ganttId\":[1,\"gantt-id\"],\"tasks\":[16],\"rowHeight\":[2,\"row-height\"],\"rowWidth\":[1,\"row-width\"],\"fontFamily\":[1,\"font-family\"],\"fontSize\":[1,\"font-size\"],\"scrollableTaskList\":[4,\"scrollable-task-list\"],\"taskListScrollX\":[2,\"task-list-scroll-x\"],\"setSelectedTask\":[16],\"onclickTaskList\":[16],\"ondblclickTaskList\":[16],\"oncontextmenuTaskList\":[16],\"ontaskListScrollWidth\":[16]},null,{\"taskListScrollX\":[\"updateTaskListScroll\"]}],[0,\"kup-gantt-calendar\",{\"dateSetup\":[16],\"locale\":[1],\"rtl\":[4],\"headerHeight\":[2,\"header-height\"],\"columnWidth\":[2,\"column-width\"],\"fontFamily\":[1,\"font-family\"],\"fontSize\":[1,\"font-size\"],\"dateTimeFormatters\":[16],\"singleLineHeader\":[4,\"single-line-header\"],\"currentDateIndicator\":[16],\"svgWidth\":[2,\"svg-width\"],\"simplifiedHeader\":[32]}],[0,\"kup-grid-renderer\",{\"tasks\":[16],\"dates\":[16],\"ganttEvent\":[16],\"selectedTask\":[16],\"rowHeight\":[2,\"row-height\"],\"columnWidth\":[2,\"column-width\"],\"timeStep\":[2,\"time-step\"],\"taskHeight\":[2,\"task-height\"],\"arrowColor\":[1,\"arrow-color\"],\"arrowIndent\":[2,\"arrow-indent\"],\"fontFamily\":[1,\"font-family\"],\"fontSize\":[1,\"font-size\"],\"rtl\":[4],\"hideLabel\":[4,\"hide-label\"],\"showSecondaryDates\":[4,\"show-secondary-dates\"],\"currentDateIndicator\":[16],\"projection\":[16],\"readOnly\":[4,\"read-only\"],\"gridProps\":[16],\"dateChange\":[16],\"progressChange\":[16],\"doubleClick\":[16],\"barClick\":[16],\"barDblClick\":[16],\"barContextMenu\":[16],\"delete\":[16],\"setFailedTask\":[16],\"setSelectedTask\":[16],\"eventStart\":[16],\"eMouseDown\":[16],\"phaseDrop\":[16],\"setGanttEvent\":[1040],\"phaseDragScroll\":[16],\"xStep\":[32],\"initEventX1Delta\":[32],\"initEventXClick\":[32],\"isMoving\":[32],\"point\":[32],\"svg\":[32],\"currentTarget\":[32],\"dragScrollInterval\":[32],\"dropZoneTask\":[32]},null,{\"columnWidth\":[\"updateXStep\"],\"dates\":[\"updateXStep\"],\"timeStep\":[\"updateXStep\",\"updateSvgMove\"],\"ganttEvent\":[\"updateSvgMove\"],\"xStep\":[\"updateSvgMove\"],\"svg\":[\"updateSvgMove\"],\"initEventX1Delta\":[\"updateSvgMove\"],\"point\":[\"updateSvgMove\"],\"rtl\":[\"updateSvgMove\"],\"onProgressChange\":[\"updateSvgMove\"],\"onDateChange\":[\"updateSvgMove\"]}]]],[\"kup-planner-renderer.cjs\",[[0,\"kup-planner-renderer\",{\"props\":[1040],\"timeUnit\":[32],\"currentTasks\":[32],\"currentDetails\":[32],\"scrollX\":[32],\"mainGanttDoubleView\":[32],\"displayedDates\":[32],\"viewDate\":[32],\"projection\":[32],\"tasks\":[32],\"details\":[32],\"refresh\":[64]},null,{\"props\":[\"mainGanttChangeHandler\"],\"timeUnit\":[\"updateDisplayedDates\"],\"mainGanttDoubleView\":[\"updateDisplayedDates\"],\"props.preStepsCount\":[\"updateDisplayedDates\"],\"viewDate\":[\"updateDisplayedDates\"],\"currentTasks\":[\"updateTasks\"],\"currentDetails\":[\"updateTasks\"]}]]],[\"kup-box.cjs\",[[1,\"kup-box\",{\"cardData\":[16],\"columns\":[2],\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"dragEnabled\":[4,\"drag-enabled\"],\"dropEnabled\":[4,\"drop-enabled\"],\"dropOnSection\":[4,\"drop-on-section\"],\"editableData\":[4,\"editable-data\"],\"enableRowActions\":[4,\"enable-row-actions\"],\"globalFilter\":[4,\"global-filter\"],\"globalFilterValue\":[1537,\"global-filter-value\"],\"kanban\":[16],\"layout\":[16],\"lazyLoadRows\":[4,\"lazy-load-rows\"],\"loadMoreLimit\":[2,\"load-more-limit\"],\"loadMoreMode\":[1,\"load-more-mode\"],\"loadMoreStep\":[2,\"load-more-step\"],\"multiSelection\":[4,\"multi-selection\"],\"pageSelected\":[2,\"page-selected\"],\"pagination\":[4],\"rowsPerPage\":[2,\"rows-per-page\"],\"scrollOnHover\":[4,\"scroll-on-hover\"],\"selectBox\":[2,\"select-box\"],\"selectedRowsState\":[1025,\"selected-rows-state\"],\"showLoadMore\":[4,\"show-load-more\"],\"showSelection\":[4,\"show-selection\"],\"sortBy\":[1025,\"sort-by\"],\"sortEnabled\":[4,\"sort-enabled\"],\"stateId\":[1,\"state-id\"],\"store\":[16],\"swipeDisabled\":[4,\"swipe-disabled\"],\"collapsedSection\":[32],\"selectedRows\":[32],\"rowActionMenuOpened\":[32],\"currentPage\":[32],\"currentRowsPerPage\":[32],\"getProps\":[64],\"loadRowActions\":[64],\"refresh\":[64],\"setProps\":[64]},null,{\"rowsPerPage\":[\"rowsPerPageHandler\",\"recalculateRows\"],\"globalFilterValue\":[\"recalculateRows\"],\"sortBy\":[\"recalculateRows\"],\"pagination\":[\"recalculateRows\"],\"currentPage\":[\"recalculateRows\"],\"currentRowsPerPage\":[\"recalculateRows\"],\"data\":[\"onDataChanged\"],\"layout\":[\"onLayoutChanged\"],\"selectBox\":[\"onSelectBoxChanged\"]}]]],[\"kup-gantt_10.cjs\",[[0,\"kup-gantt\",{\"ganttId\":[1,\"gantt-id\"],\"tasks\":[16],\"headerHeight\":[2,\"header-height\"],\"columnWidth\":[2,\"column-width\"],\"listCellWidth\":[1,\"list-cell-width\"],\"rowHeight\":[2,\"row-height\"],\"filter\":[16],\"ganttHeight\":[2,\"gantt-height\"],\"viewMode\":[1,\"view-mode\"],\"preStepsCount\":[2,\"pre-steps-count\"],\"locale\":[1],\"barFill\":[2,\"bar-fill\"],\"projectFill\":[2,\"project-fill\"],\"timelineFill\":[2,\"timeline-fill\"],\"barCornerRadius\":[2,\"bar-corner-radius\"],\"barProgressColor\":[1,\"bar-progress-color\"],\"barProgressSelectedColor\":[1,\"bar-progress-selected-color\"],\"barBackgroundColor\":[1,\"bar-background-color\"],\"barBackgroundSelectedColor\":[1,\"bar-background-selected-color\"],\"projectProgressColor\":[1,\"project-progress-color\"],\"projectProgressSelectedColor\":[1,\"project-progress-selected-color\"],\"projectBackgroundColor\":[1,\"project-background-color\"],\"projectBackgroundSelectedColor\":[1,\"project-background-selected-color\"],\"rtl\":[4],\"handleWidth\":[2,\"handle-width\"],\"timeStep\":[2,\"time-step\"],\"arrowColor\":[1,\"arrow-color\"],\"fontFamily\":[1,\"font-family\"],\"fontSize\":[1,\"font-size\"],\"arrowIndent\":[2,\"arrow-indent\"],\"todayColor\":[1,\"today-color\"],\"viewDate\":[16],\"TooltipContent\":[16],\"TaskListHeader\":[16],\"TaskListTable\":[16],\"dateTimeFormatters\":[16],\"singleLineHeader\":[4,\"single-line-header\"],\"hideLabel\":[4,\"hide-label\"],\"showSecondaryDates\":[4,\"show-secondary-dates\"],\"hideDependencies\":[4,\"hide-dependencies\"],\"projection\":[16],\"displayedStartDate\":[16],\"displayedEndDate\":[16],\"initialScrollX\":[2,\"initial-scroll-x\"],\"initialScrollY\":[2,\"initial-scroll-y\"],\"readOnly\":[4,\"read-only\"],\"currentTasks\":[16],\"label\":[1],\"doubleView\":[4,\"double-view\"],\"scrollableTaskList\":[4,\"scrollable-task-list\"],\"setDoubleView\":[16],\"barContextMenu\":[16],\"scrollXChange\":[16],\"scrollYChange\":[16],\"barClick\":[16],\"barDblClick\":[16],\"dateChange\":[16],\"select\":[16],\"handleClick\":[16],\"handleDblClick\":[16],\"handleContextMenu\":[16],\"ganttOnClick\":[16],\"ganttOnDblClick\":[16],\"ganttonOnContextMenu\":[16],\"progressChange\":[16],\"doubleClick\":[16],\"delete\":[16],\"expanderClick\":[16],\"phaseDrop\":[16],\"wrapperRef\":[32],\"taskGanttRef\":[32],\"taskListRef\":[32],\"dateSetup\":[32],\"taskListWidth\":[32],\"svgContainerWidth\":[32],\"svgContainerHeight\":[32],\"barTasks\":[32],\"ganttEvent\":[32],\"taskHeight\":[32],\"projectHeight\":[32],\"timelineHeight\":[32],\"selectedTask\":[32],\"failedTask\":[32],\"svgWidth\":[32],\"ganttFullHeight\":[32],\"scrollX\":[32],\"scrollY\":[32],\"ignoreScrollEvent\":[32],\"currentDateIndicatorContent\":[32],\"projectionContent\":[32],\"taskListScrollWidth\":[32],\"taskListScrollX\":[32],\"refresh\":[64]},[[0,\"wheel\",\"handleWheel\"]],{\"initialScrollY\":[\"updateInitialScrollY\"],\"scrollYChange\":[\"updateInitialScrollY\"],\"initialScrollX\":[\"updateInitialScrollX\",\"updateIgnoreScrollEvent\"],\"scrollXChange\":[\"updateInitialScrollX\"],\"tasks\":[\"updateGanttData\",\"updateSvgContainerHeight\"],\"viewMode\":[\"updateGanttData\",\"updateIgnoreScrollEvent\"],\"preStepsCount\":[\"updateGanttData\"],\"rowHeight\":[\"updateGanttData\",\"updateSvgContainerHeight\",\"updateGanttFullHeight\"],\"barCornerRadius\":[\"updateGanttData\"],\"columnWidth\":[\"updateGanttData\",\"updateIgnoreScrollEvent\",\"updateCurrentDateIndicatorContent\",\"updateProjectionContent\",\"updateSvgWidth\"],\"taskHeight\":[\"updateGanttData\"],\"handleWidth\":[\"updateGanttData\"],\"barProgressColor\":[\"updateGanttData\"],\"barProgressSelectedColor\":[\"updateGanttData\"],\"barBackgroundColor\":[\"updateGanttData\"],\"barBackgroundSelectedColor\":[\"updateGanttData\"],\"projectProgressColor\":[\"updateGanttData\"],\"projectProgressSelectedColor\":[\"updateGanttData\"],\"projectBackgroundColor\":[\"updateGanttData\"],\"projectBackgroundSelectedColor\":[\"updateGanttData\"],\"milestoneBackgroundColor\":[\"updateGanttData\"],\"milestoneBackgroundSelectedColor\":[\"updateGanttData\"],\"rtl\":[\"updateGanttData\",\"handleWheel\"],\"scrollX\":[\"updateGanttData\",\"handleWheel\"],\"onExpanderClick\":[\"updateGanttData\"],\"showSecondaryDates\":[\"updateGanttData\"],\"projectHeight\":[\"updateGanttData\"],\"timelineHeight\":[\"updateGanttData\"],\"displayedStartDate\":[\"updateGanttData\"],\"displayedEndDate\":[\"updateGanttData\"],\"dateSetup\":[\"updateGanttData\",\"updateIgnoreScrollEvent\",\"updateCurrentDateIndicatorContent\",\"updateProjectionContent\",\"updateSvgWidth\"],\"viewDate\":[\"updateIgnoreScrollEvent\"],\"ganttEvent\":[\"updateGanttEventAndBarTasks\"],\"failedTask\":[\"updateFailedTasksAndBarChart\"],\"barTasks\":[\"updateFailedTasksAndBarChart\",\"updateGanttFullHeight\"],\"taskListRef\":[\"updateTaskListWidth\"],\"listCellWidth\":[\"updateTaskListWidth\"],\"wrapperRef\":[\"updateSvgContainerWidth\",\"handleWheel\"],\"ganttHeight\":[\"updateSvgContainerHeight\",\"handleWheel\"],\"headerHeight\":[\"updateSvgContainerHeight\"],\"scrollY\":[\"handleWheel\"],\"svgWidth\":[\"handleWheel\"],\"ganttFullHeight\":[\"handleWheel\"],\"todayColor\":[\"updateCurrentDateIndicatorContent\"],\"projection\":[\"updateProjectionContent\"]}],[0,\"kup-switcher\",{\"timeUnitChange\":[16],\"activeButton\":[32]}],[0,\"kup-task-gantt\",{\"gridProps\":[16],\"calendarProps\":[16],\"barProps\":[16],\"taskGanttRef\":[16],\"ganttHeight\":[2,\"gantt-height\"],\"scrollY\":[1026,\"scroll-y\"],\"scrollX\":[1026,\"scroll-x\"],\"phaseDragScroll\":[16]},null,{\"scrollX\":[\"updateScrollX\"],\"verticalGanttContainerRef\":[\"updateScrollX\"],\"scrollY\":[\"updateScrollY\"],\"horizontalContainerRef\":[\"updateScrollY\"]}],[0,\"kup-task-list\",{\"headerHeight\":[2,\"header-height\"],\"fontFamily\":[1,\"font-family\"],\"fontSize\":[1,\"font-size\"],\"rowWidth\":[1,\"row-width\"],\"rowHeight\":[2,\"row-height\"],\"scrollY\":[2,\"scroll-y\"],\"locale\":[1],\"tasks\":[16],\"selectedTask\":[16],\"horizontalContainerClass\":[1,\"horizontal-container-class\"],\"ganttHeight\":[2,\"gantt-height\"],\"filter\":[16],\"TaskListHeader\":[16],\"TaskListTable\":[16],\"currentTasks\":[16],\"label\":[1],\"doubleView\":[4,\"double-view\"],\"scrollableTaskList\":[4,\"scrollable-task-list\"],\"updateTaskListScrollX\":[4,\"update-task-list-scroll-x\"],\"taskListScrollX\":[2,\"task-list-scroll-x\"],\"setDoubleView\":[16],\"handleClick\":[16],\"handleDblClick\":[16],\"handleContextMenu\":[16],\"ganttOnClick\":[16],\"ganttOnDblClick\":[16],\"ganttonOnContextMenu\":[16],\"setSelectedTask\":[16],\"expanderClick\":[16],\"ontaskListScrollWidth\":[16],\"selectedTaskId\":[32]},null,{\"scrollY\":[\"updateScrollY\"]}],[1,\"kup-horizontal-scroll\",{\"scrollNumber\":[2,\"scroll-number\"],\"svgWidth\":[2,\"svg-width\"],\"taskListTrueRef\":[16],\"rtl\":[4],\"taskListWidth\":[2,\"task-list-width\"],\"scrollableTaskList\":[4,\"scrollable-task-list\"],\"listCellWidth\":[1,\"list-cell-width\"],\"taskListScrollWidth\":[2,\"task-list-scroll-width\"],\"taskListScrollNumber\":[2,\"task-list-scroll-number\"],\"horizontalScroll\":[16],\"horizontalTaskListScroll\":[16],\"timeoutId\":[32]},null,{\"scrollNumber\":[\"scrollLeft\"],\"taskListScrollNumber\":[\"listScrollLeft\"]}],[1,\"kup-standard-tooltip\",{\"task\":[16],\"fontSize\":[1,\"font-size\"],\"fontFamily\":[1,\"font-family\"]}],[0,\"kup-task-list-header\",{\"headerHeight\":[2,\"header-height\"],\"fontFamily\":[1,\"font-family\"],\"fontSize\":[1,\"font-size\"],\"rowWidth\":[1,\"row-width\"]}],[0,\"kup-task-list-table\",{\"rowHeight\":[2,\"row-height\"],\"rowWidth\":[1,\"row-width\"],\"fontFamily\":[1,\"font-family\"],\"fontSize\":[1,\"font-size\"],\"locale\":[1],\"tasks\":[16],\"selectedTaskId\":[1,\"selected-task-id\"],\"setSelectedTask\":[16],\"expanderClick\":[16],\"expandedTasks\":[32]}],[1,\"kup-tooltip\",{\"task\":[16],\"rowHeight\":[2,\"row-height\"],\"rtl\":[4],\"svgContainerHeight\":[2,\"svg-container-height\"],\"svgContainerWidth\":[2,\"svg-container-width\"],\"scrollX\":[2,\"scroll-x\"],\"scrollY\":[2,\"scroll-y\"],\"arrowIndent\":[2,\"arrow-indent\"],\"fontSize\":[1,\"font-size\"],\"fontFamily\":[1,\"font-family\"],\"headerHeight\":[2,\"header-height\"],\"taskListWidth\":[2,\"task-list-width\"],\"TooltipContent\":[8,\"tooltip-content\"],\"svgWidth\":[2,\"svg-width\"],\"relatedY\":[32],\"relatedX\":[32]},null,{\"task\":[\"calculateTooltipPosition\"],\"arrowIndent\":[\"calculateTooltipPosition\"],\"scrollX\":[\"calculateTooltipPosition\"],\"scrollY\":[\"calculateTooltipPosition\"],\"headerHeight\":[\"calculateTooltipPosition\"],\"taskListWidth\":[\"calculateTooltipPosition\"],\"rowHeight\":[\"calculateTooltipPosition\"],\"svgContainerHeight\":[\"calculateTooltipPosition\"],\"svgContainerWidth\":[\"calculateTooltipPosition\"],\"rtl\":[\"calculateTooltipPosition\"]}],[0,\"kup-vertical-scroll\",{\"scrollNumber\":[2,\"scroll-number\"],\"ganttHeight\":[2,\"gantt-height\"],\"ganttFullHeight\":[2,\"gantt-full-height\"],\"headerHeight\":[2,\"header-height\"],\"rtl\":[4],\"verticalScroll\":[16]},null,{\"scrollNumber\":[\"updateScroll\"]}]]]]"), options);
11
+ return index.bootstrapLazy(JSON.parse("[[\"kup-autocomplete_27.cjs\",[[1,\"kup-data-table\",{\"stateId\":[1,\"state-id\"],\"store\":[16],\"autoFillMissingCells\":[4,\"auto-fill-missing-cells\"],\"customStyle\":[1,\"custom-style\"],\"data\":[1040],\"density\":[1],\"dragEnabled\":[1540,\"drag-enabled\"],\"dropEnabled\":[516,\"drop-enabled\"],\"editableData\":[1028,\"editable-data\"],\"emptyDataLabel\":[1025,\"empty-data-label\"],\"enableColumnsFormula\":[4,\"enable-columns-formula\"],\"enableExtraColumns\":[4,\"enable-extra-columns\"],\"enableMergeColumns\":[4,\"enable-merge-columns\"],\"enableSortableColumns\":[4,\"enable-sortable-columns\"],\"expandGroups\":[4,\"expand-groups\"],\"filters\":[1040],\"fixedColumns\":[2,\"fixed-columns\"],\"fixedColumnsR\":[2,\"fixed-columns-r\"],\"fixedRows\":[2,\"fixed-rows\"],\"forceOneLine\":[516,\"force-one-line\"],\"globalFilter\":[4,\"global-filter\"],\"globalFilterValue\":[1537,\"global-filter-value\"],\"groupLabelDisplay\":[1,\"group-label-display\"],\"groups\":[1040],\"headerIsPersistent\":[4,\"header-is-persistent\"],\"insertMode\":[1,\"insert-mode\"],\"isFocusable\":[4,\"is-focusable\"],\"lazyLoadRows\":[4,\"lazy-load-rows\"],\"lineBreakCharacter\":[1,\"line-break-character\"],\"loadMoreLimit\":[2,\"load-more-limit\"],\"loadMoreMode\":[1,\"load-more-mode\"],\"loadMoreStep\":[2,\"load-more-step\"],\"pageSelected\":[2,\"page-selected\"],\"paginatorPos\":[1,\"paginator-pos\"],\"legacyLook\":[516,\"legacy-look\"],\"removableColumns\":[4,\"removable-columns\"],\"resizableColumns\":[4,\"resizable-columns\"],\"rowActions\":[16],\"commands\":[16],\"rowsPerPage\":[2,\"rows-per-page\"],\"scrollOnHover\":[4,\"scroll-on-hover\"],\"selection\":[1],\"showCustomization\":[4,\"show-customization\"],\"showDeleteButton\":[4,\"show-delete-button\"],\"showHistoryButton\":[4,\"show-history-button\"],\"showFilters\":[4,\"show-filters\"],\"showFooter\":[4,\"show-footer\"],\"showGrid\":[1,\"show-grid\"],\"showGroups\":[4,\"show-groups\"],\"showHeader\":[4,\"show-header\"],\"showLoadMore\":[4,\"show-load-more\"],\"sort\":[1040],\"sortableColumnsMutateData\":[4,\"sortable-columns-mutate-data\"],\"sortEnabled\":[4,\"sort-enabled\"],\"tableHeight\":[1,\"table-height\"],\"tableWidth\":[1,\"table-width\"],\"totals\":[1040],\"transpose\":[1028],\"updatableData\":[1028,\"updatable-data\"],\"lazyLoadCells\":[32],\"currentPage\":[32],\"currentRowsPerPage\":[32],\"selectedRows\":[32],\"selectedColumn\":[32],\"columnMenuAnchor\":[32],\"groupState\":[32],\"openedTotalMenu\":[32],\"openedCustomSettings\":[32],\"fontsize\":[32],\"closeColumnMenu\":[64],\"collapseAll\":[64],\"deleteRows\":[64],\"closeInsertCard\":[64],\"closeConfirmDeleteCard\":[64],\"getCards\":[64],\"insertNewRow\":[64],\"expandAll\":[64],\"getProps\":[64],\"getSelectedRows\":[64],\"hideColumn\":[64],\"setGroupExpansionByDepth\":[64],\"newColumn\":[64],\"openColumnMenu\":[64],\"refresh\":[64],\"resizeCallback\":[64],\"setCellValue\":[64],\"setFocus\":[64],\"setProps\":[64],\"setSelectedRows\":[64],\"getInternalState\":[64],\"defaultSortingFunction\":[64]},null,{\"rowsPerPage\":[\"rowsPerPageHandler\",\"recalculateRows\"],\"expandGroups\":[\"expandGroupsHandler\"],\"filters\":[\"filtersChanged\"],\"globalFilterValue\":[\"filtersChanged\"],\"sort\":[\"recalculateRows\"],\"totals\":[\"recalculateRows\"],\"currentPage\":[\"recalculateRows\"],\"currentRowsPerPage\":[\"recalculateRows\"],\"data\":[\"identifyAndInitRows\",\"backupOriginalDataAndAdapting\"],\"groups\":[\"recalculateRowsAndUndoSelections\"],\"fixedColumns\":[\"controlFixedRowsColumns\"],\"fixedColumnsR\":[\"controlFixedRowsColumns\"],\"fixedRows\":[\"controlFixedRowsColumns\"],\"transpose\":[\"recalculateData\"]}],[1,\"kup-form\",{\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"hiddenSubmitButton\":[4,\"hidden-submit-button\"],\"labelPlacement\":[1,\"label-placement\"],\"layout\":[16],\"submitCb\":[16],\"getProps\":[64],\"refresh\":[64],\"setFocus\":[64],\"setProps\":[64]},null,{\"data\":[\"onDataChanged\"],\"layout\":[\"onLayoutChanged\"]}],[1,\"kup-autocomplete\",{\"alert\":[1],\"allowInconsistentValues\":[4,\"allow-inconsistent-values\"],\"customStyle\":[1,\"custom-style\"],\"data\":[1040],\"disabled\":[4],\"displayMode\":[1,\"display-mode\"],\"error\":[1],\"icon\":[1],\"initialValue\":[1,\"initial-value\"],\"isClearable\":[4,\"is-clearable\"],\"inputDelay\":[2,\"input-delay\"],\"label\":[1],\"leadingLabel\":[4,\"leading-label\"],\"minimumChars\":[2,\"minimum-chars\"],\"readOnly\":[4,\"read-only\"],\"selectMode\":[1,\"select-mode\"],\"serverHandledFilter\":[516,\"server-handled-filter\"],\"showDropDownIcon\":[4,\"show-drop-down-icon\"],\"sizing\":[1],\"trailingIcon\":[4,\"trailing-icon\"],\"displayedValue\":[32],\"value\":[32],\"getProps\":[64],\"getValue\":[64],\"refresh\":[64],\"setFocus\":[64],\"setProps\":[64],\"setValue\":[64]},[[0,\"keydown\",\"listenKeydown\"]]],[1,\"kup-button\",{\"buttonType\":[1,\"button-type\"],\"checked\":[1028],\"contentAlign\":[1,\"content-align\"],\"customStyle\":[1,\"custom-style\"],\"disabled\":[4],\"icon\":[1],\"iconOff\":[1,\"icon-off\"],\"label\":[1],\"blackMode\":[4,\"black-mode\"],\"placeholderIcon\":[1,\"placeholder-icon\"],\"styling\":[1],\"showSpinner\":[4,\"show-spinner\"],\"toggable\":[4],\"trailingIcon\":[4,\"trailing-icon\"],\"sizing\":[1],\"keyShortcut\":[1,\"key-shortcut\"],\"value\":[32],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}],[1,\"kup-button-list\",{\"blackMode\":[4,\"black-mode\"],\"contentAlign\":[1,\"content-align\"],\"columns\":[2],\"customStyle\":[1,\"custom-style\"],\"data\":[1040],\"disabled\":[4],\"showSelection\":[4,\"show-selection\"],\"sizing\":[1],\"styling\":[513],\"selected\":[32],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]},null,{\"data\":[\"checkDataset\"]}],[1,\"kup-checkbox\",{\"alert\":[1],\"checked\":[1028],\"customStyle\":[1,\"custom-style\"],\"disabled\":[4],\"error\":[1],\"indeterminate\":[1028],\"label\":[1],\"leadingLabel\":[4,\"leading-label\"],\"value\":[32],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}],[1,\"kup-tree\",{\"asAccordion\":[516,\"as-accordion\"],\"columns\":[1040],\"customStyle\":[1,\"custom-style\"],\"data\":[1040],\"density\":[1],\"dynamicExpansionCallback\":[16],\"editableData\":[4,\"editable-data\"],\"enableExtraColumns\":[4,\"enable-extra-columns\"],\"expanded\":[4],\"expansionMode\":[1,\"expansion-mode\"],\"filters\":[1040],\"globalFilter\":[4,\"global-filter\"],\"globalFilterValue\":[1537,\"global-filter-value\"],\"globalFilterMode\":[1,\"global-filter-mode\"],\"preventXScroll\":[516,\"prevent-x-scroll\"],\"removableColumns\":[4,\"removable-columns\"],\"ripple\":[4],\"scrollOnHover\":[4,\"scroll-on-hover\"],\"showColumns\":[1028,\"show-columns\"],\"showFilters\":[4,\"show-filters\"],\"showFooter\":[4,\"show-footer\"],\"showHeader\":[1028,\"show-header\"],\"showIcons\":[4,\"show-icons\"],\"stateId\":[1,\"state-id\"],\"store\":[16],\"useDynamicExpansion\":[4,\"use-dynamic-expansion\"],\"totals\":[1040],\"treeColumnVisible\":[32],\"openedTotalMenu\":[32],\"columnMenuAnchor\":[32],\"stateSwitcher\":[32],\"selectedNode\":[32],\"getSelectedNode\":[64],\"setSelectedNode\":[64],\"isEmpty\":[64],\"closeColumnMenu\":[64],\"collapseAll\":[64],\"expandAll\":[64],\"setExpansionByDepth\":[64],\"getProps\":[64],\"hideColumn\":[64],\"openColumnMenu\":[64],\"refresh\":[64],\"resizeCallback\":[64],\"setProps\":[64]},null,{\"data\":[\"enrichDataWhenChanged\"],\"expanded\":[\"enrichStructureStateWhenChanged\"]}],[1,\"kup-color-picker\",{\"customStyle\":[1,\"custom-style\"],\"data\":[1040],\"disabled\":[4],\"initialValue\":[1,\"initial-value\"],\"readOnly\":[4,\"read-only\"],\"swatchOnly\":[4,\"swatch-only\"],\"value\":[32],\"getProps\":[64],\"getValue\":[64],\"setFocus\":[64],\"setProps\":[64],\"setValue\":[64],\"refresh\":[64]}],[1,\"kup-dropdown-button\",{\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"disabled\":[4],\"displayMode\":[1,\"display-mode\"],\"dropdownOnly\":[4,\"dropdown-only\"],\"icon\":[1],\"initialValue\":[1,\"initial-value\"],\"label\":[1],\"placeholderIcon\":[1,\"placeholder-icon\"],\"selectMode\":[1,\"select-mode\"],\"sizing\":[1],\"styling\":[1],\"trailingIcon\":[4,\"trailing-icon\"],\"id\":[32],\"getProps\":[64],\"getValue\":[64],\"refresh\":[64],\"setProps\":[64],\"setValue\":[64]},[[0,\"keydown\",\"listenKeydown\"]]],[1,\"kup-radio\",{\"columns\":[2],\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"disabled\":[4],\"horizontal\":[4],\"label\":[1],\"leadingLabel\":[4,\"leading-label\"],\"value\":[32],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}],[1,\"kup-image\",{\"badgeData\":[16],\"color\":[1],\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"feedback\":[4],\"isCanvas\":[4,\"is-canvas\"],\"placeholderResource\":[1,\"placeholder-resource\"],\"resource\":[1],\"sizeX\":[1,\"size-x\"],\"sizeY\":[1,\"size-y\"],\"zoomEnable\":[4,\"zoom-enable\"],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}],[1,\"kup-badge\",{\"customStyle\":[1,\"custom-style\"],\"imageData\":[16],\"type\":[1],\"text\":[1],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}],[1,\"kup-card\",{\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"isMenu\":[516,\"is-menu\"],\"layoutFamily\":[1,\"layout-family\"],\"layoutNumber\":[2,\"layout-number\"],\"menuVisible\":[1540,\"menu-visible\"],\"sizeX\":[1,\"size-x\"],\"sizeY\":[1,\"size-y\"],\"getProps\":[64],\"refresh\":[64],\"resizeCallback\":[64],\"setProps\":[64]}],[1,\"kup-chart\",{\"asp\":[1],\"axis\":[1],\"chartTitle\":[16],\"colors\":[16],\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"hAxis\":[16],\"hAxes\":[16],\"legend\":[1],\"offlineMode\":[16],\"series\":[16],\"showMarks\":[4,\"show-marks\"],\"sizeX\":[1,\"size-x\"],\"sizeY\":[1,\"size-y\"],\"sorting\":[16],\"stacked\":[4],\"types\":[16],\"vAxes\":[16],\"vAxis\":[16],\"trendlines\":[16],\"version\":[1],\"getProps\":[64],\"refresh\":[64],\"resizeCallback\":[64],\"setProps\":[64]},null,{\"data\":[\"identifyRows\"]}],[1,\"kup-chip\",{\"customStyle\":[1,\"custom-style\"],\"data\":[1040],\"displayId\":[4,\"display-id\"],\"enableInput\":[4,\"enable-input\"],\"type\":[1],\"sizing\":[1],\"styling\":[1],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]},null,{\"data\":[\"checkDataset\"]}],[1,\"kup-combobox\",{\"alert\":[1],\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"disabled\":[4],\"displayMode\":[1,\"display-mode\"],\"error\":[1],\"icon\":[1],\"initialValue\":[1,\"initial-value\"],\"isClearable\":[4,\"is-clearable\"],\"isSelect\":[516,\"is-select\"],\"label\":[1],\"leadingLabel\":[4,\"leading-label\"],\"readOnly\":[4,\"read-only\"],\"selectMode\":[1,\"select-mode\"],\"showDropDownIcon\":[4,\"show-drop-down-icon\"],\"sizing\":[1],\"trailingIcon\":[4,\"trailing-icon\"],\"displayedValue\":[32],\"value\":[32],\"getProps\":[64],\"getValue\":[64],\"refresh\":[64],\"setFocus\":[64],\"setProps\":[64],\"setValue\":[64]},[[0,\"keydown\",\"listenKeydown\"]],{\"initialValue\":[\"initialValueChange\"]}],[1,\"kup-date-picker\",{\"customStyle\":[1,\"custom-style\"],\"data\":[1040],\"disabled\":[4],\"firstDayIndex\":[2,\"first-day-index\"],\"initialValue\":[1,\"initial-value\"],\"outlined\":[4],\"sizing\":[1],\"showIcon\":[4,\"show-icon\"],\"showPreviousNextMonthDays\":[4,\"show-previous-next-month-days\"],\"stateSwitcher\":[32],\"ISOvalue\":[32],\"notISOvalue\":[32],\"getValue\":[64],\"getProps\":[64],\"refresh\":[64],\"setFocus\":[64],\"setValue\":[64]},[[0,\"keyup\",\"listenKeyup\"]],{\"firstDayIndex\":[\"watchFirstDayIndex\"]}],[1,\"kup-gauge\",{\"arcThickness\":[2,\"arc-thickness\"],\"colors\":[16],\"customStyle\":[1,\"custom-style\"],\"firstThreshold\":[2,\"first-threshold\"],\"labelDistance\":[1026,\"label-distance\"],\"maxValue\":[1026,\"max-value\"],\"measurementUnit\":[1,\"measurement-unit\"],\"minValue\":[1026,\"min-value\"],\"needleCircle\":[4,\"needle-circle\"],\"onlyValue\":[4,\"only-value\"],\"reverseColors\":[4,\"reverse-colors\"],\"secondThreshold\":[2,\"second-threshold\"],\"showLabels\":[4,\"show-labels\"],\"showMaxmin\":[4,\"show-maxmin\"],\"showValue\":[4,\"show-value\"],\"size\":[2],\"value\":[1026],\"valueSize\":[2,\"value-size\"],\"widthComponent\":[1,\"width-component\"],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}],[1,\"kup-tab-bar\",{\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"dense\":[4],\"ripple\":[4],\"toolbar\":[4],\"toolbarData\":[16],\"value\":[32],\"getProps\":[64],\"getSelectedNode\":[64],\"refresh\":[64],\"setProps\":[64]},null,{\"ripple\":[\"applyRipple\"]}],[1,\"kup-list\",{\"customStyle\":[1,\"custom-style\"],\"data\":[1040],\"displayMode\":[1,\"display-mode\"],\"filter\":[1025],\"hideText\":[4,\"hide-text\"],\"isMenu\":[4,\"is-menu\"],\"keyboardNavigation\":[4,\"keyboard-navigation\"],\"menuVisible\":[4,\"menu-visible\"],\"roleType\":[1025,\"role-type\"],\"selectable\":[4],\"showIcons\":[4,\"show-icons\"],\"twoLine\":[4,\"two-line\"],\"focused\":[32],\"selected\":[32],\"focusNext\":[64],\"focusPrevious\":[64],\"getProps\":[64],\"getSelectedNode\":[64],\"refresh\":[64],\"select\":[64],\"setProps\":[64]},[[0,\"keydown\",\"listenKeydown\"]]],[1,\"kup-progress-bar\",{\"centeredLabel\":[4,\"centered-label\"],\"customStyle\":[1,\"custom-style\"],\"hideLabel\":[4,\"hide-label\"],\"icon\":[1],\"label\":[1],\"isRadial\":[516,\"is-radial\"],\"value\":[2],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}],[1,\"kup-rating\",{\"customStyle\":[1,\"custom-style\"],\"disabled\":[4],\"maxValue\":[2,\"max-value\"],\"value\":[2],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}],[1,\"kup-spinner\",{\"active\":[516],\"barVariant\":[4,\"bar-variant\"],\"customStyle\":[1,\"custom-style\"],\"dimensions\":[1],\"fader\":[4],\"faderTimeout\":[2,\"fader-timeout\"],\"fullScreen\":[516,\"full-screen\"],\"layout\":[2],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}],[1,\"kup-switch\",{\"checked\":[1028],\"customStyle\":[1,\"custom-style\"],\"disabled\":[4],\"label\":[1],\"leadingLabel\":[4,\"leading-label\"],\"sizing\":[1],\"value\":[32],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}],[1,\"kup-text-field\",{\"alert\":[1],\"allowNegative\":[4,\"allow-negative\"],\"customStyle\":[1,\"custom-style\"],\"decimals\":[2],\"disabled\":[4],\"emitSubmitEventOnEnter\":[4,\"emit-submit-event-on-enter\"],\"error\":[1],\"fullWidth\":[516,\"full-width\"],\"group\":[4],\"helper\":[1],\"helperIcon\":[4,\"helper-icon\"],\"helperEnabled\":[4,\"helper-enabled\"],\"helperWhenFocused\":[4,\"helper-when-focused\"],\"hiddenCounter\":[4,\"hidden-counter\"],\"icon\":[1],\"initialValue\":[1,\"initial-value\"],\"inputMode\":[1,\"input-mode\"],\"inputType\":[1,\"input-type\"],\"integers\":[2],\"isClearable\":[4,\"is-clearable\"],\"label\":[1],\"lightMode\":[4,\"light-mode\"],\"leadingLabel\":[4,\"leading-label\"],\"max\":[2],\"maxLength\":[2,\"max-length\"],\"min\":[2],\"name\":[1],\"outlined\":[4],\"placeholder\":[1],\"quantityButtons\":[4,\"quantity-buttons\"],\"readOnly\":[4,\"read-only\"],\"size\":[2],\"sizing\":[1],\"step\":[2],\"textArea\":[4,\"text-area\"],\"trailingIcon\":[4,\"trailing-icon\"],\"trailingLabel\":[4,\"trailing-label\"],\"value\":[32],\"getProps\":[64],\"getValue\":[64],\"refresh\":[64],\"setFocus\":[64],\"setProps\":[64],\"setValue\":[64]}],[1,\"kup-time-picker\",{\"clockVariant\":[4,\"clock-variant\"],\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"disabled\":[4],\"initialValue\":[1,\"initial-value\"],\"manageSeconds\":[4,\"manage-seconds\"],\"timeMinutesStep\":[2,\"time-minutes-step\"],\"value\":[32],\"getProps\":[64],\"getValue\":[64],\"refresh\":[64],\"setFocus\":[64],\"setProps\":[64],\"setValue\":[64]},[[4,\"keyup\",\"listenKeyup\"]],{\"timeMinutesStep\":[\"watchTimeMinutesStep\"]}],[1,\"kup-dialog\",{\"autoCenter\":[16],\"customStyle\":[1,\"custom-style\"],\"header\":[16],\"modal\":[16],\"resizable\":[4],\"sizeX\":[1,\"size-x\"],\"sizeY\":[1,\"size-y\"],\"close\":[64],\"getProps\":[64],\"recalcPosition\":[64],\"refresh\":[64],\"setProps\":[64]}]]],[\"kup-planner.cjs\",[[1,\"kup-planner\",{\"stateId\":[1,\"state-id\"],\"store\":[16],\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"detailData\":[16],\"detailColorCol\":[1,\"detail-color-col\"],\"detailColumns\":[16],\"detailDates\":[16],\"detailFilter\":[1,\"detail-filter\"],\"detailHeight\":[2,\"detail-height\"],\"detailHours\":[16],\"detailIconCol\":[1,\"detail-icon-col\"],\"detailIdCol\":[1,\"detail-id-col\"],\"detailNameCol\":[1,\"detail-name-col\"],\"detailPrevHours\":[16],\"detailPrevDates\":[16],\"detailInitialScrollX\":[2,\"detail-initial-scroll-x\"],\"detailInitialScrollY\":[2,\"detail-initial-scroll-y\"],\"listCellWidth\":[1,\"list-cell-width\"],\"maxWidth\":[1,\"max-width\"],\"phaseColorCol\":[1,\"phase-color-col\"],\"phaseColumns\":[16],\"phaseColParDep\":[1,\"phase-col-par-dep\"],\"phaseDates\":[16],\"phaseHours\":[16],\"phaseIconCol\":[1,\"phase-icon-col\"],\"phaseIdCol\":[1,\"phase-id-col\"],\"phaseNameCol\":[1,\"phase-name-col\"],\"phasePrevHours\":[16],\"phasePrevDates\":[16],\"readOnly\":[4,\"read-only\"],\"showSecondaryDates\":[4,\"show-secondary-dates\"],\"taskColumns\":[16],\"taskDates\":[16],\"taskFilter\":[1,\"task-filter\"],\"taskHeight\":[2,\"task-height\"],\"taskHours\":[16],\"taskIconCol\":[1,\"task-icon-col\"],\"taskIdCol\":[1,\"task-id-col\"],\"taskInitialScrollX\":[2,\"task-initial-scroll-x\"],\"taskInitialScrollY\":[2,\"task-initial-scroll-y\"],\"taskNameCol\":[1,\"task-name-col\"],\"taskPrevHours\":[16],\"taskPrevDates\":[16],\"titleMess\":[1,\"title-mess\"],\"viewMode\":[1,\"view-mode\"],\"mainFilter\":[16],\"secondaryFilter\":[16],\"scrollableTaskList\":[4,\"scrollable-task-list\"],\"plannerProps\":[32],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64],\"addPhases\":[64]},null,{\"data\":[\"dataChanged\"]}]]],[\"kup-magic-box.cjs\",[[1,\"kup-magic-box\",{\"customStyle\":[1,\"custom-style\"],\"data\":[1040],\"display\":[32],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}]]],[\"kup-card-list.cjs\",[[1,\"kup-card-list\",{\"columnsNumber\":[2,\"columns-number\"],\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"fullWidth\":[4,\"full-width\"],\"horizontal\":[4],\"descrCol\":[1,\"descr-col\"],\"iconCol\":[1,\"icon-col\"],\"valueCol\":[1,\"value-col\"],\"measureCol\":[1,\"measure-col\"],\"intvalueCol\":[1,\"intvalue-col\"],\"decvalueCol\":[1,\"decvalue-col\"],\"textcolorCol\":[1,\"textcolor-col\"],\"valuecolorCol\":[1,\"valuecolor-col\"],\"iconcolorCol\":[1,\"iconcolor-col\"],\"layoutCol\":[1,\"layout-col\"],\"isClickable\":[4,\"is-clickable\"],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}]]],[\"kup-family-tree.cjs\",[[1,\"kup-family-tree\",{\"autofitOnExpand\":[4,\"autofit-on-expand\"],\"autofitOnLoad\":[4,\"autofit-on-load\"],\"cardData\":[16],\"collapsible\":[4],\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"layout\":[2],\"stackedLeaves\":[4,\"stacked-leaves\"],\"collapseAll\":[64],\"expandAll\":[64],\"getProps\":[64],\"refresh\":[64],\"runAutofit\":[64],\"setProps\":[64]}]]],[\"kup-input-panel.cjs\",[[1,\"kup-input-panel\",{\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"hiddenSubmitButton\":[4,\"hidden-submit-button\"],\"submitCb\":[16],\"optionsHandler\":[16],\"customButtonClickHandler\":[16],\"inputPanelCells\":[32],\"tabSelected\":[32],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]},null,{\"data\":[\"onDataChanged\"]}]]],[\"kup-accordion.cjs\",[[1,\"kup-accordion\",{\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"ripple\":[4],\"sizing\":[1],\"selectedItems\":[32],\"collapseAll\":[64],\"expandAll\":[64],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64],\"toggleItem\":[64]},null,{\"ripple\":[\"applyRipple\"]}]]],[\"kup-activity-timeline.cjs\",[[1,\"kup-activity-timeline\",{\"data\":[16],\"dateColumn\":[1,\"date-column\"],\"sort\":[16],\"timeColumn\":[1,\"time-column\"],\"timeline\":[32],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}]]],[\"kup-calendar.cjs\",[[1,\"kup-calendar\",{\"currentDate\":[1,\"current-date\"],\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"calendarColumns\":[16],\"hideNavigation\":[4,\"hide-navigation\"],\"editableEvents\":[4,\"editable-events\"],\"viewType\":[1025,\"view-type\"],\"getProps\":[64],\"refresh\":[64],\"resizeCallback\":[64],\"setProps\":[64]},null,{\"data\":[\"setCalendarData\"],\"currentDate\":[\"setCalendarData\"]}]]],[\"kup-cell.cjs\",[[1,\"kup-cell\",{\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"density\":[1],\"dragEnabled\":[4,\"drag-enabled\"],\"addCssClasses\":[64],\"getProps\":[64],\"refresh\":[64],\"removeCssClasses\":[64],\"setProps\":[64]}]]],[\"kup-dashboard.cjs\",[[1,\"kup-dashboard\",{\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"enableDesign\":[4,\"enable-design\"],\"resetInternalData\":[32],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]},null,{\"data\":[\"dataChanged\"]}]]],[\"kup-drawer.cjs\",[[1,\"kup-drawer\",{\"customStyle\":[1,\"custom-style\"],\"opened\":[32],\"close\":[64],\"getProps\":[64],\"isOpened\":[64],\"open\":[64],\"refresh\":[64],\"setProps\":[64],\"toggle\":[64]}]]],[\"kup-iframe.cjs\",[[1,\"kup-iframe\",{\"buttonData\":[16],\"isButton\":[4,\"is-button\"],\"src\":[1],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}]]],[\"kup-image-list.cjs\",[[1,\"kup-image-list\",{\"columns\":[16],\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"ripple\":[4],\"rows\":[2],\"selectedNode\":[16],\"stateId\":[1,\"state-id\"],\"store\":[16],\"currentNode\":[32],\"navigationBarToggled\":[32],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]},null,{\"selectedNode\":[\"selectNode\"]}]]],[\"kup-lazy.cjs\",[[1,\"kup-lazy\",{\"componentName\":[1,\"component-name\"],\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"renderMode\":[1,\"render-mode\"],\"showPlaceholder\":[4,\"show-placeholder\"],\"isInViewport\":[32],\"getProps\":[64],\"getComponent\":[64],\"refresh\":[64],\"setProps\":[64]}]]],[\"kup-nav-bar.cjs\",[[1,\"kup-nav-bar\",{\"customStyle\":[1,\"custom-style\"],\"styling\":[513],\"getProps\":[64],\"refresh\":[64],\"resizeCallback\":[64],\"setProps\":[64]}]]],[\"kup-numeric-picker.cjs\",[[1,\"kup-numeric-picker\",{\"customStyle\":[1,\"custom-style\"],\"data\":[1040],\"decimals\":[4],\"disabled\":[4],\"initialValue\":[1,\"initial-value\"],\"maxDecimals\":[1026,\"max-decimals\"],\"maxIntegers\":[1026,\"max-integers\"],\"maxLength\":[2,\"max-length\"],\"negative\":[4],\"stateSwitcher\":[32],\"value\":[32],\"getValue\":[64],\"getProps\":[64],\"refresh\":[64],\"setFocus\":[64],\"setValue\":[64]},[[0,\"keyup\",\"listenKeyup\"]]]]],[\"kup-pdf.cjs\",[[1,\"kup-pdf\",{\"pdfPath\":[1,\"pdf-path\"],\"sendCredentials\":[4,\"send-credentials\"],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]},null,{\"pdfPath\":[\"onPdfPathChange\"]}]]],[\"kup-photo-frame.cjs\",[[1,\"kup-photo-frame\",{\"customStyle\":[1,\"custom-style\"],\"placeholderAttrs\":[16],\"resourceAttrs\":[16],\"threshold\":[2],\"isInViewport\":[32],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}]]],[\"kup-probe.cjs\",[[1,\"kup-probe\",{\"customStyle\":[1,\"custom-style\"],\"features\":[16],\"content\":[32],\"printLifecycleTime\":[64],\"refresh\":[64]}]]],[\"kup-qlik.cjs\",[[0,\"kup-qlik\",{\"config\":[16],\"qlik\":[8],\"appid\":[513],\"app\":[520],\"grid\":[16],\"debug\":[4],\"fluid\":[4],\"bordered\":[4],\"defobjsize\":[1],\"divlist\":[32]}]]],[\"kup-snackbar.cjs\",[[1,\"kup-snackbar\",{\"actionButton\":[16],\"closeButton\":[4,\"close-button\"],\"customStyle\":[1,\"custom-style\"],\"text\":[1],\"header\":[1],\"timeout\":[2],\"visible\":[32],\"getProps\":[64],\"hide\":[64],\"refresh\":[64],\"setProps\":[64],\"show\":[64]}]]],[\"kup-typography.cjs\",[[1,\"kup-typography\",{\"customStyle\":[1,\"custom-style\"],\"toolbar\":[4],\"toolbarData\":[16],\"type\":[1],\"value\":[1],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}]]],[\"kup-typography-list.cjs\",[[1,\"kup-typography-list\",{\"customStyle\":[1,\"custom-style\"],\"data\":[1040],\"type\":[1],\"toolbar\":[4],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]},null,{\"data\":[\"checkDataset\"]}]]],[\"kup-echart.cjs\",[[1,\"kup-echart\",{\"axis\":[1025],\"colors\":[16],\"consistencyCheck\":[4,\"consistency-check\"],\"chartTitle\":[16],\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"legend\":[1],\"map\":[1],\"series\":[16],\"showMarks\":[4,\"show-marks\"],\"sizeX\":[1,\"size-x\"],\"sizeY\":[1,\"size-y\"],\"stacked\":[4],\"types\":[16],\"xAxis\":[16],\"yAxis\":[16],\"getProps\":[64],\"refresh\":[64],\"resizeCallback\":[64],\"setProps\":[64]}]]],[\"kup-editor.cjs\",[[0,\"kup-editor\",{\"autosaveTimer\":[2,\"autosave-timer\"],\"editorHeight\":[1,\"editor-height\"],\"initialEditType\":[1,\"initial-edit-type\"],\"initialValue\":[1,\"initial-value\"],\"isReadOnly\":[4,\"is-read-only\"],\"previewStyle\":[1,\"preview-style\"],\"selectedTab\":[1,\"selected-tab\"],\"showSaveButton\":[4,\"show-save-button\"],\"showToolbar\":[4,\"show-toolbar\"],\"editor\":[32],\"editorRef\":[32],\"viewer\":[32],\"getProps\":[64],\"getValueAsHTML\":[64],\"getValueAsMarkdown\":[64],\"refresh\":[64],\"setProps\":[64]},null,{\"editorRef\":[\"onEditorRefUpdated\"],\"editor\":[\"onEditorUpdate\"],\"initialEditType\":[\"onInitialEditTypeChanged\"],\"isReadOnly\":[\"onIsReadOnlyChanged\"],\"previewStyle\":[\"onPreviewStyleChanged\"],\"selectedTab\":[\"onMarkdownPreviewTabChanged\"],\"showSaveButton\":[\"onShowSaveButtonChanged\"],\"showToolbar\":[\"onShowToolBarChanged\"],\"autosaveTimer\":[\"onAutosaveTimerChanged\"]}]]],[\"kup-grid.cjs\",[[1,\"kup-grid\",{\"columns\":[2],\"customStyle\":[1,\"custom-style\"],\"singleLine\":[4,\"single-line\"],\"getProps\":[64],\"refresh\":[64],\"setProps\":[64]}]]],[\"kup-custom-task-list-header_4.cjs\",[[0,\"kup-custom-task-list-header\",{\"label\":[1],\"doubleView\":[4,\"double-view\"],\"setDoubleView\":[16],\"fontFamily\":[1,\"font-family\"],\"fontSize\":[1,\"font-size\"]}],[0,\"kup-custom-task-list-table\",{\"ganttId\":[1,\"gantt-id\"],\"tasks\":[16],\"rowHeight\":[2,\"row-height\"],\"rowWidth\":[1,\"row-width\"],\"fontFamily\":[1,\"font-family\"],\"fontSize\":[1,\"font-size\"],\"scrollableTaskList\":[4,\"scrollable-task-list\"],\"taskListScrollX\":[2,\"task-list-scroll-x\"],\"setSelectedTask\":[16],\"onclickTaskList\":[16],\"ondblclickTaskList\":[16],\"oncontextmenuTaskList\":[16],\"ontaskListScrollWidth\":[16]},null,{\"taskListScrollX\":[\"updateTaskListScroll\"]}],[0,\"kup-gantt-calendar\",{\"dateSetup\":[16],\"locale\":[1],\"rtl\":[4],\"headerHeight\":[2,\"header-height\"],\"columnWidth\":[2,\"column-width\"],\"fontFamily\":[1,\"font-family\"],\"fontSize\":[1,\"font-size\"],\"dateTimeFormatters\":[16],\"singleLineHeader\":[4,\"single-line-header\"],\"currentDateIndicator\":[16],\"svgWidth\":[2,\"svg-width\"],\"simplifiedHeader\":[32]}],[0,\"kup-grid-renderer\",{\"tasks\":[16],\"dates\":[16],\"ganttEvent\":[16],\"selectedTask\":[16],\"rowHeight\":[2,\"row-height\"],\"columnWidth\":[2,\"column-width\"],\"timeStep\":[2,\"time-step\"],\"taskHeight\":[2,\"task-height\"],\"arrowColor\":[1,\"arrow-color\"],\"arrowIndent\":[2,\"arrow-indent\"],\"fontFamily\":[1,\"font-family\"],\"fontSize\":[1,\"font-size\"],\"rtl\":[4],\"hideLabel\":[4,\"hide-label\"],\"showSecondaryDates\":[4,\"show-secondary-dates\"],\"currentDateIndicator\":[16],\"projection\":[16],\"readOnly\":[4,\"read-only\"],\"gridProps\":[16],\"dateChange\":[16],\"progressChange\":[16],\"doubleClick\":[16],\"barClick\":[16],\"barDblClick\":[16],\"barContextMenu\":[16],\"delete\":[16],\"setFailedTask\":[16],\"setSelectedTask\":[16],\"eventStart\":[16],\"eMouseDown\":[16],\"phaseDrop\":[16],\"setGanttEvent\":[1040],\"phaseDragScroll\":[16],\"xStep\":[32],\"initEventX1Delta\":[32],\"initEventXClick\":[32],\"isMoving\":[32],\"point\":[32],\"svg\":[32],\"currentTarget\":[32],\"dragScrollInterval\":[32],\"dropZoneTask\":[32]},null,{\"columnWidth\":[\"updateXStep\"],\"dates\":[\"updateXStep\"],\"timeStep\":[\"updateXStep\",\"updateSvgMove\"],\"ganttEvent\":[\"updateSvgMove\"],\"xStep\":[\"updateSvgMove\"],\"svg\":[\"updateSvgMove\"],\"initEventX1Delta\":[\"updateSvgMove\"],\"point\":[\"updateSvgMove\"],\"rtl\":[\"updateSvgMove\"],\"onProgressChange\":[\"updateSvgMove\"],\"onDateChange\":[\"updateSvgMove\"]}]]],[\"kup-planner-renderer.cjs\",[[0,\"kup-planner-renderer\",{\"props\":[1040],\"timeUnit\":[32],\"currentTasks\":[32],\"currentDetails\":[32],\"scrollX\":[32],\"mainGanttDoubleView\":[32],\"displayedDates\":[32],\"viewDate\":[32],\"projection\":[32],\"tasks\":[32],\"details\":[32],\"refresh\":[64]},null,{\"props\":[\"mainGanttChangeHandler\"],\"timeUnit\":[\"updateDisplayedDates\"],\"mainGanttDoubleView\":[\"updateDisplayedDates\"],\"props.preStepsCount\":[\"updateDisplayedDates\"],\"viewDate\":[\"updateDisplayedDates\"],\"currentTasks\":[\"updateTasks\"],\"currentDetails\":[\"updateTasks\"]}]]],[\"kup-box.cjs\",[[1,\"kup-box\",{\"cardData\":[16],\"columns\":[2],\"customStyle\":[1,\"custom-style\"],\"data\":[16],\"dragEnabled\":[4,\"drag-enabled\"],\"dropEnabled\":[4,\"drop-enabled\"],\"dropOnSection\":[4,\"drop-on-section\"],\"editableData\":[4,\"editable-data\"],\"enableRowActions\":[4,\"enable-row-actions\"],\"globalFilter\":[4,\"global-filter\"],\"globalFilterValue\":[1537,\"global-filter-value\"],\"kanban\":[16],\"layout\":[16],\"lazyLoadRows\":[4,\"lazy-load-rows\"],\"loadMoreLimit\":[2,\"load-more-limit\"],\"loadMoreMode\":[1,\"load-more-mode\"],\"loadMoreStep\":[2,\"load-more-step\"],\"multiSelection\":[4,\"multi-selection\"],\"pageSelected\":[2,\"page-selected\"],\"pagination\":[4],\"rowsPerPage\":[2,\"rows-per-page\"],\"scrollOnHover\":[4,\"scroll-on-hover\"],\"selectBox\":[2,\"select-box\"],\"selectedRowsState\":[1025,\"selected-rows-state\"],\"showLoadMore\":[4,\"show-load-more\"],\"showSelection\":[4,\"show-selection\"],\"sortBy\":[1025,\"sort-by\"],\"sortEnabled\":[4,\"sort-enabled\"],\"stateId\":[1,\"state-id\"],\"store\":[16],\"swipeDisabled\":[4,\"swipe-disabled\"],\"collapsedSection\":[32],\"selectedRows\":[32],\"rowActionMenuOpened\":[32],\"currentPage\":[32],\"currentRowsPerPage\":[32],\"getProps\":[64],\"loadRowActions\":[64],\"refresh\":[64],\"setProps\":[64]},null,{\"rowsPerPage\":[\"rowsPerPageHandler\",\"recalculateRows\"],\"globalFilterValue\":[\"recalculateRows\"],\"sortBy\":[\"recalculateRows\"],\"pagination\":[\"recalculateRows\"],\"currentPage\":[\"recalculateRows\"],\"currentRowsPerPage\":[\"recalculateRows\"],\"data\":[\"onDataChanged\"],\"layout\":[\"onLayoutChanged\"],\"selectBox\":[\"onSelectBoxChanged\"]}]]],[\"kup-gantt_10.cjs\",[[0,\"kup-gantt\",{\"ganttId\":[1,\"gantt-id\"],\"tasks\":[16],\"headerHeight\":[2,\"header-height\"],\"columnWidth\":[2,\"column-width\"],\"listCellWidth\":[1,\"list-cell-width\"],\"rowHeight\":[2,\"row-height\"],\"filter\":[16],\"ganttHeight\":[2,\"gantt-height\"],\"viewMode\":[1,\"view-mode\"],\"preStepsCount\":[2,\"pre-steps-count\"],\"locale\":[1],\"barFill\":[2,\"bar-fill\"],\"projectFill\":[2,\"project-fill\"],\"timelineFill\":[2,\"timeline-fill\"],\"barCornerRadius\":[2,\"bar-corner-radius\"],\"barProgressColor\":[1,\"bar-progress-color\"],\"barProgressSelectedColor\":[1,\"bar-progress-selected-color\"],\"barBackgroundColor\":[1,\"bar-background-color\"],\"barBackgroundSelectedColor\":[1,\"bar-background-selected-color\"],\"projectProgressColor\":[1,\"project-progress-color\"],\"projectProgressSelectedColor\":[1,\"project-progress-selected-color\"],\"projectBackgroundColor\":[1,\"project-background-color\"],\"projectBackgroundSelectedColor\":[1,\"project-background-selected-color\"],\"rtl\":[4],\"handleWidth\":[2,\"handle-width\"],\"timeStep\":[2,\"time-step\"],\"arrowColor\":[1,\"arrow-color\"],\"fontFamily\":[1,\"font-family\"],\"fontSize\":[1,\"font-size\"],\"arrowIndent\":[2,\"arrow-indent\"],\"todayColor\":[1,\"today-color\"],\"viewDate\":[16],\"TooltipContent\":[16],\"TaskListHeader\":[16],\"TaskListTable\":[16],\"dateTimeFormatters\":[16],\"singleLineHeader\":[4,\"single-line-header\"],\"hideLabel\":[4,\"hide-label\"],\"showSecondaryDates\":[4,\"show-secondary-dates\"],\"hideDependencies\":[4,\"hide-dependencies\"],\"projection\":[16],\"displayedStartDate\":[16],\"displayedEndDate\":[16],\"initialScrollX\":[2,\"initial-scroll-x\"],\"initialScrollY\":[2,\"initial-scroll-y\"],\"readOnly\":[4,\"read-only\"],\"currentTasks\":[16],\"label\":[1],\"doubleView\":[4,\"double-view\"],\"scrollableTaskList\":[4,\"scrollable-task-list\"],\"setDoubleView\":[16],\"barContextMenu\":[16],\"scrollXChange\":[16],\"scrollYChange\":[16],\"barClick\":[16],\"barDblClick\":[16],\"dateChange\":[16],\"select\":[16],\"handleClick\":[16],\"handleDblClick\":[16],\"handleContextMenu\":[16],\"ganttOnClick\":[16],\"ganttOnDblClick\":[16],\"ganttonOnContextMenu\":[16],\"progressChange\":[16],\"doubleClick\":[16],\"delete\":[16],\"expanderClick\":[16],\"phaseDrop\":[16],\"wrapperRef\":[32],\"taskGanttRef\":[32],\"taskListRef\":[32],\"dateSetup\":[32],\"taskListWidth\":[32],\"svgContainerWidth\":[32],\"svgContainerHeight\":[32],\"barTasks\":[32],\"ganttEvent\":[32],\"taskHeight\":[32],\"projectHeight\":[32],\"timelineHeight\":[32],\"selectedTask\":[32],\"failedTask\":[32],\"svgWidth\":[32],\"ganttFullHeight\":[32],\"scrollX\":[32],\"scrollY\":[32],\"ignoreScrollEvent\":[32],\"currentDateIndicatorContent\":[32],\"projectionContent\":[32],\"taskListScrollWidth\":[32],\"taskListScrollX\":[32],\"refresh\":[64]},[[0,\"wheel\",\"handleWheel\"]],{\"initialScrollY\":[\"updateInitialScrollY\"],\"scrollYChange\":[\"updateInitialScrollY\"],\"initialScrollX\":[\"updateInitialScrollX\",\"updateIgnoreScrollEvent\"],\"scrollXChange\":[\"updateInitialScrollX\"],\"tasks\":[\"updateGanttData\",\"updateSvgContainerHeight\"],\"viewMode\":[\"updateGanttData\",\"updateIgnoreScrollEvent\"],\"preStepsCount\":[\"updateGanttData\"],\"rowHeight\":[\"updateGanttData\",\"updateSvgContainerHeight\",\"updateGanttFullHeight\"],\"barCornerRadius\":[\"updateGanttData\"],\"columnWidth\":[\"updateGanttData\",\"updateIgnoreScrollEvent\",\"updateCurrentDateIndicatorContent\",\"updateProjectionContent\",\"updateSvgWidth\"],\"taskHeight\":[\"updateGanttData\"],\"handleWidth\":[\"updateGanttData\"],\"barProgressColor\":[\"updateGanttData\"],\"barProgressSelectedColor\":[\"updateGanttData\"],\"barBackgroundColor\":[\"updateGanttData\"],\"barBackgroundSelectedColor\":[\"updateGanttData\"],\"projectProgressColor\":[\"updateGanttData\"],\"projectProgressSelectedColor\":[\"updateGanttData\"],\"projectBackgroundColor\":[\"updateGanttData\"],\"projectBackgroundSelectedColor\":[\"updateGanttData\"],\"milestoneBackgroundColor\":[\"updateGanttData\"],\"milestoneBackgroundSelectedColor\":[\"updateGanttData\"],\"rtl\":[\"updateGanttData\",\"handleWheel\"],\"scrollX\":[\"updateGanttData\",\"handleWheel\"],\"onExpanderClick\":[\"updateGanttData\"],\"showSecondaryDates\":[\"updateGanttData\"],\"projectHeight\":[\"updateGanttData\"],\"timelineHeight\":[\"updateGanttData\"],\"displayedStartDate\":[\"updateGanttData\"],\"displayedEndDate\":[\"updateGanttData\"],\"dateSetup\":[\"updateGanttData\",\"updateIgnoreScrollEvent\",\"updateCurrentDateIndicatorContent\",\"updateProjectionContent\",\"updateSvgWidth\"],\"viewDate\":[\"updateIgnoreScrollEvent\"],\"ganttEvent\":[\"updateGanttEventAndBarTasks\"],\"failedTask\":[\"updateFailedTasksAndBarChart\"],\"barTasks\":[\"updateFailedTasksAndBarChart\",\"updateGanttFullHeight\"],\"taskListRef\":[\"updateTaskListWidth\"],\"listCellWidth\":[\"updateTaskListWidth\"],\"wrapperRef\":[\"updateSvgContainerWidth\",\"handleWheel\"],\"ganttHeight\":[\"updateSvgContainerHeight\",\"handleWheel\"],\"headerHeight\":[\"updateSvgContainerHeight\"],\"scrollY\":[\"handleWheel\"],\"svgWidth\":[\"handleWheel\"],\"ganttFullHeight\":[\"handleWheel\"],\"todayColor\":[\"updateCurrentDateIndicatorContent\"],\"projection\":[\"updateProjectionContent\"]}],[0,\"kup-switcher\",{\"timeUnitChange\":[16],\"activeButton\":[32]}],[0,\"kup-task-gantt\",{\"gridProps\":[16],\"calendarProps\":[16],\"barProps\":[16],\"taskGanttRef\":[16],\"ganttHeight\":[2,\"gantt-height\"],\"scrollY\":[1026,\"scroll-y\"],\"scrollX\":[1026,\"scroll-x\"],\"phaseDragScroll\":[16]},null,{\"scrollX\":[\"updateScrollX\"],\"verticalGanttContainerRef\":[\"updateScrollX\"],\"scrollY\":[\"updateScrollY\"],\"horizontalContainerRef\":[\"updateScrollY\"]}],[0,\"kup-task-list\",{\"headerHeight\":[2,\"header-height\"],\"fontFamily\":[1,\"font-family\"],\"fontSize\":[1,\"font-size\"],\"rowWidth\":[1,\"row-width\"],\"rowHeight\":[2,\"row-height\"],\"scrollY\":[2,\"scroll-y\"],\"locale\":[1],\"tasks\":[16],\"selectedTask\":[16],\"horizontalContainerClass\":[1,\"horizontal-container-class\"],\"ganttHeight\":[2,\"gantt-height\"],\"filter\":[16],\"TaskListHeader\":[16],\"TaskListTable\":[16],\"currentTasks\":[16],\"label\":[1],\"doubleView\":[4,\"double-view\"],\"scrollableTaskList\":[4,\"scrollable-task-list\"],\"updateTaskListScrollX\":[4,\"update-task-list-scroll-x\"],\"taskListScrollX\":[2,\"task-list-scroll-x\"],\"setDoubleView\":[16],\"handleClick\":[16],\"handleDblClick\":[16],\"handleContextMenu\":[16],\"ganttOnClick\":[16],\"ganttOnDblClick\":[16],\"ganttonOnContextMenu\":[16],\"setSelectedTask\":[16],\"expanderClick\":[16],\"ontaskListScrollWidth\":[16],\"selectedTaskId\":[32]},null,{\"scrollY\":[\"updateScrollY\"]}],[1,\"kup-horizontal-scroll\",{\"scrollNumber\":[2,\"scroll-number\"],\"svgWidth\":[2,\"svg-width\"],\"taskListTrueRef\":[16],\"rtl\":[4],\"taskListWidth\":[2,\"task-list-width\"],\"scrollableTaskList\":[4,\"scrollable-task-list\"],\"listCellWidth\":[1,\"list-cell-width\"],\"taskListScrollWidth\":[2,\"task-list-scroll-width\"],\"taskListScrollNumber\":[2,\"task-list-scroll-number\"],\"horizontalScroll\":[16],\"horizontalTaskListScroll\":[16],\"timeoutId\":[32]},null,{\"scrollNumber\":[\"scrollLeft\"],\"taskListScrollNumber\":[\"listScrollLeft\"]}],[1,\"kup-standard-tooltip\",{\"task\":[16],\"fontSize\":[1,\"font-size\"],\"fontFamily\":[1,\"font-family\"]}],[0,\"kup-task-list-header\",{\"headerHeight\":[2,\"header-height\"],\"fontFamily\":[1,\"font-family\"],\"fontSize\":[1,\"font-size\"],\"rowWidth\":[1,\"row-width\"]}],[0,\"kup-task-list-table\",{\"rowHeight\":[2,\"row-height\"],\"rowWidth\":[1,\"row-width\"],\"fontFamily\":[1,\"font-family\"],\"fontSize\":[1,\"font-size\"],\"locale\":[1],\"tasks\":[16],\"selectedTaskId\":[1,\"selected-task-id\"],\"setSelectedTask\":[16],\"expanderClick\":[16],\"expandedTasks\":[32]}],[1,\"kup-tooltip\",{\"task\":[16],\"rowHeight\":[2,\"row-height\"],\"rtl\":[4],\"svgContainerHeight\":[2,\"svg-container-height\"],\"svgContainerWidth\":[2,\"svg-container-width\"],\"scrollX\":[2,\"scroll-x\"],\"scrollY\":[2,\"scroll-y\"],\"arrowIndent\":[2,\"arrow-indent\"],\"fontSize\":[1,\"font-size\"],\"fontFamily\":[1,\"font-family\"],\"headerHeight\":[2,\"header-height\"],\"taskListWidth\":[2,\"task-list-width\"],\"TooltipContent\":[8,\"tooltip-content\"],\"svgWidth\":[2,\"svg-width\"],\"relatedY\":[32],\"relatedX\":[32]},null,{\"task\":[\"calculateTooltipPosition\"],\"arrowIndent\":[\"calculateTooltipPosition\"],\"scrollX\":[\"calculateTooltipPosition\"],\"scrollY\":[\"calculateTooltipPosition\"],\"headerHeight\":[\"calculateTooltipPosition\"],\"taskListWidth\":[\"calculateTooltipPosition\"],\"rowHeight\":[\"calculateTooltipPosition\"],\"svgContainerHeight\":[\"calculateTooltipPosition\"],\"svgContainerWidth\":[\"calculateTooltipPosition\"],\"rtl\":[\"calculateTooltipPosition\"]}],[0,\"kup-vertical-scroll\",{\"scrollNumber\":[2,\"scroll-number\"],\"ganttHeight\":[2,\"gantt-height\"],\"ganttFullHeight\":[2,\"gantt-full-height\"],\"headerHeight\":[2,\"header-height\"],\"rtl\":[4],\"verticalScroll\":[16]},null,{\"scrollNumber\":[\"updateScroll\"]}]]]]"), options);
12
12
  };
13
13
 
14
14
  exports.setNonce = index.setNonce;
@@ -166,6 +166,7 @@ const callback = (e) => {
166
166
  };
167
167
 
168
168
  const calendars = document.querySelectorAll('kup-calendar');
169
+
169
170
  for (let index = 0; index < calendars.length; index++) {
170
171
  const calendar = calendars[index];
171
172
  calendar.data = { columns: [...data.columns], rows: data.rows };
@@ -176,46 +177,46 @@ for (let index = 0; index < calendars.length; index++) {
176
177
  const imageCol = calendar.data.columns.find((col) => col.name === 'image');
177
178
  const startCol = calendar.data.columns.find((col) => col.name === 'start');
178
179
  const styleCol = calendar.data.columns.find((col) => col.name === 'style');
179
- calendar.data.columns[calendar.data.columns.indexOf(dateCol)] = {
180
- ...dateCol,
181
- calendarOption: 'date',
182
- };
183
- calendar.data.columns[calendar.data.columns.indexOf(descrCol)] = {
184
- ...descrCol,
185
- calendarOption: 'descr',
186
- };
180
+ calendar.calendarColumns = {
181
+ date: true,
182
+ descr: true
183
+ }
184
+ calendar.data.columns[calendar.data.columns.indexOf(dateCol)] = dateCol
185
+ calendar.data.columns[calendar.data.columns.indexOf(descrCol)] = descrCol
187
186
  switch (calendar.id) {
188
187
  case 'week-view':
189
- calendar.data.columns[calendar.data.columns.indexOf(endCol)] = {
190
- ...endCol,
191
- calendarOption: 'end',
192
- };
193
- calendar.data.columns[calendar.data.columns.indexOf(startCol)] = {
194
- ...startCol,
195
- calendarOption: 'start',
196
- };
188
+ calendar.data.columns[calendar.data.columns.indexOf(endCol)] = endCol
189
+ calendar.data.columns[calendar.data.columns.indexOf(startCol)] = startCol
190
+ calendar.calendarColumns = {
191
+ ...calendar.calendarColumns,
192
+ end: true,
193
+ start: true
194
+ }
197
195
  break;
198
196
  case 'with-icon':
199
- calendar.data.columns[calendar.data.columns.indexOf(iconCol)] = {
200
- ...iconCol,
201
- calendarOption: 'icon',
202
- };
197
+ calendar.data.columns[calendar.data.columns.indexOf(iconCol)] = iconCol
198
+ calendar.calendarColumns = {
199
+ ...calendar.calendarColumns,
200
+ icon: true
201
+ }
203
202
  break;
204
203
  case 'with-images':
205
- calendar.data.columns[calendar.data.columns.indexOf(imageCol)] = {
206
- ...imageCol,
207
- calendarOption: 'image',
208
- };
204
+ calendar.data.columns[calendar.data.columns.indexOf(imageCol)] = imageCol
205
+ calendar.calendarColumns = {
206
+ ...calendar.calendarColumns,
207
+ image: true
208
+ }
209
209
  break;
210
210
  case 'with-style':
211
- calendar.data.columns[calendar.data.columns.indexOf(styleCol)] = {
212
- ...styleCol,
213
- calendarOption: 'style',
214
- };
211
+ calendar.data.columns[calendar.data.columns.indexOf(styleCol)] = styleCol
212
+ calendar.calendarColumns = {
213
+ ...calendar.calendarColumns,
214
+ style: true
215
+ }
215
216
  break;
216
217
  }
217
218
  calendar.addEventListener('kup-calendar-dateclick', callback);
218
219
  calendar.addEventListener('kup-calendar-eventclick', callback);
219
220
  calendar.addEventListener('kup-calendar-eventdrop', callback);
220
221
  calendar.addEventListener('kup-calendar-viewchange', callback);
221
- }
222
+ }
@@ -1 +1 @@
1
- {"version":3,"file":"kup-calendar-declarations.js","sourceRoot":"","sources":["../../../src/components/kup-calendar/kup-calendar-declarations.ts"],"names":[],"mappings":"AAMA;;;GAGG;AACH,MAAM,CAAN,IAAY,gBAOX;AAPD,WAAY,gBAAgB;IACxB,sGAAkF,CAAA;IAClF,kEAA8C,CAAA;IAC9C,yDAAqC,CAAA;IACrC,sEAAkD,CAAA;IAClD,gGAA4E,CAAA;IAC5E,kDAA8B,CAAA;AAClC,CAAC,EAPW,gBAAgB,KAAhB,gBAAgB,QAO3B;AACD;;GAEG;AACH,MAAM,CAAN,IAAY,oBAKX;AALD,WAAY,oBAAoB;IAC5B,2CAAmB,CAAA;IACnB,0CAAkB,CAAA;IAClB,8CAAsB,CAAA;IACtB,6CAAqB,CAAA;AACzB,CAAC,EALW,oBAAoB,KAApB,oBAAoB,QAK/B;AACD;;GAEG;AACH,MAAM,CAAN,IAAY,kBAQX;AARD,WAAY,kBAAkB;IAC1B,mCAAa,CAAA;IACb,qCAAe,CAAA;IACf,iCAAW,CAAA;IACX,mCAAa,CAAA;IACb,qCAAe,CAAA;IACf,qCAAe,CAAA;IACf,qCAAe,CAAA;AACnB,CAAC,EARW,kBAAkB,KAAlB,kBAAkB,QAQ7B","sourcesContent":["import {\n KupDataColumn,\n KupDataRow,\n} from '../../managers/kup-data/kup-data-declarations';\nimport { KupEventPayload } from '../../types/GenericTypes';\n\n/**\n * Props of the kup-calendar component.\n * Used to export every prop in an object.\n */\nexport enum KupCalendarProps {\n currentDate = 'Sets the date of the calendar. Must be in ISO format (YYYY-MM-DD).',\n customStyle = 'Custom style of the component.',\n data = 'Actual data of the calendar.',\n editableEvents = 'When true, events are editable.',\n hideNavigation = \"When disabled, the navigation toolbar won't be displayed.\",\n viewType = 'Type of the view.',\n}\n/**\n * Available view types.\n */\nexport enum KupCalendarViewTypes {\n DAY = 'timeGridDay',\n LIST = 'listMonth',\n MONTH = 'dayGridMonth',\n WEEK = 'timeGridWeek',\n}\n/**\n * Available column options.\n */\nexport enum KupCalendarOptions {\n DATE = 'date',\n DESCR = 'descr',\n END = 'end',\n ICON = 'icon',\n IMAGE = 'image',\n START = 'start',\n STYLE = 'style',\n}\n/**\n * Calendar column.\n */\nexport interface KupCalendarColumn extends KupDataColumn {\n calendarOption: KupCalendarOptions;\n}\n/**\n * Dataset of the calendar.\n */\nexport interface KupCalendarData {\n columns: KupCalendarColumn[];\n rows: KupDataRow[];\n}\n/**\n * Events payload.\n */\nexport interface KupCalendarEventClickEventPayload extends KupEventPayload {\n row: KupDataRow;\n}\nexport interface KupCalendarDateClickEventPayload extends KupEventPayload {\n date: Date;\n}\nexport interface KupCalendarEventDropEventPayload extends KupEventPayload {\n fromDate: {\n start: Date;\n end: Date;\n };\n toDate: {\n start: Date;\n end: Date;\n };\n row: KupDataRow;\n}\nexport interface KupCalendarViewChangeEventPayload extends KupEventPayload {\n from: Date;\n to: Date;\n}\n"]}
1
+ {"version":3,"file":"kup-calendar-declarations.js","sourceRoot":"","sources":["../../../src/components/kup-calendar/kup-calendar-declarations.ts"],"names":[],"mappings":"AAMA;;;GAGG;AACH,MAAM,CAAN,IAAY,gBAOX;AAPD,WAAY,gBAAgB;IACxB,sGAAkF,CAAA;IAClF,kEAA8C,CAAA;IAC9C,yDAAqC,CAAA;IACrC,sEAAkD,CAAA;IAClD,gGAA4E,CAAA;IAC5E,kDAA8B,CAAA;AAClC,CAAC,EAPW,gBAAgB,KAAhB,gBAAgB,QAO3B;AACD;;GAEG;AACH,MAAM,CAAN,IAAY,oBAKX;AALD,WAAY,oBAAoB;IAC5B,2CAAmB,CAAA;IACnB,0CAAkB,CAAA;IAClB,8CAAsB,CAAA;IACtB,6CAAqB,CAAA;AACzB,CAAC,EALW,oBAAoB,KAApB,oBAAoB,QAK/B;AACD;;GAEG;AACH,MAAM,CAAN,IAAY,kBAQX;AARD,WAAY,kBAAkB;IAC1B,mCAAa,CAAA;IACb,qCAAe,CAAA;IACf,iCAAW,CAAA;IACX,mCAAa,CAAA;IACb,qCAAe,CAAA;IACf,qCAAe,CAAA;IACf,qCAAe,CAAA;AACnB,CAAC,EARW,kBAAkB,KAAlB,kBAAkB,QAQ7B","sourcesContent":["import {\n KupDataColumn,\n KupDataRow,\n} from '../../managers/kup-data/kup-data-declarations';\nimport { KupEventPayload } from '../../types/GenericTypes';\n\n/**\n * Props of the kup-calendar component.\n * Used to export every prop in an object.\n */\nexport enum KupCalendarProps {\n currentDate = 'Sets the date of the calendar. Must be in ISO format (YYYY-MM-DD).',\n customStyle = 'Custom style of the component.',\n data = 'Actual data of the calendar.',\n editableEvents = 'When true, events are editable.',\n hideNavigation = \"When disabled, the navigation toolbar won't be displayed.\",\n viewType = 'Type of the view.',\n}\n/**\n * Available view types.\n */\nexport enum KupCalendarViewTypes {\n DAY = 'timeGridDay',\n LIST = 'listMonth',\n MONTH = 'dayGridMonth',\n WEEK = 'timeGridWeek',\n}\n/**\n * Available column options.\n */\nexport enum KupCalendarOptions {\n DATE = 'date',\n DESCR = 'descr',\n END = 'end',\n ICON = 'icon',\n IMAGE = 'image',\n START = 'start',\n STYLE = 'style',\n}\n/**\n * Calendar columns prop\n */\nexport type KupCalendarColumnsProp = {\n [key in KupCalendarOptions]: boolean;\n}\n/**\n * Dataset of the calendar.\n */\nexport interface KupCalendarData {\n columns: KupDataColumn[];\n rows: KupDataRow[];\n}\n/**\n * Events payload.\n */\nexport interface KupCalendarEventClickEventPayload extends KupEventPayload {\n row: KupDataRow;\n}\nexport interface KupCalendarDateClickEventPayload extends KupEventPayload {\n date: Date;\n}\nexport interface KupCalendarEventDropEventPayload extends KupEventPayload {\n fromDate: {\n start: Date;\n end: Date;\n };\n toDate: {\n start: Date;\n end: Date;\n };\n row: KupDataRow;\n}\nexport interface KupCalendarViewChangeEventPayload extends KupEventPayload {\n from: Date;\n to: Date;\n}\n"]}
@@ -37,6 +37,15 @@ export class KupCalendar {
37
37
  this.currentDate = null;
38
38
  this.customStyle = '';
39
39
  this.data = null;
40
+ this.calendarColumns = {
41
+ [KupCalendarOptions.DATE]: false,
42
+ [KupCalendarOptions.DESCR]: false,
43
+ [KupCalendarOptions.END]: false,
44
+ [KupCalendarOptions.ICON]: false,
45
+ [KupCalendarOptions.IMAGE]: false,
46
+ [KupCalendarOptions.START]: false,
47
+ [KupCalendarOptions.STYLE]: false,
48
+ };
40
49
  this.hideNavigation = false;
41
50
  this.editableEvents = true;
42
51
  this.viewType = KupCalendarViewTypes.MONTH;
@@ -53,29 +62,21 @@ export class KupCalendar {
53
62
  }
54
63
  for (let index = 0; this.data && this.data.columns && index < this.data.columns.length; index++) {
55
64
  const column = this.data.columns[index];
56
- switch (column.calendarOption) {
57
- case KupCalendarOptions.DATE:
58
- this.dateCol = column.name;
59
- break;
60
- case KupCalendarOptions.DESCR:
61
- this.descrCol = column.name;
62
- break;
63
- case KupCalendarOptions.END:
64
- this.endCol = column.name;
65
- break;
66
- case KupCalendarOptions.ICON:
67
- this.iconCol = column.name;
68
- break;
69
- case KupCalendarOptions.IMAGE:
70
- this.imageCol = column.name;
71
- break;
72
- case KupCalendarOptions.START:
73
- this.startCol = column.name;
74
- break;
75
- case KupCalendarOptions.STYLE:
76
- this.styleCol = column.name;
77
- break;
78
- }
65
+ const columnOptionsMap = {
66
+ date: { option: KupCalendarOptions.DATE, prop: 'dateCol' },
67
+ descr: { option: KupCalendarOptions.DESCR, prop: 'descrCol' },
68
+ end: { option: KupCalendarOptions.END, prop: 'endCol' },
69
+ icon: { option: KupCalendarOptions.ICON, prop: 'iconCol' },
70
+ image: { option: KupCalendarOptions.IMAGE, prop: 'imageCol' },
71
+ start: { option: KupCalendarOptions.START, prop: 'startCol' },
72
+ style: { option: KupCalendarOptions.STYLE, prop: 'styleCol' }
73
+ };
74
+ Object.entries(this.calendarColumns).forEach(([key, value]) => {
75
+ const optionConfig = columnOptionsMap[key];
76
+ if (value && column.name === optionConfig.option) {
77
+ this[optionConfig.prop] = column.name;
78
+ }
79
+ });
79
80
  }
80
81
  this.calendar = new Calendar(this.calendarContainer, {
81
82
  dateClick: ({ date }) => {
@@ -358,11 +359,11 @@ export class KupCalendar {
358
359
  this.kupManager.debug.logRender(this, true);
359
360
  }
360
361
  render() {
361
- return (h(Host, { key: '77367712ac84cd2a6dd290c69322188ea6188412' }, h("style", { key: 'c8a84fc5a1a29f6c638bb1a7a666edbefa31673a' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '839ce76af5bcea2a7f0ae175ca2ac5386fbc31af', id: componentWrapperId }, h("div", { key: '5a09915815d6a8cbc9bda12c70e2cb84cb6bec9f', class: "navigation" }, !this.hideNavigation ? (h("div", { class: "navigation__left" }, h(FButton, { icon: "chevron_left", onClick: () => this.onPrev(), title: this.kupManager.language.translate(KupLanguageGeneric.PREVIOUS), wrapperClass: "navigation__prev" }), h(FButton, { icon: "calendar", onClick: () => this.onToday(), title: this.kupManager.language.translate(KupLanguageGeneric.TODAY), wrapperClass: "navigation__today" }), h(FButton, { icon: "chevron_right", onClick: () => this.onNext(), title: this.kupManager.language.translate(KupLanguageGeneric.NEXT), wrapperClass: "navigation__next" }))) : null, h("div", { key: '628a9c11e8de9fc2c0974699ddd0d57fcdaf0d69', class: `navigation__title ${this.hideNavigation
362
+ return (h(Host, { key: 'bd44f85a6837a0e1a144860e8321bbd0ea6129a9' }, h("style", { key: '71ff726c1acf1f52aa35b5255f73f3cc71657579' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '8520d07509ab405acdcbd89c60960d036870d578', id: componentWrapperId }, h("div", { key: '83c56a2e01d4e1a265fdbaebbfb3637794696b82', class: "navigation" }, !this.hideNavigation ? (h("div", { class: "navigation__left" }, h(FButton, { icon: "chevron_left", onClick: () => this.onPrev(), title: this.kupManager.language.translate(KupLanguageGeneric.PREVIOUS), wrapperClass: "navigation__prev" }), h(FButton, { icon: "calendar", onClick: () => this.onToday(), title: this.kupManager.language.translate(KupLanguageGeneric.TODAY), wrapperClass: "navigation__today" }), h(FButton, { icon: "chevron_right", onClick: () => this.onNext(), title: this.kupManager.language.translate(KupLanguageGeneric.NEXT), wrapperClass: "navigation__next" }))) : null, h("div", { key: '8ba20fcdbae46c9ef9551696c014be38a241a098', class: `navigation__title ${this.hideNavigation
362
363
  ? 'navigation__title--centered'
363
364
  : ''}`, ref: (el) => {
364
365
  this.navTitle = el;
365
- } }), !this.hideNavigation ? (h("div", { class: "navigation__right" }, h(FChip, Object.assign({}, this.setChipProps())))) : null), h("div", { key: 'b38321df314189e557ab27056c4f2959265bd1b8', class: "calendar", ref: (el) => (this.calendarContainer = el) }))));
366
+ } }), !this.hideNavigation ? (h("div", { class: "navigation__right" }, h(FChip, Object.assign({}, this.setChipProps())))) : null), h("div", { key: 'e5f2cd9bdeae16d38a511a494f0dbcbc4cfade72', class: "calendar", ref: (el) => (this.calendarContainer = el) }))));
366
367
  }
367
368
  disconnectedCallback() {
368
369
  if (this.calendar) {
@@ -457,6 +458,31 @@ export class KupCalendar {
457
458
  },
458
459
  "defaultValue": "null"
459
460
  },
461
+ "calendarColumns": {
462
+ "type": "unknown",
463
+ "mutable": false,
464
+ "complexType": {
465
+ "original": "KupCalendarColumnsProp",
466
+ "resolved": "{ date: boolean; descr: boolean; end: boolean; icon: boolean; image: boolean; start: boolean; style: boolean; }",
467
+ "references": {
468
+ "KupCalendarColumnsProp": {
469
+ "location": "import",
470
+ "path": "./kup-calendar-declarations",
471
+ "id": "src/components/kup-calendar/kup-calendar-declarations.ts::KupCalendarColumnsProp"
472
+ }
473
+ }
474
+ },
475
+ "required": false,
476
+ "optional": false,
477
+ "docs": {
478
+ "tags": [{
479
+ "name": "default",
480
+ "text": "{KupCalendarOptions:false}"
481
+ }],
482
+ "text": "Sets the data to be used to render each event in the calendar"
483
+ },
484
+ "defaultValue": "{\n [KupCalendarOptions.DATE]: false,\n [KupCalendarOptions.DESCR]: false,\n [KupCalendarOptions.END]: false,\n [KupCalendarOptions.ICON]: false,\n [KupCalendarOptions.IMAGE]: false,\n [KupCalendarOptions.START]: false,\n [KupCalendarOptions.STYLE]: false,\n }"
485
+ },
460
486
  "hideNavigation": {
461
487
  "type": "boolean",
462
488
  "mutable": false,