@sme.up/ketchup 8.3.2 → 8.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/{f-button-be5c564a.js → f-button-7687085a.js} +3 -3
- package/dist/cjs/{f-cell-d034bcb0.js → f-cell-37ef6f00.js} +6 -6
- package/dist/cjs/{f-checkbox-cff77b2c.js → f-checkbox-758d1d34.js} +1 -1
- package/dist/cjs/{f-chip-bc678bf1.js → f-chip-cf59bdb3.js} +3 -3
- package/dist/cjs/{f-image-8542c984.js → f-image-1245b0cf.js} +2 -2
- package/dist/cjs/{f-paginator-utils-f48afc35.js → f-paginator-utils-b1af2a8f.js} +4 -4
- package/dist/cjs/{f-text-field-acfc1717.js → f-text-field-9c745112.js} +2 -2
- package/dist/cjs/{f-text-field-mdc-d38d80b5.js → f-text-field-mdc-b1fa6fd6.js} +1 -1
- package/dist/cjs/{index-a9a3b467.js → index-eac07680.js} +4 -11
- package/dist/cjs/ketchup.cjs.js +3 -6
- package/dist/cjs/kup-accordion.cjs.entry.js +5 -5
- package/dist/cjs/kup-autocomplete_27.cjs.entry.js +16 -16
- package/dist/cjs/kup-box.cjs.entry.js +14 -14
- package/dist/cjs/kup-calendar.cjs.entry.js +15 -9
- package/dist/cjs/kup-cell.cjs.entry.js +8 -8
- package/dist/cjs/kup-dash-list.cjs.entry.js +2 -2
- package/dist/cjs/kup-dash_2.cjs.entry.js +3 -3
- package/dist/cjs/kup-dashboard.cjs.entry.js +10 -10
- package/dist/cjs/kup-drawer.cjs.entry.js +3 -3
- package/dist/cjs/kup-echart.cjs.entry.js +27 -15
- package/dist/cjs/kup-family-tree.cjs.entry.js +6 -6
- package/dist/cjs/kup-iframe.cjs.entry.js +2 -2
- package/dist/cjs/kup-image-list.cjs.entry.js +11 -11
- package/dist/cjs/kup-lazy.cjs.entry.js +3 -3
- package/dist/cjs/kup-magic-box.cjs.entry.js +5 -5
- package/dist/cjs/{kup-manager-b3677c1d.js → kup-manager-38caaef3.js} +1 -1
- package/dist/cjs/kup-nav-bar.cjs.entry.js +3 -3
- package/dist/cjs/kup-numeric-picker.cjs.entry.js +6 -6
- package/dist/cjs/kup-photo-frame.cjs.entry.js +3 -3
- package/dist/cjs/kup-planner.cjs.entry.js +26 -18
- package/dist/cjs/kup-probe.cjs.entry.js +3 -3
- package/dist/cjs/kup-qlik.cjs.entry.js +2 -2
- package/dist/cjs/kup-snackbar.cjs.entry.js +6 -6
- package/dist/cjs/loader.cjs.js +3 -12
- package/dist/collection/assets/data-table.js +0 -44
- package/dist/collection/assets/echart.js +168 -90
- package/dist/collection/collection-manifest.json +50 -50
- package/dist/collection/components/kup-accordion/kup-accordion.js +28 -18
- package/dist/collection/components/kup-autocomplete/kup-autocomplete.js +47 -29
- package/dist/collection/components/kup-badge/kup-badge.js +21 -14
- package/dist/collection/components/kup-box/kup-box.js +62 -41
- package/dist/collection/components/kup-button/kup-button.js +26 -17
- package/dist/collection/components/kup-button-list/kup-button-list.e2e.js +1 -1
- package/dist/collection/components/kup-button-list/kup-button-list.js +24 -16
- package/dist/collection/components/kup-calendar/kup-calendar-declarations.js +2 -1
- package/dist/collection/components/kup-calendar/kup-calendar.css +13 -0
- package/dist/collection/components/kup-calendar/kup-calendar.js +73 -35
- package/dist/collection/components/kup-card/box/kup-card-box.js +3 -3
- package/dist/collection/components/kup-card/built-in/kup-card-built-in.js +7 -7
- package/dist/collection/components/kup-card/built-in/kup-card-calendar.js +6 -6
- package/dist/collection/components/kup-card/built-in/kup-card-clock.js +5 -5
- package/dist/collection/components/kup-card/built-in/kup-card-column-drop-menu.js +4 -4
- package/dist/collection/components/kup-card/built-in/kup-card-message-box.js +4 -4
- package/dist/collection/components/kup-card/built-in/kup-card-numeric.js +2 -2
- package/dist/collection/components/kup-card/collapsible/kup-card-collapsible.js +5 -5
- package/dist/collection/components/kup-card/dialog/kup-card-dialog.js +5 -5
- package/dist/collection/components/kup-card/free/kup-card-free.js +2 -2
- package/dist/collection/components/kup-card/kup-card-helper.js +5 -5
- package/dist/collection/components/kup-card/kup-card.js +42 -30
- package/dist/collection/components/kup-card/scalable/kup-card-scalable.js +4 -4
- package/dist/collection/components/kup-card/standard/kup-card-standard.js +9 -9
- package/dist/collection/components/kup-cell/kup-cell.js +27 -18
- package/dist/collection/components/kup-chart/kup-chart-builder.js +5 -5
- package/dist/collection/components/kup-chart/kup-chart.js +47 -28
- package/dist/collection/components/kup-checkbox/kup-checkbox.js +22 -14
- package/dist/collection/components/kup-chip/kup-chip.js +32 -20
- package/dist/collection/components/kup-color-picker/kup-color-picker.js +30 -20
- package/dist/collection/components/kup-combobox/kup-combobox.js +47 -29
- package/dist/collection/components/kup-dash/kup-dash.js +2 -2
- package/dist/collection/components/kup-dash-list/kup-dash-list.js +11 -7
- package/dist/collection/components/kup-dashboard/kup-dashboard.js +26 -19
- package/dist/collection/components/kup-data-table/kup-data-table-helper.js +4 -4
- package/dist/collection/components/kup-data-table/kup-data-table-state.js +2 -2
- package/dist/collection/components/kup-data-table/kup-data-table.js +178 -106
- package/dist/collection/components/kup-date-picker/kup-date-picker.js +42 -26
- package/dist/collection/components/kup-dialog/kup-dialog.js +30 -18
- package/dist/collection/components/kup-drawer/kup-drawer.e2e.js +1 -1
- package/dist/collection/components/kup-drawer/kup-drawer.js +29 -17
- package/dist/collection/components/kup-dropdown-button/kup-dropdown-button.js +42 -26
- package/dist/collection/components/kup-echart/kup-echart.js +64 -37
- package/dist/collection/components/kup-family-tree/kup-family-tree.js +42 -26
- package/dist/collection/components/kup-form/kup-form.js +32 -21
- package/dist/collection/components/kup-gauge/kup-gauge.js +18 -13
- package/dist/collection/components/kup-grid/kup-grid.js +16 -11
- package/dist/collection/components/kup-iframe/kup-iframe.js +21 -13
- package/dist/collection/components/kup-image/canvas/kup-image-canvas-declarations.js +1 -1
- package/dist/collection/components/kup-image/canvas/kup-image-canvas-helper.js +1 -1
- package/dist/collection/components/kup-image/canvas/kup-image-canvas.js +2 -2
- package/dist/collection/components/kup-image/kup-image.js +27 -18
- package/dist/collection/components/kup-image-list/kup-image-list.js +35 -24
- package/dist/collection/components/kup-lazy/kup-lazy.js +25 -15
- package/dist/collection/components/kup-list/kup-list-helper.js +1 -1
- package/dist/collection/components/kup-list/kup-list.js +45 -27
- package/dist/collection/components/kup-magic-box/kup-magic-box.js +23 -17
- package/dist/collection/components/kup-nav-bar/kup-nav-bar.js +23 -14
- package/dist/collection/components/kup-numeric-picker/kup-numeric-picker.js +40 -24
- package/dist/collection/components/kup-photo-frame/kup-photo-frame.js +23 -14
- package/dist/collection/components/kup-planner/kup-planner-helper.js +3 -3
- package/dist/collection/components/kup-planner/kup-planner.css +277 -277
- package/dist/collection/components/kup-planner/kup-planner.js +51 -33
- package/dist/collection/components/kup-probe/kup-probe.js +7 -5
- package/dist/collection/components/kup-progress-bar/kup-progress-bar.js +15 -10
- package/dist/collection/components/kup-qlik/kup-qlik.js +8 -5
- package/dist/collection/components/kup-radio/kup-radio.js +23 -14
- package/dist/collection/components/kup-rating/kup-rating.js +17 -11
- package/dist/collection/components/kup-snackbar/kup-snackbar.js +26 -16
- package/dist/collection/components/kup-spinner/kup-spinner.js +17 -11
- package/dist/collection/components/kup-state/mock-store.js +1 -1
- package/dist/collection/components/kup-switch/kup-switch.js +22 -14
- package/dist/collection/components/kup-tab-bar/kup-tab-bar.js +31 -20
- package/dist/collection/components/kup-text-field/kup-text-field.js +40 -24
- package/dist/collection/components/kup-time-picker/kup-time-picker.js +47 -29
- package/dist/collection/components/kup-tree/kup-tree.js +104 -63
- package/dist/collection/f-components/f-button/f-button.js +3 -3
- package/dist/collection/f-components/f-cell/f-cell-declarations.js +1 -1
- package/dist/collection/f-components/f-cell/f-cell.js +12 -12
- package/dist/collection/f-components/f-checkbox/f-checkbox.js +1 -1
- package/dist/collection/f-components/f-chip/f-chip.js +5 -5
- package/dist/collection/f-components/f-image/f-image.js +3 -3
- package/dist/collection/f-components/f-paginator/f-paginator.js +5 -5
- package/dist/collection/f-components/f-switch/f-switch.js +1 -1
- package/dist/collection/f-components/f-text-field/f-text-field-mdc.js +2 -2
- package/dist/collection/f-components/f-text-field/f-text-field.js +2 -2
- package/dist/collection/managers/kup-data/kup-data-cell-helper.js +4 -4
- package/dist/collection/managers/kup-data/kup-data-column-helper.js +3 -3
- package/dist/collection/managers/kup-data/kup-data.js +8 -8
- package/dist/collection/managers/kup-dates/kup-dates.js +11 -11
- package/dist/collection/managers/kup-debug/kup-debug.js +3 -3
- package/dist/collection/managers/kup-dynamic-position/kup-dynamic-position.js +2 -2
- package/dist/collection/managers/kup-interact/kup-interact.js +2 -2
- package/dist/collection/managers/kup-language/kup-language.js +3 -3
- package/dist/collection/managers/kup-manager/kup-manager.js +20 -20
- package/dist/collection/managers/kup-math/kup-math-helper.js +1 -1
- package/dist/collection/managers/kup-math/kup-math.js +11 -11
- package/dist/collection/managers/kup-objects/kup-objects.js +1 -1
- package/dist/collection/managers/kup-scroll-on-hover/kup-scroll-on-hover.js +1 -1
- package/dist/collection/managers/kup-search/kup-search.js +2 -2
- package/dist/collection/managers/kup-theme/kup-theme-declarations.js +1 -1
- package/dist/collection/managers/kup-theme/kup-theme.js +15 -15
- package/dist/collection/managers/kup-toolbar/kup-toolbar.js +1 -1
- package/dist/collection/managers/kup-tooltip/kup-tooltip.js +1 -1
- package/dist/collection/utils/cell-utils.js +1 -1
- package/dist/collection/utils/filters/filters-column-menu.js +3 -3
- package/dist/collection/utils/filters/filters-rows.js +6 -6
- package/dist/collection/utils/filters/filters-tree-items.js +4 -4
- package/dist/collection/utils/filters/filters.js +3 -3
- package/dist/collection/utils/kup-column-menu/kup-column-menu.js +12 -12
- package/dist/collection/utils/utils.js +1 -1
- package/dist/components/kup-autocomplete2.js +3 -3
- package/dist/components/kup-calendar.js +9 -2
- package/dist/components/kup-echart2.js +24 -12
- package/dist/components/kup-planner.js +20 -12
- package/dist/esm/{f-button-3b97025a.js → f-button-e54ce8d5.js} +3 -3
- package/dist/esm/{f-cell-ae537010.js → f-cell-4149a05d.js} +6 -6
- package/dist/esm/{f-checkbox-91358c27.js → f-checkbox-7b113dd8.js} +1 -1
- package/dist/esm/{f-chip-69df7df4.js → f-chip-c3c86f7b.js} +3 -3
- package/dist/esm/{f-image-705c1694.js → f-image-adceee49.js} +2 -2
- package/dist/esm/{f-paginator-utils-b7009f00.js → f-paginator-utils-e559dac8.js} +4 -4
- package/dist/esm/{f-text-field-fa349928.js → f-text-field-aa4497a8.js} +2 -2
- package/dist/esm/{f-text-field-mdc-a1b4a919.js → f-text-field-mdc-32a1ffd9.js} +1 -1
- package/dist/esm/{index-bb15ce14.js → index-d413187a.js} +5 -11
- package/dist/esm/ketchup.js +4 -7
- package/dist/esm/kup-accordion.entry.js +5 -5
- package/dist/esm/kup-autocomplete_27.entry.js +16 -16
- package/dist/esm/kup-box.entry.js +14 -14
- package/dist/esm/kup-calendar.entry.js +15 -9
- package/dist/esm/kup-cell.entry.js +8 -8
- package/dist/esm/kup-dash-list.entry.js +2 -2
- package/dist/esm/kup-dash_2.entry.js +3 -3
- package/dist/esm/kup-dashboard.entry.js +10 -10
- package/dist/esm/kup-drawer.entry.js +3 -3
- package/dist/esm/kup-echart.entry.js +27 -15
- package/dist/esm/kup-family-tree.entry.js +6 -6
- package/dist/esm/kup-iframe.entry.js +2 -2
- package/dist/esm/kup-image-list.entry.js +11 -11
- package/dist/esm/kup-lazy.entry.js +3 -3
- package/dist/esm/kup-magic-box.entry.js +5 -5
- package/dist/esm/{kup-manager-bad7bec3.js → kup-manager-a4153fb2.js} +1 -1
- package/dist/esm/kup-nav-bar.entry.js +3 -3
- package/dist/esm/kup-numeric-picker.entry.js +6 -6
- package/dist/esm/kup-photo-frame.entry.js +3 -3
- package/dist/esm/kup-planner.entry.js +26 -18
- package/dist/esm/kup-probe.entry.js +3 -3
- package/dist/esm/kup-qlik.entry.js +2 -2
- package/dist/esm/kup-snackbar.entry.js +6 -6
- package/dist/esm/loader.js +4 -13
- package/dist/ketchup/ketchup.esm.js +1 -1
- package/dist/ketchup/{p-a8eccd10.entry.js → p-0848391f.entry.js} +1 -1
- package/dist/ketchup/{p-aa373c37.entry.js → p-23d54fb2.entry.js} +1 -1
- package/dist/ketchup/{p-e6cf7db3.entry.js → p-25d45dc9.entry.js} +1 -1
- package/dist/ketchup/{p-e1f0ade4.entry.js → p-2739b7ac.entry.js} +1 -1
- package/dist/ketchup/p-283ca113.entry.js +1 -0
- package/dist/ketchup/{p-afa2af1e.js → p-2f0798d3.js} +1 -1
- package/dist/ketchup/{p-be89bc7b.entry.js → p-3081ed82.entry.js} +1 -1
- package/dist/ketchup/{p-c455cc67.entry.js → p-384137d7.entry.js} +2 -2
- package/dist/ketchup/{p-ef21d377.entry.js → p-3972b97c.entry.js} +1 -1
- package/dist/ketchup/{p-31da4bae.entry.js → p-3bbcae45.entry.js} +1 -1
- package/dist/ketchup/{p-68c5029f.entry.js → p-3c44e838.entry.js} +1 -1
- package/dist/ketchup/{p-fefa9ae4.entry.js → p-3d671241.entry.js} +1 -1
- package/dist/ketchup/{p-4c79ea53.entry.js → p-44b5c573.entry.js} +1 -1
- package/dist/ketchup/{p-82b5fac1.js → p-47752f3b.js} +1 -1
- package/dist/ketchup/{p-0b24a2ed.entry.js → p-5ce0e645.entry.js} +1 -1
- package/dist/ketchup/{p-55182fcf.js → p-698442ed.js} +1 -1
- package/dist/ketchup/{p-fb03f2f5.js → p-6d9ffb32.js} +1 -1
- package/dist/ketchup/{p-fd1323da.js → p-7360a410.js} +1 -1
- package/dist/ketchup/{p-af50bc6b.entry.js → p-b415fe84.entry.js} +1 -1
- package/dist/ketchup/{p-ee39977d.entry.js → p-b623c774.entry.js} +1 -1
- package/dist/ketchup/{p-2587abcf.entry.js → p-b8fcbcc9.entry.js} +1 -1
- package/dist/ketchup/{p-1ad1cf92.entry.js → p-be864593.entry.js} +2 -2
- package/dist/ketchup/{p-15ffcd21.entry.js → p-c0878519.entry.js} +1 -1
- package/dist/ketchup/{p-bd21cdea.entry.js → p-c39ddeae.entry.js} +1 -1
- package/dist/ketchup/{p-fb0b5466.js → p-d680bdde.js} +1 -1
- package/dist/ketchup/{p-3879be61.js → p-d817be2a.js} +1 -1
- package/dist/ketchup/{p-bd5ece4c.js → p-e76b646c.js} +1 -1
- package/dist/ketchup/{p-7664a38d.entry.js → p-e917200c.entry.js} +2 -2
- package/dist/ketchup/{p-b3eeb140.entry.js → p-eec864dd.entry.js} +1 -1
- package/dist/ketchup/{p-6c995fb2.entry.js → p-f3c8c1da.entry.js} +1 -1
- package/dist/ketchup/{p-68cd7d9a.js → p-f79d544a.js} +1 -1
- package/dist/ketchup/p-fd75d5bf.js +2 -0
- package/dist/loader/index.d.ts +1 -1
- package/dist/types/components/kup-calendar/kup-calendar-declarations.d.ts +2 -1
- package/dist/types/components/kup-calendar/kup-calendar.d.ts +5 -0
- package/dist/types/components/kup-data-table/kup-data-table-state.d.ts +1 -1
- package/dist/types/components.d.ts +10 -0
- package/dist/types/stencil-public-runtime.d.ts +1 -1
- package/package.json +5 -5
- package/dist/esm/polyfills/css-shim.js +0 -1
- package/dist/ketchup/p-15e6bfaf.entry.js +0 -1
- package/dist/ketchup/p-b5deb573.js +0 -2
- /package/dist/cjs/{GenericVariables-9cd88034.js → GenericVariables-1d52ba57.js} +0 -0
- /package/dist/cjs/{component-2c7ddef7.js → component-24811409.js} +0 -0
- /package/dist/cjs/{f-button-declarations-76b4fb4c.js → f-button-declarations-3fd791a8.js} +0 -0
- /package/dist/esm/{GenericVariables-6dfdd433.js → GenericVariables-d8d0541e.js} +0 -0
- /package/dist/esm/{component-e86c51ea.js → component-cc25b031.js} +0 -0
- /package/dist/esm/{f-button-declarations-fd4965d1.js → f-button-declarations-8a009df1.js} +0 -0
- /package/dist/ketchup/{p-6507e9eb.js → p-124f3f42.js} +0 -0
- /package/dist/ketchup/{p-ad2e21d2.js → p-635bb4b3.js} +0 -0
- /package/dist/ketchup/{p-0fd98ab4.js → p-b00f3575.js} +0 -0
|
@@ -15,38 +15,38 @@ var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (
|
|
|
15
15
|
return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
|
|
16
16
|
};
|
|
17
17
|
var _KupDataTable_instances, _KupDataTable_initialized, _KupDataTable_rows, _KupDataTable_rowsLength, _KupDataTable_paginatedRows, _KupDataTable_paginatedRowsLength, _KupDataTable_footer, _KupDataTable_kupManager, _KupDataTable_renderedRows, _KupDataTable_loadMoreEventCounter, _KupDataTable_loadMoreEventPreviousQuantity, _KupDataTable_theadRef, _KupDataTable_tableRef, _KupDataTable_originalData, _KupDataTable_tableAreaRef, _KupDataTable_stickyTheadRef, _KupDataTable_customizeTopButtonRef, _KupDataTable_customizeTopPanelRef, _KupDataTable_sizedColumns, _KupDataTable_intObserver, _KupDataTable_navBarHeight, _KupDataTable_theadIntersecting, _KupDataTable_tableIntersecting, _KupDataTable_isSafariBrowser, _KupDataTable_isRestoringState, _KupDataTable_globalFilterTimeout, _KupDataTable_totalMenuCoords, _KupDataTable_clickTimeout, _KupDataTable_thRefs, _KupDataTable_rowsRefs, _KupDataTable_oldWidth, _KupDataTable_hold, _KupDataTable_interactableDrag, _KupDataTable_interactableDrop, _KupDataTable_interactableResize, _KupDataTable_interactableTouch, _KupDataTable_dropareaRef, _KupDataTable_removeDropareaRef, _KupDataTable_groupsDropareaRef, _KupDataTable_clickCb, _KupDataTable_clickCbCustomPanel, _KupDataTable_clickCbDropCard, _KupDataTable_resizeTimeout, _KupDataTable_columnMenuInstance, _KupDataTable_filtersColumnMenuInstance, _KupDataTable_filtersRowsInstance, _KupDataTable_detailCard, _KupDataTable_insertCard, _KupDataTable_confirmDeleteCard, _KupDataTable_confirmDeleteDialog, _KupDataTable_columnMenuCard, _KupDataTable_columnDropCard, _KupDataTable_columnDropCardAnchor, _KupDataTable_insertCount, _KupDataTable_BUTTON_CANCEL_ID, _KupDataTable_BUTTON_SUBMIT_ID, _KupDataTable_FIELDS_FORM_ID, _KupDataTable_MESSAGE_ID, _KupDataTable_MESSAGE_WRAPPER_ID, _KupDataTable_INSERT_PREFIX, _KupDataTable_closeDropCard, _KupDataTable_createDropCard, _KupDataTable_calculateData, _KupDataTable_getRow, _KupDataTable_getTransposedData, _KupDataTable_setTransposedData, _KupDataTable_switchToTotalsMatrix, _KupDataTable_setObjForTotalsMatrix, _KupDataTable_stickyHeaderPosition, _KupDataTable_updateStickyHeaderSize, _KupDataTable_setObserver, _KupDataTable_didLoadInteractables, _KupDataTable_didRenderInteractables, _KupDataTable_didLoadObservers, _KupDataTable_didRenderObservers, _KupDataTable_didLoadEventHandling, _KupDataTable_scrollStickyHeader, _KupDataTable_checkScrollOnHover, _KupDataTable_customizePanelPosition, _KupDataTable_rowsPointLength, _KupDataTable_paginatedRowsPointLength, _KupDataTable__rowsLength, _KupDataTable_setDynPosElements, _KupDataTable_resetSelectedRows, _KupDataTable_getSizedColumns, _KupDataTable_rowDetail, _KupDataTable_rowInsertForm, _KupDataTable_rowsDelete, _KupDataTable_getEventDetails, _KupDataTable_clickHandler, _KupDataTable_contextMenuHandler, _KupDataTable_dblClickHandler, _KupDataTable_initRows, _KupDataTable_filterRows, _KupDataTable_isGrouping, _KupDataTable_hasRowActions, _KupDataTable_removeGroup, _KupDataTable_hasTotals, _KupDataTable_tableHasAutoWidth, _KupDataTable_forceGroupExpansion, _KupDataTable_forceRowGroupExpansion, _KupDataTable_adjustPaginator, _KupDataTable_composeFixedCellStyleAndClass, _KupDataTable_updateFixedRowsAndColumnsCssVariables, _KupDataTable_onColumnSort, _KupDataTable_onRemoveFilter, _KupDataTable_getFilterValueForTooltip, _KupDataTable_onGlobalFilterChange, _KupDataTable_handlePageChange, _KupDataTable_handleRowsPerPageChange, _KupDataTable_onRowClick, _KupDataTable_selectColumn, _KupDataTable_deselectColumn, _KupDataTable_onDefaultRowActionClick, _KupDataTable_onRowActionExpanderClick, _KupDataTable_handleRowSelect, _KupDataTable_onRowExpand, _KupDataTable_onSelectAll, _KupDataTable_openTotalMenu, _KupDataTable_closeTotalMenu, _KupDataTable_isOpenedTotalMenuForColumn, _KupDataTable_groupRows, _KupDataTable_onLoadMoreClick, _KupDataTable_adjustGroupState, _KupDataTable_adjustGroupStateFromRow, _KupDataTable_sortRows, _KupDataTable_getSortIcon, _KupDataTable_getSortDecode, _KupDataTable_calculateColspan, _KupDataTable_isGroupExpanded, _KupDataTable_handleColumnSort, _KupDataTable_moveSortedColumns, _KupDataTable_applyLineBreaks, _KupDataTable_composeHeaderCellClassAndStyle, _KupDataTable_renderHeader, _KupDataTable_renderStickyHeader, _KupDataTable_totalMenuPosition, _KupDataTable_onTotalMenuOpen, _KupDataTable_renderRow, _KupDataTable_renderActions, _KupDataTable_onCustomSettingsClick, _KupDataTable_openCustomSettings, _KupDataTable_closeCustomSettings, _KupDataTable_renderPaginator, _KupDataTable_columnRemoveArea, _KupDataTable_columnGroupArea, _KupDataTable_hideShowColumnDropArea, _KupDataTable_handleColumnGroup, _KupDataTable_transcodeItem, _KupDataTable_createListData, _KupDataTable_FONTSIZE_CODES, _KupDataTable_FONTSIZE_DECODES, _KupDataTable_FONTSIZE_ICONS, _KupDataTable_getFontSizeCodeFromDecode, _KupDataTable_renderFontSizePanel, _KupDataTable_DENSITY_DECODES, _KupDataTable_DENSITY_ICONS, _KupDataTable_getDensityCodeFromDecode, _KupDataTable_renderDensityPanel, _KupDataTable_GRID_CODES, _KupDataTable_GRID_DECODES, _KupDataTable_GRID_ICONS, _KupDataTable_getGridCodeFromDecode, _KupDataTable_renderTransposeSwitch, _KupDataTable_renderTotalsMatrix, _KupDataTable_renderGridPanel;
|
|
18
|
-
import { forceUpdate, h, Host, } from
|
|
19
|
-
import { FixedCellsClasses, FixedCellsCSSVarsBase, GroupLabelDisplayMode, LoadMoreMode, PaginatorPos, ShowGrid, SortMode, TotalMode, TotalLabel, KupDataTableProps, fieldColumn, iconColumn, keyColumn, SelectionMode, } from
|
|
20
|
-
import { getColumnByName } from
|
|
21
|
-
import { calcTotals, normalizeRows, filterRows, groupRows, paginateRows, sortRows, } from
|
|
22
|
-
import { identify, getProps, setProps } from
|
|
23
|
-
import { ItemsDisplayMode, } from
|
|
24
|
-
import { kupManagerInstance, } from
|
|
25
|
-
import { KupDataTableState } from
|
|
26
|
-
import { FImage } from
|
|
27
|
-
import { FTextField } from
|
|
28
|
-
import { FChip } from
|
|
29
|
-
import { FTextFieldMDC } from
|
|
30
|
-
import { FChipType, } from
|
|
31
|
-
import { FCheckbox } from
|
|
32
|
-
import { KupColumnMenu } from
|
|
33
|
-
import { FiltersColumnMenu } from
|
|
34
|
-
import { FiltersRows } from
|
|
35
|
-
import { kupDynamicPositionAttribute, KupDynamicPositionPlacement, } from
|
|
36
|
-
import { KupCardFamily, } from
|
|
37
|
-
import { KupDebugCategory } from
|
|
38
|
-
import { KupLanguageDensity, KupLanguageFontsize, KupLanguageGeneric, KupLanguageGrid, KupLanguageRow, KupLanguageSearch, KupLanguageTotals, } from
|
|
39
|
-
import { KupThemeColorValues, KupThemeIconValues, } from
|
|
40
|
-
import { componentWrapperId } from
|
|
41
|
-
import { kupDragActiveAttr, KupDragEffect, kupDraggableCellAttr, kupDraggableColumnAttr, KupDropEventTypes, KupPointerEventTypes, } from
|
|
42
|
-
import { FCellPadding, } from
|
|
43
|
-
import { FCell } from
|
|
44
|
-
import { FPaginator } from
|
|
45
|
-
import { pageChange, rowsPerPageChange, } from
|
|
46
|
-
import { KupDataNewColumnTypes, } from
|
|
47
|
-
import { FButton } from
|
|
48
|
-
import { FButtonStyling } from
|
|
49
|
-
import { KupDatesFormats } from
|
|
18
|
+
import { forceUpdate, h, Host, } from "@stencil/core";
|
|
19
|
+
import { FixedCellsClasses, FixedCellsCSSVarsBase, GroupLabelDisplayMode, LoadMoreMode, PaginatorPos, ShowGrid, SortMode, TotalMode, TotalLabel, KupDataTableProps, fieldColumn, iconColumn, keyColumn, SelectionMode, } from "./kup-data-table-declarations";
|
|
20
|
+
import { getColumnByName } from "../../utils/cell-utils";
|
|
21
|
+
import { calcTotals, normalizeRows, filterRows, groupRows, paginateRows, sortRows, } from "./kup-data-table-helper";
|
|
22
|
+
import { identify, getProps, setProps } from "../../utils/utils";
|
|
23
|
+
import { ItemsDisplayMode, } from "../kup-list/kup-list-declarations";
|
|
24
|
+
import { kupManagerInstance, } from "../../managers/kup-manager/kup-manager";
|
|
25
|
+
import { KupDataTableState } from "./kup-data-table-state";
|
|
26
|
+
import { FImage } from "../../f-components/f-image/f-image";
|
|
27
|
+
import { FTextField } from "../../f-components/f-text-field/f-text-field";
|
|
28
|
+
import { FChip } from "../../f-components/f-chip/f-chip";
|
|
29
|
+
import { FTextFieldMDC } from "../../f-components/f-text-field/f-text-field-mdc";
|
|
30
|
+
import { FChipType, } from "../../f-components/f-chip/f-chip-declarations";
|
|
31
|
+
import { FCheckbox } from "../../f-components/f-checkbox/f-checkbox";
|
|
32
|
+
import { KupColumnMenu } from "../../utils/kup-column-menu/kup-column-menu";
|
|
33
|
+
import { FiltersColumnMenu } from "../../utils/filters/filters-column-menu";
|
|
34
|
+
import { FiltersRows } from "../../utils/filters/filters-rows";
|
|
35
|
+
import { kupDynamicPositionAttribute, KupDynamicPositionPlacement, } from "../../managers/kup-dynamic-position/kup-dynamic-position-declarations";
|
|
36
|
+
import { KupCardFamily, } from "../kup-card/kup-card-declarations";
|
|
37
|
+
import { KupDebugCategory } from "../../managers/kup-debug/kup-debug-declarations";
|
|
38
|
+
import { KupLanguageDensity, KupLanguageFontsize, KupLanguageGeneric, KupLanguageGrid, KupLanguageRow, KupLanguageSearch, KupLanguageTotals, } from "../../managers/kup-language/kup-language-declarations";
|
|
39
|
+
import { KupThemeColorValues, KupThemeIconValues, } from "../../managers/kup-theme/kup-theme-declarations";
|
|
40
|
+
import { componentWrapperId } from "../../variables/GenericVariables";
|
|
41
|
+
import { kupDragActiveAttr, KupDragEffect, kupDraggableCellAttr, kupDraggableColumnAttr, KupDropEventTypes, KupPointerEventTypes, } from "../../managers/kup-interact/kup-interact-declarations";
|
|
42
|
+
import { FCellPadding, } from "../../f-components/f-cell/f-cell-declarations";
|
|
43
|
+
import { FCell } from "../../f-components/f-cell/f-cell";
|
|
44
|
+
import { FPaginator } from "../../f-components/f-paginator/f-paginator";
|
|
45
|
+
import { pageChange, rowsPerPageChange, } from "../../f-components/f-paginator/f-paginator-utils";
|
|
46
|
+
import { KupDataNewColumnTypes, } from "../../managers/kup-data/kup-data-declarations";
|
|
47
|
+
import { FButton } from "../../f-components/f-button/f-button";
|
|
48
|
+
import { FButtonStyling } from "../../f-components/f-button/f-button-declarations";
|
|
49
|
+
import { KupDatesFormats } from "../../managers/kup-dates/kup-dates-declarations";
|
|
50
50
|
export class KupDataTable {
|
|
51
51
|
constructor() {
|
|
52
52
|
_KupDataTable_instances.add(this);
|
|
@@ -1237,8 +1237,8 @@ export class KupDataTable {
|
|
|
1237
1237
|
for (let index = 0; index < this.data.columns.length; index++) {
|
|
1238
1238
|
const column = this.data.columns[index];
|
|
1239
1239
|
cells[column.name] = {
|
|
1240
|
-
data: column.cellData,
|
|
1241
|
-
slotData: column.cellSlotData,
|
|
1240
|
+
data: column.cellData ? JSON.parse(JSON.stringify(column.cellData)) : undefined,
|
|
1241
|
+
slotData: column.cellSlotData ? JSON.parse(JSON.stringify(column.cellSlotData)) : undefined,
|
|
1242
1242
|
isEditable: column.isKey ||
|
|
1243
1243
|
column.isEditable,
|
|
1244
1244
|
obj: Object.assign({}, column.obj),
|
|
@@ -1351,7 +1351,8 @@ export class KupDataTable {
|
|
|
1351
1351
|
"references": {
|
|
1352
1352
|
"KupStore": {
|
|
1353
1353
|
"location": "import",
|
|
1354
|
-
"path": "../kup-state/kup-store"
|
|
1354
|
+
"path": "../kup-state/kup-store",
|
|
1355
|
+
"id": "src/components/kup-state/kup-store.ts::KupStore"
|
|
1355
1356
|
}
|
|
1356
1357
|
}
|
|
1357
1358
|
},
|
|
@@ -1410,7 +1411,8 @@ export class KupDataTable {
|
|
|
1410
1411
|
"references": {
|
|
1411
1412
|
"KupDataTableDataset": {
|
|
1412
1413
|
"location": "import",
|
|
1413
|
-
"path": "./kup-data-table-declarations"
|
|
1414
|
+
"path": "./kup-data-table-declarations",
|
|
1415
|
+
"id": "src/components/kup-data-table/kup-data-table-declarations.ts::KupDataTableDataset"
|
|
1414
1416
|
}
|
|
1415
1417
|
}
|
|
1416
1418
|
},
|
|
@@ -1430,7 +1432,8 @@ export class KupDataTable {
|
|
|
1430
1432
|
"references": {
|
|
1431
1433
|
"FCellPadding": {
|
|
1432
1434
|
"location": "import",
|
|
1433
|
-
"path": "../../f-components/f-cell/f-cell-declarations"
|
|
1435
|
+
"path": "../../f-components/f-cell/f-cell-declarations",
|
|
1436
|
+
"id": "src/f-components/f-cell/f-cell-declarations.ts::FCellPadding"
|
|
1434
1437
|
}
|
|
1435
1438
|
}
|
|
1436
1439
|
},
|
|
@@ -1624,7 +1627,8 @@ export class KupDataTable {
|
|
|
1624
1627
|
"references": {
|
|
1625
1628
|
"GenericFilter": {
|
|
1626
1629
|
"location": "import",
|
|
1627
|
-
"path": "../../utils/filters/filters-declarations"
|
|
1630
|
+
"path": "../../utils/filters/filters-declarations",
|
|
1631
|
+
"id": "src/utils/filters/filters-declarations.ts::GenericFilter"
|
|
1628
1632
|
}
|
|
1629
1633
|
}
|
|
1630
1634
|
},
|
|
@@ -1741,7 +1745,8 @@ export class KupDataTable {
|
|
|
1741
1745
|
"references": {
|
|
1742
1746
|
"GroupLabelDisplayMode": {
|
|
1743
1747
|
"location": "import",
|
|
1744
|
-
"path": "./kup-data-table-declarations"
|
|
1748
|
+
"path": "./kup-data-table-declarations",
|
|
1749
|
+
"id": "src/components/kup-data-table/kup-data-table-declarations.ts::GroupLabelDisplayMode"
|
|
1745
1750
|
}
|
|
1746
1751
|
}
|
|
1747
1752
|
},
|
|
@@ -1763,11 +1768,13 @@ export class KupDataTable {
|
|
|
1763
1768
|
"resolved": "GroupObject[]",
|
|
1764
1769
|
"references": {
|
|
1765
1770
|
"Array": {
|
|
1766
|
-
"location": "global"
|
|
1771
|
+
"location": "global",
|
|
1772
|
+
"id": "global::Array"
|
|
1767
1773
|
},
|
|
1768
1774
|
"GroupObject": {
|
|
1769
1775
|
"location": "import",
|
|
1770
|
-
"path": "./kup-data-table-declarations"
|
|
1776
|
+
"path": "./kup-data-table-declarations",
|
|
1777
|
+
"id": "src/components/kup-data-table/kup-data-table-declarations.ts::GroupObject"
|
|
1771
1778
|
}
|
|
1772
1779
|
}
|
|
1773
1780
|
},
|
|
@@ -1806,7 +1813,8 @@ export class KupDataTable {
|
|
|
1806
1813
|
"references": {
|
|
1807
1814
|
"KupDataTableInsertMode": {
|
|
1808
1815
|
"location": "import",
|
|
1809
|
-
"path": "./kup-data-table-declarations"
|
|
1816
|
+
"path": "./kup-data-table-declarations",
|
|
1817
|
+
"id": "src/components/kup-data-table/kup-data-table-declarations.ts::KupDataTableInsertMode"
|
|
1810
1818
|
}
|
|
1811
1819
|
}
|
|
1812
1820
|
},
|
|
@@ -1907,7 +1915,8 @@ export class KupDataTable {
|
|
|
1907
1915
|
"references": {
|
|
1908
1916
|
"LoadMoreMode": {
|
|
1909
1917
|
"location": "import",
|
|
1910
|
-
"path": "./kup-data-table-declarations"
|
|
1918
|
+
"path": "./kup-data-table-declarations",
|
|
1919
|
+
"id": "src/components/kup-data-table/kup-data-table-declarations.ts::LoadMoreMode"
|
|
1911
1920
|
}
|
|
1912
1921
|
}
|
|
1913
1922
|
},
|
|
@@ -1978,7 +1987,8 @@ export class KupDataTable {
|
|
|
1978
1987
|
"references": {
|
|
1979
1988
|
"PaginatorPos": {
|
|
1980
1989
|
"location": "import",
|
|
1981
|
-
"path": "./kup-data-table-declarations"
|
|
1990
|
+
"path": "./kup-data-table-declarations",
|
|
1991
|
+
"id": "src/components/kup-data-table/kup-data-table-declarations.ts::PaginatorPos"
|
|
1982
1992
|
}
|
|
1983
1993
|
}
|
|
1984
1994
|
},
|
|
@@ -2036,11 +2046,13 @@ export class KupDataTable {
|
|
|
2036
2046
|
"resolved": "KupDataRowAction[]",
|
|
2037
2047
|
"references": {
|
|
2038
2048
|
"Array": {
|
|
2039
|
-
"location": "global"
|
|
2049
|
+
"location": "global",
|
|
2050
|
+
"id": "global::Array"
|
|
2040
2051
|
},
|
|
2041
2052
|
"KupDataRowAction": {
|
|
2042
2053
|
"location": "import",
|
|
2043
|
-
"path": "../../managers/kup-data/kup-data-declarations"
|
|
2054
|
+
"path": "../../managers/kup-data/kup-data-declarations",
|
|
2055
|
+
"id": "src/managers/kup-data/kup-data-declarations.ts::KupDataRowAction"
|
|
2044
2056
|
}
|
|
2045
2057
|
}
|
|
2046
2058
|
},
|
|
@@ -2096,7 +2108,8 @@ export class KupDataTable {
|
|
|
2096
2108
|
"references": {
|
|
2097
2109
|
"SelectionMode": {
|
|
2098
2110
|
"location": "import",
|
|
2099
|
-
"path": "./kup-data-table-declarations"
|
|
2111
|
+
"path": "./kup-data-table-declarations",
|
|
2112
|
+
"id": "src/components/kup-data-table/kup-data-table-declarations.ts::SelectionMode"
|
|
2100
2113
|
}
|
|
2101
2114
|
}
|
|
2102
2115
|
},
|
|
@@ -2209,7 +2222,8 @@ export class KupDataTable {
|
|
|
2209
2222
|
"references": {
|
|
2210
2223
|
"ShowGrid": {
|
|
2211
2224
|
"location": "import",
|
|
2212
|
-
"path": "./kup-data-table-declarations"
|
|
2225
|
+
"path": "./kup-data-table-declarations",
|
|
2226
|
+
"id": "src/components/kup-data-table/kup-data-table-declarations.ts::ShowGrid"
|
|
2213
2227
|
}
|
|
2214
2228
|
}
|
|
2215
2229
|
},
|
|
@@ -2288,11 +2302,13 @@ export class KupDataTable {
|
|
|
2288
2302
|
"resolved": "SortObject[]",
|
|
2289
2303
|
"references": {
|
|
2290
2304
|
"Array": {
|
|
2291
|
-
"location": "global"
|
|
2305
|
+
"location": "global",
|
|
2306
|
+
"id": "global::Array"
|
|
2292
2307
|
},
|
|
2293
2308
|
"SortObject": {
|
|
2294
2309
|
"location": "import",
|
|
2295
|
-
"path": "./kup-data-table-declarations"
|
|
2310
|
+
"path": "./kup-data-table-declarations",
|
|
2311
|
+
"id": "src/components/kup-data-table/kup-data-table-declarations.ts::SortObject"
|
|
2296
2312
|
}
|
|
2297
2313
|
}
|
|
2298
2314
|
},
|
|
@@ -2385,7 +2401,8 @@ export class KupDataTable {
|
|
|
2385
2401
|
"references": {
|
|
2386
2402
|
"TotalsMap": {
|
|
2387
2403
|
"location": "import",
|
|
2388
|
-
"path": "./kup-data-table-declarations"
|
|
2404
|
+
"path": "./kup-data-table-declarations",
|
|
2405
|
+
"id": "src/components/kup-data-table/kup-data-table-declarations.ts::TotalsMap"
|
|
2389
2406
|
}
|
|
2390
2407
|
}
|
|
2391
2408
|
},
|
|
@@ -2447,7 +2464,8 @@ export class KupDataTable {
|
|
|
2447
2464
|
"references": {
|
|
2448
2465
|
"KupEventPayload": {
|
|
2449
2466
|
"location": "import",
|
|
2450
|
-
"path": "../../types/GenericTypes"
|
|
2467
|
+
"path": "../../types/GenericTypes",
|
|
2468
|
+
"id": "src/types/GenericTypes.ts::KupEventPayload"
|
|
2451
2469
|
}
|
|
2452
2470
|
}
|
|
2453
2471
|
}
|
|
@@ -2467,7 +2485,8 @@ export class KupDataTable {
|
|
|
2467
2485
|
"references": {
|
|
2468
2486
|
"KupEventPayload": {
|
|
2469
2487
|
"location": "import",
|
|
2470
|
-
"path": "../../types/GenericTypes"
|
|
2488
|
+
"path": "../../types/GenericTypes",
|
|
2489
|
+
"id": "src/types/GenericTypes.ts::KupEventPayload"
|
|
2471
2490
|
}
|
|
2472
2491
|
}
|
|
2473
2492
|
}
|
|
@@ -2487,7 +2506,8 @@ export class KupDataTable {
|
|
|
2487
2506
|
"references": {
|
|
2488
2507
|
"KupEventPayload": {
|
|
2489
2508
|
"location": "import",
|
|
2490
|
-
"path": "../../types/GenericTypes"
|
|
2509
|
+
"path": "../../types/GenericTypes",
|
|
2510
|
+
"id": "src/types/GenericTypes.ts::KupEventPayload"
|
|
2491
2511
|
}
|
|
2492
2512
|
}
|
|
2493
2513
|
}
|
|
@@ -2507,7 +2527,8 @@ export class KupDataTable {
|
|
|
2507
2527
|
"references": {
|
|
2508
2528
|
"KupDatatableRowSelectedEventPayload": {
|
|
2509
2529
|
"location": "import",
|
|
2510
|
-
"path": "./kup-data-table-declarations"
|
|
2530
|
+
"path": "./kup-data-table-declarations",
|
|
2531
|
+
"id": "src/components/kup-data-table/kup-data-table-declarations.ts::KupDatatableRowSelectedEventPayload"
|
|
2511
2532
|
}
|
|
2512
2533
|
}
|
|
2513
2534
|
}
|
|
@@ -2527,7 +2548,8 @@ export class KupDataTable {
|
|
|
2527
2548
|
"references": {
|
|
2528
2549
|
"KupDatatableClickEventPayload": {
|
|
2529
2550
|
"location": "import",
|
|
2530
|
-
"path": "./kup-data-table-declarations"
|
|
2551
|
+
"path": "./kup-data-table-declarations",
|
|
2552
|
+
"id": "src/components/kup-data-table/kup-data-table-declarations.ts::KupDatatableClickEventPayload"
|
|
2531
2553
|
}
|
|
2532
2554
|
}
|
|
2533
2555
|
}
|
|
@@ -2547,7 +2569,8 @@ export class KupDataTable {
|
|
|
2547
2569
|
"references": {
|
|
2548
2570
|
"KupDatatableClickEventPayload": {
|
|
2549
2571
|
"location": "import",
|
|
2550
|
-
"path": "./kup-data-table-declarations"
|
|
2572
|
+
"path": "./kup-data-table-declarations",
|
|
2573
|
+
"id": "src/components/kup-data-table/kup-data-table-declarations.ts::KupDatatableClickEventPayload"
|
|
2551
2574
|
}
|
|
2552
2575
|
}
|
|
2553
2576
|
}
|
|
@@ -2567,7 +2590,8 @@ export class KupDataTable {
|
|
|
2567
2590
|
"references": {
|
|
2568
2591
|
"KupDatatableClickEventPayload": {
|
|
2569
2592
|
"location": "import",
|
|
2570
|
-
"path": "./kup-data-table-declarations"
|
|
2593
|
+
"path": "./kup-data-table-declarations",
|
|
2594
|
+
"id": "src/components/kup-data-table/kup-data-table-declarations.ts::KupDatatableClickEventPayload"
|
|
2571
2595
|
}
|
|
2572
2596
|
}
|
|
2573
2597
|
}
|
|
@@ -2587,7 +2611,8 @@ export class KupDataTable {
|
|
|
2587
2611
|
"references": {
|
|
2588
2612
|
"KupDatatableColumnMenuEventPayload": {
|
|
2589
2613
|
"location": "import",
|
|
2590
|
-
"path": "./kup-data-table-declarations"
|
|
2614
|
+
"path": "./kup-data-table-declarations",
|
|
2615
|
+
"id": "src/components/kup-data-table/kup-data-table-declarations.ts::KupDatatableColumnMenuEventPayload"
|
|
2591
2616
|
}
|
|
2592
2617
|
}
|
|
2593
2618
|
}
|
|
@@ -2607,7 +2632,8 @@ export class KupDataTable {
|
|
|
2607
2632
|
"references": {
|
|
2608
2633
|
"KupDatatableRowActionClickEventPayload": {
|
|
2609
2634
|
"location": "import",
|
|
2610
|
-
"path": "./kup-data-table-declarations"
|
|
2635
|
+
"path": "./kup-data-table-declarations",
|
|
2636
|
+
"id": "src/components/kup-data-table/kup-data-table-declarations.ts::KupDatatableRowActionClickEventPayload"
|
|
2611
2637
|
}
|
|
2612
2638
|
}
|
|
2613
2639
|
}
|
|
@@ -2627,7 +2653,8 @@ export class KupDataTable {
|
|
|
2627
2653
|
"references": {
|
|
2628
2654
|
"KupDatatableLoadMoreClickEventPayload": {
|
|
2629
2655
|
"location": "import",
|
|
2630
|
-
"path": "./kup-data-table-declarations"
|
|
2656
|
+
"path": "./kup-data-table-declarations",
|
|
2657
|
+
"id": "src/components/kup-data-table/kup-data-table-declarations.ts::KupDatatableLoadMoreClickEventPayload"
|
|
2631
2658
|
}
|
|
2632
2659
|
}
|
|
2633
2660
|
}
|
|
@@ -2647,7 +2674,8 @@ export class KupDataTable {
|
|
|
2647
2674
|
"references": {
|
|
2648
2675
|
"KupDatatableColumnMoveEventPayload": {
|
|
2649
2676
|
"location": "import",
|
|
2650
|
-
"path": "./kup-data-table-declarations"
|
|
2677
|
+
"path": "./kup-data-table-declarations",
|
|
2678
|
+
"id": "src/components/kup-data-table/kup-data-table-declarations.ts::KupDatatableColumnMoveEventPayload"
|
|
2651
2679
|
}
|
|
2652
2680
|
}
|
|
2653
2681
|
}
|
|
@@ -2667,7 +2695,8 @@ export class KupDataTable {
|
|
|
2667
2695
|
"references": {
|
|
2668
2696
|
"KupDatatableColumnRemoveEventPayload": {
|
|
2669
2697
|
"location": "import",
|
|
2670
|
-
"path": "./kup-data-table-declarations"
|
|
2698
|
+
"path": "./kup-data-table-declarations",
|
|
2699
|
+
"id": "src/components/kup-data-table/kup-data-table-declarations.ts::KupDatatableColumnRemoveEventPayload"
|
|
2671
2700
|
}
|
|
2672
2701
|
}
|
|
2673
2702
|
}
|
|
@@ -2687,7 +2716,8 @@ export class KupDataTable {
|
|
|
2687
2716
|
"references": {
|
|
2688
2717
|
"KupDatatableDeleteRowEventPayload": {
|
|
2689
2718
|
"location": "import",
|
|
2690
|
-
"path": "./kup-data-table-declarations"
|
|
2719
|
+
"path": "./kup-data-table-declarations",
|
|
2720
|
+
"id": "src/components/kup-data-table/kup-data-table-declarations.ts::KupDatatableDeleteRowEventPayload"
|
|
2691
2721
|
}
|
|
2692
2722
|
}
|
|
2693
2723
|
}
|
|
@@ -2707,7 +2737,8 @@ export class KupDataTable {
|
|
|
2707
2737
|
"references": {
|
|
2708
2738
|
"KupDatatableInsertRowEventPayload": {
|
|
2709
2739
|
"location": "import",
|
|
2710
|
-
"path": "./kup-data-table-declarations"
|
|
2740
|
+
"path": "./kup-data-table-declarations",
|
|
2741
|
+
"id": "src/components/kup-data-table/kup-data-table-declarations.ts::KupDatatableInsertRowEventPayload"
|
|
2711
2742
|
}
|
|
2712
2743
|
}
|
|
2713
2744
|
}
|
|
@@ -2727,7 +2758,8 @@ export class KupDataTable {
|
|
|
2727
2758
|
"references": {
|
|
2728
2759
|
"KupDatatableInsertRowEventPayload": {
|
|
2729
2760
|
"location": "import",
|
|
2730
|
-
"path": "./kup-data-table-declarations"
|
|
2761
|
+
"path": "./kup-data-table-declarations",
|
|
2762
|
+
"id": "src/components/kup-data-table/kup-data-table-declarations.ts::KupDatatableInsertRowEventPayload"
|
|
2731
2763
|
}
|
|
2732
2764
|
}
|
|
2733
2765
|
}
|
|
@@ -2747,7 +2779,8 @@ export class KupDataTable {
|
|
|
2747
2779
|
"references": {
|
|
2748
2780
|
"KupDatatableHistoryEventPayload": {
|
|
2749
2781
|
"location": "import",
|
|
2750
|
-
"path": "./kup-data-table-declarations"
|
|
2782
|
+
"path": "./kup-data-table-declarations",
|
|
2783
|
+
"id": "src/components/kup-data-table/kup-data-table-declarations.ts::KupDatatableHistoryEventPayload"
|
|
2751
2784
|
}
|
|
2752
2785
|
}
|
|
2753
2786
|
}
|
|
@@ -2761,7 +2794,8 @@ export class KupDataTable {
|
|
|
2761
2794
|
"parameters": [],
|
|
2762
2795
|
"references": {
|
|
2763
2796
|
"Promise": {
|
|
2764
|
-
"location": "global"
|
|
2797
|
+
"location": "global",
|
|
2798
|
+
"id": "global::Promise"
|
|
2765
2799
|
}
|
|
2766
2800
|
},
|
|
2767
2801
|
"return": "Promise<void>"
|
|
@@ -2777,7 +2811,8 @@ export class KupDataTable {
|
|
|
2777
2811
|
"parameters": [],
|
|
2778
2812
|
"references": {
|
|
2779
2813
|
"Promise": {
|
|
2780
|
-
"location": "global"
|
|
2814
|
+
"location": "global",
|
|
2815
|
+
"id": "global::Promise"
|
|
2781
2816
|
}
|
|
2782
2817
|
},
|
|
2783
2818
|
"return": "Promise<void>"
|
|
@@ -2799,14 +2834,17 @@ export class KupDataTable {
|
|
|
2799
2834
|
}],
|
|
2800
2835
|
"references": {
|
|
2801
2836
|
"Promise": {
|
|
2802
|
-
"location": "global"
|
|
2837
|
+
"location": "global",
|
|
2838
|
+
"id": "global::Promise"
|
|
2803
2839
|
},
|
|
2804
2840
|
"KupDataTableRow": {
|
|
2805
2841
|
"location": "import",
|
|
2806
|
-
"path": "./kup-data-table-declarations"
|
|
2842
|
+
"path": "./kup-data-table-declarations",
|
|
2843
|
+
"id": "src/components/kup-data-table/kup-data-table-declarations.ts::KupDataTableRow"
|
|
2807
2844
|
},
|
|
2808
2845
|
"Array": {
|
|
2809
|
-
"location": "global"
|
|
2846
|
+
"location": "global",
|
|
2847
|
+
"id": "global::Array"
|
|
2810
2848
|
}
|
|
2811
2849
|
},
|
|
2812
2850
|
"return": "Promise<KupDataTableRow[]>"
|
|
@@ -2828,7 +2866,8 @@ export class KupDataTable {
|
|
|
2828
2866
|
"parameters": [],
|
|
2829
2867
|
"references": {
|
|
2830
2868
|
"Promise": {
|
|
2831
|
-
"location": "global"
|
|
2869
|
+
"location": "global",
|
|
2870
|
+
"id": "global::Promise"
|
|
2832
2871
|
}
|
|
2833
2872
|
},
|
|
2834
2873
|
"return": "Promise<void>"
|
|
@@ -2844,7 +2883,8 @@ export class KupDataTable {
|
|
|
2844
2883
|
"parameters": [],
|
|
2845
2884
|
"references": {
|
|
2846
2885
|
"Promise": {
|
|
2847
|
-
"location": "global"
|
|
2886
|
+
"location": "global",
|
|
2887
|
+
"id": "global::Promise"
|
|
2848
2888
|
}
|
|
2849
2889
|
},
|
|
2850
2890
|
"return": "Promise<void>"
|
|
@@ -2860,7 +2900,8 @@ export class KupDataTable {
|
|
|
2860
2900
|
"parameters": [],
|
|
2861
2901
|
"references": {
|
|
2862
2902
|
"Promise": {
|
|
2863
|
-
"location": "global"
|
|
2903
|
+
"location": "global",
|
|
2904
|
+
"id": "global::Promise"
|
|
2864
2905
|
}
|
|
2865
2906
|
},
|
|
2866
2907
|
"return": "Promise<any>"
|
|
@@ -2882,11 +2923,13 @@ export class KupDataTable {
|
|
|
2882
2923
|
}],
|
|
2883
2924
|
"references": {
|
|
2884
2925
|
"Promise": {
|
|
2885
|
-
"location": "global"
|
|
2926
|
+
"location": "global",
|
|
2927
|
+
"id": "global::Promise"
|
|
2886
2928
|
},
|
|
2887
2929
|
"KupDataTableRow": {
|
|
2888
2930
|
"location": "import",
|
|
2889
|
-
"path": "./kup-data-table-declarations"
|
|
2931
|
+
"path": "./kup-data-table-declarations",
|
|
2932
|
+
"id": "src/components/kup-data-table/kup-data-table-declarations.ts::KupDataTableRow"
|
|
2890
2933
|
}
|
|
2891
2934
|
},
|
|
2892
2935
|
"return": "Promise<void>"
|
|
@@ -2905,7 +2948,8 @@ export class KupDataTable {
|
|
|
2905
2948
|
"parameters": [],
|
|
2906
2949
|
"references": {
|
|
2907
2950
|
"Promise": {
|
|
2908
|
-
"location": "global"
|
|
2951
|
+
"location": "global",
|
|
2952
|
+
"id": "global::Promise"
|
|
2909
2953
|
}
|
|
2910
2954
|
},
|
|
2911
2955
|
"return": "Promise<void>"
|
|
@@ -2927,11 +2971,13 @@ export class KupDataTable {
|
|
|
2927
2971
|
}],
|
|
2928
2972
|
"references": {
|
|
2929
2973
|
"Promise": {
|
|
2930
|
-
"location": "global"
|
|
2974
|
+
"location": "global",
|
|
2975
|
+
"id": "global::Promise"
|
|
2931
2976
|
},
|
|
2932
2977
|
"GenericObject": {
|
|
2933
2978
|
"location": "import",
|
|
2934
|
-
"path": "../../types/GenericTypes"
|
|
2979
|
+
"path": "../../types/GenericTypes",
|
|
2980
|
+
"id": "src/types/GenericTypes.ts::GenericObject"
|
|
2935
2981
|
}
|
|
2936
2982
|
},
|
|
2937
2983
|
"return": "Promise<GenericObject>"
|
|
@@ -2953,14 +2999,17 @@ export class KupDataTable {
|
|
|
2953
2999
|
"parameters": [],
|
|
2954
3000
|
"references": {
|
|
2955
3001
|
"Promise": {
|
|
2956
|
-
"location": "global"
|
|
3002
|
+
"location": "global",
|
|
3003
|
+
"id": "global::Promise"
|
|
2957
3004
|
},
|
|
2958
3005
|
"KupDataTableRow": {
|
|
2959
3006
|
"location": "import",
|
|
2960
|
-
"path": "./kup-data-table-declarations"
|
|
3007
|
+
"path": "./kup-data-table-declarations",
|
|
3008
|
+
"id": "src/components/kup-data-table/kup-data-table-declarations.ts::KupDataTableRow"
|
|
2961
3009
|
},
|
|
2962
3010
|
"Array": {
|
|
2963
|
-
"location": "global"
|
|
3011
|
+
"location": "global",
|
|
3012
|
+
"id": "global::Array"
|
|
2964
3013
|
}
|
|
2965
3014
|
},
|
|
2966
3015
|
"return": "Promise<KupDataTableRow[]>"
|
|
@@ -2982,11 +3031,13 @@ export class KupDataTable {
|
|
|
2982
3031
|
}],
|
|
2983
3032
|
"references": {
|
|
2984
3033
|
"Promise": {
|
|
2985
|
-
"location": "global"
|
|
3034
|
+
"location": "global",
|
|
3035
|
+
"id": "global::Promise"
|
|
2986
3036
|
},
|
|
2987
3037
|
"KupDataColumn": {
|
|
2988
3038
|
"location": "import",
|
|
2989
|
-
"path": "../../managers/kup-data/kup-data-declarations"
|
|
3039
|
+
"path": "../../managers/kup-data/kup-data-declarations",
|
|
3040
|
+
"id": "src/managers/kup-data/kup-data-declarations.ts::KupDataColumn"
|
|
2990
3041
|
}
|
|
2991
3042
|
},
|
|
2992
3043
|
"return": "Promise<void>"
|
|
@@ -3017,19 +3068,23 @@ export class KupDataTable {
|
|
|
3017
3068
|
}],
|
|
3018
3069
|
"references": {
|
|
3019
3070
|
"Promise": {
|
|
3020
|
-
"location": "global"
|
|
3071
|
+
"location": "global",
|
|
3072
|
+
"id": "global::Promise"
|
|
3021
3073
|
},
|
|
3022
3074
|
"KupDataColumn": {
|
|
3023
3075
|
"location": "import",
|
|
3024
|
-
"path": "../../managers/kup-data/kup-data-declarations"
|
|
3076
|
+
"path": "../../managers/kup-data/kup-data-declarations",
|
|
3077
|
+
"id": "src/managers/kup-data/kup-data-declarations.ts::KupDataColumn"
|
|
3025
3078
|
},
|
|
3026
3079
|
"KupDataNewColumnTypes": {
|
|
3027
3080
|
"location": "import",
|
|
3028
|
-
"path": "../../managers/kup-data/kup-data-declarations"
|
|
3081
|
+
"path": "../../managers/kup-data/kup-data-declarations",
|
|
3082
|
+
"id": "src/managers/kup-data/kup-data-declarations.ts::KupDataNewColumnTypes"
|
|
3029
3083
|
},
|
|
3030
3084
|
"KupDataNewColumnOptions": {
|
|
3031
3085
|
"location": "import",
|
|
3032
|
-
"path": "../../managers/kup-data/kup-data-declarations"
|
|
3086
|
+
"path": "../../managers/kup-data/kup-data-declarations",
|
|
3087
|
+
"id": "src/managers/kup-data/kup-data-declarations.ts::KupDataNewColumnOptions"
|
|
3033
3088
|
}
|
|
3034
3089
|
},
|
|
3035
3090
|
"return": "Promise<string | KupDataColumn>"
|
|
@@ -3060,18 +3115,22 @@ export class KupDataTable {
|
|
|
3060
3115
|
}],
|
|
3061
3116
|
"references": {
|
|
3062
3117
|
"Promise": {
|
|
3063
|
-
"location": "global"
|
|
3118
|
+
"location": "global",
|
|
3119
|
+
"id": "global::Promise"
|
|
3064
3120
|
},
|
|
3065
3121
|
"CustomEvent": {
|
|
3066
|
-
"location": "global"
|
|
3122
|
+
"location": "global",
|
|
3123
|
+
"id": "global::CustomEvent"
|
|
3067
3124
|
},
|
|
3068
3125
|
"KupEventPayload": {
|
|
3069
3126
|
"location": "import",
|
|
3070
|
-
"path": "../../types/GenericTypes"
|
|
3127
|
+
"path": "../../types/GenericTypes",
|
|
3128
|
+
"id": "src/types/GenericTypes.ts::KupEventPayload"
|
|
3071
3129
|
},
|
|
3072
3130
|
"KupCardEventPayload": {
|
|
3073
3131
|
"location": "import",
|
|
3074
|
-
"path": "../kup-card/kup-card-declarations"
|
|
3132
|
+
"path": "../kup-card/kup-card-declarations",
|
|
3133
|
+
"id": "src/components/kup-card/kup-card-declarations.ts::KupCardEventPayload"
|
|
3075
3134
|
}
|
|
3076
3135
|
},
|
|
3077
3136
|
"return": "Promise<void>"
|
|
@@ -3093,7 +3152,8 @@ export class KupDataTable {
|
|
|
3093
3152
|
}],
|
|
3094
3153
|
"references": {
|
|
3095
3154
|
"Promise": {
|
|
3096
|
-
"location": "global"
|
|
3155
|
+
"location": "global",
|
|
3156
|
+
"id": "global::Promise"
|
|
3097
3157
|
}
|
|
3098
3158
|
},
|
|
3099
3159
|
"return": "Promise<void>"
|
|
@@ -3109,7 +3169,8 @@ export class KupDataTable {
|
|
|
3109
3169
|
"parameters": [],
|
|
3110
3170
|
"references": {
|
|
3111
3171
|
"Promise": {
|
|
3112
|
-
"location": "global"
|
|
3172
|
+
"location": "global",
|
|
3173
|
+
"id": "global::Promise"
|
|
3113
3174
|
}
|
|
3114
3175
|
},
|
|
3115
3176
|
"return": "Promise<void>"
|
|
@@ -3143,7 +3204,8 @@ export class KupDataTable {
|
|
|
3143
3204
|
}],
|
|
3144
3205
|
"references": {
|
|
3145
3206
|
"Promise": {
|
|
3146
|
-
"location": "global"
|
|
3207
|
+
"location": "global",
|
|
3208
|
+
"id": "global::Promise"
|
|
3147
3209
|
}
|
|
3148
3210
|
},
|
|
3149
3211
|
"return": "Promise<void>"
|
|
@@ -3180,7 +3242,8 @@ export class KupDataTable {
|
|
|
3180
3242
|
}],
|
|
3181
3243
|
"references": {
|
|
3182
3244
|
"Promise": {
|
|
3183
|
-
"location": "global"
|
|
3245
|
+
"location": "global",
|
|
3246
|
+
"id": "global::Promise"
|
|
3184
3247
|
}
|
|
3185
3248
|
},
|
|
3186
3249
|
"return": "Promise<void>"
|
|
@@ -3208,11 +3271,13 @@ export class KupDataTable {
|
|
|
3208
3271
|
}],
|
|
3209
3272
|
"references": {
|
|
3210
3273
|
"Promise": {
|
|
3211
|
-
"location": "global"
|
|
3274
|
+
"location": "global",
|
|
3275
|
+
"id": "global::Promise"
|
|
3212
3276
|
},
|
|
3213
3277
|
"GenericObject": {
|
|
3214
3278
|
"location": "import",
|
|
3215
|
-
"path": "../../types/GenericTypes"
|
|
3279
|
+
"path": "../../types/GenericTypes",
|
|
3280
|
+
"id": "src/types/GenericTypes.ts::GenericObject"
|
|
3216
3281
|
}
|
|
3217
3282
|
},
|
|
3218
3283
|
"return": "Promise<void>"
|
|
@@ -3243,7 +3308,8 @@ export class KupDataTable {
|
|
|
3243
3308
|
}],
|
|
3244
3309
|
"references": {
|
|
3245
3310
|
"Promise": {
|
|
3246
|
-
"location": "global"
|
|
3311
|
+
"location": "global",
|
|
3312
|
+
"id": "global::Promise"
|
|
3247
3313
|
}
|
|
3248
3314
|
},
|
|
3249
3315
|
"return": "Promise<void>"
|
|
@@ -3265,19 +3331,23 @@ export class KupDataTable {
|
|
|
3265
3331
|
"parameters": [],
|
|
3266
3332
|
"references": {
|
|
3267
3333
|
"Promise": {
|
|
3268
|
-
"location": "global"
|
|
3334
|
+
"location": "global",
|
|
3335
|
+
"id": "global::Promise"
|
|
3269
3336
|
},
|
|
3270
3337
|
"GroupObject": {
|
|
3271
3338
|
"location": "import",
|
|
3272
|
-
"path": "./kup-data-table-declarations"
|
|
3339
|
+
"path": "./kup-data-table-declarations",
|
|
3340
|
+
"id": "src/components/kup-data-table/kup-data-table-declarations.ts::GroupObject"
|
|
3273
3341
|
},
|
|
3274
3342
|
"GenericFilter": {
|
|
3275
3343
|
"location": "import",
|
|
3276
|
-
"path": "../../utils/filters/filters-declarations"
|
|
3344
|
+
"path": "../../utils/filters/filters-declarations",
|
|
3345
|
+
"id": "src/utils/filters/filters-declarations.ts::GenericFilter"
|
|
3277
3346
|
},
|
|
3278
3347
|
"KupDataTableDataset": {
|
|
3279
3348
|
"location": "import",
|
|
3280
|
-
"path": "./kup-data-table-declarations"
|
|
3349
|
+
"path": "./kup-data-table-declarations",
|
|
3350
|
+
"id": "src/components/kup-data-table/kup-data-table-declarations.ts::KupDataTableDataset"
|
|
3281
3351
|
}
|
|
3282
3352
|
},
|
|
3283
3353
|
"return": "Promise<{ groups: GroupObject[]; filters: GenericFilter; data: KupDataTableDataset; }>"
|
|
@@ -3305,11 +3375,13 @@ export class KupDataTable {
|
|
|
3305
3375
|
}],
|
|
3306
3376
|
"references": {
|
|
3307
3377
|
"Promise": {
|
|
3308
|
-
"location": "global"
|
|
3378
|
+
"location": "global",
|
|
3379
|
+
"id": "global::Promise"
|
|
3309
3380
|
},
|
|
3310
3381
|
"KupDataColumn": {
|
|
3311
3382
|
"location": "import",
|
|
3312
|
-
"path": "../../managers/kup-data/kup-data-declarations"
|
|
3383
|
+
"path": "../../managers/kup-data/kup-data-declarations",
|
|
3384
|
+
"id": "src/managers/kup-data/kup-data-declarations.ts::KupDataColumn"
|
|
3313
3385
|
}
|
|
3314
3386
|
},
|
|
3315
3387
|
"return": "Promise<KupDataColumn[]>"
|