@porscheinformatik/material-addons 17.4.4 → 18.0.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/esm2022/lib/alert/alert.component.mjs +4 -4
- package/esm2022/lib/button/button.module.mjs +26 -8
- package/esm2022/lib/button/danger-button/danger-button.component.mjs +6 -7
- package/esm2022/lib/button/flat-button/link-button.component.mjs +6 -7
- package/esm2022/lib/button/icon-button/icon-button.component.mjs +6 -7
- package/esm2022/lib/button/mad-basic-button.mjs +4 -4
- package/esm2022/lib/button/mad-button/mad-button.directive.mjs +5 -4
- package/esm2022/lib/button/mad-button-group/mad-button-group.component.mjs +5 -4
- package/esm2022/lib/button/outline-button/outline-button.component.mjs +6 -7
- package/esm2022/lib/button/primary-button/primary-button.component.mjs +6 -7
- package/esm2022/lib/card/card.component.mjs +22 -12
- package/esm2022/lib/card/card.module.mjs +6 -7
- package/esm2022/lib/data-table/data-table-columns-modal/data-table-columns-modal.component.mjs +5 -5
- package/esm2022/lib/data-table/data-table-filter/data-table-filter-component/data-table-filter-dialog/data-table-filter-dialog.component.mjs +3 -3
- package/esm2022/lib/data-table/data-table-filter/data-table-filter-component/data-table-filter.component.mjs +4 -4
- package/esm2022/lib/data-table/data-table-filter/data-table-filter-header.directive.mjs +4 -4
- package/esm2022/lib/data-table/data-table-filter/data-table-filter.directive.mjs +4 -4
- package/esm2022/lib/data-table/data-table-persistence.service.mjs +4 -4
- package/esm2022/lib/data-table/data-table-template/data-table-template-cell-definition.directive.mjs +3 -3
- package/esm2022/lib/data-table/data-table-template/data-table-template-column-definition.directive.mjs +3 -3
- package/esm2022/lib/data-table/data-table-template/data-table-template-expandable-cell-definition.directive.mjs +3 -3
- package/esm2022/lib/data-table/data-table-template/data-table-template-expandable-column-definition.directive.mjs +3 -3
- package/esm2022/lib/data-table/data-table.component.mjs +4 -4
- package/esm2022/lib/data-table/util/data-table-action-util.mjs +1 -1
- package/esm2022/lib/data-table/util/data-table-data-util.mjs +1 -1
- package/esm2022/lib/data-table/util/data-table-sort-util.mjs +1 -1
- package/esm2022/lib/file-upload/drag-and-drop-directive.directive.mjs +4 -4
- package/esm2022/lib/file-upload/file-upload.component.mjs +4 -4
- package/esm2022/lib/layout/content-panel/content-header/content-header.component.mjs +5 -5
- package/esm2022/lib/layout/content-panel/content-panel-container/content-panel-container.component.mjs +5 -5
- package/esm2022/lib/layout/content-panel/content-panel-container-content/content-panel-container-content.component.mjs +5 -5
- package/esm2022/lib/layout/content-panel/content-panel-container-footer/content-panel-container-footer.component.mjs +5 -5
- package/esm2022/lib/layout/content-panel/content-panel-container-sidebar/content-panel-container-sidebar.component.mjs +5 -5
- package/esm2022/lib/layout/content-panel/content-panel.module.mjs +9 -8
- package/esm2022/lib/layout/content-panel/main-container/main-container.component.mjs +5 -5
- package/esm2022/lib/layout/flowbar/flowbar.component.mjs +8 -7
- package/esm2022/lib/layout/flowbar/flowbar.module.mjs +6 -7
- package/esm2022/lib/layout/sidebar/sidebar-item/sidebar-item.component.mjs +5 -5
- package/esm2022/lib/layout/sidebar/sidebar.component.mjs +9 -7
- package/esm2022/lib/layout/sidebar/sidebar.module.mjs +6 -7
- package/esm2022/lib/layout/sidebar-layout/sidebar-layout.component.mjs +3 -3
- package/esm2022/lib/layout/toolbar/toolbar.component.mjs +36 -16
- package/esm2022/lib/layout/toolbar/toolbar.module.mjs +10 -8
- package/esm2022/lib/layout/toolbar/toolbar.service.mjs +4 -4
- package/esm2022/lib/material-action-button/material-action-button.component.mjs +13 -10
- package/esm2022/lib/material-action-button/material-action-button.module.mjs +6 -7
- package/esm2022/lib/material-addons.module.mjs +4 -4
- package/esm2022/lib/numeric-field/number-format.service.mjs +4 -4
- package/esm2022/lib/numeric-field/numeric-field.directive.mjs +5 -4
- package/esm2022/lib/numeric-field/numeric-field.module.mjs +6 -6
- package/esm2022/lib/quick-list/base-quick-list.component.mjs +5 -5
- package/esm2022/lib/quick-list/quick-list-compact/quick-list-compact.component.mjs +17 -9
- package/esm2022/lib/quick-list/quick-list.component.mjs +10 -9
- package/esm2022/lib/quick-list/quick-list.module.mjs +25 -8
- package/esm2022/lib/quick-list/reactive-form-quick-list/reactive-form-quick-list.component.mjs +17 -9
- package/esm2022/lib/quick-list/reactive-form-quick-list-compact/reactive-form-quick-list-compact.component.mjs +17 -9
- package/esm2022/lib/readonly/readonly-form-field/readonly-form-field.component.mjs +18 -12
- package/esm2022/lib/readonly/readonly-form-field-wrapper/readonly-form-field-wrapper.component.mjs +15 -10
- package/esm2022/lib/readonly/readonly-form-field.module.mjs +33 -8
- package/esm2022/lib/stepper/step-header/step-header.component.mjs +8 -7
- package/esm2022/lib/stepper/stepper.component.mjs +14 -15
- package/esm2022/lib/stepper/stepper.module.mjs +29 -7
- package/esm2022/lib/table/table.component.mjs +34 -18
- package/esm2022/lib/table/table.module.mjs +10 -8
- package/esm2022/lib/throttle-click/throttle-click.directive.mjs +5 -4
- package/esm2022/lib/throttle-click/throttle-click.module.mjs +6 -7
- package/fesm2022/porscheinformatik-material-addons.mjs +465 -328
- package/fesm2022/porscheinformatik-material-addons.mjs.map +1 -1
- package/lib/button/button.module.d.ts +13 -13
- package/lib/button/button.module.d.ts.map +1 -1
- package/lib/button/danger-button/danger-button.component.d.ts +1 -1
- package/lib/button/danger-button/danger-button.component.d.ts.map +1 -1
- package/lib/button/flat-button/link-button.component.d.ts +1 -1
- package/lib/button/flat-button/link-button.component.d.ts.map +1 -1
- package/lib/button/icon-button/icon-button.component.d.ts +1 -1
- package/lib/button/icon-button/icon-button.component.d.ts.map +1 -1
- package/lib/button/mad-button/mad-button.directive.d.ts +1 -1
- package/lib/button/mad-button/mad-button.directive.d.ts.map +1 -1
- package/lib/button/mad-button-group/mad-button-group.component.d.ts +1 -1
- package/lib/button/mad-button-group/mad-button-group.component.d.ts.map +1 -1
- package/lib/button/outline-button/outline-button.component.d.ts +1 -1
- package/lib/button/outline-button/outline-button.component.d.ts.map +1 -1
- package/lib/button/primary-button/primary-button.component.d.ts +1 -1
- package/lib/button/primary-button/primary-button.component.d.ts.map +1 -1
- package/lib/card/card.component.d.ts +1 -1
- package/lib/card/card.component.d.ts.map +1 -1
- package/lib/card/card.module.d.ts +8 -8
- package/lib/card/card.module.d.ts.map +1 -1
- package/lib/layout/content-panel/content-header/content-header.component.d.ts +1 -1
- package/lib/layout/content-panel/content-header/content-header.component.d.ts.map +1 -1
- package/lib/layout/content-panel/content-panel-container/content-panel-container.component.d.ts +1 -1
- package/lib/layout/content-panel/content-panel-container/content-panel-container.component.d.ts.map +1 -1
- package/lib/layout/content-panel/content-panel-container-content/content-panel-container-content.component.d.ts +1 -1
- package/lib/layout/content-panel/content-panel-container-content/content-panel-container-content.component.d.ts.map +1 -1
- package/lib/layout/content-panel/content-panel-container-footer/content-panel-container-footer.component.d.ts +1 -1
- package/lib/layout/content-panel/content-panel-container-footer/content-panel-container-footer.component.d.ts.map +1 -1
- package/lib/layout/content-panel/content-panel-container-sidebar/content-panel-container-sidebar.component.d.ts +1 -1
- package/lib/layout/content-panel/content-panel-container-sidebar/content-panel-container-sidebar.component.d.ts.map +1 -1
- package/lib/layout/content-panel/content-panel.module.d.ts +8 -8
- package/lib/layout/content-panel/content-panel.module.d.ts.map +1 -1
- package/lib/layout/content-panel/main-container/main-container.component.d.ts +1 -1
- package/lib/layout/content-panel/main-container/main-container.component.d.ts.map +1 -1
- package/lib/layout/flowbar/flowbar.component.d.ts +1 -1
- package/lib/layout/flowbar/flowbar.component.d.ts.map +1 -1
- package/lib/layout/flowbar/flowbar.module.d.ts +4 -4
- package/lib/layout/flowbar/flowbar.module.d.ts.map +1 -1
- package/lib/layout/sidebar/sidebar-item/sidebar-item.component.d.ts +1 -1
- package/lib/layout/sidebar/sidebar-item/sidebar-item.component.d.ts.map +1 -1
- package/lib/layout/sidebar/sidebar.component.d.ts +1 -1
- package/lib/layout/sidebar/sidebar.component.d.ts.map +1 -1
- package/lib/layout/sidebar/sidebar.module.d.ts +6 -6
- package/lib/layout/sidebar/sidebar.module.d.ts.map +1 -1
- package/lib/layout/toolbar/toolbar.component.d.ts +1 -1
- package/lib/layout/toolbar/toolbar.component.d.ts.map +1 -1
- package/lib/layout/toolbar/toolbar.module.d.ts +12 -12
- package/lib/material-action-button/material-action-button.component.d.ts +1 -1
- package/lib/material-action-button/material-action-button.component.d.ts.map +1 -1
- package/lib/material-action-button/material-action-button.module.d.ts +7 -7
- package/lib/material-action-button/material-action-button.module.d.ts.map +1 -1
- package/lib/numeric-field/numeric-field.directive.d.ts +1 -1
- package/lib/numeric-field/numeric-field.directive.d.ts.map +1 -1
- package/lib/numeric-field/numeric-field.module.d.ts +1 -1
- package/lib/quick-list/base-quick-list.component.d.ts +1 -1
- package/lib/quick-list/base-quick-list.component.d.ts.map +1 -1
- package/lib/quick-list/quick-list-compact/quick-list-compact.component.d.ts +1 -1
- package/lib/quick-list/quick-list-compact/quick-list-compact.component.d.ts.map +1 -1
- package/lib/quick-list/quick-list.component.d.ts +1 -1
- package/lib/quick-list/quick-list.component.d.ts.map +1 -1
- package/lib/quick-list/quick-list.module.d.ts +11 -11
- package/lib/quick-list/quick-list.module.d.ts.map +1 -1
- package/lib/quick-list/reactive-form-quick-list/reactive-form-quick-list.component.d.ts +1 -1
- package/lib/quick-list/reactive-form-quick-list/reactive-form-quick-list.component.d.ts.map +1 -1
- package/lib/quick-list/reactive-form-quick-list-compact/reactive-form-quick-list-compact.component.d.ts +1 -1
- package/lib/quick-list/reactive-form-quick-list-compact/reactive-form-quick-list-compact.component.d.ts.map +1 -1
- package/lib/readonly/readonly-form-field/readonly-form-field.component.d.ts +1 -1
- package/lib/readonly/readonly-form-field/readonly-form-field.component.d.ts.map +1 -1
- package/lib/readonly/readonly-form-field-wrapper/readonly-form-field-wrapper.component.d.ts +3 -2
- package/lib/readonly/readonly-form-field-wrapper/readonly-form-field-wrapper.component.d.ts.map +1 -1
- package/lib/readonly/readonly-form-field.module.d.ts +10 -10
- package/lib/readonly/readonly-form-field.module.d.ts.map +1 -1
- package/lib/stepper/step-header/step-header.component.d.ts +1 -1
- package/lib/stepper/step-header/step-header.component.d.ts.map +1 -1
- package/lib/stepper/stepper.component.d.ts +2 -2
- package/lib/stepper/stepper.component.d.ts.map +1 -1
- package/lib/stepper/stepper.module.d.ts +8 -8
- package/lib/stepper/stepper.module.d.ts.map +1 -1
- package/lib/table/table.component.d.ts +1 -1
- package/lib/table/table.component.d.ts.map +1 -1
- package/lib/table/table.module.d.ts +12 -12
- package/lib/throttle-click/throttle-click.directive.d.ts +1 -1
- package/lib/throttle-click/throttle-click.directive.d.ts.map +1 -1
- package/lib/throttle-click/throttle-click.module.d.ts +3 -3
- package/lib/throttle-click/throttle-click.module.d.ts.map +1 -1
- package/package.json +3 -2
- package/themes/common/styles.scss +3 -3
- package/themes/common/theme.scss +6 -6
package/esm2022/lib/data-table/data-table-template/data-table-template-cell-definition.directive.mjs
CHANGED
|
@@ -15,10 +15,10 @@ export class DataTableTemplateCellDefinition {
|
|
|
15
15
|
getCellTemplate() {
|
|
16
16
|
return this.templateRef;
|
|
17
17
|
}
|
|
18
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
19
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
18
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.2", ngImport: i0, type: DataTableTemplateCellDefinition, deps: [{ token: i0.TemplateRef }, { token: i1.DataTableTemplateColumnDefinition }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
19
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.2", type: DataTableTemplateCellDefinition, isStandalone: true, selector: "[madCellDef]", ngImport: i0 }); }
|
|
20
20
|
}
|
|
21
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
21
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.2", ngImport: i0, type: DataTableTemplateCellDefinition, decorators: [{
|
|
22
22
|
type: Directive,
|
|
23
23
|
args: [{
|
|
24
24
|
selector: '[madCellDef]',
|
|
@@ -7,10 +7,10 @@ export class DataTableTemplateColumnDefinition {
|
|
|
7
7
|
unregister() {
|
|
8
8
|
this.cellDef = null;
|
|
9
9
|
}
|
|
10
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
11
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
10
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.2", ngImport: i0, type: DataTableTemplateColumnDefinition, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
11
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.2", type: DataTableTemplateColumnDefinition, isStandalone: true, selector: "[madColumnDef]", inputs: { madColumnDef: "madColumnDef" }, ngImport: i0 }); }
|
|
12
12
|
}
|
|
13
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
13
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.2", ngImport: i0, type: DataTableTemplateColumnDefinition, decorators: [{
|
|
14
14
|
type: Directive,
|
|
15
15
|
args: [{
|
|
16
16
|
selector: '[madColumnDef]',
|
|
@@ -15,10 +15,10 @@ export class DataTableTemplateExpandableCellDefinition {
|
|
|
15
15
|
getCellTemplate() {
|
|
16
16
|
return this.templateRef;
|
|
17
17
|
}
|
|
18
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
19
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
18
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.2", ngImport: i0, type: DataTableTemplateExpandableCellDefinition, deps: [{ token: i0.TemplateRef }, { token: i1.DataTableTemplateExpandableColumnDefinition }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
19
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.2", type: DataTableTemplateExpandableCellDefinition, isStandalone: true, selector: "[madExpandableCellDef]", ngImport: i0 }); }
|
|
20
20
|
}
|
|
21
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
21
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.2", ngImport: i0, type: DataTableTemplateExpandableCellDefinition, decorators: [{
|
|
22
22
|
type: Directive,
|
|
23
23
|
args: [{
|
|
24
24
|
selector: '[madExpandableCellDef]',
|
|
@@ -7,10 +7,10 @@ export class DataTableTemplateExpandableColumnDefinition {
|
|
|
7
7
|
unregister() {
|
|
8
8
|
this.cellDef = null;
|
|
9
9
|
}
|
|
10
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
11
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
10
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.2", ngImport: i0, type: DataTableTemplateExpandableColumnDefinition, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
11
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.2", type: DataTableTemplateExpandableColumnDefinition, isStandalone: true, selector: "[madExpandableColumnDef]", inputs: { madExpandableColumnDef: "madExpandableColumnDef" }, ngImport: i0 }); }
|
|
12
12
|
}
|
|
13
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
13
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.2", ngImport: i0, type: DataTableTemplateExpandableColumnDefinition, decorators: [{
|
|
14
14
|
type: Directive,
|
|
15
15
|
args: [{
|
|
16
16
|
selector: '[madExpandableColumnDef]',
|