@smart-webcomponents-angular/combobox 9.2.22 → 13.0.9

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 (59) 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/demo/angular.json +2 -2
  12. package/demo/src/tsconfig.app.json +15 -15
  13. package/demo/src/tsconfig.json +23 -23
  14. package/esm2020/combobox/index.mjs +2 -0
  15. package/{esm2015/combobox/public_api.js → esm2020/combobox/public_api.mjs} +0 -0
  16. package/{esm2015/combobox/smart-webcomponents-angular-combobox.js → esm2020/combobox/smart-webcomponents-angular-combobox.mjs} +2 -3
  17. package/esm2020/combobox/smart.combobox.mjs +1042 -0
  18. package/esm2020/combobox/smart.combobox.module.mjs +20 -0
  19. package/esm2020/combobox/smart.element.mjs +99 -0
  20. package/esm2020/combobox/smart.listitem.mjs +150 -0
  21. package/esm2020/combobox/smart.listitemsgroup.mjs +60 -0
  22. package/fesm2015/{smart-webcomponents-angular-combobox.js → smart-webcomponents-angular-combobox.mjs} +238 -146
  23. package/fesm2015/smart-webcomponents-angular-combobox.mjs.map +1 -0
  24. package/fesm2020/smart-webcomponents-angular-combobox.mjs +1369 -0
  25. package/fesm2020/smart-webcomponents-angular-combobox.mjs.map +1 -0
  26. package/images/flags.png +0 -0
  27. package/index.d.ts +3578 -658
  28. package/package.json +26 -24
  29. package/source/modules/smart.combobox.js +1 -1
  30. package/source/smart.button.js +2 -2
  31. package/source/smart.checkbox.js +2 -2
  32. package/source/smart.combobox.js +2 -2
  33. package/source/smart.dropdownlist.js +2 -2
  34. package/source/smart.element.js +2 -2
  35. package/source/smart.listbox.js +2 -2
  36. package/source/smart.radiobutton.js +2 -2
  37. package/source/smart.scrollbar.js +2 -2
  38. package/styles/font/smart-icons.eot +0 -0
  39. package/styles/font/smart-icons.svg +64 -2
  40. package/styles/font/smart-icons.ttf +0 -0
  41. package/styles/font/smart-icons.woff +0 -0
  42. package/styles/font/smart-icons.woff2 +0 -0
  43. package/styles/smart.base.css +4 -4
  44. package/styles/smart.combobox.css +2 -2
  45. package/styles/smart.common.css +1 -1
  46. package/bundles/smart-webcomponents-angular-combobox.umd.js +0 -2011
  47. package/bundles/smart-webcomponents-angular-combobox.umd.min.js +0 -25
  48. package/combobox/smart-webcomponents-angular-combobox.metadata.json +0 -1
  49. package/demo/src/app/app.component.ts +0 -29
  50. package/demo/src/app/app.module.ts +0 -15
  51. package/demo/src/app/main.ts +0 -6
  52. package/demo/src/main.ts +0 -16
  53. package/demo/src/polyfills.ts +0 -73
  54. package/esm2015/combobox/smart.combobox.js +0 -986
  55. package/esm2015/combobox/smart.combobox.module.js +0 -15
  56. package/esm2015/combobox/smart.element.js +0 -83
  57. package/esm2015/combobox/smart.listitem.js +0 -140
  58. package/esm2015/combobox/smart.listitemsgroup.js +0 -60
  59. 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, Component, Output, Input, forwardRef, Directive, 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,32 @@ 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.Component });
85
+ BaseElement.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: BaseElement, selector: "ng-component", inputs: { locale: "locale", localizeFormatFunction: "localizeFormatFunction", messages: "messages", rightToLeft: "rightToLeft", theme: "theme" }, outputs: { onCreate: "onCreate", onReady: "onReady", onAttach: "onAttach", onDetach: "onDetach" }, ngImport: i0, template: '', isInline: true });
86
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: BaseElement, decorators: [{
87
+ type: Component,
88
+ args: [{
89
+ template: ''
90
+ }]
91
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { onCreate: [{
92
+ type: Output
93
+ }], onReady: [{
94
+ type: Output
95
+ }], onAttach: [{
96
+ type: Output
97
+ }], onDetach: [{
98
+ type: Output
99
+ }], locale: [{
100
+ type: Input
101
+ }], localizeFormatFunction: [{
102
+ type: Input
103
+ }], messages: [{
104
+ type: Input
105
+ }], rightToLeft: [{
106
+ type: Input
107
+ }], theme: [{
108
+ type: Input
109
+ }] } });
94
110
  const Smart = window.Smart;
95
111
 
