@sme.up/ketchup 11.0.4 → 11.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/{f-cell-9a669d52.js → f-cell-d7ac8d4e.js} +4 -4
- package/dist/cjs/{f-chip-07d8ae50.js → f-chip-e8b709c3.js} +1 -1
- package/dist/cjs/{f-object-field-461aee23.js → f-object-field-3ab19cc3.js} +2 -2
- package/dist/cjs/{f-paginator-utils-5ec61279.js → f-paginator-utils-f9c65479.js} +1 -1
- package/dist/cjs/{f-text-field-a46eeef6.js → f-text-field-e8ac044b.js} +1 -1
- package/dist/cjs/index.cjs.js +1 -1
- package/dist/cjs/kup-accordion.cjs.entry.js +1 -1
- package/dist/cjs/kup-activity-timeline.cjs.entry.js +2 -2
- package/dist/cjs/kup-autocomplete_30.cjs.entry.js +32 -22
- package/dist/cjs/kup-box.cjs.entry.js +7 -7
- package/dist/cjs/kup-calendar.cjs.entry.js +2 -2
- package/dist/cjs/kup-card-list.cjs.entry.js +1 -1
- package/dist/cjs/kup-cell.cjs.entry.js +5 -5
- package/dist/cjs/kup-dashboard.cjs.entry.js +2 -2
- package/dist/cjs/{kup-data-table-helper-7f29e726.js → kup-data-table-helper-02b0fb46.js} +1 -1
- package/dist/cjs/kup-drawer.cjs.entry.js +1 -1
- package/dist/cjs/kup-echart.cjs.entry.js +1 -1
- package/dist/cjs/kup-editor.cjs.entry.js +1 -1
- package/dist/cjs/kup-family-tree.cjs.entry.js +1 -1
- package/dist/cjs/kup-grid.cjs.entry.js +1 -1
- package/dist/cjs/kup-htm.cjs.entry.js +1 -1
- package/dist/cjs/kup-iframe.cjs.entry.js +1 -1
- package/dist/cjs/kup-input-panel.cjs.entry.js +5 -5
- package/dist/cjs/kup-lazy.cjs.entry.js +1 -1
- package/dist/cjs/kup-magic-box.cjs.entry.js +1 -1
- package/dist/cjs/{kup-manager-8d8da1cd.js → kup-manager-518e11f4.js} +7 -6
- package/dist/cjs/kup-nav-bar.cjs.entry.js +1 -1
- package/dist/cjs/kup-numeric-picker.cjs.entry.js +2 -2
- package/dist/cjs/kup-object-field.cjs.entry.js +3 -3
- package/dist/cjs/kup-planner.cjs.entry.js +2 -2
- package/dist/cjs/kup-probe.cjs.entry.js +1 -1
- package/dist/cjs/kup-qlik.cjs.entry.js +1 -1
- package/dist/cjs/kup-snackbar.cjs.entry.js +1 -1
- package/dist/cjs/kup-txt.cjs.entry.js +1 -1
- package/dist/cjs/kup-typography-list.cjs.entry.js +1 -1
- package/dist/cjs/kup-typography.cjs.entry.js +1 -1
- package/dist/collection/components/kup-data-table/kup-data-table.css +2 -0
- package/dist/collection/components/kup-data-table/kup-data-table.js +24 -14
- package/dist/collection/utils/cell-utils.js +6 -5
- 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-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-file-upload.js +1 -1
- package/dist/components/kup-form.js +1 -1
- package/dist/components/kup-gauge.js +1 -1
- package/dist/components/kup-grid.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 +1 -1
- 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-planner.js +2 -2
- 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-switch.js +1 -1
- package/dist/components/kup-tab-bar.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-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/{p-a9d2d2fa.js → p-2ae1b3af.js} +2 -2
- package/dist/components/{p-10425b28.js → p-3c28a421.js} +26 -16
- package/dist/components/{p-6e5dfb91.js → p-4e14ce99.js} +7 -6
- package/dist/components/{p-83ef07f8.js → p-571ebd17.js} +2 -2
- package/dist/components/{p-a6fb0332.js → p-7b004e12.js} +2 -2
- package/dist/components/{p-7122e72e.js → p-d2c85296.js} +2 -2
- package/dist/esm/{f-cell-2580227b.js → f-cell-ef478d3f.js} +4 -4
- package/dist/esm/{f-chip-1e3d0b52.js → f-chip-25b200ab.js} +1 -1
- package/dist/esm/{f-object-field-02b15db0.js → f-object-field-8306fe8f.js} +2 -2
- package/dist/esm/{f-paginator-utils-a99ed9fd.js → f-paginator-utils-53de6f1c.js} +1 -1
- package/dist/esm/{f-text-field-983d2207.js → f-text-field-465cc102.js} +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/kup-accordion.entry.js +1 -1
- package/dist/esm/kup-activity-timeline.entry.js +2 -2
- package/dist/esm/kup-autocomplete_30.entry.js +32 -22
- package/dist/esm/kup-box.entry.js +7 -7
- package/dist/esm/kup-calendar.entry.js +2 -2
- package/dist/esm/kup-card-list.entry.js +1 -1
- package/dist/esm/kup-cell.entry.js +5 -5
- package/dist/esm/kup-dashboard.entry.js +2 -2
- package/dist/esm/{kup-data-table-helper-3ca6c75d.js → kup-data-table-helper-399ccea6.js} +1 -1
- package/dist/esm/kup-drawer.entry.js +1 -1
- package/dist/esm/kup-echart.entry.js +1 -1
- package/dist/esm/kup-editor.entry.js +1 -1
- package/dist/esm/kup-family-tree.entry.js +1 -1
- package/dist/esm/kup-grid.entry.js +1 -1
- package/dist/esm/kup-htm.entry.js +1 -1
- package/dist/esm/kup-iframe.entry.js +1 -1
- package/dist/esm/kup-input-panel.entry.js +5 -5
- package/dist/esm/kup-lazy.entry.js +1 -1
- package/dist/esm/kup-magic-box.entry.js +1 -1
- package/dist/esm/{kup-manager-ca9d4ded.js → kup-manager-bc57ec34.js} +7 -6
- package/dist/esm/kup-nav-bar.entry.js +1 -1
- package/dist/esm/kup-numeric-picker.entry.js +2 -2
- package/dist/esm/kup-object-field.entry.js +3 -3
- package/dist/esm/kup-planner.entry.js +2 -2
- package/dist/esm/kup-probe.entry.js +1 -1
- package/dist/esm/kup-qlik.entry.js +1 -1
- package/dist/esm/kup-snackbar.entry.js +1 -1
- package/dist/esm/kup-txt.entry.js +1 -1
- package/dist/esm/kup-typography-list.entry.js +1 -1
- package/dist/esm/kup-typography.entry.js +1 -1
- package/dist/ketchup/index.esm.js +1 -1
- package/dist/ketchup/ketchup.esm.js +1 -1
- package/dist/ketchup/{p-c96e9120.js → p-070a0dac.js} +1 -1
- package/dist/ketchup/{p-ae83ee66.entry.js → p-0b5f3245.entry.js} +1 -1
- package/dist/ketchup/{p-42976c0d.js → p-10a3d9cb.js} +1 -1
- package/dist/ketchup/{p-821bfe8a.entry.js → p-1f5b1df4.entry.js} +1 -1
- package/dist/ketchup/{p-12882b29.entry.js → p-211d8935.entry.js} +1 -1
- package/dist/ketchup/{p-530dceb2.js → p-26e0046e.js} +1 -1
- package/dist/ketchup/{p-c2bccaf5.entry.js → p-2847ac2b.entry.js} +1 -1
- package/dist/ketchup/{p-b7a301ee.entry.js → p-2e6e1479.entry.js} +1 -1
- package/dist/ketchup/{p-313b5d4c.entry.js → p-301fafb0.entry.js} +1 -1
- package/dist/ketchup/{p-a6ad67b6.entry.js → p-302502d4.entry.js} +1 -1
- package/dist/ketchup/{p-a36d1a21.entry.js → p-31a050c6.entry.js} +1 -1
- package/dist/ketchup/{p-a617a3e4.entry.js → p-35d6f606.entry.js} +1 -1
- package/dist/ketchup/{p-582be100.entry.js → p-48b91894.entry.js} +1 -1
- package/dist/ketchup/{p-7ff4bd3f.entry.js → p-50a341fc.entry.js} +1 -1
- package/dist/ketchup/{p-2e143e5f.entry.js → p-5183215e.entry.js} +1 -1
- package/dist/ketchup/{p-fd0533ec.entry.js → p-552622f5.entry.js} +1 -1
- package/dist/ketchup/{p-b9726137.entry.js → p-56180822.entry.js} +1 -1
- package/dist/ketchup/{p-ddffe391.entry.js → p-5fa26942.entry.js} +1 -1
- package/dist/ketchup/{p-b579a5e0.entry.js → p-6bc44966.entry.js} +1 -1
- package/dist/ketchup/p-80d8f092.entry.js +1 -0
- package/dist/ketchup/{p-edec2479.entry.js → p-8213526b.entry.js} +1 -1
- package/dist/ketchup/{p-3021d0a5.entry.js → p-8222d46d.entry.js} +1 -1
- package/dist/ketchup/{p-164d575d.js → p-85a956cd.js} +1 -1
- package/dist/ketchup/{p-9452564e.entry.js → p-90f5363e.entry.js} +1 -1
- package/dist/ketchup/{p-78909be2.entry.js → p-bbf06c90.entry.js} +1 -1
- package/dist/ketchup/p-c24e94cb.js +1 -0
- package/dist/ketchup/{p-63c3f820.entry.js → p-c907474c.entry.js} +1 -1
- package/dist/ketchup/{p-4bf94655.entry.js → p-cbea5a29.entry.js} +1 -1
- package/dist/ketchup/{p-791e847d.entry.js → p-daacc004.entry.js} +1 -1
- package/dist/ketchup/{p-7a47674f.js → p-e77460f4.js} +1 -1
- package/dist/ketchup/{p-4a97cfee.entry.js → p-e7ccceeb.entry.js} +1 -1
- package/dist/ketchup/{p-480cdc73.js → p-ebcf1f74.js} +1 -1
- package/dist/ketchup/{p-6029ad07.entry.js → p-ebe27d32.entry.js} +1 -1
- package/dist/ketchup/{p-abb2444a.entry.js → p-ef780739.entry.js} +2 -2
- package/dist/ketchup/{p-1db7e6e7.entry.js → p-f9767f0a.entry.js} +1 -1
- package/package.json +1 -1
- package/dist/ketchup/p-12f06f17.entry.js +0 -1
- package/dist/ketchup/p-c12d1db7.js +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
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-ef8cbd35.js';
|
|
2
|
-
import { b as KupThemeIconValues, I as ItemsDisplayMode, e as KupLanguageGeneric, a as KupComponentSizing, k as kupManagerInstance, d as KupDynamicPositionPlacement, f as editableTypes, h as kupTypes, F as FCellClasses, i as FCellTypes, c as KupThemeColorValues, C as CHIAdapter, R as RADAdapter, j as CMBandACPAdapter, l as KupTagNames, m as FCellShapes, n as getCellValueForDisplay, o as fullWidthFieldsComps, p as autoCenterComps, q as FCellEvents, r as isForceUppercase, t as isForceLowercase, u as KupDebugCategory, v as adaptContentToDisplayMode, w as FCellPadding, x as fillString, y as KupCardBuiltInClockElements, z as KupCardCSSClasses, A as KupLanguageTotals, B as KupLanguageColumn, D as KupDataNewColumnTypes, E as KupCardSubEvents, G as KupCardIds, H as KupLanguageRow, J as KupLanguageSearch, L as getColumnByName, M as KupObjects, N as formatToNumber, O as Filters, P as getValueForDisplay, Q as getValueForDisplay2, S as KupData, T as compareCell, U as TotalMode, V as getRegExpFromString, W as CHKAdapter, X as SWTAdapter, Y as SortMode, Z as GroupLabelDisplayMode, _ as SelectionMode, $ as KupLanguageGrouping, a0 as KupLanguageCheckbox, a1 as extractColumnsFromFormulaString, a2 as FILTER_ANALYZER, a3 as KupLanguagePage, a4 as addColumnValueFromRow, a5 as KupGlobalFilterMode, g as getProps, s as setProps, a6 as TotalLabel, a7 as isNegativeNumber, a8 as KupPointerEventTypes, a9 as kupDynamicPositionAttribute, aa as identify, ab as KupListProps, ac as KupCardFamily, ad as KupListRole, ae as KupLanguageUpload, af as LoadMoreMode, ag as PaginatorPos, ah as ShowGrid, ai as kupDraggableColumnAttr, aj as kupDragActiveAttr, ak as KupDragEffect, al as kupDraggableCellAttr, am as KupDropEventTypes, an as DataTableAreasEnum, ao as TypesToDuplicate, ap as FixedCellsClasses, aq as FixedCellsCSSVarsBase, ar as KupLanguageFontsize, as as KupLanguageDensity, at as KupLanguageGrid, au as KupDataTableProps, av as UseAsValue, aw as iconColumn, ax as keyColumn, ay as fieldColumn, az as getSizeOfInputElement, aA as KupCardProps } from './p-
|
|
2
|
+
import { b as KupThemeIconValues, I as ItemsDisplayMode, e as KupLanguageGeneric, a as KupComponentSizing, k as kupManagerInstance, d as KupDynamicPositionPlacement, f as editableTypes, h as kupTypes, F as FCellClasses, i as FCellTypes, c as KupThemeColorValues, C as CHIAdapter, R as RADAdapter, j as CMBandACPAdapter, l as KupTagNames, m as FCellShapes, n as getCellValueForDisplay, o as fullWidthFieldsComps, p as autoCenterComps, q as FCellEvents, r as isForceUppercase, t as isForceLowercase, u as KupDebugCategory, v as adaptContentToDisplayMode, w as FCellPadding, x as fillString, y as KupCardBuiltInClockElements, z as KupCardCSSClasses, A as KupLanguageTotals, B as KupLanguageColumn, D as KupDataNewColumnTypes, E as KupCardSubEvents, G as KupCardIds, H as KupLanguageRow, J as KupLanguageSearch, L as getColumnByName, M as KupObjects, N as formatToNumber, O as Filters, P as getValueForDisplay, Q as getValueForDisplay2, S as KupData, T as compareCell, U as TotalMode, V as getRegExpFromString, W as CHKAdapter, X as SWTAdapter, Y as SortMode, Z as GroupLabelDisplayMode, _ as SelectionMode, $ as KupLanguageGrouping, a0 as KupLanguageCheckbox, a1 as extractColumnsFromFormulaString, a2 as FILTER_ANALYZER, a3 as KupLanguagePage, a4 as addColumnValueFromRow, a5 as KupGlobalFilterMode, g as getProps, s as setProps, a6 as TotalLabel, a7 as isNegativeNumber, a8 as KupPointerEventTypes, a9 as kupDynamicPositionAttribute, aa as identify, ab as KupListProps, ac as KupCardFamily, ad as KupListRole, ae as KupLanguageUpload, af as LoadMoreMode, ag as PaginatorPos, ah as ShowGrid, ai as kupDraggableColumnAttr, aj as kupDragActiveAttr, ak as KupDragEffect, al as kupDraggableCellAttr, am as KupDropEventTypes, an as DataTableAreasEnum, ao as TypesToDuplicate, ap as FixedCellsClasses, aq as FixedCellsCSSVarsBase, ar as KupLanguageFontsize, as as KupLanguageDensity, at as KupLanguageGrid, au as KupDataTableProps, av as UseAsValue, aw as iconColumn, ax as keyColumn, ay as fieldColumn, az as getSizeOfInputElement, aA as KupCardProps } from './p-4e14ce99.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-b23df37b.js';
|
|
5
5
|
|
|
@@ -24530,7 +24530,7 @@ function defineCustomElement$b() {
|
|
|
24530
24530
|
} });
|
|
24531
24531
|
}
|
|
24532
24532
|
|
|
24533
|
-
const kupDataTableCss = ".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:var(--kup-label-01-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:var(--kup-heading-compact-01-font-size, 14px);line-height:18px;font-weight:600;letter-spacing:0.16px}.kup-heading-01{font-family:var(--kup-font-family);font-size:var(--kup-heading-01-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}:host{--kup_datatable_background_color:var(\n --kup-datatable-background-color,\n var(--kup-layer-1)\n );--kup_datatable_th_background_color:var(\n --kup-datatable-th-background-color,\n var(--kup-layer-2)\n );--kup_datatable_background_color_selected:var(\n --kup-datatable-background-color-selected,\n var(--kup-layer-1-selected)\n );--kup_datatable_border:var(\n --kup-datatable-border-color,\n 1px solid var(--kup-border-subtle)\n );--kup_datatable_font_family:var(\n --kup-datatable-font-family,\n var(--kup-font-family)\n );--kup_datatable_font_family_monospace:var(\n --kup-datatable-font-family-monospace,\n var(--kup-font-family-monospace)\n );--kup_datatable_font_size:var(\n --kup-datatable-font-size,\n var(--kup-font-size)\n );--kup_fcell_line_height_extradense:var(\n --kup-fcell-line-height-extradense,\n 14px\n );--kup_fcell_font_size_extradense:var(--kup-fcell-font-size-extradense, 12px);--kup_datatable_th_border:var(\n --kup-datatable-th-border,\n 1px solid var(--kup-gray-color-30)\n );--kup_datatable_th_resize_handle_width:var(\n --kup-datatable-th-resize-handle-width,\n 3px\n );--kup_datatable_background_color_hover:var(\n --kup-datatable-background-color-hover,\n var(--kup-layer-1-hover)\n );--kup_datatable_text_color_hover:var(\n --kup-datatable-text-color-hover,\n var(--kup-text-primary)\n );--kup_card_text_color:var(--kup-card-text-color, var(--kup-text-secondary));--kup_fcell_padding_extradense:var(\n --kup-fcell-padding-dense,\n var(--kup-space-01) var(--kup-space-01)\n );--kup_fcell_padding_dense:var(\n --kup-fcell-padding-dense,\n var(--kup-space-01) var(--kup-space-03)\n );--kup_fcell_padding_medium:var(\n --kup-fcell-padding-medium,\n var(--kup-space-02) var(--kup-space-03)\n );--kup_fcell_padding_wide:var(\n --kup-fcell-padding-wide,\n var(--kup-space-04) var(--kup-space-03)\n );--kup_datatable_inserted_row_background:var(\n --kup-datatable-inserted-row-background,\n #c8e6c9\n );--kup_datatable_modified_row_background:var(\n --kup-datatable-modified-row-background,\n #ffd8a6\n );--kup_datatable_border_radius:var(--kup_datatable_border_radius, 0px);--kup_datatable_backgroundColor_selectedRow:var(\n --kup-datatable-backgroundColor-selectedRow\n );display:block;font-family:var(--kup_datatable_font_family);font-size:var(--kup_datatable_font_size);position:relative}:host([kup-toolbar]) .settings-trigger{height:12px}:host([kup-toolbar]) .customize-panel{visibility:visible}:host([force-one-line]) .f-cell__text{white-space:nowrap}#kup-component.auto-width{width:fit-content}table{background-color:var(--kup_datatable_background_color);border-spacing:0;border-collapse:separate;color:var(--kup_card_text_color);min-width:intrinsic;min-width:-moz-max-content;min-width:-webkit-max-content;text-align:left;width:100%}table.auto-width{min-width:auto;width:0}table>tbody>tr.focus td:first-of-type,table>tbody>tr[kup-drag-over] td:first-of-type{box-shadow:inset 4px 0px 0px 0px var(--kup_datatable_th_border)}table>tbody>tr:last-of-type>td{border-bottom:var(--kup_datatable_border)}table.border-top>tbody>tr:first-of-type>td{border-top:var(--kup_datatable_border)}table.row-separation>tbody>tr>td{border-bottom:var(--kup_datatable_border)}table.column-separation>tbody>tr>td{border-right:var(--kup_datatable_border)}table.noGrid,table.noGrid td{border:none}table tfoot tr td{background-color:var(--kup_datatable_background_color);border-bottom:var(--kup_datatable_border);border-right:var(--kup_datatable_border);box-sizing:border-box;height:36px;text-align:right;font-weight:bold;padding:0.5em var(--kup-space-03)}table tfoot tr td:hover{background-color:var(--kup_datatable_background_color)}table tfoot tr td:first-of-type{border-bottom-left-radius:var(--kup_datatable_border_radius)}table tfoot tr td:last-of-type{border-right:none;border-bottom-right-radius:var(--kup_datatable_border_radius)}#global-filter{min-width:140px;width:100%;flex:1}#global-filter .f-text-field .mdc-text-field-container .mdc-text-field{border-bottom:none}.kup-icon:not(.f-image){background-color:var(--kup-title-color);margin:0 0.25em;height:1.25em;width:1.25em}.kup-icon:not(.f-image).kup-ascending-icon,.kup-icon:not(.f-image).kup-descending-icon,.kup-icon:not(.f-image).kup-key-icon,.kup-icon:not(.f-image).kup-filter-remove-icon{height:auto}.kup-icon:not(.f-image).kup-collapsed-icon,.kup-icon:not(.f-image).kup-expanded-icon{float:left}.kup-icon:not(.f-image).kup-filter-remove-icon,.kup-icon:not(.f-image).kup-key-icon{margin:0 0.25em}.below-wrapper{backface-visibility:hidden;height:auto;overflow:auto}.below-wrapper.custom-size{overflow:unset}.below-wrapper.custom-size table{overflow:auto}.below-wrapper:not(.custom-size){overflow-x:auto}.density-extra_dense .header-cell__content,.density-extra_dense tbody>tr.group td{padding:var(--kup-fcell-padding-extradense, var(--kup_fcell_padding_extradense))}.density-extra_dense .header-cell__title{font-size:var(--kup_fcell_font_size_extradense)}.density-extra_dense .group-cell-content>span.text{font-size:var(--kup_fcell_font_size_extradense);line-height:var(--kup_fcell_line_height_extradense)}.density-dense .header-cell__content,.density-dense tbody>tr.group td{padding:var(--kup-fcell-padding-dense, var(--kup_fcell_padding_dense))}.density-medium .header-cell__content,.density-medium tbody>tr.group>td{padding:var(--kup-fcell-padding-medium, var(--kup_fcell_padding_medium))}.density-wide .header-cell__content,.density-wide tbody>tr.group>td{padding:var(--kup-fcell-padding-wide, var(--kup_fcell_padding_wide))}.fontsize-small{font-size:calc(var(--kup_datatable_font_size) * 0.75);transition:font-size 0.1s}.fontsize-small .group-cell-content>span:before{font-size:calc(var(--kup_datatable_font_size) * 1) !important}.fontsize-big{font-size:calc(var(--kup_datatable_font_size) * 1.25);transition:font-size 0.1s}.fontsize-big .group-cell-content>span:before{font-size:calc(var(--kup_datatable_font_size) * 1.5) !important}th{background-color:var(--kup_datatable_th_background_color);border:var(--kup_datatable_th_border);border-left:0 none;box-sizing:border-box;top:0;touch-action:none;transition:background-color 0.25s ease;user-select:none}th:last-of-type{border-right:none}.header-cell__content{color:var(--kup-text-primary);display:flex;justify-content:space-between;padding:0.5em var(--kup-space-03);text-overflow:ellipsis;white-space:nowrap;font-family:var(--kup-font-family);font-size:var(--kup-heading-compact-01-font-size, 14px);line-height:18px;font-weight:600;letter-spacing:0.16px}.header-cell--centered .header-cell__content{justify-content:center}.header-cell--is-number .header-cell__content{justify-content:flex-end}.header-cell__title{overflow:hidden;text-overflow:ellipsis;user-select:none}.header-cell__icons{display:flex}.header-cell__icons .kup-icon{background-color:var(--kup-text-primary)}.header-cell__drag-handler{background:var(--kup-border-strong);height:100%;position:absolute;right:0;top:0;touch-action:none;user-select:none;width:var(--kup-space-01)}.header-cell__drag-handler:hover{background:var(--kup-border-strong-hover)}.header-cell--sortable{cursor:pointer}.header-cell--is-icon{width:30px}tbody{cursor:auto}tbody td{height:0;padding:0;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;font-size:13px;outline:none}tbody td>*{border:none !important}tbody tr kup-button{max-width:max-content}tbody tr[kup-draggable]{opacity:0.5}tbody tr.selected td{background-color:var(--kup_datatable_background_color_selected)}tbody tr.inserted td{background-color:var(--kup_datatable_inserted_row_background)}tbody tr.modified td{background-color:var(--kup_datatable_modified_row_background)}tbody tr:hover:not(.group):not(.selected) td{color:var(--kup_datatable_text_color_hover);background-color:var(--kup_datatable_background_color_hover)}tbody tr.group{background:var(--kup-layer-1-selected);border-top:var(--kup_datatable_border);color:var(--kup-text-secondary);font-weight:bold;cursor:pointer}tbody tr.group.group-label{border-bottom:none}tbody tr.group.group-total{border-top:none;line-height:0.5em}tbody tr.group>td .group-cell-content .indent{float:left;margin-left:0.25em}tbody tr.group>td .group-cell-content>span{display:inline-flex;outline:none;margin-left:0.25em;font-family:var(--kup-font-family);font-size:var(--kup-heading-compact-01-font-size, 14px);line-height:18px;font-weight:600;letter-spacing:0.16px}tbody tr.group>td .group-cell-content .kup-icon{background-color:var(--kup-text-secondary)}tbody tr.group>td.total{border-bottom:1px solid var(--kup-border-subtle-selected);text-align:right;padding:0 var(--kup-space-03) 0.25em var(--kup-space-03);font-family:var(--kup_datatable_font_family_monospace)}tbody tr.group>td.total.negative-number{color:var(--kup-danger-color-60)}tbody tr>td{box-sizing:border-box;transition:box-shadow 0.1s}tbody tr>td .row-expander{margin-right:0.5em}tbody tr>td .row-action{margin-right:0.2em}tbody tr [row-select-cell]{min-height:40px}tbody tr td[row-action-cell]{width:calc(3em * var(--kup_datatable_row_actions))}tbody tr td[row-action-cell] .f-image{cursor:pointer;margin-left:0.75em;display:inline-block;opacity:1;transition:0.25s ease-in-out}tbody tr td[row-action-cell] .f-image:hover{opacity:0.5}.kup-icon.overlay-action{display:none;position:absolute;top:0.5em;left:calc(50% - 0.625em)}th:hover .kup-icon.overlay-action{display:block}thead th{position:relative;box-sizing:content-box}thead th:first-of-type{border-top-left-radius:var(--kup_datatable_border_radius)}thead th:last-of-type{border-top-right-radius:var(--kup_datatable_border_radius)}th.obj:hover span:not(.overlay-action){opacity:0.5}.hidden span{color:transparent;position:relative;text-overflow:ellipsis;transition:color 200ms}.hidden span:hover{color:var(--kup-text-secondary)}.group-wrapper{--kup-chip-margin:0 4px}.totals-value{font-weight:bold;font-family:var(--kup-font-family);font-size:var(--kup-heading-compact-01-font-size, 14px);line-height:18px;font-weight:600;letter-spacing:0.16px;font-size:13px;font-family:var(--kup_datatable_font_family_monospace)}.totals-value.danger-text{color:var(--kup-danger-color-60) !important}.settings-trigger{cursor:pointer;display:block;width:32px;height:0;border-top-left-radius:25px 30px;border-top-right-radius:25px 30px;background-color:var(--kup-border-subtle);transition:height 0.25s}.settings-trigger.toggled{background-color:var(--kup-primary-color)}.settings-trigger.toggled .f-image__icon{background:var(--kup-text-on-primary-color) !important}.indent{display:inline-block;height:1em;width:2em}.indent~kup-image,.indent~kup-button{margin:0;vertical-align:middle}.indent~kup-image{display:inline-block}.indent~kup-button,.indent~kup-checkbox{display:inline-block}.actions-wrapper{display:flex;justify-content:flex-end;background-color:var(--kup-layer-1)}.actions-wrapper .insert-button .f-button .icon-button,.actions-wrapper .delete-button .f-button .icon-button,.actions-wrapper .history-button .f-button .icon-button,.actions-wrapper .save-button .f-button .icon-button{padding:0.55em}.actions-wrapper.paginator-top{border-left:var(--kup_datatable_border)}.kup-icon.kup-ascending-icon{-webkit-mask:var(--kup-ascending-icon);mask:var(--kup-ascending-icon)}.kup-icon.kup-collapsed-icon{-webkit-mask:var(--kup-collapsed-icon);mask:var(--kup-collapsed-icon)}.kup-icon.kup-descending-icon{-webkit-mask:var(--kup-descending-icon);mask:var(--kup-descending-icon)}.kup-icon.kup-expanded-icon{-webkit-mask:var(--kup-expanded-icon);mask:var(--kup-expanded-icon)}.kup-icon.kup-filter-remove-icon{-webkit-mask:var(--kup-filter-remove-icon);mask:var(--kup-filter-remove-icon)}.kup-icon.kup-key-icon{-webkit-mask:var(--kup-key-icon);mask:var(--kup-key-icon)}@media (max-width: 830px){.actions-wrapper{flex-direction:column-reverse}#kup-component.auto-width{width:auto}}:host([legacy-look]){--kup-textfield-background-color:transparent;--kup-fcell-width:100%;--kup-fcell-padding-extradense:0px;--kup-extradense-legacy-look-padding:var(--kup-space-00) var(--kup-space-03);--kup-textfield-extrasmall-padding:var(--kup-extradense-legacy-look-padding);--kup-textfield-extrasmall-height:20px}:host([legacy-look]) th .header-cell__content{font-family:var(--kup_datatable_font_family_monospace);white-space:pre !important;font-size:12px;padding:var(--kup-extradense-legacy-look-padding)}:host([legacy-look]) .f-cell__text{padding:var(--kup-extradense-legacy-look-padding)}:host([legacy-look]) .f-cell.extra_dense{min-height:var(--kup_fcell_extradense_min_height)}:host([legacy-look]) .f-cell.dense{min-height:var(--kup_fcell_dense_min_height)}:host([legacy-look]) .f-cell.medium{min-height:var(--kup_fcell_medium_min_height)}:host([legacy-look]) .f-cell.wide{min-height:var(--kup_fcell_wide_min_height)}:host([legacy-look]) table.row-separation>tbody>tr>td{box-shadow:0px 1px var(--kup-border-subtle);border-bottom:0px}.paginator-wrapper{display:flex;flex-flow:wrap}.paginator-tabs{width:100%;display:flex}.paginator-tabs kup-paginator{display:inline-flex}.paginator-tabs kup-button{position:relative;height:100%;margin-left:0.25em;float:right}@media (max-width: 830px){.above-wrapper.paginator-top{border-bottom:1px solid var(--kup-border-subtle)}}@media (max-width: 500px){.paginator-wrapper{min-width:fit-content}}sticky-header{display:none}.persistent-header~sticky-header{background:var(--kup-gray-color-20);color:var(--kup-title-color);display:block;opacity:0;overflow:hidden;pointer-events:none;position:fixed;top:0;transition:opacity 0.25s ease-in-out;z-index:10}.persistent-header~sticky-header.activated{opacity:1;pointer-events:all}.persistent-header~sticky-header[hidden]{display:none}.persistent-header~sticky-header tr-sticky{display:inline-flex}.persistent-header~sticky-header th-sticky{box-sizing:border-box;display:inline-flex;padding:0 0.3125em}.persistent-header~sticky-header th-sticky .header-cell__content{width:100%}.fixed-column-r,.fixed-column,.fixed-row{background-color:var(--kup_datatable_background_color);color:var(--kup-text-color);position:sticky}thead .fixed-column-r,thead .fixed-column,thead .fixed-row,tfoot .fixed-column-r,tfoot .fixed-column,tfoot .fixed-row{z-index:10}table.custom-size th{position:sticky;inset-block-start:0;z-index:10}table.custom-size th.fixed-column,table.custom-size th.fixed-column-r{z-index:11}table.custom-size tfoot td{position:sticky;inset-block-end:0;z-index:10}table.custom-size tfoot td.fixed-column{z-index:11}tr:hover .fixed-row,tr:hover .fixed-column,tr:hover .fixed-column-r{background-color:var(--kup-gray-color-20-hover)}tr.selected .fixed-column,tr.selected .fixed-row,tr.selected .fixed-row-r{background-color:var(--kup_datatable_background_color);background-image:linear-gradient(to right, rgba(var(--kup-primary-color-rgb), 0.175) 0%, rgba(var(--kup-primary-color-rgb), 0.175) 0.1%, rgba(var(--kup-primary-color-rgb), 0.175))}.fixed-row{top:0;z-index:4}.fixed-column{left:0;z-index:6}.fixed-column.fixed-row{z-index:8}.fixed-column-r{right:0;z-index:6}.fixed-column-r.fixed-row{z-index:8}thead tr .fixed-column,thead tr:hover:not(.group):not(.selected) .fixed-column,thead tr .fixed-column-r,thead tr:hover:not(.group):not(.selected) .fixed-column-r{background-color:var(--kup-gray-color-20-hover)}tfoot tr:hover:not(.group):not(.selected) .fixed-row,tfoot tr:hover:not(.group):not(.selected) .fixed-column,tfoot tr:hover:not(.group):not(.selected) .fixed-column-r{background-color:var(--kup-gray-color-20-hover)}:host([drag-enabled]) tr{touch-action:none}th[kup-drag-over]{background-color:rgba(var(--kup-success-color-rgb), 0.25)}th[kup-draggable]{cursor:grabbing !important;opacity:0.5}.droparea{position:absolute;background:var(--kup_datatable_background_color);border-radius:8px;box-shadow:var(--kup-box-shadow);display:flex;opacity:0;padding:1em 0.5em;transition:opacity 0.25s ease-in-out}.droparea--visible{opacity:1}.droparea__groups{border:2px dashed var(--kup-text-color)}.droparea__remove{border:2px dashed var(--kup-danger-color-60)}.droparea__groups,.droparea__remove{background:var(--kup_datatable_background_color);box-shadow:var(--kup-box-shadow);display:block;height:50px;margin:0 0.5em;opacity:0.5;position:relative;width:50px}.droparea__groups .f-image,.droparea__remove .f-image{width:100%;position:absolute}.droparea__groups .f-image:first-of-type,.droparea__remove .f-image:first-of-type{opacity:1}.droparea__groups .f-image:last-of-type,.droparea__remove .f-image:last-of-type{opacity:0}.droparea__groups[kup-drag-over],.droparea__remove[kup-drag-over]{opacity:1}.droparea__groups[kup-drag-over] .f-image:first-of-type,.droparea__remove[kup-drag-over] .f-image:first-of-type{opacity:0}.droparea__groups[kup-drag-over] .f-image:last-of-type,.droparea__remove[kup-drag-over] .f-image:last-of-type{opacity:1}:host(.kup-cross-selection) #kup-component th.selected{box-shadow:inset 0px 4px 0px 0px var(--kup-secondary-color)}:host(.kup-cross-selection) #kup-component tbody td.selected{background-color:rgba(var(--kup-text-color-rgb), 0.075)}:host(.kup-cross-selection) #kup-component tbody td.selected.fixed-column,:host(.kup-cross-selection) #kup-component tbody td.selected.fixed-row{background-color:var(--kup_datatable_background_color);background-image:linear-gradient(to right, rgba(var(--kup-text-color-rgb), 0.075) 0%, rgba(var(--kup-text-color-rgb), 0.075) 0.1%, rgba(var(--kup-text-color-rgb), 0.075))}:host(.kup-cross-selection) #kup-component tr.selected td{background-color:var(--kup_datatable_backgroundColor_selectedRow, var(--kup-gray-color-20-hover))}:host(.kup-cross-selection) #kup-component tr.selected td:first-of-type{box-shadow:inset 4px 0px 0px 0px var(--kup-secondary-color)}:host(.kup-cross-selection) #kup-component tr.selected td.selected{background-color:rgba(var(--kup-text-color-rgb), 0.15)}:host(.kup-cross-selection) #kup-component tr.selected td.fixed-column,:host(.kup-cross-selection) #kup-component tr.selected td.fixed-row{background-color:var(--kup_datatable_background_color);background-image:linear-gradient(to right, rgba(var(--kup-text-color-rgb), 0.075) 0%, rgba(var(--kup-text-color-rgb), 0.075) 0.1%, rgba(var(--kup-text-color-rgb), 0.075))}:host(.kup-cross-selection) #kup-component tr.selected td.fixed-column.selected,:host(.kup-cross-selection) #kup-component tr.selected td.fixed-row.selected{background-image:linear-gradient(to right, rgba(var(--kup-text-color-rgb), 0.15) 0%, rgba(var(--kup-text-color-rgb), 0.15) 0.1%, rgba(var(--kup-text-color-rgb), 0.15))}:host(.kup-layout-fixed) #kup-component table{table-layout:fixed;width:100%}tr.clickable{cursor:pointer}.commands{display:flex;gap:1px}";
|
|
24533
|
+
const kupDataTableCss = ".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:var(--kup-label-01-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:var(--kup-heading-compact-01-font-size, 14px);line-height:18px;font-weight:600;letter-spacing:0.16px}.kup-heading-01{font-family:var(--kup-font-family);font-size:var(--kup-heading-01-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}:host{--kup_datatable_background_color:var(\n --kup-datatable-background-color,\n var(--kup-layer-1)\n );--kup_datatable_th_background_color:var(\n --kup-datatable-th-background-color,\n var(--kup-layer-2)\n );--kup_datatable_background_color_selected:var(\n --kup-datatable-background-color-selected,\n var(--kup-layer-1-selected)\n );--kup_datatable_border:var(\n --kup-datatable-border-color,\n 1px solid var(--kup-border-subtle)\n );--kup_datatable_font_family:var(\n --kup-datatable-font-family,\n var(--kup-font-family)\n );--kup_datatable_font_family_monospace:var(\n --kup-datatable-font-family-monospace,\n var(--kup-font-family-monospace)\n );--kup_datatable_font_size:var(\n --kup-datatable-font-size,\n var(--kup-font-size)\n );--kup_fcell_line_height_extradense:var(\n --kup-fcell-line-height-extradense,\n 14px\n );--kup_fcell_font_size_extradense:var(--kup-fcell-font-size-extradense, 12px);--kup_datatable_th_border:var(\n --kup-datatable-th-border,\n 1px solid var(--kup-gray-color-30)\n );--kup_datatable_th_resize_handle_width:var(\n --kup-datatable-th-resize-handle-width,\n 3px\n );--kup_datatable_background_color_hover:var(\n --kup-datatable-background-color-hover,\n var(--kup-layer-1-hover)\n );--kup_datatable_text_color_hover:var(\n --kup-datatable-text-color-hover,\n var(--kup-text-primary)\n );--kup_card_text_color:var(--kup-card-text-color, var(--kup-text-secondary));--kup_fcell_padding_extradense:var(\n --kup-fcell-padding-dense,\n var(--kup-space-01) var(--kup-space-01)\n );--kup_fcell_padding_dense:var(\n --kup-fcell-padding-dense,\n var(--kup-space-01) var(--kup-space-03)\n );--kup_fcell_padding_medium:var(\n --kup-fcell-padding-medium,\n var(--kup-space-02) var(--kup-space-03)\n );--kup_fcell_padding_wide:var(\n --kup-fcell-padding-wide,\n var(--kup-space-04) var(--kup-space-03)\n );--kup_datatable_inserted_row_background:var(\n --kup-datatable-inserted-row-background,\n #c8e6c9\n );--kup_datatable_modified_row_background:var(\n --kup-datatable-modified-row-background,\n #ffd8a6\n );--kup_datatable_border_radius:var(--kup_datatable_border_radius, 0px);--kup_datatable_backgroundColor_selectedRow:var(\n --kup-datatable-backgroundColor-selectedRow\n );display:block;font-family:var(--kup_datatable_font_family);font-size:var(--kup_datatable_font_size);position:relative}:host([kup-toolbar]) .settings-trigger{height:12px}:host([kup-toolbar]) .customize-panel{visibility:visible}:host([force-one-line]) .f-cell__text{white-space:nowrap}#kup-component.auto-width{width:fit-content}table{background-color:var(--kup_datatable_background_color);border-spacing:0;border-collapse:separate;color:var(--kup_card_text_color);min-width:intrinsic;min-width:-moz-max-content;min-width:-webkit-max-content;text-align:left;width:100%}table.auto-width{min-width:auto;width:0}table>tbody>tr.focus td:first-of-type,table>tbody>tr[kup-drag-over] td:first-of-type{box-shadow:inset 4px 0px 0px 0px var(--kup_datatable_th_border)}table>tbody>tr:last-of-type>td{border-bottom:var(--kup_datatable_border)}table.border-top>tbody>tr:first-of-type>td{border-top:var(--kup_datatable_border)}table.row-separation>tbody>tr>td{border-bottom:var(--kup_datatable_border)}table.column-separation>tbody>tr>td{border-right:var(--kup_datatable_border)}table.noGrid,table.noGrid td{border:none}table tfoot tr td{background-color:var(--kup_datatable_background_color);border-bottom:var(--kup_datatable_border);border-right:var(--kup_datatable_border);box-sizing:border-box;height:36px;text-align:right;font-weight:bold;padding:0.5em var(--kup-space-03)}table tfoot tr td:hover{background-color:var(--kup_datatable_background_color)}table tfoot tr td:first-of-type{border-bottom-left-radius:var(--kup_datatable_border_radius)}table tfoot tr td:last-of-type{border-right:none;border-bottom-right-radius:var(--kup_datatable_border_radius)}#global-filter{min-width:140px;width:100%;flex:1}#global-filter .f-text-field .mdc-text-field-container .mdc-text-field{border-bottom:none}.kup-icon:not(.f-image){background-color:var(--kup-title-color);margin:0 0.25em;height:1.25em;width:1.25em}.kup-icon:not(.f-image).kup-ascending-icon,.kup-icon:not(.f-image).kup-descending-icon,.kup-icon:not(.f-image).kup-key-icon,.kup-icon:not(.f-image).kup-filter-remove-icon{height:auto}.kup-icon:not(.f-image).kup-collapsed-icon,.kup-icon:not(.f-image).kup-expanded-icon{float:left}.kup-icon:not(.f-image).kup-filter-remove-icon,.kup-icon:not(.f-image).kup-key-icon{margin:0 0.25em}.below-wrapper{backface-visibility:hidden;height:auto;overflow:auto}.below-wrapper.custom-size{overflow:unset}.below-wrapper.custom-size table{overflow:auto}.below-wrapper:not(.custom-size){overflow-x:auto}.density-extra_dense .header-cell__content,.density-extra_dense tbody>tr.group td{padding:var(--kup-fcell-padding-extradense, var(--kup_fcell_padding_extradense))}.density-extra_dense .header-cell__title{font-size:var(--kup_fcell_font_size_extradense)}.density-extra_dense .group-cell-content>span.text{font-size:var(--kup_fcell_font_size_extradense);line-height:var(--kup_fcell_line_height_extradense)}.density-dense .header-cell__content,.density-dense tbody>tr.group td{padding:var(--kup-fcell-padding-dense, var(--kup_fcell_padding_dense))}.density-medium .header-cell__content,.density-medium tbody>tr.group>td{padding:var(--kup-fcell-padding-medium, var(--kup_fcell_padding_medium))}.density-wide .header-cell__content,.density-wide tbody>tr.group>td{padding:var(--kup-fcell-padding-wide, var(--kup_fcell_padding_wide))}.fontsize-small{font-size:calc(var(--kup_datatable_font_size) * 0.75);transition:font-size 0.1s}.fontsize-small .group-cell-content>span:before{font-size:calc(var(--kup_datatable_font_size) * 1) !important}.fontsize-big{font-size:calc(var(--kup_datatable_font_size) * 1.25);transition:font-size 0.1s}.fontsize-big .group-cell-content>span:before{font-size:calc(var(--kup_datatable_font_size) * 1.5) !important}th{background-color:var(--kup_datatable_th_background_color);border:var(--kup_datatable_th_border);border-left:0 none;box-sizing:border-box;top:0;touch-action:none;transition:background-color 0.25s ease;user-select:none}th:last-of-type{border-right:none}.header-cell__content{color:var(--kup-text-primary);display:flex;justify-content:space-between;padding:0.5em var(--kup-space-03);text-overflow:ellipsis;white-space:nowrap;font-family:var(--kup-font-family);font-size:var(--kup-heading-compact-01-font-size, 14px);line-height:18px;font-weight:600;letter-spacing:0.16px}.header-cell--centered .header-cell__content{justify-content:center}.header-cell--is-number .header-cell__content{justify-content:flex-end}.header-cell__title{overflow:hidden;text-overflow:ellipsis;user-select:none}.header-cell__icons{display:flex}.header-cell__icons .kup-icon{background-color:var(--kup-text-primary)}.header-cell__drag-handler{background:var(--kup-border-strong);height:100%;position:absolute;right:0;top:0;touch-action:none;user-select:none;width:var(--kup-space-01)}.header-cell__drag-handler:hover{background:var(--kup-border-strong-hover)}.header-cell--sortable{cursor:pointer}.header-cell--is-icon{width:30px}tbody{cursor:auto}tbody td{height:0;padding:0;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;font-size:13px;outline:none}tbody td>*{border:none !important}tbody tr kup-button{max-width:max-content}tbody tr[kup-draggable]{opacity:0.5}tbody tr.selected td{background-color:var(--kup_datatable_background_color_selected)}tbody tr.inserted td{background-color:var(--kup_datatable_inserted_row_background)}tbody tr.modified td{background-color:var(--kup_datatable_modified_row_background)}tbody tr:hover:not(.group):not(.selected) td{color:var(--kup_datatable_text_color_hover);background-color:var(--kup_datatable_background_color_hover)}tbody tr.group{background:var(--kup-layer-1-selected);border-top:var(--kup_datatable_border);color:var(--kup-text-secondary);font-weight:bold;cursor:pointer}tbody tr.group.group-label{border-bottom:none}tbody tr.group.group-total{border-top:none;line-height:0.5em}tbody tr.group>td .group-cell-content .indent{float:left;margin-left:0.25em}tbody tr.group>td .group-cell-content>span{display:inline-flex;outline:none;margin-left:0.25em;font-family:var(--kup-font-family);font-size:var(--kup-heading-compact-01-font-size, 14px);line-height:18px;font-weight:600;letter-spacing:0.16px}tbody tr.group>td .group-cell-content .kup-icon{background-color:var(--kup-text-secondary)}tbody tr.group>td.total{border-bottom:1px solid var(--kup-border-subtle-selected);text-align:right;padding:0 var(--kup-space-03) 0.25em var(--kup-space-03);font-family:var(--kup_datatable_font_family_monospace)}tbody tr.group>td.total.negative-number{color:var(--kup-danger-color-60)}tbody tr>td{box-sizing:border-box;transition:box-shadow 0.1s}tbody tr>td .row-expander{margin-right:0.5em}tbody tr>td .row-action{margin-right:0.2em}tbody tr [row-select-cell]{min-height:40px}tbody tr td[row-action-cell]{width:calc(3em * var(--kup_datatable_row_actions))}tbody tr td[row-action-cell] .f-image{cursor:pointer;margin-left:0.75em;display:inline-block;opacity:1;transition:0.25s ease-in-out}tbody tr td[row-action-cell] .f-image:hover{opacity:0.5}.kup-icon.overlay-action{display:none;position:absolute;top:0.5em;left:calc(50% - 0.625em)}th:hover .kup-icon.overlay-action{display:block}thead th{position:relative;box-sizing:content-box}thead th:first-of-type{border-top-left-radius:var(--kup_datatable_border_radius)}thead th:last-of-type{border-top-right-radius:var(--kup_datatable_border_radius)}th.obj:hover span:not(.overlay-action){opacity:0.5}.hidden span{color:transparent;position:relative;text-overflow:ellipsis;transition:color 200ms}.hidden span:hover{color:var(--kup-text-secondary)}.group-wrapper{--kup-chip-margin:0 4px}.totals-value{font-weight:bold;font-family:var(--kup-font-family);font-size:var(--kup-heading-compact-01-font-size, 14px);line-height:18px;font-weight:600;letter-spacing:0.16px;font-size:13px;font-family:var(--kup_datatable_font_family_monospace)}.totals-value.danger-text{color:var(--kup-danger-color-60) !important}.settings-trigger{cursor:pointer;display:block;width:32px;height:0;border-top-left-radius:25px 30px;border-top-right-radius:25px 30px;background-color:var(--kup-border-subtle);transition:height 0.25s}.settings-trigger.toggled{background-color:var(--kup-primary-color)}.settings-trigger.toggled .f-image__icon{background:var(--kup-text-on-primary-color) !important}.indent{display:inline-block;height:1em;width:2em}.indent~kup-image,.indent~kup-button{margin:0;vertical-align:middle}.indent~kup-image{display:inline-block}.indent~kup-button,.indent~kup-checkbox{display:inline-block}.actions-wrapper{display:flex;justify-content:flex-end;background-color:var(--kup-layer-1)}.actions-wrapper .insert-button .f-button .icon-button,.actions-wrapper .delete-button .f-button .icon-button,.actions-wrapper .history-button .f-button .icon-button,.actions-wrapper .save-button .f-button .icon-button{padding:0.55em}.actions-wrapper.paginator-top{border-left:var(--kup_datatable_border)}.kup-icon.kup-ascending-icon{-webkit-mask:var(--kup-ascending-icon);mask:var(--kup-ascending-icon)}.kup-icon.kup-collapsed-icon{-webkit-mask:var(--kup-collapsed-icon);mask:var(--kup-collapsed-icon)}.kup-icon.kup-descending-icon{-webkit-mask:var(--kup-descending-icon);mask:var(--kup-descending-icon)}.kup-icon.kup-expanded-icon{-webkit-mask:var(--kup-expanded-icon);mask:var(--kup-expanded-icon)}.kup-icon.kup-filter-remove-icon{-webkit-mask:var(--kup-filter-remove-icon);mask:var(--kup-filter-remove-icon)}.kup-icon.kup-key-icon{-webkit-mask:var(--kup-key-icon);mask:var(--kup-key-icon)}@media (max-width: 830px){.actions-wrapper{flex-direction:column-reverse}#kup-component.auto-width{width:auto}}:host([legacy-look]){--kup-textfield-background-color:transparent;--kup-fcell-width:100%;--kup-fcell-padding-extradense:0px;--kup-extradense-legacy-look-padding:var(--kup-space-00) var(--kup-space-03);--kup-textfield-extrasmall-padding:var(--kup-extradense-legacy-look-padding);--kup-textfield-extrasmall-height:20px}:host([legacy-look]) th .header-cell__content{font-family:var(--kup_datatable_font_family_monospace);white-space:pre !important;font-size:12px;padding:var(--kup-extradense-legacy-look-padding)}:host([legacy-look]) .f-cell__text{padding:var(--kup-extradense-legacy-look-padding)}:host([legacy-look]) .f-cell.extra_dense{min-height:var(--kup_fcell_extradense_min_height)}:host([legacy-look]) .f-cell.dense{min-height:var(--kup_fcell_dense_min_height)}:host([legacy-look]) .f-cell.medium{min-height:var(--kup_fcell_medium_min_height)}:host([legacy-look]) .f-cell.wide{min-height:var(--kup_fcell_wide_min_height)}:host([legacy-look]) table.row-separation>tbody>tr>td{box-shadow:0px 1px var(--kup-border-subtle);border-bottom:0px}.paginator-wrapper{display:flex;flex-flow:wrap}.paginator-tabs{width:100%;display:flex}.paginator-tabs kup-paginator{display:inline-flex}.paginator-tabs kup-button{position:relative;height:100%;margin-left:0.25em;float:right}@media (max-width: 830px){.above-wrapper.paginator-top{border-bottom:1px solid var(--kup-border-subtle)}}@media (max-width: 500px){.paginator-wrapper{min-width:fit-content}}sticky-header{display:none}.persistent-header~sticky-header{background:var(--kup-gray-color-20);color:var(--kup-title-color);display:block;opacity:0;overflow:hidden;pointer-events:none;position:fixed;top:0;transition:opacity 0.25s ease-in-out;z-index:10}.persistent-header~sticky-header.activated{opacity:1;pointer-events:all}.persistent-header~sticky-header[hidden]{display:none}.persistent-header~sticky-header tr-sticky{display:inline-flex}.persistent-header~sticky-header th-sticky{box-sizing:border-box;display:inline-flex;padding:0 0.3125em}.persistent-header~sticky-header th-sticky .header-cell__content{width:100%}.fixed-column-r,.fixed-column,.fixed-row{background-color:var(--kup_datatable_background_color);color:var(--kup-text-color);position:sticky}thead .fixed-column-r,thead .fixed-column,thead .fixed-row,tfoot .fixed-column-r,tfoot .fixed-column,tfoot .fixed-row{z-index:10}table.custom-size th{position:sticky;inset-block-start:0;z-index:10}table.custom-size th.fixed-column,table.custom-size th.fixed-column-r{z-index:11}table.custom-size tfoot td{position:sticky;inset-block-end:0;z-index:10}table.custom-size tfoot td.fixed-column{z-index:11}tr:hover .fixed-row,tr:hover .fixed-column,tr:hover .fixed-column-r{background-color:var(--kup-gray-color-20-hover)}tr.selected .fixed-column,tr.selected .fixed-row,tr.selected .fixed-row-r{background-color:var(--kup_datatable_background_color);background-image:linear-gradient(to right, rgba(var(--kup-primary-color-rgb), 0.175) 0%, rgba(var(--kup-primary-color-rgb), 0.175) 0.1%, rgba(var(--kup-primary-color-rgb), 0.175))}.fixed-row{top:0;z-index:4}.fixed-column{left:0;z-index:6}.fixed-column.fixed-row{z-index:8}.fixed-column-r{right:0;z-index:6}.fixed-column-r.fixed-row{z-index:8}thead tr .fixed-column,thead tr:hover:not(.group):not(.selected) .fixed-column,thead tr .fixed-column-r,thead tr:hover:not(.group):not(.selected) .fixed-column-r{background-color:var(--kup-gray-color-20-hover)}tfoot tr:hover:not(.group):not(.selected) .fixed-row,tfoot tr:hover:not(.group):not(.selected) .fixed-column,tfoot tr:hover:not(.group):not(.selected) .fixed-column-r{background-color:var(--kup-gray-color-20-hover)}:host([drag-enabled]) tr{touch-action:none}th[kup-drag-over]{background-color:rgba(var(--kup-success-color-rgb), 0.25)}th[kup-draggable]{cursor:grabbing !important;opacity:0.5}.droparea{position:absolute;background:var(--kup_datatable_background_color);border-radius:8px;box-shadow:var(--kup-box-shadow);display:flex;opacity:0;pointer-events:none;padding:1em 0.5em;transition:opacity 0.25s ease-in-out}.droparea--visible{opacity:1;pointer-events:auto}.droparea__groups{border:2px dashed var(--kup-text-color)}.droparea__remove{border:2px dashed var(--kup-danger-color-60)}.droparea__groups,.droparea__remove{background:var(--kup_datatable_background_color);box-shadow:var(--kup-box-shadow);display:block;height:50px;margin:0 0.5em;opacity:0.5;position:relative;width:50px}.droparea__groups .f-image,.droparea__remove .f-image{width:100%;position:absolute}.droparea__groups .f-image:first-of-type,.droparea__remove .f-image:first-of-type{opacity:1}.droparea__groups .f-image:last-of-type,.droparea__remove .f-image:last-of-type{opacity:0}.droparea__groups[kup-drag-over],.droparea__remove[kup-drag-over]{opacity:1}.droparea__groups[kup-drag-over] .f-image:first-of-type,.droparea__remove[kup-drag-over] .f-image:first-of-type{opacity:0}.droparea__groups[kup-drag-over] .f-image:last-of-type,.droparea__remove[kup-drag-over] .f-image:last-of-type{opacity:1}:host(.kup-cross-selection) #kup-component th.selected{box-shadow:inset 0px 4px 0px 0px var(--kup-secondary-color)}:host(.kup-cross-selection) #kup-component tbody td.selected{background-color:rgba(var(--kup-text-color-rgb), 0.075)}:host(.kup-cross-selection) #kup-component tbody td.selected.fixed-column,:host(.kup-cross-selection) #kup-component tbody td.selected.fixed-row{background-color:var(--kup_datatable_background_color);background-image:linear-gradient(to right, rgba(var(--kup-text-color-rgb), 0.075) 0%, rgba(var(--kup-text-color-rgb), 0.075) 0.1%, rgba(var(--kup-text-color-rgb), 0.075))}:host(.kup-cross-selection) #kup-component tr.selected td{background-color:var(--kup_datatable_backgroundColor_selectedRow, var(--kup-gray-color-20-hover))}:host(.kup-cross-selection) #kup-component tr.selected td:first-of-type{box-shadow:inset 4px 0px 0px 0px var(--kup-secondary-color)}:host(.kup-cross-selection) #kup-component tr.selected td.selected{background-color:rgba(var(--kup-text-color-rgb), 0.15)}:host(.kup-cross-selection) #kup-component tr.selected td.fixed-column,:host(.kup-cross-selection) #kup-component tr.selected td.fixed-row{background-color:var(--kup_datatable_background_color);background-image:linear-gradient(to right, rgba(var(--kup-text-color-rgb), 0.075) 0%, rgba(var(--kup-text-color-rgb), 0.075) 0.1%, rgba(var(--kup-text-color-rgb), 0.075))}:host(.kup-cross-selection) #kup-component tr.selected td.fixed-column.selected,:host(.kup-cross-selection) #kup-component tr.selected td.fixed-row.selected{background-image:linear-gradient(to right, rgba(var(--kup-text-color-rgb), 0.15) 0%, rgba(var(--kup-text-color-rgb), 0.15) 0.1%, rgba(var(--kup-text-color-rgb), 0.15))}:host(.kup-layout-fixed) #kup-component table{table-layout:fixed;width:100%}tr.clickable{cursor:pointer}.commands{display:flex;gap:1px}";
|
|
24534
24534
|
const KupDataTableStyle0 = kupDataTableCss;
|
|
24535
24535
|
|
|
24536
24536
|
var __classPrivateFieldGet$3 = (undefined && undefined.__classPrivateFieldGet) || function (receiver, state, kind, f) {
|
|
@@ -26074,7 +26074,7 @@ const KupDataTable = /*@__PURE__*/ proxyCustomElement(class KupDataTable extends
|
|
|
26074
26074
|
__classPrivateFieldSet$2(this, _KupDataTable_sizedColumns, __classPrivateFieldGet$3(this, _KupDataTable_instances, "m", _KupDataTable_getSizedColumns).call(this), "f");
|
|
26075
26075
|
let rows = null;
|
|
26076
26076
|
if (__classPrivateFieldGet$3(this, _KupDataTable_paginatedRowsLength, "f") === 0) {
|
|
26077
|
-
rows = (h$1("tr", { key: '
|
|
26077
|
+
rows = (h$1("tr", { key: '656e2623447a6cbb9118ac51b3617d4dbedd22c9', ref: (el) => __classPrivateFieldGet$3(this, _KupDataTable_rowsRefs, "f").push(el) }, h$1("td", { key: '999d3ab04aef6fbd6881f3451b226b6a99d35719', colSpan: __classPrivateFieldGet$3(this, _KupDataTable_instances, "m", _KupDataTable_calculateColspan).call(this) }, this.emptyDataLabel)));
|
|
26078
26078
|
}
|
|
26079
26079
|
else {
|
|
26080
26080
|
rows = [];
|
|
@@ -26150,7 +26150,7 @@ const KupDataTable = /*@__PURE__*/ proxyCustomElement(class KupDataTable extends
|
|
|
26150
26150
|
__classPrivateFieldGet$3(this, _KupDataTable_instances, "m", _KupDataTable_handleChipsContextMenu).call(this, chipArg.id, e);
|
|
26151
26151
|
});
|
|
26152
26152
|
}
|
|
26153
|
-
groupChips = h$1(FChip, Object.assign({ key: '
|
|
26153
|
+
groupChips = h$1(FChip, Object.assign({ key: '0a0007dc61536ffe9c7975a5d0a5dc12b2cc36ac' }, props));
|
|
26154
26154
|
}
|
|
26155
26155
|
}
|
|
26156
26156
|
const tableClass = {
|
|
@@ -26182,7 +26182,7 @@ const KupDataTable = /*@__PURE__*/ proxyCustomElement(class KupDataTable extends
|
|
|
26182
26182
|
if (this.headerIsPersistent &&
|
|
26183
26183
|
this.tableHeight === undefined &&
|
|
26184
26184
|
this.tableWidth === undefined) {
|
|
26185
|
-
stickyEl = (h$1("sticky-header", { key: '
|
|
26185
|
+
stickyEl = (h$1("sticky-header", { key: '88ae39a461e60b1cf6f519fbc73590e5f74fd47d', class: "hover-scrolling-child", hidden: !this.showHeader, ref: (el) => (__classPrivateFieldSet$2(this, _KupDataTable_stickyTheadRef, el, "f")) }, h$1("thead-sticky", { key: '0e7439a9b181ba896c58b36690292929fdaf6524' }, h$1("tr-sticky", { key: 'ba55288684b222e079b4d183e2723102a9715c18' }, stickyHeader))));
|
|
26186
26186
|
}
|
|
26187
26187
|
let belowClass = 'below-wrapper';
|
|
26188
26188
|
if (!!this.tableHeight || !!this.tableWidth) {
|
|
@@ -26228,7 +26228,7 @@ const KupDataTable = /*@__PURE__*/ proxyCustomElement(class KupDataTable extends
|
|
|
26228
26228
|
const useGlobalFilter = !this.legacyLook &&
|
|
26229
26229
|
(this.globalFilter ||
|
|
26230
26230
|
this.getRows().length > __classPrivateFieldGet$3(this, _KupDataTable_DEFAULT_ROWS_FOR_GLOBAL_FILTER, "f"));
|
|
26231
|
-
const compCreated = (h$1(Host, { key: '
|
|
26231
|
+
const compCreated = (h$1(Host, { key: '524ed983b50727164f2fa5b5d71795fc9cc46696', "onKup-drop": (e) => {
|
|
26232
26232
|
this.kupDataTableDrop.emit(e.detail);
|
|
26233
26233
|
}, "onKup-cell-input": (e) => {
|
|
26234
26234
|
autoselectOnAction(e);
|
|
@@ -26247,11 +26247,11 @@ const KupDataTable = /*@__PURE__*/ proxyCustomElement(class KupDataTable extends
|
|
|
26247
26247
|
this.kupDataTableObjectFieldOpenSearchMenu.emit(e.detail);
|
|
26248
26248
|
}, "onKup-objectfield-selectedmenuitem": (e) => {
|
|
26249
26249
|
this.kupDataTableObjectFieldSelectedMenuItem.emit(e.detail);
|
|
26250
|
-
} }, h$1("style", { key: '
|
|
26250
|
+
} }, h$1("style", { key: 'afe9379fe2f3a81372ff8dbc76c35ee8f4cafcbb' }, __classPrivateFieldGet$3(this, _KupDataTable_kupManager, "f").theme.setKupStyle(this.rootElement)), this.updatableData ? __classPrivateFieldGet$3(this, _KupDataTable_instances, "m", _KupDataTable_renderUpdateButtons).call(this) : null, __classPrivateFieldGet$3(this, _KupDataTable_instances, "m", _KupDataTable_renderOtherButtons).call(this), h$1("div", { key: 'fcdf56fd72a26da9c206f0b7be10032c57b32c56', id: componentWrapperId, class: wrapClass }, h$1("div", { key: '97fe2cf56bc55cb2516424d188da9439cf55e421', class: "group-wrapper" }, groupChips), h$1("div", { key: '0892ca85faf1024339fe7803c6cda220d6aeeb41', class: "actions-wrapper", style: actionWrapperWidth }, useGlobalFilter ? (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), sizing: KupComponentSizing.EXTRA_SMALL, value: this.globalFilterValue, onInput: (event) => {
|
|
26251
26251
|
const t = event.target;
|
|
26252
26252
|
window.clearTimeout(__classPrivateFieldGet$3(this, _KupDataTable_globalFilterTimeout, "f"));
|
|
26253
26253
|
__classPrivateFieldSet$2(this, _KupDataTable_globalFilterTimeout, window.setTimeout(() => __classPrivateFieldGet$3(this, _KupDataTable_instances, "m", _KupDataTable_onGlobalFilterChange).call(this, t), 600, t), "f");
|
|
26254
|
-
} }))) : null, paginatorTop && (h$1("div", { key: '
|
|
26254
|
+
} }))) : null, paginatorTop && (h$1("div", { key: 'c4c76898d1d72d263fb06ae0d9725a70381b4e4f', class: "above-wrapper paginator-top" }, paginatorTop)), this.insertMode !== '' &&
|
|
26255
26255
|
this.selectedRows.length > 0 ? (h$1(FButton, { icon: "save", onClick: () => {
|
|
26256
26256
|
this.kupSave.emit({
|
|
26257
26257
|
comp: this,
|
|
@@ -26301,9 +26301,9 @@ const KupDataTable = /*@__PURE__*/ proxyCustomElement(class KupDataTable extends
|
|
|
26301
26301
|
this.data.rows.unshift(row);
|
|
26302
26302
|
await this.refresh(true);
|
|
26303
26303
|
}
|
|
26304
|
-
}, sizing: KupComponentSizing.MEDIUM, styling: FButtonStyling.RAISED, title: "Insert row", wrapperClass: "insert-button" })) : null), h$1("div", { key: '
|
|
26304
|
+
}, sizing: KupComponentSizing.MEDIUM, styling: FButtonStyling.RAISED, title: "Insert row", wrapperClass: "insert-button" })) : null), h$1("div", { key: 'b3e03185db2ceab00a2da2fd9ade3c05730c6bed', 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
|
|
26305
26305
|
? __classPrivateFieldGet$3(this, _KupDataTable_instances, "m", _KupDataTable_columnRemoveArea).call(this)
|
|
26306
|
-
: null), h$1("div", { key: '
|
|
26306
|
+
: null), h$1("div", { key: '7bb6d65b5efa8410a14f2c7883956dece973b097', style: elStyle, class: belowClass, ref: (el) => (__classPrivateFieldSet$2(this, _KupDataTable_tableAreaRef, el, "f")) }, this.showCustomization
|
|
26307
26307
|
? [
|
|
26308
26308
|
h$1("div", { class: "settings-trigger", onClick: () => {
|
|
26309
26309
|
__classPrivateFieldGet$3(this, _KupDataTable_instances, "m", _KupDataTable_onCustomSettingsClick).call(this);
|
|
@@ -26312,7 +26312,7 @@ const KupDataTable = /*@__PURE__*/ proxyCustomElement(class KupDataTable extends
|
|
|
26312
26312
|
} }, h$1(FImage, { color: `var(${KupThemeColorValues.TITLE})`, resource: "settings", sizeX: "10px" })),
|
|
26313
26313
|
this.renderCustomizePanel(),
|
|
26314
26314
|
]
|
|
26315
|
-
: null, h$1("table", { key: '
|
|
26315
|
+
: null, h$1("table", { key: '95ff669d88f3366871bb44c1d0c8663f0c132c22', class: tableClass, ref: (el) => (__classPrivateFieldSet$2(this, _KupDataTable_tableRef, el, "f")), onKeyDown: (e) => __classPrivateFieldGet$3(this, _KupDataTable_onKupKeyDown, "f").call(this, e), onMouseLeave: (ev) => {
|
|
26316
26316
|
ev.stopPropagation();
|
|
26317
26317
|
}, onPointerDown: (e) => {
|
|
26318
26318
|
__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");
|
|
@@ -26320,7 +26320,7 @@ const KupDataTable = /*@__PURE__*/ proxyCustomElement(class KupDataTable extends
|
|
|
26320
26320
|
__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");
|
|
26321
26321
|
}, onContextMenu: (e) => {
|
|
26322
26322
|
e.preventDefault();
|
|
26323
|
-
} }, h$1("thead", { key: '
|
|
26323
|
+
} }, h$1("thead", { key: '35615fca3d19564cc302e681a1720bffe35b4091', hidden: !this.showHeader, ref: (el) => (__classPrivateFieldSet$2(this, _KupDataTable_theadRef, el, "f")) }, h$1("tr", { key: '59624ad23244ca0a8f82ea886ab4c85e5ea9341d' }, header)), h$1("tbody", { key: '9a040e919ee69c2eda3c7b641bb62757f5df7ac2' }, rows), this.showFooter && this.renderFooter()), stickyEl), paginatorBottom)));
|
|
26324
26324
|
__classPrivateFieldGet$3(this, _KupDataTable_kupManager, "f").perfMonitoring.measure('componentRender', 'kup-data-table');
|
|
26325
26325
|
return compCreated;
|
|
26326
26326
|
}
|
|
@@ -26917,9 +26917,14 @@ _KupDataTable_initialized = new WeakMap(), _KupDataTable_rows = new WeakMap(), _
|
|
|
26917
26917
|
accept: `[${kupDraggableColumnAttr}]`,
|
|
26918
26918
|
}, null, {
|
|
26919
26919
|
drop: (e) => {
|
|
26920
|
+
var _a;
|
|
26920
26921
|
const draggedTh = e.relatedTarget;
|
|
26921
|
-
|
|
26922
|
-
|
|
26922
|
+
if ((_a = draggedTh.dataset) === null || _a === void 0 ? void 0 : _a.column) {
|
|
26923
|
+
const grouped = getColumnByName(this.getColumns(), draggedTh.dataset.column);
|
|
26924
|
+
if (grouped) {
|
|
26925
|
+
__classPrivateFieldGet$3(this, _KupDataTable_instances, "m", _KupDataTable_handleColumnGroup).call(this, grouped);
|
|
26926
|
+
}
|
|
26927
|
+
}
|
|
26923
26928
|
__classPrivateFieldGet$3(this, _KupDataTable_tableRef, "f").removeAttribute(kupDragActiveAttr);
|
|
26924
26929
|
},
|
|
26925
26930
|
});
|
|
@@ -26932,9 +26937,14 @@ _KupDataTable_initialized = new WeakMap(), _KupDataTable_rows = new WeakMap(), _
|
|
|
26932
26937
|
accept: `[${kupDraggableColumnAttr}]`,
|
|
26933
26938
|
}, null, {
|
|
26934
26939
|
drop: (e) => {
|
|
26940
|
+
var _a;
|
|
26935
26941
|
const draggedTh = e.relatedTarget;
|
|
26936
|
-
|
|
26937
|
-
|
|
26942
|
+
if ((_a = draggedTh.dataset) === null || _a === void 0 ? void 0 : _a.column) {
|
|
26943
|
+
const deleted = getColumnByName(this.getColumns(), draggedTh.dataset.column);
|
|
26944
|
+
if (deleted) {
|
|
26945
|
+
this.hideColumn(deleted);
|
|
26946
|
+
}
|
|
26947
|
+
}
|
|
26938
26948
|
__classPrivateFieldGet$3(this, _KupDataTable_tableRef, "f").removeAttribute(kupDragActiveAttr);
|
|
26939
26949
|
},
|
|
26940
26950
|
});
|
|
@@ -6562,7 +6562,7 @@ const kupThemeComponentCss$1 = kupThemeComponentCss;
|
|
|
6562
6562
|
const fButtonCss = ".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:.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:.16px}.kup-code-01{font-family:var(--kup-font-family-monospace);font-size:12px;line-height:16px;font-weight:400;letter-spacing:.32px}.kup-label-01{font-family:var(--kup-font-family);font-size:var(--kup-label-01-font-size, 12px);line-height:16px;font-weight:400;letter-spacing:.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:var(--kup-heading-compact-01-font-size, 14px);line-height:18px;font-weight:600;letter-spacing:.16px}.kup-heading-01{font-family:var(--kup-font-family);font-size:var(--kup-heading-01-font-size, 14px);line-height:20px;font-weight:600;letter-spacing:.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}.f-button{--kup_button_background_color:var( --kup-button-background-color, var(--kup-primary-color-0) );--kup_button_background_color_rgb:var( --kup-button-background-color, var(--kup-primary-color-0-rgb) );--kup_button_text_color:var( --kup-button-text-color, var(--kup-primary-color-60) );--kup_button_text_color_rgb:var( --kup-button-text-color, var(--kup-primary-color-60-rgb) );--kup_button_raised_icon_color_focus:var( --kup-button-raised-icon-color-focus, var(--kup-gray-color-0) );--kup_button_border_color:var( --kup-button-border-color, var(--kup-primary-color-60) );--kup_button_background_color_disabled:var( --kup-button-background-color-disabled, var(--kup-gray-color-30) );--kup_button_text_color_disabled:var( --kup-button-text-color-disabled, var(--kup-gray-color-40) );--kup_button_border_color_disabled:var( --kup-button-border-color-disabled, var(--kup-gray-color-30) );--kup_button_background_color_hover:var( --kup-button-background-color-hover, var(--kup-primary-color-50) );--kup_button_background_color_focus:var( --kup-button-background-color-focus, var(--kup-primary-color-80) );--kup_button_background_color_active:var( --kup-button-background-color-active, var(--kup-primary-color-90) );--kup_button_border_color_focus:var( --kup-button-border-color-focus, var(--kup-primary-color-30) );--kup_button_border_radius:var( --kup-button-border-radius, var(--kup-radius-00) );--kup_button_font_family:var( --kup-button-font-family, var(--kup-font-family) );--kup_button_primary_color_h:var( --kup-button-primary-color-h, var(--kup-primary-color-h) );--kup_button_primary_color_s:var( --kup-button-primary-color-s, var(--kup-primary-color-s) );--kup_button_primary_color_l:var( --kup-button-primary-color-l, var(--kup-primary-color-l) );--kup_button_font_size:var(--kup-button-font-size, var(--kup-font-size));--kup_button_font_weight:var(--kup-button-font-weight, 400);--kup_button_height:var(--kup-button-height, 3em);--kup_button_extra_small_height:var(--kup-button-extra-small-height, 20px);--kup_button_small_height:var(--kup-button-small-height, 32px);--kup_button_medium_height:var(--kup-button-medium-height, 40px);--kup_button_large_height:var(--kup-button-large-height, 48px);--kup_button_extra_large_height:var(--kup-button-extra-large-height, 64px);--kup_button_padding:var(--kup-button-padding, 0 1.25em);--kup_button_gap:var(--kup-button-gap, --kup-space-03);--kup_button_text_transform:var(--kup-button-text-transform, capitalize);--kup-spinner-color:var(--kup_button_text_color);--kup_button_border_radius:var( --kup-button-border-radius, var(--kup-radius-00) )}.f-button .button{-moz-osx-font-smoothing:grayscale;-webkit-appearance:none;appearance:none;-webkit-font-smoothing:antialiased;align-items:center;background-color:rgba(0,0,0,0);border-width:1px;border-style:solid;border-color:rgba(0,0,0,0);border-radius:var(--kup_button_border_radius);box-sizing:border-box;color:var(--kup_button_text_color);cursor:pointer;display:inline-flex;height:var(--kup_button_height);justify-content:center;gap:var(--kup_button_gap);min-width:64px;outline:none;overflow:visible;padding:var(--kup_button_padding);position:relative;text-decoration:none;text-transform:var(--kup_button_text_transform);transition:background-color 80ms linear,box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);user-select:none;vertical-align:middle;text-wrap:nowrap;font-family:var(--kup-font-family);font-size:var(--kup-body-compact-01-font-size, 14px);line-height:18px;font-weight:400;letter-spacing:.16px}.f-button .button:hover{background-color:var(--kup_button_background_color_hover);color:var(--kup-primary-color-0)}.f-button .button:hover .f-image__icon,.f-button .button:hover .f-image__placeholder{background-color:var(--kup-gray-color-0) !important;color:var(--kup-primary-color-0)}.f-button .button:focus .f-image__icon,.f-button .button:focus .f-image__placeholder{background:var(--kup_button_border_color_focus) !important;color:var(--kup-primary-color-60)}.f-button .button:active{background-color:var(--kup_button_background_color_active);color:var(--kup-primary-color-0)}.f-button .button:active .f-image__icon,.f-button .button:active .f-image__placeholder{background:var(--kup-primary-color-0) !important}.f-button .button .button__icon{margin-left:-0.25em;margin-right:.75em}.f-button .button .button__label+.button__icon{margin-left:.75em;margin-right:-0.25em}.f-button .button.button--extra-small{height:var(--kup_button_extra_small_height)}.f-button .button.button--small{height:var(--kup_button_small_height)}.f-button .button.button--medium{height:var(--kup_button_medium_height)}.f-button .button.button--large{height:var(--kup_button_large_height)}.f-button .button.button--extra-large{height:var(--kup_button_extra_large_height)}.f-button .button.button--left{justify-content:left}.f-button .button.button--right{justify-content:right}.f-button .button.button--around{justify-content:space-around}.f-button .button.button--between{justify-content:space-between}.f-button .button.button--evenly{justify-content:space-evenly}.f-button .button.button--floating,.f-button .button.button--raised{--kup-spinner-color:var(--kup_button_text_color);--kup_button_background_color:var(--kup-primary-color-60);--kup_button_text_color:var(--kup-primary-color-0);background-color:var(--kup_button_background_color);color:var(--kup_button_text_color)}.f-button .button.button--floating:not(.button--disabled),.f-button .button.button--raised:not(.button--disabled){--kup-spinner-border-color:hsl( var(--kup_button_primary_color_h), calc(var(--kup_button_primary_color_s) * 0.75), calc(var(--kup_button_primary_color_l) * 0.85) )}.f-button .button.button--floating:hover,.f-button .button.button--raised:hover{--kup_button_background_color_hover:var(--kup-primary-color-70);background-color:var(--kup_button_background_color_hover)}.f-button .button.button--floating:focus,.f-button .button.button--raised:focus{--kup_button_border_color_focus:var(--kup-primary-color-90);background-color:var(--kup-primary-color-80);border-color:var(--kup_button_border_color_focus)}.f-button .button.button--floating:focus .f-image__icon,.f-button .button.button--floating:focus .f-image__placeholder,.f-button .button.button--raised:focus .f-image__icon,.f-button .button.button--raised:focus .f-image__placeholder{background:var(--kup_button_raised_icon_color_focus) !important;color:var(--kup-primary-color-60)}.f-button .button.button--floating:active,.f-button .button.button--raised:active{--kup_button_background_color_active:var(--kup-primary-color-80);background-color:var(--kup_button_background_color_active)}.f-button .button.button--floating.button--disabled,.f-button .button.button--raised.button--disabled{color:var(--kup_button_text_color_disabled);background-color:var(--kup_button_background_color_disabled)}.f-button .button.button--floating{box-shadow:0 .215em .35em -1px rgba(var(--kup-text-color-rgb), 0.2),0 .43em .71em 0 rgba(var(--kup-text-color-rgb), 0.14),0 .07em 1.285em 0 rgba(var(--kup-text-color-rgb), 0.12);font-weight:500;font-size:1em;height:3.4em;width:auto;padding:0 1.5em;justify-content:center}.f-button .button.button--floating.button--no-label{height:4em;padding:0;width:4em}.f-button .button.button--floating:hover,.f-button .button.button--floating:focus{box-shadow:0 5px 5px -3px rgba(var(--kup-text-color-rgb), 0.2),0 8px 10px 1px rgba(var(--kup-text-color-rgb), 0.14),0 3px 14px 2px rgba(var(--kup-text-color-rgb), 0.12)}.f-button .button.button--floating:active{box-shadow:0 7px 8px -4px rgba(var(--kup-text-color-rgb), 0.2),0 12px 17px 2px rgba(var(--kup-text-color-rgb), 0.14),0 5px 22px 4px rgba(var(--kup-text-color-rgb), 0.12)}.f-button .button.button--outlined{--kup_button_text_color:var(--kup-primary-color-60);background-color:rgba(0,0,0,0);color:var(--kup_button_text_color);border-color:var(--kup_button_border_color)}.f-button .button.button--outlined:hover{--kup_button_background_color_hover:var(--kup-primary-color-60);--kup_button_text_color_hover:var(--kup-primary-color-0);--kup_button_text_color:var(--kup-primary-color-0);color:var(--kup_button_text_color_hover);background-color:var(--kup_button_background_color_hover);border-color:rgba(0,0,0,0)}.f-button .button.button--outlined:hover .f-image .f-image__icon,.f-button .button.button--outlined:hover .f-image .f-image__placeholder{--kup_button_background_color_hover:var(--kup-gray-color-0);background-color:var(--kup_button_background_color_hover) !important}.f-button .button.button--outlined:focus{--kup_button_background_color_focus:var(--kup-primary-color-70);--kup_button_text_color_focus:var(--kup-primary-color-0);--kup_button_text_color:var(--kup-primary-color-0);color:var(--kup_button_text_color_focus);background-color:var(--kup_button_background_color_focus)}.f-button .button.button--outlined:focus .f-image .f-image__icon,.f-button .button.button--outlined:focus .f-image .f-image__placeholder{--kup_button_background_color_focus:var(--kup-primary-color-0);background-color:var(--kup_button_background_color_focus) !important}.f-button .button.button--outlined:active{--kup_button_text_color_active:var(--kup-primary-color-0);--kup_button_background_color_active:var(--kup-primary-color-70);color:var(--kup_button_text_color_active);background-color:var(--kup_button_background_color_active)}.f-button .button.button--outlined:active .f-image .f-image__icon,.f-button .button.button--outlined:active .f-image .f-image__placeholder{--kup_button_background_color_active:var(--kup-primary-color-0);background-color:var(--kup_button_background_color_active) !important}.f-button .button.button--outlined.button--disabled{border-color:var(--kup_button_border_color_disabled)}.f-button .button.button--flat{--kup_button_text_color:var(--kup-primary-color-60);color:var(--kup_button_text_color);background-color:rgba(0,0,0,0)}.f-button .button.button--flat:hover{--kup_button_background_color_hover:var(--kup-gray-color-10-hover);background-color:var(--kup_button_background_color_hover)}.f-button .button.button--flat:hover .f-image .f-image__icon,.f-button .button.button--flat:hover .f-image .f-image__placeholder{background-color:var(--kup_button_text_color) !important}.f-button .button.button--flat:focus{border:1px solid var(--kup_button_border_color);background-color:rgba(0,0,0,0)}.f-button .button.button--flat:focus .f-image .f-image__icon,.f-button .button.button--flat:focus .f-image .f-image__placeholder{background-color:var(--kup_button_text_color) !important}.f-button .button.button--flat:active{border:1px solid var(--kup_button_border_color);--kup_button_background_color_active:var(--kup-gray-color-20-hover);background-color:var(--kup_button_background_color_active)}.f-button .button.button--flat:active .f-image .f-image__icon,.f-button .button.button--flat:active .f-image .f-image__placeholder{--kup_button_text_color:var(--kup-primary-color-60)}.f-button .button.button--flat.button--disabled{border-color:var(--kup_button_border_color_disabled)}.f-button .button.button--no-label{min-width:unset;padding:0 .5em}.f-button .button.button--no-label .button__icon{margin:0}.f-button .button.button--disabled{color:var(--kup_button_text_color_disabled);cursor:not-allowed;pointer-events:none}.f-button .button .button__spinner-container{width:100%;height:var(--kup_button_spinner_height);left:0;position:absolute}.f-button .icon-button{background-color:rgba(0,0,0,0);display:inline-block;position:relative;box-sizing:border-box;border:none;outline:none;text-decoration:none;cursor:pointer;user-select:none;padding:.75em;font-family:var(--kup-font-family);font-size:var(--kup-body-compact-01-font-size, 14px);line-height:18px;font-weight:400;letter-spacing:.16px;border-radius:var(--kup_button_border_radius)}.f-button .icon-button:hover,.f-button .icon-button:focus{background-color:var(--kup-primary-color-60)}.f-button .icon-button:hover .icon-button__icon .f-image__icon,.f-button .icon-button:hover .icon-button__icon .f-image__placeholder,.f-button .icon-button:focus .icon-button__icon .f-image__icon,.f-button .icon-button:focus .icon-button__icon .f-image__placeholder{background:var(--kup-primary-color-0) !important}.f-button .icon-button .icon-button__icon{display:flex;margin:auto}.f-button .icon-button .icon-button__icon.icon-button__icon--on{display:none}.f-button .icon-button.button--disabled{opacity:.75;pointer-events:none}.f-button .icon-button .icon-button__spinner-container{width:var(--kup_button_spinner_width);height:var(--kup_button_spinner_height)}.f-button .button--with-spinner{opacity:.8;pointer-events:none}.f-button.button--invisible{visibility:hidden;width:0;height:0;order:1}.f-button .content--hidden{visibility:hidden}.f-button.kup-neutral .button{--kup_button_background_color:var(--kup-gray-color-70);--kup_button_border_color_focus:var(--kup-text-primary);--kup_button_text_color:var(--kup-text-primary)}.f-button.kup-neutral .button:hover{--kup_button_background_color_hover:var(--kup-gray-color-80);--kup_button_text_color:var(--kup-gray-color-0)}.f-button.kup-neutral .button:hover .button__label{color:var(--kup_button_text_color)}.f-button.kup-neutral .button:focus{--kup_button_background_color_focus:var(--kup-gray-color-90);--kup_button_border_color_focus:var(--kup-gray-color-80);--kup_button_text_color:var(--kup-gray-color-0);background-color:var(--kup_button_background_color_focus)}.f-button.kup-neutral .button:focus .f-image__icon,.f-button.kup-neutral .button:focus .f-image__placeholder{background:#fff !important;color:var(--kup-primary-color-60)}.f-button.kup-neutral .button:active{--kup_button_background_color_active:var(--kup-gray-color-70);--kup_button_text_color:var(--kup-gray-color-0);background-color:var(--kup_button_background_color_active);color:var(--kup_button_text_color)}.f-button.kup-neutral .button.button--floating,.f-button.kup-neutral .button.button--raised{--kup_button_text_color:var(--kup-gray-color-0)}.f-button.kup-neutral .button.button--floating .f-image__icon,.f-button.kup-neutral .button.button--floating .f-image__placeholder,.f-button.kup-neutral .button.button--raised .f-image__icon,.f-button.kup-neutral .button.button--raised .f-image__placeholder{background-color:var(--kup-gray-color-0) !important}.f-button.kup-neutral .button.button--floating:hover,.f-button.kup-neutral .button.button--raised:hover{--kup_button_background_color_hover:var(--kup-gray-color-80);--kup_button_text_color:var(--kup-gray-color-0)}.f-button.kup-neutral .button.button--floating:active,.f-button.kup-neutral .button.button--raised:active{--kup_button_background_color_active:var(--kup-text-primary);--kup_button_text_color:var(--kup-gray-color-0)}.f-button.kup-neutral .button.button--floating:focus,.f-button.kup-neutral .button.button--raised:focus{--kup_button_background_color_focus:var(--kup-text-primary);--kup_button_text_color:var(--kup-gray-color-0)}.f-button.kup-neutral .button.button--floating.button--disabled,.f-button.kup-neutral .button.button--raised.button--disabled{--kup_button_text_color:var(--kup_button_text_color_disabled)}.f-button.kup-neutral .button.button--outlined{--kup_button_border_color:var(--kup-gray-color-70);--kup_button_text_color:var(--kup-gray-color-70)}.f-button.kup-neutral .button.button--outlined:hover{--kup_button_text_color:var(--kup-gray-color-0);--kup_button_background_color_hover:var(--kup-gray-color-80)}.f-button.kup-neutral .button.button--outlined:focus{background-color:var(--kup-text-primary);color:var(--kup-gray-color-0)}.f-button.kup-neutral .button.button--outlined:active{background-color:var(--kup-text-primary)}.f-button.kup-neutral .button.button--outlined.button--disabled{--kup_button_text_color:var(--kup_button_text_color_disabled);--kup_button_border_color:var(--kup-gray-color-40)}.f-button.kup-neutral .button.button--flat{--kup_button_text_color:var(--kup-gray-color-70)}.f-button.kup-neutral .button.button--flat:hover{--kup_button_background_color_hover:var(--kup-gray-color-10-hover);background-color:var(--kup_button_background_color_hover)}.f-button.kup-neutral .button.button--flat:active{--kup_button_background_color_active:var(--kup-gray-color-20-hover);background-color:var(--kup_button_background_color_active)}.f-button.kup-neutral .button.button--flat:active .f-image .f-image__icon,.f-button.kup-neutral .button.button--flat:active .f-image .f-image__placeholder{background-color:var(--kup-gray-color-70) !important}.f-button.kup-neutral .button.button--flat:focus{border:1px solid var(--kup-gray-color-70);background-color:rgba(0,0,0,0)}.f-button.kup-neutral .button.button--flat.button--disabled{--kup_button_text_color:var(--kup_button_text_color_disabled);--kup_button_border_color:var(--kup-gray-color-40)}.f-button.kup-neutral .icon-button{background-color:rgba(0,0,0,0);display:inline-block;position:relative;box-sizing:border-box;border:none;outline:none;text-decoration:none;cursor:pointer;user-select:none;padding:.75em;font-family:var(--kup-font-family);font-size:var(--kup-body-compact-01-font-size, 14px);line-height:18px;font-weight:400;letter-spacing:.16px}.f-button.kup-neutral .icon-button .icon-button__icon .f-image__icon,.f-button.kup-neutral .icon-button .icon-button__icon .f-image__placeholder{background:var(--kup-gray-color-70)}.f-button.kup-neutral .icon-button:hover,.f-button.kup-neutral .icon-button:focus{background-color:var(--kup-gray-color-60)}.f-button.kup-neutral .icon-button:hover .icon-button__icon .f-image__icon,.f-button.kup-neutral .icon-button:hover .icon-button__icon .f-image__placeholder,.f-button.kup-neutral .icon-button:focus .icon-button__icon .f-image__icon,.f-button.kup-neutral .icon-button:focus .icon-button__icon .f-image__placeholder{background:var(--kup-gray-color-0) !important}.f-button.kup-neutral .icon-button .icon-button__icon{display:flex;margin:auto}.f-button.kup-neutral .icon-button .icon-button__icon.icon-button__icon--on{display:none}.f-button.kup-neutral .icon-button.button--disabled{opacity:.75;pointer-events:none}.f-button.kup-neutral .icon-button .icon-button__spinner-container{width:var(--kup_button_spinner_width);height:var(--kup_button_spinner_height)}.f-button.kup-neutral.kup-black-mode .button{--kup_button_text_color:#fff;--kup_button_background_color_hover:#393939;--kup_button_background_color_focus:#525252;--kup_button_background_color_active:#525252}.f-button.kup-neutral.kup-black-mode .button .f-image .iconWrapper .f-image__icon{background:#fff !important}.f-button.kup-neutral.kup-black-mode .icon-button{--kup_button_text_color:#fff}.f-button.kup-neutral.kup-black-mode .icon-button .f-image .iconWrapper .f-image__icon{background:#fff !important}.f-button.kup-neutral.kup-black-mode .icon-button:hover{background-color:#393939}.f-button.kup-neutral.kup-black-mode .icon-button:focus,.f-button.kup-neutral.kup-black-mode .icon-button:active{background-color:#525252}.f-button.kup-full-height{height:100%}.f-button.kup-full-height .button{height:100%}.f-button.kup-full-width{width:100%}.f-button.kup-full-width .button{width:100%}.f-button.kup-large button{font-size:1.25em}.f-button.kup-slim button{font-size:.675em}.f-button.kup-pulsating .icon-button--on:after{content:\"\";animation:pulsating 1250ms infinite;position:absolute;height:2px;width:2px;top:calc(50% - 1px);left:calc(50% - 1px)}.f-button.kup-danger .button{--kup_button_background_color:transparent;--kup_button_border_color_focus:var(--kup-danger-color-60);--kup_button_text_color:var(--kup-danger-color-60)}.f-button.kup-danger .button:hover{--kup_button_background_color_hover:var(--kup-danger-color-70);--kup_button_text_color:var(--kup-primary-color-0)}.f-button.kup-danger .button:focus{--kup_button_background_color_focus:var(--kup-danger-color-80);--kup_button_border_color_focus:var(--kup-danger-color-80);--kup_button_text_color:var(--kup-primary-color-0);background-color:var(--kup_button_background_color_focus)}.f-button.kup-danger .button:focus .f-image__icon,.f-button.kup-danger .button:focus .f-image__placeholder{background:#fff !important;color:var(--kup-primary-color-60)}.f-button.kup-danger .button:active{--kup_button_background_color_active:var(--kup-danger-color-80);--kup_button_text_color:var(--kup-primary-color-0);background-color:var(--kup_button_background_color_active);color:var(--kup_button_text_color)}.f-button.kup-danger .button.button--floating,.f-button.kup-danger .button.button--raised{--kup_button_text_color:var(--kup-primary-color-0);--kup_button_background_color:var(--kup-danger-color-60)}.f-button.kup-danger .button.button--floating:hover,.f-button.kup-danger .button.button--raised:hover{--kup_button_background_color_hover:var(--kup-danger-color-70)}.f-button.kup-danger .button.button--floating:active,.f-button.kup-danger .button.button--raised:active{--kup_button_background_color_active:var(--kup-danger-color-80)}.f-button.kup-danger .button.button--floating:focus,.f-button.kup-danger .button.button--raised:focus{--kup_button_background_color_focus:var(--kup-danger-color-80);background-color:var(--kup_button_background_color_focus)}.f-button.kup-danger .button.button--floating.button--disabled,.f-button.kup-danger .button.button--raised.button--disabled{--kup_button_text_color:var(--kup_button_text_color_disabled)}.f-button.kup-danger .button.button--outlined{--kup_button_border_color:var(--kup-danger-color-60);--kup_button_text_color:var(--kup-danger-color-60)}.f-button.kup-danger .button.button--outlined:hover{--kup_button_background_color_hover:var(--kup-danger-color-70);--kup_button_text_color_hover:var(--kup-primary-color-0)}.f-button.kup-danger .button.button--outlined:focus{--kup_button_background_color_focus:var(--kup-danger-color-80);--kup_button_text_color:var(--kup-primary-color-0)}.f-button.kup-danger .button.button--outlined:active{--kup_button_background_color_active:var(--kup-danger-color-80)}.f-button.kup-danger .button.button--outlined.button--disabled{--kup_button_text_color:var(--kup_button_text_color_disabled);--kup_button_border_color:var(--kup-gray-color-40)}.f-button.kup-danger .button.button--flat{--kup_button_text_color:var(--kup-danger-color-60)}.f-button.kup-danger .button.button--flat:hover{--kup_button_background_color_hover:var(--kup-danger-color-70);--kup_button_text_color_hover:var(--kup-primary-color-0);color:var(--kup_button_text_color_hover)}.f-button.kup-danger .button.button--flat:hover .f-image__icon,.f-button.kup-danger .button.button--flat:hover .f-image__placeholder{background:var(--kup_button_text_color_hover) !important}.f-button.kup-danger .button.button--flat:active{border:1px solid var(--kup-danger-color-60);--kup_button_background_color_active:var(--kup-danger-color-80)}.f-button.kup-danger .button.button--flat:active .f-image__icon,.f-button.kup-danger .button.button--flat:active .f-image__placeholder{background:var(--kup_button_text_color_hover) !important}.f-button.kup-danger .button.button--flat:focus{--kup_button_background_color_focus:var(--kup-danger-color-80);--kup_button_text_color:var(--kup-primary-color-0)}.f-button.kup-danger .button.button--flat.button--disabled{--kup_button_text_color:var(--kup_button_text_color_disabled);--kup_button_border_color:var(--kup-gray-color-40)}.f-button.kup-info{--kup-button-primary-color:var(--kup-info-color);--kup-button-primary-color-h:var(--kup-info-color-h);--kup-button-primary-color-s:var(--kup-info-color-s);--kup-button-primary-color-l:var(--kup-info-color-l);--kup-button-primary-color-rgb:var(--kup-info-color-rgb);--kup-button-text-on-primary-color:white}.f-button.kup-secondary.f-button .icon-button:focus .icon-button__icon .f-image__icon,.f-button.kup-secondary.f-button .icon-button:focus .icon-button__icon .f-image__placeholder{background:var(--kup-secondary-color) !important}.f-button.kup-secondary{--kup_button_text_color:var(--kup-secondary-color);--kup-button-primary-color:var(--kup-secondary-color);--kup-button-primary-color-h:var(--kup-secondary-color-h);--kup-button-primary-color-s:var(--kup-secondary-color-s);--kup-button-primary-color-l:var(--kup-secondary-color-l);--kup-button-primary-color-rgb:var(--kup-secondary-color-rgb);--kup-button-text-on-primary-color:var(--kup-text-on-secondary-color)}.f-button.kup-success{--kup-button-primary-color:var(--kup-success-color);--kup-button-primary-color-h:var(--kup-success-color-h);--kup-button-primary-color-s:var(--kup-success-color-s);--kup-button-primary-color-l:var(--kup-success-color-l);--kup-button-primary-color-rgb:var(--kup-success-color-rgb);--kup-button-text-on-primary-color:white}.f-button.kup-warning{--kup-button-primary-color:var(--kup-warning-color-50);--kup-button-primary-color-h:var(--kup-warning-color-h);--kup-button-primary-color-s:var(--kup-warning-color-s);--kup-button-primary-color-l:var(--kup-warning-color-l);--kup-button-primary-color-rgb:var(--kup-warning-color-rgb);--kup-button-text-on-primary-color:white}@keyframes pulsating{0%{transform:scale(2);box-shadow:0 0 0 0 rgba(var(--kup_button_primary_color_rgb), 0.7)}70%{transform:scale(2.75);box-shadow:0 0 0 10px rgba(var(--kup_button_primary_color_rgb), 0)}100%{transform:scale(2);box-shadow:0 0 0 0 rgba(var(--kup_button_primary_color_rgb), 0)}}";
|
|
6563
6563
|
const fButtonCss$1 = fButtonCss;
|
|
6564
6564
|
|
|
6565
|
-
const fCellCss = ".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:.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:.16px}.kup-code-01{font-family:var(--kup-font-family-monospace);font-size:12px;line-height:16px;font-weight:400;letter-spacing:.32px}.kup-label-01{font-family:var(--kup-font-family);font-size:var(--kup-label-01-font-size, 12px);line-height:16px;font-weight:400;letter-spacing:.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:var(--kup-heading-compact-01-font-size, 14px);line-height:18px;font-weight:600;letter-spacing:.16px}.kup-heading-01{font-family:var(--kup-font-family);font-size:var(--kup-heading-01-font-size, 14px);line-height:20px;font-weight:600;letter-spacing:.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}.f-cell{--kup_fcell_width:var(--kup-fcell-width, 100%);--kup_cell_background:var(--kup-cell-background);--kup_cell_font_family:var(--kup-cell-font-family);--kup_cell_font_family_monospace:var( --kup-cell-font-family-monospace, var(--kup-font-family-monospace) );--kup_cell_font_size:var(--kup-cell-font-size);--kup_cell_text_color:var(--kup-cell-text-color);--kup_fcell_padding_extradense:var( --kup-fcell-padding-extradense, var(--kup-space-01) var(--kup-space-02) );--kup_fcell_padding_dense:var( --kup-fcell-padding-dense, var(--kup-space-01) var(--kup-space-03) );--kup_fcell_padding_medium:var( --kup-fcell-padding-medium, var(--kup-space-02) var(--kup-space-03) );--kup_fcell_padding_wide:var( --kup-fcell-padding-wide, var(--kup-space-04) var(--kup-space-03) );--kup_fcell_extradense_min_height:var( --kup-fcell-extradense-min-height, 14px );--kup_fcell_dense_min_height:var(--kup-fcell-dense-min-height, 20px);--kup_fcell_medium_min_height:var(--kup-fcell-medium-min-height, 36px);--kup_fcell_wide_min_height:var(--kup-fcell-wide-min-height, 50px);background:var(--kup_cell_background);box-sizing:border-box;color:var(--kup_cell_text_color);display:flex;font-family:var(--kup_cell_font_family);font-size:var(--kup_cell_font_size);min-height:100%;width:var(--kup_fcell_width);word-break:break-all;word-wrap:break-word;max-width:100%}.f-cell:has(.f-cell__content .f-image .iconWrapper .f-image__icon){max-height:100%}.f-cell .f-cell__content{align-items:center;display:flex;width:100%;position:relative}.f-cell .f-cell__content .f-cell__iconfunction{display:block;position:absolute;transition:opacity .3s ease;background-color:var(--kup-gray-color-10-hover);z-index:2}.f-cell .f-cell__content .f-cell__iconfunction.right{right:0}.f-cell .f-cell__content .f-cell__iconfunction.left{left:0}.f-cell .f-cell__content img,.f-cell .f-cell__content .f-image{margin:0}.f-cell .f-cell__content .cell-info{padding:0 .5em 0 .25em}.f-cell .f-cell__content .obj-icon{padding:0 .5em 0 0}.f-cell .f-cell__text{overflow:hidden;text-overflow:ellipsis;word-break:normal;min-height:14px}.f-cell.bar-cell .f-image--wrapper{height:100%;margin:auto;min-height:18px;overflow:hidden;position:relative;transition:color .2s ease;width:100%}.f-cell.editor-cell .f-cell__content{margin:0;overflow:hidden;white-space:pre-wrap}.f-cell.editor-cell .f-cell__content>*{max-width:100%;word-break:normal}.f-cell.icon-cell .f-cell__content{min-height:18px;min-width:18px}.f-cell.icon-cell .f-cell__content .imageWrapIcon{position:relative;width:100%;height:100%;display:flex;flex-direction:column}.f-cell.icon-cell .f-cell__content .imageWrapIcon .f-image{position:absolute;padding-bottom:0px;width:100%;height:100%;overflow:hidden}.f-cell.icon-cell .f-cell__content .imageWrapIcon .f-image .f-image__icon{height:100% !important}.f-cell.image-cell{max-height:100%}.f-cell.image-cell .f-cell__content .imageWrapIcon{position:relative;width:100%;height:100%;display:flex;flex-direction:column}.f-cell.image-cell .f-cell__content .imageWrapIcon .f-image{position:absolute;padding-bottom:0px;width:100%;height:100%;overflow:hidden}.f-cell.image-cell .f-cell__content .imageWrapIcon .f-image .f-image__icon{height:100% !important}.f-cell.number-cell .f-cell__content{--kup-textfield-font-family:var(--kup_cell_font_family_monospace);font-family:var(--kup_cell_font_family_monospace)}.f-cell.switch-cell{min-height:48px}.f-cell .mdc-text-field.mdc-text-field--fullwidth{padding:0px}.f-cell kup-checkbox,.f-cell kup-image{display:flex}.f-cell kup-button{display:inline-block}.f-cell kup-chip{width:100%}.f-cell kup-button-list{display:flex;margin:auto}.f-cell kup-progress-bar{display:block}.f-cell .obj-field-extra-btn{align-self:end}.f-cell .input-field{background:none;border:none;border-bottom:1px solid var(--kup-border-strong);height:var(--kup_textfield_fullwidth_height) !important;outline:none;padding:var(--kup-fcell-inputfield-padding, 4px);transition:border 125ms ease;width:100%}.f-cell .input-field:focus{border-bottom:1px solid var(--kup-primary-color)}.f-cell .input-checkbox:checked{accent-color:var(--kup-primary-color)}.f-cell.clickable{cursor:pointer}.f-cell.monospace{--kup-textfield-font-family:var(--kup_cell_font_family_monospace);font-family:var(--kup-font-family-monospace)}.f-cell.display-on-hover{opacity:0;transition:opacity .25s}.f-cell.display-on-hover:hover{opacity:1}.f-cell.expand-on-hover .f-cell__content{transition:transform 125ms}.f-cell.expand-on-hover:hover .f-cell__content{transform:scale(1.25)}.f-cell.obj{cursor:var(--kup-obj-cursor)}.f-cell.reduce-on-hover .f-cell__content{transition:transform 125ms}.f-cell.reduce-on-hover:hover .f-cell__content{transform:scale(0.75)}.f-cell.shaped{border-radius:4px}.f-cell.strong-text{--kup-textfield-font-weight:600;font-weight:600}.f-cell.underlined{text-decoration:underline}.f-cell.primary-text{--kup-textfield-color:var(--kup-primary-color-60) !important;color:var(--kup-primary-color-60) !important}.f-cell.secondary-text{--kup-textfield-color:var(--kup-secondary-color) !important;color:var(--kup-secondary-color) !important}.f-cell.success-text{--kup-textfield-color:var(--kup-success-color-40) !important;color:var(--kup-success-color-40) !important}.f-cell.warning-text{--kup-textfield-color:var(--kup-warning-color-50) !important;color:var(--kup-warning-color-50) !important}.f-cell.danger-text{--kup-textfield-color:var(--kup-danger-color-60) !important;color:var(--kup-danger-color-60) !important}.f-cell.purple-text{--kup-textfield-color:#8e15bf !important;color:#8e15bf !important}.f-cell.success-bg{background:var(--kup-success-color-40) !important;color:#fff !important}.f-cell.warning-bg{background:var(--kup-warning-color-50) !important;color:var(--kup-gray-color-0) !important}.f-cell.danger-bg{background:var(--kup-danger-color-60) !important;color:#fff !important}.f-cell.teal-bg{background:#00b4bc !important;color:#fff !important}.f-cell.orange-bg{background:#f59729 !important;color:#fff !important}.f-cell.green-bg{background:#00be67 !important;color:#fff !important}.f-cell.grey-bg{background:#8d8d8d !important;color:#fff !important}.f-cell.purple-bg{background:#b88acc !important;color:#fff !important}.f-cell.top-right-indicator{position:relative}.f-cell.top-right-indicator:after{content:\"\";border-width:0 0 .5em .5em;border-color:rgba(0,0,0,0) rgba(0,0,0,0) var(--kup-secondary-color) rgba(0,0,0,0);border-style:solid;transform:rotate(270deg);position:absolute;right:0;top:0}.f-cell.link .f-cell__content{color:#00e;cursor:pointer;text-decoration:underline}.f-cell.c-vertical-text .f-cell__content{width:auto;margin:auto;min-height:16px;min-width:16px;text-align:center;writing-mode:vertical-lr}.f-cell.c-right-aligned:not(.c-centered){--kup-textfield-text-align:right}.f-cell.c-right-aligned:not(.c-centered) .f-cell__content{justify-content:flex-end;margin:0;margin-left:auto;text-align:right}.f-cell.c-right-aligned:not(.c-centered) .f-cell__content img,.f-cell.c-right-aligned:not(.c-centered) .f-cell__content .f-image{margin-left:auto;margin-right:0}.f-cell.c-pre .f-cell__content{white-space:pre}.f-cell.c-centered{--kup-textfield-text-align:center;justify-content:center}.f-cell.c-centered .f-cell__content{justify-content:center}.f-cell.c-centered .f-cell__content img,.f-cell.c-centered .f-cell__content .f-image{margin:auto}.f-cell.c-fitted .f-cell__content{max-width:max-content}.f-cell.c-round .f-cell__content{border-radius:50px}.f-cell.c-shaped .f-cell__content{border-radius:4px}.f-cell.c-padded .f-cell__content{padding:1em}.f-cell.c-hor-padded .f-cell__content{box-sizing:border-box;padding-left:.5em;padding-right:.5em}.f-cell.c-ver-padded .f-cell__content{box-sizing:border-box;padding-top:.5em;padding-bottom:.5em}.f-cell.c-success-bg .f-cell__content{background:var(--kup-success-color-40) !important;color:#fff !important}.f-cell.c-warning-bg .f-cell__content{background:var(--kup-warning-color-50) !important}.f-cell.c-danger-bg .f-cell__content{background:var(--kup-danger-color-60) !important;color:#fff !important}.f-cell.c-teal-bg .f-cell__content{background:#00b4bc !important;color:#fff !important}.f-cell.c-orange-bg .f-cell__content{background:#f59729 !important;color:#fff !important}.f-cell.c-green-bg .f-cell__content{background:#00be67 !important;color:#fff !important}.f-cell.c-grey-bg .f-cell__content{background:#8d8d8d !important;color:#fff !important}.f-cell.c-purple-bg .f-cell__content{background:#b88acc !important;color:#fff !important}.f-cell.c-uppercase .f-cell__content *{text-transform:uppercase}.f-cell.c-lowercase .f-cell__content *{text-transform:lowercase}.f-cell.c-input-uppercase .f-cell__content input{text-transform:uppercase}.f-cell.c-input-lowercase .f-cell__content input{text-transform:lowercase}.f-cell.extra_dense{--kup-textfield-fullwidth-height:var(--kup_fcell_extradense_min_height);--kup-textfield-fullwidth-padding:0px;--kup-checkbox-padding:0px;--kup-chip-margin:0 4px;padding:var(--kup_fcell_padding_extradense);font-size:var(--kup_fcell_font_size_extradense);line-height:var(--kup_fcell_line_height_extradense);overflow:auto}.f-cell.dense{--kup-textfield-fullwidth-height:var(--kup_fcell_dense_min_height);--kup-textfield-fullwidth-padding:0px;--kup-checkbox-padding:0px;--kup-chip-margin:0 4px;padding:var(--kup_fcell_padding_dense)}.f-cell.medium{--kup-textfield-fullwidth-height:var(--kup_fcell_medium_min_height);--kup-textfield-fullwidth-padding:0px;padding:var(--kup_fcell_padding_medium)}.f-cell.wide{--kup-textfield-fullwidth-height:var(--kup_fcell_wide_min_height);--kup-textfield-fullwidth-padding:0px;padding:var(--kup_fcell_padding_wide)}@media screen and (max-width: 899px){.f-cell{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}}";
|
|
6565
|
+
const fCellCss = ".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:.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:.16px}.kup-code-01{font-family:var(--kup-font-family-monospace);font-size:12px;line-height:16px;font-weight:400;letter-spacing:.32px}.kup-label-01{font-family:var(--kup-font-family);font-size:var(--kup-label-01-font-size, 12px);line-height:16px;font-weight:400;letter-spacing:.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:var(--kup-heading-compact-01-font-size, 14px);line-height:18px;font-weight:600;letter-spacing:.16px}.kup-heading-01{font-family:var(--kup-font-family);font-size:var(--kup-heading-01-font-size, 14px);line-height:20px;font-weight:600;letter-spacing:.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}.f-cell{--kup_fcell_width:var(--kup-fcell-width, 100%);--kup_cell_background:var(--kup-cell-background);--kup_cell_font_family:var(--kup-cell-font-family);--kup_cell_font_family_monospace:var( --kup-cell-font-family-monospace, var(--kup-font-family-monospace) );--kup_cell_font_size:var(--kup-cell-font-size);--kup_cell_text_color:var(--kup-cell-text-color);--kup_fcell_padding_extradense:var( --kup-fcell-padding-extradense, var(--kup-space-01) var(--kup-space-02) );--kup_fcell_padding_dense:var( --kup-fcell-padding-dense, var(--kup-space-01) var(--kup-space-03) );--kup_fcell_padding_medium:var( --kup-fcell-padding-medium, var(--kup-space-02) var(--kup-space-03) );--kup_fcell_padding_wide:var( --kup-fcell-padding-wide, var(--kup-space-04) var(--kup-space-03) );--kup_fcell_extradense_min_height:var( --kup-fcell-extradense-min-height, 14px );--kup_fcell_dense_min_height:var(--kup-fcell-dense-min-height, 20px);--kup_fcell_medium_min_height:var(--kup-fcell-medium-min-height, 36px);--kup_fcell_wide_min_height:var(--kup-fcell-wide-min-height, 50px);background:var(--kup_cell_background);box-sizing:border-box;color:var(--kup_cell_text_color);display:flex;font-family:var(--kup_cell_font_family);font-size:var(--kup_cell_font_size);min-height:100%;width:var(--kup_fcell_width);word-break:break-all;word-wrap:break-word;max-width:100%}.f-cell:has(.f-cell__content .f-image .iconWrapper .f-image__icon){max-height:100%}.f-cell .f-cell__content{align-items:center;display:flex;width:100%;position:relative}.f-cell .f-cell__content .f-cell__iconfunction{display:block;position:absolute;transition:opacity .3s ease;background-color:var(--kup-gray-color-10-hover);z-index:2}.f-cell .f-cell__content .f-cell__iconfunction.right{right:0}.f-cell .f-cell__content .f-cell__iconfunction.left{left:0}.f-cell .f-cell__content img,.f-cell .f-cell__content .f-image{margin:0}.f-cell .f-cell__content .cell-info{padding:0 .5em 0 .25em}.f-cell .f-cell__content .obj-icon{padding:0 .5em 0 0}.f-cell .f-cell__text{overflow:hidden;text-overflow:ellipsis;word-break:normal;min-height:14px}.f-cell.bar-cell .f-image--wrapper{height:100%;margin:auto;min-height:18px;overflow:hidden;position:relative;transition:color .2s ease;width:100%}.f-cell.editor-cell .f-cell__content{margin:0;overflow:hidden;white-space:pre-wrap}.f-cell.editor-cell .f-cell__content>*{max-width:100%;word-break:normal}.f-cell.icon-cell .f-cell__content{min-height:18px;min-width:18px}.f-cell.icon-cell .f-cell__content .imageWrapIcon{position:relative;width:100%;height:100%;display:flex;flex-direction:column}.f-cell.icon-cell .f-cell__content .imageWrapIcon .f-image{position:absolute;padding-bottom:0px;width:100%;height:100%;overflow:hidden}.f-cell.icon-cell .f-cell__content .imageWrapIcon .f-image .f-image__icon{height:100% !important}.f-cell.image-cell{max-height:max-content}.f-cell.image-cell .f-cell__content .imageWrapIcon{position:relative;width:100%;height:100%;display:flex;flex-direction:column}.f-cell.image-cell .f-cell__content .imageWrapIcon .f-image{position:absolute;padding-bottom:0px;width:100%;height:100%;overflow:hidden}.f-cell.image-cell .f-cell__content .imageWrapIcon .f-image .f-image__icon{height:100% !important}.f-cell.number-cell .f-cell__content{--kup-textfield-font-family:var(--kup_cell_font_family_monospace);font-family:var(--kup_cell_font_family_monospace)}.f-cell.switch-cell{min-height:48px}.f-cell .mdc-text-field.mdc-text-field--fullwidth{padding:0px}.f-cell kup-checkbox,.f-cell kup-image{display:flex}.f-cell kup-button{display:inline-block}.f-cell kup-chip{width:100%}.f-cell kup-button-list{display:flex;margin:auto}.f-cell kup-progress-bar{display:block}.f-cell .obj-field-extra-btn{align-self:end}.f-cell .input-field{background:none;border:none;border-bottom:1px solid var(--kup-border-strong);height:var(--kup_textfield_fullwidth_height) !important;outline:none;padding:var(--kup-fcell-inputfield-padding, 4px);transition:border 125ms ease;width:100%}.f-cell .input-field:focus{border-bottom:1px solid var(--kup-primary-color)}.f-cell .input-checkbox:checked{accent-color:var(--kup-primary-color)}.f-cell.clickable{cursor:pointer}.f-cell.monospace{--kup-textfield-font-family:var(--kup_cell_font_family_monospace);font-family:var(--kup-font-family-monospace)}.f-cell.display-on-hover{opacity:0;transition:opacity .25s}.f-cell.display-on-hover:hover{opacity:1}.f-cell.expand-on-hover .f-cell__content{transition:transform 125ms}.f-cell.expand-on-hover:hover .f-cell__content{transform:scale(1.25)}.f-cell.obj{cursor:var(--kup-obj-cursor)}.f-cell.reduce-on-hover .f-cell__content{transition:transform 125ms}.f-cell.reduce-on-hover:hover .f-cell__content{transform:scale(0.75)}.f-cell.shaped{border-radius:4px}.f-cell.strong-text{--kup-textfield-font-weight:600;font-weight:600}.f-cell.underlined{text-decoration:underline}.f-cell.primary-text{--kup-textfield-color:var(--kup-primary-color-60) !important;color:var(--kup-primary-color-60) !important}.f-cell.secondary-text{--kup-textfield-color:var(--kup-secondary-color) !important;color:var(--kup-secondary-color) !important}.f-cell.success-text{--kup-textfield-color:var(--kup-success-color-40) !important;color:var(--kup-success-color-40) !important}.f-cell.warning-text{--kup-textfield-color:var(--kup-warning-color-50) !important;color:var(--kup-warning-color-50) !important}.f-cell.danger-text{--kup-textfield-color:var(--kup-danger-color-60) !important;color:var(--kup-danger-color-60) !important}.f-cell.purple-text{--kup-textfield-color:#8e15bf !important;color:#8e15bf !important}.f-cell.success-bg{background:var(--kup-success-color-40) !important;color:#fff !important}.f-cell.warning-bg{background:var(--kup-warning-color-50) !important;color:var(--kup-gray-color-0) !important}.f-cell.danger-bg{background:var(--kup-danger-color-60) !important;color:#fff !important}.f-cell.teal-bg{background:#00b4bc !important;color:#fff !important}.f-cell.orange-bg{background:#f59729 !important;color:#fff !important}.f-cell.green-bg{background:#00be67 !important;color:#fff !important}.f-cell.grey-bg{background:#8d8d8d !important;color:#fff !important}.f-cell.purple-bg{background:#b88acc !important;color:#fff !important}.f-cell.top-right-indicator{position:relative}.f-cell.top-right-indicator:after{content:\"\";border-width:0 0 .5em .5em;border-color:rgba(0,0,0,0) rgba(0,0,0,0) var(--kup-secondary-color) rgba(0,0,0,0);border-style:solid;transform:rotate(270deg);position:absolute;right:0;top:0}.f-cell.link .f-cell__content{color:#00e;cursor:pointer;text-decoration:underline}.f-cell.c-vertical-text .f-cell__content{width:auto;margin:auto;min-height:16px;min-width:16px;text-align:center;writing-mode:vertical-lr}.f-cell.c-right-aligned:not(.c-centered){--kup-textfield-text-align:right}.f-cell.c-right-aligned:not(.c-centered) .f-cell__content{justify-content:flex-end;margin:0;margin-left:auto;text-align:right}.f-cell.c-right-aligned:not(.c-centered) .f-cell__content img,.f-cell.c-right-aligned:not(.c-centered) .f-cell__content .f-image{margin-left:auto;margin-right:0}.f-cell.c-pre .f-cell__content{white-space:pre}.f-cell.c-centered{--kup-textfield-text-align:center;justify-content:center}.f-cell.c-centered .f-cell__content{justify-content:center}.f-cell.c-centered .f-cell__content img,.f-cell.c-centered .f-cell__content .f-image{margin:auto}.f-cell.c-fitted .f-cell__content{max-width:max-content}.f-cell.c-round .f-cell__content{border-radius:50px}.f-cell.c-shaped .f-cell__content{border-radius:4px}.f-cell.c-padded .f-cell__content{padding:1em}.f-cell.c-hor-padded .f-cell__content{box-sizing:border-box;padding-left:.5em;padding-right:.5em}.f-cell.c-ver-padded .f-cell__content{box-sizing:border-box;padding-top:.5em;padding-bottom:.5em}.f-cell.c-success-bg .f-cell__content{background:var(--kup-success-color-40) !important;color:#fff !important}.f-cell.c-warning-bg .f-cell__content{background:var(--kup-warning-color-50) !important}.f-cell.c-danger-bg .f-cell__content{background:var(--kup-danger-color-60) !important;color:#fff !important}.f-cell.c-teal-bg .f-cell__content{background:#00b4bc !important;color:#fff !important}.f-cell.c-orange-bg .f-cell__content{background:#f59729 !important;color:#fff !important}.f-cell.c-green-bg .f-cell__content{background:#00be67 !important;color:#fff !important}.f-cell.c-grey-bg .f-cell__content{background:#8d8d8d !important;color:#fff !important}.f-cell.c-purple-bg .f-cell__content{background:#b88acc !important;color:#fff !important}.f-cell.c-uppercase .f-cell__content *{text-transform:uppercase}.f-cell.c-lowercase .f-cell__content *{text-transform:lowercase}.f-cell.c-input-uppercase .f-cell__content input{text-transform:uppercase}.f-cell.c-input-lowercase .f-cell__content input{text-transform:lowercase}.f-cell.extra_dense{--kup-textfield-fullwidth-height:var(--kup_fcell_extradense_min_height);--kup-textfield-fullwidth-padding:0px;--kup-checkbox-padding:0px;--kup-chip-margin:0 4px;padding:var(--kup_fcell_padding_extradense);font-size:var(--kup_fcell_font_size_extradense);line-height:var(--kup_fcell_line_height_extradense);overflow:auto}.f-cell.dense{--kup-textfield-fullwidth-height:var(--kup_fcell_dense_min_height);--kup-textfield-fullwidth-padding:0px;--kup-checkbox-padding:0px;--kup-chip-margin:0 4px;padding:var(--kup_fcell_padding_dense)}.f-cell.medium{--kup-textfield-fullwidth-height:var(--kup_fcell_medium_min_height);--kup-textfield-fullwidth-padding:0px;padding:var(--kup_fcell_padding_medium)}.f-cell.wide{--kup-textfield-fullwidth-height:var(--kup_fcell_wide_min_height);--kup-textfield-fullwidth-padding:0px;padding:var(--kup_fcell_padding_wide)}@media screen and (max-width: 899px){.f-cell{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}}";
|
|
6566
6566
|
const fCellCss$1 = fCellCss;
|
|
6567
6567
|
|
|
6568
6568
|
const fCheckboxCss = ".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:.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:.16px}.kup-code-01{font-family:var(--kup-font-family-monospace);font-size:12px;line-height:16px;font-weight:400;letter-spacing:.32px}.kup-label-01{font-family:var(--kup-font-family);font-size:var(--kup-label-01-font-size, 12px);line-height:16px;font-weight:400;letter-spacing:.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:var(--kup-heading-compact-01-font-size, 14px);line-height:18px;font-weight:600;letter-spacing:.16px}.kup-heading-01{font-family:var(--kup-font-family);font-size:var(--kup-heading-01-font-size, 14px);line-height:20px;font-weight:600;letter-spacing:.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}.f-checkbox{--kup_danger_icon_color:var(--kup-danger-color, var(--kup-danger-color-60));--kup_warning_icon_color:var( --kup-warning-color, var(--kup-warning-color-50) );--kup_checkbox_disabled_checkmark_color:var( --kup-checkbox-disabled-checkmark-color, var(--kup-border-disabled) );--kup_checkbox_padding:var(--kup-checkbox-padding, 11px);--kup_checkbox_primary_color:var( --kup-checkbox-primary-color, var(--kup-text-primary) );--kup_checkbox_text_color:var( --kup-checkbox-text-color, var(--kup-text-primary) );--kup_checkbox_text_on_primary_color:var( --kup-checkbox-text-on-primary-color, var(--kup-layer-1) );--kup_checkbox_text_disabled:var( --kup-checkbox-text-disabled, var(--kup-text-disabled) );--kup_checkbox_legacy_size:var(--kup-checkbox-legacy-size, 15px);font-family:var(--kup-font-family);font-size:var(--kup-body-compact-01-font-size, 14px);line-height:18px;font-weight:400;letter-spacing:.16px;display:flex;flex-direction:column}.f-checkbox .form-field{color:var(--kup_checkbox_text_color);-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-decoration:inherit;align-items:center;vertical-align:middle;display:inline-flex;justify-content:center}.f-checkbox .form-field label{margin-left:0px;margin-right:auto;order:0;cursor:pointer}.f-checkbox .form-field label:hover{color:var(--kup_checkbox_primary_color)}.f-checkbox .form-field.form-field--align-end label{margin-left:auto;margin-right:0px;order:-1}.f-checkbox .checkbox{display:inline-block;position:relative;flex:0 0 18px;box-sizing:content-box;line-height:0;width:18px;height:18px;white-space:nowrap;cursor:pointer;vertical-align:bottom;will-change:transform,opacity;z-index:0;padding:var(--kup_checkbox_padding);transition:background-color 125ms linear}.f-checkbox .checkbox:hover label{color:var(--kup_checkbox_primary_color)}.f-checkbox .checkbox .checkbox__native-control{position:absolute;margin:0;padding:0;opacity:0;cursor:inherit;top:0;left:0;right:0;height:40px;width:40px}.f-checkbox .checkbox .checkbox__native-control:checked~.checkbox__background .checkbox__checkmark{transition:opacity 180ms 0ms cubic-bezier(0, 0, 0.2, 1),transform 180ms 0ms cubic-bezier(0, 0, 0.2, 1);opacity:1}.f-checkbox .checkbox .checkbox__checkmark-path{stroke:var(--kup_checkbox_text_on_primary_color);stroke-dasharray:29.7833385;stroke-dashoffset:29.7833385;stroke-width:3.12px;transition:stroke-dashoffset 180ms 0ms cubic-bezier(0.4, 0, 0.6, 1)}.f-checkbox .checkbox .checkbox__background{position:absolute;align-items:center;justify-content:center;box-sizing:border-box;width:18px;height:18px;border:1px solid var(--kup_checkbox_text_color);border-radius:2px;background-color:rgba(0,0,0,0);pointer-events:none;will-change:background-color,border-color;transition:background-color 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1),border-color 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1)}.f-checkbox .checkbox .checkbox__background .checkbox__checkmark{color:var(--kup_checkbox_text_on_primary_color);position:absolute;top:0;right:0;bottom:0;left:0;width:100%;opacity:0;transition:opacity 180ms 0ms cubic-bezier(0.4, 0, 0.6, 1)}.f-checkbox .checkbox .checkbox__background .checkbox__mixedmark{position:absolute;top:6px;left:1px;color:var(--kup_checkbox_text_on_primary_color);width:75%;height:0;border-width:1px;border-style:solid;opacity:0;transition:opacity 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1),transform 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1)}.f-checkbox .checkbox.checkbox--checked .checkbox__background{background-color:var(--kup_checkbox_primary_color);opacity:1}.f-checkbox .checkbox.checkbox--checked .checkbox__checkmark-path{stroke-dashoffset:0}.f-checkbox .checkbox.checkbox--indeterminate .checkbox__background{background-color:var(--kup_checkbox_primary_color)}.f-checkbox .checkbox.checkbox--indeterminate .checkbox__mixedmark{border-color:var(--kup_checkbox_text_on_primary_color);transform:scaleX(1) rotate(0deg);opacity:1}.f-checkbox .checkbox.checkbox--indeterminate .checkbox__checkmark-path{stroke-dashoffset:0}.f-checkbox .checkbox.checkbox--disabled{pointer-events:none;cursor:not-allowed}.f-checkbox .checkbox.checkbox--disabled+label{pointer-events:none;color:var(--kup_checkbox_text_disabled)}.f-checkbox .checkbox.checkbox--disabled .checkbox__background{background-color:rgba(0,0,0,0);border-color:var(--kup_checkbox_disabled_checkmark_color)}.f-checkbox .checkbox.checkbox--disabled.checkbox--checked .checkbox__background{background-color:var(--kup_checkbox_disabled_checkmark_color);border-color:rgba(0,0,0,0)}.f-checkbox .checkbox.checkbox--disabled.checkbox--checked .checkbox__checkmark{color:var(--kup_checkbox_disabled_checkmark_color)}.f-checkbox .checkbox.checkbox--disabled.checkbox--checked .checkbox__mixedmark{color:var(--kup_checkbox_disabled_checkmark_color)}.f-checkbox .checkbox.checkbox--disabled .checkbox__error-message{color:var(--kup_danger_icon_color)}.f-checkbox .checkbox--legacy-look,.f-checkbox .checkbox--extra-small{padding:0;flex:unset;height:var(--kup_checkbox_legacy_size);width:var(--kup_checkbox_legacy_size)}.f-checkbox .checkbox--legacy-look .checkbox__background,.f-checkbox .checkbox--legacy-look .checkbox__native-control,.f-checkbox .checkbox--extra-small .checkbox__background,.f-checkbox .checkbox--extra-small .checkbox__native-control{height:var(--kup_checkbox_legacy_size);width:var(--kup_checkbox_legacy_size)}.f-checkbox .checkbox__error-message,.f-checkbox .checkbox__alert-message{padding:0 var(--kup_checkbox_padding);display:inline-flex;align-items:center;gap:8px;font-family:var(--kup-font-family);font-size:var(--kup-label-01-font-size, 12px);line-height:16px;font-weight:400;letter-spacing:.32px}.f-checkbox .checkbox__error-message .f-image,.f-checkbox .checkbox__alert-message .f-image{margin:unset}.f-checkbox .checkbox__error-message{color:var(--kup_danger_icon_color)}.f-checkbox.checkbox--error .checkbox__background{border-color:var(--kup_danger_icon_color)}.f-checkbox.kup-danger{--kup-checkbox-primary-color:var(--kup_danger_icon_color);--kup-checkbox-primary-color-rgb:var(--kup-danger-color-rgb);--kup-checkbox-text-on-primary-color:white;--kup-checkbox-text-on-primary-color-rgb:255, 255, 255}.f-checkbox.kup-info{--kup-checkbox-primary-color:var(--kup-info-color-50);--kup-checkbox-primary-color-rgb:var(--kup-info-color-rgb);--kup-checkbox-text-on-primary-color:white;--kup-checkbox-text-on-primary-color-rgb:255, 255, 255}.f-checkbox.kup-secondary{--kup-checkbox-primary-color:var(--kup-secondary-color);--kup-checkbox-primary-color-rgb:var(--kup-secondary-color-rgb);--kup-checkbox-text-on-primary-color:var(--kup-text-on-secondary-color);--kup-checkbox-text-on-primary-color-rgb:var( --kup-text-on-secondary-color-rgb )}.f-checkbox.kup-success{--kup-checkbox-primary-color:var(--kup-success-color);--kup-checkbox-primary-color-rgb:var(--kup-success-color-rgb);--kup-checkbox-text-on-primary-color:white;--kup-checkbox-text-on-primary-color-rgb:255, 255, 255}.f-checkbox.kup-warning{--kup-checkbox-primary-color:var(--kup-warning-color-50);--kup-checkbox-primary-color-rgb:var(--kup-warning-color-rgb);--kup-checkbox-text-on-primary-color:white;--kup-checkbox-text-on-primary-color-rgb:255, 255, 255}";
|
|
@@ -8311,12 +8311,13 @@ const dom$a = document.documentElement;
|
|
|
8311
8311
|
// COMMONS
|
|
8312
8312
|
// -------------
|
|
8313
8313
|
function getCellValueForDisplay(column, cell) {
|
|
8314
|
-
if (cell
|
|
8315
|
-
|
|
8316
|
-
|
|
8317
|
-
|
|
8314
|
+
if (!cell) {
|
|
8315
|
+
return '';
|
|
8316
|
+
}
|
|
8317
|
+
if (cell.displayedValue != null) {
|
|
8318
|
+
return cell.displayedValue;
|
|
8318
8319
|
}
|
|
8319
|
-
if (cell.decode) {
|
|
8320
|
+
if (cell.decode != null && cell.decode != undefined) {
|
|
8320
8321
|
return cell.decode;
|
|
8321
8322
|
}
|
|
8322
8323
|
let formattedValue = _getCellValueForDisplay(cell.value, column, cell);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { p as proxyCustomElement, H, f as forceUpdate, h, d as Host } from './p-ef8cbd35.js';
|
|
2
|
-
import { k as kupManagerInstance, g as getProps, s as setProps, u as KupDebugCategory } 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, D as defineCustomElement$t, E as defineCustomElement$u } from './p-
|
|
2
|
+
import { k as kupManagerInstance, g as getProps, s as setProps, u as KupDebugCategory } from './p-4e14ce99.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, D as defineCustomElement$t, E as defineCustomElement$u } from './p-3c28a421.js';
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
6
|
* Props of the kup-grid component.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { p as proxyCustomElement, H, c as createEvent, f as forceUpdate, h, d as Host, g as getAssetPath } from './p-ef8cbd35.js';
|
|
2
|
-
import { k as kupManagerInstance, g as getProps, s as setProps, c as KupThemeColorValues, u as KupDebugCategory, L as getColumnByName, D as KupDataNewColumnTypes } 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, D as defineCustomElement$t, E as defineCustomElement$u } from './p-
|
|
2
|
+
import { k as kupManagerInstance, g as getProps, s as setProps, c as KupThemeColorValues, u as KupDebugCategory, L as getColumnByName, D as KupDataNewColumnTypes } from './p-4e14ce99.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, D as defineCustomElement$t, E as defineCustomElement$u } from './p-3c28a421.js';
|
|
4
4
|
|
|
5
5
|
/*! *****************************************************************************
|
|
6
6
|
Copyright (c) Microsoft Corporation.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { p as proxyCustomElement, H, c as createEvent, f as forceUpdate, h, d as Host } from './p-ef8cbd35.js';
|
|
2
|
-
import { k as kupManagerInstance, g as getProps, s as setProps } 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, D as defineCustomElement$t, E as defineCustomElement$u } from './p-
|
|
2
|
+
import { k as kupManagerInstance, g as getProps, s as setProps } from './p-4e14ce99.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, D as defineCustomElement$t, E as defineCustomElement$u } from './p-3c28a421.js';
|
|
4
4
|
import { c as commonjsGlobal, g as getDefaultExportFromCjs } from './p-0462f723.js';
|
|
5
5
|
|
|
6
6
|
var toastuiEditor = {exports: {}};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { h, F as Fragment } from './index-9b0f4a0d.js';
|
|
2
|
-
import { ar as editableTypes, as as kupTypes, U as FCellClasses, ae as FCellTypes, f as KupThemeColorValues, ap as CHIAdapter, an as RADAdapter, am as CMBandACPAdapter, at as KupTagNames, F as FCellShapes, aj as getCellValueForDisplay, a as KupComponentSizing, au as fullWidthFieldsComps, I as ItemsDisplayMode, av as autoCenterComps, aw as adaptContentToDisplayMode, ax as FCellEvents, ay as isForceUppercase, az as isForceLowercase, h as KupDebugCategory } from './kup-manager-
|
|
2
|
+
import { ar as editableTypes, as as kupTypes, U as FCellClasses, ae as FCellTypes, f as KupThemeColorValues, ap as CHIAdapter, an as RADAdapter, am as CMBandACPAdapter, at as KupTagNames, F as FCellShapes, aj as getCellValueForDisplay, a as KupComponentSizing, au as fullWidthFieldsComps, I as ItemsDisplayMode, av as autoCenterComps, aw as adaptContentToDisplayMode, ax as FCellEvents, ay as isForceUppercase, az as isForceLowercase, h as KupDebugCategory } from './kup-manager-bc57ec34.js';
|
|
3
3
|
import { F as FButton } from './f-button-3e022953.js';
|
|
4
4
|
import { F as FCheckbox } from './f-checkbox-9912e1a4.js';
|
|
5
|
-
import { F as FChipType, d as FChip } from './f-chip-
|
|
5
|
+
import { F as FChipType, d as FChip } from './f-chip-25b200ab.js';
|
|
6
6
|
import { F as FImage } from './f-image-40b4e64b.js';
|
|
7
|
-
import { F as FObjectField } from './f-object-field-
|
|
8
|
-
import { F as FTextField } from './f-text-field-
|
|
7
|
+
import { F as FObjectField } from './f-object-field-8306fe8f.js';
|
|
8
|
+
import { F as FTextField } from './f-text-field-465cc102.js';
|
|
9
9
|
|
|
10
10
|
var FRadioType;
|
|
11
11
|
(function (FRadioType) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { h } from './index-9b0f4a0d.js';
|
|
2
2
|
import { F as FImage } from './f-image-40b4e64b.js';
|
|
3
|
-
import { I as ItemsDisplayMode, d as KupThemeIconValues, b as KupLanguageGeneric } from './kup-manager-
|
|
3
|
+
import { I as ItemsDisplayMode, d as KupThemeIconValues, b as KupLanguageGeneric } from './kup-manager-bc57ec34.js';
|
|
4
4
|
|
|
5
5
|
function getIdOfItemByDisplayMode(item, mode, separator) {
|
|
6
6
|
const { id, value, decode } = item;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { h } from './index-9b0f4a0d.js';
|
|
2
|
-
import { a as KupComponentSizing, k as kupManagerInstance, e as KupDynamicPositionPlacement } from './kup-manager-
|
|
2
|
+
import { a as KupComponentSizing, k as kupManagerInstance, e as KupDynamicPositionPlacement } from './kup-manager-bc57ec34.js';
|
|
3
3
|
import { F as FButton } from './f-button-3e022953.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-465cc102.js';
|
|
6
6
|
|
|
7
7
|
const STATE = new WeakMap();
|
|
8
8
|
const FObjectField = (props) => {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { h } from './index-9b0f4a0d.js';
|
|
2
|
-
import { I as ItemsDisplayMode, aA as KupLanguagePage, t as KupLanguageRow, a as KupComponentSizing, b as KupLanguageGeneric } from './kup-manager-
|
|
2
|
+
import { I as ItemsDisplayMode, aA as KupLanguagePage, t as KupLanguageRow, a as KupComponentSizing, b as KupLanguageGeneric } from './kup-manager-bc57ec34.js';
|
|
3
3
|
import { F as FButton } from './f-button-3e022953.js';
|
|
4
4
|
import { a as FButtonStyling } from './f-button-declarations-6c8f8abe.js';
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { h, g as getAssetPath } from './index-9b0f4a0d.js';
|
|
2
|
-
import { d as KupThemeIconValues } from './kup-manager-
|
|
2
|
+
import { d as KupThemeIconValues } from './kup-manager-bc57ec34.js';
|
|
3
3
|
import { F as FImage } from './f-image-40b4e64b.js';
|
|
4
4
|
|
|
5
5
|
const dom = document.documentElement;
|
package/dist/esm/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-9b0f4a0d.js';
|
|
2
|
-
import { k as kupManagerInstance, a as KupComponentSizing, g as getProps, s as setProps, d as KupThemeIconValues, f as KupThemeColorValues, e as KupDynamicPositionPlacement } from './kup-manager-
|
|
2
|
+
import { k as kupManagerInstance, a as KupComponentSizing, g as getProps, s as setProps, d as KupThemeIconValues, f as KupThemeColorValues, e as KupDynamicPositionPlacement } from './kup-manager-bc57ec34.js';
|
|
3
3
|
import { F as FImage } from './f-image-40b4e64b.js';
|
|
4
4
|
import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
|
|
5
5
|
import { M as MDCRipple } from './component-a35bc7f1.js';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { r as registerInstance, c as createEvent, f as forceUpdate, h, F as Fragment, H as Host, d as getElement } from './index-9b0f4a0d.js';
|
|
2
|
-
import { k as kupManagerInstance, g as getProps, s as setProps, h as KupDebugCategory, aj as getCellValueForDisplay } from './kup-manager-
|
|
2
|
+
import { k as kupManagerInstance, g as getProps, s as setProps, h as KupDebugCategory, aj as getCellValueForDisplay } from './kup-manager-bc57ec34.js';
|
|
3
3
|
import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
|
|
4
4
|
import { F as FImage } from './f-image-40b4e64b.js';
|
|
5
|
-
import { s as sortRows } from './kup-data-table-helper-
|
|
5
|
+
import { s as sortRows } from './kup-data-table-helper-399ccea6.js';
|
|
6
6
|
import './kup-dates-992086f1.js';
|
|
7
7
|
|
|
8
8
|
var KupActivityTimelineProps;
|