@syncfusion/ej2-vue-dropdowns 19.3.47 → 19.3.56

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/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-vue-dropdowns@*",
3
- "_id": "@syncfusion/ej2-vue-dropdowns@19.3.46",
3
+ "_id": "@syncfusion/ej2-vue-dropdowns@19.3.55",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-LYO/uFmm6As5oKkMM/hV84imGpU1odQbWCw/dOsjmMrgPWFUSd3p3WGMEXvfnIq0NSCveNOBqkvdtyUIy5PTyQ==",
5
+ "_integrity": "sha512-fr8TNfDKF5aaOgJtVsvUMtL3TYeYAe1fs39B1ywr8mYGw3INYlh5GLivBagGtEhhbziqV+ajmshQnKpTtHwdQg==",
6
6
  "_location": "/@syncfusion/ej2-vue-dropdowns",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-vue-dropdowns/-/ej2-vue-dropdowns-19.3.46.tgz",
23
- "_shasum": "a4906354737c14eed506ec5933c052f1cc73ea05",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-dropdowns/-/ej2-vue-dropdowns-19.3.55.tgz",
23
+ "_shasum": "2730f89b408432bb0f7939a55889e8e6a3d686fd",
24
24
  "_spec": "@syncfusion/ej2-vue-dropdowns@*",
25
25
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~19.3.47",
35
- "@syncfusion/ej2-dropdowns": "19.3.47",
36
- "@syncfusion/ej2-vue-base": "~19.3.47"
34
+ "@syncfusion/ej2-base": "~19.3.56",
35
+ "@syncfusion/ej2-dropdowns": "19.3.56",
36
+ "@syncfusion/ej2-vue-base": "~19.3.55"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Essential JS 2 DropDown Components for Vue",
@@ -67,6 +67,6 @@
67
67
  "type": "git",
68
68
  "url": "git+https://github.com/syncfusion/ej2-vue-ui-components.git"
69
69
  },
70
- "version": "19.3.47",
70
+ "version": "19.3.56",
71
71
  "sideEffects": false
72
72
  }
@@ -22,7 +22,7 @@ import { ComponentBase, EJComponentDecorator, getProps, gh } from '@syncfusion/e
22
22
  import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
23
23
  import { MultiSelect } from '@syncfusion/ej2-dropdowns';
24
24
  import { Options } from 'vue-class-component';
25
- export var properties = ['islazyUpdate', 'actionFailureTemplate', 'allowCustomValue', 'allowFiltering', 'changeOnBlur', 'closePopupOnSelect', 'cssClass', 'dataSource', 'delimiterChar', 'enableGroupCheckBox', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'enableSelectionOrder', 'enabled', 'fields', 'filterBarPlaceholder', 'filterType', 'floatLabelType', 'footerTemplate', 'groupTemplate', 'headerTemplate', 'hideSelectedItem', 'htmlAttributes', 'ignoreAccent', 'ignoreCase', 'itemTemplate', 'locale', 'maximumSelectionLength', 'mode', 'noRecordsTemplate', 'openOnClick', 'placeholder', 'popupHeight', 'popupWidth', 'query', 'readonly', 'selectAllText', 'showClearButton', 'showDropDownIcon', 'showSelectAll', 'sortOrder', 'text', 'unSelectAllText', 'value', 'valueTemplate', 'width', 'zIndex', 'actionBegin', 'actionComplete', 'actionFailure', 'beforeOpen', 'beforeSelectAll', 'blur', 'change', 'chipSelection', 'close', 'created', 'customValueSelection', 'dataBound', 'destroyed', 'filtering', 'focus', 'open', 'removed', 'removing', 'select', 'selectedAll', 'tagging'];
25
+ export var properties = ['islazyUpdate', 'actionFailureTemplate', 'addTagOnBlur', 'allowCustomValue', 'allowFiltering', 'changeOnBlur', 'closePopupOnSelect', 'cssClass', 'dataSource', 'delimiterChar', 'enableGroupCheckBox', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'enableSelectionOrder', 'enabled', 'fields', 'filterBarPlaceholder', 'filterType', 'floatLabelType', 'footerTemplate', 'groupTemplate', 'headerTemplate', 'hideSelectedItem', 'htmlAttributes', 'ignoreAccent', 'ignoreCase', 'itemTemplate', 'locale', 'maximumSelectionLength', 'mode', 'noRecordsTemplate', 'openOnClick', 'placeholder', 'popupHeight', 'popupWidth', 'query', 'readonly', 'selectAllText', 'showClearButton', 'showDropDownIcon', 'showSelectAll', 'sortOrder', 'text', 'unSelectAllText', 'value', 'valueTemplate', 'width', 'zIndex', 'actionBegin', 'actionComplete', 'actionFailure', 'beforeOpen', 'beforeSelectAll', 'blur', 'change', 'chipSelection', 'close', 'created', 'customValueSelection', 'dataBound', 'destroyed', 'filtering', 'focus', 'open', 'removed', 'removing', 'select', 'selectedAll', 'tagging'];
26
26
  export var modelProps = ['value'];
27
27
  export var testProp = getProps({ props: properties });
28
28
  export var props = testProp[0];
@@ -62,6 +62,7 @@
62
62
  .e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
63
63
  .e-float-input.e-control-wrapper.e-ddl input[readonly] {
64
64
  background: transparent;
65
+ color: inherit;
65
66
  }
66
67
 
67
68
  .e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
@@ -62,6 +62,7 @@
62
62
  .e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
63
63
  .e-float-input.e-control-wrapper.e-ddl input[readonly] {
64
64
  background: transparent;
65
+ color: inherit;
65
66
  }
66
67
 
67
68
  .e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
@@ -453,6 +453,7 @@
453
453
  .e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
454
454
  .e-float-input.e-control-wrapper.e-ddl input[readonly] {
455
455
  background: transparent;
456
+ color: inherit;
456
457
  }
457
458
 
458
459
  .e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
@@ -453,6 +453,7 @@
453
453
  .e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
454
454
  .e-float-input.e-control-wrapper.e-ddl input[readonly] {
455
455
  background: transparent;
456
+ color: inherit;
456
457
  }
457
458
 
458
459
  .e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
@@ -62,6 +62,7 @@
62
62
  .e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
63
63
  .e-float-input.e-control-wrapper.e-ddl input[readonly] {
64
64
  background: transparent;
65
+ color: inherit;
65
66
  }
66
67
 
67
68
  .e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
@@ -62,6 +62,7 @@
62
62
  .e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
63
63
  .e-float-input.e-control-wrapper.e-ddl input[readonly] {
64
64
  background: transparent;
65
+ color: inherit;
65
66
  }
66
67
 
67
68
  .e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
@@ -119,6 +119,7 @@
119
119
  .e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
120
120
  .e-float-input.e-control-wrapper.e-ddl input[readonly] {
121
121
  background: transparent;
122
+ color: inherit;
122
123
  }
123
124
 
124
125
  .e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
@@ -119,6 +119,7 @@
119
119
  .e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
120
120
  .e-float-input.e-control-wrapper.e-ddl input[readonly] {
121
121
  background: transparent;
122
+ color: inherit;
122
123
  }
123
124
 
124
125
  .e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],