@adiba-banking-cloud/backoffice 0.0.104 → 0.0.105
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/build/index.cjs.js/{heatmap-CMbh3f40.js → heatmap-iI7S3gXi.js} +1 -1
- package/build/index.cjs.js/{index-DtyYkhep.js → index-FFda0udd.js} +3 -1
- package/build/index.cjs.js/index.js +1 -1
- package/build/index.esm.js/{heatmap-OI5flU15.js → heatmap-B5TomJs2.js} +1 -1
- package/build/index.esm.js/{index-BfazjC7j.js → index-D_S62F0o.js} +3 -1
- package/build/index.esm.js/index.js +1 -1
- package/build/typings/components/charts/heatmap/Heatmap.types.d.ts +1 -0
- package/package.json +1 -1
|
@@ -12153,7 +12153,7 @@ const initChart$1 = props => {
|
|
|
12153
12153
|
}
|
|
12154
12154
|
|
|
12155
12155
|
// Fallback: use dynamic import (async, but will work in Vite/Storybook)
|
|
12156
|
-
Promise.resolve().then(function () { return require('./heatmap-
|
|
12156
|
+
Promise.resolve().then(function () { return require('./heatmap-iI7S3gXi.js'); }).then(function (n) { return n.heatmap; }).then(heatmapModule => {
|
|
12157
12157
|
const moduleFn = typeof heatmapModule === "function" ? heatmapModule : heatmapModule?.default || heatmapModule;
|
|
12158
12158
|
if (typeof moduleFn === "function") {
|
|
12159
12159
|
moduleFn(Highcharts);
|
|
@@ -12342,6 +12342,8 @@ const initCalendarSeries = props => {
|
|
|
12342
12342
|
});
|
|
12343
12343
|
const renderYAxis = () => ({
|
|
12344
12344
|
categories: weeks,
|
|
12345
|
+
reversed: props.reversed || false,
|
|
12346
|
+
// Configurable: reverse the y-axis (oldest at top when true)
|
|
12345
12347
|
title: {
|
|
12346
12348
|
text: null
|
|
12347
12349
|
},
|
|
@@ -12132,7 +12132,7 @@ const initChart$1 = props => {
|
|
|
12132
12132
|
}
|
|
12133
12133
|
|
|
12134
12134
|
// Fallback: use dynamic import (async, but will work in Vite/Storybook)
|
|
12135
|
-
import('./heatmap-
|
|
12135
|
+
import('./heatmap-B5TomJs2.js').then(function (n) { return n.h; }).then(heatmapModule => {
|
|
12136
12136
|
const moduleFn = typeof heatmapModule === "function" ? heatmapModule : heatmapModule?.default || heatmapModule;
|
|
12137
12137
|
if (typeof moduleFn === "function") {
|
|
12138
12138
|
moduleFn(Highcharts);
|
|
@@ -12321,6 +12321,8 @@ const initCalendarSeries = props => {
|
|
|
12321
12321
|
});
|
|
12322
12322
|
const renderYAxis = () => ({
|
|
12323
12323
|
categories: weeks,
|
|
12324
|
+
reversed: props.reversed || false,
|
|
12325
|
+
// Configurable: reverse the y-axis (oldest at top when true)
|
|
12324
12326
|
title: {
|
|
12325
12327
|
text: null
|
|
12326
12328
|
},
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { A as ApplicationMenu, o as ApplicationPanel, k as AvatarLabelPanel, B as BasicHeatmap, C as CalendarHeatmap, n as ConnectionPanel, D as DonutChart, z as Drawer, e as DynamicLogo, f as DynamicShigaLogo, E as EqualizerColumn, u as ErrorModal, F as File, d as Icons, v as InfoModal, I as InterpolatedHeatmap, L as LabelPanel, H as MaskedTilePanel, M as MultiAxisArea, P as PageTitle, q as PaymentMethod, r as PaymentMethodAdd, j as SearchPanel, h as SideMenu, b as SimpleArea, S as SimpleColumn, G as SimpleForm, w as SimpleModal, i as SimplePanel, s as SimpleTable, l as SimpleText, c as StackedArea, a as StackedColumn, p as SubscriptionPlans, x as SuccessModal, J as TilePanel, m as TitleWithIndex, T as TitledPanel, y as TwoFactorModal, U as UserMenu, t as theme, N as useManagedModals, K as useModal } from './index-
|
|
1
|
+
export { A as ApplicationMenu, o as ApplicationPanel, k as AvatarLabelPanel, B as BasicHeatmap, C as CalendarHeatmap, n as ConnectionPanel, D as DonutChart, z as Drawer, e as DynamicLogo, f as DynamicShigaLogo, E as EqualizerColumn, u as ErrorModal, F as File, d as Icons, v as InfoModal, I as InterpolatedHeatmap, L as LabelPanel, H as MaskedTilePanel, M as MultiAxisArea, P as PageTitle, q as PaymentMethod, r as PaymentMethodAdd, j as SearchPanel, h as SideMenu, b as SimpleArea, S as SimpleColumn, G as SimpleForm, w as SimpleModal, i as SimplePanel, s as SimpleTable, l as SimpleText, c as StackedArea, a as StackedColumn, p as SubscriptionPlans, x as SuccessModal, J as TilePanel, m as TitleWithIndex, T as TitledPanel, y as TwoFactorModal, U as UserMenu, t as theme, N as useManagedModals, K as useModal } from './index-D_S62F0o.js';
|
|
2
2
|
import '@mantine/modals';
|
|
3
3
|
import 'react';
|
|
4
4
|
import '@mantine/core';
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adiba-banking-cloud/backoffice",
|
|
3
3
|
"author": "TUROG Technologies",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.105",
|
|
5
5
|
"description": "An ADIBA component library for backoffice and dashboard applications",
|
|
6
6
|
"license": "ISC",
|
|
7
7
|
"main": "build/index.cjs.js",
|