toku-form-extensions 1.0.0 → 1.1.1
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.
- package/dist/components/TCustomForm/CustomField.d.ts +39 -0
- package/dist/components/TCustomForm/CustomField.d.ts.map +1 -0
- package/dist/components/TCustomForm/FieldsSection.d.ts +35 -0
- package/dist/components/TCustomForm/FieldsSection.d.ts.map +1 -0
- package/dist/components/TCustomForm/TAlertError.d.ts +26 -0
- package/dist/components/TCustomForm/TAlertError.d.ts.map +1 -0
- package/dist/components/TCustomForm/TCustomForm.d.ts +93 -0
- package/dist/components/TCustomForm/TCustomForm.d.ts.map +1 -0
- package/dist/components/TCustomForm/index.d.ts +2 -0
- package/dist/components/TCustomForm/index.d.ts.map +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.es.js +5507 -4987
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +27 -27
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/dist/types/entities.d.ts +0 -2
- package/dist/types/entities.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
|
|
2
|
+
import { InputFieldRegex } from '../../types/inputField';
|
|
3
|
+
interface CustomFieldProps {
|
|
4
|
+
id: string;
|
|
5
|
+
value?: string | number | Date;
|
|
6
|
+
label?: string;
|
|
7
|
+
disabled?: boolean;
|
|
8
|
+
displayInfo?: boolean;
|
|
9
|
+
type?: string;
|
|
10
|
+
decimals?: number;
|
|
11
|
+
leftIcon?: string;
|
|
12
|
+
rightIcon?: string;
|
|
13
|
+
placeholder?: string;
|
|
14
|
+
helperText?: string;
|
|
15
|
+
errorText?: string;
|
|
16
|
+
required?: boolean;
|
|
17
|
+
regex?: InputFieldRegex;
|
|
18
|
+
isMobile?: boolean;
|
|
19
|
+
autocomplete?: boolean;
|
|
20
|
+
isExternalId?: boolean;
|
|
21
|
+
}
|
|
22
|
+
declare const _default: DefineComponent<__VLS_TypePropsToRuntimeProps<CustomFieldProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
23
|
+
input: (value: string | number | Date) => void;
|
|
24
|
+
"right-icon-click": () => void;
|
|
25
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps<CustomFieldProps>>> & {
|
|
26
|
+
onInput?: ((value: string | number | Date) => any) | undefined;
|
|
27
|
+
"onRight-icon-click"?: (() => any) | undefined;
|
|
28
|
+
}, {}, {}>;
|
|
29
|
+
export default _default;
|
|
30
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
31
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
32
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
33
|
+
type: PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
34
|
+
} : {
|
|
35
|
+
type: PropType<T[K]>;
|
|
36
|
+
required: true;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
//# sourceMappingURL=CustomField.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CustomField.vue.d.ts","sourceRoot":"","sources":["../../../src/components/TCustomForm/CustomField"],"names":[],"mappings":"AAEA,OAAO,+BAA+B,CAAC;AAEvC,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAOrD,UAAU,gBAAgB;IACxB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAAC;IAC/B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,eAAe,CAAC;IACxB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB;;;;;;;;AAoQD,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"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
|
|
2
|
+
import { Account } from '../../types/entities';
|
|
3
|
+
import { SignupField } from '../../types/signUpField';
|
|
4
|
+
interface FieldSectionsProps {
|
|
5
|
+
fieldsType: 'invoice' | 'customer';
|
|
6
|
+
title: string | undefined;
|
|
7
|
+
fields: SignupField[];
|
|
8
|
+
autocomplete?: boolean;
|
|
9
|
+
accounts: Account[];
|
|
10
|
+
isMobile?: boolean;
|
|
11
|
+
}
|
|
12
|
+
declare const _default: DefineComponent<__VLS_TypePropsToRuntimeProps<FieldSectionsProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
13
|
+
input: (value: {
|
|
14
|
+
id: string;
|
|
15
|
+
value: string | number | Date;
|
|
16
|
+
}) => void;
|
|
17
|
+
search: () => void;
|
|
18
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps<FieldSectionsProps>>> & {
|
|
19
|
+
onInput?: ((value: {
|
|
20
|
+
id: string;
|
|
21
|
+
value: string | number | Date;
|
|
22
|
+
}) => any) | undefined;
|
|
23
|
+
onSearch?: (() => any) | undefined;
|
|
24
|
+
}, {}, {}>;
|
|
25
|
+
export default _default;
|
|
26
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
27
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
28
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
29
|
+
type: PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
30
|
+
} : {
|
|
31
|
+
type: PropType<T[K]>;
|
|
32
|
+
required: true;
|
|
33
|
+
};
|
|
34
|
+
};
|
|
35
|
+
//# sourceMappingURL=FieldsSection.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FieldsSection.vue.d.ts","sourceRoot":"","sources":["../../../src/components/TCustomForm/FieldsSection"],"names":[],"mappings":"AAIA,OAAO,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAG3C,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAOlD,UAAU,kBAAkB;IAC1B,UAAU,EAAE,SAAS,GAAG,UAAU,CAAC;IACnC,KAAK,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,MAAM,EAAE,WAAW,EAAE,CAAC;IACtB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,QAAQ,EAAE,OAAO,EAAE,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;;;;;;;;;;;;;;AA+UD,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"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
3
|
+
fullWidth?: boolean | undefined;
|
|
4
|
+
size: "large" | "small";
|
|
5
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
6
|
+
fullWidth?: boolean | undefined;
|
|
7
|
+
size: "large" | "small";
|
|
8
|
+
}>>>, {}, {}>, {
|
|
9
|
+
default?(_: {}): any;
|
|
10
|
+
}>;
|
|
11
|
+
export default _default;
|
|
12
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
13
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
14
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
15
|
+
type: PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
16
|
+
} : {
|
|
17
|
+
type: PropType<T[K]>;
|
|
18
|
+
required: true;
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
22
|
+
new (): {
|
|
23
|
+
$slots: S;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
//# sourceMappingURL=TAlertError.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TAlertError.vue.d.ts","sourceRoot":"","sources":["../../../src/components/TCustomForm/TAlertError"],"names":[],"mappings":"AAeA;;;;;;;;;;AAqHA,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"}
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
|
|
2
|
+
import { SignupField } from '../../types/signUpField';
|
|
3
|
+
import { Account } from '../../types/entities';
|
|
4
|
+
import '@/assets/scss/main.scss';
|
|
5
|
+
interface FormRequestData {
|
|
6
|
+
additional_data: Record<string, string | number | Date>;
|
|
7
|
+
customer_metadata: Record<string, string | number | Date>;
|
|
8
|
+
subscription_metadata: Record<string, string | number | Date>;
|
|
9
|
+
invoice_metadata: Record<string, string | number | Date>;
|
|
10
|
+
send_mail: boolean;
|
|
11
|
+
[key: string]: string | number | boolean | Record<string, string | number | Date>;
|
|
12
|
+
}
|
|
13
|
+
type LayoutOptions = 'columns' | 'rows';
|
|
14
|
+
interface TCustomFormProps {
|
|
15
|
+
countryIso: string;
|
|
16
|
+
accounts: Account[];
|
|
17
|
+
isMobile: boolean;
|
|
18
|
+
title?: string;
|
|
19
|
+
layout?: LayoutOptions;
|
|
20
|
+
topSubtitle?: string;
|
|
21
|
+
bottomSubtitle?: string;
|
|
22
|
+
customerFieldsTitle?: string;
|
|
23
|
+
customerFields?: SignupField[];
|
|
24
|
+
invoiceFieldsTitle?: string;
|
|
25
|
+
invoiceFields?: SignupField[];
|
|
26
|
+
enableAutocomplete?: boolean;
|
|
27
|
+
showSendByEmail?: boolean;
|
|
28
|
+
sendByEmailText?: string;
|
|
29
|
+
themeColor?: string;
|
|
30
|
+
loading?: boolean;
|
|
31
|
+
formLinkLabel?: string;
|
|
32
|
+
disableSubmit?: boolean;
|
|
33
|
+
buttonLabel?: string;
|
|
34
|
+
errorMessage?: string;
|
|
35
|
+
}
|
|
36
|
+
declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<TCustomFormProps>, {
|
|
37
|
+
customerFields: () => never[];
|
|
38
|
+
invoiceFields: () => never[];
|
|
39
|
+
accounts: () => never[];
|
|
40
|
+
buttonLabel: string;
|
|
41
|
+
layout: string;
|
|
42
|
+
sendByEmailText: string;
|
|
43
|
+
themeColor: string;
|
|
44
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
45
|
+
reset: () => void;
|
|
46
|
+
"submit-form-data": (values: FormRequestData) => void;
|
|
47
|
+
"autocomplete-subscription": (productId: string) => void;
|
|
48
|
+
"autocomplete-external-id": (externalId: string) => void;
|
|
49
|
+
"form-link-clicked": () => void;
|
|
50
|
+
foo: (id: number) => void;
|
|
51
|
+
}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<TCustomFormProps>, {
|
|
52
|
+
customerFields: () => never[];
|
|
53
|
+
invoiceFields: () => never[];
|
|
54
|
+
accounts: () => never[];
|
|
55
|
+
buttonLabel: string;
|
|
56
|
+
layout: string;
|
|
57
|
+
sendByEmailText: string;
|
|
58
|
+
themeColor: string;
|
|
59
|
+
}>>> & {
|
|
60
|
+
onReset?: (() => any) | undefined;
|
|
61
|
+
"onSubmit-form-data"?: ((values: FormRequestData) => any) | undefined;
|
|
62
|
+
"onAutocomplete-subscription"?: ((productId: string) => any) | undefined;
|
|
63
|
+
"onAutocomplete-external-id"?: ((externalId: string) => any) | undefined;
|
|
64
|
+
"onForm-link-clicked"?: (() => any) | undefined;
|
|
65
|
+
onFoo?: ((id: number) => any) | undefined;
|
|
66
|
+
}, {
|
|
67
|
+
accounts: Account[];
|
|
68
|
+
customerFields: SignupField[];
|
|
69
|
+
invoiceFields: SignupField[];
|
|
70
|
+
buttonLabel: string;
|
|
71
|
+
sendByEmailText: string;
|
|
72
|
+
layout: LayoutOptions;
|
|
73
|
+
themeColor: string;
|
|
74
|
+
}, {}>;
|
|
75
|
+
export default _default;
|
|
76
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
77
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
78
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
79
|
+
type: PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
80
|
+
} : {
|
|
81
|
+
type: PropType<T[K]>;
|
|
82
|
+
required: true;
|
|
83
|
+
};
|
|
84
|
+
};
|
|
85
|
+
type __VLS_WithDefaults<P, D> = {
|
|
86
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
87
|
+
default: D[K];
|
|
88
|
+
}> : P[K];
|
|
89
|
+
};
|
|
90
|
+
type __VLS_Prettify<T> = {
|
|
91
|
+
[K in keyof T]: T[K];
|
|
92
|
+
} & {};
|
|
93
|
+
//# sourceMappingURL=TCustomForm.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TCustomForm.vue.d.ts","sourceRoot":"","sources":["../../../src/components/TCustomForm/TCustomForm"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/TCustomForm/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,mBAAmB,CAAC"}
|
package/dist/index.d.ts
CHANGED
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC"}
|