@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,3130 @@
|
|
|
1
|
+
import { trigger, state, style, transition, animate } from '@angular/animations';
|
|
2
|
+
import * as i2 from '@angular/common';
|
|
3
|
+
import { DOCUMENT, CommonModule } from '@angular/common';
|
|
4
|
+
import * as i0 from '@angular/core';
|
|
5
|
+
import { forwardRef, EventEmitter, Component, ChangeDetectionStrategy, ViewEncapsulation, Inject, Input, Output, ContentChildren, ViewChild, NgModule } from '@angular/core';
|
|
6
|
+
import { NG_VALUE_ACCESSOR } from '@angular/forms';
|
|
7
|
+
import * as i1 from '@qius.solutions/parallel-ui-angular/api';
|
|
8
|
+
import { TranslationKeys, QiusTemplate, SharedModule } from '@qius.solutions/parallel-ui-angular/api';
|
|
9
|
+
import * as i3 from '@qius.solutions/parallel-ui-angular/button';
|
|
10
|
+
import { ButtonModule } from '@qius.solutions/parallel-ui-angular/button';
|
|
11
|
+
import { DomHandler, ConnectedOverlayScrollHandler } from '@qius.solutions/parallel-ui-angular/dom';
|
|
12
|
+
import * as i4 from '@qius.solutions/parallel-ui-angular/ripple';
|
|
13
|
+
import { RippleModule } from '@qius.solutions/parallel-ui-angular/ripple';
|
|
14
|
+
import { UniqueComponentId, ObjectUtils, ZIndexUtils } from '@qius.solutions/parallel-ui-angular/utils';
|
|
15
|
+
import { ChevronLeftIcon } from '@qius.solutions/parallel-ui-angular/icons/chevronleft';
|
|
16
|
+
import { ChevronRightIcon } from '@qius.solutions/parallel-ui-angular/icons/chevronright';
|
|
17
|
+
import { ChevronUpIcon } from '@qius.solutions/parallel-ui-angular/icons/chevronup';
|
|
18
|
+
import { ChevronDownIcon } from '@qius.solutions/parallel-ui-angular/icons/chevrondown';
|
|
19
|
+
import { TimesIcon } from '@qius.solutions/parallel-ui-angular/icons/times';
|
|
20
|
+
import { CalendarIcon } from '@qius.solutions/parallel-ui-angular/icons/calendar';
|
|
21
|
+
|
|
22
|
+
const CALENDAR_VALUE_ACCESSOR = {
|
|
23
|
+
provide: NG_VALUE_ACCESSOR,
|
|
24
|
+
useExisting: forwardRef(() => Calendar),
|
|
25
|
+
multi: true
|
|
26
|
+
};
|
|
27
|
+
class Calendar {
|
|
28
|
+
constructor(document, el, renderer, cd, zone, config, overlayService) {
|
|
29
|
+
this.document = document;
|
|
30
|
+
this.el = el;
|
|
31
|
+
this.renderer = renderer;
|
|
32
|
+
this.cd = cd;
|
|
33
|
+
this.zone = zone;
|
|
34
|
+
this.config = config;
|
|
35
|
+
this.overlayService = overlayService;
|
|
36
|
+
this.multipleSeparator = ',';
|
|
37
|
+
this.rangeSeparator = '-';
|
|
38
|
+
this.inline = false;
|
|
39
|
+
this.showOtherMonths = true;
|
|
40
|
+
this.shortYearCutoff = '+10';
|
|
41
|
+
this.hourFormat = '24';
|
|
42
|
+
this.stepHour = 1;
|
|
43
|
+
this.stepMinute = 1;
|
|
44
|
+
this.stepSecond = 1;
|
|
45
|
+
this.showSeconds = false;
|
|
46
|
+
this.showOnFocus = true;
|
|
47
|
+
this.showWeek = false;
|
|
48
|
+
this.showClear = false;
|
|
49
|
+
this.dataType = 'date';
|
|
50
|
+
this.selectionMode = 'single';
|
|
51
|
+
this.todayButtonStyleClass = 'p-button-text';
|
|
52
|
+
this.clearButtonStyleClass = 'p-button-text';
|
|
53
|
+
this.autoZIndex = true;
|
|
54
|
+
this.baseZIndex = 0;
|
|
55
|
+
this.keepInvalid = false;
|
|
56
|
+
this.hideOnDateTimeSelect = true;
|
|
57
|
+
this.timeSeparator = ':';
|
|
58
|
+
this.focusTrap = true;
|
|
59
|
+
this.showTransitionOptions = '.12s cubic-bezier(0, 0, 0.2, 1)';
|
|
60
|
+
this.hideTransitionOptions = '.1s linear';
|
|
61
|
+
this.onFocus = new EventEmitter();
|
|
62
|
+
this.onBlur = new EventEmitter();
|
|
63
|
+
this.onClose = new EventEmitter();
|
|
64
|
+
this.onSelect = new EventEmitter();
|
|
65
|
+
this.onClear = new EventEmitter();
|
|
66
|
+
this.onInput = new EventEmitter();
|
|
67
|
+
this.onTodayClick = new EventEmitter();
|
|
68
|
+
this.onClearClick = new EventEmitter();
|
|
69
|
+
this.onMonthChange = new EventEmitter();
|
|
70
|
+
this.onYearChange = new EventEmitter();
|
|
71
|
+
this.onClickOutside = new EventEmitter();
|
|
72
|
+
this.onShow = new EventEmitter();
|
|
73
|
+
this.onModelChange = () => { };
|
|
74
|
+
this.onModelTouched = () => { };
|
|
75
|
+
this.inputFieldValue = null;
|
|
76
|
+
this.navigationState = null;
|
|
77
|
+
this._numberOfMonths = 1;
|
|
78
|
+
this._view = 'date';
|
|
79
|
+
this.convertTo24Hour = function (hours, pm) {
|
|
80
|
+
if (this.hourFormat == '12') {
|
|
81
|
+
if (hours === 12) {
|
|
82
|
+
return pm ? 12 : 0;
|
|
83
|
+
}
|
|
84
|
+
else {
|
|
85
|
+
return pm ? hours + 12 : hours;
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
return hours;
|
|
89
|
+
};
|
|
90
|
+
this.window = this.document.defaultView;
|
|
91
|
+
}
|
|
92
|
+
set content(content) {
|
|
93
|
+
this.contentViewChild = content;
|
|
94
|
+
if (this.contentViewChild) {
|
|
95
|
+
if (this.isMonthNavigate) {
|
|
96
|
+
Promise.resolve(null).then(() => this.updateFocus());
|
|
97
|
+
this.isMonthNavigate = false;
|
|
98
|
+
}
|
|
99
|
+
else {
|
|
100
|
+
if (!this.focus) {
|
|
101
|
+
this.initFocusableCell();
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
get view() {
|
|
107
|
+
return this._view;
|
|
108
|
+
}
|
|
109
|
+
set view(view) {
|
|
110
|
+
this._view = view;
|
|
111
|
+
this.currentView = this._view;
|
|
112
|
+
}
|
|
113
|
+
get defaultDate() {
|
|
114
|
+
return this._defaultDate;
|
|
115
|
+
}
|
|
116
|
+
set defaultDate(defaultDate) {
|
|
117
|
+
this._defaultDate = defaultDate;
|
|
118
|
+
if (this.initialized) {
|
|
119
|
+
const date = defaultDate || new Date();
|
|
120
|
+
this.currentMonth = date.getMonth();
|
|
121
|
+
this.currentYear = date.getFullYear();
|
|
122
|
+
this.initTime(date);
|
|
123
|
+
this.createMonths(this.currentMonth, this.currentYear);
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
get minDate() {
|
|
127
|
+
return this._minDate;
|
|
128
|
+
}
|
|
129
|
+
set minDate(date) {
|
|
130
|
+
this._minDate = date;
|
|
131
|
+
if (this.currentMonth != undefined && this.currentMonth != null && this.currentYear) {
|
|
132
|
+
this.createMonths(this.currentMonth, this.currentYear);
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
get maxDate() {
|
|
136
|
+
return this._maxDate;
|
|
137
|
+
}
|
|
138
|
+
set maxDate(date) {
|
|
139
|
+
this._maxDate = date;
|
|
140
|
+
if (this.currentMonth != undefined && this.currentMonth != null && this.currentYear) {
|
|
141
|
+
this.createMonths(this.currentMonth, this.currentYear);
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
get disabledDates() {
|
|
145
|
+
return this._disabledDates;
|
|
146
|
+
}
|
|
147
|
+
set disabledDates(disabledDates) {
|
|
148
|
+
this._disabledDates = disabledDates;
|
|
149
|
+
if (this.currentMonth != undefined && this.currentMonth != null && this.currentYear) {
|
|
150
|
+
this.createMonths(this.currentMonth, this.currentYear);
|
|
151
|
+
}
|
|
152
|
+
}
|
|
153
|
+
get disabledDays() {
|
|
154
|
+
return this._disabledDays;
|
|
155
|
+
}
|
|
156
|
+
set disabledDays(disabledDays) {
|
|
157
|
+
this._disabledDays = disabledDays;
|
|
158
|
+
if (this.currentMonth != undefined && this.currentMonth != null && this.currentYear) {
|
|
159
|
+
this.createMonths(this.currentMonth, this.currentYear);
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
get yearRange() {
|
|
163
|
+
return this._yearRange;
|
|
164
|
+
}
|
|
165
|
+
set yearRange(yearRange) {
|
|
166
|
+
this._yearRange = yearRange;
|
|
167
|
+
if (yearRange) {
|
|
168
|
+
const years = yearRange.split(':');
|
|
169
|
+
const yearStart = parseInt(years[0]);
|
|
170
|
+
const yearEnd = parseInt(years[1]);
|
|
171
|
+
this.populateYearOptions(yearStart, yearEnd);
|
|
172
|
+
}
|
|
173
|
+
}
|
|
174
|
+
get showTime() {
|
|
175
|
+
return this._showTime;
|
|
176
|
+
}
|
|
177
|
+
set showTime(showTime) {
|
|
178
|
+
this._showTime = showTime;
|
|
179
|
+
if (this.currentHour === undefined) {
|
|
180
|
+
this.initTime(this.value || new Date());
|
|
181
|
+
}
|
|
182
|
+
this.updateInputfield();
|
|
183
|
+
}
|
|
184
|
+
get locale() {
|
|
185
|
+
return this._locale;
|
|
186
|
+
}
|
|
187
|
+
get responsiveOptions() {
|
|
188
|
+
return this._responsiveOptions;
|
|
189
|
+
}
|
|
190
|
+
set responsiveOptions(responsiveOptions) {
|
|
191
|
+
this._responsiveOptions = responsiveOptions;
|
|
192
|
+
this.destroyResponsiveStyleElement();
|
|
193
|
+
this.createResponsiveStyle();
|
|
194
|
+
}
|
|
195
|
+
get numberOfMonths() {
|
|
196
|
+
return this._numberOfMonths;
|
|
197
|
+
}
|
|
198
|
+
set numberOfMonths(numberOfMonths) {
|
|
199
|
+
this._numberOfMonths = numberOfMonths;
|
|
200
|
+
this.destroyResponsiveStyleElement();
|
|
201
|
+
this.createResponsiveStyle();
|
|
202
|
+
}
|
|
203
|
+
get firstDayOfWeek() {
|
|
204
|
+
return this._firstDayOfWeek;
|
|
205
|
+
}
|
|
206
|
+
set firstDayOfWeek(firstDayOfWeek) {
|
|
207
|
+
this._firstDayOfWeek = firstDayOfWeek;
|
|
208
|
+
this.createWeekDays();
|
|
209
|
+
}
|
|
210
|
+
set locale(newLocale) {
|
|
211
|
+
console.warn('Locale property has no effect, use new i18n API instead.');
|
|
212
|
+
}
|
|
213
|
+
ngOnInit() {
|
|
214
|
+
this.attributeSelector = UniqueComponentId();
|
|
215
|
+
const date = this.defaultDate || new Date();
|
|
216
|
+
this.createResponsiveStyle();
|
|
217
|
+
this.currentMonth = date.getMonth();
|
|
218
|
+
this.currentYear = date.getFullYear();
|
|
219
|
+
this.currentView = this.view;
|
|
220
|
+
if (this.view === 'date') {
|
|
221
|
+
this.createWeekDays();
|
|
222
|
+
this.initTime(date);
|
|
223
|
+
this.createMonths(this.currentMonth, this.currentYear);
|
|
224
|
+
this.ticksTo1970 = ((1970 - 1) * 365 + Math.floor(1970 / 4) - Math.floor(1970 / 100) + Math.floor(1970 / 400)) * 24 * 60 * 60 * 10000000;
|
|
225
|
+
}
|
|
226
|
+
this.translationSubscription = this.config.translationObserver.subscribe(() => {
|
|
227
|
+
this.createWeekDays();
|
|
228
|
+
this.cd.markForCheck();
|
|
229
|
+
});
|
|
230
|
+
this.initialized = true;
|
|
231
|
+
}
|
|
232
|
+
ngAfterContentInit() {
|
|
233
|
+
this.templates.forEach((item) => {
|
|
234
|
+
switch (item.getType()) {
|
|
235
|
+
case 'date':
|
|
236
|
+
this.dateTemplate = item.template;
|
|
237
|
+
break;
|
|
238
|
+
case 'decade':
|
|
239
|
+
this.decadeTemplate = item.template;
|
|
240
|
+
break;
|
|
241
|
+
case 'disabledDate':
|
|
242
|
+
this.disabledDateTemplate = item.template;
|
|
243
|
+
break;
|
|
244
|
+
case 'header':
|
|
245
|
+
this.headerTemplate = item.template;
|
|
246
|
+
break;
|
|
247
|
+
case 'previousicon':
|
|
248
|
+
this.previousIconTemplate = item.template;
|
|
249
|
+
break;
|
|
250
|
+
case 'nexticon':
|
|
251
|
+
this.nextIconTemplate = item.template;
|
|
252
|
+
break;
|
|
253
|
+
case 'triggericon':
|
|
254
|
+
this.triggerIconTemplate = item.template;
|
|
255
|
+
break;
|
|
256
|
+
case 'clearicon':
|
|
257
|
+
this.clearIconTemplate = item.template;
|
|
258
|
+
break;
|
|
259
|
+
case 'decrementicon':
|
|
260
|
+
this.decrementIconTemplate = item.template;
|
|
261
|
+
break;
|
|
262
|
+
case 'incrementicon':
|
|
263
|
+
this.incrementIconTemplate = item.template;
|
|
264
|
+
break;
|
|
265
|
+
case 'footer':
|
|
266
|
+
this.footerTemplate = item.template;
|
|
267
|
+
break;
|
|
268
|
+
default:
|
|
269
|
+
this.dateTemplate = item.template;
|
|
270
|
+
break;
|
|
271
|
+
}
|
|
272
|
+
});
|
|
273
|
+
}
|
|
274
|
+
ngAfterViewInit() {
|
|
275
|
+
if (this.inline) {
|
|
276
|
+
this.contentViewChild && this.contentViewChild.nativeElement.setAttribute(this.attributeSelector, '');
|
|
277
|
+
if (!this.disabled) {
|
|
278
|
+
this.initFocusableCell();
|
|
279
|
+
if (this.numberOfMonths === 1) {
|
|
280
|
+
this.contentViewChild.nativeElement.style.width = DomHandler.getOuterWidth(this.containerViewChild.nativeElement) + 'px';
|
|
281
|
+
}
|
|
282
|
+
}
|
|
283
|
+
}
|
|
284
|
+
}
|
|
285
|
+
getTranslation(option) {
|
|
286
|
+
return this.config.getTranslation(option);
|
|
287
|
+
}
|
|
288
|
+
populateYearOptions(start, end) {
|
|
289
|
+
this.yearOptions = [];
|
|
290
|
+
for (let i = start; i <= end; i++) {
|
|
291
|
+
this.yearOptions.push(i);
|
|
292
|
+
}
|
|
293
|
+
}
|
|
294
|
+
createWeekDays() {
|
|
295
|
+
this.weekDays = [];
|
|
296
|
+
let dayIndex = this.getFirstDateOfWeek();
|
|
297
|
+
let dayLabels = this.getTranslation(TranslationKeys.DAY_NAMES_MIN);
|
|
298
|
+
for (let i = 0; i < 7; i++) {
|
|
299
|
+
this.weekDays.push(dayLabels[dayIndex]);
|
|
300
|
+
dayIndex = dayIndex == 6 ? 0 : ++dayIndex;
|
|
301
|
+
}
|
|
302
|
+
}
|
|
303
|
+
monthPickerValues() {
|
|
304
|
+
let monthPickerValues = [];
|
|
305
|
+
for (let i = 0; i <= 11; i++) {
|
|
306
|
+
monthPickerValues.push(this.config.getTranslation('monthNamesShort')[i]);
|
|
307
|
+
}
|
|
308
|
+
return monthPickerValues;
|
|
309
|
+
}
|
|
310
|
+
yearPickerValues() {
|
|
311
|
+
let yearPickerValues = [];
|
|
312
|
+
let base = this.currentYear - (this.currentYear % 10);
|
|
313
|
+
for (let i = 0; i < 10; i++) {
|
|
314
|
+
yearPickerValues.push(base + i);
|
|
315
|
+
}
|
|
316
|
+
return yearPickerValues;
|
|
317
|
+
}
|
|
318
|
+
createMonths(month, year) {
|
|
319
|
+
this.months = this.months = [];
|
|
320
|
+
for (let i = 0; i < this.numberOfMonths; i++) {
|
|
321
|
+
let m = month + i;
|
|
322
|
+
let y = year;
|
|
323
|
+
if (m > 11) {
|
|
324
|
+
m = (m % 11) - 1;
|
|
325
|
+
y = year + 1;
|
|
326
|
+
}
|
|
327
|
+
this.months.push(this.createMonth(m, y));
|
|
328
|
+
}
|
|
329
|
+
}
|
|
330
|
+
getWeekNumber(date) {
|
|
331
|
+
let checkDate = new Date(date.getTime());
|
|
332
|
+
checkDate.setDate(checkDate.getDate() + 4 - (checkDate.getDay() || 7));
|
|
333
|
+
let time = checkDate.getTime();
|
|
334
|
+
checkDate.setMonth(0);
|
|
335
|
+
checkDate.setDate(1);
|
|
336
|
+
return Math.floor(Math.round((time - checkDate.getTime()) / 86400000) / 7) + 1;
|
|
337
|
+
}
|
|
338
|
+
createMonth(month, year) {
|
|
339
|
+
let dates = [];
|
|
340
|
+
let firstDay = this.getFirstDayOfMonthIndex(month, year);
|
|
341
|
+
let daysLength = this.getDaysCountInMonth(month, year);
|
|
342
|
+
let prevMonthDaysLength = this.getDaysCountInPrevMonth(month, year);
|
|
343
|
+
let dayNo = 1;
|
|
344
|
+
let today = new Date();
|
|
345
|
+
let weekNumbers = [];
|
|
346
|
+
let monthRows = Math.ceil((daysLength + firstDay) / 7);
|
|
347
|
+
for (let i = 0; i < monthRows; i++) {
|
|
348
|
+
let week = [];
|
|
349
|
+
if (i == 0) {
|
|
350
|
+
for (let j = prevMonthDaysLength - firstDay + 1; j <= prevMonthDaysLength; j++) {
|
|
351
|
+
let prev = this.getPreviousMonthAndYear(month, year);
|
|
352
|
+
week.push({ day: j, month: prev.month, year: prev.year, otherMonth: true, today: this.isToday(today, j, prev.month, prev.year), selectable: this.isSelectable(j, prev.month, prev.year, true) });
|
|
353
|
+
}
|
|
354
|
+
let remainingDaysLength = 7 - week.length;
|
|
355
|
+
for (let j = 0; j < remainingDaysLength; j++) {
|
|
356
|
+
week.push({ day: dayNo, month: month, year: year, today: this.isToday(today, dayNo, month, year), selectable: this.isSelectable(dayNo, month, year, false) });
|
|
357
|
+
dayNo++;
|
|
358
|
+
}
|
|
359
|
+
}
|
|
360
|
+
else {
|
|
361
|
+
for (let j = 0; j < 7; j++) {
|
|
362
|
+
if (dayNo > daysLength) {
|
|
363
|
+
let next = this.getNextMonthAndYear(month, year);
|
|
364
|
+
week.push({
|
|
365
|
+
day: dayNo - daysLength,
|
|
366
|
+
month: next.month,
|
|
367
|
+
year: next.year,
|
|
368
|
+
otherMonth: true,
|
|
369
|
+
today: this.isToday(today, dayNo - daysLength, next.month, next.year),
|
|
370
|
+
selectable: this.isSelectable(dayNo - daysLength, next.month, next.year, true)
|
|
371
|
+
});
|
|
372
|
+
}
|
|
373
|
+
else {
|
|
374
|
+
week.push({ day: dayNo, month: month, year: year, today: this.isToday(today, dayNo, month, year), selectable: this.isSelectable(dayNo, month, year, false) });
|
|
375
|
+
}
|
|
376
|
+
dayNo++;
|
|
377
|
+
}
|
|
378
|
+
}
|
|
379
|
+
if (this.showWeek) {
|
|
380
|
+
weekNumbers.push(this.getWeekNumber(new Date(week[0].year, week[0].month, week[0].day)));
|
|
381
|
+
}
|
|
382
|
+
dates.push(week);
|
|
383
|
+
}
|
|
384
|
+
return {
|
|
385
|
+
month: month,
|
|
386
|
+
year: year,
|
|
387
|
+
dates: dates,
|
|
388
|
+
weekNumbers: weekNumbers
|
|
389
|
+
};
|
|
390
|
+
}
|
|
391
|
+
initTime(date) {
|
|
392
|
+
this.pm = date.getHours() > 11;
|
|
393
|
+
if (this.showTime) {
|
|
394
|
+
this.currentMinute = date.getMinutes();
|
|
395
|
+
this.currentSecond = date.getSeconds();
|
|
396
|
+
this.setCurrentHourPM(date.getHours());
|
|
397
|
+
}
|
|
398
|
+
else if (this.timeOnly) {
|
|
399
|
+
this.currentMinute = 0;
|
|
400
|
+
this.currentHour = 0;
|
|
401
|
+
this.currentSecond = 0;
|
|
402
|
+
}
|
|
403
|
+
}
|
|
404
|
+
navBackward(event) {
|
|
405
|
+
if (this.disabled) {
|
|
406
|
+
event.preventDefault();
|
|
407
|
+
return;
|
|
408
|
+
}
|
|
409
|
+
this.isMonthNavigate = true;
|
|
410
|
+
if (this.currentView === 'month') {
|
|
411
|
+
this.decrementYear();
|
|
412
|
+
setTimeout(() => {
|
|
413
|
+
this.updateFocus();
|
|
414
|
+
}, 1);
|
|
415
|
+
}
|
|
416
|
+
else if (this.currentView === 'year') {
|
|
417
|
+
this.decrementDecade();
|
|
418
|
+
setTimeout(() => {
|
|
419
|
+
this.updateFocus();
|
|
420
|
+
}, 1);
|
|
421
|
+
}
|
|
422
|
+
else {
|
|
423
|
+
if (this.currentMonth === 0) {
|
|
424
|
+
this.currentMonth = 11;
|
|
425
|
+
this.decrementYear();
|
|
426
|
+
}
|
|
427
|
+
else {
|
|
428
|
+
this.currentMonth--;
|
|
429
|
+
}
|
|
430
|
+
this.onMonthChange.emit({ month: this.currentMonth + 1, year: this.currentYear });
|
|
431
|
+
this.createMonths(this.currentMonth, this.currentYear);
|
|
432
|
+
}
|
|
433
|
+
}
|
|
434
|
+
navForward(event) {
|
|
435
|
+
if (this.disabled) {
|
|
436
|
+
event.preventDefault();
|
|
437
|
+
return;
|
|
438
|
+
}
|
|
439
|
+
this.isMonthNavigate = true;
|
|
440
|
+
if (this.currentView === 'month') {
|
|
441
|
+
this.incrementYear();
|
|
442
|
+
setTimeout(() => {
|
|
443
|
+
this.updateFocus();
|
|
444
|
+
}, 1);
|
|
445
|
+
}
|
|
446
|
+
else if (this.currentView === 'year') {
|
|
447
|
+
this.incrementDecade();
|
|
448
|
+
setTimeout(() => {
|
|
449
|
+
this.updateFocus();
|
|
450
|
+
}, 1);
|
|
451
|
+
}
|
|
452
|
+
else {
|
|
453
|
+
if (this.currentMonth === 11) {
|
|
454
|
+
this.currentMonth = 0;
|
|
455
|
+
this.incrementYear();
|
|
456
|
+
}
|
|
457
|
+
else {
|
|
458
|
+
this.currentMonth++;
|
|
459
|
+
}
|
|
460
|
+
this.onMonthChange.emit({ month: this.currentMonth + 1, year: this.currentYear });
|
|
461
|
+
this.createMonths(this.currentMonth, this.currentYear);
|
|
462
|
+
}
|
|
463
|
+
}
|
|
464
|
+
decrementYear() {
|
|
465
|
+
this.currentYear--;
|
|
466
|
+
if (this.yearNavigator && this.currentYear < this.yearOptions[0]) {
|
|
467
|
+
let difference = this.yearOptions[this.yearOptions.length - 1] - this.yearOptions[0];
|
|
468
|
+
this.populateYearOptions(this.yearOptions[0] - difference, this.yearOptions[this.yearOptions.length - 1] - difference);
|
|
469
|
+
}
|
|
470
|
+
}
|
|
471
|
+
decrementDecade() {
|
|
472
|
+
this.currentYear = this.currentYear - 10;
|
|
473
|
+
}
|
|
474
|
+
incrementDecade() {
|
|
475
|
+
this.currentYear = this.currentYear + 10;
|
|
476
|
+
}
|
|
477
|
+
incrementYear() {
|
|
478
|
+
this.currentYear++;
|
|
479
|
+
if (this.yearNavigator && this.currentYear > this.yearOptions[this.yearOptions.length - 1]) {
|
|
480
|
+
let difference = this.yearOptions[this.yearOptions.length - 1] - this.yearOptions[0];
|
|
481
|
+
this.populateYearOptions(this.yearOptions[0] + difference, this.yearOptions[this.yearOptions.length - 1] + difference);
|
|
482
|
+
}
|
|
483
|
+
}
|
|
484
|
+
switchToMonthView(event) {
|
|
485
|
+
this.setCurrentView('month');
|
|
486
|
+
event.preventDefault();
|
|
487
|
+
}
|
|
488
|
+
switchToYearView(event) {
|
|
489
|
+
this.setCurrentView('year');
|
|
490
|
+
event.preventDefault();
|
|
491
|
+
}
|
|
492
|
+
onDateSelect(event, dateMeta) {
|
|
493
|
+
if (this.disabled || !dateMeta.selectable) {
|
|
494
|
+
event.preventDefault();
|
|
495
|
+
return;
|
|
496
|
+
}
|
|
497
|
+
if (this.isMultipleSelection() && this.isSelected(dateMeta)) {
|
|
498
|
+
this.value = this.value.filter((date, i) => {
|
|
499
|
+
return !this.isDateEquals(date, dateMeta);
|
|
500
|
+
});
|
|
501
|
+
if (this.value.length === 0) {
|
|
502
|
+
this.value = null;
|
|
503
|
+
}
|
|
504
|
+
this.updateModel(this.value);
|
|
505
|
+
}
|
|
506
|
+
else {
|
|
507
|
+
if (this.shouldSelectDate(dateMeta)) {
|
|
508
|
+
this.selectDate(dateMeta);
|
|
509
|
+
}
|
|
510
|
+
}
|
|
511
|
+
if (this.isSingleSelection() && this.hideOnDateTimeSelect) {
|
|
512
|
+
setTimeout(() => {
|
|
513
|
+
event.preventDefault();
|
|
514
|
+
this.hideOverlay();
|
|
515
|
+
if (this.mask) {
|
|
516
|
+
this.disableModality();
|
|
517
|
+
}
|
|
518
|
+
this.cd.markForCheck();
|
|
519
|
+
}, 150);
|
|
520
|
+
}
|
|
521
|
+
this.updateInputfield();
|
|
522
|
+
event.preventDefault();
|
|
523
|
+
}
|
|
524
|
+
shouldSelectDate(dateMeta) {
|
|
525
|
+
if (this.isMultipleSelection())
|
|
526
|
+
return this.maxDateCount != null ? this.maxDateCount > (this.value ? this.value.length : 0) : true;
|
|
527
|
+
else
|
|
528
|
+
return true;
|
|
529
|
+
}
|
|
530
|
+
onMonthSelect(event, index) {
|
|
531
|
+
if (this.view === 'month') {
|
|
532
|
+
this.onDateSelect(event, { year: this.currentYear, month: index, day: 1, selectable: true });
|
|
533
|
+
}
|
|
534
|
+
else {
|
|
535
|
+
this.currentMonth = index;
|
|
536
|
+
this.createMonths(this.currentMonth, this.currentYear);
|
|
537
|
+
this.setCurrentView('date');
|
|
538
|
+
this.onMonthChange.emit({ month: this.currentMonth + 1, year: this.currentYear });
|
|
539
|
+
}
|
|
540
|
+
}
|
|
541
|
+
onYearSelect(event, year) {
|
|
542
|
+
if (this.view === 'year') {
|
|
543
|
+
this.onDateSelect(event, { year: year, month: 0, day: 1, selectable: true });
|
|
544
|
+
}
|
|
545
|
+
else {
|
|
546
|
+
this.currentYear = year;
|
|
547
|
+
this.setCurrentView('month');
|
|
548
|
+
this.onYearChange.emit({ month: this.currentMonth + 1, year: this.currentYear });
|
|
549
|
+
}
|
|
550
|
+
}
|
|
551
|
+
updateInputfield() {
|
|
552
|
+
let formattedValue = '';
|
|
553
|
+
if (this.value) {
|
|
554
|
+
if (this.isSingleSelection()) {
|
|
555
|
+
formattedValue = this.formatDateTime(this.value);
|
|
556
|
+
}
|
|
557
|
+
else if (this.isMultipleSelection()) {
|
|
558
|
+
for (let i = 0; i < this.value.length; i++) {
|
|
559
|
+
let dateAsString = this.formatDateTime(this.value[i]);
|
|
560
|
+
formattedValue += dateAsString;
|
|
561
|
+
if (i !== this.value.length - 1) {
|
|
562
|
+
formattedValue += this.multipleSeparator + ' ';
|
|
563
|
+
}
|
|
564
|
+
}
|
|
565
|
+
}
|
|
566
|
+
else if (this.isRangeSelection()) {
|
|
567
|
+
if (this.value && this.value.length) {
|
|
568
|
+
let startDate = this.value[0];
|
|
569
|
+
let endDate = this.value[1];
|
|
570
|
+
formattedValue = this.formatDateTime(startDate);
|
|
571
|
+
if (endDate) {
|
|
572
|
+
formattedValue += ' ' + this.rangeSeparator + ' ' + this.formatDateTime(endDate);
|
|
573
|
+
}
|
|
574
|
+
}
|
|
575
|
+
}
|
|
576
|
+
}
|
|
577
|
+
this.inputFieldValue = formattedValue;
|
|
578
|
+
this.updateFilledState();
|
|
579
|
+
if (this.inputfieldViewChild && this.inputfieldViewChild.nativeElement) {
|
|
580
|
+
this.inputfieldViewChild.nativeElement.value = this.inputFieldValue;
|
|
581
|
+
}
|
|
582
|
+
}
|
|
583
|
+
formatDateTime(date) {
|
|
584
|
+
let formattedValue = this.keepInvalid ? date : null;
|
|
585
|
+
if (this.isValidDate(date)) {
|
|
586
|
+
if (this.timeOnly) {
|
|
587
|
+
formattedValue = this.formatTime(date);
|
|
588
|
+
}
|
|
589
|
+
else {
|
|
590
|
+
formattedValue = this.formatDate(date, this.getDateFormat());
|
|
591
|
+
if (this.showTime) {
|
|
592
|
+
formattedValue += ' ' + this.formatTime(date);
|
|
593
|
+
}
|
|
594
|
+
}
|
|
595
|
+
}
|
|
596
|
+
return formattedValue;
|
|
597
|
+
}
|
|
598
|
+
setCurrentHourPM(hours) {
|
|
599
|
+
if (this.hourFormat == '12') {
|
|
600
|
+
this.pm = hours > 11;
|
|
601
|
+
if (hours >= 12) {
|
|
602
|
+
this.currentHour = hours == 12 ? 12 : hours - 12;
|
|
603
|
+
}
|
|
604
|
+
else {
|
|
605
|
+
this.currentHour = hours == 0 ? 12 : hours;
|
|
606
|
+
}
|
|
607
|
+
}
|
|
608
|
+
else {
|
|
609
|
+
this.currentHour = hours;
|
|
610
|
+
}
|
|
611
|
+
}
|
|
612
|
+
setCurrentView(currentView) {
|
|
613
|
+
this.currentView = currentView;
|
|
614
|
+
this.cd.detectChanges();
|
|
615
|
+
this.alignOverlay();
|
|
616
|
+
}
|
|
617
|
+
selectDate(dateMeta) {
|
|
618
|
+
let date = new Date(dateMeta.year, dateMeta.month, dateMeta.day);
|
|
619
|
+
if (this.showTime) {
|
|
620
|
+
if (this.hourFormat == '12') {
|
|
621
|
+
if (this.currentHour === 12)
|
|
622
|
+
date.setHours(this.pm ? 12 : 0);
|
|
623
|
+
else
|
|
624
|
+
date.setHours(this.pm ? this.currentHour + 12 : this.currentHour);
|
|
625
|
+
}
|
|
626
|
+
else {
|
|
627
|
+
date.setHours(this.currentHour);
|
|
628
|
+
}
|
|
629
|
+
date.setMinutes(this.currentMinute);
|
|
630
|
+
date.setSeconds(this.currentSecond);
|
|
631
|
+
}
|
|
632
|
+
if (this.minDate && this.minDate > date) {
|
|
633
|
+
date = this.minDate;
|
|
634
|
+
this.setCurrentHourPM(date.getHours());
|
|
635
|
+
this.currentMinute = date.getMinutes();
|
|
636
|
+
this.currentSecond = date.getSeconds();
|
|
637
|
+
}
|
|
638
|
+
if (this.maxDate && this.maxDate < date) {
|
|
639
|
+
date = this.maxDate;
|
|
640
|
+
this.setCurrentHourPM(date.getHours());
|
|
641
|
+
this.currentMinute = date.getMinutes();
|
|
642
|
+
this.currentSecond = date.getSeconds();
|
|
643
|
+
}
|
|
644
|
+
if (this.isSingleSelection()) {
|
|
645
|
+
this.updateModel(date);
|
|
646
|
+
}
|
|
647
|
+
else if (this.isMultipleSelection()) {
|
|
648
|
+
this.updateModel(this.value ? [...this.value, date] : [date]);
|
|
649
|
+
}
|
|
650
|
+
else if (this.isRangeSelection()) {
|
|
651
|
+
if (this.value && this.value.length) {
|
|
652
|
+
let startDate = this.value[0];
|
|
653
|
+
let endDate = this.value[1];
|
|
654
|
+
if (!endDate && date.getTime() >= startDate.getTime()) {
|
|
655
|
+
endDate = date;
|
|
656
|
+
}
|
|
657
|
+
else {
|
|
658
|
+
startDate = date;
|
|
659
|
+
endDate = null;
|
|
660
|
+
}
|
|
661
|
+
this.updateModel([startDate, endDate]);
|
|
662
|
+
}
|
|
663
|
+
else {
|
|
664
|
+
this.updateModel([date, null]);
|
|
665
|
+
}
|
|
666
|
+
}
|
|
667
|
+
this.onSelect.emit(date);
|
|
668
|
+
}
|
|
669
|
+
updateModel(value) {
|
|
670
|
+
this.value = value;
|
|
671
|
+
if (this.dataType == 'date') {
|
|
672
|
+
this.onModelChange(this.value);
|
|
673
|
+
}
|
|
674
|
+
else if (this.dataType == 'string') {
|
|
675
|
+
if (this.isSingleSelection()) {
|
|
676
|
+
this.onModelChange(this.formatDateTime(this.value));
|
|
677
|
+
}
|
|
678
|
+
else {
|
|
679
|
+
let stringArrValue = null;
|
|
680
|
+
if (this.value) {
|
|
681
|
+
stringArrValue = this.value.map((date) => this.formatDateTime(date));
|
|
682
|
+
}
|
|
683
|
+
this.onModelChange(stringArrValue);
|
|
684
|
+
}
|
|
685
|
+
}
|
|
686
|
+
}
|
|
687
|
+
getFirstDayOfMonthIndex(month, year) {
|
|
688
|
+
let day = new Date();
|
|
689
|
+
day.setDate(1);
|
|
690
|
+
day.setMonth(month);
|
|
691
|
+
day.setFullYear(year);
|
|
692
|
+
let dayIndex = day.getDay() + this.getSundayIndex();
|
|
693
|
+
return dayIndex >= 7 ? dayIndex - 7 : dayIndex;
|
|
694
|
+
}
|
|
695
|
+
getDaysCountInMonth(month, year) {
|
|
696
|
+
return 32 - this.daylightSavingAdjust(new Date(year, month, 32)).getDate();
|
|
697
|
+
}
|
|
698
|
+
getDaysCountInPrevMonth(month, year) {
|
|
699
|
+
let prev = this.getPreviousMonthAndYear(month, year);
|
|
700
|
+
return this.getDaysCountInMonth(prev.month, prev.year);
|
|
701
|
+
}
|
|
702
|
+
getPreviousMonthAndYear(month, year) {
|
|
703
|
+
let m, y;
|
|
704
|
+
if (month === 0) {
|
|
705
|
+
m = 11;
|
|
706
|
+
y = year - 1;
|
|
707
|
+
}
|
|
708
|
+
else {
|
|
709
|
+
m = month - 1;
|
|
710
|
+
y = year;
|
|
711
|
+
}
|
|
712
|
+
return { month: m, year: y };
|
|
713
|
+
}
|
|
714
|
+
getNextMonthAndYear(month, year) {
|
|
715
|
+
let m, y;
|
|
716
|
+
if (month === 11) {
|
|
717
|
+
m = 0;
|
|
718
|
+
y = year + 1;
|
|
719
|
+
}
|
|
720
|
+
else {
|
|
721
|
+
m = month + 1;
|
|
722
|
+
y = year;
|
|
723
|
+
}
|
|
724
|
+
return { month: m, year: y };
|
|
725
|
+
}
|
|
726
|
+
getSundayIndex() {
|
|
727
|
+
let firstDayOfWeek = this.getFirstDateOfWeek();
|
|
728
|
+
return firstDayOfWeek > 0 ? 7 - firstDayOfWeek : 0;
|
|
729
|
+
}
|
|
730
|
+
isSelected(dateMeta) {
|
|
731
|
+
if (this.value) {
|
|
732
|
+
if (this.isSingleSelection()) {
|
|
733
|
+
return this.isDateEquals(this.value, dateMeta);
|
|
734
|
+
}
|
|
735
|
+
else if (this.isMultipleSelection()) {
|
|
736
|
+
let selected = false;
|
|
737
|
+
for (let date of this.value) {
|
|
738
|
+
selected = this.isDateEquals(date, dateMeta);
|
|
739
|
+
if (selected) {
|
|
740
|
+
break;
|
|
741
|
+
}
|
|
742
|
+
}
|
|
743
|
+
return selected;
|
|
744
|
+
}
|
|
745
|
+
else if (this.isRangeSelection()) {
|
|
746
|
+
if (this.value[1])
|
|
747
|
+
return this.isDateEquals(this.value[0], dateMeta) || this.isDateEquals(this.value[1], dateMeta) || this.isDateBetween(this.value[0], this.value[1], dateMeta);
|
|
748
|
+
else
|
|
749
|
+
return this.isDateEquals(this.value[0], dateMeta);
|
|
750
|
+
}
|
|
751
|
+
}
|
|
752
|
+
else {
|
|
753
|
+
return false;
|
|
754
|
+
}
|
|
755
|
+
}
|
|
756
|
+
isComparable() {
|
|
757
|
+
return this.value != null && typeof this.value !== 'string';
|
|
758
|
+
}
|
|
759
|
+
isMonthSelected(month) {
|
|
760
|
+
if (this.isComparable() && !this.isMultipleSelection()) {
|
|
761
|
+
const [start, end] = this.isRangeSelection() ? this.value : [this.value, this.value];
|
|
762
|
+
const selected = new Date(this.currentYear, month, 1);
|
|
763
|
+
return selected >= start && selected <= (end ?? start);
|
|
764
|
+
}
|
|
765
|
+
return false;
|
|
766
|
+
}
|
|
767
|
+
isMonthDisabled(month) {
|
|
768
|
+
for (let day = 1; day < this.getDaysCountInMonth(month, this.currentYear) + 1; day++) {
|
|
769
|
+
if (this.isSelectable(day, month, this.currentYear, false)) {
|
|
770
|
+
return false;
|
|
771
|
+
}
|
|
772
|
+
}
|
|
773
|
+
return true;
|
|
774
|
+
}
|
|
775
|
+
isYearSelected(year) {
|
|
776
|
+
if (this.isComparable()) {
|
|
777
|
+
let value = this.isRangeSelection() ? this.value[0] : this.value;
|
|
778
|
+
return !this.isMultipleSelection() ? value.getFullYear() === year : false;
|
|
779
|
+
}
|
|
780
|
+
return false;
|
|
781
|
+
}
|
|
782
|
+
isDateEquals(value, dateMeta) {
|
|
783
|
+
if (value && ObjectUtils.isDate(value))
|
|
784
|
+
return value.getDate() === dateMeta.day && value.getMonth() === dateMeta.month && value.getFullYear() === dateMeta.year;
|
|
785
|
+
else
|
|
786
|
+
return false;
|
|
787
|
+
}
|
|
788
|
+
isDateBetween(start, end, dateMeta) {
|
|
789
|
+
let between = false;
|
|
790
|
+
if (start && end) {
|
|
791
|
+
let date = new Date(dateMeta.year, dateMeta.month, dateMeta.day);
|
|
792
|
+
return start.getTime() <= date.getTime() && end.getTime() >= date.getTime();
|
|
793
|
+
}
|
|
794
|
+
return between;
|
|
795
|
+
}
|
|
796
|
+
isSingleSelection() {
|
|
797
|
+
return this.selectionMode === 'single';
|
|
798
|
+
}
|
|
799
|
+
isRangeSelection() {
|
|
800
|
+
return this.selectionMode === 'range';
|
|
801
|
+
}
|
|
802
|
+
isMultipleSelection() {
|
|
803
|
+
return this.selectionMode === 'multiple';
|
|
804
|
+
}
|
|
805
|
+
isToday(today, day, month, year) {
|
|
806
|
+
return today.getDate() === day && today.getMonth() === month && today.getFullYear() === year;
|
|
807
|
+
}
|
|
808
|
+
isSelectable(day, month, year, otherMonth) {
|
|
809
|
+
let validMin = true;
|
|
810
|
+
let validMax = true;
|
|
811
|
+
let validDate = true;
|
|
812
|
+
let validDay = true;
|
|
813
|
+
if (otherMonth && !this.selectOtherMonths) {
|
|
814
|
+
return false;
|
|
815
|
+
}
|
|
816
|
+
if (this.minDate) {
|
|
817
|
+
if (this.minDate.getFullYear() > year) {
|
|
818
|
+
validMin = false;
|
|
819
|
+
}
|
|
820
|
+
else if (this.minDate.getFullYear() === year) {
|
|
821
|
+
if (this.minDate.getMonth() > month) {
|
|
822
|
+
validMin = false;
|
|
823
|
+
}
|
|
824
|
+
else if (this.minDate.getMonth() === month) {
|
|
825
|
+
if (this.minDate.getDate() > day) {
|
|
826
|
+
validMin = false;
|
|
827
|
+
}
|
|
828
|
+
}
|
|
829
|
+
}
|
|
830
|
+
}
|
|
831
|
+
if (this.maxDate) {
|
|
832
|
+
if (this.maxDate.getFullYear() < year) {
|
|
833
|
+
validMax = false;
|
|
834
|
+
}
|
|
835
|
+
else if (this.maxDate.getFullYear() === year) {
|
|
836
|
+
if (this.maxDate.getMonth() < month) {
|
|
837
|
+
validMax = false;
|
|
838
|
+
}
|
|
839
|
+
else if (this.maxDate.getMonth() === month) {
|
|
840
|
+
if (this.maxDate.getDate() < day) {
|
|
841
|
+
validMax = false;
|
|
842
|
+
}
|
|
843
|
+
}
|
|
844
|
+
}
|
|
845
|
+
}
|
|
846
|
+
if (this.disabledDates) {
|
|
847
|
+
validDate = !this.isDateDisabled(day, month, year);
|
|
848
|
+
}
|
|
849
|
+
if (this.disabledDays) {
|
|
850
|
+
validDay = !this.isDayDisabled(day, month, year);
|
|
851
|
+
}
|
|
852
|
+
return validMin && validMax && validDate && validDay;
|
|
853
|
+
}
|
|
854
|
+
isDateDisabled(day, month, year) {
|
|
855
|
+
if (this.disabledDates) {
|
|
856
|
+
for (let disabledDate of this.disabledDates) {
|
|
857
|
+
if (disabledDate.getFullYear() === year && disabledDate.getMonth() === month && disabledDate.getDate() === day) {
|
|
858
|
+
return true;
|
|
859
|
+
}
|
|
860
|
+
}
|
|
861
|
+
}
|
|
862
|
+
return false;
|
|
863
|
+
}
|
|
864
|
+
isDayDisabled(day, month, year) {
|
|
865
|
+
if (this.disabledDays) {
|
|
866
|
+
let weekday = new Date(year, month, day);
|
|
867
|
+
let weekdayNumber = weekday.getDay();
|
|
868
|
+
return this.disabledDays.indexOf(weekdayNumber) !== -1;
|
|
869
|
+
}
|
|
870
|
+
return false;
|
|
871
|
+
}
|
|
872
|
+
onInputFocus(event) {
|
|
873
|
+
this.focus = true;
|
|
874
|
+
if (this.showOnFocus) {
|
|
875
|
+
this.showOverlay();
|
|
876
|
+
}
|
|
877
|
+
this.onFocus.emit(event);
|
|
878
|
+
}
|
|
879
|
+
onInputClick() {
|
|
880
|
+
if (this.showOnFocus && !this.overlayVisible) {
|
|
881
|
+
this.showOverlay();
|
|
882
|
+
}
|
|
883
|
+
}
|
|
884
|
+
onInputBlur(event) {
|
|
885
|
+
this.focus = false;
|
|
886
|
+
this.onBlur.emit(event);
|
|
887
|
+
if (!this.keepInvalid) {
|
|
888
|
+
this.updateInputfield();
|
|
889
|
+
}
|
|
890
|
+
this.onModelTouched();
|
|
891
|
+
}
|
|
892
|
+
onButtonClick(event, inputfield) {
|
|
893
|
+
if (!this.overlayVisible) {
|
|
894
|
+
inputfield.focus();
|
|
895
|
+
this.showOverlay();
|
|
896
|
+
}
|
|
897
|
+
else {
|
|
898
|
+
this.hideOverlay();
|
|
899
|
+
}
|
|
900
|
+
}
|
|
901
|
+
clear() {
|
|
902
|
+
this.inputFieldValue = null;
|
|
903
|
+
this.value = null;
|
|
904
|
+
this.onModelChange(this.value);
|
|
905
|
+
this.onClear.emit();
|
|
906
|
+
}
|
|
907
|
+
onOverlayClick(event) {
|
|
908
|
+
this.overlayService.add({
|
|
909
|
+
originalEvent: event,
|
|
910
|
+
target: this.el.nativeElement
|
|
911
|
+
});
|
|
912
|
+
}
|
|
913
|
+
getMonthName(index) {
|
|
914
|
+
return this.config.getTranslation('monthNames')[index];
|
|
915
|
+
}
|
|
916
|
+
getYear(month) {
|
|
917
|
+
return this.currentView === 'month' ? this.currentYear : month.year;
|
|
918
|
+
}
|
|
919
|
+
switchViewButtonDisabled() {
|
|
920
|
+
return this.numberOfMonths > 1 || this.disabled;
|
|
921
|
+
}
|
|
922
|
+
onPrevButtonClick(event) {
|
|
923
|
+
this.navigationState = { backward: true, button: true };
|
|
924
|
+
this.navBackward(event);
|
|
925
|
+
}
|
|
926
|
+
onNextButtonClick(event) {
|
|
927
|
+
this.navigationState = { backward: false, button: true };
|
|
928
|
+
this.navForward(event);
|
|
929
|
+
}
|
|
930
|
+
onContainerButtonKeydown(event) {
|
|
931
|
+
switch (event.which) {
|
|
932
|
+
//tab
|
|
933
|
+
case 9:
|
|
934
|
+
if (!this.inline) {
|
|
935
|
+
this.trapFocus(event);
|
|
936
|
+
}
|
|
937
|
+
break;
|
|
938
|
+
//escape
|
|
939
|
+
case 27:
|
|
940
|
+
this.overlayVisible = false;
|
|
941
|
+
event.preventDefault();
|
|
942
|
+
break;
|
|
943
|
+
default:
|
|
944
|
+
//Noop
|
|
945
|
+
break;
|
|
946
|
+
}
|
|
947
|
+
}
|
|
948
|
+
onInputKeydown(event) {
|
|
949
|
+
this.isKeydown = true;
|
|
950
|
+
if (event.keyCode === 40 && this.contentViewChild) {
|
|
951
|
+
this.trapFocus(event);
|
|
952
|
+
}
|
|
953
|
+
else if (event.keyCode === 27) {
|
|
954
|
+
if (this.overlayVisible) {
|
|
955
|
+
this.overlayVisible = false;
|
|
956
|
+
event.preventDefault();
|
|
957
|
+
}
|
|
958
|
+
}
|
|
959
|
+
else if (event.keyCode === 13) {
|
|
960
|
+
if (this.overlayVisible) {
|
|
961
|
+
this.overlayVisible = false;
|
|
962
|
+
event.preventDefault();
|
|
963
|
+
}
|
|
964
|
+
}
|
|
965
|
+
else if (event.keyCode === 9 && this.contentViewChild) {
|
|
966
|
+
DomHandler.getFocusableElements(this.contentViewChild.nativeElement).forEach((el) => (el.tabIndex = '-1'));
|
|
967
|
+
if (this.overlayVisible) {
|
|
968
|
+
this.overlayVisible = false;
|
|
969
|
+
}
|
|
970
|
+
}
|
|
971
|
+
}
|
|
972
|
+
onDateCellKeydown(event, date, groupIndex) {
|
|
973
|
+
const cellContent = event.currentTarget;
|
|
974
|
+
const cell = cellContent.parentElement;
|
|
975
|
+
switch (event.which) {
|
|
976
|
+
//down arrow
|
|
977
|
+
case 40: {
|
|
978
|
+
cellContent.tabIndex = '-1';
|
|
979
|
+
let cellIndex = DomHandler.index(cell);
|
|
980
|
+
let nextRow = cell.parentElement.nextElementSibling;
|
|
981
|
+
if (nextRow) {
|
|
982
|
+
let focusCell = nextRow.children[cellIndex].children[0];
|
|
983
|
+
if (DomHandler.hasClass(focusCell, 'p-disabled')) {
|
|
984
|
+
this.navigationState = { backward: false };
|
|
985
|
+
this.navForward(event);
|
|
986
|
+
}
|
|
987
|
+
else {
|
|
988
|
+
nextRow.children[cellIndex].children[0].tabIndex = '0';
|
|
989
|
+
nextRow.children[cellIndex].children[0].focus();
|
|
990
|
+
}
|
|
991
|
+
}
|
|
992
|
+
else {
|
|
993
|
+
this.navigationState = { backward: false };
|
|
994
|
+
this.navForward(event);
|
|
995
|
+
}
|
|
996
|
+
event.preventDefault();
|
|
997
|
+
break;
|
|
998
|
+
}
|
|
999
|
+
//up arrow
|
|
1000
|
+
case 38: {
|
|
1001
|
+
cellContent.tabIndex = '-1';
|
|
1002
|
+
let cellIndex = DomHandler.index(cell);
|
|
1003
|
+
let prevRow = cell.parentElement.previousElementSibling;
|
|
1004
|
+
if (prevRow) {
|
|
1005
|
+
let focusCell = prevRow.children[cellIndex].children[0];
|
|
1006
|
+
if (DomHandler.hasClass(focusCell, 'p-disabled')) {
|
|
1007
|
+
this.navigationState = { backward: true };
|
|
1008
|
+
this.navBackward(event);
|
|
1009
|
+
}
|
|
1010
|
+
else {
|
|
1011
|
+
focusCell.tabIndex = '0';
|
|
1012
|
+
focusCell.focus();
|
|
1013
|
+
}
|
|
1014
|
+
}
|
|
1015
|
+
else {
|
|
1016
|
+
this.navigationState = { backward: true };
|
|
1017
|
+
this.navBackward(event);
|
|
1018
|
+
}
|
|
1019
|
+
event.preventDefault();
|
|
1020
|
+
break;
|
|
1021
|
+
}
|
|
1022
|
+
//left arrow
|
|
1023
|
+
case 37: {
|
|
1024
|
+
cellContent.tabIndex = '-1';
|
|
1025
|
+
let prevCell = cell.previousElementSibling;
|
|
1026
|
+
if (prevCell) {
|
|
1027
|
+
let focusCell = prevCell.children[0];
|
|
1028
|
+
if (DomHandler.hasClass(focusCell, 'p-disabled') || DomHandler.hasClass(focusCell.parentElement, 'p-datepicker-weeknumber')) {
|
|
1029
|
+
this.navigateToMonth(true, groupIndex);
|
|
1030
|
+
}
|
|
1031
|
+
else {
|
|
1032
|
+
focusCell.tabIndex = '0';
|
|
1033
|
+
focusCell.focus();
|
|
1034
|
+
}
|
|
1035
|
+
}
|
|
1036
|
+
else {
|
|
1037
|
+
this.navigateToMonth(true, groupIndex);
|
|
1038
|
+
}
|
|
1039
|
+
event.preventDefault();
|
|
1040
|
+
break;
|
|
1041
|
+
}
|
|
1042
|
+
//right arrow
|
|
1043
|
+
case 39: {
|
|
1044
|
+
cellContent.tabIndex = '-1';
|
|
1045
|
+
let nextCell = cell.nextElementSibling;
|
|
1046
|
+
if (nextCell) {
|
|
1047
|
+
let focusCell = nextCell.children[0];
|
|
1048
|
+
if (DomHandler.hasClass(focusCell, 'p-disabled')) {
|
|
1049
|
+
this.navigateToMonth(false, groupIndex);
|
|
1050
|
+
}
|
|
1051
|
+
else {
|
|
1052
|
+
focusCell.tabIndex = '0';
|
|
1053
|
+
focusCell.focus();
|
|
1054
|
+
}
|
|
1055
|
+
}
|
|
1056
|
+
else {
|
|
1057
|
+
this.navigateToMonth(false, groupIndex);
|
|
1058
|
+
}
|
|
1059
|
+
event.preventDefault();
|
|
1060
|
+
break;
|
|
1061
|
+
}
|
|
1062
|
+
//enter
|
|
1063
|
+
//space
|
|
1064
|
+
case 13:
|
|
1065
|
+
case 32: {
|
|
1066
|
+
this.onDateSelect(event, date);
|
|
1067
|
+
event.preventDefault();
|
|
1068
|
+
break;
|
|
1069
|
+
}
|
|
1070
|
+
//escape
|
|
1071
|
+
case 27: {
|
|
1072
|
+
this.overlayVisible = false;
|
|
1073
|
+
event.preventDefault();
|
|
1074
|
+
break;
|
|
1075
|
+
}
|
|
1076
|
+
//tab
|
|
1077
|
+
case 9: {
|
|
1078
|
+
if (!this.inline) {
|
|
1079
|
+
this.trapFocus(event);
|
|
1080
|
+
}
|
|
1081
|
+
break;
|
|
1082
|
+
}
|
|
1083
|
+
default:
|
|
1084
|
+
//no op
|
|
1085
|
+
break;
|
|
1086
|
+
}
|
|
1087
|
+
}
|
|
1088
|
+
onMonthCellKeydown(event, index) {
|
|
1089
|
+
const cell = event.currentTarget;
|
|
1090
|
+
switch (event.which) {
|
|
1091
|
+
//arrows
|
|
1092
|
+
case 38:
|
|
1093
|
+
case 40: {
|
|
1094
|
+
cell.tabIndex = '-1';
|
|
1095
|
+
var cells = cell.parentElement.children;
|
|
1096
|
+
var cellIndex = DomHandler.index(cell);
|
|
1097
|
+
let nextCell = cells[event.which === 40 ? cellIndex + 3 : cellIndex - 3];
|
|
1098
|
+
if (nextCell) {
|
|
1099
|
+
nextCell.tabIndex = '0';
|
|
1100
|
+
nextCell.focus();
|
|
1101
|
+
}
|
|
1102
|
+
event.preventDefault();
|
|
1103
|
+
break;
|
|
1104
|
+
}
|
|
1105
|
+
//left arrow
|
|
1106
|
+
case 37: {
|
|
1107
|
+
cell.tabIndex = '-1';
|
|
1108
|
+
let prevCell = cell.previousElementSibling;
|
|
1109
|
+
if (prevCell) {
|
|
1110
|
+
prevCell.tabIndex = '0';
|
|
1111
|
+
prevCell.focus();
|
|
1112
|
+
}
|
|
1113
|
+
else {
|
|
1114
|
+
this.navigationState = { backward: true };
|
|
1115
|
+
this.navBackward(event);
|
|
1116
|
+
}
|
|
1117
|
+
event.preventDefault();
|
|
1118
|
+
break;
|
|
1119
|
+
}
|
|
1120
|
+
//right arrow
|
|
1121
|
+
case 39: {
|
|
1122
|
+
cell.tabIndex = '-1';
|
|
1123
|
+
let nextCell = cell.nextElementSibling;
|
|
1124
|
+
if (nextCell) {
|
|
1125
|
+
nextCell.tabIndex = '0';
|
|
1126
|
+
nextCell.focus();
|
|
1127
|
+
}
|
|
1128
|
+
else {
|
|
1129
|
+
this.navigationState = { backward: false };
|
|
1130
|
+
this.navForward(event);
|
|
1131
|
+
}
|
|
1132
|
+
event.preventDefault();
|
|
1133
|
+
break;
|
|
1134
|
+
}
|
|
1135
|
+
//enter
|
|
1136
|
+
case 13: {
|
|
1137
|
+
this.onMonthSelect(event, index);
|
|
1138
|
+
event.preventDefault();
|
|
1139
|
+
break;
|
|
1140
|
+
}
|
|
1141
|
+
//enter
|
|
1142
|
+
//space
|
|
1143
|
+
case 13:
|
|
1144
|
+
case 32: {
|
|
1145
|
+
this.overlayVisible = false;
|
|
1146
|
+
event.preventDefault();
|
|
1147
|
+
break;
|
|
1148
|
+
}
|
|
1149
|
+
//escape
|
|
1150
|
+
case 27: {
|
|
1151
|
+
this.overlayVisible = false;
|
|
1152
|
+
event.preventDefault();
|
|
1153
|
+
break;
|
|
1154
|
+
}
|
|
1155
|
+
//tab
|
|
1156
|
+
case 9: {
|
|
1157
|
+
if (!this.inline) {
|
|
1158
|
+
this.trapFocus(event);
|
|
1159
|
+
}
|
|
1160
|
+
break;
|
|
1161
|
+
}
|
|
1162
|
+
default:
|
|
1163
|
+
//no op
|
|
1164
|
+
break;
|
|
1165
|
+
}
|
|
1166
|
+
}
|
|
1167
|
+
onYearCellKeydown(event, index) {
|
|
1168
|
+
const cell = event.currentTarget;
|
|
1169
|
+
switch (event.which) {
|
|
1170
|
+
//arrows
|
|
1171
|
+
case 38:
|
|
1172
|
+
case 40: {
|
|
1173
|
+
cell.tabIndex = '-1';
|
|
1174
|
+
var cells = cell.parentElement.children;
|
|
1175
|
+
var cellIndex = DomHandler.index(cell);
|
|
1176
|
+
let nextCell = cells[event.which === 40 ? cellIndex + 2 : cellIndex - 2];
|
|
1177
|
+
if (nextCell) {
|
|
1178
|
+
nextCell.tabIndex = '0';
|
|
1179
|
+
nextCell.focus();
|
|
1180
|
+
}
|
|
1181
|
+
event.preventDefault();
|
|
1182
|
+
break;
|
|
1183
|
+
}
|
|
1184
|
+
//left arrow
|
|
1185
|
+
case 37: {
|
|
1186
|
+
cell.tabIndex = '-1';
|
|
1187
|
+
let prevCell = cell.previousElementSibling;
|
|
1188
|
+
if (prevCell) {
|
|
1189
|
+
prevCell.tabIndex = '0';
|
|
1190
|
+
prevCell.focus();
|
|
1191
|
+
}
|
|
1192
|
+
else {
|
|
1193
|
+
this.navigationState = { backward: true };
|
|
1194
|
+
this.navBackward(event);
|
|
1195
|
+
}
|
|
1196
|
+
event.preventDefault();
|
|
1197
|
+
break;
|
|
1198
|
+
}
|
|
1199
|
+
//right arrow
|
|
1200
|
+
case 39: {
|
|
1201
|
+
cell.tabIndex = '-1';
|
|
1202
|
+
let nextCell = cell.nextElementSibling;
|
|
1203
|
+
if (nextCell) {
|
|
1204
|
+
nextCell.tabIndex = '0';
|
|
1205
|
+
nextCell.focus();
|
|
1206
|
+
}
|
|
1207
|
+
else {
|
|
1208
|
+
this.navigationState = { backward: false };
|
|
1209
|
+
this.navForward(event);
|
|
1210
|
+
}
|
|
1211
|
+
event.preventDefault();
|
|
1212
|
+
break;
|
|
1213
|
+
}
|
|
1214
|
+
//enter
|
|
1215
|
+
//space
|
|
1216
|
+
case 13:
|
|
1217
|
+
case 32: {
|
|
1218
|
+
this.onYearSelect(event, index);
|
|
1219
|
+
event.preventDefault();
|
|
1220
|
+
break;
|
|
1221
|
+
}
|
|
1222
|
+
//escape
|
|
1223
|
+
case 27: {
|
|
1224
|
+
this.overlayVisible = false;
|
|
1225
|
+
event.preventDefault();
|
|
1226
|
+
break;
|
|
1227
|
+
}
|
|
1228
|
+
//tab
|
|
1229
|
+
case 9: {
|
|
1230
|
+
this.trapFocus(event);
|
|
1231
|
+
break;
|
|
1232
|
+
}
|
|
1233
|
+
default:
|
|
1234
|
+
//no op
|
|
1235
|
+
break;
|
|
1236
|
+
}
|
|
1237
|
+
}
|
|
1238
|
+
navigateToMonth(prev, groupIndex) {
|
|
1239
|
+
if (prev) {
|
|
1240
|
+
if (this.numberOfMonths === 1 || groupIndex === 0) {
|
|
1241
|
+
this.navigationState = { backward: true };
|
|
1242
|
+
this.navBackward(event);
|
|
1243
|
+
}
|
|
1244
|
+
else {
|
|
1245
|
+
let prevMonthContainer = this.contentViewChild.nativeElement.children[groupIndex - 1];
|
|
1246
|
+
let cells = DomHandler.find(prevMonthContainer, '.p-datepicker-calendar td span:not(.p-disabled):not(.p-ink)');
|
|
1247
|
+
let focusCell = cells[cells.length - 1];
|
|
1248
|
+
focusCell.tabIndex = '0';
|
|
1249
|
+
focusCell.focus();
|
|
1250
|
+
}
|
|
1251
|
+
}
|
|
1252
|
+
else {
|
|
1253
|
+
if (this.numberOfMonths === 1 || groupIndex === this.numberOfMonths - 1) {
|
|
1254
|
+
this.navigationState = { backward: false };
|
|
1255
|
+
this.navForward(event);
|
|
1256
|
+
}
|
|
1257
|
+
else {
|
|
1258
|
+
let nextMonthContainer = this.contentViewChild.nativeElement.children[groupIndex + 1];
|
|
1259
|
+
let focusCell = DomHandler.findSingle(nextMonthContainer, '.p-datepicker-calendar td span:not(.p-disabled):not(.p-ink)');
|
|
1260
|
+
focusCell.tabIndex = '0';
|
|
1261
|
+
focusCell.focus();
|
|
1262
|
+
}
|
|
1263
|
+
}
|
|
1264
|
+
}
|
|
1265
|
+
updateFocus() {
|
|
1266
|
+
let cell;
|
|
1267
|
+
if (this.navigationState) {
|
|
1268
|
+
if (this.navigationState.button) {
|
|
1269
|
+
this.initFocusableCell();
|
|
1270
|
+
if (this.navigationState.backward)
|
|
1271
|
+
DomHandler.findSingle(this.contentViewChild.nativeElement, '.p-datepicker-prev').focus();
|
|
1272
|
+
else
|
|
1273
|
+
DomHandler.findSingle(this.contentViewChild.nativeElement, '.p-datepicker-next').focus();
|
|
1274
|
+
}
|
|
1275
|
+
else {
|
|
1276
|
+
if (this.navigationState.backward) {
|
|
1277
|
+
let cells;
|
|
1278
|
+
if (this.currentView === 'month') {
|
|
1279
|
+
cells = DomHandler.find(this.contentViewChild.nativeElement, '.p-monthpicker .p-monthpicker-month:not(.p-disabled)');
|
|
1280
|
+
}
|
|
1281
|
+
else if (this.currentView === 'year') {
|
|
1282
|
+
cells = DomHandler.find(this.contentViewChild.nativeElement, '.p-yearpicker .p-yearpicker-year:not(.p-disabled)');
|
|
1283
|
+
}
|
|
1284
|
+
else {
|
|
1285
|
+
cells = DomHandler.find(this.contentViewChild.nativeElement, '.p-datepicker-calendar td span:not(.p-disabled):not(.p-ink)');
|
|
1286
|
+
}
|
|
1287
|
+
if (cells && cells.length > 0) {
|
|
1288
|
+
cell = cells[cells.length - 1];
|
|
1289
|
+
}
|
|
1290
|
+
}
|
|
1291
|
+
else {
|
|
1292
|
+
if (this.currentView === 'month') {
|
|
1293
|
+
cell = DomHandler.findSingle(this.contentViewChild.nativeElement, '.p-monthpicker .p-monthpicker-month:not(.p-disabled)');
|
|
1294
|
+
}
|
|
1295
|
+
else if (this.currentView === 'year') {
|
|
1296
|
+
cell = DomHandler.findSingle(this.contentViewChild.nativeElement, '.p-yearpicker .p-yearpicker-year:not(.p-disabled)');
|
|
1297
|
+
}
|
|
1298
|
+
else {
|
|
1299
|
+
cell = DomHandler.findSingle(this.contentViewChild.nativeElement, '.p-datepicker-calendar td span:not(.p-disabled):not(.p-ink)');
|
|
1300
|
+
}
|
|
1301
|
+
}
|
|
1302
|
+
if (cell) {
|
|
1303
|
+
cell.tabIndex = '0';
|
|
1304
|
+
cell.focus();
|
|
1305
|
+
}
|
|
1306
|
+
}
|
|
1307
|
+
this.navigationState = null;
|
|
1308
|
+
}
|
|
1309
|
+
else {
|
|
1310
|
+
this.initFocusableCell();
|
|
1311
|
+
}
|
|
1312
|
+
}
|
|
1313
|
+
initFocusableCell() {
|
|
1314
|
+
const contentEl = this.contentViewChild?.nativeElement;
|
|
1315
|
+
let cell;
|
|
1316
|
+
if (this.currentView === 'month') {
|
|
1317
|
+
let cells = DomHandler.find(contentEl, '.p-monthpicker .p-monthpicker-month:not(.p-disabled)');
|
|
1318
|
+
let selectedCell = DomHandler.findSingle(contentEl, '.p-monthpicker .p-monthpicker-month.p-highlight');
|
|
1319
|
+
cells.forEach((cell) => (cell.tabIndex = -1));
|
|
1320
|
+
cell = selectedCell || cells[0];
|
|
1321
|
+
if (cells.length === 0) {
|
|
1322
|
+
let disabledCells = DomHandler.find(contentEl, '.p-monthpicker .p-monthpicker-month.p-disabled[tabindex = "0"]');
|
|
1323
|
+
disabledCells.forEach((cell) => (cell.tabIndex = -1));
|
|
1324
|
+
}
|
|
1325
|
+
}
|
|
1326
|
+
else if (this.currentView === 'year') {
|
|
1327
|
+
let cells = DomHandler.find(contentEl, '.p-yearpicker .p-yearpicker-year:not(.p-disabled)');
|
|
1328
|
+
let selectedCell = DomHandler.findSingle(contentEl, '.p-yearpicker .p-yearpicker-year.p-highlight');
|
|
1329
|
+
cells.forEach((cell) => (cell.tabIndex = -1));
|
|
1330
|
+
cell = selectedCell || cells[0];
|
|
1331
|
+
if (cells.length === 0) {
|
|
1332
|
+
let disabledCells = DomHandler.find(contentEl, '.p-yearpicker .p-yearpicker-year.p-disabled[tabindex = "0"]');
|
|
1333
|
+
disabledCells.forEach((cell) => (cell.tabIndex = -1));
|
|
1334
|
+
}
|
|
1335
|
+
}
|
|
1336
|
+
else {
|
|
1337
|
+
cell = DomHandler.findSingle(contentEl, 'span.p-highlight');
|
|
1338
|
+
if (!cell) {
|
|
1339
|
+
let todayCell = DomHandler.findSingle(contentEl, 'td.p-datepicker-today span:not(.p-disabled):not(.p-ink)');
|
|
1340
|
+
if (todayCell)
|
|
1341
|
+
cell = todayCell;
|
|
1342
|
+
else
|
|
1343
|
+
cell = DomHandler.findSingle(contentEl, '.p-datepicker-calendar td span:not(.p-disabled):not(.p-ink)');
|
|
1344
|
+
}
|
|
1345
|
+
}
|
|
1346
|
+
if (cell) {
|
|
1347
|
+
cell.tabIndex = '0';
|
|
1348
|
+
if (!this.preventFocus && (!this.navigationState || !this.navigationState.button)) {
|
|
1349
|
+
setTimeout(() => {
|
|
1350
|
+
if (!this.disabled) {
|
|
1351
|
+
cell.focus();
|
|
1352
|
+
}
|
|
1353
|
+
}, 1);
|
|
1354
|
+
}
|
|
1355
|
+
this.preventFocus = false;
|
|
1356
|
+
}
|
|
1357
|
+
}
|
|
1358
|
+
trapFocus(event) {
|
|
1359
|
+
let focusableElements = DomHandler.getFocusableElements(this.contentViewChild.nativeElement);
|
|
1360
|
+
if (focusableElements && focusableElements.length > 0) {
|
|
1361
|
+
if (!focusableElements[0].ownerDocument.activeElement) {
|
|
1362
|
+
focusableElements[0].focus();
|
|
1363
|
+
}
|
|
1364
|
+
else {
|
|
1365
|
+
let focusedIndex = focusableElements.indexOf(focusableElements[0].ownerDocument.activeElement);
|
|
1366
|
+
if (event.shiftKey) {
|
|
1367
|
+
if (focusedIndex == -1 || focusedIndex === 0) {
|
|
1368
|
+
if (this.focusTrap) {
|
|
1369
|
+
focusableElements[focusableElements.length - 1].focus();
|
|
1370
|
+
}
|
|
1371
|
+
else {
|
|
1372
|
+
if (focusedIndex === -1)
|
|
1373
|
+
return this.hideOverlay();
|
|
1374
|
+
else if (focusedIndex === 0)
|
|
1375
|
+
return;
|
|
1376
|
+
}
|
|
1377
|
+
}
|
|
1378
|
+
else {
|
|
1379
|
+
focusableElements[focusedIndex - 1].focus();
|
|
1380
|
+
}
|
|
1381
|
+
}
|
|
1382
|
+
else {
|
|
1383
|
+
if (focusedIndex == -1 || focusedIndex === focusableElements.length - 1) {
|
|
1384
|
+
if (!this.focusTrap && focusedIndex != -1)
|
|
1385
|
+
return this.hideOverlay();
|
|
1386
|
+
else
|
|
1387
|
+
focusableElements[0].focus();
|
|
1388
|
+
}
|
|
1389
|
+
else {
|
|
1390
|
+
focusableElements[focusedIndex + 1].focus();
|
|
1391
|
+
}
|
|
1392
|
+
}
|
|
1393
|
+
}
|
|
1394
|
+
}
|
|
1395
|
+
event.preventDefault();
|
|
1396
|
+
}
|
|
1397
|
+
onMonthDropdownChange(m) {
|
|
1398
|
+
this.currentMonth = parseInt(m);
|
|
1399
|
+
this.onMonthChange.emit({ month: this.currentMonth + 1, year: this.currentYear });
|
|
1400
|
+
this.createMonths(this.currentMonth, this.currentYear);
|
|
1401
|
+
}
|
|
1402
|
+
onYearDropdownChange(y) {
|
|
1403
|
+
this.currentYear = parseInt(y);
|
|
1404
|
+
this.onYearChange.emit({ month: this.currentMonth + 1, year: this.currentYear });
|
|
1405
|
+
this.createMonths(this.currentMonth, this.currentYear);
|
|
1406
|
+
}
|
|
1407
|
+
validateTime(hour, minute, second, pm) {
|
|
1408
|
+
let value = this.value;
|
|
1409
|
+
const convertedHour = this.convertTo24Hour(hour, pm);
|
|
1410
|
+
if (this.isRangeSelection()) {
|
|
1411
|
+
value = this.value[1] || this.value[0];
|
|
1412
|
+
}
|
|
1413
|
+
if (this.isMultipleSelection()) {
|
|
1414
|
+
value = this.value[this.value.length - 1];
|
|
1415
|
+
}
|
|
1416
|
+
const valueDateString = value ? value.toDateString() : null;
|
|
1417
|
+
if (this.minDate && valueDateString && this.minDate.toDateString() === valueDateString) {
|
|
1418
|
+
if (this.minDate.getHours() > convertedHour) {
|
|
1419
|
+
return false;
|
|
1420
|
+
}
|
|
1421
|
+
if (this.minDate.getHours() === convertedHour) {
|
|
1422
|
+
if (this.minDate.getMinutes() > minute) {
|
|
1423
|
+
return false;
|
|
1424
|
+
}
|
|
1425
|
+
if (this.minDate.getMinutes() === minute) {
|
|
1426
|
+
if (this.minDate.getSeconds() > second) {
|
|
1427
|
+
return false;
|
|
1428
|
+
}
|
|
1429
|
+
}
|
|
1430
|
+
}
|
|
1431
|
+
}
|
|
1432
|
+
if (this.maxDate && valueDateString && this.maxDate.toDateString() === valueDateString) {
|
|
1433
|
+
if (this.maxDate.getHours() < convertedHour) {
|
|
1434
|
+
return false;
|
|
1435
|
+
}
|
|
1436
|
+
if (this.maxDate.getHours() === convertedHour) {
|
|
1437
|
+
if (this.maxDate.getMinutes() < minute) {
|
|
1438
|
+
return false;
|
|
1439
|
+
}
|
|
1440
|
+
if (this.maxDate.getMinutes() === minute) {
|
|
1441
|
+
if (this.maxDate.getSeconds() < second) {
|
|
1442
|
+
return false;
|
|
1443
|
+
}
|
|
1444
|
+
}
|
|
1445
|
+
}
|
|
1446
|
+
}
|
|
1447
|
+
return true;
|
|
1448
|
+
}
|
|
1449
|
+
incrementHour(event) {
|
|
1450
|
+
const prevHour = this.currentHour;
|
|
1451
|
+
let newHour = this.currentHour + this.stepHour;
|
|
1452
|
+
let newPM = this.pm;
|
|
1453
|
+
if (this.hourFormat == '24')
|
|
1454
|
+
newHour = newHour >= 24 ? newHour - 24 : newHour;
|
|
1455
|
+
else if (this.hourFormat == '12') {
|
|
1456
|
+
// Before the AM/PM break, now after
|
|
1457
|
+
if (prevHour < 12 && newHour > 11) {
|
|
1458
|
+
newPM = !this.pm;
|
|
1459
|
+
}
|
|
1460
|
+
newHour = newHour >= 13 ? newHour - 12 : newHour;
|
|
1461
|
+
}
|
|
1462
|
+
if (this.validateTime(newHour, this.currentMinute, this.currentSecond, newPM)) {
|
|
1463
|
+
this.currentHour = newHour;
|
|
1464
|
+
this.pm = newPM;
|
|
1465
|
+
}
|
|
1466
|
+
event.preventDefault();
|
|
1467
|
+
}
|
|
1468
|
+
onTimePickerElementMouseDown(event, type, direction) {
|
|
1469
|
+
if (!this.disabled) {
|
|
1470
|
+
this.repeat(event, null, type, direction);
|
|
1471
|
+
event.preventDefault();
|
|
1472
|
+
}
|
|
1473
|
+
}
|
|
1474
|
+
onTimePickerElementMouseUp(event) {
|
|
1475
|
+
if (!this.disabled) {
|
|
1476
|
+
this.clearTimePickerTimer();
|
|
1477
|
+
this.updateTime();
|
|
1478
|
+
}
|
|
1479
|
+
}
|
|
1480
|
+
onTimePickerElementMouseLeave() {
|
|
1481
|
+
if (!this.disabled && this.timePickerTimer) {
|
|
1482
|
+
this.clearTimePickerTimer();
|
|
1483
|
+
this.updateTime();
|
|
1484
|
+
}
|
|
1485
|
+
}
|
|
1486
|
+
repeat(event, interval, type, direction) {
|
|
1487
|
+
let i = interval || 500;
|
|
1488
|
+
this.clearTimePickerTimer();
|
|
1489
|
+
this.timePickerTimer = setTimeout(() => {
|
|
1490
|
+
this.repeat(event, 100, type, direction);
|
|
1491
|
+
this.cd.markForCheck();
|
|
1492
|
+
}, i);
|
|
1493
|
+
switch (type) {
|
|
1494
|
+
case 0:
|
|
1495
|
+
if (direction === 1)
|
|
1496
|
+
this.incrementHour(event);
|
|
1497
|
+
else
|
|
1498
|
+
this.decrementHour(event);
|
|
1499
|
+
break;
|
|
1500
|
+
case 1:
|
|
1501
|
+
if (direction === 1)
|
|
1502
|
+
this.incrementMinute(event);
|
|
1503
|
+
else
|
|
1504
|
+
this.decrementMinute(event);
|
|
1505
|
+
break;
|
|
1506
|
+
case 2:
|
|
1507
|
+
if (direction === 1)
|
|
1508
|
+
this.incrementSecond(event);
|
|
1509
|
+
else
|
|
1510
|
+
this.decrementSecond(event);
|
|
1511
|
+
break;
|
|
1512
|
+
}
|
|
1513
|
+
this.updateInputfield();
|
|
1514
|
+
}
|
|
1515
|
+
clearTimePickerTimer() {
|
|
1516
|
+
if (this.timePickerTimer) {
|
|
1517
|
+
clearTimeout(this.timePickerTimer);
|
|
1518
|
+
this.timePickerTimer = null;
|
|
1519
|
+
}
|
|
1520
|
+
}
|
|
1521
|
+
decrementHour(event) {
|
|
1522
|
+
let newHour = this.currentHour - this.stepHour;
|
|
1523
|
+
let newPM = this.pm;
|
|
1524
|
+
if (this.hourFormat == '24')
|
|
1525
|
+
newHour = newHour < 0 ? 24 + newHour : newHour;
|
|
1526
|
+
else if (this.hourFormat == '12') {
|
|
1527
|
+
// If we were at noon/midnight, then switch
|
|
1528
|
+
if (this.currentHour === 12) {
|
|
1529
|
+
newPM = !this.pm;
|
|
1530
|
+
}
|
|
1531
|
+
newHour = newHour <= 0 ? 12 + newHour : newHour;
|
|
1532
|
+
}
|
|
1533
|
+
if (this.validateTime(newHour, this.currentMinute, this.currentSecond, newPM)) {
|
|
1534
|
+
this.currentHour = newHour;
|
|
1535
|
+
this.pm = newPM;
|
|
1536
|
+
}
|
|
1537
|
+
event.preventDefault();
|
|
1538
|
+
}
|
|
1539
|
+
incrementMinute(event) {
|
|
1540
|
+
let newMinute = this.currentMinute + this.stepMinute;
|
|
1541
|
+
newMinute = newMinute > 59 ? newMinute - 60 : newMinute;
|
|
1542
|
+
if (this.validateTime(this.currentHour, newMinute, this.currentSecond, this.pm)) {
|
|
1543
|
+
this.currentMinute = newMinute;
|
|
1544
|
+
}
|
|
1545
|
+
event.preventDefault();
|
|
1546
|
+
}
|
|
1547
|
+
decrementMinute(event) {
|
|
1548
|
+
let newMinute = this.currentMinute - this.stepMinute;
|
|
1549
|
+
newMinute = newMinute < 0 ? 60 + newMinute : newMinute;
|
|
1550
|
+
if (this.validateTime(this.currentHour, newMinute, this.currentSecond, this.pm)) {
|
|
1551
|
+
this.currentMinute = newMinute;
|
|
1552
|
+
}
|
|
1553
|
+
event.preventDefault();
|
|
1554
|
+
}
|
|
1555
|
+
incrementSecond(event) {
|
|
1556
|
+
let newSecond = this.currentSecond + this.stepSecond;
|
|
1557
|
+
newSecond = newSecond > 59 ? newSecond - 60 : newSecond;
|
|
1558
|
+
if (this.validateTime(this.currentHour, this.currentMinute, newSecond, this.pm)) {
|
|
1559
|
+
this.currentSecond = newSecond;
|
|
1560
|
+
}
|
|
1561
|
+
event.preventDefault();
|
|
1562
|
+
}
|
|
1563
|
+
decrementSecond(event) {
|
|
1564
|
+
let newSecond = this.currentSecond - this.stepSecond;
|
|
1565
|
+
newSecond = newSecond < 0 ? 60 + newSecond : newSecond;
|
|
1566
|
+
if (this.validateTime(this.currentHour, this.currentMinute, newSecond, this.pm)) {
|
|
1567
|
+
this.currentSecond = newSecond;
|
|
1568
|
+
}
|
|
1569
|
+
event.preventDefault();
|
|
1570
|
+
}
|
|
1571
|
+
updateTime() {
|
|
1572
|
+
let value = this.value;
|
|
1573
|
+
if (this.isRangeSelection()) {
|
|
1574
|
+
value = this.value[1] || this.value[0];
|
|
1575
|
+
}
|
|
1576
|
+
if (this.isMultipleSelection()) {
|
|
1577
|
+
value = this.value[this.value.length - 1];
|
|
1578
|
+
}
|
|
1579
|
+
value = value ? new Date(value.getTime()) : new Date();
|
|
1580
|
+
if (this.hourFormat == '12') {
|
|
1581
|
+
if (this.currentHour === 12)
|
|
1582
|
+
value.setHours(this.pm ? 12 : 0);
|
|
1583
|
+
else
|
|
1584
|
+
value.setHours(this.pm ? this.currentHour + 12 : this.currentHour);
|
|
1585
|
+
}
|
|
1586
|
+
else {
|
|
1587
|
+
value.setHours(this.currentHour);
|
|
1588
|
+
}
|
|
1589
|
+
value.setMinutes(this.currentMinute);
|
|
1590
|
+
value.setSeconds(this.currentSecond);
|
|
1591
|
+
if (this.isRangeSelection()) {
|
|
1592
|
+
if (this.value[1])
|
|
1593
|
+
value = [this.value[0], value];
|
|
1594
|
+
else
|
|
1595
|
+
value = [value, null];
|
|
1596
|
+
}
|
|
1597
|
+
if (this.isMultipleSelection()) {
|
|
1598
|
+
value = [...this.value.slice(0, -1), value];
|
|
1599
|
+
}
|
|
1600
|
+
this.updateModel(value);
|
|
1601
|
+
this.onSelect.emit(value);
|
|
1602
|
+
this.updateInputfield();
|
|
1603
|
+
}
|
|
1604
|
+
toggleAMPM(event) {
|
|
1605
|
+
const newPM = !this.pm;
|
|
1606
|
+
if (this.validateTime(this.currentHour, this.currentMinute, this.currentSecond, newPM)) {
|
|
1607
|
+
this.pm = newPM;
|
|
1608
|
+
this.updateTime();
|
|
1609
|
+
}
|
|
1610
|
+
event.preventDefault();
|
|
1611
|
+
}
|
|
1612
|
+
onUserInput(event) {
|
|
1613
|
+
// IE 11 Workaround for input placeholder : https://github.com/qius.solutions/parallel-ui-angular/issues/2026
|
|
1614
|
+
if (!this.isKeydown) {
|
|
1615
|
+
return;
|
|
1616
|
+
}
|
|
1617
|
+
this.isKeydown = false;
|
|
1618
|
+
let val = event.target.value;
|
|
1619
|
+
try {
|
|
1620
|
+
let value = this.parseValueFromString(val);
|
|
1621
|
+
if (this.isValidSelection(value)) {
|
|
1622
|
+
this.updateModel(value);
|
|
1623
|
+
this.updateUI();
|
|
1624
|
+
}
|
|
1625
|
+
}
|
|
1626
|
+
catch (err) {
|
|
1627
|
+
//invalid date
|
|
1628
|
+
let value = this.keepInvalid ? val : null;
|
|
1629
|
+
this.updateModel(value);
|
|
1630
|
+
}
|
|
1631
|
+
this.filled = val != null && val.length;
|
|
1632
|
+
this.onInput.emit(event);
|
|
1633
|
+
}
|
|
1634
|
+
isValidSelection(value) {
|
|
1635
|
+
let isValid = true;
|
|
1636
|
+
if (this.isSingleSelection()) {
|
|
1637
|
+
if (!this.isSelectable(value.getDate(), value.getMonth(), value.getFullYear(), false)) {
|
|
1638
|
+
isValid = false;
|
|
1639
|
+
}
|
|
1640
|
+
}
|
|
1641
|
+
else if (value.every((v) => this.isSelectable(v.getDate(), v.getMonth(), v.getFullYear(), false))) {
|
|
1642
|
+
if (this.isRangeSelection()) {
|
|
1643
|
+
isValid = value.length > 1 && value[1] > value[0] ? true : false;
|
|
1644
|
+
}
|
|
1645
|
+
}
|
|
1646
|
+
return isValid;
|
|
1647
|
+
}
|
|
1648
|
+
parseValueFromString(text) {
|
|
1649
|
+
if (!text || text.trim().length === 0) {
|
|
1650
|
+
return null;
|
|
1651
|
+
}
|
|
1652
|
+
let value;
|
|
1653
|
+
if (this.isSingleSelection()) {
|
|
1654
|
+
value = this.parseDateTime(text);
|
|
1655
|
+
}
|
|
1656
|
+
else if (this.isMultipleSelection()) {
|
|
1657
|
+
let tokens = text.split(this.multipleSeparator);
|
|
1658
|
+
value = [];
|
|
1659
|
+
for (let token of tokens) {
|
|
1660
|
+
value.push(this.parseDateTime(token.trim()));
|
|
1661
|
+
}
|
|
1662
|
+
}
|
|
1663
|
+
else if (this.isRangeSelection()) {
|
|
1664
|
+
let tokens = text.split(' ' + this.rangeSeparator + ' ');
|
|
1665
|
+
value = [];
|
|
1666
|
+
for (let i = 0; i < tokens.length; i++) {
|
|
1667
|
+
value[i] = this.parseDateTime(tokens[i].trim());
|
|
1668
|
+
}
|
|
1669
|
+
}
|
|
1670
|
+
return value;
|
|
1671
|
+
}
|
|
1672
|
+
parseDateTime(text) {
|
|
1673
|
+
let date;
|
|
1674
|
+
let parts = text.split(' ');
|
|
1675
|
+
if (this.timeOnly) {
|
|
1676
|
+
date = new Date();
|
|
1677
|
+
this.populateTime(date, parts[0], parts[1]);
|
|
1678
|
+
}
|
|
1679
|
+
else {
|
|
1680
|
+
const dateFormat = this.getDateFormat();
|
|
1681
|
+
if (this.showTime) {
|
|
1682
|
+
let ampm = this.hourFormat == '12' ? parts.pop() : null;
|
|
1683
|
+
let timeString = parts.pop();
|
|
1684
|
+
date = this.parseDate(parts.join(' '), dateFormat);
|
|
1685
|
+
this.populateTime(date, timeString, ampm);
|
|
1686
|
+
}
|
|
1687
|
+
else {
|
|
1688
|
+
date = this.parseDate(text, dateFormat);
|
|
1689
|
+
}
|
|
1690
|
+
}
|
|
1691
|
+
return date;
|
|
1692
|
+
}
|
|
1693
|
+
populateTime(value, timeString, ampm) {
|
|
1694
|
+
if (this.hourFormat == '12' && !ampm) {
|
|
1695
|
+
throw 'Invalid Time';
|
|
1696
|
+
}
|
|
1697
|
+
this.pm = ampm === 'PM' || ampm === 'pm';
|
|
1698
|
+
let time = this.parseTime(timeString);
|
|
1699
|
+
value.setHours(time.hour);
|
|
1700
|
+
value.setMinutes(time.minute);
|
|
1701
|
+
value.setSeconds(time.second);
|
|
1702
|
+
}
|
|
1703
|
+
isValidDate(date) {
|
|
1704
|
+
return ObjectUtils.isDate(date) && ObjectUtils.isNotEmpty(date);
|
|
1705
|
+
}
|
|
1706
|
+
updateUI() {
|
|
1707
|
+
let propValue = this.value;
|
|
1708
|
+
if (Array.isArray(propValue)) {
|
|
1709
|
+
propValue = propValue[0];
|
|
1710
|
+
}
|
|
1711
|
+
let val = this.defaultDate && this.isValidDate(this.defaultDate) && !this.value ? this.defaultDate : propValue && this.isValidDate(propValue) ? propValue : new Date();
|
|
1712
|
+
this.currentMonth = val.getMonth();
|
|
1713
|
+
this.currentYear = val.getFullYear();
|
|
1714
|
+
this.createMonths(this.currentMonth, this.currentYear);
|
|
1715
|
+
if (this.showTime || this.timeOnly) {
|
|
1716
|
+
this.setCurrentHourPM(val.getHours());
|
|
1717
|
+
this.currentMinute = val.getMinutes();
|
|
1718
|
+
this.currentSecond = val.getSeconds();
|
|
1719
|
+
}
|
|
1720
|
+
}
|
|
1721
|
+
showOverlay() {
|
|
1722
|
+
if (!this.overlayVisible) {
|
|
1723
|
+
this.updateUI();
|
|
1724
|
+
if (!this.touchUI) {
|
|
1725
|
+
this.preventFocus = true;
|
|
1726
|
+
}
|
|
1727
|
+
this.overlayVisible = true;
|
|
1728
|
+
}
|
|
1729
|
+
}
|
|
1730
|
+
hideOverlay() {
|
|
1731
|
+
this.overlayVisible = false;
|
|
1732
|
+
this.clearTimePickerTimer();
|
|
1733
|
+
if (this.touchUI) {
|
|
1734
|
+
this.disableModality();
|
|
1735
|
+
}
|
|
1736
|
+
this.cd.markForCheck();
|
|
1737
|
+
}
|
|
1738
|
+
toggle() {
|
|
1739
|
+
if (!this.inline) {
|
|
1740
|
+
if (!this.overlayVisible) {
|
|
1741
|
+
this.showOverlay();
|
|
1742
|
+
this.inputfieldViewChild.nativeElement.focus();
|
|
1743
|
+
}
|
|
1744
|
+
else {
|
|
1745
|
+
this.hideOverlay();
|
|
1746
|
+
}
|
|
1747
|
+
}
|
|
1748
|
+
}
|
|
1749
|
+
onOverlayAnimationStart(event) {
|
|
1750
|
+
switch (event.toState) {
|
|
1751
|
+
case 'visible':
|
|
1752
|
+
case 'visibleTouchUI':
|
|
1753
|
+
if (!this.inline) {
|
|
1754
|
+
this.overlay = event.element;
|
|
1755
|
+
this.overlay.setAttribute(this.attributeSelector, '');
|
|
1756
|
+
this.appendOverlay();
|
|
1757
|
+
this.updateFocus();
|
|
1758
|
+
if (this.autoZIndex) {
|
|
1759
|
+
if (this.touchUI)
|
|
1760
|
+
ZIndexUtils.set('modal', this.overlay, this.baseZIndex || this.config.zIndex.modal);
|
|
1761
|
+
else
|
|
1762
|
+
ZIndexUtils.set('overlay', this.overlay, this.baseZIndex || this.config.zIndex.overlay);
|
|
1763
|
+
}
|
|
1764
|
+
this.alignOverlay();
|
|
1765
|
+
this.onShow.emit(event);
|
|
1766
|
+
}
|
|
1767
|
+
break;
|
|
1768
|
+
case 'void':
|
|
1769
|
+
this.onOverlayHide();
|
|
1770
|
+
this.onClose.emit(event);
|
|
1771
|
+
break;
|
|
1772
|
+
}
|
|
1773
|
+
}
|
|
1774
|
+
onOverlayAnimationDone(event) {
|
|
1775
|
+
switch (event.toState) {
|
|
1776
|
+
case 'visible':
|
|
1777
|
+
case 'visibleTouchUI':
|
|
1778
|
+
if (!this.inline) {
|
|
1779
|
+
this.bindDocumentClickListener();
|
|
1780
|
+
this.bindDocumentResizeListener();
|
|
1781
|
+
this.bindScrollListener();
|
|
1782
|
+
}
|
|
1783
|
+
break;
|
|
1784
|
+
case 'void':
|
|
1785
|
+
if (this.autoZIndex) {
|
|
1786
|
+
ZIndexUtils.clear(event.element);
|
|
1787
|
+
}
|
|
1788
|
+
break;
|
|
1789
|
+
}
|
|
1790
|
+
}
|
|
1791
|
+
appendOverlay() {
|
|
1792
|
+
if (this.appendTo) {
|
|
1793
|
+
if (this.appendTo === 'body')
|
|
1794
|
+
this.document.body.appendChild(this.overlay);
|
|
1795
|
+
else
|
|
1796
|
+
DomHandler.appendChild(this.overlay, this.appendTo);
|
|
1797
|
+
}
|
|
1798
|
+
}
|
|
1799
|
+
restoreOverlayAppend() {
|
|
1800
|
+
if (this.overlay && this.appendTo) {
|
|
1801
|
+
this.el.nativeElement.appendChild(this.overlay);
|
|
1802
|
+
}
|
|
1803
|
+
}
|
|
1804
|
+
alignOverlay() {
|
|
1805
|
+
if (this.touchUI) {
|
|
1806
|
+
this.enableModality(this.overlay);
|
|
1807
|
+
}
|
|
1808
|
+
else if (this.overlay) {
|
|
1809
|
+
if (this.appendTo) {
|
|
1810
|
+
if (this.view === 'date') {
|
|
1811
|
+
this.overlay.style.width = DomHandler.getOuterWidth(this.overlay) + 'px';
|
|
1812
|
+
this.overlay.style.minWidth = DomHandler.getOuterWidth(this.inputfieldViewChild.nativeElement) + 'px';
|
|
1813
|
+
}
|
|
1814
|
+
else {
|
|
1815
|
+
this.overlay.style.width = DomHandler.getOuterWidth(this.inputfieldViewChild.nativeElement) + 'px';
|
|
1816
|
+
}
|
|
1817
|
+
DomHandler.absolutePosition(this.overlay, this.inputfieldViewChild.nativeElement);
|
|
1818
|
+
}
|
|
1819
|
+
else {
|
|
1820
|
+
DomHandler.relativePosition(this.overlay, this.inputfieldViewChild.nativeElement);
|
|
1821
|
+
}
|
|
1822
|
+
}
|
|
1823
|
+
}
|
|
1824
|
+
enableModality(element) {
|
|
1825
|
+
if (!this.mask && this.touchUI) {
|
|
1826
|
+
this.mask = this.renderer.createElement('div');
|
|
1827
|
+
this.renderer.setStyle(this.mask, 'zIndex', String(parseInt(element.style.zIndex) - 1));
|
|
1828
|
+
let maskStyleClass = 'p-component-overlay p-datepicker-mask p-datepicker-mask-scrollblocker p-component-overlay p-component-overlay-enter';
|
|
1829
|
+
DomHandler.addMultipleClasses(this.mask, maskStyleClass);
|
|
1830
|
+
this.maskClickListener = this.renderer.listen(this.mask, 'click', (event) => {
|
|
1831
|
+
this.disableModality();
|
|
1832
|
+
});
|
|
1833
|
+
this.renderer.appendChild(this.document.body, this.mask);
|
|
1834
|
+
DomHandler.addClass(this.document.body, 'p-overflow-hidden');
|
|
1835
|
+
}
|
|
1836
|
+
}
|
|
1837
|
+
disableModality() {
|
|
1838
|
+
if (this.mask) {
|
|
1839
|
+
DomHandler.addClass(this.mask, 'p-component-overlay-leave');
|
|
1840
|
+
if (!this.animationEndListener) {
|
|
1841
|
+
this.animationEndListener = this.renderer.listen(this.mask, 'animationend', this.destroyMask.bind(this));
|
|
1842
|
+
}
|
|
1843
|
+
}
|
|
1844
|
+
}
|
|
1845
|
+
destroyMask() {
|
|
1846
|
+
if (!this.mask) {
|
|
1847
|
+
return;
|
|
1848
|
+
}
|
|
1849
|
+
this.renderer.removeChild(this.document.body, this.mask);
|
|
1850
|
+
let bodyChildren = this.document.body.children;
|
|
1851
|
+
let hasBlockerMasks;
|
|
1852
|
+
for (let i = 0; i < bodyChildren.length; i++) {
|
|
1853
|
+
let bodyChild = bodyChildren[i];
|
|
1854
|
+
if (DomHandler.hasClass(bodyChild, 'p-datepicker-mask-scrollblocker')) {
|
|
1855
|
+
hasBlockerMasks = true;
|
|
1856
|
+
break;
|
|
1857
|
+
}
|
|
1858
|
+
}
|
|
1859
|
+
if (!hasBlockerMasks) {
|
|
1860
|
+
DomHandler.removeClass(this.document.body, 'p-overflow-hidden');
|
|
1861
|
+
}
|
|
1862
|
+
this.unbindAnimationEndListener();
|
|
1863
|
+
this.unbindMaskClickListener();
|
|
1864
|
+
this.mask = null;
|
|
1865
|
+
}
|
|
1866
|
+
unbindMaskClickListener() {
|
|
1867
|
+
if (this.maskClickListener) {
|
|
1868
|
+
this.maskClickListener();
|
|
1869
|
+
this.maskClickListener = null;
|
|
1870
|
+
}
|
|
1871
|
+
}
|
|
1872
|
+
unbindAnimationEndListener() {
|
|
1873
|
+
if (this.animationEndListener && this.mask) {
|
|
1874
|
+
this.animationEndListener();
|
|
1875
|
+
this.animationEndListener = null;
|
|
1876
|
+
}
|
|
1877
|
+
}
|
|
1878
|
+
writeValue(value) {
|
|
1879
|
+
this.value = value;
|
|
1880
|
+
if (this.value && typeof this.value === 'string') {
|
|
1881
|
+
try {
|
|
1882
|
+
this.value = this.parseValueFromString(this.value);
|
|
1883
|
+
}
|
|
1884
|
+
catch {
|
|
1885
|
+
if (this.keepInvalid) {
|
|
1886
|
+
this.value = value;
|
|
1887
|
+
}
|
|
1888
|
+
}
|
|
1889
|
+
}
|
|
1890
|
+
this.updateInputfield();
|
|
1891
|
+
this.updateUI();
|
|
1892
|
+
this.cd.markForCheck();
|
|
1893
|
+
}
|
|
1894
|
+
registerOnChange(fn) {
|
|
1895
|
+
this.onModelChange = fn;
|
|
1896
|
+
}
|
|
1897
|
+
registerOnTouched(fn) {
|
|
1898
|
+
this.onModelTouched = fn;
|
|
1899
|
+
}
|
|
1900
|
+
setDisabledState(val) {
|
|
1901
|
+
this.disabled = val;
|
|
1902
|
+
this.cd.markForCheck();
|
|
1903
|
+
}
|
|
1904
|
+
getDateFormat() {
|
|
1905
|
+
return this.dateFormat || this.getTranslation('dateFormat');
|
|
1906
|
+
}
|
|
1907
|
+
getFirstDateOfWeek() {
|
|
1908
|
+
return this._firstDayOfWeek || this.getTranslation(TranslationKeys.FIRST_DAY_OF_WEEK);
|
|
1909
|
+
}
|
|
1910
|
+
// Ported from jquery-ui datepicker formatDate
|
|
1911
|
+
formatDate(date, format) {
|
|
1912
|
+
if (!date) {
|
|
1913
|
+
return '';
|
|
1914
|
+
}
|
|
1915
|
+
let iFormat;
|
|
1916
|
+
const lookAhead = (match) => {
|
|
1917
|
+
const matches = iFormat + 1 < format.length && format.charAt(iFormat + 1) === match;
|
|
1918
|
+
if (matches) {
|
|
1919
|
+
iFormat++;
|
|
1920
|
+
}
|
|
1921
|
+
return matches;
|
|
1922
|
+
}, formatNumber = (match, value, len) => {
|
|
1923
|
+
let num = '' + value;
|
|
1924
|
+
if (lookAhead(match)) {
|
|
1925
|
+
while (num.length < len) {
|
|
1926
|
+
num = '0' + num;
|
|
1927
|
+
}
|
|
1928
|
+
}
|
|
1929
|
+
return num;
|
|
1930
|
+
}, formatName = (match, value, shortNames, longNames) => {
|
|
1931
|
+
return lookAhead(match) ? longNames[value] : shortNames[value];
|
|
1932
|
+
};
|
|
1933
|
+
let output = '';
|
|
1934
|
+
let literal = false;
|
|
1935
|
+
if (date) {
|
|
1936
|
+
for (iFormat = 0; iFormat < format.length; iFormat++) {
|
|
1937
|
+
if (literal) {
|
|
1938
|
+
if (format.charAt(iFormat) === "'" && !lookAhead("'")) {
|
|
1939
|
+
literal = false;
|
|
1940
|
+
}
|
|
1941
|
+
else {
|
|
1942
|
+
output += format.charAt(iFormat);
|
|
1943
|
+
}
|
|
1944
|
+
}
|
|
1945
|
+
else {
|
|
1946
|
+
switch (format.charAt(iFormat)) {
|
|
1947
|
+
case 'd':
|
|
1948
|
+
output += formatNumber('d', date.getDate(), 2);
|
|
1949
|
+
break;
|
|
1950
|
+
case 'D':
|
|
1951
|
+
output += formatName('D', date.getDay(), this.getTranslation(TranslationKeys.DAY_NAMES_SHORT), this.getTranslation(TranslationKeys.DAY_NAMES));
|
|
1952
|
+
break;
|
|
1953
|
+
case 'o':
|
|
1954
|
+
output += formatNumber('o', Math.round((new Date(date.getFullYear(), date.getMonth(), date.getDate()).getTime() - new Date(date.getFullYear(), 0, 0).getTime()) / 86400000), 3);
|
|
1955
|
+
break;
|
|
1956
|
+
case 'm':
|
|
1957
|
+
output += formatNumber('m', date.getMonth() + 1, 2);
|
|
1958
|
+
break;
|
|
1959
|
+
case 'M':
|
|
1960
|
+
output += formatName('M', date.getMonth(), this.getTranslation(TranslationKeys.MONTH_NAMES_SHORT), this.getTranslation(TranslationKeys.MONTH_NAMES));
|
|
1961
|
+
break;
|
|
1962
|
+
case 'y':
|
|
1963
|
+
output += lookAhead('y') ? date.getFullYear() : (date.getFullYear() % 100 < 10 ? '0' : '') + (date.getFullYear() % 100);
|
|
1964
|
+
break;
|
|
1965
|
+
case '@':
|
|
1966
|
+
output += date.getTime();
|
|
1967
|
+
break;
|
|
1968
|
+
case '!':
|
|
1969
|
+
output += date.getTime() * 10000 + this.ticksTo1970;
|
|
1970
|
+
break;
|
|
1971
|
+
case "'":
|
|
1972
|
+
if (lookAhead("'")) {
|
|
1973
|
+
output += "'";
|
|
1974
|
+
}
|
|
1975
|
+
else {
|
|
1976
|
+
literal = true;
|
|
1977
|
+
}
|
|
1978
|
+
break;
|
|
1979
|
+
default:
|
|
1980
|
+
output += format.charAt(iFormat);
|
|
1981
|
+
}
|
|
1982
|
+
}
|
|
1983
|
+
}
|
|
1984
|
+
}
|
|
1985
|
+
return output;
|
|
1986
|
+
}
|
|
1987
|
+
formatTime(date) {
|
|
1988
|
+
if (!date) {
|
|
1989
|
+
return '';
|
|
1990
|
+
}
|
|
1991
|
+
let output = '';
|
|
1992
|
+
let hours = date.getHours();
|
|
1993
|
+
let minutes = date.getMinutes();
|
|
1994
|
+
let seconds = date.getSeconds();
|
|
1995
|
+
if (this.hourFormat == '12' && hours > 11 && hours != 12) {
|
|
1996
|
+
hours -= 12;
|
|
1997
|
+
}
|
|
1998
|
+
if (this.hourFormat == '12') {
|
|
1999
|
+
output += hours === 0 ? 12 : hours < 10 ? '0' + hours : hours;
|
|
2000
|
+
}
|
|
2001
|
+
else {
|
|
2002
|
+
output += hours < 10 ? '0' + hours : hours;
|
|
2003
|
+
}
|
|
2004
|
+
output += ':';
|
|
2005
|
+
output += minutes < 10 ? '0' + minutes : minutes;
|
|
2006
|
+
if (this.showSeconds) {
|
|
2007
|
+
output += ':';
|
|
2008
|
+
output += seconds < 10 ? '0' + seconds : seconds;
|
|
2009
|
+
}
|
|
2010
|
+
if (this.hourFormat == '12') {
|
|
2011
|
+
output += date.getHours() > 11 ? ' PM' : ' AM';
|
|
2012
|
+
}
|
|
2013
|
+
return output;
|
|
2014
|
+
}
|
|
2015
|
+
parseTime(value) {
|
|
2016
|
+
let tokens = value.split(':');
|
|
2017
|
+
let validTokenLength = this.showSeconds ? 3 : 2;
|
|
2018
|
+
if (tokens.length !== validTokenLength) {
|
|
2019
|
+
throw 'Invalid time';
|
|
2020
|
+
}
|
|
2021
|
+
let h = parseInt(tokens[0]);
|
|
2022
|
+
let m = parseInt(tokens[1]);
|
|
2023
|
+
let s = this.showSeconds ? parseInt(tokens[2]) : null;
|
|
2024
|
+
if (isNaN(h) || isNaN(m) || h > 23 || m > 59 || (this.hourFormat == '12' && h > 12) || (this.showSeconds && (isNaN(s) || s > 59))) {
|
|
2025
|
+
throw 'Invalid time';
|
|
2026
|
+
}
|
|
2027
|
+
else {
|
|
2028
|
+
if (this.hourFormat == '12') {
|
|
2029
|
+
if (h !== 12 && this.pm) {
|
|
2030
|
+
h += 12;
|
|
2031
|
+
}
|
|
2032
|
+
else if (!this.pm && h === 12) {
|
|
2033
|
+
h -= 12;
|
|
2034
|
+
}
|
|
2035
|
+
}
|
|
2036
|
+
return { hour: h, minute: m, second: s };
|
|
2037
|
+
}
|
|
2038
|
+
}
|
|
2039
|
+
// Ported from jquery-ui datepicker parseDate
|
|
2040
|
+
parseDate(value, format) {
|
|
2041
|
+
if (format == null || value == null) {
|
|
2042
|
+
throw 'Invalid arguments';
|
|
2043
|
+
}
|
|
2044
|
+
value = typeof value === 'object' ? value.toString() : value + '';
|
|
2045
|
+
if (value === '') {
|
|
2046
|
+
return null;
|
|
2047
|
+
}
|
|
2048
|
+
let iFormat, dim, extra, iValue = 0, shortYearCutoff = typeof this.shortYearCutoff !== 'string' ? this.shortYearCutoff : (new Date().getFullYear() % 100) + parseInt(this.shortYearCutoff, 10), year = -1, month = -1, day = -1, doy = -1, literal = false, date, lookAhead = (match) => {
|
|
2049
|
+
let matches = iFormat + 1 < format.length && format.charAt(iFormat + 1) === match;
|
|
2050
|
+
if (matches) {
|
|
2051
|
+
iFormat++;
|
|
2052
|
+
}
|
|
2053
|
+
return matches;
|
|
2054
|
+
}, getNumber = (match) => {
|
|
2055
|
+
let isDoubled = lookAhead(match), size = match === '@' ? 14 : match === '!' ? 20 : match === 'y' && isDoubled ? 4 : match === 'o' ? 3 : 2, minSize = match === 'y' ? size : 1, digits = new RegExp('^\\d{' + minSize + ',' + size + '}'), num = value.substring(iValue).match(digits);
|
|
2056
|
+
if (!num) {
|
|
2057
|
+
throw 'Missing number at position ' + iValue;
|
|
2058
|
+
}
|
|
2059
|
+
iValue += num[0].length;
|
|
2060
|
+
return parseInt(num[0], 10);
|
|
2061
|
+
}, getName = (match, shortNames, longNames) => {
|
|
2062
|
+
let index = -1;
|
|
2063
|
+
let arr = lookAhead(match) ? longNames : shortNames;
|
|
2064
|
+
let names = [];
|
|
2065
|
+
for (let i = 0; i < arr.length; i++) {
|
|
2066
|
+
names.push([i, arr[i]]);
|
|
2067
|
+
}
|
|
2068
|
+
names.sort((a, b) => {
|
|
2069
|
+
return -(a[1].length - b[1].length);
|
|
2070
|
+
});
|
|
2071
|
+
for (let i = 0; i < names.length; i++) {
|
|
2072
|
+
let name = names[i][1];
|
|
2073
|
+
if (value.substr(iValue, name.length).toLowerCase() === name.toLowerCase()) {
|
|
2074
|
+
index = names[i][0];
|
|
2075
|
+
iValue += name.length;
|
|
2076
|
+
break;
|
|
2077
|
+
}
|
|
2078
|
+
}
|
|
2079
|
+
if (index !== -1) {
|
|
2080
|
+
return index + 1;
|
|
2081
|
+
}
|
|
2082
|
+
else {
|
|
2083
|
+
throw 'Unknown name at position ' + iValue;
|
|
2084
|
+
}
|
|
2085
|
+
}, checkLiteral = () => {
|
|
2086
|
+
if (value.charAt(iValue) !== format.charAt(iFormat)) {
|
|
2087
|
+
throw 'Unexpected literal at position ' + iValue;
|
|
2088
|
+
}
|
|
2089
|
+
iValue++;
|
|
2090
|
+
};
|
|
2091
|
+
if (this.view === 'month') {
|
|
2092
|
+
day = 1;
|
|
2093
|
+
}
|
|
2094
|
+
for (iFormat = 0; iFormat < format.length; iFormat++) {
|
|
2095
|
+
if (literal) {
|
|
2096
|
+
if (format.charAt(iFormat) === "'" && !lookAhead("'")) {
|
|
2097
|
+
literal = false;
|
|
2098
|
+
}
|
|
2099
|
+
else {
|
|
2100
|
+
checkLiteral();
|
|
2101
|
+
}
|
|
2102
|
+
}
|
|
2103
|
+
else {
|
|
2104
|
+
switch (format.charAt(iFormat)) {
|
|
2105
|
+
case 'd':
|
|
2106
|
+
day = getNumber('d');
|
|
2107
|
+
break;
|
|
2108
|
+
case 'D':
|
|
2109
|
+
getName('D', this.getTranslation(TranslationKeys.DAY_NAMES_SHORT), this.getTranslation(TranslationKeys.DAY_NAMES));
|
|
2110
|
+
break;
|
|
2111
|
+
case 'o':
|
|
2112
|
+
doy = getNumber('o');
|
|
2113
|
+
break;
|
|
2114
|
+
case 'm':
|
|
2115
|
+
month = getNumber('m');
|
|
2116
|
+
break;
|
|
2117
|
+
case 'M':
|
|
2118
|
+
month = getName('M', this.getTranslation(TranslationKeys.MONTH_NAMES_SHORT), this.getTranslation(TranslationKeys.MONTH_NAMES));
|
|
2119
|
+
break;
|
|
2120
|
+
case 'y':
|
|
2121
|
+
year = getNumber('y');
|
|
2122
|
+
break;
|
|
2123
|
+
case '@':
|
|
2124
|
+
date = new Date(getNumber('@'));
|
|
2125
|
+
year = date.getFullYear();
|
|
2126
|
+
month = date.getMonth() + 1;
|
|
2127
|
+
day = date.getDate();
|
|
2128
|
+
break;
|
|
2129
|
+
case '!':
|
|
2130
|
+
date = new Date((getNumber('!') - this.ticksTo1970) / 10000);
|
|
2131
|
+
year = date.getFullYear();
|
|
2132
|
+
month = date.getMonth() + 1;
|
|
2133
|
+
day = date.getDate();
|
|
2134
|
+
break;
|
|
2135
|
+
case "'":
|
|
2136
|
+
if (lookAhead("'")) {
|
|
2137
|
+
checkLiteral();
|
|
2138
|
+
}
|
|
2139
|
+
else {
|
|
2140
|
+
literal = true;
|
|
2141
|
+
}
|
|
2142
|
+
break;
|
|
2143
|
+
default:
|
|
2144
|
+
checkLiteral();
|
|
2145
|
+
}
|
|
2146
|
+
}
|
|
2147
|
+
}
|
|
2148
|
+
if (iValue < value.length) {
|
|
2149
|
+
extra = value.substr(iValue);
|
|
2150
|
+
if (!/^\s+/.test(extra)) {
|
|
2151
|
+
throw 'Extra/unparsed characters found in date: ' + extra;
|
|
2152
|
+
}
|
|
2153
|
+
}
|
|
2154
|
+
if (year === -1) {
|
|
2155
|
+
year = new Date().getFullYear();
|
|
2156
|
+
}
|
|
2157
|
+
else if (year < 100) {
|
|
2158
|
+
year += new Date().getFullYear() - (new Date().getFullYear() % 100) + (year <= shortYearCutoff ? 0 : -100);
|
|
2159
|
+
}
|
|
2160
|
+
if (doy > -1) {
|
|
2161
|
+
month = 1;
|
|
2162
|
+
day = doy;
|
|
2163
|
+
do {
|
|
2164
|
+
dim = this.getDaysCountInMonth(year, month - 1);
|
|
2165
|
+
if (day <= dim) {
|
|
2166
|
+
break;
|
|
2167
|
+
}
|
|
2168
|
+
month++;
|
|
2169
|
+
day -= dim;
|
|
2170
|
+
} while (true);
|
|
2171
|
+
}
|
|
2172
|
+
if (this.view === 'year') {
|
|
2173
|
+
month = month === -1 ? 1 : month;
|
|
2174
|
+
day = day === -1 ? 1 : day;
|
|
2175
|
+
}
|
|
2176
|
+
date = this.daylightSavingAdjust(new Date(year, month - 1, day));
|
|
2177
|
+
if (date.getFullYear() !== year || date.getMonth() + 1 !== month || date.getDate() !== day) {
|
|
2178
|
+
throw 'Invalid date'; // E.g. 31/02/00
|
|
2179
|
+
}
|
|
2180
|
+
return date;
|
|
2181
|
+
}
|
|
2182
|
+
daylightSavingAdjust(date) {
|
|
2183
|
+
if (!date) {
|
|
2184
|
+
return null;
|
|
2185
|
+
}
|
|
2186
|
+
date.setHours(date.getHours() > 12 ? date.getHours() + 2 : 0);
|
|
2187
|
+
return date;
|
|
2188
|
+
}
|
|
2189
|
+
updateFilledState() {
|
|
2190
|
+
this.filled = this.inputFieldValue && this.inputFieldValue != '';
|
|
2191
|
+
}
|
|
2192
|
+
onTodayButtonClick(event) {
|
|
2193
|
+
let date = new Date();
|
|
2194
|
+
let dateMeta = { day: date.getDate(), month: date.getMonth(), year: date.getFullYear(), otherMonth: date.getMonth() !== this.currentMonth || date.getFullYear() !== this.currentYear, today: true, selectable: true };
|
|
2195
|
+
this.onDateSelect(event, dateMeta);
|
|
2196
|
+
this.onTodayClick.emit(event);
|
|
2197
|
+
}
|
|
2198
|
+
onClearButtonClick(event) {
|
|
2199
|
+
this.updateModel(null);
|
|
2200
|
+
this.updateInputfield();
|
|
2201
|
+
this.hideOverlay();
|
|
2202
|
+
this.onClearClick.emit(event);
|
|
2203
|
+
}
|
|
2204
|
+
createResponsiveStyle() {
|
|
2205
|
+
if (this.numberOfMonths > 1 && this.responsiveOptions) {
|
|
2206
|
+
if (!this.responsiveStyleElement) {
|
|
2207
|
+
this.responsiveStyleElement = this.renderer.createElement('style');
|
|
2208
|
+
this.responsiveStyleElement.type = 'text/css';
|
|
2209
|
+
this.renderer.appendChild(this.document.body, this.responsiveStyleElement);
|
|
2210
|
+
}
|
|
2211
|
+
let innerHTML = '';
|
|
2212
|
+
if (this.responsiveOptions) {
|
|
2213
|
+
let responsiveOptions = [...this.responsiveOptions].filter((o) => !!(o.breakpoint && o.numMonths)).sort((o1, o2) => -1 * o1.breakpoint.localeCompare(o2.breakpoint, undefined, { numeric: true }));
|
|
2214
|
+
for (let i = 0; i < responsiveOptions.length; i++) {
|
|
2215
|
+
let { breakpoint, numMonths } = responsiveOptions[i];
|
|
2216
|
+
let styles = `
|
|
2217
|
+
.p-datepicker[${this.attributeSelector}] .p-datepicker-group:nth-child(${numMonths}) .p-datepicker-next {
|
|
2218
|
+
display: inline-flex !important;
|
|
2219
|
+
}
|
|
2220
|
+
`;
|
|
2221
|
+
for (let j = numMonths; j < this.numberOfMonths; j++) {
|
|
2222
|
+
styles += `
|
|
2223
|
+
.p-datepicker[${this.attributeSelector}] .p-datepicker-group:nth-child(${j + 1}) {
|
|
2224
|
+
display: none !important;
|
|
2225
|
+
}
|
|
2226
|
+
`;
|
|
2227
|
+
}
|
|
2228
|
+
innerHTML += `
|
|
2229
|
+
@media screen and (max-width: ${breakpoint}) {
|
|
2230
|
+
${styles}
|
|
2231
|
+
}
|
|
2232
|
+
`;
|
|
2233
|
+
}
|
|
2234
|
+
}
|
|
2235
|
+
this.responsiveStyleElement.innerHTML = innerHTML;
|
|
2236
|
+
}
|
|
2237
|
+
}
|
|
2238
|
+
destroyResponsiveStyleElement() {
|
|
2239
|
+
if (this.responsiveStyleElement) {
|
|
2240
|
+
this.responsiveStyleElement.remove();
|
|
2241
|
+
this.responsiveStyleElement = null;
|
|
2242
|
+
}
|
|
2243
|
+
}
|
|
2244
|
+
bindDocumentClickListener() {
|
|
2245
|
+
if (!this.documentClickListener) {
|
|
2246
|
+
this.zone.runOutsideAngular(() => {
|
|
2247
|
+
const documentTarget = this.el ? this.el.nativeElement.ownerDocument : this.document;
|
|
2248
|
+
this.documentClickListener = this.renderer.listen(documentTarget, 'mousedown', (event) => {
|
|
2249
|
+
if (this.isOutsideClicked(event) && this.overlayVisible) {
|
|
2250
|
+
this.zone.run(() => {
|
|
2251
|
+
this.hideOverlay();
|
|
2252
|
+
this.onClickOutside.emit(event);
|
|
2253
|
+
this.cd.markForCheck();
|
|
2254
|
+
});
|
|
2255
|
+
}
|
|
2256
|
+
});
|
|
2257
|
+
});
|
|
2258
|
+
}
|
|
2259
|
+
}
|
|
2260
|
+
unbindDocumentClickListener() {
|
|
2261
|
+
if (this.documentClickListener) {
|
|
2262
|
+
this.documentClickListener();
|
|
2263
|
+
this.documentClickListener = null;
|
|
2264
|
+
}
|
|
2265
|
+
}
|
|
2266
|
+
bindDocumentResizeListener() {
|
|
2267
|
+
if (!this.documentResizeListener && !this.touchUI) {
|
|
2268
|
+
this.documentResizeListener = this.renderer.listen(this.window, 'resize', this.onWindowResize.bind(this));
|
|
2269
|
+
}
|
|
2270
|
+
}
|
|
2271
|
+
unbindDocumentResizeListener() {
|
|
2272
|
+
if (this.documentResizeListener) {
|
|
2273
|
+
this.documentResizeListener();
|
|
2274
|
+
this.documentResizeListener = null;
|
|
2275
|
+
}
|
|
2276
|
+
}
|
|
2277
|
+
bindScrollListener() {
|
|
2278
|
+
if (!this.scrollHandler) {
|
|
2279
|
+
this.scrollHandler = new ConnectedOverlayScrollHandler(this.containerViewChild.nativeElement, () => {
|
|
2280
|
+
if (this.overlayVisible) {
|
|
2281
|
+
this.hideOverlay();
|
|
2282
|
+
}
|
|
2283
|
+
});
|
|
2284
|
+
}
|
|
2285
|
+
this.scrollHandler.bindScrollListener();
|
|
2286
|
+
}
|
|
2287
|
+
unbindScrollListener() {
|
|
2288
|
+
if (this.scrollHandler) {
|
|
2289
|
+
this.scrollHandler.unbindScrollListener();
|
|
2290
|
+
}
|
|
2291
|
+
}
|
|
2292
|
+
isOutsideClicked(event) {
|
|
2293
|
+
return !(this.el.nativeElement.isSameNode(event.target) || this.isNavIconClicked(event) || this.el.nativeElement.contains(event.target) || (this.overlay && this.overlay.contains(event.target)));
|
|
2294
|
+
}
|
|
2295
|
+
isNavIconClicked(event) {
|
|
2296
|
+
return (DomHandler.hasClass(event.target, 'p-datepicker-prev') || DomHandler.hasClass(event.target, 'p-datepicker-prev-icon') || DomHandler.hasClass(event.target, 'p-datepicker-next') || DomHandler.hasClass(event.target, 'p-datepicker-next-icon'));
|
|
2297
|
+
}
|
|
2298
|
+
onWindowResize() {
|
|
2299
|
+
if (this.overlayVisible && !DomHandler.isTouchDevice()) {
|
|
2300
|
+
this.hideOverlay();
|
|
2301
|
+
}
|
|
2302
|
+
}
|
|
2303
|
+
onOverlayHide() {
|
|
2304
|
+
this.currentView = this.view;
|
|
2305
|
+
if (this.mask) {
|
|
2306
|
+
this.destroyMask();
|
|
2307
|
+
}
|
|
2308
|
+
this.unbindDocumentClickListener();
|
|
2309
|
+
this.unbindDocumentResizeListener();
|
|
2310
|
+
this.unbindScrollListener();
|
|
2311
|
+
this.overlay = null;
|
|
2312
|
+
this.onModelTouched();
|
|
2313
|
+
}
|
|
2314
|
+
ngOnDestroy() {
|
|
2315
|
+
if (this.scrollHandler) {
|
|
2316
|
+
this.scrollHandler.destroy();
|
|
2317
|
+
this.scrollHandler = null;
|
|
2318
|
+
}
|
|
2319
|
+
if (this.translationSubscription) {
|
|
2320
|
+
this.translationSubscription.unsubscribe();
|
|
2321
|
+
}
|
|
2322
|
+
if (this.overlay && this.autoZIndex) {
|
|
2323
|
+
ZIndexUtils.clear(this.overlay);
|
|
2324
|
+
}
|
|
2325
|
+
this.destroyResponsiveStyleElement();
|
|
2326
|
+
this.clearTimePickerTimer();
|
|
2327
|
+
this.restoreOverlayAppend();
|
|
2328
|
+
this.onOverlayHide();
|
|
2329
|
+
}
|
|
2330
|
+
}
|
|
2331
|
+
Calendar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Calendar, deps: [{ token: DOCUMENT }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }, { token: i0.NgZone }, { token: i1.ParallelUIAngularConfig }, { token: i1.OverlayService }], target: i0.ɵɵFactoryTarget.Component });
|
|
2332
|
+
Calendar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: Calendar, selector: "p-calendar", inputs: { style: "style", styleClass: "styleClass", inputStyle: "inputStyle", inputId: "inputId", name: "name", inputStyleClass: "inputStyleClass", placeholder: "placeholder", ariaLabelledBy: "ariaLabelledBy", iconAriaLabel: "iconAriaLabel", disabled: "disabled", dateFormat: "dateFormat", multipleSeparator: "multipleSeparator", rangeSeparator: "rangeSeparator", inline: "inline", showOtherMonths: "showOtherMonths", selectOtherMonths: "selectOtherMonths", showIcon: "showIcon", icon: "icon", appendTo: "appendTo", readonlyInput: "readonlyInput", shortYearCutoff: "shortYearCutoff", monthNavigator: "monthNavigator", yearNavigator: "yearNavigator", hourFormat: "hourFormat", timeOnly: "timeOnly", stepHour: "stepHour", stepMinute: "stepMinute", stepSecond: "stepSecond", showSeconds: "showSeconds", required: "required", showOnFocus: "showOnFocus", showWeek: "showWeek", showClear: "showClear", dataType: "dataType", selectionMode: "selectionMode", maxDateCount: "maxDateCount", showButtonBar: "showButtonBar", todayButtonStyleClass: "todayButtonStyleClass", clearButtonStyleClass: "clearButtonStyleClass", autoZIndex: "autoZIndex", baseZIndex: "baseZIndex", panelStyleClass: "panelStyleClass", panelStyle: "panelStyle", keepInvalid: "keepInvalid", hideOnDateTimeSelect: "hideOnDateTimeSelect", touchUI: "touchUI", timeSeparator: "timeSeparator", focusTrap: "focusTrap", showTransitionOptions: "showTransitionOptions", hideTransitionOptions: "hideTransitionOptions", tabindex: "tabindex", view: "view", defaultDate: "defaultDate", minDate: "minDate", maxDate: "maxDate", disabledDates: "disabledDates", disabledDays: "disabledDays", yearRange: "yearRange", showTime: "showTime", responsiveOptions: "responsiveOptions", numberOfMonths: "numberOfMonths", firstDayOfWeek: "firstDayOfWeek", locale: "locale" }, outputs: { onFocus: "onFocus", onBlur: "onBlur", onClose: "onClose", onSelect: "onSelect", onClear: "onClear", onInput: "onInput", onTodayClick: "onTodayClick", onClearClick: "onClearClick", onMonthChange: "onMonthChange", onYearChange: "onYearChange", onClickOutside: "onClickOutside", onShow: "onShow" }, host: { properties: { "class.p-inputwrapper-filled": "filled", "class.p-inputwrapper-focus": "focus", "class.p-calendar-clearable": "showClear && !disabled" }, classAttribute: "p-element p-inputwrapper" }, providers: [CALENDAR_VALUE_ACCESSOR], queries: [{ propertyName: "templates", predicate: QiusTemplate }], viewQueries: [{ propertyName: "containerViewChild", first: true, predicate: ["container"], descendants: true }, { propertyName: "inputfieldViewChild", first: true, predicate: ["inputfield"], descendants: true }, { propertyName: "content", first: true, predicate: ["contentWrapper"], descendants: true }], ngImport: i0, template: `
|
|
2333
|
+
<span #container [ngClass]="{ 'p-calendar': true, 'p-calendar-w-btn': showIcon, 'p-calendar-timeonly': timeOnly, 'p-calendar-disabled': disabled, 'p-focus': focus }" [ngStyle]="style" [class]="styleClass">
|
|
2334
|
+
<ng-template [ngIf]="!inline">
|
|
2335
|
+
<input
|
|
2336
|
+
#inputfield
|
|
2337
|
+
type="text"
|
|
2338
|
+
[attr.id]="inputId"
|
|
2339
|
+
[attr.name]="name"
|
|
2340
|
+
[attr.required]="required"
|
|
2341
|
+
[attr.aria-required]="required"
|
|
2342
|
+
[value]="inputFieldValue"
|
|
2343
|
+
(focus)="onInputFocus($event)"
|
|
2344
|
+
(keydown)="onInputKeydown($event)"
|
|
2345
|
+
(click)="onInputClick()"
|
|
2346
|
+
(blur)="onInputBlur($event)"
|
|
2347
|
+
[readonly]="readonlyInput"
|
|
2348
|
+
(input)="onUserInput($event)"
|
|
2349
|
+
[ngStyle]="inputStyle"
|
|
2350
|
+
[class]="inputStyleClass"
|
|
2351
|
+
[placeholder]="placeholder || ''"
|
|
2352
|
+
[disabled]="disabled"
|
|
2353
|
+
[attr.tabindex]="tabindex"
|
|
2354
|
+
[attr.inputmode]="touchUI ? 'off' : null"
|
|
2355
|
+
[ngClass]="'p-inputtext p-component'"
|
|
2356
|
+
autocomplete="off"
|
|
2357
|
+
[attr.aria-labelledby]="ariaLabelledBy"
|
|
2358
|
+
/>
|
|
2359
|
+
<ng-container *ngIf="showClear && !disabled && value != null">
|
|
2360
|
+
<TimesIcon *ngIf="!clearIconTemplate" [styleClass]="'p-calendar-clear-icon'" (click)="clear()"/>
|
|
2361
|
+
<span *ngIf="clearIconTemplate" class="p-calendar-clear-icon" (click)="clear()">
|
|
2362
|
+
<ng-template *ngTemplateOutlet="clearIconTemplate"></ng-template>
|
|
2363
|
+
</span>
|
|
2364
|
+
</ng-container>
|
|
2365
|
+
<button type="button" [attr.aria-label]="iconAriaLabel" pButton pRipple *ngIf="showIcon" (click)="onButtonClick($event, inputfield)" class="p-datepicker-trigger p-button-icon-only" [disabled]="disabled" tabindex="0">
|
|
2366
|
+
<span *ngIf="icon" [ngClass]="icon"></span>
|
|
2367
|
+
<ng-container *ngIf="!icon">
|
|
2368
|
+
<CalendarIcon *ngIf="!triggerIconTemplate"/>
|
|
2369
|
+
<ng-template *ngTemplateOutlet="triggerIconTemplate"></ng-template>
|
|
2370
|
+
</ng-container>
|
|
2371
|
+
</button>
|
|
2372
|
+
</ng-template>
|
|
2373
|
+
<div
|
|
2374
|
+
#contentWrapper
|
|
2375
|
+
[class]="panelStyleClass"
|
|
2376
|
+
[ngStyle]="panelStyle"
|
|
2377
|
+
[ngClass]="{
|
|
2378
|
+
'p-datepicker p-component': true,
|
|
2379
|
+
'p-datepicker-inline': inline,
|
|
2380
|
+
'p-disabled': disabled,
|
|
2381
|
+
'p-datepicker-timeonly': timeOnly,
|
|
2382
|
+
'p-datepicker-multiple-month': this.numberOfMonths > 1,
|
|
2383
|
+
'p-datepicker-monthpicker': view === 'month',
|
|
2384
|
+
'p-datepicker-touch-ui': touchUI
|
|
2385
|
+
}"
|
|
2386
|
+
[@overlayAnimation]="
|
|
2387
|
+
touchUI
|
|
2388
|
+
? { value: 'visibleTouchUI', params: { showTransitionParams: showTransitionOptions, hideTransitionParams: hideTransitionOptions } }
|
|
2389
|
+
: { value: 'visible', params: { showTransitionParams: showTransitionOptions, hideTransitionParams: hideTransitionOptions } }
|
|
2390
|
+
"
|
|
2391
|
+
[@.disabled]="inline === true"
|
|
2392
|
+
(@overlayAnimation.start)="onOverlayAnimationStart($event)"
|
|
2393
|
+
(@overlayAnimation.done)="onOverlayAnimationDone($event)"
|
|
2394
|
+
(click)="onOverlayClick($event)"
|
|
2395
|
+
*ngIf="inline || overlayVisible"
|
|
2396
|
+
>
|
|
2397
|
+
<ng-content select="p-header"></ng-content>
|
|
2398
|
+
<ng-container *ngTemplateOutlet="headerTemplate"></ng-container>
|
|
2399
|
+
<ng-container *ngIf="!timeOnly">
|
|
2400
|
+
<div class="p-datepicker-group-container">
|
|
2401
|
+
<div class="p-datepicker-group" *ngFor="let month of months; let i = index">
|
|
2402
|
+
<div class="p-datepicker-header">
|
|
2403
|
+
<button (keydown)="onContainerButtonKeydown($event)" class="p-datepicker-prev p-link" (click)="onPrevButtonClick($event)" *ngIf="i === 0" type="button" pRipple>
|
|
2404
|
+
<ChevronLeftIcon [styleClass]="'p-datepicker-prev-icon'" *ngIf="!previousIconTemplate" />
|
|
2405
|
+
<span *ngIf="previousIconTemplate" class="p-datepicker-prev-icon">
|
|
2406
|
+
<ng-template *ngTemplateOutlet="previousIconTemplate;"></ng-template>
|
|
2407
|
+
</span>
|
|
2408
|
+
</button>
|
|
2409
|
+
<div class="p-datepicker-title">
|
|
2410
|
+
<button type="button" (click)="switchToMonthView($event)" (keydown)="onContainerButtonKeydown($event)" *ngIf="currentView === 'date'" class="p-datepicker-month p-link" [disabled]="switchViewButtonDisabled()">
|
|
2411
|
+
{{ getMonthName(month.month) }}
|
|
2412
|
+
</button>
|
|
2413
|
+
<button type="button" (click)="switchToYearView($event)" (keydown)="onContainerButtonKeydown($event)" *ngIf="currentView !== 'year'" class="p-datepicker-year p-link" [disabled]="switchViewButtonDisabled()">
|
|
2414
|
+
{{ getYear(month) }}
|
|
2415
|
+
</button>
|
|
2416
|
+
<span class="p-datepicker-decade" *ngIf="currentView === 'year'">
|
|
2417
|
+
<ng-container *ngIf="!decadeTemplate">{{ yearPickerValues()[0] }} - {{ yearPickerValues()[yearPickerValues().length - 1] }}</ng-container>
|
|
2418
|
+
<ng-container *ngTemplateOutlet="decadeTemplate; context: { $implicit: yearPickerValues }"></ng-container>
|
|
2419
|
+
</span>
|
|
2420
|
+
</div>
|
|
2421
|
+
<button
|
|
2422
|
+
(keydown)="onContainerButtonKeydown($event)"
|
|
2423
|
+
class="p-datepicker-next p-link"
|
|
2424
|
+
(click)="onNextButtonClick($event)"
|
|
2425
|
+
[style.display]="numberOfMonths === 1 ? 'inline-flex' : i === numberOfMonths - 1 ? 'inline-flex' : 'none'"
|
|
2426
|
+
type="button"
|
|
2427
|
+
pRipple
|
|
2428
|
+
>
|
|
2429
|
+
<ChevronRightIcon [styleClass]="'p-datepicker-next-icon'" *ngIf="!nextIconTemplate"/>
|
|
2430
|
+
<span *ngIf="nextIconTemplate" class="p-datepicker-next-icon">
|
|
2431
|
+
<ng-template *ngTemplateOutlet="nextIconTemplate;"></ng-template>
|
|
2432
|
+
</span>
|
|
2433
|
+
</button>
|
|
2434
|
+
</div>
|
|
2435
|
+
<div class="p-datepicker-calendar-container" *ngIf="currentView === 'date'">
|
|
2436
|
+
<table class="p-datepicker-calendar">
|
|
2437
|
+
<thead>
|
|
2438
|
+
<tr>
|
|
2439
|
+
<th *ngIf="showWeek" class="p-datepicker-weekheader p-disabled">
|
|
2440
|
+
<span>{{ getTranslation('weekHeader') }}</span>
|
|
2441
|
+
</th>
|
|
2442
|
+
<th scope="col" *ngFor="let weekDay of weekDays; let begin = first; let end = last">
|
|
2443
|
+
<span>{{ weekDay }}</span>
|
|
2444
|
+
</th>
|
|
2445
|
+
</tr>
|
|
2446
|
+
</thead>
|
|
2447
|
+
<tbody>
|
|
2448
|
+
<tr *ngFor="let week of month.dates; let j = index">
|
|
2449
|
+
<td *ngIf="showWeek" class="p-datepicker-weeknumber">
|
|
2450
|
+
<span class="p-disabled">
|
|
2451
|
+
{{ month.weekNumbers[j] }}
|
|
2452
|
+
</span>
|
|
2453
|
+
</td>
|
|
2454
|
+
<td *ngFor="let date of week" [ngClass]="{ 'p-datepicker-other-month': date.otherMonth, 'p-datepicker-today': date.today }">
|
|
2455
|
+
<ng-container *ngIf="date.otherMonth ? showOtherMonths : true">
|
|
2456
|
+
<span [ngClass]="{ 'p-highlight': isSelected(date), 'p-disabled': !date.selectable }" (click)="onDateSelect($event, date)" draggable="false" (keydown)="onDateCellKeydown($event, date, i)" pRipple>
|
|
2457
|
+
<ng-container *ngIf="!dateTemplate">{{ date.day }}</ng-container>
|
|
2458
|
+
<ng-container *ngTemplateOutlet="dateTemplate; context: { $implicit: date }"></ng-container>
|
|
2459
|
+
</span>
|
|
2460
|
+
</ng-container>
|
|
2461
|
+
</td>
|
|
2462
|
+
</tr>
|
|
2463
|
+
</tbody>
|
|
2464
|
+
</table>
|
|
2465
|
+
</div>
|
|
2466
|
+
</div>
|
|
2467
|
+
</div>
|
|
2468
|
+
<div class="p-monthpicker" *ngIf="currentView === 'month'">
|
|
2469
|
+
<span
|
|
2470
|
+
*ngFor="let m of monthPickerValues(); let i = index"
|
|
2471
|
+
(click)="onMonthSelect($event, i)"
|
|
2472
|
+
(keydown)="onMonthCellKeydown($event, i)"
|
|
2473
|
+
class="p-monthpicker-month"
|
|
2474
|
+
[ngClass]="{ 'p-highlight': isMonthSelected(i), 'p-disabled': isMonthDisabled(i) }"
|
|
2475
|
+
pRipple
|
|
2476
|
+
>
|
|
2477
|
+
{{ m }}
|
|
2478
|
+
</span>
|
|
2479
|
+
</div>
|
|
2480
|
+
<div class="p-yearpicker" *ngIf="currentView === 'year'">
|
|
2481
|
+
<span *ngFor="let y of yearPickerValues()" (click)="onYearSelect($event, y)" (keydown)="onYearCellKeydown($event, y)" class="p-yearpicker-year" [ngClass]="{ 'p-highlight': isYearSelected(y) }" pRipple>
|
|
2482
|
+
{{ y }}
|
|
2483
|
+
</span>
|
|
2484
|
+
</div>
|
|
2485
|
+
</ng-container>
|
|
2486
|
+
<div class="p-timepicker" *ngIf="(showTime || timeOnly) && currentView === 'date'">
|
|
2487
|
+
<div class="p-hour-picker">
|
|
2488
|
+
<button
|
|
2489
|
+
class="p-link"
|
|
2490
|
+
type="button"
|
|
2491
|
+
(keydown)="onContainerButtonKeydown($event)"
|
|
2492
|
+
(keydown.enter)="incrementHour($event)"
|
|
2493
|
+
(keydown.space)="incrementHour($event)"
|
|
2494
|
+
(mousedown)="onTimePickerElementMouseDown($event, 0, 1)"
|
|
2495
|
+
(mouseup)="onTimePickerElementMouseUp($event)"
|
|
2496
|
+
(keyup.enter)="onTimePickerElementMouseUp($event)"
|
|
2497
|
+
(keyup.space)="onTimePickerElementMouseUp($event)"
|
|
2498
|
+
(mouseleave)="onTimePickerElementMouseLeave()"
|
|
2499
|
+
pRipple
|
|
2500
|
+
>
|
|
2501
|
+
<ChevronUpIcon *ngIf="!incrementIconTemplate"/>
|
|
2502
|
+
<ng-template *ngTemplateOutlet="incrementIconTemplate"></ng-template>
|
|
2503
|
+
</button>
|
|
2504
|
+
<span><ng-container *ngIf="currentHour < 10">0</ng-container>{{ currentHour }}</span>
|
|
2505
|
+
<button
|
|
2506
|
+
class="p-link"
|
|
2507
|
+
type="button"
|
|
2508
|
+
(keydown)="onContainerButtonKeydown($event)"
|
|
2509
|
+
(keydown.enter)="decrementHour($event)"
|
|
2510
|
+
(keydown.space)="decrementHour($event)"
|
|
2511
|
+
(mousedown)="onTimePickerElementMouseDown($event, 0, -1)"
|
|
2512
|
+
(mouseup)="onTimePickerElementMouseUp($event)"
|
|
2513
|
+
(keyup.enter)="onTimePickerElementMouseUp($event)"
|
|
2514
|
+
(keyup.space)="onTimePickerElementMouseUp($event)"
|
|
2515
|
+
(mouseleave)="onTimePickerElementMouseLeave()"
|
|
2516
|
+
pRipple
|
|
2517
|
+
>
|
|
2518
|
+
<ChevronDownIcon *ngIf="!decrementIconTemplate"/>
|
|
2519
|
+
<ng-template *ngTemplateOutlet="decrementIconTemplate"></ng-template>
|
|
2520
|
+
</button>
|
|
2521
|
+
</div>
|
|
2522
|
+
<div class="p-separator">
|
|
2523
|
+
<span>{{ timeSeparator }}</span>
|
|
2524
|
+
</div>
|
|
2525
|
+
<div class="p-minute-picker">
|
|
2526
|
+
<button
|
|
2527
|
+
class="p-link"
|
|
2528
|
+
type="button"
|
|
2529
|
+
(keydown)="onContainerButtonKeydown($event)"
|
|
2530
|
+
(keydown.enter)="incrementMinute($event)"
|
|
2531
|
+
(keydown.space)="incrementMinute($event)"
|
|
2532
|
+
(mousedown)="onTimePickerElementMouseDown($event, 1, 1)"
|
|
2533
|
+
(mouseup)="onTimePickerElementMouseUp($event)"
|
|
2534
|
+
(keyup.enter)="onTimePickerElementMouseUp($event)"
|
|
2535
|
+
(keyup.space)="onTimePickerElementMouseUp($event)"
|
|
2536
|
+
(mouseleave)="onTimePickerElementMouseLeave()"
|
|
2537
|
+
pRipple
|
|
2538
|
+
>
|
|
2539
|
+
<ChevronUpIcon *ngIf="!incrementIconTemplate"/>
|
|
2540
|
+
<ng-template *ngTemplateOutlet="incrementIconTemplate"></ng-template>
|
|
2541
|
+
</button>
|
|
2542
|
+
<span><ng-container *ngIf="currentMinute < 10">0</ng-container>{{ currentMinute }}</span>
|
|
2543
|
+
<button
|
|
2544
|
+
class="p-link"
|
|
2545
|
+
type="button"
|
|
2546
|
+
(keydown)="onContainerButtonKeydown($event)"
|
|
2547
|
+
(keydown.enter)="decrementMinute($event)"
|
|
2548
|
+
(keydown.space)="decrementMinute($event)"
|
|
2549
|
+
(mousedown)="onTimePickerElementMouseDown($event, 1, -1)"
|
|
2550
|
+
(mouseup)="onTimePickerElementMouseUp($event)"
|
|
2551
|
+
(keyup.enter)="onTimePickerElementMouseUp($event)"
|
|
2552
|
+
(keyup.space)="onTimePickerElementMouseUp($event)"
|
|
2553
|
+
(mouseleave)="onTimePickerElementMouseLeave()"
|
|
2554
|
+
pRipple
|
|
2555
|
+
>
|
|
2556
|
+
<ChevronDownIcon *ngIf="!decrementIconTemplate"/>
|
|
2557
|
+
<ng-template *ngTemplateOutlet="decrementIconTemplate"></ng-template>
|
|
2558
|
+
</button>
|
|
2559
|
+
</div>
|
|
2560
|
+
<div class="p-separator" *ngIf="showSeconds">
|
|
2561
|
+
<span>{{ timeSeparator }}</span>
|
|
2562
|
+
</div>
|
|
2563
|
+
<div class="p-second-picker" *ngIf="showSeconds">
|
|
2564
|
+
<button
|
|
2565
|
+
class="p-link"
|
|
2566
|
+
type="button"
|
|
2567
|
+
(keydown)="onContainerButtonKeydown($event)"
|
|
2568
|
+
(keydown.enter)="incrementSecond($event)"
|
|
2569
|
+
(keydown.space)="incrementSecond($event)"
|
|
2570
|
+
(mousedown)="onTimePickerElementMouseDown($event, 2, 1)"
|
|
2571
|
+
(mouseup)="onTimePickerElementMouseUp($event)"
|
|
2572
|
+
(keyup.enter)="onTimePickerElementMouseUp($event)"
|
|
2573
|
+
(keyup.space)="onTimePickerElementMouseUp($event)"
|
|
2574
|
+
(mouseleave)="onTimePickerElementMouseLeave()"
|
|
2575
|
+
pRipple
|
|
2576
|
+
>
|
|
2577
|
+
<ChevronUpIcon *ngIf="!incrementIconTemplate"/>
|
|
2578
|
+
<ng-template *ngTemplateOutlet="incrementIconTemplate"></ng-template>
|
|
2579
|
+
</button>
|
|
2580
|
+
<span><ng-container *ngIf="currentSecond < 10">0</ng-container>{{ currentSecond }}</span>
|
|
2581
|
+
<button
|
|
2582
|
+
class="p-link"
|
|
2583
|
+
type="button"
|
|
2584
|
+
(keydown)="onContainerButtonKeydown($event)"
|
|
2585
|
+
(keydown.enter)="decrementSecond($event)"
|
|
2586
|
+
(keydown.space)="decrementSecond($event)"
|
|
2587
|
+
(mousedown)="onTimePickerElementMouseDown($event, 2, -1)"
|
|
2588
|
+
(mouseup)="onTimePickerElementMouseUp($event)"
|
|
2589
|
+
(keyup.enter)="onTimePickerElementMouseUp($event)"
|
|
2590
|
+
(keyup.space)="onTimePickerElementMouseUp($event)"
|
|
2591
|
+
(mouseleave)="onTimePickerElementMouseLeave()"
|
|
2592
|
+
pRipple
|
|
2593
|
+
>
|
|
2594
|
+
<ChevronDownIcon *ngIf="!decrementIconTemplate"/>
|
|
2595
|
+
<ng-template *ngTemplateOutlet="decrementIconTemplate"></ng-template>
|
|
2596
|
+
</button>
|
|
2597
|
+
</div>
|
|
2598
|
+
<div class="p-ampm-picker" *ngIf="hourFormat == '12'">
|
|
2599
|
+
<button class="p-link" type="button" (keydown)="onContainerButtonKeydown($event)" (click)="toggleAMPM($event)" (keydown.enter)="toggleAMPM($event)" pRipple>
|
|
2600
|
+
<ChevronUpIcon *ngIf="!incrementIconTemplate"/>
|
|
2601
|
+
<ng-template *ngTemplateOutlet="incrementIconTemplate"></ng-template>
|
|
2602
|
+
</button>
|
|
2603
|
+
<span>{{ pm ? 'PM' : 'AM' }}</span>
|
|
2604
|
+
<button class="p-link" type="button" (keydown)="onContainerButtonKeydown($event)" (click)="toggleAMPM($event)" (keydown.enter)="toggleAMPM($event)" pRipple>
|
|
2605
|
+
<ChevronDownIcon *ngIf="!decrementIconTemplate"/>
|
|
2606
|
+
<ng-template *ngTemplateOutlet="decrementIconTemplate"></ng-template>
|
|
2607
|
+
</button>
|
|
2608
|
+
</div>
|
|
2609
|
+
</div>
|
|
2610
|
+
<div class="p-datepicker-buttonbar" *ngIf="showButtonBar">
|
|
2611
|
+
<button type="button" [label]="getTranslation('today')" (keydown)="onContainerButtonKeydown($event)" (click)="onTodayButtonClick($event)" pButton pRipple [ngClass]="[todayButtonStyleClass]"></button>
|
|
2612
|
+
<button type="button" [label]="getTranslation('clear')" (keydown)="onContainerButtonKeydown($event)" (click)="onClearButtonClick($event)" pButton pRipple [ngClass]="[clearButtonStyleClass]"></button>
|
|
2613
|
+
</div>
|
|
2614
|
+
<ng-content select="p-footer"></ng-content>
|
|
2615
|
+
<ng-container *ngTemplateOutlet="footerTemplate"></ng-container>
|
|
2616
|
+
</div>
|
|
2617
|
+
</span>
|
|
2618
|
+
`, isInline: true, styles: [".p-calendar{position:relative;display:inline-flex;max-width:100%}.p-calendar .p-inputtext{flex:1 1 auto;width:1%}.p-calendar-w-btn .p-inputtext{border-top-right-radius:0;border-bottom-right-radius:0}.p-calendar-w-btn .p-datepicker-trigger{border-top-left-radius:0;border-bottom-left-radius:0}.p-fluid .p-calendar{display:flex}.p-fluid .p-calendar .p-inputtext{width:1%}.p-calendar .p-datepicker{min-width:100%}.p-datepicker{width:auto;position:absolute;top:0;left:0}.p-datepicker-inline{display:inline-block;position:static;overflow-x:auto}.p-datepicker-header{display:flex;align-items:center;justify-content:space-between}.p-datepicker-header .p-datepicker-title{margin:0 auto}.p-datepicker-prev,.p-datepicker-next{cursor:pointer;display:inline-flex;justify-content:center;align-items:center;overflow:hidden;position:relative}.p-datepicker-multiple-month .p-datepicker-group-container .p-datepicker-group{flex:1 1 auto}.p-datepicker-multiple-month .p-datepicker-group-container{display:flex}.p-datepicker table{width:100%;border-collapse:collapse}.p-datepicker td>span{display:flex;justify-content:center;align-items:center;cursor:pointer;margin:0 auto;overflow:hidden;position:relative}.p-monthpicker-month{width:33.3%;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;overflow:hidden;position:relative}.p-datepicker-buttonbar{display:flex;justify-content:space-between;align-items:center}.p-timepicker{display:flex;justify-content:center;align-items:center}.p-timepicker button{display:flex;align-items:center;justify-content:center;cursor:pointer;overflow:hidden;position:relative}.p-timepicker>div{display:flex;align-items:center;flex-direction:column}.p-datepicker-touch-ui,.p-calendar .p-datepicker-touch-ui{position:fixed;top:50%;left:50%;min-width:80vw;transform:translate(-50%,-50%)}.p-yearpicker-year{width:50%;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;overflow:hidden;position:relative}.p-calendar-clear-icon{position:absolute;top:50%;margin-top:-.5rem;cursor:pointer}.p-calendar-clearable{position:relative}\n"], dependencies: [{ kind: "directive", type: i0.forwardRef(function () { return i2.NgClass; }), selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i0.forwardRef(function () { return i2.NgForOf; }), selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i0.forwardRef(function () { return i2.NgIf; }), selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i0.forwardRef(function () { return i2.NgTemplateOutlet; }), selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i0.forwardRef(function () { return i2.NgStyle; }), selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: i0.forwardRef(function () { return i3.ButtonDirective; }), selector: "[pButton]", inputs: ["iconPos", "loadingIcon", "label", "icon", "loading"] }, { kind: "directive", type: i0.forwardRef(function () { return i4.Ripple; }), selector: "[pRipple]" }, { kind: "component", type: i0.forwardRef(function () { return ChevronLeftIcon; }), selector: "ChevronLeftIcon" }, { kind: "component", type: i0.forwardRef(function () { return ChevronRightIcon; }), selector: "ChevronRightIcon" }, { kind: "component", type: i0.forwardRef(function () { return ChevronUpIcon; }), selector: "ChevronUpIcon" }, { kind: "component", type: i0.forwardRef(function () { return ChevronDownIcon; }), selector: "ChevronDownIcon" }, { kind: "component", type: i0.forwardRef(function () { return TimesIcon; }), selector: "TimesIcon" }, { kind: "component", type: i0.forwardRef(function () { return CalendarIcon; }), selector: "CalendarIcon" }], animations: [
|
|
2619
|
+
trigger('overlayAnimation', [
|
|
2620
|
+
state('visibleTouchUI', style({
|
|
2621
|
+
transform: 'translate(-50%,-50%)',
|
|
2622
|
+
opacity: 1
|
|
2623
|
+
})),
|
|
2624
|
+
transition('void => visible', [style({ opacity: 0, transform: 'scaleY(0.8)' }), animate('{{showTransitionParams}}', style({ opacity: 1, transform: '*' }))]),
|
|
2625
|
+
transition('visible => void', [animate('{{hideTransitionParams}}', style({ opacity: 0 }))]),
|
|
2626
|
+
transition('void => visibleTouchUI', [style({ opacity: 0, transform: 'translate3d(-50%, -40%, 0) scale(0.9)' }), animate('{{showTransitionParams}}')]),
|
|
2627
|
+
transition('visibleTouchUI => void', [
|
|
2628
|
+
animate('{{hideTransitionParams}}', style({
|
|
2629
|
+
opacity: 0,
|
|
2630
|
+
transform: 'translate3d(-50%, -40%, 0) scale(0.9)'
|
|
2631
|
+
}))
|
|
2632
|
+
])
|
|
2633
|
+
])
|
|
2634
|
+
], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
2635
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Calendar, decorators: [{
|
|
2636
|
+
type: Component,
|
|
2637
|
+
args: [{ selector: 'p-calendar', template: `
|
|
2638
|
+
<span #container [ngClass]="{ 'p-calendar': true, 'p-calendar-w-btn': showIcon, 'p-calendar-timeonly': timeOnly, 'p-calendar-disabled': disabled, 'p-focus': focus }" [ngStyle]="style" [class]="styleClass">
|
|
2639
|
+
<ng-template [ngIf]="!inline">
|
|
2640
|
+
<input
|
|
2641
|
+
#inputfield
|
|
2642
|
+
type="text"
|
|
2643
|
+
[attr.id]="inputId"
|
|
2644
|
+
[attr.name]="name"
|
|
2645
|
+
[attr.required]="required"
|
|
2646
|
+
[attr.aria-required]="required"
|
|
2647
|
+
[value]="inputFieldValue"
|
|
2648
|
+
(focus)="onInputFocus($event)"
|
|
2649
|
+
(keydown)="onInputKeydown($event)"
|
|
2650
|
+
(click)="onInputClick()"
|
|
2651
|
+
(blur)="onInputBlur($event)"
|
|
2652
|
+
[readonly]="readonlyInput"
|
|
2653
|
+
(input)="onUserInput($event)"
|
|
2654
|
+
[ngStyle]="inputStyle"
|
|
2655
|
+
[class]="inputStyleClass"
|
|
2656
|
+
[placeholder]="placeholder || ''"
|
|
2657
|
+
[disabled]="disabled"
|
|
2658
|
+
[attr.tabindex]="tabindex"
|
|
2659
|
+
[attr.inputmode]="touchUI ? 'off' : null"
|
|
2660
|
+
[ngClass]="'p-inputtext p-component'"
|
|
2661
|
+
autocomplete="off"
|
|
2662
|
+
[attr.aria-labelledby]="ariaLabelledBy"
|
|
2663
|
+
/>
|
|
2664
|
+
<ng-container *ngIf="showClear && !disabled && value != null">
|
|
2665
|
+
<TimesIcon *ngIf="!clearIconTemplate" [styleClass]="'p-calendar-clear-icon'" (click)="clear()"/>
|
|
2666
|
+
<span *ngIf="clearIconTemplate" class="p-calendar-clear-icon" (click)="clear()">
|
|
2667
|
+
<ng-template *ngTemplateOutlet="clearIconTemplate"></ng-template>
|
|
2668
|
+
</span>
|
|
2669
|
+
</ng-container>
|
|
2670
|
+
<button type="button" [attr.aria-label]="iconAriaLabel" pButton pRipple *ngIf="showIcon" (click)="onButtonClick($event, inputfield)" class="p-datepicker-trigger p-button-icon-only" [disabled]="disabled" tabindex="0">
|
|
2671
|
+
<span *ngIf="icon" [ngClass]="icon"></span>
|
|
2672
|
+
<ng-container *ngIf="!icon">
|
|
2673
|
+
<CalendarIcon *ngIf="!triggerIconTemplate"/>
|
|
2674
|
+
<ng-template *ngTemplateOutlet="triggerIconTemplate"></ng-template>
|
|
2675
|
+
</ng-container>
|
|
2676
|
+
</button>
|
|
2677
|
+
</ng-template>
|
|
2678
|
+
<div
|
|
2679
|
+
#contentWrapper
|
|
2680
|
+
[class]="panelStyleClass"
|
|
2681
|
+
[ngStyle]="panelStyle"
|
|
2682
|
+
[ngClass]="{
|
|
2683
|
+
'p-datepicker p-component': true,
|
|
2684
|
+
'p-datepicker-inline': inline,
|
|
2685
|
+
'p-disabled': disabled,
|
|
2686
|
+
'p-datepicker-timeonly': timeOnly,
|
|
2687
|
+
'p-datepicker-multiple-month': this.numberOfMonths > 1,
|
|
2688
|
+
'p-datepicker-monthpicker': view === 'month',
|
|
2689
|
+
'p-datepicker-touch-ui': touchUI
|
|
2690
|
+
}"
|
|
2691
|
+
[@overlayAnimation]="
|
|
2692
|
+
touchUI
|
|
2693
|
+
? { value: 'visibleTouchUI', params: { showTransitionParams: showTransitionOptions, hideTransitionParams: hideTransitionOptions } }
|
|
2694
|
+
: { value: 'visible', params: { showTransitionParams: showTransitionOptions, hideTransitionParams: hideTransitionOptions } }
|
|
2695
|
+
"
|
|
2696
|
+
[@.disabled]="inline === true"
|
|
2697
|
+
(@overlayAnimation.start)="onOverlayAnimationStart($event)"
|
|
2698
|
+
(@overlayAnimation.done)="onOverlayAnimationDone($event)"
|
|
2699
|
+
(click)="onOverlayClick($event)"
|
|
2700
|
+
*ngIf="inline || overlayVisible"
|
|
2701
|
+
>
|
|
2702
|
+
<ng-content select="p-header"></ng-content>
|
|
2703
|
+
<ng-container *ngTemplateOutlet="headerTemplate"></ng-container>
|
|
2704
|
+
<ng-container *ngIf="!timeOnly">
|
|
2705
|
+
<div class="p-datepicker-group-container">
|
|
2706
|
+
<div class="p-datepicker-group" *ngFor="let month of months; let i = index">
|
|
2707
|
+
<div class="p-datepicker-header">
|
|
2708
|
+
<button (keydown)="onContainerButtonKeydown($event)" class="p-datepicker-prev p-link" (click)="onPrevButtonClick($event)" *ngIf="i === 0" type="button" pRipple>
|
|
2709
|
+
<ChevronLeftIcon [styleClass]="'p-datepicker-prev-icon'" *ngIf="!previousIconTemplate" />
|
|
2710
|
+
<span *ngIf="previousIconTemplate" class="p-datepicker-prev-icon">
|
|
2711
|
+
<ng-template *ngTemplateOutlet="previousIconTemplate;"></ng-template>
|
|
2712
|
+
</span>
|
|
2713
|
+
</button>
|
|
2714
|
+
<div class="p-datepicker-title">
|
|
2715
|
+
<button type="button" (click)="switchToMonthView($event)" (keydown)="onContainerButtonKeydown($event)" *ngIf="currentView === 'date'" class="p-datepicker-month p-link" [disabled]="switchViewButtonDisabled()">
|
|
2716
|
+
{{ getMonthName(month.month) }}
|
|
2717
|
+
</button>
|
|
2718
|
+
<button type="button" (click)="switchToYearView($event)" (keydown)="onContainerButtonKeydown($event)" *ngIf="currentView !== 'year'" class="p-datepicker-year p-link" [disabled]="switchViewButtonDisabled()">
|
|
2719
|
+
{{ getYear(month) }}
|
|
2720
|
+
</button>
|
|
2721
|
+
<span class="p-datepicker-decade" *ngIf="currentView === 'year'">
|
|
2722
|
+
<ng-container *ngIf="!decadeTemplate">{{ yearPickerValues()[0] }} - {{ yearPickerValues()[yearPickerValues().length - 1] }}</ng-container>
|
|
2723
|
+
<ng-container *ngTemplateOutlet="decadeTemplate; context: { $implicit: yearPickerValues }"></ng-container>
|
|
2724
|
+
</span>
|
|
2725
|
+
</div>
|
|
2726
|
+
<button
|
|
2727
|
+
(keydown)="onContainerButtonKeydown($event)"
|
|
2728
|
+
class="p-datepicker-next p-link"
|
|
2729
|
+
(click)="onNextButtonClick($event)"
|
|
2730
|
+
[style.display]="numberOfMonths === 1 ? 'inline-flex' : i === numberOfMonths - 1 ? 'inline-flex' : 'none'"
|
|
2731
|
+
type="button"
|
|
2732
|
+
pRipple
|
|
2733
|
+
>
|
|
2734
|
+
<ChevronRightIcon [styleClass]="'p-datepicker-next-icon'" *ngIf="!nextIconTemplate"/>
|
|
2735
|
+
<span *ngIf="nextIconTemplate" class="p-datepicker-next-icon">
|
|
2736
|
+
<ng-template *ngTemplateOutlet="nextIconTemplate;"></ng-template>
|
|
2737
|
+
</span>
|
|
2738
|
+
</button>
|
|
2739
|
+
</div>
|
|
2740
|
+
<div class="p-datepicker-calendar-container" *ngIf="currentView === 'date'">
|
|
2741
|
+
<table class="p-datepicker-calendar">
|
|
2742
|
+
<thead>
|
|
2743
|
+
<tr>
|
|
2744
|
+
<th *ngIf="showWeek" class="p-datepicker-weekheader p-disabled">
|
|
2745
|
+
<span>{{ getTranslation('weekHeader') }}</span>
|
|
2746
|
+
</th>
|
|
2747
|
+
<th scope="col" *ngFor="let weekDay of weekDays; let begin = first; let end = last">
|
|
2748
|
+
<span>{{ weekDay }}</span>
|
|
2749
|
+
</th>
|
|
2750
|
+
</tr>
|
|
2751
|
+
</thead>
|
|
2752
|
+
<tbody>
|
|
2753
|
+
<tr *ngFor="let week of month.dates; let j = index">
|
|
2754
|
+
<td *ngIf="showWeek" class="p-datepicker-weeknumber">
|
|
2755
|
+
<span class="p-disabled">
|
|
2756
|
+
{{ month.weekNumbers[j] }}
|
|
2757
|
+
</span>
|
|
2758
|
+
</td>
|
|
2759
|
+
<td *ngFor="let date of week" [ngClass]="{ 'p-datepicker-other-month': date.otherMonth, 'p-datepicker-today': date.today }">
|
|
2760
|
+
<ng-container *ngIf="date.otherMonth ? showOtherMonths : true">
|
|
2761
|
+
<span [ngClass]="{ 'p-highlight': isSelected(date), 'p-disabled': !date.selectable }" (click)="onDateSelect($event, date)" draggable="false" (keydown)="onDateCellKeydown($event, date, i)" pRipple>
|
|
2762
|
+
<ng-container *ngIf="!dateTemplate">{{ date.day }}</ng-container>
|
|
2763
|
+
<ng-container *ngTemplateOutlet="dateTemplate; context: { $implicit: date }"></ng-container>
|
|
2764
|
+
</span>
|
|
2765
|
+
</ng-container>
|
|
2766
|
+
</td>
|
|
2767
|
+
</tr>
|
|
2768
|
+
</tbody>
|
|
2769
|
+
</table>
|
|
2770
|
+
</div>
|
|
2771
|
+
</div>
|
|
2772
|
+
</div>
|
|
2773
|
+
<div class="p-monthpicker" *ngIf="currentView === 'month'">
|
|
2774
|
+
<span
|
|
2775
|
+
*ngFor="let m of monthPickerValues(); let i = index"
|
|
2776
|
+
(click)="onMonthSelect($event, i)"
|
|
2777
|
+
(keydown)="onMonthCellKeydown($event, i)"
|
|
2778
|
+
class="p-monthpicker-month"
|
|
2779
|
+
[ngClass]="{ 'p-highlight': isMonthSelected(i), 'p-disabled': isMonthDisabled(i) }"
|
|
2780
|
+
pRipple
|
|
2781
|
+
>
|
|
2782
|
+
{{ m }}
|
|
2783
|
+
</span>
|
|
2784
|
+
</div>
|
|
2785
|
+
<div class="p-yearpicker" *ngIf="currentView === 'year'">
|
|
2786
|
+
<span *ngFor="let y of yearPickerValues()" (click)="onYearSelect($event, y)" (keydown)="onYearCellKeydown($event, y)" class="p-yearpicker-year" [ngClass]="{ 'p-highlight': isYearSelected(y) }" pRipple>
|
|
2787
|
+
{{ y }}
|
|
2788
|
+
</span>
|
|
2789
|
+
</div>
|
|
2790
|
+
</ng-container>
|
|
2791
|
+
<div class="p-timepicker" *ngIf="(showTime || timeOnly) && currentView === 'date'">
|
|
2792
|
+
<div class="p-hour-picker">
|
|
2793
|
+
<button
|
|
2794
|
+
class="p-link"
|
|
2795
|
+
type="button"
|
|
2796
|
+
(keydown)="onContainerButtonKeydown($event)"
|
|
2797
|
+
(keydown.enter)="incrementHour($event)"
|
|
2798
|
+
(keydown.space)="incrementHour($event)"
|
|
2799
|
+
(mousedown)="onTimePickerElementMouseDown($event, 0, 1)"
|
|
2800
|
+
(mouseup)="onTimePickerElementMouseUp($event)"
|
|
2801
|
+
(keyup.enter)="onTimePickerElementMouseUp($event)"
|
|
2802
|
+
(keyup.space)="onTimePickerElementMouseUp($event)"
|
|
2803
|
+
(mouseleave)="onTimePickerElementMouseLeave()"
|
|
2804
|
+
pRipple
|
|
2805
|
+
>
|
|
2806
|
+
<ChevronUpIcon *ngIf="!incrementIconTemplate"/>
|
|
2807
|
+
<ng-template *ngTemplateOutlet="incrementIconTemplate"></ng-template>
|
|
2808
|
+
</button>
|
|
2809
|
+
<span><ng-container *ngIf="currentHour < 10">0</ng-container>{{ currentHour }}</span>
|
|
2810
|
+
<button
|
|
2811
|
+
class="p-link"
|
|
2812
|
+
type="button"
|
|
2813
|
+
(keydown)="onContainerButtonKeydown($event)"
|
|
2814
|
+
(keydown.enter)="decrementHour($event)"
|
|
2815
|
+
(keydown.space)="decrementHour($event)"
|
|
2816
|
+
(mousedown)="onTimePickerElementMouseDown($event, 0, -1)"
|
|
2817
|
+
(mouseup)="onTimePickerElementMouseUp($event)"
|
|
2818
|
+
(keyup.enter)="onTimePickerElementMouseUp($event)"
|
|
2819
|
+
(keyup.space)="onTimePickerElementMouseUp($event)"
|
|
2820
|
+
(mouseleave)="onTimePickerElementMouseLeave()"
|
|
2821
|
+
pRipple
|
|
2822
|
+
>
|
|
2823
|
+
<ChevronDownIcon *ngIf="!decrementIconTemplate"/>
|
|
2824
|
+
<ng-template *ngTemplateOutlet="decrementIconTemplate"></ng-template>
|
|
2825
|
+
</button>
|
|
2826
|
+
</div>
|
|
2827
|
+
<div class="p-separator">
|
|
2828
|
+
<span>{{ timeSeparator }}</span>
|
|
2829
|
+
</div>
|
|
2830
|
+
<div class="p-minute-picker">
|
|
2831
|
+
<button
|
|
2832
|
+
class="p-link"
|
|
2833
|
+
type="button"
|
|
2834
|
+
(keydown)="onContainerButtonKeydown($event)"
|
|
2835
|
+
(keydown.enter)="incrementMinute($event)"
|
|
2836
|
+
(keydown.space)="incrementMinute($event)"
|
|
2837
|
+
(mousedown)="onTimePickerElementMouseDown($event, 1, 1)"
|
|
2838
|
+
(mouseup)="onTimePickerElementMouseUp($event)"
|
|
2839
|
+
(keyup.enter)="onTimePickerElementMouseUp($event)"
|
|
2840
|
+
(keyup.space)="onTimePickerElementMouseUp($event)"
|
|
2841
|
+
(mouseleave)="onTimePickerElementMouseLeave()"
|
|
2842
|
+
pRipple
|
|
2843
|
+
>
|
|
2844
|
+
<ChevronUpIcon *ngIf="!incrementIconTemplate"/>
|
|
2845
|
+
<ng-template *ngTemplateOutlet="incrementIconTemplate"></ng-template>
|
|
2846
|
+
</button>
|
|
2847
|
+
<span><ng-container *ngIf="currentMinute < 10">0</ng-container>{{ currentMinute }}</span>
|
|
2848
|
+
<button
|
|
2849
|
+
class="p-link"
|
|
2850
|
+
type="button"
|
|
2851
|
+
(keydown)="onContainerButtonKeydown($event)"
|
|
2852
|
+
(keydown.enter)="decrementMinute($event)"
|
|
2853
|
+
(keydown.space)="decrementMinute($event)"
|
|
2854
|
+
(mousedown)="onTimePickerElementMouseDown($event, 1, -1)"
|
|
2855
|
+
(mouseup)="onTimePickerElementMouseUp($event)"
|
|
2856
|
+
(keyup.enter)="onTimePickerElementMouseUp($event)"
|
|
2857
|
+
(keyup.space)="onTimePickerElementMouseUp($event)"
|
|
2858
|
+
(mouseleave)="onTimePickerElementMouseLeave()"
|
|
2859
|
+
pRipple
|
|
2860
|
+
>
|
|
2861
|
+
<ChevronDownIcon *ngIf="!decrementIconTemplate"/>
|
|
2862
|
+
<ng-template *ngTemplateOutlet="decrementIconTemplate"></ng-template>
|
|
2863
|
+
</button>
|
|
2864
|
+
</div>
|
|
2865
|
+
<div class="p-separator" *ngIf="showSeconds">
|
|
2866
|
+
<span>{{ timeSeparator }}</span>
|
|
2867
|
+
</div>
|
|
2868
|
+
<div class="p-second-picker" *ngIf="showSeconds">
|
|
2869
|
+
<button
|
|
2870
|
+
class="p-link"
|
|
2871
|
+
type="button"
|
|
2872
|
+
(keydown)="onContainerButtonKeydown($event)"
|
|
2873
|
+
(keydown.enter)="incrementSecond($event)"
|
|
2874
|
+
(keydown.space)="incrementSecond($event)"
|
|
2875
|
+
(mousedown)="onTimePickerElementMouseDown($event, 2, 1)"
|
|
2876
|
+
(mouseup)="onTimePickerElementMouseUp($event)"
|
|
2877
|
+
(keyup.enter)="onTimePickerElementMouseUp($event)"
|
|
2878
|
+
(keyup.space)="onTimePickerElementMouseUp($event)"
|
|
2879
|
+
(mouseleave)="onTimePickerElementMouseLeave()"
|
|
2880
|
+
pRipple
|
|
2881
|
+
>
|
|
2882
|
+
<ChevronUpIcon *ngIf="!incrementIconTemplate"/>
|
|
2883
|
+
<ng-template *ngTemplateOutlet="incrementIconTemplate"></ng-template>
|
|
2884
|
+
</button>
|
|
2885
|
+
<span><ng-container *ngIf="currentSecond < 10">0</ng-container>{{ currentSecond }}</span>
|
|
2886
|
+
<button
|
|
2887
|
+
class="p-link"
|
|
2888
|
+
type="button"
|
|
2889
|
+
(keydown)="onContainerButtonKeydown($event)"
|
|
2890
|
+
(keydown.enter)="decrementSecond($event)"
|
|
2891
|
+
(keydown.space)="decrementSecond($event)"
|
|
2892
|
+
(mousedown)="onTimePickerElementMouseDown($event, 2, -1)"
|
|
2893
|
+
(mouseup)="onTimePickerElementMouseUp($event)"
|
|
2894
|
+
(keyup.enter)="onTimePickerElementMouseUp($event)"
|
|
2895
|
+
(keyup.space)="onTimePickerElementMouseUp($event)"
|
|
2896
|
+
(mouseleave)="onTimePickerElementMouseLeave()"
|
|
2897
|
+
pRipple
|
|
2898
|
+
>
|
|
2899
|
+
<ChevronDownIcon *ngIf="!decrementIconTemplate"/>
|
|
2900
|
+
<ng-template *ngTemplateOutlet="decrementIconTemplate"></ng-template>
|
|
2901
|
+
</button>
|
|
2902
|
+
</div>
|
|
2903
|
+
<div class="p-ampm-picker" *ngIf="hourFormat == '12'">
|
|
2904
|
+
<button class="p-link" type="button" (keydown)="onContainerButtonKeydown($event)" (click)="toggleAMPM($event)" (keydown.enter)="toggleAMPM($event)" pRipple>
|
|
2905
|
+
<ChevronUpIcon *ngIf="!incrementIconTemplate"/>
|
|
2906
|
+
<ng-template *ngTemplateOutlet="incrementIconTemplate"></ng-template>
|
|
2907
|
+
</button>
|
|
2908
|
+
<span>{{ pm ? 'PM' : 'AM' }}</span>
|
|
2909
|
+
<button class="p-link" type="button" (keydown)="onContainerButtonKeydown($event)" (click)="toggleAMPM($event)" (keydown.enter)="toggleAMPM($event)" pRipple>
|
|
2910
|
+
<ChevronDownIcon *ngIf="!decrementIconTemplate"/>
|
|
2911
|
+
<ng-template *ngTemplateOutlet="decrementIconTemplate"></ng-template>
|
|
2912
|
+
</button>
|
|
2913
|
+
</div>
|
|
2914
|
+
</div>
|
|
2915
|
+
<div class="p-datepicker-buttonbar" *ngIf="showButtonBar">
|
|
2916
|
+
<button type="button" [label]="getTranslation('today')" (keydown)="onContainerButtonKeydown($event)" (click)="onTodayButtonClick($event)" pButton pRipple [ngClass]="[todayButtonStyleClass]"></button>
|
|
2917
|
+
<button type="button" [label]="getTranslation('clear')" (keydown)="onContainerButtonKeydown($event)" (click)="onClearButtonClick($event)" pButton pRipple [ngClass]="[clearButtonStyleClass]"></button>
|
|
2918
|
+
</div>
|
|
2919
|
+
<ng-content select="p-footer"></ng-content>
|
|
2920
|
+
<ng-container *ngTemplateOutlet="footerTemplate"></ng-container>
|
|
2921
|
+
</div>
|
|
2922
|
+
</span>
|
|
2923
|
+
`, animations: [
|
|
2924
|
+
trigger('overlayAnimation', [
|
|
2925
|
+
state('visibleTouchUI', style({
|
|
2926
|
+
transform: 'translate(-50%,-50%)',
|
|
2927
|
+
opacity: 1
|
|
2928
|
+
})),
|
|
2929
|
+
transition('void => visible', [style({ opacity: 0, transform: 'scaleY(0.8)' }), animate('{{showTransitionParams}}', style({ opacity: 1, transform: '*' }))]),
|
|
2930
|
+
transition('visible => void', [animate('{{hideTransitionParams}}', style({ opacity: 0 }))]),
|
|
2931
|
+
transition('void => visibleTouchUI', [style({ opacity: 0, transform: 'translate3d(-50%, -40%, 0) scale(0.9)' }), animate('{{showTransitionParams}}')]),
|
|
2932
|
+
transition('visibleTouchUI => void', [
|
|
2933
|
+
animate('{{hideTransitionParams}}', style({
|
|
2934
|
+
opacity: 0,
|
|
2935
|
+
transform: 'translate3d(-50%, -40%, 0) scale(0.9)'
|
|
2936
|
+
}))
|
|
2937
|
+
])
|
|
2938
|
+
])
|
|
2939
|
+
], host: {
|
|
2940
|
+
class: 'p-element p-inputwrapper',
|
|
2941
|
+
'[class.p-inputwrapper-filled]': 'filled',
|
|
2942
|
+
'[class.p-inputwrapper-focus]': 'focus',
|
|
2943
|
+
'[class.p-calendar-clearable]': 'showClear && !disabled'
|
|
2944
|
+
}, providers: [CALENDAR_VALUE_ACCESSOR], changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, styles: [".p-calendar{position:relative;display:inline-flex;max-width:100%}.p-calendar .p-inputtext{flex:1 1 auto;width:1%}.p-calendar-w-btn .p-inputtext{border-top-right-radius:0;border-bottom-right-radius:0}.p-calendar-w-btn .p-datepicker-trigger{border-top-left-radius:0;border-bottom-left-radius:0}.p-fluid .p-calendar{display:flex}.p-fluid .p-calendar .p-inputtext{width:1%}.p-calendar .p-datepicker{min-width:100%}.p-datepicker{width:auto;position:absolute;top:0;left:0}.p-datepicker-inline{display:inline-block;position:static;overflow-x:auto}.p-datepicker-header{display:flex;align-items:center;justify-content:space-between}.p-datepicker-header .p-datepicker-title{margin:0 auto}.p-datepicker-prev,.p-datepicker-next{cursor:pointer;display:inline-flex;justify-content:center;align-items:center;overflow:hidden;position:relative}.p-datepicker-multiple-month .p-datepicker-group-container .p-datepicker-group{flex:1 1 auto}.p-datepicker-multiple-month .p-datepicker-group-container{display:flex}.p-datepicker table{width:100%;border-collapse:collapse}.p-datepicker td>span{display:flex;justify-content:center;align-items:center;cursor:pointer;margin:0 auto;overflow:hidden;position:relative}.p-monthpicker-month{width:33.3%;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;overflow:hidden;position:relative}.p-datepicker-buttonbar{display:flex;justify-content:space-between;align-items:center}.p-timepicker{display:flex;justify-content:center;align-items:center}.p-timepicker button{display:flex;align-items:center;justify-content:center;cursor:pointer;overflow:hidden;position:relative}.p-timepicker>div{display:flex;align-items:center;flex-direction:column}.p-datepicker-touch-ui,.p-calendar .p-datepicker-touch-ui{position:fixed;top:50%;left:50%;min-width:80vw;transform:translate(-50%,-50%)}.p-yearpicker-year{width:50%;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;overflow:hidden;position:relative}.p-calendar-clear-icon{position:absolute;top:50%;margin-top:-.5rem;cursor:pointer}.p-calendar-clearable{position:relative}\n"] }]
|
|
2945
|
+
}], ctorParameters: function () { return [{ type: Document, decorators: [{
|
|
2946
|
+
type: Inject,
|
|
2947
|
+
args: [DOCUMENT]
|
|
2948
|
+
}] }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ChangeDetectorRef }, { type: i0.NgZone }, { type: i1.ParallelUIAngularConfig }, { type: i1.OverlayService }]; }, propDecorators: { style: [{
|
|
2949
|
+
type: Input
|
|
2950
|
+
}], styleClass: [{
|
|
2951
|
+
type: Input
|
|
2952
|
+
}], inputStyle: [{
|
|
2953
|
+
type: Input
|
|
2954
|
+
}], inputId: [{
|
|
2955
|
+
type: Input
|
|
2956
|
+
}], name: [{
|
|
2957
|
+
type: Input
|
|
2958
|
+
}], inputStyleClass: [{
|
|
2959
|
+
type: Input
|
|
2960
|
+
}], placeholder: [{
|
|
2961
|
+
type: Input
|
|
2962
|
+
}], ariaLabelledBy: [{
|
|
2963
|
+
type: Input
|
|
2964
|
+
}], iconAriaLabel: [{
|
|
2965
|
+
type: Input
|
|
2966
|
+
}], disabled: [{
|
|
2967
|
+
type: Input
|
|
2968
|
+
}], dateFormat: [{
|
|
2969
|
+
type: Input
|
|
2970
|
+
}], multipleSeparator: [{
|
|
2971
|
+
type: Input
|
|
2972
|
+
}], rangeSeparator: [{
|
|
2973
|
+
type: Input
|
|
2974
|
+
}], inline: [{
|
|
2975
|
+
type: Input
|
|
2976
|
+
}], showOtherMonths: [{
|
|
2977
|
+
type: Input
|
|
2978
|
+
}], selectOtherMonths: [{
|
|
2979
|
+
type: Input
|
|
2980
|
+
}], showIcon: [{
|
|
2981
|
+
type: Input
|
|
2982
|
+
}], icon: [{
|
|
2983
|
+
type: Input
|
|
2984
|
+
}], appendTo: [{
|
|
2985
|
+
type: Input
|
|
2986
|
+
}], readonlyInput: [{
|
|
2987
|
+
type: Input
|
|
2988
|
+
}], shortYearCutoff: [{
|
|
2989
|
+
type: Input
|
|
2990
|
+
}], monthNavigator: [{
|
|
2991
|
+
type: Input
|
|
2992
|
+
}], yearNavigator: [{
|
|
2993
|
+
type: Input
|
|
2994
|
+
}], hourFormat: [{
|
|
2995
|
+
type: Input
|
|
2996
|
+
}], timeOnly: [{
|
|
2997
|
+
type: Input
|
|
2998
|
+
}], stepHour: [{
|
|
2999
|
+
type: Input
|
|
3000
|
+
}], stepMinute: [{
|
|
3001
|
+
type: Input
|
|
3002
|
+
}], stepSecond: [{
|
|
3003
|
+
type: Input
|
|
3004
|
+
}], showSeconds: [{
|
|
3005
|
+
type: Input
|
|
3006
|
+
}], required: [{
|
|
3007
|
+
type: Input
|
|
3008
|
+
}], showOnFocus: [{
|
|
3009
|
+
type: Input
|
|
3010
|
+
}], showWeek: [{
|
|
3011
|
+
type: Input
|
|
3012
|
+
}], showClear: [{
|
|
3013
|
+
type: Input
|
|
3014
|
+
}], dataType: [{
|
|
3015
|
+
type: Input
|
|
3016
|
+
}], selectionMode: [{
|
|
3017
|
+
type: Input
|
|
3018
|
+
}], maxDateCount: [{
|
|
3019
|
+
type: Input
|
|
3020
|
+
}], showButtonBar: [{
|
|
3021
|
+
type: Input
|
|
3022
|
+
}], todayButtonStyleClass: [{
|
|
3023
|
+
type: Input
|
|
3024
|
+
}], clearButtonStyleClass: [{
|
|
3025
|
+
type: Input
|
|
3026
|
+
}], autoZIndex: [{
|
|
3027
|
+
type: Input
|
|
3028
|
+
}], baseZIndex: [{
|
|
3029
|
+
type: Input
|
|
3030
|
+
}], panelStyleClass: [{
|
|
3031
|
+
type: Input
|
|
3032
|
+
}], panelStyle: [{
|
|
3033
|
+
type: Input
|
|
3034
|
+
}], keepInvalid: [{
|
|
3035
|
+
type: Input
|
|
3036
|
+
}], hideOnDateTimeSelect: [{
|
|
3037
|
+
type: Input
|
|
3038
|
+
}], touchUI: [{
|
|
3039
|
+
type: Input
|
|
3040
|
+
}], timeSeparator: [{
|
|
3041
|
+
type: Input
|
|
3042
|
+
}], focusTrap: [{
|
|
3043
|
+
type: Input
|
|
3044
|
+
}], showTransitionOptions: [{
|
|
3045
|
+
type: Input
|
|
3046
|
+
}], hideTransitionOptions: [{
|
|
3047
|
+
type: Input
|
|
3048
|
+
}], onFocus: [{
|
|
3049
|
+
type: Output
|
|
3050
|
+
}], onBlur: [{
|
|
3051
|
+
type: Output
|
|
3052
|
+
}], onClose: [{
|
|
3053
|
+
type: Output
|
|
3054
|
+
}], onSelect: [{
|
|
3055
|
+
type: Output
|
|
3056
|
+
}], onClear: [{
|
|
3057
|
+
type: Output
|
|
3058
|
+
}], onInput: [{
|
|
3059
|
+
type: Output
|
|
3060
|
+
}], onTodayClick: [{
|
|
3061
|
+
type: Output
|
|
3062
|
+
}], onClearClick: [{
|
|
3063
|
+
type: Output
|
|
3064
|
+
}], onMonthChange: [{
|
|
3065
|
+
type: Output
|
|
3066
|
+
}], onYearChange: [{
|
|
3067
|
+
type: Output
|
|
3068
|
+
}], onClickOutside: [{
|
|
3069
|
+
type: Output
|
|
3070
|
+
}], onShow: [{
|
|
3071
|
+
type: Output
|
|
3072
|
+
}], templates: [{
|
|
3073
|
+
type: ContentChildren,
|
|
3074
|
+
args: [QiusTemplate]
|
|
3075
|
+
}], tabindex: [{
|
|
3076
|
+
type: Input
|
|
3077
|
+
}], containerViewChild: [{
|
|
3078
|
+
type: ViewChild,
|
|
3079
|
+
args: ['container', { static: false }]
|
|
3080
|
+
}], inputfieldViewChild: [{
|
|
3081
|
+
type: ViewChild,
|
|
3082
|
+
args: ['inputfield', { static: false }]
|
|
3083
|
+
}], content: [{
|
|
3084
|
+
type: ViewChild,
|
|
3085
|
+
args: ['contentWrapper', { static: false }]
|
|
3086
|
+
}], view: [{
|
|
3087
|
+
type: Input
|
|
3088
|
+
}], defaultDate: [{
|
|
3089
|
+
type: Input
|
|
3090
|
+
}], minDate: [{
|
|
3091
|
+
type: Input
|
|
3092
|
+
}], maxDate: [{
|
|
3093
|
+
type: Input
|
|
3094
|
+
}], disabledDates: [{
|
|
3095
|
+
type: Input
|
|
3096
|
+
}], disabledDays: [{
|
|
3097
|
+
type: Input
|
|
3098
|
+
}], yearRange: [{
|
|
3099
|
+
type: Input
|
|
3100
|
+
}], showTime: [{
|
|
3101
|
+
type: Input
|
|
3102
|
+
}], responsiveOptions: [{
|
|
3103
|
+
type: Input
|
|
3104
|
+
}], numberOfMonths: [{
|
|
3105
|
+
type: Input
|
|
3106
|
+
}], firstDayOfWeek: [{
|
|
3107
|
+
type: Input
|
|
3108
|
+
}], locale: [{
|
|
3109
|
+
type: Input
|
|
3110
|
+
}] } });
|
|
3111
|
+
class CalendarModule {
|
|
3112
|
+
}
|
|
3113
|
+
CalendarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CalendarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3114
|
+
CalendarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: CalendarModule, declarations: [Calendar], imports: [CommonModule, ButtonModule, SharedModule, RippleModule, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, ChevronDownIcon, TimesIcon, CalendarIcon], exports: [Calendar, ButtonModule, SharedModule] });
|
|
3115
|
+
CalendarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CalendarModule, imports: [CommonModule, ButtonModule, SharedModule, RippleModule, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, ChevronDownIcon, TimesIcon, CalendarIcon, ButtonModule, SharedModule] });
|
|
3116
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CalendarModule, decorators: [{
|
|
3117
|
+
type: NgModule,
|
|
3118
|
+
args: [{
|
|
3119
|
+
imports: [CommonModule, ButtonModule, SharedModule, RippleModule, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, ChevronDownIcon, TimesIcon, CalendarIcon],
|
|
3120
|
+
exports: [Calendar, ButtonModule, SharedModule],
|
|
3121
|
+
declarations: [Calendar]
|
|
3122
|
+
}]
|
|
3123
|
+
}] });
|
|
3124
|
+
|
|
3125
|
+
/**
|
|
3126
|
+
* Generated bundle index. Do not edit.
|
|
3127
|
+
*/
|
|
3128
|
+
|
|
3129
|
+
export { CALENDAR_VALUE_ACCESSOR, Calendar, CalendarModule };
|
|
3130
|
+
//# sourceMappingURL=qius.solutions-parallel-ui-angular-calendar.mjs.map
|