@emeraldemperaur/vector-sigma 1.4.43 → 1.4.45
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/lib/index.cjs +2 -2
- package/lib/index.esm.js +2 -2
- package/package.json +10 -11
package/lib/index.cjs
CHANGED
|
@@ -57121,7 +57121,7 @@ const Teletraan1 = ({ xFormModel, readOnlyMode = false, displayMode = 'codice',
|
|
|
57121
57121
|
React.createElement(Row, { key: formsection.sectionId }, renderQueries(formsection.queries))))))
|
|
57122
57122
|
:
|
|
57123
57123
|
xFormModel.model.map((formsection) => (React.createElement(React.Fragment, { key: formsection.sectionId || crypto.randomUUID() },
|
|
57124
|
-
React.createElement(SectionTitle, { withSeparator: false, backgroundColor: brandColor, titleColor: '#FFFFFF', title: formsection.title, subTitle: formsection.subtitle ? formsection.subtitle : undefined, icon: React.createElement(Icon, { name: formsection.icon || "fontfamily" }) }),
|
|
57124
|
+
React.createElement(SectionTitle, { withSeparator: false, backgroundColor: brandColor, titleColor: '#FFFFFF', title: formsection.title, subtitleColor: '#FFFFFF', subTitle: formsection.subtitle ? formsection.subtitle : undefined, icon: React.createElement(Icon, { name: formsection.icon || "fontfamily" }) }),
|
|
57125
57125
|
React.createElement(Row, null, renderQueries(formsection.queries)))))));
|
|
57126
57126
|
case 'accordion':
|
|
57127
57127
|
return (React.createElement(Accordion, { defaultOpenId: ((_d = (_c = xFormModel.model) === null || _c === void 0 ? void 0 : _c[0]) === null || _d === void 0 ? void 0 : _d.sectionId) ? String(xFormModel.model[0].sectionId) : '', allowMultiple: true, brandcolor: brandColor, titleColor: '#ffffff' }, xFormModel.model.map((formsection) => (React.createElement(AccordionItem, { key: formsection.sectionId, sectionId: String(formsection.sectionId), title: formsection.title, subtitle: formsection.subtitle ? formsection.subtitle : undefined, icon: React.createElement(Icon, { name: formsection.icon || "fontfamily" }) },
|
|
@@ -57133,7 +57133,7 @@ const Teletraan1 = ({ xFormModel, readOnlyMode = false, displayMode = 'codice',
|
|
|
57133
57133
|
case 'codice':
|
|
57134
57134
|
default:
|
|
57135
57135
|
return (React.createElement(React.Fragment, { key: xFormModel.uuid }, xFormModel.model.map((formsection) => (React.createElement(React.Fragment, { key: formsection.sectionId || crypto.randomUUID() },
|
|
57136
|
-
React.createElement(SectionTitle, { withSeparator: false, backgroundColor: brandColor, titleColor: '#FFFFFF', title: formsection.title, subTitle: formsection.subtitle ? formsection.subtitle : undefined, icon: React.createElement(Icon, { name: String(formsection.icon) }) }),
|
|
57136
|
+
React.createElement(SectionTitle, { withSeparator: false, backgroundColor: brandColor, titleColor: '#FFFFFF', title: formsection.title, subtitleColor: '#FFFFFF', subTitle: formsection.subtitle ? formsection.subtitle : undefined, icon: React.createElement(Icon, { name: String(formsection.icon) }) }),
|
|
57137
57137
|
React.createElement(Row, null, renderQueries(formsection.queries)))))));
|
|
57138
57138
|
}
|
|
57139
57139
|
};
|
package/lib/index.esm.js
CHANGED
|
@@ -57100,7 +57100,7 @@ const Teletraan1 = ({ xFormModel, readOnlyMode = false, displayMode = 'codice',
|
|
|
57100
57100
|
React__default.createElement(Row, { key: formsection.sectionId }, renderQueries(formsection.queries))))))
|
|
57101
57101
|
:
|
|
57102
57102
|
xFormModel.model.map((formsection) => (React__default.createElement(React__default.Fragment, { key: formsection.sectionId || crypto.randomUUID() },
|
|
57103
|
-
React__default.createElement(SectionTitle, { withSeparator: false, backgroundColor: brandColor, titleColor: '#FFFFFF', title: formsection.title, subTitle: formsection.subtitle ? formsection.subtitle : undefined, icon: React__default.createElement(Icon, { name: formsection.icon || "fontfamily" }) }),
|
|
57103
|
+
React__default.createElement(SectionTitle, { withSeparator: false, backgroundColor: brandColor, titleColor: '#FFFFFF', title: formsection.title, subtitleColor: '#FFFFFF', subTitle: formsection.subtitle ? formsection.subtitle : undefined, icon: React__default.createElement(Icon, { name: formsection.icon || "fontfamily" }) }),
|
|
57104
57104
|
React__default.createElement(Row, null, renderQueries(formsection.queries)))))));
|
|
57105
57105
|
case 'accordion':
|
|
57106
57106
|
return (React__default.createElement(Accordion, { defaultOpenId: ((_d = (_c = xFormModel.model) === null || _c === void 0 ? void 0 : _c[0]) === null || _d === void 0 ? void 0 : _d.sectionId) ? String(xFormModel.model[0].sectionId) : '', allowMultiple: true, brandcolor: brandColor, titleColor: '#ffffff' }, xFormModel.model.map((formsection) => (React__default.createElement(AccordionItem, { key: formsection.sectionId, sectionId: String(formsection.sectionId), title: formsection.title, subtitle: formsection.subtitle ? formsection.subtitle : undefined, icon: React__default.createElement(Icon, { name: formsection.icon || "fontfamily" }) },
|
|
@@ -57112,7 +57112,7 @@ const Teletraan1 = ({ xFormModel, readOnlyMode = false, displayMode = 'codice',
|
|
|
57112
57112
|
case 'codice':
|
|
57113
57113
|
default:
|
|
57114
57114
|
return (React__default.createElement(React__default.Fragment, { key: xFormModel.uuid }, xFormModel.model.map((formsection) => (React__default.createElement(React__default.Fragment, { key: formsection.sectionId || crypto.randomUUID() },
|
|
57115
|
-
React__default.createElement(SectionTitle, { withSeparator: false, backgroundColor: brandColor, titleColor: '#FFFFFF', title: formsection.title, subTitle: formsection.subtitle ? formsection.subtitle : undefined, icon: React__default.createElement(Icon, { name: String(formsection.icon) }) }),
|
|
57115
|
+
React__default.createElement(SectionTitle, { withSeparator: false, backgroundColor: brandColor, titleColor: '#FFFFFF', title: formsection.title, subtitleColor: '#FFFFFF', subTitle: formsection.subtitle ? formsection.subtitle : undefined, icon: React__default.createElement(Icon, { name: String(formsection.icon) }) }),
|
|
57116
57116
|
React__default.createElement(Row, null, renderQueries(formsection.queries)))))));
|
|
57117
57117
|
}
|
|
57118
57118
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@emeraldemperaur/vector-sigma",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.45",
|
|
4
4
|
"description": "Dynamic Form Orchestrator: NPM Package",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -15,9 +15,9 @@
|
|
|
15
15
|
"types": "lib/types/index.d.ts",
|
|
16
16
|
"exports": {
|
|
17
17
|
".": {
|
|
18
|
+
"types": "./lib/types/index.d.ts",
|
|
18
19
|
"import": "./lib/index.esm.js",
|
|
19
|
-
"require": "./lib/index.cjs"
|
|
20
|
-
"types": "./lib/types/index.d.ts"
|
|
20
|
+
"require": "./lib/index.cjs"
|
|
21
21
|
}
|
|
22
22
|
},
|
|
23
23
|
"files": [
|
|
@@ -37,7 +37,6 @@
|
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@changesets/cli": "^2.29.8",
|
|
40
|
-
"@radix-ui/themes": "^3.3.0",
|
|
41
40
|
"@react-icons/all-files": "^4.1.0",
|
|
42
41
|
"@rollup/plugin-commonjs": "^29.0.0",
|
|
43
42
|
"@rollup/plugin-node-resolve": "^16.0.3",
|
|
@@ -47,9 +46,7 @@
|
|
|
47
46
|
"@types/jest": "^30.0.0",
|
|
48
47
|
"@types/react": "^19.2.10",
|
|
49
48
|
"@types/react-dom": "^19.2.3",
|
|
50
|
-
"
|
|
51
|
-
"country-flag-icons": "^1.6.12",
|
|
52
|
-
"date-fns": "^4.1.0",
|
|
49
|
+
"@types/react-datepicker": "^6.2.0",
|
|
53
50
|
"formik": "^2.4.9",
|
|
54
51
|
"identity-obj-proxy": "^3.0.0",
|
|
55
52
|
"jest": "^30.2.0",
|
|
@@ -57,7 +54,7 @@
|
|
|
57
54
|
"jest-junit": "^16.0.0",
|
|
58
55
|
"react": "^19.2.4",
|
|
59
56
|
"react-dom": "^19.2.4",
|
|
60
|
-
"rollup": "^4.
|
|
57
|
+
"rollup": "^4.58.1",
|
|
61
58
|
"rollup-plugin-delete": "^3.0.2",
|
|
62
59
|
"rollup-plugin-postcss": "^4.0.2",
|
|
63
60
|
"rollup-plugin-preserve-directives": "^0.4.0",
|
|
@@ -81,16 +78,18 @@
|
|
|
81
78
|
"@radix-ui/react-accordion": "^1.2.12",
|
|
82
79
|
"@radix-ui/react-icons": "^1.3.2",
|
|
83
80
|
"@radix-ui/themes": "^3.3.0",
|
|
84
|
-
"
|
|
81
|
+
"card-validator": "^10.0.4",
|
|
82
|
+
"country-flag-icons": "^1.6.12",
|
|
83
|
+
"date-fns": "^4.1.0",
|
|
85
84
|
"react-datepicker": "^9.1.0",
|
|
86
85
|
"react-day-picker": "^9.13.1",
|
|
87
86
|
"react-imask": "^7.6.1",
|
|
88
87
|
"react-phone-number-input": "^3.4.14"
|
|
89
88
|
},
|
|
90
89
|
"overrides": {
|
|
91
|
-
"minimatch": "^10.2.
|
|
90
|
+
"minimatch": "^10.2.3"
|
|
92
91
|
},
|
|
93
92
|
"publishConfig": {
|
|
94
93
|
"access": "public"
|
|
95
94
|
}
|
|
96
|
-
}
|
|
95
|
+
}
|