@sme.up/ketchup 11.0.0-SNAPSHOT-20250123153705 → 11.0.0-SNAPSHOT-20250124121218
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-fdce1400.js → f-cell-e4e4e3b6.js} +30 -9
- package/dist/cjs/{f-chip-02530a5a.js → f-chip-de002784.js} +1 -1
- package/dist/cjs/{f-object-field-e0ebf5c8.js → f-object-field-863feeb1.js} +2 -2
- package/dist/cjs/{f-paginator-utils-f281d3d9.js → f-paginator-utils-73e70b49.js} +1 -1
- package/dist/cjs/{f-text-field-56037ad5.js → f-text-field-e836c7de.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_28.cjs.entry.js +27 -41
- 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-f8b252da.js → kup-data-table-helper-620bee1b.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-image-list.cjs.entry.js +5 -5
- 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-a18bb888.js → kup-manager-342fdccd.js} +1 -1
- 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-pdf.cjs.entry.js +1 -1
- 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-autocomplete/kup-autocomplete.js +8 -23
- package/dist/collection/components/kup-data-table/kup-data-table.js +12 -11
- package/dist/collection/f-components/f-cell/f-cell.js +24 -1
- 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-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 +2 -2
- package/dist/components/kup-image.js +1 -1
- package/dist/components/kup-input-panel.js +3 -3
- package/dist/components/kup-lazy.js +2 -2
- package/dist/components/kup-list.js +1 -1
- package/dist/components/kup-magic-box.js +4 -4
- package/dist/components/kup-nav-bar.js +2 -2
- package/dist/components/kup-numeric-picker.js +2 -2
- package/dist/components/kup-object-field.js +2 -2
- package/dist/components/kup-pdf.js +2 -2
- package/dist/components/kup-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-f52c23bc.js → p-124fa207.js} +47 -40
- package/dist/components/{p-f25929e3.js → p-5adcb732.js} +2 -2
- package/dist/components/{p-1e5c87af.js → p-7571f3f0.js} +1 -1
- package/dist/components/{p-a143c5aa.js → p-b6a4bbe8.js} +2 -2
- package/dist/components/{p-6942e6ef.js → p-c6f34115.js} +2 -2
- package/dist/components/{p-50e7d61c.js → p-dcfaf3af.js} +2 -2
- package/dist/esm/{f-cell-a493ad36.js → f-cell-7398e4ca.js} +30 -9
- package/dist/esm/{f-chip-ae7cc041.js → f-chip-64a8f53f.js} +1 -1
- package/dist/esm/{f-object-field-392f4300.js → f-object-field-ddff4ee1.js} +2 -2
- package/dist/esm/{f-paginator-utils-4a0ea992.js → f-paginator-utils-761a4ab9.js} +1 -1
- package/dist/esm/{f-text-field-a3bf5c7c.js → f-text-field-07c8f463.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_28.entry.js +27 -41
- 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-bdaa3b55.js → kup-data-table-helper-d5821c20.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-image-list.entry.js +5 -5
- 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-0171c671.js → kup-manager-f7f92a87.js} +1 -1
- 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-pdf.entry.js +1 -1
- 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-4c4ed2dd.entry.js → p-01722f58.entry.js} +1 -1
- package/dist/ketchup/{p-42fe68af.entry.js → p-089c70a8.entry.js} +1 -1
- package/dist/ketchup/{p-f951083e.entry.js → p-155121da.entry.js} +1 -1
- package/dist/ketchup/{p-6682463a.entry.js → p-168765a1.entry.js} +1 -1
- package/dist/ketchup/{p-5432f506.js → p-2279eb5a.js} +1 -1
- package/dist/ketchup/{p-0ee21d22.entry.js → p-25d2baf2.entry.js} +1 -1
- package/dist/ketchup/{p-5ee00960.entry.js → p-2a19d0e6.entry.js} +1 -1
- package/dist/ketchup/p-34438e4b.entry.js +1 -0
- package/dist/ketchup/{p-23bad762.entry.js → p-37000160.entry.js} +1 -1
- package/dist/ketchup/{p-1d095719.entry.js → p-40b73eb6.entry.js} +1 -1
- package/dist/ketchup/{p-38a956bd.entry.js → p-40f5a485.entry.js} +1 -1
- package/dist/ketchup/{p-ce44b2b7.entry.js → p-48e0186d.entry.js} +1 -1
- package/dist/ketchup/{p-d87192ca.entry.js → p-59f64636.entry.js} +1 -1
- package/dist/ketchup/{p-87ba839f.js → p-5ce37833.js} +1 -1
- package/dist/ketchup/{p-51266d50.entry.js → p-61fdb89e.entry.js} +1 -1
- package/dist/ketchup/{p-bfa6255b.js → p-6ffdbe49.js} +1 -1
- package/dist/ketchup/{p-fa73830d.entry.js → p-706b2b83.entry.js} +1 -1
- package/dist/ketchup/p-7319c7a0.js +1 -0
- package/dist/ketchup/{p-3f8f9f32.entry.js → p-793ceaac.entry.js} +1 -1
- package/dist/ketchup/{p-92187b9c.entry.js → p-83e8d85b.entry.js} +1 -1
- package/dist/ketchup/{p-e54b3f9e.entry.js → p-8d2f940a.entry.js} +1 -1
- package/dist/ketchup/{p-6f9e94ac.entry.js → p-93464598.entry.js} +1 -1
- package/dist/ketchup/{p-2d07701d.entry.js → p-946a70e5.entry.js} +1 -1
- package/dist/ketchup/{p-a4cc467a.entry.js → p-99588927.entry.js} +1 -1
- package/dist/ketchup/{p-8e428c00.entry.js → p-9adcf891.entry.js} +1 -1
- package/dist/ketchup/{p-8ac5b56e.entry.js → p-9dfc1cdf.entry.js} +1 -1
- package/dist/ketchup/{p-75d0c935.entry.js → p-a7d0403e.entry.js} +1 -1
- package/dist/ketchup/{p-27699fd2.entry.js → p-ac9a2c9e.entry.js} +1 -1
- package/dist/ketchup/{p-94bb7a0d.entry.js → p-aed8eec8.entry.js} +1 -1
- package/dist/ketchup/p-b0fe634e.js +1 -0
- package/dist/ketchup/{p-922405c8.entry.js → p-bc750d2d.entry.js} +1 -1
- package/dist/ketchup/{p-bfeffca7.js → p-c4119e3c.js} +1 -1
- package/dist/ketchup/{p-40a67dcd.js → p-d1b71d38.js} +1 -1
- package/dist/ketchup/{p-07093d10.entry.js → p-da33c28c.entry.js} +1 -1
- package/dist/ketchup/{p-7f87db90.entry.js → p-dfa53d23.entry.js} +1 -1
- package/dist/ketchup/{p-4c48e3e1.entry.js → p-e17d4dfe.entry.js} +1 -1
- package/dist/ketchup/p-e4dd0097.entry.js +9 -0
- package/package.json +1 -1
- package/dist/ketchup/p-081bc67a.js +0 -1
- package/dist/ketchup/p-2ef7524b.entry.js +0 -9
- package/dist/ketchup/p-5ee0ef23.js +0 -1
- package/dist/ketchup/p-f6a60ed5.entry.js +0 -1
|
@@ -6388,7 +6388,7 @@ const kupThemeComponentCss$1 = kupThemeComponentCss;
|
|
|
6388
6388
|
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: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:14px;line-height:18px;font-weight:600;letter-spacing:.16px}.kup-heading-01{font-family:var(--kup-font-family);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)}.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}.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{--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-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-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)}}";
|
|
6389
6389
|
const fButtonCss$1 = fButtonCss;
|
|
6390
6390
|
|
|
6391
|
-
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: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:14px;line-height:18px;font-weight:600;letter-spacing:.16px}.kup-heading-01{font-family:var(--kup-font-family);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_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) );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:hover .f-image.f-cell__iconfunction.right,.f-cell:hover .f-image.f-cell__iconfunction.left{opacity:1;background-color:var(--kup-gray-color-10-hover);z-index:2}.f-cell .f-cell__content{align-items:center;display:flex;width:100%;position:relative}.f-cell .f-cell__content .f-image.f-cell__iconfunction{display:block;opacity:0;position:absolute;transition:opacity .3s ease}.f-cell .f-cell__content .f-image.f-cell__iconfunction.right{right:0}.f-cell .f-cell__content .f-image.f-cell__iconfunction.left{left:0}.f-cell .f-cell__content .f-image.f-cell__iconfunction:focus-within{opacity:1}.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}.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}.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-pre .f-cell__content .f-cell__text{font-size:11px}.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.dense{--kup-textfield-fullwidth-height:28px;--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:36px;--kup-textfield-fullwidth-padding:0px;padding:var(--kup_fcell_padding_medium)}.f-cell.wide{--kup-textfield-fullwidth-height:50px;--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}}";
|
|
6391
|
+
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: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:14px;line-height:18px;font-weight:600;letter-spacing:.16px}.kup-heading-01{font-family:var(--kup-font-family);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_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) );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}.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}.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-pre .f-cell__content .f-cell__text{font-size:11px}.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.dense{--kup-textfield-fullwidth-height:28px;--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:36px;--kup-textfield-fullwidth-padding:0px;padding:var(--kup_fcell_padding_medium)}.f-cell.wide{--kup-textfield-fullwidth-height:50px;--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}}";
|
|
6392
6392
|
const fCellCss$1 = fCellCss;
|
|
6393
6393
|
|
|
6394
6394
|
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: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:14px;line-height:18px;font-weight:600;letter-spacing:.16px}.kup-heading-01{font-family:var(--kup-font-family);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}.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{padding:0;flex:0;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{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: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}";
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-e8aa3c73.js');
|
|
6
|
-
const kupManager = require('./kup-manager-
|
|
6
|
+
const kupManager = require('./kup-manager-342fdccd.js');
|
|
7
7
|
const GenericVariables = require('./GenericVariables-1d52ba57.js');
|
|
8
8
|
require('./kup-dates-bc4cf9d0.js');
|
|
9
9
|
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-e8aa3c73.js');
|
|
6
|
-
const kupManager = require('./kup-manager-
|
|
6
|
+
const kupManager = require('./kup-manager-342fdccd.js');
|
|
7
7
|
const GenericVariables = require('./GenericVariables-1d52ba57.js');
|
|
8
|
-
const fTextField = require('./f-text-field-
|
|
8
|
+
const fTextField = require('./f-text-field-e836c7de.js');
|
|
9
9
|
const fTextFieldMdc = require('./f-text-field-mdc-29aae9c9.js');
|
|
10
10
|
require('./kup-dates-bc4cf9d0.js');
|
|
11
11
|
require('./f-image-819dca29.js');
|
|
@@ -3,13 +3,13 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-e8aa3c73.js');
|
|
6
|
-
const fObjectField = require('./f-object-field-
|
|
7
|
-
const kupManager = require('./kup-manager-
|
|
6
|
+
const fObjectField = require('./f-object-field-863feeb1.js');
|
|
7
|
+
const kupManager = require('./kup-manager-342fdccd.js');
|
|
8
8
|
const GenericVariables = require('./GenericVariables-1d52ba57.js');
|
|
9
9
|
require('./f-button-2994335b.js');
|
|
10
10
|
require('./f-button-declarations-76ef9f87.js');
|
|
11
11
|
require('./f-image-819dca29.js');
|
|
12
|
-
require('./f-text-field-
|
|
12
|
+
require('./f-text-field-e836c7de.js');
|
|
13
13
|
require('./kup-dates-bc4cf9d0.js');
|
|
14
14
|
|
|
15
15
|
/**
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-e8aa3c73.js');
|
|
6
|
-
const kupManager = require('./kup-manager-
|
|
6
|
+
const kupManager = require('./kup-manager-342fdccd.js');
|
|
7
7
|
const GenericVariables = require('./GenericVariables-1d52ba57.js');
|
|
8
8
|
const kupDates = require('./kup-dates-bc4cf9d0.js');
|
|
9
9
|
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-e8aa3c73.js');
|
|
6
|
-
const kupManager$1 = require('./kup-manager-
|
|
6
|
+
const kupManager$1 = require('./kup-manager-342fdccd.js');
|
|
7
7
|
const kupPlannerDeclarations = require('./kup-planner-declarations-7291d01c.js');
|
|
8
8
|
const GenericVariables = require('./GenericVariables-1d52ba57.js');
|
|
9
|
-
const fTextField = require('./f-text-field-
|
|
9
|
+
const fTextField = require('./f-text-field-e836c7de.js');
|
|
10
10
|
const fTextFieldMdc = require('./f-text-field-mdc-29aae9c9.js');
|
|
11
11
|
require('./kup-dates-bc4cf9d0.js');
|
|
12
12
|
require('./f-image-819dca29.js');
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-e8aa3c73.js');
|
|
6
|
-
const kupManager = require('./kup-manager-
|
|
6
|
+
const kupManager = require('./kup-manager-342fdccd.js');
|
|
7
7
|
const GenericVariables = require('./GenericVariables-1d52ba57.js');
|
|
8
8
|
require('./kup-dates-bc4cf9d0.js');
|
|
9
9
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-e8aa3c73.js');
|
|
6
|
-
const kupManager = require('./kup-manager-
|
|
6
|
+
const kupManager = require('./kup-manager-342fdccd.js');
|
|
7
7
|
require('./kup-dates-bc4cf9d0.js');
|
|
8
8
|
|
|
9
9
|
const kupQlikCss = ".kup-body-compact-01{font-family:var(--kup-font-family);font-size:var(--kup-body-compact-01-font-size, 14px);line-height:18px;font-weight:400;letter-spacing:0.16px}.kup-body-01{font-family:var(--kup-font-family);font-size:var(--kup-body-01-font-size, 14px);line-height:20px;font-weight:400;letter-spacing:0.16px}.kup-code-01{font-family:var(--kup-font-family-monospace);font-size:12px;line-height:16px;font-weight:400;letter-spacing:0.32px}.kup-label-01{font-family:var(--kup-font-family);font-size:12px;line-height:16px;font-weight:400;letter-spacing:0.32px}.kup-caption-02{font-family:var(--kup-font-family);font-size:12px;line-height:15px;font-weight:500;letter-spacing:1px}.kup-caption-01{font-family:var(--kup-font-family);font-size:10px;line-height:13px;font-weight:400;letter-spacing:1px}.kup-small-label-01{font-family:var(--kup-font-family);font-size:6px;line-height:9px;font-weight:400;letter-spacing:1px}.kup-heading-compact-01{font-family:var(--kup-font-family);font-size:14px;line-height:18px;font-weight:600;letter-spacing:0.16px}.kup-heading-01{font-family:var(--kup-font-family);font-size:14px;line-height:20px;font-weight:600;letter-spacing:0.16px}.kup-heading-02{font-family:var(--kup-font-family);font-size:16px;line-height:24px;font-weight:500;letter-spacing:0}.kup-heading-03{font-family:var(--kup-font-family);font-size:20px;line-height:28px;font-weight:400;letter-spacing:0}.kup-heading-04{font-family:var(--kup-font-family);font-size:28px;line-height:36px;font-weight:400;letter-spacing:0}.kup-heading-05{font-family:var(--kup-font-family);font-size:32px;line-height:40px;font-weight:300;letter-spacing:0}.kup-heading-06{font-family:var(--kup-font-family);font-size:42px;line-height:50px;font-weight:300;letter-spacing:0}.kup-heading-07{font-family:var(--kup-font-family);font-size:54px;line-height:64px;font-weight:300;letter-spacing:0}.kup-heading-08{font-family:var(--kup-font-family);font-size:54px;line-height:64px;font-weight:600;letter-spacing:0}.kup-qlik-container-fluid{width:100%}.kup-qlik-container{width:100%}@media (min-width: 576px){.kup-qlik-container{width:576px}.kup-qlik-row>.qvobject{flex:0 0 auto;min-width:100px;margin:0px auto 5px auto}}@media (min-width: 768px){.kup-qlik-container{width:768px}.kup-qlik-row>.qvobject{flex:0 0 auto;min-width:100px;margin:0px auto 5px auto}}@media (min-width: 992px){.kup-qlik-container{width:992px}.kup-qlik-row>.qvobject{flex:0 0 auto;min-width:100px;margin:0px auto 5px auto}}@media (min-width: 1200px){.kup-qlik-container{width:1200px}.kup-qlik-row>.qvobject{flex:0 0 auto;min-width:100px;margin:0px auto 5px auto}}.kup-qlik-row{display:flex;display:ms-flexbox;flex-wrap:wrap;-ms-flex-wrap:wrap;margin-bottom:5px}.kup-qlik-row .size-M{height:var(--lyo_obj-height)}.kup-qlik-row .size-S{height:calc(var(--lyo_obj-height) / 2)}.kup-qlik-row .size-XS{height:calc(var(--lyo_obj-height) / 3)}.kup-qlik-row .size-L{height:calc(var(--lyo_obj-height) * 2)}.kup-qlik-row .size-XL{height:calc(var(--lyo_obj-height) * 3)}.kup-qlik-row .bordered{border:1px solid var(--kup-border-subtle, #969696)}.kup-qlik-row .width-1{width:8.3333%}.kup-qlik-row .width-2{width:16.6666%}.kup-qlik-row .width-3{width:25%}.kup-qlik-row .width-4{width:33.3333%}.kup-qlik-row .width-5{width:41.6666%}.kup-qlik-row .width-6{width:50%}.kup-qlik-row .width-7{width:58.3333%}.kup-qlik-row .width-8{width:66.6666%}.kup-qlik-row .width-9{width:75%}.kup-qlik-row .width-10{width:83.3333%}.kup-qlik-row .width-11{width:91.6666%}.kup-qlik-row .width-12{width:100%}";
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-e8aa3c73.js');
|
|
6
|
-
const kupManager = require('./kup-manager-
|
|
6
|
+
const kupManager = require('./kup-manager-342fdccd.js');
|
|
7
7
|
const GenericVariables = require('./GenericVariables-1d52ba57.js');
|
|
8
8
|
const fButton = require('./f-button-2994335b.js');
|
|
9
9
|
require('./kup-dates-bc4cf9d0.js');
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-e8aa3c73.js');
|
|
6
|
-
const kupManager = require('./kup-manager-
|
|
6
|
+
const kupManager = require('./kup-manager-342fdccd.js');
|
|
7
7
|
const GenericVariables = require('./GenericVariables-1d52ba57.js');
|
|
8
8
|
require('./kup-dates-bc4cf9d0.js');
|
|
9
9
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-e8aa3c73.js');
|
|
6
|
-
const kupManager = require('./kup-manager-
|
|
6
|
+
const kupManager = require('./kup-manager-342fdccd.js');
|
|
7
7
|
const fTypography = require('./f-typography-271f5037.js');
|
|
8
8
|
const GenericVariables = require('./GenericVariables-1d52ba57.js');
|
|
9
9
|
require('./kup-dates-bc4cf9d0.js');
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-e8aa3c73.js');
|
|
6
|
-
const kupManager = require('./kup-manager-
|
|
6
|
+
const kupManager = require('./kup-manager-342fdccd.js');
|
|
7
7
|
const fTypography = require('./f-typography-271f5037.js');
|
|
8
8
|
const GenericVariables = require('./GenericVariables-1d52ba57.js');
|
|
9
9
|
const fImage = require('./f-image-819dca29.js');
|
|
@@ -297,35 +297,20 @@ export class KupAutocomplete {
|
|
|
297
297
|
__classPrivateFieldGet(this, _KupAutocomplete_kupManager, "f").debug.logRender(this, true);
|
|
298
298
|
}
|
|
299
299
|
render() {
|
|
300
|
-
const props = {
|
|
301
|
-
alert: this.alert,
|
|
302
|
-
danger: this.rootElement.classList.contains('kup-danger')
|
|
300
|
+
const props = Object.assign({ alert: this.alert, danger: this.rootElement.classList.contains('kup-danger')
|
|
303
301
|
? true
|
|
304
|
-
: false,
|
|
305
|
-
disabled: this.disabled,
|
|
306
|
-
error: this.error,
|
|
307
|
-
icon: this.icon,
|
|
308
|
-
info: this.rootElement.classList.contains('kup-info')
|
|
302
|
+
: false, disabled: this.disabled, error: this.error, icon: this.icon, info: this.rootElement.classList.contains('kup-info')
|
|
309
303
|
? true
|
|
310
|
-
: false,
|
|
311
|
-
isClearable: this.isClearable,
|
|
312
|
-
label: this.label,
|
|
313
|
-
leadingLabel: this.leadingLabel,
|
|
314
|
-
placeholder: this.placeholder,
|
|
315
|
-
readOnly: this.readOnly,
|
|
316
|
-
sizing: this.sizing,
|
|
317
|
-
success: this.rootElement.classList.contains('kup-success')
|
|
304
|
+
: false, isClearable: this.isClearable, label: this.label, leadingLabel: this.leadingLabel, placeholder: this.placeholder, readOnly: this.readOnly, sizing: this.sizing, success: this.rootElement.classList.contains('kup-success')
|
|
318
305
|
? true
|
|
319
|
-
: false,
|
|
320
|
-
value: this.value,
|
|
321
|
-
warning: this.rootElement.classList.contains('kup-warning')
|
|
306
|
+
: false, value: this.value, warning: this.rootElement.classList.contains('kup-warning')
|
|
322
307
|
? true
|
|
323
|
-
: false,
|
|
324
|
-
|
|
325
|
-
};
|
|
308
|
+
: false, showMarker: this.showMarker }, (this.displayedValue && {
|
|
309
|
+
size: this.displayedValue.length,
|
|
310
|
+
}));
|
|
326
311
|
const fullHeight = this.rootElement.classList.contains('kup-full-height');
|
|
327
312
|
const fullWidth = this.rootElement.classList.contains('kup-full-width');
|
|
328
|
-
return (h(Host, { key: '
|
|
313
|
+
return (h(Host, { key: 'e2cf80c9ce42ea1d74fee81a5c008297eed5e180', class: `${fullHeight ? 'kup-full-height' : ''} ${fullWidth ? 'kup-full-width' : ''}`, style: __classPrivateFieldGet(this, _KupAutocomplete_elStyle, "f") }, h("style", { key: '83378a43140d21de14ba602393e0ee9d2098d09d' }, __classPrivateFieldGet(this, _KupAutocomplete_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: 'c732ce89f85c3278dbb57e77de09ebca5d945906', id: componentWrapperId, style: __classPrivateFieldGet(this, _KupAutocomplete_elStyle, "f") }, h(FTextField, Object.assign({ key: '1dd6510f5f4f9fc03d045479023341f20e92cf45' }, props, { icon: this.showDropDownIcon
|
|
329
314
|
? KupThemeIconValues.SEARCH
|
|
330
315
|
: null, trailingIcon: true }, this.data['kup-text-field'], { disabled: this.disabled, fullHeight: fullHeight, fullWidth: fullWidth, value: this.displayedValue, onBlur: () => this.onKupBlur(), onClick: () => this.onKupClick(), onChange: (e) => this.onKupChange(e.target.value), onFocus: () => this.onKupFocus(), onInput: () => {
|
|
331
316
|
window.clearTimeout(__classPrivateFieldGet(this, _KupAutocomplete_inputTimeout, "f"));
|
|
@@ -1316,7 +1316,7 @@ export class KupDataTable {
|
|
|
1316
1316
|
}
|
|
1317
1317
|
let rows = null;
|
|
1318
1318
|
if (__classPrivateFieldGet(this, _KupDataTable_paginatedRowsLength, "f") === 0) {
|
|
1319
|
-
rows = (h("tr", { key: '
|
|
1319
|
+
rows = (h("tr", { key: 'a965e7ac68a4e1d3550bbdff9570347e946de5ab', ref: (el) => __classPrivateFieldGet(this, _KupDataTable_rowsRefs, "f").push(el) }, h("td", { key: 'b875f3a69cdad58cbf293f492e5fbc7d472ea5dc', colSpan: __classPrivateFieldGet(this, _KupDataTable_instances, "m", _KupDataTable_calculateColspan).call(this) }, this.emptyDataLabel)));
|
|
1320
1320
|
}
|
|
1321
1321
|
else {
|
|
1322
1322
|
rows = [];
|
|
@@ -1381,7 +1381,7 @@ export class KupDataTable {
|
|
|
1381
1381
|
for (let i = 0; i < chipsData.length; i++) {
|
|
1382
1382
|
props.onIconClick.push(() => __classPrivateFieldGet(this, _KupDataTable_instances, "m", _KupDataTable_removeGroup).call(this, i));
|
|
1383
1383
|
}
|
|
1384
|
-
groupChips = h(FChip, Object.assign({ key: '
|
|
1384
|
+
groupChips = h(FChip, Object.assign({ key: '826e8ab2b4e6abf77b3a7574fc6a3549c0f034b0' }, props));
|
|
1385
1385
|
}
|
|
1386
1386
|
}
|
|
1387
1387
|
const tableClass = {
|
|
@@ -1413,7 +1413,7 @@ export class KupDataTable {
|
|
|
1413
1413
|
if (this.headerIsPersistent &&
|
|
1414
1414
|
this.tableHeight === undefined &&
|
|
1415
1415
|
this.tableWidth === undefined) {
|
|
1416
|
-
stickyEl = (h("sticky-header", { key: '
|
|
1416
|
+
stickyEl = (h("sticky-header", { key: '56595f42fbafd3cc0d92adbbeca6e1c71b0a409b', class: "hover-scrolling-child", hidden: !this.showHeader, ref: (el) => (__classPrivateFieldSet(this, _KupDataTable_stickyTheadRef, el, "f")) }, h("thead-sticky", { key: 'c884f1d4cfa25969bf157cd89e40823ff71921c8' }, h("tr-sticky", { key: 'a73aef6a24892ded82e3e8dd042ff24ea6103d16' }, stickyHeader))));
|
|
1417
1417
|
}
|
|
1418
1418
|
let belowClass = 'below-wrapper';
|
|
1419
1419
|
if (!!this.tableHeight || !!this.tableWidth) {
|
|
@@ -1441,7 +1441,7 @@ export class KupDataTable {
|
|
|
1441
1441
|
};
|
|
1442
1442
|
const useGlobalFilter = this.globalFilter ||
|
|
1443
1443
|
this.getRows().length > __classPrivateFieldGet(this, _KupDataTable_DEFAULT_ROWS_FOR_GLOBAL_FILTER, "f");
|
|
1444
|
-
const compCreated = (h(Host, { key: '
|
|
1444
|
+
const compCreated = (h(Host, { key: '76fb7907f7e1d59418bfd183497bf1f805b41e94', "onKup-drop": (e) => {
|
|
1445
1445
|
this.kupDataTableDrop.emit(e.detail);
|
|
1446
1446
|
}, "onKup-cell-input": (e) => {
|
|
1447
1447
|
autoselectOnAction(e);
|
|
@@ -1456,11 +1456,11 @@ export class KupDataTable {
|
|
|
1456
1456
|
this.kupDataTableObjectFieldOpenSearchMenu.emit(e.detail);
|
|
1457
1457
|
}, "onKup-objectfield-selectedmenuitem": (e) => {
|
|
1458
1458
|
this.kupDataTableObjectFieldSelectedMenuItem.emit(e.detail);
|
|
1459
|
-
} }, h("style", { key: '
|
|
1459
|
+
} }, h("style", { key: '5c75d24da35475d74ace7b6f72b9aad50ab8c6aa' }, __classPrivateFieldGet(this, _KupDataTable_kupManager, "f").theme.setKupStyle(this.rootElement)), this.updatableData ? __classPrivateFieldGet(this, _KupDataTable_instances, "m", _KupDataTable_renderUpdateButtons).call(this) : null, h("div", { key: '184ce6d0b8c1af0adcea3619557791449bd393ea', id: componentWrapperId, class: wrapClass }, h("div", { key: 'aaf315d27fd52f2c5e36373e13515c5abc4cc802', class: "group-wrapper" }, groupChips), h("div", { key: '313bdd1295acff260b85336d4650c1b8d8d249d1', class: "actions-wrapper", style: actionWrapperWidth }, useGlobalFilter ? (h("div", { id: "global-filter" }, h(FTextField, { fullWidth: true, icon: KupThemeIconValues.SEARCH, label: __classPrivateFieldGet(this, _KupDataTable_kupManager, "f").language.translate(KupLanguageSearch.SEARCH), value: this.globalFilterValue, onInput: (event) => {
|
|
1460
1460
|
const t = event.target;
|
|
1461
1461
|
window.clearTimeout(__classPrivateFieldGet(this, _KupDataTable_globalFilterTimeout, "f"));
|
|
1462
1462
|
__classPrivateFieldSet(this, _KupDataTable_globalFilterTimeout, window.setTimeout(() => __classPrivateFieldGet(this, _KupDataTable_instances, "m", _KupDataTable_onGlobalFilterChange).call(this, t), 600, t), "f");
|
|
1463
|
-
} }))) : null, h("div", { key: '
|
|
1463
|
+
} }))) : null, h("div", { key: 'eb889b0f5c157149791e180ecd8bc19315eabb79', class: "above-wrapper paginator-top" }, paginatorTop), this.insertMode !== '' &&
|
|
1464
1464
|
this.selectedRows.length > 0 ? (h(FButton, { icon: "save", onClick: () => {
|
|
1465
1465
|
this.kupSave.emit({
|
|
1466
1466
|
comp: this,
|
|
@@ -1510,9 +1510,9 @@ export class KupDataTable {
|
|
|
1510
1510
|
this.data.rows.unshift(row);
|
|
1511
1511
|
await this.refresh(true);
|
|
1512
1512
|
}
|
|
1513
|
-
}, sizing: KupComponentSizing.MEDIUM, styling: FButtonStyling.RAISED, title: "Insert row", wrapperClass: "insert-button" })) : null), h("div", { key: '
|
|
1513
|
+
}, sizing: KupComponentSizing.MEDIUM, styling: FButtonStyling.RAISED, title: "Insert row", wrapperClass: "insert-button" })) : null), h("div", { key: 'ded015ee95ee07831ec98e6a9726559ac420f798', class: "droparea", ref: (el) => (__classPrivateFieldSet(this, _KupDataTable_dropareaRef, el, "f")) }, this.showGroups ? __classPrivateFieldGet(this, _KupDataTable_instances, "m", _KupDataTable_columnGroupArea).call(this) : null, this.removableColumns
|
|
1514
1514
|
? __classPrivateFieldGet(this, _KupDataTable_instances, "m", _KupDataTable_columnRemoveArea).call(this)
|
|
1515
|
-
: null), h("div", { key: '
|
|
1515
|
+
: null), h("div", { key: '1eac3a51cbea7c9111e6f22a329907331a2fc65d', style: elStyle, class: belowClass, ref: (el) => (__classPrivateFieldSet(this, _KupDataTable_tableAreaRef, el, "f")) }, this.showCustomization
|
|
1516
1516
|
? [
|
|
1517
1517
|
h("div", { class: "settings-trigger", onClick: () => {
|
|
1518
1518
|
__classPrivateFieldGet(this, _KupDataTable_instances, "m", _KupDataTable_onCustomSettingsClick).call(this);
|
|
@@ -1521,7 +1521,7 @@ export class KupDataTable {
|
|
|
1521
1521
|
} }, h(FImage, { color: `var(${KupThemeColorValues.TITLE})`, resource: "settings", sizeX: "10px" })),
|
|
1522
1522
|
this.renderCustomizePanel(),
|
|
1523
1523
|
]
|
|
1524
|
-
: null, h("table", { key: '
|
|
1524
|
+
: null, h("table", { key: '1c337f7f732bc7f48c7f1319015d4fc61d8474d8', class: tableClass, ref: (el) => (__classPrivateFieldSet(this, _KupDataTable_tableRef, el, "f")), onMouseLeave: (ev) => {
|
|
1525
1525
|
ev.stopPropagation();
|
|
1526
1526
|
}, onPointerDown: (e) => {
|
|
1527
1527
|
__classPrivateFieldSet(this, _KupDataTable_lastPointerDetails, __classPrivateFieldGet(this, _KupDataTable_instances, "m", _KupDataTable_getEventDetails).call(this, __classPrivateFieldGet(this, _KupDataTable_kupManager, "f").getEventPath(e.target, this.rootElement), e), "f");
|
|
@@ -1529,7 +1529,7 @@ export class KupDataTable {
|
|
|
1529
1529
|
__classPrivateFieldSet(this, _KupDataTable_lastPointerDetails, __classPrivateFieldGet(this, _KupDataTable_instances, "m", _KupDataTable_getEventDetails).call(this, __classPrivateFieldGet(this, _KupDataTable_kupManager, "f").getEventPath(e.target, this.rootElement), e), "f");
|
|
1530
1530
|
}, onContextMenu: (e) => {
|
|
1531
1531
|
e.preventDefault();
|
|
1532
|
-
} }, h("thead", { key: '
|
|
1532
|
+
} }, h("thead", { key: '47e3361b18ea3d155a88ea1a3eb97387aacaf7b1', hidden: !this.showHeader, ref: (el) => (__classPrivateFieldSet(this, _KupDataTable_theadRef, el, "f")) }, h("tr", { key: '07c222b7740f9514fd607a95eb03961cca825881' }, header)), h("tbody", { key: '2e6d915214318df7eb1ba676e0122d82e70bf8ce' }, rows), this.showFooter || __classPrivateFieldGet(this, _KupDataTable_instances, "m", _KupDataTable_hasTotals).call(this)
|
|
1533
1533
|
? this.renderFooter()
|
|
1534
1534
|
: null), stickyEl), paginatorBottom)));
|
|
1535
1535
|
return compCreated;
|
|
@@ -4885,7 +4885,8 @@ _KupDataTable_initialized = new WeakMap(), _KupDataTable_rows = new WeakMap(), _
|
|
|
4885
4885
|
__classPrivateFieldGet(this, _KupDataTable_actionsCard, "f").style.top = '0';
|
|
4886
4886
|
__classPrivateFieldGet(this, _KupDataTable_actionsCard, "f").isMenu = true;
|
|
4887
4887
|
this.rootElement.shadowRoot.append(__classPrivateFieldGet(this, _KupDataTable_actionsCard, "f"));
|
|
4888
|
-
__classPrivateFieldGet(this, _KupDataTable_kupManager, "f").dynamicPosition.register(__classPrivateFieldGet(this, _KupDataTable_actionsCard, "f"), __classPrivateFieldGet(this, _KupDataTable_dropDownActionCardAnchor, "f")
|
|
4888
|
+
__classPrivateFieldGet(this, _KupDataTable_kupManager, "f").dynamicPosition.register(__classPrivateFieldGet(this, _KupDataTable_actionsCard, "f"), __classPrivateFieldGet(this, _KupDataTable_dropDownActionCardAnchor, "f")
|
|
4889
|
+
.parentElement, 0, KupDynamicPositionPlacement.AUTO, true);
|
|
4889
4890
|
__classPrivateFieldGet(this, _KupDataTable_kupManager, "f").dynamicPosition.start(__classPrivateFieldGet(this, _KupDataTable_actionsCard, "f"));
|
|
4890
4891
|
__classPrivateFieldGet(this, _KupDataTable_actionsCard, "f").addEventListener('kup-card-event', (e) => {
|
|
4891
4892
|
switch (e.detail.event.type) {
|
|
@@ -133,10 +133,33 @@ export const FCell = (props, children) => {
|
|
|
133
133
|
}
|
|
134
134
|
return (h("div", { onKeyUp: (e) => cellEvent(e, props, cellType, FCellEvents.KEYUP), class: classObj, "kup-get-cell-props": () => {
|
|
135
135
|
return props;
|
|
136
|
-
}, ref: (el) => (cell.element = el), style: cell.style }, h("div", { class: "f-cell__content", style: cell.styleContent, title: cellTitle
|
|
136
|
+
}, ref: (el) => (cell.element = el), style: cell.style }, h("div", { class: "f-cell__content", style: cell.styleContent, title: cellTitle, onMouseEnter: (e) => handleMouseEnter(e, props, cellType), onMouseLeave: (e) => handleMouseLeave(e) }, children && children.length > 0
|
|
137
137
|
? children
|
|
138
138
|
: [props.indents, infoEl, icon, content])));
|
|
139
139
|
};
|
|
140
|
+
const handleMouseEnter = (e, props, cellType) => {
|
|
141
|
+
var _a;
|
|
142
|
+
if (props.cellActionIcon) {
|
|
143
|
+
const parent = e.currentTarget;
|
|
144
|
+
const iconElement = document.createElement('kup-image');
|
|
145
|
+
iconElement.resource = 'more_vert';
|
|
146
|
+
iconElement.sizeX = '16px';
|
|
147
|
+
iconElement.sizeY = '16px';
|
|
148
|
+
iconElement.tabIndex = 0;
|
|
149
|
+
iconElement.className = `f-cell__iconfunction ${cellType === FCellTypes.NUMBER ? 'left' : 'right'}`;
|
|
150
|
+
if ((_a = props.cellActionIcon) === null || _a === void 0 ? void 0 : _a.onClick) {
|
|
151
|
+
iconElement.addEventListener('click', props.cellActionIcon.onClick);
|
|
152
|
+
}
|
|
153
|
+
parent.appendChild(iconElement);
|
|
154
|
+
}
|
|
155
|
+
};
|
|
156
|
+
const handleMouseLeave = (event) => {
|
|
157
|
+
const parent = event.currentTarget;
|
|
158
|
+
const iconContainer = parent.querySelector('kup-image');
|
|
159
|
+
if (iconContainer) {
|
|
160
|
+
iconContainer.remove();
|
|
161
|
+
}
|
|
162
|
+
};
|
|
140
163
|
const mapData = (cell, column) => {
|
|
141
164
|
if (!cell) {
|
|
142
165
|
return null;
|
package/dist/components/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { g as getAssetPath, s as setAssetPath, a as setNonce, b as setPlatformOptions } from './p-2e5f2e07.js';
|
|
2
|
-
import { K as KupManager } from './p-
|
|
2
|
+
import { K as KupManager } from './p-7571f3f0.js';
|
|
3
3
|
|
|
4
4
|
/** used for obtain a KupManager instance without a dom document (for UT) */
|
|
5
5
|
function newKupManager(init) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { p as proxyCustomElement, H, c as createEvent, f as forceUpdate, h, d as Host } from './p-2e5f2e07.js';
|
|
2
|
-
import { k as kupManagerInstance, a as KupComponentSizing, g as getProps, s as setProps, b as KupThemeColorValues, c as KupThemeIconValues } from './p-
|
|
3
|
-
import { M as MDCRipple, F as FImage, c as componentWrapperId, d as defineCustomElement$2, a as defineCustomElement$3, b as defineCustomElement$4, e as defineCustomElement$5, f as defineCustomElement$6, g as defineCustomElement$7, h as defineCustomElement$8, i as defineCustomElement$9, j as defineCustomElement$a, k as defineCustomElement$b, l as defineCustomElement$c, m as defineCustomElement$d, n as defineCustomElement$e, o as defineCustomElement$f, p as defineCustomElement$g, q as defineCustomElement$h, r as defineCustomElement$i, s as defineCustomElement$j, t as defineCustomElement$k, u as defineCustomElement$l, v as defineCustomElement$m, w as defineCustomElement$n, x as defineCustomElement$o, y as defineCustomElement$p, z as defineCustomElement$q, A as defineCustomElement$r, B as defineCustomElement$s, C as defineCustomElement$t } from './p-
|
|
2
|
+
import { k as kupManagerInstance, a as KupComponentSizing, g as getProps, s as setProps, b as KupThemeColorValues, c as KupThemeIconValues } from './p-7571f3f0.js';
|
|
3
|
+
import { M as MDCRipple, F as FImage, c as componentWrapperId, d as defineCustomElement$2, a as defineCustomElement$3, b as defineCustomElement$4, e as defineCustomElement$5, f as defineCustomElement$6, g as defineCustomElement$7, h as defineCustomElement$8, i as defineCustomElement$9, j as defineCustomElement$a, k as defineCustomElement$b, l as defineCustomElement$c, m as defineCustomElement$d, n as defineCustomElement$e, o as defineCustomElement$f, p as defineCustomElement$g, q as defineCustomElement$h, r as defineCustomElement$i, s as defineCustomElement$j, t as defineCustomElement$k, u as defineCustomElement$l, v as defineCustomElement$m, w as defineCustomElement$n, x as defineCustomElement$o, y as defineCustomElement$p, z as defineCustomElement$q, A as defineCustomElement$r, B as defineCustomElement$s, C as defineCustomElement$t } from './p-124fa207.js';
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
6
|
* Props of the kup-accordion component.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { p as proxyCustomElement, H, c as createEvent, f as forceUpdate, h, F as Fragment, d as Host } from './p-2e5f2e07.js';
|
|
2
|
-
import { k as kupManagerInstance, g as getProps, s as setProps, t as KupDebugCategory, m as getCellValueForDisplay } from './p-
|
|
3
|
-
import { c as componentWrapperId, D as sortRows, d as defineCustomElement$2, a as defineCustomElement$3, b as defineCustomElement$4, e as defineCustomElement$5, f as defineCustomElement$6, g as defineCustomElement$7, h as defineCustomElement$8, i as defineCustomElement$9, j as defineCustomElement$a, k as defineCustomElement$b, l as defineCustomElement$c, m as defineCustomElement$d, n as defineCustomElement$e, o as defineCustomElement$f, p as defineCustomElement$g, q as defineCustomElement$h, r as defineCustomElement$i, s as defineCustomElement$j, t as defineCustomElement$k, u as defineCustomElement$l, v as defineCustomElement$m, w as defineCustomElement$n, x as defineCustomElement$o, y as defineCustomElement$p, z as defineCustomElement$q, A as defineCustomElement$r, B as defineCustomElement$s, C as defineCustomElement$t, F as FImage } from './p-
|
|
2
|
+
import { k as kupManagerInstance, g as getProps, s as setProps, t as KupDebugCategory, m as getCellValueForDisplay } from './p-7571f3f0.js';
|
|
3
|
+
import { c as componentWrapperId, D as sortRows, d as defineCustomElement$2, a as defineCustomElement$3, b as defineCustomElement$4, e as defineCustomElement$5, f as defineCustomElement$6, g as defineCustomElement$7, h as defineCustomElement$8, i as defineCustomElement$9, j as defineCustomElement$a, k as defineCustomElement$b, l as defineCustomElement$c, m as defineCustomElement$d, n as defineCustomElement$e, o as defineCustomElement$f, p as defineCustomElement$g, q as defineCustomElement$h, r as defineCustomElement$i, s as defineCustomElement$j, t as defineCustomElement$k, u as defineCustomElement$l, v as defineCustomElement$m, w as defineCustomElement$n, x as defineCustomElement$o, y as defineCustomElement$p, z as defineCustomElement$q, A as defineCustomElement$r, B as defineCustomElement$s, C as defineCustomElement$t, F as FImage } from './p-124fa207.js';
|
|
4
4
|
|
|
5
5
|
var KupActivityTimelineProps;
|
|
6
6
|
(function (KupActivityTimelineProps) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { K as KupAutocomplete$1, C as defineCustomElement$1 } from './p-
|
|
1
|
+
import { K as KupAutocomplete$1, C as defineCustomElement$1 } from './p-124fa207.js';
|
|
2
2
|
|
|
3
3
|
const KupAutocomplete = KupAutocomplete$1;
|
|
4
4
|
const defineCustomElement = defineCustomElement$1;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { p as proxyCustomElement, H as H$2, c as createEvent, g as getAssetPath, f as forceUpdate, h as h$1, d as Host } from './p-2e5f2e07.js';
|
|
2
|
-
import { k as kupManagerInstance, g as getProps, s as setProps, d as KupLanguageGeneric, H as getColumnByName, t as KupDebugCategory } from './p-
|
|
3
|
-
import { c as componentWrapperId, S as FButton, N as FChip, d as defineCustomElement$2, a as defineCustomElement$3, b as defineCustomElement$4, e as defineCustomElement$5, f as defineCustomElement$6, g as defineCustomElement$7, h as defineCustomElement$8, i as defineCustomElement$9, j as defineCustomElement$a, k as defineCustomElement$b, l as defineCustomElement$c, m as defineCustomElement$d, n as defineCustomElement$e, o as defineCustomElement$f, p as defineCustomElement$g, q as defineCustomElement$h, r as defineCustomElement$i, s as defineCustomElement$j, t as defineCustomElement$k, u as defineCustomElement$l, v as defineCustomElement$m, w as defineCustomElement$n, x as defineCustomElement$o, y as defineCustomElement$p, z as defineCustomElement$q, A as defineCustomElement$r, B as defineCustomElement$s, C as defineCustomElement$t, T as FChipType } from './p-
|
|
2
|
+
import { k as kupManagerInstance, g as getProps, s as setProps, d as KupLanguageGeneric, H as getColumnByName, t as KupDebugCategory } from './p-7571f3f0.js';
|
|
3
|
+
import { c as componentWrapperId, S as FButton, N as FChip, d as defineCustomElement$2, a as defineCustomElement$3, b as defineCustomElement$4, e as defineCustomElement$5, f as defineCustomElement$6, g as defineCustomElement$7, h as defineCustomElement$8, i as defineCustomElement$9, j as defineCustomElement$a, k as defineCustomElement$b, l as defineCustomElement$c, m as defineCustomElement$d, n as defineCustomElement$e, o as defineCustomElement$f, p as defineCustomElement$g, q as defineCustomElement$h, r as defineCustomElement$i, s as defineCustomElement$j, t as defineCustomElement$k, u as defineCustomElement$l, v as defineCustomElement$m, w as defineCustomElement$n, x as defineCustomElement$o, y as defineCustomElement$p, z as defineCustomElement$q, A as defineCustomElement$r, B as defineCustomElement$s, C as defineCustomElement$t, T as FChipType } from './p-124fa207.js';
|
|
4
4
|
import { b as KupDatesLocales, K as KupDatesFormats } from './p-1581348d.js';
|
|
5
5
|
|
|
6
6
|
var n,l$1,u$1,i$1,t,r$1,o,f$1,e$1,c$1={},s=[],a$1=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i;function h(n,l){for(var u in l)n[u]=l[u];return n}function v$1(n){var l=n.parentNode;l&&l.removeChild(n);}function y(l,u,i){var t,r,o,f={};for(o in u)"key"==o?t=u[o]:"ref"==o?r=u[o]:f[o]=u[o];if(arguments.length>2&&(f.children=arguments.length>3?n.call(arguments,2):i),"function"==typeof l&&null!=l.defaultProps)for(o in l.defaultProps)void 0===f[o]&&(f[o]=l.defaultProps[o]);return p(l,f,t,r,null)}function p(n,i,t,r,o){var f={type:n,props:i,key:t,ref:r,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,__h:null,constructor:void 0,__v:null==o?++u$1:o};return null==o&&null!=l$1.vnode&&l$1.vnode(f),f}function d(){return {current:null}}function _(n){return n.children}function k$1(n,l,u,i,t){var r;for(r in u)"children"===r||"key"===r||r in l||g$2(n,r,null,u[r],i);for(r in l)t&&"function"!=typeof l[r]||"children"===r||"key"===r||"value"===r||"checked"===r||u[r]===l[r]||g$2(n,r,l[r],u[r],i);}function b$1(n,l,u){"-"===l[0]?n.setProperty(l,null==u?"":u):n[l]=null==u?"":"number"!=typeof u||a$1.test(l)?u:u+"px";}function g$2(n,l,u,i,t){var r;n:if("style"===l)if("string"==typeof u)n.style.cssText=u;else {if("string"==typeof i&&(n.style.cssText=i=""),i)for(l in i)u&&l in u||b$1(n.style,l,"");if(u)for(l in u)i&&u[l]===i[l]||b$1(n.style,l,u[l]);}else if("o"===l[0]&&"n"===l[1])r=l!==(l=l.replace(/Capture$/,"")),l=l.toLowerCase()in n?l.toLowerCase().slice(2):l.slice(2),n.l||(n.l={}),n.l[l+r]=u,u?i||n.addEventListener(l,r?w$2:m$1,r):n.removeEventListener(l,r?w$2:m$1,r);else if("dangerouslySetInnerHTML"!==l){if(t)l=l.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if("width"!==l&&"height"!==l&&"href"!==l&&"list"!==l&&"form"!==l&&"tabIndex"!==l&&"download"!==l&&l in n)try{n[l]=null==u?"":u;break n}catch(n){}"function"==typeof u||(null==u||!1===u&&-1==l.indexOf("-")?n.removeAttribute(l):n.setAttribute(l,u));}}function m$1(n){t=!0;try{return this.l[n.type+!1](l$1.event?l$1.event(n):n)}finally{t=!1;}}function w$2(n){t=!0;try{return this.l[n.type+!0](l$1.event?l$1.event(n):n)}finally{t=!1;}}function x$1(n,l){this.props=n,this.context=l;}function A(n,l){if(null==l)return n.__?A(n.__,n.__.__k.indexOf(n)+1):null;for(var u;l<n.__k.length;l++)if(null!=(u=n.__k[l])&&null!=u.__e)return u.__e;return "function"==typeof n.type?A(n):null}function P$1(n){var l,u;if(null!=(n=n.__)&&null!=n.__c){for(n.__e=n.__c.base=null,l=0;l<n.__k.length;l++)if(null!=(u=n.__k[l])&&null!=u.__e){n.__e=n.__c.base=u.__e;break}return P$1(n)}}function C$1(n){t?setTimeout(n):f$1(n);}function T$1(n){(!n.__d&&(n.__d=!0)&&r$1.push(n)&&!$$1.__r++||o!==l$1.debounceRendering)&&((o=l$1.debounceRendering)||C$1)($$1);}function $$1(){var n,l,u,i,t,o,f,e;for(r$1.sort(function(n,l){return n.__v.__b-l.__v.__b});n=r$1.shift();)n.__d&&(l=r$1.length,i=void 0,t=void 0,f=(o=(u=n).__v).__e,(e=u.__P)&&(i=[],(t=h({},o)).__v=o.__v+1,M(e,o,t,u.__n,void 0!==e.ownerSVGElement,null!=o.__h?[f]:null,i,null==f?A(o):f,o.__h),N(i,o),o.__e!=f&&P$1(o)),r$1.length>l&&r$1.sort(function(n,l){return n.__v.__b-l.__v.__b}));$$1.__r=0;}function H$1(n,l,u,i,t,r,o,f,e,a){var h,v,y,d,k,b,g,m=i&&i.__k||s,w=m.length;for(u.__k=[],h=0;h<l.length;h++)if(null!=(d=u.__k[h]=null==(d=l[h])||"boolean"==typeof d?null:"string"==typeof d||"number"==typeof d||"bigint"==typeof d?p(null,d,null,null,d):Array.isArray(d)?p(_,{children:d},null,null,null):d.__b>0?p(d.type,d.props,d.key,d.ref?d.ref:null,d.__v):d)){if(d.__=u,d.__b=u.__b+1,null===(y=m[h])||y&&d.key==y.key&&d.type===y.type)m[h]=void 0;else for(v=0;v<w;v++){if((y=m[v])&&d.key==y.key&&d.type===y.type){m[v]=void 0;break}y=null;}M(n,d,y=y||c$1,t,r,o,f,e,a),k=d.__e,(v=d.ref)&&y.ref!=v&&(g||(g=[]),y.ref&&g.push(y.ref,null,d),g.push(v,d.__c||k,d)),null!=k?(null==b&&(b=k),"function"==typeof d.type&&d.__k===y.__k?d.__d=e=I$1(d,e,n):e=z$1(n,d,y,m,k,e),"function"==typeof u.type&&(u.__d=e)):e&&y.__e==e&&e.parentNode!=n&&(e=A(y));}for(u.__e=b,h=w;h--;)null!=m[h]&&("function"==typeof u.type&&null!=m[h].__e&&m[h].__e==u.__d&&(u.__d=L$1(i).nextSibling),q(m[h],m[h]));if(g)for(h=0;h<g.length;h++)S(g[h],g[++h],g[++h]);}function I$1(n,l,u){for(var i,t=n.__k,r=0;t&&r<t.length;r++)(i=t[r])&&(i.__=n,l="function"==typeof i.type?I$1(i,l,u):z$1(u,i,i,t,i.__e,l));return l}function j$2(n,l){return l=l||[],null==n||"boolean"==typeof n||(Array.isArray(n)?n.some(function(n){j$2(n,l);}):l.push(n)),l}function z$1(n,l,u,i,t,r){var o,f,e;if(void 0!==l.__d)o=l.__d,l.__d=void 0;else if(null==u||t!=r||null==t.parentNode)n:if(null==r||r.parentNode!==n)n.appendChild(t),o=null;else {for(f=r,e=0;(f=f.nextSibling)&&e<i.length;e+=1)if(f==t)break n;n.insertBefore(t,r),o=r;}return void 0!==o?o:t.nextSibling}function L$1(n){var l,u,i;if(null==n.type||"string"==typeof n.type)return n.__e;if(n.__k)for(l=n.__k.length-1;l>=0;l--)if((u=n.__k[l])&&(i=L$1(u)))return i;return null}function M(n,u,i,t,r,o,f,e,c){var s,a,v,y,p,d,k,b,g,m,w,A,P,C,T,$=u.type;if(void 0!==u.constructor)return null;null!=i.__h&&(c=i.__h,e=u.__e=i.__e,u.__h=null,o=[e]),(s=l$1.__b)&&s(u);try{n:if("function"==typeof $){if(b=u.props,g=(s=$.contextType)&&t[s.__c],m=s?g?g.props.value:s.__:t,i.__c?k=(a=u.__c=i.__c).__=a.__E:("prototype"in $&&$.prototype.render?u.__c=a=new $(b,m):(u.__c=a=new x$1(b,m),a.constructor=$,a.render=B$1),g&&g.sub(a),a.props=b,a.state||(a.state={}),a.context=m,a.__n=t,v=a.__d=!0,a.__h=[],a._sb=[]),null==a.__s&&(a.__s=a.state),null!=$.getDerivedStateFromProps&&(a.__s==a.state&&(a.__s=h({},a.__s)),h(a.__s,$.getDerivedStateFromProps(b,a.__s))),y=a.props,p=a.state,a.__v=u,v)null==$.getDerivedStateFromProps&&null!=a.componentWillMount&&a.componentWillMount(),null!=a.componentDidMount&&a.__h.push(a.componentDidMount);else {if(null==$.getDerivedStateFromProps&&b!==y&&null!=a.componentWillReceiveProps&&a.componentWillReceiveProps(b,m),!a.__e&&null!=a.shouldComponentUpdate&&!1===a.shouldComponentUpdate(b,a.__s,m)||u.__v===i.__v){for(u.__v!==i.__v&&(a.props=b,a.state=a.__s,a.__d=!1),u.__e=i.__e,u.__k=i.__k,u.__k.forEach(function(n){n&&(n.__=u);}),w=0;w<a._sb.length;w++)a.__h.push(a._sb[w]);a._sb=[],a.__h.length&&f.push(a);break n}null!=a.componentWillUpdate&&a.componentWillUpdate(b,a.__s,m),null!=a.componentDidUpdate&&a.__h.push(function(){a.componentDidUpdate(y,p,d);});}if(a.context=m,a.props=b,a.__P=n,A=l$1.__r,P=0,"prototype"in $&&$.prototype.render){for(a.state=a.__s,a.__d=!1,A&&A(u),s=a.render(a.props,a.state,a.context),C=0;C<a._sb.length;C++)a.__h.push(a._sb[C]);a._sb=[];}else do{a.__d=!1,A&&A(u),s=a.render(a.props,a.state,a.context),a.state=a.__s;}while(a.__d&&++P<25);a.state=a.__s,null!=a.getChildContext&&(t=h(h({},t),a.getChildContext())),v||null==a.getSnapshotBeforeUpdate||(d=a.getSnapshotBeforeUpdate(y,p)),T=null!=s&&s.type===_&&null==s.key?s.props.children:s,H$1(n,Array.isArray(T)?T:[T],u,i,t,r,o,f,e,c),a.base=u.__e,u.__h=null,a.__h.length&&f.push(a),k&&(a.__E=a.__=null),a.__e=!1;}else null==o&&u.__v===i.__v?(u.__k=i.__k,u.__e=i.__e):u.__e=O(i.__e,u,i,t,r,o,f,c);(s=l$1.diffed)&&s(u);}catch(n){u.__v=null,(c||null!=o)&&(u.__e=e,u.__h=!!c,o[o.indexOf(e)]=null),l$1.__e(n,u,i);}}function N(n,u){l$1.__c&&l$1.__c(u,n),n.some(function(u){try{n=u.__h,u.__h=[],n.some(function(n){n.call(u);});}catch(n){l$1.__e(n,u.__v);}});}function O(l,u,i,t,r,o,f,e){var s,a,h,y=i.props,p=u.props,d=u.type,_=0;if("svg"===d&&(r=!0),null!=o)for(;_<o.length;_++)if((s=o[_])&&"setAttribute"in s==!!d&&(d?s.localName===d:3===s.nodeType)){l=s,o[_]=null;break}if(null==l){if(null===d)return document.createTextNode(p);l=r?document.createElementNS("http://www.w3.org/2000/svg",d):document.createElement(d,p.is&&p),o=null,e=!1;}if(null===d)y===p||e&&l.data===p||(l.data=p);else {if(o=o&&n.call(l.childNodes),a=(y=i.props||c$1).dangerouslySetInnerHTML,h=p.dangerouslySetInnerHTML,!e){if(null!=o)for(y={},_=0;_<l.attributes.length;_++)y[l.attributes[_].name]=l.attributes[_].value;(h||a)&&(h&&(a&&h.__html==a.__html||h.__html===l.innerHTML)||(l.innerHTML=h&&h.__html||""));}if(k$1(l,p,y,r,e),h)u.__k=[];else if(_=u.props.children,H$1(l,Array.isArray(_)?_:[_],u,i,t,r&&"foreignObject"!==d,o,f,o?o[0]:i.__k&&A(i,0),e),null!=o)for(_=o.length;_--;)null!=o[_]&&v$1(o[_]);e||("value"in p&&void 0!==(_=p.value)&&(_!==l.value||"progress"===d&&!_||"option"===d&&_!==y.value)&&g$2(l,"value",_,y.value,!1),"checked"in p&&void 0!==(_=p.checked)&&_!==l.checked&&g$2(l,"checked",_,y.checked,!1));}return l}function S(n,u,i){try{"function"==typeof n?n(u):n.current=u;}catch(n){l$1.__e(n,i);}}function q(n,u,i){var t,r;if(l$1.unmount&&l$1.unmount(n),(t=n.ref)&&(t.current&&t.current!==n.__e||S(t,null,u)),null!=(t=n.__c)){if(t.componentWillUnmount)try{t.componentWillUnmount();}catch(n){l$1.__e(n,u);}t.base=t.__P=null,n.__c=void 0;}if(t=n.__k)for(r=0;r<t.length;r++)t[r]&&q(t[r],u,i||"function"!=typeof n.type);i||null==n.__e||v$1(n.__e),n.__=n.__e=n.__d=void 0;}function B$1(n,l,u){return this.constructor(n,u)}function D$1(u,i,t){var r,o,f;l$1.__&&l$1.__(u,i),o=(r="function"==typeof t)?null:t&&t.__k||i.__k,f=[],M(i,u=(!r&&t||i).__k=y(_,null,[u]),o||c$1,c$1,void 0!==i.ownerSVGElement,!r&&t?[t]:o?null:i.firstChild?n.call(i.childNodes):null,f,!r&&t?t:o?o.__e:i.firstChild,r),N(f,u);}function G$1(n,l){var u={__c:l="__cC"+e$1++,__:n,Consumer:function(n,l){return n.children(l)},Provider:function(n){var u,i;return this.getChildContext||(u=[],(i={})[l]=this,this.getChildContext=function(){return i},this.shouldComponentUpdate=function(n){this.props.value!==n.value&&u.some(function(n){n.__e=!0,T$1(n);});},this.sub=function(n){u.push(n);var l=n.componentWillUnmount;n.componentWillUnmount=function(){u.splice(u.indexOf(n),1),l&&l.call(n);};}),n.children}};return u.Provider.__=u.Consumer.contextType=u}n=s.slice,l$1={__e:function(n,l,u,i){for(var t,r,o;l=l.__;)if((t=l.__c)&&!t.__)try{if((r=t.constructor)&&null!=r.getDerivedStateFromError&&(t.setState(r.getDerivedStateFromError(n)),o=t.__d),null!=t.componentDidCatch&&(t.componentDidCatch(n,i||{}),o=t.__d),o)return t.__E=t}catch(l){n=l;}throw n}},u$1=0,i$1=function(n){return null!=n&&void 0===n.constructor},t=!1,x$1.prototype.setState=function(n,l){var u;u=null!=this.__s&&this.__s!==this.state?this.__s:this.__s=h({},this.state),"function"==typeof n&&(n=n(h({},u),this.props)),n&&h(u,n),null!=n&&this.__v&&(l&&this._sb.push(l),T$1(this));},x$1.prototype.forceUpdate=function(n){this.__v&&(this.__e=!0,n&&this.__h.push(n),T$1(this));},x$1.prototype.render=_,r$1=[],f$1="function"==typeof Promise?Promise.prototype.then.bind(Promise.resolve()):setTimeout,$$1.__r=0,e$1=0;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { p as proxyCustomElement, H, c as createEvent, f as forceUpdate, h, d as Host } from './p-2e5f2e07.js';
|
|
2
|
-
import { k as kupManagerInstance, g as getProps, s as setProps, a8 as KupCardFamily, m as getCellValueForDisplay } from './p-
|
|
3
|
-
import { c as componentWrapperId, d as defineCustomElement$2, a as defineCustomElement$3, b as defineCustomElement$4, e as defineCustomElement$5, f as defineCustomElement$6, g as defineCustomElement$7, h as defineCustomElement$8, i as defineCustomElement$9, j as defineCustomElement$a, k as defineCustomElement$b, l as defineCustomElement$c, m as defineCustomElement$d, n as defineCustomElement$f, o as defineCustomElement$g, p as defineCustomElement$h, q as defineCustomElement$i, r as defineCustomElement$j, s as defineCustomElement$k, t as defineCustomElement$l, u as defineCustomElement$m, v as defineCustomElement$n, w as defineCustomElement$o, x as defineCustomElement$p, y as defineCustomElement$q, z as defineCustomElement$r, A as defineCustomElement$s, B as defineCustomElement$t, C as defineCustomElement$u } from './p-
|
|
4
|
-
import { d as defineCustomElement$e } from './p-
|
|
2
|
+
import { k as kupManagerInstance, g as getProps, s as setProps, a8 as KupCardFamily, m as getCellValueForDisplay } from './p-7571f3f0.js';
|
|
3
|
+
import { c as componentWrapperId, d as defineCustomElement$2, a as defineCustomElement$3, b as defineCustomElement$4, e as defineCustomElement$5, f as defineCustomElement$6, g as defineCustomElement$7, h as defineCustomElement$8, i as defineCustomElement$9, j as defineCustomElement$a, k as defineCustomElement$b, l as defineCustomElement$c, m as defineCustomElement$d, n as defineCustomElement$f, o as defineCustomElement$g, p as defineCustomElement$h, q as defineCustomElement$i, r as defineCustomElement$j, s as defineCustomElement$k, t as defineCustomElement$l, u as defineCustomElement$m, v as defineCustomElement$n, w as defineCustomElement$o, x as defineCustomElement$p, y as defineCustomElement$q, z as defineCustomElement$r, A as defineCustomElement$s, B as defineCustomElement$t, C as defineCustomElement$u } from './p-124fa207.js';
|
|
4
|
+
import { d as defineCustomElement$e } from './p-b6a4bbe8.js';
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
7
|
* Props of the kup-card-list component.
|