@progress/kendo-angular-progressbar 2.0.2-dev.202110221128 → 3.0.0-next.202202141243

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 (81) hide show
  1. package/LICENSE.md +1 -1
  2. package/NOTICE.txt +119 -79
  3. package/README.md +1 -1
  4. package/bundles/kendo-angular-progressbar.umd.js +5 -0
  5. package/{dist/es2015/chunk → chunk}/chunk-progressbar.component.d.ts +6 -3
  6. package/{dist/es2015/common → common}/constants.d.ts +0 -0
  7. package/{dist/es2015/common → common}/progressbar-base.d.ts +19 -16
  8. package/{dist/es2015/common → common}/util.d.ts +0 -0
  9. package/{dist/es2015 → esm2015}/chunk/chunk-progressbar.component.js +51 -39
  10. package/{dist/es2015 → esm2015}/common/constants.js +0 -0
  11. package/{dist/es2015 → esm2015}/common/progressbar-base.js +61 -84
  12. package/{dist/es2015 → esm2015}/common/util.js +0 -3
  13. package/{dist/es2015/index.d.ts → esm2015/kendo-angular-progressbar.js} +0 -1
  14. package/{dist/es → esm2015}/main.js +0 -0
  15. package/{dist/es2015 → esm2015}/package-metadata.js +1 -1
  16. package/{dist/es2015 → esm2015}/progressbar.component.js +79 -58
  17. package/{dist/es2015 → esm2015}/progressbar.module.js +14 -11
  18. package/{dist/es2015 → esm2015}/types/animation-end-event.js +1 -0
  19. package/{dist/es2015 → esm2015}/types/animation-options.interface.js +1 -0
  20. package/{dist/es2015 → esm2015}/types/label-fn-type.js +1 -0
  21. package/{dist/es → esm2015}/types/label-position.js +1 -0
  22. package/{dist/es → esm2015}/types/label-settings.interface.js +1 -0
  23. package/{dist/es → esm2015}/types/label-type.js +1 -0
  24. package/{dist/es → esm2015}/types/progressbar-animation.interface.js +1 -0
  25. package/{dist/es → esm2015}/types/progressbar-orientation.js +1 -0
  26. package/{dist/fesm2015/index.js → fesm2015/kendo-angular-progressbar.js} +201 -187
  27. package/{dist/es/index.js → kendo-angular-progressbar.d.ts} +1 -1
  28. package/{dist/es2015/main.d.ts → main.d.ts} +0 -0
  29. package/{dist/es2015/package-metadata.d.ts → package-metadata.d.ts} +0 -0
  30. package/package.json +33 -98
  31. package/{dist/es2015/progressbar.component.d.ts → progressbar.component.d.ts} +10 -7
  32. package/{dist/es2015/progressbar.module.d.ts → progressbar.module.d.ts} +7 -0
  33. package/schematics/ngAdd/index.js +5 -2
  34. package/schematics/ngAdd/index.js.map +1 -1
  35. package/{dist/es2015/types → types}/animation-end-event.d.ts +0 -0
  36. package/{dist/es2015/types → types}/animation-options.interface.d.ts +0 -0
  37. package/{dist/es2015/types → types}/label-fn-type.d.ts +0 -0
  38. package/{dist/es2015/types → types}/label-position.d.ts +0 -0
  39. package/{dist/es2015/types → types}/label-settings.interface.d.ts +0 -0
  40. package/{dist/es2015/types → types}/label-type.d.ts +0 -0
  41. package/{dist/es2015/types → types}/progressbar-animation.interface.d.ts +0 -0
  42. package/{dist/es2015/types → types}/progressbar-orientation.d.ts +0 -0
  43. package/dist/cdn/js/kendo-angular-progressbar.js +0 -20
  44. package/dist/cdn/main.js +0 -5
  45. package/dist/es/chunk/chunk-progressbar.component.js +0 -129
  46. package/dist/es/common/constants.js +0 -16
  47. package/dist/es/common/progressbar-base.js +0 -305
  48. package/dist/es/common/util.js +0 -86
  49. package/dist/es/package-metadata.js +0 -15
  50. package/dist/es/progressbar.component.js +0 -304
  51. package/dist/es/progressbar.module.js +0 -55
  52. package/dist/es/types/animation-end-event.js +0 -4
  53. package/dist/es/types/animation-options.interface.js +0 -4
  54. package/dist/es/types/label-fn-type.js +0 -4
  55. package/dist/es2015/index.js +0 -9
  56. package/dist/es2015/index.metadata.json +0 -1
  57. package/dist/es2015/main.js +0 -7
  58. package/dist/es2015/types/label-position.js +0 -4
  59. package/dist/es2015/types/label-settings.interface.js +0 -4
  60. package/dist/es2015/types/label-type.js +0 -4
  61. package/dist/es2015/types/progressbar-animation.interface.js +0 -4
  62. package/dist/es2015/types/progressbar-orientation.js +0 -4
  63. package/dist/fesm5/index.js +0 -875
  64. package/dist/npm/chunk/chunk-progressbar.component.js +0 -131
  65. package/dist/npm/common/constants.js +0 -18
  66. package/dist/npm/common/progressbar-base.js +0 -307
  67. package/dist/npm/common/util.js +0 -89
  68. package/dist/npm/index.js +0 -13
  69. package/dist/npm/main.js +0 -12
  70. package/dist/npm/package-metadata.js +0 -17
  71. package/dist/npm/progressbar.component.js +0 -306
  72. package/dist/npm/progressbar.module.js +0 -57
  73. package/dist/npm/types/animation-end-event.js +0 -6
  74. package/dist/npm/types/animation-options.interface.js +0 -6
  75. package/dist/npm/types/label-fn-type.js +0 -6
  76. package/dist/npm/types/label-position.js +0 -6
  77. package/dist/npm/types/label-settings.interface.js +0 -6
  78. package/dist/npm/types/label-type.js +0 -6
  79. package/dist/npm/types/progressbar-animation.interface.js +0 -6
  80. package/dist/npm/types/progressbar-orientation.js +0 -6
  81. package/dist/systemjs/kendo-angular-progressbar.js +0 -5
