@sme.up/ketchup 11.0.0-SNAPSHOT-20241210152115 → 11.0.0-SNAPSHOT-20241210161644
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-4367a62f.js → f-button-1e98edae.js} +2 -2
- package/dist/cjs/{f-cell-c3152798.js → f-cell-90b9659b.js} +8 -8
- package/dist/cjs/{f-checkbox-c58cf076.js → f-checkbox-4fcdec8a.js} +2 -2
- package/dist/cjs/{f-chip-092c6e7d.js → f-chip-ead03534.js} +3 -3
- package/dist/cjs/{f-image-64d94a2e.js → f-image-4d316ab3.js} +1 -1
- package/dist/cjs/{f-object-field-835ba4b8.js → f-object-field-b990d61d.js} +4 -4
- package/dist/cjs/{f-paginator-utils-0fa1c0a4.js → f-paginator-utils-bbf3b041.js} +3 -3
- package/dist/cjs/{f-text-field-82bde32d.js → f-text-field-4e8f1ec5.js} +3 -3
- package/dist/cjs/{f-typography-0ebe5a06.js → f-typography-271f5037.js} +1 -1
- package/dist/cjs/{index-90e3bfdb.js → index-e8aa3c73.js} +9 -3
- package/dist/cjs/index.cjs.js +2 -2
- package/dist/cjs/ketchup.cjs.js +2 -2
- package/dist/cjs/kup-accordion.cjs.entry.js +3 -3
- package/dist/cjs/kup-activity-timeline.cjs.entry.js +4 -4
- package/dist/cjs/kup-autocomplete_28.cjs.entry.js +62 -34
- package/dist/cjs/kup-box.cjs.entry.js +11 -11
- package/dist/cjs/kup-calendar.cjs.entry.js +5 -5
- package/dist/cjs/kup-card-list.cjs.entry.js +2 -2
- package/dist/cjs/kup-cell.cjs.entry.js +9 -9
- package/dist/cjs/kup-custom-task-list-header_4.cjs.entry.js +1 -1
- package/dist/cjs/kup-dashboard.cjs.entry.js +6 -6
- package/dist/cjs/{kup-data-table-helper-50a76963.js → kup-data-table-helper-3f69b06d.js} +1 -1
- package/dist/cjs/kup-drawer.cjs.entry.js +2 -2
- package/dist/cjs/kup-echart.cjs.entry.js +2 -2
- package/dist/cjs/kup-editor.cjs.entry.js +2 -2
- package/dist/cjs/kup-family-tree.cjs.entry.js +4 -4
- package/dist/cjs/kup-gantt_10.cjs.entry.js +1 -1
- package/dist/cjs/kup-grid.cjs.entry.js +2 -2
- package/dist/cjs/kup-htm.cjs.entry.js +2 -2
- package/dist/cjs/kup-iframe.cjs.entry.js +2 -2
- package/dist/cjs/kup-image-list.cjs.entry.js +9 -9
- package/dist/cjs/kup-input-panel.cjs.entry.js +10 -10
- package/dist/cjs/kup-lazy.cjs.entry.js +2 -2
- package/dist/cjs/kup-magic-box.cjs.entry.js +3 -3
- package/dist/cjs/{kup-manager-4960b529.js → kup-manager-3478cacd.js} +1 -1
- package/dist/cjs/kup-nav-bar.cjs.entry.js +2 -2
- package/dist/cjs/kup-numeric-picker.cjs.entry.js +4 -4
- package/dist/cjs/kup-object-field.cjs.entry.js +6 -6
- package/dist/cjs/kup-pdf.cjs.entry.js +2 -2
- package/dist/cjs/kup-photo-frame.cjs.entry.js +2 -2
- package/dist/cjs/kup-planner-renderer.cjs.entry.js +1 -1
- package/dist/cjs/kup-planner.cjs.entry.js +4 -4
- package/dist/cjs/kup-probe.cjs.entry.js +2 -2
- package/dist/cjs/kup-qlik.cjs.entry.js +2 -2
- package/dist/cjs/kup-snackbar.cjs.entry.js +4 -4
- package/dist/cjs/kup-txt.cjs.entry.js +2 -2
- package/dist/cjs/kup-typography-list.cjs.entry.js +3 -3
- package/dist/cjs/kup-typography.cjs.entry.js +4 -4
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/collection/components/kup-data-table/kup-data-table.js +43 -21
- package/dist/collection/components/kup-text-field/kup-text-field.js +40 -2
- package/dist/components/index.js +1 -1
- package/dist/components/kup-accordion.js +2 -2
- package/dist/components/kup-activity-timeline.js +2 -2
- package/dist/components/kup-autocomplete.js +1 -1
- package/dist/components/kup-badge.js +1 -1
- package/dist/components/kup-box.js +1 -1
- package/dist/components/kup-button-list.js +1 -1
- package/dist/components/kup-button.js +1 -1
- package/dist/components/kup-calendar.js +2 -2
- package/dist/components/kup-card-list.js +3 -3
- package/dist/components/kup-card.js +1 -1
- package/dist/components/kup-cell.js +2 -2
- package/dist/components/kup-chart.js +1 -1
- package/dist/components/kup-checkbox.js +1 -1
- package/dist/components/kup-chip.js +1 -1
- package/dist/components/kup-color-picker.js +1 -1
- package/dist/components/kup-combobox.js +1 -1
- package/dist/components/kup-custom-task-list-header.js +1 -1
- package/dist/components/kup-custom-task-list-table.js +1 -1
- package/dist/components/kup-dashboard.js +2 -2
- package/dist/components/kup-data-table.js +1 -1
- package/dist/components/kup-date-picker.js +1 -1
- package/dist/components/kup-dialog.js +1 -1
- package/dist/components/kup-drawer.js +2 -2
- package/dist/components/kup-dropdown-button.js +1 -1
- package/dist/components/kup-echart.js +1 -1
- package/dist/components/kup-editor.js +1 -1
- package/dist/components/kup-family-tree.js +3 -3
- package/dist/components/kup-form.js +1 -1
- package/dist/components/kup-gantt-calendar.js +1 -1
- package/dist/components/kup-gantt.js +1 -1
- package/dist/components/kup-gauge.js +1 -1
- package/dist/components/kup-grid-renderer.js +1 -1
- package/dist/components/kup-grid.js +1 -1
- package/dist/components/kup-horizontal-scroll.js +1 -1
- package/dist/components/kup-htm.js +2 -2
- package/dist/components/kup-iframe.js +2 -2
- package/dist/components/kup-image-list.js +2 -2
- package/dist/components/kup-image.js +1 -1
- package/dist/components/kup-input-panel.js +3 -3
- package/dist/components/kup-lazy.js +2 -2
- package/dist/components/kup-list.js +1 -1
- package/dist/components/kup-magic-box.js +4 -4
- package/dist/components/kup-nav-bar.js +2 -2
- package/dist/components/kup-numeric-picker.js +2 -2
- package/dist/components/kup-object-field.js +2 -2
- package/dist/components/kup-pdf.js +2 -2
- package/dist/components/kup-photo-frame.js +2 -2
- package/dist/components/kup-planner-renderer.js +1 -1
- package/dist/components/kup-planner.js +17 -17
- package/dist/components/kup-probe.js +2 -2
- package/dist/components/kup-progress-bar.js +1 -1
- package/dist/components/kup-qlik.js +2 -2
- package/dist/components/kup-radio.js +1 -1
- package/dist/components/kup-rating.js +1 -1
- package/dist/components/kup-snackbar.js +2 -2
- package/dist/components/kup-spinner.js +1 -1
- package/dist/components/kup-standard-tooltip.js +1 -1
- package/dist/components/kup-switch.js +1 -1
- package/dist/components/kup-switcher.js +1 -1
- package/dist/components/kup-tab-bar.js +1 -1
- package/dist/components/kup-task-gantt.js +1 -1
- package/dist/components/kup-task-list-header.js +1 -1
- package/dist/components/kup-task-list-table.js +1 -1
- package/dist/components/kup-task-list.js +1 -1
- package/dist/components/kup-text-field.js +1 -1
- package/dist/components/kup-time-picker.js +1 -1
- package/dist/components/kup-toolbar.js +1 -1
- package/dist/components/kup-tooltip.js +1 -1
- package/dist/components/kup-tree.js +1 -1
- package/dist/components/kup-txt.js +2 -2
- package/dist/components/kup-typography-list.js +2 -2
- package/dist/components/kup-typography.js +2 -2
- package/dist/components/kup-vertical-scroll.js +1 -1
- package/dist/components/{p-73161433.js → p-183306e1.js} +13 -13
- package/dist/components/{p-f8dfca60.js → p-1f1d9b1f.js} +1 -1
- package/dist/components/{p-58a3c22f.js → p-2b9a9793.js} +2 -2
- package/dist/components/{p-b3f580ea.js → p-2d57f1db.js} +1 -1
- package/dist/components/{p-68313086.js → p-2e5f2e07.js} +5 -1
- package/dist/components/{p-9d5af5b8.js → p-31713002.js} +2 -2
- package/dist/components/{p-e0a9821f.js → p-34e14245.js} +55 -25
- package/dist/components/{p-1fbb6d6d.js → p-56c8142a.js} +1 -1
- package/dist/components/{p-56003cd0.js → p-61b8d8fd.js} +1 -1
- package/dist/components/{p-becc434e.js → p-73449cb1.js} +1 -1
- package/dist/components/{p-05107ab3.js → p-795f2541.js} +1 -1
- package/dist/components/{p-f6c174e1.js → p-9c8e5fca.js} +15 -15
- package/dist/components/{p-e3b85e2f.js → p-a2ed336a.js} +3 -3
- package/dist/components/{p-b6c22f10.js → p-ac9153ed.js} +3 -3
- package/dist/components/{p-cba27d82.js → p-bae4169a.js} +2 -2
- package/dist/components/{p-c7846ca1.js → p-cfc8a8fb.js} +1 -1
- package/dist/components/{p-a515e2ea.js → p-d0735e25.js} +1 -1
- package/dist/components/{p-339c1ea0.js → p-e275fc9f.js} +1 -1
- package/dist/components/{p-f337ca40.js → p-e939bb46.js} +2 -2
- package/dist/components/{p-bdfb45df.js → p-f95300f6.js} +1 -1
- package/dist/components/{p-57121e73.js → p-ff1894fe.js} +1 -1
- package/dist/esm/{f-button-91d64c91.js → f-button-acef8cca.js} +2 -2
- package/dist/esm/{f-cell-32b44d18.js → f-cell-2a84215a.js} +8 -8
- package/dist/esm/{f-checkbox-889de715.js → f-checkbox-ed122005.js} +2 -2
- package/dist/esm/{f-chip-0de643a0.js → f-chip-915e8f77.js} +3 -3
- package/dist/esm/{f-image-5009e205.js → f-image-e8fec767.js} +1 -1
- package/dist/esm/{f-object-field-076f4278.js → f-object-field-88fbd1b4.js} +4 -4
- package/dist/esm/{f-paginator-utils-6bba82e1.js → f-paginator-utils-9511edd9.js} +3 -3
- package/dist/esm/{f-text-field-1146e248.js → f-text-field-9e293fb1.js} +3 -3
- package/dist/esm/{f-typography-0097a4c2.js → f-typography-65229068.js} +1 -1
- package/dist/esm/{index-c1a3792b.js → index-c9246a86.js} +9 -3
- package/dist/esm/index.js +2 -2
- package/dist/esm/ketchup.js +3 -3
- package/dist/esm/kup-accordion.entry.js +3 -3
- package/dist/esm/kup-activity-timeline.entry.js +4 -4
- package/dist/esm/kup-autocomplete_28.entry.js +62 -34
- package/dist/esm/kup-box.entry.js +11 -11
- package/dist/esm/kup-calendar.entry.js +5 -5
- package/dist/esm/kup-card-list.entry.js +2 -2
- package/dist/esm/kup-cell.entry.js +9 -9
- package/dist/esm/kup-custom-task-list-header_4.entry.js +1 -1
- package/dist/esm/kup-dashboard.entry.js +6 -6
- package/dist/esm/{kup-data-table-helper-47769549.js → kup-data-table-helper-50a37d9e.js} +1 -1
- package/dist/esm/kup-drawer.entry.js +2 -2
- package/dist/esm/kup-echart.entry.js +2 -2
- package/dist/esm/kup-editor.entry.js +2 -2
- package/dist/esm/kup-family-tree.entry.js +4 -4
- package/dist/esm/kup-gantt_10.entry.js +1 -1
- package/dist/esm/kup-grid.entry.js +2 -2
- package/dist/esm/kup-htm.entry.js +2 -2
- package/dist/esm/kup-iframe.entry.js +2 -2
- package/dist/esm/kup-image-list.entry.js +9 -9
- package/dist/esm/kup-input-panel.entry.js +10 -10
- package/dist/esm/kup-lazy.entry.js +2 -2
- package/dist/esm/kup-magic-box.entry.js +3 -3
- package/dist/esm/{kup-manager-c60337e6.js → kup-manager-fbf2cb76.js} +1 -1
- package/dist/esm/kup-nav-bar.entry.js +2 -2
- package/dist/esm/kup-numeric-picker.entry.js +4 -4
- package/dist/esm/kup-object-field.entry.js +6 -6
- package/dist/esm/kup-pdf.entry.js +2 -2
- package/dist/esm/kup-photo-frame.entry.js +2 -2
- package/dist/esm/kup-planner-renderer.entry.js +1 -1
- package/dist/esm/kup-planner.entry.js +4 -4
- package/dist/esm/kup-probe.entry.js +2 -2
- package/dist/esm/kup-qlik.entry.js +2 -2
- package/dist/esm/kup-snackbar.entry.js +4 -4
- package/dist/esm/kup-txt.entry.js +2 -2
- package/dist/esm/kup-typography-list.entry.js +3 -3
- package/dist/esm/kup-typography.entry.js +4 -4
- package/dist/esm/loader.js +3 -3
- package/dist/ketchup/index.esm.js +1 -1
- package/dist/ketchup/ketchup.esm.js +1 -1
- package/dist/ketchup/{p-e18a0712.entry.js → p-11980af1.entry.js} +1 -1
- package/dist/ketchup/{p-776965aa.js → p-141588ab.js} +1 -1
- package/dist/ketchup/{p-d35d82d1.entry.js → p-141eb499.entry.js} +1 -1
- package/dist/ketchup/{p-f09f0a66.js → p-19713b23.js} +1 -1
- package/dist/ketchup/{p-9e3b99ff.js → p-1bdc7796.js} +1 -1
- package/dist/ketchup/{p-71f27df1.entry.js → p-1f5781be.entry.js} +1 -1
- package/dist/ketchup/{p-4f90f900.entry.js → p-20587343.entry.js} +1 -1
- package/dist/ketchup/{p-44249460.entry.js → p-2708f3c8.entry.js} +1 -1
- package/dist/ketchup/{p-f8c16d0d.entry.js → p-299752c5.entry.js} +1 -1
- package/dist/ketchup/{p-a1fb67fb.entry.js → p-2bcc9a16.entry.js} +1 -1
- package/dist/ketchup/{p-4eece4fe.entry.js → p-2bf2a1a5.entry.js} +1 -1
- package/dist/ketchup/{p-2086773e.entry.js → p-302ca0b5.entry.js} +1 -1
- package/dist/ketchup/{p-3ff92907.js → p-35fe649d.js} +1 -1
- package/dist/ketchup/{p-88c3ed8e.js → p-3913eb45.js} +1 -1
- package/dist/ketchup/{p-5f10bc8a.entry.js → p-3b99167c.entry.js} +1 -1
- package/dist/ketchup/{p-cee7ec38.entry.js → p-3ed541e3.entry.js} +1 -1
- package/dist/ketchup/{p-c7d1d9bc.entry.js → p-466917d2.entry.js} +1 -1
- package/dist/ketchup/{p-cb41f884.entry.js → p-482d2207.entry.js} +1 -1
- package/dist/ketchup/{p-2f6cd896.js → p-60cfddce.js} +1 -1
- package/dist/ketchup/{p-c4340f09.entry.js → p-63b2dcb0.entry.js} +1 -1
- package/dist/ketchup/{p-1420bb65.entry.js → p-69e2c29f.entry.js} +1 -1
- package/dist/ketchup/{p-17dc713e.entry.js → p-735c2ec4.entry.js} +1 -1
- package/dist/ketchup/{p-872d2958.entry.js → p-86c792b3.entry.js} +1 -1
- package/dist/ketchup/{p-cac44766.entry.js → p-8d97d9b3.entry.js} +1 -1
- package/dist/ketchup/{p-b82dcc47.entry.js → p-962bb37c.entry.js} +1 -1
- package/dist/ketchup/{p-7377c753.js → p-9740f75d.js} +1 -1
- package/dist/ketchup/{p-432f5f5c.entry.js → p-990bdbf5.entry.js} +1 -1
- package/dist/ketchup/{p-0fc31d0b.entry.js → p-9cf19b7b.entry.js} +1 -1
- package/dist/ketchup/{p-69880eb4.entry.js → p-9f38de64.entry.js} +1 -1
- package/dist/ketchup/{p-e8fcf2ee.entry.js → p-abe47a32.entry.js} +1 -1
- package/dist/ketchup/{p-b32ed503.js → p-b0368f88.js} +2 -2
- package/dist/ketchup/{p-03bf106c.entry.js → p-b3e97527.entry.js} +1 -1
- package/dist/ketchup/p-b771d6b6.entry.js +9 -0
- package/dist/ketchup/{p-06ee5a5d.entry.js → p-c20ec52e.entry.js} +1 -1
- package/dist/ketchup/{p-e680317d.entry.js → p-c89b82bd.entry.js} +1 -1
- package/dist/ketchup/{p-7e272e37.entry.js → p-ce298dbe.entry.js} +1 -1
- package/dist/ketchup/{p-74da6bf3.js → p-d1c818ae.js} +1 -1
- package/dist/ketchup/{p-4765c6db.js → p-d2e75276.js} +1 -1
- package/dist/ketchup/{p-af0e276f.entry.js → p-d9df2044.entry.js} +1 -1
- package/dist/ketchup/{p-d8d207b9.entry.js → p-e2115718.entry.js} +1 -1
- package/dist/ketchup/{p-1ba32931.js → p-e2249059.js} +1 -1
- package/dist/ketchup/{p-4230a0bb.entry.js → p-e4b19980.entry.js} +1 -1
- package/dist/ketchup/{p-e0fc34d7.entry.js → p-ea462bad.entry.js} +1 -1
- package/dist/ketchup/{p-8e336180.js → p-ec14927b.js} +1 -1
- package/dist/ketchup/{p-8ff1a2ae.entry.js → p-ef661dcf.entry.js} +1 -1
- package/dist/ketchup/{p-50edc453.entry.js → p-f6db683d.entry.js} +1 -1
- package/dist/types/components/kup-data-table/kup-data-table.d.ts +4 -0
- package/dist/types/components/kup-text-field/kup-text-field.d.ts +8 -1
- package/dist/types/components.d.ts +12 -0
- package/package.json +1 -1
- package/dist/ketchup/p-09d41eca.entry.js +0 -9
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { p as proxyCustomElement, H, c as createEvent, f as forceUpdate, h as h$1, d as Host, F as Fragment$1 } from './p-
|
|
1
|
+
import { p as proxyCustomElement, H, c as createEvent, f as forceUpdate, h as h$1, d as Host, F as Fragment$1 } from './p-2e5f2e07.js';
|
|
2
2
|
import { c as KupThemeIconValues, d as KupLanguageGeneric, a as KupComponentSizing, k as kupManagerInstance, e as KupDynamicPositionPlacement, f as editableTypes, h as kupTypes, F as FCellClasses, b as KupThemeColorValues, i as FCellTypes, R as RADAdapter, C as CMBandACPAdapter, j as KupTagNames, l as FCellShapes, m as fullWidthFieldsComps, n as autoCenterComps, o as getCellValueForDisplay, p as FCellEvents, q as isForceUppercase, r as isForceLowercase, t as KupDebugCategory, u as FCellPadding, v as fillString, w as KupCardBuiltInClockElements, x as KupCardCSSClasses, y as KupLanguageTotals, z as KupLanguageColumn, A as KupDataNewColumnTypes, B as KupCardSubEvents, D as KupCardIds, E as KupLanguageRow, G as getColumnByName, H as KupObjects, I as formatToNumber, J as Filters, L as FilterInterval, M as getValueForDisplay, N as getValueForDisplay2, O as KupData, P as compareCell, T as TotalMode, Q as CHKAdapter, S as CHIAdapter, U as SWTAdapter, V as SortMode, W as GroupLabelDisplayMode, X as SelectionMode, Y as KupLanguageGrouping, Z as KupLanguageCheckbox, _ as KupLanguageSearch, $ as KupLanguagePage, a0 as addColumnValueFromRow, a1 as KupGlobalFilterMode, g as getProps, s as setProps, a2 as TotalLabel, a3 as KupPointerEventTypes, a4 as kupDynamicPositionAttribute, a5 as KupCardFamily, a6 as identify, a7 as LoadMoreMode, a8 as PaginatorPos, a9 as ShowGrid, aa as kupDraggableColumnAttr, ab as kupDragActiveAttr, ac as KupDragEffect, ad as kupDraggableCellAttr, ae as KupDropEventTypes, af as FixedCellsClasses, ag as FixedCellsCSSVarsBase, ah as KupLanguageFontsize, ai as KupLanguageDensity, aj as KupLanguageGrid, ak as KupDataTableProps, al as DataTableAreasEnum, am as iconColumn, an as keyColumn, ao as fieldColumn, ap as KupCardProps } from './p-8df266a8.js';
|
|
3
3
|
import { h, g as getAssetPath, F as Fragment } from './p-3aae989f.js';
|
|
4
4
|
import { c as KupDateTimeFormatOptionsMonth, K as KupDatesFormats, a as KupDates } from './p-f61ef1fb.js';
|
|
@@ -16817,7 +16817,13 @@ const KupTextField = /*@__PURE__*/ proxyCustomElement(class KupTextField extends
|
|
|
16817
16817
|
* Focuses the input element.
|
|
16818
16818
|
*/
|
|
16819
16819
|
async setFocus() {
|
|
16820
|
-
this.
|
|
16820
|
+
await this.waitForReady();
|
|
16821
|
+
if (this.inputEl) {
|
|
16822
|
+
this.inputEl.focus();
|
|
16823
|
+
}
|
|
16824
|
+
else {
|
|
16825
|
+
this.kupManager.debug.logMessage(this, 'Input element is not available yet.', KupDebugCategory.WARNING);
|
|
16826
|
+
}
|
|
16821
16827
|
}
|
|
16822
16828
|
/**
|
|
16823
16829
|
* Sets the props to the component.
|
|
@@ -16843,9 +16849,20 @@ const KupTextField = /*@__PURE__*/ proxyCustomElement(class KupTextField extends
|
|
|
16843
16849
|
}
|
|
16844
16850
|
}
|
|
16845
16851
|
}
|
|
16852
|
+
/**
|
|
16853
|
+
* Public method to wait until the component is fully ready.
|
|
16854
|
+
*/
|
|
16855
|
+
async waitForReady() {
|
|
16856
|
+
return this.readyPromise;
|
|
16857
|
+
}
|
|
16846
16858
|
/*-------------------------------------------------*/
|
|
16847
16859
|
/* L i f e c y c l e H o o k s */
|
|
16848
16860
|
/*-------------------------------------------------*/
|
|
16861
|
+
connectedCallback() {
|
|
16862
|
+
this.readyPromise = new Promise((resolve) => {
|
|
16863
|
+
this.readyResolve = resolve;
|
|
16864
|
+
});
|
|
16865
|
+
}
|
|
16849
16866
|
componentWillLoad() {
|
|
16850
16867
|
this.kupManager.debug.logLoad(this, false);
|
|
16851
16868
|
this.kupManager.theme.register(this);
|
|
@@ -16870,6 +16887,10 @@ const KupTextField = /*@__PURE__*/ proxyCustomElement(class KupTextField extends
|
|
|
16870
16887
|
}
|
|
16871
16888
|
}
|
|
16872
16889
|
this.kupManager.debug.logRender(this, true);
|
|
16890
|
+
if (this.inputEl && this.readyResolve) {
|
|
16891
|
+
this.readyResolve();
|
|
16892
|
+
this.readyResolve = null;
|
|
16893
|
+
}
|
|
16873
16894
|
}
|
|
16874
16895
|
render() {
|
|
16875
16896
|
const props = {
|
|
@@ -16940,7 +16961,7 @@ const KupTextField = /*@__PURE__*/ proxyCustomElement(class KupTextField extends
|
|
|
16940
16961
|
onMinusClick: (e) => this.onKupMinusClick(e),
|
|
16941
16962
|
onPlusClick: (e) => this.onKupPlusClick(e),
|
|
16942
16963
|
};
|
|
16943
|
-
return (h$1(Host, { key: '
|
|
16964
|
+
return (h$1(Host, { key: 'b8f082aeb4eb8492905f6d1764a78173b51050ae' }, h$1("style", { key: 'a9003aaa284b30efd52e10cd9ba0685583f8a93f' }, this.kupManager.theme.setKupStyle(this.rootElement)), h$1("div", { key: '3657a6545192aad5b77fc7e45be067d69202f8c6', id: componentWrapperId }, h$1(FTextField, Object.assign({ key: '00c9cd7a6180835ffb709f202049709e2fae678d' }, props)))));
|
|
16944
16965
|
}
|
|
16945
16966
|
disconnectedCallback() {
|
|
16946
16967
|
this.kupManager.theme.unregister(this);
|
|
@@ -16991,7 +17012,8 @@ const KupTextField = /*@__PURE__*/ proxyCustomElement(class KupTextField extends
|
|
|
16991
17012
|
"refresh": [64],
|
|
16992
17013
|
"setFocus": [64],
|
|
16993
17014
|
"setProps": [64],
|
|
16994
|
-
"setValue": [64]
|
|
17015
|
+
"setValue": [64],
|
|
17016
|
+
"waitForReady": [64]
|
|
16995
17017
|
}]);
|
|
16996
17018
|
_KupTextField_instances = new WeakSet(), _KupTextField_getValueForOutput = function _KupTextField_getValueForOutput() {
|
|
16997
17019
|
if (this.value == null || this.value.trim() == '') {
|
|
@@ -22733,6 +22755,7 @@ const KupDataTable = /*@__PURE__*/ proxyCustomElement(class KupDataTable extends
|
|
|
22733
22755
|
this.tableWidth = undefined;
|
|
22734
22756
|
this.totals = undefined;
|
|
22735
22757
|
this.transpose = false;
|
|
22758
|
+
this.visibleColumns = undefined;
|
|
22736
22759
|
this.updatableData = false;
|
|
22737
22760
|
this.lazyLoadCells = false;
|
|
22738
22761
|
this.currentPage = 1;
|
|
@@ -23478,13 +23501,23 @@ const KupDataTable = /*@__PURE__*/ proxyCustomElement(class KupDataTable extends
|
|
|
23478
23501
|
: [{ title: '', name: '' }];
|
|
23479
23502
|
}
|
|
23480
23503
|
getVisibleColumns() {
|
|
23481
|
-
|
|
23482
|
-
|
|
23483
|
-
|
|
23504
|
+
// Starting columns filter
|
|
23505
|
+
let resultVisibleColumns = this.getColumns().filter((col) => {
|
|
23506
|
+
const isNotCodVer = !__classPrivateFieldGet$3(this, _KupDataTable_kupManager, "f").data.column.isCodVer(col);
|
|
23507
|
+
console.log(isNotCodVer, col);
|
|
23508
|
+
if (this.visibleColumns) {
|
|
23509
|
+
return this.visibleColumns.includes(col.name) && isNotCodVer;
|
|
23510
|
+
}
|
|
23511
|
+
return isNotCodVer && (!('visible' in col) || col.visible);
|
|
23512
|
+
});
|
|
23513
|
+
// order based on `visibleColumns`
|
|
23514
|
+
if (this.visibleColumns) {
|
|
23515
|
+
resultVisibleColumns = resultVisibleColumns.sort((a, b) => this.visibleColumns.indexOf(a.name) -
|
|
23516
|
+
this.visibleColumns.indexOf(b.name));
|
|
23517
|
+
}
|
|
23518
|
+
// Check grouping e filter based on group visibility
|
|
23484
23519
|
if (__classPrivateFieldGet$3(this, _KupDataTable_instances, "m", _KupDataTable_isGrouping).call(this)) {
|
|
23485
|
-
|
|
23486
|
-
return visibleColumns.filter((column) => {
|
|
23487
|
-
// check if in group
|
|
23520
|
+
resultVisibleColumns = resultVisibleColumns.filter((column) => {
|
|
23488
23521
|
let group = null;
|
|
23489
23522
|
for (let currentGroup of this.groups) {
|
|
23490
23523
|
if (currentGroup.column === column.name) {
|
|
@@ -23493,16 +23526,12 @@ const KupDataTable = /*@__PURE__*/ proxyCustomElement(class KupDataTable extends
|
|
|
23493
23526
|
}
|
|
23494
23527
|
}
|
|
23495
23528
|
if (group) {
|
|
23496
|
-
// return true if
|
|
23497
|
-
// 1) group obj has not the 'visible' property or
|
|
23498
|
-
// 2) group has 'visible' property and it is true
|
|
23499
23529
|
return !group.hasOwnProperty('visible') || group.visible;
|
|
23500
23530
|
}
|
|
23501
|
-
//
|
|
23502
|
-
return true;
|
|
23531
|
+
return true; // Not in a group -> visible
|
|
23503
23532
|
});
|
|
23504
23533
|
}
|
|
23505
|
-
return
|
|
23534
|
+
return resultVisibleColumns;
|
|
23506
23535
|
}
|
|
23507
23536
|
getGroupByName(column) {
|
|
23508
23537
|
if (!__classPrivateFieldGet$3(this, _KupDataTable_instances, "m", _KupDataTable_isGrouping).call(this)) {
|
|
@@ -23751,7 +23780,7 @@ const KupDataTable = /*@__PURE__*/ proxyCustomElement(class KupDataTable extends
|
|
|
23751
23780
|
}
|
|
23752
23781
|
let rows = null;
|
|
23753
23782
|
if (__classPrivateFieldGet$3(this, _KupDataTable_paginatedRowsLength, "f") === 0) {
|
|
23754
|
-
rows = (h$1("tr", { key: '
|
|
23783
|
+
rows = (h$1("tr", { key: '22ae8e10f8c1a8b1a2997fc6f969e8aec28e20d9', ref: (el) => __classPrivateFieldGet$3(this, _KupDataTable_rowsRefs, "f").push(el) }, h$1("td", { key: '3efe6169b9f8cf016fcd9381b1329dba5c795e33', colSpan: __classPrivateFieldGet$3(this, _KupDataTable_instances, "m", _KupDataTable_calculateColspan).call(this) }, this.emptyDataLabel)));
|
|
23755
23784
|
}
|
|
23756
23785
|
else {
|
|
23757
23786
|
rows = [];
|
|
@@ -23816,7 +23845,7 @@ const KupDataTable = /*@__PURE__*/ proxyCustomElement(class KupDataTable extends
|
|
|
23816
23845
|
for (let i = 0; i < chipsData.length; i++) {
|
|
23817
23846
|
props.onIconClick.push(() => __classPrivateFieldGet$3(this, _KupDataTable_instances, "m", _KupDataTable_removeGroup).call(this, i));
|
|
23818
23847
|
}
|
|
23819
|
-
groupChips = h$1(FChip, Object.assign({ key: '
|
|
23848
|
+
groupChips = h$1(FChip, Object.assign({ key: '08a5201e555ac9507e6f3b6182cf8ae4c12607cf' }, props));
|
|
23820
23849
|
}
|
|
23821
23850
|
}
|
|
23822
23851
|
const tableClass = {
|
|
@@ -23848,7 +23877,7 @@ const KupDataTable = /*@__PURE__*/ proxyCustomElement(class KupDataTable extends
|
|
|
23848
23877
|
if (this.headerIsPersistent &&
|
|
23849
23878
|
this.tableHeight === undefined &&
|
|
23850
23879
|
this.tableWidth === undefined) {
|
|
23851
|
-
stickyEl = (h$1("sticky-header", { key: '
|
|
23880
|
+
stickyEl = (h$1("sticky-header", { key: '8efef5e676b93da04fbf36791a53eeb7664a2215', class: "hover-scrolling-child", hidden: !this.showHeader, ref: (el) => (__classPrivateFieldSet$2(this, _KupDataTable_stickyTheadRef, el, "f")) }, h$1("thead-sticky", { key: 'be425cb5c376189fd1df46f6af5bec9170dbb3a0' }, h$1("tr-sticky", { key: '275cffdf2d36c43bfadbceee23eb9b536f82fe44' }, stickyHeader))));
|
|
23852
23881
|
}
|
|
23853
23882
|
let belowClass = 'below-wrapper';
|
|
23854
23883
|
if (!!this.tableHeight || !!this.tableWidth) {
|
|
@@ -23874,11 +23903,11 @@ const KupDataTable = /*@__PURE__*/ proxyCustomElement(class KupDataTable extends
|
|
|
23874
23903
|
}
|
|
23875
23904
|
}
|
|
23876
23905
|
};
|
|
23877
|
-
const compCreated = (h$1(Host, { key: '
|
|
23906
|
+
const compCreated = (h$1(Host, { key: 'fd286a578d90ef0ccf415e0c9a350d52e122eb31', "onKup-cell-input": autoselectOnAction, "onKup-cell-update": autoselectOnAction }, h$1("style", { key: '1c438fdadedb8e57d90ca5baa92243fdc0c18d3a' }, __classPrivateFieldGet$3(this, _KupDataTable_kupManager, "f").theme.setKupStyle(this.rootElement)), this.updatableData ? __classPrivateFieldGet$3(this, _KupDataTable_instances, "m", _KupDataTable_renderUpdateButtons).call(this) : null, h$1("div", { key: '72bb9ac55461400d33b74e1226d5262ad297842c', id: componentWrapperId, class: wrapClass }, h$1("div", { key: 'e733cd960acaa7a9a0308309a9f25cc5a91c4bf9', class: "group-wrapper" }, groupChips), h$1("div", { key: 'e4f0bdbc366fa2aff656c95432a9d5fee486c8c8', class: "actions-wrapper", style: actionWrapperWidth }, this.globalFilter ? (h$1("div", { id: "global-filter" }, h$1(FTextField, { fullWidth: true, icon: KupThemeIconValues.SEARCH, label: __classPrivateFieldGet$3(this, _KupDataTable_kupManager, "f").language.translate(KupLanguageSearch.SEARCH), value: this.globalFilterValue, onInput: (event) => {
|
|
23878
23907
|
const t = event.target;
|
|
23879
23908
|
window.clearTimeout(__classPrivateFieldGet$3(this, _KupDataTable_globalFilterTimeout, "f"));
|
|
23880
23909
|
__classPrivateFieldSet$2(this, _KupDataTable_globalFilterTimeout, window.setTimeout(() => __classPrivateFieldGet$3(this, _KupDataTable_instances, "m", _KupDataTable_onGlobalFilterChange).call(this, t), 600, t), "f");
|
|
23881
|
-
} }))) : null, h$1("div", { key: '
|
|
23910
|
+
} }))) : null, h$1("div", { key: '9928bf2c42aea364dfe5518ef41e9811700a8d16', class: "above-wrapper paginator-top" }, paginatorTop), this.insertMode !== '' &&
|
|
23882
23911
|
this.selectedRows.length > 0 ? (h$1(FButton, { icon: "save", onClick: () => {
|
|
23883
23912
|
this.kupSave.emit({
|
|
23884
23913
|
comp: this,
|
|
@@ -23928,9 +23957,9 @@ const KupDataTable = /*@__PURE__*/ proxyCustomElement(class KupDataTable extends
|
|
|
23928
23957
|
this.data.rows.unshift(row);
|
|
23929
23958
|
await this.refresh(true);
|
|
23930
23959
|
}
|
|
23931
|
-
}, sizing: KupComponentSizing.MEDIUM, styling: FButtonStyling.RAISED, title: "Insert row", wrapperClass: "insert-button" })) : null), h$1("div", { key: '
|
|
23960
|
+
}, sizing: KupComponentSizing.MEDIUM, styling: FButtonStyling.RAISED, title: "Insert row", wrapperClass: "insert-button" })) : null), h$1("div", { key: '10be8d2fafd605ceb875f05e35719c3a1a0ed270', class: "droparea", ref: (el) => (__classPrivateFieldSet$2(this, _KupDataTable_dropareaRef, el, "f")) }, this.showGroups ? __classPrivateFieldGet$3(this, _KupDataTable_instances, "m", _KupDataTable_columnGroupArea).call(this) : null, this.removableColumns
|
|
23932
23961
|
? __classPrivateFieldGet$3(this, _KupDataTable_instances, "m", _KupDataTable_columnRemoveArea).call(this)
|
|
23933
|
-
: null), h$1("div", { key: '
|
|
23962
|
+
: null), h$1("div", { key: '8f8ccb113f940b21db39a65a842b0e085a620c3b', style: elStyle, class: belowClass, ref: (el) => (__classPrivateFieldSet$2(this, _KupDataTable_tableAreaRef, el, "f")) }, this.showCustomization
|
|
23934
23963
|
? [
|
|
23935
23964
|
h$1("div", { class: "settings-trigger", onClick: () => {
|
|
23936
23965
|
__classPrivateFieldGet$3(this, _KupDataTable_instances, "m", _KupDataTable_onCustomSettingsClick).call(this);
|
|
@@ -23939,7 +23968,7 @@ const KupDataTable = /*@__PURE__*/ proxyCustomElement(class KupDataTable extends
|
|
|
23939
23968
|
} }, h$1(FImage, { color: `var(${KupThemeColorValues.TITLE})`, resource: "settings", sizeX: "10px" })),
|
|
23940
23969
|
this.renderCustomizePanel(),
|
|
23941
23970
|
]
|
|
23942
|
-
: null, h$1("table", { key: '
|
|
23971
|
+
: null, h$1("table", { key: 'c09770a46d95b27d20cdaf7e35a3034c2048bcfc', class: tableClass, ref: (el) => (__classPrivateFieldSet$2(this, _KupDataTable_tableRef, el, "f")), onMouseLeave: (ev) => {
|
|
23943
23972
|
ev.stopPropagation();
|
|
23944
23973
|
}, onPointerDown: (e) => {
|
|
23945
23974
|
__classPrivateFieldSet$2(this, _KupDataTable_lastPointerDetails, __classPrivateFieldGet$3(this, _KupDataTable_instances, "m", _KupDataTable_getEventDetails).call(this, __classPrivateFieldGet$3(this, _KupDataTable_kupManager, "f").getEventPath(e.target, this.rootElement), e), "f");
|
|
@@ -23947,7 +23976,7 @@ const KupDataTable = /*@__PURE__*/ proxyCustomElement(class KupDataTable extends
|
|
|
23947
23976
|
__classPrivateFieldSet$2(this, _KupDataTable_lastPointerDetails, __classPrivateFieldGet$3(this, _KupDataTable_instances, "m", _KupDataTable_getEventDetails).call(this, __classPrivateFieldGet$3(this, _KupDataTable_kupManager, "f").getEventPath(e.target, this.rootElement), e), "f");
|
|
23948
23977
|
}, onContextMenu: (e) => {
|
|
23949
23978
|
e.preventDefault();
|
|
23950
|
-
} }, h$1("thead", { key: '
|
|
23979
|
+
} }, h$1("thead", { key: 'ea16ccc8586793c15a967ba104fc603b547a120b', hidden: !this.showHeader, ref: (el) => (__classPrivateFieldSet$2(this, _KupDataTable_theadRef, el, "f")) }, h$1("tr", { key: 'da0cc2e8ad50296b40780b832d958b51cc786991' }, header)), h$1("tbody", { key: 'd631c17a68acfc3298c512de94ec97d6a6857db2' }, rows), this.showFooter || __classPrivateFieldGet$3(this, _KupDataTable_instances, "m", _KupDataTable_hasTotals).call(this)
|
|
23951
23980
|
? this.renderFooter()
|
|
23952
23981
|
: null), stickyEl), paginatorBottom)));
|
|
23953
23982
|
return compCreated;
|
|
@@ -24050,6 +24079,7 @@ const KupDataTable = /*@__PURE__*/ proxyCustomElement(class KupDataTable extends
|
|
|
24050
24079
|
"tableWidth": [1, "table-width"],
|
|
24051
24080
|
"totals": [1040],
|
|
24052
24081
|
"transpose": [1028],
|
|
24082
|
+
"visibleColumns": [1040],
|
|
24053
24083
|
"updatableData": [1540, "updatable-data"],
|
|
24054
24084
|
"lazyLoadCells": [32],
|
|
24055
24085
|
"currentPage": [32],
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { p as proxyCustomElement, H, h } from './p-
|
|
1
|
+
import { p as proxyCustomElement, H, h } from './p-2e5f2e07.js';
|
|
2
2
|
|
|
3
3
|
const kupTaskListCss = ".kup-body-compact-01{font-family:var(--kup-font-family);font-size:var(--kup-body-compact-01-font-size, 14px);line-height:18px;font-weight:400;letter-spacing:0.16px}.kup-body-01{font-family:var(--kup-font-family);font-size:var(--kup-body-01-font-size, 14px);line-height:20px;font-weight:400;letter-spacing:0.16px}.kup-code-01{font-family:var(--kup-font-family-monospace);font-size:12px;line-height:16px;font-weight:400;letter-spacing:0.32px}.kup-label-01{font-family:var(--kup-font-family);font-size:12px;line-height:16px;font-weight:400;letter-spacing:0.32px}.kup-caption-02{font-family:var(--kup-font-family);font-size:12px;line-height:15px;font-weight:500;letter-spacing:1px}.kup-caption-01{font-family:var(--kup-font-family);font-size:10px;line-height:13px;font-weight:400;letter-spacing:1px}.kup-small-label-01{font-family:var(--kup-font-family);font-size:6px;line-height:9px;font-weight:400;letter-spacing:1px}.kup-heading-compact-01{font-family:var(--kup-font-family);font-size:14px;line-height:18px;font-weight:600;letter-spacing:0.16px}.kup-heading-01{font-family:var(--kup-font-family);font-size:14px;line-height:20px;font-weight:600;letter-spacing:0.16px}.kup-heading-02{font-family:var(--kup-font-family);font-size:16px;line-height:24px;font-weight:500;letter-spacing:0}.kup-heading-03{font-family:var(--kup-font-family);font-size:20px;line-height:28px;font-weight:400;letter-spacing:0}.kup-heading-04{font-family:var(--kup-font-family);font-size:28px;line-height:36px;font-weight:400;letter-spacing:0}.kup-heading-05{font-family:var(--kup-font-family);font-size:32px;line-height:40px;font-weight:300;letter-spacing:0}.kup-heading-06{font-family:var(--kup-font-family);font-size:42px;line-height:50px;font-weight:300;letter-spacing:0}.kup-heading-07{font-family:var(--kup-font-family);font-size:54px;line-height:64px;font-weight:300;letter-spacing:0}.kup-heading-08{font-family:var(--kup-font-family);font-size:54px;line-height:64px;font-weight:600;letter-spacing:0}.tasks{background:var(--kup-layer-2);border-radius:var(--kup-radius-00);padding:var(--kup-space-05);margin-right:var(--kup-space-05)}.taskListWrapper{display:table;border-bottom:#e6e4e4 1px solid;border-left:#e6e4e4 1px solid}.taskListTableRow{display:table-row;text-overflow:ellipsis}.taskListCell{display:table-cell;vertical-align:middle;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.taskListNameWrapper{display:flex}.taskListExpander{color:rgb(86, 86, 86);font-size:0.6rem;padding:0.15rem 0.2rem 0 0.2rem;user-select:none;cursor:pointer}.taskListEmptyExpander{font-size:0.6rem;padding-left:1rem;user-select:none}.ganttTable{display:table;border-bottom:#e6e4e4 1px solid;border-top:#e6e4e4 1px solid;border-left:#e6e4e4 1px solid}.ganttTable_Header{display:table-row;list-style:none}.ganttTable_HeaderSeparator{border-right:1px solid rgb(196, 196, 196);opacity:1;margin-left:-2px}.ganttTable_HeaderItem{display:table-cell;vertical-align:-webkit-baseline-middle;vertical-align:middle}";
|
|
4
4
|
const KupTaskListTableStyle0 = kupTaskListCss;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { p as proxyCustomElement, H, h } from './p-
|
|
1
|
+
import { p as proxyCustomElement, H, h } from './p-2e5f2e07.js';
|
|
2
2
|
|
|
3
3
|
const customTaskListHeaderModuleCss = ".kup-body-compact-01{font-family:var(--kup-font-family);font-size:var(--kup-body-compact-01-font-size, 14px);line-height:18px;font-weight:400;letter-spacing:0.16px}.kup-body-01{font-family:var(--kup-font-family);font-size:var(--kup-body-01-font-size, 14px);line-height:20px;font-weight:400;letter-spacing:0.16px}.kup-code-01{font-family:var(--kup-font-family-monospace);font-size:12px;line-height:16px;font-weight:400;letter-spacing:0.32px}.kup-label-01{font-family:var(--kup-font-family);font-size:12px;line-height:16px;font-weight:400;letter-spacing:0.32px}.kup-caption-02{font-family:var(--kup-font-family);font-size:12px;line-height:15px;font-weight:500;letter-spacing:1px}.kup-caption-01{font-family:var(--kup-font-family);font-size:10px;line-height:13px;font-weight:400;letter-spacing:1px}.kup-small-label-01{font-family:var(--kup-font-family);font-size:6px;line-height:9px;font-weight:400;letter-spacing:1px}.kup-heading-compact-01{font-family:var(--kup-font-family);font-size:14px;line-height:18px;font-weight:600;letter-spacing:0.16px}.kup-heading-01{font-family:var(--kup-font-family);font-size:14px;line-height:20px;font-weight:600;letter-spacing:0.16px}.kup-heading-02{font-family:var(--kup-font-family);font-size:16px;line-height:24px;font-weight:500;letter-spacing:0}.kup-heading-03{font-family:var(--kup-font-family);font-size:20px;line-height:28px;font-weight:400;letter-spacing:0}.kup-heading-04{font-family:var(--kup-font-family);font-size:28px;line-height:36px;font-weight:400;letter-spacing:0}.kup-heading-05{font-family:var(--kup-font-family);font-size:32px;line-height:40px;font-weight:300;letter-spacing:0}.kup-heading-06{font-family:var(--kup-font-family);font-size:42px;line-height:50px;font-weight:300;letter-spacing:0}.kup-heading-07{font-family:var(--kup-font-family);font-size:54px;line-height:64px;font-weight:300;letter-spacing:0}.kup-heading-08{font-family:var(--kup-font-family);font-size:54px;line-height:64px;font-weight:600;letter-spacing:0}.custom-task-list-wrapper{display:flex;justify-content:space-around;max-width:330px;place-items:\"center\";text-align:center;align-items:center}.title{font-weight:bold;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.toggler{max-width:max-content;padding:0 4px;text-align:right}.switch{position:relative;display:inline-block;width:30px;height:17px}.input{opacity:0;width:0;height:0}.input:checked+.slider{background-color:#003b77}.input:checked+.slider:before{-webkit-transform:translateX(13px);-ms-transform:translateX(13px);transform:translateX(13px)}.input:focus+.slider{box-shadow:0 0 1px #003b77}.slider{-webkit-transition:0.4s;cursor:pointer;background-color:#ccc;bottom:0;border-radius:17px;left:0;position:absolute;right:0;top:0;transition:0.4s}.slider:before{-webkit-transition:0.1s;background-color:white;border-radius:50%;bottom:2px;content:\"\";height:13px;left:2px;position:absolute;transition:0.1s;width:13px}.label{font-size:12px;padding:6px}.filter{font-size:12px}";
|
|
4
4
|
const KupCustomTaskListHeaderStyle0 = customTaskListHeaderModuleCss;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { p as proxyCustomElement, H, h } from './p-
|
|
1
|
+
import { p as proxyCustomElement, H, h } from './p-2e5f2e07.js';
|
|
2
2
|
|
|
3
3
|
const kupVerticalScrollCss = ".kup-body-compact-01{font-family:var(--kup-font-family);font-size:var(--kup-body-compact-01-font-size, 14px);line-height:18px;font-weight:400;letter-spacing:0.16px}.kup-body-01{font-family:var(--kup-font-family);font-size:var(--kup-body-01-font-size, 14px);line-height:20px;font-weight:400;letter-spacing:0.16px}.kup-code-01{font-family:var(--kup-font-family-monospace);font-size:12px;line-height:16px;font-weight:400;letter-spacing:0.32px}.kup-label-01{font-family:var(--kup-font-family);font-size:12px;line-height:16px;font-weight:400;letter-spacing:0.32px}.kup-caption-02{font-family:var(--kup-font-family);font-size:12px;line-height:15px;font-weight:500;letter-spacing:1px}.kup-caption-01{font-family:var(--kup-font-family);font-size:10px;line-height:13px;font-weight:400;letter-spacing:1px}.kup-small-label-01{font-family:var(--kup-font-family);font-size:6px;line-height:9px;font-weight:400;letter-spacing:1px}.kup-heading-compact-01{font-family:var(--kup-font-family);font-size:14px;line-height:18px;font-weight:600;letter-spacing:0.16px}.kup-heading-01{font-family:var(--kup-font-family);font-size:14px;line-height:20px;font-weight:600;letter-spacing:0.16px}.kup-heading-02{font-family:var(--kup-font-family);font-size:16px;line-height:24px;font-weight:500;letter-spacing:0}.kup-heading-03{font-family:var(--kup-font-family);font-size:20px;line-height:28px;font-weight:400;letter-spacing:0}.kup-heading-04{font-family:var(--kup-font-family);font-size:28px;line-height:36px;font-weight:400;letter-spacing:0}.kup-heading-05{font-family:var(--kup-font-family);font-size:32px;line-height:40px;font-weight:300;letter-spacing:0}.kup-heading-06{font-family:var(--kup-font-family);font-size:42px;line-height:50px;font-weight:300;letter-spacing:0}.kup-heading-07{font-family:var(--kup-font-family);font-size:54px;line-height:64px;font-weight:300;letter-spacing:0}.kup-heading-08{font-family:var(--kup-font-family);font-size:54px;line-height:64px;font-weight:600;letter-spacing:0}.scroll{overflow:hidden auto;width:1rem;flex-shrink:0}.scroll::-webkit-scrollbar{width:1.1rem;height:1.1rem}.scroll::-webkit-scrollbar-corner{background:transparent}.scroll::-webkit-scrollbar-thumb{border:6px solid transparent;background:rgba(0, 0, 0, 0.2);background:var(--palette-black-alpha-20, rgba(0, 0, 0, 0.2));border-radius:10px;background-clip:padding-box}.scroll::-webkit-scrollbar-thumb:hover{border:4px solid transparent;background:rgba(0, 0, 0, 0.3);background:var(--palette-black-alpha-30, rgba(0, 0, 0, 0.3));background-clip:padding-box}";
|
|
4
4
|
const KupVerticalScrollStyle0 = kupVerticalScrollCss;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { p as proxyCustomElement, H, h, F as Fragment } from './p-
|
|
1
|
+
import { p as proxyCustomElement, H, h, F as Fragment } from './p-2e5f2e07.js';
|
|
2
2
|
import { a as KupDates } from './p-f61ef1fb.js';
|
|
3
3
|
import { c as createArrayFromNum } from './p-9aa93983.js';
|
|
4
4
|
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import { p as proxyCustomElement, H, h as h$1 } from './p-
|
|
2
|
-
import { c as calculateDisplayedDateRange, a as convertProjectToTasks, b as getPhaseById, m as mergeTaskIntoProjects, e as getProjectById, f as mergeTaskIntoPhases, h as columnWidthForTimeUnit, d as defineCustomElement$5 } from './p-
|
|
1
|
+
import { p as proxyCustomElement, H, h as h$1 } from './p-2e5f2e07.js';
|
|
2
|
+
import { c as calculateDisplayedDateRange, a as convertProjectToTasks, b as getPhaseById, m as mergeTaskIntoProjects, e as getProjectById, f as mergeTaskIntoPhases, h as columnWidthForTimeUnit, d as defineCustomElement$5 } from './p-ac9153ed.js';
|
|
3
3
|
import { K as KUP_PLANNER_MAIN_GANTT_ID, f as KUP_PLANNER_SECONDARY_GANTT_ID } from './p-a0eeacbd.js';
|
|
4
4
|
import { a as KupDates } from './p-f61ef1fb.js';
|
|
5
|
-
import { g as ganttDateTimeFormatters, d as defineCustomElement$b } from './p-
|
|
5
|
+
import { g as ganttDateTimeFormatters, d as defineCustomElement$b } from './p-f95300f6.js';
|
|
6
6
|
import { h } from './p-3aae989f.js';
|
|
7
|
-
import { d as defineCustomElement$e } from './p-
|
|
8
|
-
import { d as defineCustomElement$d } from './p-
|
|
9
|
-
import { d as defineCustomElement$c } from './p-
|
|
10
|
-
import { d as defineCustomElement$a } from './p-
|
|
11
|
-
import { d as defineCustomElement$9 } from './p-
|
|
12
|
-
import { d as defineCustomElement$8 } from './p-
|
|
13
|
-
import { d as defineCustomElement$7 } from './p-
|
|
14
|
-
import { d as defineCustomElement$6 } from './p-
|
|
15
|
-
import { d as defineCustomElement$4 } from './p-
|
|
16
|
-
import { d as defineCustomElement$3 } from './p-
|
|
17
|
-
import { d as defineCustomElement$2 } from './p-
|
|
18
|
-
import { d as defineCustomElement$1 } from './p-
|
|
7
|
+
import { d as defineCustomElement$e } from './p-61b8d8fd.js';
|
|
8
|
+
import { d as defineCustomElement$d } from './p-795f2541.js';
|
|
9
|
+
import { d as defineCustomElement$c } from './p-183306e1.js';
|
|
10
|
+
import { d as defineCustomElement$a } from './p-d0735e25.js';
|
|
11
|
+
import { d as defineCustomElement$9 } from './p-ff1894fe.js';
|
|
12
|
+
import { d as defineCustomElement$8 } from './p-e275fc9f.js';
|
|
13
|
+
import { d as defineCustomElement$7 } from './p-2d57f1db.js';
|
|
14
|
+
import { d as defineCustomElement$6 } from './p-a2ed336a.js';
|
|
15
|
+
import { d as defineCustomElement$4 } from './p-1f1d9b1f.js';
|
|
16
|
+
import { d as defineCustomElement$3 } from './p-56c8142a.js';
|
|
17
|
+
import { d as defineCustomElement$2 } from './p-cfc8a8fb.js';
|
|
18
|
+
import { d as defineCustomElement$1 } from './p-73449cb1.js';
|
|
19
19
|
|
|
20
20
|
const CustomTooltipHOC = () => {
|
|
21
21
|
const CustomTooltip = () => h("div", null);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { p as proxyCustomElement, H, h } from './p-
|
|
2
|
-
import { d as defineCustomElement$2 } from './p-
|
|
3
|
-
import { d as defineCustomElement$1 } from './p-
|
|
1
|
+
import { p as proxyCustomElement, H, h } from './p-2e5f2e07.js';
|
|
2
|
+
import { d as defineCustomElement$2 } from './p-f95300f6.js';
|
|
3
|
+
import { d as defineCustomElement$1 } from './p-d0735e25.js';
|
|
4
4
|
|
|
5
5
|
const TaskGantt = /*@__PURE__*/ proxyCustomElement(class TaskGantt extends H {
|
|
6
6
|
constructor() {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { p as proxyCustomElement, H, h } from './p-
|
|
1
|
+
import { p as proxyCustomElement, H, h } from './p-2e5f2e07.js';
|
|
2
2
|
import { K as KUP_PLANNER_MAIN_GANTT_ID } from './p-a0eeacbd.js';
|
|
3
3
|
import { a as KupDates } from './p-f61ef1fb.js';
|
|
4
|
-
import { d as defineCustomElement$2 } from './p-
|
|
5
|
-
import { d as defineCustomElement$1 } from './p-
|
|
4
|
+
import { d as defineCustomElement$2 } from './p-61b8d8fd.js';
|
|
5
|
+
import { d as defineCustomElement$1 } from './p-795f2541.js';
|
|
6
6
|
|
|
7
7
|
const columnWidthForTimeUnit = (timeUnit) => {
|
|
8
8
|
switch (timeUnit) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { p as proxyCustomElement, H, f as forceUpdate, h, d as Host } from './p-
|
|
1
|
+
import { p as proxyCustomElement, H, f as forceUpdate, h, d as Host } from './p-2e5f2e07.js';
|
|
2
2
|
import { k as kupManagerInstance, g as getProps, s as setProps, t as KupDebugCategory } from './p-8df266a8.js';
|
|
3
|
-
import { c as componentWrapperId, d as defineCustomElement$1, a as defineCustomElement$2, b as defineCustomElement$3, e as defineCustomElement$4, f as defineCustomElement$5, g as defineCustomElement$6, h as defineCustomElement$7, i as defineCustomElement$8, j as defineCustomElement$9, k as defineCustomElement$a, l as defineCustomElement$b, m as defineCustomElement$c, n as defineCustomElement$d, o as defineCustomElement$e, p as defineCustomElement$f, q as defineCustomElement$g, r as defineCustomElement$h, s as defineCustomElement$i, t as defineCustomElement$j, u as defineCustomElement$k, v as defineCustomElement$l, w as defineCustomElement$m, x as defineCustomElement$n, y as defineCustomElement$o, z as defineCustomElement$p, A as defineCustomElement$q, B as defineCustomElement$r, C as defineCustomElement$s } from './p-
|
|
3
|
+
import { c as componentWrapperId, d as defineCustomElement$1, a as defineCustomElement$2, b as defineCustomElement$3, e as defineCustomElement$4, f as defineCustomElement$5, g as defineCustomElement$6, h as defineCustomElement$7, i as defineCustomElement$8, j as defineCustomElement$9, k as defineCustomElement$a, l as defineCustomElement$b, m as defineCustomElement$c, n as defineCustomElement$d, o as defineCustomElement$e, p as defineCustomElement$f, q as defineCustomElement$g, r as defineCustomElement$h, s as defineCustomElement$i, t as defineCustomElement$j, u as defineCustomElement$k, v as defineCustomElement$l, w as defineCustomElement$m, x as defineCustomElement$n, y as defineCustomElement$o, z as defineCustomElement$p, A as defineCustomElement$q, B as defineCustomElement$r, C as defineCustomElement$s } from './p-34e14245.js';
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
6
|
* Props of the kup-grid component.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { p as proxyCustomElement, H, h } from './p-
|
|
1
|
+
import { p as proxyCustomElement, H, h } from './p-2e5f2e07.js';
|
|
2
2
|
|
|
3
3
|
const kupTooltipCss = ".kup-body-compact-01{font-family:var(--kup-font-family);font-size:var(--kup-body-compact-01-font-size, 14px);line-height:18px;font-weight:400;letter-spacing:0.16px}.kup-body-01{font-family:var(--kup-font-family);font-size:var(--kup-body-01-font-size, 14px);line-height:20px;font-weight:400;letter-spacing:0.16px}.kup-code-01{font-family:var(--kup-font-family-monospace);font-size:12px;line-height:16px;font-weight:400;letter-spacing:0.32px}.kup-label-01{font-family:var(--kup-font-family);font-size:12px;line-height:16px;font-weight:400;letter-spacing:0.32px}.kup-caption-02{font-family:var(--kup-font-family);font-size:12px;line-height:15px;font-weight:500;letter-spacing:1px}.kup-caption-01{font-family:var(--kup-font-family);font-size:10px;line-height:13px;font-weight:400;letter-spacing:1px}.kup-small-label-01{font-family:var(--kup-font-family);font-size:6px;line-height:9px;font-weight:400;letter-spacing:1px}.kup-heading-compact-01{font-family:var(--kup-font-family);font-size:14px;line-height:18px;font-weight:600;letter-spacing:0.16px}.kup-heading-01{font-family:var(--kup-font-family);font-size:14px;line-height:20px;font-weight:600;letter-spacing:0.16px}.kup-heading-02{font-family:var(--kup-font-family);font-size:16px;line-height:24px;font-weight:500;letter-spacing:0}.kup-heading-03{font-family:var(--kup-font-family);font-size:20px;line-height:28px;font-weight:400;letter-spacing:0}.kup-heading-04{font-family:var(--kup-font-family);font-size:28px;line-height:36px;font-weight:400;letter-spacing:0}.kup-heading-05{font-family:var(--kup-font-family);font-size:32px;line-height:40px;font-weight:300;letter-spacing:0}.kup-heading-06{font-family:var(--kup-font-family);font-size:42px;line-height:50px;font-weight:300;letter-spacing:0}.kup-heading-07{font-family:var(--kup-font-family);font-size:54px;line-height:64px;font-weight:300;letter-spacing:0}.kup-heading-08{font-family:var(--kup-font-family);font-size:54px;line-height:64px;font-weight:600;letter-spacing:0}.tooltipDefaultContainer{background:#fff;padding:12px;box-shadow:0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23)}.tooltipDefaultContainerParagraph{font-size:12px;margin-bottom:6px;color:#666}.tooltipDetailsContainer{position:absolute;display:flex;flex-shrink:0;pointer-events:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.tooltipDetailsContainerHidden{visibility:hidden;position:absolute;display:flex;pointer-events:none}";
|
|
4
4
|
const KupTooltipStyle0 = kupTooltipCss;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { p as proxyCustomElement, H, h, F as Fragment } from './p-
|
|
1
|
+
import { p as proxyCustomElement, H, h, F as Fragment } from './p-2e5f2e07.js';
|
|
2
2
|
import { d as defaultStylingOptions } from './p-a0eeacbd.js';
|
|
3
3
|
import { i as isKeyboardEvent } from './p-9aa93983.js';
|
|
4
4
|
import { c as commonjsGlobal } from './p-5882e117.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { p as proxyCustomElement, H, h } from './p-
|
|
1
|
+
import { p as proxyCustomElement, H, h } from './p-2e5f2e07.js';
|
|
2
2
|
|
|
3
3
|
const kupTooltipCss = ".kup-body-compact-01{font-family:var(--kup-font-family);font-size:var(--kup-body-compact-01-font-size, 14px);line-height:18px;font-weight:400;letter-spacing:0.16px}.kup-body-01{font-family:var(--kup-font-family);font-size:var(--kup-body-01-font-size, 14px);line-height:20px;font-weight:400;letter-spacing:0.16px}.kup-code-01{font-family:var(--kup-font-family-monospace);font-size:12px;line-height:16px;font-weight:400;letter-spacing:0.32px}.kup-label-01{font-family:var(--kup-font-family);font-size:12px;line-height:16px;font-weight:400;letter-spacing:0.32px}.kup-caption-02{font-family:var(--kup-font-family);font-size:12px;line-height:15px;font-weight:500;letter-spacing:1px}.kup-caption-01{font-family:var(--kup-font-family);font-size:10px;line-height:13px;font-weight:400;letter-spacing:1px}.kup-small-label-01{font-family:var(--kup-font-family);font-size:6px;line-height:9px;font-weight:400;letter-spacing:1px}.kup-heading-compact-01{font-family:var(--kup-font-family);font-size:14px;line-height:18px;font-weight:600;letter-spacing:0.16px}.kup-heading-01{font-family:var(--kup-font-family);font-size:14px;line-height:20px;font-weight:600;letter-spacing:0.16px}.kup-heading-02{font-family:var(--kup-font-family);font-size:16px;line-height:24px;font-weight:500;letter-spacing:0}.kup-heading-03{font-family:var(--kup-font-family);font-size:20px;line-height:28px;font-weight:400;letter-spacing:0}.kup-heading-04{font-family:var(--kup-font-family);font-size:28px;line-height:36px;font-weight:400;letter-spacing:0}.kup-heading-05{font-family:var(--kup-font-family);font-size:32px;line-height:40px;font-weight:300;letter-spacing:0}.kup-heading-06{font-family:var(--kup-font-family);font-size:42px;line-height:50px;font-weight:300;letter-spacing:0}.kup-heading-07{font-family:var(--kup-font-family);font-size:54px;line-height:64px;font-weight:300;letter-spacing:0}.kup-heading-08{font-family:var(--kup-font-family);font-size:54px;line-height:64px;font-weight:600;letter-spacing:0}.tooltipDefaultContainer{background:#fff;padding:12px;box-shadow:0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23)}.tooltipDefaultContainerParagraph{font-size:12px;margin-bottom:6px;color:#666}.tooltipDetailsContainer{position:absolute;display:flex;flex-shrink:0;pointer-events:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.tooltipDetailsContainerHidden{visibility:hidden;position:absolute;display:flex;pointer-events:none}";
|
|
4
4
|
const KupStandardTooltipStyle0 = kupTooltipCss;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { p as proxyCustomElement, H, c as createEvent, f as forceUpdate, h, d as Host } from './p-
|
|
1
|
+
import { p as proxyCustomElement, H, c as createEvent, f as forceUpdate, h, d as Host } from './p-2e5f2e07.js';
|
|
2
2
|
import { k as kupManagerInstance, a6 as identify, g as getProps, s as setProps, V as SortMode, G as getColumnByName, d as KupLanguageGeneric, c as KupThemeIconValues, t as KupDebugCategory, a3 as KupPointerEventTypes, ac as KupDragEffect, aq as kupDraggableAttr, ae as KupDropEventTypes, _ as KupLanguageSearch } from './p-8df266a8.js';
|
|
3
|
-
import { G as filterRows, H as paginateRows, D as sortRows, I as pageChange, J as rowsPerPageChange, F as FImage, L as FCell, N as FChip, O as FTextFieldMDC, c as componentWrapperId, d as defineCustomElement$1, a as defineCustomElement$2, b as defineCustomElement$3, e as defineCustomElement$4, f as defineCustomElement$5, g as defineCustomElement$6, h as defineCustomElement$7, i as defineCustomElement$8, j as defineCustomElement$9, k as defineCustomElement$a, l as defineCustomElement$b, m as defineCustomElement$c, n as defineCustomElement$d, o as defineCustomElement$e, p as defineCustomElement$f, q as defineCustomElement$g, r as defineCustomElement$h, s as defineCustomElement$i, t as defineCustomElement$j, u as defineCustomElement$k, v as defineCustomElement$l, w as defineCustomElement$m, x as defineCustomElement$n, y as defineCustomElement$o, z as defineCustomElement$p, A as defineCustomElement$q, B as defineCustomElement$r, C as defineCustomElement$s, P as FPaginator } from './p-
|
|
3
|
+
import { G as filterRows, H as paginateRows, D as sortRows, I as pageChange, J as rowsPerPageChange, F as FImage, L as FCell, N as FChip, O as FTextFieldMDC, c as componentWrapperId, d as defineCustomElement$1, a as defineCustomElement$2, b as defineCustomElement$3, e as defineCustomElement$4, f as defineCustomElement$5, g as defineCustomElement$6, h as defineCustomElement$7, i as defineCustomElement$8, j as defineCustomElement$9, k as defineCustomElement$a, l as defineCustomElement$b, m as defineCustomElement$c, n as defineCustomElement$d, o as defineCustomElement$e, p as defineCustomElement$f, q as defineCustomElement$g, r as defineCustomElement$h, s as defineCustomElement$i, t as defineCustomElement$j, u as defineCustomElement$k, v as defineCustomElement$l, w as defineCustomElement$m, x as defineCustomElement$n, y as defineCustomElement$o, z as defineCustomElement$p, A as defineCustomElement$q, B as defineCustomElement$r, C as defineCustomElement$s, P as FPaginator } from './p-34e14245.js';
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
6
|
* Props of the kup-box component.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { p as proxyCustomElement, H, h, F as Fragment } from './p-
|
|
1
|
+
import { p as proxyCustomElement, H, h, F as Fragment } from './p-2e5f2e07.js';
|
|
2
2
|
|
|
3
3
|
const kupHorizontalScrollCss = ".kup-body-compact-01{font-family:var(--kup-font-family);font-size:var(--kup-body-compact-01-font-size, 14px);line-height:18px;font-weight:400;letter-spacing:0.16px}.kup-body-01{font-family:var(--kup-font-family);font-size:var(--kup-body-01-font-size, 14px);line-height:20px;font-weight:400;letter-spacing:0.16px}.kup-code-01{font-family:var(--kup-font-family-monospace);font-size:12px;line-height:16px;font-weight:400;letter-spacing:0.32px}.kup-label-01{font-family:var(--kup-font-family);font-size:12px;line-height:16px;font-weight:400;letter-spacing:0.32px}.kup-caption-02{font-family:var(--kup-font-family);font-size:12px;line-height:15px;font-weight:500;letter-spacing:1px}.kup-caption-01{font-family:var(--kup-font-family);font-size:10px;line-height:13px;font-weight:400;letter-spacing:1px}.kup-small-label-01{font-family:var(--kup-font-family);font-size:6px;line-height:9px;font-weight:400;letter-spacing:1px}.kup-heading-compact-01{font-family:var(--kup-font-family);font-size:14px;line-height:18px;font-weight:600;letter-spacing:0.16px}.kup-heading-01{font-family:var(--kup-font-family);font-size:14px;line-height:20px;font-weight:600;letter-spacing:0.16px}.kup-heading-02{font-family:var(--kup-font-family);font-size:16px;line-height:24px;font-weight:500;letter-spacing:0}.kup-heading-03{font-family:var(--kup-font-family);font-size:20px;line-height:28px;font-weight:400;letter-spacing:0}.kup-heading-04{font-family:var(--kup-font-family);font-size:28px;line-height:36px;font-weight:400;letter-spacing:0}.kup-heading-05{font-family:var(--kup-font-family);font-size:32px;line-height:40px;font-weight:300;letter-spacing:0}.kup-heading-06{font-family:var(--kup-font-family);font-size:42px;line-height:50px;font-weight:300;letter-spacing:0}.kup-heading-07{font-family:var(--kup-font-family);font-size:54px;line-height:64px;font-weight:300;letter-spacing:0}.kup-heading-08{font-family:var(--kup-font-family);font-size:54px;line-height:64px;font-weight:600;letter-spacing:0}.scrollWrapper{overflow:auto;max-width:100%;height:1.2rem}.scrollWrapper::-webkit-scrollbar{width:1.1rem;height:1.1rem}.scrollWrapper::-webkit-scrollbar-corner{background:transparent}.scrollWrapper::-webkit-scrollbar-thumb{border:6px solid transparent;background:rgba(0, 0, 0, 0.2);background:var(--palette-black-alpha-20, rgba(0, 0, 0, 0.2));border-radius:10px;background-clip:padding-box}.scrollWrapper::-webkit-scrollbar-thumb:hover{border:4px solid transparent;background:rgba(0, 0, 0, 0.3);background:var(--palette-black-alpha-30, rgba(0, 0, 0, 0.3));background-clip:padding-box}.scroll{height:1px}.scroll-container{display:flex}";
|
|
4
4
|
const KupHorizontalScrollStyle0 = kupHorizontalScrollCss;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { h } from './index-
|
|
1
|
+
import { h } from './index-c9246a86.js';
|
|
2
2
|
import { a as FButtonStyling } from './f-button-declarations-6c8f8abe.js';
|
|
3
|
-
import { F as FImage } from './f-image-
|
|
3
|
+
import { F as FImage } from './f-image-e8fec767.js';
|
|
4
4
|
|
|
5
5
|
/*-------------------------------------------------*/
|
|
6
6
|
/* C o m p o n e n t */
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { a8 as editableTypes, a9 as kupTypes, aa as FCellClasses, d as KupThemeColorValues, I as FCellTypes, ab as RADAdapter, ac as CMBandACPAdapter, ad as KupTagNames, F as FCellShapes, ae as fullWidthFieldsComps, af as autoCenterComps, ag as getCellValueForDisplay, ah as FCellEvents, ai as isForceUppercase, aj as isForceLowercase, e as KupDebugCategory } from './kup-manager-
|
|
2
|
-
import { h, g as getAssetPath, F as Fragment } from './index-
|
|
3
|
-
import { F as FCheckbox } from './f-checkbox-
|
|
4
|
-
import { F as FTextField } from './f-text-field-
|
|
5
|
-
import { F as FImage } from './f-image-
|
|
6
|
-
import { F as FChipType, c as FChip } from './f-chip-
|
|
7
|
-
import { F as FButton } from './f-button-
|
|
8
|
-
import { F as FObjectField } from './f-object-field-
|
|
1
|
+
import { a8 as editableTypes, a9 as kupTypes, aa as FCellClasses, d as KupThemeColorValues, I as FCellTypes, ab as RADAdapter, ac as CMBandACPAdapter, ad as KupTagNames, F as FCellShapes, ae as fullWidthFieldsComps, af as autoCenterComps, ag as getCellValueForDisplay, ah as FCellEvents, ai as isForceUppercase, aj as isForceLowercase, e as KupDebugCategory } from './kup-manager-fbf2cb76.js';
|
|
2
|
+
import { h, g as getAssetPath, F as Fragment } from './index-c9246a86.js';
|
|
3
|
+
import { F as FCheckbox } from './f-checkbox-ed122005.js';
|
|
4
|
+
import { F as FTextField } from './f-text-field-9e293fb1.js';
|
|
5
|
+
import { F as FImage } from './f-image-e8fec767.js';
|
|
6
|
+
import { F as FChipType, c as FChip } from './f-chip-915e8f77.js';
|
|
7
|
+
import { F as FButton } from './f-button-acef8cca.js';
|
|
8
|
+
import { F as FObjectField } from './f-object-field-88fbd1b4.js';
|
|
9
9
|
|
|
10
10
|
/**
|
|
11
11
|
* Props of the kup-list component.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { F as FImage } from './f-image-
|
|
2
|
-
import { h } from './index-
|
|
1
|
+
import { F as FImage } from './f-image-e8fec767.js';
|
|
2
|
+
import { h } from './index-c9246a86.js';
|
|
3
3
|
|
|
4
4
|
/*-------------------------------------------------*/
|
|
5
5
|
/* C o m p o n e n t */
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { h } from './index-
|
|
2
|
-
import { F as FImage } from './f-image-
|
|
3
|
-
import { b as KupThemeIconValues, h as KupLanguageGeneric } from './kup-manager-
|
|
1
|
+
import { h } from './index-c9246a86.js';
|
|
2
|
+
import { F as FImage } from './f-image-e8fec767.js';
|
|
3
|
+
import { b as KupThemeIconValues, h as KupLanguageGeneric } from './kup-manager-fbf2cb76.js';
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
6
|
* Types of the f-chip component.
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { h } from './index-
|
|
2
|
-
import { a as KupComponentSizing, k as kupManagerInstance, c as KupDynamicPositionPlacement } from './kup-manager-
|
|
3
|
-
import { F as FButton } from './f-button-
|
|
1
|
+
import { h } from './index-c9246a86.js';
|
|
2
|
+
import { a as KupComponentSizing, k as kupManagerInstance, c as KupDynamicPositionPlacement } from './kup-manager-fbf2cb76.js';
|
|
3
|
+
import { F as FButton } from './f-button-acef8cca.js';
|
|
4
4
|
import { a as FButtonStyling } from './f-button-declarations-6c8f8abe.js';
|
|
5
|
-
import { F as FTextField } from './f-text-field-
|
|
5
|
+
import { F as FTextField } from './f-text-field-9e293fb1.js';
|
|
6
6
|
|
|
7
7
|
const STATE = new WeakMap();
|
|
8
8
|
const FObjectField = (props) => {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { h } from './index-
|
|
2
|
-
import { ap as KupLanguagePage, r as KupLanguageRow, a as KupComponentSizing, h as KupLanguageGeneric } from './kup-manager-
|
|
3
|
-
import { F as FButton } from './f-button-
|
|
1
|
+
import { h } from './index-c9246a86.js';
|
|
2
|
+
import { ap as KupLanguagePage, r as KupLanguageRow, a as KupComponentSizing, h as KupLanguageGeneric } from './kup-manager-fbf2cb76.js';
|
|
3
|
+
import { F as FButton } from './f-button-acef8cca.js';
|
|
4
4
|
import { a as FButtonStyling } from './f-button-declarations-6c8f8abe.js';
|
|
5
5
|
|
|
6
6
|
var FPaginatorMode;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { h, g as getAssetPath } from './index-
|
|
2
|
-
import { b as KupThemeIconValues } from './kup-manager-
|
|
3
|
-
import { F as FImage } from './f-image-
|
|
1
|
+
import { h, g as getAssetPath } from './index-c9246a86.js';
|
|
2
|
+
import { b as KupThemeIconValues } from './kup-manager-fbf2cb76.js';
|
|
3
|
+
import { F as FImage } from './f-image-e8fec767.js';
|
|
4
4
|
|
|
5
5
|
const dom = document.documentElement;
|
|
6
6
|
/*-------------------------------------------------*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
const NAMESPACE = 'ketchup';
|
|
2
|
-
const BUILD = /* ketchup */ { allRenderFn: true, appendChildSlotFix: false, asyncLoading: true, asyncQueue: false, attachStyles: true, cloneNodeFix: false, cmpDidLoad: true, cmpDidRender: true, cmpDidUnload: false, cmpDidUpdate: true, cmpShouldUpdate: false, cmpWillLoad: true, cmpWillRender: true, cmpWillUpdate: true, connectedCallback:
|
|
2
|
+
const BUILD = /* ketchup */ { allRenderFn: true, appendChildSlotFix: false, asyncLoading: true, asyncQueue: false, attachStyles: true, cloneNodeFix: false, cmpDidLoad: true, cmpDidRender: true, cmpDidUnload: false, cmpDidUpdate: true, cmpShouldUpdate: false, cmpWillLoad: true, cmpWillRender: true, cmpWillUpdate: true, connectedCallback: true, constructableCSS: true, cssAnnotations: true, devTools: false, disconnectedCallback: true, element: false, event: true, experimentalScopedSlotChanges: false, experimentalSlotFixes: false, formAssociated: false, hasRenderFn: true, hostListener: true, hostListenerTarget: true, hostListenerTargetBody: false, hostListenerTargetDocument: true, hostListenerTargetParent: false, hostListenerTargetWindow: false, hotModuleReplacement: false, hydrateClientSide: false, hydrateServerSide: false, hydratedAttribute: false, hydratedClass: true, hydratedSelectorName: "hydrated", initializeNextTick: false, invisiblePrehydration: true, isDebug: false, isDev: false, isTesting: false, lazyLoad: true, lifecycle: true, lifecycleDOMEvents: false, member: true, method: true, mode: false, observeAttribute: true, profile: false, prop: true, propBoolean: true, propMutable: true, propNumber: true, propString: true, reflect: true, scoped: false, scopedSlotTextContentFix: false, scriptDataOpts: false, shadowDelegatesFocus: false, shadowDom: true, slot: true, slotChildNodesFix: false, slotRelocation: false, state: true, style: true, svg: true, taskQueue: true, transformTagName: false, updatable: true, vdomAttribute: true, vdomClass: true, vdomFunctional: true, vdomKey: true, vdomListener: true, vdomPropOrAttr: true, vdomRef: true, vdomRender: true, vdomStyle: true, vdomText: true, vdomXlink: true, watchCallback: true };
|
|
3
3
|
|
|
4
4
|
/*
|
|
5
5
|
Stencil Client Platform v4.20.0 | MIT Licensed | https://stenciljs.com
|
|
@@ -1297,6 +1297,7 @@ var initializeComponent = async (elm, hostRef, cmpMeta, hmrVersionId) => {
|
|
|
1297
1297
|
hostRef.$flags$ |= 128 /* isWatchReady */;
|
|
1298
1298
|
}
|
|
1299
1299
|
endNewInstance();
|
|
1300
|
+
fireConnectedCallback(hostRef.$lazyInstance$);
|
|
1300
1301
|
} else {
|
|
1301
1302
|
Cstr = elm.constructor;
|
|
1302
1303
|
const cmpTag = elm.localName;
|
|
@@ -1324,6 +1325,9 @@ var initializeComponent = async (elm, hostRef, cmpMeta, hmrVersionId) => {
|
|
|
1324
1325
|
}
|
|
1325
1326
|
};
|
|
1326
1327
|
var fireConnectedCallback = (instance) => {
|
|
1328
|
+
{
|
|
1329
|
+
safeCall(instance, "connectedCallback");
|
|
1330
|
+
}
|
|
1327
1331
|
};
|
|
1328
1332
|
|
|
1329
1333
|
// src/runtime/connected-callback.ts
|
|
@@ -1357,8 +1361,10 @@ var connectedCallback = (elm) => {
|
|
|
1357
1361
|
}
|
|
1358
1362
|
} else {
|
|
1359
1363
|
addHostEventListeners(elm, hostRef, cmpMeta.$listeners$);
|
|
1360
|
-
if (hostRef == null ? void 0 : hostRef.$lazyInstance$)
|
|
1361
|
-
hostRef.$
|
|
1364
|
+
if (hostRef == null ? void 0 : hostRef.$lazyInstance$) {
|
|
1365
|
+
fireConnectedCallback(hostRef.$lazyInstance$);
|
|
1366
|
+
} else if (hostRef == null ? void 0 : hostRef.$onReadyPromise$) {
|
|
1367
|
+
hostRef.$onReadyPromise$.then(() => fireConnectedCallback(hostRef.$lazyInstance$));
|
|
1362
1368
|
}
|
|
1363
1369
|
}
|
|
1364
1370
|
endConnected();
|
package/dist/esm/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { K as KupManager } from './kup-manager-
|
|
1
|
+
import { K as KupManager } from './kup-manager-fbf2cb76.js';
|
|
2
2
|
import './kup-dates-4b58eae6.js';
|
|
3
|
-
import './index-
|
|
3
|
+
import './index-c9246a86.js';
|
|
4
4
|
|
|
5
5
|
/** used for obtain a KupManager instance without a dom document (for UT) */
|
|
6
6
|
function newKupManager(init) {
|