@pisell/materials 1.0.113 → 1.0.115
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/designer.html +2 -2
- package/build/lowcode/index.html +2 -2
- package/build/lowcode/index.js +1 -1
- package/build/lowcode/meta.js +2 -2
- package/build/lowcode/preview.js +12 -12
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +13 -13
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +16 -16
- package/es/components/page/index.js +131 -131
- package/es/components/qrcode/index.d.ts +3 -0
- package/es/components/qrcode/index.js +44 -0
- package/es/components/table/BasicTable/index.js +3 -2
- package/es/index.d.ts +1 -1
- package/es/index.js +2 -2
- package/lib/components/page/index.js +129 -129
- package/lib/components/qrcode/index.d.ts +3 -0
- package/lib/components/qrcode/index.js +68 -0
- package/lib/components/table/BasicTable/index.js +2 -2
- package/lib/index.d.ts +1 -1
- package/lib/index.js +12 -12
- 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
|
@@ -37,143 +37,143 @@ var import_config_provider = __toESM(require("../config-provider"));
|
|
|
37
37
|
var import_AdapterDayjs = require("@pisell/date-picker/es/AdapterDayjs");
|
|
38
38
|
var import_date_picker = require("@pisell/date-picker");
|
|
39
39
|
var theme = {
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
40
|
+
components: {
|
|
41
|
+
Table: {
|
|
42
|
+
colorFillContent: "#EAECF0",
|
|
43
|
+
colorFillSecondary: "#F2F4F7",
|
|
44
|
+
colorBorderSecondary: "#EAECF0",
|
|
45
|
+
colorFillAlter: "#F9FAFB",
|
|
46
|
+
controlItemBgHover: "#F9FAFB",
|
|
47
|
+
colorTextHeading: "#475467",
|
|
48
|
+
colorTextDescription: "#667085",
|
|
49
|
+
colorText: "#101828",
|
|
50
|
+
controlHeight: 32,
|
|
51
|
+
padding: 24,
|
|
52
|
+
margin: 16
|
|
53
53
|
},
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
54
|
+
Button: {
|
|
55
|
+
borderRadiusSM: 6,
|
|
56
|
+
borderRadiusLG: 9,
|
|
57
|
+
borderRadius: 8,
|
|
58
|
+
controlHeight: 36,
|
|
59
|
+
colorBgContainerDisabled: "#F2F4F7",
|
|
60
|
+
colorBgTextHover: "#F9FAFB",
|
|
61
|
+
colorBorder: "#D0D5DD",
|
|
62
|
+
colorError: "#D92D20",
|
|
63
|
+
colorErrorActive: "#D92D20",
|
|
64
|
+
colorErrorHover: "#B42318",
|
|
65
|
+
colorErrorBg: "#FEF3F2",
|
|
66
|
+
colorErrorBorderHover: "#FDA29B",
|
|
67
|
+
colorErrorOutline: "rgba(217, 45, 32, 0.06)",
|
|
68
|
+
colorLink: "#175CD3",
|
|
69
|
+
colorLinkActive: "#194185",
|
|
70
|
+
colorLinkHover: "#1849A9",
|
|
71
|
+
colorPrimaryActive: "#7f56d9",
|
|
72
|
+
colorPrimaryBorder: "#E9D7FE",
|
|
73
|
+
colorText: "#344054",
|
|
74
|
+
colorTextDisabled: "#D0D5DD",
|
|
75
|
+
colorTextLightSolid: "#fff",
|
|
76
|
+
colorBgTextActive: "#D0D5DD",
|
|
77
|
+
controlOutline: "rgba(127, 86, 217, 0.04)",
|
|
78
|
+
controlTmpOutline: "#F9FAFB",
|
|
79
|
+
paddingContentHorizontal: 14,
|
|
80
|
+
marginXS: 8
|
|
81
81
|
},
|
|
82
|
-
|
|
83
|
-
|
|
82
|
+
Divider: {
|
|
83
|
+
colorSplit: "#EAECF0"
|
|
84
84
|
},
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
85
|
+
Breadcrumb: {
|
|
86
|
+
itemColor: "#475467",
|
|
87
|
+
colorTextDescription: "#475467",
|
|
88
|
+
lastItemColor: "#6941C6",
|
|
89
|
+
separatorMargin: 12,
|
|
90
|
+
separatorColor: "#D0D5DD",
|
|
91
|
+
linkHoverColor: "#1D2939",
|
|
92
|
+
linkColor: "#475467",
|
|
93
|
+
colorBgTextHover: "#F9FAFB",
|
|
94
|
+
paddingXXS: 8
|
|
95
95
|
},
|
|
96
|
-
|
|
97
|
-
|
|
96
|
+
Dropdown: {
|
|
97
|
+
borderRadiusLG: 8,
|
|
98
98
|
// "boxShadowPopoverArrow": "2px 2px 5px rgba(0, 0, 0, 0.05)",
|
|
99
|
-
|
|
100
|
-
|
|
99
|
+
controlHeight: 42,
|
|
100
|
+
fontSize: 14
|
|
101
101
|
},
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
102
|
+
DatePicker: {
|
|
103
|
+
borderRadius: 8,
|
|
104
|
+
colorTextPlaceholder: "#667085",
|
|
105
|
+
colorIcon: "#667085",
|
|
106
|
+
colorTextQuaternary: "#D0D5DD",
|
|
107
|
+
colorBgContainerDisabled: "#F9FAFB",
|
|
108
|
+
colorTextDisabled: "#98A2B3"
|
|
109
109
|
}
|
|
110
110
|
},
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
111
|
+
token: {
|
|
112
|
+
colorPrimary: "#7F56D9",
|
|
113
|
+
colorPrimaryBg: "#F9F5FF",
|
|
114
|
+
colorPrimaryBgHover: "#F4EBFF",
|
|
115
|
+
colorPrimaryBorder: "#E9D7FE",
|
|
116
|
+
colorPrimaryBorderHover: "#D6BBFB",
|
|
117
|
+
colorPrimaryHover: "#6941C6",
|
|
118
|
+
colorPrimaryActive: "#53389E",
|
|
119
|
+
colorPrimaryTextHover: "#53389E",
|
|
120
|
+
colorPrimaryText: "#6941C6",
|
|
121
|
+
colorPrimaryTextActive: "#42307D",
|
|
122
|
+
colorSuccess: "#079455",
|
|
123
|
+
colorSuccessBg: "#ECFDF3",
|
|
124
|
+
colorSuccessBgHover: "#DCFAE6",
|
|
125
|
+
colorSuccessBorder: "#ABEFC6",
|
|
126
|
+
colorSuccessBorderHover: "#75E0A7",
|
|
127
|
+
colorSuccessHover: "#067647",
|
|
128
|
+
colorSuccessText: "#067647",
|
|
129
|
+
colorSuccessActive: "#085D3A",
|
|
130
|
+
colorSuccessTextHover: "#085D3A",
|
|
131
|
+
colorSuccessTextActive: "#074D31",
|
|
132
|
+
colorWarning: "#dc6803",
|
|
133
|
+
colorWarningBg: "#FFFAEB",
|
|
134
|
+
colorWarningBgHover: "#FEF0C7",
|
|
135
|
+
colorWarningBorder: "#FEDF89",
|
|
136
|
+
colorWarningBorderHover: "#FEC84B",
|
|
137
|
+
colorWarningHover: "#B54708",
|
|
138
|
+
colorWarningText: "#B54708",
|
|
139
|
+
colorWarningActive: "#93370D",
|
|
140
|
+
colorWarningTextHover: "#93370D",
|
|
141
|
+
colorWarningTextActive: "#7A2E0E",
|
|
142
|
+
colorError: "#d92d20",
|
|
143
|
+
colorErrorBg: "#FEF3F2",
|
|
144
|
+
colorErrorBgHover: "#FEE4E2",
|
|
145
|
+
colorErrorBorder: "#FECDCA",
|
|
146
|
+
colorErrorBorderHover: "#FDA29B",
|
|
147
|
+
colorErrorHover: "#B42318",
|
|
148
|
+
colorErrorText: "#B42318",
|
|
149
|
+
colorErrorActive: "#912018",
|
|
150
|
+
colorErrorTextHover: "#912018",
|
|
151
|
+
colorErrorTextActive: "#7A271A",
|
|
152
|
+
colorInfo: "#1570ef",
|
|
153
|
+
colorInfoBg: "#EFF8FF",
|
|
154
|
+
colorInfoBgHover: "#D1E9FF",
|
|
155
|
+
colorInfoBorder: "#B2DDFF",
|
|
156
|
+
colorInfoBorderHover: "#84CAFF",
|
|
157
|
+
colorInfoHover: "#175CD3",
|
|
158
|
+
colorInfoText: "#175CD3",
|
|
159
|
+
colorInfoActive: "#1849A9",
|
|
160
|
+
colorInfoTextHover: "#1849A9",
|
|
161
|
+
colorInfoTextActive: "#194185",
|
|
162
|
+
colorText: "#101828",
|
|
163
|
+
colorTextSecondary: "#475467",
|
|
164
|
+
colorTextTertiary: "#667085",
|
|
165
|
+
colorTextQuaternary: "#D0D5DD",
|
|
166
|
+
colorBorder: "#D0D5DD",
|
|
167
|
+
colorBorderSecondary: "#EAECF0",
|
|
168
|
+
colorFill: "#D0D5DD",
|
|
169
|
+
colorFillSecondary: "#EAECF0",
|
|
170
|
+
colorFillTertiary: "#F2F4F7",
|
|
171
|
+
colorFillQuaternary: "#F9FAFB",
|
|
172
|
+
colorBgLayout: "#F2F4F7",
|
|
173
|
+
colorBgSpotlight: "#101828",
|
|
174
|
+
colorBgMask: "rgba(0, 0, 0, 0.5)",
|
|
175
|
+
wireframe: false,
|
|
176
|
+
borderRadius: 8
|
|
177
177
|
}
|
|
178
178
|
};
|
|
179
179
|
var _a;
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
var __create = Object.create;
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
6
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
|
+
var __export = (target, all) => {
|
|
8
|
+
for (var name in all)
|
|
9
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
10
|
+
};
|
|
11
|
+
var __copyProps = (to, from, except, desc) => {
|
|
12
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
13
|
+
for (let key of __getOwnPropNames(from))
|
|
14
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
15
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
16
|
+
}
|
|
17
|
+
return to;
|
|
18
|
+
};
|
|
19
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
20
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
21
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
22
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
23
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
24
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
25
|
+
mod
|
|
26
|
+
));
|
|
27
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
28
|
+
|
|
29
|
+
// src/components/qrcode/index.tsx
|
|
30
|
+
var qrcode_exports = {};
|
|
31
|
+
__export(qrcode_exports, {
|
|
32
|
+
default: () => qrcode_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(qrcode_exports);
|
|
35
|
+
var import_react = __toESM(require("react"));
|
|
36
|
+
var import_antd = require("antd");
|
|
37
|
+
var import_utils = require("@pisell/utils");
|
|
38
|
+
var QRCode = (props) => {
|
|
39
|
+
const { preview } = props;
|
|
40
|
+
const [visible, setVisible] = import_react.default.useState(false);
|
|
41
|
+
const id = (0, import_react.useMemo)(() => {
|
|
42
|
+
return (0, import_utils.getUniqueId)();
|
|
43
|
+
}, []);
|
|
44
|
+
const handleClick = (e) => {
|
|
45
|
+
e.stopPropagation();
|
|
46
|
+
setVisible(true);
|
|
47
|
+
};
|
|
48
|
+
return /* @__PURE__ */ import_react.default.createElement(import_react.default.Fragment, null, /* @__PURE__ */ import_react.default.createElement(
|
|
49
|
+
"span",
|
|
50
|
+
{
|
|
51
|
+
onClick: handleClick,
|
|
52
|
+
id,
|
|
53
|
+
className: "pisell-lowcode-qrcode-wrap"
|
|
54
|
+
},
|
|
55
|
+
/* @__PURE__ */ import_react.default.createElement(import_antd.QRCode, { ...props })
|
|
56
|
+
), preview && /* @__PURE__ */ import_react.default.createElement("span", { onClick: (e) => e.stopPropagation() }, /* @__PURE__ */ import_react.default.createElement(
|
|
57
|
+
import_antd.Modal,
|
|
58
|
+
{
|
|
59
|
+
open: visible,
|
|
60
|
+
onCancel: () => setVisible(false),
|
|
61
|
+
footer: null,
|
|
62
|
+
width: 248,
|
|
63
|
+
closeIcon: /* @__PURE__ */ import_react.default.createElement("span", null)
|
|
64
|
+
},
|
|
65
|
+
/* @__PURE__ */ import_react.default.createElement(import_antd.QRCode, { ...props, size: 200 })
|
|
66
|
+
)));
|
|
67
|
+
};
|
|
68
|
+
var qrcode_default = QRCode;
|
|
@@ -85,11 +85,11 @@ var BasicTable = (props) => {
|
|
|
85
85
|
other.columns
|
|
86
86
|
]);
|
|
87
87
|
const total = (0, import_react.useMemo)(() => {
|
|
88
|
-
if (
|
|
88
|
+
if (localPagination) {
|
|
89
89
|
return (_dataSource == null ? void 0 : _dataSource.total) || 0;
|
|
90
90
|
}
|
|
91
91
|
return (pagination == null ? void 0 : pagination.total) || (_dataSource == null ? void 0 : _dataSource.total) || 0;
|
|
92
|
-
}, [_dataSource, pagination]);
|
|
92
|
+
}, [_dataSource, pagination, localPagination]);
|
|
93
93
|
return /* @__PURE__ */ import_react.default.createElement("div", null, /* @__PURE__ */ import_react.default.createElement(
|
|
94
94
|
import_antd.Table,
|
|
95
95
|
{
|
package/lib/index.d.ts
CHANGED
|
@@ -26,7 +26,6 @@ export { Progress } from "antd";
|
|
|
26
26
|
export { Rate } from "antd";
|
|
27
27
|
export { Result } from "antd";
|
|
28
28
|
export { Row } from "antd";
|
|
29
|
-
export { QRCode } from "antd";
|
|
30
29
|
export { Space } from "antd";
|
|
31
30
|
export { Spin } from "antd";
|
|
32
31
|
export { Steps } from "antd";
|
|
@@ -66,3 +65,4 @@ export { default as Filter } from "./components/filter";
|
|
|
66
65
|
export { default as Translation } from "./components/translation";
|
|
67
66
|
export { default as SortableList } from "./components/sortableList";
|
|
68
67
|
export { default as RecordView } from "./components/record-view";
|
|
68
|
+
export { default as QRCode } from "./components/qrcode";
|
package/lib/index.js
CHANGED
|
@@ -67,7 +67,7 @@ __export(src_exports, {
|
|
|
67
67
|
Popconfirm: () => import_antd23.Popconfirm,
|
|
68
68
|
Popover: () => import_antd24.Popover,
|
|
69
69
|
Progress: () => import_antd25.Progress,
|
|
70
|
-
QRCode: () =>
|
|
70
|
+
QRCode: () => import_qrcode.default,
|
|
71
71
|
Radio: () => import_radio.default,
|
|
72
72
|
Rate: () => import_antd26.Rate,
|
|
73
73
|
RecordView: () => import_record_view.default,
|
|
@@ -77,26 +77,26 @@ __export(src_exports, {
|
|
|
77
77
|
Skeleton: () => import_skeleton.default,
|
|
78
78
|
Slider: () => import_slider.default,
|
|
79
79
|
SortableList: () => import_sortableList.default,
|
|
80
|
-
Space: () =>
|
|
81
|
-
Spin: () =>
|
|
80
|
+
Space: () => import_antd29.Space,
|
|
81
|
+
Spin: () => import_antd30.Spin,
|
|
82
82
|
Statistic: () => import_antd20.Statistic,
|
|
83
|
-
Steps: () =>
|
|
84
|
-
Switch: () =>
|
|
83
|
+
Steps: () => import_antd31.Steps,
|
|
84
|
+
Switch: () => import_antd32.Switch,
|
|
85
85
|
Table: () => import_table.default,
|
|
86
86
|
Tabs: () => import_tabs.default,
|
|
87
|
-
Tag: () =>
|
|
87
|
+
Tag: () => import_antd35.Tag,
|
|
88
88
|
TimePicker: () => import_time_picker.default,
|
|
89
|
-
Timeline: () =>
|
|
90
|
-
Tooltip: () =>
|
|
91
|
-
Transfer: () =>
|
|
89
|
+
Timeline: () => import_antd36.Timeline,
|
|
90
|
+
Tooltip: () => import_antd37.Tooltip,
|
|
91
|
+
Transfer: () => import_antd33.Transfer,
|
|
92
92
|
Translation: () => import_translation.default,
|
|
93
|
-
Tree: () =>
|
|
93
|
+
Tree: () => import_antd34.Tree,
|
|
94
94
|
TreeSelect: () => import_tree_select.default,
|
|
95
95
|
Typography: () => import_typography.default,
|
|
96
96
|
Upload: () => import_upload.default,
|
|
97
97
|
message: () => import_antd18.message,
|
|
98
98
|
notification: () => import_antd21.notification,
|
|
99
|
-
version: () =>
|
|
99
|
+
version: () => import_antd38.version
|
|
100
100
|
});
|
|
101
101
|
module.exports = __toCommonJS(src_exports);
|
|
102
102
|
var import_antd = require("antd");
|
|
@@ -137,7 +137,6 @@ var import_antd35 = require("antd");
|
|
|
137
137
|
var import_antd36 = require("antd");
|
|
138
138
|
var import_antd37 = require("antd");
|
|
139
139
|
var import_antd38 = require("antd");
|
|
140
|
-
var import_antd39 = require("antd");
|
|
141
140
|
var import_typography = __toESM(require("./components/typography"));
|
|
142
141
|
var import_skeleton = __toESM(require("./components/skeleton"));
|
|
143
142
|
var import_checkbox = __toESM(require("./components/checkbox"));
|
|
@@ -167,6 +166,7 @@ var import_filter = __toESM(require("./components/filter"));
|
|
|
167
166
|
var import_translation = __toESM(require("./components/translation"));
|
|
168
167
|
var import_sortableList = __toESM(require("./components/sortableList"));
|
|
169
168
|
var import_record_view = __toESM(require("./components/record-view"));
|
|
169
|
+
var import_qrcode = __toESM(require("./components/qrcode"));
|
|
170
170
|
// Annotate the CommonJS export names for ESM import in node:
|
|
171
171
|
0 && (module.exports = {
|
|
172
172
|
Affix,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pisell/materials",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.115",
|
|
4
4
|
"main": "./lib/index.js",
|
|
5
5
|
"module": "./es/index.js",
|
|
6
6
|
"types": "./lib/index.d.ts",
|
|
@@ -55,9 +55,9 @@
|
|
|
55
55
|
"@dnd-kit/utilities": "^3.2.1",
|
|
56
56
|
"ahooks": "^3.7.6",
|
|
57
57
|
"react-infinite-scroll-component": "^6.1.0",
|
|
58
|
-
"@pisell/utils": "1.0.
|
|
58
|
+
"@pisell/utils": "1.0.9",
|
|
59
59
|
"@pisell/icon": "0.0.8",
|
|
60
|
-
"@pisell/date-picker": "1.0.
|
|
60
|
+
"@pisell/date-picker": "1.0.38"
|
|
61
61
|
},
|
|
62
62
|
"peerDependencies": {
|
|
63
63
|
"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}
|