@airpower/web 1.5.12 → 1.5.13

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.
@@ -22,13 +22,13 @@ declare const _default: <E extends RootEntity>(__VLS_props: NonNullable<Awaited<
22
22
  readonly disabled: boolean;
23
23
  readonly entity: ITransformerConstructor<E>;
24
24
  readonly field: string;
25
- readonly modelValue: [{
25
+ readonly modelValue: Exclude<[{
26
26
  type: PropType<E>;
27
27
  default: null;
28
28
  }] extends [import('vue').Prop<infer V, infer D>] ? unknown extends V ? keyof V extends never ? import('@vue/shared').IfAny<V, V, D> : V : V : {
29
29
  type: PropType<E>;
30
30
  default: null;
31
- };
31
+ }, undefined>;
32
32
  readonly readonly: boolean;
33
33
  readonly list?: IEnum<number>[] | undefined;
34
34
  readonly disabledValue?: string | number | boolean | unknown[] | Record<string, any> | undefined;
@@ -4,14 +4,14 @@ import { RootEntity } from '../../model/RootEntity';
4
4
  declare const _default: <F extends IFile & RootEntity>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
5
5
  props: __VLS_PrettifyLocal<Pick<Partial<{
6
6
  width: number;
7
- data: IJson<any>;
8
7
  placeholder: string;
8
+ data: IJson<any>;
9
+ headers: IJson<any>;
9
10
  clearable: boolean;
10
11
  height: number;
11
12
  entity: ITransformerConstructor<F>;
12
13
  src: string;
13
14
  upload: boolean;
14
- headers: IJson<any>;
15
15
  showTips: boolean;
16
16
  limit: number;
17
17
  extensions: unknown[];
@@ -20,10 +20,10 @@ declare const _default: <F extends IFile & RootEntity>(__VLS_props: NonNullable<
20
20
  }> & Omit<{
21
21
  readonly width: number;
22
22
  readonly data: IJson<any>;
23
+ readonly headers: IJson<any>;
23
24
  readonly clearable: boolean;
24
25
  readonly height: number;
25
26
  readonly upload: boolean;
26
- readonly headers: IJson<any>;
27
27
  readonly showTips: boolean;
28
28
  readonly limit: number;
29
29
  readonly extensions: unknown[];
@@ -34,7 +34,7 @@ declare const _default: <F extends IFile & RootEntity>(__VLS_props: NonNullable<
34
34
  readonly src?: string | undefined;
35
35
  readonly onRemoved?: (() => any) | undefined;
36
36
  readonly onUploaded?: ((file: F) => any) | undefined;
37
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "width" | "data" | "placeholder" | "clearable" | "height" | "entity" | "src" | "upload" | "headers" | "showTips" | "limit" | "extensions" | "uploadUrl" | "uploadFileName">, "onRemoved" | "onUploaded" | ("width" | "data" | "placeholder" | "clearable" | "height" | "entity" | "src" | "upload" | "headers" | "showTips" | "limit" | "extensions" | "uploadUrl" | "uploadFileName")> & {} & Partial<{}>> & import('vue').PublicProps;
37
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "width" | "placeholder" | "data" | "headers" | "clearable" | "height" | "entity" | "src" | "upload" | "showTips" | "limit" | "extensions" | "uploadUrl" | "uploadFileName">, "onRemoved" | "onUploaded" | ("width" | "placeholder" | "data" | "headers" | "clearable" | "height" | "entity" | "src" | "upload" | "showTips" | "limit" | "extensions" | "uploadUrl" | "uploadFileName")> & {} & Partial<{}>> & import('vue').PublicProps;
38
38
  expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
39
39
  attrs: any;
40
40
  slots: {};
@@ -5,8 +5,8 @@ import { RootEntity } from '../../model/RootEntity';
5
5
  declare const _default: <E extends RootEntity, T extends ITree & E, EM extends IEnum>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
6
6
  props: __VLS_PrettifyLocal<Pick<Partial<{
7
7
  disabled: boolean;
8
- list: EM[];
9
8
  placeholder: string;
9
+ list: EM[];
10
10
  dateShowFormatter: string;
11
11
  entity: ITransformerConstructor<E>;
12
12
  modelValue: string | number | boolean | unknown[] | Record<string, any>;
@@ -36,7 +36,7 @@ declare const _default: <E extends RootEntity, T extends ITree & E, EM extends I
36
36
  readonly onChanged?: ((...args: any[]) => any) | undefined;
37
37
  readonly "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
38
38
  readonly onFocus?: ((...args: any[]) => any) | undefined;
39
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "list" | "placeholder" | "dateShowFormatter" | "entity" | "modelValue" | "readonly" | "disabledValue" | "tree" | "modelModifiers" | "modifier" | "showClear" | "onSearch">, "onFocus" | "onBlur" | "onClear" | "onChanged" | "onUpdate:modelValue" | ("disabled" | "list" | "placeholder" | "dateShowFormatter" | "entity" | "modelValue" | "readonly" | "disabledValue" | "tree" | "modelModifiers" | "modifier" | "showClear" | "onSearch")> & {} & Partial<{}>> & import('vue').PublicProps;
39
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "placeholder" | "list" | "dateShowFormatter" | "entity" | "modelValue" | "readonly" | "disabledValue" | "tree" | "modelModifiers" | "modifier" | "showClear" | "onSearch">, "onFocus" | "onBlur" | "onClear" | "onChanged" | "onUpdate:modelValue" | ("disabled" | "placeholder" | "list" | "dateShowFormatter" | "entity" | "modelValue" | "readonly" | "disabledValue" | "tree" | "modelModifiers" | "modifier" | "showClear" | "onSearch")> & {} & Partial<{}>> & import('vue').PublicProps;
40
40
  expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
41
41
  attrs: any;
42
42
  slots: Partial<Record<NonNullable<string | number | symbol>, (_: {}) => any>>;
@@ -4,6 +4,7 @@ declare const _default: <T extends IPayload>(__VLS_props: NonNullable<Awaited<ty
4
4
  props: __VLS_PrettifyLocal<Pick<Partial<{
5
5
  disabled: boolean;
6
6
  default: string;
7
+ placeholder: string;
7
8
  param: [{
8
9
  type: PropType<T>;
9
10
  default: () => null;
@@ -11,27 +12,26 @@ declare const _default: <T extends IPayload>(__VLS_props: NonNullable<Awaited<ty
11
12
  type: PropType<T>;
12
13
  default: () => null;
13
14
  };
14
- placeholder: string;
15
15
  selectLabel: string;
16
16
  clearLabel: string;
17
17
  }> & Omit<{
18
18
  readonly disabled: boolean;
19
19
  readonly default: string;
20
- readonly param: [{
20
+ readonly placeholder: string;
21
+ readonly param: Exclude<[{
21
22
  type: PropType<T>;
22
23
  default: () => null;
23
24
  }] extends [import('vue').Prop<infer V, infer D>] ? unknown extends V ? keyof V extends never ? import('@vue/shared').IfAny<V, V, D> : V : V : {
24
25
  type: PropType<T>;
25
26
  default: () => null;
26
- };
27
- readonly placeholder: string;
27
+ }, undefined>;
28
28
  readonly selectLabel: string;
29
29
  readonly clearLabel: string;
30
30
  readonly selector: Component;
31
31
  readonly onClear?: (() => any) | undefined;
32
32
  readonly onChanged?: ((data: T | undefined) => any) | undefined;
33
33
  readonly "onUpdate:modelValue"?: ((value: T) => any) | undefined;
34
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "default" | "param" | "placeholder" | "selectLabel" | "clearLabel">, "onClear" | "onChanged" | "onUpdate:modelValue" | "selector" | ("disabled" | "default" | "param" | "placeholder" | "selectLabel" | "clearLabel")> & {
34
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "default" | "placeholder" | "param" | "selectLabel" | "clearLabel">, "onClear" | "onChanged" | "onUpdate:modelValue" | "selector" | ("disabled" | "default" | "placeholder" | "param" | "selectLabel" | "clearLabel")> & {
35
35
  modelValue?: T;
36
36
  } & Partial<{}>> & import('vue').PublicProps;
37
37
  expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
@@ -3,9 +3,9 @@ import { RootEntity } from '../../model/RootEntity';
3
3
  declare const _default: <T extends ITree & RootEntity>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
4
4
  props: __VLS_PrettifyLocal<Pick<Partial<{
5
5
  width: number;
6
+ placeholder: string;
6
7
  title: string;
7
8
  hideIcon: boolean;
8
- placeholder: string;
9
9
  collapse: boolean;
10
10
  defaultExpandAll: boolean;
11
11
  hideTree: boolean;
@@ -14,9 +14,9 @@ declare const _default: <T extends ITree & RootEntity>(__VLS_props: NonNullable<
14
14
  defaultCollapse: boolean;
15
15
  }> & Omit<{
16
16
  readonly width: number;
17
+ readonly placeholder: string;
17
18
  readonly title: string;
18
19
  readonly hideIcon: boolean;
19
- readonly placeholder: string;
20
20
  readonly collapse: boolean;
21
21
  readonly defaultExpandAll: boolean;
22
22
  readonly hideTree: boolean;
@@ -25,7 +25,7 @@ declare const _default: <T extends ITree & RootEntity>(__VLS_props: NonNullable<
25
25
  readonly isTreeLoading: boolean;
26
26
  readonly defaultCollapse: boolean;
27
27
  readonly onChanged?: ((data: T | undefined) => any) | undefined;
28
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "width" | "title" | "hideIcon" | "placeholder" | "collapse" | "defaultExpandAll" | "hideTree" | "searchable" | "isTreeLoading" | "defaultCollapse">, "onChanged" | "treeData" | ("width" | "title" | "hideIcon" | "placeholder" | "collapse" | "defaultExpandAll" | "hideTree" | "searchable" | "isTreeLoading" | "defaultCollapse")> & {} & Partial<{}>> & import('vue').PublicProps;
28
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "width" | "placeholder" | "title" | "hideIcon" | "collapse" | "defaultExpandAll" | "hideTree" | "searchable" | "isTreeLoading" | "defaultCollapse">, "onChanged" | "treeData" | ("width" | "placeholder" | "title" | "hideIcon" | "collapse" | "defaultExpandAll" | "hideTree" | "searchable" | "isTreeLoading" | "defaultCollapse")> & {} & Partial<{}>> & import('vue').PublicProps;
29
29
  expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
30
30
  attrs: any;
31
31
  slots: {
@@ -207,6 +207,7 @@ export declare class WebConfig {
207
207
  next: string;
208
208
  previous: string;
209
209
  finish: string;
210
+ close: string;
210
211
  };
211
212
  tree: {
212
213
  emptyText: string;