@leanix/components 0.4.820 → 0.4.822
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.
|
@@ -5134,7 +5134,7 @@ class CurrencyInputComponent {
|
|
|
5134
5134
|
*/
|
|
5135
5135
|
this.decimalSeparator = '.';
|
|
5136
5136
|
/**
|
|
5137
|
-
* The numeric value of the input.
|
|
5137
|
+
* The numeric value of the input. Pass `null` to display the N/A placeholder.
|
|
5138
5138
|
* @default 0
|
|
5139
5139
|
*/
|
|
5140
5140
|
this.data = 0;
|
|
@@ -9887,11 +9887,11 @@ class SortingDropdownTriggerComponent {
|
|
|
9887
9887
|
this.disabled = false;
|
|
9888
9888
|
}
|
|
9889
9889
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SortingDropdownTriggerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
9890
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: SortingDropdownTriggerComponent, isStandalone: true, selector: "lx-sorting-dropdown-trigger", inputs: { label: "label", currentSortingLabel: "currentSortingLabel", disabled: "disabled" }, ngImport: i0, template: "<button lx-button mode=\"link\" [disabled]=\"disabled\" endIcon=\"
|
|
9890
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: SortingDropdownTriggerComponent, isStandalone: true, selector: "lx-sorting-dropdown-trigger", inputs: { label: "label", currentSortingLabel: "currentSortingLabel", disabled: "disabled" }, ngImport: i0, template: "<button lx-button mode=\"link\" [disabled]=\"disabled\" endIcon=\"slim-arrow-down\">\n {{ label ? label + ': ' : '' }}{{ currentSortingLabel }}\n</button>\n", dependencies: [{ kind: "component", type: ButtonComponent, selector: "button[lx-button]", inputs: ["size", "color", "mode", "pressed", "selected", "square", "circle", "disabled", "icon", "endIcon", "showSpinner"] }] }); }
|
|
9891
9891
|
}
|
|
9892
9892
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SortingDropdownTriggerComponent, decorators: [{
|
|
9893
9893
|
type: Component,
|
|
9894
|
-
args: [{ selector: 'lx-sorting-dropdown-trigger', imports: [ButtonComponent], template: "<button lx-button mode=\"link\" [disabled]=\"disabled\" endIcon=\"
|
|
9894
|
+
args: [{ selector: 'lx-sorting-dropdown-trigger', imports: [ButtonComponent], template: "<button lx-button mode=\"link\" [disabled]=\"disabled\" endIcon=\"slim-arrow-down\">\n {{ label ? label + ': ' : '' }}{{ currentSortingLabel }}\n</button>\n" }]
|
|
9895
9895
|
}], propDecorators: { label: [{
|
|
9896
9896
|
type: Input
|
|
9897
9897
|
}], currentSortingLabel: [{
|