@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,12 +1,12 @@
|
|
|
1
|
-
import { forceUpdate, h, Host, } from
|
|
2
|
-
import { ChartType, ChartAspect, KupChartProps, } from
|
|
3
|
-
import { convertColumns, convertRows, getSerieDecode, } from
|
|
4
|
-
import { kupManagerInstance, } from
|
|
5
|
-
import { getProps, identify, setProps } from
|
|
6
|
-
import { getColumnByName } from
|
|
7
|
-
import { KupDebugCategory } from
|
|
8
|
-
import { KupThemeColorValues } from
|
|
9
|
-
import { componentWrapperId } from
|
|
1
|
+
import { forceUpdate, h, Host, } from "@stencil/core";
|
|
2
|
+
import { ChartType, ChartAspect, KupChartProps, } from "./kup-chart-declarations";
|
|
3
|
+
import { convertColumns, convertRows, getSerieDecode, } from "./kup-chart-builder";
|
|
4
|
+
import { kupManagerInstance, } from "../../managers/kup-manager/kup-manager";
|
|
5
|
+
import { getProps, identify, setProps } from "../../utils/utils";
|
|
6
|
+
import { getColumnByName } from "../../utils/cell-utils";
|
|
7
|
+
import { KupDebugCategory } from "../../managers/kup-debug/kup-debug-declarations";
|
|
8
|
+
import { KupThemeColorValues } from "../../managers/kup-theme/kup-theme-declarations";
|
|
9
|
+
import { componentWrapperId } from "../../variables/GenericVariables";
|
|
10
10
|
export class KupChart {
|
|
11
11
|
constructor() {
|
|
12
12
|
/**
|
|
@@ -499,7 +499,8 @@ export class KupChart {
|
|
|
499
499
|
"references": {
|
|
500
500
|
"ChartAspect": {
|
|
501
501
|
"location": "import",
|
|
502
|
-
"path": "./kup-chart-declarations"
|
|
502
|
+
"path": "./kup-chart-declarations",
|
|
503
|
+
"id": "src/components/kup-chart/kup-chart-declarations.ts::ChartAspect"
|
|
503
504
|
}
|
|
504
505
|
}
|
|
505
506
|
},
|
|
@@ -544,7 +545,8 @@ export class KupChart {
|
|
|
544
545
|
"references": {
|
|
545
546
|
"ChartTitle": {
|
|
546
547
|
"location": "import",
|
|
547
|
-
"path": "./kup-chart-declarations"
|
|
548
|
+
"path": "./kup-chart-declarations",
|
|
549
|
+
"id": "src/components/kup-chart/kup-chart-declarations.ts::ChartTitle"
|
|
548
550
|
}
|
|
549
551
|
}
|
|
550
552
|
},
|
|
@@ -610,7 +612,8 @@ export class KupChart {
|
|
|
610
612
|
"references": {
|
|
611
613
|
"KupDataDataset": {
|
|
612
614
|
"location": "import",
|
|
613
|
-
"path": "../../managers/kup-data/kup-data-declarations"
|
|
615
|
+
"path": "../../managers/kup-data/kup-data-declarations",
|
|
616
|
+
"id": "src/managers/kup-data/kup-data-declarations.ts::KupDataDataset"
|
|
614
617
|
}
|
|
615
618
|
}
|
|
616
619
|
},
|
|
@@ -633,7 +636,8 @@ export class KupChart {
|
|
|
633
636
|
"references": {
|
|
634
637
|
"ChartAxis": {
|
|
635
638
|
"location": "import",
|
|
636
|
-
"path": "./kup-chart-declarations"
|
|
639
|
+
"path": "./kup-chart-declarations",
|
|
640
|
+
"id": "src/components/kup-chart/kup-chart-declarations.ts::ChartAxis"
|
|
637
641
|
}
|
|
638
642
|
}
|
|
639
643
|
},
|
|
@@ -656,7 +660,8 @@ export class KupChart {
|
|
|
656
660
|
"references": {
|
|
657
661
|
"ChartAxis": {
|
|
658
662
|
"location": "import",
|
|
659
|
-
"path": "./kup-chart-declarations"
|
|
663
|
+
"path": "./kup-chart-declarations",
|
|
664
|
+
"id": "src/components/kup-chart/kup-chart-declarations.ts::ChartAxis"
|
|
660
665
|
}
|
|
661
666
|
}
|
|
662
667
|
},
|
|
@@ -697,7 +702,8 @@ export class KupChart {
|
|
|
697
702
|
"references": {
|
|
698
703
|
"ChartOfflineMode": {
|
|
699
704
|
"location": "import",
|
|
700
|
-
"path": "./kup-chart-declarations"
|
|
705
|
+
"path": "./kup-chart-declarations",
|
|
706
|
+
"id": "src/components/kup-chart/kup-chart-declarations.ts::ChartOfflineMode"
|
|
701
707
|
}
|
|
702
708
|
}
|
|
703
709
|
},
|
|
@@ -721,7 +727,8 @@ export class KupChart {
|
|
|
721
727
|
"references": {
|
|
722
728
|
"ChartSerie": {
|
|
723
729
|
"location": "import",
|
|
724
|
-
"path": "./kup-chart-declarations"
|
|
730
|
+
"path": "./kup-chart-declarations",
|
|
731
|
+
"id": "src/components/kup-chart/kup-chart-declarations.ts::ChartSerie"
|
|
725
732
|
}
|
|
726
733
|
}
|
|
727
734
|
},
|
|
@@ -807,7 +814,8 @@ export class KupChart {
|
|
|
807
814
|
"references": {
|
|
808
815
|
"KupChartSort": {
|
|
809
816
|
"location": "import",
|
|
810
|
-
"path": "./kup-chart-declarations"
|
|
817
|
+
"path": "./kup-chart-declarations",
|
|
818
|
+
"id": "src/components/kup-chart/kup-chart-declarations.ts::KupChartSort"
|
|
811
819
|
}
|
|
812
820
|
}
|
|
813
821
|
},
|
|
@@ -849,7 +857,8 @@ export class KupChart {
|
|
|
849
857
|
"references": {
|
|
850
858
|
"ChartType": {
|
|
851
859
|
"location": "import",
|
|
852
|
-
"path": "./kup-chart-declarations"
|
|
860
|
+
"path": "./kup-chart-declarations",
|
|
861
|
+
"id": "src/components/kup-chart/kup-chart-declarations.ts::ChartType"
|
|
853
862
|
}
|
|
854
863
|
}
|
|
855
864
|
},
|
|
@@ -873,7 +882,8 @@ export class KupChart {
|
|
|
873
882
|
"references": {
|
|
874
883
|
"ChartAxis": {
|
|
875
884
|
"location": "import",
|
|
876
|
-
"path": "./kup-chart-declarations"
|
|
885
|
+
"path": "./kup-chart-declarations",
|
|
886
|
+
"id": "src/components/kup-chart/kup-chart-declarations.ts::ChartAxis"
|
|
877
887
|
}
|
|
878
888
|
}
|
|
879
889
|
},
|
|
@@ -893,7 +903,8 @@ export class KupChart {
|
|
|
893
903
|
"references": {
|
|
894
904
|
"ChartAxis": {
|
|
895
905
|
"location": "import",
|
|
896
|
-
"path": "./kup-chart-declarations"
|
|
906
|
+
"path": "./kup-chart-declarations",
|
|
907
|
+
"id": "src/components/kup-chart/kup-chart-declarations.ts::ChartAxis"
|
|
897
908
|
}
|
|
898
909
|
}
|
|
899
910
|
},
|
|
@@ -916,7 +927,8 @@ export class KupChart {
|
|
|
916
927
|
"references": {
|
|
917
928
|
"KupChartTrendlines": {
|
|
918
929
|
"location": "import",
|
|
919
|
-
"path": "./kup-chart-declarations"
|
|
930
|
+
"path": "./kup-chart-declarations",
|
|
931
|
+
"id": "src/components/kup-chart/kup-chart-declarations.ts::KupChartTrendlines"
|
|
920
932
|
}
|
|
921
933
|
}
|
|
922
934
|
},
|
|
@@ -967,7 +979,8 @@ export class KupChart {
|
|
|
967
979
|
"references": {
|
|
968
980
|
"KupChartClickEvent": {
|
|
969
981
|
"location": "import",
|
|
970
|
-
"path": "./kup-chart-declarations"
|
|
982
|
+
"path": "./kup-chart-declarations",
|
|
983
|
+
"id": "src/components/kup-chart/kup-chart-declarations.ts::KupChartClickEvent"
|
|
971
984
|
}
|
|
972
985
|
}
|
|
973
986
|
}
|
|
@@ -987,11 +1000,13 @@ export class KupChart {
|
|
|
987
1000
|
}],
|
|
988
1001
|
"references": {
|
|
989
1002
|
"Promise": {
|
|
990
|
-
"location": "global"
|
|
1003
|
+
"location": "global",
|
|
1004
|
+
"id": "global::Promise"
|
|
991
1005
|
},
|
|
992
1006
|
"GenericObject": {
|
|
993
1007
|
"location": "import",
|
|
994
|
-
"path": "../../types/GenericTypes"
|
|
1008
|
+
"path": "../../types/GenericTypes",
|
|
1009
|
+
"id": "src/types/GenericTypes.ts::GenericObject"
|
|
995
1010
|
}
|
|
996
1011
|
},
|
|
997
1012
|
"return": "Promise<GenericObject>"
|
|
@@ -1013,7 +1028,8 @@ export class KupChart {
|
|
|
1013
1028
|
"parameters": [],
|
|
1014
1029
|
"references": {
|
|
1015
1030
|
"Promise": {
|
|
1016
|
-
"location": "global"
|
|
1031
|
+
"location": "global",
|
|
1032
|
+
"id": "global::Promise"
|
|
1017
1033
|
}
|
|
1018
1034
|
},
|
|
1019
1035
|
"return": "Promise<void>"
|
|
@@ -1029,7 +1045,8 @@ export class KupChart {
|
|
|
1029
1045
|
"parameters": [],
|
|
1030
1046
|
"references": {
|
|
1031
1047
|
"Promise": {
|
|
1032
|
-
"location": "global"
|
|
1048
|
+
"location": "global",
|
|
1049
|
+
"id": "global::Promise"
|
|
1033
1050
|
}
|
|
1034
1051
|
},
|
|
1035
1052
|
"return": "Promise<void>"
|
|
@@ -1051,11 +1068,13 @@ export class KupChart {
|
|
|
1051
1068
|
}],
|
|
1052
1069
|
"references": {
|
|
1053
1070
|
"Promise": {
|
|
1054
|
-
"location": "global"
|
|
1071
|
+
"location": "global",
|
|
1072
|
+
"id": "global::Promise"
|
|
1055
1073
|
},
|
|
1056
1074
|
"GenericObject": {
|
|
1057
1075
|
"location": "import",
|
|
1058
|
-
"path": "../../types/GenericTypes"
|
|
1076
|
+
"path": "../../types/GenericTypes",
|
|
1077
|
+
"id": "src/types/GenericTypes.ts::GenericObject"
|
|
1059
1078
|
}
|
|
1060
1079
|
},
|
|
1061
1080
|
"return": "Promise<void>"
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { forceUpdate, h, Host, } from
|
|
2
|
-
import { kupManagerInstance, } from
|
|
3
|
-
import { FCheckbox } from
|
|
4
|
-
import { KupCheckboxProps, } from
|
|
5
|
-
import { getProps, setProps } from
|
|
6
|
-
import { componentWrapperId } from
|
|
1
|
+
import { forceUpdate, h, Host, } from "@stencil/core";
|
|
2
|
+
import { kupManagerInstance, } from "../../managers/kup-manager/kup-manager";
|
|
3
|
+
import { FCheckbox } from "../../f-components/f-checkbox/f-checkbox";
|
|
4
|
+
import { KupCheckboxProps, } from "./kup-checkbox-declarations";
|
|
5
|
+
import { getProps, setProps } from "../../utils/utils";
|
|
6
|
+
import { componentWrapperId } from "../../variables/GenericVariables";
|
|
7
7
|
export class KupCheckbox {
|
|
8
8
|
constructor() {
|
|
9
9
|
/*-------------------------------------------------*/
|
|
@@ -302,7 +302,8 @@ export class KupCheckbox {
|
|
|
302
302
|
"references": {
|
|
303
303
|
"KupCheckboxEventPayload": {
|
|
304
304
|
"location": "import",
|
|
305
|
-
"path": "./kup-checkbox-declarations"
|
|
305
|
+
"path": "./kup-checkbox-declarations",
|
|
306
|
+
"id": "src/components/kup-checkbox/kup-checkbox-declarations.ts::KupCheckboxEventPayload"
|
|
306
307
|
}
|
|
307
308
|
}
|
|
308
309
|
}
|
|
@@ -322,7 +323,8 @@ export class KupCheckbox {
|
|
|
322
323
|
"references": {
|
|
323
324
|
"KupCheckboxEventPayload": {
|
|
324
325
|
"location": "import",
|
|
325
|
-
"path": "./kup-checkbox-declarations"
|
|
326
|
+
"path": "./kup-checkbox-declarations",
|
|
327
|
+
"id": "src/components/kup-checkbox/kup-checkbox-declarations.ts::KupCheckboxEventPayload"
|
|
326
328
|
}
|
|
327
329
|
}
|
|
328
330
|
}
|
|
@@ -342,7 +344,8 @@ export class KupCheckbox {
|
|
|
342
344
|
"references": {
|
|
343
345
|
"KupCheckboxEventPayload": {
|
|
344
346
|
"location": "import",
|
|
345
|
-
"path": "./kup-checkbox-declarations"
|
|
347
|
+
"path": "./kup-checkbox-declarations",
|
|
348
|
+
"id": "src/components/kup-checkbox/kup-checkbox-declarations.ts::KupCheckboxEventPayload"
|
|
346
349
|
}
|
|
347
350
|
}
|
|
348
351
|
}
|
|
@@ -362,11 +365,13 @@ export class KupCheckbox {
|
|
|
362
365
|
}],
|
|
363
366
|
"references": {
|
|
364
367
|
"Promise": {
|
|
365
|
-
"location": "global"
|
|
368
|
+
"location": "global",
|
|
369
|
+
"id": "global::Promise"
|
|
366
370
|
},
|
|
367
371
|
"GenericObject": {
|
|
368
372
|
"location": "import",
|
|
369
|
-
"path": "../../types/GenericTypes"
|
|
373
|
+
"path": "../../types/GenericTypes",
|
|
374
|
+
"id": "src/types/GenericTypes.ts::GenericObject"
|
|
370
375
|
}
|
|
371
376
|
},
|
|
372
377
|
"return": "Promise<GenericObject>"
|
|
@@ -388,7 +393,8 @@ export class KupCheckbox {
|
|
|
388
393
|
"parameters": [],
|
|
389
394
|
"references": {
|
|
390
395
|
"Promise": {
|
|
391
|
-
"location": "global"
|
|
396
|
+
"location": "global",
|
|
397
|
+
"id": "global::Promise"
|
|
392
398
|
}
|
|
393
399
|
},
|
|
394
400
|
"return": "Promise<void>"
|
|
@@ -410,11 +416,13 @@ export class KupCheckbox {
|
|
|
410
416
|
}],
|
|
411
417
|
"references": {
|
|
412
418
|
"Promise": {
|
|
413
|
-
"location": "global"
|
|
419
|
+
"location": "global",
|
|
420
|
+
"id": "global::Promise"
|
|
414
421
|
},
|
|
415
422
|
"GenericObject": {
|
|
416
423
|
"location": "import",
|
|
417
|
-
"path": "../../types/GenericTypes"
|
|
424
|
+
"path": "../../types/GenericTypes",
|
|
425
|
+
"id": "src/types/GenericTypes.ts::GenericObject"
|
|
418
426
|
}
|
|
419
427
|
},
|
|
420
428
|
"return": "Promise<void>"
|
|
@@ -6,14 +6,14 @@ var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (
|
|
|
6
6
|
return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
|
7
7
|
};
|
|
8
8
|
var _KupChip_instances, _KupChip_changeHandler, _KupChip_stringifiedValues;
|
|
9
|
-
import { forceUpdate, h, Host, } from
|
|
10
|
-
import { kupManagerInstance, } from
|
|
11
|
-
import { FChip } from
|
|
12
|
-
import { FChipType, } from
|
|
13
|
-
import { KupChipProps, } from
|
|
14
|
-
import { KupDebugCategory } from
|
|
15
|
-
import { getProps, setProps } from
|
|
16
|
-
import { componentWrapperId } from
|
|
9
|
+
import { forceUpdate, h, Host, } from "@stencil/core";
|
|
10
|
+
import { kupManagerInstance, } from "../../managers/kup-manager/kup-manager";
|
|
11
|
+
import { FChip } from "../../f-components/f-chip/f-chip";
|
|
12
|
+
import { FChipType, } from "../../f-components/f-chip/f-chip-declarations";
|
|
13
|
+
import { KupChipProps, } from "./kup-chip-declarations";
|
|
14
|
+
import { KupDebugCategory } from "../../managers/kup-debug/kup-debug-declarations";
|
|
15
|
+
import { getProps, setProps } from "../../utils/utils";
|
|
16
|
+
import { componentWrapperId } from "../../variables/GenericVariables";
|
|
17
17
|
export class KupChip {
|
|
18
18
|
constructor() {
|
|
19
19
|
_KupChip_instances.add(this);
|
|
@@ -243,7 +243,8 @@ export class KupChip {
|
|
|
243
243
|
"references": {
|
|
244
244
|
"KupChipNode": {
|
|
245
245
|
"location": "import",
|
|
246
|
-
"path": "./kup-chip-declarations"
|
|
246
|
+
"path": "./kup-chip-declarations",
|
|
247
|
+
"id": "src/components/kup-chip/kup-chip-declarations.ts::KupChipNode"
|
|
247
248
|
}
|
|
248
249
|
}
|
|
249
250
|
},
|
|
@@ -309,7 +310,8 @@ export class KupChip {
|
|
|
309
310
|
"references": {
|
|
310
311
|
"FChipType": {
|
|
311
312
|
"location": "import",
|
|
312
|
-
"path": "../../f-components/f-chip/f-chip-declarations"
|
|
313
|
+
"path": "../../f-components/f-chip/f-chip-declarations",
|
|
314
|
+
"id": "src/f-components/f-chip/f-chip-declarations.ts::FChipType"
|
|
313
315
|
}
|
|
314
316
|
}
|
|
315
317
|
},
|
|
@@ -345,7 +347,8 @@ export class KupChip {
|
|
|
345
347
|
"references": {
|
|
346
348
|
"KupChipEventPayload": {
|
|
347
349
|
"location": "import",
|
|
348
|
-
"path": "./kup-chip-declarations"
|
|
350
|
+
"path": "./kup-chip-declarations",
|
|
351
|
+
"id": "src/components/kup-chip/kup-chip-declarations.ts::KupChipEventPayload"
|
|
349
352
|
}
|
|
350
353
|
}
|
|
351
354
|
}
|
|
@@ -365,7 +368,8 @@ export class KupChip {
|
|
|
365
368
|
"references": {
|
|
366
369
|
"KupChipChangeEventPayload": {
|
|
367
370
|
"location": "import",
|
|
368
|
-
"path": "./kup-chip-declarations"
|
|
371
|
+
"path": "./kup-chip-declarations",
|
|
372
|
+
"id": "src/components/kup-chip/kup-chip-declarations.ts::KupChipChangeEventPayload"
|
|
369
373
|
}
|
|
370
374
|
}
|
|
371
375
|
}
|
|
@@ -385,7 +389,8 @@ export class KupChip {
|
|
|
385
389
|
"references": {
|
|
386
390
|
"KupChipEventPayload": {
|
|
387
391
|
"location": "import",
|
|
388
|
-
"path": "./kup-chip-declarations"
|
|
392
|
+
"path": "./kup-chip-declarations",
|
|
393
|
+
"id": "src/components/kup-chip/kup-chip-declarations.ts::KupChipEventPayload"
|
|
389
394
|
}
|
|
390
395
|
}
|
|
391
396
|
}
|
|
@@ -405,7 +410,8 @@ export class KupChip {
|
|
|
405
410
|
"references": {
|
|
406
411
|
"KupChipEventPayload": {
|
|
407
412
|
"location": "import",
|
|
408
|
-
"path": "./kup-chip-declarations"
|
|
413
|
+
"path": "./kup-chip-declarations",
|
|
414
|
+
"id": "src/components/kup-chip/kup-chip-declarations.ts::KupChipEventPayload"
|
|
409
415
|
}
|
|
410
416
|
}
|
|
411
417
|
}
|
|
@@ -425,7 +431,8 @@ export class KupChip {
|
|
|
425
431
|
"references": {
|
|
426
432
|
"KupChipEventPayload": {
|
|
427
433
|
"location": "import",
|
|
428
|
-
"path": "./kup-chip-declarations"
|
|
434
|
+
"path": "./kup-chip-declarations",
|
|
435
|
+
"id": "src/components/kup-chip/kup-chip-declarations.ts::KupChipEventPayload"
|
|
429
436
|
}
|
|
430
437
|
}
|
|
431
438
|
}
|
|
@@ -445,11 +452,13 @@ export class KupChip {
|
|
|
445
452
|
}],
|
|
446
453
|
"references": {
|
|
447
454
|
"Promise": {
|
|
448
|
-
"location": "global"
|
|
455
|
+
"location": "global",
|
|
456
|
+
"id": "global::Promise"
|
|
449
457
|
},
|
|
450
458
|
"GenericObject": {
|
|
451
459
|
"location": "import",
|
|
452
|
-
"path": "../../types/GenericTypes"
|
|
460
|
+
"path": "../../types/GenericTypes",
|
|
461
|
+
"id": "src/types/GenericTypes.ts::GenericObject"
|
|
453
462
|
}
|
|
454
463
|
},
|
|
455
464
|
"return": "Promise<GenericObject>"
|
|
@@ -471,7 +480,8 @@ export class KupChip {
|
|
|
471
480
|
"parameters": [],
|
|
472
481
|
"references": {
|
|
473
482
|
"Promise": {
|
|
474
|
-
"location": "global"
|
|
483
|
+
"location": "global",
|
|
484
|
+
"id": "global::Promise"
|
|
475
485
|
}
|
|
476
486
|
},
|
|
477
487
|
"return": "Promise<void>"
|
|
@@ -493,11 +503,13 @@ export class KupChip {
|
|
|
493
503
|
}],
|
|
494
504
|
"references": {
|
|
495
505
|
"Promise": {
|
|
496
|
-
"location": "global"
|
|
506
|
+
"location": "global",
|
|
507
|
+
"id": "global::Promise"
|
|
497
508
|
},
|
|
498
509
|
"GenericObject": {
|
|
499
510
|
"location": "import",
|
|
500
|
-
"path": "../../types/GenericTypes"
|
|
511
|
+
"path": "../../types/GenericTypes",
|
|
512
|
+
"id": "src/types/GenericTypes.ts::GenericObject"
|
|
501
513
|
}
|
|
502
514
|
},
|
|
503
515
|
"return": "Promise<void>"
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { forceUpdate, h, Host, } from
|
|
2
|
-
import { kupManagerInstance, } from
|
|
3
|
-
import { KupColorPickerProps, } from
|
|
4
|
-
import { KupLanguageGeneric } from
|
|
5
|
-
import { getProps, setProps } from
|
|
6
|
-
import { componentWrapperId } from
|
|
7
|
-
import { FTextField } from
|
|
8
|
-
import { FTextFieldMDC } from
|
|
9
|
-
import { KupCardFamily, } from
|
|
10
|
-
import { KupDynamicPositionPlacement } from
|
|
1
|
+
import { forceUpdate, h, Host, } from "@stencil/core";
|
|
2
|
+
import { kupManagerInstance, } from "../../managers/kup-manager/kup-manager";
|
|
3
|
+
import { KupColorPickerProps, } from "./kup-color-picker-declarations";
|
|
4
|
+
import { KupLanguageGeneric } from "../../managers/kup-language/kup-language-declarations";
|
|
5
|
+
import { getProps, setProps } from "../../utils/utils";
|
|
6
|
+
import { componentWrapperId } from "../../variables/GenericVariables";
|
|
7
|
+
import { FTextField } from "../../f-components/f-text-field/f-text-field";
|
|
8
|
+
import { FTextFieldMDC } from "../../f-components/f-text-field/f-text-field-mdc";
|
|
9
|
+
import { KupCardFamily, } from "../kup-card/kup-card-declarations";
|
|
10
|
+
import { KupDynamicPositionPlacement } from "../../managers/kup-dynamic-position/kup-dynamic-position-declarations";
|
|
11
11
|
export class KupColorPicker {
|
|
12
12
|
constructor() {
|
|
13
13
|
/*-------------------------------------------------*/
|
|
@@ -293,7 +293,8 @@ export class KupColorPicker {
|
|
|
293
293
|
"resolved": "Object",
|
|
294
294
|
"references": {
|
|
295
295
|
"Object": {
|
|
296
|
-
"location": "global"
|
|
296
|
+
"location": "global",
|
|
297
|
+
"id": "global::Object"
|
|
297
298
|
}
|
|
298
299
|
}
|
|
299
300
|
},
|
|
@@ -395,7 +396,8 @@ export class KupColorPicker {
|
|
|
395
396
|
"references": {
|
|
396
397
|
"KupColorPickerEventPayload": {
|
|
397
398
|
"location": "import",
|
|
398
|
-
"path": "./kup-color-picker-declarations"
|
|
399
|
+
"path": "./kup-color-picker-declarations",
|
|
400
|
+
"id": "src/components/kup-color-picker/kup-color-picker-declarations.ts::KupColorPickerEventPayload"
|
|
399
401
|
}
|
|
400
402
|
}
|
|
401
403
|
}
|
|
@@ -415,11 +417,13 @@ export class KupColorPicker {
|
|
|
415
417
|
}],
|
|
416
418
|
"references": {
|
|
417
419
|
"Promise": {
|
|
418
|
-
"location": "global"
|
|
420
|
+
"location": "global",
|
|
421
|
+
"id": "global::Promise"
|
|
419
422
|
},
|
|
420
423
|
"GenericObject": {
|
|
421
424
|
"location": "import",
|
|
422
|
-
"path": "../../types/GenericTypes"
|
|
425
|
+
"path": "../../types/GenericTypes",
|
|
426
|
+
"id": "src/types/GenericTypes.ts::GenericObject"
|
|
423
427
|
}
|
|
424
428
|
},
|
|
425
429
|
"return": "Promise<GenericObject>"
|
|
@@ -441,7 +445,8 @@ export class KupColorPicker {
|
|
|
441
445
|
"parameters": [],
|
|
442
446
|
"references": {
|
|
443
447
|
"Promise": {
|
|
444
|
-
"location": "global"
|
|
448
|
+
"location": "global",
|
|
449
|
+
"id": "global::Promise"
|
|
445
450
|
}
|
|
446
451
|
},
|
|
447
452
|
"return": "Promise<string>"
|
|
@@ -460,7 +465,8 @@ export class KupColorPicker {
|
|
|
460
465
|
"parameters": [],
|
|
461
466
|
"references": {
|
|
462
467
|
"Promise": {
|
|
463
|
-
"location": "global"
|
|
468
|
+
"location": "global",
|
|
469
|
+
"id": "global::Promise"
|
|
464
470
|
}
|
|
465
471
|
},
|
|
466
472
|
"return": "Promise<void>"
|
|
@@ -482,11 +488,13 @@ export class KupColorPicker {
|
|
|
482
488
|
}],
|
|
483
489
|
"references": {
|
|
484
490
|
"Promise": {
|
|
485
|
-
"location": "global"
|
|
491
|
+
"location": "global",
|
|
492
|
+
"id": "global::Promise"
|
|
486
493
|
},
|
|
487
494
|
"GenericObject": {
|
|
488
495
|
"location": "import",
|
|
489
|
-
"path": "../../types/GenericTypes"
|
|
496
|
+
"path": "../../types/GenericTypes",
|
|
497
|
+
"id": "src/types/GenericTypes.ts::GenericObject"
|
|
490
498
|
}
|
|
491
499
|
},
|
|
492
500
|
"return": "Promise<void>"
|
|
@@ -511,7 +519,8 @@ export class KupColorPicker {
|
|
|
511
519
|
}],
|
|
512
520
|
"references": {
|
|
513
521
|
"Promise": {
|
|
514
|
-
"location": "global"
|
|
522
|
+
"location": "global",
|
|
523
|
+
"id": "global::Promise"
|
|
515
524
|
}
|
|
516
525
|
},
|
|
517
526
|
"return": "Promise<void>"
|
|
@@ -530,7 +539,8 @@ export class KupColorPicker {
|
|
|
530
539
|
"parameters": [],
|
|
531
540
|
"references": {
|
|
532
541
|
"Promise": {
|
|
533
|
-
"location": "global"
|
|
542
|
+
"location": "global",
|
|
543
|
+
"id": "global::Promise"
|
|
534
544
|
}
|
|
535
545
|
},
|
|
536
546
|
"return": "Promise<void>"
|