toku-form-extensions 0.0.4 → 0.0.6

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.
@@ -1,6 +1,6 @@
1
1
  import { ComponentOptionsMixin } from 'vue/types/v3-component-options';
2
2
  import { DefineComponent, PropType, ExtractPropTypes } from 'vue';
3
- import { Account, Organization } from '../../types/entities';
3
+ import { Account } from '../../types/entities';
4
4
  interface SignupRequestData {
5
5
  additional_data: Record<string, string | number | Date>;
6
6
  customer_metadata: Record<string, string | number | Date>;
@@ -31,10 +31,6 @@ declare const _default: DefineComponent<{
31
31
  type: PropType<string>;
32
32
  default: string;
33
33
  };
34
- organization: {
35
- type: PropType<Organization>;
36
- required: true;
37
- };
38
34
  customerFields: {
39
35
  type: PropType<SignupField[]>;
40
36
  required: true;
@@ -43,6 +39,10 @@ declare const _default: DefineComponent<{
43
39
  type: PropType<SignupField[]>;
44
40
  required: true;
45
41
  };
42
+ showSendByEmail: {
43
+ type: PropType<boolean>;
44
+ required: true;
45
+ };
46
46
  countryIso: {
47
47
  type: PropType<string | null>;
48
48
  required: true;
@@ -83,6 +83,10 @@ declare const _default: DefineComponent<{
83
83
  type: PropType<string>;
84
84
  default: string;
85
85
  };
86
+ isPaymentPortal: {
87
+ type: PropType<boolean>;
88
+ default: boolean;
89
+ };
86
90
  }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
87
91
  "submit-form-data": (values: SignupRequestData) => void;
88
92
  reset: () => void;
@@ -109,10 +113,6 @@ declare const _default: DefineComponent<{
109
113
  type: PropType<string>;
110
114
  default: string;
111
115
  };
112
- organization: {
113
- type: PropType<Organization>;
114
- required: true;
115
- };
116
116
  customerFields: {
117
117
  type: PropType<SignupField[]>;
118
118
  required: true;
@@ -121,6 +121,10 @@ declare const _default: DefineComponent<{
121
121
  type: PropType<SignupField[]>;
122
122
  required: true;
123
123
  };
124
+ showSendByEmail: {
125
+ type: PropType<boolean>;
126
+ required: true;
127
+ };
124
128
  countryIso: {
125
129
  type: PropType<string | null>;
126
130
  required: true;
@@ -161,6 +165,10 @@ declare const _default: DefineComponent<{
161
165
  type: PropType<string>;
162
166
  default: string;
163
167
  };
168
+ isPaymentPortal: {
169
+ type: PropType<boolean>;
170
+ default: boolean;
171
+ };
164
172
  }>>, {
165
173
  errorMessage: string;
166
174
  errorButtonLabel: string;
@@ -170,6 +178,7 @@ declare const _default: DefineComponent<{
170
178
  customerFieldsTitle: string;
171
179
  buttonLabel: string;
172
180
  sendByEmailText: string;
181
+ isPaymentPortal: boolean;
173
182
  }>;
174
183
  export default _default;
175
184
  //# sourceMappingURL=CustomForm.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CustomForm.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CustomForm/CustomForm"],"names":[],"mappings":"AAsDA;AAOA,OAAO,EAAE,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAOzD,OAAO,sBAAsB,CAAC;AAI9B,UAAU,iBAAiB;IACzB,eAAe,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAAC,CAAC;IACxD,iBAAiB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAAC,CAAC;IAC1D,qBAAqB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAAC,CAAC;IAC9D,gBAAgB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAAC,CAAC;IACzD,SAAS,EAAE,OAAO,CAAC;IACnB,CAAC,GAAG,EAAE,MAAM,GACR,MAAM,GACN,MAAM,GACN,OAAO,GACP,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAAC,CAAC;CAC5C;AAED,KAAK,gBAAgB,GAAG,SAAS,GAAG,OAAO,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA8Y5C,wBAAkD"}
1
+ {"version":3,"file":"CustomForm.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CustomForm/CustomForm"],"names":[],"mappings":"AA4DA;AAOA,OAAO,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAO3C,OAAO,sBAAsB,CAAC;AAI9B,UAAU,iBAAiB;IACzB,eAAe,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAAC,CAAC;IACxD,iBAAiB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAAC,CAAC;IAC1D,qBAAqB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAAC,CAAC;IAC9D,gBAAgB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAAC,CAAC;IACzD,SAAS,EAAE,OAAO,CAAC;IACnB,CAAC,GAAG,EAAE,MAAM,GACR,MAAM,GACN,MAAM,GACN,OAAO,GACP,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAAC,CAAC;CAC5C;AAED,KAAK,gBAAgB,GAAG,SAAS,GAAG,OAAO,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAyZ5C,wBAAkD"}