@progress/kendo-angular-listbox 1.0.5 → 11.0.0-develop.100

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 (35) hide show
  1. package/LICENSE.md +1 -1
  2. package/NOTICE.txt +4 -4
  3. package/README.md +1 -1
  4. package/constants.d.ts +2 -2
  5. package/data-binding.directive.d.ts +1 -1
  6. package/{esm2015/constants.js → esm2020/constants.mjs} +21 -13
  7. package/{esm2015/data-binding.directive.js → esm2020/data-binding.directive.mjs} +6 -5
  8. package/{esm2015/main.js → esm2020/index.mjs} +1 -1
  9. package/{esm2015/item-selectable.directive.js → esm2020/item-selectable.directive.mjs} +5 -4
  10. package/{esm2015/item-template.directive.js → esm2020/item-template.directive.mjs} +5 -5
  11. package/{esm2015/listbox.component.js → esm2020/listbox.component.mjs} +55 -37
  12. package/{esm2015/listbox.module.js → esm2020/listbox.module.mjs} +5 -5
  13. package/{esm2015/package-metadata.js → esm2020/package-metadata.mjs} +2 -2
  14. package/{esm2015/kendo-angular-listbox.js → esm2020/progress-kendo-angular-listbox.mjs} +2 -2
  15. package/{esm2015/selection.service.js → esm2020/selection.service.mjs} +4 -4
  16. package/{esm2015/size.js → esm2020/size.mjs} +1 -1
  17. package/{esm2015/toolbar.js → esm2020/toolbar.mjs} +1 -1
  18. package/{esm2015/util.js → esm2020/util.mjs} +1 -1
  19. package/fesm2015/{kendo-angular-listbox.js → progress-kendo-angular-listbox.mjs} +92 -66
  20. package/fesm2020/progress-kendo-angular-listbox.mjs +613 -0
  21. package/{main.d.ts → index.d.ts} +2 -1
  22. package/item-selectable.directive.d.ts +1 -1
  23. package/item-template.directive.d.ts +1 -1
  24. package/listbox.component.d.ts +5 -2
  25. package/listbox.module.d.ts +1 -1
  26. package/package-metadata.d.ts +1 -1
  27. package/package.json +30 -57
  28. package/{kendo-angular-listbox.d.ts → progress-kendo-angular-listbox.d.ts} +2 -2
  29. package/schematics/ngAdd/index.js +1 -5
  30. package/selection.service.d.ts +1 -1
  31. package/size.d.ts +1 -1
  32. package/toolbar.d.ts +3 -1
  33. package/util.d.ts +1 -1
  34. package/bundles/kendo-angular-listbox.umd.js +0 -5
  35. package/schematics/ngAdd/index.js.map +0 -1
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as i0 from '@angular/core';
@@ -7,10 +7,11 @@ import { EventEmitter, Injectable, Directive, Input, HostBinding, HostListener,
7
7
  import { validatePackage } from '@progress/kendo-licensing';
8
8
  import { Subscription } from 'rxjs';
9
9
  import { getter } from '@progress/kendo-common';
10
- import * as i2 from '@angular/common';
11
- import { CommonModule } from '@angular/common';
12
- import * as i3 from '@progress/kendo-angular-buttons';
10
+ import { caretAltUpIcon, caretAltDownIcon, caretAltLeftIcon, caretAltRightIcon, caretDoubleAltRightIcon, caretDoubleAltLeftIcon, xIcon } from '@progress/kendo-svg-icons';
11
+ import * as i2 from '@progress/kendo-angular-buttons';
13
12
  import { ButtonsModule } from '@progress/kendo-angular-buttons';
13
+ import * as i3 from '@angular/common';
14
+ import { CommonModule } from '@angular/common';
14
15
  import { isChanged } from '@progress/kendo-angular-common';
15
16
 
16
17
  /**
@@ -20,7 +21,7 @@ const packageMetadata = {
20
21
  name: '@progress/kendo-angular-listbox',
21
22
  productName: 'Kendo UI for Angular',
22
23
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
23
- publishDate: 1668698772,
24
+ publishDate: 1673469243,
24
25
  version: '',
25
26
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
26
27
  };
@@ -44,9 +45,9 @@ class ListBoxSelectionService {
44
45
  this.selectedIndex = null;
45
46
  }
46
47
  }
47
- ListBoxSelectionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ListBoxSelectionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
48
- ListBoxSelectionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ListBoxSelectionService });
49
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ListBoxSelectionService, decorators: [{
48
+ ListBoxSelectionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ListBoxSelectionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
49
+ ListBoxSelectionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ListBoxSelectionService });
50
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ListBoxSelectionService, decorators: [{
50
51
  type: Injectable
51
52
  }] });
52
53
 
@@ -74,9 +75,9 @@ class ItemTemplateDirective {
74
75
  this.templateRef = templateRef;
75
76
  }
76
77
  }
77
- ItemTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ItemTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
78
- ItemTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.16", type: ItemTemplateDirective, selector: "[kendoListBoxItemTemplate]", ngImport: i0 });
79
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ItemTemplateDirective, decorators: [{
78
+ ItemTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ItemTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
79
+ ItemTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: ItemTemplateDirective, selector: "[kendoListBoxItemTemplate]", ngImport: i0 });
80
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ItemTemplateDirective, decorators: [{
80
81
  type: Directive,
81
82
  args: [{
82
83
  selector: '[kendoListBoxItemTemplate]'
@@ -94,37 +95,44 @@ const allTools = [
94
95
  {
95
96
  name: 'moveUp',
96
97
  label: 'Move Up',
97
- icon: 'arrow-n'
98
+ icon: 'caret-alt-up',
99
+ svgIcon: caretAltUpIcon
98
100
  },
99
101
  {
100
102
  name: 'moveDown',
101
103
  label: 'Move Down',
102
- icon: 'arrow-s'
104
+ icon: 'caret-alt-down',
105
+ svgIcon: caretAltDownIcon
103
106
  },
104
107
  {
105
108
  name: 'transferTo',
106
109
  label: 'Transfer From',
107
- icon: 'arrow-w'
110
+ icon: 'caret-alt-left',
111
+ svgIcon: caretAltLeftIcon
108
112
  },
109
113
  {
110
114
  name: 'transferFrom',
111
115
  label: 'Transfer To',
112
- icon: 'arrow-e'
116
+ icon: 'caret-alt-right',
117
+ svgIcon: caretAltRightIcon
113
118
  },
114
119
  {
115
120
  name: 'transferAllTo',
116
121
  label: 'Transfer All To',
117
- icon: 'arrow-double-60-right'
122
+ icon: 'caret-double-alt-right',
123
+ svgIcon: caretDoubleAltRightIcon
118
124
  },
119
125
  {
120
126
  name: 'transferAllFrom',
121
127
  label: 'Transfer All From',
122
- icon: 'arrow-double-60-left'
128
+ icon: 'caret-double-alt-left',
129
+ svgIcon: caretDoubleAltLeftIcon
123
130
  },
124
131
  {
125
132
  name: 'remove',
126
133
  label: 'Remove',
127
- icon: 'x'
134
+ icon: 'x',
135
+ svgIcon: xIcon
128
136
  }
129
137
  ];
130
138
  /**
@@ -138,11 +146,11 @@ const sizeClassMap = {
138
146
  /**
139
147
  * @hidden
140
148
  */
141
- const toolbarClasses = {
142
- left: 'k-listbox-toolbar-left',
143
- right: 'k-listbox-toolbar-right',
144
- top: 'k-listbox-toolbar-top',
145
- bottom: 'k-listbox-toolbar-bottom'
149
+ const actionsClasses = {
150
+ left: 'k-listbox-actions-left',
151
+ right: 'k-listbox-actions-right',
152
+ top: 'k-listbox-actions-top',
153
+ bottom: 'k-listbox-actions-bottom'
146
154
  };
147
155
 
148
156
  /**
@@ -193,9 +201,9 @@ class ItemSelectableDirective {
193
201
  this.selectionService.select(this.index);
194
202
  }
195
203
  }
196
- ItemSelectableDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ItemSelectableDirective, deps: [{ token: ListBoxSelectionService }], target: i0.ɵɵFactoryTarget.Directive });
197
- ItemSelectableDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.16", type: ItemSelectableDirective, selector: "[kendoListBoxItemSelectable]", inputs: { index: "index" }, host: { listeners: { "click": "onClick($event)" }, properties: { "class.k-selected": "this.selectedClassName" } }, ngImport: i0 });
198
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ItemSelectableDirective, decorators: [{
204
+ ItemSelectableDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ItemSelectableDirective, deps: [{ token: ListBoxSelectionService }], target: i0.ɵɵFactoryTarget.Directive });
205
+ ItemSelectableDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: ItemSelectableDirective, selector: "[kendoListBoxItemSelectable]", inputs: { index: "index" }, host: { listeners: { "click": "onClick($event)" }, properties: { "class.k-selected": "this.selectedClassName" } }, ngImport: i0 });
206
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ItemSelectableDirective, decorators: [{
199
207
  type: Directive,
200
208
  args: [{
201
209
  selector: '[kendoListBoxItemSelectable]'
@@ -210,6 +218,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
210
218
  args: ['click', ['$event']]
211
219
  }] } });
212
220
 
221
+ const DEFAULT_SIZE = 'medium';
213
222
  /**
214
223
  * Represents the [Kendo UI ListBox component for Angular]({% slug overview_listbox %}).
215
224
  */
@@ -226,15 +235,6 @@ class ListBoxComponent {
226
235
  * The data which will be displayed by the ListBox.
227
236
  */
228
237
  this.data = [];
229
- /**
230
- * Sets the size of the component.
231
- *
232
- * The possible values are:
233
- * - `'small'`
234
- * - `'medium'` (default)
235
- * - `'large'`
236
- */
237
- this.size = 'medium';
238
238
  /**
239
239
  * A function which determines if a specific item is disabled.
240
240
  */
@@ -251,13 +251,32 @@ class ListBoxComponent {
251
251
  * @hidden
252
252
  */
253
253
  this.selectedTools = allTools;
254
+ this._size = DEFAULT_SIZE;
254
255
  this.sub = new Subscription();
255
256
  validatePackage(packageMetadata);
256
257
  this.setToolbarClass(DEFAULT_TOOLBAR_POSITION);
258
+ this.setSizingClass(this.size);
257
259
  this.sub.add(this.selectionService.onSelect.subscribe((e) => {
258
260
  this.selectionChange.next(e);
259
261
  }));
260
262
  }
263
+ /**
264
+ * Sets the size of the component.
265
+ *
266
+ * The possible values are:
267
+ * - `'small'`
268
+ * - `'medium'` (default)
269
+ * - `'large'`
270
+ */
271
+ set size(size) {
272
+ const newSize = size ? size : DEFAULT_SIZE;
273
+ this.renderer.removeClass(this.hostElement.nativeElement, `k-listbox-${sizeClassMap[this.size]}`);
274
+ this.setSizingClass(newSize);
275
+ this._size = size;
276
+ }
277
+ get size() {
278
+ return this._size;
279
+ }
261
280
  /**
262
281
  * Sets whether a toolbar should be displayed with the ListBox, as well as what tools and position should be used.
263
282
  */
@@ -320,26 +339,31 @@ class ListBoxComponent {
320
339
  return fieldAccessor(dataItem, this.textField);
321
340
  }
322
341
  setToolbarClass(pos) {
323
- Object.keys(toolbarClasses).forEach((className) => {
342
+ Object.keys(actionsClasses).forEach((className) => {
324
343
  if (pos === className) {
325
- this.renderer.addClass(this.hostElement.nativeElement, toolbarClasses[className]);
344
+ this.renderer.addClass(this.hostElement.nativeElement, actionsClasses[className]);
326
345
  }
327
346
  else {
328
- this.renderer.removeClass(this.hostElement.nativeElement, toolbarClasses[className]);
347
+ this.renderer.removeClass(this.hostElement.nativeElement, actionsClasses[className]);
329
348
  }
330
349
  });
331
350
  }
351
+ setSizingClass(size) {
352
+ this.renderer.addClass(this.hostElement.nativeElement, `k-listbox-${sizeClassMap[size]}`);
353
+ }
332
354
  }
333
- ListBoxComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ListBoxComponent, deps: [{ token: ListBoxSelectionService }, { token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
334
- ListBoxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: ListBoxComponent, selector: "kendo-listbox", inputs: { textField: "textField", data: "data", size: "size", toolbar: "toolbar", itemDisabled: "itemDisabled" }, outputs: { selectionChange: "selectionChange", actionClick: "actionClick" }, host: { properties: { "class.k-listbox": "this.listboxClassName" } }, providers: [ListBoxSelectionService], queries: [{ propertyName: "itemTemplate", first: true, predicate: ItemTemplateDirective, descendants: true }], ngImport: i0, template: `
335
- <div class="k-listbox-toolbar" *ngIf="selectedTools.length > 0">
336
- <ul class="k-reset">
337
- <li *ngFor="let tool of selectedTools">
338
- <button kendoButton [icon]="tool.icon" (click)="performAction(tool.name)" role="button"></button>
339
- </li>
340
-
341
- <!-- react moving items has a smoother removal of the style: https://www.telerik.com/kendo-react-ui/components/listbox/ -->
342
- </ul>
355
+ ListBoxComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ListBoxComponent, deps: [{ token: ListBoxSelectionService }, { token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
356
+ ListBoxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: ListBoxComponent, selector: "kendo-listbox", inputs: { textField: "textField", data: "data", size: "size", toolbar: "toolbar", itemDisabled: "itemDisabled" }, outputs: { selectionChange: "selectionChange", actionClick: "actionClick" }, host: { properties: { "class.k-listbox": "this.listboxClassName" } }, providers: [ListBoxSelectionService], queries: [{ propertyName: "itemTemplate", first: true, predicate: ItemTemplateDirective, descendants: true }], ngImport: i0, template: `
357
+ <div class="k-listbox-actions" *ngIf="selectedTools.length > 0">
358
+ <button
359
+ *ngFor="let tool of selectedTools"
360
+ kendoButton
361
+ [size]="this.size"
362
+ [icon]="tool.icon"
363
+ [svgIcon]="tool.svgIcon"
364
+ (click)="performAction(tool.name)"
365
+ role="button"
366
+ ></button>
343
367
  </div>
344
368
  <div class="k-list-scroller k-selectable">
345
369
  <div class="{{ listClasses }}">
@@ -366,21 +390,23 @@ ListBoxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versi
366
390
  </div>
367
391
  </div>
368
392
  </div>
369
- `, isInline: true, directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i3.ButtonDirective, selector: "button[kendoButton], span[kendoButton]", inputs: ["toggleable", "togglable", "selected", "tabIndex", "icon", "iconClass", "imageUrl", "disabled", "size", "rounded", "fillMode", "themeColor", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { type: ItemSelectableDirective, selector: "[kendoListBoxItemSelectable]", inputs: ["index"] }, { type: i3.TemplateContextDirective, selector: "[templateContext]", inputs: ["templateContext"] }] });
370
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ListBoxComponent, decorators: [{
393
+ `, isInline: true, components: [{ type: i2.Button, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }], directives: [{ type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: ItemSelectableDirective, selector: "[kendoListBoxItemSelectable]", inputs: ["index"] }, { type: i2.TemplateContextDirective, selector: "[templateContext]", inputs: ["templateContext"] }] });
394
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ListBoxComponent, decorators: [{
371
395
  type: Component,
372
396
  args: [{
373
397
  selector: 'kendo-listbox',
374
398
  providers: [ListBoxSelectionService],
375
399
  template: `
376
- <div class="k-listbox-toolbar" *ngIf="selectedTools.length > 0">
377
- <ul class="k-reset">
378
- <li *ngFor="let tool of selectedTools">
379
- <button kendoButton [icon]="tool.icon" (click)="performAction(tool.name)" role="button"></button>
380
- </li>
381
-
382
- <!-- react moving items has a smoother removal of the style: https://www.telerik.com/kendo-react-ui/components/listbox/ -->
383
- </ul>
400
+ <div class="k-listbox-actions" *ngIf="selectedTools.length > 0">
401
+ <button
402
+ *ngFor="let tool of selectedTools"
403
+ kendoButton
404
+ [size]="this.size"
405
+ [icon]="tool.icon"
406
+ [svgIcon]="tool.svgIcon"
407
+ (click)="performAction(tool.name)"
408
+ role="button"
409
+ ></button>
384
410
  </div>
385
411
  <div class="k-list-scroller k-selectable">
386
412
  <div class="{{ listClasses }}">
@@ -481,7 +507,7 @@ class DataBindingDirective {
481
507
  */
482
508
  ngOnChanges(changes) {
483
509
  if (isChanged('connectedWith', changes, false)) {
484
- if (!changes.connectedWith.firstChange) {
510
+ if (!changes['connectedWith'].firstChange) {
485
511
  this.selectedBoxSub.unsubscribe();
486
512
  this.selectedBoxSub = new Subscription();
487
513
  }
@@ -551,9 +577,9 @@ class DataBindingDirective {
551
577
  this.selectedBox = target;
552
578
  }
553
579
  }
554
- DataBindingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DataBindingDirective, deps: [{ token: ListBoxComponent }], target: i0.ɵɵFactoryTarget.Directive });
555
- DataBindingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.16", type: DataBindingDirective, selector: "[kendoListBoxDataBinding]", inputs: { connectedWith: "connectedWith" }, usesOnChanges: true, ngImport: i0 });
556
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DataBindingDirective, decorators: [{
580
+ DataBindingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DataBindingDirective, deps: [{ token: ListBoxComponent }], target: i0.ɵɵFactoryTarget.Directive });
581
+ DataBindingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: DataBindingDirective, selector: "[kendoListBoxDataBinding]", inputs: { connectedWith: "connectedWith" }, usesOnChanges: true, ngImport: i0 });
582
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DataBindingDirective, decorators: [{
557
583
  type: Directive,
558
584
  args: [{
559
585
  selector: '[kendoListBoxDataBinding]'
@@ -567,10 +593,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
567
593
  */
568
594
  class ListBoxModule {
569
595
  }
570
- ListBoxModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ListBoxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
571
- ListBoxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ListBoxModule, declarations: [ListBoxComponent, ItemTemplateDirective, ItemSelectableDirective, DataBindingDirective], imports: [ButtonsModule, CommonModule], exports: [ListBoxComponent, ItemTemplateDirective, ItemSelectableDirective, DataBindingDirective] });
572
- ListBoxModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ListBoxModule, imports: [[ButtonsModule, CommonModule]] });
573
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ListBoxModule, decorators: [{
596
+ ListBoxModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ListBoxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
597
+ ListBoxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ListBoxModule, declarations: [ListBoxComponent, ItemTemplateDirective, ItemSelectableDirective, DataBindingDirective], imports: [ButtonsModule, CommonModule], exports: [ListBoxComponent, ItemTemplateDirective, ItemSelectableDirective, DataBindingDirective] });
598
+ ListBoxModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ListBoxModule, imports: [[ButtonsModule, CommonModule]] });
599
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ListBoxModule, decorators: [{
574
600
  type: NgModule,
575
601
  args: [{
576
602
  imports: [ButtonsModule, CommonModule],