@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,5 +1,6 @@
|
|
1
1
|
import { OnChanges, Provider, SimpleChanges } from '@angular/core';
|
2
2
|
import { AbstractControl, ValidationErrors, Validator } from '@angular/forms';
|
3
|
+
import * as i0 from "@angular/core";
|
3
4
|
export declare const MIN_VALIDATOR: Provider;
|
4
5
|
/**
|
5
6
|
* A directive which installs the {@link MinValidator} for any `formControlName`,
|
@@ -8,13 +9,15 @@ export declare const MIN_VALIDATOR: Provider;
|
|
8
9
|
* @experimental
|
9
10
|
*/
|
10
11
|
export declare class MinValidator implements Validator, OnChanges {
|
11
|
-
min:
|
12
|
+
min: number;
|
12
13
|
private validator;
|
13
14
|
private onChange;
|
14
15
|
ngOnChanges(changes: SimpleChanges): void;
|
15
16
|
validate(c: AbstractControl): ValidationErrors | null;
|
16
17
|
registerOnValidatorChange(fn: () => void): void;
|
17
18
|
private createValidator;
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MinValidator, never>;
|
20
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MinValidator, "[min][formControlName],[min][formControl],[min][ngModel]", never, { "min": "min"; }, {}, never>;
|
18
21
|
}
|
19
22
|
export declare const MAX_VALIDATOR: Provider;
|
20
23
|
/**
|
@@ -24,11 +27,13 @@ export declare const MAX_VALIDATOR: Provider;
|
|
24
27
|
* @experimental
|
25
28
|
*/
|
26
29
|
export declare class MaxValidator implements Validator, OnChanges {
|
27
|
-
max: string;
|
30
|
+
max: number | string;
|
28
31
|
private validator;
|
29
32
|
private onChange;
|
30
33
|
ngOnChanges(changes: SimpleChanges): void;
|
31
34
|
validate(c: AbstractControl): ValidationErrors | null;
|
32
35
|
registerOnValidatorChange(fn: () => void): void;
|
33
36
|
private createValidator;
|
37
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MaxValidator, never>;
|
38
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MaxValidator, "[max][formControlName],[max][formControl],[max][ngModel]", never, { "max": "max"; }, {}, never>;
|
34
39
|
}
|
package/input/input-number.d.ts
CHANGED
@@ -1,6 +1,7 @@
|
|
1
1
|
import { ElementRef } from '@angular/core';
|
2
2
|
import { NgControl } from '@angular/forms';
|
3
3
|
import { Subject } from 'rxjs';
|
4
|
+
import * as i0 from "@angular/core";
|
4
5
|
export declare const BIG_STEP = 10;
|
5
6
|
export declare const SMALL_STEP = 1;
|
6
7
|
export declare function normalizeSplitter(value: string): string;
|
@@ -27,4 +28,6 @@ export declare class McNumberInput {
|
|
27
28
|
stepUp(step: number): void;
|
28
29
|
stepDown(step: number): void;
|
29
30
|
private viewToModelUpdate;
|
31
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<McNumberInput, [null, { optional: true; self: true; }, { attribute: "step"; }, { attribute: "big-step"; }, { attribute: "min"; }, { attribute: "max"; }]>;
|
32
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<McNumberInput, "input[mcInput][type=\"number\"]", ["mcNumericalInput"], { "bigStep": "bigStep"; "step": "step"; "min": "min"; "max": "max"; }, {}, never>;
|
30
33
|
}
|
package/input/input.d.ts
CHANGED
@@ -4,6 +4,7 @@ import { CanUpdateErrorState, CanUpdateErrorStateCtor, ErrorStateMatcher, McVali
|
|
4
4
|
import { McFormFieldControl } from '@ptsecurity/mosaic/form-field';
|
5
5
|
import { Subject } from 'rxjs';
|
6
6
|
import { McNumberInput } from './input-number';
|
7
|
+
import * as i0 from "@angular/core";
|
7
8
|
export declare class McInputBase {
|
8
9
|
defaultErrorStateMatcher: ErrorStateMatcher;
|
9
10
|
parentForm: NgForm;
|
@@ -105,6 +106,10 @@ export declare class McInput extends McInputMixinBase implements McFormFieldCont
|
|
105
106
|
protected isNeverEmpty(): boolean;
|
106
107
|
/** Checks whether the input is invalid based on the native validation. */
|
107
108
|
protected isBadInput(): boolean;
|
109
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<McInput, [null, { optional: true; self: true; }, { optional: true; }, { optional: true; self: true; }, { optional: true; self: true; }, { optional: true; self: true; }, { optional: true; self: true; }, { optional: true; }, { optional: true; }, null, { optional: true; self: true; }]>;
|
110
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<McInput, "input[mcInput]", ["mcInput"], { "errorStateMatcher": "errorStateMatcher"; "placeholder": "placeholder"; "disabled": "disabled"; "id": "id"; "required": "required"; "type": "type"; "value": "value"; }, {}, never>;
|
108
111
|
}
|
109
112
|
export declare class McInputMono {
|
113
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<McInputMono, never>;
|
114
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<McInputMono, "input[mcInputMonospace]", ["McInputMonospace"], {}, {}, never>;
|
110
115
|
}
|
package/input/input.module.d.ts
CHANGED
@@ -1,2 +1,13 @@
|
|
1
|
+
import * as i0 from "@angular/core";
|
2
|
+
import * as i1 from "./input";
|
3
|
+
import * as i2 from "./input-number";
|
4
|
+
import * as i3 from "./input-number-validators";
|
5
|
+
import * as i4 from "@angular/common";
|
6
|
+
import * as i5 from "@angular/cdk/a11y";
|
7
|
+
import * as i6 from "@ptsecurity/mosaic/core";
|
8
|
+
import * as i7 from "@angular/forms";
|
1
9
|
export declare class McInputModule {
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<McInputModule, never>;
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<McInputModule, [typeof i1.McInput, typeof i2.McNumberInput, typeof i1.McInputMono, typeof i3.MinValidator, typeof i3.MaxValidator], [typeof i4.CommonModule, typeof i5.A11yModule, typeof i6.McCommonModule, typeof i7.FormsModule], [typeof i1.McInput, typeof i2.McNumberInput, typeof i1.McInputMono, typeof i3.MinValidator, typeof i3.MaxValidator]>;
|
12
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<McInputModule>;
|
2
13
|
}
|
package/input/package.json
CHANGED
@@ -5,7 +5,6 @@
|
|
5
5
|
"esm2015": "../esm2015/input/ptsecurity-mosaic-input.js",
|
6
6
|
"fesm2015": "../fesm2015/ptsecurity-mosaic-input.js",
|
7
7
|
"typings": "ptsecurity-mosaic-input.d.ts",
|
8
|
-
"metadata": "ptsecurity-mosaic-input.metadata.json",
|
9
8
|
"sideEffects": false,
|
10
9
|
"name": "@ptsecurity/mosaic/input"
|
11
10
|
}
|
package/link/link.component.d.ts
CHANGED
@@ -2,6 +2,7 @@ import { FocusMonitor } from '@angular/cdk/a11y';
|
|
2
2
|
import { ElementRef, OnDestroy, ChangeDetectorRef } from '@angular/core';
|
3
3
|
import { CanDisable, CanDisableCtor, HasTabIndex, HasTabIndexCtor } from '@ptsecurity/mosaic/core';
|
4
4
|
import { McIcon } from '@ptsecurity/mosaic/icon';
|
5
|
+
import * as i0 from "@angular/core";
|
5
6
|
export declare class McLinkBase {
|
6
7
|
}
|
7
8
|
export declare const McLinkMixinBase: HasTabIndexCtor & CanDisableCtor & typeof McLinkBase;
|
@@ -32,4 +33,6 @@ export declare class McLink extends McLinkMixinBase implements OnDestroy, HasTab
|
|
32
33
|
ngOnDestroy(): void;
|
33
34
|
focus(): void;
|
34
35
|
getHostElement(): any;
|
36
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<McLink, never>;
|
37
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<McLink, "[mc-link]", ["mcLink"], { "tabIndex": "tabIndex"; "disabled": "disabled"; "pseudo": "pseudo"; "noUnderline": "noUnderline"; "useVisited": "useVisited"; "print": "print"; }, {}, ["icon"]>;
|
35
38
|
}
|
package/link/link.module.d.ts
CHANGED
@@ -1,2 +1,9 @@
|
|
1
|
+
import * as i0 from "@angular/core";
|
2
|
+
import * as i1 from "./link.component";
|
3
|
+
import * as i2 from "@angular/common";
|
4
|
+
import * as i3 from "@angular/cdk/a11y";
|
1
5
|
export declare class McLinkModule {
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<McLinkModule, never>;
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<McLinkModule, [typeof i1.McLink], [typeof i2.CommonModule, typeof i3.A11yModule], [typeof i1.McLink]>;
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<McLinkModule>;
|
2
9
|
}
|
package/link/package.json
CHANGED
@@ -5,7 +5,6 @@
|
|
5
5
|
"esm2015": "../esm2015/link/ptsecurity-mosaic-link.js",
|
6
6
|
"fesm2015": "../fesm2015/ptsecurity-mosaic-link.js",
|
7
7
|
"typings": "ptsecurity-mosaic-link.d.ts",
|
8
|
-
"metadata": "ptsecurity-mosaic-link.metadata.json",
|
9
8
|
"sideEffects": false,
|
10
9
|
"name": "@ptsecurity/mosaic/link"
|
11
10
|
}
|
@@ -1,9 +1,13 @@
|
|
1
|
+
import { Clipboard } from '@angular/cdk/clipboard';
|
1
2
|
import { SelectionModel } from '@angular/cdk/collections';
|
2
3
|
import { AfterContentInit, ElementRef, EventEmitter, QueryList, ChangeDetectorRef, OnDestroy, OnInit, NgZone } from '@angular/core';
|
3
4
|
import { ControlValueAccessor } from '@angular/forms';
|
4
5
|
import { FocusKeyManager, IFocusableOption } from '@ptsecurity/cdk/a11y';
|
5
|
-
import {
|
6
|
+
import { CanDisable, CanDisableCtor, HasTabIndexCtor, HasTabIndex, MultipleMode, McOptgroup, McOptionActionComponent } from '@ptsecurity/mosaic/core';
|
7
|
+
import { McDropdownTrigger } from '@ptsecurity/mosaic/dropdown';
|
8
|
+
import { McTooltipTrigger } from '@ptsecurity/mosaic/tooltip';
|
6
9
|
import { Observable, Subject } from 'rxjs';
|
10
|
+
import * as i0 from "@angular/core";
|
7
11
|
export interface McOptionEvent {
|
8
12
|
option: McListOption;
|
9
13
|
}
|
@@ -21,7 +25,9 @@ export declare class McListOption implements OnDestroy, OnInit, IFocusableOption
|
|
21
25
|
hasFocus: boolean;
|
22
26
|
readonly onFocus: Subject<McOptionEvent>;
|
23
27
|
readonly onBlur: Subject<McOptionEvent>;
|
24
|
-
|
28
|
+
actionButton: McOptionActionComponent;
|
29
|
+
tooltipTrigger: McTooltipTrigger;
|
30
|
+
dropdownTrigger: McDropdownTrigger;
|
25
31
|
text: ElementRef;
|
26
32
|
checkboxPosition: 'before' | 'after';
|
27
33
|
/**
|
@@ -50,9 +56,12 @@ export declare class McListOption implements OnDestroy, OnInit, IFocusableOption
|
|
50
56
|
setSelected(selected: boolean): void;
|
51
57
|
getHeight(): number;
|
52
58
|
handleClick($event: any): void;
|
59
|
+
onKeydown($event: any): void;
|
53
60
|
focus(): void;
|
54
61
|
blur(): void;
|
55
62
|
getHostElement(): HTMLElement;
|
63
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<McListOption, [null, null, null, null, { optional: true; }]>;
|
64
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<McListOption, "mc-list-option", ["mcListOption"], { "checkboxPosition": "checkboxPosition"; "value": "value"; "disabled": "disabled"; "showCheckbox": "showCheckbox"; "selected": "selected"; }, {}, ["actionButton", "tooltipTrigger", "dropdownTrigger"], ["*", "mc-option-action"]>;
|
56
65
|
}
|
57
66
|
export declare const MC_SELECTION_LIST_VALUE_ACCESSOR: any;
|
58
67
|
export declare class McListSelectionChange {
|
@@ -60,6 +69,16 @@ export declare class McListSelectionChange {
|
|
60
69
|
option: McListOption;
|
61
70
|
constructor(source: McListSelection, option: McListOption);
|
62
71
|
}
|
72
|
+
export declare class McListSelectAllEvent<T> {
|
73
|
+
source: McListSelection;
|
74
|
+
options: T[];
|
75
|
+
constructor(source: McListSelection, options: T[]);
|
76
|
+
}
|
77
|
+
export declare class McListCopyEvent<T> {
|
78
|
+
source: McListSelection;
|
79
|
+
option: T;
|
80
|
+
constructor(source: McListSelection, option: T);
|
81
|
+
}
|
63
82
|
export declare class McListSelectionBase {
|
64
83
|
elementRef: ElementRef;
|
65
84
|
constructor(elementRef: ElementRef);
|
@@ -67,8 +86,11 @@ export declare class McListSelectionBase {
|
|
67
86
|
export declare const McListSelectionMixinBase: CanDisableCtor & HasTabIndexCtor & typeof McListSelectionBase;
|
68
87
|
export declare class McListSelection extends McListSelectionMixinBase implements CanDisable, HasTabIndex, AfterContentInit, ControlValueAccessor {
|
69
88
|
private changeDetectorRef;
|
89
|
+
private clipboard;
|
70
90
|
keyManager: FocusKeyManager<McListOption>;
|
71
91
|
options: QueryList<McListOption>;
|
92
|
+
readonly onSelectAll: EventEmitter<McListSelectAllEvent<McListOption>>;
|
93
|
+
readonly onCopy: EventEmitter<McListCopyEvent<McListOption>>;
|
72
94
|
get autoSelect(): boolean;
|
73
95
|
set autoSelect(value: boolean);
|
74
96
|
private _autoSelect;
|
@@ -92,7 +114,7 @@ export declare class McListSelection extends McListSelectionMixinBase implements
|
|
92
114
|
private readonly destroyed;
|
93
115
|
private optionFocusSubscription;
|
94
116
|
private optionBlurSubscription;
|
95
|
-
constructor(elementRef: ElementRef, changeDetectorRef: ChangeDetectorRef, multiple: MultipleMode);
|
117
|
+
constructor(elementRef: ElementRef, changeDetectorRef: ChangeDetectorRef, multiple: MultipleMode, clipboard: Clipboard);
|
96
118
|
/**
|
97
119
|
* Function used for comparing an option against the selected value when determining which
|
98
120
|
* options should appear as selected. The first argument is the value of an options. The second
|
@@ -123,6 +145,7 @@ export declare class McListSelection extends McListSelectionMixinBase implements
|
|
123
145
|
reportValueChange(): void;
|
124
146
|
emitChangeEvent(option: McListOption): void;
|
125
147
|
protected updateTabIndex(): void;
|
148
|
+
private onCopyDefaultHandler;
|
126
149
|
private resetOptions;
|
127
150
|
private dropSubscriptions;
|
128
151
|
private listenToOptionsFocus;
|
@@ -138,4 +161,8 @@ export declare class McListSelection extends McListSelectionMixinBase implements
|
|
138
161
|
private isValidIndex;
|
139
162
|
private getOptionIndex;
|
140
163
|
private onChange;
|
164
|
+
private selectAllOptions;
|
165
|
+
private copyActiveOption;
|
166
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<McListSelection, [null, null, { attribute: "multiple"; }, { optional: true; }]>;
|
167
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<McListSelection, "mc-list-selection", ["mcListSelection"], { "disabled": "disabled"; "autoSelect": "autoSelect"; "noUnselectLast": "noUnselectLast"; "horizontal": "horizontal"; "tabIndex": "tabIndex"; "compareWith": "compareWith"; }, { "onSelectAll": "onSelectAll"; "onCopy": "onCopy"; "selectionChange": "selectionChange"; }, ["options"], ["*"]>;
|
141
168
|
}
|
package/list/list.component.d.ts
CHANGED
@@ -1,6 +1,9 @@
|
|
1
1
|
import { AfterContentInit, ElementRef, QueryList } from '@angular/core';
|
2
2
|
import { McLine } from '@ptsecurity/mosaic/core';
|
3
|
+
import * as i0 from "@angular/core";
|
3
4
|
export declare class McList {
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<McList, never>;
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<McList, "mc-list", never, {}, {}, never, ["*"]>;
|
4
7
|
}
|
5
8
|
export declare class McListItem implements AfterContentInit {
|
6
9
|
private elementRef;
|
@@ -10,4 +13,6 @@ export declare class McListItem implements AfterContentInit {
|
|
10
13
|
handleFocus(): void;
|
11
14
|
handleBlur(): void;
|
12
15
|
getHostElement(): HTMLElement;
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<McListItem, never>;
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<McListItem, "mc-list-item, a[mc-list-item]", never, {}, {}, ["lines"], ["[mc-list-icon], [mcListIcon]", "[mc-line], [mcLine]", "*"]>;
|
13
18
|
}
|
package/list/list.module.d.ts
CHANGED
@@ -1,2 +1,11 @@
|
|
1
|
+
import * as i0 from "@angular/core";
|
2
|
+
import * as i1 from "./list.component";
|
3
|
+
import * as i2 from "./list-selection.component";
|
4
|
+
import * as i3 from "@angular/common";
|
5
|
+
import * as i4 from "@angular/cdk/a11y";
|
6
|
+
import * as i5 from "@ptsecurity/mosaic/core";
|
1
7
|
export declare class McListModule {
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<McListModule, never>;
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<McListModule, [typeof i1.McList, typeof i2.McListSelection, typeof i1.McListItem, typeof i2.McListOption], [typeof i3.CommonModule, typeof i4.A11yModule, typeof i5.McPseudoCheckboxModule, typeof i5.McLineModule, typeof i5.McOptionModule], [typeof i1.McList, typeof i2.McListSelection, typeof i1.McListItem, typeof i2.McListOption, typeof i5.McOptionModule]>;
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<McListModule>;
|
2
11
|
}
|
package/list/package.json
CHANGED
@@ -5,7 +5,6 @@
|
|
5
5
|
"esm2015": "../esm2015/list/ptsecurity-mosaic-list.js",
|
6
6
|
"fesm2015": "../fesm2015/ptsecurity-mosaic-list.js",
|
7
7
|
"typings": "ptsecurity-mosaic-list.d.ts",
|
8
|
-
"metadata": "ptsecurity-mosaic-list.metadata.json",
|
9
8
|
"sideEffects": false,
|
10
9
|
"name": "@ptsecurity/mosaic/list"
|
11
10
|
}
|
package/modal/css-unit.pipe.d.ts
CHANGED
@@ -1,4 +1,7 @@
|
|
1
1
|
import { PipeTransform } from '@angular/core';
|
2
|
+
import * as i0 from "@angular/core";
|
2
3
|
export declare class CssUnitPipe implements PipeTransform {
|
3
4
|
transform(value: number | string, defaultUnit?: string): string;
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CssUnitPipe, never>;
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<CssUnitPipe, "toCssUnit">;
|
4
7
|
}
|
@@ -1,5 +1,6 @@
|
|
1
1
|
import { Subject } from 'rxjs';
|
2
2
|
import { McModalRef } from './modal-ref.class';
|
3
|
+
import * as i0 from "@angular/core";
|
3
4
|
export declare class McModalControlService {
|
4
5
|
private parentService;
|
5
6
|
get afterAllClose(): Subject<void>;
|
@@ -13,4 +14,6 @@ export declare class McModalControlService {
|
|
13
14
|
hasRegistered(modalRef: McModalRef): boolean;
|
14
15
|
closeAll(): void;
|
15
16
|
private removeOpenModal;
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<McModalControlService, [{ optional: true; skipSelf: true; }]>;
|
18
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<McModalControlService>;
|
16
19
|
}
|
@@ -1,9 +1,11 @@
|
|
1
1
|
import { Overlay, OverlayRef } from '@angular/cdk/overlay';
|
2
2
|
import { AfterViewInit, ChangeDetectorRef, ComponentFactoryResolver, ComponentRef, ElementRef, EventEmitter, OnChanges, OnDestroy, OnInit, QueryList, Renderer2, SimpleChanges, TemplateRef, Type, ViewContainerRef } from '@angular/core';
|
3
|
+
import { ThemePalette } from '@ptsecurity/mosaic/core';
|
3
4
|
import { Observable } from 'rxjs';
|
4
5
|
import { McModalControlService } from './modal-control.service';
|
5
6
|
import { McModalRef } from './modal-ref.class';
|
6
7
|
import { IModalButtonOptions, IModalOptions, ModalSize, ModalType, OnClickCallback } from './modal.type';
|
8
|
+
import * as i0 from "@angular/core";
|
7
9
|
export declare const MODAL_ANIMATE_DURATION = 200;
|
8
10
|
export declare class McModalComponent<T = any, R = any> extends McModalRef<T, R> implements OnInit, OnChanges, AfterViewInit, OnDestroy, IModalOptions {
|
9
11
|
private overlay;
|
@@ -14,6 +16,7 @@ export declare class McModalComponent<T = any, R = any> extends McModalRef<T, R>
|
|
14
16
|
private modalControl;
|
15
17
|
private changeDetector;
|
16
18
|
private document;
|
19
|
+
themePalette: typeof ThemePalette;
|
17
20
|
mcModalType: ModalType;
|
18
21
|
mcComponent: Type<T>;
|
19
22
|
mcContent: string | TemplateRef<{}> | Type<T>;
|
@@ -118,4 +121,6 @@ export declare class McModalComponent<T = any, R = any> extends McModalRef<T, R>
|
|
118
121
|
* @param plusNum The number that the openModals.length will increase soon
|
119
122
|
*/
|
120
123
|
private changeBodyOverflow;
|
124
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<McModalComponent<any, any>, never>;
|
125
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<McModalComponent<any, any>, "mc-modal", never, { "mcModalType": "mcModalType"; "mcComponent": "mcComponent"; "mcContent": "mcContent"; "mcComponentParams": "mcComponentParams"; "mcFooter": "mcFooter"; "mcVisible": "mcVisible"; "mcZIndex": "mcZIndex"; "mcWidth": "mcWidth"; "mcSize": "mcSize"; "mcWrapClassName": "mcWrapClassName"; "mcClassName": "mcClassName"; "mcStyle": "mcStyle"; "mcTitle": "mcTitle"; "mcCloseByESC": "mcCloseByESC"; "mcClosable": "mcClosable"; "mcMask": "mcMask"; "mcMaskClosable": "mcMaskClosable"; "mcMaskStyle": "mcMaskStyle"; "mcBodyStyle": "mcBodyStyle"; "mcOkText": "mcOkText"; "mcOkType": "mcOkType"; "mcOkLoading": "mcOkLoading"; "mcOnOk": "mcOnOk"; "mcCancelText": "mcCancelText"; "mcCancelLoading": "mcCancelLoading"; "mcOnCancel": "mcOnCancel"; "mcGetContainer": "mcGetContainer"; }, { "mcVisibleChange": "mcVisibleChange"; "mcAfterOpen": "mcAfterOpen"; "mcAfterClose": "mcAfterClose"; "mcOnOk": "mcOnOk"; "mcOnCancel": "mcOnCancel"; }, never, ["*"]>;
|
121
126
|
}
|
@@ -1,8 +1,17 @@
|
|
1
|
+
import * as i0 from "@angular/core";
|
1
2
|
export declare class McModalTitle {
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<McModalTitle, never>;
|
4
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<McModalTitle, "[mc-modal-title], mc-modal-title, [mcModalTitle]", never, {}, {}, never>;
|
2
5
|
}
|
3
6
|
export declare class McModalBody {
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<McModalBody, never>;
|
8
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<McModalBody, "[mc-modal-body], mc-modal-body, [mcModalBody]", never, {}, {}, never>;
|
4
9
|
}
|
5
10
|
export declare class McModalFooter {
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<McModalFooter, never>;
|
12
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<McModalFooter, "[mc-modal-footer], mc-modal-footer, [mcModalFooter]", never, {}, {}, never>;
|
6
13
|
}
|
7
14
|
export declare class McModalMainAction {
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<McModalMainAction, never>;
|
16
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<McModalMainAction, "[mc-modal-main-action]", never, {}, {}, never>;
|
8
17
|
}
|
package/modal/modal.module.d.ts
CHANGED
@@ -1,2 +1,14 @@
|
|
1
|
+
import * as i0 from "@angular/core";
|
2
|
+
import * as i1 from "./modal.component";
|
3
|
+
import * as i2 from "./modal.directive";
|
4
|
+
import * as i3 from "./css-unit.pipe";
|
5
|
+
import * as i4 from "@angular/common";
|
6
|
+
import * as i5 from "@angular/cdk/overlay";
|
7
|
+
import * as i6 from "@angular/cdk/a11y";
|
8
|
+
import * as i7 from "@ptsecurity/mosaic/button";
|
9
|
+
import * as i8 from "@ptsecurity/mosaic/icon";
|
1
10
|
export declare class McModalModule {
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<McModalModule, never>;
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<McModalModule, [typeof i1.McModalComponent, typeof i2.McModalTitle, typeof i2.McModalBody, typeof i2.McModalFooter, typeof i3.CssUnitPipe, typeof i2.McModalMainAction], [typeof i4.CommonModule, typeof i5.OverlayModule, typeof i6.A11yModule, typeof i7.McButtonModule, typeof i8.McIconModule], [typeof i1.McModalComponent, typeof i2.McModalTitle, typeof i2.McModalBody, typeof i2.McModalFooter, typeof i2.McModalMainAction]>;
|
13
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<McModalModule>;
|
2
14
|
}
|
package/modal/modal.service.d.ts
CHANGED
@@ -4,6 +4,7 @@ import { McModalControlService } from './modal-control.service';
|
|
4
4
|
import { McModalRef } from './modal-ref.class';
|
5
5
|
import { McModalComponent } from './modal.component';
|
6
6
|
import { ConfirmType, IModalOptionsForService } from './modal.type';
|
7
|
+
import * as i0 from "@angular/core";
|
7
8
|
export declare class ModalBuilderForService {
|
8
9
|
private overlay;
|
9
10
|
private modalRef;
|
@@ -27,4 +28,6 @@ export declare class McModalService {
|
|
27
28
|
success<T>(options?: IModalOptionsForService<T>): McModalRef<T>;
|
28
29
|
delete<T>(options?: IModalOptionsForService<T>): McModalRef<T>;
|
29
30
|
private simpleConfirm;
|
31
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<McModalService, never>;
|
32
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<McModalService>;
|
30
33
|
}
|
package/modal/package.json
CHANGED
@@ -5,7 +5,6 @@
|
|
5
5
|
"esm2015": "../esm2015/modal/ptsecurity-mosaic-modal.js",
|
6
6
|
"fesm2015": "../fesm2015/ptsecurity-mosaic-modal.js",
|
7
7
|
"typings": "ptsecurity-mosaic-modal.d.ts",
|
8
|
-
"metadata": "ptsecurity-mosaic-modal.metadata.json",
|
9
8
|
"sideEffects": false,
|
10
9
|
"name": "@ptsecurity/mosaic/modal"
|
11
10
|
}
|
@@ -4,8 +4,11 @@ import { McButtonCssStyler } from '@ptsecurity/mosaic/button';
|
|
4
4
|
import { CanDisable, CanDisableCtor } from '@ptsecurity/mosaic/core';
|
5
5
|
import { McIcon } from '@ptsecurity/mosaic/icon';
|
6
6
|
import { Subject } from 'rxjs';
|
7
|
+
import * as i0 from "@angular/core";
|
7
8
|
export declare class McNavbarLogo {
|
8
9
|
readonly hovered: Subject<boolean>;
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<McNavbarLogo, never>;
|
11
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<McNavbarLogo, "mc-navbar-logo, [mc-navbar-logo]", never, {}, {}, never>;
|
9
12
|
}
|
10
13
|
export declare class McNavbarTitle implements AfterContentInit {
|
11
14
|
private elementRef;
|
@@ -15,6 +18,8 @@ export declare class McNavbarTitle implements AfterContentInit {
|
|
15
18
|
constructor(elementRef: ElementRef);
|
16
19
|
getOuterElementWidth(): number;
|
17
20
|
ngAfterContentInit(): void;
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<McNavbarTitle, never>;
|
22
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<McNavbarTitle, "mc-navbar-title, [mc-navbar-title]", never, {}, {}, never>;
|
18
23
|
}
|
19
24
|
export declare class McNavbarBrand implements AfterContentInit, OnDestroy {
|
20
25
|
logo: McNavbarLogo;
|
@@ -23,8 +28,12 @@ export declare class McNavbarBrand implements AfterContentInit, OnDestroy {
|
|
23
28
|
private destroyed;
|
24
29
|
ngAfterContentInit(): void;
|
25
30
|
ngOnDestroy(): void;
|
31
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<McNavbarBrand, never>;
|
32
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<McNavbarBrand, "mc-navbar-brand, [mc-navbar-brand]", never, {}, {}, ["logo", "title"]>;
|
26
33
|
}
|
27
34
|
export declare class McNavbarDivider {
|
35
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<McNavbarDivider, never>;
|
36
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<McNavbarDivider, "mc-navbar-divider", never, {}, {}, never>;
|
28
37
|
}
|
29
38
|
export declare class McNavbarItemBase {
|
30
39
|
elementRef: ElementRef;
|
@@ -34,6 +43,8 @@ export declare class McNavbarItemBase {
|
|
34
43
|
closed: boolean;
|
35
44
|
constructor(elementRef: ElementRef);
|
36
45
|
getOuterElementWidth(): number;
|
46
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<McNavbarItemBase, never>;
|
47
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<McNavbarItemBase, "mc-navbar-item, [mc-navbar-item], mc-navbar-divider, mc-navbar-brand, [mc-navbar-brand]", never, {}, {}, ["button"]>;
|
37
48
|
}
|
38
49
|
export declare const McNavbarMixinBase: CanDisableCtor & typeof McNavbarItemBase;
|
39
50
|
export declare class McNavbarItem extends McNavbarMixinBase implements OnDestroy, CanDisable, AfterContentInit {
|
@@ -56,4 +67,6 @@ export declare class McNavbarItem extends McNavbarMixinBase implements OnDestroy
|
|
56
67
|
ngOnDestroy(): void;
|
57
68
|
ngAfterContentInit(): void;
|
58
69
|
getTitleWidth(): number;
|
70
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<McNavbarItem, never>;
|
71
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<McNavbarItem, "mc-navbar-item, [mc-navbar-item]", ["mcNavbarItem"], { "disabled": "disabled"; "collapsable": "collapsable"; "collapsed": "collapsed"; "collapsedTitle": "collapsedTitle"; }, {}, ["button", "title", "icon"], ["*"]>;
|
59
72
|
}
|
@@ -1,8 +1,11 @@
|
|
1
1
|
import { AfterContentInit, AfterViewInit, ElementRef, OnDestroy, QueryList } from '@angular/core';
|
2
2
|
import { Subject } from 'rxjs';
|
3
3
|
import { McNavbarItem, McNavbarItemBase } from './navbar-item.component';
|
4
|
+
import * as i0 from "@angular/core";
|
4
5
|
export declare type McNavbarContainerPositionType = 'left' | 'right';
|
5
6
|
export declare class McNavbarContainer {
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<McNavbarContainer, never>;
|
8
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<McNavbarContainer, "mc-navbar-container", never, {}, {}, never>;
|
6
9
|
}
|
7
10
|
export declare class McNavbar implements AfterViewInit, AfterContentInit, OnDestroy {
|
8
11
|
private elementRef;
|
@@ -22,4 +25,6 @@ export declare class McNavbar implements AfterViewInit, AfterContentInit, OnDest
|
|
22
25
|
private collapseItems;
|
23
26
|
private unCollapseItems;
|
24
27
|
private setItemsState;
|
28
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<McNavbar, never>;
|
29
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<McNavbar, "mc-navbar", never, {}, {}, ["navbarBaseItems", "navbarItems"], ["[mc-navbar-container], mc-navbar-container"]>;
|
25
30
|
}
|
@@ -1,2 +1,13 @@
|
|
1
|
+
import * as i0 from "@angular/core";
|
2
|
+
import * as i1 from "./navbar.component";
|
3
|
+
import * as i2 from "./navbar-item.component";
|
4
|
+
import * as i3 from "./vertical-navbar.component";
|
5
|
+
import * as i4 from "@angular/common";
|
6
|
+
import * as i5 from "@angular/cdk/a11y";
|
7
|
+
import * as i6 from "@angular/cdk/platform";
|
8
|
+
import * as i7 from "@ptsecurity/mosaic/icon";
|
1
9
|
export declare class McNavbarModule {
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<McNavbarModule, never>;
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<McNavbarModule, [typeof i1.McNavbar, typeof i1.McNavbarContainer, typeof i2.McNavbarTitle, typeof i2.McNavbarItem, typeof i2.McNavbarBrand, typeof i2.McNavbarLogo, typeof i3.McNavbarToggle, typeof i3.McVerticalNavbar, typeof i2.McNavbarDivider, typeof i2.McNavbarItemBase], [typeof i4.CommonModule, typeof i5.A11yModule, typeof i6.PlatformModule, typeof i7.McIconModule], [typeof i1.McNavbar, typeof i1.McNavbarContainer, typeof i2.McNavbarTitle, typeof i2.McNavbarItem, typeof i2.McNavbarBrand, typeof i2.McNavbarLogo, typeof i3.McNavbarToggle, typeof i3.McVerticalNavbar, typeof i2.McNavbarDivider, typeof i2.McNavbarItemBase]>;
|
12
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<McNavbarModule>;
|
2
13
|
}
|
package/navbar/package.json
CHANGED
@@ -5,7 +5,6 @@
|
|
5
5
|
"esm2015": "../esm2015/navbar/ptsecurity-mosaic-navbar.js",
|
6
6
|
"fesm2015": "../fesm2015/ptsecurity-mosaic-navbar.js",
|
7
7
|
"typings": "ptsecurity-mosaic-navbar.d.ts",
|
8
|
-
"metadata": "ptsecurity-mosaic-navbar.metadata.json",
|
9
8
|
"sideEffects": false,
|
10
9
|
"name": "@ptsecurity/mosaic/navbar"
|
11
10
|
}
|
@@ -3,6 +3,7 @@ import { AfterContentInit, ElementRef, QueryList } from '@angular/core';
|
|
3
3
|
import { CanDisableCtor, HasTabIndexCtor } from '@ptsecurity/mosaic/core';
|
4
4
|
import { McIcon } from '@ptsecurity/mosaic/icon';
|
5
5
|
import { McNavbarItemBase } from './navbar-item.component';
|
6
|
+
import * as i0 from "@angular/core";
|
6
7
|
export declare class McVerticalNavbar implements AfterContentInit {
|
7
8
|
get expanded(): boolean;
|
8
9
|
set expanded(value: boolean);
|
@@ -12,6 +13,8 @@ export declare class McVerticalNavbar implements AfterContentInit {
|
|
12
13
|
ngAfterContentInit(): void;
|
13
14
|
private setClosedStateForItems;
|
14
15
|
private setItemsState;
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<McVerticalNavbar, never>;
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<McVerticalNavbar, "mc-vertical-navbar", ["McVerticalNavbar"], { "expanded": "expanded"; }, {}, ["navbarBaseItems"], ["[mc-navbar-container], mc-navbar-container", "[mc-navbar-toggle], mc-navbar-toggle"]>;
|
15
18
|
}
|
16
19
|
export declare class McNavbarToggleBase {
|
17
20
|
_elementRef: ElementRef;
|
@@ -26,4 +29,6 @@ export declare class McNavbarToggle extends McNavbarToggleMixinBase {
|
|
26
29
|
constructor(mcNavbar: McVerticalNavbar, focusMonitor: FocusMonitor, elementRef: ElementRef);
|
27
30
|
ngOnDestroy(): void;
|
28
31
|
ngAfterContentInit(): void;
|
32
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<McNavbarToggle, never>;
|
33
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<McNavbarToggle, "mc-navbar-toggle", never, { "tabIndex": "tabIndex"; }, {}, ["customIcon"], ["[mc-icon]", "mc-navbar-title"]>;
|
29
34
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ptsecurity/mosaic",
|
3
|
-
"version": "
|
3
|
+
"version": "12.2.0",
|
4
4
|
"description": "Mosaic",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -17,14 +17,14 @@
|
|
17
17
|
},
|
18
18
|
"homepage": "https://github.com/positive-js/mosaic#readme",
|
19
19
|
"peerDependencies": {
|
20
|
-
"@angular/animations": "^
|
20
|
+
"@angular/animations": "^12.2.5",
|
21
21
|
"@angular/cdk": "^11.2.2",
|
22
|
-
"@angular/core": "^
|
23
|
-
"@angular/common": "^
|
24
|
-
"@angular/forms": "^
|
25
|
-
"@ptsecurity/cdk": "^
|
26
|
-
"@ptsecurity/mosaic-moment-adapter": "^
|
27
|
-
"@ptsecurity/mosaic-luxon-adapter": "^
|
22
|
+
"@angular/core": "^12.2.5",
|
23
|
+
"@angular/common": "^12.2.5",
|
24
|
+
"@angular/forms": "^12.2.5",
|
25
|
+
"@ptsecurity/cdk": "^12.2.0",
|
26
|
+
"@ptsecurity/mosaic-moment-adapter": "^12.2.0",
|
27
|
+
"@ptsecurity/mosaic-luxon-adapter": "^12.2.0",
|
28
28
|
"@ptsecurity/mosaic-icons": "^5.0.0"
|
29
29
|
},
|
30
30
|
"dependencies": {
|
@@ -43,6 +43,5 @@
|
|
43
43
|
"esm2015": "esm2015/ptsecurity-mosaic.js",
|
44
44
|
"fesm2015": "fesm2015/ptsecurity-mosaic.js",
|
45
45
|
"typings": "ptsecurity-mosaic.d.ts",
|
46
|
-
"metadata": "ptsecurity-mosaic.metadata.json",
|
47
46
|
"sideEffects": false
|
48
47
|
}
|
package/popover/package.json
CHANGED
@@ -5,7 +5,6 @@
|
|
5
5
|
"esm2015": "../esm2015/popover/ptsecurity-mosaic-popover.js",
|
6
6
|
"fesm2015": "../fesm2015/ptsecurity-mosaic-popover.js",
|
7
7
|
"typings": "ptsecurity-mosaic-popover.d.ts",
|
8
|
-
"metadata": "ptsecurity-mosaic-popover.metadata.json",
|
9
8
|
"sideEffects": false,
|
10
9
|
"name": "@ptsecurity/mosaic/popover"
|
11
10
|
}
|
@@ -0,0 +1,33 @@
|
|
1
|
+
import { Directionality } from '@angular/cdk/bidi';
|
2
|
+
import { Overlay, ScrollDispatcher } from '@angular/cdk/overlay';
|
3
|
+
import { ChangeDetectorRef, ElementRef, EventEmitter, InjectionToken, NgZone, ViewContainerRef } from '@angular/core';
|
4
|
+
import { ThemePalette } from '@ptsecurity/mosaic/core';
|
5
|
+
import { Subject } from 'rxjs';
|
6
|
+
import { McPopoverComponent, McPopoverTrigger } from './popover.component';
|
7
|
+
import * as i0 from "@angular/core";
|
8
|
+
export declare const MC_POPOVER_CONFIRM_TEXT: InjectionToken<string>;
|
9
|
+
export declare const MC_POPOVER_CONFIRM_BUTTON_TEXT: InjectionToken<string>;
|
10
|
+
export declare class McPopoverConfirmComponent extends McPopoverComponent {
|
11
|
+
themePalette: typeof ThemePalette;
|
12
|
+
onConfirm: Subject<void>;
|
13
|
+
confirmButtonText: string;
|
14
|
+
confirmText: string;
|
15
|
+
constructor(changeDetectorRef: ChangeDetectorRef);
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<McPopoverConfirmComponent, never>;
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<McPopoverConfirmComponent, "mc-popover-confirm-component", never, {}, {}, never, never>;
|
18
|
+
}
|
19
|
+
export declare class McPopoverConfirmTrigger extends McPopoverTrigger {
|
20
|
+
confirm: EventEmitter<void>;
|
21
|
+
get confirmText(): string;
|
22
|
+
set confirmText(value: string);
|
23
|
+
private _confirmText;
|
24
|
+
get confirmButtonText(): string;
|
25
|
+
set confirmButtonText(value: string);
|
26
|
+
private _confirmButtonText;
|
27
|
+
constructor(overlay: Overlay, elementRef: ElementRef, ngZone: NgZone, scrollDispatcher: ScrollDispatcher, hostView: ViewContainerRef, scrollStrategy: any, direction: Directionality, confirmText: string, confirmButtonText: string);
|
28
|
+
updateData(): void;
|
29
|
+
setupButtonEvents(): void;
|
30
|
+
getOverlayHandleComponentType(): typeof McPopoverConfirmComponent;
|
31
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<McPopoverConfirmTrigger, [null, null, null, null, null, null, { optional: true; }, { optional: true; }, { optional: true; }]>;
|
32
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<McPopoverConfirmTrigger, "[mcPopoverConfirm]", ["mcPopoverConfirm"], { "confirmText": "mcPopoverConfirmText"; "confirmButtonText": "mcPopoverConfirmButtonText"; }, { "confirm": "confirm"; }, never>;
|
33
|
+
}
|