@wfrog/vc-ui 1.9.14 → 1.9.15

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.
@@ -45,10 +45,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
45
45
  }
46
46
  });
47
47
 
48
- /* unplugin-vue-components disabled */const explorer = "_explorer_11uiv_1";
48
+ /* unplugin-vue-components disabled */const explorer = "_explorer_volay_1";
49
49
  const style0 = {
50
50
  explorer: explorer,
51
- "el-splitter__mask": "_el-splitter__mask_11uiv_10"
51
+ "el-splitter__mask": "_el-splitter__mask_volay_9"
52
52
  };
53
53
 
54
54
  const cssModules = {
@@ -1,14 +1,13 @@
1
1
  /* source: src/components/explorer/explorer.vue */
2
- div._explorer_11uiv_1 {
2
+ div._explorer_volay_1 {
3
3
  border: 1px solid var(--el-border-color-lighter);
4
4
  border-radius: var(--el-border-radius-base);
5
5
  display: flex;
6
6
  flex-grow: 1;
7
- height: 100px;
8
7
  background-color: var(--el-fill-color-blank);
9
8
  box-sizing: border-box;
10
9
  }
11
- div._explorer_11uiv_1 :glbal ._el-splitter__mask_11uiv_10 {
10
+ div._explorer_volay_1 :glbal ._el-splitter__mask_volay_9 {
12
11
  z-index: 10000;
13
12
  transform: translateX(0);
14
13
  }
package/dist/index.css CHANGED
@@ -968,16 +968,15 @@ div._divider_8k9xf_21 {
968
968
  margin: 0 -8px;
969
969
  }
970
970
  /* source: src/components/explorer/explorer.vue */
971
- div._explorer_11uiv_1 {
971
+ div._explorer_volay_1 {
972
972
  border: 1px solid var(--el-border-color-lighter);
973
973
  border-radius: var(--el-border-radius-base);
974
974
  display: flex;
975
975
  flex-grow: 1;
976
- height: 100px;
977
976
  background-color: var(--el-fill-color-blank);
978
977
  box-sizing: border-box;
979
978
  }
980
- div._explorer_11uiv_1 :glbal ._el-splitter__mask_11uiv_10 {
979
+ div._explorer_volay_1 :glbal ._el-splitter__mask_volay_9 {
981
980
  z-index: 10000;
982
981
  transform: translateX(0);
983
982
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wfrog/vc-ui",
3
- "version": "1.9.14",
3
+ "version": "1.9.15",
4
4
  "packageManager": "pnpm@10.20.0",
5
5
  "description": "vue3 组件库 vc-ui",
6
6
  "author": "wellfrog",
@@ -1,5 +0,0 @@
1
- interface IPropType {
2
- name: string;
3
- }
4
- declare const _default: import('vue').DefineComponent<IPropType, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<IPropType> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
5
- export default _default;