@fangzhongya/fang-ui 0.0.61 → 0.0.63

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 (87) hide show
  1. package/dist/components/array/src/data.cjs +32 -0
  2. package/dist/components/array/src/data.d.ts +32 -0
  3. package/dist/components/array/src/data.js +32 -0
  4. package/dist/components/box-title/src/index2.cjs +10 -11
  5. package/dist/components/box-title/src/index2.js +11 -12
  6. package/dist/components/common/list.cjs +4 -1
  7. package/dist/components/common/list.d.ts +5 -1
  8. package/dist/components/common/list.js +4 -1
  9. package/dist/components/dates-divide/src/data.cjs +6 -0
  10. package/dist/components/dates-divide/src/data.d.ts +8 -4
  11. package/dist/components/dates-divide/src/data.js +6 -0
  12. package/dist/components/dates-divide/src/index2.cjs +17 -9
  13. package/dist/components/dates-divide/src/index2.js +17 -9
  14. package/dist/components/dates2/index.cjs +9 -0
  15. package/dist/components/{transfer → dates2}/index.css +10 -0
  16. package/dist/components/dates2/index.d.ts +4 -0
  17. package/dist/components/dates2/index.js +9 -0
  18. package/dist/components/dates2/index.scss +14 -0
  19. package/dist/components/dates2/src/data.cjs +43 -0
  20. package/dist/components/dates2/src/data.d.ts +121 -0
  21. package/dist/components/dates2/src/data.js +43 -0
  22. package/dist/components/dates2/src/index.cjs +4 -0
  23. package/dist/components/dates2/src/index.js +4 -0
  24. package/dist/components/dates2/src/index2.cjs +100 -0
  25. package/dist/components/dates2/src/index2.js +100 -0
  26. package/dist/components/dates2/src/util.cjs +195 -0
  27. package/dist/components/dates2/src/util.d.ts +14 -0
  28. package/dist/components/dates2/src/util.js +195 -0
  29. package/dist/components/dates2/style/index2.scss +3 -0
  30. package/dist/components/global-config/index.css +0 -4
  31. package/dist/components/global-config/index.scss +2 -7
  32. package/dist/components/global-config/src/data.cjs +1 -1
  33. package/dist/components/global-config/src/data.d.ts +1 -1
  34. package/dist/components/global-config/src/data.js +1 -1
  35. package/dist/components/index.cjs +50 -48
  36. package/dist/components/index.d.ts +1 -0
  37. package/dist/components/index.js +2 -0
  38. package/dist/components/index.scss +1 -0
  39. package/dist/components/index2.scss +1 -0
  40. package/dist/components/list/src/data.cjs +1 -1
  41. package/dist/components/list/src/data.d.ts +1 -1
  42. package/dist/components/list/src/data.js +1 -1
  43. package/dist/components/lists/src/data.cjs +9 -1
  44. package/dist/components/lists/src/data.d.ts +9 -0
  45. package/dist/components/lists/src/data.js +9 -1
  46. package/dist/components/loading/src/index.d.ts +1 -1
  47. package/dist/components/switchs/src/data.d.ts +4 -0
  48. package/dist/components/switchs/src/index2.cjs +1 -0
  49. package/dist/components/switchs/src/index2.js +1 -0
  50. package/dist/components/tables/common/pagin.cjs +2 -0
  51. package/dist/components/tables/common/pagin.d.ts +2 -0
  52. package/dist/components/tables/common/pagin.js +2 -0
  53. package/dist/components/tables/src/data.cjs +3 -0
  54. package/dist/components/tables/src/data.d.ts +3 -0
  55. package/dist/components/tables/src/data.js +3 -0
  56. package/dist/components/window/index.css +1 -0
  57. package/dist/components/window/index.scss +1 -5
  58. package/dist/components/window/src/index2.cjs +2 -2
  59. package/dist/components/window/src/index2.js +2 -2
  60. package/dist/css/{transfer.css → dates2.css} +10 -0
  61. package/dist/css/global-config.css +0 -4
  62. package/dist/css/index.css +11 -4
  63. package/dist/css/window.css +1 -0
  64. package/dist/expand/{chunk-3HYUAX6P.js → chunk-BDTC57P3.js} +2 -0
  65. package/dist/expand/{chunk-IPHLXLMM.cjs → chunk-JHLD73ZJ.cjs} +2 -0
  66. package/dist/expand/components.cjs +5 -5
  67. package/dist/expand/components.js +1 -1
  68. package/dist/expand/config.cjs +2 -2
  69. package/dist/expand/config.js +1 -1
  70. package/dist/icons/index.css +27 -33
  71. package/dist/icons/index.json +9 -9
  72. package/dist/icons/vue/frame.cjs +2 -6
  73. package/dist/icons/vue/frame.js +2 -6
  74. package/dist/icons/vue/star.cjs +7 -4
  75. package/dist/icons/vue/star.js +7 -4
  76. package/dist/index.cjs +68 -66
  77. package/dist/index.css +11 -4
  78. package/dist/index.js +2 -0
  79. package/dist/locale/en.cjs +4 -0
  80. package/dist/locale/en.d.ts +4 -0
  81. package/dist/locale/en.js +4 -0
  82. package/dist/locale/zh-cn.cjs +4 -0
  83. package/dist/locale/zh-cn.d.ts +4 -0
  84. package/dist/locale/zh-cn.js +4 -0
  85. package/package.json +12 -12
  86. /package/dist/components/{forms-items → forms-item}/index.css +0 -0
  87. /package/dist/css/{forms-items.css → forms-item.css} +0 -0
