@rt-tools/ui-kit 0.0.28 → 0.1.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.0
|
|
3
|
+
"version": "0.1.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.0
|
|
10
|
-
"@rt-tools/store": "^0.0.
|
|
11
|
-
"@rt-tools/utils": "^0.
|
|
9
|
+
"@rt-tools/core": "^0.1.0",
|
|
10
|
+
"@rt-tools/store": "^0.0.8",
|
|
11
|
+
"@rt-tools/utils": "^0.1.1"
|
|
12
12
|
},
|
|
13
13
|
"peerDependencies": {
|
|
14
|
-
"@rt-tools/core": "^0.0
|
|
15
|
-
"@rt-tools/store": "^0.0.
|
|
16
|
-
"@rt-tools/utils": "^0.
|
|
14
|
+
"@rt-tools/core": "^0.1.0",
|
|
15
|
+
"@rt-tools/store": "^0.0.8",
|
|
16
|
+
"@rt-tools/utils": "^0.1.1",
|
|
17
17
|
"@angular/animations": "^22.0.0",
|
|
18
18
|
"@angular/cdk": "^22.0.0",
|
|
19
19
|
"@angular/common": "^22.0.0",
|
|
Binary file
|
|
@@ -3,7 +3,7 @@ import { Type, OnInit, Signal, TemplateRef, WritableSignal, InputSignal, InputSi
|
|
|
3
3
|
import { FormControl, ControlValueAccessor, Validator, FormGroup, ValidationErrors } from '@angular/forms';
|
|
4
4
|
import { ThemePalette } from '@angular/material/core';
|
|
5
5
|
import { Observable, Subject } from 'rxjs';
|
|
6
|
-
import { Nullable } from '@rt-tools/
|
|
6
|
+
import { Nullable, PageModel, SortModel, FilterOperatorType, FilterModel, FILTER_OPERATOR_TYPE_ENUM } from '@rt-tools/utils';
|
|
7
7
|
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';
|
|
@@ -14,9 +14,9 @@ import { MatButtonAppearance } from '@angular/material/button';
|
|
|
14
14
|
import * as i1 from '@angular/material/tooltip';
|
|
15
15
|
import { TooltipPosition } from '@angular/material/tooltip';
|
|
16
16
|
import { MatFormFieldAppearance } from '@angular/material/form-field';
|
|
17
|
-
import { PageModel, SortModel, FilterOperatorType, FilterModel, FILTER_OPERATOR_TYPE_ENUM, POSITION_ENUM, OSTypes } from '@rt-tools/utils';
|
|
18
17
|
import { AnimationPlayer, AnimationTriggerMetadata } from '@angular/animations';
|
|
19
18
|
import { MatSnackBarConfig, MatSnackBarRef } from '@angular/material/snack-bar';
|
|
19
|
+
import { POSITION_ENUM, OSTypes } from '@rt-tools/core';
|
|
20
20
|
import { CdkDragDrop } from '@angular/cdk/drag-drop';
|
|
21
21
|
import { MatInput } from '@angular/material/input';
|
|
22
22
|
import { ImageCroppedEvent } from 'ngx-image-cropper';
|
|
@@ -1782,5 +1782,18 @@ declare class RtThemeDirective {
|
|
|
1782
1782
|
static ɵdir: i0.ɵɵDirectiveDeclaration<RtThemeDirective, "[rtTheme]", never, { "rtTheme": { "alias": "rtTheme"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
1783
1783
|
}
|
|
1784
1784
|
|
|
1785
|
-
|
|
1785
|
+
declare class RtHideTooltipDirective implements AfterViewInit {
|
|
1786
|
+
#private;
|
|
1787
|
+
/** Current HTMLElement */
|
|
1788
|
+
element: InputSignal<HTMLElement>;
|
|
1789
|
+
/** Indicates is tooltip shown */
|
|
1790
|
+
isTooltipShown: InputSignalWithTransform<boolean, boolean>;
|
|
1791
|
+
/** Set tooltip state by 'isTooltipShown' */
|
|
1792
|
+
constructor();
|
|
1793
|
+
ngAfterViewInit(): void;
|
|
1794
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RtHideTooltipDirective, never>;
|
|
1795
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<RtHideTooltipDirective, "[rtHideTooltipDirective]", never, { "element": { "alias": "rtHideTooltipDirective"; "required": true; "isSignal": true; }; "isTooltipShown": { "alias": "isTooltipShown"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
1796
|
+
}
|
|
1797
|
+
|
|
1798
|
+
export { ASIDE_BUTTONS_ENUM, ASIDE_REF, AsideRef, DEFAULT_PAGE_MODEL, DEFAULT_PAGE_SIZE, IAside, IModal, INFO_BADGE_SIZE_ENUM, INFO_BADGE_TYPE_ENUM, IRtActionBar, IRtSnackBar, IRtUiConfig, IRtuiButton, ISideMenu, ITable, MODAL_WINDOW_SIZE_ENUM, RTUI_TABLE_COMPONENT_TOKEN, RTUI_TABLE_STOP_ROW_CLICK_ATTRIBUTE, RT_ACCENT_ROLE_ENUM, RT_COLOR_SCHEME_STORAGE_KEY, RT_DARK_CLASS, RT_DEFAULT_SCHEME, RT_SCHEME_ATTRIBUTE, RT_THEME_ATTRIBUTE, RT_THEME_AUTO_CLASS, RT_THEME_ENUM, RT_THEME_STORAGE_KEY, RT_UI_CONFIG, RtActionBarService, RtAsideService, RtDynamicListSelectorsDirective, RtHideTooltipDirective, RtModalService, RtPopoverDirective, RtSnackBarService, RtTableConfigService, RtTableSelectorsDirective, RtThemeDirective, RtThemeService, RtuiActionBarComponent, RtuiActionBarContainerComponent, RtuiAsideContainerComponent, RtuiAsideContainerHeaderDirective, RtuiButtonComponent, RtuiClearButtonComponent, RtuiCustomTableCellsDirective, RtuiDynamicInputAdditionalControlDirective, RtuiDynamicInputComponent, RtuiDynamicListComponent, RtuiDynamicListCustomTableCellsDirective, RtuiDynamicListRowActionsDirective, RtuiDynamicListRowAdditionalActionsDirective, RtuiDynamicListToolbarActionsDirective, RtuiDynamicListToolbarSelectorsDirective, RtuiDynamicSelectorAdditionalControlDirective, RtuiDynamicSelectorComponent, RtuiDynamicSelectorItemAdditionalControlDirective, RtuiDynamicSelectorItemTitleDirective, RtuiDynamicSelectorItemTitleProjectionDirective, RtuiDynamicSelectorListActionsComponent, RtuiDynamicSelectorPlaceholderComponent, RtuiDynamicSelectorSelectedListComponent, RtuiFileUploadComponent, RtuiHeaderCenterDirective, RtuiHeaderComponent, RtuiHeaderLeftDirective, RtuiHeaderRightDirective, RtuiIconComponent, RtuiImageUploadComponent, RtuiInfoBadgeComponent, RtuiModalComponent, RtuiMultiButtonComponent, RtuiMultiSelectorPopupComponent, RtuiPaginationComponent, RtuiScrollableContainerComponent, RtuiScrollableContainerContentDirective, RtuiScrollableContainerFooterDirective, RtuiScrollableContainerHeaderDirective, RtuiSideMenuComponent, RtuiSideMenuFooterDirective, RtuiSideMenuHeaderDirective, RtuiSnackBarComponent, RtuiSpinnerComponent, RtuiStopTableRowClickDirective, RtuiTableAdditionalRowActionsDirective, RtuiTableComponent, RtuiTableRowActionsDirective, RtuiTableRowClickDirective, RtuiToggleComponent, RtuiToolbarCenterDirective, RtuiToolbarComponent, RtuiToolbarLeftDirective, RtuiToolbarRightDirective, TABLE_COLUMN_FILTER_TYPES_ENUM, TABLE_COLUMN_TYPES_ENUM, TEXT_CELL_COLOR_ENUM, TOGGLE_SIZE_TYPE_ENUM, darkenHexColor, ddServices, getColorBasedOnBackground, progressDecreaseAnimation, progressIncreaseAnimation, provideRtUi };
|
|
1786
1799
|
export type { AsideButtonsType, AsidePositions, IImageUploadFormat, IInfoBadgeSizeType, IRtuiTable, Icon, IconSideType, InfoBadgeType, MenuItemTrigger, ModalWindowSizeType, NameValueType, RtAccentRole, RtColorSchemeRamp, RtThemeType, RtUiDesign, RtuiIconSizeType, RtuiIconThemeType, Select, ToggleSizeType };
|
|
Binary file
|