@gipisistemas/ng-core 1.0.68 → 1.1.0
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +38 -0
- package/_ITSS-NG-CI-CD.yml +53 -0
- package/_ITSS-NG-CI-PR.yml +53 -0
- package/angular-cli.json +42 -0
- package/azure-pipelines.yml +35 -0
- package/package.json +83 -31
- package/projects/itss-ng/ng-package.json +7 -0
- package/projects/itss-ng/package.json +25 -0
- package/assets/styles/colors.scss +0 -261
- package/assets/styles/layout-grid.scss +0 -146
- package/assets/styles/styles.scss +0 -149
- package/assets/styles/theme.scss +0 -22
- package/assets/styles/typography.scss +0 -54
- package/assets/styles/variable.scss +0 -41
- package/bundles/gipisistemas-ng-core.umd.js +0 -28311
- package/bundles/gipisistemas-ng-core.umd.js.map +0 -1
- package/bundles/gipisistemas-ng-core.umd.min.js +0 -66
- package/bundles/gipisistemas-ng-core.umd.min.js.map +0 -1
- package/core/app-messages.d.ts +0 -9
- package/core/app.messages.d.ts +0 -4
- package/core/components/abstract-crud.component.d.ts +0 -27
- package/core/components/abstract-find.component.d.ts +0 -43
- package/core/components/abstract.component.d.ts +0 -23
- package/core/components/alert/alert.component.d.ts +0 -7
- package/core/core.module.d.ts +0 -17
- package/core/custom-breakpoints.d.ts +0 -7
- package/core/enums/local-time.enum.d.ts +0 -5
- package/core/extensions/string.extension.d.ts +0 -3
- package/core/gipi-components/components/abstract-crud.component.d.ts +0 -25
- package/core/gipi-components/components/abstract-find.component.d.ts +0 -73
- package/core/gipi-components/components/abstract.component.d.ts +0 -38
- package/core/gipi-components/decorators/autowired.decorator.d.ts +0 -7
- package/core/gipi-components/enums/sort-direction.enum.d.ts +0 -5
- package/core/gipi-components/interface/abstract-crud.interface.d.ts +0 -5
- package/core/gipi-components/interface/abstract-find.interface.d.ts +0 -12
- package/core/gipi-components/interface/abstract.interface.d.ts +0 -11
- package/core/gipi-components/interface/base-permission.interface.d.ts +0 -9
- package/core/gipi-components/models/abstract-filter.model.d.ts +0 -9
- package/core/gipi-components/models/abstract.model.d.ts +0 -7
- package/core/gipi-components/models/applied-filter.model.d.ts +0 -9
- package/core/gipi-components/models/dto/abstract.dto.d.ts +0 -7
- package/core/gipi-components/models/page-event.model.d.ts +0 -18
- package/core/gipi-components/models/page.model.d.ts +0 -7
- package/core/gipi-components/models/sort.model.d.ts +0 -6
- package/core/gipi-components/services/abstract-crud.service.d.ts +0 -83
- package/core/gipi-components/services/abstract.service.d.ts +0 -19
- package/core/gipi-components/services/base.service.d.ts +0 -35
- package/core/gipi-components/services/file.service.d.ts +0 -6
- package/core/gipi-components/services/session-storage.service.d.ts +0 -8
- package/core/gipi-components/types/generic.type.d.ts +0 -1
- package/core/gipi-components/types/uuid.type.d.ts +0 -1
- package/core/guards/auth.guard.d.ts +0 -11
- package/core/guards/permission.guard.d.ts +0 -14
- package/core/guards/public.guard.d.ts +0 -11
- package/core/interceptors/auth.interceptor.d.ts +0 -9
- package/core/interceptors/error.interceptor.d.ts +0 -11
- package/core/models/abstract.model.d.ts +0 -3
- package/core/models/archive.model.d.ts +0 -4
- package/core/models/authority.model.d.ts +0 -3
- package/core/models/base-user.model.d.ts +0 -12
- package/core/models/dto/abstract.dto.d.ts +0 -2
- package/core/models/dto/api-error.dto.d.ts +0 -9
- package/core/models/dto/api-sub-error.dto.d.ts +0 -7
- package/core/models/dto/chart.dto.d.ts +0 -5
- package/core/models/dto/confirmation.dto.d.ts +0 -10
- package/core/models/dto/dialog.dto.d.ts +0 -36
- package/core/models/dto/filter.dto.d.ts +0 -8
- package/core/models/dto/input-listbox.dto.d.ts +0 -6
- package/core/models/dto/menu.dto.d.ts +0 -15
- package/core/models/dto/message.dto.d.ts +0 -7
- package/core/models/dto/page.dto.d.ts +0 -8
- package/core/models/dto/sort.dto.d.ts +0 -7
- package/core/models/dto/tab.dto.d.ts +0 -12
- package/core/models/dto/table-column.dto.d.ts +0 -21
- package/core/models/dto/table-group-header.dto.d.ts +0 -7
- package/core/models/dto/table-page-event.dto.d.ts +0 -6
- package/core/models/dto/token.dto.d.ts +0 -8
- package/core/models/enums/criteria-operation.enum.d.ts +0 -13
- package/core/models/enums/criteria-sort-direction.enum.d.ts +0 -4
- package/core/models/enums/menu-type.enum.d.ts +0 -6
- package/core/models/enums/radio-button.enum.d.ts +0 -6
- package/core/models/enums/sort-direction.enum.d.ts +0 -4
- package/core/models/multitenant.model.d.ts +0 -4
- package/core/models/permission.model.d.ts +0 -8
- package/core/models/role.model.d.ts +0 -7
- package/core/pipes/local-time.pipe.d.ts +0 -6
- package/core/services/abstract-crud.service.d.ts +0 -15
- package/core/services/abstract-find.service.d.ts +0 -30
- package/core/services/abstract.service.d.ts +0 -13
- package/core/services/authentication.service.d.ts +0 -23
- package/core/services/breakpoint-observer.service.d.ts +0 -9
- package/core/services/confirmation.service.d.ts +0 -8
- package/core/services/dialog.service.d.ts +0 -8
- package/core/services/message.service.d.ts +0 -8
- package/core/services/nav.service.d.ts +0 -16
- package/core/services/svg-register.service.d.ts +0 -22
- package/core/types/local-time.type.d.ts +0 -5
- package/core/types/ng-class.type.d.ts +0 -10
- package/core/utils/array.util.d.ts +0 -14
- package/core/utils/browser.util.d.ts +0 -4
- package/core/utils/currency.util.d.ts +0 -6
- package/core/utils/date.util.d.ts +0 -39
- package/core/utils/document.util.d.ts +0 -11
- package/core/utils/email.util.d.ts +0 -4
- package/core/utils/number.util.d.ts +0 -8
- package/core/utils/object.util.d.ts +0 -20
- package/core/utils/password.util.d.ts +0 -11
- package/core/utils/phone.util.d.ts +0 -13
- package/core/utils/string.util.d.ts +0 -9
- package/core/utils/table-column-builder.d.ts +0 -40
- package/core/utils/time.util.d.ts +0 -9
- package/core/utils/url-params.util.d.ts +0 -7
- package/core/utils/uuid.util.d.ts +0 -5
- package/core/utils/zindex.util.d.ts +0 -7
- package/core.d.ts +0 -88
- package/esm2015/core/app-messages.js +0 -1
- package/esm2015/core/app.messages.js +0 -12
- package/esm2015/core/components/abstract-crud.component.js +0 -97
- package/esm2015/core/components/abstract-find.component.js +0 -189
- package/esm2015/core/components/abstract.component.js +0 -110
- package/esm2015/core/components/alert/alert.component.js +0 -24
- package/esm2015/core/core.module.js +0 -103
- package/esm2015/core/custom-breakpoints.js +0 -87
- package/esm2015/core/enums/local-time.enum.js +0 -6
- package/esm2015/core/extensions/string.extension.js +0 -37
- package/esm2015/core/gipi-components/components/abstract-crud.component.js +0 -110
- package/esm2015/core/gipi-components/components/abstract-find.component.js +0 -471
- package/esm2015/core/gipi-components/components/abstract.component.js +0 -140
- package/esm2015/core/gipi-components/decorators/autowired.decorator.js +0 -47
- package/esm2015/core/gipi-components/enums/sort-direction.enum.js +0 -6
- package/esm2015/core/gipi-components/interface/abstract-crud.interface.js +0 -1
- package/esm2015/core/gipi-components/interface/abstract-find.interface.js +0 -1
- package/esm2015/core/gipi-components/interface/abstract.interface.js +0 -1
- package/esm2015/core/gipi-components/interface/base-permission.interface.js +0 -1
- package/esm2015/core/gipi-components/models/abstract-filter.model.js +0 -3
- package/esm2015/core/gipi-components/models/abstract.model.js +0 -3
- package/esm2015/core/gipi-components/models/applied-filter.model.js +0 -19
- package/esm2015/core/gipi-components/models/dto/abstract.dto.js +0 -3
- package/esm2015/core/gipi-components/models/page-event.model.js +0 -35
- package/esm2015/core/gipi-components/models/page.model.js +0 -7
- package/esm2015/core/gipi-components/models/sort.model.js +0 -7
- package/esm2015/core/gipi-components/services/abstract-crud.service.js +0 -109
- package/esm2015/core/gipi-components/services/abstract.service.js +0 -47
- package/esm2015/core/gipi-components/services/base.service.js +0 -102
- package/esm2015/core/gipi-components/services/file.service.js +0 -51
- package/esm2015/core/gipi-components/services/session-storage.service.js +0 -44
- package/esm2015/core/gipi-components/types/generic.type.js +0 -1
- package/esm2015/core/gipi-components/types/uuid.type.js +0 -1
- package/esm2015/core/guards/auth.guard.js +0 -48
- package/esm2015/core/guards/permission.guard.js +0 -61
- package/esm2015/core/guards/public.guard.js +0 -45
- package/esm2015/core/interceptors/auth.interceptor.js +0 -28
- package/esm2015/core/interceptors/error.interceptor.js +0 -110
- package/esm2015/core/models/abstract.model.js +0 -3
- package/esm2015/core/models/archive.model.js +0 -3
- package/esm2015/core/models/authority.model.js +0 -3
- package/esm2015/core/models/base-user.model.js +0 -8
- package/esm2015/core/models/dto/abstract.dto.js +0 -3
- package/esm2015/core/models/dto/api-error.dto.js +0 -8
- package/esm2015/core/models/dto/api-sub-error.dto.js +0 -4
- package/esm2015/core/models/dto/chart.dto.js +0 -4
- package/esm2015/core/models/dto/confirmation.dto.js +0 -8
- package/esm2015/core/models/dto/dialog.dto.js +0 -4
- package/esm2015/core/models/dto/filter.dto.js +0 -4
- package/esm2015/core/models/dto/input-listbox.dto.js +0 -7
- package/esm2015/core/models/dto/menu.dto.js +0 -9
- package/esm2015/core/models/dto/message.dto.js +0 -4
- package/esm2015/core/models/dto/page.dto.js +0 -9
- package/esm2015/core/models/dto/sort.dto.js +0 -9
- package/esm2015/core/models/dto/tab.dto.js +0 -10
- package/esm2015/core/models/dto/table-column.dto.js +0 -24
- package/esm2015/core/models/dto/table-group-header.dto.js +0 -10
- package/esm2015/core/models/dto/table-page-event.dto.js +0 -7
- package/esm2015/core/models/dto/token.dto.js +0 -4
- package/esm2015/core/models/enums/criteria-operation.enum.js +0 -15
- package/esm2015/core/models/enums/criteria-sort-direction.enum.js +0 -6
- package/esm2015/core/models/enums/menu-type.enum.js +0 -7
- package/esm2015/core/models/enums/radio-button.enum.js +0 -8
- package/esm2015/core/models/enums/sort-direction.enum.js +0 -6
- package/esm2015/core/models/multitenant.model.js +0 -4
- package/esm2015/core/models/permission.model.js +0 -11
- package/esm2015/core/models/role.model.js +0 -8
- package/esm2015/core/pipes/local-time.pipe.js +0 -21
- package/esm2015/core/services/abstract-crud.service.js +0 -24
- package/esm2015/core/services/abstract-find.service.js +0 -65
- package/esm2015/core/services/abstract.service.js +0 -30
- package/esm2015/core/services/authentication.service.js +0 -100
- package/esm2015/core/services/breakpoint-observer.service.js +0 -42
- package/esm2015/core/services/confirmation.service.js +0 -55
- package/esm2015/core/services/dialog.service.js +0 -41
- package/esm2015/core/services/message.service.js +0 -33
- package/esm2015/core/services/nav.service.js +0 -48
- package/esm2015/core/services/svg-register.service.js +0 -55
- package/esm2015/core/types/local-time.type.js +0 -1
- package/esm2015/core/types/ng-class.type.js +0 -1
- package/esm2015/core/utils/array.util.js +0 -110
- package/esm2015/core/utils/browser.util.js +0 -13
- package/esm2015/core/utils/currency.util.js +0 -21
- package/esm2015/core/utils/date.util.js +0 -257
- package/esm2015/core/utils/document.util.js +0 -153
- package/esm2015/core/utils/email.util.js +0 -25
- package/esm2015/core/utils/number.util.js +0 -28
- package/esm2015/core/utils/object.util.js +0 -199
- package/esm2015/core/utils/password.util.js +0 -38
- package/esm2015/core/utils/phone.util.js +0 -125
- package/esm2015/core/utils/string.util.js +0 -40
- package/esm2015/core/utils/table-column-builder.js +0 -85
- package/esm2015/core/utils/time.util.js +0 -59
- package/esm2015/core/utils/url-params.util.js +0 -12
- package/esm2015/core/utils/uuid.util.js +0 -17
- package/esm2015/core/utils/zindex.util.js +0 -35
- package/esm2015/core.js +0 -89
- package/esm2015/gipi-components.js +0 -105
- package/esm2015/gipisistemas-ng-core.js +0 -21
- package/esm2015/public_api.js +0 -4
- package/esm2015/shared/api/generate-id-component.js +0 -12
- package/esm2015/shared/api/gipi-ng-config.js +0 -76
- package/esm2015/shared/api/overlay-message.js +0 -1
- package/esm2015/shared/api/throttle.js +0 -60
- package/esm2015/shared/api/translation.js +0 -1
- package/esm2015/shared/components/button/button.component.js +0 -110
- package/esm2015/shared/components/card/card.component.js +0 -44
- package/esm2015/shared/components/checkbox/checkbox.component.js +0 -79
- package/esm2015/shared/components/dom/connected-overlay-scroll-handler.js +0 -27
- package/esm2015/shared/components/dom/dom-handler.js +0 -538
- package/esm2015/shared/components/icon/icon.component.js +0 -35
- package/esm2015/shared/components/input/input.component.js +0 -235
- package/esm2015/shared/components/input-currency/input-currency.component.js +0 -115
- package/esm2015/shared/components/input-file/input-file.component.js +0 -161
- package/esm2015/shared/components/loading/loading.component.js +0 -15
- package/esm2015/shared/components/loading-overlay/loading-overlay.component.js +0 -21
- package/esm2015/shared/components/overlay-panel/overlay-panel.component.js +0 -361
- package/esm2015/shared/components/popover/popover-ref.js +0 -25
- package/esm2015/shared/components/popover/popover.component.js +0 -34
- package/esm2015/shared/components/popover/popover.service.js +0 -85
- package/esm2015/shared/components/radio-group-entity/radio-group-entity.component.js +0 -74
- package/esm2015/shared/components/radio-group-enum/radio-group-enum.component.js +0 -126
- package/esm2015/shared/components/select-button/select-button.component.js +0 -181
- package/esm2015/shared/components/select-entity/select-entity.component.js +0 -262
- package/esm2015/shared/components/select-entity-paged/select-entity-paged.component.js +0 -419
- package/esm2015/shared/components/select-entity-paged/shared/default-options.js +0 -35
- package/esm2015/shared/components/select-entity-paged/shared/select-button-add/select-button-add.component.js +0 -69
- package/esm2015/shared/components/select-entity-paged/shared/select-button-next-batch/select-button-next-batch.component.js +0 -59
- package/esm2015/shared/components/select-entity-paged/shared/select-no-entries-found.directive.js +0 -20
- package/esm2015/shared/components/select-entity-paged/shared/select-search/select-search.component.js +0 -547
- package/esm2015/shared/components/select-entity-paged/shared/select-search-clear.directive.js +0 -18
- package/esm2015/shared/components/select-enum/select-enum.component.js +0 -117
- package/esm2015/shared/components/select-month-period/select-month-period.component.js +0 -87
- package/esm2015/shared/components/slide-toggle/slide-toggle.component.js +0 -75
- package/esm2015/shared/components/stepper/stepper.component.js +0 -32
- package/esm2015/shared/components/tab/tab.component.js +0 -57
- package/esm2015/shared/components/tab-group/tab-group.component.js +0 -117
- package/esm2015/shared/components/table/table.component.js +0 -523
- package/esm2015/shared/components/table-scrolled/table-scrolled.component.js +0 -105
- package/esm2015/shared/components/textarea/textarea.component.js +0 -156
- package/esm2015/shared/directives/dynamic-tab.directive.js +0 -18
- package/esm2015/shared/directives/generic-template.directive.js +0 -30
- package/esm2015/shared/directives/input-select-infinite-scroll.directive.js +0 -109
- package/esm2015/shared/directives/lower-case.directive.js +0 -47
- package/esm2015/shared/directives/phone-mask.directive.js +0 -60
- package/esm2015/shared/directives/space-drop.directive.js +0 -47
- package/esm2015/shared/directives/upper-case.directive.js +0 -47
- package/esm2015/shared/gipi-components/abstract-form/abstract-form.component.js +0 -119
- package/esm2015/shared/gipi-components/action-row/action-row.component.js +0 -30
- package/esm2015/shared/gipi-components/badge/badge.component.js +0 -44
- package/esm2015/shared/gipi-components/button/button.component.js +0 -251
- package/esm2015/shared/gipi-components/chips/chips.component.js +0 -149
- package/esm2015/shared/gipi-components/confirmation-dialog/confirmation-dialog.component.js +0 -44
- package/esm2015/shared/gipi-components/datepicker/date-range-picker/date-range-picker.component.js +0 -324
- package/esm2015/shared/gipi-components/datepicker/date-range-picker/shared/max-range/max-range-selection-startegy.js +0 -41
- package/esm2015/shared/gipi-components/datepicker/date-range-picker/shared/max-range/max-range.directive.js +0 -35
- package/esm2015/shared/gipi-components/datepicker/date-range-picker/shared/preset-range/preset-range.component.js +0 -259
- package/esm2015/shared/gipi-components/datepicker/datepicker/datepicker.component.js +0 -218
- package/esm2015/shared/gipi-components/datepicker/datepicker.module.js +0 -130
- package/esm2015/shared/gipi-components/datepicker/mat-datepicker/calendar-body.js +0 -341
- package/esm2015/shared/gipi-components/datepicker/mat-datepicker/calendar.js +0 -397
- package/esm2015/shared/gipi-components/datepicker/mat-datepicker/date-range-input-parts.js +0 -325
- package/esm2015/shared/gipi-components/datepicker/mat-datepicker/date-range-input.js +0 -329
- package/esm2015/shared/gipi-components/datepicker/mat-datepicker/date-range-picker.js +0 -41
- package/esm2015/shared/gipi-components/datepicker/mat-datepicker/date-range-selection-strategy.js +0 -61
- package/esm2015/shared/gipi-components/datepicker/mat-datepicker/date-selection-model.js +0 -159
- package/esm2015/shared/gipi-components/datepicker/mat-datepicker/datepicker-animations.js +0 -35
- package/esm2015/shared/gipi-components/datepicker/mat-datepicker/datepicker-base.js +0 -555
- package/esm2015/shared/gipi-components/datepicker/mat-datepicker/datepicker-errors.js +0 -14
- package/esm2015/shared/gipi-components/datepicker/mat-datepicker/datepicker-input-base.js +0 -303
- package/esm2015/shared/gipi-components/datepicker/mat-datepicker/datepicker-input.js +0 -179
- package/esm2015/shared/gipi-components/datepicker/mat-datepicker/datepicker-intl.js +0 -51
- package/esm2015/shared/gipi-components/datepicker/mat-datepicker/datepicker-toggle.js +0 -124
- package/esm2015/shared/gipi-components/datepicker/mat-datepicker/datepicker.js +0 -29
- package/esm2015/shared/gipi-components/datepicker/mat-datepicker/month-view.js +0 -365
- package/esm2015/shared/gipi-components/datepicker/mat-datepicker/multi-year-view.js +0 -305
- package/esm2015/shared/gipi-components/datepicker/mat-datepicker/shared/adapter/date-adapter.js +0 -116
- package/esm2015/shared/gipi-components/datepicker/mat-datepicker/shared/adapter/date-formats.js +0 -10
- package/esm2015/shared/gipi-components/datepicker/mat-datepicker/shared/adapter/native-date-adapter.js +0 -294
- package/esm2015/shared/gipi-components/datepicker/mat-datepicker/shared/adapter/native-date-formats.js +0 -19
- package/esm2015/shared/gipi-components/datepicker/mat-datepicker/shared/adapter/platform.js +0 -81
- package/esm2015/shared/gipi-components/datepicker/mat-datepicker/year-view.js +0 -294
- package/esm2015/shared/gipi-components/dom/connected-overlay-scroll-handler.js +0 -27
- package/esm2015/shared/gipi-components/dom/dom-handler.js +0 -645
- package/esm2015/shared/gipi-components/dropdown-menu/dropdown-menu.component.js +0 -185
- package/esm2015/shared/gipi-components/expansion-panel/expansion-panel.component.js +0 -81
- package/esm2015/shared/gipi-components/file-drag-and-drop/file-drag-and-drop.component.js +0 -240
- package/esm2015/shared/gipi-components/file-drag-and-drop/shared/file-drag-and-drop.directive.js +0 -92
- package/esm2015/shared/gipi-components/footer/footer.component.js +0 -29
- package/esm2015/shared/gipi-components/form-field/form-field.component.js +0 -262
- package/esm2015/shared/gipi-components/helpful-tip/helpful-tip.component.js +0 -62
- package/esm2015/shared/gipi-components/infinite-scroll/infinite-scroll.directive.js +0 -103
- package/esm2015/shared/gipi-components/input-checkbox/input-checkbox.component.js +0 -112
- package/esm2015/shared/gipi-components/input-currency/input-currency.component.js +0 -197
- package/esm2015/shared/gipi-components/input-monthpicker/input-monthpicker.component.js +0 -408
- package/esm2015/shared/gipi-components/input-select/input-select.component.js +0 -655
- package/esm2015/shared/gipi-components/input-select-enum/input-select-enum.component.js +0 -311
- package/esm2015/shared/gipi-components/input-select-listbox/input-select-listbox.component.js +0 -422
- package/esm2015/shared/gipi-components/input-select-paged/input-search/input-search.component.js +0 -374
- package/esm2015/shared/gipi-components/input-select-paged/input-select-paged.component.js +0 -350
- package/esm2015/shared/gipi-components/input-select-radio/input-select-radio.component.js +0 -269
- package/esm2015/shared/gipi-components/layout-grid/col.directive.js +0 -161
- package/esm2015/shared/gipi-components/layout-grid/row.directive.js +0 -124
- package/esm2015/shared/gipi-components/layout-grid/services/breakpoint.service.js +0 -87
- package/esm2015/shared/gipi-components/layout-grid/services/resize.service.js +0 -64
- package/esm2015/shared/gipi-components/month-year-picker/calendar-month-year/calendar-month-year.component.js +0 -193
- package/esm2015/shared/gipi-components/month-year-picker/mont-year-picker.module.js +0 -47
- package/esm2015/shared/gipi-components/month-year-picker/month-year-picker.component.js +0 -460
- package/esm2015/shared/gipi-components/notification/notification.component.js +0 -104
- package/esm2015/shared/gipi-components/novelties/novelties.component.js +0 -109
- package/esm2015/shared/gipi-components/overlay/overlay.component.js +0 -565
- package/esm2015/shared/gipi-components/overlay/shared/overlay-service.js +0 -21
- package/esm2015/shared/gipi-components/overlay/shared/overlay_options.js +0 -1
- package/esm2015/shared/gipi-components/password-requeriments/password-requeriments.component.js +0 -127
- package/esm2015/shared/gipi-components/popover/popover.component.js +0 -397
- package/esm2015/shared/gipi-components/popover/shared/popover-animations.js +0 -29
- package/esm2015/shared/gipi-components/popover/shared/popover-errors.js +0 -27
- package/esm2015/shared/gipi-components/popover/shared/popover-interfaces.js +0 -1
- package/esm2015/shared/gipi-components/popover/shared/popover-target.js +0 -19
- package/esm2015/shared/gipi-components/popover/shared/popover-trigger.js +0 -514
- package/esm2015/shared/gipi-components/popover/shared/popover-types.js +0 -1
- package/esm2015/shared/gipi-components/radio-group/radio-group.component.js +0 -143
- package/esm2015/shared/gipi-components/range-page/range-page.component.js +0 -254
- package/esm2015/shared/gipi-components/range-slider/range-slider.component.js +0 -345
- package/esm2015/shared/gipi-components/select/select.component.js +0 -211
- package/esm2015/shared/gipi-components/select-button/select-button.component.js +0 -187
- package/esm2015/shared/gipi-components/sidebar/container/container.component.js +0 -83
- package/esm2015/shared/gipi-components/sidebar/sidenav/sidenav.component.js +0 -240
- package/esm2015/shared/gipi-components/stepper/stepper.component.js +0 -37
- package/esm2015/shared/gipi-components/table/components/table-body/table-body.component.js +0 -203
- package/esm2015/shared/gipi-components/table/components/table-footer/table-footer.component.js +0 -30
- package/esm2015/shared/gipi-components/table/components/table-header/table-header.component.js +0 -152
- package/esm2015/shared/gipi-components/table/components/table-pagination/shared/paginate.pipe.js +0 -122
- package/esm2015/shared/gipi-components/table/components/table-pagination/shared/pagination-controls.directive.js +0 -225
- package/esm2015/shared/gipi-components/table/components/table-pagination/shared/pagination-instance.js +0 -1
- package/esm2015/shared/gipi-components/table/components/table-pagination/shared/pagination.service.js +0 -105
- package/esm2015/shared/gipi-components/table/components/table-pagination/table-pagination.component.js +0 -102
- package/esm2015/shared/gipi-components/table/components/table-progress-bar/table-progress-bar.component.js +0 -30
- package/esm2015/shared/gipi-components/table/models/pipe-transform.model.js +0 -1
- package/esm2015/shared/gipi-components/table/models/sort.model.js +0 -19
- package/esm2015/shared/gipi-components/table/models/sorted-column.model.js +0 -2
- package/esm2015/shared/gipi-components/table/models/table-column-builder.model.js +0 -104
- package/esm2015/shared/gipi-components/table/models/table-column.model.js +0 -162
- package/esm2015/shared/gipi-components/table/table.component.js +0 -159
- package/esm2015/shared/gipi-components/table/types/sort-direction.type.js +0 -1
- package/esm2015/shared/gipi-components/table/types/sort.type.js +0 -1
- package/esm2015/shared/gipi-components/template/template.directive.js +0 -33
- package/esm2015/shared/gipi-components/toolbar/toolbar.component.js +0 -53
- package/esm2015/shared/gipi-components/top-nav/top-nav.component.js +0 -38
- package/esm2015/shared/gipi-components/user-profile/user-profile.component.js +0 -109
- package/esm2015/shared/material.module.js +0 -102
- package/esm2015/shared/shared.module.js +0 -339
- package/esm2015/shared.js +0 -36
- package/esm5/core/app-messages.js +0 -1
- package/esm5/core/app.messages.js +0 -12
- package/esm5/core/components/abstract-crud.component.js +0 -108
- package/esm5/core/components/abstract-find.component.js +0 -201
- package/esm5/core/components/abstract.component.js +0 -112
- package/esm5/core/components/alert/alert.component.js +0 -25
- package/esm5/core/core.module.js +0 -107
- package/esm5/core/custom-breakpoints.js +0 -87
- package/esm5/core/enums/local-time.enum.js +0 -6
- package/esm5/core/extensions/string.extension.js +0 -37
- package/esm5/core/gipi-components/components/abstract-crud.component.js +0 -122
- package/esm5/core/gipi-components/components/abstract-find.component.js +0 -507
- package/esm5/core/gipi-components/components/abstract.component.js +0 -152
- package/esm5/core/gipi-components/decorators/autowired.decorator.js +0 -52
- package/esm5/core/gipi-components/enums/sort-direction.enum.js +0 -6
- package/esm5/core/gipi-components/interface/abstract-crud.interface.js +0 -1
- package/esm5/core/gipi-components/interface/abstract-find.interface.js +0 -1
- package/esm5/core/gipi-components/interface/abstract.interface.js +0 -1
- package/esm5/core/gipi-components/interface/base-permission.interface.js +0 -1
- package/esm5/core/gipi-components/models/abstract-filter.model.js +0 -7
- package/esm5/core/gipi-components/models/abstract.model.js +0 -7
- package/esm5/core/gipi-components/models/applied-filter.model.js +0 -29
- package/esm5/core/gipi-components/models/dto/abstract.dto.js +0 -7
- package/esm5/core/gipi-components/models/page-event.model.js +0 -49
- package/esm5/core/gipi-components/models/page.model.js +0 -9
- package/esm5/core/gipi-components/models/sort.model.js +0 -9
- package/esm5/core/gipi-components/services/abstract-crud.service.js +0 -114
- package/esm5/core/gipi-components/services/abstract.service.js +0 -49
- package/esm5/core/gipi-components/services/base.service.js +0 -143
- package/esm5/core/gipi-components/services/file.service.js +0 -53
- package/esm5/core/gipi-components/services/session-storage.service.js +0 -45
- package/esm5/core/gipi-components/types/generic.type.js +0 -1
- package/esm5/core/gipi-components/types/uuid.type.js +0 -1
- package/esm5/core/guards/auth.guard.js +0 -50
- package/esm5/core/guards/permission.guard.js +0 -74
- package/esm5/core/guards/public.guard.js +0 -47
- package/esm5/core/interceptors/auth.interceptor.js +0 -29
- package/esm5/core/interceptors/error.interceptor.js +0 -129
- package/esm5/core/models/abstract.model.js +0 -7
- package/esm5/core/models/archive.model.js +0 -7
- package/esm5/core/models/authority.model.js +0 -7
- package/esm5/core/models/base-user.model.js +0 -13
- package/esm5/core/models/dto/abstract.dto.js +0 -7
- package/esm5/core/models/dto/api-error.dto.js +0 -13
- package/esm5/core/models/dto/api-sub-error.dto.js +0 -11
- package/esm5/core/models/dto/chart.dto.js +0 -11
- package/esm5/core/models/dto/confirmation.dto.js +0 -13
- package/esm5/core/models/dto/dialog.dto.js +0 -11
- package/esm5/core/models/dto/filter.dto.js +0 -11
- package/esm5/core/models/dto/input-listbox.dto.js +0 -11
- package/esm5/core/models/dto/menu.dto.js +0 -14
- package/esm5/core/models/dto/message.dto.js +0 -11
- package/esm5/core/models/dto/page.dto.js +0 -14
- package/esm5/core/models/dto/sort.dto.js +0 -14
- package/esm5/core/models/dto/tab.dto.js +0 -15
- package/esm5/core/models/dto/table-column.dto.js +0 -29
- package/esm5/core/models/dto/table-group-header.dto.js +0 -15
- package/esm5/core/models/dto/table-page-event.dto.js +0 -11
- package/esm5/core/models/dto/token.dto.js +0 -11
- package/esm5/core/models/enums/criteria-operation.enum.js +0 -15
- package/esm5/core/models/enums/criteria-sort-direction.enum.js +0 -6
- package/esm5/core/models/enums/menu-type.enum.js +0 -7
- package/esm5/core/models/enums/radio-button.enum.js +0 -8
- package/esm5/core/models/enums/sort-direction.enum.js +0 -6
- package/esm5/core/models/multitenant.model.js +0 -11
- package/esm5/core/models/permission.model.js +0 -16
- package/esm5/core/models/role.model.js +0 -13
- package/esm5/core/pipes/local-time.pipe.js +0 -26
- package/esm5/core/services/abstract-crud.service.js +0 -30
- package/esm5/core/services/abstract-find.service.js +0 -71
- package/esm5/core/services/abstract.service.js +0 -32
- package/esm5/core/services/authentication.service.js +0 -121
- package/esm5/core/services/breakpoint-observer.service.js +0 -52
- package/esm5/core/services/confirmation.service.js +0 -66
- package/esm5/core/services/dialog.service.js +0 -44
- package/esm5/core/services/message.service.js +0 -36
- package/esm5/core/services/nav.service.js +0 -51
- package/esm5/core/services/svg-register.service.js +0 -67
- package/esm5/core/types/local-time.type.js +0 -1
- package/esm5/core/types/ng-class.type.js +0 -1
- package/esm5/core/utils/array.util.js +0 -120
- package/esm5/core/utils/browser.util.js +0 -17
- package/esm5/core/utils/currency.util.js +0 -26
- package/esm5/core/utils/date.util.js +0 -269
- package/esm5/core/utils/document.util.js +0 -157
- package/esm5/core/utils/email.util.js +0 -29
- package/esm5/core/utils/number.util.js +0 -32
- package/esm5/core/utils/object.util.js +0 -204
- package/esm5/core/utils/password.util.js +0 -42
- package/esm5/core/utils/phone.util.js +0 -135
- package/esm5/core/utils/string.util.js +0 -44
- package/esm5/core/utils/table-column-builder.js +0 -87
- package/esm5/core/utils/time.util.js +0 -65
- package/esm5/core/utils/url-params.util.js +0 -16
- package/esm5/core/utils/uuid.util.js +0 -21
- package/esm5/core/utils/zindex.util.js +0 -35
- package/esm5/core.js +0 -89
- package/esm5/gipi-components.js +0 -105
- package/esm5/gipisistemas-ng-core.js +0 -21
- package/esm5/public_api.js +0 -4
- package/esm5/shared/api/generate-id-component.js +0 -16
- package/esm5/shared/api/gipi-ng-config.js +0 -77
- package/esm5/shared/api/overlay-message.js +0 -1
- package/esm5/shared/api/throttle.js +0 -60
- package/esm5/shared/api/translation.js +0 -1
- package/esm5/shared/components/button/button.component.js +0 -111
- package/esm5/shared/components/card/card.component.js +0 -45
- package/esm5/shared/components/checkbox/checkbox.component.js +0 -85
- package/esm5/shared/components/dom/connected-overlay-scroll-handler.js +0 -30
- package/esm5/shared/components/dom/dom-handler.js +0 -573
- package/esm5/shared/components/icon/icon.component.js +0 -38
- package/esm5/shared/components/input/input.component.js +0 -242
- package/esm5/shared/components/input-currency/input-currency.component.js +0 -121
- package/esm5/shared/components/input-file/input-file.component.js +0 -165
- package/esm5/shared/components/loading/loading.component.js +0 -18
- package/esm5/shared/components/loading-overlay/loading-overlay.component.js +0 -23
- package/esm5/shared/components/overlay-panel/overlay-panel.component.js +0 -366
- package/esm5/shared/components/popover/popover-ref.js +0 -28
- package/esm5/shared/components/popover/popover.component.js +0 -35
- package/esm5/shared/components/popover/popover.service.js +0 -88
- package/esm5/shared/components/radio-group-entity/radio-group-entity.component.js +0 -80
- package/esm5/shared/components/radio-group-enum/radio-group-enum.component.js +0 -138
- package/esm5/shared/components/select-button/select-button.component.js +0 -195
- package/esm5/shared/components/select-entity/select-entity.component.js +0 -269
- package/esm5/shared/components/select-entity-paged/select-entity-paged.component.js +0 -453
- package/esm5/shared/components/select-entity-paged/shared/default-options.js +0 -35
- package/esm5/shared/components/select-entity-paged/shared/select-button-add/select-button-add.component.js +0 -72
- package/esm5/shared/components/select-entity-paged/shared/select-button-next-batch/select-button-next-batch.component.js +0 -62
- package/esm5/shared/components/select-entity-paged/shared/select-no-entries-found.directive.js +0 -23
- package/esm5/shared/components/select-entity-paged/shared/select-search/select-search.component.js +0 -590
- package/esm5/shared/components/select-entity-paged/shared/select-search-clear.directive.js +0 -21
- package/esm5/shared/components/select-enum/select-enum.component.js +0 -124
- package/esm5/shared/components/select-month-period/select-month-period.component.js +0 -91
- package/esm5/shared/components/slide-toggle/slide-toggle.component.js +0 -81
- package/esm5/shared/components/stepper/stepper.component.js +0 -36
- package/esm5/shared/components/tab/tab.component.js +0 -58
- package/esm5/shared/components/tab-group/tab-group.component.js +0 -125
- package/esm5/shared/components/table/table.component.js +0 -538
- package/esm5/shared/components/table-scrolled/table-scrolled.component.js +0 -107
- package/esm5/shared/components/textarea/textarea.component.js +0 -174
- package/esm5/shared/directives/dynamic-tab.directive.js +0 -19
- package/esm5/shared/directives/generic-template.directive.js +0 -31
- package/esm5/shared/directives/input-select-infinite-scroll.directive.js +0 -113
- package/esm5/shared/directives/lower-case.directive.js +0 -48
- package/esm5/shared/directives/phone-mask.directive.js +0 -61
- package/esm5/shared/directives/space-drop.directive.js +0 -48
- package/esm5/shared/directives/upper-case.directive.js +0 -48
- package/esm5/shared/gipi-components/abstract-form/abstract-form.component.js +0 -141
- package/esm5/shared/gipi-components/action-row/action-row.component.js +0 -33
- package/esm5/shared/gipi-components/badge/badge.component.js +0 -46
- package/esm5/shared/gipi-components/button/button.component.js +0 -257
- package/esm5/shared/gipi-components/chips/chips.component.js +0 -159
- package/esm5/shared/gipi-components/confirmation-dialog/confirmation-dialog.component.js +0 -46
- package/esm5/shared/gipi-components/datepicker/date-range-picker/date-range-picker.component.js +0 -378
- package/esm5/shared/gipi-components/datepicker/date-range-picker/shared/max-range/max-range-selection-startegy.js +0 -42
- package/esm5/shared/gipi-components/datepicker/date-range-picker/shared/max-range/max-range.directive.js +0 -40
- package/esm5/shared/gipi-components/datepicker/date-range-picker/shared/preset-range/preset-range.component.js +0 -291
- package/esm5/shared/gipi-components/datepicker/datepicker/datepicker.component.js +0 -252
- package/esm5/shared/gipi-components/datepicker/datepicker.module.js +0 -133
- package/esm5/shared/gipi-components/datepicker/mat-datepicker/calendar-body.js +0 -349
- package/esm5/shared/gipi-components/datepicker/mat-datepicker/calendar.js +0 -441
- package/esm5/shared/gipi-components/datepicker/mat-datepicker/date-range-input-parts.js +0 -339
- package/esm5/shared/gipi-components/datepicker/mat-datepicker/date-range-input.js +0 -376
- package/esm5/shared/gipi-components/datepicker/mat-datepicker/date-range-picker.js +0 -46
- package/esm5/shared/gipi-components/datepicker/mat-datepicker/date-range-selection-strategy.js +0 -62
- package/esm5/shared/gipi-components/datepicker/mat-datepicker/date-selection-model.js +0 -167
- package/esm5/shared/gipi-components/datepicker/mat-datepicker/datepicker-animations.js +0 -35
- package/esm5/shared/gipi-components/datepicker/mat-datepicker/datepicker-base.js +0 -586
- package/esm5/shared/gipi-components/datepicker/mat-datepicker/datepicker-errors.js +0 -14
- package/esm5/shared/gipi-components/datepicker/mat-datepicker/datepicker-input-base.js +0 -327
- package/esm5/shared/gipi-components/datepicker/mat-datepicker/datepicker-input.js +0 -199
- package/esm5/shared/gipi-components/datepicker/mat-datepicker/datepicker-intl.js +0 -52
- package/esm5/shared/gipi-components/datepicker/mat-datepicker/datepicker-toggle.js +0 -133
- package/esm5/shared/gipi-components/datepicker/mat-datepicker/datepicker.js +0 -34
- package/esm5/shared/gipi-components/datepicker/mat-datepicker/month-view.js +0 -384
- package/esm5/shared/gipi-components/datepicker/mat-datepicker/multi-year-view.js +0 -324
- package/esm5/shared/gipi-components/datepicker/mat-datepicker/shared/adapter/date-adapter.js +0 -118
- package/esm5/shared/gipi-components/datepicker/mat-datepicker/shared/adapter/date-formats.js +0 -10
- package/esm5/shared/gipi-components/datepicker/mat-datepicker/shared/adapter/native-date-adapter.js +0 -300
- package/esm5/shared/gipi-components/datepicker/mat-datepicker/shared/adapter/native-date-formats.js +0 -19
- package/esm5/shared/gipi-components/datepicker/mat-datepicker/shared/adapter/platform.js +0 -82
- package/esm5/shared/gipi-components/datepicker/mat-datepicker/year-view.js +0 -313
- package/esm5/shared/gipi-components/dom/connected-overlay-scroll-handler.js +0 -30
- package/esm5/shared/gipi-components/dom/dom-handler.js +0 -681
- package/esm5/shared/gipi-components/dropdown-menu/dropdown-menu.component.js +0 -191
- package/esm5/shared/gipi-components/expansion-panel/expansion-panel.component.js +0 -83
- package/esm5/shared/gipi-components/file-drag-and-drop/file-drag-and-drop.component.js +0 -255
- package/esm5/shared/gipi-components/file-drag-and-drop/shared/file-drag-and-drop.directive.js +0 -93
- package/esm5/shared/gipi-components/footer/footer.component.js +0 -32
- package/esm5/shared/gipi-components/form-field/form-field.component.js +0 -276
- package/esm5/shared/gipi-components/helpful-tip/helpful-tip.component.js +0 -68
- package/esm5/shared/gipi-components/infinite-scroll/infinite-scroll.directive.js +0 -106
- package/esm5/shared/gipi-components/input-checkbox/input-checkbox.component.js +0 -118
- package/esm5/shared/gipi-components/input-currency/input-currency.component.js +0 -207
- package/esm5/shared/gipi-components/input-monthpicker/input-monthpicker.component.js +0 -426
- package/esm5/shared/gipi-components/input-select/input-select.component.js +0 -698
- package/esm5/shared/gipi-components/input-select-enum/input-select-enum.component.js +0 -351
- package/esm5/shared/gipi-components/input-select-listbox/input-select-listbox.component.js +0 -437
- package/esm5/shared/gipi-components/input-select-paged/input-search/input-search.component.js +0 -397
- package/esm5/shared/gipi-components/input-select-paged/input-select-paged.component.js +0 -384
- package/esm5/shared/gipi-components/input-select-radio/input-select-radio.component.js +0 -286
- package/esm5/shared/gipi-components/layout-grid/col.directive.js +0 -164
- package/esm5/shared/gipi-components/layout-grid/row.directive.js +0 -127
- package/esm5/shared/gipi-components/layout-grid/services/breakpoint.service.js +0 -90
- package/esm5/shared/gipi-components/layout-grid/services/resize.service.js +0 -68
- package/esm5/shared/gipi-components/month-year-picker/calendar-month-year/calendar-month-year.component.js +0 -200
- package/esm5/shared/gipi-components/month-year-picker/mont-year-picker.module.js +0 -50
- package/esm5/shared/gipi-components/month-year-picker/month-year-picker.component.js +0 -505
- package/esm5/shared/gipi-components/notification/notification.component.js +0 -106
- package/esm5/shared/gipi-components/novelties/novelties.component.js +0 -111
- package/esm5/shared/gipi-components/overlay/overlay.component.js +0 -670
- package/esm5/shared/gipi-components/overlay/shared/overlay-service.js +0 -22
- package/esm5/shared/gipi-components/overlay/shared/overlay_options.js +0 -1
- package/esm5/shared/gipi-components/password-requeriments/password-requeriments.component.js +0 -157
- package/esm5/shared/gipi-components/popover/popover.component.js +0 -473
- package/esm5/shared/gipi-components/popover/shared/popover-animations.js +0 -29
- package/esm5/shared/gipi-components/popover/shared/popover-errors.js +0 -21
- package/esm5/shared/gipi-components/popover/shared/popover-interfaces.js +0 -1
- package/esm5/shared/gipi-components/popover/shared/popover-target.js +0 -20
- package/esm5/shared/gipi-components/popover/shared/popover-trigger.js +0 -529
- package/esm5/shared/gipi-components/popover/shared/popover-types.js +0 -1
- package/esm5/shared/gipi-components/radio-group/radio-group.component.js +0 -155
- package/esm5/shared/gipi-components/range-page/range-page.component.js +0 -283
- package/esm5/shared/gipi-components/range-slider/range-slider.component.js +0 -364
- package/esm5/shared/gipi-components/select/select.component.js +0 -222
- package/esm5/shared/gipi-components/select-button/select-button.component.js +0 -206
- package/esm5/shared/gipi-components/sidebar/container/container.component.js +0 -96
- package/esm5/shared/gipi-components/sidebar/sidenav/sidenav.component.js +0 -267
- package/esm5/shared/gipi-components/stepper/stepper.component.js +0 -43
- package/esm5/shared/gipi-components/table/components/table-body/table-body.component.js +0 -209
- package/esm5/shared/gipi-components/table/components/table-footer/table-footer.component.js +0 -33
- package/esm5/shared/gipi-components/table/components/table-header/table-header.component.js +0 -155
- package/esm5/shared/gipi-components/table/components/table-pagination/shared/paginate.pipe.js +0 -123
- package/esm5/shared/gipi-components/table/components/table-pagination/shared/pagination-controls.directive.js +0 -228
- package/esm5/shared/gipi-components/table/components/table-pagination/shared/pagination-instance.js +0 -1
- package/esm5/shared/gipi-components/table/components/table-pagination/shared/pagination.service.js +0 -108
- package/esm5/shared/gipi-components/table/components/table-pagination/table-pagination.component.js +0 -116
- package/esm5/shared/gipi-components/table/components/table-progress-bar/table-progress-bar.component.js +0 -33
- package/esm5/shared/gipi-components/table/models/pipe-transform.model.js +0 -1
- package/esm5/shared/gipi-components/table/models/sort.model.js +0 -29
- package/esm5/shared/gipi-components/table/models/sorted-column.model.js +0 -2
- package/esm5/shared/gipi-components/table/models/table-column-builder.model.js +0 -106
- package/esm5/shared/gipi-components/table/models/table-column.model.js +0 -252
- package/esm5/shared/gipi-components/table/table.component.js +0 -161
- package/esm5/shared/gipi-components/table/types/sort-direction.type.js +0 -1
- package/esm5/shared/gipi-components/table/types/sort.type.js +0 -1
- package/esm5/shared/gipi-components/template/template.directive.js +0 -34
- package/esm5/shared/gipi-components/toolbar/toolbar.component.js +0 -56
- package/esm5/shared/gipi-components/top-nav/top-nav.component.js +0 -40
- package/esm5/shared/gipi-components/user-profile/user-profile.component.js +0 -115
- package/esm5/shared/material.module.js +0 -101
- package/esm5/shared/shared.module.js +0 -340
- package/esm5/shared.js +0 -36
- package/fesm2015/gipisistemas-ng-core.js +0 -25879
- package/fesm2015/gipisistemas-ng-core.js.map +0 -1
- package/fesm5/gipisistemas-ng-core.js +0 -27905
- package/fesm5/gipisistemas-ng-core.js.map +0 -1
- package/gipi-components.d.ts +0 -97
- package/gipisistemas-ng-core.d.ts +0 -20
- package/gipisistemas-ng-core.metadata.json +0 -1
- package/public_api.d.ts +0 -3
- package/shared/api/generate-id-component.d.ts +0 -3
- package/shared/api/gipi-ng-config.d.ts +0 -18
- package/shared/api/overlay-message.d.ts +0 -14
- package/shared/api/throttle.d.ts +0 -17
- package/shared/api/translation.d.ts +0 -45
- package/shared/components/button/button.component.d.ts +0 -26
- package/shared/components/card/card.component.d.ts +0 -10
- package/shared/components/checkbox/checkbox.component.d.ts +0 -20
- package/shared/components/dom/connected-overlay-scroll-handler.d.ts +0 -9
- package/shared/components/dom/dom-handler.d.ts +0 -74
- package/shared/components/icon/icon.component.d.ts +0 -9
- package/shared/components/input/input.component.d.ts +0 -52
- package/shared/components/input-currency/input-currency.component.d.ts +0 -29
- package/shared/components/input-file/input-file.component.d.ts +0 -28
- package/shared/components/loading/loading.component.d.ts +0 -4
- package/shared/components/loading-overlay/loading-overlay.component.d.ts +0 -6
- package/shared/components/overlay-panel/overlay-panel.component.d.ts +0 -67
- package/shared/components/popover/popover-ref.d.ts +0 -17
- package/shared/components/popover/popover.component.d.ts +0 -10
- package/shared/components/popover/popover.service.d.ts +0 -23
- package/shared/components/radio-group-entity/radio-group-entity.component.d.ts +0 -19
- package/shared/components/radio-group-enum/radio-group-enum.component.d.ts +0 -30
- package/shared/components/select-button/select-button.component.d.ts +0 -35
- package/shared/components/select-entity/select-entity.component.d.ts +0 -52
- package/shared/components/select-entity-paged/select-entity-paged.component.d.ts +0 -78
- package/shared/components/select-entity-paged/shared/default-options.d.ts +0 -25
- package/shared/components/select-entity-paged/shared/select-button-add/select-button-add.component.d.ts +0 -18
- package/shared/components/select-entity-paged/shared/select-button-next-batch/select-button-next-batch.component.d.ts +0 -16
- package/shared/components/select-entity-paged/shared/select-no-entries-found.directive.d.ts +0 -11
- package/shared/components/select-entity-paged/shared/select-search/select-search.component.d.ts +0 -119
- package/shared/components/select-entity-paged/shared/select-search-clear.directive.d.ts +0 -9
- package/shared/components/select-enum/select-enum.component.d.ts +0 -29
- package/shared/components/select-month-period/select-month-period.component.d.ts +0 -20
- package/shared/components/slide-toggle/slide-toggle.component.d.ts +0 -19
- package/shared/components/stepper/stepper.component.d.ts +0 -7
- package/shared/components/tab/tab.component.d.ts +0 -14
- package/shared/components/tab-group/tab-group.component.d.ts +0 -22
- package/shared/components/table/table.component.d.ts +0 -86
- package/shared/components/table-scrolled/table-scrolled.component.d.ts +0 -31
- package/shared/components/textarea/textarea.component.d.ts +0 -35
- package/shared/directives/dynamic-tab.directive.d.ts +0 -5
- package/shared/directives/generic-template.directive.d.ts +0 -8
- package/shared/directives/input-select-infinite-scroll.directive.d.ts +0 -35
- package/shared/directives/lower-case.directive.d.ts +0 -9
- package/shared/directives/phone-mask.directive.d.ts +0 -8
- package/shared/directives/space-drop.directive.d.ts +0 -9
- package/shared/directives/upper-case.directive.d.ts +0 -9
- package/shared/gipi-components/abstract-form/abstract-form.component.d.ts +0 -21
- package/shared/gipi-components/action-row/action-row.component.d.ts +0 -5
- package/shared/gipi-components/badge/badge.component.d.ts +0 -8
- package/shared/gipi-components/button/button.component.d.ts +0 -56
- package/shared/gipi-components/chips/chips.component.d.ts +0 -37
- package/shared/gipi-components/confirmation-dialog/confirmation-dialog.component.d.ts +0 -11
- package/shared/gipi-components/datepicker/date-range-picker/date-range-picker.component.d.ts +0 -71
- package/shared/gipi-components/datepicker/date-range-picker/shared/max-range/max-range-selection-startegy.d.ts +0 -11
- package/shared/gipi-components/datepicker/date-range-picker/shared/max-range/max-range.directive.d.ts +0 -6
- package/shared/gipi-components/datepicker/date-range-picker/shared/preset-range/preset-range.component.d.ts +0 -40
- package/shared/gipi-components/datepicker/datepicker/datepicker.component.d.ts +0 -49
- package/shared/gipi-components/datepicker/datepicker.module.d.ts +0 -2
- package/shared/gipi-components/datepicker/mat-datepicker/calendar-body.d.ts +0 -143
- package/shared/gipi-components/datepicker/mat-datepicker/calendar.d.ts +0 -152
- package/shared/gipi-components/datepicker/mat-datepicker/date-range-input-parts.d.ts +0 -102
- package/shared/gipi-components/datepicker/mat-datepicker/date-range-input.d.ts +0 -124
- package/shared/gipi-components/datepicker/mat-datepicker/date-range-picker.d.ts +0 -21
- package/shared/gipi-components/datepicker/mat-datepicker/date-range-selection-strategy.d.ts +0 -45
- package/shared/gipi-components/datepicker/mat-datepicker/date-selection-model.d.ts +0 -106
- package/shared/gipi-components/datepicker/mat-datepicker/datepicker-animations.d.ts +0 -16
- package/shared/gipi-components/datepicker/mat-datepicker/datepicker-base.d.ts +0 -209
- package/shared/gipi-components/datepicker/mat-datepicker/datepicker-errors.d.ts +0 -9
- package/shared/gipi-components/datepicker/mat-datepicker/datepicker-input-base.d.ts +0 -136
- package/shared/gipi-components/datepicker/mat-datepicker/datepicker-input.d.ts +0 -68
- package/shared/gipi-components/datepicker/mat-datepicker/datepicker-intl.d.ts +0 -38
- package/shared/gipi-components/datepicker/mat-datepicker/datepicker-toggle.d.ts +0 -39
- package/shared/gipi-components/datepicker/mat-datepicker/datepicker.d.ts +0 -11
- package/shared/gipi-components/datepicker/mat-datepicker/month-view.d.ts +0 -120
- package/shared/gipi-components/datepicker/mat-datepicker/multi-year-view.d.ts +0 -85
- package/shared/gipi-components/datepicker/mat-datepicker/shared/adapter/date-adapter.d.ts +0 -225
- package/shared/gipi-components/datepicker/mat-datepicker/shared/adapter/date-formats.d.ts +0 -20
- package/shared/gipi-components/datepicker/mat-datepicker/shared/adapter/native-date-adapter.d.ts +0 -76
- package/shared/gipi-components/datepicker/mat-datepicker/shared/adapter/native-date-formats.d.ts +0 -9
- package/shared/gipi-components/datepicker/mat-datepicker/shared/adapter/platform.d.ts +0 -33
- package/shared/gipi-components/datepicker/mat-datepicker/year-view.d.ts +0 -97
- package/shared/gipi-components/dom/connected-overlay-scroll-handler.d.ts +0 -9
- package/shared/gipi-components/dom/dom-handler.d.ts +0 -85
- package/shared/gipi-components/dropdown-menu/dropdown-menu.component.d.ts +0 -36
- package/shared/gipi-components/expansion-panel/expansion-panel.component.d.ts +0 -16
- package/shared/gipi-components/file-drag-and-drop/file-drag-and-drop.component.d.ts +0 -43
- package/shared/gipi-components/file-drag-and-drop/shared/file-drag-and-drop.directive.d.ts +0 -13
- package/shared/gipi-components/footer/footer.component.d.ts +0 -5
- package/shared/gipi-components/form-field/form-field.component.d.ts +0 -61
- package/shared/gipi-components/helpful-tip/helpful-tip.component.d.ts +0 -13
- package/shared/gipi-components/infinite-scroll/infinite-scroll.directive.d.ts +0 -27
- package/shared/gipi-components/input-checkbox/input-checkbox.component.d.ts +0 -28
- package/shared/gipi-components/input-currency/input-currency.component.d.ts +0 -48
- package/shared/gipi-components/input-monthpicker/input-monthpicker.component.d.ts +0 -89
- package/shared/gipi-components/input-select/input-select.component.d.ts +0 -120
- package/shared/gipi-components/input-select-enum/input-select-enum.component.d.ts +0 -65
- package/shared/gipi-components/input-select-listbox/input-select-listbox.component.d.ts +0 -85
- package/shared/gipi-components/input-select-paged/input-search/input-search.component.d.ts +0 -77
- package/shared/gipi-components/input-select-paged/input-select-paged.component.d.ts +0 -66
- package/shared/gipi-components/input-select-radio/input-select-radio.component.d.ts +0 -53
- package/shared/gipi-components/layout-grid/col.directive.d.ts +0 -38
- package/shared/gipi-components/layout-grid/row.directive.d.ts +0 -28
- package/shared/gipi-components/layout-grid/services/breakpoint.service.d.ts +0 -30
- package/shared/gipi-components/layout-grid/services/resize.service.d.ts +0 -17
- package/shared/gipi-components/month-year-picker/calendar-month-year/calendar-month-year.component.d.ts +0 -37
- package/shared/gipi-components/month-year-picker/mont-year-picker.module.d.ts +0 -2
- package/shared/gipi-components/month-year-picker/month-year-picker.component.d.ts +0 -104
- package/shared/gipi-components/notification/notification.component.d.ts +0 -21
- package/shared/gipi-components/novelties/novelties.component.d.ts +0 -22
- package/shared/gipi-components/overlay/overlay.component.d.ts +0 -113
- package/shared/gipi-components/overlay/shared/overlay-service.d.ts +0 -6
- package/shared/gipi-components/overlay/shared/overlay_options.d.ts +0 -50
- package/shared/gipi-components/password-requeriments/password-requeriments.component.d.ts +0 -27
- package/shared/gipi-components/popover/popover.component.d.ts +0 -133
- package/shared/gipi-components/popover/shared/popover-animations.d.ts +0 -13
- package/shared/gipi-components/popover/shared/popover-errors.d.ts +0 -14
- package/shared/gipi-components/popover/shared/popover-interfaces.d.ts +0 -43
- package/shared/gipi-components/popover/shared/popover-target.d.ts +0 -5
- package/shared/gipi-components/popover/shared/popover-trigger.d.ts +0 -140
- package/shared/gipi-components/popover/shared/popover-types.d.ts +0 -4
- package/shared/gipi-components/radio-group/radio-group.component.d.ts +0 -33
- package/shared/gipi-components/range-page/range-page.component.d.ts +0 -55
- package/shared/gipi-components/range-slider/range-slider.component.d.ts +0 -57
- package/shared/gipi-components/select/select.component.d.ts +0 -45
- package/shared/gipi-components/select-button/select-button.component.d.ts +0 -39
- package/shared/gipi-components/sidebar/container/container.component.d.ts +0 -15
- package/shared/gipi-components/sidebar/sidenav/sidenav.component.d.ts +0 -40
- package/shared/gipi-components/stepper/stepper.component.d.ts +0 -8
- package/shared/gipi-components/table/components/table-body/table-body.component.d.ts +0 -36
- package/shared/gipi-components/table/components/table-footer/table-footer.component.d.ts +0 -5
- package/shared/gipi-components/table/components/table-header/table-header.component.d.ts +0 -28
- package/shared/gipi-components/table/components/table-pagination/shared/paginate.pipe.d.ts +0 -40
- package/shared/gipi-components/table/components/table-pagination/shared/pagination-controls.directive.d.ts +0 -81
- package/shared/gipi-components/table/components/table-pagination/shared/pagination-instance.d.ts +0 -24
- package/shared/gipi-components/table/components/table-pagination/shared/pagination.service.d.ts +0 -45
- package/shared/gipi-components/table/components/table-pagination/table-pagination.component.d.ts +0 -21
- package/shared/gipi-components/table/components/table-progress-bar/table-progress-bar.component.d.ts +0 -5
- package/shared/gipi-components/table/models/pipe-transform.model.d.ts +0 -3
- package/shared/gipi-components/table/models/sort.model.d.ts +0 -10
- package/shared/gipi-components/table/models/sorted-column.model.d.ts +0 -6
- package/shared/gipi-components/table/models/table-column-builder.model.d.ts +0 -52
- package/shared/gipi-components/table/models/table-column.model.d.ts +0 -74
- package/shared/gipi-components/table/table.component.d.ts +0 -37
- package/shared/gipi-components/table/types/sort-direction.type.d.ts +0 -1
- package/shared/gipi-components/table/types/sort.type.d.ts +0 -1
- package/shared/gipi-components/template/template.directive.d.ts +0 -8
- package/shared/gipi-components/toolbar/toolbar.component.d.ts +0 -11
- package/shared/gipi-components/top-nav/top-nav.component.d.ts +0 -8
- package/shared/gipi-components/user-profile/user-profile.component.d.ts +0 -24
- package/shared/material.module.d.ts +0 -2
- package/shared/shared.module.d.ts +0 -6
- package/shared.d.ts +0 -35
package/README.md
ADDED
@@ -0,0 +1,38 @@
|
|
1
|
+
# ItssNg
|
2
|
+
|
3
|
+
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 7.1.2.
|
4
|
+
|
5
|
+
## Development server
|
6
|
+
|
7
|
+
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
|
8
|
+
|
9
|
+
## Code scaffolding
|
10
|
+
|
11
|
+
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
|
12
|
+
|
13
|
+
## Build
|
14
|
+
|
15
|
+
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.
|
16
|
+
|
17
|
+
## Running unit tests
|
18
|
+
|
19
|
+
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
20
|
+
|
21
|
+
## Running end-to-end tests
|
22
|
+
|
23
|
+
Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).
|
24
|
+
|
25
|
+
## Further help
|
26
|
+
|
27
|
+
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).
|
28
|
+
|
29
|
+
## Install library from specific github branch
|
30
|
+
|
31
|
+
### Install the main branch
|
32
|
+
```bash
|
33
|
+
npm install --save
|
34
|
+
```
|
35
|
+
|
36
|
+
### Install a specific branch
|
37
|
+
> [!WARNING]
|
38
|
+
> Change <BRANCH_NAME> to the name of the branch to be installed.
|
@@ -0,0 +1,53 @@
|
|
1
|
+
# Build Publish Artifacts itss-ng
|
2
|
+
|
3
|
+
trigger:
|
4
|
+
#o deploy deve ocorrer somente via branch develop e a master é pra controle de versões aprovadas
|
5
|
+
#o deploy deve ser via develop para apoio aos desenvolvimento.
|
6
|
+
- develop
|
7
|
+
|
8
|
+
pool:
|
9
|
+
#name: GrupoItssWindows
|
10
|
+
name: Azure Pipelines
|
11
|
+
#vmImage: 'windows-latest'
|
12
|
+
vmImage: 'Ubuntu-20.04'
|
13
|
+
demands:
|
14
|
+
- npm
|
15
|
+
|
16
|
+
steps:
|
17
|
+
|
18
|
+
#- task: RestoreAndSaveCache@1
|
19
|
+
# inputs:
|
20
|
+
# keyfile: '**/package-lock.json'
|
21
|
+
# targetfolder: '/node_modules, !/node_modules/**/node_modules'
|
22
|
+
# vstsFeed: '3a428840-06b8-4141-8154-6025ed4fd4d6'
|
23
|
+
# platformIndependent: true
|
24
|
+
# alias: 'Controle de cache NPM'
|
25
|
+
- task: PowerShell@2
|
26
|
+
inputs:
|
27
|
+
targetType: 'inline'
|
28
|
+
script: 'cp $(system.defaultworkingdirectory)/.npmrc ${HOME}'
|
29
|
+
condition: eq( variables['Agent.OS'], 'Linux' )
|
30
|
+
|
31
|
+
- task: NodeTool@0
|
32
|
+
inputs:
|
33
|
+
versionSpec: '12.18.0'
|
34
|
+
displayName: 'Install Node.js'
|
35
|
+
|
36
|
+
- task: Npm@1
|
37
|
+
inputs:
|
38
|
+
command: 'install'
|
39
|
+
workingDir: '$(system.defaultworkingdirectory)'
|
40
|
+
customRegistry: 'useNpmrc'
|
41
|
+
|
42
|
+
- task: Npm@1
|
43
|
+
inputs:
|
44
|
+
command: 'custom'
|
45
|
+
customCommand: 'install -g @angular/cli'
|
46
|
+
customRegistry: 'useNpmrc'
|
47
|
+
|
48
|
+
- task: PowerShell@2
|
49
|
+
inputs:
|
50
|
+
targetType: 'inline'
|
51
|
+
script: 'npm run publish'
|
52
|
+
workingDirectory: '$(system.defaultworkingdirectory)'
|
53
|
+
customRegistry: 'useNpmrc'
|
@@ -0,0 +1,53 @@
|
|
1
|
+
# Node.js
|
2
|
+
# Build a general Node.js project with npm.
|
3
|
+
# Add steps that analyze code, save build artifacts, deploy, and more:
|
4
|
+
# https://docs.microsoft.com/azure/devops/pipelines/languages/javascript
|
5
|
+
|
6
|
+
trigger: none
|
7
|
+
|
8
|
+
pool:
|
9
|
+
#name: GrupoItssWindows
|
10
|
+
name: Azure Pipelines
|
11
|
+
#vmImage: 'windows-latest'
|
12
|
+
vmImage: 'ubuntu-20.04'
|
13
|
+
demands:
|
14
|
+
- npm
|
15
|
+
|
16
|
+
steps:
|
17
|
+
|
18
|
+
#- task: RestoreAndSaveCache@1
|
19
|
+
# inputs:
|
20
|
+
# keyfile: '**/package-lock.json'
|
21
|
+
# targetfolder: '/node_modules, !/node_modules/**/node_modules'
|
22
|
+
# vstsFeed: '727cb252-df1d-46c8-966d-e2c5dd65c184'
|
23
|
+
# platformIndependent: true
|
24
|
+
# alias: 'Controle de cache NPM'
|
25
|
+
- task: PowerShell@2
|
26
|
+
inputs:
|
27
|
+
targetType: 'inline'
|
28
|
+
script: 'cp $(system.defaultworkingdirectory)/.npmrc ${HOME}'
|
29
|
+
condition: eq( variables['Agent.OS'], 'Linux' )
|
30
|
+
|
31
|
+
- task: NodeTool@0
|
32
|
+
inputs:
|
33
|
+
versionSpec: '12.18.0'
|
34
|
+
displayName: 'Install Node.js'
|
35
|
+
|
36
|
+
- task: Npm@1
|
37
|
+
inputs:
|
38
|
+
command: 'install'
|
39
|
+
#customRegistry: 'useNpmrc'
|
40
|
+
workingDir: '$(system.defaultworkingdirectory)'
|
41
|
+
|
42
|
+
- task: Npm@1
|
43
|
+
inputs:
|
44
|
+
command: 'custom'
|
45
|
+
customCommand: 'install -g @angular/cli'
|
46
|
+
#customRegistry: 'useNpmrc'
|
47
|
+
|
48
|
+
- task: PowerShell@2
|
49
|
+
inputs:
|
50
|
+
targetType: 'inline'
|
51
|
+
script: 'npm run build_lib'
|
52
|
+
workingDirectory: '$(system.defaultworkingdirectory)'
|
53
|
+
customRegistry: 'useNpmrc'
|
package/angular-cli.json
ADDED
@@ -0,0 +1,42 @@
|
|
1
|
+
{
|
2
|
+
"defaults": {
|
3
|
+
"styleExt": "scss",
|
4
|
+
"component": {
|
5
|
+
"style": "scss",
|
6
|
+
"changeDetection": "OnPush",
|
7
|
+
"export": true,
|
8
|
+
"inlineStyle": false,
|
9
|
+
"inlineTemplate": false,
|
10
|
+
"prefix": "gipi",
|
11
|
+
"spec": false,
|
12
|
+
"viewEncapsulation": "None",
|
13
|
+
"displayBlock": true
|
14
|
+
},
|
15
|
+
"class": {
|
16
|
+
"spec": false
|
17
|
+
},
|
18
|
+
"directive": {
|
19
|
+
"flat": true,
|
20
|
+
"spec": false
|
21
|
+
},
|
22
|
+
"guard": {
|
23
|
+
"flat": true,
|
24
|
+
"spec": false
|
25
|
+
},
|
26
|
+
"interface": {
|
27
|
+
"prefix": ""
|
28
|
+
},
|
29
|
+
"module": {
|
30
|
+
"flat": false,
|
31
|
+
"spec": false
|
32
|
+
},
|
33
|
+
"pipe": {
|
34
|
+
"flat": true,
|
35
|
+
"spec": false
|
36
|
+
},
|
37
|
+
"service": {
|
38
|
+
"flat": true,
|
39
|
+
"spec": false
|
40
|
+
}
|
41
|
+
}
|
42
|
+
}
|
@@ -0,0 +1,35 @@
|
|
1
|
+
# Node.js with Angular
|
2
|
+
# Build a Node.js project that uses Angular.
|
3
|
+
# Add steps that analyze code, save build artifacts, deploy, and more:
|
4
|
+
# https://docs.microsoft.com/azure/devops/pipelines/languages/javascript
|
5
|
+
|
6
|
+
trigger:
|
7
|
+
- master
|
8
|
+
|
9
|
+
pool:
|
10
|
+
name: GrupoItssWindows
|
11
|
+
#vmImage: 'ubuntu-latest'
|
12
|
+
vmImage: 'windows-latest'
|
13
|
+
|
14
|
+
steps:
|
15
|
+
- task: NodeTool@0
|
16
|
+
inputs:
|
17
|
+
versionSpec: '10.x'
|
18
|
+
displayName: 'Install Node.js'
|
19
|
+
|
20
|
+
#- script: |
|
21
|
+
# npm install -g @angular/cli
|
22
|
+
# npm install
|
23
|
+
# npm run publish
|
24
|
+
# displayName: 'npm install and build'
|
25
|
+
# #customRegistry: 'useNpmrc'
|
26
|
+
|
27
|
+
- task: Bash@3
|
28
|
+
inputs:
|
29
|
+
targetType: 'inline'
|
30
|
+
script: |
|
31
|
+
npm install -g @angular/cli
|
32
|
+
npm install
|
33
|
+
npm run publish
|
34
|
+
customRegistry: 'useNpmrc'
|
35
|
+
# ng build --prod
|
package/package.json
CHANGED
@@ -1,33 +1,85 @@
|
|
1
1
|
{
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
2
|
+
"name": "@gipisistemas/ng-core",
|
3
|
+
"version": "1.1.0",
|
4
|
+
"scripts": {
|
5
|
+
"ng": "ng",
|
6
|
+
"start": "ng serve",
|
7
|
+
"build": "ng build",
|
8
|
+
"test": "ng test",
|
9
|
+
"lint": "ng lint",
|
10
|
+
"e2e": "ng e2e",
|
11
|
+
"build_lib": "ng build itss-ng",
|
12
|
+
"npm_pack": "cd dist/itss-ng && npm pack",
|
13
|
+
"copy_assets": "run-script-os",
|
14
|
+
"copy_assets:darwin:linux": "rsync -aqz \"./projects/itss-ng/src/assets\" \"./dist/itss-ng/\"",
|
15
|
+
"copy_assets:win32": "md \"./dist/itss-ng/assets\" && xcopy \"./projects/itss-ng/src/assets\" \"./dist/itss-ng/assets\" /s/h/e/k/f/c",
|
16
|
+
"package": "rm -rf dist && npm run build_lib && npm run copy_assets && npm run npm_pack",
|
17
|
+
"publish": "rm -rf dist && npm run build_lib && npm run copy_assets && cd dist/itss-ng && npm publish --access public",
|
18
|
+
"refreshVSToken": "vsts-npm-auth -config .npmrc",
|
19
|
+
"updateVersionMajor": "npm version major",
|
20
|
+
"updateVersionMinor": "npm version minor",
|
21
|
+
"updateVersionPatch": "npm version patch"
|
22
|
+
},
|
23
|
+
"private": false,
|
24
|
+
"dependencies": {
|
25
|
+
"@angular/animations": "~8.2.3",
|
26
|
+
"@angular/cdk": "~8.2.1",
|
27
|
+
"@angular/cdk-experimental": "~8.1.3",
|
28
|
+
"@angular/common": "~8.2.3",
|
29
|
+
"@angular/compiler": "~8.2.3",
|
30
|
+
"@angular/core": "~8.2.3",
|
31
|
+
"@angular/flex-layout": "~8.0.0-beta.27",
|
32
|
+
"@angular/forms": "~8.2.3",
|
33
|
+
"@angular/material": "~8.1.3",
|
34
|
+
"@angular/material-moment-adapter": "^8.2.3",
|
35
|
+
"@angular/platform-browser": "~8.2.3",
|
36
|
+
"@angular/platform-browser-dynamic": "~8.2.3",
|
37
|
+
"@angular/router": "~8.2.3",
|
38
|
+
"@brazilian-utils/brazilian-utils": "^1.0.0-rc.12",
|
39
|
+
"@material-extended/mde": "^2.3.1",
|
40
|
+
"@ngx-pwa/local-storage": "^8.2.4",
|
41
|
+
"angular-mentions": "1.1.6",
|
42
|
+
"libphonenumber-js": "^1.11.4",
|
43
|
+
"lodash": "^4.17.15",
|
44
|
+
"moment": "^2.27.0",
|
45
|
+
"ngx-currency": "^2.0.0",
|
46
|
+
"ngx-infinite-scroll": "^9.0.0",
|
47
|
+
"ngx-mask": "^8.1.6",
|
48
|
+
"ngx-material-timepicker": "^5.5.3",
|
49
|
+
"node-sass": "^4.13.0",
|
50
|
+
"package": "^1.0.1",
|
51
|
+
"pkg": "^4.4.9",
|
52
|
+
"rxjs": "~6.4.0",
|
53
|
+
"tslib": "^1.10.0",
|
54
|
+
"zone.js": "~0.9.1"
|
55
|
+
},
|
56
|
+
"publishConfig": {
|
57
|
+
"access": "public"
|
58
|
+
},
|
59
|
+
"devDependencies": {
|
60
|
+
"@angular-devkit/architect": "~0.803.26",
|
61
|
+
"@angular-devkit/build-angular": "~0.803.1",
|
62
|
+
"@angular-devkit/build-ng-packagr": "~0.803.2",
|
63
|
+
"@angular/cli": "~8.3.1",
|
64
|
+
"@angular/compiler-cli": "~8.2.3",
|
65
|
+
"@angular/language-service": "~8.2.3",
|
66
|
+
"@types/jasmine": "~3.3.8",
|
67
|
+
"@types/jasminewd2": "~2.0.3",
|
68
|
+
"@types/node": "~8.9.4",
|
69
|
+
"codelyzer": "^5.0.0",
|
70
|
+
"jasmine-core": "~3.4.0",
|
71
|
+
"jasmine-spec-reporter": "~4.2.1",
|
72
|
+
"karma": "~4.1.0",
|
73
|
+
"karma-chrome-launcher": "~2.2.0",
|
74
|
+
"karma-coverage-istanbul-reporter": "~2.0.1",
|
75
|
+
"karma-jasmine": "~2.0.1",
|
76
|
+
"karma-jasmine-html-reporter": "^1.4.0",
|
77
|
+
"ng-packagr": "^5.4.0",
|
78
|
+
"protractor": "~5.4.0",
|
79
|
+
"run-script-os": "^1.0.7",
|
80
|
+
"ts-node": "~7.0.0",
|
81
|
+
"tsickle": "^0.37.0",
|
82
|
+
"tslint": "~5.15.0",
|
83
|
+
"typescript": "^3.9.7"
|
84
|
+
}
|
33
85
|
}
|
@@ -0,0 +1,25 @@
|
|
1
|
+
{
|
2
|
+
"name": "@gipi-sistemas/ng-core",
|
3
|
+
"version": "1.0.67",
|
4
|
+
"scripts": {
|
5
|
+
"updateVersionMajor": "npm version major",
|
6
|
+
"updateVersionMinor": "npm version minor",
|
7
|
+
"updateVersionPatch": "npm version patch"
|
8
|
+
},
|
9
|
+
"peerDependencies": {
|
10
|
+
"@angular/common": "~8.2.3",
|
11
|
+
"@angular/core": "~8.2.3",
|
12
|
+
"@angular/cdk": "~8.2.1",
|
13
|
+
"@angular/cdk-experimental": "~8.1.3",
|
14
|
+
"@angular/material": "~8.1.3",
|
15
|
+
"@angular/flex-layout": "~8.0.0-beta.27",
|
16
|
+
"@material-extended/mde": "^2.3.1",
|
17
|
+
"ngx-currency": "^2.3.3",
|
18
|
+
"ngx-mask": "^9.1.2",
|
19
|
+
"lodash": "^4.17.15",
|
20
|
+
"ngx-infinite-scroll": "^9.0.0",
|
21
|
+
"moment": "^2.27.0",
|
22
|
+
"@brazilian-utils/brazilian-utils": "^1.0.0-rc.12"
|
23
|
+
},
|
24
|
+
"private": false
|
25
|
+
}
|
@@ -1,261 +0,0 @@
|
|
1
|
-
// Cores provisórias ---------------------------
|
2
|
-
$gipi-input-border-provisory: rgba(0, 0, 0, .12);
|
3
|
-
$gipi-input-color-provisory: #696969;
|
4
|
-
// ---------------------------------------------
|
5
|
-
// Primary
|
6
|
-
$gipi-primary-50 : #fceaec;
|
7
|
-
$gipi-primary-100 : #f5bfc3;
|
8
|
-
$gipi-primary-200 : #f1a0a6;
|
9
|
-
$gipi-primary-300 : #ea757e;
|
10
|
-
$gipi-primary-400 : #e65a65;
|
11
|
-
$gipi-primary-500 : #e0313e; // Is default
|
12
|
-
$gipi-primary-600 : #cc2d38;
|
13
|
-
$gipi-primary-700 : #9f232c;
|
14
|
-
$gipi-primary-800 : #7b1b22;
|
15
|
-
$gipi-primary-900 : #5e151a;
|
16
|
-
// Secondary
|
17
|
-
$gipi-secondary-50 : #f5f5f6;
|
18
|
-
$gipi-secondary-100 : #e0e1e2;
|
19
|
-
$gipi-secondary-200 : #d1d2d4;
|
20
|
-
$gipi-secondary-300 : #bbbdc1;
|
21
|
-
$gipi-secondary-400 : #aeb1b5;
|
22
|
-
$gipi-secondary-500 : #9a9da2; // Is default
|
23
|
-
$gipi-secondary-600 : #8c8f93;
|
24
|
-
$gipi-secondary-700 : #6d6f73;
|
25
|
-
$gipi-secondary-800 : #555659;
|
26
|
-
$gipi-secondary-900 : #414244;
|
27
|
-
// Success
|
28
|
-
$gipi-success-100 : #bbdcb6;
|
29
|
-
$gipi-success-300 : #6db362;
|
30
|
-
$gipi-success-400 : #51a543;
|
31
|
-
$gipi-success-500 : #258e14; // Is default
|
32
|
-
$gipi-success-600 : #228112;
|
33
|
-
$gipi-success-700 : #1a650e;
|
34
|
-
$gipi-success-900 : #103c08;
|
35
|
-
// Information
|
36
|
-
$gipi-info-100 : #b0d8ef;
|
37
|
-
$gipi-info-300 : #54aadb;
|
38
|
-
$gipi-info-400 : #3399d5;
|
39
|
-
$gipi-info-500 : #0080ca; // Is default
|
40
|
-
$gipi-info-600 : #0074b8;
|
41
|
-
$gipi-info-700 : #005b8f;
|
42
|
-
$gipi-info-900 : #003655;
|
43
|
-
// Warning
|
44
|
-
$gipi-warning-100 : #f2e2b0;
|
45
|
-
$gipi-warning-300 : #e4bf54;
|
46
|
-
$gipi-warning-400 : #deb333;
|
47
|
-
$gipi-warning-500 : #d6a000; // Is default
|
48
|
-
$gipi-warning-600 : #c39200;
|
49
|
-
$gipi-warning-700 : #987200;
|
50
|
-
$gipi-warning-900 : #5a4300;
|
51
|
-
// Danger
|
52
|
-
$gipi-danger-100 : #f1c4b6;
|
53
|
-
$gipi-danger-300 : #e07f62;
|
54
|
-
$gipi-danger-400 : #da6643;
|
55
|
-
$gipi-danger-500 : #d14014; // Is default
|
56
|
-
$gipi-danger-600 : #be3a12;
|
57
|
-
$gipi-danger-700 : #942d0e;
|
58
|
-
$gipi-danger-900 : #581b08;
|
59
|
-
// White
|
60
|
-
$gipi-common-white-100 : #ffffff; // Is default
|
61
|
-
$gipi-common-white-200 : #fcfcfc;
|
62
|
-
$gipi-common-white-300 : #f5f5f5;
|
63
|
-
$gipi-common-white-400 : #f0f0f0;
|
64
|
-
// Black
|
65
|
-
$gipi-common-black-100 : #131313; // Is default
|
66
|
-
$gipi-common-black-200 : #262626;
|
67
|
-
$gipi-common-black-300 : #595959;
|
68
|
-
$gipi-common-black-400 : #bfbfbf;
|
69
|
-
// Gray
|
70
|
-
$gipi-common-gray-50 : #f5f5f6;
|
71
|
-
$gipi-common-gray-100 : #e0e1e2;
|
72
|
-
$gipi-common-gray-200 : #d1d2d4;
|
73
|
-
$gipi-common-gray-300 : #bbbdc1;
|
74
|
-
$gipi-common-gray-400 : #aeb1b5;
|
75
|
-
$gipi-common-gray-500 : #9a9da2; // Is default
|
76
|
-
$gipi-common-gray-600 : #8c8f93;
|
77
|
-
$gipi-common-gray-700 : #6d6f73;
|
78
|
-
$gipi-common-gray-800 : #555659;
|
79
|
-
$gipi-common-gray-900 : #414244;
|
80
|
-
// Pastels - No default color
|
81
|
-
$gipi-common-pastels-primary : #f3e7e7;
|
82
|
-
$gipi-common-pastels-secondary : #e7ebee;
|
83
|
-
$gipi-common-pastels-success : #e9f4e8;
|
84
|
-
$gipi-common-pastels-info : #e6f2fa;
|
85
|
-
$gipi-common-pastels-warning : #fbf6e6;
|
86
|
-
$gipi-common-pastels-danger : #faece8;
|
87
|
-
//
|
88
|
-
$gipi-palette-primary: (
|
89
|
-
50 : $gipi-primary-50,
|
90
|
-
100 : $gipi-primary-100,
|
91
|
-
200 : $gipi-primary-200,
|
92
|
-
300 : $gipi-primary-300,
|
93
|
-
400 : $gipi-primary-400,
|
94
|
-
500 : $gipi-primary-500,
|
95
|
-
600 : $gipi-primary-600,
|
96
|
-
700 : $gipi-primary-700,
|
97
|
-
800 : $gipi-primary-800,
|
98
|
-
900 : $gipi-primary-900,
|
99
|
-
contrast: ( //
|
100
|
-
50 : $gipi-common-black-100,
|
101
|
-
100 : $gipi-common-black-100,
|
102
|
-
200 : $gipi-common-black-100,
|
103
|
-
300 : $gipi-common-black-100,
|
104
|
-
400 : $gipi-common-black-100,
|
105
|
-
500 : $gipi-common-white-100,
|
106
|
-
600 : $gipi-common-white-100,
|
107
|
-
700 : $gipi-common-white-100,
|
108
|
-
800 : $gipi-common-white-100,
|
109
|
-
900 : $gipi-common-white-100,
|
110
|
-
)
|
111
|
-
);
|
112
|
-
//
|
113
|
-
$gipi-palette-secondary: (
|
114
|
-
100 : $gipi-secondary-100,
|
115
|
-
300 : $gipi-secondary-300,
|
116
|
-
400 : $gipi-secondary-400,
|
117
|
-
500 : $gipi-secondary-500,
|
118
|
-
600 : $gipi-secondary-600,
|
119
|
-
700 : $gipi-secondary-700,
|
120
|
-
900 : $gipi-secondary-900,
|
121
|
-
contrast: ( //
|
122
|
-
50 : $gipi-common-black-100,
|
123
|
-
100 : $gipi-common-black-100,
|
124
|
-
200 : $gipi-common-black-100,
|
125
|
-
300 : $gipi-common-black-100,
|
126
|
-
400 : $gipi-common-black-100,
|
127
|
-
500 : $gipi-common-black-100,
|
128
|
-
600 : $gipi-common-black-100,
|
129
|
-
700 : $gipi-common-white-100,
|
130
|
-
800 : $gipi-common-white-100,
|
131
|
-
900 : $gipi-common-white-100,
|
132
|
-
)
|
133
|
-
);
|
134
|
-
//
|
135
|
-
$gipi-palette-success: (
|
136
|
-
100 : $gipi-success-100,
|
137
|
-
300 : $gipi-success-300,
|
138
|
-
400 : $gipi-success-400,
|
139
|
-
500 : $gipi-success-500,
|
140
|
-
600 : $gipi-success-600,
|
141
|
-
700 : $gipi-success-700,
|
142
|
-
900 : $gipi-success-900,
|
143
|
-
contrast: ( //
|
144
|
-
100 : $gipi-common-black-100,
|
145
|
-
300 : $gipi-common-black-100,
|
146
|
-
400 : $gipi-common-black-100,
|
147
|
-
500 : $gipi-common-white-100,
|
148
|
-
600 : $gipi-common-white-100,
|
149
|
-
700 : $gipi-common-white-100,
|
150
|
-
900 : $gipi-common-white-100,
|
151
|
-
)
|
152
|
-
);
|
153
|
-
//
|
154
|
-
$gipi-palette-info: (
|
155
|
-
100 : $gipi-info-100,
|
156
|
-
300 : $gipi-info-300,
|
157
|
-
400 : $gipi-info-400,
|
158
|
-
500 : $gipi-info-500,
|
159
|
-
600 : $gipi-info-600,
|
160
|
-
700 : $gipi-info-700,
|
161
|
-
900 : $gipi-info-900,
|
162
|
-
contrast: ( //
|
163
|
-
100 : $gipi-common-black-100,
|
164
|
-
300 : $gipi-common-black-100,
|
165
|
-
400 : $gipi-common-black-100,
|
166
|
-
500 : $gipi-common-white-100,
|
167
|
-
600 : $gipi-common-white-100,
|
168
|
-
700 : $gipi-common-white-100,
|
169
|
-
900 : $gipi-common-white-100,
|
170
|
-
)
|
171
|
-
);
|
172
|
-
//
|
173
|
-
$gipi-palette-warning: (
|
174
|
-
100 : $gipi-warning-100,
|
175
|
-
300 : $gipi-warning-300,
|
176
|
-
400 : $gipi-warning-400,
|
177
|
-
500 : $gipi-warning-500,
|
178
|
-
600 : $gipi-warning-600,
|
179
|
-
700 : $gipi-warning-700,
|
180
|
-
900 : $gipi-warning-900,
|
181
|
-
contrast: ( //
|
182
|
-
100 : $gipi-common-black-100,
|
183
|
-
300 : $gipi-common-black-100,
|
184
|
-
400 : $gipi-common-black-100,
|
185
|
-
500 : $gipi-common-white-100,
|
186
|
-
600 : $gipi-common-white-100,
|
187
|
-
700 : $gipi-common-white-100,
|
188
|
-
900 : $gipi-common-white-100,
|
189
|
-
)
|
190
|
-
);
|
191
|
-
//
|
192
|
-
$gipi-palette-danger: (
|
193
|
-
100 : $gipi-danger-100,
|
194
|
-
300 : $gipi-danger-300,
|
195
|
-
400 : $gipi-danger-400,
|
196
|
-
500 : $gipi-danger-500,
|
197
|
-
600 : $gipi-danger-600,
|
198
|
-
700 : $gipi-danger-700,
|
199
|
-
900 : $gipi-danger-900,
|
200
|
-
contrast: ( //
|
201
|
-
100 : $gipi-common-black-100,
|
202
|
-
300 : $gipi-common-black-100,
|
203
|
-
400 : $gipi-common-black-100,
|
204
|
-
500 : $gipi-common-white-100,
|
205
|
-
600 : $gipi-common-white-100,
|
206
|
-
700 : $gipi-common-white-100,
|
207
|
-
900 : $gipi-common-white-100,
|
208
|
-
)
|
209
|
-
);
|
210
|
-
//
|
211
|
-
$gipi-palette-common: (
|
212
|
-
white : ( // 100 is default
|
213
|
-
100 : $gipi-common-white-100,
|
214
|
-
200 : $gipi-common-white-200,
|
215
|
-
300 : $gipi-common-white-300,
|
216
|
-
400 : $gipi-common-white-400,
|
217
|
-
),
|
218
|
-
black : ( // 100 is default
|
219
|
-
100 : $gipi-common-black-100,
|
220
|
-
200 : $gipi-common-black-200,
|
221
|
-
300 : $gipi-common-black-300,
|
222
|
-
400 : $gipi-common-black-400,
|
223
|
-
),
|
224
|
-
gray : ( // 500 is default
|
225
|
-
50 : $gipi-common-gray-50,
|
226
|
-
100 : $gipi-common-gray-100,
|
227
|
-
200 : $gipi-common-gray-200,
|
228
|
-
300 : $gipi-common-gray-300,
|
229
|
-
400 : $gipi-common-gray-400,
|
230
|
-
500 : $gipi-common-gray-500,
|
231
|
-
600 : $gipi-common-gray-600,
|
232
|
-
700 : $gipi-common-gray-700,
|
233
|
-
800 : $gipi-common-gray-800,
|
234
|
-
900 : $gipi-common-gray-900,
|
235
|
-
),
|
236
|
-
pastels : ( // No default color
|
237
|
-
primary : $gipi-common-pastels-primary,
|
238
|
-
secondary : $gipi-common-pastels-secondary,
|
239
|
-
success : $gipi-common-pastels-success,
|
240
|
-
info : $gipi-common-pastels-info,
|
241
|
-
warning : $gipi-common-pastels-warning,
|
242
|
-
danger : $gipi-common-pastels-danger,
|
243
|
-
),
|
244
|
-
);
|
245
|
-
|
246
|
-
//
|
247
|
-
@function gipi-colors($color, $tone) {
|
248
|
-
@if map-has-key($gipi-palette-common, $color) {
|
249
|
-
$lColor: map-get($gipi-palette-common, $color);
|
250
|
-
|
251
|
-
@if map-has-key($lColor, $tone) {
|
252
|
-
$lTone: map-get($lColor, $tone);
|
253
|
-
@return $lTone;
|
254
|
-
}
|
255
|
-
|
256
|
-
@warn "Unknow tone `#{$tone}` in color";
|
257
|
-
}
|
258
|
-
|
259
|
-
@warn "Unknow color `#{$color}` in palette";
|
260
|
-
@return null;
|
261
|
-
}
|