@das-fed/ui 7.0.7-hot.13 → 7.0.7-hot.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.
Files changed (33) hide show
  1. package/package.json +6 -5
  2. package/packages/business-components/app-container/style.css +1 -1
  3. package/packages/business-components/app-container/style.css.gz +0 -0
  4. package/packages/business-components/area-phone-select/index.d.ts +23 -23
  5. package/packages/business-components/area-phone-select/src/Index.vue.d.ts +2 -2
  6. package/packages/business-components/area-phone-select/src/area-popover/index.vue.d.ts +2 -2
  7. package/packages/components/autocomplete/index.d.ts +15 -15
  8. package/packages/components/autocomplete/src/index.vue.d.ts +2 -2
  9. package/packages/components/checkbox/index.d.ts +15 -15
  10. package/packages/components/checkbox/src/Index.vue.d.ts +2 -2
  11. package/packages/components/color-picker/index.d.ts +8 -8
  12. package/packages/components/color-picker/src/Index.vue.d.ts +2 -2
  13. package/packages/components/custom-search-item/index.d.ts +15 -15
  14. package/packages/components/custom-search-item/src/Index.vue.d.ts +2 -2
  15. package/packages/components/input/index.d.ts +5 -5
  16. package/packages/components/input/src/index.vue.d.ts +2 -2
  17. package/packages/components/input-dialog-select/index.d.ts +2 -2
  18. package/packages/components/input-dialog-select/src/Index.vue.d.ts +2 -2
  19. package/packages/components/input-number/index.d.ts +8 -8
  20. package/packages/components/input-number/src/App.vue.d.ts +2 -2
  21. package/packages/components/radio/index.d.ts +15 -15
  22. package/packages/components/radio/src/Index.vue.d.ts +2 -2
  23. package/packages/components/rich-editor/index.d.ts +8 -8
  24. package/packages/components/rich-editor/index.js +15506 -14971
  25. package/packages/components/rich-editor/index.js.gz +0 -0
  26. package/packages/components/rich-editor/src/Index.vue.d.ts +2 -2
  27. package/packages/components/search/index.d.ts +2 -2
  28. package/packages/components/search/src/Index.vue.d.ts +2 -2
  29. package/packages/components/special-range-picker-month/index.d.ts +2 -2
  30. package/packages/components/special-range-picker-month/src/Index.vue.d.ts +2 -2
  31. package/packages/components/special-range-picker-year/index.d.ts +2 -2
  32. package/packages/components/special-range-picker-year/src/Index.vue.d.ts +2 -2
  33. package/packages/components/tree-select/src/App.vue.d.ts +2 -2
@@ -10,13 +10,13 @@ declare const _default: import("vue").DefineComponent<Props, {
10
10
  /** 编辑器实例 */
11
11
  editorRef: import("vue").ShallowRef<any, any>;
12
12
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
13
- "update:modelValue": (value: string) => any;
14
13
  change: (value: string) => any;
14
+ "update:modelValue": (value: string) => any;
15
15
  focus: () => any;
16
16
  blur: (value: string) => any;
17
17
  }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
18
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
19
18
  onChange?: ((value: string) => any) | undefined;
19
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
20
20
  onFocus?: (() => any) | undefined;
21
21
  onBlur?: ((value: string) => any) | undefined;
22
22
  }>, {
@@ -1,9 +1,9 @@
1
1
  declare const DasSearch: import("@das-fed/utils").SFCWithInstall<import("vue").DefineComponent<import("./src/type.js").Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
2
- "update:modelValue": (val: string) => any;
3
2
  change: (val: string) => any;
3
+ "update:modelValue": (val: string) => any;
4
4
  }, string, import("vue").PublicProps, Readonly<import("./src/type.js").Props> & Readonly<{
5
- "onUpdate:modelValue"?: ((val: string) => any) | undefined;
6
5
  onChange?: ((val: string) => any) | undefined;
6
+ "onUpdate:modelValue"?: ((val: string) => any) | undefined;
7
7
  }>, {
8
8
  size: "large" | "middle" | "small" | "custom" | "middle-l" | "middle-xl";
9
9
  disabled: boolean;
@@ -1,11 +1,11 @@
1
1
  import 'element-plus/es/components/input/style/css';
2
2
  import type { Props } from './type';
3
3
  declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
4
- "update:modelValue": (val: string) => any;
5
4
  change: (val: string) => any;
5
+ "update:modelValue": (val: string) => any;
6
6
  }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
7
- "onUpdate:modelValue"?: ((val: string) => any) | undefined;
8
7
  onChange?: ((val: string) => any) | undefined;
