@fangzhongya/fang-ui 0.0.64 → 0.0.66

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 (63) hide show
  1. package/dist/components/button/src/data.cjs +3 -1
  2. package/dist/components/button/src/data.d.ts +3 -1
  3. package/dist/components/button/src/data.js +3 -1
  4. package/dist/components/button/src/index2.cjs +6 -10
  5. package/dist/components/button/src/index2.js +8 -12
  6. package/dist/components/buttons/src/index2.cjs +3 -3
  7. package/dist/components/buttons/src/index2.js +3 -3
  8. package/dist/components/common/list.cjs +4 -1
  9. package/dist/components/common/list.d.ts +3 -0
  10. package/dist/components/common/list.js +4 -1
  11. package/dist/components/dates-picker/src/index2.cjs +2 -2
  12. package/dist/components/dates-picker/src/index2.js +1 -1
  13. package/dist/components/edit-float/src/index2.cjs +9 -8
  14. package/dist/components/edit-float/src/index2.js +7 -6
  15. package/dist/components/images/src/index2.cjs +4 -4
  16. package/dist/components/images/src/index2.js +1 -1
  17. package/dist/components/input-history/index.css +1 -1
  18. package/dist/components/input-history/index.scss +1 -2
  19. package/dist/components/input-history/src/index2.cjs +17 -12
  20. package/dist/components/input-history/src/index2.js +12 -7
  21. package/dist/components/labels/src/data.cjs +6 -2
  22. package/dist/components/labels/src/data.d.ts +6 -0
  23. package/dist/components/labels/src/data.js +7 -3
  24. package/dist/components/labels/src/index2.cjs +14 -5
  25. package/dist/components/labels/src/index2.js +14 -5
  26. package/dist/components/loading/src/index.cjs +3 -3
  27. package/dist/components/loading/src/index.d.ts +2 -2
  28. package/dist/components/loading/src/index.js +1 -1
  29. package/dist/components/message/index.d.ts +3 -5
  30. package/dist/components/message/src/index.cjs +3 -3
  31. package/dist/components/message/src/index.d.ts +3 -10
  32. package/dist/components/message/src/index.js +2 -2
  33. package/dist/components/message-box/src/index.cjs +3 -6
  34. package/dist/components/message-box/src/index.d.ts +3 -13
  35. package/dist/components/message-box/src/index.js +2 -5
  36. package/dist/components/page/set-column.css +8 -8
  37. package/dist/components/page/src/index2.cjs +22 -39
  38. package/dist/components/page/src/index2.js +23 -40
  39. package/dist/components/page/src/set-column.cjs +1 -1
  40. package/dist/components/page/src/set-column.js +1 -1
  41. package/dist/components/page/src/set-column2.cjs +9 -8
  42. package/dist/components/page/src/set-column2.js +2 -1
  43. package/dist/components/role-select/src/index2.cjs +7 -7
  44. package/dist/components/role-select/src/index2.js +1 -1
  45. package/dist/components/selector/src/index2.cjs +12 -11
  46. package/dist/components/selector/src/index2.js +8 -7
  47. package/dist/components/selects/src/index2.cjs +17 -1
  48. package/dist/components/selects/src/index2.js +17 -1
  49. package/dist/components/tablesv/src/column.cjs +9 -8
  50. package/dist/components/tablesv/src/column.js +2 -1
  51. package/dist/components/tablesv/src/columns2.cjs +2 -2
  52. package/dist/components/tablesv/src/columns2.js +1 -1
  53. package/dist/css/index.css +1 -1
  54. package/dist/css/input-history.css +1 -1
  55. package/dist/css/page/set-column.css +8 -8
  56. package/dist/icons/index.css +30 -30
  57. package/dist/icons/index.json +12 -12
  58. package/dist/index.css +1 -1
  59. package/package.json +5 -5
  60. /package/dist/components/{forms-items → forms-item}/index.css +0 -0
  61. /package/dist/components/{image → keep-com}/index.css +0 -0
  62. /package/dist/css/{forms-items.css → forms-item.css} +0 -0
  63. /package/dist/css/{image.css → keep-com.css} +0 -0
@@ -3,10 +3,10 @@ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toString
3
3
  const vue = require("vue");
4
4
  const data = require("./data.cjs");
5
5
  require("../../../hooks/index.cjs");
6
- const elementPlus = require("element-plus");
6
+ const index$5 = require("element-plus/es/components/table/index");
7
7
  const index$3 = require("../../input/index.cjs");
8
8
  const index$4 = require("../../checkbox-group/index.cjs");
9
- const index$5 = require("../../checkbox/index.cjs");
9
+ const index$6 = require("../../checkbox/index.cjs");
10
10
  const index$2 = require("../../select-dialog/index.cjs");
11
11
  const index = require("../../../hooks/locale/index.cjs");
12
12
  const index$1 = require("../../../hooks/cssname/index.cjs");
@@ -158,27 +158,27 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
158
158
  "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => list.value = $event)
