xmlui 0.9.93 → 0.9.94

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.
@@ -1078,7 +1078,9 @@ declare type Props_3 = {
1078
1078
  id?: string;
1079
1079
  activeTab?: number;
1080
1080
  orientation?: "horizontal" | "vertical";
1081
- tabRenderer?: (item: {
1081
+ headerRenderer?: (item: {
1082
+ id?: string;
1083
+ index: number;
1082
1084
  label: string;
1083
1085
  isActive: boolean;
1084
1086
  }) => ReactNode;
@@ -1461,8 +1463,9 @@ declare const T_VAR_STATEMENT: number;
1461
1463
  declare const T_WHILE_STATEMENT: number;
1462
1464
 
1463
1465
  declare type Tab = {
1466
+ id?: string;
1464
1467
  label: string;
1465
- labelRenderer?: (contextVars: any) => ReactNode;
1468
+ headerRenderer?: (contextVars: any) => ReactNode;
1466
1469
  children?: ReactNode;
1467
1470
  style?: CSSProperties;
1468
1471
  };
@@ -1,4 +1,4 @@
1
- import { y as e, A as t, B as o, E as r, I as n, L as p, J as u, N as i, z as l, i as m, h as C, S as d, b as x, k as T, l as c, F as S, G as A, H as g, V as h, D as v, c as B, e as I, f as L, w as b, j as k, p as y, s as E, t as M, M as V, n as f, q as H, O as N, v as R, K as D, u as U, C as X, x as j } from "./index-C4FeLQEv.mjs";
1
+ import { y as e, A as t, B as o, E as r, I as n, L as p, J as u, N as i, z as l, i as m, h as C, S as d, b as x, k as T, l as c, F as S, G as A, H as g, V as h, D as v, c as B, e as I, f as L, w as b, j as k, p as y, s as E, t as M, M as V, n as f, q as H, O as N, v as R, K as D, u as U, C as X, x as j } from "./index-BRjPUpBp.mjs";
2
2
  import { X as w } from "./xmlui-serializer-D6rtRMNI.mjs";
3
3
  export {
4
4
  e as ApiInterceptorProvider,