ngx-vector-components 4.70.0 → 4.70.1
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/CHANGELOG.md +1029 -1023
- package/README.md +35 -35
- package/assets/icons/chevron_down_icon.svg +3 -3
- package/assets/icons/home_menu_icon.svg +3 -3
- package/assets/icons/logout_icon.svg +9 -9
- package/assets/icons/menu_footer_icon.svg +3 -3
- package/assets/icons/menu_hamburguer_icon.svg +3 -3
- package/assets/icons/terms_of_use_icon.svg +9 -9
- package/assets/icons/vector_admin_icon.svg +4 -4
- package/assets/icons/vector_fintech_icon.svg +3 -3
- package/assets/icons/vector_logtech_icon.svg +6 -6
- package/assets/icons/vector_marketplace_icon.svg +3 -3
- package/assets/images/bunge_logo.svg +23 -23
- package/assets/images/cofco_logo.svg +117 -117
- package/assets/images/emote_bad.svg +6 -6
- package/assets/images/emote_cool.svg +5 -5
- package/assets/images/emote_nice.svg +5 -5
- package/assets/images/success_sign.svg +4 -4
- package/assets/images/vector-logo-horizontal-inverse-color.svg +13 -13
- package/assets/images/vector_logo_horizontal.svg +13 -13
- package/assets/images/warn_sign.svg +4 -4
- package/assets/styles/_fonts.scss +114 -114
- package/assets/styles/_mixins.scss +7 -7
- package/assets/styles/_primeng-custom-theme.scss +978 -978
- package/assets/styles/_spinner.scss +35 -35
- package/assets/styles/_styles.scss +115 -115
- package/assets/styles/_variables.scss +27 -27
- package/esm2020/lib/components/badge/badge.component.mjs +39 -39
- package/esm2020/lib/components/badge/badge.module.mjs +19 -19
- package/esm2020/lib/components/badge/index.mjs +3 -3
- package/esm2020/lib/components/breadcrumb/breadcrumb.component.mjs +66 -66
- package/esm2020/lib/components/breadcrumb/breadcrumb.module.mjs +18 -18
- package/esm2020/lib/components/breadcrumb/index.mjs +3 -3
- package/esm2020/lib/components/crud-base/crud-base.component.mjs +47 -47
- package/esm2020/lib/components/crud-base/index.mjs +2 -2
- package/esm2020/lib/components/crud-footer/crud-footer.component.mjs +32 -32
- package/esm2020/lib/components/crud-footer/crud-footer.module.mjs +20 -20
- package/esm2020/lib/components/crud-footer/index.mjs +3 -3
- package/esm2020/lib/components/crud-header/crud-header.component.mjs +30 -30
- package/esm2020/lib/components/crud-header/crud-header.module.mjs +19 -19
- package/esm2020/lib/components/crud-header/index.mjs +3 -3
- package/esm2020/lib/components/crud-history/crud-history.component.mjs +82 -82
- package/esm2020/lib/components/crud-history/crud-history.module.mjs +20 -20
- package/esm2020/lib/components/crud-history/index.mjs +3 -3
- package/esm2020/lib/components/fields/button/button.component.mjs +41 -41
- package/esm2020/lib/components/fields/button/index.mjs +2 -2
- package/esm2020/lib/components/fields/calendar-field/calendar-field.component.mjs +74 -74
- package/esm2020/lib/components/fields/calendar-field/index.mjs +2 -2
- package/esm2020/lib/components/fields/checkbox-field/checkbox-field.component.mjs +46 -46
- package/esm2020/lib/components/fields/checkbox-field/index.mjs +2 -2
- package/esm2020/lib/components/fields/currency-field/currency-field.component.mjs +95 -95
- package/esm2020/lib/components/fields/currency-field/index.mjs +2 -2
- package/esm2020/lib/components/fields/data-table/data-table.component.mjs +382 -382
- package/esm2020/lib/components/fields/data-table/index.mjs +2 -2
- package/esm2020/lib/components/fields/dropdown-field/dropdown-field.component.mjs +197 -197
- package/esm2020/lib/components/fields/dropdown-field/index.mjs +2 -2
- package/esm2020/lib/components/fields/field-error-message/field-error-message.component.mjs +30 -30
- package/esm2020/lib/components/fields/field-error-message/index.mjs +2 -2
- package/esm2020/lib/components/fields/fields.module.mjs +213 -213
- package/esm2020/lib/components/fields/filters/filters.component.mjs +203 -203
- package/esm2020/lib/components/fields/filters/index.mjs +2 -2
- package/esm2020/lib/components/fields/index.mjs +19 -19
- package/esm2020/lib/components/fields/input-number-field/index.mjs +2 -2
- package/esm2020/lib/components/fields/input-number-field/input-number-field.component.mjs +85 -85
- package/esm2020/lib/components/fields/multiselect-field/index.mjs +2 -2
- package/esm2020/lib/components/fields/multiselect-field/multiselect-field.component.mjs +47 -47
- package/esm2020/lib/components/fields/percentage-field/index.mjs +2 -2
- package/esm2020/lib/components/fields/percentage-field/percentage-field.component.mjs +42 -42
- package/esm2020/lib/components/fields/radio-button-field/index.mjs +2 -2
- package/esm2020/lib/components/fields/radio-button-field/radio-button-field.component.mjs +48 -48
- package/esm2020/lib/components/fields/range-value/index.mjs +2 -2
- package/esm2020/lib/components/fields/range-value/range-value.component.mjs +72 -72
- package/esm2020/lib/components/fields/search-field/index.mjs +2 -2
- package/esm2020/lib/components/fields/search-field/search-field.component.mjs +33 -33
- package/esm2020/lib/components/fields/select-button-field/index.mjs +2 -2
- package/esm2020/lib/components/fields/select-button-field/select-button-field.component.mjs +20 -20
- package/esm2020/lib/components/fields/text-field/index.mjs +2 -2
- package/esm2020/lib/components/fields/text-field/text-field.component.mjs +217 -217
- package/esm2020/lib/components/fields/textarea-field/index.mjs +2 -2
- package/esm2020/lib/components/fields/textarea-field/textarea-field.component.mjs +81 -81
- package/esm2020/lib/components/generic-error-modal/generic-error-modal.component.mjs +30 -30
- package/esm2020/lib/components/generic-error-modal/generic-error-modal.module.mjs +20 -20
- package/esm2020/lib/components/generic-error-modal/index.mjs +3 -3
- package/esm2020/lib/components/generic-modal/generic-modal.component.mjs +66 -66
- package/esm2020/lib/components/generic-modal/generic-modal.module.mjs +20 -20
- package/esm2020/lib/components/generic-modal/index.mjs +3 -3
- package/esm2020/lib/components/index.mjs +14 -14
- package/esm2020/lib/components/menu/index.mjs +4 -4
- package/esm2020/lib/components/menu/menu.component.mjs +305 -305
- package/esm2020/lib/components/menu/menu.module.mjs +20 -20
- package/esm2020/lib/components/menu/sub-menus-list/sub-menus-list.component.mjs +42 -42
- package/esm2020/lib/components/panel/index.mjs +3 -3
- package/esm2020/lib/components/panel/panel.component.mjs +15 -15
- package/esm2020/lib/components/panel/panel.module.mjs +19 -19
- package/esm2020/lib/components/score/index.mjs +3 -3
- package/esm2020/lib/components/score/score.component.mjs +17 -17
- package/esm2020/lib/components/score/score.module.mjs +16 -16
- package/esm2020/lib/components/top-bar/index.mjs +3 -3
- package/esm2020/lib/components/top-bar/top-bar.component.mjs +120 -114
- package/esm2020/lib/components/top-bar/top-bar.module.mjs +20 -20
- package/esm2020/lib/guards/crud-list-has-items.guard.mjs +22 -22
- package/esm2020/lib/guards/get-token-by-guid.guard.mjs +54 -54
- package/esm2020/lib/guards/has-permission.guard.mjs +27 -27
- package/esm2020/lib/guards/index.mjs +6 -6
- package/esm2020/lib/guards/role.guard.mjs +24 -24
- package/esm2020/lib/guards/token-is-present.guard.mjs +26 -26
- package/esm2020/lib/interceptors/http-interceptor.mjs +183 -183
- package/esm2020/lib/interceptors/index.mjs +2 -2
- package/esm2020/lib/models/app-name.enum.mjs +10 -10
- package/esm2020/lib/models/boolean-type.enum.mjs +6 -6
- package/esm2020/lib/models/crud-history.model.mjs +3 -3
- package/esm2020/lib/models/crud-mode.enum.mjs +7 -7
- package/esm2020/lib/models/currency.enum.mjs +7 -7
- package/esm2020/lib/models/data-table.model.mjs +23 -23
- package/esm2020/lib/models/document-type.enum.mjs +6 -6
- package/esm2020/lib/models/filters.model.mjs +2 -2
- package/esm2020/lib/models/generic-modal.model.mjs +2 -2
- package/esm2020/lib/models/http-response.model.mjs +2 -2
- package/esm2020/lib/models/index.mjs +18 -18
- package/esm2020/lib/models/ip-info.enum.mjs +2 -2
- package/esm2020/lib/models/list-item.model.mjs +2 -2
- package/esm2020/lib/models/locale.enum.mjs +7 -7
- package/esm2020/lib/models/menu-item.model.mjs +2 -2
- package/esm2020/lib/models/message-status.enum.mjs +8 -8
- package/esm2020/lib/models/profile.model.mjs +237 -237
- package/esm2020/lib/models/role.enum.mjs +5 -5
- package/esm2020/lib/models/status.enum.mjs +8 -8
- package/esm2020/lib/models/vector-app.model.mjs +2 -2
- package/esm2020/lib/models/vector-notification.model.mjs +2 -2
- package/esm2020/lib/models/view.enum.mjs +7 -7
- package/esm2020/lib/pipes/currency-brl.pipe.mjs +18 -18
- package/esm2020/lib/pipes/format-document.pipe.mjs +17 -17
- package/esm2020/lib/pipes/index.mjs +9 -9
- package/esm2020/lib/pipes/mask.pipe.mjs +21 -21
- package/esm2020/lib/pipes/not-hidden.pipe.mjs +16 -16
- package/esm2020/lib/pipes/only-active.pipe.mjs +16 -16
- package/esm2020/lib/pipes/pipes.module.mjs +50 -50
- package/esm2020/lib/pipes/remove-last-child.pipe.mjs +18 -18
- package/esm2020/lib/pipes/unread-notifications.pipe.mjs +15 -15
- package/esm2020/lib/resolvers/get-selected-crud-item.resolver.mjs +28 -28
- package/esm2020/lib/resolvers/index.mjs +2 -2
- package/esm2020/lib/services/auth.service.mjs +77 -77
- package/esm2020/lib/services/base-dropdown.mjs +2 -2
- package/esm2020/lib/services/crud-base.service.mjs +14 -14
- package/esm2020/lib/services/enum.service.mjs +43 -43
- package/esm2020/lib/services/error-message.service.mjs +16 -16
- package/esm2020/lib/services/geolocation.service.mjs +23 -23
- package/esm2020/lib/services/index.mjs +13 -13
- package/esm2020/lib/services/loading.service.mjs +15 -15
- package/esm2020/lib/services/menu.service.mjs +152 -152
- package/esm2020/lib/services/modal.service.mjs +15 -15
- package/esm2020/lib/services/notifications.service.mjs +64 -64
- package/esm2020/lib/services/profile.service.mjs +100 -100
- package/esm2020/lib/services/storage.service.mjs +108 -108
- package/esm2020/lib/shared/shared.module.mjs +19 -19
- package/esm2020/lib/utils/cpf-cnpj-validator.util.mjs +116 -116
- package/esm2020/lib/utils/file.util.mjs +15 -15
- package/esm2020/lib/utils/index.mjs +8 -8
- package/esm2020/lib/utils/mask.util.mjs +76 -76
- package/esm2020/lib/utils/object.util.mjs +27 -27
- package/esm2020/lib/utils/string.util.mjs +16 -16
- package/esm2020/lib/utils/validation.util.mjs +234 -234
- package/esm2020/lib/utils/window.util.mjs +9 -9
- package/esm2020/ngx-vector-components.mjs +4 -4
- package/esm2020/public-api.mjs +9 -9
- package/fesm2015/ngx-vector-components.mjs +4465 -4459
- package/fesm2015/ngx-vector-components.mjs.map +1 -1
- package/fesm2020/ngx-vector-components.mjs +4443 -4437
- package/fesm2020/ngx-vector-components.mjs.map +1 -1
- package/lib/components/badge/badge.component.d.ts +15 -15
- package/lib/components/badge/badge.module.d.ts +9 -9
- package/lib/components/badge/index.d.ts +2 -2
- package/lib/components/breadcrumb/breadcrumb.component.d.ts +19 -19
- package/lib/components/breadcrumb/breadcrumb.module.d.ts +8 -8
- package/lib/components/breadcrumb/index.d.ts +2 -2
- package/lib/components/crud-base/crud-base.component.d.ts +20 -20
- package/lib/components/crud-base/index.d.ts +1 -1
- package/lib/components/crud-footer/crud-footer.component.d.ts +13 -13
- package/lib/components/crud-footer/crud-footer.module.d.ts +10 -10
- package/lib/components/crud-footer/index.d.ts +2 -2
- package/lib/components/crud-header/crud-header.component.d.ts +11 -11
- package/lib/components/crud-header/crud-header.module.d.ts +9 -9
- package/lib/components/crud-header/index.d.ts +2 -2
- package/lib/components/crud-history/crud-history.component.d.ts +12 -12
- package/lib/components/crud-history/crud-history.module.d.ts +10 -10
- package/lib/components/crud-history/index.d.ts +2 -2
- package/lib/components/fields/button/button.component.d.ts +17 -17
- package/lib/components/fields/button/index.d.ts +1 -1
- package/lib/components/fields/calendar-field/calendar-field.component.d.ts +23 -23
- package/lib/components/fields/calendar-field/index.d.ts +1 -1
- package/lib/components/fields/checkbox-field/checkbox-field.component.d.ts +19 -19
- package/lib/components/fields/checkbox-field/index.d.ts +1 -1
- package/lib/components/fields/currency-field/currency-field.component.d.ts +31 -31
- package/lib/components/fields/currency-field/index.d.ts +1 -1
- package/lib/components/fields/data-table/data-table.component.d.ts +81 -81
- package/lib/components/fields/data-table/index.d.ts +1 -1
- package/lib/components/fields/dropdown-field/dropdown-field.component.d.ts +50 -50
- package/lib/components/fields/dropdown-field/index.d.ts +1 -1
- package/lib/components/fields/field-error-message/field-error-message.component.d.ts +10 -10
- package/lib/components/fields/field-error-message/index.d.ts +1 -1
- package/lib/components/fields/fields.module.d.ts +48 -48
- package/lib/components/fields/filters/filters.component.d.ts +62 -62
- package/lib/components/fields/filters/index.d.ts +1 -1
- package/lib/components/fields/index.d.ts +18 -18
- package/lib/components/fields/input-number-field/index.d.ts +1 -1
- package/lib/components/fields/input-number-field/input-number-field.component.d.ts +28 -28
- package/lib/components/fields/multiselect-field/index.d.ts +1 -1
- package/lib/components/fields/multiselect-field/multiselect-field.component.d.ts +15 -15
- package/lib/components/fields/percentage-field/index.d.ts +1 -1
- package/lib/components/fields/percentage-field/percentage-field.component.d.ts +16 -16
- package/lib/components/fields/radio-button-field/index.d.ts +1 -1
- package/lib/components/fields/radio-button-field/radio-button-field.component.d.ts +25 -25
- package/lib/components/fields/range-value/index.d.ts +1 -1
- package/lib/components/fields/range-value/range-value.component.d.ts +18 -18
- package/lib/components/fields/search-field/index.d.ts +1 -1
- package/lib/components/fields/search-field/search-field.component.d.ts +14 -14
- package/lib/components/fields/select-button-field/index.d.ts +1 -1
- package/lib/components/fields/select-button-field/select-button-field.component.d.ts +9 -9
- package/lib/components/fields/text-field/index.d.ts +1 -1
- package/lib/components/fields/text-field/text-field.component.d.ts +50 -50
- package/lib/components/fields/textarea-field/index.d.ts +1 -1
- package/lib/components/fields/textarea-field/textarea-field.component.d.ts +22 -22
- package/lib/components/generic-error-modal/generic-error-modal.component.d.ts +14 -14
- package/lib/components/generic-error-modal/generic-error-modal.module.d.ts +10 -10
- package/lib/components/generic-error-modal/index.d.ts +2 -2
- package/lib/components/generic-modal/generic-modal.component.d.ts +24 -24
- package/lib/components/generic-modal/generic-modal.module.d.ts +10 -10
- package/lib/components/generic-modal/index.d.ts +2 -2
- package/lib/components/index.d.ts +13 -13
- package/lib/components/menu/index.d.ts +3 -3
- package/lib/components/menu/menu.component.d.ts +53 -53
- package/lib/components/menu/menu.module.d.ts +10 -10
- package/lib/components/menu/sub-menus-list/sub-menus-list.component.d.ts +14 -14
- package/lib/components/panel/index.d.ts +2 -2
- package/lib/components/panel/panel.component.d.ts +8 -8
- package/lib/components/panel/panel.module.d.ts +9 -9
- package/lib/components/score/index.d.ts +2 -2
- package/lib/components/score/score.component.d.ts +9 -9
- package/lib/components/score/score.module.d.ts +7 -7
- package/lib/components/top-bar/index.d.ts +2 -2
- package/lib/components/top-bar/top-bar.component.d.ts +46 -44
- package/lib/components/top-bar/top-bar.module.d.ts +10 -10
- package/lib/guards/crud-list-has-items.guard.d.ts +10 -10
- package/lib/guards/get-token-by-guid.guard.d.ts +15 -15
- package/lib/guards/has-permission.guard.d.ts +13 -13
- package/lib/guards/index.d.ts +5 -5
- package/lib/guards/role.guard.d.ts +11 -11
- package/lib/guards/token-is-present.guard.d.ts +11 -11
- package/lib/interceptors/http-interceptor.d.ts +31 -31
- package/lib/interceptors/index.d.ts +1 -1
- package/lib/models/app-name.enum.d.ts +8 -8
- package/lib/models/boolean-type.enum.d.ts +4 -4
- package/lib/models/crud-history.model.d.ts +13 -13
- package/lib/models/crud-mode.enum.d.ts +5 -5
- package/lib/models/currency.enum.d.ts +5 -5
- package/lib/models/data-table.model.d.ts +65 -65
- package/lib/models/document-type.enum.d.ts +4 -4
- package/lib/models/filters.model.d.ts +4 -4
- package/lib/models/generic-modal.model.d.ts +13 -13
- package/lib/models/http-response.model.d.ts +40 -40
- package/lib/models/index.d.ts +17 -17
- package/lib/models/ip-info.enum.d.ts +6 -6
- package/lib/models/list-item.model.d.ts +6 -6
- package/lib/models/locale.enum.d.ts +5 -5
- package/lib/models/menu-item.model.d.ts +16 -16
- package/lib/models/message-status.enum.d.ts +6 -6
- package/lib/models/profile.model.d.ts +258 -258
- package/lib/models/role.enum.d.ts +3 -3
- package/lib/models/status.enum.d.ts +6 -6
- package/lib/models/vector-app.model.d.ts +9 -9
- package/lib/models/vector-notification.model.d.ts +8 -7
- package/lib/models/view.enum.d.ts +5 -5
- package/lib/pipes/currency-brl.pipe.d.ts +7 -7
- package/lib/pipes/format-document.pipe.d.ts +7 -7
- package/lib/pipes/index.d.ts +8 -8
- package/lib/pipes/mask.pipe.d.ts +7 -7
- package/lib/pipes/not-hidden.pipe.d.ts +7 -7
- package/lib/pipes/only-active.pipe.d.ts +7 -7
- package/lib/pipes/pipes.module.d.ts +13 -13
- package/lib/pipes/remove-last-child.pipe.d.ts +7 -7
- package/lib/pipes/unread-notifications.pipe.d.ts +9 -9
- package/lib/resolvers/get-selected-crud-item.resolver.d.ts +10 -10
- package/lib/resolvers/index.d.ts +1 -1
- package/lib/services/auth.service.d.ts +24 -24
- package/lib/services/base-dropdown.d.ts +7 -7
- package/lib/services/crud-base.service.d.ts +7 -7
- package/lib/services/enum.service.d.ts +13 -13
- package/lib/services/error-message.service.d.ts +8 -8
- package/lib/services/geolocation.service.d.ts +13 -13
- package/lib/services/index.d.ts +12 -12
- package/lib/services/loading.service.d.ts +7 -7
- package/lib/services/menu.service.d.ts +35 -35
- package/lib/services/modal.service.d.ts +7 -7
- package/lib/services/notifications.service.d.ts +13 -13
- package/lib/services/profile.service.d.ts +26 -26
- package/lib/services/storage.service.d.ts +43 -43
- package/lib/shared/shared.module.d.ts +10 -10
- package/lib/utils/cpf-cnpj-validator.util.d.ts +5 -5
- package/lib/utils/file.util.d.ts +4 -4
- package/lib/utils/index.d.ts +7 -7
- package/lib/utils/mask.util.d.ts +21 -21
- package/lib/utils/object.util.d.ts +5 -5
- package/lib/utils/string.util.d.ts +4 -4
- package/lib/utils/validation.util.d.ts +17 -17
- package/lib/utils/window.util.d.ts +4 -4
- package/ngx-vector-components.d.ts +5 -5
- package/package.json +1 -1
- package/public-api.d.ts +8 -8
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './multiselect-field.component';
|
|
1
|
+
export * from './multiselect-field.component';
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { ListItem } from '../../../models';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class MultiselectFieldComponent {
|
|
5
|
-
isRequired: boolean;
|
|
6
|
-
control: any;
|
|
7
|
-
label: string;
|
|
8
|
-
options: ListItem[];
|
|
9
|
-
filter: boolean;
|
|
10
|
-
onChange: EventEmitter<any>;
|
|
11
|
-
get placeholder(): string;
|
|
12
|
-
fieldErrorLabel(): string;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MultiselectFieldComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MultiselectFieldComponent, "vector-multiselect-field", never, { "isRequired": "isRequired"; "control": "control"; "label": "label"; "options": "options"; "filter": "filter"; }, { "onChange": "onChange"; }, never, never>;
|
|
15
|
-
}
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { ListItem } from '../../../models';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class MultiselectFieldComponent {
|
|
5
|
+
isRequired: boolean;
|
|
6
|
+
control: any;
|
|
7
|
+
label: string;
|
|
8
|
+
options: ListItem[];
|
|
9
|
+
filter: boolean;
|
|
10
|
+
onChange: EventEmitter<any>;
|
|
11
|
+
get placeholder(): string;
|
|
12
|
+
fieldErrorLabel(): string;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MultiselectFieldComponent, never>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MultiselectFieldComponent, "vector-multiselect-field", never, { "isRequired": "isRequired"; "control": "control"; "label": "label"; "options": "options"; "filter": "filter"; }, { "onChange": "onChange"; }, never, never>;
|
|
15
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './percentage-field.component';
|
|
1
|
+
export * from './percentage-field.component';
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class PercentageFieldComponent {
|
|
4
|
-
control: any;
|
|
5
|
-
min: number;
|
|
6
|
-
max: number;
|
|
7
|
-
minFractionDigits: number;
|
|
8
|
-
maxFractionDigits: number;
|
|
9
|
-
step: number;
|
|
10
|
-
blurEvent: EventEmitter<any>;
|
|
11
|
-
enterKeyPress: EventEmitter<any>;
|
|
12
|
-
focusEvent: EventEmitter<any>;
|
|
13
|
-
readonly percentageRegex = "^(100(\\.0{1,2})?|[1-9]?\\d(\\.\\d{1,2})?)$";
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PercentageFieldComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PercentageFieldComponent, "vector-percentage-field", never, { "control": "control"; "min": "min"; "max": "max"; "minFractionDigits": "minFractionDigits"; "maxFractionDigits": "maxFractionDigits"; "step": "step"; }, { "blurEvent": "blurEvent"; "enterKeyPress": "enterKeyPress"; "focusEvent": "focusEvent"; }, never, never>;
|
|
16
|
-
}
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class PercentageFieldComponent {
|
|
4
|
+
control: any;
|
|
5
|
+
min: number;
|
|
6
|
+
max: number;
|
|
7
|
+
minFractionDigits: number;
|
|
8
|
+
maxFractionDigits: number;
|
|
9
|
+
step: number;
|
|
10
|
+
blurEvent: EventEmitter<any>;
|
|
11
|
+
enterKeyPress: EventEmitter<any>;
|
|
12
|
+
focusEvent: EventEmitter<any>;
|
|
13
|
+
readonly percentageRegex = "^(100(\\.0{1,2})?|[1-9]?\\d(\\.\\d{1,2})?)$";
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PercentageFieldComponent, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PercentageFieldComponent, "vector-percentage-field", never, { "control": "control"; "min": "min"; "max": "max"; "minFractionDigits": "minFractionDigits"; "maxFractionDigits": "maxFractionDigits"; "step": "step"; }, { "blurEvent": "blurEvent"; "enterKeyPress": "enterKeyPress"; "focusEvent": "focusEvent"; }, never, never>;
|
|
16
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './radio-button-field.component';
|
|
1
|
+
export * from './radio-button-field.component';
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { TranslateService } from '@ngx-translate/core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare type RadioButtonOption = {
|
|
5
|
-
label: string;
|
|
6
|
-
value: string;
|
|
7
|
-
};
|
|
8
|
-
export declare class RadioButtonFieldComponent implements OnInit {
|
|
9
|
-
private translateService;
|
|
10
|
-
groupName: string;
|
|
11
|
-
options: RadioButtonOption[];
|
|
12
|
-
control: any;
|
|
13
|
-
layout: 'vertical' | 'horizontal';
|
|
14
|
-
justifySpaceBetween: boolean;
|
|
15
|
-
constructor(translateService: TranslateService);
|
|
16
|
-
ngOnInit(): void;
|
|
17
|
-
get layoutClass(): {
|
|
18
|
-
horizontal: boolean;
|
|
19
|
-
vertical: boolean;
|
|
20
|
-
};
|
|
21
|
-
private getYesLabel;
|
|
22
|
-
private getNoLabel;
|
|
23
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RadioButtonFieldComponent, never>;
|
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RadioButtonFieldComponent, "vector-radio-button-field", never, { "groupName": "groupName"; "options": "options"; "control": "control"; "layout": "layout"; "justifySpaceBetween": "justifySpaceBetween"; }, {}, never, never>;
|
|
25
|
-
}
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { TranslateService } from '@ngx-translate/core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare type RadioButtonOption = {
|
|
5
|
+
label: string;
|
|
6
|
+
value: string;
|
|
7
|
+
};
|
|
8
|
+
export declare class RadioButtonFieldComponent implements OnInit {
|
|
9
|
+
private translateService;
|
|
10
|
+
groupName: string;
|
|
11
|
+
options: RadioButtonOption[];
|
|
12
|
+
control: any;
|
|
13
|
+
layout: 'vertical' | 'horizontal';
|
|
14
|
+
justifySpaceBetween: boolean;
|
|
15
|
+
constructor(translateService: TranslateService);
|
|
16
|
+
ngOnInit(): void;
|
|
17
|
+
get layoutClass(): {
|
|
18
|
+
horizontal: boolean;
|
|
19
|
+
vertical: boolean;
|
|
20
|
+
};
|
|
21
|
+
private getYesLabel;
|
|
22
|
+
private getNoLabel;
|
|
23
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RadioButtonFieldComponent, never>;
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RadioButtonFieldComponent, "vector-radio-button-field", never, { "groupName": "groupName"; "options": "options"; "control": "control"; "layout": "layout"; "justifySpaceBetween": "justifySpaceBetween"; }, {}, never, never>;
|
|
25
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './range-value.component';
|
|
1
|
+
export * from './range-value.component';
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class RangeValueComponent implements OnInit {
|
|
4
|
-
value: number;
|
|
5
|
-
movimentedValue: number | null;
|
|
6
|
-
min: number;
|
|
7
|
-
max: number;
|
|
8
|
-
disabled: boolean;
|
|
9
|
-
valueChange: EventEmitter<number>;
|
|
10
|
-
constructor();
|
|
11
|
-
ngOnInit(): void;
|
|
12
|
-
changeValue(): void;
|
|
13
|
-
getMovimentedValue(): number;
|
|
14
|
-
increment(): void;
|
|
15
|
-
decrement(): void;
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RangeValueComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RangeValueComponent, "vector-range-value", never, { "value": "value"; "movimentedValue": "movimentedValue"; "min": "min"; "max": "max"; "disabled": "disabled"; }, { "valueChange": "valueChange"; }, never, never>;
|
|
18
|
-
}
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class RangeValueComponent implements OnInit {
|
|
4
|
+
value: number;
|
|
5
|
+
movimentedValue: number | null;
|
|
6
|
+
min: number;
|
|
7
|
+
max: number;
|
|
8
|
+
disabled: boolean;
|
|
9
|
+
valueChange: EventEmitter<number>;
|
|
10
|
+
constructor();
|
|
11
|
+
ngOnInit(): void;
|
|
12
|
+
changeValue(): void;
|
|
13
|
+
getMovimentedValue(): number;
|
|
14
|
+
increment(): void;
|
|
15
|
+
decrement(): void;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RangeValueComponent, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RangeValueComponent, "vector-range-value", never, { "value": "value"; "movimentedValue": "movimentedValue"; "min": "min"; "max": "max"; "disabled": "disabled"; }, { "valueChange": "valueChange"; }, never, never>;
|
|
18
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './search-field.component';
|
|
1
|
+
export * from './search-field.component';
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { FormControl } from '@angular/forms';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class SearchFieldComponent implements OnInit, OnDestroy {
|
|
5
|
-
placeholder: string;
|
|
6
|
-
onSearch: EventEmitter<string>;
|
|
7
|
-
formControl: FormControl;
|
|
8
|
-
private subscription;
|
|
9
|
-
constructor();
|
|
10
|
-
ngOnInit(): void;
|
|
11
|
-
ngOnDestroy(): void;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SearchFieldComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SearchFieldComponent, "vector-search-field", never, { "placeholder": "placeholder"; }, { "onSearch": "onSearch"; }, never, never>;
|
|
14
|
-
}
|
|
1
|
+
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { FormControl } from '@angular/forms';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class SearchFieldComponent implements OnInit, OnDestroy {
|
|
5
|
+
placeholder: string;
|
|
6
|
+
onSearch: EventEmitter<string>;
|
|
7
|
+
formControl: FormControl;
|
|
8
|
+
private subscription;
|
|
9
|
+
constructor();
|
|
10
|
+
ngOnInit(): void;
|
|
11
|
+
ngOnDestroy(): void;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SearchFieldComponent, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SearchFieldComponent, "vector-search-field", never, { "placeholder": "placeholder"; }, { "onSearch": "onSearch"; }, never, never>;
|
|
14
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './select-button-field.component';
|
|
1
|
+
export * from './select-button-field.component';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { ListItem } from '../../../models';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class SelectButtonFieldComponent {
|
|
4
|
-
options: ListItem[];
|
|
5
|
-
control: any;
|
|
6
|
-
constructor();
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SelectButtonFieldComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SelectButtonFieldComponent, "vector-select-button-field", never, { "options": "options"; "control": "control"; }, {}, never, never>;
|
|
9
|
-
}
|
|
1
|
+
import { ListItem } from '../../../models';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class SelectButtonFieldComponent {
|
|
4
|
+
options: ListItem[];
|
|
5
|
+
control: any;
|
|
6
|
+
constructor();
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SelectButtonFieldComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SelectButtonFieldComponent, "vector-select-button-field", never, { "options": "options"; "control": "control"; }, {}, never, never>;
|
|
9
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './text-field.component';
|
|
1
|
+
export * from './text-field.component';
|
|
@@ -1,50 +1,50 @@
|
|
|
1
|
-
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { ListItem } from '../../../models';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class TextFieldComponent implements OnInit, OnDestroy {
|
|
5
|
-
isRequired: boolean;
|
|
6
|
-
label: string;
|
|
7
|
-
maxlength: string;
|
|
8
|
-
isPassword: boolean;
|
|
9
|
-
numeric: boolean;
|
|
10
|
-
decimal: boolean;
|
|
11
|
-
onlyText: boolean;
|
|
12
|
-
alphaNumeric: boolean;
|
|
13
|
-
alphaNumericAndWhitespace: boolean;
|
|
14
|
-
mask?: string;
|
|
15
|
-
autoClear: boolean;
|
|
16
|
-
rightIcon: string;
|
|
17
|
-
centered: boolean;
|
|
18
|
-
enableDocumentTypeChoice: boolean;
|
|
19
|
-
hiddenErrorMessage: boolean;
|
|
20
|
-
leftLabel?: string;
|
|
21
|
-
set control(_control: any);
|
|
22
|
-
blurEvent: EventEmitter<any>;
|
|
23
|
-
enterKeyPress: EventEmitter<any>;
|
|
24
|
-
focusEvent: EventEmitter<any>;
|
|
25
|
-
onDocumentTypeChange: EventEmitter<ListItem>;
|
|
26
|
-
isPasswordVisible: boolean;
|
|
27
|
-
validateOnly: boolean;
|
|
28
|
-
get placeholder(): string;
|
|
29
|
-
get keyfilter(): RegExp | "int" | "alphanum";
|
|
30
|
-
get control(): any;
|
|
31
|
-
get showPasswordIcon(): "fas fa-eye" | "fas fa-eye-slash";
|
|
32
|
-
documentTypes: ListItem[];
|
|
33
|
-
selectedDocumentType: ListItem;
|
|
34
|
-
private lastBlurValue;
|
|
35
|
-
private lastTypedValue;
|
|
36
|
-
private subscription;
|
|
37
|
-
private controlSubscription;
|
|
38
|
-
private _control;
|
|
39
|
-
ngOnInit(): void;
|
|
40
|
-
ngOnDestroy(): void;
|
|
41
|
-
onBlur(): void;
|
|
42
|
-
onEnterPress(): void;
|
|
43
|
-
onFocus($event: Event): void;
|
|
44
|
-
toggleShowPassword(): void;
|
|
45
|
-
handleDocumentTypeChange(): void;
|
|
46
|
-
private handleInitialDocumentTypeState;
|
|
47
|
-
private setDocumentType;
|
|
48
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TextFieldComponent, never>;
|
|
49
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TextFieldComponent, "vector-text-field", never, { "isRequired": "isRequired"; "label": "label"; "maxlength": "maxlength"; "isPassword": "isPassword"; "numeric": "numeric"; "decimal": "decimal"; "onlyText": "onlyText"; "alphaNumeric": "alphaNumeric"; "alphaNumericAndWhitespace": "alphaNumericAndWhitespace"; "mask": "mask"; "autoClear": "autoClear"; "rightIcon": "rightIcon"; "centered": "centered"; "enableDocumentTypeChoice": "enableDocumentTypeChoice"; "hiddenErrorMessage": "hiddenErrorMessage"; "leftLabel": "leftLabel"; "control": "control"; }, { "blurEvent": "blurEvent"; "enterKeyPress": "enterKeyPress"; "focusEvent": "focusEvent"; "onDocumentTypeChange": "onDocumentTypeChange"; }, never, never>;
|
|
50
|
-
}
|
|
1
|
+
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { ListItem } from '../../../models';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class TextFieldComponent implements OnInit, OnDestroy {
|
|
5
|
+
isRequired: boolean;
|
|
6
|
+
label: string;
|
|
7
|
+
maxlength: string;
|
|
8
|
+
isPassword: boolean;
|
|
9
|
+
numeric: boolean;
|
|
10
|
+
decimal: boolean;
|
|
11
|
+
onlyText: boolean;
|
|
12
|
+
alphaNumeric: boolean;
|
|
13
|
+
alphaNumericAndWhitespace: boolean;
|
|
14
|
+
mask?: string;
|
|
15
|
+
autoClear: boolean;
|
|
16
|
+
rightIcon: string;
|
|
17
|
+
centered: boolean;
|
|
18
|
+
enableDocumentTypeChoice: boolean;
|
|
19
|
+
hiddenErrorMessage: boolean;
|
|
20
|
+
leftLabel?: string;
|
|
21
|
+
set control(_control: any);
|
|
22
|
+
blurEvent: EventEmitter<any>;
|
|
23
|
+
enterKeyPress: EventEmitter<any>;
|
|
24
|
+
focusEvent: EventEmitter<any>;
|
|
25
|
+
onDocumentTypeChange: EventEmitter<ListItem>;
|
|
26
|
+
isPasswordVisible: boolean;
|
|
27
|
+
validateOnly: boolean;
|
|
28
|
+
get placeholder(): string;
|
|
29
|
+
get keyfilter(): RegExp | "int" | "alphanum";
|
|
30
|
+
get control(): any;
|
|
31
|
+
get showPasswordIcon(): "fas fa-eye" | "fas fa-eye-slash";
|
|
32
|
+
documentTypes: ListItem[];
|
|
33
|
+
selectedDocumentType: ListItem;
|
|
34
|
+
private lastBlurValue;
|
|
35
|
+
private lastTypedValue;
|
|
36
|
+
private subscription;
|
|
37
|
+
private controlSubscription;
|
|
38
|
+
private _control;
|
|
39
|
+
ngOnInit(): void;
|
|
40
|
+
ngOnDestroy(): void;
|
|
41
|
+
onBlur(): void;
|
|
42
|
+
onEnterPress(): void;
|
|
43
|
+
onFocus($event: Event): void;
|
|
44
|
+
toggleShowPassword(): void;
|
|
45
|
+
handleDocumentTypeChange(): void;
|
|
46
|
+
private handleInitialDocumentTypeState;
|
|
47
|
+
private setDocumentType;
|
|
48
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TextFieldComponent, never>;
|
|
49
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TextFieldComponent, "vector-text-field", never, { "isRequired": "isRequired"; "label": "label"; "maxlength": "maxlength"; "isPassword": "isPassword"; "numeric": "numeric"; "decimal": "decimal"; "onlyText": "onlyText"; "alphaNumeric": "alphaNumeric"; "alphaNumericAndWhitespace": "alphaNumericAndWhitespace"; "mask": "mask"; "autoClear": "autoClear"; "rightIcon": "rightIcon"; "centered": "centered"; "enableDocumentTypeChoice": "enableDocumentTypeChoice"; "hiddenErrorMessage": "hiddenErrorMessage"; "leftLabel": "leftLabel"; "control": "control"; }, { "blurEvent": "blurEvent"; "enterKeyPress": "enterKeyPress"; "focusEvent": "focusEvent"; "onDocumentTypeChange": "onDocumentTypeChange"; }, never, never>;
|
|
50
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './textarea-field.component';
|
|
1
|
+
export * from './textarea-field.component';
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class TextareaFieldComponent implements OnInit {
|
|
4
|
-
isRequired: boolean | undefined;
|
|
5
|
-
label: string | undefined;
|
|
6
|
-
maxlength: string;
|
|
7
|
-
rows: number;
|
|
8
|
-
cols: number;
|
|
9
|
-
control: any;
|
|
10
|
-
blurEvent: EventEmitter<any>;
|
|
11
|
-
enterKeyPress: EventEmitter<any>;
|
|
12
|
-
focusEvent: EventEmitter<any>;
|
|
13
|
-
get placeholder(): string;
|
|
14
|
-
private lastBlurValue;
|
|
15
|
-
ngOnInit(): void;
|
|
16
|
-
fieldErrorLabel(): string;
|
|
17
|
-
onBlur(): void;
|
|
18
|
-
onEnterPress(): void;
|
|
19
|
-
onFocus($event: Event): void;
|
|
20
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TextareaFieldComponent, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TextareaFieldComponent, "vector-textarea-field", never, { "isRequired": "isRequired"; "label": "label"; "maxlength": "maxlength"; "rows": "rows"; "cols": "cols"; "control": "control"; }, { "blurEvent": "blurEvent"; "enterKeyPress": "enterKeyPress"; "focusEvent": "focusEvent"; }, never, never>;
|
|
22
|
-
}
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class TextareaFieldComponent implements OnInit {
|
|
4
|
+
isRequired: boolean | undefined;
|
|
5
|
+
label: string | undefined;
|
|
6
|
+
maxlength: string;
|
|
7
|
+
rows: number;
|
|
8
|
+
cols: number;
|
|
9
|
+
control: any;
|
|
10
|
+
blurEvent: EventEmitter<any>;
|
|
11
|
+
enterKeyPress: EventEmitter<any>;
|
|
12
|
+
focusEvent: EventEmitter<any>;
|
|
13
|
+
get placeholder(): string;
|
|
14
|
+
private lastBlurValue;
|
|
15
|
+
ngOnInit(): void;
|
|
16
|
+
fieldErrorLabel(): string;
|
|
17
|
+
onBlur(): void;
|
|
18
|
+
onEnterPress(): void;
|
|
19
|
+
onFocus($event: Event): void;
|
|
20
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TextareaFieldComponent, never>;
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TextareaFieldComponent, "vector-textarea-field", never, { "isRequired": "isRequired"; "label": "label"; "maxlength": "maxlength"; "rows": "rows"; "cols": "cols"; "control": "control"; }, { "blurEvent": "blurEvent"; "enterKeyPress": "enterKeyPress"; "focusEvent": "focusEvent"; }, never, never>;
|
|
22
|
+
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { ErrorMessageService } from '../../services';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class GenericErrorModalComponent implements OnInit, OnDestroy {
|
|
5
|
-
private errorService;
|
|
6
|
-
message: string;
|
|
7
|
-
private subscription;
|
|
8
|
-
constructor(errorService: ErrorMessageService);
|
|
9
|
-
ngOnInit(): void;
|
|
10
|
-
ngOnDestroy(): void;
|
|
11
|
-
close(): void;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GenericErrorModalComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GenericErrorModalComponent, "vector-generic-error-modal", never, {}, {}, never, never>;
|
|
14
|
-
}
|
|
1
|
+
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { ErrorMessageService } from '../../services';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class GenericErrorModalComponent implements OnInit, OnDestroy {
|
|
5
|
+
private errorService;
|
|
6
|
+
message: string;
|
|
7
|
+
private subscription;
|
|
8
|
+
constructor(errorService: ErrorMessageService);
|
|
9
|
+
ngOnInit(): void;
|
|
10
|
+
ngOnDestroy(): void;
|
|
11
|
+
close(): void;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GenericErrorModalComponent, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GenericErrorModalComponent, "vector-generic-error-modal", never, {}, {}, never, never>;
|
|
14
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./generic-error-modal.component";
|
|
3
|
-
import * as i2 from "../../shared/shared.module";
|
|
4
|
-
import * as i3 from "primeng/dialog";
|
|
5
|
-
import * as i4 from "../fields/fields.module";
|
|
6
|
-
export declare class GenericErrorModalModule {
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GenericErrorModalModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<GenericErrorModalModule, [typeof i1.GenericErrorModalComponent], [typeof i2.SharedModule, typeof i3.DialogModule, typeof i4.FieldsModule], [typeof i1.GenericErrorModalComponent]>;
|
|
9
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<GenericErrorModalModule>;
|
|
10
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./generic-error-modal.component";
|
|
3
|
+
import * as i2 from "../../shared/shared.module";
|
|
4
|
+
import * as i3 from "primeng/dialog";
|
|
5
|
+
import * as i4 from "../fields/fields.module";
|
|
6
|
+
export declare class GenericErrorModalModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GenericErrorModalModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<GenericErrorModalModule, [typeof i1.GenericErrorModalComponent], [typeof i2.SharedModule, typeof i3.DialogModule, typeof i4.FieldsModule], [typeof i1.GenericErrorModalComponent]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<GenericErrorModalModule>;
|
|
10
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './generic-error-modal.component';
|
|
2
|
-
export * from './generic-error-modal.module';
|
|
1
|
+
export * from './generic-error-modal.component';
|
|
2
|
+
export * from './generic-error-modal.module';
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { Router } from '@angular/router';
|
|
3
|
-
import { GenericModalMessage } from '../../models/generic-modal.model';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class GenericModalComponent implements OnInit {
|
|
6
|
-
router: Router;
|
|
7
|
-
modalMessage: GenericModalMessage;
|
|
8
|
-
isClosable: boolean;
|
|
9
|
-
hiddenActions: boolean;
|
|
10
|
-
linkLabel: string;
|
|
11
|
-
linkUrl: string;
|
|
12
|
-
display: boolean;
|
|
13
|
-
maxWidth?: string;
|
|
14
|
-
lineBreak?: string;
|
|
15
|
-
displayChange: EventEmitter<boolean>;
|
|
16
|
-
onCloseModal: EventEmitter<any>;
|
|
17
|
-
constructor(router: Router);
|
|
18
|
-
ngOnInit(): void;
|
|
19
|
-
routerLink(url: string): void;
|
|
20
|
-
confirm(): void;
|
|
21
|
-
hideModal(): void;
|
|
22
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GenericModalComponent, never>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GenericModalComponent, "vector-generic-modal", never, { "modalMessage": "modalMessage"; "isClosable": "isClosable"; "hiddenActions": "hiddenActions"; "linkLabel": "linkLabel"; "linkUrl": "linkUrl"; "display": "display"; "maxWidth": "maxWidth"; "lineBreak": "lineBreak"; }, { "displayChange": "displayChange"; "onCloseModal": "onCloseModal"; }, never, never>;
|
|
24
|
-
}
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { Router } from '@angular/router';
|
|
3
|
+
import { GenericModalMessage } from '../../models/generic-modal.model';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class GenericModalComponent implements OnInit {
|
|
6
|
+
router: Router;
|
|
7
|
+
modalMessage: GenericModalMessage;
|
|
8
|
+
isClosable: boolean;
|
|
9
|
+
hiddenActions: boolean;
|
|
10
|
+
linkLabel: string;
|
|
11
|
+
linkUrl: string;
|
|
12
|
+
display: boolean;
|
|
13
|
+
maxWidth?: string;
|
|
14
|
+
lineBreak?: string;
|
|
15
|
+
displayChange: EventEmitter<boolean>;
|
|
16
|
+
onCloseModal: EventEmitter<any>;
|
|
17
|
+
constructor(router: Router);
|
|
18
|
+
ngOnInit(): void;
|
|
19
|
+
routerLink(url: string): void;
|
|
20
|
+
confirm(): void;
|
|
21
|
+
hideModal(): void;
|
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GenericModalComponent, never>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GenericModalComponent, "vector-generic-modal", never, { "modalMessage": "modalMessage"; "isClosable": "isClosable"; "hiddenActions": "hiddenActions"; "linkLabel": "linkLabel"; "linkUrl": "linkUrl"; "display": "display"; "maxWidth": "maxWidth"; "lineBreak": "lineBreak"; }, { "displayChange": "displayChange"; "onCloseModal": "onCloseModal"; }, never, never>;
|
|
24
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./generic-modal.component";
|
|
3
|
-
import * as i2 from "primeng/dialog";
|
|
4
|
-
import * as i3 from "../fields/fields.module";
|
|
5
|
-
import * as i4 from "../../shared/shared.module";
|
|
6
|
-
export declare class GenericModalModule {
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GenericModalModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<GenericModalModule, [typeof i1.GenericModalComponent], [typeof i2.DialogModule, typeof i3.FieldsModule, typeof i4.SharedModule], [typeof i1.GenericModalComponent]>;
|
|
9
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<GenericModalModule>;
|
|
10
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./generic-modal.component";
|
|
3
|
+
import * as i2 from "primeng/dialog";
|
|
4
|
+
import * as i3 from "../fields/fields.module";
|
|
5
|
+
import * as i4 from "../../shared/shared.module";
|
|
6
|
+
export declare class GenericModalModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GenericModalModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<GenericModalModule, [typeof i1.GenericModalComponent], [typeof i2.DialogModule, typeof i3.FieldsModule, typeof i4.SharedModule], [typeof i1.GenericModalComponent]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<GenericModalModule>;
|
|
10
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './generic-modal.component';
|
|
2
|
-
export * from './generic-modal.module';
|
|
1
|
+
export * from './generic-modal.component';
|
|
2
|
+
export * from './generic-modal.module';
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
export * from './badge';
|
|
2
|
-
export * from './breadcrumb';
|
|
3
|
-
export * from './crud-base';
|
|
4
|
-
export * from './crud-footer';
|
|
5
|
-
export * from './crud-header';
|
|
6
|
-
export * from './crud-history';
|
|
7
|
-
export * from './fields';
|
|
8
|
-
export * from './generic-error-modal';
|
|
9
|
-
export * from './generic-modal';
|
|
10
|
-
export * from './menu';
|
|
11
|
-
export * from './panel';
|
|
12
|
-
export * from './score';
|
|
13
|
-
export * from './top-bar';
|
|
1
|
+
export * from './badge';
|
|
2
|
+
export * from './breadcrumb';
|
|
3
|
+
export * from './crud-base';
|
|
4
|
+
export * from './crud-footer';
|
|
5
|
+
export * from './crud-header';
|
|
6
|
+
export * from './crud-history';
|
|
7
|
+
export * from './fields';
|
|
8
|
+
export * from './generic-error-modal';
|
|
9
|
+
export * from './generic-modal';
|
|
10
|
+
export * from './menu';
|
|
11
|
+
export * from './panel';
|
|
12
|
+
export * from './score';
|
|
13
|
+
export * from './top-bar';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './menu.component';
|
|
2
|
-
export * from './menu.module';
|
|
3
|
-
export * from './sub-menus-list/sub-menus-list.component';
|
|
1
|
+
export * from './menu.component';
|
|
2
|
+
export * from './menu.module';
|
|
3
|
+
export * from './sub-menus-list/sub-menus-list.component';
|