bitz-react-admin-ui 2.1.2 → 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.
- package/dist/_virtual/dayjs.min.mjs +5 -2
- package/dist/_virtual/dayjs.min2.mjs +4 -0
- package/dist/_virtual/index.mjs +2 -2
- package/dist/_virtual/index2.mjs +2 -2
- package/dist/assets/iconfont/IconColumnCancelFixed.d.ts +7 -0
- package/dist/assets/iconfont/IconColumnCancelFixed.mjs +35 -0
- package/dist/assets/iconfont/IconColumnFixedLeft.d.ts +7 -0
- package/dist/assets/iconfont/IconColumnFixedLeft.mjs +35 -0
- package/dist/assets/iconfont/IconColumnFixedRight.d.ts +7 -0
- package/dist/assets/iconfont/IconColumnFixedRight.mjs +35 -0
- package/dist/assets/iconfont/IconDragOrder.d.ts +7 -0
- package/dist/assets/iconfont/IconDragOrder.mjs +35 -0
- package/dist/assets/iconfont/index.d.ts +5 -1
- package/dist/assets/iconfont/index.mjs +105 -89
- package/dist/components/BitzCalendar/index.mjs +1 -1
- package/dist/components/BitzDayJs/index.mjs +1 -1
- package/dist/components/BitzFluentInput/index.d.ts +2 -5
- package/dist/components/BitzFluentInput/index.mjs +4 -58
- package/dist/components/BitzFluentSelect/index.d.ts +4 -5
- package/dist/components/BitzFluentSelect/index.mjs +4 -58
- package/dist/components/BitzFluentTreeSelect/index.mjs +6 -0
- package/dist/components/BitzFuiCalendar/BitzFuiCalendarStore.mjs +1 -1
- package/dist/components/BitzFuiCalendar/CalendarAgendum.mjs +1 -1
- package/dist/components/BitzFuiCalendar/CalendarAgendumItem.mjs +1 -1
- package/dist/components/BitzFuiCalendar/CalendarHeadItem.mjs +1 -1
- package/dist/components/BitzFuiCalendar/CalendarToolbar.mjs +1 -1
- package/dist/components/BitzFuiCalendar/ColumnData.mjs +1 -1
- package/dist/components/BitzMeetingTime/BitzMeetingTimeItem.mjs +1 -1
- package/dist/components/BitzMeetingTime/index.mjs +1 -1
- package/dist/components/BitzTable/Select/index.d.ts +4 -0
- package/dist/components/BitzTable/Select/index.mjs +11 -0
- package/dist/components/BitzTable/Select/style.d.ts +4 -0
- package/dist/components/BitzTable/Select/style.mjs +66 -0
- package/dist/components/BitzTable/Store/index.d.ts +43 -9
- package/dist/components/BitzTable/Store/index.mjs +259 -146
- package/dist/components/BitzTable/Store/utils/index.mjs +26 -25
- package/dist/components/BitzTable/ToolBar/ColConfigIcon/ColumnConfigModal.mjs +73 -61
- package/dist/components/BitzTable/ToolBar/ColConfigIcon/ColumnsSort/DndItem.mjs +118 -61
- package/dist/components/BitzTable/ToolBar/ColConfigIcon/ColumnsSort/index.d.ts +4 -3
- package/dist/components/BitzTable/ToolBar/ColConfigIcon/ColumnsSort/index.mjs +48 -47
- package/dist/components/BitzTable/ToolBar/ColConfigIcon/ExportConfig/index.d.ts +5 -1
- package/dist/components/BitzTable/ToolBar/ColConfigIcon/ExportConfig/index.mjs +84 -15
- package/dist/components/BitzTable/ToolBar/ColConfigIcon/StylesConfig/index.mjs +59 -50
- package/dist/components/BitzTable/ToolBar/ColConfigIcon/index.mjs +9 -9
- package/dist/components/BitzTable/ToolBar/ColConfigIcon/style.d.ts +1 -1
- package/dist/components/BitzTable/ToolBar/ColConfigIcon/style.mjs +47 -21
- package/dist/components/BitzTable/ToolBar/ExportIcon/AnyDataTotalLabel.d.ts +5 -0
- package/dist/components/BitzTable/ToolBar/ExportIcon/AnyDataTotalLabel.mjs +89 -0
- package/dist/components/BitzTable/ToolBar/ExportIcon/index.d.ts +1 -2
- package/dist/components/BitzTable/ToolBar/ExportIcon/index.mjs +46 -32
- package/dist/components/BitzTable/ToolBar/index.d.ts +5 -14
- package/dist/components/BitzTable/index.d.ts +2 -2
- package/dist/components/BitzTable/index.mjs +3 -3
- package/dist/components/BitzTableSelect/SelectPopup/index.mjs +148 -123
- package/dist/components/BitzTableSelect/TextBlock/index.mjs +21 -18
- package/dist/index.d.ts +1 -0
- package/dist/index.mjs +94 -92
- package/dist/node_modules/.store/classnames@2.5.1/node_modules/classnames/index.mjs +1 -1
- package/dist/node_modules/.store/dayjs@1.11.10/node_modules/dayjs/dayjs.min.mjs +292 -292
- package/dist/node_modules/.store/dayjs@1.11.10/node_modules/dayjs/locale/zh-cn.mjs +13 -13
- package/dist/node_modules/.store/prop-types@15.8.1/node_modules/prop-types/index.mjs +1 -1
- package/dist/style.css +1 -1
- package/dist/utils/WithFluent.d.ts +9 -0
- package/dist/utils/WithFluent.mjs +58 -0
- package/dist/utils/time.mjs +1 -1
- package/package.json +2 -1
- package/dist/components/BitzTable/ToolBar/index.mjs +0 -14
- package/dist/node_modules/.store/@ant-design_icons-svg@4.4.2/node_modules/@ant-design/icons-svg/es/asn/PicRightOutlined.mjs +0 -5
- package/dist/node_modules/.store/@ant-design_icons@5.3.6/node_modules/@ant-design/icons/es/icons/PicRightOutlined.mjs +0 -15
package/dist/index.mjs
CHANGED
|
@@ -2,15 +2,15 @@ import { default as r } from "./components/BitzAddressBook/index.mjs";
|
|
|
2
2
|
import { default as l } from "./components/BitzAddTag/index.mjs";
|
|
3
3
|
import { default as d } from "./components/BitzAppPage/index.mjs";
|
|
4
4
|
import { default as s } from "./components/BitzAppRefresh/index.mjs";
|
|
5
|
-
import { default as
|
|
5
|
+
import { default as m } from "./components/BitzBetterScroll/index.mjs";
|
|
6
6
|
import { default as z } from "./components/BitzButton/index.mjs";
|
|
7
7
|
import { default as n } from "./components/BitzCalendar/index.mjs";
|
|
8
8
|
import { default as c } from "./components/BitzCascader/index.mjs";
|
|
9
9
|
import { default as S } from "./components/BitzCollapse/index.mjs";
|
|
10
10
|
import { default as b } from "./components/BitzConfigProvider/index.mjs";
|
|
11
11
|
import { default as L } from "./components/BitzConfirmModal/index.mjs";
|
|
12
|
-
import { default as
|
|
13
|
-
import { default as
|
|
12
|
+
import { default as M } from "./components/BitzConvert/index.mjs";
|
|
13
|
+
import { default as A } from "./components/BitzDayJs/index.mjs";
|
|
14
14
|
import { default as D } from "./components/BitzDescriptions/index.mjs";
|
|
15
15
|
import { default as k } from "./components/BitzDrawer/index.mjs";
|
|
16
16
|
import { default as w } from "./components/BitzEmpty/index.mjs";
|
|
@@ -18,65 +18,66 @@ import { default as H } from "./components/BitzException/index.mjs";
|
|
|
18
18
|
import { default as N } from "./components/BitzFloatLayout/index.mjs";
|
|
19
19
|
import { default as Q } from "./components/BitzFluentInput/index.mjs";
|
|
20
20
|
import { default as W } from "./components/BitzFluentSelect/index.mjs";
|
|
21
|
-
import { default as j } from "./components/
|
|
22
|
-
import { default as G } from "./components/
|
|
23
|
-
import { default as V } from "./components/
|
|
24
|
-
import { default as Y } from "./components/
|
|
25
|
-
import { default as _ } from "./components/
|
|
26
|
-
import { default as tt } from "./components/
|
|
21
|
+
import { default as j } from "./components/BitzFluentTreeSelect/index.mjs";
|
|
22
|
+
import { default as G } from "./components/BitzFuiCalendar/index.mjs";
|
|
23
|
+
import { default as V } from "./components/BitzFullScreen/index.mjs";
|
|
24
|
+
import { default as Y } from "./components/BitzHighlight/index.mjs";
|
|
25
|
+
import { default as _ } from "./components/BitzImage/index.mjs";
|
|
26
|
+
import { default as tt } from "./components/BitzLanguageTabs/index.mjs";
|
|
27
|
+
import { default as at } from "./components/BitzLazyLoad/index.mjs";
|
|
27
28
|
import "./components/BitzList/index.less.mjs";
|
|
28
|
-
import { default as
|
|
29
|
-
import { default as
|
|
30
|
-
import { default as
|
|
31
|
-
import { default as
|
|
32
|
-
import { default as
|
|
33
|
-
import { default as
|
|
34
|
-
import { default as
|
|
35
|
-
import { default as
|
|
36
|
-
import { default as
|
|
37
|
-
import { default as
|
|
38
|
-
import { default as
|
|
39
|
-
import { default as
|
|
40
|
-
import { default as
|
|
29
|
+
import { default as rt } from "./components/BitzList/List.mjs";
|
|
30
|
+
import { default as lt } from "./components/BitzLoadMore/index.mjs";
|
|
31
|
+
import { default as dt } from "./components/BitzLocalStorage/index.mjs";
|
|
32
|
+
import { default as st } from "./components/BitzMeetingTime/index.mjs";
|
|
33
|
+
import { default as mt } from "./components/BitzMobileLoading/index.mjs";
|
|
34
|
+
import { default as zt } from "./components/BitzModal/index.mjs";
|
|
35
|
+
import { default as nt } from "./components/BitzNoData/index.mjs";
|
|
36
|
+
import { default as ct } from "./components/BitzNoMore/index.mjs";
|
|
37
|
+
import { default as St } from "./components/BitzOrganizationSelection/index.mjs";
|
|
38
|
+
import { default as bt } from "./components/BitzPageContainer/index.mjs";
|
|
39
|
+
import { default as Lt } from "./components/BitzPageHeader/index.mjs";
|
|
40
|
+
import { default as Mt } from "./components/BitzPagination/index.mjs";
|
|
41
|
+
import { default as At } from "./components/BitzPopover/index.mjs";
|
|
41
42
|
import "./components/BitzPullRefresh/style/index.less.mjs";
|
|
42
|
-
import { default as
|
|
43
|
-
import { default as
|
|
44
|
-
import { default as
|
|
45
|
-
import { default as
|
|
46
|
-
import { default as
|
|
47
|
-
import { default as
|
|
48
|
-
import { default as
|
|
49
|
-
import { default as
|
|
50
|
-
import { default as
|
|
51
|
-
import { default as
|
|
52
|
-
import { default as
|
|
53
|
-
import { default as
|
|
54
|
-
import { default as
|
|
55
|
-
import { default as
|
|
56
|
-
import { default as
|
|
57
|
-
import { default as
|
|
58
|
-
import { default as
|
|
59
|
-
import { BitzTimer as
|
|
60
|
-
import { default as
|
|
61
|
-
import { default as
|
|
62
|
-
import { default as
|
|
63
|
-
import { default as
|
|
64
|
-
import { default as
|
|
65
|
-
import { default as
|
|
43
|
+
import { default as Dt } from "./components/BitzPullRefresh/PullRefresh.mjs";
|
|
44
|
+
import { default as kt } from "./components/BitzQRCode/index.mjs";
|
|
45
|
+
import { default as wt } from "./components/BitzQueryFilter/index.mjs";
|
|
46
|
+
import { default as Ht } from "./components/BitzRefresh/index.mjs";
|
|
47
|
+
import { default as Nt } from "./components/BitzRemark/index.mjs";
|
|
48
|
+
import { default as Qt } from "./components/BitzScheduleCenter/index.mjs";
|
|
49
|
+
import { default as Wt } from "./components/BitzSearch/index.mjs";
|
|
50
|
+
import { default as jt } from "./components/BitzSelect/index.mjs";
|
|
51
|
+
import { default as Gt } from "./components/BitzSkeleton/index.mjs";
|
|
52
|
+
import { default as Vt } from "./components/BitzSwitch/index.mjs";
|
|
53
|
+
import { default as Yt } from "./components/BitzTabbar/index.mjs";
|
|
54
|
+
import { default as _t } from "./components/BitzTable/index.mjs";
|
|
55
|
+
import { default as te } from "./components/BitzTableOperations/index.mjs";
|
|
56
|
+
import { default as ae } from "./components/BitzTableSelect/index.mjs";
|
|
57
|
+
import { default as re } from "./components/BitzTag/index.mjs";
|
|
58
|
+
import { default as le } from "./components/BitzTheme/index.mjs";
|
|
59
|
+
import { default as de } from "./components/BitzTimeline/index.mjs";
|
|
60
|
+
import { BitzTimer as se } from "./components/BitzTimer/index.mjs";
|
|
61
|
+
import { default as me } from "./components/BitzToast/index.mjs";
|
|
62
|
+
import { default as ze } from "./components/BitzTree/index.mjs";
|
|
63
|
+
import { default as ne } from "./components/BitzUeEditor/index.mjs";
|
|
64
|
+
import { default as ce } from "./components/BitzUpload/index.mjs";
|
|
65
|
+
import { default as Se } from "./components/BitzWebAppDrawer/index.mjs";
|
|
66
|
+
import { default as be } from "./components/BitzWebAppModal/index.mjs";
|
|
66
67
|
export {
|
|
67
68
|
l as BitzAddTag,
|
|
68
69
|
r as BitzAddressBook,
|
|
69
70
|
d as BitzAppPage,
|
|
70
71
|
s as BitzAppRefresh,
|
|
71
|
-
|
|
72
|
+
m as BitzBetterScroll,
|
|
72
73
|
z as BitzButton,
|
|
73
74
|
n as BitzCalendar,
|
|
74
75
|
c as BitzCascader,
|
|
75
76
|
S as BitzCollapse,
|
|
76
77
|
b as BitzConfigProvider,
|
|
77
78
|
L as BitzConfirmModal,
|
|
78
|
-
|
|
79
|
-
|
|
79
|
+
M as BitzConvert,
|
|
80
|
+
A as BitzDayJs,
|
|
80
81
|
D as BitzDescriptions,
|
|
81
82
|
k as BitzDrawer,
|
|
82
83
|
w as BitzEmpty,
|
|
@@ -84,47 +85,48 @@ export {
|
|
|
84
85
|
N as BitzFloatLayout,
|
|
85
86
|
Q as BitzFluentInput,
|
|
86
87
|
W as BitzFluentSelect,
|
|
87
|
-
j as
|
|
88
|
-
G as
|
|
89
|
-
V as
|
|
90
|
-
Y as
|
|
91
|
-
_ as
|
|
92
|
-
tt as
|
|
93
|
-
at as
|
|
94
|
-
rt as
|
|
95
|
-
lt as
|
|
96
|
-
dt as
|
|
97
|
-
st as
|
|
98
|
-
|
|
99
|
-
zt as
|
|
100
|
-
nt as
|
|
101
|
-
ct as
|
|
102
|
-
St as
|
|
103
|
-
bt as
|
|
104
|
-
Lt as
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
Dt as
|
|
108
|
-
kt as
|
|
109
|
-
wt as
|
|
110
|
-
Ht as
|
|
111
|
-
Nt as
|
|
112
|
-
Qt as
|
|
113
|
-
Wt as
|
|
114
|
-
jt as
|
|
115
|
-
Gt as
|
|
116
|
-
Vt as
|
|
117
|
-
Yt as
|
|
118
|
-
_t as
|
|
119
|
-
te as
|
|
120
|
-
ae as
|
|
121
|
-
re as
|
|
122
|
-
le as
|
|
123
|
-
de as
|
|
124
|
-
se as
|
|
125
|
-
|
|
126
|
-
ze as
|
|
127
|
-
ne as
|
|
128
|
-
ce as
|
|
129
|
-
Se as
|
|
88
|
+
j as BitzFluentTreeSelect,
|
|
89
|
+
G as BitzFuiCalendar,
|
|
90
|
+
V as BitzFullScreen,
|
|
91
|
+
Y as BitzHighlight,
|
|
92
|
+
_ as BitzImage,
|
|
93
|
+
tt as BitzLanguageTabs,
|
|
94
|
+
at as BitzLazyLoad,
|
|
95
|
+
rt as BitzList,
|
|
96
|
+
lt as BitzLoadMore,
|
|
97
|
+
dt as BitzLocalStorage,
|
|
98
|
+
st as BitzMeetingTime,
|
|
99
|
+
mt as BitzMobileLoading,
|
|
100
|
+
zt as BitzModal,
|
|
101
|
+
nt as BitzNoData,
|
|
102
|
+
ct as BitzNoMore,
|
|
103
|
+
St as BitzOrganizationSelection,
|
|
104
|
+
bt as BitzPageContainer,
|
|
105
|
+
Lt as BitzPageHeader,
|
|
106
|
+
Mt as BitzPagination,
|
|
107
|
+
At as BitzPopover,
|
|
108
|
+
Dt as BitzPullRefresh,
|
|
109
|
+
kt as BitzQRCode,
|
|
110
|
+
wt as BitzQueryFilter,
|
|
111
|
+
Ht as BitzRefresh,
|
|
112
|
+
Nt as BitzRemark,
|
|
113
|
+
Qt as BitzScheduleCenter,
|
|
114
|
+
Wt as BitzSearch,
|
|
115
|
+
jt as BitzSelect,
|
|
116
|
+
Gt as BitzSkeleton,
|
|
117
|
+
Vt as BitzSwitch,
|
|
118
|
+
Yt as BitzTabbar,
|
|
119
|
+
_t as BitzTable,
|
|
120
|
+
te as BitzTableOperations,
|
|
121
|
+
ae as BitzTableSelect,
|
|
122
|
+
re as BitzTag,
|
|
123
|
+
le as BitzTheme,
|
|
124
|
+
de as BitzTimeline,
|
|
125
|
+
se as BitzTimer,
|
|
126
|
+
me as BitzToast,
|
|
127
|
+
ze as BitzTree,
|
|
128
|
+
ne as BitzUeEditor,
|
|
129
|
+
ce as BitzUpload,
|
|
130
|
+
Se as BitzWebAppDrawer,
|
|
131
|
+
be as BitzWebAppModal
|
|
130
132
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { getDefaultExportFromCjs as u } from "../../../../../_virtual/_commonjsHelpers.mjs";
|
|
2
|
-
import { __module as i } from "../../../../../_virtual/
|
|
2
|
+
import { __module as i } from "../../../../../_virtual/index.mjs";
|
|
3
3
|
/*!
|
|
4
4
|
Copyright (c) 2018 Jed Watson.
|
|
5
5
|
Licensed under the MIT License (MIT), see
|