@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,102 +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 { DoCheck, ElementRef, InjectionToken, Injector, OnInit } from '@angular/core';
|
9
|
-
import { FormGroupDirective, NgControl, NgForm, ValidatorFn } from '@angular/forms';
|
10
|
-
import { CanUpdateErrorState, CanUpdateErrorStateCtor, ErrorStateMatcher, MatDateFormats } from '@angular/material/core';
|
11
|
-
import { DateRange, DateSelectionModelChange } from './date-selection-model';
|
12
|
-
import { DateFilterFn, MatDatepickerInputBase } from './datepicker-input-base';
|
13
|
-
import { DateAdapter } from './shared/adapter/date-adapter';
|
14
|
-
/** Parent component that should be wrapped around `MatStartDate` and `MatEndDate`. */
|
15
|
-
export interface MatDateRangeInputParent<D> {
|
16
|
-
id: string;
|
17
|
-
min: D | null;
|
18
|
-
max: D | null;
|
19
|
-
dateFilter: DateFilterFn<D>;
|
20
|
-
rangePicker: {
|
21
|
-
opened: boolean;
|
22
|
-
id: string;
|
23
|
-
};
|
24
|
-
_startInput: MatDateRangeInputPartBase<D>;
|
25
|
-
_endInput: MatDateRangeInputPartBase<D>;
|
26
|
-
_groupDisabled: boolean;
|
27
|
-
_handleChildValueChange(): void;
|
28
|
-
_openDatepicker(): void;
|
29
|
-
}
|
30
|
-
/**
|
31
|
-
* Used to provide the date range input wrapper component
|
32
|
-
* to the parts without circular dependencies.
|
33
|
-
*/
|
34
|
-
export declare const MAT_DATE_RANGE_INPUT_PARENT: InjectionToken<MatDateRangeInputParent<unknown>>;
|
35
|
-
/**
|
36
|
-
* Base class for the individual inputs that can be projected inside a `mat-date-range-input`.
|
37
|
-
*/
|
38
|
-
declare abstract class MatDateRangeInputPartBase<D> extends MatDatepickerInputBase<DateRange<D>> implements OnInit, DoCheck {
|
39
|
-
_rangeInput: MatDateRangeInputParent<D>;
|
40
|
-
_defaultErrorStateMatcher: ErrorStateMatcher;
|
41
|
-
private _injector;
|
42
|
-
_parentForm: NgForm;
|
43
|
-
_parentFormGroup: FormGroupDirective;
|
44
|
-
/** @docs-private */
|
45
|
-
ngControl: NgControl;
|
46
|
-
/** @docs-private */
|
47
|
-
abstract updateErrorState(): void;
|
48
|
-
protected abstract _validator: ValidatorFn | null;
|
49
|
-
protected abstract _assignValueToModel(value: D | null): void;
|
50
|
-
protected abstract _getValueFromModel(modelValue: DateRange<D>): D | null;
|
51
|
-
constructor(_rangeInput: MatDateRangeInputParent<D>, elementRef: ElementRef<HTMLInputElement>, _defaultErrorStateMatcher: ErrorStateMatcher, _injector: Injector, _parentForm: NgForm, _parentFormGroup: FormGroupDirective, dateAdapter: DateAdapter<D>, dateFormats: MatDateFormats);
|
52
|
-
ngOnInit(): void;
|
53
|
-
ngDoCheck(): void;
|
54
|
-
/** Gets whether the input is empty. */
|
55
|
-
isEmpty(): boolean;
|
56
|
-
/** Gets the placeholder of the input. */
|
57
|
-
_getPlaceholder(): string;
|
58
|
-
/** Focuses the input. */
|
59
|
-
focus(): void;
|
60
|
-
/** Handles `input` events on the input element. */
|
61
|
-
_onInput(value: string): void;
|
62
|
-
/** Opens the datepicker associated with the input. */
|
63
|
-
protected _openPopup(): void;
|
64
|
-
/** Gets the minimum date from the range input. */
|
65
|
-
_getMinDate(): D;
|
66
|
-
/** Gets the maximum date from the range input. */
|
67
|
-
_getMaxDate(): D;
|
68
|
-
/** Gets the date filter function from the range input. */
|
69
|
-
protected _getDateFilter(): DateFilterFn<D>;
|
70
|
-
protected _outsideValueChanged: () => void;
|
71
|
-
protected _parentDisabled(): boolean;
|
72
|
-
}
|
73
|
-
declare const _MatDateRangeInputBase: CanUpdateErrorStateCtor & typeof MatDateRangeInputPartBase;
|
74
|
-
/** Input for entering the start date in a `mat-date-range-input`. */
|
75
|
-
export declare class MatStartDate<D> extends _MatDateRangeInputBase<D> implements CanUpdateErrorState, DoCheck, OnInit {
|
76
|
-
/** Validator that checks that the start date isn't after the end date. */
|
77
|
-
private _startValidator;
|
78
|
-
constructor(rangeInput: MatDateRangeInputParent<D>, elementRef: ElementRef<HTMLInputElement>, defaultErrorStateMatcher: ErrorStateMatcher, injector: Injector, parentForm: NgForm, parentFormGroup: FormGroupDirective, dateAdapter: DateAdapter<D>, dateFormats: MatDateFormats);
|
79
|
-
ngOnInit(): void;
|
80
|
-
ngDoCheck(): void;
|
81
|
-
protected _validator: ValidatorFn;
|
82
|
-
protected _getValueFromModel(modelValue: DateRange<D>): D;
|
83
|
-
protected _assignValueToModel(value: D | null): void;
|
84
|
-
protected _canEmitChangeEvent: (event: DateSelectionModelChange<DateRange<D>>) => boolean;
|
85
|
-
protected _formatValue(value: D | null): void;
|
86
|
-
/** Gets the value that should be used when mirroring the input's size. */
|
87
|
-
getMirrorValue(): string;
|
88
|
-
}
|
89
|
-
/** Input for entering the end date in a `mat-date-range-input`. */
|
90
|
-
export declare class MatEndDate<D> extends _MatDateRangeInputBase<D> implements CanUpdateErrorState, DoCheck, OnInit {
|
91
|
-
/** Validator that checks that the end date isn't before the start date. */
|
92
|
-
private _endValidator;
|
93
|
-
constructor(rangeInput: MatDateRangeInputParent<D>, elementRef: ElementRef<HTMLInputElement>, defaultErrorStateMatcher: ErrorStateMatcher, injector: Injector, parentForm: NgForm, parentFormGroup: FormGroupDirective, dateAdapter: DateAdapter<D>, dateFormats: MatDateFormats);
|
94
|
-
ngOnInit(): void;
|
95
|
-
ngDoCheck(): void;
|
96
|
-
protected _validator: ValidatorFn;
|
97
|
-
protected _getValueFromModel(modelValue: DateRange<D>): D;
|
98
|
-
protected _assignValueToModel(value: D | null): void;
|
99
|
-
protected _canEmitChangeEvent: (event: DateSelectionModelChange<DateRange<D>>) => boolean;
|
100
|
-
_onKeydown(event: KeyboardEvent): void;
|
101
|
-
}
|
102
|
-
export {};
|
@@ -1,124 +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, ChangeDetectorRef, ElementRef, OnChanges, OnDestroy, SimpleChanges } from '@angular/core';
|
9
|
-
import { ControlContainer, NgControl } from '@angular/forms';
|
10
|
-
import { ThemePalette } from '@angular/material/core';
|
11
|
-
import { MatFormField, MatFormFieldControl } from '@angular/material/form-field';
|
12
|
-
import { Subject } from 'rxjs';
|
13
|
-
import { MatDateRangeInputParent, MatEndDate, MatStartDate } from './date-range-input-parts';
|
14
|
-
import { MatDateRangePicker, MatDateRangePickerInput } from './date-range-picker';
|
15
|
-
import { DateRange } from './date-selection-model';
|
16
|
-
import { MatDatepickerControl } from './datepicker-base';
|
17
|
-
import { DateFilterFn } from './datepicker-input-base';
|
18
|
-
import { DateAdapter } from './shared/adapter/date-adapter';
|
19
|
-
export declare class MatDateRangeInput<D> implements MatFormFieldControl<DateRange<D>>, MatDatepickerControl<D>, MatDateRangeInputParent<D>, MatDateRangePickerInput<D>, AfterContentInit, OnChanges, OnDestroy {
|
20
|
-
private _changeDetectorRef;
|
21
|
-
private _elementRef;
|
22
|
-
private _dateAdapter;
|
23
|
-
private _formField?;
|
24
|
-
/** Current value of the range input. */
|
25
|
-
get value(): DateRange<D>;
|
26
|
-
/** Unique ID for the input. */
|
27
|
-
id: string;
|
28
|
-
/** Whether the control is focused. */
|
29
|
-
focused: boolean;
|
30
|
-
/** Whether the control's label should float. */
|
31
|
-
get shouldLabelFloat(): boolean;
|
32
|
-
/** Name of the form control. */
|
33
|
-
controlType: string;
|
34
|
-
/**
|
35
|
-
* Implemented as a part of `MatFormFieldControl`.
|
36
|
-
* Set the placeholder attribute on `matStartDate` and `matEndDate`.
|
37
|
-
* @docs-private
|
38
|
-
*/
|
39
|
-
get placeholder(): string;
|
40
|
-
/** The range picker that this input is associated with. */
|
41
|
-
get rangePicker(): MatDateRangePicker<D>;
|
42
|
-
set rangePicker(rangePicker: MatDateRangePicker<D>);
|
43
|
-
private _rangePicker;
|
44
|
-
/** Whether the input is required. */
|
45
|
-
get required(): boolean;
|
46
|
-
set required(value: boolean);
|
47
|
-
private _required;
|
48
|
-
/** Function that can be used to filter out dates within the date range picker. */
|
49
|
-
get dateFilter(): DateFilterFn<D>;
|
50
|
-
set dateFilter(value: DateFilterFn<D>);
|
51
|
-
private _dateFilter;
|
52
|
-
/** The minimum valid date. */
|
53
|
-
get min(): D | null;
|
54
|
-
set min(value: D | null);
|
55
|
-
private _min;
|
56
|
-
/** The maximum valid date. */
|
57
|
-
get max(): D | null;
|
58
|
-
set max(value: D | null);
|
59
|
-
private _max;
|
60
|
-
/** Whether the input is disabled. */
|
61
|
-
get disabled(): boolean;
|
62
|
-
set disabled(value: boolean);
|
63
|
-
_groupDisabled: boolean;
|
64
|
-
/** Whether the input is in an error state. */
|
65
|
-
get errorState(): boolean;
|
66
|
-
/** Whether the datepicker input is empty. */
|
67
|
-
get empty(): boolean;
|
68
|
-
/** Value for the `aria-describedby` attribute of the inputs. */
|
69
|
-
_ariaDescribedBy: string | null;
|
70
|
-
/** Date selection model currently registered with the input. */
|
71
|
-
private _model;
|
72
|
-
/** Separator text to be shown between the inputs. */
|
73
|
-
separator: string;
|
74
|
-
/** Start of the comparison range that should be shown in the calendar. */
|
75
|
-
comparisonStart: D | null;
|
76
|
-
/** End of the comparison range that should be shown in the calendar. */
|
77
|
-
comparisonEnd: D | null;
|
78
|
-
_startInput: MatStartDate<D>;
|
79
|
-
_endInput: MatEndDate<D>;
|
80
|
-
/**
|
81
|
-
* Implemented as a part of `MatFormFieldControl`.
|
82
|
-
* TODO(crisbeto): change type to `AbstractControlDirective` after #18206 lands.
|
83
|
-
* @docs-private
|
84
|
-
*/
|
85
|
-
ngControl: NgControl | null;
|
86
|
-
/** Emits when the input's state has changed. */
|
87
|
-
stateChanges: Subject<void>;
|
88
|
-
constructor(_changeDetectorRef: ChangeDetectorRef, _elementRef: ElementRef<HTMLElement>, control: ControlContainer, _dateAdapter: DateAdapter<D>, _formField?: MatFormField);
|
89
|
-
/**
|
90
|
-
* Implemented as a part of `MatFormFieldControl`.
|
91
|
-
* @docs-private
|
92
|
-
*/
|
93
|
-
setDescribedByIds(ids: string[]): void;
|
94
|
-
/**
|
95
|
-
* Implemented as a part of `MatFormFieldControl`.
|
96
|
-
* @docs-private
|
97
|
-
*/
|
98
|
-
onContainerClick(): void;
|
99
|
-
ngAfterContentInit(): void;
|
100
|
-
ngOnChanges(changes: SimpleChanges): void;
|
101
|
-
ngOnDestroy(): void;
|
102
|
-
/** Gets the date at which the calendar should start. */
|
103
|
-
getStartValue(): D | null;
|
104
|
-
/** Gets the input's theme palette. */
|
105
|
-
getThemePalette(): ThemePalette;
|
106
|
-
/** Gets the element to which the calendar overlay should be attached. */
|
107
|
-
getConnectedOverlayOrigin(): ElementRef;
|
108
|
-
/** Gets the value that is used to mirror the state input. */
|
109
|
-
_getInputMirrorValue(): string;
|
110
|
-
/** Whether the input placeholders should be hidden. */
|
111
|
-
_shouldHidePlaceholders(): boolean;
|
112
|
-
/** Handles the value in one of the child inputs changing. */
|
113
|
-
_handleChildValueChange(): void;
|
114
|
-
/** Opens the date range picker associated with the input. */
|
115
|
-
_openDatepicker(): void;
|
116
|
-
/** Whether the separate text should be hidden. */
|
117
|
-
_shouldHideSeparator(): boolean;
|
118
|
-
/** Gets the value for the `aria-labelledby` attribute of the inputs. */
|
119
|
-
_getAriaLabelledby(): string;
|
120
|
-
/** Re-runs the validators on the start/end inputs. */
|
121
|
-
private _revalidate;
|
122
|
-
/** Registers the current date selection model with the start/end inputs. */
|
123
|
-
private _registerModel;
|
124
|
-
}
|
@@ -1,21 +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 { DateRange } from './date-selection-model';
|
9
|
-
import { MatDatepickerBase, MatDatepickerContent, MatDatepickerControl } from './datepicker-base';
|
10
|
-
/**
|
11
|
-
* Input that can be associated with a date range picker.
|
12
|
-
* @docs-private
|
13
|
-
*/
|
14
|
-
export interface MatDateRangePickerInput<D> extends MatDatepickerControl<D> {
|
15
|
-
comparisonStart: D | null;
|
16
|
-
comparisonEnd: D | null;
|
17
|
-
}
|
18
|
-
/** Component responsible for managing the date range picker popup/dialog. */
|
19
|
-
export declare class MatDateRangePicker<D> extends MatDatepickerBase<MatDateRangePickerInput<D>, DateRange<D>, D> {
|
20
|
-
protected _forwardContentValues(instance: MatDatepickerContent<DateRange<D>, D>): void;
|
21
|
-
}
|
@@ -1,45 +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 { FactoryProvider, InjectionToken } from '@angular/core';
|
9
|
-
import { DateRange } from './date-selection-model';
|
10
|
-
import { DateAdapter } from './shared/adapter/date-adapter';
|
11
|
-
/** Injection token used to customize the date range selection behavior. */
|
12
|
-
export declare const MAT_DATE_RANGE_SELECTION_STRATEGY: InjectionToken<MatDateRangeSelectionStrategy<any>>;
|
13
|
-
/** Object that can be provided in order to customize the date range selection behavior. */
|
14
|
-
export interface MatDateRangeSelectionStrategy<D> {
|
15
|
-
/**
|
16
|
-
* Called when the user has finished selecting a value.
|
17
|
-
* @param date Date that was selected. Will be null if the user cleared the selection.
|
18
|
-
* @param currentRange Range that is currently show in the calendar.
|
19
|
-
* @param event DOM event that triggered the selection. Currently only corresponds to a `click`
|
20
|
-
* event, but it may get expanded in the future.
|
21
|
-
*/
|
22
|
-
selectionFinished(date: D | null, currentRange: DateRange<D>, event: Event): DateRange<D>;
|
23
|
-
/**
|
24
|
-
* Called when the user has activated a new date (e.g. by hovering over
|
25
|
-
* it or moving focus) and the calendar tries to display a date range.
|
26
|
-
*
|
27
|
-
* @param activeDate Date that the user has activated. Will be null if the user moved
|
28
|
-
* focus to an element that's no a calendar cell.
|
29
|
-
* @param currentRange Range that is currently shown in the calendar.
|
30
|
-
* @param event DOM event that caused the preview to be changed. Will be either a
|
31
|
-
* `mouseenter`/`mouseleave` or `focus`/`blur` depending on how the user is navigating.
|
32
|
-
*/
|
33
|
-
createPreview(activeDate: D | null, currentRange: DateRange<D>, event: Event): DateRange<D>;
|
34
|
-
}
|
35
|
-
/** Provides the default date range selection behavior. */
|
36
|
-
export declare class DefaultMatCalendarRangeStrategy<D> implements MatDateRangeSelectionStrategy<D> {
|
37
|
-
private _dateAdapter;
|
38
|
-
constructor(_dateAdapter: DateAdapter<D>);
|
39
|
-
selectionFinished(date: D, currentRange: DateRange<D>): DateRange<D>;
|
40
|
-
createPreview(activeDate: D | null, currentRange: DateRange<D>): DateRange<D>;
|
41
|
-
}
|
42
|
-
/** @docs-private */
|
43
|
-
export declare function MAT_CALENDAR_RANGE_STRATEGY_PROVIDER_FACTORY(parent: MatDateRangeSelectionStrategy<unknown>, adapter: DateAdapter<unknown>): MatDateRangeSelectionStrategy<unknown>;
|
44
|
-
/** @docs-private */
|
45
|
-
export declare const MAT_CALENDAR_RANGE_STRATEGY_PROVIDER: FactoryProvider;
|
@@ -1,106 +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 { FactoryProvider, OnDestroy } from '@angular/core';
|
9
|
-
import { Observable } from 'rxjs';
|
10
|
-
import { DateAdapter } from './shared/adapter/date-adapter';
|
11
|
-
/** A class representing a range of dates. */
|
12
|
-
export declare class DateRange<D> {
|
13
|
-
/** The start date of the range. */
|
14
|
-
readonly start: D | null;
|
15
|
-
/** The end date of the range. */
|
16
|
-
readonly end: D | null;
|
17
|
-
/**
|
18
|
-
* Ensures that objects with a `start` and `end` property can't be assigned to a variable that
|
19
|
-
* expects a `DateRange`
|
20
|
-
*/
|
21
|
-
private _disableStructuralEquivalency;
|
22
|
-
constructor(
|
23
|
-
/** The start date of the range. */
|
24
|
-
start: D | null,
|
25
|
-
/** The end date of the range. */
|
26
|
-
end: D | null);
|
27
|
-
}
|
28
|
-
/**
|
29
|
-
* Conditionally picks the date type, if a DateRange is passed in.
|
30
|
-
* @docs-private
|
31
|
-
*/
|
32
|
-
export declare type ExtractDateTypeFromSelection<T> = T extends DateRange<infer D> ? D : NonNullable<T>;
|
33
|
-
/** Event emitted by the date selection model when its selection changes. */
|
34
|
-
export interface DateSelectionModelChange<S> {
|
35
|
-
/** New value for the selection. */
|
36
|
-
selection: S;
|
37
|
-
/** Object that triggered the change. */
|
38
|
-
source: unknown;
|
39
|
-
}
|
40
|
-
/** A selection model containing a date selection. */
|
41
|
-
export declare abstract class MatDateSelectionModel<S, D = any> implements OnDestroy {
|
42
|
-
/** The current selection. */
|
43
|
-
readonly selection: S;
|
44
|
-
protected _adapter: DateAdapter<D>;
|
45
|
-
private _selectionChanged;
|
46
|
-
/** Emits when the selection has changed. */
|
47
|
-
selectionChanged: Observable<DateSelectionModelChange<S>>;
|
48
|
-
protected constructor(
|
49
|
-
/** The current selection. */
|
50
|
-
selection: S, _adapter: DateAdapter<D>);
|
51
|
-
/**
|
52
|
-
* Updates the current selection in the model.
|
53
|
-
* @param value New selection that should be assigned.
|
54
|
-
* @param source Object that triggered the selection change.
|
55
|
-
*/
|
56
|
-
updateSelection(value: S, source: unknown): void;
|
57
|
-
ngOnDestroy(): void;
|
58
|
-
protected _isValidDateInstance(date: D): boolean;
|
59
|
-
/** Adds a date to the current selection. */
|
60
|
-
abstract add(date: D | null): void;
|
61
|
-
/** Checks whether the current selection is valid. */
|
62
|
-
abstract isValid(): boolean;
|
63
|
-
/** Checks whether the current selection is complete. */
|
64
|
-
abstract isComplete(): boolean;
|
65
|
-
}
|
66
|
-
/** A selection model that contains a single date. */
|
67
|
-
export declare class MatSingleDateSelectionModel<D> extends MatDateSelectionModel<D | null, D> {
|
68
|
-
constructor(adapter: DateAdapter<D>);
|
69
|
-
/**
|
70
|
-
* Adds a date to the current selection. In the case of a single date selection, the added date
|
71
|
-
* simply overwrites the previous selection
|
72
|
-
*/
|
73
|
-
add(date: D | null): void;
|
74
|
-
/** Checks whether the current selection is valid. */
|
75
|
-
isValid(): boolean;
|
76
|
-
/**
|
77
|
-
* Checks whether the current selection is complete. In the case of a single date selection, this
|
78
|
-
* is true if the current selection is not null.
|
79
|
-
*/
|
80
|
-
isComplete(): boolean;
|
81
|
-
}
|
82
|
-
/** A selection model that contains a date range. */
|
83
|
-
export declare class MatRangeDateSelectionModel<D> extends MatDateSelectionModel<DateRange<D>, D> {
|
84
|
-
constructor(adapter: DateAdapter<D>);
|
85
|
-
/**
|
86
|
-
* Adds a date to the current selection. In the case of a date range selection, the added date
|
87
|
-
* fills in the next `null` value in the range. If both the start and the end already have a date,
|
88
|
-
* the selection is reset so that the given date is the new `start` and the `end` is null.
|
89
|
-
*/
|
90
|
-
add(date: D | null): void;
|
91
|
-
/** Checks whether the current selection is valid. */
|
92
|
-
isValid(): boolean;
|
93
|
-
/**
|
94
|
-
* Checks whether the current selection is complete. In the case of a date range selection, this
|
95
|
-
* is true if the current selection has a non-null `start` and `end`.
|
96
|
-
*/
|
97
|
-
isComplete(): boolean;
|
98
|
-
}
|
99
|
-
/** @docs-private */
|
100
|
-
export declare function MAT_SINGLE_DATE_SELECTION_MODEL_FACTORY(parent: MatSingleDateSelectionModel<unknown>, adapter: DateAdapter<unknown>): MatSingleDateSelectionModel<unknown>;
|
101
|
-
/** Used to provide a single selection model to a component. */
|
102
|
-
export declare const MAT_SINGLE_DATE_SELECTION_MODEL_PROVIDER: FactoryProvider;
|
103
|
-
/** @docs-private */
|
104
|
-
export declare function MAT_RANGE_DATE_SELECTION_MODEL_FACTORY(parent: MatSingleDateSelectionModel<unknown>, adapter: DateAdapter<unknown>): MatSingleDateSelectionModel<unknown> | MatRangeDateSelectionModel<unknown>;
|
105
|
-
/** Used to provide a range selection model to a component. */
|
106
|
-
export declare const MAT_RANGE_DATE_SELECTION_MODEL_PROVIDER: FactoryProvider;
|
@@ -1,16 +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 { AnimationTriggerMetadata } from '@angular/animations';
|
9
|
-
/**
|
10
|
-
* Animations used by the Material datepicker.
|
11
|
-
* @docs-private
|
12
|
-
*/
|
13
|
-
export declare const matDatepickerAnimations: {
|
14
|
-
readonly transformPanel: AnimationTriggerMetadata;
|
15
|
-
readonly fadeInCalendar: AnimationTriggerMetadata;
|
16
|
-
};
|
@@ -1,209 +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 { Directionality } from '@angular/cdk/bidi';
|
9
|
-
import { Overlay, ScrollStrategy } from '@angular/cdk/overlay';
|
10
|
-
import { AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, InjectionToken, NgZone, OnChanges, OnDestroy, SimpleChanges, TemplateRef, ViewContainerRef } from '@angular/core';
|
11
|
-
import { CanColor, CanColorCtor, ThemePalette } from '@angular/material/core';
|
12
|
-
import { MatDialog } from '@angular/material/dialog';
|
13
|
-
import { Observable, Subject } from 'rxjs';
|
14
|
-
import { MatCalendar } from './calendar';
|
15
|
-
import { MatCalendarCellClassFunction, MatCalendarUserEvent } from './calendar-body';
|
16
|
-
import { MatDateRangeSelectionStrategy } from './date-range-selection-strategy';
|
17
|
-
import { DateRange, ExtractDateTypeFromSelection, MatDateSelectionModel } from './date-selection-model';
|
18
|
-
import { DateFilterFn } from './datepicker-input-base';
|
19
|
-
import { DateAdapter } from './shared/adapter/date-adapter';
|
20
|
-
/** Injection token that determines the scroll handling while the calendar is open. */
|
21
|
-
export declare const MAT_DATEPICKER_SCROLL_STRATEGY: InjectionToken<() => ScrollStrategy>;
|
22
|
-
/** @docs-private */
|
23
|
-
export declare function MAT_DATEPICKER_SCROLL_STRATEGY_FACTORY(overlay: Overlay): () => ScrollStrategy;
|
24
|
-
/** Possible positions for the datepicker dropdown along the X axis. */
|
25
|
-
export declare type DatepickerDropdownPositionX = 'start' | 'end';
|
26
|
-
/** Possible positions for the datepicker dropdown along the Y axis. */
|
27
|
-
export declare type DatepickerDropdownPositionY = 'above' | 'below';
|
28
|
-
/** @docs-private */
|
29
|
-
export declare const MAT_DATEPICKER_SCROLL_STRATEGY_FACTORY_PROVIDER: {
|
30
|
-
provide: InjectionToken<() => ScrollStrategy>;
|
31
|
-
deps: (typeof Overlay)[];
|
32
|
-
useFactory: typeof MAT_DATEPICKER_SCROLL_STRATEGY_FACTORY;
|
33
|
-
};
|
34
|
-
/** @docs-private */
|
35
|
-
declare class MatDatepickerContentBase {
|
36
|
-
_elementRef: ElementRef;
|
37
|
-
constructor(_elementRef: ElementRef);
|
38
|
-
}
|
39
|
-
declare const _MatDatepickerContentMixinBase: CanColorCtor & typeof MatDatepickerContentBase;
|
40
|
-
/**
|
41
|
-
* Component used as the content for the datepicker dialog and popup. We use this instead of using
|
42
|
-
* MatCalendar directly as the content so we can control the initial focus. This also gives us a
|
43
|
-
* place to put additional features of the popup that are not part of the calendar itself in the
|
44
|
-
* future. (e.g. confirmation buttons).
|
45
|
-
* @docs-private
|
46
|
-
*/
|
47
|
-
export declare class MatDatepickerContent<S, D = ExtractDateTypeFromSelection<S>> extends _MatDatepickerContentMixinBase implements AfterViewInit, OnDestroy, CanColor {
|
48
|
-
/**
|
49
|
-
* @deprecated `_changeDetectorRef`, `_model` and `_rangeSelectionStrategy`
|
50
|
-
* parameters to become required.
|
51
|
-
* @breaking-change 11.0.0
|
52
|
-
*/
|
53
|
-
private _changeDetectorRef?;
|
54
|
-
private _model?;
|
55
|
-
private _dateAdapter?;
|
56
|
-
private _rangeSelectionStrategy?;
|
57
|
-
private _subscriptions;
|
58
|
-
/** Reference to the internal calendar component. */
|
59
|
-
_calendar: MatCalendar<D>;
|
60
|
-
/** Reference to the datepicker that created the overlay. */
|
61
|
-
datepicker: MatDatepickerBase<any, S, D>;
|
62
|
-
/** Start of the comparison range. */
|
63
|
-
comparisonStart: D | null;
|
64
|
-
/** End of the comparison range. */
|
65
|
-
comparisonEnd: D | null;
|
66
|
-
/** Whether the datepicker is above or below the input. */
|
67
|
-
_isAbove: boolean;
|
68
|
-
/** Current state of the animation. */
|
69
|
-
_animationState: 'enter' | 'void';
|
70
|
-
/** Emits when an animation has finished. */
|
71
|
-
_animationDone: Subject<void>;
|
72
|
-
constructor(elementRef: ElementRef,
|
73
|
-
/**
|
74
|
-
* @deprecated `_changeDetectorRef`, `_model` and `_rangeSelectionStrategy`
|
75
|
-
* parameters to become required.
|
76
|
-
* @breaking-change 11.0.0
|
77
|
-
*/
|
78
|
-
_changeDetectorRef?: ChangeDetectorRef, _model?: MatDateSelectionModel<S, D>, _dateAdapter?: DateAdapter<D>, _rangeSelectionStrategy?: MatDateRangeSelectionStrategy<D>);
|
79
|
-
ngAfterViewInit(): void;
|
80
|
-
ngOnDestroy(): void;
|
81
|
-
_handleUserSelection(event: MatCalendarUserEvent<D | null>): void;
|
82
|
-
_startExitAnimation(): void;
|
83
|
-
_getSelected(): D | DateRange<D>;
|
84
|
-
}
|
85
|
-
/** Form control that can be associated with a datepicker. */
|
86
|
-
export interface MatDatepickerControl<D> {
|
87
|
-
getStartValue(): D | null;
|
88
|
-
getThemePalette(): ThemePalette;
|
89
|
-
min: D | null;
|
90
|
-
max: D | null;
|
91
|
-
disabled: boolean;
|
92
|
-
dateFilter: DateFilterFn<D>;
|
93
|
-
getConnectedOverlayOrigin(): ElementRef;
|
94
|
-
stateChanges: Observable<void>;
|
95
|
-
}
|
96
|
-
/** Base class for a datepicker. */
|
97
|
-
export declare abstract class MatDatepickerBase<C extends MatDatepickerControl<D>, S, D = any> implements OnDestroy, OnChanges {
|
98
|
-
private _dialog;
|
99
|
-
private _overlay;
|
100
|
-
private _ngZone;
|
101
|
-
private _viewContainerRef;
|
102
|
-
private _dateAdapter;
|
103
|
-
private _dir;
|
104
|
-
private _document;
|
105
|
-
private _model;
|
106
|
-
private _scrollStrategy;
|
107
|
-
private _inputStateChanges;
|
108
|
-
templatePresetRange: TemplateRef<any>;
|
109
|
-
/** The date to open the calendar to initially. */
|
110
|
-
get startAt(): D | null;
|
111
|
-
set startAt(value: D | null);
|
112
|
-
private _startAt;
|
113
|
-
/** The view that the calendar should start in. */
|
114
|
-
startView: 'month' | 'year' | 'multi-year';
|
115
|
-
/** Color palette to use on the datepicker's calendar. */
|
116
|
-
get color(): ThemePalette;
|
117
|
-
set color(value: ThemePalette);
|
118
|
-
_color: ThemePalette;
|
119
|
-
/**
|
120
|
-
* Whether the calendar UI is in touch mode. In touch mode the calendar opens in a dialog rather
|
121
|
-
* than a popup and elements have more padding to allow for bigger touch targets.
|
122
|
-
*/
|
123
|
-
get touchUi(): boolean;
|
124
|
-
set touchUi(value: boolean);
|
125
|
-
private _touchUi;
|
126
|
-
/** Whether the datepicker pop-up should be disabled. */
|
127
|
-
get disabled(): boolean;
|
128
|
-
set disabled(value: boolean);
|
129
|
-
private _disabled;
|
130
|
-
/** Preferred position of the datepicker in the X axis. */
|
131
|
-
xPosition: DatepickerDropdownPositionX;
|
132
|
-
/** Preferred position of the datepicker in the Y axis. */
|
133
|
-
yPosition: DatepickerDropdownPositionY;
|
134
|
-
/**
|
135
|
-
* Emits selected year in multiyear view.
|
136
|
-
* This doesn't imply a change on the selected date.
|
137
|
-
*/
|
138
|
-
readonly yearSelected: EventEmitter<D>;
|
139
|
-
/**
|
140
|
-
* Emits selected month in year view.
|
141
|
-
* This doesn't imply a change on the selected date.
|
142
|
-
*/
|
143
|
-
readonly monthSelected: EventEmitter<D>;
|
144
|
-
/** Classes to be passed to the date picker panel. Supports the same syntax as `ngClass`. */
|
145
|
-
panelClass: string | string[];
|
146
|
-
/** Function that can be used to add custom CSS classes to dates. */
|
147
|
-
dateClass: MatCalendarCellClassFunction<D>;
|
148
|
-
/** Emits when the datepicker has been opened. */
|
149
|
-
openedStream: EventEmitter<void>;
|
150
|
-
/** Emits when the datepicker has been closed. */
|
151
|
-
closedStream: EventEmitter<void>;
|
152
|
-
/** Whether the calendar is open. */
|
153
|
-
get opened(): boolean;
|
154
|
-
set opened(value: boolean);
|
155
|
-
private _opened;
|
156
|
-
/** The id for the datepicker calendar. */
|
157
|
-
id: string;
|
158
|
-
/** The minimum selectable date. */
|
159
|
-
_getMinDate(): D | null;
|
160
|
-
/** The maximum selectable date. */
|
161
|
-
_getMaxDate(): D | null;
|
162
|
-
_getDateFilter(): DateFilterFn<D>;
|
163
|
-
/** A reference to the overlay when the calendar is opened as a popup. */
|
164
|
-
private _popupRef;
|
165
|
-
/** A reference to the dialog when the calendar is opened as a dialog. */
|
166
|
-
private _dialogRef;
|
167
|
-
/** Reference to the component instantiated in popup mode. */
|
168
|
-
private _popupComponentRef;
|
169
|
-
/** The element that was focused before the datepicker was opened. */
|
170
|
-
private _focusedElementBeforeOpen;
|
171
|
-
/** Unique class that will be added to the backdrop so that the test harnesses can look it up. */
|
172
|
-
private _backdropHarnessClass;
|
173
|
-
/** The input element this datepicker is associated with. */
|
174
|
-
_datepickerInput: C;
|
175
|
-
/** Emits when the datepicker's state changes. */
|
176
|
-
readonly _stateChanges: Subject<void>;
|
177
|
-
constructor(_dialog: MatDialog, _overlay: Overlay, _ngZone: NgZone, _viewContainerRef: ViewContainerRef, scrollStrategy: any, _dateAdapter: DateAdapter<D>, _dir: Directionality, _document: any, _model: MatDateSelectionModel<S, D>);
|
178
|
-
ngOnChanges(changes: SimpleChanges): void;
|
179
|
-
ngOnDestroy(): void;
|
180
|
-
/** Selects the given date */
|
181
|
-
select(date: D): void;
|
182
|
-
/** Emits the selected year in multiyear view */
|
183
|
-
_selectYear(normalizedYear: D): void;
|
184
|
-
/** Emits selected month in year view */
|
185
|
-
_selectMonth(normalizedMonth: D): void;
|
186
|
-
/**
|
187
|
-
* Register an input with this datepicker.
|
188
|
-
* @param input The datepicker input to register with this datepicker.
|
189
|
-
* @returns Selection model that the input should hook itself up to.
|
190
|
-
*/
|
191
|
-
_registerInput(input: C): MatDateSelectionModel<S, D>;
|
192
|
-
/** Open the calendar. */
|
193
|
-
open(): void;
|
194
|
-
/** Close the calendar. */
|
195
|
-
close(): void;
|
196
|
-
/** Open the calendar as a dialog. */
|
197
|
-
private _openAsDialog;
|
198
|
-
/** Open the calendar as a popup. */
|
199
|
-
private _openAsPopup;
|
200
|
-
/** Forwards relevant values from the datepicker to the datepicker content inside the overlay. */
|
201
|
-
protected _forwardContentValues(instance: MatDatepickerContent<S, D>): void;
|
202
|
-
/** Create the popup. */
|
203
|
-
private _createPopup;
|
204
|
-
/** Destroys the current popup overlay. */
|
205
|
-
private _destroyPopup;
|
206
|
-
/** Sets the positions of the datepicker in dropdown mode based on the current configuration. */
|
207
|
-
private _setConnectedPositions;
|
208
|
-
}
|
209
|
-
export {};
|
@@ -1,9 +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
|
-
/** @docs-private */
|
9
|
-
export declare function createMissingDateImplError(provider: string): Error;
|