diff --git a/apps/demos/configs/Angular/config.js b/apps/demos/configs/Angular/config.js index 92f8e4f133f..8b67ec4a824 100644 --- a/apps/demos/configs/Angular/config.js +++ b/apps/demos/configs/Angular/config.js @@ -153,6 +153,7 @@ window.config = { map: { 'ts': 'npm:plugin-typescript/lib/plugin.js', 'typescript': 'npm:typescript/lib/typescript.js', + 'jszip': 'npm:jszip/dist/jszip.min.js', /* @angular */ '@angular/compiler': 'bundles:@angular/compiler.umd.js', @@ -183,7 +184,7 @@ window.config = { return acc; }, {}), - /* Bundles for Unified */ + /** unified */ 'unified': 'externals:unified/unified.bundle.js', 'remark-parse': 'externals:unified/remark-parse.bundle.js', 'remark-rehype': 'externals:unified/remark-rehype.bundle.js', @@ -191,9 +192,12 @@ window.config = { 'rehype-parse': 'externals:unified/rehype-parse.bundle.js', 'rehype-remark': 'externals:unified/rehype-remark.bundle.js', 'rehype-stringify': 'externals:unified/rehype-stringify.bundle.js', + /**/ + /** openai */ 'openai': 'externals:openai.bundle.js', - 'jszip': 'npm:jszip/dist/jszip.min.js', + /**/ + 'tslib': 'npm:tslib/tslib.js', 'rxjs': 'npm:rxjs/dist/bundles/rxjs.umd.js', 'rxjs/operators': 'npm:rxjs/dist/cjs/operators/index.js', diff --git a/apps/demos/configs/React/config.js b/apps/demos/configs/React/config.js index 041e2325fe9..1fc772debf4 100644 --- a/apps/demos/configs/React/config.js +++ b/apps/demos/configs/React/config.js @@ -48,6 +48,7 @@ window.config = { map: { 'ts': 'npm:plugin-typescript/lib/plugin.js', 'typescript': 'npm:typescript/lib/typescript.js', + 'jszip': 'npm:jszip/dist/jszip.min.js', 'react': 'npm:react/umd/react.development.js', 'react-dom': 'npm:react-dom/umd/react-dom.development.js', 'prop-types': 'npm:prop-types/prop-types.js', @@ -118,7 +119,7 @@ window.config = { 'devextreme': 'npm:devextreme/cjs', 'devextreme-react': 'npm:devextreme-react/cjs', - /* Bundles for Unified */ + /** unified */ 'unified': 'externals:unified/unified.bundle.js', 'remark-parse': 'externals:unified/remark-parse.bundle.js', 'remark-rehype': 'externals:unified/remark-rehype.bundle.js', @@ -126,9 +127,12 @@ window.config = { 'rehype-parse': 'externals:unified/rehype-parse.bundle.js', 'rehype-remark': 'externals:unified/rehype-remark.bundle.js', 'rehype-stringify': 'externals:unified/rehype-stringify.bundle.js', + /**/ + /** openai */ 'openai': 'externals:openai.bundle.js', - 'jszip': 'npm:jszip/dist/jszip.min.js', + /**/ + 'devextreme-quill': 'npm:devextreme-quill/dist/dx-quill.min.js', 'devexpress-diagram': 'npm:devexpress-diagram/dist/dx-diagram.js', 'devexpress-gantt': 'npm:devexpress-gantt/dist/dx-gantt.js', diff --git a/apps/demos/configs/ReactJs/config.js b/apps/demos/configs/ReactJs/config.js index cd3d318242f..d978e89371a 100644 --- a/apps/demos/configs/ReactJs/config.js +++ b/apps/demos/configs/ReactJs/config.js @@ -119,7 +119,11 @@ window.config = { 'devextreme': 'npm:devextreme/cjs', 'devextreme-react': 'npm:devextreme-react/cjs', - /* Unified bundles */ + /** jszip */ + 'jszip': 'npm:jszip/dist/jszip.min.js', + /**/ + + /** unified */ 'unified': 'externals:unified/unified.bundle.js', 'remark-parse': 'externals:unified/remark-parse.bundle.js', 'remark-rehype': 'externals:unified/remark-rehype.bundle.js', @@ -127,9 +131,12 @@ window.config = { 'rehype-parse': 'externals:unified/rehype-parse.bundle.js', 'rehype-remark': 'externals:unified/rehype-remark.bundle.js', 'rehype-stringify': 'externals:unified/rehype-stringify.bundle.js', + /**/ + /** openai */ 'openai': 'externals:openai.bundle.js', - 'jszip': 'npm:jszip/dist/jszip.min.js', + /**/ + 'devextreme-quill': 'npm:devextreme-quill/dist/dx-quill.min.js', 'devexpress-diagram': 'npm:devexpress-diagram/dist/dx-diagram.js', 'devexpress-gantt': 'npm:devexpress-gantt/dist/dx-gantt.js', diff --git a/apps/demos/configs/Vue/config.js b/apps/demos/configs/Vue/config.js index 12dcb96f477..e8eaaae646b 100644 --- a/apps/demos/configs/Vue/config.js +++ b/apps/demos/configs/Vue/config.js @@ -47,6 +47,7 @@ window.config = { '@vue/shared': 'npm:@vue/shared/dist/shared.cjs.prod.js', 'vue-loader': 'npm:dx-systemjs-vue-browser/index.js', 'demo-ts-loader': 'project:utils/demo-ts-loader.js', + 'jszip': 'npm:jszip/dist/jszip.min.js', 'svg-loader': 'project:utils/svg-loader.js', /** signalr */ @@ -117,7 +118,7 @@ window.config = { 'devextreme': 'npm:devextreme/cjs', 'devextreme-vue': 'npm:devextreme-vue/cjs', - /* Bundles for Unified */ + /** unified */ 'unified': 'externals:unified/unified.bundle.js', 'remark-parse': 'externals:unified/remark-parse.bundle.js', 'remark-rehype': 'externals:unified/remark-rehype.bundle.js', @@ -125,9 +126,12 @@ window.config = { 'rehype-parse': 'externals:unified/rehype-parse.bundle.js', 'rehype-remark': 'externals:unified/rehype-remark.bundle.js', 'rehype-stringify': 'externals:unified/rehype-stringify.bundle.js', + /**/ + /** openai */ 'openai': 'externals:openai.bundle.js', - 'jszip': 'npm:jszip/dist/jszip.min.js', + /**/ + 'devextreme-quill': 'npm:devextreme-quill/dist/dx-quill.min.js', 'devexpress-diagram': 'npm:devexpress-diagram/dist/dx-diagram.js', 'devexpress-gantt': 'npm:devexpress-gantt/dist/dx-gantt.js', diff --git a/apps/demos/menuMeta.json b/apps/demos/menuMeta.json index 2893f7cf8b5..1e595e1e81d 100644 --- a/apps/demos/menuMeta.json +++ b/apps/demos/menuMeta.json @@ -2104,7 +2104,7 @@ "Title": "AI and Chatbot Integration", "Name": "AIAndChatbotIntegration", "Widget": "Chat", - "Modules": "html-react-parser", + "Modules": "html-react-parser,openai,unified", "DemoType": "Web" } ] @@ -5851,4 +5851,4 @@ } ] } -] \ No newline at end of file +]