package/dist/index.cjs CHANGED
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
- const index$1X = require("./components/index.cjs");
4
- const index$1Y = require("./directives/index.cjs");
5
- const index$1Z = require("./icons/index.cjs");
3
+ const index$1Y = require("./components/index.cjs");
4
+ const index$1Z = require("./directives/index.cjs");
5
+ const index$1_ = require("./icons/index.cjs");
6
6
  const index$1 = require("./components/button/index.cjs");
7
7
  const index$2 = require("./components/card/index.cjs");
8
8
  const index$3 = require("./components/collapse-item/index.cjs");
@@ -95,49 +95,50 @@ const index$1p = require("./components/checks/index.cjs");
95
95
  const index$1q = require("./components/dates-divide/index.cjs");
96
96
  const index$1r = require("./components/dates-picker/index.cjs");
97
97
  const index$1s = require("./components/dates/index.cjs");
98
- const index$1t = require("./components/edit-float/index.cjs");
99
- const index$1u = require("./components/edit/index.cjs");
100
- const index$1v = require("./components/history/index.cjs");
101
- const index$1w = require("./components/images/index.cjs");
102
- const index$1x = require("./components/input-array/index.cjs");
103
- const index$1y = require("./components/input-history/index.cjs");
104
- const index$1z = require("./components/input-num/index.cjs");
105
- const index$1A = require("./components/input-select/index.cjs");
106
- const index$1B = require("./components/inputs/index.cjs");
107
- const index$1C = require("./components/labels/index.cjs");
108
- const index$1D = require("./components/select-scroll/index.cjs");
109
- const index$1E = require("./components/selector/index.cjs");
110
- const index$1F = require("./components/selects/index.cjs");
111
- const index$1G = require("./components/switchs/index.cjs");
112
- const index$1H = require("./components/text/index.cjs");
113
- const index$1I = require("./components/list/index.cjs");
114
- const index$1J = require("./components/lists/index.cjs");
115
- const index$1K = require("./components/listsp/index.cjs");
116
- const index$1L = require("./components/paging/index.cjs");
117
- const index$1M = require("./components/tables/index.cjs");
118
- const index$1N = require("./components/tablesp/index.cjs");
119
- const index$1O = require("./components/tabless/index.cjs");
120
- const index$1P = require("./components/tablesv/index.cjs");
121
- const index$1Q = require("./components/tablesvp/index.cjs");
122
- const index$1R = require("./directives/adjust/index.cjs");
123
- const index$1S = require("./directives/drag/index.cjs");
124
- const index$1T = require("./directives/expose/index.cjs");
125
- const index$1U = require("./directives/locus/index.cjs");
126
- const index$1V = require("./directives/scroll/index.cjs");
127
- const index$1W = require("./directives/stick/index.cjs");
98
+ const index$1t = require("./components/dates2/index.cjs");
99
+ const index$1u = require("./components/edit-float/index.cjs");
100
+ const index$1v = require("./components/edit/index.cjs");
101
+ const index$1w = require("./components/history/index.cjs");
102
+ const index$1x = require("./components/images/index.cjs");
103
+ const index$1y = require("./components/input-array/index.cjs");
104
+ const index$1z = require("./components/input-history/index.cjs");
105
+ const index$1A = require("./components/input-num/index.cjs");
106
+ const index$1B = require("./components/input-select/index.cjs");
107
+ const index$1C = require("./components/inputs/index.cjs");
108
+ const index$1D = require("./components/labels/index.cjs");
109
+ const index$1E = require("./components/select-scroll/index.cjs");
110
+ const index$1F = require("./components/selector/index.cjs");
111
+ const index$1G = require("./components/selects/index.cjs");
112
+ const index$1H = require("./components/switchs/index.cjs");
113
+ const index$1I = require("./components/text/index.cjs");
114
+ const index$1J = require("./components/list/index.cjs");
115
+ const index$1K = require("./components/lists/index.cjs");
116
+ const index$1L = require("./components/listsp/index.cjs");
117
+ const index$1M = require("./components/paging/index.cjs");
118
+ const index$1N = require("./components/tables/index.cjs");
119
+ const index$1O = require("./components/tablesp/index.cjs");
120
+ const index$1P = require("./components/tabless/index.cjs");
121
+ const index$1Q = require("./components/tablesv/index.cjs");
122
+ const index$1R = require("./components/tablesvp/index.cjs");
123
+ const index$1S = require("./directives/adjust/index.cjs");
124
+ const index$1T = require("./directives/drag/index.cjs");
125
+ const index$1U = require("./directives/expose/index.cjs");
126
+ const index$1V = require("./directives/locus/index.cjs");
127
+ const index$1W = require("./directives/scroll/index.cjs");
128
+ const index$1X = require("./directives/stick/index.cjs");
128
129
  const index = {
129
130
  install: function(app) {
130
- const com = index$1X;
131
+ const com = index$1Y;
131
132
  Object.keys(com).forEach((key) => {
132
133
  if (com[key].install) {
133
134
  com[key].install(app);
134
135
  }
135
136
  });
136
- const dire = index$1Y;
137
+ const dire = index$1Z;
137
138
  Object.keys(dire).forEach((key) => {
138
139
  app.directive(key, dire[key]);
139
140
  });
140
- index$1Z.default(app);
141
+ index$1_.default(app);
141
142
  }
142
143
  };