@@ -2,11 +2,12 @@
2
2
  * Copyright © 2021 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
- import * as tslib_1 from "tslib";
6
- import { HostBinding, Input } from '@angular/core';
5
+ import { HostBinding, Input, Component } from '@angular/core';
7
6
  import { validatePackage } from '@progress/kendo-licensing';
8
7
  import { packageMetadata } from '../package-metadata';
9
8
  import { validateRange, adjustValueToRange, calculateRatio, extractValueFromChanges } from './util';
9
+ import * as i0 from "@angular/core";
10
+ import * as i1 from "@progress/kendo-angular-l10n";
10
11
  /**
11
12
  * @hidden
12
13
  */
@@ -157,85 +158,61 @@ export class ProgressBarBase {
157
158
  }
158
159
  }
159
160
  }
160
- tslib_1.__decorate([
161
- HostBinding('class.k-widget'),
162
- HostBinding('class.k-progressbar'),
163
- tslib_1.__metadata("design:type", Boolean)
164
- ], ProgressBarBase.prototype, "widgetClasses", void 0);
165
- tslib_1.__decorate([
166
- HostBinding('class.k-progressbar-horizontal'),
167
- tslib_1.__metadata("design:type", Boolean),
168
- tslib_1.__metadata("design:paramtypes", [])
169
- ], ProgressBarBase.prototype, "isHorizontal", null);
170
- tslib_1.__decorate([
171
- HostBinding('class.k-progressbar-vertical'),
172
- tslib_1.__metadata("design:type", Boolean),
173
- tslib_1.__metadata("design:paramtypes", [])
174
- ], ProgressBarBase.prototype, "isVertical", null);
175
- tslib_1.__decorate([
176
- HostBinding('class.k-state-disabled'),
177
- tslib_1.__metadata("design:type", Boolean),
178
- tslib_1.__metadata("design:paramtypes", [])
179
- ], ProgressBarBase.prototype, "disabledClass", null);
180
- tslib_1.__decorate([
181
- HostBinding('class.k-progressbar-reverse'),
182
- tslib_1.__metadata("design:type", Boolean),
183
- tslib_1.__metadata("design:paramtypes", [])
184
- ], ProgressBarBase.prototype, "reverseClass", null);
185
- tslib_1.__decorate([
186
- HostBinding('class.k-progressbar-indeterminate'),
187
- tslib_1.__metadata("design:type", Boolean),
188
- tslib_1.__metadata("design:paramtypes", [])
189
- ], ProgressBarBase.prototype, "indeterminateClass", null);
190
- tslib_1.__decorate([
191
- HostBinding('attr.dir'),
192
- tslib_1.__metadata("design:type", String),
193
- tslib_1.__metadata("design:paramtypes", [])
194
- ], ProgressBarBase.prototype, "dirAttribute", null);
195
- tslib_1.__decorate([
196
- HostBinding('attr.role'),
197
- tslib_1.__metadata("design:type", String)
198
- ], ProgressBarBase.prototype, "roleAttribute", void 0);
199
- tslib_1.__decorate([
200
- HostBinding('attr.aria-valuemin'),
201
- tslib_1.__metadata("design:type", String),
202
- tslib_1.__metadata("design:paramtypes", [])
203
- ], ProgressBarBase.prototype, "ariaMinAttribute", null);
204
- tslib_1.__decorate([
205
- HostBinding('attr.aria-valuemax'),
206
- tslib_1.__metadata("design:type", String),
207
- tslib_1.__metadata("design:paramtypes", [])
208
- ], ProgressBarBase.prototype, "ariaMaxAttribute", null);
209
- tslib_1.__decorate([
210
- HostBinding('attr.aria-valuenow'),
211
- tslib_1.__metadata("design:type", String),
212
- tslib_1.__metadata("design:paramtypes", [])
213
- ], ProgressBarBase.prototype, "ariaValueAttribute", null);
214
- tslib_1.__decorate([
215
- Input(),
216
- tslib_1.__metadata("design:type", Number)
217
- ], ProgressBarBase.prototype, "max", void 0);
218
- tslib_1.__decorate([
219
- Input(),
220
- tslib_1.__metadata("design:type", Number)
221
- ], ProgressBarBase.prototype, "min", void 0);
222
- tslib_1.__decorate([
223
- Input(),
224
- tslib_1.__metadata("design:type", Number)
225
- ], ProgressBarBase.prototype, "value", void 0);
226
- tslib_1.__decorate([
227
- Input(),
228
- tslib_1.__metadata("design:type", String)
229
- ], ProgressBarBase.prototype, "orientation", void 0);
230
- tslib_1.__decorate([
231
- Input(),
232
- tslib_1.__metadata("design:type", Boolean)
233
- ], ProgressBarBase.prototype, "disabled", void 0);
234
- tslib_1.__decorate([
235
- Input(),
236
- tslib_1.__metadata("design:type", Boolean)
237
- ], ProgressBarBase.prototype, "reverse", void 0);
238
- tslib_1.__decorate([
239
- Input(),
240
- tslib_1.__metadata("design:type", Boolean)
241
- ], ProgressBarBase.prototype, "indeterminate", void 0);
161
+ ProgressBarBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ProgressBarBase, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
162
+ ProgressBarBase.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: ProgressBarBase, selector: "ng-component", inputs: { max: "max", min: "min", value: "value", orientation: "orientation", disabled: "disabled", reverse: "reverse", indeterminate: "indeterminate" }, host: { properties: { "class.k-widget": "this.widgetClasses", "class.k-progressbar": "this.widgetClasses", "class.k-progressbar-horizontal": "this.isHorizontal", "class.k-progressbar-vertical": "this.isVertical", "class.k-state-disabled": "this.disabledClass", "class.k-progressbar-reverse": "this.reverseClass", "class.k-progressbar-indeterminate": "this.indeterminateClass", "attr.dir": "this.dirAttribute", "attr.role": "this.roleAttribute", "attr.aria-valuemin": "this.ariaMinAttribute", "attr.aria-valuemax": "this.ariaMaxAttribute", "attr.aria-valuenow": "this.ariaValueAttribute" } }, usesOnChanges: true, ngImport: i0, template: '', isInline: true });
163
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ProgressBarBase, decorators: [{
164
+ type: Component,
165
+ args: [{
166
+ template: ''
167
+ }]
168
+ }], ctorParameters: function () { return [{ type: i1.LocalizationService }]; }, propDecorators: { widgetClasses: [{
169
+ type: HostBinding,
170
+ args: ['class.k-widget']
171
+ }, {
172
+ type: HostBinding,
173
+ args: ['class.k-progressbar']
174
+ }], isHorizontal: [{
175
+ type: HostBinding,
176
+ args: ['class.k-progressbar-horizontal']
177
+ }], isVertical: [{
178
+ type: HostBinding,
179
+ args: ['class.k-progressbar-vertical']
180
+ }], disabledClass: [{
181
+ type: HostBinding,
182
+ args: ['class.k-state-disabled']
183
+ }], reverseClass: [{
184
+ type: HostBinding,
185
+ args: ['class.k-progressbar-reverse']
186
+ }], indeterminateClass: [{
187
+ type: HostBinding,
188
+ args: ['class.k-progressbar-indeterminate']
189
+ }], dirAttribute: [{
190
+ type: HostBinding,
191
+ args: ['attr.dir']
192
+ }], roleAttribute: [{
193
+ type: HostBinding,
194
+ args: ['attr.role']
195
+ }], ariaMinAttribute: [{
196
+ type: HostBinding,
197
+ args: ['attr.aria-valuemin']
198
+ }], ariaMaxAttribute: [{
199
+ type: HostBinding,
200
+ args: ['attr.aria-valuemax']
201
+ }], ariaValueAttribute: [{
202
+ type: HostBinding,
203
+ args: ['attr.aria-valuenow']
204
+ }], max: [{
205
+ type: Input
206
+ }], min: [{
207
+ type: Input
208
+ }], value: [{
209
+ type: Input
210
+ }], orientation: [{
211
+ type: Input
212
+ }], disabled: [{
213
+ type: Input
214
+ }], reverse: [{
215
+ type: Input
216
+ }], indeterminate: [{
217
+ type: Input
218
+ }] } });
@@ -52,7 +52,6 @@ const calculatePercentage = (value, min, max) => {
52
52
  const onePercent = Math.abs((max - min) / 100);
53
53
  return Math.abs((value - min) / onePercent);
54
54
  };
