@jctrans-materials/comps-vue3 1.0.37-beta.0 → 1.0.37-beta.2

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.
@@ -2,10 +2,14 @@ declare function __VLS_template(): Partial<Record<NonNullable<string | number>,
2
2
  declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
3
3
  modelValue: {
4
4
  required: true;
5
- type: import('vue').PropType<any>;
5
+ type: import('vue').PropType<string | number>;
6
6
  };
7
7
  lang: StringConstructor;
8
8
  placeholder: StringConstructor;
9
+ showApplyData: {
10
+ type: BooleanConstructor;
11
+ default: boolean;
12
+ };
9
13
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
10
14
  change: (...args: any[]) => void;
11
15
  "update:modelValue": (...args: any[]) => void;
@@ -13,15 +17,21 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
13
17
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
14
18
  modelValue: {
15
19
  required: true;
16
- type: import('vue').PropType<any>;
20
+ type: import('vue').PropType<string | number>;
17
21
  };
18
22
  lang: StringConstructor;
19
23
  placeholder: StringConstructor;
24
+ showApplyData: {
25
+ type: BooleanConstructor;
26
+ default: boolean;
27
+ };
20
28
  }>> & Readonly<{
21
29
  onChange?: ((...args: any[]) => any) | undefined;
22
30
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
23
31
  onApply?: ((...args: any[]) => any) | undefined;
24
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
32
+ }>, {
33
+ showApplyData: boolean;
34
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
25
35
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
26
36
  export default _default;
27
37
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -2,10 +2,14 @@ declare function __VLS_template(): Partial<Record<NonNullable<string | number>,
2
2
  declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
3
3
  modelValue: {
4
4
  required: true;
5
- type: import('vue').PropType<any>;
5
+ type: import('vue').PropType<string | number>;
6
6
  };
7
7
  lang: StringConstructor;
8
8
  placeholder: StringConstructor;
9
+ showApplyData: {
10
+ type: BooleanConstructor;
11
+ default: boolean;
12
+ };
9
13
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
10
14
  change: (...args: any[]) => void;
11
15
  "update:modelValue": (...args: any[]) => void;
@@ -13,15 +17,21 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
13
17
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
14
18
  modelValue: {
15
19
  required: true;
16
- type: import('vue').PropType<any>;
20
+ type: import('vue').PropType<string | number>;
17
21
  };
18
22
  lang: StringConstructor;
19
23
  placeholder: StringConstructor;
24
+ showApplyData: {
25
+ type: BooleanConstructor;
26
+ default: boolean;
27
+ };
20
28
  }>> & Readonly<{
21
29
  onChange?: ((...args: any[]) => any) | undefined;
22
30
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
23
31
  onApply?: ((...args: any[]) => any) | undefined;
24
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
32
+ }>, {
33
+ showApplyData: boolean;
34
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
25
35
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
26
36
  export default _default;
27
37
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -2,10 +2,14 @@ declare function __VLS_template(): Partial<Record<NonNullable<string | number>,
2
2
  declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
3
3
  modelValue: {
4
4
  required: true;
5
- type: import('vue').PropType<any>;
5
+ type: import('vue').PropType<string | number>;
6
6
  };
7
7
  lang: StringConstructor;
8
8
  placeholder: StringConstructor;
9
+ showApplyData: {
10
+ type: BooleanConstructor;
11
+ default: boolean;
12
+ };
9
13
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
10
14
  change: (...args: any[]) => void;
11
15
  "update:modelValue": (...args: any[]) => void;
@@ -13,15 +17,21 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
13
17
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
14
18
  modelValue: {
15
19
  required: true;
16
- type: import('vue').PropType<any>;
20
+ type: import('vue').PropType<string | number>;
17
21
  };
18
22
  lang: StringConstructor;
19
23
  placeholder: StringConstructor;
24
+ showApplyData: {
25
+ type: BooleanConstructor;
26
+ default: boolean;
27
+ };
20
28
  }>> & Readonly<{
21
29
  onChange?: ((...args: any[]) => any) | undefined;
22
30
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
23
31
  onApply?: ((...args: any[]) => any) | undefined;
24
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
32
+ }>, {
33
+ showApplyData: boolean;
34
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
25
35
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
26
36
  export default _default;
27
37
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -2,10 +2,14 @@ declare function __VLS_template(): Partial<Record<NonNullable<string | number>,
2
2
  declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
3
3
  modelValue: {
4
4
  required: true;
5
- type: import('vue').PropType<any>;
5
+ type: import('vue').PropType<string | number>;
6
6
  };
7
7
  lang: StringConstructor;
8
8
  placeholder: StringConstructor;
9
+ showApplyData: {
10
+ type: BooleanConstructor;
11
+ default: boolean;
12
+ };
9
13
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
10
14
  change: (...args: any[]) => void;
11
15
  "update:modelValue": (...args: any[]) => void;
@@ -13,15 +17,21 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
13
17
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
14
18
  modelValue: {
15
19
  required: true;
16
- type: import('vue').PropType<any>;
20
+ type: import('vue').PropType<string | number>;
17
21
  };
18
22
  lang: StringConstructor;
19
23
  placeholder: StringConstructor;
24
+ showApplyData: {
25
+ type: BooleanConstructor;
26
+ default: boolean;
27
+ };
20
28
  }>> & Readonly<{
21
29
  onChange?: ((...args: any[]) => any) | undefined;
22
30
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
23
31
  onApply?: ((...args: any[]) => any) | undefined;
24
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
32
+ }>, {
33
+ showApplyData: boolean;
34
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
25
35
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
26
36
  export default _default;
27
37
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -50,6 +50,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
50
50
  type: BooleanConstructor;
51
51
  default: boolean;
52
52
  };
