@sme.up/ketchup 8.3.2 → 9.0.0
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/{component-2c7ddef7.js → component-cb3b32f5.js} +7 -2
- package/dist/cjs/{f-button-be5c564a.js → f-button-b2cfce1c.js} +3 -3
- package/dist/cjs/{f-cell-d034bcb0.js → f-cell-75fca92b.js} +24 -17
- package/dist/cjs/{f-checkbox-cff77b2c.js → f-checkbox-48d7af02.js} +1 -1
- package/dist/cjs/{f-chip-bc678bf1.js → f-chip-3e504f3e.js} +3 -3
- package/dist/cjs/{f-image-8542c984.js → f-image-270d39ae.js} +2 -2
- package/dist/cjs/{f-paginator-utils-f48afc35.js → f-paginator-utils-6d0c4678.js} +4 -4
- package/dist/cjs/{f-text-field-acfc1717.js → f-text-field-bbcd2143.js} +2 -2
- package/dist/cjs/{f-text-field-mdc-d38d80b5.js → f-text-field-mdc-4fda9705.js} +1 -1
- package/dist/cjs/{index-a9a3b467.js → index-c3d10561.js} +90 -19
- package/dist/cjs/ketchup.cjs.js +3 -6
- package/dist/cjs/kup-accordion.cjs.entry.js +5 -5
- package/dist/cjs/kup-autocomplete_27.cjs.entry.js +151 -156
- package/dist/cjs/kup-box.cjs.entry.js +14 -14
- package/dist/cjs/kup-calendar.cjs.entry.js +16 -10
- package/dist/cjs/kup-card-list.cjs.entry.js +244 -0
- package/dist/cjs/kup-cell.cjs.entry.js +8 -8
- package/dist/cjs/kup-dashboard.cjs.entry.js +10 -10
- package/dist/cjs/kup-drawer.cjs.entry.js +3 -3
- package/dist/cjs/kup-echart.cjs.entry.js +4604 -4444
- package/dist/cjs/kup-family-tree.cjs.entry.js +6 -6
- package/dist/cjs/kup-grid.cjs.entry.js +109 -0
- package/dist/cjs/kup-iframe.cjs.entry.js +2 -2
- package/dist/cjs/kup-image-list.cjs.entry.js +11 -11
- package/dist/cjs/kup-lazy.cjs.entry.js +3 -3
- package/dist/cjs/kup-magic-box.cjs.entry.js +5 -5
- package/dist/cjs/{kup-manager-b3677c1d.js → kup-manager-130bbd9d.js} +7 -7
- package/dist/cjs/kup-nav-bar.cjs.entry.js +3 -3
- package/dist/cjs/kup-numeric-picker.cjs.entry.js +6 -6
- package/dist/cjs/kup-photo-frame.cjs.entry.js +3 -3
- package/dist/cjs/kup-planner.cjs.entry.js +26 -18
- package/dist/cjs/kup-probe.cjs.entry.js +3 -3
- package/dist/cjs/kup-qlik.cjs.entry.js +2 -2
- package/dist/cjs/kup-snackbar.cjs.entry.js +6 -6
- package/dist/cjs/loader.cjs.js +3 -12
- package/dist/collection/assets/card-list.js +709 -0
- package/dist/collection/assets/data-table-performance.js +6 -0
- package/dist/collection/assets/echart.js +168 -90
- package/dist/collection/assets/image-list.js +2 -12
- package/dist/collection/assets/index.js +4 -4
- package/dist/collection/collection-manifest.json +49 -50
- package/dist/collection/components/kup-accordion/kup-accordion.js +28 -18
- package/dist/collection/components/kup-autocomplete/kup-autocomplete.js +47 -29
- package/dist/collection/components/kup-badge/kup-badge.js +21 -14
- package/dist/collection/components/kup-box/kup-box.js +62 -41
- package/dist/collection/components/kup-button/kup-button.js +26 -17
- package/dist/collection/components/kup-button-list/kup-button-list.e2e.js +1 -1
- package/dist/collection/components/kup-button-list/kup-button-list.js +24 -16
- package/dist/collection/components/kup-calendar/kup-calendar-declarations.js +3 -2
- package/dist/collection/components/kup-calendar/kup-calendar.css +13 -0
- package/dist/collection/components/kup-calendar/kup-calendar.js +73 -35
- package/dist/collection/components/kup-card/box/kup-card-box.js +3 -3
- package/dist/collection/components/kup-card/built-in/kup-card-built-in.js +7 -7
- package/dist/collection/components/kup-card/built-in/kup-card-calendar.js +6 -6
- package/dist/collection/components/kup-card/built-in/kup-card-clock.js +5 -5
- package/dist/collection/components/kup-card/built-in/kup-card-column-drop-menu.js +4 -4
- package/dist/collection/components/kup-card/built-in/kup-card-message-box.js +4 -4
- package/dist/collection/components/kup-card/built-in/kup-card-numeric.js +2 -2
- package/dist/collection/components/kup-card/collapsible/kup-card-collapsible.js +5 -5
- package/dist/collection/components/kup-card/dialog/kup-card-dialog.js +5 -5
- package/dist/collection/components/kup-card/free/kup-card-free.js +2 -2
- package/dist/collection/components/kup-card/kup-card-helper.js +5 -5
- package/dist/collection/components/kup-card/kup-card.css +20 -7
- package/dist/collection/components/kup-card/kup-card.js +67 -52
- package/dist/collection/components/kup-card/scalable/kup-card-scalable.js +49 -58
- package/dist/collection/components/kup-card/standard/kup-card-standard.js +9 -9
- package/dist/collection/components/kup-card-list/kup-card-list-declarations.js +13 -0
- package/dist/collection/components/kup-card-list/kup-card-list.css +34 -0
- package/dist/collection/components/kup-card-list/kup-card-list.js +481 -0
- package/dist/collection/components/kup-cell/kup-cell.js +27 -18
- package/dist/collection/components/kup-chart/kup-chart-builder.js +5 -5
- package/dist/collection/components/kup-chart/kup-chart.js +47 -28
- package/dist/collection/components/kup-checkbox/kup-checkbox.js +22 -14
- package/dist/collection/components/kup-chip/kup-chip.js +32 -20
- package/dist/collection/components/kup-color-picker/kup-color-picker.js +30 -20
- package/dist/collection/components/kup-combobox/kup-combobox.js +47 -29
- package/dist/collection/components/kup-dashboard/kup-dashboard.js +26 -19
- package/dist/collection/components/kup-data-table/kup-data-table-helper.js +4 -4
- package/dist/collection/components/kup-data-table/kup-data-table-state.js +1 -1
- package/dist/collection/components/kup-data-table/kup-data-table.js +178 -106
- package/dist/collection/components/kup-date-picker/kup-date-picker.js +42 -26
- package/dist/collection/components/kup-dialog/kup-dialog.js +30 -18
- package/dist/collection/components/kup-drawer/kup-drawer.e2e.js +1 -1
- package/dist/collection/components/kup-drawer/kup-drawer.js +29 -17
- package/dist/collection/components/kup-dropdown-button/kup-dropdown-button.js +42 -26
- package/dist/collection/components/kup-echart/kup-echart.js +64 -39
- package/dist/collection/components/kup-family-tree/kup-family-tree.js +42 -26
- package/dist/collection/components/kup-form/kup-form.js +32 -21
- package/dist/collection/components/kup-gauge/kup-gauge.js +18 -13
- package/dist/collection/components/kup-grid/kup-grid.css +10 -0
- package/dist/collection/components/kup-grid/kup-grid.js +16 -11
- package/dist/collection/components/kup-iframe/kup-iframe.js +21 -13
- package/dist/collection/components/kup-image/canvas/kup-image-canvas-declarations.js +1 -1
- package/dist/collection/components/kup-image/canvas/kup-image-canvas-helper.js +1 -1
- package/dist/collection/components/kup-image/canvas/kup-image-canvas.js +2 -2
- package/dist/collection/components/kup-image/kup-image.js +27 -18
- package/dist/collection/components/kup-image-list/kup-image-list.js +35 -24
- package/dist/collection/components/kup-lazy/kup-lazy.js +25 -15
- package/dist/collection/components/kup-list/kup-list-helper.js +1 -1
- package/dist/collection/components/kup-list/kup-list.js +45 -27
- package/dist/collection/components/kup-magic-box/kup-magic-box.js +23 -17
- package/dist/collection/components/kup-nav-bar/kup-nav-bar.js +23 -14
- package/dist/collection/components/kup-numeric-picker/kup-numeric-picker.js +40 -24
- package/dist/collection/components/kup-photo-frame/kup-photo-frame.js +23 -14
- package/dist/collection/components/kup-planner/kup-planner-helper.js +3 -3
- package/dist/collection/components/kup-planner/kup-planner.css +277 -277
- package/dist/collection/components/kup-planner/kup-planner.js +51 -33
- package/dist/collection/components/kup-probe/kup-probe.js +7 -5
- package/dist/collection/components/kup-progress-bar/kup-progress-bar.js +15 -10
- package/dist/collection/components/kup-qlik/kup-qlik.js +8 -5
- package/dist/collection/components/kup-radio/kup-radio.js +23 -14
- package/dist/collection/components/kup-rating/kup-rating.js +17 -11
- package/dist/collection/components/kup-snackbar/kup-snackbar.js +26 -16
- package/dist/collection/components/kup-spinner/kup-spinner.js +17 -11
- package/dist/collection/components/kup-state/mock-store.js +1 -1
- package/dist/collection/components/kup-switch/kup-switch.js +22 -14
- package/dist/collection/components/kup-tab-bar/kup-tab-bar.js +31 -20
- package/dist/collection/components/kup-text-field/kup-text-field.js +40 -24
- package/dist/collection/components/kup-time-picker/kup-time-picker.js +47 -29
- package/dist/collection/components/kup-tree/kup-tree.js +104 -63
- package/dist/collection/f-components/f-button/f-button.js +3 -3
- package/dist/collection/f-components/f-cell/f-cell-declarations.js +2 -1
- package/dist/collection/f-components/f-cell/f-cell.js +30 -23
- package/dist/collection/f-components/f-checkbox/f-checkbox.js +1 -1
- package/dist/collection/f-components/f-chip/f-chip.js +5 -5
- package/dist/collection/f-components/f-image/f-image.js +3 -3
- package/dist/collection/f-components/f-paginator/f-paginator.js +5 -5
- 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 +2 -2
- package/dist/collection/f-components/f-text-field/f-text-field.js +2 -2
- package/dist/collection/managers/kup-data/kup-data-cell-helper.js +4 -4
- package/dist/collection/managers/kup-data/kup-data-column-helper.js +3 -3
- package/dist/collection/managers/kup-data/kup-data.js +8 -8
- package/dist/collection/managers/kup-dates/kup-dates.js +11 -11
- package/dist/collection/managers/kup-debug/kup-debug.js +3 -3
- package/dist/collection/managers/kup-dynamic-position/kup-dynamic-position.js +2 -2
- package/dist/collection/managers/kup-interact/kup-interact.js +2 -2
- package/dist/collection/managers/kup-language/kup-language.js +3 -3
- package/dist/collection/managers/kup-manager/kup-manager.js +20 -20
- package/dist/collection/managers/kup-math/kup-math-helper.js +1 -1
- package/dist/collection/managers/kup-math/kup-math.js +12 -12
- package/dist/collection/managers/kup-objects/kup-objects.js +1 -1
- package/dist/collection/managers/kup-scroll-on-hover/kup-scroll-on-hover.js +1 -1
- package/dist/collection/managers/kup-search/kup-search.js +2 -2
- package/dist/collection/managers/kup-theme/kup-theme-declarations.js +1 -1
- package/dist/collection/managers/kup-theme/kup-theme.js +15 -15
- package/dist/collection/managers/kup-toolbar/kup-toolbar.js +1 -1
- package/dist/collection/managers/kup-tooltip/kup-tooltip.js +1 -1
- package/dist/collection/types/GenericTypes.js +1 -2
- package/dist/collection/utils/cell-utils.js +1 -1
- package/dist/collection/utils/filters/filters-column-menu.js +3 -3
- package/dist/collection/utils/filters/filters-rows.js +6 -6
- package/dist/collection/utils/filters/filters-tree-items.js +4 -4
- package/dist/collection/utils/filters/filters.js +3 -3
- package/dist/collection/utils/kup-column-menu/kup-column-menu.js +12 -12
- package/dist/collection/utils/utils.js +1 -1
- package/dist/components/kup-autocomplete2.js +393 -386
- package/dist/components/kup-calendar.js +10 -3
- package/dist/components/{kup-dash-list.d.ts → kup-card-list.d.ts} +4 -4
- package/dist/components/kup-card-list.js +408 -0
- package/dist/components/kup-cell.js +1 -1
- package/dist/components/kup-chart.js +1 -1
- package/dist/components/kup-checkbox.js +1 -1
- package/dist/components/kup-chip.js +1 -1
- package/dist/components/kup-color-picker.js +1 -1
- package/dist/components/kup-combobox.js +1 -1
- package/dist/components/kup-dashboard.js +1 -1
- package/dist/components/kup-data-table.js +1 -1
- package/dist/components/kup-date-picker.js +1 -1
- package/dist/components/kup-dialog.js +1 -1
- package/dist/components/kup-dropdown-button.js +1 -1
- package/dist/components/kup-echart2.js +4602 -4442
- package/dist/components/kup-family-tree.js +1 -1
- package/dist/components/kup-form.js +1 -1
- package/dist/components/kup-gauge.js +1 -1
- package/dist/components/kup-grid2.js +1 -1
- package/dist/components/kup-image-list.js +1 -1
- package/dist/components/kup-image.js +1 -1
- package/dist/components/kup-list.js +1 -1
- package/dist/components/kup-magic-box.js +1 -1
- package/dist/components/kup-numeric-picker.js +1 -1
- package/dist/components/kup-planner.js +21 -13
- package/dist/esm/{component-e86c51ea.js → component-879e99bf.js} +7 -2
- package/dist/esm/{f-button-3b97025a.js → f-button-baa419dc.js} +3 -3
- package/dist/esm/{f-cell-ae537010.js → f-cell-18ee3afa.js} +24 -17
- package/dist/esm/{f-checkbox-91358c27.js → f-checkbox-00a1e020.js} +1 -1
- package/dist/esm/{f-chip-69df7df4.js → f-chip-311500f4.js} +3 -3
- package/dist/esm/{f-image-705c1694.js → f-image-da03494c.js} +2 -2
- package/dist/esm/{f-paginator-utils-b7009f00.js → f-paginator-utils-d63a195e.js} +4 -4
- package/dist/esm/{f-text-field-fa349928.js → f-text-field-e5f1f1fd.js} +2 -2
- package/dist/esm/{f-text-field-mdc-a1b4a919.js → f-text-field-mdc-1143cf21.js} +1 -1
- package/dist/esm/{index-bb15ce14.js → index-3336c3b1.js} +91 -19
- package/dist/esm/ketchup.js +4 -7
- package/dist/esm/kup-accordion.entry.js +5 -5
- package/dist/esm/kup-autocomplete_27.entry.js +151 -156
- package/dist/esm/kup-box.entry.js +14 -14
- package/dist/esm/kup-calendar.entry.js +16 -10
- package/dist/esm/kup-card-list.entry.js +240 -0
- package/dist/esm/kup-cell.entry.js +8 -8
- package/dist/esm/kup-dashboard.entry.js +10 -10
- package/dist/esm/kup-drawer.entry.js +3 -3
- package/dist/esm/kup-echart.entry.js +4604 -4444
- package/dist/esm/kup-family-tree.entry.js +6 -6
- package/dist/esm/kup-grid.entry.js +105 -0
- package/dist/esm/kup-iframe.entry.js +2 -2
- package/dist/esm/kup-image-list.entry.js +11 -11
- package/dist/esm/kup-lazy.entry.js +3 -3
- package/dist/esm/kup-magic-box.entry.js +5 -5
- package/dist/esm/{kup-manager-bad7bec3.js → kup-manager-c8d5c94d.js} +7 -7
- package/dist/esm/kup-nav-bar.entry.js +3 -3
- package/dist/esm/kup-numeric-picker.entry.js +6 -6
- package/dist/esm/kup-photo-frame.entry.js +3 -3
- package/dist/esm/kup-planner.entry.js +26 -18
- package/dist/esm/kup-probe.entry.js +3 -3
- package/dist/esm/kup-qlik.entry.js +2 -2
- package/dist/esm/kup-snackbar.entry.js +6 -6
- package/dist/esm/loader.js +4 -13
- package/dist/ketchup/ketchup.esm.js +1 -1
- package/dist/ketchup/{p-fb0b5466.js → p-008ad26c.js} +1 -1
- package/dist/ketchup/{p-15ffcd21.entry.js → p-07707cd1.entry.js} +1 -1
- package/dist/ketchup/p-0c19d485.entry.js +9 -0
- package/dist/ketchup/{p-4c79ea53.entry.js → p-13eac183.entry.js} +1 -1
- package/dist/ketchup/{p-bd5ece4c.js → p-25de68e5.js} +1 -1
- package/dist/ketchup/{p-bd21cdea.entry.js → p-2a2a18bf.entry.js} +1 -1
- package/dist/ketchup/{p-31da4bae.entry.js → p-2d192def.entry.js} +1 -1
- package/dist/ketchup/p-2d42477d.js +2 -0
- package/dist/ketchup/{p-ee39977d.entry.js → p-2dab9c4f.entry.js} +1 -1
- package/dist/ketchup/{p-afa2af1e.js → p-39602629.js} +1 -1
- package/dist/ketchup/{p-fd1323da.js → p-4597f25d.js} +1 -1
- package/dist/ketchup/{p-7664a38d.entry.js → p-51aa248f.entry.js} +2 -2
- package/dist/ketchup/{p-af50bc6b.entry.js → p-55fd3f46.entry.js} +1 -1
- package/dist/ketchup/p-5c15661d.entry.js +1 -0
- package/dist/ketchup/p-5cfaa673.entry.js +1 -0
- package/dist/ketchup/{p-2587abcf.entry.js → p-5f583257.entry.js} +1 -1
- package/dist/ketchup/{p-55182fcf.js → p-7555c10d.js} +1 -1
- package/dist/ketchup/{p-fefa9ae4.entry.js → p-76130e83.entry.js} +1 -1
- package/dist/ketchup/{p-be89bc7b.entry.js → p-7bf649f0.entry.js} +1 -1
- package/dist/ketchup/{p-aa373c37.entry.js → p-7e1c8fc0.entry.js} +1 -1
- package/dist/ketchup/p-80699a95.js +1 -0
- package/dist/ketchup/{p-68c5029f.entry.js → p-81debebe.entry.js} +1 -1
- package/dist/ketchup/{p-82b5fac1.js → p-8281c9e5.js} +1 -1
- package/dist/ketchup/{p-e1f0ade4.entry.js → p-a0f59b05.entry.js} +1 -1
- package/dist/ketchup/{p-b3eeb140.entry.js → p-a8a39b08.entry.js} +1 -1
- package/dist/ketchup/{p-a8eccd10.entry.js → p-bb854cf5.entry.js} +1 -1
- package/dist/ketchup/{p-fb03f2f5.js → p-cd2af1a6.js} +1 -1
- package/dist/ketchup/{p-6507e9eb.js → p-d4a879fc.js} +1 -1
- package/dist/ketchup/{p-6c995fb2.entry.js → p-d6a7498b.entry.js} +1 -1
- package/dist/ketchup/p-d8384990.entry.js +1 -0
- package/dist/ketchup/p-da58f8ab.entry.js +39 -0
- package/dist/ketchup/p-ecb9fe91.entry.js +1 -0
- package/dist/ketchup/{p-3879be61.js → p-f729449f.js} +1 -1
- package/dist/loader/index.d.ts +1 -1
- package/dist/types/components/kup-calendar/kup-calendar-declarations.d.ts +3 -2
- package/dist/types/components/kup-calendar/kup-calendar.d.ts +6 -1
- package/dist/types/components/kup-card/kup-card.d.ts +3 -3
- package/dist/types/components/kup-card-list/kup-card-list-declarations.d.ts +35 -0
- package/dist/types/components/kup-card-list/kup-card-list.d.ts +62 -0
- package/dist/types/components.d.ts +107 -92
- package/dist/types/f-components/f-cell/f-cell-declarations.d.ts +1 -0
- package/dist/types/managers/kup-math/kup-math.d.ts +1 -1
- package/dist/types/stencil-public-runtime.d.ts +12 -2
- package/dist/types/types/GenericTypes.d.ts +1 -2
- package/package.json +8 -5
- package/dist/cjs/kup-dash-list.cjs.entry.js +0 -116
- package/dist/cjs/kup-dash_2.cjs.entry.js +0 -179
- package/dist/collection/assets/dash-list.js +0 -474
- package/dist/collection/components/kup-dash/kup-dash.css +0 -136
- package/dist/collection/components/kup-dash/kup-dash.js +0 -171
- package/dist/collection/components/kup-dash-list/kup-dash-list.css +0 -10
- package/dist/collection/components/kup-dash-list/kup-dash-list.js +0 -327
- package/dist/components/kup-dash-list.js +0 -288
- package/dist/components/kup-dash.d.ts +0 -11
- package/dist/components/kup-dash.js +0 -6
- package/dist/components/kup-dash2.js +0 -228
- package/dist/esm/kup-dash-list.entry.js +0 -112
- package/dist/esm/kup-dash_2.entry.js +0 -174
- package/dist/esm/polyfills/css-shim.js +0 -1
- package/dist/ketchup/p-0b24a2ed.entry.js +0 -1
- package/dist/ketchup/p-15e6bfaf.entry.js +0 -1
- package/dist/ketchup/p-1ad1cf92.entry.js +0 -9
- package/dist/ketchup/p-68cd7d9a.js +0 -1
- package/dist/ketchup/p-b5deb573.js +0 -2
- package/dist/ketchup/p-c455cc67.entry.js +0 -39
- package/dist/ketchup/p-e6cf7db3.entry.js +0 -1
- package/dist/ketchup/p-ef21d377.entry.js +0 -1
- package/dist/types/components/kup-dash/kup-dash.d.ts +0 -33
- package/dist/types/components/kup-dash-list/kup-dash-list.d.ts +0 -22
- /package/dist/cjs/{GenericVariables-9cd88034.js → GenericVariables-1d52ba57.js} +0 -0
- /package/dist/cjs/{f-button-declarations-76b4fb4c.js → f-button-declarations-3fd791a8.js} +0 -0
- /package/dist/esm/{GenericVariables-6dfdd433.js → GenericVariables-d8d0541e.js} +0 -0
- /package/dist/esm/{f-button-declarations-fd4965d1.js → f-button-declarations-8a009df1.js} +0 -0
- /package/dist/ketchup/{p-ad2e21d2.js → p-635bb4b3.js} +0 -0
- /package/dist/ketchup/{p-0fd98ab4.js → p-b00f3575.js} +0 -0
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { forceUpdate, h, Host, } from
|
|
2
|
-
import { kupManagerInstance, } from
|
|
3
|
-
import { FButton } from
|
|
4
|
-
import { FButtonStyling, } from
|
|
5
|
-
import { KupButtonProps, } from
|
|
6
|
-
import { KupDebugCategory } from
|
|
7
|
-
import { getProps, setProps } from
|
|
8
|
-
import { componentWrapperId } from
|
|
1
|
+
import { forceUpdate, h, Host, } from "@stencil/core";
|
|
2
|
+
import { kupManagerInstance, } from "../../managers/kup-manager/kup-manager";
|
|
3
|
+
import { FButton } from "../../f-components/f-button/f-button";
|
|
4
|
+
import { FButtonStyling, } from "../../f-components/f-button/f-button-declarations";
|
|
5
|
+
import { KupButtonProps, } from "./kup-button-declarations";
|
|
6
|
+
import { KupDebugCategory } from "../../managers/kup-debug/kup-debug-declarations";
|
|
7
|
+
import { getProps, setProps } from "../../utils/utils";
|
|
8
|
+
import { componentWrapperId } from "../../variables/GenericVariables";
|
|
9
9
|
export class KupButton {
|
|
10
10
|
constructor() {
|
|
11
11
|
/*-------------------------------------------------*/
|
|
@@ -345,7 +345,8 @@ export class KupButton {
|
|
|
345
345
|
"references": {
|
|
346
346
|
"FButtonStyling": {
|
|
347
347
|
"location": "import",
|
|
348
|
-
"path": "../../f-components/f-button/f-button-declarations"
|
|
348
|
+
"path": "../../f-components/f-button/f-button-declarations",
|
|
349
|
+
"id": "src/f-components/f-button/f-button-declarations.ts::FButtonStyling"
|
|
349
350
|
}
|
|
350
351
|
}
|
|
351
352
|
},
|
|
@@ -449,7 +450,8 @@ export class KupButton {
|
|
|
449
450
|
"references": {
|
|
450
451
|
"KupButtonClickEventPayload": {
|
|
451
452
|
"location": "import",
|
|
452
|
-
"path": "./kup-button-declarations"
|
|
453
|
+
"path": "./kup-button-declarations",
|
|
454
|
+
"id": "src/components/kup-button/kup-button-declarations.ts::KupButtonClickEventPayload"
|
|
453
455
|
}
|
|
454
456
|
}
|
|
455
457
|
}
|
|
@@ -469,7 +471,8 @@ export class KupButton {
|
|
|
469
471
|
"references": {
|
|
470
472
|
"KupButtonClickEventPayload": {
|
|
471
473
|
"location": "import",
|
|
472
|
-
"path": "./kup-button-declarations"
|
|
474
|
+
"path": "./kup-button-declarations",
|
|
475
|
+
"id": "src/components/kup-button/kup-button-declarations.ts::KupButtonClickEventPayload"
|
|
473
476
|
}
|
|
474
477
|
}
|
|
475
478
|
}
|
|
@@ -489,7 +492,8 @@ export class KupButton {
|
|
|
489
492
|
"references": {
|
|
490
493
|
"KupButtonClickEventPayload": {
|
|
491
494
|
"location": "import",
|
|
492
|
-
"path": "./kup-button-declarations"
|
|
495
|
+
"path": "./kup-button-declarations",
|
|
496
|
+
"id": "src/components/kup-button/kup-button-declarations.ts::KupButtonClickEventPayload"
|
|
493
497
|
}
|
|
494
498
|
}
|
|
495
499
|
}
|
|
@@ -509,11 +513,13 @@ export class KupButton {
|
|
|
509
513
|
}],
|
|
510
514
|
"references": {
|
|
511
515
|
"Promise": {
|
|
512
|
-
"location": "global"
|
|
516
|
+
"location": "global",
|
|
517
|
+
"id": "global::Promise"
|
|
513
518
|
},
|
|
514
519
|
"GenericObject": {
|
|
515
520
|
"location": "import",
|
|
516
|
-
"path": "../../types/GenericTypes"
|
|
521
|
+
"path": "../../types/GenericTypes",
|
|
522
|
+
"id": "src/types/GenericTypes.ts::GenericObject"
|
|
517
523
|
}
|
|
518
524
|
},
|
|
519
525
|
"return": "Promise<GenericObject>"
|
|
@@ -535,7 +541,8 @@ export class KupButton {
|
|
|
535
541
|
"parameters": [],
|
|
536
542
|
"references": {
|
|
537
543
|
"Promise": {
|
|
538
|
-
"location": "global"
|
|
544
|
+
"location": "global",
|
|
545
|
+
"id": "global::Promise"
|
|
539
546
|
}
|
|
540
547
|
},
|
|
541
548
|
"return": "Promise<void>"
|
|
@@ -557,11 +564,13 @@ export class KupButton {
|
|
|
557
564
|
}],
|
|
558
565
|
"references": {
|
|
559
566
|
"Promise": {
|
|
560
|
-
"location": "global"
|
|
567
|
+
"location": "global",
|
|
568
|
+
"id": "global::Promise"
|
|
561
569
|
},
|
|
562
570
|
"GenericObject": {
|
|
563
571
|
"location": "import",
|
|
564
|
-
"path": "../../types/GenericTypes"
|
|
572
|
+
"path": "../../types/GenericTypes",
|
|
573
|
+
"id": "src/types/GenericTypes.ts::GenericObject"
|
|
565
574
|
}
|
|
566
575
|
},
|
|
567
576
|
"return": "Promise<void>"
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { forceUpdate, h, Host, } from
|
|
2
|
-
import { kupManagerInstance, } from
|
|
3
|
-
import { FButton } from
|
|
4
|
-
import { FButtonStyling, } from
|
|
5
|
-
import { KupButtonListProps, } from
|
|
6
|
-
import { KupDebugCategory } from
|
|
7
|
-
import { componentWrapperId } from
|
|
8
|
-
import { setProps } from
|
|
1
|
+
import { forceUpdate, h, Host, } from "@stencil/core";
|
|
2
|
+
import { kupManagerInstance, } from "../../managers/kup-manager/kup-manager";
|
|
3
|
+
import { FButton } from "../../f-components/f-button/f-button";
|
|
4
|
+
import { FButtonStyling, } from "../../f-components/f-button/f-button-declarations";
|
|
5
|
+
import { KupButtonListProps, } from "./kup-button-list-declarations";
|
|
6
|
+
import { KupDebugCategory } from "../../managers/kup-debug/kup-debug-declarations";
|
|
7
|
+
import { componentWrapperId } from "../../variables/GenericVariables";
|
|
8
|
+
import { setProps } from "../../utils/utils";
|
|
9
9
|
export class KupButtonList {
|
|
10
10
|
constructor() {
|
|
11
11
|
/*-------------------------------------------------*/
|
|
@@ -323,7 +323,8 @@ export class KupButtonList {
|
|
|
323
323
|
"references": {
|
|
324
324
|
"KupButtonListNode": {
|
|
325
325
|
"location": "import",
|
|
326
|
-
"path": "./kup-button-list-declarations"
|
|
326
|
+
"path": "./kup-button-list-declarations",
|
|
327
|
+
"id": "src/components/kup-button-list/kup-button-list-declarations.ts::KupButtonListNode"
|
|
327
328
|
}
|
|
328
329
|
}
|
|
329
330
|
},
|
|
@@ -389,7 +390,8 @@ export class KupButtonList {
|
|
|
389
390
|
"references": {
|
|
390
391
|
"FButtonStyling": {
|
|
391
392
|
"location": "import",
|
|
392
|
-
"path": "../../f-components/f-button/f-button-declarations"
|
|
393
|
+
"path": "../../f-components/f-button/f-button-declarations",
|
|
394
|
+
"id": "src/f-components/f-button/f-button-declarations.ts::FButtonStyling"
|
|
393
395
|
}
|
|
394
396
|
}
|
|
395
397
|
},
|
|
@@ -430,7 +432,8 @@ export class KupButtonList {
|
|
|
430
432
|
"references": {
|
|
431
433
|
"KupButtonListClickEventPayload": {
|
|
432
434
|
"location": "import",
|
|
433
|
-
"path": "./kup-button-list-declarations"
|
|
435
|
+
"path": "./kup-button-list-declarations",
|
|
436
|
+
"id": "src/components/kup-button-list/kup-button-list-declarations.ts::KupButtonListClickEventPayload"
|
|
434
437
|
}
|
|
435
438
|
}
|
|
436
439
|
}
|
|
@@ -450,11 +453,13 @@ export class KupButtonList {
|
|
|
450
453
|
}],
|
|
451
454
|
"references": {
|
|
452
455
|
"Promise": {
|
|
453
|
-
"location": "global"
|
|
456
|
+
"location": "global",
|
|
457
|
+
"id": "global::Promise"
|
|
454
458
|
},
|
|
455
459
|
"GenericObject": {
|
|
456
460
|
"location": "import",
|
|
457
|
-
"path": "../../types/GenericTypes"
|
|
461
|
+
"path": "../../types/GenericTypes",
|
|
462
|
+
"id": "src/types/GenericTypes.ts::GenericObject"
|
|
458
463
|
}
|
|
459
464
|
},
|
|
460
465
|
"return": "Promise<GenericObject>"
|
|
@@ -476,7 +481,8 @@ export class KupButtonList {
|
|
|
476
481
|
"parameters": [],
|
|
477
482
|
"references": {
|
|
478
483
|
"Promise": {
|
|
479
|
-
"location": "global"
|
|
484
|
+
"location": "global",
|
|
485
|
+
"id": "global::Promise"
|
|
480
486
|
}
|
|
481
487
|
},
|
|
482
488
|
"return": "Promise<void>"
|
|
@@ -498,11 +504,13 @@ export class KupButtonList {
|
|
|
498
504
|
}],
|
|
499
505
|
"references": {
|
|
500
506
|
"Promise": {
|
|
501
|
-
"location": "global"
|
|
507
|
+
"location": "global",
|
|
508
|
+
"id": "global::Promise"
|
|
502
509
|
},
|
|
503
510
|
"GenericObject": {
|
|
504
511
|
"location": "import",
|
|
505
|
-
"path": "../../types/GenericTypes"
|
|
512
|
+
"path": "../../types/GenericTypes",
|
|
513
|
+
"id": "src/types/GenericTypes.ts::GenericObject"
|
|
506
514
|
}
|
|
507
515
|
},
|
|
508
516
|
"return": "Promise<void>"
|
|
@@ -6,7 +6,8 @@ export var KupCalendarProps;
|
|
|
6
6
|
(function (KupCalendarProps) {
|
|
7
7
|
KupCalendarProps["currentDate"] = "Sets the date of the calendar. Must be in ISO format (YYYY-MM-DD).";
|
|
8
8
|
KupCalendarProps["customStyle"] = "Custom style of the component.";
|
|
9
|
-
KupCalendarProps["data"] = "
|
|
9
|
+
KupCalendarProps["data"] = "Actual data of the calendar.";
|
|
10
|
+
KupCalendarProps["editableEvents"] = "When true, events are editable.";
|
|
10
11
|
KupCalendarProps["hideNavigation"] = "When disabled, the navigation toolbar won't be displayed.";
|
|
11
12
|
KupCalendarProps["viewType"] = "Type of the view.";
|
|
12
13
|
})(KupCalendarProps || (KupCalendarProps = {}));
|
|
@@ -21,7 +22,7 @@ export var KupCalendarViewTypes;
|
|
|
21
22
|
KupCalendarViewTypes["WEEK"] = "timeGridWeek";
|
|
22
23
|
})(KupCalendarViewTypes || (KupCalendarViewTypes = {}));
|
|
23
24
|
/**
|
|
24
|
-
* Available
|
|
25
|
+
* Available column options.
|
|
25
26
|
*/
|
|
26
27
|
export var KupCalendarOptions;
|
|
27
28
|
(function (KupCalendarOptions) {
|
|
@@ -194,4 +194,17 @@
|
|
|
194
194
|
.navigation {
|
|
195
195
|
flex-direction: column;
|
|
196
196
|
}
|
|
197
|
+
.calendar {
|
|
198
|
+
height: 100%;
|
|
199
|
+
}
|
|
200
|
+
.calendar .fc-view-harness {
|
|
201
|
+
min-height: 450px;
|
|
202
|
+
}
|
|
203
|
+
.navigation .navigation__left {
|
|
204
|
+
font-size: 20px;
|
|
205
|
+
gap: 8px;
|
|
206
|
+
}
|
|
207
|
+
.navigation .navigation__right .f-chip .chip-set .chip-set__item {
|
|
208
|
+
font-size: 16px;
|
|
209
|
+
}
|
|
197
210
|
}
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
import { forceUpdate, getAssetPath, h, Host, } from
|
|
2
|
-
import { Calendar, } from
|
|
3
|
-
import dayGridPlugin from
|
|
4
|
-
import interactionPlugin from
|
|
5
|
-
import listPlugin from
|
|
6
|
-
import timeGridPlugin from
|
|
7
|
-
import enLocale from
|
|
8
|
-
import esLocale from
|
|
9
|
-
import frLocale from
|
|
10
|
-
import itLocale from
|
|
11
|
-
import plLocale from
|
|
12
|
-
import ruLocale from
|
|
13
|
-
import zhLocale from
|
|
14
|
-
import { kupManagerInstance, } from
|
|
15
|
-
import { getColumnByName } from
|
|
16
|
-
import { componentWrapperId } from
|
|
17
|
-
import { FButton } from
|
|
18
|
-
import { getProps, setProps } from
|
|
19
|
-
import { KupCalendarOptions, KupCalendarProps, KupCalendarViewTypes, } from
|
|
20
|
-
import { FChip } from
|
|
21
|
-
import { FChipType, } from
|
|
22
|
-
import { KupLanguageGeneric } from
|
|
23
|
-
import { KupDatesLocales } from
|
|
1
|
+
import { forceUpdate, getAssetPath, h, Host, } from "@stencil/core";
|
|
2
|
+
import { Calendar, } from "@fullcalendar/core";
|
|
3
|
+
import dayGridPlugin from "@fullcalendar/daygrid";
|
|
4
|
+
import interactionPlugin from "@fullcalendar/interaction";
|
|
5
|
+
import listPlugin from "@fullcalendar/list";
|
|
6
|
+
import timeGridPlugin from "@fullcalendar/timegrid";
|
|
7
|
+
import enLocale from "@fullcalendar/core/locales/en-gb";
|
|
8
|
+
import esLocale from "@fullcalendar/core/locales/es";
|
|
9
|
+
import frLocale from "@fullcalendar/core/locales/fr";
|
|
10
|
+
import itLocale from "@fullcalendar/core/locales/it";
|
|
11
|
+
import plLocale from "@fullcalendar/core/locales/pl";
|
|
12
|
+
import ruLocale from "@fullcalendar/core/locales/ru";
|
|
13
|
+
import zhLocale from "@fullcalendar/core/locales/zh-cn";
|
|
14
|
+
import { kupManagerInstance, } from "../../managers/kup-manager/kup-manager";
|
|
15
|
+
import { getColumnByName } from "../../utils/cell-utils";
|
|
16
|
+
import { componentWrapperId } from "../../variables/GenericVariables";
|
|
17
|
+
import { FButton } from "../../f-components/f-button/f-button";
|
|
18
|
+
import { getProps, setProps } from "../../utils/utils";
|
|
19
|
+
import { KupCalendarOptions, KupCalendarProps, KupCalendarViewTypes, } from "./kup-calendar-declarations";
|
|
20
|
+
import { FChip } from "../../f-components/f-chip/f-chip";
|
|
21
|
+
import { FChipType, } from "../../f-components/f-chip/f-chip-declarations";
|
|
22
|
+
import { KupLanguageGeneric } from "../../managers/kup-language/kup-language-declarations";
|
|
23
|
+
import { KupDatesLocales } from "../../managers/kup-dates/kup-dates-declarations";
|
|
24
24
|
export class KupCalendar {
|
|
25
25
|
constructor() {
|
|
26
26
|
this.calendarContainer = null;
|
|
@@ -38,12 +38,16 @@ export class KupCalendar {
|
|
|
38
38
|
this.customStyle = '';
|
|
39
39
|
this.data = null;
|
|
40
40
|
this.hideNavigation = false;
|
|
41
|
+
this.editableEvents = true;
|
|
41
42
|
this.viewType = KupCalendarViewTypes.MONTH;
|
|
42
43
|
}
|
|
43
44
|
/*-------------------------------------------------*/
|
|
44
45
|
/* W a t c h e r s */
|
|
45
46
|
/*-------------------------------------------------*/
|
|
46
47
|
setCalendarData() {
|
|
48
|
+
if (!this.calendarContainer) {
|
|
49
|
+
return;
|
|
50
|
+
}
|
|
47
51
|
if (this.calendar) {
|
|
48
52
|
this.calendar.destroy();
|
|
49
53
|
}
|
|
@@ -284,6 +288,7 @@ export class KupCalendar {
|
|
|
284
288
|
}
|
|
285
289
|
const el = {
|
|
286
290
|
allDay: isHourRange ? false : true,
|
|
291
|
+
editable: this.editableEvents,
|
|
287
292
|
end: endDate.toISOString(),
|
|
288
293
|
extendedProps: {
|
|
289
294
|
row,
|
|
@@ -433,7 +438,8 @@ export class KupCalendar {
|
|
|
433
438
|
"references": {
|
|
434
439
|
"KupCalendarData": {
|
|
435
440
|
"location": "import",
|
|
436
|
-
"path": "./kup-calendar-declarations"
|
|
441
|
+
"path": "./kup-calendar-declarations",
|
|
442
|
+
"id": "src/components/kup-calendar/kup-calendar-declarations.ts::KupCalendarData"
|
|
437
443
|
}
|
|
438
444
|
}
|
|
439
445
|
},
|
|
@@ -469,6 +475,27 @@ export class KupCalendar {
|
|
|
469
475
|
"reflect": false,
|
|
470
476
|
"defaultValue": "false"
|
|
471
477
|
},
|
|
478
|
+
"editableEvents": {
|
|
479
|
+
"type": "boolean",
|
|
480
|
+
"mutable": false,
|
|
481
|
+
"complexType": {
|
|
482
|
+
"original": "boolean",
|
|
483
|
+
"resolved": "boolean",
|
|
484
|
+
"references": {}
|
|
485
|
+
},
|
|
486
|
+
"required": false,
|
|
487
|
+
"optional": false,
|
|
488
|
+
"docs": {
|
|
489
|
+
"tags": [{
|
|
490
|
+
"name": "default",
|
|
491
|
+
"text": "true"
|
|
492
|
+
}],
|
|
493
|
+
"text": "When true, events are editable."
|
|
494
|
+
},
|
|
495
|
+
"attribute": "editable-events",
|
|
496
|
+
"reflect": false,
|
|
497
|
+
"defaultValue": "true"
|
|
498
|
+
},
|
|
472
499
|
"viewType": {
|
|
473
500
|
"type": "string",
|
|
474
501
|
"mutable": true,
|
|
@@ -478,7 +505,8 @@ export class KupCalendar {
|
|
|
478
505
|
"references": {
|
|
479
506
|
"KupCalendarViewTypes": {
|
|
480
507
|
"location": "import",
|
|
481
|
-
"path": "./kup-calendar-declarations"
|
|
508
|
+
"path": "./kup-calendar-declarations",
|
|
509
|
+
"id": "src/components/kup-calendar/kup-calendar-declarations.ts::KupCalendarViewTypes"
|
|
482
510
|
}
|
|
483
511
|
}
|
|
484
512
|
},
|
|
@@ -514,7 +542,8 @@ export class KupCalendar {
|
|
|
514
542
|
"references": {
|
|
515
543
|
"KupCalendarEventClickEventPayload": {
|
|
516
544
|
"location": "import",
|
|
517
|
-
"path": "./kup-calendar-declarations"
|
|
545
|
+
"path": "./kup-calendar-declarations",
|
|
546
|
+
"id": "src/components/kup-calendar/kup-calendar-declarations.ts::KupCalendarEventClickEventPayload"
|
|
518
547
|
}
|
|
519
548
|
}
|
|
520
549
|
}
|
|
@@ -534,7 +563,8 @@ export class KupCalendar {
|
|
|
534
563
|
"references": {
|
|
535
564
|
"KupCalendarDateClickEventPayload": {
|
|
536
565
|
"location": "import",
|
|
537
|
-
"path": "./kup-calendar-declarations"
|
|
566
|
+
"path": "./kup-calendar-declarations",
|
|
567
|
+
"id": "src/components/kup-calendar/kup-calendar-declarations.ts::KupCalendarDateClickEventPayload"
|
|
538
568
|
}
|
|
539
569
|
}
|
|
540
570
|
}
|
|
@@ -554,7 +584,8 @@ export class KupCalendar {
|
|
|
554
584
|
"references": {
|
|
555
585
|
"KupCalendarEventDropEventPayload": {
|
|
556
586
|
"location": "import",
|
|
557
|
-
"path": "./kup-calendar-declarations"
|
|
587
|
+
"path": "./kup-calendar-declarations",
|
|
588
|
+
"id": "src/components/kup-calendar/kup-calendar-declarations.ts::KupCalendarEventDropEventPayload"
|
|
558
589
|
}
|
|
559
590
|
}
|
|
560
591
|
}
|
|
@@ -574,7 +605,8 @@ export class KupCalendar {
|
|
|
574
605
|
"references": {
|
|
575
606
|
"KupCalendarViewChangeEventPayload": {
|
|
576
607
|
"location": "import",
|
|
577
|
-
"path": "./kup-calendar-declarations"
|
|
608
|
+
"path": "./kup-calendar-declarations",
|
|
609
|
+
"id": "src/components/kup-calendar/kup-calendar-declarations.ts::KupCalendarViewChangeEventPayload"
|
|
578
610
|
}
|
|
579
611
|
}
|
|
580
612
|
}
|
|
@@ -594,11 +626,13 @@ export class KupCalendar {
|
|
|
594
626
|
}],
|
|
595
627
|
"references": {
|
|
596
628
|
"Promise": {
|
|
597
|
-
"location": "global"
|
|
629
|
+
"location": "global",
|
|
630
|
+
"id": "global::Promise"
|
|
598
631
|
},
|
|
599
632
|
"GenericObject": {
|
|
600
633
|
"location": "import",
|
|
601
|
-
"path": "../../types/GenericTypes"
|
|
634
|
+
"path": "../../types/GenericTypes",
|
|
635
|
+
"id": "src/types/GenericTypes.ts::GenericObject"
|
|
602
636
|
}
|
|
603
637
|
},
|
|
604
638
|
"return": "Promise<GenericObject>"
|
|
@@ -620,7 +654,8 @@ export class KupCalendar {
|
|
|
620
654
|
"parameters": [],
|
|
621
655
|
"references": {
|
|
622
656
|
"Promise": {
|
|
623
|
-
"location": "global"
|
|
657
|
+
"location": "global",
|
|
658
|
+
"id": "global::Promise"
|
|
624
659
|
}
|
|
625
660
|
},
|
|
626
661
|
"return": "Promise<void>"
|
|
@@ -636,7 +671,8 @@ export class KupCalendar {
|
|
|
636
671
|
"parameters": [],
|
|
637
672
|
"references": {
|
|
638
673
|
"Promise": {
|
|
639
|
-
"location": "global"
|
|
674
|
+
"location": "global",
|
|
675
|
+
"id": "global::Promise"
|
|
640
676
|
}
|
|
641
677
|
},
|
|
642
678
|
"return": "Promise<void>"
|
|
@@ -658,11 +694,13 @@ export class KupCalendar {
|
|
|
658
694
|
}],
|
|
659
695
|
"references": {
|
|
660
696
|
"Promise": {
|
|
661
|
-
"location": "global"
|
|
697
|
+
"location": "global",
|
|
698
|
+
"id": "global::Promise"
|
|
662
699
|
},
|
|
663
700
|
"GenericObject": {
|
|
664
701
|
"location": "import",
|
|
665
|
-
"path": "../../types/GenericTypes"
|
|
702
|
+
"path": "../../types/GenericTypes",
|
|
703
|
+
"id": "src/types/GenericTypes.ts::GenericObject"
|
|
666
704
|
}
|
|
667
705
|
},
|
|
668
706
|
"return": "Promise<void>"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { h } from
|
|
2
|
-
import { FCell } from
|
|
3
|
-
import { FCellPadding, FCellShapes, } from
|
|
1
|
+
import { h } from "@stencil/core";
|
|
2
|
+
import { FCell } from "../../../f-components/f-cell/f-cell";
|
|
3
|
+
import { FCellPadding, FCellShapes, } from "../../../f-components/f-cell/f-cell-declarations";
|
|
4
4
|
const dom = document.documentElement;
|
|
5
5
|
/**
|
|
6
6
|
* 1st box card layout, it can be used as a key-value grid list.
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { h } from
|
|
2
|
-
import { KupCardCSSClasses } from
|
|
3
|
-
import { prepareCalendar } from
|
|
4
|
-
import { prepareClock } from
|
|
5
|
-
import { prepareColumnDropMenu } from
|
|
6
|
-
import { prepareMessageBox } from
|
|
7
|
-
import { prepareNumeric } from
|
|
1
|
+
import { h } from "@stencil/core";
|
|
2
|
+
import { KupCardCSSClasses } from "../kup-card-declarations";
|
|
3
|
+
import { prepareCalendar } from "./kup-card-calendar";
|
|
4
|
+
import { prepareClock } from "./kup-card-clock";
|
|
5
|
+
import { prepareColumnDropMenu } from "./kup-card-column-drop-menu";
|
|
6
|
+
import { prepareMessageBox } from "./kup-card-message-box";
|
|
7
|
+
import { prepareNumeric } from "./kup-card-numeric";
|
|
8
8
|
/**
|
|
9
9
|
* 1st built-in layout, calendar view.
|
|
10
10
|
* @param {KupCard} component - Card component.
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { h } from
|
|
2
|
-
import { FButton } from
|
|
3
|
-
import { FButtonStyling, } from
|
|
4
|
-
import { KupDateTimeFormatOptionsMonth, KupDatesFormats, } from
|
|
5
|
-
import { SourceEvent } from
|
|
6
|
-
import { fillString } from
|
|
1
|
+
import { h } from "@stencil/core";
|
|
2
|
+
import { FButton } from "../../../f-components/f-button/f-button";
|
|
3
|
+
import { FButtonStyling, } from "../../../f-components/f-button/f-button-declarations";
|
|
4
|
+
import { KupDateTimeFormatOptionsMonth, KupDatesFormats, } from "../../../managers/kup-dates/kup-dates-declarations";
|
|
5
|
+
import { SourceEvent } from "../../kup-date-picker/kup-date-picker-declarations";
|
|
6
|
+
import { fillString } from "../../../utils/utils";
|
|
7
7
|
const dom = document.documentElement;
|
|
8
8
|
export function prepareCalendar(component) {
|
|
9
9
|
const el = component.rootElement;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { h } from
|
|
2
|
-
import { FButton } from
|
|
3
|
-
import { FButtonStyling, } from
|
|
4
|
-
import { KupCardBuiltInClockElements, KupCardCSSClasses, } from
|
|
5
|
-
import { KupDatesFormats } from
|
|
1
|
+
import { h } from "@stencil/core";
|
|
2
|
+
import { FButton } from "../../../f-components/f-button/f-button";
|
|
3
|
+
import { FButtonStyling, } from "../../../f-components/f-button/f-button-declarations";
|
|
4
|
+
import { KupCardBuiltInClockElements, KupCardCSSClasses, } from "../kup-card-declarations";
|
|
5
|
+
import { KupDatesFormats } from "../../../managers/kup-dates/kup-dates-declarations";
|
|
6
6
|
const dom = document.documentElement;
|
|
7
7
|
export function prepareClock(component) {
|
|
8
8
|
const el = component.rootElement;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { h } from
|
|
2
|
-
import { FButtonStyling } from
|
|
3
|
-
import { KupLanguageColumn, KupLanguageGeneric, KupLanguageTotals, } from
|
|
4
|
-
import { KupDataNewColumnTypes } from
|
|
1
|
+
import { h } from "@stencil/core";
|
|
2
|
+
import { FButtonStyling } from "../../../f-components/f-button/f-button-declarations";
|
|
3
|
+
import { KupLanguageColumn, KupLanguageGeneric, KupLanguageTotals, } from "../../../managers/kup-language/kup-language-declarations";
|
|
4
|
+
import { KupDataNewColumnTypes } from "../../../managers/kup-data/kup-data-declarations";
|
|
5
5
|
const dom = document.documentElement;
|
|
6
6
|
const premadeFormulas = [
|
|
7
7
|
KupLanguageTotals.AVERAGE,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { h } from
|
|
2
|
-
import { FButton } from
|
|
3
|
-
import { FButtonStyling } from
|
|
4
|
-
import { KupLanguageGeneric } from
|
|
1
|
+
import { h } from "@stencil/core";
|
|
2
|
+
import { FButton } from "../../../f-components/f-button/f-button";
|
|
3
|
+
import { FButtonStyling } from "../../../f-components/f-button/f-button-declarations";
|
|
4
|
+
import { KupLanguageGeneric } from "../../../managers/kup-language/kup-language-declarations";
|
|
5
5
|
const dom = document.documentElement;
|
|
6
6
|
export function prepareMessageBox(component) {
|
|
7
7
|
const options = component.data.options;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { h } from
|
|
2
|
-
import { FButton } from
|
|
1
|
+
import { h } from "@stencil/core";
|
|
2
|
+
import { FButton } from "../../../f-components/f-button/f-button";
|
|
3
3
|
const dom = document.documentElement;
|
|
4
4
|
const maximumFractionDigits = 14;
|
|
5
5
|
export function prepareNumeric(component) {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { h } from
|
|
2
|
-
import { FImage } from
|
|
3
|
-
import { collapsibleBar } from
|
|
4
|
-
import { KupCardCSSClasses } from
|
|
5
|
-
import { KupThemeColorValues } from
|
|
1
|
+
import { h } from "@stencil/core";
|
|
2
|
+
import { FImage } from "../../../f-components/f-image/f-image";
|
|
3
|
+
import { collapsibleBar } from "../kup-card-helper";
|
|
4
|
+
import { KupCardCSSClasses } from "../kup-card-declarations";
|
|
5
|
+
import { KupThemeColorValues } from "../../../managers/kup-theme/kup-theme-declarations";
|
|
6
6
|
const dom = document.documentElement;
|
|
7
7
|
/**
|
|
8
8
|
* 1st collapsible card layout, left bar and collapsible chips.
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { h } from
|
|
2
|
-
import { FImage } from
|
|
3
|
-
import { compList, dialogHeader } from
|
|
4
|
-
import { KupLanguageRow } from
|
|
5
|
-
import { KupCardCSSClasses, KupCardIds } from
|
|
1
|
+
import { h } from "@stencil/core";
|
|
2
|
+
import { FImage } from "../../../f-components/f-image/f-image";
|
|
3
|
+
import { compList, dialogHeader } from "../kup-card-helper";
|
|
4
|
+
import { KupLanguageRow } from "../../../managers/kup-language/kup-language-declarations";
|
|
5
|
+
import { KupCardCSSClasses, KupCardIds } from "../kup-card-declarations";
|
|
6
6
|
const dom = document.documentElement;
|
|
7
7
|
/**
|
|
8
8
|
* 1st dialog card layout, used to display information in string format.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { h } from
|
|
2
|
-
import { compList } from
|
|
1
|
+
import { h } from "@stencil/core";
|
|
2
|
+
import { compList } from "../kup-card-helper";
|
|
3
3
|
/**
|
|
4
4
|
* 1st free card layout, dropdown menu look.
|
|
5
5
|
* @param {KupCard} component - Card component.
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { h } from
|
|
2
|
-
import { FImage } from
|
|
3
|
-
import { KupCardCSSClasses, KupCardIds, KupCardSubEvents, } from
|
|
4
|
-
import { KupColumnMenuIds } from
|
|
5
|
-
import { KupThemeColorValues } from
|
|
1
|
+
import { h } from "@stencil/core";
|
|
2
|
+
import { FImage } from "../../f-components/f-image/f-image";
|
|
3
|
+
import { KupCardCSSClasses, KupCardIds, KupCardSubEvents, } from "./kup-card-declarations";
|
|
4
|
+
import { KupColumnMenuIds } from "../../utils/kup-column-menu/kup-column-menu-declarations";
|
|
5
|
+
import { KupThemeColorValues } from "../../managers/kup-theme/kup-theme-declarations";
|
|
6
6
|
/**
|
|
7
7
|
* This function returns a list of components.
|
|
8
8
|
* @param {GenericObject[]} compArray - Components' props.
|