143
144
  exports.Button = index$1.Button;
@@ -233,34 +234,35 @@ exports.Checks = index$1p.Checks;
233
234
  exports.DatesDivide = index$1q.DatesDivide;
234
235
  exports.DatesPicker = index$1r.DatesPicker;
235
236
  exports.Dates = index$1s.Dates;
236
- exports.EditFloat = index$1t.EditFloat;
237
- exports.Edit = index$1u.Edit;
238
- exports.History = index$1v.History;
239
- exports.Images = index$1w.Images;
240
- exports.InputArray = index$1x.InputArray;
241
- exports.InputHistory = index$1y.InputHistory;
242
- exports.InputNum = index$1z.InputNum;
243
- exports.InputSelect = index$1A.InputSelect;
244
- exports.Inputs = index$1B.Inputs;
245
- exports.Labels = index$1C.Labels;
246
- exports.SelectScroll = index$1D.SelectScroll;
247
- exports.Selector = index$1E.Selector;
248
- exports.Selects = index$1F.Selects;
249
- exports.Switchs = index$1G.Switchs;
250
- exports.Text = index$1H.Text;
251
- exports.List = index$1I.List;
252
- exports.Lists = index$1J.Lists;
253
- exports.Listsp = index$1K.Listsp;
254
- exports.Paging = index$1L.Paging;
255
- exports.Tables = index$1M.Tables;
256
- exports.Tablesp = index$1N.Tablesp;
257
- exports.Tabless = index$1O.Tabless;
258
- exports.Tablesv = index$1P.Tablesv;
259
- exports.Tablesvp = index$1Q.Tablesvp;
260
- exports.Adjust = index$1R.default;
261
- exports.Drag = index$1S.default;
262
- exports.Expose = index$1T.default;
263
- exports.Locus = index$1U.default;
264
- exports.Scroll = index$1V.default;
265
- exports.Stick = index$1W.default;
237
+ exports.Dates2 = index$1t.Dates2;
238
+ exports.EditFloat = index$1u.EditFloat;
239
+ exports.Edit = index$1v.Edit;
240
+ exports.History = index$1w.History;
241
+ exports.Images = index$1x.Images;
242
+ exports.InputArray = index$1y.InputArray;
243
+ exports.InputHistory = index$1z.InputHistory;
244
+ exports.InputNum = index$1A.InputNum;
245
+ exports.InputSelect = index$1B.InputSelect;
246
+ exports.Inputs = index$1C.Inputs;
247
+ exports.Labels = index$1D.Labels;
248
+ exports.SelectScroll = index$1E.SelectScroll;
249
+ exports.Selector = index$1F.Selector;
250
+ exports.Selects = index$1G.Selects;
251
+ exports.Switchs = index$1H.Switchs;
252
+ exports.Text = index$1I.Text;
253
+ exports.List = index$1J.List;
254
+ exports.Lists = index$1K.Lists;
255
+ exports.Listsp = index$1L.Listsp;
256
+ exports.Paging = index$1M.Paging;
257
+ exports.Tables = index$1N.Tables;
258
+ exports.Tablesp = index$1O.Tablesp;
259
+ exports.Tabless = index$1P.Tabless;
260
+ exports.Tablesv = index$1Q.Tablesv;
261
+ exports.Tablesvp = index$1R.Tablesvp;
262
+ exports.Adjust = index$1S.default;
263
+ exports.Drag = index$1T.default;
264
+ exports.Expose = index$1U.default;
265
+ exports.Locus = index$1V.default;
266
+ exports.Scroll = index$1W.default;
267
+ exports.Stick = index$1X.default;
266
268
  exports.default = index;
