@smart-webcomponents-angular/combobox 9.2.73 → 13.0.10

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 (51) hide show
  1. package/README.md +10 -2
  2. package/combobox/index.d.ts +1 -0
  3. package/combobox/smart-webcomponents-angular-combobox.d.ts +2 -2
  4. package/combobox/smart.combobox.d.ts +6 -6
  5. package/combobox/smart.combobox.module.d.ts +7 -0
  6. package/combobox/smart.element.d.ts +4 -1
  7. package/combobox/smart.listitem.d.ts +3 -0
  8. package/combobox/smart.listitemsgroup.d.ts +3 -0
  9. package/common/i18n.phonenumbers.min.js +501 -0
  10. package/common/runtime.js +748 -0
  11. package/esm2020/combobox/index.mjs +2 -0
  12. package/{esm2015/combobox/public_api.js → esm2020/combobox/public_api.mjs} +1 -1
  13. package/{esm2015/combobox/smart-webcomponents-angular-combobox.js → esm2020/combobox/smart-webcomponents-angular-combobox.mjs} +2 -3
  14. package/esm2020/combobox/smart.combobox.mjs +1042 -0
  15. package/esm2020/combobox/smart.combobox.module.mjs +20 -0
  16. package/esm2020/combobox/smart.element.mjs +96 -0
  17. package/esm2020/combobox/smart.listitem.mjs +150 -0
  18. package/esm2020/combobox/smart.listitemsgroup.mjs +60 -0
  19. package/fesm2015/{smart-webcomponents-angular-combobox.js → smart-webcomponents-angular-combobox.mjs} +235 -146
  20. package/fesm2015/smart-webcomponents-angular-combobox.mjs.map +1 -0
  21. package/fesm2020/smart-webcomponents-angular-combobox.mjs +1366 -0
  22. package/fesm2020/smart-webcomponents-angular-combobox.mjs.map +1 -0
  23. package/images/flags.png +0 -0
  24. package/index.d.ts +31835 -28915
  25. package/package.json +26 -24
  26. package/source/modules/smart.combobox.js +1 -1
  27. package/source/smart.button.js +2 -2
  28. package/source/smart.checkbox.js +2 -2
  29. package/source/smart.combobox.js +2 -2
  30. package/source/smart.dropdownlist.js +2 -2
  31. package/source/smart.element.js +2 -2
  32. package/source/smart.listbox.js +2 -2
  33. package/source/smart.radiobutton.js +2 -2
  34. package/source/smart.scrollbar.js +2 -2
  35. package/styles/font/smart-icons.eot +0 -0
  36. package/styles/font/smart-icons.svg +64 -2
  37. package/styles/font/smart-icons.ttf +0 -0
  38. package/styles/font/smart-icons.woff +0 -0
  39. package/styles/font/smart-icons.woff2 +0 -0
  40. package/styles/smart.base.css +4 -4
  41. package/styles/smart.combobox.css +2 -2
  42. package/styles/smart.common.css +1 -1
  43. package/bundles/smart-webcomponents-angular-combobox.umd.js +0 -2011
  44. package/bundles/smart-webcomponents-angular-combobox.umd.min.js +0 -25
  45. package/combobox/smart-webcomponents-angular-combobox.metadata.json +0 -1
  46. package/esm2015/combobox/smart.combobox.js +0 -986
  47. package/esm2015/combobox/smart.combobox.module.js +0 -15
  48. package/esm2015/combobox/smart.element.js +0 -83
  49. package/esm2015/combobox/smart.listitem.js +0 -140
  50. package/esm2015/combobox/smart.listitemsgroup.js +0 -60
  51. package/fesm2015/smart-webcomponents-angular-combobox.js.map +0 -1
