@ostack.tech/ui-kform-scaffolder 0.7.0 → 0.8.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.
|
@@ -977,7 +977,7 @@ function scaffoldGradleProject(schematic, data) {
|
|
|
977
977
|
filePackage: data.currentPackage,
|
|
978
978
|
formId: kebabCase(schematic.name),
|
|
979
979
|
formTitle: capitalCase(schematic.name),
|
|
980
|
-
kFormVersion: "0.32.
|
|
980
|
+
kFormVersion: "0.32.4",
|
|
981
981
|
serializationFormat: data.serializationFormat ?? "json",
|
|
982
982
|
includeKotlinxDatetime: data.includeKotlinxDatetime ?? usesKotlinxDatetime(schematic, data),
|
|
983
983
|
includeKtMath: data.includeKtMath ?? usesKtMath(schematic),
|
|
@@ -1477,9 +1477,9 @@ function scaffoldViteProject(schematic, data) {
|
|
|
1477
1477
|
formId: kebabCase(schematic.name),
|
|
1478
1478
|
formClass: schematic.name,
|
|
1479
1479
|
formTitle: capitalCase(schematic.name),
|
|
1480
|
-
ostackUiVersion: "0.
|
|
1481
|
-
kFormVersion: "0.32.
|
|
1482
|
-
dependencyVersions: JSON.parse('{"@eslint/js":"^9.39.2","@fortawesome/fontawesome-svg-core":"^7.1.0","@fortawesome/free-brands-svg-icons":"^7.1.0","@fortawesome/free-regular-svg-icons":"^7.1.0","@fortawesome/free-solid-svg-icons":"^7.1.0","@ostack.tech/kform":"~0.32.
|
|
1480
|
+
ostackUiVersion: "0.8.0",
|
|
1481
|
+
kFormVersion: "0.32.4",
|
|
1482
|
+
dependencyVersions: JSON.parse('{"@eslint/js":"^9.39.2","@fortawesome/fontawesome-svg-core":"^7.1.0","@fortawesome/free-brands-svg-icons":"^7.1.0","@fortawesome/free-regular-svg-icons":"^7.1.0","@fortawesome/free-solid-svg-icons":"^7.1.0","@ostack.tech/kform":"~0.32.4","@ostack.tech/kform-react":"~0.32.4","@ostack.tech/kform-scaffolder":"~0.32.4","@storybook/addon-docs":"^10.1.10","@storybook/addon-links":"^10.1.10","@storybook/react-vite":"^10.1.10","@types/node":"^22.19.3","@types/react":"^19.2.7","@types/react-dom":"^19.2.3","@vitejs/plugin-react":"^5.1.2","change-case":"^5.4.4","cpy-cli":"^6.0.0","date-fns":"^4.1.0","eslint":"^9.39.2","eslint-config-prettier":"^10.1.8","eslint-plugin-prettier":"^5.5.4","eslint-plugin-react-hooks":"^7.0.1","eslint-plugin-react-refresh":"^0.4.26","eslint-plugin-simple-import-sort":"^12.1.1","eslint-plugin-storybook":"^10.1.10","globals":"^16.5.0","happy-dom":"^20.0.11","lint-staged":"^16.2.7","prettier":"^3.7.4","prettier-plugin-jsdoc":"^1.8.0","react":"^19.2.3","react-dom":"^19.2.3","rimraf":"^6.1.2","sass-embedded":"^1.97.1","simple-git-hooks":"^2.13.1","storybook":"^10.1.10","terser":"^5.44.1","tslib":"^2.8.1","typescript":"~5.9.3","typescript-eslint":"^8.50.1","vite":"^7.3.0","vite-plugin-dts":"^4.5.4","vitest":"^4.0.16","zustand":"^5.0.9"}'),
|
|
1483
1483
|
externalContextsData: data.serializationFormat === "json" ? "{}" : `<${schematic.name}ExternalContexts />`,
|
|
1484
1484
|
apiBasePath: data.apiBasePath ?? DEFAULT_API_BASE_PATH,
|
|
1485
1485
|
viteConfigOutDir: data.viteConfigOutDir ?? DEFAULT_VITE_CONFIG_OUT_DIR,
|
|
@@ -1539,7 +1539,7 @@ function SchematicBuilder({
|
|
|
1539
1539
|
/* @__PURE__ */ jsx(SerializationFormatConfig, {}),
|
|
1540
1540
|
/* @__PURE__ */ jsx(UseTableValuesSerializerConfig, {})
|
|
1541
1541
|
] }),
|
|
1542
|
-
version = "0.
|
|
1542
|
+
version = "0.8.0",
|
|
1543
1543
|
...otherProps
|
|
1544
1544
|
}) {
|
|
1545
1545
|
return /* @__PURE__ */ jsx(
|