bitz-react-admin-ui 2.1.3 → 2.1.5

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.
Files changed (65) hide show
  1. package/dist/_virtual/dayjs.min.mjs +5 -2
  2. package/dist/_virtual/dayjs.min2.mjs +4 -0
  3. package/dist/_virtual/index.mjs +2 -2
  4. package/dist/_virtual/index2.mjs +2 -2
  5. package/dist/assets/iconfont/IconColumnCancelFixed.d.ts +7 -0
  6. package/dist/assets/iconfont/IconColumnCancelFixed.mjs +35 -0
  7. package/dist/assets/iconfont/IconColumnFixedLeft.d.ts +7 -0
  8. package/dist/assets/iconfont/IconColumnFixedLeft.mjs +35 -0
  9. package/dist/assets/iconfont/IconColumnFixedRight.d.ts +7 -0
  10. package/dist/assets/iconfont/IconColumnFixedRight.mjs +35 -0
  11. package/dist/assets/iconfont/IconDragOrder.d.ts +7 -0
  12. package/dist/assets/iconfont/IconDragOrder.mjs +35 -0
  13. package/dist/assets/iconfont/index.d.ts +5 -1
  14. package/dist/assets/iconfont/index.mjs +105 -89
  15. package/dist/components/BitzCalendar/index.mjs +1 -1
  16. package/dist/components/BitzDayJs/index.mjs +1 -1
  17. package/dist/components/BitzFluentInput/index.d.ts +2 -5
  18. package/dist/components/BitzFluentInput/index.mjs +4 -58
  19. package/dist/components/BitzFluentSelect/index.d.ts +4 -5
  20. package/dist/components/BitzFluentSelect/index.mjs +4 -58
  21. package/dist/components/BitzFluentTreeSelect/index.mjs +6 -0
  22. package/dist/components/BitzFuiCalendar/BitzFuiCalendarStore.mjs +1 -1
  23. package/dist/components/BitzFuiCalendar/CalendarAgendum.mjs +1 -1
  24. package/dist/components/BitzFuiCalendar/CalendarAgendumItem.mjs +1 -1
  25. package/dist/components/BitzFuiCalendar/CalendarHeadItem.mjs +1 -1
  26. package/dist/components/BitzFuiCalendar/CalendarToolbar.mjs +1 -1
  27. package/dist/components/BitzFuiCalendar/ColumnData.mjs +1 -1
  28. package/dist/components/BitzMeetingTime/BitzMeetingTimeItem.mjs +1 -1
  29. package/dist/components/BitzMeetingTime/index.mjs +1 -1
  30. package/dist/components/BitzTable/Select/index.d.ts +4 -0
  31. package/dist/components/BitzTable/Select/index.mjs +11 -0
  32. package/dist/components/BitzTable/Select/style.d.ts +4 -0
  33. package/dist/components/BitzTable/Select/style.mjs +66 -0
  34. package/dist/components/BitzTable/Store/index.d.ts +43 -9
  35. package/dist/components/BitzTable/Store/index.mjs +259 -146
  36. package/dist/components/BitzTable/Store/utils/index.mjs +26 -25
  37. package/dist/components/BitzTable/ToolBar/ColConfigIcon/ColumnConfigModal.mjs +73 -61
  38. package/dist/components/BitzTable/ToolBar/ColConfigIcon/ColumnsSort/DndItem.mjs +118 -61
  39. package/dist/components/BitzTable/ToolBar/ColConfigIcon/ColumnsSort/index.d.ts +4 -3
  40. package/dist/components/BitzTable/ToolBar/ColConfigIcon/ColumnsSort/index.mjs +48 -47
  41. package/dist/components/BitzTable/ToolBar/ColConfigIcon/ExportConfig/index.d.ts +5 -1
  42. package/dist/components/BitzTable/ToolBar/ColConfigIcon/ExportConfig/index.mjs +84 -15
  43. package/dist/components/BitzTable/ToolBar/ColConfigIcon/StylesConfig/index.mjs +59 -50
  44. package/dist/components/BitzTable/ToolBar/ColConfigIcon/style.d.ts +1 -1
  45. package/dist/components/BitzTable/ToolBar/ColConfigIcon/style.mjs +47 -21
  46. package/dist/components/BitzTable/ToolBar/ExportIcon/AnyDataTotalLabel.d.ts +5 -0
  47. package/dist/components/BitzTable/ToolBar/ExportIcon/AnyDataTotalLabel.mjs +89 -0
  48. package/dist/components/BitzTable/ToolBar/ExportIcon/index.d.ts +1 -2
  49. package/dist/components/BitzTable/ToolBar/ExportIcon/index.mjs +46 -32
  50. package/dist/components/BitzTable/ToolBar/index.d.ts +5 -2
  51. package/dist/components/BitzTableSelect/SelectPopup/index.mjs +148 -123
  52. package/dist/components/BitzTableSelect/TextBlock/index.mjs +21 -18
  53. package/dist/index.d.ts +1 -0
  54. package/dist/index.mjs +94 -92
  55. package/dist/node_modules/.store/classnames@2.5.1/node_modules/classnames/index.mjs +1 -1
  56. package/dist/node_modules/.store/dayjs@1.11.10/node_modules/dayjs/dayjs.min.mjs +292 -292
  57. package/dist/node_modules/.store/dayjs@1.11.10/node_modules/dayjs/locale/zh-cn.mjs +13 -13
  58. package/dist/node_modules/.store/prop-types@15.8.1/node_modules/prop-types/index.mjs +1 -1
  59. package/dist/style.css +1 -1
  60. package/dist/utils/WithFluent.d.ts +9 -0
  61. package/dist/utils/WithFluent.mjs +58 -0
  62. package/dist/utils/time.mjs +1 -1
  63. package/package.json +2 -1
  64. package/dist/node_modules/.store/@ant-design_icons-svg@4.4.2/node_modules/@ant-design/icons-svg/es/asn/PicRightOutlined.mjs +0 -5
  65. package/dist/node_modules/.store/@ant-design_icons@5.3.6/node_modules/@ant-design/icons/es/icons/PicRightOutlined.mjs +0 -15