@@ -8,7 +8,8 @@ else {
8
8
  import './../source/modules/smart.combobox';
9
9
 
10
10
  import { __awaiter } from 'tslib';
11
- import { EventEmitter, Output, Input, forwardRef, Directive, ElementRef, NgModule, CUSTOM_ELEMENTS_SCHEMA } from '@angular/core';
11
+ import * as i0 from '@angular/core';
12
+ import { EventEmitter, Directive, Output, Input, forwardRef, NgModule, CUSTOM_ELEMENTS_SCHEMA } from '@angular/core';
12
13
  import { NG_VALUE_ACCESSOR } from '@angular/forms';
13
14
 
14
15
  class BaseElement {
@@ -80,17 +81,29 @@ class BaseElement {
80
81
  this.nativeElement ? this.nativeElement.theme = value : undefined;
81
82
  }
82
83
  }
83
- BaseElement.propDecorators = {
84
- onCreate: [{ type: Output }],
85
- onReady: [{ type: Output }],
86
- onAttach: [{ type: Output }],
87
- onDetach: [{ type: Output }],
88
- locale: [{ type: Input }],
89
- localizeFormatFunction: [{ type: Input }],
90
- messages: [{ type: Input }],
91
- rightToLeft: [{ type: Input }],
92
- theme: [{ type: Input }]
93
- };
84
+ BaseElement.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: BaseElement, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
85
+ BaseElement.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.2", type: BaseElement, inputs: { locale: "locale", localizeFormatFunction: "localizeFormatFunction", messages: "messages", rightToLeft: "rightToLeft", theme: "theme" }, outputs: { onCreate: "onCreate", onReady: "onReady", onAttach: "onAttach", onDetach: "onDetach" }, ngImport: i0 });
86
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: BaseElement, decorators: [{
87
+ type: Directive
88
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { onCreate: [{
89
+ type: Output
90
+ }], onReady: [{
91
+ type: Output
92
+ }], onAttach: [{
93
+ type: Output
94
+ }], onDetach: [{
95
+ type: Output
96
+ }], locale: [{
97
+ type: Input
98
+ }], localizeFormatFunction: [{
99
+ type: Input
100
+ }], messages: [{
101
+ type: Input
102
+ }], rightToLeft: [{
103
+ type: Input
104
+ }], theme: [{
105
+ type: Input
106
+ }] } });
94
107
  const Smart = window.Smart;
95
108
 
96
109
  const CUSTOM_INPUT_CONTROL_VALUE_ACCESSOR = {
@@ -176,13 +189,6 @@ class ComboBoxComponent extends BaseElement {
176
189
  }
177
190
  return this.nativeElement;
178
191
  }
179
- /** @description Sets or gets the animation mode. Animation is disabled when the property is set to 'none' */
180
- get animation() {
181
- return this.nativeElement ? this.nativeElement.animation : undefined;
182
- }
183
- set animation(value) {
184
- this.nativeElement ? this.nativeElement.animation = value : undefined;
185
- }
186
192
  /** @description Used only when dropDownOpenMode is set to 'auto'. Determines the delay before the opened drop down closes if the pointer is not over the element. */
187
193
  get autoCloseDelay() {
188
194
  return this.nativeElement ? this.nativeElement.autoCloseDelay : undefined;
@@ -987,92 +993,163 @@ class ComboBoxComponent extends BaseElement {
987
993
  }
988
994
  }
989
995
  }
