@indigina/ui-kit 1.1.259 → 1.1.261
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/fesm2022/indigina-ui-kit.mjs +10 -4
- package/fesm2022/indigina-ui-kit.mjs.map +1 -1
- package/index.d.ts +10 -5
- package/package.json +26 -26
package/index.d.ts
CHANGED
|
@@ -4012,7 +4012,7 @@ interface UserApplication {
|
|
|
4012
4012
|
interface UserApplications {
|
|
4013
4013
|
applications: UserApplication[];
|
|
4014
4014
|
}
|
|
4015
|
-
interface
|
|
4015
|
+
interface KitCurrentUser {
|
|
4016
4016
|
id: number;
|
|
4017
4017
|
userName: string | null;
|
|
4018
4018
|
email: string | null;
|
|
@@ -4023,18 +4023,23 @@ interface CurrentUser {
|
|
|
4023
4023
|
timeZoneInfoId: string;
|
|
4024
4024
|
namedTimeZone: string;
|
|
4025
4025
|
companyType?: UserCompanyType;
|
|
4026
|
+
type?: KitUserType;
|
|
4027
|
+
}
|
|
4028
|
+
declare enum KitUserType {
|
|
4029
|
+
Admin = "Admin",
|
|
4030
|
+
User = "User"
|
|
4026
4031
|
}
|
|
4027
4032
|
type UserCompanyType = 'DC' | 'Client' | 'OriginAgent' | 'DestinationAgent' | 'Vendor' | 'Integration' | 'SystemAdmin' | 'ReportAdmin' | 'SS_SysAdmin' | 'SS_ReportAdmin';
|
|
4028
4033
|
|
|
4029
4034
|
interface KitUser {
|
|
4030
|
-
data:
|
|
4035
|
+
data: KitCurrentUser | null;
|
|
4031
4036
|
loading: boolean;
|
|
4032
4037
|
}
|
|
4033
4038
|
|
|
4034
4039
|
declare const KIT_USER_STATE_TOKEN: StateToken<KitUser>;
|
|
4035
4040
|
declare class KitUserState {
|
|
4036
4041
|
private readonly kitUserApiService;
|
|
4037
|
-
fetchUser(ctx: StateContext<ApiResponseState<
|
|
4042
|
+
fetchUser(ctx: StateContext<ApiResponseState<KitCurrentUser>>): Observable<KitCurrentUser>;
|
|
4038
4043
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitUserState, never>;
|
|
4039
4044
|
static ɵprov: i0.ɵɵInjectableDeclaration<KitUserState>;
|
|
4040
4045
|
}
|
|
@@ -4213,5 +4218,5 @@ declare const kitGetPermissionTypesByCategory: (category: string, permissions: K
|
|
|
4213
4218
|
|
|
4214
4219
|
declare const kitUserPermissionsGuard: CanActivateFn;
|
|
4215
4220
|
|
|
4216
|
-
export { AbstractKitCtaPanelConfirmationComponent, AddGridFilter, FetchUser, FetchUserPermissions, FetchUserSettings, HighlightPipe, KIT_BASE_PATH, KIT_DATETIME_FORMAT_LONG, KIT_DATE_FORMAT, KIT_GRID_CELL_DATE_FORMAT_CONFIG, KIT_GRID_STATE_TOKEN, KIT_USER_APPLICATIONS_PATH, KIT_USER_PATH, KIT_USER_PERMISSIONS_PATH, KIT_USER_PERMISSIONS_STATE_TOKEN, KIT_USER_STATE_TOKEN, KitAutocompleteComponent, KitAutocompleteDirective, KitAvatarComponent, KitAvatarSize, KitBadgeDirective, KitBadgeTheme, KitBreadcrumbsComponent, KitBreadcrumbsService, KitButtonComponent, KitButtonIconPosition, KitButtonKind, KitButtonState, KitButtonType, KitCardComponent, KitCardTheme, KitCheckboxComponent, KitCheckboxState, KitCollapsedListComponent, KitCollapsedListDropdownAlign, KitCopyTextComponent, KitCtaPanelAbstractConfirmationComponent, KitCtaPanelActionComponent, KitCtaPanelConfirmationComponent, KitCtaPanelItemComponent, KitCtaPanelItemType, KitDataFieldComponent, KitDataFieldState, KitDatepickerComponent, KitDatepickerSize, KitDaterangeComponent, KitDaterangeType, KitDatetimepickerComponent, KitDialogActionsComponent, KitDialogComponent, KitDialogService, KitDropdownComponent, KitDropdownItemTemplateDirective, KitDropdownSize, KitEmptySectionComponent, KitEntityGridComponent, KitEntitySectionComponent, KitEntitySectionContainerComponent, KitEntityTitleComponent, KitFileCardComponent, KitFileCardMessagesComponent, KitFileUploadComponent, KitFilterCheckboxComponent, KitFilterLogic, KitFilterOperator, KitFilterType, KitGlobalSearchComponent, KitGridCellComponent, KitGridCellService, KitGridCellTemplateDirective, KitGridColumnComponent, KitGridColumnManagerComponent, KitGridComponent, KitGridDetailTemplateDirective, KitGridDetailsButtonComponent, KitGridExportComponent, KitGridFiltersComponent, KitGridSearchComponent, KitGridSortSettingsMode, KitGridState, KitGridUrlStateService, KitGridViewType, KitGridViewsComponent, KitGridViewsState, KitInputLabelComponent, KitInputMessageComponent, KitLoaderComponent, KitLocationStepperComponent, KitMobileHeaderComponent, KitMobileMenuComponent, KitMobileMenuState, KitMultiselectComponent, KitNavigationMenuComponent, KitNavigationMenuService, KitNavigationMenuSubmenuComponent, KitNavigationTabsComponent, KitNavigationTabsType, KitNoteComponent, KitNotificationComponent, KitNotificationService, KitNotificationType, KitNumericTextboxComponent, KitNumericTextboxSize, KitNumericTextboxState, KitOptionToggleComponent, KitPageLayoutComponent, KitPermissionDirective, KitPillComponent, KitPillTheme, KitPillType, KitPopupAlignHorizontal, KitPopupAlignVertical, KitPopupComponent, KitPopupPositionMode, KitProfileMenuComponent, KitQueryParamsName, KitQueryParamsService, KitRadioButtonComponent, KitRadioButtonType, KitRoutePathComponent, KitSchedulerComponent, KitSchedulerMonthEventTemplateDirective, KitSchedulerWeekEventTemplateDirective, KitScrollNavigationComponent, KitScrollNavigationSectionComponent, KitSearchBarComponent, KitSidebarComponent, KitSkeletonAnimation, KitSkeletonComponent, KitSkeletonShape, KitSortDirection, KitSortableComponent, KitSvgIcon, KitSvgIconComponent, KitSvgIconType, KitSvgSpriteComponent, KitSwitchComponent, KitSwitchMode, KitSwitchState, KitTabComponent, KitTabContentDirective, KitTabsComponent, KitTabsSize, KitTabsType, KitTextLabelComponent, KitTextLabelState, KitTextareaAutoresizeDirective, KitTextareaComponent, KitTextareaState, KitTextboxComponent, KitTextboxSize, KitTextboxState, KitThemeService, KitThemes, KitTileLayoutComponent, KitTileLayoutItemComponent, KitTimelineCardComponent, KitTimelineComponent, KitTimelineTheme, KitTimelineType, KitTimepickerComponent, KitTitleTemplateDirective, KitToastrModule, KitToastrPosition, KitToastrService, KitToastrType, KitToggleComponent, KitToggleSize, KitTooltipDirective, KitTooltipPosition, KitTopBarComponent, KitTrackingCardComponent, KitTrackingTimelineComponent, KitTranslateLoader, KitTranslateService, KitTruncateTextComponent, KitUnitsTextboxComponent, KitUnitsTextboxDropdownPosition, KitUnitsTextboxType, KitUserApplicationsState, KitUserPermissionsState, KitUserSettingsComponent, KitUserSettingsKeys, KitUserSettingsState, KitUserState, RemoveGridFilter, SetGridColumns, SetGridFilters, SetGridSearch, SetGridSkip, SetGridSort, SetGridTake, UpdateGridFilter, buildRandomUUID, changeFilterField, createDataFetcherFactory, findMatches, kitBuildFilterBooleanOptions, kitBuildFilterListOptions, kitBuildFilters, kitBuildGridColumn, kitBuildGridDataResults, kitBuildOdataFilter, kitBuildSortString, kitDataStateToODataString, kitEncodeViewNameToUrl, kitGetPermissionTypesByCategory, kitHasPermission, kitUserPermissionsGuard, mapGlobalSearchResult, trimTrailingSlash };
|
|
4217
|
-
export type { GlobalSearchFilter, GlobalSearchLineItem, GlobalSearchPrompt, GlobalSearchResult, GlobalSearchRouteConfig, GlobalSearchSelectedFilter, KitAutocompleteItem, KitBreadcrumbsItem, KitCard, KitCardItem, KitCardLink, KitCollapsedListItem, KitCompositeFilterDescriptor, KitCtaPanelConfirmation, KitCtaPanelConfirmationValue, KitCtaPanelCopyItem, KitCtaPanelItem, KitDataResult, KitDataState, KitDaterangeValue, KitDropdownItem, KitFileUploadFile, KitFileUploadFileRestrictions, KitFileUploadFileRestrictionsMessages, KitFilterDescriptor, KitFilterItem, KitFilterListConfig, KitFilterListOption, KitFilterValue, KitGridCellClickEvent, KitGridCellTranslationMap, KitGridColumn, KitGridColumnConfig, KitGridColumns, KitGridDataResult, KitGridDataState, KitGridDataStateChangeEvent, KitGridDetailCollapseEvent, KitGridDetailExpandEvent, KitGridPageChangeEvent, KitGridSortSettings, KitGridView, KitGridViewColumn, KitKendoDrawPdf, KitLocationStepperItem, KitLocationStepperItemDate, KitMainMenuItem, KitMobileMenuItem, KitMultiselectItem, KitNavigationMenuAppItem, KitNavigationMenuItem, KitNavigationTabsItem, KitNavigationTabsItemLink, KitOptionToggleOption, KitPDFOptions, KitPermission, KitPopupAlign, KitProfileMenuItem, KitQueryParams, KitRadioButton, KitScheduleEventClickEvent, KitScheduleSlotClickEvent, KitSchedulerEvent, KitSortDescriptor, KitSwitchItem, KitSwitchItemSelection, KitTabsSelectEvent, KitTileLayoutColumnsConfig, KitTimelineItem, KitTimelineItemDate, KitToastrConfig, KitTrackingCardTabs, KitTrackingTimelineItem, KitUserMenuItem, KitUserPermissions, KitUserSettings };
|
|
4221
|
+
export { AbstractKitCtaPanelConfirmationComponent, AddGridFilter, FetchUser, FetchUserPermissions, FetchUserSettings, HighlightPipe, KIT_BASE_PATH, KIT_DATETIME_FORMAT_LONG, KIT_DATE_FORMAT, KIT_GRID_CELL_DATE_FORMAT_CONFIG, KIT_GRID_STATE_TOKEN, KIT_USER_APPLICATIONS_PATH, KIT_USER_PATH, KIT_USER_PERMISSIONS_PATH, KIT_USER_PERMISSIONS_STATE_TOKEN, KIT_USER_STATE_TOKEN, KitAutocompleteComponent, KitAutocompleteDirective, KitAvatarComponent, KitAvatarSize, KitBadgeDirective, KitBadgeTheme, KitBreadcrumbsComponent, KitBreadcrumbsService, KitButtonComponent, KitButtonIconPosition, KitButtonKind, KitButtonState, KitButtonType, KitCardComponent, KitCardTheme, KitCheckboxComponent, KitCheckboxState, KitCollapsedListComponent, KitCollapsedListDropdownAlign, KitCopyTextComponent, KitCtaPanelAbstractConfirmationComponent, KitCtaPanelActionComponent, KitCtaPanelConfirmationComponent, KitCtaPanelItemComponent, KitCtaPanelItemType, KitDataFieldComponent, KitDataFieldState, KitDatepickerComponent, KitDatepickerSize, KitDaterangeComponent, KitDaterangeType, KitDatetimepickerComponent, KitDialogActionsComponent, KitDialogComponent, KitDialogService, KitDropdownComponent, KitDropdownItemTemplateDirective, KitDropdownSize, KitEmptySectionComponent, KitEntityGridComponent, KitEntitySectionComponent, KitEntitySectionContainerComponent, KitEntityTitleComponent, KitFileCardComponent, KitFileCardMessagesComponent, KitFileUploadComponent, KitFilterCheckboxComponent, KitFilterLogic, KitFilterOperator, KitFilterType, KitGlobalSearchComponent, KitGridCellComponent, KitGridCellService, KitGridCellTemplateDirective, KitGridColumnComponent, KitGridColumnManagerComponent, KitGridComponent, KitGridDetailTemplateDirective, KitGridDetailsButtonComponent, KitGridExportComponent, KitGridFiltersComponent, KitGridSearchComponent, KitGridSortSettingsMode, KitGridState, KitGridUrlStateService, KitGridViewType, KitGridViewsComponent, KitGridViewsState, KitInputLabelComponent, KitInputMessageComponent, KitLoaderComponent, KitLocationStepperComponent, KitMobileHeaderComponent, KitMobileMenuComponent, KitMobileMenuState, KitMultiselectComponent, KitNavigationMenuComponent, KitNavigationMenuService, KitNavigationMenuSubmenuComponent, KitNavigationTabsComponent, KitNavigationTabsType, KitNoteComponent, KitNotificationComponent, KitNotificationService, KitNotificationType, KitNumericTextboxComponent, KitNumericTextboxSize, KitNumericTextboxState, KitOptionToggleComponent, KitPageLayoutComponent, KitPermissionDirective, KitPillComponent, KitPillTheme, KitPillType, KitPopupAlignHorizontal, KitPopupAlignVertical, KitPopupComponent, KitPopupPositionMode, KitProfileMenuComponent, KitQueryParamsName, KitQueryParamsService, KitRadioButtonComponent, KitRadioButtonType, KitRoutePathComponent, KitSchedulerComponent, KitSchedulerMonthEventTemplateDirective, KitSchedulerWeekEventTemplateDirective, KitScrollNavigationComponent, KitScrollNavigationSectionComponent, KitSearchBarComponent, KitSidebarComponent, KitSkeletonAnimation, KitSkeletonComponent, KitSkeletonShape, KitSortDirection, KitSortableComponent, KitSvgIcon, KitSvgIconComponent, KitSvgIconType, KitSvgSpriteComponent, KitSwitchComponent, KitSwitchMode, KitSwitchState, KitTabComponent, KitTabContentDirective, KitTabsComponent, KitTabsSize, KitTabsType, KitTextLabelComponent, KitTextLabelState, KitTextareaAutoresizeDirective, KitTextareaComponent, KitTextareaState, KitTextboxComponent, KitTextboxSize, KitTextboxState, KitThemeService, KitThemes, KitTileLayoutComponent, KitTileLayoutItemComponent, KitTimelineCardComponent, KitTimelineComponent, KitTimelineTheme, KitTimelineType, KitTimepickerComponent, KitTitleTemplateDirective, KitToastrModule, KitToastrPosition, KitToastrService, KitToastrType, KitToggleComponent, KitToggleSize, KitTooltipDirective, KitTooltipPosition, KitTopBarComponent, KitTrackingCardComponent, KitTrackingTimelineComponent, KitTranslateLoader, KitTranslateService, KitTruncateTextComponent, KitUnitsTextboxComponent, KitUnitsTextboxDropdownPosition, KitUnitsTextboxType, KitUserApplicationsState, KitUserPermissionsState, KitUserSettingsComponent, KitUserSettingsKeys, KitUserSettingsState, KitUserState, KitUserType, RemoveGridFilter, SetGridColumns, SetGridFilters, SetGridSearch, SetGridSkip, SetGridSort, SetGridTake, UpdateGridFilter, buildRandomUUID, changeFilterField, createDataFetcherFactory, findMatches, kitBuildFilterBooleanOptions, kitBuildFilterListOptions, kitBuildFilters, kitBuildGridColumn, kitBuildGridDataResults, kitBuildOdataFilter, kitBuildSortString, kitDataStateToODataString, kitEncodeViewNameToUrl, kitGetPermissionTypesByCategory, kitHasPermission, kitUserPermissionsGuard, mapGlobalSearchResult, trimTrailingSlash };
|
|
4222
|
+
export type { GlobalSearchFilter, GlobalSearchLineItem, GlobalSearchPrompt, GlobalSearchResult, GlobalSearchRouteConfig, GlobalSearchSelectedFilter, KitAutocompleteItem, KitBreadcrumbsItem, KitCard, KitCardItem, KitCardLink, KitCollapsedListItem, KitCompositeFilterDescriptor, KitCtaPanelConfirmation, KitCtaPanelConfirmationValue, KitCtaPanelCopyItem, KitCtaPanelItem, KitCurrentUser, KitDataResult, KitDataState, KitDaterangeValue, KitDropdownItem, KitFileUploadFile, KitFileUploadFileRestrictions, KitFileUploadFileRestrictionsMessages, KitFilterDescriptor, KitFilterItem, KitFilterListConfig, KitFilterListOption, KitFilterValue, KitGridCellClickEvent, KitGridCellTranslationMap, KitGridColumn, KitGridColumnConfig, KitGridColumns, KitGridDataResult, KitGridDataState, KitGridDataStateChangeEvent, KitGridDetailCollapseEvent, KitGridDetailExpandEvent, KitGridPageChangeEvent, KitGridSortSettings, KitGridView, KitGridViewColumn, KitKendoDrawPdf, KitLocationStepperItem, KitLocationStepperItemDate, KitMainMenuItem, KitMobileMenuItem, KitMultiselectItem, KitNavigationMenuAppItem, KitNavigationMenuItem, KitNavigationTabsItem, KitNavigationTabsItemLink, KitOptionToggleOption, KitPDFOptions, KitPermission, KitPopupAlign, KitProfileMenuItem, KitQueryParams, KitRadioButton, KitScheduleEventClickEvent, KitScheduleSlotClickEvent, KitSchedulerEvent, KitSortDescriptor, KitSwitchItem, KitSwitchItemSelection, KitTabsSelectEvent, KitTileLayoutColumnsConfig, KitTimelineItem, KitTimelineItemDate, KitToastrConfig, KitTrackingCardTabs, KitTrackingTimelineItem, KitUser, KitUserMenuItem, KitUserPermissions, KitUserSettings };
|
package/package.json
CHANGED
|
@@ -7,44 +7,44 @@
|
|
|
7
7
|
"components",
|
|
8
8
|
"shared"
|
|
9
9
|
],
|
|
10
|
-
"version": "1.1.
|
|
10
|
+
"version": "1.1.261",
|
|
11
11
|
"peerDependencies": {
|
|
12
12
|
"@angular/common": ">=20.1.3 <21.0.0",
|
|
13
13
|
"@angular/core": ">=20.1.3 <21.0.0",
|
|
14
14
|
"ngx-device-detector": "10.1.0"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@progress/kendo-angular-buttons": "
|
|
18
|
-
"@progress/kendo-angular-common": "
|
|
19
|
-
"@progress/kendo-angular-dateinputs": "
|
|
20
|
-
"@progress/kendo-angular-dialog": "
|
|
21
|
-
"@progress/kendo-angular-dropdowns": "
|
|
22
|
-
"@progress/kendo-angular-grid": "
|
|
23
|
-
"@progress/kendo-angular-icons": "
|
|
24
|
-
"@progress/kendo-angular-indicators": "
|
|
25
|
-
"@progress/kendo-angular-inputs": "
|
|
26
|
-
"@progress/kendo-angular-intl": "
|
|
27
|
-
"@progress/kendo-angular-l10n": "
|
|
28
|
-
"@progress/kendo-angular-label": "
|
|
29
|
-
"@progress/kendo-angular-layout": "
|
|
30
|
-
"@progress/kendo-angular-menu": "
|
|
31
|
-
"@progress/kendo-angular-navigation": "
|
|
32
|
-
"@progress/kendo-angular-popup": "
|
|
33
|
-
"@progress/kendo-angular-progressbar": "
|
|
34
|
-
"@progress/kendo-angular-sortable": "
|
|
35
|
-
"@progress/kendo-angular-scheduler": "
|
|
36
|
-
"@progress/kendo-angular-tooltip": "
|
|
37
|
-
"@progress/kendo-angular-treeview": "
|
|
38
|
-
"@progress/kendo-angular-upload": "
|
|
17
|
+
"@progress/kendo-angular-buttons": "20.0.3",
|
|
18
|
+
"@progress/kendo-angular-common": "20.0.3",
|
|
19
|
+
"@progress/kendo-angular-dateinputs": "20.0.3",
|
|
20
|
+
"@progress/kendo-angular-dialog": "20.0.3",
|
|
21
|
+
"@progress/kendo-angular-dropdowns": "20.0.3",
|
|
22
|
+
"@progress/kendo-angular-grid": "20.0.3",
|
|
23
|
+
"@progress/kendo-angular-icons": "20.0.3",
|
|
24
|
+
"@progress/kendo-angular-indicators": "20.0.3",
|
|
25
|
+
"@progress/kendo-angular-inputs": "20.0.3",
|
|
26
|
+
"@progress/kendo-angular-intl": "20.0.3",
|
|
27
|
+
"@progress/kendo-angular-l10n": "20.0.3",
|
|
28
|
+
"@progress/kendo-angular-label": "20.0.3",
|
|
29
|
+
"@progress/kendo-angular-layout": "20.0.3",
|
|
30
|
+
"@progress/kendo-angular-menu": "20.0.3",
|
|
31
|
+
"@progress/kendo-angular-navigation": "20.0.3",
|
|
32
|
+
"@progress/kendo-angular-popup": "20.0.3",
|
|
33
|
+
"@progress/kendo-angular-progressbar": "20.0.3",
|
|
34
|
+
"@progress/kendo-angular-sortable": "20.0.3",
|
|
35
|
+
"@progress/kendo-angular-scheduler": "20.0.3",
|
|
36
|
+
"@progress/kendo-angular-tooltip": "20.0.3",
|
|
37
|
+
"@progress/kendo-angular-treeview": "20.0.3",
|
|
38
|
+
"@progress/kendo-angular-upload": "20.0.3",
|
|
39
39
|
"@progress/kendo-data-query": "1.7.1",
|
|
40
40
|
"@progress/kendo-drawing": "1.21.2",
|
|
41
41
|
"@progress/kendo-font-icons": "4.5.0",
|
|
42
|
-
"@progress/kendo-licensing": "1.
|
|
42
|
+
"@progress/kendo-licensing": "1.7.1",
|
|
43
43
|
"@progress/kendo-svg-icons": "4.5.0",
|
|
44
|
-
"@progress/kendo-theme-default": "
|
|
44
|
+
"@progress/kendo-theme-default": "12.0.1",
|
|
45
45
|
"initials": "3.1.2",
|
|
46
46
|
"json-2-csv": "5.5.9",
|
|
47
|
-
"ngx-toastr": "19.
|
|
47
|
+
"ngx-toastr": "19.1.0",
|
|
48
48
|
"tslib": "2.8.1"
|
|
49
49
|
},
|
|
50
50
|
"module": "fesm2022/indigina-ui-kit.mjs",
|