@progress/kendo-cli 1.5.1 → 1.6.1
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.js +6 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -22296,6 +22296,7 @@ class CreateAstroApp extends scaffolding_1.ProjectTemplate {
|
|
|
22296
22296
|
"@progress/kendo-licensing": `${kendoLicensingVersion}`,
|
|
22297
22297
|
"@progress/kendo-theme-bootstrap": `${themeVersion}`,
|
|
22298
22298
|
"@progress/kendo-theme-material": `${themeVersion}`,
|
|
22299
|
+
"@progress/kendo-theme-fluent": `${themeVersion}`,
|
|
22299
22300
|
"@progress/kendo-react-animation": `${kendoVersion}`,
|
|
22300
22301
|
"@progress/kendo-react-charts": `${kendoVersion}`,
|
|
22301
22302
|
"@progress/kendo-react-common": `${kendoVersion}`,
|
|
@@ -22822,6 +22823,7 @@ Check out our [Next.js deployment documentation](https://nextjs.org/docs/deploym
|
|
|
22822
22823
|
"@progress/kendo-theme-default": `${themeVersion}`,
|
|
22823
22824
|
"@progress/kendo-theme-bootstrap": `${themeVersion}`,
|
|
22824
22825
|
"@progress/kendo-theme-material": `${themeVersion}`,
|
|
22826
|
+
"@progress/kendo-theme-fluent": `${themeVersion}`,
|
|
22825
22827
|
"@progress/kendo-react-animation": `${kendoVersion}`,
|
|
22826
22828
|
"@progress/kendo-react-buttons": `${kendoVersion}`,
|
|
22827
22829
|
"@progress/kendo-react-charts": `${kendoVersion}`,
|
|
@@ -23008,6 +23010,7 @@ class CreateViteApp extends scaffolding_1.ProjectTemplate {
|
|
|
23008
23010
|
"@progress/kendo-licensing": `${kendoLicensingVersion}`,
|
|
23009
23011
|
"@progress/kendo-theme-bootstrap": `${themeVersion}`,
|
|
23010
23012
|
"@progress/kendo-theme-material": `${themeVersion}`,
|
|
23013
|
+
"@progress/kendo-theme-fluent": `${themeVersion}`,
|
|
23011
23014
|
"@progress/kendo-react-animation": `${kendoVersion}`,
|
|
23012
23015
|
"@progress/kendo-react-charts": `${kendoVersion}`,
|
|
23013
23016
|
"@progress/kendo-react-common": `${kendoVersion}`,
|
|
@@ -46852,7 +46855,7 @@ module.exports = JSON.parse('[[[0,44],"disallowed_STD3_valid"],[[45,46],"valid"]
|
|
|
46852
46855
|
/***/ ((module) => {
|
|
46853
46856
|
|
|
46854
46857
|
"use strict";
|
|
46855
|
-
module.exports = JSON.parse('{"title":"Astro","description":"Create KendoReact app with Astro.","type":"object","properties":{"path":{"type":"string","hidden":true,"description":"Path to generate the app into."},"name":{"type":"string","displayName":"Application Name","description":"Name of the generated application.","default":"KendoReactApp","$default":{"$source":"argv","index":0}},"typescript":{"alias":"ts","default":false,"type":"boolean","description":"Initialize as a TypeScript project."},"language":{"type":"string","description":"Front-end language","enum":["JavaScript","TypeScript"],"hidden":true},"styling":{"type":"string","description":"Styling language","enum":["CSS","Sass"],"default":"CSS"},"kendo":{"type":"boolean","description":"Add KendoReact dependencies and UI.","default":true,"version":"^9.0.0","hidden":true},"theme":{"type":"string","description":"Kendo theme to apply.","default":"default","version":"^10.0.0","enum":["default","bootstrap","material"]}},"additionalProperties":false,"required":["path","name"]}');
|
|
46858
|
+
module.exports = JSON.parse('{"title":"Astro","description":"Create KendoReact app with Astro.","type":"object","properties":{"path":{"type":"string","hidden":true,"description":"Path to generate the app into."},"name":{"type":"string","displayName":"Application Name","description":"Name of the generated application.","default":"KendoReactApp","$default":{"$source":"argv","index":0}},"typescript":{"alias":"ts","default":false,"type":"boolean","description":"Initialize as a TypeScript project."},"language":{"type":"string","description":"Front-end language","enum":["JavaScript","TypeScript"],"hidden":true},"styling":{"type":"string","description":"Styling language","enum":["CSS","Sass"],"default":"CSS"},"kendo":{"type":"boolean","description":"Add KendoReact dependencies and UI.","default":true,"version":"^9.0.0","hidden":true},"theme":{"type":"string","description":"Kendo theme to apply.","default":"default","version":"^10.0.0","enum":["default","bootstrap","material","fluent"]}},"additionalProperties":false,"required":["path","name"]}');
|
|
46856
46859
|
|
|
46857
46860
|
/***/ }),
|
|
46858
46861
|
|
|
@@ -46863,7 +46866,7 @@ module.exports = JSON.parse('{"title":"Astro","description":"Create KendoReact a
|
|
|
46863
46866
|
/***/ ((module) => {
|
|
46864
46867
|
|
|
46865
46868
|
"use strict";
|
|
46866
|
-
module.exports = JSON.parse('{"title":"nextjs","description":"Create KendoReact app based on NextJS","type":"object","properties":{"path":{"type":"string","hidden":true,"description":"Path to generate the app into."},"name":{"type":"string","displayName":"Application Name","description":"Name of the generated application.","default":"KendoReactApp","$default":{"$source":"argv","index":0}},"javascript":{"alias":"js","default":false,"type":"boolean","description":"Initialize as a JavaScript project."},"typescript":{"alias":"ts","default":false,"type":"boolean","description":"Initialize as a TypeScript project."},"language":{"type":"string","description":"Front-end language","enum":["JavaScript","TypeScript"],"hidden":true},"eslint":{"type":"boolean","description":"Initialize with eslint config.","default":false},"app":{"type":"boolean","description":"Initialize as an App Router project.","default":true},"src-dir":{"type":"boolean","description":"Initialize inside a `src/` directory.","default":true},"import-alias":{"type":"string","description":"Specify import alias to use (default \\"@/*\\").","default":"@/*"},"kendo":{"type":"boolean","description":"Add KendoReact dependencies and UI.","version":"^9.0.0","default":true,"hidden":true},"theme":{"type":"string","description":"Kendo theme to apply.","version":"^10.0.0","default":"default","enum":["default","bootstrap","material"]}},"additionalProperties":false,"required":["path","name"]}');
|
|
46869
|
+
module.exports = JSON.parse('{"title":"nextjs","description":"Create KendoReact app based on NextJS","type":"object","properties":{"path":{"type":"string","hidden":true,"description":"Path to generate the app into."},"name":{"type":"string","displayName":"Application Name","description":"Name of the generated application.","default":"KendoReactApp","$default":{"$source":"argv","index":0}},"javascript":{"alias":"js","default":false,"type":"boolean","description":"Initialize as a JavaScript project."},"typescript":{"alias":"ts","default":false,"type":"boolean","description":"Initialize as a TypeScript project."},"language":{"type":"string","description":"Front-end language","enum":["JavaScript","TypeScript"],"hidden":true},"eslint":{"type":"boolean","description":"Initialize with eslint config.","default":false},"app":{"type":"boolean","description":"Initialize as an App Router project.","default":true},"src-dir":{"type":"boolean","description":"Initialize inside a `src/` directory.","default":true},"import-alias":{"type":"string","description":"Specify import alias to use (default \\"@/*\\").","default":"@/*"},"kendo":{"type":"boolean","description":"Add KendoReact dependencies and UI.","version":"^9.0.0","default":true,"hidden":true},"theme":{"type":"string","description":"Kendo theme to apply.","version":"^10.0.0","default":"default","enum":["default","bootstrap","material","fluent"]}},"additionalProperties":false,"required":["path","name"]}');
|
|
46867
46870
|
|
|
46868
46871
|
/***/ }),
|
|
46869
46872
|
|
|
@@ -46874,7 +46877,7 @@ module.exports = JSON.parse('{"title":"nextjs","description":"Create KendoReact
|
|
|
46874
46877
|
/***/ ((module) => {
|
|
46875
46878
|
|
|
46876
46879
|
"use strict";
|
|
46877
|
-
module.exports = JSON.parse('{"title":"vite","description":"Create KendoReact app with Vite.","type":"object","properties":{"path":{"type":"string","hidden":true,"description":"Path to generate the app into."},"name":{"type":"string","displayName":"Application Name","description":"Name of the generated application.","default":"KendoReactApp","$default":{"$source":"argv","index":0}},"typescript":{"alias":"ts","default":false,"type":"boolean","description":"Initialize as a TypeScript project."},"language":{"type":"string","description":"Front-end language","enum":["JavaScript","TypeScript"],"hidden":true},"styling":{"type":"string","description":"Styling language","enum":["CSS","Sass"],"default":"CSS"},"kendo":{"type":"boolean","description":"Add KendoReact dependencies and UI.","version":"^9.0.0","default":true,"hidden":true},"theme":{"type":"string","description":"Kendo theme to apply.","default":"default","version":"^10.0.0","enum":["default","bootstrap","material"]}},"additionalProperties":false,"required":["path","name"]}');
|
|
46880
|
+
module.exports = JSON.parse('{"title":"vite","description":"Create KendoReact app with Vite.","type":"object","properties":{"path":{"type":"string","hidden":true,"description":"Path to generate the app into."},"name":{"type":"string","displayName":"Application Name","description":"Name of the generated application.","default":"KendoReactApp","$default":{"$source":"argv","index":0}},"typescript":{"alias":"ts","default":false,"type":"boolean","description":"Initialize as a TypeScript project."},"language":{"type":"string","description":"Front-end language","enum":["JavaScript","TypeScript"],"hidden":true},"styling":{"type":"string","description":"Styling language","enum":["CSS","Sass"],"default":"CSS"},"kendo":{"type":"boolean","description":"Add KendoReact dependencies and UI.","version":"^9.0.0","default":true,"hidden":true},"theme":{"type":"string","description":"Kendo theme to apply.","default":"default","version":"^10.0.0","enum":["default","bootstrap","material","fluent"]}},"additionalProperties":false,"required":["path","name"]}');
|
|
46878
46881
|
|
|
46879
46882
|
/***/ })
|
|
46880
46883
|
|