@rt-tools/ui-kit 0.0.7 → 0.0.8
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { Input, Attribute, Optional, Directive, Pipe, Injectable, inject, InjectionToken, HostBinding, ChangeDetectionStrategy, Component, contentChild, TemplateRef, input, booleanAttribute, output, viewChild, signal, computed, numberAttribute, Injector, ViewEncapsulation, model, DestroyRef, effect, HostListener, ElementRef, forwardRef, ChangeDetectorRef, untracked, ViewContainerRef, afterNextRender } from '@angular/core';
|
|
3
|
-
import { PlatformService, WINDOW, checkIsMatchingValues, SanitizePipe, RtIconOutlinedDirective, RtHideTooltipDirective, transformArrayInput, RtScrollToElementDirective, RtNavigationDirective, isString, isNumber, areArraysEqual, EmptyToDashPipe, isDate, transformStringInput, BreakpointService, DeviceDetectorService, OSTypes, RtScrollDirective, BreakStringPipe, EntityToStringPipe, OVERLAY_POSITIONS, areArraysEqualUnordered, checkIsEntityInArrayByKey, sortByAlphabet, RtEscapeKeyDirective, POSITION_ENUM } from '@rt-tools/utils';
|
|
3
|
+
import { PlatformService, WINDOW, checkIsMatchingValues, SanitizePipe, RtIconOutlinedDirective, RtHideTooltipDirective, transformArrayInput, RtScrollToElementDirective, RtNavigationDirective, isString, isNumber, areArraysEqual, EmptyToDashPipe, LIST_SORT_ORDER_ENUM, FILTER_OPERATOR_TYPE_ENUM, FILTER_OPERATORS, isDate, transformStringInput, BreakpointService, DeviceDetectorService, OSTypes, RtScrollDirective, BreakStringPipe, EntityToStringPipe, OVERLAY_POSITIONS, areArraysEqualUnordered, checkIsEntityInArrayByKey, sortByAlphabet, RtEscapeKeyDirective, POSITION_ENUM } from '@rt-tools/utils';
|
|
4
4
|
import { Observable, ReplaySubject, share, Subject, merge, of, noop } from 'rxjs';
|
|
5
5
|
import { NgStyle, NgClass, NgComponentOutlet, NgTemplateOutlet, AsyncPipe, TitleCasePipe, DOCUMENT } from '@angular/common';
|
|
6
6
|
import * as i1 from '@angular/forms';
|
|
@@ -1756,32 +1756,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.1", ngImpor
|
|
|
1756
1756
|
|
|
1757
1757
|
const RTUI_TABLE_STOP_ROW_CLICK_ATTRIBUTE = 'rtui-table-stop-row-click-attribute';
|
|
1758
1758
|
|
|
1759
|
-
var LIST_SORT_ORDER_ENUM;
|
|
1760
|
-
(function (LIST_SORT_ORDER_ENUM) {
|
|
1761
|
-
LIST_SORT_ORDER_ENUM["ASC"] = "asc";
|
|
1762
|
-
LIST_SORT_ORDER_ENUM["DESC"] = "desc";
|
|
1763
|
-
})(LIST_SORT_ORDER_ENUM || (LIST_SORT_ORDER_ENUM = {}));
|
|
1764
|
-
|
|
1765
|
-
var FILTER_OPERATOR_TYPE_ENUM;
|
|
1766
|
-
(function (FILTER_OPERATOR_TYPE_ENUM) {
|
|
1767
|
-
FILTER_OPERATOR_TYPE_ENUM["EQUALS"] = "equals";
|
|
1768
|
-
FILTER_OPERATOR_TYPE_ENUM["NOT_EQUALS"] = "notEquals";
|
|
1769
|
-
FILTER_OPERATOR_TYPE_ENUM["STARTS_WITH"] = "startsWith";
|
|
1770
|
-
FILTER_OPERATOR_TYPE_ENUM["ENDS_WITH"] = "endsWith";
|
|
1771
|
-
FILTER_OPERATOR_TYPE_ENUM["CONTAINS"] = "contains";
|
|
1772
|
-
FILTER_OPERATOR_TYPE_ENUM["GREATER_THAN"] = "greaterThan";
|
|
1773
|
-
FILTER_OPERATOR_TYPE_ENUM["LESS_THAN"] = "lessThan";
|
|
1774
|
-
})(FILTER_OPERATOR_TYPE_ENUM || (FILTER_OPERATOR_TYPE_ENUM = {}));
|
|
1775
|
-
const FILTER_OPERATORS = Object.freeze([
|
|
1776
|
-
FILTER_OPERATOR_TYPE_ENUM.EQUALS,
|
|
1777
|
-
FILTER_OPERATOR_TYPE_ENUM.NOT_EQUALS,
|
|
1778
|
-
FILTER_OPERATOR_TYPE_ENUM.STARTS_WITH,
|
|
1779
|
-
FILTER_OPERATOR_TYPE_ENUM.ENDS_WITH,
|
|
1780
|
-
FILTER_OPERATOR_TYPE_ENUM.CONTAINS,
|
|
1781
|
-
FILTER_OPERATOR_TYPE_ENUM.GREATER_THAN,
|
|
1782
|
-
FILTER_OPERATOR_TYPE_ENUM.LESS_THAN,
|
|
1783
|
-
]);
|
|
1784
|
-
|
|
1785
1759
|
var TABLE_COLUMN_TYPES_ENUM;
|
|
1786
1760
|
(function (TABLE_COLUMN_TYPES_ENUM) {
|
|
1787
1761
|
TABLE_COLUMN_TYPES_ENUM["DATE"] = "date";
|
|
@@ -5169,5 +5143,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.1", ngImpor
|
|
|
5169
5143
|
* Generated bundle index. Do not edit.
|
|
5170
5144
|
*/
|
|
5171
5145
|
|
|
5172
|
-
export { ASIDE_BUTTONS_ENUM, ASIDE_REF, AsideRef, BUTTON_APPEARANCE, BUTTON_COLOR, BUTTON_SIZE, BlockDirective, CUSTOM_STORAGE, ConcatClassesPipe, DEFAULT_PAGE_MODEL, DEFAULT_PAGE_SIZE, ElemDirective,
|
|
5146
|
+
export { ASIDE_BUTTONS_ENUM, ASIDE_REF, AsideRef, BUTTON_APPEARANCE, BUTTON_COLOR, BUTTON_SIZE, BlockDirective, CUSTOM_STORAGE, ConcatClassesPipe, DEFAULT_PAGE_MODEL, DEFAULT_PAGE_SIZE, ElemDirective, IDBStorageService, IDB_STORAGE_SERVICE_TOKEN, INFO_BADGE_SIZE_ENUM, INFO_BADGE_TYPE_ENUM, IN_MEMORY_STORAGE, InMemoryStorageService, JsonConverter, LOCAL_STORAGE, MODAL_WINDOW_SIZE_ENUM, ModDirective, RTUI_TABLE_COMPONENT_TOKEN, RTUI_TABLE_STOP_ROW_CLICK_ATTRIBUTE, RtActionBarService, RtAsideService, RtDynamicListSelectorsDirective, RtModalService, RtPopoverDirective, RtSnackBarService, RtTableConfigService, RtTableSelectorsDirective, RtuiActionBarComponent, RtuiActionBarContainerComponent, RtuiAsideContainerComponent, RtuiAsideContainerHeaderDirective, RtuiButtonComponent, RtuiClearButtonComponent, RtuiCustomTableCellsDirective, RtuiDynamicInputAdditionalControlDirective, RtuiDynamicInputComponent, RtuiDynamicListComponent, RtuiDynamicListCustomTableCellsDirective, RtuiDynamicListRowActionsDirective, RtuiDynamicListRowAdditionalActionsDirective, RtuiDynamicListToolbarActionsDirective, RtuiDynamicListToolbarSelectorsDirective, RtuiDynamicSelectorAdditionalControlDirective, RtuiDynamicSelectorComponent, RtuiDynamicSelectorItemAdditionalControlDirective, RtuiDynamicSelectorListActionsComponent, RtuiDynamicSelectorPlaceholderComponent, RtuiDynamicSelectorSelectedListComponent, RtuiFileUploadComponent, RtuiHeaderCenterDirective, RtuiHeaderComponent, RtuiHeaderLeftDirective, RtuiHeaderRightDirective, RtuiImageUploadComponent, RtuiInfoBadgeComponent, RtuiModalComponent, RtuiMultiButtonComponent, RtuiMultiSelectorPopupComponent, RtuiPaginationComponent, RtuiRoundIconButtonComponent, RtuiScrollableContainerComponent, RtuiScrollableContainerContentDirective, RtuiScrollableContainerFooterDirective, RtuiScrollableContainerHeaderDirective, RtuiSideMenuComponent, RtuiSideMenuFooterDirective, RtuiSideMenuHeaderDirective, RtuiSnackBarComponent, RtuiSpinnerComponent, RtuiStopTableRowClickDirective, RtuiTableAdditionalRowActionsDirective, RtuiTableComponent, RtuiTableRowActionsDirective, RtuiTableRowClickDirective, RtuiToggleComponent, RtuiToolbarCenterDirective, RtuiToolbarComponent, RtuiToolbarLeftDirective, RtuiToolbarRightDirective, SESSION_STORAGE, STORAGE_TYPES_ENUM, StorageService, TABLE_COLUMN_FILTER_TYPES_ENUM, TABLE_COLUMN_TYPES_ENUM, TEXT_CELL_COLOR_ENUM, TOGGLE_SIZE_TYPE_ENUM, darkenHexColor, ddServices, getColorBasedOnBackground, iDBStorageFactory, inMemoryStorageFactory, localStorageFactory, progressDecreaseAnimation, progressIncreaseAnimation, provideRtIDBStorage, provideRtStorage, provideRtUi, sessionStorageFactory };
|
|
5173
5147
|
//# sourceMappingURL=rt-tools-ui-kit.mjs.map
|