@ptsecurity/mosaic 12.1.0 → 12.3.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 +38 -157
- package/_visual.scss +0 -1
- package/bundles/ptsecurity-mosaic-autocomplete.umd.js +18 -20
- package/bundles/ptsecurity-mosaic-autocomplete.umd.js.map +1 -1
- package/bundles/ptsecurity-mosaic-button-toggle.umd.js +15 -17
- package/bundles/ptsecurity-mosaic-button-toggle.umd.js.map +1 -1
- package/bundles/ptsecurity-mosaic-button.umd.js +17 -19
- package/bundles/ptsecurity-mosaic-button.umd.js.map +1 -1
- package/bundles/ptsecurity-mosaic-card.umd.js +11 -13
- package/bundles/ptsecurity-mosaic-card.umd.js.map +1 -1
- package/bundles/ptsecurity-mosaic-checkbox.umd.js +14 -16
- package/bundles/ptsecurity-mosaic-checkbox.umd.js.map +1 -1
- package/bundles/ptsecurity-mosaic-core.umd.js +122 -168
- package/bundles/ptsecurity-mosaic-core.umd.js.map +1 -1
- package/bundles/ptsecurity-mosaic-datepicker.umd.js +53 -48
- package/bundles/ptsecurity-mosaic-datepicker.umd.js.map +1 -1
- package/bundles/ptsecurity-mosaic-design-tokens.umd.js +3 -4
- package/bundles/ptsecurity-mosaic-design-tokens.umd.js.map +1 -1
- package/bundles/ptsecurity-mosaic-divider.umd.js +11 -13
- package/bundles/ptsecurity-mosaic-divider.umd.js.map +1 -1
- package/bundles/ptsecurity-mosaic-dropdown.umd.js +36 -23
- package/bundles/ptsecurity-mosaic-dropdown.umd.js.map +1 -1
- package/bundles/ptsecurity-mosaic-form-field.umd.js +737 -738
- package/bundles/ptsecurity-mosaic-form-field.umd.js.map +1 -1
- package/bundles/ptsecurity-mosaic-icon.umd.js +14 -16
- package/bundles/ptsecurity-mosaic-icon.umd.js.map +1 -1
- package/bundles/ptsecurity-mosaic-input.umd.js +45 -33
- package/bundles/ptsecurity-mosaic-input.umd.js.map +1 -1
- package/bundles/ptsecurity-mosaic-link.umd.js +11 -13
- package/bundles/ptsecurity-mosaic-link.umd.js.map +1 -1
- package/bundles/ptsecurity-mosaic-list.umd.js +37 -36
- package/bundles/ptsecurity-mosaic-list.umd.js.map +1 -1
- package/bundles/ptsecurity-mosaic-modal.umd.js +52 -44
- package/bundles/ptsecurity-mosaic-modal.umd.js.map +1 -1
- package/bundles/ptsecurity-mosaic-navbar.umd.js +40 -42
- package/bundles/ptsecurity-mosaic-navbar.umd.js.map +1 -1
- package/bundles/ptsecurity-mosaic-popover.umd.js +215 -34
- package/bundles/ptsecurity-mosaic-popover.umd.js.map +1 -1
- package/bundles/ptsecurity-mosaic-progress-bar.umd.js +12 -14
- package/bundles/ptsecurity-mosaic-progress-bar.umd.js.map +1 -1
- package/bundles/ptsecurity-mosaic-progress-spinner.umd.js +12 -14
- package/bundles/ptsecurity-mosaic-progress-spinner.umd.js.map +1 -1
- package/bundles/ptsecurity-mosaic-radio.umd.js +14 -16
- package/bundles/ptsecurity-mosaic-radio.umd.js.map +1 -1
- package/bundles/ptsecurity-mosaic-select.umd.js +22 -24
- package/bundles/ptsecurity-mosaic-select.umd.js.map +1 -1
- package/bundles/ptsecurity-mosaic-sidebar.umd.js +17 -19
- package/bundles/ptsecurity-mosaic-sidebar.umd.js.map +1 -1
- package/bundles/ptsecurity-mosaic-sidepanel.umd.js +62 -58
- package/bundles/ptsecurity-mosaic-sidepanel.umd.js.map +1 -1
- package/bundles/ptsecurity-mosaic-splitter.umd.js +245 -48
- package/bundles/ptsecurity-mosaic-splitter.umd.js.map +1 -1
- package/bundles/ptsecurity-mosaic-table.umd.js +11 -13
- package/bundles/ptsecurity-mosaic-table.umd.js.map +1 -1
- package/bundles/ptsecurity-mosaic-tabs.umd.js +56 -58
- package/bundles/ptsecurity-mosaic-tabs.umd.js.map +1 -1
- package/bundles/ptsecurity-mosaic-tags.umd.js +77 -73
- package/bundles/ptsecurity-mosaic-tags.umd.js.map +1 -1
- package/bundles/ptsecurity-mosaic-textarea.umd.js +12 -14
- package/bundles/ptsecurity-mosaic-textarea.umd.js.map +1 -1
- package/bundles/ptsecurity-mosaic-timepicker.umd.js +15 -16
- package/bundles/ptsecurity-mosaic-timepicker.umd.js.map +1 -1
- package/bundles/ptsecurity-mosaic-toggle.umd.js +11 -13
- package/bundles/ptsecurity-mosaic-toggle.umd.js.map +1 -1
- package/bundles/ptsecurity-mosaic-tooltip.umd.js +72 -23
- package/bundles/ptsecurity-mosaic-tooltip.umd.js.map +1 -1
- package/bundles/ptsecurity-mosaic-tree-select.umd.js +17 -18
- package/bundles/ptsecurity-mosaic-tree-select.umd.js.map +1 -1
- package/bundles/ptsecurity-mosaic-tree.umd.js +45 -53
- package/bundles/ptsecurity-mosaic-tree.umd.js.map +1 -1
- package/bundles/ptsecurity-mosaic.umd.js +2 -2
- package/core/pop-up/pop-up-trigger.d.ts +9 -12
- package/design-tokens/style-dictionary/build.js +6 -0
- package/design-tokens/style-dictionary/configs/index.js +2 -1
- package/design-tokens/tokens.d.ts +0 -1
- package/dropdown/dropdown-item.component.d.ts +1 -0
- package/esm2015/autocomplete/autocomplete-origin.directive.js +4 -4
- package/esm2015/autocomplete/autocomplete-trigger.directive.js +4 -4
- package/esm2015/autocomplete/autocomplete.component.js +4 -4
- package/esm2015/autocomplete/autocomplete.module.js +5 -5
- package/esm2015/button/button.component.js +10 -10
- package/esm2015/button/button.module.js +5 -5
- package/esm2015/button-toggle/button-toggle.component.js +7 -7
- package/esm2015/button-toggle/button-toggle.module.js +5 -5
- package/esm2015/card/card.component.js +4 -4
- package/esm2015/card/card.module.js +5 -5
- package/esm2015/checkbox/checkbox-module.js +5 -5
- package/esm2015/checkbox/checkbox-required-validator.js +4 -4
- package/esm2015/checkbox/checkbox.js +4 -4
- package/esm2015/core/common-behaviors/common-module.js +5 -5
- package/esm2015/core/error/error-options.js +7 -7
- package/esm2015/core/formatters/date/formatter.js +6 -5
- package/esm2015/core/formatters/index.js +5 -5
- package/esm2015/core/formatters/number/formatter.js +5 -5
- package/esm2015/core/forms/forms-module.js +5 -5
- package/esm2015/core/forms/forms.directive.js +7 -7
- package/esm2015/core/highlight/highlight.pipe.js +4 -4
- package/esm2015/core/highlight/index.js +5 -5
- package/esm2015/core/line/line.js +8 -8
- package/esm2015/core/option/action.js +4 -4
- package/esm2015/core/option/optgroup.js +4 -4
- package/esm2015/core/option/option-module.js +5 -5
- package/esm2015/core/option/option.js +4 -4
- package/esm2015/core/pop-up/pop-up-trigger.js +32 -66
- package/esm2015/core/pop-up/pop-up.js +4 -4
- package/esm2015/core/selection/pseudo-checkbox/pseudo-checkbox.js +4 -4
- package/esm2015/core/selection/pseudo-checkbox/pseudo-checkbox.module.js +5 -5
- package/esm2015/core/services/measure-scrollbar.service.js +4 -4
- package/esm2015/datepicker/calendar-body.component.js +4 -4
- package/esm2015/datepicker/calendar.component.js +7 -7
- package/esm2015/datepicker/datepicker-input.directive.js +12 -5
- package/esm2015/datepicker/datepicker-intl.js +4 -4
- package/esm2015/datepicker/datepicker-module.js +5 -5
- package/esm2015/datepicker/datepicker-toggle.component.js +7 -7
- package/esm2015/datepicker/datepicker.component.js +7 -7
- package/esm2015/datepicker/month-view.component.js +4 -4
- package/esm2015/datepicker/multi-year-view.component.js +4 -4
- package/esm2015/datepicker/year-view.component.js +4 -4
- package/esm2015/design-tokens/tokens.js +1 -2
- package/esm2015/divider/divider.component.js +4 -4
- package/esm2015/divider/divider.module.js +5 -5
- package/esm2015/dropdown/dropdown-content.directive.js +4 -4
- package/esm2015/dropdown/dropdown-item.component.js +11 -4
- package/esm2015/dropdown/dropdown-trigger.directive.js +13 -5
- package/esm2015/dropdown/dropdown.component.js +4 -4
- package/esm2015/dropdown/dropdown.module.js +5 -5
- package/esm2015/form-field/cleaner.js +9 -5
- package/esm2015/form-field/form-field.js +7 -7
- package/esm2015/form-field/form-field.module.js +5 -5
- package/esm2015/form-field/hint.js +4 -4
- package/esm2015/form-field/prefix.js +4 -4
- package/esm2015/form-field/stepper.js +4 -4
- package/esm2015/form-field/suffix.js +4 -4
- package/esm2015/icon/icon.component.js +7 -7
- package/esm2015/icon/icon.module.js +5 -5
- package/esm2015/input/input-number-validators.js +28 -14
- package/esm2015/input/input-number.js +4 -4
- package/esm2015/input/input.js +7 -7
- package/esm2015/input/input.module.js +5 -5
- package/esm2015/link/link.component.js +4 -4
- package/esm2015/link/link.module.js +5 -5
- package/esm2015/list/list-selection.component.js +24 -21
- package/esm2015/list/list.component.js +7 -7
- package/esm2015/list/list.module.js +5 -5
- package/esm2015/modal/css-unit.pipe.js +4 -4
- package/esm2015/modal/modal-control.service.js +4 -4
- package/esm2015/modal/modal.component.js +6 -4
- package/esm2015/modal/modal.directive.js +13 -13
- package/esm2015/modal/modal.module.js +9 -7
- package/esm2015/modal/modal.service.js +16 -9
- package/esm2015/navbar/navbar-item.component.js +21 -21
- package/esm2015/navbar/navbar.component.js +7 -7
- package/esm2015/navbar/navbar.module.js +5 -5
- package/esm2015/navbar/vertical-navbar.component.js +7 -7
- package/esm2015/popover/popover-confirm.component.js +116 -0
- package/esm2015/popover/popover.component.js +63 -20
- package/esm2015/popover/popover.module.js +13 -10
- package/esm2015/popover/public-api.js +2 -1
- package/esm2015/progress-bar/progress-bar.component.js +4 -4
- package/esm2015/progress-bar/progress-bar.module.js +5 -5
- package/esm2015/progress-spinner/progress-spinner.component.js +4 -4
- package/esm2015/progress-spinner/progress-spinner.module.js +5 -5
- package/esm2015/radio/radio.component.js +7 -7
- package/esm2015/radio/radio.module.js +5 -5
- package/esm2015/select/select.component.js +14 -14
- package/esm2015/select/select.module.js +5 -5
- package/esm2015/sidebar/sidebar.component.js +10 -10
- package/esm2015/sidebar/sidebar.module.js +5 -5
- package/esm2015/sidepanel/sidepanel-container.component.js +14 -13
- package/esm2015/sidepanel/sidepanel-directives.js +22 -18
- package/esm2015/sidepanel/sidepanel.module.js +12 -8
- package/esm2015/sidepanel/sidepanel.service.js +6 -5
- package/esm2015/splitter/splitter.component.js +198 -40
- package/esm2015/splitter/splitter.module.js +8 -6
- package/esm2015/table/table.component.js +4 -4
- package/esm2015/table/table.module.js +5 -5
- package/esm2015/tabs/paginated-tab-header.js +4 -4
- package/esm2015/tabs/tab-body.component.js +7 -7
- package/esm2015/tabs/tab-content.directive.js +4 -4
- package/esm2015/tabs/tab-group.component.js +19 -19
- package/esm2015/tabs/tab-header.component.js +4 -4
- package/esm2015/tabs/tab-label-wrapper.directive.js +4 -4
- package/esm2015/tabs/tab-label.directive.js +4 -4
- package/esm2015/tabs/tab-nav-bar/tab-nav-bar.js +7 -7
- package/esm2015/tabs/tab.component.js +4 -4
- package/esm2015/tabs/tabs.module.js +5 -5
- package/esm2015/tags/tag-input.js +4 -4
- package/esm2015/tags/tag-list.component.js +4 -4
- package/esm2015/tags/tag.component.js +61 -57
- package/esm2015/tags/tag.module.js +5 -5
- package/esm2015/textarea/textarea.component.js +4 -4
- package/esm2015/textarea/textarea.module.js +5 -5
- package/esm2015/timepicker/timepicker.directive.js +8 -7
- package/esm2015/timepicker/timepicker.module.js +5 -5
- package/esm2015/toggle/toggle.component.js +4 -4
- package/esm2015/toggle/toggle.module.js +5 -5
- package/esm2015/tooltip/tooltip.component.js +55 -16
- package/esm2015/tooltip/tooltip.module.js +5 -5
- package/esm2015/tree/node.js +4 -4
- package/esm2015/tree/outlet.js +4 -4
- package/esm2015/tree/padding.directive.js +5 -8
- package/esm2015/tree/toggle.js +11 -11
- package/esm2015/tree/tree-base.js +7 -7
- package/esm2015/tree/tree-option.component.js +5 -5
- package/esm2015/tree/tree-selection.component.js +4 -4
- package/esm2015/tree/tree.js +4 -4
- package/esm2015/tree/tree.module.js +5 -8
- package/esm2015/tree-select/tree-select.component.js +9 -8
- package/esm2015/tree-select/tree-select.module.js +5 -5
- package/fesm2015/ptsecurity-mosaic-autocomplete.js +13 -13
- package/fesm2015/ptsecurity-mosaic-autocomplete.js.map +1 -1
- package/fesm2015/ptsecurity-mosaic-button-toggle.js +10 -10
- package/fesm2015/ptsecurity-mosaic-button-toggle.js.map +1 -1
- package/fesm2015/ptsecurity-mosaic-button.js +13 -13
- package/fesm2015/ptsecurity-mosaic-button.js.map +1 -1
- package/fesm2015/ptsecurity-mosaic-card.js +7 -7
- package/fesm2015/ptsecurity-mosaic-card.js.map +1 -1
- package/fesm2015/ptsecurity-mosaic-checkbox.js +10 -10
- package/fesm2015/ptsecurity-mosaic-checkbox.js.map +1 -1
- package/fesm2015/ptsecurity-mosaic-core.js +102 -136
- package/fesm2015/ptsecurity-mosaic-core.js.map +1 -1
- package/fesm2015/ptsecurity-mosaic-datepicker.js +48 -41
- package/fesm2015/ptsecurity-mosaic-datepicker.js.map +1 -1
- package/fesm2015/ptsecurity-mosaic-design-tokens.js +0 -1
- package/fesm2015/ptsecurity-mosaic-design-tokens.js.map +1 -1
- package/fesm2015/ptsecurity-mosaic-divider.js +7 -7
- package/fesm2015/ptsecurity-mosaic-divider.js.map +1 -1
- package/fesm2015/ptsecurity-mosaic-dropdown.js +32 -17
- package/fesm2015/ptsecurity-mosaic-dropdown.js.map +1 -1
- package/fesm2015/ptsecurity-mosaic-form-field.js +30 -27
- package/fesm2015/ptsecurity-mosaic-form-field.js.map +1 -1
- package/fesm2015/ptsecurity-mosaic-icon.js +10 -10
- package/fesm2015/ptsecurity-mosaic-icon.js.map +1 -1
- package/fesm2015/ptsecurity-mosaic-input.js +40 -26
- package/fesm2015/ptsecurity-mosaic-input.js.map +1 -1
- package/fesm2015/ptsecurity-mosaic-link.js +7 -7
- package/fesm2015/ptsecurity-mosaic-link.js.map +1 -1
- package/fesm2015/ptsecurity-mosaic-list.js +33 -30
- package/fesm2015/ptsecurity-mosaic-list.js.map +1 -1
- package/fesm2015/ptsecurity-mosaic-modal.js +46 -35
- package/fesm2015/ptsecurity-mosaic-modal.js.map +1 -1
- package/fesm2015/ptsecurity-mosaic-navbar.js +36 -36
- package/fesm2015/ptsecurity-mosaic-navbar.js.map +1 -1
- package/fesm2015/ptsecurity-mosaic-popover.js +179 -30
- package/fesm2015/ptsecurity-mosaic-popover.js.map +1 -1
- package/fesm2015/ptsecurity-mosaic-progress-bar.js +7 -7
- package/fesm2015/ptsecurity-mosaic-progress-bar.js.map +1 -1
- package/fesm2015/ptsecurity-mosaic-progress-spinner.js +7 -7
- package/fesm2015/ptsecurity-mosaic-progress-spinner.js.map +1 -1
- package/fesm2015/ptsecurity-mosaic-radio.js +10 -10
- package/fesm2015/ptsecurity-mosaic-radio.js.map +1 -1
- package/fesm2015/ptsecurity-mosaic-select.js +17 -17
- package/fesm2015/ptsecurity-mosaic-select.js.map +1 -1
- package/fesm2015/ptsecurity-mosaic-sidebar.js +13 -13
- package/fesm2015/ptsecurity-mosaic-sidebar.js.map +1 -1
- package/fesm2015/ptsecurity-mosaic-sidepanel.js +50 -41
- package/fesm2015/ptsecurity-mosaic-sidepanel.js.map +1 -1
- package/fesm2015/ptsecurity-mosaic-splitter.js +204 -44
- package/fesm2015/ptsecurity-mosaic-splitter.js.map +1 -1
- package/fesm2015/ptsecurity-mosaic-table.js +7 -7
- package/fesm2015/ptsecurity-mosaic-table.js.map +1 -1
- package/fesm2015/ptsecurity-mosaic-tabs.js +52 -52
- package/fesm2015/ptsecurity-mosaic-tabs.js.map +1 -1
- package/fesm2015/ptsecurity-mosaic-tags.js +70 -66
- package/fesm2015/ptsecurity-mosaic-tags.js.map +1 -1
- package/fesm2015/ptsecurity-mosaic-textarea.js +7 -7
- package/fesm2015/ptsecurity-mosaic-textarea.js.map +1 -1
- package/fesm2015/ptsecurity-mosaic-timepicker.js +11 -10
- package/fesm2015/ptsecurity-mosaic-timepicker.js.map +1 -1
- package/fesm2015/ptsecurity-mosaic-toggle.js +7 -7
- package/fesm2015/ptsecurity-mosaic-toggle.js.map +1 -1
- package/fesm2015/ptsecurity-mosaic-tooltip.js +57 -18
- package/fesm2015/ptsecurity-mosaic-tooltip.js.map +1 -1
- package/fesm2015/ptsecurity-mosaic-tree-select.js +12 -11
- package/fesm2015/ptsecurity-mosaic-tree-select.js.map +1 -1
- package/fesm2015/ptsecurity-mosaic-tree.js +40 -46
- package/fesm2015/ptsecurity-mosaic-tree.js.map +1 -1
- package/form-field/cleaner.d.ts +2 -0
- package/input/input-number-validators.d.ts +2 -2
- package/modal/modal.component.d.ts +2 -0
- package/modal/modal.module.d.ts +1 -1
- package/package.json +5 -5
- package/popover/popover-confirm.component.d.ts +33 -0
- package/popover/popover.component.d.ts +14 -4
- package/popover/popover.module.d.ts +6 -3
- 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/select/select.component.d.ts +2 -7
- package/sidepanel/sidepanel-directives.d.ts +2 -0
- package/sidepanel/sidepanel.module.d.ts +2 -1
- package/splitter/splitter.component.d.ts +46 -5
- package/splitter/splitter.module.d.ts +1 -1
- package/tags/tag.component.d.ts +20 -20
- package/tooltip/tooltip.component.d.ts +12 -3
- package/tree/padding.directive.d.ts +1 -1
- package/tree/toggle.d.ts +1 -1
- package/tree/tree-option.component.d.ts +1 -1
- package/tree/tree-selection.component.d.ts +2 -2
- package/tree/tree.module.d.ts +1 -1
- package/tree-select/tree-select.component.d.ts +2 -7
package/_theming.scss
CHANGED
@@ -1,4 +1,6 @@
|
|
1
1
|
// Import all the theming
|
2
|
+
@use '../../../node_modules/@angular/cdk/overlay/index' as overlay;
|
3
|
+
|
2
4
|
@keyframes mc-progress {
|
3
5
|
from {
|
4
6
|
background-position: 0 0;
|
@@ -96,7 +98,6 @@
|
|
96
98
|
|
97
99
|
|
98
100
|
// Do not edit directly
|
99
|
-
// Generated on Thu, 28 Oct 2021 12:33:10 GMT
|
100
101
|
|
101
102
|
$light-color-scheme-primary-default: #338FCC;
|
102
103
|
$light-color-scheme-second-default: #B3B3B3;
|
@@ -2219,149 +2220,6 @@ $swift-linear: all $swift-linear-duration $swift-linear-timing-function !default
|
|
2219
2220
|
}
|
2220
2221
|
}
|
2221
2222
|
|
2222
|
-
// We want overlays to always appear over user content, so set a baseline
|
2223
|
-
// very high z-index for the overlay container, which is where we create the new
|
2224
|
-
// stacking context for all overlays.
|
2225
|
-
$cdk-z-index-overlay-container: 1000 !default;
|
2226
|
-
$cdk-z-index-overlay: 1000 !default;
|
2227
|
-
$cdk-z-index-overlay-backdrop: 1000 !default;
|
2228
|
-
|
2229
|
-
// Background color for all of the backdrops
|
2230
|
-
$cdk-overlay-dark-backdrop-background: rgba(0, 0, 0, 0.32) !default;
|
2231
|
-
|
2232
|
-
// Default backdrop animation is based on the Material Design swift-ease-out.
|
2233
|
-
$backdrop-animation-duration: 400ms !default;
|
2234
|
-
$backdrop-animation-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1) !default;
|
2235
|
-
|
2236
|
-
|
2237
|
-
@mixin cdk-overlay() {
|
2238
|
-
.cdk-overlay-container, .cdk-global-overlay-wrapper {
|
2239
|
-
// Disable events from being captured on the overlay container.
|
2240
|
-
pointer-events: none;
|
2241
|
-
|
2242
|
-
// The container should be the size of the viewport.
|
2243
|
-
top: 0;
|
2244
|
-
left: 0;
|
2245
|
-
height: 100%;
|
2246
|
-
width: 100%;
|
2247
|
-
}
|
2248
|
-
|
2249
|
-
// The overlay-container is an invisible element which contains all individual overlays.
|
2250
|
-
.cdk-overlay-container {
|
2251
|
-
position: fixed;
|
2252
|
-
z-index: $cdk-z-index-overlay-container;
|
2253
|
-
|
2254
|
-
&:empty {
|
2255
|
-
// Hide the element when it doesn't have any child nodes. This doesn't
|
2256
|
-
// include overlays that have been detached, rather than disposed.
|
2257
|
-
display: none;
|
2258
|
-
}
|
2259
|
-
}
|
2260
|
-
|
2261
|
-
// We use an extra wrapper element in order to use make the overlay itself a flex item.
|
2262
|
-
// This makes centering the overlay easy without running into the subpixel rendering
|
2263
|
-
// problems tied to using `transform` and without interfering with the other position
|
2264
|
-
// strategies.
|
2265
|
-
.cdk-global-overlay-wrapper {
|
2266
|
-
display: flex;
|
2267
|
-
position: absolute;
|
2268
|
-
z-index: $cdk-z-index-overlay;
|
2269
|
-
}
|
2270
|
-
|
2271
|
-
// A single overlay pane.
|
2272
|
-
.cdk-overlay-pane {
|
2273
|
-
// Note: it's important for this one to start off `absolute`,
|
2274
|
-
// in order for us to be able to measure it correctly.
|
2275
|
-
position: absolute;
|
2276
|
-
pointer-events: auto;
|
2277
|
-
box-sizing: border-box;
|
2278
|
-
z-index: $cdk-z-index-overlay;
|
2279
|
-
|
2280
|
-
// For connected-position overlays, we set `display: flex` in
|
2281
|
-
// order to force `max-width` and `max-height` to take effect.
|
2282
|
-
display: flex;
|
2283
|
-
max-width: 100%;
|
2284
|
-
max-height: 100%;
|
2285
|
-
}
|
2286
|
-
|
2287
|
-
.cdk-overlay-backdrop {
|
2288
|
-
// TODO(jelbourn): reuse sidenav fullscreen mixin.
|
2289
|
-
position: absolute;
|
2290
|
-
top: 0;
|
2291
|
-
bottom: 0;
|
2292
|
-
left: 0;
|
2293
|
-
right: 0;
|
2294
|
-
|
2295
|
-
z-index: $cdk-z-index-overlay-backdrop;
|
2296
|
-
pointer-events: auto;
|
2297
|
-
-webkit-tap-highlight-color: transparent;
|
2298
|
-
transition: opacity $backdrop-animation-duration $backdrop-animation-timing-function;
|
2299
|
-
opacity: 0;
|
2300
|
-
|
2301
|
-
&.cdk-overlay-backdrop-showing {
|
2302
|
-
opacity: 1;
|
2303
|
-
|
2304
|
-
// Note that we can't import and use the `high-contrast` mixin from `_a11y.scss`, because
|
2305
|
-
// this file will be copied to the top-level `cdk` package when putting together the files
|
2306
|
-
// for npm. Any relative import paths we use here will become invalid once the file is copied.
|
2307
|
-
.cdk-high-contrast-active & {
|
2308
|
-
// In high contrast mode the rgba background will become solid
|
2309
|
-
// so we need to fall back to making it opaque using `opacity`.
|
2310
|
-
opacity: 0.6;
|
2311
|
-
}
|
2312
|
-
}
|
2313
|
-
}
|
2314
|
-
|
2315
|
-
.cdk-overlay-dark-backdrop {
|
2316
|
-
background: $cdk-overlay-dark-backdrop-background;
|
2317
|
-
}
|
2318
|
-
|
2319
|
-
.cdk-overlay-transparent-backdrop {
|
2320
|
-
// Note: as of Firefox 57, having the backdrop be `background: none` will prevent it from
|
2321
|
-
// capturing the user's mouse scroll events. Since we also can't use something like
|
2322
|
-
// `rgba(0, 0, 0, 0)`, we work around the inconsistency by not setting the background at
|
2323
|
-
// all and using `opacity` to make the element transparent.
|
2324
|
-
&, &.cdk-overlay-backdrop-showing {
|
2325
|
-
opacity: 0;
|
2326
|
-
}
|
2327
|
-
}
|
2328
|
-
|
2329
|
-
// Overlay parent element used with the connected position strategy. Used to constrain the
|
2330
|
-
// overlay element's size to fit within the viewport.
|
2331
|
-
.cdk-overlay-connected-position-bounding-box {
|
2332
|
-
position: absolute;
|
2333
|
-
z-index: $cdk-z-index-overlay;
|
2334
|
-
|
2335
|
-
// We use `display: flex` on this element exclusively for centering connected overlays.
|
2336
|
-
// When *not* centering, a top/left/bottom/right will be set which overrides the normal
|
2337
|
-
// flex layout.
|
2338
|
-
display: flex;
|
2339
|
-
|
2340
|
-
// We use the `column` direction here to avoid some flexbox issues in Edge
|
2341
|
-
// when using the "grow after open" options.
|
2342
|
-
flex-direction: column;
|
2343
|
-
|
2344
|
-
// Add some dimensions so the element has an `innerText` which some people depend on in tests.
|
2345
|
-
min-width: 1px;
|
2346
|
-
min-height: 1px;
|
2347
|
-
}
|
2348
|
-
|
2349
|
-
// Used when disabling global scrolling.
|
2350
|
-
.cdk-global-scrollblock {
|
2351
|
-
position: fixed;
|
2352
|
-
|
2353
|
-
// Necessary for the content not to lose its width. Note that we're using 100%, instead of
|
2354
|
-
// 100vw, because 100vw includes the width plus the scrollbar, whereas 100% is the width
|
2355
|
-
// that the element had before we made it `fixed`.
|
2356
|
-
width: 100%;
|
2357
|
-
|
2358
|
-
// Note: this will always add a scrollbar to whatever element it is on, which can
|
2359
|
-
// potentially result in double scrollbars. It shouldn't be an issue, because we won't
|
2360
|
-
// block scrolling on a page that doesn't have a scrollbar in the first place.
|
2361
|
-
overflow-y: scroll;
|
2362
|
-
}
|
2363
|
-
}
|
2364
|
-
|
2365
2223
|
|
2366
2224
|
|
2367
2225
|
|
@@ -3276,7 +3134,8 @@ $dark-warning: mc-palette($dark-color-scheme-warning-palette, $dark-color-scheme
|
|
3276
3134
|
color: white;
|
3277
3135
|
}
|
3278
3136
|
|
3279
|
-
&.mc-checked
|
3137
|
+
&.mc-checked,
|
3138
|
+
&.mc-indeterminate {
|
3280
3139
|
border-color: map-get($checkbox, state-checked-border);
|
3281
3140
|
|
3282
3141
|
background: map-get($checkbox, state-checked-background);
|
@@ -3921,21 +3780,22 @@ $fonts: (
|
|
3921
3780
|
border-color: transparent;
|
3922
3781
|
background-color: transparent;
|
3923
3782
|
|
3924
|
-
&:hover
|
3925
|
-
|
3783
|
+
&:hover {
|
3784
|
+
background-color: map-get($background, overlay-hover);
|
3785
|
+
|
3926
3786
|
& .mc-button-overlay {
|
3927
|
-
background:
|
3787
|
+
background-color: transparent;
|
3928
3788
|
}
|
3929
3789
|
}
|
3930
3790
|
|
3931
3791
|
&:active,
|
3932
3792
|
&.mc-active {
|
3933
3793
|
border-color: transparent;
|
3934
|
-
background-color:
|
3794
|
+
background-color: map-get($background, overlay-active);
|
3935
3795
|
box-shadow: none;
|
3936
3796
|
|
3937
3797
|
& .mc-button-overlay {
|
3938
|
-
background:
|
3798
|
+
background-color: transparent;
|
3939
3799
|
}
|
3940
3800
|
}
|
3941
3801
|
|
@@ -4262,6 +4122,10 @@ $mc-datepicker-today-fade-amount: 0.2;
|
|
4262
4122
|
background: map-get($background, overlay-hover);
|
4263
4123
|
}
|
4264
4124
|
|
4125
|
+
.mc-dropdown-item-overlay {
|
4126
|
+
background: transparent;
|
4127
|
+
}
|
4128
|
+
|
4265
4129
|
.mc-dropdown__divider {
|
4266
4130
|
background-color: map-get($foreground, divider);
|
4267
4131
|
}
|
@@ -4380,6 +4244,10 @@ $mc-datepicker-today-fade-amount: 0.2;
|
|
4380
4244
|
.mc-form-field__hint {
|
4381
4245
|
@include mc-typography-level-to-styles($config, $form-field-hint-font-default);
|
4382
4246
|
}
|
4247
|
+
|
4248
|
+
.mc-hint {
|
4249
|
+
@include mc-typography-level-to-styles($config, caption);
|
4250
|
+
}
|
4383
4251
|
}
|
4384
4252
|
|
4385
4253
|
|
@@ -6045,7 +5913,7 @@ $mc-datepicker-today-fade-amount: 0.2;
|
|
6045
5913
|
@mixin mc-core($typography-config: null) {
|
6046
5914
|
@include mosaic-typography($typography-config);
|
6047
5915
|
@include cdk-a11y();
|
6048
|
-
@include
|
5916
|
+
@include overlay.overlay();
|
6049
5917
|
}
|
6050
5918
|
|
6051
5919
|
// Mixin that renders all of the core styles that depend on the theme.
|
@@ -6063,6 +5931,14 @@ $mc-datepicker-today-fade-amount: 0.2;
|
|
6063
5931
|
.mc-theme-loaded-marker {
|
6064
5932
|
display: none;
|
6065
5933
|
}
|
5934
|
+
|
5935
|
+
.mc-error {
|
5936
|
+
color: mc-color(map-get($theme, error), 500);
|
5937
|
+
}
|
5938
|
+
|
5939
|
+
.mc-success {
|
5940
|
+
color: mc-color(map-get($theme, success), 500);
|
5941
|
+
}
|
6066
5942
|
}
|
6067
5943
|
|
6068
5944
|
|
@@ -6321,6 +6197,10 @@ $mc-datepicker-today-fade-amount: 0.2;
|
|
6321
6197
|
cursor: default;
|
6322
6198
|
}
|
6323
6199
|
}
|
6200
|
+
|
6201
|
+
.mc-gutter-ghost {
|
6202
|
+
background: mc-color($background, overlay-disabled);
|
6203
|
+
}
|
6324
6204
|
}
|
6325
6205
|
|
6326
6206
|
|
@@ -6337,12 +6217,12 @@ $mc-datepicker-today-fade-amount: 0.2;
|
|
6337
6217
|
& > td {
|
6338
6218
|
padding: {
|
6339
6219
|
top: var(--mc-table-size-row-padding-vertical, $table-size-row-padding-vertical);
|
6340
|
-
right: (var(--mc-table-size-row-padding-horizontal, $table-size-row-padding-horizontal) / 2);
|
6220
|
+
right: calc((var(--mc-table-size-row-padding-horizontal, $table-size-row-padding-horizontal) / 2));
|
6341
6221
|
bottom: (
|
6342
|
-
var(--mc-table-size-row-padding-vertical, $table-size-row-padding-vertical) -
|
6343
|
-
var(--mc-table-size-border-width, $table-size-border-width)
|
6222
|
+
calc(var(--mc-table-size-row-padding-vertical, $table-size-row-padding-vertical) -
|
6223
|
+
var(--mc-table-size-border-width, $table-size-border-width))
|
6344
6224
|
);
|
6345
|
-
left: (var(--mc-table-size-row-padding-horizontal, $table-size-row-padding-horizontal) / 2)
|
6225
|
+
left: calc((var(--mc-table-size-row-padding-horizontal, $table-size-row-padding-horizontal) / 2))
|
6346
6226
|
};
|
6347
6227
|
|
6348
6228
|
vertical-align: baseline;
|
@@ -6367,8 +6247,8 @@ $mc-datepicker-today-fade-amount: 0.2;
|
|
6367
6247
|
padding: {
|
6368
6248
|
top: var(--mc-table-size-row-padding-vertical, $table-size-row-padding-vertical);
|
6369
6249
|
bottom: (
|
6370
|
-
var(--mc-table-size-row-padding-vertical, $table-size-row-padding-vertical) -
|
6371
|
-
var(--mc-table-size-border-width, $table-size-border-width)
|
6250
|
+
calc(var(--mc-table-size-row-padding-vertical, $table-size-row-padding-vertical) -
|
6251
|
+
var(--mc-table-size-border-width, $table-size-border-width))
|
6372
6252
|
);
|
6373
6253
|
}
|
6374
6254
|
|
@@ -6382,6 +6262,7 @@ $mc-datepicker-today-fade-amount: 0.2;
|
|
6382
6262
|
border-bottom: var(--mc-table-size-border-width, $table-size-border-width) solid transparent;
|
6383
6263
|
}
|
6384
6264
|
}
|
6265
|
+
|
6385
6266
|
/* stylelint-enable no-descending-specificity */
|
6386
6267
|
}
|
6387
6268
|
|
package/_visual.scss
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
(function (global, factory) {
|
2
2
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/cdk/coercion'), require('@angular/core'), require('@ptsecurity/cdk/a11y'), require('@ptsecurity/mosaic/core'), require('@angular/common'), require('@angular/cdk/overlay'), require('@angular/cdk/portal'), require('@angular/forms'), require('@ptsecurity/cdk/keycodes'), require('rxjs'), require('rxjs/operators'), require('@angular/cdk/bidi'), require('@ptsecurity/mosaic/form-field'), require('@angular/cdk/scrolling')) :
|
3
3
|
typeof define === 'function' && define.amd ? define('@ptsecurity/mosaic/autocomplete', ['exports', '@angular/cdk/coercion', '@angular/core', '@ptsecurity/cdk/a11y', '@ptsecurity/mosaic/core', '@angular/common', '@angular/cdk/overlay', '@angular/cdk/portal', '@angular/forms', '@ptsecurity/cdk/keycodes', 'rxjs', 'rxjs/operators', '@angular/cdk/bidi', '@ptsecurity/mosaic/form-field', '@angular/cdk/scrolling'], factory) :
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.ptsecurity = global.ptsecurity || {}, global.ptsecurity.mosaic = global.ptsecurity.mosaic || {}, global.ptsecurity.mosaic.autocomplete = {}), global.ng.cdk.coercion, global.ng.core, global.mc.cdk.a11y, global.ptsecurity.mosaic.core, global.ng.common, global.ng.cdk.overlay, global.ng.cdk.portal, global.ng.forms, global.mc.cdk.keycodes, global.rxjs, global.rxjs.operators, global.ng.cdk.bidi, global.ptsecurity.mosaic[
|
5
|
-
}(this, (function (exports, coercion, i0, a11y, core, i1, i1$1, portal, forms, keycodes, rxjs, operators, i2, i3, i4) { 'use strict';
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.ptsecurity = global.ptsecurity || {}, global.ptsecurity.mosaic = global.ptsecurity.mosaic || {}, global.ptsecurity.mosaic.autocomplete = {}), global.ng.cdk.coercion, global.ng.core, global.mc.cdk.a11y, global.ptsecurity.mosaic.core, global.ng.common, global.ng.cdk.overlay, global.ng.cdk.portal, global.ng.forms, global.mc.cdk.keycodes, global.rxjs, global.rxjs.operators, global.ng.cdk.bidi, global.ptsecurity.mosaic["form-field"], global.ng.cdk.scrolling));
|
5
|
+
})(this, (function (exports, coercion, i0, a11y, core, i1, i1$1, portal, forms, keycodes, rxjs, operators, i2, i3, i4) { 'use strict';
|
6
6
|
|
7
7
|
function _interopNamespace(e) {
|
8
8
|
if (e && e.__esModule) return e;
|
@@ -13,14 +13,12 @@
|
|
13
13
|
var d = Object.getOwnPropertyDescriptor(e, k);
|
14
14
|
Object.defineProperty(n, k, d.get ? d : {
|
15
15
|
enumerable: true,
|
16
|
-
get: function () {
|
17
|
-
return e[k];
|
18
|
-
}
|
16
|
+
get: function () { return e[k]; }
|
19
17
|
});
|
20
18
|
}
|
21
19
|
});
|
22
20
|
}
|
23
|
-
n[
|
21
|
+
n["default"] = e;
|
24
22
|
return Object.freeze(n);
|
25
23
|
}
|
26
24
|
|
@@ -153,11 +151,11 @@
|
|
153
151
|
};
|
154
152
|
return McAutocomplete;
|
155
153
|
}());
|
156
|
-
/** @nocollapse */ McAutocomplete.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
157
|
-
/** @nocollapse */ McAutocomplete.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.
|
154
|
+
/** @nocollapse */ McAutocomplete.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: McAutocomplete, deps: [{ token: i0__namespace.ChangeDetectorRef }, { token: i0__namespace.ElementRef }, { token: MC_AUTOCOMPLETE_DEFAULT_OPTIONS }], target: i0__namespace.ɵɵFactoryTarget.Component });
|
155
|
+
/** @nocollapse */ McAutocomplete.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: McAutocomplete, selector: "mc-autocomplete", inputs: { displayWith: "displayWith", panelWidth: "panelWidth", classList: ["class", "classList"], autoActiveFirstOption: "autoActiveFirstOption", openOnFocus: "openOnFocus" }, outputs: { optionSelected: "optionSelected", opened: "opened", closed: "closed" }, host: { classAttribute: "mc-autocomplete" }, providers: [{
|
158
156
|
provide: core.MC_OPTION_PARENT_COMPONENT, useExisting: McAutocomplete
|
159
157
|
}], queries: [{ propertyName: "options", predicate: core.McOption, descendants: true }, { propertyName: "optionGroups", predicate: core.McOptgroup }], viewQueries: [{ propertyName: "template", first: true, predicate: i0.TemplateRef, descendants: true, static: true }, { propertyName: "panel", first: true, predicate: ["panel"], descendants: true }], exportAs: ["mcAutocomplete"], ngImport: i0__namespace, template: "<ng-template>\n <div class=\"mc-autocomplete-panel\" role=\"listbox\" [id]=\"id\" [ngClass]=\"classList\" #panel>\n <ng-content></ng-content>\n </div>\n</ng-template>\n", styles: [".mc-autocomplete-trigger{text-overflow:ellipsis}.mc-autocomplete-panel{visibility:hidden;position:relative;overflow:auto;-webkit-overflow-scrolling:touch;margin-top:-1px;min-width:100%;width:100%;max-width:none;max-height:256px;max-height:var(--mc-autocomplete-size-panel-max-height, 256px);border-width:1px;border-style:solid;border-bottom-left-radius:3px;border-bottom-left-radius:var(--mc-autocomplete-size-panel-border-radius, 3px);border-bottom-right-radius:3px;border-bottom-right-radius:var(--mc-autocomplete-size-panel-border-radius, 3px);padding:4px 0;padding:var(--mc-autocomplete-size-panel-padding, 4px 0)}.mc-autocomplete-panel.mc-autocomplete_visible{visibility:visible}.mc-autocomplete-panel.mc-autocomplete_hidden{visibility:hidden}.mc-autocomplete-panel-above .mc-autocomplete-panel{border-radius:3px 3px 0 0;border-radius:var(--mc-autocomplete-size-panel-border-radius, 3px) var(--mc-autocomplete-size-panel-border-radius, 3px) 0 0}.mc-autocomplete-panel .mc-divider-horizontal{margin-top:-1px}.cdk-high-contrast-active .mc-autocomplete-panel{outline:solid 1px}.cdk-high-contrast-active :host .mc-autocomplete-panel{outline:solid 1px}\n"], directives: [{ type: i1__namespace.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush, encapsulation: i0__namespace.ViewEncapsulation.None });
|
160
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
158
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: McAutocomplete, decorators: [{
|
161
159
|
type: i0.Component,
|
162
160
|
args: [{
|
163
161
|
selector: 'mc-autocomplete',
|
@@ -219,9 +217,9 @@
|
|
219
217
|
}
|
220
218
|
return McAutocompleteOrigin;
|
221
219
|
}());
|
222
|
-
/** @nocollapse */ McAutocompleteOrigin.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
223
|
-
/** @nocollapse */ McAutocompleteOrigin.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.
|
224
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
220
|
+
/** @nocollapse */ McAutocompleteOrigin.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: McAutocompleteOrigin, deps: [{ token: i0__namespace.ElementRef }], target: i0__namespace.ɵɵFactoryTarget.Directive });
|
221
|
+
/** @nocollapse */ McAutocompleteOrigin.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.13", type: McAutocompleteOrigin, selector: "[mcAutocompleteOrigin]", exportAs: ["mcAutocompleteOrigin"], ngImport: i0__namespace });
|
222
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: McAutocompleteOrigin, decorators: [{
|
225
223
|
type: i0.Directive,
|
226
224
|
args: [{
|
227
225
|
selector: '[mcAutocompleteOrigin]',
|
@@ -1057,9 +1055,9 @@
|
|
1057
1055
|
};
|
1058
1056
|
return McAutocompleteTrigger;
|
1059
1057
|
}());
|
1060
|
-
/** @nocollapse */ McAutocompleteTrigger.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
1061
|
-
/** @nocollapse */ McAutocompleteTrigger.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.
|
1062
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
1058
|
+
/** @nocollapse */ McAutocompleteTrigger.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: McAutocompleteTrigger, deps: [{ token: i0__namespace.ElementRef }, { token: i0__namespace.ViewContainerRef }, { token: i0__namespace.ChangeDetectorRef }, { token: i1__namespace$1.Overlay }, { token: i0__namespace.NgZone }, { token: MC_AUTOCOMPLETE_SCROLL_STRATEGY }, { token: i2__namespace.Directionality, optional: true }, { token: i3__namespace.McFormField, host: true, optional: true }, { token: i1.DOCUMENT, optional: true }, { token: i4__namespace.ViewportRuler }], target: i0__namespace.ɵɵFactoryTarget.Directive });
|
1059
|
+
/** @nocollapse */ McAutocompleteTrigger.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.13", type: McAutocompleteTrigger, selector: "input[mcAutocomplete], textarea[mcAutocomplete]", inputs: { autocomplete: ["mcAutocomplete", "autocomplete"], connectedTo: ["mcAutocompleteConnectedTo", "connectedTo"], autocompleteAttribute: ["autocomplete", "autocompleteAttribute"], autocompleteDisabled: ["mcAutocompleteDisabled", "autocompleteDisabled"] }, host: { listeners: { "focusin": "handleFocus()", "blur": "onTouched()", "input": "handleInput($event)", "keydown": "handleKeydown($event)", "click": "handleClick($event)" }, properties: { "attr.autocomplete": "autocompleteAttribute" }, classAttribute: "mc-autocomplete-trigger" }, providers: [MAT_AUTOCOMPLETE_VALUE_ACCESSOR], exportAs: ["mcAutocompleteTrigger"], ngImport: i0__namespace });
|
1060
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: McAutocompleteTrigger, decorators: [{
|
1063
1061
|
type: i0.Directive,
|
1064
1062
|
args: [{
|
1065
1063
|
selector: "input[mcAutocomplete], textarea[mcAutocomplete]",
|
@@ -1112,15 +1110,15 @@
|
|
1112
1110
|
}
|
1113
1111
|
return McAutocompleteModule;
|
1114
1112
|
}());
|
1115
|
-
/** @nocollapse */ McAutocompleteModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
1116
|
-
/** @nocollapse */ McAutocompleteModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.
|
1113
|
+
/** @nocollapse */ McAutocompleteModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: McAutocompleteModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
1114
|
+
/** @nocollapse */ McAutocompleteModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: McAutocompleteModule, declarations: [McAutocomplete, McAutocompleteTrigger, McAutocompleteOrigin], imports: [core.McOptionModule, i1$1.OverlayModule, core.McCommonModule, i1.CommonModule], exports: [McAutocomplete,
|
1117
1115
|
core.McOptionModule,
|
1118
1116
|
McAutocompleteTrigger,
|
1119
1117
|
McAutocompleteOrigin,
|
1120
1118
|
core.McCommonModule] });
|
1121
|
-
/** @nocollapse */ McAutocompleteModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.
|
1119
|
+
/** @nocollapse */ McAutocompleteModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: McAutocompleteModule, providers: [MC_AUTOCOMPLETE_SCROLL_STRATEGY_FACTORY_PROVIDER], imports: [[core.McOptionModule, i1$1.OverlayModule, core.McCommonModule, i1.CommonModule], core.McOptionModule,
|
1122
1120
|
core.McCommonModule] });
|
1123
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
1121
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: McAutocompleteModule, decorators: [{
|
1124
1122
|
type: i0.NgModule,
|
1125
1123
|
args: [{
|
1126
1124
|
imports: [core.McOptionModule, i1$1.OverlayModule, core.McCommonModule, i1.CommonModule],
|
@@ -1158,5 +1156,5 @@
|
|
1158
1156
|
|
1159
1157
|
Object.defineProperty(exports, '__esModule', { value: true });
|
1160
1158
|
|
1161
|
-
}))
|
1159
|
+
}));
|
1162
1160
|
//# sourceMappingURL=ptsecurity-mosaic-autocomplete.umd.js.map
|