@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.
Files changed (138) hide show
  1. package/README.md +41 -41
  2. package/dist/ej2-vue-inputs.umd.min.js +2 -2
  3. package/dist/ej2-vue-inputs.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-vue-inputs.es2015.js +159 -4
  5. package/dist/es6/ej2-vue-inputs.es2015.js.map +1 -1
  6. package/dist/es6/ej2-vue-inputs.es5.js +163 -4
  7. package/dist/es6/ej2-vue-inputs.es5.js.map +1 -1
  8. package/package.json +12 -10
  9. package/smart-textarea.d.ts +4 -0
  10. package/smart-textarea.js +4 -0
  11. package/src/color-picker/colorpicker.component.js +1 -1
  12. package/src/index.d.ts +1 -0
  13. package/src/index.js +1 -0
  14. package/src/otp-input/otpinput.component.js +1 -1
  15. package/src/smart-textarea/index.d.ts +1 -0
  16. package/src/smart-textarea/index.js +1 -0
  17. package/src/smart-textarea/smarttextarea.component.d.ts +38 -0
  18. package/src/smart-textarea/smarttextarea.component.js +162 -0
  19. package/styles/bootstrap-dark-lite.css +1 -0
  20. package/styles/bootstrap-dark-lite.scss +1 -0
  21. package/styles/bootstrap-dark.scss +1 -0
  22. package/styles/bootstrap-lite.css +1 -0
  23. package/styles/bootstrap-lite.scss +1 -0
  24. package/styles/bootstrap.scss +1 -0
  25. package/styles/bootstrap4-lite.css +1 -0
  26. package/styles/bootstrap4-lite.scss +1 -0
  27. package/styles/bootstrap4.scss +1 -0
  28. package/styles/bootstrap5-dark-lite.css +1 -0
  29. package/styles/bootstrap5-dark-lite.scss +1 -0
  30. package/styles/bootstrap5-dark.scss +1 -0
  31. package/styles/bootstrap5-lite.css +1 -0
  32. package/styles/bootstrap5-lite.scss +1 -0
  33. package/styles/bootstrap5.3-lite.css +1 -0
  34. package/styles/bootstrap5.3-lite.scss +1 -0
  35. package/styles/bootstrap5.3.css +1 -0
  36. package/styles/bootstrap5.3.scss +13 -0
  37. package/styles/bootstrap5.scss +1 -0
  38. package/styles/color-picker/bootstrap5.3.css +1 -0
  39. package/styles/color-picker/bootstrap5.3.scss +1 -0
  40. package/styles/data-form/bootstrap5.3.css +1 -0
  41. package/styles/data-form/bootstrap5.3.scss +1 -0
  42. package/styles/fabric-dark-lite.css +1 -0
  43. package/styles/fabric-dark-lite.scss +1 -0
  44. package/styles/fabric-dark.scss +1 -0
  45. package/styles/fabric-lite.css +1 -0
  46. package/styles/fabric-lite.scss +1 -0
  47. package/styles/fabric.scss +1 -0
  48. package/styles/fluent-dark-lite.css +1 -0
  49. package/styles/fluent-dark-lite.scss +1 -0
  50. package/styles/fluent-dark.scss +1 -0
  51. package/styles/fluent-lite.css +1 -0
  52. package/styles/fluent-lite.scss +1 -0
  53. package/styles/fluent.scss +1 -0
  54. package/styles/fluent2-lite.css +1 -0
  55. package/styles/fluent2-lite.scss +1 -0
  56. package/styles/fluent2.scss +1 -0
  57. package/styles/highcontrast-light-lite.css +1 -0
  58. package/styles/highcontrast-light-lite.scss +1 -0
  59. package/styles/highcontrast-light.scss +1 -0
  60. package/styles/highcontrast-lite.css +1 -0
  61. package/styles/highcontrast-lite.scss +1 -0
  62. package/styles/highcontrast.scss +1 -0
  63. package/styles/input/bootstrap5.3.css +1 -0
  64. package/styles/input/bootstrap5.3.scss +1 -0
  65. package/styles/maskedtextbox/bootstrap5.3.css +1 -0
  66. package/styles/maskedtextbox/bootstrap5.3.scss +1 -0
  67. package/styles/material-dark-lite.css +1 -0
  68. package/styles/material-dark-lite.scss +1 -0
  69. package/styles/material-dark.scss +1 -0
  70. package/styles/material-lite.css +1 -0
  71. package/styles/material-lite.scss +1 -0
  72. package/styles/material.scss +1 -0
  73. package/styles/material3-dark-lite.css +1 -0
  74. package/styles/material3-dark-lite.scss +1 -0
  75. package/styles/material3-dark.scss +1 -0
  76. package/styles/material3-lite.css +1 -0
  77. package/styles/material3-lite.scss +1 -0
  78. package/styles/material3.scss +1 -0
  79. package/styles/numerictextbox/bootstrap5.3.css +1 -0
  80. package/styles/numerictextbox/bootstrap5.3.scss +1 -0
  81. package/styles/otp-input/bootstrap5.3.css +1 -0
  82. package/styles/otp-input/bootstrap5.3.scss +1 -0
  83. package/styles/rating/bootstrap5.3.css +1 -0
  84. package/styles/rating/bootstrap5.3.scss +1 -0
  85. package/styles/signature/bootstrap5.3.css +1 -0
  86. package/styles/signature/bootstrap5.3.scss +1 -0
  87. package/styles/slider/bootstrap5.3.css +1 -0
  88. package/styles/slider/bootstrap5.3.scss +1 -0
  89. package/styles/smart-textarea/bootstrap-dark.css +1 -0
  90. package/styles/smart-textarea/bootstrap-dark.scss +1 -0
  91. package/styles/smart-textarea/bootstrap.css +1 -0
  92. package/styles/smart-textarea/bootstrap.scss +1 -0
  93. package/styles/smart-textarea/bootstrap4.css +1 -0
  94. package/styles/smart-textarea/bootstrap4.scss +1 -0
  95. package/styles/smart-textarea/bootstrap5-dark.css +1 -0
  96. package/styles/smart-textarea/bootstrap5-dark.scss +1 -0
  97. package/styles/smart-textarea/bootstrap5.3.css +1 -0
  98. package/styles/smart-textarea/bootstrap5.3.scss +1 -0
  99. package/styles/smart-textarea/bootstrap5.css +1 -0
  100. package/styles/smart-textarea/bootstrap5.scss +1 -0
  101. package/styles/smart-textarea/fabric-dark.css +1 -0
  102. package/styles/smart-textarea/fabric-dark.scss +1 -0
  103. package/styles/smart-textarea/fabric.css +1 -0
  104. package/styles/smart-textarea/fabric.scss +1 -0
  105. package/styles/smart-textarea/fluent-dark.css +1 -0
  106. package/styles/smart-textarea/fluent-dark.scss +1 -0
  107. package/styles/smart-textarea/fluent.css +1 -0
  108. package/styles/smart-textarea/fluent.scss +1 -0
  109. package/styles/smart-textarea/fluent2.css +1 -0
  110. package/styles/smart-textarea/fluent2.scss +1 -0
  111. package/styles/smart-textarea/highcontrast-light.css +1 -0
  112. package/styles/smart-textarea/highcontrast-light.scss +1 -0
  113. package/styles/smart-textarea/highcontrast.css +1 -0
  114. package/styles/smart-textarea/highcontrast.scss +1 -0
  115. package/styles/smart-textarea/material-dark.css +1 -0
  116. package/styles/smart-textarea/material-dark.scss +1 -0
  117. package/styles/smart-textarea/material.css +1 -0
  118. package/styles/smart-textarea/material.scss +1 -0
  119. package/styles/smart-textarea/material3-dark.css +1 -0
  120. package/styles/smart-textarea/material3-dark.scss +2 -0
  121. package/styles/smart-textarea/material3.css +1 -0
  122. package/styles/smart-textarea/material3.scss +2 -0
  123. package/styles/smart-textarea/tailwind-dark.css +1 -0
  124. package/styles/smart-textarea/tailwind-dark.scss +1 -0
  125. package/styles/smart-textarea/tailwind.css +1 -0
  126. package/styles/smart-textarea/tailwind.scss +1 -0
  127. package/styles/tailwind-dark-lite.css +1 -0
  128. package/styles/tailwind-dark-lite.scss +1 -0
  129. package/styles/tailwind-dark.scss +1 -0
  130. package/styles/tailwind-lite.css +1 -0
  131. package/styles/tailwind-lite.scss +1 -0
  132. package/styles/tailwind.scss +1 -0
  133. package/styles/textarea/bootstrap5.3.css +1 -0
  134. package/styles/textarea/bootstrap5.3.scss +1 -0
  135. package/styles/textbox/bootstrap5.3.css +1 -0
  136. package/styles/textbox/bootstrap5.3.scss +1 -0
  137. package/styles/uploader/bootstrap5.3.css +1 -0
  138. 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@26.2.11",