55
- const ɵ0 = calculatePercentage;
56
55
  /**
57
56
  * @hidden
58
57
  */
@@ -60,7 +59,6 @@ const truncateNumber = (value) => {
60
59
  const numberParts = value.toString().split('.');
61
60
  return numberParts.length === 1 ? `${numberParts[0]}` : `${numberParts[0]}.${numberParts[1].substr(0, LABEL_DECIMALS)}`;
62
61
  };
63
- const ɵ1 = truncateNumber;
64
62
  /**
65
63
  * @hidden
66
64
  */
@@ -81,4 +79,3 @@ export const stopCurrentAnimation = (changes) => {
81
79
  const hasAnimation = isAnimationChanged && changes.animation.currentValue;
82
80
  return isAnimationChanged && !hasAnimation;
83
81
  };
84
- export { ɵ0, ɵ1 };
@@ -6,4 +6,3 @@
6
6
  * Generated bundle index. Do not edit.
7
7
  */
8
8
  export * from './main';
9
- export { ProgressBarBase } from './common/progressbar-base';
File without changes
@@ -9,7 +9,7 @@ export const packageMetadata = {
9
9
  name: '@progress/kendo-angular-progressbar',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1634902070,
12
+ publishDate: 1644842569,
13
13
  version: '',
14
14
  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'
15
15
  };
