@mxmweb/zui 1.3.2 → 1.3.3

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.
@@ -19,7 +19,7 @@ export { DockContainer } from './zui-layouts/src/lib_enter.ts';
19
19
  export { DynamicForm, useDynamicFormItems } from './zui-components/src/lib_enter.ts';
20
20
  export type { DynamicFormProps, FormItemProps, FormItemType } from './zui-components/src/lib_enter.ts';
21
21
  export { generateFormItems, validateFormData, getFormDefaultValues, isFormValid, getFormErrors, } from './zui-components/src/lib_enter.ts';
22
- export { defaultTheme, deepMergeTheme, ThemeProvider } from './zui-theme/src/lib_enter.ts';
22
+ export { defaultTheme, deepMergeTheme, ThemeProvider, useTheme } from './zui-theme/src/lib_enter.ts';
23
23
  export type { Styles, AppTheme } from './zui-theme/src/lib_enter.ts';
24
24
  export { Icon, Icons, LazyIcons } from './zui-icons/src/lib_enter.ts';
25
25
  export type { IconProps } from './zui-icons/src/lib_enter.ts';
package/index.js CHANGED
@@ -1,26 +1,26 @@
1
1
  import { Button as r, DropDownButton as a, DropdownMenu as m, DropdownMenu as n, SharedPagination as t } from "@mxmweb/zui-elements";
2
- import { CustomDock as D, DynamicForm as i, DynamicTable as l, GoogleNavbar as d, GoogleNavbar as p, Uploader as u, generateFormItems as c, getFormDefaultValues as g, getFormErrors as f, isFormValid as F, useDynamicFormItems as b, useDynamicTableColumns as h, validateFormData as v } from "@mxmweb/zui-components";
3
- import { DashboardContainer as y, DockContainer as I } from "@mxmweb/zui-layouts";
4
- import { ThemeProvider as w, deepMergeTheme as C, defaultTheme as M } from "@mxmweb/zui-theme";
5
- import { Icon as N, Icons as k, LazyIcons as B } from "@mxmweb/zui-icons";
2
+ import { CustomDock as D, DynamicForm as i, DynamicTable as l, GoogleNavbar as u, GoogleNavbar as d, Uploader as p, generateFormItems as c, getFormDefaultValues as g, getFormErrors as f, isFormValid as F, useDynamicFormItems as b, useDynamicTableColumns as h, validateFormData as T } from "@mxmweb/zui-components";
3
+ import { DashboardContainer as x, DockContainer as y } from "@mxmweb/zui-layouts";
4
+ import { ThemeProvider as w, deepMergeTheme as C, defaultTheme as M, useTheme as G } from "@mxmweb/zui-theme";
5
+ import { Icon as k, Icons as B, LazyIcons as P } from "@mxmweb/zui-icons";
6
6
  export {
7
7
  r as Button,
8
8
  D as CustomDock,
9
- y as DashboardContainer,
10
- I as DockContainer,
9
+ x as DashboardContainer,
10
+ y as DockContainer,
11
11
  a as DropDownButton,
12
12
  m as DropdownMenu,
13
13
  i as DynamicForm,
14
14
  l as DynamicTable,
15
- d as GoggleNavbar,
16
- p as GoogleNavbar,
17
- N as Icon,
18
- k as Icons,
19
- B as LazyIcons,
15
+ u as GoggleNavbar,
16
+ d as GoogleNavbar,
17
+ k as Icon,
18
+ B as Icons,
19
+ P as LazyIcons,
20
20
  n as MoreDropdown,
21
21
  t as SharedPagination,
22
22
  w as ThemeProvider,
23
- u as Uploader,
23
+ p as Uploader,
24
24
  C as deepMergeTheme,
25
25
  M as defaultTheme,
26
26
  c as generateFormItems,
@@ -29,5 +29,6 @@ export {
29
29
  F as isFormValid,
30
30
  b as useDynamicFormItems,
31
31
  h as useDynamicTableColumns,
32
- v as validateFormData
32
+ G as useTheme,
33
+ T as validateFormData
33
34
  };
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "style": "assets/style.css",
6
6
  "types": "cluster_enter.d.ts",
7
7
  "private": false,
8
- "version": "1.3.2",
8
+ "version": "1.3.3",
9
9
  "author": "hanfeng_Zhang",
10
10
  "type": "module",
11
11
  "scripts": {