@sme.up/ketchup 6.1.0-SNAPSHOT → 6.2.0-SNAPSHOT
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/{cell-utils-a78d6fac.js → cell-utils-d894e802.js} +2 -2
- package/dist/cjs/{f-button-ac179257.js → f-button-414b3bc3.js} +4 -4
- package/dist/cjs/f-cell-c8983ec7.js +418 -0
- package/dist/cjs/f-checkbox-57443ca3.js +29 -0
- package/dist/cjs/{f-chip-b00897d7.js → f-chip-ef81bf51.js} +3 -3
- package/dist/cjs/{f-image-89f25556.js → f-image-0618c795.js} +2 -2
- package/dist/cjs/{f-paginator-utils-8fa501b3.js → f-paginator-utils-c9dd5173.js} +5 -5
- package/dist/cjs/{f-text-field-e1e45ade.js → f-text-field-7d31190f.js} +3 -3
- package/dist/cjs/{index-eb556444.js → index-06b131ea.js} +6 -4
- package/dist/cjs/ketchup.cjs.js +3 -3
- package/dist/cjs/kup-accordion.cjs.entry.js +4 -4
- package/dist/cjs/kup-autocomplete_25.cjs.entry.js +200 -187
- package/dist/cjs/kup-box_2.cjs.entry.js +23 -12
- package/dist/cjs/kup-calendar.cjs.entry.js +7 -7
- package/dist/cjs/kup-cell.cjs.entry.js +10 -9
- package/dist/cjs/kup-dash-list.cjs.entry.js +4 -4
- package/dist/cjs/kup-dash_2.cjs.entry.js +4 -7
- package/dist/cjs/{kup-form-editor.cjs.entry.js → kup-dashboard.cjs.entry.js} +123 -148
- package/dist/cjs/kup-drawer.cjs.entry.js +4 -4
- package/dist/cjs/kup-field.cjs.entry.js +2 -2
- package/dist/cjs/kup-form.cjs.entry.js +469 -0
- package/dist/cjs/kup-iframe.cjs.entry.js +3 -3
- package/dist/cjs/kup-image-list.cjs.entry.js +11 -10
- package/dist/cjs/kup-lazy.cjs.entry.js +3 -3
- package/dist/cjs/kup-magic-box.cjs.entry.js +4 -4
- package/dist/cjs/{kup-manager-7a941909.js → kup-manager-2fee8cf3.js} +324 -6
- package/dist/cjs/kup-nav-bar.cjs.entry.js +3 -3
- package/dist/cjs/kup-numeric-picker.cjs.entry.js +3 -3
- package/dist/cjs/kup-photo-frame.cjs.entry.js +7 -9
- package/dist/cjs/kup-probe.cjs.entry.js +2 -2
- package/dist/cjs/kup-qlik.cjs.entry.js +2 -2
- package/dist/cjs/kup-snackbar.cjs.entry.js +5 -5
- package/dist/cjs/loader.cjs.js +3 -3
- package/dist/cjs/{utils-6287d878.js → utils-8470184d.js} +1 -1
- package/dist/collection/assets/dashboard.js +113 -0
- package/dist/collection/assets/data-table.js +15 -0
- package/dist/collection/assets/form.js +179 -0
- package/dist/collection/assets/grid.js +17 -0
- package/dist/collection/assets/index.js +10 -6
- package/dist/collection/collection-manifest.json +3 -2
- package/dist/collection/components/kup-autocomplete/kup-autocomplete.js +135 -129
- package/dist/collection/components/kup-box/kup-box.js +13 -2
- package/dist/collection/components/kup-combobox/kup-combobox.js +16 -13
- package/dist/collection/components/kup-dashboard/kup-dashboard-declarations.js +10 -0
- package/dist/collection/components/{kup-form-editor/kup-form-editor.css → kup-dashboard/kup-dashboard.css} +7 -6
- package/dist/collection/components/{kup-form-editor/kup-form-editor.js → kup-dashboard/kup-dashboard.js} +148 -149
- package/dist/collection/components/kup-drawer/kup-drawer.css +5 -8
- package/dist/collection/components/kup-form/kup-form-declarations.js +19 -0
- package/dist/collection/components/kup-form/kup-form.css +86 -0
- package/dist/collection/components/kup-form/kup-form.js +668 -0
- package/dist/collection/components/kup-grid/kup-grid.js +1 -4
- package/dist/collection/components/kup-list/kup-list-helper.js +9 -3
- package/dist/collection/components/kup-photo-frame/kup-photo-frame.css +10 -7
- package/dist/collection/components/kup-photo-frame/kup-photo-frame.js +3 -5
- package/dist/collection/components/kup-text-field/kup-text-field-declarations.js +3 -0
- package/dist/collection/components/kup-text-field/kup-text-field.js +27 -0
- package/dist/collection/components/kup-time-picker/kup-time-picker.js +0 -6
- package/dist/collection/components/kup-tree/kup-tree.js +10 -4
- package/dist/collection/f-components/f-button/f-button.js +2 -2
- package/dist/collection/f-components/f-cell/f-cell-declarations.js +5 -1
- package/dist/collection/f-components/f-cell/f-cell.js +34 -114
- package/dist/collection/f-components/f-text-field/f-text-field.js +1 -1
- package/dist/collection/managers/kup-data/kup-data.js +94 -0
- package/dist/collection/managers/kup-language/kup-language-declarations.js +11 -0
- package/dist/collection/managers/kup-objects/kup-objects.js +10 -0
- package/dist/collection/managers/kup-theme/kup-theme-declarations.js +18 -3
- package/dist/collection/types/GenericTypes.js +2 -1
- package/dist/esm/{cell-utils-964da6b5.js → cell-utils-7fc84d4e.js} +2 -2
- package/dist/esm/{f-button-871a544b.js → f-button-2f6cc296.js} +4 -4
- package/dist/esm/{f-cell-521ef17a.js → f-cell-4428481c.js} +48 -283
- package/dist/esm/f-checkbox-c51c4a75.js +27 -0
- package/dist/esm/{f-chip-1dda722f.js → f-chip-b39eb49a.js} +3 -3
- package/dist/esm/{f-image-c468d8ae.js → f-image-b08ebeb2.js} +2 -2
- package/dist/esm/{f-paginator-utils-7dff8ff0.js → f-paginator-utils-4fda6086.js} +5 -5
- package/dist/esm/{f-text-field-d6c61c73.js → f-text-field-184a5fb3.js} +3 -3
- package/dist/esm/{index-baeab1ac.js → index-ad6ab214.js} +6 -4
- package/dist/esm/ketchup.js +3 -3
- package/dist/esm/kup-accordion.entry.js +4 -4
- package/dist/esm/kup-autocomplete_25.entry.js +190 -177
- package/dist/esm/kup-box_2.entry.js +23 -12
- package/dist/esm/kup-calendar.entry.js +7 -7
- package/dist/esm/kup-cell.entry.js +9 -8
- package/dist/esm/kup-dash-list.entry.js +4 -4
- package/dist/esm/kup-dash_2.entry.js +4 -7
- package/dist/esm/{kup-form-editor.entry.js → kup-dashboard.entry.js} +123 -148
- package/dist/esm/kup-drawer.entry.js +4 -4
- package/dist/esm/kup-field.entry.js +2 -2
- package/dist/esm/kup-form.entry.js +465 -0
- package/dist/esm/kup-iframe.entry.js +3 -3
- package/dist/esm/kup-image-list.entry.js +10 -9
- package/dist/esm/kup-lazy.entry.js +3 -3
- package/dist/esm/kup-magic-box.entry.js +4 -4
- package/dist/esm/{kup-manager-58b075b4.js → kup-manager-3325b2d8.js} +321 -7
- package/dist/esm/kup-nav-bar.entry.js +3 -3
- package/dist/esm/kup-numeric-picker.entry.js +3 -3
- package/dist/esm/kup-photo-frame.entry.js +7 -9
- package/dist/esm/kup-probe.entry.js +2 -2
- package/dist/esm/kup-qlik.entry.js +2 -2
- package/dist/esm/kup-snackbar.entry.js +5 -5
- package/dist/esm/loader.js +3 -3
- package/dist/esm/{utils-d7e4b3c2.js → utils-6373a07e.js} +1 -1
- package/dist/ketchup/ketchup.esm.js +1 -1
- package/dist/ketchup/p-006bc4d0.entry.js +1 -0
- package/dist/ketchup/{p-8cdf61a4.js → p-0741da57.js} +1 -1
- package/dist/ketchup/{p-44ec4f03.js → p-13e08580.js} +1 -1
- package/dist/ketchup/p-153697fb.entry.js +1 -0
- package/dist/ketchup/{p-a615a92b.entry.js → p-175edb62.entry.js} +1 -1
- package/dist/ketchup/{p-fac1a08b.entry.js → p-1db1d42b.entry.js} +1 -1
- package/dist/ketchup/{p-f09f2f98.entry.js → p-30820f8f.entry.js} +1 -1
- package/dist/ketchup/p-35325834.entry.js +9 -0
- package/dist/ketchup/{p-65b46587.entry.js → p-359e8bec.entry.js} +4 -4
- package/dist/ketchup/{p-6dff70f8.entry.js → p-3c7c92c0.entry.js} +1 -1
- package/dist/ketchup/{p-954cc340.entry.js → p-41cf8703.entry.js} +1 -1
- package/dist/ketchup/{p-3c11e615.entry.js → p-6127fccf.entry.js} +1 -1
- package/dist/ketchup/{p-f71a1675.entry.js → p-6b82e4e2.entry.js} +1 -1
- package/dist/ketchup/p-704e60eb.js +30 -0
- package/dist/ketchup/p-70660fe2.js +1 -0
- package/dist/ketchup/{p-ea10176c.entry.js → p-762c0382.entry.js} +1 -1
- package/dist/ketchup/{p-c5ce8951.entry.js → p-76947316.entry.js} +1 -1
- package/dist/ketchup/{p-d2ee56dd.entry.js → p-8103b80a.entry.js} +1 -1
- package/dist/ketchup/{p-99e0d768.entry.js → p-9fa457d4.entry.js} +1 -1
- package/dist/ketchup/{p-65974e48.entry.js → p-a0ce8075.entry.js} +1 -1
- package/dist/ketchup/p-a804fe83.entry.js +27 -0
- package/dist/ketchup/{p-7454cb92.js → p-ca9fd099.js} +1 -1
- package/dist/ketchup/p-caabb9ab.entry.js +1 -0
- package/dist/ketchup/p-cc3abf84.entry.js +1 -0
- package/dist/ketchup/p-cd5cfa7c.js +1 -0
- package/dist/ketchup/p-d2e76960.entry.js +1 -0
- package/dist/ketchup/p-d3b542b3.js +2 -0
- package/dist/ketchup/p-d7004ae4.js +1 -0
- package/dist/ketchup/{p-e0035c58.js → p-d95c904b.js} +1 -1
- package/dist/ketchup/{p-7eff4eee.js → p-ddce3430.js} +1 -1
- package/dist/ketchup/p-ee580b3a.entry.js +1 -0
- package/dist/ketchup/p-f49cb68e.js +1 -0
- package/dist/types/components/kup-autocomplete/kup-autocomplete.d.ts +1 -16
- package/dist/types/components/{kup-form-editor/kup-form-editor-declarations.d.ts → kup-dashboard/kup-dashboard-declarations.d.ts} +9 -27
- package/dist/types/components/{kup-form-editor/kup-form-editor.d.ts → kup-dashboard/kup-dashboard.d.ts} +12 -9
- package/dist/types/components/kup-form/kup-form-declarations.d.ts +48 -0
- package/dist/types/components/kup-form/kup-form.d.ts +68 -0
- package/dist/types/components/kup-text-field/kup-text-field-declarations.d.ts +3 -0
- package/dist/types/components/kup-text-field/kup-text-field.d.ts +5 -0
- package/dist/types/components/kup-time-picker/kup-time-picker.d.ts +0 -6
- package/dist/types/components/kup-tree/kup-tree-declarations.d.ts +2 -0
- package/dist/types/components.d.ts +412 -159
- package/dist/types/f-components/f-cell/f-cell-declarations.d.ts +4 -1
- package/dist/types/f-components/f-text-field/f-text-field-declarations.d.ts +1 -0
- package/dist/types/managers/kup-data/kup-data.d.ts +2 -0
- package/dist/types/managers/kup-language/kup-language-declarations.d.ts +11 -1
- package/dist/types/managers/kup-objects/kup-objects.d.ts +6 -0
- package/dist/types/types/GenericTypes.d.ts +2 -1
- package/package.json +2 -2
- package/dist/cjs/f-cell-69294bca.js +0 -653
- package/dist/collection/assets/form-editor.js +0 -338
- package/dist/collection/components/kup-form-editor/kup-form-editor-declarations.js +0 -23
- package/dist/ketchup/p-1ae66cc5.js +0 -1
- package/dist/ketchup/p-34b74425.js +0 -1
- package/dist/ketchup/p-4ffbc3ff.js +0 -1
- package/dist/ketchup/p-5264a3e6.entry.js +0 -1
- package/dist/ketchup/p-80968627.entry.js +0 -1
- package/dist/ketchup/p-976244f9.entry.js +0 -9
- package/dist/ketchup/p-a0f6e25c.entry.js +0 -1
- package/dist/ketchup/p-aca0e54b.js +0 -30
- package/dist/ketchup/p-b8939a8b.entry.js +0 -1
- package/dist/ketchup/p-bfc3bac7.js +0 -1
- package/dist/ketchup/p-db71436b.entry.js +0 -27
- package/dist/ketchup/p-e1039cf2.entry.js +0 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
const index = require('./index-
|
|
3
|
+
const index = require('./index-06b131ea.js');
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
6
|
* Props of the kup-card component.
|
|
@@ -137,6 +137,17 @@ exports.KupLanguageColumn = void 0;
|
|
|
137
137
|
KupLanguageColumn["NON_NUMERICAL_IN_TABLE"] = "columnNonNumericalInTable";
|
|
138
138
|
KupLanguageColumn["SWAP"] = "columnSwap";
|
|
139
139
|
})(exports.KupLanguageColumn || (exports.KupLanguageColumn = {}));
|
|
140
|
+
/**
|
|
141
|
+
* Dashboard related decodes.
|
|
142
|
+
*/
|
|
143
|
+
exports.KupLanguageDashboard = void 0;
|
|
144
|
+
(function (KupLanguageDashboard) {
|
|
145
|
+
KupLanguageDashboard["DIMENSION"] = "dashboardDimension";
|
|
146
|
+
KupLanguageDashboard["LOADED"] = "dashboardLoaded";
|
|
147
|
+
KupLanguageDashboard["RESET"] = "dashboardReset";
|
|
148
|
+
KupLanguageDashboard["SAVE"] = "dashboardSave";
|
|
149
|
+
KupLanguageDashboard["VERTICAL"] = "dashboardVertical";
|
|
150
|
+
})(exports.KupLanguageDashboard || (exports.KupLanguageDashboard = {}));
|
|
140
151
|
/**
|
|
141
152
|
* Debug widget decodes.
|
|
142
153
|
*/
|
|
@@ -1708,6 +1719,11 @@ const chinese = {
|
|
|
1708
1719
|
columnNonNumerical: "这些列不是数字的",
|
|
1709
1720
|
columnNonNumericalInTable: "此表中不存在数字列",
|
|
1710
1721
|
columnSwap: "交换",
|
|
1722
|
+
dashboardDimension: "方面",
|
|
1723
|
+
dashboardLoaded: "已加载",
|
|
1724
|
+
dashboardReset: "重置",
|
|
1725
|
+
dashboardSave: "节省",
|
|
1726
|
+
dashboardVertical: "垂直的",
|
|
1711
1727
|
debugAutoprint: "切换自动打印",
|
|
1712
1728
|
debugClear: "清除小部件",
|
|
1713
1729
|
debugDLAll: "全部",
|
|
@@ -1821,6 +1837,11 @@ const english = {
|
|
|
1821
1837
|
columnNonNumerical: "These columns are not numerical.",
|
|
1822
1838
|
columnNonNumericalInTable: "No numerical columns exist in this table.",
|
|
1823
1839
|
columnSwap: "Swap columns",
|
|
1840
|
+
dashboardDimension: "Dimension",
|
|
1841
|
+
dashboardLoaded: "Loaded",
|
|
1842
|
+
dashboardReset: "Reset",
|
|
1843
|
+
dashboardSave: "Save",
|
|
1844
|
+
dashboardVertical: "Vertical",
|
|
1824
1845
|
debugAutoprint: "Toggle automatic print",
|
|
1825
1846
|
debugClear: "Clear widget",
|
|
1826
1847
|
debugDLAll: "All",
|
|
@@ -1934,6 +1955,11 @@ const french = {
|
|
|
1934
1955
|
columnNonNumerical: "Ces colonnes ne sont pas numériques.",
|
|
1935
1956
|
columnNonNumericalInTable: "Aucune colonne numérique n'existe dans ce tableau.",
|
|
1936
1957
|
columnSwap: "Permuter les colonnes",
|
|
1958
|
+
dashboardDimension: "Dimension",
|
|
1959
|
+
dashboardLoaded: "Chargé",
|
|
1960
|
+
dashboardReset: "Réinitialiser",
|
|
1961
|
+
dashboardSave: "Enregistrer",
|
|
1962
|
+
dashboardVertical: "Vertical",
|
|
1937
1963
|
debugAutoprint: "Activer l'impression automatique",
|
|
1938
1964
|
debugClear: "Effacer le widget",
|
|
1939
1965
|
debugDLAll: "Tout",
|
|
@@ -2047,6 +2073,11 @@ const italian = {
|
|
|
2047
2073
|
columnNonNumerical: "Queste colonne non sono numeriche.",
|
|
2048
2074
|
columnNonNumericalInTable: "Non esistono colonne numeriche in questa tabella.",
|
|
2049
2075
|
columnSwap: "Scambia le colonne",
|
|
2076
|
+
dashboardDimension: "Dimensione",
|
|
2077
|
+
dashboardLoaded: "Caricata",
|
|
2078
|
+
dashboardReset: "Ripristina",
|
|
2079
|
+
dashboardSave: "Salva",
|
|
2080
|
+
dashboardVertical: "Verticale",
|
|
2050
2081
|
debugAutoprint: "Attiva stampa automatica logs",
|
|
2051
2082
|
debugClear: "Pulisci widget",
|
|
2052
2083
|
debugDLAll: "Tutto",
|
|
@@ -2174,6 +2205,11 @@ const polish = {
|
|
|
2174
2205
|
columnNonNumerical: "Te kolumny nie są numeryczne.",
|
|
2175
2206
|
columnNonNumericalInTable: "W tej tabeli nie ma kolumn liczbowych.",
|
|
2176
2207
|
columnSwap: "Zamień kolumny",
|
|
2208
|
+
dashboardDimension: "Wymiar",
|
|
2209
|
+
dashboardLoaded: "Załadowany",
|
|
2210
|
+
dashboardReset: "Resetowanie",
|
|
2211
|
+
dashboardSave: "Ratować",
|
|
2212
|
+
dashboardVertical: "Pionowy",
|
|
2177
2213
|
debugAutoprint: "Przełącz automatyczne drukowanie",
|
|
2178
2214
|
debugClear: "Wyczyść widżet",
|
|
2179
2215
|
debugDLAll: "Wszystko",
|
|
@@ -2287,6 +2323,11 @@ const russian = {
|
|
|
2287
2323
|
columnNonNumerical: "Эти столбцы не числовые",
|
|
2288
2324
|
columnNonNumericalInTable: "В этой таблице нет числовых столбцов",
|
|
2289
2325
|
columnSwap: "Поменять местами столбцы",
|
|
2326
|
+
dashboardDimension: "Измерение",
|
|
2327
|
+
dashboardLoaded: "Загружено",
|
|
2328
|
+
dashboardReset: "Перезагрузить",
|
|
2329
|
+
dashboardSave: "Сохранять",
|
|
2330
|
+
dashboardVertical: "Вертикальный",
|
|
2290
2331
|
debugAutoprint: "Включить автоматическую печать",
|
|
2291
2332
|
debugClear: "Очистить виджет",
|
|
2292
2333
|
debugDLAll: "Все",
|
|
@@ -2400,6 +2441,11 @@ const spanish = {
|
|
|
2400
2441
|
columnNonNumerical: "Estas columnas no son numéricas.",
|
|
2401
2442
|
columnNonNumericalInTable: "No existen columnas numéricas en esta tabla.",
|
|
2402
2443
|
columnSwap: "Intercambiar columnas",
|
|
2444
|
+
dashboardDimension: "Dimensión",
|
|
2445
|
+
dashboardLoaded: "Cargado",
|
|
2446
|
+
dashboardReset: "Reiniciar",
|
|
2447
|
+
dashboardSave: "Ahorrar",
|
|
2448
|
+
dashboardVertical: "Vertical",
|
|
2403
2449
|
debugAutoprint: "Alternar impresión automática",
|
|
2404
2450
|
debugClear: "Borrar widget",
|
|
2405
2451
|
debugDLAll: "Todas",
|
|
@@ -2906,6 +2952,16 @@ class KupObjects {
|
|
|
2906
2952
|
!this.isRadio(obj) &&
|
|
2907
2953
|
!this.isChart(obj));
|
|
2908
2954
|
}
|
|
2955
|
+
/**
|
|
2956
|
+
* Checks whether the object represents a switch or not.
|
|
2957
|
+
* @param {KupObj} obj - Object to check.
|
|
2958
|
+
* @returns {boolean} True when the object is a switch.
|
|
2959
|
+
*/
|
|
2960
|
+
isSwitch(obj) {
|
|
2961
|
+
if (!obj)
|
|
2962
|
+
return false;
|
|
2963
|
+
return 'V2' === obj.t && 'ONOFF' === obj.p;
|
|
2964
|
+
}
|
|
2909
2965
|
/**
|
|
2910
2966
|
* Checks whether the object represents a text field or not.
|
|
2911
2967
|
* @param {KupObj} obj - Object to check.
|
|
@@ -4168,7 +4224,7 @@ const kupThemeComponentCss = "[kup-dialog]{animation:fade-in .25s ease-out;backg
|
|
|
4168
4224
|
|
|
4169
4225
|
const fButtonCss = ".f-button{--kup_button_border_radius:var(--kup-button-border-radius, 4px);--kup_button_disabled_color:var( --kup-button-disabled-color, var(--kup-disabled-color) );--kup_button_font_family:var( --kup-button-font-family, var(--kup-font-family) );--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_padding:var(--kup-button-padding, 0 1.25em);--kup_button_primary_color:var( --kup-button-primary-color, var(--kup-primary-color) );--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_primary_color_rgb:var( --kup-button-primary-color-rgb, var(--kup-primary-color-rgb) );--kup_button_text_on_primary_color:var( --kup-button-text-on-primary-color, var(--kup-text-on-primary-color) );--kup-spinner-color:var(--kup_button_primary_color);font-size:var(--kup_button_font_size)}.f-button .button{-moz-osx-font-smoothing:grayscale;-webkit-appearance:none;-webkit-font-smoothing:antialiased;align-items:center;background-color:rgba(0,0,0,0);border:none;border-radius:var(--kup_button_border_radius);box-sizing:border-box;color:var(--kup_button_primary_color);cursor:pointer;display:inline-flex;font-family:var(--kup_button_font_family);font-size:.775em;font-weight:var(--kup_button_font_weight);height:var(--kup_button_height);justify-content:center;letter-spacing:0.0892857143em;line-height:inherit;min-width:64px;outline:none;overflow:visible;padding:var(--kup_button_padding);position:relative;text-decoration:none;text-transform:uppercase;transition:background-color 80ms linear,box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);user-select:none;vertical-align:middle}.f-button .button:hover{background-color:rgba(var(--kup_button_primary_color_rgb), 0.125)}.f-button .button:focus{background-color:rgba(var(--kup_button_primary_color_rgb), 0.175)}.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--floating,.f-button .button.button--raised{--kup-spinner-color:var(--kup_button_text_on_primary_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) );background-color:var(--kup_button_primary_color);color:var(--kup_button_text_on_primary_color)}.f-button .button.button--floating:hover,.f-button .button.button--raised:hover{background-color:hsl(var(--kup_button_primary_color_h), calc(var(--kup_button_primary_color_s) * 0.93), calc(var(--kup_button_primary_color_l) * 1.07))}.f-button .button.button--floating:focus,.f-button .button.button--raised:focus{background-color:hsl(var(--kup_button_primary_color_h), calc(var(--kup_button_primary_color_s) * 0.88), calc(var(--kup_button_primary_color_l) * 1.12))}.f-button .button.button--floating.button--disabled,.f-button .button.button--raised.button--disabled{background-color:var(--kup-disabled-background-color);box-shadow:none}.f-button .button.button--floating{border-radius:24px;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}.f-button .button.button--floating.button--no-label{border-radius:50%;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--raised{box-shadow:0 3px 1px -2px rgba(var(--kup-text-color-rgb), 0.2),0 2px 2px 0 rgba(var(--kup-text-color-rgb), 0.14),0 1px 5px 0 rgba(var(--kup-text-color-rgb), 0.12)}.f-button .button.button--raised:focus,.f-button .button.button--raised:hover{box-shadow:0 2px 4px -1px rgba(var(--kup-text-color-rgb), 0.2),0 4px 5px 0 rgba(var(--kup-text-color-rgb), 0.14),0 1px 10px 0 rgba(var(--kup-text-color-rgb), 0.12)}.f-button .button.button--raised:active{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--outlined{border-width:1px;border-style:solid}.f-button .button.button--outlined:not(.button--disabled){border-color:var(--kup_button_primary_color);background-color:rgba(0,0,0,0);color:var(--kup_button_primary_color)}.f-button .button.button--outlined:hover{background-color:rgba(var(--kup_button_primary_color_rgb), 0.125)}.f-button .button.button--outlined:focus{background-color:rgba(var(--kup_button_primary_color_rgb), 0.175)}.f-button .button.button--outlined.button--disabled{opacity:.75;border-color:var(--kup_button_disabled_color)}.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_disabled_color);cursor:auto;opacity:.75;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;font-size:var(--kup_button_font_size);text-decoration:none;cursor:pointer;user-select:none;padding:.75em;border-radius:50%}.f-button .icon-button:hover,.f-button .icon-button:focus{background-color:rgba(var(--kup_button_primary_color_rgb), 0.125)}.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 .content--hidden{visibility:hidden}.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-shaped .button{border-radius:18px}.f-button.kup-shaped .button.button--floating{border-radius:50% 0}.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);border-radius:50%}.f-button.kup-danger{--kup-button-primary-color:var(--kup-danger-color);--kup-button-primary-color-h:var(--kup-danger-color-h);--kup-button-primary-color-s:var(--kup-danger-color-s);--kup-button-primary-color-l:var(--kup-danger-color-l);--kup-button-primary-color-rgb:var(--kup-danger-color-rgb);--kup-button-text-on-primary-color:white}.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-primary-color:var(--kup-secondary-color);--kup-button-primary-color-h:var(--kup-secondary-color-h);--kup-button-primary-color-s:var(--kup-secondary-color-s);--kup-button-primary-color-l:var(--kup-secondary-color-l);--kup-button-primary-color-rgb:var(--kup-secondary-color-rgb);--kup-button-text-on-primary-color:var(--kup-text-on-secondary-color)}.f-button.kup-success{--kup-button-primary-color:var(--kup-success-color);--kup-button-primary-color-h:var(--kup-success-color-h);--kup-button-primary-color-s:var(--kup-success-color-s);--kup-button-primary-color-l:var(--kup-success-color-l);--kup-button-primary-color-rgb:var(--kup-success-color-rgb);--kup-button-text-on-primary-color:white}.f-button.kup-warning{--kup-button-primary-color:var(--kup-warning-color);--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)}}";
|
|
4170
4226
|
|
|
4171
|
-
const fCellCss = ".f-cell{--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);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:100%;word-break:break-all;word-wrap:break-word}.f-cell .f-cell__content{align-items:center;display:flex;width:100%}.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}.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}.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 .mdc-text-field{padding:0px}.f-cell kup-checkbox,.f-cell kup-image{display:flex}.f-cell kup-button{display:inline-block}.f-cell kup-button-list{display:flex;margin:auto}.f-cell kup-progress-bar{display:block}.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) !important;color:var(--kup-primary-color) !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) !important;color:var(--kup-success-color) !important}.f-cell.warning-text{--kup-textfield-color:var(--kup-warning-color) !important;color:var(--kup-warning-color) !important}.f-cell.danger-text{--kup-textfield-color:var(--kup-danger-color) !important;color:var(--kup-danger-color) !important}.f-cell.purple-text{--kup-textfield-color:#8e15bf !important;color:#8e15bf !important}.f-cell.success-bg{background:var(--kup-success-color) !important;color:#fff !important}.f-cell.warning-bg{background:var(--kup-warning-color) !important}.f-cell.danger-bg{background:var(--kup-danger-color) !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-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) !important;color:#fff !important}.f-cell.c-warning-bg .f-cell__content{background:var(--kup-warning-color) !important}.f-cell.c-danger-bg .f-cell__content{background:var(--kup-danger-color) !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.dense{--kup-textfield-fullwidth-height:28px;--kup-textfield-fullwidth-padding:0px;--kup-checkbox-padding:0px;--kup-chip-margin:0 4px;padding:.2em .3125em}.f-cell.medium{--kup-textfield-fullwidth-height:36px;--kup-textfield-fullwidth-padding:0px;padding:.5em .3125em}.f-cell.wide{--kup-textfield-fullwidth-height:50px;--kup-textfield-fullwidth-padding:0px;padding:1em .3125em}";
|
|
4227
|
+
const fCellCss = ".f-cell{--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);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:100%;word-break:break-all;word-wrap:break-word}.f-cell .f-cell__content{align-items:center;display:flex;width:100%}.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}.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}.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-button-list{display:flex;margin:auto}.f-cell kup-progress-bar{display:block}.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) !important;color:var(--kup-primary-color) !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) !important;color:var(--kup-success-color) !important}.f-cell.warning-text{--kup-textfield-color:var(--kup-warning-color) !important;color:var(--kup-warning-color) !important}.f-cell.danger-text{--kup-textfield-color:var(--kup-danger-color) !important;color:var(--kup-danger-color) !important}.f-cell.purple-text{--kup-textfield-color:#8e15bf !important;color:#8e15bf !important}.f-cell.success-bg{background:var(--kup-success-color) !important;color:#fff !important}.f-cell.warning-bg{background:var(--kup-warning-color) !important}.f-cell.danger-bg{background:var(--kup-danger-color) !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-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) !important;color:#fff !important}.f-cell.c-warning-bg .f-cell__content{background:var(--kup-warning-color) !important}.f-cell.c-danger-bg .f-cell__content{background:var(--kup-danger-color) !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.dense{--kup-textfield-fullwidth-height:28px;--kup-textfield-fullwidth-padding:0px;--kup-checkbox-padding:0px;--kup-chip-margin:0 4px;padding:.2em .3125em}.f-cell.medium{--kup-textfield-fullwidth-height:36px;--kup-textfield-fullwidth-padding:0px;padding:.5em .3125em}.f-cell.wide{--kup-textfield-fullwidth-height:50px;--kup-textfield-fullwidth-padding:0px;padding:1em .3125em}";
|
|
4172
4228
|
|
|
4173
4229
|
const fCheckboxCss = ".f-checkbox{--kup_checkbox_font_family:var( --kup-checkbox-font-family, var(--kup-font-family) );--kup_checkbox_font_size:var(--kup-checkbox-font-size, var(--kup-font-size));--kup_checkbox_font_weight:var(--kup-checkbox-font-weight, 400);--kup_checkbox_disabled_checkmark_color:var( --kup-checkbox-disabled-checkmark-color, var(--kup-background-color) );--kup_checkbox_padding:var(--kup-checkbox-padding, 11px);--kup_checkbox_primary_color:var( --kup-checkbox-primary-color, var(--kup-primary-color) );--kup_checkbox_primary_color_rgb:var( --kup-checkbox-primary-color-rgb, var(--kup-primary-color-rgb) );--kup_checkbox_text_color:var( --kup-checkbox-text-color, var(--kup-text-color) );--kup_checkbox_text_color_rgb:var( --kup-checkbox-text-color-rgb, var(--kup-text-color-rgb) );--kup_checkbox_text_on_primary_color:var( --kup-checkbox-text-on-primary-color, var(--kup-text-on-primary-color) );--kup_checkbox_text_on_primary_color_rgb:var( --kup-checkbox-text-on-primary-color-rgb, var(--kup-text-on-primary-color-rgb) );font-family:var(--kup_checkbox_font_family);font-size:var(--kup_checkbox_font_size)}.f-checkbox .form-field{color:var(--kup_checkbox_text_color);line-height:1.25em;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;letter-spacing:0.0178571429em;text-decoration:inherit;align-items:center;vertical-align:middle;display:inline-flex}.f-checkbox .form-field label{font-size:.875em;margin-left:0px;margin-right:auto;order:0}.f-checkbox .form-field.form-field--align-end label{margin-left:auto;margin-right:0px;order:-1}.f-checkbox .checkbox{border-radius:50%;display:inline-block;position:relative;flex:0 0 18px;box-sizing:content-box;width:18px;height:18px;line-height:0;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{background:rgba(var(--kup_checkbox_primary_color_rgb), 0.125)}.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:2px solid rgba(var(--kup_checkbox_text_color_rgb), 0.5);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:100%;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);border-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);border-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}.f-checkbox .checkbox.checkbox--disabled+label{pointer-events:none}.f-checkbox .checkbox.checkbox--disabled .checkbox__background{background-color:rgba(0,0,0,0);border-color:rgba(var(--kup_checkbox_text_color_rgb), 0.325)}.f-checkbox .checkbox.checkbox--disabled.checkbox--checked .checkbox__background{background-color:rgba(var(--kup_checkbox_text_color_rgb), 0.325);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.kup-danger{--kup-checkbox-primary-color:var(--kup-danger-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);--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);--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}";
|
|
4174
4230
|
|
|
@@ -4205,12 +4261,13 @@ exports.KupTagNames = void 0;
|
|
|
4205
4261
|
KupTagNames["COMBOBOX"] = "KUP-COMBOBOX";
|
|
4206
4262
|
KupTagNames["DASH"] = "KUP-DASH";
|
|
4207
4263
|
KupTagNames["DASH_LIST"] = "KUP-DASH-LIST";
|
|
4264
|
+
KupTagNames["DASHBOARD"] = "KUP-DASHBOARD";
|
|
4208
4265
|
KupTagNames["DATA_TABLE"] = "KUP-DATA-TABLE";
|
|
4209
4266
|
KupTagNames["DATE_PICKER"] = "KUP-DATE-PICKER";
|
|
4210
4267
|
KupTagNames["DRAWER"] = "KUP-DRAWER";
|
|
4211
4268
|
KupTagNames["DROPDOWN_BUTTON"] = "KUP-DROPDOWN-BUTTON";
|
|
4212
4269
|
KupTagNames["FIELD"] = "KUP-FIELD";
|
|
4213
|
-
KupTagNames["
|
|
4270
|
+
KupTagNames["FORM"] = "KUP-FORM";
|
|
4214
4271
|
KupTagNames["GAUGE"] = "KUP-GAUGE";
|
|
4215
4272
|
KupTagNames["GRID"] = "KUP-GRID";
|
|
4216
4273
|
KupTagNames["IFRAME"] = "KUP-IFRAME";
|
|
@@ -4249,9 +4306,10 @@ const fButtonUsers = [
|
|
|
4249
4306
|
exports.KupTagNames.BOX,
|
|
4250
4307
|
exports.KupTagNames.CALENDAR,
|
|
4251
4308
|
exports.KupTagNames.CARD,
|
|
4309
|
+
exports.KupTagNames.DASHBOARD,
|
|
4252
4310
|
exports.KupTagNames.DATA_TABLE,
|
|
4253
4311
|
exports.KupTagNames.DROPDOWN_BUTTON,
|
|
4254
|
-
exports.KupTagNames.
|
|
4312
|
+
exports.KupTagNames.FORM,
|
|
4255
4313
|
exports.KupTagNames.IMAGE_LIST,
|
|
4256
4314
|
exports.KupTagNames.SNACKBAR,
|
|
4257
4315
|
];
|
|
@@ -4262,6 +4320,7 @@ const fCellUsers = [
|
|
|
4262
4320
|
exports.KupTagNames.BOX,
|
|
4263
4321
|
exports.KupTagNames.CELL,
|
|
4264
4322
|
exports.KupTagNames.DATA_TABLE,
|
|
4323
|
+
exports.KupTagNames.FORM,
|
|
4265
4324
|
exports.KupTagNames.TREE,
|
|
4266
4325
|
];
|
|
4267
4326
|
/**
|
|
@@ -4271,7 +4330,9 @@ const fCheckboxUsers = [
|
|
|
4271
4330
|
exports.KupTagNames.BOX,
|
|
4272
4331
|
exports.KupTagNames.CELL,
|
|
4273
4332
|
exports.KupTagNames.CHECKBOX,
|
|
4333
|
+
exports.KupTagNames.DASHBOARD,
|
|
4274
4334
|
exports.KupTagNames.DATA_TABLE,
|
|
4335
|
+
exports.KupTagNames.FORM,
|
|
4275
4336
|
exports.KupTagNames.LIST,
|
|
4276
4337
|
exports.KupTagNames.TREE,
|
|
4277
4338
|
];
|
|
@@ -4284,6 +4345,7 @@ const fChipUsers = [
|
|
|
4284
4345
|
exports.KupTagNames.CELL,
|
|
4285
4346
|
exports.KupTagNames.CHIP,
|
|
4286
4347
|
exports.KupTagNames.DATA_TABLE,
|
|
4348
|
+
exports.KupTagNames.FORM,
|
|
4287
4349
|
exports.KupTagNames.TREE,
|
|
4288
4350
|
];
|
|
4289
4351
|
/**
|
|
@@ -4299,9 +4361,10 @@ const fImageUsers = [
|
|
|
4299
4361
|
exports.KupTagNames.CARD,
|
|
4300
4362
|
exports.KupTagNames.CELL,
|
|
4301
4363
|
exports.KupTagNames.CHIP,
|
|
4364
|
+
exports.KupTagNames.DASHBOARD,
|
|
4302
4365
|
exports.KupTagNames.DATA_TABLE,
|
|
4303
4366
|
exports.KupTagNames.DROPDOWN_BUTTON,
|
|
4304
|
-
exports.KupTagNames.
|
|
4367
|
+
exports.KupTagNames.FORM,
|
|
4305
4368
|
exports.KupTagNames.IMAGE,
|
|
4306
4369
|
exports.KupTagNames.IMAGE_LIST,
|
|
4307
4370
|
exports.KupTagNames.LIST,
|
|
@@ -4317,7 +4380,14 @@ const fPaginatorUsers = [exports.KupTagNames.BOX, exports.KupTagNames.DATA_TABLE
|
|
|
4317
4380
|
/**
|
|
4318
4381
|
* Components using the FSwitch functional component.
|
|
4319
4382
|
*/
|
|
4320
|
-
const fSwitchUsers = [
|
|
4383
|
+
const fSwitchUsers = [
|
|
4384
|
+
exports.KupTagNames.BOX,
|
|
4385
|
+
exports.KupTagNames.CELL,
|
|
4386
|
+
exports.KupTagNames.DATA_TABLE,
|
|
4387
|
+
exports.KupTagNames.FORM,
|
|
4388
|
+
exports.KupTagNames.SWITCH,
|
|
4389
|
+
exports.KupTagNames.TREE,
|
|
4390
|
+
];
|
|
4321
4391
|
/**
|
|
4322
4392
|
* Components using the FTextField functional component.
|
|
4323
4393
|
*/
|
|
@@ -4327,8 +4397,10 @@ const fTextFieldUsers = [
|
|
|
4327
4397
|
exports.KupTagNames.CELL,
|
|
4328
4398
|
exports.KupTagNames.COLOR_PICKER,
|
|
4329
4399
|
exports.KupTagNames.COMBOBOX,
|
|
4400
|
+
exports.KupTagNames.DASHBOARD,
|
|
4330
4401
|
exports.KupTagNames.DATA_TABLE,
|
|
4331
4402
|
exports.KupTagNames.DATE_PICKER,
|
|
4403
|
+
exports.KupTagNames.FORM,
|
|
4332
4404
|
exports.KupTagNames.NUMERIC_PICKER,
|
|
4333
4405
|
exports.KupTagNames.TEXT_FIELD,
|
|
4334
4406
|
exports.KupTagNames.TIME_PICKER,
|
|
@@ -6102,6 +6174,155 @@ exports.SelectionMode = void 0;
|
|
|
6102
6174
|
SelectionMode["NONE"] = "none";
|
|
6103
6175
|
})(exports.SelectionMode || (exports.SelectionMode = {}));
|
|
6104
6176
|
|
|
6177
|
+
const autoCenterComps = [exports.KupTagNames.DATA_TABLE, exports.KupTagNames.TREE];
|
|
6178
|
+
const fullWidthFieldsComps = [exports.KupTagNames.DATA_TABLE, exports.KupTagNames.TREE];
|
|
6179
|
+
/**
|
|
6180
|
+
* Supported cell events.
|
|
6181
|
+
*/
|
|
6182
|
+
exports.FCellEvents = void 0;
|
|
6183
|
+
(function (FCellEvents) {
|
|
6184
|
+
FCellEvents["CLICK"] = "kup-cell-click";
|
|
6185
|
+
FCellEvents["ICON_CLICK"] = "kup-cell-iconclick";
|
|
6186
|
+
FCellEvents["INPUT"] = "kup-cell-input";
|
|
6187
|
+
FCellEvents["UPDATE"] = "kup-cell-update";
|
|
6188
|
+
})(exports.FCellEvents || (exports.FCellEvents = {}));
|
|
6189
|
+
/**
|
|
6190
|
+
* Supported cell padding.
|
|
6191
|
+
*/
|
|
6192
|
+
exports.FCellPadding = void 0;
|
|
6193
|
+
(function (FCellPadding) {
|
|
6194
|
+
FCellPadding["DENSE"] = "dense";
|
|
6195
|
+
FCellPadding["MEDIUM"] = "medium";
|
|
6196
|
+
FCellPadding["NONE"] = "";
|
|
6197
|
+
FCellPadding["WIDE"] = "wide";
|
|
6198
|
+
})(exports.FCellPadding || (exports.FCellPadding = {}));
|
|
6199
|
+
/**
|
|
6200
|
+
* Supported cell CSS classes.
|
|
6201
|
+
*/
|
|
6202
|
+
exports.FCellClasses = void 0;
|
|
6203
|
+
(function (FCellClasses) {
|
|
6204
|
+
FCellClasses["BG_DANGER"] = "danger-bg";
|
|
6205
|
+
FCellClasses["BG_GREEN"] = "green-bg";
|
|
6206
|
+
FCellClasses["BG_GREY"] = "grey-bg";
|
|
6207
|
+
FCellClasses["BG_ORANGE"] = "orange-bg";
|
|
6208
|
+
FCellClasses["BG_PURPLE"] = "purple-bg";
|
|
6209
|
+
FCellClasses["BG_SUCCESS"] = "success-bg";
|
|
6210
|
+
FCellClasses["BG_TEAL"] = "teal-bg";
|
|
6211
|
+
FCellClasses["BG_WARNING"] = "warning-bg";
|
|
6212
|
+
FCellClasses["C_BG_DANGER"] = "c-danger-bg";
|
|
6213
|
+
FCellClasses["C_BG_GREEN"] = "c-green-bg";
|
|
6214
|
+
FCellClasses["C_BG_GREY"] = "c-grey-bg";
|
|
6215
|
+
FCellClasses["C_BG_ORANGE"] = "c-orange-bg";
|
|
6216
|
+
FCellClasses["C_BG_PURPLE"] = "c-purple-bg";
|
|
6217
|
+
FCellClasses["C_BG_SUCCESS"] = "c-success-bg";
|
|
6218
|
+
FCellClasses["C_BG_TEAL"] = "c-teal-bg";
|
|
6219
|
+
FCellClasses["C_BG_WARNING"] = "c-warning-bg";
|
|
6220
|
+
FCellClasses["C_CENTERED"] = "c-centered";
|
|
6221
|
+
FCellClasses["C_FITTED"] = "c-fitted";
|
|
6222
|
+
FCellClasses["C_PADDED"] = "c-padded";
|
|
6223
|
+
FCellClasses["C_PADDED_HOR"] = "c-padded-hor";
|
|
6224
|
+
FCellClasses["C_PADDED_VER"] = "c-padded-ver";
|
|
6225
|
+
FCellClasses["C_ROUND"] = "c-round";
|
|
6226
|
+
FCellClasses["C_RIGHT_ALIGNED"] = "c-right-aligned";
|
|
6227
|
+
FCellClasses["C_SHAPED"] = "c-shaped";
|
|
6228
|
+
FCellClasses["C_TEXT_VERTICAL"] = "c-vertical-text";
|
|
6229
|
+
FCellClasses["CLICKABLE"] = "clickable";
|
|
6230
|
+
FCellClasses["HOVER_DISPLAY"] = "display-on-hover";
|
|
6231
|
+
FCellClasses["HOVER_EXPAND"] = "expand-on-hover";
|
|
6232
|
+
FCellClasses["HOVER_REDUCE"] = "reduce-on-hover";
|
|
6233
|
+
FCellClasses["INDICATOR_TOPRIGHT"] = "top-right-indicator";
|
|
6234
|
+
FCellClasses["LINK"] = "link";
|
|
6235
|
+
FCellClasses["MONOSPACE"] = "monospace";
|
|
6236
|
+
FCellClasses["OBJ"] = "obj";
|
|
6237
|
+
FCellClasses["SHAPED"] = "shaped";
|
|
6238
|
+
FCellClasses["TEXT_DANGER"] = "danger-text";
|
|
6239
|
+
FCellClasses["TEXT_INFO"] = "info-text";
|
|
6240
|
+
FCellClasses["TEXT_PRIMARY"] = "primary-text";
|
|
6241
|
+
FCellClasses["TEXT_PURPLE"] = "purple-text";
|
|
6242
|
+
FCellClasses["TEXT_SECONDARY"] = "secondary-text";
|
|
6243
|
+
FCellClasses["TEXT_STRONG"] = "strong-text";
|
|
6244
|
+
FCellClasses["TEXT_SUCCESS"] = "success-text";
|
|
6245
|
+
FCellClasses["TEXT_WARNING"] = "warning-text";
|
|
6246
|
+
FCellClasses["UNDERLINED"] = "underlined";
|
|
6247
|
+
})(exports.FCellClasses || (exports.FCellClasses = {}));
|
|
6248
|
+
/**
|
|
6249
|
+
* Supported cell shapes.
|
|
6250
|
+
*/
|
|
6251
|
+
var FCellShapes;
|
|
6252
|
+
(function (FCellShapes) {
|
|
6253
|
+
FCellShapes["AUTOCOMPLETE"] = "ACP";
|
|
6254
|
+
FCellShapes["BUTTON_LIST"] = "BTN";
|
|
6255
|
+
FCellShapes["CHART"] = "GRA";
|
|
6256
|
+
FCellShapes["CHECKBOX"] = "CHK";
|
|
6257
|
+
FCellShapes["CHIP"] = "CHI";
|
|
6258
|
+
FCellShapes["COLOR_PICKER"] = "CLP";
|
|
6259
|
+
FCellShapes["COMBOBOX"] = "CMB";
|
|
6260
|
+
FCellShapes["EDITOR"] = "EDT";
|
|
6261
|
+
FCellShapes["GAUGE"] = "GAU";
|
|
6262
|
+
FCellShapes["IMAGE"] = "IMG";
|
|
6263
|
+
FCellShapes["KNOB"] = "KNB";
|
|
6264
|
+
FCellShapes["PROGRESS_BAR"] = "PGB";
|
|
6265
|
+
FCellShapes["RADIO"] = "RAD";
|
|
6266
|
+
FCellShapes["RATING"] = "RTG";
|
|
6267
|
+
FCellShapes["SWITCH"] = "SWT";
|
|
6268
|
+
FCellShapes["TEXT_FIELD"] = "ITX";
|
|
6269
|
+
})(FCellShapes || (FCellShapes = {}));
|
|
6270
|
+
/**
|
|
6271
|
+
* Supported cell types.
|
|
6272
|
+
*/
|
|
6273
|
+
exports.FCellTypes = void 0;
|
|
6274
|
+
(function (FCellTypes) {
|
|
6275
|
+
FCellTypes["AUTOCOMPLETE"] = "autocomplete";
|
|
6276
|
+
FCellTypes["BAR"] = "bar";
|
|
6277
|
+
FCellTypes["BUTTON"] = "button";
|
|
6278
|
+
FCellTypes["BUTTON_LIST"] = "button-list";
|
|
6279
|
+
FCellTypes["CHART"] = "chart";
|
|
6280
|
+
FCellTypes["CHECKBOX"] = "checkbox";
|
|
6281
|
+
FCellTypes["CHIP"] = "chips";
|
|
6282
|
+
FCellTypes["COLOR_PICKER"] = "color-picker";
|
|
6283
|
+
FCellTypes["COMBOBOX"] = "combobox";
|
|
6284
|
+
FCellTypes["DATE"] = "date";
|
|
6285
|
+
FCellTypes["DATETIME"] = "datetime";
|
|
6286
|
+
FCellTypes["EDITOR"] = "editor";
|
|
6287
|
+
FCellTypes["GAUGE"] = "gauge";
|
|
6288
|
+
FCellTypes["ICON"] = "icon";
|
|
6289
|
+
FCellTypes["IMAGE"] = "image";
|
|
6290
|
+
FCellTypes["KNOB"] = "knob";
|
|
6291
|
+
FCellTypes["LINK"] = "link";
|
|
6292
|
+
FCellTypes["NUMBER"] = "number";
|
|
6293
|
+
FCellTypes["PROGRESS_BAR"] = "progress-bar";
|
|
6294
|
+
FCellTypes["RADIO"] = "radio";
|
|
6295
|
+
FCellTypes["RATING"] = "rating";
|
|
6296
|
+
FCellTypes["STRING"] = "string";
|
|
6297
|
+
FCellTypes["SWITCH"] = "switch";
|
|
6298
|
+
FCellTypes["TIME"] = "time";
|
|
6299
|
+
})(exports.FCellTypes || (exports.FCellTypes = {}));
|
|
6300
|
+
const editableTypes = [
|
|
6301
|
+
exports.FCellTypes.AUTOCOMPLETE,
|
|
6302
|
+
exports.FCellTypes.CHECKBOX,
|
|
6303
|
+
exports.FCellTypes.COLOR_PICKER,
|
|
6304
|
+
exports.FCellTypes.COMBOBOX,
|
|
6305
|
+
exports.FCellTypes.DATE,
|
|
6306
|
+
exports.FCellTypes.NUMBER,
|
|
6307
|
+
exports.FCellTypes.RATING,
|
|
6308
|
+
exports.FCellTypes.STRING,
|
|
6309
|
+
exports.FCellTypes.SWITCH,
|
|
6310
|
+
exports.FCellTypes.TIME,
|
|
6311
|
+
];
|
|
6312
|
+
const kupTypes = [
|
|
6313
|
+
exports.FCellTypes.BAR,
|
|
6314
|
+
exports.FCellTypes.BUTTON,
|
|
6315
|
+
exports.FCellTypes.BUTTON_LIST,
|
|
6316
|
+
exports.FCellTypes.CHART,
|
|
6317
|
+
exports.FCellTypes.CHIP,
|
|
6318
|
+
exports.FCellTypes.COLOR_PICKER,
|
|
6319
|
+
exports.FCellTypes.GAUGE,
|
|
6320
|
+
exports.FCellTypes.KNOB,
|
|
6321
|
+
exports.FCellTypes.PROGRESS_BAR,
|
|
6322
|
+
exports.FCellTypes.RADIO,
|
|
6323
|
+
exports.FCellTypes.RATING,
|
|
6324
|
+
];
|
|
6325
|
+
|
|
6105
6326
|
const dom$4 = document.documentElement;
|
|
6106
6327
|
/**
|
|
6107
6328
|
* Handles data operations.
|
|
@@ -6119,6 +6340,99 @@ class KupData {
|
|
|
6119
6340
|
replace(dataset, cell, columns) {
|
|
6120
6341
|
return replaceCell(dataset, cell, columns);
|
|
6121
6342
|
},
|
|
6343
|
+
getType(cell, shape) {
|
|
6344
|
+
const obj = cell.obj;
|
|
6345
|
+
if (shape) {
|
|
6346
|
+
switch (shape.toUpperCase()) {
|
|
6347
|
+
case FCellShapes.AUTOCOMPLETE:
|
|
6348
|
+
return exports.FCellTypes.AUTOCOMPLETE;
|
|
6349
|
+
case FCellShapes.BUTTON_LIST:
|
|
6350
|
+
return exports.FCellTypes.BUTTON_LIST;
|
|
6351
|
+
case FCellShapes.CHART:
|
|
6352
|
+
return exports.FCellTypes.CHART;
|
|
6353
|
+
case FCellShapes.CHECKBOX:
|
|
6354
|
+
return exports.FCellTypes.CHECKBOX;
|
|
6355
|
+
case FCellShapes.CHIP:
|
|
6356
|
+
return exports.FCellTypes.CHIP;
|
|
6357
|
+
case FCellShapes.COLOR_PICKER:
|
|
6358
|
+
return exports.FCellTypes.COLOR_PICKER;
|
|
6359
|
+
case FCellShapes.COMBOBOX:
|
|
6360
|
+
return exports.FCellTypes.COMBOBOX;
|
|
6361
|
+
case FCellShapes.EDITOR:
|
|
6362
|
+
return exports.FCellTypes.EDITOR;
|
|
6363
|
+
case FCellShapes.GAUGE:
|
|
6364
|
+
return exports.FCellTypes.GAUGE;
|
|
6365
|
+
case FCellShapes.IMAGE:
|
|
6366
|
+
return exports.FCellTypes.IMAGE;
|
|
6367
|
+
case FCellShapes.KNOB:
|
|
6368
|
+
return exports.FCellTypes.KNOB;
|
|
6369
|
+
case FCellShapes.PROGRESS_BAR:
|
|
6370
|
+
return exports.FCellTypes.PROGRESS_BAR;
|
|
6371
|
+
case FCellShapes.RADIO:
|
|
6372
|
+
return exports.FCellTypes.RADIO;
|
|
6373
|
+
case FCellShapes.RATING:
|
|
6374
|
+
return exports.FCellTypes.RATING;
|
|
6375
|
+
case FCellShapes.SWITCH:
|
|
6376
|
+
return exports.FCellTypes.SWITCH;
|
|
6377
|
+
case FCellShapes.TEXT_FIELD:
|
|
6378
|
+
return exports.FCellTypes.STRING;
|
|
6379
|
+
}
|
|
6380
|
+
}
|
|
6381
|
+
if (dom$4.ketchup.objects.isBar(obj)) {
|
|
6382
|
+
return exports.FCellTypes.BAR;
|
|
6383
|
+
}
|
|
6384
|
+
else if (dom$4.ketchup.objects.isButton(obj)) {
|
|
6385
|
+
return exports.FCellTypes.BUTTON;
|
|
6386
|
+
}
|
|
6387
|
+
else if (dom$4.ketchup.objects.isChart(obj)) {
|
|
6388
|
+
return exports.FCellTypes.CHART;
|
|
6389
|
+
}
|
|
6390
|
+
else if (dom$4.ketchup.objects.isCheckbox(obj)) {
|
|
6391
|
+
return exports.FCellTypes.CHECKBOX;
|
|
6392
|
+
}
|
|
6393
|
+
else if (dom$4.ketchup.objects.isColor(obj)) {
|
|
6394
|
+
return exports.FCellTypes.COLOR_PICKER;
|
|
6395
|
+
}
|
|
6396
|
+
else if (dom$4.ketchup.objects.isIcon(obj)) {
|
|
6397
|
+
return exports.FCellTypes.ICON;
|
|
6398
|
+
}
|
|
6399
|
+
else if (dom$4.ketchup.objects.isImage(obj)) {
|
|
6400
|
+
return exports.FCellTypes.IMAGE;
|
|
6401
|
+
}
|
|
6402
|
+
else if (dom$4.ketchup.objects.isLink(obj)) {
|
|
6403
|
+
return exports.FCellTypes.LINK;
|
|
6404
|
+
}
|
|
6405
|
+
else if (dom$4.ketchup.objects.isProgressBar(obj)) {
|
|
6406
|
+
return exports.FCellTypes.PROGRESS_BAR;
|
|
6407
|
+
}
|
|
6408
|
+
else if (dom$4.ketchup.objects.isRadio(obj)) {
|
|
6409
|
+
return exports.FCellTypes.RADIO;
|
|
6410
|
+
}
|
|
6411
|
+
else if (dom$4.ketchup.objects.isSwitch(obj)) {
|
|
6412
|
+
return exports.FCellTypes.SWITCH;
|
|
6413
|
+
}
|
|
6414
|
+
else if (dom$4.ketchup.objects.isKupObjList(obj)) {
|
|
6415
|
+
return exports.FCellTypes.CHIP;
|
|
6416
|
+
}
|
|
6417
|
+
else if (dom$4.ketchup.objects.isNumber(obj)) {
|
|
6418
|
+
return exports.FCellTypes.NUMBER;
|
|
6419
|
+
}
|
|
6420
|
+
else if (dom$4.ketchup.objects.isDate(obj)) {
|
|
6421
|
+
return exports.FCellTypes.DATE;
|
|
6422
|
+
}
|
|
6423
|
+
else if (dom$4.ketchup.objects.isTimestamp(obj)) {
|
|
6424
|
+
return exports.FCellTypes.DATETIME;
|
|
6425
|
+
}
|
|
6426
|
+
else if (dom$4.ketchup.objects.isTime(obj)) {
|
|
6427
|
+
return exports.FCellTypes.TIME;
|
|
6428
|
+
}
|
|
6429
|
+
else if (dom$4.ketchup.objects.isVoCodver(obj)) {
|
|
6430
|
+
return exports.FCellTypes.ICON;
|
|
6431
|
+
}
|
|
6432
|
+
else {
|
|
6433
|
+
return exports.FCellTypes.STRING;
|
|
6434
|
+
}
|
|
6435
|
+
},
|
|
6122
6436
|
};
|
|
6123
6437
|
this.column = {
|
|
6124
6438
|
find(dataset, filters) {
|
|
@@ -16689,8 +17003,11 @@ exports.FixedCellsCSSVarsBase = FixedCellsCSSVarsBase;
|
|
|
16689
17003
|
exports.FixedCellsClasses = FixedCellsClasses;
|
|
16690
17004
|
exports.KupDates = KupDates;
|
|
16691
17005
|
exports.KupObjects = KupObjects;
|
|
17006
|
+
exports.autoCenterComps = autoCenterComps;
|
|
16692
17007
|
exports.createCommonjsModule = createCommonjsModule;
|
|
17008
|
+
exports.editableTypes = editableTypes;
|
|
16693
17009
|
exports.fieldColumn = fieldColumn;
|
|
17010
|
+
exports.fullWidthFieldsComps = fullWidthFieldsComps;
|
|
16694
17011
|
exports.getDefaultExportFromCjs = getDefaultExportFromCjs;
|
|
16695
17012
|
exports.iconColumn = iconColumn;
|
|
16696
17013
|
exports.keyColumn = keyColumn;
|
|
@@ -16701,3 +17018,4 @@ exports.kupDraggableRowAttr = kupDraggableRowAttr;
|
|
|
16701
17018
|
exports.kupDropEvent = kupDropEvent;
|
|
16702
17019
|
exports.kupDynamicPositionAttribute = kupDynamicPositionAttribute;
|
|
16703
17020
|
exports.kupManagerInstance = kupManagerInstance;
|
|
17021
|
+
exports.kupTypes = kupTypes;
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
6
|
-
const kupManager = require('./kup-manager-
|
|
7
|
-
const utils = require('./utils-
|
|
5
|
+
const index = require('./index-06b131ea.js');
|
|
6
|
+
const kupManager = require('./kup-manager-2fee8cf3.js');
|
|
7
|
+
const utils = require('./utils-8470184d.js');
|
|
8
8
|
const GenericVariables = require('./GenericVariables-a9ed17ee.js');
|
|
9
9
|
|
|
10
10
|
const navbarClass = 'nav-bar';
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
6
|
-
const kupManager = require('./kup-manager-
|
|
5
|
+
const index = require('./index-06b131ea.js');
|
|
6
|
+
const kupManager = require('./kup-manager-2fee8cf3.js');
|
|
7
7
|
const GenericVariables = require('./GenericVariables-a9ed17ee.js');
|
|
8
|
-
const fTextField = require('./f-text-field-
|
|
8
|
+
const fTextField = require('./f-text-field-7d31190f.js');
|
|
9
9
|
const fTextFieldMdc = require('./f-text-field-mdc-85997738.js');
|
|
10
10
|
require('./tslib.es6-0ee02c67.js');
|
|
11
11
|
require('./component-72a5b626.js');
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
6
|
-
const kupManager = require('./kup-manager-
|
|
7
|
-
const utils = require('./utils-
|
|
5
|
+
const index = require('./index-06b131ea.js');
|
|
6
|
+
const kupManager = require('./kup-manager-2fee8cf3.js');
|
|
7
|
+
const utils = require('./utils-8470184d.js');
|
|
8
8
|
const GenericVariables = require('./GenericVariables-a9ed17ee.js');
|
|
9
9
|
|
|
10
10
|
/**
|
|
@@ -18,7 +18,7 @@ var KupPhotoFrameProps;
|
|
|
18
18
|
KupPhotoFrameProps["resourceAttrs"] = "Html attributes of the picture after the component enters the viewport.";
|
|
19
19
|
})(KupPhotoFrameProps || (KupPhotoFrameProps = {}));
|
|
20
20
|
|
|
21
|
-
const kupPhotoFrameCss = ":host{--kup_photoframe_border:var(\n --kup-photoframe-border,\n 1px inset var(--kup-border-color)\n );--kup_photoframe_fade_out_time:var(--kup-photoframe-fade-out-time,
|
|
21
|
+
const kupPhotoFrameCss = ":host{--kup_photoframe_border:var(\n --kup-photoframe-border,\n 1px inset var(--kup-border-color)\n );--kup_photoframe_fade_out_time:var(--kup-photoframe-fade-out-time, 2000ms);border:var(--kup_photoframe_border);display:block;height:100%;position:relative;width:100%}#kup-component{position:relative;height:100%;width:100%}img{max-height:100%;max-width:100%}.horizontal img{width:100%}.vertical img{height:100%}.placeholder{display:none;transition:opacity var(--kup_photoframe_fade_out_time) ease-out;will-change:opacity}.placeholder--loaded{display:block}.placeholder--fade-out{left:0;opacity:0;position:absolute;top:0}.resource{display:block}:host(.kup-fit) img{height:100%;object-fit:cover;width:100%}";
|
|
22
22
|
|
|
23
23
|
var __classPrivateFieldGet = (undefined && undefined.__classPrivateFieldGet) || function (receiver, state, kind, f) {
|
|
24
24
|
if (kind === "a" && !f)
|
|
@@ -36,7 +36,7 @@ var __classPrivateFieldSet = (undefined && undefined.__classPrivateFieldSet) ||
|
|
|
36
36
|
throw new TypeError("Cannot write private member to an object whose class did not declare it");
|
|
37
37
|
return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
|
|
38
38
|
};
|
|
39
|
-
var _KupPhotoFrame_intObserver, _KupPhotoFrame_kupManager, _KupPhotoFrame_placeholderEl,
|
|
39
|
+
var _KupPhotoFrame_intObserver, _KupPhotoFrame_kupManager, _KupPhotoFrame_placeholderEl, _KupPhotoFrame_renderResource, _KupPhotoFrame_wrapperEl;
|
|
40
40
|
const KupPhotoFrame = class {
|
|
41
41
|
constructor(hostRef) {
|
|
42
42
|
index.registerInstance(this, hostRef);
|
|
@@ -76,7 +76,6 @@ const KupPhotoFrame = class {
|
|
|
76
76
|
_KupPhotoFrame_intObserver.set(this, null);
|
|
77
77
|
_KupPhotoFrame_kupManager.set(this, kupManager.kupManagerInstance());
|
|
78
78
|
_KupPhotoFrame_placeholderEl.set(this, null);
|
|
79
|
-
_KupPhotoFrame_resourceEl.set(this, null);
|
|
80
79
|
_KupPhotoFrame_renderResource.set(this, false);
|
|
81
80
|
_KupPhotoFrame_wrapperEl.set(this, null);
|
|
82
81
|
}
|
|
@@ -158,8 +157,7 @@ const KupPhotoFrame = class {
|
|
|
158
157
|
comp: this,
|
|
159
158
|
id: this.rootElement.id,
|
|
160
159
|
});
|
|
161
|
-
} })), __classPrivateFieldGet(this, _KupPhotoFrame_renderResource, "f") ? (index.h("img", Object.assign({}, this.resourceAttrs, { class: "resource",
|
|
162
|
-
__classPrivateFieldGet(this, _KupPhotoFrame_resourceEl, "f").classList.add('resource--fade-in');
|
|
160
|
+
} })), __classPrivateFieldGet(this, _KupPhotoFrame_renderResource, "f") ? (index.h("img", Object.assign({}, this.resourceAttrs, { class: "resource", onLoad: () => {
|
|
163
161
|
__classPrivateFieldGet(this, _KupPhotoFrame_placeholderEl, "f").classList.add('placeholder--fade-out');
|
|
164
162
|
this.kupPhotoFrameResourceLoad.emit({
|
|
165
163
|
comp: this,
|
|
@@ -173,7 +171,7 @@ const KupPhotoFrame = class {
|
|
|
173
171
|
}
|
|
174
172
|
get rootElement() { return index.getElement(this); }
|
|
175
173
|
};
|
|
176
|
-
_KupPhotoFrame_intObserver = new WeakMap(), _KupPhotoFrame_kupManager = new WeakMap(), _KupPhotoFrame_placeholderEl = new WeakMap(),
|
|
174
|
+
_KupPhotoFrame_intObserver = new WeakMap(), _KupPhotoFrame_kupManager = new WeakMap(), _KupPhotoFrame_placeholderEl = new WeakMap(), _KupPhotoFrame_renderResource = new WeakMap(), _KupPhotoFrame_wrapperEl = new WeakMap();
|
|
177
175
|
KupPhotoFrame.style = kupPhotoFrameCss;
|
|
178
176
|
|
|
179
177
|
exports.kup_photo_frame = KupPhotoFrame;
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
6
|
-
const kupManager = require('./kup-manager-
|
|
5
|
+
const index = require('./index-06b131ea.js');
|
|
6
|
+
const kupManager = require('./kup-manager-2fee8cf3.js');
|
|
7
7
|
const GenericVariables = require('./GenericVariables-a9ed17ee.js');
|
|
8
8
|
|
|
9
9
|
const KupProbe = class {
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
6
|
-
const kupManager = require('./kup-manager-
|
|
5
|
+
const index = require('./index-06b131ea.js');
|
|
6
|
+
const kupManager = require('./kup-manager-2fee8cf3.js');
|
|
7
7
|
|
|
8
8
|
const kupQlikCss = ".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-color, #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%}";
|
|
9
9
|
|