990
- ComboBoxComponent.decorators = [
991
- { type: Directive, args: [{
992
- selector: 'smart-combo-box, [smart-combo-box]',
993
- providers: [CUSTOM_INPUT_CONTROL_VALUE_ACCESSOR]
994
- },] }
995
- ];
996
- ComboBoxComponent.ctorParameters = () => [
997
- { type: ElementRef }
998
- ];
999
- ComboBoxComponent.propDecorators = {
1000
- animation: [{ type: Input }],
1001
- autoCloseDelay: [{ type: Input }],
1002
- autoComplete: [{ type: Input }],
1003
- autoCompleteDelay: [{ type: Input }],
1004
- autoOpenShortcutKey: [{ type: Input }],
1005
- dataSource: [{ type: Input }],
1006
- disabled: [{ type: Input }],
1007
- displayLoadingIndicator: [{ type: Input }],
1008
- displayMember: [{ type: Input }],
1009
- dropDownAppendTo: [{ type: Input }],
1010
- dropDownButtonPosition: [{ type: Input }],
1011
- dropDownHeight: [{ type: Input }],
1012
- dropDownMaxHeight: [{ type: Input }],
1013
- dropDownMaxWidth: [{ type: Input }],
1014
- dropDownMinHeight: [{ type: Input }],
1015
- dropDownMinWidth: [{ type: Input }],
1016
- dropDownOpenMode: [{ type: Input }],
1017
- dropDownOverlay: [{ type: Input }],
1018
- dropDownPlaceholder: [{ type: Input }],
1019
- dropDownPosition: [{ type: Input }],
1020
- dropDownWidth: [{ type: Input }],
1021
- escKeyMode: [{ type: Input }],
1022
- filterable: [{ type: Input }],
1023
- filterInputPlaceholder: [{ type: Input }],
1024
- filterMode: [{ type: Input }],
1025
- grouped: [{ type: Input }],
1026
- groupMember: [{ type: Input }],
1027
- hint: [{ type: Input }],
1028
- horizontalScrollBarVisibility: [{ type: Input }],
1029
- inputMember: [{ type: Input }],
1030
- inputPurpose: [{ type: Input }],
1031
- incrementalSearchDelay: [{ type: Input }],
1032
- incrementalSearchMode: [{ type: Input }],
1033
- itemHeight: [{ type: Input }],
1034
- itemMeasureMode: [{ type: Input }],
1035
- items: [{ type: Input }],
1036
- itemTemplate: [{ type: Input }],
1037
- label: [{ type: Input }],
1038
- loadingIndicatorPlaceholder: [{ type: Input }],
1039
- loadingIndicatorPosition: [{ type: Input }],
1040
- locale: [{ type: Input }],
1041
- localizeFormatFunction: [{ type: Input }],
1042
- messages: [{ type: Input }],
1043
- minLength: [{ type: Input }],
1044
- name: [{ type: Input }],
1045
- opened: [{ type: Input }],
1046
- placeholder: [{ type: Input }],
1047
- readonly: [{ type: Input }],
1048
- rightToLeft: [{ type: Input }],
1049
- resizeIndicator: [{ type: Input }],
1050
- resizeMode: [{ type: Input }],
1051
- selectionDisplayMode: [{ type: Input }],
1052
- selectedIndexes: [{ type: Input }],
1053
- selectedValues: [{ type: Input }],
1054
- selectionMode: [{ type: Input }],
1055
- sorted: [{ type: Input }],
1056
- sortDirection: [{ type: Input }],
1057
- theme: [{ type: Input }],
1058
- tokenTemplate: [{ type: Input }],
1059
- unfocusable: [{ type: Input }],
1060
- value: [{ type: Input }],
1061
- valueMember: [{ type: Input }],
1062
- verticalScrollBarVisibility: [{ type: Input }],
1063
- virtualized: [{ type: Input }],
1064
- onChange: [{ type: Output }],
1065
- onClose: [{ type: Output }],
1066
- onClosing: [{ type: Output }],
1067
- onItemClick: [{ type: Output }],
1068
- onOpen: [{ type: Output }],
1069
- onOpening: [{ type: Output }],
1070
- onResizeStart: [{ type: Output }],
1071
- onResizeEnd: [{ type: Output }],
1072
- onScrollBottomReached: [{ type: Output }],
1073
- onScrollTopReached: [{ type: Output }],
1074
- onTokenClick: [{ type: Output }]
1075
- };
996
+ ComboBoxComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ComboBoxComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
997
+ ComboBoxComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.2", type: ComboBoxComponent, selector: "smart-combo-box, [smart-combo-box]", inputs: { autoCloseDelay: "autoCloseDelay", autoComplete: "autoComplete", autoCompleteDelay: "autoCompleteDelay", autoOpenShortcutKey: "autoOpenShortcutKey", dataSource: "dataSource", disabled: "disabled", displayLoadingIndicator: "displayLoadingIndicator", displayMember: "displayMember", dropDownAppendTo: "dropDownAppendTo", dropDownButtonPosition: "dropDownButtonPosition", dropDownHeight: "dropDownHeight", dropDownMaxHeight: "dropDownMaxHeight", dropDownMaxWidth: "dropDownMaxWidth", dropDownMinHeight: "dropDownMinHeight", dropDownMinWidth: "dropDownMinWidth", dropDownOpenMode: "dropDownOpenMode", dropDownOverlay: "dropDownOverlay", dropDownPlaceholder: "dropDownPlaceholder", dropDownPosition: "dropDownPosition", dropDownWidth: "dropDownWidth", escKeyMode: "escKeyMode", filterable: "filterable", filterInputPlaceholder: "filterInputPlaceholder", filterMode: "filterMode", grouped: "grouped", groupMember: "groupMember", hint: "hint", horizontalScrollBarVisibility: "horizontalScrollBarVisibility", inputMember: "inputMember", inputPurpose: "inputPurpose", incrementalSearchDelay: "incrementalSearchDelay", incrementalSearchMode: "incrementalSearchMode", itemHeight: "itemHeight", itemMeasureMode: "itemMeasureMode", items: "items", itemTemplate: "itemTemplate", label: "label", loadingIndicatorPlaceholder: "loadingIndicatorPlaceholder", loadingIndicatorPosition: "loadingIndicatorPosition", locale: "locale", localizeFormatFunction: "localizeFormatFunction", messages: "messages", minLength: "minLength", name: "name", opened: "opened", placeholder: "placeholder", readonly: "readonly", rightToLeft: "rightToLeft", resizeIndicator: "resizeIndicator", resizeMode: "resizeMode", selectionDisplayMode: "selectionDisplayMode", selectedIndexes: "selectedIndexes", selectedValues: "selectedValues", selectionMode: "selectionMode", sorted: "sorted", sortDirection: "sortDirection", theme: "theme", tokenTemplate: "tokenTemplate", unfocusable: "unfocusable", value: "value", valueMember: "valueMember", verticalScrollBarVisibility: "verticalScrollBarVisibility", virtualized: "virtualized" }, outputs: { onChange: "onChange", onClose: "onClose", onClosing: "onClosing", onItemClick: "onItemClick", onOpen: "onOpen", onOpening: "onOpening", onResizeStart: "onResizeStart", onResizeEnd: "onResizeEnd", onScrollBottomReached: "onScrollBottomReached", onScrollTopReached: "onScrollTopReached", onTokenClick: "onTokenClick" }, providers: [CUSTOM_INPUT_CONTROL_VALUE_ACCESSOR], usesInheritance: true, usesOnChanges: true, ngImport: i0 });
998
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ComboBoxComponent, decorators: [{
999
+ type: Directive,
1000
+ args: [{
1001
+ selector: 'smart-combo-box, [smart-combo-box]',
1002
+ providers: [CUSTOM_INPUT_CONTROL_VALUE_ACCESSOR]
1003
+ }]
1004
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { autoCloseDelay: [{
1005
+ type: Input
1006
+ }], autoComplete: [{
1007
+ type: Input
1008
+ }], autoCompleteDelay: [{
1009
+ type: Input
1010
+ }], autoOpenShortcutKey: [{
1011
+ type: Input
1012
+ }], dataSource: [{
1013
+ type: Input
1014
+ }], disabled: [{
1015
+ type: Input
1016
+ }], displayLoadingIndicator: [{
1017
+ type: Input
1018
+ }], displayMember: [{
1019
+ type: Input
1020
+ }], dropDownAppendTo: [{
1021
+ type: Input
1022
+ }], dropDownButtonPosition: [{
1023
+ type: Input
1024
+ }], dropDownHeight: [{
1025
+ type: Input
1026
+ }], dropDownMaxHeight: [{
1027
+ type: Input
1028
+ }], dropDownMaxWidth: [{
1029
+ type: Input
1030
+ }], dropDownMinHeight: [{
1031
+ type: Input
1032
+ }], dropDownMinWidth: [{
1033
+ type: Input
1034
+ }], dropDownOpenMode: [{
1035
+ type: Input
1036
+ }], dropDownOverlay: [{
1037
+ type: Input
1038
+ }], dropDownPlaceholder: [{
1039
+ type: Input
1040
+ }], dropDownPosition: [{
1041
+ type: Input
1042
+ }], dropDownWidth: [{
1043
+ type: Input
1044
+ }], escKeyMode: [{
1045
+ type: Input
1046
+ }], filterable: [{
1047
+ type: Input
1048
+ }], filterInputPlaceholder: [{
1049
+ type: Input
1050
+ }], filterMode: [{
1051
+ type: Input
1052
+ }], grouped: [{
1053
+ type: Input
1054
+ }], groupMember: [{
1055
+ type: Input
1056
+ }], hint: [{
1057
+ type: Input
1058
+ }], horizontalScrollBarVisibility: [{
1059
+ type: Input
1060
+ }], inputMember: [{
1061
+ type: Input
1062
+ }], inputPurpose: [{
1063
+ type: Input
1064
+ }], incrementalSearchDelay: [{
1065
+ type: Input
1066
+ }], incrementalSearchMode: [{
1067
+ type: Input
1068
+ }], itemHeight: [{
1069
+ type: Input
1070
+ }], itemMeasureMode: [{
1071
+ type: Input
1072
+ }], items: [{
1073
+ type: Input
1074
+ }], itemTemplate: [{
1075
+ type: Input
1076
+ }], label: [{
1077
+ type: Input
1078
+ }], loadingIndicatorPlaceholder: [{
1079
+ type: Input
1080
+ }], loadingIndicatorPosition: [{
1081
+ type: Input
1082
+ }], locale: [{
1083
+ type: Input
1084
+ }], localizeFormatFunction: [{
1085
+ type: Input
1086
+ }], messages: [{
1087
+ type: Input
1088
+ }], minLength: [{
1089
+ type: Input
1090
+ }], name: [{
1091
+ type: Input
1092
+ }], opened: [{
1093
+ type: Input
1094
+ }], placeholder: [{
1095
+ type: Input
1096
+ }], readonly: [{
1097
+ type: Input
1098
+ }], rightToLeft: [{
1099
+ type: Input
1100
+ }], resizeIndicator: [{
1101
+ type: Input
1102
+ }], resizeMode: [{
1103
+ type: Input
1104
+ }], selectionDisplayMode: [{
1105
+ type: Input
1106
+ }], selectedIndexes: [{
1107
+ type: Input
1108
+ }], selectedValues: [{
1109
+ type: Input
1110
+ }], selectionMode: [{
1111
+ type: Input
1112
+ }], sorted: [{
1113
+ type: Input
1114
+ }], sortDirection: [{
1115
+ type: Input
1116
+ }], theme: [{
1117
+ type: Input
1118
+ }], tokenTemplate: [{
1119
+ type: Input
1120
+ }], unfocusable: [{
1121
+ type: Input
1122
+ }], value: [{
1123
+ type: Input
1124
+ }], valueMember: [{
1125
+ type: Input
1126
+ }], verticalScrollBarVisibility: [{
1127
+ type: Input
1128
+ }], virtualized: [{
1129
+ type: Input
1130
+ }], onChange: [{
1131
+ type: Output
1132
+ }], onClose: [{
1133
+ type: Output
1134
+ }], onClosing: [{
1135
+ type: Output
1136
+ }], onItemClick: [{
1137
+ type: Output
1138
+ }], onOpen: [{
1139
+ type: Output
1140
+ }], onOpening: [{
1141
+ type: Output
1142
+ }], onResizeStart: [{
1143
+ type: Output
1144
+ }], onResizeEnd: [{
1145
+ type: Output
1146
+ }], onScrollBottomReached: [{
1147
+ type: Output
1148
+ }], onScrollTopReached: [{
1149
+ type: Output
1150
+ }], onTokenClick: [{
1151
+ type: Output
1152
+ }] } });
1076
1153
 
