@porscheinformatik/clr-addons 12.2.1 → 12.3.0
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/clr-addons.module.d.ts +2 -1
- package/dropdown/clr-dropdown-overflow.directive.d.ts +19 -0
- package/dropdown/clr-dropdown-overflow.module.d.ts +7 -0
- package/dropdown/index.d.ts +2 -0
- package/esm2020/abstract-form-component/abstract-form-component.mjs +3 -3
- package/esm2020/abstract-form-component/control-id.service.mjs +3 -3
- package/esm2020/abstract-form-component/form.module.mjs +4 -4
- package/esm2020/abstract-form-component/label.mjs +3 -3
- package/esm2020/autocomplete-off/autocomplete-off.directive.mjs +3 -3
- package/esm2020/autocomplete-off/autocomplete-off.module.mjs +4 -4
- package/esm2020/back-button/back-button.mjs +3 -3
- package/esm2020/back-button/back-button.module.mjs +4 -4
- package/esm2020/brand-avatar/brand-avatar.mjs +3 -3
- package/esm2020/brand-avatar/brand-avatar.module.mjs +4 -4
- package/esm2020/breadcrumb/breadcrumb.mjs +3 -3
- package/esm2020/breadcrumb/breadcrumb.module.mjs +4 -4
- package/esm2020/breadcrumb/breadcrumb.service.mjs +3 -3
- package/esm2020/clr-addons.module.mjs +11 -7
- package/esm2020/collapse-expand-section/collapse-expand-section.mjs +3 -3
- package/esm2020/collapse-expand-section/collapse-expand-section.module.mjs +4 -4
- package/esm2020/content-panel/content-panel-container-content.mjs +3 -3
- package/esm2020/content-panel/content-panel-container-footer.mjs +3 -3
- package/esm2020/content-panel/content-panel-container.mjs +3 -3
- package/esm2020/content-panel/content-panel.mjs +3 -3
- package/esm2020/content-panel/content-panel.module.mjs +4 -4
- package/esm2020/data-list-validator/data-list-predefined-validator.directive.mjs +3 -3
- package/esm2020/data-list-validator/data-list-validator.module.mjs +4 -4
- package/esm2020/date-time-container/date-time-container.mjs +3 -3
- package/esm2020/date-time-container/date-time-module.mjs +4 -4
- package/esm2020/date-time-container/time-input.mjs +3 -3
- package/esm2020/dot-pager/dot-pager.mjs +3 -3
- package/esm2020/dot-pager/dot-pager.module.mjs +4 -4
- package/esm2020/dropdown/clr-dropdown-overflow.directive.mjs +75 -0
- package/esm2020/dropdown/clr-dropdown-overflow.module.mjs +21 -0
- package/esm2020/dropdown/index.mjs +8 -0
- package/esm2020/flow-bar/flow-bar.mjs +3 -3
- package/esm2020/flow-bar/flow-bar.module.mjs +4 -4
- package/esm2020/generic-quick-list/generic-quick-list.mjs +3 -3
- package/esm2020/generic-quick-list/generic-quick-list.module.mjs +4 -4
- package/esm2020/history/history-pinned.mjs +3 -3
- package/esm2020/history/history.mjs +13 -6
- package/esm2020/history/history.module.mjs +4 -4
- package/esm2020/history/history.service.mjs +3 -3
- package/esm2020/icons/shapes.mjs +35 -1
- package/esm2020/index.mjs +2 -1
- package/esm2020/letter-avatar/letter-avatar.mjs +3 -3
- package/esm2020/letter-avatar/letter-avatar.module.mjs +4 -4
- package/esm2020/location-bar/location-bar-node/location-bar-node.component.mjs +3 -3
- package/esm2020/location-bar/location-bar.component.mjs +3 -3
- package/esm2020/location-bar/location-bar.module.mjs +4 -4
- package/esm2020/main-nav-group/main-nav-group-item.mjs +3 -3
- package/esm2020/main-nav-group/main-nav-group.mjs +3 -3
- package/esm2020/main-nav-group/main-nav-group.module.mjs +4 -4
- package/esm2020/multilingual/abstract-multilingual.mjs +3 -3
- package/esm2020/multilingual/multilingual-input/multilingual-input.mjs +3 -3
- package/esm2020/multilingual/multilingual-selector.mjs +3 -3
- package/esm2020/multilingual/multilingual-textarea/multilingual-textarea.mjs +3 -3
- package/esm2020/multilingual/multilingual-validators.mjs +6 -6
- package/esm2020/multilingual/multilingual.module.mjs +4 -4
- package/esm2020/notification/notification.mjs +3 -3
- package/esm2020/notification/notification.module.mjs +4 -4
- package/esm2020/notification/notification.service.mjs +3 -3
- package/esm2020/numericfield/numeric-field-validators.mjs +6 -6
- package/esm2020/numericfield/numeric-field.mjs +3 -3
- package/esm2020/numericfield/numeric-field.module.mjs +4 -4
- package/esm2020/paged-search-result-list/paged-search-result-list.mjs +3 -3
- package/esm2020/paged-search-result-list/paged-search-result-list.module.mjs +4 -4
- package/esm2020/pager/pager.mjs +3 -3
- package/esm2020/pager/pager.module.mjs +4 -4
- package/esm2020/progress-spinner/progress-spinner.mjs +3 -3
- package/esm2020/progress-spinner/progress-spinner.module.mjs +4 -4
- package/esm2020/quick-list/add-option.mjs +3 -3
- package/esm2020/quick-list/quick-list.mjs +3 -3
- package/esm2020/quick-list/quick-list.module.mjs +4 -4
- package/esm2020/searchfield/search-field.mjs +3 -3
- package/esm2020/searchfield/search-field.module.mjs +4 -4
- package/esm2020/treetable/renderer/cell-renderer.mjs +3 -3
- package/esm2020/treetable/renderer/header-renderer.mjs +3 -3
- package/esm2020/treetable/renderer/main-renderer.mjs +3 -3
- package/esm2020/treetable/renderer/row-renderer.mjs +3 -3
- package/esm2020/treetable/treetable-action-overflow.mjs +3 -3
- package/esm2020/treetable/treetable-cell.mjs +3 -3
- package/esm2020/treetable/treetable-column.mjs +3 -3
- package/esm2020/treetable/treetable-placeholder.mjs +3 -3
- package/esm2020/treetable/treetable-row.mjs +3 -3
- package/esm2020/treetable/treetable.mjs +3 -3
- package/esm2020/treetable/treetable.module.mjs +4 -4
- package/esm2020/view-edit-section/view-edit-section.mjs +3 -3
- package/esm2020/view-edit-section/view-edit-section.module.mjs +4 -4
- package/fesm2015/clr-addons.mjs +417 -278
- package/fesm2015/clr-addons.mjs.map +1 -1
- package/fesm2020/clr-addons.mjs +417 -278
- package/fesm2020/clr-addons.mjs.map +1 -1
- package/history/history.d.ts +4 -2
- package/icons/shapes.d.ts +17 -0
- package/index.d.ts +1 -0
- package/package.json +1 -1
package/clr-addons.module.d.ts
CHANGED
|
@@ -25,8 +25,9 @@ import * as i23 from "./autocomplete-off/autocomplete-off.module";
|
|
|
25
25
|
import * as i24 from "./brand-avatar/brand-avatar.module";
|
|
26
26
|
import * as i25 from "./location-bar/location-bar.module";
|
|
27
27
|
import * as i26 from "./abstract-form-component/form.module";
|
|
28
|
+
import * as i27 from "./dropdown/clr-dropdown-overflow.module";
|
|
28
29
|
export declare class ClrAddonsModule {
|
|
29
30
|
static ɵfac: i0.ɵɵFactoryDeclaration<ClrAddonsModule, never>;
|
|
30
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ClrAddonsModule, never, never, [typeof i1.ClrViewEditSectionModule, typeof i2.ClrPagerModule, typeof i3.ClrDotPagerModule, typeof i4.ClrPagedSearchResultListModule, typeof i5.ClrCollapseExpandSectionModule, typeof i6.ClrBreadcrumbModule, typeof i7.ClrMainNavGroupModule, typeof i8.ClrContentPanelModule, typeof i9.ClrNotificationModule, typeof i10.ClrFlowBarModule, typeof i11.ClrBackButtonModule, typeof i12.ClrNumericFieldModule, typeof i13.ClrSearchFieldModule, typeof i14.ClrTreetableModule, typeof i15.ClrProgressSpinnerModule, typeof i16.ClrDateTimeModule, typeof i17.ClrQuickListModule, typeof i18.ClrLetterAvatarModule, typeof i19.ClrMultilingualModule, typeof i20.ClrGenericQuickListModule, typeof i21.ClrDataListValidatorModule, typeof i22.ClrHistoryModule, typeof i23.ClrAutocompleteOffModule, typeof i24.ClrBrandAvatarModule, typeof i25.ClrLocationBarModule, typeof i26.ClrFormModule]>;
|
|
31
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ClrAddonsModule, never, never, [typeof i1.ClrViewEditSectionModule, typeof i2.ClrPagerModule, typeof i3.ClrDotPagerModule, typeof i4.ClrPagedSearchResultListModule, typeof i5.ClrCollapseExpandSectionModule, typeof i6.ClrBreadcrumbModule, typeof i7.ClrMainNavGroupModule, typeof i8.ClrContentPanelModule, typeof i9.ClrNotificationModule, typeof i10.ClrFlowBarModule, typeof i11.ClrBackButtonModule, typeof i12.ClrNumericFieldModule, typeof i13.ClrSearchFieldModule, typeof i14.ClrTreetableModule, typeof i15.ClrProgressSpinnerModule, typeof i16.ClrDateTimeModule, typeof i17.ClrQuickListModule, typeof i18.ClrLetterAvatarModule, typeof i19.ClrMultilingualModule, typeof i20.ClrGenericQuickListModule, typeof i21.ClrDataListValidatorModule, typeof i22.ClrHistoryModule, typeof i23.ClrAutocompleteOffModule, typeof i24.ClrBrandAvatarModule, typeof i25.ClrLocationBarModule, typeof i26.ClrFormModule, typeof i27.ClrDropdownOverflowModule]>;
|
|
31
32
|
static ɵinj: i0.ɵɵInjectorDeclaration<ClrAddonsModule>;
|
|
32
33
|
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { AfterViewInit, ElementRef } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class ClrDropdownOverflowDirective implements AfterViewInit {
|
|
4
|
+
private elRef;
|
|
5
|
+
clrDropdownMenuMaxHeight: string | number;
|
|
6
|
+
clrDropdownMenuItemMinHeight: string | number;
|
|
7
|
+
readonly defaultItemMinHeightRem = 1.5;
|
|
8
|
+
readonly marginBottomRem = 0.1;
|
|
9
|
+
constructor(elRef: ElementRef);
|
|
10
|
+
ngAfterViewInit(): void;
|
|
11
|
+
private calculateDropdownMenu;
|
|
12
|
+
private getMenuMaxHeight;
|
|
13
|
+
private getItemMinHeight;
|
|
14
|
+
private convertToPixels;
|
|
15
|
+
private convertRemToPixels;
|
|
16
|
+
private convertVhToPixels;
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ClrDropdownOverflowDirective, never>;
|
|
18
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ClrDropdownOverflowDirective, "clr-dropdown-menu", never, { "clrDropdownMenuMaxHeight": "clrDropdownMenuMaxHeight"; "clrDropdownMenuItemMinHeight": "clrDropdownMenuItemMinHeight"; }, {}, never>;
|
|
19
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./clr-dropdown-overflow.directive";
|
|
3
|
+
export declare class ClrDropdownOverflowModule {
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ClrDropdownOverflowModule, never>;
|
|
5
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ClrDropdownOverflowModule, [typeof i1.ClrDropdownOverflowDirective], never, [typeof i1.ClrDropdownOverflowDirective]>;
|
|
6
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ClrDropdownOverflowModule>;
|
|
7
|
+
}
|
|
@@ -86,9 +86,9 @@ export class ClrAbstractFormComponent {
|
|
|
86
86
|
}
|
|
87
87
|
}
|
|
88
88
|
}
|
|
89
|
-
ClrAbstractFormComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
90
|
-
ClrAbstractFormComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.
|
|
91
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
89
|
+
ClrAbstractFormComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ClrAbstractFormComponent, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Directive });
|
|
90
|
+
ClrAbstractFormComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.8", type: ClrAbstractFormComponent, host: { properties: { "class.clr-form-control": "this.formControl", "class.clr-error": "this.showError" } }, ngImport: i0 });
|
|
91
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ClrAbstractFormComponent, decorators: [{
|
|
92
92
|
type: Directive
|
|
93
93
|
}], ctorParameters: function () { return [{ type: i0.Injector }]; }, propDecorators: { formControl: [{
|
|
94
94
|
type: HostBinding,
|
|
@@ -23,9 +23,9 @@ export class ControlIdService {
|
|
|
23
23
|
return this._idChange.asObservable();
|
|
24
24
|
}
|
|
25
25
|
}
|
|
26
|
-
ControlIdService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
27
|
-
ControlIdService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
28
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
26
|
+
ControlIdService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ControlIdService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
27
|
+
ControlIdService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ControlIdService });
|
|
28
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ControlIdService, decorators: [{
|
|
29
29
|
type: Injectable
|
|
30
30
|
}] });
|
|
31
31
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29udHJvbC1pZC5zZXJ2aWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vc3JjL2Nsci1hZGRvbnMvYWJzdHJhY3QtZm9ybS1jb21wb25lbnQvY29udHJvbC1pZC5zZXJ2aWNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOzs7O0dBSUc7QUFFSCxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzNDLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSxNQUFNLENBQUM7O0FBR3ZDLElBQUksT0FBTyxHQUFHLENBQUMsQ0FBQztBQUdoQixNQUFNLE9BQU8sZ0JBQWdCO0lBRDdCO1FBRVUsUUFBRyxHQUFHLG9CQUFvQixHQUFHLEVBQUUsT0FBTyxDQUFDO1FBU3ZDLGNBQVMsR0FBNEIsSUFBSSxlQUFlLENBQUMsSUFBSSxDQUFDLEdBQUcsQ0FBQyxDQUFDO0tBSTVFO0lBWkMsSUFBSSxFQUFFO1FBQ0osT0FBTyxJQUFJLENBQUMsR0FBRyxDQUFDO0lBQ2xCLENBQUM7SUFDRCxJQUFJLEVBQUUsQ0FBQyxLQUFhO1FBQ2xCLElBQUksQ0FBQyxHQUFHLEdBQUcsS0FBSyxDQUFDO1FBQ2pCLElBQUksQ0FBQyxTQUFTLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDO0lBQzdCLENBQUM7SUFHRCxJQUFXLFFBQVE7UUFDakIsT0FBTyxJQUFJLENBQUMsU0FBUyxDQUFDLFlBQVksRUFBRSxDQUFDO0lBQ3ZDLENBQUM7OzZHQWJVLGdCQUFnQjtpSEFBaEIsZ0JBQWdCOzJGQUFoQixnQkFBZ0I7a0JBRDVCLFVBQVUiLCJzb3VyY2VzQ29udGVudCI6WyIvKlxuICogQ29weXJpZ2h0IChjKSAyMDE4IFBvcnNjaGUgSW5mb3JtYXRpay4gQWxsIFJpZ2h0cyBSZXNlcnZlZC5cbiAqIFRoaXMgc29mdHdhcmUgaXMgcmVsZWFzZWQgdW5kZXIgTUlUIGxpY2Vuc2UuXG4gKiBUaGUgZnVsbCBsaWNlbnNlIGluZm9ybWF0aW9uIGNhbiBiZSBmb3VuZCBpbiBMSUNFTlNFIGluIHRoZSByb290IGRpcmVjdG9yeSBvZiB0aGlzIHByb2plY3QuXG4gKi9cblxuaW1wb3J0IHsgSW5qZWN0YWJsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQmVoYXZpb3JTdWJqZWN0IH0gZnJvbSAncnhqcyc7XG5pbXBvcnQgeyBPYnNlcnZhYmxlIH0gZnJvbSAncnhqcyc7XG5cbmxldCBjb3VudGVyID0gMDtcblxuQEluamVjdGFibGUoKVxuZXhwb3J0IGNsYXNzIENvbnRyb2xJZFNlcnZpY2Uge1xuICBwcml2YXRlIF9pZCA9ICdjbHJhLWZvcm0tY29udHJvbC0nICsgKytjb3VudGVyO1xuICBnZXQgaWQoKTogc3RyaW5nIHtcbiAgICByZXR1cm4gdGhpcy5faWQ7XG4gIH1cbiAgc2V0IGlkKHZhbHVlOiBzdHJpbmcpIHtcbiAgICB0aGlzLl9pZCA9IHZhbHVlO1xuICAgIHRoaXMuX2lkQ2hhbmdlLm5leHQodmFsdWUpO1xuICB9XG5cbiAgcHJpdmF0ZSBfaWRDaGFuZ2U6IEJlaGF2aW9yU3ViamVjdDxzdHJpbmc+ID0gbmV3IEJlaGF2aW9yU3ViamVjdCh0aGlzLl9pZCk7XG4gIHB1YmxpYyBnZXQgaWRDaGFuZ2UoKTogT2JzZXJ2YWJsZTxzdHJpbmc+IHtcbiAgICByZXR1cm4gdGhpcy5faWRDaGFuZ2UuYXNPYnNlcnZhYmxlKCk7XG4gIH1cbn1cbiJdfQ==
|
|
@@ -8,10 +8,10 @@ import { ClrAddonsLabel } from './label';
|
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
export class ClrFormModule {
|
|
10
10
|
}
|
|
11
|
-
ClrFormModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
12
|
-
ClrFormModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.
|
|
13
|
-
ClrFormModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.
|
|
14
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
11
|
+
ClrFormModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ClrFormModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
12
|
+
ClrFormModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ClrFormModule, declarations: [ClrAddonsLabel], exports: [ClrAddonsLabel] });
|
|
13
|
+
ClrFormModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ClrFormModule });
|
|
14
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ClrFormModule, decorators: [{
|
|
15
15
|
type: NgModule,
|
|
16
16
|
args: [{
|
|
17
17
|
declarations: [ClrAddonsLabel],
|
|
@@ -26,9 +26,9 @@ export class ClrAddonsLabel {
|
|
|
26
26
|
this.destroyed$.complete();
|
|
27
27
|
}
|
|
28
28
|
}
|
|
29
|
-
ClrAddonsLabel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
30
|
-
ClrAddonsLabel.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.
|
|
31
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
29
|
+
ClrAddonsLabel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ClrAddonsLabel, deps: [{ token: i1.ControlIdService, optional: true }, { token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
30
|
+
ClrAddonsLabel.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.8", type: ClrAddonsLabel, selector: "label", ngImport: i0 });
|
|
31
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ClrAddonsLabel, decorators: [{
|
|
32
32
|
type: Directive,
|
|
33
33
|
args: [{ selector: 'label' }]
|
|
34
34
|
}], ctorParameters: function () { return [{ type: i1.ControlIdService, decorators: [{
|
|
@@ -7,9 +7,9 @@ import { Directive } from '@angular/core';
|
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export class ClrAutocompleteOff {
|
|
9
9
|
}
|
|
10
|
-
ClrAutocompleteOff.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
11
|
-
ClrAutocompleteOff.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.
|
|
12
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
10
|
+
ClrAutocompleteOff.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ClrAutocompleteOff, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
11
|
+
ClrAutocompleteOff.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.8", type: ClrAutocompleteOff, selector: "input:not([autocomplete])", host: { properties: { "attr.autocomplete": "\"off\"" } }, ngImport: i0 });
|
|
12
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ClrAutocompleteOff, decorators: [{
|
|
13
13
|
type: Directive,
|
|
14
14
|
args: [{
|
|
15
15
|
selector: 'input:not([autocomplete])',
|
|
@@ -8,10 +8,10 @@ import { ClrAutocompleteOff } from './autocomplete-off.directive';
|
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
export class ClrAutocompleteOffModule {
|
|
10
10
|
}
|
|
11
|
-
ClrAutocompleteOffModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
12
|
-
ClrAutocompleteOffModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.
|
|
13
|
-
ClrAutocompleteOffModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.
|
|
14
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
11
|
+
ClrAutocompleteOffModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ClrAutocompleteOffModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
12
|
+
ClrAutocompleteOffModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ClrAutocompleteOffModule, declarations: [ClrAutocompleteOff], exports: [ClrAutocompleteOff] });
|
|
13
|
+
ClrAutocompleteOffModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ClrAutocompleteOffModule });
|
|
14
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ClrAutocompleteOffModule, decorators: [{
|
|
15
15
|
type: NgModule,
|
|
16
16
|
args: [{
|
|
17
17
|
declarations: [ClrAutocompleteOff],
|
|
@@ -16,9 +16,9 @@ export class ClrBackButton {
|
|
|
16
16
|
this.location.back();
|
|
17
17
|
}
|
|
18
18
|
}
|
|
19
|
-
ClrBackButton.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
20
|
-
ClrBackButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
21
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
19
|
+
ClrBackButton.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ClrBackButton, deps: [{ token: i1.Location }], target: i0.ɵɵFactoryTarget.Component });
|
|
20
|
+
ClrBackButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.8", type: ClrBackButton, selector: "clr-back-button", ngImport: i0, template: "<button type=\"button\" class=\"btn btn-icon btn-link back-button\" (click)=\"back()\">\n <clr-icon shape=\"arrow\" dir=\"left\" size=\"36\"></clr-icon>\n</button>\n", directives: [{ type: i2.ClrIconCustomTag, selector: "clr-icon" }] });
|
|
21
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ClrBackButton, decorators: [{
|
|
22
22
|
type: Component,
|
|
23
23
|
args: [{ selector: 'clr-back-button', template: "<button type=\"button\" class=\"btn btn-icon btn-link back-button\" (click)=\"back()\">\n <clr-icon shape=\"arrow\" dir=\"left\" size=\"36\"></clr-icon>\n</button>\n" }]
|
|
24
24
|
}], ctorParameters: function () { return [{ type: i1.Location }]; } });
|
|
@@ -11,10 +11,10 @@ import { ClrBackButton } from './back-button';
|
|
|
11
11
|
import * as i0 from "@angular/core";
|
|
12
12
|
export class ClrBackButtonModule {
|
|
13
13
|
}
|
|
14
|
-
ClrBackButtonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
15
|
-
ClrBackButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.
|
|
16
|
-
ClrBackButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.
|
|
17
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
14
|
+
ClrBackButtonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ClrBackButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
15
|
+
ClrBackButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ClrBackButtonModule, declarations: [ClrBackButton], imports: [CommonModule, ClarityModule, FormsModule], exports: [ClrBackButton] });
|
|
16
|
+
ClrBackButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ClrBackButtonModule, imports: [[CommonModule, ClarityModule, FormsModule]] });
|
|
17
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ClrBackButtonModule, decorators: [{
|
|
18
18
|
type: NgModule,
|
|
19
19
|
args: [{
|
|
20
20
|
imports: [CommonModule, ClarityModule, FormsModule],
|
|
@@ -42,9 +42,9 @@ export class ClrBrandAvatar {
|
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
44
|
ClrBrandAvatar.DEFAULT_ICON_SHAPE = 'new-car-private';
|
|
45
|
-
ClrBrandAvatar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
46
|
-
ClrBrandAvatar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
47
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
45
|
+
ClrBrandAvatar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ClrBrandAvatar, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
46
|
+
ClrBrandAvatar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.8", type: ClrBrandAvatar, selector: "clr-brand-avatar", inputs: { brand: ["clrBrand", "brand"] }, host: { properties: { "class.clr-brand-avatar": "this.avatar" } }, viewQueries: [{ propertyName: "avatarElement", first: true, predicate: ["avatar"], descendants: true, static: true }], ngImport: i0, template: "<div class=\"brand-avatar-rectangle\">\n <div #avatar class=\"brand-avatar-icon-container\">\n <clr-icon [attr.size]=\"23\" [attr.shape]=\"getShape()\"></clr-icon>\n </div>\n</div>\n", directives: [{ type: i1.ClrIconCustomTag, selector: "clr-icon" }] });
|
|
47
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ClrBrandAvatar, decorators: [{
|
|
48
48
|
type: Component,
|
|
49
49
|
args: [{ selector: 'clr-brand-avatar', template: "<div class=\"brand-avatar-rectangle\">\n <div #avatar class=\"brand-avatar-icon-container\">\n <clr-icon [attr.size]=\"23\" [attr.shape]=\"getShape()\"></clr-icon>\n </div>\n</div>\n" }]
|
|
50
50
|
}], propDecorators: { avatar: [{
|
|
@@ -10,10 +10,10 @@ import { ClrBrandAvatar } from './brand-avatar';
|
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
11
|
export class ClrBrandAvatarModule {
|
|
12
12
|
}
|
|
13
|
-
ClrBrandAvatarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
14
|
-
ClrBrandAvatarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.
|
|
15
|
-
ClrBrandAvatarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.
|
|
16
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
13
|
+
ClrBrandAvatarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ClrBrandAvatarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
14
|
+
ClrBrandAvatarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ClrBrandAvatarModule, declarations: [ClrBrandAvatar], imports: [CommonModule, ClarityModule], exports: [ClrBrandAvatar] });
|
|
15
|
+
ClrBrandAvatarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ClrBrandAvatarModule, imports: [[CommonModule, ClarityModule]] });
|
|
16
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ClrBrandAvatarModule, decorators: [{
|
|
17
17
|
type: NgModule,
|
|
18
18
|
args: [{
|
|
19
19
|
imports: [CommonModule, ClarityModule],
|
|
@@ -28,9 +28,9 @@ export class ClrBreadcrumb {
|
|
|
28
28
|
this.destroyed.complete();
|
|
29
29
|
}
|
|
30
30
|
}
|
|
31
|
-
ClrBreadcrumb.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
32
|
-
ClrBreadcrumb.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
33
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
31
|
+
ClrBreadcrumb.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ClrBreadcrumb, deps: [{ token: i1.ClrBreadcrumbService }], target: i0.ɵɵFactoryTarget.Component });
|
|
32
|
+
ClrBreadcrumb.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.8", type: ClrBreadcrumb, selector: "clr-breadcrumb", ngImport: i0, template: "<nav aria-label=\"breadcrumb\" *ngIf=\"breadcrumbElements.length\">\n <ol class=\"breadcrumb\">\n <ng-container *ngFor=\"let breadcrumbItem of breadcrumbElements\">\n <li *ngIf=\"breadcrumbItem.url\" class=\"breadcrumb-item\">\n <a [routerLink]=\"breadcrumbItem.url\">{{breadcrumbItem.label}}</a>\n </li>\n <li *ngIf=\"!breadcrumbItem.url\" class=\"breadcrumb-item active\">{{breadcrumbItem.label}}</li>\n </ng-container>\n </ol>\n</nav>\n", directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i3.RouterLinkWithHref, selector: "a[routerLink],area[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "preserveFragment", "skipLocationChange", "replaceUrl", "state", "relativeTo", "routerLink"] }] });
|
|
33
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ClrBreadcrumb, decorators: [{
|
|
34
34
|
type: Component,
|
|
35
35
|
args: [{ selector: 'clr-breadcrumb', template: "<nav aria-label=\"breadcrumb\" *ngIf=\"breadcrumbElements.length\">\n <ol class=\"breadcrumb\">\n <ng-container *ngFor=\"let breadcrumbItem of breadcrumbElements\">\n <li *ngIf=\"breadcrumbItem.url\" class=\"breadcrumb-item\">\n <a [routerLink]=\"breadcrumbItem.url\">{{breadcrumbItem.label}}</a>\n </li>\n <li *ngIf=\"!breadcrumbItem.url\" class=\"breadcrumb-item active\">{{breadcrumbItem.label}}</li>\n </ng-container>\n </ol>\n</nav>\n" }]
|
|
36
36
|
}], ctorParameters: function () { return [{ type: i1.ClrBreadcrumbService }]; } });
|
|
@@ -12,10 +12,10 @@ import { ClrBreadcrumbService } from './breadcrumb.service';
|
|
|
12
12
|
import * as i0 from "@angular/core";
|
|
13
13
|
export class ClrBreadcrumbModule {
|
|
14
14
|
}
|
|
15
|
-
ClrBreadcrumbModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
16
|
-
ClrBreadcrumbModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.
|
|
17
|
-
ClrBreadcrumbModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.
|
|
18
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
15
|
+
ClrBreadcrumbModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ClrBreadcrumbModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
16
|
+
ClrBreadcrumbModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ClrBreadcrumbModule, declarations: [ClrBreadcrumb], imports: [CommonModule, ClarityModule, RouterModule], exports: [ClrBreadcrumb] });
|
|
17
|
+
ClrBreadcrumbModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ClrBreadcrumbModule, providers: [ClrBreadcrumbService], imports: [[CommonModule, ClarityModule, RouterModule]] });
|
|
18
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ClrBreadcrumbModule, decorators: [{
|
|
19
19
|
type: NgModule,
|
|
20
20
|
args: [{
|
|
21
21
|
imports: [CommonModule, ClarityModule, RouterModule],
|
|
@@ -14,9 +14,9 @@ export class ClrBreadcrumbService {
|
|
|
14
14
|
this.breadcrumbChange.next(breadcrumbElements);
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
|
-
ClrBreadcrumbService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
18
|
-
ClrBreadcrumbService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.
|
|
19
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
17
|
+
ClrBreadcrumbService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ClrBreadcrumbService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
18
|
+
ClrBreadcrumbService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ClrBreadcrumbService, providedIn: 'root' });
|
|
19
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ClrBreadcrumbService, decorators: [{
|
|
20
20
|
type: Injectable,
|
|
21
21
|
args: [{
|
|
22
22
|
providedIn: 'root',
|
|
@@ -30,11 +30,12 @@ import { ClrAutocompleteOffModule } from './autocomplete-off/autocomplete-off.mo
|
|
|
30
30
|
import { ClrBrandAvatarModule } from './brand-avatar/brand-avatar.module';
|
|
31
31
|
import { ClrLocationBarModule } from './location-bar/location-bar.module';
|
|
32
32
|
import { ClrFormModule } from './abstract-form-component/form.module';
|
|
33
|
+
import { ClrDropdownOverflowModule } from './dropdown';
|
|
33
34
|
import * as i0 from "@angular/core";
|
|
34
35
|
export class ClrAddonsModule {
|
|
35
36
|
}
|
|
36
|
-
ClrAddonsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
37
|
-
ClrAddonsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.
|
|
37
|
+
ClrAddonsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ClrAddonsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
38
|
+
ClrAddonsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ClrAddonsModule, exports: [ClrViewEditSectionModule,
|
|
38
39
|
ClrPagerModule,
|
|
39
40
|
ClrDotPagerModule,
|
|
40
41
|
ClrPagedSearchResultListModule,
|
|
@@ -59,8 +60,9 @@ ClrAddonsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version
|
|
|
59
60
|
ClrAutocompleteOffModule,
|
|
60
61
|
ClrBrandAvatarModule,
|
|
61
62
|
ClrLocationBarModule,
|
|
62
|
-
ClrFormModule
|
|
63
|
-
|
|
63
|
+
ClrFormModule,
|
|
64
|
+
ClrDropdownOverflowModule] });
|
|
65
|
+
ClrAddonsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ClrAddonsModule, imports: [ClrViewEditSectionModule,
|
|
64
66
|
ClrPagerModule,
|
|
65
67
|
ClrDotPagerModule,
|
|
66
68
|
ClrPagedSearchResultListModule,
|
|
@@ -85,8 +87,9 @@ ClrAddonsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version
|
|
|
85
87
|
ClrAutocompleteOffModule,
|
|
86
88
|
ClrBrandAvatarModule,
|
|
87
89
|
ClrLocationBarModule,
|
|
88
|
-
ClrFormModule
|
|
89
|
-
|
|
90
|
+
ClrFormModule,
|
|
91
|
+
ClrDropdownOverflowModule] });
|
|
92
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ClrAddonsModule, decorators: [{
|
|
90
93
|
type: NgModule,
|
|
91
94
|
args: [{
|
|
92
95
|
exports: [
|
|
@@ -116,7 +119,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.4", ngImpor
|
|
|
116
119
|
ClrBrandAvatarModule,
|
|
117
120
|
ClrLocationBarModule,
|
|
118
121
|
ClrFormModule,
|
|
122
|
+
ClrDropdownOverflowModule,
|
|
119
123
|
],
|
|
120
124
|
}]
|
|
121
125
|
}] });
|
|
122
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
126
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2xyLWFkZG9ucy5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvY2xyLWFkZG9ucy9jbHItYWRkb25zLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7OztHQUlHO0FBRUgsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSxrQ0FBa0MsQ0FBQztBQUN2RSxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSxnQ0FBZ0MsQ0FBQztBQUNyRSxPQUFPLEVBQUUsOEJBQThCLEVBQUUsTUFBTSwwREFBMEQsQ0FBQztBQUMxRyxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSxzQ0FBc0MsQ0FBQztBQUM3RSxPQUFPLEVBQUUsMEJBQTBCLEVBQUUsTUFBTSxrREFBa0QsQ0FBQztBQUM5RixPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSx3Q0FBd0MsQ0FBQztBQUMzRSxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSw4QkFBOEIsQ0FBQztBQUNqRSxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSw0QkFBNEIsQ0FBQztBQUM5RCxPQUFPLEVBQUUseUJBQXlCLEVBQUUsTUFBTSxnREFBZ0QsQ0FBQztBQUMzRixPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSxzQ0FBc0MsQ0FBQztBQUM3RSxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSx3Q0FBd0MsQ0FBQztBQUMvRSxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSxvQ0FBb0MsQ0FBQztBQUMzRSxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSxvQ0FBb0MsQ0FBQztBQUMzRSxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSxxQ0FBcUMsQ0FBQztBQUM1RSxPQUFPLEVBQUUsOEJBQThCLEVBQUUsTUFBTSw0REFBNEQsQ0FBQztBQUM1RyxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0sc0JBQXNCLENBQUM7QUFDdEQsT0FBTyxFQUFFLHdCQUF3QixFQUFFLE1BQU0sNENBQTRDLENBQUM7QUFDdEYsT0FBTyxFQUFFLGtCQUFrQixFQUFFLE1BQU0sZ0NBQWdDLENBQUM7QUFDcEUsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sbUNBQW1DLENBQUM7QUFDekUsT0FBTyxFQUFFLGtCQUFrQixFQUFFLE1BQU0sOEJBQThCLENBQUM7QUFDbEUsT0FBTyxFQUFFLHdCQUF3QixFQUFFLE1BQU0sOENBQThDLENBQUM7QUFDeEYsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sMEJBQTBCLENBQUM7QUFDNUQsT0FBTyxFQUFFLHdCQUF3QixFQUFFLE1BQU0sNENBQTRDLENBQUM7QUFDdEYsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sb0NBQW9DLENBQUM7QUFDMUUsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sb0NBQW9DLENBQUM7QUFDMUUsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLHVDQUF1QyxDQUFDO0FBQ3RFLE9BQU8sRUFBRSx5QkFBeUIsRUFBRSxNQUFNLFlBQVksQ0FBQzs7QUFpQ3ZELE1BQU0sT0FBTyxlQUFlOzs0R0FBZixlQUFlOzZHQUFmLGVBQWUsWUE3QnhCLHdCQUF3QjtRQUN4QixjQUFjO1FBQ2QsaUJBQWlCO1FBQ2pCLDhCQUE4QjtRQUM5Qiw4QkFBOEI7UUFDOUIsbUJBQW1CO1FBQ25CLHFCQUFxQjtRQUNyQixxQkFBcUI7UUFDckIscUJBQXFCO1FBQ3JCLGdCQUFnQjtRQUNoQixtQkFBbUI7UUFDbkIscUJBQXFCO1FBQ3JCLG9CQUFvQjtRQUNwQixrQkFBa0I7UUFDbEIsd0JBQXdCO1FBQ3hCLGlCQUFpQjtRQUNqQixrQkFBa0I7UUFDbEIscUJBQXFCO1FBQ3JCLHFCQUFxQjtRQUNyQix5QkFBeUI7UUFDekIsMEJBQTBCO1FBQzFCLGdCQUFnQjtRQUNoQix3QkFBd0I7UUFDeEIsb0JBQW9CO1FBQ3BCLG9CQUFvQjtRQUNwQixhQUFhO1FBQ2IseUJBQXlCOzZHQUdoQixlQUFlLFlBN0J4Qix3QkFBd0I7UUFDeEIsY0FBYztRQUNkLGlCQUFpQjtRQUNqQiw4QkFBOEI7UUFDOUIsOEJBQThCO1FBQzlCLG1CQUFtQjtRQUNuQixxQkFBcUI7UUFDckIscUJBQXFCO1FBQ3JCLHFCQUFxQjtRQUNyQixnQkFBZ0I7UUFDaEIsbUJBQW1CO1FBQ25CLHFCQUFxQjtRQUNyQixvQkFBb0I7UUFDcEIsa0JBQWtCO1FBQ2xCLHdCQUF3QjtRQUN4QixpQkFBaUI7UUFDakIsa0JBQWtCO1FBQ2xCLHFCQUFxQjtRQUNyQixxQkFBcUI7UUFDckIseUJBQXlCO1FBQ3pCLDBCQUEwQjtRQUMxQixnQkFBZ0I7UUFDaEIsd0JBQXdCO1FBQ3hCLG9CQUFvQjtRQUNwQixvQkFBb0I7UUFDcEIsYUFBYTtRQUNiLHlCQUF5QjsyRkFHaEIsZUFBZTtrQkEvQjNCLFFBQVE7bUJBQUM7b0JBQ1IsT0FBTyxFQUFFO3dCQUNQLHdCQUF3Qjt3QkFDeEIsY0FBYzt3QkFDZCxpQkFBaUI7d0JBQ2pCLDhCQUE4Qjt3QkFDOUIsOEJBQThCO3dCQUM5QixtQkFBbUI7d0JBQ25CLHFCQUFxQjt3QkFDckIscUJBQXFCO3dCQUNyQixxQkFBcUI7d0JBQ3JCLGdCQUFnQjt3QkFDaEIsbUJBQW1CO3dCQUNuQixxQkFBcUI7d0JBQ3JCLG9CQUFvQjt3QkFDcEIsa0JBQWtCO3dCQUNsQix3QkFBd0I7d0JBQ3hCLGlCQUFpQjt3QkFDakIsa0JBQWtCO3dCQUNsQixxQkFBcUI7d0JBQ3JCLHFCQUFxQjt3QkFDckIseUJBQXlCO3dCQUN6QiwwQkFBMEI7d0JBQzFCLGdCQUFnQjt3QkFDaEIsd0JBQXdCO3dCQUN4QixvQkFBb0I7d0JBQ3BCLG9CQUFvQjt3QkFDcEIsYUFBYTt3QkFDYix5QkFBeUI7cUJBQzFCO2lCQUNGIiwic291cmNlc0NvbnRlbnQiOlsiLypcbiAqIENvcHlyaWdodCAoYykgMjAxOC0yMDIyIFBvcnNjaGUgSW5mb3JtYXRpay4gQWxsIFJpZ2h0cyBSZXNlcnZlZC5cbiAqIFRoaXMgc29mdHdhcmUgaXMgcmVsZWFzZWQgdW5kZXIgTUlUIGxpY2Vuc2UuXG4gKiBUaGUgZnVsbCBsaWNlbnNlIGluZm9ybWF0aW9uIGNhbiBiZSBmb3VuZCBpbiBMSUNFTlNFIGluIHRoZSByb290IGRpcmVjdG9yeSBvZiB0aGlzIHByb2plY3QuXG4gKi9cblxuaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENsckJhY2tCdXR0b25Nb2R1bGUgfSBmcm9tICcuL2JhY2stYnV0dG9uL2JhY2stYnV0dG9uLm1vZHVsZSc7XG5pbXBvcnQgeyBDbHJCcmVhZGNydW1iTW9kdWxlIH0gZnJvbSAnLi9icmVhZGNydW1iL2JyZWFkY3J1bWIubW9kdWxlJztcbmltcG9ydCB7IENsckNvbGxhcHNlRXhwYW5kU2VjdGlvbk1vZHVsZSB9IGZyb20gJy4vY29sbGFwc2UtZXhwYW5kLXNlY3Rpb24vY29sbGFwc2UtZXhwYW5kLXNlY3Rpb24ubW9kdWxlJztcbmltcG9ydCB7IENsckNvbnRlbnRQYW5lbE1vZHVsZSB9IGZyb20gJy4vY29udGVudC1wYW5lbC9jb250ZW50LXBhbmVsLm1vZHVsZSc7XG5pbXBvcnQgeyBDbHJEYXRhTGlzdFZhbGlkYXRvck1vZHVsZSB9IGZyb20gJy4vZGF0YS1saXN0LXZhbGlkYXRvci9kYXRhLWxpc3QtdmFsaWRhdG9yLm1vZHVsZSc7XG5pbXBvcnQgeyBDbHJEYXRlVGltZU1vZHVsZSB9IGZyb20gJy4vZGF0ZS10aW1lLWNvbnRhaW5lci9kYXRlLXRpbWUtbW9kdWxlJztcbmltcG9ydCB7IENsckRvdFBhZ2VyTW9kdWxlIH0gZnJvbSAnLi9kb3QtcGFnZXIvZG90LXBhZ2VyLm1vZHVsZSc7XG5pbXBvcnQgeyBDbHJGbG93QmFyTW9kdWxlIH0gZnJvbSAnLi9mbG93LWJhci9mbG93LWJhci5tb2R1bGUnO1xuaW1wb3J0IHsgQ2xyR2VuZXJpY1F1aWNrTGlzdE1vZHVsZSB9IGZyb20gJy4vZ2VuZXJpYy1xdWljay1saXN0L2dlbmVyaWMtcXVpY2stbGlzdC5tb2R1bGUnO1xuaW1wb3J0IHsgQ2xyTGV0dGVyQXZhdGFyTW9kdWxlIH0gZnJvbSAnLi9sZXR0ZXItYXZhdGFyL2xldHRlci1hdmF0YXIubW9kdWxlJztcbmltcG9ydCB7IENsck1haW5OYXZHcm91cE1vZHVsZSB9IGZyb20gJy4vbWFpbi1uYXYtZ3JvdXAvbWFpbi1uYXYtZ3JvdXAubW9kdWxlJztcbmltcG9ydCB7IENsck11bHRpbGluZ3VhbE1vZHVsZSB9IGZyb20gJy4vbXVsdGlsaW5ndWFsL211bHRpbGluZ3VhbC5tb2R1bGUnO1xuaW1wb3J0IHsgQ2xyTm90aWZpY2F0aW9uTW9kdWxlIH0gZnJvbSAnLi9ub3RpZmljYXRpb24vbm90aWZpY2F0aW9uLm1vZHVsZSc7XG5pbXBvcnQgeyBDbHJOdW1lcmljRmllbGRNb2R1bGUgfSBmcm9tICcuL251bWVyaWNmaWVsZC9udW1lcmljLWZpZWxkLm1vZHVsZSc7XG5pbXBvcnQgeyBDbHJQYWdlZFNlYXJjaFJlc3VsdExpc3RNb2R1bGUgfSBmcm9tICcuL3BhZ2VkLXNlYXJjaC1yZXN1bHQtbGlzdC9wYWdlZC1zZWFyY2gtcmVzdWx0LWxpc3QubW9kdWxlJztcbmltcG9ydCB7IENsclBhZ2VyTW9kdWxlIH0gZnJvbSAnLi9wYWdlci9wYWdlci5tb2R1bGUnO1xuaW1wb3J0IHsgQ2xyUHJvZ3Jlc3NTcGlubmVyTW9kdWxlIH0gZnJvbSAnLi9wcm9ncmVzcy1zcGlubmVyL3Byb2dyZXNzLXNwaW5uZXIubW9kdWxlJztcbmltcG9ydCB7IENsclF1aWNrTGlzdE1vZHVsZSB9IGZyb20gJy4vcXVpY2stbGlzdC9xdWljay1saXN0Lm1vZHVsZSc7XG5pbXBvcnQgeyBDbHJTZWFyY2hGaWVsZE1vZHVsZSB9IGZyb20gJy4vc2VhcmNoZmllbGQvc2VhcmNoLWZpZWxkLm1vZHVsZSc7XG5pbXBvcnQgeyBDbHJUcmVldGFibGVNb2R1bGUgfSBmcm9tICcuL3RyZWV0YWJsZS90cmVldGFibGUubW9kdWxlJztcbmltcG9ydCB7IENsclZpZXdFZGl0U2VjdGlvbk1vZHVsZSB9IGZyb20gJy4vdmlldy1lZGl0LXNlY3Rpb24vdmlldy1lZGl0LXNlY3Rpb24ubW9kdWxlJztcbmltcG9ydCB7IENsckhpc3RvcnlNb2R1bGUgfSBmcm9tICcuL2hpc3RvcnkvaGlzdG9yeS5tb2R1bGUnO1xuaW1wb3J0IHsgQ2xyQXV0b2NvbXBsZXRlT2ZmTW9kdWxlIH0gZnJvbSAnLi9hdXRvY29tcGxldGUtb2ZmL2F1dG9jb21wbGV0ZS1vZmYubW9kdWxlJztcbmltcG9ydCB7IENsckJyYW5kQXZhdGFyTW9kdWxlIH0gZnJvbSAnLi9icmFuZC1hdmF0YXIvYnJhbmQtYXZhdGFyLm1vZHVsZSc7XG5pbXBvcnQgeyBDbHJMb2NhdGlvbkJhck1vZHVsZSB9IGZyb20gJy4vbG9jYXRpb24tYmFyL2xvY2F0aW9uLWJhci5tb2R1bGUnO1xuaW1wb3J0IHsgQ2xyRm9ybU1vZHVsZSB9IGZyb20gJy4vYWJzdHJhY3QtZm9ybS1jb21wb25lbnQvZm9ybS5tb2R1bGUnO1xuaW1wb3J0IHsgQ2xyRHJvcGRvd25PdmVyZmxvd01vZHVsZSB9IGZyb20gJy4vZHJvcGRvd24nO1xuXG5ATmdNb2R1bGUoe1xuICBleHBvcnRzOiBbXG4gICAgQ2xyVmlld0VkaXRTZWN0aW9uTW9kdWxlLFxuICAgIENsclBhZ2VyTW9kdWxlLFxuICAgIENsckRvdFBhZ2VyTW9kdWxlLFxuICAgIENsclBhZ2VkU2VhcmNoUmVzdWx0TGlzdE1vZHVsZSxcbiAgICBDbHJDb2xsYXBzZUV4cGFuZFNlY3Rpb25Nb2R1bGUsXG4gICAgQ2xyQnJlYWRjcnVtYk1vZHVsZSxcbiAgICBDbHJNYWluTmF2R3JvdXBNb2R1bGUsXG4gICAgQ2xyQ29udGVudFBhbmVsTW9kdWxlLFxuICAgIENsck5vdGlmaWNhdGlvbk1vZHVsZSxcbiAgICBDbHJGbG93QmFyTW9kdWxlLFxuICAgIENsckJhY2tCdXR0b25Nb2R1bGUsXG4gICAgQ2xyTnVtZXJpY0ZpZWxkTW9kdWxlLFxuICAgIENsclNlYXJjaEZpZWxkTW9kdWxlLFxuICAgIENsclRyZWV0YWJsZU1vZHVsZSxcbiAgICBDbHJQcm9ncmVzc1NwaW5uZXJNb2R1bGUsXG4gICAgQ2xyRGF0ZVRpbWVNb2R1bGUsXG4gICAgQ2xyUXVpY2tMaXN0TW9kdWxlLFxuICAgIENsckxldHRlckF2YXRhck1vZHVsZSxcbiAgICBDbHJNdWx0aWxpbmd1YWxNb2R1bGUsXG4gICAgQ2xyR2VuZXJpY1F1aWNrTGlzdE1vZHVsZSxcbiAgICBDbHJEYXRhTGlzdFZhbGlkYXRvck1vZHVsZSxcbiAgICBDbHJIaXN0b3J5TW9kdWxlLFxuICAgIENsckF1dG9jb21wbGV0ZU9mZk1vZHVsZSxcbiAgICBDbHJCcmFuZEF2YXRhck1vZHVsZSxcbiAgICBDbHJMb2NhdGlvbkJhck1vZHVsZSxcbiAgICBDbHJGb3JtTW9kdWxlLFxuICAgIENsckRyb3Bkb3duT3ZlcmZsb3dNb2R1bGUsXG4gIF0sXG59KVxuZXhwb3J0IGNsYXNzIENsckFkZG9uc01vZHVsZSB7fVxuIl19
|
|
@@ -25,8 +25,8 @@ export class ClrCollapseExpandSection {
|
|
|
25
25
|
this.isCollapsed = !this.isCollapsed;
|
|
26
26
|
}
|
|
27
27
|
}
|
|
28
|
-
ClrCollapseExpandSection.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
29
|
-
ClrCollapseExpandSection.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
28
|
+
ClrCollapseExpandSection.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ClrCollapseExpandSection, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
29
|
+
ClrCollapseExpandSection.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.8", type: ClrCollapseExpandSection, selector: "clr-collapse-expand-section", inputs: { isCollapsed: ["clrIsCollapsed", "isCollapsed"], disableHeaderStyles: ["clrDisableHeaderStyles", "disableHeaderStyles"] }, outputs: { collapsed: "clrCollapsed", expanded: "clrExpanded" }, ngImport: i0, template: "<div class=\"ces\">\n <div class=\"ces-title\" [class.disabled-header-styles]=\"disableHeaderStyles\">\n <h2 *ngIf=\"!disableHeaderStyles; else title\">\n <ng-container *ngTemplateOutlet=\"title\"></ng-container>\n </h2>\n <ng-template #title>\n <ng-content select=\"[clr-ces-title]\"></ng-content>\n <button type=\"button\" (click)=\"onCollapseExpand()\" class=\"btn btn-icon btn-link ces-caret-btn\">\n <clr-icon shape=\"caret up\" size=\"28\" class=\"ces-caret-icon\" [@rotateIcon]=\"isCollapsed\"></clr-icon>\n </button>\n </ng-template>\n </div>\n <div class=\"ces-subtitle\">\n <h4 *ngIf=\"!disableHeaderStyles; else subtitle\">\n <ng-container *ngTemplateOutlet=\"subtitle\"></ng-container>\n </h4>\n <ng-template #subtitle>\n <ng-content select=\"[clr-ces-subtitle]\"></ng-content>\n </ng-template>\n </div>\n <div [@collapseExpandAnimation] *ngIf=\"!isCollapsed\">\n <ng-content select=\"[clr-ces-content]\"></ng-content>\n </div>\n</div>\n", directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: i2.ClrIconCustomTag, selector: "clr-icon" }], animations: [
|
|
30
30
|
trigger('collapseExpandAnimation', [
|
|
31
31
|
transition(':enter', [
|
|
32
32
|
style({ opacity: 0, height: 0, overflow: 'hidden' }),
|
|
@@ -44,7 +44,7 @@ ClrCollapseExpandSection.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0
|
|
|
44
44
|
transition('false => true', animate('300ms ease-in')),
|
|
45
45
|
]),
|
|
46
46
|
] });
|
|
47
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
47
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ClrCollapseExpandSection, decorators: [{
|
|
48
48
|
type: Component,
|
|
49
49
|
args: [{ selector: 'clr-collapse-expand-section', animations: [
|
|
50
50
|
trigger('collapseExpandAnimation', [
|
|
@@ -11,10 +11,10 @@ import { ClrCollapseExpandSection } from './collapse-expand-section';
|
|
|
11
11
|
import * as i0 from "@angular/core";
|
|
12
12
|
export class ClrCollapseExpandSectionModule {
|
|
13
13
|
}
|
|
14
|
-
ClrCollapseExpandSectionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
15
|
-
ClrCollapseExpandSectionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.
|
|
16
|
-
ClrCollapseExpandSectionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.
|
|
17
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
14
|
+
ClrCollapseExpandSectionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ClrCollapseExpandSectionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
15
|
+
ClrCollapseExpandSectionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ClrCollapseExpandSectionModule, declarations: [ClrCollapseExpandSection], imports: [CommonModule, ClarityModule, FormsModule], exports: [ClrCollapseExpandSection] });
|
|
16
|
+
ClrCollapseExpandSectionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ClrCollapseExpandSectionModule, imports: [[CommonModule, ClarityModule, FormsModule]] });
|
|
17
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ClrCollapseExpandSectionModule, decorators: [{
|
|
18
18
|
type: NgModule,
|
|
19
19
|
args: [{
|
|
20
20
|
imports: [CommonModule, ClarityModule, FormsModule],
|
|
@@ -7,9 +7,9 @@ import { Component } from '@angular/core';
|
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export class ClrContentPanelContainerContent {
|
|
9
9
|
}
|
|
10
|
-
ClrContentPanelContainerContent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
11
|
-
ClrContentPanelContainerContent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
12
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
10
|
+
ClrContentPanelContainerContent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ClrContentPanelContainerContent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
11
|
+
ClrContentPanelContainerContent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.8", type: ClrContentPanelContainerContent, selector: "clr-content-panel-container-content", host: { properties: { "class.content-area": "true" } }, ngImport: i0, template: ` <ng-content></ng-content> `, isInline: true });
|
|
12
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ClrContentPanelContainerContent, decorators: [{
|
|
13
13
|
type: Component,
|
|
14
14
|
args: [{
|
|
15
15
|
selector: 'clr-content-panel-container-content',
|
|
@@ -7,9 +7,9 @@ import { Component } from '@angular/core';
|
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export class ClrContentPanelContainerFooter {
|
|
9
9
|
}
|
|
10
|
-
ClrContentPanelContainerFooter.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
11
|
-
ClrContentPanelContainerFooter.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
12
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
10
|
+
ClrContentPanelContainerFooter.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ClrContentPanelContainerFooter, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
11
|
+
ClrContentPanelContainerFooter.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.8", type: ClrContentPanelContainerFooter, selector: "clr-content-panel-container-footer", host: { properties: { "class.content-area-footer": "true" } }, ngImport: i0, template: ` <ng-content></ng-content> `, isInline: true });
|
|
12
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ClrContentPanelContainerFooter, decorators: [{
|
|
13
13
|
type: Component,
|
|
14
14
|
args: [{
|
|
15
15
|
selector: 'clr-content-panel-container-footer',
|
|
@@ -7,15 +7,15 @@ import { Component } from '@angular/core';
|
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export class ClrContentPanelContainer {
|
|
9
9
|
}
|
|
10
|
-
ClrContentPanelContainer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
11
|
-
ClrContentPanelContainer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
10
|
+
ClrContentPanelContainer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ClrContentPanelContainer, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
11
|
+
ClrContentPanelContainer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.8", type: ClrContentPanelContainer, selector: "clr-content-panel-container", host: { properties: { "class.content-container": "true", "class.content-panel-container": "true" } }, ngImport: i0, template: `
|
|
12
12
|
<div class="content-panel-outer-wrapper">
|
|
13
13
|
<ng-content select="clr-content-panel-container-content"></ng-content>
|
|
14
14
|
<ng-content select="clr-content-panel-container-footer"></ng-content>
|
|
15
15
|
</div>
|
|
16
16
|
<ng-content select="clr-content-panel"></ng-content>
|
|
17
17
|
`, isInline: true });
|
|
18
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
18
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ClrContentPanelContainer, decorators: [{
|
|
19
19
|
type: Component,
|
|
20
20
|
args: [{
|
|
21
21
|
selector: 'clr-content-panel-container',
|
|
@@ -44,8 +44,8 @@ export class ClrContentPanel {
|
|
|
44
44
|
window.dispatchEvent(new Event('resize'));
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
|
-
ClrContentPanel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
48
|
-
ClrContentPanel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
47
|
+
ClrContentPanel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ClrContentPanel, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
48
|
+
ClrContentPanel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.8", type: ClrContentPanel, selector: "clr-content-panel", outputs: { opened: "clrOpened", closed: "clrClosed" }, host: { properties: { "class.content-panel": "true" } }, ngImport: i0, template: "<ng-container *ngIf=\"_open\">\n <div [@slideIn] class=\"content-panel-content-wrapper\" (@slideIn.done)=\"resizeWindow()\">\n <h3 class=\"content-panel-title\">\n <button type=\"button\" class=\"close content-panel-close-btn\" (click)=\"close()\">\n <clr-icon class=\"content-panel-close-icon\" shape=\"close\" size=\"36\"></clr-icon>\n </button>\n <ng-content select=\"[clr-content-panel-title]\"></ng-content>\n </h3>\n <ng-content select=\"[clr-content-panel-content]\"></ng-content>\n </div>\n <div [@fade] class=\"content-panel-backdrop\" (click)=\"close()\" (@fade.done)=\"resizeWindow()\"></div>\n</ng-container>\n", directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i2.ClrIconCustomTag, selector: "clr-icon" }], animations: [
|
|
49
49
|
trigger('slideIn', [
|
|
50
50
|
transition(':enter', [style({ opacity: 0, width: 0 }), animate('0.2s', style({ opacity: 1, width: '*' }))]),
|
|
51
51
|
transition(':leave', [style({ opacity: 1, width: '*' }), animate('0.2s', style({ opacity: 0, width: 0 }))]),
|
|
@@ -55,7 +55,7 @@ ClrContentPanel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versio
|
|
|
55
55
|
transition(':leave', [animate('0.2s ease-in-out', style({ opacity: 0 }))]),
|
|
56
56
|
]),
|
|
57
57
|
] });
|
|
58
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
58
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ClrContentPanel, decorators: [{
|
|
59
59
|
type: Component,
|
|
60
60
|
args: [{ selector: 'clr-content-panel', animations: [
|
|
61
61
|
trigger('slideIn', [
|
|
@@ -14,13 +14,13 @@ import { ClrContentPanelContainerFooter } from './content-panel-container-footer
|
|
|
14
14
|
import * as i0 from "@angular/core";
|
|
15
15
|
export class ClrContentPanelModule {
|
|
16
16
|
}
|
|
17
|
-
ClrContentPanelModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
18
|
-
ClrContentPanelModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.
|
|
17
|
+
ClrContentPanelModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ClrContentPanelModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
18
|
+
ClrContentPanelModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ClrContentPanelModule, declarations: [ClrContentPanel,
|
|
19
19
|
ClrContentPanelContainer,
|
|
20
20
|
ClrContentPanelContainerContent,
|
|
21
21
|
ClrContentPanelContainerFooter], imports: [CommonModule, ClarityModule, FormsModule], exports: [ClrContentPanel, ClrContentPanelContainer, ClrContentPanelContainerContent, ClrContentPanelContainerFooter] });
|
|
22
|
-
ClrContentPanelModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.
|
|
23
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
22
|
+
ClrContentPanelModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ClrContentPanelModule, imports: [[CommonModule, ClarityModule, FormsModule]] });
|
|
23
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ClrContentPanelModule, decorators: [{
|
|
24
24
|
type: NgModule,
|
|
25
25
|
args: [{
|
|
26
26
|
imports: [CommonModule, ClarityModule, FormsModule],
|
|
@@ -19,9 +19,9 @@ export class ClrDataListPredefinedValidatorDirective {
|
|
|
19
19
|
return ClrDataListValidators.predefined(this.clrDataListPredefined)(control);
|
|
20
20
|
}
|
|
21
21
|
}
|
|
22
|
-
ClrDataListPredefinedValidatorDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
23
|
-
ClrDataListPredefinedValidatorDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.
|
|
24
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
22
|
+
ClrDataListPredefinedValidatorDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ClrDataListPredefinedValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
23
|
+
ClrDataListPredefinedValidatorDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.8", type: ClrDataListPredefinedValidatorDirective, selector: "[clrDataListPredefined]", inputs: { clrDataListPredefined: "clrDataListPredefined" }, providers: [{ provide: NG_VALIDATORS, useExisting: ClrDataListPredefinedValidatorDirective, multi: true }], ngImport: i0 });
|
|
24
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ClrDataListPredefinedValidatorDirective, decorators: [{
|
|
25
25
|
type: Directive,
|
|
26
26
|
args: [{
|
|
27
27
|
selector: '[clrDataListPredefined]',
|
|
@@ -8,10 +8,10 @@ import { ClrDataListPredefinedValidatorDirective } from './data-list-predefined-
|
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
export class ClrDataListValidatorModule {
|
|
10
10
|
}
|
|
11
|
-
ClrDataListValidatorModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
12
|
-
ClrDataListValidatorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.
|
|
13
|
-
ClrDataListValidatorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.
|
|
14
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
11
|
+
ClrDataListValidatorModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ClrDataListValidatorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
12
|
+
ClrDataListValidatorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ClrDataListValidatorModule, declarations: [ClrDataListPredefinedValidatorDirective], exports: [ClrDataListPredefinedValidatorDirective] });
|
|
13
|
+
ClrDataListValidatorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ClrDataListValidatorModule });
|
|
14
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ClrDataListValidatorModule, decorators: [{
|
|
15
15
|
type: NgModule,
|
|
16
16
|
args: [{
|
|
17
17
|
declarations: [ClrDataListPredefinedValidatorDirective],
|
|
@@ -19,8 +19,8 @@ export class ClrDateTimeContainer {
|
|
|
19
19
|
this.renderer.appendChild(inputWrapper, timeInputElement);
|
|
20
20
|
}
|
|
21
21
|
}
|
|
22
|
-
ClrDateTimeContainer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
23
|
-
ClrDateTimeContainer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.
|
|
22
|
+
ClrDateTimeContainer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ClrDateTimeContainer, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
23
|
+
ClrDateTimeContainer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.8", type: ClrDateTimeContainer, selector: "clr-date-time-container", host: { properties: { "class.date-time-container": "true" } }, viewQueries: [{ propertyName: "timeInput", first: true, predicate: ["timeInput"], descendants: true, static: true }], ngImport: i0, template: `
|
|
24
24
|
<ng-content select="clr-date-container"></ng-content>
|
|
25
25
|
|
|
26
26
|
<ng-template #timeInput>
|
|
@@ -29,7 +29,7 @@ ClrDateTimeContainer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", v
|
|
|
29
29
|
</div>
|
|
30
30
|
</ng-template>
|
|
31
31
|
`, isInline: true });
|
|
32
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
32
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ClrDateTimeContainer, decorators: [{
|
|
33
33
|
type: Component,
|
|
34
34
|
args: [{
|
|
35
35
|
selector: 'clr-date-time-container',
|
|
@@ -12,10 +12,10 @@ import { ClrTimeInput } from './time-input';
|
|
|
12
12
|
import * as i0 from "@angular/core";
|
|
13
13
|
export class ClrDateTimeModule {
|
|
14
14
|
}
|
|
15
|
-
ClrDateTimeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.
|
|
16
|
-
ClrDateTimeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.
|
|
17
|
-
ClrDateTimeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.
|
|
18
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.
|
|
15
|
+
ClrDateTimeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ClrDateTimeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
16
|
+
ClrDateTimeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ClrDateTimeModule, declarations: [ClrDateTimeContainer, ClrTimeInput], imports: [CommonModule, ClarityModule, ClrFormsModule, FormsModule], exports: [ClrDateTimeContainer, ClrTimeInput] });
|
|
17
|
+
ClrDateTimeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ClrDateTimeModule, imports: [[CommonModule, ClarityModule, ClrFormsModule, FormsModule]] });
|
|
18
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ClrDateTimeModule, decorators: [{
|
|
19
19
|
type: NgModule,
|
|
20
20
|
args: [{
|
|
21
21
|
imports: [CommonModule, ClarityModule, ClrFormsModule, FormsModule],
|