@qqt-product/ui 14.1.3 → 14.1.5

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.
@@ -21,6 +21,7 @@ declare const _default: SFCWithInstall<DefineComponent<Readonly<ComponentPropsOp
21
21
  layoutConfig: Ref<LayoutConfig>;
22
22
  pageData: Ref<RecordString>;
23
23
  loading: Ref<boolean>;
24
+ isFinishConfig: Ref<boolean>;
24
25
  layoutLoading: Ref<boolean>;
25
26
  customLoading: Readonly<Ref<boolean>>;
26
27
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, readonly string[] | Readonly<ExtractPropTypes<Readonly<ComponentObjectPropsOptions<{
@@ -10,6 +10,7 @@ declare const _sfc_main: DefineComponent<Readonly<ComponentPropsOptions<{
10
10
  layoutConfig: Ref<LayoutConfig>;
11
11
  pageData: Ref<RecordString>;
12
12
  loading: Ref<boolean>;
13
+ isFinishConfig: Ref<boolean>;
13
14
  layoutLoading: Ref<boolean>;
14
15
  customLoading: Readonly<Ref<boolean>>;
15
16
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, readonly string[] | Readonly<ExtractPropTypes<Readonly<ComponentObjectPropsOptions<{
@@ -56,13 +56,12 @@ declare const _default: SFCWithInstall<DefineComponent<{
56
56
  placeholder: string;
57
57
  multiple: boolean;
58
58
  options: Ref<{
59
- [x: string]: string;
59
+ label: string;
60
60
  title: string;
61
61
  value: string;
62
62
  id: string;
63
63
  textI18nKey: string;
64
64
  children?: unknown[] | undefined;
65
- label: string;
66
65
  }[]>;
67
66
  onChange: ({ value }: {
68
67
  value: string | string[];
@@ -1,5 +1,5 @@
1
1
  import type { DefineComponent, PropType, ComputedRef, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
2
- import type { VxeSelectProps, SelectOption } from './vxe-select-types';
2
+ import type { SelectOption, VxeSelectProps } from './vxe-select-types';
3
3
  declare const _sfc_main: DefineComponent<{
4
4
  readonly modelValue: {
5
5
  readonly type: StringConstructor;
@@ -52,13 +52,12 @@ declare const _sfc_main: DefineComponent<{
52
52
  placeholder: string;
53
53
  multiple: boolean;
54
54
  options: Ref<{
55
- [x: string]: string;
55
+ label: string;
56
56
  title: string;
57
57
  value: string;
58
58
  id: string;
59
59
  textI18nKey: string;
60
60
  children?: unknown[] | undefined;
61
- label: string;
62
61
  }[]>;
63
62
  onChange: ({ value }: {
64
63
  value: string | string[];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@qqt-product/ui",
3
3
  "private": false,
4
- "version": "14.1.3",
4
+ "version": "14.1.5",
5
5
  "main": "dist/index.umd.js",
6
6
  "module": "dist/index.es.js",
7
7
  "type": "module",