1077
1154
  class ListItemComponent extends BaseElement {
1078
1155
  constructor(ref) {
@@ -1189,27 +1266,36 @@ class ListItemComponent extends BaseElement {
1189
1266
  }
1190
1267
  }
1191
1268
  }
1192
- ListItemComponent.decorators = [
1193
- { type: Directive, args: [{
1194
- selector: 'smart-list-item, [smart-list-item]'
1195
- },] }
1196
- ];
1197
- ListItemComponent.ctorParameters = () => [
1198
- { type: ElementRef }
1199
- ];
1200
- ListItemComponent.propDecorators = {
1201
- alternationIndex: [{ type: Input }],
1202
- color: [{ type: Input }],
1203
- displayMode: [{ type: Input }],
1204
- grouped: [{ type: Input }],
1205
- selected: [{ type: Input }],
1206
- value: [{ type: Input }],
1207
- label: [{ type: Input }],
1208
- details: [{ type: Input }],
1209
- group: [{ type: Input }],
1210
- hidden: [{ type: Input }],
1211
- readonly: [{ type: Input }]
1212
- };
1269
+ ListItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ListItemComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
1270
+ ListItemComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.2", type: ListItemComponent, selector: "smart-list-item, [smart-list-item]", inputs: { alternationIndex: "alternationIndex", color: "color", displayMode: "displayMode", grouped: "grouped", selected: "selected", value: "value", label: "label", details: "details", group: "group", hidden: "hidden", readonly: "readonly" }, usesInheritance: true, usesOnChanges: true, ngImport: i0 });
1271
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ListItemComponent, decorators: [{
1272
+ type: Directive,
1273
+ args: [{
1274
+ selector: 'smart-list-item, [smart-list-item]'
1275
+ }]
1276
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { alternationIndex: [{
1277
+ type: Input
1278
+ }], color: [{
1279
+ type: Input
1280
+ }], displayMode: [{
1281
+ type: Input
1282
+ }], grouped: [{
1283
+ type: Input
1284
+ }], selected: [{
1285
+ type: Input
1286
+ }], value: [{
1287
+ type: Input
1288
+ }], label: [{
1289
+ type: Input
1290
+ }], details: [{
1291
+ type: Input
1292
+ }], group: [{
1293
+ type: Input
1294
+ }], hidden: [{
1295
+ type: Input
1296
+ }], readonly: [{
1297
+ type: Input
1298
+ }] } });
1213
1299
 
