@rolatech/angular-components 20.2.4-beta.1 → 20.2.5
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,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rolatech/angular-components",
|
|
3
|
-
"version": "20.2.
|
|
3
|
+
"version": "20.2.5",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "rolatech angular components",
|
|
6
6
|
"repository": {
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
"lodash": "^4.17.21"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@rolatech/angular-common": "20.2.
|
|
35
|
-
"@rolatech/angular-services": "20.2.
|
|
34
|
+
"@rolatech/angular-common": "20.2.5",
|
|
35
|
+
"@rolatech/angular-services": "20.2.5",
|
|
36
36
|
"tslib": "^2.3.0"
|
|
37
37
|
},
|
|
38
38
|
"exports": {
|
|
@@ -598,12 +598,12 @@ declare class BaseComponent {
|
|
|
598
598
|
destroyRef: DestroyRef;
|
|
599
599
|
}
|
|
600
600
|
|
|
601
|
-
declare abstract class
|
|
601
|
+
declare abstract class Loading extends BaseComponent {
|
|
602
602
|
private readonly loadingSignal;
|
|
603
603
|
set loading(value: boolean);
|
|
604
604
|
get loading(): WritableSignal<boolean>;
|
|
605
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
606
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<
|
|
605
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<Loading, never>;
|
|
606
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<Loading, never, never, { "loading": { "alias": "loading"; "required": false; }; }, {}, never, never, true, never>;
|
|
607
607
|
}
|
|
608
608
|
|
|
609
609
|
declare class MaterialModule {
|
|
@@ -981,5 +981,5 @@ interface Message {
|
|
|
981
981
|
streaming?: boolean;
|
|
982
982
|
}
|
|
983
983
|
|
|
984
|
-
export { APP_LAYOUT,
|
|
984
|
+
export { APP_LAYOUT, AcceptDialogComponent, AccordionComponent, AngularComponentsModule, AppPageComponent, AvatarComponent, BaseComponent, ChatBox, ChipBarComponent, ConfirmationComponent, ConfirmationDialogComponent, ConsoleLayoutComponent, ContainerComponent, ContentComponent, ConversationContent, ConversationHeader, ConversationInput, ConversationMessage, DrawerComponent, EditorComponent, EmptyComponent, FilterComponent, FolderComponent, FooterComponent, IconButtonComponent, IconComponent, ImageComponent, ImagePlaceholderComponent, ImagePreviewDialogComponent, InputComponent, LayoutComponent, ListComponent, Loading, LocationSelectorComponent, MaterialModule, MediaListComponent, MediaListItemComponent, MediaPreviewComponent, MediaPreviewDialogComponent, MediaUploadComponent, MediaUploadDialogComponent, MenuIconComponent, MenuUserComponent, MiniGuideComponent, NotFoundComponent, PaginatorComponent, PanelComponent, PanelHeaderComponent, PdfViewerComponent, RejectDialogComponent, ResizableContainerComponent, RichGridMediaComponent, RichItemComponent, RichLabelComponent, RichViewComponent, SearchBar, SearchIcon, Skeleton, SpinnerComponent, StorageBucketCreateComponent, StorageFileUploadComponent, StorageFolderCreateComponent, TabComponent, TableComponent, TabsComponent, ThumbnailComponent, TitleComponent, ToolbarComponent, TopbarAvatarMenuComponent, TopbarComponent, VideoUpload, WechatConnectDialogComponent, provideAngularLayout };
|
|
985
985
|
export type { AppLayoutConfig, AppTopbarConfig, Column, DrawerConfig, Message, MiniGuide, Role, TableData };
|