8
+ "onUpdate:modelValue"?: ((val: string) => any) | undefined;
9
9
  }>, {
10
10
  size: "large" | "middle" | "small" | "custom" | "middle-l" | "middle-xl";
11
11
  disabled: boolean;
@@ -1,12 +1,12 @@
1
1
  import '@das-fed/ui/packages/global/theme';
2
2
  declare const DasSpecialRangePickerMonth: import("@das-fed/utils").SFCWithInstall<import("vue").DefineComponent<import("./src/type.js").Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
3
- "update:modelValue": (currValue: import("./src/type.js").RangeValue) => any;
4
3
  change: (currValue: import("./src/type.js").RangeValue) => any;
4
+ "update:modelValue": (currValue: import("./src/type.js").RangeValue) => any;
5
5
  "update:error": (currValue: boolean) => any;
6
6
  "show-popover": () => any;
7
7
  }, string, import("vue").PublicProps, Readonly<import("./src/type.js").Props> & Readonly<{
8
- "onUpdate:modelValue"?: ((currValue: import("./src/type.js").RangeValue) => any) | undefined;
9
8
  onChange?: ((currValue: import("./src/type.js").RangeValue) => any) | undefined;
9
+ "onUpdate:modelValue"?: ((currValue: import("./src/type.js").RangeValue) => any) | undefined;
10
10
  "onUpdate:error"?: ((currValue: boolean) => any) | undefined;
11
11
  "onShow-popover"?: (() => any) | undefined;
12
12
  }>, {
@@ -1,12 +1,12 @@
1
1
  import type { Props } from './type';
2
2
  declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
3
- "update:modelValue": (currValue: import("./type").RangeValue) => any;
4
3
  change: (currValue: import("./type").RangeValue) => any;
4
+ "update:modelValue": (currValue: import("./type").RangeValue) => any;
5
5
  "update:error": (currValue: boolean) => any;
6
6
  "show-popover": () => any;
7
7
  }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
8
- "onUpdate:modelValue"?: ((currValue: import("./type").RangeValue) => any) | undefined;
9
8
  onChange?: ((currValue: import("./type").RangeValue) => any) | undefined;
9
+ "onUpdate:modelValue"?: ((currValue: import("./type").RangeValue) => any) | undefined;
10
10
  "onUpdate:error"?: ((currValue: boolean) => any) | undefined;
11
11
  "onShow-popover"?: (() => any) | undefined;
12
12
  }>, {
@@ -1,12 +1,12 @@
1
1
  import '@das-fed/ui/packages/global/theme';
2
2
  declare const DasSpecialRangePickerYear: import("@das-fed/utils").SFCWithInstall<import("vue").DefineComponent<import("./src/type.js").Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
3
- "update:modelValue": (currValue: import("./src/type.js").RangeValue) => any;
4
3
  change: (currValue: import("./src/type.js").RangeValue) => any;
4
+ "update:modelValue": (currValue: import("./src/type.js").RangeValue) => any;
5
5
  "update:error": (crrValue: boolean) => any;
6
6
  "show-popover": () => any;
7
7
  }, string, import("vue").PublicProps, Readonly<import("./src/type.js").Props> & Readonly<{
8
- "onUpdate:modelValue"?: ((currValue: import("./src/type.js").RangeValue) => any) | undefined;
9
8
  onChange?: ((currValue: import("./src/type.js").RangeValue) => any) | undefined;
9
+ "onUpdate:modelValue"?: ((currValue: import("./src/type.js").RangeValue) => any) | undefined;
10
10
  "onUpdate:error"?: ((crrValue: boolean) => any) | undefined;
11
11
  "onShow-popover"?: (() => any) | undefined;
12
12
  }>, {
@@ -1,13 +1,13 @@
1
1
  import 'element-plus/es/components/popover/style/css';
2
2
  import type { Props } from './type';
3
3
  declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
4
- "update:modelValue": (currValue: import("./type").RangeValue) => any;
5
4
  change: (currValue: import("./type").RangeValue) => any;
5
+ "update:modelValue": (currValue: import("./type").RangeValue) => any;
6
6
  "update:error": (crrValue: boolean) => any;
7
7
  "show-popover": () => any;
8
8
  }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
9
- "onUpdate:modelValue"?: ((currValue: import("./type").RangeValue) => any) | undefined;
10
9
  onChange?: ((currValue: import("./type").RangeValue) => any) | undefined;
10
+ "onUpdate:modelValue"?: ((currValue: import("./type").RangeValue) => any) | undefined;
11
11
  "onUpdate:error"?: ((crrValue: boolean) => any) | undefined;
12
12
  "onShow-popover"?: (() => any) | undefined;
13
13
  }>, {
@@ -6816,16 +6816,16 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<Props, {
6816
6816
  /** 设置默认值,当默认值为动态设置时使用(兼容老版本) */
6817
6817
  resetDefaultVal: (val: any) => void;
6818
6818
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
6819
- "update:modelValue": (value: string | number | string[] | number[]) => any;
6820
6819
  change: (value: string | number | string[] | number[], options: any[]) => any;
6820
+ "update:modelValue": (value: string | number | string[] | number[]) => any;
6821
6821
  "visible-change": (value: boolean) => any;
6822
6822
  focus: (val: any) => any;
6823
6823
  "update:path": (value: string | string[]) => any;
6824
6824
  blur: (val: any) => any;
6825
6825
  "update:keyword": (value: string) => any;
6826
6826
  }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
6827
- "onUpdate:modelValue"?: ((value: string | number | string[] | number[]) => any) | undefined;
6828
6827
  onChange?: ((value: string | number | string[] | number[], options: any[]) => any) | undefined;
6828
+ "onUpdate:modelValue"?: ((value: string | number | string[] | number[]) => any) | undefined;
6829
6829
  "onVisible-change"?: ((value: boolean) => any) | undefined;
6830
6830
  onFocus?: ((val: any) => any) | undefined;
6831
6831
  "onUpdate:path"?: ((value: string | string[]) => any) | undefined;