@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.
Files changed (89) hide show
  1. package/build/lowcode/assets-daily.json +11 -11
  2. package/build/lowcode/assets-dev.json +2 -2
  3. package/build/lowcode/assets-prod.json +11 -11
  4. package/build/lowcode/index.js +1 -1
  5. package/build/lowcode/meta.js +1 -1
  6. package/build/lowcode/preview.js +142 -142
  7. package/build/lowcode/render/default/view.css +1 -1
  8. package/build/lowcode/render/default/view.js +11 -159
  9. package/build/lowcode/view.css +1 -1
  10. package/build/lowcode/view.js +7 -155
  11. package/dist/umd/materials.min.css +1 -1
  12. package/dist/umd/materials.min.js +1 -1
  13. package/dist/umd/static/DotsSix.57d66266.svg +1 -0
  14. package/dist/umd/static/filter-lines.04a54ae9.svg +1 -0
  15. package/dist/umd/static/help-circle.31c9be40.svg +1 -0
  16. package/es/components/Pagination/index.d.ts +1 -2
  17. package/es/components/Pagination/index.js +1 -44
  18. package/es/components/Pagination/index.less +1 -8
  19. package/es/components/date-picker/index.js +2 -12
  20. package/es/components/page/index.js +72 -156
  21. package/es/components/table/Actions/Filter/FilterItem/index.js +2 -3
  22. package/es/components/table/Actions/Sort/index.d.ts +3 -3
  23. package/es/components/table/Actions/Sort/index.js +17 -53
  24. package/es/components/table/Actions/index.js +5 -6
  25. package/es/components/table/Actions/index.less +0 -2
  26. package/es/components/table/BasicTable/index.js +48 -32
  27. package/es/components/table/Table/fields/index.d.ts +0 -29
  28. package/es/components/table/Table/fields/index.js +2 -5
  29. package/es/components/table/Table/fields/link/Show/index.js +2 -5
  30. package/es/components/table/Table/fields/rangePicker/Edit/index.js +3 -13
  31. package/es/components/table/Table/index.js +4 -4
  32. package/es/components/table/Table/tableConfig/body/CellContent/index.less +1 -0
  33. package/es/components/table/Table/tableConfig/body/CellProvider/index.less +3 -0
  34. package/es/components/table/Table/tableConfig/header/CellProvider/index.less +1 -1
  35. package/es/components/table/index.js +4 -21
  36. package/es/components/table/model.js +1 -1
  37. package/es/index.d.ts +63 -64
  38. package/es/index.js +43 -41
  39. package/lib/components/Pagination/index.d.ts +1 -2
  40. package/lib/components/Pagination/index.js +0 -34
  41. package/lib/components/Pagination/index.less +1 -8
  42. package/lib/components/date-picker/index.js +8 -2
  43. package/lib/components/page/index.js +72 -147
  44. package/lib/components/table/Actions/Filter/FilterItem/index.js +2 -2
  45. package/lib/components/table/Actions/Sort/index.d.ts +3 -3
  46. package/lib/components/table/Actions/Sort/index.js +2 -47
  47. package/lib/components/table/Actions/index.js +2 -2
  48. package/lib/components/table/Actions/index.less +0 -2
  49. package/lib/components/table/BasicTable/index.js +25 -31
  50. package/lib/components/table/Table/fields/index.d.ts +0 -29
  51. package/lib/components/table/Table/fields/index.js +2 -5
  52. package/lib/components/table/Table/fields/link/Show/index.js +2 -11
  53. package/lib/components/table/Table/fields/rangePicker/Edit/index.js +1 -6
  54. package/lib/components/table/Table/index.js +6 -4
  55. package/lib/components/table/Table/tableConfig/body/CellContent/index.less +1 -0
  56. package/lib/components/table/Table/tableConfig/body/CellProvider/index.less +3 -0
  57. package/lib/components/table/Table/tableConfig/header/CellProvider/index.less +1 -1
  58. package/lib/components/table/index.js +3 -21
  59. package/lib/components/table/model.js +1 -1
  60. package/lib/index.d.ts +63 -64
  61. package/lib/index.js +0 -3
  62. package/lowcode/filter/meta.ts +137 -0
  63. package/package.json +2 -2
  64. package/es/components/table/Table/fields/search/Config/index.d.ts +0 -3
  65. package/es/components/table/Table/fields/search/Config/index.js +0 -4
  66. package/es/components/table/Table/fields/search/Edit/index.d.ts +0 -4
  67. package/es/components/table/Table/fields/search/Edit/index.js +0 -28
  68. package/es/components/table/Table/fields/search/Edit/index.less +0 -0
  69. package/es/components/table/Table/fields/search/Show/index.d.ts +0 -4
  70. package/es/components/table/Table/fields/search/Show/index.js +0 -16
  71. package/es/components/table/Table/fields/search/Show/index.less +0 -0
  72. package/es/components/table/Table/fields/search/Sort/index.d.ts +0 -3
  73. package/es/components/table/Table/fields/search/Sort/index.js +0 -4
  74. package/es/components/table/Table/fields/search/index.d.ts +0 -14
  75. package/es/components/table/Table/fields/search/index.js +0 -17
  76. package/es/components/table/Table/fields/search/index.less +0 -0
  77. package/lib/components/table/Table/fields/search/Config/index.d.ts +0 -3
  78. package/lib/components/table/Table/fields/search/Config/index.js +0 -28
  79. package/lib/components/table/Table/fields/search/Edit/index.d.ts +0 -4
  80. package/lib/components/table/Table/fields/search/Edit/index.js +0 -51
  81. package/lib/components/table/Table/fields/search/Edit/index.less +0 -0
  82. package/lib/components/table/Table/fields/search/Show/index.d.ts +0 -4
  83. package/lib/components/table/Table/fields/search/Show/index.js +0 -37
  84. package/lib/components/table/Table/fields/search/Show/index.less +0 -0
  85. package/lib/components/table/Table/fields/search/Sort/index.d.ts +0 -3
  86. package/lib/components/table/Table/fields/search/Sort/index.js +0 -28
  87. package/lib/components/table/Table/fields/search/index.d.ts +0 -14
  88. package/lib/components/table/Table/fields/search/index.js +0 -51
  89. 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
- };