@saasquatch/mint-components 1.8.0-60 → 1.8.0-61
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/cjs/sqm-banking-info-form_7.cjs.entry.js +3 -3
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.js +3 -3
- package/dist/esm/sqm-banking-info-form_7.entry.js +3 -3
- package/dist/esm-es5/sqm-banking-info-form_7.entry.js +1 -1
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/{p-fa0fdacc.entry.js → p-02950cde.entry.js} +1 -1
- package/dist/mint-components/p-d5364cae.system.js +1 -1
- package/dist/mint-components/{p-a666c628.system.entry.js → p-f4288f5f.system.entry.js} +1 -1
- package/docs/docs.docx +0 -0
- package/package.json +1 -1
|
@@ -3934,13 +3934,13 @@ const TaxAndCashMonolith = class {
|
|
|
3934
3934
|
};
|
|
3935
3935
|
}
|
|
3936
3936
|
render() {
|
|
3937
|
-
var _a;
|
|
3937
|
+
var _a, _b;
|
|
3938
3938
|
// const props = useTaxAndCash();
|
|
3939
3939
|
const props = index_module.isDemo() ? useDemoTaxAndCash(this) : useTaxAndCash();
|
|
3940
3940
|
// @ts-ignore
|
|
3941
|
-
if (this.demoData.showTextProps) {
|
|
3941
|
+
if ((_a = this.demoData) === null || _a === void 0 ? void 0 : _a.showTextProps) {
|
|
3942
3942
|
const textProps = utils.getProps(this);
|
|
3943
|
-
return (index.h("div", null, (
|
|
3943
|
+
return (index.h("div", null, (_b = Object.keys(textProps)) === null || _b === void 0 ? void 0 : _b.map((prop) => {
|
|
3944
3944
|
if (prop === "demoData")
|
|
3945
3945
|
return;
|
|
3946
3946
|
return (index.h("div", null, index.h("b", null, prop, ":"), " ", this[prop], index.h("hr", null)));
|
|
@@ -847,13 +847,13 @@ export class TaxAndCashMonolith {
|
|
|
847
847
|
};
|
|
848
848
|
}
|
|
849
849
|
render() {
|
|
850
|
-
var _a;
|
|
850
|
+
var _a, _b;
|
|
851
851
|
// const props = useTaxAndCash();
|
|
852
852
|
const props = isDemo() ? useDemoTaxAndCash(this) : useTaxAndCash();
|
|
853
853
|
// @ts-ignore
|
|
854
|
-
if (this.demoData.showTextProps) {
|
|
854
|
+
if ((_a = this.demoData) === null || _a === void 0 ? void 0 : _a.showTextProps) {
|
|
855
855
|
const textProps = getProps(this);
|
|
856
|
-
return (h("div", null, (
|
|
856
|
+
return (h("div", null, (_b = Object.keys(textProps)) === null || _b === void 0 ? void 0 : _b.map((prop) => {
|
|
857
857
|
if (prop === "demoData")
|
|
858
858
|
return;
|
|
859
859
|
return (h("div", null,
|
|
@@ -3930,13 +3930,13 @@ const TaxAndCashMonolith = class {
|
|
|
3930
3930
|
};
|
|
3931
3931
|
}
|
|
3932
3932
|
render() {
|
|
3933
|
-
var _a;
|
|
3933
|
+
var _a, _b;
|
|
3934
3934
|
// const props = useTaxAndCash();
|
|
3935
3935
|
const props = isDemo() ? useDemoTaxAndCash(this) : useTaxAndCash();
|
|
3936
3936
|
// @ts-ignore
|
|
3937
|
-
if (this.demoData.showTextProps) {
|
|
3937
|
+
if ((_a = this.demoData) === null || _a === void 0 ? void 0 : _a.showTextProps) {
|
|
3938
3938
|
const textProps = getProps(this);
|
|
3939
|
-
return (h("div", null, (
|
|
3939
|
+
return (h("div", null, (_b = Object.keys(textProps)) === null || _b === void 0 ? void 0 : _b.map((prop) => {
|
|
3940
3940
|
if (prop === "demoData")
|
|
3941
3941
|
return;
|
|
3942
3942
|
return (h("div", null, h("b", null, prop, ":"), " ", this[prop], h("hr", null)));
|