toku-form-extensions 0.5.1 → 0.5.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.
- package/dist/index.es.js +5 -5
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -13203,9 +13203,9 @@ const pT = dT.exports, hT = /* @__PURE__ */ $e({
|
|
|
13203
13203
|
setup(n, { emit: e }) {
|
|
13204
13204
|
const r = n;
|
|
13205
13205
|
ml((W, H) => ({
|
|
13206
|
-
"
|
|
13207
|
-
|
|
13208
|
-
|
|
13206
|
+
"2c5cfebb": H.grayMain,
|
|
13207
|
+
bf08a1cc: H.grayMedium1,
|
|
13208
|
+
f059a344: H.grayLight2
|
|
13209
13209
|
}));
|
|
13210
13210
|
const i = Ad({
|
|
13211
13211
|
colors: {
|
|
@@ -13293,7 +13293,7 @@ var mT = function() {
|
|
|
13293
13293
|
] }) : e._e(), i.invoiceFields.length ? r(i.FieldsSection, { attrs: { fields: i.invoiceFields, "fields-type": "invoice", title: e.invoiceFieldsTitle, accounts: e.accounts, "is-mobile": e.isMobile }, on: { input: (u) => i.handleInput(i.invoiceFields, u) } }) : e._e()], 1), e.formLinkLabel ? r(i.TButton, { staticClass: "t-custom-form__link", attrs: { variant: "tertiary" }, on: { click: function(u) {
|
|
13294
13294
|
return i.emit("form-link-clicked");
|
|
13295
13295
|
} } }, [e._v(e._s(e.formLinkLabel))]) : e._e()], 1), e.bottomSubtitle ? r(i.TTypography, { style: { textAlign: "center" }, attrs: { variant: "b2", "font-weight": "semibold" } }, [e._v(e._s(e.bottomSubtitle))]) : e._e(), (s = i.checkboxesToShow) != null && s.length ? r("div", { staticClass: "t-custom-form__checkboxes" }, e._l(i.checkboxesToShow, function(u) {
|
|
13296
|
-
return r(i.TCheckbox, { key: u.id, staticClass: "t-custom-form__checkbox", attrs: { "label-position": "right", size: "small", value: u.value }, on: { input: (c) => i.handleInput(i.checkboxes, { id: u.id, value: c }) } }, [e._v(" " + e._s(u.label) + " ")]);
|
|
13296
|
+
return r(i.TCheckbox, { key: u.id, staticClass: "t-custom-form__checkbox", attrs: { id: u.id, "label-position": "right", size: "small", value: u.value }, on: { input: (c) => i.handleInput(i.checkboxes, { id: u.id, value: c }) } }, [e._v(" " + e._s(u.label) + " ")]);
|
|
13297
13297
|
}), 1) : e._e(), r(i.TButton, { class: { "t-custom-form__submit-button": !e.isMobile }, attrs: { size: "medium", disabled: e.disableSubmit, loading: i.props.loading, "full-width": e.isMobile }, on: { click: i.submitForm } }, [e._v(" " + e._s(e.buttonLabel) + " ")])], 1)]);
|
|
13298
13298
|
}, vT = [], gT = /* @__PURE__ */ rn(
|
|
13299
13299
|
hT,
|
|
@@ -13301,7 +13301,7 @@ var mT = function() {
|
|
|
13301
13301
|
vT,
|
|
13302
13302
|
!1,
|
|
13303
13303
|
null,
|
|
13304
|
-
"
|
|
13304
|
+
"fef35332",
|
|
13305
13305
|
null,
|
|
13306
13306
|
null
|
|
13307
13307
|
);
|