@pisell/materials 2.2.9 → 2.2.11
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 +8 -8
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +19 -19
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +19 -19
- package/es/components/Pagination/index.d.ts +1 -1
- package/es/components/date-picker/index.js +2 -1
- package/es/components/drag-sort-tree/TreeItem/index.d.ts +4 -1
- package/es/components/drag-sort-tree/TreeItem/index.js +45 -31
- package/es/components/drag-sort-tree/TreeItem/index.less +44 -12
- package/es/components/drag-sort-tree/index.d.ts +1 -0
- package/es/components/drag-sort-tree/index.js +41 -18
- package/es/components/drag-sort-tree/index.less +4 -0
- package/es/components/drag-sort-tree/types.d.ts +5 -1
- package/es/components/table/Table/fields/index.d.ts +31 -0
- package/es/components/table/Table/fields/index.js +5 -2
- package/es/components/table/Table/fields/oldRangePicker/Config/index.d.ts +3 -0
- package/es/components/table/Table/fields/oldRangePicker/Config/index.js +5 -0
- package/es/components/table/Table/fields/oldRangePicker/Edit/index.d.ts +4 -0
- package/es/components/table/Table/fields/oldRangePicker/Edit/index.js +106 -0
- package/es/components/table/Table/fields/oldRangePicker/Show/index.d.ts +4 -0
- package/es/components/table/Table/fields/oldRangePicker/Show/index.js +17 -0
- package/es/components/table/Table/fields/oldRangePicker/Sort/index.d.ts +3 -0
- package/es/components/table/Table/fields/oldRangePicker/Sort/index.js +5 -0
- package/es/components/table/Table/fields/oldRangePicker/filterUtil/index.d.ts +13 -0
- package/es/components/table/Table/fields/oldRangePicker/filterUtil/index.js +50 -0
- package/es/components/table/Table/fields/oldRangePicker/index.d.ts +16 -0
- package/es/components/table/Table/fields/oldRangePicker/index.js +19 -0
- package/es/locales/en-US.d.ts +1 -0
- package/es/locales/en-US.js +2 -1
- package/es/locales/zh-CN.d.ts +1 -0
- package/es/locales/zh-CN.js +2 -1
- package/es/locales/zh-TW.d.ts +1 -0
- package/es/locales/zh-TW.js +2 -1
- package/lib/components/Pagination/index.d.ts +1 -1
- package/lib/components/date-picker/index.js +1 -0
- package/lib/components/drag-sort-tree/TreeItem/index.d.ts +4 -1
- package/lib/components/drag-sort-tree/TreeItem/index.js +86 -29
- package/lib/components/drag-sort-tree/TreeItem/index.less +44 -12
- package/lib/components/drag-sort-tree/index.d.ts +1 -0
- package/lib/components/drag-sort-tree/index.js +29 -13
- package/lib/components/drag-sort-tree/index.less +4 -0
- package/lib/components/drag-sort-tree/types.d.ts +5 -1
- package/lib/components/table/Table/fields/index.d.ts +31 -0
- package/lib/components/table/Table/fields/index.js +5 -2
- package/lib/components/table/Table/fields/oldRangePicker/Config/index.d.ts +3 -0
- package/lib/components/table/Table/fields/oldRangePicker/Config/index.js +39 -0
- package/lib/components/table/Table/fields/oldRangePicker/Edit/index.d.ts +4 -0
- package/lib/components/table/Table/fields/oldRangePicker/Edit/index.js +131 -0
- package/lib/components/table/Table/fields/oldRangePicker/Show/index.d.ts +4 -0
- package/lib/components/table/Table/fields/oldRangePicker/Show/index.js +48 -0
- package/lib/components/table/Table/fields/oldRangePicker/Sort/index.d.ts +3 -0
- package/lib/components/table/Table/fields/oldRangePicker/Sort/index.js +39 -0
- package/lib/components/table/Table/fields/oldRangePicker/filterUtil/index.d.ts +13 -0
- package/lib/components/table/Table/fields/oldRangePicker/filterUtil/index.js +61 -0
- package/lib/components/table/Table/fields/oldRangePicker/index.d.ts +16 -0
- package/lib/components/table/Table/fields/oldRangePicker/index.js +53 -0
- package/lib/locales/en-US.d.ts +1 -0
- package/lib/locales/en-US.js +2 -1
- package/lib/locales/zh-CN.d.ts +1 -0
- package/lib/locales/zh-CN.js +2 -1
- package/lib/locales/zh-TW.d.ts +1 -0
- package/lib/locales/zh-TW.js +2 -1
- package/lowcode/date-picker.old-range-picker/__screenshots__/date-picker-range-picker-1.png +0 -0
- package/lowcode/date-picker.old-range-picker/__screenshots__/date-picker-range-picker-2.png +0 -0
- package/lowcode/date-picker.old-range-picker/__screenshots__/date-picker-range-picker-3.png +0 -0
- package/lowcode/date-picker.old-range-picker/__screenshots__/date-picker-range-picker-4.png +0 -0
- package/lowcode/date-picker.old-range-picker/meta.ts +305 -0
- package/lowcode/date-picker.old-range-picker/snippets.ts +11 -0
- package/lowcode/date-picker.range-picker/meta.ts +20 -0
- package/lowcode/drag-sort-tree/meta.ts +10 -1
- package/lowcode/table/meta.ts +4 -0
- package/package.json +3 -3
- 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
|
@@ -0,0 +1,305 @@
|
|
|
1
|
+
import snippets from "./snippets";
|
|
2
|
+
|
|
3
|
+
export default {
|
|
4
|
+
snippets,
|
|
5
|
+
componentName: "DatePicker.OldRangePicker",
|
|
6
|
+
title: "日期区间选择",
|
|
7
|
+
category: "表单",
|
|
8
|
+
docUrl: "",
|
|
9
|
+
screenshot: "",
|
|
10
|
+
devMode: "proCode",
|
|
11
|
+
npm: {
|
|
12
|
+
package: "@pisell/materials",
|
|
13
|
+
version: "1.0.1",
|
|
14
|
+
exportName: "DatePicker",
|
|
15
|
+
main: "src/index.tsx",
|
|
16
|
+
destructuring: true,
|
|
17
|
+
subName: "OldRangePicker",
|
|
18
|
+
},
|
|
19
|
+
configure: {
|
|
20
|
+
props: [
|
|
21
|
+
{
|
|
22
|
+
title: "值设置",
|
|
23
|
+
display: "block",
|
|
24
|
+
type: "group",
|
|
25
|
+
items: [
|
|
26
|
+
{
|
|
27
|
+
name: "defaultValue",
|
|
28
|
+
title: {
|
|
29
|
+
label: "默认值",
|
|
30
|
+
tip: "defaultValue | 默认值",
|
|
31
|
+
},
|
|
32
|
+
propType: "object",
|
|
33
|
+
setter: "JsonSetter",
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
name: "value",
|
|
37
|
+
title: {
|
|
38
|
+
label: "当前值",
|
|
39
|
+
tip: "value | 当前值",
|
|
40
|
+
},
|
|
41
|
+
propType: "object",
|
|
42
|
+
setter: "JsonSetter",
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
name: "defaultCalendarMonth",
|
|
46
|
+
title: {
|
|
47
|
+
label: "默认展示月份",
|
|
48
|
+
tip: "defaultCalendarMonth | 默认展示月份",
|
|
49
|
+
},
|
|
50
|
+
propType: "object",
|
|
51
|
+
setter: "JsonSetter",
|
|
52
|
+
},
|
|
53
|
+
],
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
title: "功能选项",
|
|
57
|
+
display: "block",
|
|
58
|
+
type: "group",
|
|
59
|
+
items: [
|
|
60
|
+
{
|
|
61
|
+
name: "format",
|
|
62
|
+
title: {
|
|
63
|
+
label: "日期格式",
|
|
64
|
+
tip: "format | 展示的日期格式,配置参考 day.js",
|
|
65
|
+
},
|
|
66
|
+
propType: "string",
|
|
67
|
+
setter: "StringSetter",
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
name: "placeholder",
|
|
71
|
+
title: {
|
|
72
|
+
label: "提示文字",
|
|
73
|
+
tip: "placeholder | 输入框提示文字",
|
|
74
|
+
},
|
|
75
|
+
propType: "string",
|
|
76
|
+
setter: "PisellI18nSetter",
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
name: "allowClear",
|
|
80
|
+
title: {
|
|
81
|
+
label: "支持清除",
|
|
82
|
+
tip: "allowClear | 是否允许清除",
|
|
83
|
+
},
|
|
84
|
+
propType: "bool",
|
|
85
|
+
defaultValue: true,
|
|
86
|
+
setter: "BoolSetter",
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
name: "inputReadOnly",
|
|
90
|
+
title: {
|
|
91
|
+
label: "设置输入框为只读",
|
|
92
|
+
tip: "inputReadOnly | 设置输入框为只读",
|
|
93
|
+
},
|
|
94
|
+
propType: "bool",
|
|
95
|
+
setter: "BoolSetter",
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
name: "bordered",
|
|
99
|
+
title: {
|
|
100
|
+
label: "显示边框",
|
|
101
|
+
tip: "bordered | 是否有边框",
|
|
102
|
+
},
|
|
103
|
+
propType: "bool",
|
|
104
|
+
defaultValue: true,
|
|
105
|
+
setter: "BoolSetter",
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
name: 'open',
|
|
109
|
+
title: {
|
|
110
|
+
label: '弹层是否展开',
|
|
111
|
+
tip: 'open | 控制弹层是否展开',
|
|
112
|
+
},
|
|
113
|
+
propType: 'bool',
|
|
114
|
+
setter: 'BoolSetter',
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
name: 'clearEndOnSelection',
|
|
118
|
+
title: {
|
|
119
|
+
label: '再次选择日期时是否清除结束时间',
|
|
120
|
+
tip: 'open | 再次选择日期时是否清除结束时间',
|
|
121
|
+
},
|
|
122
|
+
propType: 'bool',
|
|
123
|
+
setter: 'BoolSetter',
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
name: "showTime",
|
|
127
|
+
title: {
|
|
128
|
+
label: "时间选择",
|
|
129
|
+
tip: "showTime | 时间选择",
|
|
130
|
+
},
|
|
131
|
+
propType: "bool",
|
|
132
|
+
defaultValue: false,
|
|
133
|
+
setter: "BoolSetter",
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
name: "popupWidth",
|
|
137
|
+
title: {
|
|
138
|
+
label: "弹窗宽度",
|
|
139
|
+
tip: "popupWidth | 弹窗宽度",
|
|
140
|
+
},
|
|
141
|
+
propType: "number",
|
|
142
|
+
setter: "NumberSetter",
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
name: "suffixIcon",
|
|
146
|
+
title: {
|
|
147
|
+
label: {
|
|
148
|
+
type: "i18n",
|
|
149
|
+
"en-US": "suffixIcon",
|
|
150
|
+
"zh-CN": "后缀图标",
|
|
151
|
+
},
|
|
152
|
+
tip: "后缀图标 | suffixIcon",
|
|
153
|
+
},
|
|
154
|
+
propType: "node",
|
|
155
|
+
setter: {
|
|
156
|
+
componentName: "SlotSetter",
|
|
157
|
+
defaultValue: false,
|
|
158
|
+
initialValue: {
|
|
159
|
+
type: "JSSlot",
|
|
160
|
+
value: [
|
|
161
|
+
{
|
|
162
|
+
componentName: "Icon",
|
|
163
|
+
props: {
|
|
164
|
+
type: "SmileOutlined",
|
|
165
|
+
size: 20,
|
|
166
|
+
rotate: 0,
|
|
167
|
+
spin: false,
|
|
168
|
+
},
|
|
169
|
+
},
|
|
170
|
+
],
|
|
171
|
+
},
|
|
172
|
+
},
|
|
173
|
+
},
|
|
174
|
+
],
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
title: "高级",
|
|
178
|
+
display: "block",
|
|
179
|
+
type: "group",
|
|
180
|
+
items: [
|
|
181
|
+
{
|
|
182
|
+
name: "presets",
|
|
183
|
+
title: {
|
|
184
|
+
label: "预设范围",
|
|
185
|
+
tip: "ranges | 预设时间范围快捷选择",
|
|
186
|
+
},
|
|
187
|
+
propType: "object",
|
|
188
|
+
setter: "JsonSetter",
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
name: "disabledDate",
|
|
192
|
+
title: {
|
|
193
|
+
label: "不可选日期",
|
|
194
|
+
tip: "disabledDate | 不可选择的日期",
|
|
195
|
+
},
|
|
196
|
+
propType: "func",
|
|
197
|
+
setter: [
|
|
198
|
+
{
|
|
199
|
+
componentName: "FunctionSetter",
|
|
200
|
+
props: {
|
|
201
|
+
template:
|
|
202
|
+
"disabledDate(currentDate,${extParams}){\n// 设置不可选择的日期\nreturn true\n}",
|
|
203
|
+
},
|
|
204
|
+
},
|
|
205
|
+
"VariableSetter",
|
|
206
|
+
],
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
name: "disablePortal",
|
|
210
|
+
title: {
|
|
211
|
+
label: "渲染位置",
|
|
212
|
+
tip: "disablePortal | true dom结构在当前结构下 false 追加到body",
|
|
213
|
+
},
|
|
214
|
+
propType: "bool",
|
|
215
|
+
defaultValue: false,
|
|
216
|
+
setter: "BoolSetter",
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
name: "returnShortcutString",
|
|
220
|
+
title: {
|
|
221
|
+
label: "使用快捷筛选时value返回快捷字符串",
|
|
222
|
+
tip: "returnShortcutString | 使用快捷筛选时返回快捷字符串",
|
|
223
|
+
},
|
|
224
|
+
propType: "bool",
|
|
225
|
+
defaultValue: false,
|
|
226
|
+
setter: "BoolSetter",
|
|
227
|
+
},
|
|
228
|
+
],
|
|
229
|
+
},
|
|
230
|
+
// {
|
|
231
|
+
// name: 'renderExtraFooter',
|
|
232
|
+
// title: { label: '在面板中添加额外的页脚', tip: '在面板中添加额外的页脚' },
|
|
233
|
+
// propType: 'func',
|
|
234
|
+
// },
|
|
235
|
+
{
|
|
236
|
+
name: 'className',
|
|
237
|
+
title: { label: '选择器 className', tip: '选择器 className' },
|
|
238
|
+
propType: 'string',
|
|
239
|
+
},
|
|
240
|
+
// {
|
|
241
|
+
// name: 'dropdownClassName',
|
|
242
|
+
// title: {
|
|
243
|
+
// label: '额外的弹出日历 className',
|
|
244
|
+
// tip: '额外的弹出日历 className',
|
|
245
|
+
// },
|
|
246
|
+
// propType: 'string',
|
|
247
|
+
// },
|
|
248
|
+
// {
|
|
249
|
+
// name: 'getPopupContainer',
|
|
250
|
+
// title: {
|
|
251
|
+
// label: '定义浮层的容器,默认为 body 上新建 div',
|
|
252
|
+
// tip: '定义浮层的容器,默认为 body 上新建 div',
|
|
253
|
+
// },
|
|
254
|
+
// propType: 'func',
|
|
255
|
+
// },
|
|
256
|
+
// {
|
|
257
|
+
// name: 'locale',
|
|
258
|
+
// title: { label: '国际化配置', tip: '国际化配置' },
|
|
259
|
+
// propType: 'object',
|
|
260
|
+
// },
|
|
261
|
+
// {
|
|
262
|
+
// name: 'popupStyle',
|
|
263
|
+
// title: { label: '额外的弹出日历样式', tip: '额外的弹出日历样式' },
|
|
264
|
+
// propType: 'CSSProperties',
|
|
265
|
+
// defaultValue: '{}',
|
|
266
|
+
// },
|
|
267
|
+
// {
|
|
268
|
+
// name: 'style',
|
|
269
|
+
// title: { label: '自定义输入框样式', tip: '自定义输入框样式' },
|
|
270
|
+
// propType: 'CSSProperties',
|
|
271
|
+
// defaultValue: '{}',
|
|
272
|
+
// },
|
|
273
|
+
],
|
|
274
|
+
supports: {
|
|
275
|
+
style: true,
|
|
276
|
+
events: [
|
|
277
|
+
{
|
|
278
|
+
name: "onChange",
|
|
279
|
+
template:
|
|
280
|
+
"onChange(dates,dateStrings,${extParams}){\n// 日期范围发生变化的回调\nconsole.log('onChange',dates,dateStrings);}",
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
name: "onDateChange",
|
|
284
|
+
template:
|
|
285
|
+
"onDateChange(dates,${extParams}){\n// 日期改变回调 此处只为了组件外拿到当前日期项进行状态操作 通常情况下只使用onChange来拿value\nconsole.log('dates',dates);}",
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
name: "onMonthChange",
|
|
289
|
+
template:
|
|
290
|
+
"onMonthChange(value,${extParams}){\n// 日历面板切换的回调\nconsole.log('onMonthChange',value);}",
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
name: "onClose",
|
|
294
|
+
template:
|
|
295
|
+
"onClose(${extParams}){\n// 关闭回调\nconsole.log('onClose');}",
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
name: "onOpen",
|
|
299
|
+
template:
|
|
300
|
+
"onOpen(${extParams}){\n// 打开回调\nconsole.log('onOpen');}",
|
|
301
|
+
},
|
|
302
|
+
],
|
|
303
|
+
},
|
|
304
|
+
},
|
|
305
|
+
};
|
|
@@ -205,6 +205,26 @@ export default {
|
|
|
205
205
|
"VariableSetter",
|
|
206
206
|
],
|
|
207
207
|
},
|
|
208
|
+
{
|
|
209
|
+
name: "disablePortal",
|
|
210
|
+
title: {
|
|
211
|
+
label: "渲染位置",
|
|
212
|
+
tip: "disablePortal | true dom结构在当前结构下 false 追加到body",
|
|
213
|
+
},
|
|
214
|
+
propType: "bool",
|
|
215
|
+
defaultValue: false,
|
|
216
|
+
setter: "BoolSetter",
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
name: "returnShortcutString",
|
|
220
|
+
title: {
|
|
221
|
+
label: "使用快捷筛选时value返回快捷字符串",
|
|
222
|
+
tip: "returnShortcutString | 使用快捷筛选时返回快捷字符串",
|
|
223
|
+
},
|
|
224
|
+
propType: "bool",
|
|
225
|
+
defaultValue: false,
|
|
226
|
+
setter: "BoolSetter",
|
|
227
|
+
},
|
|
208
228
|
],
|
|
209
229
|
},
|
|
210
230
|
// {
|
|
@@ -67,6 +67,11 @@ export default {
|
|
|
67
67
|
title: { label: 'tabKey', tip: 'tabKey | 标识当前选中的tab' },
|
|
68
68
|
propType: 'string',
|
|
69
69
|
},
|
|
70
|
+
{
|
|
71
|
+
name: "hiddenKeys",
|
|
72
|
+
title: { label: '折叠当前项', tip: 'hiddenKeys | 折叠当前项的keys' },
|
|
73
|
+
propType: 'array',
|
|
74
|
+
},
|
|
70
75
|
{
|
|
71
76
|
name: "titleRender",
|
|
72
77
|
title: { label: '标题', tip: '是否自定义标题内容 | node/func' },
|
|
@@ -74,7 +79,7 @@ export default {
|
|
|
74
79
|
},
|
|
75
80
|
{
|
|
76
81
|
name: "hiddenDraggableIcon",
|
|
77
|
-
title: { label: "隐藏拖拽图标", tip: "是否隐藏拖拽图标" },
|
|
82
|
+
title: { label: "隐藏拖拽图标", tip: "是否隐藏拖拽图标 | 谨慎隐藏,移动端根据拖拽图标进行拖拽" },
|
|
78
83
|
propType: "bool",
|
|
79
84
|
defaultValue: false,
|
|
80
85
|
},
|
|
@@ -102,6 +107,10 @@ export default {
|
|
|
102
107
|
name: 'onChange',
|
|
103
108
|
template: 'onChange(value,${extParams}){\n// 排序 改变的回调\n}',
|
|
104
109
|
},
|
|
110
|
+
{
|
|
111
|
+
name: 'onHiddenChange',
|
|
112
|
+
template: 'onHiddenChange(value,${extParams}){\n// 折叠当前项的回调\n}',
|
|
113
|
+
},
|
|
105
114
|
]
|
|
106
115
|
},
|
|
107
116
|
},
|
package/lowcode/table/meta.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pisell/materials",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.11",
|
|
4
4
|
"main": "./lib/index.js",
|
|
5
5
|
"module": "./es/index.js",
|
|
6
6
|
"types": "./lib/index.d.ts",
|
|
@@ -61,9 +61,9 @@
|
|
|
61
61
|
"react-window": "^1.8.10",
|
|
62
62
|
"react-virtualized-auto-sizer": "^1.0.20",
|
|
63
63
|
"crypto-js": "^4.2.0",
|
|
64
|
-
"@pisell/icon": "0.0.11",
|
|
65
64
|
"@pisell/utils": "1.0.25",
|
|
66
|
-
"@pisell/date-picker": "1.0.
|
|
65
|
+
"@pisell/date-picker": "1.0.87",
|
|
66
|
+
"@pisell/icon": "0.0.11"
|
|
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}
|