package/dist/index.css CHANGED
@@ -361,6 +361,7 @@
361
361
  display: inline-flex;
362
362
  align-items: center;
363
363
  margin: 0 4px;
364
+ height: 100%;
364
365
  cursor: pointer;
365
366
  }
366
367
  .window-body-div {
@@ -378,10 +379,6 @@
378
379
  width: 0 !important;
379
380
  }
380
381
 
381
- .elglobal-config {
382
- left: 0;
383
- }
384
-
385
382
  .icon-picker {
386
383
  height: 30px;
387
384
  }
@@ -851,6 +848,16 @@
851
848
  box-sizing: border-box;
852
849
  }
853
850
 
851
+ .dates2 .dates2-date {
852
+ height: 100%;
853
+ width: 100%;
854
+ box-sizing: border-box;
855
+ }
856
+ .dates2 .dates2-separate {
857
+ display: flex;
858
+ align-items: center;
859
+ }
860
+
854
861
  .edit-float-body {
855
862
  display: inline-flex;
856
863
  align-items: center;
package/dist/index.js CHANGED
@@ -93,6 +93,7 @@ import { Checks } from "./components/checks/index.js";
93
93
  import { DatesDivide } from "./components/dates-divide/index.js";
94
94
  import { DatesPicker } from "./components/dates-picker/index.js";
95
95
  import { Dates } from "./components/dates/index.js";
96
+ import { Dates2 } from "./components/dates2/index.js";
96
97
  import { EditFloat } from "./components/edit-float/index.js";
97
98
  import { Edit } from "./components/edit/index.js";
98
99
  import { History } from "./components/history/index.js";
@@ -166,6 +167,7 @@ export {
166
167
  ConfigProvider,
167
168
  DatePicker,
168
169
  Dates,
170
+ Dates2,
169
171
  DatesDivide,
170
172
  DatesPicker,
171
173
  DepartmentSelect,
@@ -43,6 +43,10 @@ const En = {
43
43
  total: "Total $1 page",
44
44
  cur: "Current Page $1",
45
45
  per: "$1 items per page"
46
+ },
47
+ scroll: {
48
+ load: "Loading...",
49
+ end: "No more data"
46
50
  }
47
51
  }
48
52
  };
@@ -42,6 +42,10 @@ declare const _default: {
42
42
  cur: string;
43
43
  per: string;
44
44
  };
