@syncfusion/ej2-angular-dropdowns 20.1.61 → 20.2.36-ngcc
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/CHANGELOG.md +8 -102
- package/dist/ej2-angular-dropdowns.umd.js +1 -1
- package/dist/ej2-angular-dropdowns.umd.min.js +1 -1
- package/package.json +8 -8
- package/schematics/generators/autocomplete-custom-filtering/schema.json +3 -2
- package/schematics/generators/autocomplete-default/schema.json +3 -2
- package/schematics/generators/autocomplete-diacritics-filtering/schema.json +3 -2
- package/schematics/generators/autocomplete-highlight/schema.json +3 -2
- package/schematics/generators/autocomplete-reactive-form/schema.json +3 -2
- package/schematics/generators/autocomplete-template/schema.json +3 -2
- package/schematics/generators/autocomplete-template-driven/schema.json +3 -2
- package/schematics/generators/combobox-custom-value/schema.json +3 -2
- package/schematics/generators/combobox-default/schema.json +3 -2
- package/schematics/generators/combobox-filtering/schema.json +3 -2
- package/schematics/generators/combobox-grouping/schema.json +3 -2
- package/schematics/generators/combobox-reactive-form/schema.json +3 -2
- package/schematics/generators/combobox-template/schema.json +3 -2
- package/schematics/generators/combobox-template-driven/schema.json +3 -2
- package/schematics/generators/dropdownlist-cascading/schema.json +3 -2
- package/schematics/generators/dropdownlist-default/schema.json +3 -2
- package/schematics/generators/dropdownlist-filtering/schema.json +3 -2
- package/schematics/generators/dropdownlist-inline/schema.json +3 -2
- package/schematics/generators/dropdownlist-reactive-form/schema.json +3 -2
- package/schematics/generators/dropdownlist-template/schema.json +3 -2
- package/schematics/generators/dropdownlist-template-driven/schema.json +3 -2
- package/schematics/generators/multiselect-box-mode/schema.json +3 -2
- package/schematics/generators/multiselect-checkbox/schema.json +3 -2
- package/schematics/generators/multiselect-chip-customization/schema.json +3 -2
- package/schematics/generators/multiselect-delimiter-mode/schema.json +3 -2
- package/schematics/generators/multiselect-filtering/schema.json +3 -2
- package/schematics/generators/multiselect-reactive-form/schema.json +3 -2
- package/schematics/generators/multiselect-template/schema.json +3 -2
- package/schematics/generators/multiselect-template-driven/schema.json +3 -2
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/bootstrap-dark.css +38 -2
- package/styles/bootstrap.css +38 -2
- package/styles/bootstrap4.css +38 -2
- package/styles/bootstrap5-dark.css +38 -2
- package/styles/bootstrap5.css +38 -2
- package/styles/fabric-dark.css +38 -2
- package/styles/fabric.css +38 -2
- package/styles/fluent-dark.css +38 -2
- package/styles/fluent.css +38 -2
- package/styles/highcontrast-light.css +38 -2
- package/styles/highcontrast.css +38 -2
- package/styles/list-box/bootstrap-dark.css +28 -2
- package/styles/list-box/bootstrap.css +38 -2
- package/styles/list-box/bootstrap4.css +38 -2
- package/styles/list-box/bootstrap5-dark.css +38 -2
- package/styles/list-box/bootstrap5.css +38 -2
- package/styles/list-box/fabric-dark.css +28 -2
- package/styles/list-box/fabric.css +38 -2
- package/styles/list-box/fluent-dark.css +38 -2
- package/styles/list-box/fluent.css +38 -2
- package/styles/list-box/highcontrast-light.css +28 -2
- package/styles/list-box/highcontrast.css +38 -2
- package/styles/list-box/material-dark.css +30 -4
- package/styles/list-box/material.css +40 -4
- package/styles/list-box/tailwind-dark.css +38 -2
- package/styles/list-box/tailwind.css +38 -2
- package/styles/material-dark.css +40 -4
- package/styles/material.css +40 -4
- package/styles/tailwind-dark.css +38 -2
- package/styles/tailwind.css +38 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,114 +2,28 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
-
### MultiSelect
|
|
6
|
-
|
|
7
|
-
#### Bug Fixes
|
|
8
|
-
|
|
9
|
-
- `#I373060` - Issue with "placeholder is not displayed properly while rendering the component with size HTML attribute" has been resolved.
|
|
10
|
-
|
|
11
|
-
- `#I379716` - Issue with "keydown and keyup actions are not working properly after selecting the value using space key in the checkbox mode" has been resolved.
|
|
12
|
-
|
|
13
|
-
### DropDownList
|
|
14
|
-
|
|
15
|
-
#### Bug Fixes
|
|
16
|
-
|
|
17
|
-
- `#I380846` - Issue with "exception throws while changing the groupBy field dynamically" has been resolved.
|
|
18
|
-
- `#I382870` - Issue with "NVDA reader does not read the selected value in the component" has been resolved.
|
|
19
|
-
|
|
20
|
-
## 20.1.60 (2022-06-14)
|
|
21
|
-
|
|
22
5
|
### ListBox
|
|
23
6
|
|
|
24
7
|
#### Bug Fixes
|
|
25
8
|
|
|
26
|
-
- `
|
|
27
|
-
|
|
28
|
-
## 20.1.59 (2022-06-07)
|
|
29
|
-
|
|
30
|
-
### DropDownList
|
|
31
|
-
|
|
32
|
-
#### Bug Fixes
|
|
33
|
-
|
|
34
|
-
- "Dropdown List template sample is not working in React 18" issue has been resolved.
|
|
35
|
-
|
|
36
|
-
## 20.1.58 (2022-05-31)
|
|
9
|
+
- `#I383114` - Issue with "Drop event argument not passes the selected item properly, while drag and drop the multiple item of listbox" has been resolved.
|
|
37
10
|
|
|
38
|
-
###
|
|
11
|
+
### MultiSelect
|
|
39
12
|
|
|
40
13
|
#### Bug Fixes
|
|
41
14
|
|
|
42
|
-
- `#
|
|
43
|
-
|
|
44
|
-
## 20.1.57 (2022-05-24)
|
|
45
|
-
|
|
46
|
-
### Dropdown Tree
|
|
15
|
+
- `#FB31100` - Issue with "popup is not opened while changing the `popupHeight` dynamically in the `beforeOpen` event" has been resolved.
|
|
47
16
|
|
|
48
|
-
#### Bug
|
|
17
|
+
#### Bug fixes
|
|
49
18
|
|
|
50
|
-
- `#
|
|
19
|
+
- `#I383092` - Issue with "popup is not updated while clearing the filter input value using long backspace keypress" has been resolved.
|
|
20
|
+
- `#FB31983` - Issue with "empty popup shows while rendering the component with item template and changing the query property dynamically" has been resolved.
|
|
51
21
|
|
|
52
22
|
### DropDownList
|
|
53
23
|
|
|
54
|
-
#### Bug
|
|
55
|
-
|
|
56
|
-
- `I375107` - Issue with "cascading dropdown list doesn't display the updated data while binding the remote data and filtering enabled" has been resolved.
|
|
57
|
-
|
|
58
|
-
## 20.1.56 (2022-05-17)
|
|
59
|
-
|
|
60
|
-
### ListBox
|
|
61
|
-
|
|
62
|
-
#### Bug Fixes
|
|
63
|
-
|
|
64
|
-
- `F174682` - Issue with "Drag and Drop not working properly while using item template in listbox" has been resolved.
|
|
65
|
-
|
|
66
|
-
### AutoComplete
|
|
67
|
-
|
|
68
|
-
#### Bug Fixes
|
|
69
|
-
|
|
70
|
-
- `I372269` - Issue with "value is displayed instead of text while binding beyond the initial loading data values" has been resolved.
|
|
24
|
+
#### Bug fixes
|
|
71
25
|
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
### ListBox
|
|
75
|
-
|
|
76
|
-
#### Bug Fixes
|
|
77
|
-
|
|
78
|
-
- `I374083` - Issue with "Filtering did not work in the datasource empty list" has been resolved.
|
|
79
|
-
|
|
80
|
-
### ComboBox
|
|
81
|
-
|
|
82
|
-
#### Bug Fixes
|
|
83
|
-
|
|
84
|
-
- `#I373951` - Issue with "unable to type the value in the input while enabling `autofill` with filter type as `contains`" has been resolved.
|
|
85
|
-
|
|
86
|
-
## 20.1.50 (2022-04-19)
|
|
87
|
-
|
|
88
|
-
### ListBox
|
|
89
|
-
|
|
90
|
-
#### Bug Fixes
|
|
91
|
-
|
|
92
|
-
- Issue with "Keyboard navigation correction for select the multiple items of listbox" has been resolved.
|
|
93
|
-
|
|
94
|
-
### AutoComplete
|
|
95
|
-
|
|
96
|
-
#### Bug Fixes
|
|
97
|
-
|
|
98
|
-
- `#I373560` - Issue with "exception throws while typing the special characters on the input" has been resolved.
|
|
99
|
-
|
|
100
|
-
### MultiSelect
|
|
101
|
-
|
|
102
|
-
#### Bug Fixes
|
|
103
|
-
|
|
104
|
-
- `#F173763`,`#I372051`,`#I371821` - Issue with "filtering is not working properly while rendering the component with item template" has been resolved.
|
|
105
|
-
|
|
106
|
-
## 20.1.47 (2022-04-04)
|
|
107
|
-
|
|
108
|
-
### MultiSelect
|
|
109
|
-
|
|
110
|
-
#### Bug Fixes
|
|
111
|
-
|
|
112
|
-
- `#FB31100` - Issue with "popup is not opened while changing the `popupHeight` dynamically in the `beforeOpen` event" has been resolved.
|
|
26
|
+
- `#I382870` - Issue with "NVDA reader does not read the selected value in the component" has been resolved.
|
|
113
27
|
|
|
114
28
|
## 19.3.56 (2021-12-02)
|
|
115
29
|
|
|
@@ -2162,14 +2076,6 @@ DropDownList component contains a list of predefined values from which a single
|
|
|
2162
2076
|
- **Accessibility** - Provided with built-in accessibility support which helps to access all the DropDownList component features through the keyboard, screen readers, or other assistive technology devices.
|
|
2163
2077
|
|
|
2164
2078
|
|
|
2165
|
-
## 20.1.51 (2022-04-26)
|
|
2166
|
-
|
|
2167
|
-
### ComboBox
|
|
2168
|
-
|
|
2169
|
-
#### Bug Fixes
|
|
2170
|
-
|
|
2171
|
-
- `#F33764` - Issue with "dynamically added item is not displayed in the popup while rendering the component with item template" has been resolved.
|
|
2172
|
-
|
|
2173
2079
|
## 19.4.38 (2021-12-17)
|
|
2174
2080
|
|
|
2175
2081
|
### ComboBox
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-dropdowns.umd.js
|
|
3
|
-
* version : 20.
|
|
3
|
+
* version : 20.2.36
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-dropdowns.umd.min.js
|
|
3
|
-
* version : 20.
|
|
3
|
+
* version : 20.2.36
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-angular-dropdowns@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-angular-dropdowns@
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-dropdowns@18.37.4",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-IkWChMOb1mhbSpuJvZgpILe4f325Jpjqhn+OphvQaUlGzBr6T3rECjDv8kYbShFDU4JGQ84qAsb+zFTK/fP+mA==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-angular-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-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-angular-dropdowns/-/ej2-angular-dropdowns-18.37.4.tgz",
|
|
23
|
+
"_shasum": "3cfc80f6ade9b3cf2475b2b01bc6b4934560df9d",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-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-angular-base": "~20.
|
|
35
|
-
"@syncfusion/ej2-base": "~20.
|
|
36
|
-
"@syncfusion/ej2-dropdowns": "20.
|
|
34
|
+
"@syncfusion/ej2-angular-base": "~20.2.36",
|
|
35
|
+
"@syncfusion/ej2-base": "~20.2.36",
|
|
36
|
+
"@syncfusion/ej2-dropdowns": "20.2.36"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "Essential JS 2 DropDown Components for Angular",
|
|
@@ -72,5 +72,5 @@
|
|
|
72
72
|
"schematics": "./schematics/collection.json",
|
|
73
73
|
"sideEffects": false,
|
|
74
74
|
"typings": "ej2-angular-dropdowns.d.ts",
|
|
75
|
-
"version": "20.
|
|
75
|
+
"version": "20.2.36-ngcc"
|
|
76
76
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/schema",
|
|
3
|
-
"id": "
|
|
3
|
+
"$id": "EJ2SchemaTemplateID",
|
|
4
4
|
"title": "autocomplete-custom-filtering",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
@@ -120,5 +120,6 @@
|
|
|
120
120
|
},
|
|
121
121
|
"required": [
|
|
122
122
|
"name"
|
|
123
|
-
]
|
|
123
|
+
],
|
|
124
|
+
"id": "autocomplete-custom-filtering"
|
|
124
125
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/schema",
|
|
3
|
-
"id": "
|
|
3
|
+
"$id": "EJ2SchemaTemplateID",
|
|
4
4
|
"title": "autocomplete-default",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
@@ -120,5 +120,6 @@
|
|
|
120
120
|
},
|
|
121
121
|
"required": [
|
|
122
122
|
"name"
|
|
123
|
-
]
|
|
123
|
+
],
|
|
124
|
+
"id": "autocomplete-default"
|
|
124
125
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/schema",
|
|
3
|
-
"id": "
|
|
3
|
+
"$id": "EJ2SchemaTemplateID",
|
|
4
4
|
"title": "autocomplete-diacritics-filtering",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
@@ -120,5 +120,6 @@
|
|
|
120
120
|
},
|
|
121
121
|
"required": [
|
|
122
122
|
"name"
|
|
123
|
-
]
|
|
123
|
+
],
|
|
124
|
+
"id": "autocomplete-diacritics-filtering"
|
|
124
125
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/schema",
|
|
3
|
-
"id": "
|
|
3
|
+
"$id": "EJ2SchemaTemplateID",
|
|
4
4
|
"title": "autocomplete-highlight",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
@@ -120,5 +120,6 @@
|
|
|
120
120
|
},
|
|
121
121
|
"required": [
|
|
122
122
|
"name"
|
|
123
|
-
]
|
|
123
|
+
],
|
|
124
|
+
"id": "autocomplete-highlight"
|
|
124
125
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/schema",
|
|
3
|
-
"id": "
|
|
3
|
+
"$id": "EJ2SchemaTemplateID",
|
|
4
4
|
"title": "autocomplete-reactive-form",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
@@ -120,5 +120,6 @@
|
|
|
120
120
|
},
|
|
121
121
|
"required": [
|
|
122
122
|
"name"
|
|
123
|
-
]
|
|
123
|
+
],
|
|
124
|
+
"id": "autocomplete-reactive-form"
|
|
124
125
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/schema",
|
|
3
|
-
"id": "
|
|
3
|
+
"$id": "EJ2SchemaTemplateID",
|
|
4
4
|
"title": "autocomplete-template",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
@@ -120,5 +120,6 @@
|
|
|
120
120
|
},
|
|
121
121
|
"required": [
|
|
122
122
|
"name"
|
|
123
|
-
]
|
|
123
|
+
],
|
|
124
|
+
"id": "autocomplete-template"
|
|
124
125
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/schema",
|
|
3
|
-
"id": "
|
|
3
|
+
"$id": "EJ2SchemaTemplateID",
|
|
4
4
|
"title": "autocomplete-template-driven",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
@@ -120,5 +120,6 @@
|
|
|
120
120
|
},
|
|
121
121
|
"required": [
|
|
122
122
|
"name"
|
|
123
|
-
]
|
|
123
|
+
],
|
|
124
|
+
"id": "autocomplete-template-driven"
|
|
124
125
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/schema",
|
|
3
|
-
"id": "
|
|
3
|
+
"$id": "EJ2SchemaTemplateID",
|
|
4
4
|
"title": "combobox-custom-value",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
@@ -120,5 +120,6 @@
|
|
|
120
120
|
},
|
|
121
121
|
"required": [
|
|
122
122
|
"name"
|
|
123
|
-
]
|
|
123
|
+
],
|
|
124
|
+
"id": "combobox-custom-value"
|
|
124
125
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/schema",
|
|
3
|
-
"id": "
|
|
3
|
+
"$id": "EJ2SchemaTemplateID",
|
|
4
4
|
"title": "combobox-default",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
@@ -120,5 +120,6 @@
|
|
|
120
120
|
},
|
|
121
121
|
"required": [
|
|
122
122
|
"name"
|
|
123
|
-
]
|
|
123
|
+
],
|
|
124
|
+
"id": "combobox-default"
|
|
124
125
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/schema",
|
|
3
|
-
"id": "
|
|
3
|
+
"$id": "EJ2SchemaTemplateID",
|
|
4
4
|
"title": "combobox-filtering",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
@@ -120,5 +120,6 @@
|
|
|
120
120
|
},
|
|
121
121
|
"required": [
|
|
122
122
|
"name"
|
|
123
|
-
]
|
|
123
|
+
],
|
|
124
|
+
"id": "combobox-filtering"
|
|
124
125
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/schema",
|
|
3
|
-
"id": "
|
|
3
|
+
"$id": "EJ2SchemaTemplateID",
|
|
4
4
|
"title": "combobox-grouping",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
@@ -120,5 +120,6 @@
|
|
|
120
120
|
},
|
|
121
121
|
"required": [
|
|
122
122
|
"name"
|
|
123
|
-
]
|
|
123
|
+
],
|
|
124
|
+
"id": "combobox-grouping"
|
|
124
125
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/schema",
|
|
3
|
-
"id": "
|
|
3
|
+
"$id": "EJ2SchemaTemplateID",
|
|
4
4
|
"title": "combobox-reactive-form",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
@@ -120,5 +120,6 @@
|
|
|
120
120
|
},
|
|
121
121
|
"required": [
|
|
122
122
|
"name"
|
|
123
|
-
]
|
|
123
|
+
],
|
|
124
|
+
"id": "combobox-reactive-form"
|
|
124
125
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/schema",
|
|
3
|
-
"id": "
|
|
3
|
+
"$id": "EJ2SchemaTemplateID",
|
|
4
4
|
"title": "combobox-template",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
@@ -120,5 +120,6 @@
|
|
|
120
120
|
},
|
|
121
121
|
"required": [
|
|
122
122
|
"name"
|
|
123
|
-
]
|
|
123
|
+
],
|
|
124
|
+
"id": "combobox-template"
|
|
124
125
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/schema",
|
|
3
|
-
"id": "
|
|
3
|
+
"$id": "EJ2SchemaTemplateID",
|
|
4
4
|
"title": "combobox-template-driven",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
@@ -120,5 +120,6 @@
|
|
|
120
120
|
},
|
|
121
121
|
"required": [
|
|
122
122
|
"name"
|
|
123
|
-
]
|
|
123
|
+
],
|
|
124
|
+
"id": "combobox-template-driven"
|
|
124
125
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/schema",
|
|
3
|
-
"id": "
|
|
3
|
+
"$id": "EJ2SchemaTemplateID",
|
|
4
4
|
"title": "dropdownlist-cascading",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
@@ -120,5 +120,6 @@
|
|
|
120
120
|
},
|
|
121
121
|
"required": [
|
|
122
122
|
"name"
|
|
123
|
-
]
|
|
123
|
+
],
|
|
124
|
+
"id": "dropdownlist-cascading"
|
|
124
125
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/schema",
|
|
3
|
-
"id": "
|
|
3
|
+
"$id": "EJ2SchemaTemplateID",
|
|
4
4
|
"title": "dropdownlist-default",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
@@ -120,5 +120,6 @@
|
|
|
120
120
|
},
|
|
121
121
|
"required": [
|
|
122
122
|
"name"
|
|
123
|
-
]
|
|
123
|
+
],
|
|
124
|
+
"id": "dropdownlist-default"
|
|
124
125
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/schema",
|
|
3
|
-
"id": "
|
|
3
|
+
"$id": "EJ2SchemaTemplateID",
|
|
4
4
|
"title": "dropdownlist-filtering",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
@@ -120,5 +120,6 @@
|
|
|
120
120
|
},
|
|
121
121
|
"required": [
|
|
122
122
|
"name"
|
|
123
|
-
]
|
|
123
|
+
],
|
|
124
|
+
"id": "dropdownlist-filtering"
|
|
124
125
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/schema",
|
|
3
|
-
"id": "
|
|
3
|
+
"$id": "EJ2SchemaTemplateID",
|
|
4
4
|
"title": "dropdownlist-inline",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
@@ -120,5 +120,6 @@
|
|
|
120
120
|
},
|
|
121
121
|
"required": [
|
|
122
122
|
"name"
|
|
123
|
-
]
|
|
123
|
+
],
|
|
124
|
+
"id": "dropdownlist-inline"
|
|
124
125
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/schema",
|
|
3
|
-
"id": "
|
|
3
|
+
"$id": "EJ2SchemaTemplateID",
|
|
4
4
|
"title": "dropdownlist-reactive-form",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
@@ -120,5 +120,6 @@
|
|
|
120
120
|
},
|
|
121
121
|
"required": [
|
|
122
122
|
"name"
|
|
123
|
-
]
|
|
123
|
+
],
|
|
124
|
+
"id": "dropdownlist-reactive-form"
|
|
124
125
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/schema",
|
|
3
|
-
"id": "
|
|
3
|
+
"$id": "EJ2SchemaTemplateID",
|
|
4
4
|
"title": "dropdownlist-template",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
@@ -120,5 +120,6 @@
|
|
|
120
120
|
},
|
|
121
121
|
"required": [
|
|
122
122
|
"name"
|
|
123
|
-
]
|
|
123
|
+
],
|
|
124
|
+
"id": "dropdownlist-template"
|
|
124
125
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/schema",
|
|
3
|
-
"id": "
|
|
3
|
+
"$id": "EJ2SchemaTemplateID",
|
|
4
4
|
"title": "dropdownlist-template-driven",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
@@ -120,5 +120,6 @@
|
|
|
120
120
|
},
|
|
121
121
|
"required": [
|
|
122
122
|
"name"
|
|
123
|
-
]
|
|
123
|
+
],
|
|
124
|
+
"id": "dropdownlist-template-driven"
|
|
124
125
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/schema",
|
|
3
|
-
"id": "
|
|
3
|
+
"$id": "EJ2SchemaTemplateID",
|
|
4
4
|
"title": "multiselect-box-mode",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
@@ -120,5 +120,6 @@
|
|
|
120
120
|
},
|
|
121
121
|
"required": [
|
|
122
122
|
"name"
|
|
123
|
-
]
|
|
123
|
+
],
|
|
124
|
+
"id": "multiselect-box-mode"
|
|
124
125
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/schema",
|
|
3
|
-
"id": "
|
|
3
|
+
"$id": "EJ2SchemaTemplateID",
|
|
4
4
|
"title": "multiselect-checkbox",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
@@ -120,5 +120,6 @@
|
|
|
120
120
|
},
|
|
121
121
|
"required": [
|
|
122
122
|
"name"
|
|
123
|
-
]
|
|
123
|
+
],
|
|
124
|
+
"id": "multiselect-checkbox"
|
|
124
125
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/schema",
|
|
3
|
-
"id": "
|
|
3
|
+
"$id": "EJ2SchemaTemplateID",
|
|
4
4
|
"title": "multiselect-chip-customization",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
@@ -120,5 +120,6 @@
|
|
|
120
120
|
},
|
|
121
121
|
"required": [
|
|
122
122
|
"name"
|
|
123
|
-
]
|
|
123
|
+
],
|
|
124
|
+
"id": "multiselect-chip-customization"
|
|
124
125
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/schema",
|
|
3
|
-
"id": "
|
|
3
|
+
"$id": "EJ2SchemaTemplateID",
|
|
4
4
|
"title": "multiselect-delimiter-mode",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
@@ -120,5 +120,6 @@
|
|
|
120
120
|
},
|
|
121
121
|
"required": [
|
|
122
122
|
"name"
|
|
123
|
-
]
|
|
123
|
+
],
|
|
124
|
+
"id": "multiselect-delimiter-mode"
|
|
124
125
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/schema",
|
|
3
|
-
"id": "
|
|
3
|
+
"$id": "EJ2SchemaTemplateID",
|
|
4
4
|
"title": "multiselect-filtering",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
@@ -120,5 +120,6 @@
|
|
|
120
120
|
},
|
|
121
121
|
"required": [
|
|
122
122
|
"name"
|
|
123
|
-
]
|
|
123
|
+
],
|
|
124
|
+
"id": "multiselect-filtering"
|
|
124
125
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/schema",
|
|
3
|
-
"id": "
|
|
3
|
+
"$id": "EJ2SchemaTemplateID",
|
|
4
4
|
"title": "multiselect-reactive-form",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
@@ -120,5 +120,6 @@
|
|
|
120
120
|
},
|
|
121
121
|
"required": [
|
|
122
122
|
"name"
|
|
123
|
-
]
|
|
123
|
+
],
|
|
124
|
+
"id": "multiselect-reactive-form"
|
|
124
125
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/schema",
|
|
3
|
-
"id": "
|
|
3
|
+
"$id": "EJ2SchemaTemplateID",
|
|
4
4
|
"title": "multiselect-template",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
@@ -120,5 +120,6 @@
|
|
|
120
120
|
},
|
|
121
121
|
"required": [
|
|
122
122
|
"name"
|
|
123
|
-
]
|
|
123
|
+
],
|
|
124
|
+
"id": "multiselect-template"
|
|
124
125
|
}
|