@sisense/sdk-ui 2.9.0 → 2.10.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/ai.cjs +31 -31
- package/dist/ai.js +27 -27
- package/dist/analytics-composer/node.cjs +3 -1
- package/dist/analytics-composer/node.js +514 -378
- package/dist/analytics-composer.cjs +1 -1
- package/dist/analytics-composer.js +6 -6
- package/dist/derive-chart-family-B1on_xkS.cjs +170 -0
- package/dist/derive-chart-family-BllGhqsW.js +29469 -0
- package/dist/{dimensions-CVJeJ8mi.cjs → dimensions-BYqdB-Q8.cjs} +1 -1
- package/dist/{dimensions-B2jz151s.js → dimensions-D-Z9sitz.js} +1 -1
- package/dist/execute-query-CABqVn7C.cjs +1 -0
- package/dist/{execute-query-agpyzZz6.js → execute-query-CGLL9vXX.js} +269 -247
- package/dist/index.cjs +25 -26
- package/dist/index.js +7945 -7469
- package/dist/index.umd.js +383 -374
- package/dist/packages/sdk-ui/src/analytics-composer/new-nlq-translator/common.d.ts +14 -0
- package/dist/packages/sdk-ui/src/analytics-composer/new-nlq-translator/translate-dimensions.d.ts +2 -2
- package/dist/packages/sdk-ui/src/analytics-composer/new-nlq-translator/translate-filters.d.ts +5 -5
- package/dist/packages/sdk-ui/src/analytics-composer/new-nlq-translator/translate-measures.d.ts +3 -3
- package/dist/packages/sdk-ui/src/analytics-composer/types.d.ts +12 -0
- package/dist/packages/sdk-ui/src/calendar-heatmap-chart.d.ts +12 -0
- package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/calendar-heatmap-chart/calendar-heatmap-chart-builder.d.ts +8 -0
- package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/calendar-heatmap-chart/constants.d.ts +87 -0
- package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/calendar-heatmap-chart/data-options/data-options.d.ts +54 -0
- package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/calendar-heatmap-chart/data-options/index.d.ts +1 -0
- package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/calendar-heatmap-chart/data.d.ts +33 -0
- package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/calendar-heatmap-chart/design-options.d.ts +22 -0
- package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/calendar-heatmap-chart/highchart-options-builder/highcharts-options-builder.d.ts +8 -0
- package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/calendar-heatmap-chart/highchart-options-builder/index.d.ts +1 -0
- package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/calendar-heatmap-chart/highchart-options-builder/options/axes-options.d.ts +12 -0
- package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/calendar-heatmap-chart/highchart-options-builder/options/chart-options.d.ts +9 -0
- package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/calendar-heatmap-chart/highchart-options-builder/options/extras-options.d.ts +9 -0
- package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/calendar-heatmap-chart/highchart-options-builder/options/index.d.ts +7 -0
- package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/calendar-heatmap-chart/highchart-options-builder/options/legend-options.d.ts +8 -0
- package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/calendar-heatmap-chart/highchart-options-builder/options/plot-options.d.ts +9 -0
- package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/calendar-heatmap-chart/highchart-options-builder/options/series-options/calendar-data-generator.d.ts +35 -0
- package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/calendar-heatmap-chart/highchart-options-builder/options/series-options/index.d.ts +1 -0
- package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/calendar-heatmap-chart/highchart-options-builder/options/series-options/series-options.d.ts +9 -0
- package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/calendar-heatmap-chart/highchart-options-builder/options/tooltip-options.d.ts +9 -0
- package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/calendar-heatmap-chart/renderer/calendar-heatmap-charts-grid.d.ts +26 -0
- package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/calendar-heatmap-chart/renderer/calendar-heatmap.d.ts +17 -0
- package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/calendar-heatmap-chart/renderer/calendar-pagination/calendar-pagination.d.ts +30 -0
- package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/calendar-heatmap-chart/renderer/calendar-pagination/helpers.d.ts +3 -0
- package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/calendar-heatmap-chart/renderer/calendar-pagination/index.d.ts +1 -0
- package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/calendar-heatmap-chart/renderer/helpers/data-helpers.d.ts +4 -0
- package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/calendar-heatmap-chart/renderer/helpers/sizing-helpers.d.ts +25 -0
- package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/calendar-heatmap-chart/renderer/helpers/view-helpers.d.ts +14 -0
- package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/calendar-heatmap-chart/renderer/hooks/index.d.ts +4 -0
- package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/calendar-heatmap-chart/renderer/hooks/use-calendar-heatmap-chart-options.d.ts +55 -0
- package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/calendar-heatmap-chart/renderer/hooks/use-calendar-heatmap-navigation.d.ts +33 -0
- package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/calendar-heatmap-chart/renderer/index.d.ts +2 -0
- package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/calendar-heatmap-chart/types.d.ts +13 -0
- package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/cartesians/helpers/data-options.d.ts +5 -1
- package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/cartesians/helpers/highchart-options/legend.d.ts +3 -2
- package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/categoricals/helpers/data-options.d.ts +22 -0
- package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/categoricals/helpers/data.d.ts +13 -0
- package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/categoricals/pie-chart/alerts/index.d.ts +5 -0
- package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/categoricals/pie-chart/data/index.d.ts +15 -0
- package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/categoricals/pie-chart/data-options/index.d.ts +32 -0
- package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/categoricals/pie-chart/design-options/index.d.ts +17 -0
- package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/categoricals/pie-chart/highchart-options/highcharts-options-builder.d.ts +2 -0
- package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/categoricals/pie-chart/pie-chart-builder.d.ts +2 -0
- package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/categoricals/pie-chart/types.d.ts +12 -0
- package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/highcharts-based-chart-renderer/highcharts-based-chart-renderer.d.ts +2 -4
- package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/highcharts-based-chart-renderer/use-extra-config.d.ts +2 -0
- package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/types.d.ts +1 -1
- package/dist/packages/sdk-ui/src/chart/restructured-charts/types.d.ts +10 -9
- package/dist/packages/sdk-ui/src/chart-data/types.d.ts +2 -1
- package/dist/packages/sdk-ui/src/chart-data-options/translate-data-options.d.ts +2 -1
- package/dist/packages/sdk-ui/src/chart-data-options/types.d.ts +19 -2
- package/dist/packages/sdk-ui/src/chart-data-options/utils.d.ts +4 -4
- package/dist/packages/sdk-ui/src/chart-data-options/validate-data-options/validate-categorical-data-options.d.ts +14 -0
- package/dist/packages/sdk-ui/src/chart-options-processor/cartesian/utils/series-processor.d.ts +4 -1
- package/dist/packages/sdk-ui/src/chart-options-processor/{category-chart-options.d.ts → category-chart-options/category-chart-options.d.ts} +9 -5
- package/dist/packages/sdk-ui/src/chart-options-processor/category-chart-options/funnel-chart-options.d.ts +15 -0
- package/dist/packages/sdk-ui/src/chart-options-processor/category-chart-options/pie-chart-options.d.ts +15 -0
- package/dist/packages/sdk-ui/src/chart-options-processor/category-chart-options/sunburst-chart-options.d.ts +17 -0
- package/dist/packages/sdk-ui/src/chart-options-processor/category-chart-options/treemap-chart-options.d.ts +17 -0
- package/dist/packages/sdk-ui/src/chart-options-processor/chart-options-service.d.ts +26 -0
- package/dist/packages/sdk-ui/src/chart-options-processor/scatter-chart-options.d.ts +3 -3
- package/dist/packages/sdk-ui/src/chart-options-processor/style-to-design-options-translator/translate-to-highcharts-options.d.ts +1 -3
- package/dist/packages/sdk-ui/src/chart-options-processor/translations/axis-section.d.ts +6 -0
- package/dist/packages/sdk-ui/src/chart-options-processor/translations/design-options.d.ts +18 -4
- package/dist/packages/sdk-ui/src/chart-options-processor/translations/legend-section.d.ts +28 -14
- package/dist/packages/sdk-ui/src/chart-options-processor/translations/pie-series.d.ts +34 -6
- package/dist/packages/sdk-ui/src/chart-options-processor/translations/tooltip-utils.d.ts +5 -0
- package/dist/packages/sdk-ui/src/chart-options-processor/translations/translations-to-highcharts.d.ts +1 -1
- package/dist/packages/sdk-ui/src/chart-options-processor/translations/types.d.ts +50 -6
- package/dist/packages/sdk-ui/src/common/formatters/create-date-formatter.d.ts +10 -0
- package/dist/packages/sdk-ui/src/common/hooks/useDateFormatter.d.ts +7 -0
- package/dist/packages/sdk-ui/src/common/icons/double-arrow-end-icon.d.ts +6 -0
- package/dist/packages/sdk-ui/src/dashboard/components/editable-layout/utils.d.ts +0 -19
- package/dist/packages/sdk-ui/src/dashboard/hooks/jtd/index.d.ts +1 -1
- package/dist/packages/sdk-ui/src/dashboard/hooks/jtd/jtd-filters.d.ts +12 -1
- package/dist/packages/sdk-ui/src/dashboard/hooks/jtd/jtd-formatters.d.ts +18 -0
- package/dist/packages/sdk-ui/src/dashboard/hooks/jtd/jtd-handlers.d.ts +23 -0
- package/dist/packages/sdk-ui/src/dashboard/hooks/jtd/jtd-widget-transforms.d.ts +29 -0
- package/dist/packages/sdk-ui/src/index.d.ts +1 -0
- package/dist/packages/sdk-ui/src/models/dashboard/translate-dashboard-utils.d.ts +1 -0
- package/dist/packages/sdk-ui/src/pivot-table/formatters/header-cell-formatters/header-cell-value-formatter.d.ts +2 -1
- package/dist/packages/sdk-ui/src/pivot-table/formatters/types.d.ts +0 -1
- package/dist/packages/sdk-ui/src/polar-chart.d.ts +1 -1
- package/dist/packages/sdk-ui/src/props.d.ts +72 -7
- package/dist/packages/sdk-ui/src/sisense-chart/types.d.ts +2 -2
- package/dist/packages/sdk-ui/src/theme-provider/default-theme-settings.d.ts +1 -0
- package/dist/packages/sdk-ui/src/translation/resources/en.d.ts +11 -0
- package/dist/packages/sdk-ui/src/translation/resources/index.d.ts +22 -0
- package/dist/packages/sdk-ui/src/types.d.ts +254 -16
- package/dist/packages/sdk-ui/src/utils/combine-handlers.d.ts +19 -0
- package/dist/packages/sdk-ui/src/utils/utility-types/transformer.d.ts +8 -0
- package/dist/packages/sdk-ui/src/widget-by-id/types.d.ts +4 -6
- package/dist/{types-BYUVZb6u.js → types-BRtWk8uC.js} +1 -1
- package/dist/{types-QUSMO7gF.cjs → types-Ds0KtTJF.cjs} +1 -1
- package/dist/use-common-filters-D8tEa9zb.js +91245 -0
- package/dist/use-common-filters-hw1WKPCY.cjs +844 -0
- package/dist/{widget-composer-CGp5yOny.cjs → widget-composer-B7zeAa_D.cjs} +1 -1
- package/dist/{widget-composer-BG4HonVl.js → widget-composer-DL0xPtlC.js} +3 -3
- package/package.json +9 -9
- package/dist/derive-chart-family-BLG1sO1D.js +0 -86946
- package/dist/derive-chart-family-QPmz5DJ3.cjs +0 -656
- package/dist/execute-query-Cp3se7Yb.cjs +0 -1
- package/dist/packages/sdk-ui/src/utils/__development-utils__/highcharts-options-builder-collector.d.ts +0 -61
- package/dist/packages/sdk-ui/src/utils/__development-utils__/input-output-collector.d.ts +0 -125
- package/dist/use-common-filters-DmdADAhl.cjs +0 -350
- package/dist/use-common-filters-wo5IRF5u.js +0 -31972
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
var Ns = Object.defineProperty, Cs = Object.defineProperties;
|
|
2
2
|
var _s = Object.getOwnPropertyDescriptors;
|
|
3
3
|
var $n = Object.getOwnPropertySymbols;
|
|
4
|
-
var
|
|
4
|
+
var Ms = Object.prototype.hasOwnProperty, Ds = Object.prototype.propertyIsEnumerable;
|
|
5
5
|
var Bn = (e, t, n) => t in e ? Ns(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n, y = (e, t) => {
|
|
6
6
|
for (var n in t || (t = {}))
|
|
7
|
-
|
|
7
|
+
Ms.call(t, n) && Bn(e, n, t[n]);
|
|
8
8
|
if ($n)
|
|
9
9
|
for (var n of $n(t))
|
|
10
|
-
|
|
10
|
+
Ds.call(t, n) && Bn(e, n, t[n]);
|
|
11
11
|
return e;
|
|
12
12
|
}, U = (e, t) => Cs(e, _s(t));
|
|
13
13
|
var Un = (e, t, n) => new Promise((r, i) => {
|
|
@@ -111,7 +111,7 @@ class bt {
|
|
|
111
111
|
});
|
|
112
112
|
}
|
|
113
113
|
}
|
|
114
|
-
function
|
|
114
|
+
function Me() {
|
|
115
115
|
let e, t;
|
|
116
116
|
const n = new Promise((r, i) => {
|
|
117
117
|
e = r, t = i;
|
|
@@ -378,8 +378,8 @@ class dt extends bt {
|
|
|
378
378
|
}
|
|
379
379
|
const f = this.resolve(t, n);
|
|
380
380
|
let c = f && f.res;
|
|
381
|
-
const m = f && f.usedKey || a, p = f && f.exactUsedKey || a, v = Object.prototype.toString.apply(c), b = ["[object Number]", "[object Function]", "[object RegExp]"], x = n.joinArrays !== void 0 ? n.joinArrays : this.options.joinArrays,
|
|
382
|
-
if (
|
|
381
|
+
const m = f && f.usedKey || a, p = f && f.exactUsedKey || a, v = Object.prototype.toString.apply(c), b = ["[object Number]", "[object Function]", "[object RegExp]"], x = n.joinArrays !== void 0 ? n.joinArrays : this.options.joinArrays, M = !this.i18nFormat || this.i18nFormat.handleAsObject;
|
|
382
|
+
if (M && c && (typeof c != "string" && typeof c != "boolean" && typeof c != "number") && b.indexOf(v) < 0 && !(typeof x == "string" && v === "[object Array]")) {
|
|
383
383
|
if (!n.returnObjects && !this.options.returnObjects) {
|
|
384
384
|
this.options.returnedObjectHandler || this.logger.warn("accessing an object - but returnObjects options is not enabled!");
|
|
385
385
|
const O = this.options.returnedObjectHandler ? this.options.returnedObjectHandler(m, c, U(y({}, n), {
|
|
@@ -399,7 +399,7 @@ class dt extends bt {
|
|
|
399
399
|
}
|
|
400
400
|
c = R;
|
|
401
401
|
}
|
|
402
|
-
} else if (
|
|
402
|
+
} else if (M && typeof x == "string" && v === "[object Array]")
|
|
403
403
|
c = c.join(x), c && (c = this.extendTranslation(c, t, n, r));
|
|
404
404
|
else {
|
|
405
405
|
let O = !1, R = !1;
|
|
@@ -480,20 +480,20 @@ class dt extends bt {
|
|
|
480
480
|
this.isValidLookup(r) || (o = b, !Hn[`${v[0]}-${b}`] && this.utils && this.utils.hasLoadedNamespace && !this.utils.hasLoadedNamespace(o) && (Hn[`${v[0]}-${b}`] = !0, this.logger.warn(`key "${i}" for languages "${v.join(", ")}" won't get resolved as namespace "${o}" was not yet loaded`, "This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!")), v.forEach((x) => {
|
|
481
481
|
if (this.isValidLookup(r)) return;
|
|
482
482
|
a = x;
|
|
483
|
-
const
|
|
483
|
+
const M = [d];
|
|
484
484
|
if (this.i18nFormat && this.i18nFormat.addLookupKeys)
|
|
485
|
-
this.i18nFormat.addLookupKeys(
|
|
485
|
+
this.i18nFormat.addLookupKeys(M, d, x, b, n);
|
|
486
486
|
else {
|
|
487
487
|
let O;
|
|
488
488
|
c && (O = this.pluralResolver.getSuffix(x, n.count, n));
|
|
489
489
|
const R = `${this.options.pluralSeparator}zero`, G = `${this.options.pluralSeparator}ordinal${this.options.pluralSeparator}`;
|
|
490
|
-
if (c && (
|
|
490
|
+
if (c && (M.push(d + O), n.ordinal && O.indexOf(G) === 0 && M.push(d + O.replace(G, this.options.pluralSeparator)), m && M.push(d + R)), p) {
|
|
491
491
|
const P = `${d}${this.options.contextSeparator}${n.context}`;
|
|
492
|
-
|
|
492
|
+
M.push(P), c && (M.push(P + O), n.ordinal && O.indexOf(G) === 0 && M.push(P + O.replace(G, this.options.pluralSeparator)), m && M.push(P + R));
|
|
493
493
|
}
|
|
494
494
|
}
|
|
495
495
|
let ue;
|
|
496
|
-
for (; ue =
|
|
496
|
+
for (; ue = M.pop(); )
|
|
497
497
|
this.isValidLookup(r) || (s = ue, r = this.getResource(x, b, ue, n));
|
|
498
498
|
}));
|
|
499
499
|
});
|
|
@@ -847,10 +847,10 @@ class Gs {
|
|
|
847
847
|
}
|
|
848
848
|
const d = (p) => {
|
|
849
849
|
if (p.indexOf(this.formatSeparator) < 0) {
|
|
850
|
-
const
|
|
851
|
-
return this.alwaysFormat ? this.format(
|
|
850
|
+
const M = Vn(n, u, p, this.options.keySeparator, this.options.ignoreJSONStructure);
|
|
851
|
+
return this.alwaysFormat ? this.format(M, void 0, r, U(y(y({}, i), n), {
|
|
852
852
|
interpolationkey: p
|
|
853
|
-
})) :
|
|
853
|
+
})) : M;
|
|
854
854
|
}
|
|
855
855
|
const v = p.split(this.formatSeparator), b = v.shift().trim(), x = v.join(this.formatSeparator).trim();
|
|
856
856
|
return this.format(Vn(n, u, b, this.options.keySeparator, this.options.ignoreJSONStructure), x, r, U(y(y({}, i), n), {
|
|
@@ -1271,7 +1271,7 @@ class Pe extends bt {
|
|
|
1271
1271
|
return t.store[d](...arguments), t;
|
|
1272
1272
|
};
|
|
1273
1273
|
});
|
|
1274
|
-
const u =
|
|
1274
|
+
const u = Me(), l = () => {
|
|
1275
1275
|
const d = (f, c) => {
|
|
1276
1276
|
this.isInitialized && !this.initializedStoreOnce && this.logger.warn("init: i18next is already initialized. You should call init just once!"), this.isInitialized = !0, this.options.isClone || this.logger.log("initialized", this.options), this.emit("initialized", this.options), u.resolve(c), r(f, c);
|
|
1277
1277
|
};
|
|
@@ -1298,7 +1298,7 @@ class Pe extends bt {
|
|
|
1298
1298
|
r(null);
|
|
1299
1299
|
}
|
|
1300
1300
|
reloadResources(t, n, r) {
|
|
1301
|
-
const i =
|
|
1301
|
+
const i = Me();
|
|
1302
1302
|
return t || (t = this.languages), n || (n = this.options.ns), r || (r = Xe), this.services.backendConnector.reload(t, n, (s) => {
|
|
1303
1303
|
i.resolve(), r(s);
|
|
1304
1304
|
}), i;
|
|
@@ -1321,7 +1321,7 @@ class Pe extends bt {
|
|
|
1321
1321
|
changeLanguage(t, n) {
|
|
1322
1322
|
var r = this;
|
|
1323
1323
|
this.isLanguageChangingTo = t;
|
|
1324
|
-
const i =
|
|
1324
|
+
const i = Me();
|
|
1325
1325
|
this.emit("languageChanging", t);
|
|
1326
1326
|
const s = (u) => {
|
|
1327
1327
|
this.language = u, this.languages = this.services.languageUtils.toResolveHierarchy(u), this.resolvedLanguage = void 0, this.setResolvedLanguage(u);
|
|
@@ -1385,7 +1385,7 @@ class Pe extends bt {
|
|
|
1385
1385
|
return !!(this.hasResourceBundle(r, t) || !this.services.backendConnector.backend || this.options.resources && !this.options.partialBundledLanguages || a(r, t) && (!i || a(s, t)));
|
|
1386
1386
|
}
|
|
1387
1387
|
loadNamespaces(t, n) {
|
|
1388
|
-
const r =
|
|
1388
|
+
const r = Me();
|
|
1389
1389
|
return this.options.ns ? (typeof t == "string" && (t = [t]), t.forEach((i) => {
|
|
1390
1390
|
this.options.ns.indexOf(i) < 0 && this.options.ns.push(i);
|
|
1391
1391
|
}), this.loadResources((i) => {
|
|
@@ -1393,7 +1393,7 @@ class Pe extends bt {
|
|
|
1393
1393
|
}), r) : (n && n(), Promise.resolve());
|
|
1394
1394
|
}
|
|
1395
1395
|
loadLanguages(t, n) {
|
|
1396
|
-
const r =
|
|
1396
|
+
const r = Me();
|
|
1397
1397
|
typeof t == "string" && (t = [t]);
|
|
1398
1398
|
const i = this.options.preload || [], s = t.filter((a) => i.indexOf(a) < 0);
|
|
1399
1399
|
return s.length ? (this.options.preload = i.concat(s), this.loadResources((a) => {
|
|
@@ -1919,7 +1919,18 @@ const la = {
|
|
|
1919
1919
|
},
|
|
1920
1920
|
jumpToDashboard: {
|
|
1921
1921
|
defaultCaption: "Jump to",
|
|
1922
|
-
jumpableTooltip: "This widget is jumpable"
|
|
1922
|
+
jumpableTooltip: "This widget is jumpable",
|
|
1923
|
+
noDrillTargets: "No drill targets available"
|
|
1924
|
+
},
|
|
1925
|
+
calendarHeatmap: {
|
|
1926
|
+
navigation: {
|
|
1927
|
+
firstMonth: "First Month",
|
|
1928
|
+
lastMonth: "Last Month",
|
|
1929
|
+
previousMonth: "Previous Month",
|
|
1930
|
+
nextMonth: "Next Month",
|
|
1931
|
+
previousGroup: "Previous Group",
|
|
1932
|
+
nextGroup: "Next Group"
|
|
1933
|
+
}
|
|
1923
1934
|
}
|
|
1924
1935
|
}, da = {
|
|
1925
1936
|
errors: {
|
|
@@ -2295,7 +2306,18 @@ const la = {
|
|
|
2295
2306
|
},
|
|
2296
2307
|
jumpToDashboard: {
|
|
2297
2308
|
jumpableTooltip: "З цього віджета можна перейти до інших віджетів",
|
|
2298
|
-
defaultCaption: "Перейти до"
|
|
2309
|
+
defaultCaption: "Перейти до",
|
|
2310
|
+
noDrillTargets: "Цілі для переходу відсутні"
|
|
2311
|
+
},
|
|
2312
|
+
calendarHeatmap: {
|
|
2313
|
+
navigation: {
|
|
2314
|
+
firstMonth: "Перший місяць",
|
|
2315
|
+
lastMonth: "Останній місяць",
|
|
2316
|
+
previousMonth: "Попередній місяць",
|
|
2317
|
+
nextMonth: "Наступний місяць",
|
|
2318
|
+
previousGroup: "Попередня група",
|
|
2319
|
+
nextGroup: "Наступна група"
|
|
2320
|
+
}
|
|
2299
2321
|
}
|
|
2300
2322
|
}, kr = "sdkUi", fa = {
|
|
2301
2323
|
en: ca,
|
|
@@ -2428,19 +2450,19 @@ function Ca(e) {
|
|
|
2428
2450
|
function _a(e) {
|
|
2429
2451
|
return this.__data__.get(e);
|
|
2430
2452
|
}
|
|
2431
|
-
function
|
|
2453
|
+
function Ma(e) {
|
|
2432
2454
|
return this.__data__.has(e);
|
|
2433
2455
|
}
|
|
2434
|
-
var Vr = typeof global == "object" && global && global.Object === Object && global,
|
|
2456
|
+
var Vr = typeof global == "object" && global && global.Object === Object && global, Da = typeof self == "object" && self && self.Object === Object && self, J = Vr || Da || Function("return this")(), W = J.Symbol, Qr = Object.prototype, La = Qr.hasOwnProperty, Ra = Qr.toString, De = W ? W.toStringTag : void 0;
|
|
2435
2457
|
function Ia(e) {
|
|
2436
|
-
var t = La.call(e,
|
|
2458
|
+
var t = La.call(e, De), n = e[De];
|
|
2437
2459
|
try {
|
|
2438
|
-
e[
|
|
2460
|
+
e[De] = void 0;
|
|
2439
2461
|
var r = !0;
|
|
2440
2462
|
} catch (s) {
|
|
2441
2463
|
}
|
|
2442
2464
|
var i = Ra.call(e);
|
|
2443
|
-
return r && (t ? e[
|
|
2465
|
+
return r && (t ? e[De] = n : delete e[De]), i;
|
|
2444
2466
|
}
|
|
2445
2467
|
var Fa = Object.prototype, Pa = Fa.toString;
|
|
2446
2468
|
function ja(e) {
|
|
@@ -2596,7 +2618,7 @@ function z(e) {
|
|
|
2596
2618
|
z.prototype.clear = Na;
|
|
2597
2619
|
z.prototype.delete = Ca;
|
|
2598
2620
|
z.prototype.get = _a;
|
|
2599
|
-
z.prototype.has =
|
|
2621
|
+
z.prototype.has = Ma;
|
|
2600
2622
|
z.prototype.set = To;
|
|
2601
2623
|
function Ao(e, t) {
|
|
2602
2624
|
for (var n = -1, r = e == null ? 0 : e.length; ++n < r && t(e[n], n, e) !== !1; )
|
|
@@ -2652,7 +2674,7 @@ var Jr = Object.prototype, No = Jr.hasOwnProperty, Co = Jr.propertyIsEnumerable,
|
|
|
2652
2674
|
function _o() {
|
|
2653
2675
|
return !1;
|
|
2654
2676
|
}
|
|
2655
|
-
var Yr = typeof exports == "object" && exports && !exports.nodeType && exports, er = Yr && typeof module == "object" && module && !module.nodeType && module,
|
|
2677
|
+
var Yr = typeof exports == "object" && exports && !exports.nodeType && exports, er = Yr && typeof module == "object" && module && !module.nodeType && module, Mo = er && er.exports === Yr, tr = Mo ? J.Buffer : void 0, Do = tr ? tr.isBuffer : void 0, Ue = Do || _o, Lo = 9007199254740991, Ro = /^(?:0|[1-9]\d*)$/;
|
|
2656
2678
|
function rn(e, t) {
|
|
2657
2679
|
var n = typeof e;
|
|
2658
2680
|
return t = t == null ? Lo : t, !!t && (n == "number" || n != "symbol" && Ro.test(e)) && e > -1 && e % 1 == 0 && e < t;
|
|
@@ -2793,7 +2815,7 @@ function Bt(e) {
|
|
|
2793
2815
|
function oi(e) {
|
|
2794
2816
|
return ai(e, Ge, si);
|
|
2795
2817
|
}
|
|
2796
|
-
var Ut = pe(J, "DataView"), Wt = pe(J, "Promise"), qt = pe(J, "Set"), zt = pe(J, "WeakMap"), or = "[object Map]", Nu = "[object Object]", ur = "[object Promise]", lr = "[object Set]", cr = "[object WeakMap]", dr = "[object DataView]", Cu = he(Ut), _u = he(je),
|
|
2818
|
+
var Ut = pe(J, "DataView"), Wt = pe(J, "Promise"), qt = pe(J, "Set"), zt = pe(J, "WeakMap"), or = "[object Map]", Nu = "[object Object]", ur = "[object Promise]", lr = "[object Set]", cr = "[object WeakMap]", dr = "[object DataView]", Cu = he(Ut), _u = he(je), Mu = he(Wt), Du = he(qt), Lu = he(zt), q = fe;
|
|
2797
2819
|
(Ut && q(new Ut(new ArrayBuffer(1))) != dr || je && q(new je()) != or || Wt && q(Wt.resolve()) != ur || qt && q(new qt()) != lr || zt && q(new zt()) != cr) && (q = function(e) {
|
|
2798
2820
|
var t = fe(e), n = t == Nu ? e.constructor : void 0, r = n ? he(n) : "";
|
|
2799
2821
|
if (r)
|
|
@@ -2802,9 +2824,9 @@ var Ut = pe(J, "DataView"), Wt = pe(J, "Promise"), qt = pe(J, "Set"), zt = pe(J,
|
|
|
2802
2824
|
return dr;
|
|
2803
2825
|
case _u:
|
|
2804
2826
|
return or;
|
|
2805
|
-
case Du:
|
|
2806
|
-
return ur;
|
|
2807
2827
|
case Mu:
|
|
2828
|
+
return ur;
|
|
2829
|
+
case Du:
|
|
2808
2830
|
return lr;
|
|
2809
2831
|
case Lu:
|
|
2810
2832
|
return cr;
|
|
@@ -2896,8 +2918,8 @@ var gr = Ae && Ae.isMap, ll = gr ? an(gr) : ul, cl = "[object Set]";
|
|
|
2896
2918
|
function dl(e) {
|
|
2897
2919
|
return K(e) && q(e) == cl;
|
|
2898
2920
|
}
|
|
2899
|
-
var mr = Ae && Ae.isSet, fl = mr ? an(mr) : dl, hl = 1, pl = 2, gl = 4, ci = "[object Arguments]", ml = "[object Array]", bl = "[object Boolean]", yl = "[object Date]", vl = "[object Error]", di = "[object Function]", Sl = "[object GeneratorFunction]", Tl = "[object Map]", Al = "[object Number]", fi = "[object Object]", wl = "[object RegExp]", xl = "[object Set]", El = "[object String]", Ol = "[object Symbol]", Nl = "[object WeakMap]", Cl = "[object ArrayBuffer]", _l = "[object DataView]",
|
|
2900
|
-
N[ci] = N[ml] = N[Cl] = N[_l] = N[bl] = N[yl] = N[
|
|
2921
|
+
var mr = Ae && Ae.isSet, fl = mr ? an(mr) : dl, hl = 1, pl = 2, gl = 4, ci = "[object Arguments]", ml = "[object Array]", bl = "[object Boolean]", yl = "[object Date]", vl = "[object Error]", di = "[object Function]", Sl = "[object GeneratorFunction]", Tl = "[object Map]", Al = "[object Number]", fi = "[object Object]", wl = "[object RegExp]", xl = "[object Set]", El = "[object String]", Ol = "[object Symbol]", Nl = "[object WeakMap]", Cl = "[object ArrayBuffer]", _l = "[object DataView]", Ml = "[object Float32Array]", Dl = "[object Float64Array]", Ll = "[object Int8Array]", Rl = "[object Int16Array]", Il = "[object Int32Array]", Fl = "[object Uint8Array]", Pl = "[object Uint8ClampedArray]", jl = "[object Uint16Array]", $l = "[object Uint32Array]", N = {};
|
|
2922
|
+
N[ci] = N[ml] = N[Cl] = N[_l] = N[bl] = N[yl] = N[Ml] = N[Dl] = N[Ll] = N[Rl] = N[Il] = N[Tl] = N[Al] = N[fi] = N[wl] = N[xl] = N[El] = N[Ol] = N[Fl] = N[Pl] = N[jl] = N[$l] = !0;
|
|
2901
2923
|
N[vl] = N[di] = N[Nl] = !1;
|
|
2902
2924
|
function Ie(e, t, n, r, i, s) {
|
|
2903
2925
|
var a, o = t & hl, u = t & pl, l = t & gl;
|
|
@@ -2997,9 +3019,9 @@ function gi(e, t, n, r, i, s) {
|
|
|
2997
3019
|
break;
|
|
2998
3020
|
}
|
|
2999
3021
|
if (m) {
|
|
3000
|
-
if (!Gl(t, function(x,
|
|
3001
|
-
if (!Vl(m,
|
|
3002
|
-
return m.push(
|
|
3022
|
+
if (!Gl(t, function(x, M) {
|
|
3023
|
+
if (!Vl(m, M) && (p === x || i(p, x, n, r, s)))
|
|
3024
|
+
return m.push(M);
|
|
3003
3025
|
})) {
|
|
3004
3026
|
c = !1;
|
|
3005
3027
|
break;
|
|
@@ -3076,10 +3098,10 @@ function gc(e, t, n, r, i, s) {
|
|
|
3076
3098
|
s.set(e, t), s.set(t, e);
|
|
3077
3099
|
for (var b = a; ++f < u; ) {
|
|
3078
3100
|
c = o[f];
|
|
3079
|
-
var x = e[c],
|
|
3101
|
+
var x = e[c], M = t[c];
|
|
3080
3102
|
if (r)
|
|
3081
|
-
var ue = a ? r(
|
|
3082
|
-
if (!(ue === void 0 ? x ===
|
|
3103
|
+
var ue = a ? r(M, x, c, t, e, s) : r(x, M, c, e, t, s);
|
|
3104
|
+
if (!(ue === void 0 ? x === M || i(x, M, n, r, s) : ue)) {
|
|
3083
3105
|
v = !1;
|
|
3084
3106
|
break;
|
|
3085
3107
|
}
|
|
@@ -3192,10 +3214,10 @@ function _c(e) {
|
|
|
3192
3214
|
}), n = t.cache;
|
|
3193
3215
|
return t;
|
|
3194
3216
|
}
|
|
3195
|
-
var
|
|
3217
|
+
var Mc = /[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g, Dc = /\\(\\)?/g, Lc = _c(function(e) {
|
|
3196
3218
|
var t = [];
|
|
3197
|
-
return e.charCodeAt(0) === 46 && t.push(""), e.replace(
|
|
3198
|
-
t.push(i ? s.replace(
|
|
3219
|
+
return e.charCodeAt(0) === 46 && t.push(""), e.replace(Mc, function(n, r, i, s) {
|
|
3220
|
+
t.push(i ? s.replace(Dc, "$1") : r || n);
|
|
3199
3221
|
}), t;
|
|
3200
3222
|
});
|
|
3201
3223
|
function yi(e, t) {
|
|
@@ -3609,11 +3631,11 @@ function _d(e) {
|
|
|
3609
3631
|
var Ci = _d(function(e, t, n) {
|
|
3610
3632
|
Ei(e, t, n);
|
|
3611
3633
|
});
|
|
3612
|
-
function
|
|
3634
|
+
function Md(e) {
|
|
3613
3635
|
var t = e == null ? 0 : e.length;
|
|
3614
3636
|
return t ? e[t - 1] : void 0;
|
|
3615
3637
|
}
|
|
3616
|
-
function
|
|
3638
|
+
function Dd(e, t, n) {
|
|
3617
3639
|
var r = -1, i = e.length;
|
|
3618
3640
|
t < 0 && (t = -t > i ? 0 : i + t), n = n > i ? i : n, n < 0 && (n += i), i = t > n ? 0 : n - t >>> 0, t >>>= 0;
|
|
3619
3641
|
for (var s = Array(i); ++r < i; )
|
|
@@ -3621,10 +3643,10 @@ function Md(e, t, n) {
|
|
|
3621
3643
|
return s;
|
|
3622
3644
|
}
|
|
3623
3645
|
function Ld(e, t) {
|
|
3624
|
-
return t.length < 2 ? e : mn(e,
|
|
3646
|
+
return t.length < 2 ? e : mn(e, Dd(t, 0, -1));
|
|
3625
3647
|
}
|
|
3626
3648
|
function Rd(e, t) {
|
|
3627
|
-
return t = wt(t, e), e = Ld(e, t), e == null || delete e[Ve(
|
|
3649
|
+
return t = wt(t, e), e = Ld(e, t), e == null || delete e[Ve(Md(t))];
|
|
3628
3650
|
}
|
|
3629
3651
|
function Id(e) {
|
|
3630
3652
|
return xi(e) ? void 0 : e;
|
|
@@ -3734,10 +3756,10 @@ const _i = "DM", A = {
|
|
|
3734
3756
|
/** Standard deviation aggregation type */
|
|
3735
3757
|
StandardDeviation: "stdev"
|
|
3736
3758
|
};
|
|
3737
|
-
var
|
|
3759
|
+
var D;
|
|
3738
3760
|
(function(e) {
|
|
3739
3761
|
e[e.None = 0] = "None", e[e.Ascending = 1] = "Ascending", e[e.Descending = 2] = "Descending";
|
|
3740
|
-
})(
|
|
3762
|
+
})(D = D || (D = {}));
|
|
3741
3763
|
const w = {
|
|
3742
3764
|
Measure: "measure",
|
|
3743
3765
|
MeasureTemplate: "measuretemplate",
|
|
@@ -3951,7 +3973,7 @@ function Bp(e, t) {
|
|
|
3951
3973
|
function T(e, t) {
|
|
3952
3974
|
return xt("measureFactory", t)(e);
|
|
3953
3975
|
}
|
|
3954
|
-
const
|
|
3976
|
+
const Mi = {
|
|
3955
3977
|
/**
|
|
3956
3978
|
* In competition ranking, items that rank equally receive the same ranking number, and then a gap is left after the equally ranked items in the ranking numbers.
|
|
3957
3979
|
*/
|
|
@@ -3968,7 +3990,7 @@ const Di = {
|
|
|
3968
3990
|
* In ordinal ranking, all items receive distinct ordinal numbers, including items that rank equally. The assignment of distinct ordinal numbers for equal-ranking items is arbitrary.
|
|
3969
3991
|
*/
|
|
3970
3992
|
Ordinal: "1234"
|
|
3971
|
-
},
|
|
3993
|
+
}, Di = {
|
|
3972
3994
|
Ascending: "ASC",
|
|
3973
3995
|
Descending: "DESC"
|
|
3974
3996
|
};
|
|
@@ -4031,7 +4053,7 @@ const H = T((e, t, n, r) => new ve(n != null ? n : `${t.toString()} ${e.name}`,
|
|
|
4031
4053
|
} else
|
|
4032
4054
|
r = '"forecastHorizon=3"';
|
|
4033
4055
|
return _(e, t != null ? t : e.name + " Forecast", "forecast", r);
|
|
4034
|
-
}, "forecast"), Tf = T((e, t, n =
|
|
4056
|
+
}, "forecast"), Tf = T((e, t, n = Di.Descending, r = Mi.StandardCompetition, i = []) => {
|
|
4035
4057
|
const s = [], a = {};
|
|
4036
4058
|
s.push("rank("), de(s, a, e), s.push(`,${n},${r}`), i.forEach((u) => {
|
|
4037
4059
|
s.push(","), de(s, a, u);
|
|
@@ -4040,8 +4062,8 @@ const H = T((e, t, n, r) => new ve(n != null ? n : `${t.toString()} ${e.name}`,
|
|
|
4040
4062
|
return t || (t = `${e.name} rank`), new X(t, o, a);
|
|
4041
4063
|
}, "rank"), Up = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
4042
4064
|
__proto__: null,
|
|
4043
|
-
RankingSortTypes:
|
|
4044
|
-
RankingTypes:
|
|
4065
|
+
RankingSortTypes: Di,
|
|
4066
|
+
RankingTypes: Mi,
|
|
4045
4067
|
add: Gd,
|
|
4046
4068
|
aggregate: H,
|
|
4047
4069
|
average: Ri,
|
|
@@ -4086,7 +4108,7 @@ const H = T((e, t, n, r) => new ve(n != null ? n : `${t.toString()} ${e.name}`,
|
|
|
4086
4108
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
4087
4109
|
class En extends vn {
|
|
4088
4110
|
constructor(t, n, r, i, s, a, o) {
|
|
4089
|
-
super(t, n, i, a, o), this.__serializable = "AbstractMeasure", this._sort =
|
|
4111
|
+
super(t, n, i, a, o), this.__serializable = "AbstractMeasure", this._sort = D.None, this._format = "#,#.00", this._format = r, this._sort = s || D.None;
|
|
4090
4112
|
}
|
|
4091
4113
|
/**
|
|
4092
4114
|
* Gets the sort definition of this instance
|
|
@@ -4199,7 +4221,7 @@ class ve extends En {
|
|
|
4199
4221
|
const n = this.attribute.jaql(!0), r = {
|
|
4200
4222
|
jaql: Object.assign(Object.assign({}, n), { title: this.name, agg: ve.aggregationToJAQL(this.aggregation) })
|
|
4201
4223
|
};
|
|
4202
|
-
return this._format && (r.format = { number: this._format }), this._sort !=
|
|
4224
|
+
return this._format && (r.format = { number: this._format }), this._sort != D.None && (r.jaql.sort = this._sort == D.Ascending ? "asc" : "desc"), t === !0 ? r.jaql : r;
|
|
4203
4225
|
}
|
|
4204
4226
|
}
|
|
4205
4227
|
const Af = (e) => !!(e && e.__serializable === "DimensionalBaseMeasure");
|
|
@@ -4250,7 +4272,7 @@ class X extends En {
|
|
|
4250
4272
|
formula: this.expression
|
|
4251
4273
|
}
|
|
4252
4274
|
}, r = {};
|
|
4253
|
-
return Object.getOwnPropertyNames(this.context).forEach((s) => r[s] = this.context[s].jaql(!0)), n.jaql.context = r, this._format && (n.format = { number: this._format }), this._sort !=
|
|
4275
|
+
return Object.getOwnPropertyNames(this.context).forEach((s) => r[s] = this.context[s].jaql(!0)), n.jaql.context = r, this._format && (n.format = { number: this._format }), this._sort != D.None && (n.jaql.sort = this._sort == D.Ascending ? "asc" : "desc"), t === !0 ? n.jaql : n;
|
|
4254
4276
|
}
|
|
4255
4277
|
}
|
|
4256
4278
|
const Wp = (e) => !!(e && e.__serializable === "DimensionalCalculatedMeasure");
|
|
@@ -4675,7 +4697,7 @@ class re extends Nt {
|
|
|
4675
4697
|
return super.serialize();
|
|
4676
4698
|
}
|
|
4677
4699
|
}
|
|
4678
|
-
class
|
|
4700
|
+
class Mf extends Nt {
|
|
4679
4701
|
constructor(t, n, r, i, s) {
|
|
4680
4702
|
super(t, k.dateRange, qe.From, n, qe.To, r, i, s), this.__serializable = "DateRangeFilter", typeof n == "object" && (this.valueA = n.toISOString()), typeof r == "object" && (this.valueB = r.toISOString());
|
|
4681
4703
|
}
|
|
@@ -4734,7 +4756,7 @@ class On extends B {
|
|
|
4734
4756
|
}, this.anchor && (typeof this.anchor == "string" ? t[this.operator].anchor = this.anchor : typeof this.anchor == "object" && (t[this.operator].anchor = this.anchor.toISOString())), t;
|
|
4735
4757
|
}
|
|
4736
4758
|
}
|
|
4737
|
-
class
|
|
4759
|
+
class Df extends B {
|
|
4738
4760
|
constructor(t, n, r, i) {
|
|
4739
4761
|
super(t, k.advanced, r, i), this.__serializable = "CustomFilter", delete n.filterType, this.jaqlExpression = n;
|
|
4740
4762
|
}
|
|
@@ -4792,7 +4814,7 @@ function Yp(e) {
|
|
|
4792
4814
|
function Xp(e) {
|
|
4793
4815
|
return e && e.__serializable === "DateRangeFilter";
|
|
4794
4816
|
}
|
|
4795
|
-
const Wi = S((e, t) => new Bi(e, ji.Union, t), "union"), qi = S((e, t) => new Bi(e, ji.Intersection, t), "intersection"), Nn = S((e, t, n) => new Nf(e, t, n), "exclude"), zi = S((e, t, n) => new re(e, ne.DoesntContain, t, n), "doesntContain"), Hi = S((e, t, n) => new re(e, ne.DoesntEndWith, t, n), "doesntEndWith"), ki = S((e, t, n) => new re(e, ne.DoesntStartWith, t, n), "doesntStartWith"), Gi = S((e, t, n) => new re(e, ne.Contains, t, n), "contains"), Vi = S((e, t, n) => new re(e, ne.EndsWith, t, n), "endsWith"), Qi = S((e, t, n) => new re(e, ne.StartsWith, t, n), "startsWith"), Lf = S((e, t, n) => new re(e, ne.Like, t, n), "like"), Ki = S((e, t, n) => typeof t == "string" ? new re(e, ne.DoesntEqual, t, n) : ie(e, L.DoesntEqual, t, void 0, void 0, n), "doesntEqual"), Ji = S((e, t, n) => typeof t == "string" ? new re(e, ne.Equals, t, n) : ie(e, L.Equals, t, void 0, void 0, n), "equals"), Yi = S((e, t, n) => ie(e, L.FromNotEqual, t, void 0, void 0, n), "greaterThan"), Xi = S((e, t, n) => ie(e, L.From, t, void 0, void 0, n), "greaterThanOrEqual"), Zi = S((e, t, n) => ie(e, L.ToNotEqual, t, void 0, void 0, n), "lessThan"), es = S((e, t, n) => ie(e, L.To, t, void 0, void 0, n), "lessThanOrEqual"), mt = S((e, t, n, r) => ie(e, L.From, t, L.To, n, r), "between"), Rf = S((e, t, n, r) => ie(e, L.FromNotEqual, t, L.ToNotEqual, n, r), "betweenNotEqual"), ie = S((e, t, n, r, i, s) => new _f(e, t, n, r, i, s), "numeric"), _t = S((e, t, n) => new Ef(e, t, n), "members"), If = S((e, t, n) =>
|
|
4817
|
+
const Wi = S((e, t) => new Bi(e, ji.Union, t), "union"), qi = S((e, t) => new Bi(e, ji.Intersection, t), "intersection"), Nn = S((e, t, n) => new Nf(e, t, n), "exclude"), zi = S((e, t, n) => new re(e, ne.DoesntContain, t, n), "doesntContain"), Hi = S((e, t, n) => new re(e, ne.DoesntEndWith, t, n), "doesntEndWith"), ki = S((e, t, n) => new re(e, ne.DoesntStartWith, t, n), "doesntStartWith"), Gi = S((e, t, n) => new re(e, ne.Contains, t, n), "contains"), Vi = S((e, t, n) => new re(e, ne.EndsWith, t, n), "endsWith"), Qi = S((e, t, n) => new re(e, ne.StartsWith, t, n), "startsWith"), Lf = S((e, t, n) => new re(e, ne.Like, t, n), "like"), Ki = S((e, t, n) => typeof t == "string" ? new re(e, ne.DoesntEqual, t, n) : ie(e, L.DoesntEqual, t, void 0, void 0, n), "doesntEqual"), Ji = S((e, t, n) => typeof t == "string" ? new re(e, ne.Equals, t, n) : ie(e, L.Equals, t, void 0, void 0, n), "equals"), Yi = S((e, t, n) => ie(e, L.FromNotEqual, t, void 0, void 0, n), "greaterThan"), Xi = S((e, t, n) => ie(e, L.From, t, void 0, void 0, n), "greaterThanOrEqual"), Zi = S((e, t, n) => ie(e, L.ToNotEqual, t, void 0, void 0, n), "lessThan"), es = S((e, t, n) => ie(e, L.To, t, void 0, void 0, n), "lessThanOrEqual"), mt = S((e, t, n, r) => ie(e, L.From, t, L.To, n, r), "between"), Rf = S((e, t, n, r) => ie(e, L.FromNotEqual, t, L.ToNotEqual, n, r), "betweenNotEqual"), ie = S((e, t, n, r, i, s) => new _f(e, t, n, r, i, s), "numeric"), _t = S((e, t, n) => new Ef(e, t, n), "members"), If = S((e, t, n) => Mt(e, t, void 0, n), "dateFrom"), Ff = S((e, t, n) => Mt(e, void 0, t, n), "dateTo"), Mt = S((e, t, n, r) => new Mf(e, t, n, r), "dateRange"), Pf = S((e, t, n, r, i) => new On(e, t, n, void 0, r, i), "dateRelative"), ts = S((e, t, n, r, i) => new On(e, t, n, qe.Next, r, i), "dateRelativeFrom"), Ee = S((e, t, n, r, i) => new On(e, t, n, qe.Last, r, i), "dateRelativeTo"), jf = S((e, t) => Ee(e.Years, 0, 1, void 0, t), "thisYear"), $f = S((e, t) => Ee(e.Months, 0, 1, void 0, t), "thisMonth"), Bf = S((e, t) => Ee(e.Quarters, 0, 1, void 0, t), "thisQuarter"), Uf = S((e, t) => Ee(e.Days, 0, 1, void 0, t), "today");
|
|
4796
4818
|
function oe(e, t, n, r, i, s, a) {
|
|
4797
4819
|
return new Cf(e, t, n, r, i, s, a);
|
|
4798
4820
|
}
|
|
@@ -4819,7 +4841,7 @@ var Se;
|
|
|
4819
4841
|
right: le(n)
|
|
4820
4842
|
}), "or");
|
|
4821
4843
|
})(Se = Se || (Se = {}));
|
|
4822
|
-
const ls = S((e, t, n) => new
|
|
4844
|
+
const ls = S((e, t, n) => new Df(e, t, n), "customFilter"), Zp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
4823
4845
|
__proto__: null,
|
|
4824
4846
|
between: mt,
|
|
4825
4847
|
betweenNotEqual: Rf,
|
|
@@ -4828,7 +4850,7 @@ const ls = S((e, t, n) => new Mf(e, t, n), "customFilter"), Zp = /* @__PURE__ */
|
|
|
4828
4850
|
contains: Gi,
|
|
4829
4851
|
customFilter: ls,
|
|
4830
4852
|
dateFrom: If,
|
|
4831
|
-
dateRange:
|
|
4853
|
+
dateRange: Mt,
|
|
4832
4854
|
dateRelative: Pf,
|
|
4833
4855
|
dateRelativeFrom: ts,
|
|
4834
4856
|
dateRelativeTo: Ee,
|
|
@@ -4878,7 +4900,7 @@ const ls = S((e, t, n) => new Mf(e, t, n), "customFilter"), Zp = /* @__PURE__ */
|
|
|
4878
4900
|
}, Hf = (e) => {
|
|
4879
4901
|
const { dim: t, title: n, datatype: r, agg: i, datasource: s } = e;
|
|
4880
4902
|
if (i)
|
|
4881
|
-
return
|
|
4903
|
+
return Mn({
|
|
4882
4904
|
expression: t,
|
|
4883
4905
|
dataType: r,
|
|
4884
4906
|
agg: i,
|
|
@@ -4888,11 +4910,11 @@ const ls = S((e, t, n) => new Mf(e, t, n), "customFilter"), Zp = /* @__PURE__ */
|
|
|
4888
4910
|
title: n,
|
|
4889
4911
|
dataSource: s
|
|
4890
4912
|
});
|
|
4891
|
-
},
|
|
4913
|
+
}, Mr = (e, t) => {
|
|
4892
4914
|
if ("formula" in e)
|
|
4893
4915
|
return gs(e);
|
|
4894
4916
|
const { dim: n, datatype: r, agg: i } = e;
|
|
4895
|
-
return
|
|
4917
|
+
return Mn({
|
|
4896
4918
|
expression: n,
|
|
4897
4919
|
granularity: ze(e),
|
|
4898
4920
|
dataType: r,
|
|
@@ -4972,7 +4994,7 @@ const Qf = (e) => e.top !== void 0, Kf = (e) => e.bottom !== void 0, Jf = (e) =>
|
|
|
4972
4994
|
switch (Cn(t)) {
|
|
4973
4995
|
case h.BOTTOM:
|
|
4974
4996
|
if (t.by)
|
|
4975
|
-
return us(e,
|
|
4997
|
+
return us(e, Mr(t.by, t.rankingMessage), t[h.BOTTOM], { guid: n });
|
|
4976
4998
|
break;
|
|
4977
4999
|
case h.EQUALS:
|
|
4978
5000
|
return Ji(e, t[h.EQUALS], { guid: n });
|
|
@@ -4984,7 +5006,7 @@ const Qf = (e) => e.top !== void 0, Kf = (e) => e.bottom !== void 0, Jf = (e) =>
|
|
|
4984
5006
|
return Xi(e, t[h.GREATER_THAN_OR_EQUAL], { guid: n });
|
|
4985
5007
|
case h.TOP:
|
|
4986
5008
|
if (t.by)
|
|
4987
|
-
return os(e,
|
|
5009
|
+
return os(e, Mr(t.by, t.rankingMessage), t[h.TOP], { guid: n });
|
|
4988
5010
|
break;
|
|
4989
5011
|
case h.STARTS_WITH:
|
|
4990
5012
|
return Qi(e, t[h.STARTS_WITH], { guid: n });
|
|
@@ -5061,13 +5083,13 @@ const Qf = (e) => e.top !== void 0, Kf = (e) => e.bottom !== void 0, Jf = (e) =>
|
|
|
5061
5083
|
}, Eh = (e) => {
|
|
5062
5084
|
const { from: t, to: n } = e;
|
|
5063
5085
|
return t !== void 0 && n !== void 0 && !e.isBetween;
|
|
5064
|
-
}, Oh = (e) => Cn(e) !== h.NONE, Nh = (e) => Object.keys(e).includes("isAdvanced"), Ch = (e) => !!(e.level && e.bucket && e.level === ae.MINUTES && kf.includes(e.bucket)), _h = (e) => e.filterType === E.INVALID,
|
|
5086
|
+
}, Oh = (e) => Cn(e) !== h.NONE, Nh = (e) => Object.keys(e).includes("isAdvanced"), Ch = (e) => !!(e.level && e.bucket && e.level === ae.MINUTES && kf.includes(e.bucket)), _h = (e) => e.filterType === E.INVALID, Dr = (e, t = Te.DATE_TIME, n) => n && Ch(n) || Nh(e) ? E.ADVANCED : yh(e) ? E.INCLUDE_ALL : Sh(e) ? E.PERIOD : Th(e) ? E.SPECIFIC_ITEMS : xh(e, t) ? E.DATE_RANGE : Eh(e) ? E.NUMERIC_RANGE : Oh(e) ? E.CONDITION : (_h(e), E.INVALID), Mh = (e, t) => {
|
|
5065
5087
|
const { level: n, filter: r, bucket: i } = e, s = r || Vf.filter, a = {
|
|
5066
|
-
filter: Object.assign(Object.assign({}, s), { filterType:
|
|
5088
|
+
filter: Object.assign(Object.assign({}, s), { filterType: Dr(s, t) })
|
|
5067
5089
|
};
|
|
5068
5090
|
if (t === Te.DATE_TIME) {
|
|
5069
5091
|
const o = s, u = (o == null ? void 0 : o.level) || n;
|
|
5070
|
-
a.level = bh(u, i), a.filter.filterType =
|
|
5092
|
+
a.level = bh(u, i), a.filter.filterType = Dr(s, t, { level: u, bucket: i });
|
|
5071
5093
|
}
|
|
5072
5094
|
return a;
|
|
5073
5095
|
}, Lr = (e, t) => {
|
|
@@ -5083,7 +5105,7 @@ const Qf = (e) => e.top !== void 0, Kf = (e) => e.bottom !== void 0, Jf = (e) =>
|
|
|
5083
5105
|
type: "filter"
|
|
5084
5106
|
};
|
|
5085
5107
|
return Object.assign({}, n);
|
|
5086
|
-
},
|
|
5108
|
+
}, Dh = (e, t) => _t(e, [], { guid: t }), Lh = (e, t, n, r) => {
|
|
5087
5109
|
const i = Rh(t), s = Ih(t, i), a = Pi({
|
|
5088
5110
|
guid: n,
|
|
5089
5111
|
excludeMembers: !1,
|
|
@@ -5100,7 +5122,7 @@ function Ih(e, t) {
|
|
|
5100
5122
|
const n = e.members;
|
|
5101
5123
|
return t ? n.filter((r) => !t.includes(r)) : n;
|
|
5102
5124
|
}
|
|
5103
|
-
const Fh = (e, t, n) =>
|
|
5125
|
+
const Fh = (e, t, n) => Mt(e, t.from, t.to, { guid: n }), Ph = (e, t, n) => mt(e, t.from, t.to, { guid: n }), jh = (e, t, n) => t.last ? Ee(e, t.last.offset, t.last.count, t.last.anchor, { guid: n }) : ts(e, t.next.offset, t.next.count, t.next.anchor, { guid: n }), $h = (e, t, n) => ls(e, t, {
|
|
5104
5126
|
guid: n
|
|
5105
5127
|
}), Rr = (e, t) => {
|
|
5106
5128
|
try {
|
|
@@ -5108,10 +5130,10 @@ const Fh = (e, t, n) => Dt(e, t.from, t.to, { guid: n }), Ph = (e, t, n) => mt(e
|
|
|
5108
5130
|
throw new Qe("errors.filter.formulaFiltersNotSupported", {
|
|
5109
5131
|
filter: JSON.stringify(e)
|
|
5110
5132
|
});
|
|
5111
|
-
const n =
|
|
5133
|
+
const n = Mh(e, e.datatype), { filter: r } = n, { filterType: i } = r, s = zf(e), a = Hf(e);
|
|
5112
5134
|
switch (i) {
|
|
5113
5135
|
case E.INCLUDE_ALL:
|
|
5114
|
-
return
|
|
5136
|
+
return Dh(s, t);
|
|
5115
5137
|
case E.SPECIFIC_ITEMS:
|
|
5116
5138
|
return Lh(s, r, t, r.multiSelection);
|
|
5117
5139
|
case E.CONDITION:
|
|
@@ -5264,16 +5286,16 @@ function rg(e) {
|
|
|
5264
5286
|
};
|
|
5265
5287
|
}
|
|
5266
5288
|
function kh(e) {
|
|
5267
|
-
return e ? e === "asc" ?
|
|
5289
|
+
return e ? e === "asc" ? D.Ascending : D.Descending : D.None;
|
|
5268
5290
|
}
|
|
5269
5291
|
function ig(e) {
|
|
5270
5292
|
switch (e) {
|
|
5271
5293
|
case "sortAsc":
|
|
5272
|
-
return
|
|
5294
|
+
return D.Ascending;
|
|
5273
5295
|
case "sortDesc":
|
|
5274
|
-
return
|
|
5296
|
+
return D.Descending;
|
|
5275
5297
|
default:
|
|
5276
|
-
return
|
|
5298
|
+
return D.None;
|
|
5277
5299
|
}
|
|
5278
5300
|
}
|
|
5279
5301
|
const Gh = (e, t, n = !1, r = !1) => {
|
|
@@ -5313,7 +5335,7 @@ const _n = ({ expression: e, dataType: t, granularity: n, format: r, sort: i, ti
|
|
|
5313
5335
|
return new Y(s != null ? s : u, e, n || g.Years, r || Y.getDefaultFormatForGranularity(n || g.Years), void 0, l, o, void 0, a);
|
|
5314
5336
|
const f = !t || cs(t) ? w.NumericAttribute : w.TextAttribute;
|
|
5315
5337
|
return new Ke(s != null ? s : u, e, f, void 0, l, o, void 0, a);
|
|
5316
|
-
},
|
|
5338
|
+
}, Mn = ({ expression: e, dataType: t, agg: n, granularity: r, format: i, sort: s, title: a, dataSource: o }) => {
|
|
5317
5339
|
const u = _n({
|
|
5318
5340
|
expression: e,
|
|
5319
5341
|
dataType: t,
|
|
@@ -5356,7 +5378,7 @@ function Vh(e, t, n) {
|
|
|
5356
5378
|
if ("formula" in e)
|
|
5357
5379
|
return gs(e);
|
|
5358
5380
|
const s = "datasource" in e ? e.datasource : void 0;
|
|
5359
|
-
return e.agg ?
|
|
5381
|
+
return e.agg ? Mn({
|
|
5360
5382
|
expression: e.dim,
|
|
5361
5383
|
dataType: e.datatype,
|
|
5362
5384
|
agg: e.agg || "",
|
|
@@ -5382,11 +5404,11 @@ function ze(e) {
|
|
|
5382
5404
|
const ms = (e) => zh(e).replace("number", "numeric");
|
|
5383
5405
|
class Ke extends vn {
|
|
5384
5406
|
constructor(t, n, r, i, s, a, o, u) {
|
|
5385
|
-
if (super(t, r || w.Attribute, i, a, o), this.__serializable = "DimensionalAttribute", this._sort =
|
|
5407
|
+
if (super(t, r || w.Attribute, i, a, o), this.__serializable = "DimensionalAttribute", this._sort = D.None, this.expression = n, !o && n) {
|
|
5386
5408
|
const { table: l, column: d } = Oe(n);
|
|
5387
5409
|
this.composeCode = bs(l, d, "", _i);
|
|
5388
5410
|
}
|
|
5389
|
-
u === "columns" && (this.panel = u), this._sort = s ||
|
|
5411
|
+
u === "columns" && (this.panel = u), this._sort = s || D.None;
|
|
5390
5412
|
}
|
|
5391
5413
|
/**
|
|
5392
5414
|
* gets the element's ID
|
|
@@ -5424,14 +5446,14 @@ class Ke extends vn {
|
|
|
5424
5446
|
datatype: ms(this.type)
|
|
5425
5447
|
}
|
|
5426
5448
|
};
|
|
5427
|
-
return this.panel && (n.panel = this.panel), this._sort !=
|
|
5449
|
+
return this.panel && (n.panel = this.panel), this._sort != D.None && (n.jaql.sort = this._sort == D.Ascending ? "asc" : "desc"), t === !0 ? n.jaql : n;
|
|
5428
5450
|
}
|
|
5429
5451
|
/**
|
|
5430
5452
|
* Gets a serializable representation of the element
|
|
5431
5453
|
*/
|
|
5432
5454
|
serialize() {
|
|
5433
5455
|
const t = super.serialize();
|
|
5434
|
-
return t.expression = this.expression, this.getSort() !==
|
|
5456
|
+
return t.expression = this.expression, this.getSort() !== D.None && (t.sort = this.getSort()), t;
|
|
5435
5457
|
}
|
|
5436
5458
|
}
|
|
5437
5459
|
const ug = (e) => !!(e && e.__serializable === "DimensionalAttribute");
|
|
@@ -5514,7 +5536,7 @@ class Y extends Ke {
|
|
|
5514
5536
|
const r = n.jaql.dateTimeLevel || n.jaql.level;
|
|
5515
5537
|
n.format = { mask: {} }, n.format.mask[r] = this._format;
|
|
5516
5538
|
}
|
|
5517
|
-
return this._sort !=
|
|
5539
|
+
return this._sort != D.None && (n.jaql.sort = this._sort == D.Ascending ? "asc" : "desc"), t === !0 ? n.jaql : n;
|
|
5518
5540
|
}
|
|
5519
5541
|
/**
|
|
5520
5542
|
* Obtain the JAQL representation of the level that depends on the granularity
|
|
@@ -5722,7 +5744,7 @@ function Xh(e, t) {
|
|
|
5722
5744
|
const n = r(t);
|
|
5723
5745
|
return Ss(n) ? [n] : n;
|
|
5724
5746
|
function r(i) {
|
|
5725
|
-
if (
|
|
5747
|
+
if (Dn(i))
|
|
5726
5748
|
return e.find((s) => s.config.guid === i.instanceid);
|
|
5727
5749
|
if (Ln(i))
|
|
5728
5750
|
return (i.operator === "AND" ? Se.and : Se.or)(r(i.left), r(i.right));
|
|
@@ -5753,7 +5775,7 @@ function hg(e, t, n) {
|
|
|
5753
5775
|
return null;
|
|
5754
5776
|
return i(e);
|
|
5755
5777
|
function i(s) {
|
|
5756
|
-
if (
|
|
5778
|
+
if (Dn(s))
|
|
5757
5779
|
return s.instanceid === t.config.guid ? { instanceid: n.config.guid } : s;
|
|
5758
5780
|
if (Ln(s))
|
|
5759
5781
|
return {
|
|
@@ -5832,7 +5854,7 @@ function ip(e) {
|
|
|
5832
5854
|
function sp(e) {
|
|
5833
5855
|
return "levels" in e && j(e.levels);
|
|
5834
5856
|
}
|
|
5835
|
-
function
|
|
5857
|
+
function Dn(e) {
|
|
5836
5858
|
return "instanceid" in e;
|
|
5837
5859
|
}
|
|
5838
5860
|
function Ln(e) {
|
|
@@ -5845,7 +5867,7 @@ function gg(e, t) {
|
|
|
5845
5867
|
if (!e)
|
|
5846
5868
|
return;
|
|
5847
5869
|
function n(r) {
|
|
5848
|
-
if (
|
|
5870
|
+
if (Dn(r)) {
|
|
5849
5871
|
const i = t.find((s) => s.config.guid === r.instanceid);
|
|
5850
5872
|
return i && Ct(i) ? {
|
|
5851
5873
|
type: "CascadingIdentifier",
|
|
@@ -6095,7 +6117,7 @@ function Ap(e, t) {
|
|
|
6095
6117
|
function wp(e, t, n, r) {
|
|
6096
6118
|
return Object.assign(Object.assign(Object.assign({ datasource: ps(e), by: at, queryGuid: As(), dashboard: at, widget: at, format: "pivot" }, n ? { count: n } : {}), r ? { offset: r } : {}), { grandTotals: Object.assign(Object.assign({}, Jh), t) });
|
|
6097
6119
|
}
|
|
6098
|
-
class
|
|
6120
|
+
class Dt extends zr {
|
|
6099
6121
|
constructor(t, n) {
|
|
6100
6122
|
super(kr, {
|
|
6101
6123
|
key: t,
|
|
@@ -6120,7 +6142,7 @@ const Op = (e, t) => {
|
|
|
6120
6142
|
return u.value;
|
|
6121
6143
|
if (Ep(u))
|
|
6122
6144
|
return u.valuePromise;
|
|
6123
|
-
throw new
|
|
6145
|
+
throw new Dt("errors.unexpectedCacheValue");
|
|
6124
6146
|
} else {
|
|
6125
6147
|
const u = s(...a);
|
|
6126
6148
|
return n.set(o, {
|
|
@@ -6153,7 +6175,7 @@ const In = (e, t) => {
|
|
|
6153
6175
|
s && s.forEach((c) => c.isScope = !0), o && o.forEach((c) => c.isScope = !0);
|
|
6154
6176
|
const f = n || t;
|
|
6155
6177
|
if (!f)
|
|
6156
|
-
throw new
|
|
6178
|
+
throw new Dt("errors.executeQueryNoDataSource");
|
|
6157
6179
|
return {
|
|
6158
6180
|
dataSource: f,
|
|
6159
6181
|
attributes: r,
|
|
@@ -6169,7 +6191,7 @@ const In = (e, t) => {
|
|
|
6169
6191
|
function Cp(e, t, n) {
|
|
6170
6192
|
const r = In(e, t == null ? void 0 : t.defaultDataSource);
|
|
6171
6193
|
return t.queryClient.executeQuery(r, n).resultPromise.catch((i) => {
|
|
6172
|
-
throw i.message.includes("SecondsLevelIsNotSupportedException") ? new
|
|
6194
|
+
throw i.message.includes("SecondsLevelIsNotSupportedException") ? new Dt("errors.secondsDateTimeLevelSupportedOnlyForLive") : i;
|
|
6173
6195
|
});
|
|
6174
6196
|
}
|
|
6175
6197
|
const wg = (e, t, n) => {
|
|
@@ -6180,7 +6202,7 @@ const wg = (e, t, n) => {
|
|
|
6180
6202
|
u && u.forEach((p) => p.isScope = !0), d && d.forEach((p) => p.isScope = !0);
|
|
6181
6203
|
const m = r || (t == null ? void 0 : t.defaultDataSource);
|
|
6182
6204
|
if (!m)
|
|
6183
|
-
throw new
|
|
6205
|
+
throw new Dt("errors.executeQueryNoDataSource");
|
|
6184
6206
|
return t.queryClient.executePivotQuery({
|
|
6185
6207
|
dataSource: m,
|
|
6186
6208
|
// internally, for clarity, dimensions for "rows" and "columns"
|
|
@@ -6198,138 +6220,138 @@ const wg = (e, t, n) => {
|
|
|
6198
6220
|
}, n).resultPromise;
|
|
6199
6221
|
}, _p = (e) => JSON.stringify(U(y({}, bp(e, !1)), {
|
|
6200
6222
|
queryGuid: ""
|
|
6201
|
-
})),
|
|
6223
|
+
})), Mp = (e, t) => {
|
|
6202
6224
|
const n = In(e, t == null ? void 0 : t.defaultDataSource);
|
|
6203
6225
|
return _p(n);
|
|
6204
|
-
},
|
|
6205
|
-
cacheMaxSize:
|
|
6226
|
+
}, Dp = 250, { withCache: Lp, clearCache: Rp } = Op(Mp, {
|
|
6227
|
+
cacheMaxSize: Dp
|
|
6206
6228
|
}), Eg = Lp(Cp), Og = Rp;
|
|
6207
6229
|
export {
|
|
6208
|
-
|
|
6230
|
+
zr as $,
|
|
6209
6231
|
A,
|
|
6210
|
-
|
|
6211
|
-
|
|
6232
|
+
hn as B,
|
|
6233
|
+
ee as C,
|
|
6212
6234
|
vn as D,
|
|
6213
|
-
|
|
6214
|
-
|
|
6215
|
-
|
|
6216
|
-
|
|
6217
|
-
|
|
6218
|
-
|
|
6219
|
-
|
|
6220
|
-
|
|
6235
|
+
al as E,
|
|
6236
|
+
ri as F,
|
|
6237
|
+
K as G,
|
|
6238
|
+
j as H,
|
|
6239
|
+
$d as I,
|
|
6240
|
+
Ic as J,
|
|
6241
|
+
J as K,
|
|
6242
|
+
pa as L,
|
|
6221
6243
|
w as M,
|
|
6222
|
-
|
|
6223
|
-
|
|
6224
|
-
|
|
6225
|
-
|
|
6226
|
-
|
|
6227
|
-
|
|
6228
|
-
|
|
6229
|
-
|
|
6230
|
-
|
|
6231
|
-
|
|
6232
|
-
|
|
6233
|
-
|
|
6234
|
-
|
|
6235
|
-
|
|
6244
|
+
fe as N,
|
|
6245
|
+
yi as O,
|
|
6246
|
+
an as P,
|
|
6247
|
+
Nd as Q,
|
|
6248
|
+
Sd as R,
|
|
6249
|
+
D as S,
|
|
6250
|
+
Dt as T,
|
|
6251
|
+
Gc as U,
|
|
6252
|
+
nn as V,
|
|
6253
|
+
zt as W,
|
|
6254
|
+
cs as X,
|
|
6255
|
+
vf as Y,
|
|
6256
|
+
Sf as Z,
|
|
6257
|
+
qr as _,
|
|
6236
6258
|
ye as a,
|
|
6237
|
-
|
|
6238
|
-
|
|
6239
|
-
|
|
6240
|
-
|
|
6241
|
-
|
|
6242
|
-
|
|
6243
|
-
|
|
6244
|
-
|
|
6245
|
-
|
|
6246
|
-
|
|
6247
|
-
|
|
6248
|
-
|
|
6249
|
-
|
|
6250
|
-
|
|
6251
|
-
|
|
6252
|
-
|
|
6253
|
-
|
|
6254
|
-
|
|
6255
|
-
|
|
6256
|
-
|
|
6257
|
-
|
|
6258
|
-
|
|
6259
|
-
|
|
6260
|
-
|
|
6261
|
-
|
|
6262
|
-
|
|
6263
|
-
|
|
6264
|
-
|
|
6265
|
-
|
|
6266
|
-
|
|
6267
|
-
|
|
6268
|
-
|
|
6269
|
-
|
|
6270
|
-
|
|
6271
|
-
|
|
6272
|
-
|
|
6273
|
-
|
|
6274
|
-
|
|
6275
|
-
|
|
6276
|
-
|
|
6277
|
-
|
|
6278
|
-
|
|
6279
|
-
|
|
6280
|
-
|
|
6281
|
-
|
|
6282
|
-
|
|
6283
|
-
|
|
6284
|
-
|
|
6285
|
-
|
|
6286
|
-
|
|
6287
|
-
|
|
6288
|
-
|
|
6289
|
-
|
|
6290
|
-
|
|
6291
|
-
|
|
6292
|
-
|
|
6293
|
-
|
|
6294
|
-
|
|
6295
|
-
|
|
6296
|
-
|
|
6297
|
-
|
|
6298
|
-
|
|
6299
|
-
|
|
6300
|
-
|
|
6259
|
+
Qi as a$,
|
|
6260
|
+
cg as a0,
|
|
6261
|
+
hs as a1,
|
|
6262
|
+
Th as a2,
|
|
6263
|
+
Oh as a3,
|
|
6264
|
+
Cn as a4,
|
|
6265
|
+
h as a5,
|
|
6266
|
+
Yt as a6,
|
|
6267
|
+
ys as a7,
|
|
6268
|
+
Xh as a8,
|
|
6269
|
+
hg as a9,
|
|
6270
|
+
Eg as aA,
|
|
6271
|
+
Cp as aB,
|
|
6272
|
+
Ci as aC,
|
|
6273
|
+
_t as aD,
|
|
6274
|
+
Mt as aE,
|
|
6275
|
+
Sn as aF,
|
|
6276
|
+
Tn as aG,
|
|
6277
|
+
Xp as aH,
|
|
6278
|
+
qe as aI,
|
|
6279
|
+
ts as aJ,
|
|
6280
|
+
Ee as aK,
|
|
6281
|
+
k as aL,
|
|
6282
|
+
L as aM,
|
|
6283
|
+
$i as aN,
|
|
6284
|
+
ne as aO,
|
|
6285
|
+
Ji as aP,
|
|
6286
|
+
Ki as aQ,
|
|
6287
|
+
Zi as aR,
|
|
6288
|
+
es as aS,
|
|
6289
|
+
Yi as aT,
|
|
6290
|
+
Xi as aU,
|
|
6291
|
+
mt as aV,
|
|
6292
|
+
Nn as aW,
|
|
6293
|
+
os as aX,
|
|
6294
|
+
us as aY,
|
|
6295
|
+
Gi as aZ,
|
|
6296
|
+
zi as a_,
|
|
6297
|
+
Zh as aa,
|
|
6298
|
+
tg as ab,
|
|
6299
|
+
zh as ac,
|
|
6300
|
+
Ag as ad,
|
|
6301
|
+
Og as ae,
|
|
6302
|
+
wf as af,
|
|
6303
|
+
xg as ag,
|
|
6304
|
+
fg as ah,
|
|
6305
|
+
Dn as ai,
|
|
6306
|
+
mg as aj,
|
|
6307
|
+
Ln as ak,
|
|
6308
|
+
Rn as al,
|
|
6309
|
+
pg as am,
|
|
6310
|
+
vs as an,
|
|
6311
|
+
Of as ao,
|
|
6312
|
+
ql as ap,
|
|
6313
|
+
Vh as aq,
|
|
6314
|
+
ng as ar,
|
|
6315
|
+
Ct as as,
|
|
6316
|
+
Hp as at,
|
|
6317
|
+
Gp as au,
|
|
6318
|
+
sg as av,
|
|
6319
|
+
ag as aw,
|
|
6320
|
+
gg as ax,
|
|
6321
|
+
Pc as ay,
|
|
6322
|
+
Mp as az,
|
|
6301
6323
|
_i as b,
|
|
6302
6324
|
X as b$,
|
|
6303
|
-
|
|
6304
|
-
|
|
6305
|
-
|
|
6306
|
-
|
|
6307
|
-
|
|
6308
|
-
|
|
6309
|
-
|
|
6310
|
-
|
|
6311
|
-
|
|
6312
|
-
|
|
6313
|
-
|
|
6314
|
-
|
|
6315
|
-
|
|
6316
|
-
|
|
6317
|
-
|
|
6318
|
-
|
|
6319
|
-
|
|
6320
|
-
|
|
6321
|
-
|
|
6322
|
-
|
|
6323
|
-
|
|
6324
|
-
|
|
6325
|
-
|
|
6326
|
-
|
|
6327
|
-
|
|
6328
|
-
|
|
6329
|
-
|
|
6330
|
-
|
|
6331
|
-
|
|
6332
|
-
|
|
6325
|
+
ki as b0,
|
|
6326
|
+
Vi as b1,
|
|
6327
|
+
Hi as b2,
|
|
6328
|
+
Lf as b3,
|
|
6329
|
+
Jp as b4,
|
|
6330
|
+
Vp as b5,
|
|
6331
|
+
Yp as b6,
|
|
6332
|
+
zp as b7,
|
|
6333
|
+
kp as b8,
|
|
6334
|
+
bg as b9,
|
|
6335
|
+
At as bA,
|
|
6336
|
+
qd as bB,
|
|
6337
|
+
bn as bC,
|
|
6338
|
+
Od as bD,
|
|
6339
|
+
Ao as bE,
|
|
6340
|
+
Ni as bF,
|
|
6341
|
+
mn as bG,
|
|
6342
|
+
Bc as bH,
|
|
6343
|
+
ig as bI,
|
|
6344
|
+
qt as bJ,
|
|
6345
|
+
Yl as bK,
|
|
6346
|
+
pt as bL,
|
|
6347
|
+
Vl as bM,
|
|
6348
|
+
Pd as bN,
|
|
6349
|
+
fd as bO,
|
|
6350
|
+
qh as bP,
|
|
6351
|
+
Tt as bQ,
|
|
6352
|
+
Md as bR,
|
|
6353
|
+
St as bS,
|
|
6354
|
+
Zt as bT,
|
|
6333
6355
|
ug as bU,
|
|
6334
6356
|
lg as bV,
|
|
6335
6357
|
Af as bW,
|
|
@@ -6337,37 +6359,37 @@ export {
|
|
|
6337
6359
|
qp as bY,
|
|
6338
6360
|
Kp as bZ,
|
|
6339
6361
|
Qp as b_,
|
|
6340
|
-
|
|
6341
|
-
|
|
6342
|
-
|
|
6343
|
-
|
|
6344
|
-
|
|
6345
|
-
|
|
6346
|
-
|
|
6347
|
-
|
|
6348
|
-
|
|
6349
|
-
|
|
6350
|
-
|
|
6351
|
-
|
|
6352
|
-
|
|
6353
|
-
|
|
6354
|
-
|
|
6355
|
-
|
|
6356
|
-
|
|
6357
|
-
|
|
6358
|
-
|
|
6359
|
-
|
|
6360
|
-
|
|
6361
|
-
|
|
6362
|
-
|
|
6363
|
-
|
|
6364
|
-
|
|
6365
|
-
|
|
6362
|
+
yg as ba,
|
|
6363
|
+
vg as bb,
|
|
6364
|
+
Sg as bc,
|
|
6365
|
+
Wh as bd,
|
|
6366
|
+
xn as be,
|
|
6367
|
+
Pf as bf,
|
|
6368
|
+
Ie as bg,
|
|
6369
|
+
qf as bh,
|
|
6370
|
+
Fr as bi,
|
|
6371
|
+
_d as bj,
|
|
6372
|
+
Ei as bk,
|
|
6373
|
+
oi as bl,
|
|
6374
|
+
wg as bm,
|
|
6375
|
+
Tg as bn,
|
|
6376
|
+
kr as bo,
|
|
6377
|
+
Li as bp,
|
|
6378
|
+
Bp as bq,
|
|
6379
|
+
Cd as br,
|
|
6380
|
+
ha as bs,
|
|
6381
|
+
wt as bt,
|
|
6382
|
+
Ve as bu,
|
|
6383
|
+
Kr as bv,
|
|
6384
|
+
rn as bw,
|
|
6385
|
+
Ae as bx,
|
|
6386
|
+
Dd as by,
|
|
6387
|
+
vi as bz,
|
|
6366
6388
|
g as c,
|
|
6367
6389
|
Qt as c0,
|
|
6368
|
-
|
|
6390
|
+
Df as c1,
|
|
6369
6391
|
On as c2,
|
|
6370
|
-
|
|
6392
|
+
Mf as c3,
|
|
6371
6393
|
re as c4,
|
|
6372
6394
|
_f as c5,
|
|
6373
6395
|
Ui as c6,
|
|
@@ -6384,7 +6406,7 @@ export {
|
|
|
6384
6406
|
Ke as e,
|
|
6385
6407
|
gs as f,
|
|
6386
6408
|
ze as g,
|
|
6387
|
-
|
|
6409
|
+
Mn as h,
|
|
6388
6410
|
_n as i,
|
|
6389
6411
|
ms as j,
|
|
6390
6412
|
og as k,
|
|
@@ -6401,6 +6423,6 @@ export {
|
|
|
6401
6423
|
bp as v,
|
|
6402
6424
|
ps as w,
|
|
6403
6425
|
Yh as x,
|
|
6404
|
-
|
|
6405
|
-
|
|
6426
|
+
jp as y,
|
|
6427
|
+
Pp as z
|
|
6406
6428
|
};
|