@getflip/swirl-components-angular 0.1.1 → 0.2.1
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.
- package/.turbo/turbo-build.log +2 -2
- package/CHANGELOG.md +46 -0
- package/dist/component-library/esm2020/lib/component-library.module.mjs +19 -4
- package/dist/component-library/esm2020/lib/stencil-generated/components.mjs +771 -13
- package/dist/component-library/esm2020/lib/stencil-generated/index.mjs +31 -1
- package/dist/component-library/esm2020/lib/stencil-generated/select-value-accessor.mjs +35 -0
- package/dist/component-library/esm2020/lib/stencil-generated/text-value-accessor.mjs +3 -3
- package/dist/component-library/esm2020/public-api.mjs +2 -1
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs +821 -18
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/fesm2020/getflip-swirl-components-angular.mjs +821 -18
- package/dist/component-library/fesm2020/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/lib/component-library.module.d.ts +3 -2
- package/dist/component-library/lib/stencil-generated/components.d.ts +302 -4
- package/dist/component-library/lib/stencil-generated/index.d.ts +1 -1
- package/dist/component-library/lib/stencil-generated/select-value-accessor.d.ts +8 -0
- package/dist/component-library/lib/stencil-generated/text-value-accessor.d.ts +1 -1
- package/dist/component-library/public-api.d.ts +1 -0
- package/package.json +2 -2
- package/projects/component-library/src/lib/component-library.module.ts +13 -2
- package/projects/component-library/src/lib/stencil-generated/components.ts +694 -16
- package/projects/component-library/src/lib/stencil-generated/index.ts +30 -0
- package/projects/component-library/src/lib/stencil-generated/select-value-accessor.ts +24 -0
- package/projects/component-library/src/lib/stencil-generated/text-value-accessor.ts +1 -1
- package/projects/component-library/src/public-api.ts +1 -0
|
@@ -230,11 +230,11 @@ let FlipButton = class FlipButton {
|
|
|
230
230
|
}
|
|
231
231
|
};
|
|
232
232
|
FlipButton.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
233
|
-
FlipButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipButton, selector: "flip-button", inputs: { disabled: "disabled", download: "download", flipAriaDescribedby: "flipAriaDescribedby", form: "form", hideLabel: "hideLabel", href: "href", icon: "icon", intent: "intent", label: "label", name: "name", size: "size", target: "target", type: "type", value: "value", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
233
|
+
FlipButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipButton, selector: "flip-button", inputs: { disabled: "disabled", download: "download", flipAriaDescribedby: "flipAriaDescribedby", flipAriaLabel: "flipAriaLabel", form: "form", hideLabel: "hideLabel", href: "href", icon: "icon", iconPosition: "iconPosition", intent: "intent", label: "label", name: "name", size: "size", target: "target", type: "type", value: "value", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
234
234
|
FlipButton = __decorate([
|
|
235
235
|
ProxyCmp({
|
|
236
236
|
defineCustomElementFn: undefined,
|
|
237
|
-
inputs: ['disabled', 'download', 'flipAriaDescribedby', 'form', 'hideLabel', 'href', 'icon', 'intent', 'label', 'name', 'size', 'target', 'type', 'value', 'variant']
|
|
237
|
+
inputs: ['disabled', 'download', 'flipAriaDescribedby', 'flipAriaLabel', 'form', 'hideLabel', 'href', 'icon', 'iconPosition', 'intent', 'label', 'name', 'size', 'target', 'type', 'value', 'variant']
|
|
238
238
|
})
|
|
239
239
|
], FlipButton);
|
|
240
240
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipButton, decorators: [{
|
|
@@ -243,7 +243,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
243
243
|
selector: 'flip-button',
|
|
244
244
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
245
245
|
template: '<ng-content></ng-content>',
|
|
246
|
-
inputs: ['disabled', 'download', 'flipAriaDescribedby', 'form', 'hideLabel', 'href', 'icon', 'intent', 'label', 'name', 'size', 'target', 'type', 'value', 'variant']
|
|
246
|
+
inputs: ['disabled', 'download', 'flipAriaDescribedby', 'flipAriaLabel', 'form', 'hideLabel', 'href', 'icon', 'iconPosition', 'intent', 'label', 'name', 'size', 'target', 'type', 'value', 'variant']
|
|
247
247
|
}]
|
|
248
248
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
249
249
|
let FlipButtonGroup = class FlipButtonGroup {
|
|
@@ -279,11 +279,11 @@ let FlipCheckbox = class FlipCheckbox {
|
|
|
279
279
|
}
|
|
280
280
|
};
|
|
281
281
|
FlipCheckbox.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipCheckbox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
282
|
-
FlipCheckbox.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipCheckbox, selector: "flip-checkbox", inputs: { checked: "checked", description: "description", disabled: "disabled", inputId: "inputId", inputName: "inputName", invalid: "invalid", label: "label", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
282
|
+
FlipCheckbox.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipCheckbox, selector: "flip-checkbox", inputs: { checked: "checked", description: "description", disabled: "disabled", flipAriaDescribedby: "flipAriaDescribedby", inputId: "inputId", inputName: "inputName", invalid: "invalid", label: "label", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
283
283
|
FlipCheckbox = __decorate([
|
|
284
284
|
ProxyCmp({
|
|
285
285
|
defineCustomElementFn: undefined,
|
|
286
|
-
inputs: ['checked', 'description', 'disabled', 'inputId', 'inputName', 'invalid', 'label', 'value']
|
|
286
|
+
inputs: ['checked', 'description', 'disabled', 'flipAriaDescribedby', 'inputId', 'inputName', 'invalid', 'label', 'value']
|
|
287
287
|
})
|
|
288
288
|
], FlipCheckbox);
|
|
289
289
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipCheckbox, decorators: [{
|
|
@@ -292,7 +292,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
292
292
|
selector: 'flip-checkbox',
|
|
293
293
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
294
294
|
template: '<ng-content></ng-content>',
|
|
295
|
-
inputs: ['checked', 'description', 'disabled', 'inputId', 'inputName', 'invalid', 'label', 'value']
|
|
295
|
+
inputs: ['checked', 'description', 'disabled', 'flipAriaDescribedby', 'inputId', 'inputName', 'invalid', 'label', 'value']
|
|
296
296
|
}]
|
|
297
297
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
298
298
|
let FlipChip = class FlipChip {
|
|
@@ -319,6 +319,56 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
319
319
|
inputs: ['avatar', 'icon', 'intent', 'interactive', 'label']
|
|
320
320
|
}]
|
|
321
321
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
322
|
+
let FlipDateInput = class FlipDateInput {
|
|
323
|
+
constructor(c, r, z) {
|
|
324
|
+
this.z = z;
|
|
325
|
+
c.detach();
|
|
326
|
+
this.el = r.nativeElement;
|
|
327
|
+
proxyOutputs(this, this.el, ['valueChange']);
|
|
328
|
+
}
|
|
329
|
+
};
|
|
330
|
+
FlipDateInput.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipDateInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
331
|
+
FlipDateInput.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipDateInput, selector: "flip-date-input", inputs: { autoFocus: "autoFocus", autoSelect: "autoSelect", datePickerLabel: "datePickerLabel", disabled: "disabled", flipAriaDescribedby: "flipAriaDescribedby", format: "format", invalid: "invalid", locale: "locale", placeholder: "placeholder", required: "required", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
332
|
+
FlipDateInput = __decorate([
|
|
333
|
+
ProxyCmp({
|
|
334
|
+
defineCustomElementFn: undefined,
|
|
335
|
+
inputs: ['autoFocus', 'autoSelect', 'datePickerLabel', 'disabled', 'flipAriaDescribedby', 'format', 'invalid', 'locale', 'placeholder', 'required', 'value']
|
|
336
|
+
})
|
|
337
|
+
], FlipDateInput);
|
|
338
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipDateInput, decorators: [{
|
|
339
|
+
type: Component,
|
|
340
|
+
args: [{
|
|
341
|
+
selector: 'flip-date-input',
|
|
342
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
343
|
+
template: '<ng-content></ng-content>',
|
|
344
|
+
inputs: ['autoFocus', 'autoSelect', 'datePickerLabel', 'disabled', 'flipAriaDescribedby', 'format', 'invalid', 'locale', 'placeholder', 'required', 'value']
|
|
345
|
+
}]
|
|
346
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
347
|
+
let FlipDatePicker = class FlipDatePicker {
|
|
348
|
+
constructor(c, r, z) {
|
|
349
|
+
this.z = z;
|
|
350
|
+
c.detach();
|
|
351
|
+
this.el = r.nativeElement;
|
|
352
|
+
proxyOutputs(this, this.el, ['valueChange']);
|
|
353
|
+
}
|
|
354
|
+
};
|
|
355
|
+
FlipDatePicker.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipDatePicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
356
|
+
FlipDatePicker.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipDatePicker, selector: "flip-date-picker", inputs: { locale: "locale", maxDate: "maxDate", minDate: "minDate", range: "range", startDate: "startDate", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
357
|
+
FlipDatePicker = __decorate([
|
|
358
|
+
ProxyCmp({
|
|
359
|
+
defineCustomElementFn: undefined,
|
|
360
|
+
inputs: ['locale', 'maxDate', 'minDate', 'range', 'startDate', 'value']
|
|
361
|
+
})
|
|
362
|
+
], FlipDatePicker);
|
|
363
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipDatePicker, decorators: [{
|
|
364
|
+
type: Component,
|
|
365
|
+
args: [{
|
|
366
|
+
selector: 'flip-date-picker',
|
|
367
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
368
|
+
template: '<ng-content></ng-content>',
|
|
369
|
+
inputs: ['locale', 'maxDate', 'minDate', 'range', 'startDate', 'value']
|
|
370
|
+
}]
|
|
371
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
322
372
|
let FlipDescriptionList = class FlipDescriptionList {
|
|
323
373
|
constructor(c, r, z) {
|
|
324
374
|
this.z = z;
|
|
@@ -391,6 +441,30 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
391
441
|
inputs: ['hideLabel', 'intent', 'label', 'primaryActionLabel', 'secondaryActionLabel']
|
|
392
442
|
}]
|
|
393
443
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
444
|
+
let FlipEmptyState = class FlipEmptyState {
|
|
445
|
+
constructor(c, r, z) {
|
|
446
|
+
this.z = z;
|
|
447
|
+
c.detach();
|
|
448
|
+
this.el = r.nativeElement;
|
|
449
|
+
}
|
|
450
|
+
};
|
|
451
|
+
FlipEmptyState.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipEmptyState, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
452
|
+
FlipEmptyState.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipEmptyState, selector: "flip-empty-state", inputs: { heading: "heading", illustration: "illustration" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
453
|
+
FlipEmptyState = __decorate([
|
|
454
|
+
ProxyCmp({
|
|
455
|
+
defineCustomElementFn: undefined,
|
|
456
|
+
inputs: ['heading', 'illustration']
|
|
457
|
+
})
|
|
458
|
+
], FlipEmptyState);
|
|
459
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipEmptyState, decorators: [{
|
|
460
|
+
type: Component,
|
|
461
|
+
args: [{
|
|
462
|
+
selector: 'flip-empty-state',
|
|
463
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
464
|
+
template: '<ng-content></ng-content>',
|
|
465
|
+
inputs: ['heading', 'illustration']
|
|
466
|
+
}]
|
|
467
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
394
468
|
let FlipFileUploader = class FlipFileUploader {
|
|
395
469
|
constructor(c, r, z) {
|
|
396
470
|
this.z = z;
|
|
@@ -417,6 +491,248 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
417
491
|
inputs: ['accept', 'ctaLabel', 'description', 'disabled', 'dragDropLabel', 'inputId', 'inputName', 'label', 'multiple', 'showDropzone', 'uploadButtonLabel']
|
|
418
492
|
}]
|
|
419
493
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
494
|
+
let FlipFileViewer = class FlipFileViewer {
|
|
495
|
+
constructor(c, r, z) {
|
|
496
|
+
this.z = z;
|
|
497
|
+
c.detach();
|
|
498
|
+
this.el = r.nativeElement;
|
|
499
|
+
}
|
|
500
|
+
};
|
|
501
|
+
FlipFileViewer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipFileViewer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
502
|
+
FlipFileViewer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipFileViewer, selector: "flip-file-viewer", inputs: { description: "description", errorMessage: "errorMessage", file: "file", type: "type", typeUnsupportedMessage: "typeUnsupportedMessage", zoom: "zoom" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
503
|
+
FlipFileViewer = __decorate([
|
|
504
|
+
ProxyCmp({
|
|
505
|
+
defineCustomElementFn: undefined,
|
|
506
|
+
inputs: ['description', 'errorMessage', 'file', 'type', 'typeUnsupportedMessage', 'zoom'],
|
|
507
|
+
methods: ['download', 'print']
|
|
508
|
+
})
|
|
509
|
+
], FlipFileViewer);
|
|
510
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipFileViewer, decorators: [{
|
|
511
|
+
type: Component,
|
|
512
|
+
args: [{
|
|
513
|
+
selector: 'flip-file-viewer',
|
|
514
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
515
|
+
template: '<ng-content></ng-content>',
|
|
516
|
+
inputs: ['description', 'errorMessage', 'file', 'type', 'typeUnsupportedMessage', 'zoom']
|
|
517
|
+
}]
|
|
518
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
519
|
+
let FlipFileViewerAudio = class FlipFileViewerAudio {
|
|
520
|
+
constructor(c, r, z) {
|
|
521
|
+
this.z = z;
|
|
522
|
+
c.detach();
|
|
523
|
+
this.el = r.nativeElement;
|
|
524
|
+
}
|
|
525
|
+
};
|
|
526
|
+
FlipFileViewerAudio.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipFileViewerAudio, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
527
|
+
FlipFileViewerAudio.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipFileViewerAudio, selector: "flip-file-viewer-audio", inputs: { file: "file", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
528
|
+
FlipFileViewerAudio = __decorate([
|
|
529
|
+
ProxyCmp({
|
|
530
|
+
defineCustomElementFn: undefined,
|
|
531
|
+
inputs: ['file', 'type']
|
|
532
|
+
})
|
|
533
|
+
], FlipFileViewerAudio);
|
|
534
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipFileViewerAudio, decorators: [{
|
|
535
|
+
type: Component,
|
|
536
|
+
args: [{
|
|
537
|
+
selector: 'flip-file-viewer-audio',
|
|
538
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
539
|
+
template: '<ng-content></ng-content>',
|
|
540
|
+
inputs: ['file', 'type']
|
|
541
|
+
}]
|
|
542
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
543
|
+
let FlipFileViewerCsv = class FlipFileViewerCsv {
|
|
544
|
+
constructor(c, r, z) {
|
|
545
|
+
this.z = z;
|
|
546
|
+
c.detach();
|
|
547
|
+
this.el = r.nativeElement;
|
|
548
|
+
}
|
|
549
|
+
};
|
|
550
|
+
FlipFileViewerCsv.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipFileViewerCsv, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
551
|
+
FlipFileViewerCsv.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipFileViewerCsv, selector: "flip-file-viewer-csv", inputs: { errorMessage: "errorMessage", file: "file" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
552
|
+
FlipFileViewerCsv = __decorate([
|
|
553
|
+
ProxyCmp({
|
|
554
|
+
defineCustomElementFn: undefined,
|
|
555
|
+
inputs: ['errorMessage', 'file']
|
|
556
|
+
})
|
|
557
|
+
], FlipFileViewerCsv);
|
|
558
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipFileViewerCsv, decorators: [{
|
|
559
|
+
type: Component,
|
|
560
|
+
args: [{
|
|
561
|
+
selector: 'flip-file-viewer-csv',
|
|
562
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
563
|
+
template: '<ng-content></ng-content>',
|
|
564
|
+
inputs: ['errorMessage', 'file']
|
|
565
|
+
}]
|
|
566
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
567
|
+
let FlipFileViewerImage = class FlipFileViewerImage {
|
|
568
|
+
constructor(c, r, z) {
|
|
569
|
+
this.z = z;
|
|
570
|
+
c.detach();
|
|
571
|
+
this.el = r.nativeElement;
|
|
572
|
+
}
|
|
573
|
+
};
|
|
574
|
+
FlipFileViewerImage.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipFileViewerImage, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
575
|
+
FlipFileViewerImage.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipFileViewerImage, selector: "flip-file-viewer-image", inputs: { description: "description", errorMessage: "errorMessage", file: "file" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
576
|
+
FlipFileViewerImage = __decorate([
|
|
577
|
+
ProxyCmp({
|
|
578
|
+
defineCustomElementFn: undefined,
|
|
579
|
+
inputs: ['description', 'errorMessage', 'file']
|
|
580
|
+
})
|
|
581
|
+
], FlipFileViewerImage);
|
|
582
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipFileViewerImage, decorators: [{
|
|
583
|
+
type: Component,
|
|
584
|
+
args: [{
|
|
585
|
+
selector: 'flip-file-viewer-image',
|
|
586
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
587
|
+
template: '<ng-content></ng-content>',
|
|
588
|
+
inputs: ['description', 'errorMessage', 'file']
|
|
589
|
+
}]
|
|
590
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
591
|
+
let FlipFileViewerPdf = class FlipFileViewerPdf {
|
|
592
|
+
constructor(c, r, z) {
|
|
593
|
+
this.z = z;
|
|
594
|
+
c.detach();
|
|
595
|
+
this.el = r.nativeElement;
|
|
596
|
+
}
|
|
597
|
+
};
|
|
598
|
+
FlipFileViewerPdf.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipFileViewerPdf, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
599
|
+
FlipFileViewerPdf.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipFileViewerPdf, selector: "flip-file-viewer-pdf", inputs: { errorMessage: "errorMessage", file: "file", zoom: "zoom" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
600
|
+
FlipFileViewerPdf = __decorate([
|
|
601
|
+
ProxyCmp({
|
|
602
|
+
defineCustomElementFn: undefined,
|
|
603
|
+
inputs: ['errorMessage', 'file', 'zoom'],
|
|
604
|
+
methods: ['print']
|
|
605
|
+
})
|
|
606
|
+
], FlipFileViewerPdf);
|
|
607
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipFileViewerPdf, decorators: [{
|
|
608
|
+
type: Component,
|
|
609
|
+
args: [{
|
|
610
|
+
selector: 'flip-file-viewer-pdf',
|
|
611
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
612
|
+
template: '<ng-content></ng-content>',
|
|
613
|
+
inputs: ['errorMessage', 'file', 'zoom']
|
|
614
|
+
}]
|
|
615
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
616
|
+
let FlipFileViewerText = class FlipFileViewerText {
|
|
617
|
+
constructor(c, r, z) {
|
|
618
|
+
this.z = z;
|
|
619
|
+
c.detach();
|
|
620
|
+
this.el = r.nativeElement;
|
|
621
|
+
}
|
|
622
|
+
};
|
|
623
|
+
FlipFileViewerText.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipFileViewerText, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
624
|
+
FlipFileViewerText.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipFileViewerText, selector: "flip-file-viewer-text", inputs: { errorMessage: "errorMessage", file: "file" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
625
|
+
FlipFileViewerText = __decorate([
|
|
626
|
+
ProxyCmp({
|
|
627
|
+
defineCustomElementFn: undefined,
|
|
628
|
+
inputs: ['errorMessage', 'file']
|
|
629
|
+
})
|
|
630
|
+
], FlipFileViewerText);
|
|
631
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipFileViewerText, decorators: [{
|
|
632
|
+
type: Component,
|
|
633
|
+
args: [{
|
|
634
|
+
selector: 'flip-file-viewer-text',
|
|
635
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
636
|
+
template: '<ng-content></ng-content>',
|
|
637
|
+
inputs: ['errorMessage', 'file']
|
|
638
|
+
}]
|
|
639
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
640
|
+
let FlipFileViewerVideo = class FlipFileViewerVideo {
|
|
641
|
+
constructor(c, r, z) {
|
|
642
|
+
this.z = z;
|
|
643
|
+
c.detach();
|
|
644
|
+
this.el = r.nativeElement;
|
|
645
|
+
}
|
|
646
|
+
};
|
|
647
|
+
FlipFileViewerVideo.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipFileViewerVideo, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
648
|
+
FlipFileViewerVideo.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipFileViewerVideo, selector: "flip-file-viewer-video", inputs: { file: "file", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
649
|
+
FlipFileViewerVideo = __decorate([
|
|
650
|
+
ProxyCmp({
|
|
651
|
+
defineCustomElementFn: undefined,
|
|
652
|
+
inputs: ['file', 'type']
|
|
653
|
+
})
|
|
654
|
+
], FlipFileViewerVideo);
|
|
655
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipFileViewerVideo, decorators: [{
|
|
656
|
+
type: Component,
|
|
657
|
+
args: [{
|
|
658
|
+
selector: 'flip-file-viewer-video',
|
|
659
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
660
|
+
template: '<ng-content></ng-content>',
|
|
661
|
+
inputs: ['file', 'type']
|
|
662
|
+
}]
|
|
663
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
664
|
+
let FlipFormControl = class FlipFormControl {
|
|
665
|
+
constructor(c, r, z) {
|
|
666
|
+
this.z = z;
|
|
667
|
+
c.detach();
|
|
668
|
+
this.el = r.nativeElement;
|
|
669
|
+
}
|
|
670
|
+
};
|
|
671
|
+
FlipFormControl.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipFormControl, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
672
|
+
FlipFormControl.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipFormControl, selector: "flip-form-control", inputs: { description: "description", disabled: "disabled", errorMessage: "errorMessage", invalid: "invalid", label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
673
|
+
FlipFormControl = __decorate([
|
|
674
|
+
ProxyCmp({
|
|
675
|
+
defineCustomElementFn: undefined,
|
|
676
|
+
inputs: ['description', 'disabled', 'errorMessage', 'invalid', 'label']
|
|
677
|
+
})
|
|
678
|
+
], FlipFormControl);
|
|
679
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipFormControl, decorators: [{
|
|
680
|
+
type: Component,
|
|
681
|
+
args: [{
|
|
682
|
+
selector: 'flip-form-control',
|
|
683
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
684
|
+
template: '<ng-content></ng-content>',
|
|
685
|
+
inputs: ['description', 'disabled', 'errorMessage', 'invalid', 'label']
|
|
686
|
+
}]
|
|
687
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
688
|
+
let FlipFormGroup = class FlipFormGroup {
|
|
689
|
+
constructor(c, r, z) {
|
|
690
|
+
this.z = z;
|
|
691
|
+
c.detach();
|
|
692
|
+
this.el = r.nativeElement;
|
|
693
|
+
}
|
|
694
|
+
};
|
|
695
|
+
FlipFormGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipFormGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
696
|
+
FlipFormGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipFormGroup, selector: "flip-form-group", inputs: { orientation: "orientation" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
697
|
+
FlipFormGroup = __decorate([
|
|
698
|
+
ProxyCmp({
|
|
699
|
+
defineCustomElementFn: undefined,
|
|
700
|
+
inputs: ['orientation']
|
|
701
|
+
})
|
|
702
|
+
], FlipFormGroup);
|
|
703
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipFormGroup, decorators: [{
|
|
704
|
+
type: Component,
|
|
705
|
+
args: [{
|
|
706
|
+
selector: 'flip-form-group',
|
|
707
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
708
|
+
template: '<ng-content></ng-content>',
|
|
709
|
+
inputs: ['orientation']
|
|
710
|
+
}]
|
|
711
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
712
|
+
let FlipHeading = class FlipHeading {
|
|
713
|
+
constructor(c, r, z) {
|
|
714
|
+
this.z = z;
|
|
715
|
+
c.detach();
|
|
716
|
+
this.el = r.nativeElement;
|
|
717
|
+
}
|
|
718
|
+
};
|
|
719
|
+
FlipHeading.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipHeading, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
720
|
+
FlipHeading.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipHeading, selector: "flip-heading", inputs: { align: "align", as: "as", headingId: "headingId", level: "level", text: "text" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
721
|
+
FlipHeading = __decorate([
|
|
722
|
+
ProxyCmp({
|
|
723
|
+
defineCustomElementFn: undefined,
|
|
724
|
+
inputs: ['align', 'as', 'headingId', 'level', 'text']
|
|
725
|
+
})
|
|
726
|
+
], FlipHeading);
|
|
727
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipHeading, decorators: [{
|
|
728
|
+
type: Component,
|
|
729
|
+
args: [{
|
|
730
|
+
selector: 'flip-heading',
|
|
731
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
732
|
+
template: '<ng-content></ng-content>',
|
|
733
|
+
inputs: ['align', 'as', 'headingId', 'level', 'text']
|
|
734
|
+
}]
|
|
735
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
420
736
|
let FlipIconAdd = class FlipIconAdd {
|
|
421
737
|
constructor(c, r, z) {
|
|
422
738
|
this.z = z;
|
|
@@ -537,6 +853,54 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
537
853
|
inputs: ['size']
|
|
538
854
|
}]
|
|
539
855
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
856
|
+
let FlipIconArrowLeft = class FlipIconArrowLeft {
|
|
857
|
+
constructor(c, r, z) {
|
|
858
|
+
this.z = z;
|
|
859
|
+
c.detach();
|
|
860
|
+
this.el = r.nativeElement;
|
|
861
|
+
}
|
|
862
|
+
};
|
|
863
|
+
FlipIconArrowLeft.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipIconArrowLeft, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
864
|
+
FlipIconArrowLeft.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipIconArrowLeft, selector: "flip-icon-arrow-left", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
865
|
+
FlipIconArrowLeft = __decorate([
|
|
866
|
+
ProxyCmp({
|
|
867
|
+
defineCustomElementFn: undefined,
|
|
868
|
+
inputs: ['size']
|
|
869
|
+
})
|
|
870
|
+
], FlipIconArrowLeft);
|
|
871
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipIconArrowLeft, decorators: [{
|
|
872
|
+
type: Component,
|
|
873
|
+
args: [{
|
|
874
|
+
selector: 'flip-icon-arrow-left',
|
|
875
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
876
|
+
template: '<ng-content></ng-content>',
|
|
877
|
+
inputs: ['size']
|
|
878
|
+
}]
|
|
879
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
880
|
+
let FlipIconArrowRight = class FlipIconArrowRight {
|
|
881
|
+
constructor(c, r, z) {
|
|
882
|
+
this.z = z;
|
|
883
|
+
c.detach();
|
|
884
|
+
this.el = r.nativeElement;
|
|
885
|
+
}
|
|
886
|
+
};
|
|
887
|
+
FlipIconArrowRight.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipIconArrowRight, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
888
|
+
FlipIconArrowRight.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipIconArrowRight, selector: "flip-icon-arrow-right", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
889
|
+
FlipIconArrowRight = __decorate([
|
|
890
|
+
ProxyCmp({
|
|
891
|
+
defineCustomElementFn: undefined,
|
|
892
|
+
inputs: ['size']
|
|
893
|
+
})
|
|
894
|
+
], FlipIconArrowRight);
|
|
895
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipIconArrowRight, decorators: [{
|
|
896
|
+
type: Component,
|
|
897
|
+
args: [{
|
|
898
|
+
selector: 'flip-icon-arrow-right',
|
|
899
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
900
|
+
template: '<ng-content></ng-content>',
|
|
901
|
+
inputs: ['size']
|
|
902
|
+
}]
|
|
903
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
540
904
|
let FlipIconArrowRightSmall = class FlipIconArrowRightSmall {
|
|
541
905
|
constructor(c, r, z) {
|
|
542
906
|
this.z = z;
|
|
@@ -1185,6 +1549,54 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
1185
1549
|
inputs: ['size']
|
|
1186
1550
|
}]
|
|
1187
1551
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1552
|
+
let FlipIconFullscreen = class FlipIconFullscreen {
|
|
1553
|
+
constructor(c, r, z) {
|
|
1554
|
+
this.z = z;
|
|
1555
|
+
c.detach();
|
|
1556
|
+
this.el = r.nativeElement;
|
|
1557
|
+
}
|
|
1558
|
+
};
|
|
1559
|
+
FlipIconFullscreen.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipIconFullscreen, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1560
|
+
FlipIconFullscreen.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipIconFullscreen, selector: "flip-icon-fullscreen", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1561
|
+
FlipIconFullscreen = __decorate([
|
|
1562
|
+
ProxyCmp({
|
|
1563
|
+
defineCustomElementFn: undefined,
|
|
1564
|
+
inputs: ['size']
|
|
1565
|
+
})
|
|
1566
|
+
], FlipIconFullscreen);
|
|
1567
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipIconFullscreen, decorators: [{
|
|
1568
|
+
type: Component,
|
|
1569
|
+
args: [{
|
|
1570
|
+
selector: 'flip-icon-fullscreen',
|
|
1571
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1572
|
+
template: '<ng-content></ng-content>',
|
|
1573
|
+
inputs: ['size']
|
|
1574
|
+
}]
|
|
1575
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1576
|
+
let FlipIconFullscreenExit = class FlipIconFullscreenExit {
|
|
1577
|
+
constructor(c, r, z) {
|
|
1578
|
+
this.z = z;
|
|
1579
|
+
c.detach();
|
|
1580
|
+
this.el = r.nativeElement;
|
|
1581
|
+
}
|
|
1582
|
+
};
|
|
1583
|
+
FlipIconFullscreenExit.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipIconFullscreenExit, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1584
|
+
FlipIconFullscreenExit.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipIconFullscreenExit, selector: "flip-icon-fullscreen-exit", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1585
|
+
FlipIconFullscreenExit = __decorate([
|
|
1586
|
+
ProxyCmp({
|
|
1587
|
+
defineCustomElementFn: undefined,
|
|
1588
|
+
inputs: ['size']
|
|
1589
|
+
})
|
|
1590
|
+
], FlipIconFullscreenExit);
|
|
1591
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipIconFullscreenExit, decorators: [{
|
|
1592
|
+
type: Component,
|
|
1593
|
+
args: [{
|
|
1594
|
+
selector: 'flip-icon-fullscreen-exit',
|
|
1595
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1596
|
+
template: '<ng-content></ng-content>',
|
|
1597
|
+
inputs: ['size']
|
|
1598
|
+
}]
|
|
1599
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1188
1600
|
let FlipIconGroupAssign = class FlipIconGroupAssign {
|
|
1189
1601
|
constructor(c, r, z) {
|
|
1190
1602
|
this.z = z;
|
|
@@ -1641,6 +2053,30 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
1641
2053
|
inputs: ['size']
|
|
1642
2054
|
}]
|
|
1643
2055
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2056
|
+
let FlipIconOpenInNew = class FlipIconOpenInNew {
|
|
2057
|
+
constructor(c, r, z) {
|
|
2058
|
+
this.z = z;
|
|
2059
|
+
c.detach();
|
|
2060
|
+
this.el = r.nativeElement;
|
|
2061
|
+
}
|
|
2062
|
+
};
|
|
2063
|
+
FlipIconOpenInNew.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipIconOpenInNew, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2064
|
+
FlipIconOpenInNew.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipIconOpenInNew, selector: "flip-icon-open-in-new", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2065
|
+
FlipIconOpenInNew = __decorate([
|
|
2066
|
+
ProxyCmp({
|
|
2067
|
+
defineCustomElementFn: undefined,
|
|
2068
|
+
inputs: ['size']
|
|
2069
|
+
})
|
|
2070
|
+
], FlipIconOpenInNew);
|
|
2071
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipIconOpenInNew, decorators: [{
|
|
2072
|
+
type: Component,
|
|
2073
|
+
args: [{
|
|
2074
|
+
selector: 'flip-icon-open-in-new',
|
|
2075
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2076
|
+
template: '<ng-content></ng-content>',
|
|
2077
|
+
inputs: ['size']
|
|
2078
|
+
}]
|
|
2079
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1644
2080
|
let FlipIconPeopleAlt = class FlipIconPeopleAlt {
|
|
1645
2081
|
constructor(c, r, z) {
|
|
1646
2082
|
this.z = z;
|
|
@@ -1761,6 +2197,30 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
1761
2197
|
inputs: ['size']
|
|
1762
2198
|
}]
|
|
1763
2199
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2200
|
+
let FlipIconPrint = class FlipIconPrint {
|
|
2201
|
+
constructor(c, r, z) {
|
|
2202
|
+
this.z = z;
|
|
2203
|
+
c.detach();
|
|
2204
|
+
this.el = r.nativeElement;
|
|
2205
|
+
}
|
|
2206
|
+
};
|
|
2207
|
+
FlipIconPrint.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipIconPrint, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2208
|
+
FlipIconPrint.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipIconPrint, selector: "flip-icon-print", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2209
|
+
FlipIconPrint = __decorate([
|
|
2210
|
+
ProxyCmp({
|
|
2211
|
+
defineCustomElementFn: undefined,
|
|
2212
|
+
inputs: ['size']
|
|
2213
|
+
})
|
|
2214
|
+
], FlipIconPrint);
|
|
2215
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipIconPrint, decorators: [{
|
|
2216
|
+
type: Component,
|
|
2217
|
+
args: [{
|
|
2218
|
+
selector: 'flip-icon-print',
|
|
2219
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2220
|
+
template: '<ng-content></ng-content>',
|
|
2221
|
+
inputs: ['size']
|
|
2222
|
+
}]
|
|
2223
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1764
2224
|
let FlipIconRecieved = class FlipIconRecieved {
|
|
1765
2225
|
constructor(c, r, z) {
|
|
1766
2226
|
this.z = z;
|
|
@@ -1785,6 +2245,30 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
1785
2245
|
inputs: ['size']
|
|
1786
2246
|
}]
|
|
1787
2247
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2248
|
+
let FlipIconRemove = class FlipIconRemove {
|
|
2249
|
+
constructor(c, r, z) {
|
|
2250
|
+
this.z = z;
|
|
2251
|
+
c.detach();
|
|
2252
|
+
this.el = r.nativeElement;
|
|
2253
|
+
}
|
|
2254
|
+
};
|
|
2255
|
+
FlipIconRemove.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipIconRemove, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2256
|
+
FlipIconRemove.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipIconRemove, selector: "flip-icon-remove", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2257
|
+
FlipIconRemove = __decorate([
|
|
2258
|
+
ProxyCmp({
|
|
2259
|
+
defineCustomElementFn: undefined,
|
|
2260
|
+
inputs: ['size']
|
|
2261
|
+
})
|
|
2262
|
+
], FlipIconRemove);
|
|
2263
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipIconRemove, decorators: [{
|
|
2264
|
+
type: Component,
|
|
2265
|
+
args: [{
|
|
2266
|
+
selector: 'flip-icon-remove',
|
|
2267
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2268
|
+
template: '<ng-content></ng-content>',
|
|
2269
|
+
inputs: ['size']
|
|
2270
|
+
}]
|
|
2271
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1788
2272
|
let FlipIconSearch = class FlipIconSearch {
|
|
1789
2273
|
constructor(c, r, z) {
|
|
1790
2274
|
this.z = z;
|
|
@@ -2121,6 +2605,152 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
2121
2605
|
inputs: ['href', 'label', 'target']
|
|
2122
2606
|
}]
|
|
2123
2607
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2608
|
+
let FlipList = class FlipList {
|
|
2609
|
+
constructor(c, r, z) {
|
|
2610
|
+
this.z = z;
|
|
2611
|
+
c.detach();
|
|
2612
|
+
this.el = r.nativeElement;
|
|
2613
|
+
}
|
|
2614
|
+
};
|
|
2615
|
+
FlipList.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2616
|
+
FlipList.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipList, selector: "flip-list", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2617
|
+
FlipList = __decorate([
|
|
2618
|
+
ProxyCmp({
|
|
2619
|
+
defineCustomElementFn: undefined
|
|
2620
|
+
})
|
|
2621
|
+
], FlipList);
|
|
2622
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipList, decorators: [{
|
|
2623
|
+
type: Component,
|
|
2624
|
+
args: [{
|
|
2625
|
+
selector: 'flip-list',
|
|
2626
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2627
|
+
template: '<ng-content></ng-content>'
|
|
2628
|
+
}]
|
|
2629
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2630
|
+
let FlipModal = class FlipModal {
|
|
2631
|
+
constructor(c, r, z) {
|
|
2632
|
+
this.z = z;
|
|
2633
|
+
c.detach();
|
|
2634
|
+
this.el = r.nativeElement;
|
|
2635
|
+
proxyOutputs(this, this.el, ['primaryAction', 'secondaryAction']);
|
|
2636
|
+
}
|
|
2637
|
+
};
|
|
2638
|
+
FlipModal.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2639
|
+
FlipModal.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipModal, selector: "flip-modal", inputs: { closeButtonLabel: "closeButtonLabel", label: "label", primaryActionLabel: "primaryActionLabel", secondaryActionLabel: "secondaryActionLabel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2640
|
+
FlipModal = __decorate([
|
|
2641
|
+
ProxyCmp({
|
|
2642
|
+
defineCustomElementFn: undefined,
|
|
2643
|
+
inputs: ['closeButtonLabel', 'label', 'primaryActionLabel', 'secondaryActionLabel'],
|
|
2644
|
+
methods: ['open', 'close']
|
|
2645
|
+
})
|
|
2646
|
+
], FlipModal);
|
|
2647
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipModal, decorators: [{
|
|
2648
|
+
type: Component,
|
|
2649
|
+
args: [{
|
|
2650
|
+
selector: 'flip-modal',
|
|
2651
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2652
|
+
template: '<ng-content></ng-content>',
|
|
2653
|
+
inputs: ['closeButtonLabel', 'label', 'primaryActionLabel', 'secondaryActionLabel']
|
|
2654
|
+
}]
|
|
2655
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2656
|
+
let FlipOptionList = class FlipOptionList {
|
|
2657
|
+
constructor(c, r, z) {
|
|
2658
|
+
this.z = z;
|
|
2659
|
+
c.detach();
|
|
2660
|
+
this.el = r.nativeElement;
|
|
2661
|
+
proxyOutputs(this, this.el, ['valueChange']);
|
|
2662
|
+
}
|
|
2663
|
+
};
|
|
2664
|
+
FlipOptionList.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipOptionList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2665
|
+
FlipOptionList.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipOptionList, selector: "flip-option-list", inputs: { disabled: "disabled", label: "label", multiSelect: "multiSelect", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2666
|
+
FlipOptionList = __decorate([
|
|
2667
|
+
ProxyCmp({
|
|
2668
|
+
defineCustomElementFn: undefined,
|
|
2669
|
+
inputs: ['disabled', 'label', 'multiSelect', 'value']
|
|
2670
|
+
})
|
|
2671
|
+
], FlipOptionList);
|
|
2672
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipOptionList, decorators: [{
|
|
2673
|
+
type: Component,
|
|
2674
|
+
args: [{
|
|
2675
|
+
selector: 'flip-option-list',
|
|
2676
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2677
|
+
template: '<ng-content></ng-content>',
|
|
2678
|
+
inputs: ['disabled', 'label', 'multiSelect', 'value']
|
|
2679
|
+
}]
|
|
2680
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2681
|
+
let FlipOptionListItem = class FlipOptionListItem {
|
|
2682
|
+
constructor(c, r, z) {
|
|
2683
|
+
this.z = z;
|
|
2684
|
+
c.detach();
|
|
2685
|
+
this.el = r.nativeElement;
|
|
2686
|
+
}
|
|
2687
|
+
};
|
|
2688
|
+
FlipOptionListItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipOptionListItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2689
|
+
FlipOptionListItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipOptionListItem, selector: "flip-option-list-item", inputs: { context: "context", disabled: "disabled", icon: "icon", label: "label", selected: "selected", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2690
|
+
FlipOptionListItem = __decorate([
|
|
2691
|
+
ProxyCmp({
|
|
2692
|
+
defineCustomElementFn: undefined,
|
|
2693
|
+
inputs: ['context', 'disabled', 'icon', 'label', 'selected', 'value']
|
|
2694
|
+
})
|
|
2695
|
+
], FlipOptionListItem);
|
|
2696
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipOptionListItem, decorators: [{
|
|
2697
|
+
type: Component,
|
|
2698
|
+
args: [{
|
|
2699
|
+
selector: 'flip-option-list-item',
|
|
2700
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2701
|
+
template: '<ng-content></ng-content>',
|
|
2702
|
+
inputs: ['context', 'disabled', 'icon', 'label', 'selected', 'value']
|
|
2703
|
+
}]
|
|
2704
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2705
|
+
let FlipOptionListSection = class FlipOptionListSection {
|
|
2706
|
+
constructor(c, r, z) {
|
|
2707
|
+
this.z = z;
|
|
2708
|
+
c.detach();
|
|
2709
|
+
this.el = r.nativeElement;
|
|
2710
|
+
}
|
|
2711
|
+
};
|
|
2712
|
+
FlipOptionListSection.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipOptionListSection, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2713
|
+
FlipOptionListSection.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipOptionListSection, selector: "flip-option-list-section", inputs: { label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2714
|
+
FlipOptionListSection = __decorate([
|
|
2715
|
+
ProxyCmp({
|
|
2716
|
+
defineCustomElementFn: undefined,
|
|
2717
|
+
inputs: ['label']
|
|
2718
|
+
})
|
|
2719
|
+
], FlipOptionListSection);
|
|
2720
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipOptionListSection, decorators: [{
|
|
2721
|
+
type: Component,
|
|
2722
|
+
args: [{
|
|
2723
|
+
selector: 'flip-option-list-section',
|
|
2724
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2725
|
+
template: '<ng-content></ng-content>',
|
|
2726
|
+
inputs: ['label']
|
|
2727
|
+
}]
|
|
2728
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2729
|
+
let FlipPagination = class FlipPagination {
|
|
2730
|
+
constructor(c, r, z) {
|
|
2731
|
+
this.z = z;
|
|
2732
|
+
c.detach();
|
|
2733
|
+
this.el = r.nativeElement;
|
|
2734
|
+
proxyOutputs(this, this.el, ['setPage']);
|
|
2735
|
+
}
|
|
2736
|
+
};
|
|
2737
|
+
FlipPagination.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipPagination, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2738
|
+
FlipPagination.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipPagination, selector: "flip-pagination", inputs: { accessibleNextButtonLabel: "accessibleNextButtonLabel", accessiblePrevButtonLabel: "accessiblePrevButtonLabel", label: "label", nextButtonLabel: "nextButtonLabel", page: "page", pageLabel: "pageLabel", pageSelectLabel: "pageSelectLabel", pages: "pages", prevButtonLabel: "prevButtonLabel", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2739
|
+
FlipPagination = __decorate([
|
|
2740
|
+
ProxyCmp({
|
|
2741
|
+
defineCustomElementFn: undefined,
|
|
2742
|
+
inputs: ['accessibleNextButtonLabel', 'accessiblePrevButtonLabel', 'label', 'nextButtonLabel', 'page', 'pageLabel', 'pageSelectLabel', 'pages', 'prevButtonLabel', 'variant']
|
|
2743
|
+
})
|
|
2744
|
+
], FlipPagination);
|
|
2745
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipPagination, decorators: [{
|
|
2746
|
+
type: Component,
|
|
2747
|
+
args: [{
|
|
2748
|
+
selector: 'flip-pagination',
|
|
2749
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2750
|
+
template: '<ng-content></ng-content>',
|
|
2751
|
+
inputs: ['accessibleNextButtonLabel', 'accessiblePrevButtonLabel', 'label', 'nextButtonLabel', 'page', 'pageLabel', 'pageSelectLabel', 'pages', 'prevButtonLabel', 'variant']
|
|
2752
|
+
}]
|
|
2753
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2124
2754
|
let FlipPopover = class FlipPopover {
|
|
2125
2755
|
constructor(c, r, z) {
|
|
2126
2756
|
this.z = z;
|
|
@@ -2129,11 +2759,12 @@ let FlipPopover = class FlipPopover {
|
|
|
2129
2759
|
}
|
|
2130
2760
|
};
|
|
2131
2761
|
FlipPopover.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipPopover, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2132
|
-
FlipPopover.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipPopover, selector: "flip-popover", inputs: { label: "label", popoverId: "popoverId", trigger: "trigger" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2762
|
+
FlipPopover.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipPopover, selector: "flip-popover", inputs: { label: "label", placement: "placement", popoverId: "popoverId", trigger: "trigger" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2133
2763
|
FlipPopover = __decorate([
|
|
2134
2764
|
ProxyCmp({
|
|
2135
2765
|
defineCustomElementFn: undefined,
|
|
2136
|
-
inputs: ['label', 'popoverId', 'trigger']
|
|
2766
|
+
inputs: ['label', 'placement', 'popoverId', 'trigger'],
|
|
2767
|
+
methods: ['close', 'open']
|
|
2137
2768
|
})
|
|
2138
2769
|
], FlipPopover);
|
|
2139
2770
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipPopover, decorators: [{
|
|
@@ -2142,7 +2773,31 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
2142
2773
|
selector: 'flip-popover',
|
|
2143
2774
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2144
2775
|
template: '<ng-content></ng-content>',
|
|
2145
|
-
inputs: ['label', 'popoverId', 'trigger']
|
|
2776
|
+
inputs: ['label', 'placement', 'popoverId', 'trigger']
|
|
2777
|
+
}]
|
|
2778
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2779
|
+
let FlipProgressIndicator = class FlipProgressIndicator {
|
|
2780
|
+
constructor(c, r, z) {
|
|
2781
|
+
this.z = z;
|
|
2782
|
+
c.detach();
|
|
2783
|
+
this.el = r.nativeElement;
|
|
2784
|
+
}
|
|
2785
|
+
};
|
|
2786
|
+
FlipProgressIndicator.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipProgressIndicator, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2787
|
+
FlipProgressIndicator.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipProgressIndicator, selector: "flip-progress-indicator", inputs: { label: "label", size: "size", value: "value", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2788
|
+
FlipProgressIndicator = __decorate([
|
|
2789
|
+
ProxyCmp({
|
|
2790
|
+
defineCustomElementFn: undefined,
|
|
2791
|
+
inputs: ['label', 'size', 'value', 'variant']
|
|
2792
|
+
})
|
|
2793
|
+
], FlipProgressIndicator);
|
|
2794
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipProgressIndicator, decorators: [{
|
|
2795
|
+
type: Component,
|
|
2796
|
+
args: [{
|
|
2797
|
+
selector: 'flip-progress-indicator',
|
|
2798
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2799
|
+
template: '<ng-content></ng-content>',
|
|
2800
|
+
inputs: ['label', 'size', 'value', 'variant']
|
|
2146
2801
|
}]
|
|
2147
2802
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2148
2803
|
let FlipRadio = class FlipRadio {
|
|
@@ -2179,11 +2834,11 @@ let FlipRadioGroup = class FlipRadioGroup {
|
|
|
2179
2834
|
}
|
|
2180
2835
|
};
|
|
2181
2836
|
FlipRadioGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipRadioGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2182
|
-
FlipRadioGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipRadioGroup, selector: "flip-radio-group", inputs: { value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2837
|
+
FlipRadioGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipRadioGroup, selector: "flip-radio-group", inputs: { flipAriaDescribedby: "flipAriaDescribedby", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2183
2838
|
FlipRadioGroup = __decorate([
|
|
2184
2839
|
ProxyCmp({
|
|
2185
2840
|
defineCustomElementFn: undefined,
|
|
2186
|
-
inputs: ['value']
|
|
2841
|
+
inputs: ['flipAriaDescribedby', 'value']
|
|
2187
2842
|
})
|
|
2188
2843
|
], FlipRadioGroup);
|
|
2189
2844
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipRadioGroup, decorators: [{
|
|
@@ -2192,7 +2847,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
2192
2847
|
selector: 'flip-radio-group',
|
|
2193
2848
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2194
2849
|
template: '<ng-content></ng-content>',
|
|
2195
|
-
inputs: ['value']
|
|
2850
|
+
inputs: ['flipAriaDescribedby', 'value']
|
|
2196
2851
|
}]
|
|
2197
2852
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2198
2853
|
let FlipResourceList = class FlipResourceList {
|
|
@@ -2442,6 +3097,55 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
2442
3097
|
inputs: ['intent', 'label', 'removable', 'removalButtonLabel']
|
|
2443
3098
|
}]
|
|
2444
3099
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3100
|
+
let FlipText = class FlipText {
|
|
3101
|
+
constructor(c, r, z) {
|
|
3102
|
+
this.z = z;
|
|
3103
|
+
c.detach();
|
|
3104
|
+
this.el = r.nativeElement;
|
|
3105
|
+
}
|
|
3106
|
+
};
|
|
3107
|
+
FlipText.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipText, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3108
|
+
FlipText.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipText, selector: "flip-text", inputs: { align: "align", as: "as", color: "color", fontStyle: "fontStyle", size: "size", weight: "weight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3109
|
+
FlipText = __decorate([
|
|
3110
|
+
ProxyCmp({
|
|
3111
|
+
defineCustomElementFn: undefined,
|
|
3112
|
+
inputs: ['align', 'as', 'color', 'fontStyle', 'size', 'weight']
|
|
3113
|
+
})
|
|
3114
|
+
], FlipText);
|
|
3115
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipText, decorators: [{
|
|
3116
|
+
type: Component,
|
|
3117
|
+
args: [{
|
|
3118
|
+
selector: 'flip-text',
|
|
3119
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3120
|
+
template: '<ng-content></ng-content>',
|
|
3121
|
+
inputs: ['align', 'as', 'color', 'fontStyle', 'size', 'weight']
|
|
3122
|
+
}]
|
|
3123
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3124
|
+
let FlipTextInput = class FlipTextInput {
|
|
3125
|
+
constructor(c, r, z) {
|
|
3126
|
+
this.z = z;
|
|
3127
|
+
c.detach();
|
|
3128
|
+
this.el = r.nativeElement;
|
|
3129
|
+
proxyOutputs(this, this.el, ['valueChange']);
|
|
3130
|
+
}
|
|
3131
|
+
};
|
|
3132
|
+
FlipTextInput.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipTextInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3133
|
+
FlipTextInput.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipTextInput, selector: "flip-text-input", inputs: { autoComplete: "autoComplete", autoFocus: "autoFocus", autoSelect: "autoSelect", clearButtonLabel: "clearButtonLabel", clearable: "clearable", disabled: "disabled", flipAriaDescribedby: "flipAriaDescribedby", invalid: "invalid", max: "max", maxLength: "maxLength", min: "min", mode: "mode", passwordToggleLabel: "passwordToggleLabel", prefixLabel: "prefixLabel", required: "required", rows: "rows", showCharacterCounter: "showCharacterCounter", spellCheck: "spellCheck", step: "step", suffixLabel: "suffixLabel", type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3134
|
+
FlipTextInput = __decorate([
|
|
3135
|
+
ProxyCmp({
|
|
3136
|
+
defineCustomElementFn: undefined,
|
|
3137
|
+
inputs: ['autoComplete', 'autoFocus', 'autoSelect', 'clearButtonLabel', 'clearable', 'disabled', 'flipAriaDescribedby', 'invalid', 'max', 'maxLength', 'min', 'mode', 'passwordToggleLabel', 'prefixLabel', 'required', 'rows', 'showCharacterCounter', 'spellCheck', 'step', 'suffixLabel', 'type', 'value']
|
|
3138
|
+
})
|
|
3139
|
+
], FlipTextInput);
|
|
3140
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipTextInput, decorators: [{
|
|
3141
|
+
type: Component,
|
|
3142
|
+
args: [{
|
|
3143
|
+
selector: 'flip-text-input',
|
|
3144
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3145
|
+
template: '<ng-content></ng-content>',
|
|
3146
|
+
inputs: ['autoComplete', 'autoFocus', 'autoSelect', 'clearButtonLabel', 'clearable', 'disabled', 'flipAriaDescribedby', 'invalid', 'max', 'maxLength', 'min', 'mode', 'passwordToggleLabel', 'prefixLabel', 'required', 'rows', 'showCharacterCounter', 'spellCheck', 'step', 'suffixLabel', 'type', 'value']
|
|
3147
|
+
}]
|
|
3148
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2445
3149
|
let FlipThemeProvider = class FlipThemeProvider {
|
|
2446
3150
|
constructor(c, r, z) {
|
|
2447
3151
|
this.z = z;
|
|
@@ -2565,6 +3269,30 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
2565
3269
|
inputs: ['content', 'delay', 'position']
|
|
2566
3270
|
}]
|
|
2567
3271
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3272
|
+
let FlipVideoThumbnail = class FlipVideoThumbnail {
|
|
3273
|
+
constructor(c, r, z) {
|
|
3274
|
+
this.z = z;
|
|
3275
|
+
c.detach();
|
|
3276
|
+
this.el = r.nativeElement;
|
|
3277
|
+
}
|
|
3278
|
+
};
|
|
3279
|
+
FlipVideoThumbnail.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipVideoThumbnail, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3280
|
+
FlipVideoThumbnail.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipVideoThumbnail, selector: "flip-video-thumbnail", inputs: { duration: "duration", durationLabel: "durationLabel", label: "label", src: "src" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3281
|
+
FlipVideoThumbnail = __decorate([
|
|
3282
|
+
ProxyCmp({
|
|
3283
|
+
defineCustomElementFn: undefined,
|
|
3284
|
+
inputs: ['duration', 'durationLabel', 'label', 'src']
|
|
3285
|
+
})
|
|
3286
|
+
], FlipVideoThumbnail);
|
|
3287
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipVideoThumbnail, decorators: [{
|
|
3288
|
+
type: Component,
|
|
3289
|
+
args: [{
|
|
3290
|
+
selector: 'flip-video-thumbnail',
|
|
3291
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3292
|
+
template: '<ng-content></ng-content>',
|
|
3293
|
+
inputs: ['duration', 'durationLabel', 'label', 'src']
|
|
3294
|
+
}]
|
|
3295
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2568
3296
|
let FlipVisuallyHidden = class FlipVisuallyHidden {
|
|
2569
3297
|
constructor(c, r, z) {
|
|
2570
3298
|
this.z = z;
|
|
@@ -2660,13 +3388,44 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
2660
3388
|
}]
|
|
2661
3389
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }]; } });
|
|
2662
3390
|
|
|
3391
|
+
class SelectValueAccessor extends ValueAccessor {
|
|
3392
|
+
constructor(el) {
|
|
3393
|
+
super(el);
|
|
3394
|
+
}
|
|
3395
|
+
}
|
|
3396
|
+
SelectValueAccessor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SelectValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3397
|
+
SelectValueAccessor.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.1.2", type: SelectValueAccessor, selector: "flip-option-list", host: { listeners: { "valueChange": "handleChangeEvent($event.target.value)" } }, providers: [
|
|
3398
|
+
{
|
|
3399
|
+
provide: NG_VALUE_ACCESSOR,
|
|
3400
|
+
useExisting: SelectValueAccessor,
|
|
3401
|
+
multi: true
|
|
3402
|
+
}
|
|
3403
|
+
], usesInheritance: true, ngImport: i0 });
|
|
3404
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SelectValueAccessor, decorators: [{
|
|
3405
|
+
type: Directive,
|
|
3406
|
+
args: [{
|
|
3407
|
+
/* tslint:disable-next-line:directive-selector */
|
|
3408
|
+
selector: 'flip-option-list',
|
|
3409
|
+
host: {
|
|
3410
|
+
'(valueChange)': 'handleChangeEvent($event.target.value)'
|
|
3411
|
+
},
|
|
3412
|
+
providers: [
|
|
3413
|
+
{
|
|
3414
|
+
provide: NG_VALUE_ACCESSOR,
|
|
3415
|
+
useExisting: SelectValueAccessor,
|
|
3416
|
+
multi: true
|
|
3417
|
+
}
|
|
3418
|
+
]
|
|
3419
|
+
}]
|
|
3420
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }]; } });
|
|
3421
|
+
|
|
2663
3422
|
class TextValueAccessor extends ValueAccessor {
|
|
2664
3423
|
constructor(el) {
|
|
2665
3424
|
super(el);
|
|
2666
3425
|
}
|
|
2667
3426
|
}
|
|
2668
3427
|
TextValueAccessor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: TextValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2669
|
-
TextValueAccessor.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.1.2", type: TextValueAccessor, selector: "flip-radio-group, flip-search", host: { listeners: { "valueChange": "handleChangeEvent($event.target.value)" } }, providers: [
|
|
3428
|
+
TextValueAccessor.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.1.2", type: TextValueAccessor, selector: "flip-date-input, flip-radio-group, flip-search, flip-text-input", host: { listeners: { "valueChange": "handleChangeEvent($event.target.value)" } }, providers: [
|
|
2670
3429
|
{
|
|
2671
3430
|
provide: NG_VALUE_ACCESSOR,
|
|
2672
3431
|
useExisting: TextValueAccessor,
|
|
@@ -2677,7 +3436,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
2677
3436
|
type: Directive,
|
|
2678
3437
|
args: [{
|
|
2679
3438
|
/* tslint:disable-next-line:directive-selector */
|
|
2680
|
-
selector: 'flip-radio-group, flip-search',
|
|
3439
|
+
selector: 'flip-date-input, flip-radio-group, flip-search, flip-text-input',
|
|
2681
3440
|
host: {
|
|
2682
3441
|
'(valueChange)': 'handleChangeEvent($event.target.value)'
|
|
2683
3442
|
},
|
|
@@ -2703,15 +3462,30 @@ const DIRECTIVES = [
|
|
|
2703
3462
|
FlipButtonGroup,
|
|
2704
3463
|
FlipCheckbox,
|
|
2705
3464
|
FlipChip,
|
|
3465
|
+
FlipDateInput,
|
|
3466
|
+
FlipDatePicker,
|
|
2706
3467
|
FlipDescriptionList,
|
|
2707
3468
|
FlipDescriptionListItem,
|
|
2708
3469
|
FlipDialog,
|
|
3470
|
+
FlipEmptyState,
|
|
2709
3471
|
FlipFileUploader,
|
|
3472
|
+
FlipFileViewer,
|
|
3473
|
+
FlipFileViewerAudio,
|
|
3474
|
+
FlipFileViewerCsv,
|
|
3475
|
+
FlipFileViewerImage,
|
|
3476
|
+
FlipFileViewerPdf,
|
|
3477
|
+
FlipFileViewerText,
|
|
3478
|
+
FlipFileViewerVideo,
|
|
3479
|
+
FlipFormControl,
|
|
3480
|
+
FlipFormGroup,
|
|
3481
|
+
FlipHeading,
|
|
2710
3482
|
FlipIconAdd,
|
|
2711
3483
|
FlipIconAddPhoto,
|
|
2712
3484
|
FlipIconAdminPanelSettings,
|
|
2713
3485
|
FlipIconArrowBack,
|
|
2714
3486
|
FlipIconArrowForward,
|
|
3487
|
+
FlipIconArrowLeft,
|
|
3488
|
+
FlipIconArrowRight,
|
|
2715
3489
|
FlipIconArrowRightSmall,
|
|
2716
3490
|
FlipIconAttachment,
|
|
2717
3491
|
FlipIconCancel,
|
|
@@ -2739,6 +3513,8 @@ const DIRECTIVES = [
|
|
|
2739
3513
|
FlipIconExpandMore,
|
|
2740
3514
|
FlipIconFile,
|
|
2741
3515
|
FlipIconFolderShared,
|
|
3516
|
+
FlipIconFullscreen,
|
|
3517
|
+
FlipIconFullscreenExit,
|
|
2742
3518
|
FlipIconGroupAssign,
|
|
2743
3519
|
FlipIconGroups,
|
|
2744
3520
|
FlipIconGroupsCustom,
|
|
@@ -2758,12 +3534,15 @@ const DIRECTIVES = [
|
|
|
2758
3534
|
FlipIconNotifications,
|
|
2759
3535
|
FlipIconNotificationsActive,
|
|
2760
3536
|
FlipIconNotificationsOff,
|
|
3537
|
+
FlipIconOpenInNew,
|
|
2761
3538
|
FlipIconPeopleAlt,
|
|
2762
3539
|
FlipIconPerson,
|
|
2763
3540
|
FlipIconPersonOff,
|
|
2764
3541
|
FlipIconPhone,
|
|
2765
3542
|
FlipIconPoll,
|
|
3543
|
+
FlipIconPrint,
|
|
2766
3544
|
FlipIconRecieved,
|
|
3545
|
+
FlipIconRemove,
|
|
2767
3546
|
FlipIconSearch,
|
|
2768
3547
|
FlipIconSearchStrong,
|
|
2769
3548
|
FlipIconSend,
|
|
@@ -2778,7 +3557,14 @@ const DIRECTIVES = [
|
|
|
2778
3557
|
FlipIconWarning,
|
|
2779
3558
|
FlipInlineError,
|
|
2780
3559
|
FlipLink,
|
|
3560
|
+
FlipList,
|
|
3561
|
+
FlipModal,
|
|
3562
|
+
FlipOptionList,
|
|
3563
|
+
FlipOptionListItem,
|
|
3564
|
+
FlipOptionListSection,
|
|
3565
|
+
FlipPagination,
|
|
2781
3566
|
FlipPopover,
|
|
3567
|
+
FlipProgressIndicator,
|
|
2782
3568
|
FlipRadio,
|
|
2783
3569
|
FlipRadioGroup,
|
|
2784
3570
|
FlipResourceList,
|
|
@@ -2791,25 +3577,42 @@ const DIRECTIVES = [
|
|
|
2791
3577
|
FlipTab,
|
|
2792
3578
|
FlipTabs,
|
|
2793
3579
|
FlipTag,
|
|
3580
|
+
FlipText,
|
|
3581
|
+
FlipTextInput,
|
|
2794
3582
|
FlipThemeProvider,
|
|
2795
3583
|
FlipThumbnail,
|
|
2796
3584
|
FlipToast,
|
|
2797
3585
|
FlipToastProvider,
|
|
2798
3586
|
FlipTooltip,
|
|
3587
|
+
FlipVideoThumbnail,
|
|
2799
3588
|
FlipVisuallyHidden
|
|
2800
3589
|
];
|
|
2801
3590
|
|
|
2802
3591
|
class SwirlComponentsModule {
|
|
2803
3592
|
}
|
|
2804
3593
|
SwirlComponentsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlComponentsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2805
|
-
SwirlComponentsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.1.2", ngImport: i0, type: SwirlComponentsModule, declarations: [FlipActionList, FlipActionListItem, FlipActionListSection, FlipAvatar, FlipAvatarGroup, FlipBadge, FlipBanner, FlipButton, FlipButtonGroup, FlipCheckbox, FlipChip,
|
|
3594
|
+
SwirlComponentsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.1.2", ngImport: i0, type: SwirlComponentsModule, declarations: [FlipActionList, FlipActionListItem, FlipActionListSection, FlipAvatar, FlipAvatarGroup, FlipBadge, FlipBanner, FlipButton, FlipButtonGroup, FlipCheckbox, FlipChip, FlipDateInput, FlipDatePicker, FlipDescriptionList, FlipDescriptionListItem, FlipDialog, FlipEmptyState, FlipFileUploader, FlipFileViewer, FlipFileViewerAudio, FlipFileViewerCsv, FlipFileViewerImage, FlipFileViewerPdf, FlipFileViewerText, FlipFileViewerVideo, FlipFormControl, FlipFormGroup, FlipHeading, FlipIconAdd, FlipIconAddPhoto, FlipIconAdminPanelSettings, FlipIconArrowBack, FlipIconArrowForward, FlipIconArrowLeft, FlipIconArrowRight, FlipIconArrowRightSmall, FlipIconAttachment, FlipIconCancel, FlipIconChatBubble, FlipIconCheck, FlipIconCheckCircle, FlipIconCheckSmall, FlipIconCheckStrong, FlipIconChevronLeft, FlipIconChevronRight, FlipIconClose, FlipIconCloseSmall, FlipIconCloudUpload, FlipIconComment, FlipIconCopy, FlipIconDateRange, FlipIconDelete, FlipIconDescription, FlipIconDownload, FlipIconEdit, FlipIconEmojiMood, FlipIconEmojiSatisfied, FlipIconError, FlipIconExpandLess, FlipIconExpandMore, FlipIconFile, FlipIconFolderShared, FlipIconFullscreen, FlipIconFullscreenExit, FlipIconGroupAssign, FlipIconGroups, FlipIconGroupsCustom, FlipIconImage, FlipIconInfo, FlipIconInventory, FlipIconLike, FlipIconLink, FlipIconLock, FlipIconLogout, FlipIconMail, FlipIconManageAccounts, FlipIconMention, FlipIconMessage, FlipIconMoreHorizontal, FlipIconMoreVertikal, FlipIconNotifications, FlipIconNotificationsActive, FlipIconNotificationsOff, FlipIconOpenInNew, FlipIconPeopleAlt, FlipIconPerson, FlipIconPersonOff, FlipIconPhone, FlipIconPoll, FlipIconPrint, FlipIconRecieved, FlipIconRemove, FlipIconSearch, FlipIconSearchStrong, FlipIconSend, FlipIconSettings, FlipIconTimeFilled, FlipIconTimeOutlined, FlipIconToday, FlipIconUserAssign, FlipIconVideoCamera, FlipIconVisibility, FlipIconVisibilityOff, FlipIconWarning, FlipInlineError, FlipLink, FlipList, FlipModal, FlipOptionList, FlipOptionListItem, FlipOptionListSection, FlipPagination, FlipPopover, FlipProgressIndicator, FlipRadio, FlipRadioGroup, FlipResourceList, FlipResourceListFileItem, FlipResourceListItem, FlipSearch, FlipSpinner, FlipStack, FlipSwitch, FlipTab, FlipTabs, FlipTag, FlipText, FlipTextInput, FlipThemeProvider, FlipThumbnail, FlipToast, FlipToastProvider, FlipTooltip, FlipVideoThumbnail, FlipVisuallyHidden, BooleanValueAccessor,
|
|
3595
|
+
SelectValueAccessor,
|
|
3596
|
+
TextValueAccessor], exports: [FlipActionList, FlipActionListItem, FlipActionListSection, FlipAvatar, FlipAvatarGroup, FlipBadge, FlipBanner, FlipButton, FlipButtonGroup, FlipCheckbox, FlipChip, FlipDateInput, FlipDatePicker, FlipDescriptionList, FlipDescriptionListItem, FlipDialog, FlipEmptyState, FlipFileUploader, FlipFileViewer, FlipFileViewerAudio, FlipFileViewerCsv, FlipFileViewerImage, FlipFileViewerPdf, FlipFileViewerText, FlipFileViewerVideo, FlipFormControl, FlipFormGroup, FlipHeading, FlipIconAdd, FlipIconAddPhoto, FlipIconAdminPanelSettings, FlipIconArrowBack, FlipIconArrowForward, FlipIconArrowLeft, FlipIconArrowRight, FlipIconArrowRightSmall, FlipIconAttachment, FlipIconCancel, FlipIconChatBubble, FlipIconCheck, FlipIconCheckCircle, FlipIconCheckSmall, FlipIconCheckStrong, FlipIconChevronLeft, FlipIconChevronRight, FlipIconClose, FlipIconCloseSmall, FlipIconCloudUpload, FlipIconComment, FlipIconCopy, FlipIconDateRange, FlipIconDelete, FlipIconDescription, FlipIconDownload, FlipIconEdit, FlipIconEmojiMood, FlipIconEmojiSatisfied, FlipIconError, FlipIconExpandLess, FlipIconExpandMore, FlipIconFile, FlipIconFolderShared, FlipIconFullscreen, FlipIconFullscreenExit, FlipIconGroupAssign, FlipIconGroups, FlipIconGroupsCustom, FlipIconImage, FlipIconInfo, FlipIconInventory, FlipIconLike, FlipIconLink, FlipIconLock, FlipIconLogout, FlipIconMail, FlipIconManageAccounts, FlipIconMention, FlipIconMessage, FlipIconMoreHorizontal, FlipIconMoreVertikal, FlipIconNotifications, FlipIconNotificationsActive, FlipIconNotificationsOff, FlipIconOpenInNew, FlipIconPeopleAlt, FlipIconPerson, FlipIconPersonOff, FlipIconPhone, FlipIconPoll, FlipIconPrint, FlipIconRecieved, FlipIconRemove, FlipIconSearch, FlipIconSearchStrong, FlipIconSend, FlipIconSettings, FlipIconTimeFilled, FlipIconTimeOutlined, FlipIconToday, FlipIconUserAssign, FlipIconVideoCamera, FlipIconVisibility, FlipIconVisibilityOff, FlipIconWarning, FlipInlineError, FlipLink, FlipList, FlipModal, FlipOptionList, FlipOptionListItem, FlipOptionListSection, FlipPagination, FlipPopover, FlipProgressIndicator, FlipRadio, FlipRadioGroup, FlipResourceList, FlipResourceListFileItem, FlipResourceListItem, FlipSearch, FlipSpinner, FlipStack, FlipSwitch, FlipTab, FlipTabs, FlipTag, FlipText, FlipTextInput, FlipThemeProvider, FlipThumbnail, FlipToast, FlipToastProvider, FlipTooltip, FlipVideoThumbnail, FlipVisuallyHidden, BooleanValueAccessor,
|
|
3597
|
+
SelectValueAccessor,
|
|
3598
|
+
TextValueAccessor] });
|
|
2806
3599
|
SwirlComponentsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlComponentsModule });
|
|
2807
3600
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlComponentsModule, decorators: [{
|
|
2808
3601
|
type: NgModule,
|
|
2809
3602
|
args: [{
|
|
2810
|
-
declarations: [
|
|
3603
|
+
declarations: [
|
|
3604
|
+
...DIRECTIVES,
|
|
3605
|
+
BooleanValueAccessor,
|
|
3606
|
+
SelectValueAccessor,
|
|
3607
|
+
TextValueAccessor,
|
|
3608
|
+
],
|
|
2811
3609
|
imports: [],
|
|
2812
|
-
exports: [
|
|
3610
|
+
exports: [
|
|
3611
|
+
...DIRECTIVES,
|
|
3612
|
+
BooleanValueAccessor,
|
|
3613
|
+
SelectValueAccessor,
|
|
3614
|
+
TextValueAccessor,
|
|
3615
|
+
],
|
|
2813
3616
|
}]
|
|
2814
3617
|
}] });
|
|
2815
3618
|
|
|
@@ -2821,5 +3624,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
2821
3624
|
* Generated bundle index. Do not edit.
|
|
2822
3625
|
*/
|
|
2823
3626
|
|
|
2824
|
-
export { BooleanValueAccessor, FlipActionList, FlipActionListItem, FlipActionListSection, FlipAvatar, FlipAvatarGroup, FlipBadge, FlipBanner, FlipButton, FlipButtonGroup, FlipCheckbox, FlipChip, FlipDescriptionList, FlipDescriptionListItem, FlipDialog, FlipFileUploader, FlipIconAdd, FlipIconAddPhoto, FlipIconAdminPanelSettings, FlipIconArrowBack, FlipIconArrowForward, FlipIconArrowRightSmall, FlipIconAttachment, FlipIconCancel, FlipIconChatBubble, FlipIconCheck, FlipIconCheckCircle, FlipIconCheckSmall, FlipIconCheckStrong, FlipIconChevronLeft, FlipIconChevronRight, FlipIconClose, FlipIconCloseSmall, FlipIconCloudUpload, FlipIconComment, FlipIconCopy, FlipIconDateRange, FlipIconDelete, FlipIconDescription, FlipIconDownload, FlipIconEdit, FlipIconEmojiMood, FlipIconEmojiSatisfied, FlipIconError, FlipIconExpandLess, FlipIconExpandMore, FlipIconFile, FlipIconFolderShared, FlipIconGroupAssign, FlipIconGroups, FlipIconGroupsCustom, FlipIconImage, FlipIconInfo, FlipIconInventory, FlipIconLike, FlipIconLink, FlipIconLock, FlipIconLogout, FlipIconMail, FlipIconManageAccounts, FlipIconMention, FlipIconMessage, FlipIconMoreHorizontal, FlipIconMoreVertikal, FlipIconNotifications, FlipIconNotificationsActive, FlipIconNotificationsOff, FlipIconPeopleAlt, FlipIconPerson, FlipIconPersonOff, FlipIconPhone, FlipIconPoll, FlipIconRecieved, FlipIconSearch, FlipIconSearchStrong, FlipIconSend, FlipIconSettings, FlipIconTimeFilled, FlipIconTimeOutlined, FlipIconToday, FlipIconUserAssign, FlipIconVideoCamera, FlipIconVisibility, FlipIconVisibilityOff, FlipIconWarning, FlipInlineError, FlipLink, FlipPopover, FlipRadio, FlipRadioGroup, FlipResourceList, FlipResourceListFileItem, FlipResourceListItem, FlipSearch, FlipSpinner, FlipStack, FlipSwitch, FlipTab, FlipTabs, FlipTag, FlipThemeProvider, FlipThumbnail, FlipToast, FlipToastProvider, FlipTooltip, FlipVisuallyHidden, SwirlComponentsModule, TextValueAccessor };
|
|
3627
|
+
export { BooleanValueAccessor, FlipActionList, FlipActionListItem, FlipActionListSection, FlipAvatar, FlipAvatarGroup, FlipBadge, FlipBanner, FlipButton, FlipButtonGroup, FlipCheckbox, FlipChip, FlipDateInput, FlipDatePicker, FlipDescriptionList, FlipDescriptionListItem, FlipDialog, FlipEmptyState, FlipFileUploader, FlipFileViewer, FlipFileViewerAudio, FlipFileViewerCsv, FlipFileViewerImage, FlipFileViewerPdf, FlipFileViewerText, FlipFileViewerVideo, FlipFormControl, FlipFormGroup, FlipHeading, FlipIconAdd, FlipIconAddPhoto, FlipIconAdminPanelSettings, FlipIconArrowBack, FlipIconArrowForward, FlipIconArrowLeft, FlipIconArrowRight, FlipIconArrowRightSmall, FlipIconAttachment, FlipIconCancel, FlipIconChatBubble, FlipIconCheck, FlipIconCheckCircle, FlipIconCheckSmall, FlipIconCheckStrong, FlipIconChevronLeft, FlipIconChevronRight, FlipIconClose, FlipIconCloseSmall, FlipIconCloudUpload, FlipIconComment, FlipIconCopy, FlipIconDateRange, FlipIconDelete, FlipIconDescription, FlipIconDownload, FlipIconEdit, FlipIconEmojiMood, FlipIconEmojiSatisfied, FlipIconError, FlipIconExpandLess, FlipIconExpandMore, FlipIconFile, FlipIconFolderShared, FlipIconFullscreen, FlipIconFullscreenExit, FlipIconGroupAssign, FlipIconGroups, FlipIconGroupsCustom, FlipIconImage, FlipIconInfo, FlipIconInventory, FlipIconLike, FlipIconLink, FlipIconLock, FlipIconLogout, FlipIconMail, FlipIconManageAccounts, FlipIconMention, FlipIconMessage, FlipIconMoreHorizontal, FlipIconMoreVertikal, FlipIconNotifications, FlipIconNotificationsActive, FlipIconNotificationsOff, FlipIconOpenInNew, FlipIconPeopleAlt, FlipIconPerson, FlipIconPersonOff, FlipIconPhone, FlipIconPoll, FlipIconPrint, FlipIconRecieved, FlipIconRemove, FlipIconSearch, FlipIconSearchStrong, FlipIconSend, FlipIconSettings, FlipIconTimeFilled, FlipIconTimeOutlined, FlipIconToday, FlipIconUserAssign, FlipIconVideoCamera, FlipIconVisibility, FlipIconVisibilityOff, FlipIconWarning, FlipInlineError, FlipLink, FlipList, FlipModal, FlipOptionList, FlipOptionListItem, FlipOptionListSection, FlipPagination, FlipPopover, FlipProgressIndicator, FlipRadio, FlipRadioGroup, FlipResourceList, FlipResourceListFileItem, FlipResourceListItem, FlipSearch, FlipSpinner, FlipStack, FlipSwitch, FlipTab, FlipTabs, FlipTag, FlipText, FlipTextInput, FlipThemeProvider, FlipThumbnail, FlipToast, FlipToastProvider, FlipTooltip, FlipVideoThumbnail, FlipVisuallyHidden, SelectValueAccessor, SwirlComponentsModule, TextValueAccessor };
|
|
2825
3628
|
//# sourceMappingURL=getflip-swirl-components-angular.mjs.map
|