@ethlete/cdk 4.48.1 → 4.49.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/fesm2022/ethlete-cdk.mjs +860 -881
- package/fesm2022/ethlete-cdk.mjs.map +1 -1
- package/lib/components/forms/utils/decorated-form-field.base.d.ts +1 -1
- package/lib/components/forms/utils/decorated-input.base.d.ts +1 -1
- package/lib/components/forms/utils/input.base.d.ts +1 -1
- package/lib/components/overlay/components/bottom-sheet/services/bottom-sheet-base.service.d.ts +1 -1
- package/lib/components/overlay/components/dialog/services/dialog-base.service.d.ts +1 -1
- package/lib/components/tabs/utils/paginated-tab-header.directive.d.ts +1 -1
- package/package.json +8 -10
- package/esm2022/ethlete-cdk.mjs +0 -5
- package/esm2022/index.mjs +0 -24
- package/esm2022/lib/components/accordion/accordion.imports.mjs +0 -15
- package/esm2022/lib/components/accordion/components/accordion/accordion.component.animations.mjs +0 -9
- package/esm2022/lib/components/accordion/components/accordion/accordion.component.constants.mjs +0 -3
- package/esm2022/lib/components/accordion/components/accordion/accordion.component.mjs +0 -76
- package/esm2022/lib/components/accordion/components/accordion/index.mjs +0 -4
- package/esm2022/lib/components/accordion/components/accordion-group/accordion-group.component.mjs +0 -53
- package/esm2022/lib/components/accordion/components/accordion-group/index.mjs +0 -2
- package/esm2022/lib/components/accordion/partials/accordion-hint/accordion-hint.directive.mjs +0 -17
- package/esm2022/lib/components/accordion/partials/accordion-hint/index.mjs +0 -2
- package/esm2022/lib/components/accordion/partials/accordion-hint-wrapper/accordion-hint-wrapper.directive.constants.mjs +0 -3
- package/esm2022/lib/components/accordion/partials/accordion-hint-wrapper/accordion-hint-wrapper.directive.mjs +0 -20
- package/esm2022/lib/components/accordion/partials/accordion-hint-wrapper/index.mjs +0 -3
- package/esm2022/lib/components/accordion/partials/accordion-label/accordion-label.directive.mjs +0 -17
- package/esm2022/lib/components/accordion/partials/accordion-label/index.mjs +0 -2
- package/esm2022/lib/components/accordion/partials/accordion-label-wrapper/accordion-label-wrapper.directive.constants.mjs +0 -3
- package/esm2022/lib/components/accordion/partials/accordion-label-wrapper/accordion-label-wrapper.directive.mjs +0 -20
- package/esm2022/lib/components/accordion/partials/accordion-label-wrapper/index.mjs +0 -3
- package/esm2022/lib/components/accordion/public-api/index.mjs +0 -8
- package/esm2022/lib/components/bracket/bracket.imports.mjs +0 -5
- package/esm2022/lib/components/bracket/components/bracket/bracket.component.mjs +0 -333
- package/esm2022/lib/components/bracket/components/bracket/bracket.component.types.mjs +0 -2
- package/esm2022/lib/components/bracket/components/bracket/index.mjs +0 -3
- package/esm2022/lib/components/bracket/components/new-bracket/bracket-new.mjs +0 -1044
- package/esm2022/lib/components/bracket/components/new-bracket/draw-man.mjs +0 -197
- package/esm2022/lib/components/bracket/components/new-bracket/grid-definitions.mjs +0 -47
- package/esm2022/lib/components/bracket/components/new-bracket/grid-placements.mjs +0 -105
- package/esm2022/lib/components/bracket/components/new-bracket/index.mjs +0 -8
- package/esm2022/lib/components/bracket/components/new-bracket/journey-highlight.mjs +0 -18
- package/esm2022/lib/components/bracket/components/new-bracket/new-bracket-default-match.component.mjs +0 -17
- package/esm2022/lib/components/bracket/components/new-bracket/new-bracket-default-round-header.component.mjs +0 -16
- package/esm2022/lib/components/bracket/components/new-bracket/new-bracket.component.mjs +0 -107
- package/esm2022/lib/components/bracket/constants/bracket.constants.mjs +0 -12
- package/esm2022/lib/components/bracket/constants/index.mjs +0 -2
- package/esm2022/lib/components/bracket/directives/bracket-match/bracket-match.directive.mjs +0 -19
- package/esm2022/lib/components/bracket/directives/bracket-match/index.mjs +0 -2
- package/esm2022/lib/components/bracket/directives/bracket-round/bracket-round.directive.mjs +0 -19
- package/esm2022/lib/components/bracket/directives/bracket-round/index.mjs +0 -2
- package/esm2022/lib/components/bracket/partials/bracket-match/bracket-match.component.mjs +0 -19
- package/esm2022/lib/components/bracket/partials/bracket-match/index.mjs +0 -2
- package/esm2022/lib/components/bracket/partials/bracket-round-header/bracket-round-header.component.mjs +0 -19
- package/esm2022/lib/components/bracket/partials/bracket-round-header/index.mjs +0 -2
- package/esm2022/lib/components/bracket/public-api/index.mjs +0 -14
- package/esm2022/lib/components/bracket/stories/dummy-data/ET_DUMMY_DATA_DOUBLE_SYNC.mjs +0 -1116
- package/esm2022/lib/components/bracket/stories/dummy-data/ET_DUMMY_DATA_SINGLE.mjs +0 -2691
- package/esm2022/lib/components/bracket/stories/dummy-data/ET_DUMMY_DATA_SWISS.mjs +0 -72479
- package/esm2022/lib/components/bracket/stories/dummy-data/ET_DUMMY_DATE_DOUBLE_ASYNC.mjs +0 -1275
- package/esm2022/lib/components/bracket/stories/dummy-data/FIFA_DUMMY_DATA_DOUBLE.mjs +0 -2453
- package/esm2022/lib/components/bracket/stories/dummy-data/FIFA_DUMMY_DATA_SINGLE.mjs +0 -2570
- package/esm2022/lib/components/bracket/stories/dummy-data/index.mjs +0 -7
- package/esm2022/lib/components/bracket/types/bracket-config.types.mjs +0 -2
- package/esm2022/lib/components/bracket/types/bracket.types.mjs +0 -2
- package/esm2022/lib/components/bracket/types/index.mjs +0 -3
- package/esm2022/lib/components/bracket/utils/bracket-config.utils.mjs +0 -13
- package/esm2022/lib/components/bracket/utils/bracket.utils.mjs +0 -339
- package/esm2022/lib/components/bracket/utils/index.mjs +0 -3
- package/esm2022/lib/components/button/button.imports.mjs +0 -4
- package/esm2022/lib/components/button/components/button/button.component.mjs +0 -18
- package/esm2022/lib/components/button/components/button/index.mjs +0 -2
- package/esm2022/lib/components/button/components/query-button/index.mjs +0 -2
- package/esm2022/lib/components/button/components/query-button/query-button.component.mjs +0 -26
- package/esm2022/lib/components/button/directives/button/button.directive.mjs +0 -69
- package/esm2022/lib/components/button/directives/button/index.mjs +0 -2
- package/esm2022/lib/components/button/directives/query-button/index.mjs +0 -2
- package/esm2022/lib/components/button/directives/query-button/query-button.directive.mjs +0 -136
- package/esm2022/lib/components/button/public-api/index.mjs +0 -6
- package/esm2022/lib/components/carousel/carousel.component.mjs +0 -51
- package/esm2022/lib/components/carousel/carousel.directive.mjs +0 -150
- package/esm2022/lib/components/carousel/carousel.imports.mjs +0 -12
- package/esm2022/lib/components/carousel/controls/carousel-item-nav.component.mjs +0 -64
- package/esm2022/lib/components/carousel/controls/carousel-item-nav.directive.mjs +0 -34
- package/esm2022/lib/components/carousel/controls/carousel-next-button.directive.mjs +0 -45
- package/esm2022/lib/components/carousel/controls/carousel-previous-button.directive.mjs +0 -45
- package/esm2022/lib/components/carousel/controls/carousel-toggle-auto-play-button.directive.mjs +0 -43
- package/esm2022/lib/components/carousel/controls/index.mjs +0 -6
- package/esm2022/lib/components/carousel/et-carousel-item.component.mjs +0 -24
- package/esm2022/lib/components/carousel/et-carousel-item.directive.mjs +0 -46
- package/esm2022/lib/components/carousel/public-api/index.mjs +0 -7
- package/esm2022/lib/components/filter/public-api/index.mjs +0 -7
- package/esm2022/lib/components/filter/rich-filter/components/rich-filter-host/index.mjs +0 -2
- package/esm2022/lib/components/filter/rich-filter/components/rich-filter-host/rich-filter-host.component.mjs +0 -70
- package/esm2022/lib/components/filter/rich-filter/directives/rich-filter-button/index.mjs +0 -2
- package/esm2022/lib/components/filter/rich-filter/directives/rich-filter-button/rich-filter-button.directive.mjs +0 -32
- package/esm2022/lib/components/filter/rich-filter/directives/rich-filter-button-slot/index.mjs +0 -2
- package/esm2022/lib/components/filter/rich-filter/directives/rich-filter-button-slot/rich-filter-button-slot.directive.mjs +0 -32
- package/esm2022/lib/components/filter/rich-filter/directives/rich-filter-content/index.mjs +0 -2
- package/esm2022/lib/components/filter/rich-filter/directives/rich-filter-content/rich-filter-content.directive.mjs +0 -32
- package/esm2022/lib/components/filter/rich-filter/directives/rich-filter-top/index.mjs +0 -2
- package/esm2022/lib/components/filter/rich-filter/directives/rich-filter-top/rich-filter-top.directive.mjs +0 -29
- package/esm2022/lib/components/filter/rich-filter/rich-filter.imports.mjs +0 -13
- package/esm2022/lib/components/forms/components/checkbox/checkbox.imports.mjs +0 -13
- package/esm2022/lib/components/forms/components/checkbox/components/checkbox/checkbox.component.mjs +0 -24
- package/esm2022/lib/components/forms/components/checkbox/components/checkbox/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/checkbox/components/checkbox-field/checkbox-field.component.mjs +0 -47
- package/esm2022/lib/components/forms/components/checkbox/components/checkbox-field/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/checkbox/components/checkbox-group/checkbox-group.component.mjs +0 -17
- package/esm2022/lib/components/forms/components/checkbox/components/checkbox-group/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/checkbox/directives/checkbox/checkbox.directive.mjs +0 -40
- package/esm2022/lib/components/forms/components/checkbox/directives/checkbox/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/checkbox/directives/checkbox-field/checkbox-field.directive.mjs +0 -39
- package/esm2022/lib/components/forms/components/checkbox/directives/checkbox-field/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/checkbox/directives/checkbox-group/checkbox-group.directive.mjs +0 -83
- package/esm2022/lib/components/forms/components/checkbox/directives/checkbox-group/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/checkbox/directives/checkbox-group-control/checkbox-group-control.directive.mjs +0 -31
- package/esm2022/lib/components/forms/components/checkbox/directives/checkbox-group-control/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/error/components/error/error.component.mjs +0 -55
- package/esm2022/lib/components/forms/components/error/components/error/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/input/components/color-input/color-input.component.mjs +0 -24
- package/esm2022/lib/components/forms/components/input/components/color-input/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/input/components/date-input/date-input.component.mjs +0 -27
- package/esm2022/lib/components/forms/components/input/components/date-input/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/input/components/date-time-input/date-time-input.component.mjs +0 -27
- package/esm2022/lib/components/forms/components/input/components/date-time-input/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/input/components/email-input/email-input.component.mjs +0 -24
- package/esm2022/lib/components/forms/components/input/components/email-input/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/input/components/input-field/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/input/components/input-field/input-field.component.mjs +0 -55
- package/esm2022/lib/components/forms/components/input/components/number-input/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/input/components/number-input/number-input.component.mjs +0 -27
- package/esm2022/lib/components/forms/components/input/components/password-input/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/input/components/password-input/password-input.component.mjs +0 -24
- package/esm2022/lib/components/forms/components/input/components/search-input/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/input/components/search-input/search-input.component.mjs +0 -24
- package/esm2022/lib/components/forms/components/input/components/tel-input/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/input/components/tel-input/tel-input.component.mjs +0 -24
- package/esm2022/lib/components/forms/components/input/components/text-input/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/input/components/text-input/text-input.component.mjs +0 -24
- package/esm2022/lib/components/forms/components/input/components/textarea-input/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/input/components/textarea-input/textarea-input.component.mjs +0 -32
- package/esm2022/lib/components/forms/components/input/components/time-input/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/input/components/time-input/time-input.component.mjs +0 -24
- package/esm2022/lib/components/forms/components/input/directives/autosize-textarea/autosize-textarea.directive.mjs +0 -51
- package/esm2022/lib/components/forms/components/input/directives/autosize-textarea/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/input/directives/color-input/color-input.directive.mjs +0 -50
- package/esm2022/lib/components/forms/components/input/directives/color-input/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/input/directives/date-input/date-input.directive.mjs +0 -61
- package/esm2022/lib/components/forms/components/input/directives/date-input/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/input/directives/date-time-input/date-time-input.directive.mjs +0 -61
- package/esm2022/lib/components/forms/components/input/directives/date-time-input/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/input/directives/email-input/email-input.directive.mjs +0 -50
- package/esm2022/lib/components/forms/components/input/directives/email-input/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/input/directives/if-supports-show-picker/if-supports-show-picker.directive.mjs +0 -78
- package/esm2022/lib/components/forms/components/input/directives/if-supports-show-picker/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/input/directives/number-input/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/input/directives/number-input/number-input.directive.mjs +0 -51
- package/esm2022/lib/components/forms/components/input/directives/password-input/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/input/directives/password-input/password-input.directive.mjs +0 -54
- package/esm2022/lib/components/forms/components/input/directives/search-input/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/input/directives/search-input/search-input.directive.mjs +0 -58
- package/esm2022/lib/components/forms/components/input/directives/show-picker-trigger/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/input/directives/show-picker-trigger/show-picker-trigger.directive.mjs +0 -42
- package/esm2022/lib/components/forms/components/input/directives/tel-input/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/input/directives/tel-input/tel-input.directive.mjs +0 -50
- package/esm2022/lib/components/forms/components/input/directives/text-input/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/input/directives/text-input/text-input.directive.mjs +0 -50
- package/esm2022/lib/components/forms/components/input/directives/textarea-input/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/input/directives/textarea-input/textarea-input.directive.mjs +0 -50
- package/esm2022/lib/components/forms/components/input/directives/time-input/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/input/directives/time-input/time-input.directive.mjs +0 -61
- package/esm2022/lib/components/forms/components/input/input.imports.mjs +0 -47
- package/esm2022/lib/components/forms/components/input/partials/password-input-toggle/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/input/partials/password-input-toggle/password-input-toggle.component.mjs +0 -22
- package/esm2022/lib/components/forms/components/input/partials/search-input-clear/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/input/partials/search-input-clear/search-input-clear.component.mjs +0 -22
- package/esm2022/lib/components/forms/components/label/components/label/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/label/components/label/label.component.mjs +0 -51
- package/esm2022/lib/components/forms/components/label/directives/label-suffix/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/label/directives/label-suffix/label-suffix.directive.mjs +0 -27
- package/esm2022/lib/components/forms/components/label/label.imports.mjs +0 -4
- package/esm2022/lib/components/forms/components/radio/components/radio/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/radio/components/radio/radio.component.mjs +0 -29
- package/esm2022/lib/components/forms/components/radio/components/radio-field/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/radio/components/radio-field/radio-field.component.mjs +0 -27
- package/esm2022/lib/components/forms/components/radio/components/radio-group/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/radio/components/radio-group/radio-group.component.mjs +0 -45
- package/esm2022/lib/components/forms/components/radio/directives/radio/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/radio/directives/radio/radio.directive.mjs +0 -60
- package/esm2022/lib/components/forms/components/radio/directives/radio-field/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/radio/directives/radio-field/radio-field.directive.mjs +0 -36
- package/esm2022/lib/components/forms/components/radio/directives/radio-group/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/radio/directives/radio-group/radio-group.directive.mjs +0 -30
- package/esm2022/lib/components/forms/components/radio/radio.imports.mjs +0 -6
- package/esm2022/lib/components/forms/components/radio/types/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/radio/types/radio.types.mjs +0 -2
- package/esm2022/lib/components/forms/components/segmented-button/components/segmented-button/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/segmented-button/components/segmented-button/segmented-button.component.mjs +0 -38
- package/esm2022/lib/components/forms/components/segmented-button/components/segmented-button-field/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/segmented-button/components/segmented-button-field/segmented-button-field.component.mjs +0 -25
- package/esm2022/lib/components/forms/components/segmented-button/components/segmented-button-group/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/segmented-button/components/segmented-button-group/segmented-button-group.component.mjs +0 -51
- package/esm2022/lib/components/forms/components/segmented-button/directives/segmented-button/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/segmented-button/directives/segmented-button/segmented-button.directive.mjs +0 -70
- package/esm2022/lib/components/forms/components/segmented-button/directives/segmented-button-field/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/segmented-button/directives/segmented-button-field/segmented-button-field.directive.mjs +0 -36
- package/esm2022/lib/components/forms/components/segmented-button/directives/segmented-button-group/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/segmented-button/directives/segmented-button-group/segmented-button-group.directive.mjs +0 -63
- package/esm2022/lib/components/forms/components/segmented-button/segmented-button.imports.mjs +0 -9
- package/esm2022/lib/components/forms/components/select/components/combobox/combobox.imports.mjs +0 -23
- package/esm2022/lib/components/forms/components/select/components/combobox/components/combobox/combobox.component.mjs +0 -78
- package/esm2022/lib/components/forms/components/select/components/combobox/components/combobox/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/select/components/combobox/constants/combobox.constants.mjs +0 -6
- package/esm2022/lib/components/forms/components/select/components/combobox/constants/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/select/components/combobox/directives/combobox/combobox.directive.mjs +0 -658
- package/esm2022/lib/components/forms/components/select/components/combobox/directives/combobox/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/select/components/combobox/directives/combobox-body-empty-template/combobox-body-empty-template.directive.mjs +0 -30
- package/esm2022/lib/components/forms/components/select/components/combobox/directives/combobox-body-empty-template/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/select/components/combobox/directives/combobox-body-error-template/combobox-body-error-template.directive.mjs +0 -30
- package/esm2022/lib/components/forms/components/select/components/combobox/directives/combobox-body-error-template/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/select/components/combobox/directives/combobox-body-loading-template/combobox-body-loading-template.directive.mjs +0 -30
- package/esm2022/lib/components/forms/components/select/components/combobox/directives/combobox-body-loading-template/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/select/components/combobox/directives/combobox-body-more-items-hint-template/combobox-body-more-items-hint-template.directive.mjs +0 -30
- package/esm2022/lib/components/forms/components/select/components/combobox/directives/combobox-body-more-items-hint-template/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/select/components/combobox/directives/combobox-option-template/combobox-option-template.directive.mjs +0 -30
- package/esm2022/lib/components/forms/components/select/components/combobox/directives/combobox-option-template/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/select/components/combobox/directives/combobox-selected-option-template/combobox-selected-option-template.directive.mjs +0 -30
- package/esm2022/lib/components/forms/components/select/components/combobox/directives/combobox-selected-option-template/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/select/components/combobox/partials/combobox-body/combobox-body.component.mjs +0 -78
- package/esm2022/lib/components/forms/components/select/components/combobox/partials/combobox-body/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/select/components/combobox/partials/combobox-option/combobox-option.component.mjs +0 -71
- package/esm2022/lib/components/forms/components/select/components/combobox/partials/combobox-option/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/select/components/combobox/private/combobox.private.errors.mjs +0 -22
- package/esm2022/lib/components/forms/components/select/components/combobox/private/combobox.private.types.mjs +0 -5
- package/esm2022/lib/components/forms/components/select/components/combobox/private/index.mjs +0 -3
- package/esm2022/lib/components/forms/components/select/components/combobox/types/combobox.types.mjs +0 -2
- package/esm2022/lib/components/forms/components/select/components/combobox/types/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/select/components/combobox/utils/combobox-config.utils.mjs +0 -13
- package/esm2022/lib/components/forms/components/select/components/combobox/utils/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/select/components/native-select/components/native-select/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/select/components/native-select/components/native-select/native-select.component.mjs +0 -24
- package/esm2022/lib/components/forms/components/select/components/native-select/directives/native-select-input/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/select/components/native-select/directives/native-select-input/native-select-input.directive.mjs +0 -58
- package/esm2022/lib/components/forms/components/select/components/native-select/directives/native-select-option/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/select/components/native-select/directives/native-select-option/native-select-option.directive.mjs +0 -45
- package/esm2022/lib/components/forms/components/select/components/native-select/native-select.imports.mjs +0 -19
- package/esm2022/lib/components/forms/components/select/components/native-select/partials/native-select-option/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/select/components/native-select/partials/native-select-option/native-select-option.component.mjs +0 -32
- package/esm2022/lib/components/forms/components/select/components/native-select/types/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/select/components/native-select/types/select.types.mjs +0 -2
- package/esm2022/lib/components/forms/components/select/components/select/components/select/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/select/components/select/components/select/select.component.mjs +0 -37
- package/esm2022/lib/components/forms/components/select/components/select/directives/select/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/select/components/select/directives/select/select.directive.mjs +0 -303
- package/esm2022/lib/components/forms/components/select/components/select/directives/select-body/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/select/components/select/directives/select-body/select-body.directive.mjs +0 -53
- package/esm2022/lib/components/forms/components/select/components/select/directives/select-option/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/select/components/select/directives/select-option/select-option.directive.mjs +0 -106
- package/esm2022/lib/components/forms/components/select/components/select/partials/select-body/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/select/components/select/partials/select-body/select-body.component.mjs +0 -41
- package/esm2022/lib/components/forms/components/select/components/select/partials/select-option/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/select/components/select/partials/select-option/select-option.component.mjs +0 -28
- package/esm2022/lib/components/forms/components/select/components/select/private/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/select/components/select/private/select.private.types.mjs +0 -2
- package/esm2022/lib/components/forms/components/select/components/select/select.imports.mjs +0 -15
- package/esm2022/lib/components/forms/components/select/components/select-field/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/select/components/select-field/select-field.component.mjs +0 -58
- package/esm2022/lib/components/forms/components/select/directives/select-field/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/select/directives/select-field/select-field.directive.mjs +0 -19
- package/esm2022/lib/components/forms/components/selection-list/components/selection-list-field/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/selection-list/components/selection-list-field/selection-list-field.component.mjs +0 -40
- package/esm2022/lib/components/forms/components/selection-list/components/selection-list-option/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/selection-list/components/selection-list-option/selection-list-option.component.mjs +0 -29
- package/esm2022/lib/components/forms/components/selection-list/directives/selection-list-field/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/selection-list/directives/selection-list-field/selection-list-field.directive.mjs +0 -125
- package/esm2022/lib/components/forms/components/selection-list/directives/selection-list-option/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/selection-list/directives/selection-list-option/selection-list-option.directive.mjs +0 -110
- package/esm2022/lib/components/forms/components/selection-list/selection-list.imports.mjs +0 -4
- package/esm2022/lib/components/forms/components/slide-toggle/components/slide-toggle/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/slide-toggle/components/slide-toggle/slide-toggle.component.mjs +0 -24
- package/esm2022/lib/components/forms/components/slide-toggle/components/slide-toggle-field/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/slide-toggle/components/slide-toggle-field/slide-toggle-field.component.mjs +0 -53
- package/esm2022/lib/components/forms/components/slide-toggle/directives/slide-toggle/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/slide-toggle/directives/slide-toggle/slide-toggle.directive.mjs +0 -38
- package/esm2022/lib/components/forms/components/slide-toggle/slide-toggle.imports.mjs +0 -5
- package/esm2022/lib/components/forms/components/slider/components/slider/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/slider/components/slider/slider.component.mjs +0 -331
- package/esm2022/lib/components/forms/components/slider/components/slider-field/index.mjs +0 -2
- package/esm2022/lib/components/forms/components/slider/components/slider-field/slider-field.component.mjs +0 -53
- package/esm2022/lib/components/forms/components/slider/slider.imports.mjs +0 -5
- package/esm2022/lib/components/forms/directives/dynamic-form-field/dynamic-form-field.directive.mjs +0 -41
- package/esm2022/lib/components/forms/directives/dynamic-form-field/index.mjs +0 -2
- package/esm2022/lib/components/forms/directives/dynamic-form-group/dynamic-form-group.directive.mjs +0 -41
- package/esm2022/lib/components/forms/directives/dynamic-form-group/index.mjs +0 -2
- package/esm2022/lib/components/forms/directives/expose-input-vars/expose-input-vars.directive.mjs +0 -83
- package/esm2022/lib/components/forms/directives/expose-input-vars/index.mjs +0 -2
- package/esm2022/lib/components/forms/directives/if-input-empty/if-input-empty.directive.mjs +0 -40
- package/esm2022/lib/components/forms/directives/if-input-empty/index.mjs +0 -2
- package/esm2022/lib/components/forms/directives/if-input-filled/if-input-filled.directive.mjs +0 -40
- package/esm2022/lib/components/forms/directives/if-input-filled/index.mjs +0 -2
- package/esm2022/lib/components/forms/directives/input/index.mjs +0 -2
- package/esm2022/lib/components/forms/directives/input/input.directive.mjs +0 -314
- package/esm2022/lib/components/forms/directives/input-prefix/index.mjs +0 -2
- package/esm2022/lib/components/forms/directives/input-prefix/input-prefix.directive.mjs +0 -30
- package/esm2022/lib/components/forms/directives/input-suffix/index.mjs +0 -2
- package/esm2022/lib/components/forms/directives/input-suffix/input-suffix.directive.mjs +0 -30
- package/esm2022/lib/components/forms/directives/native-input-ref/index.mjs +0 -2
- package/esm2022/lib/components/forms/directives/native-input-ref/native-input-ref.directive.mjs +0 -19
- package/esm2022/lib/components/forms/directives/static-form-field/index.mjs +0 -2
- package/esm2022/lib/components/forms/directives/static-form-field/static-form-field.directive.mjs +0 -76
- package/esm2022/lib/components/forms/directives/static-form-group/index.mjs +0 -2
- package/esm2022/lib/components/forms/directives/static-form-group/static-form-group.directive.mjs +0 -29
- package/esm2022/lib/components/forms/directives/writeable-input/index.mjs +0 -2
- package/esm2022/lib/components/forms/directives/writeable-input/writeable-input.directive.mjs +0 -57
- package/esm2022/lib/components/forms/public-api/index.mjs +0 -113
- package/esm2022/lib/components/forms/services/default-validator-errors.service.mjs +0 -54
- package/esm2022/lib/components/forms/services/form-field-state.service.mjs +0 -32
- package/esm2022/lib/components/forms/services/form-group-state.service.mjs +0 -21
- package/esm2022/lib/components/forms/services/index.mjs +0 -5
- package/esm2022/lib/components/forms/services/input-state.service.mjs +0 -72
- package/esm2022/lib/components/forms/types/index.mjs +0 -2
- package/esm2022/lib/components/forms/types/input.types.mjs +0 -2
- package/esm2022/lib/components/forms/utils/decorated-form-field.base.mjs +0 -19
- package/esm2022/lib/components/forms/utils/decorated-input.base.mjs +0 -48
- package/esm2022/lib/components/forms/utils/form-changes-tracker.util.mjs +0 -31
- package/esm2022/lib/components/forms/utils/index.mjs +0 -5
- package/esm2022/lib/components/forms/utils/input.base.mjs +0 -27
- package/esm2022/lib/components/icons/chevron-icon/chevron-icon.component.mjs +0 -37
- package/esm2022/lib/components/icons/chevron-icon/index.mjs +0 -2
- package/esm2022/lib/components/icons/icon.imports.mjs +0 -4
- package/esm2022/lib/components/icons/public-api/index.mjs +0 -4
- package/esm2022/lib/components/icons/times-icon/index.mjs +0 -2
- package/esm2022/lib/components/icons/times-icon/times-icon.component.mjs +0 -37
- package/esm2022/lib/components/masonry/components/masonry/index.mjs +0 -2
- package/esm2022/lib/components/masonry/components/masonry/masonry.component.mjs +0 -213
- package/esm2022/lib/components/masonry/masonry.imports.mjs +0 -4
- package/esm2022/lib/components/masonry/partials/masonry-item/index.mjs +0 -2
- package/esm2022/lib/components/masonry/partials/masonry-item/masonry-item.component.mjs +0 -74
- package/esm2022/lib/components/masonry/public-api/index.mjs +0 -5
- package/esm2022/lib/components/masonry/types/index.mjs +0 -2
- package/esm2022/lib/components/masonry/types/masonry.types.mjs +0 -2
- package/esm2022/lib/components/overlay/components/bottom-sheet/bottom-sheet.imports.mjs +0 -21
- package/esm2022/lib/components/overlay/components/bottom-sheet/components/bottom-sheet-container/bottom-sheet-container.component.mjs +0 -54
- package/esm2022/lib/components/overlay/components/bottom-sheet/components/bottom-sheet-container/index.mjs +0 -2
- package/esm2022/lib/components/overlay/components/bottom-sheet/constants/bottom-sheet.constants.mjs +0 -56
- package/esm2022/lib/components/overlay/components/bottom-sheet/constants/index.mjs +0 -2
- package/esm2022/lib/components/overlay/components/bottom-sheet/partials/bottom-sheet-container-base/bottom-sheet-container-base.component.mjs +0 -46
- package/esm2022/lib/components/overlay/components/bottom-sheet/partials/bottom-sheet-container-base/index.mjs +0 -2
- package/esm2022/lib/components/overlay/components/bottom-sheet/partials/bottom-sheet-drag-handle/bottom-sheet-drag-handle.component.mjs +0 -115
- package/esm2022/lib/components/overlay/components/bottom-sheet/partials/bottom-sheet-drag-handle/index.mjs +0 -2
- package/esm2022/lib/components/overlay/components/bottom-sheet/partials/bottom-sheet-title/bottom-sheet-title.directive.mjs +0 -42
- package/esm2022/lib/components/overlay/components/bottom-sheet/partials/bottom-sheet-title/index.mjs +0 -2
- package/esm2022/lib/components/overlay/components/bottom-sheet/services/bottom-sheet-base.service.mjs +0 -117
- package/esm2022/lib/components/overlay/components/bottom-sheet/services/bottom-sheet-swipe-handler.service.mjs +0 -57
- package/esm2022/lib/components/overlay/components/bottom-sheet/services/bottom-sheet.service.mjs +0 -34
- package/esm2022/lib/components/overlay/components/bottom-sheet/services/index.mjs +0 -4
- package/esm2022/lib/components/overlay/components/bottom-sheet/types/bottom-sheet.types.mjs +0 -2
- package/esm2022/lib/components/overlay/components/bottom-sheet/types/index.mjs +0 -2
- package/esm2022/lib/components/overlay/components/bottom-sheet/utils/bottom-sheet-config.mjs +0 -10
- package/esm2022/lib/components/overlay/components/bottom-sheet/utils/bottom-sheet-ref.mjs +0 -96
- package/esm2022/lib/components/overlay/components/bottom-sheet/utils/bottom-sheet.utils.mjs +0 -22
- package/esm2022/lib/components/overlay/components/bottom-sheet/utils/index.mjs +0 -4
- package/esm2022/lib/components/overlay/components/dialog/components/dialog-container/dialog-container.component.mjs +0 -54
- package/esm2022/lib/components/overlay/components/dialog/components/dialog-container/index.mjs +0 -2
- package/esm2022/lib/components/overlay/components/dialog/constants/dialog.constants.mjs +0 -52
- package/esm2022/lib/components/overlay/components/dialog/constants/index.mjs +0 -2
- package/esm2022/lib/components/overlay/components/dialog/dialog.imports.mjs +0 -17
- package/esm2022/lib/components/overlay/components/dialog/partials/dialog-close/dialog-close.directive.mjs +0 -67
- package/esm2022/lib/components/overlay/components/dialog/partials/dialog-close/index.mjs +0 -2
- package/esm2022/lib/components/overlay/components/dialog/partials/dialog-container-base/dialog-container-base.component.mjs +0 -46
- package/esm2022/lib/components/overlay/components/dialog/partials/dialog-container-base/index.mjs +0 -2
- package/esm2022/lib/components/overlay/components/dialog/partials/dialog-title/dialog-title.directive.mjs +0 -42
- package/esm2022/lib/components/overlay/components/dialog/partials/dialog-title/index.mjs +0 -2
- package/esm2022/lib/components/overlay/components/dialog/services/dialog-base.service.mjs +0 -112
- package/esm2022/lib/components/overlay/components/dialog/services/dialog.service.mjs +0 -34
- package/esm2022/lib/components/overlay/components/dialog/services/index.mjs +0 -3
- package/esm2022/lib/components/overlay/components/dialog/types/dialog.types.mjs +0 -2
- package/esm2022/lib/components/overlay/components/dialog/types/index.mjs +0 -2
- package/esm2022/lib/components/overlay/components/dialog/utils/dialog-config.mjs +0 -10
- package/esm2022/lib/components/overlay/components/dialog/utils/dialog-ref.mjs +0 -127
- package/esm2022/lib/components/overlay/components/dialog/utils/dialog.utils.mjs +0 -22
- package/esm2022/lib/components/overlay/components/dialog/utils/index.mjs +0 -4
- package/esm2022/lib/components/overlay/components/menu/components/menu/index.mjs +0 -2
- package/esm2022/lib/components/overlay/components/menu/components/menu/menu.component.mjs +0 -202
- package/esm2022/lib/components/overlay/components/menu/components/menu-checkbox-item/index.mjs +0 -2
- package/esm2022/lib/components/overlay/components/menu/components/menu-checkbox-item/menu-checkbox-item.component.mjs +0 -86
- package/esm2022/lib/components/overlay/components/menu/components/menu-container/index.mjs +0 -2
- package/esm2022/lib/components/overlay/components/menu/components/menu-container/menu-container.component.mjs +0 -47
- package/esm2022/lib/components/overlay/components/menu/components/menu-radio-item/index.mjs +0 -2
- package/esm2022/lib/components/overlay/components/menu/components/menu-radio-item/menu-radio-item.component.mjs +0 -77
- package/esm2022/lib/components/overlay/components/menu/directives/menu-checkbox-group/index.mjs +0 -2
- package/esm2022/lib/components/overlay/components/menu/directives/menu-checkbox-group/menu-checkbox-group.directive.mjs +0 -31
- package/esm2022/lib/components/overlay/components/menu/directives/menu-group/index.mjs +0 -2
- package/esm2022/lib/components/overlay/components/menu/directives/menu-group/menu-group.directive.mjs +0 -43
- package/esm2022/lib/components/overlay/components/menu/directives/menu-group-title/index.mjs +0 -2
- package/esm2022/lib/components/overlay/components/menu/directives/menu-group-title/menu-group-title.directive.mjs +0 -41
- package/esm2022/lib/components/overlay/components/menu/directives/menu-item/index.mjs +0 -2
- package/esm2022/lib/components/overlay/components/menu/directives/menu-item/menu-item.directive.mjs +0 -98
- package/esm2022/lib/components/overlay/components/menu/directives/menu-radio-group/index.mjs +0 -2
- package/esm2022/lib/components/overlay/components/menu/directives/menu-radio-group/menu-radio-group.directive.mjs +0 -45
- package/esm2022/lib/components/overlay/components/menu/directives/menu-search-template/index.mjs +0 -2
- package/esm2022/lib/components/overlay/components/menu/directives/menu-search-template/menu-search-template.directive.mjs +0 -29
- package/esm2022/lib/components/overlay/components/menu/directives/menu-trigger/index.mjs +0 -2
- package/esm2022/lib/components/overlay/components/menu/directives/menu-trigger/menu-trigger.directive.mjs +0 -183
- package/esm2022/lib/components/overlay/components/menu/menu.imports.mjs +0 -23
- package/esm2022/lib/components/overlay/components/menu-deprecated/context-menu-trigger.mjs +0 -165
- package/esm2022/lib/components/overlay/components/menu-deprecated/index.mjs +0 -17
- package/esm2022/lib/components/overlay/components/menu-deprecated/menu-aim.mjs +0 -136
- package/esm2022/lib/components/overlay/components/menu-deprecated/menu-bar.mjs +0 -112
- package/esm2022/lib/components/overlay/components/menu-deprecated/menu-base.mjs +0 -171
- package/esm2022/lib/components/overlay/components/menu-deprecated/menu-errors.mjs +0 -7
- package/esm2022/lib/components/overlay/components/menu-deprecated/menu-group.mjs +0 -25
- package/esm2022/lib/components/overlay/components/menu-deprecated/menu-interface.mjs +0 -3
- package/esm2022/lib/components/overlay/components/menu-deprecated/menu-item-checkbox.mjs +0 -38
- package/esm2022/lib/components/overlay/components/menu-deprecated/menu-item-radio.mjs +0 -55
- package/esm2022/lib/components/overlay/components/menu-deprecated/menu-item-selectable.mjs +0 -38
- package/esm2022/lib/components/overlay/components/menu-deprecated/menu-item.mjs +0 -212
- package/esm2022/lib/components/overlay/components/menu-deprecated/menu-module.mjs +0 -58
- package/esm2022/lib/components/overlay/components/menu-deprecated/menu-stack.mjs +0 -99
- package/esm2022/lib/components/overlay/components/menu-deprecated/menu-trigger-base.mjs +0 -80
- package/esm2022/lib/components/overlay/components/menu-deprecated/menu-trigger.mjs +0 -250
- package/esm2022/lib/components/overlay/components/menu-deprecated/menu.mjs +0 -115
- package/esm2022/lib/components/overlay/components/menu-deprecated/pointer-focus-tracker.mjs +0 -29
- package/esm2022/lib/components/overlay/components/overlay/components/overlay-container/index.mjs +0 -2
- package/esm2022/lib/components/overlay/components/overlay/components/overlay-container/overlay-container.component.mjs +0 -287
- package/esm2022/lib/components/overlay/components/overlay/constants/index.mjs +0 -2
- package/esm2022/lib/components/overlay/components/overlay/constants/overlay.constants.mjs +0 -26
- package/esm2022/lib/components/overlay/components/overlay/overlay.imports.mjs +0 -40
- package/esm2022/lib/components/overlay/components/overlay/partials/overlay-back-or-close/index.mjs +0 -2
- package/esm2022/lib/components/overlay/components/overlay/partials/overlay-back-or-close/overlay-back-or-close.directive.mjs +0 -43
- package/esm2022/lib/components/overlay/components/overlay/partials/overlay-body/index.mjs +0 -2
- package/esm2022/lib/components/overlay/components/overlay/partials/overlay-body/overlay-body.component.mjs +0 -134
- package/esm2022/lib/components/overlay/components/overlay/partials/overlay-close/index.mjs +0 -2
- package/esm2022/lib/components/overlay/components/overlay/partials/overlay-close/overlay-close.directive.mjs +0 -61
- package/esm2022/lib/components/overlay/components/overlay/partials/overlay-footer/index.mjs +0 -2
- package/esm2022/lib/components/overlay/components/overlay/partials/overlay-footer/overlay-footer.directive.mjs +0 -45
- package/esm2022/lib/components/overlay/components/overlay/partials/overlay-header/index.mjs +0 -2
- package/esm2022/lib/components/overlay/components/overlay/partials/overlay-header/overlay-header.directive.mjs +0 -45
- package/esm2022/lib/components/overlay/components/overlay/partials/overlay-header-template/index.mjs +0 -2
- package/esm2022/lib/components/overlay/components/overlay/partials/overlay-header-template/overlay-header-template.directive.mjs +0 -50
- package/esm2022/lib/components/overlay/components/overlay/partials/overlay-main/index.mjs +0 -2
- package/esm2022/lib/components/overlay/components/overlay/partials/overlay-main/overlay-main.directive.mjs +0 -53
- package/esm2022/lib/components/overlay/components/overlay/partials/overlay-route-header-template-outlet/index.mjs +0 -2
- package/esm2022/lib/components/overlay/components/overlay/partials/overlay-route-header-template-outlet/overlay-route-header-template-outlet.component.mjs +0 -41
- package/esm2022/lib/components/overlay/components/overlay/partials/overlay-router-link/index.mjs +0 -2
- package/esm2022/lib/components/overlay/components/overlay/partials/overlay-router-link/overlay-router-link.directive.mjs +0 -46
- package/esm2022/lib/components/overlay/components/overlay/partials/overlay-router-outlet/index.mjs +0 -2
- package/esm2022/lib/components/overlay/components/overlay/partials/overlay-router-outlet/overlay-router-outlet.component.mjs +0 -137
- package/esm2022/lib/components/overlay/components/overlay/partials/overlay-router-outlet-disabled-template/index.mjs +0 -2
- package/esm2022/lib/components/overlay/components/overlay/partials/overlay-router-outlet-disabled-template/overlay-router-outlet-disabled-template.directive.mjs +0 -26
- package/esm2022/lib/components/overlay/components/overlay/partials/overlay-shared-route-template/index.mjs +0 -2
- package/esm2022/lib/components/overlay/components/overlay/partials/overlay-shared-route-template/overlay-shared-route-template.directive.mjs +0 -26
- package/esm2022/lib/components/overlay/components/overlay/partials/overlay-shared-route-template-outlet/index.mjs +0 -2
- package/esm2022/lib/components/overlay/components/overlay/partials/overlay-shared-route-template-outlet/overlay-shared-route-template-outlet.component.mjs +0 -26
- package/esm2022/lib/components/overlay/components/overlay/partials/overlay-sidebar/index.mjs +0 -2
- package/esm2022/lib/components/overlay/components/overlay/partials/overlay-sidebar/overlay-sidebar.component.mjs +0 -54
- package/esm2022/lib/components/overlay/components/overlay/partials/overlay-sidebar-page/index.mjs +0 -2
- package/esm2022/lib/components/overlay/components/overlay/partials/overlay-sidebar-page/overlay-sidebar-page.component.mjs +0 -52
- package/esm2022/lib/components/overlay/components/overlay/partials/overlay-title/index.mjs +0 -2
- package/esm2022/lib/components/overlay/components/overlay/partials/overlay-title/overlay-title.directive.mjs +0 -39
- package/esm2022/lib/components/overlay/components/overlay/services/index.mjs +0 -2
- package/esm2022/lib/components/overlay/components/overlay/services/overlay.service.mjs +0 -313
- package/esm2022/lib/components/overlay/components/overlay/types/index.mjs +0 -2
- package/esm2022/lib/components/overlay/components/overlay/types/overlay.types.mjs +0 -6
- package/esm2022/lib/components/overlay/components/overlay/utils/filter-overlay.mjs +0 -124
- package/esm2022/lib/components/overlay/components/overlay/utils/index.mjs +0 -10
- package/esm2022/lib/components/overlay/components/overlay/utils/overlay-config.mjs +0 -7
- package/esm2022/lib/components/overlay/components/overlay/utils/overlay-handler-link.directive.mjs +0 -33
- package/esm2022/lib/components/overlay/components/overlay/utils/overlay-handler.mjs +0 -159
- package/esm2022/lib/components/overlay/components/overlay/utils/overlay-position-builder.mjs +0 -224
- package/esm2022/lib/components/overlay/components/overlay/utils/overlay-ref.mjs +0 -173
- package/esm2022/lib/components/overlay/components/overlay/utils/overlay-router.mjs +0 -190
- package/esm2022/lib/components/overlay/components/overlay/utils/overlay.utils.mjs +0 -13
- package/esm2022/lib/components/overlay/components/overlay/utils/sidebar-overlay.mjs +0 -54
- package/esm2022/lib/components/overlay/components/toggletip/components/toggletip/index.mjs +0 -2
- package/esm2022/lib/components/overlay/components/toggletip/components/toggletip/toggletip.component.mjs +0 -69
- package/esm2022/lib/components/overlay/components/toggletip/constants/index.mjs +0 -2
- package/esm2022/lib/components/overlay/components/toggletip/constants/toggletip.constants.mjs +0 -12
- package/esm2022/lib/components/overlay/components/toggletip/directives/toggletip/index.mjs +0 -2
- package/esm2022/lib/components/overlay/components/toggletip/directives/toggletip/toggletip.directive.mjs +0 -136
- package/esm2022/lib/components/overlay/components/toggletip/partials/toggletip-close/index.mjs +0 -2
- package/esm2022/lib/components/overlay/components/toggletip/partials/toggletip-close/toggletip-close.directive.mjs +0 -25
- package/esm2022/lib/components/overlay/components/toggletip/toggletip.imports.mjs +0 -3
- package/esm2022/lib/components/overlay/components/toggletip/types/index.mjs +0 -2
- package/esm2022/lib/components/overlay/components/toggletip/types/toggletip.types.mjs +0 -2
- package/esm2022/lib/components/overlay/components/toggletip/utils/index.mjs +0 -3
- package/esm2022/lib/components/overlay/components/toggletip/utils/toggletip-config.mjs +0 -6
- package/esm2022/lib/components/overlay/components/toggletip/utils/toggletip.util.mjs +0 -6
- package/esm2022/lib/components/overlay/components/tooltip/components/tooltip/index.mjs +0 -2
- package/esm2022/lib/components/overlay/components/tooltip/components/tooltip/tooltip.component.mjs +0 -67
- package/esm2022/lib/components/overlay/components/tooltip/constants/index.mjs +0 -2
- package/esm2022/lib/components/overlay/components/tooltip/constants/tooltip.constants.mjs +0 -12
- package/esm2022/lib/components/overlay/components/tooltip/directives/tooltip/index.mjs +0 -2
- package/esm2022/lib/components/overlay/components/tooltip/directives/tooltip/tooltip.directive.mjs +0 -171
- package/esm2022/lib/components/overlay/components/tooltip/tooltip.imports.mjs +0 -3
- package/esm2022/lib/components/overlay/components/tooltip/types/index.mjs +0 -2
- package/esm2022/lib/components/overlay/components/tooltip/types/tooltip.types.mjs +0 -2
- package/esm2022/lib/components/overlay/components/tooltip/utils/index.mjs +0 -3
- package/esm2022/lib/components/overlay/components/tooltip/utils/tooltip-config.mjs +0 -6
- package/esm2022/lib/components/overlay/components/tooltip/utils/tooltip.util.mjs +0 -6
- package/esm2022/lib/components/overlay/directives/dynamic-overlay-title/dynamic-overlay-title.directive.mjs +0 -49
- package/esm2022/lib/components/overlay/directives/dynamic-overlay-title/index.mjs +0 -2
- package/esm2022/lib/components/overlay/directives/overlay-close-auto-blocker/index.mjs +0 -2
- package/esm2022/lib/components/overlay/directives/overlay-close-auto-blocker/overlay-close-auto-blocker.directive.mjs +0 -51
- package/esm2022/lib/components/overlay/public-api/index.mjs +0 -72
- package/esm2022/lib/components/overlay/services/dynamic-overlay.service.mjs +0 -31
- package/esm2022/lib/components/overlay/services/index.mjs +0 -2
- package/esm2022/lib/components/overlay/types/dynamic-overlay.types.mjs +0 -2
- package/esm2022/lib/components/overlay/types/index.mjs +0 -2
- package/esm2022/lib/components/overlay/utils/index.mjs +0 -2
- package/esm2022/lib/components/overlay/utils/overlay-dismiss-checker.util.mjs +0 -105
- package/esm2022/lib/components/pagination/components/pagination/index.mjs +0 -2
- package/esm2022/lib/components/pagination/components/pagination/pagination.component.mjs +0 -110
- package/esm2022/lib/components/pagination/pagination.imports.mjs +0 -3
- package/esm2022/lib/components/pagination/partials/pagination-link/index.mjs +0 -2
- package/esm2022/lib/components/pagination/partials/pagination-link/pagination-link.directive.mjs +0 -32
- package/esm2022/lib/components/pagination/public-api/index.mjs +0 -7
- package/esm2022/lib/components/pagination/services/index.mjs +0 -2
- package/esm2022/lib/components/pagination/services/pagination-head.service.mjs +0 -74
- package/esm2022/lib/components/pagination/types/index.mjs +0 -2
- package/esm2022/lib/components/pagination/types/pagination.types.mjs +0 -2
- package/esm2022/lib/components/pagination/utils/index.mjs +0 -2
- package/esm2022/lib/components/pagination/utils/pagination.util.mjs +0 -98
- package/esm2022/lib/components/picture/components/picture/index.mjs +0 -2
- package/esm2022/lib/components/picture/components/picture/picture.component.mjs +0 -56
- package/esm2022/lib/components/picture/public-api/index.mjs +0 -4
- package/esm2022/lib/components/picture/types/picture.types.mjs +0 -2
- package/esm2022/lib/components/picture/utils/picture.utils.mjs +0 -31
- package/esm2022/lib/components/progress-spinner/index.mjs +0 -2
- package/esm2022/lib/components/progress-spinner/progress-spinner.component.mjs +0 -94
- package/esm2022/lib/components/query-error/components/query-error/index.mjs +0 -2
- package/esm2022/lib/components/query-error/components/query-error/query-error.component.mjs +0 -27
- package/esm2022/lib/components/query-error/directives/query-error/index.mjs +0 -2
- package/esm2022/lib/components/query-error/directives/query-error/query-error.directive.mjs +0 -432
- package/esm2022/lib/components/query-error/public-api/index.mjs +0 -4
- package/esm2022/lib/components/query-error/types/index.mjs +0 -2
- package/esm2022/lib/components/query-error/types/query-error.types.mjs +0 -2
- package/esm2022/lib/components/scrollable/components/scrollable/index.mjs +0 -2
- package/esm2022/lib/components/scrollable/components/scrollable/scrollable.component.mjs +0 -510
- package/esm2022/lib/components/scrollable/components/scrollable-placeholder/index.mjs +0 -2
- package/esm2022/lib/components/scrollable/components/scrollable-placeholder/scrollable-placeholder.component.mjs +0 -26
- package/esm2022/lib/components/scrollable/directives/scrollable-ignore-child/index.mjs +0 -2
- package/esm2022/lib/components/scrollable/directives/scrollable-ignore-child/scrollable-ignore-child.directive.mjs +0 -44
- package/esm2022/lib/components/scrollable/directives/scrollable-is-active-child/index.mjs +0 -2
- package/esm2022/lib/components/scrollable/directives/scrollable-is-active-child/scrollable-is-active-child.directive.mjs +0 -45
- package/esm2022/lib/components/scrollable/directives/scrollable-loading-template/index.mjs +0 -2
- package/esm2022/lib/components/scrollable/directives/scrollable-loading-template/scrollable-loading-template.directive.mjs +0 -31
- package/esm2022/lib/components/scrollable/directives/scrollable-placeholder-item-template/index.mjs +0 -2
- package/esm2022/lib/components/scrollable/directives/scrollable-placeholder-item-template/scrollable-placeholder-item-template.directive.mjs +0 -26
- package/esm2022/lib/components/scrollable/directives/scrollable-placeholder-overlay-template/index.mjs +0 -2
- package/esm2022/lib/components/scrollable/directives/scrollable-placeholder-overlay-template/scrollable-placeholder-overlay-template.directive.mjs +0 -26
- package/esm2022/lib/components/scrollable/public-api/index.mjs +0 -10
- package/esm2022/lib/components/scrollable/scrollable.imports.mjs +0 -17
- package/esm2022/lib/components/scrollable/types/index.mjs +0 -2
- package/esm2022/lib/components/scrollable/types/scrollable.types.mjs +0 -2
- package/esm2022/lib/components/skeleton/components/skeleton/index.mjs +0 -2
- package/esm2022/lib/components/skeleton/components/skeleton/skeleton.component.mjs +0 -25
- package/esm2022/lib/components/skeleton/partials/skeleton-item/index.mjs +0 -2
- package/esm2022/lib/components/skeleton/partials/skeleton-item/skeleton-item.component.mjs +0 -19
- package/esm2022/lib/components/skeleton/public-api/index.mjs +0 -4
- package/esm2022/lib/components/skeleton/skeleton.imports.mjs +0 -4
- package/esm2022/lib/components/sort/components/sort-header/index.mjs +0 -3
- package/esm2022/lib/components/sort/components/sort-header/sort-header.component.mjs +0 -198
- package/esm2022/lib/components/sort/components/sort-header/sort-header.types.mjs +0 -2
- package/esm2022/lib/components/sort/partials/sort/index.mjs +0 -3
- package/esm2022/lib/components/sort/partials/sort/sort.directive.mjs +0 -184
- package/esm2022/lib/components/sort/partials/sort/sort.types.mjs +0 -2
- package/esm2022/lib/components/sort/public-api/index.mjs +0 -6
- package/esm2022/lib/components/sort/services/index.mjs +0 -2
- package/esm2022/lib/components/sort/services/sort-header-intl.mjs +0 -23
- package/esm2022/lib/components/sort/sort.imports.mjs +0 -8
- package/esm2022/lib/components/sort/types/index.mjs +0 -2
- package/esm2022/lib/components/sort/types/sort-direction.mjs +0 -2
- package/esm2022/lib/components/table/components/table/index.mjs +0 -2
- package/esm2022/lib/components/table/components/table/table.component.mjs +0 -145
- package/esm2022/lib/components/table/constants/index.mjs +0 -2
- package/esm2022/lib/components/table/constants/table-data-source.constants.mjs +0 -2
- package/esm2022/lib/components/table/partials/cells/cell/cell.directive.mjs +0 -18
- package/esm2022/lib/components/table/partials/cells/cell/index.mjs +0 -2
- package/esm2022/lib/components/table/partials/cells/cell-def/cell-def.directive.mjs +0 -16
- package/esm2022/lib/components/table/partials/cells/cell-def/index.mjs +0 -2
- package/esm2022/lib/components/table/partials/cells/column-def/column-def.directive.mjs +0 -44
- package/esm2022/lib/components/table/partials/cells/column-def/index.mjs +0 -2
- package/esm2022/lib/components/table/partials/cells/footer-cell/footer-cell.directive.mjs +0 -18
- package/esm2022/lib/components/table/partials/cells/footer-cell/index.mjs +0 -2
- package/esm2022/lib/components/table/partials/cells/footer-cell-def/footer-cell-def.directive.mjs +0 -16
- package/esm2022/lib/components/table/partials/cells/footer-cell-def/index.mjs +0 -2
- package/esm2022/lib/components/table/partials/cells/header-cell/header-cell.directive.mjs +0 -19
- package/esm2022/lib/components/table/partials/cells/header-cell/index.mjs +0 -2
- package/esm2022/lib/components/table/partials/cells/header-cell-def/header-cell-def.directive.mjs +0 -16
- package/esm2022/lib/components/table/partials/cells/header-cell-def/index.mjs +0 -2
- package/esm2022/lib/components/table/partials/cells/text-column/index.mjs +0 -2
- package/esm2022/lib/components/table/partials/cells/text-column/text-column.component.mjs +0 -53
- package/esm2022/lib/components/table/partials/rows/footer-row/footer-row.component.mjs +0 -26
- package/esm2022/lib/components/table/partials/rows/footer-row/index.mjs +0 -2
- package/esm2022/lib/components/table/partials/rows/footer-row-def/footer-row-def.directive.mjs +0 -26
- package/esm2022/lib/components/table/partials/rows/footer-row-def/index.mjs +0 -2
- package/esm2022/lib/components/table/partials/rows/header-row/header-row.component.mjs +0 -26
- package/esm2022/lib/components/table/partials/rows/header-row/index.mjs +0 -2
- package/esm2022/lib/components/table/partials/rows/header-row-def/header-row-def.directive.mjs +0 -26
- package/esm2022/lib/components/table/partials/rows/header-row-def/index.mjs +0 -2
- package/esm2022/lib/components/table/partials/rows/no-data-row/index.mjs +0 -2
- package/esm2022/lib/components/table/partials/rows/no-data-row/no-data-row.directive.mjs +0 -20
- package/esm2022/lib/components/table/partials/rows/recycle-rows/index.mjs +0 -2
- package/esm2022/lib/components/table/partials/rows/recycle-rows/recycle-rows.directive.mjs +0 -16
- package/esm2022/lib/components/table/partials/rows/row/index.mjs +0 -2
- package/esm2022/lib/components/table/partials/rows/row/row.component.mjs +0 -26
- package/esm2022/lib/components/table/partials/rows/row-def/index.mjs +0 -2
- package/esm2022/lib/components/table/partials/rows/row-def/row-def.directive.mjs +0 -26
- package/esm2022/lib/components/table/partials/table-busy/index.mjs +0 -2
- package/esm2022/lib/components/table/partials/table-busy/table-busy.directive.mjs +0 -18
- package/esm2022/lib/components/table/partials/table-busy-outlet/index.mjs +0 -2
- package/esm2022/lib/components/table/partials/table-busy-outlet/table-busy-outlet.directive.mjs +0 -15
- package/esm2022/lib/components/table/public-api/index.mjs +0 -24
- package/esm2022/lib/components/table/table.imports.mjs +0 -39
- package/esm2022/lib/components/table/types/index.mjs +0 -2
- package/esm2022/lib/components/table/types/table-data-source.types.mjs +0 -2
- package/esm2022/lib/components/table/utils/index.mjs +0 -2
- package/esm2022/lib/components/table/utils/table-data-source.mjs +0 -168
- package/esm2022/lib/components/tabs/animations/index.mjs +0 -2
- package/esm2022/lib/components/tabs/animations/tabs.animations.mjs +0 -26
- package/esm2022/lib/components/tabs/components/inline-tabs/index.mjs +0 -2
- package/esm2022/lib/components/tabs/components/inline-tabs/inline-tabs.component.mjs +0 -257
- package/esm2022/lib/components/tabs/components/nav-tabs/index.mjs +0 -2
- package/esm2022/lib/components/tabs/components/nav-tabs/nav-tabs.component.mjs +0 -82
- package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab/index.mjs +0 -2
- package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab/inline-tab.component.mjs +0 -88
- package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab-body/index.mjs +0 -2
- package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab-body/inline-tab-body.component.mjs +0 -133
- package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab-body-host/index.mjs +0 -2
- package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab-body-host/inline-tab-body-host.directive.mjs +0 -25
- package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab-content/index.mjs +0 -2
- package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab-content/inline-tab-content.directive.mjs +0 -22
- package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab-header/index.mjs +0 -2
- package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab-header/inline-tab-header.component.mjs +0 -34
- package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab-label/index.mjs +0 -2
- package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab-label/inline-tab-label.directive.mjs +0 -30
- package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab-label-wrapper/index.mjs +0 -2
- package/esm2022/lib/components/tabs/partials/inline-tabs/inline-tab-label-wrapper/inline-tab-label-wrapper.directive.mjs +0 -42
- package/esm2022/lib/components/tabs/partials/nav-tabs/nav-tab-link/index.mjs +0 -2
- package/esm2022/lib/components/tabs/partials/nav-tabs/nav-tab-link/nav-tab-link.directive.mjs +0 -177
- package/esm2022/lib/components/tabs/partials/nav-tabs/nav-tabs-outlet/index.mjs +0 -2
- package/esm2022/lib/components/tabs/partials/nav-tabs/nav-tabs-outlet/nav-tabs-outlet.component.mjs +0 -37
- package/esm2022/lib/components/tabs/public-api/index.mjs +0 -16
- package/esm2022/lib/components/tabs/tab.imports.mjs +0 -25
- package/esm2022/lib/components/tabs/types/index.mjs +0 -2
- package/esm2022/lib/components/tabs/types/tab-config.types.mjs +0 -3
- package/esm2022/lib/components/tabs/utils/active-tab-underline.util.mjs +0 -112
- package/esm2022/lib/components/tabs/utils/index.mjs +0 -3
- package/esm2022/lib/components/tabs/utils/paginated-tab-header.directive.mjs +0 -272
- package/esm2022/lib/services/index.mjs +0 -2
- package/esm2022/lib/services/swipe-handler.service.mjs +0 -102
- package/esm2022/lib/types/index.mjs +0 -2
- package/esm2022/lib/types/swipe.types.mjs +0 -2
- package/esm2022/lib/utils/floating-ui.utils.mjs +0 -15
- package/esm2022/lib/utils/index.mjs +0 -2
|
@@ -1,145 +0,0 @@
|
|
|
1
|
-
import { _DisposeViewRepeaterStrategy, _VIEW_REPEATER_STRATEGY } from '@angular/cdk/collections';
|
|
2
|
-
import { CDK_TABLE, CdkTable, DataRowOutlet, FooterRowOutlet, HeaderRowOutlet, NoDataRowOutlet, STICKY_POSITIONING_LISTENER, _COALESCED_STYLE_SCHEDULER, _CoalescedStyleScheduler, } from '@angular/cdk/table';
|
|
3
|
-
import { ChangeDetectionStrategy, ChangeDetectorRef, Component, ContentChild, HostBinding, Input, ViewChild, ViewEncapsulation, booleanAttribute, inject, } from '@angular/core';
|
|
4
|
-
import { TableBusyDirective } from '../../partials/table-busy';
|
|
5
|
-
import { TableBusyOutletDirective } from '../../partials/table-busy-outlet';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export class TableComponent extends CdkTable {
|
|
8
|
-
constructor() {
|
|
9
|
-
super(...arguments);
|
|
10
|
-
this._cdr = inject(ChangeDetectorRef);
|
|
11
|
-
this.stickyCssClass = 'et-table-sticky';
|
|
12
|
-
this.needsPositionStickyOnElement = false;
|
|
13
|
-
this._busy = false;
|
|
14
|
-
this._isShowingTableBusy = false;
|
|
15
|
-
}
|
|
16
|
-
get busy() {
|
|
17
|
-
return this._busy;
|
|
18
|
-
}
|
|
19
|
-
set busy(value) {
|
|
20
|
-
this._busy = booleanAttribute(value);
|
|
21
|
-
this._updateTableBusy();
|
|
22
|
-
}
|
|
23
|
-
get _attrAriaBusy() {
|
|
24
|
-
return this.busy ? true : null;
|
|
25
|
-
}
|
|
26
|
-
ngAfterContentInit() {
|
|
27
|
-
super.ngAfterContentInit();
|
|
28
|
-
this._updateTableBusy();
|
|
29
|
-
}
|
|
30
|
-
_updateTableBusy() {
|
|
31
|
-
const tableBusyComponent = this._tableBusyComponent;
|
|
32
|
-
if (!tableBusyComponent) {
|
|
33
|
-
return;
|
|
34
|
-
}
|
|
35
|
-
const shouldShow = this.busy;
|
|
36
|
-
if (shouldShow === this._isShowingTableBusy) {
|
|
37
|
-
return;
|
|
38
|
-
}
|
|
39
|
-
const container = this._tableBusyOutlet?.viewContainer;
|
|
40
|
-
if (!container) {
|
|
41
|
-
return;
|
|
42
|
-
}
|
|
43
|
-
if (shouldShow) {
|
|
44
|
-
const view = container.createEmbeddedView(tableBusyComponent.templateRef);
|
|
45
|
-
const rootNode = view.rootNodes[0];
|
|
46
|
-
if (view.rootNodes.length === 1 && rootNode?.nodeType === document.ELEMENT_NODE) {
|
|
47
|
-
rootNode.classList.add(tableBusyComponent._contentClassName);
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
else {
|
|
51
|
-
container.clear();
|
|
52
|
-
}
|
|
53
|
-
this._isShowingTableBusy = shouldShow;
|
|
54
|
-
this._cdr.markForCheck();
|
|
55
|
-
}
|
|
56
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: TableComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
57
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.12", type: TableComponent, isStandalone: true, selector: "et-table, table[et-table]", inputs: { busy: "busy" }, host: { properties: { "class.et-table-fixed-layout": "fixedLayout", "attr.aria-busy": "this._attrAriaBusy" }, classAttribute: "et-table et-data-table__table" }, providers: [
|
|
58
|
-
{ provide: CdkTable, useExisting: TableComponent },
|
|
59
|
-
{ provide: CDK_TABLE, useExisting: TableComponent },
|
|
60
|
-
{ provide: _COALESCED_STYLE_SCHEDULER, useClass: _CoalescedStyleScheduler },
|
|
61
|
-
{ provide: _VIEW_REPEATER_STRATEGY, useClass: _DisposeViewRepeaterStrategy },
|
|
62
|
-
{ provide: STICKY_POSITIONING_LISTENER, useValue: null },
|
|
63
|
-
], queries: [{ propertyName: "_tableBusyComponent", first: true, predicate: TableBusyDirective, descendants: true }], viewQueries: [{ propertyName: "_tableBusyOutlet", first: true, predicate: TableBusyOutletDirective, descendants: true }], exportAs: ["etTable"], usesInheritance: true, ngImport: i0, template: `
|
|
64
|
-
<ng-content select="caption" />
|
|
65
|
-
<ng-content select="colgroup, col" />
|
|
66
|
-
|
|
67
|
-
@if (_isServer) {
|
|
68
|
-
<ng-content />
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
@if (_isNativeHtmlTable) {
|
|
72
|
-
<thead role="rowgroup">
|
|
73
|
-
<ng-container headerRowOutlet />
|
|
74
|
-
</thead>
|
|
75
|
-
<tbody class="mdc-data-table__content" role="rowgroup">
|
|
76
|
-
<ng-container rowOutlet />
|
|
77
|
-
<ng-container noDataRowOutlet />
|
|
78
|
-
</tbody>
|
|
79
|
-
<tfoot role="rowgroup">
|
|
80
|
-
<ng-container footerRowOutlet />
|
|
81
|
-
</tfoot>
|
|
82
|
-
} @else {
|
|
83
|
-
<ng-container headerRowOutlet />
|
|
84
|
-
<div class="et-table-body">
|
|
85
|
-
<ng-container rowOutlet />
|
|
86
|
-
<ng-container tableBusyOutlet />
|
|
87
|
-
</div>
|
|
88
|
-
<ng-container noDataRowOutlet />
|
|
89
|
-
<ng-container footerRowOutlet />
|
|
90
|
-
}
|
|
91
|
-
`, isInline: true, styles: [":where(.et-table){--et-table-separator-color: #4c4c4c;--et-table-separator-width: 1px;--et-table-separator-style: solid;--et-table-header-row-min-height: 56px;--et-table-row-display: flex;--et-table-row-min-height: 48px;--et-table-row-inline-padding: 24px;--et-table-cell-display: flex;--et-table-cell-inline-padding: 0;--et-table-cell-block-padding: 0}.et-table{display:block;position:relative}.et-header-row{min-height:var(--et-table-header-row-min-height)}.et-row,.et-footer-row{min-height:var(--et-table-row-min-height)}.et-row,.et-header-row,.et-footer-row{display:var(--et-table-row-display);border-width:0;border-bottom-width:var(--et-table-separator-width);border-style:var(--et-table-separator-style);border-color:var(--et-table-separator-color);align-items:center;box-sizing:border-box}.et-cell,.et-header-cell,.et-footer-cell{padding-inline:var(--et-table-cell-inline-padding);padding-block:var(--et-table-cell-block-padding)}.et-cell:first-of-type,.et-header-cell:first-of-type,.et-footer-cell:first-of-type{padding-inline-start:var(--et-table-row-inline-padding)}.et-cell:last-of-type,.et-header-cell:last-of-type,.et-footer-cell:last-of-type{padding-inline-end:var(--et-table-row-inline-padding)}.et-cell,.et-header-cell,.et-footer-cell{flex:1;display:var(--et-table-cell-display);align-items:center;overflow:hidden;word-wrap:break-word;min-height:inherit;box-sizing:border-box}.et-table-sticky{position:sticky!important}.et-table{table-layout:auto;white-space:normal}.et-table tbody,.et-table tfoot,.et-table thead,.et-cell,.et-footer-cell,.et-header-row,.et-row,.et-footer-row,.et-table .et-header-cell{background:inherit}.et-table et-header-row.et-header-row,.et-table et-row.et-row,.et-table et-footer-row.et-footer-cell{height:unset}et-header-cell.et-header-cell,et-cell.et-cell,et-footer-cell.et-footer-cell{align-self:stretch}\n"], dependencies: [{ kind: "directive", type: HeaderRowOutlet, selector: "[headerRowOutlet]" }, { kind: "directive", type: DataRowOutlet, selector: "[rowOutlet]" }, { kind: "directive", type: NoDataRowOutlet, selector: "[noDataRowOutlet]" }, { kind: "directive", type: FooterRowOutlet, selector: "[footerRowOutlet]" }, { kind: "directive", type: TableBusyOutletDirective, selector: "[tableBusyOutlet]" }], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None }); }
|
|
92
|
-
}
|
|
93
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: TableComponent, decorators: [{
|
|
94
|
-
type: Component,
|
|
95
|
-
args: [{ selector: 'et-table, table[et-table]', exportAs: 'etTable', template: `
|
|
96
|
-
<ng-content select="caption" />
|
|
97
|
-
<ng-content select="colgroup, col" />
|
|
98
|
-
|
|
99
|
-
@if (_isServer) {
|
|
100
|
-
<ng-content />
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
@if (_isNativeHtmlTable) {
|
|
104
|
-
<thead role="rowgroup">
|
|
105
|
-
<ng-container headerRowOutlet />
|
|
106
|
-
</thead>
|
|
107
|
-
<tbody class="mdc-data-table__content" role="rowgroup">
|
|
108
|
-
<ng-container rowOutlet />
|
|
109
|
-
<ng-container noDataRowOutlet />
|
|
110
|
-
</tbody>
|
|
111
|
-
<tfoot role="rowgroup">
|
|
112
|
-
<ng-container footerRowOutlet />
|
|
113
|
-
</tfoot>
|
|
114
|
-
} @else {
|
|
115
|
-
<ng-container headerRowOutlet />
|
|
116
|
-
<div class="et-table-body">
|
|
117
|
-
<ng-container rowOutlet />
|
|
118
|
-
<ng-container tableBusyOutlet />
|
|
119
|
-
</div>
|
|
120
|
-
<ng-container noDataRowOutlet />
|
|
121
|
-
<ng-container footerRowOutlet />
|
|
122
|
-
}
|
|
123
|
-
`, host: {
|
|
124
|
-
class: 'et-table et-data-table__table',
|
|
125
|
-
'[class.et-table-fixed-layout]': 'fixedLayout',
|
|
126
|
-
}, providers: [
|
|
127
|
-
{ provide: CdkTable, useExisting: TableComponent },
|
|
128
|
-
{ provide: CDK_TABLE, useExisting: TableComponent },
|
|
129
|
-
{ provide: _COALESCED_STYLE_SCHEDULER, useClass: _CoalescedStyleScheduler },
|
|
130
|
-
{ provide: _VIEW_REPEATER_STRATEGY, useClass: _DisposeViewRepeaterStrategy },
|
|
131
|
-
{ provide: STICKY_POSITIONING_LISTENER, useValue: null },
|
|
132
|
-
], encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.Default, standalone: true, imports: [HeaderRowOutlet, DataRowOutlet, NoDataRowOutlet, FooterRowOutlet, TableBusyOutletDirective], styles: [":where(.et-table){--et-table-separator-color: #4c4c4c;--et-table-separator-width: 1px;--et-table-separator-style: solid;--et-table-header-row-min-height: 56px;--et-table-row-display: flex;--et-table-row-min-height: 48px;--et-table-row-inline-padding: 24px;--et-table-cell-display: flex;--et-table-cell-inline-padding: 0;--et-table-cell-block-padding: 0}.et-table{display:block;position:relative}.et-header-row{min-height:var(--et-table-header-row-min-height)}.et-row,.et-footer-row{min-height:var(--et-table-row-min-height)}.et-row,.et-header-row,.et-footer-row{display:var(--et-table-row-display);border-width:0;border-bottom-width:var(--et-table-separator-width);border-style:var(--et-table-separator-style);border-color:var(--et-table-separator-color);align-items:center;box-sizing:border-box}.et-cell,.et-header-cell,.et-footer-cell{padding-inline:var(--et-table-cell-inline-padding);padding-block:var(--et-table-cell-block-padding)}.et-cell:first-of-type,.et-header-cell:first-of-type,.et-footer-cell:first-of-type{padding-inline-start:var(--et-table-row-inline-padding)}.et-cell:last-of-type,.et-header-cell:last-of-type,.et-footer-cell:last-of-type{padding-inline-end:var(--et-table-row-inline-padding)}.et-cell,.et-header-cell,.et-footer-cell{flex:1;display:var(--et-table-cell-display);align-items:center;overflow:hidden;word-wrap:break-word;min-height:inherit;box-sizing:border-box}.et-table-sticky{position:sticky!important}.et-table{table-layout:auto;white-space:normal}.et-table tbody,.et-table tfoot,.et-table thead,.et-cell,.et-footer-cell,.et-header-row,.et-row,.et-footer-row,.et-table .et-header-cell{background:inherit}.et-table et-header-row.et-header-row,.et-table et-row.et-row,.et-table et-footer-row.et-footer-cell{height:unset}et-header-cell.et-header-cell,et-cell.et-cell,et-footer-cell.et-footer-cell{align-self:stretch}\n"] }]
|
|
133
|
-
}], propDecorators: { _tableBusyOutlet: [{
|
|
134
|
-
type: ViewChild,
|
|
135
|
-
args: [TableBusyOutletDirective]
|
|
136
|
-
}], _tableBusyComponent: [{
|
|
137
|
-
type: ContentChild,
|
|
138
|
-
args: [TableBusyDirective]
|
|
139
|
-
}], busy: [{
|
|
140
|
-
type: Input
|
|
141
|
-
}], _attrAriaBusy: [{
|
|
142
|
-
type: HostBinding,
|
|
143
|
-
args: ['attr.aria-busy']
|
|
144
|
-
}] } });
|
|
145
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFibGUuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9jZGsvc3JjL2xpYi9jb21wb25lbnRzL3RhYmxlL2NvbXBvbmVudHMvdGFibGUvdGFibGUuY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSw0QkFBNEIsRUFBRSx1QkFBdUIsRUFBRSxNQUFNLDBCQUEwQixDQUFDO0FBQ2pHLE9BQU8sRUFDTCxTQUFTLEVBQ1QsUUFBUSxFQUNSLGFBQWEsRUFDYixlQUFlLEVBQ2YsZUFBZSxFQUNmLGVBQWUsRUFDZiwyQkFBMkIsRUFDM0IsMEJBQTBCLEVBQzFCLHdCQUF3QixHQUN6QixNQUFNLG9CQUFvQixDQUFDO0FBQzVCLE9BQU8sRUFFTCx1QkFBdUIsRUFDdkIsaUJBQWlCLEVBQ2pCLFNBQVMsRUFDVCxZQUFZLEVBQ1osV0FBVyxFQUNYLEtBQUssRUFDTCxTQUFTLEVBQ1QsaUJBQWlCLEVBQ2pCLGdCQUFnQixFQUNoQixNQUFNLEdBQ1AsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxFQUFFLGtCQUFrQixFQUFFLE1BQU0sMkJBQTJCLENBQUM7QUFDL0QsT0FBTyxFQUFFLHdCQUF3QixFQUFFLE1BQU0sa0NBQWtDLENBQUM7O0FBbUQ1RSxNQUFNLE9BQU8sY0FBa0IsU0FBUSxRQUFXO0lBakRsRDs7UUFrRFUsU0FBSSxHQUFHLE1BQU0sQ0FBQyxpQkFBaUIsQ0FBQyxDQUFDO1FBRXRCLG1CQUFjLEdBQUcsaUJBQWlCLENBQUM7UUFDbkMsaUNBQTRCLEdBQUcsS0FBSyxDQUFDO1FBZ0JoRCxVQUFLLEdBQUcsS0FBSyxDQUFDO1FBT3RCLHdCQUFtQixHQUFHLEtBQUssQ0FBQztLQXlDN0I7SUF4REMsSUFDSSxJQUFJO1FBQ04sT0FBTyxJQUFJLENBQUMsS0FBSyxDQUFDO0lBQ3BCLENBQUM7SUFDRCxJQUFJLElBQUksQ0FBQyxLQUFjO1FBQ3JCLElBQUksQ0FBQyxLQUFLLEdBQUcsZ0JBQWdCLENBQUMsS0FBSyxDQUFDLENBQUM7UUFDckMsSUFBSSxDQUFDLGdCQUFnQixFQUFFLENBQUM7SUFDMUIsQ0FBQztJQUdELElBQ0ksYUFBYTtRQUNmLE9BQU8sSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUM7SUFDakMsQ0FBQztJQUlRLGtCQUFrQjtRQUN6QixLQUFLLENBQUMsa0JBQWtCLEVBQUUsQ0FBQztRQUUzQixJQUFJLENBQUMsZ0JBQWdCLEVBQUUsQ0FBQztJQUMxQixDQUFDO0lBRU8sZ0JBQWdCO1FBQ3RCLE1BQU0sa0JBQWtCLEdBQUcsSUFBSSxDQUFDLG1CQUFtQixDQUFDO1FBRXBELElBQUksQ0FBQyxrQkFBa0IsRUFBRSxDQUFDO1lBQ3hCLE9BQU87UUFDVCxDQUFDO1FBRUQsTUFBTSxVQUFVLEdBQUcsSUFBSSxDQUFDLElBQUksQ0FBQztRQUU3QixJQUFJLFVBQVUsS0FBSyxJQUFJLENBQUMsbUJBQW1CLEVBQUUsQ0FBQztZQUM1QyxPQUFPO1FBQ1QsQ0FBQztRQUVELE1BQU0sU0FBUyxHQUFHLElBQUksQ0FBQyxnQkFBZ0IsRUFBRSxhQUFhLENBQUM7UUFFdkQsSUFBSSxDQUFDLFNBQVMsRUFBRSxDQUFDO1lBQ2YsT0FBTztRQUNULENBQUM7UUFFRCxJQUFJLFVBQVUsRUFBRSxDQUFDO1lBQ2YsTUFBTSxJQUFJLEdBQUcsU0FBUyxDQUFDLGtCQUFrQixDQUFDLGtCQUFrQixDQUFDLFdBQVcsQ0FBQyxDQUFDO1lBQzFFLE1BQU0sUUFBUSxHQUE0QixJQUFJLENBQUMsU0FBUyxDQUFDLENBQUMsQ0FBQyxDQUFDO1lBRTVELElBQUksSUFBSSxDQUFDLFNBQVMsQ0FBQyxNQUFNLEtBQUssQ0FBQyxJQUFJLFFBQVEsRUFBRSxRQUFRLEtBQUssUUFBUSxDQUFDLFlBQVksRUFBRSxDQUFDO2dCQUNoRixRQUFRLENBQUMsU0FBUyxDQUFDLEdBQUcsQ0FBQyxrQkFBa0IsQ0FBQyxpQkFBaUIsQ0FBQyxDQUFDO1lBQy9ELENBQUM7UUFDSCxDQUFDO2FBQU0sQ0FBQztZQUNOLFNBQVMsQ0FBQyxLQUFLLEVBQUUsQ0FBQztRQUNwQixDQUFDO1FBRUQsSUFBSSxDQUFDLG1CQUFtQixHQUFHLFVBQVUsQ0FBQztRQUN0QyxJQUFJLENBQUMsSUFBSSxDQUFDLFlBQVksRUFBRSxDQUFDO0lBQzNCLENBQUM7K0dBbkVVLGNBQWM7bUdBQWQsY0FBYyxtUUFaZDtZQUNULEVBQUUsT0FBTyxFQUFFLFFBQVEsRUFBRSxXQUFXLEVBQUUsY0FBYyxFQUFFO1lBQ2xELEVBQUUsT0FBTyxFQUFFLFNBQVMsRUFBRSxXQUFXLEVBQUUsY0FBYyxFQUFFO1lBQ25ELEVBQUUsT0FBTyxFQUFFLDBCQUEwQixFQUFFLFFBQVEsRUFBRSx3QkFBd0IsRUFBRTtZQUMzRSxFQUFFLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxRQUFRLEVBQUUsNEJBQTRCLEVBQUU7WUFDNUUsRUFBRSxPQUFPLEVBQUUsMkJBQTJCLEVBQUUsUUFBUSxFQUFFLElBQUksRUFBRTtTQUN6RCwyRUFlYSxrQkFBa0Isa0dBSHJCLHdCQUF3Qiw4RkFwRHpCOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0dBNEJULG00REFnQlMsZUFBZSw4REFBRSxhQUFhLHdEQUFFLGVBQWUsOERBQUUsZUFBZSw4REFBRSx3QkFBd0I7OzRGQUV6RixjQUFjO2tCQWpEMUIsU0FBUzsrQkFDRSwyQkFBMkIsWUFDM0IsU0FBUyxZQUNUOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0dBNEJULFFBRUs7d0JBQ0osS0FBSyxFQUFFLCtCQUErQjt3QkFDdEMsK0JBQStCLEVBQUUsYUFBYTtxQkFDL0MsYUFDVTt3QkFDVCxFQUFFLE9BQU8sRUFBRSxRQUFRLEVBQUUsV0FBVyxnQkFBZ0IsRUFBRTt3QkFDbEQsRUFBRSxPQUFPLEVBQUUsU0FBUyxFQUFFLFdBQVcsZ0JBQWdCLEVBQUU7d0JBQ25ELEVBQUUsT0FBTyxFQUFFLDBCQUEwQixFQUFFLFFBQVEsRUFBRSx3QkFBd0IsRUFBRTt3QkFDM0UsRUFBRSxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsUUFBUSxFQUFFLDRCQUE0QixFQUFFO3dCQUM1RSxFQUFFLE9BQU8sRUFBRSwyQkFBMkIsRUFBRSxRQUFRLEVBQUUsSUFBSSxFQUFFO3FCQUN6RCxpQkFDYyxpQkFBaUIsQ0FBQyxJQUFJLG1CQUNwQix1QkFBdUIsQ0FBQyxPQUFPLGNBQ3BDLElBQUksV0FDUCxDQUFDLGVBQWUsRUFBRSxhQUFhLEVBQUUsZUFBZSxFQUFFLGVBQWUsRUFBRSx3QkFBd0IsQ0FBQzs4QkFTckcsZ0JBQWdCO3NCQURmLFNBQVM7dUJBQUMsd0JBQXdCO2dCQUluQyxtQkFBbUI7c0JBRGxCLFlBQVk7dUJBQUMsa0JBQWtCO2dCQUk1QixJQUFJO3NCQURQLEtBQUs7Z0JBV0YsYUFBYTtzQkFEaEIsV0FBVzt1QkFBQyxnQkFBZ0IiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBfRGlzcG9zZVZpZXdSZXBlYXRlclN0cmF0ZWd5LCBfVklFV19SRVBFQVRFUl9TVFJBVEVHWSB9IGZyb20gJ0Bhbmd1bGFyL2Nkay9jb2xsZWN0aW9ucyc7XG5pbXBvcnQge1xuICBDREtfVEFCTEUsXG4gIENka1RhYmxlLFxuICBEYXRhUm93T3V0bGV0LFxuICBGb290ZXJSb3dPdXRsZXQsXG4gIEhlYWRlclJvd091dGxldCxcbiAgTm9EYXRhUm93T3V0bGV0LFxuICBTVElDS1lfUE9TSVRJT05JTkdfTElTVEVORVIsXG4gIF9DT0FMRVNDRURfU1RZTEVfU0NIRURVTEVSLFxuICBfQ29hbGVzY2VkU3R5bGVTY2hlZHVsZXIsXG59IGZyb20gJ0Bhbmd1bGFyL2Nkay90YWJsZSc7XG5pbXBvcnQge1xuICBBZnRlckNvbnRlbnRJbml0LFxuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgQ2hhbmdlRGV0ZWN0b3JSZWYsXG4gIENvbXBvbmVudCxcbiAgQ29udGVudENoaWxkLFxuICBIb3N0QmluZGluZyxcbiAgSW5wdXQsXG4gIFZpZXdDaGlsZCxcbiAgVmlld0VuY2Fwc3VsYXRpb24sXG4gIGJvb2xlYW5BdHRyaWJ1dGUsXG4gIGluamVjdCxcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBUYWJsZUJ1c3lEaXJlY3RpdmUgfSBmcm9tICcuLi8uLi9wYXJ0aWFscy90YWJsZS1idXN5JztcbmltcG9ydCB7IFRhYmxlQnVzeU91dGxldERpcmVjdGl2ZSB9IGZyb20gJy4uLy4uL3BhcnRpYWxzL3RhYmxlLWJ1c3ktb3V0bGV0JztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnZXQtdGFibGUsIHRhYmxlW2V0LXRhYmxlXScsXG4gIGV4cG9ydEFzOiAnZXRUYWJsZScsXG4gIHRlbXBsYXRlOiBgXG4gICAgPG5nLWNvbnRlbnQgc2VsZWN0PVwiY2FwdGlvblwiIC8+XG4gICAgPG5nLWNvbnRlbnQgc2VsZWN0PVwiY29sZ3JvdXAsIGNvbFwiIC8+XG5cbiAgICBAaWYgKF9pc1NlcnZlcikge1xuICAgICAgPG5nLWNvbnRlbnQgLz5cbiAgICB9XG5cbiAgICBAaWYgKF9pc05hdGl2ZUh0bWxUYWJsZSkge1xuICAgICAgPHRoZWFkIHJvbGU9XCJyb3dncm91cFwiPlxuICAgICAgICA8bmctY29udGFpbmVyIGhlYWRlclJvd091dGxldCAvPlxuICAgICAgPC90aGVhZD5cbiAgICAgIDx0Ym9keSBjbGFzcz1cIm1kYy1kYXRhLXRhYmxlX19jb250ZW50XCIgcm9sZT1cInJvd2dyb3VwXCI+XG4gICAgICAgIDxuZy1jb250YWluZXIgcm93T3V0bGV0IC8+XG4gICAgICAgIDxuZy1jb250YWluZXIgbm9EYXRhUm93T3V0bGV0IC8+XG4gICAgICA8L3Rib2R5PlxuICAgICAgPHRmb290IHJvbGU9XCJyb3dncm91cFwiPlxuICAgICAgICA8bmctY29udGFpbmVyIGZvb3RlclJvd091dGxldCAvPlxuICAgICAgPC90Zm9vdD5cbiAgICB9IEBlbHNlIHtcbiAgICAgIDxuZy1jb250YWluZXIgaGVhZGVyUm93T3V0bGV0IC8+XG4gICAgICA8ZGl2IGNsYXNzPVwiZXQtdGFibGUtYm9keVwiPlxuICAgICAgICA8bmctY29udGFpbmVyIHJvd091dGxldCAvPlxuICAgICAgICA8bmctY29udGFpbmVyIHRhYmxlQnVzeU91dGxldCAvPlxuICAgICAgPC9kaXY+XG4gICAgICA8bmctY29udGFpbmVyIG5vRGF0YVJvd091dGxldCAvPlxuICAgICAgPG5nLWNvbnRhaW5lciBmb290ZXJSb3dPdXRsZXQgLz5cbiAgICB9XG4gIGAsXG4gIHN0eWxlVXJsczogWyd0YWJsZS5jb21wb25lbnQuc2NzcyddLFxuICBob3N0OiB7XG4gICAgY2xhc3M6ICdldC10YWJsZSBldC1kYXRhLXRhYmxlX190YWJsZScsXG4gICAgJ1tjbGFzcy5ldC10YWJsZS1maXhlZC1sYXlvdXRdJzogJ2ZpeGVkTGF5b3V0JyxcbiAgfSxcbiAgcHJvdmlkZXJzOiBbXG4gICAgeyBwcm92aWRlOiBDZGtUYWJsZSwgdXNlRXhpc3Rpbmc6IFRhYmxlQ29tcG9uZW50IH0sXG4gICAgeyBwcm92aWRlOiBDREtfVEFCTEUsIHVzZUV4aXN0aW5nOiBUYWJsZUNvbXBvbmVudCB9LFxuICAgIHsgcHJvdmlkZTogX0NPQUxFU0NFRF9TVFlMRV9TQ0hFRFVMRVIsIHVzZUNsYXNzOiBfQ29hbGVzY2VkU3R5bGVTY2hlZHVsZXIgfSxcbiAgICB7IHByb3ZpZGU6IF9WSUVXX1JFUEVBVEVSX1NUUkFURUdZLCB1c2VDbGFzczogX0Rpc3Bvc2VWaWV3UmVwZWF0ZXJTdHJhdGVneSB9LFxuICAgIHsgcHJvdmlkZTogU1RJQ0tZX1BPU0lUSU9OSU5HX0xJU1RFTkVSLCB1c2VWYWx1ZTogbnVsbCB9LFxuICBdLFxuICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LkRlZmF1bHQsXG4gIHN0YW5kYWxvbmU6IHRydWUsXG4gIGltcG9ydHM6IFtIZWFkZXJSb3dPdXRsZXQsIERhdGFSb3dPdXRsZXQsIE5vRGF0YVJvd091dGxldCwgRm9vdGVyUm93T3V0bGV0LCBUYWJsZUJ1c3lPdXRsZXREaXJlY3RpdmVdLFxufSlcbmV4cG9ydCBjbGFzcyBUYWJsZUNvbXBvbmVudDxUPiBleHRlbmRzIENka1RhYmxlPFQ+IGltcGxlbWVudHMgQWZ0ZXJDb250ZW50SW5pdCB7XG4gIHByaXZhdGUgX2NkciA9IGluamVjdChDaGFuZ2VEZXRlY3RvclJlZik7XG5cbiAgcHJvdGVjdGVkIG92ZXJyaWRlIHN0aWNreUNzc0NsYXNzID0gJ2V0LXRhYmxlLXN0aWNreSc7XG4gIHByb3RlY3RlZCBvdmVycmlkZSBuZWVkc1Bvc2l0aW9uU3RpY2t5T25FbGVtZW50ID0gZmFsc2U7XG5cbiAgQFZpZXdDaGlsZChUYWJsZUJ1c3lPdXRsZXREaXJlY3RpdmUpXG4gIF90YWJsZUJ1c3lPdXRsZXQ/OiBUYWJsZUJ1c3lPdXRsZXREaXJlY3RpdmU7XG5cbiAgQENvbnRlbnRDaGlsZChUYWJsZUJ1c3lEaXJlY3RpdmUpXG4gIF90YWJsZUJ1c3lDb21wb25lbnQ/OiBUYWJsZUJ1c3lEaXJlY3RpdmU7XG5cbiAgQElucHV0KClcbiAgZ2V0IGJ1c3koKTogYm9vbGVhbiB7XG4gICAgcmV0dXJuIHRoaXMuX2J1c3k7XG4gIH1cbiAgc2V0IGJ1c3kodmFsdWU6IHVua25vd24pIHtcbiAgICB0aGlzLl9idXN5ID0gYm9vbGVhbkF0dHJpYnV0ZSh2YWx1ZSk7XG4gICAgdGhpcy5fdXBkYXRlVGFibGVCdXN5KCk7XG4gIH1cbiAgcHJpdmF0ZSBfYnVzeSA9IGZhbHNlO1xuXG4gIEBIb3N0QmluZGluZygnYXR0ci5hcmlhLWJ1c3knKVxuICBnZXQgX2F0dHJBcmlhQnVzeSgpIHtcbiAgICByZXR1cm4gdGhpcy5idXN5ID8gdHJ1ZSA6IG51bGw7XG4gIH1cblxuICBfaXNTaG93aW5nVGFibGVCdXN5ID0gZmFsc2U7XG5cbiAgb3ZlcnJpZGUgbmdBZnRlckNvbnRlbnRJbml0KCkge1xuICAgIHN1cGVyLm5nQWZ0ZXJDb250ZW50SW5pdCgpO1xuXG4gICAgdGhpcy5fdXBkYXRlVGFibGVCdXN5KCk7XG4gIH1cblxuICBwcml2YXRlIF91cGRhdGVUYWJsZUJ1c3koKSB7XG4gICAgY29uc3QgdGFibGVCdXN5Q29tcG9uZW50ID0gdGhpcy5fdGFibGVCdXN5Q29tcG9uZW50O1xuXG4gICAgaWYgKCF0YWJsZUJ1c3lDb21wb25lbnQpIHtcbiAgICAgIHJldHVybjtcbiAgICB9XG5cbiAgICBjb25zdCBzaG91bGRTaG93ID0gdGhpcy5idXN5O1xuXG4gICAgaWYgKHNob3VsZFNob3cgPT09IHRoaXMuX2lzU2hvd2luZ1RhYmxlQnVzeSkge1xuICAgICAgcmV0dXJuO1xuICAgIH1cblxuICAgIGNvbnN0IGNvbnRhaW5lciA9IHRoaXMuX3RhYmxlQnVzeU91dGxldD8udmlld0NvbnRhaW5lcjtcblxuICAgIGlmICghY29udGFpbmVyKSB7XG4gICAgICByZXR1cm47XG4gICAgfVxuXG4gICAgaWYgKHNob3VsZFNob3cpIHtcbiAgICAgIGNvbnN0IHZpZXcgPSBjb250YWluZXIuY3JlYXRlRW1iZWRkZWRWaWV3KHRhYmxlQnVzeUNvbXBvbmVudC50ZW1wbGF0ZVJlZik7XG4gICAgICBjb25zdCByb290Tm9kZTogSFRNTEVsZW1lbnQgfCB1bmRlZmluZWQgPSB2aWV3LnJvb3ROb2Rlc1swXTtcblxuICAgICAgaWYgKHZpZXcucm9vdE5vZGVzLmxlbmd0aCA9PT0gMSAmJiByb290Tm9kZT8ubm9kZVR5cGUgPT09IGRvY3VtZW50LkVMRU1FTlRfTk9ERSkge1xuICAgICAgICByb290Tm9kZS5jbGFzc0xpc3QuYWRkKHRhYmxlQnVzeUNvbXBvbmVudC5fY29udGVudENsYXNzTmFtZSk7XG4gICAgICB9XG4gICAgfSBlbHNlIHtcbiAgICAgIGNvbnRhaW5lci5jbGVhcigpO1xuICAgIH1cblxuICAgIHRoaXMuX2lzU2hvd2luZ1RhYmxlQnVzeSA9IHNob3VsZFNob3c7XG4gICAgdGhpcy5fY2RyLm1hcmtGb3JDaGVjaygpO1xuICB9XG59XG4iXX0=
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export * from './table-data-source.constants';
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Nkay9zcmMvbGliL2NvbXBvbmVudHMvdGFibGUvY29uc3RhbnRzL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsK0JBQStCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL3RhYmxlLWRhdGEtc291cmNlLmNvbnN0YW50cyc7XG4iXX0=
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export const MAX_SAFE_INTEGER = 9007199254740991;
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFibGUtZGF0YS1zb3VyY2UuY29uc3RhbnRzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9jZGsvc3JjL2xpYi9jb21wb25lbnRzL3RhYmxlL2NvbnN0YW50cy90YWJsZS1kYXRhLXNvdXJjZS5jb25zdGFudHMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsTUFBTSxDQUFDLE1BQU0sZ0JBQWdCLEdBQUcsZ0JBQWdCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgY29uc3QgTUFYX1NBRkVfSU5URUdFUiA9IDkwMDcxOTkyNTQ3NDA5OTE7XG4iXX0=
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { CdkCell } from '@angular/cdk/table';
|
|
2
|
-
import { Directive } from '@angular/core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export class CellDirective extends CdkCell {
|
|
5
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: CellDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
6
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.12", type: CellDirective, isStandalone: true, selector: "et-cell, td[et-cell]", host: { classAttribute: "et-cell et-data-table__cell" }, usesInheritance: true, ngImport: i0 }); }
|
|
7
|
-
}
|
|
8
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: CellDirective, decorators: [{
|
|
9
|
-
type: Directive,
|
|
10
|
-
args: [{
|
|
11
|
-
selector: 'et-cell, td[et-cell]',
|
|
12
|
-
host: {
|
|
13
|
-
class: 'et-cell et-data-table__cell',
|
|
14
|
-
},
|
|
15
|
-
standalone: true,
|
|
16
|
-
}]
|
|
17
|
-
}] });
|
|
18
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2VsbC5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Nkay9zcmMvbGliL2NvbXBvbmVudHMvdGFibGUvcGFydGlhbHMvY2VsbHMvY2VsbC9jZWxsLmRpcmVjdGl2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsT0FBTyxFQUFFLE1BQU0sb0JBQW9CLENBQUM7QUFDN0MsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFTMUMsTUFBTSxPQUFPLGFBQWMsU0FBUSxPQUFPOytHQUE3QixhQUFhO21HQUFiLGFBQWE7OzRGQUFiLGFBQWE7a0JBUHpCLFNBQVM7bUJBQUM7b0JBQ1QsUUFBUSxFQUFFLHNCQUFzQjtvQkFDaEMsSUFBSSxFQUFFO3dCQUNKLEtBQUssRUFBRSw2QkFBNkI7cUJBQ3JDO29CQUNELFVBQVUsRUFBRSxJQUFJO2lCQUNqQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENka0NlbGwgfSBmcm9tICdAYW5ndWxhci9jZGsvdGFibGUnO1xuaW1wb3J0IHsgRGlyZWN0aXZlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBEaXJlY3RpdmUoe1xuICBzZWxlY3RvcjogJ2V0LWNlbGwsIHRkW2V0LWNlbGxdJyxcbiAgaG9zdDoge1xuICAgIGNsYXNzOiAnZXQtY2VsbCBldC1kYXRhLXRhYmxlX19jZWxsJyxcbiAgfSxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbn0pXG5leHBvcnQgY2xhc3MgQ2VsbERpcmVjdGl2ZSBleHRlbmRzIENka0NlbGwge31cbiJdfQ==
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export * from './cell.directive';
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Nkay9zcmMvbGliL2NvbXBvbmVudHMvdGFibGUvcGFydGlhbHMvY2VsbHMvY2VsbC9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLGtCQUFrQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9jZWxsLmRpcmVjdGl2ZSc7XG4iXX0=
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { CdkCellDef } from '@angular/cdk/table';
|
|
2
|
-
import { Directive } from '@angular/core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export class CellDefDirective extends CdkCellDef {
|
|
5
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: CellDefDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
6
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.12", type: CellDefDirective, isStandalone: true, selector: "[etCellDef]", providers: [{ provide: CdkCellDef, useExisting: CellDefDirective }], usesInheritance: true, ngImport: i0 }); }
|
|
7
|
-
}
|
|
8
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: CellDefDirective, decorators: [{
|
|
9
|
-
type: Directive,
|
|
10
|
-
args: [{
|
|
11
|
-
selector: '[etCellDef]',
|
|
12
|
-
providers: [{ provide: CdkCellDef, useExisting: CellDefDirective }],
|
|
13
|
-
standalone: true,
|
|
14
|
-
}]
|
|
15
|
-
}] });
|
|
16
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2VsbC1kZWYuZGlyZWN0aXZlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9jZGsvc3JjL2xpYi9jb21wb25lbnRzL3RhYmxlL3BhcnRpYWxzL2NlbGxzL2NlbGwtZGVmL2NlbGwtZGVmLmRpcmVjdGl2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sb0JBQW9CLENBQUM7QUFDaEQsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFPMUMsTUFBTSxPQUFPLGdCQUFpQixTQUFRLFVBQVU7K0dBQW5DLGdCQUFnQjttR0FBaEIsZ0JBQWdCLDBEQUhoQixDQUFDLEVBQUUsT0FBTyxFQUFFLFVBQVUsRUFBRSxXQUFXLEVBQUUsZ0JBQWdCLEVBQUUsQ0FBQzs7NEZBR3hELGdCQUFnQjtrQkFMNUIsU0FBUzttQkFBQztvQkFDVCxRQUFRLEVBQUUsYUFBYTtvQkFDdkIsU0FBUyxFQUFFLENBQUMsRUFBRSxPQUFPLEVBQUUsVUFBVSxFQUFFLFdBQVcsa0JBQWtCLEVBQUUsQ0FBQztvQkFDbkUsVUFBVSxFQUFFLElBQUk7aUJBQ2pCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ2RrQ2VsbERlZiB9IGZyb20gJ0Bhbmd1bGFyL2Nkay90YWJsZSc7XG5pbXBvcnQgeyBEaXJlY3RpdmUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQERpcmVjdGl2ZSh7XG4gIHNlbGVjdG9yOiAnW2V0Q2VsbERlZl0nLFxuICBwcm92aWRlcnM6IFt7IHByb3ZpZGU6IENka0NlbGxEZWYsIHVzZUV4aXN0aW5nOiBDZWxsRGVmRGlyZWN0aXZlIH1dLFxuICBzdGFuZGFsb25lOiB0cnVlLFxufSlcbmV4cG9ydCBjbGFzcyBDZWxsRGVmRGlyZWN0aXZlIGV4dGVuZHMgQ2RrQ2VsbERlZiB7fVxuIl19
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export * from './cell-def.directive';
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Nkay9zcmMvbGliL2NvbXBvbmVudHMvdGFibGUvcGFydGlhbHMvY2VsbHMvY2VsbC1kZWYvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxzQkFBc0IsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vY2VsbC1kZWYuZGlyZWN0aXZlJztcbiJdfQ==
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
import { CdkColumnDef, CDK_TABLE } from '@angular/cdk/table';
|
|
2
|
-
import { Directive, Inject, InjectionToken, Input, Optional } from '@angular/core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export const SORT_HEADER_COLUMN_DEF = new InjectionToken('SortHeaderColumnDef');
|
|
5
|
-
export class ColumnDefDirective extends CdkColumnDef {
|
|
6
|
-
get name() {
|
|
7
|
-
return this._name;
|
|
8
|
-
}
|
|
9
|
-
set name(name) {
|
|
10
|
-
this._setNameInput(name);
|
|
11
|
-
}
|
|
12
|
-
constructor(_table) {
|
|
13
|
-
super(_table);
|
|
14
|
-
}
|
|
15
|
-
_updateColumnCssClassName() {
|
|
16
|
-
super._updateColumnCssClassName();
|
|
17
|
-
this._columnCssClassName?.push(`et-column-${this.cssClassFriendlyName}`);
|
|
18
|
-
}
|
|
19
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ColumnDefDirective, deps: [{ token: CDK_TABLE, optional: true }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
20
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.12", type: ColumnDefDirective, isStandalone: true, selector: "[etColumnDef]", inputs: { name: ["etColumnDef", "name"] }, providers: [
|
|
21
|
-
{ provide: CdkColumnDef, useExisting: ColumnDefDirective },
|
|
22
|
-
{ provide: SORT_HEADER_COLUMN_DEF, useExisting: ColumnDefDirective },
|
|
23
|
-
], usesInheritance: true, ngImport: i0 }); }
|
|
24
|
-
}
|
|
25
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: ColumnDefDirective, decorators: [{
|
|
26
|
-
type: Directive,
|
|
27
|
-
args: [{
|
|
28
|
-
selector: '[etColumnDef]',
|
|
29
|
-
providers: [
|
|
30
|
-
{ provide: CdkColumnDef, useExisting: ColumnDefDirective },
|
|
31
|
-
{ provide: SORT_HEADER_COLUMN_DEF, useExisting: ColumnDefDirective },
|
|
32
|
-
],
|
|
33
|
-
standalone: true,
|
|
34
|
-
}]
|
|
35
|
-
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
36
|
-
type: Inject,
|
|
37
|
-
args: [CDK_TABLE]
|
|
38
|
-
}, {
|
|
39
|
-
type: Optional
|
|
40
|
-
}] }], propDecorators: { name: [{
|
|
41
|
-
type: Input,
|
|
42
|
-
args: ['etColumnDef']
|
|
43
|
-
}] } });
|
|
44
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29sdW1uLWRlZi5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Nkay9zcmMvbGliL2NvbXBvbmVudHMvdGFibGUvcGFydGlhbHMvY2VsbHMvY29sdW1uLWRlZi9jb2x1bW4tZGVmLmRpcmVjdGl2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLFNBQVMsRUFBRSxNQUFNLG9CQUFvQixDQUFDO0FBQzdELE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxFQUFFLGNBQWMsRUFBRSxLQUFLLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDOztBQUVuRixNQUFNLENBQUMsTUFBTSxzQkFBc0IsR0FBRyxJQUFJLGNBQWMsQ0FBcUIscUJBQXFCLENBQUMsQ0FBQztBQVVwRyxNQUFNLE9BQU8sa0JBQW1CLFNBQVEsWUFBWTtJQUNsRCxJQUNhLElBQUk7UUFDZixPQUFPLElBQUksQ0FBQyxLQUFLLENBQUM7SUFDcEIsQ0FBQztJQUNELElBQWEsSUFBSSxDQUFDLElBQVk7UUFDNUIsSUFBSSxDQUFDLGFBQWEsQ0FBQyxJQUFJLENBQUMsQ0FBQztJQUMzQixDQUFDO0lBRUQsWUFBMkMsTUFBZ0I7UUFDekQsS0FBSyxDQUFDLE1BQU0sQ0FBQyxDQUFDO0lBQ2hCLENBQUM7SUFFa0IseUJBQXlCO1FBQzFDLEtBQUssQ0FBQyx5QkFBeUIsRUFBRSxDQUFDO1FBQ2xDLElBQUksQ0FBQyxtQkFBbUIsRUFBRSxJQUFJLENBQUMsYUFBYSxJQUFJLENBQUMsb0JBQW9CLEVBQUUsQ0FBQyxDQUFDO0lBQzNFLENBQUM7K0dBaEJVLGtCQUFrQixrQkFTVCxTQUFTO21HQVRsQixrQkFBa0IsdUdBTmxCO1lBQ1QsRUFBRSxPQUFPLEVBQUUsWUFBWSxFQUFFLFdBQVcsRUFBRSxrQkFBa0IsRUFBRTtZQUMxRCxFQUFFLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxXQUFXLEVBQUUsa0JBQWtCLEVBQUU7U0FDckU7OzRGQUdVLGtCQUFrQjtrQkFSOUIsU0FBUzttQkFBQztvQkFDVCxRQUFRLEVBQUUsZUFBZTtvQkFDekIsU0FBUyxFQUFFO3dCQUNULEVBQUUsT0FBTyxFQUFFLFlBQVksRUFBRSxXQUFXLG9CQUFvQixFQUFFO3dCQUMxRCxFQUFFLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxXQUFXLG9CQUFvQixFQUFFO3FCQUNyRTtvQkFDRCxVQUFVLEVBQUUsSUFBSTtpQkFDakI7OzBCQVVjLE1BQU07MkJBQUMsU0FBUzs7MEJBQUcsUUFBUTt5Q0FQM0IsSUFBSTtzQkFEaEIsS0FBSzt1QkFBQyxhQUFhIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ2RrQ29sdW1uRGVmLCBDREtfVEFCTEUgfSBmcm9tICdAYW5ndWxhci9jZGsvdGFibGUnO1xuaW1wb3J0IHsgRGlyZWN0aXZlLCBJbmplY3QsIEluamVjdGlvblRva2VuLCBJbnB1dCwgT3B0aW9uYWwgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuZXhwb3J0IGNvbnN0IFNPUlRfSEVBREVSX0NPTFVNTl9ERUYgPSBuZXcgSW5qZWN0aW9uVG9rZW48Q29sdW1uRGVmRGlyZWN0aXZlPignU29ydEhlYWRlckNvbHVtbkRlZicpO1xuXG5ARGlyZWN0aXZlKHtcbiAgc2VsZWN0b3I6ICdbZXRDb2x1bW5EZWZdJyxcbiAgcHJvdmlkZXJzOiBbXG4gICAgeyBwcm92aWRlOiBDZGtDb2x1bW5EZWYsIHVzZUV4aXN0aW5nOiBDb2x1bW5EZWZEaXJlY3RpdmUgfSxcbiAgICB7IHByb3ZpZGU6IFNPUlRfSEVBREVSX0NPTFVNTl9ERUYsIHVzZUV4aXN0aW5nOiBDb2x1bW5EZWZEaXJlY3RpdmUgfSxcbiAgXSxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbn0pXG5leHBvcnQgY2xhc3MgQ29sdW1uRGVmRGlyZWN0aXZlIGV4dGVuZHMgQ2RrQ29sdW1uRGVmIHtcbiAgQElucHV0KCdldENvbHVtbkRlZicpXG4gIG92ZXJyaWRlIGdldCBuYW1lKCk6IHN0cmluZyB7XG4gICAgcmV0dXJuIHRoaXMuX25hbWU7XG4gIH1cbiAgb3ZlcnJpZGUgc2V0IG5hbWUobmFtZTogc3RyaW5nKSB7XG4gICAgdGhpcy5fc2V0TmFtZUlucHV0KG5hbWUpO1xuICB9XG5cbiAgY29uc3RydWN0b3IoQEluamVjdChDREtfVEFCTEUpIEBPcHRpb25hbCgpIF90YWJsZT86IHVua25vd24pIHtcbiAgICBzdXBlcihfdGFibGUpO1xuICB9XG5cbiAgcHJvdGVjdGVkIG92ZXJyaWRlIF91cGRhdGVDb2x1bW5Dc3NDbGFzc05hbWUoKSB7XG4gICAgc3VwZXIuX3VwZGF0ZUNvbHVtbkNzc0NsYXNzTmFtZSgpO1xuICAgIHRoaXMuX2NvbHVtbkNzc0NsYXNzTmFtZT8ucHVzaChgZXQtY29sdW1uLSR7dGhpcy5jc3NDbGFzc0ZyaWVuZGx5TmFtZX1gKTtcbiAgfVxufVxuIl19
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export * from './column-def.directive';
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Nkay9zcmMvbGliL2NvbXBvbmVudHMvdGFibGUvcGFydGlhbHMvY2VsbHMvY29sdW1uLWRlZi9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLHdCQUF3QixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9jb2x1bW4tZGVmLmRpcmVjdGl2ZSc7XG4iXX0=
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { CdkFooterCell } from '@angular/cdk/table';
|
|
2
|
-
import { Directive } from '@angular/core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export class FooterCellDirective extends CdkFooterCell {
|
|
5
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: FooterCellDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
6
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.12", type: FooterCellDirective, isStandalone: true, selector: "et-footer-cell, td[et-footer-cell]", host: { classAttribute: "et-footer-cell et-data-table__cell" }, usesInheritance: true, ngImport: i0 }); }
|
|
7
|
-
}
|
|
8
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: FooterCellDirective, decorators: [{
|
|
9
|
-
type: Directive,
|
|
10
|
-
args: [{
|
|
11
|
-
selector: 'et-footer-cell, td[et-footer-cell]',
|
|
12
|
-
host: {
|
|
13
|
-
class: 'et-footer-cell et-data-table__cell',
|
|
14
|
-
},
|
|
15
|
-
standalone: true,
|
|
16
|
-
}]
|
|
17
|
-
}] });
|
|
18
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm9vdGVyLWNlbGwuZGlyZWN0aXZlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9jZGsvc3JjL2xpYi9jb21wb25lbnRzL3RhYmxlL3BhcnRpYWxzL2NlbGxzL2Zvb3Rlci1jZWxsL2Zvb3Rlci1jZWxsLmRpcmVjdGl2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sb0JBQW9CLENBQUM7QUFDbkQsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFTMUMsTUFBTSxPQUFPLG1CQUFvQixTQUFRLGFBQWE7K0dBQXpDLG1CQUFtQjttR0FBbkIsbUJBQW1COzs0RkFBbkIsbUJBQW1CO2tCQVAvQixTQUFTO21CQUFDO29CQUNULFFBQVEsRUFBRSxvQ0FBb0M7b0JBQzlDLElBQUksRUFBRTt3QkFDSixLQUFLLEVBQUUsb0NBQW9DO3FCQUM1QztvQkFDRCxVQUFVLEVBQUUsSUFBSTtpQkFDakIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDZGtGb290ZXJDZWxsIH0gZnJvbSAnQGFuZ3VsYXIvY2RrL3RhYmxlJztcbmltcG9ydCB7IERpcmVjdGl2ZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5ARGlyZWN0aXZlKHtcbiAgc2VsZWN0b3I6ICdldC1mb290ZXItY2VsbCwgdGRbZXQtZm9vdGVyLWNlbGxdJyxcbiAgaG9zdDoge1xuICAgIGNsYXNzOiAnZXQtZm9vdGVyLWNlbGwgZXQtZGF0YS10YWJsZV9fY2VsbCcsXG4gIH0sXG4gIHN0YW5kYWxvbmU6IHRydWUsXG59KVxuZXhwb3J0IGNsYXNzIEZvb3RlckNlbGxEaXJlY3RpdmUgZXh0ZW5kcyBDZGtGb290ZXJDZWxsIHt9XG4iXX0=
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export * from './footer-cell.directive';
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Nkay9zcmMvbGliL2NvbXBvbmVudHMvdGFibGUvcGFydGlhbHMvY2VsbHMvZm9vdGVyLWNlbGwvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyx5QkFBeUIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vZm9vdGVyLWNlbGwuZGlyZWN0aXZlJztcbiJdfQ==
|
package/esm2022/lib/components/table/partials/cells/footer-cell-def/footer-cell-def.directive.mjs
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { CdkFooterCellDef } from '@angular/cdk/table';
|
|
2
|
-
import { Directive } from '@angular/core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export class FooterCellDefDirective extends CdkFooterCellDef {
|
|
5
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: FooterCellDefDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
6
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.12", type: FooterCellDefDirective, isStandalone: true, selector: "[etFooterCellDef]", providers: [{ provide: CdkFooterCellDef, useExisting: FooterCellDefDirective }], usesInheritance: true, ngImport: i0 }); }
|
|
7
|
-
}
|
|
8
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: FooterCellDefDirective, decorators: [{
|
|
9
|
-
type: Directive,
|
|
10
|
-
args: [{
|
|
11
|
-
selector: '[etFooterCellDef]',
|
|
12
|
-
providers: [{ provide: CdkFooterCellDef, useExisting: FooterCellDefDirective }],
|
|
13
|
-
standalone: true,
|
|
14
|
-
}]
|
|
15
|
-
}] });
|
|
16
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm9vdGVyLWNlbGwtZGVmLmRpcmVjdGl2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvY2RrL3NyYy9saWIvY29tcG9uZW50cy90YWJsZS9wYXJ0aWFscy9jZWxscy9mb290ZXItY2VsbC1kZWYvZm9vdGVyLWNlbGwtZGVmLmRpcmVjdGl2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQztBQUN0RCxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDOztBQU8xQyxNQUFNLE9BQU8sc0JBQXVCLFNBQVEsZ0JBQWdCOytHQUEvQyxzQkFBc0I7bUdBQXRCLHNCQUFzQixnRUFIdEIsQ0FBQyxFQUFFLE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxXQUFXLEVBQUUsc0JBQXNCLEVBQUUsQ0FBQzs7NEZBR3BFLHNCQUFzQjtrQkFMbEMsU0FBUzttQkFBQztvQkFDVCxRQUFRLEVBQUUsbUJBQW1CO29CQUM3QixTQUFTLEVBQUUsQ0FBQyxFQUFFLE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxXQUFXLHdCQUF3QixFQUFFLENBQUM7b0JBQy9FLFVBQVUsRUFBRSxJQUFJO2lCQUNqQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENka0Zvb3RlckNlbGxEZWYgfSBmcm9tICdAYW5ndWxhci9jZGsvdGFibGUnO1xuaW1wb3J0IHsgRGlyZWN0aXZlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBEaXJlY3RpdmUoe1xuICBzZWxlY3RvcjogJ1tldEZvb3RlckNlbGxEZWZdJyxcbiAgcHJvdmlkZXJzOiBbeyBwcm92aWRlOiBDZGtGb290ZXJDZWxsRGVmLCB1c2VFeGlzdGluZzogRm9vdGVyQ2VsbERlZkRpcmVjdGl2ZSB9XSxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbn0pXG5leHBvcnQgY2xhc3MgRm9vdGVyQ2VsbERlZkRpcmVjdGl2ZSBleHRlbmRzIENka0Zvb3RlckNlbGxEZWYge31cbiJdfQ==
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export * from './footer-cell-def.directive';
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Nkay9zcmMvbGliL2NvbXBvbmVudHMvdGFibGUvcGFydGlhbHMvY2VsbHMvZm9vdGVyLWNlbGwtZGVmL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsNkJBQTZCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2Zvb3Rlci1jZWxsLWRlZi5kaXJlY3RpdmUnO1xuIl19
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { CdkHeaderCell } from '@angular/cdk/table';
|
|
2
|
-
import { Directive } from '@angular/core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export class HeaderCellDirective extends CdkHeaderCell {
|
|
5
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: HeaderCellDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
6
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.12", type: HeaderCellDirective, isStandalone: true, selector: "et-header-cell, th[et-header-cell]", host: { attributes: { "role": "columnheader" }, classAttribute: "et-header-cell et-data-table__header-cell" }, usesInheritance: true, ngImport: i0 }); }
|
|
7
|
-
}
|
|
8
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: HeaderCellDirective, decorators: [{
|
|
9
|
-
type: Directive,
|
|
10
|
-
args: [{
|
|
11
|
-
selector: 'et-header-cell, th[et-header-cell]',
|
|
12
|
-
host: {
|
|
13
|
-
class: 'et-header-cell et-data-table__header-cell',
|
|
14
|
-
role: 'columnheader',
|
|
15
|
-
},
|
|
16
|
-
standalone: true,
|
|
17
|
-
}]
|
|
18
|
-
}] });
|
|
19
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVhZGVyLWNlbGwuZGlyZWN0aXZlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9jZGsvc3JjL2xpYi9jb21wb25lbnRzL3RhYmxlL3BhcnRpYWxzL2NlbGxzL2hlYWRlci1jZWxsL2hlYWRlci1jZWxsLmRpcmVjdGl2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sb0JBQW9CLENBQUM7QUFDbkQsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFVMUMsTUFBTSxPQUFPLG1CQUFvQixTQUFRLGFBQWE7K0dBQXpDLG1CQUFtQjttR0FBbkIsbUJBQW1COzs0RkFBbkIsbUJBQW1CO2tCQVIvQixTQUFTO21CQUFDO29CQUNULFFBQVEsRUFBRSxvQ0FBb0M7b0JBQzlDLElBQUksRUFBRTt3QkFDSixLQUFLLEVBQUUsMkNBQTJDO3dCQUNsRCxJQUFJLEVBQUUsY0FBYztxQkFDckI7b0JBQ0QsVUFBVSxFQUFFLElBQUk7aUJBQ2pCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ2RrSGVhZGVyQ2VsbCB9IGZyb20gJ0Bhbmd1bGFyL2Nkay90YWJsZSc7XG5pbXBvcnQgeyBEaXJlY3RpdmUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQERpcmVjdGl2ZSh7XG4gIHNlbGVjdG9yOiAnZXQtaGVhZGVyLWNlbGwsIHRoW2V0LWhlYWRlci1jZWxsXScsXG4gIGhvc3Q6IHtcbiAgICBjbGFzczogJ2V0LWhlYWRlci1jZWxsIGV0LWRhdGEtdGFibGVfX2hlYWRlci1jZWxsJyxcbiAgICByb2xlOiAnY29sdW1uaGVhZGVyJyxcbiAgfSxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbn0pXG5leHBvcnQgY2xhc3MgSGVhZGVyQ2VsbERpcmVjdGl2ZSBleHRlbmRzIENka0hlYWRlckNlbGwge31cbiJdfQ==
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export * from './header-cell.directive';
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Nkay9zcmMvbGliL2NvbXBvbmVudHMvdGFibGUvcGFydGlhbHMvY2VsbHMvaGVhZGVyLWNlbGwvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyx5QkFBeUIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vaGVhZGVyLWNlbGwuZGlyZWN0aXZlJztcbiJdfQ==
|
package/esm2022/lib/components/table/partials/cells/header-cell-def/header-cell-def.directive.mjs
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { CdkHeaderCellDef } from '@angular/cdk/table';
|
|
2
|
-
import { Directive } from '@angular/core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export class HeaderCellDefDirective extends CdkHeaderCellDef {
|
|
5
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: HeaderCellDefDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
6
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.12", type: HeaderCellDefDirective, isStandalone: true, selector: "[etHeaderCellDef]", providers: [{ provide: CdkHeaderCellDef, useExisting: HeaderCellDefDirective }], usesInheritance: true, ngImport: i0 }); }
|
|
7
|
-
}
|
|
8
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: HeaderCellDefDirective, decorators: [{
|
|
9
|
-
type: Directive,
|
|
10
|
-
args: [{
|
|
11
|
-
selector: '[etHeaderCellDef]',
|
|
12
|
-
providers: [{ provide: CdkHeaderCellDef, useExisting: HeaderCellDefDirective }],
|
|
13
|
-
standalone: true,
|
|
14
|
-
}]
|
|
15
|
-
}] });
|
|
16
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVhZGVyLWNlbGwtZGVmLmRpcmVjdGl2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvY2RrL3NyYy9saWIvY29tcG9uZW50cy90YWJsZS9wYXJ0aWFscy9jZWxscy9oZWFkZXItY2VsbC1kZWYvaGVhZGVyLWNlbGwtZGVmLmRpcmVjdGl2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQztBQUN0RCxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDOztBQU8xQyxNQUFNLE9BQU8sc0JBQXVCLFNBQVEsZ0JBQWdCOytHQUEvQyxzQkFBc0I7bUdBQXRCLHNCQUFzQixnRUFIdEIsQ0FBQyxFQUFFLE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxXQUFXLEVBQUUsc0JBQXNCLEVBQUUsQ0FBQzs7NEZBR3BFLHNCQUFzQjtrQkFMbEMsU0FBUzttQkFBQztvQkFDVCxRQUFRLEVBQUUsbUJBQW1CO29CQUM3QixTQUFTLEVBQUUsQ0FBQyxFQUFFLE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxXQUFXLHdCQUF3QixFQUFFLENBQUM7b0JBQy9FLFVBQVUsRUFBRSxJQUFJO2lCQUNqQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENka0hlYWRlckNlbGxEZWYgfSBmcm9tICdAYW5ndWxhci9jZGsvdGFibGUnO1xuaW1wb3J0IHsgRGlyZWN0aXZlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBEaXJlY3RpdmUoe1xuICBzZWxlY3RvcjogJ1tldEhlYWRlckNlbGxEZWZdJyxcbiAgcHJvdmlkZXJzOiBbeyBwcm92aWRlOiBDZGtIZWFkZXJDZWxsRGVmLCB1c2VFeGlzdGluZzogSGVhZGVyQ2VsbERlZkRpcmVjdGl2ZSB9XSxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbn0pXG5leHBvcnQgY2xhc3MgSGVhZGVyQ2VsbERlZkRpcmVjdGl2ZSBleHRlbmRzIENka0hlYWRlckNlbGxEZWYge31cbiJdfQ==
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export * from './header-cell-def.directive';
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Nkay9zcmMvbGliL2NvbXBvbmVudHMvdGFibGUvcGFydGlhbHMvY2VsbHMvaGVhZGVyLWNlbGwtZGVmL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsNkJBQTZCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2hlYWRlci1jZWxsLWRlZi5kaXJlY3RpdmUnO1xuIl19
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export * from './text-column.component';
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Nkay9zcmMvbGliL2NvbXBvbmVudHMvdGFibGUvcGFydGlhbHMvY2VsbHMvdGV4dC1jb2x1bW4vaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyx5QkFBeUIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vdGV4dC1jb2x1bW4uY29tcG9uZW50JztcbiJdfQ==
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
import { CdkTable, CdkTextColumn, TEXT_COLUMN_OPTIONS } from '@angular/cdk/table';
|
|
2
|
-
import { ChangeDetectionStrategy, Component, Inject, Optional, ViewEncapsulation } from '@angular/core';
|
|
3
|
-
import { CellDirective } from '../cell';
|
|
4
|
-
import { CellDefDirective } from '../cell-def';
|
|
5
|
-
import { ColumnDefDirective } from '../column-def';
|
|
6
|
-
import { HeaderCellDirective } from '../header-cell';
|
|
7
|
-
import { HeaderCellDefDirective } from '../header-cell-def';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
import * as i1 from "@angular/cdk/table";
|
|
10
|
-
export class TextColumnComponent extends CdkTextColumn {
|
|
11
|
-
constructor(_table, _options) {
|
|
12
|
-
super(_table, _options);
|
|
13
|
-
}
|
|
14
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: TextColumnComponent, deps: [{ token: i1.CdkTable, optional: true }, { token: TEXT_COLUMN_OPTIONS, optional: true }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
15
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.12", type: TextColumnComponent, isStandalone: true, selector: "et-text-column", usesInheritance: true, ngImport: i0, template: `
|
|
16
|
-
<ng-container etColumnDef>
|
|
17
|
-
<th *etHeaderCellDef [style.text-align]="justify" et-header-cell>
|
|
18
|
-
{{ headerText }}
|
|
19
|
-
</th>
|
|
20
|
-
<td *etCellDef="let data" [style.text-align]="justify" et-cell>
|
|
21
|
-
{{ dataAccessor(data, name) }}
|
|
22
|
-
</td>
|
|
23
|
-
</ng-container>
|
|
24
|
-
`, isInline: true, dependencies: [{ kind: "directive", type: ColumnDefDirective, selector: "[etColumnDef]", inputs: ["etColumnDef"] }, { kind: "directive", type: HeaderCellDefDirective, selector: "[etHeaderCellDef]" }, { kind: "directive", type: HeaderCellDirective, selector: "et-header-cell, th[et-header-cell]" }, { kind: "directive", type: CellDefDirective, selector: "[etCellDef]" }, { kind: "directive", type: CellDirective, selector: "et-cell, td[et-cell]" }], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None }); }
|
|
25
|
-
}
|
|
26
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: TextColumnComponent, decorators: [{
|
|
27
|
-
type: Component,
|
|
28
|
-
args: [{
|
|
29
|
-
selector: 'et-text-column',
|
|
30
|
-
template: `
|
|
31
|
-
<ng-container etColumnDef>
|
|
32
|
-
<th *etHeaderCellDef [style.text-align]="justify" et-header-cell>
|
|
33
|
-
{{ headerText }}
|
|
34
|
-
</th>
|
|
35
|
-
<td *etCellDef="let data" [style.text-align]="justify" et-cell>
|
|
36
|
-
{{ dataAccessor(data, name) }}
|
|
37
|
-
</td>
|
|
38
|
-
</ng-container>
|
|
39
|
-
`,
|
|
40
|
-
encapsulation: ViewEncapsulation.None,
|
|
41
|
-
changeDetection: ChangeDetectionStrategy.Default,
|
|
42
|
-
standalone: true,
|
|
43
|
-
imports: [ColumnDefDirective, HeaderCellDefDirective, HeaderCellDirective, CellDefDirective, CellDirective],
|
|
44
|
-
}]
|
|
45
|
-
}], ctorParameters: () => [{ type: i1.CdkTable, decorators: [{
|
|
46
|
-
type: Optional
|
|
47
|
-
}] }, { type: undefined, decorators: [{
|
|
48
|
-
type: Optional
|
|
49
|
-
}, {
|
|
50
|
-
type: Inject,
|
|
51
|
-
args: [TEXT_COLUMN_OPTIONS]
|
|
52
|
-
}] }] });
|
|
53
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGV4dC1jb2x1bW4uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9jZGsvc3JjL2xpYi9jb21wb25lbnRzL3RhYmxlL3BhcnRpYWxzL2NlbGxzL3RleHQtY29sdW1uL3RleHQtY29sdW1uLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLGFBQWEsRUFBcUIsbUJBQW1CLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQztBQUNyRyxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsU0FBUyxFQUFFLE1BQU0sRUFBRSxRQUFRLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDeEcsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLFNBQVMsQ0FBQztBQUN4QyxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxhQUFhLENBQUM7QUFDL0MsT0FBTyxFQUFFLGtCQUFrQixFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ25ELE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBQ3JELE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLG9CQUFvQixDQUFDOzs7QUFtQjVELE1BQU0sT0FBTyxtQkFBdUIsU0FBUSxhQUFnQjtJQUMxRCxZQUNjLE1BQW1CLEVBQ1UsUUFBOEI7UUFFdkUsS0FBSyxDQUFDLE1BQU0sRUFBRSxRQUFRLENBQUMsQ0FBQztJQUMxQixDQUFDOytHQU5VLG1CQUFtQiwwREFHUixtQkFBbUI7bUdBSDlCLG1CQUFtQixpR0FmcEI7Ozs7Ozs7OztHQVNULDREQUlTLGtCQUFrQixtRkFBRSxzQkFBc0IsOERBQUUsbUJBQW1CLCtFQUFFLGdCQUFnQix3REFBRSxhQUFhOzs0RkFFL0YsbUJBQW1CO2tCQWpCL0IsU0FBUzttQkFBQztvQkFDVCxRQUFRLEVBQUUsZ0JBQWdCO29CQUMxQixRQUFRLEVBQUU7Ozs7Ozs7OztHQVNUO29CQUNELGFBQWEsRUFBRSxpQkFBaUIsQ0FBQyxJQUFJO29CQUNyQyxlQUFlLEVBQUUsdUJBQXVCLENBQUMsT0FBTztvQkFDaEQsVUFBVSxFQUFFLElBQUk7b0JBQ2hCLE9BQU8sRUFBRSxDQUFDLGtCQUFrQixFQUFFLHNCQUFzQixFQUFFLG1CQUFtQixFQUFFLGdCQUFnQixFQUFFLGFBQWEsQ0FBQztpQkFDNUc7OzBCQUdJLFFBQVE7OzBCQUNSLFFBQVE7OzBCQUFJLE1BQU07MkJBQUMsbUJBQW1CIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ2RrVGFibGUsIENka1RleHRDb2x1bW4sIFRleHRDb2x1bW5PcHRpb25zLCBURVhUX0NPTFVNTl9PUFRJT05TIH0gZnJvbSAnQGFuZ3VsYXIvY2RrL3RhYmxlJztcbmltcG9ydCB7IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBDb21wb25lbnQsIEluamVjdCwgT3B0aW9uYWwsIFZpZXdFbmNhcHN1bGF0aW9uIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDZWxsRGlyZWN0aXZlIH0gZnJvbSAnLi4vY2VsbCc7XG5pbXBvcnQgeyBDZWxsRGVmRGlyZWN0aXZlIH0gZnJvbSAnLi4vY2VsbC1kZWYnO1xuaW1wb3J0IHsgQ29sdW1uRGVmRGlyZWN0aXZlIH0gZnJvbSAnLi4vY29sdW1uLWRlZic7XG5pbXBvcnQgeyBIZWFkZXJDZWxsRGlyZWN0aXZlIH0gZnJvbSAnLi4vaGVhZGVyLWNlbGwnO1xuaW1wb3J0IHsgSGVhZGVyQ2VsbERlZkRpcmVjdGl2ZSB9IGZyb20gJy4uL2hlYWRlci1jZWxsLWRlZic7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2V0LXRleHQtY29sdW1uJyxcbiAgdGVtcGxhdGU6IGBcbiAgICA8bmctY29udGFpbmVyIGV0Q29sdW1uRGVmPlxuICAgICAgPHRoICpldEhlYWRlckNlbGxEZWYgW3N0eWxlLnRleHQtYWxpZ25dPVwianVzdGlmeVwiIGV0LWhlYWRlci1jZWxsPlxuICAgICAgICB7eyBoZWFkZXJUZXh0IH19XG4gICAgICA8L3RoPlxuICAgICAgPHRkICpldENlbGxEZWY9XCJsZXQgZGF0YVwiIFtzdHlsZS50ZXh0LWFsaWduXT1cImp1c3RpZnlcIiBldC1jZWxsPlxuICAgICAgICB7eyBkYXRhQWNjZXNzb3IoZGF0YSwgbmFtZSkgfX1cbiAgICAgIDwvdGQ+XG4gICAgPC9uZy1jb250YWluZXI+XG4gIGAsXG4gIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuRGVmYXVsdCxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgaW1wb3J0czogW0NvbHVtbkRlZkRpcmVjdGl2ZSwgSGVhZGVyQ2VsbERlZkRpcmVjdGl2ZSwgSGVhZGVyQ2VsbERpcmVjdGl2ZSwgQ2VsbERlZkRpcmVjdGl2ZSwgQ2VsbERpcmVjdGl2ZV0sXG59KVxuZXhwb3J0IGNsYXNzIFRleHRDb2x1bW5Db21wb25lbnQ8VD4gZXh0ZW5kcyBDZGtUZXh0Q29sdW1uPFQ+IHtcbiAgY29uc3RydWN0b3IoXG4gICAgQE9wdGlvbmFsKCkgX3RhYmxlOiBDZGtUYWJsZTxUPixcbiAgICBAT3B0aW9uYWwoKSBASW5qZWN0KFRFWFRfQ09MVU1OX09QVElPTlMpIF9vcHRpb25zOiBUZXh0Q29sdW1uT3B0aW9uczxUPixcbiAgKSB7XG4gICAgc3VwZXIoX3RhYmxlLCBfb3B0aW9ucyk7XG4gIH1cbn1cbiJdfQ==
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { CDK_ROW_TEMPLATE, CdkFooterRow, CdkTableModule } from '@angular/cdk/table';
|
|
2
|
-
import { Component, ChangeDetectionStrategy, ViewEncapsulation } from '@angular/core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "@angular/cdk/table";
|
|
5
|
-
export class FooterRowComponent extends CdkFooterRow {
|
|
6
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: FooterRowComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
7
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.12", type: FooterRowComponent, isStandalone: true, selector: "et-footer-row, tr[et-footer-row]", host: { attributes: { "role": "row" }, classAttribute: "et-footer-row et-data-table__row" }, providers: [{ provide: CdkFooterRow, useExisting: FooterRowComponent }], exportAs: ["etFooterRow"], usesInheritance: true, ngImport: i0, template: "<ng-container cdkCellOutlet></ng-container>", isInline: true, dependencies: [{ kind: "ngmodule", type: CdkTableModule }, { kind: "directive", type: i1.CdkCellOutlet, selector: "[cdkCellOutlet]" }], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None }); }
|
|
8
|
-
}
|
|
9
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: FooterRowComponent, decorators: [{
|
|
10
|
-
type: Component,
|
|
11
|
-
args: [{
|
|
12
|
-
selector: 'et-footer-row, tr[et-footer-row]',
|
|
13
|
-
template: CDK_ROW_TEMPLATE,
|
|
14
|
-
host: {
|
|
15
|
-
class: 'et-footer-row et-data-table__row',
|
|
16
|
-
role: 'row',
|
|
17
|
-
},
|
|
18
|
-
changeDetection: ChangeDetectionStrategy.Default,
|
|
19
|
-
encapsulation: ViewEncapsulation.None,
|
|
20
|
-
exportAs: 'etFooterRow',
|
|
21
|
-
providers: [{ provide: CdkFooterRow, useExisting: FooterRowComponent }],
|
|
22
|
-
standalone: true,
|
|
23
|
-
imports: [CdkTableModule],
|
|
24
|
-
}]
|
|
25
|
-
}] });
|
|
26
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm9vdGVyLXJvdy5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Nkay9zcmMvbGliL2NvbXBvbmVudHMvdGFibGUvcGFydGlhbHMvcm93cy9mb290ZXItcm93L2Zvb3Rlci1yb3cuY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxZQUFZLEVBQUUsY0FBYyxFQUFFLE1BQU0sb0JBQW9CLENBQUM7QUFDcEYsT0FBTyxFQUFFLFNBQVMsRUFBRSx1QkFBdUIsRUFBRSxpQkFBaUIsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7O0FBZ0J0RixNQUFNLE9BQU8sa0JBQW1CLFNBQVEsWUFBWTsrR0FBdkMsa0JBQWtCO21HQUFsQixrQkFBa0IsNEtBSmxCLENBQUMsRUFBRSxPQUFPLEVBQUUsWUFBWSxFQUFFLFdBQVcsRUFBRSxrQkFBa0IsRUFBRSxDQUFDLG9MQUU3RCxjQUFjOzs0RkFFYixrQkFBa0I7a0JBZDlCLFNBQVM7bUJBQUM7b0JBQ1QsUUFBUSxFQUFFLGtDQUFrQztvQkFDNUMsUUFBUSxFQUFFLGdCQUFnQjtvQkFDMUIsSUFBSSxFQUFFO3dCQUNKLEtBQUssRUFBRSxrQ0FBa0M7d0JBQ3pDLElBQUksRUFBRSxLQUFLO3FCQUNaO29CQUNELGVBQWUsRUFBRSx1QkFBdUIsQ0FBQyxPQUFPO29CQUNoRCxhQUFhLEVBQUUsaUJBQWlCLENBQUMsSUFBSTtvQkFDckMsUUFBUSxFQUFFLGFBQWE7b0JBQ3ZCLFNBQVMsRUFBRSxDQUFDLEVBQUUsT0FBTyxFQUFFLFlBQVksRUFBRSxXQUFXLG9CQUFvQixFQUFFLENBQUM7b0JBQ3ZFLFVBQVUsRUFBRSxJQUFJO29CQUNoQixPQUFPLEVBQUUsQ0FBQyxjQUFjLENBQUM7aUJBQzFCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ0RLX1JPV19URU1QTEFURSwgQ2RrRm9vdGVyUm93LCBDZGtUYWJsZU1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2Nkay90YWJsZSc7XG5pbXBvcnQgeyBDb21wb25lbnQsIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBWaWV3RW5jYXBzdWxhdGlvbiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdldC1mb290ZXItcm93LCB0cltldC1mb290ZXItcm93XScsXG4gIHRlbXBsYXRlOiBDREtfUk9XX1RFTVBMQVRFLFxuICBob3N0OiB7XG4gICAgY2xhc3M6ICdldC1mb290ZXItcm93IGV0LWRhdGEtdGFibGVfX3JvdycsXG4gICAgcm9sZTogJ3JvdycsXG4gIH0sXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuRGVmYXVsdCxcbiAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcbiAgZXhwb3J0QXM6ICdldEZvb3RlclJvdycsXG4gIHByb3ZpZGVyczogW3sgcHJvdmlkZTogQ2RrRm9vdGVyUm93LCB1c2VFeGlzdGluZzogRm9vdGVyUm93Q29tcG9uZW50IH1dLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBpbXBvcnRzOiBbQ2RrVGFibGVNb2R1bGVdLFxufSlcbmV4cG9ydCBjbGFzcyBGb290ZXJSb3dDb21wb25lbnQgZXh0ZW5kcyBDZGtGb290ZXJSb3cge31cbiJdfQ==
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export * from './footer-row.component';
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Nkay9zcmMvbGliL2NvbXBvbmVudHMvdGFibGUvcGFydGlhbHMvcm93cy9mb290ZXItcm93L2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsd0JBQXdCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2Zvb3Rlci1yb3cuY29tcG9uZW50JztcbiJdfQ==
|
package/esm2022/lib/components/table/partials/rows/footer-row-def/footer-row-def.directive.mjs
DELETED
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { CdkFooterRowDef, CDK_TABLE } from '@angular/cdk/table';
|
|
2
|
-
import { Directive, Inject, IterableDiffers, Optional, TemplateRef } from '@angular/core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export class FooterRowDefDirective extends CdkFooterRowDef {
|
|
5
|
-
constructor(template, _differs, _table) {
|
|
6
|
-
super(template, _differs, _table);
|
|
7
|
-
}
|
|
8
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: FooterRowDefDirective, deps: [{ token: i0.TemplateRef }, { token: i0.IterableDiffers }, { token: CDK_TABLE, optional: true }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
9
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.12", type: FooterRowDefDirective, isStandalone: true, selector: "[etFooterRowDef]", inputs: { columns: ["etFooterRowDef", "columns"], sticky: ["etFooterRowDefSticky", "sticky"] }, providers: [{ provide: CdkFooterRowDef, useExisting: FooterRowDefDirective }], usesInheritance: true, ngImport: i0 }); }
|
|
10
|
-
}
|
|
11
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: FooterRowDefDirective, decorators: [{
|
|
12
|
-
type: Directive,
|
|
13
|
-
args: [{
|
|
14
|
-
selector: '[etFooterRowDef]',
|
|
15
|
-
providers: [{ provide: CdkFooterRowDef, useExisting: FooterRowDefDirective }],
|
|
16
|
-
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
17
|
-
inputs: ['columns: etFooterRowDef', 'sticky: etFooterRowDefSticky'],
|
|
18
|
-
standalone: true,
|
|
19
|
-
}]
|
|
20
|
-
}], ctorParameters: () => [{ type: i0.TemplateRef }, { type: i0.IterableDiffers }, { type: undefined, decorators: [{
|
|
21
|
-
type: Inject,
|
|
22
|
-
args: [CDK_TABLE]
|
|
23
|
-
}, {
|
|
24
|
-
type: Optional
|
|
25
|
-
}] }] });
|
|
26
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm9vdGVyLXJvdy1kZWYuZGlyZWN0aXZlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9jZGsvc3JjL2xpYi9jb21wb25lbnRzL3RhYmxlL3BhcnRpYWxzL3Jvd3MvZm9vdGVyLXJvdy1kZWYvZm9vdGVyLXJvdy1kZWYuZGlyZWN0aXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxlQUFlLEVBQUUsU0FBUyxFQUFFLE1BQU0sb0JBQW9CLENBQUM7QUFDaEUsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLEVBQUUsZUFBZSxFQUFFLFFBQVEsRUFBRSxXQUFXLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBUzFGLE1BQU0sT0FBTyxxQkFBc0IsU0FBUSxlQUFlO0lBQ3hELFlBQ0UsUUFBOEIsRUFDOUIsUUFBeUIsRUFDTSxNQUFnQjtRQUUvQyxLQUFLLENBQUMsUUFBUSxFQUFFLFFBQVEsRUFBRSxNQUFNLENBQUMsQ0FBQztJQUNwQyxDQUFDOytHQVBVLHFCQUFxQiw0RUFJdEIsU0FBUzttR0FKUixxQkFBcUIsK0pBTHJCLENBQUMsRUFBRSxPQUFPLEVBQUUsZUFBZSxFQUFFLFdBQVcsRUFBRSxxQkFBcUIsRUFBRSxDQUFDOzs0RkFLbEUscUJBQXFCO2tCQVBqQyxTQUFTO21CQUFDO29CQUNULFFBQVEsRUFBRSxrQkFBa0I7b0JBQzVCLFNBQVMsRUFBRSxDQUFDLEVBQUUsT0FBTyxFQUFFLGVBQWUsRUFBRSxXQUFXLHVCQUF1QixFQUFFLENBQUM7b0JBQzdFLHVFQUF1RTtvQkFDdkUsTUFBTSxFQUFFLENBQUMseUJBQXlCLEVBQUUsOEJBQThCLENBQUM7b0JBQ25FLFVBQVUsRUFBRSxJQUFJO2lCQUNqQjs7MEJBS0ksTUFBTTsyQkFBQyxTQUFTOzswQkFBRyxRQUFRIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ2RrRm9vdGVyUm93RGVmLCBDREtfVEFCTEUgfSBmcm9tICdAYW5ndWxhci9jZGsvdGFibGUnO1xuaW1wb3J0IHsgRGlyZWN0aXZlLCBJbmplY3QsIEl0ZXJhYmxlRGlmZmVycywgT3B0aW9uYWwsIFRlbXBsYXRlUmVmIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBEaXJlY3RpdmUoe1xuICBzZWxlY3RvcjogJ1tldEZvb3RlclJvd0RlZl0nLFxuICBwcm92aWRlcnM6IFt7IHByb3ZpZGU6IENka0Zvb3RlclJvd0RlZiwgdXNlRXhpc3Rpbmc6IEZvb3RlclJvd0RlZkRpcmVjdGl2ZSB9XSxcbiAgLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEBhbmd1bGFyLWVzbGludC9uby1pbnB1dHMtbWV0YWRhdGEtcHJvcGVydHlcbiAgaW5wdXRzOiBbJ2NvbHVtbnM6IGV0Rm9vdGVyUm93RGVmJywgJ3N0aWNreTogZXRGb290ZXJSb3dEZWZTdGlja3knXSxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbn0pXG5leHBvcnQgY2xhc3MgRm9vdGVyUm93RGVmRGlyZWN0aXZlIGV4dGVuZHMgQ2RrRm9vdGVyUm93RGVmIHtcbiAgY29uc3RydWN0b3IoXG4gICAgdGVtcGxhdGU6IFRlbXBsYXRlUmVmPHVua25vd24+LFxuICAgIF9kaWZmZXJzOiBJdGVyYWJsZURpZmZlcnMsXG4gICAgQEluamVjdChDREtfVEFCTEUpIEBPcHRpb25hbCgpIF90YWJsZT86IHVua25vd24sXG4gICkge1xuICAgIHN1cGVyKHRlbXBsYXRlLCBfZGlmZmVycywgX3RhYmxlKTtcbiAgfVxufVxuIl19
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export * from './footer-row-def.directive';
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Nkay9zcmMvbGliL2NvbXBvbmVudHMvdGFibGUvcGFydGlhbHMvcm93cy9mb290ZXItcm93LWRlZi9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLDRCQUE0QixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9mb290ZXItcm93LWRlZi5kaXJlY3RpdmUnO1xuIl19
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { CdkHeaderRow, CdkTableModule, CDK_ROW_TEMPLATE } from '@angular/cdk/table';
|
|
2
|
-
import { ChangeDetectionStrategy, Component, ViewEncapsulation } from '@angular/core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "@angular/cdk/table";
|
|
5
|
-
export class HeaderRowComponent extends CdkHeaderRow {
|
|
6
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: HeaderRowComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
7
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.12", type: HeaderRowComponent, isStandalone: true, selector: "et-header-row, tr[et-header-row]", host: { attributes: { "role": "row" }, classAttribute: "et-header-row et-data-table__header-row" }, providers: [{ provide: CdkHeaderRow, useExisting: HeaderRowComponent }], exportAs: ["etHeaderRow"], usesInheritance: true, ngImport: i0, template: "<ng-container cdkCellOutlet></ng-container>", isInline: true, dependencies: [{ kind: "ngmodule", type: CdkTableModule }, { kind: "directive", type: i1.CdkCellOutlet, selector: "[cdkCellOutlet]" }], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None }); }
|
|
8
|
-
}
|
|
9
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: HeaderRowComponent, decorators: [{
|
|
10
|
-
type: Component,
|
|
11
|
-
args: [{
|
|
12
|
-
selector: 'et-header-row, tr[et-header-row]',
|
|
13
|
-
template: CDK_ROW_TEMPLATE,
|
|
14
|
-
host: {
|
|
15
|
-
class: 'et-header-row et-data-table__header-row',
|
|
16
|
-
role: 'row',
|
|
17
|
-
},
|
|
18
|
-
changeDetection: ChangeDetectionStrategy.Default,
|
|
19
|
-
encapsulation: ViewEncapsulation.None,
|
|
20
|
-
exportAs: 'etHeaderRow',
|
|
21
|
-
providers: [{ provide: CdkHeaderRow, useExisting: HeaderRowComponent }],
|
|
22
|
-
standalone: true,
|
|
23
|
-
imports: [CdkTableModule],
|
|
24
|
-
}]
|
|
25
|
-
}] });
|
|
26
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVhZGVyLXJvdy5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Nkay9zcmMvbGliL2NvbXBvbmVudHMvdGFibGUvcGFydGlhbHMvcm93cy9oZWFkZXItcm93L2hlYWRlci1yb3cuY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsY0FBYyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sb0JBQW9CLENBQUM7QUFDcEYsT0FBTyxFQUFFLHVCQUF1QixFQUFFLFNBQVMsRUFBRSxpQkFBaUIsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7O0FBZ0J0RixNQUFNLE9BQU8sa0JBQW1CLFNBQVEsWUFBWTsrR0FBdkMsa0JBQWtCO21HQUFsQixrQkFBa0IsbUxBSmxCLENBQUMsRUFBRSxPQUFPLEVBQUUsWUFBWSxFQUFFLFdBQVcsRUFBRSxrQkFBa0IsRUFBRSxDQUFDLG9MQUU3RCxjQUFjOzs0RkFFYixrQkFBa0I7a0JBZDlCLFNBQVM7bUJBQUM7b0JBQ1QsUUFBUSxFQUFFLGtDQUFrQztvQkFDNUMsUUFBUSxFQUFFLGdCQUFnQjtvQkFDMUIsSUFBSSxFQUFFO3dCQUNKLEtBQUssRUFBRSx5Q0FBeUM7d0JBQ2hELElBQUksRUFBRSxLQUFLO3FCQUNaO29CQUNELGVBQWUsRUFBRSx1QkFBdUIsQ0FBQyxPQUFPO29CQUNoRCxhQUFhLEVBQUUsaUJBQWlCLENBQUMsSUFBSTtvQkFDckMsUUFBUSxFQUFFLGFBQWE7b0JBQ3ZCLFNBQVMsRUFBRSxDQUFDLEVBQUUsT0FBTyxFQUFFLFlBQVksRUFBRSxXQUFXLG9CQUFvQixFQUFFLENBQUM7b0JBQ3ZFLFVBQVUsRUFBRSxJQUFJO29CQUNoQixPQUFPLEVBQUUsQ0FBQyxjQUFjLENBQUM7aUJBQzFCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ2RrSGVhZGVyUm93LCBDZGtUYWJsZU1vZHVsZSwgQ0RLX1JPV19URU1QTEFURSB9IGZyb20gJ0Bhbmd1bGFyL2Nkay90YWJsZSc7XG5pbXBvcnQgeyBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ29tcG9uZW50LCBWaWV3RW5jYXBzdWxhdGlvbiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdldC1oZWFkZXItcm93LCB0cltldC1oZWFkZXItcm93XScsXG4gIHRlbXBsYXRlOiBDREtfUk9XX1RFTVBMQVRFLFxuICBob3N0OiB7XG4gICAgY2xhc3M6ICdldC1oZWFkZXItcm93IGV0LWRhdGEtdGFibGVfX2hlYWRlci1yb3cnLFxuICAgIHJvbGU6ICdyb3cnLFxuICB9LFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LkRlZmF1bHQsXG4gIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXG4gIGV4cG9ydEFzOiAnZXRIZWFkZXJSb3cnLFxuICBwcm92aWRlcnM6IFt7IHByb3ZpZGU6IENka0hlYWRlclJvdywgdXNlRXhpc3Rpbmc6IEhlYWRlclJvd0NvbXBvbmVudCB9XSxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgaW1wb3J0czogW0Nka1RhYmxlTW9kdWxlXSxcbn0pXG5leHBvcnQgY2xhc3MgSGVhZGVyUm93Q29tcG9uZW50IGV4dGVuZHMgQ2RrSGVhZGVyUm93IHt9XG4iXX0=
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export * from './header-row.component';
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Nkay9zcmMvbGliL2NvbXBvbmVudHMvdGFibGUvcGFydGlhbHMvcm93cy9oZWFkZXItcm93L2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsd0JBQXdCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2hlYWRlci1yb3cuY29tcG9uZW50JztcbiJdfQ==
|
package/esm2022/lib/components/table/partials/rows/header-row-def/header-row-def.directive.mjs
DELETED
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { CdkHeaderRowDef, CDK_TABLE } from '@angular/cdk/table';
|
|
2
|
-
import { Directive, Inject, IterableDiffers, Optional, TemplateRef } from '@angular/core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export class HeaderRowDefDirective extends CdkHeaderRowDef {
|
|
5
|
-
constructor(template, _differs, _table) {
|
|
6
|
-
super(template, _differs, _table);
|
|
7
|
-
}
|
|
8
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: HeaderRowDefDirective, deps: [{ token: i0.TemplateRef }, { token: i0.IterableDiffers }, { token: CDK_TABLE, optional: true }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
9
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.12", type: HeaderRowDefDirective, isStandalone: true, selector: "[etHeaderRowDef]", inputs: { columns: ["etHeaderRowDef", "columns"], sticky: ["etHeaderRowDefSticky", "sticky"] }, providers: [{ provide: CdkHeaderRowDef, useExisting: HeaderRowDefDirective }], usesInheritance: true, ngImport: i0 }); }
|
|
10
|
-
}
|
|
11
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: HeaderRowDefDirective, decorators: [{
|
|
12
|
-
type: Directive,
|
|
13
|
-
args: [{
|
|
14
|
-
selector: '[etHeaderRowDef]',
|
|
15
|
-
providers: [{ provide: CdkHeaderRowDef, useExisting: HeaderRowDefDirective }],
|
|
16
|
-
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
17
|
-
inputs: ['columns: etHeaderRowDef', 'sticky: etHeaderRowDefSticky'],
|
|
18
|
-
standalone: true,
|
|
19
|
-
}]
|
|
20
|
-
}], ctorParameters: () => [{ type: i0.TemplateRef }, { type: i0.IterableDiffers }, { type: undefined, decorators: [{
|
|
21
|
-
type: Inject,
|
|
22
|
-
args: [CDK_TABLE]
|
|
23
|
-
}, {
|
|
24
|
-
type: Optional
|
|
25
|
-
}] }] });
|
|
26
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaGVhZGVyLXJvdy1kZWYuZGlyZWN0aXZlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9jZGsvc3JjL2xpYi9jb21wb25lbnRzL3RhYmxlL3BhcnRpYWxzL3Jvd3MvaGVhZGVyLXJvdy1kZWYvaGVhZGVyLXJvdy1kZWYuZGlyZWN0aXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxlQUFlLEVBQUUsU0FBUyxFQUFFLE1BQU0sb0JBQW9CLENBQUM7QUFDaEUsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLEVBQUUsZUFBZSxFQUFFLFFBQVEsRUFBRSxXQUFXLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBUzFGLE1BQU0sT0FBTyxxQkFBc0IsU0FBUSxlQUFlO0lBQ3hELFlBQ0UsUUFBOEIsRUFDOUIsUUFBeUIsRUFDTSxNQUFnQjtRQUUvQyxLQUFLLENBQUMsUUFBUSxFQUFFLFFBQVEsRUFBRSxNQUFNLENBQUMsQ0FBQztJQUNwQyxDQUFDOytHQVBVLHFCQUFxQiw0RUFJdEIsU0FBUzttR0FKUixxQkFBcUIsK0pBTHJCLENBQUMsRUFBRSxPQUFPLEVBQUUsZUFBZSxFQUFFLFdBQVcsRUFBRSxxQkFBcUIsRUFBRSxDQUFDOzs0RkFLbEUscUJBQXFCO2tCQVBqQyxTQUFTO21CQUFDO29CQUNULFFBQVEsRUFBRSxrQkFBa0I7b0JBQzVCLFNBQVMsRUFBRSxDQUFDLEVBQUUsT0FBTyxFQUFFLGVBQWUsRUFBRSxXQUFXLHVCQUF1QixFQUFFLENBQUM7b0JBQzdFLHVFQUF1RTtvQkFDdkUsTUFBTSxFQUFFLENBQUMseUJBQXlCLEVBQUUsOEJBQThCLENBQUM7b0JBQ25FLFVBQVUsRUFBRSxJQUFJO2lCQUNqQjs7MEJBS0ksTUFBTTsyQkFBQyxTQUFTOzswQkFBRyxRQUFRIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ2RrSGVhZGVyUm93RGVmLCBDREtfVEFCTEUgfSBmcm9tICdAYW5ndWxhci9jZGsvdGFibGUnO1xuaW1wb3J0IHsgRGlyZWN0aXZlLCBJbmplY3QsIEl0ZXJhYmxlRGlmZmVycywgT3B0aW9uYWwsIFRlbXBsYXRlUmVmIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBEaXJlY3RpdmUoe1xuICBzZWxlY3RvcjogJ1tldEhlYWRlclJvd0RlZl0nLFxuICBwcm92aWRlcnM6IFt7IHByb3ZpZGU6IENka0hlYWRlclJvd0RlZiwgdXNlRXhpc3Rpbmc6IEhlYWRlclJvd0RlZkRpcmVjdGl2ZSB9XSxcbiAgLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEBhbmd1bGFyLWVzbGludC9uby1pbnB1dHMtbWV0YWRhdGEtcHJvcGVydHlcbiAgaW5wdXRzOiBbJ2NvbHVtbnM6IGV0SGVhZGVyUm93RGVmJywgJ3N0aWNreTogZXRIZWFkZXJSb3dEZWZTdGlja3knXSxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbn0pXG5leHBvcnQgY2xhc3MgSGVhZGVyUm93RGVmRGlyZWN0aXZlIGV4dGVuZHMgQ2RrSGVhZGVyUm93RGVmIHtcbiAgY29uc3RydWN0b3IoXG4gICAgdGVtcGxhdGU6IFRlbXBsYXRlUmVmPHVua25vd24+LFxuICAgIF9kaWZmZXJzOiBJdGVyYWJsZURpZmZlcnMsXG4gICAgQEluamVjdChDREtfVEFCTEUpIEBPcHRpb25hbCgpIF90YWJsZT86IHVua25vd24sXG4gICkge1xuICAgIHN1cGVyKHRlbXBsYXRlLCBfZGlmZmVycywgX3RhYmxlKTtcbiAgfVxufVxuIl19
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export * from './header-row-def.directive';
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Nkay9zcmMvbGliL2NvbXBvbmVudHMvdGFibGUvcGFydGlhbHMvcm93cy9oZWFkZXItcm93LWRlZi9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLDRCQUE0QixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9oZWFkZXItcm93LWRlZi5kaXJlY3RpdmUnO1xuIl19
|