@syncfusion/ej2-angular-dropdowns 20.1.61 → 20.2.37-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.
Files changed (66) hide show
  1. package/CHANGELOG.md +8 -102
  2. package/dist/ej2-angular-dropdowns.umd.js +1 -1
  3. package/dist/ej2-angular-dropdowns.umd.min.js +1 -1
  4. package/package.json +16 -16
  5. package/schematics/generators/autocomplete-custom-filtering/schema.json +3 -2
  6. package/schematics/generators/autocomplete-default/schema.json +3 -2
  7. package/schematics/generators/autocomplete-diacritics-filtering/schema.json +3 -2
  8. package/schematics/generators/autocomplete-highlight/schema.json +3 -2
  9. package/schematics/generators/autocomplete-reactive-form/schema.json +3 -2
  10. package/schematics/generators/autocomplete-template/schema.json +3 -2
  11. package/schematics/generators/autocomplete-template-driven/schema.json +3 -2
  12. package/schematics/generators/combobox-custom-value/schema.json +3 -2
  13. package/schematics/generators/combobox-default/schema.json +3 -2
  14. package/schematics/generators/combobox-filtering/schema.json +3 -2
  15. package/schematics/generators/combobox-grouping/schema.json +3 -2
  16. package/schematics/generators/combobox-reactive-form/schema.json +3 -2
  17. package/schematics/generators/combobox-template/schema.json +3 -2
  18. package/schematics/generators/combobox-template-driven/schema.json +3 -2
  19. package/schematics/generators/dropdownlist-cascading/schema.json +3 -2
  20. package/schematics/generators/dropdownlist-default/schema.json +3 -2
  21. package/schematics/generators/dropdownlist-filtering/schema.json +3 -2
  22. package/schematics/generators/dropdownlist-inline/schema.json +3 -2
  23. package/schematics/generators/dropdownlist-reactive-form/schema.json +3 -2
  24. package/schematics/generators/dropdownlist-template/schema.json +3 -2
  25. package/schematics/generators/dropdownlist-template-driven/schema.json +3 -2
  26. package/schematics/generators/multiselect-box-mode/schema.json +3 -2
  27. package/schematics/generators/multiselect-checkbox/schema.json +3 -2
  28. package/schematics/generators/multiselect-chip-customization/schema.json +3 -2
  29. package/schematics/generators/multiselect-delimiter-mode/schema.json +3 -2
  30. package/schematics/generators/multiselect-filtering/schema.json +3 -2
  31. package/schematics/generators/multiselect-reactive-form/schema.json +3 -2
  32. package/schematics/generators/multiselect-template/schema.json +3 -2
  33. package/schematics/generators/multiselect-template-driven/schema.json +3 -2
  34. package/schematics/utils/lib-details.d.ts +2 -2
  35. package/schematics/utils/lib-details.js +2 -2
  36. package/schematics/utils/lib-details.ts +2 -2
  37. package/styles/bootstrap-dark.css +38 -2
  38. package/styles/bootstrap.css +38 -2
  39. package/styles/bootstrap4.css +38 -2
  40. package/styles/bootstrap5-dark.css +38 -2
  41. package/styles/bootstrap5.css +38 -2
  42. package/styles/fabric-dark.css +38 -2
  43. package/styles/fabric.css +38 -2
  44. package/styles/fluent-dark.css +38 -2
  45. package/styles/fluent.css +38 -2
  46. package/styles/highcontrast-light.css +38 -2
  47. package/styles/highcontrast.css +38 -2
  48. package/styles/list-box/bootstrap-dark.css +28 -2
  49. package/styles/list-box/bootstrap.css +38 -2
  50. package/styles/list-box/bootstrap4.css +38 -2
  51. package/styles/list-box/bootstrap5-dark.css +38 -2
  52. package/styles/list-box/bootstrap5.css +38 -2
  53. package/styles/list-box/fabric-dark.css +28 -2
  54. package/styles/list-box/fabric.css +38 -2
  55. package/styles/list-box/fluent-dark.css +38 -2
  56. package/styles/list-box/fluent.css +38 -2
  57. package/styles/list-box/highcontrast-light.css +28 -2
  58. package/styles/list-box/highcontrast.css +38 -2
  59. package/styles/list-box/material-dark.css +30 -4
  60. package/styles/list-box/material.css +40 -4
  61. package/styles/list-box/tailwind-dark.css +38 -2
  62. package/styles/list-box/tailwind.css +38 -2
  63. package/styles/material-dark.css +40 -4
  64. package/styles/material.css +40 -4
  65. package/styles/tailwind-dark.css +38 -2
  66. 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