53
+ showApplyData: {
54
+ type: BooleanConstructor;
55
+ default: boolean;
56
+ };
53
57
  defaultOptions: {
54
58
  type: () => LocationUnifiedItem[];
55
59
  default: () => never[];
@@ -83,6 +87,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
83
87
  type: BooleanConstructor;
84
88
  default: boolean;
85
89
  };
90
+ showApplyData: {
91
+ type: BooleanConstructor;
92
+ default: boolean;
93
+ };
86
94
  defaultOptions: {
87
95
  type: () => LocationUnifiedItem[];
88
96
  default: () => never[];
@@ -95,6 +103,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
95
103
  modelValue: string | number | any[] | null | undefined;
96
104
  placeholder: string;
97
105
  lang: string;
106
+ showApplyData: boolean;
98
107
  lineType: "air" | "shipping";
99
108
  multiple: boolean;
100
109
  defaultOptions: LocationUnifiedItem[];
@@ -1,25 +1,33 @@
1
+ import { ReportType } from '@jctrans-materials/shared';
2
+
1
3
  interface Props {
2
4
  modelValue?: any;
3
5
  multiple?: boolean;
4
6
  lang?: string;
5
7
  placeholder?: string;
6
8
  historyKey?: string;
9
+ reportType?: ReportType;
7
10
  }
8
11
  declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
9
12
  lang: string;
10
13
  multiple: boolean;
14
+ reportType: string;
11
15
  }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
12
16
  select: (...args: any[]) => void;
13
17
  "update:modelValue": (...args: any[]) => void;
18
+ apply: (...args: any[]) => void;
14
19
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
15
20
  lang: string;
16
21
  multiple: boolean;
22
+ reportType: string;
17
23
  }>>> & Readonly<{
18
24
  onSelect?: ((...args: any[]) => any) | undefined;
19
25
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
26
+ onApply?: ((...args: any[]) => any) | undefined;
20
27
  }>, {
21
28
  lang: string;
22
29
  multiple: boolean;
30
+ reportType: ReportType;
23
31
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
24
32
  export default _default;
25
33
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -98,6 +98,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
98
98
  disabled: boolean;
99
99
  modelValue: SearchItem | SearchItem[] | null;
100
100
  lang: "" | "en" | "cn" | "en-US" | "zh-CN";
101
+ showApplyData: boolean;
101
102
  multiple: boolean;
102
103
  collapseTags: boolean;
103
104
  historyKey: string;
@@ -106,7 +107,6 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
106
107
  searchTypeList: string[];
107
108
  showSearchIcon: boolean;
108
109
  showItemTag: boolean;
109
- showApplyData: boolean;
110
110
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
111
111
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
112
112
  export default _default;