@quadrel-enterprise-ui/framework 20.23.0 → 20.23.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/index.d.ts
CHANGED
|
@@ -3478,12 +3478,11 @@ declare class QdMockCheckboxComponent {
|
|
|
3478
3478
|
value: string;
|
|
3479
3479
|
disabled: boolean;
|
|
3480
3480
|
testId: string;
|
|
3481
|
+
valueChange: EventEmitter<string>;
|
|
3481
3482
|
get dataTestId(): string;
|
|
3482
|
-
handleClick(
|
|
3483
|
-
value: any;
|
|
3484
|
-
};
|
|
3483
|
+
handleClick(): void;
|
|
3485
3484
|
static ɵfac: i0.ɵɵFactoryDeclaration<QdMockCheckboxComponent, never>;
|
|
3486
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<QdMockCheckboxComponent, "qd-checkbox", never, { "inputData": { "alias": "inputData"; "required": false; }; "value": { "alias": "value"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "testId": { "alias": "data-test-id"; "required": false; }; }, {}, never, never, false, never>;
|
|
3485
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<QdMockCheckboxComponent, "qd-checkbox", never, { "inputData": { "alias": "inputData"; "required": false; }; "value": { "alias": "value"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "testId": { "alias": "data-test-id"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, false, never>;
|
|
3487
3486
|
}
|
|
3488
3487
|
|
|
3489
3488
|
declare class QdMockCheckboxesComponent {
|