@feedmepos/mf-common 1.13.0-beta.1 → 1.14.0-beta.1
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/app.d.ts +18 -0
- package/dist/app.d.ts.map +1 -1
- package/dist/app.js +18234 -18010
- package/dist/components/Portal/PortalDesktop.vue.d.ts +4 -0
- package/dist/components/Portal/PortalDesktop.vue.d.ts.map +1 -1
- package/dist/components/Portal/PortalMobile.vue.d.ts +4 -0
- package/dist/components/Portal/PortalMobile.vue.d.ts.map +1 -1
- package/dist/components/Portal/PortalTablet.vue.d.ts +4 -0
- package/dist/components/Portal/PortalTablet.vue.d.ts.map +1 -1
- package/dist/components/Portal/index.vue.d.ts +4 -0
- package/dist/components/Portal/index.vue.d.ts.map +1 -1
- package/dist/components/SelectCountryDialog.vue.d.ts +4 -0
- package/dist/components/SelectCountryDialog.vue.d.ts.map +1 -1
- package/dist/components/UserInfo/index.vue.d.ts +8 -0
- package/dist/components/UserInfo/index.vue.d.ts.map +1 -1
- package/dist/components/attribute/CustomAttributesForm.vue.d.ts +22 -0
- package/dist/components/attribute/CustomAttributesForm.vue.d.ts.map +1 -0
- package/dist/store.d.ts +2095 -2410
- package/dist/store.d.ts.map +1 -1
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/utils/object.d.ts +2 -0
- package/dist/utils/object.d.ts.map +1 -0
- package/package.json +2 -2
@@ -8,6 +8,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
8
8
|
"select-country": (country: {
|
9
9
|
taxLevel?: number | null | undefined;
|
10
10
|
currency: {
|
11
|
+
locale?: string | null | undefined;
|
11
12
|
symbol: string;
|
12
13
|
code: string;
|
13
14
|
precision: number;
|
@@ -15,6 +16,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
15
16
|
};
|
16
17
|
code: string;
|
17
18
|
name: string;
|
19
|
+
callingCode: string;
|
18
20
|
roundingOptions: {
|
19
21
|
amount: number;
|
20
22
|
precision: number;
|
@@ -52,6 +54,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
52
54
|
"onSelect-country"?: ((country: {
|
53
55
|
taxLevel?: number | null | undefined;
|
54
56
|
currency: {
|
57
|
+
locale?: string | null | undefined;
|
55
58
|
symbol: string;
|
56
59
|
code: string;
|
57
60
|
precision: number;
|
@@ -59,6 +62,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
59
62
|
};
|
60
63
|
code: string;
|
61
64
|
name: string;
|
65
|
+
callingCode: string;
|
62
66
|
roundingOptions: {
|
63
67
|
amount: number;
|
64
68
|
precision: number;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"PortalDesktop.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Portal/PortalDesktop.vue.ts"],"names":[],"mappings":"AAIA,OAAO,EAAqB,KAAK,WAAW,EAAE,MAAM,SAAS,CAAA;AAE7D,OAAO,EAAE,KAAK,SAAS,EAAgB,MAAM,SAAS,CAAA
|
1
|
+
{"version":3,"file":"PortalDesktop.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Portal/PortalDesktop.vue.ts"],"names":[],"mappings":"AAIA,OAAO,EAAqB,KAAK,WAAW,EAAE,MAAM,SAAS,CAAA;AAE7D,OAAO,EAAE,KAAK,SAAS,EAAgB,MAAM,SAAS,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAyqBtD,wBAOG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC"}
|
@@ -8,6 +8,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
8
8
|
"select-country": (country: {
|
9
9
|
taxLevel?: number | null | undefined;
|
10
10
|
currency: {
|
11
|
+
locale?: string | null | undefined;
|
11
12
|
symbol: string;
|
12
13
|
code: string;
|
13
14
|
precision: number;
|
@@ -15,6 +16,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
15
16
|
};
|
16
17
|
code: string;
|
17
18
|
name: string;
|
19
|
+
callingCode: string;
|
18
20
|
roundingOptions: {
|
19
21
|
amount: number;
|
20
22
|
precision: number;
|
@@ -52,6 +54,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
52
54
|
"onSelect-country"?: ((country: {
|
53
55
|
taxLevel?: number | null | undefined;
|
54
56
|
currency: {
|
57
|
+
locale?: string | null | undefined;
|
55
58
|
symbol: string;
|
56
59
|
code: string;
|
57
60
|
precision: number;
|
@@ -59,6 +62,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
59
62
|
};
|
60
63
|
code: string;
|
61
64
|
name: string;
|
65
|
+
callingCode: string;
|
62
66
|
roundingOptions: {
|
63
67
|
amount: number;
|
64
68
|
precision: number;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"PortalMobile.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Portal/PortalMobile.vue.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAgB,WAAW,EAAE,MAAM,2BAA2B,CAAA;AAI1E,OAAO,EAAgB,KAAK,WAAW,EAAE,MAAM,SAAS,CAAA
|
1
|
+
{"version":3,"file":"PortalMobile.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Portal/PortalMobile.vue.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAgB,WAAW,EAAE,MAAM,2BAA2B,CAAA;AAI1E,OAAO,EAAgB,KAAK,WAAW,EAAE,MAAM,SAAS,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAg5CxD,wBAOG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC"}
|
@@ -7,6 +7,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
7
7
|
"select-country": (country: {
|
8
8
|
taxLevel?: number | null | undefined;
|
9
9
|
currency: {
|
10
|
+
locale?: string | null | undefined;
|
10
11
|
symbol: string;
|
11
12
|
code: string;
|
12
13
|
precision: number;
|
@@ -14,6 +15,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
14
15
|
};
|
15
16
|
code: string;
|
16
17
|
name: string;
|
18
|
+
callingCode: string;
|
17
19
|
roundingOptions: {
|
18
20
|
amount: number;
|
19
21
|
precision: number;
|
@@ -51,6 +53,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
51
53
|
"onSelect-country"?: ((country: {
|
52
54
|
taxLevel?: number | null | undefined;
|
53
55
|
currency: {
|
56
|
+
locale?: string | null | undefined;
|
54
57
|
symbol: string;
|
55
58
|
code: string;
|
56
59
|
precision: number;
|
@@ -58,6 +61,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
58
61
|
};
|
59
62
|
code: string;
|
60
63
|
name: string;
|
64
|
+
callingCode: string;
|
61
65
|
roundingOptions: {
|
62
66
|
amount: number;
|
63
67
|
precision: number;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"PortalTablet.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Portal/PortalTablet.vue.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAgB,WAAW,EAAE,MAAM,2BAA2B,CAAA
|
1
|
+
{"version":3,"file":"PortalTablet.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Portal/PortalTablet.vue.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAgB,WAAW,EAAE,MAAM,2BAA2B,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA8zB1E,wBAOG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC"}
|
@@ -7,6 +7,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
|
|
7
7
|
"select-country": (country: {
|
8
8
|
taxLevel?: number | null | undefined;
|
9
9
|
currency: {
|
10
|
+
locale?: string | null | undefined;
|
10
11
|
symbol: string;
|
11
12
|
code: string;
|
12
13
|
precision: number;
|
@@ -14,6 +15,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
|
|
14
15
|
};
|
15
16
|
code: string;
|
16
17
|
name: string;
|
18
|
+
callingCode: string;
|
17
19
|
roundingOptions: {
|
18
20
|
amount: number;
|
19
21
|
precision: number;
|
@@ -51,6 +53,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
|
|
51
53
|
"onSelect-country"?: ((country: {
|
52
54
|
taxLevel?: number | null | undefined;
|
53
55
|
currency: {
|
56
|
+
locale?: string | null | undefined;
|
54
57
|
symbol: string;
|
55
58
|
code: string;
|
56
59
|
precision: number;
|
@@ -58,6 +61,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
|
|
58
61
|
};
|
59
62
|
code: string;
|
60
63
|
name: string;
|
64
|
+
callingCode: string;
|
61
65
|
roundingOptions: {
|
62
66
|
amount: number;
|
63
67
|
precision: number;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Portal/index.vue.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAgB,WAAW,EAAE,MAAM,2BAA2B,CAAA
|
1
|
+
{"version":3,"file":"index.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Portal/index.vue.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAgB,WAAW,EAAE,MAAM,2BAA2B,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAsM1E,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
@@ -7,6 +7,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
7
7
|
"select-country": (country: {
|
8
8
|
taxLevel?: number | null | undefined;
|
9
9
|
currency: {
|
10
|
+
locale?: string | null | undefined;
|
10
11
|
symbol: string;
|
11
12
|
code: string;
|
12
13
|
precision: number;
|
@@ -14,6 +15,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
14
15
|
};
|
15
16
|
code: string;
|
16
17
|
name: string;
|
18
|
+
callingCode: string;
|
17
19
|
roundingOptions: {
|
18
20
|
amount: number;
|
19
21
|
precision: number;
|
@@ -43,6 +45,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
43
45
|
"onSelect-country"?: ((country: {
|
44
46
|
taxLevel?: number | null | undefined;
|
45
47
|
currency: {
|
48
|
+
locale?: string | null | undefined;
|
46
49
|
symbol: string;
|
47
50
|
code: string;
|
48
51
|
precision: number;
|
@@ -50,6 +53,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
50
53
|
};
|
51
54
|
code: string;
|
52
55
|
name: string;
|
56
|
+
callingCode: string;
|
53
57
|
roundingOptions: {
|
54
58
|
amount: number;
|
55
59
|
precision: number;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"SelectCountryDialog.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SelectCountryDialog.vue.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAA;AAQxD,UAAU,KAAK;IACb,cAAc,EAAE,MAAM,GAAG,SAAS,CAAA;IAClC,SAAS,EAAE,UAAU,EAAE,CAAA;CACxB
|
1
|
+
{"version":3,"file":"SelectCountryDialog.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SelectCountryDialog.vue.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAA;AAQxD,UAAU,KAAK;IACb,cAAc,EAAE,MAAM,GAAG,SAAS,CAAA;IAClC,SAAS,EAAE,UAAU,EAAE,CAAA;CACxB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAyPD,wBAOG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC"}
|
@@ -18,6 +18,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
18
18
|
type: PropType<{
|
19
19
|
taxLevel?: number | null | undefined;
|
20
20
|
currency: {
|
21
|
+
locale?: string | null | undefined;
|
21
22
|
symbol: string;
|
22
23
|
code: string;
|
23
24
|
precision: number;
|
@@ -25,6 +26,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
25
26
|
};
|
26
27
|
code: string;
|
27
28
|
name: string;
|
29
|
+
callingCode: string;
|
28
30
|
roundingOptions: {
|
29
31
|
amount: number;
|
30
32
|
precision: number;
|
@@ -64,6 +66,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
64
66
|
"select-country": (country: {
|
65
67
|
taxLevel?: number | null | undefined;
|
66
68
|
currency: {
|
69
|
+
locale?: string | null | undefined;
|
67
70
|
symbol: string;
|
68
71
|
code: string;
|
69
72
|
precision: number;
|
@@ -71,6 +74,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
71
74
|
};
|
72
75
|
code: string;
|
73
76
|
name: string;
|
77
|
+
callingCode: string;
|
74
78
|
roundingOptions: {
|
75
79
|
amount: number;
|
76
80
|
precision: number;
|
@@ -117,6 +121,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
117
121
|
type: PropType<{
|
118
122
|
taxLevel?: number | null | undefined;
|
119
123
|
currency: {
|
124
|
+
locale?: string | null | undefined;
|
120
125
|
symbol: string;
|
121
126
|
code: string;
|
122
127
|
precision: number;
|
@@ -124,6 +129,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
124
129
|
};
|
125
130
|
code: string;
|
126
131
|
name: string;
|
132
|
+
callingCode: string;
|
127
133
|
roundingOptions: {
|
128
134
|
amount: number;
|
129
135
|
precision: number;
|
@@ -163,6 +169,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
163
169
|
"onSelect-country"?: ((country: {
|
164
170
|
taxLevel?: number | null | undefined;
|
165
171
|
currency: {
|
172
|
+
locale?: string | null | undefined;
|
166
173
|
symbol: string;
|
167
174
|
code: string;
|
168
175
|
precision: number;
|
@@ -170,6 +177,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
170
177
|
};
|
171
178
|
code: string;
|
172
179
|
name: string;
|
180
|
+
callingCode: string;
|
173
181
|
roundingOptions: {
|
174
182
|
amount: number;
|
175
183
|
precision: number;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/UserInfo/index.vue.ts"],"names":[],"mappings":"AAEA,OAAO,EAAgC,KAAK,QAAQ,EAAoB,MAAM,KAAK,CAAA;AAEnF,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AACjD,OAAO,EAAE,KAAK,WAAW,EAAgB,MAAM,SAAS,CAAA
|
1
|
+
{"version":3,"file":"index.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/UserInfo/index.vue.ts"],"names":[],"mappings":"AAEA,OAAO,EAAgC,KAAK,QAAQ,EAAoB,MAAM,KAAK,CAAA;AAEnF,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AACjD,OAAO,EAAE,KAAK,WAAW,EAAgB,MAAM,SAAS,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAmmBxD,wBA4BG"}
|
@@ -0,0 +1,22 @@
|
|
1
|
+
import { type FdoCustomAttributeEntity } from "@feedmepos/core/entity";
|
2
|
+
export type CustomAttributes = Record<string, any>;
|
3
|
+
interface Props {
|
4
|
+
entity: FdoCustomAttributeEntity;
|
5
|
+
modelValue: CustomAttributes;
|
6
|
+
}
|
7
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
8
|
+
"update:modelValue": (value: CustomAttributes) => void;
|
9
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & Readonly<{
|
10
|
+
"onUpdate:modelValue"?: ((value: CustomAttributes) => any) | undefined;
|
11
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
12
|
+
export default _default;
|
13
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
14
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
15
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
16
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
17
|
+
} : {
|
18
|
+
type: import('vue').PropType<T[K]>;
|
19
|
+
required: true;
|
20
|
+
};
|
21
|
+
};
|
22
|
+
//# sourceMappingURL=CustomAttributesForm.vue.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"CustomAttributesForm.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/attribute/CustomAttributesForm.vue.ts"],"names":[],"mappings":"AAGA,OAAO,EACL,KAAK,wBAAwB,EAG9B,MAAM,wBAAwB,CAAA;AAM/B,MAAM,MAAM,gBAAgB,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;AAIlD,UAAU,KAAK;IACb,MAAM,EAAE,wBAAwB,CAAA;IAChC,UAAU,EAAE,gBAAgB,CAAA;CAC7B;;;;;;AAiLD,wBAOG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC"}
|