45
+ scroll: {
46
+ load: string;
47
+ end: string;
48
+ };
45
49
  };
46
50
  };
47
51
  export default _default;
package/dist/locale/en.js CHANGED
@@ -41,6 +41,10 @@ const En = {
41
41
  total: "Total $1 page",
42
42
  cur: "Current Page $1",
43
43
  per: "$1 items per page"
44
+ },
45
+ scroll: {
46
+ load: "Loading...",
47
+ end: "No more data"
44
48
  }
45
49
  }
46
50
  };
@@ -43,6 +43,10 @@ const ZhCn = {
43
43
  total: "共$1页",
44
44
  cur: "当前第$1页",
45
45
  per: "每页$1条"
46
+ },
47
+ scroll: {
48
+ load: "加载中...",
49
+ end: "无更多数据"
46
50
  }
47
51
  }
48
52
  };
@@ -42,6 +42,10 @@ declare const _default: {
42
42
  cur: string;
43
43
  per: string;
44
44
  };
45
+ scroll: {
46
+ load: string;
47
+ end: string;
48
+ };
45
49
  };
46
50
  };
47
51
  export default _default;
@@ -41,6 +41,10 @@ const ZhCn = {
41
41
  total: "共$1页",
42
42
  cur: "当前第$1页",
43
43
  per: "每页$1条"
44
+ },
45
+ scroll: {
46
+ load: "加载中...",
47
+ end: "无更多数据"
44
48
  }
45
49
  }
46
50
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fangzhongya/fang-ui",
3
3
  "private": false,
4
- "version": "0.0.61",
4
+ "version": "0.0.63",
5
5
  "type": "module",
6
6
  "description ": "fang-ui",
7
7
  "keywords": [
@@ -24,39 +24,39 @@
24
24
  "fangui": "bin/fang-ui.js"
25
25
  },
26
26
  "dependencies": {
27
- "@fangzhongya/utils": "0.0.30"
27
+ "@fangzhongya/utils": "0.0.33"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@fangzhongya/create": "0.2.34",
31
- "@types/node": "^24.5.2",
31
+ "@types/node": "^24.7.1",
32
32
  "@vitejs/plugin-vue": "^6.0.1",
33
- "@vue/shared": "3.5.21",
33
+ "@vue/shared": "3.5.22",
34
34
  "axios": "^1.12.2",
35
35
  "d3-timer": "3.0.1",
36
- "element-plus": "^2.11.3",
36
+ "element-plus": "^2.11.4",
37
37
  "fast-glob": "^3.3.3",
38
38
  "sass": "^1.93.2",
39
39
  "ts-node": "^10.9.2",
40
40
  "tsup": "^8.5.0",
41
- "typescript": "^5.9.2",
41
+ "typescript": "^5.9.3",
42
42
  "unplugin-auto-import": "20.2.0",
43
43
  "unplugin-dts": "1.0.0-beta.6",
44
44
  "unplugin-vue-components": "29.1.0",
45
45
  "vite": "^6.3.5",
46
46
  "vitepress": "1.6.4",
47
47
  "vitest": "^3.2.4",
48
- "vue": "^3.5.21",
49
- "vue-tsc": "^3.0.8",
48
+ "vue": "^3.5.22",
49
+ "vue-tsc": "^3.1.1",
50
50
  "vuedraggable": "4.1.0",
51
- "vxe-table": "4.16.19",
51
+ "vxe-table": "4.16.21",
52
52
  "@fang-ui/components": "0.0.1-0",
53
- "@fang-ui/hooks": "0.0.1-0",
54
53
  "@fang-ui/directives": "0.0.1-0",
55
54
  "@fang-ui/theme": "0.0.1-0",
56
55
  "@fang-ui/icons": "0.0.1-0",
56
+ "@fang-ui/types": "0.0.1-0",
57
+ "@fang-ui/hooks": "0.0.1-0",
57
58
  "@fang-ui/utils": "0.0.1-0",
58
- "@fang-ui/locale": "0.0.1-0",
59
- "@fang-ui/types": "0.0.1-0"
59
+ "@fang-ui/locale": "0.0.1-0"
60
60
  },
61
61
  "main": "./dist/index.cjs",
62
62
  "module": "./dist/index.js",
File without changes