@rt-tools/ui-kit 0.1.0 → 0.2.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/package.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rt-tools/ui-kit",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"author": "Yauheni Krumin",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"tslib": "^2.8.0",
|
|
9
|
-
"@rt-tools/core": "^0.
|
|
10
|
-
"@rt-tools/store": "^0.0
|
|
11
|
-
"@rt-tools/utils": "^0.
|
|
9
|
+
"@rt-tools/core": "^0.2.0",
|
|
10
|
+
"@rt-tools/store": "^0.2.0",
|
|
11
|
+
"@rt-tools/utils": "^0.2.0"
|
|
12
12
|
},
|
|
13
13
|
"peerDependencies": {
|
|
14
|
-
"@rt-tools/core": "^0.
|
|
15
|
-
"@rt-tools/store": "^0.0
|
|
16
|
-
"@rt-tools/utils": "^0.
|
|
14
|
+
"@rt-tools/core": "^0.2.0",
|
|
15
|
+
"@rt-tools/store": "^0.2.0",
|
|
16
|
+
"@rt-tools/utils": "^0.2.0",
|
|
17
17
|
"@angular/animations": "^22.0.0",
|
|
18
18
|
"@angular/cdk": "^22.0.0",
|
|
19
19
|
"@angular/common": "^22.0.0",
|
|
Binary file
|
|
@@ -8,7 +8,6 @@ import { MatDialogConfig } from '@angular/material/dialog';
|
|
|
8
8
|
import { MatDrawer } from '@angular/material/sidenav';
|
|
9
9
|
import { OverlayRef, ComponentType, ConnectedPosition, CdkOverlayOrigin } from '@angular/cdk/overlay';
|
|
10
10
|
import { ComponentType as ComponentType$1 } from '@angular/cdk/portal';
|
|
11
|
-
import { HttpErrorResponse } from '@angular/common/http';
|
|
12
11
|
import { BooleanInput, NumberInput } from '@angular/cdk/coercion';
|
|
13
12
|
import { MatButtonAppearance } from '@angular/material/button';
|
|
14
13
|
import * as i1 from '@angular/material/tooltip';
|
|
@@ -269,7 +268,7 @@ declare class RtuiAsideContainerComponent {
|
|
|
269
268
|
pending: InputSignalWithTransform<boolean, boolean>;
|
|
270
269
|
isRequestErrorShown: InputSignalWithTransform<boolean, boolean>;
|
|
271
270
|
headerActionsButtons: InputSignalWithTransform<IAside.HeaderActionButton[], IAside.HeaderActionButton[]>;
|
|
272
|
-
requestError: InputSignal<Nullable<
|
|
271
|
+
requestError: InputSignal<Nullable<unknown>>;
|
|
273
272
|
submitButtonTitle: InputSignal<string>;
|
|
274
273
|
cancelButtonTitle: InputSignal<string>;
|
|
275
274
|
submitButtonTooltip: InputSignal<string>;
|
|
Binary file
|