@ptsecurity/mosaic 11.5.0 → 12.2.0
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/_theming.scss +409 -100
- package/_visual.scss +66 -23
- package/autocomplete/autocomplete-origin.directive.d.ts +3 -0
- package/autocomplete/autocomplete-trigger.directive.d.ts +3 -0
- package/autocomplete/autocomplete.component.d.ts +3 -0
- package/autocomplete/autocomplete.module.d.ts +10 -0
- package/autocomplete/package.json +0 -1
- package/autocomplete/ptsecurity-mosaic-autocomplete.d.ts +1 -0
- package/bundles/ptsecurity-mosaic-autocomplete.umd.js +178 -114
- package/bundles/ptsecurity-mosaic-autocomplete.umd.js.map +1 -1
- package/bundles/ptsecurity-mosaic-button-toggle.umd.js +107 -71
- package/bundles/ptsecurity-mosaic-button-toggle.umd.js.map +1 -1
- package/bundles/ptsecurity-mosaic-button.umd.js +106 -77
- package/bundles/ptsecurity-mosaic-button.umd.js.map +1 -1
- package/bundles/ptsecurity-mosaic-card.umd.js +74 -43
- package/bundles/ptsecurity-mosaic-card.umd.js.map +1 -1
- package/bundles/ptsecurity-mosaic-checkbox.umd.js +114 -69
- package/bundles/ptsecurity-mosaic-checkbox.umd.js.map +1 -1
- package/bundles/ptsecurity-mosaic-core.umd.js +804 -256
- package/bundles/ptsecurity-mosaic-core.umd.js.map +1 -1
- package/bundles/ptsecurity-mosaic-datepicker.umd.js +601 -421
- package/bundles/ptsecurity-mosaic-datepicker.umd.js.map +1 -1
- package/bundles/ptsecurity-mosaic-design-tokens.umd.js +108 -26
- package/bundles/ptsecurity-mosaic-design-tokens.umd.js.map +1 -1
- package/bundles/ptsecurity-mosaic-divider.umd.js +55 -28
- package/bundles/ptsecurity-mosaic-divider.umd.js.map +1 -1
- package/bundles/ptsecurity-mosaic-dropdown.umd.js +263 -187
- package/bundles/ptsecurity-mosaic-dropdown.umd.js.map +1 -1
- package/bundles/ptsecurity-mosaic-form-field.umd.js +200 -125
- package/bundles/ptsecurity-mosaic-form-field.umd.js.map +1 -1
- package/bundles/ptsecurity-mosaic-icon.umd.js +79 -41
- package/bundles/ptsecurity-mosaic-icon.umd.js.map +1 -1
- package/bundles/ptsecurity-mosaic-input.umd.js +222 -124
- package/bundles/ptsecurity-mosaic-input.umd.js.map +1 -1
- package/bundles/ptsecurity-mosaic-link.umd.js +76 -45
- package/bundles/ptsecurity-mosaic-link.umd.js.map +1 -1
- package/bundles/ptsecurity-mosaic-list.umd.js +354 -202
- package/bundles/ptsecurity-mosaic-list.umd.js.map +1 -1
- package/bundles/ptsecurity-mosaic-modal.umd.js +324 -220
- package/bundles/ptsecurity-mosaic-modal.umd.js.map +1 -1
- package/bundles/ptsecurity-mosaic-navbar.umd.js +289 -208
- package/bundles/ptsecurity-mosaic-navbar.umd.js.map +1 -1
- package/bundles/ptsecurity-mosaic-popover.umd.js +346 -640
- package/bundles/ptsecurity-mosaic-popover.umd.js.map +1 -1
- package/bundles/ptsecurity-mosaic-progress-bar.umd.js +69 -40
- package/bundles/ptsecurity-mosaic-progress-bar.umd.js.map +1 -1
- package/bundles/ptsecurity-mosaic-progress-spinner.umd.js +69 -40
- package/bundles/ptsecurity-mosaic-progress-spinner.umd.js.map +1 -1
- package/bundles/ptsecurity-mosaic-radio.umd.js +126 -81
- package/bundles/ptsecurity-mosaic-radio.umd.js.map +1 -1
- package/bundles/ptsecurity-mosaic-select.umd.js +276 -154
- package/bundles/ptsecurity-mosaic-select.umd.js.map +1 -1
- package/bundles/ptsecurity-mosaic-sidebar.umd.js +105 -68
- package/bundles/ptsecurity-mosaic-sidebar.umd.js.map +1 -1
- package/bundles/ptsecurity-mosaic-sidepanel.umd.js +236 -158
- package/bundles/ptsecurity-mosaic-sidepanel.umd.js.map +1 -1
- package/bundles/ptsecurity-mosaic-splitter.umd.js +112 -83
- package/bundles/ptsecurity-mosaic-splitter.umd.js.map +1 -1
- package/bundles/ptsecurity-mosaic-table.umd.js +77 -44
- package/bundles/ptsecurity-mosaic-table.umd.js.map +1 -1
- package/bundles/ptsecurity-mosaic-tabs.umd.js +894 -687
- package/bundles/ptsecurity-mosaic-tabs.umd.js.map +1 -1
- package/bundles/ptsecurity-mosaic-tags.umd.js +313 -209
- package/bundles/ptsecurity-mosaic-tags.umd.js.map +1 -1
- package/bundles/ptsecurity-mosaic-textarea.umd.js +107 -53
- package/bundles/ptsecurity-mosaic-textarea.umd.js.map +1 -1
- package/bundles/ptsecurity-mosaic-timepicker.umd.js +117 -72
- package/bundles/ptsecurity-mosaic-timepicker.umd.js.map +1 -1
- package/bundles/ptsecurity-mosaic-toggle.umd.js +97 -58
- package/bundles/ptsecurity-mosaic-toggle.umd.js.map +1 -1
- package/bundles/ptsecurity-mosaic-tooltip.umd.js +347 -615
- package/bundles/ptsecurity-mosaic-tooltip.umd.js.map +1 -1
- package/bundles/ptsecurity-mosaic-tree-select.umd.js +223 -118
- package/bundles/ptsecurity-mosaic-tree-select.umd.js.map +1 -1
- package/bundles/ptsecurity-mosaic-tree.umd.js +1162 -344
- package/bundles/ptsecurity-mosaic-tree.umd.js.map +1 -1
- package/bundles/ptsecurity-mosaic.umd.js +2 -2
- package/button/button.component.d.ts +7 -0
- package/button/button.module.d.ts +8 -0
- package/button/package.json +0 -1
- package/button/ptsecurity-mosaic-button.d.ts +1 -0
- package/button-toggle/button-toggle.component.d.ts +5 -0
- package/button-toggle/button-toggle.module.d.ts +7 -0
- package/button-toggle/package.json +0 -1
- package/button-toggle/ptsecurity-mosaic-button-toggle.d.ts +1 -0
- package/card/card.component.d.ts +3 -0
- package/card/card.module.d.ts +8 -0
- package/card/package.json +0 -1
- package/card/ptsecurity-mosaic-card.d.ts +1 -0
- package/checkbox/checkbox-module.d.ts +7 -0
- package/checkbox/checkbox-required-validator.d.ts +3 -0
- package/checkbox/checkbox.d.ts +3 -0
- package/checkbox/package.json +0 -1
- package/checkbox/ptsecurity-mosaic-checkbox.d.ts +1 -0
- package/core/common-behaviors/color.d.ts +3 -3
- package/core/common-behaviors/common-module.d.ts +5 -0
- package/core/common-behaviors/disabled.d.ts +4 -3
- package/core/common-behaviors/tabindex.d.ts +2 -1
- package/core/error/error-options.d.ts +5 -0
- package/core/formatters/date/formatter.d.ts +3 -0
- package/core/formatters/index.d.ts +5 -0
- package/core/formatters/number/formatter.d.ts +4 -0
- package/core/forms/forms-module.d.ts +5 -0
- package/core/forms/forms.directive.d.ts +5 -0
- package/core/highlight/highlight.pipe.d.ts +3 -0
- package/core/highlight/index.d.ts +6 -0
- package/core/line/line.d.ts +6 -0
- package/core/option/action.d.ts +42 -0
- package/core/option/index.d.ts +1 -0
- package/core/option/optgroup.d.ts +3 -0
- package/core/option/option-module.d.ts +9 -0
- package/core/option/option.d.ts +3 -0
- package/core/overlay/overlay-position-map.d.ts +0 -4
- package/core/package.json +0 -1
- package/core/pop-up/constants.d.ts +29 -0
- package/core/pop-up/index.d.ts +3 -0
- package/core/pop-up/pop-up-trigger.d.ts +70 -0
- package/core/pop-up/pop-up.d.ts +35 -0
- package/core/ptsecurity-mosaic-core.d.ts +1 -1
- package/core/public-api.d.ts +1 -0
- package/core/selection/pseudo-checkbox/pseudo-checkbox.d.ts +3 -0
- package/core/selection/pseudo-checkbox/pseudo-checkbox.module.d.ts +6 -0
- package/core/services/measure-scrollbar.service.d.ts +3 -0
- package/datepicker/calendar-body.component.d.ts +5 -6
- package/datepicker/calendar.component.d.ts +5 -0
- package/datepicker/datepicker-input.directive.d.ts +6 -2
- package/datepicker/datepicker-intl.d.ts +3 -0
- package/datepicker/datepicker-module.d.ts +18 -0
- package/datepicker/datepicker-toggle.component.d.ts +5 -0
- package/datepicker/datepicker.component.d.ts +5 -0
- package/datepicker/month-view.component.d.ts +3 -0
- package/datepicker/multi-year-view.component.d.ts +3 -0
- package/datepicker/package.json +0 -1
- package/datepicker/ptsecurity-mosaic-datepicker.d.ts +1 -0
- package/datepicker/year-view.component.d.ts +3 -0
- package/design-tokens/package.json +0 -1
- package/design-tokens/ptsecurity-mosaic-design-tokens.d.ts +1 -0
- package/design-tokens/tokens/components/list.json5 +0 -4
- package/design-tokens/tokens/components/popover.json5 +32 -4
- package/design-tokens/tokens/components/tooltip.json5 +49 -3
- package/design-tokens/tokens/components/tree.json5 +3 -3
- package/design-tokens/tokens/properties/globals.json5 +1 -1
- package/design-tokens/tokens.d.ts +56 -15
- package/divider/divider.component.d.ts +3 -0
- package/divider/divider.module.d.ts +6 -0
- package/divider/package.json +0 -1
- package/divider/ptsecurity-mosaic-divider.d.ts +1 -0
- package/dropdown/dropdown-content.directive.d.ts +3 -0
- package/dropdown/dropdown-item.component.d.ts +3 -0
- package/dropdown/dropdown-trigger.directive.d.ts +6 -8
- package/dropdown/dropdown.component.d.ts +5 -1
- package/dropdown/dropdown.module.d.ts +11 -0
- package/dropdown/package.json +0 -1
- package/dropdown/ptsecurity-mosaic-dropdown.d.ts +1 -0
- package/esm2015/autocomplete/autocomplete-origin.directive.js +11 -11
- package/esm2015/autocomplete/autocomplete-trigger.directive.js +53 -38
- package/esm2015/autocomplete/autocomplete.component.js +56 -37
- package/esm2015/autocomplete/autocomplete.module.js +25 -15
- package/esm2015/button/button.component.js +52 -56
- package/esm2015/button/button.module.js +35 -20
- package/esm2015/button-toggle/button-toggle.component.js +76 -55
- package/esm2015/button-toggle/button-toggle.module.js +13 -8
- package/esm2015/card/card.component.js +32 -30
- package/esm2015/card/card.module.js +23 -12
- package/esm2015/checkbox/checkbox-module.js +13 -8
- package/esm2015/checkbox/checkbox-required-validator.js +12 -8
- package/esm2015/checkbox/checkbox.js +61 -44
- package/esm2015/core/common-behaviors/color.js +2 -5
- package/esm2015/core/common-behaviors/common-module.js +17 -11
- package/esm2015/core/common-behaviors/disabled.js +1 -1
- package/esm2015/core/common-behaviors/tabindex.js +4 -13
- package/esm2015/core/error/error-options.js +12 -8
- package/esm2015/core/formatters/date/formatter.js +13 -10
- package/esm2015/core/formatters/index.js +13 -8
- package/esm2015/core/formatters/number/formatter.js +16 -10
- package/esm2015/core/forms/forms-module.js +20 -13
- package/esm2015/core/forms/forms.directive.js +32 -29
- package/esm2015/core/highlight/highlight.pipe.js +8 -4
- package/esm2015/core/highlight/index.js +13 -8
- package/esm2015/core/line/line.js +22 -14
- package/esm2015/core/option/action.js +131 -0
- package/esm2015/core/option/index.js +2 -1
- package/esm2015/core/option/optgroup.js +22 -19
- package/esm2015/core/option/option-module.js +14 -8
- package/esm2015/core/option/option.js +44 -35
- package/esm2015/core/overlay/overlay-position-map.js +16 -18
- package/esm2015/core/pop-up/constants.js +34 -0
- package/esm2015/core/pop-up/index.js +4 -0
- package/esm2015/core/pop-up/pop-up-trigger.js +241 -0
- package/esm2015/core/pop-up/pop-up.js +87 -0
- package/esm2015/core/ptsecurity-mosaic-core.js +1 -2
- package/esm2015/core/public-api.js +2 -1
- package/esm2015/core/selection/pseudo-checkbox/pseudo-checkbox.js +25 -21
- package/esm2015/core/selection/pseudo-checkbox/pseudo-checkbox.module.js +13 -8
- package/esm2015/core/services/measure-scrollbar.service.js +12 -12
- package/esm2015/datepicker/calendar-body.component.js +39 -32
- package/esm2015/datepicker/calendar.component.js +92 -58
- package/esm2015/datepicker/datepicker-input.directive.js +94 -62
- package/esm2015/datepicker/datepicker-intl.js +7 -5
- package/esm2015/datepicker/datepicker-module.js +89 -48
- package/esm2015/datepicker/datepicker-toggle.component.js +44 -32
- package/esm2015/datepicker/datepicker.component.js +88 -63
- package/esm2015/datepicker/month-view.component.js +48 -29
- package/esm2015/datepicker/multi-year-view.component.js +40 -27
- package/esm2015/datepicker/year-view.component.js +45 -28
- package/esm2015/design-tokens/tokens.js +57 -16
- package/esm2015/divider/divider.component.js +24 -20
- package/esm2015/divider/divider.module.js +13 -8
- package/esm2015/dropdown/dropdown-content.directive.js +13 -15
- package/esm2015/dropdown/dropdown-item.component.js +40 -30
- package/esm2015/dropdown/dropdown-trigger.directive.js +75 -67
- package/esm2015/dropdown/dropdown.component.js +63 -38
- package/esm2015/dropdown/dropdown.module.js +40 -23
- package/esm2015/form-field/cleaner.js +20 -11
- package/esm2015/form-field/form-field.js +77 -53
- package/esm2015/form-field/form-field.module.js +41 -24
- package/esm2015/form-field/hint.js +16 -13
- package/esm2015/form-field/prefix.js +10 -6
- package/esm2015/form-field/stepper.js +22 -11
- package/esm2015/form-field/suffix.js +10 -6
- package/esm2015/icon/icon.component.js +27 -22
- package/esm2015/icon/icon.module.js +31 -18
- package/esm2015/input/input-number-validators.js +48 -29
- package/esm2015/input/input-number.js +42 -28
- package/esm2015/input/input.js +94 -52
- package/esm2015/input/input.module.js +13 -8
- package/esm2015/link/link.component.js +38 -34
- package/esm2015/link/link.module.js +20 -11
- package/esm2015/list/list-selection.component.js +234 -124
- package/esm2015/list/list.component.js +35 -32
- package/esm2015/list/list.module.js +47 -25
- package/esm2015/modal/css-unit.pipe.js +10 -6
- package/esm2015/modal/modal-control.service.js +11 -8
- package/esm2015/modal/modal.component.js +107 -61
- package/esm2015/modal/modal.directive.js +43 -30
- package/esm2015/modal/modal.module.js +59 -31
- package/esm2015/modal/modal.service.js +9 -9
- package/esm2015/modal/ptsecurity-mosaic-modal.js +1 -3
- package/esm2015/navbar/navbar-item.component.js +111 -95
- package/esm2015/navbar/navbar.component.js +40 -30
- package/esm2015/navbar/navbar.module.js +66 -35
- package/esm2015/navbar/ptsecurity-mosaic-navbar.js +1 -2
- package/esm2015/navbar/vertical-navbar.component.js +68 -46
- package/esm2015/popover/popover-confirm.component.js +115 -0
- package/esm2015/popover/popover.component.js +180 -587
- package/esm2015/popover/popover.module.js +18 -12
- package/esm2015/popover/public-api.js +2 -1
- package/esm2015/progress-bar/progress-bar.component.js +26 -24
- package/esm2015/progress-bar/progress-bar.module.js +24 -15
- package/esm2015/progress-spinner/progress-spinner.component.js +26 -24
- package/esm2015/progress-spinner/progress-spinner.module.js +24 -15
- package/esm2015/radio/radio.component.js +87 -67
- package/esm2015/radio/radio.module.js +13 -8
- package/esm2015/select/select.component.js +181 -105
- package/esm2015/select/select.module.js +54 -28
- package/esm2015/sidebar/ptsecurity-mosaic-sidebar.js +1 -2
- package/esm2015/sidebar/sidebar.component.js +61 -50
- package/esm2015/sidebar/sidebar.module.js +25 -16
- package/esm2015/sidepanel/ptsecurity-mosaic-sidepanel.js +1 -2
- package/esm2015/sidepanel/sidepanel-container.component.js +46 -40
- package/esm2015/sidepanel/sidepanel-directives.js +87 -57
- package/esm2015/sidepanel/sidepanel.module.js +63 -30
- package/esm2015/sidepanel/sidepanel.service.js +20 -12
- package/esm2015/splitter/splitter.component.js +62 -64
- package/esm2015/splitter/splitter.module.js +32 -19
- package/esm2015/table/table.component.js +13 -9
- package/esm2015/table/table.module.js +23 -12
- package/esm2015/tabs/paginated-tab-header.js +20 -18
- package/esm2015/tabs/ptsecurity-mosaic-tabs.js +1 -6
- package/esm2015/tabs/tab-body.component.js +52 -42
- package/esm2015/tabs/tab-content.directive.js +8 -8
- package/esm2015/tabs/tab-group.component.js +145 -74
- package/esm2015/tabs/tab-header.component.js +50 -36
- package/esm2015/tabs/tab-label-wrapper.directive.js +30 -16
- package/esm2015/tabs/tab-label.directive.js +11 -7
- package/esm2015/tabs/tab-nav-bar/tab-nav-bar.js +46 -46
- package/esm2015/tabs/tab.component.js +67 -33
- package/esm2015/tabs/tabs.module.js +87 -45
- package/esm2015/tags/tag-input.js +48 -34
- package/esm2015/tags/tag-list.component.js +93 -56
- package/esm2015/tags/tag.component.js +90 -73
- package/esm2015/tags/tag.module.js +46 -29
- package/esm2015/textarea/textarea.component.js +70 -41
- package/esm2015/textarea/textarea.module.js +13 -8
- package/esm2015/timepicker/timepicker.directive.js +66 -54
- package/esm2015/timepicker/timepicker.module.js +26 -13
- package/esm2015/toggle/toggle.component.js +65 -47
- package/esm2015/toggle/toggle.module.js +13 -8
- package/esm2015/tooltip/tooltip.animations.js +19 -0
- package/esm2015/tooltip/tooltip.component.js +239 -555
- package/esm2015/tooltip/tooltip.module.js +38 -11
- package/esm2015/tree/control/base-tree-control.js +60 -0
- package/esm2015/tree/control/flat-tree-control.js +123 -0
- package/esm2015/tree/control/nested-tree-control.js +41 -0
- package/esm2015/tree/control/tree-control.js +2 -0
- package/esm2015/tree/data-source/flat-data-source.js +1 -1
- package/esm2015/tree/node.js +31 -0
- package/esm2015/tree/outlet.js +15 -0
- package/esm2015/tree/padding.directive.js +98 -25
- package/esm2015/tree/public-api.js +9 -2
- package/esm2015/tree/toggle.js +65 -70
- package/esm2015/tree/tree-base.js +243 -0
- package/esm2015/tree/tree-errors.js +36 -0
- package/esm2015/tree/tree-option.component.js +102 -56
- package/esm2015/tree/tree-selection.component.js +180 -115
- package/esm2015/tree/tree.js +23 -0
- package/esm2015/tree/tree.module.js +38 -12
- package/esm2015/tree-select/tree-select.component.js +153 -85
- package/esm2015/tree-select/tree-select.module.js +33 -18
- package/fesm2015/ptsecurity-mosaic-autocomplete.js +140 -102
- package/fesm2015/ptsecurity-mosaic-autocomplete.js.map +1 -1
- package/fesm2015/ptsecurity-mosaic-button-toggle.js +87 -63
- package/fesm2015/ptsecurity-mosaic-button-toggle.js.map +1 -1
- package/fesm2015/ptsecurity-mosaic-button.js +86 -76
- package/fesm2015/ptsecurity-mosaic-button.js.map +1 -1
- package/fesm2015/ptsecurity-mosaic-card.js +54 -42
- package/fesm2015/ptsecurity-mosaic-card.js.map +1 -1
- package/fesm2015/ptsecurity-mosaic-checkbox.js +82 -59
- package/fesm2015/ptsecurity-mosaic-checkbox.js.map +1 -1
- package/fesm2015/ptsecurity-mosaic-core.js +758 -239
- package/fesm2015/ptsecurity-mosaic-core.js.map +1 -1
- package/fesm2015/ptsecurity-mosaic-datepicker.js +546 -377
- package/fesm2015/ptsecurity-mosaic-datepicker.js.map +1 -1
- package/fesm2015/ptsecurity-mosaic-design-tokens.js +57 -16
- package/fesm2015/ptsecurity-mosaic-design-tokens.js.map +1 -1
- package/fesm2015/ptsecurity-mosaic-divider.js +34 -26
- package/fesm2015/ptsecurity-mosaic-divider.js.map +1 -1
- package/fesm2015/ptsecurity-mosaic-dropdown.js +219 -171
- package/fesm2015/ptsecurity-mosaic-dropdown.js.map +1 -1
- package/fesm2015/ptsecurity-mosaic-form-field.js +184 -119
- package/fesm2015/ptsecurity-mosaic-form-field.js.map +1 -1
- package/fesm2015/ptsecurity-mosaic-icon.js +56 -39
- package/fesm2015/ptsecurity-mosaic-icon.js.map +1 -1
- package/fesm2015/ptsecurity-mosaic-input.js +191 -116
- package/fesm2015/ptsecurity-mosaic-input.js.map +1 -1
- package/fesm2015/ptsecurity-mosaic-link.js +57 -45
- package/fesm2015/ptsecurity-mosaic-link.js.map +1 -1
- package/fesm2015/ptsecurity-mosaic-list.js +311 -179
- package/fesm2015/ptsecurity-mosaic-list.js.map +1 -1
- package/fesm2015/ptsecurity-mosaic-modal.js +243 -159
- package/fesm2015/ptsecurity-mosaic-modal.js.map +1 -1
- package/fesm2015/ptsecurity-mosaic-navbar.js +280 -205
- package/fesm2015/ptsecurity-mosaic-navbar.js.map +1 -1
- package/fesm2015/ptsecurity-mosaic-popover.js +297 -597
- package/fesm2015/ptsecurity-mosaic-popover.js.map +1 -1
- package/fesm2015/ptsecurity-mosaic-progress-bar.js +48 -38
- package/fesm2015/ptsecurity-mosaic-progress-bar.js.map +1 -1
- package/fesm2015/ptsecurity-mosaic-progress-spinner.js +48 -38
- package/fesm2015/ptsecurity-mosaic-progress-spinner.js.map +1 -1
- package/fesm2015/ptsecurity-mosaic-radio.js +99 -76
- package/fesm2015/ptsecurity-mosaic-radio.js.map +1 -1
- package/fesm2015/ptsecurity-mosaic-select.js +236 -136
- package/fesm2015/ptsecurity-mosaic-select.js.map +1 -1
- package/fesm2015/ptsecurity-mosaic-sidebar.js +85 -66
- package/fesm2015/ptsecurity-mosaic-sidebar.js.map +1 -1
- package/fesm2015/ptsecurity-mosaic-sidepanel.js +207 -139
- package/fesm2015/ptsecurity-mosaic-sidepanel.js.map +1 -1
- package/fesm2015/ptsecurity-mosaic-splitter.js +92 -82
- package/fesm2015/ptsecurity-mosaic-splitter.js.map +1 -1
- package/fesm2015/ptsecurity-mosaic-table.js +33 -19
- package/fesm2015/ptsecurity-mosaic-table.js.map +1 -1
- package/fesm2015/ptsecurity-mosaic-tabs.js +557 -387
- package/fesm2015/ptsecurity-mosaic-tabs.js.map +1 -1
- package/fesm2015/ptsecurity-mosaic-tags.js +273 -192
- package/fesm2015/ptsecurity-mosaic-tags.js.map +1 -1
- package/fesm2015/ptsecurity-mosaic-textarea.js +83 -50
- package/fesm2015/ptsecurity-mosaic-textarea.js.map +1 -1
- package/fesm2015/ptsecurity-mosaic-timepicker.js +89 -66
- package/fesm2015/ptsecurity-mosaic-timepicker.js.map +1 -1
- package/fesm2015/ptsecurity-mosaic-toggle.js +77 -55
- package/fesm2015/ptsecurity-mosaic-toggle.js.map +1 -1
- package/fesm2015/ptsecurity-mosaic-tooltip.js +293 -566
- package/fesm2015/ptsecurity-mosaic-tooltip.js.map +1 -1
- package/fesm2015/ptsecurity-mosaic-tree-select.js +188 -106
- package/fesm2015/ptsecurity-mosaic-tree-select.js.map +1 -1
- package/fesm2015/ptsecurity-mosaic-tree.js +1001 -279
- package/fesm2015/ptsecurity-mosaic-tree.js.map +1 -1
- package/form-field/cleaner.d.ts +5 -0
- package/form-field/form-field.d.ts +5 -0
- package/form-field/form-field.module.d.ts +12 -0
- package/form-field/hint.d.ts +3 -0
- package/form-field/package.json +0 -1
- package/form-field/prefix.d.ts +3 -0
- package/form-field/ptsecurity-mosaic-form-field.d.ts +1 -0
- package/form-field/stepper.d.ts +3 -0
- package/form-field/suffix.d.ts +3 -0
- package/icon/icon.component.d.ts +5 -0
- package/icon/icon.module.d.ts +8 -0
- package/icon/package.json +0 -1
- package/icon/ptsecurity-mosaic-icon.d.ts +1 -0
- package/input/input-number-validators.d.ts +7 -2
- package/input/input-number.d.ts +3 -0
- package/input/input.d.ts +5 -0
- package/input/input.module.d.ts +11 -0
- package/input/package.json +0 -1
- package/input/ptsecurity-mosaic-input.d.ts +1 -0
- package/link/link.component.d.ts +3 -0
- package/link/link.module.d.ts +7 -0
- package/link/package.json +0 -1
- package/link/ptsecurity-mosaic-link.d.ts +1 -0
- package/list/list-selection.component.d.ts +30 -3
- package/list/list.component.d.ts +5 -0
- package/list/list.module.d.ts +9 -0
- package/list/package.json +0 -1
- package/list/ptsecurity-mosaic-list.d.ts +1 -0
- package/modal/css-unit.pipe.d.ts +3 -0
- package/modal/modal-control.service.d.ts +3 -0
- package/modal/modal.component.d.ts +5 -0
- package/modal/modal.directive.d.ts +9 -0
- package/modal/modal.module.d.ts +12 -0
- package/modal/modal.service.d.ts +3 -0
- package/modal/package.json +0 -1
- package/modal/ptsecurity-mosaic-modal.d.ts +1 -2
- package/navbar/navbar-item.component.d.ts +13 -0
- package/navbar/navbar.component.d.ts +5 -0
- package/navbar/navbar.module.d.ts +11 -0
- package/navbar/package.json +0 -1
- package/navbar/ptsecurity-mosaic-navbar.d.ts +1 -1
- package/navbar/vertical-navbar.component.d.ts +5 -0
- package/package.json +8 -9
- package/popover/package.json +0 -1
- package/popover/popover-confirm.component.d.ts +33 -0
- package/popover/popover.component.d.ts +50 -136
- package/popover/popover.module.d.ts +9 -0
- package/popover/ptsecurity-mosaic-popover.d.ts +1 -0
- package/popover/public-api.d.ts +1 -0
- package/prebuilt-themes/dark-theme.css +1 -1
- package/prebuilt-themes/default-theme.css +1 -1
- package/prebuilt-visual/default-visual.css +1 -1
- package/progress-bar/package.json +0 -1
- package/progress-bar/progress-bar.component.d.ts +3 -0
- package/progress-bar/progress-bar.module.d.ts +7 -0
- package/progress-bar/ptsecurity-mosaic-progress-bar.d.ts +1 -0
- package/progress-spinner/package.json +0 -1
- package/progress-spinner/progress-spinner.component.d.ts +3 -0
- package/progress-spinner/progress-spinner.module.d.ts +7 -0
- package/progress-spinner/ptsecurity-mosaic-progress-spinner.d.ts +1 -0
- package/ptsecurity-mosaic.d.ts +1 -0
- package/radio/package.json +0 -1
- package/radio/ptsecurity-mosaic-radio.d.ts +1 -0
- package/radio/radio.component.d.ts +5 -0
- package/radio/radio.module.d.ts +8 -0
- package/schematics/ng-update/update-9.0.0/secondary-entry-points-migration.js +6 -3
- package/schematics/ng-update/update-9.0.0/secondary-entry-points-migration.js.map +1 -1
- package/select/package.json +0 -1
- package/select/ptsecurity-mosaic-select.d.ts +1 -0
- package/select/select.component.d.ts +11 -7
- package/select/select.module.d.ts +11 -0
- package/sidebar/package.json +0 -1
- package/sidebar/ptsecurity-mosaic-sidebar.d.ts +1 -1
- package/sidebar/sidebar.component.d.ts +7 -0
- package/sidebar/sidebar.module.d.ts +6 -0
- package/sidepanel/package.json +0 -1
- package/sidepanel/ptsecurity-mosaic-sidepanel.d.ts +1 -1
- package/sidepanel/sidepanel-container.component.d.ts +3 -0
- package/sidepanel/sidepanel-directives.d.ts +13 -0
- package/sidepanel/sidepanel.module.d.ts +13 -0
- package/sidepanel/sidepanel.service.d.ts +3 -0
- package/splitter/package.json +0 -1
- package/splitter/ptsecurity-mosaic-splitter.d.ts +1 -0
- package/splitter/splitter.component.d.ts +7 -0
- package/splitter/splitter.module.d.ts +7 -0
- package/table/package.json +0 -1
- package/table/ptsecurity-mosaic-table.d.ts +1 -0
- package/table/table.component.d.ts +3 -0
- package/table/table.module.d.ts +8 -0
- package/tabs/package.json +0 -1
- package/tabs/paginated-tab-header.d.ts +3 -0
- package/tabs/ptsecurity-mosaic-tabs.d.ts +1 -5
- package/tabs/tab-body.component.d.ts +5 -0
- package/tabs/tab-content.directive.d.ts +3 -0
- package/tabs/tab-group.component.d.ts +24 -4
- package/tabs/tab-header.component.d.ts +3 -0
- package/tabs/tab-label-wrapper.directive.d.ts +9 -0
- package/tabs/tab-label.directive.d.ts +3 -0
- package/tabs/tab-nav-bar/tab-nav-bar.d.ts +5 -0
- package/tabs/tab.component.d.ts +12 -3
- package/tabs/tabs.module.d.ts +18 -0
- package/tags/package.json +0 -1
- package/tags/ptsecurity-mosaic-tags.d.ts +1 -0
- package/tags/tag-input.d.ts +3 -0
- package/tags/tag-list.component.d.ts +3 -0
- package/tags/tag.component.d.ts +9 -0
- package/tags/tag.module.d.ts +9 -0
- package/textarea/package.json +0 -1
- package/textarea/ptsecurity-mosaic-textarea.d.ts +1 -0
- package/textarea/textarea.component.d.ts +3 -0
- package/textarea/textarea.module.d.ts +9 -0
- package/timepicker/package.json +0 -1
- package/timepicker/ptsecurity-mosaic-timepicker.d.ts +1 -0
- package/timepicker/timepicker.directive.d.ts +5 -2
- package/timepicker/timepicker.module.d.ts +9 -0
- package/toggle/package.json +0 -1
- package/toggle/ptsecurity-mosaic-toggle.d.ts +1 -0
- package/toggle/toggle.component.d.ts +3 -0
- package/toggle/toggle.module.d.ts +8 -0
- package/tooltip/package.json +0 -1
- package/tooltip/ptsecurity-mosaic-tooltip.d.ts +1 -0
- package/tooltip/tooltip.animations.d.ts +8 -0
- package/tooltip/tooltip.component.d.ts +74 -134
- package/tooltip/tooltip.module.d.ts +7 -0
- package/tree/control/base-tree-control.d.ts +40 -0
- package/tree/control/flat-tree-control.d.ts +48 -0
- package/tree/control/nested-tree-control.d.ts +19 -0
- package/tree/control/tree-control.d.ts +44 -0
- package/tree/data-source/flat-data-source.d.ts +2 -1
- package/tree/node.d.ts +34 -0
- package/tree/outlet.d.ts +9 -0
- package/tree/package.json +0 -1
- package/tree/padding.directive.d.ts +36 -5
- package/tree/ptsecurity-mosaic-tree.d.ts +1 -0
- package/tree/public-api.d.ts +8 -1
- package/tree/toggle.d.ts +20 -15
- package/tree/tree-base.d.ts +97 -0
- package/tree/tree-errors.d.ts +25 -0
- package/tree/tree-option.component.d.ts +15 -4
- package/tree/tree-selection.component.d.ts +46 -24
- package/tree/tree.d.ts +6 -0
- package/tree/tree.module.d.ts +14 -0
- package/tree-select/package.json +0 -1
- package/tree-select/ptsecurity-mosaic-tree-select.d.ts +1 -0
- package/tree-select/tree-select.component.d.ts +8 -8
- package/tree-select/tree-select.module.d.ts +11 -0
- package/autocomplete/ptsecurity-mosaic-autocomplete.metadata.json +0 -1
- package/bundles/ptsecurity-mosaic-autocomplete.umd.min.js +0 -2
- package/bundles/ptsecurity-mosaic-autocomplete.umd.min.js.map +0 -1
- package/bundles/ptsecurity-mosaic-button-toggle.umd.min.js +0 -16
- package/bundles/ptsecurity-mosaic-button-toggle.umd.min.js.map +0 -1
- package/bundles/ptsecurity-mosaic-button.umd.min.js +0 -16
- package/bundles/ptsecurity-mosaic-button.umd.min.js.map +0 -1
- package/bundles/ptsecurity-mosaic-card.umd.min.js +0 -16
- package/bundles/ptsecurity-mosaic-card.umd.min.js.map +0 -1
- package/bundles/ptsecurity-mosaic-checkbox.umd.min.js +0 -16
- package/bundles/ptsecurity-mosaic-checkbox.umd.min.js.map +0 -1
- package/bundles/ptsecurity-mosaic-core.umd.min.js +0 -17
- package/bundles/ptsecurity-mosaic-core.umd.min.js.map +0 -1
- package/bundles/ptsecurity-mosaic-datepicker.umd.min.js +0 -2
- package/bundles/ptsecurity-mosaic-datepicker.umd.min.js.map +0 -1
- package/bundles/ptsecurity-mosaic-design-tokens.umd.min.js +0 -2
- package/bundles/ptsecurity-mosaic-design-tokens.umd.min.js.map +0 -1
- package/bundles/ptsecurity-mosaic-divider.umd.min.js +0 -2
- package/bundles/ptsecurity-mosaic-divider.umd.min.js.map +0 -1
- package/bundles/ptsecurity-mosaic-dropdown.umd.min.js +0 -17
- package/bundles/ptsecurity-mosaic-dropdown.umd.min.js.map +0 -1
- package/bundles/ptsecurity-mosaic-form-field.umd.min.js +0 -17
- package/bundles/ptsecurity-mosaic-form-field.umd.min.js.map +0 -1
- package/bundles/ptsecurity-mosaic-icon.umd.min.js +0 -16
- package/bundles/ptsecurity-mosaic-icon.umd.min.js.map +0 -1
- package/bundles/ptsecurity-mosaic-input.umd.min.js +0 -16
- package/bundles/ptsecurity-mosaic-input.umd.min.js.map +0 -1
- package/bundles/ptsecurity-mosaic-link.umd.min.js +0 -16
- package/bundles/ptsecurity-mosaic-link.umd.min.js.map +0 -1
- package/bundles/ptsecurity-mosaic-list.umd.min.js +0 -16
- package/bundles/ptsecurity-mosaic-list.umd.min.js.map +0 -1
- package/bundles/ptsecurity-mosaic-modal.umd.min.js +0 -16
- package/bundles/ptsecurity-mosaic-modal.umd.min.js.map +0 -1
- package/bundles/ptsecurity-mosaic-navbar.umd.min.js +0 -16
- package/bundles/ptsecurity-mosaic-navbar.umd.min.js.map +0 -1
- package/bundles/ptsecurity-mosaic-popover.umd.min.js +0 -16
- package/bundles/ptsecurity-mosaic-popover.umd.min.js.map +0 -1
- package/bundles/ptsecurity-mosaic-progress-bar.umd.min.js +0 -16
- package/bundles/ptsecurity-mosaic-progress-bar.umd.min.js.map +0 -1
- package/bundles/ptsecurity-mosaic-progress-spinner.umd.min.js +0 -16
- package/bundles/ptsecurity-mosaic-progress-spinner.umd.min.js.map +0 -1
- package/bundles/ptsecurity-mosaic-radio.umd.min.js +0 -16
- package/bundles/ptsecurity-mosaic-radio.umd.min.js.map +0 -1
- package/bundles/ptsecurity-mosaic-select.umd.min.js +0 -16
- package/bundles/ptsecurity-mosaic-select.umd.min.js.map +0 -1
- package/bundles/ptsecurity-mosaic-sidebar.umd.min.js +0 -2
- package/bundles/ptsecurity-mosaic-sidebar.umd.min.js.map +0 -1
- package/bundles/ptsecurity-mosaic-sidepanel.umd.min.js +0 -2
- package/bundles/ptsecurity-mosaic-sidepanel.umd.min.js.map +0 -1
- package/bundles/ptsecurity-mosaic-splitter.umd.min.js +0 -2
- package/bundles/ptsecurity-mosaic-splitter.umd.min.js.map +0 -1
- package/bundles/ptsecurity-mosaic-table.umd.min.js +0 -2
- package/bundles/ptsecurity-mosaic-table.umd.min.js.map +0 -1
- package/bundles/ptsecurity-mosaic-tabs.umd.min.js +0 -16
- package/bundles/ptsecurity-mosaic-tabs.umd.min.js.map +0 -1
- package/bundles/ptsecurity-mosaic-tags.umd.min.js +0 -16
- package/bundles/ptsecurity-mosaic-tags.umd.min.js.map +0 -1
- package/bundles/ptsecurity-mosaic-textarea.umd.min.js +0 -16
- package/bundles/ptsecurity-mosaic-textarea.umd.min.js.map +0 -1
- package/bundles/ptsecurity-mosaic-timepicker.umd.min.js +0 -2
- package/bundles/ptsecurity-mosaic-timepicker.umd.min.js.map +0 -1
- package/bundles/ptsecurity-mosaic-toggle.umd.min.js +0 -16
- package/bundles/ptsecurity-mosaic-toggle.umd.min.js.map +0 -1
- package/bundles/ptsecurity-mosaic-tooltip.umd.min.js +0 -16
- package/bundles/ptsecurity-mosaic-tooltip.umd.min.js.map +0 -1
- package/bundles/ptsecurity-mosaic-tree-select.umd.min.js +0 -16
- package/bundles/ptsecurity-mosaic-tree-select.umd.min.js.map +0 -1
- package/bundles/ptsecurity-mosaic-tree.umd.min.js +0 -16
- package/bundles/ptsecurity-mosaic-tree.umd.min.js.map +0 -1
- package/bundles/ptsecurity-mosaic.umd.min.js +0 -2
- package/bundles/ptsecurity-mosaic.umd.min.js.map +0 -1
- package/button/ptsecurity-mosaic-button.metadata.json +0 -1
- package/button-toggle/ptsecurity-mosaic-button-toggle.metadata.json +0 -1
- package/card/ptsecurity-mosaic-card.metadata.json +0 -1
- package/checkbox/ptsecurity-mosaic-checkbox.metadata.json +0 -1
- package/core/ptsecurity-mosaic-core.metadata.json +0 -1
- package/datepicker/ptsecurity-mosaic-datepicker.metadata.json +0 -1
- package/design-tokens/ptsecurity-mosaic-design-tokens.metadata.json +0 -1
- package/divider/ptsecurity-mosaic-divider.metadata.json +0 -1
- package/dropdown/ptsecurity-mosaic-dropdown.metadata.json +0 -1
- package/esm2015/tree/node.directive.js +0 -15
- package/form-field/ptsecurity-mosaic-form-field.metadata.json +0 -1
- package/icon/ptsecurity-mosaic-icon.metadata.json +0 -1
- package/input/ptsecurity-mosaic-input.metadata.json +0 -1
- package/link/ptsecurity-mosaic-link.metadata.json +0 -1
- package/list/ptsecurity-mosaic-list.metadata.json +0 -1
- package/modal/ptsecurity-mosaic-modal.metadata.json +0 -1
- package/navbar/ptsecurity-mosaic-navbar.metadata.json +0 -1
- package/popover/ptsecurity-mosaic-popover.metadata.json +0 -1
- package/progress-bar/ptsecurity-mosaic-progress-bar.metadata.json +0 -1
- package/progress-spinner/ptsecurity-mosaic-progress-spinner.metadata.json +0 -1
- package/ptsecurity-mosaic.metadata.json +0 -1
- package/radio/ptsecurity-mosaic-radio.metadata.json +0 -1
- package/select/ptsecurity-mosaic-select.metadata.json +0 -1
- package/sidebar/ptsecurity-mosaic-sidebar.metadata.json +0 -1
- package/sidepanel/ptsecurity-mosaic-sidepanel.metadata.json +0 -1
- package/splitter/ptsecurity-mosaic-splitter.metadata.json +0 -1
- package/table/ptsecurity-mosaic-table.metadata.json +0 -1
- package/tabs/ptsecurity-mosaic-tabs.metadata.json +0 -1
- package/tags/ptsecurity-mosaic-tags.metadata.json +0 -1
- package/textarea/ptsecurity-mosaic-textarea.metadata.json +0 -1
- package/timepicker/ptsecurity-mosaic-timepicker.metadata.json +0 -1
- package/toggle/ptsecurity-mosaic-toggle.metadata.json +0 -1
- package/tooltip/ptsecurity-mosaic-tooltip.metadata.json +0 -1
- package/tree/node.directive.d.ts +0 -4
- package/tree/ptsecurity-mosaic-tree.metadata.json +0 -1
- package/tree-select/ptsecurity-mosaic-tree-select.metadata.json +0 -1
@@ -1,175 +1,81 @@
|
|
1
|
-
import
|
1
|
+
import * as i2 from '@angular/cdk/overlay';
|
2
|
+
import { Overlay, OverlayModule } from '@angular/cdk/overlay';
|
3
|
+
import * as i1 from '@angular/common';
|
2
4
|
import { CommonModule } from '@angular/common';
|
3
|
-
import
|
4
|
-
import {
|
5
|
+
import * as i0 from '@angular/core';
|
6
|
+
import { InjectionToken, Component, ViewEncapsulation, ChangeDetectionStrategy, Inject, EventEmitter, Directive, Optional, Input, Output, NgModule } from '@angular/core';
|
7
|
+
import * as i3 from '@angular/cdk/bidi';
|
5
8
|
import { coerceBooleanProperty } from '@angular/cdk/coercion';
|
6
|
-
import {
|
7
|
-
import {
|
8
|
-
import {
|
9
|
-
import { BehaviorSubject, Subject } from 'rxjs';
|
10
|
-
import { takeUntil, distinctUntilChanged } from 'rxjs/operators';
|
9
|
+
import { McPopUp, McPopUpTrigger, PopUpTriggers, POSITION_TO_CSS_MAP } from '@ptsecurity/mosaic/core';
|
10
|
+
import { merge } from 'rxjs';
|
11
|
+
import { trigger, state, style, transition, animate, keyframes } from '@angular/animations';
|
11
12
|
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
13
|
+
/**
|
14
|
+
* Animations used by McTooltip.
|
15
|
+
* @docs-private
|
16
|
+
*/
|
17
|
+
const mcTooltipAnimations = {
|
18
|
+
/** Animation that transitions a tooltip in and out. */
|
19
|
+
tooltipState: trigger('state', [
|
20
|
+
state('initial, void, hidden', style({ opacity: 0, transform: 'scale(0)' })),
|
21
|
+
state('visible', style({ transform: 'scale(1)' })),
|
22
|
+
transition('* => visible', animate('200ms cubic-bezier(0, 0, 0.2, 1)', keyframes([
|
23
|
+
style({ opacity: 0, transform: 'scale(0)', offset: 0 }),
|
24
|
+
style({ opacity: 0.5, transform: 'scale(0.99)', offset: 0.5 }),
|
25
|
+
style({ opacity: 1, transform: 'scale(1)', offset: 1 })
|
26
|
+
]))),
|
27
|
+
transition('* => hidden', animate('100ms cubic-bezier(0, 0, 0.2, 1)', style({ opacity: 0 })))
|
28
|
+
])
|
19
29
|
};
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
this.
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
this._mcTrigger = value;
|
49
|
-
}
|
50
|
-
get mcPlacement() {
|
51
|
-
return this._mcPlacement;
|
52
|
-
}
|
53
|
-
set mcPlacement(value) {
|
54
|
-
if (value !== this._mcPlacement) {
|
55
|
-
this._mcPlacement = value;
|
56
|
-
this.positions.unshift(POSITION_MAP[this.mcPlacement]);
|
57
|
-
}
|
58
|
-
else if (!value) {
|
59
|
-
this._mcPlacement = 'top';
|
60
|
-
}
|
61
|
-
}
|
62
|
-
get mcTooltipClass() {
|
63
|
-
return this._mcTooltipClass;
|
64
|
-
}
|
65
|
-
set mcTooltipClass(value) {
|
66
|
-
this._mcTooltipClass = value;
|
67
|
-
}
|
68
|
-
get mcVisible() {
|
69
|
-
return this._mcVisible.value;
|
70
|
-
}
|
71
|
-
set mcVisible(value) {
|
72
|
-
const visible = coerceBooleanProperty(value);
|
73
|
-
if (visible && this._mcVisible.value !== visible) {
|
74
|
-
this.show();
|
75
|
-
}
|
76
|
-
else {
|
77
|
-
this.hide();
|
78
|
-
}
|
79
|
-
}
|
80
|
-
get mcArrowPlacement() {
|
81
|
-
return this._mcArrowPlacement;
|
82
|
-
}
|
83
|
-
set mcArrowPlacement(value) {
|
84
|
-
this._mcArrowPlacement = value;
|
85
|
-
}
|
86
|
-
show() {
|
87
|
-
if (this.hideTid) {
|
88
|
-
clearTimeout(this.hideTid);
|
89
|
-
}
|
90
|
-
if (!this.isContentEmpty()) {
|
91
|
-
if (this.mcTrigger !== 'manual') {
|
92
|
-
this.closeOnInteraction = true;
|
93
|
-
}
|
94
|
-
this.showTid = setTimeout(() => {
|
95
|
-
this._mcVisible.next(true);
|
96
|
-
this.mcVisibleChange.emit(true);
|
97
|
-
// Mark for check so if any parent component has set the
|
98
|
-
// ChangeDetectionStrategy to OnPush it will be checked anyways
|
99
|
-
this.markForCheck();
|
100
|
-
}, this.mcMouseEnterDelay);
|
101
|
-
}
|
102
|
-
}
|
103
|
-
hide() {
|
104
|
-
if (this.showTid) {
|
105
|
-
clearTimeout(this.showTid);
|
106
|
-
}
|
107
|
-
this.hideTid = setTimeout(() => {
|
108
|
-
this._mcVisible.next(false);
|
109
|
-
this.mcVisibleChange.emit(false);
|
110
|
-
this.onHideSubject.next();
|
111
|
-
// Mark for check so if any parent component has set the
|
112
|
-
// ChangeDetectionStrategy to OnPush it will be checked anyways
|
113
|
-
this.markForCheck();
|
114
|
-
}, this.mcMouseLeaveDelay);
|
115
|
-
}
|
116
|
-
setClassMap() {
|
117
|
-
this.classMap = {
|
118
|
-
[`${this.prefix}-${this.mcPlacement}`]: true,
|
119
|
-
[this.mcTooltipClass]: true
|
30
|
+
|
31
|
+
var TooltipModifier;
|
32
|
+
(function (TooltipModifier) {
|
33
|
+
TooltipModifier["Default"] = "default";
|
34
|
+
TooltipModifier["Warning"] = "warning";
|
35
|
+
TooltipModifier["Extended"] = "extended";
|
36
|
+
})(TooltipModifier || (TooltipModifier = {}));
|
37
|
+
const MC_TOOLTIP_OPEN_TIME = new InjectionToken('mc-tooltip-open-time');
|
38
|
+
/** @docs-private */
|
39
|
+
const MC_TOOLTIP_OPEN_TIME_PROVIDER = {
|
40
|
+
provide: MC_TOOLTIP_OPEN_TIME,
|
41
|
+
useValue: { value: 0 }
|
42
|
+
};
|
43
|
+
const MIN_TIME_FOR_DELAY = 2000;
|
44
|
+
class McTooltipComponent extends McPopUp {
|
45
|
+
constructor(changeDetectorRef, openTime) {
|
46
|
+
super(changeDetectorRef);
|
47
|
+
this.openTime = openTime;
|
48
|
+
this.prefix = 'mc-tooltip';
|
49
|
+
}
|
50
|
+
show(delay) {
|
51
|
+
// tslint:disable-next-line:no-magic-numbers
|
52
|
+
super.show(Date.now() - this.openTime.value < MIN_TIME_FOR_DELAY ? 0 : delay);
|
53
|
+
this.openTime.value = Date.now();
|
54
|
+
}
|
55
|
+
updateClassMap(placement, customClass, { modifier }) {
|
56
|
+
const classMap = {
|
57
|
+
[`${this.prefix}_${modifier}`]: true
|
120
58
|
};
|
121
|
-
|
122
|
-
isContentEmpty() {
|
123
|
-
return this.isTitleString ? (this.mcTitle === '' || !this.mcTitle) : false;
|
124
|
-
}
|
125
|
-
/** Returns an observable that notifies when the tooltip has been hidden from view. */
|
126
|
-
afterHidden() {
|
127
|
-
return this.onHideSubject.asObservable();
|
128
|
-
}
|
129
|
-
markForCheck() {
|
130
|
-
this.cdr.markForCheck();
|
131
|
-
}
|
132
|
-
handleBodyInteraction() {
|
133
|
-
if (this.closeOnInteraction) {
|
134
|
-
this.hide();
|
135
|
-
}
|
136
|
-
}
|
137
|
-
get isTemplateRef() {
|
138
|
-
return this.mcTitle instanceof TemplateRef;
|
139
|
-
}
|
140
|
-
get isNonEmptyString() {
|
141
|
-
return (typeof this.mcTitle === 'string' || typeof this.mcTitle === 'number') && this._mcTitle !== '';
|
59
|
+
super.updateClassMap(placement, customClass, classMap);
|
142
60
|
}
|
143
61
|
}
|
144
|
-
McTooltipComponent
|
145
|
-
{ type:
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
]
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
];
|
162
|
-
McTooltipComponent.propDecorators = {
|
163
|
-
mcVisibleChange: [{ type: Output }],
|
164
|
-
mcMouseEnterDelay: [{ type: Input }],
|
165
|
-
mcMouseLeaveDelay: [{ type: Input }],
|
166
|
-
mcTitle: [{ type: Input }],
|
167
|
-
mcTrigger: [{ type: Input }],
|
168
|
-
mcPlacement: [{ type: Input }],
|
169
|
-
mcTooltipClass: [{ type: Input }],
|
170
|
-
mcVisible: [{ type: Input }],
|
171
|
-
mcArrowPlacement: [{ type: Input }]
|
172
|
-
};
|
62
|
+
/** @nocollapse */ McTooltipComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: McTooltipComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: MC_TOOLTIP_OPEN_TIME }], target: i0.ɵɵFactoryTarget.Component });
|
63
|
+
/** @nocollapse */ McTooltipComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: McTooltipComponent, selector: "mc-tooltip-component", providers: [MC_TOOLTIP_OPEN_TIME_PROVIDER], usesInheritance: true, ngImport: i0, template: "<div class=\"mc-tooltip\"\n [ngClass]=\"classMap\"\n [@state]=\"visibility\"\n (@state.start)=\"animationStart()\"\n (@state.done)=\"animationDone($event)\">\n\n <div class=\"mc-tooltip__inner\">\n <div class=\"mc-tooltip__arrow\"></div>\n\n <div class=\"mc-tooltip__header\" *ngIf=\"header\">\n <ng-container *ngIf=\"isTemplateRef(header)\" [ngTemplateOutlet]=\"$any(header)\"></ng-container>\n <ng-container *ngIf=\"!isTemplateRef(header)\">\n <div>{{ header }}</div>\n </ng-container>\n </div>\n <div class=\"mc-tooltip__content\">\n <ng-container *ngIf=\"isTemplateRef(content)\" [ngTemplateOutlet]=\"$any(content)\"></ng-container>\n <ng-container *ngIf=\"!isTemplateRef(content)\">\n <div>{{ content }}</div>\n </ng-container>\n </div>\n </div>\n</div>\n", styles: [".mc-tooltip__inner{border-radius:3px;border-radius:var(--mc-tooltip-size-border-radius, 3px)}.mc-tooltip{box-sizing:border-box;border-radius:3px;border-radius:var(--mc-tooltip-size-border-radius, 3px);z-index:1060;white-space:pre-line}.mc-tooltip.mc-tooltip_placement-top,.mc-tooltip.mc-tooltip_placement-top-left,.mc-tooltip.mc-tooltip_placement-top-right{margin-bottom:calc(9px);margin-bottom:calc(var(--mc-tooltip-size-trigger-margin, 9px))}.mc-tooltip.mc-tooltip_placement-right,.mc-tooltip.mc-tooltip_placement-right-top,.mc-tooltip.mc-tooltip_placement-right-bottom{margin-left:calc(9px);margin-left:calc(var(--mc-tooltip-size-trigger-margin, 9px))}.mc-tooltip.mc-tooltip_placement-bottom,.mc-tooltip.mc-tooltip_placement-bottom-left,.mc-tooltip.mc-tooltip_placement-bottom-right{margin-top:calc(9px);margin-top:calc(var(--mc-tooltip-size-trigger-margin, 9px))}.mc-tooltip.mc-tooltip_placement-left,.mc-tooltip.mc-tooltip_placement-left-top,.mc-tooltip.mc-tooltip_placement-left-bottom{margin-right:calc(9px);margin-right:calc(var(--mc-tooltip-size-trigger-margin, 9px))}.mc-tooltip.mc-tooltip_default,.mc-tooltip.mc-tooltip_warning{max-width:300px;max-width:var(--mc-tooltip-size-max-width, 300px)}.mc-tooltip.mc-tooltip_default .mc-tooltip__inner,.mc-tooltip.mc-tooltip_warning .mc-tooltip__inner{padding:8px 16px;padding:var(--mc-tooltip-size-padding, 8px 16px)}.mc-tooltip.mc-tooltip_extended{max-height:480px;max-height:var(--mc-extended-tooltip-size-max-height, 480px)}.mc-tooltip.mc-tooltip_extended .mc-tooltip__header{height:40px;height:var(--mc-extended-tooltip-header-size-height, 40px);padding:10px 16px;padding:var(--mc-extended-tooltip-header-size-padding, 10px 16px);border-top-left-radius:3px;border-top-left-radius:var(--mc-tooltip-size-border-radius, 3px);border-top-right-radius:3px;border-top-right-radius:var(--mc-tooltip-size-border-radius, 3px)}.mc-tooltip.mc-tooltip_extended .mc-tooltip__content{padding:8px 16px;padding:var(--mc-extended-tooltip-size-padding, 8px 16px)}.mc-tooltip__arrow{position:absolute;width:12px;width:var(--mc-tooltip-size-arrow-size, 12px);height:12px;height:var(--mc-tooltip-size-arrow-size, 12px);transform:rotate(45deg)}.mc-tooltip_placement-top .mc-tooltip__arrow{bottom:calc((12px - 1px) / -2);bottom:calc((var(--mc-tooltip-size-arrow-size, 12px) - 1px) / -2);left:50%;margin-left:calc((12px - 1px) / -2);margin-left:calc((var(--mc-tooltip-size-arrow-size, 12px) - 1px) / -2)}.mc-tooltip_placement-top-left .mc-tooltip__arrow{bottom:calc((12px - 1px) / -2);bottom:calc((var(--mc-tooltip-size-arrow-size, 12px) - 1px) / -2);left:calc(18px - 9px / 2);left:calc(18px - var(--mc-tooltip-size-trigger-margin, 9px) / 2)}.mc-tooltip_placement-top-right .mc-tooltip__arrow{bottom:calc((12px - 1px) / -2);bottom:calc((var(--mc-tooltip-size-arrow-size, 12px) - 1px) / -2);right:calc(18px - 9px / 2);right:calc(18px - var(--mc-tooltip-size-trigger-margin, 9px) / 2)}.mc-tooltip_placement-right .mc-tooltip__arrow{left:calc((12px - 1px) / -2);left:calc((var(--mc-tooltip-size-arrow-size, 12px) - 1px) / -2);top:50%;margin-top:calc((12px - 1px) / -2);margin-top:calc((var(--mc-tooltip-size-arrow-size, 12px) - 1px) / -2)}.mc-tooltip_placement-right-top .mc-tooltip__arrow{left:calc((12px - 1px) / -2);left:calc((var(--mc-tooltip-size-arrow-size, 12px) - 1px) / -2);top:calc(18px - 9px / 2);top:calc(18px - var(--mc-tooltip-size-trigger-margin, 9px) / 2)}.mc-tooltip_placement-right-bottom .mc-tooltip__arrow{left:calc((12px - 1px) / -2);left:calc((var(--mc-tooltip-size-arrow-size, 12px) - 1px) / -2);bottom:calc(18px - 9px / 2);bottom:calc(18px - var(--mc-tooltip-size-trigger-margin, 9px) / 2)}.mc-tooltip_placement-left .mc-tooltip__arrow{right:calc((12px - 1px) / -2);right:calc((var(--mc-tooltip-size-arrow-size, 12px) - 1px) / -2);top:50%;margin-top:calc((12px - 1px) / -2);margin-top:calc((var(--mc-tooltip-size-arrow-size, 12px) - 1px) / -2)}.mc-tooltip_placement-left-top .mc-tooltip__arrow{right:calc((12px - 1px) / -2);right:calc((var(--mc-tooltip-size-arrow-size, 12px) - 1px) / -2);top:calc(18px - 9px / 2);top:calc(18px - var(--mc-tooltip-size-trigger-margin, 9px) / 2)}.mc-tooltip_placement-left-bottom .mc-tooltip__arrow{right:calc((12px - 1px) / -2);right:calc((var(--mc-tooltip-size-arrow-size, 12px) - 1px) / -2);bottom:calc(18px - 9px / 2);bottom:calc(18px - var(--mc-tooltip-size-trigger-margin, 9px) / 2)}.mc-tooltip_placement-bottom .mc-tooltip__arrow{top:calc((12px - 1px) / -2);top:calc((var(--mc-tooltip-size-arrow-size, 12px) - 1px) / -2);left:50%;margin-left:calc((12px - 1px) / -2);margin-left:calc((var(--mc-tooltip-size-arrow-size, 12px) - 1px) / -2)}.mc-tooltip_placement-bottom-left .mc-tooltip__arrow{top:calc((12px - 1px) / -2);top:calc((var(--mc-tooltip-size-arrow-size, 12px) - 1px) / -2);left:calc(18px - 9px / 2);left:calc(18px - var(--mc-tooltip-size-trigger-margin, 9px) / 2)}.mc-tooltip_placement-bottom-right .mc-tooltip__arrow{top:calc((12px - 1px) / -2);top:calc((var(--mc-tooltip-size-arrow-size, 12px) - 1px) / -2);right:calc(18px - 9px / 2);right:calc(18px - var(--mc-tooltip-size-trigger-margin, 9px) / 2)}\n"], directives: [{ type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }], animations: [mcTooltipAnimations.tooltipState], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
64
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: McTooltipComponent, decorators: [{
|
65
|
+
type: Component,
|
66
|
+
args: [{
|
67
|
+
selector: 'mc-tooltip-component',
|
68
|
+
animations: [mcTooltipAnimations.tooltipState],
|
69
|
+
templateUrl: './tooltip.component.html',
|
70
|
+
styleUrls: ['./tooltip.scss'],
|
71
|
+
encapsulation: ViewEncapsulation.None,
|
72
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
73
|
+
providers: [MC_TOOLTIP_OPEN_TIME_PROVIDER]
|
74
|
+
}]
|
75
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: undefined, decorators: [{
|
76
|
+
type: Inject,
|
77
|
+
args: [MC_TOOLTIP_OPEN_TIME]
|
78
|
+
}] }]; } });
|
173
79
|
const MC_TOOLTIP_SCROLL_STRATEGY = new InjectionToken('mc-tooltip-scroll-strategy');
|
174
80
|
/** @docs-private */
|
175
81
|
function mcTooltipScrollStrategyFactory(overlay) {
|
@@ -181,455 +87,276 @@ const MC_TOOLTIP_SCROLL_STRATEGY_FACTORY_PROVIDER = {
|
|
181
87
|
deps: [Overlay],
|
182
88
|
useFactory: mcTooltipScrollStrategyFactory
|
183
89
|
};
|
184
|
-
|
185
|
-
function getMcTooltipInvalidPositionError(position) {
|
186
|
-
return Error(`McTooltip position "${position}" is invalid.`);
|
187
|
-
}
|
188
|
-
const VIEWPORT_MARGIN = 8;
|
189
|
-
class McTooltip {
|
90
|
+
class McTooltipTrigger extends McPopUpTrigger {
|
190
91
|
constructor(overlay, elementRef, ngZone, scrollDispatcher, hostView, scrollStrategy, direction) {
|
191
|
-
|
192
|
-
this.
|
193
|
-
this.
|
194
|
-
this.
|
195
|
-
this.
|
196
|
-
this.
|
197
|
-
this.
|
198
|
-
this.
|
199
|
-
|
200
|
-
|
201
|
-
this.
|
202
|
-
this.$unsubscribe = new Subject();
|
203
|
-
this._disabled = false;
|
204
|
-
this._mcTrigger = 'hover';
|
205
|
-
this._mcPlacement = 'top';
|
206
|
-
this.manualListeners = new Map();
|
207
|
-
this.destroyed = new Subject();
|
208
|
-
this.availablePositions = POSITION_MAP;
|
209
|
-
}
|
210
|
-
get mcTitle() {
|
211
|
-
return this._mcTitle;
|
92
|
+
super(overlay, elementRef, ngZone, scrollDispatcher, hostView, scrollStrategy, direction);
|
93
|
+
this.enterDelay = 400;
|
94
|
+
this.leaveDelay = 0;
|
95
|
+
this._trigger = `${PopUpTriggers.Hover}, ${PopUpTriggers.Focus}`;
|
96
|
+
this.placementChange = new EventEmitter();
|
97
|
+
this.visibleChange = new EventEmitter();
|
98
|
+
this.originSelector = '.mc-tooltip';
|
99
|
+
this.overlayConfig = {
|
100
|
+
panelClass: 'mc-tooltip-panel'
|
101
|
+
};
|
102
|
+
this.modifier = TooltipModifier.Default;
|
212
103
|
}
|
213
|
-
|
214
|
-
this.
|
215
|
-
this.updateCompValue('mcTitle', title);
|
104
|
+
get tooltipVisible() {
|
105
|
+
return this.visible;
|
216
106
|
}
|
217
|
-
set
|
218
|
-
|
107
|
+
set tooltipVisible(value) {
|
108
|
+
super.updateVisible(value);
|
219
109
|
}
|
220
|
-
get
|
221
|
-
return this.
|
110
|
+
get tooltipPlacement() {
|
111
|
+
return this.placement;
|
222
112
|
}
|
223
|
-
set
|
224
|
-
|
225
|
-
this.updateCompValue('mcTooltipDisabled', value);
|
113
|
+
set tooltipPlacement(value) {
|
114
|
+
super.updatePlacement(value);
|
226
115
|
}
|
227
|
-
get
|
228
|
-
return this.
|
116
|
+
get tooltipPlacementPriority() {
|
117
|
+
return this.placementPriority;
|
229
118
|
}
|
230
|
-
set
|
231
|
-
|
232
|
-
this.updateCompValue('mcMouseEnterDelay', value);
|
119
|
+
set tooltipPlacementPriority(value) {
|
120
|
+
super.updatePlacementPriority(value);
|
233
121
|
}
|
234
|
-
get
|
235
|
-
return this.
|
122
|
+
get content() {
|
123
|
+
return this._content;
|
236
124
|
}
|
237
|
-
set
|
238
|
-
this.
|
239
|
-
this.
|
125
|
+
set content(content) {
|
126
|
+
this._content = content;
|
127
|
+
this.updateData();
|
240
128
|
}
|
241
|
-
get
|
242
|
-
return this.
|
129
|
+
get disabled() {
|
130
|
+
return this._disabled;
|
243
131
|
}
|
244
|
-
set
|
245
|
-
|
246
|
-
this._mcTrigger = value;
|
247
|
-
this.updateCompValue('mcTrigger', value);
|
248
|
-
}
|
249
|
-
else {
|
250
|
-
this._mcTrigger = 'hover';
|
251
|
-
}
|
132
|
+
set disabled(value) {
|
133
|
+
this._disabled = coerceBooleanProperty(value);
|
252
134
|
}
|
253
|
-
get
|
254
|
-
return this.
|
135
|
+
get trigger() {
|
136
|
+
return this._trigger;
|
255
137
|
}
|
256
|
-
set
|
138
|
+
set trigger(value) {
|
257
139
|
if (value) {
|
258
|
-
this.
|
259
|
-
this.updateCompValue('mcPlacement', value);
|
140
|
+
this._trigger = value;
|
260
141
|
}
|
261
142
|
else {
|
262
|
-
this.
|
263
|
-
}
|
264
|
-
if (this.mcVisible) {
|
265
|
-
this.updatePosition();
|
143
|
+
this._trigger = `${PopUpTriggers.Hover}, ${PopUpTriggers.Focus}`;
|
266
144
|
}
|
145
|
+
this.initListeners();
|
267
146
|
}
|
268
|
-
get
|
269
|
-
return this.
|
147
|
+
get customClass() {
|
148
|
+
return this._customClass;
|
270
149
|
}
|
271
|
-
set
|
150
|
+
set customClass(value) {
|
272
151
|
if (value) {
|
273
|
-
this.
|
274
|
-
this.
|
152
|
+
this._customClass = value;
|
153
|
+
this.updateClassMap();
|
275
154
|
}
|
276
155
|
else {
|
277
|
-
this.
|
156
|
+
this._customClass = '';
|
278
157
|
}
|
279
158
|
}
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
set mcVisible(externalValue) {
|
284
|
-
const value = coerceBooleanProperty(externalValue);
|
285
|
-
if (this._mcVisible !== value) {
|
286
|
-
this._mcVisible = value;
|
287
|
-
this.updateCompValue('mcVisible', value);
|
288
|
-
if (value) {
|
289
|
-
this.show();
|
290
|
-
}
|
291
|
-
else {
|
292
|
-
this.hide();
|
293
|
-
}
|
159
|
+
updateData() {
|
160
|
+
if (!this.instance) {
|
161
|
+
return;
|
294
162
|
}
|
163
|
+
this.instance.content = this.content;
|
295
164
|
}
|
296
|
-
|
297
|
-
return this.
|
165
|
+
closingActions() {
|
166
|
+
return merge(this.overlayRef.outsidePointerEvents(), this.overlayRef.detachments());
|
298
167
|
}
|
299
|
-
|
300
|
-
|
168
|
+
getOverlayHandleComponentType() {
|
169
|
+
return McTooltipComponent;
|
301
170
|
}
|
302
|
-
|
303
|
-
this.
|
304
|
-
|
305
|
-
ngOnDestroy() {
|
306
|
-
if (this.overlayRef) {
|
307
|
-
this.overlayRef.dispose();
|
308
|
-
}
|
309
|
-
this.manualListeners.forEach((listener, event) => {
|
310
|
-
this.elementRef.nativeElement.removeEventListener(event, listener);
|
311
|
-
});
|
312
|
-
this.manualListeners.clear();
|
313
|
-
this.$unsubscribe.next();
|
314
|
-
this.$unsubscribe.complete();
|
315
|
-
}
|
316
|
-
/** Create the overlay config and position strategy */
|
317
|
-
createOverlay() {
|
318
|
-
if (this.overlayRef) {
|
319
|
-
return this.overlayRef;
|
171
|
+
updateClassMap(newPlacement = this.placement) {
|
172
|
+
if (!this.instance) {
|
173
|
+
return;
|
320
174
|
}
|
321
|
-
|
322
|
-
|
323
|
-
.flexibleConnectedTo(this.elementRef)
|
324
|
-
.withTransformOriginOn('.mc-tooltip')
|
325
|
-
.withFlexibleDimensions(false)
|
326
|
-
.withViewportMargin(VIEWPORT_MARGIN)
|
327
|
-
.withPositions([...DEFAULT_4_POSITIONS]);
|
328
|
-
const scrollableAncestors = this.scrollDispatcher.getAncestorScrollContainers(this.elementRef);
|
329
|
-
strategy.withScrollableContainers(scrollableAncestors);
|
330
|
-
strategy.positionChanges
|
331
|
-
.pipe(takeUntil(this.destroyed))
|
332
|
-
.subscribe((change) => {
|
333
|
-
if (this.tooltip) {
|
334
|
-
this.onPositionChange(change);
|
335
|
-
if (change.scrollableViewProperties.isOverlayClipped && this.tooltip.mcVisible) {
|
336
|
-
// After position changes occur and the overlay is clipped by
|
337
|
-
// a parent scrollable then close the tooltip.
|
338
|
-
this.ngZone.run(() => this.hide());
|
339
|
-
}
|
340
|
-
}
|
341
|
-
});
|
342
|
-
this.overlayRef = this.overlay.create({
|
343
|
-
direction: this.direction,
|
344
|
-
positionStrategy: strategy,
|
345
|
-
panelClass: 'mc-tooltip-panel',
|
346
|
-
scrollStrategy: this.scrollStrategy()
|
347
|
-
});
|
348
|
-
this.updatePosition();
|
349
|
-
this.overlayRef.detachments()
|
350
|
-
.pipe(takeUntil(this.destroyed))
|
351
|
-
.subscribe(() => this.detach());
|
352
|
-
return this.overlayRef;
|
175
|
+
this.instance.updateClassMap(POSITION_TO_CSS_MAP[newPlacement], this.customClass, { modifier: this.modifier });
|
176
|
+
this.instance.markForCheck();
|
353
177
|
}
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
358
|
-
|
178
|
+
}
|
179
|
+
/** @nocollapse */ McTooltipTrigger.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: McTooltipTrigger, deps: [{ token: i2.Overlay }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i2.ScrollDispatcher }, { token: i0.ViewContainerRef }, { token: MC_TOOLTIP_SCROLL_STRATEGY }, { token: i3.Directionality, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
180
|
+
/** @nocollapse */ McTooltipTrigger.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.13", type: McTooltipTrigger, selector: "[mcTooltip]", inputs: { tooltipVisible: ["mcVisible", "tooltipVisible"], tooltipPlacement: ["mcPlacement", "tooltipPlacement"], tooltipPlacementPriority: ["mcPlacementPriority", "tooltipPlacementPriority"], content: ["mcTooltip", "content"], disabled: ["mcTooltipDisabled", "disabled"], enterDelay: ["mcEnterDelay", "enterDelay"], leaveDelay: ["mcLeaveDelay", "leaveDelay"], trigger: ["mcTrigger", "trigger"], customClass: ["mcTooltipClass", "customClass"] }, outputs: { placementChange: "mcPlacementChange", visibleChange: "mcVisibleChange" }, host: { listeners: { "keydown": "handleKeydown($event)", "touchend": "handleTouchend()" }, properties: { "class.mc-tooltip_open": "isOpen" } }, exportAs: ["mcTooltip"], usesInheritance: true, ngImport: i0 });
|
181
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: McTooltipTrigger, decorators: [{
|
182
|
+
type: Directive,
|
183
|
+
args: [{
|
184
|
+
selector: '[mcTooltip]',
|
185
|
+
exportAs: 'mcTooltip',
|
186
|
+
host: {
|
187
|
+
'[class.mc-tooltip_open]': 'isOpen',
|
188
|
+
'(keydown)': 'handleKeydown($event)',
|
189
|
+
'(touchend)': 'handleTouchend()'
|
190
|
+
}
|
191
|
+
}]
|
192
|
+
}], ctorParameters: function () { return [{ type: i2.Overlay }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i2.ScrollDispatcher }, { type: i0.ViewContainerRef }, { type: undefined, decorators: [{
|
193
|
+
type: Inject,
|
194
|
+
args: [MC_TOOLTIP_SCROLL_STRATEGY]
|
195
|
+
}] }, { type: i3.Directionality, decorators: [{
|
196
|
+
type: Optional
|
197
|
+
}] }]; }, propDecorators: { tooltipVisible: [{
|
198
|
+
type: Input,
|
199
|
+
args: ['mcVisible']
|
200
|
+
}], tooltipPlacement: [{
|
201
|
+
type: Input,
|
202
|
+
args: ['mcPlacement']
|
203
|
+
}], tooltipPlacementPriority: [{
|
204
|
+
type: Input,
|
205
|
+
args: ['mcPlacementPriority']
|
206
|
+
}], content: [{
|
207
|
+
type: Input,
|
208
|
+
args: ['mcTooltip']
|
209
|
+
}], disabled: [{
|
210
|
+
type: Input,
|
211
|
+
args: ['mcTooltipDisabled']
|
212
|
+
}], enterDelay: [{
|
213
|
+
type: Input,
|
214
|
+
args: ['mcEnterDelay']
|
215
|
+
}], leaveDelay: [{
|
216
|
+
type: Input,
|
217
|
+
args: ['mcLeaveDelay']
|
218
|
+
}], trigger: [{
|
219
|
+
type: Input,
|
220
|
+
args: ['mcTrigger']
|
221
|
+
}], customClass: [{
|
222
|
+
type: Input,
|
223
|
+
args: ['mcTooltipClass']
|
224
|
+
}], placementChange: [{
|
225
|
+
type: Output,
|
226
|
+
args: ['mcPlacementChange']
|
227
|
+
}], visibleChange: [{
|
228
|
+
type: Output,
|
229
|
+
args: ['mcVisibleChange']
|
230
|
+
}] } });
|
231
|
+
class McWarningTooltipTrigger extends McTooltipTrigger {
|
232
|
+
constructor(overlay, elementRef, ngZone, scrollDispatcher, hostView, scrollStrategy, direction) {
|
233
|
+
super(overlay, elementRef, ngZone, scrollDispatcher, hostView, scrollStrategy, direction);
|
234
|
+
this.modifier = TooltipModifier.Warning;
|
359
235
|
}
|
360
|
-
|
361
|
-
|
362
|
-
Object.keys(this.availablePositions).some((key) => {
|
363
|
-
if ($event.connectionPair.originX === this.availablePositions[key].originX &&
|
364
|
-
$event.connectionPair.originY === this.availablePositions[key].originY &&
|
365
|
-
$event.connectionPair.overlayX === this.availablePositions[key].overlayX &&
|
366
|
-
$event.connectionPair.overlayY === this.availablePositions[key].overlayY) {
|
367
|
-
updatedPlacement = key;
|
368
|
-
return true;
|
369
|
-
}
|
370
|
-
return false;
|
371
|
-
});
|
372
|
-
this.updateCompValue('mcPlacement', updatedPlacement);
|
373
|
-
if (this.tooltip) {
|
374
|
-
this.tooltip.setClassMap();
|
375
|
-
this.tooltip.markForCheck();
|
376
|
-
}
|
377
|
-
this.handlePositioningUpdate();
|
236
|
+
get content() {
|
237
|
+
return this._content;
|
378
238
|
}
|
379
|
-
|
380
|
-
this.
|
381
|
-
|
382
|
-
const halfDelimiter = 2;
|
383
|
-
const overlayElemHeight = this.overlayRef.overlayElement.clientHeight;
|
384
|
-
const currentContainerHeight = this.hostView.element.nativeElement.clientHeight;
|
385
|
-
if (this.mcArrowPlacement === ArrowPlacements.Center) {
|
386
|
-
const arrowElemRef = this.getTooltipArrowElem();
|
387
|
-
const containerPositionTop = this.hostView.element.nativeElement.getBoundingClientRect().top;
|
388
|
-
const halfOfContainerHeight = currentContainerHeight / halfDelimiter;
|
389
|
-
const halfOfTooltipHeight = overlayElemHeight / halfDelimiter;
|
390
|
-
this.overlayRef.overlayElement.style.top = `${(containerPositionTop + halfOfContainerHeight) - halfOfTooltipHeight + 1}px`;
|
391
|
-
if (arrowElemRef) {
|
392
|
-
arrowElemRef.setAttribute('style', `top: ${halfOfTooltipHeight - 1}px`);
|
393
|
-
}
|
394
|
-
}
|
395
|
-
else {
|
396
|
-
const pos = (overlayElemHeight - currentContainerHeight) / halfDelimiter;
|
397
|
-
const defaultTooltipPlacementTop = parseInt(this.overlayRef.overlayElement.style.top || '0px', 10);
|
398
|
-
this.overlayRef.overlayElement.style.top = `${defaultTooltipPlacementTop + pos - 1}px`;
|
399
|
-
}
|
400
|
-
}
|
239
|
+
set content(content) {
|
240
|
+
this._content = content;
|
241
|
+
this.updateData();
|
401
242
|
}
|
402
|
-
|
403
|
-
|
404
|
-
|
405
|
-
|
406
|
-
|
407
|
-
|
243
|
+
}
|
244
|
+
/** @nocollapse */ McWarningTooltipTrigger.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: McWarningTooltipTrigger, deps: [{ token: i2.Overlay }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i2.ScrollDispatcher }, { token: i0.ViewContainerRef }, { token: MC_TOOLTIP_SCROLL_STRATEGY }, { token: i3.Directionality, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
245
|
+
/** @nocollapse */ McWarningTooltipTrigger.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.13", type: McWarningTooltipTrigger, selector: "[mcWarningTooltip]", inputs: { content: ["mcWarningTooltip", "content"] }, host: { listeners: { "keydown": "handleKeydown($event)", "touchend": "handleTouchend()" }, properties: { "class.mc-tooltip_open": "isOpen" } }, exportAs: ["mcWarningTooltip"], usesInheritance: true, ngImport: i0 });
|
246
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: McWarningTooltipTrigger, decorators: [{
|
247
|
+
type: Directive,
|
248
|
+
args: [{
|
249
|
+
selector: '[mcWarningTooltip]',
|
250
|
+
exportAs: 'mcWarningTooltip',
|
251
|
+
host: {
|
252
|
+
'[class.mc-tooltip_open]': 'isOpen',
|
253
|
+
'(keydown)': 'handleKeydown($event)',
|
254
|
+
'(touchend)': 'handleTouchend()'
|
255
|
+
}
|
256
|
+
}]
|
257
|
+
}], ctorParameters: function () { return [{ type: i2.Overlay }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i2.ScrollDispatcher }, { type: i0.ViewContainerRef }, { type: undefined, decorators: [{
|
258
|
+
type: Inject,
|
259
|
+
args: [MC_TOOLTIP_SCROLL_STRATEGY]
|
260
|
+
}] }, { type: i3.Directionality, decorators: [{
|
261
|
+
type: Optional
|
262
|
+
}] }]; }, propDecorators: { content: [{
|
263
|
+
type: Input,
|
264
|
+
args: ['mcWarningTooltip']
|
265
|
+
}] } });
|
266
|
+
class McExtendedTooltipTrigger extends McTooltipTrigger {
|
267
|
+
constructor(overlay, elementRef, ngZone, scrollDispatcher, hostView, scrollStrategy, direction) {
|
268
|
+
super(overlay, elementRef, ngZone, scrollDispatcher, hostView, scrollStrategy, direction);
|
269
|
+
this.modifier = TooltipModifier.Extended;
|
408
270
|
}
|
409
|
-
|
410
|
-
|
411
|
-
this.hide();
|
412
|
-
}
|
271
|
+
get content() {
|
272
|
+
return this._content;
|
413
273
|
}
|
414
|
-
|
415
|
-
this.
|
274
|
+
set content(content) {
|
275
|
+
this._content = content;
|
276
|
+
this.updateData();
|
416
277
|
}
|
417
|
-
|
418
|
-
this.
|
419
|
-
if (this.mcTrigger.includes('hover')) {
|
420
|
-
this.manualListeners
|
421
|
-
.set('mouseenter', () => this.show())
|
422
|
-
.set('mouseleave', () => this.hide())
|
423
|
-
.forEach((listener, event) => this.elementRef.nativeElement.addEventListener(event, listener));
|
424
|
-
}
|
425
|
-
if (this.mcTrigger.includes('focus')) {
|
426
|
-
this.manualListeners
|
427
|
-
.set('focus', () => this.show())
|
428
|
-
.set('blur', () => this.hide())
|
429
|
-
.forEach((listener, event) => this.elementRef.nativeElement.addEventListener(event, listener));
|
430
|
-
}
|
278
|
+
get header() {
|
279
|
+
return this._header;
|
431
280
|
}
|
432
|
-
|
433
|
-
this.
|
434
|
-
|
435
|
-
});
|
436
|
-
this.manualListeners.clear();
|
281
|
+
set header(header) {
|
282
|
+
this._header = header;
|
283
|
+
this.updateData();
|
437
284
|
}
|
438
|
-
|
439
|
-
if (this.
|
285
|
+
updateData() {
|
286
|
+
if (!this.instance) {
|
440
287
|
return;
|
441
288
|
}
|
442
|
-
|
443
|
-
|
444
|
-
this.detach();
|
445
|
-
this.portal = this.portal || new ComponentPortal(McTooltipComponent, this.hostView);
|
446
|
-
this.tooltip = this.overlayRef.attach(this.portal).instance;
|
447
|
-
this.tooltip.afterHidden()
|
448
|
-
.pipe(takeUntil(this.destroyed))
|
449
|
-
.subscribe(() => this.detach());
|
450
|
-
this.isDynamicTooltip = true;
|
451
|
-
const properties = [
|
452
|
-
'mcTitle',
|
453
|
-
'mcPlacement',
|
454
|
-
'mcTrigger',
|
455
|
-
'mcTooltipDisabled',
|
456
|
-
'mcMouseEnterDelay',
|
457
|
-
'mcMouseLeaveDelay',
|
458
|
-
'mcTooltipClass'
|
459
|
-
];
|
460
|
-
properties.forEach((property) => this.updateCompValue(property, this[property]));
|
461
|
-
this.tooltip.mcVisibleChange
|
462
|
-
.pipe(takeUntil(this.$unsubscribe), distinctUntilChanged())
|
463
|
-
.subscribe((data) => {
|
464
|
-
this.mcVisible = data;
|
465
|
-
this.mcVisibleChange.emit(data);
|
466
|
-
this.isTooltipOpen = data;
|
467
|
-
});
|
468
|
-
}
|
469
|
-
this.updatePosition();
|
470
|
-
this.tooltip.show();
|
471
|
-
}
|
472
|
-
hide() {
|
473
|
-
if (this.tooltip) {
|
474
|
-
this.tooltip.hide();
|
475
|
-
}
|
476
|
-
}
|
477
|
-
/** Updates the position of the current tooltip. */
|
478
|
-
updatePosition() {
|
479
|
-
if (!this.overlayRef) {
|
480
|
-
this.overlayRef = this.createOverlay();
|
481
|
-
}
|
482
|
-
const position = this.overlayRef.getConfig().positionStrategy;
|
483
|
-
const origin = this.getOrigin();
|
484
|
-
const overlay = this.getOverlayPosition();
|
485
|
-
position.withPositions([
|
486
|
-
Object.assign(Object.assign({}, origin.main), overlay.main),
|
487
|
-
Object.assign(Object.assign({}, origin.fallback), overlay.fallback)
|
488
|
-
]);
|
489
|
-
if (this.tooltip) {
|
490
|
-
position.apply();
|
491
|
-
window.dispatchEvent(new Event('resize'));
|
492
|
-
}
|
493
|
-
}
|
494
|
-
/**
|
495
|
-
* Returns the origin position and a fallback position based on the user's position preference.
|
496
|
-
* The fallback position is the inverse of the origin (e.g. `'below' -> 'above'`).
|
497
|
-
*/
|
498
|
-
getOrigin() {
|
499
|
-
const position = this.mcPlacement;
|
500
|
-
const isLtr = !this.direction || this.direction.value === 'ltr';
|
501
|
-
let originPosition;
|
502
|
-
if (position === 'top' || position === 'bottom') {
|
503
|
-
originPosition = { originX: 'center', originY: position === 'top' ? 'top' : 'bottom' };
|
504
|
-
}
|
505
|
-
else if (position === 'top' ||
|
506
|
-
(position === 'left' && isLtr) ||
|
507
|
-
(position === 'right' && !isLtr)) {
|
508
|
-
originPosition = { originX: 'start', originY: 'center' };
|
509
|
-
}
|
510
|
-
else if (position === 'bottom' ||
|
511
|
-
(position === 'right' && isLtr) ||
|
512
|
-
(position === 'left' && !isLtr)) {
|
513
|
-
originPosition = { originX: 'end', originY: 'center' };
|
514
|
-
}
|
515
|
-
else {
|
516
|
-
throw getMcTooltipInvalidPositionError(position);
|
517
|
-
}
|
518
|
-
const { x, y } = this.invertPosition(originPosition.originX, originPosition.originY);
|
519
|
-
return {
|
520
|
-
main: originPosition,
|
521
|
-
fallback: { originX: x, originY: y }
|
522
|
-
};
|
523
|
-
}
|
524
|
-
/** Returns the overlay position and a fallback position based on the user's preference */
|
525
|
-
getOverlayPosition() {
|
526
|
-
const position = this.mcPlacement;
|
527
|
-
const isLtr = !this.direction || this.direction.value === 'ltr';
|
528
|
-
let overlayPosition;
|
529
|
-
if (position === 'top') {
|
530
|
-
overlayPosition = { overlayX: 'center', overlayY: 'bottom' };
|
531
|
-
}
|
532
|
-
else if (position === 'bottom') {
|
533
|
-
overlayPosition = { overlayX: 'center', overlayY: 'top' };
|
534
|
-
}
|
535
|
-
else if (position === 'top' ||
|
536
|
-
(position === 'left' && isLtr) ||
|
537
|
-
(position === 'right' && !isLtr)) {
|
538
|
-
overlayPosition = { overlayX: 'end', overlayY: 'center' };
|
539
|
-
}
|
540
|
-
else if (position === 'bottom' ||
|
541
|
-
(position === 'right' && isLtr) ||
|
542
|
-
(position === 'left' && !isLtr)) {
|
543
|
-
overlayPosition = { overlayX: 'start', overlayY: 'center' };
|
544
|
-
}
|
545
|
-
else {
|
546
|
-
throw getMcTooltipInvalidPositionError(position);
|
547
|
-
}
|
548
|
-
const { x, y } = this.invertPosition(overlayPosition.overlayX, overlayPosition.overlayY);
|
549
|
-
return {
|
550
|
-
main: overlayPosition,
|
551
|
-
fallback: { overlayX: x, overlayY: y }
|
552
|
-
};
|
553
|
-
}
|
554
|
-
/** Inverts an overlay position. */
|
555
|
-
invertPosition(x, y) {
|
556
|
-
let newX = x;
|
557
|
-
let newY = y;
|
558
|
-
if (this.mcPlacement === 'top' || this.mcPlacement === 'bottom') {
|
559
|
-
if (y === 'top') {
|
560
|
-
newY = 'bottom';
|
561
|
-
}
|
562
|
-
else if (y === 'bottom') {
|
563
|
-
newY = 'top';
|
564
|
-
}
|
565
|
-
}
|
566
|
-
else {
|
567
|
-
if (x === 'end') {
|
568
|
-
newX = 'start';
|
569
|
-
}
|
570
|
-
else if (x === 'start') {
|
571
|
-
newX = 'end';
|
572
|
-
}
|
573
|
-
}
|
574
|
-
return { x: newX, y: newY };
|
575
|
-
}
|
576
|
-
getTooltipArrowElem() {
|
577
|
-
var _a;
|
578
|
-
const arrowClassName = 'mc-tooltip-arrow';
|
579
|
-
return (_a = this.overlayRef) === null || _a === void 0 ? void 0 : _a.overlayElement.getElementsByClassName(arrowClassName)[0];
|
289
|
+
super.updateData();
|
290
|
+
this.instance.header = this.header;
|
580
291
|
}
|
581
292
|
}
|
582
|
-
|
583
|
-
|
584
|
-
|
585
|
-
|
586
|
-
|
587
|
-
'[
|
588
|
-
|
589
|
-
|
590
|
-
|
591
|
-
|
592
|
-
|
593
|
-
|
594
|
-
|
595
|
-
|
596
|
-
|
597
|
-
|
598
|
-
|
599
|
-
|
600
|
-
|
601
|
-
|
602
|
-
|
603
|
-
]
|
604
|
-
|
605
|
-
|
606
|
-
|
607
|
-
setTitle: [{ type: Input, args: ['mcTitle',] }],
|
608
|
-
disabled: [{ type: Input, args: ['mcTooltipDisabled',] }],
|
609
|
-
mcMouseEnterDelay: [{ type: Input }],
|
610
|
-
mcMouseLeaveDelay: [{ type: Input }],
|
611
|
-
mcTrigger: [{ type: Input }],
|
612
|
-
mcPlacement: [{ type: Input }],
|
613
|
-
mcTooltipClass: [{ type: Input }],
|
614
|
-
mcVisible: [{ type: Input }],
|
615
|
-
mcArrowPlacement: [{ type: Input }]
|
616
|
-
};
|
293
|
+
/** @nocollapse */ McExtendedTooltipTrigger.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: McExtendedTooltipTrigger, deps: [{ token: i2.Overlay }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i2.ScrollDispatcher }, { token: i0.ViewContainerRef }, { token: MC_TOOLTIP_SCROLL_STRATEGY }, { token: i3.Directionality, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
294
|
+
/** @nocollapse */ McExtendedTooltipTrigger.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.13", type: McExtendedTooltipTrigger, selector: "[mcExtendedTooltip]", inputs: { content: ["mcExtendedTooltip", "content"], header: ["mcTooltipHeader", "header"] }, host: { listeners: { "keydown": "handleKeydown($event)", "touchend": "handleTouchend()" }, properties: { "class.mc-tooltip_open": "isOpen" } }, exportAs: ["mcExtendedTooltip"], usesInheritance: true, ngImport: i0 });
|
295
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: McExtendedTooltipTrigger, decorators: [{
|
296
|
+
type: Directive,
|
297
|
+
args: [{
|
298
|
+
selector: '[mcExtendedTooltip]',
|
299
|
+
exportAs: 'mcExtendedTooltip',
|
300
|
+
host: {
|
301
|
+
'[class.mc-tooltip_open]': 'isOpen',
|
302
|
+
'(keydown)': 'handleKeydown($event)',
|
303
|
+
'(touchend)': 'handleTouchend()'
|
304
|
+
}
|
305
|
+
}]
|
306
|
+
}], ctorParameters: function () { return [{ type: i2.Overlay }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i2.ScrollDispatcher }, { type: i0.ViewContainerRef }, { type: undefined, decorators: [{
|
307
|
+
type: Inject,
|
308
|
+
args: [MC_TOOLTIP_SCROLL_STRATEGY]
|
309
|
+
}] }, { type: i3.Directionality, decorators: [{
|
310
|
+
type: Optional
|
311
|
+
}] }]; }, propDecorators: { content: [{
|
312
|
+
type: Input,
|
313
|
+
args: ['mcExtendedTooltip']
|
314
|
+
}], header: [{
|
315
|
+
type: Input,
|
316
|
+
args: ['mcTooltipHeader']
|
317
|
+
}] } });
|
617
318
|
|
618
319
|
class McToolTipModule {
|
619
320
|
}
|
620
|
-
McToolTipModule
|
621
|
-
|
622
|
-
|
623
|
-
|
624
|
-
|
625
|
-
|
626
|
-
|
627
|
-
|
628
|
-
|
321
|
+
/** @nocollapse */ McToolTipModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: McToolTipModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
322
|
+
/** @nocollapse */ McToolTipModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: McToolTipModule, declarations: [McTooltipComponent,
|
323
|
+
McTooltipTrigger,
|
324
|
+
McExtendedTooltipTrigger,
|
325
|
+
McWarningTooltipTrigger], imports: [CommonModule, OverlayModule], exports: [McTooltipComponent,
|
326
|
+
McTooltipTrigger,
|
327
|
+
McExtendedTooltipTrigger,
|
328
|
+
McWarningTooltipTrigger] });
|
329
|
+
/** @nocollapse */ McToolTipModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: McToolTipModule, providers: [
|
330
|
+
MC_TOOLTIP_SCROLL_STRATEGY_FACTORY_PROVIDER,
|
331
|
+
MC_TOOLTIP_OPEN_TIME_PROVIDER
|
332
|
+
], imports: [[CommonModule, OverlayModule]] });
|
333
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: McToolTipModule, decorators: [{
|
334
|
+
type: NgModule,
|
335
|
+
args: [{
|
336
|
+
declarations: [
|
337
|
+
McTooltipComponent,
|
338
|
+
McTooltipTrigger,
|
339
|
+
McExtendedTooltipTrigger,
|
340
|
+
McWarningTooltipTrigger
|
341
|
+
],
|
342
|
+
exports: [
|
343
|
+
McTooltipComponent,
|
344
|
+
McTooltipTrigger,
|
345
|
+
McExtendedTooltipTrigger,
|
346
|
+
McWarningTooltipTrigger
|
347
|
+
],
|
348
|
+
imports: [CommonModule, OverlayModule],
|
349
|
+
providers: [
|
350
|
+
MC_TOOLTIP_SCROLL_STRATEGY_FACTORY_PROVIDER,
|
351
|
+
MC_TOOLTIP_OPEN_TIME_PROVIDER
|
352
|
+
],
|
353
|
+
entryComponents: [McTooltipComponent]
|
354
|
+
}]
|
355
|
+
}] });
|
629
356
|
|
630
357
|
/**
|
631
358
|
* Generated bundle index. Do not edit.
|
632
359
|
*/
|
633
360
|
|
634
|
-
export {
|
361
|
+
export { MC_TOOLTIP_OPEN_TIME, MC_TOOLTIP_OPEN_TIME_PROVIDER, MC_TOOLTIP_SCROLL_STRATEGY, MC_TOOLTIP_SCROLL_STRATEGY_FACTORY_PROVIDER, MIN_TIME_FOR_DELAY, McExtendedTooltipTrigger, McToolTipModule, McTooltipComponent, McTooltipTrigger, McWarningTooltipTrigger, TooltipModifier, mcTooltipScrollStrategyFactory };
|
635
362
|
//# sourceMappingURL=ptsecurity-mosaic-tooltip.js.map
|