@pisell/materials 3.0.12 → 3.0.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/lowcode/assets-daily.json +11 -11
- package/build/lowcode/assets-dev.json +2 -2
- package/build/lowcode/assets-prod.json +11 -11
- package/build/lowcode/index.js +1 -1
- package/build/lowcode/meta.js +2 -2
- package/build/lowcode/preview.js +142 -142
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +20 -20
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +20 -20
- package/es/components/page/index.js +1 -0
- package/es/index.d.ts +0 -3
- package/es/index.js +0 -3
- package/es/locales/en-US.d.ts +0 -2
- package/es/locales/en-US.js +1 -3
- package/es/locales/zh-CN.d.ts +0 -2
- package/es/locales/zh-CN.js +1 -3
- package/es/locales/zh-TW.d.ts +0 -2
- package/es/locales/zh-TW.js +1 -3
- package/lib/components/page/index.js +1 -0
- package/lib/index.d.ts +0 -3
- package/lib/index.js +0 -9
- package/lib/locales/en-US.d.ts +0 -2
- package/lib/locales/en-US.js +1 -3
- package/lib/locales/zh-CN.d.ts +0 -2
- package/lib/locales/zh-CN.js +1 -3
- package/lib/locales/zh-TW.d.ts +0 -2
- package/lib/locales/zh-TW.js +1 -3
- package/package.json +2 -2
- package/dist/umd/materials.min.css +0 -1
- package/dist/umd/materials.min.js +0 -1
- package/dist/umd/static/DotsSix.57d66266.svg +0 -1
- package/dist/umd/static/arrow-left.e542294f.svg +0 -1
- package/dist/umd/static/arrow-right.763f03e0.svg +0 -1
- package/dist/umd/static/filter-lines.04a54ae9.svg +0 -1
- package/dist/umd/static/help-circle.31c9be40.svg +0 -1
- package/dist/umd/static/switch-vertical-01.7ebe3ba8.svg +0 -1
- package/es/components/select-time/RightPanel/index.d.ts +0 -9
- package/es/components/select-time/RightPanel/index.js +0 -45
- package/es/components/select-time/RightPanel/index.less +0 -22
- package/es/components/select-time/index.d.ts +0 -14
- package/es/components/select-time/index.js +0 -115
- package/es/components/select-time/index.less +0 -16
- package/es/components/select-time/utils.d.ts +0 -9
- package/es/components/select-time/utils.js +0 -42
- package/es/components/virtual-keyboard/Keyboard/index.d.ts +0 -18
- package/es/components/virtual-keyboard/Keyboard/index.js +0 -51
- package/es/components/virtual-keyboard/Keyboard/index.less +0 -32
- package/es/components/virtual-keyboard/Time/index.d.ts +0 -13
- package/es/components/virtual-keyboard/Time/index.js +0 -124
- package/es/components/virtual-keyboard/Time/index.less +0 -0
- package/es/components/virtual-keyboard/Time/utils.d.ts +0 -10
- package/es/components/virtual-keyboard/Time/utils.js +0 -153
- package/es/components/virtual-keyboard/VirtualKeyInput/index.d.ts +0 -9
- package/es/components/virtual-keyboard/VirtualKeyInput/index.js +0 -76
- package/es/components/virtual-keyboard/VirtualKeyInput/index.less +0 -52
- package/es/components/virtual-keyboard/index.d.ts +0 -14
- package/es/components/virtual-keyboard/index.js +0 -85
- package/es/components/virtual-keyboard/index.less +0 -17
- package/lib/components/select-time/RightPanel/index.d.ts +0 -9
- package/lib/components/select-time/RightPanel/index.js +0 -78
- package/lib/components/select-time/RightPanel/index.less +0 -22
- package/lib/components/select-time/index.d.ts +0 -14
- package/lib/components/select-time/index.js +0 -145
- package/lib/components/select-time/index.less +0 -16
- package/lib/components/select-time/utils.d.ts +0 -9
- package/lib/components/select-time/utils.js +0 -71
- package/lib/components/virtual-keyboard/Keyboard/index.d.ts +0 -18
- package/lib/components/virtual-keyboard/Keyboard/index.js +0 -81
- package/lib/components/virtual-keyboard/Keyboard/index.less +0 -32
- package/lib/components/virtual-keyboard/Time/index.d.ts +0 -13
- package/lib/components/virtual-keyboard/Time/index.js +0 -166
- package/lib/components/virtual-keyboard/Time/index.less +0 -0
- package/lib/components/virtual-keyboard/Time/utils.d.ts +0 -10
- package/lib/components/virtual-keyboard/Time/utils.js +0 -162
- package/lib/components/virtual-keyboard/VirtualKeyInput/index.d.ts +0 -9
- package/lib/components/virtual-keyboard/VirtualKeyInput/index.js +0 -90
- package/lib/components/virtual-keyboard/VirtualKeyInput/index.less +0 -52
- package/lib/components/virtual-keyboard/index.d.ts +0 -14
- package/lib/components/virtual-keyboard/index.js +0 -131
- package/lib/components/virtual-keyboard/index.less +0 -17
|
@@ -198,6 +198,7 @@ var Page = function Page(props) {
|
|
|
198
198
|
style = props.style,
|
|
199
199
|
locale = props.locale,
|
|
200
200
|
others = _objectWithoutProperties(props, _excluded);
|
|
201
|
+
console.log(locale, 'locale', props);
|
|
201
202
|
return /*#__PURE__*/React.createElement(ConfigProvider, _extends({}, others, {
|
|
202
203
|
locale: localMap[locale],
|
|
203
204
|
prefixCls: props.prefixCls || "pisell-lowcode",
|
package/es/index.d.ts
CHANGED
|
@@ -73,7 +73,4 @@ export { default as Sort } from "./components/sort";
|
|
|
73
73
|
export { default as InputNumberRange } from "./components/input-number-range";
|
|
74
74
|
export { default as LowCodePage } from "./components/lowCodePage";
|
|
75
75
|
export { default as Segmented } from "./components/segmented";
|
|
76
|
-
export { default as VirtualKeyboard } from "./components/virtual-keyboard";
|
|
77
|
-
export { default as VirtualKeyboardTime } from "./components/virtual-keyboard/Time";
|
|
78
|
-
export { default as SelectTime } from "./components/select-time";
|
|
79
76
|
export { default as AutoCompleteNumber } from "./components/auto-complete-number";
|
package/es/index.js
CHANGED
|
@@ -93,7 +93,4 @@ export { default as Sort } from "./components/sort";
|
|
|
93
93
|
export { default as InputNumberRange } from "./components/input-number-range";
|
|
94
94
|
export { default as LowCodePage } from "./components/lowCodePage";
|
|
95
95
|
export { default as Segmented } from "./components/segmented";
|
|
96
|
-
export { default as VirtualKeyboard } from "./components/virtual-keyboard";
|
|
97
|
-
export { default as VirtualKeyboardTime } from "./components/virtual-keyboard/Time";
|
|
98
|
-
export { default as SelectTime } from "./components/select-time";
|
|
99
96
|
export { default as AutoCompleteNumber } from "./components/auto-complete-number";
|
package/es/locales/en-US.d.ts
CHANGED
|
@@ -35,7 +35,5 @@ declare const _default: {
|
|
|
35
35
|
"table-action-range-picker-presets-last-14-day": string;
|
|
36
36
|
"table-action-range-picker-presets-last-30-day": string;
|
|
37
37
|
"table-action-range-picker-presets-last-90-day": string;
|
|
38
|
-
"virtual-keyboard-time-now": string;
|
|
39
|
-
"virtual-keyboard-time-ok": string;
|
|
40
38
|
};
|
|
41
39
|
export default _default;
|
package/es/locales/en-US.js
CHANGED
|
@@ -40,7 +40,5 @@ export default {
|
|
|
40
40
|
"table-action-range-picker-presets-last-7-day": "Last 7 Days",
|
|
41
41
|
"table-action-range-picker-presets-last-14-day": "Last 14 Days",
|
|
42
42
|
"table-action-range-picker-presets-last-30-day": "Last 30 Days",
|
|
43
|
-
"table-action-range-picker-presets-last-90-day": "Last 90 Days"
|
|
44
|
-
"virtual-keyboard-time-now": "Now",
|
|
45
|
-
"virtual-keyboard-time-ok": "OK"
|
|
43
|
+
"table-action-range-picker-presets-last-90-day": "Last 90 Days"
|
|
46
44
|
};
|
package/es/locales/zh-CN.d.ts
CHANGED
|
@@ -35,7 +35,5 @@ declare const _default: {
|
|
|
35
35
|
"table-action-range-picker-presets-last-14-day": string;
|
|
36
36
|
"table-action-range-picker-presets-last-30-day": string;
|
|
37
37
|
"table-action-range-picker-presets-last-90-day": string;
|
|
38
|
-
"virtual-keyboard-time-now": string;
|
|
39
|
-
"virtual-keyboard-time-ok": string;
|
|
40
38
|
};
|
|
41
39
|
export default _default;
|
package/es/locales/zh-CN.js
CHANGED
|
@@ -40,7 +40,5 @@ export default {
|
|
|
40
40
|
"table-action-range-picker-presets-last-7-day": "过去7天",
|
|
41
41
|
"table-action-range-picker-presets-last-14-day": "过去14天",
|
|
42
42
|
"table-action-range-picker-presets-last-30-day": "过去30天",
|
|
43
|
-
"table-action-range-picker-presets-last-90-day": "过去90天"
|
|
44
|
-
"virtual-keyboard-time-now": "此刻",
|
|
45
|
-
"virtual-keyboard-time-ok": "确定"
|
|
43
|
+
"table-action-range-picker-presets-last-90-day": "过去90天"
|
|
46
44
|
};
|
package/es/locales/zh-TW.d.ts
CHANGED
|
@@ -35,7 +35,5 @@ declare const _default: {
|
|
|
35
35
|
"table-action-range-picker-presets-last-14-day": string;
|
|
36
36
|
"table-action-range-picker-presets-last-30-day": string;
|
|
37
37
|
"table-action-range-picker-presets-last-90-day": string;
|
|
38
|
-
"virtual-keyboard-time-now": string;
|
|
39
|
-
"virtual-keyboard-time-ok": string;
|
|
40
38
|
};
|
|
41
39
|
export default _default;
|
package/es/locales/zh-TW.js
CHANGED
|
@@ -40,7 +40,5 @@ export default {
|
|
|
40
40
|
"table-action-range-picker-presets-last-7-day": "過去7天",
|
|
41
41
|
"table-action-range-picker-presets-last-14-day": "過去14天",
|
|
42
42
|
"table-action-range-picker-presets-last-30-day": "過去30天",
|
|
43
|
-
"table-action-range-picker-presets-last-90-day": "過去90天"
|
|
44
|
-
"virtual-keyboard-time-now": "此刻",
|
|
45
|
-
"virtual-keyboard-time-ok": "確定"
|
|
43
|
+
"table-action-range-picker-presets-last-90-day": "過去90天"
|
|
46
44
|
};
|
|
@@ -221,6 +221,7 @@ var localeDateMap = {
|
|
|
221
221
|
var Page = (props) => {
|
|
222
222
|
var _a2;
|
|
223
223
|
const { children, style, locale, ...others } = props;
|
|
224
|
+
console.log(locale, "locale", props);
|
|
224
225
|
return /* @__PURE__ */ import_react.default.createElement(
|
|
225
226
|
import_config_provider.default,
|
|
226
227
|
{
|
package/lib/index.d.ts
CHANGED
|
@@ -73,7 +73,4 @@ export { default as Sort } from "./components/sort";
|
|
|
73
73
|
export { default as InputNumberRange } from "./components/input-number-range";
|
|
74
74
|
export { default as LowCodePage } from "./components/lowCodePage";
|
|
75
75
|
export { default as Segmented } from "./components/segmented";
|
|
76
|
-
export { default as VirtualKeyboard } from "./components/virtual-keyboard";
|
|
77
|
-
export { default as VirtualKeyboardTime } from "./components/virtual-keyboard/Time";
|
|
78
|
-
export { default as SelectTime } from "./components/select-time";
|
|
79
76
|
export { default as AutoCompleteNumber } from "./components/auto-complete-number";
|
package/lib/index.js
CHANGED
|
@@ -81,7 +81,6 @@ __export(src_exports, {
|
|
|
81
81
|
Row: () => import_antd28.Row,
|
|
82
82
|
Segmented: () => import_segmented.default,
|
|
83
83
|
Select: () => import_select.default,
|
|
84
|
-
SelectTime: () => import_select_time.default,
|
|
85
84
|
Skeleton: () => import_skeleton.default,
|
|
86
85
|
Slider: () => import_slider.default,
|
|
87
86
|
Sort: () => import_sort.default,
|
|
@@ -103,8 +102,6 @@ __export(src_exports, {
|
|
|
103
102
|
TreeSelect: () => import_tree_select.default,
|
|
104
103
|
Typography: () => import_typography.default,
|
|
105
104
|
Upload: () => import_upload.default,
|
|
106
|
-
VirtualKeyboard: () => import_virtual_keyboard.default,
|
|
107
|
-
VirtualKeyboardTime: () => import_Time.default,
|
|
108
105
|
message: () => import_antd17.message,
|
|
109
106
|
notification: () => import_antd21.notification,
|
|
110
107
|
version: () => import_antd38.version
|
|
@@ -185,9 +182,6 @@ var import_sort = __toESM(require("./components/sort"));
|
|
|
185
182
|
var import_input_number_range = __toESM(require("./components/input-number-range"));
|
|
186
183
|
var import_lowCodePage = __toESM(require("./components/lowCodePage"));
|
|
187
184
|
var import_segmented = __toESM(require("./components/segmented"));
|
|
188
|
-
var import_virtual_keyboard = __toESM(require("./components/virtual-keyboard"));
|
|
189
|
-
var import_Time = __toESM(require("./components/virtual-keyboard/Time"));
|
|
190
|
-
var import_select_time = __toESM(require("./components/select-time"));
|
|
191
185
|
var import_auto_complete_number = __toESM(require("./components/auto-complete-number"));
|
|
192
186
|
// Annotate the CommonJS export names for ESM import in node:
|
|
193
187
|
0 && (module.exports = {
|
|
@@ -243,7 +237,6 @@ var import_auto_complete_number = __toESM(require("./components/auto-complete-nu
|
|
|
243
237
|
Row,
|
|
244
238
|
Segmented,
|
|
245
239
|
Select,
|
|
246
|
-
SelectTime,
|
|
247
240
|
Skeleton,
|
|
248
241
|
Slider,
|
|
249
242
|
Sort,
|
|
@@ -265,8 +258,6 @@ var import_auto_complete_number = __toESM(require("./components/auto-complete-nu
|
|
|
265
258
|
TreeSelect,
|
|
266
259
|
Typography,
|
|
267
260
|
Upload,
|
|
268
|
-
VirtualKeyboard,
|
|
269
|
-
VirtualKeyboardTime,
|
|
270
261
|
message,
|
|
271
262
|
notification,
|
|
272
263
|
version
|
package/lib/locales/en-US.d.ts
CHANGED
|
@@ -35,7 +35,5 @@ declare const _default: {
|
|
|
35
35
|
"table-action-range-picker-presets-last-14-day": string;
|
|
36
36
|
"table-action-range-picker-presets-last-30-day": string;
|
|
37
37
|
"table-action-range-picker-presets-last-90-day": string;
|
|
38
|
-
"virtual-keyboard-time-now": string;
|
|
39
|
-
"virtual-keyboard-time-ok": string;
|
|
40
38
|
};
|
|
41
39
|
export default _default;
|
package/lib/locales/en-US.js
CHANGED
|
@@ -58,7 +58,5 @@ var en_US_default = {
|
|
|
58
58
|
"table-action-range-picker-presets-last-7-day": "Last 7 Days",
|
|
59
59
|
"table-action-range-picker-presets-last-14-day": "Last 14 Days",
|
|
60
60
|
"table-action-range-picker-presets-last-30-day": "Last 30 Days",
|
|
61
|
-
"table-action-range-picker-presets-last-90-day": "Last 90 Days"
|
|
62
|
-
"virtual-keyboard-time-now": "Now",
|
|
63
|
-
"virtual-keyboard-time-ok": "OK"
|
|
61
|
+
"table-action-range-picker-presets-last-90-day": "Last 90 Days"
|
|
64
62
|
};
|
package/lib/locales/zh-CN.d.ts
CHANGED
|
@@ -35,7 +35,5 @@ declare const _default: {
|
|
|
35
35
|
"table-action-range-picker-presets-last-14-day": string;
|
|
36
36
|
"table-action-range-picker-presets-last-30-day": string;
|
|
37
37
|
"table-action-range-picker-presets-last-90-day": string;
|
|
38
|
-
"virtual-keyboard-time-now": string;
|
|
39
|
-
"virtual-keyboard-time-ok": string;
|
|
40
38
|
};
|
|
41
39
|
export default _default;
|
package/lib/locales/zh-CN.js
CHANGED
|
@@ -58,7 +58,5 @@ var zh_CN_default = {
|
|
|
58
58
|
"table-action-range-picker-presets-last-7-day": "过去7天",
|
|
59
59
|
"table-action-range-picker-presets-last-14-day": "过去14天",
|
|
60
60
|
"table-action-range-picker-presets-last-30-day": "过去30天",
|
|
61
|
-
"table-action-range-picker-presets-last-90-day": "过去90天"
|
|
62
|
-
"virtual-keyboard-time-now": "此刻",
|
|
63
|
-
"virtual-keyboard-time-ok": "确定"
|
|
61
|
+
"table-action-range-picker-presets-last-90-day": "过去90天"
|
|
64
62
|
};
|
package/lib/locales/zh-TW.d.ts
CHANGED
|
@@ -35,7 +35,5 @@ declare const _default: {
|
|
|
35
35
|
"table-action-range-picker-presets-last-14-day": string;
|
|
36
36
|
"table-action-range-picker-presets-last-30-day": string;
|
|
37
37
|
"table-action-range-picker-presets-last-90-day": string;
|
|
38
|
-
"virtual-keyboard-time-now": string;
|
|
39
|
-
"virtual-keyboard-time-ok": string;
|
|
40
38
|
};
|
|
41
39
|
export default _default;
|
package/lib/locales/zh-TW.js
CHANGED
|
@@ -58,7 +58,5 @@ var zh_TW_default = {
|
|
|
58
58
|
"table-action-range-picker-presets-last-7-day": "過去7天",
|
|
59
59
|
"table-action-range-picker-presets-last-14-day": "過去14天",
|
|
60
60
|
"table-action-range-picker-presets-last-30-day": "過去30天",
|
|
61
|
-
"table-action-range-picker-presets-last-90-day": "過去90天"
|
|
62
|
-
"virtual-keyboard-time-now": "此刻",
|
|
63
|
-
"virtual-keyboard-time-ok": "確定"
|
|
61
|
+
"table-action-range-picker-presets-last-90-day": "過去90天"
|
|
64
62
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pisell/materials",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.13",
|
|
4
4
|
"main": "./lib/index.js",
|
|
5
5
|
"module": "./es/index.js",
|
|
6
6
|
"types": "./lib/index.d.ts",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"crypto-js": "^4.2.0",
|
|
64
64
|
"@pisell/utils": "1.0.24",
|
|
65
65
|
"@pisell/icon": "0.0.8",
|
|
66
|
-
"@pisell/date-picker": "1.0.
|
|
66
|
+
"@pisell/date-picker": "1.0.73"
|
|
67
67
|
},
|
|
68
68
|
"peerDependencies": {
|
|
69
69
|
"react": "^18.0.0",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.materials-grid{display:flex;flex-direction:column;height:100%;width:100%}.materials-grid-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.materials-grid-header .right-wrap{align-items:center;display:flex;gap:8px}.materials-grid-actions{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.materials-grid-actions .left-wrap{align-items:center;display:flex;flex:1 1}.materials-grid-actions .left-wrap .pisell-lowcode-form-item{margin-bottom:0}.materials-grid-actions .right-wrap{align-items:center;display:flex;gap:8px}.materials-grid-actions .right-wrap .icon{cursor:pointer;transition:.2s}.materials-grid-actions .right-wrap .icon:hover{color:var(--theme-color)}.materials-grid-actions .right-wrap .button{align-items:center;display:flex;font-size:12px;height:28px;justify-content:center}.filter-dropdown-wrap{display:flex;flex-direction:column;max-height:400px;max-width:calc(100vw - 24px);min-width:250px;padding:4px;width:400px}.filter-dropdown-wrap .filter-dropdown-wrap-content{flex:1 1;overflow:auto}.filter-dropdown-wrap .filter-dropdown-drag-item{align-items:center;background:#f9fafb;background:var(--gray-50,#f9fafb);border-radius:8px;display:flex;margin-bottom:12px;padding:8px 12px 12px}.filter-dropdown-wrap .filter-dropdown-drag-item .dots-six-icon{color:#98a2b3;cursor:pointer;font-size:24px}.filter-dropdown-wrap .filter-dropdown-drag-item .pisell-lowcode-form-item{margin-bottom:0}.filter-dropdown-wrap .filter-dropdown-drag-item .filter-dropdown-drag-item-right{flex:1 1;margin-left:16px}.filter-dropdown-wrap .filter-dropdown-drag-item .filter-dropdown-drag-item-right .filter-dropdown-drag-item-title{color:#777;color:var(--text-text-2,#777);font-size:14px;font-style:normal;font-weight:600;line-height:20px}.filter-dropdown-container-wrap{border-bottom:1px solid #e2e2e2;border-bottom:1px solid var(--surface-surface-4,#e2e2e2);margin-bottom:20px;min-height:70px}.filter-dropdown-container-wrap:last-child{border:none}.filter-dropdown-container-wrap .filter-dropdown-container-title-wrap{align-items:center;color:#919191;color:var(--text-text-3,#919191);display:flex;font-size:16px;font-style:normal;font-weight:600;line-height:22px;margin-bottom:12px}.filter-dropdown-container-wrap .filter-dropdown-container-title-wrap .filter-dropdown-container-title{color:#101828;color:var(--gray-900,#101828);font-size:16px;font-style:normal;font-weight:600;line-height:24px;margin-right:6px}.filter-dropdown-container-wrap .filter-dropdown-container-title-wrap .filter-dropdown-container-icon-help{color:#98a2b3;color:var(--gray-400,#98a2b3);font-size:20px}.filter-dropdown-container-wrap .filter-dropdown-container-filter-wrap{min-height:80px}.materials-sort-list-empty{color:#5a5a5a;display:block;padding-top:22px;text-align:center}.materials-grid-summary{margin-bottom:16px}.grid-view-table-wrap{position:relative}.materials-grid-paginator{align-items:center;background-color:#fff;border:1px solid #f0f0f0;border-radius:0 0 8px 8px;border-top:none;display:flex;height:50px;justify-content:center;margin:0!important;padding:0 20px;width:100%}.materials-grid-paginator .pisell-lowcode-pagination-total-text{color:#667085;color:var(--gray-500,#667085);font-size:14px;font-style:normal;font-weight:500;margin-right:auto}.materials-grid-paginator .pisell-lowcode-pagination-item{border:1px solid #d0d5dd;border-radius:0;border-right:0;margin:0;position:relative}.materials-grid-paginator .pisell-lowcode-pagination-jump-next,.materials-grid-paginator .pisell-lowcode-pagination-jump-prev{border:1px solid #d0d5dd;border-radius:0;border-right:none;margin:0}.materials-grid-paginator .pisell-lowcode-pagination-item-link:hover{color:rgba(0,0,0,.88)!important;font-weight:450!important}.materials-grid-paginator .pisell-lowcode-pagination-item-link:hover .pisell-lowcode-pagination-item-link-icon{color:rgba(0,0,0,.88)!important;font-weight:450!important}.materials-grid-paginator .pisell-lowcode-pagination-item-active:hover{border-color:#d0d5dd!important}.materials-grid-paginator .pisell-lowcode-pagination-item-active{background-color:rgba(0,0,0,.06)}.materials-grid-paginator .pisell-lowcode-pagination-item-active a{color:rgba(0,0,0,.88)!important;font-weight:450!important}.materials-grid-paginator .pisell-lowcode-pagination-prev{align-items:center;border:1px solid #d0d5dd;border-radius:8px 0 0 8px;border-right:none;display:flex;justify-content:center;margin:0;min-width:auto}.materials-grid-paginator .pisell-lowcode-pagination-next{align-items:center;border:1px solid #d0d5dd;border-radius:0 8px 8px 0;display:flex;justify-content:center;margin:0;min-width:auto}.paginator-page-btn{align-items:center;border-radius:4px 4px 4px 4px;color:#344054;color:var(--gray-700,#344054);cursor:pointer;display:flex;font-size:12px;font-weight:400;justify-content:center;padding:10px 16px;transition:.2s;-ms-user-select:none;user-select:none}.paginator-page-btn .paginator-page-btn-text{font-weight:600}.paginator-page-btn .paginator-page-btn-left-icon,.paginator-page-btn .paginator-page-btn-right-icon{font-size:20px}.paginator-page-btn .paginator-page-btn-left-icon{margin-right:8px}.paginator-page-btn .paginator-page-btn-right-icon{margin-left:8px}.paginator-page-btn.left{margin-right:auto}.paginator-page-btn.left .icon{font-size:18px;margin-right:8px}.paginator-page-btn.right{margin-left:auto}.paginator-page-btn.right .icon{font-size:18px;margin-left:8px;transform:rotate(180deg)}.materials-grid-paginator-mini{align-items:center;background-color:#fff;border:1px solid #f0f0f0;border-radius:0 0 8px 8px;border-top:none;display:flex;height:50px;justify-content:space-between;margin:0!important;overflow:hidden;padding:0 20px;width:100%}.materials-grid-paginator-mini .paginator-page-btn{padding:8px}.materials-grid-paginator-mini .materials-grid-paginator-center{align-items:center;display:flex;gap:4px;justify-content:center}.materials-grid-paginator-mini .materials-grid-paginator-center .materials-grid-paginator-center-text{color:#344054;color:var(--gray-700,#344054);font-size:14px;font-style:normal;font-weight:400}.materials-grid-paginator-mini .materials-grid-paginator-center .materials-grid-paginator-center-value{color:#344054;color:var(--gray-700,#344054);font-size:14px;font-style:normal;font-weight:500}.materials-grid-paginator-mini .pisell-lowcode-pagination-next,.materials-grid-paginator-mini .pisell-lowcode-pagination-prev{border:1px solid #d0d5dd;border-radius:8px;margin:0}.materials-grid-paginator-mini .pisell-lowcode-pagination-next .paginator-page-btn-left-icon,.materials-grid-paginator-mini .pisell-lowcode-pagination-prev .paginator-page-btn-left-icon{margin-right:0}.materials-grid-paginator-mini .pisell-lowcode-pagination-next .paginator-page-btn-right-icon,.materials-grid-paginator-mini .pisell-lowcode-pagination-prev .paginator-page-btn-right-icon{margin-left:0}.react-resizable{position:relative}.react-resizable-handle{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgd2lkdGg9IjYiIGhlaWdodD0iNiI+PHBhdGggZD0iTTYgNkgwVjQuMmg0LjJWMEg2djZaIiBvcGFjaXR5PSIuMzAyIi8+PC9zdmc+);background-origin:content-box;background-position:100% 100%;background-repeat:no-repeat;box-sizing:border-box;height:20px;padding:0 3px 3px 0;position:absolute;width:20px}.react-resizable-handle-sw{bottom:0;cursor:sw-resize;left:0;transform:rotate(90deg)}.react-resizable-handle-se{bottom:0;cursor:se-resize;right:0}.react-resizable-handle-nw{cursor:nw-resize;left:0;top:0;transform:rotate(180deg)}.react-resizable-handle-ne{cursor:ne-resize;right:0;top:0;transform:rotate(270deg)}.react-resizable-handle-e,.react-resizable-handle-w{cursor:ew-resize;margin-top:-10px;top:50%}.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-resizable-handle-n,.react-resizable-handle-s{cursor:ns-resize;left:50%;margin-left:-10px}.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}.materials-grid-table-header-cell{align-items:center;display:flex;height:44px;padding:0 14px}.materials-grid-table-header-cell .field-icon{color:#777;font-size:18px}.materials-grid-table-header-cell .materials-grid-table-header-cell-content{color:#1b1b1b;flex:auto;font-size:14px;font-weight:600;overflow:hidden;padding-right:10px;text-overflow:ellipsis;white-space:nowrap;word-break:break-all}.materials-grid-table-header-cell .actions{align-items:center;display:flex;gap:8px}.materials-grid-table-header-cell .actions .action{color:#ababab;cursor:pointer;font-size:14px}.editable-cell-value-wrap{height:100%;width:100%}.materials-grid-table-cell{height:1px;padding:0!important}.cell-provider{align-items:center;border-radius:4px;cursor:pointer;display:flex;height:100%;justify-content:center;padding:12px;position:relative;width:100%}.cell-provider.focus{box-shadow:var(--theme-color) 0 0 0 1px!important}
|