@scania/tegel-angular-17 1.30.0 → 1.30.1-textarea-reactive-value-beta.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.
|
@@ -100,7 +100,7 @@ let TdsAccordionItem = class TdsAccordionItem {
|
|
|
100
100
|
TdsAccordionItem = __decorate([
|
|
101
101
|
ProxyCmp({
|
|
102
102
|
inputs: ['ariaLevelValue', 'disabled', 'expandIconPosition', 'expanded', 'header', 'paddingReset'],
|
|
103
|
-
methods: ['toggleAccordionItem']
|
|
103
|
+
methods: ['toggleAccordionItem', 'expand', 'collapse', 'isExpanded']
|
|
104
104
|
})
|
|
105
105
|
], TdsAccordionItem);
|
|
106
106
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsAccordionItem, decorators: [{
|
|
@@ -1145,7 +1145,7 @@ let TdsModal = class TdsModal {
|
|
|
1145
1145
|
this.z = z;
|
|
1146
1146
|
c.detach();
|
|
1147
1147
|
this.el = r.nativeElement;
|
|
1148
|
-
proxyOutputs(this, this.el, ['tdsClose']);
|
|
1148
|
+
proxyOutputs(this, this.el, ['tdsClose', 'tdsOpen']);
|
|
1149
1149
|
}
|
|
1150
1150
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1151
1151
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsModal, selector: "tds-modal", inputs: { actionsPosition: "actionsPosition", closable: "closable", header: "header", prevent: "prevent", referenceEl: "referenceEl", selector: "selector", show: "show", size: "size", tdsAlertDialog: "tdsAlertDialog" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
@@ -1153,7 +1153,7 @@ let TdsModal = class TdsModal {
|
|
|
1153
1153
|
TdsModal = __decorate([
|
|
1154
1154
|
ProxyCmp({
|
|
1155
1155
|
inputs: ['actionsPosition', 'closable', 'header', 'prevent', 'referenceEl', 'selector', 'show', 'size', 'tdsAlertDialog'],
|
|
1156
|
-
methods: ['showModal', 'closeModal', 'initializeModal', 'cleanupModal']
|
|
1156
|
+
methods: ['showModal', 'closeModal', 'isOpen', 'initializeModal', 'cleanupModal']
|
|
1157
1157
|
})
|
|
1158
1158
|
], TdsModal);
|
|
1159
1159
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsModal, decorators: [{
|