ets-fe-ng-sdk 19.0.117 → 20.0.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/fesm2022/ets-fe-ng-sdk.mjs +1591 -1632
- package/fesm2022/ets-fe-ng-sdk.mjs.map +1 -1
- package/index.d.ts +14526 -3
- package/package.json +1 -1
- package/environments/environment.d.ts +0 -11
- package/lib/Reusables/reusable-comps/find-item/find-item.component.d.ts +0 -258
- package/lib/Reusables/reusable-comps/find-item/find-item.model.d.ts +0 -13
- package/lib/Reusables/reusable-comps/find-item/find-item.service.d.ts +0 -38
- package/lib/Reusables/reusable-comps/watermark/watermark.component.d.ts +0 -22
- package/lib/Reusables/reusable-pages/extra-pages/extra-pages-routing.module.d.ts +0 -7
- package/lib/Reusables/reusable-pages/extra-pages/extra-pages.module.d.ts +0 -8
- package/lib/Reusables/reusable-pages/logger/logger-routing.module.d.ts +0 -7
- package/lib/Reusables/reusable-pages/logger/logger.component.d.ts +0 -71
- package/lib/Reusables/reusable-pages/logger/logger.interface.d.ts +0 -73
- package/lib/Reusables/reusable-pages/logger/logger.module.d.ts +0 -11
- package/lib/Reusables/reusable-pages/logger/logger.service.d.ts +0 -81
- package/lib/Reusables/reusable-pages/page-not-found/page-not-found.component.d.ts +0 -28
- package/lib/Reusables/reusable-pages/reset/reset-routing.module.d.ts +0 -7
- package/lib/Reusables/reusable-pages/reset/reset.component.d.ts +0 -13
- package/lib/Reusables/reusable-pages/reset/reset.module.d.ts +0 -8
- package/lib/Reusables/reusable-pages/robot/robot-routing.module.d.ts +0 -7
- package/lib/Reusables/reusable-pages/robot/robot.component.d.ts +0 -8
- package/lib/Reusables/reusable-pages/robot/robot.module.d.ts +0 -9
- package/lib/Reusables/reusable-pages/timeout-tester/timeout-tester-routing.module.d.ts +0 -7
- package/lib/Reusables/reusable-pages/timeout-tester/timeout-tester.component.d.ts +0 -23
- package/lib/Reusables/reusable-pages/timeout-tester/timeout-tester.module.d.ts +0 -11
- package/lib/Reusables/reusable-pages/user-activity/ua-extras/user-activity.model.d.ts +0 -56
- package/lib/Reusables/reusable-pages/user-activity/ua-extras/user-activity.service.d.ts +0 -13
- package/lib/Reusables/reusable-pages/version/version-routing.module.d.ts +0 -7
- package/lib/Reusables/reusable-pages/version/version.component.d.ts +0 -13
- package/lib/Reusables/reusable-pages/version/version.module.d.ts +0 -10
- package/lib/Reusables/reusable-pages/version/version.service.d.ts +0 -19
- package/lib/Services/Interceptors/authentication-interceptor.service.d.ts +0 -27
- package/lib/Services/Interceptors/global-error-handler.service.d.ts +0 -28
- package/lib/Services/Interceptors/logger-interceptor.service.d.ts +0 -33
- package/lib/Services/Interceptors/request-loader-interceptor.service.d.ts +0 -24
- package/lib/Services/Interceptors/request-timeout.service.d.ts +0 -32
- package/lib/Services/api.service.d.ts +0 -255
- package/lib/Services/app.service.d.ts +0 -112
- package/lib/Services/base.effect.d.ts +0 -24
- package/lib/Services/base.facade.service.d.ts +0 -42
- package/lib/Services/base.service.d.ts +0 -81
- package/lib/Services/cache/cache-updater.service.d.ts +0 -10
- package/lib/Services/cache/cache.service.d.ts +0 -17
- package/lib/Services/cache/local-cache.service.d.ts +0 -17
- package/lib/Services/cache/saver.service.d.ts +0 -34
- package/lib/Services/debouncer.service.d.ts +0 -66
- package/lib/Services/error-reporter.service.d.ts +0 -56
- package/lib/Services/htmler.service.d.ts +0 -18
- package/lib/Services/input.service.d.ts +0 -55
- package/lib/Services/number-format.service.d.ts +0 -10
- package/lib/Services/object-size.service.d.ts +0 -14
- package/lib/Services/page-loader.service.d.ts +0 -62
- package/lib/Services/page.service.d.ts +0 -57
- package/lib/Services/route.service.d.ts +0 -75
- package/lib/Services/service-worker/check-for-update.service.d.ts +0 -33
- package/lib/Services/service-worker/handle-unrecoverable-state.service.d.ts +0 -24
- package/lib/Services/service-worker/log-update.service.d.ts +0 -20
- package/lib/Services/service-worker/prompt-update.service.d.ts +0 -63
- package/lib/Services/service-worker/service-worker.service.d.ts +0 -40
- package/lib/Services/storage.service.d.ts +0 -115
- package/lib/Services/theme.service.d.ts +0 -29
- package/lib/Services/translation.service.d.ts +0 -182
- package/lib/Services/utility.service.d.ts +0 -989
- package/lib/Services/window-security.service.d.ts +0 -10
- package/lib/Shared/classes/page-loader.class.d.ts +0 -41
- package/lib/Shared/components/add-item/add-item.component.d.ts +0 -31
- package/lib/Shared/components/autocomplete/autocomplete-td-rf/autocomplete-td-rf.component.d.ts +0 -75
- package/lib/Shared/components/autocomplete/autocomplete.component.d.ts +0 -81
- package/lib/Shared/components/autocomplete/autocomplete.module.d.ts +0 -6
- package/lib/Shared/components/autocomplete/autocomplete.service.d.ts +0 -58
- package/lib/Shared/components/btn/btn-lg/btn-lg.component.d.ts +0 -55
- package/lib/Shared/components/btn/btn-link/btn-link.component.d.ts +0 -21
- package/lib/Shared/components/btn/btn.component.d.ts +0 -216
- package/lib/Shared/components/btn/btn.model.d.ts +0 -135
- package/lib/Shared/components/btn/btn.module.d.ts +0 -4
- package/lib/Shared/components/btn/btn.service.d.ts +0 -80
- package/lib/Shared/components/btn/details-btn/details-btn.component.d.ts +0 -17
- package/lib/Shared/components/btn/details-btn/details-btn.module.d.ts +0 -1
- package/lib/Shared/components/card/card.component.d.ts +0 -22
- package/lib/Shared/components/card/card.module.d.ts +0 -1
- package/lib/Shared/components/confirm-dialog/confirm-dialog.component.d.ts +0 -36
- package/lib/Shared/components/confirm-dialog/confirm-dialog.module.d.ts +0 -1
- package/lib/Shared/components/confirm-dialog/confirm-dialog.service.d.ts +0 -21
- package/lib/Shared/components/core/button/button.component.d.ts +0 -28
- package/lib/Shared/components/core/button/components.module.d.ts +0 -1
- package/lib/Shared/components/documents-name-display/documents-name-display.component.d.ts +0 -44
- package/lib/Shared/components/documents-name-display/documents-name-display.model.d.ts +0 -6
- package/lib/Shared/components/documents-name-display/documents-name-display.module.d.ts +0 -1
- package/lib/Shared/components/editable-text-case/editable-text-case.component.d.ts +0 -63
- package/lib/Shared/components/editable-text-case/editable-text-case.module.d.ts +0 -1
- package/lib/Shared/components/export-table/export-table.component.d.ts +0 -61
- package/lib/Shared/components/export-table/export-table.module.d.ts +0 -1
- package/lib/Shared/components/fields-to-display/fields-to-display.component.d.ts +0 -66
- package/lib/Shared/components/file-upload/file-upload.component.d.ts +0 -96
- package/lib/Shared/components/form-error/form-error.component.d.ts +0 -73
- package/lib/Shared/components/form-generator/form-generated-value/form-generated-value.component.d.ts +0 -95
- package/lib/Shared/components/form-generator/form-generator.base.component.d.ts +0 -234
- package/lib/Shared/components/form-generator/form-generator.component.d.ts +0 -207
- package/lib/Shared/components/form-generator/form-generator.module.d.ts +0 -1
- package/lib/Shared/components/form-generator/form-generator.service.d.ts +0 -45
- package/lib/Shared/components/form-link/form-link.component.d.ts +0 -47
- package/lib/Shared/components/form-link/form-link.module.d.ts +0 -1
- package/lib/Shared/components/form-tab-headers/form-tab-headers.component.d.ts +0 -13
- package/lib/Shared/components/form-tab-headers/form-tab-headers.module.d.ts +0 -1
- package/lib/Shared/components/idler/idler.component.d.ts +0 -41
- package/lib/Shared/components/idler/idler.service.d.ts +0 -71
- package/lib/Shared/components/index-comp-layout/index-comp-layout.component.d.ts +0 -93
- package/lib/Shared/components/info-dialog/info-dialog.component.d.ts +0 -67
- package/lib/Shared/components/info-dialog/info-dialog.module.d.ts +0 -4
- package/lib/Shared/components/info-dialog/info-dialog.service.d.ts +0 -13
- package/lib/Shared/components/info-icon/info-icon.component.d.ts +0 -17
- package/lib/Shared/components/info-icon/info-icon.module.d.ts +0 -1
- package/lib/Shared/components/input/date-input/date-input.component.d.ts +0 -137
- package/lib/Shared/components/input/day-hour-min-input/day-hour-min-input.component.d.ts +0 -64
- package/lib/Shared/components/input/input-base.component.d.ts +0 -264
- package/lib/Shared/components/input/input-basic.component.d.ts +0 -96
- package/lib/Shared/components/input/input-control.component.d.ts +0 -28
- package/lib/Shared/components/input/input-label/input-label.component.d.ts +0 -49
- package/lib/Shared/components/input/input-label/input-label.module.d.ts +0 -1
- package/lib/Shared/components/input/input-shared.module.d.ts +0 -30
- package/lib/Shared/components/input/input-td-rf.component.d.ts +0 -58
- package/lib/Shared/components/input/input.component.d.ts +0 -82
- package/lib/Shared/components/input/input.model.d.ts +0 -16
- package/lib/Shared/components/input/input.module.d.ts +0 -23
- package/lib/Shared/components/input/input.service.d.ts +0 -189
- package/lib/Shared/components/input/inputs-pipes.pipe.d.ts +0 -61
- package/lib/Shared/components/input/inputs.component.d.ts +0 -11
- package/lib/Shared/components/input/validation-message/validation-message.component.d.ts +0 -75
- package/lib/Shared/components/input/validation-message/validation-message.module.d.ts +0 -1
- package/lib/Shared/components/input/validation-message/validation-message.service.d.ts +0 -73
- package/lib/Shared/components/input/year-month-td-rf/year-month-td-rf.component.d.ts +0 -38
- package/lib/Shared/components/input-NgModel/input-ngmodel.component.d.ts +0 -165
- package/lib/Shared/components/input-NgModel/input-ngmodel.module.d.ts +0 -1
- package/lib/Shared/components/input-NgModel/validation-message-ngmodel/validation-message-ngmodel.component.d.ts +0 -50
- package/lib/Shared/components/input-table/input-table.component.d.ts +0 -76
- package/lib/Shared/components/input-table/input-table.model.d.ts +0 -23
- package/lib/Shared/components/input-table/input-table.service.d.ts +0 -8
- package/lib/Shared/components/label/label.component.d.ts +0 -25
- package/lib/Shared/components/label/label.module.d.ts +0 -1
- package/lib/Shared/components/loader/loader-animations/blinking-blocks/blinking-blocks.component.d.ts +0 -5
- package/lib/Shared/components/loader/loader-animations/bouncing-ball/bouncing-ball.component.d.ts +0 -5
- package/lib/Shared/components/loader/loader-animations/fading-bars/fading-bars.component.d.ts +0 -5
- package/lib/Shared/components/loader/loader-animations/fading-circles/fading-circles.component.d.ts +0 -5
- package/lib/Shared/components/loader/loader-animations/ring-ripples/ring-ripples.component.d.ts +0 -5
- package/lib/Shared/components/loader/loader.component.d.ts +0 -88
- package/lib/Shared/components/loader/loader.module.d.ts +0 -1
- package/lib/Shared/components/loader/spinner.component.d.ts +0 -8
- package/lib/Shared/components/modal/modal-body.directive.d.ts +0 -27
- package/lib/Shared/components/modal/modal-footer.directive.d.ts +0 -27
- package/lib/Shared/components/modal/modal.component.d.ts +0 -154
- package/lib/Shared/components/modal/modal.model.d.ts +0 -21
- package/lib/Shared/components/modal/modal.module.d.ts +0 -1
- package/lib/Shared/components/modal-components/modal.components.d.ts +0 -7
- package/lib/Shared/components/modal-form/modal-form.component.d.ts +0 -79
- package/lib/Shared/components/modal-form/modal-form.module.d.ts +0 -1
- package/lib/Shared/components/modal-header/modal-header.component.d.ts +0 -35
- package/lib/Shared/components/modal-header/modal-header.module.d.ts +0 -1
- package/lib/Shared/components/narration-history-comp/narration-history-comp.component.d.ts +0 -34
- package/lib/Shared/components/notifications/notifications.component.d.ts +0 -10
- package/lib/Shared/components/notifications/notifications.service.d.ts +0 -9
- package/lib/Shared/components/page-center-body/page-center-body.component.d.ts +0 -5
- package/lib/Shared/components/page-template/page-template.component.d.ts +0 -181
- package/lib/Shared/components/page-template/page-template.module.d.ts +0 -1
- package/lib/Shared/components/page-to-component/page-to-component.component.d.ts +0 -70
- package/lib/Shared/components/page-to-component/page-to-component.directive.d.ts +0 -8
- package/lib/Shared/components/page-to-component/page-to-component.module.d.ts +0 -1
- package/lib/Shared/components/page-to-component/page-to-component.service.d.ts +0 -33
- package/lib/Shared/components/paginator/paginator.component.d.ts +0 -57
- package/lib/Shared/components/phone-number/phone-number.component.d.ts +0 -129
- package/lib/Shared/components/phone-number/phone-number.service.d.ts +0 -33
- package/lib/Shared/components/rich-text-editor/rich-text-editor.component.d.ts +0 -94
- package/lib/Shared/components/rich-text-editor-rf/rich-text-editor-rf.component.d.ts +0 -41
- package/lib/Shared/components/row-actions/row-actions.component.d.ts +0 -74
- package/lib/Shared/components/row-actions/row-actions.module.d.ts +0 -1
- package/lib/Shared/components/svg-icon/svg-icon.component.d.ts +0 -20
- package/lib/Shared/components/svg-icon/svg-icon.model.d.ts +0 -1
- package/lib/Shared/components/svg-icon/svg-icon.module.d.ts +0 -1
- package/lib/Shared/components/svg-icon/svg-icon.service.d.ts +0 -11
- package/lib/Shared/components/table/table-base.component.d.ts +0 -240
- package/lib/Shared/components/table/table-https/table-https.component.d.ts +0 -168
- package/lib/Shared/components/table/table-input/table-input-row/table-input-row.component.d.ts +0 -54
- package/lib/Shared/components/table/table-input/table-input.component.d.ts +0 -251
- package/lib/Shared/components/table/table-input/table-input.model.d.ts +0 -21
- package/lib/Shared/components/table/table-plain/table-plain.component.d.ts +0 -118
- package/lib/Shared/components/table/table-plain.service.d.ts +0 -52
- package/lib/Shared/components/table/table.pipe.d.ts +0 -87
- package/lib/Shared/components/text/text.component.d.ts +0 -6
- package/lib/Shared/components/text/text.module.d.ts +0 -1
- package/lib/Shared/components/text-area-modal/text-area-modal.component.d.ts +0 -27
- package/lib/Shared/components/text-area-modal/text-area-modal.service.d.ts +0 -10
- package/lib/Shared/components/text-case-1/text-case-1.component.d.ts +0 -53
- package/lib/Shared/components/text-case-1/text-case-1.module.d.ts +0 -1
- package/lib/Shared/components/text-case-2/text-case-2.component.d.ts +0 -219
- package/lib/Shared/components/text-case-2/text-case-2.module.d.ts +0 -1
- package/lib/Shared/components/text-case-2/text-case.service.d.ts +0 -23
- package/lib/Shared/components/text-case-input/text-case-input.component.d.ts +0 -9
- package/lib/Shared/components/text-case-input/text-case-input.module.d.ts +0 -1
- package/lib/Shared/components/toggle-input-form/toggle-input-form.component.d.ts +0 -138
- package/lib/Shared/components/toggle-input-form/toggle-input-form.model.d.ts +0 -27
- package/lib/Shared/components/translator-case/translator-case.component.d.ts +0 -6
- package/lib/Shared/components/vertical-nav/vertical-nav.component.d.ts +0 -101
- package/lib/Shared/components/view-form-buttons/view-form-buttons.component.d.ts +0 -23
- package/lib/Shared/components/view-form-buttons/view-form-buttons.module.d.ts +0 -1
- package/lib/Shared/components/webcam-media/webcam-media.component.d.ts +0 -162
- package/lib/Shared/components/webcam-media/webcam-media.model.d.ts +0 -7
- package/lib/Shared/directives/commafy-number.directive.d.ts +0 -104
- package/lib/Shared/directives/drag-drop-file-upload.directive.d.ts +0 -50
- package/lib/Shared/directives/form-invalid-class.directive.d.ts +0 -49
- package/lib/Shared/directives/index.directive.d.ts +0 -369
- package/lib/Shared/directives/input-formatter.directive.d.ts +0 -166
- package/lib/Shared/directives/integer-only.directive.d.ts +0 -60
- package/lib/Shared/directives/mHref.directive.d.ts +0 -6
- package/lib/Shared/directives/native-event-listeners.directive.d.ts +0 -228
- package/lib/Shared/directives/negative-number-only.directive.d.ts +0 -30
- package/lib/Shared/directives/responsiveness.directive.d.ts +0 -157
- package/lib/Shared/directives/translator.directive.d.ts +0 -45
- package/lib/Shared/injection-tokens/index.injection-tokens.d.ts +0 -3
- package/lib/Shared/models/IMenuItem.d.ts +0 -247
- package/lib/Shared/models/RouteItem.class.d.ts +0 -120
- package/lib/Shared/models/environment.model.d.ts +0 -204
- package/lib/Shared/models/form-schema.model.d.ts +0 -1
- package/lib/Shared/models/form.class.d.ts +0 -175
- package/lib/Shared/models/index.model.d.ts +0 -938
- package/lib/Shared/models/translator.model.d.ts +0 -27
- package/lib/Shared/pipes/form-invalid-class.pipe.d.ts +0 -28
- package/lib/Shared/pipes/number.pipe.d.ts +0 -15
- package/lib/Shared/pipes/paginator.pipe.d.ts +0 -28
- package/lib/Shared/pipes/translate.pipe.d.ts +0 -104
- package/lib/Shared/pipes/utility.pipe.d.ts +0 -715
- package/lib/Shared/prototypes/prototypes.d.ts +0 -201
- package/lib/Shared/shared.module.d.ts +0 -105
- package/lib/authentication/web-user/web-user-authentication.guard.d.ts +0 -15
- package/lib/authentication/web-user/web-user-authentication.interceptor.d.ts +0 -17
- package/lib/authentication/web-user/web-user-authentication.model.d.ts +0 -34
- package/lib/authentication/web-user/web-user-authentication.service.d.ts +0 -91
- package/lib/authentication/web-user/web-user-forgot-password.component.d.ts +0 -46
- package/lib/authentication/web-user/web-user-login.component.d.ts +0 -45
- package/lib/authentication/web-user/web-user-reset-password.component.d.ts +0 -59
- package/lib/configs/base-functions.d.ts +0 -141
- package/lib/configs/index.config.d.ts +0 -95
- package/lib/configs/validation-messages.config.d.ts +0 -20
- package/public-api.d.ts +0 -215
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { ViewContainerRef } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class PageToComponentDirective {
|
|
4
|
-
viewContainerRef: ViewContainerRef;
|
|
5
|
-
constructor(viewContainerRef: ViewContainerRef);
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PageToComponentDirective, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PageToComponentDirective, "[appPageToComponent]", never, {}, {}, never, never, true, never>;
|
|
8
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { PageToComponentComponent as PageToComponentModule } from './page-to-component.component';
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { Type } from '@angular/core';
|
|
2
|
-
import { MatDialog, MatDialogConfig } from '@angular/material/dialog';
|
|
3
|
-
import { EPageType } from '../../models/index.model';
|
|
4
|
-
import { PageTemplateComponent } from '../page-template/page-template.component';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
/**
|
|
7
|
-
* Service responsible for opening Angular components as modal dialogs.
|
|
8
|
-
*
|
|
9
|
-
* This service provides functionality to display components within a modal dialog
|
|
10
|
-
* using Angular Material's MatDialog. It wraps components in a PageToComponentComponent
|
|
11
|
-
* which provides a consistent modal interface.
|
|
12
|
-
*/
|
|
13
|
-
export declare class PageToComponentService {
|
|
14
|
-
dialog: MatDialog;
|
|
15
|
-
/**
|
|
16
|
-
* Creates an instance of PageToComponentService.
|
|
17
|
-
*
|
|
18
|
-
* @param dialog - Angular Material's MatDialog service for opening modal dialogs
|
|
19
|
-
*/
|
|
20
|
-
constructor(dialog: MatDialog);
|
|
21
|
-
/**
|
|
22
|
-
* Opens a component as a modal
|
|
23
|
-
* @param component Component to be opened
|
|
24
|
-
* @param title Value to be set as the header of the modal
|
|
25
|
-
* @param modelData Data to pass into the component as variable `modelData`
|
|
26
|
-
* @param pageType Page type to be set on the component
|
|
27
|
-
* @param modalConfig Modal configuration object to be passed to `MatDialog`
|
|
28
|
-
* @returns The `MatDialog.afterClosed` Observable
|
|
29
|
-
*/
|
|
30
|
-
pageToModalOpener<ModalData, TComponent extends PageTemplateComponent<ModalData>>(component: Type<TComponent>, title: string, modelData?: ModalData, pageType?: EPageType, modalConfig?: MatDialogConfig): import("rxjs").Observable<any>;
|
|
31
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PageToComponentService, never>;
|
|
32
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<PageToComponentService>;
|
|
33
|
-
}
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
import { MatPaginator, PageEvent } from '@angular/material/paginator';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
/**
|
|
5
|
-
* A component that wraps Angular Material's MatPaginator to provide pagination functionality.
|
|
6
|
-
* This component supports signals-based inputs and outputs for modern Angular applications.
|
|
7
|
-
*/
|
|
8
|
-
export declare class PaginatorComponent {
|
|
9
|
-
/** The length of the total number of items that are being paginated. */
|
|
10
|
-
readonly arrayLength: import("@angular/core").InputSignal<number>;
|
|
11
|
-
/** The number of items to display on a page. Default is 10. */
|
|
12
|
-
readonly pageSize: import("@angular/core").ModelSignal<number>;
|
|
13
|
-
/** The zero-based page index of the displayed list of items. Default is 0. */
|
|
14
|
-
readonly pageIndex: import("@angular/core").ModelSignal<number>;
|
|
15
|
-
/** An Observable that, when emitted, will reset the paginator to the first page. */
|
|
16
|
-
readonly resetIndexFunc: import("@angular/core").InputSignal<Observable<any>>;
|
|
17
|
-
/** The set of provided page size options to display to the user. */
|
|
18
|
-
readonly pageSizeOptions: import("@angular/core").InputSignal<number[]>;
|
|
19
|
-
/** Reference to the underlying MatPaginator instance. */
|
|
20
|
-
readonly matPaginator: import("@angular/core").Signal<MatPaginator>;
|
|
21
|
-
/** Event emitted when the paginator changes the page size or page index. */
|
|
22
|
-
readonly pageChanged: import("@angular/core").OutputEmitterRef<{
|
|
23
|
-
pageIndex: number;
|
|
24
|
-
pageSize: number;
|
|
25
|
-
}>;
|
|
26
|
-
/** Subscription to the reset index observable. */
|
|
27
|
-
private resetSub;
|
|
28
|
-
/**
|
|
29
|
-
* Initializes the component after content is initialized.
|
|
30
|
-
* Sets up subscription to the reset index observable.
|
|
31
|
-
*/
|
|
32
|
-
ngAfterContentInit(): void;
|
|
33
|
-
/**
|
|
34
|
-
* Cleans up resources when the component is destroyed.
|
|
35
|
-
* Unsubscribes from the reset index observable.
|
|
36
|
-
*/
|
|
37
|
-
ngOnDestroy(): void;
|
|
38
|
-
/**
|
|
39
|
-
* Handles page change events from the MatPaginator.
|
|
40
|
-
* Updates the page index and page size, and emits the pageChanged event.
|
|
41
|
-
* @param $event The page event from MatPaginator.
|
|
42
|
-
*/
|
|
43
|
-
pageEvent($event: PageEvent): void;
|
|
44
|
-
/**
|
|
45
|
-
* Resets the paginator to the first page.
|
|
46
|
-
* Updates both the component's page index and the underlying MatPaginator's page index.
|
|
47
|
-
*/
|
|
48
|
-
reset(): void;
|
|
49
|
-
/**
|
|
50
|
-
* Calculates the actual index of an item in the full dataset based on its position in the current page.
|
|
51
|
-
* @param inViewIndex The index of the item as it appears on the current page.
|
|
52
|
-
* @returns The actual index of the item in the full dataset.
|
|
53
|
-
*/
|
|
54
|
-
getActualIndex(inViewIndex: number): number;
|
|
55
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PaginatorComponent, never>;
|
|
56
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PaginatorComponent, "paginator", never, { "arrayLength": { "alias": "arrayLength"; "required": false; "isSignal": true; }; "pageSize": { "alias": "pageSize"; "required": false; "isSignal": true; }; "pageIndex": { "alias": "pageIndex"; "required": false; "isSignal": true; }; "resetIndexFunc": { "alias": "resetIndexFunc"; "required": false; "isSignal": true; }; "pageSizeOptions": { "alias": "pageSizeOptions"; "required": false; "isSignal": true; }; }, { "pageSize": "pageSizeChange"; "pageIndex": "pageIndexChange"; "pageChanged": "pageChanged"; }, never, never, true, never>;
|
|
57
|
-
}
|
|
@@ -1,129 +0,0 @@
|
|
|
1
|
-
import { ElementRef } from '@angular/core';
|
|
2
|
-
import { AbstractControl } from '@angular/forms';
|
|
3
|
-
import { InputBasicComponent } from '../input/input-basic.component';
|
|
4
|
-
import { ICountry, PhoneNumberService } from './phone-number.service';
|
|
5
|
-
import { TelInputOptions } from '@serene-dev/ng-tel-input';
|
|
6
|
-
import { Iti } from 'intl-tel-input';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
/**
|
|
9
|
-
* Component for handling international phone number input with country code selection.
|
|
10
|
-
* Extends InputBasicComponent to leverage common input functionality.
|
|
11
|
-
*/
|
|
12
|
-
export declare class PhoneNumberComponent extends InputBasicComponent {
|
|
13
|
-
/** Controls whether the input label is displayed. Default is true. */
|
|
14
|
-
readonly showLabel: import("@angular/core").InputSignal<boolean>;
|
|
15
|
-
/** Computed property that returns the country object based on the country code. */
|
|
16
|
-
readonly country: import("@angular/core").Signal<ICountry>;
|
|
17
|
-
/** Computed property that returns the lowercase alpha-2 country code. */
|
|
18
|
-
protected readonly countryAlpha2: import("@angular/core").Signal<string>;
|
|
19
|
-
/** Signal that holds the International Telephone Input (ITI) instance. */
|
|
20
|
-
readonly iti: import("@angular/core").WritableSignal<Iti>;
|
|
21
|
-
/** Input for the ISO 3166-1 alpha-3 country code. */
|
|
22
|
-
readonly _countryCode3: import("@angular/core").InputSignal<string>;
|
|
23
|
-
/**
|
|
24
|
-
* Effect that updates the ITI country selection when the country code changes.
|
|
25
|
-
* Also triggers form validation.
|
|
26
|
-
*/
|
|
27
|
-
readonly countryCode3Effect: import("@angular/core").EffectRef;
|
|
28
|
-
/**
|
|
29
|
-
* Configuration options for the telephone input component.
|
|
30
|
-
* Default settings disable dropdown and set Nigeria as initial country.
|
|
31
|
-
*/
|
|
32
|
-
readonly _config: import("@angular/core").InputSignal<TelInputOptions>;
|
|
33
|
-
/** Output event emitter that fires when a country is selected. */
|
|
34
|
-
readonly onCountrySelect: import("@angular/core").OutputEmitterRef<{
|
|
35
|
-
name?: string;
|
|
36
|
-
iso2?: string;
|
|
37
|
-
dialCode?: string;
|
|
38
|
-
areaCodes?: string[];
|
|
39
|
-
nationalPrefix?: string;
|
|
40
|
-
}>;
|
|
41
|
-
/** Reference to the phone number input element. */
|
|
42
|
-
readonly pnRef: import("@angular/core").Signal<ElementRef<HTMLInputElement>>;
|
|
43
|
-
/** Service for phone number operations and country data. */
|
|
44
|
-
pnS: PhoneNumberService;
|
|
45
|
-
/**
|
|
46
|
-
* Computed configuration that merges the input config with country restrictions.
|
|
47
|
-
* Limits available countries to the selected country if one is specified.
|
|
48
|
-
*/
|
|
49
|
-
readonly config: import("@angular/core").Signal<{
|
|
50
|
-
onlyCountries: string[];
|
|
51
|
-
allowDropdown?: boolean;
|
|
52
|
-
autoPlaceholder?: string;
|
|
53
|
-
containerClass?: string;
|
|
54
|
-
countryOrder?: string[];
|
|
55
|
-
countrySearch?: boolean;
|
|
56
|
-
customPlaceholder?: ((selectedCountryPlaceholder: string, selectedCountryData: object) => string) | null;
|
|
57
|
-
dropdownContainer?: HTMLElement | null;
|
|
58
|
-
excludeCountries?: string[];
|
|
59
|
-
fixDropdownWidth?: boolean;
|
|
60
|
-
formatAsYouType?: boolean;
|
|
61
|
-
formatOnDisplay?: boolean;
|
|
62
|
-
geoIpLookup?: ((success: (iso2: string) => void, failure: () => void) => void) | null;
|
|
63
|
-
hiddenInput?: ((telInputName: string) => {
|
|
64
|
-
phone: string;
|
|
65
|
-
country?: string;
|
|
66
|
-
}) | null;
|
|
67
|
-
i18n?: import("intl-tel-input/i18n/types").I18n;
|
|
68
|
-
initialCountry?: string;
|
|
69
|
-
loadUtils?: () => Promise<{
|
|
70
|
-
default: {
|
|
71
|
-
formatNumber(number: string, iso2: string | undefined, format?: number): string;
|
|
72
|
-
formatNumberAsYouType(number: string, iso2: string | undefined): string;
|
|
73
|
-
getCoreNumber(number: string, iso2: string | undefined): string;
|
|
74
|
-
getExampleNumber(iso2: string | undefined, nationalMode: boolean, numberType: number, useE164?: boolean): string;
|
|
75
|
-
getExtension(number: string, iso2: string | undefined): string;
|
|
76
|
-
getNumberType(number: string, iso2: string | undefined): number;
|
|
77
|
-
getValidationError(number: string, iso2: string | undefined): number;
|
|
78
|
-
isPossibleNumber(number: string, iso2: string | undefined, numberType?: ("UNKNOWN" | "FIXED_LINE_OR_MOBILE" | "FIXED_LINE" | "MOBILE" | "PAGER" | "PERSONAL_NUMBER" | "PREMIUM_RATE" | "SHARED_COST" | "TOLL_FREE" | "UAN" | "VOICEMAIL" | "VOIP")[] | null): boolean;
|
|
79
|
-
isValidNumber(number: string, iso2: string | undefined, numberType?: ("UNKNOWN" | "FIXED_LINE_OR_MOBILE" | "FIXED_LINE" | "MOBILE" | "PAGER" | "PERSONAL_NUMBER" | "PREMIUM_RATE" | "SHARED_COST" | "TOLL_FREE" | "UAN" | "VOICEMAIL" | "VOIP")[] | null): boolean;
|
|
80
|
-
numberFormat: {
|
|
81
|
-
NATIONAL: number;
|
|
82
|
-
INTERNATIONAL: number;
|
|
83
|
-
E164: number;
|
|
84
|
-
RFC3966: number;
|
|
85
|
-
};
|
|
86
|
-
numberType: object;
|
|
87
|
-
};
|
|
88
|
-
}>;
|
|
89
|
-
nationalMode?: boolean;
|
|
90
|
-
placeholderNumberType?: "UNKNOWN" | "FIXED_LINE_OR_MOBILE" | "FIXED_LINE" | "MOBILE" | "PAGER" | "PERSONAL_NUMBER" | "PREMIUM_RATE" | "SHARED_COST" | "TOLL_FREE" | "UAN" | "VOICEMAIL" | "VOIP";
|
|
91
|
-
showFlags?: boolean;
|
|
92
|
-
separateDialCode?: boolean;
|
|
93
|
-
strictMode?: boolean;
|
|
94
|
-
useFullscreenPopup?: boolean;
|
|
95
|
-
validationNumberTypes?: ("UNKNOWN" | "FIXED_LINE_OR_MOBILE" | "FIXED_LINE" | "MOBILE" | "PAGER" | "PERSONAL_NUMBER" | "PREMIUM_RATE" | "SHARED_COST" | "TOLL_FREE" | "UAN" | "VOICEMAIL" | "VOIP")[] | null;
|
|
96
|
-
}>;
|
|
97
|
-
/**
|
|
98
|
-
* Initializes the component by adding a custom validator to the form control.
|
|
99
|
-
*/
|
|
100
|
-
ngOnInit(): void;
|
|
101
|
-
/**
|
|
102
|
-
* Lifecycle hook for after view initialization.
|
|
103
|
-
*/
|
|
104
|
-
ngAfterViewInit(): void;
|
|
105
|
-
/**
|
|
106
|
-
* Callback for when the telephone input is initialized.
|
|
107
|
-
* Stores the ITI instance for later use.
|
|
108
|
-
*
|
|
109
|
-
* @param e - The Intl-Tel-Input instance
|
|
110
|
-
*/
|
|
111
|
-
telInputObject(e: Iti): void;
|
|
112
|
-
/**
|
|
113
|
-
* Updates the form control value when the phone number changes.
|
|
114
|
-
*
|
|
115
|
-
* @param e - The new phone number value
|
|
116
|
-
*/
|
|
117
|
-
getNumber(e: any): void;
|
|
118
|
-
/**
|
|
119
|
-
* Custom validator that checks if the phone number is valid and matches the selected country.
|
|
120
|
-
*
|
|
121
|
-
* @param control - The form control to validate
|
|
122
|
-
* @returns Validation errors object or null if valid
|
|
123
|
-
*/
|
|
124
|
-
validate(control: AbstractControl): {
|
|
125
|
-
custom: string;
|
|
126
|
-
};
|
|
127
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PhoneNumberComponent, never>;
|
|
128
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PhoneNumberComponent, "app-phone-number", never, { "showLabel": { "alias": "showLabel"; "required": false; "isSignal": true; }; "_countryCode3": { "alias": "countryCode3"; "required": false; "isSignal": true; }; "_config": { "alias": "config"; "required": false; "isSignal": true; }; }, { "onCountrySelect": "onCountrySelect"; }, never, never, true, never>;
|
|
129
|
-
}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export interface ICountry {
|
|
3
|
-
name: string;
|
|
4
|
-
alpha2: string;
|
|
5
|
-
alpha3: string;
|
|
6
|
-
countryCode: string;
|
|
7
|
-
'iso_3166-2': string;
|
|
8
|
-
region: string;
|
|
9
|
-
subRegion: string;
|
|
10
|
-
intermediateRegion: string;
|
|
11
|
-
regionCode: string;
|
|
12
|
-
subRegionCode: string;
|
|
13
|
-
intermediateRegionCode: string;
|
|
14
|
-
}
|
|
15
|
-
export declare class PhoneNumberService {
|
|
16
|
-
isoCountries: ICountry[];
|
|
17
|
-
constructor();
|
|
18
|
-
getByCode3(code: string): {
|
|
19
|
-
name: string;
|
|
20
|
-
alpha2: string;
|
|
21
|
-
alpha3: string;
|
|
22
|
-
countryCode: string;
|
|
23
|
-
"iso_3166-2": string;
|
|
24
|
-
region: string;
|
|
25
|
-
subRegion: string;
|
|
26
|
-
intermediateRegion: string;
|
|
27
|
-
regionCode: string;
|
|
28
|
-
subRegionCode: string;
|
|
29
|
-
intermediateRegionCode: string;
|
|
30
|
-
};
|
|
31
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PhoneNumberService, never>;
|
|
32
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<PhoneNumberService>;
|
|
33
|
-
}
|
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { ContentChange, QuillEditorComponent, QuillModules } from 'ngx-quill';
|
|
3
|
-
import { FormGroup } from '@angular/forms';
|
|
4
|
-
import 'quill-mention';
|
|
5
|
-
import { Observable } from 'rxjs';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
/**
|
|
8
|
-
* A rich text editor component using Quill editor
|
|
9
|
-
* Provides text formatting, user mentions, and image handling capabilities
|
|
10
|
-
*/
|
|
11
|
-
export declare class RichTextEditorComponent {
|
|
12
|
-
/** Reference to the Quill editor component */
|
|
13
|
-
editor: QuillEditorComponent;
|
|
14
|
-
/** Whether the editor is enabled for editing */
|
|
15
|
-
enabled: boolean;
|
|
16
|
-
/**
|
|
17
|
-
* Makes the editor non-editable and hides the toolbar
|
|
18
|
-
* @param v - True to disable the editor, false to enable
|
|
19
|
-
*/
|
|
20
|
-
set disabled(v: boolean);
|
|
21
|
-
/**
|
|
22
|
-
* Formgroup for the content
|
|
23
|
-
*/
|
|
24
|
-
form: FormGroup;
|
|
25
|
-
/**
|
|
26
|
-
* Formcontrol name for the field
|
|
27
|
-
*/
|
|
28
|
-
name: string;
|
|
29
|
-
/**
|
|
30
|
-
* Content when using ngModel
|
|
31
|
-
*/
|
|
32
|
-
content: any;
|
|
33
|
-
/**
|
|
34
|
-
* Content change emission when using ngModel
|
|
35
|
-
*/
|
|
36
|
-
contentChange: EventEmitter<any>;
|
|
37
|
-
/** Array of users for mention functionality */
|
|
38
|
-
users: {
|
|
39
|
-
fullName: string;
|
|
40
|
-
userName: string;
|
|
41
|
-
code: string;
|
|
42
|
-
}[];
|
|
43
|
-
/** HTML string representation of the content */
|
|
44
|
-
htmlString: any;
|
|
45
|
-
/** Quill editor modules configuration */
|
|
46
|
-
modules: QuillModules;
|
|
47
|
-
constructor();
|
|
48
|
-
/**
|
|
49
|
-
* Initializes the component and sets up editor modules
|
|
50
|
-
*/
|
|
51
|
-
ngOnInit(): void;
|
|
52
|
-
/**
|
|
53
|
-
* Function to search for users when mentioning
|
|
54
|
-
* @param query - The search query string
|
|
55
|
-
* @returns Observable of matching user objects
|
|
56
|
-
*/
|
|
57
|
-
searchUsers: (query: string) => Observable<{
|
|
58
|
-
userName?: string;
|
|
59
|
-
fullName?: string;
|
|
60
|
-
}[]>;
|
|
61
|
-
/**
|
|
62
|
-
* Sets the toolbar options and plugins for tagging users and resizing images
|
|
63
|
-
*/
|
|
64
|
-
setModules(): void;
|
|
65
|
-
/**
|
|
66
|
-
* Enables the editor
|
|
67
|
-
*/
|
|
68
|
-
enable: () => void;
|
|
69
|
-
/**
|
|
70
|
-
* Disables the editor
|
|
71
|
-
*/
|
|
72
|
-
disable: () => void;
|
|
73
|
-
/**
|
|
74
|
-
* Handles content change events from the editor
|
|
75
|
-
* @param e - The content change event
|
|
76
|
-
*/
|
|
77
|
-
onContentChanged(e: ContentChange): void;
|
|
78
|
-
/**
|
|
79
|
-
* Gets the current content
|
|
80
|
-
* @returns The current editor content
|
|
81
|
-
*/
|
|
82
|
-
get getContent(): any;
|
|
83
|
-
/**
|
|
84
|
-
* Resets the editor content
|
|
85
|
-
*/
|
|
86
|
-
reset: () => void;
|
|
87
|
-
/**
|
|
88
|
-
* Adds keyboard bindings to the Quill editor instance
|
|
89
|
-
* @param quill - The Quill editor instance
|
|
90
|
-
*/
|
|
91
|
-
addBindingCreated(quill: any): void;
|
|
92
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RichTextEditorComponent, never>;
|
|
93
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RichTextEditorComponent, "rich-text-editor", never, { "enabled": { "alias": "enabled"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "form": { "alias": "form"; "required": false; }; "name": { "alias": "name"; "required": false; }; "content": { "alias": "content"; "required": false; }; }, { "contentChange": "contentChange"; }, never, never, true, never>;
|
|
94
|
-
}
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
import { ContentChange, QuillEditorComponent, QuillModules } from 'ngx-quill';
|
|
2
|
-
import { AbstractControl } from '@angular/forms';
|
|
3
|
-
import 'quill-mention';
|
|
4
|
-
import { InputBasicComponent } from '../input/input-basic.component';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
/**
|
|
7
|
-
* Rich text editor component that integrates with Angular Reactive Forms.
|
|
8
|
-
* Extends InputBasicComponent to provide form control functionality.
|
|
9
|
-
*
|
|
10
|
-
* @template TFormGroup - Type of the form group this component is part of
|
|
11
|
-
* @template TControl - Type of the control value
|
|
12
|
-
* @template TOption - Type of options for the component
|
|
13
|
-
*/
|
|
14
|
-
export declare class RichTextEditorRFComponent<TFormGroup extends {
|
|
15
|
-
[K in keyof TFormGroup]: AbstractControl<any, any>;
|
|
16
|
-
} = any, TControl = any, TOption = any> extends InputBasicComponent<TFormGroup, TControl, TOption> {
|
|
17
|
-
/**
|
|
18
|
-
* Handles content change events from the Quill editor.
|
|
19
|
-
*
|
|
20
|
-
* @param $event - The content change event from Quill
|
|
21
|
-
* @returns Result of the input service's onContentChanged method
|
|
22
|
-
*/
|
|
23
|
-
onContentChanged($event: ContentChange): void;
|
|
24
|
-
/** Reference to the Quill editor component */
|
|
25
|
-
editor: QuillEditorComponent;
|
|
26
|
-
/** Array of users for the mention functionality */
|
|
27
|
-
users: {
|
|
28
|
-
fullName: string;
|
|
29
|
-
userName: string;
|
|
30
|
-
code: string;
|
|
31
|
-
}[];
|
|
32
|
-
/** HTML string representation of the editor content */
|
|
33
|
-
htmlString: any;
|
|
34
|
-
/**
|
|
35
|
-
* Configuration for the Quill editor modules.
|
|
36
|
-
* Includes settings for resize, syntax highlighting, mentions, and toolbar options.
|
|
37
|
-
*/
|
|
38
|
-
modules: import("@angular/core").WritableSignal<QuillModules>;
|
|
39
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RichTextEditorRFComponent<any, any, any>, never>;
|
|
40
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RichTextEditorRFComponent<any, any, any>, "rich-text-editor-rf", never, {}, {}, never, never, true, never>;
|
|
41
|
-
}
|
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
import { BtnComponent } from '../btn/btn.component';
|
|
2
|
-
import { IBtn } from '../btn/btn.model';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
/**
|
|
5
|
-
* Component for displaying row action buttons in a grid or table.
|
|
6
|
-
* Supports horizontal or vertical layouts, and various action types like add, delete, clone, and save.
|
|
7
|
-
*/
|
|
8
|
-
export declare class RowActionsComponent {
|
|
9
|
-
/** Emits when the add button is clicked */
|
|
10
|
-
readonly clickedAdd: import("@angular/core").OutputEmitterRef<{
|
|
11
|
-
btn: BtnComponent;
|
|
12
|
-
}>;
|
|
13
|
-
/** Emits when the delete button is clicked */
|
|
14
|
-
readonly clickedDelete: import("@angular/core").OutputEmitterRef<{
|
|
15
|
-
btn: BtnComponent;
|
|
16
|
-
}>;
|
|
17
|
-
/** Emits when the clone button is clicked */
|
|
18
|
-
readonly clickedClone: import("@angular/core").OutputEmitterRef<{
|
|
19
|
-
btn: BtnComponent;
|
|
20
|
-
}>;
|
|
21
|
-
/** Emits when the save button is clicked */
|
|
22
|
-
readonly clickedSave: import("@angular/core").OutputEmitterRef<{
|
|
23
|
-
btn: BtnComponent;
|
|
24
|
-
}>;
|
|
25
|
-
/** Additional custom buttons to display */
|
|
26
|
-
readonly additionalBtns: import("@angular/core").InputSignal<IBtn[]>;
|
|
27
|
-
/** Map of action types to help text */
|
|
28
|
-
readonly helpMap: import("@angular/core").InputSignal<HelpMap>;
|
|
29
|
-
/** Whether to display buttons in mini mode */
|
|
30
|
-
readonly mini: import("@angular/core").InputSignal<boolean>;
|
|
31
|
-
/** Whether to show the action buttons */
|
|
32
|
-
readonly isShow: import("@angular/core").InputSignal<boolean>;
|
|
33
|
-
/** Signal tracking vertical layout state */
|
|
34
|
-
readonly isVertical: import("@angular/core").WritableSignal<boolean>;
|
|
35
|
-
/** Signal tracking horizontal layout state */
|
|
36
|
-
readonly isHorizontal: import("@angular/core").WritableSignal<boolean>;
|
|
37
|
-
set _isVertical(v: boolean);
|
|
38
|
-
set _isHorizontal(v: boolean);
|
|
39
|
-
/** Whether to show the save button */
|
|
40
|
-
readonly showSave: import("@angular/core").InputSignal<boolean>;
|
|
41
|
-
/** Whether to show the clone button */
|
|
42
|
-
readonly showClone: import("@angular/core").InputSignal<boolean>;
|
|
43
|
-
/** Default action buttons */
|
|
44
|
-
readonly btns: import("@angular/core").InputSignal<IBtn[]>;
|
|
45
|
-
/** Configuration for the save button */
|
|
46
|
-
protected saveBtn: IBtn;
|
|
47
|
-
/** Configuration for the clone button */
|
|
48
|
-
protected cloneBtn: IBtn;
|
|
49
|
-
/**
|
|
50
|
-
* Computed property that combines all buttons based on configuration
|
|
51
|
-
* Includes default buttons, conditional save/clone buttons, and any additional buttons
|
|
52
|
-
*/
|
|
53
|
-
readonly computedBtns: import("@angular/core").Signal<IBtn[]>;
|
|
54
|
-
/** Initializes the component with horizontal layout by default */
|
|
55
|
-
constructor();
|
|
56
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RowActionsComponent, never>;
|
|
57
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RowActionsComponent, "row-actions", never, { "additionalBtns": { "alias": "additionalBtns"; "required": false; "isSignal": true; }; "helpMap": { "alias": "helpMap"; "required": false; "isSignal": true; }; "mini": { "alias": "mini"; "required": false; "isSignal": true; }; "isShow": { "alias": "isShow"; "required": false; "isSignal": true; }; "_isVertical": { "alias": "isVertical"; "required": false; }; "_isHorizontal": { "alias": "isHorizontal"; "required": false; }; "showSave": { "alias": "showSave"; "required": false; "isSignal": true; }; "showClone": { "alias": "showClone"; "required": false; "isSignal": true; }; "btns": { "alias": "btns"; "required": false; "isSignal": true; }; }, { "clickedAdd": "clickedAdd"; "clickedDelete": "clickedDelete"; "clickedClone": "clickedClone"; "clickedSave": "clickedSave"; }, never, never, true, never>;
|
|
58
|
-
}
|
|
59
|
-
/**
|
|
60
|
-
* Enum defining the types of actions available in row actions
|
|
61
|
-
*/
|
|
62
|
-
declare enum EActionType {
|
|
63
|
-
add = "add",
|
|
64
|
-
delete = "delete",
|
|
65
|
-
clone = "clone",
|
|
66
|
-
save = "save"
|
|
67
|
-
}
|
|
68
|
-
/**
|
|
69
|
-
* Type defining a mapping between action types and their help text
|
|
70
|
-
*/
|
|
71
|
-
type HelpMap = {
|
|
72
|
-
[typ in EActionType]?: string;
|
|
73
|
-
};
|
|
74
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { RowActionsComponent as RowActionsModule } from './row-actions.component';
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { ElementRef, OnInit } from '@angular/core';
|
|
2
|
-
import { SVGIconType } from './svg-icon.model';
|
|
3
|
-
import { SvgIconService } from './svg-icon.service';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class SvgIconComponent implements OnInit {
|
|
6
|
-
svgIconS: SvgIconService;
|
|
7
|
-
class: string;
|
|
8
|
-
config: {
|
|
9
|
-
color: string;
|
|
10
|
-
onhover: string;
|
|
11
|
-
};
|
|
12
|
-
icon: string;
|
|
13
|
-
set _icon(v: SVGIconType);
|
|
14
|
-
iconRef: ElementRef<HTMLSpanElement>;
|
|
15
|
-
constructor(svgIconS: SvgIconService);
|
|
16
|
-
ngOnInit(): void;
|
|
17
|
-
ngAfterViewInit(): void;
|
|
18
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SvgIconComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SvgIconComponent, "svg-icon", never, { "class": { "alias": "class"; "required": false; }; "_icon": { "alias": "icon"; "required": false; }; }, {}, never, never, true, never>;
|
|
20
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export type SVGIconType = 'operations' | 'risk-modelling' | 'pricing' | 'valuation' | 'workflow' | 'finance' | 'report' | 'sales';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { SvgIconComponent as SvgIconModule } from './svg-icon.component';
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { SVGIconType } from './svg-icon.model';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class SvgIconService {
|
|
4
|
-
icons: Map<SVGIconType, string>;
|
|
5
|
-
constructor();
|
|
6
|
-
getSVG(icon: SVGIconType): {
|
|
7
|
-
icon: string;
|
|
8
|
-
};
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SvgIconService, never>;
|
|
10
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<SvgIconService>;
|
|
11
|
-
}
|