@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
|
@@ -46,6 +46,7 @@ function refreshTables() {
|
|
|
46
46
|
for (let index = 0; index < nTables; index++) {
|
|
47
47
|
const table = document.createElement('kup-data-table');
|
|
48
48
|
table.data = { ...data };
|
|
49
|
+
table.editableData = true;
|
|
49
50
|
//table.lazyLoadRows = true;
|
|
50
51
|
//table.rowsPerPage = 10;
|
|
51
52
|
table.rowsPerPage = 100000;
|
|
@@ -61,6 +62,11 @@ function createCells(i) {
|
|
|
61
62
|
const column = data.columns[index];
|
|
62
63
|
cells[column.name] = {
|
|
63
64
|
value: 'Row ' + i + '; Col ' + column.name,
|
|
65
|
+
isEditable: true,
|
|
66
|
+
shape: 'INF',
|
|
67
|
+
info: {
|
|
68
|
+
icon: 'warning',
|
|
69
|
+
},
|
|
64
70
|
};
|
|
65
71
|
}
|
|
66
72
|
return cells;
|
|
@@ -10,8 +10,6 @@ const echart9 = document.getElementById('sankeyChart');
|
|
|
10
10
|
const echart10 = document.getElementById('candleStickChart');
|
|
11
11
|
const echart11 = document.getElementById('calendarChart');
|
|
12
12
|
|
|
13
|
-
|
|
14
|
-
|
|
15
13
|
const mockData = {
|
|
16
14
|
columns: [
|
|
17
15
|
{
|
|
@@ -633,7 +631,8 @@ echart6.data = {
|
|
|
633
631
|
echart7.consistencyCheck = true;
|
|
634
632
|
echart7.types = ['Radar'];
|
|
635
633
|
echart7.colors = ['blue'];
|
|
636
|
-
echart7.axis = '
|
|
634
|
+
echart7.axis = 'COL1';
|
|
635
|
+
echart7.series = ['COL2', 'COL3'];
|
|
637
636
|
echart7.chartTitle = {
|
|
638
637
|
value: 'Radar',
|
|
639
638
|
color: 'red',
|
|
@@ -643,154 +642,230 @@ echart7.chartTitle = {
|
|
|
643
642
|
echart7.data = {
|
|
644
643
|
columns: [
|
|
645
644
|
{
|
|
646
|
-
|
|
645
|
+
isEditable: false,
|
|
646
|
+
isKey: false,
|
|
647
|
+
name: 'COL1',
|
|
648
|
+
obj: {
|
|
649
|
+
k: '',
|
|
650
|
+
p: 'STR',
|
|
651
|
+
t: 'J1',
|
|
652
|
+
},
|
|
647
653
|
title: 'Budget type',
|
|
654
|
+
tooltip: true,
|
|
648
655
|
},
|
|
649
656
|
{
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
title: '
|
|
660
|
-
|
|
661
|
-
{
|
|
662
|
-
name: 'Col5',
|
|
663
|
-
title: 'Customer Support',
|
|
664
|
-
},
|
|
665
|
-
{
|
|
666
|
-
name: 'Col6',
|
|
667
|
-
title: 'Development',
|
|
657
|
+
decimals: 0,
|
|
658
|
+
isEditable: false,
|
|
659
|
+
isKey: false,
|
|
660
|
+
name: 'COL2',
|
|
661
|
+
obj: {
|
|
662
|
+
k: '',
|
|
663
|
+
p: '',
|
|
664
|
+
t: 'NR',
|
|
665
|
+
},
|
|
666
|
+
title: 'Allocated Budget',
|
|
667
|
+
tooltip: false,
|
|
668
668
|
},
|
|
669
669
|
{
|
|
670
|
-
|
|
671
|
-
|
|
670
|
+
decimals: 0,
|
|
671
|
+
isEditable: false,
|
|
672
|
+
isKey: false,
|
|
673
|
+
name: 'COL3',
|
|
674
|
+
obj: {
|
|
675
|
+
k: '',
|
|
676
|
+
p: '',
|
|
677
|
+
t: 'NR',
|
|
678
|
+
},
|
|
679
|
+
title: 'Actual Spending',
|
|
680
|
+
tooltip: false,
|
|
672
681
|
},
|
|
673
682
|
],
|
|
674
683
|
rows: [
|
|
675
684
|
{
|
|
676
685
|
cells: {
|
|
677
|
-
|
|
686
|
+
COL3: {
|
|
678
687
|
obj: {
|
|
679
|
-
|
|
680
|
-
p: '
|
|
681
|
-
|
|
688
|
+
k: '',
|
|
689
|
+
p: '',
|
|
690
|
+
t: 'NR',
|
|
682
691
|
},
|
|
683
|
-
value: '
|
|
692
|
+
value: '5000',
|
|
684
693
|
},
|
|
685
|
-
|
|
694
|
+
COL2: {
|
|
686
695
|
obj: {
|
|
687
|
-
|
|
696
|
+
k: '',
|
|
688
697
|
p: '',
|
|
689
|
-
|
|
698
|
+
t: 'NR',
|
|
690
699
|
},
|
|
691
700
|
value: '4200',
|
|
692
701
|
},
|
|
693
|
-
|
|
702
|
+
COL1: {
|
|
703
|
+
obj: {
|
|
704
|
+
k: 'Sales',
|
|
705
|
+
p: 'STR',
|
|
706
|
+
t: 'J1',
|
|
707
|
+
},
|
|
708
|
+
value: 'Sales',
|
|
709
|
+
},
|
|
710
|
+
},
|
|
711
|
+
id: '0',
|
|
712
|
+
object: '',
|
|
713
|
+
readOnly: true,
|
|
714
|
+
},
|
|
715
|
+
{
|
|
716
|
+
cells: {
|
|
717
|
+
COL3: {
|
|
694
718
|
obj: {
|
|
719
|
+
k: '',
|
|
720
|
+
p: '',
|
|
695
721
|
t: 'NR',
|
|
722
|
+
},
|
|
723
|
+
value: '14000',
|
|
724
|
+
},
|
|
725
|
+
COL2: {
|
|
726
|
+
obj: {
|
|
727
|
+
k: '',
|
|
696
728
|
p: '',
|
|
697
|
-
|
|
729
|
+
t: 'NR',
|
|
698
730
|
},
|
|
699
731
|
value: '3000',
|
|
700
732
|
},
|
|
701
|
-
|
|
733
|
+
COL1: {
|
|
702
734
|
obj: {
|
|
703
|
-
|
|
704
|
-
p: '',
|
|
705
|
-
|
|
735
|
+
k: 'Administration',
|
|
736
|
+
p: 'STR',
|
|
737
|
+
t: 'J1',
|
|
706
738
|
},
|
|
707
|
-
value: '
|
|
739
|
+
value: 'Administration',
|
|
708
740
|
},
|
|
709
|
-
|
|
741
|
+
},
|
|
742
|
+
id: '1',
|
|
743
|
+
object: '',
|
|
744
|
+
readOnly: true,
|
|
745
|
+
},
|
|
746
|
+
{
|
|
747
|
+
cells: {
|
|
748
|
+
COL3: {
|
|
710
749
|
obj: {
|
|
711
|
-
|
|
750
|
+
k: '',
|
|
712
751
|
p: '',
|
|
713
|
-
|
|
752
|
+
t: 'NR',
|
|
714
753
|
},
|
|
715
|
-
value: '
|
|
754
|
+
value: '28000',
|
|
716
755
|
},
|
|
717
|
-
|
|
756
|
+
COL2: {
|
|
718
757
|
obj: {
|
|
719
|
-
|
|
758
|
+
k: '',
|
|
720
759
|
p: '',
|
|
721
|
-
|
|
760
|
+
t: 'NR',
|
|
722
761
|
},
|
|
723
|
-
value: '
|
|
762
|
+
value: '20000',
|
|
724
763
|
},
|
|
725
|
-
|
|
764
|
+
COL1: {
|
|
726
765
|
obj: {
|
|
727
|
-
|
|
728
|
-
p: '',
|
|
729
|
-
|
|
766
|
+
k: 'Information Technology',
|
|
767
|
+
p: 'STR',
|
|
768
|
+
t: 'J1',
|
|
730
769
|
},
|
|
731
|
-
value: '
|
|
770
|
+
value: 'Information Technology',
|
|
732
771
|
},
|
|
733
772
|
},
|
|
773
|
+
id: '2',
|
|
774
|
+
object: '',
|
|
775
|
+
readOnly: true,
|
|
734
776
|
},
|
|
735
777
|
{
|
|
736
778
|
cells: {
|
|
737
|
-
|
|
779
|
+
COL3: {
|
|
738
780
|
obj: {
|
|
739
|
-
|
|
740
|
-
p: '
|
|
741
|
-
|
|
781
|
+
k: '',
|
|
782
|
+
p: '',
|
|
783
|
+
t: 'NR',
|
|
742
784
|
},
|
|
743
|
-
value: '
|
|
785
|
+
value: '26000',
|
|
744
786
|
},
|
|
745
|
-
|
|
787
|
+
COL2: {
|
|
746
788
|
obj: {
|
|
747
|
-
|
|
789
|
+
k: '',
|
|
748
790
|
p: '',
|
|
749
|
-
|
|
791
|
+
t: 'NR',
|
|
750
792
|
},
|
|
751
|
-
value: '
|
|
793
|
+
value: '35000',
|
|
752
794
|
},
|
|
753
|
-
|
|
795
|
+
COL1: {
|
|
754
796
|
obj: {
|
|
755
|
-
|
|
756
|
-
p: '',
|
|
757
|
-
|
|
797
|
+
k: 'Customer Support',
|
|
798
|
+
p: 'STR',
|
|
799
|
+
t: 'J1',
|
|
758
800
|
},
|
|
759
|
-
value: '
|
|
801
|
+
value: 'Customer Support',
|
|
760
802
|
},
|
|
761
|
-
|
|
803
|
+
},
|
|
804
|
+
id: '3',
|
|
805
|
+
object: '',
|
|
806
|
+
readOnly: true,
|
|
807
|
+
},
|
|
808
|
+
{
|
|
809
|
+
cells: {
|
|
810
|
+
COL3: {
|
|
762
811
|
obj: {
|
|
763
|
-
|
|
812
|
+
k: '',
|
|
764
813
|
p: '',
|
|
765
|
-
|
|
814
|
+
t: 'NR',
|
|
766
815
|
},
|
|
767
|
-
value: '
|
|
816
|
+
value: '42000',
|
|
768
817
|
},
|
|
769
|
-
|
|
818
|
+
COL2: {
|
|
770
819
|
obj: {
|
|
771
|
-
|
|
820
|
+
k: '',
|
|
772
821
|
p: '',
|
|
773
|
-
|
|
822
|
+
t: 'NR',
|
|
774
823
|
},
|
|
775
|
-
value: '
|
|
824
|
+
value: '50000',
|
|
776
825
|
},
|
|
777
|
-
|
|
826
|
+
COL1: {
|
|
778
827
|
obj: {
|
|
779
|
-
|
|
780
|
-
p: '',
|
|
781
|
-
|
|
828
|
+
k: 'Development',
|
|
829
|
+
p: 'STR',
|
|
830
|
+
t: 'J1',
|
|
782
831
|
},
|
|
783
|
-
value: '
|
|
832
|
+
value: 'Development',
|
|
784
833
|
},
|
|
785
|
-
|
|
834
|
+
},
|
|
835
|
+
id: '4',
|
|
836
|
+
object: '',
|
|
837
|
+
readOnly: true,
|
|
838
|
+
},
|
|
839
|
+
{
|
|
840
|
+
cells: {
|
|
841
|
+
COL3: {
|
|
786
842
|
obj: {
|
|
787
|
-
|
|
843
|
+
k: '',
|
|
788
844
|
p: '',
|
|
789
|
-
|
|
845
|
+
t: 'NR',
|
|
790
846
|
},
|
|
791
847
|
value: '21000',
|
|
792
848
|
},
|
|
849
|
+
COL2: {
|
|
850
|
+
obj: {
|
|
851
|
+
k: '',
|
|
852
|
+
p: '',
|
|
853
|
+
t: 'NR',
|
|
854
|
+
},
|
|
855
|
+
value: '18000',
|
|
856
|
+
},
|
|
857
|
+
COL1: {
|
|
858
|
+
obj: {
|
|
859
|
+
k: 'Marketing',
|
|
860
|
+
p: 'STR',
|
|
861
|
+
t: 'J1',
|
|
862
|
+
},
|
|
863
|
+
value: 'Marketing',
|
|
864
|
+
},
|
|
793
865
|
},
|
|
866
|
+
id: '5',
|
|
867
|
+
object: '',
|
|
868
|
+
readOnly: true,
|
|
794
869
|
},
|
|
795
870
|
],
|
|
796
871
|
};
|
|
@@ -1113,7 +1188,7 @@ echart9.data = {
|
|
|
1113
1188
|
|
|
1114
1189
|
echart10.consistencyCheck = true;
|
|
1115
1190
|
echart10.types = ['Candle'];
|
|
1116
|
-
echart10.colors =
|
|
1191
|
+
echart10.colors = ['blue'];
|
|
1117
1192
|
echart10.axis = '';
|
|
1118
1193
|
echart10.chartTitle = {
|
|
1119
1194
|
value: 'Candle',
|
|
@@ -1121,7 +1196,8 @@ echart10.chartTitle = {
|
|
|
1121
1196
|
position: 'top',
|
|
1122
1197
|
size: 16,
|
|
1123
1198
|
};
|
|
1124
|
-
echart10.data = {
|
|
1199
|
+
echart10.data = {
|
|
1200
|
+
// actual dataset
|
|
1125
1201
|
columns: [
|
|
1126
1202
|
{
|
|
1127
1203
|
name: 'DATE',
|
|
@@ -1213,7 +1289,8 @@ echart10.data = { // actual dataset
|
|
|
1213
1289
|
value: '20',
|
|
1214
1290
|
},
|
|
1215
1291
|
},
|
|
1216
|
-
},
|
|
1292
|
+
},
|
|
1293
|
+
{
|
|
1217
1294
|
cells: {
|
|
1218
1295
|
DATE: {
|
|
1219
1296
|
obj: {
|
|
@@ -1257,12 +1334,12 @@ echart10.data = { // actual dataset
|
|
|
1257
1334
|
},
|
|
1258
1335
|
},
|
|
1259
1336
|
},
|
|
1260
|
-
]
|
|
1261
|
-
}
|
|
1337
|
+
],
|
|
1338
|
+
};
|
|
1262
1339
|
|
|
1263
1340
|
echart11.consistencyCheck = true;
|
|
1264
1341
|
echart11.types = ['Calendar'];
|
|
1265
|
-
echart11.colors =
|
|
1342
|
+
echart11.colors = ['blue'];
|
|
1266
1343
|
echart11.axis = '';
|
|
1267
1344
|
echart11.chartTitle = {
|
|
1268
1345
|
value: 'Calendar',
|
|
@@ -1270,7 +1347,8 @@ echart11.chartTitle = {
|
|
|
1270
1347
|
position: 'top',
|
|
1271
1348
|
size: 16,
|
|
1272
1349
|
};
|
|
1273
|
-
echart11.data = {
|
|
1350
|
+
echart11.data = {
|
|
1351
|
+
// actual dataset
|
|
1274
1352
|
columns: [
|
|
1275
1353
|
{
|
|
1276
1354
|
name: 'DATE',
|
|
@@ -1353,7 +1431,7 @@ echart11.data = { // actual dataset
|
|
|
1353
1431
|
},
|
|
1354
1432
|
},
|
|
1355
1433
|
],
|
|
1356
|
-
}
|
|
1434
|
+
};
|
|
1357
1435
|
|
|
1358
1436
|
document.addEventListener('kup-echart-click', (e) => {
|
|
1359
1437
|
console.log(e);
|
|
@@ -66,21 +66,11 @@ const data = [
|
|
|
66
66
|
{
|
|
67
67
|
cells: {
|
|
68
68
|
ROUTE: {
|
|
69
|
-
value: '
|
|
70
|
-
},
|
|
71
|
-
},
|
|
72
|
-
icon: 'thermostat-box',
|
|
73
|
-
value: 'Dash',
|
|
74
|
-
visible: true,
|
|
75
|
-
},
|
|
76
|
-
{
|
|
77
|
-
cells: {
|
|
78
|
-
ROUTE: {
|
|
79
|
-
value: 'dashlist',
|
|
69
|
+
value: 'cardlist',
|
|
80
70
|
},
|
|
81
71
|
},
|
|
82
72
|
icon: 'recent_actors',
|
|
83
|
-
value: '
|
|
73
|
+
value: 'Card list',
|
|
84
74
|
visible: true,
|
|
85
75
|
},
|
|
86
76
|
{
|
|
@@ -46,6 +46,10 @@ components.data = [
|
|
|
46
46
|
value: 'Card',
|
|
47
47
|
id: 'card.html',
|
|
48
48
|
},
|
|
49
|
+
{
|
|
50
|
+
value: 'Card list',
|
|
51
|
+
id: 'card-list.html',
|
|
52
|
+
},
|
|
49
53
|
{
|
|
50
54
|
value: 'Cell',
|
|
51
55
|
id: 'cell.html',
|
|
@@ -70,10 +74,6 @@ components.data = [
|
|
|
70
74
|
value: 'Combobox',
|
|
71
75
|
id: 'combobox.html',
|
|
72
76
|
},
|
|
73
|
-
{
|
|
74
|
-
value: 'Dash list',
|
|
75
|
-
id: 'dash-list.html',
|
|
76
|
-
},
|
|
77
77
|
{
|
|
78
78
|
value: 'Dashboard',
|
|
79
79
|
id: 'dashboard.html',
|
|
@@ -1,58 +1,57 @@
|
|
|
1
1
|
{
|
|
2
2
|
"entries": [
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
"
|
|
34
|
-
"
|
|
35
|
-
"
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
"./components/kup-time-picker/kup-time-picker.js"
|
|
3
|
+
"components/kup-text-field/kup-text-field.js",
|
|
4
|
+
"components/kup-chart/kup-chart.js",
|
|
5
|
+
"components/kup-tree/kup-tree.js",
|
|
6
|
+
"components/kup-data-table/kup-data-table.js",
|
|
7
|
+
"components/kup-dropdown-button/kup-dropdown-button.js",
|
|
8
|
+
"components/kup-card/kup-card.js",
|
|
9
|
+
"components/kup-badge/kup-badge.js",
|
|
10
|
+
"components/kup-accordion/kup-accordion.js",
|
|
11
|
+
"components/kup-autocomplete/kup-autocomplete.js",
|
|
12
|
+
"components/kup-box/kup-box.js",
|
|
13
|
+
"components/kup-button/kup-button.js",
|
|
14
|
+
"components/kup-button-list/kup-button-list.js",
|
|
15
|
+
"components/kup-calendar/kup-calendar.js",
|
|
16
|
+
"components/kup-card-list/kup-card-list.js",
|
|
17
|
+
"components/kup-cell/kup-cell.js",
|
|
18
|
+
"components/kup-checkbox/kup-checkbox.js",
|
|
19
|
+
"components/kup-chip/kup-chip.js",
|
|
20
|
+
"components/kup-color-picker/kup-color-picker.js",
|
|
21
|
+
"components/kup-combobox/kup-combobox.js",
|
|
22
|
+
"components/kup-dashboard/kup-dashboard.js",
|
|
23
|
+
"components/kup-date-picker/kup-date-picker.js",
|
|
24
|
+
"components/kup-dialog/kup-dialog.js",
|
|
25
|
+
"components/kup-drawer/kup-drawer.js",
|
|
26
|
+
"components/kup-echart/kup-echart.js",
|
|
27
|
+
"components/kup-family-tree/kup-family-tree.js",
|
|
28
|
+
"components/kup-form/kup-form.js",
|
|
29
|
+
"components/kup-gauge/kup-gauge.js",
|
|
30
|
+
"components/kup-grid/kup-grid.js",
|
|
31
|
+
"components/kup-iframe/kup-iframe.js",
|
|
32
|
+
"components/kup-image/kup-image.js",
|
|
33
|
+
"components/kup-image-list/kup-image-list.js",
|
|
34
|
+
"components/kup-lazy/kup-lazy.js",
|
|
35
|
+
"components/kup-radio/kup-radio.js",
|
|
36
|
+
"components/kup-list/kup-list.js",
|
|
37
|
+
"components/kup-magic-box/kup-magic-box.js",
|
|
38
|
+
"components/kup-nav-bar/kup-nav-bar.js",
|
|
39
|
+
"components/kup-numeric-picker/kup-numeric-picker.js",
|
|
40
|
+
"components/kup-photo-frame/kup-photo-frame.js",
|
|
41
|
+
"components/kup-planner/kup-planner.js",
|
|
42
|
+
"components/kup-probe/kup-probe.js",
|
|
43
|
+
"components/kup-progress-bar/kup-progress-bar.js",
|
|
44
|
+
"components/kup-qlik/kup-qlik.js",
|
|
45
|
+
"components/kup-rating/kup-rating.js",
|
|
46
|
+
"components/kup-snackbar/kup-snackbar.js",
|
|
47
|
+
"components/kup-spinner/kup-spinner.js",
|
|
48
|
+
"components/kup-switch/kup-switch.js",
|
|
49
|
+
"components/kup-tab-bar/kup-tab-bar.js",
|
|
50
|
+
"components/kup-time-picker/kup-time-picker.js"
|
|
52
51
|
],
|
|
53
52
|
"compiler": {
|
|
54
53
|
"name": "@stencil/core",
|
|
55
|
-
"version": "
|
|
54
|
+
"version": "4.0.4",
|
|
56
55
|
"typescriptVersion": "5.0.4"
|
|
57
56
|
},
|
|
58
57
|
"collections": [],
|