@@ -2,12 +2,14 @@
2
2
  * Copyright © 2021 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
- import * as tslib_1 from "tslib";
6
5
  import { ProgressBarBase } from './common/progressbar-base';
7
- import { Component, Input, NgZone, Renderer2, ViewChild, ElementRef, Output, EventEmitter } from '@angular/core';
6
+ import { Component, Input, ViewChild, Output, EventEmitter } from '@angular/core';
8
7
  import { formatValue, calculateRatio, runAnimation, stopCurrentAnimation } from './common/util';
9
8
  import { LocalizationService, L10N_PREFIX } from '@progress/kendo-angular-l10n';
10
9
  import { hasObservers } from '@progress/kendo-angular-common';
10
+ import * as i0 from "@angular/core";
11
+ import * as i1 from "@progress/kendo-angular-l10n";
12
+ import * as i2 from "@angular/common";
11
13
  /**
12
14
  * Represents the [Kendo UI ProgressBar component for Angular]({% slug overview_progressbar %}).
13
15
  *
@@ -25,7 +27,7 @@ import { hasObservers } from '@progress/kendo-angular-common';
25
27
  * }
26
28
  * ```
27
29
  */
28
- let ProgressBarComponent = class ProgressBarComponent extends ProgressBarBase {
30
+ export class ProgressBarComponent extends ProgressBarBase {
29
31
  /**
30
32
  * @hidden
31
33
  */
@@ -213,48 +215,51 @@ let ProgressBarComponent = class ProgressBarComponent extends ProgressBarBase {
213
215
  this.isAnimationInProgress = false;
214
216
  });
215
217
  }
