@progress/kendo-cli 1.4.0 → 1.5.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 +17 -17
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -17608,7 +17608,7 @@ module.exports = "{\n \"name\": \"kendo-jquery-application\",\n \"version\": \
|
|
|
17608
17608
|
\*************************************************************************************************************************************/
|
|
17609
17609
|
/***/ ((module) => {
|
|
17610
17610
|
|
|
17611
|
-
module.exports = "{\n \"name\": \"kendo-jquery-application\",\n \"version\": \"1.0.0\",\n \"description\": \"\",\n \"main\": \"index.js\",\n \"scripts\": {\n \"build\": \"webpack --mode development\",\n \"serve\": \"webpack-dev-server --open\",\n \"start\": \"webpack --mode development && webpack-dev-server --open\"\n },\n \"author\": \"\",\n \"license\": \"ISC\",\n \"dependencies\": {\n \"@progress/kendo-ui\": \"
|
|
17611
|
+
module.exports = "{\n \"name\": \"kendo-jquery-application\",\n \"version\": \"1.0.0\",\n \"description\": \"\",\n \"main\": \"index.js\",\n \"scripts\": {\n \"build\": \"webpack --mode development\",\n \"serve\": \"webpack-dev-server --open\",\n \"start\": \"webpack --mode development && webpack-dev-server --open\"\n },\n \"author\": \"\",\n \"license\": \"ISC\",\n \"dependencies\": {\n \"@progress/kendo-ui\": \"latest\",\n \"jquery\": \"3.6.0\"\n },\n \"devDependencies\": {\n \"compression-webpack-plugin\": \"^9.2.0\",\n \"copy-webpack-plugin\": \"^10.2.4\",\n \"css-loader\": \"^6.7.1\",\n \"html-webpack-plugin\": \"^5.5.0\",\n \"style-loader\": \"^3.3.1\",\n \"webpack\": \"^5.70.0\",\n \"webpack-cli\": \"^4.9.2\",\n \"webpack-dev-server\": \"^4.7.4\"\n }\n}\n";
|
|
17612
17612
|
|
|
17613
17613
|
/***/ }),
|
|
17614
17614
|
|
|
@@ -17698,7 +17698,7 @@ module.exports = "<!DOCTYPE html>\n<html>\n\n<head>\n <meta charset=\"utf-8\"
|
|
|
17698
17698
|
\************************************************************************************************************************************/
|
|
17699
17699
|
/***/ ((module) => {
|
|
17700
17700
|
|
|
17701
|
-
module.exports = "{\n \"title\": \"jqa\",\n \"description\": \"Create jQuery Admin app\",\n \"type\": \"object\",\n \"properties\": {\n \"path\": {\n \"type\": \"string\",\n \"hidden\": true,\n \"description\": \"Path to generate the app into.\"\n },\n \"name\": {\n \"type\": \"string\",\n \"displayName\": \"Application Name\",\n \"description\": \"Name of the generated application.\",\n \"default\": \"MyjQueryAdminApp\"\n },\n \"theme\": {\n \"type\": \"string\",\n \"description\": \"Kendo theme to apply.\",\n \"default\": \"default\",\n \"enum\": [\"default\", \"bootstrap\", \"material\", \"fluent\"]\n },\n \"cdn\": {\n \"type\": \"string\",\n \"default\": \"
|
|
17701
|
+
module.exports = "{\n \"title\": \"jqa\",\n \"description\": \"Create jQuery Admin app\",\n \"type\": \"object\",\n \"properties\": {\n \"path\": {\n \"type\": \"string\",\n \"hidden\": true,\n \"description\": \"Path to generate the app into.\"\n },\n \"name\": {\n \"type\": \"string\",\n \"displayName\": \"Application Name\",\n \"description\": \"Name of the generated application.\",\n \"default\": \"MyjQueryAdminApp\"\n },\n \"theme\": {\n \"type\": \"string\",\n \"description\": \"Kendo theme to apply.\",\n \"default\": \"default\",\n \"enum\": [\"default\", \"bootstrap\", \"material\", \"fluent\"]\n },\n \"cdn\": {\n \"type\": \"string\",\n \"default\": \"10.0.1\",\n \"description\": \"Version of the CDN to pull themes from.\"\n }\n },\n \"additionalProperties\": false,\n \"required\": [\"path\", \"name\"]\n}\n";
|
|
17702
17702
|
|
|
17703
17703
|
/***/ }),
|
|
17704
17704
|
|
|
@@ -17978,7 +17978,7 @@ module.exports = "<!DOCTYPE html>\n<html>\n<head>\n <meta charset=\"utf-8\" /
|
|
|
17978
17978
|
\************************************************************************************************************************************/
|
|
17979
17979
|
/***/ ((module) => {
|
|
17980
17980
|
|
|
17981
|
-
module.exports = "{\n \"title\": \"jba\",\n \"description\": \"Create jQuery Blank app\",\n \"type\": \"object\",\n \"properties\": {\n \"path\": {\n \"type\": \"string\",\n \"hidden\": true,\n \"description\": \"Path to generate the app into.\"\n },\n \"name\": {\n \"type\": \"string\",\n \"displayName\": \"Application Name\",\n \"description\": \"Name of the generated application.\",\n \"default\": \"MyjQueryBlankApp\"\n },\n \"theme\": {\n \"type\": \"string\",\n \"description\": \"Kendo theme to apply.\",\n \"default\": \"default\",\n \"enum\": [\"default\", \"bootstrap\", \"material\", \"fluent\"]\n },\n \"cdn\": {\n \"type\": \"string\",\n \"default\": \"
|
|
17981
|
+
module.exports = "{\n \"title\": \"jba\",\n \"description\": \"Create jQuery Blank app\",\n \"type\": \"object\",\n \"properties\": {\n \"path\": {\n \"type\": \"string\",\n \"hidden\": true,\n \"description\": \"Path to generate the app into.\"\n },\n \"name\": {\n \"type\": \"string\",\n \"displayName\": \"Application Name\",\n \"description\": \"Name of the generated application.\",\n \"default\": \"MyjQueryBlankApp\"\n },\n \"theme\": {\n \"type\": \"string\",\n \"description\": \"Kendo theme to apply.\",\n \"default\": \"default\",\n \"enum\": [\"default\", \"bootstrap\", \"material\", \"fluent\"]\n },\n \"cdn\": {\n \"type\": \"string\",\n \"default\": \"10.0.1\",\n \"description\": \"Version of the CDN to pull themes from.\"\n }\n },\n \"additionalProperties\": false,\n \"required\": [\n \"path\",\n \"name\"\n ]\n}";
|
|
17982
17982
|
|
|
17983
17983
|
/***/ }),
|
|
17984
17984
|
|
|
@@ -18098,7 +18098,7 @@ module.exports = "{\n \"name\": \"kendo-jquery-application\",\n \"version\": \
|
|
|
18098
18098
|
\************************************************************************************************************************************************/
|
|
18099
18099
|
/***/ ((module) => {
|
|
18100
18100
|
|
|
18101
|
-
module.exports = "{\n \"name\": \"kendo-jquery-application\",\n \"version\": \"1.0.0\",\n \"description\": \"\",\n \"main\": \"index.js\",\n \"scripts\": {\n \"build\": \"webpack --mode development\",\n \"serve\": \"webpack-dev-server --open\",\n \"start\": \"webpack --mode development && webpack-dev-server --open\"\n },\n \"author\": \"\",\n \"license\": \"ISC\",\n \"dependencies\": {\n \"@progress/kendo-ui\": \"
|
|
18101
|
+
module.exports = "{\n \"name\": \"kendo-jquery-application\",\n \"version\": \"1.0.0\",\n \"description\": \"\",\n \"main\": \"index.js\",\n \"scripts\": {\n \"build\": \"webpack --mode development\",\n \"serve\": \"webpack-dev-server --open\",\n \"start\": \"webpack --mode development && webpack-dev-server --open\"\n },\n \"author\": \"\",\n \"license\": \"ISC\",\n \"dependencies\": {\n \"@progress/kendo-ui\": \"latest\",\n \"jquery\": \"3.6.0\"\n },\n \"devDependencies\": {\n \"compression-webpack-plugin\": \"^9.2.0\",\n \"copy-webpack-plugin\": \"^10.2.4\",\n \"css-loader\": \"^6.7.1\",\n \"html-webpack-plugin\": \"^5.5.0\",\n \"style-loader\": \"^3.3.1\",\n \"webpack\": \"^5.70.0\",\n \"webpack-cli\": \"^4.9.2\",\n \"webpack-dev-server\": \"^4.7.4\"\n }\n}\n";
|
|
18102
18102
|
|
|
18103
18103
|
/***/ }),
|
|
18104
18104
|
|
|
@@ -18118,7 +18118,7 @@ module.exports = "<!DOCTYPE html>\n<html lang=\"en\">\n <head>\n <meta
|
|
|
18118
18118
|
\***********************************************************************************************************************************************/
|
|
18119
18119
|
/***/ ((module) => {
|
|
18120
18120
|
|
|
18121
|
-
module.exports = "{\n \"title\": \"jdla\",\n \"description\": \"Create jQuery Dashboard Layout app\",\n \"type\": \"object\",\n \"properties\": {\n \"path\": {\n \"type\": \"string\",\n \"hidden\": true,\n \"description\": \"Path to generate the app into.\"\n },\n \"name\": {\n \"type\": \"string\",\n \"displayName\": \"Application Name\",\n \"description\": \"Name of the generated application.\",\n \"default\": \"MyjQueryDashboardLayoutApp\"\n },\n \"theme\": {\n \"type\": \"string\",\n \"description\": \"Kendo theme to apply.\",\n \"default\": \"default\",\n \"enum\": [\"default\", \"bootstrap\", \"material\", \"fluent\"]\n },\n \"cdn\": {\n \"type\": \"string\",\n \"default\": \"
|
|
18121
|
+
module.exports = "{\n \"title\": \"jdla\",\n \"description\": \"Create jQuery Dashboard Layout app\",\n \"type\": \"object\",\n \"properties\": {\n \"path\": {\n \"type\": \"string\",\n \"hidden\": true,\n \"description\": \"Path to generate the app into.\"\n },\n \"name\": {\n \"type\": \"string\",\n \"displayName\": \"Application Name\",\n \"description\": \"Name of the generated application.\",\n \"default\": \"MyjQueryDashboardLayoutApp\"\n },\n \"theme\": {\n \"type\": \"string\",\n \"description\": \"Kendo theme to apply.\",\n \"default\": \"default\",\n \"enum\": [\"default\", \"bootstrap\", \"material\", \"fluent\"]\n },\n \"cdn\": {\n \"type\": \"string\",\n \"default\": \"10.0.1\",\n \"description\": \"Version of the CDN to pull themes from.\"\n }\n },\n \"additionalProperties\": false,\n \"required\": [\n \"path\",\n \"name\"\n ]\n}";
|
|
18122
18122
|
|
|
18123
18123
|
/***/ }),
|
|
18124
18124
|
|
|
@@ -18268,7 +18268,7 @@ module.exports = "{\n \"name\": \"kendo-jquery-application\",\n \"version\": \
|
|
|
18268
18268
|
\*****************************************************************************************************************************************/
|
|
18269
18269
|
/***/ ((module) => {
|
|
18270
18270
|
|
|
18271
|
-
module.exports = "{\n \"name\": \"kendo-jquery-application\",\n \"version\": \"1.0.0\",\n \"description\": \"\",\n \"main\": \"index.js\",\n \"scripts\": {\n \"build\": \"webpack --mode development\",\n \"serve\": \"webpack-dev-server --open\",\n \"start\": \"webpack --mode development && webpack-dev-server --open\"\n },\n \"author\": \"\",\n \"license\": \"ISC\",\n \"dependencies\": {\n \"@progress/kendo-ui\": \"
|
|
18271
|
+
module.exports = "{\n \"name\": \"kendo-jquery-application\",\n \"version\": \"1.0.0\",\n \"description\": \"\",\n \"main\": \"index.js\",\n \"scripts\": {\n \"build\": \"webpack --mode development\",\n \"serve\": \"webpack-dev-server --open\",\n \"start\": \"webpack --mode development && webpack-dev-server --open\"\n },\n \"author\": \"\",\n \"license\": \"ISC\",\n \"dependencies\": {\n \"@progress/kendo-ui\": \"latest\",\n \"jquery\": \"3.6.0\"\n },\n \"devDependencies\": {\n \"compression-webpack-plugin\": \"^9.2.0\",\n \"copy-webpack-plugin\": \"^10.2.4\",\n \"css-loader\": \"^6.7.1\",\n \"html-webpack-plugin\": \"^5.5.0\",\n \"style-loader\": \"^3.3.1\",\n \"webpack\": \"^5.70.0\",\n \"webpack-cli\": \"^4.9.2\",\n \"webpack-dev-server\": \"^4.7.4\"\n }\n}\n";
|
|
18272
18272
|
|
|
18273
18273
|
/***/ }),
|
|
18274
18274
|
|
|
@@ -18288,7 +18288,7 @@ module.exports = "<!DOCTYPE html>\n<html lang=\"en\">\n <head>\n <meta
|
|
|
18288
18288
|
\****************************************************************************************************************************************/
|
|
18289
18289
|
/***/ ((module) => {
|
|
18290
18290
|
|
|
18291
|
-
module.exports = "{\n \"title\": \"jda\",\n \"description\": \"Create jQuery Dashboard app\",\n \"type\": \"object\",\n \"properties\": {\n \"path\": {\n \"type\": \"string\",\n \"hidden\": true,\n \"description\": \"Path to generate the app into.\"\n },\n \"name\": {\n \"type\": \"string\",\n \"displayName\": \"Application Name\",\n \"description\": \"Name of the generated application.\",\n \"default\": \"MyjQueryDashboardApp\"\n },\n \"theme\": {\n \"type\": \"string\",\n \"description\": \"Kendo theme to apply.\",\n \"default\": \"default\",\n \"enum\": [\"default\", \"bootstrap\", \"material\", \"fluent\"]\n },\n \"cdn\": {\n \"type\": \"string\",\n \"default\": \"
|
|
18291
|
+
module.exports = "{\n \"title\": \"jda\",\n \"description\": \"Create jQuery Dashboard app\",\n \"type\": \"object\",\n \"properties\": {\n \"path\": {\n \"type\": \"string\",\n \"hidden\": true,\n \"description\": \"Path to generate the app into.\"\n },\n \"name\": {\n \"type\": \"string\",\n \"displayName\": \"Application Name\",\n \"description\": \"Name of the generated application.\",\n \"default\": \"MyjQueryDashboardApp\"\n },\n \"theme\": {\n \"type\": \"string\",\n \"description\": \"Kendo theme to apply.\",\n \"default\": \"default\",\n \"enum\": [\"default\", \"bootstrap\", \"material\", \"fluent\"]\n },\n \"cdn\": {\n \"type\": \"string\",\n \"default\": \"10.0.1\",\n \"description\": \"Version of the CDN to pull themes from.\"\n }\n },\n \"additionalProperties\": false,\n \"required\": [\n \"path\",\n \"name\"\n ]\n}";
|
|
18292
18292
|
|
|
18293
18293
|
/***/ }),
|
|
18294
18294
|
|
|
@@ -18378,7 +18378,7 @@ module.exports = "{\n \"name\": \"kendo-jquery-application\",\n \"version\": \
|
|
|
18378
18378
|
\************************************************************************************************************************************/
|
|
18379
18379
|
/***/ ((module) => {
|
|
18380
18380
|
|
|
18381
|
-
module.exports = "{\n \"name\": \"kendo-jquery-application\",\n \"version\": \"1.0.0\",\n \"description\": \"\",\n \"main\": \"index.js\",\n \"scripts\": {\n \"build\": \"webpack --mode development\",\n \"serve\": \"webpack-dev-server --open\",\n \"start\": \"webpack --mode development && webpack-dev-server --open\"\n },\n \"author\": \"\",\n \"license\": \"ISC\",\n \"dependencies\": {\n \"@progress/kendo-ui\": \"
|
|
18381
|
+
module.exports = "{\n \"name\": \"kendo-jquery-application\",\n \"version\": \"1.0.0\",\n \"description\": \"\",\n \"main\": \"index.js\",\n \"scripts\": {\n \"build\": \"webpack --mode development\",\n \"serve\": \"webpack-dev-server --open\",\n \"start\": \"webpack --mode development && webpack-dev-server --open\"\n },\n \"author\": \"\",\n \"license\": \"ISC\",\n \"dependencies\": {\n \"@progress/kendo-ui\": \"latest\",\n \"jquery\": \"3.6.0\"\n },\n \"devDependencies\": {\n \"compression-webpack-plugin\": \"^9.2.0\",\n \"copy-webpack-plugin\": \"^10.2.4\",\n \"css-loader\": \"^6.7.1\",\n \"html-webpack-plugin\": \"^5.5.0\",\n \"style-loader\": \"^3.3.1\",\n \"webpack\": \"^5.70.0\",\n \"webpack-cli\": \"^4.9.2\",\n \"webpack-dev-server\": \"^4.7.4\"\n }\n}\n";
|
|
18382
18382
|
|
|
18383
18383
|
/***/ }),
|
|
18384
18384
|
|
|
@@ -18398,7 +18398,7 @@ module.exports = "<!DOCTYPE html>\n<html lang=\"en\">\n <head>\n <meta
|
|
|
18398
18398
|
\***********************************************************************************************************************************/
|
|
18399
18399
|
/***/ ((module) => {
|
|
18400
18400
|
|
|
18401
|
-
module.exports = "{\n \"title\": \"jga\",\n \"description\": \"Create jQuery Grid app\",\n \"type\": \"object\",\n \"properties\": {\n \"path\": {\n \"type\": \"string\",\n \"hidden\": true,\n \"description\": \"Path to generate the app into.\"\n },\n \"name\": {\n \"type\": \"string\",\n \"displayName\": \"Application Name\",\n \"description\": \"Name of the generated application.\",\n \"default\": \"MyjQueryGridApp\"\n },\n \"theme\": {\n \"type\": \"string\",\n \"description\": \"Kendo theme to apply.\",\n \"default\": \"default\",\n \"enum\": [\"default\", \"bootstrap\", \"material\", \"fluent\"]\n },\n \"cdn\": {\n \"type\": \"string\",\n \"default\": \"
|
|
18401
|
+
module.exports = "{\n \"title\": \"jga\",\n \"description\": \"Create jQuery Grid app\",\n \"type\": \"object\",\n \"properties\": {\n \"path\": {\n \"type\": \"string\",\n \"hidden\": true,\n \"description\": \"Path to generate the app into.\"\n },\n \"name\": {\n \"type\": \"string\",\n \"displayName\": \"Application Name\",\n \"description\": \"Name of the generated application.\",\n \"default\": \"MyjQueryGridApp\"\n },\n \"theme\": {\n \"type\": \"string\",\n \"description\": \"Kendo theme to apply.\",\n \"default\": \"default\",\n \"enum\": [\"default\", \"bootstrap\", \"material\", \"fluent\"]\n },\n \"cdn\": {\n \"type\": \"string\",\n \"default\": \"10.0.1\",\n \"description\": \"Version of the CDN to pull themes from.\"\n }\n },\n \"additionalProperties\": false,\n \"required\": [\n \"path\",\n \"name\"\n ]\n}";
|
|
18402
18402
|
|
|
18403
18403
|
/***/ }),
|
|
18404
18404
|
|
|
@@ -18628,7 +18628,7 @@ module.exports = "<!DOCTYPE html>\n<html lang=\"en\">\n <head>\n <meta
|
|
|
18628
18628
|
\***************************************************************************************************************************************/
|
|
18629
18629
|
/***/ ((module) => {
|
|
18630
18630
|
|
|
18631
|
-
module.exports = "{\n \"title\": \"jsa\",\n \"description\": \"Create jQuery Standard app\",\n \"type\": \"object\",\n \"properties\": {\n \"path\": {\n \"type\": \"string\",\n \"hidden\": true,\n \"description\": \"Path to generate the app into.\"\n },\n \"name\": {\n \"type\": \"string\",\n \"displayName\": \"Application Name\",\n \"description\": \"Name of the generated application.\",\n \"default\": \"MyjQueryStandardApp\"\n },\n \"theme\": {\n \"type\": \"string\",\n \"description\": \"Kendo theme to apply.\",\n \"default\": \"default\",\n \"enum\": [\"default\", \"bootstrap\", \"material\", \"fluent\"]\n },\n \"cdn\": {\n \"type\": \"string\",\n \"default\": \"
|
|
18631
|
+
module.exports = "{\n \"title\": \"jsa\",\n \"description\": \"Create jQuery Standard app\",\n \"type\": \"object\",\n \"properties\": {\n \"path\": {\n \"type\": \"string\",\n \"hidden\": true,\n \"description\": \"Path to generate the app into.\"\n },\n \"name\": {\n \"type\": \"string\",\n \"displayName\": \"Application Name\",\n \"description\": \"Name of the generated application.\",\n \"default\": \"MyjQueryStandardApp\"\n },\n \"theme\": {\n \"type\": \"string\",\n \"description\": \"Kendo theme to apply.\",\n \"default\": \"default\",\n \"enum\": [\"default\", \"bootstrap\", \"material\", \"fluent\"]\n },\n \"cdn\": {\n \"type\": \"string\",\n \"default\": \"10.0.1\",\n \"description\": \"Version of the CDN to pull themes from.\"\n }\n },\n \"additionalProperties\": false,\n \"required\": [\n \"path\",\n \"name\"\n ]\n}";
|
|
18632
18632
|
|
|
18633
18633
|
/***/ }),
|
|
18634
18634
|
|
|
@@ -22862,7 +22862,7 @@ Check out our [Next.js deployment documentation](https://nextjs.org/docs/deploym
|
|
|
22862
22862
|
"@progress/kendo-react-upload": `${kendoVersion}`,
|
|
22863
22863
|
"@progress/kendo-react-pdf-viewer": `${kendoVersion}`,
|
|
22864
22864
|
"@progress/kendo-react-taskboard": `${kendoVersion}`,
|
|
22865
|
-
"@progress/kendo-svg-icons": "^
|
|
22865
|
+
"@progress/kendo-svg-icons": "^4.0.0",
|
|
22866
22866
|
};
|
|
22867
22867
|
await packageJsonSource.setContent(JSON.stringify(packageJson, null, " "));
|
|
22868
22868
|
// Handle kendo theme...
|
|
@@ -46764,7 +46764,7 @@ fetch.Promise = global.Promise;
|
|
|
46764
46764
|
/***/ ((module) => {
|
|
46765
46765
|
|
|
46766
46766
|
"use strict";
|
|
46767
|
-
module.exports = JSON.parse('{"title":"jqa","description":"Create jQuery Admin app","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":"MyjQueryAdminApp"},"theme":{"type":"string","description":"Kendo theme to apply.","default":"default","enum":["default","bootstrap","material","fluent"]},"cdn":{"type":"string","default":"
|
|
46767
|
+
module.exports = JSON.parse('{"title":"jqa","description":"Create jQuery Admin app","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":"MyjQueryAdminApp"},"theme":{"type":"string","description":"Kendo theme to apply.","default":"default","enum":["default","bootstrap","material","fluent"]},"cdn":{"type":"string","default":"10.0.1","description":"Version of the CDN to pull themes from."}},"additionalProperties":false,"required":["path","name"]}');
|
|
46768
46768
|
|
|
46769
46769
|
/***/ }),
|
|
46770
46770
|
|
|
@@ -46775,7 +46775,7 @@ module.exports = JSON.parse('{"title":"jqa","description":"Create jQuery Admin a
|
|
|
46775
46775
|
/***/ ((module) => {
|
|
46776
46776
|
|
|
46777
46777
|
"use strict";
|
|
46778
|
-
module.exports = JSON.parse('{"title":"jba","description":"Create jQuery Blank app","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":"MyjQueryBlankApp"},"theme":{"type":"string","description":"Kendo theme to apply.","default":"default","enum":["default","bootstrap","material","fluent"]},"cdn":{"type":"string","default":"
|
|
46778
|
+
module.exports = JSON.parse('{"title":"jba","description":"Create jQuery Blank app","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":"MyjQueryBlankApp"},"theme":{"type":"string","description":"Kendo theme to apply.","default":"default","enum":["default","bootstrap","material","fluent"]},"cdn":{"type":"string","default":"10.0.1","description":"Version of the CDN to pull themes from."}},"additionalProperties":false,"required":["path","name"]}');
|
|
46779
46779
|
|
|
46780
46780
|
/***/ }),
|
|
46781
46781
|
|
|
@@ -46786,7 +46786,7 @@ module.exports = JSON.parse('{"title":"jba","description":"Create jQuery Blank a
|
|
|
46786
46786
|
/***/ ((module) => {
|
|
46787
46787
|
|
|
46788
46788
|
"use strict";
|
|
46789
|
-
module.exports = JSON.parse('{"title":"jdla","description":"Create jQuery Dashboard Layout app","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":"MyjQueryDashboardLayoutApp"},"theme":{"type":"string","description":"Kendo theme to apply.","default":"default","enum":["default","bootstrap","material","fluent"]},"cdn":{"type":"string","default":"
|
|
46789
|
+
module.exports = JSON.parse('{"title":"jdla","description":"Create jQuery Dashboard Layout app","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":"MyjQueryDashboardLayoutApp"},"theme":{"type":"string","description":"Kendo theme to apply.","default":"default","enum":["default","bootstrap","material","fluent"]},"cdn":{"type":"string","default":"10.0.1","description":"Version of the CDN to pull themes from."}},"additionalProperties":false,"required":["path","name"]}');
|
|
46790
46790
|
|
|
46791
46791
|
/***/ }),
|
|
46792
46792
|
|
|
@@ -46797,7 +46797,7 @@ module.exports = JSON.parse('{"title":"jdla","description":"Create jQuery Dashbo
|
|
|
46797
46797
|
/***/ ((module) => {
|
|
46798
46798
|
|
|
46799
46799
|
"use strict";
|
|
46800
|
-
module.exports = JSON.parse('{"title":"jda","description":"Create jQuery Dashboard app","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":"MyjQueryDashboardApp"},"theme":{"type":"string","description":"Kendo theme to apply.","default":"default","enum":["default","bootstrap","material","fluent"]},"cdn":{"type":"string","default":"
|
|
46800
|
+
module.exports = JSON.parse('{"title":"jda","description":"Create jQuery Dashboard app","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":"MyjQueryDashboardApp"},"theme":{"type":"string","description":"Kendo theme to apply.","default":"default","enum":["default","bootstrap","material","fluent"]},"cdn":{"type":"string","default":"10.0.1","description":"Version of the CDN to pull themes from."}},"additionalProperties":false,"required":["path","name"]}');
|
|
46801
46801
|
|
|
46802
46802
|
/***/ }),
|
|
46803
46803
|
|
|
@@ -46808,7 +46808,7 @@ module.exports = JSON.parse('{"title":"jda","description":"Create jQuery Dashboa
|
|
|
46808
46808
|
/***/ ((module) => {
|
|
46809
46809
|
|
|
46810
46810
|
"use strict";
|
|
46811
|
-
module.exports = JSON.parse('{"title":"jga","description":"Create jQuery Grid app","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":"MyjQueryGridApp"},"theme":{"type":"string","description":"Kendo theme to apply.","default":"default","enum":["default","bootstrap","material","fluent"]},"cdn":{"type":"string","default":"
|
|
46811
|
+
module.exports = JSON.parse('{"title":"jga","description":"Create jQuery Grid app","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":"MyjQueryGridApp"},"theme":{"type":"string","description":"Kendo theme to apply.","default":"default","enum":["default","bootstrap","material","fluent"]},"cdn":{"type":"string","default":"10.0.1","description":"Version of the CDN to pull themes from."}},"additionalProperties":false,"required":["path","name"]}');
|
|
46812
46812
|
|
|
46813
46813
|
/***/ }),
|
|
46814
46814
|
|
|
@@ -46819,7 +46819,7 @@ module.exports = JSON.parse('{"title":"jga","description":"Create jQuery Grid ap
|
|
|
46819
46819
|
/***/ ((module) => {
|
|
46820
46820
|
|
|
46821
46821
|
"use strict";
|
|
46822
|
-
module.exports = JSON.parse('{"title":"jsa","description":"Create jQuery Standard app","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":"MyjQueryStandardApp"},"theme":{"type":"string","description":"Kendo theme to apply.","default":"default","enum":["default","bootstrap","material","fluent"]},"cdn":{"type":"string","default":"
|
|
46822
|
+
module.exports = JSON.parse('{"title":"jsa","description":"Create jQuery Standard app","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":"MyjQueryStandardApp"},"theme":{"type":"string","description":"Kendo theme to apply.","default":"default","enum":["default","bootstrap","material","fluent"]},"cdn":{"type":"string","default":"10.0.1","description":"Version of the CDN to pull themes from."}},"additionalProperties":false,"required":["path","name"]}');
|
|
46823
46823
|
|
|
46824
46824
|
/***/ }),
|
|
46825
46825
|
|