159
159
  }, {
160
160
  default: vue.withCtx(() => [
161
- vue.createVNode(vue.unref(elementPlus.ElTable), {
161
+ vue.createVNode(vue.unref(index$5.ElTable), {
162
162
  data: listData.value,
163
163
  height: "100%",
164
164
  style: { "width": "100%" }
165
165
  }, {
166
166
  default: vue.withCtx(() => [
167
- vue.createVNode(vue.unref(elementPlus.ElTableColumn), {
167
+ vue.createVNode(vue.unref(index$5.ElTableColumn), {
168
168
  type: "index",
169
169
  label: "序号",
170
170
  width: "60"
171
171
  }),
172
- vue.createVNode(vue.unref(elementPlus.ElTableColumn), {
172
+ vue.createVNode(vue.unref(index$5.ElTableColumn), {
173
173
  prop: psprops.value.label,
174
174
  label: "角色名称"
175
175
  }, null, 8, ["prop"]),
176
- vue.createVNode(vue.unref(elementPlus.ElTableColumn), {
176
+ vue.createVNode(vue.unref(index$5.ElTableColumn), {
177
177
  width: "60",
178
178
  label: "选择"
179
179
  }, {
180
180
  default: vue.withCtx(({ row }) => [
181
- vue.createVNode(vue.unref(index$5.Checkbox), {
181
+ vue.createVNode(vue.unref(index$6.Checkbox), {
182
182
  onChange: () => {
183
183
  onChange(row);
184
184
  },
@@ -1,7 +1,7 @@
1
1
  import { defineComponent, ref, computed, watch, createElementBlock, openBlock, normalizeClass, unref, createVNode, withCtx, createElementVNode, withKeys, createTextVNode, toDisplayString, renderSlot } from "vue";
2
2
  import { roleSelect, dataExpose, dataEmits, dataProps } from "./data.js";
3
3
  import "../../../hooks/index.js";
4
- import { ElTable, ElTableColumn } from "element-plus";
4
+ import { ElTable, ElTableColumn } from "element-plus/es/components/table/index";
5
5
  import { Input } from "../../input/index.js";
6
6
  import { CheckboxGroup } from "../../checkbox-group/index.js";
7
7
  import { Checkbox } from "../../checkbox/index.js";
@@ -1,13 +1,14 @@
1
1
  "use strict";
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
3
  const vue = require("vue");
4
- const elementPlus = require("element-plus");
4
+ const index$2 = require("../../popover/index.cjs");
5
+ const index$4 = require("../../button/index.cjs");
6
+ const index$5 = require("../../array/index.cjs");
7
+ const index$6 = require("../../inputs/index.cjs");
8
+ const index$3 = require("../../select-scroll/index.cjs");
5
9
  const use = require("../../common/use.cjs");
6
10
  const data = require("./data.cjs");
7
11
  const index$1 = require("../../../hooks/cssname/index.cjs");
8
- const index$2 = require("../../select-scroll/index.cjs");
9
- const index$3 = require("../../array/index.cjs");
10
- const index$4 = require("../../inputs/index.cjs");
11
12
  const index = require("../../../hooks/locale/index.cjs");
12
13
  const _sfc_main = /* @__PURE__ */ vue.defineComponent({
13
14
  __name: "index",
@@ -113,7 +114,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
113
114
  ...data.dataExpose
114
115
  });
115
116
  return (_ctx, _cache) => {
116
- return vue.openBlock(), vue.createBlock(vue.unref(elementPlus.ElPopover), {
117
+ return vue.openBlock(), vue.createBlock(vue.unref(index$2.Popover), {
117
118
  onAfterEnter: afterEnter,
118
119
  placement: "bottom",
119
120
  "popper-class": vue.unref(cs).z("popper"),
@@ -123,7 +124,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
123
124
  visible: data$1.timeShow
124
125
  }, {
125
126
  reference: vue.withCtx(() => [
126
- vue.createVNode(vue.unref(index$3.Array), {
127
+ vue.createVNode(vue.unref(index$5.Array), {
127
128
  rangeSeparator: props.rangeSeparator,
128
129
  startPlaceholder: props.startPlaceholder,
129
130
  endPlaceholder: props.endPlaceholder,
@@ -132,7 +133,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
132
133
  modelValue: [data$1.sname, data$1.ename],
133
134
  onFocus: _cache[0] || (_cache[0] = ($event) => data$1.timeShow = true),
134
135
  onClear: onCancel,
135
- compon: vue.unref(index$4.Inputs)
136
+ compon: vue.unref(index$6.Inputs)
136
137
  }, null, 8, ["rangeSeparator", "startPlaceholder", "endPlaceholder", "clearable", "modelValue", "compon"])
137
138
  ]),
138
139
  default: vue.withCtx(() => [
@@ -148,7 +149,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
148
149
  vue.createElementVNode("div", {
149
150
  class: vue.normalizeClass(vue.unref(cs).z("select-list-title"))
150
151
  }, vue.toDisplayString(props.startPlaceholder), 3),
151
- vue.createVNode(vue.unref(index$2.SelectScroll), {
152
+ vue.createVNode(vue.unref(index$3.SelectScroll), {
152
153
  modelValue: zindex.value,
153
154
  "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => zindex.value = $event),
154
155
  max: yindex.value,
@@ -162,7 +163,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
162
163
  vue.createElementVNode("div", {
163
164
  class: vue.normalizeClass(vue.unref(cs).z("select-list-title"))
164
165
  }, vue.toDisplayString(props.endPlaceholder), 3),
165
- vue.createVNode(vue.unref(index$2.SelectScroll), {
166
+ vue.createVNode(vue.unref(index$3.SelectScroll), {
166
167
  min: zindex.value,
167
168
  modelValue: yindex.value,
168
169
  "onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => yindex.value = $event),
@@ -174,7 +175,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
174
175
  vue.createElementVNode("div", {
175
176
  class: vue.normalizeClass(vue.unref(cs).z("select-buts"))
176
177
  }, [
177
- vue.createVNode(vue.unref(elementPlus.ElButton), {
178
+ vue.createVNode(vue.unref(index$4.Button), {
178
179
  text: "",
179
180
  onClick: vue.withModifiers(onCancel, ["stop"])
180
181
  }, {
@@ -183,7 +184,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
183
184
  ]),
184
185
  _: 1
185
186
  }),
186
- vue.createVNode(vue.unref(elementPlus.ElButton), {
187
+ vue.createVNode(vue.unref(index$4.Button), {
187
188
  type: "primary",
188
189
  onClick: vue.withModifiers(onDetermine, ["stop"])
189
190
  }, {
@@ -1,11 +1,12 @@
1
1
  import { defineComponent, reactive, ref, watch, createBlock, openBlock, unref, withCtx, createElementVNode, normalizeClass, createVNode, toDisplayString, withModifiers, createTextVNode } from "vue";
2
- import { ElPopover, ElButton } from "element-plus";
2
+ import { Popover } from "../../popover/index.js";
3
+ import { Button } from "../../button/index.js";
4
+ import { Array } from "../../array/index.js";
5
+ import { Inputs } from "../../inputs/index.js";
6
+ import { SelectScroll } from "../../select-scroll/index.js";
3
7
  import { useVueValue } from "../../common/use.js";
4
8
  import { dataExpose, dataEmits, dataProps } from "./data.js";
5
9
  import { useCssName } from "../../../hooks/cssname/index.js";
6
- import { SelectScroll } from "../../select-scroll/index.js";
7
- import { Array } from "../../array/index.js";
8
- import { Inputs } from "../../inputs/index.js";
9
10
  import { useLocale } from "../../../hooks/locale/index.js";
10
11
  const _sfc_main = /* @__PURE__ */ defineComponent({
11
12
  __name: "index",
@@ -111,7 +112,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
111
112
  ...dataExpose
112
113
  });
113
114
  return (_ctx, _cache) => {
114
- return openBlock(), createBlock(unref(ElPopover), {
115
+ return openBlock(), createBlock(unref(Popover), {
115
116
  onAfterEnter: afterEnter,
116
117
  placement: "bottom",
117
118
  "popper-class": unref(cs).z("popper"),
@@ -172,7 +173,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
172
173
  createElementVNode("div", {
173
174
  class: normalizeClass(unref(cs).z("select-buts"))
174
175
  }, [
175
- createVNode(unref(ElButton), {
176
+ createVNode(unref(Button), {
176
177
  text: "",
177
178
  onClick: withModifiers(onCancel, ["stop"])
178
179
  }, {
@@ -181,7 +182,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
181
182
  ]),
182
183
  _: 1
183
184
  }),
184
- createVNode(unref(ElButton), {
185
+ createVNode(unref(Button), {
185
186
  type: "primary",
186
187
  onClick: withModifiers(onDetermine, ["stop"])
187
188
  }, {
@@ -3,6 +3,7 @@ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toString
3
3
  const vue = require("vue");
4
4
  const index$3 = require("../../../directives/expose/index.cjs");
5
5
  const index$2 = require("element-plus/es/components/select/index");
6
+ const compareArray = require("@fangzhongya/utils/basic/array/compareArray");
6
7
  const index = require("../../../hooks/inherit/index.cjs");
7
8
  const use = require("../../common/use.cjs");
8
9
  const index$1 = require("../../../hooks/cssname/index.cjs");
@@ -28,6 +29,19 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
28
29
  const listFuObj = data.dataHandle(props, emit);
29
30
  const value = listFuObj.value;
30
31
  const multiple = listFuObj.multiple;
32
+ const onClickMultiple = (value2, is) => {
33
+ emit("click-multiple", listFuObj.getValueObjs(value2)[0], is);
34
+ };
35
+ const onChange = (v) => {
36
+ if (multiple.value) {
37
+ const obj = compareArray.compareArray(value.value || [], v || []);
38
+ let is = obj.after.length == 0;
39
+ onClickMultiple(obj.value[0], is);
40
+ }
41
+ };
42
+ const onRemoveTag = (value2) => {
43
+ onClickMultiple(value2, true);
44
+ };
31
45
  __expose({
32
46
  el: refEl
33
47
  });
@@ -44,7 +58,9 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
44
58
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => vue.isRef(value) ? value.value = $event : null)
45
59
  }, vue.unref(attrs).assem, {
46
60
  multiple: vue.unref(multiple),
47
- placeholder: placeholder.value
61
+ placeholder: placeholder.value,
62
+ onChange,
63
+ onRemoveTag
48
64
  }), {
49
65
  default: vue.withCtx(() => [
50
66
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(props.options, (item) => {
@@ -1,6 +1,7 @@
1
1
  import { defineComponent, ref, useAttrs, computed, createElementBlock, openBlock, mergeProps, unref, withDirectives, createBlock, isRef, withCtx, Fragment, renderList } from "vue";
2
2
  import vExpose from "../../../directives/expose/index.js";
3
3
  import { ElSelect, ElOption } from "element-plus/es/components/select/index";
4
+ import { compareArray } from "@fangzhongya/utils/basic/array/compareArray";
4
5
  import { useInherit } from "../../../hooks/inherit/index.js";
5
6
  import { useVueValue } from "../../common/use.js";
6
7
  import { useCssName } from "../../../hooks/cssname/index.js";
@@ -26,6 +27,19 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
26
27
  const listFuObj = dataHandle(props, emit);
27
28
  const value = listFuObj.value;
28
29
  const multiple = listFuObj.multiple;
30
+ const onClickMultiple = (value2, is) => {
31
+ emit("click-multiple", listFuObj.getValueObjs(value2)[0], is);
32
+ };
33
+ const onChange = (v) => {
34
+ if (multiple.value) {
35
+ const obj = compareArray(value.value || [], v || []);
36
+ let is = obj.after.length == 0;
37
+ onClickMultiple(obj.value[0], is);
38
+ }
39
+ };
40
+ const onRemoveTag = (value2) => {
41
+ onClickMultiple(value2, true);
42
+ };
29
43
  __expose({
30
44
  el: refEl
31
45
  });
@@ -42,7 +56,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
42
56
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => isRef(value) ? value.value = $event : null)
43
57
  }, unref(attrs).assem, {
44
58
  multiple: unref(multiple),
45
- placeholder: placeholder.value
59
+ placeholder: placeholder.value,
60
+ onChange,
61
+ onRemoveTag
46
62
  }), {
47
63
  default: withCtx(() => [
48
64
  (openBlock(true), createElementBlock(Fragment, null, renderList(props.options, (item) => {
@@ -2,14 +2,15 @@
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
3
  const vue = require("vue");
4
4
  const use = require("../../common/use.cjs");
5
- const index = require("../../../hooks/inherit/index.cjs");
5
+ const index$2 = require("../../../hooks/inherit/index.cjs");
6
6
  const compons = require("../../common/compons.cjs");
7
7
  const util = require("../../tables/common/util.cjs");
8
8
  require("../../../utils/index.cjs");
9
9
  const column = require("vxe-table/es/column");
10
- const elementPlus = require("element-plus");
10
+ const index = require("element-plus/es/components/radio/index");
11
+ const index$1 = require("element-plus/es/components/checkbox/index");
11
12
  const lineToSmallHump = require("@fangzhongya/utils/name/lineToSmallHump");
12
- function setBox(props, obj, emit, propss, slots, index2) {
13
+ function setBox(props, obj, emit, propss, slots, index$22) {
13
14
  if (props.type == "radio") {
14
15
  return vue.h(
15
16
  column.VxeColumn,
@@ -30,7 +31,7 @@ function setBox(props, obj, emit, propss, slots, index2) {
30
31
  },
31
32
  [
32
33
  vue.h(
33
- elementPlus.ElRadio,
34
+ index.ElRadio,
34
35
  {
35
36
  modelValue: scope.checked,
36
37
  value: true,
@@ -71,7 +72,7 @@ function setBox(props, obj, emit, propss, slots, index2) {
71
72
  },
72
73
  [
73
74
  vue.h(
74
- elementPlus.ElCheckbox,
75
+ index$1.ElCheckbox,
75
76
  {
76
77
  indeterminate: scope.indeterminate,
77
78
  modelValue: scope.checked
@@ -94,7 +95,7 @@ function setBox(props, obj, emit, propss, slots, index2) {
94
95
  }
95
96
  },
96
97
  [
97
- vue.h(elementPlus.ElCheckbox, {
98
+ vue.h(index$1.ElCheckbox, {
98
99
  indeterminate: scope.indeterminate,
99
100
  modelValue: scope.checked,
100
101
  disabled: scope.disabled
@@ -115,8 +116,8 @@ function setProps(obj, props) {
115
116
  const vxeconfig = props.vxeconfig;
116
117
  const robj = {};
117
118
  robj["header-align"] = table["align"];
118
- robj["align"] = index.useAttrValue(obj, "headerAlign") || table["align"];
119
- const tooltip = index.useAttrValue(table, "showOverflowTooltip");
119
+ robj["align"] = index$2.useAttrValue(obj, "headerAlign") || table["align"];
120
+ const tooltip = index$2.useAttrValue(table, "showOverflowTooltip");
120
121
  if (tooltip === "" || tooltip === true) {
121
122
  robj["show-overflow"] = "tooltip";
122
123
  }
@@ -5,7 +5,8 @@ import { getCompons } from "../../common/compons.js";
5
5
  import { setMinWidth } from "../../tables/common/util.js";
6
6
  import "../../../utils/index.js";
7
7
  import { VxeColumn } from "vxe-table/es/column";
8
- import { ElRadio, ElCheckbox } from "element-plus";
8
+ import { ElRadio } from "element-plus/es/components/radio/index";
9
+ import { ElCheckbox } from "element-plus/es/components/checkbox/index";
9
10
  import { lineToSmallHump } from "@fangzhongya/utils/name/lineToSmallHump";
10
11
  function setBox(props, obj, emit, propss, slots, index) {
11
12
  if (props.type == "radio") {
@@ -2,7 +2,7 @@
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
3
  const vue = require("vue");
4
4
  const columns = require("./columns3.cjs");
5
- const elementPlus = require("element-plus");
5
+ const index = require("element-plus/components/tooltip/index");
6
6
  require("../../tables/common/table-but.cjs");
7
7
  require("../../tables/common/table-color.cjs");
8
8
  require("../../tables/common/table-list.cjs");
@@ -11,7 +11,7 @@ const tableColor_vue_vue_type_script_setup_true_lang = require("../../tables/com
11
11
  const tableBut_vue_vue_type_script_setup_true_lang = require("../../tables/common/table-but2.cjs");
12
12
  const _sfc_main = vue.defineComponent({
13
13
  emits: ["list-events"],
14
- components: { VxeTooltip: elementPlus.ElTooltip, But: tableBut_vue_vue_type_script_setup_true_lang.default, Color: tableColor_vue_vue_type_script_setup_true_lang.default, List: tableList_vue_vue_type_script_setup_true_lang.default },
14
+ components: { VxeTooltip: index.ElTooltip, But: tableBut_vue_vue_type_script_setup_true_lang.default, Color: tableColor_vue_vue_type_script_setup_true_lang.default, List: tableList_vue_vue_type_script_setup_true_lang.default },
15
15
  expose: [],
16
16
  props: {
17
17
  list: Array,
@@ -1,6 +1,6 @@
1
1
  import { defineComponent } from "vue";
2
2
  import { render } from "./columns3.js";
3
- import { ElTooltip } from "element-plus";
3
+ import { ElTooltip } from "element-plus/components/tooltip/index";
4
4
  import "../../tables/common/table-but.js";
5
5
  import "../../tables/common/table-color.js";
6
6
  import "../../tables/common/table-list.js";
@@ -946,7 +946,7 @@
946
946
  }
947
947
 
948
948
  .input-history {
949
- display: inline-block;
949
+ display: flex;
950
950
  }
951
951
  .input-history-popper {
952
952
  padding: 6px 0 !important;
@@ -13,7 +13,7 @@
13
13
  }
14
14
 
15
15
  .input-history {
16
- display: inline-block;
16
+ display: flex;
17
17
  }
18
18
  .input-history-popper {
19
19
  padding: 6px 0 !important;
@@ -1,29 +1,29 @@
1
- .set-column-dialog-main[data-v-f43f186a] {
1
+ .set-column-dialog-main[data-v-ad509651] {
2
2
  font-size: 16px;
3
3
  display: flex;
4
4
  }
5
- .set-column-dialog-main .set-column-check[data-v-f43f186a] {
5
+ .set-column-dialog-main .set-column-check[data-v-ad509651] {
6
6
  flex: 1;
7
7
  }
8
- .set-column-dialog-main .set-column-check .set-column-check-list[data-v-f43f186a] {
8
+ .set-column-dialog-main .set-column-check .set-column-check-list[data-v-ad509651] {
9
9
  padding: 10px;
10
10
  display: flex;
11
11
  flex-direction: row;
12
12
  flex-wrap: wrap;
13
13
  overflow-y: auto;
14
14
  }
15
- .set-column-dialog-main .set-column-check .set-column-check-list .set-column-check-list-li[data-v-f43f186a] {
15
+ .set-column-dialog-main .set-column-check .set-column-check-list .set-column-check-list-li[data-v-ad509651] {
16
16
  width: 130px;
17
17
  }
18
- .set-column-dialog-main .set-column-already[data-v-f43f186a] {
18
+ .set-column-dialog-main .set-column-already[data-v-ad509651] {
19
19
  border-left: 1px solid #999;
20
20
  padding-left: 20px;
21
21
  width: 260px;
22
22
  }
23
- .set-column-dialog-main .set-column-already .set-column-already-list[data-v-f43f186a] {
23
+ .set-column-dialog-main .set-column-already .set-column-already-list[data-v-ad509651] {
24
24
  padding: 10px 10px 10px 0;
25
25
  }
26
- .set-column-dialog-main .set-column-already .set-column-already-list .set-column-already-li[data-v-f43f186a] {
26
+ .set-column-dialog-main .set-column-already .set-column-already-list .set-column-already-li[data-v-ad509651] {
27
27
  height: 40px;
28
28
  line-height: 40px;
29
29
  border-bottom: 1px solid #ccc;
@@ -31,7 +31,7 @@
31
31
  align-items: center;
32
32
  justify-content: space-between;
33
33
  }
34
- .set-column-dialog-main .set-column-already .set-column-already-list .set-column-already-li .set-column-already-li-v[data-v-f43f186a] {
34
+ .set-column-dialog-main .set-column-already .set-column-already-list .set-column-already-li .set-column-already-li-v[data-v-ad509651] {
35
35
  display: flex;
36
36
  flex: 1;
37
37
  align-items: center;
@@ -1,27 +1,17 @@
1
1
  :root {
2
- --icon-svg-bar: url("data:image/svg+xml;utf8,%3Csvg id='icon-bar' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' %3E %3Cpath fill='currentColor' d='M128 544h768a32 32 0 1 0 0-64H128a32 32 0 0 0 0 64z' %3E%3C/path%3E %3C/svg%3E");
3
2
  --icon-svg-below: url("data:image/svg+xml;utf8,%3Csvg id='icon-below' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' data-v-ea893728='' %3E %3Cpath fill='currentColor' d='M831.872 340.864 512 652.672 192.128 340.864a30.592 30.592 0 0 0-42.752 0 29.12 29.12 0 0 0 0 41.6L489.664 714.24a32 32 0 0 0 44.672 0l340.288-331.712a29.12 29.12 0 0 0 0-41.728 30.592 30.592 0 0 0-42.752 0z' %3E%3C/path%3E %3C/svg%3E");
4
- --icon-svg-bicycle: url("data:image/svg+xml;utf8,%3Csvg id='icon-bicycle' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='currentColor' d='M256 832a128 128 0 1 0 0-256 128 128 0 0 0 0 256zm0 64a192 192 0 1 1 0-384 192 192 0 0 1 0 384z'/%3E%3Cpath fill='currentColor' d='M288 672h320q32 0 32 32t-32 32H288q-32 0-32-32t32-32z'/%3E%3Cpath fill='currentColor' d='M768 832a128 128 0 1 0 0-256 128 128 0 0 0 0 256zm0 64a192 192 0 1 1 0-384 192 192 0 0 1 0 384z'/%3E%3Cpath fill='currentColor' d='M480 192a32 32 0 0 1 0-64h160a32 32 0 0 1 31.04 24.256l96 384a32 32 0 0 1-62.08 15.488L615.04 192H480zM96 384a32 32 0 0 1 0-64h128a32 32 0 0 1 30.336 21.888l64 192a32 32 0 1 1-60.672 20.224L200.96 384H96z'/%3E%3Cpath fill='currentColor' d='m373.376 599.808-42.752-47.616 320-288 42.752 47.616z'/%3E%3C/svg%3E");
3
+ --icon-svg-bar: url("data:image/svg+xml;utf8,%3Csvg id='icon-bar' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' %3E %3Cpath fill='currentColor' d='M128 544h768a32 32 0 1 0 0-64H128a32 32 0 0 0 0 64z' %3E%3C/path%3E %3C/svg%3E");
5
4
  --icon-svg-bottom-left: url("data:image/svg+xml;utf8,%3Csvg id='icon-bottom-left' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='currentColor' d='M256 768h416a32 32 0 1 1 0 64H224a32 32 0 0 1-32-32V352a32 32 0 0 1 64 0v416z'/%3E%3Cpath fill='currentColor' d='M246.656 822.656a32 32 0 0 1-45.312-45.312l544-544a32 32 0 0 1 45.312 45.312l-544 544z'/%3E%3C/svg%3E");
6
- --icon-svg-bottom-right: url("data:image/svg+xml;utf8,%3Csvg id='icon-bottom-right' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='currentColor' d='M352 768a32 32 0 1 0 0 64h448a32 32 0 0 0 32-32V352a32 32 0 0 0-64 0v416H352z'/%3E%3Cpath fill='currentColor' d='M777.344 822.656a32 32 0 0 0 45.312-45.312l-544-544a32 32 0 0 0-45.312 45.312l544 544z'/%3E%3C/svg%3E");
7
- --icon-svg-clear: url("data:image/svg+xml;utf8,%3Csvg id='icon-clear' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' data-v-ea893728='' %3E %3Cpath fill='currentColor' d='m466.752 512-90.496-90.496a32 32 0 0 1 45.248-45.248L512 466.752l90.496-90.496a32 32 0 1 1 45.248 45.248L557.248 512l90.496 90.496a32 32 0 1 1-45.248 45.248L512 557.248l-90.496 90.496a32 32 0 0 1-45.248-45.248L466.752 512z' %3E%3C/path%3E %3Cpath fill='currentColor' d='M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768zm0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896z' %3E%3C/path%3E %3C/svg%3E");
5
+ --icon-svg-bicycle: url("data:image/svg+xml;utf8,%3Csvg id='icon-bicycle' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='currentColor' d='M256 832a128 128 0 1 0 0-256 128 128 0 0 0 0 256zm0 64a192 192 0 1 1 0-384 192 192 0 0 1 0 384z'/%3E%3Cpath fill='currentColor' d='M288 672h320q32 0 32 32t-32 32H288q-32 0-32-32t32-32z'/%3E%3Cpath fill='currentColor' d='M768 832a128 128 0 1 0 0-256 128 128 0 0 0 0 256zm0 64a192 192 0 1 1 0-384 192 192 0 0 1 0 384z'/%3E%3Cpath fill='currentColor' d='M480 192a32 32 0 0 1 0-64h160a32 32 0 0 1 31.04 24.256l96 384a32 32 0 0 1-62.08 15.488L615.04 192H480zM96 384a32 32 0 0 1 0-64h128a32 32 0 0 1 30.336 21.888l64 192a32 32 0 1 1-60.672 20.224L200.96 384H96z'/%3E%3Cpath fill='currentColor' d='m373.376 599.808-42.752-47.616 320-288 42.752 47.616z'/%3E%3C/svg%3E");
8
6
  --icon-svg-bottom: url("data:image/svg+xml;utf8,%3Csvg id='icon-bottom' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='currentColor' d='M544 805.888V168a32 32 0 1 0-64 0v637.888L246.656 557.952a30.72 30.72 0 0 0-45.312 0 35.52 35.52 0 0 0 0 48.064l288 306.048a30.72 30.72 0 0 0 45.312 0l288-306.048a35.52 35.52 0 0 0 0-48 30.72 30.72 0 0 0-45.312 0L544 805.824z'/%3E%3C/svg%3E");
9
7
  --icon-svg-close: url("data:image/svg+xml;utf8,%3Csvg id='icon-close' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill='currentColor' d='M764.288 214.592 512 466.88 259.712 214.592a31.936 31.936 0 0 0-45.12 45.12L466.752 512 214.528 764.224a31.936 31.936 0 1 0 45.12 45.184L512 557.184l252.288 252.288a31.936 31.936 0 0 0 45.12-45.12L557.12 512.064l252.288-252.352a31.936 31.936 0 1 0-45.12-45.184z' %3E%3C/path%3E %3C/svg%3E");
10
8
  --icon-svg-edit: url("data:image/svg+xml;utf8,%3Csvg id='icon-edit' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill='currentColor' d='M832 512a32 32 0 1 1 64 0v352a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32h352a32 32 0 0 1 0 64H192v640h640V512z' %3E%3C/path%3E %3Cpath fill='currentColor' d='m469.952 554.24 52.8-7.552L847.104 222.4a32 32 0 1 0-45.248-45.248L477.44 501.44l-7.552 52.8zm422.4-422.4a96 96 0 0 1 0 135.808l-331.84 331.84a32 32 0 0 1-18.112 9.088L436.8 623.68a32 32 0 0 1-36.224-36.224l15.104-105.6a32 32 0 0 1 9.024-18.112l331.904-331.84a96 96 0 0 1 135.744 0z' %3E%3C/path%3E %3C/svg%3E");
9
+ --icon-svg-bottom-right: url("data:image/svg+xml;utf8,%3Csvg id='icon-bottom-right' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='currentColor' d='M352 768a32 32 0 1 0 0 64h448a32 32 0 0 0 32-32V352a32 32 0 0 0-64 0v416H352z'/%3E%3Cpath fill='currentColor' d='M777.344 822.656a32 32 0 0 0 45.312-45.312l-544-544a32 32 0 0 0-45.312 45.312l544 544z'/%3E%3C/svg%3E");
11
10
  --icon-svg-frame: url("data:image/svg+xml;utf8,%3Csvg id='icon-frame'viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath d='M782 912.00000031h-540C170 912.00000031 111.99999969 854 111.99999969 782v-540C111.99999969 170 170 111.99999969 242 111.99999969h538.00000031c72 0 130.00000031 58.00000031 129.99999938 130.00000031v538.00000031c1.99999969 73.99999969-55.99999969 132-127.99999969 132z m-540-740.00000062C204.00000031 171.99999969 171.99999969 204.00000031 171.99999969 242v538.00000031c0 37.99999969 31.99999969 70.00000031 70.00000031 69.99999938h538.00000031c37.99999969 0 70.00000031-31.99999969 69.99999938-69.99999938V242C852.00000031 204.00000031 819.99999969 171.99999969 782 171.99999969h-540z'%3E%3C/path%3E %3C/svg%3E");
12
11
  --icon-svg-left: url("data:image/svg+xml;utf8,%3Csvg id='icon-left' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' data-v-ea893728='' %3E %3Cpath fill='currentColor' d='M609.408 149.376 277.76 489.6a32 32 0 0 0 0 44.672l331.648 340.352a29.12 29.12 0 0 0 41.728 0 30.592 30.592 0 0 0 0-42.752L339.264 511.936l311.872-319.872a30.592 30.592 0 0 0 0-42.688 29.12 29.12 0 0 0-41.728 0z' %3E%3C/path%3E %3C/svg%3E");
13
12
  --icon-svg-right: url("data:image/svg+xml;utf8,%3Csvg id='icon-right' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' %3E %3Cpath fill='currentColor' d='M340.864 149.312a30.592 30.592 0 0 0 0 42.752L652.736 512 340.864 831.872a30.592 30.592 0 0 0 0 42.752 29.12 29.12 0 0 0 41.728 0L714.24 534.336a32 32 0 0 0 0-44.672L382.592 149.376a29.12 29.12 0 0 0-41.728 0z' %3E%3C/path%3E %3C/svg%3E");
14
13
  --icon-svg-star: url("data:image/svg+xml;utf8,%3Csvg id='icon-star'viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M213.875 956.375c-78.75 0-146.25-61.875-146.25-146.25V450.125c0-78.75 61.875-146.25 146.25-146.25h365.62500001c78.75 0 146.25 61.875 146.24999999 146.25v365.625c0 78.75-61.875 146.25-146.25000001 146.25l-365.62499999-5.625z m0-579.375c-45 0-78.75 33.75-78.75 78.75v365.625c0 45 33.75 78.75 78.75 78.75h365.62500001c45 0 78.75-33.75 78.74999999-78.75V450.125c0-45-33.75-78.75-78.74999999-78.75H213.875z' p-id='1087'%3E%3C/path%3E%3Cpath d='M810.125 78.875H444.49999999C360.125 78.875 298.25 146.375 298.25 225.125v22.5h61.875v-22.5c0-45 33.75-78.75 78.75-78.75h360c45 0 78.75 33.75 78.75 78.75v360c0 45-33.75 78.75-78.75 78.75h-33.75V737h45c84.375 0 146.25-67.50000001 146.25-146.25V225.125c0-84.375-67.50000001-146.25-146.25-146.25z' p-id='1088'%3E%3C/path%3E %3C/svg%3E");
15
- }
16
- .icon-bar {
17
- height: 1em;
18
- width: 1em;
19
- background-color: currentColor;
20
- -webkit-mask: var(--icon-svg-bar) no-repeat;
21
- mask: var(--icon-svg-bar) no-repeat;
22
- -webkit-mask-size: 100% 100%;
23
- mask-size: 100% 100%;
24
- color: inherit;
14
+ --icon-svg-clear: url("data:image/svg+xml;utf8,%3Csvg id='icon-clear' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' data-v-ea893728='' %3E %3Cpath fill='currentColor' d='m466.752 512-90.496-90.496a32 32 0 0 1 45.248-45.248L512 466.752l90.496-90.496a32 32 0 1 1 45.248 45.248L557.248 512l90.496 90.496a32 32 0 1 1-45.248 45.248L512 557.248l-90.496 90.496a32 32 0 0 1-45.248-45.248L466.752 512z' %3E%3C/path%3E %3Cpath fill='currentColor' d='M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768zm0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896z' %3E%3C/path%3E %3C/svg%3E");
25
15
  }
26
16
  .icon-below {
27
17
  height: 1em;
@@ -33,12 +23,12 @@
33
23
  mask-size: 100% 100%;
34
24
  color: inherit;
35
25
  }
36
- .icon-bicycle {
26
+ .icon-bar {
37
27
  height: 1em;
38
28
  width: 1em;
39
29
  background-color: currentColor;
40
- -webkit-mask: var(--icon-svg-bicycle) no-repeat;
41
- mask: var(--icon-svg-bicycle) no-repeat;
30
+ -webkit-mask: var(--icon-svg-bar) no-repeat;
31
+ mask: var(--icon-svg-bar) no-repeat;
42
32
  -webkit-mask-size: 100% 100%;
43
33
  mask-size: 100% 100%;
44
34
  color: inherit;
@@ -53,22 +43,12 @@
53
43
  mask-size: 100% 100%;
54
44
  color: inherit;
55
45
  }
56
- .icon-bottom-right {
57
- height: 1em;
58
- width: 1em;
59
- background-color: currentColor;
60
- -webkit-mask: var(--icon-svg-bottom-right) no-repeat;
61
- mask: var(--icon-svg-bottom-right) no-repeat;
62
- -webkit-mask-size: 100% 100%;
63
- mask-size: 100% 100%;
64
- color: inherit;
65
- }
66
- .icon-clear {
46
+ .icon-bicycle {
67
47
  height: 1em;
68
48
  width: 1em;
69
49
  background-color: currentColor;
70
- -webkit-mask: var(--icon-svg-clear) no-repeat;
71
- mask: var(--icon-svg-clear) no-repeat;
50
+ -webkit-mask: var(--icon-svg-bicycle) no-repeat;
51
+ mask: var(--icon-svg-bicycle) no-repeat;
72
52
  -webkit-mask-size: 100% 100%;
73
53
  mask-size: 100% 100%;
74
54
  color: inherit;
@@ -103,6 +83,16 @@
103
83
  mask-size: 100% 100%;
104
84
  color: inherit;
105
85
  }
86
+ .icon-bottom-right {
87
+ height: 1em;
88
+ width: 1em;
89
+ background-color: currentColor;
90
+ -webkit-mask: var(--icon-svg-bottom-right) no-repeat;
91
+ mask: var(--icon-svg-bottom-right) no-repeat;
92
+ -webkit-mask-size: 100% 100%;
93
+ mask-size: 100% 100%;
94
+ color: inherit;
95
+ }
106
96
  .icon-frame {
107
97
  height: 1em;
108
98
  width: 1em;
@@ -136,4 +126,14 @@
136
126
  background: var(--icon-svg-star) no-repeat;
137
127
  background-size: 100% 100%;
138
128
  background-color: transparent;
129
+ }
130
+ .icon-clear {
131
+ height: 1em;
132
+ width: 1em;
133
+ background-color: currentColor;
134
+ -webkit-mask: var(--icon-svg-clear) no-repeat;
135
+ mask: var(--icon-svg-clear) no-repeat;
136
+ -webkit-mask-size: 100% 100%;
137
+ mask-size: 100% 100%;
138
+ color: inherit;
139
139
  }
@@ -1,16 +1,13 @@
1
1
  {
2
2
  "prefix": "fang-ui",
3
3
  "info": {},
4
- "lastModified": 1760508974509,
4
+ "lastModified": 1760581075287,
5
5
  "icons": {
6
- "bar": {
7
- "body": " <path fill=\"currentColor\" d=\"M128 544h768a32 32 0 1 0 0-64H128a32 32 0 0 0 0 64z\" ></path> "
6
+ "below": {
7
+ "body": " <path fill=\"currentColor\" d=\"M831.872 340.864 512 652.672 192.128 340.864a30.592 30.592 0 0 0-42.752 0 29.12 29.12 0 0 0 0 41.6L489.664 714.24a32 32 0 0 0 44.672 0l340.288-331.712a29.12 29.12 0 0 0 0-41.728 30.592 30.592 0 0 0-42.752 0z\" ></path> "
8
8
  },
9
- "bicycle": {
10
- "body": "<path fill=\"currentColor\" d=\"M256 832a128 128 0 1 0 0-256 128 128 0 0 0 0 256zm0 64a192 192 0 1 1 0-384 192 192 0 0 1 0 384z\"/><path fill=\"currentColor\" d=\"M288 672h320q32 0 32 32t-32 32H288q-32 0-32-32t32-32z\"/><path fill=\"currentColor\" d=\"M768 832a128 128 0 1 0 0-256 128 128 0 0 0 0 256zm0 64a192 192 0 1 1 0-384 192 192 0 0 1 0 384z\"/><path fill=\"currentColor\" d=\"M480 192a32 32 0 0 1 0-64h160a32 32 0 0 1 31.04 24.256l96 384a32 32 0 0 1-62.08 15.488L615.04 192H480zM96 384a32 32 0 0 1 0-64h128a32 32 0 0 1 30.336 21.888l64 192a32 32 0 1 1-60.672 20.224L200.96 384H96z\"/><path fill=\"currentColor\" d=\"m373.376 599.808-42.752-47.616 320-288 42.752 47.616z\"/>"
11
- },
12
- "bottom-right": {
13
- "body": "<path fill=\"currentColor\" d=\"M352 768a32 32 0 1 0 0 64h448a32 32 0 0 0 32-32V352a32 32 0 0 0-64 0v416H352z\"/><path fill=\"currentColor\" d=\"M777.344 822.656a32 32 0 0 0 45.312-45.312l-544-544a32 32 0 0 0-45.312 45.312l544 544z\"/>"
9
+ "bottom-left": {
10
+ "body": "<path fill=\"currentColor\" d=\"M256 768h416a32 32 0 1 1 0 64H224a32 32 0 0 1-32-32V352a32 32 0 0 1 64 0v416z\"/><path fill=\"currentColor\" d=\"M246.656 822.656a32 32 0 0 1-45.312-45.312l544-544a32 32 0 0 1 45.312 45.312l-544 544z\"/>"
14
11
  },
15
12
  "bottom": {
16
13
  "body": "<path fill=\"currentColor\" d=\"M544 805.888V168a32 32 0 1 0-64 0v637.888L246.656 557.952a30.72 30.72 0 0 0-45.312 0 35.52 35.52 0 0 0 0 48.064l288 306.048a30.72 30.72 0 0 0 45.312 0l288-306.048a35.52 35.52 0 0 0 0-48 30.72 30.72 0 0 0-45.312 0L544 805.824z\"/>"
@@ -18,11 +15,14 @@
18
15
  "edit": {
19
16
  "body": " <path fill=\"currentColor\" d=\"M832 512a32 32 0 1 1 64 0v352a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32h352a32 32 0 0 1 0 64H192v640h640V512z\" ></path> <path fill=\"currentColor\" d=\"m469.952 554.24 52.8-7.552L847.104 222.4a32 32 0 1 0-45.248-45.248L477.44 501.44l-7.552 52.8zm422.4-422.4a96 96 0 0 1 0 135.808l-331.84 331.84a32 32 0 0 1-18.112 9.088L436.8 623.68a32 32 0 0 1-36.224-36.224l15.104-105.6a32 32 0 0 1 9.024-18.112l331.904-331.84a96 96 0 0 1 135.744 0z\" ></path> "
20
17
  },
21
- "left": {
22
- "body": " <path fill=\"currentColor\" d=\"M609.408 149.376 277.76 489.6a32 32 0 0 0 0 44.672l331.648 340.352a29.12 29.12 0 0 0 41.728 0 30.592 30.592 0 0 0 0-42.752L339.264 511.936l311.872-319.872a30.592 30.592 0 0 0 0-42.688 29.12 29.12 0 0 0-41.728 0z\" ></path> "
18
+ "frame": {
19
+ "body": "<path d=\"M782 912.00000031h-540C170 912.00000031 111.99999969 854 111.99999969 782v-540C111.99999969 170 170 111.99999969 242 111.99999969h538.00000031c72 0 130.00000031 58.00000031 129.99999938 130.00000031v538.00000031c1.99999969 73.99999969-55.99999969 132-127.99999969 132z m-540-740.00000062C204.00000031 171.99999969 171.99999969 204.00000031 171.99999969 242v538.00000031c0 37.99999969 31.99999969 70.00000031 70.00000031 69.99999938h538.00000031c37.99999969 0 70.00000031-31.99999969 69.99999938-69.99999938V242C852.00000031 204.00000031 819.99999969 171.99999969 782 171.99999969h-540z\"></path> "
20
+ },
21
+ "right": {
22
+ "body": " <path fill=\"currentColor\" d=\"M340.864 149.312a30.592 30.592 0 0 0 0 42.752L652.736 512 340.864 831.872a30.592 30.592 0 0 0 0 42.752 29.12 29.12 0 0 0 41.728 0L714.24 534.336a32 32 0 0 0 0-44.672L382.592 149.376a29.12 29.12 0 0 0-41.728 0z\" ></path> "
23
23
  },
24
- "star": {
25
- "body": "<path d=\"M213.875 956.375c-78.75 0-146.25-61.875-146.25-146.25V450.125c0-78.75 61.875-146.25 146.25-146.25h365.62500001c78.75 0 146.25 61.875 146.24999999 146.25v365.625c0 78.75-61.875 146.25-146.25000001 146.25l-365.62499999-5.625z m0-579.375c-45 0-78.75 33.75-78.75 78.75v365.625c0 45 33.75 78.75 78.75 78.75h365.62500001c45 0 78.75-33.75 78.74999999-78.75V450.125c0-45-33.75-78.75-78.74999999-78.75H213.875z\" p-id=\"1087\"></path><path d=\"M810.125 78.875H444.49999999C360.125 78.875 298.25 146.375 298.25 225.125v22.5h61.875v-22.5c0-45 33.75-78.75 78.75-78.75h360c45 0 78.75 33.75 78.75 78.75v360c0 45-33.75 78.75-78.75 78.75h-33.75V737h45c84.375 0 146.25-67.50000001 146.25-146.25V225.125c0-84.375-67.50000001-146.25-146.25-146.25z\" p-id=\"1088\"></path> "
24
+ "clear": {
25
+ "body": " <path fill=\"currentColor\" d=\"m466.752 512-90.496-90.496a32 32 0 0 1 45.248-45.248L512 466.752l90.496-90.496a32 32 0 1 1 45.248 45.248L557.248 512l90.496 90.496a32 32 0 1 1-45.248 45.248L512 557.248l-90.496 90.496a32 32 0 0 1-45.248-45.248L466.752 512z\" ></path> <path fill=\"currentColor\" d=\"M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768zm0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896z\" ></path> "
26
26
  }
27
27
  },
28
28
  "aliases": {},
package/dist/index.css CHANGED
@@ -946,7 +946,7 @@
946
946
  }
947
947
 
948
948
  .input-history {
949
- display: inline-block;
949
+ display: flex;
950
950
  }
951
951
  .input-history-popper {
952
952
  padding: 6px 0 !important;