@sme.up/ketchup 4.0.0 → 4.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/README.md +3 -3
- package/dist/cjs/cell-utils-1d44a3f0.js +168 -0
- package/dist/cjs/f-button-a5788453.js +105 -0
- package/dist/cjs/f-cell-eba6f39e.js +727 -0
- package/dist/cjs/f-chip-ce69b7d2.js +141 -0
- package/dist/cjs/{f-image-5f4f29ca.js → f-image-e03842eb.js} +4 -5
- package/dist/cjs/{index-3c471303.js → index-0416afab.js} +73 -64
- package/dist/cjs/ketchup.cjs.js +3 -3
- package/dist/cjs/kup-accordion.cjs.entry.js +6 -8
- package/dist/cjs/{kup-autocomplete_29.cjs.entry.js → kup-autocomplete_28.cjs.entry.js} +1678 -2558
- package/dist/cjs/kup-calendar.cjs.entry.js +30 -30
- package/dist/cjs/kup-cell.cjs.entry.js +201 -0
- package/dist/cjs/kup-dash-list.cjs.entry.js +15 -7
- package/dist/cjs/kup-dash_2.cjs.entry.js +104 -62
- package/dist/cjs/kup-drawer.cjs.entry.js +4 -6
- package/dist/cjs/kup-field.cjs.entry.js +3 -5
- package/dist/cjs/kup-iframe.cjs.entry.js +3 -4
- package/dist/cjs/kup-lazy.cjs.entry.js +4 -6
- package/dist/cjs/kup-magic-box.cjs.entry.js +21 -31
- package/dist/cjs/kup-manager-75f1a2cd.js +5794 -0
- package/dist/cjs/kup-nav-bar.cjs.entry.js +4 -6
- package/dist/cjs/kup-probe.cjs.entry.js +3 -4
- package/dist/cjs/kup-qlik.cjs.entry.js +2 -3
- package/dist/cjs/kup-snackbar.cjs.entry.js +152 -0
- package/dist/cjs/loader.cjs.js +3 -3
- package/dist/cjs/{utils-2af73538.js → utils-b3ec89fe.js} +18 -26
- package/dist/collection/assets/cell.js +51 -0
- package/dist/collection/assets/data-table.js +518 -45
- package/dist/collection/assets/index.js +8 -0
- package/dist/collection/assets/snackbar.js +32 -0
- package/dist/collection/collection-manifest.json +6 -6
- package/dist/collection/components/kup-accordion/kup-accordion.css +0 -213
- package/dist/collection/components/kup-accordion/kup-accordion.js +15 -16
- package/dist/collection/components/kup-autocomplete/kup-autocomplete-declarations.js +2 -2
- package/dist/collection/components/kup-autocomplete/kup-autocomplete.css +5 -2381
- package/dist/collection/components/kup-autocomplete/kup-autocomplete.js +83 -111
- package/dist/collection/components/kup-badge/kup-badge.css +1 -35
- package/dist/collection/components/kup-badge/kup-badge.js +13 -14
- package/dist/collection/components/kup-box/kup-box.css +47 -780
- package/dist/collection/components/kup-box/kup-box.js +240 -366
- package/dist/collection/components/kup-button/kup-button.css +0 -333
- package/dist/collection/components/kup-button/kup-button.js +27 -28
- package/dist/collection/components/kup-button-list/kup-button-list.css +0 -332
- package/dist/collection/components/kup-button-list/kup-button-list.js +19 -20
- package/dist/collection/components/kup-calendar/kup-calendar.css +0 -517
- package/dist/collection/components/kup-calendar/kup-calendar.js +47 -45
- package/dist/collection/components/kup-card/dialog/kup-card-dialog.js +18 -0
- package/dist/collection/components/kup-card/kup-card-helper.js +19 -1
- package/dist/collection/components/kup-card/kup-card.css +147 -216
- package/dist/collection/components/kup-card/kup-card.js +80 -29
- package/dist/collection/components/kup-card/standard/kup-card-standard.js +75 -0
- package/dist/collection/components/kup-cell/kup-cell-declarations.js +11 -0
- package/dist/collection/components/kup-cell/kup-cell.css +20 -0
- package/dist/collection/components/kup-cell/kup-cell.js +413 -0
- package/dist/collection/components/kup-chart/kup-chart.js +41 -42
- package/dist/collection/components/kup-checkbox/kup-checkbox.css +0 -214
- package/dist/collection/components/kup-checkbox/kup-checkbox.js +19 -20
- package/dist/collection/components/kup-chip/kup-chip.css +0 -217
- package/dist/collection/components/kup-chip/kup-chip.js +15 -16
- package/dist/collection/components/kup-color-picker/kup-color-picker.css +7 -2380
- package/dist/collection/components/kup-color-picker/kup-color-picker.js +41 -41
- package/dist/collection/components/kup-combobox/kup-combobox-declarations.js +1 -0
- package/dist/collection/components/kup-combobox/kup-combobox.css +5 -2381
- package/dist/collection/components/kup-combobox/kup-combobox.js +68 -28
- package/dist/collection/components/kup-dash-list/kup-dash-list.js +13 -4
- package/dist/collection/components/kup-data-table/kup-data-table-declarations.js +3 -1
- package/dist/collection/components/kup-data-table/kup-data-table-helper.js +61 -102
- package/dist/collection/components/kup-data-table/kup-data-table-state.js +1 -1
- package/dist/collection/components/kup-data-table/kup-data-table.css +127 -3203
- package/dist/collection/components/kup-data-table/kup-data-table.js +568 -1085
- package/dist/collection/components/kup-date-picker/kup-date-picker.css +6 -8
- package/dist/collection/components/kup-date-picker/kup-date-picker.js +77 -106
- package/dist/collection/components/kup-drawer/kup-drawer.js +9 -10
- package/dist/collection/components/kup-dropdown-button/kup-dropdown-button.css +12 -340
- package/dist/collection/components/kup-dropdown-button/kup-dropdown-button.js +56 -45
- package/dist/collection/components/kup-field/kup-field.js +21 -22
- package/dist/collection/components/kup-gauge/kup-gauge.js +17 -18
- package/dist/collection/components/kup-grid/kup-grid.css +2 -1
- package/dist/collection/components/kup-grid/kup-grid.js +13 -14
- package/dist/collection/components/kup-iframe/kup-iframe.js +4 -4
- package/dist/collection/components/kup-image/assets/svg/ketchup.svg +74 -0
- package/dist/collection/components/kup-image/assets/svg/smeup.svg +59 -0
- package/dist/collection/components/kup-image/kup-image.css +0 -32
- package/dist/collection/components/kup-image/kup-image.js +25 -26
- package/dist/collection/components/kup-lazy/kup-lazy.js +17 -18
- package/dist/collection/components/kup-list/kup-list-declarations.js +1 -1
- package/dist/collection/components/kup-list/kup-list.css +4 -260
- package/dist/collection/components/kup-list/kup-list.js +39 -49
- package/dist/collection/components/kup-magic-box/kup-magic-box.css +13 -39
- package/dist/collection/components/kup-magic-box/kup-magic-box.js +29 -38
- package/dist/collection/components/kup-nav-bar/kup-nav-bar.js +11 -12
- package/dist/collection/components/kup-paginator/kup-paginator.css +0 -332
- package/dist/collection/components/kup-paginator/kup-paginator.js +44 -12
- package/dist/collection/components/kup-probe/kup-probe.js +9 -9
- package/dist/collection/components/kup-progress-bar/kup-progress-bar.js +21 -22
- package/dist/collection/components/kup-radio/kup-radio.js +17 -18
- package/dist/collection/components/kup-rating/kup-rating.js +15 -16
- package/dist/collection/components/kup-snackbar/kup-snackbar-declarations.js +13 -0
- package/dist/collection/components/kup-snackbar/kup-snackbar.css +75 -0
- package/dist/collection/components/kup-snackbar/kup-snackbar.js +390 -0
- package/dist/collection/components/kup-spinner/kup-spinner.js +23 -24
- package/dist/collection/components/kup-switch/kup-switch.css +0 -156
- package/dist/collection/components/kup-switch/kup-switch.js +17 -18
- package/dist/collection/components/kup-tab-bar/kup-tab-bar.css +0 -199
- package/dist/collection/components/kup-tab-bar/kup-tab-bar.js +13 -14
- package/dist/collection/components/kup-text-field/kup-text-field-declarations.js +1 -0
- package/dist/collection/components/kup-text-field/kup-text-field.css +3 -2371
- package/dist/collection/components/kup-text-field/kup-text-field.js +77 -51
- package/dist/collection/components/kup-time-picker/kup-time-picker.css +6 -0
- package/dist/collection/components/kup-time-picker/kup-time-picker.js +55 -85
- package/dist/collection/components/kup-tooltip/kup-tooltip.js +24 -14
- package/dist/collection/components/kup-tree/kup-tree.css +27 -371
- package/dist/collection/components/kup-tree/kup-tree.js +158 -383
- package/dist/collection/f-components/f-button/f-button.js +4 -2
- package/dist/collection/f-components/f-cell/f-cell-declarations.js +143 -0
- package/dist/collection/f-components/f-cell/f-cell.js +467 -0
- package/dist/collection/f-components/f-checkbox/f-checkbox.js +1 -1
- package/dist/collection/f-components/f-chip/f-chip.js +2 -2
- package/dist/collection/f-components/f-image/f-image.js +2 -3
- package/dist/collection/f-components/f-switch/f-switch.js +1 -1
- package/dist/collection/f-components/f-text-field/f-text-field-mdc.js +1 -1
- package/dist/collection/f-components/f-text-field/f-text-field.js +25 -21
- package/dist/collection/utils/cell-utils.js +18 -222
- package/dist/collection/utils/filters/filters.js +31 -37
- package/dist/collection/utils/kup-column-menu/kup-column-menu.js +15 -3
- package/dist/collection/utils/kup-dates/kup-dates.js +14 -2
- package/dist/collection/utils/kup-debug/kup-debug-browser-utils.js +3 -3
- package/dist/collection/utils/kup-debug/kup-debug.js +57 -29
- package/dist/collection/utils/kup-dynamic-position/kup-dynamic-position.js +5 -7
- package/dist/collection/utils/kup-interact/kup-interact-declarations.js +48 -0
- package/dist/collection/utils/kup-interact/kup-interact.js +379 -0
- package/dist/collection/utils/kup-language/kup-language-declarations.js +2 -0
- package/dist/collection/utils/kup-language/kup-language.js +1 -1
- package/dist/collection/utils/kup-manager/kup-manager.js +47 -10
- package/dist/collection/utils/kup-objects/kup-objects.js +9 -33
- package/dist/collection/utils/kup-scroll-on-hover/kup-scroll-on-hover.js +60 -62
- package/dist/collection/utils/kup-search/kup-search-declarations.js +1 -0
- package/dist/collection/utils/kup-search/kup-search.js +76 -0
- package/dist/collection/utils/kup-theme/kup-theme-declarations.js +1 -0
- package/dist/collection/utils/kup-theme/kup-theme.js +4 -3
- package/dist/collection/utils/kup-toolbar/kup-toolbar.js +16 -18
- package/dist/collection/utils/utils.js +15 -23
- package/dist/esm/cell-utils-9a2914fc.js +160 -0
- package/dist/esm/f-button-55a9ed88.js +103 -0
- package/dist/esm/f-cell-ac520cb2.js +723 -0
- package/dist/esm/f-chip-babf1740.js +139 -0
- package/dist/esm/{f-image-68b34fab.js → f-image-70ca9dfe.js} +4 -5
- package/dist/esm/{index-bf2824a6.js → index-e0e67c23.js} +74 -65
- package/dist/esm/ketchup.js +3 -3
- package/dist/esm/kup-accordion.entry.js +6 -8
- package/dist/esm/{kup-autocomplete_29.entry.js → kup-autocomplete_28.entry.js} +1451 -2330
- package/dist/esm/kup-calendar.entry.js +10 -10
- package/dist/esm/kup-cell.entry.js +197 -0
- package/dist/esm/kup-dash-list.entry.js +15 -7
- package/dist/esm/kup-dash_2.entry.js +104 -62
- package/dist/esm/kup-drawer.entry.js +4 -6
- package/dist/esm/kup-field.entry.js +3 -5
- package/dist/esm/kup-iframe.entry.js +3 -4
- package/dist/esm/kup-lazy.entry.js +4 -6
- package/dist/esm/kup-magic-box.entry.js +21 -31
- package/dist/esm/kup-manager-bba32828.js +5781 -0
- package/dist/esm/kup-nav-bar.entry.js +4 -6
- package/dist/esm/kup-probe.entry.js +3 -4
- package/dist/esm/kup-qlik.entry.js +2 -3
- package/dist/esm/kup-snackbar.entry.js +148 -0
- package/dist/esm/loader.js +3 -3
- package/dist/esm/{utils-13dd007a.js → utils-cfcbe33f.js} +16 -23
- package/dist/ketchup/assets/svg/ketchup.svg +74 -0
- package/dist/ketchup/assets/svg/smeup.svg +59 -0
- package/dist/ketchup/ketchup.esm.js +1 -1
- package/dist/ketchup/p-03ae1be9.entry.js +1 -0
- package/dist/ketchup/p-06c209a5.js +1 -0
- package/dist/ketchup/p-1ce9a037.js +1 -0
- package/dist/ketchup/p-1e2c3497.js +1 -0
- package/dist/ketchup/p-40df35de.entry.js +1 -0
- package/dist/ketchup/{p-c7ee1fbc.js → p-4748be4b.js} +2 -2
- package/dist/ketchup/p-52038ccb.js +1 -0
- package/dist/ketchup/p-5db41fae.entry.js +45 -0
- package/dist/ketchup/p-5faf7715.entry.js +1 -0
- package/dist/ketchup/p-62208488.entry.js +1 -0
- package/dist/ketchup/p-69a705ae.entry.js +1 -0
- package/dist/ketchup/p-6cc8264d.entry.js +1 -0
- package/dist/ketchup/p-74259992.entry.js +1 -0
- package/dist/ketchup/p-756aa8b1.entry.js +1 -0
- package/dist/ketchup/p-a7687c0e.entry.js +27 -0
- package/dist/ketchup/p-cb5f4994.js +1 -0
- package/dist/ketchup/p-d58dbf0e.js +1 -0
- package/dist/ketchup/p-d6ce1ac6.entry.js +1 -0
- package/dist/ketchup/p-daf03877.entry.js +1 -0
- package/dist/ketchup/p-e90934b5.entry.js +1 -0
- package/dist/ketchup/p-ea387b49.entry.js +1 -0
- package/dist/ketchup/p-f6bff949.js +1 -0
- package/dist/ketchup/p-ff7d590e.entry.js +1 -0
- package/dist/types/components/kup-autocomplete/kup-autocomplete-declarations.d.ts +2 -6
- package/dist/types/components/kup-autocomplete/kup-autocomplete.d.ts +7 -13
- package/dist/types/components/kup-box/kup-box-declarations.d.ts +13 -4
- package/dist/types/components/kup-box/kup-box.d.ts +13 -6
- package/dist/types/components/kup-card/dialog/kup-card-dialog.d.ts +6 -0
- package/dist/types/components/kup-card/kup-card.d.ts +9 -0
- package/dist/types/components/kup-card/standard/kup-card-standard.d.ts +6 -0
- package/dist/types/components/kup-cell/kup-cell-declarations.d.ts +10 -0
- package/dist/types/components/kup-cell/kup-cell.d.ts +67 -0
- package/dist/types/components/kup-color-picker/kup-color-picker.d.ts +1 -1
- package/dist/types/components/kup-combobox/kup-combobox-declarations.d.ts +3 -2
- package/dist/types/components/kup-combobox/kup-combobox.d.ts +5 -0
- package/dist/types/components/kup-dash-list/kup-dash-list.d.ts +4 -0
- package/dist/types/components/kup-data-table/kup-data-table-declarations.d.ts +21 -32
- package/dist/types/components/kup-data-table/kup-data-table-helper.d.ts +1 -15
- package/dist/types/components/kup-data-table/kup-data-table-state.d.ts +1 -1
- package/dist/types/components/kup-data-table/kup-data-table.d.ts +32 -81
- package/dist/types/components/kup-date-picker/kup-date-picker.d.ts +12 -14
- package/dist/types/components/kup-dropdown-button/kup-dropdown-button.d.ts +1 -4
- package/dist/types/components/kup-list/kup-list-declarations.d.ts +1 -1
- package/dist/types/components/kup-list/kup-list.d.ts +2 -3
- package/dist/types/components/kup-magic-box/kup-magic-box.d.ts +1 -0
- package/dist/types/components/kup-paginator/kup-paginator.d.ts +6 -0
- package/dist/types/components/kup-snackbar/kup-snackbar-declarations.d.ts +12 -0
- package/dist/types/components/kup-snackbar/kup-snackbar.d.ts +79 -0
- package/dist/types/components/kup-text-field/kup-text-field-declarations.d.ts +2 -1
- 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 +8 -11
- package/dist/types/components/kup-tooltip/kup-tooltip.d.ts +1 -0
- package/dist/types/components/kup-tree/kup-tree-declarations.d.ts +4 -4
- package/dist/types/components/kup-tree/kup-tree.d.ts +12 -23
- package/dist/types/components.d.ts +346 -174
- package/dist/types/f-components/f-cell/f-cell-declarations.d.ts +153 -0
- package/dist/types/f-components/f-cell/f-cell.d.ts +3 -0
- package/dist/types/f-components/f-text-field/f-text-field-declarations.d.ts +1 -0
- package/dist/types/f-components/f-text-field/f-text-field-mdc.d.ts +1 -1
- package/dist/types/utils/cell-utils.d.ts +0 -19
- package/dist/types/utils/kup-column-menu/kup-column-menu.d.ts +2 -0
- package/dist/types/utils/kup-dates/kup-dates.d.ts +9 -4
- package/dist/types/utils/kup-debug/kup-debug.d.ts +1 -1
- package/dist/types/utils/kup-dynamic-position/kup-dynamic-position-declarations.d.ts +1 -1
- package/dist/types/utils/kup-dynamic-position/kup-dynamic-position.d.ts +2 -2
- package/dist/types/utils/kup-interact/kup-interact-declarations.d.ts +127 -0
- package/dist/types/utils/kup-interact/kup-interact.d.ts +93 -0
- package/dist/types/utils/kup-language/kup-language-declarations.d.ts +2 -0
- package/dist/types/utils/kup-language/kup-language.d.ts +1 -1
- package/dist/types/utils/kup-manager/kup-manager-declarations.d.ts +28 -8
- package/dist/types/utils/kup-manager/kup-manager.d.ts +18 -5
- package/dist/types/utils/kup-objects/kup-objects.d.ts +1 -7
- package/dist/types/utils/kup-search/kup-search-declarations.d.ts +7 -0
- package/dist/types/utils/kup-search/kup-search.d.ts +20 -0
- package/dist/types/utils/kup-theme/kup-theme-declarations.d.ts +2 -0
- package/dist/types/utils/kup-theme/kup-theme.d.ts +2 -2
- package/dist/types/utils/utils.d.ts +0 -1
- package/package.json +4 -6
- package/dist/cjs/cell-utils-1f89a299.js +0 -1527
- package/dist/cjs/drag-and-drop-4787ff6f.js +0 -281
- package/dist/cjs/f-chip-2d58c8f7.js +0 -239
- package/dist/cjs/kup-grid.cjs.entry.js +0 -130
- package/dist/cjs/kup-manager-59ad8bdc.js +0 -4845
- package/dist/cjs/kup-objects-59ea949c.js +0 -717
- package/dist/collection/assets/images/drag-multiple.js +0 -1
- package/dist/collection/components/kup-editor/kup-editor.css +0 -5
- package/dist/collection/components/kup-editor/kup-editor.js +0 -59
- package/dist/collection/components/kup-layout/kup-layout.css +0 -53
- package/dist/collection/components/kup-layout/kup-layout.js +0 -156
- package/dist/collection/utils/drag-and-drop.js +0 -109
- package/dist/collection/utils/kup-dialog/kup-dialog-declarations.js +0 -36
- package/dist/collection/utils/kup-dialog/kup-dialog.js +0 -310
- package/dist/esm/cell-utils-cb612463.js +0 -1510
- package/dist/esm/drag-and-drop-321cb4ca.js +0 -265
- package/dist/esm/f-chip-125d5dd6.js +0 -236
- package/dist/esm/kup-grid.entry.js +0 -126
- package/dist/esm/kup-manager-e7d7b353.js +0 -4842
- package/dist/esm/kup-objects-d38d2fa2.js +0 -711
- package/dist/ketchup/p-00fe1e3e.js +0 -1
- package/dist/ketchup/p-0320e24e.entry.js +0 -1
- package/dist/ketchup/p-08c7a092.js +0 -1
- package/dist/ketchup/p-1165f4ea.entry.js +0 -1
- package/dist/ketchup/p-170d3cba.js +0 -1
- package/dist/ketchup/p-18cb3ba3.js +0 -1
- package/dist/ketchup/p-23541a97.entry.js +0 -45
- package/dist/ketchup/p-64ea7e37.entry.js +0 -1
- package/dist/ketchup/p-7896031c.entry.js +0 -1
- package/dist/ketchup/p-876da4c2.entry.js +0 -1
- package/dist/ketchup/p-8fb9d9b2.entry.js +0 -1
- package/dist/ketchup/p-940ab57a.entry.js +0 -1
- package/dist/ketchup/p-9c858a38.entry.js +0 -1
- package/dist/ketchup/p-a12a5690.entry.js +0 -1
- package/dist/ketchup/p-a5424073.js +0 -1
- package/dist/ketchup/p-b0724035.entry.js +0 -1
- package/dist/ketchup/p-b14e77f0.js +0 -1
- package/dist/ketchup/p-d24cfdea.entry.js +0 -1
- package/dist/ketchup/p-ee89966f.entry.js +0 -27
- package/dist/ketchup/p-fcd2fd8f.js +0 -1
- package/dist/ketchup/p-fce3b9d8.entry.js +0 -1
- package/dist/types/assets/images/drag-multiple.d.ts +0 -1
- package/dist/types/components/kup-editor/kup-editor.d.ts +0 -16
- package/dist/types/components/kup-layout/kup-layout.d.ts +0 -25
- package/dist/types/utils/drag-and-drop.d.ts +0 -53
- package/dist/types/utils/kup-dialog/kup-dialog-declarations.d.ts +0 -43
- package/dist/types/utils/kup-dialog/kup-dialog.d.ts +0 -50
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Component, Element, Event, forceUpdate, getAssetPath, h, Method, Prop, } from '@stencil/core';
|
|
1
|
+
import { Component, Element, Event, forceUpdate, getAssetPath, h, Host, Method, Prop, } from '@stencil/core';
|
|
2
2
|
import { Calendar, } from '@fullcalendar/core';
|
|
3
3
|
import dayGridPlugin from '@fullcalendar/daygrid';
|
|
4
4
|
import interactionPlugin from '@fullcalendar/interaction';
|
|
@@ -365,20 +365,22 @@ export class KupCalendar {
|
|
|
365
365
|
this.kupManager.debug.logRender(this, true);
|
|
366
366
|
}
|
|
367
367
|
render() {
|
|
368
|
-
return (h(
|
|
369
|
-
h("
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
h(
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
368
|
+
return (h(Host, null,
|
|
369
|
+
h("style", null, this.kupManager.theme.setKupStyle(this.rootElement)),
|
|
370
|
+
h("div", { id: componentWrapperId },
|
|
371
|
+
h("div", { class: "navigation" },
|
|
372
|
+
!this.hideNavigation ? (h("div", { class: "navigation__left" },
|
|
373
|
+
h(FButton, { icon: "chevron_left", onClick: () => this.onPrev(), title: this.kupManager.language.translate(KupLanguageGeneric.PREVIOUS), wrapperClass: "navigation__prev" }),
|
|
374
|
+
h(FButton, { icon: "calendar", onClick: () => this.onToday(), title: this.kupManager.language.translate(KupLanguageGeneric.TODAY), wrapperClass: "navigation__today" }),
|
|
375
|
+
h(FButton, { icon: "chevron_right", onClick: () => this.onNext(), title: this.kupManager.language.translate(KupLanguageGeneric.NEXT), wrapperClass: "navigation__next" }))) : null,
|
|
376
|
+
h("div", { class: `navigation__title ${this.hideNavigation
|
|
377
|
+
? 'navigation__title--centered'
|
|
378
|
+
: ''}`, ref: (el) => {
|
|
379
|
+
this.navTitle = el;
|
|
380
|
+
} }),
|
|
381
|
+
!this.hideNavigation ? (h("div", { class: "navigation__right" },
|
|
382
|
+
h(FChip, Object.assign({}, this.setChipProps())))) : null),
|
|
383
|
+
h("div", { class: "calendar", ref: (el) => (this.calendarContainer = el) }))));
|
|
382
384
|
}
|
|
383
385
|
disconnectedCallback() {
|
|
384
386
|
if (this.calendar) {
|
|
@@ -409,11 +411,11 @@ export class KupCalendar {
|
|
|
409
411
|
"optional": false,
|
|
410
412
|
"docs": {
|
|
411
413
|
"tags": [{
|
|
412
|
-
"
|
|
413
|
-
"
|
|
414
|
+
"name": "default",
|
|
415
|
+
"text": "\"\""
|
|
414
416
|
}, {
|
|
415
|
-
"
|
|
416
|
-
"
|
|
417
|
+
"name": "see",
|
|
418
|
+
"text": "https://ketchup.smeup.com/ketchup-showcase/#/customization"
|
|
417
419
|
}],
|
|
418
420
|
"text": "Custom style of the component."
|
|
419
421
|
},
|
|
@@ -438,8 +440,8 @@ export class KupCalendar {
|
|
|
438
440
|
"optional": false,
|
|
439
441
|
"docs": {
|
|
440
442
|
"tags": [{
|
|
441
|
-
"
|
|
442
|
-
"
|
|
443
|
+
"name": "default",
|
|
444
|
+
"text": "null"
|
|
443
445
|
}],
|
|
444
446
|
"text": "Actual data of the calendar."
|
|
445
447
|
},
|
|
@@ -457,8 +459,8 @@ export class KupCalendar {
|
|
|
457
459
|
"optional": false,
|
|
458
460
|
"docs": {
|
|
459
461
|
"tags": [{
|
|
460
|
-
"
|
|
461
|
-
"
|
|
462
|
+
"name": "default",
|
|
463
|
+
"text": "null"
|
|
462
464
|
}],
|
|
463
465
|
"text": "Column containing events' dates."
|
|
464
466
|
},
|
|
@@ -478,8 +480,8 @@ export class KupCalendar {
|
|
|
478
480
|
"optional": false,
|
|
479
481
|
"docs": {
|
|
480
482
|
"tags": [{
|
|
481
|
-
"
|
|
482
|
-
"
|
|
483
|
+
"name": "default",
|
|
484
|
+
"text": "null"
|
|
483
485
|
}],
|
|
484
486
|
"text": "Column containing events' descriptions."
|
|
485
487
|
},
|
|
@@ -499,8 +501,8 @@ export class KupCalendar {
|
|
|
499
501
|
"optional": false,
|
|
500
502
|
"docs": {
|
|
501
503
|
"tags": [{
|
|
502
|
-
"
|
|
503
|
-
"
|
|
504
|
+
"name": "default",
|
|
505
|
+
"text": "null"
|
|
504
506
|
}],
|
|
505
507
|
"text": "Column containing events' ending time."
|
|
506
508
|
},
|
|
@@ -520,8 +522,8 @@ export class KupCalendar {
|
|
|
520
522
|
"optional": false,
|
|
521
523
|
"docs": {
|
|
522
524
|
"tags": [{
|
|
523
|
-
"
|
|
524
|
-
"
|
|
525
|
+
"name": "default",
|
|
526
|
+
"text": "false"
|
|
525
527
|
}],
|
|
526
528
|
"text": "When disabled, the navigation toolbar won't be displayed."
|
|
527
529
|
},
|
|
@@ -541,8 +543,8 @@ export class KupCalendar {
|
|
|
541
543
|
"optional": false,
|
|
542
544
|
"docs": {
|
|
543
545
|
"tags": [{
|
|
544
|
-
"
|
|
545
|
-
"
|
|
546
|
+
"name": "default",
|
|
547
|
+
"text": "null"
|
|
546
548
|
}],
|
|
547
549
|
"text": "Column containing events' icons. There can be multiple icons, divided by \";\"."
|
|
548
550
|
},
|
|
@@ -562,8 +564,8 @@ export class KupCalendar {
|
|
|
562
564
|
"optional": false,
|
|
563
565
|
"docs": {
|
|
564
566
|
"tags": [{
|
|
565
|
-
"
|
|
566
|
-
"
|
|
567
|
+
"name": "default",
|
|
568
|
+
"text": "null"
|
|
567
569
|
}],
|
|
568
570
|
"text": "Column containing events' images. There can be multiple images, divided by \";\"."
|
|
569
571
|
},
|
|
@@ -583,8 +585,8 @@ export class KupCalendar {
|
|
|
583
585
|
"optional": false,
|
|
584
586
|
"docs": {
|
|
585
587
|
"tags": [{
|
|
586
|
-
"
|
|
587
|
-
"
|
|
588
|
+
"name": "default",
|
|
589
|
+
"text": "null"
|
|
588
590
|
}],
|
|
589
591
|
"text": "Sets the initial date of the calendar. Must be in ISO format (YYYY-MM-DD)."
|
|
590
592
|
},
|
|
@@ -604,8 +606,8 @@ export class KupCalendar {
|
|
|
604
606
|
"optional": false,
|
|
605
607
|
"docs": {
|
|
606
608
|
"tags": [{
|
|
607
|
-
"
|
|
608
|
-
"
|
|
609
|
+
"name": "default",
|
|
610
|
+
"text": "null"
|
|
609
611
|
}],
|
|
610
612
|
"text": "Column containing events' starting time."
|
|
611
613
|
},
|
|
@@ -625,8 +627,8 @@ export class KupCalendar {
|
|
|
625
627
|
"optional": false,
|
|
626
628
|
"docs": {
|
|
627
629
|
"tags": [{
|
|
628
|
-
"
|
|
629
|
-
"
|
|
630
|
+
"name": "default",
|
|
631
|
+
"text": "null"
|
|
630
632
|
}],
|
|
631
633
|
"text": "Column containing events' CSS styles."
|
|
632
634
|
},
|
|
@@ -651,8 +653,8 @@ export class KupCalendar {
|
|
|
651
653
|
"optional": false,
|
|
652
654
|
"docs": {
|
|
653
655
|
"tags": [{
|
|
654
|
-
"
|
|
655
|
-
"
|
|
656
|
+
"name": "default",
|
|
657
|
+
"text": "KupCalendarViewTypes.MONTH"
|
|
656
658
|
}],
|
|
657
659
|
"text": "Type of the view."
|
|
658
660
|
},
|
|
@@ -748,8 +750,8 @@ export class KupCalendar {
|
|
|
748
750
|
"signature": "(descriptions?: boolean) => Promise<GenericObject>",
|
|
749
751
|
"parameters": [{
|
|
750
752
|
"tags": [{
|
|
751
|
-
"
|
|
752
|
-
"
|
|
753
|
+
"name": "param",
|
|
754
|
+
"text": "descriptions - When provided and true, the result will be the list of props with their description."
|
|
753
755
|
}],
|
|
754
756
|
"text": "- When provided and true, the result will be the list of props with their description."
|
|
755
757
|
}],
|
|
@@ -812,8 +814,8 @@ export class KupCalendar {
|
|
|
812
814
|
"signature": "(props: GenericObject) => Promise<void>",
|
|
813
815
|
"parameters": [{
|
|
814
816
|
"tags": [{
|
|
815
|
-
"
|
|
816
|
-
"
|
|
817
|
+
"name": "param",
|
|
818
|
+
"text": "props - Object containing props that will be set to the component."
|
|
817
819
|
}],
|
|
818
820
|
"text": "- Object containing props that will be set to the component."
|
|
819
821
|
}],
|
|
@@ -125,6 +125,24 @@ export function create5(component) {
|
|
|
125
125
|
listArray[0] ? (h("div", { class: "section-2" },
|
|
126
126
|
h("kup-list", Object.assign({ id: "list1" }, listArray[0])))) : null)));
|
|
127
127
|
}
|
|
128
|
+
/**
|
|
129
|
+
* 6th dialog card layout, a datatable or a spinner in its place.
|
|
130
|
+
* @param {KupCard} component - Card component.
|
|
131
|
+
* @returns {VNode} 1st standard layout virtual node.
|
|
132
|
+
*/
|
|
133
|
+
export function create6(component) {
|
|
134
|
+
//Datatable
|
|
135
|
+
const datatableArray = component.data['datatable']
|
|
136
|
+
? component.data['datatable']
|
|
137
|
+
: [];
|
|
138
|
+
//Dialog title
|
|
139
|
+
const textArray = component.data['text']
|
|
140
|
+
? component.data['text']
|
|
141
|
+
: [];
|
|
142
|
+
return (h("div", { class: `dialog-layout-${component.layoutNumber}` },
|
|
143
|
+
textArray[0] ? dialogHeader(textArray[0]) : dialogHeader(''),
|
|
144
|
+
h("div", { class: "section-1" }, datatableArray.length > 0 ? (h("kup-data-table", Object.assign({ id: "datatable1" }, datatableArray[0]))) : (h("kup-spinner", { active: true, dimensions: "7px", layout: 14 })))));
|
|
145
|
+
}
|
|
128
146
|
/**
|
|
129
147
|
* Invoked by 4th layout to switch to the previous record of the original data table.
|
|
130
148
|
* Reminder: data table inside 4th layout should be transposed and valid columns should be named with numbers (strings, but numerical).
|
|
@@ -2,6 +2,7 @@ import { h } from '@stencil/core';
|
|
|
2
2
|
import { FImage } from '../../f-components/f-image/f-image';
|
|
3
3
|
import { KupCardCSSClasses, KupCardIds, KupCardSubEvents, } from './kup-card-declarations';
|
|
4
4
|
import { KupColumnMenuIds } from '../../utils/kup-column-menu/kup-column-menu-declarations';
|
|
5
|
+
import { KupThemeColorValues } from '../../utils/kup-theme/kup-theme-declarations';
|
|
5
6
|
/**
|
|
6
7
|
* This function returns a list of components.
|
|
7
8
|
* @param {GenericObject[]} compArray - Components' props.
|
|
@@ -57,7 +58,7 @@ export function compList(compArray, compType) {
|
|
|
57
58
|
export function dialogHeader(title) {
|
|
58
59
|
return (h("div", { id: KupCardIds.DRAG_HANDLE, class: KupCardCSSClasses.HEADER_BAR },
|
|
59
60
|
title ? (h("div", { class: KupCardCSSClasses.DIALOG_TITLE }, title)) : null,
|
|
60
|
-
h(FImage, { sizeX: "1.25em", sizeY: "
|
|
61
|
+
h(FImage, { color: `var(${KupThemeColorValues.TITLE})`, sizeX: "1.25em", sizeY: "100%", resource: "clear", id: KupCardIds.DIALOG_CLOSE })));
|
|
61
62
|
}
|
|
62
63
|
/**
|
|
63
64
|
* Creates the bar used to expand/collapse the card.
|
|
@@ -180,4 +181,21 @@ export function layoutSpecificEvents(component, e) {
|
|
|
180
181
|
e.detail.id === KupCardIds.PREVIOUS_ROW)) {
|
|
181
182
|
component.refresh();
|
|
182
183
|
}
|
|
184
|
+
/*-------------------------------------------------*/
|
|
185
|
+
/* 1 5t h S t a n d a r d L a y o u t */
|
|
186
|
+
/*-------------------------------------------------*/
|
|
187
|
+
// Tab change: when a tab is clicked, the corresponding view will be activated while the others will become hidden.
|
|
188
|
+
if (root &&
|
|
189
|
+
e.type === KupCardSubEvents.BUTTON_CLICK &&
|
|
190
|
+
e.detail.id === KupCardIds.VIEW_SELECTOR) {
|
|
191
|
+
const views = root.querySelectorAll('.' + KupCardCSSClasses.CARD_VIEW);
|
|
192
|
+
if (e.detail.value === 'on') {
|
|
193
|
+
views[0].classList.remove(KupCardCSSClasses.VISIBLE);
|
|
194
|
+
views[1].classList.add(KupCardCSSClasses.VISIBLE);
|
|
195
|
+
}
|
|
196
|
+
else {
|
|
197
|
+
views[1].classList.remove(KupCardCSSClasses.VISIBLE);
|
|
198
|
+
views[0].classList.add(KupCardCSSClasses.VISIBLE);
|
|
199
|
+
}
|
|
200
|
+
}
|
|
183
201
|
}
|