toku-form-extensions 0.0.5 → 0.0.7
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/CustomForm/CustomForm.d.ts +12 -3
- package/dist/components/CustomForm/CustomForm.d.ts.map +1 -1
- package/dist/components/CustomForm/index.d.ts +1 -0
- package/dist/components/CustomForm/index.d.ts.map +1 -0
- package/dist/composables/useI18n.d.ts +1 -0
- package/dist/composables/useI18n.d.ts.map +1 -0
- package/dist/composables/useRelatedFields.d.ts +1 -0
- package/dist/composables/useRelatedFields.d.ts.map +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.es.js +5248 -4508
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +171 -23
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/dist/utils/formatters/date.d.ts +1 -0
- package/dist/utils/formatters/date.d.ts.map +1 -0
- package/dist/utils/formatters/index.d.ts +1 -0
- package/dist/utils/formatters/index.d.ts.map +1 -0
- package/dist/utils/parser/index.d.ts +1 -0
- package/dist/utils/parser/index.d.ts.map +1 -0
- package/dist/utils/parser/parser.d.ts +1 -0
- package/dist/utils/parser/parser.d.ts.map +1 -0
- package/dist/utils/typeChecker.d.ts +1 -0
- package/dist/utils/typeChecker.d.ts.map +1 -0
- package/package.json +3 -2
|
@@ -83,10 +83,14 @@ declare const _default: DefineComponent<{
|
|
|
83
83
|
type: PropType<string>;
|
|
84
84
|
default: string;
|
|
85
85
|
};
|
|
86
|
-
|
|
86
|
+
useRows: {
|
|
87
87
|
type: PropType<boolean>;
|
|
88
88
|
default: boolean;
|
|
89
89
|
};
|
|
90
|
+
buttonColor: {
|
|
91
|
+
type: PropType<string>;
|
|
92
|
+
default: string;
|
|
93
|
+
};
|
|
90
94
|
}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
91
95
|
"submit-form-data": (values: SignupRequestData) => void;
|
|
92
96
|
reset: () => void;
|
|
@@ -165,10 +169,14 @@ declare const _default: DefineComponent<{
|
|
|
165
169
|
type: PropType<string>;
|
|
166
170
|
default: string;
|
|
167
171
|
};
|
|
168
|
-
|
|
172
|
+
useRows: {
|
|
169
173
|
type: PropType<boolean>;
|
|
170
174
|
default: boolean;
|
|
171
175
|
};
|
|
176
|
+
buttonColor: {
|
|
177
|
+
type: PropType<string>;
|
|
178
|
+
default: string;
|
|
179
|
+
};
|
|
172
180
|
}>>, {
|
|
173
181
|
errorMessage: string;
|
|
174
182
|
errorButtonLabel: string;
|
|
@@ -178,7 +186,8 @@ declare const _default: DefineComponent<{
|
|
|
178
186
|
customerFieldsTitle: string;
|
|
179
187
|
buttonLabel: string;
|
|
180
188
|
sendByEmailText: string;
|
|
181
|
-
|
|
189
|
+
useRows: boolean;
|
|
190
|
+
buttonColor: string;
|
|
182
191
|
}>;
|
|
183
192
|
export default _default;
|
|
184
193
|
//# sourceMappingURL=CustomForm.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CustomForm.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CustomForm/CustomForm"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CustomForm.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CustomForm/CustomForm"],"names":[],"mappings":"AA2DA;AAOA,OAAO,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAO3C,OAAO,yBAAyB,CAAC;AACjC,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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA2a5C,wBAAkD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/CustomForm/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,kBAAkB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useI18n.d.ts","sourceRoot":"","sources":["../../src/composables/useI18n.ts"],"names":[],"mappings":"AAeA,MAAM,CAAC,OAAO,UAAU,OAAO;sCAEb,MAAM,cACR,MAAM,GAAG,IAAI;EAa5B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useRelatedFields.d.ts","sourceRoot":"","sources":["../../src/composables/useRelatedFields.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,GAAG,EAAmB,MAAM,KAAK,CAAC;AACxD,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAElD,MAAM,CAAC,OAAO,UAAU,gBAAgB,CACtC,MAAM,CAAC,EAAE,GAAG,CAAC,WAAW,EAAE,CAAC,GAAG,WAAW,CAAC,WAAW,EAAE,CAAC;6CAUV,OAAO;EAetD"}
|
package/dist/index.d.ts
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAC"}
|