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.
- package/dist/lib/{index-C4FeLQEv.mjs → index-BRjPUpBp.mjs} +2587 -2522
- package/dist/lib/{initMock-DwQKZ8T4.mjs → initMock-DqOvDfSZ.mjs} +1 -1
- package/dist/lib/language-server-web-worker.mjs +1 -1
- package/dist/lib/language-server.mjs +1 -1
- package/dist/lib/{server-common-BbjTO8TH.mjs → server-common-BdwSpo3T.mjs} +4466 -4436
- package/dist/lib/xmlui.d.ts +5 -2
- package/dist/lib/xmlui.mjs +1 -1
- package/dist/metadata/{collectedComponentMetadata-CTFECKPI.mjs → collectedComponentMetadata-yBdEI1xB.mjs} +2089 -2024
- package/dist/metadata/{initMock-DUtrSCpH.mjs → initMock-BQykhNyQ.mjs} +1 -1
- package/dist/metadata/xmlui-metadata.mjs +1 -1
- package/dist/metadata/xmlui-metadata.umd.js +57 -57
- package/dist/scripts/package.json +1 -1
- package/dist/scripts/src/components/Tabs/TabContext.js +7 -7
- package/dist/scripts/src/components/Tabs/TabItem.js +10 -5
- package/dist/scripts/src/components/Tabs/TabItemNative.js +10 -9
- package/dist/scripts/src/components/Tabs/Tabs.js +17 -3
- package/dist/scripts/src/components/Tabs/TabsNative.js +33 -8
- package/dist/standalone/xmlui-standalone.es.d.ts +8 -3
- package/dist/standalone/xmlui-standalone.umd.js +87 -87
- package/package.json +1 -1
package/dist/lib/xmlui.d.ts
CHANGED
|
@@ -1078,7 +1078,9 @@ declare type Props_3 = {
|
|
|
1078
1078
|
id?: string;
|
|
1079
1079
|
activeTab?: number;
|
|
1080
1080
|
orientation?: "horizontal" | "vertical";
|
|
1081
|
-
|
|
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
|
-
|
|
1468
|
+
headerRenderer?: (contextVars: any) => ReactNode;
|
|
1466
1469
|
children?: ReactNode;
|
|
1467
1470
|
style?: CSSProperties;
|
|
1468
1471
|
};
|
package/dist/lib/xmlui.mjs
CHANGED
|
@@ -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-
|
|
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,
|