@flux-ui/statistics 3.0.0-next.58 → 3.0.0-next.60
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/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +7 -7
- package/src/component/FluxStatisticsBase.vue +1 -1
- package/src/component/FluxStatisticsChange.vue +1 -1
- package/src/component/FluxStatisticsChart.vue +1 -1
- package/src/component/FluxStatisticsChartPane.vue +1 -1
- package/src/component/FluxStatisticsDetailsTable.vue +1 -1
- package/src/component/FluxStatisticsDetailsTableRow.vue +1 -1
- package/src/component/FluxStatisticsGrid.vue +1 -1
- package/src/component/FluxStatisticsKpi.vue +1 -1
- package/src/component/FluxStatisticsLegend.vue +1 -1
- package/src/component/FluxStatisticsLegendItem.vue +1 -1
- package/src/component/FluxStatisticsMeter.vue +1 -1
- package/src/component/FluxStatisticsMetric.vue +1 -1
- package/src/css/ChartPane.module.scss +1 -1
- package/src/css/DetailsTable.module.scss +1 -1
- package/src/css/Grid.module.scss +1 -1
- package/src/css/Legend.module.scss +1 -1
package/dist/index.js
CHANGED
|
@@ -9267,7 +9267,7 @@ function friendlyDateTime(dateTimeish) {
|
|
|
9267
9267
|
else throw new InvalidArgumentError(`Unknown datetime argument: ${dateTimeish}, of type ${typeof dateTimeish}`);
|
|
9268
9268
|
}
|
|
9269
9269
|
//#endregion
|
|
9270
|
-
//#region ../../node_modules/.bun/@basmilius+utils@3.
|
|
9270
|
+
//#region ../../node_modules/.bun/@basmilius+utils@3.24.0/node_modules/@basmilius/utils/dist/index.mjs
|
|
9271
9271
|
function p$1(e, t = 0) {
|
|
9272
9272
|
let n = typeof navigator < `u` ? navigator.language : `nl-NL`;
|
|
9273
9273
|
return new Intl.NumberFormat(n, {
|
|
@@ -9304,7 +9304,7 @@ function K$1(e, t, n) {
|
|
|
9304
9304
|
Object.defineProperty(e, t, { value: n });
|
|
9305
9305
|
}
|
|
9306
9306
|
//#endregion
|
|
9307
|
-
//#region ../../node_modules/.bun/@basmilius+http-client@3.
|
|
9307
|
+
//#region ../../node_modules/.bun/@basmilius+http-client@3.24.0+96a7401e32316653/node_modules/@basmilius/http-client/dist/index.mjs
|
|
9308
9308
|
function c(e) {
|
|
9309
9309
|
return class extends e {
|
|
9310
9310
|
constructor(...e) {
|