@wfrog/vc-ui 1.3.0 → 1.3.1

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.
@@ -0,0 +1,14 @@
1
+ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
2
+ data: {
3
+ type: ObjectConstructor;
4
+ default: () => {};
5
+ };
6
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
7
+ data: {
8
+ type: ObjectConstructor;
9
+ default: () => {};
10
+ };
11
+ }>> & Readonly<{}>, {
12
+ data: Record<string, any>;
13
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
14
+ export default _default;
@@ -3,6 +3,6 @@ export interface IDualPaneProps {
3
3
  layout?: 'horizontal' | 'vertical';
4
4
  lazy?: boolean;
5
5
  padding?: number;
6
- props1?: SplitterPanelProps;
7
- props2?: SplitterPanelProps;
6
+ props1?: Partial<SplitterPanelProps>;
7
+ props2?: Partial<SplitterPanelProps>;
8
8
  }
@@ -0,0 +1,19 @@
1
+ declare function __VLS_template(): {
2
+ attrs: Partial<{}>;
3
+ slots: {
4
+ default?(_: {
5
+ direction: string;
6
+ }): any;
7
+ };
8
+ refs: {};
9
+ rootEl: any;
10
+ };
11
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
12
+ declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
13
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
14
+ export default _default;
15
+ type __VLS_WithTemplateSlots<T, S> = T & {
16
+ new (): {
17
+ $slots: S;
18
+ };
19
+ };
package/dist/es/index.mjs CHANGED
@@ -113,7 +113,7 @@ const __vite_glob_0_27 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.definePr
113
113
  default: _sfc_main$7
114
114
  }, Symbol.toStringTag, { value: 'Module' }));
115
115
 
116
- const version = "1.3.0";
116
+ const version = "1.3.1";
117
117
 
118
118
  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/config-provider/config-provider.vue": __vite_glob_0_6,"./components/cropper/cropper.vue": __vite_glob_0_7,"./components/currency/currency.vue": __vite_glob_0_8,"./components/daterange-picker/daterange-picker.vue": __vite_glob_0_9,"./components/dialog-camera-upload/dialog-camera-upload.vue": __vite_glob_0_10,"./components/dialog-map-point/dialog-map-point.vue": __vite_glob_0_11,"./components/dialog-upload-images/dialog-upload-images.vue": __vite_glob_0_12,"./components/dialog/dialog.vue": __vite_glob_0_13,"./components/drag-verify/drag-verify.vue": __vite_glob_0_14,"./components/drawer/drawer.vue": __vite_glob_0_15,"./components/dual-pane/dual-pane.vue": __vite_glob_0_16,"./components/easy-pagination/easy-pagination.vue": __vite_glob_0_17,"./components/el-icon/el-icon.vue": __vite_glob_0_18,"./components/flag/flag.vue": __vite_glob_0_19,"./components/icon-picker/icon-picker.vue": __vite_glob_0_20,"./components/icon/icon.vue": __vite_glob_0_21,"./components/iconify-icon/iconify-icon.vue": __vite_glob_0_22,"./components/image/image.vue": __vite_glob_0_23,"./components/input-number/input-number.vue": __vite_glob_0_24,"./components/input/input.vue": __vite_glob_0_25,"./components/pca-picker/pca-picker.vue": __vite_glob_0_26,"./components/qr-code/qr-code.vue": __vite_glob_0_27,"./components/screenfull/screenfull.vue": __vite_glob_0_28,"./components/scrollbar/scrollbar.vue": __vite_glob_0_29,"./components/select/select.vue": __vite_glob_0_30,"./components/single-player/single-player.vue": __vite_glob_0_31,"./components/svg-icon/svg-icon.vue": __vite_glob_0_32,"./components/switch/switch.vue": __vite_glob_0_33,"./components/sync-scroll-container/sync-scroll-container.vue": __vite_glob_0_34,"./components/tags/tags.vue": __vite_glob_0_35,"./components/text-ellipsis/text-ellipsis.vue": __vite_glob_0_36,"./components/thousand-input/thousand-input.vue": __vite_glob_0_37,"./components/tinymce/tinymce.vue": __vite_glob_0_38,"./components/tree-picker/tree-picker.vue": __vite_glob_0_39,"./components/upload-file/upload-file.vue": __vite_glob_0_40});
119
119
  const upper = (_, letter) => letter.toUpperCase();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wfrog/vc-ui",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "packageManager": "pnpm@10.20.0",
5
5
  "description": "vue3 组件库 vc-ui",
6
6
  "author": "wellfrog",