96
112
  const CUSTOM_INPUT_CONTROL_VALUE_ACCESSOR = {
@@ -176,13 +192,6 @@ class ComboBoxComponent extends BaseElement {
176
192
  }
177
193
  return this.nativeElement;
178
194
  }
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
195
  /** @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
196
  get autoCloseDelay() {
188
197
  return this.nativeElement ? this.nativeElement.autoCloseDelay : undefined;
@@ -987,92 +996,163 @@ class ComboBoxComponent extends BaseElement {
987
996
  }
988
997
  }
989
998
  }
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
- };
999
+ ComboBoxComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ComboBoxComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
1000
+ 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 });
1001
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ComboBoxComponent, decorators: [{
1002
+ type: Directive,
1003
+ args: [{
1004
+ selector: 'smart-combo-box, [smart-combo-box]',
1005
+ providers: [CUSTOM_INPUT_CONTROL_VALUE_ACCESSOR]
1006
+ }]
1007
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { autoCloseDelay: [{
1008
+ type: Input
1009
+ }], autoComplete: [{
1010
+ type: Input
1011
+ }], autoCompleteDelay: [{
1012
+ type: Input
1013
+ }], autoOpenShortcutKey: [{
1014
+ type: Input
1015
+ }], dataSource: [{
1016
+ type: Input
1017
+ }], disabled: [{
1018
+ type: Input
1019
+ }], displayLoadingIndicator: [{
1020
+ type: Input
1021
+ }], displayMember: [{
1022
+ type: Input
1023
+ }], dropDownAppendTo: [{
1024
+ type: Input
1025
+ }], dropDownButtonPosition: [{
1026
+ type: Input
1027
+ }], dropDownHeight: [{
1028
+ type: Input
1029
+ }], dropDownMaxHeight: [{
1030
+ type: Input
1031
+ }], dropDownMaxWidth: [{
1032
+ type: Input
1033
+ }], dropDownMinHeight: [{
1034
+ type: Input
1035
+ }], dropDownMinWidth: [{
1036
+ type: Input
1037
+ }], dropDownOpenMode: [{
1038
+ type: Input
1039
+ }], dropDownOverlay: [{
1040
+ type: Input
1041
+ }], dropDownPlaceholder: [{
1042
+ type: Input
1043
+ }], dropDownPosition: [{
1044
+ type: Input
1045
+ }], dropDownWidth: [{
1046
+ type: Input
1047
+ }], escKeyMode: [{
1048
+ type: Input
1049
+ }], filterable: [{
1050
+ type: Input
1051
+ }], filterInputPlaceholder: [{
1052
+ type: Input
1053
+ }], filterMode: [{
1054
+ type: Input
1055
+ }], grouped: [{
1056
+ type: Input
1057
+ }], groupMember: [{
1058
+ type: Input
1059
+ }], hint: [{
1060
+ type: Input
1061
+ }], horizontalScrollBarVisibility: [{
1062
+ type: Input
1063
+ }], inputMember: [{
1064
+ type: Input
1065
+ }], inputPurpose: [{
1066
+ type: Input
1067
+ }], incrementalSearchDelay: [{
1068
+ type: Input
1069
+ }], incrementalSearchMode: [{
1070
+ type: Input
1071
+ }], itemHeight: [{
1072
+ type: Input
1073
+ }], itemMeasureMode: [{
1074
+ type: Input
1075
+ }], items: [{
1076
+ type: Input
1077
+ }], itemTemplate: [{
1078
+ type: Input
1079
+ }], label: [{
1080
+ type: Input
1081
+ }], loadingIndicatorPlaceholder: [{
1082
+ type: Input
1083
+ }], loadingIndicatorPosition: [{
1084
+ type: Input
1085
+ }], locale: [{
1086
+ type: Input
1087
+ }], localizeFormatFunction: [{
1088
+ type: Input
1089
+ }], messages: [{
1090
+ type: Input
1091
+ }], minLength: [{
1092
+ type: Input
1093
+ }], name: [{
1094
+ type: Input
1095
+ }], opened: [{
1096
+ type: Input
1097
+ }], placeholder: [{
1098
+ type: Input
1099
+ }], readonly: [{
1100
+ type: Input
1101
+ }], rightToLeft: [{
1102
+ type: Input
1103
+ }], resizeIndicator: [{
1104
+ type: Input
1105
+ }], resizeMode: [{
1106
+ type: Input
1107
+ }], selectionDisplayMode: [{
1108
+ type: Input
1109
+ }], selectedIndexes: [{
1110
+ type: Input
1111
+ }], selectedValues: [{
1112
+ type: Input
1113
+ }], selectionMode: [{
1114
+ type: Input
1115
+ }], sorted: [{
1116
+ type: Input
1117
+ }], sortDirection: [{
1118
+ type: Input
1119
+ }], theme: [{
1120
+ type: Input
1121
+ }], tokenTemplate: [{
1122
+ type: Input
1123
+ }], unfocusable: [{
1124
+ type: Input
1125
+ }], value: [{
1126
+ type: Input
1127
+ }], valueMember: [{
1128
+ type: Input
1129
+ }], verticalScrollBarVisibility: [{
1130
+ type: Input
1131
+ }], virtualized: [{
1132
+ type: Input
1133
+ }], onChange: [{
1134
+ type: Output
1135
+ }], onClose: [{
1136
+ type: Output
1137
+ }], onClosing: [{
1138
+ type: Output
1139
+ }], onItemClick: [{
1140
+ type: Output
1141
+ }], onOpen: [{
1142
+ type: Output
1143
+ }], onOpening: [{
1144
+ type: Output
1145
+ }], onResizeStart: [{
1146
+ type: Output
1147
+ }], onResizeEnd: [{
1148
+ type: Output
1149
+ }], onScrollBottomReached: [{
1150
+ type: Output
1151
+ }], onScrollTopReached: [{
1152
+ type: Output
1153
+ }], onTokenClick: [{
1154
+ type: Output
1155
+ }] } });
1076
1156
 
1077
1157
  class ListItemComponent extends BaseElement {
1078
1158
  constructor(ref) {
@@ -1189,27 +1269,36 @@ class ListItemComponent extends BaseElement {
1189
1269
  }
1190
1270
  }
1191
1271
  }
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
- };
1272
+ ListItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ListItemComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
1273
+ 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 });
1274
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ListItemComponent, decorators: [{
1275
+ type: Directive,
1276
+ args: [{
1277
+ selector: 'smart-list-item, [smart-list-item]'
1278
+ }]
1279
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { alternationIndex: [{
1280
+ type: Input
1281
+ }], color: [{
1282
+ type: Input
1283
+ }], displayMode: [{
1284
+ type: Input
1285
+ }], grouped: [{
1286
+ type: Input
1287
+ }], selected: [{
1288
+ type: Input
1289
+ }], value: [{
1290
+ type: Input
1291
+ }], label: [{
1292
+ type: Input
1293
+ }], details: [{
1294
+ type: Input
1295
+ }], group: [{
1296
+ type: Input
1297
+ }], hidden: [{
1298
+ type: Input
1299
+ }], readonly: [{
1300
+ type: Input
1301
+ }] } });
1213
1302
 
1214
1303
  class ListItemsGroupComponent extends BaseElement {
1215
1304
  constructor(ref) {
@@ -1256,31 +1345,34 @@ class ListItemsGroupComponent extends BaseElement {
1256
1345
  }
1257
1346
  }
1258
1347
  }
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
- };
1348
+ ListItemsGroupComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ListItemsGroupComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
1349
+ 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 });
1350
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ListItemsGroupComponent, decorators: [{
1351
+ type: Directive,
1352
+ args: [{
1353
+ selector: 'smart-list-items-group, [smart-list-items-group]'
1354
+ }]
1355
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { label: [{
1356
+ type: Input
1357
+ }] } });
1270
1358
 
1271
1359
  class ComboBoxModule {
1272
1360
  }
1273
- ComboBoxModule.decorators = [
1274
- { type: NgModule, args: [{
1275
- declarations: [ComboBoxComponent, ListItemComponent, ListItemsGroupComponent],
1276
- schemas: [CUSTOM_ELEMENTS_SCHEMA],
1277
- exports: [ComboBoxComponent, ListItemComponent, ListItemsGroupComponent]
1278
- },] }
1279
- ];
1361
+ ComboBoxModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ComboBoxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1362
+ ComboBoxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ComboBoxModule, declarations: [ComboBoxComponent, ListItemComponent, ListItemsGroupComponent], exports: [ComboBoxComponent, ListItemComponent, ListItemsGroupComponent] });
1363
+ ComboBoxModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ComboBoxModule });
1364
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ComboBoxModule, decorators: [{
1365
+ type: NgModule,
1366
+ args: [{
1367
+ declarations: [ComboBoxComponent, ListItemComponent, ListItemsGroupComponent],
1368
+ schemas: [CUSTOM_ELEMENTS_SCHEMA],
1369
+ exports: [ComboBoxComponent, ListItemComponent, ListItemsGroupComponent]
1370
+ }]
1371
+ }] });
1280
1372
 
1281
1373
  /**
1282
1374
  * Generated bundle index. Do not edit.
1283
1375
  */
1284
1376
 
1285
- export { ComboBoxComponent, ComboBoxModule, ListItemComponent, ListItemsGroupComponent, Smart, BaseElement as ɵa };
1286
- //# sourceMappingURL=smart-webcomponents-angular-combobox.js.map
1377
+ export { ComboBoxComponent, ComboBoxModule, ListItemComponent, ListItemsGroupComponent, Smart };
1378
+ //# sourceMappingURL=smart-webcomponents-angular-combobox.mjs.map