1214
1300
  class ListItemsGroupComponent extends BaseElement {
1215
1301
  constructor(ref) {
@@ -1256,31 +1342,34 @@ class ListItemsGroupComponent extends BaseElement {
1256
1342
  }
1257
1343
  }
1258
1344
  }
1259
- ListItemsGroupComponent.decorators = [
1260
- { type: Directive, args: [{
1261
- selector: 'smart-list-items-group, [smart-list-items-group]'
1262
- },] }
1263
- ];
1264
- ListItemsGroupComponent.ctorParameters = () => [
1265
- { type: ElementRef }
1266
- ];
1267
- ListItemsGroupComponent.propDecorators = {
1268
- label: [{ type: Input }]
1269
- };
1345
+ ListItemsGroupComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ListItemsGroupComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
1346
+ ListItemsGroupComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.2", type: ListItemsGroupComponent, selector: "smart-list-items-group, [smart-list-items-group]", inputs: { label: "label" }, usesInheritance: true, usesOnChanges: true, ngImport: i0 });
1347
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ListItemsGroupComponent, decorators: [{
1348
+ type: Directive,
1349
+ args: [{
1350
+ selector: 'smart-list-items-group, [smart-list-items-group]'
1351
+ }]
1352
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { label: [{
1353
+ type: Input
1354
+ }] } });
1270
1355
 