3
+ "_id": "@syncfusion/ej2-vue-inputs@18.78.15",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-vhUfaXNkaLplZ2dfD3XL2sr3a00CFuN4FG/9FH4n9Io1XbrSrLrmmo/QtnvDAFyhOlBhzrXzCMXytW3UchZxKQ==",
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-hotfix-new/@syncfusion/ej2-vue-inputs/-/ej2-vue-inputs-26.2.11.tgz",
23
- "_shasum": "900d91ab4f18743cfccff61cec4bb1a1ddb824d8",
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-automation_release_26.1.1/packages/included",
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": "~26.2.10",
35
- "@syncfusion/ej2-inputs": "26.2.13",
36
- "@syncfusion/ej2-vue-base": "~26.2.10"
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": "26.2.13",
79
+ "version": "27.1.48",
78
80
  "sideEffects": false
79
81
  }
@@ -0,0 +1,4 @@
1
+ /**
2
+ * smart-textarea
3
+ */
4
+ export * from './src/smart-textarea/index';
@@ -0,0 +1,4 @@
1
+ /**
2
+ * smart-textarea
3
+ */
4
+ export * from './src/smart-textarea/index';
@@ -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';
@@ -10,3 +10,4 @@
10
10
  @import 'rating/bootstrap-dark.scss';
