ngx-vector-components 4.52.0 → 4.54.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/CHANGELOG.md +900 -888
- 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 +65 -65
- 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 +31 -31
- package/esm2020/lib/components/crud-footer/crud-footer.module.mjs +19 -19
- 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 +87 -87
- package/esm2020/lib/components/fields/currency-field/index.mjs +2 -2
- package/esm2020/lib/components/fields/data-table/data-table.component.mjs +365 -365
- package/esm2020/lib/components/fields/data-table/index.mjs +2 -2
- package/esm2020/lib/components/fields/dropdown-field/dropdown-field.component.mjs +196 -196
- 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 +205 -205
- package/esm2020/lib/components/fields/filters/filters.component.mjs +195 -195
- 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 +82 -82
- 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 +38 -38
- 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 +209 -209
- package/esm2020/lib/components/fields/textarea-field/index.mjs +2 -2
- package/esm2020/lib/components/fields/textarea-field/textarea-field.component.mjs +75 -75
- 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 +13 -13
- package/esm2020/lib/components/menu/index.mjs +4 -4
- package/esm2020/lib/components/menu/menu.component.mjs +302 -302
- 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/top-bar/index.mjs +3 -3
- package/esm2020/lib/components/top-bar/top-bar.component.mjs +102 -102
- package/esm2020/lib/components/top-bar/top-bar.module.mjs +19 -19
- 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 +9 -9
- 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/data-table.model.mjs +22 -22
- 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 +16 -16
- package/esm2020/lib/models/ip-info.enum.mjs +2 -2
- package/esm2020/lib/models/list-item.model.mjs +2 -2
- 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 +217 -212
- package/esm2020/lib/models/role.enum.mjs +5 -5
- package/esm2020/lib/models/status.enum.mjs +8 -8
- 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 +8 -8
- 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 +21 -21
- package/esm2020/lib/pipes/remove-last-child.pipe.mjs +18 -18
- 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 +12 -12
- package/esm2020/lib/services/loading.service.mjs +15 -15
- package/esm2020/lib/services/menu.service.mjs +147 -147
- package/esm2020/lib/services/modal.service.mjs +15 -15
- 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 +17 -17
- 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 +66 -66
- 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 +4217 -4212
- package/fesm2015/ngx-vector-components.mjs.map +1 -1
- package/fesm2020/ngx-vector-components.mjs +4194 -4189
- 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 +9 -9
- 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 +27 -27
- package/lib/components/fields/currency-field/index.d.ts +1 -1
- package/lib/components/fields/data-table/data-table.component.d.ts +78 -78
- 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 +46 -46
- package/lib/components/fields/filters/filters.component.d.ts +61 -61
- 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 +27 -27
- 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 +21 -21
- 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 +48 -48
- package/lib/components/fields/textarea-field/index.d.ts +1 -1
- package/lib/components/fields/textarea-field/textarea-field.component.d.ts +20 -20
- 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 +12 -12
- package/lib/components/menu/index.d.ts +3 -3
- package/lib/components/menu/menu.component.d.ts +54 -54
- 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/top-bar/index.d.ts +2 -2
- package/lib/components/top-bar/top-bar.component.d.ts +38 -38
- package/lib/components/top-bar/top-bar.module.d.ts +9 -9
- 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 +7 -7
- 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/data-table.model.d.ts +62 -62
- 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 +15 -15
- package/lib/models/ip-info.enum.d.ts +6 -6
- package/lib/models/list-item.model.d.ts +6 -6
- 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 +238 -233
- package/lib/models/role.enum.d.ts +3 -3
- package/lib/models/status.enum.d.ts +6 -6
- 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 +7 -7
- 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 +12 -12
- package/lib/pipes/remove-last-child.pipe.d.ts +7 -7
- 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 +11 -11
- package/lib/services/loading.service.d.ts +7 -7
- package/lib/services/menu.service.d.ts +37 -37
- package/lib/services/modal.service.d.ts +7 -7
- 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 +9 -9
- 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 +17 -17
- 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,233 +1,238 @@
|
|
|
1
|
-
import { DataTableBaseItem } from './data-table.model';
|
|
2
|
-
export declare type Profile = {
|
|
3
|
-
id: number;
|
|
4
|
-
name: string;
|
|
5
|
-
profileTypeId: number;
|
|
6
|
-
ProfileTypeName: string;
|
|
7
|
-
modules: ProfileModule[];
|
|
8
|
-
active: boolean;
|
|
9
|
-
} & DataTableBaseItem;
|
|
10
|
-
export declare type ProfileModule = {
|
|
11
|
-
menu: string;
|
|
12
|
-
actions: ProfileModuleAction[];
|
|
13
|
-
} & ProfileModuleBase;
|
|
14
|
-
export declare type ProfileModuleGroupedByMenu = {
|
|
15
|
-
menu: string;
|
|
16
|
-
modules: ProfileModule[];
|
|
17
|
-
children?: ProfileModuleGroupedByMenu[];
|
|
18
|
-
};
|
|
19
|
-
export declare type ProfileModuleAction = {} & ProfileModuleBase;
|
|
20
|
-
export declare type ProfileModuleBase = {
|
|
21
|
-
id: number;
|
|
22
|
-
name: string;
|
|
23
|
-
isAvailable?: boolean;
|
|
24
|
-
};
|
|
25
|
-
export declare enum ProfileModuleType {
|
|
26
|
-
OPERATIONAL_EVALUATION = "OperationalEvaluation",
|
|
27
|
-
ADMIN_SURVEYS = "AdminSurveys",
|
|
28
|
-
DIGITAL_DISCHARGE = "Quita\u00E7\u00E3o Digital",
|
|
29
|
-
REGISTER_OPERATION = "RegisterOperation",
|
|
30
|
-
REGISTER_PRODUCTS = "RegisterProduct"
|
|
31
|
-
}
|
|
32
|
-
export declare enum ProfileModuleActionType {
|
|
33
|
-
ADD_VEHICLE = "Add Vehicle",
|
|
34
|
-
EDIT_VEHICLE = "Edit Vehicle",
|
|
35
|
-
DELETE_VEHICLE = "Delete Vehicle",
|
|
36
|
-
SHOW_VEHICLE = "Show Vehicle",
|
|
37
|
-
ADD_DRIVER = "Add Driver",
|
|
38
|
-
EDIT_DRIVER = "Edit Driver",
|
|
39
|
-
DELETE_DRIVER = "Delete Driver",
|
|
40
|
-
SHOW_DRIVER = "Show Driver",
|
|
41
|
-
ADD_CARRIER = "Add Carrier",
|
|
42
|
-
EDIT_CARRIER = "Edit Carrier",
|
|
43
|
-
DELETE_CARRIER = "Delete Carrier",
|
|
44
|
-
SHOW_CARRIER = "Show Carrier",
|
|
45
|
-
ADD_PROFILE = "Add Profile",
|
|
46
|
-
EDIT_PROFILE = "Edit Profile",
|
|
47
|
-
DELETE_PROFILE = "Delete Profile",
|
|
48
|
-
SHOW_PROFILE = "Show Profile",
|
|
49
|
-
EDIT_BROADCAST_VALUES = "Edit Broadcast Values",
|
|
50
|
-
ADD_WAVE = "Add Wave",
|
|
51
|
-
EDIT_WAVE = "Edit Wave",
|
|
52
|
-
HISTORICAL_CHANGES_VEHICLE = "Historical Changes Vehicle",
|
|
53
|
-
HISTORICAL_CHANGES_DRIVER = "Historical Changes Driver",
|
|
54
|
-
HISTORICAL_CHANGES_CARRIER = "Historical Changes Carrier",
|
|
55
|
-
HISTORICAL_CHANGES_TRIP = "Historical Changes Trip",
|
|
56
|
-
HISTORICAL_CHANGES_USER = "Historical Changes User",
|
|
57
|
-
CANCEL_TRIPS = "Cancel Trips",
|
|
58
|
-
CANCEL_TRIPSPA = "Cancel Trips PA",
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
1
|
+
import { DataTableBaseItem } from './data-table.model';
|
|
2
|
+
export declare type Profile = {
|
|
3
|
+
id: number;
|
|
4
|
+
name: string;
|
|
5
|
+
profileTypeId: number;
|
|
6
|
+
ProfileTypeName: string;
|
|
7
|
+
modules: ProfileModule[];
|
|
8
|
+
active: boolean;
|
|
9
|
+
} & DataTableBaseItem;
|
|
10
|
+
export declare type ProfileModule = {
|
|
11
|
+
menu: string;
|
|
12
|
+
actions: ProfileModuleAction[];
|
|
13
|
+
} & ProfileModuleBase;
|
|
14
|
+
export declare type ProfileModuleGroupedByMenu = {
|
|
15
|
+
menu: string;
|
|
16
|
+
modules: ProfileModule[];
|
|
17
|
+
children?: ProfileModuleGroupedByMenu[];
|
|
18
|
+
};
|
|
19
|
+
export declare type ProfileModuleAction = {} & ProfileModuleBase;
|
|
20
|
+
export declare type ProfileModuleBase = {
|
|
21
|
+
id: number;
|
|
22
|
+
name: string;
|
|
23
|
+
isAvailable?: boolean;
|
|
24
|
+
};
|
|
25
|
+
export declare enum ProfileModuleType {
|
|
26
|
+
OPERATIONAL_EVALUATION = "OperationalEvaluation",
|
|
27
|
+
ADMIN_SURVEYS = "AdminSurveys",
|
|
28
|
+
DIGITAL_DISCHARGE = "Quita\u00E7\u00E3o Digital",
|
|
29
|
+
REGISTER_OPERATION = "RegisterOperation",
|
|
30
|
+
REGISTER_PRODUCTS = "RegisterProduct"
|
|
31
|
+
}
|
|
32
|
+
export declare enum ProfileModuleActionType {
|
|
33
|
+
ADD_VEHICLE = "Add Vehicle",
|
|
34
|
+
EDIT_VEHICLE = "Edit Vehicle",
|
|
35
|
+
DELETE_VEHICLE = "Delete Vehicle",
|
|
36
|
+
SHOW_VEHICLE = "Show Vehicle",
|
|
37
|
+
ADD_DRIVER = "Add Driver",
|
|
38
|
+
EDIT_DRIVER = "Edit Driver",
|
|
39
|
+
DELETE_DRIVER = "Delete Driver",
|
|
40
|
+
SHOW_DRIVER = "Show Driver",
|
|
41
|
+
ADD_CARRIER = "Add Carrier",
|
|
42
|
+
EDIT_CARRIER = "Edit Carrier",
|
|
43
|
+
DELETE_CARRIER = "Delete Carrier",
|
|
44
|
+
SHOW_CARRIER = "Show Carrier",
|
|
45
|
+
ADD_PROFILE = "Add Profile",
|
|
46
|
+
EDIT_PROFILE = "Edit Profile",
|
|
47
|
+
DELETE_PROFILE = "Delete Profile",
|
|
48
|
+
SHOW_PROFILE = "Show Profile",
|
|
49
|
+
EDIT_BROADCAST_VALUES = "Edit Broadcast Values",
|
|
50
|
+
ADD_WAVE = "Add Wave",
|
|
51
|
+
EDIT_WAVE = "Edit Wave",
|
|
52
|
+
HISTORICAL_CHANGES_VEHICLE = "Historical Changes Vehicle",
|
|
53
|
+
HISTORICAL_CHANGES_DRIVER = "Historical Changes Driver",
|
|
54
|
+
HISTORICAL_CHANGES_CARRIER = "Historical Changes Carrier",
|
|
55
|
+
HISTORICAL_CHANGES_TRIP = "Historical Changes Trip",
|
|
56
|
+
HISTORICAL_CHANGES_USER = "Historical Changes User",
|
|
57
|
+
CANCEL_TRIPS = "Cancel Trips",
|
|
58
|
+
CANCEL_TRIPSPA = "Cancel Trips PA",
|
|
59
|
+
MANUAL_UPLOAD_DOCUMENTS = "Manual Upload Documents",
|
|
60
|
+
HISTORICAL_CHANGES_LOTS = "Historical Changes Lots",
|
|
61
|
+
ADD_LOCATION = "Add Location",
|
|
62
|
+
EDIT_LOCATION = "Edit Location",
|
|
63
|
+
SHOW_LOCATION = "Show Location",
|
|
64
|
+
ADD_RESTRICTIONS = "Add Restrictions",
|
|
65
|
+
EDIT_RESTRICTIONS = "Edit Restrictions",
|
|
66
|
+
SHOW_RESTRICTIONS = "Show Restrictions",
|
|
67
|
+
DELETE_RESTRICTIONS = "Delete Restrictions",
|
|
68
|
+
DELETE_LOCATION = "Delete Location",
|
|
69
|
+
SHOW_MESSAGES = "Show Messages",
|
|
70
|
+
EDIT_MESSAGES = "Edit Messages",
|
|
71
|
+
DELETE_MESSAGES = "Delete Messages",
|
|
72
|
+
ADD_MESSAGES = "Add Messages",
|
|
73
|
+
ADD_LOT = "Add Lot",
|
|
74
|
+
EDIT_LOT = "Edit Lot",
|
|
75
|
+
DELETE_LOT = "Delete Lot",
|
|
76
|
+
SHOW_LOT = "Show Lot",
|
|
77
|
+
ACCEPT_CREDIT = "Accept Credit",
|
|
78
|
+
SHOW_CREDIT = "Show Credit",
|
|
79
|
+
ADD_VEHICLE_CONFIGURATION = "Add Vehicle Configuration",
|
|
80
|
+
EDIT_VEHICLE_CONFIGURATION = "Edit Vehicle Configuration",
|
|
81
|
+
SHOW_VEHICLE_CONFIGURATION = "Show Vehicle Configuration",
|
|
82
|
+
ADD_SCHEDULING = "Add Scheduling",
|
|
83
|
+
EDIT_SCHEDULING = "Edit Scheduling",
|
|
84
|
+
DELETE_SCHEDULING = "Delete Scheduling",
|
|
85
|
+
ADD_VEHICLE_CONFIGURATION_SHIPPER = "Add Vehicle Configuration Shipper",
|
|
86
|
+
EDIT_VEHICLE_CONFIGURATION_SHIPPER = "Edit Vehicle Configuration Shipper",
|
|
87
|
+
SHOW_VEHICLE_CONFIGURATION_SHIPPER = "Show Vehicle Configuration Shipper",
|
|
88
|
+
EDIT_TRIP_BUNGE = "Edit trip Bunge",
|
|
89
|
+
EDIT_TRIP_COFCO = "Edit trip Cofco",
|
|
90
|
+
SHOW_MINIMUM_TRANSPORT_PRICE_TABLE = "Show Minimum Transport Price Table",
|
|
91
|
+
EDIT_MINIMUM_TRANSPORT_PRICE_TABLE = "Edit Minimum Transport Price Table",
|
|
92
|
+
HISTORICAL_CHANGES_CREDITS = "Historical Changes Credits",
|
|
93
|
+
INTEGRAÇÃO_PAGBEM = "Integra\u00E7\u00E3o Pagbem",
|
|
94
|
+
VALIDATION_CARRIER = "Validation Carrier",
|
|
95
|
+
VALIDATION_DRIVER = "Validation Driver",
|
|
96
|
+
VALIDATION_VEHICLE = "Validation Vehicle",
|
|
97
|
+
EDIT_TRIP_STATUS = "Edit trip status",
|
|
98
|
+
REGISTRATION_VALIDATION = "Registration Validation",
|
|
99
|
+
B3_OPERATION = "B3 Operation",
|
|
100
|
+
SHOW_CARRIER_DETAIL_INTEGRATION = "Show Carrier Detail Integration",
|
|
101
|
+
SHOW_DRIVER_DETAIL_INTEGRATION = "Show Driver Detail Integration",
|
|
102
|
+
FUELS_SHOW_DISTRIBUTION_CENTER = "Fuels show distribution center",
|
|
103
|
+
FUELS_ADD_DISTRIBUTION_CENTER = "Fuels add distribution center",
|
|
104
|
+
FUELS_EDIT_DISTRIBUTION_CENTER = "Fuels edit distribution center",
|
|
105
|
+
FUELS_DELETE_DISTRIBUTION_CENTER = "Fuels delete distribution center",
|
|
106
|
+
FUELS_SHOW_DISTRIBUTION_POINT = "Fuels show distribution point",
|
|
107
|
+
FUELS_ADD_DISTRIBUTION_POINT = "Fuels add distribution point",
|
|
108
|
+
FUELS_EDIT_DISTRIBUTION_POINT = "Fuels edit distribution point",
|
|
109
|
+
FUELS_DELETE_DISTRIBUTION_POINT = "Fuels delete distribution point",
|
|
110
|
+
FUELS_SHOW_DISTRIBUTION_POST = "Fuels show distribution post",
|
|
111
|
+
FUELS_ADD_DISTRIBUTION_POST = "Fuels add distribution post",
|
|
112
|
+
FUELS_EDIT_DISTRIBUTION_POST = "Fuels edit distribution post",
|
|
113
|
+
FUELS_DELETE_DISTRIBUTION_POST = "Fuels delete distribution post",
|
|
114
|
+
FUELS_SHOW_MARKETPLACE_PRODUCT = "Fuels show marketplace product",
|
|
115
|
+
FUELS_ADD_MARKETPLACE_PRODUCT = "Fuels add marketplace product",
|
|
116
|
+
FUELS_EDIT_MARKETPLACE_PRODUCT = "Fuels edit marketplace product",
|
|
117
|
+
FUELS_DELETE_MARKETPLACE_PRODUCT = "Fuels delete marketplace product",
|
|
118
|
+
FUELS_SHOW_STOCK_UPDATE = "Fuels show stock update",
|
|
119
|
+
FUELS_ADD_STOCK_UPDATE = "Fuels add stock update",
|
|
120
|
+
SHOW_MARKETPLACES = "Show marketplaces",
|
|
121
|
+
FUELS_SHOW_DEPOSIT = "Fuels show deposit",
|
|
122
|
+
FUELS_ADD_DEPOSIT = "Fuels add deposit",
|
|
123
|
+
FUELS_EDIT_DEPOSIT = "Fuels edit deposit",
|
|
124
|
+
FUELS_DELETE_DEPOSIT = "Fuels delete deposit",
|
|
125
|
+
FUELS_SHOW_SUPPLY_OFFER = "Fuels show supply offer",
|
|
126
|
+
FUELS_ADD_SUPPLY_OFFER = "Fuels add supply offer",
|
|
127
|
+
FUELS_EDIT_SUPPLY_OFFER = "Fuels edit supply offer",
|
|
128
|
+
FUELS_SHOW_OPERATOR = "Fuels show operator",
|
|
129
|
+
FUELS_ADD_OPERATOR = "Fuels add operator",
|
|
130
|
+
FUELS_EDIT_OPERATOR = "Fuels edit operator",
|
|
131
|
+
FUELS_DELETE_OPERATOR = "Fuels delete operator",
|
|
132
|
+
FINTECH_BANK_ADMIN = "Fintech Bank Admin",
|
|
133
|
+
FINTECH_BANK_USER = "Fintech Bank User",
|
|
134
|
+
FINTECH_CREDIT_ADMIN = "Fintech Credit Admin",
|
|
135
|
+
FINTECH_CREDIT_USER = "Fintech Credit User",
|
|
136
|
+
FINTECH_BANK_ADMIN_ACCOUNTS_VIEW = "Fintech Bank Admin - Accounts View",
|
|
137
|
+
FINTECH_CREDIT_ADMIN_PROPOSAL_NOT_CONFIRMED = "Fintech Credit Admin - Proposal Not Confirmed",
|
|
138
|
+
FINTECH_CREDIT_ADMIN_CONTRACTS_FOLLOW_UP = "Fintech Credit Admin - Contracts Follow-Up",
|
|
139
|
+
ADMIN_MARKEPLACE = "Admin Markeplace",
|
|
140
|
+
APPROVE_REQUEST = "Approve Request",
|
|
141
|
+
REPROVE_REQUEST = "Reprove Request",
|
|
142
|
+
SHOW_REQUEST = "Show Request",
|
|
143
|
+
SHOW_USER = "Show User",
|
|
144
|
+
ADD_USER = "Add User",
|
|
145
|
+
EDIT_USER = "Edit User",
|
|
146
|
+
DELETE_USER = "Delete User",
|
|
147
|
+
ADD_REGION = "Add Region",
|
|
148
|
+
SHOW_REGION = "Show Region",
|
|
149
|
+
EDIT_REGION = "Edit Region",
|
|
150
|
+
ADD_LOCATION_SHIPPER = "Add LocationShipper",
|
|
151
|
+
EDIT_LOCATION_SHIPPER = "Edit LocationShipper",
|
|
152
|
+
SHOW_LOCATION_SHIPPER = "Show LocationShipper",
|
|
153
|
+
DELETE_LOCATION_SHIPPER = "Delete LocationShipper",
|
|
154
|
+
ADD_SCHEDULE = "Add Schedule",
|
|
155
|
+
EDIT_SCHEDULE = "Edit Schedule",
|
|
156
|
+
SHOW_SCHEDULE = "Show Schedule",
|
|
157
|
+
ADD_VACANCIES_LOGISTIC = "Add Vacancies Logistic",
|
|
158
|
+
ADD_VACANCIES_COMMERCIAL = "Add Vacancies Commercial",
|
|
159
|
+
SHOW_VACANCIES_COMPLETE = "Show Vacancies Complete",
|
|
160
|
+
ADD_SCHEDULE_OFF = "Add Schedule Off",
|
|
161
|
+
SHOW_NEWS = "Show News",
|
|
162
|
+
ADD_NEWS = "Add News",
|
|
163
|
+
EDIT_NEWS = "Edit News",
|
|
164
|
+
DELETE_NEWS = "Delete News",
|
|
165
|
+
HISTORICAL_CHANGES_NEWS = "Historical Changes News",
|
|
166
|
+
ADD_DISTRIBUTION_CENTER_COMPANY_CREDIT = "Add DistributionCentersCompanyCredit",
|
|
167
|
+
EDIT_DISTRIBUTION_CENTER_COMPANY_CREDIT = "Edit DistributionCentersCompanyCredit",
|
|
168
|
+
SHOW_DISTRIBUTION_CENTER_COMPANY_CREDIT = "Show DistributionCentersCompanyCredit",
|
|
169
|
+
DELETE_DISTRIBUTION_CENTER_COMPANY_CREDIT = "Delete DistributionCentersCompanyCredit",
|
|
170
|
+
ADD_DISTRIBUTION_CENTER_COMPANY_CREDIT_UNIT = "Add DistributionCentersCompanyUnitCredit",
|
|
171
|
+
EDIT_DISTRIBUTION_CENTER_COMPANY_CREDIT_UNIT = "Edit DistributionCentersCompanyUnitCredit",
|
|
172
|
+
SHOW_DISTRIBUTION_CENTER_COMPANY_CREDIT_UNIT = "Show DistributionCentersCompanyUnitCredit",
|
|
173
|
+
DELETE_DISTRIBUTION_CENTER_COMPANY_CREDIT_UNIT = "Delete DistributionCentersCompanyUnitCredit",
|
|
174
|
+
APPROVE_VECTOR = "ApproveVector",
|
|
175
|
+
APPROVE_ETCD = "ApproveETCD",
|
|
176
|
+
DELETE_PARAMETERS_ETCD = "Delete Parameters",
|
|
177
|
+
SHOW_RECEPTION_PRODUCT = "Show Reception Product",
|
|
178
|
+
EDIT_RECEPTION_PRODUCT = "Edit Reception Product",
|
|
179
|
+
DELETE_RECEPTION_PRODUCT = "Delete Reception Product",
|
|
180
|
+
ADD_RECEPTION_PRODUCT = "Add Reception Product",
|
|
181
|
+
SHOW_DIGITAL_DISCHARGE = "Show Digital Discharge",
|
|
182
|
+
SHOW_DIGITAL_DISCHARGE_FILES = "Show Digital Discharge Files",
|
|
183
|
+
SHOW_ETCD = "Show ETCD",
|
|
184
|
+
EDIT_ETCD = "Edit ETCD",
|
|
185
|
+
DELETE_ETCD = "Delete ETCD",
|
|
186
|
+
ADD_ETCD = "Add ETCD",
|
|
187
|
+
SHOW_REGIONAL_ETCD = "Show Regional ETCD",
|
|
188
|
+
SHOW_BRANCH = "Show Branch",
|
|
189
|
+
EDIT_BRANCH = "Edit Branch",
|
|
190
|
+
ADD_BRANCH = "Add Branch",
|
|
191
|
+
DELETE_BRANCH = "Delete Branch",
|
|
192
|
+
SHOW_MONITORING_ETCD = "Show Monitoring ETCD",
|
|
193
|
+
ADD_PRODUCT_ETCD = "Add Product ETCD",
|
|
194
|
+
EDIT_PRODUCT_ETCD = "Edit Product ETCD",
|
|
195
|
+
SHOW_PRODUCT_ETCD = "Show Product ETCD",
|
|
196
|
+
DELETE_PRODUCT_ETCD = "Delete Product ETCD",
|
|
197
|
+
ADD_PARAMETERS_ETCD = "Add Parameters ETCD",
|
|
198
|
+
EDIT_PARAMETERS_ETCD = "Edit Parameters ETCD",
|
|
199
|
+
SHOW_PARAMETERS_ETCD = "Show Parameters ETCD",
|
|
200
|
+
ADD_FREIGHT_ETCD = "Add Freight ETCD",
|
|
201
|
+
SHOW_FREIGHT_ETCD = "Show Freight ETCD",
|
|
202
|
+
APPROVE_ADJUSMENT_ETCD = "Approve Adjusment ETCD",
|
|
203
|
+
REPROVE_ADJUSMENT_ETCD = "Reprove Adjusment ETCD",
|
|
204
|
+
ADD_JUSTIFICATIVE_ETCD = "Add Justificative ETCD",
|
|
205
|
+
EDIT_JUSTIFICATIVE_ETCD = "Edit Justificative ETCD",
|
|
206
|
+
DELETE_JUSTIFICATIVE_ETCD = "Delete Justificative ETCD",
|
|
207
|
+
APPROVE_RELEASE_ETCD = "Approve Release ETCD",
|
|
208
|
+
REPROVE_RELEASE_ETCD = "Reprove Release ETCD",
|
|
209
|
+
SHOW_ADVANCE_ETCD = "Show Advance ETCD",
|
|
210
|
+
APPROVE_REQUESTS_ETCD = "Approve Requests ETCD",
|
|
211
|
+
SHOW_SUPPLY = "Show Supply",
|
|
212
|
+
SHOW_TRIP_OFFERT = "Trip Offer Show",
|
|
213
|
+
ADD_LASTNAME_LOCATION = "Add LastName Location",
|
|
214
|
+
APPROVE_DISCHARGE_PAYMENT = "Aprovar quitacao",
|
|
215
|
+
APPROVE_ADVANCE_PAYMENT = "Aprovar adiantamento",
|
|
216
|
+
APPROVE_ENGINE_PAYMENT = "Aprovar motor de pagamento",
|
|
217
|
+
EXTRACT_THIRD = "Extrato terceiro",
|
|
218
|
+
HISTORICAL_CHANGES_GROUPS = "HistoricalChangesGroups",
|
|
219
|
+
DELETE_ONLY_MEMBER_GROUPS = "Delete Only Member Groups",
|
|
220
|
+
ADD_ONLY_MEMBER_GROUPS = "Add Only Member Groups",
|
|
221
|
+
SHOW_GROUPS = "Show Groups",
|
|
222
|
+
DELETE_GROUPS = "Delete Groups",
|
|
223
|
+
EDIT_GROUPS = "Edit Groups",
|
|
224
|
+
ADD_GROUPS = "Add Groups",
|
|
225
|
+
ADD_UPDATE_GEOFENCE = "Add Update Geofence",
|
|
226
|
+
SHOW_GEOFENCE = "Show Geofence",
|
|
227
|
+
SHOW_GEOFENCE_LOG = "Show Geofence Log",
|
|
228
|
+
HISTORICAL_CHANGES_GEOFENCE = "Historical Changes Geofence",
|
|
229
|
+
SHOW_DRIVER_LOG = "Show Driver Log",
|
|
230
|
+
UPDATE_CHECKIN_CHECKOUT = "Update CheckIn CheckOut",
|
|
231
|
+
AUTOMATIC_CHECKIN = "Automatic CheckIn",
|
|
232
|
+
SHOW_FILTERS_MONTHLY_RECEPTION = "Show Filters Monthly Reception",
|
|
233
|
+
VIEW_ROUTE_TRIP = "View Route Trip",
|
|
234
|
+
SHOW_RISK_MANAGEMENT = "Show Risk Management",
|
|
235
|
+
ADD_RISK_MANAGEMENT = "Add Risk Management",
|
|
236
|
+
EDIT_RISK_MANAGEMENT = "Edit Risk Management",
|
|
237
|
+
DELETE_RISK_MANAGEMENT = "Delete Risk Management"
|
|
238
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export declare enum Role {
|
|
2
|
-
ADMIN = "ADMIN"
|
|
3
|
-
}
|
|
1
|
+
export declare enum Role {
|
|
2
|
+
ADMIN = "ADMIN"
|
|
3
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export declare enum Status {
|
|
2
|
-
PENDING = 0,
|
|
3
|
-
APPROVED = 1,
|
|
4
|
-
REJECTED = 2,
|
|
5
|
-
INFO = 3
|
|
6
|
-
}
|
|
1
|
+
export declare enum Status {
|
|
2
|
+
PENDING = 0,
|
|
3
|
+
APPROVED = 1,
|
|
4
|
+
REJECTED = 2,
|
|
5
|
+
INFO = 3
|
|
6
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export declare enum View {
|
|
2
|
-
HOME = 0,
|
|
3
|
-
ADMIN = 1,
|
|
4
|
-
DIGITAL_CARRIER = 2
|
|
5
|
-
}
|
|
1
|
+
export declare enum View {
|
|
2
|
+
HOME = 0,
|
|
3
|
+
ADMIN = 1,
|
|
4
|
+
DIGITAL_CARRIER = 2
|
|
5
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class CurrencyBrlPipe implements PipeTransform {
|
|
4
|
-
transform(value?: number): string;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CurrencyBrlPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<CurrencyBrlPipe, "currencyBrl">;
|
|
7
|
-
}
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class CurrencyBrlPipe implements PipeTransform {
|
|
4
|
+
transform(value?: number): string;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CurrencyBrlPipe, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<CurrencyBrlPipe, "currencyBrl">;
|
|
7
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class FormatDocumentPipe implements PipeTransform {
|
|
4
|
-
transform(value?: string): string;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FormatDocumentPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<FormatDocumentPipe, "formatDocument">;
|
|
7
|
-
}
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class FormatDocumentPipe implements PipeTransform {
|
|
4
|
+
transform(value?: string): string;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FormatDocumentPipe, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<FormatDocumentPipe, "formatDocument">;
|
|
7
|
+
}
|
package/lib/pipes/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export * from './currency-brl.pipe';
|
|
2
|
-
export * from './format-document.pipe';
|
|
3
|
-
export * from './mask.pipe';
|
|
4
|
-
export * from './not-hidden.pipe';
|
|
5
|
-
export * from './only-active.pipe';
|
|
6
|
-
export * from './pipes.module';
|
|
7
|
-
export * from './remove-last-child.pipe';
|
|
1
|
+
export * from './currency-brl.pipe';
|
|
2
|
+
export * from './format-document.pipe';
|
|
3
|
+
export * from './mask.pipe';
|
|
4
|
+
export * from './not-hidden.pipe';
|
|
5
|
+
export * from './only-active.pipe';
|
|
6
|
+
export * from './pipes.module';
|
|
7
|
+
export * from './remove-last-child.pipe';
|
package/lib/pipes/mask.pipe.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class MaskPipe implements PipeTransform {
|
|
4
|
-
transform(value: string | undefined, mask: string): string;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MaskPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<MaskPipe, "mask">;
|
|
7
|
-
}
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class MaskPipe implements PipeTransform {
|
|
4
|
+
transform(value: string | undefined, mask: string): string;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MaskPipe, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<MaskPipe, "mask">;
|
|
7
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class NotHiddenPipe implements PipeTransform {
|
|
4
|
-
transform(value: any[]): any[];
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NotHiddenPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<NotHiddenPipe, "notHidden">;
|
|
7
|
-
}
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class NotHiddenPipe implements PipeTransform {
|
|
4
|
+
transform(value: any[]): any[];
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NotHiddenPipe, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<NotHiddenPipe, "notHidden">;
|
|
7
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class OnlyActivePipe implements PipeTransform {
|
|
4
|
-
transform(value: any[]): any[];
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<OnlyActivePipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<OnlyActivePipe, "onlyActive">;
|
|
7
|
-
}
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class OnlyActivePipe implements PipeTransform {
|
|
4
|
+
transform(value: any[]): any[];
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OnlyActivePipe, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<OnlyActivePipe, "onlyActive">;
|
|
7
|
+
}
|