@wfrog/vc-ui 1.11.1 → 1.11.2

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.
@@ -11,6 +11,7 @@ export interface IExplorerToolsProps {
11
11
  columnSetterSize?: 'small' | 'default' | 'large';
12
12
  columnToStorage?: boolean;
13
13
  columnResetVisible?: boolean;
14
+ bottomBorder?: boolean;
14
15
  }
15
16
  export interface IExplorerToolsEmits {
16
17
  (e: 'refresh'): void;
@@ -428,7 +428,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
428
428
  toolsKey: {},
429
429
  columnSetterSize: { default: "small" },
430
430
  columnToStorage: { type: Boolean },
431
- columnResetVisible: { type: Boolean, default: true }
431
+ columnResetVisible: { type: Boolean, default: true },
432
+ bottomBorder: { type: Boolean }
432
433
  },
433
434
  emits: ["refresh", "fullscreen", "search", "layout", "create", "configConfirm", "columnReset"],
434
435
  setup(__props, { emit: __emit }) {
@@ -456,7 +457,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
456
457
  const _component_ElRadioButton = ElRadioButton;
457
458
  const _component_ElRadioGroup = ElRadioGroup;
458
459
  return openBlock(), createElementBlock("div", {
459
- class: normalizeClass([unref($style)["explorer-tools"], "vc-explorer-tools"])
460
+ class: normalizeClass([[unref($style)["explorer-tools"], { [unref($style)["bottom-border"]]: __props.bottomBorder }], "vc-explorer-tools"])
460
461
  }, [
461
462
  createElementVNode("div", {
462
463
  class: normalizeClass(unref($style).buttons)
@@ -565,12 +566,13 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
565
566
  }
566
567
  });
567
568
 
568
- /* unplugin-vue-components disabled */const buttons = "_buttons_wenpv_10";
569
- const tools = "_tools_wenpv_19";
570
- const layout = "_layout_wenpv_30";
571
- const fullscreen = "_fullscreen_wenpv_35";
569
+ /* unplugin-vue-components disabled */const buttons = "_buttons_1gr6m_15";
570
+ const tools = "_tools_1gr6m_24";
571
+ const layout = "_layout_1gr6m_35";
572
+ const fullscreen = "_fullscreen_1gr6m_40";
572
573
  const style0 = {
573
- "explorer-tools": "_explorer-tools_wenpv_1",
574
+ "explorer-tools": "_explorer-tools_1gr6m_1",
575
+ "bottom-border": "_bottom-border_1gr6m_10",
574
576
  buttons: buttons,
575
577
  tools: tools,
576
578
  layout: layout,
@@ -17,37 +17,42 @@
17
17
  }
18
18
  div._divider_8k9xf_21 {
19
19
  margin: 8px 0;
20
- }._explorer-tools_wenpv_1 {
20
+ }._explorer-tools_1gr6m_1 {
21
21
  display: flex;
22
22
  align-items: center;
23
23
  justify-content: space-between;
24
24
  padding: 0 0 8px 0;
25
25
  flex-wrap: wrap;
26
26
  row-gap: 8px;
27
+ box-sizing: border-box;
27
28
  }
28
- ._buttons_wenpv_10 {
29
+ ._explorer-tools_1gr6m_1._bottom-border_1gr6m_10 {
30
+ border-bottom: 1px solid var(--el-border-color-lighter);
31
+ margin-bottom: 8px;
32
+ }
33
+ ._buttons_1gr6m_15 {
29
34
  display: flex;
30
35
  align-items: center;
31
36
  column-gap: 8px;
32
37
  }
33
- ._buttons_wenpv_10 button {
38
+ ._buttons_1gr6m_15 button {
34
39
  margin-left: 0 !important;
35
40
  }
36
- ._tools_wenpv_19 {
41
+ ._tools_1gr6m_24 {
37
42
  display: flex;
38
43
  align-items: center;
39
44
  column-gap: 8px;
40
45
  }
41
- ._tools_wenpv_19 > button {
46
+ ._tools_1gr6m_24 > button {
42
47
  padding: 4px;
43
48
  font-size: 18px;
44
49
  margin-left: 0 !important;
45
50
  }
46
- ._layout_wenpv_30 .el-radio-button__inner {
51
+ ._layout_1gr6m_35 .el-radio-button__inner {
47
52
  padding: 6px 8px;
48
53
  font-size: 18px;
49
54
  }
50
- ._fullscreen_wenpv_35 {
55
+ ._fullscreen_1gr6m_40 {
51
56
  position: fixed !important;
52
57
  background-color: var(--el-bg-color) !important;
53
58
  top: 0 !important;
package/dist/es/index.mjs CHANGED
@@ -160,7 +160,7 @@ const __vite_glob_0_49 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.definePr
160
160
  default: _sfc_main$8
161
161
  }, Symbol.toStringTag, { value: 'Module' }));
162
162
 
163
- const version = "1.11.1";
163
+ const version = "1.11.2";
164
164
 
165
165
  const modules = /* #__PURE__ */ Object.assign({"./components/awesome-icon/awesome-icon.vue": __vite_glob_0_0,"./components/backbottom/backbottom.vue": __vite_glob_0_1,"./components/button/button.vue": __vite_glob_0_2,"./components/chat-container/chat-container.vue": __vite_glob_0_3,"./components/choice-boolean/choice-boolean.vue": __vite_glob_0_4,"./components/choice/choice.vue": __vite_glob_0_5,"./components/color-switch/color-switch.vue": __vite_glob_0_6,"./components/config-provider/config-provider.vue": __vite_glob_0_7,"./components/cropper/cropper.vue": __vite_glob_0_8,"./components/currency/currency.vue": __vite_glob_0_9,"./components/dark-switch/dark-switch.vue": __vite_glob_0_10,"./components/daterange-picker/daterange-picker.vue": __vite_glob_0_11,"./components/dialog-camera-upload/dialog-camera-upload.vue": __vite_glob_0_12,"./components/dialog-map-point/dialog-map-point.vue": __vite_glob_0_13,"./components/dialog-upload-images/dialog-upload-images.vue": __vite_glob_0_14,"./components/dialog/dialog.vue": __vite_glob_0_15,"./components/drag-verify/drag-verify.vue": __vite_glob_0_16,"./components/drawer/drawer.vue": __vite_glob_0_17,"./components/easy-pagination/easy-pagination.vue": __vite_glob_0_18,"./components/el-icon/el-icon.vue": __vite_glob_0_19,"./components/explorer-column-table/explorer-column-table.vue": __vite_glob_0_20,"./components/explorer-container/explorer-container.vue": __vite_glob_0_21,"./components/explorer-filter/explorer-filter.vue": __vite_glob_0_22,"./components/explorer-footer/explorer-footer.vue": __vite_glob_0_23,"./components/explorer-form/explorer-form.vue": __vite_glob_0_24,"./components/explorer-list/explorer-list.vue": __vite_glob_0_25,"./components/explorer-modal-form/explorer-modal-form.vue": __vite_glob_0_26,"./components/explorer-panel/explorer-panel.vue": __vite_glob_0_27,"./components/explorer-query/explorer-query.vue": __vite_glob_0_28,"./components/explorer-table/explorer-table.vue": __vite_glob_0_29,"./components/explorer-tools/explorer-tools.vue": __vite_glob_0_30,"./components/explorer-tree/explorer-tree.vue": __vite_glob_0_31,"./components/explorer/explorer.vue": __vite_glob_0_32,"./components/flag/flag.vue": __vite_glob_0_33,"./components/form-item/form-item.vue": __vite_glob_0_34,"./components/icon-picker/icon-picker.vue": __vite_glob_0_35,"./components/icon/icon.vue": __vite_glob_0_36,"./components/iconify-icon/iconify-icon.vue": __vite_glob_0_37,"./components/image/image.vue": __vite_glob_0_38,"./components/info-tooltip/info-tooltip.vue": __vite_glob_0_39,"./components/input-number/input-number.vue": __vite_glob_0_40,"./components/input/input.vue": __vite_glob_0_41,"./components/pca-picker/pca-picker.vue": __vite_glob_0_42,"./components/qr-code/qr-code.vue": __vite_glob_0_43,"./components/screenfull/screenfull.vue": __vite_glob_0_44,"./components/scrollbar/scrollbar.vue": __vite_glob_0_45,"./components/select/select.vue": __vite_glob_0_46,"./components/single-player/single-player.vue": __vite_glob_0_47,"./components/splitter-panel/splitter-panel.vue": __vite_glob_0_48,"./components/splitter/splitter.vue": __vite_glob_0_49,"./components/svg-icon/svg-icon.vue": __vite_glob_0_50,"./components/switch/switch.vue": __vite_glob_0_51,"./components/sync-scroll-container/sync-scroll-container.vue": __vite_glob_0_52,"./components/tags/tags.vue": __vite_glob_0_53,"./components/text-ellipsis/text-ellipsis.vue": __vite_glob_0_54,"./components/thousand-input/thousand-input.vue": __vite_glob_0_55,"./components/tinymce/tinymce.vue": __vite_glob_0_56,"./components/transfer-panel/transfer-panel.vue": __vite_glob_0_57,"./components/transfer/transfer.vue": __vite_glob_0_58,"./components/tree-picker/tree-picker.vue": __vite_glob_0_59,"./components/upload-file/upload-file.vue": __vite_glob_0_60});
166
166
  const upper = (_, letter) => letter.toUpperCase();
package/dist/index.css CHANGED
@@ -878,37 +878,42 @@ div._table_1adx5_7 .el-table__column-resize-proxy {
878
878
  }
879
879
  div._divider_8k9xf_21 {
880
880
  margin: 8px 0;
881
- }._explorer-tools_wenpv_1 {
881
+ }._explorer-tools_1gr6m_1 {
882
882
  display: flex;
883
883
  align-items: center;
884
884
  justify-content: space-between;
885
885
  padding: 0 0 8px 0;
886
886
  flex-wrap: wrap;
887
887
  row-gap: 8px;
888
+ box-sizing: border-box;
889
+ }
890
+ ._explorer-tools_1gr6m_1._bottom-border_1gr6m_10 {
891
+ border-bottom: 1px solid var(--el-border-color-lighter);
892
+ margin-bottom: 8px;
888
893
  }
889
- ._buttons_wenpv_10 {
894
+ ._buttons_1gr6m_15 {
890
895
  display: flex;
891
896
  align-items: center;
892
897
  column-gap: 8px;
893
898
  }
894
- ._buttons_wenpv_10 button {
899
+ ._buttons_1gr6m_15 button {
895
900
  margin-left: 0 !important;
896
901
  }
897
- ._tools_wenpv_19 {
902
+ ._tools_1gr6m_24 {
898
903
  display: flex;
899
904
  align-items: center;
900
905
  column-gap: 8px;
901
906
  }
902
- ._tools_wenpv_19 > button {
907
+ ._tools_1gr6m_24 > button {
903
908
  padding: 4px;
904
909
  font-size: 18px;
905
910
  margin-left: 0 !important;
906
911
  }
907
- ._layout_wenpv_30 .el-radio-button__inner {
912
+ ._layout_1gr6m_35 .el-radio-button__inner {
908
913
  padding: 6px 8px;
909
914
  font-size: 18px;
910
915
  }
911
- ._fullscreen_wenpv_35 {
916
+ ._fullscreen_1gr6m_40 {
912
917
  position: fixed !important;
913
918
  background-color: var(--el-bg-color) !important;
914
919
  top: 0 !important;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wfrog/vc-ui",
3
- "version": "1.11.1",
3
+ "version": "1.11.2",
4
4
  "packageManager": "pnpm@10.20.0",
5
5
  "description": "vue3 组件库 vc-ui",
6
6
  "author": "wellfrog",