@pisell/materials 1.0.36 → 1.0.38
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 +1 -1
- package/build/lowcode/preview.js +142 -142
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +11 -159
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +7 -155
- package/dist/umd/materials.min.css +1 -1
- package/dist/umd/materials.min.js +1 -1
- package/dist/umd/static/DotsSix.57d66266.svg +1 -0
- package/dist/umd/static/filter-lines.04a54ae9.svg +1 -0
- package/dist/umd/static/help-circle.31c9be40.svg +1 -0
- package/es/components/Pagination/index.d.ts +1 -2
- package/es/components/Pagination/index.js +1 -44
- package/es/components/Pagination/index.less +1 -8
- package/es/components/date-picker/index.js +2 -12
- package/es/components/page/index.js +72 -156
- package/es/components/table/Actions/Filter/FilterItem/index.js +2 -3
- package/es/components/table/Actions/Sort/index.d.ts +3 -3
- package/es/components/table/Actions/Sort/index.js +17 -53
- package/es/components/table/Actions/index.js +5 -6
- package/es/components/table/Actions/index.less +0 -2
- package/es/components/table/BasicTable/index.js +48 -32
- package/es/components/table/Table/fields/index.d.ts +0 -29
- package/es/components/table/Table/fields/index.js +2 -5
- package/es/components/table/Table/fields/link/Show/index.js +2 -5
- package/es/components/table/Table/fields/rangePicker/Edit/index.js +3 -13
- package/es/components/table/Table/index.js +4 -4
- package/es/components/table/Table/tableConfig/body/CellContent/index.less +1 -0
- package/es/components/table/Table/tableConfig/body/CellProvider/index.less +3 -0
- package/es/components/table/Table/tableConfig/header/CellProvider/index.less +1 -1
- package/es/components/table/index.js +4 -21
- package/es/components/table/model.js +1 -1
- package/es/index.d.ts +63 -64
- package/es/index.js +43 -41
- package/lib/components/Pagination/index.d.ts +1 -2
- package/lib/components/Pagination/index.js +0 -34
- package/lib/components/Pagination/index.less +1 -8
- package/lib/components/date-picker/index.js +8 -2
- package/lib/components/page/index.js +72 -147
- package/lib/components/table/Actions/Filter/FilterItem/index.js +2 -2
- package/lib/components/table/Actions/Sort/index.d.ts +3 -3
- package/lib/components/table/Actions/Sort/index.js +2 -47
- package/lib/components/table/Actions/index.js +2 -2
- package/lib/components/table/Actions/index.less +0 -2
- package/lib/components/table/BasicTable/index.js +25 -31
- package/lib/components/table/Table/fields/index.d.ts +0 -29
- package/lib/components/table/Table/fields/index.js +2 -5
- package/lib/components/table/Table/fields/link/Show/index.js +2 -11
- package/lib/components/table/Table/fields/rangePicker/Edit/index.js +1 -6
- package/lib/components/table/Table/index.js +6 -4
- package/lib/components/table/Table/tableConfig/body/CellContent/index.less +1 -0
- package/lib/components/table/Table/tableConfig/body/CellProvider/index.less +3 -0
- package/lib/components/table/Table/tableConfig/header/CellProvider/index.less +1 -1
- package/lib/components/table/index.js +3 -21
- package/lib/components/table/model.js +1 -1
- package/lib/index.d.ts +63 -64
- package/lib/index.js +0 -3
- package/lowcode/filter/meta.ts +137 -0
- package/package.json +2 -2
- package/es/components/table/Table/fields/search/Config/index.d.ts +0 -3
- package/es/components/table/Table/fields/search/Config/index.js +0 -4
- package/es/components/table/Table/fields/search/Edit/index.d.ts +0 -4
- package/es/components/table/Table/fields/search/Edit/index.js +0 -28
- package/es/components/table/Table/fields/search/Edit/index.less +0 -0
- package/es/components/table/Table/fields/search/Show/index.d.ts +0 -4
- package/es/components/table/Table/fields/search/Show/index.js +0 -16
- package/es/components/table/Table/fields/search/Show/index.less +0 -0
- package/es/components/table/Table/fields/search/Sort/index.d.ts +0 -3
- package/es/components/table/Table/fields/search/Sort/index.js +0 -4
- package/es/components/table/Table/fields/search/index.d.ts +0 -14
- package/es/components/table/Table/fields/search/index.js +0 -17
- package/es/components/table/Table/fields/search/index.less +0 -0
- package/lib/components/table/Table/fields/search/Config/index.d.ts +0 -3
- package/lib/components/table/Table/fields/search/Config/index.js +0 -28
- package/lib/components/table/Table/fields/search/Edit/index.d.ts +0 -4
- package/lib/components/table/Table/fields/search/Edit/index.js +0 -51
- package/lib/components/table/Table/fields/search/Edit/index.less +0 -0
- package/lib/components/table/Table/fields/search/Show/index.d.ts +0 -4
- package/lib/components/table/Table/fields/search/Show/index.js +0 -37
- package/lib/components/table/Table/fields/search/Show/index.less +0 -0
- package/lib/components/table/Table/fields/search/Sort/index.d.ts +0 -3
- package/lib/components/table/Table/fields/search/Sort/index.js +0 -28
- package/lib/components/table/Table/fields/search/index.d.ts +0 -14
- package/lib/components/table/Table/fields/search/index.js +0 -51
- package/lib/components/table/Table/fields/search/index.less +0 -0
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
var __defProp = Object.defineProperty;
|
|
2
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
-
var __export = (target, all) => {
|
|
6
|
-
for (var name in all)
|
|
7
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
-
};
|
|
9
|
-
var __copyProps = (to, from, except, desc) => {
|
|
10
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
-
for (let key of __getOwnPropNames(from))
|
|
12
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
-
}
|
|
15
|
-
return to;
|
|
16
|
-
};
|
|
17
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
-
|
|
19
|
-
// src/components/table/Table/fields/search/Sort/index.tsx
|
|
20
|
-
var Sort_exports = {};
|
|
21
|
-
__export(Sort_exports, {
|
|
22
|
-
default: () => Sort_default
|
|
23
|
-
});
|
|
24
|
-
module.exports = __toCommonJS(Sort_exports);
|
|
25
|
-
var Sort = () => {
|
|
26
|
-
return /* @__PURE__ */ React.createElement("div", null);
|
|
27
|
-
};
|
|
28
|
-
var Sort_default = Sort;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
declare const _default: {
|
|
3
|
-
field: {
|
|
4
|
-
field_icon: string;
|
|
5
|
-
field_name: string;
|
|
6
|
-
field_type: string;
|
|
7
|
-
default_value: string;
|
|
8
|
-
};
|
|
9
|
-
config: () => JSX.Element;
|
|
10
|
-
edit: import("react").ForwardRefExoticComponent<Omit<import("../types").EditPropsType, "ref"> & import("react").RefAttributes<any>>;
|
|
11
|
-
sort: () => JSX.Element;
|
|
12
|
-
show: (props: import("../types").FieldPropsType) => JSX.Element;
|
|
13
|
-
};
|
|
14
|
-
export default _default;
|
|
@@ -1,51 +0,0 @@
|
|
|
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/table/Table/fields/search/index.tsx
|
|
30
|
-
var search_exports = {};
|
|
31
|
-
__export(search_exports, {
|
|
32
|
-
default: () => search_default
|
|
33
|
-
});
|
|
34
|
-
module.exports = __toCommonJS(search_exports);
|
|
35
|
-
var import_Config = __toESM(require("./Config"));
|
|
36
|
-
var import_Edit = __toESM(require("./Edit"));
|
|
37
|
-
var import_Show = __toESM(require("./Show"));
|
|
38
|
-
var import_Sort = __toESM(require("./Sort"));
|
|
39
|
-
var field = {
|
|
40
|
-
field_icon: "pi-a-Property3Singlelinetext",
|
|
41
|
-
field_name: "search",
|
|
42
|
-
field_type: "search",
|
|
43
|
-
default_value: "Text"
|
|
44
|
-
};
|
|
45
|
-
var search_default = {
|
|
46
|
-
field,
|
|
47
|
-
config: import_Config.default,
|
|
48
|
-
edit: import_Edit.default,
|
|
49
|
-
sort: import_Sort.default,
|
|
50
|
-
show: import_Show.default
|
|
51
|
-
};
|
|
File without changes
|