@ostack.tech/ui-kform-scaffolder 0.13.1 → 0.14.0
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.
|
@@ -988,7 +988,7 @@ function scaffoldGradleProject(schematic, data) {
|
|
|
988
988
|
filePackage: data.currentPackage,
|
|
989
989
|
formId: kebabCase(schematic.name),
|
|
990
990
|
formTitle: capitalCase(schematic.name),
|
|
991
|
-
kFormVersion: "0.
|
|
991
|
+
kFormVersion: "0.34.1",
|
|
992
992
|
serializationFormat: data.serializationFormat ?? "json",
|
|
993
993
|
includeKotlinxDatetime: data.includeKotlinxDatetime ?? usesKotlinxDatetime(schematic, data),
|
|
994
994
|
includeKtMath: data.includeKtMath ?? usesKtMath(schematic),
|
|
@@ -1486,9 +1486,9 @@ function scaffoldViteProject(schematic, data) {
|
|
|
1486
1486
|
formId: kebabCase(schematic.name),
|
|
1487
1487
|
formClass: schematic.name,
|
|
1488
1488
|
formTitle: capitalCase(schematic.name),
|
|
1489
|
-
ostackUiVersion: "0.
|
|
1490
|
-
kFormVersion: "0.
|
|
1491
|
-
dependencyVersions: JSON.parse('{"@eslint/js":"^9.39.3","@fortawesome/fontawesome-svg-core":"^7.2.0","@fortawesome/free-brands-svg-icons":"^7.2.0","@fortawesome/free-regular-svg-icons":"^7.2.0","@fortawesome/free-solid-svg-icons":"^7.2.0","@ostack.tech/kform":"^0.
|
|
1489
|
+
ostackUiVersion: "0.14.0",
|
|
1490
|
+
kFormVersion: "0.34.1",
|
|
1491
|
+
dependencyVersions: JSON.parse('{"@eslint/js":"^9.39.3","@fortawesome/fontawesome-svg-core":"^7.2.0","@fortawesome/free-brands-svg-icons":"^7.2.0","@fortawesome/free-regular-svg-icons":"^7.2.0","@fortawesome/free-solid-svg-icons":"^7.2.0","@ostack.tech/kform":"^0.34.1","@ostack.tech/kform-react":"^0.34.1","@ostack.tech/kform-scaffolder":"^0.34.1","@storybook/addon-docs":"^10.2.14","@storybook/addon-links":"^10.2.14","@storybook/react-vite":"^10.2.14","@types/node":"^22.19.13","@types/react":"^19.2.14","@types/react-dom":"^19.2.3","@vitejs/plugin-react":"^5.1.4","change-case":"^5.4.4","cpy-cli":"^7.0.0","date-fns":"^4.1.0","eslint":"^9.39.2","eslint-config-prettier":"^10.1.8","eslint-plugin-prettier":"^5.5.5","eslint-plugin-react-hooks":"^7.0.1","eslint-plugin-react-refresh":"^0.5.2","eslint-plugin-simple-import-sort":"^12.1.1","eslint-plugin-storybook":"^10.2.14","globals":"^17.4.0","happy-dom":"^20.7.0","lint-staged":"^16.3.1","prettier":"^3.8.1","prettier-plugin-jsdoc":"^1.8.0","react":"^19.2.4","react-dom":"^19.2.4","rimraf":"^6.1.3","sass-embedded":"^1.97.3","simple-git-hooks":"^2.13.1","storybook":"^10.2.14","terser":"^5.46.0","tslib":"^2.8.1","typescript":"~5.9.3","typescript-eslint":"^8.56.1","vite":"^7.3.1","vite-plugin-dts":"^4.5.4","vitest":"^4.0.18","write-excel-file":"^3.0.5","zustand":"^5.0.11","zod":"^4.4.3"}'),
|
|
1492
1492
|
encodedExternalContexts: JSON.stringify(
|
|
1493
1493
|
data.serializationFormat === "json" ? "{}" : `<${schematic.name}ExternalContexts />`
|
|
1494
1494
|
),
|
|
@@ -1550,7 +1550,7 @@ function SchematicBuilder({
|
|
|
1550
1550
|
/* @__PURE__ */ jsx(SerializationFormatConfig, {}),
|
|
1551
1551
|
/* @__PURE__ */ jsx(UseTableValuesSerializerConfig, {})
|
|
1552
1552
|
] }),
|
|
1553
|
-
version = "0.
|
|
1553
|
+
version = "0.14.0",
|
|
1554
1554
|
...otherProps
|
|
1555
1555
|
}) {
|
|
1556
1556
|
return /* @__PURE__ */ jsx(
|