1271
1356
  class ComboBoxModule {
1272
1357
  }
1273
- ComboBoxModule.decorators = [
1274
- { type: NgModule, args: [{
1275
- declarations: [ComboBoxComponent, ListItemComponent, ListItemsGroupComponent],
1276
- schemas: [CUSTOM_ELEMENTS_SCHEMA],
1277
- exports: [ComboBoxComponent, ListItemComponent, ListItemsGroupComponent]
1278
- },] }
1279
- ];
1358
+ ComboBoxModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ComboBoxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1359
+ ComboBoxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ComboBoxModule, declarations: [ComboBoxComponent, ListItemComponent, ListItemsGroupComponent], exports: [ComboBoxComponent, ListItemComponent, ListItemsGroupComponent] });
1360
+ ComboBoxModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ComboBoxModule });
1361
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ComboBoxModule, decorators: [{
1362
+ type: NgModule,
1363
+ args: [{
1364
+ declarations: [ComboBoxComponent, ListItemComponent, ListItemsGroupComponent],
1365
+ schemas: [CUSTOM_ELEMENTS_SCHEMA],
1366
+ exports: [ComboBoxComponent, ListItemComponent, ListItemsGroupComponent]
1367
+ }]
1368
+ }] });
1280
1369
 
1281
1370
  /**
1282
1371
  * Generated bundle index. Do not edit.
1283
1372
  */
1284
1373
 
1285
- export { ComboBoxComponent, ComboBoxModule, ListItemComponent, ListItemsGroupComponent, Smart, BaseElement as ɵa };
1286
- //# sourceMappingURL=smart-webcomponents-angular-combobox.js.map
1374
+ export { ComboBoxComponent, ComboBoxModule, ListItemComponent, ListItemsGroupComponent, Smart };
1375
+ //# sourceMappingURL=smart-webcomponents-angular-combobox.mjs.map