@sme.up/ketchup 8.3.2 → 8.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/{f-button-be5c564a.js → f-button-7687085a.js} +3 -3
- package/dist/cjs/{f-cell-d034bcb0.js → f-cell-37ef6f00.js} +6 -6
- package/dist/cjs/{f-checkbox-cff77b2c.js → f-checkbox-758d1d34.js} +1 -1
- package/dist/cjs/{f-chip-bc678bf1.js → f-chip-cf59bdb3.js} +3 -3
- package/dist/cjs/{f-image-8542c984.js → f-image-1245b0cf.js} +2 -2
- package/dist/cjs/{f-paginator-utils-f48afc35.js → f-paginator-utils-b1af2a8f.js} +4 -4
- package/dist/cjs/{f-text-field-acfc1717.js → f-text-field-9c745112.js} +2 -2
- package/dist/cjs/{f-text-field-mdc-d38d80b5.js → f-text-field-mdc-b1fa6fd6.js} +1 -1
- package/dist/cjs/{index-a9a3b467.js → index-eac07680.js} +4 -11
- 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 +16 -16
- package/dist/cjs/kup-box.cjs.entry.js +14 -14
- package/dist/cjs/kup-calendar.cjs.entry.js +15 -9
- package/dist/cjs/kup-cell.cjs.entry.js +8 -8
- package/dist/cjs/kup-dash-list.cjs.entry.js +2 -2
- package/dist/cjs/kup-dash_2.cjs.entry.js +3 -3
- 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 +27 -15
- package/dist/cjs/kup-family-tree.cjs.entry.js +6 -6
- 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-38caaef3.js} +1 -1
- 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/data-table.js +0 -44
- package/dist/collection/assets/echart.js +168 -90
- package/dist/collection/collection-manifest.json +50 -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 +2 -1
- 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.js +42 -30
- package/dist/collection/components/kup-card/scalable/kup-card-scalable.js +4 -4
- package/dist/collection/components/kup-card/standard/kup-card-standard.js +9 -9
- 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-dash/kup-dash.js +2 -2
- package/dist/collection/components/kup-dash-list/kup-dash-list.js +11 -7
- 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 +2 -2
- 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 -37
- 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.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 +1 -1
- package/dist/collection/f-components/f-cell/f-cell.js +12 -12
- 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 +11 -11
- 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/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 +3 -3
- package/dist/components/kup-calendar.js +9 -2
- package/dist/components/kup-echart2.js +24 -12
- package/dist/components/kup-planner.js +20 -12
- package/dist/esm/{f-button-3b97025a.js → f-button-e54ce8d5.js} +3 -3
- package/dist/esm/{f-cell-ae537010.js → f-cell-4149a05d.js} +6 -6
- package/dist/esm/{f-checkbox-91358c27.js → f-checkbox-7b113dd8.js} +1 -1
- package/dist/esm/{f-chip-69df7df4.js → f-chip-c3c86f7b.js} +3 -3
- package/dist/esm/{f-image-705c1694.js → f-image-adceee49.js} +2 -2
- package/dist/esm/{f-paginator-utils-b7009f00.js → f-paginator-utils-e559dac8.js} +4 -4
- package/dist/esm/{f-text-field-fa349928.js → f-text-field-aa4497a8.js} +2 -2
- package/dist/esm/{f-text-field-mdc-a1b4a919.js → f-text-field-mdc-32a1ffd9.js} +1 -1
- package/dist/esm/{index-bb15ce14.js → index-d413187a.js} +5 -11
- package/dist/esm/ketchup.js +4 -7
- package/dist/esm/kup-accordion.entry.js +5 -5
- package/dist/esm/kup-autocomplete_27.entry.js +16 -16
- package/dist/esm/kup-box.entry.js +14 -14
- package/dist/esm/kup-calendar.entry.js +15 -9
- package/dist/esm/kup-cell.entry.js +8 -8
- package/dist/esm/kup-dash-list.entry.js +2 -2
- package/dist/esm/kup-dash_2.entry.js +3 -3
- 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 +27 -15
- package/dist/esm/kup-family-tree.entry.js +6 -6
- 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-a4153fb2.js} +1 -1
- 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-a8eccd10.entry.js → p-0848391f.entry.js} +1 -1
- package/dist/ketchup/{p-aa373c37.entry.js → p-23d54fb2.entry.js} +1 -1
- package/dist/ketchup/{p-e6cf7db3.entry.js → p-25d45dc9.entry.js} +1 -1
- package/dist/ketchup/{p-e1f0ade4.entry.js → p-2739b7ac.entry.js} +1 -1
- package/dist/ketchup/p-283ca113.entry.js +1 -0
- package/dist/ketchup/{p-afa2af1e.js → p-2f0798d3.js} +1 -1
- package/dist/ketchup/{p-be89bc7b.entry.js → p-3081ed82.entry.js} +1 -1
- package/dist/ketchup/{p-c455cc67.entry.js → p-384137d7.entry.js} +2 -2
- package/dist/ketchup/{p-ef21d377.entry.js → p-3972b97c.entry.js} +1 -1
- package/dist/ketchup/{p-31da4bae.entry.js → p-3bbcae45.entry.js} +1 -1
- package/dist/ketchup/{p-68c5029f.entry.js → p-3c44e838.entry.js} +1 -1
- package/dist/ketchup/{p-fefa9ae4.entry.js → p-3d671241.entry.js} +1 -1
- package/dist/ketchup/{p-4c79ea53.entry.js → p-44b5c573.entry.js} +1 -1
- package/dist/ketchup/{p-82b5fac1.js → p-47752f3b.js} +1 -1
- package/dist/ketchup/{p-0b24a2ed.entry.js → p-5ce0e645.entry.js} +1 -1
- package/dist/ketchup/{p-55182fcf.js → p-698442ed.js} +1 -1
- package/dist/ketchup/{p-fb03f2f5.js → p-6d9ffb32.js} +1 -1
- package/dist/ketchup/{p-fd1323da.js → p-7360a410.js} +1 -1
- package/dist/ketchup/{p-af50bc6b.entry.js → p-b415fe84.entry.js} +1 -1
- package/dist/ketchup/{p-ee39977d.entry.js → p-b623c774.entry.js} +1 -1
- package/dist/ketchup/{p-2587abcf.entry.js → p-b8fcbcc9.entry.js} +1 -1
- package/dist/ketchup/{p-1ad1cf92.entry.js → p-be864593.entry.js} +2 -2
- package/dist/ketchup/{p-15ffcd21.entry.js → p-c0878519.entry.js} +1 -1
- package/dist/ketchup/{p-bd21cdea.entry.js → p-c39ddeae.entry.js} +1 -1
- package/dist/ketchup/{p-fb0b5466.js → p-d680bdde.js} +1 -1
- package/dist/ketchup/{p-3879be61.js → p-d817be2a.js} +1 -1
- package/dist/ketchup/{p-bd5ece4c.js → p-e76b646c.js} +1 -1
- package/dist/ketchup/{p-7664a38d.entry.js → p-e917200c.entry.js} +2 -2
- package/dist/ketchup/{p-b3eeb140.entry.js → p-eec864dd.entry.js} +1 -1
- package/dist/ketchup/{p-6c995fb2.entry.js → p-f3c8c1da.entry.js} +1 -1
- package/dist/ketchup/{p-68cd7d9a.js → p-f79d544a.js} +1 -1
- package/dist/ketchup/p-fd75d5bf.js +2 -0
- package/dist/loader/index.d.ts +1 -1
- package/dist/types/components/kup-calendar/kup-calendar-declarations.d.ts +2 -1
- package/dist/types/components/kup-calendar/kup-calendar.d.ts +5 -0
- package/dist/types/components/kup-data-table/kup-data-table-state.d.ts +1 -1
- package/dist/types/components.d.ts +10 -0
- package/dist/types/stencil-public-runtime.d.ts +1 -1
- package/package.json +5 -5
- package/dist/esm/polyfills/css-shim.js +0 -1
- package/dist/ketchup/p-15e6bfaf.entry.js +0 -1
- package/dist/ketchup/p-b5deb573.js +0 -2
- /package/dist/cjs/{GenericVariables-9cd88034.js → GenericVariables-1d52ba57.js} +0 -0
- /package/dist/cjs/{component-2c7ddef7.js → component-24811409.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/{component-e86c51ea.js → component-cc25b031.js} +0 -0
- /package/dist/esm/{f-button-declarations-fd4965d1.js → f-button-declarations-8a009df1.js} +0 -0
- /package/dist/ketchup/{p-6507e9eb.js → p-124f3f42.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
|
@@ -15,16 +15,16 @@ var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (
|
|
|
15
15
|
return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
|
|
16
16
|
};
|
|
17
17
|
var _KupEchart_instances, _KupEchart_chartContainer, _KupEchart_chartEl, _KupEchart_gaussianDatasets, _KupEchart_kupManager, _KupEchart_mapObj, _KupEchart_resizeTimeout, _KupEchart_sortedDataset, _KupEchart_themeBorder, _KupEchart_themeBackground, _KupEchart_minColorHeatMap, _KupEchart_maxColorHeatMap, _KupEchart_themeFont, _KupEchart_themeText, _KupEchart_initChart, _KupEchart_createChart, _KupEchart_funnelChart, _KupEchart_radarChart, _KupEchart_bubbleChart, _KupEchart_sankeyChart, _KupEchart_candleChart, _KupEchart_calendarChart, _KupEchart_createX, _KupEchart_createY, _KupEchart_setAxisColors, _KupEchart_setLegend, _KupEchart_setTitle, _KupEchart_setTooltip, _KupEchart_setVisualMap, _KupEchart_setMapOptions, _KupEchart_setPieOptions, _KupEchart_setGaussianOptions, _KupEchart_addSeries, _KupEchart_setOptions, _KupEchart_setColors, _KupEchart_checks;
|
|
18
|
-
import { forceUpdate, getAssetPath, Host, h, } from
|
|
19
|
-
import * as echarts from
|
|
20
|
-
import { KupEchartLegendPlacement, KupEchartMaps, KupEchartProps, KupEchartTypes, } from
|
|
21
|
-
import { kupManagerInstance, } from
|
|
22
|
-
import { KupDebugCategory } from
|
|
23
|
-
import { KupThemeColorValues } from
|
|
24
|
-
import { getProps, setProps } from
|
|
25
|
-
import { componentWrapperId } from
|
|
26
|
-
import { getColumnByName } from
|
|
27
|
-
import { KupDataNewColumnTypes, } from
|
|
18
|
+
import { forceUpdate, getAssetPath, Host, h, } from "@stencil/core";
|
|
19
|
+
import * as echarts from "echarts";
|
|
20
|
+
import { KupEchartLegendPlacement, KupEchartMaps, KupEchartProps, KupEchartTypes, } from "./kup-echart-declarations";
|
|
21
|
+
import { kupManagerInstance, } from "../../managers/kup-manager/kup-manager";
|
|
22
|
+
import { KupDebugCategory } from "../../managers/kup-debug/kup-debug-declarations";
|
|
23
|
+
import { KupThemeColorValues } from "../../managers/kup-theme/kup-theme-declarations";
|
|
24
|
+
import { getProps, setProps } from "../../utils/utils";
|
|
25
|
+
import { componentWrapperId } from "../../variables/GenericVariables";
|
|
26
|
+
import { getColumnByName } from "../../utils/cell-utils";
|
|
27
|
+
import { KupDataNewColumnTypes, } from "../../managers/kup-data/kup-data-declarations";
|
|
28
28
|
export class KupEchart {
|
|
29
29
|
constructor() {
|
|
30
30
|
_KupEchart_instances.add(this);
|
|
@@ -228,7 +228,8 @@ export class KupEchart {
|
|
|
228
228
|
"references": {
|
|
229
229
|
"KupEchartTitle": {
|
|
230
230
|
"location": "import",
|
|
231
|
-
"path": "./kup-echart-declarations"
|
|
231
|
+
"path": "./kup-echart-declarations",
|
|
232
|
+
"id": "src/components/kup-echart/kup-echart-declarations.tsx::KupEchartTitle"
|
|
232
233
|
}
|
|
233
234
|
}
|
|
234
235
|
},
|
|
@@ -276,7 +277,8 @@ export class KupEchart {
|
|
|
276
277
|
"references": {
|
|
277
278
|
"KupDataDataset": {
|
|
278
279
|
"location": "import",
|
|
279
|
-
"path": "../../managers/kup-data/kup-data-declarations"
|
|
280
|
+
"path": "../../managers/kup-data/kup-data-declarations",
|
|
281
|
+
"id": "src/managers/kup-data/kup-data-declarations.ts::KupDataDataset"
|
|
280
282
|
}
|
|
281
283
|
}
|
|
282
284
|
},
|
|
@@ -300,7 +302,8 @@ export class KupEchart {
|
|
|
300
302
|
"references": {
|
|
301
303
|
"KupEchartLegendPlacement": {
|
|
302
304
|
"location": "import",
|
|
303
|
-
"path": "./kup-echart-declarations"
|
|
305
|
+
"path": "./kup-echart-declarations",
|
|
306
|
+
"id": "src/components/kup-echart/kup-echart-declarations.tsx::KupEchartLegendPlacement"
|
|
304
307
|
}
|
|
305
308
|
}
|
|
306
309
|
},
|
|
@@ -326,11 +329,13 @@ export class KupEchart {
|
|
|
326
329
|
"references": {
|
|
327
330
|
"KupEchartMaps": {
|
|
328
331
|
"location": "import",
|
|
329
|
-
"path": "./kup-echart-declarations"
|
|
332
|
+
"path": "./kup-echart-declarations",
|
|
333
|
+
"id": "src/components/kup-echart/kup-echart-declarations.tsx::KupEchartMaps"
|
|
330
334
|
},
|
|
331
335
|
"GeoJSON": {
|
|
332
336
|
"location": "import",
|
|
333
|
-
"path": "geojson"
|
|
337
|
+
"path": "geojson",
|
|
338
|
+
"id": "../../node_modules/@types/geojson/index.d.ts::GeoJSON"
|
|
334
339
|
}
|
|
335
340
|
}
|
|
336
341
|
},
|
|
@@ -417,7 +422,8 @@ export class KupEchart {
|
|
|
417
422
|
"references": {
|
|
418
423
|
"KupEchartTypes": {
|
|
419
424
|
"location": "import",
|
|
420
|
-
"path": "./kup-echart-declarations"
|
|
425
|
+
"path": "./kup-echart-declarations",
|
|
426
|
+
"id": "src/components/kup-echart/kup-echart-declarations.tsx::KupEchartTypes"
|
|
421
427
|
}
|
|
422
428
|
}
|
|
423
429
|
},
|
|
@@ -441,7 +447,8 @@ export class KupEchart {
|
|
|
441
447
|
"references": {
|
|
442
448
|
"XAXisComponentOption": {
|
|
443
449
|
"location": "import",
|
|
444
|
-
"path": "echarts"
|
|
450
|
+
"path": "echarts",
|
|
451
|
+
"id": ""
|
|
445
452
|
}
|
|
446
453
|
}
|
|
447
454
|
},
|
|
@@ -465,7 +472,8 @@ export class KupEchart {
|
|
|
465
472
|
"references": {
|
|
466
473
|
"YAXisComponentOption": {
|
|
467
474
|
"location": "import",
|
|
468
|
-
"path": "echarts"
|
|
475
|
+
"path": "echarts",
|
|
476
|
+
"id": ""
|
|
469
477
|
}
|
|
470
478
|
}
|
|
471
479
|
},
|
|
@@ -499,7 +507,8 @@ export class KupEchart {
|
|
|
499
507
|
"references": {
|
|
500
508
|
"KupEchartClickEventPayload": {
|
|
501
509
|
"location": "import",
|
|
502
|
-
"path": "./kup-echart-declarations"
|
|
510
|
+
"path": "./kup-echart-declarations",
|
|
511
|
+
"id": "src/components/kup-echart/kup-echart-declarations.tsx::KupEchartClickEventPayload"
|
|
503
512
|
}
|
|
504
513
|
}
|
|
505
514
|
}
|
|
@@ -519,11 +528,13 @@ export class KupEchart {
|
|
|
519
528
|
}],
|
|
520
529
|
"references": {
|
|
521
530
|
"Promise": {
|
|
522
|
-
"location": "global"
|
|
531
|
+
"location": "global",
|
|
532
|
+
"id": "global::Promise"
|
|
523
533
|
},
|
|
524
534
|
"GenericObject": {
|
|
525
535
|
"location": "import",
|
|
526
|
-
"path": "../../types/GenericTypes"
|
|
536
|
+
"path": "../../types/GenericTypes",
|
|
537
|
+
"id": "src/types/GenericTypes.ts::GenericObject"
|
|
527
538
|
}
|
|
528
539
|
},
|
|
529
540
|
"return": "Promise<GenericObject>"
|
|
@@ -545,7 +556,8 @@ export class KupEchart {
|
|
|
545
556
|
"parameters": [],
|
|
546
557
|
"references": {
|
|
547
558
|
"Promise": {
|
|
548
|
-
"location": "global"
|
|
559
|
+
"location": "global",
|
|
560
|
+
"id": "global::Promise"
|
|
549
561
|
}
|
|
550
562
|
},
|
|
551
563
|
"return": "Promise<void>"
|
|
@@ -561,7 +573,8 @@ export class KupEchart {
|
|
|
561
573
|
"parameters": [],
|
|
562
574
|
"references": {
|
|
563
575
|
"Promise": {
|
|
564
|
-
"location": "global"
|
|
576
|
+
"location": "global",
|
|
577
|
+
"id": "global::Promise"
|
|
565
578
|
}
|
|
566
579
|
},
|
|
567
580
|
"return": "Promise<void>"
|
|
@@ -583,11 +596,13 @@ export class KupEchart {
|
|
|
583
596
|
}],
|
|
584
597
|
"references": {
|
|
585
598
|
"Promise": {
|
|
586
|
-
"location": "global"
|
|
599
|
+
"location": "global",
|
|
600
|
+
"id": "global::Promise"
|
|
587
601
|
},
|
|
588
602
|
"GenericObject": {
|
|
589
603
|
"location": "import",
|
|
590
|
-
"path": "../../types/GenericTypes"
|
|
604
|
+
"path": "../../types/GenericTypes",
|
|
605
|
+
"id": "src/types/GenericTypes.ts::GenericObject"
|
|
591
606
|
}
|
|
592
607
|
},
|
|
593
608
|
"return": "Promise<void>"
|
|
@@ -765,28 +780,40 @@ _KupEchart_chartContainer = new WeakMap(), _KupEchart_chartEl = new WeakMap(), _
|
|
|
765
780
|
}, _KupEchart_radarChart = function _KupEchart_radarChart() {
|
|
766
781
|
const x = __classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_createX).call(this);
|
|
767
782
|
const y = __classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_createY).call(this);
|
|
768
|
-
|
|
769
|
-
const
|
|
770
|
-
for (const [index, values] of x.entries()) {
|
|
783
|
+
const data = [], transposedData = [], transposedIndicator = [];
|
|
784
|
+
for (const [_index, values] of x.entries()) {
|
|
771
785
|
data.push({ name: values, value: [] });
|
|
772
|
-
legend[values] = index;
|
|
773
786
|
}
|
|
774
787
|
for (const key in y) {
|
|
775
|
-
|
|
788
|
+
transposedData.push({
|
|
776
789
|
name: key,
|
|
777
|
-
|
|
778
|
-
};
|
|
779
|
-
indicatorData.push(indicator);
|
|
790
|
+
value: y[key],
|
|
791
|
+
});
|
|
780
792
|
for (const values in y[key]) {
|
|
781
793
|
data[values].value.push(y[key][values]);
|
|
782
794
|
}
|
|
783
795
|
}
|
|
796
|
+
for (let index = 0; index < data.length; index++) {
|
|
797
|
+
const dataEl = data[index];
|
|
798
|
+
const key = dataEl.name;
|
|
799
|
+
const foundEl = transposedIndicator.find((d) => d.name === key);
|
|
800
|
+
const max = Math.floor(Math.max(...dataEl.value) * 1.05);
|
|
801
|
+
if (!foundEl) {
|
|
802
|
+
transposedIndicator.push({
|
|
803
|
+
name: key,
|
|
804
|
+
max,
|
|
805
|
+
});
|
|
806
|
+
}
|
|
807
|
+
else {
|
|
808
|
+
foundEl.max = foundEl.max > max ? foundEl.max : max;
|
|
809
|
+
}
|
|
810
|
+
}
|
|
784
811
|
return {
|
|
785
|
-
color: __classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_setColors).call(this,
|
|
812
|
+
color: __classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_setColors).call(this, Object.keys(y).length),
|
|
786
813
|
title: __classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_setTitle).call(this),
|
|
787
|
-
legend: __classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_setLegend).call(this,
|
|
814
|
+
legend: __classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_setLegend).call(this, y),
|
|
788
815
|
radar: {
|
|
789
|
-
indicator:
|
|
816
|
+
indicator: transposedIndicator,
|
|
790
817
|
},
|
|
791
818
|
tooltip: Object.assign(Object.assign({}, __classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_setTooltip).call(this)), { trigger: 'item' }),
|
|
792
819
|
series: [
|
|
@@ -795,7 +822,7 @@ _KupEchart_chartContainer = new WeakMap(), _KupEchart_chartEl = new WeakMap(), _
|
|
|
795
822
|
name: this.axis,
|
|
796
823
|
})[0].title,
|
|
797
824
|
type: 'radar',
|
|
798
|
-
data:
|
|
825
|
+
data: transposedData,
|
|
799
826
|
},
|
|
800
827
|
],
|
|
801
828
|
};
|
|
@@ -15,16 +15,16 @@ var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (
|
|
|
15
15
|
return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
|
|
16
16
|
};
|
|
17
17
|
var _KupFamilyTree_instances, _KupFamilyTree_clickTimeout, _KupFamilyTree_hold, _KupFamilyTree_currentPanX, _KupFamilyTree_currentPanY, _KupFamilyTree_interactableTouch, _KupFamilyTree_kupManager, _KupFamilyTree_moveCb, _KupFamilyTree_shouldAutofit, _KupFamilyTree_wrapperEl, _KupFamilyTree_buildChildLine, _KupFamilyTree_buildNode, _KupFamilyTree_buildNodeLayout, _KupFamilyTree_buildNodeLayout1, _KupFamilyTree_buildNodeLayout2, _KupFamilyTree_buildNodes, _KupFamilyTree_createTree, _KupFamilyTree_isBoxLayout, _KupFamilyTree_startPanning, _KupFamilyTree_getEventDetails, _KupFamilyTree_clickHandler, _KupFamilyTree_contextMenuHandler, _KupFamilyTree_dblClickHandler, _KupFamilyTree_didLoadInteractables, _KupFamilyTree_zoomTree;
|
|
18
|
-
import { forceUpdate, h, Host, } from
|
|
19
|
-
import { FButton } from
|
|
20
|
-
import { FButtonStyling, } from
|
|
21
|
-
import { FImage } from
|
|
22
|
-
import { KupPointerEventTypes } from
|
|
23
|
-
import { KupLanguageGeneric } from
|
|
24
|
-
import { kupManagerInstance } from
|
|
25
|
-
import { getProps, setProps } from
|
|
26
|
-
import { componentWrapperId } from
|
|
27
|
-
import { KupFamilyTreeProps, } from
|
|
18
|
+
import { forceUpdate, h, Host, } from "@stencil/core";
|
|
19
|
+
import { FButton } from "../../f-components/f-button/f-button";
|
|
20
|
+
import { FButtonStyling, } from "../../f-components/f-button/f-button-declarations";
|
|
21
|
+
import { FImage } from "../../f-components/f-image/f-image";
|
|
22
|
+
import { KupPointerEventTypes } from "../../managers/kup-interact/kup-interact-declarations";
|
|
23
|
+
import { KupLanguageGeneric } from "../../managers/kup-language/kup-language-declarations";
|
|
24
|
+
import { kupManagerInstance } from "../../managers/kup-manager/kup-manager";
|
|
25
|
+
import { getProps, setProps } from "../../utils/utils";
|
|
26
|
+
import { componentWrapperId } from "../../variables/GenericVariables";
|
|
27
|
+
import { KupFamilyTreeProps, } from "./kup-family-tree-declarations";
|
|
28
28
|
export class KupFamilyTree {
|
|
29
29
|
constructor() {
|
|
30
30
|
_KupFamilyTree_instances.add(this);
|
|
@@ -225,7 +225,8 @@ export class KupFamilyTree {
|
|
|
225
225
|
"references": {
|
|
226
226
|
"GenericObject": {
|
|
227
227
|
"location": "import",
|
|
228
|
-
"path": "../../types/GenericTypes"
|
|
228
|
+
"path": "../../types/GenericTypes",
|
|
229
|
+
"id": "src/types/GenericTypes.ts::GenericObject"
|
|
229
230
|
}
|
|
230
231
|
}
|
|
231
232
|
},
|
|
@@ -294,7 +295,8 @@ export class KupFamilyTree {
|
|
|
294
295
|
"references": {
|
|
295
296
|
"KupFamilyTreeData": {
|
|
296
297
|
"location": "import",
|
|
297
|
-
"path": "./kup-family-tree-declarations"
|
|
298
|
+
"path": "./kup-family-tree-declarations",
|
|
299
|
+
"id": "src/components/kup-family-tree/kup-family-tree-declarations.ts::KupFamilyTreeData"
|
|
298
300
|
}
|
|
299
301
|
}
|
|
300
302
|
},
|
|
@@ -318,7 +320,8 @@ export class KupFamilyTree {
|
|
|
318
320
|
"references": {
|
|
319
321
|
"KupFamilyTreeLayout": {
|
|
320
322
|
"location": "import",
|
|
321
|
-
"path": "./kup-family-tree-declarations"
|
|
323
|
+
"path": "./kup-family-tree-declarations",
|
|
324
|
+
"id": "src/components/kup-family-tree/kup-family-tree-declarations.ts::KupFamilyTreeLayout"
|
|
322
325
|
}
|
|
323
326
|
}
|
|
324
327
|
},
|
|
@@ -375,7 +378,8 @@ export class KupFamilyTree {
|
|
|
375
378
|
"references": {
|
|
376
379
|
"KupFamilyTreeEventPayload": {
|
|
377
380
|
"location": "import",
|
|
378
|
-
"path": "./kup-family-tree-declarations"
|
|
381
|
+
"path": "./kup-family-tree-declarations",
|
|
382
|
+
"id": "src/components/kup-family-tree/kup-family-tree-declarations.ts::KupFamilyTreeEventPayload"
|
|
379
383
|
}
|
|
380
384
|
}
|
|
381
385
|
}
|
|
@@ -395,7 +399,8 @@ export class KupFamilyTree {
|
|
|
395
399
|
"references": {
|
|
396
400
|
"KupFamilyTreeEventPayload": {
|
|
397
401
|
"location": "import",
|
|
398
|
-
"path": "./kup-family-tree-declarations"
|
|
402
|
+
"path": "./kup-family-tree-declarations",
|
|
403
|
+
"id": "src/components/kup-family-tree/kup-family-tree-declarations.ts::KupFamilyTreeEventPayload"
|
|
399
404
|
}
|
|
400
405
|
}
|
|
401
406
|
}
|
|
@@ -415,7 +420,8 @@ export class KupFamilyTree {
|
|
|
415
420
|
"references": {
|
|
416
421
|
"KupFamilyTreeEventPayload": {
|
|
417
422
|
"location": "import",
|
|
418
|
-
"path": "./kup-family-tree-declarations"
|
|
423
|
+
"path": "./kup-family-tree-declarations",
|
|
424
|
+
"id": "src/components/kup-family-tree/kup-family-tree-declarations.ts::KupFamilyTreeEventPayload"
|
|
419
425
|
}
|
|
420
426
|
}
|
|
421
427
|
}
|
|
@@ -432,11 +438,13 @@ export class KupFamilyTree {
|
|
|
432
438
|
}],
|
|
433
439
|
"references": {
|
|
434
440
|
"Promise": {
|
|
435
|
-
"location": "global"
|
|
441
|
+
"location": "global",
|
|
442
|
+
"id": "global::Promise"
|
|
436
443
|
},
|
|
437
444
|
"KupFamilyTreeNode": {
|
|
438
445
|
"location": "import",
|
|
439
|
-
"path": "./kup-family-tree-declarations"
|
|
446
|
+
"path": "./kup-family-tree-declarations",
|
|
447
|
+
"id": "src/components/kup-family-tree/kup-family-tree-declarations.ts::KupFamilyTreeNode"
|
|
440
448
|
}
|
|
441
449
|
},
|
|
442
450
|
"return": "Promise<void>"
|
|
@@ -455,11 +463,13 @@ export class KupFamilyTree {
|
|
|
455
463
|
}],
|
|
456
464
|
"references": {
|
|
457
465
|
"Promise": {
|
|
458
|
-
"location": "global"
|
|
466
|
+
"location": "global",
|
|
467
|
+
"id": "global::Promise"
|
|
459
468
|
},
|
|
460
469
|
"KupFamilyTreeNode": {
|
|
461
470
|
"location": "import",
|
|
462
|
-
"path": "./kup-family-tree-declarations"
|
|
471
|
+
"path": "./kup-family-tree-declarations",
|
|
472
|
+
"id": "src/components/kup-family-tree/kup-family-tree-declarations.ts::KupFamilyTreeNode"
|
|
463
473
|
}
|
|
464
474
|
},
|
|
465
475
|
"return": "Promise<void>"
|
|
@@ -481,11 +491,13 @@ export class KupFamilyTree {
|
|
|
481
491
|
}],
|
|
482
492
|
"references": {
|
|
483
493
|
"Promise": {
|
|
484
|
-
"location": "global"
|
|
494
|
+
"location": "global",
|
|
495
|
+
"id": "global::Promise"
|
|
485
496
|
},
|
|
486
497
|
"GenericObject": {
|
|
487
498
|
"location": "import",
|
|
488
|
-
"path": "../../types/GenericTypes"
|
|
499
|
+
"path": "../../types/GenericTypes",
|
|
500
|
+
"id": "src/types/GenericTypes.ts::GenericObject"
|
|
489
501
|
}
|
|
490
502
|
},
|
|
491
503
|
"return": "Promise<GenericObject>"
|
|
@@ -507,7 +519,8 @@ export class KupFamilyTree {
|
|
|
507
519
|
"parameters": [],
|
|
508
520
|
"references": {
|
|
509
521
|
"Promise": {
|
|
510
|
-
"location": "global"
|
|
522
|
+
"location": "global",
|
|
523
|
+
"id": "global::Promise"
|
|
511
524
|
}
|
|
512
525
|
},
|
|
513
526
|
"return": "Promise<void>"
|
|
@@ -523,7 +536,8 @@ export class KupFamilyTree {
|
|
|
523
536
|
"parameters": [],
|
|
524
537
|
"references": {
|
|
525
538
|
"Promise": {
|
|
526
|
-
"location": "global"
|
|
539
|
+
"location": "global",
|
|
540
|
+
"id": "global::Promise"
|
|
527
541
|
}
|
|
528
542
|
},
|
|
529
543
|
"return": "Promise<void>"
|
|
@@ -545,11 +559,13 @@ export class KupFamilyTree {
|
|
|
545
559
|
}],
|
|
546
560
|
"references": {
|
|
547
561
|
"Promise": {
|
|
548
|
-
"location": "global"
|
|
562
|
+
"location": "global",
|
|
563
|
+
"id": "global::Promise"
|
|
549
564
|
},
|
|
550
565
|
"GenericObject": {
|
|
551
566
|
"location": "import",
|
|
552
|
-
"path": "../../types/GenericTypes"
|
|
567
|
+
"path": "../../types/GenericTypes",
|
|
568
|
+
"id": "src/types/GenericTypes.ts::GenericObject"
|
|
553
569
|
}
|
|
554
570
|
},
|
|
555
571
|
"return": "Promise<void>"
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { forceUpdate, h, Host, } from
|
|
2
|
-
import { KupFormProps, KupFormLabelPlacement, KupFormLabelAlignment, } from
|
|
3
|
-
import { kupManagerInstance, } from
|
|
4
|
-
import { getProps, identify, setProps } from
|
|
5
|
-
import { KupLanguageGeneric } from
|
|
6
|
-
import { componentWrapperId } from
|
|
7
|
-
import { FCell } from
|
|
8
|
-
import { FCellTypes, } from
|
|
9
|
-
import { FTextFieldMDC } from
|
|
10
|
-
import { FButton } from
|
|
1
|
+
import { forceUpdate, h, Host, } from "@stencil/core";
|
|
2
|
+
import { KupFormProps, KupFormLabelPlacement, KupFormLabelAlignment, } from "./kup-form-declarations";
|
|
3
|
+
import { kupManagerInstance, } from "../../managers/kup-manager/kup-manager";
|
|
4
|
+
import { getProps, identify, setProps } from "../../utils/utils";
|
|
5
|
+
import { KupLanguageGeneric } from "../../managers/kup-language/kup-language-declarations";
|
|
6
|
+
import { componentWrapperId } from "../../variables/GenericVariables";
|
|
7
|
+
import { FCell } from "../../f-components/f-cell/f-cell";
|
|
8
|
+
import { FCellTypes, } from "../../f-components/f-cell/f-cell-declarations";
|
|
9
|
+
import { FTextFieldMDC } from "../../f-components/f-text-field/f-text-field-mdc";
|
|
10
|
+
import { FButton } from "../../f-components/f-button/f-button";
|
|
11
11
|
const dom = document.documentElement;
|
|
12
12
|
export class KupForm {
|
|
13
13
|
constructor() {
|
|
@@ -472,7 +472,8 @@ export class KupForm {
|
|
|
472
472
|
"references": {
|
|
473
473
|
"KupFormData": {
|
|
474
474
|
"location": "import",
|
|
475
|
-
"path": "./kup-form-declarations"
|
|
475
|
+
"path": "./kup-form-declarations",
|
|
476
|
+
"id": "src/components/kup-form/kup-form-declarations.ts::KupFormData"
|
|
476
477
|
}
|
|
477
478
|
}
|
|
478
479
|
},
|
|
@@ -517,7 +518,8 @@ export class KupForm {
|
|
|
517
518
|
"references": {
|
|
518
519
|
"KupFormLabelPlacement": {
|
|
519
520
|
"location": "import",
|
|
520
|
-
"path": "./kup-form-declarations"
|
|
521
|
+
"path": "./kup-form-declarations",
|
|
522
|
+
"id": "src/components/kup-form/kup-form-declarations.ts::KupFormLabelPlacement"
|
|
521
523
|
}
|
|
522
524
|
}
|
|
523
525
|
},
|
|
@@ -543,7 +545,8 @@ export class KupForm {
|
|
|
543
545
|
"references": {
|
|
544
546
|
"KupFormLayout": {
|
|
545
547
|
"location": "import",
|
|
546
|
-
"path": "./kup-form-declarations"
|
|
548
|
+
"path": "./kup-form-declarations",
|
|
549
|
+
"id": "src/components/kup-form/kup-form-declarations.ts::KupFormLayout"
|
|
547
550
|
}
|
|
548
551
|
}
|
|
549
552
|
},
|
|
@@ -566,7 +569,8 @@ export class KupForm {
|
|
|
566
569
|
"resolved": "(e: SubmitEvent) => unknown",
|
|
567
570
|
"references": {
|
|
568
571
|
"SubmitEvent": {
|
|
569
|
-
"location": "global"
|
|
572
|
+
"location": "global",
|
|
573
|
+
"id": "global::SubmitEvent"
|
|
570
574
|
}
|
|
571
575
|
}
|
|
572
576
|
},
|
|
@@ -600,7 +604,8 @@ export class KupForm {
|
|
|
600
604
|
"references": {
|
|
601
605
|
"KupEventPayload": {
|
|
602
606
|
"location": "import",
|
|
603
|
-
"path": "../../types/GenericTypes"
|
|
607
|
+
"path": "../../types/GenericTypes",
|
|
608
|
+
"id": "src/types/GenericTypes.ts::KupEventPayload"
|
|
604
609
|
}
|
|
605
610
|
}
|
|
606
611
|
}
|
|
@@ -620,11 +625,13 @@ export class KupForm {
|
|
|
620
625
|
}],
|
|
621
626
|
"references": {
|
|
622
627
|
"Promise": {
|
|
623
|
-
"location": "global"
|
|
628
|
+
"location": "global",
|
|
629
|
+
"id": "global::Promise"
|
|
624
630
|
},
|
|
625
631
|
"GenericObject": {
|
|
626
632
|
"location": "import",
|
|
627
|
-
"path": "../../types/GenericTypes"
|
|
633
|
+
"path": "../../types/GenericTypes",
|
|
634
|
+
"id": "src/types/GenericTypes.ts::GenericObject"
|
|
628
635
|
}
|
|
629
636
|
},
|
|
630
637
|
"return": "Promise<GenericObject>"
|
|
@@ -646,7 +653,8 @@ export class KupForm {
|
|
|
646
653
|
"parameters": [],
|
|
647
654
|
"references": {
|
|
648
655
|
"Promise": {
|
|
649
|
-
"location": "global"
|
|
656
|
+
"location": "global",
|
|
657
|
+
"id": "global::Promise"
|
|
650
658
|
}
|
|
651
659
|
},
|
|
652
660
|
"return": "Promise<void>"
|
|
@@ -674,7 +682,8 @@ export class KupForm {
|
|
|
674
682
|
}],
|
|
675
683
|
"references": {
|
|
676
684
|
"Promise": {
|
|
677
|
-
"location": "global"
|
|
685
|
+
"location": "global",
|
|
686
|
+
"id": "global::Promise"
|
|
678
687
|
}
|
|
679
688
|
},
|
|
680
689
|
"return": "Promise<void>"
|
|
@@ -702,11 +711,13 @@ export class KupForm {
|
|
|
702
711
|
}],
|
|
703
712
|
"references": {
|
|
704
713
|
"Promise": {
|
|
705
|
-
"location": "global"
|
|
714
|
+
"location": "global",
|
|
715
|
+
"id": "global::Promise"
|
|
706
716
|
},
|
|
707
717
|
"GenericObject": {
|
|
708
718
|
"location": "import",
|
|
709
|
-
"path": "../../types/GenericTypes"
|
|
719
|
+
"path": "../../types/GenericTypes",
|
|
720
|
+
"id": "src/types/GenericTypes.ts::GenericObject"
|
|
710
721
|
}
|
|
711
722
|
},
|
|
712
723
|
"return": "Promise<void>"
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { forceUpdate, h, Host, } from
|
|
2
|
-
import { KupDebugCategory } from
|
|
3
|
-
import { kupManagerInstance, } from
|
|
4
|
-
import { getProps, setProps } from
|
|
5
|
-
import { KupGaugeProps } from
|
|
6
|
-
import { arc } from
|
|
7
|
-
import { KupThemeColorValues } from
|
|
8
|
-
import { componentWrapperId } from
|
|
1
|
+
import { forceUpdate, h, Host, } from "@stencil/core";
|
|
2
|
+
import { KupDebugCategory } from "../../managers/kup-debug/kup-debug-declarations";
|
|
3
|
+
import { kupManagerInstance, } from "../../managers/kup-manager/kup-manager";
|
|
4
|
+
import { getProps, setProps } from "../../utils/utils";
|
|
5
|
+
import { KupGaugeProps } from "./kup-gauge-declarations";
|
|
6
|
+
import { arc } from "d3-shape";
|
|
7
|
+
import { KupThemeColorValues } from "../../managers/kup-theme/kup-theme-declarations";
|
|
8
|
+
import { componentWrapperId } from "../../variables/GenericVariables";
|
|
9
9
|
export class KupGauge {
|
|
10
10
|
constructor() {
|
|
11
11
|
/*-------------------------------------------------*/
|
|
@@ -693,11 +693,13 @@ export class KupGauge {
|
|
|
693
693
|
}],
|
|
694
694
|
"references": {
|
|
695
695
|
"Promise": {
|
|
696
|
-
"location": "global"
|
|
696
|
+
"location": "global",
|
|
697
|
+
"id": "global::Promise"
|
|
697
698
|
},
|
|
698
699
|
"GenericObject": {
|
|
699
700
|
"location": "import",
|
|
700
|
-
"path": "../../types/GenericTypes"
|
|
701
|
+
"path": "../../types/GenericTypes",
|
|
702
|
+
"id": "src/types/GenericTypes.ts::GenericObject"
|
|
701
703
|
}
|
|
702
704
|
},
|
|
703
705
|
"return": "Promise<GenericObject>"
|
|
@@ -719,7 +721,8 @@ export class KupGauge {
|
|
|
719
721
|
"parameters": [],
|
|
720
722
|
"references": {
|
|
721
723
|
"Promise": {
|
|
722
|
-
"location": "global"
|
|
724
|
+
"location": "global",
|
|
725
|
+
"id": "global::Promise"
|
|
723
726
|
}
|
|
724
727
|
},
|
|
725
728
|
"return": "Promise<void>"
|
|
@@ -741,11 +744,13 @@ export class KupGauge {
|
|
|
741
744
|
}],
|
|
742
745
|
"references": {
|
|
743
746
|
"Promise": {
|
|
744
|
-
"location": "global"
|
|
747
|
+
"location": "global",
|
|
748
|
+
"id": "global::Promise"
|
|
745
749
|
},
|
|
746
750
|
"GenericObject": {
|
|
747
751
|
"location": "import",
|
|
748
|
-
"path": "../../types/GenericTypes"
|
|
752
|
+
"path": "../../types/GenericTypes",
|
|
753
|
+
"id": "src/types/GenericTypes.ts::GenericObject"
|
|
749
754
|
}
|
|
750
755
|
},
|
|
751
756
|
"return": "Promise<void>"
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { forceUpdate, Host, h, } from
|
|
2
|
-
import { KupDebugCategory } from
|
|
3
|
-
import { kupManagerInstance, } from
|
|
4
|
-
import { getProps, setProps } from
|
|
5
|
-
import { componentWrapperId } from
|
|
6
|
-
import { KupGridProps } from
|
|
1
|
+
import { forceUpdate, Host, h, } from "@stencil/core";
|
|
2
|
+
import { KupDebugCategory } from "../../managers/kup-debug/kup-debug-declarations";
|
|
3
|
+
import { kupManagerInstance, } from "../../managers/kup-manager/kup-manager";
|
|
4
|
+
import { getProps, setProps } from "../../utils/utils";
|
|
5
|
+
import { componentWrapperId } from "../../variables/GenericVariables";
|
|
6
|
+
import { KupGridProps } from "./kup-grid-declarations";
|
|
7
7
|
export class KupGrid {
|
|
8
8
|
constructor() {
|
|
9
9
|
/*-------------------------------------------------*/
|
|
@@ -182,11 +182,13 @@ export class KupGrid {
|
|
|
182
182
|
}],
|
|
183
183
|
"references": {
|
|
184
184
|
"Promise": {
|
|
185
|
-
"location": "global"
|
|
185
|
+
"location": "global",
|
|
186
|
+
"id": "global::Promise"
|
|
186
187
|
},
|
|
187
188
|
"GenericObject": {
|
|
188
189
|
"location": "import",
|
|
189
|
-
"path": "../../types/GenericTypes"
|
|
190
|
+
"path": "../../types/GenericTypes",
|
|
191
|
+
"id": "src/types/GenericTypes.ts::GenericObject"
|
|
190
192
|
}
|
|
191
193
|
},
|
|
192
194
|
"return": "Promise<GenericObject>"
|
|
@@ -208,7 +210,8 @@ export class KupGrid {
|
|
|
208
210
|
"parameters": [],
|
|
209
211
|
"references": {
|
|
210
212
|
"Promise": {
|
|
211
|
-
"location": "global"
|
|
213
|
+
"location": "global",
|
|
214
|
+
"id": "global::Promise"
|
|
212
215
|
}
|
|
213
216
|
},
|
|
214
217
|
"return": "Promise<void>"
|
|
@@ -230,11 +233,13 @@ export class KupGrid {
|
|
|
230
233
|
}],
|
|
231
234
|
"references": {
|
|
232
235
|
"Promise": {
|
|
233
|
-
"location": "global"
|
|
236
|
+
"location": "global",
|
|
237
|
+
"id": "global::Promise"
|
|
234
238
|
},
|
|
235
239
|
"GenericObject": {
|
|
236
240
|
"location": "import",
|
|
237
|
-
"path": "../../types/GenericTypes"
|
|
241
|
+
"path": "../../types/GenericTypes",
|
|
242
|
+
"id": "src/types/GenericTypes.ts::GenericObject"
|
|
238
243
|
}
|
|
239
244
|
},
|
|
240
245
|
"return": "Promise<void>"
|