@sme.up/ketchup 9.6.6 → 9.6.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/{f-button-7de4ca64.js → f-button-3cc5c9ba.js} +1 -1
- package/dist/cjs/{f-cell-abe47ff4.js → f-cell-192e5b87.js} +5 -5
- package/dist/cjs/{f-chip-d98809f9.js → f-chip-be2dddb4.js} +2 -2
- package/dist/cjs/{f-image-b22e12c9.js → f-image-98e4e61d.js} +32 -9
- package/dist/cjs/{f-paginator-utils-59c26ee9.js → f-paginator-utils-44d07f52.js} +2 -2
- package/dist/cjs/{f-text-field-4cacd928.js → f-text-field-1efcecb6.js} +1 -1
- package/dist/cjs/index.cjs.js +1 -1
- package/dist/cjs/ketchup.cjs.js +1 -1
- package/dist/cjs/kup-accordion.cjs.entry.js +2 -2
- package/dist/cjs/kup-autocomplete_27.cjs.entry.js +9 -7
- package/dist/cjs/kup-box.cjs.entry.js +22 -15
- package/dist/cjs/kup-calendar.cjs.entry.js +4 -4
- package/dist/cjs/kup-card-list.cjs.entry.js +1 -1
- package/dist/cjs/kup-cell.cjs.entry.js +6 -6
- package/dist/cjs/kup-dashboard.cjs.entry.js +4 -4
- 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 +29 -3
- package/dist/cjs/kup-family-tree.cjs.entry.js +3 -3
- package/dist/cjs/kup-grid.cjs.entry.js +1 -1
- package/dist/cjs/kup-iframe.cjs.entry.js +1 -1
- package/dist/cjs/kup-image-list.cjs.entry.js +6 -6
- package/dist/cjs/kup-input-panel.cjs.entry.js +70 -40
- package/dist/cjs/kup-lazy.cjs.entry.js +1 -1
- package/dist/cjs/kup-magic-box.cjs.entry.js +2 -2
- package/dist/cjs/{kup-manager-118c4e57.js → kup-manager-72ad15fe.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-pdf.cjs.entry.js +1 -1
- package/dist/cjs/kup-photo-frame.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 +3 -3
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/collection/assets/editor.js +3 -2
- package/dist/collection/assets/input-panel.js +3864 -260
- package/dist/collection/components/kup-box/kup-box.js +15 -8
- package/dist/collection/components/kup-editor/kup-editor-declarations.js +1 -0
- package/dist/collection/components/kup-editor/kup-editor.js +56 -2
- package/dist/collection/components/kup-image/kup-image.js +23 -0
- package/dist/collection/components/kup-input-panel/kup-input-panel.css +12 -0
- package/dist/collection/components/kup-input-panel/kup-input-panel.js +64 -34
- package/dist/collection/f-components/f-image/f-image.js +32 -10
- package/dist/components/kup-autocomplete2.js +35 -9
- package/dist/components/kup-box2.js +15 -8
- package/dist/components/kup-editor.js +30 -2
- package/dist/components/kup-input-panel.js +65 -35
- package/dist/components/kup-manager.js +1 -1
- package/dist/esm/{f-button-e63b4537.js → f-button-07a6ea71.js} +1 -1
- package/dist/esm/{f-cell-262f3239.js → f-cell-819033de.js} +5 -5
- package/dist/esm/{f-chip-eaf517ff.js → f-chip-71ce7cab.js} +2 -2
- package/dist/esm/{f-image-20e217c8.js → f-image-46787842.js} +32 -9
- package/dist/esm/{f-paginator-utils-7ed775bd.js → f-paginator-utils-a8f895d1.js} +2 -2
- package/dist/esm/{f-text-field-17075562.js → f-text-field-52de97f3.js} +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/ketchup.js +1 -1
- package/dist/esm/kup-accordion.entry.js +2 -2
- package/dist/esm/kup-autocomplete_27.entry.js +9 -7
- package/dist/esm/kup-box.entry.js +22 -15
- package/dist/esm/kup-calendar.entry.js +4 -4
- package/dist/esm/kup-card-list.entry.js +1 -1
- package/dist/esm/kup-cell.entry.js +6 -6
- package/dist/esm/kup-dashboard.entry.js +4 -4
- 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 +29 -3
- package/dist/esm/kup-family-tree.entry.js +3 -3
- package/dist/esm/kup-grid.entry.js +1 -1
- package/dist/esm/kup-iframe.entry.js +1 -1
- package/dist/esm/kup-image-list.entry.js +6 -6
- package/dist/esm/kup-input-panel.entry.js +70 -40
- package/dist/esm/kup-lazy.entry.js +1 -1
- package/dist/esm/kup-magic-box.entry.js +2 -2
- package/dist/esm/{kup-manager-c974dda6.js → kup-manager-7b151628.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-pdf.entry.js +1 -1
- package/dist/esm/kup-photo-frame.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 +3 -3
- package/dist/esm/loader.js +1 -1
- package/dist/ketchup/index.esm.js +1 -1
- package/dist/ketchup/ketchup.esm.js +1 -1
- package/dist/ketchup/p-00a5d02c.js +1 -0
- package/dist/ketchup/{p-fa1f706e.js → p-0787925c.js} +1 -1
- package/dist/ketchup/{p-76f39bd6.entry.js → p-1afe847f.entry.js} +1 -1
- package/dist/ketchup/{p-04d047b1.entry.js → p-1f8d3a1e.entry.js} +1 -1
- package/dist/ketchup/{p-8c7009f6.entry.js → p-20030845.entry.js} +1 -1
- package/dist/ketchup/{p-04e2beb5.js → p-34b51a97.js} +1 -1
- package/dist/ketchup/{p-b169b592.js → p-43a89559.js} +1 -1
- package/dist/ketchup/p-45bb8683.entry.js +1 -0
- package/dist/ketchup/{p-dad18517.entry.js → p-475429a1.entry.js} +1 -1
- package/dist/ketchup/{p-d77fbe3d.entry.js → p-4952eba9.entry.js} +1 -1
- package/dist/ketchup/{p-ca3d9d80.js → p-537f66c5.js} +1 -1
- package/dist/ketchup/{p-f6f30bb4.entry.js → p-58093828.entry.js} +1 -1
- package/dist/ketchup/{p-e7eaa6b3.entry.js → p-64099f8c.entry.js} +2 -2
- package/dist/ketchup/p-66ec0b16.entry.js +1 -0
- package/dist/ketchup/{p-e850bdf3.entry.js → p-791dfc1a.entry.js} +1 -1
- package/dist/ketchup/{p-c7e28520.entry.js → p-7ce691cd.entry.js} +1 -1
- package/dist/ketchup/{p-2ea2fd08.entry.js → p-85d44da6.entry.js} +1 -1
- package/dist/ketchup/{p-cb600014.entry.js → p-9106f511.entry.js} +1 -1
- package/dist/ketchup/{p-9fa95bdb.entry.js → p-a323ff1c.entry.js} +1 -1
- package/dist/ketchup/{p-4f4d4b9d.entry.js → p-b42a37ae.entry.js} +1 -1
- package/dist/ketchup/{p-c0be9b3c.entry.js → p-b58cc563.entry.js} +1 -1
- package/dist/ketchup/p-b8aefc56.entry.js +1 -0
- package/dist/ketchup/{p-4561daec.entry.js → p-bb1b8aac.entry.js} +1 -1
- package/dist/ketchup/{p-d9a4f193.entry.js → p-be0070a2.entry.js} +3 -3
- package/dist/ketchup/{p-1b5eb6f4.entry.js → p-cd0f09b3.entry.js} +1 -1
- package/dist/ketchup/{p-02b017a6.entry.js → p-cea71777.entry.js} +1 -1
- package/dist/ketchup/{p-b6e350b5.entry.js → p-d56677f1.entry.js} +1 -1
- package/dist/ketchup/{p-c58a6b55.entry.js → p-e70ff428.entry.js} +1 -1
- package/dist/ketchup/{p-237f4b66.js → p-ecbd1132.js} +1 -1
- package/dist/ketchup/{p-b5a46daf.entry.js → p-ed99792c.entry.js} +1 -1
- package/dist/ketchup/{p-1fc57b76.entry.js → p-f1aa239b.entry.js} +1 -1
- package/dist/ketchup/{p-75b2681f.js → p-f46c2da6.js} +1 -1
- package/dist/types/components/kup-editor/kup-editor-declarations.d.ts +2 -0
- package/dist/types/components/kup-editor/kup-editor.d.ts +8 -1
- package/dist/types/components/kup-image/kup-image.d.ts +5 -0
- package/dist/types/components/kup-input-panel/kup-input-panel-declarations.d.ts +2 -2
- package/dist/types/components.d.ts +22 -2
- package/dist/types/f-components/f-image/f-image-declarations.d.ts +1 -0
- package/package.json +1 -1
- package/dist/ketchup/p-2c3aff15.js +0 -1
- package/dist/ketchup/p-90b07248.entry.js +0 -1
- package/dist/ketchup/p-b9884b65.entry.js +0 -1
- package/dist/ketchup/p-f943ef5b.entry.js +0 -1
|
@@ -3,15 +3,15 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-380e4fcd.js');
|
|
6
|
-
const kupManager = require('./kup-manager-
|
|
6
|
+
const kupManager = require('./kup-manager-72ad15fe.js');
|
|
7
7
|
const GenericVariables = require('./GenericVariables-1d52ba57.js');
|
|
8
|
-
const fCell = require('./f-cell-
|
|
8
|
+
const fCell = require('./f-cell-192e5b87.js');
|
|
9
9
|
require('./kup-dates-e22ee32c.js');
|
|
10
10
|
require('./f-checkbox-e19055aa.js');
|
|
11
|
-
require('./f-text-field-
|
|
12
|
-
require('./f-image-
|
|
13
|
-
require('./f-chip-
|
|
14
|
-
require('./f-button-
|
|
11
|
+
require('./f-text-field-1efcecb6.js');
|
|
12
|
+
require('./f-image-98e4e61d.js');
|
|
13
|
+
require('./f-chip-be2dddb4.js');
|
|
14
|
+
require('./f-button-3cc5c9ba.js');
|
|
15
15
|
require('./f-button-declarations-51ef6d9a.js');
|
|
16
16
|
|
|
17
17
|
/**
|
|
@@ -3,14 +3,14 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-380e4fcd.js');
|
|
6
|
-
const fButton = require('./f-button-
|
|
6
|
+
const fButton = require('./f-button-3cc5c9ba.js');
|
|
7
7
|
const fCheckbox = require('./f-checkbox-e19055aa.js');
|
|
8
|
-
const fTextField = require('./f-text-field-
|
|
8
|
+
const fTextField = require('./f-text-field-1efcecb6.js');
|
|
9
9
|
const fTextFieldMdc = require('./f-text-field-mdc-08a06162.js');
|
|
10
|
-
const kupManager = require('./kup-manager-
|
|
10
|
+
const kupManager = require('./kup-manager-72ad15fe.js');
|
|
11
11
|
const GenericVariables = require('./GenericVariables-1d52ba57.js');
|
|
12
12
|
require('./f-button-declarations-51ef6d9a.js');
|
|
13
|
-
require('./f-image-
|
|
13
|
+
require('./f-image-98e4e61d.js');
|
|
14
14
|
require('./component-cb3b32f5.js');
|
|
15
15
|
require('./kup-dates-e22ee32c.js');
|
|
16
16
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-380e4fcd.js');
|
|
6
|
-
const kupManager = require('./kup-manager-
|
|
6
|
+
const kupManager = require('./kup-manager-72ad15fe.js');
|
|
7
7
|
const GenericVariables = require('./GenericVariables-1d52ba57.js');
|
|
8
8
|
require('./kup-dates-e22ee32c.js');
|
|
9
9
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-380e4fcd.js');
|
|
6
|
-
const kupManager = require('./kup-manager-
|
|
6
|
+
const kupManager = require('./kup-manager-72ad15fe.js');
|
|
7
7
|
const GenericVariables = require('./GenericVariables-1d52ba57.js');
|
|
8
8
|
require('./kup-dates-e22ee32c.js');
|
|
9
9
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-380e4fcd.js');
|
|
6
|
-
const kupManager = require('./kup-manager-
|
|
6
|
+
const kupManager = require('./kup-manager-72ad15fe.js');
|
|
7
7
|
const GenericVariables = require('./GenericVariables-1d52ba57.js');
|
|
8
8
|
const kupDates = require('./kup-dates-e22ee32c.js');
|
|
9
9
|
|
|
@@ -39125,6 +39125,7 @@ var KupEditorProps;
|
|
|
39125
39125
|
KupEditorProps["initialEditType"] = "Initializes editor with the specified editor type. Suported values: \"markdown\", \"wysiwyg\".";
|
|
39126
39126
|
KupEditorProps["initialValue"] = "Initializes editor with the specified string.";
|
|
39127
39127
|
KupEditorProps["isReadOnly"] = "Defaults at false. When set, When set, the editor\u2019s content can\u2019t be changed..";
|
|
39128
|
+
KupEditorProps["selectedTab"] = "Sets the markdown editor with the specified tab. Supported values: \"preview\", \"write\".";
|
|
39128
39129
|
KupEditorProps["previewStyle"] = "Initializes editor with the specified preview type. Suported values: \"tab\", \"vertical\".";
|
|
39129
39130
|
KupEditorProps["showSaveButton"] = "When set, a save button shown in the editor\u2019s toolbar.";
|
|
39130
39131
|
KupEditorProps["showToolbar"] = "When set to false, the toolbar will not be shown.";
|
|
@@ -45923,6 +45924,7 @@ const KupEditor = class {
|
|
|
45923
45924
|
this.initialValue = '';
|
|
45924
45925
|
this.isReadOnly = false;
|
|
45925
45926
|
this.previewStyle = 'vertical';
|
|
45927
|
+
this.selectedTab = 'write';
|
|
45926
45928
|
this.showSaveButton = true;
|
|
45927
45929
|
this.showToolbar = true;
|
|
45928
45930
|
}
|
|
@@ -45943,7 +45945,14 @@ const KupEditor = class {
|
|
|
45943
45945
|
if (this.editor) {
|
|
45944
45946
|
// to give focus to editor
|
|
45945
45947
|
setTimeout(() => {
|
|
45946
|
-
|
|
45948
|
+
if (this.editor) {
|
|
45949
|
+
this.editor.moveCursorToStart();
|
|
45950
|
+
if (this.initialEditType === 'markdown' &&
|
|
45951
|
+
this.previewStyle === 'tab' &&
|
|
45952
|
+
this.selectedTab === 'preview') {
|
|
45953
|
+
this.updateMarkDownPreviewTab();
|
|
45954
|
+
}
|
|
45955
|
+
}
|
|
45947
45956
|
}, 100);
|
|
45948
45957
|
}
|
|
45949
45958
|
}
|
|
@@ -45982,6 +45991,13 @@ const KupEditor = class {
|
|
|
45982
45991
|
}
|
|
45983
45992
|
this.updateToolbarVisiblity();
|
|
45984
45993
|
}
|
|
45994
|
+
onMarkdownPreviewTabChanged() {
|
|
45995
|
+
if ((this.initialEditType != 'markdown' &&
|
|
45996
|
+
this.previewStyle != 'tab') ||
|
|
45997
|
+
!this.editor)
|
|
45998
|
+
return;
|
|
45999
|
+
this.updateMarkDownPreviewTab();
|
|
46000
|
+
}
|
|
45985
46001
|
onShowSaveButtonChanged() {
|
|
45986
46002
|
if (this.editor) {
|
|
45987
46003
|
const toolbar = this.editor.getUI().getToolbar();
|
|
@@ -46163,6 +46179,15 @@ const KupEditor = class {
|
|
|
46163
46179
|
onEditorAutoSave() {
|
|
46164
46180
|
this.kupAutoSave.emit(this.getSaveAndAutoSaveProps());
|
|
46165
46181
|
}
|
|
46182
|
+
updateMarkDownPreviewTab() {
|
|
46183
|
+
const tabSection = this.rootElement.querySelector('.te-markdown-tab-section');
|
|
46184
|
+
if (!tabSection)
|
|
46185
|
+
return;
|
|
46186
|
+
this.selectedTab === 'preview' &&
|
|
46187
|
+
tabSection.querySelector('button:last-child').click();
|
|
46188
|
+
this.selectedTab === 'write' &&
|
|
46189
|
+
tabSection.querySelector('button').click();
|
|
46190
|
+
}
|
|
46166
46191
|
getToolBarWithSaveButton(includeDefaultItems = true) {
|
|
46167
46192
|
const options = {
|
|
46168
46193
|
toolbarItems: [
|
|
@@ -46237,7 +46262,7 @@ const KupEditor = class {
|
|
|
46237
46262
|
__classPrivateFieldGet(this, _KupEditor_kupManager, "f").debug.logRender(this, true);
|
|
46238
46263
|
}
|
|
46239
46264
|
render() {
|
|
46240
|
-
return (index.h(index.Host, { key: '
|
|
46265
|
+
return (index.h(index.Host, { key: 'f414260cec0a8190bdd9f5958d7eef3199866068' }, index.h("div", { key: '285a3de0a62a09bac44d88a949f33d415ca433b6', id: GenericVariables.componentWrapperId }, index.h("div", { key: this.rootElement.id, ref: (el) => (this.editorRef = el), class: "kup-editor" }))));
|
|
46241
46266
|
}
|
|
46242
46267
|
disconnectedCallback() {
|
|
46243
46268
|
__classPrivateFieldGet(this, _KupEditor_kupManager, "f").theme.unregister(this);
|
|
@@ -46250,6 +46275,7 @@ const KupEditor = class {
|
|
|
46250
46275
|
"initialEditType": ["onInitialEditTypeChanged"],
|
|
46251
46276
|
"isReadOnly": ["onIsReadOnlyChanged"],
|
|
46252
46277
|
"previewStyle": ["onPreviewStyleChanged"],
|
|
46278
|
+
"selectedTab": ["onMarkdownPreviewTabChanged"],
|
|
46253
46279
|
"showSaveButton": ["onShowSaveButtonChanged"],
|
|
46254
46280
|
"showToolbar": ["onShowToolBarChanged"],
|
|
46255
46281
|
"autosaveTimer": ["onAutosaveTimerChanged"]
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-380e4fcd.js');
|
|
6
|
-
const fButton = require('./f-button-
|
|
6
|
+
const fButton = require('./f-button-3cc5c9ba.js');
|
|
7
7
|
const fButtonDeclarations = require('./f-button-declarations-51ef6d9a.js');
|
|
8
|
-
const fImage = require('./f-image-
|
|
9
|
-
const kupManager = require('./kup-manager-
|
|
8
|
+
const fImage = require('./f-image-98e4e61d.js');
|
|
9
|
+
const kupManager = require('./kup-manager-72ad15fe.js');
|
|
10
10
|
const GenericVariables = require('./GenericVariables-1d52ba57.js');
|
|
11
11
|
require('./kup-dates-e22ee32c.js');
|
|
12
12
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-380e4fcd.js');
|
|
6
|
-
const kupManager = require('./kup-manager-
|
|
6
|
+
const kupManager = require('./kup-manager-72ad15fe.js');
|
|
7
7
|
const GenericVariables = require('./GenericVariables-1d52ba57.js');
|
|
8
8
|
require('./kup-dates-e22ee32c.js');
|
|
9
9
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-380e4fcd.js');
|
|
6
|
-
const kupManager = require('./kup-manager-
|
|
6
|
+
const kupManager = require('./kup-manager-72ad15fe.js');
|
|
7
7
|
require('./kup-dates-e22ee32c.js');
|
|
8
8
|
|
|
9
9
|
/**
|
|
@@ -3,17 +3,17 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-380e4fcd.js');
|
|
6
|
-
const kupManager = require('./kup-manager-
|
|
6
|
+
const kupManager = require('./kup-manager-72ad15fe.js');
|
|
7
7
|
const GenericVariables = require('./GenericVariables-1d52ba57.js');
|
|
8
|
-
const fImage = require('./f-image-
|
|
9
|
-
const fButton = require('./f-button-
|
|
8
|
+
const fImage = require('./f-image-98e4e61d.js');
|
|
9
|
+
const fButton = require('./f-button-3cc5c9ba.js');
|
|
10
10
|
const fButtonDeclarations = require('./f-button-declarations-51ef6d9a.js');
|
|
11
|
-
const fCell = require('./f-cell-
|
|
11
|
+
const fCell = require('./f-cell-192e5b87.js');
|
|
12
12
|
const component = require('./component-cb3b32f5.js');
|
|
13
13
|
require('./kup-dates-e22ee32c.js');
|
|
14
14
|
require('./f-checkbox-e19055aa.js');
|
|
15
|
-
require('./f-text-field-
|
|
16
|
-
require('./f-chip-
|
|
15
|
+
require('./f-text-field-1efcecb6.js');
|
|
16
|
+
require('./f-chip-be2dddb4.js');
|
|
17
17
|
|
|
18
18
|
/**
|
|
19
19
|
* Props of the kup-image-list component.
|
|
@@ -3,16 +3,16 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-380e4fcd.js');
|
|
6
|
-
const fButton = require('./f-button-
|
|
7
|
-
const fCell = require('./f-cell-
|
|
8
|
-
const kupManager = require('./kup-manager-
|
|
6
|
+
const fButton = require('./f-button-3cc5c9ba.js');
|
|
7
|
+
const fCell = require('./f-cell-192e5b87.js');
|
|
8
|
+
const kupManager = require('./kup-manager-72ad15fe.js');
|
|
9
9
|
const fTextFieldMdc = require('./f-text-field-mdc-08a06162.js');
|
|
10
10
|
const GenericVariables = require('./GenericVariables-1d52ba57.js');
|
|
11
11
|
require('./f-button-declarations-51ef6d9a.js');
|
|
12
|
-
require('./f-image-
|
|
12
|
+
require('./f-image-98e4e61d.js');
|
|
13
13
|
require('./f-checkbox-e19055aa.js');
|
|
14
|
-
require('./f-text-field-
|
|
15
|
-
require('./f-chip-
|
|
14
|
+
require('./f-text-field-1efcecb6.js');
|
|
15
|
+
require('./f-chip-be2dddb4.js');
|
|
16
16
|
require('./kup-dates-e22ee32c.js');
|
|
17
17
|
require('./component-cb3b32f5.js');
|
|
18
18
|
|
|
@@ -25,7 +25,7 @@ var KupInputPanelProps;
|
|
|
25
25
|
KupInputPanelProps["optionsHandler"] = "Sets the callback function to recieve options";
|
|
26
26
|
})(KupInputPanelProps || (KupInputPanelProps = {}));
|
|
27
27
|
|
|
28
|
-
const kupInputPanelCss = ".kup-body-compact-01{font-family:var(--kup-font-family);font-size:14px;line-height:18px;font-weight:400;letter-spacing:0.16px}.kup-body-01{font-family:var(--kup-font-family);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}:host{--kup_input_panel_background_color:var(--kup-input-panel-background-color,\n var(--kup-background-color));--kup_input_panel_color:var(--kup-input-panel-color, var(--kup-text-color));--kup_input_panel_font_family:var(--kup-input-panel-font-family, var(--kup-font-family));--kup_input_panel_font_size:var(--kup-input-panel-font-size, var(--kup-font-size));--kup_input_panel_label_alignment:var(--kup-input-panel-label-alignment);--kup_input_panel_label_width:var(--kup-input-panel-label-width);--kup_input_panel_padding:var(--kup-input-panel-padding, 1em 0)}:host .input-panel{background:var(--kup_input_panel_background_color);color:var(--kup_input_panel_color);display:flex;flex-grow:1;overflow:auto;padding:var(--kup_input_panel_padding);position:relative}:host .input-panel--column{flex-direction:column}:host .input-panel__section{display:grid}:host .input-panel__horizontal-section{display:inline-grid}:host .input-panel .f-cell .f-checkbox .checkbox .checkbox__native-control{height:40px;width:40px}";
|
|
28
|
+
const kupInputPanelCss = ".kup-body-compact-01{font-family:var(--kup-font-family);font-size:14px;line-height:18px;font-weight:400;letter-spacing:0.16px}.kup-body-01{font-family:var(--kup-font-family);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}:host{--kup_input_panel_background_color:var(--kup-input-panel-background-color,\n var(--kup-background-color));--kup_input_panel_color:var(--kup-input-panel-color, var(--kup-text-color));--kup_input_panel_font_family:var(--kup-input-panel-font-family, var(--kup-font-family));--kup_input_panel_font_size:var(--kup-input-panel-font-size, var(--kup-font-size));--kup_input_panel_label_alignment:var(--kup-input-panel-label-alignment);--kup_input_panel_label_width:var(--kup-input-panel-label-width);--kup_input_panel_padding:var(--kup-input-panel-padding, 1em 0)}:host .input-panel{background:var(--kup_input_panel_background_color);color:var(--kup_input_panel_color);display:flex;flex-grow:1;overflow:auto;padding:var(--kup_input_panel_padding);position:relative;gap:2rem}:host .input-panel--column{flex-direction:column}:host .input-panel__section{display:grid}:host .input-panel__section .f-cell__content>*{width:100%}:host .input-panel__horizontal-section{display:inline-grid}:host .input-panel .f-cell .f-checkbox .checkbox .checkbox__native-control{height:40px;width:40px}:host .input-panel__label_container{display:flex;flex-direction:column;justify-content:center}:host .input-panel__label_container>.f-cell{flex:1}";
|
|
29
29
|
const KupInputPanelStyle0 = kupInputPanelCss;
|
|
30
30
|
|
|
31
31
|
var __classPrivateFieldGet = (undefined && undefined.__classPrivateFieldGet) || function (receiver, state, kind, f) {
|
|
@@ -44,7 +44,7 @@ var __classPrivateFieldSet = (undefined && undefined.__classPrivateFieldSet) ||
|
|
|
44
44
|
throw new TypeError("Cannot write private member to an object whose class did not declare it");
|
|
45
45
|
return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
|
|
46
46
|
};
|
|
47
|
-
var _KupInputPanel_instances, _KupInputPanel_kupManager, _KupInputPanel_optionsAdapterMap, _KupInputPanel_originalData, _KupInputPanel_renderRow, _KupInputPanel_renderCell, _KupInputPanel_renderSection, _KupInputPanel_renderField, _KupInputPanel_mapCells, _KupInputPanel_reverseMapCells, _KupInputPanel_mapData, _KupInputPanel_slotData, _KupInputPanel_CHIAdapter, _KupInputPanel_GRAAdapter, _KupInputPanel_BTNAdapter, _KupInputPanel_CMBandACPAdapter, _KupInputPanel_CHKAdapter, _KupInputPanel_CLPAdapter, _KupInputPanel_ITXAdapter, _KupInputPanel_RADAdapter, _KupInputPanel_optionsTreeComboAdapter, _KupInputPanel_treeOptionsNodeAdapter, _KupInputPanel_tableOptionsAdapter;
|
|
47
|
+
var _KupInputPanel_instances, _KupInputPanel_kupManager, _KupInputPanel_optionsAdapterMap, _KupInputPanel_originalData, _KupInputPanel_eventNames, _KupInputPanel_listeners, _KupInputPanel_renderRow, _KupInputPanel_renderCell, _KupInputPanel_getLabelComponent, _KupInputPanel_renderSection, _KupInputPanel_renderField, _KupInputPanel_mapCells, _KupInputPanel_reverseMapCells, _KupInputPanel_mapData, _KupInputPanel_slotData, _KupInputPanel_CHIAdapter, _KupInputPanel_GRAAdapter, _KupInputPanel_BTNAdapter, _KupInputPanel_CMBandACPAdapter, _KupInputPanel_CHKAdapter, _KupInputPanel_CLPAdapter, _KupInputPanel_ITXAdapter, _KupInputPanel_RADAdapter, _KupInputPanel_optionsTreeComboAdapter, _KupInputPanel_treeOptionsNodeAdapter, _KupInputPanel_tableOptionsAdapter, _KupInputPanel_getAutocompleteEventCallback;
|
|
48
48
|
const dom = document.documentElement;
|
|
49
49
|
const KupInputPanel = class {
|
|
50
50
|
constructor(hostRef) {
|
|
@@ -62,6 +62,14 @@ const KupInputPanel = class {
|
|
|
62
62
|
['SmeupTable', __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_tableOptionsAdapter).bind(this)],
|
|
63
63
|
]));
|
|
64
64
|
_KupInputPanel_originalData.set(this, null);
|
|
65
|
+
_KupInputPanel_eventNames.set(this, new Map([
|
|
66
|
+
[
|
|
67
|
+
kupManager.FCellTypes.AUTOCOMPLETE,
|
|
68
|
+
['kup-autocomplete-input', 'kup-autocomplete-iconclick'],
|
|
69
|
+
],
|
|
70
|
+
[kupManager.FCellTypes.COMBOBOX, ['kup-combobox-iconclick']],
|
|
71
|
+
]));
|
|
72
|
+
_KupInputPanel_listeners.set(this, []);
|
|
65
73
|
this.customStyle = '';
|
|
66
74
|
this.data = null;
|
|
67
75
|
this.hiddenSubmitButton = false;
|
|
@@ -75,8 +83,12 @@ const KupInputPanel = class {
|
|
|
75
83
|
/* W a t c h e r s */
|
|
76
84
|
/*-------------------------------------------------*/
|
|
77
85
|
onDataChanged() {
|
|
78
|
-
|
|
79
|
-
|
|
86
|
+
__classPrivateFieldSet(this, _KupInputPanel_originalData, structuredClone(this.data), "f");
|
|
87
|
+
if (__classPrivateFieldGet(this, _KupInputPanel_listeners, "f").length) {
|
|
88
|
+
__classPrivateFieldGet(this, _KupInputPanel_listeners, "f").map(({ event, handler }) => {
|
|
89
|
+
this.rootElement.removeEventListener(event, handler);
|
|
90
|
+
});
|
|
91
|
+
__classPrivateFieldSet(this, _KupInputPanel_listeners, [], "f");
|
|
80
92
|
}
|
|
81
93
|
__classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_mapCells).call(this, this.data);
|
|
82
94
|
}
|
|
@@ -120,22 +132,6 @@ const KupInputPanel = class {
|
|
|
120
132
|
componentDidLoad() {
|
|
121
133
|
this.kupReady.emit({ comp: this, id: this.rootElement.id });
|
|
122
134
|
__classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").debug.logLoad(this, true);
|
|
123
|
-
// this.handleEventsCallbacks.map((cbData) => {
|
|
124
|
-
// this.rootElement.addEventListener(cbData.eventName, (e: any) => {
|
|
125
|
-
// const inputPanelEvent: InputPanelEvent = {
|
|
126
|
-
// state: this.inputPanelCells.find((data) =>
|
|
127
|
-
// data.cells.find(
|
|
128
|
-
// (cell) => cell.column.name === e.detail.id
|
|
129
|
-
// )
|
|
130
|
-
// ).cells,
|
|
131
|
-
// data: {
|
|
132
|
-
// field: e.detail.id,
|
|
133
|
-
// value: e.detail.inputValue || e.detail.value,
|
|
134
|
-
// },
|
|
135
|
-
// };
|
|
136
|
-
// cbData.eventCallback(inputPanelEvent);
|
|
137
|
-
// });
|
|
138
|
-
// });
|
|
139
135
|
}
|
|
140
136
|
componentWillRender() {
|
|
141
137
|
__classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").debug.logRender(this, false);
|
|
@@ -157,7 +153,7 @@ const KupInputPanel = class {
|
|
|
157
153
|
index.h("p", null, __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").language.translate(kupManager.KupLanguageGeneric.EMPTY_DATA)),
|
|
158
154
|
]
|
|
159
155
|
: this.inputPanelCells.map((inputPanelCell) => __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_renderRow).call(this, inputPanelCell));
|
|
160
|
-
return (index.h(index.Host, { key: '
|
|
156
|
+
return (index.h(index.Host, { key: 'ae9e00db322fcda0ee1f996c5ba7f92d337ab03c' }, index.h("style", { key: '0aea3b4b3c388f5887a5440d05a7cafa1f1c24aa' }, __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").theme.setKupStyle(this.rootElement)), index.h("div", { key: '181bc90607f56adf9b5ee12f0716693ed425cd88', id: GenericVariables.componentWrapperId }, inputPanelContent)));
|
|
161
157
|
}
|
|
162
158
|
disconnectedCallback() {
|
|
163
159
|
__classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").language.unregister(this);
|
|
@@ -168,7 +164,7 @@ const KupInputPanel = class {
|
|
|
168
164
|
"data": ["onDataChanged"]
|
|
169
165
|
}; }
|
|
170
166
|
};
|
|
171
|
-
_KupInputPanel_kupManager = new WeakMap(), _KupInputPanel_optionsAdapterMap = new WeakMap(), _KupInputPanel_originalData = new WeakMap(), _KupInputPanel_instances = new WeakSet(), _KupInputPanel_renderRow = function _KupInputPanel_renderRow(inputPanelCell) {
|
|
167
|
+
_KupInputPanel_kupManager = new WeakMap(), _KupInputPanel_optionsAdapterMap = new WeakMap(), _KupInputPanel_originalData = new WeakMap(), _KupInputPanel_eventNames = new WeakMap(), _KupInputPanel_listeners = new WeakMap(), _KupInputPanel_instances = new WeakSet(), _KupInputPanel_renderRow = function _KupInputPanel_renderRow(inputPanelCell) {
|
|
172
168
|
var _a;
|
|
173
169
|
const layout = inputPanelCell.row.layout;
|
|
174
170
|
const horizontal = (layout === null || layout === void 0 ? void 0 : layout.horizontal) || false;
|
|
@@ -197,11 +193,24 @@ _KupInputPanel_kupManager = new WeakMap(), _KupInputPanel_optionsAdapterMap = ne
|
|
|
197
193
|
column,
|
|
198
194
|
row,
|
|
199
195
|
component: this,
|
|
200
|
-
editable:
|
|
196
|
+
editable: true,
|
|
201
197
|
renderKup: true,
|
|
202
198
|
setSizes: true,
|
|
203
199
|
};
|
|
200
|
+
const label = __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_getLabelComponent).call(this, cell, column.title);
|
|
201
|
+
if (label) {
|
|
202
|
+
return (index.h("div", { class: { 'input-panel__label_container': true } }, label, index.h(fCell.FCell, Object.assign({}, cellProps))));
|
|
203
|
+
}
|
|
204
204
|
return index.h(fCell.FCell, Object.assign({}, cellProps));
|
|
205
|
+
}, _KupInputPanel_getLabelComponent = function _KupInputPanel_getLabelComponent(cell, label) {
|
|
206
|
+
if (!label) {
|
|
207
|
+
return null;
|
|
208
|
+
}
|
|
209
|
+
const cellType = dom.ketchup.data.cell.getType(cell, cell.shape);
|
|
210
|
+
if (cellType === kupManager.FCellTypes.RADIO) {
|
|
211
|
+
return index.h("span", null, label);
|
|
212
|
+
}
|
|
213
|
+
return null;
|
|
205
214
|
}, _KupInputPanel_renderSection = function _KupInputPanel_renderSection(cells, section) {
|
|
206
215
|
var _a, _b, _c, _d;
|
|
207
216
|
let content = [];
|
|
@@ -256,7 +265,7 @@ _KupInputPanel_kupManager = new WeakMap(), _KupInputPanel_optionsAdapterMap = ne
|
|
|
256
265
|
.filter((column) => column.visible)
|
|
257
266
|
.map((column) => {
|
|
258
267
|
const cell = structuredClone(row.cells[column.name]);
|
|
259
|
-
const mappedCell = Object.assign(Object.assign({}, cell), { data: Object.assign(Object.assign({}, __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_mapData).call(this, cell, column)), { id: column.name }), slotData: __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_slotData).call(this, cell, column), isEditable:
|
|
268
|
+
const mappedCell = Object.assign(Object.assign({}, cell), { data: Object.assign(Object.assign({}, __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_mapData).call(this, cell, column)), { disabled: !cell.editable, id: column.name }), slotData: __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_slotData).call(this, cell, column), isEditable: true });
|
|
260
269
|
return { column, cell: mappedCell };
|
|
261
270
|
});
|
|
262
271
|
return [...inpuPanelCells, { cells, row }];
|
|
@@ -304,7 +313,7 @@ _KupInputPanel_kupManager = new WeakMap(), _KupInputPanel_optionsAdapterMap = ne
|
|
|
304
313
|
]);
|
|
305
314
|
const adapter = dataAdapterMap.get(cellType);
|
|
306
315
|
return adapter
|
|
307
|
-
? adapter(options, fieldLabel, currentValue, cell.
|
|
316
|
+
? adapter(options, fieldLabel, currentValue, cell, col.name)
|
|
308
317
|
: null;
|
|
309
318
|
}, _KupInputPanel_slotData = function _KupInputPanel_slotData(cell, col) {
|
|
310
319
|
const cellType = dom.ketchup.data.cell.getType(cell, cell.shape);
|
|
@@ -351,7 +360,7 @@ _KupInputPanel_kupManager = new WeakMap(), _KupInputPanel_optionsAdapterMap = ne
|
|
|
351
360
|
{ data: { dropdownOnly: false, label: 'Valerio' } },
|
|
352
361
|
],
|
|
353
362
|
};
|
|
354
|
-
}, _KupInputPanel_CMBandACPAdapter = function _KupInputPanel_CMBandACPAdapter(rawOptions, fieldLabel, currentValue,
|
|
363
|
+
}, _KupInputPanel_CMBandACPAdapter = function _KupInputPanel_CMBandACPAdapter(rawOptions, fieldLabel, currentValue, cell, id) {
|
|
355
364
|
const configCMandACP = {
|
|
356
365
|
data: {
|
|
357
366
|
'kup-text-field': {
|
|
@@ -364,19 +373,29 @@ _KupInputPanel_kupManager = new WeakMap(), _KupInputPanel_optionsAdapterMap = ne
|
|
|
364
373
|
data: [],
|
|
365
374
|
},
|
|
366
375
|
},
|
|
376
|
+
initialValue: currentValue,
|
|
367
377
|
label: fieldLabel,
|
|
368
378
|
};
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
return
|
|
374
|
-
|
|
379
|
+
if (cell.fun) {
|
|
380
|
+
const cellType = dom.ketchup.data.cell.getType(cell, cell.shape);
|
|
381
|
+
const evNames = __classPrivateFieldGet(this, _KupInputPanel_eventNames, "f").get(cellType);
|
|
382
|
+
if (!evNames) {
|
|
383
|
+
return;
|
|
384
|
+
}
|
|
385
|
+
evNames.map((evName) => {
|
|
386
|
+
const handler = (e) => {
|
|
387
|
+
__classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_getAutocompleteEventCallback).call(this, e.detail, cell.fun, configCMandACP, id, currentValue);
|
|
388
|
+
};
|
|
389
|
+
this.rootElement.addEventListener(evName, handler);
|
|
390
|
+
__classPrivateFieldGet(this, _KupInputPanel_listeners, "f").push({
|
|
391
|
+
event: evName,
|
|
392
|
+
handler,
|
|
393
|
+
});
|
|
375
394
|
});
|
|
376
395
|
}
|
|
377
|
-
else if (
|
|
396
|
+
else if (rawOptions) {
|
|
378
397
|
configCMandACP.data['kup-list'].data =
|
|
379
|
-
__classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_optionsTreeComboAdapter).call(this,
|
|
398
|
+
__classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_optionsTreeComboAdapter).call(this, rawOptions, currentValue);
|
|
380
399
|
}
|
|
381
400
|
return configCMandACP;
|
|
382
401
|
}, _KupInputPanel_CHKAdapter = function _KupInputPanel_CHKAdapter(_options, fieldLabel, currentValue) {
|
|
@@ -438,6 +457,17 @@ _KupInputPanel_kupManager = new WeakMap(), _KupInputPanel_optionsAdapterMap = ne
|
|
|
438
457
|
}));
|
|
439
458
|
})
|
|
440
459
|
.flat();
|
|
460
|
+
}, _KupInputPanel_getAutocompleteEventCallback = function _KupInputPanel_getAutocompleteEventCallback(detail, fun, data, id, currentValue) {
|
|
461
|
+
if (detail.id !== id ||
|
|
462
|
+
detail.open === false) {
|
|
463
|
+
return;
|
|
464
|
+
}
|
|
465
|
+
this.optionsHandler(fun, detail.inputValue, __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_reverseMapCells).call(this)).then((options) => {
|
|
466
|
+
var _a;
|
|
467
|
+
data.data['kup-list'].data =
|
|
468
|
+
(_a = __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_optionsTreeComboAdapter).call(this, options, currentValue)) !== null && _a !== void 0 ? _a : [];
|
|
469
|
+
detail.comp.refresh();
|
|
470
|
+
});
|
|
441
471
|
};
|
|
442
472
|
KupInputPanel.style = KupInputPanelStyle0;
|
|
443
473
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-380e4fcd.js');
|
|
6
|
-
const kupManager = require('./kup-manager-
|
|
6
|
+
const kupManager = require('./kup-manager-72ad15fe.js');
|
|
7
7
|
const GenericVariables = require('./GenericVariables-1d52ba57.js');
|
|
8
8
|
require('./kup-dates-e22ee32c.js');
|
|
9
9
|
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-380e4fcd.js');
|
|
6
|
-
const kupManager = require('./kup-manager-
|
|
6
|
+
const kupManager = require('./kup-manager-72ad15fe.js');
|
|
7
7
|
const fButtonDeclarations = require('./f-button-declarations-51ef6d9a.js');
|
|
8
|
-
const fImage = require('./f-image-
|
|
8
|
+
const fImage = require('./f-image-98e4e61d.js');
|
|
9
9
|
const GenericVariables = require('./GenericVariables-1d52ba57.js');
|
|
10
10
|
require('./kup-dates-e22ee32c.js');
|
|
11
11
|
|
|
@@ -5778,7 +5778,7 @@ const fCheckboxCss$1 = fCheckboxCss;
|
|
|
5778
5778
|
const fChipCss = ".kup-body-compact-01{font-family:var(--kup-font-family);font-size:14px;line-height:18px;font-weight:400;letter-spacing:.16px}.kup-body-01{font-family:var(--kup-font-family);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-chip{--kup_chip_background_color:var( --kup-chip-background-color, var(--kup-background-color) );--kup_chip_border_radius:var(--kup-chip-border-radius, 16px);--kup_chip_font_family:var(--kup-chip-font-family, var(--kup-font-family));--kup_chip_font_size:var(--kup-chip-font-size, var(--kup-font-size));--kup_chip_font_weight:var(--kup-chip-font-weight, var(--kup-font-weight));--kup_chip_height:var(--kup-chip-height, 32px);--kup_chip_indent_multiplier:var(--kup-chip-indent-multiplier, 10);--kup_chip_margin:var(--kup-chip-margin, 4px);--kup_chip_padding:var(--kup-chip-padding, 0 12px);--kup_chip_primary_color:var( --kup-chip-primary-color, var(--kup-primary-color) );--kup_chip_primary_color_rgb:var( --kup-chip-primary-color-rgb, var(--kup-primary-color-rgb) );--kup_chip_text_color:var(--kup-chip-text-color, var(--kup-text-color));--kup_chip_text_color_rgb:var( --kup-chip-text-color-rgb, var(--kup-text-color-rgb) );font-family:var(--kup_chip_font_family);font-size:var(--kup_chip_font_size)}.f-chip .chip-set{padding:4px;display:flex;flex-wrap:wrap;box-sizing:border-box}.f-chip .chip-set .chip-set__item{display:flex;flex-direction:column}.f-chip .chip-set .chip-set__wrapper{display:flex}.f-chip .chip-set .chip-set__wrapper .dropdown-icon{cursor:pointer;margin:auto 0;transform:rotate(180deg);transform-origin:unset}.f-chip .chip-set .chip-set__wrapper .dropdown-icon:hover{opacity:.75}.f-chip .chip-set .chip-set__wrapper--hidden-children .dropdown-icon{transform:unset}.f-chip .chip-set .chip-set__indent{width:calc(var(--kup_chip_margin)*var(--kup_chip_indent_offset)*var(--kup_chip_indent_multiplier))}.f-chip .chip-set .chip{align-items:center;background-color:var(--kup_chip_background_color);background-image:linear-gradient(to right, rgba(var(--kup_chip_text_color_rgb), 0.1) 0%, rgba(var(--kup_chip_text_color_rgb), 0.1) 0.1%, rgba(var(--kup_chip_text_color_rgb), 0.1));border-radius:var(--kup_chip_border_radius);border-width:0;box-sizing:border-box;color:var(--kup_chip_text_color);cursor:pointer;display:inline-flex;font-size:.875em;font-weight:var(--kup_chip_font_weight);height:var(--kup_chip_height);letter-spacing:0.0178571429em;margin:var(--kup_chip_margin);max-width:max-content;outline:none;padding:var(--kup_chip_padding);position:relative;text-decoration:inherit;text-transform:inherit}.f-chip .chip-set .chip .chip__icon--leading{color:var(--kup_chip_text_color)}.f-chip .chip-set .chip .chip__icon--leading:not(.chip__icon--leading-hidden){margin-left:-4px;margin-right:6px}.f-chip .chip-set .chip .chip__icon--leading .chip__icon--trailing{position:relative}.f-chip .chip-set .chip--only-icon .chip__icon.f-image{margin:0}.f-chip .chip-set .chip .chip__icon{border-radius:50%;outline:none;vertical-align:middle}.f-chip .chip-set .chip .chip__icon .chip_icon--leading:not(.chip__icon--leading-hidden){width:20px;height:20px;font-size:20px}.f-chip .chip-set .chip .chip__icon .f-image__icon{margin:auto;height:var(--kup_image_height, 100%);width:var(--kup_image_width, 100%)}.f-chip .chip-set .chip .chip__checkmark-svg{width:0;height:20px;transition:width 150ms cubic-bezier(0.4, 0, 0.2, 1)}.f-chip .chip-set .chip .chip__checkmark-path{transition:stroke-dashoffset 150ms 50ms cubic-bezier(0.4, 0, 0.6, 1);stroke-width:2px;stroke-dashoffset:29.7833385;stroke-dasharray:29.7833385}.f-chip .chip-set .chip svg path{color:var(--kup_chip_text_color);stroke:var(--kup_chip_text_color)}.f-chip .chip-set .chip .kup-icon{background:var(--kup_chip_text_color);display:block;width:18px;height:18px}.f-chip .chip-set .chip .chip__primary-action{outline:none}.f-chip .chip-set .chip .chip__primary-action .chip__text{white-space:nowrap}.f-chip .chip-set.chip-set--choice .chip--selected{background-color:var(--kup_chip_background_color);background-image:linear-gradient(to right, rgba(var(--kup_chip_primary_color_rgb), 0.25) 0%, rgba(var(--kup_chip_primary_color_rgb), 0.25) 0.1%, rgba(var(--kup_chip_primary_color_rgb), 0.25));color:var(--kup_chip_primary_color)}.f-chip .chip-set.chip-set--filter .chip__icon--leading{opacity:1;transition:opacity 75ms linear;transition-delay:-50ms}.f-chip .chip-set.chip-set--filter .chip__icon--leading+.chip__checkmark{opacity:0;transition:opacity 75ms linear;transition-delay:80ms}.f-chip .chip-set.chip-set--filter .chip__icon--leading+.chip__checkmark .chip__checkmark-svg{transition:width 0ms}.f-chip .chip-set.chip-set--filter .chip__icon--leading.chip__icon--leading-hidden{display:none;width:0;opacity:0}.f-chip .chip-set.chip-set--filter .chip__icon--leading.chip__icon--leading-hidden+.chip__checkmark{height:20px;width:20px;opacity:1}.f-chip .chip-set.chip-set--filter .chip--selected .chip__icon--leading{opacity:0}.f-chip .chip-set.chip-set--filter .chip--selected .chip__checkmark-path{stroke-dashoffset:0}.f-chip .chip-set.chip-set--filter .chip--selected .chip__checkmark{margin-left:-4px;margin-right:4px}.f-chip .chip-set.chip-set--filter .chip--selected .chip__checkmark .chip__checkmark-svg{height:20px;width:20px}.f-chip .chip-set.chip-set--input .kup-clear-icon{margin-left:4px;margin-right:-4px}.f-chip .chip-set.chip-set--input .kup-clear-icon:hover{opacity:.75}.f-chip :not(svg){transform-origin:0px 0px}.f-chip.kup-danger{--kup-chip-primary-color:var(--kup-danger-color);--kup-chip-primary-color-rgb:var(--kup-danger-color-rgb)}.f-chip.kup-info{--kup-chip-primary-color:var(--kup-info-color);--kup-chip-primary-color-rgb:var(--kup-info-color-rgb)}.f-chip.kup-secondary{--kup-chip-primary-color:var(--kup-secondary-color);--kup-chip-primary-color-rgb:var(--kup-secondary-color-rgb)}.f-chip.kup-success{--kup-chip-primary-color:var(--kup-success-color);--kup-chip-primary-color-rgb:var(--kup-success-color-rgb)}.f-chip.kup-warning{--kup-chip-primary-color:var(--kup-warning-color);--kup-chip-primary-color-rgb:var(--kup-warning-color-rgb)}.f-chip .kup-icon.kup-dropdown-icon{-webkit-mask:var(--kup-dropdown-icon);mask:var(--kup-dropdown-icon);transition:opacity 125ms,transform .15s}.f-chip .kup-icon.kup-clear-icon{-webkit-mask:var(--kup-clear-icon);mask:var(--kup-clear-icon)}";
|
|
5779
5779
|
const fChipCss$1 = fChipCss;
|
|
5780
5780
|
|
|
5781
|
-
const fImageCss = ".kup-body-compact-01{font-family:var(--kup-font-family);font-size:14px;line-height:18px;font-weight:400;letter-spacing:.16px}.kup-body-01{font-family:var(--kup-font-family);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-image{display:block;margin:auto;position:relative;height:var(--kup_image_height, 100%);width:var(--kup_image_width, 100%)}.f-image.kup-fit img{max-width:max-content;object-fit:contain}.f-image img{display:block;margin:auto;height:var(--kup_image_height, 100%);width:var(--kup_image_width, 100%)}.f-image .f-image__css{overflow:hidden;height:var(--kup_image_height, 100%);width:var(--kup_image_width, 100%)}.f-image .f-image__icon{margin:auto;height:var(--kup_image_height, 100%);width:var(--kup_image_width, 100%)}.f-image .css-step.bottom-aligned{bottom:0;position:absolute}";
|
|
5781
|
+
const fImageCss = ".kup-body-compact-01{font-family:var(--kup-font-family);font-size:14px;line-height:18px;font-weight:400;letter-spacing:.16px}.kup-body-01{font-family:var(--kup-font-family);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-image{display:block;margin:auto;position:relative;height:var(--kup_image_height, 100%);width:var(--kup_image_width, 100%)}.f-image.kup-fit img{max-width:max-content;object-fit:contain}.f-image img{display:block;margin:auto;height:var(--kup_image_height, 100%);width:var(--kup_image_width, 100%)}.f-image .f-image__css{overflow:hidden;height:var(--kup_image_height, 100%);width:var(--kup_image_width, 100%)}.f-image .f-image__icon{margin:auto;height:var(--kup_image_height, 100%);width:var(--kup_image_width, 100%)}.f-image .f-image__placeholder{height:100%;position:absolute;width:100%}.f-image .f-image__hidden{visibility:hidden}.f-image .css-step.bottom-aligned{bottom:0;position:absolute}";
|
|
5782
5782
|
const fImageCss$1 = fImageCss;
|
|
5783
5783
|
|
|
5784
5784
|
const fPaginatorCss = ".kup-body-compact-01{font-family:var(--kup-font-family);font-size:14px;line-height:18px;font-weight:400;letter-spacing:.16px}.kup-body-01{font-family:var(--kup-font-family);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-paginator{margin:.5em 0;display:flex;flex-wrap:wrap;align-items:start}.f-paginator .prev-page,.f-paginator .next-page{margin:0 .25em}.f-paginator kup-combobox{display:inline-block;margin:0 .25em;z-index:0}.f-paginator kup-combobox.page-selector{width:100px}.f-paginator kup-combobox.rows-selector{width:150px}";
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-380e4fcd.js');
|
|
6
|
-
const kupManager = require('./kup-manager-
|
|
6
|
+
const kupManager = require('./kup-manager-72ad15fe.js');
|
|
7
7
|
const GenericVariables = require('./GenericVariables-1d52ba57.js');
|
|
8
8
|
require('./kup-dates-e22ee32c.js');
|
|
9
9
|
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-380e4fcd.js');
|
|
6
|
-
const kupManager = require('./kup-manager-
|
|
6
|
+
const kupManager = require('./kup-manager-72ad15fe.js');
|
|
7
7
|
const GenericVariables = require('./GenericVariables-1d52ba57.js');
|
|
8
|
-
const fTextField = require('./f-text-field-
|
|
8
|
+
const fTextField = require('./f-text-field-1efcecb6.js');
|
|
9
9
|
const fTextFieldMdc = require('./f-text-field-mdc-08a06162.js');
|
|
10
10
|
require('./kup-dates-e22ee32c.js');
|
|
11
11
|
require('./component-cb3b32f5.js');
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-380e4fcd.js');
|
|
6
|
-
const kupManager = require('./kup-manager-
|
|
6
|
+
const kupManager = require('./kup-manager-72ad15fe.js');
|
|
7
7
|
const GenericVariables = require('./GenericVariables-1d52ba57.js');
|
|
8
8
|
const kupDates = require('./kup-dates-e22ee32c.js');
|
|
9
9
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-380e4fcd.js');
|
|
6
|
-
const kupManager = require('./kup-manager-
|
|
6
|
+
const kupManager = require('./kup-manager-72ad15fe.js');
|
|
7
7
|
const GenericVariables = require('./GenericVariables-1d52ba57.js');
|
|
8
8
|
require('./kup-dates-e22ee32c.js');
|
|
9
9
|
|
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-380e4fcd.js');
|
|
6
|
-
const kupManager$1 = require('./kup-manager-
|
|
6
|
+
const kupManager$1 = require('./kup-manager-72ad15fe.js');
|
|
7
7
|
const kupPlannerDeclarations = require('./kup-planner-declarations-cb33663d.js');
|
|
8
8
|
const GenericVariables = require('./GenericVariables-1d52ba57.js');
|
|
9
9
|
const kupDates = require('./kup-dates-e22ee32c.js');
|
|
10
|
-
const fTextField = require('./f-text-field-
|
|
10
|
+
const fTextField = require('./f-text-field-1efcecb6.js');
|
|
11
11
|
const fTextFieldMdc = require('./f-text-field-mdc-08a06162.js');
|
|
12
12
|
require('./component-cb3b32f5.js');
|
|
13
13
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-380e4fcd.js');
|
|
6
|
-
const kupManager = require('./kup-manager-
|
|
6
|
+
const kupManager = require('./kup-manager-72ad15fe.js');
|
|
7
7
|
const GenericVariables = require('./GenericVariables-1d52ba57.js');
|
|
8
8
|
require('./kup-dates-e22ee32c.js');
|
|
9
9
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-380e4fcd.js');
|
|
6
|
-
const kupManager = require('./kup-manager-
|
|
6
|
+
const kupManager = require('./kup-manager-72ad15fe.js');
|
|
7
7
|
require('./kup-dates-e22ee32c.js');
|
|
8
8
|
|
|
9
9
|
const kupQlikCss = ".kup-body-compact-01{font-family:var(--kup-font-family);font-size:14px;line-height:18px;font-weight:400;letter-spacing:0.16px}.kup-body-01{font-family:var(--kup-font-family);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-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%}";
|
|
@@ -3,12 +3,12 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-380e4fcd.js');
|
|
6
|
-
const kupManager = require('./kup-manager-
|
|
6
|
+
const kupManager = require('./kup-manager-72ad15fe.js');
|
|
7
7
|
const GenericVariables = require('./GenericVariables-1d52ba57.js');
|
|
8
|
-
const fButton = require('./f-button-
|
|
8
|
+
const fButton = require('./f-button-3cc5c9ba.js');
|
|
9
9
|
require('./kup-dates-e22ee32c.js');
|
|
10
10
|
require('./f-button-declarations-51ef6d9a.js');
|
|
11
|
-
require('./f-image-
|
|
11
|
+
require('./f-image-98e4e61d.js');
|
|
12
12
|
|
|
13
13
|
const snackbarClass = 'snackbar';
|
|
14
14
|
/**
|