@fangzhongya/fang-ui 0.0.26 → 0.0.28

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 (67) hide show
  1. package/dist/components/array/index.css +1 -2
  2. package/dist/components/box/index.css +1 -2
  3. package/dist/components/box-adjust/index.css +1 -2
  4. package/dist/components/box-local/index.css +1 -2
  5. package/dist/components/box-mask/index.css +1 -2
  6. package/dist/components/box-title/index.css +1 -2
  7. package/dist/components/button/index.d.ts +1 -1
  8. package/dist/components/button/src/index.d.ts +2 -2
  9. package/dist/components/buttons/index.css +1 -2
  10. package/dist/components/cascaders/index.css +1 -2
  11. package/dist/components/checks/index.css +1 -2
  12. package/dist/components/css/common.scss +1 -2
  13. package/dist/components/dates/index.css +2 -3
  14. package/dist/components/dates/index.scss +4 -6
  15. package/dist/components/dialog/index.css +3 -4
  16. package/dist/components/dialog/index.scss +6 -6
  17. package/dist/components/dialog/src/index.cjs +5 -9
  18. package/dist/components/dialog/src/index.js +6 -10
  19. package/dist/components/dialog/style/index2.scss +3 -0
  20. package/dist/components/drawer/index.css +1 -2
  21. package/dist/components/el-tables/index.css +2 -5
  22. package/dist/components/el-tables/index.scss +1 -3
  23. package/dist/components/forms/index.css +4 -2
  24. package/dist/components/forms/index.d.ts +9 -0
  25. package/dist/components/forms/index.scss +5 -0
  26. package/dist/components/forms/src/data.cjs +4 -1
  27. package/dist/components/forms/src/data.d.ts +3 -0
  28. package/dist/components/forms/src/data.js +4 -1
  29. package/dist/components/forms/src/index.cjs +3 -1
  30. package/dist/components/forms/src/index.d.ts +6 -0
  31. package/dist/components/forms/src/index.js +3 -1
  32. package/dist/components/forms-div/index.css +1 -2
  33. package/dist/components/forms-drag/index.d.ts +9 -0
  34. package/dist/components/forms-drag/src/index.d.ts +6 -0
  35. package/dist/components/{forms-item → forms-items}/index.css +1 -2
  36. package/dist/components/global-config/index.css +1 -2
  37. package/dist/components/icon/index.css +1 -2
  38. package/dist/components/index.scss +2 -2
  39. package/dist/components/input/index.d.ts +1 -1
  40. package/dist/components/input/src/index.d.ts +2 -2
  41. package/dist/components/input-array/index.css +1 -2
  42. package/dist/components/input-history/src/util.d.ts +17 -0
  43. package/dist/components/input-num/index.css +1 -2
  44. package/dist/components/input-select/index.d.ts +1 -1
  45. package/dist/components/input-select/src/index.d.ts +2 -2
  46. package/dist/components/inputs/index.css +1 -2
  47. package/dist/components/lists/index.css +1 -2
  48. package/dist/components/menus/index.css +1 -2
  49. package/dist/components/page/index.css +1 -2
  50. package/dist/components/pagin/index.css +1 -2
  51. package/dist/components/popup/index.css +1 -2
  52. package/dist/components/right-key/index.css +1 -2
  53. package/dist/components/right-key/src/data.cjs +1 -1
  54. package/dist/components/right-key/src/data.js +1 -1
  55. package/dist/components/right-key/src/index.cjs +1 -0
  56. package/dist/components/right-key/src/index.js +1 -0
  57. package/dist/components/selects/index.css +1 -2
  58. package/dist/components/switchs/index.css +1 -2
  59. package/dist/components/tables/index.css +1 -2
  60. package/dist/components/tables-pagin/index.css +2 -5
  61. package/dist/components/text/index.css +1 -2
  62. package/dist/components/tooltip/index.d.ts +1 -1
  63. package/dist/components/tooltip/src/index.d.ts +2 -2
  64. package/dist/components/vxe-tables/index.css +1 -2
  65. package/dist/components/window/index.css +1 -2
  66. package/dist/index.css +26 -83
  67. package/package.json +6 -6
