From 6d9fcf1f8d3148fe29d97e31b298dc685f737b10 Mon Sep 17 00:00:00 2001 From: Build Automaion Date: Fri, 5 Jul 2024 04:56:51 +0530 Subject: [PATCH] Integrated latest changes at 07-05-2024 4:30:14 AM --- .../listview/nested-list-cs1/app-composition.vue | 5 +++-- .../otp-input/accessibility/ariaLabels/index.js | 4 ++-- .../otp-input/accessibility/ariaLabels/systemjs.config.js | 8 +++++++- .../otp-input/accessibility/htmlAttributes/index.js | 4 ++-- .../accessibility/htmlAttributes/systemjs.config.js | 8 +++++++- .../code-snippet/otp-input/appearance/cssClass/index.js | 4 ++-- .../otp-input/appearance/cssClass/systemjs.config.js | 8 +++++++- .../code-snippet/otp-input/appearance/disabled/index.js | 4 ++-- .../otp-input/appearance/disabled/systemjs.config.js | 8 +++++++- ej2-vue/code-snippet/otp-input/appearance/length/index.js | 4 ++-- .../otp-input/appearance/length/systemjs.config.js | 8 +++++++- ej2-vue/code-snippet/otp-input/events/index.js | 4 ++-- ej2-vue/code-snippet/otp-input/events/systemjs.config.js | 8 +++++++- .../code-snippet/otp-input/getting-started-cs1/index.js | 4 ++-- .../otp-input/getting-started-cs1/systemjs.config.js | 8 +++++++- ej2-vue/code-snippet/otp-input/inputTypes/number/index.js | 4 ++-- .../otp-input/inputTypes/number/systemjs.config.js | 8 +++++++- .../code-snippet/otp-input/inputTypes/password/index.js | 4 ++-- .../otp-input/inputTypes/password/systemjs.config.js | 8 +++++++- ej2-vue/code-snippet/otp-input/inputTypes/text/index.js | 4 ++-- .../otp-input/inputTypes/text/systemjs.config.js | 8 +++++++- ej2-vue/code-snippet/otp-input/inputTypes/value/index.js | 4 ++-- .../otp-input/inputTypes/value/systemjs.config.js | 8 +++++++- .../otp-input/placeholder/placeholder_char/index.js | 4 ++-- .../placeholder/placeholder_char/systemjs.config.js | 8 +++++++- .../otp-input/placeholder/placeholder_string/index.js | 4 ++-- .../placeholder/placeholder_string/systemjs.config.js | 8 +++++++- ej2-vue/code-snippet/otp-input/separator/index.js | 4 ++-- .../code-snippet/otp-input/separator/systemjs.config.js | 8 +++++++- .../code-snippet/otp-input/styling-modes/filled/index.js | 4 ++-- .../otp-input/styling-modes/filled/systemjs.config.js | 8 +++++++- .../otp-input/styling-modes/outlined/index.js | 4 ++-- .../otp-input/styling-modes/outlined/systemjs.config.js | 8 +++++++- .../otp-input/styling-modes/underlined/index.js | 4 ++-- .../otp-input/styling-modes/underlined/systemjs.config.js | 8 +++++++- ej2-vue/grid/connecting-to-adaptors/odatav4-adaptor.md | 3 --- .../perform-custom-validation-using-form-validator.md | 6 +++--- 37 files changed, 159 insertions(+), 59 deletions(-) diff --git a/ej2-vue/code-snippet/listview/nested-list-cs1/app-composition.vue b/ej2-vue/code-snippet/listview/nested-list-cs1/app-composition.vue index 4afe1de11..954dce1ee 100644 --- a/ej2-vue/code-snippet/listview/nested-list-cs1/app-composition.vue +++ b/ej2-vue/code-snippet/listview/nested-list-cs1/app-composition.vue @@ -2,7 +2,7 @@
+ showHeader='true' :animation='animation' >
\ No newline at end of file + diff --git a/ej2-vue/code-snippet/otp-input/accessibility/ariaLabels/index.js b/ej2-vue/code-snippet/otp-input/accessibility/ariaLabels/index.js index 3ef2cf016..e1a058863 100644 --- a/ej2-vue/code-snippet/otp-input/accessibility/ariaLabels/index.js +++ b/ej2-vue/code-snippet/otp-input/accessibility/ariaLabels/index.js @@ -1,9 +1,9 @@ import Vue from 'vue'; -import { OTPInputPlugin } from "@syncfusion/ej2-vue-inputs"; +import { OtpInputPlugin } from "@syncfusion/ej2-vue-inputs"; import { enableRipple } from '@syncfusion/ej2-base'; enableRipple(true); -Vue.use(OTPInputPlugin); +Vue.use(OtpInputPlugin); new Vue({ diff --git a/ej2-vue/code-snippet/otp-input/accessibility/ariaLabels/systemjs.config.js b/ej2-vue/code-snippet/otp-input/accessibility/ariaLabels/systemjs.config.js index ab3db74e8..27b7d18a1 100644 --- a/ej2-vue/code-snippet/otp-input/accessibility/ariaLabels/systemjs.config.js +++ b/ej2-vue/code-snippet/otp-input/accessibility/ariaLabels/systemjs.config.js @@ -18,7 +18,13 @@ vue: "https://unpkg.com/vue@2.6.14/dist/vue.min.js", "@syncfusion/ej2-base": "syncfusion:ej2-base/dist/ej2-base.umd.min.js", "@syncfusion/ej2-inputs": "syncfusion:ej2-inputs/dist/ej2-inputs.umd.min.js", "@syncfusion/ej2-vue-base": "syncfusion:ej2-vue-base/dist/ej2-vue-base.umd.min.js", - "@syncfusion/ej2-vue-inputs": "syncfusion:ej2-vue-inputs/dist/ej2-vue-inputs.umd.min.js" + "@syncfusion/ej2-vue-inputs": "syncfusion:ej2-vue-inputs/dist/ej2-vue-inputs.umd.min.js", + "@syncfusion/ej2-popups": "syncfusion:ej2-popups/dist/ej2-popups.umd.min.js", + "@syncfusion/ej2-splitbuttons": "syncfusion:ej2-splitbuttons/dist/ej2-splitbuttons.umd.min.js", + "@syncfusion/ej2-buttons": "syncfusion:ej2-buttons/dist/ej2-buttons.umd.min.js", + "@syncfusion/ej2-vue-popups": "syncfusion:ej2-vue-popups/dist/ej2-vue-popups.umd.min.js", + "@syncfusion/ej2-vue-buttons": "syncfusion:ej2-vue-buttons/dist/ej2-vue-buttons.umd.min.js", + "@syncfusion/ej2-vue-splitbuttons": "syncfusion:ej2-vue-splitbuttons/dist/ej2-vue-splitbuttons.umd.min.js" } }); diff --git a/ej2-vue/code-snippet/otp-input/accessibility/htmlAttributes/index.js b/ej2-vue/code-snippet/otp-input/accessibility/htmlAttributes/index.js index d42ee1a54..8568dddea 100644 --- a/ej2-vue/code-snippet/otp-input/accessibility/htmlAttributes/index.js +++ b/ej2-vue/code-snippet/otp-input/accessibility/htmlAttributes/index.js @@ -1,9 +1,9 @@ import Vue from 'vue'; -import { OTPInputPlugin } from "@syncfusion/ej2-vue-inputs"; +import { OtpInputPlugin } from "@syncfusion/ej2-vue-inputs"; import { enableRipple } from '@syncfusion/ej2-base'; enableRipple(true); -Vue.use(OTPInputPlugin); +Vue.use(OtpInputPlugin); new Vue({ diff --git a/ej2-vue/code-snippet/otp-input/accessibility/htmlAttributes/systemjs.config.js b/ej2-vue/code-snippet/otp-input/accessibility/htmlAttributes/systemjs.config.js index ab3db74e8..27b7d18a1 100644 --- a/ej2-vue/code-snippet/otp-input/accessibility/htmlAttributes/systemjs.config.js +++ b/ej2-vue/code-snippet/otp-input/accessibility/htmlAttributes/systemjs.config.js @@ -18,7 +18,13 @@ vue: "https://unpkg.com/vue@2.6.14/dist/vue.min.js", "@syncfusion/ej2-base": "syncfusion:ej2-base/dist/ej2-base.umd.min.js", "@syncfusion/ej2-inputs": "syncfusion:ej2-inputs/dist/ej2-inputs.umd.min.js", "@syncfusion/ej2-vue-base": "syncfusion:ej2-vue-base/dist/ej2-vue-base.umd.min.js", - "@syncfusion/ej2-vue-inputs": "syncfusion:ej2-vue-inputs/dist/ej2-vue-inputs.umd.min.js" + "@syncfusion/ej2-vue-inputs": "syncfusion:ej2-vue-inputs/dist/ej2-vue-inputs.umd.min.js", + "@syncfusion/ej2-popups": "syncfusion:ej2-popups/dist/ej2-popups.umd.min.js", + "@syncfusion/ej2-splitbuttons": "syncfusion:ej2-splitbuttons/dist/ej2-splitbuttons.umd.min.js", + "@syncfusion/ej2-buttons": "syncfusion:ej2-buttons/dist/ej2-buttons.umd.min.js", + "@syncfusion/ej2-vue-popups": "syncfusion:ej2-vue-popups/dist/ej2-vue-popups.umd.min.js", + "@syncfusion/ej2-vue-buttons": "syncfusion:ej2-vue-buttons/dist/ej2-vue-buttons.umd.min.js", + "@syncfusion/ej2-vue-splitbuttons": "syncfusion:ej2-vue-splitbuttons/dist/ej2-vue-splitbuttons.umd.min.js" } }); diff --git a/ej2-vue/code-snippet/otp-input/appearance/cssClass/index.js b/ej2-vue/code-snippet/otp-input/appearance/cssClass/index.js index 02672f7d1..384d14dea 100644 --- a/ej2-vue/code-snippet/otp-input/appearance/cssClass/index.js +++ b/ej2-vue/code-snippet/otp-input/appearance/cssClass/index.js @@ -1,9 +1,9 @@ import Vue from 'vue'; -import { OTPInputPlugin } from "@syncfusion/ej2-vue-inputs"; +import { OtpInputPlugin } from "@syncfusion/ej2-vue-inputs"; import { enableRipple } from '@syncfusion/ej2-base'; enableRipple(true); -Vue.use(OTPInputPlugin); +Vue.use(OtpInputPlugin); new Vue({ diff --git a/ej2-vue/code-snippet/otp-input/appearance/cssClass/systemjs.config.js b/ej2-vue/code-snippet/otp-input/appearance/cssClass/systemjs.config.js index ab3db74e8..27b7d18a1 100644 --- a/ej2-vue/code-snippet/otp-input/appearance/cssClass/systemjs.config.js +++ b/ej2-vue/code-snippet/otp-input/appearance/cssClass/systemjs.config.js @@ -18,7 +18,13 @@ vue: "https://unpkg.com/vue@2.6.14/dist/vue.min.js", "@syncfusion/ej2-base": "syncfusion:ej2-base/dist/ej2-base.umd.min.js", "@syncfusion/ej2-inputs": "syncfusion:ej2-inputs/dist/ej2-inputs.umd.min.js", "@syncfusion/ej2-vue-base": "syncfusion:ej2-vue-base/dist/ej2-vue-base.umd.min.js", - "@syncfusion/ej2-vue-inputs": "syncfusion:ej2-vue-inputs/dist/ej2-vue-inputs.umd.min.js" + "@syncfusion/ej2-vue-inputs": "syncfusion:ej2-vue-inputs/dist/ej2-vue-inputs.umd.min.js", + "@syncfusion/ej2-popups": "syncfusion:ej2-popups/dist/ej2-popups.umd.min.js", + "@syncfusion/ej2-splitbuttons": "syncfusion:ej2-splitbuttons/dist/ej2-splitbuttons.umd.min.js", + "@syncfusion/ej2-buttons": "syncfusion:ej2-buttons/dist/ej2-buttons.umd.min.js", + "@syncfusion/ej2-vue-popups": "syncfusion:ej2-vue-popups/dist/ej2-vue-popups.umd.min.js", + "@syncfusion/ej2-vue-buttons": "syncfusion:ej2-vue-buttons/dist/ej2-vue-buttons.umd.min.js", + "@syncfusion/ej2-vue-splitbuttons": "syncfusion:ej2-vue-splitbuttons/dist/ej2-vue-splitbuttons.umd.min.js" } }); diff --git a/ej2-vue/code-snippet/otp-input/appearance/disabled/index.js b/ej2-vue/code-snippet/otp-input/appearance/disabled/index.js index 43a11f81e..292cd54ba 100644 --- a/ej2-vue/code-snippet/otp-input/appearance/disabled/index.js +++ b/ej2-vue/code-snippet/otp-input/appearance/disabled/index.js @@ -1,9 +1,9 @@ import Vue from 'vue'; -import { OTPInputPlugin } from "@syncfusion/ej2-vue-inputs"; +import { OtpInputPlugin } from "@syncfusion/ej2-vue-inputs"; import { enableRipple } from '@syncfusion/ej2-base'; enableRipple(true); -Vue.use(OTPInputPlugin); +Vue.use(OtpInputPlugin); new Vue({ diff --git a/ej2-vue/code-snippet/otp-input/appearance/disabled/systemjs.config.js b/ej2-vue/code-snippet/otp-input/appearance/disabled/systemjs.config.js index ab3db74e8..27b7d18a1 100644 --- a/ej2-vue/code-snippet/otp-input/appearance/disabled/systemjs.config.js +++ b/ej2-vue/code-snippet/otp-input/appearance/disabled/systemjs.config.js @@ -18,7 +18,13 @@ vue: "https://unpkg.com/vue@2.6.14/dist/vue.min.js", "@syncfusion/ej2-base": "syncfusion:ej2-base/dist/ej2-base.umd.min.js", "@syncfusion/ej2-inputs": "syncfusion:ej2-inputs/dist/ej2-inputs.umd.min.js", "@syncfusion/ej2-vue-base": "syncfusion:ej2-vue-base/dist/ej2-vue-base.umd.min.js", - "@syncfusion/ej2-vue-inputs": "syncfusion:ej2-vue-inputs/dist/ej2-vue-inputs.umd.min.js" + "@syncfusion/ej2-vue-inputs": "syncfusion:ej2-vue-inputs/dist/ej2-vue-inputs.umd.min.js", + "@syncfusion/ej2-popups": "syncfusion:ej2-popups/dist/ej2-popups.umd.min.js", + "@syncfusion/ej2-splitbuttons": "syncfusion:ej2-splitbuttons/dist/ej2-splitbuttons.umd.min.js", + "@syncfusion/ej2-buttons": "syncfusion:ej2-buttons/dist/ej2-buttons.umd.min.js", + "@syncfusion/ej2-vue-popups": "syncfusion:ej2-vue-popups/dist/ej2-vue-popups.umd.min.js", + "@syncfusion/ej2-vue-buttons": "syncfusion:ej2-vue-buttons/dist/ej2-vue-buttons.umd.min.js", + "@syncfusion/ej2-vue-splitbuttons": "syncfusion:ej2-vue-splitbuttons/dist/ej2-vue-splitbuttons.umd.min.js" } }); diff --git a/ej2-vue/code-snippet/otp-input/appearance/length/index.js b/ej2-vue/code-snippet/otp-input/appearance/length/index.js index 468088a8a..a1a3dbb8f 100644 --- a/ej2-vue/code-snippet/otp-input/appearance/length/index.js +++ b/ej2-vue/code-snippet/otp-input/appearance/length/index.js @@ -1,9 +1,9 @@ import Vue from 'vue'; -import { OTPInputPlugin } from "@syncfusion/ej2-vue-inputs"; +import { OtpInputPlugin } from "@syncfusion/ej2-vue-inputs"; import { enableRipple } from '@syncfusion/ej2-base'; enableRipple(true); -Vue.use(OTPInputPlugin); +Vue.use(OtpInputPlugin); new Vue({ diff --git a/ej2-vue/code-snippet/otp-input/appearance/length/systemjs.config.js b/ej2-vue/code-snippet/otp-input/appearance/length/systemjs.config.js index ab3db74e8..27b7d18a1 100644 --- a/ej2-vue/code-snippet/otp-input/appearance/length/systemjs.config.js +++ b/ej2-vue/code-snippet/otp-input/appearance/length/systemjs.config.js @@ -18,7 +18,13 @@ vue: "https://unpkg.com/vue@2.6.14/dist/vue.min.js", "@syncfusion/ej2-base": "syncfusion:ej2-base/dist/ej2-base.umd.min.js", "@syncfusion/ej2-inputs": "syncfusion:ej2-inputs/dist/ej2-inputs.umd.min.js", "@syncfusion/ej2-vue-base": "syncfusion:ej2-vue-base/dist/ej2-vue-base.umd.min.js", - "@syncfusion/ej2-vue-inputs": "syncfusion:ej2-vue-inputs/dist/ej2-vue-inputs.umd.min.js" + "@syncfusion/ej2-vue-inputs": "syncfusion:ej2-vue-inputs/dist/ej2-vue-inputs.umd.min.js", + "@syncfusion/ej2-popups": "syncfusion:ej2-popups/dist/ej2-popups.umd.min.js", + "@syncfusion/ej2-splitbuttons": "syncfusion:ej2-splitbuttons/dist/ej2-splitbuttons.umd.min.js", + "@syncfusion/ej2-buttons": "syncfusion:ej2-buttons/dist/ej2-buttons.umd.min.js", + "@syncfusion/ej2-vue-popups": "syncfusion:ej2-vue-popups/dist/ej2-vue-popups.umd.min.js", + "@syncfusion/ej2-vue-buttons": "syncfusion:ej2-vue-buttons/dist/ej2-vue-buttons.umd.min.js", + "@syncfusion/ej2-vue-splitbuttons": "syncfusion:ej2-vue-splitbuttons/dist/ej2-vue-splitbuttons.umd.min.js" } }); diff --git a/ej2-vue/code-snippet/otp-input/events/index.js b/ej2-vue/code-snippet/otp-input/events/index.js index fb87e60a5..721fe1c46 100644 --- a/ej2-vue/code-snippet/otp-input/events/index.js +++ b/ej2-vue/code-snippet/otp-input/events/index.js @@ -1,9 +1,9 @@ import Vue from 'vue'; -import { OTPInputPlugin } from "@syncfusion/ej2-vue-inputs"; +import { OtpInputPlugin } from "@syncfusion/ej2-vue-inputs"; import { enableRipple } from '@syncfusion/ej2-base'; enableRipple(true); -Vue.use(OTPInputPlugin); +Vue.use(OtpInputPlugin); new Vue({ diff --git a/ej2-vue/code-snippet/otp-input/events/systemjs.config.js b/ej2-vue/code-snippet/otp-input/events/systemjs.config.js index ab3db74e8..27b7d18a1 100644 --- a/ej2-vue/code-snippet/otp-input/events/systemjs.config.js +++ b/ej2-vue/code-snippet/otp-input/events/systemjs.config.js @@ -18,7 +18,13 @@ vue: "https://unpkg.com/vue@2.6.14/dist/vue.min.js", "@syncfusion/ej2-base": "syncfusion:ej2-base/dist/ej2-base.umd.min.js", "@syncfusion/ej2-inputs": "syncfusion:ej2-inputs/dist/ej2-inputs.umd.min.js", "@syncfusion/ej2-vue-base": "syncfusion:ej2-vue-base/dist/ej2-vue-base.umd.min.js", - "@syncfusion/ej2-vue-inputs": "syncfusion:ej2-vue-inputs/dist/ej2-vue-inputs.umd.min.js" + "@syncfusion/ej2-vue-inputs": "syncfusion:ej2-vue-inputs/dist/ej2-vue-inputs.umd.min.js", + "@syncfusion/ej2-popups": "syncfusion:ej2-popups/dist/ej2-popups.umd.min.js", + "@syncfusion/ej2-splitbuttons": "syncfusion:ej2-splitbuttons/dist/ej2-splitbuttons.umd.min.js", + "@syncfusion/ej2-buttons": "syncfusion:ej2-buttons/dist/ej2-buttons.umd.min.js", + "@syncfusion/ej2-vue-popups": "syncfusion:ej2-vue-popups/dist/ej2-vue-popups.umd.min.js", + "@syncfusion/ej2-vue-buttons": "syncfusion:ej2-vue-buttons/dist/ej2-vue-buttons.umd.min.js", + "@syncfusion/ej2-vue-splitbuttons": "syncfusion:ej2-vue-splitbuttons/dist/ej2-vue-splitbuttons.umd.min.js" } }); diff --git a/ej2-vue/code-snippet/otp-input/getting-started-cs1/index.js b/ej2-vue/code-snippet/otp-input/getting-started-cs1/index.js index cff927a06..056c6f9af 100644 --- a/ej2-vue/code-snippet/otp-input/getting-started-cs1/index.js +++ b/ej2-vue/code-snippet/otp-input/getting-started-cs1/index.js @@ -1,8 +1,8 @@ import Vue from 'vue'; -import { OTPInputPlugin } from "@syncfusion/ej2-vue-inputs"; +import { OtpInputPlugin } from "@syncfusion/ej2-vue-inputs"; import { enableRipple } from '@syncfusion/ej2-base'; enableRipple(true); -Vue.use(OTPInputPlugin); +Vue.use(OtpInputPlugin); new Vue({ el: '#app', diff --git a/ej2-vue/code-snippet/otp-input/getting-started-cs1/systemjs.config.js b/ej2-vue/code-snippet/otp-input/getting-started-cs1/systemjs.config.js index ab3db74e8..27b7d18a1 100644 --- a/ej2-vue/code-snippet/otp-input/getting-started-cs1/systemjs.config.js +++ b/ej2-vue/code-snippet/otp-input/getting-started-cs1/systemjs.config.js @@ -18,7 +18,13 @@ vue: "https://unpkg.com/vue@2.6.14/dist/vue.min.js", "@syncfusion/ej2-base": "syncfusion:ej2-base/dist/ej2-base.umd.min.js", "@syncfusion/ej2-inputs": "syncfusion:ej2-inputs/dist/ej2-inputs.umd.min.js", "@syncfusion/ej2-vue-base": "syncfusion:ej2-vue-base/dist/ej2-vue-base.umd.min.js", - "@syncfusion/ej2-vue-inputs": "syncfusion:ej2-vue-inputs/dist/ej2-vue-inputs.umd.min.js" + "@syncfusion/ej2-vue-inputs": "syncfusion:ej2-vue-inputs/dist/ej2-vue-inputs.umd.min.js", + "@syncfusion/ej2-popups": "syncfusion:ej2-popups/dist/ej2-popups.umd.min.js", + "@syncfusion/ej2-splitbuttons": "syncfusion:ej2-splitbuttons/dist/ej2-splitbuttons.umd.min.js", + "@syncfusion/ej2-buttons": "syncfusion:ej2-buttons/dist/ej2-buttons.umd.min.js", + "@syncfusion/ej2-vue-popups": "syncfusion:ej2-vue-popups/dist/ej2-vue-popups.umd.min.js", + "@syncfusion/ej2-vue-buttons": "syncfusion:ej2-vue-buttons/dist/ej2-vue-buttons.umd.min.js", + "@syncfusion/ej2-vue-splitbuttons": "syncfusion:ej2-vue-splitbuttons/dist/ej2-vue-splitbuttons.umd.min.js" } }); diff --git a/ej2-vue/code-snippet/otp-input/inputTypes/number/index.js b/ej2-vue/code-snippet/otp-input/inputTypes/number/index.js index e296d0ce9..fa77c2d9c 100644 --- a/ej2-vue/code-snippet/otp-input/inputTypes/number/index.js +++ b/ej2-vue/code-snippet/otp-input/inputTypes/number/index.js @@ -1,9 +1,9 @@ import Vue from 'vue'; -import { OTPInputPlugin } from "@syncfusion/ej2-vue-inputs"; +import { OtpInputPlugin } from "@syncfusion/ej2-vue-inputs"; import { enableRipple } from '@syncfusion/ej2-base'; enableRipple(true); -Vue.use(OTPInputPlugin); +Vue.use(OtpInputPlugin); new Vue({ diff --git a/ej2-vue/code-snippet/otp-input/inputTypes/number/systemjs.config.js b/ej2-vue/code-snippet/otp-input/inputTypes/number/systemjs.config.js index ab3db74e8..27b7d18a1 100644 --- a/ej2-vue/code-snippet/otp-input/inputTypes/number/systemjs.config.js +++ b/ej2-vue/code-snippet/otp-input/inputTypes/number/systemjs.config.js @@ -18,7 +18,13 @@ vue: "https://unpkg.com/vue@2.6.14/dist/vue.min.js", "@syncfusion/ej2-base": "syncfusion:ej2-base/dist/ej2-base.umd.min.js", "@syncfusion/ej2-inputs": "syncfusion:ej2-inputs/dist/ej2-inputs.umd.min.js", "@syncfusion/ej2-vue-base": "syncfusion:ej2-vue-base/dist/ej2-vue-base.umd.min.js", - "@syncfusion/ej2-vue-inputs": "syncfusion:ej2-vue-inputs/dist/ej2-vue-inputs.umd.min.js" + "@syncfusion/ej2-vue-inputs": "syncfusion:ej2-vue-inputs/dist/ej2-vue-inputs.umd.min.js", + "@syncfusion/ej2-popups": "syncfusion:ej2-popups/dist/ej2-popups.umd.min.js", + "@syncfusion/ej2-splitbuttons": "syncfusion:ej2-splitbuttons/dist/ej2-splitbuttons.umd.min.js", + "@syncfusion/ej2-buttons": "syncfusion:ej2-buttons/dist/ej2-buttons.umd.min.js", + "@syncfusion/ej2-vue-popups": "syncfusion:ej2-vue-popups/dist/ej2-vue-popups.umd.min.js", + "@syncfusion/ej2-vue-buttons": "syncfusion:ej2-vue-buttons/dist/ej2-vue-buttons.umd.min.js", + "@syncfusion/ej2-vue-splitbuttons": "syncfusion:ej2-vue-splitbuttons/dist/ej2-vue-splitbuttons.umd.min.js" } }); diff --git a/ej2-vue/code-snippet/otp-input/inputTypes/password/index.js b/ej2-vue/code-snippet/otp-input/inputTypes/password/index.js index ba3536f0f..487c2cdde 100644 --- a/ej2-vue/code-snippet/otp-input/inputTypes/password/index.js +++ b/ej2-vue/code-snippet/otp-input/inputTypes/password/index.js @@ -1,9 +1,9 @@ import Vue from 'vue'; -import { OTPInputPlugin } from "@syncfusion/ej2-vue-inputs"; +import { OtpInputPlugin } from "@syncfusion/ej2-vue-inputs"; import { enableRipple } from '@syncfusion/ej2-base'; enableRipple(true); -Vue.use(OTPInputPlugin); +Vue.use(OtpInputPlugin); new Vue({ diff --git a/ej2-vue/code-snippet/otp-input/inputTypes/password/systemjs.config.js b/ej2-vue/code-snippet/otp-input/inputTypes/password/systemjs.config.js index ab3db74e8..27b7d18a1 100644 --- a/ej2-vue/code-snippet/otp-input/inputTypes/password/systemjs.config.js +++ b/ej2-vue/code-snippet/otp-input/inputTypes/password/systemjs.config.js @@ -18,7 +18,13 @@ vue: "https://unpkg.com/vue@2.6.14/dist/vue.min.js", "@syncfusion/ej2-base": "syncfusion:ej2-base/dist/ej2-base.umd.min.js", "@syncfusion/ej2-inputs": "syncfusion:ej2-inputs/dist/ej2-inputs.umd.min.js", "@syncfusion/ej2-vue-base": "syncfusion:ej2-vue-base/dist/ej2-vue-base.umd.min.js", - "@syncfusion/ej2-vue-inputs": "syncfusion:ej2-vue-inputs/dist/ej2-vue-inputs.umd.min.js" + "@syncfusion/ej2-vue-inputs": "syncfusion:ej2-vue-inputs/dist/ej2-vue-inputs.umd.min.js", + "@syncfusion/ej2-popups": "syncfusion:ej2-popups/dist/ej2-popups.umd.min.js", + "@syncfusion/ej2-splitbuttons": "syncfusion:ej2-splitbuttons/dist/ej2-splitbuttons.umd.min.js", + "@syncfusion/ej2-buttons": "syncfusion:ej2-buttons/dist/ej2-buttons.umd.min.js", + "@syncfusion/ej2-vue-popups": "syncfusion:ej2-vue-popups/dist/ej2-vue-popups.umd.min.js", + "@syncfusion/ej2-vue-buttons": "syncfusion:ej2-vue-buttons/dist/ej2-vue-buttons.umd.min.js", + "@syncfusion/ej2-vue-splitbuttons": "syncfusion:ej2-vue-splitbuttons/dist/ej2-vue-splitbuttons.umd.min.js" } }); diff --git a/ej2-vue/code-snippet/otp-input/inputTypes/text/index.js b/ej2-vue/code-snippet/otp-input/inputTypes/text/index.js index 511f58179..eea69c7e5 100644 --- a/ej2-vue/code-snippet/otp-input/inputTypes/text/index.js +++ b/ej2-vue/code-snippet/otp-input/inputTypes/text/index.js @@ -1,9 +1,9 @@ import Vue from 'vue'; -import { OTPInputPlugin } from "@syncfusion/ej2-vue-inputs"; +import { OtpInputPlugin } from "@syncfusion/ej2-vue-inputs"; import { enableRipple } from '@syncfusion/ej2-base'; enableRipple(true); -Vue.use(OTPInputPlugin); +Vue.use(OtpInputPlugin); new Vue({ diff --git a/ej2-vue/code-snippet/otp-input/inputTypes/text/systemjs.config.js b/ej2-vue/code-snippet/otp-input/inputTypes/text/systemjs.config.js index ab3db74e8..27b7d18a1 100644 --- a/ej2-vue/code-snippet/otp-input/inputTypes/text/systemjs.config.js +++ b/ej2-vue/code-snippet/otp-input/inputTypes/text/systemjs.config.js @@ -18,7 +18,13 @@ vue: "https://unpkg.com/vue@2.6.14/dist/vue.min.js", "@syncfusion/ej2-base": "syncfusion:ej2-base/dist/ej2-base.umd.min.js", "@syncfusion/ej2-inputs": "syncfusion:ej2-inputs/dist/ej2-inputs.umd.min.js", "@syncfusion/ej2-vue-base": "syncfusion:ej2-vue-base/dist/ej2-vue-base.umd.min.js", - "@syncfusion/ej2-vue-inputs": "syncfusion:ej2-vue-inputs/dist/ej2-vue-inputs.umd.min.js" + "@syncfusion/ej2-vue-inputs": "syncfusion:ej2-vue-inputs/dist/ej2-vue-inputs.umd.min.js", + "@syncfusion/ej2-popups": "syncfusion:ej2-popups/dist/ej2-popups.umd.min.js", + "@syncfusion/ej2-splitbuttons": "syncfusion:ej2-splitbuttons/dist/ej2-splitbuttons.umd.min.js", + "@syncfusion/ej2-buttons": "syncfusion:ej2-buttons/dist/ej2-buttons.umd.min.js", + "@syncfusion/ej2-vue-popups": "syncfusion:ej2-vue-popups/dist/ej2-vue-popups.umd.min.js", + "@syncfusion/ej2-vue-buttons": "syncfusion:ej2-vue-buttons/dist/ej2-vue-buttons.umd.min.js", + "@syncfusion/ej2-vue-splitbuttons": "syncfusion:ej2-vue-splitbuttons/dist/ej2-vue-splitbuttons.umd.min.js" } }); diff --git a/ej2-vue/code-snippet/otp-input/inputTypes/value/index.js b/ej2-vue/code-snippet/otp-input/inputTypes/value/index.js index 17a1485d0..b1869807e 100644 --- a/ej2-vue/code-snippet/otp-input/inputTypes/value/index.js +++ b/ej2-vue/code-snippet/otp-input/inputTypes/value/index.js @@ -1,9 +1,9 @@ import Vue from 'vue'; -import { OTPInputPlugin } from "@syncfusion/ej2-vue-inputs"; +import { OtpInputPlugin } from "@syncfusion/ej2-vue-inputs"; import { enableRipple } from '@syncfusion/ej2-base'; enableRipple(true); -Vue.use(OTPInputPlugin); +Vue.use(OtpInputPlugin); new Vue({ diff --git a/ej2-vue/code-snippet/otp-input/inputTypes/value/systemjs.config.js b/ej2-vue/code-snippet/otp-input/inputTypes/value/systemjs.config.js index ab3db74e8..27b7d18a1 100644 --- a/ej2-vue/code-snippet/otp-input/inputTypes/value/systemjs.config.js +++ b/ej2-vue/code-snippet/otp-input/inputTypes/value/systemjs.config.js @@ -18,7 +18,13 @@ vue: "https://unpkg.com/vue@2.6.14/dist/vue.min.js", "@syncfusion/ej2-base": "syncfusion:ej2-base/dist/ej2-base.umd.min.js", "@syncfusion/ej2-inputs": "syncfusion:ej2-inputs/dist/ej2-inputs.umd.min.js", "@syncfusion/ej2-vue-base": "syncfusion:ej2-vue-base/dist/ej2-vue-base.umd.min.js", - "@syncfusion/ej2-vue-inputs": "syncfusion:ej2-vue-inputs/dist/ej2-vue-inputs.umd.min.js" + "@syncfusion/ej2-vue-inputs": "syncfusion:ej2-vue-inputs/dist/ej2-vue-inputs.umd.min.js", + "@syncfusion/ej2-popups": "syncfusion:ej2-popups/dist/ej2-popups.umd.min.js", + "@syncfusion/ej2-splitbuttons": "syncfusion:ej2-splitbuttons/dist/ej2-splitbuttons.umd.min.js", + "@syncfusion/ej2-buttons": "syncfusion:ej2-buttons/dist/ej2-buttons.umd.min.js", + "@syncfusion/ej2-vue-popups": "syncfusion:ej2-vue-popups/dist/ej2-vue-popups.umd.min.js", + "@syncfusion/ej2-vue-buttons": "syncfusion:ej2-vue-buttons/dist/ej2-vue-buttons.umd.min.js", + "@syncfusion/ej2-vue-splitbuttons": "syncfusion:ej2-vue-splitbuttons/dist/ej2-vue-splitbuttons.umd.min.js" } }); diff --git a/ej2-vue/code-snippet/otp-input/placeholder/placeholder_char/index.js b/ej2-vue/code-snippet/otp-input/placeholder/placeholder_char/index.js index b13f1c77f..753464334 100644 --- a/ej2-vue/code-snippet/otp-input/placeholder/placeholder_char/index.js +++ b/ej2-vue/code-snippet/otp-input/placeholder/placeholder_char/index.js @@ -1,9 +1,9 @@ import Vue from 'vue'; -import { OTPInputPlugin } from "@syncfusion/ej2-vue-inputs"; +import { OtpInputPlugin } from "@syncfusion/ej2-vue-inputs"; import { enableRipple } from '@syncfusion/ej2-base'; enableRipple(true); -Vue.use(OTPInputPlugin); +Vue.use(OtpInputPlugin); new Vue({ diff --git a/ej2-vue/code-snippet/otp-input/placeholder/placeholder_char/systemjs.config.js b/ej2-vue/code-snippet/otp-input/placeholder/placeholder_char/systemjs.config.js index ab3db74e8..27b7d18a1 100644 --- a/ej2-vue/code-snippet/otp-input/placeholder/placeholder_char/systemjs.config.js +++ b/ej2-vue/code-snippet/otp-input/placeholder/placeholder_char/systemjs.config.js @@ -18,7 +18,13 @@ vue: "https://unpkg.com/vue@2.6.14/dist/vue.min.js", "@syncfusion/ej2-base": "syncfusion:ej2-base/dist/ej2-base.umd.min.js", "@syncfusion/ej2-inputs": "syncfusion:ej2-inputs/dist/ej2-inputs.umd.min.js", "@syncfusion/ej2-vue-base": "syncfusion:ej2-vue-base/dist/ej2-vue-base.umd.min.js", - "@syncfusion/ej2-vue-inputs": "syncfusion:ej2-vue-inputs/dist/ej2-vue-inputs.umd.min.js" + "@syncfusion/ej2-vue-inputs": "syncfusion:ej2-vue-inputs/dist/ej2-vue-inputs.umd.min.js", + "@syncfusion/ej2-popups": "syncfusion:ej2-popups/dist/ej2-popups.umd.min.js", + "@syncfusion/ej2-splitbuttons": "syncfusion:ej2-splitbuttons/dist/ej2-splitbuttons.umd.min.js", + "@syncfusion/ej2-buttons": "syncfusion:ej2-buttons/dist/ej2-buttons.umd.min.js", + "@syncfusion/ej2-vue-popups": "syncfusion:ej2-vue-popups/dist/ej2-vue-popups.umd.min.js", + "@syncfusion/ej2-vue-buttons": "syncfusion:ej2-vue-buttons/dist/ej2-vue-buttons.umd.min.js", + "@syncfusion/ej2-vue-splitbuttons": "syncfusion:ej2-vue-splitbuttons/dist/ej2-vue-splitbuttons.umd.min.js" } }); diff --git a/ej2-vue/code-snippet/otp-input/placeholder/placeholder_string/index.js b/ej2-vue/code-snippet/otp-input/placeholder/placeholder_string/index.js index 6d21bd61b..477668af8 100644 --- a/ej2-vue/code-snippet/otp-input/placeholder/placeholder_string/index.js +++ b/ej2-vue/code-snippet/otp-input/placeholder/placeholder_string/index.js @@ -1,9 +1,9 @@ import Vue from 'vue'; -import { OTPInputPlugin } from "@syncfusion/ej2-vue-inputs"; +import { OtpInputPlugin } from "@syncfusion/ej2-vue-inputs"; import { enableRipple } from '@syncfusion/ej2-base'; enableRipple(true); -Vue.use(OTPInputPlugin); +Vue.use(OtpInputPlugin); new Vue({ diff --git a/ej2-vue/code-snippet/otp-input/placeholder/placeholder_string/systemjs.config.js b/ej2-vue/code-snippet/otp-input/placeholder/placeholder_string/systemjs.config.js index ab3db74e8..27b7d18a1 100644 --- a/ej2-vue/code-snippet/otp-input/placeholder/placeholder_string/systemjs.config.js +++ b/ej2-vue/code-snippet/otp-input/placeholder/placeholder_string/systemjs.config.js @@ -18,7 +18,13 @@ vue: "https://unpkg.com/vue@2.6.14/dist/vue.min.js", "@syncfusion/ej2-base": "syncfusion:ej2-base/dist/ej2-base.umd.min.js", "@syncfusion/ej2-inputs": "syncfusion:ej2-inputs/dist/ej2-inputs.umd.min.js", "@syncfusion/ej2-vue-base": "syncfusion:ej2-vue-base/dist/ej2-vue-base.umd.min.js", - "@syncfusion/ej2-vue-inputs": "syncfusion:ej2-vue-inputs/dist/ej2-vue-inputs.umd.min.js" + "@syncfusion/ej2-vue-inputs": "syncfusion:ej2-vue-inputs/dist/ej2-vue-inputs.umd.min.js", + "@syncfusion/ej2-popups": "syncfusion:ej2-popups/dist/ej2-popups.umd.min.js", + "@syncfusion/ej2-splitbuttons": "syncfusion:ej2-splitbuttons/dist/ej2-splitbuttons.umd.min.js", + "@syncfusion/ej2-buttons": "syncfusion:ej2-buttons/dist/ej2-buttons.umd.min.js", + "@syncfusion/ej2-vue-popups": "syncfusion:ej2-vue-popups/dist/ej2-vue-popups.umd.min.js", + "@syncfusion/ej2-vue-buttons": "syncfusion:ej2-vue-buttons/dist/ej2-vue-buttons.umd.min.js", + "@syncfusion/ej2-vue-splitbuttons": "syncfusion:ej2-vue-splitbuttons/dist/ej2-vue-splitbuttons.umd.min.js" } }); diff --git a/ej2-vue/code-snippet/otp-input/separator/index.js b/ej2-vue/code-snippet/otp-input/separator/index.js index 4e7b1e74e..f8f5240b6 100644 --- a/ej2-vue/code-snippet/otp-input/separator/index.js +++ b/ej2-vue/code-snippet/otp-input/separator/index.js @@ -1,9 +1,9 @@ import Vue from 'vue'; -import { OTPInputPlugin } from "@syncfusion/ej2-vue-inputs"; +import { OtpInputPlugin } from "@syncfusion/ej2-vue-inputs"; import { enableRipple } from '@syncfusion/ej2-base'; enableRipple(true); -Vue.use(OTPInputPlugin); +Vue.use(OtpInputPlugin); new Vue({ diff --git a/ej2-vue/code-snippet/otp-input/separator/systemjs.config.js b/ej2-vue/code-snippet/otp-input/separator/systemjs.config.js index ab3db74e8..27b7d18a1 100644 --- a/ej2-vue/code-snippet/otp-input/separator/systemjs.config.js +++ b/ej2-vue/code-snippet/otp-input/separator/systemjs.config.js @@ -18,7 +18,13 @@ vue: "https://unpkg.com/vue@2.6.14/dist/vue.min.js", "@syncfusion/ej2-base": "syncfusion:ej2-base/dist/ej2-base.umd.min.js", "@syncfusion/ej2-inputs": "syncfusion:ej2-inputs/dist/ej2-inputs.umd.min.js", "@syncfusion/ej2-vue-base": "syncfusion:ej2-vue-base/dist/ej2-vue-base.umd.min.js", - "@syncfusion/ej2-vue-inputs": "syncfusion:ej2-vue-inputs/dist/ej2-vue-inputs.umd.min.js" + "@syncfusion/ej2-vue-inputs": "syncfusion:ej2-vue-inputs/dist/ej2-vue-inputs.umd.min.js", + "@syncfusion/ej2-popups": "syncfusion:ej2-popups/dist/ej2-popups.umd.min.js", + "@syncfusion/ej2-splitbuttons": "syncfusion:ej2-splitbuttons/dist/ej2-splitbuttons.umd.min.js", + "@syncfusion/ej2-buttons": "syncfusion:ej2-buttons/dist/ej2-buttons.umd.min.js", + "@syncfusion/ej2-vue-popups": "syncfusion:ej2-vue-popups/dist/ej2-vue-popups.umd.min.js", + "@syncfusion/ej2-vue-buttons": "syncfusion:ej2-vue-buttons/dist/ej2-vue-buttons.umd.min.js", + "@syncfusion/ej2-vue-splitbuttons": "syncfusion:ej2-vue-splitbuttons/dist/ej2-vue-splitbuttons.umd.min.js" } }); diff --git a/ej2-vue/code-snippet/otp-input/styling-modes/filled/index.js b/ej2-vue/code-snippet/otp-input/styling-modes/filled/index.js index 715977c84..12c9154ed 100644 --- a/ej2-vue/code-snippet/otp-input/styling-modes/filled/index.js +++ b/ej2-vue/code-snippet/otp-input/styling-modes/filled/index.js @@ -1,9 +1,9 @@ import Vue from 'vue'; -import { OTPInputPlugin } from "@syncfusion/ej2-vue-inputs"; +import { OtpInputPlugin } from "@syncfusion/ej2-vue-inputs"; import { enableRipple } from '@syncfusion/ej2-base'; enableRipple(true); -Vue.use(OTPInputPlugin); +Vue.use(OtpInputPlugin); new Vue({ diff --git a/ej2-vue/code-snippet/otp-input/styling-modes/filled/systemjs.config.js b/ej2-vue/code-snippet/otp-input/styling-modes/filled/systemjs.config.js index ab3db74e8..27b7d18a1 100644 --- a/ej2-vue/code-snippet/otp-input/styling-modes/filled/systemjs.config.js +++ b/ej2-vue/code-snippet/otp-input/styling-modes/filled/systemjs.config.js @@ -18,7 +18,13 @@ vue: "https://unpkg.com/vue@2.6.14/dist/vue.min.js", "@syncfusion/ej2-base": "syncfusion:ej2-base/dist/ej2-base.umd.min.js", "@syncfusion/ej2-inputs": "syncfusion:ej2-inputs/dist/ej2-inputs.umd.min.js", "@syncfusion/ej2-vue-base": "syncfusion:ej2-vue-base/dist/ej2-vue-base.umd.min.js", - "@syncfusion/ej2-vue-inputs": "syncfusion:ej2-vue-inputs/dist/ej2-vue-inputs.umd.min.js" + "@syncfusion/ej2-vue-inputs": "syncfusion:ej2-vue-inputs/dist/ej2-vue-inputs.umd.min.js", + "@syncfusion/ej2-popups": "syncfusion:ej2-popups/dist/ej2-popups.umd.min.js", + "@syncfusion/ej2-splitbuttons": "syncfusion:ej2-splitbuttons/dist/ej2-splitbuttons.umd.min.js", + "@syncfusion/ej2-buttons": "syncfusion:ej2-buttons/dist/ej2-buttons.umd.min.js", + "@syncfusion/ej2-vue-popups": "syncfusion:ej2-vue-popups/dist/ej2-vue-popups.umd.min.js", + "@syncfusion/ej2-vue-buttons": "syncfusion:ej2-vue-buttons/dist/ej2-vue-buttons.umd.min.js", + "@syncfusion/ej2-vue-splitbuttons": "syncfusion:ej2-vue-splitbuttons/dist/ej2-vue-splitbuttons.umd.min.js" } }); diff --git a/ej2-vue/code-snippet/otp-input/styling-modes/outlined/index.js b/ej2-vue/code-snippet/otp-input/styling-modes/outlined/index.js index 06821eb73..e9fd3a561 100644 --- a/ej2-vue/code-snippet/otp-input/styling-modes/outlined/index.js +++ b/ej2-vue/code-snippet/otp-input/styling-modes/outlined/index.js @@ -1,9 +1,9 @@ import Vue from 'vue'; -import { OTPInputPlugin } from "@syncfusion/ej2-vue-inputs"; +import { OtpInputPlugin } from "@syncfusion/ej2-vue-inputs"; import { enableRipple } from '@syncfusion/ej2-base'; enableRipple(true); -Vue.use(OTPInputPlugin); +Vue.use(OtpInputPlugin); new Vue({ diff --git a/ej2-vue/code-snippet/otp-input/styling-modes/outlined/systemjs.config.js b/ej2-vue/code-snippet/otp-input/styling-modes/outlined/systemjs.config.js index ab3db74e8..27b7d18a1 100644 --- a/ej2-vue/code-snippet/otp-input/styling-modes/outlined/systemjs.config.js +++ b/ej2-vue/code-snippet/otp-input/styling-modes/outlined/systemjs.config.js @@ -18,7 +18,13 @@ vue: "https://unpkg.com/vue@2.6.14/dist/vue.min.js", "@syncfusion/ej2-base": "syncfusion:ej2-base/dist/ej2-base.umd.min.js", "@syncfusion/ej2-inputs": "syncfusion:ej2-inputs/dist/ej2-inputs.umd.min.js", "@syncfusion/ej2-vue-base": "syncfusion:ej2-vue-base/dist/ej2-vue-base.umd.min.js", - "@syncfusion/ej2-vue-inputs": "syncfusion:ej2-vue-inputs/dist/ej2-vue-inputs.umd.min.js" + "@syncfusion/ej2-vue-inputs": "syncfusion:ej2-vue-inputs/dist/ej2-vue-inputs.umd.min.js", + "@syncfusion/ej2-popups": "syncfusion:ej2-popups/dist/ej2-popups.umd.min.js", + "@syncfusion/ej2-splitbuttons": "syncfusion:ej2-splitbuttons/dist/ej2-splitbuttons.umd.min.js", + "@syncfusion/ej2-buttons": "syncfusion:ej2-buttons/dist/ej2-buttons.umd.min.js", + "@syncfusion/ej2-vue-popups": "syncfusion:ej2-vue-popups/dist/ej2-vue-popups.umd.min.js", + "@syncfusion/ej2-vue-buttons": "syncfusion:ej2-vue-buttons/dist/ej2-vue-buttons.umd.min.js", + "@syncfusion/ej2-vue-splitbuttons": "syncfusion:ej2-vue-splitbuttons/dist/ej2-vue-splitbuttons.umd.min.js" } }); diff --git a/ej2-vue/code-snippet/otp-input/styling-modes/underlined/index.js b/ej2-vue/code-snippet/otp-input/styling-modes/underlined/index.js index a25fe92e7..282fbdbaf 100644 --- a/ej2-vue/code-snippet/otp-input/styling-modes/underlined/index.js +++ b/ej2-vue/code-snippet/otp-input/styling-modes/underlined/index.js @@ -1,9 +1,9 @@ import Vue from 'vue'; -import { OTPInputPlugin } from "@syncfusion/ej2-vue-inputs"; +import { OtpInputPlugin } from "@syncfusion/ej2-vue-inputs"; import { enableRipple } from '@syncfusion/ej2-base'; enableRipple(true); -Vue.use(OTPInputPlugin); +Vue.use(OtpInputPlugin); new Vue({ diff --git a/ej2-vue/code-snippet/otp-input/styling-modes/underlined/systemjs.config.js b/ej2-vue/code-snippet/otp-input/styling-modes/underlined/systemjs.config.js index ab3db74e8..27b7d18a1 100644 --- a/ej2-vue/code-snippet/otp-input/styling-modes/underlined/systemjs.config.js +++ b/ej2-vue/code-snippet/otp-input/styling-modes/underlined/systemjs.config.js @@ -18,7 +18,13 @@ vue: "https://unpkg.com/vue@2.6.14/dist/vue.min.js", "@syncfusion/ej2-base": "syncfusion:ej2-base/dist/ej2-base.umd.min.js", "@syncfusion/ej2-inputs": "syncfusion:ej2-inputs/dist/ej2-inputs.umd.min.js", "@syncfusion/ej2-vue-base": "syncfusion:ej2-vue-base/dist/ej2-vue-base.umd.min.js", - "@syncfusion/ej2-vue-inputs": "syncfusion:ej2-vue-inputs/dist/ej2-vue-inputs.umd.min.js" + "@syncfusion/ej2-vue-inputs": "syncfusion:ej2-vue-inputs/dist/ej2-vue-inputs.umd.min.js", + "@syncfusion/ej2-popups": "syncfusion:ej2-popups/dist/ej2-popups.umd.min.js", + "@syncfusion/ej2-splitbuttons": "syncfusion:ej2-splitbuttons/dist/ej2-splitbuttons.umd.min.js", + "@syncfusion/ej2-buttons": "syncfusion:ej2-buttons/dist/ej2-buttons.umd.min.js", + "@syncfusion/ej2-vue-popups": "syncfusion:ej2-vue-popups/dist/ej2-vue-popups.umd.min.js", + "@syncfusion/ej2-vue-buttons": "syncfusion:ej2-vue-buttons/dist/ej2-vue-buttons.umd.min.js", + "@syncfusion/ej2-vue-splitbuttons": "syncfusion:ej2-vue-splitbuttons/dist/ej2-vue-splitbuttons.umd.min.js" } }); diff --git a/ej2-vue/grid/connecting-to-adaptors/odatav4-adaptor.md b/ej2-vue/grid/connecting-to-adaptors/odatav4-adaptor.md index 672898adf..80db9ad67 100644 --- a/ej2-vue/grid/connecting-to-adaptors/odatav4-adaptor.md +++ b/ej2-vue/grid/connecting-to-adaptors/odatav4-adaptor.md @@ -1155,7 +1155,4 @@ For batch editing, you can specify a custom batch URL as follows: @import "../node_modules/@syncfusion/ej2-vue-grids/styles/tailwind.css"; {% endhighlight %} - {% endtabs %} -{% endhighlight %} -{% endtabs %} \ No newline at end of file diff --git a/ej2-vue/maskedtextbox/how-to/perform-custom-validation-using-form-validator.md b/ej2-vue/maskedtextbox/how-to/perform-custom-validation-using-form-validator.md index 0e8c9badd..cc532d621 100644 --- a/ej2-vue/maskedtextbox/how-to/perform-custom-validation-using-form-validator.md +++ b/ej2-vue/maskedtextbox/how-to/perform-custom-validation-using-form-validator.md @@ -1,6 +1,6 @@ --- layout: post -title: Perform custom validation using form validator in Vue Maskedtextbox component | Syncfusion +title: Custom validation in Vue Maskedtextbox component | Syncfusion description: Learn here all about Perform custom validation using form validator in Syncfusion Vue Maskedtextbox component of Syncfusion Essential JS 2 and more. control: Perform custom validation using form validator platform: ej2-vue @@ -8,7 +8,7 @@ documentation: ug domainurl: ##DomainURL## --- -# Perform custom validation using form validator in Vue Maskedtextbox component +# Custom validation using form validator in Vue Maskedtextbox component To perform custom validation on the MaskedTextBox use the FormValidator along with custom validation rules. @@ -18,7 +18,7 @@ In the following example, the MaskedTextBox is validated for invalid mobile numb {% highlight html tabtitle="Composition API (~/src/App.vue)" %} {% include code-snippet/masked-textbox/how-to/validation-cs1/app-composition.vue %} {% endhighlight %} -{% highlight html tabtitle="Options API (~/src/App.vue)"" %} +{% highlight html tabtitle="Options API (~/src/App.vue)" %} {% include code-snippet/masked-textbox/how-to/validation-cs1/app.vue %} {% endhighlight %} {% endtabs %}