@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.
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-DtyYkhep.js');
3
+ var index = require('./index-FFda0udd.js');
4
4
 
5
5
  function _mergeNamespaces(n, m) {
6
6
  m.forEach(function (e) {
@@ -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-CMbh3f40.js'); }).then(function (n) { return n.heatmap; }).then(heatmapModule => {
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
  },
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-DtyYkhep.js');
3
+ var index = require('./index-FFda0udd.js');
4
4
  require('@mantine/modals');
5
5
  require('react');
6
6
  require('@mantine/core');
@@ -1,4 +1,4 @@
1
- import { g as getDefaultExportFromCjs } from './index-BfazjC7j.js';
1
+ import { g as getDefaultExportFromCjs } from './index-D_S62F0o.js';
2
2
 
3
3
  function _mergeNamespaces(n, m) {
4
4
  m.forEach(function (e) {
@@ -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-OI5flU15.js').then(function (n) { return n.h; }).then(heatmapModule => {
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-BfazjC7j.js';
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';
@@ -25,6 +25,7 @@ export interface BaseHeatmapProps {
25
25
  showXLabel?: boolean;
26
26
  showYLabel?: boolean;
27
27
  valueLabel?: string;
28
+ reversed?: boolean;
28
29
  colorScale?: {
29
30
  min?: number;
30
31
  max?: number;
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.104",
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",