@sme.up/ketchup 8.1.0 → 8.2.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/{f-button-a5f661f2.js → f-button-797c8e7f.js} +2 -2
- package/dist/cjs/{f-cell-ca9e4352.js → f-cell-9c8ed48b.js} +13 -7
- package/dist/cjs/{f-checkbox-e2c6ecef.js → f-checkbox-cff77b2c.js} +1 -1
- package/dist/cjs/{f-chip-e941fa19.js → f-chip-318863df.js} +3 -3
- package/dist/cjs/{f-image-466b724f.js → f-image-f10144e9.js} +2 -2
- package/dist/cjs/{f-paginator-utils-f775ce67.js → f-paginator-utils-8c44a37b.js} +3 -3
- package/dist/cjs/{f-text-field-ddb47dda.js → f-text-field-9610c198.js} +2 -2
- package/dist/cjs/{index-26fb8571.js → index-a9a3b467.js} +16 -1
- package/dist/cjs/ketchup.cjs.js +3 -3
- package/dist/cjs/kup-accordion.cjs.entry.js +3 -3
- package/dist/cjs/kup-autocomplete_27.cjs.entry.js +36 -25
- package/dist/cjs/kup-box.cjs.entry.js +12 -17
- package/dist/cjs/kup-calendar.cjs.entry.js +5 -5
- package/dist/cjs/kup-cell.cjs.entry.js +7 -7
- package/dist/cjs/kup-dash-list.cjs.entry.js +2 -2
- package/dist/cjs/kup-dash_2.cjs.entry.js +2 -2
- package/dist/cjs/kup-dashboard.cjs.entry.js +6 -6
- package/dist/cjs/kup-drawer.cjs.entry.js +2 -2
- package/dist/cjs/kup-echart.cjs.entry.js +86 -3
- package/dist/cjs/kup-family-tree.cjs.entry.js +4 -4
- package/dist/cjs/kup-iframe.cjs.entry.js +2 -2
- package/dist/cjs/kup-image-list.cjs.entry.js +8 -8
- package/dist/cjs/kup-lazy.cjs.entry.js +2 -2
- package/dist/cjs/kup-magic-box.cjs.entry.js +3 -3
- package/dist/cjs/{kup-manager-16b684bd.js → kup-manager-7747decd.js} +3 -2
- package/dist/cjs/kup-nav-bar.cjs.entry.js +2 -2
- package/dist/cjs/kup-numeric-picker.cjs.entry.js +3 -3
- package/dist/cjs/kup-photo-frame.cjs.entry.js +2 -2
- package/dist/cjs/kup-planner.cjs.entry.js +47 -31
- package/dist/cjs/kup-probe.cjs.entry.js +2 -2
- package/dist/cjs/kup-qlik.cjs.entry.js +2 -2
- package/dist/cjs/kup-snackbar.cjs.entry.js +4 -4
- package/dist/cjs/loader.cjs.js +3 -3
- package/dist/collection/assets/data-table.js +45 -0
- package/dist/collection/assets/echart.js +176 -0
- package/dist/collection/collection-manifest.json +1 -1
- package/dist/collection/components/kup-box/kup-box-declarations.js +0 -1
- package/dist/collection/components/kup-box/kup-box.js +3 -28
- package/dist/collection/components/kup-data-table/kup-data-table-declarations.js +1 -0
- package/dist/collection/components/kup-data-table/kup-data-table-state.js +1 -1
- package/dist/collection/components/kup-data-table/kup-data-table.css +1 -0
- package/dist/collection/components/kup-data-table/kup-data-table.js +46 -1
- package/dist/collection/components/kup-echart/kup-echart-declarations.js +1 -0
- package/dist/collection/components/kup-echart/kup-echart.js +83 -1
- package/dist/collection/components/kup-form/kup-form.js +16 -13
- package/dist/collection/components/kup-planner/kup-planner.css +2 -2
- package/dist/collection/components/kup-planner/kup-planner.js +12 -5
- package/dist/collection/f-components/f-cell/f-cell.js +7 -1
- package/dist/components/kup-autocomplete2.js +37 -18
- package/dist/components/kup-box2.js +2 -8
- package/dist/components/kup-echart2.js +84 -1
- package/dist/components/kup-planner.js +44 -28
- package/dist/esm/{f-button-c6a69f75.js → f-button-e0e6f65f.js} +2 -2
- package/dist/esm/{f-cell-5822ea68.js → f-cell-359dfe28.js} +13 -7
- package/dist/esm/{f-checkbox-c15911de.js → f-checkbox-91358c27.js} +1 -1
- package/dist/esm/{f-chip-f46a03f5.js → f-chip-0fd043b4.js} +3 -3
- package/dist/esm/{f-image-f57832fa.js → f-image-b853b0cc.js} +2 -2
- package/dist/esm/{f-paginator-utils-bafc463d.js → f-paginator-utils-124c146a.js} +3 -3
- package/dist/esm/{f-text-field-15850e05.js → f-text-field-92bb3a1f.js} +2 -2
- package/dist/esm/{index-238342f2.js → index-bb15ce14.js} +16 -2
- package/dist/esm/ketchup.js +4 -4
- package/dist/esm/kup-accordion.entry.js +3 -3
- package/dist/esm/kup-autocomplete_27.entry.js +36 -25
- package/dist/esm/kup-box.entry.js +12 -17
- package/dist/esm/kup-calendar.entry.js +5 -5
- package/dist/esm/kup-cell.entry.js +7 -7
- package/dist/esm/kup-dash-list.entry.js +2 -2
- package/dist/esm/kup-dash_2.entry.js +2 -2
- package/dist/esm/kup-dashboard.entry.js +6 -6
- package/dist/esm/kup-drawer.entry.js +2 -2
- package/dist/esm/kup-echart.entry.js +86 -3
- package/dist/esm/kup-family-tree.entry.js +4 -4
- package/dist/esm/kup-iframe.entry.js +2 -2
- package/dist/esm/kup-image-list.entry.js +8 -8
- package/dist/esm/kup-lazy.entry.js +2 -2
- package/dist/esm/kup-magic-box.entry.js +3 -3
- package/dist/esm/{kup-manager-89dd9137.js → kup-manager-1e6ea451.js} +3 -2
- package/dist/esm/kup-nav-bar.entry.js +2 -2
- package/dist/esm/kup-numeric-picker.entry.js +3 -3
- package/dist/esm/kup-photo-frame.entry.js +2 -2
- package/dist/esm/kup-planner.entry.js +47 -31
- package/dist/esm/kup-probe.entry.js +2 -2
- package/dist/esm/kup-qlik.entry.js +2 -2
- package/dist/esm/kup-snackbar.entry.js +4 -4
- package/dist/esm/loader.js +4 -4
- package/dist/ketchup/ketchup.esm.js +1 -1
- package/dist/ketchup/{p-c354c5d0.js → p-0143e942.js} +1 -1
- package/dist/ketchup/{p-a5f15864.js → p-1ca9aece.js} +1 -1
- package/dist/ketchup/p-1cd5785e.entry.js +9 -0
- package/dist/ketchup/{p-673bb93e.js → p-2ac2c05e.js} +1 -1
- package/dist/ketchup/{p-1a8a06de.js → p-349d4715.js} +1 -1
- package/dist/ketchup/{p-01d44efe.entry.js → p-374f867e.entry.js} +1 -1
- package/dist/ketchup/{p-799f7f10.entry.js → p-41c00681.entry.js} +1 -1
- package/dist/ketchup/{p-f4b6aa3f.entry.js → p-5dbd4402.entry.js} +1 -1
- package/dist/ketchup/{p-ba959bb5.entry.js → p-620faa59.entry.js} +1 -1
- package/dist/ketchup/{p-785e8d74.entry.js → p-6837f725.entry.js} +1 -1
- package/dist/ketchup/{p-6ec8629e.js → p-6d46cbb0.js} +1 -1
- package/dist/ketchup/{p-514dcb7d.entry.js → p-6e79b764.entry.js} +1 -1
- package/dist/ketchup/{p-5dfa5c49.entry.js → p-818a4a09.entry.js} +1 -1
- package/dist/ketchup/{p-843253dd.entry.js → p-81e20baa.entry.js} +1 -1
- package/dist/ketchup/{p-af7202ff.entry.js → p-85d6bb1f.entry.js} +1 -1
- package/dist/ketchup/{p-6a5d95df.entry.js → p-8c1804d7.entry.js} +1 -1
- package/dist/ketchup/{p-e59c2bc0.entry.js → p-ad919f87.entry.js} +1 -1
- package/dist/ketchup/{p-4da77173.entry.js → p-adad6804.entry.js} +1 -1
- package/dist/ketchup/{p-51573263.entry.js → p-adebe276.entry.js} +1 -1
- package/dist/ketchup/p-b5deb573.js +2 -0
- package/dist/ketchup/{p-f2fda43b.entry.js → p-b73b3b52.entry.js} +1 -1
- package/dist/ketchup/{p-84d3f676.entry.js → p-ba0c4019.entry.js} +1 -1
- package/dist/ketchup/{p-4bd63e97.entry.js → p-c010483d.entry.js} +2 -2
- package/dist/ketchup/{p-7e757c27.entry.js → p-c1b10c9c.entry.js} +1 -1
- package/dist/ketchup/{p-688478e9.entry.js → p-c28be862.entry.js} +1 -1
- package/dist/ketchup/{p-cd8512d9.entry.js → p-c6088459.entry.js} +2 -2
- package/dist/ketchup/{p-78cc5a2d.entry.js → p-cf24193b.entry.js} +1 -1
- package/dist/ketchup/p-e646523d.js +1 -0
- package/dist/ketchup/p-e8977116.entry.js +1 -0
- package/dist/ketchup/{p-206245c0.js → p-fb29ba2a.js} +1 -1
- package/dist/ketchup/{p-54248440.js → p-fd1323da.js} +1 -1
- package/dist/types/components/kup-box/kup-box-declarations.d.ts +0 -1
- package/dist/types/components/kup-box/kup-box.d.ts +0 -5
- package/dist/types/components/kup-data-table/kup-data-table-declarations.d.ts +4 -0
- package/dist/types/components/kup-data-table/kup-data-table-state.d.ts +1 -1
- package/dist/types/components/kup-data-table/kup-data-table.d.ts +9 -1
- package/dist/types/components/kup-echart/kup-echart-declarations.d.ts +2 -1
- package/dist/types/components.d.ts +14 -12
- package/dist/types/stencil-public-runtime.d.ts +2 -0
- package/package.json +2 -2
- package/dist/ketchup/p-8c1edebd.js +0 -2
- package/dist/ketchup/p-c1931214.js +0 -1
- package/dist/ketchup/p-d4f86197.entry.js +0 -9
- package/dist/ketchup/p-f4f5170c.entry.js +0 -1
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, g as getElement } from './index-
|
|
2
|
-
import { F as FButton } from './f-button-
|
|
3
|
-
import { F as FCheckbox } from './f-checkbox-
|
|
4
|
-
import { F as FTextField } from './f-text-field-
|
|
1
|
+
import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, g as getElement } from './index-bb15ce14.js';
|
|
2
|
+
import { F as FButton } from './f-button-e0e6f65f.js';
|
|
3
|
+
import { F as FCheckbox } from './f-checkbox-91358c27.js';
|
|
4
|
+
import { F as FTextField } from './f-text-field-92bb3a1f.js';
|
|
5
5
|
import { F as FTextFieldMDC } from './f-text-field-mdc-a1b4a919.js';
|
|
6
|
-
import { k as kupManagerInstance, g as getProps, s as setProps, al as KupLanguageDashboard, m as KupLanguageGeneric, V as KupDragEffect, c as KupDebugCategory } from './kup-manager-
|
|
6
|
+
import { k as kupManagerInstance, g as getProps, s as setProps, al as KupLanguageDashboard, m as KupLanguageGeneric, V as KupDragEffect, c as KupDebugCategory } from './kup-manager-1e6ea451.js';
|
|
7
7
|
import { c as componentWrapperId } from './GenericVariables-6dfdd433.js';
|
|
8
8
|
import './f-button-declarations-fd4965d1.js';
|
|
9
|
-
import './f-image-
|
|
9
|
+
import './f-image-b853b0cc.js';
|
|
10
10
|
import './component-e86c51ea.js';
|
|
11
11
|
|
|
12
12
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, g as getElement } from './index-
|
|
2
|
-
import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-
|
|
1
|
+
import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, g as getElement } from './index-bb15ce14.js';
|
|
2
|
+
import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-1e6ea451.js';
|
|
3
3
|
import { c as componentWrapperId } from './GenericVariables-6dfdd433.js';
|
|
4
4
|
|
|
5
5
|
const drawerClass = 'drawer';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, g as getElement, a as getAssetPath } from './index-
|
|
2
|
-
import { k as kupManagerInstance, g as getProps, s as setProps, b as KupThemeColorValues, c as KupDebugCategory, v as getColumnByName, o as KupDataNewColumnTypes } from './kup-manager-
|
|
1
|
+
import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, g as getElement, a as getAssetPath } from './index-bb15ce14.js';
|
|
2
|
+
import { k as kupManagerInstance, g as getProps, s as setProps, b as KupThemeColorValues, c as KupDebugCategory, v as getColumnByName, o as KupDataNewColumnTypes } from './kup-manager-1e6ea451.js';
|
|
3
3
|
import { c as componentWrapperId } from './GenericVariables-6dfdd433.js';
|
|
4
4
|
|
|
5
5
|
/*! *****************************************************************************
|
|
@@ -93854,6 +93854,7 @@ var KupEchartTypes;
|
|
|
93854
93854
|
KupEchartTypes["SCATTER"] = "Scatter";
|
|
93855
93855
|
KupEchartTypes["FUNNEL"] = "Funnel";
|
|
93856
93856
|
KupEchartTypes["RADAR"] = "Radar";
|
|
93857
|
+
KupEchartTypes["BUBBLE"] = "Bubble";
|
|
93857
93858
|
})(KupEchartTypes || (KupEchartTypes = {}));
|
|
93858
93859
|
|
|
93859
93860
|
const kupEchartCss = ":host{display:block;height:var(--kup_echart_height, 100%);min-height:var(--kup_echart_height, 100%);min-width:var(--kup_echart_width, 100%);width:var(--kup_echart_width, 100%)}#kup-component{width:100%;height:100%;position:relative}";
|
|
@@ -93874,7 +93875,7 @@ var __classPrivateFieldSet = (undefined && undefined.__classPrivateFieldSet) ||
|
|
|
93874
93875
|
throw new TypeError("Cannot write private member to an object whose class did not declare it");
|
|
93875
93876
|
return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
|
|
93876
93877
|
};
|
|
93877
|
-
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_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;
|
|
93878
|
+
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_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;
|
|
93878
93879
|
const KupEchart = class {
|
|
93879
93880
|
constructor(hostRef) {
|
|
93880
93881
|
registerInstance(this, hostRef);
|
|
@@ -94046,6 +94047,9 @@ _KupEchart_chartContainer = new WeakMap(), _KupEchart_chartEl = new WeakMap(), _
|
|
|
94046
94047
|
case KupEchartTypes.RADAR:
|
|
94047
94048
|
options = __classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_radarChart).call(this);
|
|
94048
94049
|
break;
|
|
94050
|
+
case KupEchartTypes.BUBBLE:
|
|
94051
|
+
options = __classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_bubbleChart).call(this);
|
|
94052
|
+
break;
|
|
94049
94053
|
default:
|
|
94050
94054
|
options = __classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_setOptions).call(this);
|
|
94051
94055
|
break;
|
|
@@ -94180,6 +94184,85 @@ _KupEchart_chartContainer = new WeakMap(), _KupEchart_chartEl = new WeakMap(), _
|
|
|
94180
94184
|
},
|
|
94181
94185
|
],
|
|
94182
94186
|
};
|
|
94187
|
+
}, _KupEchart_bubbleChart = function _KupEchart_bubbleChart() {
|
|
94188
|
+
const y = __classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_createY).call(this), data = [], temp = [], legend = {}, series = [];
|
|
94189
|
+
let year = [];
|
|
94190
|
+
const content = this.data.columns.map(data => data.title);
|
|
94191
|
+
if (content && content.length) {
|
|
94192
|
+
for (let i = 0; i < y[content[0]].length; i++) {
|
|
94193
|
+
const arr = [];
|
|
94194
|
+
for (let j = 0; j < content.length; j++) {
|
|
94195
|
+
arr.push(y[content[j]][i]);
|
|
94196
|
+
// last value always be a year
|
|
94197
|
+
if (j === content.length - 1) {
|
|
94198
|
+
year.push(y[content[j]][i]);
|
|
94199
|
+
}
|
|
94200
|
+
}
|
|
94201
|
+
temp.push(arr);
|
|
94202
|
+
}
|
|
94203
|
+
}
|
|
94204
|
+
year = [...new Set(year)];
|
|
94205
|
+
year.forEach((e, i) => {
|
|
94206
|
+
let k = [];
|
|
94207
|
+
temp.forEach(data => {
|
|
94208
|
+
if (data.includes(e))
|
|
94209
|
+
k.push(data);
|
|
94210
|
+
});
|
|
94211
|
+
data.push(k);
|
|
94212
|
+
legend[e] = i;
|
|
94213
|
+
});
|
|
94214
|
+
data.forEach((el, i) => {
|
|
94215
|
+
series.push({
|
|
94216
|
+
name: year[i],
|
|
94217
|
+
data: el,
|
|
94218
|
+
type: 'scatter',
|
|
94219
|
+
symbolSize: function (data) {
|
|
94220
|
+
return Math.sqrt(data[2]) / 5e2;
|
|
94221
|
+
},
|
|
94222
|
+
emphasis: {
|
|
94223
|
+
focus: 'series',
|
|
94224
|
+
label: {
|
|
94225
|
+
show: true,
|
|
94226
|
+
formatter: function (param) {
|
|
94227
|
+
return param.data[3];
|
|
94228
|
+
},
|
|
94229
|
+
position: 'top'
|
|
94230
|
+
}
|
|
94231
|
+
}
|
|
94232
|
+
});
|
|
94233
|
+
});
|
|
94234
|
+
return {
|
|
94235
|
+
title: __classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_setTitle).call(this),
|
|
94236
|
+
legend: __classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_setLegend).call(this, legend),
|
|
94237
|
+
tooltip: Object.assign(Object.assign({}, __classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_setTooltip).call(this)), { trigger: 'item', formatter: (value) => {
|
|
94238
|
+
const name = value.data;
|
|
94239
|
+
const data = content.map((e, i) => {
|
|
94240
|
+
return `<li> ${e}: ${name[i]} </li>`;
|
|
94241
|
+
});
|
|
94242
|
+
let showContent = '';
|
|
94243
|
+
data.forEach(r => {
|
|
94244
|
+
showContent += r;
|
|
94245
|
+
});
|
|
94246
|
+
return `<ul>${showContent}</ul> `;
|
|
94247
|
+
} }),
|
|
94248
|
+
xAxis: {
|
|
94249
|
+
splitLine: {
|
|
94250
|
+
lineStyle: {
|
|
94251
|
+
type: 'dashed'
|
|
94252
|
+
}
|
|
94253
|
+
}
|
|
94254
|
+
},
|
|
94255
|
+
yAxis: {
|
|
94256
|
+
splitLine: {
|
|
94257
|
+
lineStyle: {
|
|
94258
|
+
type: 'dashed'
|
|
94259
|
+
}
|
|
94260
|
+
},
|
|
94261
|
+
scale: true
|
|
94262
|
+
},
|
|
94263
|
+
color: __classPrivateFieldGet(this, _KupEchart_instances, "m", _KupEchart_setColors).call(this, content.length),
|
|
94264
|
+
series: series
|
|
94265
|
+
};
|
|
94183
94266
|
}, _KupEchart_createX = function _KupEchart_createX(dataset = null) {
|
|
94184
94267
|
const x = [];
|
|
94185
94268
|
if (!dataset)
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, g as getElement } from './index-
|
|
2
|
-
import { F as FButton } from './f-button-
|
|
1
|
+
import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, g as getElement } from './index-bb15ce14.js';
|
|
2
|
+
import { F as FButton } from './f-button-e0e6f65f.js';
|
|
3
3
|
import { F as FButtonStyling } from './f-button-declarations-fd4965d1.js';
|
|
4
|
-
import { F as FImage } from './f-image-
|
|
5
|
-
import { k as kupManagerInstance, g as getProps, s as setProps, m as KupLanguageGeneric, Q as KupPointerEventTypes } from './kup-manager-
|
|
4
|
+
import { F as FImage } from './f-image-b853b0cc.js';
|
|
5
|
+
import { k as kupManagerInstance, g as getProps, s as setProps, m as KupLanguageGeneric, Q as KupPointerEventTypes } from './kup-manager-1e6ea451.js';
|
|
6
6
|
import { c as componentWrapperId } from './GenericVariables-6dfdd433.js';
|
|
7
7
|
|
|
8
8
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, g as getElement } from './index-
|
|
2
|
-
import { k as kupManagerInstance, g as getProps, s as setProps, c as KupDebugCategory } from './kup-manager-
|
|
1
|
+
import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, g as getElement } from './index-bb15ce14.js';
|
|
2
|
+
import { k as kupManagerInstance, g as getProps, s as setProps, c as KupDebugCategory } from './kup-manager-1e6ea451.js';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* Props of the kup-iframe component.
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, g as getElement } from './index-
|
|
2
|
-
import { k as kupManagerInstance, g as getProps, s as setProps, m as KupLanguageGeneric, d as FCellPadding } from './kup-manager-
|
|
1
|
+
import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, g as getElement } from './index-bb15ce14.js';
|
|
2
|
+
import { k as kupManagerInstance, g as getProps, s as setProps, m as KupLanguageGeneric, d as FCellPadding } from './kup-manager-1e6ea451.js';
|
|
3
3
|
import { c as componentWrapperId } from './GenericVariables-6dfdd433.js';
|
|
4
|
-
import { F as FImage } from './f-image-
|
|
5
|
-
import { F as FButton } from './f-button-
|
|
4
|
+
import { F as FImage } from './f-image-b853b0cc.js';
|
|
5
|
+
import { F as FButton } from './f-button-e0e6f65f.js';
|
|
6
6
|
import { F as FButtonStyling } from './f-button-declarations-fd4965d1.js';
|
|
7
|
-
import { F as FCell } from './f-cell-
|
|
7
|
+
import { F as FCell } from './f-cell-359dfe28.js';
|
|
8
8
|
import { M as MDCRipple } from './component-e86c51ea.js';
|
|
9
|
-
import './f-checkbox-
|
|
10
|
-
import './f-text-field-
|
|
11
|
-
import './f-chip-
|
|
9
|
+
import './f-checkbox-91358c27.js';
|
|
10
|
+
import './f-text-field-92bb3a1f.js';
|
|
11
|
+
import './f-chip-0fd043b4.js';
|
|
12
12
|
|
|
13
13
|
/**
|
|
14
14
|
* Props of the kup-image-list component.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, g as getElement } from './index-
|
|
2
|
-
import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-
|
|
1
|
+
import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, g as getElement } from './index-bb15ce14.js';
|
|
2
|
+
import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-1e6ea451.js';
|
|
3
3
|
import { c as componentWrapperId } from './GenericVariables-6dfdd433.js';
|
|
4
4
|
|
|
5
5
|
/**
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { r as registerInstance, f as forceUpdate, h, H as Host, g as getElement } from './index-
|
|
2
|
-
import { k as kupManagerInstance, g as getProps, s as setProps, m as KupLanguageGeneric, c as KupDebugCategory, am as kupDropEvent, R as kupDraggableColumnAttr, an as kupDraggableRowAttr, X as KupDropEventTypes, b as KupThemeColorValues } from './kup-manager-
|
|
1
|
+
import { r as registerInstance, f as forceUpdate, h, H as Host, g as getElement } from './index-bb15ce14.js';
|
|
2
|
+
import { k as kupManagerInstance, g as getProps, s as setProps, m as KupLanguageGeneric, c as KupDebugCategory, am as kupDropEvent, R as kupDraggableColumnAttr, an as kupDraggableRowAttr, X as KupDropEventTypes, b as KupThemeColorValues } from './kup-manager-1e6ea451.js';
|
|
3
3
|
import { F as FButtonStyling } from './f-button-declarations-fd4965d1.js';
|
|
4
|
-
import { F as FImage } from './f-image-
|
|
4
|
+
import { F as FImage } from './f-image-b853b0cc.js';
|
|
5
5
|
import { c as componentWrapperId } from './GenericVariables-6dfdd433.js';
|
|
6
6
|
|
|
7
7
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as getAssetPath, d as setAssetPath } from './index-
|
|
1
|
+
import { a as getAssetPath, d as setAssetPath } from './index-bb15ce14.js';
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* Props of the kup-card component.
|
|
@@ -5865,6 +5865,7 @@ var KupDataTableProps;
|
|
|
5865
5865
|
KupDataTableProps["showCustomization"] = "If set to true, displays the button to open the customization panel.";
|
|
5866
5866
|
KupDataTableProps["selection"] = "Set the type of the rows selection.";
|
|
5867
5867
|
KupDataTableProps["showDeleteButton"] = "Enables the delete row button.";
|
|
5868
|
+
KupDataTableProps["showHistoryButton"] = "Enables the history datatable button.";
|
|
5868
5869
|
KupDataTableProps["showFilters"] = "When set to true enables the column filters.";
|
|
5869
5870
|
KupDataTableProps["showFooter"] = "When set to true shows the footer.";
|
|
5870
5871
|
KupDataTableProps["showGrid"] = "Can be used to customize the grid view of the table.";
|
|
@@ -7705,7 +7706,7 @@ class KupData {
|
|
|
7705
7706
|
}
|
|
7706
7707
|
|
|
7707
7708
|
var dayjs_min = createCommonjsModule(function (module, exports) {
|
|
7708
|
-
!function(t,e){module.exports=e();}(commonjsGlobal,(function(){var t=1e3,e=6e4,n=36e5,r="millisecond",i="second",s="minute",u="hour",a="day",o="week",f="month",h="quarter",c="year",d="date",l="Invalid Date",$=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,y=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,M={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(t){var e=["th","st","nd","rd"],n=t%100;return "["+t+(e[(n-20)%10]||e[n]||e[0])+"]"}},m=function(t,e,n){var r=String(t);return !r||r.length>=e?t:""+Array(e+1-r.length).join(n)+t},v={s:m,z:function(t){var e=-t.utcOffset(),n=Math.abs(e),r=Math.floor(n/60),i=n%60;return (e<=0?"+":"-")+m(r,2,"0")+":"+m(i,2,"0")},m:function t(e,n){if(e.date()<n.date())return -t(n,e);var r=12*(n.year()-e.year())+(n.month()-e.month()),i=e.clone().add(r,f),s=n-i<0,u=e.clone().add(r+(s?-1:1),f);return +(-(r+(n-i)/(s?i-u:u-i))||0)},a:function(t){return t<0?Math.ceil(t)||0:Math.floor(t)},p:function(t){return {M:f,y:c,w:o,d:a,D:d,h:u,m:s,s:i,ms:r,Q:h}[t]||String(t||"").toLowerCase().replace(/s$/,"")},u:function(t){return void 0===t}},g="en",D={};D[g]=M;var p=function(t){return t instanceof _},S=function t(e,n,r){var i;if(!e)return g;if("string"==typeof e){var s=e.toLowerCase();D[s]&&(i=s),n&&(D[s]=n,i=s);var u=e.split("-");if(!i&&u.length>1)return t(u[0])}else {var a=e.name;D[a]=e,i=a;}return !r&&i&&(g=i),i||!r&&g},w=function(t,e){if(p(t))return t.clone();var n="object"==typeof e?e:{};return n.date=t,n.args=arguments,new _(n)},O=v;O.l=S,O.i=p,O.w=function(t,e){return w(t,{locale:e.$L,utc:e.$u,x:e.$x,$offset:e.$offset})};var _=function(){function M(t){this.$L=S(t.locale,null,!0),this.parse(t);}var m=M.prototype;return m.parse=function(t){this.$d=function(t){var e=t.date,n=t.utc;if(null===e)return new Date(NaN);if(O.u(e))return new Date;if(e instanceof Date)return new Date(e);if("string"==typeof e&&!/Z$/i.test(e)){var r=e.match($);if(r){var i=r[2]-1||0,s=(r[7]||"0").substring(0,3);return n?new Date(Date.UTC(r[1],i,r[3]||1,r[4]||0,r[5]||0,r[6]||0,s)):new Date(r[1],i,r[3]||1,r[4]||0,r[5]||0,r[6]||0,s)}}return new Date(e)}(t),this.$x=t.x||{},this.init();},m.init=function(){var t=this.$d;this.$y=t.getFullYear(),this.$M=t.getMonth(),this.$D=t.getDate(),this.$W=t.getDay(),this.$H=t.getHours(),this.$m=t.getMinutes(),this.$s=t.getSeconds(),this.$ms=t.getMilliseconds();},m.$utils=function(){return O},m.isValid=function(){return !(this.$d.toString()===l)},m.isSame=function(t,e){var n=w(t);return this.startOf(e)<=n&&n<=this.endOf(e)},m.isAfter=function(t,e){return w(t)<this.startOf(e)},m.isBefore=function(t,e){return this.endOf(e)<w(t)},m.$g=function(t,e,n){return O.u(t)?this[e]:this.set(n,t)},m.unix=function(){return Math.floor(this.valueOf()/1e3)},m.valueOf=function(){return this.$d.getTime()},m.startOf=function(t,e){var n=this,r=!!O.u(e)||e,h=O.p(t),l=function(t,e){var i=O.w(n.$u?Date.UTC(n.$y,e,t):new Date(n.$y,e,t),n);return r?i:i.endOf(a)},$=function(t,e){return O.w(n.toDate()[t].apply(n.toDate("s"),(r?[0,0,0,0]:[23,59,59,999]).slice(e)),n)},y=this.$W,M=this.$M,m=this.$D,v="set"+(this.$u?"UTC":"");switch(h){case c:return r?l(1,0):l(31,11);case f:return r?l(1,M):l(0,M+1);case o:var g=this.$locale().weekStart||0,D=(y<g?y+7:y)-g;return l(r?m-D:m+(6-D),M);case a:case d:return $(v+"Hours",0);case u:return $(v+"Minutes",1);case s:return $(v+"Seconds",2);case i:return $(v+"Milliseconds",3);default:return this.clone()}},m.endOf=function(t){return this.startOf(t,!1)},m.$set=function(t,e){var n,o=O.p(t),h="set"+(this.$u?"UTC":""),l=(n={},n[a]=h+"Date",n[d]=h+"Date",n[f]=h+"Month",n[c]=h+"FullYear",n[u]=h+"Hours",n[s]=h+"Minutes",n[i]=h+"Seconds",n[r]=h+"Milliseconds",n)[o],$=o===a?this.$D+(e-this.$W):e;if(o===f||o===c){var y=this.clone().set(d,1);y.$d[l]($),y.init(),this.$d=y.set(d,Math.min(this.$D,y.daysInMonth())).$d;}else l&&this.$d[l]($);return this.init(),this},m.set=function(t,e){return this.clone().$set(t,e)},m.get=function(t){return this[O.p(t)]()},m.add=function(r,h){var d,l=this;r=Number(r);var $=O.p(h),y=function(t){var e=w(l);return O.w(e.date(e.date()+Math.round(t*r)),l)};if($===f)return this.set(f,this.$M+r);if($===c)return this.set(c,this.$y+r);if($===a)return y(1);if($===o)return y(7);var M=(d={},d[s]=e,d[u]=n,d[i]=t,d)[$]||1,m=this.$d.getTime()+r*M;return O.w(m,this)},m.subtract=function(t,e){return this.add(-1*t,e)},m.format=function(t){var e=this,n=this.$locale();if(!this.isValid())return n.invalidDate||l;var r=t||"YYYY-MM-DDTHH:mm:ssZ",i=O.z(this),s=this.$H,u=this.$m,a=this.$M,o=n.weekdays,f=n.months,h=function(t,n,i,s){return t&&(t[n]||t(e,r))||i[n].slice(0,s)},c=function(t){return O.s(s%12||12,t,"0")},d=n.meridiem||function(t,e,n){var r=t<12?"AM":"PM";return n?r.toLowerCase():r},$={YY:String(this.$y).slice(-2),YYYY:this.$y,M:a+1,MM:O.s(a+1,2,"0"),MMM:h(n.monthsShort,a,f,3),MMMM:h(f,a),D:this.$D,DD:O.s(this.$D,2,"0"),d:String(this.$W),dd:h(n.weekdaysMin,this.$W,o,2),ddd:h(n.weekdaysShort,this.$W,o,3),dddd:o[this.$W],H:String(s),HH:O.s(s,2,"0"),h:c(1),hh:c(2),a:d(s,u,!0),A:d(s,u,!1),m:String(u),mm:O.s(u,2,"0"),s:String(this.$s),ss:O.s(this.$s,2,"0"),SSS:O.s(this.$ms,3,"0"),Z:i};return r.replace(y,(function(t,e){return e||$[t]||i.replace(":","")}))},m.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},m.diff=function(r,d,l){var $,y=O.p(d),M=w(r),m=(M.utcOffset()-this.utcOffset())*e,v=this-M,g=O.m(this,M);return g=($={},$[c]=g/12,$[f]=g,$[h]=g/3,$[o]=(v-m)/6048e5,$[a]=(v-m)/864e5,$[u]=v/n,$[s]=v/e,$[i]=v/t,$)[y]||v,l?g:O.a(g)},m.daysInMonth=function(){return this.endOf(f).$D},m.$locale=function(){return D[this.$L]},m.locale=function(t,e){if(!t)return this.$L;var n=this.clone(),r=S(t,e,!0);return r&&(n.$L=r),n},m.clone=function(){return O.w(this.$d,this)},m.toDate=function(){return new Date(this.valueOf())},m.toJSON=function(){return this.isValid()?this.toISOString():null},m.toISOString=function(){return this.$d.toISOString()},m.toString=function(){return this.$d.toUTCString()},M}(),T=_.prototype;return w.prototype=T,[["$ms",r],["$s",i],["$m",s],["$H",u],["$W",a],["$M",f],["$y",c],["$D",d]].forEach((function(t){T[t[1]]=function(e){return this.$g(e,t[0],t[1])};})),w.extend=function(t,e){return t.$i||(t(e,_,w),t.$i=!0),w},w.locale=S,w.isDayjs=p,w.unix=function(t){return w(1e3*t)},w.en=D[g],w.Ls=D,w.p={},w}));
|
|
7709
|
+
!function(t,e){module.exports=e();}(commonjsGlobal,(function(){var t=1e3,e=6e4,n=36e5,r="millisecond",i="second",s="minute",u="hour",a="day",o="week",f="month",h="quarter",c="year",d="date",l="Invalid Date",$=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,y=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,M={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(t){var e=["th","st","nd","rd"],n=t%100;return "["+t+(e[(n-20)%10]||e[n]||e[0])+"]"}},m=function(t,e,n){var r=String(t);return !r||r.length>=e?t:""+Array(e+1-r.length).join(n)+t},v={s:m,z:function(t){var e=-t.utcOffset(),n=Math.abs(e),r=Math.floor(n/60),i=n%60;return (e<=0?"+":"-")+m(r,2,"0")+":"+m(i,2,"0")},m:function t(e,n){if(e.date()<n.date())return -t(n,e);var r=12*(n.year()-e.year())+(n.month()-e.month()),i=e.clone().add(r,f),s=n-i<0,u=e.clone().add(r+(s?-1:1),f);return +(-(r+(n-i)/(s?i-u:u-i))||0)},a:function(t){return t<0?Math.ceil(t)||0:Math.floor(t)},p:function(t){return {M:f,y:c,w:o,d:a,D:d,h:u,m:s,s:i,ms:r,Q:h}[t]||String(t||"").toLowerCase().replace(/s$/,"")},u:function(t){return void 0===t}},g="en",D={};D[g]=M;var p=function(t){return t instanceof _},S=function t(e,n,r){var i;if(!e)return g;if("string"==typeof e){var s=e.toLowerCase();D[s]&&(i=s),n&&(D[s]=n,i=s);var u=e.split("-");if(!i&&u.length>1)return t(u[0])}else {var a=e.name;D[a]=e,i=a;}return !r&&i&&(g=i),i||!r&&g},w=function(t,e){if(p(t))return t.clone();var n="object"==typeof e?e:{};return n.date=t,n.args=arguments,new _(n)},O=v;O.l=S,O.i=p,O.w=function(t,e){return w(t,{locale:e.$L,utc:e.$u,x:e.$x,$offset:e.$offset})};var _=function(){function M(t){this.$L=S(t.locale,null,!0),this.parse(t);}var m=M.prototype;return m.parse=function(t){this.$d=function(t){var e=t.date,n=t.utc;if(null===e)return new Date(NaN);if(O.u(e))return new Date;if(e instanceof Date)return new Date(e);if("string"==typeof e&&!/Z$/i.test(e)){var r=e.match($);if(r){var i=r[2]-1||0,s=(r[7]||"0").substring(0,3);return n?new Date(Date.UTC(r[1],i,r[3]||1,r[4]||0,r[5]||0,r[6]||0,s)):new Date(r[1],i,r[3]||1,r[4]||0,r[5]||0,r[6]||0,s)}}return new Date(e)}(t),this.$x=t.x||{},this.init();},m.init=function(){var t=this.$d;this.$y=t.getFullYear(),this.$M=t.getMonth(),this.$D=t.getDate(),this.$W=t.getDay(),this.$H=t.getHours(),this.$m=t.getMinutes(),this.$s=t.getSeconds(),this.$ms=t.getMilliseconds();},m.$utils=function(){return O},m.isValid=function(){return !(this.$d.toString()===l)},m.isSame=function(t,e){var n=w(t);return this.startOf(e)<=n&&n<=this.endOf(e)},m.isAfter=function(t,e){return w(t)<this.startOf(e)},m.isBefore=function(t,e){return this.endOf(e)<w(t)},m.$g=function(t,e,n){return O.u(t)?this[e]:this.set(n,t)},m.unix=function(){return Math.floor(this.valueOf()/1e3)},m.valueOf=function(){return this.$d.getTime()},m.startOf=function(t,e){var n=this,r=!!O.u(e)||e,h=O.p(t),l=function(t,e){var i=O.w(n.$u?Date.UTC(n.$y,e,t):new Date(n.$y,e,t),n);return r?i:i.endOf(a)},$=function(t,e){return O.w(n.toDate()[t].apply(n.toDate("s"),(r?[0,0,0,0]:[23,59,59,999]).slice(e)),n)},y=this.$W,M=this.$M,m=this.$D,v="set"+(this.$u?"UTC":"");switch(h){case c:return r?l(1,0):l(31,11);case f:return r?l(1,M):l(0,M+1);case o:var g=this.$locale().weekStart||0,D=(y<g?y+7:y)-g;return l(r?m-D:m+(6-D),M);case a:case d:return $(v+"Hours",0);case u:return $(v+"Minutes",1);case s:return $(v+"Seconds",2);case i:return $(v+"Milliseconds",3);default:return this.clone()}},m.endOf=function(t){return this.startOf(t,!1)},m.$set=function(t,e){var n,o=O.p(t),h="set"+(this.$u?"UTC":""),l=(n={},n[a]=h+"Date",n[d]=h+"Date",n[f]=h+"Month",n[c]=h+"FullYear",n[u]=h+"Hours",n[s]=h+"Minutes",n[i]=h+"Seconds",n[r]=h+"Milliseconds",n)[o],$=o===a?this.$D+(e-this.$W):e;if(o===f||o===c){var y=this.clone().set(d,1);y.$d[l]($),y.init(),this.$d=y.set(d,Math.min(this.$D,y.daysInMonth())).$d;}else l&&this.$d[l]($);return this.init(),this},m.set=function(t,e){return this.clone().$set(t,e)},m.get=function(t){return this[O.p(t)]()},m.add=function(r,h){var d,l=this;r=Number(r);var $=O.p(h),y=function(t){var e=w(l);return O.w(e.date(e.date()+Math.round(t*r)),l)};if($===f)return this.set(f,this.$M+r);if($===c)return this.set(c,this.$y+r);if($===a)return y(1);if($===o)return y(7);var M=(d={},d[s]=e,d[u]=n,d[i]=t,d)[$]||1,m=this.$d.getTime()+r*M;return O.w(m,this)},m.subtract=function(t,e){return this.add(-1*t,e)},m.format=function(t){var e=this,n=this.$locale();if(!this.isValid())return n.invalidDate||l;var r=t||"YYYY-MM-DDTHH:mm:ssZ",i=O.z(this),s=this.$H,u=this.$m,a=this.$M,o=n.weekdays,f=n.months,h=function(t,n,i,s){return t&&(t[n]||t(e,r))||i[n].slice(0,s)},c=function(t){return O.s(s%12||12,t,"0")},d=n.meridiem||function(t,e,n){var r=t<12?"AM":"PM";return n?r.toLowerCase():r},$={YY:String(this.$y).slice(-2),YYYY:O.s(this.$y,4,"0"),M:a+1,MM:O.s(a+1,2,"0"),MMM:h(n.monthsShort,a,f,3),MMMM:h(f,a),D:this.$D,DD:O.s(this.$D,2,"0"),d:String(this.$W),dd:h(n.weekdaysMin,this.$W,o,2),ddd:h(n.weekdaysShort,this.$W,o,3),dddd:o[this.$W],H:String(s),HH:O.s(s,2,"0"),h:c(1),hh:c(2),a:d(s,u,!0),A:d(s,u,!1),m:String(u),mm:O.s(u,2,"0"),s:String(this.$s),ss:O.s(this.$s,2,"0"),SSS:O.s(this.$ms,3,"0"),Z:i};return r.replace(y,(function(t,e){return e||$[t]||i.replace(":","")}))},m.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},m.diff=function(r,d,l){var $,y=O.p(d),M=w(r),m=(M.utcOffset()-this.utcOffset())*e,v=this-M,g=O.m(this,M);return g=($={},$[c]=g/12,$[f]=g,$[h]=g/3,$[o]=(v-m)/6048e5,$[a]=(v-m)/864e5,$[u]=v/n,$[s]=v/e,$[i]=v/t,$)[y]||v,l?g:O.a(g)},m.daysInMonth=function(){return this.endOf(f).$D},m.$locale=function(){return D[this.$L]},m.locale=function(t,e){if(!t)return this.$L;var n=this.clone(),r=S(t,e,!0);return r&&(n.$L=r),n},m.clone=function(){return O.w(this.$d,this)},m.toDate=function(){return new Date(this.valueOf())},m.toJSON=function(){return this.isValid()?this.toISOString():null},m.toISOString=function(){return this.$d.toISOString()},m.toString=function(){return this.$d.toUTCString()},M}(),T=_.prototype;return w.prototype=T,[["$ms",r],["$s",i],["$m",s],["$H",u],["$W",a],["$M",f],["$y",c],["$D",d]].forEach((function(t){T[t[1]]=function(e){return this.$g(e,t[0],t[1])};})),w.extend=function(t,e){return t.$i||(t(e,_,w),t.$i=!0),w},w.locale=S,w.isDayjs=p,w.unix=function(t){return w(1e3*t)},w.en=D[g],w.Ls=D,w.p={},w}));
|
|
7709
7710
|
});
|
|
7710
7711
|
|
|
7711
7712
|
var customParseFormat = createCommonjsModule(function (module, exports) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, g as getElement } from './index-
|
|
2
|
-
import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-
|
|
1
|
+
import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, g as getElement } from './index-bb15ce14.js';
|
|
2
|
+
import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-1e6ea451.js';
|
|
3
3
|
import { c as componentWrapperId } from './GenericVariables-6dfdd433.js';
|
|
4
4
|
|
|
5
5
|
const navbarClass = 'nav-bar';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, g as getElement } from './index-
|
|
2
|
-
import { k as kupManagerInstance, a as KupDynamicPositionPlacement, t as KupCardFamily } from './kup-manager-
|
|
1
|
+
import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, g as getElement } from './index-bb15ce14.js';
|
|
2
|
+
import { k as kupManagerInstance, a as KupDynamicPositionPlacement, t as KupCardFamily } from './kup-manager-1e6ea451.js';
|
|
3
3
|
import { c as componentWrapperId } from './GenericVariables-6dfdd433.js';
|
|
4
|
-
import { F as FTextField } from './f-text-field-
|
|
4
|
+
import { F as FTextField } from './f-text-field-92bb3a1f.js';
|
|
5
5
|
import { F as FTextFieldMDC } from './f-text-field-mdc-a1b4a919.js';
|
|
6
6
|
import './component-e86c51ea.js';
|
|
7
7
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, g as getElement } from './index-
|
|
2
|
-
import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-
|
|
1
|
+
import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, g as getElement } from './index-bb15ce14.js';
|
|
2
|
+
import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-1e6ea451.js';
|
|
3
3
|
import { c as componentWrapperId } from './GenericVariables-6dfdd433.js';
|
|
4
4
|
|
|
5
5
|
/**
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, g as getElement, a as getAssetPath } from './index-
|
|
2
|
-
import { ao as createCommonjsModule, ap as commonjsGlobal, k as kupManagerInstance, h as KupDatesFormats, af as getCellValueForDisplay, g as getProps, s as setProps, K as KupThemeIconValues, I as KupLanguageSearch } from './kup-manager-
|
|
1
|
+
import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, g as getElement, a as getAssetPath } from './index-bb15ce14.js';
|
|
2
|
+
import { ao as createCommonjsModule, ap as commonjsGlobal, k as kupManagerInstance, h as KupDatesFormats, af as getCellValueForDisplay, g as getProps, s as setProps, K as KupThemeIconValues, I as KupLanguageSearch } from './kup-manager-1e6ea451.js';
|
|
3
3
|
import { c as componentWrapperId } from './GenericVariables-6dfdd433.js';
|
|
4
|
-
import { F as FTextField } from './f-text-field-
|
|
4
|
+
import { F as FTextField } from './f-text-field-92bb3a1f.js';
|
|
5
5
|
import { F as FTextFieldMDC } from './f-text-field-mdc-a1b4a919.js';
|
|
6
6
|
import './component-e86c51ea.js';
|
|
7
7
|
|
|
@@ -10977,7 +10977,7 @@ var TaskGantt = function TaskGantt(_ref) {
|
|
|
10977
10977
|
if (verticalGanttContainerRef.current) {
|
|
10978
10978
|
verticalGanttContainerRef.current.scrollLeft = scrollX;
|
|
10979
10979
|
}
|
|
10980
|
-
}, [
|
|
10980
|
+
}, [verticalGanttContainerRef, scrollX]);
|
|
10981
10981
|
return react.createElement("div", {
|
|
10982
10982
|
className: styles$7.ganttContainer,
|
|
10983
10983
|
ref: taskGanttRef
|
|
@@ -11017,21 +11017,20 @@ var HorizontalScroll = function HorizontalScroll(_ref) {
|
|
|
11017
11017
|
taskGanttRef = _ref.taskGanttRef,
|
|
11018
11018
|
rtl = _ref.rtl,
|
|
11019
11019
|
onScroll = _ref.onScroll;
|
|
11020
|
-
var scrollRef = react.
|
|
11020
|
+
var scrollRef = react.createRef();
|
|
11021
11021
|
react.useEffect(function () {
|
|
11022
|
+
var id;
|
|
11022
11023
|
if (scrollRef.current) {
|
|
11023
11024
|
var wrap = scrollRef.current;
|
|
11024
11025
|
var setScrollLeft = function setScrollLeft() {
|
|
11025
11026
|
wrap.scrollLeft = scroll;
|
|
11026
11027
|
};
|
|
11027
|
-
setTimeout(setScrollLeft,
|
|
11028
|
+
id = setTimeout(setScrollLeft, 50);
|
|
11028
11029
|
}
|
|
11029
|
-
|
|
11030
|
-
|
|
11031
|
-
|
|
11032
|
-
|
|
11033
|
-
}
|
|
11034
|
-
}, [scroll]);
|
|
11030
|
+
return function () {
|
|
11031
|
+
clearTimeout(id);
|
|
11032
|
+
};
|
|
11033
|
+
}, [scroll, scrollRef]);
|
|
11035
11034
|
var rect = (_taskGanttRef$current = taskGanttRef.current) === null || _taskGanttRef$current === void 0 ? void 0 : _taskGanttRef$current.getBoundingClientRect();
|
|
11036
11035
|
return react.createElement("div", {
|
|
11037
11036
|
dir: "ltr",
|
|
@@ -11261,9 +11260,9 @@ var Gantt = function Gantt(_ref) {
|
|
|
11261
11260
|
});
|
|
11262
11261
|
}
|
|
11263
11262
|
setBarTasks(convertToBarTasks(filteredTasks, newDates, columnWidth, rowHeight, taskHeight, projectHeight, timelineHeight, barCornerRadius, handleWidth, rtl, barProgressColor, barProgressSelectedColor, barBackgroundColor, barBackgroundSelectedColor, projectProgressColor, projectProgressSelectedColor, projectBackgroundColor, projectBackgroundSelectedColor, showSecondaryDates));
|
|
11264
|
-
}, [tasks, viewMode, preStepsCount, rowHeight, barCornerRadius, columnWidth, taskHeight, handleWidth, barProgressColor, barProgressSelectedColor, barBackgroundColor, barBackgroundSelectedColor, projectProgressColor, projectProgressSelectedColor, projectBackgroundColor, projectBackgroundSelectedColor, rtl, scrollX, onExpanderClick, showSecondaryDates, projectHeight, timelineHeight, displayedStartDate, displayedEndDate]);
|
|
11263
|
+
}, [tasks, viewMode, preStepsCount, rowHeight, barCornerRadius, columnWidth, taskHeight, handleWidth, barProgressColor, barProgressSelectedColor, barBackgroundColor, barBackgroundSelectedColor, projectProgressColor, projectProgressSelectedColor, projectBackgroundColor, projectBackgroundSelectedColor, rtl, scrollX, onExpanderClick, showSecondaryDates, projectHeight, timelineHeight, displayedStartDate, displayedEndDate, dateSetup]);
|
|
11265
11264
|
react.useEffect(function () {
|
|
11266
|
-
if (viewMode === dateSetup.viewMode && viewDate) {
|
|
11265
|
+
if (viewMode === dateSetup.viewMode && viewDate && initialScrollX < 1) {
|
|
11267
11266
|
var dates = dateSetup.dates;
|
|
11268
11267
|
var index = dates.findIndex(function (d, i) {
|
|
11269
11268
|
return viewDate.valueOf() >= d.valueOf() && i + 1 !== dates.length && viewDate.valueOf() < dates[i + 1].valueOf();
|
|
@@ -11274,7 +11273,7 @@ var Gantt = function Gantt(_ref) {
|
|
|
11274
11273
|
setIgnoreScrollEvent(true);
|
|
11275
11274
|
setScrollX(columnWidth * index);
|
|
11276
11275
|
}
|
|
11277
|
-
}, [viewDate, columnWidth, dateSetup.dates, dateSetup.viewMode, viewMode]);
|
|
11276
|
+
}, [viewDate, columnWidth, dateSetup.dates, dateSetup.viewMode, viewMode, initialScrollX]);
|
|
11278
11277
|
react.useEffect(function () {
|
|
11279
11278
|
var changedTask = ganttEvent.changedTask,
|
|
11280
11279
|
action = ganttEvent.action;
|
|
@@ -11357,6 +11356,12 @@ var Gantt = function Gantt(_ref) {
|
|
|
11357
11356
|
newScrollX = svgWidth;
|
|
11358
11357
|
}
|
|
11359
11358
|
setScrollX(newScrollX);
|
|
11359
|
+
window.dispatchEvent(new CustomEvent("gantt-sync-scroll-event", {
|
|
11360
|
+
detail: {
|
|
11361
|
+
componentId: id,
|
|
11362
|
+
scrollX: newScrollX
|
|
11363
|
+
}
|
|
11364
|
+
}));
|
|
11360
11365
|
event.preventDefault();
|
|
11361
11366
|
} else if (ganttHeight) {
|
|
11362
11367
|
var newScrollY = scrollY + event.deltaY;
|
|
@@ -12145,19 +12150,22 @@ var Planner = function Planner(props) {
|
|
|
12145
12150
|
var setCurrentDetails = function setCurrentDetails(details) {
|
|
12146
12151
|
currentDetails.current = details;
|
|
12147
12152
|
};
|
|
12148
|
-
var _useState2 = react.useState(
|
|
12149
|
-
|
|
12150
|
-
|
|
12153
|
+
var _useState2 = react.useState(props.mainGantt.initialScrollX ? props.mainGantt.initialScrollX : -1),
|
|
12154
|
+
scrollX = _useState2[0],
|
|
12155
|
+
setScrollX = _useState2[1];
|
|
12156
|
+
var _useState3 = react.useState((_props$mainGantt$show = props.mainGantt.showSecondaryDates) != null ? _props$mainGantt$show : false),
|
|
12157
|
+
mainGanttDoubleView = _useState3[0],
|
|
12158
|
+
setMainGanttDoubleView = _useState3[1];
|
|
12151
12159
|
var displayedDates = react.useRef(calculateDisplayedDateRange(currentTasks.current, timeUnit, mainGanttDoubleView, currentDetails.current, props.preStepsCount));
|
|
12152
12160
|
var setDisplayedDates = function setDisplayedDates(dates) {
|
|
12153
12161
|
displayedDates.current = dates;
|
|
12154
12162
|
};
|
|
12155
|
-
var _useState3 = react.useState(),
|
|
12156
|
-
viewDate = _useState3[0],
|
|
12157
|
-
setViewDate = _useState3[1];
|
|
12158
12163
|
var _useState4 = react.useState(),
|
|
12159
|
-
|
|
12160
|
-
|
|
12164
|
+
viewDate = _useState4[0],
|
|
12165
|
+
setViewDate = _useState4[1];
|
|
12166
|
+
var _useState5 = react.useState(),
|
|
12167
|
+
projection = _useState5[0],
|
|
12168
|
+
setProjection = _useState5[1];
|
|
12161
12169
|
var locale = "it-IT";
|
|
12162
12170
|
var handleClick = function handleClick(row, onClick) {
|
|
12163
12171
|
if (!row) {
|
|
@@ -12297,6 +12305,7 @@ var Planner = function Planner(props) {
|
|
|
12297
12305
|
(_props$onSetViewMode = props.onSetViewMode) === null || _props$onSetViewMode === void 0 ? void 0 : _props$onSetViewMode.call(props, timeUnit);
|
|
12298
12306
|
setTimeUnit(timeUnit);
|
|
12299
12307
|
setViewDate(undefined);
|
|
12308
|
+
setScrollX(-1);
|
|
12300
12309
|
}
|
|
12301
12310
|
}), react.createElement("div", {
|
|
12302
12311
|
style: {
|
|
@@ -12360,7 +12369,7 @@ var Planner = function Planner(props) {
|
|
|
12360
12369
|
},
|
|
12361
12370
|
locale: locale,
|
|
12362
12371
|
dateTimeFormatters: ganttDateTimeFormatters,
|
|
12363
|
-
initialScrollX:
|
|
12372
|
+
initialScrollX: scrollX,
|
|
12364
12373
|
initialScrollY: props.mainGantt.initialScrollY,
|
|
12365
12374
|
readOnly: props.mainGantt.readOnly,
|
|
12366
12375
|
onScrollX: props.onScrollX,
|
|
@@ -12415,7 +12424,7 @@ var Planner = function Planner(props) {
|
|
|
12415
12424
|
},
|
|
12416
12425
|
locale: locale,
|
|
12417
12426
|
dateTimeFormatters: ganttDateTimeFormatters,
|
|
12418
|
-
initialScrollX:
|
|
12427
|
+
initialScrollX: scrollX,
|
|
12419
12428
|
initialScrollY: props.secondaryGantt.initialScrollY,
|
|
12420
12429
|
readOnly: props.secondaryGantt.readOnly,
|
|
12421
12430
|
onScrollY: props.secondaryGantt.onScrollY
|
|
@@ -12491,7 +12500,7 @@ class KupPlannerState {
|
|
|
12491
12500
|
}
|
|
12492
12501
|
}
|
|
12493
12502
|
|
|
12494
|
-
const kupPlannerCss = "._3_ygE{display:table;border-bottom:#e6e4e4 1px solid;border-top:#e6e4e4 1px solid;border-left:#e6e4e4 1px solid}._1nBOt{display:table-row;list-style:none}._2eZzQ{border-right:1px solid rgb(196, 196, 196);opacity:1;margin-left:-2px}._WuQ0f{display:table-cell;vertical-align:-webkit-baseline-middle;vertical-align:middle}._3ZbQT{display:table;border-bottom:#e6e4e4 1px solid;border-left:#e6e4e4 1px solid}._34SS0{display:table-row;text-overflow:ellipsis}._34SS0:nth-of-type(even){}._3lLk3{display:table-cell;vertical-align:middle;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._nI1Xw{display:flex}._2QjE6{color:rgb(86 86 86);font-size:0.6rem;padding:0.15rem 0.2rem 0 0.2rem;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer}._2TfEi{font-size:0.6rem;padding-left:1rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}._3T42e{background:#fff;padding:12px;box-shadow:0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23)}._29NTg{font-size:12px;margin-bottom:6px;color:#666}._25P-K{position:absolute;display:flex;flex-shrink:0;pointer-events:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}._3gVAq{visibility:hidden;position:absolute;display:flex;pointer-events:none}._1eT-t{overflow:hidden auto;width:1rem;flex-shrink:0;scrollbar-width:thin}._1eT-t::-webkit-scrollbar{width:1.1rem;height:1.1rem}._1eT-t::-webkit-scrollbar-corner{background:transparent}._1eT-t::-webkit-scrollbar-thumb{border:6px solid transparent;background:rgba(0, 0, 0, 0.2);background:var(--palette-black-alpha-20, rgba(0, 0, 0, 0.2));border-radius:10px;background-clip:padding-box}._1eT-t::-webkit-scrollbar-thumb:hover{border:4px solid transparent;background:rgba(0, 0, 0, 0.3);background:var(--palette-black-alpha-30, rgba(0, 0, 0, 0.3));background-clip:padding-box}._EvhC1{border-radius:8px;background:#efefef;margin:12px;padding:12px}._2dZTy{fill:#fff}._2dZTy:nth-child(even){}._3rUKi{stroke:transparent}._RuwuK{stroke:#e6e4e4}._9w8d5{text-anchor:middle;fill:#333;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}._1rLuZ{stroke:#e6e4e4}._2q1Kt{text-anchor:middle;fill:#555;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}._35nLX{fill:#ffffff;stroke:#e0e0e0;stroke-width:1.4}._KxSXS{cursor:pointer;outline:none}._KxSXS:hover ._3w_5u{visibility:visible;opacity:1}._3w_5u{fill:#ddd;cursor:ew-resize;opacity:0;visibility:hidden}._31ERP{-webkit-user-select:none;-moz-user-select:none;user-select:none;stroke-width:0}._3zRJQ{fill:#fff;text-anchor:middle;font-weight:lighter;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}._3KcaM{fill:#555;text-anchor:start;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}._11iN9{background:#efefef;border-radius:8px;margin:12px;overflow:hidden;padding:12px}._CZjuD{overflow:hidden;font-size:0;margin:0;padding:0}._2B2zv{margin:0;padding:0;overflow:hidden}._3eULf{display:flex;padding:0;margin:0;list-style:none;outline:none;position:relative}._2k9Ys{overflow:auto;max-width:100%;scrollbar-width:thin;height:1.2rem}._2k9Ys::-webkit-scrollbar{width:1.1rem;height:1.1rem}._2k9Ys::-webkit-scrollbar-corner{background:transparent}._2k9Ys::-webkit-scrollbar-thumb{border:6px solid transparent;background:rgba(0, 0, 0, 0.2);background:var(--palette-black-alpha-20, rgba(0, 0, 0, 0.2));border-radius:10px;background-clip:padding-box}._2k9Ys::-webkit-scrollbar-thumb:hover{border:4px solid transparent;background:rgba(0, 0, 0, 0.3);background:var(--palette-black-alpha-30, rgba(0, 0, 0, 0.3));background-clip:padding-box}._19jgW{height:1px}._37E9D{display:flex;justify-content:space-around;max-width:330px;place-items:\"center\";text-align:center;align-items:center}._WrYI6{font-weight:bold;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._c53zr{max-width:-moz-max-content;max-width:max-content;padding:0 4px;text-align:right}._2eBO5{position:relative;display:inline-block;width:30px;height:17px}._hiyro{opacity:0;width:0;height:0}._hiyro:checked+._2HI58{background-color:#003b77}._hiyro:checked+._2HI58:before{transform:translateX(13px)}._hiyro:focus+._2HI58{box-shadow:0 0 1px #003b77}._2HI58{-webkit-transition:0.4s;cursor:pointer;background-color:#ccc;bottom:0;border-radius:17px;left:0;position:absolute;right:0;top:0;transition:0.4s}._2HI58:before{-webkit-transition:0.1s;background-color:white;border-radius:50%;bottom:2px;content:\"\";height:13px;left:2px;position:absolute;transition:0.1s;width:13px}._2gSdA{font-size:12px;padding:6px}._2cfRI{font-size:12px}._lEI6r{padding:0 10px;margin-right:10px}._RU6Aa{background:var(--kup-background-color, #ffffff);border:1px solid var(--kup-border-color, #acacac);border-radius:4px;box-sizing:border-box;color:var(--kup-text-color, #595959);cursor:pointer;display:grid;font-weight:400;grid-template-columns:var(--grid-project-columns, 1fr 1fr 1fr);place-items:center}._RU6Aa>*{font-size:14px;line-height:24px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}._RU6Aa ._30j6y{font-weight:700;width:100%;
|
|
12503
|
+
const kupPlannerCss = "._3_ygE{display:table;border-bottom:#e6e4e4 1px solid;border-top:#e6e4e4 1px solid;border-left:#e6e4e4 1px solid}._1nBOt{display:table-row;list-style:none}._2eZzQ{border-right:1px solid rgb(196, 196, 196);opacity:1;margin-left:-2px}._WuQ0f{display:table-cell;vertical-align:-webkit-baseline-middle;vertical-align:middle}._3ZbQT{display:table;border-bottom:#e6e4e4 1px solid;border-left:#e6e4e4 1px solid}._34SS0{display:table-row;text-overflow:ellipsis}._34SS0:nth-of-type(even){}._3lLk3{display:table-cell;vertical-align:middle;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._nI1Xw{display:flex}._2QjE6{color:rgb(86 86 86);font-size:0.6rem;padding:0.15rem 0.2rem 0 0.2rem;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer}._2TfEi{font-size:0.6rem;padding-left:1rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}._3T42e{background:#fff;padding:12px;box-shadow:0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23)}._29NTg{font-size:12px;margin-bottom:6px;color:#666}._25P-K{position:absolute;display:flex;flex-shrink:0;pointer-events:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}._3gVAq{visibility:hidden;position:absolute;display:flex;pointer-events:none}._1eT-t{overflow:hidden auto;width:1rem;flex-shrink:0;scrollbar-width:thin}._1eT-t::-webkit-scrollbar{width:1.1rem;height:1.1rem}._1eT-t::-webkit-scrollbar-corner{background:transparent}._1eT-t::-webkit-scrollbar-thumb{border:6px solid transparent;background:rgba(0, 0, 0, 0.2);background:var(--palette-black-alpha-20, rgba(0, 0, 0, 0.2));border-radius:10px;background-clip:padding-box}._1eT-t::-webkit-scrollbar-thumb:hover{border:4px solid transparent;background:rgba(0, 0, 0, 0.3);background:var(--palette-black-alpha-30, rgba(0, 0, 0, 0.3));background-clip:padding-box}._EvhC1{border-radius:8px;background:#efefef;margin:12px;padding:12px}._2dZTy{fill:#fff}._2dZTy:nth-child(even){}._3rUKi{stroke:transparent}._RuwuK{stroke:#e6e4e4}._9w8d5{text-anchor:middle;fill:#333;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}._1rLuZ{stroke:#e6e4e4}._2q1Kt{text-anchor:middle;fill:#555;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}._35nLX{fill:#ffffff;stroke:#e0e0e0;stroke-width:1.4}._KxSXS{cursor:pointer;outline:none}._KxSXS:hover ._3w_5u{visibility:visible;opacity:1}._3w_5u{fill:#ddd;cursor:ew-resize;opacity:0;visibility:hidden}._31ERP{-webkit-user-select:none;-moz-user-select:none;user-select:none;stroke-width:0}._3zRJQ{fill:#fff;text-anchor:middle;font-weight:lighter;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}._3KcaM{fill:#555;text-anchor:start;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}._11iN9{background:#efefef;border-radius:8px;margin:12px;overflow:hidden;padding:12px}._CZjuD{overflow:hidden;font-size:0;margin:0;padding:0}._2B2zv{margin:0;padding:0;overflow:hidden}._3eULf{display:flex;padding:0;margin:0;list-style:none;outline:none;position:relative}._2k9Ys{overflow:auto;max-width:100%;scrollbar-width:thin;height:1.2rem}._2k9Ys::-webkit-scrollbar{width:1.1rem;height:1.1rem}._2k9Ys::-webkit-scrollbar-corner{background:transparent}._2k9Ys::-webkit-scrollbar-thumb{border:6px solid transparent;background:rgba(0, 0, 0, 0.2);background:var(--palette-black-alpha-20, rgba(0, 0, 0, 0.2));border-radius:10px;background-clip:padding-box}._2k9Ys::-webkit-scrollbar-thumb:hover{border:4px solid transparent;background:rgba(0, 0, 0, 0.3);background:var(--palette-black-alpha-30, rgba(0, 0, 0, 0.3));background-clip:padding-box}._19jgW{height:1px}._37E9D{display:flex;justify-content:space-around;max-width:330px;place-items:\"center\";text-align:center;align-items:center}._WrYI6{font-weight:bold;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._c53zr{max-width:-moz-max-content;max-width:max-content;padding:0 4px;text-align:right}._2eBO5{position:relative;display:inline-block;width:30px;height:17px}._hiyro{opacity:0;width:0;height:0}._hiyro:checked+._2HI58{background-color:#003b77}._hiyro:checked+._2HI58:before{transform:translateX(13px)}._hiyro:focus+._2HI58{box-shadow:0 0 1px #003b77}._2HI58{-webkit-transition:0.4s;cursor:pointer;background-color:#ccc;bottom:0;border-radius:17px;left:0;position:absolute;right:0;top:0;transition:0.4s}._2HI58:before{-webkit-transition:0.1s;background-color:white;border-radius:50%;bottom:2px;content:\"\";height:13px;left:2px;position:absolute;transition:0.1s;width:13px}._2gSdA{font-size:12px;padding:6px}._2cfRI{font-size:12px}._lEI6r{padding:0 10px;margin-right:10px}._RU6Aa{background:var(--kup-background-color, #ffffff);border:1px solid var(--kup-border-color, #acacac);border-radius:4px;box-sizing:border-box;color:var(--kup-text-color, #595959);cursor:pointer;display:grid;font-weight:400;grid-template-columns:var(--grid-project-columns, 1fr 1fr 1fr);place-items:center}._RU6Aa>*{font-size:14px;line-height:24px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}._RU6Aa ._30j6y{font-weight:700;width:100%;padding-left:4px}._T0HQN{cursor:pointer;display:grid;border-width:1px;border-style:solid;border-color:#acacac;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-sizing:border-box;grid-template-columns:var(--grid-fasi-columns, 1fr 1fr 1fr);place-items:center;background:#ffffff;color:#595959;font-weight:400}._T0HQN>*{font-size:12px;line-height:14px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:100%}._T0HQN:has(+._T0HQN),._RU6Aa:has(+._T0HQN){border-bottom-left-radius:0;border-bottom-right-radius:0}._yp2DW{cursor:pointer;display:grid;border-width:1px;border-style:solid;border-color:#cbcbcb;border-radius:4px;grid-template-columns:var(--grid-fasi-columns, 1fr 1fr 1fr);place-items:center;background:#fff;color:#595959;font-weight:400;box-sizing:border-box}._yp2DW>*{font-size:14px;line-height:24px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}._yp2DW ._30j6y{font-weight:700;width:100%;padding-left:4px}._3P0WE{display:grid;grid-auto-flow:column;grid-gap:8px;margin-left:12px;width:-moz-max-content;width:max-content}._1oXbe{background:transparent;border-color:var(--kup-primary-color, #003b77);border-radius:4px;border-width:1px;box-shadow:0 3px 1px -2px rgba(var(--kup-text-color-rgb, 51 51 51), 0.2), 0 2px 2px 0 rgba(var(--kup-text-color-rgb, 51 51 51), 0.14), 0 1px 5px 0 rgba(var(--kup-text-color-rgb, 51 51 51), 0.12);box-sizing:border-box;color:var(--kup-primary-color, #003b77);cursor:pointer;font-size:11px;height:32px;min-width:64px}._1R9mh{font-family:var(--kup-font-family, inherit);font-size:11px;letter-spacing:0.0892857143em;text-decoration:none;text-transform:uppercase;padding:0 6px}:host{display:block}.filter{margin:12px 10px 12px 0;padding:0 10px}";
|
|
12495
12504
|
|
|
12496
12505
|
var __classPrivateFieldGet = (undefined && undefined.__classPrivateFieldGet) || function (receiver, state, kind, f) {
|
|
12497
12506
|
if (kind === "a" && !f)
|
|
@@ -12703,6 +12712,16 @@ const KupPlanner = class {
|
|
|
12703
12712
|
return phase;
|
|
12704
12713
|
});
|
|
12705
12714
|
}
|
|
12715
|
+
this.plannerProps.mainGantt.initialScrollX =
|
|
12716
|
+
__classPrivateFieldGet(this, _KupPlanner_storedSettings, "f").taskInitialScrollX;
|
|
12717
|
+
this.plannerProps.mainGantt.initialScrollY =
|
|
12718
|
+
__classPrivateFieldGet(this, _KupPlanner_storedSettings, "f").taskInitialScrollY;
|
|
12719
|
+
if (this.plannerProps.secondaryGantt) {
|
|
12720
|
+
this.plannerProps.secondaryGantt.initialScrollX =
|
|
12721
|
+
__classPrivateFieldGet(this, _KupPlanner_storedSettings, "f").detailInitialScrollX;
|
|
12722
|
+
this.plannerProps.secondaryGantt.initialScrollX =
|
|
12723
|
+
__classPrivateFieldGet(this, _KupPlanner_storedSettings, "f").detailInitialScrollY;
|
|
12724
|
+
}
|
|
12706
12725
|
this.plannerProps = Object.assign({}, this.plannerProps);
|
|
12707
12726
|
}
|
|
12708
12727
|
//---- Lifecycle hooks ----
|
|
@@ -12734,7 +12753,7 @@ const KupPlanner = class {
|
|
|
12734
12753
|
let scrollXTimeout;
|
|
12735
12754
|
let taskScrollYTimeout;
|
|
12736
12755
|
let detailScrollYTimeout;
|
|
12737
|
-
const scrollDelay =
|
|
12756
|
+
const scrollDelay = 500;
|
|
12738
12757
|
this.plannerProps = {
|
|
12739
12758
|
mainGantt: {
|
|
12740
12759
|
title: this.titleMess,
|
|
@@ -12907,11 +12926,8 @@ const KupPlanner = class {
|
|
|
12907
12926
|
this.persistState();
|
|
12908
12927
|
}
|
|
12909
12928
|
handleOnSetViewMode(value) {
|
|
12910
|
-
var _a;
|
|
12911
12929
|
__classPrivateFieldGet(this, _KupPlanner_storedSettings, "f").viewMode = value;
|
|
12912
|
-
|
|
12913
|
-
this.plannerProps.mainGantt.viewMode = value;
|
|
12914
|
-
}
|
|
12930
|
+
this.plannerProps.viewMode = value;
|
|
12915
12931
|
this.persistState();
|
|
12916
12932
|
}
|
|
12917
12933
|
handleOnScrollX(x) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { r as registerInstance, f as forceUpdate, h, H as Host, g as getElement } from './index-
|
|
2
|
-
import { k as kupManagerInstance } from './kup-manager-
|
|
1
|
+
import { r as registerInstance, f as forceUpdate, h, H as Host, g as getElement } from './index-bb15ce14.js';
|
|
2
|
+
import { k as kupManagerInstance } from './kup-manager-1e6ea451.js';
|
|
3
3
|
import { c as componentWrapperId } from './GenericVariables-6dfdd433.js';
|
|
4
4
|
|
|
5
5
|
const KupProbe = class {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { r as registerInstance, h, g as getElement } from './index-
|
|
2
|
-
import { k as kupManagerInstance } from './kup-manager-
|
|
1
|
+
import { r as registerInstance, h, g as getElement } from './index-bb15ce14.js';
|
|
2
|
+
import { k as kupManagerInstance } from './kup-manager-1e6ea451.js';
|
|
3
3
|
|
|
4
4
|
const kupQlikCss = ".kup-qlik-container-fluid{width:100%}.kup-qlik-container{width:100%}@media (min-width: 576px){.kup-qlik-container{width:576px}.kup-qlik-row>.qvobject{flex:0 0 auto;min-width:100px;margin:0px auto 5px auto}}@media (min-width: 768px){.kup-qlik-container{width:768px}.kup-qlik-row>.qvobject{flex:0 0 auto;min-width:100px;margin:0px auto 5px auto}}@media (min-width: 992px){.kup-qlik-container{width:992px}.kup-qlik-row>.qvobject{flex:0 0 auto;min-width:100px;margin:0px auto 5px auto}}@media (min-width: 1200px){.kup-qlik-container{width:1200px}.kup-qlik-row>.qvobject{flex:0 0 auto;min-width:100px;margin:0px auto 5px auto}}.kup-qlik-row{display:flex;display:ms-flexbox;flex-wrap:wrap;-ms-flex-wrap:wrap;margin-bottom:5px}.kup-qlik-row .size-M{height:var(--lyo_obj-height)}.kup-qlik-row .size-S{height:calc(var(--lyo_obj-height) / 2)}.kup-qlik-row .size-XS{height:calc(var(--lyo_obj-height) / 3)}.kup-qlik-row .size-L{height:calc(var(--lyo_obj-height) * 2)}.kup-qlik-row .size-XL{height:calc(var(--lyo_obj-height) * 3)}.kup-qlik-row .bordered{border:1px solid var(--kup-border-color, #969696)}.kup-qlik-row .width-1{width:8.3333%}.kup-qlik-row .width-2{width:16.6666%}.kup-qlik-row .width-3{width:25%}.kup-qlik-row .width-4{width:33.3333%}.kup-qlik-row .width-5{width:41.6666%}.kup-qlik-row .width-6{width:50%}.kup-qlik-row .width-7{width:58.3333%}.kup-qlik-row .width-8{width:66.6666%}.kup-qlik-row .width-9{width:75%}.kup-qlik-row .width-10{width:83.3333%}.kup-qlik-row .width-11{width:91.6666%}.kup-qlik-row .width-12{width:100%}";
|
|
5
5
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, g as getElement } from './index-
|
|
2
|
-
import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-
|
|
1
|
+
import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, g as getElement } from './index-bb15ce14.js';
|
|
2
|
+
import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-1e6ea451.js';
|
|
3
3
|
import { c as componentWrapperId } from './GenericVariables-6dfdd433.js';
|
|
4
|
-
import { F as FButton } from './f-button-
|
|
4
|
+
import { F as FButton } from './f-button-e0e6f65f.js';
|
|
5
5
|
import './f-button-declarations-fd4965d1.js';
|
|
6
|
-
import './f-image-
|
|
6
|
+
import './f-image-b853b0cc.js';
|
|
7
7
|
|
|
8
8
|
const snackbarClass = 'snackbar';
|
|
9
9
|
/**
|