- - `I377077` - Issue with "we navigate the listbox using tab key, it focus blank top area of the listbox instead of the listbox first item" has been resolved.
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
- ### AutoComplete
11
+ ### MultiSelect
39
12
 
40
13
  #### Bug Fixes
41
14
 
42
- - `#F34768` - Issue with "change event argument `IsInteracted` returns wrong value while rendering component with disabled custom value" has been resolved
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 Fixes
17
+ #### Bug fixes
49
18
 
50
- - `#I374653` - The issue with "The filtering was not working properly when using a hierarchical data source for the Dropdown Tree component" has been resolved.
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 Fixes
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
- ## 20.1.52 (2022-05-04)
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.1.61
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.1.61
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,28 +1,28 @@
1
1
  {
2
- "_from": "@syncfusion/ej2-angular-dropdowns@*",
3
- "_id": "@syncfusion/ej2-angular-dropdowns@20.1.60",
2
+ "_from": "@syncfusion/ej2-angular-dropdowns@20.2.36-ngcc",
3
+ "_id": "@syncfusion/ej2-angular-dropdowns@20.2.36-ngcc",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-sUzOBU0vzb/MZyV/v+4j6xP7H2XMcVJQNK4jUdRW8VAdso1UpJy8hlBdHL/OcablwhbKs2pJAR8jkSoHINVsUQ==",
5
+ "_integrity": "sha512-KjJe8h3fA5HZ+33cUoo2tsQCLiTsygdwMqEOBDOPjsFeuGO4oPRq7vIUEgp70cIwdTiL33f9F3QMsPDghggoqg==",
6
6
  "_location": "/@syncfusion/ej2-angular-dropdowns",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
9
- "type": "range",
9
+ "type": "version",
10
10
  "registry": true,
11
- "raw": "@syncfusion/ej2-angular-dropdowns@*",
11
+ "raw": "@syncfusion/ej2-angular-dropdowns@20.2.36-ngcc",
12
12
  "name": "@syncfusion/ej2-angular-dropdowns",
13
13
  "escapedName": "@syncfusion%2fej2-angular-dropdowns",
14
14
  "scope": "@syncfusion",
15
- "rawSpec": "*",
15
+ "rawSpec": "20.2.36-ngcc",
16
16
  "saveSpec": null,
17
- "fetchSpec": "*"
17
+ "fetchSpec": "20.2.36-ngcc"
18
18
  },
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-dropdowns/-/ej2-angular-dropdowns-20.1.60.tgz",
23
- "_shasum": "31d4ec28cb7dae9da8f2a20e1b31ca8eba99f2ff",
24
- "_spec": "@syncfusion/ej2-angular-dropdowns@*",
25
- "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
22
+ "_resolved": "https://registry.npmjs.org/@syncfusion/ej2-angular-dropdowns/-/ej2-angular-dropdowns-20.2.36-ngcc.tgz",
23
+ "_shasum": "dd30dae9ece9e86060008c77a2bc9e67c6101646",
24
+ "_spec": "@syncfusion/ej2-angular-dropdowns@20.2.36-ngcc",
25
+ "_where": "D:\\june 2022\\New folder",
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-angular-base": "~20.1.55",
35
- "@syncfusion/ej2-base": "~20.1.61",
36
- "@syncfusion/ej2-dropdowns": "20.1.61"
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.1.61"
76
- }
75
+ "version": "20.2.37-ngcc"
76
+ }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "http://json-schema.org/schema",
3
- "id": "autocomplete-custom-filtering",
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": "autocomplete-default",
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": "autocomplete-diacritics-filtering",
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": "autocomplete-highlight",
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": "autocomplete-reactive-form",
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": "autocomplete-template",
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": "autocomplete-template-driven",
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": "combobox-custom-value",
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": "combobox-default",
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": "combobox-filtering",
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": "combobox-grouping",
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": "combobox-reactive-form",
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": "combobox-template",
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": "combobox-template-driven",
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": "dropdownlist-cascading",
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": "dropdownlist-default",
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": "dropdownlist-filtering",
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": "dropdownlist-inline",
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": "dropdownlist-reactive-form",
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": "dropdownlist-template",
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": "dropdownlist-template-driven",
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": "multiselect-box-mode",
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": "multiselect-checkbox",
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": "multiselect-chip-customization",
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": "multiselect-delimiter-mode",
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": "multiselect-filtering",
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
  }