216
- };
217
- tslib_1.__decorate([
218
- Input(),
219
- tslib_1.__metadata("design:type", Object)
220
- ], ProgressBarComponent.prototype, "label", void 0);
221
- tslib_1.__decorate([
222
- Input(),
223
- tslib_1.__metadata("design:type", Object)
224
- ], ProgressBarComponent.prototype, "progressCssStyle", void 0);
225
- tslib_1.__decorate([
226
- Input(),
227
- tslib_1.__metadata("design:type", Object)
228
- ], ProgressBarComponent.prototype, "progressCssClass", void 0);
229
- tslib_1.__decorate([
230
- Input(),
231
- tslib_1.__metadata("design:type", Object)
232
- ], ProgressBarComponent.prototype, "emptyCssStyle", void 0);
233
- tslib_1.__decorate([
234
- Input(),
235
- tslib_1.__metadata("design:type", Object)
236
- ], ProgressBarComponent.prototype, "emptyCssClass", void 0);
237
- tslib_1.__decorate([
238
- Input(),
239
- tslib_1.__metadata("design:type", Object)
240
- ], ProgressBarComponent.prototype, "animation", void 0);
241
- tslib_1.__decorate([
242
- Output(),
243
- tslib_1.__metadata("design:type", EventEmitter)
244
- ], ProgressBarComponent.prototype, "animationEnd", void 0);
245
- tslib_1.__decorate([
246
- ViewChild('progressStatus', { static: false }),
247
- tslib_1.__metadata("design:type", ElementRef)
248
- ], ProgressBarComponent.prototype, "progressStatusElement", void 0);
249
- tslib_1.__decorate([
250
- ViewChild('progressStatusWrap', { static: false }),
251
- tslib_1.__metadata("design:type", ElementRef)
252
- ], ProgressBarComponent.prototype, "progressStatusWrapperElement", void 0);
253
- ProgressBarComponent = tslib_1.__decorate([
254
- Component({
255
- exportAs: 'kendoProgressBar',
256
- selector: 'kendo-progressbar',
257
- template: `
218
+ }
219
+ ProgressBarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ProgressBarComponent, deps: [{ token: i1.LocalizationService }, { token: i0.NgZone }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
220
+ ProgressBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: ProgressBarComponent, selector: "kendo-progressbar", inputs: { label: "label", progressCssStyle: "progressCssStyle", progressCssClass: "progressCssClass", emptyCssStyle: "emptyCssStyle", emptyCssClass: "emptyCssClass", animation: "animation" }, outputs: { animationEnd: "animationEnd" }, providers: [
221
+ LocalizationService,
222
+ {
223
+ provide: L10N_PREFIX,
224
+ useValue: 'kendo.progressbar'
225
+ }
226
+ ], viewQueries: [{ propertyName: "progressStatusElement", first: true, predicate: ["progressStatus"], descendants: true }, { propertyName: "progressStatusWrapperElement", first: true, predicate: ["progressStatusWrap"], descendants: true }], exportAs: ["kendoProgressBar"], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: `
227
+ <span class="k-progress-status-wrap"
228
+ [class.k-progress-start]="isPositionStart"
229
+ [class.k-progress-center]="isPositionCenter"
230
+ [class.k-progress-end]="isPositionEnd"
231
+ [ngStyle]="emptyCssStyle"
232
+ [ngClass]="emptyCssClass">
233
+ <span *ngIf="showLabel" class="k-progress-status">{{formattedLabelValue}}</span>
234
+ </span>
235
+ <div
236
+ #progressStatus
237
+ class="k-state-selected"
238
+ [class.k-complete]="isCompleted"
239
+ [ngStyle]="progressCssStyle"
240
+ [ngClass]="progressCssClass"
241
+ [style.width.%]="statusWidth"
242
+ [style.height.%]="statusHeight"
243
+ >
244
+ <span
245
+ #progressStatusWrap
246
+ class="k-progress-status-wrap"
247
+ [style.width.%]="statusWrapperWidth"
248
+ [style.height.%]="statusWrapperHeight"
249
+ [class.k-progress-start]="isPositionStart"
250
+ [class.k-progress-center]="isPositionCenter"
251
+ [class.k-progress-end]="isPositionEnd"
252
+ >
253
+ <span *ngIf="showLabel" class="k-progress-status">{{formattedLabelValue}}</span>
254
+ </span>
255
+ </div>
256
+ `, isInline: true, directives: [{ type: i2.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
257
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ProgressBarComponent, decorators: [{
258
+ type: Component,
259
+ args: [{
260
+ exportAs: 'kendoProgressBar',
261
+ selector: 'kendo-progressbar',
262
+ template: `
258
263
  <span class="k-progress-status-wrap"
259
264
  [class.k-progress-start]="isPositionStart"
260
265
  [class.k-progress-center]="isPositionCenter"
@@ -285,16 +290,32 @@ ProgressBarComponent = tslib_1.__decorate([
285
290
  </span>
286
291
  </div>
287
292
  `,
288
- providers: [
289
- LocalizationService,
290
- {
291
- provide: L10N_PREFIX,
292
- useValue: 'kendo.progressbar'
293
- }
294
- ]
295
- }),
296
- tslib_1.__metadata("design:paramtypes", [LocalizationService,
297
- NgZone,
298
- Renderer2])
299
- ], ProgressBarComponent);
300
- export { ProgressBarComponent };
293
+ providers: [
294
+ LocalizationService,
295
+ {
296
+ provide: L10N_PREFIX,
297
+ useValue: 'kendo.progressbar'
298
+ }
299
+ ]
300
+ }]
301
+ }], ctorParameters: function () { return [{ type: i1.LocalizationService }, { type: i0.NgZone }, { type: i0.Renderer2 }]; }, propDecorators: { label: [{
302
+ type: Input
303
+ }], progressCssStyle: [{
304
+ type: Input
305
+ }], progressCssClass: [{
306
+ type: Input
307
+ }], emptyCssStyle: [{
308
+ type: Input
309
+ }], emptyCssClass: [{
310
+ type: Input
311
+ }], animation: [{
312
+ type: Input
313
+ }], animationEnd: [{
314
+ type: Output
315
+ }], progressStatusElement: [{
316
+ type: ViewChild,
317
+ args: ['progressStatus', { static: false }]
318
+ }], progressStatusWrapperElement: [{
319
+ type: ViewChild,
320
+ args: ['progressStatusWrap', { static: false }]
321
+ }] } });
@@ -2,11 +2,11 @@
2
2
  * Copyright © 2021 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
- import * as tslib_1 from "tslib";
6
5
  import { ChunkProgressBarComponent } from './chunk/chunk-progressbar.component';
7
6
  import { NgModule } from '@angular/core';
8
7
  import { CommonModule } from '@angular/common';
9
8
  import { ProgressBarComponent } from './progressbar.component';
9
+ import * as i0 from "@angular/core";
10
10
  const COMPONENT_DIRECTIVES = [ProgressBarComponent, ChunkProgressBarComponent];
11
11
  const MODULES = [CommonModule];
12
12
  /**
@@ -40,13 +40,16 @@ const MODULES = [CommonModule];
40
40
  *
41
41
  * ```
42
42
  */
43
- let ProgressBarModule = class ProgressBarModule {
44
- };
45
- ProgressBarModule = tslib_1.__decorate([
46
- NgModule({
47
- declarations: COMPONENT_DIRECTIVES,
48
- exports: COMPONENT_DIRECTIVES,
49
- imports: MODULES
50
- })
51
- ], ProgressBarModule);
52
- export { ProgressBarModule };
43
+ export class ProgressBarModule {
44
+ }
45
+ ProgressBarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ProgressBarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
46
+ ProgressBarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ProgressBarModule, declarations: [ProgressBarComponent, ChunkProgressBarComponent], imports: [CommonModule], exports: [ProgressBarComponent, ChunkProgressBarComponent] });
47
+ ProgressBarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ProgressBarModule, imports: [MODULES] });
48
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ProgressBarModule, decorators: [{
49
+ type: NgModule,
50
+ args: [{
51
+ declarations: COMPONENT_DIRECTIVES,
52
+ exports: COMPONENT_DIRECTIVES,
53
+ imports: MODULES
54
+ }]
55
+ }] });
@@ -2,3 +2,4 @@
2
2
  * Copyright © 2021 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
+ export {};
@@ -2,3 +2,4 @@
2
2
  * Copyright © 2021 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
+ export {};
@@ -2,3 +2,4 @@
2
2
  * Copyright © 2021 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
+ export {};
@@ -2,3 +2,4 @@
2
2
  * Copyright © 2021 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
+ export {};
@@ -2,3 +2,4 @@
2
2
  * Copyright © 2021 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
+ export {};
@@ -2,3 +2,4 @@
2
2
  * Copyright © 2021 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
+ export {};
@@ -2,3 +2,4 @@
2
2
  * Copyright © 2021 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
+ export {};
@@ -2,3 +2,4 @@
2
2
  * Copyright © 2021 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
+ export {};