@@ -1,4 +1,7 @@
1
- var a = { exports: {} };
1
+ import { getDefaultExportFromCjs as r } from "./_commonjsHelpers.mjs";
2
+ import { __require as o } from "../node_modules/.store/dayjs@1.11.10/node_modules/dayjs/dayjs.min.mjs";
3
+ var t = o();
4
+ const s = /* @__PURE__ */ r(t);
2
5
  export {
3
- a as __module
6
+ s as default
4
7
  };
@@ -0,0 +1,4 @@
1
+ var a = { exports: {} };
2
+ export {
3
+ a as __module
4
+ };
@@ -1,4 +1,4 @@
1
- var p = { exports: {} };
1
+ var s = { exports: {} };
2
2
  export {
3
- p as __module
3
+ s as __module
4
4
  };
@@ -1,4 +1,4 @@
1
- var s = { exports: {} };
1
+ var p = { exports: {} };
2
2
  export {
3
- s as __module
3
+ p as __module
4
4
  };
@@ -0,0 +1,7 @@
1
+ import { SVGAttributes, FunctionComponent } from 'react';
2
+ interface Props extends Omit<SVGAttributes<SVGElement>, 'color'> {
3
+ size?: number;
4
+ color?: string | string[];
5
+ }
6
+ declare const IconColumnCancelFixed: FunctionComponent<Props>;
7
+ export default IconColumnCancelFixed;
@@ -0,0 +1,35 @@
1
+ import { j as o } from "../../node_modules/.store/react@18.2.0/node_modules/react/jsx-runtime.mjs";
2
+ import { getIconColor as e } from "./helper.mjs";
3
+ const t = {
4
+ display: "block"
5
+ }, l = ({
6
+ size: a,
7
+ color: v,
8
+ style: h,
9
+ ...s
10
+ }) => {
11
+ const c = h ? { ...t, ...h } : t;
12
+ return /* @__PURE__ */ o.jsx(
13
+ "svg",
14
+ {
15
+ viewBox: "0 0 1024 1024",
16
+ width: a + "px",
17
+ height: a + "px",
18
+ style: c,
19
+ ...s,
20
+ children: /* @__PURE__ */ o.jsx(
21
+ "path",
22
+ {
23
+ d: "M597.333333 160a32 32 0 0 1-32 32h-106.666666a32 32 0 0 1 0-64h106.666666a32 32 0 0 1 32 32z m-405.333333 298.666667a32 32 0 0 0-64 0v106.666666a32 32 0 0 0 64 0v-106.666666z m640 0a32 32 0 0 1 64 0v106.666666a32 32 0 0 1-64 0v-106.666666zM565.333333 896a32 32 0 0 0 0-64h-106.666666a32 32 0 0 0 0 64h106.666666zM298.666667 160A32 32 0 0 0 266.666667 128h-21.333334A117.333333 117.333333 0 0 0 128 245.333333v21.333334a32 32 0 0 0 64 0v-21.333334c0-29.44 23.893333-53.333333 53.333333-53.333333h21.333334A32 32 0 0 0 298.666667 160zM757.333333 128a32 32 0 0 0 0 64h21.333334c29.44 0 53.333333 23.893333 53.333333 53.333333v21.333334a32 32 0 0 0 64 0v-21.333334A117.333333 117.333333 0 0 0 778.666667 128h-21.333334zM298.666667 864a32 32 0 0 1-32 32h-21.333334A117.333333 117.333333 0 0 1 128 778.666667v-21.333334a32 32 0 0 1 64 0v21.333334c0 29.44 23.893333 53.333333 53.333333 53.333333h21.333334a32 32 0 0 1 32 32z m458.666666 32a32 32 0 0 1 0-64h21.333334c29.44 0 53.333333-23.893333 53.333333-53.333333v-21.333334a32 32 0 0 1 64 0v21.333334A117.333333 117.333333 0 0 1 778.666667 896h-21.333334z",
24
+ fill: e(v, 0, "#333333")
25
+ }
26
+ )
27
+ }
28
+ );
29
+ };
30
+ l.defaultProps = {
31
+ size: 18
32
+ };
33
+ export {
34
+ l as default
35
+ };
@@ -0,0 +1,7 @@
1
+ import { SVGAttributes, FunctionComponent } from 'react';
2
+ interface Props extends Omit<SVGAttributes<SVGElement>, 'color'> {
3
+ size?: number;
4
+ color?: string | string[];
5
+ }
6
+ declare const IconColumnFixedLeft: FunctionComponent<Props>;
7
+ export default IconColumnFixedLeft;
@@ -0,0 +1,35 @@
1
+ import { j as o } from "../../node_modules/.store/react@18.2.0/node_modules/react/jsx-runtime.mjs";
2
+ import { getIconColor as r } from "./helper.mjs";
3
+ const t = {
4
+ display: "block"
5
+ }, i = ({
6
+ size: a,
7
+ color: s,
8
+ style: h,
9
+ ...c
10
+ }) => {
11
+ const e = h ? { ...t, ...h } : t;
12
+ return /* @__PURE__ */ o.jsx(
13
+ "svg",
14
+ {
15
+ viewBox: "0 0 1024 1024",
16
+ width: a + "px",
17
+ height: a + "px",
18
+ style: e,
19
+ ...c,
20
+ children: /* @__PURE__ */ o.jsx(
21
+ "path",
22
+ {
23
+ d: "M266.666667 128a32 32 0 0 1 0 64h-21.333334c-29.44 0-53.333333 23.893333-53.333333 53.333333v533.333334c0 29.44 23.893333 53.333333 53.333333 53.333333h21.333334a32 32 0 0 1 0 64h-21.333334A117.333333 117.333333 0 0 1 128 778.666667V245.333333A117.333333 117.333333 0 0 1 245.333333 128h21.333334z m298.666666 64a32 32 0 0 0 0-64h-106.666666a32 32 0 0 0 0 64h106.666666z m266.666667 266.666667a32 32 0 0 1 64 0v106.666666a32 32 0 0 1-64 0v-106.666666z m-234.666667 405.333333a32 32 0 0 1-32 32h-106.666666a32 32 0 0 1 0-64h106.666666a32 32 0 0 1 32 32zM757.333333 128a32 32 0 0 0 0 64h21.333334c29.44 0 53.333333 23.893333 53.333333 53.333333v21.333334a32 32 0 0 0 64 0v-21.333334A117.333333 117.333333 0 0 0 778.666667 128h-21.333334zM725.333333 864c0 17.664 14.336 32 32 32h21.333334A117.333333 117.333333 0 0 0 896 778.666667v-21.333334a32 32 0 0 0-64 0v21.333334c0 29.44-23.893333 53.333333-53.333333 53.333333h-21.333334a32 32 0 0 0-32 32z",
24
+ fill: r(s, 0, "#333333")
25
+ }
26
+ )
27
+ }
28
+ );
29
+ };
30
+ i.defaultProps = {
31
+ size: 18
32
+ };
33
+ export {
34
+ i as default
35
+ };
@@ -0,0 +1,7 @@
1
+ import { SVGAttributes, FunctionComponent } from 'react';
2
+ interface Props extends Omit<SVGAttributes<SVGElement>, 'color'> {
3
+ size?: number;
4
+ color?: string | string[];
5
+ }
6
+ declare const IconColumnFixedRight: FunctionComponent<Props>;
7
+ export default IconColumnFixedRight;
@@ -0,0 +1,35 @@
1
+ import { j as o } from "../../node_modules/.store/react@18.2.0/node_modules/react/jsx-runtime.mjs";
2
+ import { getIconColor as i } from "./helper.mjs";
3
+ const t = {
4
+ display: "block"
5
+ }, r = ({
6
+ size: a,
7
+ color: s,
8
+ style: h,
9
+ ...c
10
+ }) => {
11
+ const e = h ? { ...t, ...h } : t;
12
+ return /* @__PURE__ */ o.jsx(
13
+ "svg",
14
+ {
15
+ viewBox: "0 0 1024 1024",
16
+ width: a + "px",
17
+ height: a + "px",
18
+ style: e,
19
+ ...c,
20
+ children: /* @__PURE__ */ o.jsx(
21
+ "path",
22
+ {
23
+ d: "M565.333333 192a32 32 0 0 0 0-64h-106.666666a32 32 0 0 0 0 64h106.666666zM192 458.666667a32 32 0 0 0-64 0v106.666666a32 32 0 0 0 64 0v-106.666666z m405.333333 405.333333a32 32 0 0 1-32 32h-106.666666a32 32 0 0 1 0-64h106.666666a32 32 0 0 1 32 32zM266.666667 128a32 32 0 0 1 0 64h-21.333334c-29.44 0-53.333333 23.893333-53.333333 53.333333v21.333334a32 32 0 0 1-64 0v-21.333334A117.333333 117.333333 0 0 1 245.333333 128h21.333334zM298.666667 864a32 32 0 0 1-32 32h-21.333334A117.333333 117.333333 0 0 1 128 778.666667v-21.333334a32 32 0 0 1 64 0v21.333334c0 29.44 23.893333 53.333333 53.333333 53.333333h21.333334a32 32 0 0 1 32 32zM757.333333 128a32 32 0 0 0 0 64h21.333334c29.44 0 53.333333 23.893333 53.333333 53.333333v533.333334c0 29.44-23.893333 53.333333-53.333333 53.333333h-21.333334a32 32 0 0 0 0 64h21.333334A117.333333 117.333333 0 0 0 896 778.666667V245.333333A117.333333 117.333333 0 0 0 778.666667 128h-21.333334z",
24
+ fill: i(s, 0, "#333333")
25
+ }
26
+ )
27
+ }
28
+ );
29
+ };
30
+ r.defaultProps = {
31
+ size: 18
32
+ };
33
+ export {
34
+ r as default
35
+ };
@@ -0,0 +1,7 @@
1
+ import { SVGAttributes, FunctionComponent } from 'react';
2
+ interface Props extends Omit<SVGAttributes<SVGElement>, 'color'> {
3
+ size?: number;
4
+ color?: string | string[];
5
+ }
6
+ declare const IconDragOrder: FunctionComponent<Props>;
7
+ export default IconDragOrder;
@@ -0,0 +1,35 @@
1
+ import { j as r } from "../../node_modules/.store/react@18.2.0/node_modules/react/jsx-runtime.mjs";
2
+ import { getIconColor as i } from "./helper.mjs";
3
+ const a = {
4
+ display: "block"
5
+ }, l = ({
6
+ size: o,
7
+ color: s,
8
+ style: t,
9
+ ...e
10
+ }) => {
11
+ const m = t ? { ...a, ...t } : a;
12
+ return /* @__PURE__ */ r.jsx(
13
+ "svg",
14
+ {
15
+ viewBox: "0 0 1024 1024",
16
+ width: o + "px",
17
+ height: o + "px",
18
+ style: m,
19
+ ...e,
20
+ children: /* @__PURE__ */ r.jsx(
21
+ "path",
22
+ {
23
+ d: "M298.666667 661.333333a64 64 0 1 1-128 0 64 64 0 0 1 128 0z m0-298.666666a64 64 0 1 1-128 0 64 64 0 0 1 128 0z m298.666666 298.666666a64 64 0 1 1-128 0 64 64 0 0 1 128 0z m0-298.666666a64 64 0 1 1-128 0 64 64 0 0 1 128 0z m298.666667 298.666666a64 64 0 1 1-128 0 64 64 0 0 1 128 0z m0-298.666666a64 64 0 1 1-128 0 64 64 0 0 1 128 0z",
24
+ fill: i(s, 0, "#333333")
25
+ }
26
+ )
27
+ }
28
+ );
29
+ };
30
+ l.defaultProps = {
31
+ size: 18
32
+ };
33
+ export {
34
+ l as default
35
+ };
@@ -1,4 +1,8 @@
1
1
  import { SVGAttributes, FunctionComponent } from 'react';