11
11
  @import 'data-form/bootstrap-dark.scss';
12
12
  @import 'otp-input/bootstrap-dark.scss';
13
+ @import 'smart-textarea/bootstrap-dark.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-inputs/styles/bootstrap-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-inputs/styles/bootstrap-lite.scss';
@@ -10,3 +10,4 @@
10
10
  @import 'rating/bootstrap.scss';
11
11
  @import 'data-form/bootstrap.scss';
12
12
  @import 'otp-input/bootstrap.scss';
13
+ @import 'smart-textarea/bootstrap.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-inputs/styles/bootstrap4-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-inputs/styles/bootstrap4-lite.scss';
@@ -10,3 +10,4 @@
10
10
  @import 'rating/bootstrap4.scss';
11
11
  @import 'data-form/bootstrap4.scss';
12
12
  @import 'otp-input/bootstrap4.scss';
13
+ @import 'smart-textarea/bootstrap4.scss';
@@ -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';
@@ -10,3 +10,4 @@
10
10
  @import 'rating/bootstrap5-dark.scss';
11
11
  @import 'data-form/bootstrap5-dark.scss';
12
12
  @import 'otp-input/bootstrap5-dark.scss';
13
+ @import 'smart-textarea/bootstrap5-dark.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';
@@ -10,3 +10,4 @@
10
10
  @import 'rating/bootstrap5.scss';
11
11
  @import 'data-form/bootstrap5.scss';
12
12
  @import 'otp-input/bootstrap5.scss';
13
+ @import 'smart-textarea/bootstrap5.scss';
@@ -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';
@@ -10,3 +10,4 @@
10
10
  @import 'rating/fabric-dark.scss';
11
11
  @import 'data-form/fabric-dark.scss';
12
12
  @import 'otp-input/fabric-dark.scss';
13
+ @import 'smart-textarea/fabric-dark.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-inputs/styles/fabric-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-inputs/styles/fabric-lite.scss';
@@ -10,3 +10,4 @@
10
10
  @import 'rating/fabric.scss';
11
11
  @import 'data-form/fabric.scss';
12
12
  @import 'otp-input/fabric.scss';
13
+ @import 'smart-textarea/fabric.scss';
@@ -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';
@@ -10,3 +10,4 @@
10
10
  @import 'rating/fluent-dark.scss';
11
11
  @import 'data-form/fluent-dark.scss';
12
12
  @import 'otp-input/fluent-dark.scss';
13
+ @import 'smart-textarea/fluent-dark.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-inputs/styles/fluent-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-inputs/styles/fluent-lite.scss';
@@ -10,3 +10,4 @@
10
10
  @import 'rating/fluent.scss';
11
11
  @import 'data-form/fluent.scss';
12
12
  @import 'otp-input/fluent.scss';
13
+ @import 'smart-textarea/fluent.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-inputs/styles/fluent2-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-inputs/styles/fluent2-lite.scss';
@@ -10,3 +10,4 @@
10
10
  @import 'rating/fluent2.scss';
11
11
  @import 'data-form/fluent2.scss';
12
12
  @import 'otp-input/fluent2.scss';
13
+ @import 'smart-textarea/fluent2.scss';
@@ -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';
@@ -10,3 +10,4 @@
10
10
  @import 'rating/highcontrast-light.scss';
11
11
  @import 'data-form/highcontrast-light.scss';
12
12
  @import 'otp-input/highcontrast-light.scss';
13
+ @import 'smart-textarea/highcontrast-light.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-inputs/styles/highcontrast-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-inputs/styles/highcontrast-lite.scss';
@@ -10,3 +10,4 @@
10
10
  @import 'rating/highcontrast.scss';
11
11
  @import 'data-form/highcontrast.scss';
12
12
  @import 'otp-input/highcontrast.scss';
13
+ @import 'smart-textarea/highcontrast.scss';
@@ -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';
@@ -10,3 +10,4 @@
10
10
  @import 'rating/material-dark.scss';
11
11
  @import 'data-form/material-dark.scss';
12
12
  @import 'otp-input/material-dark.scss';
13
+ @import 'smart-textarea/material-dark.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-inputs/styles/material-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-inputs/styles/material-lite.scss';
@@ -10,3 +10,4 @@
10
10
  @import 'rating/material.scss';
11
11
  @import 'data-form/material.scss';
12
12
  @import 'otp-input/material.scss';
13
+ @import 'smart-textarea/material.scss';
@@ -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';
@@ -11,3 +11,4 @@
11
11
  @import 'rating/material3-dark.scss';
12
12
  @import 'data-form/material3-dark.scss';
13
13
  @import 'otp-input/material3-dark.scss';
14
+ @import 'smart-textarea/material3-dark.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-inputs/styles/material3-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-inputs/styles/material3-lite.scss';
@@ -11,3 +11,4 @@
11
11
  @import 'rating/material3.scss';
12
12
  @import 'data-form/material3.scss';
13
13
  @import 'otp-input/material3.scss';
14
+ @import 'smart-textarea/material3.scss';
@@ -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';