@juligc99/loro-ui 0.0.13 → 0.0.14
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
|
@@ -914,8 +914,8 @@ interface LoroAppNavClick {
|
|
|
914
914
|
}
|
|
915
915
|
declare class LoroAppNav {
|
|
916
916
|
private readonly haptics;
|
|
917
|
-
private readonly draggedMobilePosition;
|
|
918
917
|
private readonly draggedMobileIndex;
|
|
918
|
+
private readonly mobilePointerActive;
|
|
919
919
|
private activePointerId;
|
|
920
920
|
private suppressNextMobileClick;
|
|
921
921
|
items: _angular_core.InputSignal<LoroAppNavItem[]>;
|
|
@@ -1040,7 +1040,7 @@ declare class LoroAuthSocialButton {
|
|
|
1040
1040
|
outline: _angular_core.InputSignal<boolean>;
|
|
1041
1041
|
selected: _angular_core.InputSignal<boolean>;
|
|
1042
1042
|
iconSize: _angular_core.InputSignal<number>;
|
|
1043
|
-
protected readonly nativeIconSrc: _angular_core.Signal<"assets/loro-ui/icons/apple.svg" | "assets/loro-ui/icons/google.svg"
|
|
1043
|
+
protected readonly nativeIconSrc: _angular_core.Signal<"" | "assets/loro-ui/icons/apple.svg" | "assets/loro-ui/icons/google.svg">;
|
|
1044
1044
|
protected releaseFocus(event: Event): void;
|
|
1045
1045
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<LoroAuthSocialButton, never>;
|
|
1046
1046
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<LoroAuthSocialButton, "loro-auth-social-button", never, { "icon": { "alias": "icon"; "required": true; "isSignal": true; }; "label": { "alias": "label"; "required": true; "isSignal": true; }; "outline": { "alias": "outline"; "required": false; "isSignal": true; }; "selected": { "alias": "selected"; "required": false; "isSignal": true; }; "iconSize": { "alias": "iconSize"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
@@ -1200,13 +1200,17 @@ declare class LoroProfileCard {
|
|
|
1200
1200
|
name: _angular_core.InputSignal<string>;
|
|
1201
1201
|
email: _angular_core.InputSignal<string>;
|
|
1202
1202
|
imageSrc: _angular_core.InputSignal<string | null>;
|
|
1203
|
+
changePhotoLabel: _angular_core.InputSignal<string>;
|
|
1204
|
+
changePhotoLoadingLabel: _angular_core.InputSignal<string>;
|
|
1205
|
+
changePhotoLoading: _angular_core.InputSignal<boolean>;
|
|
1206
|
+
changePhotoDisabled: _angular_core.InputSignal<boolean>;
|
|
1203
1207
|
changePhotoClick: _angular_core.OutputEmitterRef<void>;
|
|
1204
1208
|
private readonly imageFailed;
|
|
1205
1209
|
constructor();
|
|
1206
1210
|
protected resolvedImageSrc(): string | null;
|
|
1207
1211
|
protected onImageError(): void;
|
|
1208
1212
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<LoroProfileCard, never>;
|
|
1209
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<LoroProfileCard, "loro-profile-card", never, { "name": { "alias": "name"; "required": true; "isSignal": true; }; "email": { "alias": "email"; "required": true; "isSignal": true; }; "imageSrc": { "alias": "imageSrc"; "required": false; "isSignal": true; }; }, { "changePhotoClick": "changePhotoClick"; }, never, never, true, never>;
|
|
1213
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<LoroProfileCard, "loro-profile-card", never, { "name": { "alias": "name"; "required": true; "isSignal": true; }; "email": { "alias": "email"; "required": true; "isSignal": true; }; "imageSrc": { "alias": "imageSrc"; "required": false; "isSignal": true; }; "changePhotoLabel": { "alias": "changePhotoLabel"; "required": false; "isSignal": true; }; "changePhotoLoadingLabel": { "alias": "changePhotoLoadingLabel"; "required": false; "isSignal": true; }; "changePhotoLoading": { "alias": "changePhotoLoading"; "required": false; "isSignal": true; }; "changePhotoDisabled": { "alias": "changePhotoDisabled"; "required": false; "isSignal": true; }; }, { "changePhotoClick": "changePhotoClick"; }, never, never, true, never>;
|
|
1210
1214
|
}
|
|
1211
1215
|
|
|
1212
1216
|
type LoroProfileHeroVariant = 'default' | 'compact' | 'large' | 'support';
|
|
@@ -1371,6 +1375,8 @@ declare class LoroNotificationPanel {
|
|
|
1371
1375
|
markAllRead: _angular_core.OutputEmitterRef<void>;
|
|
1372
1376
|
clearAll: _angular_core.OutputEmitterRef<void>;
|
|
1373
1377
|
protected readonly hasUnread: _angular_core.Signal<boolean>;
|
|
1378
|
+
protected onMarkAllReadClick(event: Event): void;
|
|
1379
|
+
protected onClearAllClick(event: Event): void;
|
|
1374
1380
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<LoroNotificationPanel, never>;
|
|
1375
1381
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<LoroNotificationPanel, "loro-notification-panel", never, { "title": { "alias": "title"; "required": false; "isSignal": true; }; "items": { "alias": "items"; "required": false; "isSignal": true; }; "presentation": { "alias": "presentation"; "required": false; "isSignal": true; }; "showMarkAll": { "alias": "showMarkAll"; "required": false; "isSignal": true; }; "markAllLabel": { "alias": "markAllLabel"; "required": false; "isSignal": true; }; "showClearAll": { "alias": "showClearAll"; "required": false; "isSignal": true; }; "clearAllLabel": { "alias": "clearAllLabel"; "required": false; "isSignal": true; }; "emptyIcon": { "alias": "emptyIcon"; "required": false; "isSignal": true; }; "emptyTitle": { "alias": "emptyTitle"; "required": false; "isSignal": true; }; "emptyMessage": { "alias": "emptyMessage"; "required": false; "isSignal": true; }; }, { "itemClick": "itemClick"; "itemRemove": "itemRemove"; "markAllRead": "markAllRead"; "clearAll": "clearAll"; }, never, never, true, never>;
|
|
1376
1382
|
}
|
|
@@ -1681,6 +1687,7 @@ declare class LoroModal {
|
|
|
1681
1687
|
protected readonly backdropOpacity: _angular_core.Signal<string>;
|
|
1682
1688
|
constructor();
|
|
1683
1689
|
protected requestClose(): void;
|
|
1690
|
+
protected onCloseClick(event: Event): void;
|
|
1684
1691
|
protected onSheetTouchStart(event: TouchEvent, dialog: HTMLElement): void;
|
|
1685
1692
|
protected onSheetTouchMove(event: TouchEvent): void;
|
|
1686
1693
|
protected onSheetTouchEnd(): void;
|