@syncfusion/ej2-vue-inputs 26.2.13 → 27.1.48
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/README.md +41 -41
- package/dist/ej2-vue-inputs.umd.min.js +2 -2
- package/dist/ej2-vue-inputs.umd.min.js.map +1 -1
- package/dist/es6/ej2-vue-inputs.es2015.js +159 -4
- package/dist/es6/ej2-vue-inputs.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-inputs.es5.js +163 -4
- package/dist/es6/ej2-vue-inputs.es5.js.map +1 -1
- package/package.json +12 -10
- package/smart-textarea.d.ts +4 -0
- package/smart-textarea.js +4 -0
- package/src/color-picker/colorpicker.component.js +1 -1
- package/src/index.d.ts +1 -0
- package/src/index.js +1 -0
- package/src/otp-input/otpinput.component.js +1 -1
- package/src/smart-textarea/index.d.ts +1 -0
- package/src/smart-textarea/index.js +1 -0
- package/src/smart-textarea/smarttextarea.component.d.ts +38 -0
- package/src/smart-textarea/smarttextarea.component.js +162 -0
- package/styles/bootstrap-dark-lite.css +1 -0
- package/styles/bootstrap-dark-lite.scss +1 -0
- package/styles/bootstrap-dark.scss +1 -0
- package/styles/bootstrap-lite.css +1 -0
- package/styles/bootstrap-lite.scss +1 -0
- package/styles/bootstrap.scss +1 -0
- package/styles/bootstrap4-lite.css +1 -0
- package/styles/bootstrap4-lite.scss +1 -0
- package/styles/bootstrap4.scss +1 -0
- package/styles/bootstrap5-dark-lite.css +1 -0
- package/styles/bootstrap5-dark-lite.scss +1 -0
- package/styles/bootstrap5-dark.scss +1 -0
- package/styles/bootstrap5-lite.css +1 -0
- package/styles/bootstrap5-lite.scss +1 -0
- package/styles/bootstrap5.3-lite.css +1 -0
- package/styles/bootstrap5.3-lite.scss +1 -0
- package/styles/bootstrap5.3.css +1 -0
- package/styles/bootstrap5.3.scss +13 -0
- package/styles/bootstrap5.scss +1 -0
- package/styles/color-picker/bootstrap5.3.css +1 -0
- package/styles/color-picker/bootstrap5.3.scss +1 -0
- package/styles/data-form/bootstrap5.3.css +1 -0
- package/styles/data-form/bootstrap5.3.scss +1 -0
- package/styles/fabric-dark-lite.css +1 -0
- package/styles/fabric-dark-lite.scss +1 -0
- package/styles/fabric-dark.scss +1 -0
- package/styles/fabric-lite.css +1 -0
- package/styles/fabric-lite.scss +1 -0
- package/styles/fabric.scss +1 -0
- package/styles/fluent-dark-lite.css +1 -0
- package/styles/fluent-dark-lite.scss +1 -0
- package/styles/fluent-dark.scss +1 -0
- package/styles/fluent-lite.css +1 -0
- package/styles/fluent-lite.scss +1 -0
- package/styles/fluent.scss +1 -0
- package/styles/fluent2-lite.css +1 -0
- package/styles/fluent2-lite.scss +1 -0
- package/styles/fluent2.scss +1 -0
- package/styles/highcontrast-light-lite.css +1 -0
- package/styles/highcontrast-light-lite.scss +1 -0
- package/styles/highcontrast-light.scss +1 -0
- package/styles/highcontrast-lite.css +1 -0
- package/styles/highcontrast-lite.scss +1 -0
- package/styles/highcontrast.scss +1 -0
- package/styles/input/bootstrap5.3.css +1 -0
- package/styles/input/bootstrap5.3.scss +1 -0
- package/styles/maskedtextbox/bootstrap5.3.css +1 -0
- package/styles/maskedtextbox/bootstrap5.3.scss +1 -0
- package/styles/material-dark-lite.css +1 -0
- package/styles/material-dark-lite.scss +1 -0
- package/styles/material-dark.scss +1 -0
- package/styles/material-lite.css +1 -0
- package/styles/material-lite.scss +1 -0
- package/styles/material.scss +1 -0
- package/styles/material3-dark-lite.css +1 -0
- package/styles/material3-dark-lite.scss +1 -0
- package/styles/material3-dark.scss +1 -0
- package/styles/material3-lite.css +1 -0
- package/styles/material3-lite.scss +1 -0
- package/styles/material3.scss +1 -0
- package/styles/numerictextbox/bootstrap5.3.css +1 -0
- package/styles/numerictextbox/bootstrap5.3.scss +1 -0
- package/styles/otp-input/bootstrap5.3.css +1 -0
- package/styles/otp-input/bootstrap5.3.scss +1 -0
- package/styles/rating/bootstrap5.3.css +1 -0
- package/styles/rating/bootstrap5.3.scss +1 -0
- package/styles/signature/bootstrap5.3.css +1 -0
- package/styles/signature/bootstrap5.3.scss +1 -0
- package/styles/slider/bootstrap5.3.css +1 -0
- package/styles/slider/bootstrap5.3.scss +1 -0
- package/styles/smart-textarea/bootstrap-dark.css +1 -0
- package/styles/smart-textarea/bootstrap-dark.scss +1 -0
- package/styles/smart-textarea/bootstrap.css +1 -0
- package/styles/smart-textarea/bootstrap.scss +1 -0
- package/styles/smart-textarea/bootstrap4.css +1 -0
- package/styles/smart-textarea/bootstrap4.scss +1 -0
- package/styles/smart-textarea/bootstrap5-dark.css +1 -0
- package/styles/smart-textarea/bootstrap5-dark.scss +1 -0
- package/styles/smart-textarea/bootstrap5.3.css +1 -0
- package/styles/smart-textarea/bootstrap5.3.scss +1 -0
- package/styles/smart-textarea/bootstrap5.css +1 -0
- package/styles/smart-textarea/bootstrap5.scss +1 -0
- package/styles/smart-textarea/fabric-dark.css +1 -0
- package/styles/smart-textarea/fabric-dark.scss +1 -0
- package/styles/smart-textarea/fabric.css +1 -0
- package/styles/smart-textarea/fabric.scss +1 -0
- package/styles/smart-textarea/fluent-dark.css +1 -0
- package/styles/smart-textarea/fluent-dark.scss +1 -0
- package/styles/smart-textarea/fluent.css +1 -0
- package/styles/smart-textarea/fluent.scss +1 -0
- package/styles/smart-textarea/fluent2.css +1 -0
- package/styles/smart-textarea/fluent2.scss +1 -0
- package/styles/smart-textarea/highcontrast-light.css +1 -0
- package/styles/smart-textarea/highcontrast-light.scss +1 -0
- package/styles/smart-textarea/highcontrast.css +1 -0
- package/styles/smart-textarea/highcontrast.scss +1 -0
- package/styles/smart-textarea/material-dark.css +1 -0
- package/styles/smart-textarea/material-dark.scss +1 -0
- package/styles/smart-textarea/material.css +1 -0
- package/styles/smart-textarea/material.scss +1 -0
- package/styles/smart-textarea/material3-dark.css +1 -0
- package/styles/smart-textarea/material3-dark.scss +2 -0
- package/styles/smart-textarea/material3.css +1 -0
- package/styles/smart-textarea/material3.scss +2 -0
- package/styles/smart-textarea/tailwind-dark.css +1 -0
- package/styles/smart-textarea/tailwind-dark.scss +1 -0
- package/styles/smart-textarea/tailwind.css +1 -0
- package/styles/smart-textarea/tailwind.scss +1 -0
- package/styles/tailwind-dark-lite.css +1 -0
- package/styles/tailwind-dark-lite.scss +1 -0
- package/styles/tailwind-dark.scss +1 -0
- package/styles/tailwind-lite.css +1 -0
- package/styles/tailwind-lite.scss +1 -0
- package/styles/tailwind.scss +1 -0
- package/styles/textarea/bootstrap5.3.css +1 -0
- package/styles/textarea/bootstrap5.3.scss +1 -0
- package/styles/textbox/bootstrap5.3.css +1 -0
- package/styles/textbox/bootstrap5.3.scss +1 -0
- package/styles/uploader/bootstrap5.3.css +1 -0
- package/styles/uploader/bootstrap5.3.scss +1 -0
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-vue-inputs@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-vue-inputs@
|
|
3
|
+
"_id": "@syncfusion/ej2-vue-inputs@18.78.15",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-mRFHJlB2whl+g5DwanLXHuC19doF6tFlds9YzLrWhUniGhRrSV/11sw/FFvx8293ocXlOp0gbMmAyfj3bJbI1g==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-vue-inputs",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-vue-inputs/-/ej2-vue-inputs-18.78.15.tgz",
|
|
23
|
+
"_shasum": "6497f75df2ce4815390d689d5204bf1249c38a05",
|
|
24
24
|
"_spec": "@syncfusion/ej2-vue-inputs@*",
|
|
25
|
-
"_where": "/jenkins/workspace/elease-
|
|
25
|
+
"_where": "/jenkins/workspace/elease-automation_release_27.1.1/packages/included",
|
|
26
26
|
"author": {
|
|
27
27
|
"name": "Syncfusion Inc."
|
|
28
28
|
},
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~
|
|
35
|
-
"@syncfusion/ej2-inputs": "
|
|
36
|
-
"@syncfusion/ej2-vue-base": "~
|
|
34
|
+
"@syncfusion/ej2-base": "~27.1.48",
|
|
35
|
+
"@syncfusion/ej2-inputs": "27.1.48",
|
|
36
|
+
"@syncfusion/ej2-vue-base": "~27.1.48"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "A package of Essential JS 2 input components such as Textbox, Color-picker, Masked-textbox, Numeric-textbox, Slider, Upload, and Form-validator that is used to get input from the users. for Vue",
|
|
@@ -60,7 +60,9 @@
|
|
|
60
60
|
"vue-upload-box",
|
|
61
61
|
"vue-input-file",
|
|
62
62
|
"vue-chunk-upload",
|
|
63
|
-
"vue-rating"
|
|
63
|
+
"vue-rating",
|
|
64
|
+
"vue smart textarea",
|
|
65
|
+
"vue smart text area"
|
|
64
66
|
],
|
|
65
67
|
"license": "SEE LICENSE IN license",
|
|
66
68
|
"main": "./dist/ej2-vue-inputs.umd.min.js",
|
|
@@ -74,6 +76,6 @@
|
|
|
74
76
|
"ci-publish": "gulp ci-publish",
|
|
75
77
|
"compile": "gulp ci-compile && gulp vue-global-script"
|
|
76
78
|
},
|
|
77
|
-
"version": "
|
|
79
|
+
"version": "27.1.48",
|
|
78
80
|
"sideEffects": false
|
|
79
81
|
}
|
|
@@ -2,7 +2,7 @@ import { ComponentBase, gh, getProps, isExecute, vueDefineComponent } from '@syn
|
|
|
2
2
|
import { isNullOrUndefined } from '@syncfusion/ej2-base';
|
|
3
3
|
import { isUndefined } from '@syncfusion/ej2-base';
|
|
4
4
|
import { ColorPicker } from '@syncfusion/ej2-inputs';
|
|
5
|
-
export var properties = ['isLazyUpdate', 'plugins', 'columns', 'createPopupOnClick', 'cssClass', 'disabled', 'enableOpacity', 'enablePersistence', 'enableRtl', 'inline', 'locale', 'mode', 'modeSwitcher', 'noColor', 'presetColors', 'showButtons', 'value', 'beforeClose', 'beforeModeSwitch', 'beforeOpen', 'beforeTileRender', 'change', 'created', 'onModeSwitch', 'open', 'select'];
|
|
5
|
+
export var properties = ['isLazyUpdate', 'plugins', 'columns', 'createPopupOnClick', 'cssClass', 'disabled', 'enableOpacity', 'enablePersistence', 'enableRtl', 'inline', 'locale', 'mode', 'modeSwitcher', 'noColor', 'presetColors', 'showButtons', 'showRecentColors', 'value', 'beforeClose', 'beforeModeSwitch', 'beforeOpen', 'beforeTileRender', 'change', 'created', 'onModeSwitch', 'open', 'select'];
|
|
6
6
|
export var modelProps = ['value'];
|
|
7
7
|
export var testProp = getProps({ props: properties });
|
|
8
8
|
export var props = testProp[0], watch = testProp[1], emitProbs = Object.keys(watch);
|
package/src/index.d.ts
CHANGED
|
@@ -10,3 +10,4 @@ export { ColorPickerComponent, ColorPickerPlugin } from './color-picker/colorpic
|
|
|
10
10
|
export { SignatureComponent, SignaturePlugin } from './signature/signature.component';
|
|
11
11
|
export { RatingComponent, RatingPlugin } from './rating/rating.component';
|
|
12
12
|
export { OtpInputComponent, OtpInputPlugin } from './otp-input/otpinput.component';
|
|
13
|
+
export { SmartTextAreaComponent, SmartTextAreaPlugin } from './smart-textarea/smarttextarea.component';
|
package/src/index.js
CHANGED
|
@@ -10,3 +10,4 @@ export { ColorPickerComponent, ColorPickerPlugin } from './color-picker/colorpic
|
|
|
10
10
|
export { SignatureComponent, SignaturePlugin } from './signature/signature.component';
|
|
11
11
|
export { RatingComponent, RatingPlugin } from './rating/rating.component';
|
|
12
12
|
export { OtpInputComponent, OtpInputPlugin } from './otp-input/otpinput.component';
|
|
13
|
+
export { SmartTextAreaComponent, SmartTextAreaPlugin } from './smart-textarea/smarttextarea.component';
|
|
@@ -2,7 +2,7 @@ import { ComponentBase, gh, getProps, isExecute, vueDefineComponent } from '@syn
|
|
|
2
2
|
import { isNullOrUndefined } from '@syncfusion/ej2-base';
|
|
3
3
|
import { isUndefined } from '@syncfusion/ej2-base';
|
|
4
4
|
import { OtpInput } from '@syncfusion/ej2-inputs';
|
|
5
|
-
export var properties = ['isLazyUpdate', 'plugins', 'ariaLabels', 'cssClass', 'disabled', 'enablePersistence', 'enableRtl', 'htmlAttributes', 'length', 'locale', 'placeholder', 'separator', 'stylingMode', 'type', 'value', 'blur', 'created', 'focus', 'input', 'valueChanged'];
|
|
5
|
+
export var properties = ['isLazyUpdate', 'plugins', 'ariaLabels', 'autoFocus', 'cssClass', 'disabled', 'enablePersistence', 'enableRtl', 'htmlAttributes', 'length', 'locale', 'placeholder', 'separator', 'stylingMode', 'textTransform', 'type', 'value', 'blur', 'created', 'focus', 'input', 'valueChanged'];
|
|
6
6
|
export var modelProps = ['value'];
|
|
7
7
|
export var testProp = getProps({ props: properties });
|
|
8
8
|
export var props = testProp[0], watch = testProp[1], emitProbs = Object.keys(watch);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { SmartTextAreaComponent, SmartTextAreaPlugin } from './smarttextarea.component';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { SmartTextAreaComponent, SmartTextAreaPlugin } from './smarttextarea.component';
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { ComponentBase, DefineVueComponent } from '@syncfusion/ej2-vue-base';
|
|
2
|
+
import { SmartTextArea, SmartTextAreaModel } from '@syncfusion/ej2-inputs';
|
|
3
|
+
export declare const properties: string[];
|
|
4
|
+
export declare const modelProps: string[];
|
|
5
|
+
export declare const testProp: any;
|
|
6
|
+
export declare const props: any, watch: any, emitProbs: any;
|
|
7
|
+
/**
|
|
8
|
+
* Represents the Smart TextArea Component
|
|
9
|
+
* ```html
|
|
10
|
+
* <ejs-smarttextarea></ejs-smarttextarea>
|
|
11
|
+
* ```
|
|
12
|
+
*/
|
|
13
|
+
export declare let SmartTextAreaComponent: DefineVueComponent<SmartTextAreaModel>;
|
|
14
|
+
export declare type SmartTextAreaComponent = typeof ComponentBase & {
|
|
15
|
+
ej2Instances: SmartTextArea;
|
|
16
|
+
isVue3: boolean;
|
|
17
|
+
isLazyUpdate: Boolean;
|
|
18
|
+
plugins: any[];
|
|
19
|
+
propKeys: string[];
|
|
20
|
+
models: string[];
|
|
21
|
+
hasChildDirective: boolean;
|
|
22
|
+
tagMapper: {
|
|
23
|
+
[key: string]: Object;
|
|
24
|
+
};
|
|
25
|
+
tagNameMapper: Object;
|
|
26
|
+
setProperties(prop: any, muteOnChange: boolean): void;
|
|
27
|
+
trigger(eventName: string, eventProp: {
|
|
28
|
+
[key: string]: Object;
|
|
29
|
+
}, successHandler?: Function): void;
|
|
30
|
+
addAttributes(attributes: undefined): void;
|
|
31
|
+
focusIn(): void;
|
|
32
|
+
focusOut(): void;
|
|
33
|
+
removeAttributes(attributes: string[]): void;
|
|
34
|
+
};
|
|
35
|
+
export declare const SmartTextAreaPlugin: {
|
|
36
|
+
name: string;
|
|
37
|
+
install(Vue: any): void;
|
|
38
|
+
};
|
|
@@ -0,0 +1,162 @@
|
|
|
1
|
+
import { ComponentBase, gh, getProps, isExecute, vueDefineComponent } from '@syncfusion/ej2-vue-base';
|
|
2
|
+
import { isNullOrUndefined } from '@syncfusion/ej2-base';
|
|
3
|
+
import { isUndefined } from '@syncfusion/ej2-base';
|
|
4
|
+
import { SmartTextArea } from '@syncfusion/ej2-inputs';
|
|
5
|
+
export var properties = ['isLazyUpdate', 'plugins', 'UserPhrases', 'aiSuggestionHandler', 'cols', 'cssClass', 'enablePersistence', 'enableRtl', 'enabled', 'floatLabelType', 'htmlAttributes', 'locale', 'maxLength', 'placeholder', 'readonly', 'resizeMode', 'rows', 'showClearButton', 'showSuggestionOnPopup', 'userRole', 'value', 'width', 'blur', 'change', 'created', 'destroyed', 'focus', 'input'];
|
|
6
|
+
export var modelProps = ['value'];
|
|
7
|
+
export var testProp = getProps({ props: properties });
|
|
8
|
+
export var props = testProp[0], watch = testProp[1], emitProbs = Object.keys(watch);
|
|
9
|
+
emitProbs.push('modelchanged', 'update:modelValue');
|
|
10
|
+
for (var _i = 0, modelProps_1 = modelProps; _i < modelProps_1.length; _i++) {
|
|
11
|
+
var props_1 = modelProps_1[_i];
|
|
12
|
+
emitProbs.push('update:' + props_1);
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* Represents the Smart TextArea Component
|
|
16
|
+
* ```html
|
|
17
|
+
* <ejs-smarttextarea></ejs-smarttextarea>
|
|
18
|
+
* ```
|
|
19
|
+
*/
|
|
20
|
+
export var SmartTextAreaComponent = vueDefineComponent({
|
|
21
|
+
name: 'SmartTextAreaComponent',
|
|
22
|
+
mixins: [ComponentBase],
|
|
23
|
+
props: props,
|
|
24
|
+
watch: watch,
|
|
25
|
+
emits: emitProbs,
|
|
26
|
+
model: { event: 'modelchanged' },
|
|
27
|
+
provide: function () { return { custom: this.custom }; },
|
|
28
|
+
data: function () {
|
|
29
|
+
return {
|
|
30
|
+
ej2Instances: new SmartTextArea({}),
|
|
31
|
+
propKeys: properties,
|
|
32
|
+
models: modelProps,
|
|
33
|
+
hasChildDirective: false,
|
|
34
|
+
hasInjectedModules: false,
|
|
35
|
+
tagMapper: {},
|
|
36
|
+
tagNameMapper: {},
|
|
37
|
+
isVue3: !isExecute,
|
|
38
|
+
templateCollection: {},
|
|
39
|
+
};
|
|
40
|
+
},
|
|
41
|
+
created: function () {
|
|
42
|
+
this.ej2Instances._trigger = this.ej2Instances.trigger;
|
|
43
|
+
this.ej2Instances.trigger = this.trigger;
|
|
44
|
+
this.bindProperties();
|
|
45
|
+
this.ej2Instances._setProperties = this.ej2Instances.setProperties;
|
|
46
|
+
this.ej2Instances.setProperties = this.setProperties;
|
|
47
|
+
this.ej2Instances.clearTemplate = this.clearTemplate;
|
|
48
|
+
this.updated = this.updated;
|
|
49
|
+
},
|
|
50
|
+
render: function (createElement) {
|
|
51
|
+
var h = !isExecute ? gh : createElement;
|
|
52
|
+
var slots = null;
|
|
53
|
+
if (!isNullOrUndefined(this.$slots.default)) {
|
|
54
|
+
slots = !isExecute ? this.$slots.default() : this.$slots.default;
|
|
55
|
+
}
|
|
56
|
+
return h('textarea', slots);
|
|
57
|
+
},
|
|
58
|
+
methods: {
|
|
59
|
+
clearTemplate: function (templateNames) {
|
|
60
|
+
if (!templateNames) {
|
|
61
|
+
templateNames = Object.keys(this.templateCollection || {});
|
|
62
|
+
}
|
|
63
|
+
if (templateNames.length && this.templateCollection) {
|
|
64
|
+
for (var _i = 0, templateNames_1 = templateNames; _i < templateNames_1.length; _i++) {
|
|
65
|
+
var tempName = templateNames_1[_i];
|
|
66
|
+
var elementCollection = this.templateCollection[tempName];
|
|
67
|
+
if (elementCollection && elementCollection.length) {
|
|
68
|
+
for (var _a = 0, elementCollection_1 = elementCollection; _a < elementCollection_1.length; _a++) {
|
|
69
|
+
var ele = elementCollection_1[_a];
|
|
70
|
+
this.destroyPortals(ele);
|
|
71
|
+
}
|
|
72
|
+
delete this.templateCollection[tempName];
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
},
|
|
77
|
+
setProperties: function (prop, muteOnChange) {
|
|
78
|
+
var _this = this;
|
|
79
|
+
if (this.isVue3) {
|
|
80
|
+
this.models = !this.models ? this.ej2Instances.referModels : this.models;
|
|
81
|
+
}
|
|
82
|
+
if (this.ej2Instances && this.ej2Instances._setProperties) {
|
|
83
|
+
this.ej2Instances._setProperties(prop, muteOnChange);
|
|
84
|
+
}
|
|
85
|
+
if (prop && this.models && this.models.length) {
|
|
86
|
+
Object.keys(prop).map(function (key) {
|
|
87
|
+
_this.models.map(function (model) {
|
|
88
|
+
if ((key === model) && !(/datasource/i.test(key))) {
|
|
89
|
+
if (_this.isVue3) {
|
|
90
|
+
_this.ej2Instances.vueInstance.$emit('update:' + key, prop[key]);
|
|
91
|
+
}
|
|
92
|
+
else {
|
|
93
|
+
_this.$emit('update:' + key, prop[key]);
|
|
94
|
+
_this.$emit('modelchanged', prop[key]);
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
});
|
|
98
|
+
});
|
|
99
|
+
}
|
|
100
|
+
},
|
|
101
|
+
trigger: function (eventName, eventProp, successHandler) {
|
|
102
|
+
if (!isExecute) {
|
|
103
|
+
this.models = !this.models ? this.ej2Instances.referModels : this.models;
|
|
104
|
+
}
|
|
105
|
+
if ((eventName === 'change' || eventName === 'input') && this.models && (this.models.length !== 0)) {
|
|
106
|
+
var key = this.models.toString().match(/checked|value/) || [];
|
|
107
|
+
var propKey = key[0];
|
|
108
|
+
if (eventProp && key && !isUndefined(eventProp[propKey])) {
|
|
109
|
+
if (!isExecute) {
|
|
110
|
+
this.ej2Instances.vueInstance.$emit('update:' + propKey, eventProp[propKey]);
|
|
111
|
+
this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);
|
|
112
|
+
this.ej2Instances.vueInstance.$emit('update:modelValue', eventProp[propKey]);
|
|
113
|
+
}
|
|
114
|
+
else {
|
|
115
|
+
if (eventName === 'change' || (this.$props && !this.$props.isLazyUpdate)) {
|
|
116
|
+
this.$emit('update:' + propKey, eventProp[propKey]);
|
|
117
|
+
this.$emit('modelchanged', eventProp[propKey]);
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
else if ((eventName === 'actionBegin' && eventProp.requestType === 'dateNavigate') && this.models && (this.models.length !== 0)) {
|
|
123
|
+
var key = this.models.toString().match(/currentView|selectedDate/) || [];
|
|
124
|
+
var propKey = key[0];
|
|
125
|
+
if (eventProp && key && !isUndefined(eventProp[propKey])) {
|
|
126
|
+
if (!isExecute) {
|
|
127
|
+
this.ej2Instances.vueInstance.$emit('update:' + propKey, eventProp[propKey]);
|
|
128
|
+
this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);
|
|
129
|
+
}
|
|
130
|
+
else {
|
|
131
|
+
this.$emit('update:' + propKey, eventProp[propKey]);
|
|
132
|
+
this.$emit('modelchanged', eventProp[propKey]);
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
if ((this.ej2Instances && this.ej2Instances._trigger)) {
|
|
137
|
+
this.ej2Instances._trigger(eventName, eventProp, successHandler);
|
|
138
|
+
}
|
|
139
|
+
},
|
|
140
|
+
custom: function () {
|
|
141
|
+
this.updated();
|
|
142
|
+
},
|
|
143
|
+
addAttributes: function (attributes) {
|
|
144
|
+
return this.ej2Instances.addAttributes(attributes);
|
|
145
|
+
},
|
|
146
|
+
focusIn: function () {
|
|
147
|
+
return this.ej2Instances.focusIn();
|
|
148
|
+
},
|
|
149
|
+
focusOut: function () {
|
|
150
|
+
return this.ej2Instances.focusOut();
|
|
151
|
+
},
|
|
152
|
+
removeAttributes: function (attributes) {
|
|
153
|
+
return this.ej2Instances.removeAttributes(attributes);
|
|
154
|
+
},
|
|
155
|
+
}
|
|
156
|
+
});
|
|
157
|
+
export var SmartTextAreaPlugin = {
|
|
158
|
+
name: 'ejs-smarttextarea',
|
|
159
|
+
install: function (Vue) {
|
|
160
|
+
Vue.component(SmartTextAreaPlugin.name, SmartTextAreaComponent);
|
|
161
|
+
}
|
|
162
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-inputs/styles/bootstrap-dark-lite.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-inputs/styles/bootstrap-dark-lite.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-inputs/styles/bootstrap-lite.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-inputs/styles/bootstrap-lite.scss';
|
package/styles/bootstrap.scss
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-inputs/styles/bootstrap4-lite.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-inputs/styles/bootstrap4-lite.scss';
|
package/styles/bootstrap4.scss
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-inputs/styles/bootstrap5-dark-lite.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-inputs/styles/bootstrap5-dark-lite.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-inputs/styles/bootstrap5-lite.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-inputs/styles/bootstrap5-lite.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-inputs/styles/bootstrap5.3-lite.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-inputs/styles/bootstrap5.3-lite.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-inputs/styles/bootstrap5.3.css';
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
@import 'signature/bootstrap5.3.scss';
|
|
2
|
+
@import 'input/bootstrap5.3.scss';
|
|
3
|
+
@import 'numerictextbox/bootstrap5.3.scss';
|
|
4
|
+
@import 'maskedtextbox/bootstrap5.3.scss';
|
|
5
|
+
@import 'slider/bootstrap5.3.scss';
|
|
6
|
+
@import 'textbox/bootstrap5.3.scss';
|
|
7
|
+
@import 'textarea/bootstrap5.3.scss';
|
|
8
|
+
@import 'uploader/bootstrap5.3.scss';
|
|
9
|
+
@import 'color-picker/bootstrap5.3.scss';
|
|
10
|
+
@import 'rating/bootstrap5.3.scss';
|
|
11
|
+
@import 'data-form/bootstrap5.3.scss';
|
|
12
|
+
@import 'otp-input/bootstrap5.3.scss';
|
|
13
|
+
@import 'smart-textarea/bootstrap5.3.scss';
|
package/styles/bootstrap5.scss
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-inputs/styles/color-picker/bootstrap5.3.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-inputs/styles/color-picker/bootstrap5.3.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-inputs/styles/data-form/bootstrap5.3.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-inputs/styles/data-form/bootstrap5.3.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-inputs/styles/fabric-dark-lite.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-inputs/styles/fabric-dark-lite.scss';
|
package/styles/fabric-dark.scss
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-inputs/styles/fabric-lite.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-inputs/styles/fabric-lite.scss';
|
package/styles/fabric.scss
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-inputs/styles/fluent-dark-lite.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-inputs/styles/fluent-dark-lite.scss';
|
package/styles/fluent-dark.scss
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-inputs/styles/fluent-lite.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-inputs/styles/fluent-lite.scss';
|
package/styles/fluent.scss
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-inputs/styles/fluent2-lite.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-inputs/styles/fluent2-lite.scss';
|
package/styles/fluent2.scss
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-inputs/styles/highcontrast-light-lite.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-inputs/styles/highcontrast-light-lite.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-inputs/styles/highcontrast-lite.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-inputs/styles/highcontrast-lite.scss';
|
package/styles/highcontrast.scss
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-inputs/styles/input/bootstrap5.3.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-inputs/styles/input/bootstrap5.3.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-inputs/styles/maskedtextbox/bootstrap5.3.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-inputs/styles/maskedtextbox/bootstrap5.3.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-inputs/styles/material-dark-lite.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-inputs/styles/material-dark-lite.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-inputs/styles/material-lite.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-inputs/styles/material-lite.scss';
|
package/styles/material.scss
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-inputs/styles/material3-dark-lite.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-inputs/styles/material3-dark-lite.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-inputs/styles/material3-lite.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-inputs/styles/material3-lite.scss';
|
package/styles/material3.scss
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-inputs/styles/numerictextbox/bootstrap5.3.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-inputs/styles/numerictextbox/bootstrap5.3.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-inputs/styles/otp-input/bootstrap5.3.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-inputs/styles/otp-input/bootstrap5.3.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-inputs/styles/rating/bootstrap5.3.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-inputs/styles/rating/bootstrap5.3.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-inputs/styles/signature/bootstrap5.3.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-inputs/styles/signature/bootstrap5.3.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-inputs/styles/slider/bootstrap5.3.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-inputs/styles/slider/bootstrap5.3.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-inputs/styles/smart-textarea/bootstrap-dark.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-inputs/styles/smart-textarea/bootstrap-dark.scss';
|