@fangzhongya/fang-ui 0.1.72 → 0.1.74

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 (41) hide show
  1. package/dist/components/index.cjs +112 -110
  2. package/dist/components/index.d.ts +1 -0
  3. package/dist/components/index.js +2 -0
  4. package/dist/components/index.scss +1 -0
  5. package/dist/components/index2.scss +1 -0
  6. package/dist/components/menus/src/menu-ll2.cjs +2 -1
  7. package/dist/components/menus/src/menu-ll2.js +2 -1
  8. package/dist/components/right-key-no/index.cjs +9 -0
  9. package/dist/components/right-key-no/index.css +52 -0
  10. package/dist/components/right-key-no/index.d.ts +5 -0
  11. package/dist/components/right-key-no/index.js +9 -0
  12. package/dist/components/right-key-no/index.scss +36 -0
  13. package/dist/components/right-key-no/src/data.cjs +71 -0
  14. package/dist/components/right-key-no/src/data.d.ts +96 -0
  15. package/dist/components/right-key-no/src/data.js +71 -0
  16. package/dist/components/right-key-no/src/index.cjs +4 -0
  17. package/dist/components/right-key-no/src/index.js +4 -0
  18. package/dist/components/right-key-no/src/index2.cjs +240 -0
  19. package/dist/components/right-key-no/src/index2.js +240 -0
  20. package/dist/components/right-key-no/style/index2.scss +1 -0
  21. package/dist/css/index.css +29 -0
  22. package/dist/css/right-key-no.css +52 -0
  23. package/dist/expand/{chunk-OJ66KIK7.cjs → chunk-KYX3DANL.cjs} +2 -0
  24. package/dist/expand/{chunk-WDSWWSNJ.js → chunk-PMWCTNN6.js} +2 -0
  25. package/dist/expand/components.cjs +5 -5
  26. package/dist/expand/components.js +1 -1
  27. package/dist/expand/config.cjs +2 -2
  28. package/dist/expand/config.js +1 -1
  29. package/dist/icons/index.json +1 -1
  30. package/dist/index.cjs +136 -134
  31. package/dist/index.css +29 -0
  32. package/dist/index.js +2 -0
  33. package/dist/utils/index.d.ts +1 -0
  34. package/dist/utils/only.cjs +6 -0
  35. package/dist/utils/only.d.ts +1 -0
  36. package/dist/utils/only.js +6 -0
  37. package/package.json +3 -3
  38. /package/dist/components/{box-fun → box}/index.css +0 -0
  39. /package/dist/components/{global-config → draggable}/index.css +0 -0
  40. /package/dist/css/{box-fun.css → box.css} +0 -0
  41. /package/dist/css/{global-config.css → draggable.css} +0 -0
@@ -1,6 +1,6 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkOJ66KIK7cjs = require('./chunk-OJ66KIK7.cjs');
3
+ var _chunkKYX3DANLcjs = require('./chunk-KYX3DANL.cjs');
4
4
 
5
5
  // expand/components.ts
6
6
  var _humpToLine = require('@fangzhongya/utils/name/humpToLine');
