@qius.solutions/parallel-ui-angular 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/LICENSE +88 -0
- package/README.md +254 -0
- package/accordion/accordion.d.ts +77 -0
- package/accordion/index.d.ts +5 -0
- package/accordion/public_api.d.ts +1 -0
- package/animate/animate.d.ts +27 -0
- package/animate/index.d.ts +5 -0
- package/animate/public_api.d.ts +1 -0
- package/api/blockableui.d.ts +3 -0
- package/api/confirmaeventtype.d.ts +5 -0
- package/api/confirmation.d.ts +24 -0
- package/api/confirmationservice.d.ts +13 -0
- package/api/contextmenuservice.d.ts +10 -0
- package/api/filtermatchmode.d.ts +22 -0
- package/api/filtermetadata.d.ts +5 -0
- package/api/filteroperator.d.ts +4 -0
- package/api/filterservice.d.ts +29 -0
- package/api/index.d.ts +5 -0
- package/api/lazyloadevent.d.ts +15 -0
- package/api/megamenuitem.d.ts +36 -0
- package/api/menuitem.d.ts +55 -0
- package/api/message.d.ts +15 -0
- package/api/messageservice.d.ts +13 -0
- package/api/overlayoptions.d.ts +50 -0
- package/api/overlayservice.d.ts +9 -0
- package/api/parallel-ui-angular-config.d.ts +20 -0
- package/api/parallel-ui-icons.d.ts +260 -0
- package/api/public_api.d.ts +29 -0
- package/api/selectitem.d.ts +8 -0
- package/api/selectitemgroup.d.ts +6 -0
- package/api/shared.d.ts +25 -0
- package/api/sortevent.d.ts +8 -0
- package/api/sortmeta.d.ts +4 -0
- package/api/tablestate.d.ts +20 -0
- package/api/translation.d.ts +47 -0
- package/api/translationkeys.d.ts +42 -0
- package/api/treedragdropservice.d.ts +12 -0
- package/api/treenode.d.ts +19 -0
- package/api/treenodedragevent.d.ts +8 -0
- package/autocomplete/autocomplete.d.ts +183 -0
- package/autocomplete/index.d.ts +5 -0
- package/autocomplete/public_api.d.ts +1 -0
- package/autofocus/autofocus.d.ts +17 -0
- package/autofocus/index.d.ts +5 -0
- package/autofocus/public_api.d.ts +1 -0
- package/avatar/avatar.d.ts +28 -0
- package/avatar/index.d.ts +5 -0
- package/avatar/public_api.d.ts +1 -0
- package/avatargroup/avatargroup.d.ts +13 -0
- package/avatargroup/index.d.ts +5 -0
- package/avatargroup/public_api.d.ts +1 -0
- package/badge/badge.d.ts +56 -0
- package/badge/index.d.ts +5 -0
- package/badge/public_api.d.ts +1 -0
- package/baseicon/baseicon.d.ts +14 -0
- package/baseicon/index.d.ts +5 -0
- package/baseicon/public_api.d.ts +1 -0
- package/blockui/blockui.d.ts +37 -0
- package/blockui/index.d.ts +5 -0
- package/blockui/public_api.d.ts +1 -0
- package/breadcrumb/breadcrumb.d.ts +29 -0
- package/breadcrumb/index.d.ts +5 -0
- package/breadcrumb/public_api.d.ts +1 -0
- package/button/button.d.ts +87 -0
- package/button/index.d.ts +5 -0
- package/button/public_api.d.ts +1 -0
- package/calendar/calendar.d.ts +353 -0
- package/calendar/index.d.ts +5 -0
- package/calendar/public_api.d.ts +1 -0
- package/card/card.d.ts +30 -0
- package/card/index.d.ts +5 -0
- package/card/public_api.d.ts +1 -0
- package/carousel/carousel.d.ts +112 -0
- package/carousel/index.d.ts +5 -0
- package/carousel/public_api.d.ts +1 -0
- package/cascadeselect/cascadeselect.d.ts +156 -0
- package/cascadeselect/index.d.ts +5 -0
- package/cascadeselect/public_api.d.ts +1 -0
- package/chart/chart.d.ts +39 -0
- package/chart/index.d.ts +5 -0
- package/chart/public_api.d.ts +1 -0
- package/checkbox/checkbox.d.ts +56 -0
- package/checkbox/index.d.ts +5 -0
- package/checkbox/public_api.d.ts +1 -0
- package/chip/chip.d.ts +33 -0
- package/chip/index.d.ts +5 -0
- package/chip/public_api.d.ts +1 -0
- package/chips/chips.d.ts +73 -0
- package/chips/index.d.ts +5 -0
- package/chips/public_api.d.ts +1 -0
- package/colorpicker/colorpicker.d.ts +141 -0
- package/colorpicker/index.d.ts +5 -0
- package/colorpicker/public_api.d.ts +1 -0
- package/confirmdialog/confirmdialog.d.ts +116 -0
- package/confirmdialog/index.d.ts +5 -0
- package/confirmdialog/public_api.d.ts +1 -0
- package/confirmpopup/confirmpopup.d.ts +71 -0
- package/confirmpopup/index.d.ts +5 -0
- package/confirmpopup/public_api.d.ts +1 -0
- package/contextmenu/contextmenu.d.ts +92 -0
- package/contextmenu/index.d.ts +5 -0
- package/contextmenu/public_api.d.ts +1 -0
- package/dataview/dataview.d.ts +104 -0
- package/dataview/index.d.ts +5 -0
- package/dataview/public_api.d.ts +1 -0
- package/defer/defer.d.ts +29 -0
- package/defer/index.d.ts +5 -0
- package/defer/public_api.d.ts +1 -0
- package/dialog/dialog.d.ts +155 -0
- package/dialog/index.d.ts +5 -0
- package/dialog/public_api.d.ts +1 -0
- package/divider/divider.d.ts +29 -0
- package/divider/index.d.ts +5 -0
- package/divider/public_api.d.ts +1 -0
- package/dock/dock.d.ts +43 -0
- package/dock/index.d.ts +5 -0
- package/dock/public_api.d.ts +1 -0
- package/dom/connectedoverlayscrollhandler.d.ts +9 -0
- package/dom/domhandler.d.ts +82 -0
- package/dom/index.d.ts +5 -0
- package/dom/public_api.d.ts +2 -0
- package/dragdrop/dragdrop.d.ts +65 -0
- package/dragdrop/index.d.ts +5 -0
- package/dragdrop/public_api.d.ts +1 -0
- package/dropdown/dropdown.d.ts +225 -0
- package/dropdown/index.d.ts +5 -0
- package/dropdown/public_api.d.ts +1 -0
- package/dynamicdialog/dialogservice.d.ts +18 -0
- package/dynamicdialog/dynamicdialog-config.d.ts +29 -0
- package/dynamicdialog/dynamicdialog-injector.d.ts +8 -0
- package/dynamicdialog/dynamicdialog-ref.d.ts +25 -0
- package/dynamicdialog/dynamicdialog.d.ts +101 -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 +50 -0
- package/editor/index.d.ts +5 -0
- package/editor/public_api.d.ts +1 -0
- package/esm2020/accordion/accordion.mjs +396 -0
- package/esm2020/accordion/public_api.mjs +2 -0
- package/esm2020/accordion/qius.solutions-parallel-ui-angular-accordion.mjs +5 -0
- package/esm2020/animate/animate.mjs +79 -0
- package/esm2020/animate/public_api.mjs +2 -0
- package/esm2020/animate/qius.solutions-parallel-ui-angular-animate.mjs +5 -0
- package/esm2020/api/blockableui.mjs +2 -0
- package/esm2020/api/confirmaeventtype.mjs +7 -0
- package/esm2020/api/confirmation.mjs +2 -0
- package/esm2020/api/confirmationservice.mjs +28 -0
- package/esm2020/api/contextmenuservice.mjs +23 -0
- package/esm2020/api/filtermatchmode.mjs +23 -0
- package/esm2020/api/filtermetadata.mjs +2 -0
- package/esm2020/api/filteroperator.mjs +5 -0
- package/esm2020/api/filterservice.mjs +221 -0
- package/esm2020/api/lazyloadevent.mjs +2 -0
- package/esm2020/api/megamenuitem.mjs +2 -0
- package/esm2020/api/menuitem.mjs +2 -0
- package/esm2020/api/message.mjs +2 -0
- package/esm2020/api/messageservice.mjs +30 -0
- package/esm2020/api/overlayoptions.mjs +2 -0
- package/esm2020/api/overlayservice.mjs +21 -0
- package/esm2020/api/parallel-ui-angular-config.mjs +84 -0
- package/esm2020/api/parallel-ui-icons.mjs +261 -0
- package/esm2020/api/public_api.mjs +30 -0
- package/esm2020/api/qius.solutions-parallel-ui-angular-api.mjs +5 -0
- package/esm2020/api/selectitem.mjs +2 -0
- package/esm2020/api/selectitemgroup.mjs +2 -0
- package/esm2020/api/shared.mjs +62 -0
- package/esm2020/api/sortevent.mjs +2 -0
- package/esm2020/api/sortmeta.mjs +2 -0
- package/esm2020/api/tablestate.mjs +2 -0
- package/esm2020/api/translation.mjs +2 -0
- package/esm2020/api/translationkeys.mjs +43 -0
- package/esm2020/api/treedragdropservice.mjs +23 -0
- package/esm2020/api/treenode.mjs +2 -0
- package/esm2020/api/treenodedragevent.mjs +2 -0
- package/esm2020/autocomplete/autocomplete.mjs +1144 -0
- package/esm2020/autocomplete/public_api.mjs +2 -0
- package/esm2020/autocomplete/qius.solutions-parallel-ui-angular-autocomplete.mjs +5 -0
- package/esm2020/autofocus/autofocus.mjs +51 -0
- package/esm2020/autofocus/public_api.mjs +2 -0
- package/esm2020/autofocus/qius.solutions-parallel-ui-angular-autofocus.mjs +5 -0
- package/esm2020/avatar/avatar.mjs +75 -0
- package/esm2020/avatar/public_api.mjs +2 -0
- package/esm2020/avatar/qius.solutions-parallel-ui-angular-avatar.mjs +5 -0
- package/esm2020/avatargroup/avatargroup.mjs +40 -0
- package/esm2020/avatargroup/public_api.mjs +2 -0
- package/esm2020/avatargroup/qius.solutions-parallel-ui-angular-avatargroup.mjs +5 -0
- package/esm2020/badge/badge.mjs +182 -0
- package/esm2020/badge/public_api.mjs +2 -0
- package/esm2020/badge/qius.solutions-parallel-ui-angular-badge.mjs +5 -0
- package/esm2020/baseicon/baseicon.mjs +41 -0
- package/esm2020/baseicon/public_api.mjs +2 -0
- package/esm2020/baseicon/qius.solutions-parallel-ui-angular-baseicon.mjs +5 -0
- package/esm2020/blockui/blockui.mjs +140 -0
- package/esm2020/blockui/public_api.mjs +2 -0
- package/esm2020/blockui/qius.solutions-parallel-ui-angular-blockui.mjs +5 -0
- package/esm2020/breadcrumb/breadcrumb.mjs +296 -0
- package/esm2020/breadcrumb/public_api.mjs +2 -0
- package/esm2020/breadcrumb/qius.solutions-parallel-ui-angular-breadcrumb.mjs +5 -0
- package/esm2020/button/button.mjs +362 -0
- package/esm2020/button/public_api.mjs +2 -0
- package/esm2020/button/qius.solutions-parallel-ui-angular-button.mjs +5 -0
- package/esm2020/calendar/calendar.mjs +3123 -0
- package/esm2020/calendar/public_api.mjs +2 -0
- package/esm2020/calendar/qius.solutions-parallel-ui-angular-calendar.mjs +5 -0
- package/esm2020/card/card.mjs +126 -0
- package/esm2020/card/public_api.mjs +2 -0
- package/esm2020/card/qius.solutions-parallel-ui-angular-card.mjs +5 -0
- package/esm2020/carousel/carousel.mjs +696 -0
- package/esm2020/carousel/public_api.mjs +2 -0
- package/esm2020/carousel/qius.solutions-parallel-ui-angular-carousel.mjs +5 -0
- package/esm2020/cascadeselect/cascadeselect.mjs +766 -0
- package/esm2020/cascadeselect/public_api.mjs +2 -0
- package/esm2020/cascadeselect/qius.solutions-parallel-ui-angular-cascadeselect.mjs +5 -0
- package/esm2020/chart/chart.mjs +142 -0
- package/esm2020/chart/public_api.mjs +2 -0
- package/esm2020/chart/qius.solutions-parallel-ui-angular-chart.mjs +5 -0
- package/esm2020/checkbox/checkbox.mjs +247 -0
- package/esm2020/checkbox/public_api.mjs +2 -0
- package/esm2020/checkbox/qius.solutions-parallel-ui-angular-checkbox.mjs +5 -0
- package/esm2020/chip/chip.mjs +113 -0
- package/esm2020/chip/public_api.mjs +2 -0
- package/esm2020/chip/qius.solutions-parallel-ui-angular-chip.mjs +5 -0
- package/esm2020/chips/chips.mjs +375 -0
- package/esm2020/chips/public_api.mjs +2 -0
- package/esm2020/chips/qius.solutions-parallel-ui-angular-chips.mjs +5 -0
- package/esm2020/colorpicker/colorpicker.mjs +685 -0
- package/esm2020/colorpicker/public_api.mjs +2 -0
- package/esm2020/colorpicker/qius.solutions-parallel-ui-angular-colorpicker.mjs +5 -0
- package/esm2020/confirmdialog/confirmdialog.mjs +606 -0
- package/esm2020/confirmdialog/public_api.mjs +2 -0
- package/esm2020/confirmdialog/qius.solutions-parallel-ui-angular-confirmdialog.mjs +5 -0
- package/esm2020/confirmpopup/confirmpopup.mjs +394 -0
- package/esm2020/confirmpopup/public_api.mjs +2 -0
- package/esm2020/confirmpopup/qius.solutions-parallel-ui-angular-confirmpopup.mjs +5 -0
- package/esm2020/contextmenu/contextmenu.mjs +691 -0
- package/esm2020/contextmenu/public_api.mjs +2 -0
- package/esm2020/contextmenu/qius.solutions-parallel-ui-angular-contextmenu.mjs +5 -0
- package/esm2020/dataview/dataview.mjs +512 -0
- package/esm2020/dataview/public_api.mjs +2 -0
- package/esm2020/dataview/qius.solutions-parallel-ui-angular-dataview.mjs +5 -0
- package/esm2020/defer/defer.mjs +92 -0
- package/esm2020/defer/public_api.mjs +2 -0
- package/esm2020/defer/qius.solutions-parallel-ui-angular-defer.mjs +5 -0
- package/esm2020/dialog/dialog.mjs +833 -0
- package/esm2020/dialog/public_api.mjs +2 -0
- package/esm2020/dialog/qius.solutions-parallel-ui-angular-dialog.mjs +5 -0
- package/esm2020/divider/divider.mjs +69 -0
- package/esm2020/divider/public_api.mjs +2 -0
- package/esm2020/divider/qius.solutions-parallel-ui-angular-divider.mjs +5 -0
- package/esm2020/dock/dock.mjs +210 -0
- package/esm2020/dock/public_api.mjs +2 -0
- package/esm2020/dock/qius.solutions-parallel-ui-angular-dock.mjs +5 -0
- package/esm2020/dom/connectedoverlayscrollhandler.mjs +27 -0
- package/esm2020/dom/domhandler.mjs +600 -0
- package/esm2020/dom/public_api.mjs +3 -0
- package/esm2020/dom/qius.solutions-parallel-ui-angular-dom.mjs +5 -0
- package/esm2020/dragdrop/dragdrop.mjs +251 -0
- package/esm2020/dragdrop/public_api.mjs +2 -0
- package/esm2020/dragdrop/qius.solutions-parallel-ui-angular-dragdrop.mjs +5 -0
- package/esm2020/dropdown/dropdown.mjs +1372 -0
- package/esm2020/dropdown/public_api.mjs +2 -0
- package/esm2020/dropdown/qius.solutions-parallel-ui-angular-dropdown.mjs +5 -0
- package/esm2020/dynamicdialog/dialogservice.mjs +60 -0
- package/esm2020/dynamicdialog/dynamicdialog-config.mjs +3 -0
- package/esm2020/dynamicdialog/dynamicdialog-injector.mjs +13 -0
- package/esm2020/dynamicdialog/dynamicdialog-ref.mjs +41 -0
- package/esm2020/dynamicdialog/dynamicdialog.mjs +562 -0
- package/esm2020/dynamicdialog/dynamicdialogcontent.mjs +19 -0
- package/esm2020/dynamicdialog/public_api.mjs +7 -0
- package/esm2020/dynamicdialog/qius.solutions-parallel-ui-angular-dynamicdialog.mjs +5 -0
- package/esm2020/editor/editor.mjs +309 -0
- package/esm2020/editor/public_api.mjs +2 -0
- package/esm2020/editor/qius.solutions-parallel-ui-angular-editor.mjs +5 -0
- package/esm2020/fieldset/fieldset.mjs +214 -0
- package/esm2020/fieldset/public_api.mjs +2 -0
- package/esm2020/fieldset/qius.solutions-parallel-ui-angular-fieldset.mjs +5 -0
- package/esm2020/fileupload/fileupload.mjs +754 -0
- package/esm2020/fileupload/public_api.mjs +2 -0
- package/esm2020/fileupload/qius.solutions-parallel-ui-angular-fileupload.mjs +5 -0
- package/esm2020/focustrap/focustrap.mjs +52 -0
- package/esm2020/focustrap/public_api.mjs +2 -0
- package/esm2020/focustrap/qius.solutions-parallel-ui-angular-focustrap.mjs +5 -0
- package/esm2020/galleria/galleria.mjs +1187 -0
- package/esm2020/galleria/public_api.mjs +2 -0
- package/esm2020/galleria/qius.solutions-parallel-ui-angular-galleria.mjs +5 -0
- package/esm2020/icons/angledoubledown/angledoubledown.mjs +35 -0
- package/esm2020/icons/angledoubledown/public_api.mjs +2 -0
- package/esm2020/icons/angledoubledown/qius.solutions-parallel-ui-angular-icons-angledoubledown.mjs +5 -0
- package/esm2020/icons/angledoubleleft/angledoubleleft.mjs +35 -0
- package/esm2020/icons/angledoubleleft/public_api.mjs +2 -0
- package/esm2020/icons/angledoubleleft/qius.solutions-parallel-ui-angular-icons-angledoubleleft.mjs +5 -0
- package/esm2020/icons/angledoubleright/angledoubleright.mjs +35 -0
- package/esm2020/icons/angledoubleright/public_api.mjs +2 -0
- package/esm2020/icons/angledoubleright/qius.solutions-parallel-ui-angular-icons-angledoubleright.mjs +5 -0
- package/esm2020/icons/angledoubleup/angledoubleup.mjs +35 -0
- package/esm2020/icons/angledoubleup/public_api.mjs +2 -0
- package/esm2020/icons/angledoubleup/qius.solutions-parallel-ui-angular-icons-angledoubleup.mjs +5 -0
- package/esm2020/icons/angledown/angledown.mjs +31 -0
- package/esm2020/icons/angledown/public_api.mjs +2 -0
- package/esm2020/icons/angledown/qius.solutions-parallel-ui-angular-icons-angledown.mjs +5 -0
- package/esm2020/icons/angleleft/angleleft.mjs +31 -0
- package/esm2020/icons/angleleft/public_api.mjs +2 -0
- package/esm2020/icons/angleleft/qius.solutions-parallel-ui-angular-icons-angleleft.mjs +5 -0
- package/esm2020/icons/angleright/angleright.mjs +31 -0
- package/esm2020/icons/angleright/public_api.mjs +2 -0
- package/esm2020/icons/angleright/qius.solutions-parallel-ui-angular-icons-angleright.mjs +5 -0
- package/esm2020/icons/angleup/angleup.mjs +31 -0
- package/esm2020/icons/angleup/public_api.mjs +2 -0
- package/esm2020/icons/angleup/qius.solutions-parallel-ui-angular-icons-angleup.mjs +5 -0
- package/esm2020/icons/arrowdown/arrowdown.mjs +49 -0
- package/esm2020/icons/arrowdown/public_api.mjs +2 -0
- package/esm2020/icons/arrowdown/qius.solutions-parallel-ui-angular-icons-arrowdown.mjs +5 -0
- package/esm2020/icons/arrowdownleft/arrowdownleft.mjs +31 -0
- package/esm2020/icons/arrowdownleft/public_api.mjs +2 -0
- package/esm2020/icons/arrowdownleft/qius.solutions-parallel-ui-angular-icons-arrowdownleft.mjs +5 -0
- package/esm2020/icons/arrowdownright/arrowdownright.mjs +31 -0
- package/esm2020/icons/arrowdownright/public_api.mjs +2 -0
- package/esm2020/icons/arrowdownright/qius.solutions-parallel-ui-angular-icons-arrowdownright.mjs +5 -0
- package/esm2020/icons/arrowleft/arrowleft.mjs +49 -0
- package/esm2020/icons/arrowleft/public_api.mjs +2 -0
- package/esm2020/icons/arrowleft/qius.solutions-parallel-ui-angular-icons-arrowleft.mjs +5 -0
- package/esm2020/icons/arrowright/arrowright.mjs +35 -0
- package/esm2020/icons/arrowright/public_api.mjs +2 -0
- package/esm2020/icons/arrowright/qius.solutions-parallel-ui-angular-icons-arrowright.mjs +5 -0
- package/esm2020/icons/arrowup/arrowup.mjs +49 -0
- package/esm2020/icons/arrowup/public_api.mjs +2 -0
- package/esm2020/icons/arrowup/qius.solutions-parallel-ui-angular-icons-arrowup.mjs +5 -0
- package/esm2020/icons/ban/ban.mjs +45 -0
- package/esm2020/icons/ban/public_api.mjs +2 -0
- package/esm2020/icons/ban/qius.solutions-parallel-ui-angular-icons-ban.mjs +5 -0
- package/esm2020/icons/bars/bars.mjs +35 -0
- package/esm2020/icons/bars/public_api.mjs +2 -0
- package/esm2020/icons/bars/qius.solutions-parallel-ui-angular-icons-bars.mjs +5 -0
- package/esm2020/icons/calendar/calendar.mjs +31 -0
- package/esm2020/icons/calendar/public_api.mjs +2 -0
- package/esm2020/icons/calendar/qius.solutions-parallel-ui-angular-icons-calendar.mjs +5 -0
- package/esm2020/icons/caretleft/caretleft.mjs +31 -0
- package/esm2020/icons/caretleft/public_api.mjs +2 -0
- package/esm2020/icons/caretleft/qius.solutions-parallel-ui-angular-icons-caretleft.mjs +5 -0
- package/esm2020/icons/caretright/caretright.mjs +31 -0
- package/esm2020/icons/caretright/public_api.mjs +2 -0
- package/esm2020/icons/caretright/qius.solutions-parallel-ui-angular-icons-caretright.mjs +5 -0
- package/esm2020/icons/check/check.mjs +31 -0
- package/esm2020/icons/check/public_api.mjs +2 -0
- package/esm2020/icons/check/qius.solutions-parallel-ui-angular-icons-check.mjs +5 -0
- package/esm2020/icons/chevrondown/chevrondown.mjs +31 -0
- package/esm2020/icons/chevrondown/public_api.mjs +2 -0
- package/esm2020/icons/chevrondown/qius.solutions-parallel-ui-angular-icons-chevrondown.mjs +5 -0
- package/esm2020/icons/chevronleft/chevronleft.mjs +31 -0
- package/esm2020/icons/chevronleft/public_api.mjs +2 -0
- package/esm2020/icons/chevronleft/qius.solutions-parallel-ui-angular-icons-chevronleft.mjs +5 -0
- package/esm2020/icons/chevronright/chevronright.mjs +31 -0
- package/esm2020/icons/chevronright/public_api.mjs +2 -0
- package/esm2020/icons/chevronright/qius.solutions-parallel-ui-angular-icons-chevronright.mjs +5 -0
- package/esm2020/icons/chevronup/chevronup.mjs +31 -0
- package/esm2020/icons/chevronup/public_api.mjs +2 -0
- package/esm2020/icons/chevronup/qius.solutions-parallel-ui-angular-icons-chevronup.mjs +5 -0
- package/esm2020/icons/exclamationtriangle/exclamationtriangle.mjs +61 -0
- package/esm2020/icons/exclamationtriangle/public_api.mjs +2 -0
- package/esm2020/icons/exclamationtriangle/qius.solutions-parallel-ui-angular-icons-exclamationtriangle.mjs +5 -0
- package/esm2020/icons/eye/eye.mjs +35 -0
- package/esm2020/icons/eye/public_api.mjs +2 -0
- package/esm2020/icons/eye/qius.solutions-parallel-ui-angular-icons-eye.mjs +5 -0
- package/esm2020/icons/eyeslash/eyeslash.mjs +49 -0
- package/esm2020/icons/eyeslash/public_api.mjs +2 -0
- package/esm2020/icons/eyeslash/qius.solutions-parallel-ui-angular-icons-eyeslash.mjs +5 -0
- package/esm2020/icons/filter/filter.mjs +45 -0
- package/esm2020/icons/filter/public_api.mjs +2 -0
- package/esm2020/icons/filter/qius.solutions-parallel-ui-angular-icons-filter.mjs +5 -0
- package/esm2020/icons/filterslash/filterslash.mjs +49 -0
- package/esm2020/icons/filterslash/public_api.mjs +2 -0
- package/esm2020/icons/filterslash/qius.solutions-parallel-ui-angular-icons-filterslash.mjs +5 -0
- package/esm2020/icons/home/home.mjs +49 -0
- package/esm2020/icons/home/public_api.mjs +2 -0
- package/esm2020/icons/home/qius.solutions-parallel-ui-angular-icons-home.mjs +5 -0
- package/esm2020/icons/infocircle/infocircle.mjs +49 -0
- package/esm2020/icons/infocircle/public_api.mjs +2 -0
- package/esm2020/icons/infocircle/qius.solutions-parallel-ui-angular-icons-infocircle.mjs +5 -0
- package/esm2020/icons/minus/minus.mjs +32 -0
- package/esm2020/icons/minus/public_api.mjs +2 -0
- package/esm2020/icons/minus/qius.solutions-parallel-ui-angular-icons-minus.mjs +5 -0
- package/esm2020/icons/pencil/pencil.mjs +45 -0
- package/esm2020/icons/pencil/public_api.mjs +2 -0
- package/esm2020/icons/pencil/qius.solutions-parallel-ui-angular-icons-pencil.mjs +5 -0
- package/esm2020/icons/plus/plus.mjs +45 -0
- package/esm2020/icons/plus/public_api.mjs +2 -0
- package/esm2020/icons/plus/qius.solutions-parallel-ui-angular-icons-plus.mjs +5 -0
- package/esm2020/icons/refresh/public_api.mjs +2 -0
- package/esm2020/icons/refresh/qius.solutions-parallel-ui-angular-icons-refresh.mjs +5 -0
- package/esm2020/icons/refresh/refresh.mjs +49 -0
- package/esm2020/icons/search/public_api.mjs +2 -0
- package/esm2020/icons/search/qius.solutions-parallel-ui-angular-icons-search.mjs +5 -0
- package/esm2020/icons/search/search.mjs +49 -0
- package/esm2020/icons/searchminus/public_api.mjs +2 -0
- package/esm2020/icons/searchminus/qius.solutions-parallel-ui-angular-icons-searchminus.mjs +5 -0
- package/esm2020/icons/searchminus/searchminus.mjs +49 -0
- package/esm2020/icons/searchplus/public_api.mjs +2 -0
- package/esm2020/icons/searchplus/qius.solutions-parallel-ui-angular-icons-searchplus.mjs +5 -0
- package/esm2020/icons/searchplus/searchplus.mjs +49 -0
- package/esm2020/icons/sortalt/public_api.mjs +2 -0
- package/esm2020/icons/sortalt/qius.solutions-parallel-ui-angular-icons-sortalt.mjs +5 -0
- package/esm2020/icons/sortalt/sortalt.mjs +57 -0
- package/esm2020/icons/sortamountdown/public_api.mjs +2 -0
- package/esm2020/icons/sortamountdown/qius.solutions-parallel-ui-angular-icons-sortamountdown.mjs +5 -0
- package/esm2020/icons/sortamountdown/sortamountdown.mjs +85 -0
- package/esm2020/icons/sortamountupalt/public_api.mjs +2 -0
- package/esm2020/icons/sortamountupalt/qius.solutions-parallel-ui-angular-icons-sortamountupalt.mjs +5 -0
- package/esm2020/icons/sortamountupalt/sortamountupalt.mjs +85 -0
- package/esm2020/icons/spinner/public_api.mjs +2 -0
- package/esm2020/icons/spinner/qius.solutions-parallel-ui-angular-icons-spinner.mjs +5 -0
- package/esm2020/icons/spinner/spinner.mjs +45 -0
- package/esm2020/icons/star/public_api.mjs +2 -0
- package/esm2020/icons/star/qius.solutions-parallel-ui-angular-icons-star.mjs +5 -0
- package/esm2020/icons/star/star.mjs +45 -0
- package/esm2020/icons/starfill/public_api.mjs +2 -0
- package/esm2020/icons/starfill/qius.solutions-parallel-ui-angular-icons-starfill.mjs +5 -0
- package/esm2020/icons/starfill/starfill.mjs +45 -0
- package/esm2020/icons/thlarge/public_api.mjs +2 -0
- package/esm2020/icons/thlarge/qius.solutions-parallel-ui-angular-icons-thlarge.mjs +5 -0
- package/esm2020/icons/thlarge/thlarge.mjs +49 -0
- package/esm2020/icons/times/public_api.mjs +2 -0
- package/esm2020/icons/times/qius.solutions-parallel-ui-angular-icons-times.mjs +5 -0
- package/esm2020/icons/times/times.mjs +31 -0
- package/esm2020/icons/timescircle/public_api.mjs +2 -0
- package/esm2020/icons/timescircle/qius.solutions-parallel-ui-angular-icons-timescircle.mjs +5 -0
- package/esm2020/icons/timescircle/timescircle.mjs +49 -0
- package/esm2020/icons/trash/public_api.mjs +2 -0
- package/esm2020/icons/trash/qius.solutions-parallel-ui-angular-icons-trash.mjs +5 -0
- package/esm2020/icons/trash/trash.mjs +49 -0
- package/esm2020/icons/undo/public_api.mjs +2 -0
- package/esm2020/icons/undo/qius.solutions-parallel-ui-angular-icons-undo.mjs +5 -0
- package/esm2020/icons/undo/undo.mjs +49 -0
- package/esm2020/icons/upload/public_api.mjs +2 -0
- package/esm2020/icons/upload/qius.solutions-parallel-ui-angular-icons-upload.mjs +5 -0
- package/esm2020/icons/upload/upload.mjs +49 -0
- package/esm2020/icons/windowmaximize/public_api.mjs +2 -0
- package/esm2020/icons/windowmaximize/qius.solutions-parallel-ui-angular-icons-windowmaximize.mjs +5 -0
- package/esm2020/icons/windowmaximize/windowmaximize.mjs +49 -0
- package/esm2020/icons/windowminimize/public_api.mjs +2 -0
- package/esm2020/icons/windowminimize/qius.solutions-parallel-ui-angular-icons-windowminimize.mjs +5 -0
- package/esm2020/icons/windowminimize/windowminimize.mjs +49 -0
- package/esm2020/image/image.mjs +321 -0
- package/esm2020/image/public_api.mjs +2 -0
- package/esm2020/image/qius.solutions-parallel-ui-angular-image.mjs +5 -0
- package/esm2020/inplace/inplace.mjs +168 -0
- package/esm2020/inplace/public_api.mjs +2 -0
- package/esm2020/inplace/qius.solutions-parallel-ui-angular-inplace.mjs +5 -0
- package/esm2020/inputmask/inputmask.mjs +697 -0
- package/esm2020/inputmask/public_api.mjs +2 -0
- package/esm2020/inputmask/qius.solutions-parallel-ui-angular-inputmask.mjs +5 -0
- package/esm2020/inputnumber/inputnumber.mjs +1189 -0
- package/esm2020/inputnumber/public_api.mjs +2 -0
- package/esm2020/inputnumber/qius.solutions-parallel-ui-angular-inputnumber.mjs +5 -0
- package/esm2020/inputswitch/inputswitch.mjs +160 -0
- package/esm2020/inputswitch/public_api.mjs +2 -0
- package/esm2020/inputswitch/qius.solutions-parallel-ui-angular-inputswitch.mjs +5 -0
- package/esm2020/inputtext/inputtext.mjs +55 -0
- package/esm2020/inputtext/public_api.mjs +2 -0
- package/esm2020/inputtext/qius.solutions-parallel-ui-angular-inputtext.mjs +5 -0
- package/esm2020/inputtextarea/inputtextarea.mjs +117 -0
- package/esm2020/inputtextarea/public_api.mjs +2 -0
- package/esm2020/inputtextarea/qius.solutions-parallel-ui-angular-inputtextarea.mjs +5 -0
- package/esm2020/keyfilter/keyfilter.mjs +214 -0
- package/esm2020/keyfilter/public_api.mjs +2 -0
- package/esm2020/keyfilter/qius.solutions-parallel-ui-angular-keyfilter.mjs +5 -0
- package/esm2020/knob/knob.mjs +283 -0
- package/esm2020/knob/public_api.mjs +2 -0
- package/esm2020/knob/qius.solutions-parallel-ui-angular-knob.mjs +5 -0
- package/esm2020/listbox/listbox.mjs +800 -0
- package/esm2020/listbox/public_api.mjs +2 -0
- package/esm2020/listbox/qius.solutions-parallel-ui-angular-listbox.mjs +5 -0
- package/esm2020/megamenu/megamenu.mjs +464 -0
- package/esm2020/megamenu/public_api.mjs +2 -0
- package/esm2020/megamenu/qius.solutions-parallel-ui-angular-megamenu.mjs +5 -0
- package/esm2020/menu/menu.mjs +548 -0
- package/esm2020/menu/public_api.mjs +2 -0
- package/esm2020/menu/qius.solutions-parallel-ui-angular-menu.mjs +5 -0
- package/esm2020/menubar/menubar.mjs +515 -0
- package/esm2020/menubar/public_api.mjs +2 -0
- package/esm2020/menubar/qius.solutions-parallel-ui-angular-menubar.mjs +5 -0
- package/esm2020/message/message.mjs +103 -0
- package/esm2020/message/public_api.mjs +2 -0
- package/esm2020/message/qius.solutions-parallel-ui-angular-message.mjs +5 -0
- package/esm2020/messages/messages.mjs +272 -0
- package/esm2020/messages/public_api.mjs +2 -0
- package/esm2020/messages/qius.solutions-parallel-ui-angular-messages.mjs +5 -0
- package/esm2020/multiselect/multiselect.mjs +1411 -0
- package/esm2020/multiselect/public_api.mjs +2 -0
- package/esm2020/multiselect/qius.solutions-parallel-ui-angular-multiselect.mjs +5 -0
- package/esm2020/orderlist/orderlist.mjs +621 -0
- package/esm2020/orderlist/public_api.mjs +2 -0
- package/esm2020/orderlist/qius.solutions-parallel-ui-angular-orderlist.mjs +5 -0
- package/esm2020/organizationchart/organizationchart.mjs +319 -0
- package/esm2020/organizationchart/public_api.mjs +2 -0
- package/esm2020/organizationchart/qius.solutions-parallel-ui-angular-organizationchart.mjs +5 -0
- package/esm2020/overlay/overlay.mjs +520 -0
- package/esm2020/overlay/public_api.mjs +2 -0
- package/esm2020/overlay/qius.solutions-parallel-ui-angular-overlay.mjs +5 -0
- package/esm2020/overlaypanel/overlaypanel.mjs +410 -0
- package/esm2020/overlaypanel/public_api.mjs +2 -0
- package/esm2020/overlaypanel/qius.solutions-parallel-ui-angular-overlaypanel.mjs +5 -0
- package/esm2020/paginator/paginator.mjs +405 -0
- package/esm2020/paginator/public_api.mjs +2 -0
- package/esm2020/paginator/qius.solutions-parallel-ui-angular-paginator.mjs +5 -0
- package/esm2020/panel/panel.mjs +296 -0
- package/esm2020/panel/public_api.mjs +2 -0
- package/esm2020/panel/qius.solutions-parallel-ui-angular-panel.mjs +5 -0
- package/esm2020/panelmenu/panelmenu.mjs +518 -0
- package/esm2020/panelmenu/public_api.mjs +2 -0
- package/esm2020/panelmenu/qius.solutions-parallel-ui-angular-panelmenu.mjs +5 -0
- package/esm2020/password/password.mjs +782 -0
- package/esm2020/password/public_api.mjs +2 -0
- package/esm2020/password/qius.solutions-parallel-ui-angular-password.mjs +5 -0
- package/esm2020/picklist/picklist.mjs +1268 -0
- package/esm2020/picklist/public_api.mjs +2 -0
- package/esm2020/picklist/qius.solutions-parallel-ui-angular-picklist.mjs +5 -0
- package/esm2020/progressbar/progressbar.mjs +81 -0
- package/esm2020/progressbar/public_api.mjs +2 -0
- package/esm2020/progressbar/qius.solutions-parallel-ui-angular-progressbar.mjs +5 -0
- package/esm2020/progressspinner/progressspinner.mjs +55 -0
- package/esm2020/progressspinner/public_api.mjs +2 -0
- package/esm2020/progressspinner/qius.solutions-parallel-ui-angular-progressspinner.mjs +5 -0
- package/esm2020/public_api.mjs +2 -0
- package/esm2020/qius.solutions-parallel-ui-angular.mjs +5 -0
- package/esm2020/radiobutton/public_api.mjs +2 -0
- package/esm2020/radiobutton/qius.solutions-parallel-ui-angular-radiobutton.mjs +5 -0
- package/esm2020/radiobutton/radiobutton.mjs +254 -0
- package/esm2020/rating/public_api.mjs +2 -0
- package/esm2020/rating/qius.solutions-parallel-ui-angular-rating.mjs +5 -0
- package/esm2020/rating/rating.mjs +199 -0
- package/esm2020/ripple/public_api.mjs +2 -0
- package/esm2020/ripple/qius.solutions-parallel-ui-angular-ripple.mjs +5 -0
- package/esm2020/ripple/ripple.mjs +126 -0
- package/esm2020/scroller/public_api.mjs +2 -0
- package/esm2020/scroller/qius.solutions-parallel-ui-angular-scroller.mjs +5 -0
- package/esm2020/scroller/scroller.mjs +928 -0
- package/esm2020/scrollpanel/public_api.mjs +2 -0
- package/esm2020/scrollpanel/qius.solutions-parallel-ui-angular-scrollpanel.mjs +5 -0
- package/esm2020/scrollpanel/scrollpanel.mjs +272 -0
- package/esm2020/scrolltop/public_api.mjs +2 -0
- package/esm2020/scrolltop/qius.solutions-parallel-ui-angular-scrolltop.mjs +5 -0
- package/esm2020/scrolltop/scrolltop.mjs +221 -0
- package/esm2020/selectbutton/public_api.mjs +2 -0
- package/esm2020/selectbutton/qius.solutions-parallel-ui-angular-selectbutton.mjs +5 -0
- package/esm2020/selectbutton/selectbutton.mjs +209 -0
- package/esm2020/sidebar/public_api.mjs +2 -0
- package/esm2020/sidebar/qius.solutions-parallel-ui-angular-sidebar.mjs +5 -0
- package/esm2020/sidebar/sidebar.mjs +369 -0
- package/esm2020/skeleton/public_api.mjs +2 -0
- package/esm2020/skeleton/qius.solutions-parallel-ui-angular-skeleton.mjs +5 -0
- package/esm2020/skeleton/skeleton.mjs +65 -0
- package/esm2020/slidemenu/public_api.mjs +2 -0
- package/esm2020/slidemenu/qius.solutions-parallel-ui-angular-slidemenu.mjs +5 -0
- package/esm2020/slidemenu/slidemenu.mjs +616 -0
- package/esm2020/slider/public_api.mjs +2 -0
- package/esm2020/slider/qius.solutions-parallel-ui-angular-slider.mjs +5 -0
- package/esm2020/slider/slider.mjs +588 -0
- package/esm2020/speeddial/public_api.mjs +2 -0
- package/esm2020/speeddial/qius.solutions-parallel-ui-angular-speeddial.mjs +5 -0
- package/esm2020/speeddial/speeddial.mjs +402 -0
- package/esm2020/spinner/public_api.mjs +2 -0
- package/esm2020/spinner/qius.solutions-parallel-ui-angular-spinner.mjs +5 -0
- package/esm2020/spinner/spinner.mjs +407 -0
- package/esm2020/splitbutton/public_api.mjs +2 -0
- package/esm2020/splitbutton/qius.solutions-parallel-ui-angular-splitbutton.mjs +5 -0
- package/esm2020/splitbutton/splitbutton.mjs +141 -0
- package/esm2020/splitter/public_api.mjs +2 -0
- package/esm2020/splitter/qius.solutions-parallel-ui-angular-splitter.mjs +5 -0
- package/esm2020/splitter/splitter.mjs +355 -0
- package/esm2020/steps/public_api.mjs +2 -0
- package/esm2020/steps/qius.solutions-parallel-ui-angular-steps.mjs +5 -0
- package/esm2020/steps/steps.mjs +205 -0
- package/esm2020/styleclass/public_api.mjs +2 -0
- package/esm2020/styleclass/qius.solutions-parallel-ui-angular-styleclass.mjs +5 -0
- package/esm2020/styleclass/styleclass.mjs +220 -0
- package/esm2020/table/public_api.mjs +2 -0
- package/esm2020/table/qius.solutions-parallel-ui-angular-table.mjs +5 -0
- package/esm2020/table/table.mjs +5314 -0
- package/esm2020/tabmenu/public_api.mjs +2 -0
- package/esm2020/tabmenu/qius.solutions-parallel-ui-angular-tabmenu.mjs +5 -0
- package/esm2020/tabmenu/tabmenu.mjs +374 -0
- package/esm2020/tabview/public_api.mjs +2 -0
- package/esm2020/tabview/qius.solutions-parallel-ui-angular-tabview.mjs +5 -0
- package/esm2020/tabview/tabview.mjs +527 -0
- package/esm2020/tag/public_api.mjs +2 -0
- package/esm2020/tag/qius.solutions-parallel-ui-angular-tag.mjs +5 -0
- package/esm2020/tag/tag.mjs +86 -0
- package/esm2020/terminal/public_api.mjs +3 -0
- package/esm2020/terminal/qius.solutions-parallel-ui-angular-terminal.mjs +5 -0
- package/esm2020/terminal/terminal.mjs +112 -0
- package/esm2020/terminal/terminalservice.mjs +27 -0
- package/esm2020/tieredmenu/public_api.mjs +2 -0
- package/esm2020/tieredmenu/qius.solutions-parallel-ui-angular-tieredmenu.mjs +5 -0
- package/esm2020/tieredmenu/tieredmenu.mjs +663 -0
- package/esm2020/timeline/public_api.mjs +2 -0
- package/esm2020/timeline/qius.solutions-parallel-ui-angular-timeline.mjs +5 -0
- package/esm2020/timeline/timeline.mjs +131 -0
- package/esm2020/toast/public_api.mjs +2 -0
- package/esm2020/toast/qius.solutions-parallel-ui-angular-toast.mjs +5 -0
- package/esm2020/toast/toast.mjs +443 -0
- package/esm2020/togglebutton/public_api.mjs +2 -0
- package/esm2020/togglebutton/qius.solutions-parallel-ui-angular-togglebutton.mjs +5 -0
- package/esm2020/togglebutton/togglebutton.mjs +133 -0
- package/esm2020/toolbar/public_api.mjs +2 -0
- package/esm2020/toolbar/qius.solutions-parallel-ui-angular-toolbar.mjs +5 -0
- package/esm2020/toolbar/toolbar.mjs +83 -0
- package/esm2020/tooltip/public_api.mjs +2 -0
- package/esm2020/tooltip/qius.solutions-parallel-ui-angular-tooltip.mjs +5 -0
- package/esm2020/tooltip/tooltip.mjs +546 -0
- package/esm2020/tree/public_api.mjs +2 -0
- package/esm2020/tree/qius.solutions-parallel-ui-angular-tree.mjs +5 -0
- package/esm2020/tree/tree.mjs +1584 -0
- package/esm2020/treeselect/public_api.mjs +2 -0
- package/esm2020/treeselect/qius.solutions-parallel-ui-angular-treeselect.mjs +5 -0
- package/esm2020/treeselect/treeselect.mjs +778 -0
- package/esm2020/treetable/public_api.mjs +2 -0
- package/esm2020/treetable/qius.solutions-parallel-ui-angular-treetable.mjs +5 -0
- package/esm2020/treetable/treetable.mjs +3217 -0
- package/esm2020/tristatecheckbox/public_api.mjs +2 -0
- package/esm2020/tristatecheckbox/qius.solutions-parallel-ui-angular-tristatecheckbox.mjs +5 -0
- package/esm2020/tristatecheckbox/tristatecheckbox.mjs +223 -0
- package/esm2020/utils/objectutils.mjs +198 -0
- package/esm2020/utils/public_api.mjs +5 -0
- package/esm2020/utils/qius.solutions-parallel-ui-angular-utils.mjs +5 -0
- package/esm2020/utils/uniquecomponentid.mjs +7 -0
- package/esm2020/utils/zindexutils.mjs +35 -0
- package/esm2020/virtualscroller/public_api.mjs +2 -0
- package/esm2020/virtualscroller/qius.solutions-parallel-ui-angular-virtualscroller.mjs +5 -0
- package/esm2020/virtualscroller/virtualscroller.mjs +153 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-accordion.mjs +405 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-accordion.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-animate.mjs +86 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-animate.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-api.mjs +817 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-api.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-autocomplete.mjs +1154 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-autocomplete.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-autofocus.mjs +58 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-autofocus.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-avatar.mjs +82 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-avatar.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-avatargroup.mjs +47 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-avatargroup.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-badge.mjs +191 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-badge.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-baseicon.mjs +48 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-baseicon.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-blockui.mjs +149 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-blockui.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-breadcrumb.mjs +303 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-breadcrumb.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-button.mjs +371 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-button.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-calendar.mjs +3133 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-calendar.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-card.mjs +133 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-card.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-carousel.mjs +706 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-carousel.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-cascadeselect.mjs +776 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-cascadeselect.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-chart.mjs +151 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-chart.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-checkbox.mjs +254 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-checkbox.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-chip.mjs +120 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-chip.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-chips.mjs +384 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-chips.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-colorpicker.mjs +694 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-colorpicker.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-confirmdialog.mjs +615 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-confirmdialog.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-confirmpopup.mjs +403 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-confirmpopup.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-contextmenu.mjs +702 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-contextmenu.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-dataview.mjs +519 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-dataview.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-defer.mjs +101 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-defer.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-dialog.mjs +842 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-dialog.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-divider.mjs +76 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-divider.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-dock.mjs +217 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-dock.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-dom.mjs +632 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-dom.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-dragdrop.mjs +258 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-dragdrop.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-dropdown.mjs +1379 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-dropdown.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-dynamicdialog.mjs +698 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-dynamicdialog.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-editor.mjs +317 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-editor.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-fieldset.mjs +221 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-fieldset.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-fileupload.mjs +764 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-fileupload.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-focustrap.mjs +60 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-focustrap.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-galleria.mjs +1199 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-galleria.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-angledoubledown.mjs +42 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-angledoubledown.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-angledoubleleft.mjs +42 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-angledoubleleft.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-angledoubleright.mjs +42 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-angledoubleright.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-angledoubleup.mjs +42 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-angledoubleup.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-angledown.mjs +38 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-angledown.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-angleleft.mjs +38 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-angleleft.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-angleright.mjs +38 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-angleright.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-angleup.mjs +38 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-angleup.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-arrowdown.mjs +56 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-arrowdown.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-arrowdownleft.mjs +38 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-arrowdownleft.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-arrowdownright.mjs +38 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-arrowdownright.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-arrowleft.mjs +56 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-arrowleft.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-arrowright.mjs +42 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-arrowright.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-arrowup.mjs +56 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-arrowup.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-ban.mjs +52 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-ban.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-bars.mjs +42 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-bars.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-calendar.mjs +38 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-calendar.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-caretleft.mjs +38 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-caretleft.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-caretright.mjs +38 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-caretright.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-check.mjs +38 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-check.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-chevrondown.mjs +38 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-chevrondown.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-chevronleft.mjs +38 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-chevronleft.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-chevronright.mjs +38 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-chevronright.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-chevronup.mjs +38 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-chevronup.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-exclamationtriangle.mjs +68 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-exclamationtriangle.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-eye.mjs +42 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-eye.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-eyeslash.mjs +56 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-eyeslash.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-filter.mjs +52 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-filter.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-filterslash.mjs +56 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-filterslash.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-home.mjs +56 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-home.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-infocircle.mjs +56 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-infocircle.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-minus.mjs +39 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-minus.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-pencil.mjs +52 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-pencil.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-plus.mjs +52 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-plus.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-refresh.mjs +56 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-refresh.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-search.mjs +56 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-search.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-searchminus.mjs +56 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-searchminus.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-searchplus.mjs +56 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-searchplus.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-sortalt.mjs +64 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-sortalt.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-sortamountdown.mjs +92 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-sortamountdown.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-sortamountupalt.mjs +92 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-sortamountupalt.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-spinner.mjs +52 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-spinner.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-star.mjs +52 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-star.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-starfill.mjs +52 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-starfill.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-thlarge.mjs +56 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-thlarge.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-times.mjs +38 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-times.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-timescircle.mjs +56 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-timescircle.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-trash.mjs +56 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-trash.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-undo.mjs +56 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-undo.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-upload.mjs +56 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-upload.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-windowmaximize.mjs +56 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-windowmaximize.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-windowminimize.mjs +56 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-icons-windowminimize.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-image.mjs +330 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-image.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-inplace.mjs +175 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-inplace.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-inputmask.mjs +706 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-inputmask.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-inputnumber.mjs +1198 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-inputnumber.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-inputswitch.mjs +167 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-inputswitch.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-inputtext.mjs +64 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-inputtext.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-inputtextarea.mjs +126 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-inputtextarea.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-keyfilter.mjs +223 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-keyfilter.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-knob.mjs +292 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-knob.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-listbox.mjs +807 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-listbox.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-megamenu.mjs +473 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-megamenu.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-menu.mjs +559 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-menu.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-menubar.mjs +526 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-menubar.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-message.mjs +110 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-message.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-messages.mjs +283 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-messages.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-multiselect.mjs +1421 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-multiselect.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-orderlist.mjs +630 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-orderlist.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-organizationchart.mjs +327 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-organizationchart.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-overlay.mjs +554 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-overlay.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-overlaypanel.mjs +419 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-overlaypanel.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-paginator.mjs +411 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-paginator.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-panel.mjs +303 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-panel.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-panelmenu.mjs +525 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-panelmenu.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-password.mjs +793 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-password.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-picklist.mjs +1277 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-picklist.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-progressbar.mjs +88 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-progressbar.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-progressspinner.mjs +62 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-progressspinner.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-radiobutton.mjs +261 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-radiobutton.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-rating.mjs +206 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-rating.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-ripple.mjs +135 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-ripple.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-scroller.mjs +938 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-scroller.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-scrollpanel.mjs +281 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-scrollpanel.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-scrolltop.mjs +230 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-scrolltop.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-selectbutton.mjs +216 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-selectbutton.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-sidebar.mjs +378 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-sidebar.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-skeleton.mjs +72 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-skeleton.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-slidemenu.mjs +627 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-slidemenu.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-slider.mjs +597 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-slider.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-speeddial.mjs +408 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-speeddial.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-spinner.mjs +414 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-spinner.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-splitbutton.mjs +148 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-splitbutton.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-splitter.mjs +364 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-splitter.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-steps.mjs +212 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-steps.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-styleclass.mjs +227 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-styleclass.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-table.mjs +5329 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-table.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-tabmenu.mjs +385 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-tabmenu.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-tabview.mjs +539 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-tabview.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-tag.mjs +92 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-tag.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-terminal.mjs +143 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-terminal.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-tieredmenu.mjs +674 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-tieredmenu.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-timeline.mjs +138 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-timeline.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-toast.mjs +451 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-toast.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-togglebutton.mjs +140 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-togglebutton.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-toolbar.mjs +90 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-toolbar.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-tooltip.mjs +556 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-tooltip.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-tree.mjs +1596 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-tree.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-treeselect.mjs +791 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-treeselect.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-treetable.mjs +3228 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-treetable.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-tristatecheckbox.mjs +230 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-tristatecheckbox.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-utils.mjs +246 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-utils.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-virtualscroller.mjs +157 -0
- package/fesm2015/qius.solutions-parallel-ui-angular-virtualscroller.mjs.map +1 -0
- package/fesm2015/qius.solutions-parallel-ui-angular.mjs +6 -0
- package/fesm2015/qius.solutions-parallel-ui-angular.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-accordion.mjs +403 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-accordion.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-animate.mjs +86 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-animate.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-api.mjs +817 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-api.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-autocomplete.mjs +1151 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-autocomplete.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-autofocus.mjs +58 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-autofocus.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-avatar.mjs +82 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-avatar.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-avatargroup.mjs +47 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-avatargroup.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-badge.mjs +189 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-badge.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-baseicon.mjs +48 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-baseicon.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-blockui.mjs +147 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-blockui.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-breadcrumb.mjs +303 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-breadcrumb.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-button.mjs +369 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-button.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-calendar.mjs +3130 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-calendar.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-card.mjs +133 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-card.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-carousel.mjs +703 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-carousel.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-cascadeselect.mjs +773 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-cascadeselect.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-chart.mjs +149 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-chart.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-checkbox.mjs +254 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-checkbox.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-chip.mjs +120 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-chip.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-chips.mjs +382 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-chips.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-colorpicker.mjs +692 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-colorpicker.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-confirmdialog.mjs +613 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-confirmdialog.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-confirmpopup.mjs +401 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-confirmpopup.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-contextmenu.mjs +698 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-contextmenu.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-dataview.mjs +519 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-dataview.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-defer.mjs +99 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-defer.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-dialog.mjs +840 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-dialog.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-divider.mjs +76 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-divider.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-dock.mjs +217 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-dock.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-dom.mjs +632 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-dom.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-dragdrop.mjs +258 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-dragdrop.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-dropdown.mjs +1379 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-dropdown.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-dynamicdialog.mjs +693 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-dynamicdialog.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-editor.mjs +316 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-editor.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-fieldset.mjs +221 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-fieldset.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-fileupload.mjs +761 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-fileupload.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-focustrap.mjs +59 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-focustrap.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-galleria.mjs +1194 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-galleria.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-angledoubledown.mjs +42 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-angledoubledown.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-angledoubleleft.mjs +42 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-angledoubleleft.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-angledoubleright.mjs +42 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-angledoubleright.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-angledoubleup.mjs +42 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-angledoubleup.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-angledown.mjs +38 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-angledown.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-angleleft.mjs +38 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-angleleft.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-angleright.mjs +38 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-angleright.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-angleup.mjs +38 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-angleup.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-arrowdown.mjs +56 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-arrowdown.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-arrowdownleft.mjs +38 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-arrowdownleft.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-arrowdownright.mjs +38 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-arrowdownright.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-arrowleft.mjs +56 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-arrowleft.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-arrowright.mjs +42 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-arrowright.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-arrowup.mjs +56 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-arrowup.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-ban.mjs +52 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-ban.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-bars.mjs +42 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-bars.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-calendar.mjs +38 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-calendar.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-caretleft.mjs +38 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-caretleft.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-caretright.mjs +38 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-caretright.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-check.mjs +38 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-check.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-chevrondown.mjs +38 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-chevrondown.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-chevronleft.mjs +38 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-chevronleft.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-chevronright.mjs +38 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-chevronright.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-chevronup.mjs +38 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-chevronup.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-exclamationtriangle.mjs +68 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-exclamationtriangle.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-eye.mjs +42 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-eye.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-eyeslash.mjs +56 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-eyeslash.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-filter.mjs +52 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-filter.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-filterslash.mjs +56 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-filterslash.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-home.mjs +56 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-home.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-infocircle.mjs +56 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-infocircle.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-minus.mjs +39 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-minus.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-pencil.mjs +52 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-pencil.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-plus.mjs +52 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-plus.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-refresh.mjs +56 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-refresh.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-search.mjs +56 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-search.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-searchminus.mjs +56 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-searchminus.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-searchplus.mjs +56 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-searchplus.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-sortalt.mjs +64 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-sortalt.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-sortamountdown.mjs +92 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-sortamountdown.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-sortamountupalt.mjs +92 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-sortamountupalt.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-spinner.mjs +52 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-spinner.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-star.mjs +52 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-star.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-starfill.mjs +52 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-starfill.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-thlarge.mjs +56 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-thlarge.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-times.mjs +38 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-times.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-timescircle.mjs +56 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-timescircle.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-trash.mjs +56 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-trash.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-undo.mjs +56 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-undo.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-upload.mjs +56 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-upload.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-windowmaximize.mjs +56 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-windowmaximize.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-windowminimize.mjs +56 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-icons-windowminimize.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-image.mjs +328 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-image.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-inplace.mjs +175 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-inplace.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-inputmask.mjs +704 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-inputmask.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-inputnumber.mjs +1196 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-inputnumber.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-inputswitch.mjs +167 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-inputswitch.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-inputtext.mjs +62 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-inputtext.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-inputtextarea.mjs +124 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-inputtextarea.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-keyfilter.mjs +221 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-keyfilter.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-knob.mjs +290 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-knob.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-listbox.mjs +807 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-listbox.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-megamenu.mjs +471 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-megamenu.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-menu.mjs +555 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-menu.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-menubar.mjs +522 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-menubar.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-message.mjs +110 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-message.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-messages.mjs +279 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-messages.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-multiselect.mjs +1418 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-multiselect.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-orderlist.mjs +628 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-orderlist.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-organizationchart.mjs +325 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-organizationchart.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-overlay.mjs +527 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-overlay.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-overlaypanel.mjs +417 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-overlaypanel.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-paginator.mjs +411 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-paginator.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-panel.mjs +303 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-panel.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-panelmenu.mjs +525 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-panelmenu.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-password.mjs +789 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-password.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-picklist.mjs +1275 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-picklist.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-progressbar.mjs +88 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-progressbar.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-progressspinner.mjs +62 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-progressspinner.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-radiobutton.mjs +261 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-radiobutton.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-rating.mjs +206 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-rating.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-ripple.mjs +133 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-ripple.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-scroller.mjs +935 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-scroller.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-scrollpanel.mjs +279 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-scrollpanel.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-scrolltop.mjs +228 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-scrolltop.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-selectbutton.mjs +216 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-selectbutton.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-sidebar.mjs +376 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-sidebar.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-skeleton.mjs +72 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-skeleton.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-slidemenu.mjs +623 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-slidemenu.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-slider.mjs +595 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-slider.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-speeddial.mjs +409 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-speeddial.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-spinner.mjs +414 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-spinner.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-splitbutton.mjs +148 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-splitbutton.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-splitter.mjs +362 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-splitter.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-steps.mjs +212 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-steps.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-styleclass.mjs +227 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-styleclass.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-table.mjs +5321 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-table.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-tabmenu.mjs +381 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-tabmenu.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-tabview.mjs +534 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-tabview.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-tag.mjs +92 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-tag.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-terminal.mjs +143 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-terminal.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-tieredmenu.mjs +670 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-tieredmenu.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-timeline.mjs +138 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-timeline.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-toast.mjs +449 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-toast.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-togglebutton.mjs +140 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-togglebutton.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-toolbar.mjs +90 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-toolbar.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-tooltip.mjs +553 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-tooltip.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-tree.mjs +1591 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-tree.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-treeselect.mjs +785 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-treeselect.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-treetable.mjs +3224 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-treetable.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-tristatecheckbox.mjs +230 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-tristatecheckbox.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-utils.mjs +246 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-utils.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-virtualscroller.mjs +160 -0
- package/fesm2020/qius.solutions-parallel-ui-angular-virtualscroller.mjs.map +1 -0
- package/fesm2020/qius.solutions-parallel-ui-angular.mjs +6 -0
- package/fesm2020/qius.solutions-parallel-ui-angular.mjs.map +1 -0
- package/fieldset/fieldset.d.ts +41 -0
- package/fieldset/index.d.ts +5 -0
- package/fieldset/public_api.d.ts +1 -0
- package/fileupload/fileupload.d.ts +139 -0
- package/fileupload/index.d.ts +5 -0
- package/fileupload/public_api.d.ts +1 -0
- package/focustrap/focustrap.d.ts +16 -0
- package/focustrap/index.d.ts +5 -0
- package/focustrap/public_api.d.ts +1 -0
- package/galleria/galleria.d.ts +218 -0
- package/galleria/index.d.ts +5 -0
- package/galleria/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 +6 -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 +6 -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 +6 -0
- package/icons/arrowup/index.d.ts +5 -0
- package/icons/arrowup/public_api.d.ts +1 -0
- package/icons/ban/ban.d.ts +6 -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/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 +6 -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 +6 -0
- package/icons/eyeslash/index.d.ts +5 -0
- package/icons/eyeslash/public_api.d.ts +1 -0
- package/icons/filter/filter.d.ts +6 -0
- package/icons/filter/index.d.ts +5 -0
- package/icons/filter/public_api.d.ts +1 -0
- package/icons/filterslash/filterslash.d.ts +6 -0
- package/icons/filterslash/index.d.ts +5 -0
- package/icons/filterslash/public_api.d.ts +1 -0
- package/icons/home/home.d.ts +6 -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 +6 -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 +6 -0
- package/icons/pencil/public_api.d.ts +1 -0
- package/icons/plus/index.d.ts +5 -0
- package/icons/plus/plus.d.ts +6 -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 +6 -0
- package/icons/search/index.d.ts +5 -0
- package/icons/search/public_api.d.ts +1 -0
- package/icons/search/search.d.ts +6 -0
- package/icons/searchminus/index.d.ts +5 -0
- package/icons/searchminus/public_api.d.ts +1 -0
- package/icons/searchminus/searchminus.d.ts +6 -0
- package/icons/searchplus/index.d.ts +5 -0
- package/icons/searchplus/public_api.d.ts +1 -0
- package/icons/searchplus/searchplus.d.ts +6 -0
- package/icons/sortalt/index.d.ts +5 -0
- package/icons/sortalt/public_api.d.ts +1 -0
- package/icons/sortalt/sortalt.d.ts +6 -0
- package/icons/sortamountdown/index.d.ts +5 -0
- package/icons/sortamountdown/public_api.d.ts +1 -0
- package/icons/sortamountdown/sortamountdown.d.ts +6 -0
- package/icons/sortamountupalt/index.d.ts +5 -0
- package/icons/sortamountupalt/public_api.d.ts +1 -0
- package/icons/sortamountupalt/sortamountupalt.d.ts +6 -0
- package/icons/spinner/index.d.ts +5 -0
- package/icons/spinner/public_api.d.ts +1 -0
- package/icons/spinner/spinner.d.ts +6 -0
- package/icons/star/index.d.ts +5 -0
- package/icons/star/public_api.d.ts +1 -0
- package/icons/star/star.d.ts +6 -0
- package/icons/starfill/index.d.ts +5 -0
- package/icons/starfill/public_api.d.ts +1 -0
- package/icons/starfill/starfill.d.ts +6 -0
- package/icons/thlarge/index.d.ts +5 -0
- package/icons/thlarge/public_api.d.ts +1 -0
- package/icons/thlarge/thlarge.d.ts +6 -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 +6 -0
- package/icons/trash/index.d.ts +5 -0
- package/icons/trash/public_api.d.ts +1 -0
- package/icons/trash/trash.d.ts +6 -0
- package/icons/undo/index.d.ts +5 -0
- package/icons/undo/public_api.d.ts +1 -0
- package/icons/undo/undo.d.ts +6 -0
- package/icons/upload/index.d.ts +5 -0
- package/icons/upload/public_api.d.ts +1 -0
- package/icons/upload/upload.d.ts +6 -0
- package/icons/windowmaximize/index.d.ts +5 -0
- package/icons/windowmaximize/public_api.d.ts +1 -0
- package/icons/windowmaximize/windowmaximize.d.ts +6 -0
- package/icons/windowminimize/index.d.ts +5 -0
- package/icons/windowminimize/public_api.d.ts +1 -0
- package/icons/windowminimize/windowminimize.d.ts +6 -0
- package/image/image.d.ts +81 -0
- package/image/index.d.ts +5 -0
- package/image/public_api.d.ts +1 -0
- package/index.d.ts +5 -0
- package/inplace/index.d.ts +5 -0
- package/inplace/inplace.d.ts +45 -0
- package/inplace/public_api.d.ts +1 -0
- package/inputmask/index.d.ts +5 -0
- package/inputmask/inputmask.d.ts +108 -0
- package/inputmask/public_api.d.ts +1 -0
- package/inputnumber/index.d.ts +5 -0
- package/inputnumber/inputnumber.d.ts +177 -0
- package/inputnumber/public_api.d.ts +1 -0
- package/inputswitch/index.d.ts +5 -0
- package/inputswitch/inputswitch.d.ts +47 -0
- package/inputswitch/public_api.d.ts +1 -0
- package/inputtext/index.d.ts +5 -0
- package/inputtext/inputtext.d.ts +22 -0
- package/inputtext/public_api.d.ts +1 -0
- package/inputtextarea/index.d.ts +5 -0
- package/inputtextarea/inputtextarea.d.ts +34 -0
- package/inputtextarea/public_api.d.ts +1 -0
- package/keyfilter/index.d.ts +5 -0
- package/keyfilter/keyfilter.d.ts +39 -0
- package/keyfilter/public_api.d.ts +1 -0
- package/knob/index.d.ts +5 -0
- package/knob/knob.d.ts +81 -0
- package/knob/public_api.d.ts +1 -0
- package/listbox/index.d.ts +5 -0
- package/listbox/listbox.d.ts +125 -0
- package/listbox/public_api.d.ts +1 -0
- package/megamenu/index.d.ts +5 -0
- package/megamenu/megamenu.d.ts +42 -0
- package/megamenu/public_api.d.ts +1 -0
- package/menu/index.d.ts +5 -0
- package/menu/menu.d.ts +77 -0
- package/menu/public_api.d.ts +1 -0
- package/menubar/index.d.ts +5 -0
- package/menubar/menubar.d.ts +97 -0
- package/menubar/public_api.d.ts +1 -0
- package/message/index.d.ts +5 -0
- package/message/message.d.ts +21 -0
- package/message/public_api.d.ts +1 -0
- package/messages/index.d.ts +5 -0
- package/messages/messages.d.ts +49 -0
- package/messages/public_api.d.ts +1 -0
- package/multiselect/index.d.ts +5 -0
- package/multiselect/multiselect.d.ts +232 -0
- package/multiselect/public_api.d.ts +1 -0
- package/orderlist/index.d.ts +5 -0
- package/orderlist/orderlist.d.ts +105 -0
- package/orderlist/public_api.d.ts +1 -0
- package/organizationchart/index.d.ts +5 -0
- package/organizationchart/organizationchart.d.ts +63 -0
- package/organizationchart/public_api.d.ts +1 -0
- package/overlay/index.d.ts +5 -0
- package/overlay/overlay.d.ts +118 -0
- package/overlay/public_api.d.ts +1 -0
- package/overlaypanel/index.d.ts +5 -0
- package/overlaypanel/overlaypanel.d.ts +80 -0
- package/overlaypanel/public_api.d.ts +1 -0
- package/package.json +1267 -0
- package/paginator/index.d.ts +5 -0
- package/paginator/paginator.d.ts +79 -0
- package/paginator/public_api.d.ts +1 -0
- package/panel/index.d.ts +5 -0
- package/panel/panel.d.ts +52 -0
- package/panel/public_api.d.ts +1 -0
- package/panelmenu/index.d.ts +5 -0
- package/panelmenu/panelmenu.d.ts +66 -0
- package/panelmenu/public_api.d.ts +1 -0
- package/password/index.d.ts +5 -0
- package/password/password.d.ts +168 -0
- package/password/public_api.d.ts +1 -0
- package/picklist/index.d.ts +5 -0
- package/picklist/picklist.d.ts +183 -0
- package/picklist/public_api.d.ts +1 -0
- package/progressbar/index.d.ts +5 -0
- package/progressbar/progressbar.d.ts +18 -0
- package/progressbar/public_api.d.ts +1 -0
- package/progressspinner/index.d.ts +5 -0
- package/progressspinner/progressspinner.d.ts +16 -0
- package/progressspinner/public_api.d.ts +1 -0
- package/public_api.d.ts +2 -0
- package/radiobutton/index.d.ts +5 -0
- package/radiobutton/public_api.d.ts +1 -0
- package/radiobutton/radiobutton.d.ts +62 -0
- package/rating/index.d.ts +5 -0
- package/rating/public_api.d.ts +1 -0
- package/rating/rating.d.ts +52 -0
- package/resources/components/accordion/accordion.css +33 -0
- package/resources/components/autocomplete/autocomplete.css +100 -0
- package/resources/components/avatar/avatar.css +26 -0
- package/resources/components/avatargroup/avatargroup.css +8 -0
- package/resources/components/badge/badge.css +32 -0
- package/resources/components/blockui/blockui.css +24 -0
- package/resources/components/breadcrumb/breadcrumb.css +25 -0
- package/resources/components/button/button.css +69 -0
- package/resources/components/calendar/calendar.css +171 -0
- package/resources/components/card/card.css +3 -0
- package/resources/components/carousel/carousel.css +69 -0
- package/resources/components/cascadeselect/cascadeselect.css +96 -0
- package/resources/components/checkbox/checkbox.css +28 -0
- package/resources/components/chip/chip.css +24 -0
- package/resources/components/chips/chips.css +66 -0
- package/resources/components/colorpicker/colorpicker-images.css +7 -0
- package/resources/components/colorpicker/colorpicker.css +81 -0
- package/resources/components/colorpicker/images/color.png +0 -0
- package/resources/components/colorpicker/images/hue.png +0 -0
- package/resources/components/common/common.css +167 -0
- package/resources/components/confirmpopup/confirmpopup.css +49 -0
- package/resources/components/contextmenu/contextmenu.css +46 -0
- package/resources/components/dataview/dataview.css +11 -0
- package/resources/components/dialog/dialog.css +138 -0
- package/resources/components/divider/divider.css +84 -0
- package/resources/components/dock/dock.css +105 -0
- package/resources/components/dropdown/dropdown.css +78 -0
- package/resources/components/editor/editor.css +4 -0
- package/resources/components/fieldset/fieldset.css +25 -0
- package/resources/components/fileupload/fileupload.css +45 -0
- package/resources/components/galleria/galleria.css +274 -0
- package/resources/components/image/image.css +64 -0
- package/resources/components/inplace/inplace.css +17 -0
- package/resources/components/inputmask/inputmask.css +10 -0
- package/resources/components/inputnumber/inputnumber.css +113 -0
- package/resources/components/inputswitch/inputswitch.css +20 -0
- package/resources/components/inputtext/inputtext.css +105 -0
- package/resources/components/inputtextarea/inputtextarea.css +8 -0
- package/resources/components/knob/knob.css +18 -0
- package/resources/components/listbox/listbox.css +38 -0
- package/resources/components/megamenu/megamenu.css +107 -0
- package/resources/components/menu/menu.css +28 -0
- package/resources/components/menubar/menubar.css +75 -0
- package/resources/components/message/message.css +15 -0
- package/resources/components/messages/messages.css +20 -0
- package/resources/components/multiselect/multiselect.css +108 -0
- package/resources/components/orderlist/orderlist.css +76 -0
- package/resources/components/organizationchart/organizationchart.css +60 -0
- package/resources/components/overlay/overlay.css +78 -0
- package/resources/components/overlaypanel/overlaypanel.css +58 -0
- package/resources/components/paginator/paginator.css +35 -0
- package/resources/components/panel/panel.css +27 -0
- package/resources/components/panelmenu/panelmenu.css +40 -0
- package/resources/components/password/images/password-meter.png +0 -0
- package/resources/components/password/password.css +44 -0
- package/resources/components/picklist/picklist.css +58 -0
- package/resources/components/progressbar/progressbar.css +96 -0
- package/resources/components/progressspinner/progressspinner.css +72 -0
- package/resources/components/radiobutton/radiobutton.css +36 -0
- package/resources/components/rating/rating.css +11 -0
- package/resources/components/ripple/ripple.css +27 -0
- package/resources/components/scroller/scroller.css +56 -0
- package/resources/components/scrollpanel/scrollpanel.css +48 -0
- package/resources/components/scrolltop/scrolltop.css +16 -0
- package/resources/components/sidebar/sidebar.css +104 -0
- package/resources/components/skeleton/skeleton.css +33 -0
- package/resources/components/slidemenu/slidemenu.css +99 -0
- package/resources/components/slider/slider.css +39 -0
- package/resources/components/speeddial/speeddial.css +110 -0
- package/resources/components/spinner/spinner.css +61 -0
- package/resources/components/splitbutton/splitbutton.css +31 -0
- package/resources/components/splitter/splitter.css +62 -0
- package/resources/components/steps/steps.css +47 -0
- package/resources/components/table/table.css +242 -0
- package/resources/components/tabmenu/tabmenu.css +78 -0
- package/resources/components/tabview/tabview.css +73 -0
- package/resources/components/tag/tag.css +15 -0
- package/resources/components/terminal/terminal.css +22 -0
- package/resources/components/tieredmenu/tieredmenu.css +49 -0
- package/resources/components/timeline/timeline.css +110 -0
- package/resources/components/toast/toast.css +68 -0
- package/resources/components/toolbar/toolbar.css +17 -0
- package/resources/components/tooltip/tooltip.css +61 -0
- package/resources/components/tree/images/line.gif +0 -0
- package/resources/components/tree/tree.css +156 -0
- package/resources/components/treeselect/treeselect.css +95 -0
- package/resources/components/treetable/treetable.css +203 -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/parallel-ui-angular.css +588 -0
- package/resources/parallel-ui-angular.min.css +1 -0
- package/resources/themes/arya-blue/theme.css +7757 -0
- package/resources/themes/arya-green/theme.css +7757 -0
- package/resources/themes/arya-orange/theme.css +7757 -0
- package/resources/themes/arya-purple/theme.css +7757 -0
- package/resources/themes/bootstrap4-dark-blue/theme.css +7763 -0
- package/resources/themes/bootstrap4-dark-purple/theme.css +7763 -0
- package/resources/themes/bootstrap4-light-blue/theme.css +7763 -0
- package/resources/themes/bootstrap4-light-purple/theme.css +7763 -0
- package/resources/themes/fluent-light/theme.css +7905 -0
- package/resources/themes/lara-dark-blue/theme.css +7737 -0
- package/resources/themes/lara-dark-indigo/theme.css +7737 -0
- package/resources/themes/lara-dark-purple/theme.css +7737 -0
- package/resources/themes/lara-dark-teal/theme.css +7737 -0
- package/resources/themes/lara-light-blue/theme.css +7737 -0
- package/resources/themes/lara-light-indigo/theme.css +7737 -0
- package/resources/themes/lara-light-purple/theme.css +7737 -0
- package/resources/themes/lara-light-teal/theme.css +7737 -0
- package/resources/themes/luna-amber/theme.css +7686 -0
- package/resources/themes/luna-blue/theme.css +7686 -0
- package/resources/themes/luna-green/theme.css +7686 -0
- package/resources/themes/luna-pink/theme.css +7686 -0
- package/resources/themes/md-dark-deeppurple/fonts/roboto-v20-latin-ext_latin-500.woff +0 -0
- package/resources/themes/md-dark-deeppurple/fonts/roboto-v20-latin-ext_latin-500.woff2 +0 -0
- package/resources/themes/md-dark-deeppurple/fonts/roboto-v20-latin-ext_latin-700.woff +0 -0
- package/resources/themes/md-dark-deeppurple/fonts/roboto-v20-latin-ext_latin-700.woff2 +0 -0
- package/resources/themes/md-dark-deeppurple/fonts/roboto-v20-latin-ext_latin-regular.woff +0 -0
- package/resources/themes/md-dark-deeppurple/fonts/roboto-v20-latin-ext_latin-regular.woff2 +0 -0
- package/resources/themes/md-dark-deeppurple/theme.css +9765 -0
- package/resources/themes/md-dark-indigo/fonts/roboto-v20-latin-ext_latin-500.woff +0 -0
- package/resources/themes/md-dark-indigo/fonts/roboto-v20-latin-ext_latin-500.woff2 +0 -0
- package/resources/themes/md-dark-indigo/fonts/roboto-v20-latin-ext_latin-700.woff +0 -0
- package/resources/themes/md-dark-indigo/fonts/roboto-v20-latin-ext_latin-700.woff2 +0 -0
- package/resources/themes/md-dark-indigo/fonts/roboto-v20-latin-ext_latin-regular.woff +0 -0
- package/resources/themes/md-dark-indigo/fonts/roboto-v20-latin-ext_latin-regular.woff2 +0 -0
- package/resources/themes/md-dark-indigo/theme.css +9765 -0
- package/resources/themes/md-light-deeppurple/fonts/roboto-v20-latin-ext_latin-500.woff +0 -0
- package/resources/themes/md-light-deeppurple/fonts/roboto-v20-latin-ext_latin-500.woff2 +0 -0
- package/resources/themes/md-light-deeppurple/fonts/roboto-v20-latin-ext_latin-700.woff +0 -0
- package/resources/themes/md-light-deeppurple/fonts/roboto-v20-latin-ext_latin-700.woff2 +0 -0
- package/resources/themes/md-light-deeppurple/fonts/roboto-v20-latin-ext_latin-regular.woff +0 -0
- package/resources/themes/md-light-deeppurple/fonts/roboto-v20-latin-ext_latin-regular.woff2 +0 -0
- package/resources/themes/md-light-deeppurple/theme.css +9765 -0
- package/resources/themes/md-light-indigo/fonts/roboto-v20-latin-ext_latin-500.woff +0 -0
- package/resources/themes/md-light-indigo/fonts/roboto-v20-latin-ext_latin-500.woff2 +0 -0
- package/resources/themes/md-light-indigo/fonts/roboto-v20-latin-ext_latin-700.woff +0 -0
- package/resources/themes/md-light-indigo/fonts/roboto-v20-latin-ext_latin-700.woff2 +0 -0
- package/resources/themes/md-light-indigo/fonts/roboto-v20-latin-ext_latin-regular.woff +0 -0
- package/resources/themes/md-light-indigo/fonts/roboto-v20-latin-ext_latin-regular.woff2 +0 -0
- package/resources/themes/md-light-indigo/theme.css +9765 -0
- package/resources/themes/mdc-dark-deeppurple/fonts/roboto-v20-latin-ext_latin-500.woff +0 -0
- package/resources/themes/mdc-dark-deeppurple/fonts/roboto-v20-latin-ext_latin-500.woff2 +0 -0
- package/resources/themes/mdc-dark-deeppurple/fonts/roboto-v20-latin-ext_latin-700.woff +0 -0
- package/resources/themes/mdc-dark-deeppurple/fonts/roboto-v20-latin-ext_latin-700.woff2 +0 -0
- package/resources/themes/mdc-dark-deeppurple/fonts/roboto-v20-latin-ext_latin-regular.woff +0 -0
- package/resources/themes/mdc-dark-deeppurple/fonts/roboto-v20-latin-ext_latin-regular.woff2 +0 -0
- package/resources/themes/mdc-dark-deeppurple/theme.css +9765 -0
- package/resources/themes/mdc-dark-indigo/fonts/roboto-v20-latin-ext_latin-500.woff +0 -0
- package/resources/themes/mdc-dark-indigo/fonts/roboto-v20-latin-ext_latin-500.woff2 +0 -0
- package/resources/themes/mdc-dark-indigo/fonts/roboto-v20-latin-ext_latin-700.woff +0 -0
- package/resources/themes/mdc-dark-indigo/fonts/roboto-v20-latin-ext_latin-700.woff2 +0 -0
- package/resources/themes/mdc-dark-indigo/fonts/roboto-v20-latin-ext_latin-regular.woff +0 -0
- package/resources/themes/mdc-dark-indigo/fonts/roboto-v20-latin-ext_latin-regular.woff2 +0 -0
- package/resources/themes/mdc-dark-indigo/theme.css +9765 -0
- package/resources/themes/mdc-light-deeppurple/fonts/roboto-v20-latin-ext_latin-500.woff +0 -0
- package/resources/themes/mdc-light-deeppurple/fonts/roboto-v20-latin-ext_latin-500.woff2 +0 -0
- package/resources/themes/mdc-light-deeppurple/fonts/roboto-v20-latin-ext_latin-700.woff +0 -0
- package/resources/themes/mdc-light-deeppurple/fonts/roboto-v20-latin-ext_latin-700.woff2 +0 -0
- package/resources/themes/mdc-light-deeppurple/fonts/roboto-v20-latin-ext_latin-regular.woff +0 -0
- package/resources/themes/mdc-light-deeppurple/fonts/roboto-v20-latin-ext_latin-regular.woff2 +0 -0
- package/resources/themes/mdc-light-deeppurple/theme.css +9765 -0
- package/resources/themes/mdc-light-indigo/fonts/roboto-v20-latin-ext_latin-500.woff +0 -0
- package/resources/themes/mdc-light-indigo/fonts/roboto-v20-latin-ext_latin-500.woff2 +0 -0
- package/resources/themes/mdc-light-indigo/fonts/roboto-v20-latin-ext_latin-700.woff +0 -0
- package/resources/themes/mdc-light-indigo/fonts/roboto-v20-latin-ext_latin-700.woff2 +0 -0
- package/resources/themes/mdc-light-indigo/fonts/roboto-v20-latin-ext_latin-regular.woff +0 -0
- package/resources/themes/mdc-light-indigo/fonts/roboto-v20-latin-ext_latin-regular.woff2 +0 -0
- package/resources/themes/mdc-light-indigo/theme.css +9765 -0
- package/resources/themes/mira/fonts/Inter-Bold.woff +0 -0
- package/resources/themes/mira/fonts/Inter-Bold.woff2 +0 -0
- package/resources/themes/mira/fonts/Inter-Medium.woff +0 -0
- package/resources/themes/mira/fonts/Inter-Medium.woff2 +0 -0
- package/resources/themes/mira/fonts/Inter-Regular.woff +0 -0
- package/resources/themes/mira/fonts/Inter-Regular.woff2 +0 -0
- package/resources/themes/mira/fonts/Inter-SemiBold.woff +0 -0
- package/resources/themes/mira/fonts/Inter-SemiBold.woff2 +0 -0
- package/resources/themes/mira/theme.css +7990 -0
- package/resources/themes/nano/theme.css +7736 -0
- package/resources/themes/nova/theme.css +7702 -0
- package/resources/themes/nova-accent/theme.css +7714 -0
- package/resources/themes/nova-alt/theme.css +7714 -0
- package/resources/themes/rhea/theme.css +7690 -0
- package/resources/themes/saga-blue/theme.css +7753 -0
- package/resources/themes/saga-green/theme.css +7753 -0
- package/resources/themes/saga-orange/theme.css +7753 -0
- package/resources/themes/saga-purple/theme.css +7753 -0
- package/resources/themes/soho-dark/fonts/lato-v17-latin-ext_latin-300.woff +0 -0
- package/resources/themes/soho-dark/fonts/lato-v17-latin-ext_latin-300.woff2 +0 -0
- package/resources/themes/soho-dark/fonts/lato-v17-latin-ext_latin-700.woff +0 -0
- package/resources/themes/soho-dark/fonts/lato-v17-latin-ext_latin-700.woff2 +0 -0
- package/resources/themes/soho-dark/fonts/lato-v17-latin-ext_latin-regular.woff +0 -0
- package/resources/themes/soho-dark/fonts/lato-v17-latin-ext_latin-regular.woff2 +0 -0
- package/resources/themes/soho-dark/theme.css +7719 -0
- package/resources/themes/soho-light/fonts/lato-v17-latin-ext_latin-300.woff +0 -0
- package/resources/themes/soho-light/fonts/lato-v17-latin-ext_latin-300.woff2 +0 -0
- package/resources/themes/soho-light/fonts/lato-v17-latin-ext_latin-700.woff +0 -0
- package/resources/themes/soho-light/fonts/lato-v17-latin-ext_latin-700.woff2 +0 -0
- package/resources/themes/soho-light/fonts/lato-v17-latin-ext_latin-regular.woff +0 -0
- package/resources/themes/soho-light/fonts/lato-v17-latin-ext_latin-regular.woff2 +0 -0
- package/resources/themes/soho-light/theme.css +7785 -0
- package/resources/themes/tailwind-light/fonts/Inter-Bold.woff +0 -0
- package/resources/themes/tailwind-light/fonts/Inter-Bold.woff2 +0 -0
- package/resources/themes/tailwind-light/fonts/Inter-Light.woff +0 -0
- package/resources/themes/tailwind-light/fonts/Inter-Light.woff2 +0 -0
- package/resources/themes/tailwind-light/fonts/Inter-Medium.woff +0 -0
- package/resources/themes/tailwind-light/fonts/Inter-Medium.woff2 +0 -0
- package/resources/themes/tailwind-light/fonts/Inter-Regular.woff +0 -0
- package/resources/themes/tailwind-light/fonts/Inter-Regular.woff2 +0 -0
- package/resources/themes/tailwind-light/fonts/Inter-SemiBold.woff +0 -0
- package/resources/themes/tailwind-light/fonts/Inter-SemiBold.woff2 +0 -0
- package/resources/themes/tailwind-light/theme.css +7867 -0
- package/resources/themes/vela-blue/theme.css +7757 -0
- package/resources/themes/vela-green/theme.css +7757 -0
- package/resources/themes/vela-orange/theme.css +7757 -0
- package/resources/themes/vela-purple/theme.css +7757 -0
- package/resources/themes/viva-dark/fonts/poppins-v15-latin-ext_latin-300.woff +0 -0
- package/resources/themes/viva-dark/fonts/poppins-v15-latin-ext_latin-300.woff2 +0 -0
- package/resources/themes/viva-dark/fonts/poppins-v15-latin-ext_latin-600.woff +0 -0
- package/resources/themes/viva-dark/fonts/poppins-v15-latin-ext_latin-600.woff2 +0 -0
- package/resources/themes/viva-dark/fonts/poppins-v15-latin-ext_latin-700.woff +0 -0
- package/resources/themes/viva-dark/fonts/poppins-v15-latin-ext_latin-700.woff2 +0 -0
- package/resources/themes/viva-dark/fonts/poppins-v15-latin-ext_latin-regular.woff +0 -0
- package/resources/themes/viva-dark/fonts/poppins-v15-latin-ext_latin-regular.woff2 +0 -0
- package/resources/themes/viva-dark/theme.css +7910 -0
- package/resources/themes/viva-light/fonts/poppins-v15-latin-ext_latin-300.woff +0 -0
- package/resources/themes/viva-light/fonts/poppins-v15-latin-ext_latin-300.woff2 +0 -0
- package/resources/themes/viva-light/fonts/poppins-v15-latin-ext_latin-600.woff +0 -0
- package/resources/themes/viva-light/fonts/poppins-v15-latin-ext_latin-600.woff2 +0 -0
- package/resources/themes/viva-light/fonts/poppins-v15-latin-ext_latin-700.woff +0 -0
- package/resources/themes/viva-light/fonts/poppins-v15-latin-ext_latin-700.woff2 +0 -0
- package/resources/themes/viva-light/fonts/poppins-v15-latin-ext_latin-regular.woff +0 -0
- package/resources/themes/viva-light/fonts/poppins-v15-latin-ext_latin-regular.woff2 +0 -0
- package/resources/themes/viva-light/theme.css +7910 -0
- package/ripple/index.d.ts +5 -0
- package/ripple/public_api.d.ts +1 -0
- package/ripple/ripple.d.ts +31 -0
- package/scroller/index.d.ts +5 -0
- package/scroller/public_api.d.ts +1 -0
- package/scroller/scroller.d.ts +251 -0
- package/scrollpanel/index.d.ts +5 -0
- package/scrollpanel/public_api.d.ts +1 -0
- package/scrollpanel/scrollpanel.d.ts +59 -0
- package/scrolltop/index.d.ts +5 -0
- package/scrolltop/public_api.d.ts +1 -0
- package/scrolltop/scrolltop.d.ts +53 -0
- package/selectbutton/index.d.ts +5 -0
- package/selectbutton/public_api.d.ts +1 -0
- package/selectbutton/selectbutton.d.ts +45 -0
- package/sidebar/index.d.ts +5 -0
- package/sidebar/public_api.d.ts +1 -0
- package/sidebar/sidebar.d.ts +75 -0
- package/skeleton/index.d.ts +5 -0
- package/skeleton/public_api.d.ts +1 -0
- package/skeleton/skeleton.d.ts +25 -0
- package/slidemenu/index.d.ts +5 -0
- package/slidemenu/public_api.d.ts +1 -0
- package/slidemenu/slidemenu.d.ts +112 -0
- package/slider/index.d.ts +5 -0
- package/slider/public_api.d.ts +1 -0
- package/slider/slider.d.ts +92 -0
- package/speeddial/index.d.ts +5 -0
- package/speeddial/public_api.d.ts +1 -0
- package/speeddial/speeddial.d.ts +137 -0
- package/spinner/index.d.ts +5 -0
- package/spinner/public_api.d.ts +1 -0
- package/spinner/spinner.d.ts +80 -0
- package/splitbutton/index.d.ts +5 -0
- package/splitbutton/public_api.d.ts +1 -0
- package/splitbutton/splitbutton.d.ts +45 -0
- package/splitter/index.d.ts +5 -0
- package/splitter/public_api.d.ts +1 -0
- package/splitter/splitter.d.ts +88 -0
- package/steps/index.d.ts +5 -0
- package/steps/public_api.d.ts +1 -0
- package/steps/steps.d.ts +33 -0
- package/styleclass/index.d.ts +5 -0
- package/styleclass/public_api.d.ts +1 -0
- package/styleclass/styleclass.d.ts +45 -0
- package/table/index.d.ts +5 -0
- package/table/public_api.d.ts +1 -0
- package/table/table.d.ts +890 -0
- package/tabmenu/index.d.ts +5 -0
- package/tabmenu/public_api.d.ts +1 -0
- package/tabmenu/tabmenu.d.ts +61 -0
- package/tabview/index.d.ts +5 -0
- package/tabview/public_api.d.ts +1 -0
- package/tabview/tabview.d.ts +110 -0
- package/tag/index.d.ts +5 -0
- package/tag/public_api.d.ts +1 -0
- package/tag/tag.d.ts +30 -0
- package/terminal/index.d.ts +5 -0
- package/terminal/public_api.d.ts +2 -0
- package/terminal/terminal.d.ts +34 -0
- package/terminal/terminalservice.d.ts +11 -0
- package/tieredmenu/index.d.ts +5 -0
- package/tieredmenu/public_api.d.ts +1 -0
- package/tieredmenu/tieredmenu.d.ts +109 -0
- package/timeline/index.d.ts +5 -0
- package/timeline/public_api.d.ts +1 -0
- package/timeline/timeline.d.ts +27 -0
- package/toast/index.d.ts +5 -0
- package/toast/public_api.d.ts +1 -0
- package/toast/toast.d.ts +87 -0
- package/togglebutton/index.d.ts +5 -0
- package/togglebutton/public_api.d.ts +1 -0
- package/togglebutton/togglebutton.d.ts +40 -0
- package/toolbar/index.d.ts +5 -0
- package/toolbar/public_api.d.ts +1 -0
- package/toolbar/toolbar.d.ts +23 -0
- package/tooltip/index.d.ts +5 -0
- package/tooltip/public_api.d.ts +1 -0
- package/tooltip/tooltip.d.ts +115 -0
- package/tree/index.d.ts +5 -0
- package/tree/public_api.d.ts +1 -0
- package/tree/tree.d.ts +207 -0
- package/treeselect/index.d.ts +5 -0
- package/treeselect/public_api.d.ts +1 -0
- package/treeselect/treeselect.d.ts +149 -0
- package/treetable/index.d.ts +5 -0
- package/treetable/public_api.d.ts +1 -0
- package/treetable/treetable.d.ts +542 -0
- package/tristatecheckbox/index.d.ts +5 -0
- package/tristatecheckbox/public_api.d.ts +1 -0
- package/tristatecheckbox/tristatecheckbox.d.ts +49 -0
- package/utils/index.d.ts +5 -0
- package/utils/objectutils.d.ts +17 -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 +1 -0
- package/virtualscroller/virtualscroller.d.ts +41 -0
|
@@ -0,0 +1,1379 @@
|
|
|
1
|
+
import * as i1 from '@angular/common';
|
|
2
|
+
import { CommonModule } from '@angular/common';
|
|
3
|
+
import * as i0 from '@angular/core';
|
|
4
|
+
import { forwardRef, EventEmitter, Component, Input, Output, ChangeDetectionStrategy, ViewEncapsulation, ViewChild, ContentChildren, NgModule } from '@angular/core';
|
|
5
|
+
import { NG_VALUE_ACCESSOR } from '@angular/forms';
|
|
6
|
+
import * as i3 from '@qius.solutions/parallel-ui-angular/api';
|
|
7
|
+
import { TranslationKeys, QiusTemplate, SharedModule } from '@qius.solutions/parallel-ui-angular/api';
|
|
8
|
+
import * as i7 from '@qius.solutions/parallel-ui-angular/autofocus';
|
|
9
|
+
import { AutoFocusModule } from '@qius.solutions/parallel-ui-angular/autofocus';
|
|
10
|
+
import { DomHandler } from '@qius.solutions/parallel-ui-angular/dom';
|
|
11
|
+
import * as i4 from '@qius.solutions/parallel-ui-angular/overlay';
|
|
12
|
+
import { OverlayModule } from '@qius.solutions/parallel-ui-angular/overlay';
|
|
13
|
+
import * as i2 from '@qius.solutions/parallel-ui-angular/ripple';
|
|
14
|
+
import { RippleModule } from '@qius.solutions/parallel-ui-angular/ripple';
|
|
15
|
+
import * as i6 from '@qius.solutions/parallel-ui-angular/scroller';
|
|
16
|
+
import { ScrollerModule } from '@qius.solutions/parallel-ui-angular/scroller';
|
|
17
|
+
import * as i5 from '@qius.solutions/parallel-ui-angular/tooltip';
|
|
18
|
+
import { TooltipModule } from '@qius.solutions/parallel-ui-angular/tooltip';
|
|
19
|
+
import { UniqueComponentId, ObjectUtils } from '@qius.solutions/parallel-ui-angular/utils';
|
|
20
|
+
import { TimesIcon } from '@qius.solutions/parallel-ui-angular/icons/times';
|
|
21
|
+
import { ChevronDownIcon } from '@qius.solutions/parallel-ui-angular/icons/chevrondown';
|
|
22
|
+
import { SearchIcon } from '@qius.solutions/parallel-ui-angular/icons/search';
|
|
23
|
+
|
|
24
|
+
const DROPDOWN_VALUE_ACCESSOR = {
|
|
25
|
+
provide: NG_VALUE_ACCESSOR,
|
|
26
|
+
useExisting: forwardRef(() => Dropdown),
|
|
27
|
+
multi: true
|
|
28
|
+
};
|
|
29
|
+
class DropdownItem {
|
|
30
|
+
constructor() {
|
|
31
|
+
this.onClick = new EventEmitter();
|
|
32
|
+
}
|
|
33
|
+
onOptionClick(event) {
|
|
34
|
+
this.onClick.emit({
|
|
35
|
+
originalEvent: event,
|
|
36
|
+
option: this.option
|
|
37
|
+
});
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
DropdownItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DropdownItem, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
41
|
+
DropdownItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DropdownItem, selector: "p-dropdownItem", inputs: { option: "option", selected: "selected", label: "label", disabled: "disabled", visible: "visible", itemSize: "itemSize", template: "template" }, outputs: { onClick: "onClick" }, host: { classAttribute: "p-element" }, ngImport: i0, template: `
|
|
42
|
+
<li
|
|
43
|
+
(click)="onOptionClick($event)"
|
|
44
|
+
role="option"
|
|
45
|
+
pRipple
|
|
46
|
+
[attr.aria-label]="label"
|
|
47
|
+
[attr.aria-selected]="selected"
|
|
48
|
+
[ngStyle]="{ height: itemSize + 'px' }"
|
|
49
|
+
[id]="selected ? 'p-highlighted-option' : ''"
|
|
50
|
+
[ngClass]="{ 'p-dropdown-item': true, 'p-highlight': selected, 'p-disabled': disabled }"
|
|
51
|
+
>
|
|
52
|
+
<span *ngIf="!template">{{ label ?? 'empty' }}</span>
|
|
53
|
+
<ng-container *ngTemplateOutlet="template; context: { $implicit: option }"></ng-container>
|
|
54
|
+
</li>
|
|
55
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: i2.Ripple, selector: "[pRipple]" }] });
|
|
56
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DropdownItem, decorators: [{
|
|
57
|
+
type: Component,
|
|
58
|
+
args: [{
|
|
59
|
+
selector: 'p-dropdownItem',
|
|
60
|
+
template: `
|
|
61
|
+
<li
|
|
62
|
+
(click)="onOptionClick($event)"
|
|
63
|
+
role="option"
|
|
64
|
+
pRipple
|
|
65
|
+
[attr.aria-label]="label"
|
|
66
|
+
[attr.aria-selected]="selected"
|
|
67
|
+
[ngStyle]="{ height: itemSize + 'px' }"
|
|
68
|
+
[id]="selected ? 'p-highlighted-option' : ''"
|
|
69
|
+
[ngClass]="{ 'p-dropdown-item': true, 'p-highlight': selected, 'p-disabled': disabled }"
|
|
70
|
+
>
|
|
71
|
+
<span *ngIf="!template">{{ label ?? 'empty' }}</span>
|
|
72
|
+
<ng-container *ngTemplateOutlet="template; context: { $implicit: option }"></ng-container>
|
|
73
|
+
</li>
|
|
74
|
+
`,
|
|
75
|
+
host: {
|
|
76
|
+
class: 'p-element'
|
|
77
|
+
}
|
|
78
|
+
}]
|
|
79
|
+
}], propDecorators: { option: [{
|
|
80
|
+
type: Input
|
|
81
|
+
}], selected: [{
|
|
82
|
+
type: Input
|
|
83
|
+
}], label: [{
|
|
84
|
+
type: Input
|
|
85
|
+
}], disabled: [{
|
|
86
|
+
type: Input
|
|
87
|
+
}], visible: [{
|
|
88
|
+
type: Input
|
|
89
|
+
}], itemSize: [{
|
|
90
|
+
type: Input
|
|
91
|
+
}], template: [{
|
|
92
|
+
type: Input
|
|
93
|
+
}], onClick: [{
|
|
94
|
+
type: Output
|
|
95
|
+
}] } });
|
|
96
|
+
class Dropdown {
|
|
97
|
+
constructor(el, renderer, cd, zone, filterService, config) {
|
|
98
|
+
this.el = el;
|
|
99
|
+
this.renderer = renderer;
|
|
100
|
+
this.cd = cd;
|
|
101
|
+
this.zone = zone;
|
|
102
|
+
this.filterService = filterService;
|
|
103
|
+
this.config = config;
|
|
104
|
+
this.scrollHeight = '200px';
|
|
105
|
+
this.resetFilterOnHide = false;
|
|
106
|
+
this.optionGroupChildren = 'items';
|
|
107
|
+
this.autoDisplayFirst = true;
|
|
108
|
+
this.emptyFilterMessage = '';
|
|
109
|
+
this.emptyMessage = '';
|
|
110
|
+
this.lazy = false;
|
|
111
|
+
this.filterMatchMode = 'contains';
|
|
112
|
+
this.tooltip = '';
|
|
113
|
+
this.tooltipPosition = 'right';
|
|
114
|
+
this.tooltipPositionStyle = 'absolute';
|
|
115
|
+
this.autofocusFilter = true;
|
|
116
|
+
this.overlayDirection = 'end';
|
|
117
|
+
this.onChange = new EventEmitter();
|
|
118
|
+
this.onFilter = new EventEmitter();
|
|
119
|
+
this.onFocus = new EventEmitter();
|
|
120
|
+
this.onBlur = new EventEmitter();
|
|
121
|
+
this.onClick = new EventEmitter();
|
|
122
|
+
this.onShow = new EventEmitter();
|
|
123
|
+
this.onHide = new EventEmitter();
|
|
124
|
+
this.onClear = new EventEmitter();
|
|
125
|
+
this.onLazyLoad = new EventEmitter();
|
|
126
|
+
this.onModelChange = () => { };
|
|
127
|
+
this.onModelTouched = () => { };
|
|
128
|
+
this.id = UniqueComponentId();
|
|
129
|
+
}
|
|
130
|
+
get disabled() {
|
|
131
|
+
return this._disabled;
|
|
132
|
+
}
|
|
133
|
+
set disabled(_disabled) {
|
|
134
|
+
if (_disabled) {
|
|
135
|
+
this.focused = false;
|
|
136
|
+
if (this.overlayVisible)
|
|
137
|
+
this.hide();
|
|
138
|
+
}
|
|
139
|
+
this._disabled = _disabled;
|
|
140
|
+
if (!this.cd.destroyed) {
|
|
141
|
+
this.cd.detectChanges();
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
get itemSize() {
|
|
145
|
+
return this._itemSize;
|
|
146
|
+
}
|
|
147
|
+
set itemSize(val) {
|
|
148
|
+
this._itemSize = val;
|
|
149
|
+
console.warn('The itemSize property is deprecated, use virtualScrollItemSize property instead.');
|
|
150
|
+
}
|
|
151
|
+
get autoZIndex() {
|
|
152
|
+
return this._autoZIndex;
|
|
153
|
+
}
|
|
154
|
+
set autoZIndex(val) {
|
|
155
|
+
this._autoZIndex = val;
|
|
156
|
+
console.warn('The autoZIndex property is deprecated since v14.2.0, use overlayOptions property instead.');
|
|
157
|
+
}
|
|
158
|
+
get baseZIndex() {
|
|
159
|
+
return this._baseZIndex;
|
|
160
|
+
}
|
|
161
|
+
set baseZIndex(val) {
|
|
162
|
+
this._baseZIndex = val;
|
|
163
|
+
console.warn('The baseZIndex property is deprecated since v14.2.0, use overlayOptions property instead.');
|
|
164
|
+
}
|
|
165
|
+
get showTransitionOptions() {
|
|
166
|
+
return this._showTransitionOptions;
|
|
167
|
+
}
|
|
168
|
+
set showTransitionOptions(val) {
|
|
169
|
+
this._showTransitionOptions = val;
|
|
170
|
+
console.warn('The showTransitionOptions property is deprecated since v14.2.0, use overlayOptions property instead.');
|
|
171
|
+
}
|
|
172
|
+
get hideTransitionOptions() {
|
|
173
|
+
return this._hideTransitionOptions;
|
|
174
|
+
}
|
|
175
|
+
set hideTransitionOptions(val) {
|
|
176
|
+
this._hideTransitionOptions = val;
|
|
177
|
+
console.warn('The hideTransitionOptions property is deprecated since v14.2.0, use overlayOptions property instead.');
|
|
178
|
+
}
|
|
179
|
+
ngAfterContentInit() {
|
|
180
|
+
this.templates.forEach((item) => {
|
|
181
|
+
switch (item.getType()) {
|
|
182
|
+
case 'item':
|
|
183
|
+
this.itemTemplate = item.template;
|
|
184
|
+
break;
|
|
185
|
+
case 'selectedItem':
|
|
186
|
+
this.selectedItemTemplate = item.template;
|
|
187
|
+
break;
|
|
188
|
+
case 'header':
|
|
189
|
+
this.headerTemplate = item.template;
|
|
190
|
+
break;
|
|
191
|
+
case 'filter':
|
|
192
|
+
this.filterTemplate = item.template;
|
|
193
|
+
break;
|
|
194
|
+
case 'footer':
|
|
195
|
+
this.footerTemplate = item.template;
|
|
196
|
+
break;
|
|
197
|
+
case 'emptyfilter':
|
|
198
|
+
this.emptyFilterTemplate = item.template;
|
|
199
|
+
break;
|
|
200
|
+
case 'empty':
|
|
201
|
+
this.emptyTemplate = item.template;
|
|
202
|
+
break;
|
|
203
|
+
case 'group':
|
|
204
|
+
this.groupTemplate = item.template;
|
|
205
|
+
break;
|
|
206
|
+
case 'loader':
|
|
207
|
+
this.loaderTemplate = item.template;
|
|
208
|
+
break;
|
|
209
|
+
case 'dropdownicon':
|
|
210
|
+
this.dropdownIconTemplate = item.template;
|
|
211
|
+
break;
|
|
212
|
+
case 'clearicon':
|
|
213
|
+
this.clearIconTemplate = item.template;
|
|
214
|
+
break;
|
|
215
|
+
case 'filtericon':
|
|
216
|
+
this.filterIconTemplate = item.template;
|
|
217
|
+
break;
|
|
218
|
+
default:
|
|
219
|
+
this.itemTemplate = item.template;
|
|
220
|
+
break;
|
|
221
|
+
}
|
|
222
|
+
});
|
|
223
|
+
}
|
|
224
|
+
ngOnInit() {
|
|
225
|
+
this.optionsToDisplay = this.options;
|
|
226
|
+
this.updateSelectedOption(null);
|
|
227
|
+
this.labelId = this.id + '_label';
|
|
228
|
+
this.listId = this.id + '_list';
|
|
229
|
+
if (this.filterBy) {
|
|
230
|
+
this.filterOptions = {
|
|
231
|
+
filter: (value) => this.onFilterInputChange(value),
|
|
232
|
+
reset: () => this.resetFilter()
|
|
233
|
+
};
|
|
234
|
+
}
|
|
235
|
+
}
|
|
236
|
+
get options() {
|
|
237
|
+
return this._options;
|
|
238
|
+
}
|
|
239
|
+
set options(val) {
|
|
240
|
+
this._options = val;
|
|
241
|
+
this.optionsToDisplay = this._options;
|
|
242
|
+
this.updateSelectedOption(this.value);
|
|
243
|
+
this.selectedOption = this.findOption(this.value, this.optionsToDisplay);
|
|
244
|
+
if (!this.selectedOption && ObjectUtils.isNotEmpty(this.value) && !this.editable) {
|
|
245
|
+
this.value = null;
|
|
246
|
+
this.onModelChange(this.value);
|
|
247
|
+
}
|
|
248
|
+
this.optionsChanged = true;
|
|
249
|
+
if (this._filterValue && this._filterValue.length) {
|
|
250
|
+
this.activateFilter();
|
|
251
|
+
}
|
|
252
|
+
}
|
|
253
|
+
get filterValue() {
|
|
254
|
+
return this._filterValue;
|
|
255
|
+
}
|
|
256
|
+
set filterValue(val) {
|
|
257
|
+
this._filterValue = val;
|
|
258
|
+
this.activateFilter();
|
|
259
|
+
}
|
|
260
|
+
ngAfterViewInit() {
|
|
261
|
+
if (this.editable) {
|
|
262
|
+
this.updateEditableLabel();
|
|
263
|
+
}
|
|
264
|
+
}
|
|
265
|
+
get label() {
|
|
266
|
+
if (typeof this.selectedOption === 'number') {
|
|
267
|
+
this.selectedOption = this.selectedOption.toString();
|
|
268
|
+
}
|
|
269
|
+
return this.selectedOption ? this.getOptionLabel(this.selectedOption) : null;
|
|
270
|
+
}
|
|
271
|
+
get emptyMessageLabel() {
|
|
272
|
+
return this.emptyMessage || this.config.getTranslation(TranslationKeys.EMPTY_MESSAGE);
|
|
273
|
+
}
|
|
274
|
+
get emptyFilterMessageLabel() {
|
|
275
|
+
return this.emptyFilterMessage || this.config.getTranslation(TranslationKeys.EMPTY_FILTER_MESSAGE);
|
|
276
|
+
}
|
|
277
|
+
get filled() {
|
|
278
|
+
if (typeof this.value === 'string')
|
|
279
|
+
return !!this.value;
|
|
280
|
+
return this.value || this.value != null || this.value != undefined;
|
|
281
|
+
}
|
|
282
|
+
get isVisibleClearIcon() {
|
|
283
|
+
return this.value != null && this.value !== '' && this.showClear && !this.disabled;
|
|
284
|
+
}
|
|
285
|
+
updateEditableLabel() {
|
|
286
|
+
if (this.editableInputViewChild && this.editableInputViewChild.nativeElement) {
|
|
287
|
+
this.editableInputViewChild.nativeElement.value = this.selectedOption ? this.getOptionLabel(this.selectedOption) : this.value || '';
|
|
288
|
+
}
|
|
289
|
+
}
|
|
290
|
+
getOptionLabel(option) {
|
|
291
|
+
return this.optionLabel ? ObjectUtils.resolveFieldData(option, this.optionLabel) : option && option.label !== undefined ? option.label : option;
|
|
292
|
+
}
|
|
293
|
+
getOptionValue(option) {
|
|
294
|
+
return this.optionValue ? ObjectUtils.resolveFieldData(option, this.optionValue) : !this.optionLabel && option && option.value !== undefined ? option.value : option;
|
|
295
|
+
}
|
|
296
|
+
isOptionDisabled(option) {
|
|
297
|
+
return this.optionDisabled ? ObjectUtils.resolveFieldData(option, this.optionDisabled) : option && option.disabled !== undefined ? option.disabled : false;
|
|
298
|
+
}
|
|
299
|
+
getOptionGroupLabel(optionGroup) {
|
|
300
|
+
return this.optionGroupLabel ? ObjectUtils.resolveFieldData(optionGroup, this.optionGroupLabel) : optionGroup && optionGroup.label !== undefined ? optionGroup.label : optionGroup;
|
|
301
|
+
}
|
|
302
|
+
getOptionGroupChildren(optionGroup) {
|
|
303
|
+
return this.optionGroupChildren ? ObjectUtils.resolveFieldData(optionGroup, this.optionGroupChildren) : optionGroup.items;
|
|
304
|
+
}
|
|
305
|
+
onItemClick(event) {
|
|
306
|
+
const option = event.option;
|
|
307
|
+
if (!this.isOptionDisabled(option)) {
|
|
308
|
+
this.selectItem(event.originalEvent, option);
|
|
309
|
+
this.accessibleViewChild.nativeElement.focus({ preventScroll: true });
|
|
310
|
+
}
|
|
311
|
+
setTimeout(() => {
|
|
312
|
+
this.hide();
|
|
313
|
+
}, 1);
|
|
314
|
+
}
|
|
315
|
+
selectItem(event, option) {
|
|
316
|
+
if (this.selectedOption != option) {
|
|
317
|
+
this.selectedOption = option;
|
|
318
|
+
this.value = this.getOptionValue(option);
|
|
319
|
+
this.onModelChange(this.value);
|
|
320
|
+
this.updateEditableLabel();
|
|
321
|
+
this.onChange.emit({
|
|
322
|
+
originalEvent: event,
|
|
323
|
+
value: this.value
|
|
324
|
+
});
|
|
325
|
+
}
|
|
326
|
+
}
|
|
327
|
+
ngAfterViewChecked() {
|
|
328
|
+
if (this.optionsChanged && this.overlayVisible) {
|
|
329
|
+
this.optionsChanged = false;
|
|
330
|
+
this.zone.runOutsideAngular(() => {
|
|
331
|
+
setTimeout(() => {
|
|
332
|
+
if (this.overlayViewChild) {
|
|
333
|
+
this.overlayViewChild.alignOverlay();
|
|
334
|
+
}
|
|
335
|
+
}, 1);
|
|
336
|
+
});
|
|
337
|
+
}
|
|
338
|
+
if (this.selectedOptionUpdated && this.itemsWrapper) {
|
|
339
|
+
let selectedItem = DomHandler.findSingle(this.overlayViewChild.overlayViewChild.nativeElement, 'li.p-highlight');
|
|
340
|
+
if (selectedItem) {
|
|
341
|
+
DomHandler.scrollInView(this.itemsWrapper, selectedItem);
|
|
342
|
+
}
|
|
343
|
+
this.selectedOptionUpdated = false;
|
|
344
|
+
}
|
|
345
|
+
}
|
|
346
|
+
writeValue(value) {
|
|
347
|
+
if (this.filter) {
|
|
348
|
+
this.resetFilter();
|
|
349
|
+
}
|
|
350
|
+
this.value = value;
|
|
351
|
+
this.updateSelectedOption(value);
|
|
352
|
+
this.updateEditableLabel();
|
|
353
|
+
this.cd.markForCheck();
|
|
354
|
+
}
|
|
355
|
+
resetFilter() {
|
|
356
|
+
this._filterValue = null;
|
|
357
|
+
if (this.filterViewChild && this.filterViewChild.nativeElement) {
|
|
358
|
+
this.filterViewChild.nativeElement.value = '';
|
|
359
|
+
}
|
|
360
|
+
this.optionsToDisplay = this.options;
|
|
361
|
+
}
|
|
362
|
+
updateSelectedOption(val) {
|
|
363
|
+
this.selectedOption = this.findOption(val, this.optionsToDisplay);
|
|
364
|
+
if (this.autoDisplayFirst && !this.placeholder && !this.selectedOption && this.optionsToDisplay && this.optionsToDisplay.length && !this.editable) {
|
|
365
|
+
if (this.group) {
|
|
366
|
+
this.selectedOption = this.optionsToDisplay[0].items[0];
|
|
367
|
+
}
|
|
368
|
+
else {
|
|
369
|
+
this.selectedOption = this.optionsToDisplay[0];
|
|
370
|
+
}
|
|
371
|
+
this.value = this.getOptionValue(this.selectedOption);
|
|
372
|
+
this.onModelChange(this.value);
|
|
373
|
+
}
|
|
374
|
+
this.selectedOptionUpdated = true;
|
|
375
|
+
}
|
|
376
|
+
registerOnChange(fn) {
|
|
377
|
+
this.onModelChange = fn;
|
|
378
|
+
}
|
|
379
|
+
registerOnTouched(fn) {
|
|
380
|
+
this.onModelTouched = fn;
|
|
381
|
+
}
|
|
382
|
+
setDisabledState(val) {
|
|
383
|
+
this.disabled = val;
|
|
384
|
+
this.cd.markForCheck();
|
|
385
|
+
}
|
|
386
|
+
onMouseclick(event) {
|
|
387
|
+
if (this.disabled || this.readonly || this.isInputClick(event)) {
|
|
388
|
+
return;
|
|
389
|
+
}
|
|
390
|
+
this.onClick.emit(event);
|
|
391
|
+
this.accessibleViewChild.nativeElement.focus({ preventScroll: true });
|
|
392
|
+
if (this.overlayVisible)
|
|
393
|
+
this.hide();
|
|
394
|
+
else
|
|
395
|
+
this.show();
|
|
396
|
+
this.cd.detectChanges();
|
|
397
|
+
}
|
|
398
|
+
isInputClick(event) {
|
|
399
|
+
return DomHandler.hasClass(event.target, 'p-dropdown-clear-icon') || event.target.isSameNode(this.accessibleViewChild.nativeElement) || (this.editableInputViewChild && event.target.isSameNode(this.editableInputViewChild.nativeElement));
|
|
400
|
+
}
|
|
401
|
+
isEmpty() {
|
|
402
|
+
return !this.optionsToDisplay || (this.optionsToDisplay && this.optionsToDisplay.length === 0);
|
|
403
|
+
}
|
|
404
|
+
onEditableInputFocus(event) {
|
|
405
|
+
this.focused = true;
|
|
406
|
+
this.hide();
|
|
407
|
+
this.onFocus.emit(event);
|
|
408
|
+
}
|
|
409
|
+
onEditableInputChange(event) {
|
|
410
|
+
this.value = event.target.value;
|
|
411
|
+
this.updateSelectedOption(this.value);
|
|
412
|
+
this.onModelChange(this.value);
|
|
413
|
+
this.onChange.emit({
|
|
414
|
+
originalEvent: event,
|
|
415
|
+
value: this.value
|
|
416
|
+
});
|
|
417
|
+
}
|
|
418
|
+
show() {
|
|
419
|
+
this.overlayVisible = true;
|
|
420
|
+
this.cd.markForCheck();
|
|
421
|
+
}
|
|
422
|
+
onOverlayAnimationStart(event) {
|
|
423
|
+
if (event.toState === 'visible') {
|
|
424
|
+
this.itemsWrapper = DomHandler.findSingle(this.overlayViewChild.overlayViewChild.nativeElement, this.virtualScroll ? '.p-scroller' : '.p-dropdown-items-wrapper');
|
|
425
|
+
this.virtualScroll && this.scroller.setContentEl(this.itemsViewChild.nativeElement);
|
|
426
|
+
if (this.options && this.options.length) {
|
|
427
|
+
if (this.virtualScroll) {
|
|
428
|
+
const selectedIndex = this.selectedOption ? this.findOptionIndex(this.getOptionValue(this.selectedOption), this.optionsToDisplay) : -1;
|
|
429
|
+
if (selectedIndex !== -1) {
|
|
430
|
+
this.scroller.scrollToIndex(selectedIndex);
|
|
431
|
+
}
|
|
432
|
+
}
|
|
433
|
+
else {
|
|
434
|
+
let selectedListItem = DomHandler.findSingle(this.itemsWrapper, '.p-dropdown-item.p-highlight');
|
|
435
|
+
if (selectedListItem) {
|
|
436
|
+
selectedListItem.scrollIntoView({ block: 'nearest', inline: 'center' });
|
|
437
|
+
}
|
|
438
|
+
}
|
|
439
|
+
}
|
|
440
|
+
if (this.filterViewChild && this.filterViewChild.nativeElement) {
|
|
441
|
+
this.preventModelTouched = true;
|
|
442
|
+
if (this.autofocusFilter) {
|
|
443
|
+
this.filterViewChild.nativeElement.focus();
|
|
444
|
+
}
|
|
445
|
+
}
|
|
446
|
+
this.onShow.emit(event);
|
|
447
|
+
}
|
|
448
|
+
if (event.toState === 'void') {
|
|
449
|
+
this.itemsWrapper = null;
|
|
450
|
+
this.onModelTouched();
|
|
451
|
+
this.onHide.emit(event);
|
|
452
|
+
}
|
|
453
|
+
}
|
|
454
|
+
hide() {
|
|
455
|
+
this.overlayVisible = false;
|
|
456
|
+
if (this.filter && this.resetFilterOnHide) {
|
|
457
|
+
this.resetFilter();
|
|
458
|
+
}
|
|
459
|
+
this.cd.markForCheck();
|
|
460
|
+
}
|
|
461
|
+
onInputFocus(event) {
|
|
462
|
+
this.focused = true;
|
|
463
|
+
this.onFocus.emit(event);
|
|
464
|
+
}
|
|
465
|
+
onInputBlur(event) {
|
|
466
|
+
this.focused = false;
|
|
467
|
+
this.onBlur.emit(event);
|
|
468
|
+
if (!this.preventModelTouched) {
|
|
469
|
+
this.onModelTouched();
|
|
470
|
+
}
|
|
471
|
+
this.preventModelTouched = false;
|
|
472
|
+
}
|
|
473
|
+
findPrevEnabledOption(index) {
|
|
474
|
+
let prevEnabledOption;
|
|
475
|
+
if (this.optionsToDisplay && this.optionsToDisplay.length) {
|
|
476
|
+
for (let i = index - 1; 0 <= i; i--) {
|
|
477
|
+
let option = this.optionsToDisplay[i];
|
|
478
|
+
if (this.isOptionDisabled(option)) {
|
|
479
|
+
continue;
|
|
480
|
+
}
|
|
481
|
+
else {
|
|
482
|
+
prevEnabledOption = option;
|
|
483
|
+
break;
|
|
484
|
+
}
|
|
485
|
+
}
|
|
486
|
+
if (!prevEnabledOption) {
|
|
487
|
+
for (let i = this.optionsToDisplay.length - 1; i >= index; i--) {
|
|
488
|
+
let option = this.optionsToDisplay[i];
|
|
489
|
+
if (this.isOptionDisabled(option)) {
|
|
490
|
+
continue;
|
|
491
|
+
}
|
|
492
|
+
else {
|
|
493
|
+
prevEnabledOption = option;
|
|
494
|
+
break;
|
|
495
|
+
}
|
|
496
|
+
}
|
|
497
|
+
}
|
|
498
|
+
}
|
|
499
|
+
return prevEnabledOption;
|
|
500
|
+
}
|
|
501
|
+
findNextEnabledOption(index) {
|
|
502
|
+
let nextEnabledOption;
|
|
503
|
+
if (this.optionsToDisplay && this.optionsToDisplay.length) {
|
|
504
|
+
for (let i = index + 1; i < this.optionsToDisplay.length; i++) {
|
|
505
|
+
let option = this.optionsToDisplay[i];
|
|
506
|
+
if (this.isOptionDisabled(option)) {
|
|
507
|
+
continue;
|
|
508
|
+
}
|
|
509
|
+
else {
|
|
510
|
+
nextEnabledOption = option;
|
|
511
|
+
break;
|
|
512
|
+
}
|
|
513
|
+
}
|
|
514
|
+
if (!nextEnabledOption) {
|
|
515
|
+
for (let i = 0; i < index; i++) {
|
|
516
|
+
let option = this.optionsToDisplay[i];
|
|
517
|
+
if (this.isOptionDisabled(option)) {
|
|
518
|
+
continue;
|
|
519
|
+
}
|
|
520
|
+
else {
|
|
521
|
+
nextEnabledOption = option;
|
|
522
|
+
break;
|
|
523
|
+
}
|
|
524
|
+
}
|
|
525
|
+
}
|
|
526
|
+
}
|
|
527
|
+
return nextEnabledOption;
|
|
528
|
+
}
|
|
529
|
+
onKeydown(event, search) {
|
|
530
|
+
if (this.readonly || !this.optionsToDisplay || this.optionsToDisplay.length === null) {
|
|
531
|
+
return;
|
|
532
|
+
}
|
|
533
|
+
switch (event.which) {
|
|
534
|
+
//down
|
|
535
|
+
case 40:
|
|
536
|
+
if (!this.overlayVisible && event.altKey) {
|
|
537
|
+
this.show();
|
|
538
|
+
}
|
|
539
|
+
else {
|
|
540
|
+
if (this.group) {
|
|
541
|
+
let selectedItemIndex = this.selectedOption ? this.findOptionGroupIndex(this.getOptionValue(this.selectedOption), this.optionsToDisplay) : -1;
|
|
542
|
+
if (selectedItemIndex !== -1) {
|
|
543
|
+
let nextItemIndex = selectedItemIndex.itemIndex + 1;
|
|
544
|
+
if (nextItemIndex < this.getOptionGroupChildren(this.optionsToDisplay[selectedItemIndex.groupIndex]).length) {
|
|
545
|
+
this.selectItem(event, this.getOptionGroupChildren(this.optionsToDisplay[selectedItemIndex.groupIndex])[nextItemIndex]);
|
|
546
|
+
this.selectedOptionUpdated = true;
|
|
547
|
+
}
|
|
548
|
+
else if (this.optionsToDisplay[selectedItemIndex.groupIndex + 1]) {
|
|
549
|
+
this.selectItem(event, this.getOptionGroupChildren(this.optionsToDisplay[selectedItemIndex.groupIndex + 1])[0]);
|
|
550
|
+
this.selectedOptionUpdated = true;
|
|
551
|
+
}
|
|
552
|
+
}
|
|
553
|
+
else {
|
|
554
|
+
if (this.optionsToDisplay && this.optionsToDisplay.length > 0) {
|
|
555
|
+
this.selectItem(event, this.getOptionGroupChildren(this.optionsToDisplay[0])[0]);
|
|
556
|
+
}
|
|
557
|
+
}
|
|
558
|
+
}
|
|
559
|
+
else {
|
|
560
|
+
let selectedItemIndex = this.selectedOption ? this.findOptionIndex(this.getOptionValue(this.selectedOption), this.optionsToDisplay) : -1;
|
|
561
|
+
let nextEnabledOption = this.findNextEnabledOption(selectedItemIndex);
|
|
562
|
+
if (nextEnabledOption) {
|
|
563
|
+
this.selectItem(event, nextEnabledOption);
|
|
564
|
+
this.selectedOptionUpdated = true;
|
|
565
|
+
}
|
|
566
|
+
}
|
|
567
|
+
}
|
|
568
|
+
event.preventDefault();
|
|
569
|
+
break;
|
|
570
|
+
//up
|
|
571
|
+
case 38:
|
|
572
|
+
if (this.group) {
|
|
573
|
+
let selectedItemIndex = this.selectedOption ? this.findOptionGroupIndex(this.getOptionValue(this.selectedOption), this.optionsToDisplay) : -1;
|
|
574
|
+
if (selectedItemIndex !== -1) {
|
|
575
|
+
let prevItemIndex = selectedItemIndex.itemIndex - 1;
|
|
576
|
+
if (prevItemIndex >= 0) {
|
|
577
|
+
this.selectItem(event, this.getOptionGroupChildren(this.optionsToDisplay[selectedItemIndex.groupIndex])[prevItemIndex]);
|
|
578
|
+
this.selectedOptionUpdated = true;
|
|
579
|
+
}
|
|
580
|
+
else if (prevItemIndex < 0) {
|
|
581
|
+
let prevGroup = this.optionsToDisplay[selectedItemIndex.groupIndex - 1];
|
|
582
|
+
if (prevGroup) {
|
|
583
|
+
this.selectItem(event, this.getOptionGroupChildren(prevGroup)[this.getOptionGroupChildren(prevGroup).length - 1]);
|
|
584
|
+
this.selectedOptionUpdated = true;
|
|
585
|
+
}
|
|
586
|
+
}
|
|
587
|
+
}
|
|
588
|
+
}
|
|
589
|
+
else {
|
|
590
|
+
let selectedItemIndex = this.selectedOption ? this.findOptionIndex(this.getOptionValue(this.selectedOption), this.optionsToDisplay) : -1;
|
|
591
|
+
let prevEnabledOption = this.findPrevEnabledOption(selectedItemIndex);
|
|
592
|
+
if (prevEnabledOption) {
|
|
593
|
+
this.selectItem(event, prevEnabledOption);
|
|
594
|
+
this.selectedOptionUpdated = true;
|
|
595
|
+
}
|
|
596
|
+
}
|
|
597
|
+
event.preventDefault();
|
|
598
|
+
break;
|
|
599
|
+
//space
|
|
600
|
+
case 32:
|
|
601
|
+
if (search) {
|
|
602
|
+
if (!this.overlayVisible) {
|
|
603
|
+
this.show();
|
|
604
|
+
}
|
|
605
|
+
else {
|
|
606
|
+
this.hide();
|
|
607
|
+
}
|
|
608
|
+
event.preventDefault();
|
|
609
|
+
}
|
|
610
|
+
break;
|
|
611
|
+
//enter
|
|
612
|
+
case 13:
|
|
613
|
+
if (this.overlayVisible && (!this.filter || (this.optionsToDisplay && this.optionsToDisplay.length > 0))) {
|
|
614
|
+
this.hide();
|
|
615
|
+
}
|
|
616
|
+
else if (!this.overlayVisible) {
|
|
617
|
+
this.show();
|
|
618
|
+
}
|
|
619
|
+
event.preventDefault();
|
|
620
|
+
break;
|
|
621
|
+
//escape and tab
|
|
622
|
+
case 27:
|
|
623
|
+
case 9:
|
|
624
|
+
this.hide();
|
|
625
|
+
break;
|
|
626
|
+
//search item based on keyboard input
|
|
627
|
+
default:
|
|
628
|
+
if (search && !event.metaKey && event.which !== 17) {
|
|
629
|
+
this.search(event);
|
|
630
|
+
}
|
|
631
|
+
break;
|
|
632
|
+
}
|
|
633
|
+
}
|
|
634
|
+
search(event) {
|
|
635
|
+
if (this.searchTimeout) {
|
|
636
|
+
clearTimeout(this.searchTimeout);
|
|
637
|
+
}
|
|
638
|
+
const char = event.key;
|
|
639
|
+
this.previousSearchChar = this.currentSearchChar;
|
|
640
|
+
this.currentSearchChar = char;
|
|
641
|
+
if (this.previousSearchChar === this.currentSearchChar)
|
|
642
|
+
this.searchValue = this.currentSearchChar;
|
|
643
|
+
else
|
|
644
|
+
this.searchValue = this.searchValue ? this.searchValue + char : char;
|
|
645
|
+
let newOption;
|
|
646
|
+
if (this.group) {
|
|
647
|
+
let searchIndex = this.selectedOption ? this.findOptionGroupIndex(this.getOptionValue(this.selectedOption), this.optionsToDisplay) : { groupIndex: 0, itemIndex: 0 };
|
|
648
|
+
newOption = this.searchOptionWithinGroup(searchIndex);
|
|
649
|
+
}
|
|
650
|
+
else {
|
|
651
|
+
let searchIndex = this.selectedOption ? this.findOptionIndex(this.getOptionValue(this.selectedOption), this.optionsToDisplay) : -1;
|
|
652
|
+
newOption = this.searchOption(++searchIndex);
|
|
653
|
+
}
|
|
654
|
+
if (newOption && !this.isOptionDisabled(newOption)) {
|
|
655
|
+
this.selectItem(event, newOption);
|
|
656
|
+
this.selectedOptionUpdated = true;
|
|
657
|
+
}
|
|
658
|
+
this.searchTimeout = setTimeout(() => {
|
|
659
|
+
this.searchValue = null;
|
|
660
|
+
}, 250);
|
|
661
|
+
}
|
|
662
|
+
searchOption(index) {
|
|
663
|
+
let option;
|
|
664
|
+
if (this.searchValue) {
|
|
665
|
+
option = this.searchOptionInRange(index, this.optionsToDisplay.length);
|
|
666
|
+
if (!option) {
|
|
667
|
+
option = this.searchOptionInRange(0, index);
|
|
668
|
+
}
|
|
669
|
+
}
|
|
670
|
+
return option;
|
|
671
|
+
}
|
|
672
|
+
searchOptionInRange(start, end) {
|
|
673
|
+
for (let i = start; i < end; i++) {
|
|
674
|
+
let opt = this.optionsToDisplay[i];
|
|
675
|
+
if (this.getOptionLabel(opt)
|
|
676
|
+
.toLocaleLowerCase(this.filterLocale)
|
|
677
|
+
.startsWith(this.searchValue.toLocaleLowerCase(this.filterLocale)) &&
|
|
678
|
+
!this.isOptionDisabled(opt)) {
|
|
679
|
+
return opt;
|
|
680
|
+
}
|
|
681
|
+
}
|
|
682
|
+
return null;
|
|
683
|
+
}
|
|
684
|
+
searchOptionWithinGroup(index) {
|
|
685
|
+
let option;
|
|
686
|
+
if (this.searchValue) {
|
|
687
|
+
for (let i = index.groupIndex; i < this.optionsToDisplay.length; i++) {
|
|
688
|
+
for (let j = index.groupIndex === i ? index.itemIndex + 1 : 0; j < this.getOptionGroupChildren(this.optionsToDisplay[i]).length; j++) {
|
|
689
|
+
let opt = this.getOptionGroupChildren(this.optionsToDisplay[i])[j];
|
|
690
|
+
if (this.getOptionLabel(opt)
|
|
691
|
+
.toLocaleLowerCase(this.filterLocale)
|
|
692
|
+
.startsWith(this.searchValue.toLocaleLowerCase(this.filterLocale)) &&
|
|
693
|
+
!this.isOptionDisabled(opt)) {
|
|
694
|
+
return opt;
|
|
695
|
+
}
|
|
696
|
+
}
|
|
697
|
+
}
|
|
698
|
+
if (!option) {
|
|
699
|
+
for (let i = 0; i <= index.groupIndex; i++) {
|
|
700
|
+
for (let j = 0; j < (index.groupIndex === i ? index.itemIndex : this.getOptionGroupChildren(this.optionsToDisplay[i]).length); j++) {
|
|
701
|
+
let opt = this.getOptionGroupChildren(this.optionsToDisplay[i])[j];
|
|
702
|
+
if (this.getOptionLabel(opt)
|
|
703
|
+
.toLocaleLowerCase(this.filterLocale)
|
|
704
|
+
.startsWith(this.searchValue.toLocaleLowerCase(this.filterLocale)) &&
|
|
705
|
+
!this.isOptionDisabled(opt)) {
|
|
706
|
+
return opt;
|
|
707
|
+
}
|
|
708
|
+
}
|
|
709
|
+
}
|
|
710
|
+
}
|
|
711
|
+
}
|
|
712
|
+
return null;
|
|
713
|
+
}
|
|
714
|
+
findOptionIndex(val, opts) {
|
|
715
|
+
let index = -1;
|
|
716
|
+
if (opts) {
|
|
717
|
+
for (let i = 0; i < opts.length; i++) {
|
|
718
|
+
if ((val == null && this.getOptionValue(opts[i]) == null) || ObjectUtils.equals(val, this.getOptionValue(opts[i]), this.dataKey)) {
|
|
719
|
+
index = i;
|
|
720
|
+
break;
|
|
721
|
+
}
|
|
722
|
+
}
|
|
723
|
+
}
|
|
724
|
+
return index;
|
|
725
|
+
}
|
|
726
|
+
findOptionGroupIndex(val, opts) {
|
|
727
|
+
let groupIndex, itemIndex;
|
|
728
|
+
if (opts) {
|
|
729
|
+
for (let i = 0; i < opts.length; i++) {
|
|
730
|
+
groupIndex = i;
|
|
731
|
+
itemIndex = this.findOptionIndex(val, this.getOptionGroupChildren(opts[i]));
|
|
732
|
+
if (itemIndex !== -1) {
|
|
733
|
+
break;
|
|
734
|
+
}
|
|
735
|
+
}
|
|
736
|
+
}
|
|
737
|
+
if (itemIndex !== -1) {
|
|
738
|
+
return { groupIndex: groupIndex, itemIndex: itemIndex };
|
|
739
|
+
}
|
|
740
|
+
else {
|
|
741
|
+
return -1;
|
|
742
|
+
}
|
|
743
|
+
}
|
|
744
|
+
findOption(val, opts, inGroup) {
|
|
745
|
+
if (this.group && !inGroup) {
|
|
746
|
+
let opt;
|
|
747
|
+
if (opts && opts.length) {
|
|
748
|
+
for (let optgroup of opts) {
|
|
749
|
+
opt = this.findOption(val, this.getOptionGroupChildren(optgroup), true);
|
|
750
|
+
if (opt) {
|
|
751
|
+
break;
|
|
752
|
+
}
|
|
753
|
+
}
|
|
754
|
+
}
|
|
755
|
+
return opt;
|
|
756
|
+
}
|
|
757
|
+
else {
|
|
758
|
+
let index = this.findOptionIndex(val, opts);
|
|
759
|
+
return index != -1 ? opts[index] : null;
|
|
760
|
+
}
|
|
761
|
+
}
|
|
762
|
+
onFilterInputChange(event) {
|
|
763
|
+
let inputValue = event.target.value;
|
|
764
|
+
if (inputValue && inputValue.length) {
|
|
765
|
+
this._filterValue = inputValue;
|
|
766
|
+
this.activateFilter();
|
|
767
|
+
}
|
|
768
|
+
else {
|
|
769
|
+
this._filterValue = null;
|
|
770
|
+
this.optionsToDisplay = this.options;
|
|
771
|
+
}
|
|
772
|
+
this.virtualScroll && this.scroller.scrollToIndex(0);
|
|
773
|
+
this.optionsChanged = true;
|
|
774
|
+
this.onFilter.emit({ originalEvent: event, filter: this._filterValue });
|
|
775
|
+
}
|
|
776
|
+
activateFilter() {
|
|
777
|
+
let searchFields = (this.filterBy || this.optionLabel || 'label').split(',');
|
|
778
|
+
if (this.options && this.options.length) {
|
|
779
|
+
if (this.group) {
|
|
780
|
+
let filteredGroups = [];
|
|
781
|
+
for (let optgroup of this.options) {
|
|
782
|
+
let filteredSubOptions = this.filterService.filter(this.getOptionGroupChildren(optgroup), searchFields, this.filterValue, this.filterMatchMode, this.filterLocale);
|
|
783
|
+
if (filteredSubOptions && filteredSubOptions.length) {
|
|
784
|
+
filteredGroups.push({ ...optgroup, ...{ [this.optionGroupChildren]: filteredSubOptions } });
|
|
785
|
+
}
|
|
786
|
+
}
|
|
787
|
+
this.optionsToDisplay = filteredGroups;
|
|
788
|
+
}
|
|
789
|
+
else {
|
|
790
|
+
this.optionsToDisplay = this.filterService.filter(this.options, searchFields, this.filterValue, this.filterMatchMode, this.filterLocale);
|
|
791
|
+
}
|
|
792
|
+
this.optionsChanged = true;
|
|
793
|
+
}
|
|
794
|
+
}
|
|
795
|
+
applyFocus() {
|
|
796
|
+
if (this.editable)
|
|
797
|
+
DomHandler.findSingle(this.el.nativeElement, '.p-dropdown-label.p-inputtext').focus();
|
|
798
|
+
else
|
|
799
|
+
DomHandler.findSingle(this.el.nativeElement, 'input[readonly]').focus();
|
|
800
|
+
}
|
|
801
|
+
focus() {
|
|
802
|
+
this.applyFocus();
|
|
803
|
+
}
|
|
804
|
+
clear(event) {
|
|
805
|
+
this.value = null;
|
|
806
|
+
this.onModelChange(this.value);
|
|
807
|
+
this.onChange.emit({
|
|
808
|
+
originalEvent: event,
|
|
809
|
+
value: this.value
|
|
810
|
+
});
|
|
811
|
+
this.updateSelectedOption(this.value);
|
|
812
|
+
this.updateEditableLabel();
|
|
813
|
+
this.onClear.emit(event);
|
|
814
|
+
}
|
|
815
|
+
}
|
|
816
|
+
Dropdown.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Dropdown, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }, { token: i0.NgZone }, { token: i3.FilterService }, { token: i3.ParallelUIAngularConfig }], target: i0.ɵɵFactoryTarget.Component });
|
|
817
|
+
Dropdown.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: Dropdown, selector: "p-dropdown", inputs: { scrollHeight: "scrollHeight", filter: "filter", name: "name", style: "style", panelStyle: "panelStyle", styleClass: "styleClass", panelStyleClass: "panelStyleClass", readonly: "readonly", required: "required", editable: "editable", appendTo: "appendTo", tabindex: "tabindex", placeholder: "placeholder", filterPlaceholder: "filterPlaceholder", filterLocale: "filterLocale", inputId: "inputId", selectId: "selectId", dataKey: "dataKey", filterBy: "filterBy", autofocus: "autofocus", resetFilterOnHide: "resetFilterOnHide", dropdownIcon: "dropdownIcon", optionLabel: "optionLabel", optionValue: "optionValue", optionDisabled: "optionDisabled", optionGroupLabel: "optionGroupLabel", optionGroupChildren: "optionGroupChildren", autoDisplayFirst: "autoDisplayFirst", group: "group", showClear: "showClear", emptyFilterMessage: "emptyFilterMessage", emptyMessage: "emptyMessage", lazy: "lazy", virtualScroll: "virtualScroll", virtualScrollItemSize: "virtualScrollItemSize", virtualScrollOptions: "virtualScrollOptions", overlayOptions: "overlayOptions", ariaFilterLabel: "ariaFilterLabel", ariaLabel: "ariaLabel", ariaLabelledBy: "ariaLabelledBy", filterMatchMode: "filterMatchMode", maxlength: "maxlength", tooltip: "tooltip", tooltipPosition: "tooltipPosition", tooltipPositionStyle: "tooltipPositionStyle", tooltipStyleClass: "tooltipStyleClass", autofocusFilter: "autofocusFilter", overlayDirection: "overlayDirection", disabled: "disabled", itemSize: "itemSize", autoZIndex: "autoZIndex", baseZIndex: "baseZIndex", showTransitionOptions: "showTransitionOptions", hideTransitionOptions: "hideTransitionOptions", options: "options", filterValue: "filterValue" }, outputs: { onChange: "onChange", onFilter: "onFilter", onFocus: "onFocus", onBlur: "onBlur", onClick: "onClick", onShow: "onShow", onHide: "onHide", onClear: "onClear", onLazyLoad: "onLazyLoad" }, host: { properties: { "class.p-inputwrapper-filled": "filled", "class.p-inputwrapper-focus": "focused || overlayVisible" }, classAttribute: "p-element p-inputwrapper" }, providers: [DROPDOWN_VALUE_ACCESSOR], queries: [{ propertyName: "templates", predicate: QiusTemplate }], viewQueries: [{ propertyName: "containerViewChild", first: true, predicate: ["container"], descendants: true }, { propertyName: "filterViewChild", first: true, predicate: ["filter"], descendants: true }, { propertyName: "accessibleViewChild", first: true, predicate: ["in"], descendants: true }, { propertyName: "editableInputViewChild", first: true, predicate: ["editableInput"], descendants: true }, { propertyName: "itemsViewChild", first: true, predicate: ["items"], descendants: true }, { propertyName: "scroller", first: true, predicate: ["scroller"], descendants: true }, { propertyName: "overlayViewChild", first: true, predicate: ["overlay"], descendants: true }], ngImport: i0, template: `
|
|
818
|
+
<div
|
|
819
|
+
#container
|
|
820
|
+
[ngClass]="{ 'p-dropdown p-component': true, 'p-disabled': disabled, 'p-dropdown-open': overlayVisible, 'p-focus': focused, 'p-dropdown-clearable': showClear && !disabled }"
|
|
821
|
+
(click)="onMouseclick($event)"
|
|
822
|
+
[ngStyle]="style"
|
|
823
|
+
[class]="styleClass"
|
|
824
|
+
>
|
|
825
|
+
<div class="p-hidden-accessible">
|
|
826
|
+
<input
|
|
827
|
+
#in
|
|
828
|
+
[attr.id]="inputId"
|
|
829
|
+
type="text"
|
|
830
|
+
readonly
|
|
831
|
+
(focus)="onInputFocus($event)"
|
|
832
|
+
aria-haspopup="listbox"
|
|
833
|
+
[attr.placeholder]="placeholder"
|
|
834
|
+
aria-haspopup="listbox"
|
|
835
|
+
[attr.aria-label]="ariaLabel"
|
|
836
|
+
[attr.aria-expanded]="false"
|
|
837
|
+
[attr.aria-labelledby]="ariaLabelledBy"
|
|
838
|
+
(blur)="onInputBlur($event)"
|
|
839
|
+
(keydown)="onKeydown($event, true)"
|
|
840
|
+
[disabled]="disabled"
|
|
841
|
+
[attr.tabindex]="tabindex"
|
|
842
|
+
pAutoFocus
|
|
843
|
+
[autofocus]="autofocus"
|
|
844
|
+
[attr.aria-activedescendant]="overlayVisible ? labelId : null"
|
|
845
|
+
role="combobox"
|
|
846
|
+
/>
|
|
847
|
+
</div>
|
|
848
|
+
<span
|
|
849
|
+
[attr.id]="labelId"
|
|
850
|
+
[ngClass]="{ 'p-dropdown-label p-inputtext': true, 'p-dropdown-label-empty': label == null || label.length === 0 }"
|
|
851
|
+
*ngIf="!editable && label != null"
|
|
852
|
+
[pTooltip]="tooltip"
|
|
853
|
+
[tooltipPosition]="tooltipPosition"
|
|
854
|
+
[positionStyle]="tooltipPositionStyle"
|
|
855
|
+
[tooltipStyleClass]="tooltipStyleClass"
|
|
856
|
+
>
|
|
857
|
+
<ng-container *ngIf="!selectedItemTemplate">{{ label || 'empty' }}</ng-container>
|
|
858
|
+
<ng-container *ngTemplateOutlet="selectedItemTemplate; context: { $implicit: selectedOption }"></ng-container>
|
|
859
|
+
</span>
|
|
860
|
+
<span [ngClass]="{ 'p-dropdown-label p-inputtext p-placeholder': true, 'p-dropdown-label-empty': placeholder == null || placeholder.length === 0 }" *ngIf="!editable && label == null">{{ placeholder || 'empty' }}</span>
|
|
861
|
+
<input
|
|
862
|
+
#editableInput
|
|
863
|
+
type="text"
|
|
864
|
+
[attr.maxlength]="maxlength"
|
|
865
|
+
class="p-dropdown-label p-inputtext"
|
|
866
|
+
*ngIf="editable"
|
|
867
|
+
[disabled]="disabled"
|
|
868
|
+
[attr.placeholder]="placeholder"
|
|
869
|
+
aria-haspopup="listbox"
|
|
870
|
+
[attr.aria-expanded]="overlayVisible"
|
|
871
|
+
(input)="onEditableInputChange($event)"
|
|
872
|
+
(focus)="onEditableInputFocus($event)"
|
|
873
|
+
(blur)="onInputBlur($event)"
|
|
874
|
+
/>
|
|
875
|
+
|
|
876
|
+
<ng-container *ngIf="isVisibleClearIcon">
|
|
877
|
+
<TimesIcon [styleClass]="'p-dropdown-clear-icon'" (click)="clear($event)" *ngIf="!clearIconTemplate" />
|
|
878
|
+
<span class="p-dropdown-clear-icon" (click)="clear($event)" *ngIf="clearIconTemplate">
|
|
879
|
+
<ng-template *ngTemplateOutlet="clearIconTemplate"></ng-template>
|
|
880
|
+
</span>
|
|
881
|
+
</ng-container>
|
|
882
|
+
|
|
883
|
+
|
|
884
|
+
<div class="p-dropdown-trigger" role="button" aria-label="dropdown trigger" aria-haspopup="listbox" [attr.aria-expanded]="overlayVisible">
|
|
885
|
+
<ng-container *ngIf="!dropdownIconTemplate">
|
|
886
|
+
<span class="p-dropdown-trigger-icon" *ngIf="dropdownIcon" [ngClass]="dropdownIcon"></span>
|
|
887
|
+
<ChevronDownIcon *ngIf="!dropdownIcon" [styleClass]="'p-dropdown-trigger-icon'" />
|
|
888
|
+
</ng-container>
|
|
889
|
+
<span *ngIf="dropdownIconTemplate" class="p-dropdown-trigger-icon">
|
|
890
|
+
<ng-template *ngTemplateOutlet="dropdownIconTemplate"></ng-template>
|
|
891
|
+
</span>
|
|
892
|
+
</div>
|
|
893
|
+
|
|
894
|
+
<p-overlay
|
|
895
|
+
#overlay
|
|
896
|
+
[(visible)]="overlayVisible"
|
|
897
|
+
[options]="overlayOptions"
|
|
898
|
+
[target]="'@parent'"
|
|
899
|
+
[appendTo]="appendTo"
|
|
900
|
+
[autoZIndex]="autoZIndex"
|
|
901
|
+
[baseZIndex]="baseZIndex"
|
|
902
|
+
[showTransitionOptions]="showTransitionOptions"
|
|
903
|
+
[hideTransitionOptions]="hideTransitionOptions"
|
|
904
|
+
(onAnimationStart)="onOverlayAnimationStart($event)"
|
|
905
|
+
(onHide)="hide()"
|
|
906
|
+
>
|
|
907
|
+
<ng-template pTemplate="content">
|
|
908
|
+
<div [ngClass]="'p-dropdown-panel p-component'" [ngStyle]="panelStyle" [class]="panelStyleClass">
|
|
909
|
+
<ng-container *ngTemplateOutlet="headerTemplate"></ng-container>
|
|
910
|
+
<div class="p-dropdown-header" *ngIf="filter" (click)="$event.stopPropagation()">
|
|
911
|
+
<ng-container *ngIf="filterTemplate; else builtInFilterElement">
|
|
912
|
+
<ng-container *ngTemplateOutlet="filterTemplate; context: { options: filterOptions }"></ng-container>
|
|
913
|
+
</ng-container>
|
|
914
|
+
<ng-template #builtInFilterElement>
|
|
915
|
+
<div class="p-dropdown-filter-container">
|
|
916
|
+
<input
|
|
917
|
+
#filter
|
|
918
|
+
type="text"
|
|
919
|
+
autocomplete="off"
|
|
920
|
+
[value]="filterValue || ''"
|
|
921
|
+
class="p-dropdown-filter p-inputtext p-component"
|
|
922
|
+
[attr.placeholder]="filterPlaceholder"
|
|
923
|
+
(keydown.enter)="$event.preventDefault()"
|
|
924
|
+
(keydown)="onKeydown($event, false)"
|
|
925
|
+
(input)="onFilterInputChange($event)"
|
|
926
|
+
[attr.aria-label]="ariaFilterLabel"
|
|
927
|
+
[attr.aria-activedescendant]="overlayVisible ? 'p-highlighted-option' : labelId"
|
|
928
|
+
/>
|
|
929
|
+
<SearchIcon *ngIf="!filterIconTemplate" [styleClass]="'p-dropdown-filter-icon'" />
|
|
930
|
+
<span *ngIf="filterIconTemplate" class="p-dropdown-filter-icon">
|
|
931
|
+
<ng-template *ngTemplateOutlet="filterIconTemplate"></ng-template>
|
|
932
|
+
</span>
|
|
933
|
+
</div>
|
|
934
|
+
</ng-template>
|
|
935
|
+
</div>
|
|
936
|
+
<div class="p-dropdown-items-wrapper" [style.max-height]="virtualScroll ? 'auto' : scrollHeight || 'auto'">
|
|
937
|
+
<p-scroller
|
|
938
|
+
*ngIf="virtualScroll"
|
|
939
|
+
#scroller
|
|
940
|
+
[items]="optionsToDisplay"
|
|
941
|
+
[style]="{ height: scrollHeight }"
|
|
942
|
+
[itemSize]="virtualScrollItemSize || _itemSize"
|
|
943
|
+
[autoSize]="true"
|
|
944
|
+
[lazy]="lazy"
|
|
945
|
+
(onLazyLoad)="onLazyLoad.emit($event)"
|
|
946
|
+
[options]="virtualScrollOptions"
|
|
947
|
+
>
|
|
948
|
+
<ng-template pTemplate="content" let-items let-scrollerOptions="options">
|
|
949
|
+
<ng-container *ngTemplateOutlet="buildInItems; context: { $implicit: items, options: scrollerOptions }"></ng-container>
|
|
950
|
+
</ng-template>
|
|
951
|
+
<ng-container *ngIf="loaderTemplate">
|
|
952
|
+
<ng-template pTemplate="loader" let-scrollerOptions="options">
|
|
953
|
+
<ng-container *ngTemplateOutlet="loaderTemplate; context: { options: scrollerOptions }"></ng-container>
|
|
954
|
+
</ng-template>
|
|
955
|
+
</ng-container>
|
|
956
|
+
</p-scroller>
|
|
957
|
+
<ng-container *ngIf="!virtualScroll">
|
|
958
|
+
<ng-container *ngTemplateOutlet="buildInItems; context: { $implicit: optionsToDisplay, options: {} }"></ng-container>
|
|
959
|
+
</ng-container>
|
|
960
|
+
|
|
961
|
+
<ng-template #buildInItems let-items let-scrollerOptions="options">
|
|
962
|
+
<ul #items [attr.id]="listId" class="p-dropdown-items" [ngClass]="scrollerOptions.contentStyleClass" [style]="scrollerOptions.contentStyle" role="listbox">
|
|
963
|
+
<ng-container *ngIf="group">
|
|
964
|
+
<ng-template ngFor let-optgroup [ngForOf]="items">
|
|
965
|
+
<li class="p-dropdown-item-group" [ngStyle]="{ height: scrollerOptions.itemSize + 'px' }">
|
|
966
|
+
<span *ngIf="!groupTemplate">{{ getOptionGroupLabel(optgroup) || 'empty' }}</span>
|
|
967
|
+
<ng-container *ngTemplateOutlet="groupTemplate; context: { $implicit: optgroup }"></ng-container>
|
|
968
|
+
</li>
|
|
969
|
+
<ng-container *ngTemplateOutlet="itemslist; context: { $implicit: getOptionGroupChildren(optgroup), selectedOption: selectedOption }"></ng-container>
|
|
970
|
+
</ng-template>
|
|
971
|
+
</ng-container>
|
|
972
|
+
<ng-container *ngIf="!group">
|
|
973
|
+
<ng-container *ngTemplateOutlet="itemslist; context: { $implicit: items, selectedOption: selectedOption }"></ng-container>
|
|
974
|
+
</ng-container>
|
|
975
|
+
<ng-template #itemslist let-options let-selectedOption="selectedOption">
|
|
976
|
+
<ng-template ngFor let-option let-i="index" [ngForOf]="options">
|
|
977
|
+
<p-dropdownItem
|
|
978
|
+
[option]="option"
|
|
979
|
+
[selected]="selectedOption == option"
|
|
980
|
+
[label]="getOptionLabel(option)"
|
|
981
|
+
[disabled]="isOptionDisabled(option)"
|
|
982
|
+
(onClick)="onItemClick($event)"
|
|
983
|
+
[template]="itemTemplate"
|
|
984
|
+
></p-dropdownItem>
|
|
985
|
+
</ng-template>
|
|
986
|
+
</ng-template>
|
|
987
|
+
<li *ngIf="filterValue && isEmpty()" class="p-dropdown-empty-message" [ngStyle]="{ height: scrollerOptions.itemSize + 'px' }">
|
|
988
|
+
<ng-container *ngIf="!emptyFilterTemplate && !emptyTemplate; else emptyFilter">
|
|
989
|
+
{{ emptyFilterMessageLabel }}
|
|
990
|
+
</ng-container>
|
|
991
|
+
<ng-container #emptyFilter *ngTemplateOutlet="emptyFilterTemplate || emptyTemplate"></ng-container>
|
|
992
|
+
</li>
|
|
993
|
+
<li *ngIf="!filterValue && isEmpty()" class="p-dropdown-empty-message" [ngStyle]="{ height: scrollerOptions.itemSize + 'px' }">
|
|
994
|
+
<ng-container *ngIf="!emptyTemplate; else empty">
|
|
995
|
+
{{ emptyMessageLabel }}
|
|
996
|
+
</ng-container>
|
|
997
|
+
<ng-container #empty *ngTemplateOutlet="emptyTemplate"></ng-container>
|
|
998
|
+
</li>
|
|
999
|
+
</ul>
|
|
1000
|
+
</ng-template>
|
|
1001
|
+
</div>
|
|
1002
|
+
<ng-container *ngTemplateOutlet="footerTemplate"></ng-container>
|
|
1003
|
+
</div>
|
|
1004
|
+
</ng-template>
|
|
1005
|
+
</p-overlay>
|
|
1006
|
+
</div>
|
|
1007
|
+
`, isInline: true, styles: [".p-dropdown{display:inline-flex;cursor:pointer;position:relative;-webkit-user-select:none;user-select:none}.p-dropdown-clear-icon{position:absolute;top:50%;margin-top:-.5rem}.p-dropdown-trigger{display:flex;align-items:center;justify-content:center;flex-shrink:0}.p-dropdown-label{display:block;white-space:nowrap;overflow:hidden;flex:1 1 auto;width:1%;text-overflow:ellipsis;cursor:pointer}.p-dropdown-label-empty{overflow:hidden;visibility:hidden}input.p-dropdown-label{cursor:default}.p-dropdown-items-wrapper{overflow:auto}.p-dropdown-item{cursor:pointer;font-weight:400;white-space:nowrap;position:relative;overflow:hidden}.p-dropdown-items{margin:0;padding:0;list-style-type:none}.p-dropdown-filter{width:100%}.p-dropdown-filter-container{position:relative}.p-dropdown-filter-icon{position:absolute;top:50%;margin-top:-.5rem}.p-fluid .p-dropdown{display:flex}.p-fluid .p-dropdown .p-dropdown-label{width:1%}\n"], dependencies: [{ kind: "directive", type: i0.forwardRef(function () { return i1.NgClass; }), selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i0.forwardRef(function () { return i1.NgForOf; }), selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i0.forwardRef(function () { return i1.NgIf; }), selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i0.forwardRef(function () { return i1.NgTemplateOutlet; }), selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i0.forwardRef(function () { return i1.NgStyle; }), selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "component", type: i0.forwardRef(function () { return i4.Overlay; }), selector: "p-overlay", inputs: ["visible", "mode", "style", "styleClass", "contentStyle", "contentStyleClass", "target", "appendTo", "autoZIndex", "baseZIndex", "showTransitionOptions", "hideTransitionOptions", "listener", "responsive", "options"], outputs: ["visibleChange", "onBeforeShow", "onShow", "onBeforeHide", "onHide", "onAnimationStart", "onAnimationDone"] }, { kind: "directive", type: i0.forwardRef(function () { return i3.QiusTemplate; }), selector: "[pTemplate]", inputs: ["type", "pTemplate"] }, { kind: "directive", type: i0.forwardRef(function () { return i5.Tooltip; }), selector: "[pTooltip]", inputs: ["tooltipPosition", "tooltipEvent", "appendTo", "positionStyle", "tooltipStyleClass", "tooltipZIndex", "escape", "showDelay", "hideDelay", "life", "positionTop", "positionLeft", "autoHide", "fitContent", "hideOnEscape", "pTooltip", "tooltipDisabled", "tooltipOptions"] }, { kind: "component", type: i0.forwardRef(function () { return i6.Scroller; }), selector: "p-scroller", inputs: ["id", "style", "styleClass", "tabindex", "items", "itemSize", "scrollHeight", "scrollWidth", "orientation", "step", "delay", "resizeDelay", "appendOnly", "inline", "lazy", "disabled", "loaderDisabled", "columns", "showSpacer", "showLoader", "numToleratedItems", "loading", "autoSize", "trackBy", "options"], outputs: ["onLazyLoad", "onScroll", "onScrollIndexChange"] }, { kind: "directive", type: i0.forwardRef(function () { return i7.AutoFocus; }), selector: "[pAutoFocus]", inputs: ["autofocus"] }, { kind: "component", type: i0.forwardRef(function () { return TimesIcon; }), selector: "TimesIcon" }, { kind: "component", type: i0.forwardRef(function () { return ChevronDownIcon; }), selector: "ChevronDownIcon" }, { kind: "component", type: i0.forwardRef(function () { return SearchIcon; }), selector: "SearchIcon" }, { kind: "component", type: i0.forwardRef(function () { return DropdownItem; }), selector: "p-dropdownItem", inputs: ["option", "selected", "label", "disabled", "visible", "itemSize", "template"], outputs: ["onClick"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
1008
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Dropdown, decorators: [{
|
|
1009
|
+
type: Component,
|
|
1010
|
+
args: [{ selector: 'p-dropdown', template: `
|
|
1011
|
+
<div
|
|
1012
|
+
#container
|
|
1013
|
+
[ngClass]="{ 'p-dropdown p-component': true, 'p-disabled': disabled, 'p-dropdown-open': overlayVisible, 'p-focus': focused, 'p-dropdown-clearable': showClear && !disabled }"
|
|
1014
|
+
(click)="onMouseclick($event)"
|
|
1015
|
+
[ngStyle]="style"
|
|
1016
|
+
[class]="styleClass"
|
|
1017
|
+
>
|
|
1018
|
+
<div class="p-hidden-accessible">
|
|
1019
|
+
<input
|
|
1020
|
+
#in
|
|
1021
|
+
[attr.id]="inputId"
|
|
1022
|
+
type="text"
|
|
1023
|
+
readonly
|
|
1024
|
+
(focus)="onInputFocus($event)"
|
|
1025
|
+
aria-haspopup="listbox"
|
|
1026
|
+
[attr.placeholder]="placeholder"
|
|
1027
|
+
aria-haspopup="listbox"
|
|
1028
|
+
[attr.aria-label]="ariaLabel"
|
|
1029
|
+
[attr.aria-expanded]="false"
|
|
1030
|
+
[attr.aria-labelledby]="ariaLabelledBy"
|
|
1031
|
+
(blur)="onInputBlur($event)"
|
|
1032
|
+
(keydown)="onKeydown($event, true)"
|
|
1033
|
+
[disabled]="disabled"
|
|
1034
|
+
[attr.tabindex]="tabindex"
|
|
1035
|
+
pAutoFocus
|
|
1036
|
+
[autofocus]="autofocus"
|
|
1037
|
+
[attr.aria-activedescendant]="overlayVisible ? labelId : null"
|
|
1038
|
+
role="combobox"
|
|
1039
|
+
/>
|
|
1040
|
+
</div>
|
|
1041
|
+
<span
|
|
1042
|
+
[attr.id]="labelId"
|
|
1043
|
+
[ngClass]="{ 'p-dropdown-label p-inputtext': true, 'p-dropdown-label-empty': label == null || label.length === 0 }"
|
|
1044
|
+
*ngIf="!editable && label != null"
|
|
1045
|
+
[pTooltip]="tooltip"
|
|
1046
|
+
[tooltipPosition]="tooltipPosition"
|
|
1047
|
+
[positionStyle]="tooltipPositionStyle"
|
|
1048
|
+
[tooltipStyleClass]="tooltipStyleClass"
|
|
1049
|
+
>
|
|
1050
|
+
<ng-container *ngIf="!selectedItemTemplate">{{ label || 'empty' }}</ng-container>
|
|
1051
|
+
<ng-container *ngTemplateOutlet="selectedItemTemplate; context: { $implicit: selectedOption }"></ng-container>
|
|
1052
|
+
</span>
|
|
1053
|
+
<span [ngClass]="{ 'p-dropdown-label p-inputtext p-placeholder': true, 'p-dropdown-label-empty': placeholder == null || placeholder.length === 0 }" *ngIf="!editable && label == null">{{ placeholder || 'empty' }}</span>
|
|
1054
|
+
<input
|
|
1055
|
+
#editableInput
|
|
1056
|
+
type="text"
|
|
1057
|
+
[attr.maxlength]="maxlength"
|
|
1058
|
+
class="p-dropdown-label p-inputtext"
|
|
1059
|
+
*ngIf="editable"
|
|
1060
|
+
[disabled]="disabled"
|
|
1061
|
+
[attr.placeholder]="placeholder"
|
|
1062
|
+
aria-haspopup="listbox"
|
|
1063
|
+
[attr.aria-expanded]="overlayVisible"
|
|
1064
|
+
(input)="onEditableInputChange($event)"
|
|
1065
|
+
(focus)="onEditableInputFocus($event)"
|
|
1066
|
+
(blur)="onInputBlur($event)"
|
|
1067
|
+
/>
|
|
1068
|
+
|
|
1069
|
+
<ng-container *ngIf="isVisibleClearIcon">
|
|
1070
|
+
<TimesIcon [styleClass]="'p-dropdown-clear-icon'" (click)="clear($event)" *ngIf="!clearIconTemplate" />
|
|
1071
|
+
<span class="p-dropdown-clear-icon" (click)="clear($event)" *ngIf="clearIconTemplate">
|
|
1072
|
+
<ng-template *ngTemplateOutlet="clearIconTemplate"></ng-template>
|
|
1073
|
+
</span>
|
|
1074
|
+
</ng-container>
|
|
1075
|
+
|
|
1076
|
+
|
|
1077
|
+
<div class="p-dropdown-trigger" role="button" aria-label="dropdown trigger" aria-haspopup="listbox" [attr.aria-expanded]="overlayVisible">
|
|
1078
|
+
<ng-container *ngIf="!dropdownIconTemplate">
|
|
1079
|
+
<span class="p-dropdown-trigger-icon" *ngIf="dropdownIcon" [ngClass]="dropdownIcon"></span>
|
|
1080
|
+
<ChevronDownIcon *ngIf="!dropdownIcon" [styleClass]="'p-dropdown-trigger-icon'" />
|
|
1081
|
+
</ng-container>
|
|
1082
|
+
<span *ngIf="dropdownIconTemplate" class="p-dropdown-trigger-icon">
|
|
1083
|
+
<ng-template *ngTemplateOutlet="dropdownIconTemplate"></ng-template>
|
|
1084
|
+
</span>
|
|
1085
|
+
</div>
|
|
1086
|
+
|
|
1087
|
+
<p-overlay
|
|
1088
|
+
#overlay
|
|
1089
|
+
[(visible)]="overlayVisible"
|
|
1090
|
+
[options]="overlayOptions"
|
|
1091
|
+
[target]="'@parent'"
|
|
1092
|
+
[appendTo]="appendTo"
|
|
1093
|
+
[autoZIndex]="autoZIndex"
|
|
1094
|
+
[baseZIndex]="baseZIndex"
|
|
1095
|
+
[showTransitionOptions]="showTransitionOptions"
|
|
1096
|
+
[hideTransitionOptions]="hideTransitionOptions"
|
|
1097
|
+
(onAnimationStart)="onOverlayAnimationStart($event)"
|
|
1098
|
+
(onHide)="hide()"
|
|
1099
|
+
>
|
|
1100
|
+
<ng-template pTemplate="content">
|
|
1101
|
+
<div [ngClass]="'p-dropdown-panel p-component'" [ngStyle]="panelStyle" [class]="panelStyleClass">
|
|
1102
|
+
<ng-container *ngTemplateOutlet="headerTemplate"></ng-container>
|
|
1103
|
+
<div class="p-dropdown-header" *ngIf="filter" (click)="$event.stopPropagation()">
|
|
1104
|
+
<ng-container *ngIf="filterTemplate; else builtInFilterElement">
|
|
1105
|
+
<ng-container *ngTemplateOutlet="filterTemplate; context: { options: filterOptions }"></ng-container>
|
|
1106
|
+
</ng-container>
|
|
1107
|
+
<ng-template #builtInFilterElement>
|
|
1108
|
+
<div class="p-dropdown-filter-container">
|
|
1109
|
+
<input
|
|
1110
|
+
#filter
|
|
1111
|
+
type="text"
|
|
1112
|
+
autocomplete="off"
|
|
1113
|
+
[value]="filterValue || ''"
|
|
1114
|
+
class="p-dropdown-filter p-inputtext p-component"
|
|
1115
|
+
[attr.placeholder]="filterPlaceholder"
|
|
1116
|
+
(keydown.enter)="$event.preventDefault()"
|
|
1117
|
+
(keydown)="onKeydown($event, false)"
|
|
1118
|
+
(input)="onFilterInputChange($event)"
|
|
1119
|
+
[attr.aria-label]="ariaFilterLabel"
|
|
1120
|
+
[attr.aria-activedescendant]="overlayVisible ? 'p-highlighted-option' : labelId"
|
|
1121
|
+
/>
|
|
1122
|
+
<SearchIcon *ngIf="!filterIconTemplate" [styleClass]="'p-dropdown-filter-icon'" />
|
|
1123
|
+
<span *ngIf="filterIconTemplate" class="p-dropdown-filter-icon">
|
|
1124
|
+
<ng-template *ngTemplateOutlet="filterIconTemplate"></ng-template>
|
|
1125
|
+
</span>
|
|
1126
|
+
</div>
|
|
1127
|
+
</ng-template>
|
|
1128
|
+
</div>
|
|
1129
|
+
<div class="p-dropdown-items-wrapper" [style.max-height]="virtualScroll ? 'auto' : scrollHeight || 'auto'">
|
|
1130
|
+
<p-scroller
|
|
1131
|
+
*ngIf="virtualScroll"
|
|
1132
|
+
#scroller
|
|
1133
|
+
[items]="optionsToDisplay"
|
|
1134
|
+
[style]="{ height: scrollHeight }"
|
|
1135
|
+
[itemSize]="virtualScrollItemSize || _itemSize"
|
|
1136
|
+
[autoSize]="true"
|
|
1137
|
+
[lazy]="lazy"
|
|
1138
|
+
(onLazyLoad)="onLazyLoad.emit($event)"
|
|
1139
|
+
[options]="virtualScrollOptions"
|
|
1140
|
+
>
|
|
1141
|
+
<ng-template pTemplate="content" let-items let-scrollerOptions="options">
|
|
1142
|
+
<ng-container *ngTemplateOutlet="buildInItems; context: { $implicit: items, options: scrollerOptions }"></ng-container>
|
|
1143
|
+
</ng-template>
|
|
1144
|
+
<ng-container *ngIf="loaderTemplate">
|
|
1145
|
+
<ng-template pTemplate="loader" let-scrollerOptions="options">
|
|
1146
|
+
<ng-container *ngTemplateOutlet="loaderTemplate; context: { options: scrollerOptions }"></ng-container>
|
|
1147
|
+
</ng-template>
|
|
1148
|
+
</ng-container>
|
|
1149
|
+
</p-scroller>
|
|
1150
|
+
<ng-container *ngIf="!virtualScroll">
|
|
1151
|
+
<ng-container *ngTemplateOutlet="buildInItems; context: { $implicit: optionsToDisplay, options: {} }"></ng-container>
|
|
1152
|
+
</ng-container>
|
|
1153
|
+
|
|
1154
|
+
<ng-template #buildInItems let-items let-scrollerOptions="options">
|
|
1155
|
+
<ul #items [attr.id]="listId" class="p-dropdown-items" [ngClass]="scrollerOptions.contentStyleClass" [style]="scrollerOptions.contentStyle" role="listbox">
|
|
1156
|
+
<ng-container *ngIf="group">
|
|
1157
|
+
<ng-template ngFor let-optgroup [ngForOf]="items">
|
|
1158
|
+
<li class="p-dropdown-item-group" [ngStyle]="{ height: scrollerOptions.itemSize + 'px' }">
|
|
1159
|
+
<span *ngIf="!groupTemplate">{{ getOptionGroupLabel(optgroup) || 'empty' }}</span>
|
|
1160
|
+
<ng-container *ngTemplateOutlet="groupTemplate; context: { $implicit: optgroup }"></ng-container>
|
|
1161
|
+
</li>
|
|
1162
|
+
<ng-container *ngTemplateOutlet="itemslist; context: { $implicit: getOptionGroupChildren(optgroup), selectedOption: selectedOption }"></ng-container>
|
|
1163
|
+
</ng-template>
|
|
1164
|
+
</ng-container>
|
|
1165
|
+
<ng-container *ngIf="!group">
|
|
1166
|
+
<ng-container *ngTemplateOutlet="itemslist; context: { $implicit: items, selectedOption: selectedOption }"></ng-container>
|
|
1167
|
+
</ng-container>
|
|
1168
|
+
<ng-template #itemslist let-options let-selectedOption="selectedOption">
|
|
1169
|
+
<ng-template ngFor let-option let-i="index" [ngForOf]="options">
|
|
1170
|
+
<p-dropdownItem
|
|
1171
|
+
[option]="option"
|
|
1172
|
+
[selected]="selectedOption == option"
|
|
1173
|
+
[label]="getOptionLabel(option)"
|
|
1174
|
+
[disabled]="isOptionDisabled(option)"
|
|
1175
|
+
(onClick)="onItemClick($event)"
|
|
1176
|
+
[template]="itemTemplate"
|
|
1177
|
+
></p-dropdownItem>
|
|
1178
|
+
</ng-template>
|
|
1179
|
+
</ng-template>
|
|
1180
|
+
<li *ngIf="filterValue && isEmpty()" class="p-dropdown-empty-message" [ngStyle]="{ height: scrollerOptions.itemSize + 'px' }">
|
|
1181
|
+
<ng-container *ngIf="!emptyFilterTemplate && !emptyTemplate; else emptyFilter">
|
|
1182
|
+
{{ emptyFilterMessageLabel }}
|
|
1183
|
+
</ng-container>
|
|
1184
|
+
<ng-container #emptyFilter *ngTemplateOutlet="emptyFilterTemplate || emptyTemplate"></ng-container>
|
|
1185
|
+
</li>
|
|
1186
|
+
<li *ngIf="!filterValue && isEmpty()" class="p-dropdown-empty-message" [ngStyle]="{ height: scrollerOptions.itemSize + 'px' }">
|
|
1187
|
+
<ng-container *ngIf="!emptyTemplate; else empty">
|
|
1188
|
+
{{ emptyMessageLabel }}
|
|
1189
|
+
</ng-container>
|
|
1190
|
+
<ng-container #empty *ngTemplateOutlet="emptyTemplate"></ng-container>
|
|
1191
|
+
</li>
|
|
1192
|
+
</ul>
|
|
1193
|
+
</ng-template>
|
|
1194
|
+
</div>
|
|
1195
|
+
<ng-container *ngTemplateOutlet="footerTemplate"></ng-container>
|
|
1196
|
+
</div>
|
|
1197
|
+
</ng-template>
|
|
1198
|
+
</p-overlay>
|
|
1199
|
+
</div>
|
|
1200
|
+
`, host: {
|
|
1201
|
+
class: 'p-element p-inputwrapper',
|
|
1202
|
+
'[class.p-inputwrapper-filled]': 'filled',
|
|
1203
|
+
'[class.p-inputwrapper-focus]': 'focused || overlayVisible'
|
|
1204
|
+
}, providers: [DROPDOWN_VALUE_ACCESSOR], changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, styles: [".p-dropdown{display:inline-flex;cursor:pointer;position:relative;-webkit-user-select:none;user-select:none}.p-dropdown-clear-icon{position:absolute;top:50%;margin-top:-.5rem}.p-dropdown-trigger{display:flex;align-items:center;justify-content:center;flex-shrink:0}.p-dropdown-label{display:block;white-space:nowrap;overflow:hidden;flex:1 1 auto;width:1%;text-overflow:ellipsis;cursor:pointer}.p-dropdown-label-empty{overflow:hidden;visibility:hidden}input.p-dropdown-label{cursor:default}.p-dropdown-items-wrapper{overflow:auto}.p-dropdown-item{cursor:pointer;font-weight:400;white-space:nowrap;position:relative;overflow:hidden}.p-dropdown-items{margin:0;padding:0;list-style-type:none}.p-dropdown-filter{width:100%}.p-dropdown-filter-container{position:relative}.p-dropdown-filter-icon{position:absolute;top:50%;margin-top:-.5rem}.p-fluid .p-dropdown{display:flex}.p-fluid .p-dropdown .p-dropdown-label{width:1%}\n"] }]
|
|
1205
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ChangeDetectorRef }, { type: i0.NgZone }, { type: i3.FilterService }, { type: i3.ParallelUIAngularConfig }]; }, propDecorators: { scrollHeight: [{
|
|
1206
|
+
type: Input
|
|
1207
|
+
}], filter: [{
|
|
1208
|
+
type: Input
|
|
1209
|
+
}], name: [{
|
|
1210
|
+
type: Input
|
|
1211
|
+
}], style: [{
|
|
1212
|
+
type: Input
|
|
1213
|
+
}], panelStyle: [{
|
|
1214
|
+
type: Input
|
|
1215
|
+
}], styleClass: [{
|
|
1216
|
+
type: Input
|
|
1217
|
+
}], panelStyleClass: [{
|
|
1218
|
+
type: Input
|
|
1219
|
+
}], readonly: [{
|
|
1220
|
+
type: Input
|
|
1221
|
+
}], required: [{
|
|
1222
|
+
type: Input
|
|
1223
|
+
}], editable: [{
|
|
1224
|
+
type: Input
|
|
1225
|
+
}], appendTo: [{
|
|
1226
|
+
type: Input
|
|
1227
|
+
}], tabindex: [{
|
|
1228
|
+
type: Input
|
|
1229
|
+
}], placeholder: [{
|
|
1230
|
+
type: Input
|
|
1231
|
+
}], filterPlaceholder: [{
|
|
1232
|
+
type: Input
|
|
1233
|
+
}], filterLocale: [{
|
|
1234
|
+
type: Input
|
|
1235
|
+
}], inputId: [{
|
|
1236
|
+
type: Input
|
|
1237
|
+
}], selectId: [{
|
|
1238
|
+
type: Input
|
|
1239
|
+
}], dataKey: [{
|
|
1240
|
+
type: Input
|
|
1241
|
+
}], filterBy: [{
|
|
1242
|
+
type: Input
|
|
1243
|
+
}], autofocus: [{
|
|
1244
|
+
type: Input
|
|
1245
|
+
}], resetFilterOnHide: [{
|
|
1246
|
+
type: Input
|
|
1247
|
+
}], dropdownIcon: [{
|
|
1248
|
+
type: Input
|
|
1249
|
+
}], optionLabel: [{
|
|
1250
|
+
type: Input
|
|
1251
|
+
}], optionValue: [{
|
|
1252
|
+
type: Input
|
|
1253
|
+
}], optionDisabled: [{
|
|
1254
|
+
type: Input
|
|
1255
|
+
}], optionGroupLabel: [{
|
|
1256
|
+
type: Input
|
|
1257
|
+
}], optionGroupChildren: [{
|
|
1258
|
+
type: Input
|
|
1259
|
+
}], autoDisplayFirst: [{
|
|
1260
|
+
type: Input
|
|
1261
|
+
}], group: [{
|
|
1262
|
+
type: Input
|
|
1263
|
+
}], showClear: [{
|
|
1264
|
+
type: Input
|
|
1265
|
+
}], emptyFilterMessage: [{
|
|
1266
|
+
type: Input
|
|
1267
|
+
}], emptyMessage: [{
|
|
1268
|
+
type: Input
|
|
1269
|
+
}], lazy: [{
|
|
1270
|
+
type: Input
|
|
1271
|
+
}], virtualScroll: [{
|
|
1272
|
+
type: Input
|
|
1273
|
+
}], virtualScrollItemSize: [{
|
|
1274
|
+
type: Input
|
|
1275
|
+
}], virtualScrollOptions: [{
|
|
1276
|
+
type: Input
|
|
1277
|
+
}], overlayOptions: [{
|
|
1278
|
+
type: Input
|
|
1279
|
+
}], ariaFilterLabel: [{
|
|
1280
|
+
type: Input
|
|
1281
|
+
}], ariaLabel: [{
|
|
1282
|
+
type: Input
|
|
1283
|
+
}], ariaLabelledBy: [{
|
|
1284
|
+
type: Input
|
|
1285
|
+
}], filterMatchMode: [{
|
|
1286
|
+
type: Input
|
|
1287
|
+
}], maxlength: [{
|
|
1288
|
+
type: Input
|
|
1289
|
+
}], tooltip: [{
|
|
1290
|
+
type: Input
|
|
1291
|
+
}], tooltipPosition: [{
|
|
1292
|
+
type: Input
|
|
1293
|
+
}], tooltipPositionStyle: [{
|
|
1294
|
+
type: Input
|
|
1295
|
+
}], tooltipStyleClass: [{
|
|
1296
|
+
type: Input
|
|
1297
|
+
}], autofocusFilter: [{
|
|
1298
|
+
type: Input
|
|
1299
|
+
}], overlayDirection: [{
|
|
1300
|
+
type: Input
|
|
1301
|
+
}], onChange: [{
|
|
1302
|
+
type: Output
|
|
1303
|
+
}], onFilter: [{
|
|
1304
|
+
type: Output
|
|
1305
|
+
}], onFocus: [{
|
|
1306
|
+
type: Output
|
|
1307
|
+
}], onBlur: [{
|
|
1308
|
+
type: Output
|
|
1309
|
+
}], onClick: [{
|
|
1310
|
+
type: Output
|
|
1311
|
+
}], onShow: [{
|
|
1312
|
+
type: Output
|
|
1313
|
+
}], onHide: [{
|
|
1314
|
+
type: Output
|
|
1315
|
+
}], onClear: [{
|
|
1316
|
+
type: Output
|
|
1317
|
+
}], onLazyLoad: [{
|
|
1318
|
+
type: Output
|
|
1319
|
+
}], containerViewChild: [{
|
|
1320
|
+
type: ViewChild,
|
|
1321
|
+
args: ['container']
|
|
1322
|
+
}], filterViewChild: [{
|
|
1323
|
+
type: ViewChild,
|
|
1324
|
+
args: ['filter']
|
|
1325
|
+
}], accessibleViewChild: [{
|
|
1326
|
+
type: ViewChild,
|
|
1327
|
+
args: ['in']
|
|
1328
|
+
}], editableInputViewChild: [{
|
|
1329
|
+
type: ViewChild,
|
|
1330
|
+
args: ['editableInput']
|
|
1331
|
+
}], itemsViewChild: [{
|
|
1332
|
+
type: ViewChild,
|
|
1333
|
+
args: ['items']
|
|
1334
|
+
}], scroller: [{
|
|
1335
|
+
type: ViewChild,
|
|
1336
|
+
args: ['scroller']
|
|
1337
|
+
}], overlayViewChild: [{
|
|
1338
|
+
type: ViewChild,
|
|
1339
|
+
args: ['overlay']
|
|
1340
|
+
}], templates: [{
|
|
1341
|
+
type: ContentChildren,
|
|
1342
|
+
args: [QiusTemplate]
|
|
1343
|
+
}], disabled: [{
|
|
1344
|
+
type: Input
|
|
1345
|
+
}], itemSize: [{
|
|
1346
|
+
type: Input
|
|
1347
|
+
}], autoZIndex: [{
|
|
1348
|
+
type: Input
|
|
1349
|
+
}], baseZIndex: [{
|
|
1350
|
+
type: Input
|
|
1351
|
+
}], showTransitionOptions: [{
|
|
1352
|
+
type: Input
|
|
1353
|
+
}], hideTransitionOptions: [{
|
|
1354
|
+
type: Input
|
|
1355
|
+
}], options: [{
|
|
1356
|
+
type: Input
|
|
1357
|
+
}], filterValue: [{
|
|
1358
|
+
type: Input
|
|
1359
|
+
}] } });
|
|
1360
|
+
class DropdownModule {
|
|
1361
|
+
}
|
|
1362
|
+
DropdownModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DropdownModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1363
|
+
DropdownModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: DropdownModule, declarations: [Dropdown, DropdownItem], imports: [CommonModule, OverlayModule, SharedModule, TooltipModule, RippleModule, ScrollerModule, AutoFocusModule, TimesIcon, ChevronDownIcon, SearchIcon], exports: [Dropdown, OverlayModule, SharedModule, ScrollerModule] });
|
|
1364
|
+
DropdownModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DropdownModule, imports: [CommonModule, OverlayModule, SharedModule, TooltipModule, RippleModule, ScrollerModule, AutoFocusModule, TimesIcon, ChevronDownIcon, SearchIcon, OverlayModule, SharedModule, ScrollerModule] });
|
|
1365
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DropdownModule, decorators: [{
|
|
1366
|
+
type: NgModule,
|
|
1367
|
+
args: [{
|
|
1368
|
+
imports: [CommonModule, OverlayModule, SharedModule, TooltipModule, RippleModule, ScrollerModule, AutoFocusModule, TimesIcon, ChevronDownIcon, SearchIcon],
|
|
1369
|
+
exports: [Dropdown, OverlayModule, SharedModule, ScrollerModule],
|
|
1370
|
+
declarations: [Dropdown, DropdownItem]
|
|
1371
|
+
}]
|
|
1372
|
+
}] });
|
|
1373
|
+
|
|
1374
|
+
/**
|
|
1375
|
+
* Generated bundle index. Do not edit.
|
|
1376
|
+
*/
|
|
1377
|
+
|
|
1378
|
+
export { DROPDOWN_VALUE_ACCESSOR, Dropdown, DropdownItem, DropdownModule };
|
|
1379
|
+
//# sourceMappingURL=qius.solutions-parallel-ui-angular-dropdown.mjs.map
|