@porscheinformatik/clr-addons 12.2.2 → 12.3.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/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 +5 -4
- package/esm2020/flow-bar/flow-bar.module.mjs +8 -7
- 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 +6 -5
- package/esm2020/history/history.module.mjs +8 -7
- 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 +7 -6
- package/esm2020/location-bar/location-bar.component.mjs +3 -3
- package/esm2020/location-bar/location-bar.module.mjs +7 -6
- 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 +7 -6
- package/esm2020/multilingual/multilingual-textarea/multilingual-textarea.mjs +3 -3
- package/esm2020/multilingual/multilingual-validators.mjs +6 -6
- package/esm2020/multilingual/multilingual.module.mjs +9 -8
- 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 +419 -285
- package/fesm2015/clr-addons.mjs.map +1 -1
- package/fesm2020/clr-addons.mjs +419 -285
- package/fesm2020/clr-addons.mjs.map +1 -1
- package/flow-bar/flow-bar.module.d.ts +2 -1
- package/history/history.module.d.ts +2 -1
- package/icons/shapes.d.ts +17 -0
- package/index.d.ts +1 -0
- package/location-bar/location-bar.module.d.ts +2 -1
- package/multilingual/multilingual.module.d.ts +2 -1
- package/package.json +1 -1
|
@@ -3,8 +3,9 @@ import * as i1 from "./flow-bar";
|
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
4
|
import * as i3 from "@clr/angular";
|
|
5
5
|
import * as i4 from "@angular/forms";
|
|
6
|
+
import * as i5 from "../dropdown/clr-dropdown-overflow.module";
|
|
6
7
|
export declare class ClrFlowBarModule {
|
|
7
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<ClrFlowBarModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ClrFlowBarModule, [typeof i1.ClrFlowBar], [typeof i2.CommonModule, typeof i3.ClarityModule, typeof i4.FormsModule], [typeof i1.ClrFlowBar]>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ClrFlowBarModule, [typeof i1.ClrFlowBar], [typeof i2.CommonModule, typeof i3.ClarityModule, typeof i4.FormsModule, typeof i5.ClrDropdownOverflowModule], [typeof i1.ClrFlowBar]>;
|
|
9
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<ClrFlowBarModule>;
|
|
10
11
|
}
|
|
@@ -4,8 +4,9 @@ import * as i2 from "./history-pinned";
|
|
|
4
4
|
import * as i3 from "@angular/common";
|
|
5
5
|
import * as i4 from "@clr/angular";
|
|
6
6
|
import * as i5 from "@angular/router";
|
|
7
|
+
import * as i6 from "../dropdown/clr-dropdown-overflow.module";
|
|
7
8
|
export declare class ClrHistoryModule {
|
|
8
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<ClrHistoryModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ClrHistoryModule, [typeof i1.ClrHistory, typeof i2.ClrHistoryPinned], [typeof i3.CommonModule, typeof i4.ClarityModule, typeof i5.RouterModule], [typeof i1.ClrHistory, typeof i2.ClrHistoryPinned]>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ClrHistoryModule, [typeof i1.ClrHistory, typeof i2.ClrHistoryPinned], [typeof i3.CommonModule, typeof i4.ClarityModule, typeof i5.RouterModule, typeof i6.ClrDropdownOverflowModule], [typeof i1.ClrHistory, typeof i2.ClrHistoryPinned]>;
|
|
10
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<ClrHistoryModule>;
|
|
11
12
|
}
|
package/icons/shapes.d.ts
CHANGED
|
@@ -80,4 +80,21 @@ export declare const TouaregServiceShape: string;
|
|
|
80
80
|
export declare const VehicleConversionShape: string;
|
|
81
81
|
export declare const VirtualRealityShape: string;
|
|
82
82
|
export declare const WindscreenWashShape: string;
|
|
83
|
+
export declare const WrenchForward: string;
|
|
84
|
+
export declare const TopcardShape: string;
|
|
85
|
+
export declare const TaskAndAppointment: string;
|
|
86
|
+
export declare const PartsShape: string;
|
|
87
|
+
export declare const PartsForwardShape: string;
|
|
88
|
+
export declare const PartsNonStockShape: string;
|
|
89
|
+
export declare const PartNonStockForwardShape: string;
|
|
90
|
+
export declare const PaintMaterialShape: string;
|
|
91
|
+
export declare const PaintMaterialForwardShape: string;
|
|
92
|
+
export declare const ItemsRecieveShape: string;
|
|
93
|
+
export declare const ItemsForwardShape: string;
|
|
94
|
+
export declare const DollarBillShape: string;
|
|
95
|
+
export declare const DollarBillForwardShape: string;
|
|
96
|
+
export declare const BlocksGroupForwardShape: string;
|
|
97
|
+
export declare const TextForward: string;
|
|
98
|
+
export declare const CalculatorForwardShape: string;
|
|
99
|
+
export declare const BundleForwardShape: string;
|
|
83
100
|
export declare const ClrAddonsIconShapes: any;
|
package/index.d.ts
CHANGED
|
@@ -3,8 +3,9 @@ import * as i1 from "./location-bar.component";
|
|
|
3
3
|
import * as i2 from "./location-bar-node/location-bar-node.component";
|
|
4
4
|
import * as i3 from "@angular/common";
|
|
5
5
|
import * as i4 from "@clr/angular";
|
|
6
|
+
import * as i5 from "../dropdown/clr-dropdown-overflow.module";
|
|
6
7
|
export declare class ClrLocationBarModule {
|
|
7
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<ClrLocationBarModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ClrLocationBarModule, [typeof i1.LocationBarComponent, typeof i2.LocationBarNodeComponent], [typeof i3.CommonModule, typeof i4.ClrIconModule, typeof i4.ClrDropdownModule], [typeof i1.LocationBarComponent]>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ClrLocationBarModule, [typeof i1.LocationBarComponent, typeof i2.LocationBarNodeComponent], [typeof i3.CommonModule, typeof i4.ClrIconModule, typeof i4.ClrDropdownModule, typeof i5.ClrDropdownOverflowModule], [typeof i1.LocationBarComponent]>;
|
|
9
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<ClrLocationBarModule>;
|
|
10
11
|
}
|
|
@@ -6,8 +6,9 @@ import * as i4 from "./multilingual-selector";
|
|
|
6
6
|
import * as i5 from "@angular/common";
|
|
7
7
|
import * as i6 from "@clr/angular";
|
|
8
8
|
import * as i7 from "@angular/forms";
|
|
9
|
+
import * as i8 from "../dropdown/clr-dropdown-overflow.module";
|
|
9
10
|
export declare class ClrMultilingualModule {
|
|
10
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<ClrMultilingualModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ClrMultilingualModule, [typeof i1.ClrMultilingualInput, typeof i2.ClrMultilingualTextarea, typeof i3.ClrRequiredOneMultilang, typeof i3.ClrRequiredAllMultilang, typeof i4.ClrMultilingualSelector], [typeof i5.CommonModule, typeof i6.ClarityModule, typeof i7.FormsModule], [typeof i1.ClrMultilingualInput, typeof i2.ClrMultilingualTextarea, typeof i3.ClrRequiredOneMultilang, typeof i3.ClrRequiredAllMultilang, typeof i4.ClrMultilingualSelector]>;
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ClrMultilingualModule, [typeof i1.ClrMultilingualInput, typeof i2.ClrMultilingualTextarea, typeof i3.ClrRequiredOneMultilang, typeof i3.ClrRequiredAllMultilang, typeof i4.ClrMultilingualSelector], [typeof i5.CommonModule, typeof i6.ClarityModule, typeof i7.FormsModule, typeof i8.ClrDropdownOverflowModule], [typeof i1.ClrMultilingualInput, typeof i2.ClrMultilingualTextarea, typeof i3.ClrRequiredOneMultilang, typeof i3.ClrRequiredAllMultilang, typeof i4.ClrMultilingualSelector]>;
|
|
12
13
|
static ɵinj: i0.ɵɵInjectorDeclaration<ClrMultilingualModule>;
|
|
13
14
|
}
|
package/package.json
CHANGED