@@ -35,11 +35,11 @@ function getFrom(mc, type, conf) {
35
35
  const p = config.prefix ? config.prefix + "-" : "";
36
36
  const filename = p ? mc.replace(new RegExp("^" + p), "") : mc;
37
37
  if (type == 1) {
38
- if (_chunkOJ66KIK7cjs.config_default.components.includes(filename)) {
38
+ if (_chunkKYX3DANLcjs.config_default.components.includes(filename)) {
39
39
  const name = _lineToLargeHump.lineToLargeHump.call(void 0, mc);
40
40
  const from = `${config.name}/components/${filename}/index`;
41
41
  let sideEffects;
42
- if (_chunkOJ66KIK7cjs.config_default.sideEffects.includes(filename)) {
42
+ if (_chunkKYX3DANLcjs.config_default.sideEffects.includes(filename)) {
43
43
  if (conf.css) {
44
44
  sideEffects = `${config.name}/components/${filename}/style/index${conf.css || 2}.scss`;
45
45
  } else {
@@ -55,14 +55,14 @@ function getFrom(mc, type, conf) {
55
55
  return;
56
56
  }
57
57
  } else {
58
- if (_chunkOJ66KIK7cjs.config_default.directives.includes(filename)) {
58
+ if (_chunkKYX3DANLcjs.config_default.directives.includes(filename)) {
59
59
  const name = "default";
60
60
  const from = `${config.name}/directives/${filename}/index`;
61
61
  return {
62
62
  name,
63
63
  from
64
64
  };
65
- } else if (_chunkOJ66KIK7cjs.config_default.directives.includes("v-" + filename)) {
65
+ } else if (_chunkKYX3DANLcjs.config_default.directives.includes("v-" + filename)) {
66
66
  const name = "default";
67
67
  const from = `${config.name}/directives/${"v-" + filename}/index`;
68
68
  return {
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  config_default
3
- } from "./chunk-WDSWWSNJ.js";
3
+ } from "./chunk-PMWCTNN6.js";
4
4
 
5
5
  // expand/components.ts
6
6
  import { humpToLine } from "@fangzhongya/utils/name/humpToLine";
@@ -1,6 +1,6 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkOJ66KIK7cjs = require('./chunk-OJ66KIK7.cjs');
3
+ var _chunkKYX3DANLcjs = require('./chunk-KYX3DANL.cjs');
4
4
 
5
5
 
6
- exports.default = _chunkOJ66KIK7cjs.config_default;
6
+ exports.default = _chunkKYX3DANLcjs.config_default;
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  config_default
3
- } from "./chunk-WDSWWSNJ.js";
3
+ } from "./chunk-PMWCTNN6.js";
4
4
  export {
5
5
  config_default as default
6
6
  };
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "prefix": "fang-ui",
3
3
  "info": {},
4
- "lastModified": 1768972529411,
4
+ "lastModified": 1769256430840,
5
5
  "icons": {
6
6
  "bar": {
7
7
  "body": " <path fill=\"currentColor\" d=\"M128 544h768a32 32 0 1 0 0-64H128a32 32 0 0 0 0 64z\" ></path> "
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$2Y = require("./components/index.cjs");
4
- const index$2Z = require("./directives/index.cjs");
5
- const index$2_ = require("./icons/index.cjs");
3
+ const index$2Z = require("./components/index.cjs");
4
+ const index$2_ = require("./directives/index.cjs");
5
+ const index$2$ = require("./icons/index.cjs");
6
6
  const index$1 = require("./components/draggable/index.cjs");
7
7
  const index$3 = require("element-plus/es/components/button/index");
8
8
  const index$2 = require("./components/button/index.cjs");
@@ -126,83 +126,84 @@ const index$1U = require("./components/dialogs/index.cjs");
126
126
  const index$1V = require("./components/full-screen/index.cjs");
127
127
  const index$1W = require("./components/no-data/index.cjs");
128
128
  const index$1X = require("./components/popup/index.cjs");
129
- const index$1Y = require("./components/right-key/index.cjs");
130
- const index$1Z = require("./components/seamless-scroll/index.cjs");
131
- const index$1_ = require("./components/stick-div/index.cjs");
132
- const index$1$ = require("./components/stick-edge/index.cjs");
133
- const index$20 = require("./components/stick-window/index.cjs");
134
- const index$21 = require("./components/window/index.cjs");
135
- const index$22 = require("./components/global-config/index.cjs");
136
- const index$23 = require("./components/icon-picker/index.cjs");
137
- const index$24 = require("./components/icon/index.cjs");
138
- const index$25 = require("./components/iframe/index.cjs");
139
- const index$26 = require("./components/keep-com/index.cjs");
140
- const index$27 = require("./components/menus/index.cjs");
141
- const index$28 = require("./components/page/index.cjs");
142
- const index$29 = require("./components/audios/index.cjs");
143
- const index$2a = require("./components/images/index.cjs");
144
- const index$2b = require("./components/videos/index.cjs");
145
- const index$2c = require("./components/retract/index.cjs");
146
- const index$2d = require("./components/buttons/index.cjs");
147
- const index$2e = require("./components/cascaders/index.cjs");
148
- const index$2f = require("./components/checks/index.cjs");
149
- const index$2g = require("./components/dates-divide/index.cjs");
150
- const index$2h = require("./components/dates-picker/index.cjs");
151
- const index$2i = require("./components/dates/index.cjs");
152
- const index$2j = require("./components/dates2/index.cjs");
153
- const index$2k = require("./components/double/index.cjs");
154
- const index$2l = require("./components/edit-data-add/index.cjs");
155
- const index$2m = require("./components/edit-data/index.cjs");
156
- const index$2n = require("./components/edit-float/index.cjs");
157
- const index$2o = require("./components/edit/index.cjs");
158
- const index$2p = require("./components/history/index.cjs");
159
- const index$2q = require("./components/input-array/index.cjs");
160
- const index$2r = require("./components/input-history/index.cjs");
161
- const index$2s = require("./components/input-num/index.cjs");
162
- const index$2t = require("./components/input-select/index.cjs");
163
- const index$2u = require("./components/inputs/index.cjs");
164
- const index$2v = require("./components/labels/index.cjs");
165
- const index$2w = require("./components/select-scroll/index.cjs");
166
- const index$2x = require("./components/selector/index.cjs");
167
- const index$2y = require("./components/selects/index.cjs");
168
- const index$2z = require("./components/sliders/index.cjs");
169
- const index$2A = require("./components/switchs/index.cjs");
170
- const index$2B = require("./components/texts/index.cjs");
171
- const index$2C = require("./components/uploads/index.cjs");
172
- const index$2D = require("./components/list/index.cjs");
173
- const index$2E = require("./components/lists/index.cjs");
174
- const index$2F = require("./components/listsp/index.cjs");
175
- const index$2G = require("./components/listspd/index.cjs");
176
- const index$2H = require("./components/paging/index.cjs");
177
- const index$2I = require("./components/tables/index.cjs");
178
- const index$2J = require("./components/tablesp/index.cjs");
179
- const index$2K = require("./components/tablespd/index.cjs");
180
- const index$2L = require("./components/tabless/index.cjs");
181
- const index$2M = require("./components/tablesv/index.cjs");
182
- const index$2N = require("./components/tablesvp/index.cjs");
183
- const index$2O = require("./components/tablesvpd/index.cjs");
184
- const index$2P = require("./directives/adjust/index.cjs");
185
- const index$2Q = require("./directives/adjustment/index.cjs");
186
- const index$2R = require("./directives/drag/index.cjs");
187
- const index$2S = require("./directives/expose/index.cjs");
188
- const index$2T = require("./directives/inserted/index.cjs");
189
- const index$2U = require("./directives/locus/index.cjs");
190
- const index$2V = require("./directives/scroll/index.cjs");
191
- const index$2W = require("./directives/sortable/index.cjs");
192
- const index$2X = require("./directives/stick/index.cjs");
129
+ const index$1Y = require("./components/right-key-no/index.cjs");
130
+ const index$1Z = require("./components/right-key/index.cjs");
131
+ const index$1_ = require("./components/seamless-scroll/index.cjs");
132
+ const index$1$ = require("./components/stick-div/index.cjs");
133
+ const index$20 = require("./components/stick-edge/index.cjs");
134
+ const index$21 = require("./components/stick-window/index.cjs");
135
+ const index$22 = require("./components/window/index.cjs");
136
+ const index$23 = require("./components/global-config/index.cjs");
137
+ const index$24 = require("./components/icon-picker/index.cjs");
138
+ const index$25 = require("./components/icon/index.cjs");
139
+ const index$26 = require("./components/iframe/index.cjs");
140
+ const index$27 = require("./components/keep-com/index.cjs");
141
+ const index$28 = require("./components/menus/index.cjs");
142
+ const index$29 = require("./components/page/index.cjs");
143
+ const index$2a = require("./components/audios/index.cjs");
144
+ const index$2b = require("./components/images/index.cjs");
145
+ const index$2c = require("./components/videos/index.cjs");
146
+ const index$2d = require("./components/retract/index.cjs");
147
+ const index$2e = require("./components/buttons/index.cjs");
148
+ const index$2f = require("./components/cascaders/index.cjs");
149
+ const index$2g = require("./components/checks/index.cjs");
150
+ const index$2h = require("./components/dates-divide/index.cjs");
151
+ const index$2i = require("./components/dates-picker/index.cjs");
152
+ const index$2j = require("./components/dates/index.cjs");
153
+ const index$2k = require("./components/dates2/index.cjs");
154
+ const index$2l = require("./components/double/index.cjs");
155
+ const index$2m = require("./components/edit-data-add/index.cjs");
156
+ const index$2n = require("./components/edit-data/index.cjs");
157
+ const index$2o = require("./components/edit-float/index.cjs");
158
+ const index$2p = require("./components/edit/index.cjs");
159
+ const index$2q = require("./components/history/index.cjs");
160
+ const index$2r = require("./components/input-array/index.cjs");
161
+ const index$2s = require("./components/input-history/index.cjs");
162
+ const index$2t = require("./components/input-num/index.cjs");
163
+ const index$2u = require("./components/input-select/index.cjs");
164
+ const index$2v = require("./components/inputs/index.cjs");
165
+ const index$2w = require("./components/labels/index.cjs");
166
+ const index$2x = require("./components/select-scroll/index.cjs");
167
+ const index$2y = require("./components/selector/index.cjs");
168
+ const index$2z = require("./components/selects/index.cjs");
169
+ const index$2A = require("./components/sliders/index.cjs");
170
+ const index$2B = require("./components/switchs/index.cjs");
171
+ const index$2C = require("./components/texts/index.cjs");
172
+ const index$2D = require("./components/uploads/index.cjs");
173
+ const index$2E = require("./components/list/index.cjs");
174
+ const index$2F = require("./components/lists/index.cjs");
175
+ const index$2G = require("./components/listsp/index.cjs");
176
+ const index$2H = require("./components/listspd/index.cjs");
177
+ const index$2I = require("./components/paging/index.cjs");
178
+ const index$2J = require("./components/tables/index.cjs");
179
+ const index$2K = require("./components/tablesp/index.cjs");
180
+ const index$2L = require("./components/tablespd/index.cjs");
181
+ const index$2M = require("./components/tabless/index.cjs");
182
+ const index$2N = require("./components/tablesv/index.cjs");
183
+ const index$2O = require("./components/tablesvp/index.cjs");
184
+ const index$2P = require("./components/tablesvpd/index.cjs");
185
+ const index$2Q = require("./directives/adjust/index.cjs");
186
+ const index$2R = require("./directives/adjustment/index.cjs");
187
+ const index$2S = require("./directives/drag/index.cjs");
188
+ const index$2T = require("./directives/expose/index.cjs");
189
+ const index$2U = require("./directives/inserted/index.cjs");
190
+ const index$2V = require("./directives/locus/index.cjs");
191
+ const index$2W = require("./directives/scroll/index.cjs");
192
+ const index$2X = require("./directives/sortable/index.cjs");
193
+ const index$2Y = require("./directives/stick/index.cjs");
193
194
  const index = {
194
195
  install: function(app) {
195
- const com = index$2Y;
196
+ const com = index$2Z;
196
197
  for (const key of Object.keys(com)) {
197
198
  if (com[key].install) {
198
199
  com[key].install(app);
199
200
  }
200
201
  }
201
- const dire = index$2Z;
202
+ const dire = index$2_;
202
203
  for (const key of Object.keys(dire)) {
203
204
  app.directive(key, dire[key]);
204
205
  }
205
- index$2_.default(app);
206
+ index$2$.default(app);
206
207
  }
207
208
  };
208
209
  exports.Draggable = index$1.Draggable;
@@ -287,70 +288,71 @@ exports.Dialogs = index$1U.Dialogs;
287
288
  exports.FullScreen = index$1V.FullScreen;
288
289
  exports.NoData = index$1W.NoData;
289
290
  exports.Popup = index$1X.Popup;
290
- exports.RightKey = index$1Y.RightKey;
291
- exports.SeamlessScroll = index$1Z.SeamlessScroll;
292
- exports.StickDiv = index$1_.StickDiv;
293
- exports.StickEdge = index$1$.StickEdge;
294
- exports.StickWindow = index$20.StickWindow;
295
- exports.Window = index$21.Window;
296
- exports.GlobalConfig = index$22.GlobalConfig;
297
- exports.IconPicker = index$23.IconPicker;
298
- exports.Icon = index$24.Icon;
299
- exports.Iframe = index$25.Iframe;
300
- exports.KeepCom = index$26.KeepCom;
301
- exports.Menus = index$27.Menus;
302
- exports.Page = index$28.Page;
303
- exports.Audios = index$29.Audios;
304
- exports.Images = index$2a.Images;
305
- exports.Videos = index$2b.Videos;
306
- exports.Retract = index$2c.Retract;
307
- exports.Buttons = index$2d.Buttons;
308
- exports.Cascaders = index$2e.Cascaders;
309
- exports.Checks = index$2f.Checks;
310
- exports.DatesDivide = index$2g.DatesDivide;
311
- exports.DatesPicker = index$2h.DatesPicker;
312
- exports.Dates = index$2i.Dates;
313
- exports.Dates2 = index$2j.Dates2;
314
- exports.Double = index$2k.Double;
315
- exports.EditDataAdd = index$2l.EditDataAdd;
316
- exports.EditData = index$2m.EditData;
317
- exports.EditFloat = index$2n.EditFloat;
318
- exports.Edit = index$2o.Edit;
319
- exports.History = index$2p.History;
320
- exports.InputArray = index$2q.InputArray;
321
- exports.InputHistory = index$2r.InputHistory;
322
- exports.InputNum = index$2s.InputNum;
323
- exports.InputSelect = index$2t.InputSelect;
324
- exports.Inputs = index$2u.Inputs;
325
- exports.Labels = index$2v.Labels;
326
- exports.SelectScroll = index$2w.SelectScroll;
327
- exports.Selector = index$2x.Selector;
328
- exports.Selects = index$2y.Selects;
329
- exports.Sliders = index$2z.Sliders;
330
- exports.Switchs = index$2A.Switchs;
331
- exports.Texts = index$2B.Texts;
332
- exports.Uploads = index$2C.Uploads;
333
- exports.List = index$2D.List;
334
- exports.Lists = index$2E.Lists;
335
- exports.Listsp = index$2F.Listsp;
336
- exports.Listspd = index$2G.Listspd;
337
- exports.Paging = index$2H.Paging;
338
- exports.Tables = index$2I.Tables;
339
- exports.Tablesp = index$2J.Tablesp;
340
- exports.Tablespd = index$2K.Tablespd;
341
- exports.Tabless = index$2L.Tabless;
342
- exports.Tablesv = index$2M.Tablesv;
343
- exports.Tablesvp = index$2N.Tablesvp;
344
- exports.Tablesvpd = index$2O.Tablesvpd;
345
- exports.Adjust = index$2P.default;
346
- exports.Adjustment = index$2Q.default;
347
- exports.Drag = index$2R.default;
348
- exports.Expose = index$2S.default;
349
- exports.Inserted = index$2T.default;
350
- exports.Locus = index$2U.default;
351
- exports.Scroll = index$2V.default;
352
- exports.Sortable = index$2W.default;
353
- exports.Stick = index$2X.default;
291
+ exports.RightKeyNo = index$1Y.RightKeyNo;
292
+ exports.RightKey = index$1Z.RightKey;
293
+ exports.SeamlessScroll = index$1_.SeamlessScroll;
294
+ exports.StickDiv = index$1$.StickDiv;
295
+ exports.StickEdge = index$20.StickEdge;
296
+ exports.StickWindow = index$21.StickWindow;
297
+ exports.Window = index$22.Window;
298
+ exports.GlobalConfig = index$23.GlobalConfig;
299
+ exports.IconPicker = index$24.IconPicker;
300
+ exports.Icon = index$25.Icon;
301
+ exports.Iframe = index$26.Iframe;
302
+ exports.KeepCom = index$27.KeepCom;
303
+ exports.Menus = index$28.Menus;
304
+ exports.Page = index$29.Page;
305
+ exports.Audios = index$2a.Audios;
306
+ exports.Images = index$2b.Images;
307
+ exports.Videos = index$2c.Videos;
308
+ exports.Retract = index$2d.Retract;
309
+ exports.Buttons = index$2e.Buttons;
310
+ exports.Cascaders = index$2f.Cascaders;
311
+ exports.Checks = index$2g.Checks;
312
+ exports.DatesDivide = index$2h.DatesDivide;
313
+ exports.DatesPicker = index$2i.DatesPicker;
314
+ exports.Dates = index$2j.Dates;
315
+ exports.Dates2 = index$2k.Dates2;
316
+ exports.Double = index$2l.Double;
317
+ exports.EditDataAdd = index$2m.EditDataAdd;
318
+ exports.EditData = index$2n.EditData;
319
+ exports.EditFloat = index$2o.EditFloat;
320
+ exports.Edit = index$2p.Edit;
321
+ exports.History = index$2q.History;
322
+ exports.InputArray = index$2r.InputArray;
323
+ exports.InputHistory = index$2s.InputHistory;
324
+ exports.InputNum = index$2t.InputNum;
325
+ exports.InputSelect = index$2u.InputSelect;
326
+ exports.Inputs = index$2v.Inputs;
327
+ exports.Labels = index$2w.Labels;
328
+ exports.SelectScroll = index$2x.SelectScroll;
329
+ exports.Selector = index$2y.Selector;
330
+ exports.Selects = index$2z.Selects;
331
+ exports.Sliders = index$2A.Sliders;
332
+ exports.Switchs = index$2B.Switchs;
333
+ exports.Texts = index$2C.Texts;
334
+ exports.Uploads = index$2D.Uploads;
335
+ exports.List = index$2E.List;
336
+ exports.Lists = index$2F.Lists;
337
+ exports.Listsp = index$2G.Listsp;
338
+ exports.Listspd = index$2H.Listspd;
339
+ exports.Paging = index$2I.Paging;
340
+ exports.Tables = index$2J.Tables;
341
+ exports.Tablesp = index$2K.Tablesp;
342
+ exports.Tablespd = index$2L.Tablespd;
343
+ exports.Tabless = index$2M.Tabless;
344
+ exports.Tablesv = index$2N.Tablesv;
345
+ exports.Tablesvp = index$2O.Tablesvp;
346
+ exports.Tablesvpd = index$2P.Tablesvpd;
347
+ exports.Adjust = index$2Q.default;
348
+ exports.Adjustment = index$2R.default;
349
+ exports.Drag = index$2S.default;
350
+ exports.Expose = index$2T.default;
351
+ exports.Inserted = index$2U.default;
352
+ exports.Locus = index$2V.default;
353
+ exports.Scroll = index$2W.default;
354
+ exports.Sortable = index$2X.default;
355
+ exports.Stick = index$2Y.default;
354
356
  exports.default = index;
355
357
  Object.keys(index$3).forEach((k) => {
356
358
  if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
package/dist/index.css CHANGED
@@ -790,6 +790,35 @@
790
790
  justify-content: center;
791
791
  }
792
792
 
793
+ .right-key-no-box {
794
+ width: 140px;
795
+ position: fixed;
796
+ padding: 10px;
797
+ z-index: 9999;
798
+ background: #ffffff;
799
+ border: 1px solid #cfd7e5;
800
+ border-radius: 8px;
801
+ box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
802
+ }
803
+ .right-key-no-box-list-li:hover {
804
+ background: #ecf5ff;
805
+ color: #66b1ff;
806
+ }
807
+ .right-key-no-box-list-li {
808
+ white-space: nowrap;
809
+ display: flex;
810
+ align-items: center;
811
+ box-sizing: border-box;
812
+ height: 40px;
813
+ padding: 8px 14px 8px 10px;
814
+ border-radius: 4px;
815
+ font-size: 16px;
816
+ cursor: pointer;
817
+ }
818
+ .right-key-no-box-list-li i {
819
+ margin-right: 10px;
820
+ }
821
+
793
822
  .right-key-box {
794
823
  width: 140px;
795
824
  position: fixed;
package/dist/index.js CHANGED
@@ -125,6 +125,7 @@ import { Dialogs } from "./components/dialogs/index.js";
125
125
  import { FullScreen } from "./components/full-screen/index.js";
126
126
  import { NoData } from "./components/no-data/index.js";
127
127
  import { Popup } from "./components/popup/index.js";
128
+ import { RightKeyNo } from "./components/right-key-no/index.js";
128
129
  import { RightKey } from "./components/right-key/index.js";
129
130
  import { SeamlessScroll } from "./components/seamless-scroll/index.js";
130
131
  import { StickDiv } from "./components/stick-div/index.js";
@@ -306,6 +307,7 @@ export {
306
307
  RadioGroup,
307
308
  Retract,
308
309
  RightKey,
310
+ RightKeyNo,
309
311
  default8 as Scroll,
310
312
  Scrollbar,
311
313
  SeamlessScroll,
@@ -3,4 +3,5 @@ export * from './css';
3
3
  export * from './enums';
4
4
  export * from './getOnlyKey';
5
5
  export * from './local';
6
+ export * from './only';
6
7
  export * from './util';
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ function getOnly() {
4
+ return "i" + Date.now() + "-" + Math.random().toString(36).substring(2, 7);
5
+ }
6
+ exports.getOnly = getOnly;
@@ -0,0 +1 @@
1
+ export declare function getOnly(): string;
@@ -0,0 +1,6 @@
1
+ function getOnly() {
2
+ return "i" + Date.now() + "-" + Math.random().toString(36).substring(2, 7);
3
+ }
4
+ export {
5
+ getOnly
6
+ };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fangzhongya/fang-ui",
3
3
  "private": false,
4
- "version": "0.1.72",
4
+ "version": "0.1.74",
5
5
  "type": "module",
6
6
  "description ": "fang-ui",
7
7
  "keywords": [
@@ -51,13 +51,13 @@
51
51
  "vue": "^3.5.27",
52
52
  "vue-tsc": "^3.2.2",
53
53
  "vxe-table": "4.6.20",
54
- "@fang-ui/components": "0.0.1-0",
55
54
  "@fang-ui/directives": "0.0.1-0",
56
55
  "@fang-ui/hooks": "0.0.1-0",
56
+ "@fang-ui/components": "0.0.1-0",
57
57
  "@fang-ui/icons": "0.0.1-0",
58
58
  "@fang-ui/locale": "0.0.1-0",
59
- "@fang-ui/theme": "0.0.1-0",
60
59
  "@fang-ui/utils": "0.0.1-0",
60
+ "@fang-ui/theme": "0.0.1-0",
61
61
  "@fang-ui/types": "0.0.1-0"
62
62
  },
63
63
  "main": "./dist/index.cjs",
File without changes
File without changes
File without changes