cax-design-system 1.0.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/README.md +47 -0
- package/accordion/accordion.d.ts +220 -0
- package/accordion/accordion.interface.d.ts +49 -0
- package/accordion/accordion.module.d.ts +13 -0
- package/accordion/index.d.ts +5 -0
- package/accordion/public_api.d.ts +3 -0
- package/animate/animate.d.ts +40 -0
- package/animate/index.d.ts +5 -0
- package/animate/public_api.d.ts +1 -0
- package/animateonscroll/animateonscroll.d.ts +75 -0
- package/animateonscroll/index.d.ts +5 -0
- package/animateonscroll/public_api.d.ts +1 -0
- package/api/blockableui.d.ts +10 -0
- package/api/caxconfig.d.ts +24 -0
- package/api/confirmaeventtype.d.ts +8 -0
- package/api/confirmation.d.ts +91 -0
- package/api/confirmationservice.d.ts +30 -0
- package/api/contextmenuservice.d.ts +11 -0
- package/api/filtermatchmode.d.ts +22 -0
- package/api/filtermetadata.d.ts +18 -0
- package/api/filteroperator.d.ts +4 -0
- package/api/filterservice.d.ts +10 -0
- package/api/index.d.ts +5 -0
- package/api/lazyloadevent.d.ts +47 -0
- package/api/lazyloadmeta.d.ts +19 -0
- package/api/megamenuitem.d.ts +130 -0
- package/api/menuitem.d.ts +176 -0
- package/api/message.d.ts +30 -0
- package/api/messageservice.d.ts +32 -0
- package/api/overlayoptions.d.ts +188 -0
- package/api/overlayservice.d.ts +9 -0
- package/api/primeicons.d.ts +313 -0
- package/api/public_api.d.ts +33 -0
- package/api/scrolleroptions.d.ts +116 -0
- package/api/selectitem.d.ts +12 -0
- package/api/selectitemgroup.d.ts +10 -0
- package/api/shared.d.ts +24 -0
- package/api/sortevent.d.ts +12 -0
- package/api/sortmeta.d.ts +8 -0
- package/api/tablestate.d.ts +60 -0
- package/api/tooltipoptions.d.ts +69 -0
- package/api/translation.d.ts +135 -0
- package/api/translationkeys.d.ts +50 -0
- package/api/treedragdropservice.d.ts +12 -0
- package/api/treenode.d.ts +86 -0
- package/api/treenodedragevent.d.ts +27 -0
- package/api/treetablenode.d.ts +36 -0
- package/autocomplete/autocomplete.d.ts +629 -0
- package/autocomplete/autocomplete.interface.d.ts +164 -0
- package/autocomplete/index.d.ts +5 -0
- package/autocomplete/public_api.d.ts +2 -0
- package/autofocus/autofocus.d.ts +28 -0
- package/autofocus/index.d.ts +5 -0
- package/autofocus/public_api.d.ts +1 -0
- package/avatar/avatar.d.ts +73 -0
- package/avatar/avatar.module.d.ts +7 -0
- package/avatar/index.d.ts +5 -0
- package/avatar/public_api.d.ts +2 -0
- package/avatargroup/avatargroup.d.ts +27 -0
- package/avatargroup/index.d.ts +5 -0
- package/avatargroup/public_api.d.ts +1 -0
- package/badge/badge.d.ts +23 -0
- package/badge/badge.directive.d.ts +33 -0
- package/badge/badge.module.d.ts +10 -0
- package/badge/index.d.ts +5 -0
- package/badge/public_api.d.ts +3 -0
- package/baseicon/baseicon.d.ts +15 -0
- package/baseicon/index.d.ts +5 -0
- package/baseicon/public_api.d.ts +1 -0
- package/blockui/blockui.d.ts +64 -0
- package/blockui/blockui.interface.d.ts +11 -0
- package/blockui/index.d.ts +5 -0
- package/blockui/public_api.d.ts +2 -0
- package/breadcrumb/breadcrumb.d.ts +55 -0
- package/breadcrumb/breadcrumb.interface.d.ts +38 -0
- package/breadcrumb/breadcrumb.module.d.ts +13 -0
- package/breadcrumb/index.d.ts +5 -0
- package/breadcrumb/public_api.d.ts +3 -0
- package/button/button.d.ts +84 -0
- package/button/button.directive.d.ts +46 -0
- package/button/button.interface.d.ts +30 -0
- package/button/button.module.d.ts +9 -0
- package/button/index.d.ts +5 -0
- package/button/public_api.d.ts +4 -0
- package/buttongroup/buttongroup.d.ts +11 -0
- package/buttongroup/index.d.ts +5 -0
- package/buttongroup/public_api.d.ts +1 -0
- package/calendar/calendar.d.ts +712 -0
- package/calendar/calendar.interface.d.ts +204 -0
- package/calendar/calendar.module.d.ts +9 -0
- package/calendar/index.d.ts +5 -0
- package/calendar/public_api.d.ts +3 -0
- package/card/card.d.ts +53 -0
- package/card/card.interface.d.ts +27 -0
- package/card/card.module.d.ts +11 -0
- package/card/index.d.ts +5 -0
- package/card/public_api.d.ts +3 -0
- package/carousel/carousel.d.ts +227 -0
- package/carousel/carousel.interface.d.ts +63 -0
- package/carousel/index.d.ts +5 -0
- package/carousel/public_api.d.ts +2 -0
- package/cascadeselect/cascadeselect.d.ts +435 -0
- package/cascadeselect/cascadeselect.interface.d.ts +115 -0
- package/cascadeselect/cascadeselect.module.d.ts +15 -0
- package/cascadeselect/index.d.ts +5 -0
- package/cascadeselect/public_api.d.ts +3 -0
- package/chart/chart.d.ts +87 -0
- package/chart/index.d.ts +5 -0
- package/chart/public_api.d.ts +1 -0
- package/checkbox/checkbox.d.ts +164 -0
- package/checkbox/checkbox.interface.d.ts +26 -0
- package/checkbox/checkbox.module.d.ts +10 -0
- package/checkbox/index.d.ts +5 -0
- package/checkbox/public_api.d.ts +3 -0
- package/chip/chip.d.ts +37 -0
- package/chip/chip.interface.d.ts +15 -0
- package/chip/chip.module.d.ts +10 -0
- package/chip/index.d.ts +5 -0
- package/chip/public_api.d.ts +3 -0
- package/chips/chips.d.ts +221 -0
- package/chips/chips.interface.d.ts +58 -0
- package/chips/chips.module.d.ts +13 -0
- package/chips/index.d.ts +5 -0
- package/chips/public_api.d.ts +3 -0
- package/colorpicker/colorpicker.d.ts +247 -0
- package/colorpicker/colorpicker.interface.d.ts +15 -0
- package/colorpicker/index.d.ts +5 -0
- package/colorpicker/public_api.d.ts +2 -0
- package/confirmdialog/confirmdialog.d.ts +273 -0
- package/confirmdialog/confirmdialog.interface.d.ts +39 -0
- package/confirmdialog/index.d.ts +5 -0
- package/confirmdialog/public_api.d.ts +2 -0
- package/confirmpopup/confirmpopup.d.ts +119 -0
- package/confirmpopup/confirmpopup.interface.d.ts +27 -0
- package/confirmpopup/index.d.ts +5 -0
- package/confirmpopup/public_api.d.ts +2 -0
- package/contextmenu/contextmenu.d.ts +260 -0
- package/contextmenu/index.d.ts +5 -0
- package/contextmenu/public_api.d.ts +1 -0
- package/dataview/dataview.d.ts +274 -0
- package/dataview/dataview.interface.d.ts +183 -0
- package/dataview/index.d.ts +5 -0
- package/dataview/public_api.d.ts +2 -0
- package/defer/defer.d.ts +39 -0
- package/defer/index.d.ts +5 -0
- package/defer/public_api.d.ts +1 -0
- package/dialog/dialog.d.ts +373 -0
- package/dialog/dialog.interface.d.ts +31 -0
- package/dialog/index.d.ts +5 -0
- package/dialog/public_api.d.ts +2 -0
- package/divider/divider.d.ts +49 -0
- package/divider/divider.module.d.ts +7 -0
- package/divider/index.d.ts +5 -0
- package/divider/public_api.d.ts +2 -0
- package/dock/dock.d.ts +115 -0
- package/dock/dock.interface.d.ts +19 -0
- package/dock/index.d.ts +5 -0
- package/dock/public_api.d.ts +2 -0
- package/dom/connectedoverlayscrollhandler.d.ts +9 -0
- package/dom/domhandler.d.ts +95 -0
- package/dom/index.d.ts +5 -0
- package/dom/public_api.d.ts +2 -0
- package/dragdrop/dragdrop.d.ts +112 -0
- package/dragdrop/dragdrop.module.d.ts +8 -0
- package/dragdrop/index.d.ts +5 -0
- package/dragdrop/public_api.d.ts +2 -0
- package/dropdown/dropdown-item.d.ts +30 -0
- package/dropdown/dropdown.d.ts +627 -0
- package/dropdown/dropdown.interface.d.ts +154 -0
- package/dropdown/dropdown.module.d.ts +11 -0
- package/dropdown/index.d.ts +5 -0
- package/dropdown/public_api.d.ts +4 -0
- package/dynamicdialog/dialogservice.d.ts +35 -0
- package/dynamicdialog/dynamicdialog-config.d.ts +221 -0
- package/dynamicdialog/dynamicdialog-injector.d.ts +7 -0
- package/dynamicdialog/dynamicdialog-ref.d.ts +101 -0
- package/dynamicdialog/dynamicdialog.d.ts +124 -0
- package/dynamicdialog/dynamicdialogcontent.d.ts +8 -0
- package/dynamicdialog/index.d.ts +5 -0
- package/dynamicdialog/public_api.d.ts +6 -0
- package/editor/editor.d.ts +111 -0
- package/editor/editor.interface.d.ts +64 -0
- package/editor/index.d.ts +5 -0
- package/editor/public_api.d.ts +2 -0
- package/esm2022/accordion/accordion.interface.mjs +2 -0
- package/esm2022/accordion/accordion.mjs +591 -0
- package/esm2022/accordion/accordion.module.mjs +23 -0
- package/esm2022/accordion/cax-design-system-accordion.mjs +5 -0
- package/esm2022/accordion/public_api.mjs +4 -0
- package/esm2022/animate/animate.mjs +101 -0
- package/esm2022/animate/cax-design-system-animate.mjs +5 -0
- package/esm2022/animate/public_api.mjs +2 -0
- package/esm2022/animateonscroll/animateonscroll.mjs +185 -0
- package/esm2022/animateonscroll/cax-design-system-animateonscroll.mjs +5 -0
- package/esm2022/animateonscroll/public_api.mjs +2 -0
- package/esm2022/api/blockableui.mjs +2 -0
- package/esm2022/api/cax-design-system-api.mjs +5 -0
- package/esm2022/api/caxconfig.mjs +163 -0
- package/esm2022/api/confirmaeventtype.mjs +10 -0
- package/esm2022/api/confirmation.mjs +2 -0
- package/esm2022/api/confirmationservice.mjs +43 -0
- package/esm2022/api/contextmenuservice.mjs +22 -0
- package/esm2022/api/filtermatchmode.mjs +23 -0
- package/esm2022/api/filtermetadata.mjs +2 -0
- package/esm2022/api/filteroperator.mjs +5 -0
- package/esm2022/api/filterservice.mjs +225 -0
- package/esm2022/api/lazyloadevent.mjs +2 -0
- package/esm2022/api/lazyloadmeta.mjs +2 -0
- package/esm2022/api/megamenuitem.mjs +2 -0
- package/esm2022/api/menuitem.mjs +2 -0
- package/esm2022/api/message.mjs +2 -0
- package/esm2022/api/messageservice.mjs +47 -0
- package/esm2022/api/overlayoptions.mjs +2 -0
- package/esm2022/api/overlayservice.mjs +19 -0
- package/esm2022/api/primeicons.mjs +314 -0
- package/esm2022/api/public_api.mjs +34 -0
- package/esm2022/api/scrolleroptions.mjs +2 -0
- package/esm2022/api/selectitem.mjs +2 -0
- package/esm2022/api/selectitemgroup.mjs +2 -0
- package/esm2022/api/shared.mjs +65 -0
- package/esm2022/api/sortevent.mjs +2 -0
- package/esm2022/api/sortmeta.mjs +2 -0
- package/esm2022/api/tablestate.mjs +2 -0
- package/esm2022/api/tooltipoptions.mjs +2 -0
- package/esm2022/api/translation.mjs +2 -0
- package/esm2022/api/translationkeys.mjs +51 -0
- package/esm2022/api/treedragdropservice.mjs +21 -0
- package/esm2022/api/treenode.mjs +2 -0
- package/esm2022/api/treenodedragevent.mjs +2 -0
- package/esm2022/api/treetablenode.mjs +2 -0
- package/esm2022/autocomplete/autocomplete.interface.mjs +2 -0
- package/esm2022/autocomplete/autocomplete.mjs +1880 -0
- package/esm2022/autocomplete/cax-design-system-autocomplete.mjs +5 -0
- package/esm2022/autocomplete/public_api.mjs +3 -0
- package/esm2022/autofocus/autofocus.mjs +78 -0
- package/esm2022/autofocus/cax-design-system-autofocus.mjs +5 -0
- package/esm2022/autofocus/public_api.mjs +2 -0
- package/esm2022/avatar/avatar.mjs +104 -0
- package/esm2022/avatar/avatar.module.mjs +16 -0
- package/esm2022/avatar/cax-design-system-avatar.mjs +5 -0
- package/esm2022/avatar/public_api.mjs +3 -0
- package/esm2022/avatargroup/avatargroup.mjs +54 -0
- package/esm2022/avatargroup/cax-design-system-avatargroup.mjs +5 -0
- package/esm2022/avatargroup/public_api.mjs +2 -0
- package/esm2022/badge/badge.directive.mjs +199 -0
- package/esm2022/badge/badge.mjs +51 -0
- package/esm2022/badge/badge.module.mjs +20 -0
- package/esm2022/badge/cax-design-system-badge.mjs +5 -0
- package/esm2022/badge/public_api.mjs +4 -0
- package/esm2022/baseicon/baseicon.mjs +45 -0
- package/esm2022/baseicon/cax-design-system-baseicon.mjs +5 -0
- package/esm2022/baseicon/public_api.mjs +2 -0
- package/esm2022/blockui/blockui.interface.mjs +2 -0
- package/esm2022/blockui/blockui.mjs +206 -0
- package/esm2022/blockui/cax-design-system-blockui.mjs +5 -0
- package/esm2022/blockui/public_api.mjs +3 -0
- package/esm2022/breadcrumb/breadcrumb.interface.mjs +2 -0
- package/esm2022/breadcrumb/breadcrumb.mjs +120 -0
- package/esm2022/breadcrumb/breadcrumb.module.mjs +23 -0
- package/esm2022/breadcrumb/cax-design-system-breadcrumb.mjs +5 -0
- package/esm2022/breadcrumb/public_api.mjs +4 -0
- package/esm2022/button/button.directive.mjs +227 -0
- package/esm2022/button/button.interface.mjs +2 -0
- package/esm2022/button/button.mjs +189 -0
- package/esm2022/button/button.module.mjs +18 -0
- package/esm2022/button/cax-design-system-button.mjs +5 -0
- package/esm2022/button/public_api.mjs +5 -0
- package/esm2022/buttongroup/buttongroup.mjs +38 -0
- package/esm2022/buttongroup/cax-design-system-buttongroup.mjs +5 -0
- package/esm2022/buttongroup/public_api.mjs +2 -0
- package/esm2022/calendar/calendar.interface.mjs +2 -0
- package/esm2022/calendar/calendar.mjs +3192 -0
- package/esm2022/calendar/calendar.module.mjs +18 -0
- package/esm2022/calendar/cax-design-system-calendar.mjs +5 -0
- package/esm2022/calendar/public_api.mjs +4 -0
- package/esm2022/card/card.interface.mjs +2 -0
- package/esm2022/card/card.mjs +117 -0
- package/esm2022/card/card.module.mjs +21 -0
- package/esm2022/card/cax-design-system-card.mjs +5 -0
- package/esm2022/card/public_api.mjs +4 -0
- package/esm2022/carousel/carousel.interface.mjs +2 -0
- package/esm2022/carousel/carousel.mjs +968 -0
- package/esm2022/carousel/cax-design-system-carousel.mjs +5 -0
- package/esm2022/carousel/public_api.mjs +3 -0
- package/esm2022/cascadeselect/cascadeselect.interface.mjs +2 -0
- package/esm2022/cascadeselect/cascadeselect.mjs +1135 -0
- package/esm2022/cascadeselect/cascadeselect.module.mjs +25 -0
- package/esm2022/cascadeselect/cax-design-system-cascadeselect.mjs +5 -0
- package/esm2022/cascadeselect/public_api.mjs +4 -0
- package/esm2022/cax-design-system.mjs +5 -0
- package/esm2022/chart/cax-design-system-chart.mjs +5 -0
- package/esm2022/chart/chart.mjs +236 -0
- package/esm2022/chart/public_api.mjs +2 -0
- package/esm2022/checkbox/cax-design-system-checkbox.mjs +5 -0
- package/esm2022/checkbox/checkbox.interface.mjs +2 -0
- package/esm2022/checkbox/checkbox.mjs +303 -0
- package/esm2022/checkbox/checkbox.module.mjs +20 -0
- package/esm2022/checkbox/public_api.mjs +4 -0
- package/esm2022/chip/cax-design-system-chip.mjs +5 -0
- package/esm2022/chip/chip.interface.mjs +2 -0
- package/esm2022/chip/chip.mjs +86 -0
- package/esm2022/chip/chip.module.mjs +20 -0
- package/esm2022/chip/public_api.mjs +4 -0
- package/esm2022/chips/cax-design-system-chips.mjs +5 -0
- package/esm2022/chips/chips.interface.mjs +2 -0
- package/esm2022/chips/chips.mjs +568 -0
- package/esm2022/chips/chips.module.mjs +22 -0
- package/esm2022/chips/public_api.mjs +4 -0
- package/esm2022/colorpicker/cax-design-system-colorpicker.mjs +5 -0
- package/esm2022/colorpicker/colorpicker.interface.mjs +2 -0
- package/esm2022/colorpicker/colorpicker.mjs +829 -0
- package/esm2022/colorpicker/public_api.mjs +3 -0
- package/esm2022/confirmdialog/cax-design-system-confirmdialog.mjs +5 -0
- package/esm2022/confirmdialog/confirmdialog.interface.mjs +2 -0
- package/esm2022/confirmdialog/confirmdialog.mjs +689 -0
- package/esm2022/confirmdialog/public_api.mjs +3 -0
- package/esm2022/confirmpopup/cax-design-system-confirmpopup.mjs +5 -0
- package/esm2022/confirmpopup/confirmpopup.interface.mjs +2 -0
- package/esm2022/confirmpopup/confirmpopup.mjs +499 -0
- package/esm2022/confirmpopup/public_api.mjs +3 -0
- package/esm2022/contextmenu/cax-design-system-contextmenu.mjs +5 -0
- package/esm2022/contextmenu/contextmenu.mjs +1304 -0
- package/esm2022/contextmenu/public_api.mjs +2 -0
- package/esm2022/dataview/cax-design-system-dataview.mjs +5 -0
- package/esm2022/dataview/dataview.interface.mjs +2 -0
- package/esm2022/dataview/dataview.mjs +723 -0
- package/esm2022/dataview/public_api.mjs +3 -0
- package/esm2022/defer/cax-design-system-defer.mjs +5 -0
- package/esm2022/defer/defer.mjs +111 -0
- package/esm2022/defer/public_api.mjs +2 -0
- package/esm2022/dialog/cax-design-system-dialog.mjs +5 -0
- package/esm2022/dialog/dialog.interface.mjs +2 -0
- package/esm2022/dialog/dialog.mjs +1168 -0
- package/esm2022/dialog/public_api.mjs +3 -0
- package/esm2022/divider/cax-design-system-divider.mjs +5 -0
- package/esm2022/divider/divider.mjs +69 -0
- package/esm2022/divider/divider.module.mjs +16 -0
- package/esm2022/divider/public_api.mjs +3 -0
- package/esm2022/dock/cax-design-system-dock.mjs +5 -0
- package/esm2022/dock/dock.interface.mjs +2 -0
- package/esm2022/dock/dock.mjs +431 -0
- package/esm2022/dock/public_api.mjs +3 -0
- package/esm2022/dom/cax-design-system-dom.mjs +5 -0
- package/esm2022/dom/connectedoverlayscrollhandler.mjs +30 -0
- package/esm2022/dom/domhandler.mjs +722 -0
- package/esm2022/dom/public_api.mjs +3 -0
- package/esm2022/dragdrop/cax-design-system-dragdrop.mjs +5 -0
- package/esm2022/dragdrop/dragdrop.mjs +309 -0
- package/esm2022/dragdrop/dragdrop.module.mjs +18 -0
- package/esm2022/dragdrop/public_api.mjs +3 -0
- package/esm2022/dropdown/cax-design-system-dropdown.mjs +5 -0
- package/esm2022/dropdown/dropdown-item.mjs +72 -0
- package/esm2022/dropdown/dropdown.interface.mjs +2 -0
- package/esm2022/dropdown/dropdown.mjs +1597 -0
- package/esm2022/dropdown/dropdown.module.mjs +20 -0
- package/esm2022/dropdown/public_api.mjs +5 -0
- package/esm2022/dynamicdialog/cax-design-system-dynamicdialog.mjs +5 -0
- package/esm2022/dynamicdialog/dialogservice.mjs +102 -0
- package/esm2022/dynamicdialog/dynamicdialog-config.mjs +187 -0
- package/esm2022/dynamicdialog/dynamicdialog-injector.mjs +15 -0
- package/esm2022/dynamicdialog/dynamicdialog-ref.mjs +119 -0
- package/esm2022/dynamicdialog/dynamicdialog.mjs +696 -0
- package/esm2022/dynamicdialog/dynamicdialogcontent.mjs +20 -0
- package/esm2022/dynamicdialog/public_api.mjs +7 -0
- package/esm2022/editor/cax-design-system-editor.mjs +5 -0
- package/esm2022/editor/editor.interface.mjs +2 -0
- package/esm2022/editor/editor.mjs +392 -0
- package/esm2022/editor/public_api.mjs +3 -0
- package/esm2022/fieldset/cax-design-system-fieldset.mjs +5 -0
- package/esm2022/fieldset/fieldset.interface.mjs +2 -0
- package/esm2022/fieldset/fieldset.mjs +297 -0
- package/esm2022/fieldset/public_api.mjs +3 -0
- package/esm2022/fileupload/cax-design-system-fileupload.mjs +5 -0
- package/esm2022/fileupload/fileupload.interface.mjs +2 -0
- package/esm2022/fileupload/fileupload.mjs +1188 -0
- package/esm2022/fileupload/public_api.mjs +3 -0
- package/esm2022/floatlabel/cax-design-system-floatlabel.mjs +5 -0
- package/esm2022/floatlabel/floatlabel.mjs +44 -0
- package/esm2022/floatlabel/public_api.mjs +2 -0
- package/esm2022/focustrap/cax-design-system-focustrap.mjs +5 -0
- package/esm2022/focustrap/focustrap.mjs +103 -0
- package/esm2022/focustrap/public_api.mjs +2 -0
- package/esm2022/galleria/cax-design-system-galleria.mjs +5 -0
- package/esm2022/galleria/galleria.interface.mjs +2 -0
- package/esm2022/galleria/galleria.mjs +1668 -0
- package/esm2022/galleria/public_api.mjs +3 -0
- package/esm2022/iconfield/cax-design-system-iconfield.mjs +5 -0
- package/esm2022/iconfield/iconfield.mjs +44 -0
- package/esm2022/iconfield/public_api.mjs +2 -0
- package/esm2022/icons/angledoubledown/angledoubledown.mjs +35 -0
- package/esm2022/icons/angledoubledown/cax-design-system-icons-angledoubledown.mjs +5 -0
- package/esm2022/icons/angledoubledown/public_api.mjs +2 -0
- package/esm2022/icons/angledoubleleft/angledoubleleft.mjs +35 -0
- package/esm2022/icons/angledoubleleft/cax-design-system-icons-angledoubleleft.mjs +5 -0
- package/esm2022/icons/angledoubleleft/public_api.mjs +2 -0
- package/esm2022/icons/angledoubleright/angledoubleright.mjs +35 -0
- package/esm2022/icons/angledoubleright/cax-design-system-icons-angledoubleright.mjs +5 -0
- package/esm2022/icons/angledoubleright/public_api.mjs +2 -0
- package/esm2022/icons/angledoubleup/angledoubleup.mjs +35 -0
- package/esm2022/icons/angledoubleup/cax-design-system-icons-angledoubleup.mjs +5 -0
- package/esm2022/icons/angledoubleup/public_api.mjs +2 -0
- package/esm2022/icons/angledown/angledown.mjs +31 -0
- package/esm2022/icons/angledown/cax-design-system-icons-angledown.mjs +5 -0
- package/esm2022/icons/angledown/public_api.mjs +2 -0
- package/esm2022/icons/angleleft/angleleft.mjs +31 -0
- package/esm2022/icons/angleleft/cax-design-system-icons-angleleft.mjs +5 -0
- package/esm2022/icons/angleleft/public_api.mjs +2 -0
- package/esm2022/icons/angleright/angleright.mjs +31 -0
- package/esm2022/icons/angleright/cax-design-system-icons-angleright.mjs +5 -0
- package/esm2022/icons/angleright/public_api.mjs +2 -0
- package/esm2022/icons/angleup/angleup.mjs +31 -0
- package/esm2022/icons/angleup/cax-design-system-icons-angleup.mjs +5 -0
- package/esm2022/icons/angleup/public_api.mjs +2 -0
- package/esm2022/icons/arrowdown/arrowdown.mjs +54 -0
- package/esm2022/icons/arrowdown/cax-design-system-icons-arrowdown.mjs +5 -0
- package/esm2022/icons/arrowdown/public_api.mjs +2 -0
- package/esm2022/icons/arrowdownleft/arrowdownleft.mjs +31 -0
- package/esm2022/icons/arrowdownleft/cax-design-system-icons-arrowdownleft.mjs +5 -0
- package/esm2022/icons/arrowdownleft/public_api.mjs +2 -0
- package/esm2022/icons/arrowdownright/arrowdownright.mjs +31 -0
- package/esm2022/icons/arrowdownright/cax-design-system-icons-arrowdownright.mjs +5 -0
- package/esm2022/icons/arrowdownright/public_api.mjs +2 -0
- package/esm2022/icons/arrowleft/arrowleft.mjs +54 -0
- package/esm2022/icons/arrowleft/cax-design-system-icons-arrowleft.mjs +5 -0
- package/esm2022/icons/arrowleft/public_api.mjs +2 -0
- package/esm2022/icons/arrowright/arrowright.mjs +35 -0
- package/esm2022/icons/arrowright/cax-design-system-icons-arrowright.mjs +5 -0
- package/esm2022/icons/arrowright/public_api.mjs +2 -0
- package/esm2022/icons/arrowup/arrowup.mjs +54 -0
- package/esm2022/icons/arrowup/cax-design-system-icons-arrowup.mjs +5 -0
- package/esm2022/icons/arrowup/public_api.mjs +2 -0
- package/esm2022/icons/ban/ban.mjs +50 -0
- package/esm2022/icons/ban/cax-design-system-icons-ban.mjs +5 -0
- package/esm2022/icons/ban/public_api.mjs +2 -0
- package/esm2022/icons/bars/bars.mjs +35 -0
- package/esm2022/icons/bars/cax-design-system-icons-bars.mjs +5 -0
- package/esm2022/icons/bars/public_api.mjs +2 -0
- package/esm2022/icons/blank/blank.mjs +25 -0
- package/esm2022/icons/blank/cax-design-system-icons-blank.mjs +5 -0
- package/esm2022/icons/blank/public_api.mjs +2 -0
- package/esm2022/icons/calendar/calendar.mjs +31 -0
- package/esm2022/icons/calendar/cax-design-system-icons-calendar.mjs +5 -0
- package/esm2022/icons/calendar/public_api.mjs +2 -0
- package/esm2022/icons/caretleft/caretleft.mjs +31 -0
- package/esm2022/icons/caretleft/cax-design-system-icons-caretleft.mjs +5 -0
- package/esm2022/icons/caretleft/public_api.mjs +2 -0
- package/esm2022/icons/caretright/caretright.mjs +31 -0
- package/esm2022/icons/caretright/cax-design-system-icons-caretright.mjs +5 -0
- package/esm2022/icons/caretright/public_api.mjs +2 -0
- package/esm2022/icons/check/cax-design-system-icons-check.mjs +5 -0
- package/esm2022/icons/check/check.mjs +31 -0
- package/esm2022/icons/check/public_api.mjs +2 -0
- package/esm2022/icons/chevrondown/cax-design-system-icons-chevrondown.mjs +5 -0
- package/esm2022/icons/chevrondown/chevrondown.mjs +31 -0
- package/esm2022/icons/chevrondown/public_api.mjs +2 -0
- package/esm2022/icons/chevronleft/cax-design-system-icons-chevronleft.mjs +5 -0
- package/esm2022/icons/chevronleft/chevronleft.mjs +31 -0
- package/esm2022/icons/chevronleft/public_api.mjs +2 -0
- package/esm2022/icons/chevronright/cax-design-system-icons-chevronright.mjs +5 -0
- package/esm2022/icons/chevronright/chevronright.mjs +31 -0
- package/esm2022/icons/chevronright/public_api.mjs +2 -0
- package/esm2022/icons/chevronup/cax-design-system-icons-chevronup.mjs +5 -0
- package/esm2022/icons/chevronup/chevronup.mjs +31 -0
- package/esm2022/icons/chevronup/public_api.mjs +2 -0
- package/esm2022/icons/exclamationtriangle/cax-design-system-icons-exclamationtriangle.mjs +5 -0
- package/esm2022/icons/exclamationtriangle/exclamationtriangle.mjs +66 -0
- package/esm2022/icons/exclamationtriangle/public_api.mjs +2 -0
- package/esm2022/icons/eye/cax-design-system-icons-eye.mjs +5 -0
- package/esm2022/icons/eye/eye.mjs +35 -0
- package/esm2022/icons/eye/public_api.mjs +2 -0
- package/esm2022/icons/eyeslash/cax-design-system-icons-eyeslash.mjs +5 -0
- package/esm2022/icons/eyeslash/eyeslash.mjs +54 -0
- package/esm2022/icons/eyeslash/public_api.mjs +2 -0
- package/esm2022/icons/filter/cax-design-system-icons-filter.mjs +5 -0
- package/esm2022/icons/filter/filter.mjs +50 -0
- package/esm2022/icons/filter/public_api.mjs +2 -0
- package/esm2022/icons/filterslash/cax-design-system-icons-filterslash.mjs +5 -0
- package/esm2022/icons/filterslash/filterslash.mjs +54 -0
- package/esm2022/icons/filterslash/public_api.mjs +2 -0
- package/esm2022/icons/home/cax-design-system-icons-home.mjs +5 -0
- package/esm2022/icons/home/home.mjs +54 -0
- package/esm2022/icons/home/public_api.mjs +2 -0
- package/esm2022/icons/infocircle/cax-design-system-icons-infocircle.mjs +5 -0
- package/esm2022/icons/infocircle/infocircle.mjs +54 -0
- package/esm2022/icons/infocircle/public_api.mjs +2 -0
- package/esm2022/icons/minus/cax-design-system-icons-minus.mjs +5 -0
- package/esm2022/icons/minus/minus.mjs +32 -0
- package/esm2022/icons/minus/public_api.mjs +2 -0
- package/esm2022/icons/pencil/cax-design-system-icons-pencil.mjs +5 -0
- package/esm2022/icons/pencil/pencil.mjs +50 -0
- package/esm2022/icons/pencil/public_api.mjs +2 -0
- package/esm2022/icons/plus/cax-design-system-icons-plus.mjs +5 -0
- package/esm2022/icons/plus/plus.mjs +50 -0
- package/esm2022/icons/plus/public_api.mjs +2 -0
- package/esm2022/icons/refresh/cax-design-system-icons-refresh.mjs +5 -0
- package/esm2022/icons/refresh/public_api.mjs +2 -0
- package/esm2022/icons/refresh/refresh.mjs +54 -0
- package/esm2022/icons/search/cax-design-system-icons-search.mjs +5 -0
- package/esm2022/icons/search/public_api.mjs +2 -0
- package/esm2022/icons/search/search.mjs +54 -0
- package/esm2022/icons/searchminus/cax-design-system-icons-searchminus.mjs +5 -0
- package/esm2022/icons/searchminus/public_api.mjs +2 -0
- package/esm2022/icons/searchminus/searchminus.mjs +54 -0
- package/esm2022/icons/searchplus/cax-design-system-icons-searchplus.mjs +5 -0
- package/esm2022/icons/searchplus/public_api.mjs +2 -0
- package/esm2022/icons/searchplus/searchplus.mjs +54 -0
- package/esm2022/icons/sortalt/cax-design-system-icons-sortalt.mjs +5 -0
- package/esm2022/icons/sortalt/public_api.mjs +2 -0
- package/esm2022/icons/sortalt/sortalt.mjs +62 -0
- package/esm2022/icons/sortamountdown/cax-design-system-icons-sortamountdown.mjs +5 -0
- package/esm2022/icons/sortamountdown/public_api.mjs +2 -0
- package/esm2022/icons/sortamountdown/sortamountdown.mjs +50 -0
- package/esm2022/icons/sortamountupalt/cax-design-system-icons-sortamountupalt.mjs +5 -0
- package/esm2022/icons/sortamountupalt/public_api.mjs +2 -0
- package/esm2022/icons/sortamountupalt/sortamountupalt.mjs +50 -0
- package/esm2022/icons/spinner/cax-design-system-icons-spinner.mjs +5 -0
- package/esm2022/icons/spinner/public_api.mjs +2 -0
- package/esm2022/icons/spinner/spinner.mjs +50 -0
- package/esm2022/icons/star/cax-design-system-icons-star.mjs +5 -0
- package/esm2022/icons/star/public_api.mjs +2 -0
- package/esm2022/icons/star/star.mjs +50 -0
- package/esm2022/icons/starfill/cax-design-system-icons-starfill.mjs +5 -0
- package/esm2022/icons/starfill/public_api.mjs +2 -0
- package/esm2022/icons/starfill/starfill.mjs +50 -0
- package/esm2022/icons/thlarge/cax-design-system-icons-thlarge.mjs +5 -0
- package/esm2022/icons/thlarge/public_api.mjs +2 -0
- package/esm2022/icons/thlarge/thlarge.mjs +54 -0
- package/esm2022/icons/times/cax-design-system-icons-times.mjs +5 -0
- package/esm2022/icons/times/public_api.mjs +2 -0
- package/esm2022/icons/times/times.mjs +31 -0
- package/esm2022/icons/timescircle/cax-design-system-icons-timescircle.mjs +5 -0
- package/esm2022/icons/timescircle/public_api.mjs +2 -0
- package/esm2022/icons/timescircle/timescircle.mjs +54 -0
- package/esm2022/icons/trash/cax-design-system-icons-trash.mjs +5 -0
- package/esm2022/icons/trash/public_api.mjs +2 -0
- package/esm2022/icons/trash/trash.mjs +54 -0
- package/esm2022/icons/undo/cax-design-system-icons-undo.mjs +5 -0
- package/esm2022/icons/undo/public_api.mjs +2 -0
- package/esm2022/icons/undo/undo.mjs +54 -0
- package/esm2022/icons/upload/cax-design-system-icons-upload.mjs +5 -0
- package/esm2022/icons/upload/public_api.mjs +2 -0
- package/esm2022/icons/upload/upload.mjs +54 -0
- package/esm2022/icons/windowmaximize/cax-design-system-icons-windowmaximize.mjs +5 -0
- package/esm2022/icons/windowmaximize/public_api.mjs +2 -0
- package/esm2022/icons/windowmaximize/windowmaximize.mjs +54 -0
- package/esm2022/icons/windowminimize/cax-design-system-icons-windowminimize.mjs +5 -0
- package/esm2022/icons/windowminimize/public_api.mjs +2 -0
- package/esm2022/icons/windowminimize/windowminimize.mjs +54 -0
- package/esm2022/image/cax-design-system-image.mjs +5 -0
- package/esm2022/image/image.interface.mjs +2 -0
- package/esm2022/image/image.mjs +418 -0
- package/esm2022/image/image.module.mjs +17 -0
- package/esm2022/image/public_api.mjs +4 -0
- package/esm2022/inplace/cax-design-system-inplace.mjs +5 -0
- package/esm2022/inplace/inplace.interface.mjs +2 -0
- package/esm2022/inplace/inplace.mjs +243 -0
- package/esm2022/inplace/public_api.mjs +3 -0
- package/esm2022/inputgroup/cax-design-system-inputgroup.mjs +5 -0
- package/esm2022/inputgroup/inputgroup.mjs +48 -0
- package/esm2022/inputgroup/inputgroup.module.mjs +25 -0
- package/esm2022/inputgroup/public_api.mjs +3 -0
- package/esm2022/inputgroupaddon/cax-design-system-inputgroupaddon.mjs +5 -0
- package/esm2022/inputgroupaddon/inputgroupaddon.mjs +32 -0
- package/esm2022/inputgroupaddon/inputgroupaddon.module.mjs +24 -0
- package/esm2022/inputgroupaddon/public_api.mjs +3 -0
- package/esm2022/inputicon/cax-design-system-inputicon.mjs +5 -0
- package/esm2022/inputicon/inputicon.mjs +38 -0
- package/esm2022/inputicon/public_api.mjs +2 -0
- package/esm2022/inputmask/cax-design-system-inputmask.mjs +5 -0
- package/esm2022/inputmask/inputmask.interface.mjs +2 -0
- package/esm2022/inputmask/inputmask.mjs +914 -0
- package/esm2022/inputmask/public_api.mjs +3 -0
- package/esm2022/inputnumber/cax-design-system-inputnumber.mjs +5 -0
- package/esm2022/inputnumber/inputnumber.interface.mjs +2 -0
- package/esm2022/inputnumber/inputnumber.mjs +1290 -0
- package/esm2022/inputnumber/inputnumber.module.mjs +17 -0
- package/esm2022/inputnumber/public_api.mjs +4 -0
- package/esm2022/inputotp/cax-design-system-inputotp.mjs +5 -0
- package/esm2022/inputotp/inputotp.interface.mjs +2 -0
- package/esm2022/inputotp/inputotp.mjs +381 -0
- package/esm2022/inputotp/public_api.mjs +3 -0
- package/esm2022/inputswitch/cax-design-system-inputswitch.mjs +5 -0
- package/esm2022/inputswitch/inputswitch.interface.mjs +2 -0
- package/esm2022/inputswitch/inputswitch.mjs +244 -0
- package/esm2022/inputswitch/public_api.mjs +3 -0
- package/esm2022/inputtext/cax-design-system-inputtext.mjs +5 -0
- package/esm2022/inputtext/inputtext.component.mjs +74 -0
- package/esm2022/inputtext/inputtext.directive.mjs +52 -0
- package/esm2022/inputtext/inputtext.module.mjs +20 -0
- package/esm2022/inputtext/public_api.mjs +4 -0
- package/esm2022/inputtextarea/cax-design-system-inputtextarea.mjs +5 -0
- package/esm2022/inputtextarea/inputtextarea.mjs +135 -0
- package/esm2022/inputtextarea/public_api.mjs +2 -0
- package/esm2022/keyfilter/cax-design-system-keyfilter.mjs +5 -0
- package/esm2022/keyfilter/keyfilter.interface.mjs +2 -0
- package/esm2022/keyfilter/keyfilter.mjs +265 -0
- package/esm2022/keyfilter/public_api.mjs +3 -0
- package/esm2022/knob/cax-design-system-knob.mjs +5 -0
- package/esm2022/knob/knob.mjs +464 -0
- package/esm2022/knob/public_api.mjs +2 -0
- package/esm2022/listbox/cax-design-system-listbox.mjs +5 -0
- package/esm2022/listbox/listbox.interface.mjs +2 -0
- package/esm2022/listbox/listbox.mjs +1555 -0
- package/esm2022/listbox/public_api.mjs +3 -0
- package/esm2022/logo/cax-design-system-logo.mjs +5 -0
- package/esm2022/logo/logo.mjs +45 -0
- package/esm2022/logo/logo.module.mjs +16 -0
- package/esm2022/logo/public_api.mjs +3 -0
- package/esm2022/megamenu/cax-design-system-megamenu.mjs +5 -0
- package/esm2022/megamenu/megamenu.interface.mjs +2 -0
- package/esm2022/megamenu/megamenu.mjs +1190 -0
- package/esm2022/megamenu/public_api.mjs +3 -0
- package/esm2022/menu/cax-design-system-menu.mjs +5 -0
- package/esm2022/menu/menu.mjs +953 -0
- package/esm2022/menu/public_api.mjs +2 -0
- package/esm2022/menubar/cax-design-system-menubar.mjs +5 -0
- package/esm2022/menubar/menubar.interface.mjs +2 -0
- package/esm2022/menubar/menubar.mjs +1249 -0
- package/esm2022/menubar/public_api.mjs +3 -0
- package/esm2022/message/cax-design-system-message.mjs +5 -0
- package/esm2022/message/message.mjs +112 -0
- package/esm2022/message/public_api.mjs +2 -0
- package/esm2022/messages/cax-design-system-messages.mjs +5 -0
- package/esm2022/messages/messages.interface.mjs +2 -0
- package/esm2022/messages/messages.mjs +283 -0
- package/esm2022/messages/messages.module.mjs +17 -0
- package/esm2022/messages/public_api.mjs +4 -0
- package/esm2022/metergroup/cax-design-system-metergroup.mjs +5 -0
- package/esm2022/metergroup/metergroup.interface.mjs +2 -0
- package/esm2022/metergroup/metergroup.mjs +280 -0
- package/esm2022/metergroup/public_api.mjs +3 -0
- package/esm2022/multiselect/cax-design-system-multiselect.mjs +5 -0
- package/esm2022/multiselect/multiselect.interface.mjs +2 -0
- package/esm2022/multiselect/multiselect.mjs +2525 -0
- package/esm2022/multiselect/public_api.mjs +3 -0
- package/esm2022/navigation/cax-design-system-navigation.mjs +5 -0
- package/esm2022/navigation/navigation.interface.mjs +2 -0
- package/esm2022/navigation/navigation.mjs +261 -0
- package/esm2022/navigation/navigation.module.mjs +16 -0
- package/esm2022/navigation/public_api.mjs +3 -0
- package/esm2022/orderlist/cax-design-system-orderlist.mjs +5 -0
- package/esm2022/orderlist/orderlist.interface.mjs +2 -0
- package/esm2022/orderlist/orderlist.mjs +993 -0
- package/esm2022/orderlist/public_api.mjs +3 -0
- package/esm2022/organizationchart/cax-design-system-organizationchart.mjs +5 -0
- package/esm2022/organizationchart/organizationchart.interface.mjs +2 -0
- package/esm2022/organizationchart/organizationchart.mjs +416 -0
- package/esm2022/organizationchart/public_api.mjs +3 -0
- package/esm2022/overlay/cax-design-system-overlay.mjs +5 -0
- package/esm2022/overlay/overlay.mjs +579 -0
- package/esm2022/overlay/overlay.module.mjs +17 -0
- package/esm2022/overlay/public_api.mjs +3 -0
- package/esm2022/overlaypanel/cax-design-system-overlaypanel.mjs +5 -0
- package/esm2022/overlaypanel/overlaypanel.mjs +470 -0
- package/esm2022/overlaypanel/overlaypanel.module.mjs +17 -0
- package/esm2022/overlaypanel/public_api.mjs +3 -0
- package/esm2022/paginator/cax-design-system-paginator.mjs +5 -0
- package/esm2022/paginator/paginator.interface.mjs +2 -0
- package/esm2022/paginator/paginator.mjs +424 -0
- package/esm2022/paginator/paginator.module.mjs +27 -0
- package/esm2022/paginator/public_api.mjs +4 -0
- package/esm2022/panel/cax-design-system-panel.mjs +5 -0
- package/esm2022/panel/panel.interface.mjs +2 -0
- package/esm2022/panel/panel.mjs +393 -0
- package/esm2022/panel/public_api.mjs +3 -0
- package/esm2022/panelmenu/cax-design-system-panelmenu.mjs +5 -0
- package/esm2022/panelmenu/panelmenu.interface.mjs +2 -0
- package/esm2022/panelmenu/panelmenu.mjs +1276 -0
- package/esm2022/panelmenu/public_api.mjs +3 -0
- package/esm2022/password/cax-design-system-password.mjs +5 -0
- package/esm2022/password/password.mjs +1017 -0
- package/esm2022/password/public_api.mjs +2 -0
- package/esm2022/picklist/cax-design-system-picklist.mjs +5 -0
- package/esm2022/picklist/picklist.interface.mjs +2 -0
- package/esm2022/picklist/picklist.mjs +1909 -0
- package/esm2022/picklist/public_api.mjs +3 -0
- package/esm2022/progressbar/cax-design-system-progressbar.mjs +5 -0
- package/esm2022/progressbar/progressbar.mjs +86 -0
- package/esm2022/progressbar/progressbar.module.mjs +18 -0
- package/esm2022/progressbar/public_api.mjs +3 -0
- package/esm2022/progressspinner/cax-design-system-progressspinner.mjs +5 -0
- package/esm2022/progressspinner/progressspinner.mjs +112 -0
- package/esm2022/progressspinner/progressspinner.module.mjs +18 -0
- package/esm2022/progressspinner/public_api.mjs +3 -0
- package/esm2022/public_api.mjs +2 -0
- package/esm2022/radiobutton/cax-design-system-radiobutton.mjs +5 -0
- package/esm2022/radiobutton/public_api.mjs +4 -0
- package/esm2022/radiobutton/radiobutton.interface.mjs +2 -0
- package/esm2022/radiobutton/radiobutton.mjs +277 -0
- package/esm2022/radiobutton/radiobutton.module.mjs +16 -0
- package/esm2022/rating/cax-design-system-rating.mjs +5 -0
- package/esm2022/rating/public_api.mjs +3 -0
- package/esm2022/rating/rating.interface.mjs +2 -0
- package/esm2022/rating/rating.mjs +388 -0
- package/esm2022/ripple/cax-design-system-ripple.mjs +5 -0
- package/esm2022/ripple/public_api.mjs +3 -0
- package/esm2022/ripple/ripple.mjs +129 -0
- package/esm2022/ripple/ripple.module.mjs +16 -0
- package/esm2022/scroller/cax-design-system-scroller.mjs +5 -0
- package/esm2022/scroller/public_api.mjs +4 -0
- package/esm2022/scroller/scroller.interface.mjs +2 -0
- package/esm2022/scroller/scroller.mjs +981 -0
- package/esm2022/scroller/scroller.module.mjs +17 -0
- package/esm2022/scrollpanel/cax-design-system-scrollpanel.mjs +5 -0
- package/esm2022/scrollpanel/public_api.mjs +3 -0
- package/esm2022/scrollpanel/scrollpanel.interface.mjs +2 -0
- package/esm2022/scrollpanel/scrollpanel.mjs +501 -0
- package/esm2022/scrolltop/cax-design-system-scrolltop.mjs +5 -0
- package/esm2022/scrolltop/public_api.mjs +3 -0
- package/esm2022/scrolltop/scrolltop.interface.mjs +2 -0
- package/esm2022/scrolltop/scrolltop.mjs +282 -0
- package/esm2022/selectbutton/cax-design-system-selectbutton.mjs +5 -0
- package/esm2022/selectbutton/public_api.mjs +3 -0
- package/esm2022/selectbutton/selectbutton.interface.mjs +2 -0
- package/esm2022/selectbutton/selectbutton.mjs +378 -0
- package/esm2022/sidebar/cax-design-system-sidebar.mjs +5 -0
- package/esm2022/sidebar/public_api.mjs +4 -0
- package/esm2022/sidebar/sidebar.interface.mjs +2 -0
- package/esm2022/sidebar/sidebar.mjs +419 -0
- package/esm2022/sidebar/sidebar.module.mjs +21 -0
- package/esm2022/skeleton/cax-design-system-skeleton.mjs +5 -0
- package/esm2022/skeleton/public_api.mjs +3 -0
- package/esm2022/skeleton/skeleton.mjs +87 -0
- package/esm2022/skeleton/skeleton.module.mjs +18 -0
- package/esm2022/slidemenu/cax-design-system-slidemenu.mjs +5 -0
- package/esm2022/slidemenu/public_api.mjs +3 -0
- package/esm2022/slidemenu/slidemenu.interface.mjs +2 -0
- package/esm2022/slidemenu/slidemenu.mjs +1501 -0
- package/esm2022/slider/cax-design-system-slider.mjs +5 -0
- package/esm2022/slider/public_api.mjs +3 -0
- package/esm2022/slider/slider.interface.mjs +2 -0
- package/esm2022/slider/slider.mjs +796 -0
- package/esm2022/speeddial/cax-design-system-speeddial.mjs +5 -0
- package/esm2022/speeddial/public_api.mjs +4 -0
- package/esm2022/speeddial/speeddial.interface.mjs +2 -0
- package/esm2022/speeddial/speeddial.mjs +611 -0
- package/esm2022/speeddial/speeddial.module.mjs +24 -0
- package/esm2022/spinner/cax-design-system-spinner.mjs +5 -0
- package/esm2022/spinner/public_api.mjs +2 -0
- package/esm2022/spinner/spinner.mjs +447 -0
- package/esm2022/splitbutton/cax-design-system-splitbutton.mjs +5 -0
- package/esm2022/splitbutton/public_api.mjs +4 -0
- package/esm2022/splitbutton/splitbutton.interface.mjs +2 -0
- package/esm2022/splitbutton/splitbutton.mjs +364 -0
- package/esm2022/splitbutton/splitbutton.module.mjs +22 -0
- package/esm2022/splitter/cax-design-system-splitter.mjs +5 -0
- package/esm2022/splitter/public_api.mjs +3 -0
- package/esm2022/splitter/splitter.interface.mjs +2 -0
- package/esm2022/splitter/splitter.mjs +562 -0
- package/esm2022/stepper/cax-design-system-stepper.mjs +5 -0
- package/esm2022/stepper/public_api.mjs +3 -0
- package/esm2022/stepper/stepper.interface.mjs +2 -0
- package/esm2022/stepper/stepper.mjs +677 -0
- package/esm2022/steps/cax-design-system-steps.mjs +5 -0
- package/esm2022/steps/public_api.mjs +2 -0
- package/esm2022/steps/steps.mjs +345 -0
- package/esm2022/styleclass/cax-design-system-styleclass.mjs +5 -0
- package/esm2022/styleclass/public_api.mjs +2 -0
- package/esm2022/styleclass/styleclass.mjs +316 -0
- package/esm2022/table/cax-design-system-table.mjs +5 -0
- package/esm2022/table/columnfilter.interface.mjs +2 -0
- package/esm2022/table/components/cell-editor/cell-editor.mjs +52 -0
- package/esm2022/table/components/column-filter/column-filter.mjs +685 -0
- package/esm2022/table/components/column-filter-form-element/column-filter-form-element.mjs +106 -0
- package/esm2022/table/components/sort-icon/sort-icon.mjs +75 -0
- package/esm2022/table/components/table-body/table-body.mjs +152 -0
- package/esm2022/table/components/table-checkbox/table-checkbox.mjs +82 -0
- package/esm2022/table/components/table-header-checkbox/table-header-checkbox.mjs +92 -0
- package/esm2022/table/components/table-radio-button/table-radio-button.mjs +79 -0
- package/esm2022/table/directives/cancel-editable-row.directive.mjs +32 -0
- package/esm2022/table/directives/content-menu-row.directive.mjs +70 -0
- package/esm2022/table/directives/editable-column.directive.mjs +344 -0
- package/esm2022/table/directives/editable-row.directive.mjs +32 -0
- package/esm2022/table/directives/frozen-column.directive.mjs +77 -0
- package/esm2022/table/directives/init-editable-row.directive.mjs +32 -0
- package/esm2022/table/directives/reorderable-column.directive.mjs +115 -0
- package/esm2022/table/directives/reorderable-row-handle.directive.mjs +25 -0
- package/esm2022/table/directives/reorderable-row.directive.mjs +122 -0
- package/esm2022/table/directives/resizable-column.directive.mjs +123 -0
- package/esm2022/table/directives/row-group-header.directive.mjs +26 -0
- package/esm2022/table/directives/row-toggler.directive.mjs +42 -0
- package/esm2022/table/directives/save-editable-row.directive.mjs +32 -0
- package/esm2022/table/directives/selectable-row-double-click.directive.mjs +71 -0
- package/esm2022/table/directives/selectable-row.directive.mjs +243 -0
- package/esm2022/table/directives/sortable-column.directive.mjs +90 -0
- package/esm2022/table/public_api.mjs +29 -0
- package/esm2022/table/table.interface.mjs +2 -0
- package/esm2022/table/table.mjs +2721 -0
- package/esm2022/table/table.module.mjs +147 -0
- package/esm2022/table/table.service.mjs +42 -0
- package/esm2022/tabmenu/cax-design-system-tabmenu.mjs +5 -0
- package/esm2022/tabmenu/public_api.mjs +3 -0
- package/esm2022/tabmenu/tabmenu.interface.mjs +2 -0
- package/esm2022/tabmenu/tabmenu.mjs +576 -0
- package/esm2022/tabview/cax-design-system-tabview.mjs +5 -0
- package/esm2022/tabview/public_api.mjs +4 -0
- package/esm2022/tabview/tabview.interface.mjs +2 -0
- package/esm2022/tabview/tabview.mjs +824 -0
- package/esm2022/tabview/tabview.module.mjs +24 -0
- package/esm2022/tag/cax-design-system-tag.mjs +5 -0
- package/esm2022/tag/public_api.mjs +4 -0
- package/esm2022/tag/tag.interface.mjs +2 -0
- package/esm2022/tag/tag.mjs +95 -0
- package/esm2022/tag/tag.module.mjs +19 -0
- package/esm2022/terminal/cax-design-system-terminal.mjs +5 -0
- package/esm2022/terminal/public_api.mjs +3 -0
- package/esm2022/terminal/terminal.mjs +143 -0
- package/esm2022/terminal/terminalservice.mjs +25 -0
- package/esm2022/tieredmenu/cax-design-system-tieredmenu.mjs +5 -0
- package/esm2022/tieredmenu/public_api.mjs +4 -0
- package/esm2022/tieredmenu/tieredmenu.interface.mjs +2 -0
- package/esm2022/tieredmenu/tieredmenu.mjs +1289 -0
- package/esm2022/tieredmenu/tiredmenu.module.mjs +23 -0
- package/esm2022/timeline/cax-design-system-timeline.mjs +5 -0
- package/esm2022/timeline/public_api.mjs +3 -0
- package/esm2022/timeline/timeline.interface.mjs +2 -0
- package/esm2022/timeline/timeline.mjs +167 -0
- package/esm2022/toast/cax-design-system-toast.mjs +5 -0
- package/esm2022/toast/public_api.mjs +4 -0
- package/esm2022/toast/toast.interface.mjs +2 -0
- package/esm2022/toast/toast.mjs +324 -0
- package/esm2022/toast/toast.module.mjs +18 -0
- package/esm2022/toast/toastitem.mjs +170 -0
- package/esm2022/togglebutton/cax-design-system-togglebutton.mjs +5 -0
- package/esm2022/togglebutton/public_api.mjs +3 -0
- package/esm2022/togglebutton/togglebutton.interface.mjs +2 -0
- package/esm2022/togglebutton/togglebutton.mjs +274 -0
- package/esm2022/toggleswitch/cax-design-system-toggleswitch.mjs +5 -0
- package/esm2022/toggleswitch/public_api.mjs +3 -0
- package/esm2022/toggleswitch/toggleswitch.mjs +34 -0
- package/esm2022/toggleswitch/toggleswitch.module.mjs +19 -0
- package/esm2022/toolbar/cax-design-system-toolbar.mjs +5 -0
- package/esm2022/toolbar/public_api.mjs +3 -0
- package/esm2022/toolbar/toolbar.interface.mjs +2 -0
- package/esm2022/toolbar/toolbar.mjs +111 -0
- package/esm2022/tooltip/cax-design-system-tooltip.mjs +5 -0
- package/esm2022/tooltip/public_api.mjs +3 -0
- package/esm2022/tooltip/tooltip.mjs +889 -0
- package/esm2022/tooltip/tooltip.module.mjs +18 -0
- package/esm2022/tree/cax-design-system-tree.mjs +5 -0
- package/esm2022/tree/public_api.mjs +4 -0
- package/esm2022/tree/tree.interface.mjs +2 -0
- package/esm2022/tree/tree.mjs +1495 -0
- package/esm2022/tree/tree.module.mjs +29 -0
- package/esm2022/treeselect/cax-design-system-treeselect.mjs +5 -0
- package/esm2022/treeselect/public_api.mjs +3 -0
- package/esm2022/treeselect/treeselect.interface.mjs +2 -0
- package/esm2022/treeselect/treeselect.mjs +1193 -0
- package/esm2022/treetable/cax-design-system-treetable.mjs +5 -0
- package/esm2022/treetable/public_api.mjs +3 -0
- package/esm2022/treetable/treetable.interface.mjs +2 -0
- package/esm2022/treetable/treetable.mjs +4111 -0
- package/esm2022/tristatecheckbox/cax-design-system-tristatecheckbox.mjs +5 -0
- package/esm2022/tristatecheckbox/public_api.mjs +4 -0
- package/esm2022/tristatecheckbox/tristatecheckbox.interface.mjs +2 -0
- package/esm2022/tristatecheckbox/tristatecheckbox.mjs +215 -0
- package/esm2022/tristatecheckbox/tristatecheckbox.module.mjs +17 -0
- package/esm2022/ts-helpers/cax-design-system-ts-helpers.mjs +5 -0
- package/esm2022/ts-helpers/public_api.mjs +2 -0
- package/esm2022/ts-helpers/ts-helpers.mjs +2 -0
- package/esm2022/utils/cax-design-system-utils.mjs +5 -0
- package/esm2022/utils/objectutils.mjs +258 -0
- package/esm2022/utils/public_api.mjs +5 -0
- package/esm2022/utils/uniquecomponentid.mjs +6 -0
- package/esm2022/utils/zindexutils.mjs +35 -0
- package/esm2022/virtualscroller/cax-design-system-virtualscroller.mjs +5 -0
- package/esm2022/virtualscroller/public_api.mjs +3 -0
- package/esm2022/virtualscroller/virtualscroller.interface.mjs +2 -0
- package/esm2022/virtualscroller/virtualscroller.mjs +215 -0
- package/fesm2022/cax-design-system-accordion.mjs +617 -0
- package/fesm2022/cax-design-system-accordion.mjs.map +1 -0
- package/fesm2022/cax-design-system-animate.mjs +108 -0
- package/fesm2022/cax-design-system-animate.mjs.map +1 -0
- package/fesm2022/cax-design-system-animateonscroll.mjs +192 -0
- package/fesm2022/cax-design-system-animateonscroll.mjs.map +1 -0
- package/fesm2022/cax-design-system-api.mjs +995 -0
- package/fesm2022/cax-design-system-api.mjs.map +1 -0
- package/fesm2022/cax-design-system-autocomplete.mjs +1887 -0
- package/fesm2022/cax-design-system-autocomplete.mjs.map +1 -0
- package/fesm2022/cax-design-system-autofocus.mjs +85 -0
- package/fesm2022/cax-design-system-autofocus.mjs.map +1 -0
- package/fesm2022/cax-design-system-avatar.mjs +124 -0
- package/fesm2022/cax-design-system-avatar.mjs.map +1 -0
- package/fesm2022/cax-design-system-avatargroup.mjs +61 -0
- package/fesm2022/cax-design-system-avatargroup.mjs.map +1 -0
- package/fesm2022/cax-design-system-badge.mjs +270 -0
- package/fesm2022/cax-design-system-badge.mjs.map +1 -0
- package/fesm2022/cax-design-system-baseicon.mjs +52 -0
- package/fesm2022/cax-design-system-baseicon.mjs.map +1 -0
- package/fesm2022/cax-design-system-blockui.mjs +213 -0
- package/fesm2022/cax-design-system-blockui.mjs.map +1 -0
- package/fesm2022/cax-design-system-breadcrumb.mjs +146 -0
- package/fesm2022/cax-design-system-breadcrumb.mjs.map +1 -0
- package/fesm2022/cax-design-system-button.mjs +431 -0
- package/fesm2022/cax-design-system-button.mjs.map +1 -0
- package/fesm2022/cax-design-system-buttongroup.mjs +45 -0
- package/fesm2022/cax-design-system-buttongroup.mjs.map +1 -0
- package/fesm2022/cax-design-system-calendar.mjs +3212 -0
- package/fesm2022/cax-design-system-calendar.mjs.map +1 -0
- package/fesm2022/cax-design-system-card.mjs +141 -0
- package/fesm2022/cax-design-system-card.mjs.map +1 -0
- package/fesm2022/cax-design-system-carousel.mjs +975 -0
- package/fesm2022/cax-design-system-carousel.mjs.map +1 -0
- package/fesm2022/cax-design-system-cascadeselect.mjs +1163 -0
- package/fesm2022/cax-design-system-cascadeselect.mjs.map +1 -0
- package/fesm2022/cax-design-system-chart.mjs +243 -0
- package/fesm2022/cax-design-system-chart.mjs.map +1 -0
- package/fesm2022/cax-design-system-checkbox.mjs +326 -0
- package/fesm2022/cax-design-system-checkbox.mjs.map +1 -0
- package/fesm2022/cax-design-system-chip.mjs +109 -0
- package/fesm2022/cax-design-system-chip.mjs.map +1 -0
- package/fesm2022/cax-design-system-chips.mjs +588 -0
- package/fesm2022/cax-design-system-chips.mjs.map +1 -0
- package/fesm2022/cax-design-system-colorpicker.mjs +836 -0
- package/fesm2022/cax-design-system-colorpicker.mjs.map +1 -0
- package/fesm2022/cax-design-system-confirmdialog.mjs +696 -0
- package/fesm2022/cax-design-system-confirmdialog.mjs.map +1 -0
- package/fesm2022/cax-design-system-confirmpopup.mjs +506 -0
- package/fesm2022/cax-design-system-confirmpopup.mjs.map +1 -0
- package/fesm2022/cax-design-system-contextmenu.mjs +1311 -0
- package/fesm2022/cax-design-system-contextmenu.mjs.map +1 -0
- package/fesm2022/cax-design-system-dataview.mjs +730 -0
- package/fesm2022/cax-design-system-dataview.mjs.map +1 -0
- package/fesm2022/cax-design-system-defer.mjs +118 -0
- package/fesm2022/cax-design-system-defer.mjs.map +1 -0
- package/fesm2022/cax-design-system-dialog.mjs +1175 -0
- package/fesm2022/cax-design-system-dialog.mjs.map +1 -0
- package/fesm2022/cax-design-system-divider.mjs +89 -0
- package/fesm2022/cax-design-system-divider.mjs.map +1 -0
- package/fesm2022/cax-design-system-dock.mjs +438 -0
- package/fesm2022/cax-design-system-dock.mjs.map +1 -0
- package/fesm2022/cax-design-system-dom.mjs +757 -0
- package/fesm2022/cax-design-system-dom.mjs.map +1 -0
- package/fesm2022/cax-design-system-dragdrop.mjs +331 -0
- package/fesm2022/cax-design-system-dragdrop.mjs.map +1 -0
- package/fesm2022/cax-design-system-dropdown.mjs +1684 -0
- package/fesm2022/cax-design-system-dropdown.mjs.map +1 -0
- package/fesm2022/cax-design-system-dynamicdialog.mjs +1133 -0
- package/fesm2022/cax-design-system-dynamicdialog.mjs.map +1 -0
- package/fesm2022/cax-design-system-editor.mjs +399 -0
- package/fesm2022/cax-design-system-editor.mjs.map +1 -0
- package/fesm2022/cax-design-system-fieldset.mjs +304 -0
- package/fesm2022/cax-design-system-fieldset.mjs.map +1 -0
- package/fesm2022/cax-design-system-fileupload.mjs +1195 -0
- package/fesm2022/cax-design-system-fileupload.mjs.map +1 -0
- package/fesm2022/cax-design-system-floatlabel.mjs +51 -0
- package/fesm2022/cax-design-system-floatlabel.mjs.map +1 -0
- package/fesm2022/cax-design-system-focustrap.mjs +110 -0
- package/fesm2022/cax-design-system-focustrap.mjs.map +1 -0
- package/fesm2022/cax-design-system-galleria.mjs +1675 -0
- package/fesm2022/cax-design-system-galleria.mjs.map +1 -0
- package/fesm2022/cax-design-system-iconfield.mjs +51 -0
- package/fesm2022/cax-design-system-iconfield.mjs.map +1 -0
- package/fesm2022/cax-design-system-icons-angledoubledown.mjs +42 -0
- package/fesm2022/cax-design-system-icons-angledoubledown.mjs.map +1 -0
- package/fesm2022/cax-design-system-icons-angledoubleleft.mjs +42 -0
- package/fesm2022/cax-design-system-icons-angledoubleleft.mjs.map +1 -0
- package/fesm2022/cax-design-system-icons-angledoubleright.mjs +42 -0
- package/fesm2022/cax-design-system-icons-angledoubleright.mjs.map +1 -0
- package/fesm2022/cax-design-system-icons-angledoubleup.mjs +42 -0
- package/fesm2022/cax-design-system-icons-angledoubleup.mjs.map +1 -0
- package/fesm2022/cax-design-system-icons-angledown.mjs +38 -0
- package/fesm2022/cax-design-system-icons-angledown.mjs.map +1 -0
- package/fesm2022/cax-design-system-icons-angleleft.mjs +38 -0
- package/fesm2022/cax-design-system-icons-angleleft.mjs.map +1 -0
- package/fesm2022/cax-design-system-icons-angleright.mjs +38 -0
- package/fesm2022/cax-design-system-icons-angleright.mjs.map +1 -0
- package/fesm2022/cax-design-system-icons-angleup.mjs +38 -0
- package/fesm2022/cax-design-system-icons-angleup.mjs.map +1 -0
- package/fesm2022/cax-design-system-icons-arrowdown.mjs +61 -0
- package/fesm2022/cax-design-system-icons-arrowdown.mjs.map +1 -0
- package/fesm2022/cax-design-system-icons-arrowdownleft.mjs +38 -0
- package/fesm2022/cax-design-system-icons-arrowdownleft.mjs.map +1 -0
- package/fesm2022/cax-design-system-icons-arrowdownright.mjs +38 -0
- package/fesm2022/cax-design-system-icons-arrowdownright.mjs.map +1 -0
- package/fesm2022/cax-design-system-icons-arrowleft.mjs +61 -0
- package/fesm2022/cax-design-system-icons-arrowleft.mjs.map +1 -0
- package/fesm2022/cax-design-system-icons-arrowright.mjs +42 -0
- package/fesm2022/cax-design-system-icons-arrowright.mjs.map +1 -0
- package/fesm2022/cax-design-system-icons-arrowup.mjs +61 -0
- package/fesm2022/cax-design-system-icons-arrowup.mjs.map +1 -0
- package/fesm2022/cax-design-system-icons-ban.mjs +57 -0
- package/fesm2022/cax-design-system-icons-ban.mjs.map +1 -0
- package/fesm2022/cax-design-system-icons-bars.mjs +42 -0
- package/fesm2022/cax-design-system-icons-bars.mjs.map +1 -0
- package/fesm2022/cax-design-system-icons-blank.mjs +32 -0
- package/fesm2022/cax-design-system-icons-blank.mjs.map +1 -0
- package/fesm2022/cax-design-system-icons-calendar.mjs +38 -0
- package/fesm2022/cax-design-system-icons-calendar.mjs.map +1 -0
- package/fesm2022/cax-design-system-icons-caretleft.mjs +38 -0
- package/fesm2022/cax-design-system-icons-caretleft.mjs.map +1 -0
- package/fesm2022/cax-design-system-icons-caretright.mjs +38 -0
- package/fesm2022/cax-design-system-icons-caretright.mjs.map +1 -0
- package/fesm2022/cax-design-system-icons-check.mjs +38 -0
- package/fesm2022/cax-design-system-icons-check.mjs.map +1 -0
- package/fesm2022/cax-design-system-icons-chevrondown.mjs +38 -0
- package/fesm2022/cax-design-system-icons-chevrondown.mjs.map +1 -0
- package/fesm2022/cax-design-system-icons-chevronleft.mjs +38 -0
- package/fesm2022/cax-design-system-icons-chevronleft.mjs.map +1 -0
- package/fesm2022/cax-design-system-icons-chevronright.mjs +38 -0
- package/fesm2022/cax-design-system-icons-chevronright.mjs.map +1 -0
- package/fesm2022/cax-design-system-icons-chevronup.mjs +38 -0
- package/fesm2022/cax-design-system-icons-chevronup.mjs.map +1 -0
- package/fesm2022/cax-design-system-icons-exclamationtriangle.mjs +73 -0
- package/fesm2022/cax-design-system-icons-exclamationtriangle.mjs.map +1 -0
- package/fesm2022/cax-design-system-icons-eye.mjs +42 -0
- package/fesm2022/cax-design-system-icons-eye.mjs.map +1 -0
- package/fesm2022/cax-design-system-icons-eyeslash.mjs +61 -0
- package/fesm2022/cax-design-system-icons-eyeslash.mjs.map +1 -0
- package/fesm2022/cax-design-system-icons-filter.mjs +57 -0
- package/fesm2022/cax-design-system-icons-filter.mjs.map +1 -0
- package/fesm2022/cax-design-system-icons-filterslash.mjs +61 -0
- package/fesm2022/cax-design-system-icons-filterslash.mjs.map +1 -0
- package/fesm2022/cax-design-system-icons-home.mjs +61 -0
- package/fesm2022/cax-design-system-icons-home.mjs.map +1 -0
- package/fesm2022/cax-design-system-icons-infocircle.mjs +61 -0
- package/fesm2022/cax-design-system-icons-infocircle.mjs.map +1 -0
- package/fesm2022/cax-design-system-icons-minus.mjs +39 -0
- package/fesm2022/cax-design-system-icons-minus.mjs.map +1 -0
- package/fesm2022/cax-design-system-icons-pencil.mjs +57 -0
- package/fesm2022/cax-design-system-icons-pencil.mjs.map +1 -0
- package/fesm2022/cax-design-system-icons-plus.mjs +57 -0
- package/fesm2022/cax-design-system-icons-plus.mjs.map +1 -0
- package/fesm2022/cax-design-system-icons-refresh.mjs +61 -0
- package/fesm2022/cax-design-system-icons-refresh.mjs.map +1 -0
- package/fesm2022/cax-design-system-icons-search.mjs +61 -0
- package/fesm2022/cax-design-system-icons-search.mjs.map +1 -0
- package/fesm2022/cax-design-system-icons-searchminus.mjs +61 -0
- package/fesm2022/cax-design-system-icons-searchminus.mjs.map +1 -0
- package/fesm2022/cax-design-system-icons-searchplus.mjs +61 -0
- package/fesm2022/cax-design-system-icons-searchplus.mjs.map +1 -0
- package/fesm2022/cax-design-system-icons-sortalt.mjs +69 -0
- package/fesm2022/cax-design-system-icons-sortalt.mjs.map +1 -0
- package/fesm2022/cax-design-system-icons-sortamountdown.mjs +57 -0
- package/fesm2022/cax-design-system-icons-sortamountdown.mjs.map +1 -0
- package/fesm2022/cax-design-system-icons-sortamountupalt.mjs +57 -0
- package/fesm2022/cax-design-system-icons-sortamountupalt.mjs.map +1 -0
- package/fesm2022/cax-design-system-icons-spinner.mjs +57 -0
- package/fesm2022/cax-design-system-icons-spinner.mjs.map +1 -0
- package/fesm2022/cax-design-system-icons-star.mjs +57 -0
- package/fesm2022/cax-design-system-icons-star.mjs.map +1 -0
- package/fesm2022/cax-design-system-icons-starfill.mjs +57 -0
- package/fesm2022/cax-design-system-icons-starfill.mjs.map +1 -0
- package/fesm2022/cax-design-system-icons-thlarge.mjs +61 -0
- package/fesm2022/cax-design-system-icons-thlarge.mjs.map +1 -0
- package/fesm2022/cax-design-system-icons-times.mjs +38 -0
- package/fesm2022/cax-design-system-icons-times.mjs.map +1 -0
- package/fesm2022/cax-design-system-icons-timescircle.mjs +61 -0
- package/fesm2022/cax-design-system-icons-timescircle.mjs.map +1 -0
- package/fesm2022/cax-design-system-icons-trash.mjs +61 -0
- package/fesm2022/cax-design-system-icons-trash.mjs.map +1 -0
- package/fesm2022/cax-design-system-icons-undo.mjs +61 -0
- package/fesm2022/cax-design-system-icons-undo.mjs.map +1 -0
- package/fesm2022/cax-design-system-icons-upload.mjs +61 -0
- package/fesm2022/cax-design-system-icons-upload.mjs.map +1 -0
- package/fesm2022/cax-design-system-icons-windowmaximize.mjs +61 -0
- package/fesm2022/cax-design-system-icons-windowmaximize.mjs.map +1 -0
- package/fesm2022/cax-design-system-icons-windowminimize.mjs +61 -0
- package/fesm2022/cax-design-system-icons-windowminimize.mjs.map +1 -0
- package/fesm2022/cax-design-system-image.mjs +438 -0
- package/fesm2022/cax-design-system-image.mjs.map +1 -0
- package/fesm2022/cax-design-system-inplace.mjs +250 -0
- package/fesm2022/cax-design-system-inplace.mjs.map +1 -0
- package/fesm2022/cax-design-system-inputgroup.mjs +77 -0
- package/fesm2022/cax-design-system-inputgroup.mjs.map +1 -0
- package/fesm2022/cax-design-system-inputgroupaddon.mjs +60 -0
- package/fesm2022/cax-design-system-inputgroupaddon.mjs.map +1 -0
- package/fesm2022/cax-design-system-inputicon.mjs +45 -0
- package/fesm2022/cax-design-system-inputicon.mjs.map +1 -0
- package/fesm2022/cax-design-system-inputmask.mjs +921 -0
- package/fesm2022/cax-design-system-inputmask.mjs.map +1 -0
- package/fesm2022/cax-design-system-inputnumber.mjs +1310 -0
- package/fesm2022/cax-design-system-inputnumber.mjs.map +1 -0
- package/fesm2022/cax-design-system-inputotp.mjs +388 -0
- package/fesm2022/cax-design-system-inputotp.mjs.map +1 -0
- package/fesm2022/cax-design-system-inputswitch.mjs +251 -0
- package/fesm2022/cax-design-system-inputswitch.mjs.map +1 -0
- package/fesm2022/cax-design-system-inputtext.mjs +145 -0
- package/fesm2022/cax-design-system-inputtext.mjs.map +1 -0
- package/fesm2022/cax-design-system-inputtextarea.mjs +142 -0
- package/fesm2022/cax-design-system-inputtextarea.mjs.map +1 -0
- package/fesm2022/cax-design-system-keyfilter.mjs +272 -0
- package/fesm2022/cax-design-system-keyfilter.mjs.map +1 -0
- package/fesm2022/cax-design-system-knob.mjs +471 -0
- package/fesm2022/cax-design-system-knob.mjs.map +1 -0
- package/fesm2022/cax-design-system-listbox.mjs +1562 -0
- package/fesm2022/cax-design-system-listbox.mjs.map +1 -0
- package/fesm2022/cax-design-system-logo.mjs +65 -0
- package/fesm2022/cax-design-system-logo.mjs.map +1 -0
- package/fesm2022/cax-design-system-megamenu.mjs +1197 -0
- package/fesm2022/cax-design-system-megamenu.mjs.map +1 -0
- package/fesm2022/cax-design-system-menu.mjs +960 -0
- package/fesm2022/cax-design-system-menu.mjs.map +1 -0
- package/fesm2022/cax-design-system-menubar.mjs +1256 -0
- package/fesm2022/cax-design-system-menubar.mjs.map +1 -0
- package/fesm2022/cax-design-system-message.mjs +119 -0
- package/fesm2022/cax-design-system-message.mjs.map +1 -0
- package/fesm2022/cax-design-system-messages.mjs +303 -0
- package/fesm2022/cax-design-system-messages.mjs.map +1 -0
- package/fesm2022/cax-design-system-metergroup.mjs +287 -0
- package/fesm2022/cax-design-system-metergroup.mjs.map +1 -0
- package/fesm2022/cax-design-system-multiselect.mjs +2532 -0
- package/fesm2022/cax-design-system-multiselect.mjs.map +1 -0
- package/fesm2022/cax-design-system-navigation.mjs +281 -0
- package/fesm2022/cax-design-system-navigation.mjs.map +1 -0
- package/fesm2022/cax-design-system-orderlist.mjs +1000 -0
- package/fesm2022/cax-design-system-orderlist.mjs.map +1 -0
- package/fesm2022/cax-design-system-organizationchart.mjs +423 -0
- package/fesm2022/cax-design-system-organizationchart.mjs.map +1 -0
- package/fesm2022/cax-design-system-overlay.mjs +599 -0
- package/fesm2022/cax-design-system-overlay.mjs.map +1 -0
- package/fesm2022/cax-design-system-overlaypanel.mjs +490 -0
- package/fesm2022/cax-design-system-overlaypanel.mjs.map +1 -0
- package/fesm2022/cax-design-system-paginator.mjs +454 -0
- package/fesm2022/cax-design-system-paginator.mjs.map +1 -0
- package/fesm2022/cax-design-system-panel.mjs +400 -0
- package/fesm2022/cax-design-system-panel.mjs.map +1 -0
- package/fesm2022/cax-design-system-panelmenu.mjs +1283 -0
- package/fesm2022/cax-design-system-panelmenu.mjs.map +1 -0
- package/fesm2022/cax-design-system-password.mjs +1024 -0
- package/fesm2022/cax-design-system-password.mjs.map +1 -0
- package/fesm2022/cax-design-system-picklist.mjs +1916 -0
- package/fesm2022/cax-design-system-picklist.mjs.map +1 -0
- package/fesm2022/cax-design-system-progressbar.mjs +108 -0
- package/fesm2022/cax-design-system-progressbar.mjs.map +1 -0
- package/fesm2022/cax-design-system-progressspinner.mjs +134 -0
- package/fesm2022/cax-design-system-progressspinner.mjs.map +1 -0
- package/fesm2022/cax-design-system-radiobutton.mjs +297 -0
- package/fesm2022/cax-design-system-radiobutton.mjs.map +1 -0
- package/fesm2022/cax-design-system-rating.mjs +395 -0
- package/fesm2022/cax-design-system-rating.mjs.map +1 -0
- package/fesm2022/cax-design-system-ripple.mjs +149 -0
- package/fesm2022/cax-design-system-ripple.mjs.map +1 -0
- package/fesm2022/cax-design-system-scroller.mjs +1001 -0
- package/fesm2022/cax-design-system-scroller.mjs.map +1 -0
- package/fesm2022/cax-design-system-scrollpanel.mjs +508 -0
- package/fesm2022/cax-design-system-scrollpanel.mjs.map +1 -0
- package/fesm2022/cax-design-system-scrolltop.mjs +289 -0
- package/fesm2022/cax-design-system-scrolltop.mjs.map +1 -0
- package/fesm2022/cax-design-system-selectbutton.mjs +385 -0
- package/fesm2022/cax-design-system-selectbutton.mjs.map +1 -0
- package/fesm2022/cax-design-system-sidebar.mjs +439 -0
- package/fesm2022/cax-design-system-sidebar.mjs.map +1 -0
- package/fesm2022/cax-design-system-skeleton.mjs +109 -0
- package/fesm2022/cax-design-system-skeleton.mjs.map +1 -0
- package/fesm2022/cax-design-system-slidemenu.mjs +1508 -0
- package/fesm2022/cax-design-system-slidemenu.mjs.map +1 -0
- package/fesm2022/cax-design-system-slider.mjs +803 -0
- package/fesm2022/cax-design-system-slider.mjs.map +1 -0
- package/fesm2022/cax-design-system-speeddial.mjs +637 -0
- package/fesm2022/cax-design-system-speeddial.mjs.map +1 -0
- package/fesm2022/cax-design-system-spinner.mjs +454 -0
- package/fesm2022/cax-design-system-spinner.mjs.map +1 -0
- package/fesm2022/cax-design-system-splitbutton.mjs +390 -0
- package/fesm2022/cax-design-system-splitbutton.mjs.map +1 -0
- package/fesm2022/cax-design-system-splitter.mjs +569 -0
- package/fesm2022/cax-design-system-splitter.mjs.map +1 -0
- package/fesm2022/cax-design-system-stepper.mjs +684 -0
- package/fesm2022/cax-design-system-stepper.mjs.map +1 -0
- package/fesm2022/cax-design-system-steps.mjs +352 -0
- package/fesm2022/cax-design-system-steps.mjs.map +1 -0
- package/fesm2022/cax-design-system-styleclass.mjs +323 -0
- package/fesm2022/cax-design-system-styleclass.mjs.map +1 -0
- package/fesm2022/cax-design-system-table.mjs +5562 -0
- package/fesm2022/cax-design-system-table.mjs.map +1 -0
- package/fesm2022/cax-design-system-tabmenu.mjs +583 -0
- package/fesm2022/cax-design-system-tabmenu.mjs.map +1 -0
- package/fesm2022/cax-design-system-tabview.mjs +850 -0
- package/fesm2022/cax-design-system-tabview.mjs.map +1 -0
- package/fesm2022/cax-design-system-tag.mjs +117 -0
- package/fesm2022/cax-design-system-tag.mjs.map +1 -0
- package/fesm2022/cax-design-system-terminal.mjs +172 -0
- package/fesm2022/cax-design-system-terminal.mjs.map +1 -0
- package/fesm2022/cax-design-system-tieredmenu.mjs +1314 -0
- package/fesm2022/cax-design-system-tieredmenu.mjs.map +1 -0
- package/fesm2022/cax-design-system-timeline.mjs +174 -0
- package/fesm2022/cax-design-system-timeline.mjs.map +1 -0
- package/fesm2022/cax-design-system-toast.mjs +507 -0
- package/fesm2022/cax-design-system-toast.mjs.map +1 -0
- package/fesm2022/cax-design-system-togglebutton.mjs +281 -0
- package/fesm2022/cax-design-system-togglebutton.mjs.map +1 -0
- package/fesm2022/cax-design-system-toggleswitch.mjs +57 -0
- package/fesm2022/cax-design-system-toggleswitch.mjs.map +1 -0
- package/fesm2022/cax-design-system-toolbar.mjs +118 -0
- package/fesm2022/cax-design-system-toolbar.mjs.map +1 -0
- package/fesm2022/cax-design-system-tooltip.mjs +910 -0
- package/fesm2022/cax-design-system-tooltip.mjs.map +1 -0
- package/fesm2022/cax-design-system-tree.mjs +1527 -0
- package/fesm2022/cax-design-system-tree.mjs.map +1 -0
- package/fesm2022/cax-design-system-treeselect.mjs +1200 -0
- package/fesm2022/cax-design-system-treeselect.mjs.map +1 -0
- package/fesm2022/cax-design-system-treetable.mjs +4118 -0
- package/fesm2022/cax-design-system-treetable.mjs.map +1 -0
- package/fesm2022/cax-design-system-tristatecheckbox.mjs +235 -0
- package/fesm2022/cax-design-system-tristatecheckbox.mjs.map +1 -0
- package/fesm2022/cax-design-system-ts-helpers.mjs +4 -0
- package/fesm2022/cax-design-system-ts-helpers.mjs.map +1 -0
- package/fesm2022/cax-design-system-utils.mjs +305 -0
- package/fesm2022/cax-design-system-utils.mjs.map +1 -0
- package/fesm2022/cax-design-system-virtualscroller.mjs +222 -0
- package/fesm2022/cax-design-system-virtualscroller.mjs.map +1 -0
- package/fesm2022/cax-design-system.mjs +6 -0
- package/fesm2022/cax-design-system.mjs.map +1 -0
- package/fieldset/fieldset.d.ts +93 -0
- package/fieldset/fieldset.interface.d.ts +46 -0
- package/fieldset/index.d.ts +5 -0
- package/fieldset/public_api.d.ts +2 -0
- package/fileupload/fileupload.d.ts +380 -0
- package/fileupload/fileupload.interface.d.ts +226 -0
- package/fileupload/index.d.ts +5 -0
- package/fileupload/public_api.d.ts +2 -0
- package/floatlabel/floatlabel.d.ts +17 -0
- package/floatlabel/index.d.ts +5 -0
- package/floatlabel/public_api.d.ts +1 -0
- package/focustrap/focustrap.d.ts +34 -0
- package/focustrap/index.d.ts +5 -0
- package/focustrap/public_api.d.ts +1 -0
- package/galleria/galleria.d.ts +404 -0
- package/galleria/galleria.interface.d.ts +97 -0
- package/galleria/index.d.ts +5 -0
- package/galleria/public_api.d.ts +2 -0
- package/iconfield/iconfield.d.ts +25 -0
- package/iconfield/index.d.ts +5 -0
- package/iconfield/public_api.d.ts +1 -0
- package/icons/angledoubledown/angledoubledown.d.ts +6 -0
- package/icons/angledoubledown/index.d.ts +5 -0
- package/icons/angledoubledown/public_api.d.ts +1 -0
- package/icons/angledoubleleft/angledoubleleft.d.ts +6 -0
- package/icons/angledoubleleft/index.d.ts +5 -0
- package/icons/angledoubleleft/public_api.d.ts +1 -0
- package/icons/angledoubleright/angledoubleright.d.ts +6 -0
- package/icons/angledoubleright/index.d.ts +5 -0
- package/icons/angledoubleright/public_api.d.ts +1 -0
- package/icons/angledoubleup/angledoubleup.d.ts +6 -0
- package/icons/angledoubleup/index.d.ts +5 -0
- package/icons/angledoubleup/public_api.d.ts +1 -0
- package/icons/angledown/angledown.d.ts +6 -0
- package/icons/angledown/index.d.ts +5 -0
- package/icons/angledown/public_api.d.ts +1 -0
- package/icons/angleleft/angleleft.d.ts +6 -0
- package/icons/angleleft/index.d.ts +5 -0
- package/icons/angleleft/public_api.d.ts +1 -0
- package/icons/angleright/angleright.d.ts +6 -0
- package/icons/angleright/index.d.ts +5 -0
- package/icons/angleright/public_api.d.ts +1 -0
- package/icons/angleup/angleup.d.ts +6 -0
- package/icons/angleup/index.d.ts +5 -0
- package/icons/angleup/public_api.d.ts +1 -0
- package/icons/arrowdown/arrowdown.d.ts +9 -0
- package/icons/arrowdown/index.d.ts +5 -0
- package/icons/arrowdown/public_api.d.ts +1 -0
- package/icons/arrowdownleft/arrowdownleft.d.ts +6 -0
- package/icons/arrowdownleft/index.d.ts +5 -0
- package/icons/arrowdownleft/public_api.d.ts +1 -0
- package/icons/arrowdownright/arrowdownright.d.ts +6 -0
- package/icons/arrowdownright/index.d.ts +5 -0
- package/icons/arrowdownright/public_api.d.ts +1 -0
- package/icons/arrowleft/arrowleft.d.ts +8 -0
- package/icons/arrowleft/index.d.ts +5 -0
- package/icons/arrowleft/public_api.d.ts +1 -0
- package/icons/arrowright/arrowright.d.ts +6 -0
- package/icons/arrowright/index.d.ts +5 -0
- package/icons/arrowright/public_api.d.ts +1 -0
- package/icons/arrowup/arrowup.d.ts +8 -0
- package/icons/arrowup/index.d.ts +5 -0
- package/icons/arrowup/public_api.d.ts +1 -0
- package/icons/ban/ban.d.ts +8 -0
- package/icons/ban/index.d.ts +5 -0
- package/icons/ban/public_api.d.ts +1 -0
- package/icons/bars/bars.d.ts +6 -0
- package/icons/bars/index.d.ts +5 -0
- package/icons/bars/public_api.d.ts +1 -0
- package/icons/blank/blank.d.ts +6 -0
- package/icons/blank/index.d.ts +5 -0
- package/icons/blank/public_api.d.ts +1 -0
- package/icons/calendar/calendar.d.ts +6 -0
- package/icons/calendar/index.d.ts +5 -0
- package/icons/calendar/public_api.d.ts +1 -0
- package/icons/caretleft/caretleft.d.ts +6 -0
- package/icons/caretleft/index.d.ts +5 -0
- package/icons/caretleft/public_api.d.ts +1 -0
- package/icons/caretright/caretright.d.ts +6 -0
- package/icons/caretright/index.d.ts +5 -0
- package/icons/caretright/public_api.d.ts +1 -0
- package/icons/check/check.d.ts +6 -0
- package/icons/check/index.d.ts +5 -0
- package/icons/check/public_api.d.ts +1 -0
- package/icons/chevrondown/chevrondown.d.ts +6 -0
- package/icons/chevrondown/index.d.ts +5 -0
- package/icons/chevrondown/public_api.d.ts +1 -0
- package/icons/chevronleft/chevronleft.d.ts +6 -0
- package/icons/chevronleft/index.d.ts +5 -0
- package/icons/chevronleft/public_api.d.ts +1 -0
- package/icons/chevronright/chevronright.d.ts +6 -0
- package/icons/chevronright/index.d.ts +5 -0
- package/icons/chevronright/public_api.d.ts +1 -0
- package/icons/chevronup/chevronup.d.ts +6 -0
- package/icons/chevronup/index.d.ts +5 -0
- package/icons/chevronup/public_api.d.ts +1 -0
- package/icons/exclamationtriangle/exclamationtriangle.d.ts +9 -0
- package/icons/exclamationtriangle/index.d.ts +5 -0
- package/icons/exclamationtriangle/public_api.d.ts +1 -0
- package/icons/eye/eye.d.ts +6 -0
- package/icons/eye/index.d.ts +5 -0
- package/icons/eye/public_api.d.ts +1 -0
- package/icons/eyeslash/eyeslash.d.ts +8 -0
- package/icons/eyeslash/index.d.ts +5 -0
- package/icons/eyeslash/public_api.d.ts +1 -0
- package/icons/filter/filter.d.ts +8 -0
- package/icons/filter/index.d.ts +5 -0
- package/icons/filter/public_api.d.ts +1 -0
- package/icons/filterslash/filterslash.d.ts +8 -0
- package/icons/filterslash/index.d.ts +5 -0
- package/icons/filterslash/public_api.d.ts +1 -0
- package/icons/home/home.d.ts +8 -0
- package/icons/home/index.d.ts +5 -0
- package/icons/home/public_api.d.ts +1 -0
- package/icons/infocircle/index.d.ts +5 -0
- package/icons/infocircle/infocircle.d.ts +8 -0
- package/icons/infocircle/public_api.d.ts +1 -0
- package/icons/minus/index.d.ts +5 -0
- package/icons/minus/minus.d.ts +6 -0
- package/icons/minus/public_api.d.ts +1 -0
- package/icons/pencil/index.d.ts +5 -0
- package/icons/pencil/pencil.d.ts +8 -0
- package/icons/pencil/public_api.d.ts +1 -0
- package/icons/plus/index.d.ts +5 -0
- package/icons/plus/plus.d.ts +8 -0
- package/icons/plus/public_api.d.ts +1 -0
- package/icons/refresh/index.d.ts +5 -0
- package/icons/refresh/public_api.d.ts +1 -0
- package/icons/refresh/refresh.d.ts +8 -0
- package/icons/search/index.d.ts +5 -0
- package/icons/search/public_api.d.ts +1 -0
- package/icons/search/search.d.ts +8 -0
- package/icons/searchminus/index.d.ts +5 -0
- package/icons/searchminus/public_api.d.ts +1 -0
- package/icons/searchminus/searchminus.d.ts +8 -0
- package/icons/searchplus/index.d.ts +5 -0
- package/icons/searchplus/public_api.d.ts +1 -0
- package/icons/searchplus/searchplus.d.ts +8 -0
- package/icons/sortalt/index.d.ts +5 -0
- package/icons/sortalt/public_api.d.ts +1 -0
- package/icons/sortalt/sortalt.d.ts +8 -0
- package/icons/sortamountdown/index.d.ts +5 -0
- package/icons/sortamountdown/public_api.d.ts +1 -0
- package/icons/sortamountdown/sortamountdown.d.ts +8 -0
- package/icons/sortamountupalt/index.d.ts +5 -0
- package/icons/sortamountupalt/public_api.d.ts +1 -0
- package/icons/sortamountupalt/sortamountupalt.d.ts +8 -0
- package/icons/spinner/index.d.ts +5 -0
- package/icons/spinner/public_api.d.ts +1 -0
- package/icons/spinner/spinner.d.ts +8 -0
- package/icons/star/index.d.ts +5 -0
- package/icons/star/public_api.d.ts +1 -0
- package/icons/star/star.d.ts +8 -0
- package/icons/starfill/index.d.ts +5 -0
- package/icons/starfill/public_api.d.ts +1 -0
- package/icons/starfill/starfill.d.ts +8 -0
- package/icons/thlarge/index.d.ts +5 -0
- package/icons/thlarge/public_api.d.ts +1 -0
- package/icons/thlarge/thlarge.d.ts +8 -0
- package/icons/times/index.d.ts +5 -0
- package/icons/times/public_api.d.ts +1 -0
- package/icons/times/times.d.ts +6 -0
- package/icons/timescircle/index.d.ts +5 -0
- package/icons/timescircle/public_api.d.ts +1 -0
- package/icons/timescircle/timescircle.d.ts +8 -0
- package/icons/trash/index.d.ts +5 -0
- package/icons/trash/public_api.d.ts +1 -0
- package/icons/trash/trash.d.ts +8 -0
- package/icons/undo/index.d.ts +5 -0
- package/icons/undo/public_api.d.ts +1 -0
- package/icons/undo/undo.d.ts +8 -0
- package/icons/upload/index.d.ts +5 -0
- package/icons/upload/public_api.d.ts +1 -0
- package/icons/upload/upload.d.ts +8 -0
- package/icons/windowmaximize/index.d.ts +5 -0
- package/icons/windowmaximize/public_api.d.ts +1 -0
- package/icons/windowmaximize/windowmaximize.d.ts +8 -0
- package/icons/windowminimize/index.d.ts +5 -0
- package/icons/windowminimize/public_api.d.ts +1 -0
- package/icons/windowminimize/windowminimize.d.ts +8 -0
- package/image/image.d.ts +188 -0
- package/image/image.interface.d.ts +31 -0
- package/image/image.module.d.ts +8 -0
- package/image/index.d.ts +5 -0
- package/image/public_api.d.ts +3 -0
- package/index.d.ts +5 -0
- package/inplace/index.d.ts +5 -0
- package/inplace/inplace.d.ts +109 -0
- package/inplace/inplace.interface.d.ts +19 -0
- package/inplace/public_api.d.ts +2 -0
- package/inputgroup/index.d.ts +5 -0
- package/inputgroup/inputgroup.d.ts +28 -0
- package/inputgroup/inputgroup.module.d.ts +15 -0
- package/inputgroup/public_api.d.ts +2 -0
- package/inputgroupaddon/index.d.ts +5 -0
- package/inputgroupaddon/inputgroupaddon.d.ts +21 -0
- package/inputgroupaddon/inputgroupaddon.module.d.ts +14 -0
- package/inputgroupaddon/public_api.d.ts +2 -0
- package/inputicon/index.d.ts +5 -0
- package/inputicon/inputicon.d.ts +21 -0
- package/inputicon/public_api.d.ts +1 -0
- package/inputmask/index.d.ts +5 -0
- package/inputmask/inputmask.d.ts +273 -0
- package/inputmask/inputmask.interface.d.ts +19 -0
- package/inputmask/public_api.d.ts +2 -0
- package/inputnumber/index.d.ts +5 -0
- package/inputnumber/inputnumber.d.ts +392 -0
- package/inputnumber/inputnumber.interface.d.ts +38 -0
- package/inputnumber/inputnumber.module.d.ts +8 -0
- package/inputnumber/public_api.d.ts +3 -0
- package/inputotp/index.d.ts +5 -0
- package/inputotp/inputotp.d.ts +123 -0
- package/inputotp/inputotp.interface.d.ts +65 -0
- package/inputotp/public_api.d.ts +2 -0
- package/inputswitch/index.d.ts +5 -0
- package/inputswitch/inputswitch.d.ts +106 -0
- package/inputswitch/inputswitch.interface.d.ts +15 -0
- package/inputswitch/public_api.d.ts +2 -0
- package/inputtext/index.d.ts +5 -0
- package/inputtext/inputtext.component.d.ts +25 -0
- package/inputtext/inputtext.directive.d.ts +20 -0
- package/inputtext/inputtext.module.d.ts +10 -0
- package/inputtext/public_api.d.ts +3 -0
- package/inputtextarea/index.d.ts +5 -0
- package/inputtextarea/inputtextarea.d.ts +53 -0
- package/inputtextarea/public_api.d.ts +1 -0
- package/keyfilter/index.d.ts +5 -0
- package/keyfilter/keyfilter.d.ts +58 -0
- package/keyfilter/keyfilter.interface.d.ts +5 -0
- package/keyfilter/public_api.d.ts +2 -0
- package/knob/index.d.ts +5 -0
- package/knob/knob.d.ts +178 -0
- package/knob/public_api.d.ts +1 -0
- package/listbox/index.d.ts +5 -0
- package/listbox/listbox.d.ts +463 -0
- package/listbox/listbox.interface.d.ts +156 -0
- package/listbox/public_api.d.ts +2 -0
- package/logo/index.d.ts +5 -0
- package/logo/logo.d.ts +11 -0
- package/logo/logo.module.d.ts +7 -0
- package/logo/public_api.d.ts +2 -0
- package/megamenu/index.d.ts +5 -0
- package/megamenu/megamenu.d.ts +198 -0
- package/megamenu/megamenu.interface.d.ts +31 -0
- package/megamenu/public_api.d.ts +2 -0
- package/menu/index.d.ts +5 -0
- package/menu/menu.d.ts +220 -0
- package/menu/public_api.d.ts +1 -0
- package/menubar/index.d.ts +5 -0
- package/menubar/menubar.d.ts +248 -0
- package/menubar/menubar.interface.d.ts +40 -0
- package/menubar/public_api.d.ts +2 -0
- package/message/index.d.ts +5 -0
- package/message/message.d.ts +52 -0
- package/message/public_api.d.ts +1 -0
- package/messages/index.d.ts +5 -0
- package/messages/messages.d.ts +115 -0
- package/messages/messages.interface.d.ts +18 -0
- package/messages/messages.module.d.ts +8 -0
- package/messages/public_api.d.ts +3 -0
- package/metergroup/index.d.ts +5 -0
- package/metergroup/metergroup.d.ts +101 -0
- package/metergroup/metergroup.interface.d.ts +122 -0
- package/metergroup/public_api.d.ts +2 -0
- package/multiselect/index.d.ts +5 -0
- package/multiselect/multiselect.d.ts +724 -0
- package/multiselect/multiselect.interface.d.ts +247 -0
- package/multiselect/public_api.d.ts +2 -0
- package/navigation/index.d.ts +5 -0
- package/navigation/navigation.d.ts +54 -0
- package/navigation/navigation.interface.d.ts +23 -0
- package/navigation/navigation.module.d.ts +7 -0
- package/navigation/public_api.d.ts +2 -0
- package/orderlist/index.d.ts +5 -0
- package/orderlist/orderlist.d.ts +270 -0
- package/orderlist/orderlist.interface.d.ts +110 -0
- package/orderlist/public_api.d.ts +2 -0
- package/organizationchart/index.d.ts +5 -0
- package/organizationchart/organizationchart.d.ts +132 -0
- package/organizationchart/organizationchart.interface.d.ts +59 -0
- package/organizationchart/public_api.d.ts +2 -0
- package/overlay/index.d.ts +5 -0
- package/overlay/overlay.d.ts +238 -0
- package/overlay/overlay.module.d.ts +8 -0
- package/overlay/public_api.d.ts +2 -0
- package/overlaypanel/index.d.ts +5 -0
- package/overlaypanel/overlaypanel.d.ts +162 -0
- package/overlaypanel/overlaypanel.module.d.ts +8 -0
- package/overlaypanel/public_api.d.ts +2 -0
- package/package.json +1033 -0
- package/paginator/index.d.ts +5 -0
- package/paginator/paginator.d.ts +192 -0
- package/paginator/paginator.interface.d.ts +37 -0
- package/paginator/paginator.module.d.ts +17 -0
- package/paginator/public_api.d.ts +3 -0
- package/panel/index.d.ts +5 -0
- package/panel/panel.d.ts +126 -0
- package/panel/panel.interface.d.ts +58 -0
- package/panel/public_api.d.ts +2 -0
- package/panelmenu/index.d.ts +5 -0
- package/panelmenu/panelmenu.d.ts +225 -0
- package/panelmenu/panelmenu.interface.d.ts +23 -0
- package/panelmenu/public_api.d.ts +2 -0
- package/password/index.d.ts +5 -0
- package/password/password.d.ts +342 -0
- package/password/public_api.d.ts +1 -0
- package/picklist/index.d.ts +5 -0
- package/picklist/picklist.d.ts +453 -0
- package/picklist/picklist.interface.d.ts +242 -0
- package/picklist/public_api.d.ts +2 -0
- package/progressbar/index.d.ts +5 -0
- package/progressbar/progressbar.d.ts +54 -0
- package/progressbar/progressbar.module.d.ts +8 -0
- package/progressbar/public_api.d.ts +2 -0
- package/progressspinner/index.d.ts +5 -0
- package/progressspinner/progressspinner.d.ts +50 -0
- package/progressspinner/progressspinner.module.d.ts +8 -0
- package/progressspinner/public_api.d.ts +2 -0
- package/public_api.d.ts +2 -0
- package/radiobutton/index.d.ts +5 -0
- package/radiobutton/public_api.d.ts +3 -0
- package/radiobutton/radiobutton.d.ts +145 -0
- package/radiobutton/radiobutton.interface.d.ts +15 -0
- package/radiobutton/radiobutton.module.d.ts +7 -0
- package/rating/index.d.ts +5 -0
- package/rating/public_api.d.ts +2 -0
- package/rating/rating.d.ts +146 -0
- package/rating/rating.interface.d.ts +34 -0
- package/resources/cax.min.scss +1 -0
- package/resources/cax.scss +784 -0
- package/resources/components/accordion/accordion.scss +44 -0
- package/resources/components/autocomplete/autocomplete.css +104 -0
- package/resources/components/avatar/avatar.scss +33 -0
- package/resources/components/avatargroup/avatargroup.css +10 -0
- package/resources/components/badge/badge.scss +34 -0
- package/resources/components/blockui/blockui.css +26 -0
- package/resources/components/breadcrumb/breadcrumb.scss +33 -0
- package/resources/components/button/button.scss +117 -0
- package/resources/components/calendar/calendar.scss +177 -0
- package/resources/components/card/card.scss +50 -0
- package/resources/components/carousel/carousel.css +71 -0
- package/resources/components/cascadeselect/cascadeselect.scss +99 -0
- package/resources/components/checkbox/checkbox.scss +30 -0
- package/resources/components/chip/chip.scss +63 -0
- package/resources/components/chips/chips.scss +156 -0
- package/resources/components/colorpicker/colorpicker-images.css +7 -0
- package/resources/components/colorpicker/colorpicker.css +83 -0
- package/resources/components/colorpicker/images/color.png +0 -0
- package/resources/components/colorpicker/images/hue.png +0 -0
- package/resources/components/common/common.scss +182 -0
- package/resources/components/confirmpopup/confirmpopup.css +53 -0
- package/resources/components/contextmenu/contextmenu.css +42 -0
- package/resources/components/dataview/dataview.css +13 -0
- package/resources/components/dialog/dialog.scss +164 -0
- package/resources/components/divider/divider.scss +86 -0
- package/resources/components/dock/dock.css +107 -0
- package/resources/components/dropdown/dropdown.scss +92 -0
- package/resources/components/editor/editor.css +4 -0
- package/resources/components/fieldset/fieldset.css +30 -0
- package/resources/components/fileupload/fileupload.css +47 -0
- package/resources/components/galleria/galleria.css +281 -0
- package/resources/components/iconfield/iconfield.css +5 -0
- package/resources/components/image/image.scss +97 -0
- package/resources/components/inplace/inplace.css +19 -0
- package/resources/components/inputicon/inputicon.css +6 -0
- package/resources/components/inputmask/inputmask.css +12 -0
- package/resources/components/inputnumber/inputnumber.scss +116 -0
- package/resources/components/inputotp/inputotp.css +2 -0
- package/resources/components/inputswitch/inputswitch.css +23 -0
- package/resources/components/inputtext/inputtext.scss +150 -0
- package/resources/components/inputtextarea/inputtextarea.css +10 -0
- package/resources/components/knob/knob.css +20 -0
- package/resources/components/listbox/listbox.css +40 -0
- package/resources/components/logo/logo.scss +0 -0
- package/resources/components/megamenu/megamenu.css +108 -0
- package/resources/components/menu/menu.css +30 -0
- package/resources/components/menubar/menubar.css +81 -0
- package/resources/components/message/message.css +17 -0
- package/resources/components/messages/messages.scss +55 -0
- package/resources/components/multiselect/multiselect.css +116 -0
- package/resources/components/navigation/navigation.scss +217 -0
- package/resources/components/orderlist/orderlist.css +78 -0
- package/resources/components/organizationchart/organizationchart.css +62 -0
- package/resources/components/overlay/overlay.scss +80 -0
- package/resources/components/overlaypanel/overlaypanel.scss +63 -0
- package/resources/components/paginator/paginator.scss +37 -0
- package/resources/components/panel/panel.css +29 -0
- package/resources/components/panelmenu/panelmenu.css +45 -0
- package/resources/components/password/images/password-meter.png +0 -0
- package/resources/components/password/password.css +54 -0
- package/resources/components/picklist/picklist.css +60 -0
- package/resources/components/progressbar/progressbar.scss +122 -0
- package/resources/components/progressspinner/progressspinner.scss +94 -0
- package/resources/components/radiobutton/radiobutton.scss +38 -0
- package/resources/components/rating/rating.css +15 -0
- package/resources/components/ripple/ripple.scss +29 -0
- package/resources/components/scroller/scroller.scss +58 -0
- package/resources/components/scrollpanel/scrollpanel.css +50 -0
- package/resources/components/scrolltop/scrolltop.css +18 -0
- package/resources/components/sidebar/sidebar.scss +114 -0
- package/resources/components/skeleton/skeleton.scss +25 -0
- package/resources/components/slidemenu/slidemenu.css +100 -0
- package/resources/components/slider/slider.css +41 -0
- package/resources/components/speeddial/speeddial.scss +122 -0
- package/resources/components/spinner/spinner.css +63 -0
- package/resources/components/splitbutton/splitbutton.scss +48 -0
- package/resources/components/splitter/splitter.css +70 -0
- package/resources/components/stepper/stepper.css +9 -0
- package/resources/components/steps/steps.css +49 -0
- package/resources/components/table/table.scss +249 -0
- package/resources/components/tabmenu/tabmenu.css +80 -0
- package/resources/components/tabview/tabview.scss +163 -0
- package/resources/components/tag/tag.scss +17 -0
- package/resources/components/terminal/terminal.css +24 -0
- package/resources/components/tieredmenu/tieredmenu.scss +55 -0
- package/resources/components/timeline/timeline.css +114 -0
- package/resources/components/toast/toast.scss +83 -0
- package/resources/components/toggleswitch/toggleswitch.scss +30 -0
- package/resources/components/toolbar/toolbar.css +19 -0
- package/resources/components/tooltip/tooltip.scss +124 -0
- package/resources/components/tree/images/line.gif +0 -0
- package/resources/components/tree/tree.scss +158 -0
- package/resources/components/treeselect/treeselect.css +98 -0
- package/resources/components/treetable/treetable.css +205 -0
- package/resources/images/color.png +0 -0
- package/resources/images/hue.png +0 -0
- package/resources/images/line.gif +0 -0
- package/resources/images/password-meter.png +0 -0
- package/resources/logo/dataX-dark.svg +12 -0
- package/resources/logo/dataX-icon-dark.svg +6 -0
- package/resources/logo/dataX-icon.svg +6 -0
- package/resources/logo/dataX.svg +12 -0
- package/resources/logo/usercard.png +0 -0
- package/resources/themes/cax-theme.scss +9272 -0
- package/ripple/index.d.ts +5 -0
- package/ripple/public_api.d.ts +2 -0
- package/ripple/ripple.d.ts +30 -0
- package/ripple/ripple.module.d.ts +7 -0
- package/scroller/index.d.ts +5 -0
- package/scroller/public_api.d.ts +3 -0
- package/scroller/scroller.d.ts +343 -0
- package/scroller/scroller.interface.d.ts +177 -0
- package/scroller/scroller.module.d.ts +8 -0
- package/scrollpanel/index.d.ts +5 -0
- package/scrollpanel/public_api.d.ts +2 -0
- package/scrollpanel/scrollpanel.d.ts +103 -0
- package/scrollpanel/scrollpanel.interface.d.ts +11 -0
- package/scrolltop/index.d.ts +5 -0
- package/scrolltop/public_api.d.ts +2 -0
- package/scrolltop/scrolltop.d.ts +97 -0
- package/scrolltop/scrolltop.interface.d.ts +18 -0
- package/selectbutton/index.d.ts +5 -0
- package/selectbutton/public_api.d.ts +2 -0
- package/selectbutton/selectbutton.d.ts +136 -0
- package/selectbutton/selectbutton.interface.d.ts +45 -0
- package/sidebar/index.d.ts +5 -0
- package/sidebar/public_api.d.ts +3 -0
- package/sidebar/sidebar.d.ts +158 -0
- package/sidebar/sidebar.interface.d.ts +27 -0
- package/sidebar/sidebar.module.d.ts +12 -0
- package/skeleton/index.d.ts +5 -0
- package/skeleton/public_api.d.ts +2 -0
- package/skeleton/skeleton.d.ts +61 -0
- package/skeleton/skeleton.module.d.ts +8 -0
- package/slidemenu/index.d.ts +5 -0
- package/slidemenu/public_api.d.ts +2 -0
- package/slidemenu/slidemenu.d.ts +322 -0
- package/slidemenu/slidemenu.interface.d.ts +15 -0
- package/slider/index.d.ts +5 -0
- package/slider/public_api.d.ts +2 -0
- package/slider/slider.d.ts +174 -0
- package/slider/slider.interface.d.ts +38 -0
- package/speeddial/index.d.ts +5 -0
- package/speeddial/public_api.d.ts +3 -0
- package/speeddial/speeddial.d.ts +277 -0
- package/speeddial/speeddial.interface.d.ts +28 -0
- package/speeddial/speeddial.module.d.ts +14 -0
- package/spinner/index.d.ts +5 -0
- package/spinner/public_api.d.ts +1 -0
- package/spinner/spinner.d.ts +90 -0
- package/splitbutton/index.d.ts +5 -0
- package/splitbutton/public_api.d.ts +3 -0
- package/splitbutton/splitbutton.d.ts +221 -0
- package/splitbutton/splitbutton.interface.d.ts +30 -0
- package/splitbutton/splitbutton.module.d.ts +12 -0
- package/splitter/index.d.ts +5 -0
- package/splitter/public_api.d.ts +2 -0
- package/splitter/splitter.d.ts +164 -0
- package/splitter/splitter.interface.d.ts +34 -0
- package/stepper/index.d.ts +5 -0
- package/stepper/public_api.d.ts +2 -0
- package/stepper/stepper.d.ts +117 -0
- package/stepper/stepper.interface.d.ts +26 -0
- package/steps/index.d.ts +5 -0
- package/steps/public_api.d.ts +1 -0
- package/steps/steps.d.ts +85 -0
- package/styleclass/index.d.ts +5 -0
- package/styleclass/public_api.d.ts +1 -0
- package/styleclass/styleclass.d.ts +108 -0
- package/table/columnfilter.interface.d.ts +247 -0
- package/table/components/cell-editor/cell-editor.d.ts +20 -0
- package/table/components/column-filter/column-filter.d.ts +256 -0
- package/table/components/column-filter-form-element/column-filter-form-element.d.ts +37 -0
- package/table/components/sort-icon/sort-icon.d.ts +21 -0
- package/table/components/table-body/table-body.d.ts +36 -0
- package/table/components/table-checkbox/table-checkbox.d.ts +31 -0
- package/table/components/table-header-checkbox/table-header-checkbox.d.ts +29 -0
- package/table/components/table-radio-button/table-radio-button.d.ts +29 -0
- package/table/directives/cancel-editable-row.directive.d.ts +11 -0
- package/table/directives/content-menu-row.directive.d.ts +22 -0
- package/table/directives/editable-column.directive.d.ts +40 -0
- package/table/directives/editable-row.directive.d.ts +12 -0
- package/table/directives/frozen-column.directive.d.ts +16 -0
- package/table/directives/init-editable-row.directive.d.ts +11 -0
- package/table/directives/reorderable-column.directive.d.ts +32 -0
- package/table/directives/reorderable-row-handle.directive.d.ts +9 -0
- package/table/directives/reorderable-row.directive.d.ts +34 -0
- package/table/directives/resizable-column.directive.d.ts +35 -0
- package/table/directives/row-group-header.directive.d.ts +9 -0
- package/table/directives/row-toggler.directive.d.ts +13 -0
- package/table/directives/save-editable-row.directive.d.ts +11 -0
- package/table/directives/selectable-row-double-click.directive.d.ts +22 -0
- package/table/directives/selectable-row.directive.d.ts +37 -0
- package/table/directives/sortable-column.directive.d.ts +24 -0
- package/table/index.d.ts +5 -0
- package/table/public_api.d.ts +28 -0
- package/table/table.d.ts +859 -0
- package/table/table.interface.d.ts +623 -0
- package/table/table.module.d.ts +32 -0
- package/table/table.service.d.ts +24 -0
- package/tabmenu/index.d.ts +5 -0
- package/tabmenu/public_api.d.ts +2 -0
- package/tabmenu/tabmenu.d.ts +126 -0
- package/tabmenu/tabmenu.interface.d.ts +32 -0
- package/tabview/index.d.ts +5 -0
- package/tabview/public_api.d.ts +3 -0
- package/tabview/tabview.d.ts +281 -0
- package/tabview/tabview.interface.d.ts +49 -0
- package/tabview/tabview.module.d.ts +14 -0
- package/tag/index.d.ts +5 -0
- package/tag/public_api.d.ts +3 -0
- package/tag/tag.d.ts +61 -0
- package/tag/tag.interface.d.ts +11 -0
- package/tag/tag.module.d.ts +9 -0
- package/terminal/index.d.ts +5 -0
- package/terminal/public_api.d.ts +2 -0
- package/terminal/terminal.d.ts +56 -0
- package/terminal/terminalservice.d.ts +11 -0
- package/tieredmenu/index.d.ts +5 -0
- package/tieredmenu/public_api.d.ts +3 -0
- package/tieredmenu/tieredmenu.d.ts +266 -0
- package/tieredmenu/tieredmenu.interface.d.ts +27 -0
- package/tieredmenu/tiredmenu.module.d.ts +13 -0
- package/timeline/index.d.ts +5 -0
- package/timeline/public_api.d.ts +2 -0
- package/timeline/timeline.d.ts +54 -0
- package/timeline/timeline.interface.d.ts +43 -0
- package/toast/index.d.ts +5 -0
- package/toast/public_api.d.ts +3 -0
- package/toast/toast.d.ts +142 -0
- package/toast/toast.interface.d.ts +52 -0
- package/toast/toast.module.d.ts +9 -0
- package/toast/toastitem.d.ts +37 -0
- package/togglebutton/index.d.ts +5 -0
- package/togglebutton/public_api.d.ts +2 -0
- package/togglebutton/togglebutton.d.ts +115 -0
- package/togglebutton/togglebutton.interface.d.ts +34 -0
- package/toggleswitch/index.d.ts +5 -0
- package/toggleswitch/public_api.d.ts +2 -0
- package/toggleswitch/toggleswitch.d.ts +13 -0
- package/toggleswitch/toggleswitch.module.d.ts +9 -0
- package/toolbar/index.d.ts +5 -0
- package/toolbar/public_api.d.ts +2 -0
- package/toolbar/toolbar.d.ts +43 -0
- package/toolbar/toolbar.interface.d.ts +19 -0
- package/tooltip/index.d.ts +5 -0
- package/tooltip/public_api.d.ts +2 -0
- package/tooltip/tooltip.d.ts +208 -0
- package/tooltip/tooltip.module.d.ts +8 -0
- package/tree/index.d.ts +5 -0
- package/tree/public_api.d.ts +3 -0
- package/tree/tree.d.ts +449 -0
- package/tree/tree.interface.d.ts +193 -0
- package/tree/tree.module.d.ts +19 -0
- package/treeselect/index.d.ts +5 -0
- package/treeselect/public_api.d.ts +2 -0
- package/treeselect/treeselect.d.ts +405 -0
- package/treeselect/treeselect.interface.d.ts +108 -0
- package/treetable/index.d.ts +5 -0
- package/treetable/public_api.d.ts +2 -0
- package/treetable/treetable.d.ts +988 -0
- package/treetable/treetable.interface.d.ts +472 -0
- package/tristatecheckbox/index.d.ts +5 -0
- package/tristatecheckbox/public_api.d.ts +3 -0
- package/tristatecheckbox/tristatecheckbox.d.ts +117 -0
- package/tristatecheckbox/tristatecheckbox.interface.d.ts +30 -0
- package/tristatecheckbox/tristatecheckbox.module.d.ts +8 -0
- package/ts-helpers/index.d.ts +5 -0
- package/ts-helpers/public_api.d.ts +1 -0
- package/ts-helpers/ts-helpers.d.ts +4 -0
- package/utils/index.d.ts +5 -0
- package/utils/objectutils.d.ts +24 -0
- package/utils/public_api.d.ts +4 -0
- package/utils/uniquecomponentid.d.ts +2 -0
- package/utils/zindexutils.d.ts +7 -0
- package/virtualscroller/index.d.ts +5 -0
- package/virtualscroller/public_api.d.ts +2 -0
- package/virtualscroller/virtualscroller.d.ts +89 -0
- package/virtualscroller/virtualscroller.interface.d.ts +72 -0
|
@@ -0,0 +1,1916 @@
|
|
|
1
|
+
import * as i3 from '@angular/cdk/drag-drop';
|
|
2
|
+
import { transferArrayItem, moveItemInArray, DragDropModule, CDK_DRAG_CONFIG } from '@angular/cdk/drag-drop';
|
|
3
|
+
import * as i2 from '@angular/common';
|
|
4
|
+
import { isPlatformBrowser, DOCUMENT, CommonModule } from '@angular/common';
|
|
5
|
+
import * as i0 from '@angular/core';
|
|
6
|
+
import { EventEmitter, PLATFORM_ID, numberAttribute, booleanAttribute, Component, ChangeDetectionStrategy, ViewEncapsulation, Inject, Input, Output, ViewChild, ContentChildren, NgModule } from '@angular/core';
|
|
7
|
+
import * as i1 from 'cax-design-system/api';
|
|
8
|
+
import { CaxTemplate, SharedModule } from 'cax-design-system/api';
|
|
9
|
+
import { ButtonModule } from 'cax-design-system/button';
|
|
10
|
+
import { DomHandler } from 'cax-design-system/dom';
|
|
11
|
+
import { AngleDoubleDownIcon } from 'cax-design-system/icons/angledoubledown';
|
|
12
|
+
import { AngleDoubleLeftIcon } from 'cax-design-system/icons/angledoubleleft';
|
|
13
|
+
import { AngleDoubleRightIcon } from 'cax-design-system/icons/angledoubleright';
|
|
14
|
+
import { AngleDoubleUpIcon } from 'cax-design-system/icons/angledoubleup';
|
|
15
|
+
import { AngleDownIcon } from 'cax-design-system/icons/angledown';
|
|
16
|
+
import { AngleLeftIcon } from 'cax-design-system/icons/angleleft';
|
|
17
|
+
import { AngleRightIcon } from 'cax-design-system/icons/angleright';
|
|
18
|
+
import { AngleUpIcon } from 'cax-design-system/icons/angleup';
|
|
19
|
+
import { HomeIcon } from 'cax-design-system/icons/home';
|
|
20
|
+
import { SearchIcon } from 'cax-design-system/icons/search';
|
|
21
|
+
import { RippleModule } from 'cax-design-system/ripple';
|
|
22
|
+
import { UniqueComponentId, ObjectUtils } from 'cax-design-system/utils';
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* PickList is used to reorder items between different lists.
|
|
26
|
+
* @group Components
|
|
27
|
+
*/
|
|
28
|
+
class PickList {
|
|
29
|
+
document;
|
|
30
|
+
platformId;
|
|
31
|
+
renderer;
|
|
32
|
+
el;
|
|
33
|
+
cd;
|
|
34
|
+
filterService;
|
|
35
|
+
config;
|
|
36
|
+
/**
|
|
37
|
+
* An array of objects for the source list.
|
|
38
|
+
* @group Props
|
|
39
|
+
*/
|
|
40
|
+
source;
|
|
41
|
+
/**
|
|
42
|
+
* An array of objects for the target list.
|
|
43
|
+
* @group Props
|
|
44
|
+
*/
|
|
45
|
+
target;
|
|
46
|
+
/**
|
|
47
|
+
* Text for the source list caption
|
|
48
|
+
* @group Props
|
|
49
|
+
*/
|
|
50
|
+
sourceHeader;
|
|
51
|
+
/**
|
|
52
|
+
* Index of the element in tabbing order.
|
|
53
|
+
* @group Props
|
|
54
|
+
*/
|
|
55
|
+
tabindex = 0;
|
|
56
|
+
/**
|
|
57
|
+
* Defines a string that labels the move to right button for accessibility.
|
|
58
|
+
* @group Props
|
|
59
|
+
*/
|
|
60
|
+
rightButtonAriaLabel;
|
|
61
|
+
/**
|
|
62
|
+
* Defines a string that labels the move to left button for accessibility.
|
|
63
|
+
* @group Props
|
|
64
|
+
*/
|
|
65
|
+
leftButtonAriaLabel;
|
|
66
|
+
/**
|
|
67
|
+
* Defines a string that labels the move to all right button for accessibility.
|
|
68
|
+
* @group Props
|
|
69
|
+
*/
|
|
70
|
+
allRightButtonAriaLabel;
|
|
71
|
+
/**
|
|
72
|
+
* Defines a string that labels the move to all left button for accessibility.
|
|
73
|
+
* @group Props
|
|
74
|
+
*/
|
|
75
|
+
allLeftButtonAriaLabel;
|
|
76
|
+
/**
|
|
77
|
+
* Defines a string that labels the move to up button for accessibility.
|
|
78
|
+
* @group Props
|
|
79
|
+
*/
|
|
80
|
+
upButtonAriaLabel;
|
|
81
|
+
/**
|
|
82
|
+
* Defines a string that labels the move to down button for accessibility.
|
|
83
|
+
* @group Props
|
|
84
|
+
*/
|
|
85
|
+
downButtonAriaLabel;
|
|
86
|
+
/**
|
|
87
|
+
* Defines a string that labels the move to top button for accessibility.
|
|
88
|
+
* @group Props
|
|
89
|
+
*/
|
|
90
|
+
topButtonAriaLabel;
|
|
91
|
+
/**
|
|
92
|
+
* Defines a string that labels the move to bottom button for accessibility.
|
|
93
|
+
* @group Props
|
|
94
|
+
*/
|
|
95
|
+
bottomButtonAriaLabel;
|
|
96
|
+
/**
|
|
97
|
+
* Text for the target list caption
|
|
98
|
+
* @group Props
|
|
99
|
+
*/
|
|
100
|
+
targetHeader;
|
|
101
|
+
/**
|
|
102
|
+
* When enabled orderlist adjusts its controls based on screen size.
|
|
103
|
+
* @group Props
|
|
104
|
+
*/
|
|
105
|
+
responsive;
|
|
106
|
+
/**
|
|
107
|
+
* When specified displays an input field to filter the items on keyup and decides which field to search (Accepts multiple fields with a comma).
|
|
108
|
+
* @group Props
|
|
109
|
+
*/
|
|
110
|
+
filterBy;
|
|
111
|
+
/**
|
|
112
|
+
* Locale to use in filtering. The default locale is the host environment's current locale.
|
|
113
|
+
* @group Props
|
|
114
|
+
*/
|
|
115
|
+
filterLocale;
|
|
116
|
+
/**
|
|
117
|
+
* Function to optimize the dom operations by delegating to ngForTrackBy, default algorithm checks for object identity. Use sourceTrackBy or targetTrackBy in case different algorithms are needed per list.
|
|
118
|
+
* @group Props
|
|
119
|
+
*/
|
|
120
|
+
trackBy = (index, item) => item;
|
|
121
|
+
/**
|
|
122
|
+
* Function to optimize the dom operations by delegating to ngForTrackBy in source list, default algorithm checks for object identity.
|
|
123
|
+
* @group Props
|
|
124
|
+
*/
|
|
125
|
+
sourceTrackBy;
|
|
126
|
+
/**
|
|
127
|
+
* Function to optimize the dom operations by delegating to ngForTrackBy in target list, default algorithm checks for object identity.
|
|
128
|
+
* @group Props
|
|
129
|
+
*/
|
|
130
|
+
targetTrackBy;
|
|
131
|
+
/**
|
|
132
|
+
* Whether to show filter input for source list when filterBy is enabled.
|
|
133
|
+
* @group Props
|
|
134
|
+
*/
|
|
135
|
+
showSourceFilter = true;
|
|
136
|
+
/**
|
|
137
|
+
* Whether to show filter input for target list when filterBy is enabled.
|
|
138
|
+
* @group Props
|
|
139
|
+
*/
|
|
140
|
+
showTargetFilter = true;
|
|
141
|
+
/**
|
|
142
|
+
* Defines how multiple items can be selected, when true metaKey needs to be pressed to select or unselect an item and when set to false selection of each item can be toggled individually. On touch enabled devices, metaKeySelection is turned off automatically.
|
|
143
|
+
* @group Props
|
|
144
|
+
*/
|
|
145
|
+
metaKeySelection = false;
|
|
146
|
+
/**
|
|
147
|
+
* Whether to enable dragdrop based reordering.
|
|
148
|
+
* @group Props
|
|
149
|
+
*/
|
|
150
|
+
dragdrop = false;
|
|
151
|
+
/**
|
|
152
|
+
* Inline style of the component.
|
|
153
|
+
* @group Props
|
|
154
|
+
*/
|
|
155
|
+
style;
|
|
156
|
+
/**
|
|
157
|
+
* Style class of the component.
|
|
158
|
+
* @group Props
|
|
159
|
+
*/
|
|
160
|
+
styleClass;
|
|
161
|
+
/**
|
|
162
|
+
* Inline style of the source list element.
|
|
163
|
+
* @group Props
|
|
164
|
+
*/
|
|
165
|
+
sourceStyle;
|
|
166
|
+
/**
|
|
167
|
+
* Inline style of the target list element.
|
|
168
|
+
* @group Props
|
|
169
|
+
*/
|
|
170
|
+
targetStyle;
|
|
171
|
+
/**
|
|
172
|
+
* Whether to show buttons of source list.
|
|
173
|
+
* @group Props
|
|
174
|
+
*/
|
|
175
|
+
showSourceControls = true;
|
|
176
|
+
/**
|
|
177
|
+
* Whether to show buttons of target list.
|
|
178
|
+
* @group Props
|
|
179
|
+
*/
|
|
180
|
+
showTargetControls = true;
|
|
181
|
+
/**
|
|
182
|
+
* Placeholder text on source filter input.
|
|
183
|
+
* @group Props
|
|
184
|
+
*/
|
|
185
|
+
sourceFilterPlaceholder;
|
|
186
|
+
/**
|
|
187
|
+
* Placeholder text on target filter input.
|
|
188
|
+
* @group Props
|
|
189
|
+
*/
|
|
190
|
+
targetFilterPlaceholder;
|
|
191
|
+
/**
|
|
192
|
+
* When present, it specifies that the component should be disabled.
|
|
193
|
+
* @group Props
|
|
194
|
+
*/
|
|
195
|
+
disabled = false;
|
|
196
|
+
/**
|
|
197
|
+
* Defines a string that labels the filter input of source list.
|
|
198
|
+
* @group Props
|
|
199
|
+
*/
|
|
200
|
+
ariaSourceFilterLabel;
|
|
201
|
+
/**
|
|
202
|
+
* Defines a string that labels the filter input of target list.
|
|
203
|
+
* @group Props
|
|
204
|
+
*/
|
|
205
|
+
ariaTargetFilterLabel;
|
|
206
|
+
/**
|
|
207
|
+
* Defines how the items are filtered.
|
|
208
|
+
* @group Props
|
|
209
|
+
*/
|
|
210
|
+
filterMatchMode = 'contains';
|
|
211
|
+
/**
|
|
212
|
+
* Whether to displays rows with alternating colors.
|
|
213
|
+
* @group Props
|
|
214
|
+
*/
|
|
215
|
+
stripedRows;
|
|
216
|
+
/**
|
|
217
|
+
* Keeps selection on the transfer list.
|
|
218
|
+
* @group Props
|
|
219
|
+
*/
|
|
220
|
+
keepSelection = false;
|
|
221
|
+
/**
|
|
222
|
+
* Indicates the width of the screen at which the component should change its behavior.
|
|
223
|
+
* @group Props
|
|
224
|
+
*/
|
|
225
|
+
get breakpoint() {
|
|
226
|
+
return this._breakpoint;
|
|
227
|
+
}
|
|
228
|
+
set breakpoint(value) {
|
|
229
|
+
if (value !== this._breakpoint) {
|
|
230
|
+
this._breakpoint = value;
|
|
231
|
+
if (isPlatformBrowser(this.platformId)) {
|
|
232
|
+
this.destroyMedia();
|
|
233
|
+
this.initMedia();
|
|
234
|
+
}
|
|
235
|
+
}
|
|
236
|
+
}
|
|
237
|
+
/**
|
|
238
|
+
* Callback to invoke when items are moved from target to source.
|
|
239
|
+
* @param {PickListMoveToSourceEvent} event - Custom move to source event.
|
|
240
|
+
* @group Emits
|
|
241
|
+
*/
|
|
242
|
+
onMoveToSource = new EventEmitter();
|
|
243
|
+
/**
|
|
244
|
+
* Callback to invoke when all items are moved from target to source.
|
|
245
|
+
* @param {PickListMoveAllToSourceEvent} event - Custom move all to source event.
|
|
246
|
+
* @group Emits
|
|
247
|
+
*/
|
|
248
|
+
onMoveAllToSource = new EventEmitter();
|
|
249
|
+
/**
|
|
250
|
+
* Callback to invoke when all items are moved from source to target.
|
|
251
|
+
* @param {PickListMoveAllToTargetEvent} event - Custom move all to target event.
|
|
252
|
+
* @group Emits
|
|
253
|
+
*/
|
|
254
|
+
onMoveAllToTarget = new EventEmitter();
|
|
255
|
+
/**
|
|
256
|
+
* Callback to invoke when items are moved from source to target.
|
|
257
|
+
* @param {PickListMoveToTargetEvent} event - Custom move to target event.
|
|
258
|
+
* @group Emits
|
|
259
|
+
*/
|
|
260
|
+
onMoveToTarget = new EventEmitter();
|
|
261
|
+
/**
|
|
262
|
+
* Callback to invoke when items are reordered within source list.
|
|
263
|
+
* @param {PickListSourceReorderEvent} event - Custom source reorder event.
|
|
264
|
+
* @group Emits
|
|
265
|
+
*/
|
|
266
|
+
onSourceReorder = new EventEmitter();
|
|
267
|
+
/**
|
|
268
|
+
* Callback to invoke when items are reordered within target list.
|
|
269
|
+
* @param {PickListTargetReorderEvent} event - Custom target reorder event.
|
|
270
|
+
* @group Emits
|
|
271
|
+
*/
|
|
272
|
+
onTargetReorder = new EventEmitter();
|
|
273
|
+
/**
|
|
274
|
+
* Callback to invoke when items are selected within source list.
|
|
275
|
+
* @param {PickListSourceSelectEvent} event - Custom source select event.
|
|
276
|
+
* @group Emits
|
|
277
|
+
*/
|
|
278
|
+
onSourceSelect = new EventEmitter();
|
|
279
|
+
/**
|
|
280
|
+
* Callback to invoke when items are selected within target list.
|
|
281
|
+
* @param {PickListTargetSelectEvent} event - Custom target select event.
|
|
282
|
+
* @group Emits
|
|
283
|
+
*/
|
|
284
|
+
onTargetSelect = new EventEmitter();
|
|
285
|
+
/**
|
|
286
|
+
* Callback to invoke when the source list is filtered
|
|
287
|
+
* @param {PickListSourceFilterEvent} event - Custom source filter event.
|
|
288
|
+
* @group Emits
|
|
289
|
+
*/
|
|
290
|
+
onSourceFilter = new EventEmitter();
|
|
291
|
+
/**
|
|
292
|
+
* Callback to invoke when the target list is filtered
|
|
293
|
+
* @param {PickListTargetFilterEvent} event - Custom target filter event.
|
|
294
|
+
* @group Emits
|
|
295
|
+
*/
|
|
296
|
+
onTargetFilter = new EventEmitter();
|
|
297
|
+
/**
|
|
298
|
+
* Callback to invoke when the list is focused
|
|
299
|
+
* @param {Event} event - Browser event.
|
|
300
|
+
* @group Emits
|
|
301
|
+
*/
|
|
302
|
+
onFocus = new EventEmitter();
|
|
303
|
+
/**
|
|
304
|
+
* Callback to invoke when the list is blurred
|
|
305
|
+
* @param {Event} event - Browser event.
|
|
306
|
+
* @group Emits
|
|
307
|
+
*/
|
|
308
|
+
onBlur = new EventEmitter();
|
|
309
|
+
listViewSourceChild;
|
|
310
|
+
listViewTargetChild;
|
|
311
|
+
sourceFilterViewChild;
|
|
312
|
+
targetFilterViewChild;
|
|
313
|
+
templates;
|
|
314
|
+
get moveUpAriaLabel() {
|
|
315
|
+
return this.upButtonAriaLabel ? this.upButtonAriaLabel : this.config.translation.aria ? this.config.translation.aria.moveUp : undefined;
|
|
316
|
+
}
|
|
317
|
+
get moveTopAriaLabel() {
|
|
318
|
+
return this.topButtonAriaLabel ? this.topButtonAriaLabel : this.config.translation.aria ? this.config.translation.aria.moveTop : undefined;
|
|
319
|
+
}
|
|
320
|
+
get moveDownAriaLabel() {
|
|
321
|
+
return this.downButtonAriaLabel ? this.downButtonAriaLabel : this.config.translation.aria ? this.config.translation.aria.moveDown : undefined;
|
|
322
|
+
}
|
|
323
|
+
get moveBottomAriaLabel() {
|
|
324
|
+
return this.bottomButtonAriaLabel ? this.bottomButtonAriaLabel : this.config.translation.aria ? this.config.translation.aria.moveDown : undefined;
|
|
325
|
+
}
|
|
326
|
+
get moveToTargetAriaLabel() {
|
|
327
|
+
return this.rightButtonAriaLabel ? this.rightButtonAriaLabel : this.config.translation.aria ? this.config.translation.aria.moveToTarget : undefined;
|
|
328
|
+
}
|
|
329
|
+
get moveAllToTargetAriaLabel() {
|
|
330
|
+
return this.allRightButtonAriaLabel ? this.allRightButtonAriaLabel : this.config.translation.aria ? this.config.translation.aria.moveAllToTarget : undefined;
|
|
331
|
+
}
|
|
332
|
+
get moveToSourceAriaLabel() {
|
|
333
|
+
return this.leftButtonAriaLabel ? this.leftButtonAriaLabel : this.config.translation.aria ? this.config.translation.aria.moveToSource : undefined;
|
|
334
|
+
}
|
|
335
|
+
get moveAllToSourceAriaLabel() {
|
|
336
|
+
return this.allLeftButtonAriaLabel ? this.allLeftButtonAriaLabel : this.config.translation.aria ? this.config.translation.aria.moveAllToSource : undefined;
|
|
337
|
+
}
|
|
338
|
+
get idSource() {
|
|
339
|
+
return this.id + '_source';
|
|
340
|
+
}
|
|
341
|
+
get idTarget() {
|
|
342
|
+
return this.id + '_target';
|
|
343
|
+
}
|
|
344
|
+
get focusedOptionId() {
|
|
345
|
+
return this.focusedOptionIndex !== -1 ? this.focusedOptionIndex : null;
|
|
346
|
+
}
|
|
347
|
+
_breakpoint = '960px';
|
|
348
|
+
itemTemplate;
|
|
349
|
+
moveTopIconTemplate;
|
|
350
|
+
moveUpIconTemplate;
|
|
351
|
+
moveDownIconTemplate;
|
|
352
|
+
moveBottomIconTemplate;
|
|
353
|
+
moveToTargetIconTemplate;
|
|
354
|
+
moveAllToTargetIconTemplate;
|
|
355
|
+
moveToSourceIconTemplate;
|
|
356
|
+
moveAllToSourceIconTemplate;
|
|
357
|
+
targetFilterIconTemplate;
|
|
358
|
+
sourceFilterIconTemplate;
|
|
359
|
+
visibleOptionsSource;
|
|
360
|
+
visibleOptionsTarget;
|
|
361
|
+
selectedItemsSource = [];
|
|
362
|
+
selectedItemsTarget = [];
|
|
363
|
+
reorderedListElement;
|
|
364
|
+
movedUp;
|
|
365
|
+
movedDown;
|
|
366
|
+
itemTouched;
|
|
367
|
+
styleElement;
|
|
368
|
+
id = UniqueComponentId();
|
|
369
|
+
filterValueSource;
|
|
370
|
+
filterValueTarget;
|
|
371
|
+
fromListType;
|
|
372
|
+
emptyMessageSourceTemplate;
|
|
373
|
+
emptyFilterMessageSourceTemplate;
|
|
374
|
+
emptyMessageTargetTemplate;
|
|
375
|
+
emptyFilterMessageTargetTemplate;
|
|
376
|
+
sourceHeaderTemplate;
|
|
377
|
+
targetHeaderTemplate;
|
|
378
|
+
sourceFilterTemplate;
|
|
379
|
+
targetFilterTemplate;
|
|
380
|
+
sourceFilterOptions;
|
|
381
|
+
targetFilterOptions;
|
|
382
|
+
SOURCE_LIST = -1;
|
|
383
|
+
TARGET_LIST = 1;
|
|
384
|
+
window;
|
|
385
|
+
media;
|
|
386
|
+
viewChanged;
|
|
387
|
+
focusedOptionIndex = -1;
|
|
388
|
+
focusedOption;
|
|
389
|
+
focused = {
|
|
390
|
+
sourceList: false,
|
|
391
|
+
targetList: false
|
|
392
|
+
};
|
|
393
|
+
mediaChangeListener;
|
|
394
|
+
constructor(document, platformId, renderer, el, cd, filterService, config) {
|
|
395
|
+
this.document = document;
|
|
396
|
+
this.platformId = platformId;
|
|
397
|
+
this.renderer = renderer;
|
|
398
|
+
this.el = el;
|
|
399
|
+
this.cd = cd;
|
|
400
|
+
this.filterService = filterService;
|
|
401
|
+
this.config = config;
|
|
402
|
+
this.window = this.document.defaultView;
|
|
403
|
+
}
|
|
404
|
+
ngOnInit() {
|
|
405
|
+
if (this.responsive) {
|
|
406
|
+
this.createStyle();
|
|
407
|
+
this.initMedia();
|
|
408
|
+
}
|
|
409
|
+
if (this.filterBy) {
|
|
410
|
+
this.sourceFilterOptions = {
|
|
411
|
+
filter: (value) => this.filterSource(value),
|
|
412
|
+
reset: () => this.resetSourceFilter()
|
|
413
|
+
};
|
|
414
|
+
this.targetFilterOptions = {
|
|
415
|
+
filter: (value) => this.filterTarget(value),
|
|
416
|
+
reset: () => this.resetTargetFilter()
|
|
417
|
+
};
|
|
418
|
+
}
|
|
419
|
+
}
|
|
420
|
+
ngAfterContentInit() {
|
|
421
|
+
this.templates.forEach((item) => {
|
|
422
|
+
switch (item.getType()) {
|
|
423
|
+
case 'item':
|
|
424
|
+
this.itemTemplate = item.template;
|
|
425
|
+
break;
|
|
426
|
+
case 'sourceHeader':
|
|
427
|
+
this.sourceHeaderTemplate = item.template;
|
|
428
|
+
break;
|
|
429
|
+
case 'targetHeader':
|
|
430
|
+
this.targetHeaderTemplate = item.template;
|
|
431
|
+
break;
|
|
432
|
+
case 'sourceFilter':
|
|
433
|
+
this.sourceFilterTemplate = item.template;
|
|
434
|
+
break;
|
|
435
|
+
case 'targetFilter':
|
|
436
|
+
this.targetFilterTemplate = item.template;
|
|
437
|
+
break;
|
|
438
|
+
case 'emptymessagesource':
|
|
439
|
+
this.emptyMessageSourceTemplate = item.template;
|
|
440
|
+
break;
|
|
441
|
+
case 'emptyfiltermessagesource':
|
|
442
|
+
this.emptyFilterMessageSourceTemplate = item.template;
|
|
443
|
+
break;
|
|
444
|
+
case 'emptymessagetarget':
|
|
445
|
+
this.emptyMessageTargetTemplate = item.template;
|
|
446
|
+
break;
|
|
447
|
+
case 'emptyfiltermessagetarget':
|
|
448
|
+
this.emptyFilterMessageTargetTemplate = item.template;
|
|
449
|
+
break;
|
|
450
|
+
case 'moveupicon':
|
|
451
|
+
this.moveUpIconTemplate = item.template;
|
|
452
|
+
break;
|
|
453
|
+
case 'movetopicon':
|
|
454
|
+
this.moveTopIconTemplate = item.template;
|
|
455
|
+
break;
|
|
456
|
+
case 'movedownicon':
|
|
457
|
+
this.moveDownIconTemplate = item.template;
|
|
458
|
+
break;
|
|
459
|
+
case 'movebottomicon':
|
|
460
|
+
this.moveBottomIconTemplate = item.template;
|
|
461
|
+
break;
|
|
462
|
+
case 'movetotargeticon':
|
|
463
|
+
this.moveToTargetIconTemplate = item.template;
|
|
464
|
+
break;
|
|
465
|
+
case 'movealltotargeticon':
|
|
466
|
+
this.moveAllToTargetIconTemplate = item.template;
|
|
467
|
+
break;
|
|
468
|
+
case 'movetosourceicon':
|
|
469
|
+
this.moveToSourceIconTemplate = item.template;
|
|
470
|
+
break;
|
|
471
|
+
case 'movealltosourceicon':
|
|
472
|
+
this.moveAllToSourceIconTemplate = item.template;
|
|
473
|
+
break;
|
|
474
|
+
case 'targetfiltericon':
|
|
475
|
+
this.targetFilterIconTemplate = item.template;
|
|
476
|
+
break;
|
|
477
|
+
case 'sourcefiltericon':
|
|
478
|
+
this.sourceFilterIconTemplate = item.template;
|
|
479
|
+
break;
|
|
480
|
+
default:
|
|
481
|
+
this.itemTemplate = item.template;
|
|
482
|
+
break;
|
|
483
|
+
}
|
|
484
|
+
});
|
|
485
|
+
}
|
|
486
|
+
ngAfterViewChecked() {
|
|
487
|
+
if (this.movedUp || this.movedDown) {
|
|
488
|
+
let listItems = DomHandler.find(this.reorderedListElement, 'li.p-highlight');
|
|
489
|
+
let listItem;
|
|
490
|
+
if (this.movedUp)
|
|
491
|
+
listItem = listItems[0];
|
|
492
|
+
else
|
|
493
|
+
listItem = listItems[listItems.length - 1];
|
|
494
|
+
DomHandler.scrollInView(this.reorderedListElement, listItem);
|
|
495
|
+
this.movedUp = false;
|
|
496
|
+
this.movedDown = false;
|
|
497
|
+
this.reorderedListElement = null;
|
|
498
|
+
}
|
|
499
|
+
}
|
|
500
|
+
onItemClick(event, item, selectedItems, listType, callback, itemId) {
|
|
501
|
+
if (this.disabled) {
|
|
502
|
+
return;
|
|
503
|
+
}
|
|
504
|
+
let index = this.findIndexInList(item, selectedItems);
|
|
505
|
+
if (itemId)
|
|
506
|
+
this.focusedOptionIndex = itemId;
|
|
507
|
+
let selected = index != -1;
|
|
508
|
+
let metaSelection = this.itemTouched ? false : this.metaKeySelection;
|
|
509
|
+
if (metaSelection) {
|
|
510
|
+
let metaKey = event.metaKey || event.ctrlKey || event.shiftKey;
|
|
511
|
+
if (selected && metaKey) {
|
|
512
|
+
selectedItems = selectedItems.filter((_, i) => i !== index);
|
|
513
|
+
}
|
|
514
|
+
else {
|
|
515
|
+
if (!metaKey) {
|
|
516
|
+
selectedItems = [];
|
|
517
|
+
}
|
|
518
|
+
selectedItems.push(item);
|
|
519
|
+
}
|
|
520
|
+
}
|
|
521
|
+
else {
|
|
522
|
+
if (selected) {
|
|
523
|
+
selectedItems = selectedItems.filter((_, i) => i !== index); // Creating a new array without the selected item
|
|
524
|
+
}
|
|
525
|
+
else {
|
|
526
|
+
selectedItems.push(item);
|
|
527
|
+
}
|
|
528
|
+
}
|
|
529
|
+
this.setSelectionList(listType, selectedItems);
|
|
530
|
+
callback.emit({ originalEvent: event, items: selectedItems });
|
|
531
|
+
this.itemTouched = false;
|
|
532
|
+
}
|
|
533
|
+
onOptionMouseDown(index, listType) {
|
|
534
|
+
this.focused[listType === this.SOURCE_LIST ? 'sourceList' : 'targetList'] = true;
|
|
535
|
+
this.focusedOptionIndex = index;
|
|
536
|
+
}
|
|
537
|
+
onSourceItemDblClick() {
|
|
538
|
+
if (this.disabled) {
|
|
539
|
+
return;
|
|
540
|
+
}
|
|
541
|
+
this.moveRight();
|
|
542
|
+
}
|
|
543
|
+
onTargetItemDblClick() {
|
|
544
|
+
if (this.disabled) {
|
|
545
|
+
return;
|
|
546
|
+
}
|
|
547
|
+
this.moveLeft();
|
|
548
|
+
}
|
|
549
|
+
onFilter(event, listType) {
|
|
550
|
+
let query = event.target.value;
|
|
551
|
+
if (listType === this.SOURCE_LIST)
|
|
552
|
+
this.filterSource(query);
|
|
553
|
+
else if (listType === this.TARGET_LIST)
|
|
554
|
+
this.filterTarget(query);
|
|
555
|
+
}
|
|
556
|
+
filterSource(value = '') {
|
|
557
|
+
this.filterValueSource = value.trim().toLocaleLowerCase(this.filterLocale);
|
|
558
|
+
this.filter(this.source, this.SOURCE_LIST);
|
|
559
|
+
}
|
|
560
|
+
filterTarget(value = '') {
|
|
561
|
+
this.filterValueTarget = value.trim().toLocaleLowerCase(this.filterLocale);
|
|
562
|
+
this.filter(this.target, this.TARGET_LIST);
|
|
563
|
+
}
|
|
564
|
+
filter(data, listType) {
|
|
565
|
+
let searchFields = this.filterBy.split(',');
|
|
566
|
+
if (listType === this.SOURCE_LIST) {
|
|
567
|
+
this.visibleOptionsSource = this.filterService.filter(data, searchFields, this.filterValueSource, this.filterMatchMode, this.filterLocale);
|
|
568
|
+
this.onSourceFilter.emit({ query: this.filterValueSource, value: this.visibleOptionsSource });
|
|
569
|
+
}
|
|
570
|
+
else if (listType === this.TARGET_LIST) {
|
|
571
|
+
this.visibleOptionsTarget = this.filterService.filter(data, searchFields, this.filterValueTarget, this.filterMatchMode, this.filterLocale);
|
|
572
|
+
this.onTargetFilter.emit({ query: this.filterValueTarget, value: this.visibleOptionsTarget });
|
|
573
|
+
}
|
|
574
|
+
}
|
|
575
|
+
isItemVisible(item, listType) {
|
|
576
|
+
if (listType == this.SOURCE_LIST)
|
|
577
|
+
return this.isVisibleInList(this.visibleOptionsSource, item, this.filterValueSource);
|
|
578
|
+
else
|
|
579
|
+
return this.isVisibleInList(this.visibleOptionsTarget, item, this.filterValueTarget);
|
|
580
|
+
}
|
|
581
|
+
isEmpty(listType) {
|
|
582
|
+
if (listType == this.SOURCE_LIST)
|
|
583
|
+
return this.filterValueSource ? !this.visibleOptionsSource || this.visibleOptionsSource.length === 0 : !this.source || this.source.length === 0;
|
|
584
|
+
else
|
|
585
|
+
return this.filterValueTarget ? !this.visibleOptionsTarget || this.visibleOptionsTarget.length === 0 : !this.target || this.target.length === 0;
|
|
586
|
+
}
|
|
587
|
+
isVisibleInList(data, item, filterValue) {
|
|
588
|
+
if (filterValue && filterValue.trim().length) {
|
|
589
|
+
for (let i = 0; i < data.length; i++) {
|
|
590
|
+
if (item == data[i]) {
|
|
591
|
+
return true;
|
|
592
|
+
}
|
|
593
|
+
}
|
|
594
|
+
}
|
|
595
|
+
else {
|
|
596
|
+
return true;
|
|
597
|
+
}
|
|
598
|
+
}
|
|
599
|
+
onItemTouchEnd() {
|
|
600
|
+
if (this.disabled) {
|
|
601
|
+
return;
|
|
602
|
+
}
|
|
603
|
+
this.itemTouched = true;
|
|
604
|
+
}
|
|
605
|
+
sortByIndexInList(items, list) {
|
|
606
|
+
return items.sort((item1, item2) => ObjectUtils.findIndexInList(item1, list) - ObjectUtils.findIndexInList(item2, list));
|
|
607
|
+
}
|
|
608
|
+
moveUp(listElement, list, selectedItems, callback, listType) {
|
|
609
|
+
if (selectedItems && selectedItems.length) {
|
|
610
|
+
selectedItems = this.sortByIndexInList(selectedItems, list);
|
|
611
|
+
for (let i = 0; i < selectedItems.length; i++) {
|
|
612
|
+
let selectedItem = selectedItems[i];
|
|
613
|
+
let selectedItemIndex = ObjectUtils.findIndexInList(selectedItem, list);
|
|
614
|
+
if (selectedItemIndex != 0) {
|
|
615
|
+
let movedItem = list[selectedItemIndex];
|
|
616
|
+
let temp = list[selectedItemIndex - 1];
|
|
617
|
+
list[selectedItemIndex - 1] = movedItem;
|
|
618
|
+
list[selectedItemIndex] = temp;
|
|
619
|
+
}
|
|
620
|
+
else {
|
|
621
|
+
break;
|
|
622
|
+
}
|
|
623
|
+
}
|
|
624
|
+
if (this.dragdrop && ((this.filterValueSource && listType === this.SOURCE_LIST) || (this.filterValueTarget && listType === this.TARGET_LIST)))
|
|
625
|
+
this.filter(list, listType);
|
|
626
|
+
this.movedUp = true;
|
|
627
|
+
this.reorderedListElement = listElement;
|
|
628
|
+
callback.emit({ items: selectedItems });
|
|
629
|
+
}
|
|
630
|
+
}
|
|
631
|
+
moveTop(listElement, list, selectedItems, callback, listType) {
|
|
632
|
+
if (selectedItems && selectedItems.length) {
|
|
633
|
+
selectedItems = this.sortByIndexInList(selectedItems, list);
|
|
634
|
+
for (let i = 0; i < selectedItems.length; i++) {
|
|
635
|
+
let selectedItem = selectedItems[i];
|
|
636
|
+
let selectedItemIndex = ObjectUtils.findIndexInList(selectedItem, list);
|
|
637
|
+
if (selectedItemIndex != 0) {
|
|
638
|
+
let movedItem = list.splice(selectedItemIndex, 1)[0];
|
|
639
|
+
list.unshift(movedItem);
|
|
640
|
+
}
|
|
641
|
+
else {
|
|
642
|
+
break;
|
|
643
|
+
}
|
|
644
|
+
}
|
|
645
|
+
if (this.dragdrop && ((this.filterValueSource && listType === this.SOURCE_LIST) || (this.filterValueTarget && listType === this.TARGET_LIST)))
|
|
646
|
+
this.filter(list, listType);
|
|
647
|
+
listElement.scrollTop = 0;
|
|
648
|
+
callback.emit({ items: selectedItems });
|
|
649
|
+
}
|
|
650
|
+
}
|
|
651
|
+
moveDown(listElement, list, selectedItems, callback, listType) {
|
|
652
|
+
if (selectedItems && selectedItems.length) {
|
|
653
|
+
selectedItems = this.sortByIndexInList(selectedItems, list);
|
|
654
|
+
for (let i = selectedItems.length - 1; i >= 0; i--) {
|
|
655
|
+
let selectedItem = selectedItems[i];
|
|
656
|
+
let selectedItemIndex = ObjectUtils.findIndexInList(selectedItem, list);
|
|
657
|
+
if (selectedItemIndex != list.length - 1) {
|
|
658
|
+
let movedItem = list[selectedItemIndex];
|
|
659
|
+
let temp = list[selectedItemIndex + 1];
|
|
660
|
+
list[selectedItemIndex + 1] = movedItem;
|
|
661
|
+
list[selectedItemIndex] = temp;
|
|
662
|
+
}
|
|
663
|
+
else {
|
|
664
|
+
break;
|
|
665
|
+
}
|
|
666
|
+
}
|
|
667
|
+
if (this.dragdrop && ((this.filterValueSource && listType === this.SOURCE_LIST) || (this.filterValueTarget && listType === this.TARGET_LIST)))
|
|
668
|
+
this.filter(list, listType);
|
|
669
|
+
this.movedDown = true;
|
|
670
|
+
this.reorderedListElement = listElement;
|
|
671
|
+
callback.emit({ items: selectedItems });
|
|
672
|
+
}
|
|
673
|
+
}
|
|
674
|
+
moveBottom(listElement, list, selectedItems, callback, listType) {
|
|
675
|
+
if (selectedItems && selectedItems.length) {
|
|
676
|
+
selectedItems = this.sortByIndexInList(selectedItems, list);
|
|
677
|
+
for (let i = selectedItems.length - 1; i >= 0; i--) {
|
|
678
|
+
let selectedItem = selectedItems[i];
|
|
679
|
+
let selectedItemIndex = ObjectUtils.findIndexInList(selectedItem, list);
|
|
680
|
+
if (selectedItemIndex != list.length - 1) {
|
|
681
|
+
let movedItem = list.splice(selectedItemIndex, 1)[0];
|
|
682
|
+
list.push(movedItem);
|
|
683
|
+
}
|
|
684
|
+
else {
|
|
685
|
+
break;
|
|
686
|
+
}
|
|
687
|
+
}
|
|
688
|
+
if (this.dragdrop && ((this.filterValueSource && listType === this.SOURCE_LIST) || (this.filterValueTarget && listType === this.TARGET_LIST)))
|
|
689
|
+
this.filter(list, listType);
|
|
690
|
+
listElement.scrollTop = listElement.scrollHeight;
|
|
691
|
+
callback.emit({ items: selectedItems });
|
|
692
|
+
}
|
|
693
|
+
}
|
|
694
|
+
moveRight() {
|
|
695
|
+
if (this.selectedItemsSource && this.selectedItemsSource.length) {
|
|
696
|
+
for (let i = 0; i < this.selectedItemsSource.length; i++) {
|
|
697
|
+
let selectedItem = this.selectedItemsSource[i];
|
|
698
|
+
if (ObjectUtils.findIndexInList(selectedItem, this.target) == -1) {
|
|
699
|
+
this.target?.push(this.source?.splice(ObjectUtils.findIndexInList(selectedItem, this.source), 1)[0]);
|
|
700
|
+
if (this.visibleOptionsSource?.includes(selectedItem)) {
|
|
701
|
+
this.visibleOptionsSource.splice(ObjectUtils.findIndexInList(selectedItem, this.visibleOptionsSource), 1);
|
|
702
|
+
}
|
|
703
|
+
}
|
|
704
|
+
}
|
|
705
|
+
this.onMoveToTarget.emit({
|
|
706
|
+
items: this.selectedItemsSource
|
|
707
|
+
});
|
|
708
|
+
if (this.keepSelection) {
|
|
709
|
+
this.selectedItemsTarget = [...this.selectedItemsTarget, ...this.selectedItemsSource];
|
|
710
|
+
}
|
|
711
|
+
this.selectedItemsSource = [];
|
|
712
|
+
if (this.filterValueTarget) {
|
|
713
|
+
this.filter(this.target, this.TARGET_LIST);
|
|
714
|
+
}
|
|
715
|
+
}
|
|
716
|
+
}
|
|
717
|
+
moveAllRight() {
|
|
718
|
+
if (this.source) {
|
|
719
|
+
let movedItems = [];
|
|
720
|
+
for (let i = 0; i < this.source.length; i++) {
|
|
721
|
+
if (this.isItemVisible(this.source[i], this.SOURCE_LIST)) {
|
|
722
|
+
let removedItem = this.source.splice(i, 1)[0];
|
|
723
|
+
this.target?.push(removedItem);
|
|
724
|
+
movedItems.push(removedItem);
|
|
725
|
+
i--;
|
|
726
|
+
}
|
|
727
|
+
}
|
|
728
|
+
this.onMoveAllToTarget.emit({
|
|
729
|
+
items: movedItems
|
|
730
|
+
});
|
|
731
|
+
if (this.keepSelection) {
|
|
732
|
+
this.selectedItemsTarget = [...this.selectedItemsTarget, ...this.selectedItemsSource];
|
|
733
|
+
}
|
|
734
|
+
this.selectedItemsSource = [];
|
|
735
|
+
if (this.filterValueTarget) {
|
|
736
|
+
this.filter(this.target, this.TARGET_LIST);
|
|
737
|
+
}
|
|
738
|
+
this.visibleOptionsSource = [];
|
|
739
|
+
}
|
|
740
|
+
}
|
|
741
|
+
moveLeft() {
|
|
742
|
+
if (this.selectedItemsTarget && this.selectedItemsTarget.length) {
|
|
743
|
+
for (let i = 0; i < this.selectedItemsTarget.length; i++) {
|
|
744
|
+
let selectedItem = this.selectedItemsTarget[i];
|
|
745
|
+
if (ObjectUtils.findIndexInList(selectedItem, this.source) == -1) {
|
|
746
|
+
this.source?.push(this.target?.splice(ObjectUtils.findIndexInList(selectedItem, this.target), 1)[0]);
|
|
747
|
+
if (this.visibleOptionsTarget?.includes(selectedItem)) {
|
|
748
|
+
this.visibleOptionsTarget.splice(ObjectUtils.findIndexInList(selectedItem, this.visibleOptionsTarget), 1)[0];
|
|
749
|
+
}
|
|
750
|
+
}
|
|
751
|
+
}
|
|
752
|
+
this.onMoveToSource.emit({
|
|
753
|
+
items: this.selectedItemsTarget
|
|
754
|
+
});
|
|
755
|
+
if (this.keepSelection) {
|
|
756
|
+
this.selectedItemsSource = [...this.selectedItemsSource, ...this.selectedItemsTarget];
|
|
757
|
+
}
|
|
758
|
+
this.selectedItemsTarget = [];
|
|
759
|
+
if (this.filterValueSource) {
|
|
760
|
+
this.filter(this.source, this.SOURCE_LIST);
|
|
761
|
+
}
|
|
762
|
+
}
|
|
763
|
+
}
|
|
764
|
+
moveAllLeft() {
|
|
765
|
+
if (this.target) {
|
|
766
|
+
let movedItems = [];
|
|
767
|
+
for (let i = 0; i < this.target.length; i++) {
|
|
768
|
+
if (this.isItemVisible(this.target[i], this.TARGET_LIST)) {
|
|
769
|
+
let removedItem = this.target.splice(i, 1)[0];
|
|
770
|
+
this.source?.push(removedItem);
|
|
771
|
+
movedItems.push(removedItem);
|
|
772
|
+
i--;
|
|
773
|
+
}
|
|
774
|
+
}
|
|
775
|
+
this.onMoveAllToSource.emit({
|
|
776
|
+
items: movedItems
|
|
777
|
+
});
|
|
778
|
+
if (this.keepSelection) {
|
|
779
|
+
this.selectedItemsSource = [...this.selectedItemsSource, ...this.selectedItemsTarget];
|
|
780
|
+
}
|
|
781
|
+
this.selectedItemsTarget = [];
|
|
782
|
+
if (this.filterValueSource) {
|
|
783
|
+
this.filter(this.source, this.SOURCE_LIST);
|
|
784
|
+
}
|
|
785
|
+
this.visibleOptionsTarget = [];
|
|
786
|
+
}
|
|
787
|
+
}
|
|
788
|
+
isSelected(item, selectedItems) {
|
|
789
|
+
return this.findIndexInList(item, selectedItems) != -1;
|
|
790
|
+
}
|
|
791
|
+
itemClass(item, id, selectedItems) {
|
|
792
|
+
return {
|
|
793
|
+
'p-picklist-item': true,
|
|
794
|
+
'p-highlight': this.isSelected(item, selectedItems),
|
|
795
|
+
'p-focus': id === this.focusedOptionId,
|
|
796
|
+
'p-disabled': this.disabled
|
|
797
|
+
};
|
|
798
|
+
}
|
|
799
|
+
findIndexInList(item, selectedItems) {
|
|
800
|
+
return ObjectUtils.findIndexInList(item, selectedItems);
|
|
801
|
+
}
|
|
802
|
+
onDrop(event, listType) {
|
|
803
|
+
let isTransfer = event.previousContainer !== event.container;
|
|
804
|
+
let dropIndexes = this.getDropIndexes(event.previousIndex, event.currentIndex, listType, isTransfer, event.item.data);
|
|
805
|
+
if (listType === this.SOURCE_LIST) {
|
|
806
|
+
if (isTransfer) {
|
|
807
|
+
transferArrayItem(event.previousContainer.data, event.container.data, dropIndexes.previousIndex, dropIndexes.currentIndex);
|
|
808
|
+
let selectedItemIndex = ObjectUtils.findIndexInList(event.item.data, this.selectedItemsTarget);
|
|
809
|
+
if (selectedItemIndex != -1) {
|
|
810
|
+
this.selectedItemsTarget.splice(selectedItemIndex, 1);
|
|
811
|
+
if (this.keepSelection) {
|
|
812
|
+
this.selectedItemsTarget.push(event.item.data);
|
|
813
|
+
}
|
|
814
|
+
}
|
|
815
|
+
if (this.visibleOptionsTarget)
|
|
816
|
+
this.visibleOptionsTarget.splice(event.previousIndex, 1);
|
|
817
|
+
this.onMoveToSource.emit({ items: [event.item.data] });
|
|
818
|
+
}
|
|
819
|
+
else {
|
|
820
|
+
moveItemInArray(event.container.data, dropIndexes.previousIndex, dropIndexes.currentIndex);
|
|
821
|
+
this.onSourceReorder.emit({ items: [event.item.data] });
|
|
822
|
+
}
|
|
823
|
+
if (this.filterValueSource) {
|
|
824
|
+
this.filter(this.source, this.SOURCE_LIST);
|
|
825
|
+
}
|
|
826
|
+
}
|
|
827
|
+
else {
|
|
828
|
+
if (isTransfer) {
|
|
829
|
+
transferArrayItem(event.previousContainer.data, event.container.data, dropIndexes.previousIndex, dropIndexes.currentIndex);
|
|
830
|
+
let selectedItemIndex = ObjectUtils.findIndexInList(event.item.data, this.selectedItemsSource);
|
|
831
|
+
if (selectedItemIndex != -1) {
|
|
832
|
+
this.selectedItemsSource.splice(selectedItemIndex, 1);
|
|
833
|
+
if (this.keepSelection) {
|
|
834
|
+
this.selectedItemsTarget.push(event.item.data);
|
|
835
|
+
}
|
|
836
|
+
}
|
|
837
|
+
if (this.visibleOptionsSource)
|
|
838
|
+
this.visibleOptionsSource.splice(event.previousIndex, 1);
|
|
839
|
+
this.onMoveToTarget.emit({ items: [event.item.data] });
|
|
840
|
+
}
|
|
841
|
+
else {
|
|
842
|
+
moveItemInArray(event.container.data, dropIndexes.previousIndex, dropIndexes.currentIndex);
|
|
843
|
+
this.onTargetReorder.emit({ items: [event.item.data] });
|
|
844
|
+
}
|
|
845
|
+
if (this.filterValueTarget) {
|
|
846
|
+
this.filter(this.target, this.TARGET_LIST);
|
|
847
|
+
}
|
|
848
|
+
}
|
|
849
|
+
}
|
|
850
|
+
onListFocus(event, listType) {
|
|
851
|
+
let listElement = this.getListElement(listType);
|
|
852
|
+
const selectedFirstItem = DomHandler.findSingle(listElement, 'li.p-picklist-item.p-highlight') || DomHandler.findSingle(listElement, 'li.p-picklist-item');
|
|
853
|
+
const findIndex = ObjectUtils.findIndexInList(selectedFirstItem, listElement.children);
|
|
854
|
+
this.focused[listType === this.SOURCE_LIST ? 'sourceList' : 'targetList'] = true;
|
|
855
|
+
const sourceIndex = this.focusedOptionIndex !== -1 ? this.focusedOptionIndex : selectedFirstItem ? findIndex : -1;
|
|
856
|
+
const filteredIndex = ObjectUtils.isNotEmpty(this.visibleOptionsSource) ? this.findIndexInList(this.source[sourceIndex], this.visibleOptionsSource) : sourceIndex;
|
|
857
|
+
this.changeFocusedOptionIndex(filteredIndex, listType);
|
|
858
|
+
this.onFocus.emit(event);
|
|
859
|
+
}
|
|
860
|
+
onListBlur(event, listType) {
|
|
861
|
+
this.focused[listType === this.SOURCE_LIST ? 'sourceList' : 'targetList'] = false;
|
|
862
|
+
this.focusedOptionIndex = -1;
|
|
863
|
+
this.focusedOption = null;
|
|
864
|
+
this.onBlur.emit(event);
|
|
865
|
+
}
|
|
866
|
+
getListElement(listType) {
|
|
867
|
+
return listType === this.SOURCE_LIST ? this.listViewSourceChild?.nativeElement : this.listViewTargetChild?.nativeElement;
|
|
868
|
+
}
|
|
869
|
+
getListItems(listType) {
|
|
870
|
+
let listElemet = this.getListElement(listType);
|
|
871
|
+
return DomHandler.find(listElemet, 'li.p-picklist-item');
|
|
872
|
+
}
|
|
873
|
+
getLatestSelectedVisibleOptionIndex(visibleList, selectedItems) {
|
|
874
|
+
const latestSelectedItem = [...selectedItems].reverse().find((item) => visibleList.includes(item));
|
|
875
|
+
return latestSelectedItem !== undefined ? visibleList.indexOf(latestSelectedItem) : -1;
|
|
876
|
+
}
|
|
877
|
+
getVisibleList(listType) {
|
|
878
|
+
if (listType === this.SOURCE_LIST) {
|
|
879
|
+
return this.visibleOptionsSource && this.visibleOptionsSource.length > 0 ? this.visibleOptionsSource : this.source && this.source.length > 0 ? this.source : null;
|
|
880
|
+
}
|
|
881
|
+
return this.visibleOptionsTarget && this.visibleOptionsTarget.length > 0 ? this.visibleOptionsTarget : this.target && this.target.length > 0 ? this.target : null;
|
|
882
|
+
}
|
|
883
|
+
setSelectionList(listType, selectedItems) {
|
|
884
|
+
if (listType === this.SOURCE_LIST) {
|
|
885
|
+
this.selectedItemsSource = selectedItems;
|
|
886
|
+
}
|
|
887
|
+
else {
|
|
888
|
+
this.selectedItemsTarget = selectedItems;
|
|
889
|
+
}
|
|
890
|
+
}
|
|
891
|
+
findNextOptionIndex(index, listType) {
|
|
892
|
+
const items = this.getListItems(listType);
|
|
893
|
+
const matchedOptionIndex = [...items].findIndex((link) => link.id === index);
|
|
894
|
+
return matchedOptionIndex > -1 ? matchedOptionIndex + 1 : 0;
|
|
895
|
+
}
|
|
896
|
+
findPrevOptionIndex(index, listType) {
|
|
897
|
+
const items = this.getListItems(listType);
|
|
898
|
+
const matchedOptionIndex = [...items].findIndex((link) => link.id === index);
|
|
899
|
+
return matchedOptionIndex > -1 ? matchedOptionIndex - 1 : 0;
|
|
900
|
+
}
|
|
901
|
+
onItemKeyDown(event, selectedItems, callback, listType) {
|
|
902
|
+
switch (event.code) {
|
|
903
|
+
case 'ArrowDown':
|
|
904
|
+
this.onArrowDownKey(event, selectedItems, callback, listType);
|
|
905
|
+
break;
|
|
906
|
+
case 'ArrowUp':
|
|
907
|
+
this.onArrowUpKey(event, selectedItems, callback, listType);
|
|
908
|
+
break;
|
|
909
|
+
case 'Home':
|
|
910
|
+
this.onHomeKey(event, selectedItems, callback, listType);
|
|
911
|
+
break;
|
|
912
|
+
case 'End':
|
|
913
|
+
this.onEndKey(event, selectedItems, callback, listType);
|
|
914
|
+
break;
|
|
915
|
+
case 'Enter':
|
|
916
|
+
this.onEnterKey(event, selectedItems, callback, listType);
|
|
917
|
+
break;
|
|
918
|
+
case 'Space':
|
|
919
|
+
this.onSpaceKey(event, selectedItems, callback, listType);
|
|
920
|
+
break;
|
|
921
|
+
case 'KeyA':
|
|
922
|
+
if (event.ctrlKey) {
|
|
923
|
+
this.setSelectionList(listType, this.getVisibleList(listType));
|
|
924
|
+
callback.emit({ items: selectedItems });
|
|
925
|
+
event.preventDefault();
|
|
926
|
+
}
|
|
927
|
+
default:
|
|
928
|
+
break;
|
|
929
|
+
}
|
|
930
|
+
}
|
|
931
|
+
getFocusedOption(index, listType) {
|
|
932
|
+
if (index === -1)
|
|
933
|
+
return null;
|
|
934
|
+
if (listType === this.SOURCE_LIST) {
|
|
935
|
+
return this.visibleOptionsSource && this.visibleOptionsSource.length ? this.visibleOptionsSource[index] : this.source && this.source.length ? this.source[index] : null;
|
|
936
|
+
}
|
|
937
|
+
return this.visibleOptionsTarget && this.visibleOptionsTarget.length ? this.visibleOptionsTarget[index] : this.target && this.target.length ? this.target[index] : null;
|
|
938
|
+
}
|
|
939
|
+
changeFocusedOptionIndex(index, listType) {
|
|
940
|
+
const items = this.getListItems(listType);
|
|
941
|
+
if (items?.length > 0) {
|
|
942
|
+
let order = index >= items.length ? items.length - 1 : index < 0 ? 0 : index;
|
|
943
|
+
this.focusedOptionIndex = items[order].getAttribute('id');
|
|
944
|
+
this.focusedOption = this.getFocusedOption(order, listType);
|
|
945
|
+
this.scrollInView(items[order].getAttribute('id'), listType);
|
|
946
|
+
}
|
|
947
|
+
}
|
|
948
|
+
scrollInView(id, listType) {
|
|
949
|
+
const element = DomHandler.findSingle(this.getListElement(listType), `li[id="${id}"]`);
|
|
950
|
+
if (element) {
|
|
951
|
+
element.scrollIntoView && element.scrollIntoView({ block: 'nearest', inline: 'start' });
|
|
952
|
+
}
|
|
953
|
+
}
|
|
954
|
+
onArrowDownKey(event, selectedItems, callback, listType) {
|
|
955
|
+
const optionIndex = this.findNextOptionIndex(this.focusedOptionIndex, listType);
|
|
956
|
+
this.changeFocusedOptionIndex(optionIndex, listType);
|
|
957
|
+
if (event.shiftKey) {
|
|
958
|
+
this.onEnterKey(event, selectedItems, callback, listType);
|
|
959
|
+
}
|
|
960
|
+
event.preventDefault();
|
|
961
|
+
}
|
|
962
|
+
onArrowUpKey(event, selectedItems, callback, listType) {
|
|
963
|
+
const optionIndex = this.findPrevOptionIndex(this.focusedOptionIndex, listType);
|
|
964
|
+
this.changeFocusedOptionIndex(optionIndex, listType);
|
|
965
|
+
if (event.shiftKey) {
|
|
966
|
+
this.onEnterKey(event, selectedItems, callback, listType);
|
|
967
|
+
}
|
|
968
|
+
event.preventDefault();
|
|
969
|
+
}
|
|
970
|
+
onEnterKey(event, selectedItems, callback, listType) {
|
|
971
|
+
this.onItemClick(event, this.focusedOption, selectedItems, listType, callback);
|
|
972
|
+
event.preventDefault();
|
|
973
|
+
}
|
|
974
|
+
onSpaceKey(event, selectedItems, callback, listType) {
|
|
975
|
+
event.preventDefault();
|
|
976
|
+
if (event.shiftKey && selectedItems && selectedItems.length > 0) {
|
|
977
|
+
let visibleList = this.getVisibleList(listType);
|
|
978
|
+
let lastSelectedIndex = this.getLatestSelectedVisibleOptionIndex(visibleList, selectedItems);
|
|
979
|
+
if (lastSelectedIndex !== -1) {
|
|
980
|
+
let focusedIndex = ObjectUtils.findIndexInList(this.focusedOption, visibleList);
|
|
981
|
+
selectedItems = [...visibleList.slice(Math.min(lastSelectedIndex, focusedIndex), Math.max(lastSelectedIndex, focusedIndex) + 1)];
|
|
982
|
+
this.setSelectionList(listType, selectedItems);
|
|
983
|
+
callback.emit({ items: selectedItems });
|
|
984
|
+
return;
|
|
985
|
+
}
|
|
986
|
+
}
|
|
987
|
+
this.onEnterKey(event, selectedItems, callback, listType);
|
|
988
|
+
}
|
|
989
|
+
onHomeKey(event, selectedItems, callback, listType) {
|
|
990
|
+
if (event.ctrlKey && event.shiftKey) {
|
|
991
|
+
let visibleList = this.getVisibleList(listType);
|
|
992
|
+
let focusedIndex = ObjectUtils.findIndexInList(this.focusedOption, visibleList);
|
|
993
|
+
selectedItems = [...visibleList.slice(0, focusedIndex + 1)];
|
|
994
|
+
this.setSelectionList(listType, selectedItems);
|
|
995
|
+
callback.emit({ items: selectedItems });
|
|
996
|
+
}
|
|
997
|
+
else {
|
|
998
|
+
this.changeFocusedOptionIndex(0, listType);
|
|
999
|
+
}
|
|
1000
|
+
event.preventDefault();
|
|
1001
|
+
}
|
|
1002
|
+
onEndKey(event, selectedItems, callback, listType) {
|
|
1003
|
+
let visibleList = this.getVisibleList(listType);
|
|
1004
|
+
let lastIndex = visibleList && visibleList.length > 0 ? visibleList.length - 1 : null;
|
|
1005
|
+
if (lastIndex === null)
|
|
1006
|
+
return;
|
|
1007
|
+
if (event.ctrlKey && event.shiftKey) {
|
|
1008
|
+
let focusedIndex = ObjectUtils.findIndexInList(this.focusedOption, visibleList);
|
|
1009
|
+
selectedItems = [...visibleList.slice(focusedIndex, lastIndex)];
|
|
1010
|
+
this.setSelectionList(listType, selectedItems);
|
|
1011
|
+
callback.emit({ items: selectedItems });
|
|
1012
|
+
}
|
|
1013
|
+
else {
|
|
1014
|
+
this.changeFocusedOptionIndex(lastIndex, listType);
|
|
1015
|
+
}
|
|
1016
|
+
event.preventDefault();
|
|
1017
|
+
}
|
|
1018
|
+
getDropIndexes(fromIndex, toIndex, droppedList, isTransfer, data) {
|
|
1019
|
+
let previousIndex, currentIndex;
|
|
1020
|
+
if (droppedList === this.SOURCE_LIST) {
|
|
1021
|
+
previousIndex = isTransfer ? (this.filterValueTarget ? ObjectUtils.findIndexInList(data, this.target) : fromIndex) : this.filterValueSource ? ObjectUtils.findIndexInList(data, this.source) : fromIndex;
|
|
1022
|
+
currentIndex = this.filterValueSource ? this.findFilteredCurrentIndex(this.visibleOptionsSource, toIndex, this.source) : toIndex;
|
|
1023
|
+
}
|
|
1024
|
+
else {
|
|
1025
|
+
previousIndex = isTransfer ? (this.filterValueSource ? ObjectUtils.findIndexInList(data, this.source) : fromIndex) : this.filterValueTarget ? ObjectUtils.findIndexInList(data, this.target) : fromIndex;
|
|
1026
|
+
currentIndex = this.filterValueTarget ? this.findFilteredCurrentIndex(this.visibleOptionsTarget, toIndex, this.target) : toIndex;
|
|
1027
|
+
}
|
|
1028
|
+
return { previousIndex, currentIndex };
|
|
1029
|
+
}
|
|
1030
|
+
findFilteredCurrentIndex(visibleOptions, index, options) {
|
|
1031
|
+
if (visibleOptions.length === index) {
|
|
1032
|
+
let toIndex = ObjectUtils.findIndexInList(visibleOptions[index - 1], options);
|
|
1033
|
+
return toIndex + 1;
|
|
1034
|
+
}
|
|
1035
|
+
else {
|
|
1036
|
+
return ObjectUtils.findIndexInList(visibleOptions[index], options);
|
|
1037
|
+
}
|
|
1038
|
+
}
|
|
1039
|
+
resetSourceFilter() {
|
|
1040
|
+
this.visibleOptionsSource = null;
|
|
1041
|
+
this.filterValueSource = null;
|
|
1042
|
+
this.sourceFilterViewChild && (this.sourceFilterViewChild.nativeElement.value = '');
|
|
1043
|
+
}
|
|
1044
|
+
resetTargetFilter() {
|
|
1045
|
+
this.visibleOptionsTarget = null;
|
|
1046
|
+
this.filterValueTarget = null;
|
|
1047
|
+
this.targetFilterViewChild && (this.targetFilterViewChild.nativeElement.value = '');
|
|
1048
|
+
}
|
|
1049
|
+
resetFilter() {
|
|
1050
|
+
this.resetSourceFilter();
|
|
1051
|
+
this.resetTargetFilter();
|
|
1052
|
+
}
|
|
1053
|
+
findNextItem(item) {
|
|
1054
|
+
let nextItem = item.nextElementSibling;
|
|
1055
|
+
if (nextItem)
|
|
1056
|
+
return !DomHandler.hasClass(nextItem, 'p-picklist-item') || DomHandler.isHidden(nextItem) ? this.findNextItem(nextItem) : nextItem;
|
|
1057
|
+
else
|
|
1058
|
+
return null;
|
|
1059
|
+
}
|
|
1060
|
+
findPrevItem(item) {
|
|
1061
|
+
let prevItem = item.previousElementSibling;
|
|
1062
|
+
if (prevItem)
|
|
1063
|
+
return !DomHandler.hasClass(prevItem, 'p-picklist-item') || DomHandler.isHidden(prevItem) ? this.findPrevItem(prevItem) : prevItem;
|
|
1064
|
+
else
|
|
1065
|
+
return null;
|
|
1066
|
+
}
|
|
1067
|
+
initMedia() {
|
|
1068
|
+
if (isPlatformBrowser(this.platformId)) {
|
|
1069
|
+
this.media = this.window.matchMedia(`(max-width: ${this.breakpoint})`);
|
|
1070
|
+
this.viewChanged = this.media.matches;
|
|
1071
|
+
this.bindMediaChangeListener();
|
|
1072
|
+
}
|
|
1073
|
+
}
|
|
1074
|
+
destroyMedia() {
|
|
1075
|
+
this.unbindMediaChangeListener();
|
|
1076
|
+
}
|
|
1077
|
+
bindMediaChangeListener() {
|
|
1078
|
+
if (this.media && !this.mediaChangeListener) {
|
|
1079
|
+
this.mediaChangeListener = this.renderer.listen(this.media, 'change', (event) => {
|
|
1080
|
+
this.viewChanged = event.matches;
|
|
1081
|
+
this.cd.markForCheck();
|
|
1082
|
+
});
|
|
1083
|
+
}
|
|
1084
|
+
}
|
|
1085
|
+
unbindMediaChangeListener() {
|
|
1086
|
+
if (this.mediaChangeListener) {
|
|
1087
|
+
this.mediaChangeListener();
|
|
1088
|
+
this.mediaChangeListener = null;
|
|
1089
|
+
}
|
|
1090
|
+
}
|
|
1091
|
+
createStyle() {
|
|
1092
|
+
if (isPlatformBrowser(this.platformId)) {
|
|
1093
|
+
if (!this.styleElement) {
|
|
1094
|
+
this.renderer.setAttribute(this.el.nativeElement.children[0], this.id, '');
|
|
1095
|
+
this.styleElement = this.renderer.createElement('style');
|
|
1096
|
+
this.renderer.setAttribute(this.styleElement, 'type', 'text/css');
|
|
1097
|
+
DomHandler.setAttribute(this.styleElement, 'nonce', this.config?.csp()?.nonce);
|
|
1098
|
+
this.renderer.appendChild(this.document.head, this.styleElement);
|
|
1099
|
+
let innerHTML = `
|
|
1100
|
+
@media screen and (max-width: ${this.breakpoint}) {
|
|
1101
|
+
.p-picklist[${this.id}] {
|
|
1102
|
+
flex-direction: column;
|
|
1103
|
+
}
|
|
1104
|
+
|
|
1105
|
+
.p-picklist[${this.id}] .p-picklist-buttons {
|
|
1106
|
+
padding: var(--content-padding);
|
|
1107
|
+
flex-direction: row;
|
|
1108
|
+
}
|
|
1109
|
+
|
|
1110
|
+
.p-picklist[${this.id}] .p-picklist-buttons .p-button {
|
|
1111
|
+
margin-right: var(--inline-spacing);
|
|
1112
|
+
margin-bottom: 0;
|
|
1113
|
+
}
|
|
1114
|
+
|
|
1115
|
+
.p-picklist[${this.id}] .p-picklist-buttons .p-button:last-child {
|
|
1116
|
+
margin-right: 0;
|
|
1117
|
+
}
|
|
1118
|
+
}`;
|
|
1119
|
+
this.renderer.setProperty(this.styleElement, 'innerHTML', innerHTML);
|
|
1120
|
+
}
|
|
1121
|
+
}
|
|
1122
|
+
}
|
|
1123
|
+
sourceMoveDisabled() {
|
|
1124
|
+
if (this.disabled || !this.selectedItemsSource.length) {
|
|
1125
|
+
return true;
|
|
1126
|
+
}
|
|
1127
|
+
}
|
|
1128
|
+
targetMoveDisabled() {
|
|
1129
|
+
if (this.disabled || !this.selectedItemsTarget.length) {
|
|
1130
|
+
return true;
|
|
1131
|
+
}
|
|
1132
|
+
}
|
|
1133
|
+
moveRightDisabled() {
|
|
1134
|
+
return this.disabled || ObjectUtils.isEmpty(this.selectedItemsSource);
|
|
1135
|
+
}
|
|
1136
|
+
moveLeftDisabled() {
|
|
1137
|
+
return this.disabled || ObjectUtils.isEmpty(this.selectedItemsTarget);
|
|
1138
|
+
}
|
|
1139
|
+
moveAllRightDisabled() {
|
|
1140
|
+
return this.disabled || ObjectUtils.isEmpty(this.source);
|
|
1141
|
+
}
|
|
1142
|
+
moveAllLeftDisabled() {
|
|
1143
|
+
return this.disabled || ObjectUtils.isEmpty(this.target);
|
|
1144
|
+
}
|
|
1145
|
+
destroyStyle() {
|
|
1146
|
+
if (this.styleElement) {
|
|
1147
|
+
this.renderer.removeChild(this.document.head, this.styleElement);
|
|
1148
|
+
this.styleElement = null;
|
|
1149
|
+
``;
|
|
1150
|
+
}
|
|
1151
|
+
}
|
|
1152
|
+
ngOnDestroy() {
|
|
1153
|
+
this.destroyStyle();
|
|
1154
|
+
this.destroyMedia();
|
|
1155
|
+
}
|
|
1156
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: PickList, deps: [{ token: DOCUMENT }, { token: PLATFORM_ID }, { token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i1.FilterService }, { token: i1.caxConfig }], target: i0.ɵɵFactoryTarget.Component });
|
|
1157
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.2.9", type: PickList, selector: "p-pickList", inputs: { source: "source", target: "target", sourceHeader: "sourceHeader", tabindex: ["tabindex", "tabindex", numberAttribute], rightButtonAriaLabel: "rightButtonAriaLabel", leftButtonAriaLabel: "leftButtonAriaLabel", allRightButtonAriaLabel: "allRightButtonAriaLabel", allLeftButtonAriaLabel: "allLeftButtonAriaLabel", upButtonAriaLabel: "upButtonAriaLabel", downButtonAriaLabel: "downButtonAriaLabel", topButtonAriaLabel: "topButtonAriaLabel", bottomButtonAriaLabel: "bottomButtonAriaLabel", targetHeader: "targetHeader", responsive: ["responsive", "responsive", booleanAttribute], filterBy: "filterBy", filterLocale: "filterLocale", trackBy: "trackBy", sourceTrackBy: "sourceTrackBy", targetTrackBy: "targetTrackBy", showSourceFilter: ["showSourceFilter", "showSourceFilter", booleanAttribute], showTargetFilter: ["showTargetFilter", "showTargetFilter", booleanAttribute], metaKeySelection: ["metaKeySelection", "metaKeySelection", booleanAttribute], dragdrop: ["dragdrop", "dragdrop", booleanAttribute], style: "style", styleClass: "styleClass", sourceStyle: "sourceStyle", targetStyle: "targetStyle", showSourceControls: ["showSourceControls", "showSourceControls", booleanAttribute], showTargetControls: ["showTargetControls", "showTargetControls", booleanAttribute], sourceFilterPlaceholder: "sourceFilterPlaceholder", targetFilterPlaceholder: "targetFilterPlaceholder", disabled: ["disabled", "disabled", booleanAttribute], ariaSourceFilterLabel: "ariaSourceFilterLabel", ariaTargetFilterLabel: "ariaTargetFilterLabel", filterMatchMode: "filterMatchMode", stripedRows: ["stripedRows", "stripedRows", booleanAttribute], keepSelection: ["keepSelection", "keepSelection", booleanAttribute], breakpoint: "breakpoint" }, outputs: { onMoveToSource: "onMoveToSource", onMoveAllToSource: "onMoveAllToSource", onMoveAllToTarget: "onMoveAllToTarget", onMoveToTarget: "onMoveToTarget", onSourceReorder: "onSourceReorder", onTargetReorder: "onTargetReorder", onSourceSelect: "onSourceSelect", onTargetSelect: "onTargetSelect", onSourceFilter: "onSourceFilter", onTargetFilter: "onTargetFilter", onFocus: "onFocus", onBlur: "onBlur" }, host: { classAttribute: "cax-element" }, queries: [{ propertyName: "templates", predicate: CaxTemplate }], viewQueries: [{ propertyName: "listViewSourceChild", first: true, predicate: ["sourcelist"], descendants: true }, { propertyName: "listViewTargetChild", first: true, predicate: ["targetlist"], descendants: true }, { propertyName: "sourceFilterViewChild", first: true, predicate: ["sourceFilter"], descendants: true }, { propertyName: "targetFilterViewChild", first: true, predicate: ["targetFilter"], descendants: true }], ngImport: i0, template: `
|
|
1158
|
+
<div [class]="styleClass" [ngStyle]="style" [ngClass]="{ 'p-picklist p-component': true, 'p-picklist-striped': stripedRows }" cdkDropListGroup [attr.data-pc-name]="'picklist'" [attr.data-pc-section]="'root'">
|
|
1159
|
+
<div class="p-picklist-buttons p-picklist-source-controls" *ngIf="showSourceControls" [attr.data-pc-section]="'sourceControls'" [attr.data-pc-group-section]="'controls'">
|
|
1160
|
+
<button
|
|
1161
|
+
type="button"
|
|
1162
|
+
[attr.aria-label]="moveUpAriaLabel"
|
|
1163
|
+
pButton
|
|
1164
|
+
pRipple
|
|
1165
|
+
class="p-button-icon-only"
|
|
1166
|
+
[disabled]="sourceMoveDisabled()"
|
|
1167
|
+
(click)="moveUp(sourcelist, source, selectedItemsSource, onSourceReorder, SOURCE_LIST)"
|
|
1168
|
+
[attr.data-pc-section]="'sourceMoveUpButton'"
|
|
1169
|
+
>
|
|
1170
|
+
<AngleUpIcon *ngIf="!moveUpIconTemplate" [attr.data-pc-section]="'moveupicon'" />
|
|
1171
|
+
<ng-template *ngTemplateOutlet="moveUpIconTemplate"></ng-template>
|
|
1172
|
+
</button>
|
|
1173
|
+
<button
|
|
1174
|
+
type="button"
|
|
1175
|
+
[attr.aria-label]="moveTopAriaLabel"
|
|
1176
|
+
pButton
|
|
1177
|
+
pRipple
|
|
1178
|
+
class="p-button-icon-only"
|
|
1179
|
+
[disabled]="sourceMoveDisabled()"
|
|
1180
|
+
(click)="moveTop(sourcelist, source, selectedItemsSource, onSourceReorder, SOURCE_LIST)"
|
|
1181
|
+
[attr.data-pc-section]="'sourceMoveTopButton'"
|
|
1182
|
+
>
|
|
1183
|
+
<AngleDoubleUpIcon *ngIf="!moveTopIconTemplate" [attr.data-pc-section]="'movetopicon'" />
|
|
1184
|
+
<ng-template *ngTemplateOutlet="moveTopIconTemplate"></ng-template>
|
|
1185
|
+
</button>
|
|
1186
|
+
<button
|
|
1187
|
+
type="button"
|
|
1188
|
+
[attr.aria-label]="moveDownAriaLabel"
|
|
1189
|
+
pButton
|
|
1190
|
+
pRipple
|
|
1191
|
+
class="p-button-icon-only"
|
|
1192
|
+
[disabled]="sourceMoveDisabled()"
|
|
1193
|
+
(click)="moveDown(sourcelist, source, selectedItemsSource, onSourceReorder, SOURCE_LIST)"
|
|
1194
|
+
[attr.data-pc-section]="'sourceMoveDownButton'"
|
|
1195
|
+
>
|
|
1196
|
+
<AngleDownIcon *ngIf="!moveDownIconTemplate" [attr.data-pc-section]="'movedownicon'" />
|
|
1197
|
+
<ng-template *ngTemplateOutlet="moveDownIconTemplate"></ng-template>
|
|
1198
|
+
</button>
|
|
1199
|
+
<button
|
|
1200
|
+
type="button"
|
|
1201
|
+
[attr.aria-label]="moveBottomAriaLabel"
|
|
1202
|
+
pButton
|
|
1203
|
+
pRipple
|
|
1204
|
+
class="p-button-icon-only"
|
|
1205
|
+
[disabled]="sourceMoveDisabled()"
|
|
1206
|
+
(click)="moveBottom(sourcelist, source, selectedItemsSource, onSourceReorder, SOURCE_LIST)"
|
|
1207
|
+
[attr.data-pc-section]="'sourceMoveBottomButton'"
|
|
1208
|
+
>
|
|
1209
|
+
<AngleDoubleDownIcon *ngIf="!moveBottomIconTemplate" [attr.data-pc-section]="'movebottomicon'" />
|
|
1210
|
+
<ng-template *ngTemplateOutlet="moveBottomIconTemplate"></ng-template>
|
|
1211
|
+
</button>
|
|
1212
|
+
</div>
|
|
1213
|
+
<div class="p-picklist-list-wrapper p-picklist-source-wrapper" [attr.data-pc-section]="'sourceWrapper'" [attr.data-pc-group-section]="'listWrapper'">
|
|
1214
|
+
<div [id]="idSource + '_header'" class="p-picklist-header" *ngIf="sourceHeader || sourceHeaderTemplate" [attr.data-pc-section]="'sourceHeader'" [attr.data-pc-group-section]="'header'">
|
|
1215
|
+
<div class="p-picklist-title" *ngIf="!sourceHeaderTemplate">{{ sourceHeader }}</div>
|
|
1216
|
+
<ng-container *ngTemplateOutlet="sourceHeaderTemplate"></ng-container>
|
|
1217
|
+
</div>
|
|
1218
|
+
<div class="p-picklist-filter-container" *ngIf="filterBy && showSourceFilter !== false" [attr.data-pc-section]="'sourceFilterContainer'">
|
|
1219
|
+
<ng-container *ngIf="sourceFilterTemplate; else builtInSourceElement">
|
|
1220
|
+
<ng-container *ngTemplateOutlet="sourceFilterTemplate; context: { options: sourceFilterOptions }"></ng-container>
|
|
1221
|
+
</ng-container>
|
|
1222
|
+
<ng-template #builtInSourceElement>
|
|
1223
|
+
<div class="p-picklist-filter" [attr.data-pc-section]="'sourceFilter'">
|
|
1224
|
+
<input
|
|
1225
|
+
#sourceFilter
|
|
1226
|
+
type="text"
|
|
1227
|
+
role="textbox"
|
|
1228
|
+
(keyup)="onFilter($event, SOURCE_LIST)"
|
|
1229
|
+
class="p-picklist-filter-input p-inputtext p-component"
|
|
1230
|
+
[disabled]="disabled"
|
|
1231
|
+
[attr.placeholder]="sourceFilterPlaceholder"
|
|
1232
|
+
[attr.aria-label]="ariaSourceFilterLabel"
|
|
1233
|
+
[attr.data-pc-section]="'sourceFilterInput'"
|
|
1234
|
+
/>
|
|
1235
|
+
<SearchIcon *ngIf="!sourceFilterIconTemplate" [styleClass]="'p-picklist-filter-icon'" [attr.data-pc-section]="'sourcefilterIcon'" />
|
|
1236
|
+
<span class="p-picklist-filter-icon" *ngIf="sourceFilterIconTemplate" [attr.data-pc-section]="'sourcefilterIcon'">
|
|
1237
|
+
<ng-template *ngTemplateOutlet="sourceFilterIconTemplate"></ng-template>
|
|
1238
|
+
</span>
|
|
1239
|
+
</div>
|
|
1240
|
+
</ng-template>
|
|
1241
|
+
</div>
|
|
1242
|
+
|
|
1243
|
+
<ul
|
|
1244
|
+
#sourcelist
|
|
1245
|
+
class="p-picklist-list p-picklist-source"
|
|
1246
|
+
[id]="idSource + '_list'"
|
|
1247
|
+
[attr.aria-labelledby]="idSource + '_header'"
|
|
1248
|
+
(keydown)="onItemKeyDown($event, selectedItemsSource, onSourceSelect, SOURCE_LIST)"
|
|
1249
|
+
(focus)="onListFocus($event, SOURCE_LIST)"
|
|
1250
|
+
(blur)="onListBlur($event, SOURCE_LIST)"
|
|
1251
|
+
cdkDropList
|
|
1252
|
+
[cdkDropListData]="source"
|
|
1253
|
+
(cdkDropListDropped)="onDrop($event, SOURCE_LIST)"
|
|
1254
|
+
[ngStyle]="sourceStyle"
|
|
1255
|
+
role="listbox"
|
|
1256
|
+
aria-multiselectable="true"
|
|
1257
|
+
[attr.aria-activedescendant]="focused['sourceList'] ? focusedOptionId : undefined"
|
|
1258
|
+
[attr.tabindex]="source && source.length > 0 ? tabindex : -1"
|
|
1259
|
+
[attr.data-pc-section]="'sourceList'"
|
|
1260
|
+
[attr.data-pc-group-section]="'list'"
|
|
1261
|
+
>
|
|
1262
|
+
<ng-template ngFor let-item [ngForOf]="source" [ngForTrackBy]="sourceTrackBy || trackBy" let-i="index" let-l="last">
|
|
1263
|
+
<li
|
|
1264
|
+
pRipple
|
|
1265
|
+
cdkDrag
|
|
1266
|
+
[id]="idSource + '_' + i"
|
|
1267
|
+
[ngClass]="itemClass(item, idSource + '_' + i, selectedItemsSource)"
|
|
1268
|
+
[cdkDragData]="item"
|
|
1269
|
+
[cdkDragDisabled]="!dragdrop"
|
|
1270
|
+
(click)="onItemClick($event, item, selectedItemsSource, SOURCE_LIST, onSourceSelect, idSource + '_' + i)"
|
|
1271
|
+
(mousedown)="onOptionMouseDown(i, SOURCE_LIST)"
|
|
1272
|
+
(dblclick)="onSourceItemDblClick()"
|
|
1273
|
+
(touchend)="onItemTouchEnd()"
|
|
1274
|
+
*ngIf="isItemVisible(item, SOURCE_LIST)"
|
|
1275
|
+
role="option"
|
|
1276
|
+
[attr.data-pc-section]="'item'"
|
|
1277
|
+
[attr.aria-selected]="isSelected(item, selectedItemsSource)"
|
|
1278
|
+
>
|
|
1279
|
+
<ng-container *ngTemplateOutlet="itemTemplate; context: { $implicit: item, index: i }"></ng-container>
|
|
1280
|
+
</li>
|
|
1281
|
+
</ng-template>
|
|
1282
|
+
<ng-container *ngIf="isEmpty(SOURCE_LIST) && (emptyMessageSourceTemplate || emptyFilterMessageSourceTemplate)">
|
|
1283
|
+
<li class="p-picklist-empty-message" *ngIf="!filterValueSource || !emptyFilterMessageSourceTemplate" [attr.data-pc-section]="'sourceEmptyMessage'">
|
|
1284
|
+
<ng-container *ngTemplateOutlet="emptyMessageSourceTemplate"></ng-container>
|
|
1285
|
+
</li>
|
|
1286
|
+
<li class="p-picklist-empty-message" *ngIf="filterValueSource" [attr.data-pc-section]="'sourceEmptyMessage'">
|
|
1287
|
+
<ng-container *ngTemplateOutlet="emptyFilterMessageSourceTemplate"></ng-container>
|
|
1288
|
+
</li>
|
|
1289
|
+
</ng-container>
|
|
1290
|
+
</ul>
|
|
1291
|
+
</div>
|
|
1292
|
+
<div class="p-picklist-buttons p-picklist-transfer-buttons" [attr.data-pc-section]="'buttons'" [attr.data-pc-group-section]="'controls'">
|
|
1293
|
+
<button type="button" [attr.aria-label]="moveToTargetAriaLabel" pButton pRipple class="p-button-icon-only" [disabled]="moveRightDisabled()" (click)="moveRight()" [attr.data-pc-section]="'moveToTargetButton'">
|
|
1294
|
+
<ng-container *ngIf="!moveToTargetIconTemplate">
|
|
1295
|
+
<AngleRightIcon *ngIf="!viewChanged" [attr.data-pc-section]="'movetotargeticon'" />
|
|
1296
|
+
<AngleDownIcon *ngIf="viewChanged" [attr.data-pc-section]="'movetotargeticon'" />
|
|
1297
|
+
</ng-container>
|
|
1298
|
+
<ng-template *ngTemplateOutlet="moveToTargetIconTemplate; context: { $implicit: viewChanged }"></ng-template>
|
|
1299
|
+
</button>
|
|
1300
|
+
<button type="button" [attr.aria-label]="moveAllToTargetAriaLabel" pButton pRipple class="p-button-icon-only" [disabled]="moveAllRightDisabled()" (click)="moveAllRight()" [attr.data-pc-section]="'moveAllToTargetButton'">
|
|
1301
|
+
<ng-container *ngIf="!moveAllToTargetIconTemplate">
|
|
1302
|
+
<AngleDoubleRightIcon *ngIf="!viewChanged" [attr.data-pc-section]="'movealltotargeticon'" />
|
|
1303
|
+
<AngleDoubleDownIcon *ngIf="viewChanged" [attr.data-pc-section]="'movealltotargeticon'" />
|
|
1304
|
+
</ng-container>
|
|
1305
|
+
<ng-template *ngTemplateOutlet="moveAllToTargetIconTemplate; context: { $implicit: viewChanged }"></ng-template>
|
|
1306
|
+
</button>
|
|
1307
|
+
<button type="button" [attr.aria-label]="moveToSourceAriaLabel" pButton pRipple class="p-button-icon-only" [disabled]="moveLeftDisabled()" (click)="moveLeft()" [attr.data-pc-section]="'moveToSourceButton'">
|
|
1308
|
+
<ng-container *ngIf="!moveToSourceIconTemplate">
|
|
1309
|
+
<AngleLeftIcon *ngIf="!viewChanged" [attr.data-pc-section]="'movedownsourceticon'" />
|
|
1310
|
+
<AngleUpIcon *ngIf="viewChanged" [attr.data-pc-section]="'movedownsourceticon'" />
|
|
1311
|
+
</ng-container>
|
|
1312
|
+
<ng-template *ngTemplateOutlet="moveToSourceIconTemplate; context: { $implicit: viewChanged }"></ng-template>
|
|
1313
|
+
</button>
|
|
1314
|
+
<button type="button" [attr.aria-label]="moveAllToSourceAriaLabel" pButton pRipple class="p-button-icon-only" [disabled]="moveAllLeftDisabled()" (click)="moveAllLeft()" [attr.data-pc-section]="'moveAllToSourceButton'">
|
|
1315
|
+
<ng-container *ngIf="!moveAllToSourceIconTemplate">
|
|
1316
|
+
<AngleDoubleLeftIcon *ngIf="!viewChanged" [attr.data-pc-section]="'movealltosourceticon'" />
|
|
1317
|
+
<AngleDoubleUpIcon *ngIf="viewChanged" [attr.data-pc-section]="'movealltosourceticon'" />
|
|
1318
|
+
</ng-container>
|
|
1319
|
+
<ng-template *ngTemplateOutlet="moveAllToSourceIconTemplate; context: { $implicit: viewChanged }"></ng-template>
|
|
1320
|
+
</button>
|
|
1321
|
+
</div>
|
|
1322
|
+
<div class="p-picklist-list-wrapper p-picklist-target-wrapper" [attr.data-pc-section]="'targetWrapper'" [attr.data-pc-group-section]="'listwrapper'">
|
|
1323
|
+
<div [id]="idTarget + '_header'" class="p-picklist-header" *ngIf="targetHeader || targetHeaderTemplate" [attr.data-pc-section]="'targetHead'" [attr.data-pc-group-section]="'header'">
|
|
1324
|
+
<div class="p-picklist-title" *ngIf="!targetHeaderTemplate">{{ targetHeader }}</div>
|
|
1325
|
+
<ng-container *ngTemplateOutlet="targetHeaderTemplate"></ng-container>
|
|
1326
|
+
</div>
|
|
1327
|
+
<div class="p-picklist-filter-container" *ngIf="filterBy && showTargetFilter !== false" [attr.data-pc-section]="'targetFilterContainer'">
|
|
1328
|
+
<ng-container *ngIf="targetFilterTemplate; else builtInTargetElement">
|
|
1329
|
+
<ng-container *ngTemplateOutlet="targetFilterTemplate; context: { options: targetFilterOptions }"></ng-container>
|
|
1330
|
+
</ng-container>
|
|
1331
|
+
<ng-template #builtInTargetElement>
|
|
1332
|
+
<div class="p-picklist-filter" [attr.data-pc-section]="'targetFilter'">
|
|
1333
|
+
<input
|
|
1334
|
+
#targetFilter
|
|
1335
|
+
type="text"
|
|
1336
|
+
role="textbox"
|
|
1337
|
+
(keyup)="onFilter($event, TARGET_LIST)"
|
|
1338
|
+
class="p-picklist-filter-input p-inputtext p-component"
|
|
1339
|
+
[disabled]="disabled"
|
|
1340
|
+
[attr.placeholder]="targetFilterPlaceholder"
|
|
1341
|
+
[attr.aria-label]="ariaTargetFilterLabel"
|
|
1342
|
+
[attr.data-pc-section]="'targetFilterInput'"
|
|
1343
|
+
/>
|
|
1344
|
+
<SearchIcon *ngIf="!targetFilterIconTemplate" [styleClass]="'p-picklist-filter-icon'" [attr.data-pc-section]="'targetfiltericon'" />
|
|
1345
|
+
<span class="p-picklist-filter-icon" *ngIf="targetFilterIconTemplate" [attr.data-pc-section]="'targetfiltericon'">
|
|
1346
|
+
<ng-template *ngTemplateOutlet="targetFilterIconTemplate"></ng-template>
|
|
1347
|
+
</span>
|
|
1348
|
+
</div>
|
|
1349
|
+
</ng-template>
|
|
1350
|
+
</div>
|
|
1351
|
+
<ul
|
|
1352
|
+
#targetlist
|
|
1353
|
+
class="p-picklist-list p-picklist-target"
|
|
1354
|
+
[id]="idTarget + '_list'"
|
|
1355
|
+
[attr.aria-labelledby]="idTarget + '_header'"
|
|
1356
|
+
(keydown)="onItemKeyDown($event, selectedItemsTarget, onTargetSelect, TARGET_LIST)"
|
|
1357
|
+
(focus)="onListFocus($event, TARGET_LIST)"
|
|
1358
|
+
(blur)="onListBlur($event, TARGET_LIST)"
|
|
1359
|
+
cdkDropList
|
|
1360
|
+
[cdkDropListData]="target"
|
|
1361
|
+
(cdkDropListDropped)="onDrop($event, TARGET_LIST)"
|
|
1362
|
+
[ngStyle]="targetStyle"
|
|
1363
|
+
role="listbox"
|
|
1364
|
+
aria-multiselectable="true"
|
|
1365
|
+
[attr.aria-activedescendant]="focused['targetList'] ? focusedOptionId : undefined"
|
|
1366
|
+
[attr.tabindex]="target && target.length > 0 ? tabindex : -1"
|
|
1367
|
+
[attr.data-pc-section]="'targetList'"
|
|
1368
|
+
[attr.data-pc-group-section]="'list'"
|
|
1369
|
+
>
|
|
1370
|
+
<ng-template ngFor let-item [ngForOf]="target" [ngForTrackBy]="targetTrackBy || trackBy" let-i="index" let-l="last">
|
|
1371
|
+
<li
|
|
1372
|
+
pRipple
|
|
1373
|
+
cdkDrag
|
|
1374
|
+
[id]="idTarget + '_' + i"
|
|
1375
|
+
[ngClass]="itemClass(item, idTarget + '_' + i, selectedItemsTarget)"
|
|
1376
|
+
[cdkDragData]="item"
|
|
1377
|
+
[cdkDragDisabled]="!dragdrop"
|
|
1378
|
+
(click)="onItemClick($event, item, selectedItemsTarget, TARGET_LIST, onTargetSelect, idTarget + '_' + i)"
|
|
1379
|
+
(mousedown)="onOptionMouseDown(i, TARGET_LIST)"
|
|
1380
|
+
(dblclick)="onTargetItemDblClick()"
|
|
1381
|
+
(touchend)="onItemTouchEnd()"
|
|
1382
|
+
*ngIf="isItemVisible(item, TARGET_LIST)"
|
|
1383
|
+
role="option"
|
|
1384
|
+
[attr.data-pc-section]="'item'"
|
|
1385
|
+
[attr.aria-selected]="isSelected(item, selectedItemsTarget)"
|
|
1386
|
+
>
|
|
1387
|
+
<ng-container *ngTemplateOutlet="itemTemplate; context: { $implicit: item, index: i }"></ng-container>
|
|
1388
|
+
</li>
|
|
1389
|
+
</ng-template>
|
|
1390
|
+
<ng-container *ngIf="isEmpty(TARGET_LIST) && (emptyMessageTargetTemplate || emptyFilterMessageTargetTemplate)">
|
|
1391
|
+
<li class="p-picklist-empty-message" *ngIf="!filterValueTarget || !emptyFilterMessageTargetTemplate" [attr.data-pc-section]="'targetEmptyMessage'">
|
|
1392
|
+
<ng-container *ngTemplateOutlet="emptyMessageTargetTemplate"></ng-container>
|
|
1393
|
+
</li>
|
|
1394
|
+
<li class="p-picklist-empty-message" *ngIf="filterValueTarget" [attr.data-pc-section]="'targetEmptyMessage'">
|
|
1395
|
+
<ng-container *ngTemplateOutlet="emptyFilterMessageTargetTemplate"></ng-container>
|
|
1396
|
+
</li>
|
|
1397
|
+
</ng-container>
|
|
1398
|
+
</ul>
|
|
1399
|
+
</div>
|
|
1400
|
+
<div class="p-picklist-buttons p-picklist-target-controls" *ngIf="showTargetControls" [attr.data-pc-section]="'targetControls'" [attr.data-pc-group-section]="'controls'">
|
|
1401
|
+
<button
|
|
1402
|
+
type="button"
|
|
1403
|
+
[attr.aria-label]="moveUpAriaLabel"
|
|
1404
|
+
pButton
|
|
1405
|
+
pRipple
|
|
1406
|
+
class="p-button-icon-only"
|
|
1407
|
+
[disabled]="targetMoveDisabled()"
|
|
1408
|
+
(click)="moveUp(targetlist, target, selectedItemsTarget, onTargetReorder, TARGET_LIST)"
|
|
1409
|
+
[attr.data-pc-section]="'targetMoveUpButton'"
|
|
1410
|
+
>
|
|
1411
|
+
<AngleUpIcon *ngIf="!moveUpIconTemplate" [attr.data-pc-section]="'moveupicon'" />
|
|
1412
|
+
<ng-template *ngTemplateOutlet="moveUpIconTemplate"></ng-template>
|
|
1413
|
+
</button>
|
|
1414
|
+
<button
|
|
1415
|
+
type="button"
|
|
1416
|
+
[attr.aria-label]="moveTopAriaLabel"
|
|
1417
|
+
pButton
|
|
1418
|
+
pRipple
|
|
1419
|
+
class="p-button-icon-only"
|
|
1420
|
+
[disabled]="targetMoveDisabled()"
|
|
1421
|
+
(click)="moveTop(targetlist, target, selectedItemsTarget, onTargetReorder, TARGET_LIST)"
|
|
1422
|
+
[attr.data-pc-section]="'targetMoveTopButton'"
|
|
1423
|
+
>
|
|
1424
|
+
<AngleDoubleUpIcon *ngIf="!moveTopIconTemplate" [attr.data-pc-section]="'movetopicon'" />
|
|
1425
|
+
<ng-template *ngTemplateOutlet="moveTopIconTemplate"></ng-template>
|
|
1426
|
+
</button>
|
|
1427
|
+
<button
|
|
1428
|
+
type="button"
|
|
1429
|
+
[attr.aria-label]="moveDownAriaLabel"
|
|
1430
|
+
pButton
|
|
1431
|
+
pRipple
|
|
1432
|
+
class="p-button-icon-only"
|
|
1433
|
+
[disabled]="targetMoveDisabled()"
|
|
1434
|
+
(click)="moveDown(targetlist, target, selectedItemsTarget, onTargetReorder, TARGET_LIST)"
|
|
1435
|
+
[attr.data-pc-section]="'targetMoveDownButton'"
|
|
1436
|
+
>
|
|
1437
|
+
<AngleDownIcon *ngIf="!moveDownIconTemplate" [attr.data-pc-section]="'movedownicon'" />
|
|
1438
|
+
<ng-template *ngTemplateOutlet="moveDownIconTemplate"></ng-template>
|
|
1439
|
+
</button>
|
|
1440
|
+
<button
|
|
1441
|
+
type="button"
|
|
1442
|
+
[attr.aria-label]="moveBottomAriaLabel"
|
|
1443
|
+
pButton
|
|
1444
|
+
pRipple
|
|
1445
|
+
class="p-button-icon-only"
|
|
1446
|
+
[disabled]="targetMoveDisabled()"
|
|
1447
|
+
(click)="moveBottom(targetlist, target, selectedItemsTarget, onTargetReorder, TARGET_LIST)"
|
|
1448
|
+
[attr.data-pc-section]="'targetMoveBottomButton'"
|
|
1449
|
+
>
|
|
1450
|
+
<AngleDoubleDownIcon *ngIf="!moveBottomIconTemplate" [attr.data-pc-section]="'movebottomicon'" />
|
|
1451
|
+
<ng-template *ngTemplateOutlet="moveBottomIconTemplate"></ng-template>
|
|
1452
|
+
</button>
|
|
1453
|
+
</div>
|
|
1454
|
+
</div>
|
|
1455
|
+
`, isInline: true, styles: ["@layer cax{.p-picklist{display:flex}.p-picklist-buttons{display:flex;flex-direction:column;justify-content:center}.p-picklist-list-wrapper{flex:1 1 50%}.p-picklist-list{list-style-type:none;margin:0;padding:0;overflow:auto;min-height:12rem}.p-picklist-item{display:block;cursor:pointer;overflow:hidden;position:relative}.p-picklist-item:not(.cdk-drag-disabled){cursor:move}.p-picklist-item.cdk-drag-placeholder{opacity:0}.p-picklist-item.cdk-drag-animating{transition:transform .25s cubic-bezier(0,0,.2,1)}.p-picklist-filter{position:relative}.p-picklist-filter-icon{position:absolute;top:50%;margin-top:-.5rem}.p-picklist-filter-input{width:100%}.p-picklist-list.cdk-drop-list-dragging .p-picklist-item:not(.cdk-drag-placeholder){transition:transform .25s cubic-bezier(0,0,.2,1)}}\n"], dependencies: [{ kind: "directive", type: i0.forwardRef(() => i2.NgClass), selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i0.forwardRef(() => i2.NgForOf), selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i0.forwardRef(() => i2.NgIf), selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i0.forwardRef(() => i2.NgTemplateOutlet), selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i0.forwardRef(() => i2.NgStyle), selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: i0.forwardRef(() => i3.CdkDropList), selector: "[cdkDropList], cdk-drop-list", inputs: ["cdkDropListConnectedTo", "cdkDropListData", "cdkDropListOrientation", "id", "cdkDropListLockAxis", "cdkDropListDisabled", "cdkDropListSortingDisabled", "cdkDropListEnterPredicate", "cdkDropListSortPredicate", "cdkDropListAutoScrollDisabled", "cdkDropListAutoScrollStep", "cdkDropListElementContainer"], outputs: ["cdkDropListDropped", "cdkDropListEntered", "cdkDropListExited", "cdkDropListSorted"], exportAs: ["cdkDropList"] }, { kind: "directive", type: i0.forwardRef(() => i3.CdkDropListGroup), selector: "[cdkDropListGroup]", inputs: ["cdkDropListGroupDisabled"], exportAs: ["cdkDropListGroup"] }, { kind: "directive", type: i0.forwardRef(() => i3.CdkDrag), selector: "[cdkDrag]", inputs: ["cdkDragData", "cdkDragLockAxis", "cdkDragRootElement", "cdkDragBoundary", "cdkDragStartDelay", "cdkDragFreeDragPosition", "cdkDragDisabled", "cdkDragConstrainPosition", "cdkDragPreviewClass", "cdkDragPreviewContainer", "cdkDragScale"], outputs: ["cdkDragStarted", "cdkDragReleased", "cdkDragEnded", "cdkDragEntered", "cdkDragExited", "cdkDragDropped", "cdkDragMoved"], exportAs: ["cdkDrag"] }, { kind: "component", type: i0.forwardRef(() => AngleDoubleDownIcon), selector: "AngleDoubleDownIcon" }, { kind: "component", type: i0.forwardRef(() => AngleDoubleLeftIcon), selector: "AngleDoubleLeftIcon" }, { kind: "component", type: i0.forwardRef(() => AngleDoubleRightIcon), selector: "AngleDoubleRightIcon" }, { kind: "component", type: i0.forwardRef(() => AngleDoubleUpIcon), selector: "AngleDoubleUpIcon" }, { kind: "component", type: i0.forwardRef(() => AngleDownIcon), selector: "AngleDownIcon" }, { kind: "component", type: i0.forwardRef(() => AngleLeftIcon), selector: "AngleLeftIcon" }, { kind: "component", type: i0.forwardRef(() => AngleRightIcon), selector: "AngleRightIcon" }, { kind: "component", type: i0.forwardRef(() => AngleUpIcon), selector: "AngleUpIcon" }, { kind: "component", type: i0.forwardRef(() => SearchIcon), selector: "SearchIcon" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
1456
|
+
}
|
|
1457
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: PickList, decorators: [{
|
|
1458
|
+
type: Component,
|
|
1459
|
+
args: [{ selector: 'p-pickList', template: `
|
|
1460
|
+
<div [class]="styleClass" [ngStyle]="style" [ngClass]="{ 'p-picklist p-component': true, 'p-picklist-striped': stripedRows }" cdkDropListGroup [attr.data-pc-name]="'picklist'" [attr.data-pc-section]="'root'">
|
|
1461
|
+
<div class="p-picklist-buttons p-picklist-source-controls" *ngIf="showSourceControls" [attr.data-pc-section]="'sourceControls'" [attr.data-pc-group-section]="'controls'">
|
|
1462
|
+
<button
|
|
1463
|
+
type="button"
|
|
1464
|
+
[attr.aria-label]="moveUpAriaLabel"
|
|
1465
|
+
pButton
|
|
1466
|
+
pRipple
|
|
1467
|
+
class="p-button-icon-only"
|
|
1468
|
+
[disabled]="sourceMoveDisabled()"
|
|
1469
|
+
(click)="moveUp(sourcelist, source, selectedItemsSource, onSourceReorder, SOURCE_LIST)"
|
|
1470
|
+
[attr.data-pc-section]="'sourceMoveUpButton'"
|
|
1471
|
+
>
|
|
1472
|
+
<AngleUpIcon *ngIf="!moveUpIconTemplate" [attr.data-pc-section]="'moveupicon'" />
|
|
1473
|
+
<ng-template *ngTemplateOutlet="moveUpIconTemplate"></ng-template>
|
|
1474
|
+
</button>
|
|
1475
|
+
<button
|
|
1476
|
+
type="button"
|
|
1477
|
+
[attr.aria-label]="moveTopAriaLabel"
|
|
1478
|
+
pButton
|
|
1479
|
+
pRipple
|
|
1480
|
+
class="p-button-icon-only"
|
|
1481
|
+
[disabled]="sourceMoveDisabled()"
|
|
1482
|
+
(click)="moveTop(sourcelist, source, selectedItemsSource, onSourceReorder, SOURCE_LIST)"
|
|
1483
|
+
[attr.data-pc-section]="'sourceMoveTopButton'"
|
|
1484
|
+
>
|
|
1485
|
+
<AngleDoubleUpIcon *ngIf="!moveTopIconTemplate" [attr.data-pc-section]="'movetopicon'" />
|
|
1486
|
+
<ng-template *ngTemplateOutlet="moveTopIconTemplate"></ng-template>
|
|
1487
|
+
</button>
|
|
1488
|
+
<button
|
|
1489
|
+
type="button"
|
|
1490
|
+
[attr.aria-label]="moveDownAriaLabel"
|
|
1491
|
+
pButton
|
|
1492
|
+
pRipple
|
|
1493
|
+
class="p-button-icon-only"
|
|
1494
|
+
[disabled]="sourceMoveDisabled()"
|
|
1495
|
+
(click)="moveDown(sourcelist, source, selectedItemsSource, onSourceReorder, SOURCE_LIST)"
|
|
1496
|
+
[attr.data-pc-section]="'sourceMoveDownButton'"
|
|
1497
|
+
>
|
|
1498
|
+
<AngleDownIcon *ngIf="!moveDownIconTemplate" [attr.data-pc-section]="'movedownicon'" />
|
|
1499
|
+
<ng-template *ngTemplateOutlet="moveDownIconTemplate"></ng-template>
|
|
1500
|
+
</button>
|
|
1501
|
+
<button
|
|
1502
|
+
type="button"
|
|
1503
|
+
[attr.aria-label]="moveBottomAriaLabel"
|
|
1504
|
+
pButton
|
|
1505
|
+
pRipple
|
|
1506
|
+
class="p-button-icon-only"
|
|
1507
|
+
[disabled]="sourceMoveDisabled()"
|
|
1508
|
+
(click)="moveBottom(sourcelist, source, selectedItemsSource, onSourceReorder, SOURCE_LIST)"
|
|
1509
|
+
[attr.data-pc-section]="'sourceMoveBottomButton'"
|
|
1510
|
+
>
|
|
1511
|
+
<AngleDoubleDownIcon *ngIf="!moveBottomIconTemplate" [attr.data-pc-section]="'movebottomicon'" />
|
|
1512
|
+
<ng-template *ngTemplateOutlet="moveBottomIconTemplate"></ng-template>
|
|
1513
|
+
</button>
|
|
1514
|
+
</div>
|
|
1515
|
+
<div class="p-picklist-list-wrapper p-picklist-source-wrapper" [attr.data-pc-section]="'sourceWrapper'" [attr.data-pc-group-section]="'listWrapper'">
|
|
1516
|
+
<div [id]="idSource + '_header'" class="p-picklist-header" *ngIf="sourceHeader || sourceHeaderTemplate" [attr.data-pc-section]="'sourceHeader'" [attr.data-pc-group-section]="'header'">
|
|
1517
|
+
<div class="p-picklist-title" *ngIf="!sourceHeaderTemplate">{{ sourceHeader }}</div>
|
|
1518
|
+
<ng-container *ngTemplateOutlet="sourceHeaderTemplate"></ng-container>
|
|
1519
|
+
</div>
|
|
1520
|
+
<div class="p-picklist-filter-container" *ngIf="filterBy && showSourceFilter !== false" [attr.data-pc-section]="'sourceFilterContainer'">
|
|
1521
|
+
<ng-container *ngIf="sourceFilterTemplate; else builtInSourceElement">
|
|
1522
|
+
<ng-container *ngTemplateOutlet="sourceFilterTemplate; context: { options: sourceFilterOptions }"></ng-container>
|
|
1523
|
+
</ng-container>
|
|
1524
|
+
<ng-template #builtInSourceElement>
|
|
1525
|
+
<div class="p-picklist-filter" [attr.data-pc-section]="'sourceFilter'">
|
|
1526
|
+
<input
|
|
1527
|
+
#sourceFilter
|
|
1528
|
+
type="text"
|
|
1529
|
+
role="textbox"
|
|
1530
|
+
(keyup)="onFilter($event, SOURCE_LIST)"
|
|
1531
|
+
class="p-picklist-filter-input p-inputtext p-component"
|
|
1532
|
+
[disabled]="disabled"
|
|
1533
|
+
[attr.placeholder]="sourceFilterPlaceholder"
|
|
1534
|
+
[attr.aria-label]="ariaSourceFilterLabel"
|
|
1535
|
+
[attr.data-pc-section]="'sourceFilterInput'"
|
|
1536
|
+
/>
|
|
1537
|
+
<SearchIcon *ngIf="!sourceFilterIconTemplate" [styleClass]="'p-picklist-filter-icon'" [attr.data-pc-section]="'sourcefilterIcon'" />
|
|
1538
|
+
<span class="p-picklist-filter-icon" *ngIf="sourceFilterIconTemplate" [attr.data-pc-section]="'sourcefilterIcon'">
|
|
1539
|
+
<ng-template *ngTemplateOutlet="sourceFilterIconTemplate"></ng-template>
|
|
1540
|
+
</span>
|
|
1541
|
+
</div>
|
|
1542
|
+
</ng-template>
|
|
1543
|
+
</div>
|
|
1544
|
+
|
|
1545
|
+
<ul
|
|
1546
|
+
#sourcelist
|
|
1547
|
+
class="p-picklist-list p-picklist-source"
|
|
1548
|
+
[id]="idSource + '_list'"
|
|
1549
|
+
[attr.aria-labelledby]="idSource + '_header'"
|
|
1550
|
+
(keydown)="onItemKeyDown($event, selectedItemsSource, onSourceSelect, SOURCE_LIST)"
|
|
1551
|
+
(focus)="onListFocus($event, SOURCE_LIST)"
|
|
1552
|
+
(blur)="onListBlur($event, SOURCE_LIST)"
|
|
1553
|
+
cdkDropList
|
|
1554
|
+
[cdkDropListData]="source"
|
|
1555
|
+
(cdkDropListDropped)="onDrop($event, SOURCE_LIST)"
|
|
1556
|
+
[ngStyle]="sourceStyle"
|
|
1557
|
+
role="listbox"
|
|
1558
|
+
aria-multiselectable="true"
|
|
1559
|
+
[attr.aria-activedescendant]="focused['sourceList'] ? focusedOptionId : undefined"
|
|
1560
|
+
[attr.tabindex]="source && source.length > 0 ? tabindex : -1"
|
|
1561
|
+
[attr.data-pc-section]="'sourceList'"
|
|
1562
|
+
[attr.data-pc-group-section]="'list'"
|
|
1563
|
+
>
|
|
1564
|
+
<ng-template ngFor let-item [ngForOf]="source" [ngForTrackBy]="sourceTrackBy || trackBy" let-i="index" let-l="last">
|
|
1565
|
+
<li
|
|
1566
|
+
pRipple
|
|
1567
|
+
cdkDrag
|
|
1568
|
+
[id]="idSource + '_' + i"
|
|
1569
|
+
[ngClass]="itemClass(item, idSource + '_' + i, selectedItemsSource)"
|
|
1570
|
+
[cdkDragData]="item"
|
|
1571
|
+
[cdkDragDisabled]="!dragdrop"
|
|
1572
|
+
(click)="onItemClick($event, item, selectedItemsSource, SOURCE_LIST, onSourceSelect, idSource + '_' + i)"
|
|
1573
|
+
(mousedown)="onOptionMouseDown(i, SOURCE_LIST)"
|
|
1574
|
+
(dblclick)="onSourceItemDblClick()"
|
|
1575
|
+
(touchend)="onItemTouchEnd()"
|
|
1576
|
+
*ngIf="isItemVisible(item, SOURCE_LIST)"
|
|
1577
|
+
role="option"
|
|
1578
|
+
[attr.data-pc-section]="'item'"
|
|
1579
|
+
[attr.aria-selected]="isSelected(item, selectedItemsSource)"
|
|
1580
|
+
>
|
|
1581
|
+
<ng-container *ngTemplateOutlet="itemTemplate; context: { $implicit: item, index: i }"></ng-container>
|
|
1582
|
+
</li>
|
|
1583
|
+
</ng-template>
|
|
1584
|
+
<ng-container *ngIf="isEmpty(SOURCE_LIST) && (emptyMessageSourceTemplate || emptyFilterMessageSourceTemplate)">
|
|
1585
|
+
<li class="p-picklist-empty-message" *ngIf="!filterValueSource || !emptyFilterMessageSourceTemplate" [attr.data-pc-section]="'sourceEmptyMessage'">
|
|
1586
|
+
<ng-container *ngTemplateOutlet="emptyMessageSourceTemplate"></ng-container>
|
|
1587
|
+
</li>
|
|
1588
|
+
<li class="p-picklist-empty-message" *ngIf="filterValueSource" [attr.data-pc-section]="'sourceEmptyMessage'">
|
|
1589
|
+
<ng-container *ngTemplateOutlet="emptyFilterMessageSourceTemplate"></ng-container>
|
|
1590
|
+
</li>
|
|
1591
|
+
</ng-container>
|
|
1592
|
+
</ul>
|
|
1593
|
+
</div>
|
|
1594
|
+
<div class="p-picklist-buttons p-picklist-transfer-buttons" [attr.data-pc-section]="'buttons'" [attr.data-pc-group-section]="'controls'">
|
|
1595
|
+
<button type="button" [attr.aria-label]="moveToTargetAriaLabel" pButton pRipple class="p-button-icon-only" [disabled]="moveRightDisabled()" (click)="moveRight()" [attr.data-pc-section]="'moveToTargetButton'">
|
|
1596
|
+
<ng-container *ngIf="!moveToTargetIconTemplate">
|
|
1597
|
+
<AngleRightIcon *ngIf="!viewChanged" [attr.data-pc-section]="'movetotargeticon'" />
|
|
1598
|
+
<AngleDownIcon *ngIf="viewChanged" [attr.data-pc-section]="'movetotargeticon'" />
|
|
1599
|
+
</ng-container>
|
|
1600
|
+
<ng-template *ngTemplateOutlet="moveToTargetIconTemplate; context: { $implicit: viewChanged }"></ng-template>
|
|
1601
|
+
</button>
|
|
1602
|
+
<button type="button" [attr.aria-label]="moveAllToTargetAriaLabel" pButton pRipple class="p-button-icon-only" [disabled]="moveAllRightDisabled()" (click)="moveAllRight()" [attr.data-pc-section]="'moveAllToTargetButton'">
|
|
1603
|
+
<ng-container *ngIf="!moveAllToTargetIconTemplate">
|
|
1604
|
+
<AngleDoubleRightIcon *ngIf="!viewChanged" [attr.data-pc-section]="'movealltotargeticon'" />
|
|
1605
|
+
<AngleDoubleDownIcon *ngIf="viewChanged" [attr.data-pc-section]="'movealltotargeticon'" />
|
|
1606
|
+
</ng-container>
|
|
1607
|
+
<ng-template *ngTemplateOutlet="moveAllToTargetIconTemplate; context: { $implicit: viewChanged }"></ng-template>
|
|
1608
|
+
</button>
|
|
1609
|
+
<button type="button" [attr.aria-label]="moveToSourceAriaLabel" pButton pRipple class="p-button-icon-only" [disabled]="moveLeftDisabled()" (click)="moveLeft()" [attr.data-pc-section]="'moveToSourceButton'">
|
|
1610
|
+
<ng-container *ngIf="!moveToSourceIconTemplate">
|
|
1611
|
+
<AngleLeftIcon *ngIf="!viewChanged" [attr.data-pc-section]="'movedownsourceticon'" />
|
|
1612
|
+
<AngleUpIcon *ngIf="viewChanged" [attr.data-pc-section]="'movedownsourceticon'" />
|
|
1613
|
+
</ng-container>
|
|
1614
|
+
<ng-template *ngTemplateOutlet="moveToSourceIconTemplate; context: { $implicit: viewChanged }"></ng-template>
|
|
1615
|
+
</button>
|
|
1616
|
+
<button type="button" [attr.aria-label]="moveAllToSourceAriaLabel" pButton pRipple class="p-button-icon-only" [disabled]="moveAllLeftDisabled()" (click)="moveAllLeft()" [attr.data-pc-section]="'moveAllToSourceButton'">
|
|
1617
|
+
<ng-container *ngIf="!moveAllToSourceIconTemplate">
|
|
1618
|
+
<AngleDoubleLeftIcon *ngIf="!viewChanged" [attr.data-pc-section]="'movealltosourceticon'" />
|
|
1619
|
+
<AngleDoubleUpIcon *ngIf="viewChanged" [attr.data-pc-section]="'movealltosourceticon'" />
|
|
1620
|
+
</ng-container>
|
|
1621
|
+
<ng-template *ngTemplateOutlet="moveAllToSourceIconTemplate; context: { $implicit: viewChanged }"></ng-template>
|
|
1622
|
+
</button>
|
|
1623
|
+
</div>
|
|
1624
|
+
<div class="p-picklist-list-wrapper p-picklist-target-wrapper" [attr.data-pc-section]="'targetWrapper'" [attr.data-pc-group-section]="'listwrapper'">
|
|
1625
|
+
<div [id]="idTarget + '_header'" class="p-picklist-header" *ngIf="targetHeader || targetHeaderTemplate" [attr.data-pc-section]="'targetHead'" [attr.data-pc-group-section]="'header'">
|
|
1626
|
+
<div class="p-picklist-title" *ngIf="!targetHeaderTemplate">{{ targetHeader }}</div>
|
|
1627
|
+
<ng-container *ngTemplateOutlet="targetHeaderTemplate"></ng-container>
|
|
1628
|
+
</div>
|
|
1629
|
+
<div class="p-picklist-filter-container" *ngIf="filterBy && showTargetFilter !== false" [attr.data-pc-section]="'targetFilterContainer'">
|
|
1630
|
+
<ng-container *ngIf="targetFilterTemplate; else builtInTargetElement">
|
|
1631
|
+
<ng-container *ngTemplateOutlet="targetFilterTemplate; context: { options: targetFilterOptions }"></ng-container>
|
|
1632
|
+
</ng-container>
|
|
1633
|
+
<ng-template #builtInTargetElement>
|
|
1634
|
+
<div class="p-picklist-filter" [attr.data-pc-section]="'targetFilter'">
|
|
1635
|
+
<input
|
|
1636
|
+
#targetFilter
|
|
1637
|
+
type="text"
|
|
1638
|
+
role="textbox"
|
|
1639
|
+
(keyup)="onFilter($event, TARGET_LIST)"
|
|
1640
|
+
class="p-picklist-filter-input p-inputtext p-component"
|
|
1641
|
+
[disabled]="disabled"
|
|
1642
|
+
[attr.placeholder]="targetFilterPlaceholder"
|
|
1643
|
+
[attr.aria-label]="ariaTargetFilterLabel"
|
|
1644
|
+
[attr.data-pc-section]="'targetFilterInput'"
|
|
1645
|
+
/>
|
|
1646
|
+
<SearchIcon *ngIf="!targetFilterIconTemplate" [styleClass]="'p-picklist-filter-icon'" [attr.data-pc-section]="'targetfiltericon'" />
|
|
1647
|
+
<span class="p-picklist-filter-icon" *ngIf="targetFilterIconTemplate" [attr.data-pc-section]="'targetfiltericon'">
|
|
1648
|
+
<ng-template *ngTemplateOutlet="targetFilterIconTemplate"></ng-template>
|
|
1649
|
+
</span>
|
|
1650
|
+
</div>
|
|
1651
|
+
</ng-template>
|
|
1652
|
+
</div>
|
|
1653
|
+
<ul
|
|
1654
|
+
#targetlist
|
|
1655
|
+
class="p-picklist-list p-picklist-target"
|
|
1656
|
+
[id]="idTarget + '_list'"
|
|
1657
|
+
[attr.aria-labelledby]="idTarget + '_header'"
|
|
1658
|
+
(keydown)="onItemKeyDown($event, selectedItemsTarget, onTargetSelect, TARGET_LIST)"
|
|
1659
|
+
(focus)="onListFocus($event, TARGET_LIST)"
|
|
1660
|
+
(blur)="onListBlur($event, TARGET_LIST)"
|
|
1661
|
+
cdkDropList
|
|
1662
|
+
[cdkDropListData]="target"
|
|
1663
|
+
(cdkDropListDropped)="onDrop($event, TARGET_LIST)"
|
|
1664
|
+
[ngStyle]="targetStyle"
|
|
1665
|
+
role="listbox"
|
|
1666
|
+
aria-multiselectable="true"
|
|
1667
|
+
[attr.aria-activedescendant]="focused['targetList'] ? focusedOptionId : undefined"
|
|
1668
|
+
[attr.tabindex]="target && target.length > 0 ? tabindex : -1"
|
|
1669
|
+
[attr.data-pc-section]="'targetList'"
|
|
1670
|
+
[attr.data-pc-group-section]="'list'"
|
|
1671
|
+
>
|
|
1672
|
+
<ng-template ngFor let-item [ngForOf]="target" [ngForTrackBy]="targetTrackBy || trackBy" let-i="index" let-l="last">
|
|
1673
|
+
<li
|
|
1674
|
+
pRipple
|
|
1675
|
+
cdkDrag
|
|
1676
|
+
[id]="idTarget + '_' + i"
|
|
1677
|
+
[ngClass]="itemClass(item, idTarget + '_' + i, selectedItemsTarget)"
|
|
1678
|
+
[cdkDragData]="item"
|
|
1679
|
+
[cdkDragDisabled]="!dragdrop"
|
|
1680
|
+
(click)="onItemClick($event, item, selectedItemsTarget, TARGET_LIST, onTargetSelect, idTarget + '_' + i)"
|
|
1681
|
+
(mousedown)="onOptionMouseDown(i, TARGET_LIST)"
|
|
1682
|
+
(dblclick)="onTargetItemDblClick()"
|
|
1683
|
+
(touchend)="onItemTouchEnd()"
|
|
1684
|
+
*ngIf="isItemVisible(item, TARGET_LIST)"
|
|
1685
|
+
role="option"
|
|
1686
|
+
[attr.data-pc-section]="'item'"
|
|
1687
|
+
[attr.aria-selected]="isSelected(item, selectedItemsTarget)"
|
|
1688
|
+
>
|
|
1689
|
+
<ng-container *ngTemplateOutlet="itemTemplate; context: { $implicit: item, index: i }"></ng-container>
|
|
1690
|
+
</li>
|
|
1691
|
+
</ng-template>
|
|
1692
|
+
<ng-container *ngIf="isEmpty(TARGET_LIST) && (emptyMessageTargetTemplate || emptyFilterMessageTargetTemplate)">
|
|
1693
|
+
<li class="p-picklist-empty-message" *ngIf="!filterValueTarget || !emptyFilterMessageTargetTemplate" [attr.data-pc-section]="'targetEmptyMessage'">
|
|
1694
|
+
<ng-container *ngTemplateOutlet="emptyMessageTargetTemplate"></ng-container>
|
|
1695
|
+
</li>
|
|
1696
|
+
<li class="p-picklist-empty-message" *ngIf="filterValueTarget" [attr.data-pc-section]="'targetEmptyMessage'">
|
|
1697
|
+
<ng-container *ngTemplateOutlet="emptyFilterMessageTargetTemplate"></ng-container>
|
|
1698
|
+
</li>
|
|
1699
|
+
</ng-container>
|
|
1700
|
+
</ul>
|
|
1701
|
+
</div>
|
|
1702
|
+
<div class="p-picklist-buttons p-picklist-target-controls" *ngIf="showTargetControls" [attr.data-pc-section]="'targetControls'" [attr.data-pc-group-section]="'controls'">
|
|
1703
|
+
<button
|
|
1704
|
+
type="button"
|
|
1705
|
+
[attr.aria-label]="moveUpAriaLabel"
|
|
1706
|
+
pButton
|
|
1707
|
+
pRipple
|
|
1708
|
+
class="p-button-icon-only"
|
|
1709
|
+
[disabled]="targetMoveDisabled()"
|
|
1710
|
+
(click)="moveUp(targetlist, target, selectedItemsTarget, onTargetReorder, TARGET_LIST)"
|
|
1711
|
+
[attr.data-pc-section]="'targetMoveUpButton'"
|
|
1712
|
+
>
|
|
1713
|
+
<AngleUpIcon *ngIf="!moveUpIconTemplate" [attr.data-pc-section]="'moveupicon'" />
|
|
1714
|
+
<ng-template *ngTemplateOutlet="moveUpIconTemplate"></ng-template>
|
|
1715
|
+
</button>
|
|
1716
|
+
<button
|
|
1717
|
+
type="button"
|
|
1718
|
+
[attr.aria-label]="moveTopAriaLabel"
|
|
1719
|
+
pButton
|
|
1720
|
+
pRipple
|
|
1721
|
+
class="p-button-icon-only"
|
|
1722
|
+
[disabled]="targetMoveDisabled()"
|
|
1723
|
+
(click)="moveTop(targetlist, target, selectedItemsTarget, onTargetReorder, TARGET_LIST)"
|
|
1724
|
+
[attr.data-pc-section]="'targetMoveTopButton'"
|
|
1725
|
+
>
|
|
1726
|
+
<AngleDoubleUpIcon *ngIf="!moveTopIconTemplate" [attr.data-pc-section]="'movetopicon'" />
|
|
1727
|
+
<ng-template *ngTemplateOutlet="moveTopIconTemplate"></ng-template>
|
|
1728
|
+
</button>
|
|
1729
|
+
<button
|
|
1730
|
+
type="button"
|
|
1731
|
+
[attr.aria-label]="moveDownAriaLabel"
|
|
1732
|
+
pButton
|
|
1733
|
+
pRipple
|
|
1734
|
+
class="p-button-icon-only"
|
|
1735
|
+
[disabled]="targetMoveDisabled()"
|
|
1736
|
+
(click)="moveDown(targetlist, target, selectedItemsTarget, onTargetReorder, TARGET_LIST)"
|
|
1737
|
+
[attr.data-pc-section]="'targetMoveDownButton'"
|
|
1738
|
+
>
|
|
1739
|
+
<AngleDownIcon *ngIf="!moveDownIconTemplate" [attr.data-pc-section]="'movedownicon'" />
|
|
1740
|
+
<ng-template *ngTemplateOutlet="moveDownIconTemplate"></ng-template>
|
|
1741
|
+
</button>
|
|
1742
|
+
<button
|
|
1743
|
+
type="button"
|
|
1744
|
+
[attr.aria-label]="moveBottomAriaLabel"
|
|
1745
|
+
pButton
|
|
1746
|
+
pRipple
|
|
1747
|
+
class="p-button-icon-only"
|
|
1748
|
+
[disabled]="targetMoveDisabled()"
|
|
1749
|
+
(click)="moveBottom(targetlist, target, selectedItemsTarget, onTargetReorder, TARGET_LIST)"
|
|
1750
|
+
[attr.data-pc-section]="'targetMoveBottomButton'"
|
|
1751
|
+
>
|
|
1752
|
+
<AngleDoubleDownIcon *ngIf="!moveBottomIconTemplate" [attr.data-pc-section]="'movebottomicon'" />
|
|
1753
|
+
<ng-template *ngTemplateOutlet="moveBottomIconTemplate"></ng-template>
|
|
1754
|
+
</button>
|
|
1755
|
+
</div>
|
|
1756
|
+
</div>
|
|
1757
|
+
`, changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, host: {
|
|
1758
|
+
class: 'cax-element'
|
|
1759
|
+
}, styles: ["@layer cax{.p-picklist{display:flex}.p-picklist-buttons{display:flex;flex-direction:column;justify-content:center}.p-picklist-list-wrapper{flex:1 1 50%}.p-picklist-list{list-style-type:none;margin:0;padding:0;overflow:auto;min-height:12rem}.p-picklist-item{display:block;cursor:pointer;overflow:hidden;position:relative}.p-picklist-item:not(.cdk-drag-disabled){cursor:move}.p-picklist-item.cdk-drag-placeholder{opacity:0}.p-picklist-item.cdk-drag-animating{transition:transform .25s cubic-bezier(0,0,.2,1)}.p-picklist-filter{position:relative}.p-picklist-filter-icon{position:absolute;top:50%;margin-top:-.5rem}.p-picklist-filter-input{width:100%}.p-picklist-list.cdk-drop-list-dragging .p-picklist-item:not(.cdk-drag-placeholder){transition:transform .25s cubic-bezier(0,0,.2,1)}}\n"] }]
|
|
1760
|
+
}], ctorParameters: () => [{ type: Document, decorators: [{
|
|
1761
|
+
type: Inject,
|
|
1762
|
+
args: [DOCUMENT]
|
|
1763
|
+
}] }, { type: undefined, decorators: [{
|
|
1764
|
+
type: Inject,
|
|
1765
|
+
args: [PLATFORM_ID]
|
|
1766
|
+
}] }, { type: i0.Renderer2 }, { type: i0.ElementRef }, { type: i0.ChangeDetectorRef }, { type: i1.FilterService }, { type: i1.caxConfig }], propDecorators: { source: [{
|
|
1767
|
+
type: Input
|
|
1768
|
+
}], target: [{
|
|
1769
|
+
type: Input
|
|
1770
|
+
}], sourceHeader: [{
|
|
1771
|
+
type: Input
|
|
1772
|
+
}], tabindex: [{
|
|
1773
|
+
type: Input,
|
|
1774
|
+
args: [{ transform: numberAttribute }]
|
|
1775
|
+
}], rightButtonAriaLabel: [{
|
|
1776
|
+
type: Input
|
|
1777
|
+
}], leftButtonAriaLabel: [{
|
|
1778
|
+
type: Input
|
|
1779
|
+
}], allRightButtonAriaLabel: [{
|
|
1780
|
+
type: Input
|
|
1781
|
+
}], allLeftButtonAriaLabel: [{
|
|
1782
|
+
type: Input
|
|
1783
|
+
}], upButtonAriaLabel: [{
|
|
1784
|
+
type: Input
|
|
1785
|
+
}], downButtonAriaLabel: [{
|
|
1786
|
+
type: Input
|
|
1787
|
+
}], topButtonAriaLabel: [{
|
|
1788
|
+
type: Input
|
|
1789
|
+
}], bottomButtonAriaLabel: [{
|
|
1790
|
+
type: Input
|
|
1791
|
+
}], targetHeader: [{
|
|
1792
|
+
type: Input
|
|
1793
|
+
}], responsive: [{
|
|
1794
|
+
type: Input,
|
|
1795
|
+
args: [{ transform: booleanAttribute }]
|
|
1796
|
+
}], filterBy: [{
|
|
1797
|
+
type: Input
|
|
1798
|
+
}], filterLocale: [{
|
|
1799
|
+
type: Input
|
|
1800
|
+
}], trackBy: [{
|
|
1801
|
+
type: Input
|
|
1802
|
+
}], sourceTrackBy: [{
|
|
1803
|
+
type: Input
|
|
1804
|
+
}], targetTrackBy: [{
|
|
1805
|
+
type: Input
|
|
1806
|
+
}], showSourceFilter: [{
|
|
1807
|
+
type: Input,
|
|
1808
|
+
args: [{ transform: booleanAttribute }]
|
|
1809
|
+
}], showTargetFilter: [{
|
|
1810
|
+
type: Input,
|
|
1811
|
+
args: [{ transform: booleanAttribute }]
|
|
1812
|
+
}], metaKeySelection: [{
|
|
1813
|
+
type: Input,
|
|
1814
|
+
args: [{ transform: booleanAttribute }]
|
|
1815
|
+
}], dragdrop: [{
|
|
1816
|
+
type: Input,
|
|
1817
|
+
args: [{ transform: booleanAttribute }]
|
|
1818
|
+
}], style: [{
|
|
1819
|
+
type: Input
|
|
1820
|
+
}], styleClass: [{
|
|
1821
|
+
type: Input
|
|
1822
|
+
}], sourceStyle: [{
|
|
1823
|
+
type: Input
|
|
1824
|
+
}], targetStyle: [{
|
|
1825
|
+
type: Input
|
|
1826
|
+
}], showSourceControls: [{
|
|
1827
|
+
type: Input,
|
|
1828
|
+
args: [{ transform: booleanAttribute }]
|
|
1829
|
+
}], showTargetControls: [{
|
|
1830
|
+
type: Input,
|
|
1831
|
+
args: [{ transform: booleanAttribute }]
|
|
1832
|
+
}], sourceFilterPlaceholder: [{
|
|
1833
|
+
type: Input
|
|
1834
|
+
}], targetFilterPlaceholder: [{
|
|
1835
|
+
type: Input
|
|
1836
|
+
}], disabled: [{
|
|
1837
|
+
type: Input,
|
|
1838
|
+
args: [{ transform: booleanAttribute }]
|
|
1839
|
+
}], ariaSourceFilterLabel: [{
|
|
1840
|
+
type: Input
|
|
1841
|
+
}], ariaTargetFilterLabel: [{
|
|
1842
|
+
type: Input
|
|
1843
|
+
}], filterMatchMode: [{
|
|
1844
|
+
type: Input
|
|
1845
|
+
}], stripedRows: [{
|
|
1846
|
+
type: Input,
|
|
1847
|
+
args: [{ transform: booleanAttribute }]
|
|
1848
|
+
}], keepSelection: [{
|
|
1849
|
+
type: Input,
|
|
1850
|
+
args: [{ transform: booleanAttribute }]
|
|
1851
|
+
}], breakpoint: [{
|
|
1852
|
+
type: Input
|
|
1853
|
+
}], onMoveToSource: [{
|
|
1854
|
+
type: Output
|
|
1855
|
+
}], onMoveAllToSource: [{
|
|
1856
|
+
type: Output
|
|
1857
|
+
}], onMoveAllToTarget: [{
|
|
1858
|
+
type: Output
|
|
1859
|
+
}], onMoveToTarget: [{
|
|
1860
|
+
type: Output
|
|
1861
|
+
}], onSourceReorder: [{
|
|
1862
|
+
type: Output
|
|
1863
|
+
}], onTargetReorder: [{
|
|
1864
|
+
type: Output
|
|
1865
|
+
}], onSourceSelect: [{
|
|
1866
|
+
type: Output
|
|
1867
|
+
}], onTargetSelect: [{
|
|
1868
|
+
type: Output
|
|
1869
|
+
}], onSourceFilter: [{
|
|
1870
|
+
type: Output
|
|
1871
|
+
}], onTargetFilter: [{
|
|
1872
|
+
type: Output
|
|
1873
|
+
}], onFocus: [{
|
|
1874
|
+
type: Output
|
|
1875
|
+
}], onBlur: [{
|
|
1876
|
+
type: Output
|
|
1877
|
+
}], listViewSourceChild: [{
|
|
1878
|
+
type: ViewChild,
|
|
1879
|
+
args: ['sourcelist']
|
|
1880
|
+
}], listViewTargetChild: [{
|
|
1881
|
+
type: ViewChild,
|
|
1882
|
+
args: ['targetlist']
|
|
1883
|
+
}], sourceFilterViewChild: [{
|
|
1884
|
+
type: ViewChild,
|
|
1885
|
+
args: ['sourceFilter']
|
|
1886
|
+
}], targetFilterViewChild: [{
|
|
1887
|
+
type: ViewChild,
|
|
1888
|
+
args: ['targetFilter']
|
|
1889
|
+
}], templates: [{
|
|
1890
|
+
type: ContentChildren,
|
|
1891
|
+
args: [CaxTemplate]
|
|
1892
|
+
}] } });
|
|
1893
|
+
const DragConfig = {
|
|
1894
|
+
zIndex: 1200
|
|
1895
|
+
};
|
|
1896
|
+
class PickListModule {
|
|
1897
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: PickListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1898
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.9", ngImport: i0, type: PickListModule, declarations: [PickList], imports: [CommonModule, ButtonModule, SharedModule, RippleModule, DragDropModule, AngleDoubleDownIcon, AngleDoubleLeftIcon, AngleDoubleRightIcon, AngleDoubleUpIcon, AngleDownIcon, AngleLeftIcon, AngleRightIcon, AngleUpIcon, SearchIcon, HomeIcon], exports: [PickList, SharedModule, DragDropModule] });
|
|
1899
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: PickListModule, providers: [{ provide: CDK_DRAG_CONFIG, useValue: DragConfig }], imports: [CommonModule, ButtonModule, SharedModule, RippleModule, DragDropModule, AngleDoubleDownIcon, AngleDoubleLeftIcon, AngleDoubleRightIcon, AngleDoubleUpIcon, AngleDownIcon, AngleLeftIcon, AngleRightIcon, AngleUpIcon, SearchIcon, HomeIcon, SharedModule, DragDropModule] });
|
|
1900
|
+
}
|
|
1901
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: PickListModule, decorators: [{
|
|
1902
|
+
type: NgModule,
|
|
1903
|
+
args: [{
|
|
1904
|
+
imports: [CommonModule, ButtonModule, SharedModule, RippleModule, DragDropModule, AngleDoubleDownIcon, AngleDoubleLeftIcon, AngleDoubleRightIcon, AngleDoubleUpIcon, AngleDownIcon, AngleLeftIcon, AngleRightIcon, AngleUpIcon, SearchIcon, HomeIcon],
|
|
1905
|
+
exports: [PickList, SharedModule, DragDropModule],
|
|
1906
|
+
declarations: [PickList],
|
|
1907
|
+
providers: [{ provide: CDK_DRAG_CONFIG, useValue: DragConfig }]
|
|
1908
|
+
}]
|
|
1909
|
+
}] });
|
|
1910
|
+
|
|
1911
|
+
/**
|
|
1912
|
+
* Generated bundle index. Do not edit.
|
|
1913
|
+
*/
|
|
1914
|
+
|
|
1915
|
+
export { PickList, PickListModule };
|
|
1916
|
+
//# sourceMappingURL=cax-design-system-picklist.mjs.map
|