2
+ export { default as IconDragOrder } from './IconDragOrder';
3
+ export { default as IconColumnFixedLeft } from './IconColumnFixedLeft';
4
+ export { default as IconColumnFixedRight } from './IconColumnFixedRight';
5
+ export { default as IconColumnCancelFixed } from './IconColumnCancelFixed';
2
6
  export { default as IconMore } from './IconMore';
3
7
  export { default as IconIcFluentHomeRegular } from './IconIcFluentHomeRegular';
4
8
  export { default as IconKuansongde } from './IconKuansongde';
@@ -28,7 +32,7 @@ export { default as IconFabu } from './IconFabu';
28
32
  export { default as IconShanchu1 } from './IconShanchu1';
29
33
  export { default as IconShanchu } from './IconShanchu';
30
34
  export { default as IconTuodong } from './IconTuodong';
31
- export type IconNames = 'more' | 'ic_fluent_home_regular' | 'kuansongde' | 'tekuansong' | 'jincoude' | 'zhongdengde' | 'tejincou' | 'wufengexian' | 'hangliefengexian' | 'hangfengexian' | 'liefengexian' | 'youbanmawentianchong' | 'wubanmawentianchong' | 'zhongzhi' | 'gaojisousuo' | 'sousuo' | 'close' | 'fanhui' | 'jinggao' | 'icon21' | 'chenggong' | 'tishi1' | 'duigoux' | 'cuowu' | 'xinxitishi' | 'fabu' | 'shanchu1' | 'shanchu' | 'tuodong';
35
+ export type IconNames = 'drag-order' | 'column-fixed-left' | 'column-fixed-right' | 'column-cancel-fixed' | 'more' | 'ic_fluent_home_regular' | 'kuansongde' | 'tekuansong' | 'jincoude' | 'zhongdengde' | 'tejincou' | 'wufengexian' | 'hangliefengexian' | 'hangfengexian' | 'liefengexian' | 'youbanmawentianchong' | 'wubanmawentianchong' | 'zhongzhi' | 'gaojisousuo' | 'sousuo' | 'close' | 'fanhui' | 'jinggao' | 'icon21' | 'chenggong' | 'tishi1' | 'duigoux' | 'cuowu' | 'xinxitishi' | 'fabu' | 'shanchu1' | 'shanchu' | 'tuodong';
32
36
  interface Props extends Omit<SVGAttributes<SVGElement>, 'color'> {
33
37
  name: IconNames;
34
38
  size?: number;
@@ -1,125 +1,141 @@
1
1
  import { j as n } from "../../node_modules/.store/react@18.2.0/node_modules/react/jsx-runtime.mjs";
2
- import e from "./IconMore.mjs";
3
- import c from "./IconIcFluentHomeRegular.mjs";
4
- import u from "./IconKuansongde.mjs";
5
- import i from "./IconTekuansong.mjs";
6
- import a from "./IconJincoude.mjs";
7
- import m from "./IconZhongdengde.mjs";
8
- import s from "./IconTejincou.mjs";
9
- import t from "./IconWufengexian.mjs";
10
- import x from "./IconHangliefengexian.mjs";
11
- import g from "./IconHangfengexian.mjs";
12
- import f from "./IconLiefengexian.mjs";
13
- import j from "./IconYoubanmawentianchong.mjs";
14
- import p from "./IconWubanmawentianchong.mjs";
15
- import I from "./IconZhongzhi.mjs";
16
- import h from "./IconGaojisousuo.mjs";
17
- import d from "./IconSousuo.mjs";
18
- import l from "./IconClose.mjs";
19
- import w from "./IconFanhui.mjs";
20
- import b from "./IconJinggao.mjs";
21
- import z from "./IconIcon21.mjs";
22
- import F from "./IconChenggong.mjs";
23
- import T from "./IconTishi1.mjs";
24
- import k from "./IconDuigoux.mjs";
25
- import C from "./IconCuowu.mjs";
26
- import H from "./IconXinxitishi.mjs";
27
- import S from "./IconFabu.mjs";
28
- import _ from "./IconShanchu1.mjs";
29
- import J from "./IconShanchu.mjs";
30
- import R from "./IconTuodong.mjs";
31
- const mo = ({ name: r, ...o }) => {
2
+ import e from "./IconDragOrder.mjs";
3
+ import c from "./IconColumnFixedLeft.mjs";
4
+ import i from "./IconColumnFixedRight.mjs";
5
+ import u from "./IconColumnCancelFixed.mjs";
6
+ import a from "./IconMore.mjs";
7
+ import m from "./IconIcFluentHomeRegular.mjs";
8
+ import s from "./IconKuansongde.mjs";
9
+ import t from "./IconTekuansong.mjs";
10
+ import x from "./IconJincoude.mjs";
11
+ import f from "./IconZhongdengde.mjs";
12
+ import g from "./IconTejincou.mjs";
13
+ import j from "./IconWufengexian.mjs";
14
+ import p from "./IconHangliefengexian.mjs";
15
+ import I from "./IconHangfengexian.mjs";
16
+ import h from "./IconLiefengexian.mjs";
17
+ import d from "./IconYoubanmawentianchong.mjs";
18
+ import l from "./IconWubanmawentianchong.mjs";
19
+ import w from "./IconZhongzhi.mjs";
20
+ import C from "./IconGaojisousuo.mjs";
21
+ import F from "./IconSousuo.mjs";
22
+ import b from "./IconClose.mjs";
23
+ import z from "./IconFanhui.mjs";
24
+ import T from "./IconJinggao.mjs";
25
+ import k from "./IconIcon21.mjs";
26
+ import H from "./IconChenggong.mjs";
27
+ import R from "./IconTishi1.mjs";
28
+ import S from "./IconDuigoux.mjs";
29
+ import _ from "./IconCuowu.mjs";
30
+ import D from "./IconXinxitishi.mjs";
31
+ import J from "./IconFabu.mjs";
32
+ import L from "./IconShanchu1.mjs";
33
+ import W from "./IconShanchu.mjs";
34
+ import Z from "./IconTuodong.mjs";
35
+ const Io = ({ name: r, ...o }) => {
32
36
  switch (r) {
33
- case "more":
37
+ case "drag-order":
34
38
  return /* @__PURE__ */ n.jsx(e, { ...o });
35
- case "ic_fluent_home_regular":
39
+ case "column-fixed-left":
36
40
  return /* @__PURE__ */ n.jsx(c, { ...o });
37
- case "kuansongde":
41
+ case "column-fixed-right":
42
+ return /* @__PURE__ */ n.jsx(i, { ...o });
43
+ case "column-cancel-fixed":
38
44
  return /* @__PURE__ */ n.jsx(u, { ...o });
45
+ case "more":
46
+ return /* @__PURE__ */ n.jsx(a, { ...o });
47
+ case "ic_fluent_home_regular":
48
+ return /* @__PURE__ */ n.jsx(m, { ...o });
49
+ case "kuansongde":
50
+ return /* @__PURE__ */ n.jsx(s, { ...o });
39
51
  case "tekuansong":
40
- return /* @__PURE__ */ n.jsx(i, { ...o });
52
+ return /* @__PURE__ */ n.jsx(t, { ...o });
41
53
  case "jincoude":
42
- return /* @__PURE__ */ n.jsx(a, { ...o });
54
+ return /* @__PURE__ */ n.jsx(x, { ...o });
43
55
  case "zhongdengde":
44
- return /* @__PURE__ */ n.jsx(m, { ...o });
56
+ return /* @__PURE__ */ n.jsx(f, { ...o });
45
57
  case "tejincou":
46
- return /* @__PURE__ */ n.jsx(s, { ...o });
58
+ return /* @__PURE__ */ n.jsx(g, { ...o });
47
59
  case "wufengexian":
48
- return /* @__PURE__ */ n.jsx(t, { ...o });
60
+ return /* @__PURE__ */ n.jsx(j, { ...o });
49
61
  case "hangliefengexian":
50
- return /* @__PURE__ */ n.jsx(x, { ...o });
62
+ return /* @__PURE__ */ n.jsx(p, { ...o });
51
63
  case "hangfengexian":
52
- return /* @__PURE__ */ n.jsx(g, { ...o });
64
+ return /* @__PURE__ */ n.jsx(I, { ...o });
53
65
  case "liefengexian":
54
- return /* @__PURE__ */ n.jsx(f, { ...o });
66
+ return /* @__PURE__ */ n.jsx(h, { ...o });
55
67
  case "youbanmawentianchong":
56
- return /* @__PURE__ */ n.jsx(j, { ...o });
68
+ return /* @__PURE__ */ n.jsx(d, { ...o });
57
69
  case "wubanmawentianchong":
58
- return /* @__PURE__ */ n.jsx(p, { ...o });
70
+ return /* @__PURE__ */ n.jsx(l, { ...o });
59
71
  case "zhongzhi":
60
- return /* @__PURE__ */ n.jsx(I, { ...o });
72
+ return /* @__PURE__ */ n.jsx(w, { ...o });
61
73
  case "gaojisousuo":
62
- return /* @__PURE__ */ n.jsx(h, { ...o });
74
+ return /* @__PURE__ */ n.jsx(C, { ...o });
63
75
  case "sousuo":
64
- return /* @__PURE__ */ n.jsx(d, { ...o });
76
+ return /* @__PURE__ */ n.jsx(F, { ...o });
65
77
  case "close":
66
- return /* @__PURE__ */ n.jsx(l, { ...o });
78
+ return /* @__PURE__ */ n.jsx(b, { ...o });
67
79
  case "fanhui":
68
- return /* @__PURE__ */ n.jsx(w, { ...o });
80
+ return /* @__PURE__ */ n.jsx(z, { ...o });
69
81
  case "jinggao":
70
- return /* @__PURE__ */ n.jsx(b, { ...o });
82
+ return /* @__PURE__ */ n.jsx(T, { ...o });
71
83
  case "icon21":
72
- return /* @__PURE__ */ n.jsx(z, { ...o });
84
+ return /* @__PURE__ */ n.jsx(k, { ...o });
73
85
  case "chenggong":
74
- return /* @__PURE__ */ n.jsx(F, { ...o });
86
+ return /* @__PURE__ */ n.jsx(H, { ...o });
75
87
  case "tishi1":
76
- return /* @__PURE__ */ n.jsx(T, { ...o });
88
+ return /* @__PURE__ */ n.jsx(R, { ...o });
77
89
  case "duigoux":
78
- return /* @__PURE__ */ n.jsx(k, { ...o });
90
+ return /* @__PURE__ */ n.jsx(S, { ...o });
79
91
  case "cuowu":
80
- return /* @__PURE__ */ n.jsx(C, { ...o });
92
+ return /* @__PURE__ */ n.jsx(_, { ...o });
81
93
  case "xinxitishi":
82
- return /* @__PURE__ */ n.jsx(H, { ...o });
94
+ return /* @__PURE__ */ n.jsx(D, { ...o });
83
95
  case "fabu":
84
- return /* @__PURE__ */ n.jsx(S, { ...o });
96
+ return /* @__PURE__ */ n.jsx(J, { ...o });
85
97
  case "shanchu1":
86
- return /* @__PURE__ */ n.jsx(_, { ...o });
98
+ return /* @__PURE__ */ n.jsx(L, { ...o });
87
99
  case "shanchu":
88
- return /* @__PURE__ */ n.jsx(J, { ...o });
100
+ return /* @__PURE__ */ n.jsx(W, { ...o });
89
101
  case "tuodong":
90
- return /* @__PURE__ */ n.jsx(R, { ...o });
102
+ return /* @__PURE__ */ n.jsx(Z, { ...o });
91
103
  }
92
104
  return null;
93
105
  };
94
106
  export {
95
- F as IconChenggong,
96
- l as IconClose,
97
- C as IconCuowu,
98
- k as IconDuigoux,
99
- S as IconFabu,
100
- w as IconFanhui,
101
- h as IconGaojisousuo,
102
- g as IconHangfengexian,
103
- x as IconHangliefengexian,
104
- c as IconIcFluentHomeRegular,
105
- z as IconIcon21,
106
- a as IconJincoude,
107
- b as IconJinggao,
108
- u as IconKuansongde,
109
- f as IconLiefengexian,
110
- e as IconMore,
111
- J as IconShanchu,
112
- _ as IconShanchu1,
113
- d as IconSousuo,
114
- s as IconTejincou,
115
- i as IconTekuansong,
116
- T as IconTishi1,
117
- R as IconTuodong,
118
- p as IconWubanmawentianchong,
119
- t as IconWufengexian,
120
- H as IconXinxitishi,
121
- j as IconYoubanmawentianchong,
122
- m as IconZhongdengde,
123
- I as IconZhongzhi,
124
- mo as default
107
+ H as IconChenggong,
108
+ b as IconClose,
109
+ u as IconColumnCancelFixed,
110
+ c as IconColumnFixedLeft,
111
+ i as IconColumnFixedRight,
112
+ _ as IconCuowu,
113
+ e as IconDragOrder,
114
+ S as IconDuigoux,
115
+ J as IconFabu,
116
+ z as IconFanhui,
117
+ C as IconGaojisousuo,
118
+ I as IconHangfengexian,
119
+ p as IconHangliefengexian,
120
+ m as IconIcFluentHomeRegular,
121
+ k as IconIcon21,
122
+ x as IconJincoude,
123
+ T as IconJinggao,
124
+ s as IconKuansongde,
125
+ h as IconLiefengexian,
126
+ a as IconMore,
127
+ W as IconShanchu,
128
+ L as IconShanchu1,
129
+ F as IconSousuo,
130
+ g as IconTejincou,
131
+ t as IconTekuansong,
132
+ R as IconTishi1,
133
+ Z as IconTuodong,
134
+ l as IconWubanmawentianchong,
135
+ j as IconWufengexian,
136
+ D as IconXinxitishi,
137
+ d as IconYoubanmawentianchong,
138
+ f as IconZhongdengde,
139
+ w as IconZhongzhi,
140
+ Io as default
125
141
  };
@@ -1,7 +1,7 @@
1
1
  import { j as n } from "../../node_modules/.store/react@18.2.0/node_modules/react/jsx-runtime.mjs";
2
2
  import { useRef as O, useEffect as R } from "react";
3
3
  import { Calendar as k, Select as a, Row as w, Col as y } from "antd";
4
- import N from "../../node_modules/.store/dayjs@1.11.10/node_modules/dayjs/dayjs.min.mjs";
4
+ import N from "../../_virtual/dayjs.min.mjs";
5
5
  import B from "../../node_modules/.store/dayjs@1.11.10/node_modules/dayjs/plugin/weekOfYear.mjs";
6
6
  import "../../node_modules/.store/dayjs@1.11.10/node_modules/dayjs/locale/zh-cn.mjs";
7
7
  N.extend(B);
@@ -1,4 +1,4 @@
1
- import t from "../../node_modules/.store/dayjs@1.11.10/node_modules/dayjs/dayjs.min.mjs";
1
+ import t from "../../_virtual/dayjs.min.mjs";
2
2
  import "../../node_modules/.store/dayjs@1.11.10/node_modules/dayjs/locale/zh-cn.mjs";
3
3
  const m = {
4
4
  dayjs() {
@@ -1,6 +1,3 @@
1
- import { InputProps } from 'antd';
2
- interface BitzFluentInput extends InputProps {
3
- hideFluent?: boolean;
4
- }
5
- declare const BitzFluentInput: ({ placeholder, hideFluent, ...passThroughProps }: BitzFluentInput) => import("react/jsx-runtime").JSX.Element;
1
+ /// <reference types="react" />
2
+ declare const BitzFluentInput: (props: import("antd").InputProps & import("react").RefAttributes<import("antd").InputRef> & import("@/utils/WithFluent").Props) => import("react/jsx-runtime").JSX.Element;
6
3
  export default BitzFluentInput;
@@ -1,60 +1,6 @@
1
- import { j as l } from "../../node_modules/.store/react@18.2.0/node_modules/react/jsx-runtime.mjs";
2
- import { css as a } from "../../node_modules/.store/@emotion_css@11.11.2/node_modules/@emotion/css/dist/emotion-css.esm.mjs";
3
- import { theme as d, Input as i } from "antd";
4
- import { useMemo as m } from "react";
5
- import u from "../../node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/isBoolean.mjs";
6
- const $ = ({
7
- placeholder: r,
8
- hideFluent: f,
9
- ...e
10
- }) => {
11
- const { token: t } = d.useToken(), o = m(() => {
12
- const c = e.value, s = e.defaultValue, n = c || s;
13
- return u(e.value) || u(e.defaultValue) ? !0 : !(n === void 0 || n === "" || n === null);
14
- }, [e.value, e.defaultValue]);
15
- return f ? /* @__PURE__ */ l.jsx(i, { allowClear: !0, placeholder: r, ...e }) : /* @__PURE__ */ l.jsxs(
16
- "div",
17
- {
18
- className: a`
19
- position: relative;
20
- &:focus-within {
21
- label {
22
- top: 0;
23
- background-color: ${t.colorBgBase};
24
- font-size: ${t.fontSizeSM}px;
25
- color: ${t.colorTextPlaceholder};
26
- }
27
- }
28
- `,
29
- children: [
30
- /* @__PURE__ */ l.jsx(i, { allowClear: !0, ...e }),
31
- /* @__PURE__ */ l.jsx(
32
- "label",
33
- {
34
- className: a`
35
- position: absolute;
36
- top: ${o ? 0 : "50%"};
37
- left: 7px;
38
- z-index: 10;
39
- white-space: nowrap;
40
- overflow: hidden;
41
- text-overflow: ellipsis;
42
- transform: translateY(-50%);
43
- pointer-events: none;
44
- transition: all 0.1s ease-out;
45
- font-size: ${o ? t.fontSizeSM : t.fontSize}px;
46
- background-color: ${o ? t.colorBgBase : "transparent"};
47
- color: ${t.colorTextPlaceholder};
48
- padding: 0 2px;
49
- border-radius: 2px;
50
- `,
51
- children: r
52
- }
53
- )
54
- ]
55
- }
56
- );
57
- };
1
+ import { Input as t } from "antd";
2
+ import o from "../../utils/WithFluent.mjs";
3
+ const r = o(t);
58
4
  export {
59
- $ as default
5
+ r as default
60
6
  };
@@ -1,6 +1,5 @@
1
- import { SelectProps } from 'antd';
2
- interface BitzSelect extends SelectProps {
3
- hideFluent?: boolean;
4
- }
5
- declare const BitzSelect: ({ placeholder, hideFluent, ...passThroughProps }: BitzSelect) => import("react/jsx-runtime").JSX.Element;
1
+ /// <reference types="react" />
2
+ declare const BitzSelect: (props: import("antd").SelectProps<unknown, import("antd/es/select").BaseOptionType | import("antd/es/select").DefaultOptionType> & {
3
+ children?: import("react").ReactNode;
4
+ } & import("react").RefAttributes<import("antd").RefSelectProps> & import("@/utils/WithFluent").Props) => import("react/jsx-runtime").JSX.Element;
6
5
  export default BitzSelect;
@@ -1,60 +1,6 @@
1
- import { j as l } from "../../node_modules/.store/react@18.2.0/node_modules/react/jsx-runtime.mjs";
2
- import { css as n } from "../../node_modules/.store/@emotion_css@11.11.2/node_modules/@emotion/css/dist/emotion-css.esm.mjs";
3
- import { theme as d, Select as i } from "antd";
4
- import { useMemo as m } from "react";
5
- import u from "../../node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/isBoolean.mjs";
6
- const S = ({
7
- placeholder: a,
8
- hideFluent: c,
9
- ...e
10
- }) => {
11
- const { token: t } = d.useToken(), o = m(() => {
12
- const f = e.value, s = e.defaultValue, r = f || s;
13
- return u(e.value) || u(e.defaultValue) ? !0 : !(r === void 0 || r === "" || r === null);
14
- }, [e.value, e.defaultValue]);
15
- return c ? /* @__PURE__ */ l.jsx(i, { allowClear: !0, placeholder: a, ...e }) : /* @__PURE__ */ l.jsxs(
16
- "div",
17
- {
18
- className: n`
19
- position: relative;
20
- &:focus-within {
21
- label {
22
- top: 0;
23
- background-color: ${t.colorBgBase};
24
- font-size: ${t.fontSizeSM}px;
25
- color: ${t.colorTextPlaceholder};
26
- }
27
- }
28
- `,
29
- children: [
30
- /* @__PURE__ */ l.jsx(i, { allowClear: !0, ...e }),
31
- /* @__PURE__ */ l.jsx(
32
- "label",
33
- {
34
- className: n`
35
- position: absolute;
36
- top: ${o ? 0 : "50%"};
37
- left: 7px;
38
- z-index: 10;
39
- white-space: nowrap;
40
- overflow: hidden;
41
- text-overflow: ellipsis;
42
- transform: translateY(-50%);
43
- pointer-events: none;
44
- transition: all 0.1s ease-out;
45
- font-size: ${o ? t.fontSizeSM : t.fontSize}px;
46
- background-color: ${o ? t.colorBgBase : "transparent"};
47
- color: ${t.colorTextPlaceholder};
48
- padding: 0 2px;
49
- border-radius: 2px;
50
- `,
51
- children: a
52
- }
53
- )
54
- ]
55
- }
56
- );
57
- };
1
+ import { Select as t } from "antd";
2
+ import e from "../../utils/WithFluent.mjs";
3
+ const i = e(t);
58
4
  export {
59
- S as default
5
+ i as default
60
6
  };
@@ -0,0 +1,6 @@
1
+ import { TreeSelect as e } from "antd";
2
+ import t from "../../utils/WithFluent.mjs";
3
+ const l = t(e);
4
+ export {
5
+ l as default
6
+ };