ngx-vector-components 4.47.1 → 4.48.2
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 +853 -841
- 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 +974 -974
- 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 +34 -34
- package/esm2020/lib/components/badge/badge.module.mjs +18 -18
- 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 +322 -322
- package/esm2020/lib/components/fields/data-table/index.mjs +2 -2
- package/esm2020/lib/components/fields/dropdown-field/dropdown-field.component.mjs +193 -194
- 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 +44 -44
- 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 +19 -19
- 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 +210 -210
- package/esm2020/lib/models/role.enum.mjs +5 -5
- package/esm2020/lib/models/status.enum.mjs +7 -7
- 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 -61
- 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 +4153 -4149
- package/fesm2015/ngx-vector-components.mjs.map +1 -1
- package/fesm2020/ngx-vector-components.mjs +4131 -4127
- package/fesm2020/ngx-vector-components.mjs.map +1 -1
- package/lib/components/badge/badge.component.d.ts +14 -14
- package/lib/components/badge/badge.module.d.ts +8 -8
- 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 +74 -74
- 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 +14 -14
- 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 +58 -58
- 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 +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 +231 -231
- package/lib/models/role.enum.d.ts +3 -3
- package/lib/models/status.enum.d.ts +5 -5
- 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 -15
- 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
package/CHANGELOG.md
CHANGED
|
@@ -1,841 +1,853 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
## [4.
|
|
4
|
-
|
|
5
|
-
###
|
|
6
|
-
|
|
7
|
-
-
|
|
8
|
-
|
|
9
|
-
## [4.47.
|
|
10
|
-
|
|
11
|
-
###
|
|
12
|
-
|
|
13
|
-
-
|
|
14
|
-
|
|
15
|
-
## [4.
|
|
16
|
-
|
|
17
|
-
###
|
|
18
|
-
|
|
19
|
-
-
|
|
20
|
-
|
|
21
|
-
## [4.
|
|
22
|
-
|
|
23
|
-
### Feature
|
|
24
|
-
|
|
25
|
-
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
-
|
|
39
|
-
|
|
40
|
-
## [4.44.
|
|
41
|
-
|
|
42
|
-
### Bugfix
|
|
43
|
-
|
|
44
|
-
- Adjust `
|
|
45
|
-
|
|
46
|
-
## [4.44.
|
|
47
|
-
|
|
48
|
-
### Bugfix
|
|
49
|
-
|
|
50
|
-
- Adjust `
|
|
51
|
-
|
|
52
|
-
## [4.44.
|
|
53
|
-
|
|
54
|
-
###
|
|
55
|
-
|
|
56
|
-
-
|
|
57
|
-
|
|
58
|
-
## [4.
|
|
59
|
-
|
|
60
|
-
###
|
|
61
|
-
|
|
62
|
-
-
|
|
63
|
-
|
|
64
|
-
## [4.
|
|
65
|
-
|
|
66
|
-
###
|
|
67
|
-
|
|
68
|
-
-
|
|
69
|
-
|
|
70
|
-
## [4.
|
|
71
|
-
|
|
72
|
-
### Feature
|
|
73
|
-
|
|
74
|
-
- Adding `
|
|
75
|
-
|
|
76
|
-
## [4.
|
|
77
|
-
|
|
78
|
-
### Bugfix
|
|
79
|
-
|
|
80
|
-
-
|
|
81
|
-
|
|
82
|
-
## [4.
|
|
83
|
-
|
|
84
|
-
### Feature
|
|
85
|
-
|
|
86
|
-
-
|
|
87
|
-
|
|
88
|
-
## [4.
|
|
89
|
-
|
|
90
|
-
### Bugfix
|
|
91
|
-
|
|
92
|
-
-
|
|
93
|
-
|
|
94
|
-
## [4.
|
|
95
|
-
|
|
96
|
-
### Feature
|
|
97
|
-
|
|
98
|
-
- Added `
|
|
99
|
-
|
|
100
|
-
## [4.
|
|
101
|
-
|
|
102
|
-
### Bugfix
|
|
103
|
-
|
|
104
|
-
-
|
|
105
|
-
|
|
106
|
-
## [4.
|
|
107
|
-
|
|
108
|
-
### Feature
|
|
109
|
-
|
|
110
|
-
-
|
|
111
|
-
|
|
112
|
-
## [4.39.
|
|
113
|
-
|
|
114
|
-
###
|
|
115
|
-
|
|
116
|
-
-
|
|
117
|
-
|
|
118
|
-
## [4.
|
|
119
|
-
|
|
120
|
-
### Feature
|
|
121
|
-
|
|
122
|
-
-
|
|
123
|
-
|
|
124
|
-
## [4.
|
|
125
|
-
|
|
126
|
-
### Feature
|
|
127
|
-
|
|
128
|
-
- Added
|
|
129
|
-
|
|
130
|
-
## [4.
|
|
131
|
-
|
|
132
|
-
###
|
|
133
|
-
|
|
134
|
-
-
|
|
135
|
-
|
|
136
|
-
## [4.
|
|
137
|
-
|
|
138
|
-
###
|
|
139
|
-
|
|
140
|
-
-
|
|
141
|
-
|
|
142
|
-
## [4.37.
|
|
143
|
-
|
|
144
|
-
### BugFix
|
|
145
|
-
|
|
146
|
-
- Correction in `auth-service`.
|
|
147
|
-
|
|
148
|
-
## [4.
|
|
149
|
-
|
|
150
|
-
###
|
|
151
|
-
|
|
152
|
-
-
|
|
153
|
-
|
|
154
|
-
## [4.
|
|
155
|
-
|
|
156
|
-
###
|
|
157
|
-
|
|
158
|
-
-
|
|
159
|
-
|
|
160
|
-
## [4.
|
|
161
|
-
|
|
162
|
-
### Feature
|
|
163
|
-
|
|
164
|
-
- Added `
|
|
165
|
-
|
|
166
|
-
## [4.
|
|
167
|
-
|
|
168
|
-
### Feature
|
|
169
|
-
|
|
170
|
-
- Added `
|
|
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
|
-
## [4.
|
|
201
|
-
|
|
202
|
-
### Feature
|
|
203
|
-
|
|
204
|
-
- Added `
|
|
205
|
-
|
|
206
|
-
## [4.
|
|
207
|
-
|
|
208
|
-
### Feature
|
|
209
|
-
|
|
210
|
-
- Added `
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
-
|
|
225
|
-
|
|
226
|
-
## [4.
|
|
227
|
-
|
|
228
|
-
### Feature
|
|
229
|
-
|
|
230
|
-
- Added `
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
- Added `
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
###
|
|
258
|
-
|
|
259
|
-
-
|
|
260
|
-
|
|
261
|
-
## [4.22.
|
|
262
|
-
|
|
263
|
-
### BugFix
|
|
264
|
-
|
|
265
|
-
-
|
|
266
|
-
|
|
267
|
-
## [4.22.
|
|
268
|
-
|
|
269
|
-
### BugFix
|
|
270
|
-
|
|
271
|
-
-
|
|
272
|
-
|
|
273
|
-
## [4.22.
|
|
274
|
-
|
|
275
|
-
###
|
|
276
|
-
|
|
277
|
-
-
|
|
278
|
-
|
|
279
|
-
## [4.
|
|
280
|
-
|
|
281
|
-
###
|
|
282
|
-
|
|
283
|
-
- added `
|
|
284
|
-
|
|
285
|
-
## [4.
|
|
286
|
-
|
|
287
|
-
###
|
|
288
|
-
|
|
289
|
-
-
|
|
290
|
-
|
|
291
|
-
## [4.
|
|
292
|
-
|
|
293
|
-
###
|
|
294
|
-
|
|
295
|
-
-
|
|
296
|
-
|
|
297
|
-
## [4.
|
|
298
|
-
|
|
299
|
-
###
|
|
300
|
-
|
|
301
|
-
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
###
|
|
316
|
-
|
|
317
|
-
-
|
|
318
|
-
|
|
319
|
-
## [4.
|
|
320
|
-
|
|
321
|
-
###
|
|
322
|
-
|
|
323
|
-
-
|
|
324
|
-
|
|
325
|
-
## [4.
|
|
326
|
-
|
|
327
|
-
### Features
|
|
328
|
-
|
|
329
|
-
- Added `
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
###
|
|
344
|
-
|
|
345
|
-
-
|
|
346
|
-
|
|
347
|
-
## [4.
|
|
348
|
-
|
|
349
|
-
### Features
|
|
350
|
-
|
|
351
|
-
- Added
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
###
|
|
366
|
-
|
|
367
|
-
-
|
|
368
|
-
|
|
369
|
-
## [4.
|
|
370
|
-
|
|
371
|
-
###
|
|
372
|
-
|
|
373
|
-
-
|
|
374
|
-
|
|
375
|
-
## [4.11.
|
|
376
|
-
|
|
377
|
-
###
|
|
378
|
-
|
|
379
|
-
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
-
|
|
393
|
-
|
|
394
|
-
## [4.10.
|
|
395
|
-
|
|
396
|
-
### Bugfixes
|
|
397
|
-
|
|
398
|
-
- Fixed
|
|
399
|
-
|
|
400
|
-
## [4.10.
|
|
401
|
-
|
|
402
|
-
### Bugfixes
|
|
403
|
-
|
|
404
|
-
- Fixed
|
|
405
|
-
|
|
406
|
-
## [4.10.
|
|
407
|
-
|
|
408
|
-
### Bugfixes
|
|
409
|
-
|
|
410
|
-
- Fixed
|
|
411
|
-
|
|
412
|
-
## [4.
|
|
413
|
-
|
|
414
|
-
###
|
|
415
|
-
|
|
416
|
-
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
-
|
|
430
|
-
|
|
431
|
-
## [4.
|
|
432
|
-
|
|
433
|
-
###
|
|
434
|
-
|
|
435
|
-
- Added
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
###
|
|
450
|
-
|
|
451
|
-
-
|
|
452
|
-
|
|
453
|
-
## [4.6.
|
|
454
|
-
|
|
455
|
-
### Bugfixes
|
|
456
|
-
|
|
457
|
-
-
|
|
458
|
-
|
|
459
|
-
## [4.6.
|
|
460
|
-
|
|
461
|
-
###
|
|
462
|
-
|
|
463
|
-
-
|
|
464
|
-
|
|
465
|
-
## [4.
|
|
466
|
-
|
|
467
|
-
### Bugfixes
|
|
468
|
-
|
|
469
|
-
- `
|
|
470
|
-
|
|
471
|
-
## [4.
|
|
472
|
-
|
|
473
|
-
### Features
|
|
474
|
-
|
|
475
|
-
- `
|
|
476
|
-
|
|
477
|
-
## [4.
|
|
478
|
-
|
|
479
|
-
###
|
|
480
|
-
|
|
481
|
-
-
|
|
482
|
-
|
|
483
|
-
## [4.
|
|
484
|
-
|
|
485
|
-
### Features
|
|
486
|
-
|
|
487
|
-
-
|
|
488
|
-
|
|
489
|
-
## [4.
|
|
490
|
-
|
|
491
|
-
###
|
|
492
|
-
|
|
493
|
-
- Added `
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
- Added `
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
- Fixed `
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
###
|
|
573
|
-
|
|
574
|
-
-
|
|
575
|
-
|
|
576
|
-
## [3.
|
|
577
|
-
|
|
578
|
-
###
|
|
579
|
-
|
|
580
|
-
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
- Fixed `
|
|
601
|
-
|
|
602
|
-
## [3.0
|
|
603
|
-
|
|
604
|
-
###
|
|
605
|
-
|
|
606
|
-
-
|
|
607
|
-
|
|
608
|
-
## [3.0.
|
|
609
|
-
|
|
610
|
-
###
|
|
611
|
-
|
|
612
|
-
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
-
|
|
631
|
-
-
|
|
632
|
-
-
|
|
633
|
-
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
-
|
|
644
|
-
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
###
|
|
707
|
-
|
|
708
|
-
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
- Fix
|
|
715
|
-
|
|
716
|
-
## [2.
|
|
717
|
-
|
|
718
|
-
### Features
|
|
719
|
-
|
|
720
|
-
- Added
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
- Fix menu
|
|
727
|
-
|
|
728
|
-
## [2.
|
|
729
|
-
|
|
730
|
-
###
|
|
731
|
-
|
|
732
|
-
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
###
|
|
737
|
-
|
|
738
|
-
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
- Fixed
|
|
757
|
-
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
- Added
|
|
765
|
-
|
|
766
|
-
### Bug Fixes
|
|
767
|
-
|
|
768
|
-
-
|
|
769
|
-
-
|
|
770
|
-
-
|
|
771
|
-
|
|
772
|
-
## [2.
|
|
773
|
-
|
|
774
|
-
###
|
|
775
|
-
|
|
776
|
-
- Added
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
- Fixed
|
|
814
|
-
|
|
815
|
-
## [2.0.
|
|
816
|
-
|
|
817
|
-
### Bug Fixes
|
|
818
|
-
|
|
819
|
-
- Fixed
|
|
820
|
-
|
|
821
|
-
## [2.0.
|
|
822
|
-
|
|
823
|
-
###
|
|
824
|
-
|
|
825
|
-
-
|
|
826
|
-
|
|
827
|
-
## [
|
|
828
|
-
|
|
829
|
-
### Bug Fixes
|
|
830
|
-
|
|
831
|
-
-
|
|
832
|
-
|
|
833
|
-
## [
|
|
834
|
-
|
|
835
|
-
###
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [4.48.2] (12/01/2023)
|
|
4
|
+
|
|
5
|
+
### Feature
|
|
6
|
+
|
|
7
|
+
- Added mask for hours minutes `00:00` in `mask-util`
|
|
8
|
+
|
|
9
|
+
## [4.47.2] (12/01/2023)
|
|
10
|
+
|
|
11
|
+
### Bugfix
|
|
12
|
+
|
|
13
|
+
- Erased pagedSuggestions restart in line 140 of `dropdown-field-component.ts` because when the data was reloaded, the dropdown fields were blank
|
|
14
|
+
|
|
15
|
+
## [4.47.1] (18/11/2022)
|
|
16
|
+
|
|
17
|
+
### Bugfix
|
|
18
|
+
|
|
19
|
+
- Adjust `api.ipify` in geolocation.service
|
|
20
|
+
|
|
21
|
+
## [4.47.0] (28/12/2022)
|
|
22
|
+
|
|
23
|
+
### Feature
|
|
24
|
+
|
|
25
|
+
- Added permissions in `profile.model.ts`
|
|
26
|
+
|
|
27
|
+
## [4.46.0] (19/12/2022)
|
|
28
|
+
|
|
29
|
+
### Feature
|
|
30
|
+
|
|
31
|
+
- Adding `permission` in trips.
|
|
32
|
+
|
|
33
|
+
## [4.45.0] (08/12/2022)
|
|
34
|
+
|
|
35
|
+
### Feature
|
|
36
|
+
|
|
37
|
+
- Adding `permission Geofence` in profileService.
|
|
38
|
+
- Adding `AlterationHistory` in `vector-crud-history` and `Insert typeOfModification` in `crud-history.model`
|
|
39
|
+
|
|
40
|
+
## [4.44.4] (18/11/2022)
|
|
41
|
+
|
|
42
|
+
### Bugfix
|
|
43
|
+
|
|
44
|
+
- Adjust `name "carteira digital for conta digital` in menu-vector
|
|
45
|
+
|
|
46
|
+
## [4.44.3] (18/11/2022)
|
|
47
|
+
|
|
48
|
+
### Bugfix
|
|
49
|
+
|
|
50
|
+
- Adjust `open modal in icon termOfUse` in menu-vector
|
|
51
|
+
|
|
52
|
+
## [4.44.2] (16/11/2022)
|
|
53
|
+
|
|
54
|
+
### Bugfix
|
|
55
|
+
|
|
56
|
+
- Adjust `password` in validation
|
|
57
|
+
|
|
58
|
+
## [4.44.1] (01/11/2022)
|
|
59
|
+
|
|
60
|
+
### Bugfix
|
|
61
|
+
|
|
62
|
+
- Adjust `permission approveVector and approveETCD` in profileService
|
|
63
|
+
|
|
64
|
+
## [4.44.0] (28/10/2022)
|
|
65
|
+
|
|
66
|
+
### Feature
|
|
67
|
+
|
|
68
|
+
- Adding `permission` in groups.
|
|
69
|
+
|
|
70
|
+
## [4.43.0] (28/10/2022)
|
|
71
|
+
|
|
72
|
+
### Feature
|
|
73
|
+
|
|
74
|
+
- Adding `permission` in profileService.
|
|
75
|
+
|
|
76
|
+
## [4.42.1] (27/10/2022)
|
|
77
|
+
|
|
78
|
+
### Bugfix
|
|
79
|
+
|
|
80
|
+
- Added fixed `vector-checkbox-field` error validation
|
|
81
|
+
|
|
82
|
+
## [4.42.0] (26/10/2022)
|
|
83
|
+
|
|
84
|
+
### Feature
|
|
85
|
+
|
|
86
|
+
- Adding `columns expansible` in data-table.
|
|
87
|
+
|
|
88
|
+
## [4.41.1] (19/10/2022)
|
|
89
|
+
|
|
90
|
+
### Bugfix
|
|
91
|
+
|
|
92
|
+
- Adding search action in `SELECT-BUTTON` filter
|
|
93
|
+
|
|
94
|
+
## [4.41.0] (15/10/2022)
|
|
95
|
+
|
|
96
|
+
### Feature
|
|
97
|
+
|
|
98
|
+
- Added `HistoricalChangesNews` news permission
|
|
99
|
+
|
|
100
|
+
## [4.40.1] (14/10/2022)
|
|
101
|
+
|
|
102
|
+
### Bugfix
|
|
103
|
+
|
|
104
|
+
- Added fixed "pt-BR" locale to `vector-currency-field`.
|
|
105
|
+
|
|
106
|
+
## [4.40.0] (14/10/2022)
|
|
107
|
+
|
|
108
|
+
### Feature
|
|
109
|
+
|
|
110
|
+
- Added `maxDecimalInput `in `vector-currency-field`.
|
|
111
|
+
|
|
112
|
+
## [4.39.2] (13/10/2022)
|
|
113
|
+
|
|
114
|
+
### Bugfix
|
|
115
|
+
|
|
116
|
+
- Fixed `vector-currency-field` behavior when inputing values when `isBankingField` is set to `true`.
|
|
117
|
+
|
|
118
|
+
## [4.39.1] (13/10/2022)
|
|
119
|
+
|
|
120
|
+
### Feature
|
|
121
|
+
|
|
122
|
+
- adjusted bug in dataKey from `data-table.component`
|
|
123
|
+
|
|
124
|
+
## [4.39.0] (12/10/2022)
|
|
125
|
+
|
|
126
|
+
### Feature
|
|
127
|
+
|
|
128
|
+
- Added disabled option for checkBox in `Datatbles.component`.
|
|
129
|
+
|
|
130
|
+
## [4.38.1] (11/10/2022)
|
|
131
|
+
|
|
132
|
+
### Feature
|
|
133
|
+
|
|
134
|
+
- Fixed `expansible` feature for data-table.
|
|
135
|
+
|
|
136
|
+
## [4.38.0] (11/10/2022)
|
|
137
|
+
|
|
138
|
+
### Feature
|
|
139
|
+
|
|
140
|
+
- Added row expand in `datatable.component`.
|
|
141
|
+
|
|
142
|
+
## [4.37.2] (07/10/2022)
|
|
143
|
+
|
|
144
|
+
### BugFix
|
|
145
|
+
|
|
146
|
+
- Correction in `auth-service`.
|
|
147
|
+
|
|
148
|
+
## [4.37.1] (07/10/2022)
|
|
149
|
+
|
|
150
|
+
### BugFix
|
|
151
|
+
|
|
152
|
+
- Correction in `auth-service`.
|
|
153
|
+
|
|
154
|
+
## [4.37.0] (07/10/2022)
|
|
155
|
+
|
|
156
|
+
### BugFix
|
|
157
|
+
|
|
158
|
+
- Correction in `auth-service`.
|
|
159
|
+
|
|
160
|
+
## [4.36.0] (06/10/2022)
|
|
161
|
+
|
|
162
|
+
### Feature
|
|
163
|
+
|
|
164
|
+
- Added service change `AddPermisLastNameLocation ` profile permission
|
|
165
|
+
|
|
166
|
+
## [4.35.0] (05/10/2022)
|
|
167
|
+
|
|
168
|
+
### Feature
|
|
169
|
+
|
|
170
|
+
- Added service change `LinkedCnpj` top bar components
|
|
171
|
+
|
|
172
|
+
## [4.34.0] (03/10/2022)
|
|
173
|
+
|
|
174
|
+
### Feature
|
|
175
|
+
|
|
176
|
+
- Added `TripOfferShow` profile permission
|
|
177
|
+
|
|
178
|
+
## [4.33.0] (02/10/2022)
|
|
179
|
+
|
|
180
|
+
### Feature
|
|
181
|
+
|
|
182
|
+
- Added `Supply` profile permission.
|
|
183
|
+
|
|
184
|
+
# Changelog
|
|
185
|
+
|
|
186
|
+
## [4.32.0] (30/09/2022)
|
|
187
|
+
|
|
188
|
+
### Feature
|
|
189
|
+
|
|
190
|
+
- Added `ETCD` profile permission.
|
|
191
|
+
|
|
192
|
+
## [4.31.0] (30/09/2022)
|
|
193
|
+
|
|
194
|
+
### Feature
|
|
195
|
+
|
|
196
|
+
- Added `RECEPTION_PRODUCT` profile permission.
|
|
197
|
+
|
|
198
|
+
# Changelog
|
|
199
|
+
|
|
200
|
+
## [4.30.0] (30/09/2022)
|
|
201
|
+
|
|
202
|
+
### Feature
|
|
203
|
+
|
|
204
|
+
- Added `Parameters` profile permission.
|
|
205
|
+
|
|
206
|
+
## [4.29.0] (27/09/2022)
|
|
207
|
+
|
|
208
|
+
### Feature
|
|
209
|
+
|
|
210
|
+
- Added `max-width` and `line-break` support for `vector-generic-modal`.
|
|
211
|
+
|
|
212
|
+
## [4.28.0] (22/09/2022)
|
|
213
|
+
|
|
214
|
+
### Feature
|
|
215
|
+
|
|
216
|
+
- Added `page` in `datatableComponent` to use in datatable fintech
|
|
217
|
+
|
|
218
|
+
## [4.27.0] (21/09/2022)
|
|
219
|
+
|
|
220
|
+
### Feature
|
|
221
|
+
|
|
222
|
+
- Added `APPROVE_VECTOR` profile permission, ProfileModuleActionType.
|
|
223
|
+
- Added `APPROVE_ETCD` profile permission, ProfileModuleActionType.
|
|
224
|
+
- Added `DIGITAL_DISCHARGE` profile permission, ProfileModuleType
|
|
225
|
+
|
|
226
|
+
## [4.26.0] (15/09/2022)
|
|
227
|
+
|
|
228
|
+
### Feature
|
|
229
|
+
|
|
230
|
+
- Added `userId` in `profile.service`.
|
|
231
|
+
|
|
232
|
+
## [4.25.1] (15/09/2022)
|
|
233
|
+
|
|
234
|
+
### Bugfix
|
|
235
|
+
|
|
236
|
+
- fix `CREDIT_UNIT` profile permission.
|
|
237
|
+
|
|
238
|
+
## [4.25.0] (15/09/2022)
|
|
239
|
+
|
|
240
|
+
### Feature
|
|
241
|
+
|
|
242
|
+
- Added `CREDIT` profile permission.
|
|
243
|
+
- Added `CREDIT_UNIT` profile permission.
|
|
244
|
+
|
|
245
|
+
## [4.24.0] (14/09/2022)
|
|
246
|
+
|
|
247
|
+
### Feature
|
|
248
|
+
|
|
249
|
+
- Added `News` profile permission.
|
|
250
|
+
|
|
251
|
+
## [4.23.0] (14/09/2022)
|
|
252
|
+
|
|
253
|
+
### Feature
|
|
254
|
+
|
|
255
|
+
- Added `step` support for `vector-percentage-field`.
|
|
256
|
+
|
|
257
|
+
### Bugfix
|
|
258
|
+
|
|
259
|
+
- Fixed `vector-radio-button` alignment.
|
|
260
|
+
|
|
261
|
+
## [4.22.4] (09/09/2022)
|
|
262
|
+
|
|
263
|
+
### BugFix
|
|
264
|
+
|
|
265
|
+
- change search document format
|
|
266
|
+
|
|
267
|
+
## [4.22.3] (06/09/2022)
|
|
268
|
+
|
|
269
|
+
### BugFix
|
|
270
|
+
|
|
271
|
+
- Hide button after click dropdown
|
|
272
|
+
|
|
273
|
+
## [4.22.2] (06/09/2022)
|
|
274
|
+
|
|
275
|
+
### BugFix
|
|
276
|
+
|
|
277
|
+
- dropdown change for choosing accounts, whenever you have more than 1 account, dropdown appears on the active account
|
|
278
|
+
|
|
279
|
+
## [4.22.1] (06/09/2022)
|
|
280
|
+
|
|
281
|
+
### BugFix
|
|
282
|
+
|
|
283
|
+
- added `onHeaderCheckboxToggle` in `datatableComponent`
|
|
284
|
+
|
|
285
|
+
## [4.22.0] (05/09/2022)
|
|
286
|
+
|
|
287
|
+
### Feature
|
|
288
|
+
|
|
289
|
+
- added `cpf-cnpj-validator` in `utils`, added `plate-mask` in `mask-utils`, added permissions in `profile.model.ts`.
|
|
290
|
+
|
|
291
|
+
## [4.21.0] (30/08/2022)
|
|
292
|
+
|
|
293
|
+
### Feature
|
|
294
|
+
|
|
295
|
+
- added `profileName` to user info in `profile.service.ts`.
|
|
296
|
+
|
|
297
|
+
## [4.20.1] (15/08/2022)
|
|
298
|
+
|
|
299
|
+
### Bugfix
|
|
300
|
+
|
|
301
|
+
- adjusted `data-table` to not keep start property when clicking search, validation in `data-table.component.ts`.
|
|
302
|
+
|
|
303
|
+
## [4.20.0] (15/08/2022)
|
|
304
|
+
|
|
305
|
+
### Features
|
|
306
|
+
|
|
307
|
+
- Added `input-number` to `Componentes`
|
|
308
|
+
|
|
309
|
+
## [4.19.0] (13/08/2022)
|
|
310
|
+
|
|
311
|
+
### Features
|
|
312
|
+
|
|
313
|
+
- Added `TEXT_BADGE` type to `TableColumnType` to render `vector-badge` on table.
|
|
314
|
+
|
|
315
|
+
### Bugfixes
|
|
316
|
+
|
|
317
|
+
- Fixed filters patch from query params.
|
|
318
|
+
|
|
319
|
+
## [4.18.0] (05/08/2022)
|
|
320
|
+
|
|
321
|
+
### Features
|
|
322
|
+
|
|
323
|
+
- Added `CustomButtons` to `vector-data-table` so the data-tables can have more buttons if needed.
|
|
324
|
+
|
|
325
|
+
## [4.17.0] (04/08/2022)
|
|
326
|
+
|
|
327
|
+
### Features
|
|
328
|
+
|
|
329
|
+
- Added `filterMultiselect` to `FiltersType` to search for multiple selection
|
|
330
|
+
|
|
331
|
+
## [4.16.1] (01/08/2022)
|
|
332
|
+
|
|
333
|
+
### Bugfixes
|
|
334
|
+
|
|
335
|
+
- Fixed `getCodes` function from `ObjectUtil` to support inner JSON objects.
|
|
336
|
+
|
|
337
|
+
## [4.16.0] (31/07/2022)
|
|
338
|
+
|
|
339
|
+
### Features
|
|
340
|
+
|
|
341
|
+
- Added `getCodes` to `ObjectUtil` to mutate the given object properties to keep only the `code` property.
|
|
342
|
+
|
|
343
|
+
### Bugfixes
|
|
344
|
+
|
|
345
|
+
- `FiltersComponent` fixed to patch the query params values correctly.
|
|
346
|
+
|
|
347
|
+
## [4.15.0] (01/08/2022)
|
|
348
|
+
|
|
349
|
+
### Features
|
|
350
|
+
|
|
351
|
+
- Added function to add new account fintech.
|
|
352
|
+
|
|
353
|
+
## [4.14.0] (22/07/2022)
|
|
354
|
+
|
|
355
|
+
### Features
|
|
356
|
+
|
|
357
|
+
- Added `AlterationHistory` in `vector-crud-history` to use the logtech pattern.
|
|
358
|
+
|
|
359
|
+
## [4.13.0] (18/07/2022)
|
|
360
|
+
|
|
361
|
+
### Features
|
|
362
|
+
|
|
363
|
+
- Added `selectionType` in `vector-data-table` to add `checkboxbutton` or `radionbutton` in table.
|
|
364
|
+
|
|
365
|
+
### Refactor
|
|
366
|
+
|
|
367
|
+
- Refactor `generic-modal` to accept news parameters and output events for make more dynamically.
|
|
368
|
+
|
|
369
|
+
## [4.12.0] (18/07/2022)
|
|
370
|
+
|
|
371
|
+
### Features
|
|
372
|
+
|
|
373
|
+
- Added `multipleCheck` in `vector-checkbox-field` to add multiple options.
|
|
374
|
+
|
|
375
|
+
## [4.11.2] (16/07/2022)
|
|
376
|
+
|
|
377
|
+
### Bugfixes
|
|
378
|
+
|
|
379
|
+
- Fixed `radio-button` to show invalid status color when touched.
|
|
380
|
+
|
|
381
|
+
## [4.11.1] (15/07/2022)
|
|
382
|
+
|
|
383
|
+
### Bugfixes
|
|
384
|
+
|
|
385
|
+
- Fixed `getUserId` in `storageService` to get correctly user id.
|
|
386
|
+
|
|
387
|
+
## [4.11.0] (15/07/2022)
|
|
388
|
+
|
|
389
|
+
### Features
|
|
390
|
+
|
|
391
|
+
- added `disabled` on `vector-range-field` to disabled field when insert true.
|
|
392
|
+
- added `disabled` on `vector-currency-field` to disabled field when insert true.
|
|
393
|
+
|
|
394
|
+
## [4.10.5] (14/07/2022)
|
|
395
|
+
|
|
396
|
+
### Bugfixes
|
|
397
|
+
|
|
398
|
+
- Fixed `doMaskString` on `MaskUtil` to safely return a empty `string` when receiving an empty input.
|
|
399
|
+
|
|
400
|
+
## [4.10.4] (13/07/2022)
|
|
401
|
+
|
|
402
|
+
### Bugfixes
|
|
403
|
+
|
|
404
|
+
- Fixed excel and pdf display button in `vector-data-table`.
|
|
405
|
+
|
|
406
|
+
## [4.10.3] (13/07/2022)
|
|
407
|
+
|
|
408
|
+
### Bugfixes
|
|
409
|
+
|
|
410
|
+
- Fixed sort column without actions in `vector-data-table`.
|
|
411
|
+
|
|
412
|
+
## [4.10.2] (10/07/2022)
|
|
413
|
+
|
|
414
|
+
### Bugfixes
|
|
415
|
+
|
|
416
|
+
- Fixed arrow icon in(Sort column) `vector-data-table`
|
|
417
|
+
|
|
418
|
+
## [4.10.1] (10/07/2022)
|
|
419
|
+
|
|
420
|
+
### Bugfixes
|
|
421
|
+
|
|
422
|
+
- Fixed autoStart `vector-data-table`
|
|
423
|
+
|
|
424
|
+
## [4.9.0] (10/07/2022)
|
|
425
|
+
|
|
426
|
+
### Features
|
|
427
|
+
|
|
428
|
+
- Added `MASK` type to `TableColumn` enum and implemented it on `data-table`;
|
|
429
|
+
- Added `FieldType` `DATE_RANGE` to `data-table` filters.
|
|
430
|
+
|
|
431
|
+
## [4.8.0] (09/07/2022)
|
|
432
|
+
|
|
433
|
+
### Features
|
|
434
|
+
|
|
435
|
+
- Added `notSortable` property do `TableColumn` and implemented it on `data-table`.
|
|
436
|
+
|
|
437
|
+
## [4.7.1] (09/07/2022)
|
|
438
|
+
|
|
439
|
+
### BugFixes
|
|
440
|
+
|
|
441
|
+
- Fixed `getById` on `getSugestionsOfDropDown`.
|
|
442
|
+
|
|
443
|
+
## [4.7.0] (08/07/2022)
|
|
444
|
+
|
|
445
|
+
### BugFixes
|
|
446
|
+
|
|
447
|
+
- Added new Permissions in `profile.model.ts`.
|
|
448
|
+
|
|
449
|
+
### Features
|
|
450
|
+
|
|
451
|
+
- Added `profileTypeItens` BehaviourSubject in `profile.serivice.ts`.
|
|
452
|
+
|
|
453
|
+
## [4.6.3] (08/07/2022)
|
|
454
|
+
|
|
455
|
+
### Bugfixes
|
|
456
|
+
|
|
457
|
+
- fixed `menu-label` min-width to align correctly items.
|
|
458
|
+
|
|
459
|
+
## [4.6.2] (07/07/2022)
|
|
460
|
+
|
|
461
|
+
### Bugfixes
|
|
462
|
+
|
|
463
|
+
- fixed `top-bar` to display vector user first name.
|
|
464
|
+
|
|
465
|
+
## [4.6.1] (05/07/2022)
|
|
466
|
+
|
|
467
|
+
### Bugfixes
|
|
468
|
+
|
|
469
|
+
- `percentage field component` added minFractionDigits and maxFractionDigits properties to configure decimal values
|
|
470
|
+
|
|
471
|
+
## [4.6.0] (06/07/2022)
|
|
472
|
+
|
|
473
|
+
### Features
|
|
474
|
+
|
|
475
|
+
- Added `goBackHidden` parameter to hidden goBackButton in `vector-crud-footer`.
|
|
476
|
+
|
|
477
|
+
## [4.5.1] (30/06/2022)
|
|
478
|
+
|
|
479
|
+
### Bugfixes
|
|
480
|
+
|
|
481
|
+
- `menu` changed admin menu to show only fintech admin.
|
|
482
|
+
|
|
483
|
+
## [4.5.0] (29/06/2022)
|
|
484
|
+
|
|
485
|
+
### Features
|
|
486
|
+
|
|
487
|
+
- `vector-filters` changed to read the url queryParams to set default values.
|
|
488
|
+
|
|
489
|
+
## [4.4.0] (28/06/2022)
|
|
490
|
+
|
|
491
|
+
### Features
|
|
492
|
+
|
|
493
|
+
- Added `isExternalUrl` in `http-interceptor.ts`;
|
|
494
|
+
|
|
495
|
+
## [4.3.0] (27/06/2022)
|
|
496
|
+
|
|
497
|
+
### Features
|
|
498
|
+
|
|
499
|
+
- Added `HttpDataResponse` in model `http-response.model.ts`;
|
|
500
|
+
|
|
501
|
+
## [4.2.1] (27/06/2022)
|
|
502
|
+
|
|
503
|
+
### Bug Fixes
|
|
504
|
+
|
|
505
|
+
- Added `ADD_REGION` in model `profile.model.ts`;
|
|
506
|
+
- Added `SHOW_REGION` in model `profile.model.ts`;
|
|
507
|
+
- Added `EDIT_REGION` in model `profile.model.ts`;
|
|
508
|
+
|
|
509
|
+
## [4.2.0] (24/06/2022)
|
|
510
|
+
|
|
511
|
+
### Features
|
|
512
|
+
|
|
513
|
+
- Added `CUSTOM_STYLES` in TableColumnType on `data-table-component`;
|
|
514
|
+
- Added `textFieldClass` in TableColumn on `data-table-component`;
|
|
515
|
+
|
|
516
|
+
## [4.1.1] (23/06/2022)
|
|
517
|
+
|
|
518
|
+
### Bug Fixes
|
|
519
|
+
|
|
520
|
+
- Fixed `FilterChangedEvent` external model to use in all project.
|
|
521
|
+
|
|
522
|
+
## [4.1.0] (23/06/2022)
|
|
523
|
+
|
|
524
|
+
### Features
|
|
525
|
+
|
|
526
|
+
- Added `onFilterChanged` event on `filters` and `data-table`;
|
|
527
|
+
|
|
528
|
+
### Bug Fixes
|
|
529
|
+
|
|
530
|
+
- Fixed `filters` to validate required fields before searching.
|
|
531
|
+
|
|
532
|
+
## [4.0.0] (21/06/2022)
|
|
533
|
+
|
|
534
|
+
### Breaking Changes
|
|
535
|
+
|
|
536
|
+
- Added `getById` on `BaseDropdown` interface.
|
|
537
|
+
|
|
538
|
+
### Bug Fixes
|
|
539
|
+
|
|
540
|
+
- Fixed `dropdown` behavior with and without `minLengthToService` set;
|
|
541
|
+
- Fixed `dropdown` search on suggestions to ignore case;
|
|
542
|
+
- Fixed `data-table` header z-index to keep below other fixed elements (e.g `vector-footer`);
|
|
543
|
+
- Fixed `multiselect` to get the correct item property for value.
|
|
544
|
+
|
|
545
|
+
## [3.6.1] (15/06/2022)
|
|
546
|
+
|
|
547
|
+
### Bug Fixes
|
|
548
|
+
|
|
549
|
+
- Changed overflow behavior of tabview to scroll.
|
|
550
|
+
-
|
|
551
|
+
|
|
552
|
+
## [3.6.0] (14/06/2022)
|
|
553
|
+
|
|
554
|
+
### Features
|
|
555
|
+
|
|
556
|
+
- Added selection to data-table component.
|
|
557
|
+
- Added hasAction input, now can hide action column.
|
|
558
|
+
|
|
559
|
+
## [3.5.0] (09/06/2022)
|
|
560
|
+
|
|
561
|
+
### Features
|
|
562
|
+
|
|
563
|
+
- Added `disabled` property on `ListItem`;
|
|
564
|
+
- Added `onChange` event on `vector-multiselect-field`.
|
|
565
|
+
|
|
566
|
+
## [3.4.0] (26/05/2022)
|
|
567
|
+
|
|
568
|
+
### Features
|
|
569
|
+
|
|
570
|
+
- Added `inputClassName` property to `vector-currency-field`;
|
|
571
|
+
|
|
572
|
+
### Bug Fixes
|
|
573
|
+
|
|
574
|
+
- Fixed `vector-button` style property type;
|
|
575
|
+
|
|
576
|
+
## [3.3.1] (25/05/2022)
|
|
577
|
+
|
|
578
|
+
### Bug Fixes
|
|
579
|
+
|
|
580
|
+
- Fixed `fullName` validation of `Utils`, changed invalid error message.
|
|
581
|
+
|
|
582
|
+
## [3.3.0] (24/05/2022)
|
|
583
|
+
|
|
584
|
+
### Features
|
|
585
|
+
|
|
586
|
+
- Added min length to call the dropdown service query.
|
|
587
|
+
|
|
588
|
+
## [3.2.0] (24/05/2022)
|
|
589
|
+
|
|
590
|
+
### Features
|
|
591
|
+
|
|
592
|
+
- Added the ability to add a button column to the `vector-data-table` component that calls a custom function.
|
|
593
|
+
- Added the possibility to hide the actions column of the component `vector-data-table`.
|
|
594
|
+
|
|
595
|
+
## [3.1.1] (20/05/2022)
|
|
596
|
+
|
|
597
|
+
### Bug Fixes
|
|
598
|
+
|
|
599
|
+
- Fixed `vector-button` to fill 100% of container.
|
|
600
|
+
- Fixed `BOLETO_PATTERN` in `MaskUtils` for accept a digit more.
|
|
601
|
+
|
|
602
|
+
## [3.1.0] (19/05/2022)
|
|
603
|
+
|
|
604
|
+
### Features
|
|
605
|
+
|
|
606
|
+
- added `isBankingField` input to `vector-currency-field`.
|
|
607
|
+
|
|
608
|
+
## [3.0.2] (19/05/2022)
|
|
609
|
+
|
|
610
|
+
### Bug Fixes
|
|
611
|
+
|
|
612
|
+
- Fixed `vector-button` disable behavior.
|
|
613
|
+
|
|
614
|
+
## [3.0.1] (08/05/2022)
|
|
615
|
+
|
|
616
|
+
### Bug Fixes
|
|
617
|
+
|
|
618
|
+
- Fixed peer dependency version.
|
|
619
|
+
|
|
620
|
+
## [3.0.0] (08/05/2022)
|
|
621
|
+
|
|
622
|
+
### Breaking Changes
|
|
623
|
+
|
|
624
|
+
- Changed `mixins` to a separated `mixins.scss` file.
|
|
625
|
+
|
|
626
|
+
### Features
|
|
627
|
+
|
|
628
|
+
- Added generic guard to check if crud list has items;
|
|
629
|
+
- Added generic resolver to get the selected crud item from the list;
|
|
630
|
+
- Added generic resolver to get the selected crud item history from the list;
|
|
631
|
+
- Added `vector-badge` component;
|
|
632
|
+
- Added `vector-crud-header` component;
|
|
633
|
+
- Added `vector-select-button-field` component;
|
|
634
|
+
- Added `formatDocument` pipe;
|
|
635
|
+
- Added `VIRTUAL_CARRIER` view type;
|
|
636
|
+
- Added styles input to `vector-button` to apply styles to the `<button>` tag;
|
|
637
|
+
- Added dynamic filters to dropdown;
|
|
638
|
+
- Breadcrumb now has clickable links to navigate to route fragments.
|
|
639
|
+
|
|
640
|
+
### Bug Fixes
|
|
641
|
+
|
|
642
|
+
- Menu fixed to navigate to menu route even if it has children;
|
|
643
|
+
- Changed `vector-data-table` appearence to match new design;
|
|
644
|
+
- Fixed `vector-filters` to hide the search button when there is no visible filters;
|
|
645
|
+
- Removed unnecessary `variables.scss` references throughout the project.
|
|
646
|
+
|
|
647
|
+
## [2.14.0] (05/05/2022)
|
|
648
|
+
|
|
649
|
+
### Features
|
|
650
|
+
|
|
651
|
+
- TokenIsPresentGuard changed to support both storage and queryParams token.
|
|
652
|
+
|
|
653
|
+
### Bug Fixes
|
|
654
|
+
|
|
655
|
+
- MenuComponent fixed to take priority on `frameUrl` to make sure `route` can still be used to build the breadcrumbs if needed;
|
|
656
|
+
- Made some changes to the accordion styles.
|
|
657
|
+
|
|
658
|
+
## [2.13.1] (28/04/2022)
|
|
659
|
+
|
|
660
|
+
### Bug Fixes
|
|
661
|
+
|
|
662
|
+
- Fix conflict merge with versions 2.12.0 with 2.13.0.
|
|
663
|
+
|
|
664
|
+
## [2.13.0] (27/04/2022)
|
|
665
|
+
|
|
666
|
+
### Features
|
|
667
|
+
|
|
668
|
+
- Added input valueMovimented in vector-range-value component.
|
|
669
|
+
|
|
670
|
+
### Bug Fixes
|
|
671
|
+
|
|
672
|
+
- Fix Sent API address for endpoint.
|
|
673
|
+
- Fix export GeolocationService.
|
|
674
|
+
|
|
675
|
+
## [2.12.0] (26/04/2022)
|
|
676
|
+
|
|
677
|
+
### Features
|
|
678
|
+
|
|
679
|
+
- MenuItem changed to accept both singular and array of permissions.
|
|
680
|
+
|
|
681
|
+
## [2.11.0] (20/04/2022)
|
|
682
|
+
|
|
683
|
+
### Features
|
|
684
|
+
|
|
685
|
+
- Added currency-input rounded option.
|
|
686
|
+
|
|
687
|
+
### Bug Fixes
|
|
688
|
+
|
|
689
|
+
- Fixed breadcrumb responsive layout;
|
|
690
|
+
- Fixed radio-button responsive layout;
|
|
691
|
+
- Changed menu backgroud to white;
|
|
692
|
+
- Changed accordion styles.
|
|
693
|
+
|
|
694
|
+
## [2.10.0] (19/04/2022)
|
|
695
|
+
|
|
696
|
+
### Features
|
|
697
|
+
|
|
698
|
+
- Added login info and geolocation to share: date, time, device info, ip, hostname, latitude, longitude, accuracy.
|
|
699
|
+
|
|
700
|
+
## [2.8.0] (08/04/2022)
|
|
701
|
+
|
|
702
|
+
### Features
|
|
703
|
+
|
|
704
|
+
- Added containsLettersAndNumbers validation.
|
|
705
|
+
|
|
706
|
+
### Fix
|
|
707
|
+
|
|
708
|
+
- Fix currency-field min and max value don't work.
|
|
709
|
+
|
|
710
|
+
## [2.7.1] (08/04/2022)
|
|
711
|
+
|
|
712
|
+
### Fix
|
|
713
|
+
|
|
714
|
+
- Fix text-field don't limit to alpha numeric with alphanumeric true.
|
|
715
|
+
|
|
716
|
+
## [2.7.0] (04/04/2022)
|
|
717
|
+
|
|
718
|
+
### Features
|
|
719
|
+
|
|
720
|
+
- Added alphaNumeric option to text-field.
|
|
721
|
+
|
|
722
|
+
### Bug Fixes
|
|
723
|
+
|
|
724
|
+
- Fix top-bar to hidden notification if is fintech.
|
|
725
|
+
- Fix top-bar changed label for change password.
|
|
726
|
+
- Fix toggle menu when keydown escape.
|
|
727
|
+
|
|
728
|
+
## [2.6.0] (30/03/2022)
|
|
729
|
+
|
|
730
|
+
### Features
|
|
731
|
+
|
|
732
|
+
- Added directive min and max for percentage-field.
|
|
733
|
+
- Added notSequentialNumbers validator.
|
|
734
|
+
- Added firstLetterIsUppercase validator.
|
|
735
|
+
|
|
736
|
+
### Bug Fixes
|
|
737
|
+
|
|
738
|
+
- Fix menu service for don't delete father.
|
|
739
|
+
|
|
740
|
+
## [2.5.1] (24/03/2022)
|
|
741
|
+
|
|
742
|
+
### Bug Fixes
|
|
743
|
+
|
|
744
|
+
- Fix input checkbox don't mark when click on label.
|
|
745
|
+
|
|
746
|
+
## [2.5.0] (21/03/2022)
|
|
747
|
+
|
|
748
|
+
### Features
|
|
749
|
+
|
|
750
|
+
- Added menu notifications count
|
|
751
|
+
|
|
752
|
+
### Bug Fixes
|
|
753
|
+
|
|
754
|
+
- Fixed gray colors variables names;
|
|
755
|
+
- Fixed topbar to show Fintech menus only when is Fintech;
|
|
756
|
+
- Fixed permissions request to save permissions on storage before using them.
|
|
757
|
+
- Calendar-field "min" and "max" properties set optional.
|
|
758
|
+
|
|
759
|
+
## [2.4.0] (20/03/2022)
|
|
760
|
+
|
|
761
|
+
### Features
|
|
762
|
+
|
|
763
|
+
- Added min and max validation functions to forms;
|
|
764
|
+
- Added onlyActivePipe.
|
|
765
|
+
|
|
766
|
+
### Bug Fixes
|
|
767
|
+
|
|
768
|
+
- Fixed menu service to hide parent menus when no children is left after filtering by permission;
|
|
769
|
+
- Changed data-table scrollHeight from 350px to 300px to prevent unnecessary scrolling on viewport;
|
|
770
|
+
- Added toast to unexpected errors from the API.
|
|
771
|
+
|
|
772
|
+
## [2.3.0] (18/03/2022)
|
|
773
|
+
|
|
774
|
+
### Features
|
|
775
|
+
|
|
776
|
+
- Added vector-field-error-message for showing when field is invalid.
|
|
777
|
+
|
|
778
|
+
### Bug Fixes
|
|
779
|
+
|
|
780
|
+
- Fix input calendar invalid showing incorrect;
|
|
781
|
+
- Fix input dropdown invalid showing incorrect;
|
|
782
|
+
- Fix Top-bar now show correct account information.
|
|
783
|
+
|
|
784
|
+
## [2.2.2] (17/03/2022)
|
|
785
|
+
|
|
786
|
+
### Feature
|
|
787
|
+
|
|
788
|
+
- Added new default color for text in \_variables.scss.
|
|
789
|
+
- Fix Portals items in menu showing incorrect.
|
|
790
|
+
|
|
791
|
+
## [2.2.1] (17/03/2022)
|
|
792
|
+
|
|
793
|
+
### Bug Fixes
|
|
794
|
+
|
|
795
|
+
- Fix Portals items menu with switched color.
|
|
796
|
+
- Added directive in vector-top-var(fintech, service);
|
|
797
|
+
- Fix Menu showing without account information in fintech vector-top-bar;
|
|
798
|
+
|
|
799
|
+
## [2.2.0] (10/03/2022)
|
|
800
|
+
|
|
801
|
+
### Features
|
|
802
|
+
|
|
803
|
+
- Added textarea field;
|
|
804
|
+
- Added sessionStorage functions to StorageService;
|
|
805
|
+
- Added IFrame opening option to menu items;
|
|
806
|
+
- Added inversed colors vector logo.
|
|
807
|
+
|
|
808
|
+
### Bug Fixes
|
|
809
|
+
|
|
810
|
+
- Fixed dropdown code comparision on filter to support any format;
|
|
811
|
+
- Fixed data table auto load when using virtual pagination;
|
|
812
|
+
- Fixed breadcrumb font-weight;
|
|
813
|
+
- Fixed menu icon filter.
|
|
814
|
+
|
|
815
|
+
## [2.0.3] (01/03/2022)
|
|
816
|
+
|
|
817
|
+
### Bug Fixes
|
|
818
|
+
|
|
819
|
+
- Fixed AuthService url to support multiple projects with different endpoint prefixes.
|
|
820
|
+
|
|
821
|
+
## [2.0.2] (01/03/2022)
|
|
822
|
+
|
|
823
|
+
### Bug Fixes
|
|
824
|
+
|
|
825
|
+
- Fixed old variable
|
|
826
|
+
|
|
827
|
+
## [2.0.1] (01/03/2022)
|
|
828
|
+
|
|
829
|
+
### Bug Fixes
|
|
830
|
+
|
|
831
|
+
- Fixed missing styles
|
|
832
|
+
|
|
833
|
+
## [2.0.0] (01/03/2022)
|
|
834
|
+
|
|
835
|
+
### Breaking Changes
|
|
836
|
+
|
|
837
|
+
- CSS variables changed declaration form.
|
|
838
|
+
|
|
839
|
+
## [1.0.2] (01/03/2022)
|
|
840
|
+
|
|
841
|
+
### Bug Fixes
|
|
842
|
+
|
|
843
|
+
- Changed text field filter to validate only when on "only text" mode.
|
|
844
|
+
|
|
845
|
+
## [1.0.1] (27/02/2022)
|
|
846
|
+
|
|
847
|
+
### Bug Fixes
|
|
848
|
+
|
|
849
|
+
### Features
|
|
850
|
+
|
|
851
|
+
### Breaking Changes
|
|
852
|
+
|
|
853
|
+
- Library publishing
|