@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
@@ -1,21 +0,0 @@
|
|
1
|
-
import { OnInit } from '@angular/core';
|
2
|
-
import { GIPIActionRowComponent } from '../action-row/action-row.component';
|
3
|
-
export declare class GIPIAbstractFormComponent implements OnInit {
|
4
|
-
attrId: string;
|
5
|
-
attrName: string;
|
6
|
-
get attrMargin(): "0" | "0 auto";
|
7
|
-
GIPIActionRowComponent: GIPIActionRowComponent;
|
8
|
-
set id(value: string);
|
9
|
-
set name(value: string);
|
10
|
-
flexDirection: 'row' | 'column';
|
11
|
-
gap: string | number;
|
12
|
-
alignItems: 'start' | 'center' | 'end' | 'flex-start' | 'flex-end' | 'stretch';
|
13
|
-
justifyContent: 'start' | 'center' | 'end' | 'flex-start' | 'flex-end' | 'space-around' | 'space-between' | 'space-evenly' | 'stretch';
|
14
|
-
padding: string | number;
|
15
|
-
dialog: boolean;
|
16
|
-
loading: boolean;
|
17
|
-
get getPadding(): string;
|
18
|
-
get getGap(): string;
|
19
|
-
constructor();
|
20
|
-
ngOnInit(): void;
|
21
|
-
}
|
@@ -1,56 +0,0 @@
|
|
1
|
-
import { ElementRef, EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
2
|
-
import { GIPIPopoverTrigger } from '../popover/shared/popover-trigger';
|
3
|
-
declare type ButtonIconPosition = 'left' | 'right' | 'top' | 'bottom' | 'center';
|
4
|
-
export declare class GIPIButtonComponent implements OnInit, OnDestroy {
|
5
|
-
private _elementRef;
|
6
|
-
readonly isButtonPrimary: boolean;
|
7
|
-
readonly isButtonPrimaryIcon: boolean;
|
8
|
-
readonly isButtonSecondary: boolean;
|
9
|
-
readonly isButtonSecondaryIcon: boolean;
|
10
|
-
readonly isButtonTertiary: boolean;
|
11
|
-
readonly isButtonTertiaryIcon: boolean;
|
12
|
-
readonly isButtonLink: boolean;
|
13
|
-
readonly isButtonIcon: boolean;
|
14
|
-
readonly isButtonAction: boolean;
|
15
|
-
_overlayVisible: boolean;
|
16
|
-
popoverTrigger: GIPIPopoverTrigger;
|
17
|
-
id: string;
|
18
|
-
name: string;
|
19
|
-
type: 'button' | 'submit' | 'reset';
|
20
|
-
ariaLabel: string;
|
21
|
-
title: string;
|
22
|
-
label: string;
|
23
|
-
buttonClass: string;
|
24
|
-
buttonPadding: number | string;
|
25
|
-
iconWidth: number | string;
|
26
|
-
iconHeight: number | string;
|
27
|
-
icon: string;
|
28
|
-
svgIcon: string;
|
29
|
-
iconPos: ButtonIconPosition;
|
30
|
-
disabled: boolean;
|
31
|
-
loading: boolean;
|
32
|
-
notification: boolean;
|
33
|
-
tooltip: string;
|
34
|
-
popover: boolean;
|
35
|
-
overlay: boolean;
|
36
|
-
isForInput: boolean;
|
37
|
-
onShowOverlay: EventEmitter<void>;
|
38
|
-
onOpenPopover: EventEmitter<void>;
|
39
|
-
onClosePopover: EventEmitter<void>;
|
40
|
-
onClick: EventEmitter<MouseEvent>;
|
41
|
-
onFocus: EventEmitter<MouseEvent>;
|
42
|
-
onBlur: EventEmitter<MouseEvent>;
|
43
|
-
constructor(_elementRef: ElementRef);
|
44
|
-
ngOnInit(): void;
|
45
|
-
ngOnDestroy(): void;
|
46
|
-
getHostElement(): any;
|
47
|
-
private _hasHostAttributes;
|
48
|
-
toggleOverlay(): void;
|
49
|
-
showPopover(): void;
|
50
|
-
closePopover(): void;
|
51
|
-
handleClick(event: MouseEvent): void;
|
52
|
-
handleFocus(event: MouseEvent): void;
|
53
|
-
handleBlur(event: MouseEvent): void;
|
54
|
-
onResize(event: UIEvent): void;
|
55
|
-
}
|
56
|
-
export {};
|
@@ -1,37 +0,0 @@
|
|
1
|
-
import { ChangeDetectorRef, ElementRef, EventEmitter, OnInit } from '@angular/core';
|
2
|
-
import { ControlValueAccessor } from '@angular/forms';
|
3
|
-
export declare class RemoveChange<T> {
|
4
|
-
chip: T;
|
5
|
-
index: number;
|
6
|
-
}
|
7
|
-
export declare class GIPIChipsComponent<T> implements OnInit, ControlValueAccessor {
|
8
|
-
private _changeDetectorRef;
|
9
|
-
elementRef: ElementRef;
|
10
|
-
private _name;
|
11
|
-
id: number | string;
|
12
|
-
name: string;
|
13
|
-
label: string;
|
14
|
-
labelRemoveAll: string;
|
15
|
-
ariaLabel: string;
|
16
|
-
disabled: boolean;
|
17
|
-
showRemovableAll: boolean;
|
18
|
-
showRemovable: boolean;
|
19
|
-
property: string;
|
20
|
-
private _value;
|
21
|
-
set value(value: T[]);
|
22
|
-
get value(): T[];
|
23
|
-
onFocus: EventEmitter<Event>;
|
24
|
-
onClick: EventEmitter<Event>;
|
25
|
-
removeChange: EventEmitter<RemoveChange<T>>;
|
26
|
-
removeAllChange: EventEmitter<void>;
|
27
|
-
constructor(_changeDetectorRef: ChangeDetectorRef, elementRef: ElementRef);
|
28
|
-
ngOnInit(): void;
|
29
|
-
onChange: any;
|
30
|
-
onTouch: any;
|
31
|
-
writeValue(value: any): void;
|
32
|
-
registerOnChange(fn: any): void;
|
33
|
-
registerOnTouched(fn: any): void;
|
34
|
-
setDisabledState?(value: boolean): void;
|
35
|
-
removeChip(chip: T, index: number): void;
|
36
|
-
removeAllChips(): void;
|
37
|
-
}
|
@@ -1,11 +0,0 @@
|
|
1
|
-
import { OnInit } from '@angular/core';
|
2
|
-
import { MatDialogRef } from '@angular/material';
|
3
|
-
import { AppMessages } from '../../../core/app-messages';
|
4
|
-
import { ConfirmationDTO } from '../../../core/models/dto/confirmation.dto';
|
5
|
-
export declare class GIPIConfirmationDialogComponent implements OnInit {
|
6
|
-
dialogRef: MatDialogRef<GIPIConfirmationDialogComponent>;
|
7
|
-
confirmation: ConfirmationDTO;
|
8
|
-
messages: AppMessages;
|
9
|
-
constructor(dialogRef: MatDialogRef<GIPIConfirmationDialogComponent>, confirmation: ConfirmationDTO, messages: AppMessages);
|
10
|
-
ngOnInit(): void;
|
11
|
-
}
|
package/shared/gipi-components/datepicker/date-range-picker/date-range-picker.component.d.ts
DELETED
@@ -1,71 +0,0 @@
|
|
1
|
-
import { ChangeDetectorRef, ElementRef, OnDestroy, OnInit } from '@angular/core';
|
2
|
-
import { ControlValueAccessor } from '@angular/forms';
|
3
|
-
import { DateRange } from '../mat-datepicker/date-selection-model';
|
4
|
-
import { DateFilterFn } from '../mat-datepicker/datepicker-input-base';
|
5
|
-
import { MatDatepickerToggle } from '../mat-datepicker/datepicker-toggle';
|
6
|
-
import { PresetRanges } from './shared/preset-range/preset-range.component';
|
7
|
-
export declare let nextUniqueId: number;
|
8
|
-
export declare class DateRangePickerComponent implements OnInit, OnDestroy, ControlValueAccessor {
|
9
|
-
elementRef: ElementRef;
|
10
|
-
private _changeDetectorRef;
|
11
|
-
matDatepickerToggleRef: MatDatepickerToggle<Date>;
|
12
|
-
private _name;
|
13
|
-
private _startDate;
|
14
|
-
get startDate(): Date;
|
15
|
-
set startDate(value: Date);
|
16
|
-
private _endDate;
|
17
|
-
get endDate(): Date;
|
18
|
-
set endDate(value: Date);
|
19
|
-
idStartDate: string;
|
20
|
-
idEndDate: string;
|
21
|
-
nameStartDate: string;
|
22
|
-
nameEndDate: string;
|
23
|
-
label: string;
|
24
|
-
placeholderStartDate: string;
|
25
|
-
placeholderEndDate: string;
|
26
|
-
help: string;
|
27
|
-
separator: string;
|
28
|
-
private _customRangeLabel;
|
29
|
-
get customRangeLabel(): string;
|
30
|
-
set customRangeLabel(value: string);
|
31
|
-
private _ranges;
|
32
|
-
get ranges(): PresetRanges<Date>;
|
33
|
-
set ranges(value: PresetRanges<Date>);
|
34
|
-
private _maxRange;
|
35
|
-
get maxRange(): number;
|
36
|
-
set maxRange(value: number);
|
37
|
-
private _minDate;
|
38
|
-
get minDate(): Date;
|
39
|
-
set minDate(value: Date);
|
40
|
-
private _maxDate;
|
41
|
-
get maxDate(): Date;
|
42
|
-
set maxDate(value: Date);
|
43
|
-
private _required;
|
44
|
-
get required(): boolean;
|
45
|
-
set required(value: boolean);
|
46
|
-
private _readonly;
|
47
|
-
get readonly(): boolean;
|
48
|
-
set readonly(value: boolean);
|
49
|
-
private _disabled;
|
50
|
-
get disabled(): boolean;
|
51
|
-
set disabled(value: boolean);
|
52
|
-
private _dateFilter;
|
53
|
-
get dateFilter(): DateFilterFn<Date>;
|
54
|
-
set dateFilter(value: DateFilterFn<Date>);
|
55
|
-
private _value;
|
56
|
-
get value(): DateRange<Date>;
|
57
|
-
set value(value: DateRange<Date>);
|
58
|
-
onChange: Function;
|
59
|
-
onTouched: Function;
|
60
|
-
get formattedValue(): string;
|
61
|
-
constructor(elementRef: ElementRef, _changeDetectorRef: ChangeDetectorRef);
|
62
|
-
ngOnInit(): void;
|
63
|
-
ngOnDestroy(): void;
|
64
|
-
writeValue(value: DateRange<Date>): void;
|
65
|
-
registerOnChange(fn: Function): void;
|
66
|
-
registerOnTouched(fn: Function): void;
|
67
|
-
setDisabledState?(isDisabled: boolean): void;
|
68
|
-
onInputContentClick(event: MouseEvent): void;
|
69
|
-
generatedStartDate(valueDate: string, keyUp: boolean): void;
|
70
|
-
generatedEndDate(valueDate: string, keyUp: boolean): void;
|
71
|
-
}
|
@@ -1,11 +0,0 @@
|
|
1
|
-
import { MatDateRangeSelectionStrategy } from "../../../mat-datepicker/date-range-selection-strategy";
|
2
|
-
import { DateRange } from "../../../mat-datepicker/date-selection-model";
|
3
|
-
import { DateAdapter } from "../../../mat-datepicker/shared/adapter/date-adapter";
|
4
|
-
export declare class MaxRangeSelectionStrategy<D> implements MatDateRangeSelectionStrategy<D> {
|
5
|
-
private _dateAdapter;
|
6
|
-
start: any;
|
7
|
-
delta: number;
|
8
|
-
constructor(_dateAdapter: DateAdapter<D>);
|
9
|
-
selectionFinished(date: D, currentRange: DateRange<D>): DateRange<D>;
|
10
|
-
createPreview(activeDate: D | null, currentRange: DateRange<D>): DateRange<D>;
|
11
|
-
}
|
@@ -1,40 +0,0 @@
|
|
1
|
-
import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core';
|
2
|
-
import { MatCalendar } from '../../../mat-datepicker/calendar';
|
3
|
-
import { MatDateRangeInput } from '../../../mat-datepicker/date-range-input';
|
4
|
-
import { MatDateRangePicker } from '../../../mat-datepicker/date-range-picker';
|
5
|
-
export interface PresetRanges<D> {
|
6
|
-
[index: string]: [D, D];
|
7
|
-
}
|
8
|
-
export declare class PresetRangeComponent implements OnInit, OnDestroy {
|
9
|
-
private _changeDetectorRef;
|
10
|
-
private readonly _destroy$;
|
11
|
-
rangesArray: string[];
|
12
|
-
selectedRange: string;
|
13
|
-
matDateRangeInput: MatDateRangeInput<Date>;
|
14
|
-
matCalendar: MatCalendar<Date>;
|
15
|
-
matDateRangePicker: MatDateRangePicker<Date>;
|
16
|
-
private _customRangeLabel;
|
17
|
-
get customRangeLabel(): string;
|
18
|
-
set customRangeLabel(value: string);
|
19
|
-
private _ranges;
|
20
|
-
get ranges(): PresetRanges<moment.Moment>;
|
21
|
-
set ranges(value: PresetRanges<moment.Moment>);
|
22
|
-
private _maxRange;
|
23
|
-
get maxRange(): number;
|
24
|
-
set maxRange(value: number);
|
25
|
-
private get _startDate();
|
26
|
-
private get _endDate();
|
27
|
-
private get _minDate();
|
28
|
-
private get _maxDate();
|
29
|
-
constructor(_changeDetectorRef: ChangeDetectorRef);
|
30
|
-
ngOnInit(): void;
|
31
|
-
ngOnDestroy(): void;
|
32
|
-
private _renderRanges;
|
33
|
-
private _loadSelectedRange;
|
34
|
-
private _calculateDateRange;
|
35
|
-
private _getValidDateOrNull;
|
36
|
-
private _isDateInstance;
|
37
|
-
private _isValid;
|
38
|
-
clickRange(event: MouseEvent, range: string): void;
|
39
|
-
isDisableRange(range: string): boolean;
|
40
|
-
}
|
@@ -1,49 +0,0 @@
|
|
1
|
-
import { ChangeDetectorRef, ElementRef, OnDestroy, OnInit } from '@angular/core';
|
2
|
-
import { ControlValueAccessor } from '@angular/forms';
|
3
|
-
import { DateFilterFn } from '../mat-datepicker/datepicker-input-base';
|
4
|
-
import { MatDatepickerToggle } from '../mat-datepicker/datepicker-toggle';
|
5
|
-
export declare class DatepickerComponent implements OnInit, OnDestroy, ControlValueAccessor {
|
6
|
-
elementRef: ElementRef;
|
7
|
-
private _changeDetectorRef;
|
8
|
-
matDatepickerToggleRef: MatDatepickerToggle<Date>;
|
9
|
-
private _name;
|
10
|
-
id: string;
|
11
|
-
name: string;
|
12
|
-
label: string;
|
13
|
-
placeholder: string;
|
14
|
-
help: string;
|
15
|
-
private _minDate;
|
16
|
-
get minDate(): Date;
|
17
|
-
set minDate(value: Date);
|
18
|
-
private _maxDate;
|
19
|
-
get maxDate(): Date;
|
20
|
-
set maxDate(value: Date);
|
21
|
-
private _required;
|
22
|
-
get required(): boolean;
|
23
|
-
set required(value: boolean);
|
24
|
-
private _readonly;
|
25
|
-
get readonly(): boolean;
|
26
|
-
set readonly(value: boolean);
|
27
|
-
private _disabled;
|
28
|
-
get disabled(): boolean;
|
29
|
-
set disabled(value: boolean);
|
30
|
-
private _dateFilter;
|
31
|
-
get dateFilter(): DateFilterFn<Date>;
|
32
|
-
set dateFilter(value: DateFilterFn<Date>);
|
33
|
-
private _value;
|
34
|
-
get value(): Date;
|
35
|
-
set value(value: Date);
|
36
|
-
onChange: Function;
|
37
|
-
onTouched: Function;
|
38
|
-
get formattedValue(): string;
|
39
|
-
constructor(elementRef: ElementRef, _changeDetectorRef: ChangeDetectorRef);
|
40
|
-
ngOnInit(): void;
|
41
|
-
ngOnDestroy(): void;
|
42
|
-
writeValue(value: Date): void;
|
43
|
-
registerOnChange(fn: Function): void;
|
44
|
-
registerOnTouched(fn: Function): void;
|
45
|
-
setDisabledState?(isDisabled: boolean): void;
|
46
|
-
onInputContentClick(event: MouseEvent): void;
|
47
|
-
generatedDate(valueDate: string, keyUp: boolean): void;
|
48
|
-
validateMinAndMaxDate(valueDate: string): void;
|
49
|
-
}
|
@@ -1,143 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* @license
|
3
|
-
* Copyright Google LLC All Rights Reserved.
|
4
|
-
*
|
5
|
-
* Use of this source code is governed by an MIT-style license that can be
|
6
|
-
* found in the LICENSE file at https://angular.io/license
|
7
|
-
*/
|
8
|
-
import { ElementRef, EventEmitter, NgZone, OnChanges, OnDestroy, SimpleChanges } from '@angular/core';
|
9
|
-
/** Extra CSS classes that can be associated with a calendar cell. */
|
10
|
-
export declare type MatCalendarCellCssClasses = string | string[] | Set<string> | {
|
11
|
-
[key: string]: any;
|
12
|
-
};
|
13
|
-
/** Function that can generate the extra classes that should be added to a calendar cell. */
|
14
|
-
export declare type MatCalendarCellClassFunction<D> = (date: D, view: 'month' | 'year' | 'multi-year') => MatCalendarCellCssClasses;
|
15
|
-
/**
|
16
|
-
* An internal class that represents the data corresponding to a single calendar cell.
|
17
|
-
* @docs-private
|
18
|
-
*/
|
19
|
-
export declare class MatCalendarCell<D = any> {
|
20
|
-
value: number;
|
21
|
-
displayValue: string;
|
22
|
-
ariaLabel: string;
|
23
|
-
enabled: boolean;
|
24
|
-
cssClasses: MatCalendarCellCssClasses;
|
25
|
-
compareValue: number;
|
26
|
-
rawValue?: D;
|
27
|
-
constructor(value: number, displayValue: string, ariaLabel: string, enabled: boolean, cssClasses?: MatCalendarCellCssClasses, compareValue?: number, rawValue?: D);
|
28
|
-
}
|
29
|
-
/** Event emitted when a date inside the calendar is triggered as a result of a user action. */
|
30
|
-
export interface MatCalendarUserEvent<D> {
|
31
|
-
value: D;
|
32
|
-
event: Event;
|
33
|
-
}
|
34
|
-
/**
|
35
|
-
* An internal component used to display calendar data in a table.
|
36
|
-
* @docs-private
|
37
|
-
*/
|
38
|
-
export declare class MatCalendarBody implements OnChanges, OnDestroy {
|
39
|
-
private _elementRef;
|
40
|
-
private _ngZone;
|
41
|
-
/**
|
42
|
-
* Used to skip the next focus event when rendering the preview range.
|
43
|
-
* We need a flag like this, because some browsers fire focus events asynchronously.
|
44
|
-
*/
|
45
|
-
private _skipNextFocus;
|
46
|
-
/** The label for the table. (e.g. "Jan 2017"). */
|
47
|
-
label: string;
|
48
|
-
/** The cells to display in the table. */
|
49
|
-
rows: MatCalendarCell[][];
|
50
|
-
/** The value in the table that corresponds to today. */
|
51
|
-
todayValue: number;
|
52
|
-
/** Start value of the selected date range. */
|
53
|
-
startValue: number;
|
54
|
-
/** End value of the selected date range. */
|
55
|
-
endValue: number;
|
56
|
-
/** The minimum number of free cells needed to fit the label in the first row. */
|
57
|
-
labelMinRequiredCells: number;
|
58
|
-
/** The number of columns in the table. */
|
59
|
-
numCols: number;
|
60
|
-
/** The cell number of the active cell in the table. */
|
61
|
-
activeCell: number;
|
62
|
-
/** Whether a range is being selected. */
|
63
|
-
isRange: boolean;
|
64
|
-
/**
|
65
|
-
* The aspect ratio (width / height) to use for the cells in the table. This aspect ratio will be
|
66
|
-
* maintained even as the table resizes.
|
67
|
-
*/
|
68
|
-
cellAspectRatio: number;
|
69
|
-
/** Start of the comparison range. */
|
70
|
-
comparisonStart: number | null;
|
71
|
-
/** End of the comparison range. */
|
72
|
-
comparisonEnd: number | null;
|
73
|
-
/** Start of the preview range. */
|
74
|
-
previewStart: number | null;
|
75
|
-
/** End of the preview range. */
|
76
|
-
previewEnd: number | null;
|
77
|
-
/** Emits when a new value is selected. */
|
78
|
-
readonly selectedValueChange: EventEmitter<MatCalendarUserEvent<number>>;
|
79
|
-
/** Emits when the preview has changed as a result of a user action. */
|
80
|
-
previewChange: EventEmitter<MatCalendarUserEvent<MatCalendarCell<any>>>;
|
81
|
-
/** The number of blank cells to put at the beginning for the first row. */
|
82
|
-
_firstRowOffset: number;
|
83
|
-
/** Padding for the individual date cells. */
|
84
|
-
_cellPadding: string;
|
85
|
-
/** Width of an individual cell. */
|
86
|
-
_cellWidth: string;
|
87
|
-
constructor(_elementRef: ElementRef<HTMLElement>, _ngZone: NgZone);
|
88
|
-
/** Called when a cell is clicked. */
|
89
|
-
_cellClicked(cell: MatCalendarCell, event: MouseEvent): void;
|
90
|
-
/** Returns whether a cell should be marked as selected. */
|
91
|
-
_isSelected(value: number): boolean;
|
92
|
-
ngOnChanges(changes: SimpleChanges): void;
|
93
|
-
ngOnDestroy(): void;
|
94
|
-
/** Returns whether a cell is active. */
|
95
|
-
_isActiveCell(rowIndex: number, colIndex: number): boolean;
|
96
|
-
/** Focuses the active cell after the microtask queue is empty. */
|
97
|
-
_focusActiveCell(movePreview?: boolean): void;
|
98
|
-
/** Gets whether a value is the start of the main range. */
|
99
|
-
_isRangeStart(value: number): boolean;
|
100
|
-
/** Gets whether a value is the end of the main range. */
|
101
|
-
_isRangeEnd(value: number): boolean;
|
102
|
-
/** Gets whether a value is within the currently-selected range. */
|
103
|
-
_isInRange(value: number): boolean;
|
104
|
-
/** Gets whether a value is the start of the comparison range. */
|
105
|
-
_isComparisonStart(value: number): boolean;
|
106
|
-
/** Whether the cell is a start bridge cell between the main and comparison ranges. */
|
107
|
-
_isComparisonBridgeStart(value: number, rowIndex: number, colIndex: number): boolean;
|
108
|
-
/** Whether the cell is an end bridge cell between the main and comparison ranges. */
|
109
|
-
_isComparisonBridgeEnd(value: number, rowIndex: number, colIndex: number): boolean;
|
110
|
-
/** Gets whether a value is the end of the comparison range. */
|
111
|
-
_isComparisonEnd(value: number): boolean;
|
112
|
-
/** Gets whether a value is within the current comparison range. */
|
113
|
-
_isInComparisonRange(value: number): boolean;
|
114
|
-
/**
|
115
|
-
* Gets whether a value is the same as the start and end of the comparison range.
|
116
|
-
* For context, the functions that we use to determine whether something is the start/end of
|
117
|
-
* a range don't allow for the start and end to be on the same day, because we'd have to use
|
118
|
-
* much more specific CSS selectors to style them correctly in all scenarios. This is fine for
|
119
|
-
* the regular range, because when it happens, the selected styles take over and still show where
|
120
|
-
* the range would've been, however we don't have these selected styles for a comparison range.
|
121
|
-
* This function is used to apply a class that serves the same purpose as the one for selected
|
122
|
-
* dates, but it only applies in the context of a comparison range.
|
123
|
-
*/
|
124
|
-
_isComparisonIdentical(value: number): boolean;
|
125
|
-
/** Gets whether a value is the start of the preview range. */
|
126
|
-
_isPreviewStart(value: number): boolean;
|
127
|
-
/** Gets whether a value is the end of the preview range. */
|
128
|
-
_isPreviewEnd(value: number): boolean;
|
129
|
-
/** Gets whether a value is inside the preview range. */
|
130
|
-
_isInPreview(value: number): boolean;
|
131
|
-
/**
|
132
|
-
* Event handler for when the user enters an element
|
133
|
-
* inside the calendar body (e.g. by hovering in or focus).
|
134
|
-
*/
|
135
|
-
private _enterHandler;
|
136
|
-
/**
|
137
|
-
* Event handler for when the user's pointer leaves an element
|
138
|
-
* inside the calendar body (e.g. by hovering out or blurring).
|
139
|
-
*/
|
140
|
-
private _leaveHandler;
|
141
|
-
/** Finds the MatCalendarCell that corresponds to a DOM node. */
|
142
|
-
private _getCellFromElement;
|
143
|
-
}
|
@@ -1,152 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* @license
|
3
|
-
* Copyright Google LLC All Rights Reserved.
|
4
|
-
*
|
5
|
-
* Use of this source code is governed by an MIT-style license that can be
|
6
|
-
* found in the LICENSE file at https://angular.io/license
|
7
|
-
*/
|
8
|
-
import { AfterContentInit, AfterViewChecked, AfterViewInit, ChangeDetectorRef, EventEmitter, OnChanges, OnDestroy, SimpleChanges, TemplateRef } from '@angular/core';
|
9
|
-
import { Subject } from 'rxjs';
|
10
|
-
import { MatCalendarCellClassFunction, MatCalendarUserEvent } from './calendar-body';
|
11
|
-
import { DateRange } from './date-selection-model';
|
12
|
-
import { MatDatepickerIntl } from './datepicker-intl';
|
13
|
-
import { MatMonthView } from './month-view';
|
14
|
-
import { MatMultiYearView } from './multi-year-view';
|
15
|
-
import { DateAdapter } from './shared/adapter/date-adapter';
|
16
|
-
import { MatDateFormats } from './shared/adapter/date-formats';
|
17
|
-
import { MatYearView } from './year-view';
|
18
|
-
/**
|
19
|
-
* Possible views for the calendar.
|
20
|
-
* @docs-private
|
21
|
-
*/
|
22
|
-
export declare type MatCalendarView = 'month' | 'year' | 'multi-year';
|
23
|
-
/**
|
24
|
-
* A calendar that is used as part of the datepicker.
|
25
|
-
* @docs-private
|
26
|
-
*/
|
27
|
-
export declare class MatCalendar<D> implements AfterContentInit, AfterViewChecked, OnDestroy, OnChanges {
|
28
|
-
private _dateAdapter;
|
29
|
-
private _dateFormats;
|
30
|
-
private _changeDetectorRef;
|
31
|
-
matCalendarRef: MatCalendar<D>;
|
32
|
-
/** Created by GIPI Sistemas */
|
33
|
-
templatePresetRange: TemplateRef<any>;
|
34
|
-
private _intlChanges;
|
35
|
-
/**
|
36
|
-
* Used for scheduling that focus should be moved to the active cell on the next tick.
|
37
|
-
* We need to schedule it, rather than do it immediately, because we have to wait
|
38
|
-
* for Angular to re-evaluate the view children.
|
39
|
-
*/
|
40
|
-
private _moveFocusOnNextTick;
|
41
|
-
/** A date representing the period (month or year) to start the calendar in. */
|
42
|
-
get startAt(): D | null;
|
43
|
-
set startAt(value: D | null);
|
44
|
-
private _startAt;
|
45
|
-
/** Whether the calendar should be started in month or year view. */
|
46
|
-
startView: MatCalendarView;
|
47
|
-
/** The currently selected date. */
|
48
|
-
get selected(): DateRange<D> | D | null;
|
49
|
-
set selected(value: DateRange<D> | D | null);
|
50
|
-
private _selected;
|
51
|
-
/** The minimum selectable date. */
|
52
|
-
get minDate(): D | null;
|
53
|
-
set minDate(value: D | null);
|
54
|
-
private _minDate;
|
55
|
-
/** The maximum selectable date. */
|
56
|
-
get maxDate(): D | null;
|
57
|
-
set maxDate(value: D | null);
|
58
|
-
private _maxDate;
|
59
|
-
/** Function used to filter which dates are selectable. */
|
60
|
-
dateFilter: (date: D) => boolean;
|
61
|
-
/** Function that can be used to add custom CSS classes to dates. */
|
62
|
-
dateClass: MatCalendarCellClassFunction<D>;
|
63
|
-
/** Start of the comparison range. */
|
64
|
-
comparisonStart: D | null;
|
65
|
-
/** End of the comparison range. */
|
66
|
-
comparisonEnd: D | null;
|
67
|
-
/**
|
68
|
-
* Emits when the currently selected date changes.
|
69
|
-
* @breaking-change 11.0.0 Emitted value to change to `D | null`.
|
70
|
-
*/
|
71
|
-
readonly selectedChange: EventEmitter<D>;
|
72
|
-
/**
|
73
|
-
* Emits the year chosen in multiyear view.
|
74
|
-
* This doesn't imply a change on the selected date.
|
75
|
-
*/
|
76
|
-
readonly yearSelected: EventEmitter<D>;
|
77
|
-
/**
|
78
|
-
* Emits the month chosen in year view.
|
79
|
-
* This doesn't imply a change on the selected date.
|
80
|
-
*/
|
81
|
-
readonly monthSelected: EventEmitter<D>;
|
82
|
-
/** Emits when any date is selected. */
|
83
|
-
readonly _userSelection: EventEmitter<MatCalendarUserEvent<D | null>>;
|
84
|
-
/** Reference to the current month view component. */
|
85
|
-
monthView: MatMonthView<D>;
|
86
|
-
/** Reference to the current year view component. */
|
87
|
-
yearView: MatYearView<D>;
|
88
|
-
/** Reference to the current multi-year view component. */
|
89
|
-
multiYearView: MatMultiYearView<D>;
|
90
|
-
/**
|
91
|
-
* The current active date. This determines which time period is shown and which date is
|
92
|
-
* highlighted when using keyboard navigation.
|
93
|
-
*/
|
94
|
-
get activeDate(): D;
|
95
|
-
set activeDate(value: D);
|
96
|
-
private _clampedActiveDate;
|
97
|
-
/** Whether the calendar is in month view. */
|
98
|
-
get currentView(): MatCalendarView;
|
99
|
-
set currentView(value: MatCalendarView);
|
100
|
-
private _currentView;
|
101
|
-
/**
|
102
|
-
* Emits whenever there is a state change that the header may need to respond to.
|
103
|
-
*/
|
104
|
-
stateChanges: Subject<void>;
|
105
|
-
constructor(_intl: MatDatepickerIntl, _dateAdapter: DateAdapter<D>, _dateFormats: MatDateFormats, _changeDetectorRef: ChangeDetectorRef);
|
106
|
-
ngAfterContentInit(): void;
|
107
|
-
ngAfterViewChecked(): void;
|
108
|
-
ngOnDestroy(): void;
|
109
|
-
ngOnChanges(changes: SimpleChanges): void;
|
110
|
-
focusActiveCell(): void;
|
111
|
-
/** Updates today's date after an update of the active date */
|
112
|
-
updateTodaysDate(): void;
|
113
|
-
/** Handles date selection in the month view. */
|
114
|
-
_dateSelected(event: MatCalendarUserEvent<D | null>): void;
|
115
|
-
/** Handles year selection in the multiyear view. */
|
116
|
-
_yearSelectedInMultiYearView(normalizedYear: D): void;
|
117
|
-
/** Handles month selection in the year view. */
|
118
|
-
_monthSelectedInYearView(normalizedMonth: D): void;
|
119
|
-
/** Handles year/month selection in the multi-year/year views. */
|
120
|
-
_goToDateInView(date: D, view: 'month' | 'year' | 'multi-year'): void;
|
121
|
-
/** Returns the component instance that corresponds to the current calendar view. */
|
122
|
-
private _getCurrentViewComponent;
|
123
|
-
}
|
124
|
-
/** Default header for MatCalendar */
|
125
|
-
export declare class MatCalendarHeader<D> implements AfterViewInit {
|
126
|
-
private _intl;
|
127
|
-
private _dateAdapter;
|
128
|
-
private _dateFormats;
|
129
|
-
private _changeDetectorRef;
|
130
|
-
matCalendar: MatCalendar<D>;
|
131
|
-
constructor(_intl: MatDatepickerIntl, _dateAdapter: DateAdapter<D>, _dateFormats: MatDateFormats, _changeDetectorRef: ChangeDetectorRef);
|
132
|
-
ngAfterViewInit(): void;
|
133
|
-
/** The label for the current matCalendar view. */
|
134
|
-
get periodButtonText(): string;
|
135
|
-
get periodButtonLabel(): string;
|
136
|
-
/** The label for the previous button. */
|
137
|
-
get prevButtonLabel(): string;
|
138
|
-
/** The label for the next button. */
|
139
|
-
get nextButtonLabel(): string;
|
140
|
-
/** Handles user clicks on the period label. */
|
141
|
-
currentPeriodClicked(): void;
|
142
|
-
/** Handles user clicks on the previous button. */
|
143
|
-
previousClicked(): void;
|
144
|
-
/** Handles user clicks on the next button. */
|
145
|
-
nextClicked(): void;
|
146
|
-
/** Whether the previous period button is enabled. */
|
147
|
-
previousEnabled(): boolean;
|
148
|
-
/** Whether the next period button is enabled. */
|
149
|
-
nextEnabled(): boolean;
|
150
|
-
/** Whether the two dates represent the same view in the current view mode (month or year). */
|
151
|
-
private _isSameView;
|
152
|
-
}
|