@@ -1,6 +1,5 @@
1
1
  :root {
2
- --icon-picker-on: rgb(91, 189, 246);
3
- --icon-picker-border: #eee;
2
+ --on: rgb(91, 189, 246);
4
3
  --color-primary: #409eff;
5
4
  --bag-primary: #409eff;
6
5
  --bag-primary-text: #fff;
@@ -1,6 +1,5 @@
1
1
  :root {
2
- --icon-picker-on: rgb(91, 189, 246);
3
- --icon-picker-border: #eee;
2
+ --on: rgb(91, 189, 246);
4
3
  --color-primary: #409eff;
5
4
  --bag-primary: #409eff;
6
5
  --bag-primary-text: #fff;
@@ -1,6 +1,5 @@
1
1
  :root {
2
- --icon-picker-on: rgb(91, 189, 246);
3
- --icon-picker-border: #eee;
2
+ --on: rgb(91, 189, 246);
4
3
  --color-primary: #409eff;
5
4
  --bag-primary: #409eff;
6
5
  --bag-primary-text: #fff;
@@ -1,6 +1,5 @@
1
1
  :root {
2
- --icon-picker-on: rgb(91, 189, 246);
3
- --icon-picker-border: #eee;
2
+ --on: rgb(91, 189, 246);
4
3
  --color-primary: #409eff;
5
4
  --bag-primary: #409eff;
6
5
  --bag-primary-text: #fff;
@@ -1,6 +1,5 @@
1
1
  :root {
2
- --icon-picker-on: rgb(91, 189, 246);
3
- --icon-picker-border: #eee;
2
+ --on: rgb(91, 189, 246);
4
3
  --color-primary: #409eff;
5
4
  --bag-primary: #409eff;
6
5
  --bag-primary-text: #fff;
@@ -1,6 +1,5 @@
1
1
  :root {
2
- --icon-picker-on: rgb(91, 189, 246);
3
- --icon-picker-border: #eee;
2
+ --on: rgb(91, 189, 246);
4
3
  --color-primary: #409eff;
5
4
  --bag-primary: #409eff;
6
5
  --bag-primary-text: #fff;
@@ -278,7 +278,7 @@ declare const Button: {
278
278
  };
279
279
  }>> & {
280
280
  onClick?: ((evt: MouseEvent) => any) | undefined;
281
- }, "size" | "type" | "link" | "circle" | "text" | "ref" | "disabled" | "nativeType" | "loading" | "loadingIcon" | "plain" | "bg" | "autofocus" | "round" | "dark" | "autoInsertSpace" | "tag" | "shouldAddSpace"> & ShallowUnwrapRef<{
281
+ }, "size" | "type" | "link" | "circle" | "text" | "disabled" | "nativeType" | "loading" | "loadingIcon" | "plain" | "bg" | "autofocus" | "round" | "dark" | "autoInsertSpace" | "tag" | "ref" | "shouldAddSpace"> & ShallowUnwrapRef<{
282
282
  ref: Ref<HTMLButtonElement | undefined>;
283
283
  size: ComputedRef<"" | "small" | "default" | "large">;
284
284
  type: ComputedRef<string>;
@@ -278,7 +278,7 @@ declare function __VLS_template(): {
278
278
  };
279
279
  }>> & {
280
280
  onClick?: ((evt: MouseEvent) => any) | undefined;
281
- }, "size" | "type" | "link" | "circle" | "text" | "ref" | "disabled" | "nativeType" | "loading" | "loadingIcon" | "plain" | "bg" | "autofocus" | "round" | "dark" | "autoInsertSpace" | "tag" | "shouldAddSpace"> & ShallowUnwrapRef<{
281
+ }, "size" | "type" | "link" | "circle" | "text" | "disabled" | "nativeType" | "loading" | "loadingIcon" | "plain" | "bg" | "autofocus" | "round" | "dark" | "autoInsertSpace" | "tag" | "ref" | "shouldAddSpace"> & ShallowUnwrapRef<{
282
282
  ref: Ref<HTMLButtonElement | undefined>;
283
283
  size: ComputedRef<"" | "small" | "default" | "large">;
284
284
  type: ComputedRef<string>;
@@ -572,7 +572,7 @@ declare const __VLS_component: DefineComponent<{}, {
572
572
  };
573
573
  }>> & {
574
574
  onClick?: ((evt: MouseEvent) => any) | undefined;
575
- }, "size" | "type" | "link" | "circle" | "text" | "ref" | "disabled" | "nativeType" | "loading" | "loadingIcon" | "plain" | "bg" | "autofocus" | "round" | "dark" | "autoInsertSpace" | "tag" | "shouldAddSpace"> & ShallowUnwrapRef<{
575
+ }, "size" | "type" | "link" | "circle" | "text" | "disabled" | "nativeType" | "loading" | "loadingIcon" | "plain" | "bg" | "autofocus" | "round" | "dark" | "autoInsertSpace" | "tag" | "ref" | "shouldAddSpace"> & ShallowUnwrapRef<{
576
576
  ref: Ref<HTMLButtonElement | undefined>;
577
577
  size: ComputedRef<"" | "small" | "default" | "large">;
578
578
  type: ComputedRef<string>;
@@ -1,6 +1,5 @@
1
1
  :root {
2
- --icon-picker-on: rgb(91, 189, 246);
3
- --icon-picker-border: #eee;
2
+ --on: rgb(91, 189, 246);
4
3
  --color-primary: #409eff;
5
4
  --bag-primary: #409eff;
6
5
  --bag-primary-text: #fff;
@@ -1,6 +1,5 @@
1
1
  :root {
2
- --icon-picker-on: rgb(91, 189, 246);
3
- --icon-picker-border: #eee;
2
+ --on: rgb(91, 189, 246);
4
3
  --color-primary: #409eff;
5
4
  --bag-primary: #409eff;
6
5
  --bag-primary-text: #fff;
@@ -1,6 +1,5 @@
1
1
  :root {
2
- --icon-picker-on: rgb(91, 189, 246);
3
- --icon-picker-border: #eee;
2
+ --on: rgb(91, 189, 246);
4
3
  --color-primary: #409eff;
5
4
  --bag-primary: #409eff;
6
5
  --bag-primary-text: #fff;
@@ -5,8 +5,7 @@
5
5
  @forward './mixins.scss';
6
6
 
7
7
  :root {
8
- --#{$cssname}icon-picker-on: rgb(91, 189, 246);
9
- --#{$cssname}icon-picker-border: #eee;
8
+ --#{$cssname}on: rgb(91, 189, 246);
10
9
  --#{$cssname}color-primary: #409eff;
11
10
  --#{$cssname}bag-primary: #409eff;
12
11
  --#{$cssname}bag-primary-text: #fff;
@@ -1,6 +1,5 @@
1
1
  :root {
2
- --icon-picker-on: rgb(91, 189, 246);
3
- --icon-picker-border: #eee;
2
+ --on: rgb(91, 189, 246);
4
3
  --color-primary: #409eff;
5
4
  --bag-primary: #409eff;
6
5
  --bag-primary-text: #fff;
@@ -13,7 +12,7 @@
13
12
  --g-main-bg: var(--bg-color-page);
14
13
  }
15
14
 
16
- .dates-date {
15
+ .dates dates-date {
17
16
  height: 100%;
18
17
  width: 100%;
19
18
  box-sizing: border-box;
@@ -2,11 +2,9 @@
2
2
 
3
3
  $dates: 'dates';
4
4
  @include b($dates) {
5
- & {
6
- &-date {
7
- height: 100%;
8
- width: 100%;
9
- box-sizing: border-box;
10
- }
5
+ #{z($dates, 'date')} {
6
+ height: 100%;
7
+ width: 100%;
8
+ box-sizing: border-box;
11
9
  }
12
10
  }
@@ -1,6 +1,5 @@
1
1
  :root {
2
- --icon-picker-on: rgb(91, 189, 246);
3
- --icon-picker-border: #eee;
2
+ --on: rgb(91, 189, 246);
4
3
  --color-primary: #409eff;
5
4
  --bag-primary: #409eff;
6
5
  --bag-primary-text: #fff;
@@ -19,7 +18,7 @@
19
18
  .f-dialog.el-dialog .el-dialog__header {
20
19
  padding-top: 16px;
21
20
  padding-left: 20px;
22
- border-bottom: 1px solid #e5e7eb;
21
+ border-bottom: 1px solid var(--border);
23
22
  }
24
23
  .f-dialog.el-dialog .el-dialog__header .el-dialog__headerbtn {
25
24
  width: 56px;
@@ -30,6 +29,6 @@
30
29
  padding: 20px 30px;
31
30
  }
32
31
  .f-dialog.el-dialog .el-dialog__footer {
33
- border-top: 1px solid #e5e7eb;
32
+ border-top: 1px solid var(--border);
34
33
  padding: 20px 20px;
35
34
  }
@@ -9,11 +9,11 @@ $dialog: 'f-dialog';
9
9
  padding-top: 16px;
10
10
  padding-left: 20px;
11
11
  // background-color: #3770ed;
12
- border-bottom: 1px solid #e5e7eb;
13
- .#{e()}dialog__title,
14
- .#{e()}dialog__close {
15
- // color: #fff;
16
- }
12
+ border-bottom: 1px solid var(--#{$cssname}border);
13
+ // .#{e()}dialog__title,
14
+ // .#{e()}dialog__close {
15
+ // // color: #fff;
16
+ // }
17
17
  .#{e()}dialog__headerbtn {
18
18
  width: 56px;
19
19
  height: 56px;
@@ -24,7 +24,7 @@ $dialog: 'f-dialog';
24
24
  padding: 20px 30px;
25
25
  }
26
26
  &__footer {
27
- border-top: 1px solid #e5e7eb;
27
+ border-top: 1px solid var(--#{$cssname}border);
28
28
  padding: 20px 20px;
29
29
  }
30
30
  }
@@ -1,11 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
- const es = require("element-plus/es");
4
- require("element-plus/es/components/base/style/css");
5
- require("element-plus/es/components/dialog/style/css");
6
- require("element-plus/es/components/button/style/css");
7
3
  const vue = require("vue");
8
4
  const data = require("./data.cjs");
5
+ const ElDialog = require("element-plus/es/components/dialog/index");
6
+ const ElButton = require("element-plus/es/components/button/index");
9
7
  const index = require("../../../hooks/cssname/index.cjs");
10
8
  const _sfc_main = /* @__PURE__ */ vue.defineComponent({
11
9
  __name: "index",
@@ -34,9 +32,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
34
32
  };
35
33
  __expose({});
36
34
  return (_ctx, _cache) => {
37
- const _component_el_button = es.ElButton;
38
- const _component_el_dialog = es.ElDialog;
39
- return vue.openBlock(), vue.createBlock(_component_el_dialog, vue.mergeProps(vue.unref(attrs), {
35
+ return vue.openBlock(), vue.createBlock(vue.unref(ElDialog), vue.mergeProps(vue.unref(attrs), {
40
36
  class: vue.unref(cs).z(),
41
37
  modelValue: value.value,
42
38
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => value.value = $event),
@@ -59,14 +55,14 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
59
55
  vue.createElementVNode("div", {
60
56
  class: vue.normalizeClass(vue.unref(cs).z("footer"))
61
57
  }, [
62
- vue.createVNode(_component_el_button, { onClick: onClose }, {
58
+ vue.createVNode(vue.unref(ElButton), { onClick: onClose }, {
63
59
  default: vue.withCtx(() => _cache[1] || (_cache[1] = [
64
60
  vue.createTextVNode("关闭")
65
61
  ])),
66
62
  _: 1,
67
63
  __: [1]
68
64
  }),
69
- vue.createVNode(_component_el_button, {
65
+ vue.createVNode(vue.unref(ElButton), {
70
66
  type: "primary",
71
67
  onClick: onSubmit
72
68
  }, {
@@ -1,9 +1,7 @@
1
- import { ElDialog, ElButton } from "element-plus/es";
2
- import "element-plus/es/components/base/style/css";
3
- import "element-plus/es/components/dialog/style/css";
4
- import "element-plus/es/components/button/style/css";
5
- import { defineComponent, useAttrs, useSlots, computed, createBlock, openBlock, mergeProps, unref, createSlots, renderList, withCtx, renderSlot, createElementVNode, normalizeClass, createVNode, createTextVNode } from "vue";
1
+ import { defineComponent, useAttrs, useSlots, computed, createBlock, openBlock, unref, mergeProps, createSlots, renderList, withCtx, renderSlot, createElementVNode, normalizeClass, createVNode, createTextVNode } from "vue";
6
2
  import { dataEmits, dataProps } from "./data.js";
3
+ import ElDialog from "element-plus/es/components/dialog/index";
4
+ import ElButton from "element-plus/es/components/button/index";
7
5
  import { useCssName } from "../../../hooks/cssname/index.js";
8
6
  const _sfc_main = /* @__PURE__ */ defineComponent({
9
7
  __name: "index",
@@ -32,9 +30,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
32
30
  };
33
31
  __expose({});
34
32
  return (_ctx, _cache) => {
35
- const _component_el_button = ElButton;
36
- const _component_el_dialog = ElDialog;
37
- return openBlock(), createBlock(_component_el_dialog, mergeProps(unref(attrs), {
33
+ return openBlock(), createBlock(unref(ElDialog), mergeProps(unref(attrs), {
38
34
  class: unref(cs).z(),
39
35
  modelValue: value.value,
40
36
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => value.value = $event),
@@ -57,14 +53,14 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
57
53
  createElementVNode("div", {
58
54
  class: normalizeClass(unref(cs).z("footer"))
59
55
  }, [
60
- createVNode(_component_el_button, { onClick: onClose }, {
56
+ createVNode(unref(ElButton), { onClick: onClose }, {
61
57
  default: withCtx(() => _cache[1] || (_cache[1] = [
62
58
  createTextVNode("关闭")
63
59
  ])),
64
60
  _: 1,
65
61
  __: [1]
66
62
  }),
67
- createVNode(_component_el_button, {
63
+ createVNode(unref(ElButton), {
68
64
  type: "primary",
69
65
  onClick: onSubmit
70
66
  }, {
@@ -0,0 +1,3 @@
1
+ @use 'element-plus/theme-chalk/src/dialog.scss' as *;
2
+ @use 'element-plus/theme-chalk/src/button.scss' as *;
3
+ @use './index.scss' as *;
@@ -1,6 +1,5 @@
1
1
  :root {
2
- --icon-picker-on: rgb(91, 189, 246);
3
- --icon-picker-border: #eee;
2
+ --on: rgb(91, 189, 246);
4
3
  --color-primary: #409eff;
5
4
  --bag-primary: #409eff;
6
5
  --bag-primary-text: #fff;
@@ -1,6 +1,5 @@
1
1
  :root {
2
- --icon-picker-on: rgb(91, 189, 246);
3
- --icon-picker-border: #eee;
2
+ --on: rgb(91, 189, 246);
4
3
  --color-primary: #409eff;
5
4
  --bag-primary: #409eff;
6
5
  --bag-primary-text: #fff;
@@ -23,6 +22,7 @@
23
22
  }
24
23
  .tables-table {
25
24
  background-color: transparent;
25
+ --el-table-header-bg-color: rgb(248, 248, 249);
26
26
  }
27
27
  .tables-table.is-absolute {
28
28
  position: absolute;
@@ -30,7 +30,4 @@
30
30
  right: 0;
31
31
  bottom: 0;
32
32
  left: 0;
33
- }
34
- .tables-table th.el-table__cell {
35
- background-color: rgb(248, 248, 249);
36
33
  }
@@ -21,8 +21,6 @@ $tables: 'tables';
21
21
  // width: 100%;
22
22
  // 去掉背景色
23
23
  background-color: transparent;
24
- th.#{e()}table__cell {
25
- background-color: rgb(248, 248, 249);
26
- }
24
+ --#{e()}table-header-bg-color: rgb(248, 248, 249);
27
25
  }
28
26
  }
@@ -1,6 +1,5 @@
1
1
  :root {
2
- --icon-picker-on: rgb(91, 189, 246);
3
- --icon-picker-border: #eee;
2
+ --on: rgb(91, 189, 246);
4
3
  --color-primary: #409eff;
5
4
  --bag-primary: #409eff;
6
5
  --bag-primary-text: #fff;
@@ -99,4 +98,7 @@
99
98
  }
100
99
  .forms-elf.center .el-form-item__label {
101
100
  justify-content: center;
101
+ }
102
+ .forms-buts-div .el-button {
103
+ height: inherit;
102
104
  }
@@ -101,6 +101,9 @@ declare const Forms: {
101
101
  butLeft: {
102
102
  type: StringConstructor;
103
103
  };
104
+ butHeight: {
105
+ type: StringConstructor;
106
+ };
104
107
  colon: (BooleanConstructor | StringConstructor)[];
105
108
  value: {
106
109
  type: () => ObjAny;
@@ -530,6 +533,9 @@ declare const Forms: {
530
533
  butLeft: {
531
534
  type: StringConstructor;
532
535
  };
536
+ butHeight: {
537
+ type: StringConstructor;
538
+ };
533
539
  colon: (BooleanConstructor | StringConstructor)[];
534
540
  value: {
535
541
  type: () => ObjAny;
@@ -677,6 +683,9 @@ declare const Forms: {
677
683
  butLeft: {
678
684
  type: StringConstructor;
679
685
  };
686
+ butHeight: {
687
+ type: StringConstructor;
688
+ };
680
689
  colon: (BooleanConstructor | StringConstructor)[];
681
690
  value: {
682
691
  type: () => ObjAny;
@@ -91,4 +91,9 @@ $forms: 'forms';
91
91
  }
92
92
  }
93
93
  }
94
+ &-buts-div {
95
+ .#{e()}button {
96
+ height: inherit;
97
+ }
98
+ }
94
99
  }
@@ -74,7 +74,7 @@ const dataProps = {
74
74
  },
75
75
  queryInterval: {
76
76
  type: String,
77
- default: "10px"
77
+ default: "6px"
78
78
  },
79
79
  inlineRight: {
80
80
  type: String,
@@ -100,6 +100,9 @@ const dataProps = {
100
100
  butLeft: {
101
101
  type: String
102
102
  },
103
+ butHeight: {
104
+ type: String
105
+ },
103
106
  colon: [Boolean, String]
104
107
  };
105
108
  const dataEmits = [
@@ -122,6 +122,9 @@ export declare const dataProps: {
122
122
  butLeft: {
123
123
  type: StringConstructor;
124
124
  };
125
+ butHeight: {
126
+ type: StringConstructor;
127
+ };
125
128
  colon: (BooleanConstructor | StringConstructor)[];
126
129
  value: {
127
130
  type: () => ObjAny;
@@ -72,7 +72,7 @@ const dataProps = {
72
72
  },
73
73
  queryInterval: {
74
74
  type: String,
75
- default: "10px"
75
+ default: "6px"
76
76
  },
77
77
  inlineRight: {
78
78
  type: String,
@@ -98,6 +98,9 @@ const dataProps = {
98
98
  butLeft: {
99
99
  type: String
100
100
  },
101
+ butHeight: {
102
+ type: String
103
+ },
101
104
  colon: [Boolean, String]
102
105
  };
103
106
  const dataEmits = [
@@ -141,7 +141,9 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
141
141
  }, {
142
142
  default: vue.withCtx(() => [
143
143
  vue.createElementVNode("div", {
144
- style: vue.normalizeStyle({ height: props.rowHeight }),
144
+ style: vue.normalizeStyle({
145
+ height: props.butHeight ?? props.rowHeight
146
+ }),
145
147
  class: vue.normalizeClass(vue.unref(cs).z("buts-div"))
146
148
  }, [
147
149
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(vue.unref(buts), (item, index2) => {
@@ -386,6 +386,9 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
386
386
  butLeft: {
387
387
  type: StringConstructor;
388
388
  };
389
+ butHeight: {
390
+ type: StringConstructor;
391
+ };
389
392
  colon: (BooleanConstructor | StringConstructor)[];
390
393
  value: {
391
394
  type: () => ObjAny;
@@ -512,6 +515,9 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
512
515
  butLeft: {
513
516
  type: StringConstructor;
514
517
  };
518
+ butHeight: {
519
+ type: StringConstructor;
520
+ };
515
521
  colon: (BooleanConstructor | StringConstructor)[];
516
522
  value: {
517
523
  type: () => ObjAny;
@@ -139,7 +139,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
139
139
  }, {
140
140
  default: withCtx(() => [
141
141
  createElementVNode("div", {
142
- style: normalizeStyle({ height: props.rowHeight }),
142
+ style: normalizeStyle({
143
+ height: props.butHeight ?? props.rowHeight
144
+ }),
143
145
  class: normalizeClass(unref(cs).z("buts-div"))
144
146
  }, [
145
147
  (openBlock(true), createElementBlock(Fragment, null, renderList(unref(buts), (item, index) => {
@@ -1,6 +1,5 @@
1
1
  :root {
2
- --icon-picker-on: rgb(91, 189, 246);
3
- --icon-picker-border: #eee;
2
+ --on: rgb(91, 189, 246);
4
3
  --color-primary: #409eff;
5
4
  --bag-primary: #409eff;
6
5
  --bag-primary-text: #fff;
@@ -108,6 +108,9 @@ declare const FormsDrag: {
108
108
  butLeft: {
109
109
  type: StringConstructor;
110
110
  };
111
+ butHeight: {
112
+ type: StringConstructor;
113
+ };
111
114
  colon: (BooleanConstructor | StringConstructor)[];
112
115
  value: {
113
116
  type: () => ObjAny;
@@ -545,6 +548,9 @@ declare const FormsDrag: {
545
548
  butLeft: {
546
549
  type: StringConstructor;
547
550
  };
551
+ butHeight: {
552
+ type: StringConstructor;
553
+ };
548
554
  colon: (BooleanConstructor | StringConstructor)[];
549
555
  value: {
550
556
  type: () => ObjAny;
@@ -700,6 +706,9 @@ declare const FormsDrag: {
700
706
  butLeft: {
701
707
  type: StringConstructor;
702
708
  };
709
+ butHeight: {
710
+ type: StringConstructor;
711
+ };
703
712
  colon: (BooleanConstructor | StringConstructor)[];
704
713
  value: {
705
714
  type: () => ObjAny;
@@ -393,6 +393,9 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
393
393
  butLeft: {
394
394
  type: StringConstructor;
395
395
  };
396
+ butHeight: {
397
+ type: StringConstructor;
398
+ };
396
399
  colon: (BooleanConstructor | StringConstructor)[];
397
400
  value: {
398
401
  type: () => globalThis.ObjAny;
@@ -526,6 +529,9 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
526
529
  butLeft: {
527
530
  type: StringConstructor;
528
531
  };
532
+ butHeight: {
533
+ type: StringConstructor;
534
+ };
529
535
  colon: (BooleanConstructor | StringConstructor)[];
530
536
  value: {
531
537
  type: () => globalThis.ObjAny;
@@ -1,6 +1,5 @@
1
1
  :root {
2
- --icon-picker-on: rgb(91, 189, 246);
3
- --icon-picker-border: #eee;
2
+ --on: rgb(91, 189, 246);
4
3
  --color-primary: #409eff;
5
4
  --bag-primary: #409eff;
6
5
  --bag-primary-text: #fff;
@@ -1,6 +1,5 @@
1
1
  :root {
2
- --icon-picker-on: rgb(91, 189, 246);
3
- --icon-picker-border: #eee;
2
+ --on: rgb(91, 189, 246);
4
3
  --color-primary: #409eff;
5
4
  --bag-primary: #409eff;
6
5
  --bag-primary-text: #fff;
@@ -1,6 +1,5 @@
1
1
  :root {
2
- --icon-picker-on: rgb(91, 189, 246);
3
- --icon-picker-border: #eee;
2
+ --on: rgb(91, 189, 246);
4
3
  --color-primary: #409eff;
5
4
  --bag-primary: #409eff;
6
5
  --bag-primary-text: #fff;
@@ -30,5 +30,5 @@
30
30
  @use './text/index.scss' as *;
31
31
  @use './el-tables/index.scss' as *;
32
32
  @use './pagin/index.scss' as *;
33
- @use './tables/index.scss' as *;
34
- @use './vxe-tables/index.scss' as *;
33
+ @use './tables-pagin/index.scss' as *;
34
+ @use './tables/index.scss' as *;
@@ -504,7 +504,7 @@ declare const Input: {
504
504
  onMouseenter?: ((evt: MouseEvent) => any) | undefined;
505
505
  onMouseleave?: ((evt: MouseEvent) => any) | undefined;
506
506
  onClear?: (() => any) | undefined;
507
- }, "clear" | "type" | "input" | "select" | "textarea" | "modelValue" | "ref" | "disabled" | "autofocus" | "id" | "tabindex" | "validateEvent" | "focus" | "blur" | "clearable" | "readonly" | "inputmode" | "autosize" | "autocomplete" | "showPassword" | "showWordLimit" | "containerRole" | "inputStyle" | "rows" | "textareaStyle" | "isComposing" | "resizeTextarea"> & ShallowUnwrapRef<{
507
+ }, "clear" | "type" | "input" | "select" | "textarea" | "modelValue" | "disabled" | "autofocus" | "ref" | "id" | "tabindex" | "validateEvent" | "focus" | "blur" | "clearable" | "readonly" | "inputmode" | "autosize" | "autocomplete" | "showPassword" | "showWordLimit" | "containerRole" | "inputStyle" | "rows" | "textareaStyle" | "isComposing" | "resizeTextarea"> & ShallowUnwrapRef<{
508
508
  input: ShallowRef<HTMLInputElement | undefined>;
509
509
  textarea: ShallowRef<HTMLTextAreaElement | undefined>;
510
510
  ref: ComputedRef<HTMLInputElement | HTMLTextAreaElement | undefined>;
@@ -504,7 +504,7 @@ declare function __VLS_template(): {
504
504
  onMouseenter?: ((evt: MouseEvent) => any) | undefined;
505
505
  onMouseleave?: ((evt: MouseEvent) => any) | undefined;
506
506
  onClear?: (() => any) | undefined;
507
- }, "clear" | "type" | "input" | "select" | "textarea" | "modelValue" | "ref" | "disabled" | "autofocus" | "id" | "tabindex" | "validateEvent" | "focus" | "blur" | "clearable" | "readonly" | "inputmode" | "autosize" | "autocomplete" | "showPassword" | "showWordLimit" | "containerRole" | "inputStyle" | "rows" | "textareaStyle" | "isComposing" | "resizeTextarea"> & ShallowUnwrapRef<{
507
+ }, "clear" | "type" | "input" | "select" | "textarea" | "modelValue" | "disabled" | "autofocus" | "ref" | "id" | "tabindex" | "validateEvent" | "focus" | "blur" | "clearable" | "readonly" | "inputmode" | "autosize" | "autocomplete" | "showPassword" | "showWordLimit" | "containerRole" | "inputStyle" | "rows" | "textareaStyle" | "isComposing" | "resizeTextarea"> & ShallowUnwrapRef<{
508
508
  input: ShallowRef<HTMLInputElement | undefined>;
509
509
  textarea: ShallowRef<HTMLTextAreaElement | undefined>;
510
510
  ref: ComputedRef<HTMLInputElement | HTMLTextAreaElement | undefined>;
@@ -1030,7 +1030,7 @@ declare const __VLS_component: DefineComponent<{}, {
1030
1030
  onMouseenter?: ((evt: MouseEvent) => any) | undefined;
1031
1031
  onMouseleave?: ((evt: MouseEvent) => any) | undefined;
1032
1032
  onClear?: (() => any) | undefined;
1033
- }, "clear" | "type" | "input" | "select" | "textarea" | "modelValue" | "ref" | "disabled" | "autofocus" | "id" | "tabindex" | "validateEvent" | "focus" | "blur" | "clearable" | "readonly" | "inputmode" | "autosize" | "autocomplete" | "showPassword" | "showWordLimit" | "containerRole" | "inputStyle" | "rows" | "textareaStyle" | "isComposing" | "resizeTextarea"> & ShallowUnwrapRef<{
1033
+ }, "clear" | "type" | "input" | "select" | "textarea" | "modelValue" | "disabled" | "autofocus" | "ref" | "id" | "tabindex" | "validateEvent" | "focus" | "blur" | "clearable" | "readonly" | "inputmode" | "autosize" | "autocomplete" | "showPassword" | "showWordLimit" | "containerRole" | "inputStyle" | "rows" | "textareaStyle" | "isComposing" | "resizeTextarea"> & ShallowUnwrapRef<{
1034
1034
  input: ShallowRef<HTMLInputElement | undefined>;
1035
1035
  textarea: ShallowRef<HTMLTextAreaElement | undefined>;
1036
1036
  ref: ComputedRef<HTMLInputElement | HTMLTextAreaElement | undefined>;
@@ -1,6 +1,5 @@
1
1
  :root {
2
- --icon-picker-on: rgb(91, 189, 246);
3
- --icon-picker-border: #eee;
2
+ --on: rgb(91, 189, 246);
4
3
  --color-primary: #409eff;
5
4
  --bag-primary: #409eff;
6
5
  --bag-primary-text: #fff;
@@ -0,0 +1,17 @@
1
+ import { Ref, UnwrapRef } from 'vue';
2
+ import { IfAny } from '@vue/shared';
3
+ /**
4
+ * 删除已经存在数组值,把新值添加最后
5
+ * @param {Array<T>} arr 当前数组
6
+ * @param {Object} obj 要处理的对象
7
+ * @param {string} id 比对的对应属性名称
8
+ * @param {string} is 是否在前面添加
9
+ * @returns {Array<T>} 判断后的数组值
10
+ */
11
+ export declare function replaceAfter<T>(arr: Array<T>, obj: T, id?: string, is?: boolean): Array<T>;
12
+ /**
13
+ * 删除数组中的值
14
+ */
15
+ export declare function deleteArray<T>(arr: Array<T>, obj: T, key?: string, is?: boolean): T[] | undefined;
16
+ export declare const useStorage: <T>(storage: string, d: any, is?: boolean) => [T] extends [ Ref<any, any>] ? IfAny<T, Ref<T, T>, T> : Ref<UnwrapRef<T>, T | UnwrapRef<T>>;
17
+ export type UseStorageReturn = ReturnType<typeof useStorage>;
@@ -1,6 +1,5 @@
1
1
  :root {
2
- --icon-picker-on: rgb(91, 189, 246);
3
- --icon-picker-border: #eee;
2
+ --on: rgb(91, 189, 246);
4
3
  --color-primary: #409eff;
5
4
  --bag-primary: #409eff;
6
5
  --bag-primary-text: #fff;
@@ -553,7 +553,7 @@ declare const InputSelect: {
553
553
  onMouseenter?: ((evt: MouseEvent) => any) | undefined;
554
554
  onMouseleave?: ((evt: MouseEvent) => any) | undefined;
555
555
  onClear?: (() => any) | undefined;
556
- }, "clear" | "type" | "input" | "select" | "textarea" | "modelValue" | "ref" | "disabled" | "autofocus" | "id" | "tabindex" | "validateEvent" | "focus" | "blur" | "clearable" | "readonly" | "inputmode" | "autosize" | "autocomplete" | "showPassword" | "showWordLimit" | "containerRole" | "inputStyle" | "rows" | "textareaStyle" | "isComposing" | "resizeTextarea"> & ShallowUnwrapRef<{
556
+ }, "clear" | "type" | "input" | "select" | "textarea" | "modelValue" | "disabled" | "autofocus" | "ref" | "id" | "tabindex" | "validateEvent" | "focus" | "blur" | "clearable" | "readonly" | "inputmode" | "autosize" | "autocomplete" | "showPassword" | "showWordLimit" | "containerRole" | "inputStyle" | "rows" | "textareaStyle" | "isComposing" | "resizeTextarea"> & ShallowUnwrapRef<{
557
557
  input: ShallowRef<HTMLInputElement | undefined>;
558
558
  textarea: ShallowRef<HTMLTextAreaElement | undefined>;
559
559
  ref: ComputedRef<HTMLInputElement | HTMLTextAreaElement | undefined>;
@@ -504,7 +504,7 @@ declare function __VLS_template(): {
504
504
  onMouseenter?: ((evt: MouseEvent) => any) | undefined;
505
505
  onMouseleave?: ((evt: MouseEvent) => any) | undefined;
506
506
  onClear?: (() => any) | undefined;
507
- }, "clear" | "type" | "input" | "select" | "textarea" | "modelValue" | "ref" | "disabled" | "autofocus" | "id" | "tabindex" | "validateEvent" | "focus" | "blur" | "clearable" | "readonly" | "inputmode" | "autosize" | "autocomplete" | "showPassword" | "showWordLimit" | "containerRole" | "inputStyle" | "rows" | "textareaStyle" | "isComposing" | "resizeTextarea"> & ShallowUnwrapRef<{
507
+ }, "clear" | "type" | "input" | "select" | "textarea" | "modelValue" | "disabled" | "autofocus" | "ref" | "id" | "tabindex" | "validateEvent" | "focus" | "blur" | "clearable" | "readonly" | "inputmode" | "autosize" | "autocomplete" | "showPassword" | "showWordLimit" | "containerRole" | "inputStyle" | "rows" | "textareaStyle" | "isComposing" | "resizeTextarea"> & ShallowUnwrapRef<{
508
508
  input: ShallowRef<HTMLInputElement | undefined>;
509
509
  textarea: ShallowRef<HTMLTextAreaElement | undefined>;
510
510
  ref: ComputedRef<HTMLInputElement | HTMLTextAreaElement | undefined>;
@@ -1122,7 +1122,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
1122
1122
  onMouseenter?: ((evt: MouseEvent) => any) | undefined;
1123
1123
  onMouseleave?: ((evt: MouseEvent) => any) | undefined;
1124
1124
  onClear?: (() => any) | undefined;
1125
- }, "clear" | "type" | "input" | "select" | "textarea" | "modelValue" | "ref" | "disabled" | "autofocus" | "id" | "tabindex" | "validateEvent" | "focus" | "blur" | "clearable" | "readonly" | "inputmode" | "autosize" | "autocomplete" | "showPassword" | "showWordLimit" | "containerRole" | "inputStyle" | "rows" | "textareaStyle" | "isComposing" | "resizeTextarea"> & ShallowUnwrapRef<{
1125
+ }, "clear" | "type" | "input" | "select" | "textarea" | "modelValue" | "disabled" | "autofocus" | "ref" | "id" | "tabindex" | "validateEvent" | "focus" | "blur" | "clearable" | "readonly" | "inputmode" | "autosize" | "autocomplete" | "showPassword" | "showWordLimit" | "containerRole" | "inputStyle" | "rows" | "textareaStyle" | "isComposing" | "resizeTextarea"> & ShallowUnwrapRef<{
1126
1126
  input: ShallowRef<HTMLInputElement | undefined>;
1127
1127
  textarea: ShallowRef<HTMLTextAreaElement | undefined>;
1128
1128
  ref: ComputedRef<HTMLInputElement | HTMLTextAreaElement | undefined>;
@@ -1,6 +1,5 @@
1
1
  :root {
2
- --icon-picker-on: rgb(91, 189, 246);
3
- --icon-picker-border: #eee;
2
+ --on: rgb(91, 189, 246);
4
3
  --color-primary: #409eff;
5
4
  --bag-primary: #409eff;
6
5
  --bag-primary-text: #fff;
@@ -1,6 +1,5 @@
1
1
  :root {
2
- --icon-picker-on: rgb(91, 189, 246);
3
- --icon-picker-border: #eee;
2
+ --on: rgb(91, 189, 246);
4
3
  --color-primary: #409eff;
5
4
  --bag-primary: #409eff;
6
5
  --bag-primary-text: #fff;
@@ -1,6 +1,5 @@
1
1
  :root {
2
- --icon-picker-on: rgb(91, 189, 246);
3
- --icon-picker-border: #eee;
2
+ --on: rgb(91, 189, 246);
4
3
  --color-primary: #409eff;
5
4
  --bag-primary: #409eff;
6
5
  --bag-primary-text: #fff;
@@ -1,6 +1,5 @@
1
1
  :root {
2
- --icon-picker-on: rgb(91, 189, 246);
3
- --icon-picker-border: #eee;
2
+ --on: rgb(91, 189, 246);
4
3
  --color-primary: #409eff;
5
4
  --bag-primary: #409eff;
6
5
  --bag-primary-text: #fff;
@@ -1,6 +1,5 @@
1
1
  :root {
2
- --icon-picker-on: rgb(91, 189, 246);
3
- --icon-picker-border: #eee;
2
+ --on: rgb(91, 189, 246);
4
3
  --color-primary: #409eff;
5
4
  --bag-primary: #409eff;
6
5
  --bag-primary-text: #fff;
@@ -1,6 +1,5 @@
1
1
  :root {
2
- --icon-picker-on: rgb(91, 189, 246);
3
- --icon-picker-border: #eee;
2
+ --on: rgb(91, 189, 246);
4
3
  --color-primary: #409eff;
5
4
  --bag-primary: #409eff;
6
5
  --bag-primary-text: #fff;
@@ -1,6 +1,5 @@
1
1
  :root {
2
- --icon-picker-on: rgb(91, 189, 246);
3
- --icon-picker-border: #eee;
2
+ --on: rgb(91, 189, 246);
4
3
  --color-primary: #409eff;
5
4
  --bag-primary: #409eff;
6
5
  --bag-primary-text: #fff;
@@ -65,7 +65,7 @@ const dataProps = buildProps.buildProps({
65
65
  type: Boolean
66
66
  }
67
67
  });
68
- const dataEmits = ["click-key"];
68
+ const dataEmits = ["click-key", "click-right"];
69
69
  const dataSlot = {
70
70
  default: "default"
71
71
  };
@@ -63,7 +63,7 @@ const dataProps = buildProps({
63
63
  type: Boolean
64
64
  }
65
65
  });
66
- const dataEmits = ["click-key"];
66
+ const dataEmits = ["click-key", "click-right"];
67
67
  const dataSlot = {
68
68
  default: "default"
69
69
  };
@@ -90,6 +90,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
90
90
  flag.value = true;
91
91
  event.preventDefault();
92
92
  event.stopPropagation();
93
+ emit("click-right", target);
93
94
  } else {
94
95
  flag.value = false;
95
96
  }
@@ -88,6 +88,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
88
88
  flag.value = true;
89
89
  event.preventDefault();
90
90
  event.stopPropagation();
91
+ emit("click-right", target);
91
92
  } else {
92
93
  flag.value = false;
93
94
  }
@@ -1,6 +1,5 @@
1
1
  :root {
2
- --icon-picker-on: rgb(91, 189, 246);
3
- --icon-picker-border: #eee;
2
+ --on: rgb(91, 189, 246);
4
3
  --color-primary: #409eff;
5
4
  --bag-primary: #409eff;
6
5
  --bag-primary-text: #fff;
@@ -1,6 +1,5 @@
1
1
  :root {
2
- --icon-picker-on: rgb(91, 189, 246);
3
- --icon-picker-border: #eee;
2
+ --on: rgb(91, 189, 246);
4
3
  --color-primary: #409eff;
5
4
  --bag-primary: #409eff;
6
5
  --bag-primary-text: #fff;
@@ -1,6 +1,5 @@
1
1
  :root {
2
- --icon-picker-on: rgb(91, 189, 246);
3
- --icon-picker-border: #eee;
2
+ --on: rgb(91, 189, 246);
4
3
  --color-primary: #409eff;
5
4
  --bag-primary: #409eff;
6
5
  --bag-primary-text: #fff;
@@ -1,6 +1,5 @@
1
1
  :root {
2
- --icon-picker-on: rgb(91, 189, 246);
3
- --icon-picker-border: #eee;
2
+ --on: rgb(91, 189, 246);
4
3
  --color-primary: #409eff;
5
4
  --bag-primary: #409eff;
6
5
  --bag-primary-text: #fff;
@@ -23,6 +22,7 @@
23
22
  }
24
23
  .tables-table {
25
24
  background-color: transparent;
25
+ --el-table-header-bg-color: rgb(248, 248, 249);
26
26
  }
27
27
  .tables-table.is-absolute {
28
28
  position: absolute;
@@ -31,9 +31,6 @@
31
31
  bottom: 0;
32
32
  left: 0;
33
33
  }
34
- .tables-table th.el-table__cell {
35
- background-color: rgb(248, 248, 249);
36
- }
37
34
 
38
35
  .pags {
39
36
  padding: 10px;
@@ -1,6 +1,5 @@
1
1
  :root {
2
- --icon-picker-on: rgb(91, 189, 246);
3
- --icon-picker-border: #eee;
2
+ --on: rgb(91, 189, 246);
4
3
  --color-primary: #409eff;
5
4
  --bag-primary: #409eff;
6
5
  --bag-primary-text: #fff;
@@ -879,7 +879,7 @@ declare const Tooltip: {
879
879
  } & {
880
880
  readonly default: "tooltip";
881
881
  };
882
- }>>, "onClose" | "visible" | "onOpen" | "disabled" | "teleported" | "hide" | "showAfter" | "hideAfter" | "autoClose" | "effect" | "open" | "offset" | "persistent" | "trigger" | "triggerKeys" | "placement" | "popperOptions" | "content" | "enterable" | "showArrow" | "popperRef" | "role" | "contentRef" | "arrowOffset" | "virtualTriggering" | "rawContent" | "pure" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "boundariesPadding" | "fallbackPlacements" | "gpuAcceleration" | "strategy" | "isFocusInsideContent" | "updatePopper"> & ShallowUnwrapRef<{
882
+ }>>, "visible" | "onOpen" | "onClose" | "disabled" | "teleported" | "hide" | "showAfter" | "hideAfter" | "autoClose" | "effect" | "open" | "offset" | "persistent" | "trigger" | "triggerKeys" | "placement" | "popperOptions" | "content" | "enterable" | "showArrow" | "popperRef" | "role" | "contentRef" | "arrowOffset" | "virtualTriggering" | "rawContent" | "pure" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "boundariesPadding" | "fallbackPlacements" | "gpuAcceleration" | "strategy" | "isFocusInsideContent" | "updatePopper"> & ShallowUnwrapRef<{
883
883
  popperRef: Ref< PopperInstance | undefined>;
884
884
  contentRef: Ref< TooltipContentInstance | undefined>;
885
885
  isFocusInsideContent: (event?: FocusEvent) => boolean | undefined;
@@ -879,7 +879,7 @@ declare function __VLS_template(): {
879
879
  } & {
880
880
  readonly default: "tooltip";
881
881
  };
882
- }>>, "onClose" | "visible" | "onOpen" | "disabled" | "teleported" | "hide" | "showAfter" | "hideAfter" | "autoClose" | "effect" | "open" | "offset" | "persistent" | "trigger" | "triggerKeys" | "placement" | "popperOptions" | "content" | "enterable" | "showArrow" | "popperRef" | "role" | "contentRef" | "arrowOffset" | "virtualTriggering" | "rawContent" | "pure" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "boundariesPadding" | "fallbackPlacements" | "gpuAcceleration" | "strategy" | "isFocusInsideContent" | "updatePopper"> & ShallowUnwrapRef<{
882
+ }>>, "visible" | "onOpen" | "onClose" | "disabled" | "teleported" | "hide" | "showAfter" | "hideAfter" | "autoClose" | "effect" | "open" | "offset" | "persistent" | "trigger" | "triggerKeys" | "placement" | "popperOptions" | "content" | "enterable" | "showArrow" | "popperRef" | "role" | "contentRef" | "arrowOffset" | "virtualTriggering" | "rawContent" | "pure" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "boundariesPadding" | "fallbackPlacements" | "gpuAcceleration" | "strategy" | "isFocusInsideContent" | "updatePopper"> & ShallowUnwrapRef<{
883
883
  popperRef: Ref< PopperInstance | undefined>;
884
884
  contentRef: Ref< TooltipContentInstance | undefined>;
885
885
  isFocusInsideContent: (event?: FocusEvent) => boolean | undefined;
@@ -1774,7 +1774,7 @@ declare const __VLS_component: DefineComponent<{}, {
1774
1774
  } & {
1775
1775
  readonly default: "tooltip";
1776
1776
  };
1777
- }>>, "onClose" | "visible" | "onOpen" | "disabled" | "teleported" | "hide" | "showAfter" | "hideAfter" | "autoClose" | "effect" | "open" | "offset" | "persistent" | "trigger" | "triggerKeys" | "placement" | "popperOptions" | "content" | "enterable" | "showArrow" | "popperRef" | "role" | "contentRef" | "arrowOffset" | "virtualTriggering" | "rawContent" | "pure" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "boundariesPadding" | "fallbackPlacements" | "gpuAcceleration" | "strategy" | "isFocusInsideContent" | "updatePopper"> & ShallowUnwrapRef<{
1777
+ }>>, "visible" | "onOpen" | "onClose" | "disabled" | "teleported" | "hide" | "showAfter" | "hideAfter" | "autoClose" | "effect" | "open" | "offset" | "persistent" | "trigger" | "triggerKeys" | "placement" | "popperOptions" | "content" | "enterable" | "showArrow" | "popperRef" | "role" | "contentRef" | "arrowOffset" | "virtualTriggering" | "rawContent" | "pure" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "boundariesPadding" | "fallbackPlacements" | "gpuAcceleration" | "strategy" | "isFocusInsideContent" | "updatePopper"> & ShallowUnwrapRef<{
1778
1778
  popperRef: Ref< PopperInstance | undefined>;
1779
1779
  contentRef: Ref< TooltipContentInstance | undefined>;
1780
1780
  isFocusInsideContent: (event?: FocusEvent) => boolean | undefined;
@@ -1,6 +1,5 @@
1
1
  :root {
2
- --icon-picker-on: rgb(91, 189, 246);
3
- --icon-picker-border: #eee;
2
+ --on: rgb(91, 189, 246);
4
3
  --color-primary: #409eff;
5
4
  --bag-primary: #409eff;
6
5
  --bag-primary-text: #fff;
@@ -1,6 +1,5 @@
1
1
  :root {
2
- --icon-picker-on: rgb(91, 189, 246);
3
- --icon-picker-border: #eee;
2
+ --on: rgb(91, 189, 246);
4
3
  --color-primary: #409eff;
5
4
  --bag-primary: #409eff;
6
5
  --bag-primary-text: #fff;
package/dist/index.css CHANGED
@@ -1,6 +1,5 @@
1
1
  :root {
2
- --icon-picker-on: rgb(91, 189, 246);
3
- --icon-picker-border: #eee;
2
+ --on: rgb(91, 189, 246);
4
3
  --color-primary: #409eff;
5
4
  --bag-primary: #409eff;
6
5
  --bag-primary-text: #fff;
@@ -19,7 +18,7 @@
19
18
  .f-dialog.el-dialog .el-dialog__header {
20
19
  padding-top: 16px;
21
20
  padding-left: 20px;
22
- border-bottom: 1px solid #e5e7eb;
21
+ border-bottom: 1px solid var(--border);
23
22
  }
24
23
  .f-dialog.el-dialog .el-dialog__header .el-dialog__headerbtn {
25
24
  width: 56px;
@@ -30,7 +29,7 @@
30
29
  padding: 20px 30px;
31
30
  }
32
31
  .f-dialog.el-dialog .el-dialog__footer {
33
- border-top: 1px solid #e5e7eb;
32
+ border-top: 1px solid var(--border);
34
33
  padding: 20px 20px;
35
34
  }
36
35
 
@@ -165,6 +164,9 @@
165
164
  .forms-elf.center .el-form-item__label {
166
165
  justify-content: center;
167
166
  }
167
+ .forms-buts-div .el-button {
168
+ height: inherit;
169
+ }
168
170
 
169
171
  .box-adjust {
170
172
  position: fixed;
@@ -578,7 +580,7 @@
578
580
  font-size: 0;
579
581
  }
580
582
 
581
- .dates-date {
583
+ .dates dates-date {
582
584
  height: 100%;
583
585
  width: 100%;
584
586
  box-sizing: border-box;
@@ -653,6 +655,7 @@
653
655
  }
654
656
  .tables-table {
655
657
  background-color: transparent;
658
+ --el-table-header-bg-color: rgb(248, 248, 249);
656
659
  }
657
660
  .tables-table.is-absolute {
658
661
  position: absolute;
@@ -661,9 +664,6 @@
661
664
  bottom: 0;
662
665
  left: 0;
663
666
  }
664
- .tables-table th.el-table__cell {
665
- background-color: rgb(248, 248, 249);
666
- }
667
667
 
668
668
  .pags {
669
669
  padding: 10px;
@@ -680,104 +680,47 @@
680
680
  color: #9b9b9b;
681
681
  }
682
682
 
683
- .tables-pag {
683
+ .tables-pagin {
684
684
  width: 100%;
685
- height: 100%;
686
- flex: 1;
685
+ height: var(--tables-pagin-height);
687
686
  display: flex;
688
687
  flex-direction: column;
689
688
  }
690
- .tables-pag-main {
689
+ .tables-pagin-main {
691
690
  display: flex;
692
691
  flex-direction: column;
693
692
  flex: 1;
694
693
  width: 100%;
695
694
  }
696
- .tables-pag-main.is-radio .el-table__header .el-table-column--selection .el-checkbox {
695
+ .tables-pagin-main.is-radio .el-table__header .el-table-column--selection .el-checkbox {
697
696
  display: none;
698
697
  }
699
- .tables-pag-paginat {
698
+ .tables-pagin-paginat {
700
699
  overflow: hidden;
701
700
  }
702
- .tables-pag-paginat .el-pagination {
701
+ .tables-pagin-paginat .el-pagination {
703
702
  justify-content: flex-end;
704
703
  }
705
704
 
706
- .vtables {
705
+ .tables-pag {
707
706
  width: 100%;
708
- min-height: 100px;
709
- position: relative;
707
+ height: 100%;
710
708
  flex: 1;
711
709
  display: flex;
712
710
  flex-direction: column;
713
711
  }
714
- .vtables-table {
715
- background-color: transparent;
716
- }
717
- .vtables-table.is-absolute {
718
- position: absolute;
719
- top: 0;
720
- right: 0;
721
- bottom: 0;
722
- left: 0;
723
- }
724
- .vtables-table .vxe-body--column {
725
- overflow: hidden;
726
- padding: 8px 0;
727
- }
728
- .vtables-table .col--checkbox .vxe-checkbox--label {
729
- padding-left: 0;
730
- }
731
- .vtables .fv-custom-checkbox {
732
- cursor: pointer;
733
- position: relative;
734
- }
735
- .vtables .fv-custom-checkbox.is-disabled {
736
- cursor: not-allowed;
737
- }
738
- .vtables .fv-custom-checkbox .el-checkbox__label {
739
- color: var(--vxe-table-header-font-color);
740
- font-weight: var(--vxe-table-header-font-weight);
741
- }
742
- .vtables .fv-custom-checkbox .fv-custom-checkbox-mask {
743
- position: absolute;
744
- top: 0;
745
- right: 0;
746
- bottom: 0;
747
- left: 0;
748
- z-index: 1;
749
- opacity: 0;
750
- }
751
- .vtables .fv-custom-radio {
752
- cursor: pointer;
753
- position: relative;
754
- }
755
- .vtables .fv-custom-radio.is-disabled {
756
- cursor: not-allowed;
757
- }
758
- .vtables .fv-custom-radio .el-radio {
759
- height: auto;
760
- }
761
- .vtables .fv-custom-radio.center .el-radio {
762
- text-align: center;
763
- display: table-cell;
712
+ .tables-pag-main {
713
+ display: flex;
714
+ flex-direction: column;
715
+ flex: 1;
716
+ width: 100%;
764
717
  }
765
- .vtables .fv-custom-radio.center .el-radio__label {
718
+ .tables-pag-main.is-radio .el-table__header .el-table-column--selection .el-checkbox {
766
719
  display: none;
767
720
  }
768
- .vtables .fv-custom-radio.right .el-radio {
769
- text-align: right;
770
- display: table-cell;
771
- }
772
- .vtables .fv-custom-radio.right .el-radio__label {
773
- display: none;
721
+ .tables-pag-paginat {
722
+ overflow: hidden;
774
723
  }
775
- .vtables .fv-custom-radio .fv-custom-radio-mask {
776
- position: absolute;
777
- top: 0;
778
- right: 0;
779
- bottom: 0;
780
- left: 0;
781
- z-index: 1;
782
- opacity: 0;
724
+ .tables-pag-paginat .el-pagination {
725
+ justify-content: flex-end;
783
726
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fangzhongya/fang-ui",
3
3
  "private": false,
4
- "version": "0.0.26",
4
+ "version": "0.0.28",
5
5
  "type": "module",
6
6
  "description ": "fang-ui",
7
7
  "keywords": [
@@ -48,13 +48,13 @@
48
48
  "vuedraggable": "4.1.0",
49
49
  "vxe-table": "4.14.4",
50
50
  "@fang-ui/components": "0.0.1-0",
51
- "@fang-ui/theme": "0.0.1-0",
52
- "@fang-ui/locale": "0.0.1-0",
53
- "@fang-ui/icons": "0.0.1-0",
54
51
  "@fang-ui/directives": "0.0.1-0",
55
52
  "@fang-ui/hooks": "0.0.1-0",
56
- "@fang-ui/utils": "0.0.1-0",
57
- "@fang-ui/types": "0.0.1-0"
53
+ "@fang-ui/locale": "0.0.1-0",
54
+ "@fang-ui/icons": "0.0.1-0",
55
+ "@fang-ui/theme": "0.0.1-0",
56
+ "@fang-ui/types": "0.0.1-0",
57
+ "@fang-ui/utils": "0.0.1-0"
58
58
  },
59
59
  "main": "./dist/index.cjs",
60
60
  "module": "./dist/index.js",