bitz-react-admin-ui 2.7.0 → 2.7.2

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.
@@ -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
  };
@@ -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,10 +1,10 @@
1
- import { j as r } from "../../node_modules/.store/react@18.3.1/node_modules/react/jsx-runtime.mjs";
2
- import { TimePicker as t } from "antd";
3
- import i from "../../utils/WithFluent.mjs";
4
- function o({ placeholder: m, ...e }) {
5
- return /* @__PURE__ */ r.jsx(t, { ...e, placeholder: "" });
1
+ import { j as i } from "../../node_modules/.store/react@18.3.1/node_modules/react/jsx-runtime.mjs";
2
+ import { TimePicker as e } from "antd";
3
+ import o from "../../utils/WithFluent.mjs";
4
+ function m({ placeholder: t, ...r }) {
5
+ return /* @__PURE__ */ i.jsx(e, { ...r, placeholder: t });
6
6
  }
7
- const p = i(o);
7
+ const c = o(m);
8
8
  export {
9
- p as default
9
+ c as default
10
10
  };
@@ -1,7 +1,7 @@
1
- import { j as Pe } from "../../../node_modules/.store/react@18.3.1/node_modules/react/jsx-runtime.mjs";
1
+ import { j as je } from "../../../node_modules/.store/react@18.3.1/node_modules/react/jsx-runtime.mjs";
2
2
  import { Table as ue } from "antd";
3
3
  import N from "../../../hooks/useMergedState.mjs";
4
- import { createContext as ke, useRef as Re, useState as h, useContext as Le, useMemo as y, useEffect as S, useCallback as B } from "react";
4
+ import { createContext as ke, useRef as Re, useState as h, useContext as Le, useMemo as S, useEffect as g, useCallback as B } from "react";
5
5
  import { flattenColumns as Ue, genColumnKey as E } from "./utils/index.mjs";
6
6
  import { getUuid as Ae } from "../../../utils/uuid.mjs";
7
7
  import { BitzConfigContext as De } from "../../BitzConfigProvider/context.mjs";
@@ -23,7 +23,7 @@ const Ge = {
23
23
  ], de = 5;
24
24
  function _e(e) {
25
25
  var k, R, L, U, A, D, G, Z, _, F, W, X, q, Q, Y, $, p, ee, te, ne, ie, ae, oe, le, ce, fe, re;
26
- const K = Re(Ae()), [ye, Se] = h(!1), [ge, Ce] = h(!1), [me, we] = h(0), f = Le(De).Table, I = e.defaultSize ?? (f == null ? void 0 : f.defaultSize) ?? "lg", he = e.defaultZebra ?? (f == null ? void 0 : f.zebra) ?? !0, xe = e.defaultBordered ?? (f == null ? void 0 : f.bordered) ?? "row-column", Te = e.defaultPageSize ?? (f == null ? void 0 : f.pageSize) ?? 10, Ke = e.defaultOrderBy ?? (f == null ? void 0 : f.orderBy) ?? "desc", z = y(() => {
26
+ const K = Re(Ae()), [ye, Se] = h(!1), [ge, Ce] = h(!1), [me, we] = h(0), f = Le(De).Table, I = e.defaultSize ?? (f == null ? void 0 : f.defaultSize) ?? "lg", he = e.defaultZebra ?? (f == null ? void 0 : f.zebra) ?? !0, xe = e.defaultBordered ?? (f == null ? void 0 : f.bordered) ?? "row-column", Te = e.defaultPageSize ?? (f == null ? void 0 : f.pageSize) ?? 10, Ke = e.defaultOrderBy ?? (f == null ? void 0 : f.orderBy) ?? "desc", z = S(() => {
27
27
  var t;
28
28
  return u(
29
29
  {
@@ -47,131 +47,131 @@ function _e(e) {
47
47
  e.defaultOrderBy,
48
48
  f == null ? void 0 : f.orderBy,
49
49
  (k = e.stylesConfigState) == null ? void 0 : k.defaultValue
50
- ]), [g, J] = N(
50
+ ]), [C, J] = N(
51
51
  () => {
52
- var n, a, c;
53
- const { persistenceType: t, persistenceKey: i, onlineGet: l } = e.stylesConfigState || {};
54
- if (i && t && typeof window < "u" && t !== "online") {
52
+ var i, n, l;
53
+ const { persistenceType: t, persistenceKey: a, onlineGet: c } = e.stylesConfigState || {};
54
+ if (a && t && typeof window < "u" && t !== "online") {
55
55
  const o = window[t];
56
56
  try {
57
- const r = o == null ? void 0 : o.getItem(i);
57
+ const r = o == null ? void 0 : o.getItem(a);
58
58
  if (r)
59
- return (n = e == null ? void 0 : e.stylesConfigState) != null && n.defaultValue ? u(
59
+ return (i = e == null ? void 0 : e.stylesConfigState) != null && i.defaultValue ? u(
60
60
  JSON.parse(r),
61
- (a = e == null ? void 0 : e.stylesConfigState) == null ? void 0 : a.defaultValue
61
+ (n = e == null ? void 0 : e.stylesConfigState) == null ? void 0 : n.defaultValue
62
62
  ) : JSON.parse(r);
63
63
  } catch (r) {
64
64
  console.warn(r);
65
65
  }
66
66
  }
67
- return e.stylesConfig || ((c = e.stylesConfigState) == null ? void 0 : c.value) || z;
67
+ return e.stylesConfig || ((l = e.stylesConfigState) == null ? void 0 : l.value) || z;
68
68
  },
69
69
  {
70
70
  value: ((R = e.stylesConfigState) == null ? void 0 : R.value) || e.stylesConfig,
71
71
  onChange: ((L = e.stylesConfigState) == null ? void 0 : L.onChange) || e.onStylesConfigChange
72
72
  }
73
73
  );
74
- S(() => {
75
- var l, n;
76
- if (!((l = e.stylesConfigState) != null && l.persistenceKey) || !((n = e.stylesConfigState) != null && n.persistenceType) || typeof window > "u")
74
+ g(() => {
75
+ var c, i;
76
+ if (!((c = e.stylesConfigState) != null && c.persistenceKey) || !((i = e.stylesConfigState) != null && i.persistenceType) || typeof window > "u")
77
77
  return;
78
78
  const {
79
79
  persistenceType: t,
80
- persistenceKey: i
80
+ persistenceKey: a
81
81
  // onlineChange
82
82
  } = e.stylesConfigState;
83
83
  if (t !== "online") {
84
- const a = window[t];
84
+ const n = window[t];
85
85
  try {
86
- a == null || a.setItem(i, JSON.stringify(g));
87
- } catch (c) {
88
- console.warn(c), M();
86
+ n == null || n.setItem(a, JSON.stringify(C));
87
+ } catch (l) {
88
+ console.warn(l), M();
89
89
  }
90
90
  }
91
91
  }, [
92
92
  (U = e.stylesConfigState) == null ? void 0 : U.persistenceKey,
93
- g,
93
+ C,
94
94
  (A = e.stylesConfigState) == null ? void 0 : A.persistenceType
95
- ]), S(() => {
96
- var t, i, l;
97
- if ((t = e.stylesConfigState) != null && t.persistenceKey && ((i = e.stylesConfigState) == null ? void 0 : i.persistenceType) === "online") {
98
- const { onlineGet: n, persistenceKey: a } = e.stylesConfigState;
95
+ ]), g(() => {
96
+ var t, a, c;
97
+ if ((t = e.stylesConfigState) != null && t.persistenceKey && ((a = e.stylesConfigState) == null ? void 0 : a.persistenceType) === "online") {
98
+ const { onlineGet: i, persistenceKey: n } = e.stylesConfigState;
99
99
  try {
100
- (l = n == null ? void 0 : n(a)) == null || l.then((c) => {
100
+ (c = i == null ? void 0 : i(n)) == null || c.then((l) => {
101
101
  var r;
102
- const o = u(c ?? {}, (r = e == null ? void 0 : e.stylesConfigState) == null ? void 0 : r.value);
102
+ const o = u(l ?? {}, (r = e == null ? void 0 : e.stylesConfigState) == null ? void 0 : r.value);
103
103
  J(
104
104
  Object.keys(o).length ? o : z
105
105
  );
106
106
  });
107
- } catch (c) {
108
- console.warn(c);
107
+ } catch (l) {
108
+ console.warn(l);
109
109
  }
110
110
  }
111
111
  }, []);
112
- const s = y(() => (e.columns ?? []).filter(
112
+ const s = S(() => (e.columns ?? []).filter(
113
113
  (t) => !Ze.includes(t) && t.title
114
- ), [e.columns]), x = y(() => {
115
- var n;
114
+ ), [e.columns]), x = S(() => {
115
+ var i;
116
116
  const t = {
117
117
  fields: [],
118
118
  config: {
119
119
  key: "current",
120
120
  info: void 0
121
121
  }
122
- }, i = s.find((a) => {
123
- var c;
124
- return (c = a == null ? void 0 : a.children) == null ? void 0 : c.length;
125
- }), l = s.filter((a) => !a.isOperationCol);
126
- if (i)
127
- t.fields = Ue(l);
122
+ }, a = s.find((n) => {
123
+ var l;
124
+ return (l = n == null ? void 0 : n.children) == null ? void 0 : l.length;
125
+ }), c = s.filter((n) => !n.isOperationCol);
126
+ if (a)
127
+ t.fields = Ue(c);
128
128
  else {
129
- const a = [];
130
- l.forEach((c, o) => {
131
- const r = E(c, o);
132
- r && !c.exportHidden && a.push({
129
+ const n = [];
130
+ c.forEach((l, o) => {
131
+ const r = E(l, o);
132
+ r && !l.exportHidden && n.push({
133
133
  field: r,
134
- title: c.title,
134
+ title: l.title,
135
135
  show: !0
136
136
  });
137
- }), t.fields = a;
137
+ }), t.fields = n;
138
138
  }
139
- return (n = e == null ? void 0 : e.exportConfigState) != null && n.defaultValue ? u(t, e.exportConfigState.defaultValue) : t;
139
+ return (i = e == null ? void 0 : e.exportConfigState) != null && i.defaultValue ? u(t, e.exportConfigState.defaultValue) : t;
140
140
  }, [s]), [b, T] = N(
141
141
  () => {
142
- var n, a, c;
143
- const { persistenceType: t, persistenceKey: i, onlineGet: l } = e.exportConfigState || {};
144
- if (i && t && typeof window < "u" && t !== "online") {
142
+ var i, n, l;
143
+ const { persistenceType: t, persistenceKey: a, onlineGet: c } = e.exportConfigState || {};
144
+ if (a && t && typeof window < "u" && t !== "online") {
145
145
  const o = window[t];
146
146
  try {
147
- const r = o == null ? void 0 : o.getItem(i);
147
+ const r = o == null ? void 0 : o.getItem(a);
148
148
  if (r)
149
- return (n = e == null ? void 0 : e.exportConfigState) != null && n.defaultValue ? u(
149
+ return (i = e == null ? void 0 : e.exportConfigState) != null && i.defaultValue ? u(
150
150
  JSON.parse(r),
151
- (a = e == null ? void 0 : e.exportConfigState) == null ? void 0 : a.defaultValue
151
+ (n = e == null ? void 0 : e.exportConfigState) == null ? void 0 : n.defaultValue
152
152
  ) : JSON.parse(r);
153
153
  } catch (r) {
154
154
  console.warn(r);
155
155
  }
156
156
  }
157
- return e.exportConfig || ((c = e.exportConfigState) == null ? void 0 : c.value) || x;
157
+ return e.exportConfig || ((l = e.exportConfigState) == null ? void 0 : l.value) || x;
158
158
  },
159
159
  {
160
160
  value: ((D = e.exportConfigState) == null ? void 0 : D.value) || e.exportConfig,
161
161
  onChange: ((G = e.exportConfigState) == null ? void 0 : G.onChange) || e.onExportConfigChange
162
162
  }
163
163
  );
164
- S(() => {
165
- var n, a;
166
- const { persistenceType: t, persistenceKey: i, onlineGet: l } = e.exportConfigState || {};
167
- if (i && t && typeof window < "u" && t !== "online") {
168
- const c = window[t];
164
+ g(() => {
165
+ var i, n;
166
+ const { persistenceType: t, persistenceKey: a, onlineGet: c } = e.exportConfigState || {};
167
+ if (a && t && typeof window < "u" && t !== "online") {
168
+ const l = window[t];
169
169
  try {
170
- const o = c == null ? void 0 : c.getItem(i);
171
- o ? (n = e == null ? void 0 : e.exportConfigState) != null && n.defaultValue ? T(
170
+ const o = l == null ? void 0 : l.getItem(a);
171
+ o ? (i = e == null ? void 0 : e.exportConfigState) != null && i.defaultValue ? T(
172
172
  u(
173
173
  JSON.parse(o),
174
- (a = e == null ? void 0 : e.exportConfigState) == null ? void 0 : a.defaultValue
174
+ (n = e == null ? void 0 : e.exportConfigState) == null ? void 0 : n.defaultValue
175
175
  )
176
176
  ) : T(JSON.parse(o)) : T(x);
177
177
  } catch (o) {
@@ -182,95 +182,95 @@ function _e(e) {
182
182
  (Z = e.exportConfigState) == null ? void 0 : Z.persistenceKey,
183
183
  (_ = e.exportConfigState) == null ? void 0 : _.persistenceType,
184
184
  x
185
- ]), S(() => {
186
- var l, n;
187
- if (!((l = e.exportConfigState) != null && l.persistenceKey) || !((n = e.exportConfigState) != null && n.persistenceType) || typeof window > "u")
185
+ ]), g(() => {
186
+ var c, i;
187
+ if (!((c = e.exportConfigState) != null && c.persistenceKey) || !((i = e.exportConfigState) != null && i.persistenceType) || typeof window > "u")
188
188
  return;
189
189
  const {
190
190
  persistenceType: t,
191
- persistenceKey: i
191
+ persistenceKey: a
192
192
  // onlineChange
193
193
  } = e.exportConfigState;
194
194
  if (t !== "online") {
195
- const a = window[t];
195
+ const n = window[t];
196
196
  try {
197
- a == null || a.setItem(i, JSON.stringify(b));
198
- } catch (c) {
199
- console.warn(c), j();
197
+ n == null || n.setItem(a, JSON.stringify(b));
198
+ } catch (l) {
199
+ console.warn(l), P();
200
200
  }
201
201
  }
202
202
  }, [
203
203
  (F = e.exportConfigState) == null ? void 0 : F.persistenceKey,
204
204
  b,
205
205
  (W = e.exportConfigState) == null ? void 0 : W.persistenceType
206
- ]), S(() => {
207
- var t, i, l;
208
- if ((t = e.exportConfigState) != null && t.persistenceKey && ((i = e.exportConfigState) == null ? void 0 : i.persistenceType) === "online") {
209
- const { onlineGet: n, persistenceKey: a } = e.exportConfigState;
206
+ ]), g(() => {
207
+ var t, a, c;
208
+ if ((t = e.exportConfigState) != null && t.persistenceKey && ((a = e.exportConfigState) == null ? void 0 : a.persistenceType) === "online") {
209
+ const { onlineGet: i, persistenceKey: n } = e.exportConfigState;
210
210
  try {
211
- (l = n == null ? void 0 : n(a)) == null || l.then((c) => {
211
+ (c = i == null ? void 0 : i(n)) == null || c.then((l) => {
212
212
  var r;
213
- const o = u(c ?? {}, (r = e == null ? void 0 : e.exportConfigState) == null ? void 0 : r.value);
213
+ const o = u(l ?? {}, (r = e == null ? void 0 : e.exportConfigState) == null ? void 0 : r.value);
214
214
  T(
215
215
  Object.keys(o).length ? o : x
216
216
  );
217
217
  });
218
- } catch (c) {
219
- console.warn(c);
218
+ } catch (l) {
219
+ console.warn(l);
220
220
  }
221
221
  }
222
222
  }, []);
223
- const C = y(() => {
224
- var c;
225
- if ((c = e == null ? void 0 : e.columnsState) != null && c.defaultValue)
223
+ const d = S(() => {
224
+ var l;
225
+ if ((l = e == null ? void 0 : e.columnsState) != null && l.defaultValue)
226
226
  return e.columnsState.defaultValue;
227
- const t = s.filter((o) => o.fixed === "left").map((o, r) => ({ ...o, order: r })), i = s.filter((o) => o.fixed === "right").map((o, r) => ({ ...o, order: r })), l = s.filter((o) => !["left", "right"].includes(o.fixed)).map((o, r) => ({ ...o, order: r })), n = [...t, ...l, ...i], a = {};
228
- return n.forEach((o, r) => {
229
- const { order: m, width: We, fixed: Me, disabled: je } = o, se = E(o, r);
230
- se && (a[se] = {
227
+ const t = s.filter((o) => o.fixed === "left").map((o, r) => ({ ...o, order: r })), a = s.filter((o) => o.fixed === "right").map((o, r) => ({ ...o, order: r })), c = s.filter((o) => !["left", "right"].includes(o.fixed)).map((o, r) => ({ ...o, order: r })), i = [...t, ...c, ...a], n = {};
228
+ return i.forEach((o, r) => {
229
+ const { order: w, width: We, fixed: Me, disabled: Pe } = o, se = E(o, r);
230
+ se && (n[se] = {
231
231
  show: !0,
232
- order: m,
232
+ order: w,
233
233
  fixed: Me,
234
- disabled: je
234
+ disabled: Pe
235
235
  });
236
- }), a;
237
- }, [s]), [Oe, Ve] = h(!1), [d, w] = N(
236
+ }), n;
237
+ }, [s]), [Oe, Ve] = h(!1), [y, m] = N(
238
238
  () => {
239
- var n, a, c, o;
240
- const { persistenceType: t, persistenceKey: i, onlineGet: l } = e.columnsState || {};
241
- if (i && t && typeof window < "u" && t !== "online") {
239
+ var i, n, l, o;
240
+ const { persistenceType: t, persistenceKey: a, onlineGet: c } = e.columnsState || {};
241
+ if (a && t && typeof window < "u" && t !== "online") {
242
242
  const r = window[t];
243
243
  try {
244
- const m = r == null ? void 0 : r.getItem(i);
245
- if (m)
246
- return (n = e == null ? void 0 : e.columnsState) != null && n.defaultValue ? u(
247
- JSON.parse(m),
248
- (a = e == null ? void 0 : e.columnsState) == null ? void 0 : a.defaultValue
249
- ) : JSON.parse(m);
250
- } catch (m) {
251
- console.warn(m);
244
+ const w = r == null ? void 0 : r.getItem(a);
245
+ if (w)
246
+ return (i = e == null ? void 0 : e.columnsState) != null && i.defaultValue ? u(
247
+ JSON.parse(w),
248
+ (n = e == null ? void 0 : e.columnsState) == null ? void 0 : n.defaultValue
249
+ ) : JSON.parse(w);
250
+ } catch (w) {
251
+ console.warn(w);
252
252
  }
253
253
  }
254
- return e.columnsStateMap || ((c = e.columnsState) == null ? void 0 : c.value) || ((o = e.columnsState) == null ? void 0 : o.defaultValue) || {};
254
+ return e.columnsStateMap || ((l = e.columnsState) == null ? void 0 : l.value) || ((o = e.columnsState) == null ? void 0 : o.defaultValue) || {};
255
255
  },
256
256
  {
257
257
  value: ((X = e.columnsState) == null ? void 0 : X.value) || e.columnsStateMap,
258
258
  onChange: ((q = e.columnsState) == null ? void 0 : q.onChange) || e.onColumnsStateChange
259
259
  }
260
260
  );
261
- S(() => {
262
- var n, a;
263
- const { persistenceType: t, persistenceKey: i, onlineGet: l } = e.columnsState || {};
264
- if (i && t && typeof window < "u" && t !== "online") {
265
- const c = window[t];
261
+ g(() => {
262
+ var i, n;
263
+ const { persistenceType: t, persistenceKey: a, onlineGet: c } = e.columnsState || {};
264
+ if (a && t && typeof window < "u" && t !== "online") {
265
+ const l = window[t];
266
266
  try {
267
- const o = c == null ? void 0 : c.getItem(i);
268
- o ? (n = e == null ? void 0 : e.columnsState) != null && n.defaultValue ? w(
267
+ const o = l == null ? void 0 : l.getItem(a);
268
+ o ? (i = e == null ? void 0 : e.columnsState) != null && i.defaultValue ? m(
269
269
  u(
270
270
  JSON.parse(o),
271
- (a = e == null ? void 0 : e.columnsState) == null ? void 0 : a.defaultValue
271
+ (n = e == null ? void 0 : e.columnsState) == null ? void 0 : n.defaultValue
272
272
  )
273
- ) : w(JSON.parse(o)) : w(C);
273
+ ) : m(JSON.parse(o)) : m(d);
274
274
  } catch (o) {
275
275
  console.warn(o);
276
276
  }
@@ -278,83 +278,84 @@ function _e(e) {
278
278
  }, [
279
279
  (Q = e.columnsState) == null ? void 0 : Q.persistenceKey,
280
280
  (Y = e.columnsState) == null ? void 0 : Y.persistenceType,
281
- C
281
+ d
282
282
  ]);
283
283
  const H = B(() => {
284
- const { persistenceType: t, persistenceKey: i } = e.columnsState || {};
285
- if (!i || !t || typeof window > "u")
284
+ const { persistenceType: t, persistenceKey: a } = e.columnsState || {};
285
+ if (!a || !t || typeof window > "u")
286
286
  return;
287
- const l = window[t];
287
+ const c = window[t];
288
288
  try {
289
- l == null || l.removeItem(i);
290
- } catch (n) {
291
- console.warn(n);
289
+ c == null || c.removeItem(a);
290
+ } catch (i) {
291
+ console.warn(i);
292
292
  }
293
293
  }, [e.columnsState]), M = B(() => {
294
- const { persistenceType: t, persistenceKey: i } = e.stylesConfigState || {};
295
- if (!i || !t || typeof window > "u")
294
+ const { persistenceType: t, persistenceKey: a } = e.stylesConfigState || {};
295
+ if (!a || !t || typeof window > "u")
296
296
  return;
297
- const l = window[t];
297
+ const c = window[t];
298
298
  try {
299
- l == null || l.removeItem(i);
300
- } catch (n) {
301
- console.warn(n);
299
+ c == null || c.removeItem(a);
300
+ } catch (i) {
301
+ console.warn(i);
302
302
  }
303
- }, [e.stylesConfigState]), j = B(() => {
304
- const { persistenceType: t, persistenceKey: i } = e.exportConfigState || {};
305
- if (!i || !t || typeof window > "u")
303
+ }, [e.stylesConfigState]), P = B(() => {
304
+ const { persistenceType: t, persistenceKey: a } = e.exportConfigState || {};
305
+ if (!a || !t || typeof window > "u")
306
306
  return;
307
- const l = window[t];
307
+ const c = window[t];
308
308
  try {
309
- l == null || l.removeItem(i);
310
- } catch (n) {
311
- console.warn(n);
309
+ c == null || c.removeItem(a);
310
+ } catch (i) {
311
+ console.warn(i);
312
312
  }
313
313
  }, [e.exportConfigState]);
314
- S(() => {
315
- var l, n;
316
- if (!((l = e.columnsState) != null && l.persistenceKey) || !((n = e.columnsState) != null && n.persistenceType) || typeof window > "u")
314
+ g(() => {
315
+ var c, i;
316
+ if (!((c = e.columnsState) != null && c.persistenceKey) || !((i = e.columnsState) != null && i.persistenceType) || typeof window > "u")
317
317
  return;
318
318
  const {
319
319
  persistenceType: t,
320
- persistenceKey: i
320
+ persistenceKey: a
321
321
  // onlineChange
322
322
  } = e.columnsState;
323
323
  if (t !== "online") {
324
- const a = window[t];
324
+ const n = window[t];
325
325
  try {
326
- a == null || a.setItem(i, JSON.stringify(d));
327
- } catch (c) {
328
- console.warn(c), H();
326
+ n == null || n.setItem(a, JSON.stringify(y));
327
+ } catch (l) {
328
+ console.warn(l), H();
329
329
  }
330
330
  }
331
331
  }, [
332
332
  ($ = e.columnsState) == null ? void 0 : $.persistenceKey,
333
- d,
333
+ y,
334
334
  (p = e.columnsState) == null ? void 0 : p.persistenceType
335
- ]), S(() => {
336
- var t, i, l;
337
- if ((t = e.columnsState) != null && t.persistenceKey && ((i = e.columnsState) == null ? void 0 : i.persistenceType) === "online") {
338
- const { onlineGet: n, persistenceKey: a } = e.columnsState;
335
+ ]), g(() => {
336
+ var t, a, c;
337
+ if ((t = e.columnsState) != null && t.persistenceKey && ((a = e.columnsState) == null ? void 0 : a.persistenceType) === "online") {
338
+ const { onlineGet: i, persistenceKey: n } = e.columnsState;
339
339
  try {
340
- (l = n == null ? void 0 : n(a)) == null || l.then((c) => {
340
+ (c = i == null ? void 0 : i(n)) == null || c.then((l) => {
341
341
  var r;
342
- const o = u(c ?? {}, (r = e == null ? void 0 : e.columnsState) == null ? void 0 : r.value);
343
- w(o), Ve(!0);
342
+ const o = u(l ?? {}, (r = e == null ? void 0 : e.columnsState) == null ? void 0 : r.value);
343
+ m(o), Ve(!0);
344
344
  });
345
- } catch (c) {
346
- console.warn(c);
345
+ } catch (l) {
346
+ console.warn(l);
347
347
  }
348
348
  }
349
- }, []), S(() => {
350
- var i, l;
351
- const t = s.findIndex((n) => n == null ? void 0 : n.isOperationCol);
349
+ }, []), g(() => {
350
+ var c, i;
351
+ const t = s.findIndex((n) => n == null ? void 0 : n.isOperationCol), a = Object.keys(y ?? {}).length === 0;
352
352
  if (t >= 0) {
353
- const n = s[t], a = E(n, t);
354
- !(((i = d == null ? void 0 : d[a]) == null ? void 0 : i.fixed) === ((l = C == null ? void 0 : C[a]) == null ? void 0 : l.fixed)) && Object.keys(d ?? {}).length === 0 && w(C);
355
- }
356
- }, [C, d]);
357
- const ze = y(() => (e == null ? void 0 : e.rowHoverable) ?? (f == null ? void 0 : f.rowHoverable) ?? !0, [e == null ? void 0 : e.rowHoverable, f == null ? void 0 : f.rowHoverable]), be = y(() => e.zebra ?? g.zebra, [e.zebra, g.zebra]), O = y(() => e.bordered ?? g.bordered, [e.bordered, g.bordered]), ve = y(() => ["column", "row-column"].includes(O), [O]), Ne = y(() => {
353
+ const n = s[t], l = E(n, t);
354
+ !(((c = y == null ? void 0 : y[l]) == null ? void 0 : c.fixed) === ((i = d == null ? void 0 : d[l]) == null ? void 0 : i.fixed)) && a && m(d);
355
+ } else
356
+ a && m(d);
357
+ }, [d, y]);
358
+ const ze = S(() => (e == null ? void 0 : e.rowHoverable) ?? (f == null ? void 0 : f.rowHoverable) ?? !0, [e == null ? void 0 : e.rowHoverable, f == null ? void 0 : f.rowHoverable]), be = S(() => e.zebra ?? C.zebra, [e.zebra, C.zebra]), O = S(() => e.bordered ?? C.bordered, [e.bordered, C.bordered]), ve = S(() => ["column", "row-column"].includes(O), [O]), Ne = S(() => {
358
359
  let t = !1;
359
360
  return ["hide", "column"].includes(O) && (t = !0), t;
360
361
  }, [O]), [Be, v] = h(!1), [Ee, V] = h(de), Ie = () => {
@@ -362,13 +363,13 @@ function _e(e) {
362
363
  }, Je = () => {
363
364
  v(!1), V(0);
364
365
  }, He = () => {
365
- var t, i, l;
366
- (l = (t = e.columnsState) == null ? void 0 : t.onlineChange) == null || l.call(
366
+ var t, a, c;
367
+ (c = (t = e.columnsState) == null ? void 0 : t.onlineChange) == null || c.call(
367
368
  t,
368
- (i = e.columnsState) == null ? void 0 : i.persistenceKey,
369
- d
369
+ (a = e.columnsState) == null ? void 0 : a.persistenceKey,
370
+ y
370
371
  ), v(!1), V(0);
371
- }, P = {
372
+ }, j = {
372
373
  loading: e.loading ?? !1,
373
374
  dataSource: e.dataSource,
374
375
  pagination: e.pagination,
@@ -392,14 +393,14 @@ function _e(e) {
392
393
  persistenceKey: (te = e.columnsState) == null ? void 0 : te.persistenceKey,
393
394
  onlineChange: (ne = e.columnsState) == null ? void 0 : ne.onlineChange,
394
395
  finish: Oe,
395
- columnsMap: d,
396
- setColumnsMap: w,
397
- defaultColumnKeyMap: C,
396
+ columnsMap: y,
397
+ setColumnsMap: m,
398
+ defaultColumnKeyMap: d,
398
399
  clearPersistenceStorage: H,
399
- stylesConfig: g,
400
+ stylesConfig: C,
400
401
  setTableStylesConfig: J,
401
402
  defaultTableSize: I,
402
- tableSize: g.size,
403
+ tableSize: C.size,
403
404
  stylesStorageType: (ie = e.stylesConfigState) == null ? void 0 : ie.persistenceType,
404
405
  stylesStorageKey: (ae = e.stylesConfigState) == null ? void 0 : ae.persistenceKey,
405
406
  onlineStylesConfigChange: (oe = e.stylesConfigState) == null ? void 0 : oe.onlineChange,
@@ -411,20 +412,20 @@ function _e(e) {
411
412
  exportStorageType: (le = e.exportConfigState) == null ? void 0 : le.persistenceType,
412
413
  exportStorageKey: (ce = e.exportConfigState) == null ? void 0 : ce.persistenceKey,
413
414
  onlineExportConfigChange: (fe = e.exportConfigState) == null ? void 0 : fe.onlineChange,
414
- clearExportConfigCache: j,
415
+ clearExportConfigCache: P,
415
416
  exportConfigHardCodedValue: (re = e.exportConfigState) == null ? void 0 : re.hardCodedValue,
416
417
  zebra: be,
417
418
  rowHoverable: ze,
418
419
  showColumnBorder: ve,
419
420
  hideRowBorder: Ne
420
421
  };
421
- return Object.defineProperty(P, "uuid", {
422
+ return Object.defineProperty(j, "uuid", {
422
423
  get: () => K.current
423
- }), P;
424
+ }), j;
424
425
  }
425
426
  const Fe = ke({}), nt = (e) => {
426
427
  const K = _e(e.initValue);
427
- return /* @__PURE__ */ Pe.jsx(Fe.Provider, { value: K, children: e.children });
428
+ return /* @__PURE__ */ je.jsx(Fe.Provider, { value: K, children: e.children });
428
429
  };
429
430
  export {
430
431
  Fe as BitzTableContext,
@@ -70,7 +70,7 @@ function ae({
70
70
  }), k === "any" && (e.config.info = {
71
71
  type: x,
72
72
  value: (E || 0) < 1 ? 1 : E || 1
73
- }), e;
73
+ }), { ...e };
74
74
  },
75
75
  hasOne: () => l.length > 0
76
76
  })), /* @__PURE__ */ t.jsx("div", { ref: m, style: P, children: /* @__PURE__ */ t.jsxs(
@@ -1,5 +1,5 @@
1
1
  import { getDefaultExportFromCjs as u } from "../../../../../_virtual/_commonjsHelpers.mjs";
2
- import { __module as i } from "../../../../../_virtual/index.mjs";
2
+ import { __module as i } from "../../../../../_virtual/index2.mjs";
3
3
  /*!
4
4
  Copyright (c) 2018 Jed Watson.
5
5
  Licensed under the MIT License (MIT), see
@@ -1,5 +1,5 @@
1
1
  import { getDefaultExportFromCjs as e } from "../../../../../_virtual/_commonjsHelpers.mjs";
2
- import { __module as r } from "../../../../../_virtual/index2.mjs";
2
+ import { __module as r } from "../../../../../_virtual/index.mjs";
3
3
  import { __require as o } from "../../../react-is@16.13.1/node_modules/react-is/index.mjs";
4
4
  import { __require as p } from "./factoryWithTypeCheckers.mjs";
5
5
  import { __require as t } from "./factoryWithThrowingShims.mjs";
package/dist/style.css CHANGED
@@ -1 +1 @@
1
- .bitzConfirmModalBlock .ant-modal-title{display:flex;align-items:center;justify-content:center}.bitzConfirmModalBlock .ant-modal-content{position:relative;padding:0;border-radius:6px;background-color:var(--modalContent-colorBg)}.bitzConfirmModalBlock .ant-modal-content .ant-modal-close{position:absolute;top:14px;right:20px;width:16px;height:16px}.bitzConfirmModalBlock .ant-modal-content .ant-modal-header{height:44px;margin-bottom:0;border-radius:6px 6px 0 0;padding:10px 20px;box-sizing:border-box;background-color:var(--modalContent-colorBg)}.bitzConfirmModalBlock .ant-modal-content .ant-modal-header .ant-modal-title{display:block}.bitzConfirmModalBlock .ant-modal-content .ant-modal-body .textBox{display:flex;justify-content:center;padding:24px 40px 30px}.bitzConfirmModalBlock .ant-modal-content .ant-modal-body .textBox .warnIcon{width:20px;height:20px;margin-right:10px}.bitzConfirmModalBlock .ant-modal-content .ant-modal-footer{margin-top:0;display:flex;align-items:center;justify-content:center;gap:20px;flex-flow:row-reverse;padding-bottom:24px;border-top:none;background-color:var(--modalContent-colorBg)}.bitzConfirmModalBlock .ant-modal-content .ant-modal-footer .ant-btn{width:94px;height:32px;padding:0;border-radius:4px;margin-left:0}.bitzConfirmModalBlock .ant-modal-content .ant-modal-footer .ant-btn span{font-size:14px}.bitzDrawerBlock .ant-drawer-header-title{flex-direction:row-reverse}.bitzDrawerBlock .ant-drawer-header,.bitzPickDrawerheaderwrap .ant-drawer-header{padding:10px;background-color:#f7f7f7}.bitzPickDrawerheader{display:flex;justify-content:space-between}.bitzPickDrawerContent{margin:-24px}.bitzPickDrawerContent .ant-tabs-tab{padding:15px;margin-left:0!important}.bitzPickDrawerContent .item{display:flex;padding:12px;justify-content:space-between}.bitzPickDrawerContent .item:active{background:rgba(0,0,0,.05)}.bitzCollapseBlock{display:flex;align-items:center;justify-content:center}.bitzCollapseBlock .anticon svg{width:1.5em;height:1.5em}.bitzCollapseBlock:hover{cursor:pointer}.bitzAppPage{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background:#f4f7fc}.bitzAppPage .pageNavBar{position:relative;width:100%;height:50px;display:flex;align-items:center;justify-content:center}.bitzAppPage .pageNavBar .barLeft{position:absolute;top:0;left:0;width:33%;height:100%;display:flex;align-items:center}.bitzAppPage .pageNavBar .barLeft .icon{margin-left:20px}.bitzAppPage .pageNavBar .barRight{position:absolute;top:0;right:20px;width:33%;height:100%;display:flex;align-items:center;justify-content:flex-end}.bitzAppPage .pageNavBar .barRight .icon{margin-left:20px}.bitzAppPage .pageContent{width:100%;height:calc(100% - 50px);background:#fff}.bitzFloatLayoutBlock{position:fixed;width:100%;height:100%;top:0;left:0;visibility:hidden;z-index:810;transition:visibility .3s cubic-bezier(.36,.66,.04,1)}.bitzFloatLayoutBlock__overlay{top:0;left:0;width:100%;height:100%;position:absolute;background-color:#0000004d;opacity:0;transition:opacity .15s ease-in}.bitzFloatLayoutBlock__header{position:relative;padding:10px;line-height:1.5;background-color:#f7f7f7}.bitzFloatLayoutBlock__header__title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#333;font-size:16px;display:block;padding-right:1.70667rem}.bitzFloatLayoutBlock__header__close{position:absolute;padding:.21333rem;top:50%;right:10px;width:20px;height:100%;line-height:1;transform:translateY(-50%)}.bitzFloatLayoutBlock__header__close:after,.bitzFloatLayoutBlock__header__close:before{content:"";position:absolute;top:50%;left:50%;display:inline-block;width:.768rem;height:2px;border-radius:1px;background:#ccc}.bitzFloatLayoutBlock__header__close:before{transform:translate3d(-50%,-50%,0) rotate(45deg)}.bitzFloatLayoutBlock__header__close:after{transform:translate3d(-50%,-50%,0) rotate(-45deg)}.bitzFloatLayoutBlock__container{position:absolute;bottom:0;width:100%;min-height:10vh;max-height:90vh;background-color:#fff;transform:translate3d(0,100%,0);transition:transform .3s cubic-bezier(.36,.66,.04,1);display:flex;flex-direction:column}.bitzFloatLayoutBlock__body{flex:1;overflow-y:auto}.bitzFloatLayoutBlock--active{visibility:visible}.bitzFloatLayoutBlock--active .bitzFloatLayoutBlock__overlay{opacity:1}.bitzFloatLayoutBlock--active .bitzFloatLayoutBlock__container{transform:translateZ(0)}._BitzAdressBook_ojoim_1{height:100%}._BitzAdressBook_ojoim_1 .ant-tabs{height:calc(100% - 32px)}._BitzAdressBook_ojoim_1 .ant-tabs-content,._BitzAdressBook_ojoim_1 .ant-tabs-content>*{height:100%}._filter_ojoim_11{display:flex;position:relative}._filter_ojoim_11 ._input_ojoim_15{flex:1;display:flex}._filter_ojoim_11 ._icon_ojoim_19{position:absolute;left:9px;top:9px;color:#918c8c}._filter_ojoim_11 input{flex:1;outline:none;background-color:#eee;border:none;height:30px;border-radius:4px;padding-left:30px;padding-right:5px}._filter_ojoim_11 ._filterIcon_ojoim_35{width:40px;height:30px;display:flex;justify-content:center;align-items:center;cursor:pointer}._container_ojoim_43{height:100%;overflow:hidden;position:relative}._main_ojoim_48{height:100%;overflow:auto;margin-right:-8px}._main_ojoim_48 ._item_ojoim_53{display:flex;align-items:center;gap:10px;padding:10px;background-color:#fff}._main_ojoim_48 ._item_ojoim_53:hover{background-color:#efefef}._main_ojoim_48 ._avatar_ojoim_63{width:40px;height:40px;border-radius:100%;background-color:#5d73fa;color:#fff;display:flex;justify-content:center;align-items:center}._main_ojoim_48 ._name_ojoim_73{color:#333}._main_ojoim_48 ._phone_ojoim_76{color:#3339}._sidebar_ojoim_79{height:100%;overflow:auto;position:absolute;right:-34px;top:0;text-align:center;font-size:12px}._sidebar_ojoim_79 ._item_ojoim_53{width:30px;line-height:30px;margin:2px 20px 2px 0;border-radius:4px}._sidebar_ojoim_79 ._item_ojoim_53._active_ojoim_94,._sidebar_ojoim_79 ._item_ojoim_53:hover{cursor:pointer;background:#5d73fa;color:#fff}.fullScreenBlock{line-height:0;cursor:pointer}.scrollbar::-webkit-scrollbar{height:.6rem;width:.6rem}.scrollbar::-webkit-scrollbar-corner{background-color:transparent}.scrollbar::-webkit-scrollbar-thumb{border-radius:.9rem;border-top-width:.4rem;border-right-width:.4rem;border-bottom-width:.4rem;border-left-width:.4rem;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent;background-clip:content-box;background-color:var(--colorScrollbarOverlay)}.scrollbar::-webkit-scrollbar-track{background-color:transparent}.bitzFuiCalendarBlock{background-color:#fff;position:relative;width:100%;height:100%;display:flex;box-sizing:border-box;--colorNeutralBackground2: #fafafa;--colorNeutralStroke2: #e0e0e0}.bitzFuiCalendarBlock *{box-sizing:border-box}.bitzFuiCalendarContainer{min-width:100%;min-height:100%;opacity:1;flex-direction:column;display:flex;text-align:left;line-height:1.4286;forced-color-adjust:none;font-weight:400;font-size:14px;text-size-adjust:100%}.bitzFuiCalendarToolbar{padding-right:3rem;padding-left:3rem;min-height:4.2rem;-webkit-box-pack:justify;justify-content:space-between;border-left-style:none;border-right-style:none;border-left-color:#e0e0e0;border-bottom-color:#e0e0e0;border-right-color:#e0e0e0;border-top-color:#e0e0e0;border-bottom-style:solid;border-top-style:solid;border-left-width:.1rem;border-bottom-width:.1rem;border-right-width:.1rem;border-top-width:.1rem;display:flex}.bitzFuiCalendarToolbar__right{column-gap:10px;display:flex}.bitzFuiCalendarToolbar__right_dropdown{padding-bottom:.8rem;padding-top:.8rem;display:inline-flex;align-items:center}.bitzFuiCalendarToolbar__left{-webkit-box-align:center;align-items:center;position:relative;display:flex}.bitzFuiCalendarConent{overflow:auto;flex:1 1 0%;flex-direction:column;display:flex}.bitzFuiCalendarHead{scrollbar-gutter:stable;min-height:6rem;padding-left:5.1rem;border-bottom-color:#e0e0e0;overflow:hidden;border-bottom-style:solid;border-bottom-width:.1rem;display:flex}.bitzFuiCalendarHead::-webkit-scrollbar{height:.6rem;width:.6rem}.bitzFuiCalendarHead::-webkit-scrollbar-corner{background-color:transparent}.bitzFuiCalendarHead::-webkit-scrollbar-thumb{border-radius:.9rem;border-top-width:.4rem;border-right-width:.4rem;border-bottom-width:.4rem;border-left-width:.4rem;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent;background-clip:content-box;background-color:var(--colorScrollbarOverlay)}.bitzFuiCalendarHead::-webkit-scrollbar-track{background-color:transparent}.bitzFuiCalendarHead .bitzFuiCalendarHeadItem{position:relative;width:0;height:6rem;min-height:6rem;-webkit-box-pack:center;justify-content:center;border-left-color:#e0e0e0;background-color:transparent;flex:1 1 0%;-webkit-box-flex:1;flex-grow:1;flex-direction:column;border-left-style:solid;border-left-width:.1rem;display:flex}.bitzFuiCalendarHead .bitzFuiCalendarHeadItem_active:after{right:0;top:0;left:0;height:.2rem;background:#5b5fc7;display:block;position:absolute;content:"";box-sizing:border-box}.bitzFuiCalendarHead .bitzFuiCalendarHeadItem_active .bitzFuiCalendarHeadItem__num,.bitzFuiCalendarHead .bitzFuiCalendarHeadItem_active .bitzFuiCalendarHeadItem__week{color:#5b5fc7}.bitzFuiCalendarHead .bitzFuiCalendarHeadItem__content{padding-right:1rem;padding-left:1rem;flex-direction:column;display:flex}.bitzFuiCalendarHead .bitzFuiCalendarHeadItem__num{font-size:2.4rem;font-weight:400;line-height:1.3333;color:#616161}.bitzFuiCalendarHead .bitzFuiCalendarHeadItem__week{font-weight:400;line-height:1.3333;font-size:1.2rem;color:#616161}.bitzFuiCalendarBody{opacity:1;overflow:auto;flex-direction:column;display:flex;height:calc(100vh - 165px)}.bitzFuiCalendarBodyContainer{scrollbar-gutter:stable;position:relative;overflow-x:hidden;overflow-y:auto;display:flex}.bitzFuiCalendarBodyContainer::-webkit-scrollbar{height:.6rem;width:.6rem}.bitzFuiCalendarBodyContainer::-webkit-scrollbar-corner{background-color:transparent}.bitzFuiCalendarBodyContainer::-webkit-scrollbar-thumb{border-radius:.9rem;border-top-width:.4rem;border-right-width:.4rem;border-bottom-width:.4rem;border-left-width:.4rem;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent;background-clip:content-box;background-color:var(--colorScrollbarOverlay)}.bitzFuiCalendarBodyContainer::-webkit-scrollbar-track{background-color:transparent}.bitzFuiCalendarBody__time{min-width:5.1rem;width:5.1rem;border-bottom-color:#e0e0e0;height:fit-content;background-color:transparent;flex-direction:column;-webkit-user-select:none;user-select:none;border-bottom-style:solid;border-bottom-width:.1rem;display:flex}.bitzFuiCalendarBody__time__item{min-height:8.1rem;text-align:center;line-height:1.3333;font-size:1.2rem;color:#616161;display:block}.bitzFuiCalendarBody__content{height:fit-content;width:100%;display:flex}.bitzFuiCalendarBody__content__row{flex:1 1 .1rem;color:#252423;border-left-width:0;border-bottom-width:0;border-right-width:0;border-top-width:2px;border-radius:0;border-left-style:none;border-bottom-style:none;border-right-style:none;border-top-style:none;box-shadow:none;background-color:transparent;position:relative;border-left-color:transparent;border-bottom-color:transparent;border-right-color:transparent;border-top-color:transparent;padding:0}.bitzFuiCalendarBody__content__row__list{background-color:transparent;width:100%;flex-direction:column;display:flex}.bitzFuiCalendarBody__content__row__list2{top:0;width:calc(100% - 1.6rem);pointer-events:none;height:100%;color:#252423;border-left-width:0px;border-bottom-width:0px;border-right-width:0px;border-top-width:2px;border-bottom-style:none;border-top-style:none;border-radius:0;box-shadow:none;position:absolute;background-color:transparent;border-left-style:none;border-right-style:none;border-left-color:transparent;border-bottom-color:transparent;border-right-color:transparent;border-top-color:transparent;padding:0}.bitzFuiCalendarBody__content__row__item{border-bottom-style:solid;outline-width:0;border-right-style:none;border-top-style:none;background-color:var(--colorNeutralBackground2);border-left-color:var(--colorNeutralStroke2);border-left-style:solid;border-bottom-width:.1rem;border-left-width:.1rem;border-bottom-color:var(--colorNeutralStroke2)}.bitzFuiCalendarBody__content__row__item:hover{background-color:#f0f0f0}.bitzFuiCalendarBlock-pop-contianer{min-height:160px;min-width:220px;display:flex;flex-direction:column;justify-content:space-between}.bitzFuiCalendarBlock-pop-contianer .pop-header{display:flex;align-items:center}.bitzFuiCalendarBlock-pop-contianer .pop-header .pop-avatar{display:flex;align-items:center;margin-right:5px}.bitzFuiCalendarBlock-pop-contianer .pop-header .name{font-size:12px;display:flex;justify-content:space-between;align-items:center}.bitzFuiCalendarBlock-pop-contianer .pop-content{font-size:12px}.bitzFuiCalendarBlock-pop-contianer .pop-period-conent{display:flex;align-items:center;justify-content:space-between;font-size:12px;color:#424242}.bitzFuiCalendarBlock-pop-contianer .pop-tag,.bitzFuiCalendarBlock-pop-contianer .pop-footer{display:flex;align-items:center;justify-content:space-between}.calendarAgendumBlock{height:auto;overflow:auto;list-style:none;display:block;padding:0;margin:0}.bitzModalBlock .ant-modal-title{display:flex;align-items:center;justify-content:center}.bitzModalBlock .ant-modal-content{border-radius:10px}.bitzModalBlock .ant-modal-footer{display:flex;align-items:center;justify-content:center}.bitzModalBlock .ant-modal-footer .ant-btn{flex:1}.bitzModalBlock .ant-modal-footer .ant-btn:nth-child(2){background-color:#ff4d4f}.bitzModalBlock .textBox{display:flex;align-items:center;justify-content:center;min-height:80px}:root{--rv-list-text-color: #969799;--rv-list-text-font-size: 14px;--rv-list-text-line-height: 50px;--rv-list-loading-icon-size: 16px}.bitz-list__loading,.bitz-list__finished,.bitz-list__error{color:var(--rv-list-text-color);font-size:var(--rv-list-text-font-size);line-height:var(--rv-list-text-line-height);text-align:center}.bitz-list__loading{display:flex;justify-content:center;align-items:center}.bitz-list__loadingText{margin-left:10px}.BitzMeetingTime2Block{width:100%;height:100%;position:relative;display:flex}.BitzMeetingTimeRow{display:flex;flex-direction:column;text-align:center}.BitzMeetingTimeTopTime,.BitzMeetingTimeBottomTime{font-size:10px}.BitzMeetingTimeList{display:flex;flex-direction:column;justify-content:center;margin:2.5px 0;padding:0}.BitzMeetingTime2ItemBlock{font-size:12px;height:50px;width:50px;color:#fff;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;cursor:pointer;margin:2.5px;background-color:#f2f3f2;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.free{background-color:#aadf6f}.free:hover{background-color:#6b9e31}.bitzLoadingBlock{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.BitzLoadMorePage .scroll_container{height:100%}.bitzNoDataBlock{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%}.bitzNoDataBlock .noDataText{margin-top:10px;color:#999;font-size:16px}.bitzLanguageTabsBlock{position:fixed;left:0;right:0;bottom:0;z-index:10;padding:10px 30px;background:#fff;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;box-shadow:0 -1px 10px #00000040}.bitzLanguageTabsBlock .languagesBox{display:flex;gap:10px}.bitzLanguageTabsBlock .languagesBox img{cursor:pointer;box-shadow:0 0 5px #00000040}.bitzLanguageTabsBlock .languagesBox .item{padding:2px;display:flex;align-items:center}.bitzLanguageTabsBlock .languagesBox .itemActive{background:#444791}.bitzLanguageTabsBlock .copyBox{font-size:16px}.bitzNoMoreBlick{width:100%;height:50px;display:flex;align-items:center;justify-content:center;font-size:16px;color:#333;margin-top:-10px}._container_tbbzt_1{display:grid;gap:10px}._header_tbbzt_5{display:flex;justify-content:space-between}._setting-btn_tbbzt_9{margin-left:auto}._search_tbbzt_12{height:32px;padding:0 10px}.bitz-page-header{box-sizing:border-box;margin:0;padding:0;color:#000000e0;font-size:14px;line-height:1.57142857;list-style:none;position:relative;background-color:transparent;padding-block-start:8px;padding-block-end:16px;padding-inline-start:40px;padding-inline-end:40px}.bitz-page-header-back{font-size:16px;line-height:1}.bitz-page-header-back-button{font-size:16px;cursor:pointer}.bitz-page-header-breadcrumb{padding-block-start:18px}.bitz-page-header-heading{padding-block-start:8px;display:flex;justify-content:space-between}.bitz-page-header-heading-left{display:flex;align-items:center;margin-block:4px;margin-inline-end:0;margin-inline-start:0;overflow:hidden}.bitz-page-header-heading-title{margin-inline-end:12px;margin-block-end:0;color:#000000e0;font-weight:600;font-size:20px;line-height:32px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.bitz-page-header-heading-extra{margin-block:4px;margin-inline-end:0;margin-inline-start:0;white-space:nowrap}.bitz-page-header-content{padding-block-start:8px}.bitz-page-header-footer{margin-block-start:8px}.bitz-page-header-compact .bitz-page-header-heading{flex-wrap:wrap}.bitz-page-header-wide{max-width:1152px;margin:0 auto}.bitz-page-header-rtl{direction:rtl}.bitzScheduleCenterBlock{--fc-button-bg-color: #ffffff;--fc-button-border-color: #d9d9d9;--fc-button-text-color: rgba(0, 0, 0, .88);--fc-button-active-bg-color: #1677ff;--fc-button-active-border-color: #1677ff;--fc-button-hover-bg-color: #ffffff;--fc-button-hover-border-color: #1677ff;--fc-event-bg-color: #1677ff;--fc-event-border-color: #1677ff;--fc-today-bg-color: #e6f4ff}.bitzScheduleCenterBlock .fc-button-primary:not(:disabled).fc-button-active:focus,.bitzScheduleCenterBlock .fc-button-primary:not(:disabled):active:focus,.bitzScheduleCenterBlock .fc-button-primary:focus{box-shadow:none}.bitzScheduleCenterBlock .fc-button-primary:not(.fc-button-active,:disabled):hover{--fc-button-text-color: #1677ff}.bitzScheduleCenterBlock .fc-button-primary:not(:disabled):active{--fc-button-text-color: #ffffff}.bitzScheduleCenterBlock .fc-button-active{--fc-button-text-color: #ffffff}.bitzScheduleCenterBlock .bitzPopover{display:block;width:100%}.bitzScheduleCenterBlock .fc-daygrid-event-harness .fc-event-main .bitzPopover{display:flex;flex-direction:column;flex:1;height:100%}.bitzScheduleCenterBlock .fc-daygrid-event-harness>a.fc-daygrid-dot-event{width:100%;white-space:inherit}.bitzScheduleCenterBlock .fc-timegrid-event .fc-event-time{white-space:inherit}.bitzScheduleCenterBlock-pop-contianer{min-height:160px;min-width:220px;display:flex;flex-direction:column;justify-content:space-between}.bitzScheduleCenterBlock-pop-contianer .pop-header{display:flex;align-items:center}.bitzScheduleCenterBlock-pop-contianer .pop-header .pop-avatar{display:flex;align-items:center;margin-right:5px}.bitzScheduleCenterBlock-pop-contianer .pop-header .name{font-size:12px;display:flex;align-items:center}.bitzScheduleCenterBlock-pop-contianer .pop-content{font-size:12px}.bitzScheduleCenterBlock-pop-contianer .pop-period-conent{display:flex;align-items:center;justify-content:space-between;font-size:12px;color:#424242}.bitzScheduleCenterBlock-pop-contianer .pop-tag,.bitzScheduleCenterBlock-pop-contianer .pop-footer{display:flex;align-items:center;justify-content:space-between}._bitzPopoverBlock_1wotm_1{vertical-align:middle;word-break:break-all;max-width:100%;position:relative;overflow:hidden}._bitzPopoverBlock_1wotm_1 ._Paragraph_1wotm_8{transition:-webkit-line-clamp .3s linear}._bitzRemakBlock_hxmvg_1{padding-bottom:20px}:root{--rv-pull-refresh-head-height: 50px;--rv-pull-refresh-head-font-size: 14px;--rv-pull-refresh-head-text-color: #969799;--rv-pull-refresh-loading-icon-size: 16px}.bitz-pull-refresh{overflow:hidden;-webkit-user-select:none;user-select:none}.bitz-pull-refresh__track{position:relative;height:100%;transition-property:transform}.bitz-pull-refresh__head{position:absolute;left:0;width:100%;height:var(--rv-pull-refresh-head-height);overflow:hidden;color:var(--rv-pull-refresh-head-text-color);font-size:var(--rv-pull-refresh-head-font-size);line-height:var(--rv-pull-refresh-head-height);text-align:center;transform:translateY(-100%)}.bitz-pull-refresh__loading .bitz-loading__spinner{width:var(--rv-pull-refresh-loading-icon-size);height:var(--rv-pull-refresh-loading-icon-size)}.bitzTextBlock{display:inline-flex}.bitzTextBlock:hover .copyIcon{opacity:1;pointer-events:auto}.bitzTextBlock .bitzTextContent{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bitzTextBlock .bitzMeasureContent{white-space:nowrap;position:absolute;left:0;visibility:hidden;pointer-events:none}.bitzTextBlock .copyIcon{display:inline-block;padding-left:4px;opacity:0;transform:translateY(.06em);transition:opacity .15s;pointer-events:none}.bitzTextBlock .copyIcon:not(:hover){color:inherit!important}.bitzPaginationBlock{display:flex;align-items:center;justify-content:center}.bitzPaginationBlock .ant-pagination{width:100%;display:flex;flex-wrap:wrap;row-gap:8px}.bitzRefreshBlock{width:100%;height:100px;background:#fff;display:flex;align-items:center;justify-content:center}.bitzRefreshBlock .loadingBox{width:150px;height:15px;margin:0 auto;display:flex;align-items:center;justify-content:center}.bitzRefreshBlock .loadingBox span{display:inline-block;width:15px;height:100%;margin-right:5px;border-radius:50%;animation:load 1.04s ease infinite;-webkit-animation:load 1.04s ease infinite}.bitzRefreshBlock .loadingBox span:last-child{margin-right:0}@-webkit-keyframes load{0%{opacity:1}to{opacity:0}}.bitzRefreshBlock .loadingBox span:nth-child(1){animation-delay:.13s;-webkit-animation-delay:.13s}.bitzRefreshBlock .loadingBox span:nth-child(2){animation-delay:.26s;-webkit-animation-delay:.26s}.bitzRefreshBlock .loadingBox span:nth-child(3){animation-delay:.39s;-webkit-animation-delay:.39s}.bitzMobileModalBlock .ant-modal-title,.bitzMobileModalBlock .ant-modal-body{text-align:center}.bitzMobileModalBlock .ant-modal-body{padding:20px 0}.bitzMobileModalBlock .ant-modal-footer{display:flex;align-items:center}.bitzMobileModalBlock .ant-modal-footer .ant-btn{flex:1}.bitzMobileModalBlock .ant-modal-footer .ant-btn:nth-child(2){background:#f53f3f;color:#fff}.bitzPcModalBlock .ant-modal-footer .ant-btn:nth-child(2){background:#f53f3f;color:#fff}._container_v9wfg_1{position:fixed;top:66px;bottom:0;right:-500px;z-index:100;width:400px;max-width:100%;background-color:#fff;box-shadow:0 1px 10px #00000026;border-radius:4px;overflow:hidden;transition:.3s ease-out;display:flex;flex-direction:column}._container_v9wfg_1._show_v9wfg_17{right:0}._container_v9wfg_1._hide_v9wfg_20{right:-500px}._container_v9wfg_1 ._select_v9wfg_23{margin-top:10px;outline:none}._container_v9wfg_1 ._select_v9wfg_23>div{box-shadow:none!important;border-width:0!important;border-bottom-width:1px!important}._container_v9wfg_1 h4{padding:0 10px;color:#424242;font-size:18px;line-height:21px;margin-bottom:10px;display:flex;justify-content:space-between}._container_v9wfg_1 ._tag_v9wfg_41{font-weight:400;background-color:#ff9800;color:#fff;border:none}._header_v9wfg_47{background-color:#3f51b5;color:#fff;display:flex;justify-content:space-between}._header_v9wfg_47 h3{font-size:18px;padding:20px 30px;margin:0}._header_v9wfg_47 ._close_v9wfg_58{margin-right:40px;cursor:pointer;color:#efefef}._header_v9wfg_47 ._close_v9wfg_58:hover{color:#fff}._alert_v9wfg_66{color:#ff9800;border-color:#ffe0b2;background-color:#ffe0b2cc}._timerList_v9wfg_71{flex:1;overflow:auto}._timer_v9wfg_71{border-top:1px solid #ddd;padding:10px 18px;display:grid;grid-template-columns:40px 1fr;gap:20px}._timer_v9wfg_71 ._btn_v9wfg_82{font-size:40px;color:#4caf50;cursor:pointer;border-radius:100%;box-shadow:0 6px 10px #00000026}._timer_v9wfg_71 ._btn_v9wfg_82:hover{color:#66bb6a}._timer_v9wfg_71 ._pause_v9wfg_92{color:#ff9800}._timer_v9wfg_71 ._pause_v9wfg_92:hover{color:#ffa726}._timer_v9wfg_71 ._time_v9wfg_71{color:#333;font-size:24px;flex:1}._timer_v9wfg_71 ._tools_v9wfg_103{opacity:0;transition:.15s ease-in}._timer_v9wfg_71:hover ._tools_v9wfg_103{opacity:1}._flex_v9wfg_110{display:flex}._desc_v9wfg_113{margin-top:10px;margin-bottom:3px;font-size:12px;color:#616161;display:flex;justify-content:space-between}._form_v9wfg_121{margin-top:15px}._form_v9wfg_121 .ant-form-item{margin-bottom:10px}._addbtn_v9wfg_127{font-size:60px;position:absolute;right:15px;bottom:15px;z-index:10;color:#5d73fa;background-color:#fff;box-shadow:0 1px 6px #00000040;border-radius:100%;cursor:pointer}._addbtn_v9wfg_127:hover{color:#879bff}.tableMobileDrawer .ant-drawer-wrapper-body{height:100%}.tableMobileDrawer .ant-drawer-wrapper-body .ant-drawer-body{padding:0;height:100%}._splitLine_10tio_1{color:#c7c7c7;padding-left:1.2rem;padding-right:1.2rem}._CalendarAgendumItem_10tio_6{max-width:82.6rem;min-height:4.8rem;list-style:none;margin:1.2rem auto .8rem;-webkit-box-align:center;align-items:center;width:100%;-webkit-user-select:none;user-select:none;position:relative;padding:0;display:flex}._timeContainer_10tio_19{font-size:1.6rem;background-color:#fff;padding-bottom:1.2rem;padding-top:1.2rem;height:4.6rem;max-width:84.6rem;width:99%;top:-.1rem;position:sticky;-webkit-box-pack:start;justify-content:flex-start;line-height:2rem;z-index:1;font-weight:600;color:#242424;padding-left:1.2rem;margin:auto;-webkit-box-align:center;align-items:center;display:flex}._timeContainer_10tio_19._istoday_10tio_41{color:#5b5fc7}._ui-list__item__main_10tio_44{min-width:0;-webkit-box-flex:1;flex-grow:1;flex-direction:column;display:flex;width:100%}._ui-list__item__contentWrapper_10tio_52{display:flex}._ui-list__itemcontent_10tio_55{width:100%;flex-basis:100%;flex-shrink:0;line-height:inherit;margin-right:.8rem;font-size:1.2rem;-webkit-box-flex:1;flex-grow:1}._ui-list__item__container_10tio_65{transition:box-shadow .467s ease 0s;box-shadow:#0000001f 0 0 2px,#00000024 0 1px 2px;min-height:6.6rem;border-bottom-style:none;border-top-style:none;border-left-style:none;border-right-style:none;-webkit-box-pack:center;justify-content:center;border-radius:.4rem;background:#ffffff;-webkit-box-align:center;align-items:center;height:100%;display:flex}._ui-list__item__container__wrap_10tio_82{padding:1.6rem;border-radius:.4rem;width:100%;flex-direction:column;display:flex}._ui-list__item__container__item_10tio_89{overflow:hidden;display:flex}._ui-list__item__container__item_left_10tio_93{align-self:flex-start;display:flex}._ui-list__item__container__item_right_10tio_97{width:100%;flex-direction:column;overflow:hidden;display:flex}._item_left_1_10tio_103{margin-right:1.6rem;height:auto;padding-top:.1rem}._item_left_1_1_10tio_108{border-radius:.2rem;min-width:.4rem;width:.4rem;z-index:1;background-color:#5b5fc7;height:100%}._item_left_2_10tio_116{text-transform:uppercase;width:9rem;text-align:left;flex-direction:column;white-space:nowrap;display:flex}._item_left_2_1_10tio_124{text-transform:lowercase;font-weight:600;font-size:1.4rem;color:#242424;line-height:2.4rem;width:100%;overflow:hidden;display:flex}._item_left_2_2_10tio_134{text-transform:lowercase;line-height:1.6rem;font-size:1.2rem;color:#616161;position:relative;display:flex}._item_right_1_10tio_142{overflow:hidden;display:flex}._item_right_1_1_10tio_146{padding-bottom:.4rem;text-overflow:ellipsis;-webkit-box-align:center;align-items:center;overflow:hidden;display:flex}._item_right_1_1_10tio_146 span{flex-shrink:10000;width:inherit;display:initial;font-weight:600;font-size:1.4rem;color:#242424;text-overflow:ellipsis;line-height:2.4rem;overflow:hidden;white-space:nowrap;cursor:pointer}._item_right_1_2_10tio_167{margin-right:1.2rem;max-width:51rem;line-height:2.4rem;align-self:center;overflow:hidden;display:block;font-size:1.2rem;color:#616161;white-space:nowrap}._item_right_1_3_10tio_178{align-items:flex-start;-webkit-box-pack:center;justify-content:center;margin-left:auto;display:flex}._item_right_2_10tio_185{flex-wrap:wrap;margin-top:.8rem;width:100%;display:flex}._select_ydiq6_1{border-radius:2px;width:100%;min-height:32px;display:grid;grid-template-columns:1fr 24px;gap:8px;border:1px solid #d9d9d9;cursor:pointer}._content_ydiq6_11{display:flex;flex-wrap:wrap;align-items:center;gap:4px;padding:4px 12px}._placeholder_ydiq6_18{font-size:14px;color:#484644}._bitzSelectWrapper_4bx9c_1 ._search-input_4bx9c_1{margin:10px;display:block}._bitzSelectWrapper_4bx9c_1 ._search-input_4bx9c_1 ._ant-input-search_4bx9c_5{width:100%}._bitzSelectWrapper_4bx9c_1 ._tag-list_4bx9c_8{margin:10px}._bitzSelectWrapper_4bx9c_1 ._picker-content_4bx9c_11{position:relative;top:20px}._bitzSelectWrapper_4bx9c_1 ._picker-content_4bx9c_11 ._mask-top_4bx9c_15,._bitzSelectWrapper_4bx9c_1 ._picker-content_4bx9c_11 ._mask-bottom_4bx9c_16{z-index:10;width:100%;height:68px;pointer-events:none;transform:translateZ(0)}._bitzSelectWrapper_4bx9c_1 ._picker-content_4bx9c_11 ._mask-top_4bx9c_15{position:absolute;top:0;background:linear-gradient(to top,rgba(255,255,255,.4),rgba(255,255,255,.8))}._bitzSelectWrapper_4bx9c_1 ._picker-content_4bx9c_11 ._mask-bottom_4bx9c_16{position:absolute;bottom:1px;background:linear-gradient(to bottom,rgba(255,255,255,.4),rgba(255,255,255,.8))}._bitzSelectWrapper_4bx9c_1 ._border-bottom-1px_4bx9c_33,._bitzSelectWrapper_4bx9c_1 ._border-top-1px_4bx9c_34{position:relative}._bitzSelectWrapper_4bx9c_1 ._border-bottom-1px_4bx9c_33:before,._bitzSelectWrapper_4bx9c_1 ._border-top-1px_4bx9c_34:before,._bitzSelectWrapper_4bx9c_1 ._border-bottom-1px_4bx9c_33:after,._bitzSelectWrapper_4bx9c_1 ._border-top-1px_4bx9c_34:after{content:"";display:block;position:absolute;transform-origin:0 0}._bitzSelectWrapper_4bx9c_1 ._border-bottom-1px_4bx9c_33:before ._border-bottom-1px_4bx9c_33:after,._bitzSelectWrapper_4bx9c_1 ._border-top-1px_4bx9c_34:before ._border-bottom-1px_4bx9c_33:after,._bitzSelectWrapper_4bx9c_1 ._border-bottom-1px_4bx9c_33:after ._border-bottom-1px_4bx9c_33:after,._bitzSelectWrapper_4bx9c_1 ._border-top-1px_4bx9c_34:after ._border-bottom-1px_4bx9c_33:after{border-bottom:1px solid #ebebeb;left:0;bottom:0;width:100%;transform-origin:0 bottom}._bitzSelectWrapper_4bx9c_1 ._border-bottom-1px_4bx9c_33:before ._border-bottom-1px_4bx9c_33:after ._border-top-1px_4bx9c_34:before,._bitzSelectWrapper_4bx9c_1 ._border-top-1px_4bx9c_34:before ._border-bottom-1px_4bx9c_33:after ._border-top-1px_4bx9c_34:before,._bitzSelectWrapper_4bx9c_1 ._border-bottom-1px_4bx9c_33:after ._border-bottom-1px_4bx9c_33:after ._border-top-1px_4bx9c_34:before,._bitzSelectWrapper_4bx9c_1 ._border-top-1px_4bx9c_34:after ._border-bottom-1px_4bx9c_33:after ._border-top-1px_4bx9c_34:before{border-top:1px solid #ebebeb;left:0;top:0;width:100%;transform-origin:0 top}._bitzSelectWrapper_4bx9c_1 ._wheel-wrapper_4bx9c_66{display:flex;padding:0 16px}._bitzSelectWrapper_4bx9c_1 ._wheel_4bx9c_66{flex:1;height:173px;overflow:hidden;font-size:18px;text-align:center}._bitzSelectWrapper_4bx9c_1 ._wheel_4bx9c_66 ._wheel-scroll_4bx9c_77{padding:0;margin-top:68px;line-height:36px;list-style:none}._bitzSelectWrapper_4bx9c_1 ._wheel_4bx9c_66 ._wheel-scroll_4bx9c_77 ._wheel-item_4bx9c_83{list-style:none;height:36px;overflow:hidden;white-space:nowrap;color:#333}._bitzSelectWrapper_4bx9c_1 ._wheel_4bx9c_66 ._wheel-scroll_4bx9c_77 ._wheel-item_4bx9c_83._wheel-disabled-item_4bx9c_90{opacity:.2}._textarea_4bx9c_93{border-radius:2px;width:100%;min-height:32px;display:grid;grid-template-columns:1fr 24px;gap:8px;border:1px solid #d9d9d9}._textarea_4bx9c_93>div{display:flex;flex-wrap:wrap;gap:4px;padding:4px}._select-label_4bx9c_108{padding-left:10px}.bitzTableBlock{--container-bgColor: #fff;height:100%;background:var(--container-bgColor)}.bitzTableBlock.fullscreen:not(:root):fullscreen::backdrop{background:var(--container-bgColor)}.bitzTableBlock .mobileList{height:calc(100% - 200px);padding:10px}.bitzTableBlock .mobileList .listItem{padding:10px;border-radius:6px}.bitzTableBlock .mobileList .listItem:not(:last-child){margin-bottom:10px}.bitzTableBlock .mobileList .listItem .row{display:flex}.bitzTableBlock .mobileList .listItem .row:not(:last-child){margin-bottom:6px}.bitzTableBlock .mobileList .listItem .row .label{flex-shrink:0;font-size:16px;display:flex;align-items:flex-start;flex-direction:column}.bitzTableBlock .mobileList .listItem .row .value{display:flex;flex-wrap:wrap;flex:1;font-size:16px;overflow:hidden}.bitzTableBlock .bitzNoDataBlock{margin-top:20px}.bitzTableBlock .bitzTableContainer{--container-gap: 10px;--toolbar-height: 40px;--toolbar-bgColor: #fafafa;--toolCell-paddingInline: 17px;--toolCell-width: 50px;--thead-bgColor: #e5e5e5;--thead-hoverBgColor: #e0e0e0;--cell-height: 40px;--cell-lineHeight: 16px;--cell-paddingInline: 10px;--rowHover-bgColor: #fafafa;--evenRow-BgColor: #f9f9f9;--oddRow-BgColor: #fff;--fontSize: 12px;--borderColor: #f0f0f0;--cellSkeleton-wrapHeight: 26px;--cellSkeleton-height: 22px;--radioCheckbox-borderColor: #d9d9d9;--expandIcon-borderColor: #d0d0d0;--scrollbar-width: 4px;height:100%;display:flex;flex-direction:column;justify-content:space-between;row-gap:var(--container-gap);position:relative}.bitzTableBlock .bitzTableContainer.hideBorder .ant-table-wrapper .ant-table-thead>tr>th,.bitzTableBlock .bitzTableContainer.hideBorder .ant-table-wrapper .ant-table-thead>tr>td,.bitzTableBlock .bitzTableContainer.hideBorder .ant-table-wrapper .ant-table-tbody>tr>th,.bitzTableBlock .bitzTableContainer.hideBorder .ant-table-wrapper .ant-table-tbody>tr>td{border-color:transparent}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody{position:relative;overflow:hidden;background-color:var(--evenRow-BgColor)}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody:has(.disabledUserSelect){cursor:col-resize;overflow:hidden!important}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody:has(.disabledUserSelect) .ant-table-container{pointer-events:none}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .stretchLine{width:2px;position:absolute;left:0;top:calc(var(--toolbar-height) + 1px);opacity:0;transition:opacity .2s;pointer-events:none;z-index:101}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .bitzResizable{position:relative;background-clip:padding-box}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-table-thead>tr>.bitzResizable.disabledUserSelect{-webkit-user-select:none;user-select:none}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-table-thead>tr:has(.disabledUserSelect)>.bitzResizable:not(.disabledUserSelect) .bitzResizableHandle{pointer-events:none}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .bitzResizableHandle{position:absolute;width:10px;height:100%;bottom:0;right:-5px;cursor:col-resize;z-index:1}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .lastColumn .bitzResizableHandle,.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .operationCol .bitzResizableHandle{right:0;width:5px}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .operationCol .bitzResizableHandle{position:static;pointer-events:none}.bitzTableBlock .bitzTableContainer.stickyTable .bitzTableContainerBody{overflow:inherit}.bitzTableBlock .bitzTableContainer .ant-table-wrapper .ant-table-thead>tr>th,.bitzTableBlock .bitzTableContainer .ant-table-wrapper .ant-table-thead>tr>td{background:var(--thead-bgColor)}.bitzTableBlock .bitzTableContainer .ant-table-wrapper .ant-table-thead .ant-table-cell-scrollbar:not([rowspan]){box-shadow:0 1px 0 1px var(--thead-bgColor)}.bitzTableBlock .bitzTableContainer .ant-table-wrapper .ant-table-thead th.ant-table-column-has-sorters{background:var(--thead-bgColor)}.bitzTableBlock .bitzTableContainer .ant-table-wrapper .ant-table-thead th.ant-table-column-has-sorters:hover,.bitzTableBlock .bitzTableContainer .ant-table-wrapper .ant-table-thead th.ant-table-column-has-sorters.ant-table-cell-fix-left:hover,.bitzTableBlock .bitzTableContainer .ant-table-wrapper .ant-table-thead th.ant-table-column-has-sorters.ant-table-cell-fix-right:hover{background:var(--thead-hoverBgColor)}.bitzTableBlock .bitzTableContainer .bitzTableTitle{font-size:inherit;line-height:normal;margin:0}.bitzTableBlock .bitzTableContainer .ant-table-column-sort{background:inherit}.bitzTableBlock .bitzTableContainer .ant-table-wrapper .ant-table-tbody .ant-table-row:not(.ant-table-row-selected)>.ant-table-cell-row-hover{background-color:var(--rowHover-bgColor)!important}.bitzTableBlock .bitzTableContainer .ant-table .evenRow:not(.ant-table-row-selected){background:var(--evenRow-BgColor)}.bitzTableBlock .bitzTableContainer .ant-table .evenRow:not(.ant-table-row-selected) .ant-table-cell-fix-left,.bitzTableBlock .bitzTableContainer .ant-table .evenRow:not(.ant-table-row-selected) .ant-table-cell-fix-right{background:inherit}.bitzTableBlock .bitzTableContainer .ant-table .oddRow:not(.ant-table-row-selected){background:var(--oddRow-BgColor)}.bitzTableBlock .bitzTableContainer .ant-table .oddRow:not(.ant-table-row-selected) .ant-table-cell-fix-left,.bitzTableBlock .bitzTableContainer .ant-table .oddRow:not(.ant-table-row-selected) .ant-table-cell-fix-right{background:inherit}.bitzTableBlock .bitzTableContainer .ant-table-body{overflow:auto!important}.bitzTableBlock .bitzTableContainer .ant-table-tbody>.rowPointerCursor{cursor:pointer}.bitzTableBlock .bitzTableContainer .ant-table-title,.bitzTableBlock .bitzTableContainer .ant-table-footer,.bitzTableBlock .bitzTableContainer .ant-table-thead>tr>th,.bitzTableBlock .bitzTableContainer .ant-table-tbody>tr>th,.bitzTableBlock .bitzTableContainer .ant-table-tbody>tr:not(.ant-table-placeholder)>td,.bitzTableBlock .bitzTableContainer tfoot>tr>th,.bitzTableBlock .bitzTableContainer tfoot>tr>td{height:var(--cell-height);line-height:var(--cell-lineHeight);padding-block:0;padding-inline:var(--cell-paddingInline);font-size:var(--fontSize)}.bitzTableBlock .bitzTableContainer.xlBitzTable{--cell-height: var(--xlTable-height);--cell-lineHeight: var(--xlTable-lineHeight);--fontSize: var(--xlTable-fontSize);--toolCell-width: calc(var(--xlTable-fontSize) + 4px + var(--toolCell-paddingInline) * 2);--cellSkeleton-wrapHeight: calc(var(--xlSkeleton-height) + 4px);--cellSkeleton-height: var(--xlSkeleton-height)}.bitzTableBlock .bitzTableContainer.lgBitzTable{--cell-height: var(--lgTable-height);--cell-lineHeight: var(--lgTable-lineHeight);--fontSize: var(--lgTable-fontSize);--toolCell-width: calc(var(--lgTable-fontSize) + 4px + var(--toolCell-paddingInline) * 2);--cellSkeleton-wrapHeight: calc(var(--lgSkeleton-height) + 4px);--cellSkeleton-height: var(--lgSkeleton-height)}.bitzTableBlock .bitzTableContainer.mdBitzTable{--cell-height: var(--mdTable-height);--cell-lineHeight: var(--mdTable-lineHeight);--fontSize: var(--mdTable-fontSize);--toolCell-width: calc(var(--mdTable-fontSize) + 4px + var(--toolCell-paddingInline) * 2);--cellSkeleton-wrapHeight: calc(var(--mdSkeleton-height) + 4px);--cellSkeleton-height: var(--mdSkeleton-height)}.bitzTableBlock .bitzTableContainer.smBitzTable{--cell-height: var(--smTable-height);--cell-lineHeight: var(--smTable-lineHeight);--fontSize: var(--smTable-fontSize);--toolCell-width: calc(var(--smTable-fontSize) + 4px + var(--toolCell-paddingInline) * 2);--cellSkeleton-wrapHeight: calc(var(--smSkeleton-height) + 4px);--cellSkeleton-height: var(--smSkeleton-height)}.bitzTableBlock .bitzTableContainer.xsBitzTable{--cell-height: var(--xsTable-height);--cell-lineHeight: var(--xsTable-lineHeight);--fontSize: var(--xsTable-fontSize);--toolCell-width: calc(var(--xsTable-fontSize) + 4px + var(--toolCell-paddingInline) * 2);--cellSkeleton-wrapHeight: calc(var(--xsSkeleton-height) + 4px);--cellSkeleton-height: var(--xsSkeleton-height)}.bitzTableBlock .bitzTableContainer .ant-table-thead .ant-table-selection-column .ant-table-selection .ant-checkbox-wrapper .ant-checkbox-inner:after{width:calc(var(--fontSize) / 2);height:calc(var(--fontSize) / 2)}.bitzTableBlock .bitzTableContainer .ant-table-selection-column .ant-checkbox-inner,.bitzTableBlock .bitzTableContainer .ant-table-selection-column .ant-radio-inner{width:calc(var(--fontSize) + 2px);height:calc(var(--fontSize) + 2px)}.bitzTableBlock .bitzTableContainer .ant-table-selection-column .ant-radio-inner:after{width:calc(var(--fontSize) + 2px);height:calc(var(--fontSize) + 2px);margin-block-start:calc(calc(var(--fontSize) + 2px) / -2);margin-inline-start:calc(calc(var(--fontSize) + 2px) / -2);border-radius:calc(var(--fontSize) + 2px)}.bitzTableBlock .bitzTableContainer .ant-table-selection-column .ant-checkbox-wrapper-checked .ant-checkbox-inner:after{width:calc(calc(var(--fontSize) - 2px) / 2)!important;height:calc(calc(var(--fontSize) + 4px) / 2)!important}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-row-expand-icon-cell .ant-table-row-expand-icon{width:calc(var(--fontSize) + 3px);height:calc(var(--fontSize) + 3px)}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-row-expand-icon-cell .ant-table-row-expand-icon:before{top:calc(var(--fontSize) / 2)}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-row-expand-icon-cell .ant-table-row-expand-icon:after{inset-inline-start:calc(var(--fontSize) / 2)}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-table-tbody .ant-table-cell>.anticon{font-size:calc(var(--fontSize) + 6px);transform:translateY(.15em);vertical-align:unset}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-table-thead .ant-table-column-sorter-inner .anticon{font-size:calc(var(--fontSize) - 2px);transform:translateY(.08em);vertical-align:unset}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-tag,.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-tag .anticon{font-size:calc(var(--fontSize) - 1px)}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-row{font-size:var(--fontSize)}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-switch{font-size:calc(var(--fontSize) - 1px);vertical-align:-.05em}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-switch .ant-switch-inner-checked,.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-switch .ant-switch-inner-unchecked{font-size:calc(var(--fontSize) - 1px)}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-input,.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-input-prefix,.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-input-suffix,.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-input-clear-icon,.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-input-number,.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-input-number-prefix,.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-input-number-suffix{font-size:var(--fontSize)}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-input-number-handler .anticon{font-size:calc(calc(var(--fontSize) + 4px) / 2)}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-select .ant-select-selection-search-input,.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-select .ant-select-selection-item{font-size:var(--fontSize)}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-select .ant-select-selection-item-content{margin-inline-end:calc(var(--fontSize) / 2)}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-select .ant-select-arrow{font-size:calc(var(--fontSize) - 2px);height:calc(var(--fontSize) - 2px);margin-top:calc(var(--fontSize) * -1 / 2)}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-select .ant-select-clear{width:calc(var(--fontSize) - 2px);height:calc(var(--fontSize) - 2px);font-size:calc(var(--fontSize) - 2px);margin-top:calc(var(--fontSize) * -1 / 2)}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-select .ant-select-selection-item-remove{font-size:calc(var(--fontSize) - 4px)}.bitzTableBlock .bitzTableContainer .ant-table-selection-col,.bitzTableBlock .bitzTableContainer .ant-table-selection-column,.bitzTableBlock .bitzTableContainer .ant-table-expand-icon-col,.bitzTableBlock .bitzTableContainer .ant-table-row-expand-icon-cell,.bitzTableBlock .bitzTableContainer .sorterCol{min-width:var(--toolCell-width)!important;max-width:var(--toolCell-width)!important;padding-inline:var(--toolCell-paddingInline)!important}.bitzTableBlock .bitzTableContainer .sorterCol{text-align:center}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-expanded-row>td{padding:0!important}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-expanded-row>td>.ant-table-wrapper,.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-expanded-row>td>.ant-table-expanded-row-fixed:has(.ant-table-wrapper){height:100%;margin:0!important;padding-block:0!important;padding-inline-start:calc(var(--toolCell-width) - 1px - var(--scrollbar-width))!important;padding-inline-end:0!important}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-expanded-row>td>div:not(.ant-table-wrapper),.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-expanded-row>td>.ant-table-expanded-row-fixed:has(div:not(.ant-table-wrapper)){height:100%;margin:0!important;padding-block:var(--cell-paddingInline);padding-inline-start:calc(var(--cell-paddingInline) - var(--scrollbar-width));padding-inline-end:var(--cell-paddingInline)}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-expanded-row>td>.ant-table-expanded-row-fixed:after{border-inline-end-color:transparent!important}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-expanded-row .ant-table{margin:0!important}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-expanded-row .ant-table .ant-table-tbody>tr:last-child>td{border-bottom:1px solid transparent!important}.bitzTableBlock .bitzTableContainer.hasScrollBar .ant-table-tbody .ant-table-expanded-row>td>.ant-table-wrapper,.bitzTableBlock .bitzTableContainer.hasScrollBar .ant-table-tbody .ant-table-expanded-row>td>.ant-table-expanded-row-fixed:has(.ant-table-wrapper){padding-inline-start:calc(var(--toolCell-width) - 1px)!important}.bitzTableBlock .bitzTableContainer.hasScrollBar .ant-table-tbody .ant-table-expanded-row>td>div:not(.ant-table-wrapper),.bitzTableBlock .bitzTableContainer.hasScrollBar .ant-table-tbody .ant-table-expanded-row>td>.ant-table-expanded-row-fixed:has(div:not(.ant-table-wrapper)){padding-inline-start:var(--cell-paddingInline)}.bitzTableBlock .bitzTableContainer:not(.hasScrollBar) .ant-table-tbody .ant-table-expanded-row>td>.ant-table-expanded-row-fixed:has(.ant-table-wrapper)>.ant-table-wrapper{transform:translate(var(--scrollbar-width))}.bitzTableBlock .bitzTableContainer:not(.hasScrollBar) .ant-table-tbody .ant-table-expanded-row>td>.ant-table-expanded-row-fixed:has(div:not(.ant-table-wrapper))>div{transform:translate(var(--scrollbar-width))}.bitzTableBlock .bitzTableContainer:not(.hasScrollBar) .ant-table-tbody .ant-table-expanded-row>td .ant-table-expanded-row-fixed{overflow:visible!important}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-placeholder>td .ant-table-expanded-row-fixed{transform:translate(var(--scrollbar-width))}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-placeholder>td .ant-table-expanded-row-fixed:after{inset-inline-end:0!important}.bitzTableBlock .bitzTableContainer .bitzTableToolbarBlock{display:flex;justify-content:space-between;align-items:center;height:var(--toolbar-height);padding-inline:0px;column-gap:16px;background-color:var(--toolbar-bgColor);position:relative;overflow:hidden}.bitzTableBlock .bitzTableContainer .ant-skeleton-paragraph{margin:0;height:var(--cellSkeleton-wrapHeight);display:flex;align-items:center}.bitzTableBlock .bitzTableContainer .ant-skeleton-paragraph li{height:var(--cellSkeleton-height)}.bitzTableBlock .bitzTableContainer .bitzTablePagination{display:flex;align-items:center;font-family:var(--font-family)}.bitzTableBlock .bitzTableContainer .bitzTablePagination .alert{flex:1;display:flex;align-items:center;gap:8px;margin-inline-end:8px}.bitzTableBlock .bitzTableContainer .bitzTablePagination .alert .splitBorder{font-weight:600;transform:translateY(.02em)}.bitzTableBlock .bitzTableContainer .bitzTablePagination .alert .cleanSelected{margin-inline-start:12px;line-height:normal}.bitzTableBlock .bitzTableContainer .ant-radio-wrapper:not(:hover,:focus) .ant-radio:not(.ant-radio-checked) .ant-radio-inner,.bitzTableBlock .bitzTableContainer .ant-checkbox-wrapper:not(:hover,:focus) .ant-checkbox:not(.ant-checkbox-checked) .ant-checkbox-inner{border-color:var(--radioCheckbox-borderColor)}.bitzTableBlock .bitzTableContainer .ant-radio-wrapper-disabled .ant-radio-inner,.bitzTableBlock .bitzTableContainer .ant-checkbox-wrapper-disabled .ant-checkbox-inner{color:var(--radioCheckbox-borderColor);cursor:not-allowed}.bitzTableBlock .bitzTableContainer .ant-table-row-expand-icon:not(:hover,:focus){border-color:var(--expandIcon-borderColor)}.bitzTableBlock .bitzTableContainer .ant-table-row-expand-icon:disabled{color:var(--expandIcon-borderColor);cursor:not-allowed}.tableMobileDrawer .ant-drawer-body{padding:0;height:100%}.tableMobileDrawer .drawerBox{height:100%;display:flex;flex-direction:column}.tableMobileDrawer .drawerBox .boxBody{flex:1}.tableMobileDrawer .drawerBox .boxBody .operaList{height:60px;border-bottom:2px solid #f4f7fc;box-sizing:border-box;display:flex;align-items:center;justify-content:center;font-size:18px}.tableMobileDrawer .drawerBox .boxBody .operaList:last-child{border-bottom:none}.tableMobileDrawer .drawerBox .boxLine{width:100%;height:10px;background:#f4f7fc}.tableMobileDrawer .drawerBox .boxFooter{height:60px;display:flex;align-items:center;justify-content:center;font-size:18px}.tableExportDrawer .ant-drawer-wrapper-body{height:100%}.tableExportDrawer .ant-drawer-wrapper-body .ant-drawer-body{padding:0;height:calc(100% - 56px)}.tableExportDrawer .ant-radio-group,.tableExportDrawer .ant-checkbox-group{display:block}.tableExportDrawer .ant-radio-group label,.tableExportDrawer .ant-checkbox-group label{width:100%}.tableExportDrawer .drawerBox{height:100%}.tableExportDrawer .drawerBox .boxBody{height:calc(100% - 50px)}.tableExportDrawer .drawerBox .boxBody .bodyContent{padding:20px;overflow-x:hidden;overflow-y:auto}.tableExportDrawer .drawerBox .boxBody .row{margin-bottom:20px}.tableExportDrawer .drawerBox .boxBody .row .bitzTitle{margin-bottom:10px}.tableExportDrawer .drawerBox .boxBody .row:last-child{margin-bottom:0}.tableExportDrawer .drawerBox .boxFooter{height:50px;padding:0 20px;display:flex;align-items:center;justify-content:flex-end;font-size:18px;border-top:1px solid rgba(5,5,5,.06);box-sizing:border-box}.tableExportDrawer .drawerBox .boxFooter .submitBtn{margin-left:20px}.tableExportDrawer .drawerBox .boxMobileFooter{height:50px;padding:0 20px;display:flex;align-items:center;justify-content:center;font-size:18px;border-top:1px solid rgba(5,5,5,.06);box-sizing:border-box}.tableExportDrawer .drawerBox .boxMobileFooter .ant-btn{flex:1;height:40px}.tableExportDrawer .drawerBox .boxMobileFooter .ant-btn:nth-child(1){margin-right:10px}.tableFilterDrawer .ant-checkbox-group{display:flex;flex-direction:column}.tableFilterDrawer .ant-checkbox-group label{margin-bottom:10px}.bitzTabbarBlock{height:50px;display:flex;justify-content:space-around;align-items:center;background-color:#fff;-webkit-touch-callout:none}.bitzTabbarBlock.bitzTabbarFixedBlock{position:fixed;bottom:0;left:0;right:0}.bitzTabbarBlock.bitzTabbarBlockBottomSafe{--safeArea-insetBottom: env(safe-area-inset-bottom);height:calc(50px + var(--safeArea-insetBottom));padding-bottom:var(--safeArea-insetBottom)}.bitzTabbarBlock.bitzTabbarBlockBorder{border:1px solid var(--bitzTabbarBlock-borderColor, #ebedf0)}.bitzTabbarBlock .tabbarItem{flex:1;display:flex;flex-direction:column;align-items:center;row-gap:5px}.bitzTabbarBlock .tabbarItem .tabbarItemIcon,.bitzTabbarBlock .tabbarItem .tabbarItemImage{display:flex;justify-content:center;align-items:center}.bitzTabbarBlock .tabbarItem .tabbarItemImage .image{height:22px}.bitzTabbarBlock .tabbarItem .tabbarItemBadgeWrapper{position:relative}.bitzTabbarBlock .tabbarItem .tabbarItemDotBadge{position:absolute;top:-2px;right:-3px;width:8px;height:8px;border-radius:50%}.bitzTabbarBlock .tabbarItem .ant-badge .ant-badge-count{height:14px;line-height:14px;transform:translate(66%,-20%);border-radius:8px}.bitzTabbarBlock .tabbarItem .ant-badge .ant-badge-multiple-words{padding:0 5px}.bitzTabbarBlock .tabbarItem .ant-badge .ant-badge-dot{transform:translate(25%,-30%)}.bitzTabbarBlock .tabbarItem .tabbarItemNumBadge{position:absolute;top:-2px;right:-8px;height:15px;padding:0 4px;display:flex;justify-content:center;align-items:center;border-radius:8px;font-size:12px;line-height:13px;color:#fff}.bitzTabbarBlock .tabbarItem .tabbarItemText{font-size:13px;line-height:14px;font-weight:500}.pickerPopupBlock{z-index:-1!important}.pickerPopupBlock.pickerPopupShow{z-index:1150!important;top:120px!important;box-shadow:none}.crudSearchButtons{margin-left:auto;text-align:right;box-sizing:border-box}.QueryFilterMobile{display:flex;justify-content:space-between;align-items:center}.QueryFilterMobile .ant-form-item{margin-bottom:0}.QueryFilterMobile .search{width:100%}.QueryFilterMobile .more{margin-left:10px}.QueryFilterDrawerBody{flex:1;padding:20px;display:flex;flex-direction:column}.QueryFilterDrawerForm{overflow-y:auto;max-height:65vh}.QueryFilterDrawerFooter{flex-shrink:0;display:flex;justify-content:space-around;align-items:center}.bitzToastBlock .pcToastBox{position:fixed;z-index:99999999;top:0;width:800px;min-height:36px;left:50%;margin-left:-400px;border-width:1px;border-style:solid;box-sizing:border-box;display:flex}.bitzToastBlock .pcToastBox .mark,.bitzToastBlock .pcToastBox .close{width:50px;display:flex;align-items:center;justify-content:center}.bitzToastBlock .pcToastBox .content{flex:1;display:flex;align-items:center;font-size:14px;color:#242424}.bitzToastBlock .mobileToastBox{position:fixed;z-index:99999999;top:50%;left:50%;transform:translate(-50%,-50%);width:8rem;height:8rem;border-radius:10px;background-color:#000000b3;display:flex;flex-direction:column;align-items:center;justify-content:center}.bitzToastBlock .mobileToastBox .content{margin-top:10px;font-size:14px;color:#fff}.tableSelectPopupBlock{padding:10px}.tableSelectPopupBlock .pointerMouse{cursor:pointer}.tableSelectPopupBlock .loadingFailedTable .ant-empty{opacity:0}.tableSelectPopupBlock :where(.tableSelectPopupSearchForm) .ant-form-item{margin-bottom:0}.tableSelectPopupBlock .ant-table-selection-extra{padding-inline-start:4px!important;padding-top:1px}.tableSelectPopupBlock .ant-table-tbody>tr>.numRow{background:transparent}.tableSelectPopupBlock .bitzTableContainer:not(.loadingTable) .ant-table-tbody>tr:not(.ant-table-measure-row,.ant-table-expanded-row)>td:not(.numRow){padding-inline:0px!important}.tableSelectPopupBlock .ant-table-body table{overflow:hidden}.tableSelectPopupBlock .ant-table-body table:after{content:" ";position:absolute;bottom:1px;left:0;width:100%;height:1px;box-shadow:0 1px 0 var(--tableBody-bootomBorderColor)}.tableSelectPopupBlock .tableSelectPopupToolTagSelect{--toolTagSelect-color: #333;position:relative}.tableSelectPopupBlock .tableSelectPopupToolTagSelect .ant-select-selection-placeholder{color:var(--toolTagSelect-color)}.tableSelectPopupBlock .tableSelectPopupTotalSelect{position:relative}.tableSelectPopupBlock .tableSelectPopupTotalSelect .tableSelectPopupTotalSelectTip{position:absolute;top:0;right:0;bottom:0;left:0;padding:1px 12px;padding-inline-end:24px;display:flex;align-items:center;pointer-events:none}.tableSelectPopupBlock .tableSelectPopupTablePagination>.ant-pagination-options>.ant-select-in-form-item{width:auto}.tableSelectPopupTotalPopup .ant-empty-normal{margin-block:8px}._FuiCalendarItemBlock_1rypk_1{pointer-events:auto;border-radius:.4rem;width:auto;margin:0rem;flex-direction:row;box-shadow:none;position:absolute;background-color:transparent;border-left-width:.1rem;border-bottom-width:.1rem;border-right-width:.1rem;border-top-width:.1rem;border-left-color:transparent;border-bottom-color:transparent;border-right-color:transparent;border-top-color:transparent;border-left-style:solid;border-bottom-style:solid;border-right-style:solid;border-top-style:solid;cursor:pointer;padding:.1rem;display:flex}._container_1rypk_26{background-color:#dce0fa;color:#3d3e78;border-radius:.4rem;height:100%;-webkit-user-select:none;user-select:none;padding:0;width:100%;overflow:hidden;display:flex;position:relative}._verticalLine_1rypk_38{border-bottom-left-radius:inherit;border-top-left-radius:inherit;min-width:.4rem;width:.4rem;z-index:1;height:100%;background-color:#5b5fc7}._card_1rypk_47{border-bottom-right-radius:inherit;border-top-right-radius:inherit;padding-left:.4rem;padding-right:.4rem;flex:1 1 100%;background:inherit;width:100%;flex-direction:column;overflow:hidden;display:flex;position:relative}._card_1rypk_47:hover{background-color:#c5cbfa;color:#3d3e78;border-left-color:transparent;border-bottom-color:transparent;border-right-color:transparent;border-top-color:transparent}._cardBody_1rypk_68{padding-top:.2rem;max-height:3.6rem;line-height:1.8rem;min-height:1.25rem;flex-direction:column;display:flex;padding-bottom:0;padding-left:0;padding-right:0;margin:0}._cardFooter_1rypk_80{align-items:flex-end;right:0;-webkit-box-pack:end;justify-content:flex-end;padding:.4rem .5rem .3rem .8rem;border-radius:.4rem;bottom:0;position:absolute;background-color:inherit;display:flex}._text_1rypk_95{line-height:1.8rem;flex-shrink:1;min-height:1.8rem;overflow-y:hidden;overflow-x:hidden;font-weight:600;font-size:12px}._text2_1rypk_104{unicode-bidi:isolate;flex-shrink:1000;min-height:1.8rem;overflow-y:hidden;overflow-x:hidden;line-height:16px;font-size:12px;display:block}.textBlock{width:100%;padding:0;display:-webkit-box;-webkit-line-clamp:var(--cell-text-maxRows);-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;resize:none;border-radius:0;transition:none!important;line-height:inherit}.cellBlock{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:center}.cellBlock .tipBlock{position:absolute;left:0;top:0;right:-1px;bottom:auto;min-height:100%;background-color:#fff;border:2px solid #aaa;display:flex;flex-direction:column;justify-content:flex-start;z-index:1;opacity:0;-webkit-user-select:none;user-select:none;pointer-events:none}.cellBlock .tipBlock .closeIcon{position:absolute;right:-4px;border-radius:50%;font-size:12px;display:flex;justify-content:center;align-items:center;padding:4px;color:#fefefe;background-color:#666;cursor:pointer}.cellBlock .tipBlock .closeIcon.top{top:-10px}.cellBlock .tipBlock .closeIcon.bottom{bottom:-10px}.cellBlock .tipBlock .tipText{width:100%;border-radius:0;padding:0;line-height:inherit}.cellBlock .toBottom{top:0;bottom:auto}.cellBlock .toTop{top:auto;bottom:0}.cellBlock .show{opacity:1;-webkit-user-select:text;user-select:text;pointer-events:auto}
1
+ .bitzCollapseBlock{display:flex;align-items:center;justify-content:center}.bitzCollapseBlock .anticon svg{width:1.5em;height:1.5em}.bitzCollapseBlock:hover{cursor:pointer}.bitzAppPage{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background:#f4f7fc}.bitzAppPage .pageNavBar{position:relative;width:100%;height:50px;display:flex;align-items:center;justify-content:center}.bitzAppPage .pageNavBar .barLeft{position:absolute;top:0;left:0;width:33%;height:100%;display:flex;align-items:center}.bitzAppPage .pageNavBar .barLeft .icon{margin-left:20px}.bitzAppPage .pageNavBar .barRight{position:absolute;top:0;right:20px;width:33%;height:100%;display:flex;align-items:center;justify-content:flex-end}.bitzAppPage .pageNavBar .barRight .icon{margin-left:20px}.bitzAppPage .pageContent{width:100%;height:calc(100% - 50px);background:#fff}._BitzAdressBook_ojoim_1{height:100%}._BitzAdressBook_ojoim_1 .ant-tabs{height:calc(100% - 32px)}._BitzAdressBook_ojoim_1 .ant-tabs-content,._BitzAdressBook_ojoim_1 .ant-tabs-content>*{height:100%}._filter_ojoim_11{display:flex;position:relative}._filter_ojoim_11 ._input_ojoim_15{flex:1;display:flex}._filter_ojoim_11 ._icon_ojoim_19{position:absolute;left:9px;top:9px;color:#918c8c}._filter_ojoim_11 input{flex:1;outline:none;background-color:#eee;border:none;height:30px;border-radius:4px;padding-left:30px;padding-right:5px}._filter_ojoim_11 ._filterIcon_ojoim_35{width:40px;height:30px;display:flex;justify-content:center;align-items:center;cursor:pointer}._container_ojoim_43{height:100%;overflow:hidden;position:relative}._main_ojoim_48{height:100%;overflow:auto;margin-right:-8px}._main_ojoim_48 ._item_ojoim_53{display:flex;align-items:center;gap:10px;padding:10px;background-color:#fff}._main_ojoim_48 ._item_ojoim_53:hover{background-color:#efefef}._main_ojoim_48 ._avatar_ojoim_63{width:40px;height:40px;border-radius:100%;background-color:#5d73fa;color:#fff;display:flex;justify-content:center;align-items:center}._main_ojoim_48 ._name_ojoim_73{color:#333}._main_ojoim_48 ._phone_ojoim_76{color:#3339}._sidebar_ojoim_79{height:100%;overflow:auto;position:absolute;right:-34px;top:0;text-align:center;font-size:12px}._sidebar_ojoim_79 ._item_ojoim_53{width:30px;line-height:30px;margin:2px 20px 2px 0;border-radius:4px}._sidebar_ojoim_79 ._item_ojoim_53._active_ojoim_94,._sidebar_ojoim_79 ._item_ojoim_53:hover{cursor:pointer;background:#5d73fa;color:#fff}.bitzDrawerBlock .ant-drawer-header-title{flex-direction:row-reverse}.bitzDrawerBlock .ant-drawer-header,.bitzPickDrawerheaderwrap .ant-drawer-header{padding:10px;background-color:#f7f7f7}.bitzPickDrawerheader{display:flex;justify-content:space-between}.bitzPickDrawerContent{margin:-24px}.bitzPickDrawerContent .ant-tabs-tab{padding:15px;margin-left:0!important}.bitzPickDrawerContent .item{display:flex;padding:12px;justify-content:space-between}.bitzPickDrawerContent .item:active{background:rgba(0,0,0,.05)}.bitzConfirmModalBlock .ant-modal-title{display:flex;align-items:center;justify-content:center}.bitzConfirmModalBlock .ant-modal-content{position:relative;padding:0;border-radius:6px;background-color:var(--modalContent-colorBg)}.bitzConfirmModalBlock .ant-modal-content .ant-modal-close{position:absolute;top:14px;right:20px;width:16px;height:16px}.bitzConfirmModalBlock .ant-modal-content .ant-modal-header{height:44px;margin-bottom:0;border-radius:6px 6px 0 0;padding:10px 20px;box-sizing:border-box;background-color:var(--modalContent-colorBg)}.bitzConfirmModalBlock .ant-modal-content .ant-modal-header .ant-modal-title{display:block}.bitzConfirmModalBlock .ant-modal-content .ant-modal-body .textBox{display:flex;justify-content:center;padding:24px 40px 30px}.bitzConfirmModalBlock .ant-modal-content .ant-modal-body .textBox .warnIcon{width:20px;height:20px;margin-right:10px}.bitzConfirmModalBlock .ant-modal-content .ant-modal-footer{margin-top:0;display:flex;align-items:center;justify-content:center;gap:20px;flex-flow:row-reverse;padding-bottom:24px;border-top:none;background-color:var(--modalContent-colorBg)}.bitzConfirmModalBlock .ant-modal-content .ant-modal-footer .ant-btn{width:94px;height:32px;padding:0;border-radius:4px;margin-left:0}.bitzConfirmModalBlock .ant-modal-content .ant-modal-footer .ant-btn span{font-size:14px}.bitzFloatLayoutBlock{position:fixed;width:100%;height:100%;top:0;left:0;visibility:hidden;z-index:810;transition:visibility .3s cubic-bezier(.36,.66,.04,1)}.bitzFloatLayoutBlock__overlay{top:0;left:0;width:100%;height:100%;position:absolute;background-color:#0000004d;opacity:0;transition:opacity .15s ease-in}.bitzFloatLayoutBlock__header{position:relative;padding:10px;line-height:1.5;background-color:#f7f7f7}.bitzFloatLayoutBlock__header__title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#333;font-size:16px;display:block;padding-right:1.70667rem}.bitzFloatLayoutBlock__header__close{position:absolute;padding:.21333rem;top:50%;right:10px;width:20px;height:100%;line-height:1;transform:translateY(-50%)}.bitzFloatLayoutBlock__header__close:after,.bitzFloatLayoutBlock__header__close:before{content:"";position:absolute;top:50%;left:50%;display:inline-block;width:.768rem;height:2px;border-radius:1px;background:#ccc}.bitzFloatLayoutBlock__header__close:before{transform:translate3d(-50%,-50%,0) rotate(45deg)}.bitzFloatLayoutBlock__header__close:after{transform:translate3d(-50%,-50%,0) rotate(-45deg)}.bitzFloatLayoutBlock__container{position:absolute;bottom:0;width:100%;min-height:10vh;max-height:90vh;background-color:#fff;transform:translate3d(0,100%,0);transition:transform .3s cubic-bezier(.36,.66,.04,1);display:flex;flex-direction:column}.bitzFloatLayoutBlock__body{flex:1;overflow-y:auto}.bitzFloatLayoutBlock--active{visibility:visible}.bitzFloatLayoutBlock--active .bitzFloatLayoutBlock__overlay{opacity:1}.bitzFloatLayoutBlock--active .bitzFloatLayoutBlock__container{transform:translateZ(0)}.scrollbar::-webkit-scrollbar{height:.6rem;width:.6rem}.scrollbar::-webkit-scrollbar-corner{background-color:transparent}.scrollbar::-webkit-scrollbar-thumb{border-radius:.9rem;border-top-width:.4rem;border-right-width:.4rem;border-bottom-width:.4rem;border-left-width:.4rem;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent;background-clip:content-box;background-color:var(--colorScrollbarOverlay)}.scrollbar::-webkit-scrollbar-track{background-color:transparent}.bitzFuiCalendarBlock{background-color:#fff;position:relative;width:100%;height:100%;display:flex;box-sizing:border-box;--colorNeutralBackground2: #fafafa;--colorNeutralStroke2: #e0e0e0}.bitzFuiCalendarBlock *{box-sizing:border-box}.bitzFuiCalendarContainer{min-width:100%;min-height:100%;opacity:1;flex-direction:column;display:flex;text-align:left;line-height:1.4286;forced-color-adjust:none;font-weight:400;font-size:14px;text-size-adjust:100%}.bitzFuiCalendarToolbar{padding-right:3rem;padding-left:3rem;min-height:4.2rem;-webkit-box-pack:justify;justify-content:space-between;border-left-style:none;border-right-style:none;border-left-color:#e0e0e0;border-bottom-color:#e0e0e0;border-right-color:#e0e0e0;border-top-color:#e0e0e0;border-bottom-style:solid;border-top-style:solid;border-left-width:.1rem;border-bottom-width:.1rem;border-right-width:.1rem;border-top-width:.1rem;display:flex}.bitzFuiCalendarToolbar__right{column-gap:10px;display:flex}.bitzFuiCalendarToolbar__right_dropdown{padding-bottom:.8rem;padding-top:.8rem;display:inline-flex;align-items:center}.bitzFuiCalendarToolbar__left{-webkit-box-align:center;align-items:center;position:relative;display:flex}.bitzFuiCalendarConent{overflow:auto;flex:1 1 0%;flex-direction:column;display:flex}.bitzFuiCalendarHead{scrollbar-gutter:stable;min-height:6rem;padding-left:5.1rem;border-bottom-color:#e0e0e0;overflow:hidden;border-bottom-style:solid;border-bottom-width:.1rem;display:flex}.bitzFuiCalendarHead::-webkit-scrollbar{height:.6rem;width:.6rem}.bitzFuiCalendarHead::-webkit-scrollbar-corner{background-color:transparent}.bitzFuiCalendarHead::-webkit-scrollbar-thumb{border-radius:.9rem;border-top-width:.4rem;border-right-width:.4rem;border-bottom-width:.4rem;border-left-width:.4rem;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent;background-clip:content-box;background-color:var(--colorScrollbarOverlay)}.bitzFuiCalendarHead::-webkit-scrollbar-track{background-color:transparent}.bitzFuiCalendarHead .bitzFuiCalendarHeadItem{position:relative;width:0;height:6rem;min-height:6rem;-webkit-box-pack:center;justify-content:center;border-left-color:#e0e0e0;background-color:transparent;flex:1 1 0%;-webkit-box-flex:1;flex-grow:1;flex-direction:column;border-left-style:solid;border-left-width:.1rem;display:flex}.bitzFuiCalendarHead .bitzFuiCalendarHeadItem_active:after{right:0;top:0;left:0;height:.2rem;background:#5b5fc7;display:block;position:absolute;content:"";box-sizing:border-box}.bitzFuiCalendarHead .bitzFuiCalendarHeadItem_active .bitzFuiCalendarHeadItem__num,.bitzFuiCalendarHead .bitzFuiCalendarHeadItem_active .bitzFuiCalendarHeadItem__week{color:#5b5fc7}.bitzFuiCalendarHead .bitzFuiCalendarHeadItem__content{padding-right:1rem;padding-left:1rem;flex-direction:column;display:flex}.bitzFuiCalendarHead .bitzFuiCalendarHeadItem__num{font-size:2.4rem;font-weight:400;line-height:1.3333;color:#616161}.bitzFuiCalendarHead .bitzFuiCalendarHeadItem__week{font-weight:400;line-height:1.3333;font-size:1.2rem;color:#616161}.bitzFuiCalendarBody{opacity:1;overflow:auto;flex-direction:column;display:flex;height:calc(100vh - 165px)}.bitzFuiCalendarBodyContainer{scrollbar-gutter:stable;position:relative;overflow-x:hidden;overflow-y:auto;display:flex}.bitzFuiCalendarBodyContainer::-webkit-scrollbar{height:.6rem;width:.6rem}.bitzFuiCalendarBodyContainer::-webkit-scrollbar-corner{background-color:transparent}.bitzFuiCalendarBodyContainer::-webkit-scrollbar-thumb{border-radius:.9rem;border-top-width:.4rem;border-right-width:.4rem;border-bottom-width:.4rem;border-left-width:.4rem;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent;background-clip:content-box;background-color:var(--colorScrollbarOverlay)}.bitzFuiCalendarBodyContainer::-webkit-scrollbar-track{background-color:transparent}.bitzFuiCalendarBody__time{min-width:5.1rem;width:5.1rem;border-bottom-color:#e0e0e0;height:fit-content;background-color:transparent;flex-direction:column;-webkit-user-select:none;user-select:none;border-bottom-style:solid;border-bottom-width:.1rem;display:flex}.bitzFuiCalendarBody__time__item{min-height:8.1rem;text-align:center;line-height:1.3333;font-size:1.2rem;color:#616161;display:block}.bitzFuiCalendarBody__content{height:fit-content;width:100%;display:flex}.bitzFuiCalendarBody__content__row{flex:1 1 .1rem;color:#252423;border-left-width:0;border-bottom-width:0;border-right-width:0;border-top-width:2px;border-radius:0;border-left-style:none;border-bottom-style:none;border-right-style:none;border-top-style:none;box-shadow:none;background-color:transparent;position:relative;border-left-color:transparent;border-bottom-color:transparent;border-right-color:transparent;border-top-color:transparent;padding:0}.bitzFuiCalendarBody__content__row__list{background-color:transparent;width:100%;flex-direction:column;display:flex}.bitzFuiCalendarBody__content__row__list2{top:0;width:calc(100% - 1.6rem);pointer-events:none;height:100%;color:#252423;border-left-width:0px;border-bottom-width:0px;border-right-width:0px;border-top-width:2px;border-bottom-style:none;border-top-style:none;border-radius:0;box-shadow:none;position:absolute;background-color:transparent;border-left-style:none;border-right-style:none;border-left-color:transparent;border-bottom-color:transparent;border-right-color:transparent;border-top-color:transparent;padding:0}.bitzFuiCalendarBody__content__row__item{border-bottom-style:solid;outline-width:0;border-right-style:none;border-top-style:none;background-color:var(--colorNeutralBackground2);border-left-color:var(--colorNeutralStroke2);border-left-style:solid;border-bottom-width:.1rem;border-left-width:.1rem;border-bottom-color:var(--colorNeutralStroke2)}.bitzFuiCalendarBody__content__row__item:hover{background-color:#f0f0f0}.bitzFuiCalendarBlock-pop-contianer{min-height:160px;min-width:220px;display:flex;flex-direction:column;justify-content:space-between}.bitzFuiCalendarBlock-pop-contianer .pop-header{display:flex;align-items:center}.bitzFuiCalendarBlock-pop-contianer .pop-header .pop-avatar{display:flex;align-items:center;margin-right:5px}.bitzFuiCalendarBlock-pop-contianer .pop-header .name{font-size:12px;display:flex;justify-content:space-between;align-items:center}.bitzFuiCalendarBlock-pop-contianer .pop-content{font-size:12px}.bitzFuiCalendarBlock-pop-contianer .pop-period-conent{display:flex;align-items:center;justify-content:space-between;font-size:12px;color:#424242}.bitzFuiCalendarBlock-pop-contianer .pop-tag,.bitzFuiCalendarBlock-pop-contianer .pop-footer{display:flex;align-items:center;justify-content:space-between}.calendarAgendumBlock{height:auto;overflow:auto;list-style:none;display:block;padding:0;margin:0}.bitzNoDataBlock{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%}.bitzNoDataBlock .noDataText{margin-top:10px;color:#999;font-size:16px}:root{--rv-list-text-color: #969799;--rv-list-text-font-size: 14px;--rv-list-text-line-height: 50px;--rv-list-loading-icon-size: 16px}.bitz-list__loading,.bitz-list__finished,.bitz-list__error{color:var(--rv-list-text-color);font-size:var(--rv-list-text-font-size);line-height:var(--rv-list-text-line-height);text-align:center}.bitz-list__loading{display:flex;justify-content:center;align-items:center}.bitz-list__loadingText{margin-left:10px}.bitzNoMoreBlick{width:100%;height:50px;display:flex;align-items:center;justify-content:center;font-size:16px;color:#333;margin-top:-10px}.BitzLoadMorePage .scroll_container{height:100%}.bitzLoadingBlock{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.bitzModalBlock .ant-modal-title{display:flex;align-items:center;justify-content:center}.bitzModalBlock .ant-modal-content{border-radius:10px}.bitzModalBlock .ant-modal-footer{display:flex;align-items:center;justify-content:center}.bitzModalBlock .ant-modal-footer .ant-btn{flex:1}.bitzModalBlock .ant-modal-footer .ant-btn:nth-child(2){background-color:#ff4d4f}.bitzModalBlock .textBox{display:flex;align-items:center;justify-content:center;min-height:80px}.fullScreenBlock{line-height:0;cursor:pointer}.BitzMeetingTime2Block{width:100%;height:100%;position:relative;display:flex}.BitzMeetingTimeRow{display:flex;flex-direction:column;text-align:center}.BitzMeetingTimeTopTime,.BitzMeetingTimeBottomTime{font-size:10px}.BitzMeetingTimeList{display:flex;flex-direction:column;justify-content:center;margin:2.5px 0;padding:0}.BitzMeetingTime2ItemBlock{font-size:12px;height:50px;width:50px;color:#fff;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;cursor:pointer;margin:2.5px;background-color:#f2f3f2;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.free{background-color:#aadf6f}.free:hover{background-color:#6b9e31}.bitzLanguageTabsBlock{position:fixed;left:0;right:0;bottom:0;z-index:10;padding:10px 30px;background:#fff;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;box-shadow:0 -1px 10px #00000040}.bitzLanguageTabsBlock .languagesBox{display:flex;gap:10px}.bitzLanguageTabsBlock .languagesBox img{cursor:pointer;box-shadow:0 0 5px #00000040}.bitzLanguageTabsBlock .languagesBox .item{padding:2px;display:flex;align-items:center}.bitzLanguageTabsBlock .languagesBox .itemActive{background:#444791}.bitzLanguageTabsBlock .copyBox{font-size:16px}._container_tbbzt_1{display:grid;gap:10px}._header_tbbzt_5{display:flex;justify-content:space-between}._setting-btn_tbbzt_9{margin-left:auto}._search_tbbzt_12{height:32px;padding:0 10px}.bitzPaginationBlock{display:flex;align-items:center;justify-content:center}.bitzPaginationBlock .ant-pagination{width:100%;display:flex;flex-wrap:wrap;row-gap:8px}._bitzPopoverBlock_1wotm_1{vertical-align:middle;word-break:break-all;max-width:100%;position:relative;overflow:hidden}._bitzPopoverBlock_1wotm_1 ._Paragraph_1wotm_8{transition:-webkit-line-clamp .3s linear}.bitzRefreshBlock{width:100%;height:100px;background:#fff;display:flex;align-items:center;justify-content:center}.bitzRefreshBlock .loadingBox{width:150px;height:15px;margin:0 auto;display:flex;align-items:center;justify-content:center}.bitzRefreshBlock .loadingBox span{display:inline-block;width:15px;height:100%;margin-right:5px;border-radius:50%;animation:load 1.04s ease infinite;-webkit-animation:load 1.04s ease infinite}.bitzRefreshBlock .loadingBox span:last-child{margin-right:0}@-webkit-keyframes load{0%{opacity:1}to{opacity:0}}.bitzRefreshBlock .loadingBox span:nth-child(1){animation-delay:.13s;-webkit-animation-delay:.13s}.bitzRefreshBlock .loadingBox span:nth-child(2){animation-delay:.26s;-webkit-animation-delay:.26s}.bitzRefreshBlock .loadingBox span:nth-child(3){animation-delay:.39s;-webkit-animation-delay:.39s}._bitzRemakBlock_hxmvg_1{padding-bottom:20px}.bitz-page-header{box-sizing:border-box;margin:0;padding:0;color:#000000e0;font-size:14px;line-height:1.57142857;list-style:none;position:relative;background-color:transparent;padding-block-start:8px;padding-block-end:16px;padding-inline-start:40px;padding-inline-end:40px}.bitz-page-header-back{font-size:16px;line-height:1}.bitz-page-header-back-button{font-size:16px;cursor:pointer}.bitz-page-header-breadcrumb{padding-block-start:18px}.bitz-page-header-heading{padding-block-start:8px;display:flex;justify-content:space-between}.bitz-page-header-heading-left{display:flex;align-items:center;margin-block:4px;margin-inline-end:0;margin-inline-start:0;overflow:hidden}.bitz-page-header-heading-title{margin-inline-end:12px;margin-block-end:0;color:#000000e0;font-weight:600;font-size:20px;line-height:32px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.bitz-page-header-heading-extra{margin-block:4px;margin-inline-end:0;margin-inline-start:0;white-space:nowrap}.bitz-page-header-content{padding-block-start:8px}.bitz-page-header-footer{margin-block-start:8px}.bitz-page-header-compact .bitz-page-header-heading{flex-wrap:wrap}.bitz-page-header-wide{max-width:1152px;margin:0 auto}.bitz-page-header-rtl{direction:rtl}:root{--rv-pull-refresh-head-height: 50px;--rv-pull-refresh-head-font-size: 14px;--rv-pull-refresh-head-text-color: #969799;--rv-pull-refresh-loading-icon-size: 16px}.bitz-pull-refresh{overflow:hidden;-webkit-user-select:none;user-select:none}.bitz-pull-refresh__track{position:relative;height:100%;transition-property:transform}.bitz-pull-refresh__head{position:absolute;left:0;width:100%;height:var(--rv-pull-refresh-head-height);overflow:hidden;color:var(--rv-pull-refresh-head-text-color);font-size:var(--rv-pull-refresh-head-font-size);line-height:var(--rv-pull-refresh-head-height);text-align:center;transform:translateY(-100%)}.bitz-pull-refresh__loading .bitz-loading__spinner{width:var(--rv-pull-refresh-loading-icon-size);height:var(--rv-pull-refresh-loading-icon-size)}.bitzScheduleCenterBlock{--fc-button-bg-color: #ffffff;--fc-button-border-color: #d9d9d9;--fc-button-text-color: rgba(0, 0, 0, .88);--fc-button-active-bg-color: #1677ff;--fc-button-active-border-color: #1677ff;--fc-button-hover-bg-color: #ffffff;--fc-button-hover-border-color: #1677ff;--fc-event-bg-color: #1677ff;--fc-event-border-color: #1677ff;--fc-today-bg-color: #e6f4ff}.bitzScheduleCenterBlock .fc-button-primary:not(:disabled).fc-button-active:focus,.bitzScheduleCenterBlock .fc-button-primary:not(:disabled):active:focus,.bitzScheduleCenterBlock .fc-button-primary:focus{box-shadow:none}.bitzScheduleCenterBlock .fc-button-primary:not(.fc-button-active,:disabled):hover{--fc-button-text-color: #1677ff}.bitzScheduleCenterBlock .fc-button-primary:not(:disabled):active{--fc-button-text-color: #ffffff}.bitzScheduleCenterBlock .fc-button-active{--fc-button-text-color: #ffffff}.bitzScheduleCenterBlock .bitzPopover{display:block;width:100%}.bitzScheduleCenterBlock .fc-daygrid-event-harness .fc-event-main .bitzPopover{display:flex;flex-direction:column;flex:1;height:100%}.bitzScheduleCenterBlock .fc-daygrid-event-harness>a.fc-daygrid-dot-event{width:100%;white-space:inherit}.bitzScheduleCenterBlock .fc-timegrid-event .fc-event-time{white-space:inherit}.bitzScheduleCenterBlock-pop-contianer{min-height:160px;min-width:220px;display:flex;flex-direction:column;justify-content:space-between}.bitzScheduleCenterBlock-pop-contianer .pop-header{display:flex;align-items:center}.bitzScheduleCenterBlock-pop-contianer .pop-header .pop-avatar{display:flex;align-items:center;margin-right:5px}.bitzScheduleCenterBlock-pop-contianer .pop-header .name{font-size:12px;display:flex;align-items:center}.bitzScheduleCenterBlock-pop-contianer .pop-content{font-size:12px}.bitzScheduleCenterBlock-pop-contianer .pop-period-conent{display:flex;align-items:center;justify-content:space-between;font-size:12px;color:#424242}.bitzScheduleCenterBlock-pop-contianer .pop-tag,.bitzScheduleCenterBlock-pop-contianer .pop-footer{display:flex;align-items:center;justify-content:space-between}.bitzTextBlock{display:inline-flex}.bitzTextBlock:hover .copyIcon{opacity:1;pointer-events:auto}.bitzTextBlock .bitzTextContent{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bitzTextBlock .bitzMeasureContent{white-space:nowrap;position:absolute;left:0;visibility:hidden;pointer-events:none}.bitzTextBlock .copyIcon{display:inline-block;padding-left:4px;opacity:0;transform:translateY(.06em);transition:opacity .15s;pointer-events:none}.bitzTextBlock .copyIcon:not(:hover){color:inherit!important}.bitzMobileModalBlock .ant-modal-title,.bitzMobileModalBlock .ant-modal-body{text-align:center}.bitzMobileModalBlock .ant-modal-body{padding:20px 0}.bitzMobileModalBlock .ant-modal-footer{display:flex;align-items:center}.bitzMobileModalBlock .ant-modal-footer .ant-btn{flex:1}.bitzMobileModalBlock .ant-modal-footer .ant-btn:nth-child(2){background:#f53f3f;color:#fff}.bitzPcModalBlock .ant-modal-footer .ant-btn:nth-child(2){background:#f53f3f;color:#fff}._container_v9wfg_1{position:fixed;top:66px;bottom:0;right:-500px;z-index:100;width:400px;max-width:100%;background-color:#fff;box-shadow:0 1px 10px #00000026;border-radius:4px;overflow:hidden;transition:.3s ease-out;display:flex;flex-direction:column}._container_v9wfg_1._show_v9wfg_17{right:0}._container_v9wfg_1._hide_v9wfg_20{right:-500px}._container_v9wfg_1 ._select_v9wfg_23{margin-top:10px;outline:none}._container_v9wfg_1 ._select_v9wfg_23>div{box-shadow:none!important;border-width:0!important;border-bottom-width:1px!important}._container_v9wfg_1 h4{padding:0 10px;color:#424242;font-size:18px;line-height:21px;margin-bottom:10px;display:flex;justify-content:space-between}._container_v9wfg_1 ._tag_v9wfg_41{font-weight:400;background-color:#ff9800;color:#fff;border:none}._header_v9wfg_47{background-color:#3f51b5;color:#fff;display:flex;justify-content:space-between}._header_v9wfg_47 h3{font-size:18px;padding:20px 30px;margin:0}._header_v9wfg_47 ._close_v9wfg_58{margin-right:40px;cursor:pointer;color:#efefef}._header_v9wfg_47 ._close_v9wfg_58:hover{color:#fff}._alert_v9wfg_66{color:#ff9800;border-color:#ffe0b2;background-color:#ffe0b2cc}._timerList_v9wfg_71{flex:1;overflow:auto}._timer_v9wfg_71{border-top:1px solid #ddd;padding:10px 18px;display:grid;grid-template-columns:40px 1fr;gap:20px}._timer_v9wfg_71 ._btn_v9wfg_82{font-size:40px;color:#4caf50;cursor:pointer;border-radius:100%;box-shadow:0 6px 10px #00000026}._timer_v9wfg_71 ._btn_v9wfg_82:hover{color:#66bb6a}._timer_v9wfg_71 ._pause_v9wfg_92{color:#ff9800}._timer_v9wfg_71 ._pause_v9wfg_92:hover{color:#ffa726}._timer_v9wfg_71 ._time_v9wfg_71{color:#333;font-size:24px;flex:1}._timer_v9wfg_71 ._tools_v9wfg_103{opacity:0;transition:.15s ease-in}._timer_v9wfg_71:hover ._tools_v9wfg_103{opacity:1}._flex_v9wfg_110{display:flex}._desc_v9wfg_113{margin-top:10px;margin-bottom:3px;font-size:12px;color:#616161;display:flex;justify-content:space-between}._form_v9wfg_121{margin-top:15px}._form_v9wfg_121 .ant-form-item{margin-bottom:10px}._addbtn_v9wfg_127{font-size:60px;position:absolute;right:15px;bottom:15px;z-index:10;color:#5d73fa;background-color:#fff;box-shadow:0 1px 6px #00000040;border-radius:100%;cursor:pointer}._addbtn_v9wfg_127:hover{color:#879bff}.tableMobileDrawer .ant-drawer-wrapper-body{height:100%}.tableMobileDrawer .ant-drawer-wrapper-body .ant-drawer-body{padding:0;height:100%}._splitLine_10tio_1{color:#c7c7c7;padding-left:1.2rem;padding-right:1.2rem}._CalendarAgendumItem_10tio_6{max-width:82.6rem;min-height:4.8rem;list-style:none;margin:1.2rem auto .8rem;-webkit-box-align:center;align-items:center;width:100%;-webkit-user-select:none;user-select:none;position:relative;padding:0;display:flex}._timeContainer_10tio_19{font-size:1.6rem;background-color:#fff;padding-bottom:1.2rem;padding-top:1.2rem;height:4.6rem;max-width:84.6rem;width:99%;top:-.1rem;position:sticky;-webkit-box-pack:start;justify-content:flex-start;line-height:2rem;z-index:1;font-weight:600;color:#242424;padding-left:1.2rem;margin:auto;-webkit-box-align:center;align-items:center;display:flex}._timeContainer_10tio_19._istoday_10tio_41{color:#5b5fc7}._ui-list__item__main_10tio_44{min-width:0;-webkit-box-flex:1;flex-grow:1;flex-direction:column;display:flex;width:100%}._ui-list__item__contentWrapper_10tio_52{display:flex}._ui-list__itemcontent_10tio_55{width:100%;flex-basis:100%;flex-shrink:0;line-height:inherit;margin-right:.8rem;font-size:1.2rem;-webkit-box-flex:1;flex-grow:1}._ui-list__item__container_10tio_65{transition:box-shadow .467s ease 0s;box-shadow:#0000001f 0 0 2px,#00000024 0 1px 2px;min-height:6.6rem;border-bottom-style:none;border-top-style:none;border-left-style:none;border-right-style:none;-webkit-box-pack:center;justify-content:center;border-radius:.4rem;background:#ffffff;-webkit-box-align:center;align-items:center;height:100%;display:flex}._ui-list__item__container__wrap_10tio_82{padding:1.6rem;border-radius:.4rem;width:100%;flex-direction:column;display:flex}._ui-list__item__container__item_10tio_89{overflow:hidden;display:flex}._ui-list__item__container__item_left_10tio_93{align-self:flex-start;display:flex}._ui-list__item__container__item_right_10tio_97{width:100%;flex-direction:column;overflow:hidden;display:flex}._item_left_1_10tio_103{margin-right:1.6rem;height:auto;padding-top:.1rem}._item_left_1_1_10tio_108{border-radius:.2rem;min-width:.4rem;width:.4rem;z-index:1;background-color:#5b5fc7;height:100%}._item_left_2_10tio_116{text-transform:uppercase;width:9rem;text-align:left;flex-direction:column;white-space:nowrap;display:flex}._item_left_2_1_10tio_124{text-transform:lowercase;font-weight:600;font-size:1.4rem;color:#242424;line-height:2.4rem;width:100%;overflow:hidden;display:flex}._item_left_2_2_10tio_134{text-transform:lowercase;line-height:1.6rem;font-size:1.2rem;color:#616161;position:relative;display:flex}._item_right_1_10tio_142{overflow:hidden;display:flex}._item_right_1_1_10tio_146{padding-bottom:.4rem;text-overflow:ellipsis;-webkit-box-align:center;align-items:center;overflow:hidden;display:flex}._item_right_1_1_10tio_146 span{flex-shrink:10000;width:inherit;display:initial;font-weight:600;font-size:1.4rem;color:#242424;text-overflow:ellipsis;line-height:2.4rem;overflow:hidden;white-space:nowrap;cursor:pointer}._item_right_1_2_10tio_167{margin-right:1.2rem;max-width:51rem;line-height:2.4rem;align-self:center;overflow:hidden;display:block;font-size:1.2rem;color:#616161;white-space:nowrap}._item_right_1_3_10tio_178{align-items:flex-start;-webkit-box-pack:center;justify-content:center;margin-left:auto;display:flex}._item_right_2_10tio_185{flex-wrap:wrap;margin-top:.8rem;width:100%;display:flex}.bitzTabbarBlock{height:50px;display:flex;justify-content:space-around;align-items:center;background-color:#fff;-webkit-touch-callout:none}.bitzTabbarBlock.bitzTabbarFixedBlock{position:fixed;bottom:0;left:0;right:0}.bitzTabbarBlock.bitzTabbarBlockBottomSafe{--safeArea-insetBottom: env(safe-area-inset-bottom);height:calc(50px + var(--safeArea-insetBottom));padding-bottom:var(--safeArea-insetBottom)}.bitzTabbarBlock.bitzTabbarBlockBorder{border:1px solid var(--bitzTabbarBlock-borderColor, #ebedf0)}.bitzTabbarBlock .tabbarItem{flex:1;display:flex;flex-direction:column;align-items:center;row-gap:5px}.bitzTabbarBlock .tabbarItem .tabbarItemIcon,.bitzTabbarBlock .tabbarItem .tabbarItemImage{display:flex;justify-content:center;align-items:center}.bitzTabbarBlock .tabbarItem .tabbarItemImage .image{height:22px}.bitzTabbarBlock .tabbarItem .tabbarItemBadgeWrapper{position:relative}.bitzTabbarBlock .tabbarItem .tabbarItemDotBadge{position:absolute;top:-2px;right:-3px;width:8px;height:8px;border-radius:50%}.bitzTabbarBlock .tabbarItem .ant-badge .ant-badge-count{height:14px;line-height:14px;transform:translate(66%,-20%);border-radius:8px}.bitzTabbarBlock .tabbarItem .ant-badge .ant-badge-multiple-words{padding:0 5px}.bitzTabbarBlock .tabbarItem .ant-badge .ant-badge-dot{transform:translate(25%,-30%)}.bitzTabbarBlock .tabbarItem .tabbarItemNumBadge{position:absolute;top:-2px;right:-8px;height:15px;padding:0 4px;display:flex;justify-content:center;align-items:center;border-radius:8px;font-size:12px;line-height:13px;color:#fff}.bitzTabbarBlock .tabbarItem .tabbarItemText{font-size:13px;line-height:14px;font-weight:500}._select_ydiq6_1{border-radius:2px;width:100%;min-height:32px;display:grid;grid-template-columns:1fr 24px;gap:8px;border:1px solid #d9d9d9;cursor:pointer}._content_ydiq6_11{display:flex;flex-wrap:wrap;align-items:center;gap:4px;padding:4px 12px}._placeholder_ydiq6_18{font-size:14px;color:#484644}.crudSearchButtons{margin-left:auto;text-align:right;box-sizing:border-box}.QueryFilterMobile{display:flex;justify-content:space-between;align-items:center}.QueryFilterMobile .ant-form-item{margin-bottom:0}.QueryFilterMobile .search{width:100%}.QueryFilterMobile .more{margin-left:10px}.QueryFilterDrawerBody{flex:1;padding:20px;display:flex;flex-direction:column}.QueryFilterDrawerForm{overflow-y:auto;max-height:65vh}.QueryFilterDrawerFooter{flex-shrink:0;display:flex;justify-content:space-around;align-items:center}.pickerPopupBlock{z-index:-1!important}.pickerPopupBlock.pickerPopupShow{z-index:1150!important;top:120px!important;box-shadow:none}._bitzSelectWrapper_4bx9c_1 ._search-input_4bx9c_1{margin:10px;display:block}._bitzSelectWrapper_4bx9c_1 ._search-input_4bx9c_1 ._ant-input-search_4bx9c_5{width:100%}._bitzSelectWrapper_4bx9c_1 ._tag-list_4bx9c_8{margin:10px}._bitzSelectWrapper_4bx9c_1 ._picker-content_4bx9c_11{position:relative;top:20px}._bitzSelectWrapper_4bx9c_1 ._picker-content_4bx9c_11 ._mask-top_4bx9c_15,._bitzSelectWrapper_4bx9c_1 ._picker-content_4bx9c_11 ._mask-bottom_4bx9c_16{z-index:10;width:100%;height:68px;pointer-events:none;transform:translateZ(0)}._bitzSelectWrapper_4bx9c_1 ._picker-content_4bx9c_11 ._mask-top_4bx9c_15{position:absolute;top:0;background:linear-gradient(to top,rgba(255,255,255,.4),rgba(255,255,255,.8))}._bitzSelectWrapper_4bx9c_1 ._picker-content_4bx9c_11 ._mask-bottom_4bx9c_16{position:absolute;bottom:1px;background:linear-gradient(to bottom,rgba(255,255,255,.4),rgba(255,255,255,.8))}._bitzSelectWrapper_4bx9c_1 ._border-bottom-1px_4bx9c_33,._bitzSelectWrapper_4bx9c_1 ._border-top-1px_4bx9c_34{position:relative}._bitzSelectWrapper_4bx9c_1 ._border-bottom-1px_4bx9c_33:before,._bitzSelectWrapper_4bx9c_1 ._border-top-1px_4bx9c_34:before,._bitzSelectWrapper_4bx9c_1 ._border-bottom-1px_4bx9c_33:after,._bitzSelectWrapper_4bx9c_1 ._border-top-1px_4bx9c_34:after{content:"";display:block;position:absolute;transform-origin:0 0}._bitzSelectWrapper_4bx9c_1 ._border-bottom-1px_4bx9c_33:before ._border-bottom-1px_4bx9c_33:after,._bitzSelectWrapper_4bx9c_1 ._border-top-1px_4bx9c_34:before ._border-bottom-1px_4bx9c_33:after,._bitzSelectWrapper_4bx9c_1 ._border-bottom-1px_4bx9c_33:after ._border-bottom-1px_4bx9c_33:after,._bitzSelectWrapper_4bx9c_1 ._border-top-1px_4bx9c_34:after ._border-bottom-1px_4bx9c_33:after{border-bottom:1px solid #ebebeb;left:0;bottom:0;width:100%;transform-origin:0 bottom}._bitzSelectWrapper_4bx9c_1 ._border-bottom-1px_4bx9c_33:before ._border-bottom-1px_4bx9c_33:after ._border-top-1px_4bx9c_34:before,._bitzSelectWrapper_4bx9c_1 ._border-top-1px_4bx9c_34:before ._border-bottom-1px_4bx9c_33:after ._border-top-1px_4bx9c_34:before,._bitzSelectWrapper_4bx9c_1 ._border-bottom-1px_4bx9c_33:after ._border-bottom-1px_4bx9c_33:after ._border-top-1px_4bx9c_34:before,._bitzSelectWrapper_4bx9c_1 ._border-top-1px_4bx9c_34:after ._border-bottom-1px_4bx9c_33:after ._border-top-1px_4bx9c_34:before{border-top:1px solid #ebebeb;left:0;top:0;width:100%;transform-origin:0 top}._bitzSelectWrapper_4bx9c_1 ._wheel-wrapper_4bx9c_66{display:flex;padding:0 16px}._bitzSelectWrapper_4bx9c_1 ._wheel_4bx9c_66{flex:1;height:173px;overflow:hidden;font-size:18px;text-align:center}._bitzSelectWrapper_4bx9c_1 ._wheel_4bx9c_66 ._wheel-scroll_4bx9c_77{padding:0;margin-top:68px;line-height:36px;list-style:none}._bitzSelectWrapper_4bx9c_1 ._wheel_4bx9c_66 ._wheel-scroll_4bx9c_77 ._wheel-item_4bx9c_83{list-style:none;height:36px;overflow:hidden;white-space:nowrap;color:#333}._bitzSelectWrapper_4bx9c_1 ._wheel_4bx9c_66 ._wheel-scroll_4bx9c_77 ._wheel-item_4bx9c_83._wheel-disabled-item_4bx9c_90{opacity:.2}._textarea_4bx9c_93{border-radius:2px;width:100%;min-height:32px;display:grid;grid-template-columns:1fr 24px;gap:8px;border:1px solid #d9d9d9}._textarea_4bx9c_93>div{display:flex;flex-wrap:wrap;gap:4px;padding:4px}._select-label_4bx9c_108{padding-left:10px}.bitzTableBlock{--container-bgColor: #fff;height:100%;background:var(--container-bgColor)}.bitzTableBlock.fullscreen:not(:root):fullscreen::backdrop{background:var(--container-bgColor)}.bitzTableBlock .mobileList{height:calc(100% - 200px);padding:10px}.bitzTableBlock .mobileList .listItem{padding:10px;border-radius:6px}.bitzTableBlock .mobileList .listItem:not(:last-child){margin-bottom:10px}.bitzTableBlock .mobileList .listItem .row{display:flex}.bitzTableBlock .mobileList .listItem .row:not(:last-child){margin-bottom:6px}.bitzTableBlock .mobileList .listItem .row .label{flex-shrink:0;font-size:16px;display:flex;align-items:flex-start;flex-direction:column}.bitzTableBlock .mobileList .listItem .row .value{display:flex;flex-wrap:wrap;flex:1;font-size:16px;overflow:hidden}.bitzTableBlock .bitzNoDataBlock{margin-top:20px}.bitzTableBlock .bitzTableContainer{--container-gap: 10px;--toolbar-height: 40px;--toolbar-bgColor: #fafafa;--toolCell-paddingInline: 17px;--toolCell-width: 50px;--thead-bgColor: #e5e5e5;--thead-hoverBgColor: #e0e0e0;--cell-height: 40px;--cell-lineHeight: 16px;--cell-paddingInline: 10px;--rowHover-bgColor: #fafafa;--evenRow-BgColor: #f9f9f9;--oddRow-BgColor: #fff;--fontSize: 12px;--borderColor: #f0f0f0;--cellSkeleton-wrapHeight: 26px;--cellSkeleton-height: 22px;--radioCheckbox-borderColor: #d9d9d9;--expandIcon-borderColor: #d0d0d0;--scrollbar-width: 4px;height:100%;display:flex;flex-direction:column;justify-content:space-between;row-gap:var(--container-gap);position:relative}.bitzTableBlock .bitzTableContainer.hideBorder .ant-table-wrapper .ant-table-thead>tr>th,.bitzTableBlock .bitzTableContainer.hideBorder .ant-table-wrapper .ant-table-thead>tr>td,.bitzTableBlock .bitzTableContainer.hideBorder .ant-table-wrapper .ant-table-tbody>tr>th,.bitzTableBlock .bitzTableContainer.hideBorder .ant-table-wrapper .ant-table-tbody>tr>td{border-color:transparent}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody{position:relative;overflow:hidden;background-color:var(--evenRow-BgColor)}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody:has(.disabledUserSelect){cursor:col-resize;overflow:hidden!important}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody:has(.disabledUserSelect) .ant-table-container{pointer-events:none}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .stretchLine{width:2px;position:absolute;left:0;top:calc(var(--toolbar-height) + 1px);opacity:0;transition:opacity .2s;pointer-events:none;z-index:101}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .bitzResizable{position:relative;background-clip:padding-box}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-table-thead>tr>.bitzResizable.disabledUserSelect{-webkit-user-select:none;user-select:none}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-table-thead>tr:has(.disabledUserSelect)>.bitzResizable:not(.disabledUserSelect) .bitzResizableHandle{pointer-events:none}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .bitzResizableHandle{position:absolute;width:10px;height:100%;bottom:0;right:-5px;cursor:col-resize;z-index:1}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .lastColumn .bitzResizableHandle,.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .operationCol .bitzResizableHandle{right:0;width:5px}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .operationCol .bitzResizableHandle{position:static;pointer-events:none}.bitzTableBlock .bitzTableContainer.stickyTable .bitzTableContainerBody{overflow:inherit}.bitzTableBlock .bitzTableContainer .ant-table-wrapper .ant-table-thead>tr>th,.bitzTableBlock .bitzTableContainer .ant-table-wrapper .ant-table-thead>tr>td{background:var(--thead-bgColor)}.bitzTableBlock .bitzTableContainer .ant-table-wrapper .ant-table-thead .ant-table-cell-scrollbar:not([rowspan]){box-shadow:0 1px 0 1px var(--thead-bgColor)}.bitzTableBlock .bitzTableContainer .ant-table-wrapper .ant-table-thead th.ant-table-column-has-sorters{background:var(--thead-bgColor)}.bitzTableBlock .bitzTableContainer .ant-table-wrapper .ant-table-thead th.ant-table-column-has-sorters:hover,.bitzTableBlock .bitzTableContainer .ant-table-wrapper .ant-table-thead th.ant-table-column-has-sorters.ant-table-cell-fix-left:hover,.bitzTableBlock .bitzTableContainer .ant-table-wrapper .ant-table-thead th.ant-table-column-has-sorters.ant-table-cell-fix-right:hover{background:var(--thead-hoverBgColor)}.bitzTableBlock .bitzTableContainer .bitzTableTitle{font-size:inherit;line-height:normal;margin:0}.bitzTableBlock .bitzTableContainer .ant-table-column-sort{background:inherit}.bitzTableBlock .bitzTableContainer .ant-table-wrapper .ant-table-tbody .ant-table-row:not(.ant-table-row-selected)>.ant-table-cell-row-hover{background-color:var(--rowHover-bgColor)!important}.bitzTableBlock .bitzTableContainer .ant-table .evenRow:not(.ant-table-row-selected){background:var(--evenRow-BgColor)}.bitzTableBlock .bitzTableContainer .ant-table .evenRow:not(.ant-table-row-selected) .ant-table-cell-fix-left,.bitzTableBlock .bitzTableContainer .ant-table .evenRow:not(.ant-table-row-selected) .ant-table-cell-fix-right{background:inherit}.bitzTableBlock .bitzTableContainer .ant-table .oddRow:not(.ant-table-row-selected){background:var(--oddRow-BgColor)}.bitzTableBlock .bitzTableContainer .ant-table .oddRow:not(.ant-table-row-selected) .ant-table-cell-fix-left,.bitzTableBlock .bitzTableContainer .ant-table .oddRow:not(.ant-table-row-selected) .ant-table-cell-fix-right{background:inherit}.bitzTableBlock .bitzTableContainer .ant-table-body{overflow:auto!important}.bitzTableBlock .bitzTableContainer .ant-table-tbody>.rowPointerCursor{cursor:pointer}.bitzTableBlock .bitzTableContainer .ant-table-title,.bitzTableBlock .bitzTableContainer .ant-table-footer,.bitzTableBlock .bitzTableContainer .ant-table-thead>tr>th,.bitzTableBlock .bitzTableContainer .ant-table-tbody>tr>th,.bitzTableBlock .bitzTableContainer .ant-table-tbody>tr:not(.ant-table-placeholder)>td,.bitzTableBlock .bitzTableContainer tfoot>tr>th,.bitzTableBlock .bitzTableContainer tfoot>tr>td{height:var(--cell-height);line-height:var(--cell-lineHeight);padding-block:0;padding-inline:var(--cell-paddingInline);font-size:var(--fontSize)}.bitzTableBlock .bitzTableContainer.xlBitzTable{--cell-height: var(--xlTable-height);--cell-lineHeight: var(--xlTable-lineHeight);--fontSize: var(--xlTable-fontSize);--toolCell-width: calc(var(--xlTable-fontSize) + 4px + var(--toolCell-paddingInline) * 2);--cellSkeleton-wrapHeight: calc(var(--xlSkeleton-height) + 4px);--cellSkeleton-height: var(--xlSkeleton-height)}.bitzTableBlock .bitzTableContainer.lgBitzTable{--cell-height: var(--lgTable-height);--cell-lineHeight: var(--lgTable-lineHeight);--fontSize: var(--lgTable-fontSize);--toolCell-width: calc(var(--lgTable-fontSize) + 4px + var(--toolCell-paddingInline) * 2);--cellSkeleton-wrapHeight: calc(var(--lgSkeleton-height) + 4px);--cellSkeleton-height: var(--lgSkeleton-height)}.bitzTableBlock .bitzTableContainer.mdBitzTable{--cell-height: var(--mdTable-height);--cell-lineHeight: var(--mdTable-lineHeight);--fontSize: var(--mdTable-fontSize);--toolCell-width: calc(var(--mdTable-fontSize) + 4px + var(--toolCell-paddingInline) * 2);--cellSkeleton-wrapHeight: calc(var(--mdSkeleton-height) + 4px);--cellSkeleton-height: var(--mdSkeleton-height)}.bitzTableBlock .bitzTableContainer.smBitzTable{--cell-height: var(--smTable-height);--cell-lineHeight: var(--smTable-lineHeight);--fontSize: var(--smTable-fontSize);--toolCell-width: calc(var(--smTable-fontSize) + 4px + var(--toolCell-paddingInline) * 2);--cellSkeleton-wrapHeight: calc(var(--smSkeleton-height) + 4px);--cellSkeleton-height: var(--smSkeleton-height)}.bitzTableBlock .bitzTableContainer.xsBitzTable{--cell-height: var(--xsTable-height);--cell-lineHeight: var(--xsTable-lineHeight);--fontSize: var(--xsTable-fontSize);--toolCell-width: calc(var(--xsTable-fontSize) + 4px + var(--toolCell-paddingInline) * 2);--cellSkeleton-wrapHeight: calc(var(--xsSkeleton-height) + 4px);--cellSkeleton-height: var(--xsSkeleton-height)}.bitzTableBlock .bitzTableContainer .ant-table-thead .ant-table-selection-column .ant-table-selection .ant-checkbox-wrapper .ant-checkbox-inner:after{width:calc(var(--fontSize) / 2);height:calc(var(--fontSize) / 2)}.bitzTableBlock .bitzTableContainer .ant-table-selection-column .ant-checkbox-inner,.bitzTableBlock .bitzTableContainer .ant-table-selection-column .ant-radio-inner{width:calc(var(--fontSize) + 2px);height:calc(var(--fontSize) + 2px)}.bitzTableBlock .bitzTableContainer .ant-table-selection-column .ant-radio-inner:after{width:calc(var(--fontSize) + 2px);height:calc(var(--fontSize) + 2px);margin-block-start:calc(calc(var(--fontSize) + 2px) / -2);margin-inline-start:calc(calc(var(--fontSize) + 2px) / -2);border-radius:calc(var(--fontSize) + 2px)}.bitzTableBlock .bitzTableContainer .ant-table-selection-column .ant-checkbox-wrapper-checked .ant-checkbox-inner:after{width:calc(calc(var(--fontSize) - 2px) / 2)!important;height:calc(calc(var(--fontSize) + 4px) / 2)!important}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-row-expand-icon-cell .ant-table-row-expand-icon{width:calc(var(--fontSize) + 3px);height:calc(var(--fontSize) + 3px)}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-row-expand-icon-cell .ant-table-row-expand-icon:before{top:calc(var(--fontSize) / 2)}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-row-expand-icon-cell .ant-table-row-expand-icon:after{inset-inline-start:calc(var(--fontSize) / 2)}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-table-tbody .ant-table-cell>.anticon{font-size:calc(var(--fontSize) + 6px);transform:translateY(.15em);vertical-align:unset}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-table-thead .ant-table-column-sorter-inner .anticon{font-size:calc(var(--fontSize) - 2px);transform:translateY(.08em);vertical-align:unset}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-tag,.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-tag .anticon{font-size:calc(var(--fontSize) - 1px)}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-row{font-size:var(--fontSize)}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-switch{font-size:calc(var(--fontSize) - 1px);vertical-align:-.05em}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-switch .ant-switch-inner-checked,.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-switch .ant-switch-inner-unchecked{font-size:calc(var(--fontSize) - 1px)}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-input,.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-input-prefix,.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-input-suffix,.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-input-clear-icon,.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-input-number,.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-input-number-prefix,.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-input-number-suffix{font-size:var(--fontSize)}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-input-number-handler .anticon{font-size:calc(calc(var(--fontSize) + 4px) / 2)}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-select .ant-select-selection-search-input,.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-select .ant-select-selection-item{font-size:var(--fontSize)}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-select .ant-select-selection-item-content{margin-inline-end:calc(var(--fontSize) / 2)}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-select .ant-select-arrow{font-size:calc(var(--fontSize) - 2px);height:calc(var(--fontSize) - 2px);margin-top:calc(var(--fontSize) * -1 / 2)}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-select .ant-select-clear{width:calc(var(--fontSize) - 2px);height:calc(var(--fontSize) - 2px);font-size:calc(var(--fontSize) - 2px);margin-top:calc(var(--fontSize) * -1 / 2)}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-select .ant-select-selection-item-remove{font-size:calc(var(--fontSize) - 4px)}.bitzTableBlock .bitzTableContainer .ant-table-selection-col,.bitzTableBlock .bitzTableContainer .ant-table-selection-column,.bitzTableBlock .bitzTableContainer .ant-table-expand-icon-col,.bitzTableBlock .bitzTableContainer .ant-table-row-expand-icon-cell,.bitzTableBlock .bitzTableContainer .sorterCol{min-width:var(--toolCell-width)!important;max-width:var(--toolCell-width)!important;padding-inline:var(--toolCell-paddingInline)!important}.bitzTableBlock .bitzTableContainer .sorterCol{text-align:center}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-expanded-row>td{padding:0!important}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-expanded-row>td>.ant-table-wrapper,.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-expanded-row>td>.ant-table-expanded-row-fixed:has(.ant-table-wrapper){height:100%;margin:0!important;padding-block:0!important;padding-inline-start:calc(var(--toolCell-width) - 1px - var(--scrollbar-width))!important;padding-inline-end:0!important}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-expanded-row>td>div:not(.ant-table-wrapper),.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-expanded-row>td>.ant-table-expanded-row-fixed:has(div:not(.ant-table-wrapper)){height:100%;margin:0!important;padding-block:var(--cell-paddingInline);padding-inline-start:calc(var(--cell-paddingInline) - var(--scrollbar-width));padding-inline-end:var(--cell-paddingInline)}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-expanded-row>td>.ant-table-expanded-row-fixed:after{border-inline-end-color:transparent!important}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-expanded-row .ant-table{margin:0!important}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-expanded-row .ant-table .ant-table-tbody>tr:last-child>td{border-bottom:1px solid transparent!important}.bitzTableBlock .bitzTableContainer.hasScrollBar .ant-table-tbody .ant-table-expanded-row>td>.ant-table-wrapper,.bitzTableBlock .bitzTableContainer.hasScrollBar .ant-table-tbody .ant-table-expanded-row>td>.ant-table-expanded-row-fixed:has(.ant-table-wrapper){padding-inline-start:calc(var(--toolCell-width) - 1px)!important}.bitzTableBlock .bitzTableContainer.hasScrollBar .ant-table-tbody .ant-table-expanded-row>td>div:not(.ant-table-wrapper),.bitzTableBlock .bitzTableContainer.hasScrollBar .ant-table-tbody .ant-table-expanded-row>td>.ant-table-expanded-row-fixed:has(div:not(.ant-table-wrapper)){padding-inline-start:var(--cell-paddingInline)}.bitzTableBlock .bitzTableContainer:not(.hasScrollBar) .ant-table-tbody .ant-table-expanded-row>td>.ant-table-expanded-row-fixed:has(.ant-table-wrapper)>.ant-table-wrapper{transform:translate(var(--scrollbar-width))}.bitzTableBlock .bitzTableContainer:not(.hasScrollBar) .ant-table-tbody .ant-table-expanded-row>td>.ant-table-expanded-row-fixed:has(div:not(.ant-table-wrapper))>div{transform:translate(var(--scrollbar-width))}.bitzTableBlock .bitzTableContainer:not(.hasScrollBar) .ant-table-tbody .ant-table-expanded-row>td .ant-table-expanded-row-fixed{overflow:visible!important}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-placeholder>td .ant-table-expanded-row-fixed{transform:translate(var(--scrollbar-width))}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-placeholder>td .ant-table-expanded-row-fixed:after{inset-inline-end:0!important}.bitzTableBlock .bitzTableContainer .bitzTableToolbarBlock{display:flex;justify-content:space-between;align-items:center;height:var(--toolbar-height);padding-inline:0px;column-gap:16px;background-color:var(--toolbar-bgColor);position:relative;overflow:hidden}.bitzTableBlock .bitzTableContainer .ant-skeleton-paragraph{margin:0;height:var(--cellSkeleton-wrapHeight);display:flex;align-items:center}.bitzTableBlock .bitzTableContainer .ant-skeleton-paragraph li{height:var(--cellSkeleton-height)}.bitzTableBlock .bitzTableContainer .bitzTablePagination{display:flex;align-items:center;font-family:var(--font-family)}.bitzTableBlock .bitzTableContainer .bitzTablePagination .alert{flex:1;display:flex;align-items:center;gap:8px;margin-inline-end:8px}.bitzTableBlock .bitzTableContainer .bitzTablePagination .alert .splitBorder{font-weight:600;transform:translateY(.02em)}.bitzTableBlock .bitzTableContainer .bitzTablePagination .alert .cleanSelected{margin-inline-start:12px;line-height:normal}.bitzTableBlock .bitzTableContainer .ant-radio-wrapper:not(:hover,:focus) .ant-radio:not(.ant-radio-checked) .ant-radio-inner,.bitzTableBlock .bitzTableContainer .ant-checkbox-wrapper:not(:hover,:focus) .ant-checkbox:not(.ant-checkbox-checked) .ant-checkbox-inner{border-color:var(--radioCheckbox-borderColor)}.bitzTableBlock .bitzTableContainer .ant-radio-wrapper-disabled .ant-radio-inner,.bitzTableBlock .bitzTableContainer .ant-checkbox-wrapper-disabled .ant-checkbox-inner{color:var(--radioCheckbox-borderColor);cursor:not-allowed}.bitzTableBlock .bitzTableContainer .ant-table-row-expand-icon:not(:hover,:focus){border-color:var(--expandIcon-borderColor)}.bitzTableBlock .bitzTableContainer .ant-table-row-expand-icon:disabled{color:var(--expandIcon-borderColor);cursor:not-allowed}.tableMobileDrawer .ant-drawer-body{padding:0;height:100%}.tableMobileDrawer .drawerBox{height:100%;display:flex;flex-direction:column}.tableMobileDrawer .drawerBox .boxBody{flex:1}.tableMobileDrawer .drawerBox .boxBody .operaList{height:60px;border-bottom:2px solid #f4f7fc;box-sizing:border-box;display:flex;align-items:center;justify-content:center;font-size:18px}.tableMobileDrawer .drawerBox .boxBody .operaList:last-child{border-bottom:none}.tableMobileDrawer .drawerBox .boxLine{width:100%;height:10px;background:#f4f7fc}.tableMobileDrawer .drawerBox .boxFooter{height:60px;display:flex;align-items:center;justify-content:center;font-size:18px}.tableExportDrawer .ant-drawer-wrapper-body{height:100%}.tableExportDrawer .ant-drawer-wrapper-body .ant-drawer-body{padding:0;height:calc(100% - 56px)}.tableExportDrawer .ant-radio-group,.tableExportDrawer .ant-checkbox-group{display:block}.tableExportDrawer .ant-radio-group label,.tableExportDrawer .ant-checkbox-group label{width:100%}.tableExportDrawer .drawerBox{height:100%}.tableExportDrawer .drawerBox .boxBody{height:calc(100% - 50px)}.tableExportDrawer .drawerBox .boxBody .bodyContent{padding:20px;overflow-x:hidden;overflow-y:auto}.tableExportDrawer .drawerBox .boxBody .row{margin-bottom:20px}.tableExportDrawer .drawerBox .boxBody .row .bitzTitle{margin-bottom:10px}.tableExportDrawer .drawerBox .boxBody .row:last-child{margin-bottom:0}.tableExportDrawer .drawerBox .boxFooter{height:50px;padding:0 20px;display:flex;align-items:center;justify-content:flex-end;font-size:18px;border-top:1px solid rgba(5,5,5,.06);box-sizing:border-box}.tableExportDrawer .drawerBox .boxFooter .submitBtn{margin-left:20px}.tableExportDrawer .drawerBox .boxMobileFooter{height:50px;padding:0 20px;display:flex;align-items:center;justify-content:center;font-size:18px;border-top:1px solid rgba(5,5,5,.06);box-sizing:border-box}.tableExportDrawer .drawerBox .boxMobileFooter .ant-btn{flex:1;height:40px}.tableExportDrawer .drawerBox .boxMobileFooter .ant-btn:nth-child(1){margin-right:10px}.tableFilterDrawer .ant-checkbox-group{display:flex;flex-direction:column}.tableFilterDrawer .ant-checkbox-group label{margin-bottom:10px}.bitzToastBlock .pcToastBox{position:fixed;z-index:99999999;top:0;width:800px;min-height:36px;left:50%;margin-left:-400px;border-width:1px;border-style:solid;box-sizing:border-box;display:flex}.bitzToastBlock .pcToastBox .mark,.bitzToastBlock .pcToastBox .close{width:50px;display:flex;align-items:center;justify-content:center}.bitzToastBlock .pcToastBox .content{flex:1;display:flex;align-items:center;font-size:14px;color:#242424}.bitzToastBlock .mobileToastBox{position:fixed;z-index:99999999;top:50%;left:50%;transform:translate(-50%,-50%);width:8rem;height:8rem;border-radius:10px;background-color:#000000b3;display:flex;flex-direction:column;align-items:center;justify-content:center}.bitzToastBlock .mobileToastBox .content{margin-top:10px;font-size:14px;color:#fff}.tableSelectPopupBlock{padding:10px}.tableSelectPopupBlock .pointerMouse{cursor:pointer}.tableSelectPopupBlock .loadingFailedTable .ant-empty{opacity:0}.tableSelectPopupBlock :where(.tableSelectPopupSearchForm) .ant-form-item{margin-bottom:0}.tableSelectPopupBlock .ant-table-selection-extra{padding-inline-start:4px!important;padding-top:1px}.tableSelectPopupBlock .ant-table-tbody>tr>.numRow{background:transparent}.tableSelectPopupBlock .bitzTableContainer:not(.loadingTable) .ant-table-tbody>tr:not(.ant-table-measure-row,.ant-table-expanded-row)>td:not(.numRow){padding-inline:0px!important}.tableSelectPopupBlock .ant-table-body table{overflow:hidden}.tableSelectPopupBlock .ant-table-body table:after{content:" ";position:absolute;bottom:1px;left:0;width:100%;height:1px;box-shadow:0 1px 0 var(--tableBody-bootomBorderColor)}.tableSelectPopupBlock .tableSelectPopupToolTagSelect{--toolTagSelect-color: #333;position:relative}.tableSelectPopupBlock .tableSelectPopupToolTagSelect .ant-select-selection-placeholder{color:var(--toolTagSelect-color)}.tableSelectPopupBlock .tableSelectPopupTotalSelect{position:relative}.tableSelectPopupBlock .tableSelectPopupTotalSelect .tableSelectPopupTotalSelectTip{position:absolute;top:0;right:0;bottom:0;left:0;padding:1px 12px;padding-inline-end:24px;display:flex;align-items:center;pointer-events:none}.tableSelectPopupBlock .tableSelectPopupTablePagination>.ant-pagination-options>.ant-select-in-form-item{width:auto}.tableSelectPopupTotalPopup .ant-empty-normal{margin-block:8px}._FuiCalendarItemBlock_1rypk_1{pointer-events:auto;border-radius:.4rem;width:auto;margin:0rem;flex-direction:row;box-shadow:none;position:absolute;background-color:transparent;border-left-width:.1rem;border-bottom-width:.1rem;border-right-width:.1rem;border-top-width:.1rem;border-left-color:transparent;border-bottom-color:transparent;border-right-color:transparent;border-top-color:transparent;border-left-style:solid;border-bottom-style:solid;border-right-style:solid;border-top-style:solid;cursor:pointer;padding:.1rem;display:flex}._container_1rypk_26{background-color:#dce0fa;color:#3d3e78;border-radius:.4rem;height:100%;-webkit-user-select:none;user-select:none;padding:0;width:100%;overflow:hidden;display:flex;position:relative}._verticalLine_1rypk_38{border-bottom-left-radius:inherit;border-top-left-radius:inherit;min-width:.4rem;width:.4rem;z-index:1;height:100%;background-color:#5b5fc7}._card_1rypk_47{border-bottom-right-radius:inherit;border-top-right-radius:inherit;padding-left:.4rem;padding-right:.4rem;flex:1 1 100%;background:inherit;width:100%;flex-direction:column;overflow:hidden;display:flex;position:relative}._card_1rypk_47:hover{background-color:#c5cbfa;color:#3d3e78;border-left-color:transparent;border-bottom-color:transparent;border-right-color:transparent;border-top-color:transparent}._cardBody_1rypk_68{padding-top:.2rem;max-height:3.6rem;line-height:1.8rem;min-height:1.25rem;flex-direction:column;display:flex;padding-bottom:0;padding-left:0;padding-right:0;margin:0}._cardFooter_1rypk_80{align-items:flex-end;right:0;-webkit-box-pack:end;justify-content:flex-end;padding:.4rem .5rem .3rem .8rem;border-radius:.4rem;bottom:0;position:absolute;background-color:inherit;display:flex}._text_1rypk_95{line-height:1.8rem;flex-shrink:1;min-height:1.8rem;overflow-y:hidden;overflow-x:hidden;font-weight:600;font-size:12px}._text2_1rypk_104{unicode-bidi:isolate;flex-shrink:1000;min-height:1.8rem;overflow-y:hidden;overflow-x:hidden;line-height:16px;font-size:12px;display:block}.textBlock{width:100%;padding:0;display:-webkit-box;-webkit-line-clamp:var(--cell-text-maxRows);-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;resize:none;border-radius:0;transition:none!important;line-height:inherit}.cellBlock{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:center}.cellBlock .tipBlock{position:absolute;left:0;top:0;right:-1px;bottom:auto;min-height:100%;background-color:#fff;border:2px solid #aaa;display:flex;flex-direction:column;justify-content:flex-start;z-index:1;opacity:0;-webkit-user-select:none;user-select:none;pointer-events:none}.cellBlock .tipBlock .closeIcon{position:absolute;right:-4px;border-radius:50%;font-size:12px;display:flex;justify-content:center;align-items:center;padding:4px;color:#fefefe;background-color:#666;cursor:pointer}.cellBlock .tipBlock .closeIcon.top{top:-10px}.cellBlock .tipBlock .closeIcon.bottom{bottom:-10px}.cellBlock .tipBlock .tipText{width:100%;border-radius:0;padding:0;line-height:inherit}.cellBlock .toBottom{top:0;bottom:auto}.cellBlock .toTop{top:auto;bottom:0}.cellBlock .show{opacity:1;-webkit-user-select:text;user-select:text;pointer-events:auto}
@@ -1,9 +1,10 @@
1
- import { ComponentType } from 'react';
1
+ import { ComponentType, CSSProperties } from 'react';
2
2
  export interface Props {
3
3
  [name: string]: any;
4
4
  children?: any;
5
5
  placeholder?: string | string[];
6
6
  hideFluent?: boolean;
7
+ fluentStyle?: CSSProperties | undefined;
7
8
  }
8
9
  declare function withFluent<P>(Component: ComponentType<P>): (props: P & Props) => any;
9
10
  export default withFluent;
@@ -1,67 +1,61 @@
1
- import { j as e } from "../node_modules/.store/react@18.3.1/node_modules/react/jsx-runtime.mjs";
2
- import { useMemo as u } from "react";
3
- import { theme as x } from "antd";
4
- import { css as c } from "../node_modules/.store/@emotion_css@11.11.2/node_modules/@emotion/css/dist/emotion-css.esm.mjs";
5
- import h from "../node_modules/.store/@ant-design_icons@5.3.7/node_modules/@ant-design/icons/es/icons/SwapRightOutlined.mjs";
1
+ import { j as r } from "../node_modules/.store/react@18.3.1/node_modules/react/jsx-runtime.mjs";
2
+ import { useMemo as c } from "react";
3
+ import { theme as g } from "antd";
4
+ import { css as f } from "../node_modules/.store/@emotion_css@11.11.2/node_modules/@emotion/css/dist/emotion-css.esm.mjs";
5
+ import b from "../node_modules/.store/@ant-design_icons@5.3.7/node_modules/@ant-design/icons/es/icons/SwapRightOutlined.mjs";
6
6
  import "../node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/lodash.default.mjs";
7
7
  import p from "../node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/wrapperLodash.mjs";
8
- const f = (o) => p.isBoolean(o) ? !0 : p.isArray(o) ? !!(o != null && o.length) : !!o;
9
- function B(o) {
8
+ const u = (t) => p.isBoolean(t) ? !0 : p.isArray(t) ? !!(t != null && t.length) : !!t;
9
+ function M(t) {
10
10
  return (m) => {
11
- const { token: r } = x.useToken(), { children: s, placeholder: t, hideFluent: d, ...i } = m, { value: n, defaultValue: l } = i, a = u(
12
- () => f(n) || f(l),
13
- [n, l]
14
- );
15
- return d ? s : /* @__PURE__ */ e.jsxs(
16
- "div",
17
- {
18
- className: c`
19
- position: relative;
20
- width: 100%;
21
- &:focus-within {
22
- label {
23
- top: 0;
24
- background-color: ${r.colorBgBase};
25
- font-size: ${r.fontSizeSM}px;
26
- color: ${r.colorTextPlaceholder};
27
- }
28
- }
29
- `,
30
- children: [
31
- /* @__PURE__ */ e.jsx(o, { allowClear: !0, ...i, children: s }),
32
- /* @__PURE__ */ e.jsx(
33
- "label",
34
- {
35
- className: c`
36
- position: absolute;
37
- top: ${a ? 0 : "50%"};
38
- left: 7px;
39
- z-index: 10;
40
- white-space: nowrap;
41
- overflow: hidden;
42
- text-overflow: ellipsis;
43
- transform: translateY(-50%);
44
- pointer-events: none;
45
- transition: all 0.1s 0.3s ease-out;
46
- font-size: ${a ? r.fontSizeSM : r.fontSize}px;
47
- background-color: ${r.colorBgBase};
48
- color: ${r.colorTextPlaceholder};
49
- padding: 0 2px;
50
- border-radius: 2px;
51
- max-width: 190px;
52
- `,
53
- children: typeof t == "string" ? t : /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
54
- t == null ? void 0 : t[0],
55
- /* @__PURE__ */ e.jsx(h, {}),
56
- t == null ? void 0 : t[1]
57
- ] })
58
- }
59
- )
60
- ]
11
+ const { token: e } = g.useToken(), {
12
+ children: n,
13
+ placeholder: o,
14
+ hideFluent: d,
15
+ fluentStyle: x,
16
+ ...s
17
+ } = m, { value: i, defaultValue: l } = s, a = c(
18
+ () => u(i) || u(l),
19
+ [i, l]
20
+ ), h = f`
21
+ position: absolute;
22
+ top: ${a ? 0 : "50%"};
23
+ left: 7px;
24
+ z-index: 10;
25
+ white-space: nowrap;
26
+ overflow: hidden;
27
+ text-overflow: ellipsis;
28
+ transform: translateY(-50%);
29
+ pointer-events: none;
30
+ transition: all 0.1s 0.3s ease-out;
31
+ font-size: ${a ? e.fontSizeSM : e.fontSize}px;
32
+ background-color: ${e.colorBgBase};
33
+ color: ${e.colorTextPlaceholder};
34
+ padding: 0 2px;
35
+ border-radius: 2px;
36
+ max-width: 190px;
37
+ `, w = f`
38
+ position: relative;
39
+ width: 100%;
40
+ &:focus-within {
41
+ label {
42
+ top: 0;
43
+ background-color: ${e.colorBgBase};
44
+ font-size: ${e.fontSizeSM}px;
45
+ color: ${e.colorTextPlaceholder};
46
+ }
61
47
  }
62
- );
48
+ `, S = c(() => typeof o == "string" ? o : [
49
+ o == null ? void 0 : o[0],
50
+ /* @__PURE__ */ r.jsx(b, {}, "icon"),
51
+ o == null ? void 0 : o[1]
52
+ ], [o]);
53
+ return d ? n : /* @__PURE__ */ r.jsxs("div", { style: x, className: w, children: [
54
+ /* @__PURE__ */ r.jsx(t, { allowClear: !0, ...s, children: n }),
55
+ /* @__PURE__ */ r.jsx("label", { className: h, children: S })
56
+ ] });
63
57
  };
64
58
  }
65
59
  export {
66
- B as default
60
+ M as default
67
61
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bitz-react-admin-ui",
3
- "version": "2.7.0",
3
+ "version": "2.7.2",
4
4
  "type": "module",
5
5
  "main": "./dist/index.mjs",
6
6
  "module": "./dist/index.mjs",