@nettyapps/ntyui 0.1.13 → 21.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/package.json
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nettyapps/ntyui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "21.0.0",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@angular/common": "^
|
|
6
|
-
"@angular/core": "^
|
|
5
|
+
"@angular/common": "^21.0.3",
|
|
6
|
+
"@angular/core": "^21.0.3"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"tslib": "^2.3.0"
|
|
10
10
|
},
|
|
11
11
|
"sideEffects": false,
|
|
12
12
|
"module": "fesm2022/nettyapps-ntyui.mjs",
|
|
13
|
-
"typings": "
|
|
13
|
+
"typings": "types/nettyapps-ntyui.d.ts",
|
|
14
14
|
"exports": {
|
|
15
15
|
"./package.json": {
|
|
16
16
|
"default": "./package.json"
|
|
17
17
|
},
|
|
18
18
|
".": {
|
|
19
|
-
"types": "./
|
|
19
|
+
"types": "./types/nettyapps-ntyui.d.ts",
|
|
20
20
|
"default": "./fesm2022/nettyapps-ntyui.mjs"
|
|
21
21
|
}
|
|
22
22
|
}
|
|
@@ -192,7 +192,8 @@ declare class NettyUIFilterButton extends UiBase implements OnDestroy {
|
|
|
192
192
|
showFilterInput: _angular_core.WritableSignal<boolean>;
|
|
193
193
|
private _isDisabled;
|
|
194
194
|
isDisabled: _angular_core.Signal<boolean>;
|
|
195
|
-
iconColor: _angular_core.Signal<"" | "var(--mat-sys-
|
|
195
|
+
iconColor: _angular_core.Signal<"" | "var(--mat-sys-surface)">;
|
|
196
|
+
buttonBackgroundColor: _angular_core.Signal<"" | "var(--mat-sys-primary)">;
|
|
196
197
|
clicked: _angular_core.OutputEmitterRef<void>;
|
|
197
198
|
onSearch: _angular_core.OutputEmitterRef<string>;
|
|
198
199
|
isSearchOpen: _angular_core.OutputEmitterRef<boolean>;
|