@propbinder/mobile-design 0.1.0 → 0.1.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 +5 -5
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -443,7 +443,7 @@ declare class DsMobilePostCardComponent {
|
|
|
443
443
|
* - 'detail' - Full detail view
|
|
444
444
|
* - 'compact' - Compact display for nested/related posts
|
|
445
445
|
*/
|
|
446
|
-
variant: _angular_core.InputSignal<"
|
|
446
|
+
variant: _angular_core.InputSignal<"feed" | "detail" | "compact">;
|
|
447
447
|
/**
|
|
448
448
|
* Whether the post card is clickable
|
|
449
449
|
*/
|
|
@@ -943,7 +943,7 @@ declare class DsMobileListItemComponent {
|
|
|
943
943
|
* - 'detail' - Full detail view
|
|
944
944
|
* - 'compact' - Compact display for nested/related items
|
|
945
945
|
*/
|
|
946
|
-
variant: _angular_core.InputSignal<"
|
|
946
|
+
variant: _angular_core.InputSignal<"feed" | "detail" | "compact">;
|
|
947
947
|
/**
|
|
948
948
|
* Whether the list item is interactive (clickable and long-pressable)
|
|
949
949
|
* When true, adds interactive background, cursor pointer, and touch handlers
|
|
@@ -1113,7 +1113,7 @@ declare class DsMobileInteractiveListItemPostComponent {
|
|
|
1113
1113
|
* - 'detail' - Full detail view
|
|
1114
1114
|
* - 'compact' - Compact display for nested/related posts
|
|
1115
1115
|
*/
|
|
1116
|
-
variant: _angular_core.InputSignal<"
|
|
1116
|
+
variant: _angular_core.InputSignal<"feed" | "detail" | "compact">;
|
|
1117
1117
|
/**
|
|
1118
1118
|
* Whether the post card is clickable
|
|
1119
1119
|
*/
|
|
@@ -1218,7 +1218,7 @@ declare class DsMobileInteractiveListItemInquiryComponent {
|
|
|
1218
1218
|
* - 'detail' - Full detail view
|
|
1219
1219
|
* - 'compact' - Compact display
|
|
1220
1220
|
*/
|
|
1221
|
-
variant: _angular_core.InputSignal<"
|
|
1221
|
+
variant: _angular_core.InputSignal<"feed" | "detail" | "compact">;
|
|
1222
1222
|
/**
|
|
1223
1223
|
* Whether the inquiry item is clickable
|
|
1224
1224
|
*/
|
|
@@ -2969,7 +2969,7 @@ declare class MobileInquiriesPageComponent {
|
|
|
2969
2969
|
userService: UserService;
|
|
2970
2970
|
private navCtrl;
|
|
2971
2971
|
constructor(userService: UserService, navCtrl: NavController);
|
|
2972
|
-
filterStatus: _angular_core.WritableSignal<"
|
|
2972
|
+
filterStatus: _angular_core.WritableSignal<"open" | "closed" | "all">;
|
|
2973
2973
|
tabItems: InlineTabItem[];
|
|
2974
2974
|
inquiries: _angular_core.WritableSignal<Inquiry[]>;
|
|
2975
2975
|
filteredInquiries: _angular_core.Signal<Inquiry[]>;
|