primeng 16.0.0-rc.2 → 16.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/accordion/accordion.d.ts +16 -4
- package/accordion/accordion.interface.d.ts +4 -2
- package/animate/animate.d.ts +6 -0
- package/api/confirmaeventtype.d.ts +3 -0
- package/api/confirmation.d.ts +1 -0
- package/api/confirmationservice.d.ts +17 -0
- package/api/filtermetadata.d.ts +1 -0
- package/api/lazyloadevent.d.ts +1 -0
- package/api/lazyloadmeta.d.ts +1 -0
- package/api/megamenuitem.d.ts +1 -0
- package/api/menuitem.d.ts +32 -19
- package/api/message.d.ts +1 -0
- package/api/messageservice.d.ts +19 -0
- package/api/overlayoptions.d.ts +12 -0
- package/api/public_api.d.ts +3 -0
- package/api/scrolleroptions.d.ts +116 -0
- package/api/selectitem.d.ts +1 -0
- package/api/selectitemgroup.d.ts +1 -0
- package/api/sortevent.d.ts +1 -0
- package/api/sortmeta.d.ts +1 -0
- package/api/tablestate.d.ts +1 -0
- package/api/tooltipoptions.d.ts +63 -0
- package/api/translation.d.ts +1 -0
- package/api/treenode.d.ts +62 -7
- package/api/treenodedragevent.d.ts +16 -0
- package/api/treetablenode.d.ts +36 -0
- package/autocomplete/autocomplete.d.ts +6 -2
- package/autocomplete/autocomplete.interface.d.ts +11 -8
- package/autofocus/autofocus.d.ts +4 -0
- package/avatar/avatar.d.ts +4 -0
- package/avatargroup/avatargroup.d.ts +5 -0
- package/badge/badge.d.ts +8 -0
- package/blockui/blockui.d.ts +4 -1
- package/blockui/blockui.interface.d.ts +1 -1
- package/breadcrumb/breadcrumb.d.ts +4 -0
- package/breadcrumb/breadcrumb.interface.d.ts +2 -1
- package/button/button.d.ts +8 -0
- package/button/button.interface.d.ts +3 -3
- package/calendar/calendar.d.ts +10 -5
- package/calendar/calendar.interface.d.ts +70 -12
- package/card/card.d.ts +4 -0
- package/card/card.interface.d.ts +5 -5
- package/carousel/carousel.d.ts +14 -8
- package/carousel/carousel.interface.d.ts +15 -4
- package/cascadeselect/cascadeselect.d.ts +12 -7
- package/cascadeselect/cascadeselect.interface.d.ts +7 -3
- package/chart/chart.d.ts +6 -2
- package/checkbox/checkbox.d.ts +5 -1
- package/checkbox/checkbox.interface.d.ts +2 -1
- package/chip/chip.d.ts +4 -0
- package/chip/chip.interface.d.ts +2 -2
- package/chips/chips.d.ts +13 -7
- package/chips/chips.interface.d.ts +6 -3
- package/colorpicker/colorpicker.d.ts +6 -2
- package/colorpicker/colorpicker.interface.d.ts +1 -0
- package/confirmdialog/confirmdialog.d.ts +7 -3
- package/confirmdialog/confirmdialog.interface.d.ts +4 -4
- package/confirmpopup/confirmpopup.d.ts +5 -1
- package/confirmpopup/confirmpopup.interface.d.ts +2 -2
- package/contextmenu/contextmenu.d.ts +5 -1
- package/dataview/dataview.d.ts +12 -3
- package/dataview/dataview.interface.d.ts +11 -6
- package/defer/defer.d.ts +5 -1
- package/dialog/dialog.d.ts +12 -8
- package/dialog/dialog.interface.d.ts +6 -6
- package/divider/divider.d.ts +4 -0
- package/dock/dock.d.ts +5 -1
- package/dragdrop/dragdrop.d.ts +9 -0
- package/dropdown/dropdown.d.ts +17 -11
- package/dropdown/dropdown.interface.d.ts +18 -8
- package/dynamicdialog/dialogservice.d.ts +11 -0
- package/dynamicdialog/dynamicdialog-config.d.ts +91 -2
- package/dynamicdialog/dynamicdialog-ref.d.ts +70 -0
- package/editor/editor.d.ts +4 -0
- package/editor/editor.interface.d.ts +5 -2
- package/esm2022/accordion/accordion.interface.mjs +1 -1
- package/esm2022/accordion/accordion.mjs +15 -3
- package/esm2022/animate/animate.mjs +7 -1
- package/esm2022/api/confirmaeventtype.mjs +4 -1
- package/esm2022/api/confirmation.mjs +1 -1
- package/esm2022/api/confirmationservice.mjs +18 -1
- package/esm2022/api/contextmenuservice.mjs +1 -1
- package/esm2022/api/filtermetadata.mjs +1 -1
- package/esm2022/api/lazyloadevent.mjs +1 -1
- package/esm2022/api/lazyloadmeta.mjs +1 -1
- package/esm2022/api/megamenuitem.mjs +1 -1
- package/esm2022/api/menuitem.mjs +1 -1
- package/esm2022/api/message.mjs +1 -1
- package/esm2022/api/messageservice.mjs +20 -1
- package/esm2022/api/overlayoptions.mjs +1 -1
- package/esm2022/api/public_api.mjs +4 -1
- package/esm2022/api/scrolleroptions.mjs +2 -0
- package/esm2022/api/selectitem.mjs +1 -1
- package/esm2022/api/selectitemgroup.mjs +1 -1
- package/esm2022/api/sortevent.mjs +1 -1
- package/esm2022/api/sortmeta.mjs +1 -1
- package/esm2022/api/tablestate.mjs +1 -1
- package/esm2022/api/tooltipoptions.mjs +2 -0
- package/esm2022/api/translation.mjs +1 -1
- package/esm2022/api/treenode.mjs +1 -1
- package/esm2022/api/treenodedragevent.mjs +1 -1
- package/esm2022/api/treetablenode.mjs +2 -0
- package/esm2022/autocomplete/autocomplete.interface.mjs +1 -1
- package/esm2022/autocomplete/autocomplete.mjs +6 -2
- package/esm2022/autofocus/autofocus.mjs +5 -1
- package/esm2022/avatar/avatar.mjs +5 -1
- package/esm2022/avatargroup/avatargroup.mjs +6 -1
- package/esm2022/badge/badge.mjs +9 -1
- package/esm2022/blockui/blockui.interface.mjs +1 -1
- package/esm2022/blockui/blockui.mjs +5 -2
- package/esm2022/breadcrumb/breadcrumb.interface.mjs +1 -1
- package/esm2022/breadcrumb/breadcrumb.mjs +5 -1
- package/esm2022/button/button.interface.mjs +1 -1
- package/esm2022/button/button.mjs +9 -1
- package/esm2022/calendar/calendar.interface.mjs +1 -1
- package/esm2022/calendar/calendar.mjs +10 -5
- package/esm2022/card/card.interface.mjs +1 -1
- package/esm2022/card/card.mjs +5 -1
- package/esm2022/carousel/carousel.interface.mjs +1 -1
- package/esm2022/carousel/carousel.mjs +12 -4
- package/esm2022/cascadeselect/cascadeselect.interface.mjs +1 -1
- package/esm2022/cascadeselect/cascadeselect.mjs +11 -6
- package/esm2022/chart/chart.mjs +5 -1
- package/esm2022/checkbox/checkbox.interface.mjs +1 -1
- package/esm2022/checkbox/checkbox.mjs +6 -2
- package/esm2022/chip/chip.interface.mjs +1 -1
- package/esm2022/chip/chip.mjs +5 -1
- package/esm2022/chips/chips.interface.mjs +1 -1
- package/esm2022/chips/chips.mjs +10 -6
- package/esm2022/colorpicker/colorpicker.interface.mjs +1 -1
- package/esm2022/colorpicker/colorpicker.mjs +7 -3
- package/esm2022/confirmdialog/confirmdialog.interface.mjs +1 -1
- package/esm2022/confirmdialog/confirmdialog.mjs +7 -3
- package/esm2022/confirmpopup/confirmpopup.interface.mjs +1 -1
- package/esm2022/confirmpopup/confirmpopup.mjs +28 -22
- package/esm2022/contextmenu/contextmenu.mjs +23 -13
- package/esm2022/dataview/dataview.interface.mjs +1 -1
- package/esm2022/dataview/dataview.mjs +13 -4
- package/esm2022/defer/defer.mjs +6 -2
- package/esm2022/dialog/dialog.interface.mjs +1 -1
- package/esm2022/dialog/dialog.mjs +11 -7
- package/esm2022/divider/divider.mjs +5 -1
- package/esm2022/dock/dock.mjs +6 -2
- package/esm2022/dom/domhandler.mjs +2 -2
- package/esm2022/dragdrop/dragdrop.mjs +10 -1
- package/esm2022/dropdown/dropdown.interface.mjs +1 -1
- package/esm2022/dropdown/dropdown.mjs +14 -10
- package/esm2022/dynamicdialog/dialogservice.mjs +12 -1
- package/esm2022/dynamicdialog/dynamicdialog-config.mjs +86 -1
- package/esm2022/dynamicdialog/dynamicdialog-ref.mjs +71 -1
- package/esm2022/dynamicdialog/dynamicdialog.mjs +1 -1
- package/esm2022/editor/editor.interface.mjs +1 -1
- package/esm2022/editor/editor.mjs +5 -1
- package/esm2022/fieldset/fieldset.interface.mjs +1 -1
- package/esm2022/fieldset/fieldset.mjs +5 -1
- package/esm2022/fileupload/fileupload.interface.mjs +1 -1
- package/esm2022/fileupload/fileupload.mjs +13 -13
- package/esm2022/focustrap/focustrap.mjs +5 -1
- package/esm2022/galleria/galleria.interface.mjs +1 -1
- package/esm2022/galleria/galleria.mjs +8 -4
- package/esm2022/icons/arrowdown/arrowdown.mjs +10 -5
- package/esm2022/icons/arrowleft/arrowleft.mjs +10 -5
- package/esm2022/icons/arrowup/arrowup.mjs +10 -5
- package/esm2022/icons/ban/ban.mjs +10 -5
- package/esm2022/icons/exclamationtriangle/exclamationtriangle.mjs +10 -5
- package/esm2022/icons/eyeslash/eyeslash.mjs +10 -5
- package/esm2022/icons/filter/filter.mjs +10 -5
- package/esm2022/icons/filterslash/filterslash.mjs +10 -5
- package/esm2022/icons/home/home.mjs +10 -5
- package/esm2022/icons/infocircle/infocircle.mjs +10 -5
- package/esm2022/icons/pencil/pencil.mjs +10 -5
- package/esm2022/icons/plus/plus.mjs +10 -5
- package/esm2022/icons/refresh/refresh.mjs +10 -5
- package/esm2022/icons/search/search.mjs +10 -5
- package/esm2022/icons/searchminus/searchminus.mjs +10 -5
- package/esm2022/icons/searchplus/searchplus.mjs +10 -5
- package/esm2022/icons/sortalt/sortalt.mjs +10 -5
- package/esm2022/icons/sortamountdown/sortamountdown.mjs +10 -5
- package/esm2022/icons/sortamountupalt/sortamountupalt.mjs +10 -5
- package/esm2022/icons/spinner/spinner.mjs +10 -5
- package/esm2022/icons/star/star.mjs +10 -5
- package/esm2022/icons/starfill/starfill.mjs +10 -5
- package/esm2022/icons/thlarge/thlarge.mjs +10 -5
- package/esm2022/icons/timescircle/timescircle.mjs +10 -5
- package/esm2022/icons/trash/trash.mjs +10 -5
- package/esm2022/icons/undo/undo.mjs +10 -5
- package/esm2022/icons/upload/upload.mjs +10 -5
- package/esm2022/icons/windowmaximize/windowmaximize.mjs +10 -5
- package/esm2022/icons/windowminimize/windowminimize.mjs +10 -5
- package/esm2022/image/image.interface.mjs +1 -1
- package/esm2022/image/image.mjs +5 -1
- package/esm2022/inplace/inplace.interface.mjs +1 -1
- package/esm2022/inplace/inplace.mjs +9 -5
- package/esm2022/inputmask/inputmask.interface.mjs +1 -1
- package/esm2022/inputmask/inputmask.mjs +6 -2
- package/esm2022/inputnumber/inputnumber.interface.mjs +1 -1
- package/esm2022/inputnumber/inputnumber.mjs +5 -1
- package/esm2022/inputswitch/inputswitch.interface.mjs +1 -1
- package/esm2022/inputswitch/inputswitch.mjs +5 -1
- package/esm2022/inputtextarea/inputtextarea.mjs +5 -1
- package/esm2022/keyfilter/keyfilter.mjs +6 -2
- package/esm2022/knob/knob.mjs +5 -1
- package/esm2022/listbox/listbox.interface.mjs +1 -1
- package/esm2022/listbox/listbox.mjs +6 -2
- package/esm2022/megamenu/megamenu.interface.mjs +1 -1
- package/esm2022/megamenu/megamenu.mjs +5 -1
- package/esm2022/menu/menu.mjs +19 -1
- package/esm2022/menubar/menubar.interface.mjs +1 -1
- package/esm2022/menubar/menubar.mjs +5 -1
- package/esm2022/message/message.mjs +5 -1
- package/esm2022/messages/messages.interface.mjs +1 -1
- package/esm2022/messages/messages.mjs +5 -1
- package/esm2022/multiselect/multiselect.interface.mjs +1 -1
- package/esm2022/multiselect/multiselect.mjs +25 -4
- package/esm2022/orderlist/orderlist.interface.mjs +1 -1
- package/esm2022/orderlist/orderlist.mjs +9 -5
- package/esm2022/organizationchart/organizationchart.interface.mjs +1 -1
- package/esm2022/organizationchart/organizationchart.mjs +5 -1
- package/esm2022/overlay/overlay.mjs +22 -3
- package/esm2022/overlaypanel/overlaypanel.mjs +13 -9
- package/esm2022/paginator/paginator.interface.mjs +1 -1
- package/esm2022/paginator/paginator.mjs +5 -1
- package/esm2022/panel/panel.interface.mjs +1 -1
- package/esm2022/panel/panel.mjs +12 -10
- package/esm2022/panelmenu/panelmenu.interface.mjs +1 -1
- package/esm2022/panelmenu/panelmenu.mjs +10 -1
- package/esm2022/password/password.mjs +12 -18
- package/esm2022/picklist/picklist.interface.mjs +1 -1
- package/esm2022/picklist/picklist.mjs +15 -11
- package/esm2022/progressbar/progressbar.mjs +5 -1
- package/esm2022/progressspinner/progressspinner.mjs +5 -1
- package/esm2022/radiobutton/radiobutton.interface.mjs +1 -1
- package/esm2022/radiobutton/radiobutton.mjs +6 -2
- package/esm2022/rating/rating.interface.mjs +1 -1
- package/esm2022/rating/rating.mjs +5 -1
- package/esm2022/ripple/ripple.mjs +5 -1
- package/esm2022/scroller/scroller.interface.mjs +1 -1
- package/esm2022/scroller/scroller.mjs +8 -4
- package/esm2022/scrollpanel/scrollpanel.interface.mjs +1 -1
- package/esm2022/scrollpanel/scrollpanel.mjs +7 -3
- package/esm2022/scrolltop/scrolltop.mjs +6 -2
- package/esm2022/selectbutton/selectbutton.interface.mjs +1 -1
- package/esm2022/selectbutton/selectbutton.mjs +7 -3
- package/esm2022/sidebar/sidebar.interface.mjs +1 -1
- package/esm2022/sidebar/sidebar.mjs +6 -2
- package/esm2022/skeleton/skeleton.mjs +5 -1
- package/esm2022/slidemenu/slidemenu.interface.mjs +1 -1
- package/esm2022/slidemenu/slidemenu.mjs +10 -6
- package/esm2022/slider/slider.interface.mjs +1 -1
- package/esm2022/slider/slider.mjs +5 -1
- package/esm2022/speeddial/speeddial.interface.mjs +1 -1
- package/esm2022/speeddial/speeddial.mjs +8 -3
- package/esm2022/splitbutton/splitbutton.interface.mjs +1 -1
- package/esm2022/splitbutton/splitbutton.mjs +5 -1
- package/esm2022/splitter/splitter.interface.mjs +1 -1
- package/esm2022/splitter/splitter.mjs +6 -2
- package/esm2022/steps/steps.mjs +6 -2
- package/esm2022/styleclass/styleclass.mjs +5 -1
- package/esm2022/table/table.interface.mjs +1 -1
- package/esm2022/table/table.mjs +17 -13
- package/esm2022/tabmenu/tabmenu.interface.mjs +1 -1
- package/esm2022/tabmenu/tabmenu.mjs +6 -2
- package/esm2022/tabview/tabview.interface.mjs +1 -1
- package/esm2022/tabview/tabview.mjs +11 -3
- package/esm2022/tag/tag.interface.mjs +1 -1
- package/esm2022/tag/tag.mjs +6 -2
- package/esm2022/terminal/terminal.mjs +5 -1
- package/esm2022/tieredmenu/tieredmenu.interface.mjs +1 -1
- package/esm2022/tieredmenu/tieredmenu.mjs +10 -6
- package/esm2022/timeline/timeline.mjs +5 -1
- package/esm2022/toast/toast.interface.mjs +1 -1
- package/esm2022/toast/toast.mjs +5 -1
- package/esm2022/togglebutton/togglebutton.interface.mjs +1 -1
- package/esm2022/togglebutton/togglebutton.mjs +8 -4
- package/esm2022/toolbar/toolbar.interface.mjs +1 -1
- package/esm2022/toolbar/toolbar.mjs +5 -1
- package/esm2022/tooltip/public_api.mjs +1 -2
- package/esm2022/tooltip/tooltip.mjs +19 -7
- package/esm2022/tree/tree.interface.mjs +1 -1
- package/esm2022/tree/tree.mjs +36 -17
- package/esm2022/treeselect/treeselect.interface.mjs +1 -1
- package/esm2022/treeselect/treeselect.mjs +10 -4
- package/esm2022/treetable/treetable.interface.mjs +1 -1
- package/esm2022/treetable/treetable.mjs +35 -26
- package/esm2022/tristatecheckbox/tristatecheckbox.interface.mjs +1 -1
- package/esm2022/tristatecheckbox/tristatecheckbox.mjs +5 -1
- package/esm2022/virtualscroller/virtualscroller.interface.mjs +1 -1
- package/esm2022/virtualscroller/virtualscroller.mjs +5 -1
- package/fesm2022/primeng-accordion.mjs +14 -2
- package/fesm2022/primeng-accordion.mjs.map +1 -1
- package/fesm2022/primeng-animate.mjs +6 -0
- package/fesm2022/primeng-animate.mjs.map +1 -1
- package/fesm2022/primeng-api.mjs +39 -0
- package/fesm2022/primeng-api.mjs.map +1 -1
- package/fesm2022/primeng-autocomplete.mjs +5 -1
- package/fesm2022/primeng-autocomplete.mjs.map +1 -1
- package/fesm2022/primeng-autofocus.mjs +4 -0
- package/fesm2022/primeng-autofocus.mjs.map +1 -1
- package/fesm2022/primeng-avatar.mjs +4 -0
- package/fesm2022/primeng-avatar.mjs.map +1 -1
- package/fesm2022/primeng-avatargroup.mjs +5 -0
- package/fesm2022/primeng-avatargroup.mjs.map +1 -1
- package/fesm2022/primeng-badge.mjs +8 -0
- package/fesm2022/primeng-badge.mjs.map +1 -1
- package/fesm2022/primeng-blockui.mjs +4 -1
- package/fesm2022/primeng-blockui.mjs.map +1 -1
- package/fesm2022/primeng-breadcrumb.mjs +4 -0
- package/fesm2022/primeng-breadcrumb.mjs.map +1 -1
- package/fesm2022/primeng-button.mjs +8 -0
- package/fesm2022/primeng-button.mjs.map +1 -1
- package/fesm2022/primeng-calendar.mjs +9 -4
- package/fesm2022/primeng-calendar.mjs.map +1 -1
- package/fesm2022/primeng-card.mjs +4 -0
- package/fesm2022/primeng-card.mjs.map +1 -1
- package/fesm2022/primeng-carousel.mjs +11 -3
- package/fesm2022/primeng-carousel.mjs.map +1 -1
- package/fesm2022/primeng-cascadeselect.mjs +10 -5
- package/fesm2022/primeng-cascadeselect.mjs.map +1 -1
- package/fesm2022/primeng-chart.mjs +4 -0
- package/fesm2022/primeng-chart.mjs.map +1 -1
- package/fesm2022/primeng-checkbox.mjs +5 -1
- package/fesm2022/primeng-checkbox.mjs.map +1 -1
- package/fesm2022/primeng-chip.mjs +4 -0
- package/fesm2022/primeng-chip.mjs.map +1 -1
- package/fesm2022/primeng-chips.mjs +9 -5
- package/fesm2022/primeng-chips.mjs.map +1 -1
- package/fesm2022/primeng-colorpicker.mjs +6 -2
- package/fesm2022/primeng-colorpicker.mjs.map +1 -1
- package/fesm2022/primeng-confirmdialog.mjs +6 -2
- package/fesm2022/primeng-confirmdialog.mjs.map +1 -1
- package/fesm2022/primeng-confirmpopup.mjs +27 -21
- package/fesm2022/primeng-confirmpopup.mjs.map +1 -1
- package/fesm2022/primeng-contextmenu.mjs +22 -12
- package/fesm2022/primeng-contextmenu.mjs.map +1 -1
- package/fesm2022/primeng-dataview.mjs +12 -3
- package/fesm2022/primeng-dataview.mjs.map +1 -1
- package/fesm2022/primeng-defer.mjs +5 -1
- package/fesm2022/primeng-defer.mjs.map +1 -1
- package/fesm2022/primeng-dialog.mjs +10 -6
- package/fesm2022/primeng-dialog.mjs.map +1 -1
- package/fesm2022/primeng-divider.mjs +4 -0
- package/fesm2022/primeng-divider.mjs.map +1 -1
- package/fesm2022/primeng-dock.mjs +5 -1
- package/fesm2022/primeng-dock.mjs.map +1 -1
- package/fesm2022/primeng-dom.mjs +1 -1
- package/fesm2022/primeng-dom.mjs.map +1 -1
- package/fesm2022/primeng-dragdrop.mjs +9 -0
- package/fesm2022/primeng-dragdrop.mjs.map +1 -1
- package/fesm2022/primeng-dropdown.mjs +13 -9
- package/fesm2022/primeng-dropdown.mjs.map +1 -1
- package/fesm2022/primeng-dynamicdialog.mjs +166 -0
- package/fesm2022/primeng-dynamicdialog.mjs.map +1 -1
- package/fesm2022/primeng-editor.mjs +4 -0
- package/fesm2022/primeng-editor.mjs.map +1 -1
- package/fesm2022/primeng-fieldset.mjs +4 -0
- package/fesm2022/primeng-fieldset.mjs.map +1 -1
- package/fesm2022/primeng-fileupload.mjs +12 -12
- package/fesm2022/primeng-fileupload.mjs.map +1 -1
- package/fesm2022/primeng-focustrap.mjs +4 -0
- package/fesm2022/primeng-focustrap.mjs.map +1 -1
- package/fesm2022/primeng-galleria.mjs +7 -3
- package/fesm2022/primeng-galleria.mjs.map +1 -1
- package/fesm2022/primeng-icons-arrowdown.mjs +9 -4
- package/fesm2022/primeng-icons-arrowdown.mjs.map +1 -1
- package/fesm2022/primeng-icons-arrowleft.mjs +9 -4
- package/fesm2022/primeng-icons-arrowleft.mjs.map +1 -1
- package/fesm2022/primeng-icons-arrowup.mjs +9 -4
- package/fesm2022/primeng-icons-arrowup.mjs.map +1 -1
- package/fesm2022/primeng-icons-ban.mjs +9 -4
- package/fesm2022/primeng-icons-ban.mjs.map +1 -1
- package/fesm2022/primeng-icons-exclamationtriangle.mjs +9 -4
- package/fesm2022/primeng-icons-exclamationtriangle.mjs.map +1 -1
- package/fesm2022/primeng-icons-eyeslash.mjs +9 -4
- package/fesm2022/primeng-icons-eyeslash.mjs.map +1 -1
- package/fesm2022/primeng-icons-filter.mjs +9 -4
- package/fesm2022/primeng-icons-filter.mjs.map +1 -1
- package/fesm2022/primeng-icons-filterslash.mjs +9 -4
- package/fesm2022/primeng-icons-filterslash.mjs.map +1 -1
- package/fesm2022/primeng-icons-home.mjs +9 -4
- package/fesm2022/primeng-icons-home.mjs.map +1 -1
- package/fesm2022/primeng-icons-infocircle.mjs +9 -4
- package/fesm2022/primeng-icons-infocircle.mjs.map +1 -1
- package/fesm2022/primeng-icons-pencil.mjs +9 -4
- package/fesm2022/primeng-icons-pencil.mjs.map +1 -1
- package/fesm2022/primeng-icons-plus.mjs +9 -4
- package/fesm2022/primeng-icons-plus.mjs.map +1 -1
- package/fesm2022/primeng-icons-refresh.mjs +9 -4
- package/fesm2022/primeng-icons-refresh.mjs.map +1 -1
- package/fesm2022/primeng-icons-search.mjs +9 -4
- package/fesm2022/primeng-icons-search.mjs.map +1 -1
- package/fesm2022/primeng-icons-searchminus.mjs +9 -4
- package/fesm2022/primeng-icons-searchminus.mjs.map +1 -1
- package/fesm2022/primeng-icons-searchplus.mjs +9 -4
- package/fesm2022/primeng-icons-searchplus.mjs.map +1 -1
- package/fesm2022/primeng-icons-sortalt.mjs +9 -4
- package/fesm2022/primeng-icons-sortalt.mjs.map +1 -1
- package/fesm2022/primeng-icons-sortamountdown.mjs +9 -4
- package/fesm2022/primeng-icons-sortamountdown.mjs.map +1 -1
- package/fesm2022/primeng-icons-sortamountupalt.mjs +9 -4
- package/fesm2022/primeng-icons-sortamountupalt.mjs.map +1 -1
- package/fesm2022/primeng-icons-spinner.mjs +9 -4
- package/fesm2022/primeng-icons-spinner.mjs.map +1 -1
- package/fesm2022/primeng-icons-star.mjs +9 -4
- package/fesm2022/primeng-icons-star.mjs.map +1 -1
- package/fesm2022/primeng-icons-starfill.mjs +9 -4
- package/fesm2022/primeng-icons-starfill.mjs.map +1 -1
- package/fesm2022/primeng-icons-thlarge.mjs +9 -4
- package/fesm2022/primeng-icons-thlarge.mjs.map +1 -1
- package/fesm2022/primeng-icons-timescircle.mjs +9 -4
- package/fesm2022/primeng-icons-timescircle.mjs.map +1 -1
- package/fesm2022/primeng-icons-trash.mjs +9 -4
- package/fesm2022/primeng-icons-trash.mjs.map +1 -1
- package/fesm2022/primeng-icons-undo.mjs +9 -4
- package/fesm2022/primeng-icons-undo.mjs.map +1 -1
- package/fesm2022/primeng-icons-upload.mjs +9 -4
- package/fesm2022/primeng-icons-upload.mjs.map +1 -1
- package/fesm2022/primeng-icons-windowmaximize.mjs +9 -4
- package/fesm2022/primeng-icons-windowmaximize.mjs.map +1 -1
- package/fesm2022/primeng-icons-windowminimize.mjs +9 -4
- package/fesm2022/primeng-icons-windowminimize.mjs.map +1 -1
- package/fesm2022/primeng-image.mjs +4 -0
- package/fesm2022/primeng-image.mjs.map +1 -1
- package/fesm2022/primeng-inplace.mjs +8 -4
- package/fesm2022/primeng-inplace.mjs.map +1 -1
- package/fesm2022/primeng-inputmask.mjs +5 -1
- package/fesm2022/primeng-inputmask.mjs.map +1 -1
- package/fesm2022/primeng-inputnumber.mjs +4 -0
- package/fesm2022/primeng-inputnumber.mjs.map +1 -1
- package/fesm2022/primeng-inputswitch.mjs +4 -0
- package/fesm2022/primeng-inputswitch.mjs.map +1 -1
- package/fesm2022/primeng-inputtextarea.mjs +4 -0
- package/fesm2022/primeng-inputtextarea.mjs.map +1 -1
- package/fesm2022/primeng-keyfilter.mjs +5 -1
- package/fesm2022/primeng-keyfilter.mjs.map +1 -1
- package/fesm2022/primeng-knob.mjs +4 -0
- package/fesm2022/primeng-knob.mjs.map +1 -1
- package/fesm2022/primeng-listbox.mjs +5 -1
- package/fesm2022/primeng-listbox.mjs.map +1 -1
- package/fesm2022/primeng-megamenu.mjs +4 -0
- package/fesm2022/primeng-megamenu.mjs.map +1 -1
- package/fesm2022/primeng-menu.mjs +18 -0
- package/fesm2022/primeng-menu.mjs.map +1 -1
- package/fesm2022/primeng-menubar.mjs +4 -0
- package/fesm2022/primeng-menubar.mjs.map +1 -1
- package/fesm2022/primeng-message.mjs +4 -0
- package/fesm2022/primeng-message.mjs.map +1 -1
- package/fesm2022/primeng-messages.mjs +4 -0
- package/fesm2022/primeng-messages.mjs.map +1 -1
- package/fesm2022/primeng-multiselect.mjs +24 -3
- package/fesm2022/primeng-multiselect.mjs.map +1 -1
- package/fesm2022/primeng-orderlist.mjs +8 -4
- package/fesm2022/primeng-orderlist.mjs.map +1 -1
- package/fesm2022/primeng-organizationchart.mjs +4 -0
- package/fesm2022/primeng-organizationchart.mjs.map +1 -1
- package/fesm2022/primeng-overlay.mjs +21 -2
- package/fesm2022/primeng-overlay.mjs.map +1 -1
- package/fesm2022/primeng-overlaypanel.mjs +12 -8
- package/fesm2022/primeng-overlaypanel.mjs.map +1 -1
- package/fesm2022/primeng-paginator.mjs +4 -0
- package/fesm2022/primeng-paginator.mjs.map +1 -1
- package/fesm2022/primeng-panel.mjs +11 -9
- package/fesm2022/primeng-panel.mjs.map +1 -1
- package/fesm2022/primeng-panelmenu.mjs +9 -0
- package/fesm2022/primeng-panelmenu.mjs.map +1 -1
- package/fesm2022/primeng-password.mjs +11 -17
- package/fesm2022/primeng-password.mjs.map +1 -1
- package/fesm2022/primeng-picklist.mjs +14 -10
- package/fesm2022/primeng-picklist.mjs.map +1 -1
- package/fesm2022/primeng-progressbar.mjs +4 -0
- package/fesm2022/primeng-progressbar.mjs.map +1 -1
- package/fesm2022/primeng-progressspinner.mjs +4 -0
- package/fesm2022/primeng-progressspinner.mjs.map +1 -1
- package/fesm2022/primeng-radiobutton.mjs +5 -1
- package/fesm2022/primeng-radiobutton.mjs.map +1 -1
- package/fesm2022/primeng-rating.mjs +4 -0
- package/fesm2022/primeng-rating.mjs.map +1 -1
- package/fesm2022/primeng-ripple.mjs +4 -0
- package/fesm2022/primeng-ripple.mjs.map +1 -1
- package/fesm2022/primeng-scroller.mjs +7 -3
- package/fesm2022/primeng-scroller.mjs.map +1 -1
- package/fesm2022/primeng-scrollpanel.mjs +6 -2
- package/fesm2022/primeng-scrollpanel.mjs.map +1 -1
- package/fesm2022/primeng-scrolltop.mjs +5 -1
- package/fesm2022/primeng-scrolltop.mjs.map +1 -1
- package/fesm2022/primeng-selectbutton.mjs +6 -2
- package/fesm2022/primeng-selectbutton.mjs.map +1 -1
- package/fesm2022/primeng-sidebar.mjs +5 -1
- package/fesm2022/primeng-sidebar.mjs.map +1 -1
- package/fesm2022/primeng-skeleton.mjs +4 -0
- package/fesm2022/primeng-skeleton.mjs.map +1 -1
- package/fesm2022/primeng-slidemenu.mjs +9 -5
- package/fesm2022/primeng-slidemenu.mjs.map +1 -1
- package/fesm2022/primeng-slider.mjs +4 -0
- package/fesm2022/primeng-slider.mjs.map +1 -1
- package/fesm2022/primeng-speeddial.mjs +7 -2
- package/fesm2022/primeng-speeddial.mjs.map +1 -1
- package/fesm2022/primeng-splitbutton.mjs +4 -0
- package/fesm2022/primeng-splitbutton.mjs.map +1 -1
- package/fesm2022/primeng-splitter.mjs +5 -1
- package/fesm2022/primeng-splitter.mjs.map +1 -1
- package/fesm2022/primeng-steps.mjs +5 -1
- package/fesm2022/primeng-steps.mjs.map +1 -1
- package/fesm2022/primeng-styleclass.mjs +4 -0
- package/fesm2022/primeng-styleclass.mjs.map +1 -1
- package/fesm2022/primeng-table.mjs +16 -12
- package/fesm2022/primeng-table.mjs.map +1 -1
- package/fesm2022/primeng-tabmenu.mjs +5 -1
- package/fesm2022/primeng-tabmenu.mjs.map +1 -1
- package/fesm2022/primeng-tabview.mjs +10 -2
- package/fesm2022/primeng-tabview.mjs.map +1 -1
- package/fesm2022/primeng-tag.mjs +5 -1
- package/fesm2022/primeng-tag.mjs.map +1 -1
- package/fesm2022/primeng-terminal.mjs +4 -0
- package/fesm2022/primeng-terminal.mjs.map +1 -1
- package/fesm2022/primeng-tieredmenu.mjs +9 -5
- package/fesm2022/primeng-tieredmenu.mjs.map +1 -1
- package/fesm2022/primeng-timeline.mjs +4 -0
- package/fesm2022/primeng-timeline.mjs.map +1 -1
- package/fesm2022/primeng-toast.mjs +4 -0
- package/fesm2022/primeng-toast.mjs.map +1 -1
- package/fesm2022/primeng-togglebutton.mjs +7 -3
- package/fesm2022/primeng-togglebutton.mjs.map +1 -1
- package/fesm2022/primeng-toolbar.mjs +4 -0
- package/fesm2022/primeng-toolbar.mjs.map +1 -1
- package/fesm2022/primeng-tooltip.mjs +18 -6
- package/fesm2022/primeng-tooltip.mjs.map +1 -1
- package/fesm2022/primeng-tree.mjs +35 -16
- package/fesm2022/primeng-tree.mjs.map +1 -1
- package/fesm2022/primeng-treeselect.mjs +9 -3
- package/fesm2022/primeng-treeselect.mjs.map +1 -1
- package/fesm2022/primeng-treetable.mjs +34 -25
- package/fesm2022/primeng-treetable.mjs.map +1 -1
- package/fesm2022/primeng-tristatecheckbox.mjs +4 -0
- package/fesm2022/primeng-tristatecheckbox.mjs.map +1 -1
- package/fesm2022/primeng-virtualscroller.mjs +4 -0
- package/fesm2022/primeng-virtualscroller.mjs.map +1 -1
- package/fieldset/fieldset.d.ts +4 -0
- package/fieldset/fieldset.interface.d.ts +6 -4
- package/fileupload/fileupload.d.ts +14 -14
- package/fileupload/fileupload.interface.d.ts +37 -6
- package/focustrap/focustrap.d.ts +4 -0
- package/galleria/galleria.d.ts +7 -3
- package/galleria/galleria.interface.d.ts +8 -7
- package/icons/arrowdown/arrowdown.d.ts +4 -1
- package/icons/arrowleft/arrowleft.d.ts +2 -0
- package/icons/arrowup/arrowup.d.ts +2 -0
- package/icons/ban/ban.d.ts +2 -0
- package/icons/exclamationtriangle/exclamationtriangle.d.ts +4 -1
- package/icons/eyeslash/eyeslash.d.ts +2 -0
- package/icons/filter/filter.d.ts +2 -0
- package/icons/filterslash/filterslash.d.ts +2 -0
- package/icons/home/home.d.ts +2 -0
- package/icons/infocircle/infocircle.d.ts +2 -0
- package/icons/pencil/pencil.d.ts +2 -0
- package/icons/plus/plus.d.ts +2 -0
- package/icons/refresh/refresh.d.ts +2 -0
- package/icons/search/search.d.ts +2 -0
- package/icons/searchminus/searchminus.d.ts +2 -0
- package/icons/searchplus/searchplus.d.ts +2 -0
- package/icons/sortalt/sortalt.d.ts +2 -0
- package/icons/sortamountdown/sortamountdown.d.ts +2 -0
- package/icons/sortamountupalt/sortamountupalt.d.ts +2 -0
- package/icons/spinner/spinner.d.ts +2 -0
- package/icons/star/star.d.ts +2 -0
- package/icons/starfill/starfill.d.ts +2 -0
- package/icons/thlarge/thlarge.d.ts +2 -0
- package/icons/timescircle/timescircle.d.ts +2 -0
- package/icons/trash/trash.d.ts +2 -0
- package/icons/undo/undo.d.ts +2 -0
- package/icons/upload/upload.d.ts +2 -0
- package/icons/windowmaximize/windowmaximize.d.ts +2 -0
- package/icons/windowminimize/windowminimize.d.ts +2 -0
- package/image/image.d.ts +4 -0
- package/image/image.interface.d.ts +6 -6
- package/inplace/inplace.d.ts +8 -4
- package/inplace/inplace.interface.d.ts +3 -3
- package/inputmask/inputmask.d.ts +7 -3
- package/inputmask/inputmask.interface.d.ts +2 -1
- package/inputnumber/inputnumber.d.ts +4 -0
- package/inputnumber/inputnumber.interface.d.ts +4 -3
- package/inputswitch/inputswitch.d.ts +4 -0
- package/inputswitch/inputswitch.interface.d.ts +1 -0
- package/inputtextarea/inputtextarea.d.ts +4 -0
- package/keyfilter/keyfilter.d.ts +8 -4
- package/knob/knob.d.ts +4 -0
- package/listbox/listbox.d.ts +6 -2
- package/listbox/listbox.interface.d.ts +11 -7
- package/megamenu/megamenu.d.ts +4 -0
- package/megamenu/megamenu.interface.d.ts +3 -3
- package/menu/menu.d.ts +18 -0
- package/menubar/menubar.d.ts +5 -1
- package/menubar/menubar.interface.d.ts +4 -4
- package/message/message.d.ts +4 -0
- package/messages/messages.d.ts +4 -0
- package/messages/messages.interface.d.ts +1 -1
- package/multiselect/multiselect.d.ts +25 -4
- package/multiselect/multiselect.interface.d.ts +19 -11
- package/orderlist/orderlist.d.ts +9 -5
- package/orderlist/orderlist.interface.d.ts +12 -9
- package/organizationchart/organizationchart.d.ts +4 -0
- package/organizationchart/organizationchart.interface.d.ts +5 -0
- package/overlay/overlay.d.ts +43 -12
- package/overlaypanel/overlaypanel.d.ts +13 -9
- package/package.json +134 -134
- package/paginator/paginator.d.ts +4 -0
- package/paginator/paginator.interface.d.ts +5 -4
- package/panel/panel.d.ts +7 -5
- package/panel/panel.interface.d.ts +7 -4
- package/panelmenu/panelmenu.d.ts +9 -0
- package/panelmenu/panelmenu.interface.d.ts +1 -1
- package/password/password.d.ts +18 -16
- package/picklist/picklist.d.ts +14 -10
- package/picklist/picklist.interface.d.ts +24 -13
- package/progressbar/progressbar.d.ts +4 -0
- package/progressspinner/progressspinner.d.ts +4 -0
- package/radiobutton/radiobutton.d.ts +5 -1
- package/radiobutton/radiobutton.interface.d.ts +1 -0
- package/rating/rating.d.ts +4 -0
- package/rating/rating.interface.d.ts +4 -3
- package/resources/components/button/button.css +1 -0
- package/resources/primeng.css +1 -0
- package/resources/primeng.min.css +1 -1
- package/ripple/ripple.d.ts +4 -0
- package/scroller/scroller.d.ts +13 -12
- package/scroller/scroller.interface.d.ts +42 -31
- package/scrollpanel/scrollpanel.d.ts +6 -2
- package/scrollpanel/scrollpanel.interface.d.ts +1 -1
- package/scrolltop/scrolltop.d.ts +5 -1
- package/selectbutton/selectbutton.d.ts +4 -0
- package/selectbutton/selectbutton.interface.d.ts +3 -1
- package/sidebar/sidebar.d.ts +8 -2
- package/sidebar/sidebar.interface.d.ts +4 -4
- package/skeleton/skeleton.d.ts +4 -0
- package/slidemenu/slidemenu.d.ts +9 -5
- package/slidemenu/slidemenu.interface.d.ts +2 -2
- package/slider/slider.d.ts +4 -0
- package/slider/slider.interface.d.ts +2 -0
- package/speeddial/speeddial.d.ts +14 -7
- package/speeddial/speeddial.interface.d.ts +1 -1
- package/splitbutton/splitbutton.d.ts +4 -0
- package/splitbutton/splitbutton.interface.d.ts +2 -2
- package/splitter/splitter.d.ts +7 -3
- package/splitter/splitter.interface.d.ts +3 -1
- package/steps/steps.d.ts +5 -1
- package/styleclass/styleclass.d.ts +5 -1
- package/table/table.d.ts +18 -14
- package/table/table.interface.d.ts +164 -72
- package/tabmenu/tabmenu.d.ts +5 -1
- package/tabmenu/tabmenu.interface.d.ts +2 -2
- package/tabview/tabview.d.ts +10 -2
- package/tabview/tabview.interface.d.ts +4 -30
- package/tag/tag.d.ts +5 -1
- package/tag/tag.interface.d.ts +1 -1
- package/terminal/terminal.d.ts +4 -0
- package/tieredmenu/tieredmenu.d.ts +9 -5
- package/tieredmenu/tieredmenu.interface.d.ts +1 -1
- package/timeline/timeline.d.ts +4 -0
- package/toast/toast.d.ts +11 -5
- package/toast/toast.interface.d.ts +11 -12
- package/togglebutton/togglebutton.d.ts +5 -1
- package/togglebutton/togglebutton.interface.d.ts +1 -0
- package/toolbar/toolbar.d.ts +4 -0
- package/toolbar/toolbar.interface.d.ts +3 -3
- package/tooltip/public_api.d.ts +0 -1
- package/tooltip/tooltip.d.ts +26 -5
- package/tree/tree.d.ts +40 -21
- package/tree/tree.interface.d.ts +20 -10
- package/treeselect/treeselect.d.ts +12 -6
- package/treeselect/treeselect.interface.d.ts +10 -8
- package/treetable/treetable.d.ts +38 -29
- package/treetable/treetable.interface.d.ts +29 -50
- package/tristatecheckbox/tristatecheckbox.d.ts +4 -0
- package/tristatecheckbox/tristatecheckbox.interface.d.ts +3 -2
- package/virtualscroller/virtualscroller.d.ts +5 -1
- package/virtualscroller/virtualscroller.interface.d.ts +3 -3
- package/esm2022/tooltip/tooltip.interface.mjs +0 -2
- package/tooltip/tooltip.interface.d.ts +0 -21
@@ -1,19 +1,24 @@
|
|
1
1
|
import * as i0 from '@angular/core';
|
2
2
|
import { Component } from '@angular/core';
|
3
3
|
import { BaseIcon } from 'primeng/baseicon';
|
4
|
+
import { UniqueComponentId } from 'primeng/utils';
|
4
5
|
|
5
6
|
class SpinnerIcon extends BaseIcon {
|
7
|
+
pathId;
|
8
|
+
ngOnInit() {
|
9
|
+
this.pathId = 'url(#' + UniqueComponentId() + ')';
|
10
|
+
}
|
6
11
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: SpinnerIcon, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
7
12
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.2", type: SpinnerIcon, isStandalone: true, selector: "SpinnerIcon", usesInheritance: true, ngImport: i0, template: `
|
8
13
|
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.aria-label]="ariaLabel" [attr.aria-hidden]="ariaHidden" [attr.role]="role" [class]="getClassNames()">
|
9
|
-
<g clip-path="
|
14
|
+
<g [attr.clip-path]="pathId">
|
10
15
|
<path
|
11
16
|
d="M6.99701 14C5.85441 13.999 4.72939 13.7186 3.72012 13.1832C2.71084 12.6478 1.84795 11.8737 1.20673 10.9284C0.565504 9.98305 0.165424 8.89526 0.041387 7.75989C-0.0826496 6.62453 0.073125 5.47607 0.495122 4.4147C0.917119 3.35333 1.59252 2.4113 2.46241 1.67077C3.33229 0.930247 4.37024 0.413729 5.4857 0.166275C6.60117 -0.0811796 7.76026 -0.0520535 8.86188 0.251112C9.9635 0.554278 10.9742 1.12227 11.8057 1.90555C11.915 2.01493 11.9764 2.16319 11.9764 2.31778C11.9764 2.47236 11.915 2.62062 11.8057 2.73C11.7521 2.78503 11.688 2.82877 11.6171 2.85864C11.5463 2.8885 11.4702 2.90389 11.3933 2.90389C11.3165 2.90389 11.2404 2.8885 11.1695 2.85864C11.0987 2.82877 11.0346 2.78503 10.9809 2.73C9.9998 1.81273 8.73246 1.26138 7.39226 1.16876C6.05206 1.07615 4.72086 1.44794 3.62279 2.22152C2.52471 2.99511 1.72683 4.12325 1.36345 5.41602C1.00008 6.70879 1.09342 8.08723 1.62775 9.31926C2.16209 10.5513 3.10478 11.5617 4.29713 12.1803C5.48947 12.7989 6.85865 12.988 8.17414 12.7157C9.48963 12.4435 10.6711 11.7264 11.5196 10.6854C12.3681 9.64432 12.8319 8.34282 12.8328 7C12.8328 6.84529 12.8943 6.69692 13.0038 6.58752C13.1132 6.47812 13.2616 6.41667 13.4164 6.41667C13.5712 6.41667 13.7196 6.47812 13.8291 6.58752C13.9385 6.69692 14 6.84529 14 7C14 8.85651 13.2622 10.637 11.9489 11.9497C10.6356 13.2625 8.85432 14 6.99701 14Z"
|
12
17
|
fill="currentColor"
|
13
18
|
/>
|
14
19
|
</g>
|
15
20
|
<defs>
|
16
|
-
<clipPath id="
|
21
|
+
<clipPath [id]="pathId">
|
17
22
|
<rect width="14" height="14" fill="white" />
|
18
23
|
</clipPath>
|
19
24
|
</defs>
|
@@ -28,14 +33,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImpor
|
|
28
33
|
imports: [BaseIcon],
|
29
34
|
template: `
|
30
35
|
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.aria-label]="ariaLabel" [attr.aria-hidden]="ariaHidden" [attr.role]="role" [class]="getClassNames()">
|
31
|
-
<g clip-path="
|
36
|
+
<g [attr.clip-path]="pathId">
|
32
37
|
<path
|
33
38
|
d="M6.99701 14C5.85441 13.999 4.72939 13.7186 3.72012 13.1832C2.71084 12.6478 1.84795 11.8737 1.20673 10.9284C0.565504 9.98305 0.165424 8.89526 0.041387 7.75989C-0.0826496 6.62453 0.073125 5.47607 0.495122 4.4147C0.917119 3.35333 1.59252 2.4113 2.46241 1.67077C3.33229 0.930247 4.37024 0.413729 5.4857 0.166275C6.60117 -0.0811796 7.76026 -0.0520535 8.86188 0.251112C9.9635 0.554278 10.9742 1.12227 11.8057 1.90555C11.915 2.01493 11.9764 2.16319 11.9764 2.31778C11.9764 2.47236 11.915 2.62062 11.8057 2.73C11.7521 2.78503 11.688 2.82877 11.6171 2.85864C11.5463 2.8885 11.4702 2.90389 11.3933 2.90389C11.3165 2.90389 11.2404 2.8885 11.1695 2.85864C11.0987 2.82877 11.0346 2.78503 10.9809 2.73C9.9998 1.81273 8.73246 1.26138 7.39226 1.16876C6.05206 1.07615 4.72086 1.44794 3.62279 2.22152C2.52471 2.99511 1.72683 4.12325 1.36345 5.41602C1.00008 6.70879 1.09342 8.08723 1.62775 9.31926C2.16209 10.5513 3.10478 11.5617 4.29713 12.1803C5.48947 12.7989 6.85865 12.988 8.17414 12.7157C9.48963 12.4435 10.6711 11.7264 11.5196 10.6854C12.3681 9.64432 12.8319 8.34282 12.8328 7C12.8328 6.84529 12.8943 6.69692 13.0038 6.58752C13.1132 6.47812 13.2616 6.41667 13.4164 6.41667C13.5712 6.41667 13.7196 6.47812 13.8291 6.58752C13.9385 6.69692 14 6.84529 14 7C14 8.85651 13.2622 10.637 11.9489 11.9497C10.6356 13.2625 8.85432 14 6.99701 14Z"
|
34
39
|
fill="currentColor"
|
35
40
|
/>
|
36
41
|
</g>
|
37
42
|
<defs>
|
38
|
-
<clipPath id="
|
43
|
+
<clipPath [id]="pathId">
|
39
44
|
<rect width="14" height="14" fill="white" />
|
40
45
|
</clipPath>
|
41
46
|
</defs>
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"primeng-icons-spinner.mjs","sources":["../../src/app/components/icons/spinner/spinner.ts","../../src/app/components/icons/spinner/primeng-icons-spinner.ts"],"sourcesContent":["import { Component } from '@angular/core';\nimport { BaseIcon } from 'primeng/baseicon';\n\n@Component({\n selector: 'SpinnerIcon',\n standalone: true,\n imports: [BaseIcon],\n template: `\n <svg width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.aria-label]=\"ariaLabel\" [attr.aria-hidden]=\"ariaHidden\" [attr.role]=\"role\" [class]=\"getClassNames()\">\n <g clip-path=\"
|
1
|
+
{"version":3,"file":"primeng-icons-spinner.mjs","sources":["../../src/app/components/icons/spinner/spinner.ts","../../src/app/components/icons/spinner/primeng-icons-spinner.ts"],"sourcesContent":["import { Component } from '@angular/core';\nimport { BaseIcon } from 'primeng/baseicon';\nimport { UniqueComponentId } from 'primeng/utils';\n\n@Component({\n selector: 'SpinnerIcon',\n standalone: true,\n imports: [BaseIcon],\n template: `\n <svg width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.aria-label]=\"ariaLabel\" [attr.aria-hidden]=\"ariaHidden\" [attr.role]=\"role\" [class]=\"getClassNames()\">\n <g [attr.clip-path]=\"pathId\">\n <path\n d=\"M6.99701 14C5.85441 13.999 4.72939 13.7186 3.72012 13.1832C2.71084 12.6478 1.84795 11.8737 1.20673 10.9284C0.565504 9.98305 0.165424 8.89526 0.041387 7.75989C-0.0826496 6.62453 0.073125 5.47607 0.495122 4.4147C0.917119 3.35333 1.59252 2.4113 2.46241 1.67077C3.33229 0.930247 4.37024 0.413729 5.4857 0.166275C6.60117 -0.0811796 7.76026 -0.0520535 8.86188 0.251112C9.9635 0.554278 10.9742 1.12227 11.8057 1.90555C11.915 2.01493 11.9764 2.16319 11.9764 2.31778C11.9764 2.47236 11.915 2.62062 11.8057 2.73C11.7521 2.78503 11.688 2.82877 11.6171 2.85864C11.5463 2.8885 11.4702 2.90389 11.3933 2.90389C11.3165 2.90389 11.2404 2.8885 11.1695 2.85864C11.0987 2.82877 11.0346 2.78503 10.9809 2.73C9.9998 1.81273 8.73246 1.26138 7.39226 1.16876C6.05206 1.07615 4.72086 1.44794 3.62279 2.22152C2.52471 2.99511 1.72683 4.12325 1.36345 5.41602C1.00008 6.70879 1.09342 8.08723 1.62775 9.31926C2.16209 10.5513 3.10478 11.5617 4.29713 12.1803C5.48947 12.7989 6.85865 12.988 8.17414 12.7157C9.48963 12.4435 10.6711 11.7264 11.5196 10.6854C12.3681 9.64432 12.8319 8.34282 12.8328 7C12.8328 6.84529 12.8943 6.69692 13.0038 6.58752C13.1132 6.47812 13.2616 6.41667 13.4164 6.41667C13.5712 6.41667 13.7196 6.47812 13.8291 6.58752C13.9385 6.69692 14 6.84529 14 7C14 8.85651 13.2622 10.637 11.9489 11.9497C10.6356 13.2625 8.85432 14 6.99701 14Z\"\n fill=\"currentColor\"\n />\n </g>\n <defs>\n <clipPath [id]=\"pathId\">\n <rect width=\"14\" height=\"14\" fill=\"white\" />\n </clipPath>\n </defs>\n </svg>\n `\n})\nexport class SpinnerIcon extends BaseIcon {\n pathId: string;\n\n ngOnInit() {\n this.pathId = 'url(#' + UniqueComponentId() + ')';\n }\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":[],"mappings":";;;;;AAIA,MAoBa,WAAY,SAAQ,QAAQ,CAAA;AACrC,IAAA,MAAM,CAAS;IAEf,QAAQ,GAAA;QACJ,IAAI,CAAC,MAAM,GAAG,OAAO,GAAG,iBAAiB,EAAE,GAAG,GAAG,CAAC;KACrD;uGALQ,WAAW,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAX,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,WAAW,EAhBV,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,aAAA,EAAA,eAAA,EAAA,IAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAAA,CAAA;;;;;;;;;;;;;;AAcT,IAAA,CAAA,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;2FAEQ,WAAW,EAAA,UAAA,EAAA,CAAA;kBApBvB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,aAAa;AACvB,oBAAA,UAAU,EAAE,IAAI;oBAChB,OAAO,EAAE,CAAC,QAAQ,CAAC;AACnB,oBAAA,QAAQ,EAAE,CAAA;;;;;;;;;;;;;;AAcT,IAAA,CAAA;AACJ,iBAAA,CAAA;;;ACvBD;;AAEG;;;;"}
|
@@ -1,19 +1,24 @@
|
|
1
1
|
import * as i0 from '@angular/core';
|
2
2
|
import { Component } from '@angular/core';
|
3
3
|
import { BaseIcon } from 'primeng/baseicon';
|
4
|
+
import { UniqueComponentId } from 'primeng/utils';
|
4
5
|
|
5
6
|
class StarIcon extends BaseIcon {
|
7
|
+
pathId;
|
8
|
+
ngOnInit() {
|
9
|
+
this.pathId = 'url(#' + UniqueComponentId() + ')';
|
10
|
+
}
|
6
11
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: StarIcon, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
7
12
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.2", type: StarIcon, isStandalone: true, selector: "StarIcon", usesInheritance: true, ngImport: i0, template: `
|
8
13
|
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.aria-label]="ariaLabel" [attr.aria-hidden]="ariaHidden" [attr.role]="role" [class]="getClassNames()">
|
9
|
-
<g clip-path="
|
14
|
+
<g [attr.clip-path]="pathId">
|
10
15
|
<path
|
11
16
|
d="M10.9741 13.6721C10.8806 13.6719 10.7886 13.6483 10.7066 13.6033L7.00002 11.6545L3.29345 13.6033C3.19926 13.6539 3.09281 13.6771 2.98612 13.6703C2.87943 13.6636 2.77676 13.6271 2.6897 13.5651C2.60277 13.5014 2.53529 13.4147 2.4948 13.3148C2.45431 13.215 2.44241 13.1058 2.46042 12.9995L3.17881 8.87264L0.167699 5.95324C0.0922333 5.8777 0.039368 5.78258 0.0150625 5.67861C-0.00924303 5.57463 -0.00402231 5.46594 0.030136 5.36477C0.0621323 5.26323 0.122141 5.17278 0.203259 5.10383C0.284377 5.03488 0.383311 4.99023 0.488681 4.97501L4.63087 4.37126L6.48797 0.618832C6.54083 0.530159 6.61581 0.456732 6.70556 0.405741C6.79532 0.35475 6.89678 0.327942 7.00002 0.327942C7.10325 0.327942 7.20471 0.35475 7.29447 0.405741C7.38422 0.456732 7.4592 0.530159 7.51206 0.618832L9.36916 4.37126L13.5114 4.97501C13.6167 4.99023 13.7157 5.03488 13.7968 5.10383C13.8779 5.17278 13.9379 5.26323 13.9699 5.36477C14.0041 5.46594 14.0093 5.57463 13.985 5.67861C13.9607 5.78258 13.9078 5.8777 13.8323 5.95324L10.8212 8.87264L11.532 12.9995C11.55 13.1058 11.5381 13.215 11.4976 13.3148C11.4571 13.4147 11.3896 13.5014 11.3027 13.5651C11.2059 13.632 11.0917 13.6692 10.9741 13.6721ZM7.00002 10.4393C7.09251 10.4404 7.18371 10.4613 7.2675 10.5005L10.2098 12.029L9.65193 8.75036C9.6368 8.6584 9.64343 8.56418 9.6713 8.47526C9.69918 8.38633 9.74751 8.30518 9.81242 8.23832L12.1969 5.94559L8.90298 5.45648C8.81188 5.44198 8.72555 5.406 8.65113 5.35152C8.57671 5.29703 8.51633 5.2256 8.475 5.14314L7.00002 2.1626L5.52503 5.15078C5.4837 5.23324 5.42332 5.30467 5.3489 5.35916C5.27448 5.41365 5.18815 5.44963 5.09705 5.46412L1.80318 5.94559L4.18761 8.23832C4.25252 8.30518 4.30085 8.38633 4.32873 8.47526C4.3566 8.56418 4.36323 8.6584 4.3481 8.75036L3.7902 12.0519L6.73253 10.5234C6.81451 10.4762 6.9058 10.4475 7.00002 10.4393Z"
|
12
17
|
fill="currentColor"
|
13
18
|
/>
|
14
19
|
</g>
|
15
20
|
<defs>
|
16
|
-
<clipPath id="
|
21
|
+
<clipPath [id]="pathId">
|
17
22
|
<rect width="14" height="14" fill="white" />
|
18
23
|
</clipPath>
|
19
24
|
</defs>
|
@@ -28,14 +33,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImpor
|
|
28
33
|
imports: [BaseIcon],
|
29
34
|
template: `
|
30
35
|
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.aria-label]="ariaLabel" [attr.aria-hidden]="ariaHidden" [attr.role]="role" [class]="getClassNames()">
|
31
|
-
<g clip-path="
|
36
|
+
<g [attr.clip-path]="pathId">
|
32
37
|
<path
|
33
38
|
d="M10.9741 13.6721C10.8806 13.6719 10.7886 13.6483 10.7066 13.6033L7.00002 11.6545L3.29345 13.6033C3.19926 13.6539 3.09281 13.6771 2.98612 13.6703C2.87943 13.6636 2.77676 13.6271 2.6897 13.5651C2.60277 13.5014 2.53529 13.4147 2.4948 13.3148C2.45431 13.215 2.44241 13.1058 2.46042 12.9995L3.17881 8.87264L0.167699 5.95324C0.0922333 5.8777 0.039368 5.78258 0.0150625 5.67861C-0.00924303 5.57463 -0.00402231 5.46594 0.030136 5.36477C0.0621323 5.26323 0.122141 5.17278 0.203259 5.10383C0.284377 5.03488 0.383311 4.99023 0.488681 4.97501L4.63087 4.37126L6.48797 0.618832C6.54083 0.530159 6.61581 0.456732 6.70556 0.405741C6.79532 0.35475 6.89678 0.327942 7.00002 0.327942C7.10325 0.327942 7.20471 0.35475 7.29447 0.405741C7.38422 0.456732 7.4592 0.530159 7.51206 0.618832L9.36916 4.37126L13.5114 4.97501C13.6167 4.99023 13.7157 5.03488 13.7968 5.10383C13.8779 5.17278 13.9379 5.26323 13.9699 5.36477C14.0041 5.46594 14.0093 5.57463 13.985 5.67861C13.9607 5.78258 13.9078 5.8777 13.8323 5.95324L10.8212 8.87264L11.532 12.9995C11.55 13.1058 11.5381 13.215 11.4976 13.3148C11.4571 13.4147 11.3896 13.5014 11.3027 13.5651C11.2059 13.632 11.0917 13.6692 10.9741 13.6721ZM7.00002 10.4393C7.09251 10.4404 7.18371 10.4613 7.2675 10.5005L10.2098 12.029L9.65193 8.75036C9.6368 8.6584 9.64343 8.56418 9.6713 8.47526C9.69918 8.38633 9.74751 8.30518 9.81242 8.23832L12.1969 5.94559L8.90298 5.45648C8.81188 5.44198 8.72555 5.406 8.65113 5.35152C8.57671 5.29703 8.51633 5.2256 8.475 5.14314L7.00002 2.1626L5.52503 5.15078C5.4837 5.23324 5.42332 5.30467 5.3489 5.35916C5.27448 5.41365 5.18815 5.44963 5.09705 5.46412L1.80318 5.94559L4.18761 8.23832C4.25252 8.30518 4.30085 8.38633 4.32873 8.47526C4.3566 8.56418 4.36323 8.6584 4.3481 8.75036L3.7902 12.0519L6.73253 10.5234C6.81451 10.4762 6.9058 10.4475 7.00002 10.4393Z"
|
34
39
|
fill="currentColor"
|
35
40
|
/>
|
36
41
|
</g>
|
37
42
|
<defs>
|
38
|
-
<clipPath id="
|
43
|
+
<clipPath [id]="pathId">
|
39
44
|
<rect width="14" height="14" fill="white" />
|
40
45
|
</clipPath>
|
41
46
|
</defs>
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"primeng-icons-star.mjs","sources":["../../src/app/components/icons/star/star.ts","../../src/app/components/icons/star/primeng-icons-star.ts"],"sourcesContent":["import { Component } from '@angular/core';\nimport { BaseIcon } from 'primeng/baseicon';\n\n@Component({\n selector: 'StarIcon',\n standalone: true,\n imports: [BaseIcon],\n template: `\n <svg width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.aria-label]=\"ariaLabel\" [attr.aria-hidden]=\"ariaHidden\" [attr.role]=\"role\" [class]=\"getClassNames()\">\n <g clip-path=\"
|
1
|
+
{"version":3,"file":"primeng-icons-star.mjs","sources":["../../src/app/components/icons/star/star.ts","../../src/app/components/icons/star/primeng-icons-star.ts"],"sourcesContent":["import { Component } from '@angular/core';\nimport { BaseIcon } from 'primeng/baseicon';\nimport { UniqueComponentId } from 'primeng/utils';\n\n@Component({\n selector: 'StarIcon',\n standalone: true,\n imports: [BaseIcon],\n template: `\n <svg width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.aria-label]=\"ariaLabel\" [attr.aria-hidden]=\"ariaHidden\" [attr.role]=\"role\" [class]=\"getClassNames()\">\n <g [attr.clip-path]=\"pathId\">\n <path\n d=\"M10.9741 13.6721C10.8806 13.6719 10.7886 13.6483 10.7066 13.6033L7.00002 11.6545L3.29345 13.6033C3.19926 13.6539 3.09281 13.6771 2.98612 13.6703C2.87943 13.6636 2.77676 13.6271 2.6897 13.5651C2.60277 13.5014 2.53529 13.4147 2.4948 13.3148C2.45431 13.215 2.44241 13.1058 2.46042 12.9995L3.17881 8.87264L0.167699 5.95324C0.0922333 5.8777 0.039368 5.78258 0.0150625 5.67861C-0.00924303 5.57463 -0.00402231 5.46594 0.030136 5.36477C0.0621323 5.26323 0.122141 5.17278 0.203259 5.10383C0.284377 5.03488 0.383311 4.99023 0.488681 4.97501L4.63087 4.37126L6.48797 0.618832C6.54083 0.530159 6.61581 0.456732 6.70556 0.405741C6.79532 0.35475 6.89678 0.327942 7.00002 0.327942C7.10325 0.327942 7.20471 0.35475 7.29447 0.405741C7.38422 0.456732 7.4592 0.530159 7.51206 0.618832L9.36916 4.37126L13.5114 4.97501C13.6167 4.99023 13.7157 5.03488 13.7968 5.10383C13.8779 5.17278 13.9379 5.26323 13.9699 5.36477C14.0041 5.46594 14.0093 5.57463 13.985 5.67861C13.9607 5.78258 13.9078 5.8777 13.8323 5.95324L10.8212 8.87264L11.532 12.9995C11.55 13.1058 11.5381 13.215 11.4976 13.3148C11.4571 13.4147 11.3896 13.5014 11.3027 13.5651C11.2059 13.632 11.0917 13.6692 10.9741 13.6721ZM7.00002 10.4393C7.09251 10.4404 7.18371 10.4613 7.2675 10.5005L10.2098 12.029L9.65193 8.75036C9.6368 8.6584 9.64343 8.56418 9.6713 8.47526C9.69918 8.38633 9.74751 8.30518 9.81242 8.23832L12.1969 5.94559L8.90298 5.45648C8.81188 5.44198 8.72555 5.406 8.65113 5.35152C8.57671 5.29703 8.51633 5.2256 8.475 5.14314L7.00002 2.1626L5.52503 5.15078C5.4837 5.23324 5.42332 5.30467 5.3489 5.35916C5.27448 5.41365 5.18815 5.44963 5.09705 5.46412L1.80318 5.94559L4.18761 8.23832C4.25252 8.30518 4.30085 8.38633 4.32873 8.47526C4.3566 8.56418 4.36323 8.6584 4.3481 8.75036L3.7902 12.0519L6.73253 10.5234C6.81451 10.4762 6.9058 10.4475 7.00002 10.4393Z\"\n fill=\"currentColor\"\n />\n </g>\n <defs>\n <clipPath [id]=\"pathId\">\n <rect width=\"14\" height=\"14\" fill=\"white\" />\n </clipPath>\n </defs>\n </svg>\n `\n})\nexport class StarIcon extends BaseIcon {\n pathId: string;\n\n ngOnInit() {\n this.pathId = 'url(#' + UniqueComponentId() + ')';\n }\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":[],"mappings":";;;;;AAIA,MAoBa,QAAS,SAAQ,QAAQ,CAAA;AAClC,IAAA,MAAM,CAAS;IAEf,QAAQ,GAAA;QACJ,IAAI,CAAC,MAAM,GAAG,OAAO,GAAG,iBAAiB,EAAE,GAAG,GAAG,CAAC;KACrD;uGALQ,QAAQ,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAR,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,QAAQ,EAhBP,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,UAAA,EAAA,eAAA,EAAA,IAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAAA,CAAA;;;;;;;;;;;;;;AAcT,IAAA,CAAA,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;2FAEQ,QAAQ,EAAA,UAAA,EAAA,CAAA;kBApBpB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,UAAU;AACpB,oBAAA,UAAU,EAAE,IAAI;oBAChB,OAAO,EAAE,CAAC,QAAQ,CAAC;AACnB,oBAAA,QAAQ,EAAE,CAAA;;;;;;;;;;;;;;AAcT,IAAA,CAAA;AACJ,iBAAA,CAAA;;;ACvBD;;AAEG;;;;"}
|
@@ -1,19 +1,24 @@
|
|
1
1
|
import * as i0 from '@angular/core';
|
2
2
|
import { Component } from '@angular/core';
|
3
3
|
import { BaseIcon } from 'primeng/baseicon';
|
4
|
+
import { UniqueComponentId } from 'primeng/utils';
|
4
5
|
|
5
6
|
class StarFillIcon extends BaseIcon {
|
7
|
+
pathId;
|
8
|
+
ngOnInit() {
|
9
|
+
this.pathId = 'url(#' + UniqueComponentId() + ')';
|
10
|
+
}
|
6
11
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: StarFillIcon, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
7
12
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.2", type: StarFillIcon, isStandalone: true, selector: "StarFillIcon", usesInheritance: true, ngImport: i0, template: `
|
8
13
|
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.aria-label]="ariaLabel" [attr.aria-hidden]="ariaHidden" [attr.role]="role" [class]="getClassNames()">
|
9
|
-
<g clip-path="
|
14
|
+
<g [attr.clip-path]="pathId">
|
10
15
|
<path
|
11
16
|
d="M13.9718 5.36453C13.9398 5.26298 13.8798 5.17252 13.7986 5.10356C13.7175 5.0346 13.6186 4.98994 13.5132 4.97472L9.37043 4.37088L7.51307 0.617955C7.46021 0.529271 7.38522 0.455834 7.29545 0.404836C7.20568 0.353838 7.1042 0.327026 7.00096 0.327026C6.89771 0.327026 6.79624 0.353838 6.70647 0.404836C6.6167 0.455834 6.54171 0.529271 6.48885 0.617955L4.63149 4.37088L0.488746 4.97472C0.383363 4.98994 0.284416 5.0346 0.203286 5.10356C0.122157 5.17252 0.0621407 5.26298 0.03014 5.36453C-0.00402286 5.46571 -0.00924428 5.57442 0.0150645 5.67841C0.0393733 5.7824 0.0922457 5.87753 0.167722 5.95308L3.17924 8.87287L2.4684 13.0003C2.45038 13.1066 2.46229 13.2158 2.50278 13.3157C2.54328 13.4156 2.61077 13.5022 2.6977 13.5659C2.78477 13.628 2.88746 13.6644 2.99416 13.6712C3.10087 13.678 3.20733 13.6547 3.30153 13.6042L7.00096 11.6551L10.708 13.6042C10.79 13.6491 10.882 13.6728 10.9755 13.673C11.0958 13.6716 11.2129 13.6343 11.3119 13.5659C11.3988 13.5022 11.4663 13.4156 11.5068 13.3157C11.5473 13.2158 11.5592 13.1066 11.5412 13.0003L10.8227 8.87287L13.8266 5.95308C13.9033 5.87835 13.9577 5.7836 13.9833 5.67957C14.009 5.57554 14.005 5.4664 13.9718 5.36453Z"
|
12
17
|
fill="currentColor"
|
13
18
|
/>
|
14
19
|
</g>
|
15
20
|
<defs>
|
16
|
-
<clipPath id="
|
21
|
+
<clipPath [id]="pathId">
|
17
22
|
<rect width="14" height="14" fill="white" />
|
18
23
|
</clipPath>
|
19
24
|
</defs>
|
@@ -28,14 +33,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImpor
|
|
28
33
|
imports: [BaseIcon],
|
29
34
|
template: `
|
30
35
|
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.aria-label]="ariaLabel" [attr.aria-hidden]="ariaHidden" [attr.role]="role" [class]="getClassNames()">
|
31
|
-
<g clip-path="
|
36
|
+
<g [attr.clip-path]="pathId">
|
32
37
|
<path
|
33
38
|
d="M13.9718 5.36453C13.9398 5.26298 13.8798 5.17252 13.7986 5.10356C13.7175 5.0346 13.6186 4.98994 13.5132 4.97472L9.37043 4.37088L7.51307 0.617955C7.46021 0.529271 7.38522 0.455834 7.29545 0.404836C7.20568 0.353838 7.1042 0.327026 7.00096 0.327026C6.89771 0.327026 6.79624 0.353838 6.70647 0.404836C6.6167 0.455834 6.54171 0.529271 6.48885 0.617955L4.63149 4.37088L0.488746 4.97472C0.383363 4.98994 0.284416 5.0346 0.203286 5.10356C0.122157 5.17252 0.0621407 5.26298 0.03014 5.36453C-0.00402286 5.46571 -0.00924428 5.57442 0.0150645 5.67841C0.0393733 5.7824 0.0922457 5.87753 0.167722 5.95308L3.17924 8.87287L2.4684 13.0003C2.45038 13.1066 2.46229 13.2158 2.50278 13.3157C2.54328 13.4156 2.61077 13.5022 2.6977 13.5659C2.78477 13.628 2.88746 13.6644 2.99416 13.6712C3.10087 13.678 3.20733 13.6547 3.30153 13.6042L7.00096 11.6551L10.708 13.6042C10.79 13.6491 10.882 13.6728 10.9755 13.673C11.0958 13.6716 11.2129 13.6343 11.3119 13.5659C11.3988 13.5022 11.4663 13.4156 11.5068 13.3157C11.5473 13.2158 11.5592 13.1066 11.5412 13.0003L10.8227 8.87287L13.8266 5.95308C13.9033 5.87835 13.9577 5.7836 13.9833 5.67957C14.009 5.57554 14.005 5.4664 13.9718 5.36453Z"
|
34
39
|
fill="currentColor"
|
35
40
|
/>
|
36
41
|
</g>
|
37
42
|
<defs>
|
38
|
-
<clipPath id="
|
43
|
+
<clipPath [id]="pathId">
|
39
44
|
<rect width="14" height="14" fill="white" />
|
40
45
|
</clipPath>
|
41
46
|
</defs>
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"primeng-icons-starfill.mjs","sources":["../../src/app/components/icons/starfill/starfill.ts","../../src/app/components/icons/starfill/primeng-icons-starfill.ts"],"sourcesContent":["import { Component } from '@angular/core';\nimport { BaseIcon } from 'primeng/baseicon';\n\n@Component({\n selector: 'StarFillIcon',\n standalone: true,\n imports: [BaseIcon],\n template: `\n <svg width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.aria-label]=\"ariaLabel\" [attr.aria-hidden]=\"ariaHidden\" [attr.role]=\"role\" [class]=\"getClassNames()\">\n <g clip-path=\"
|
1
|
+
{"version":3,"file":"primeng-icons-starfill.mjs","sources":["../../src/app/components/icons/starfill/starfill.ts","../../src/app/components/icons/starfill/primeng-icons-starfill.ts"],"sourcesContent":["import { Component } from '@angular/core';\nimport { BaseIcon } from 'primeng/baseicon';\nimport { UniqueComponentId } from 'primeng/utils';\n\n@Component({\n selector: 'StarFillIcon',\n standalone: true,\n imports: [BaseIcon],\n template: `\n <svg width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.aria-label]=\"ariaLabel\" [attr.aria-hidden]=\"ariaHidden\" [attr.role]=\"role\" [class]=\"getClassNames()\">\n <g [attr.clip-path]=\"pathId\">\n <path\n d=\"M13.9718 5.36453C13.9398 5.26298 13.8798 5.17252 13.7986 5.10356C13.7175 5.0346 13.6186 4.98994 13.5132 4.97472L9.37043 4.37088L7.51307 0.617955C7.46021 0.529271 7.38522 0.455834 7.29545 0.404836C7.20568 0.353838 7.1042 0.327026 7.00096 0.327026C6.89771 0.327026 6.79624 0.353838 6.70647 0.404836C6.6167 0.455834 6.54171 0.529271 6.48885 0.617955L4.63149 4.37088L0.488746 4.97472C0.383363 4.98994 0.284416 5.0346 0.203286 5.10356C0.122157 5.17252 0.0621407 5.26298 0.03014 5.36453C-0.00402286 5.46571 -0.00924428 5.57442 0.0150645 5.67841C0.0393733 5.7824 0.0922457 5.87753 0.167722 5.95308L3.17924 8.87287L2.4684 13.0003C2.45038 13.1066 2.46229 13.2158 2.50278 13.3157C2.54328 13.4156 2.61077 13.5022 2.6977 13.5659C2.78477 13.628 2.88746 13.6644 2.99416 13.6712C3.10087 13.678 3.20733 13.6547 3.30153 13.6042L7.00096 11.6551L10.708 13.6042C10.79 13.6491 10.882 13.6728 10.9755 13.673C11.0958 13.6716 11.2129 13.6343 11.3119 13.5659C11.3988 13.5022 11.4663 13.4156 11.5068 13.3157C11.5473 13.2158 11.5592 13.1066 11.5412 13.0003L10.8227 8.87287L13.8266 5.95308C13.9033 5.87835 13.9577 5.7836 13.9833 5.67957C14.009 5.57554 14.005 5.4664 13.9718 5.36453Z\"\n fill=\"currentColor\"\n />\n </g>\n <defs>\n <clipPath [id]=\"pathId\">\n <rect width=\"14\" height=\"14\" fill=\"white\" />\n </clipPath>\n </defs>\n </svg>\n `\n})\nexport class StarFillIcon extends BaseIcon {\n pathId: string;\n\n ngOnInit() {\n this.pathId = 'url(#' + UniqueComponentId() + ')';\n }\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":[],"mappings":";;;;;AAIA,MAoBa,YAAa,SAAQ,QAAQ,CAAA;AACtC,IAAA,MAAM,CAAS;IAEf,QAAQ,GAAA;QACJ,IAAI,CAAC,MAAM,GAAG,OAAO,GAAG,iBAAiB,EAAE,GAAG,GAAG,CAAC;KACrD;uGALQ,YAAY,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAZ,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,YAAY,EAhBX,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,cAAA,EAAA,eAAA,EAAA,IAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAAA,CAAA;;;;;;;;;;;;;;AAcT,IAAA,CAAA,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;2FAEQ,YAAY,EAAA,UAAA,EAAA,CAAA;kBApBxB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,cAAc;AACxB,oBAAA,UAAU,EAAE,IAAI;oBAChB,OAAO,EAAE,CAAC,QAAQ,CAAC;AACnB,oBAAA,QAAQ,EAAE,CAAA;;;;;;;;;;;;;;AAcT,IAAA,CAAA;AACJ,iBAAA,CAAA;;;ACvBD;;AAEG;;;;"}
|
@@ -1,12 +1,17 @@
|
|
1
1
|
import * as i0 from '@angular/core';
|
2
2
|
import { Component } from '@angular/core';
|
3
3
|
import { BaseIcon } from 'primeng/baseicon';
|
4
|
+
import { UniqueComponentId } from 'primeng/utils';
|
4
5
|
|
5
6
|
class ThLargeIcon extends BaseIcon {
|
7
|
+
pathId;
|
8
|
+
ngOnInit() {
|
9
|
+
this.pathId = 'url(#' + UniqueComponentId() + ')';
|
10
|
+
}
|
6
11
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: ThLargeIcon, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
7
12
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.2", type: ThLargeIcon, isStandalone: true, selector: "ThLargeIcon", usesInheritance: true, ngImport: i0, template: `
|
8
13
|
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.aria-label]="ariaLabel" [attr.aria-hidden]="ariaHidden" [attr.role]="role" [class]="getClassNames()">
|
9
|
-
<g clip-path="
|
14
|
+
<g [attr.clip-path]="pathId">
|
10
15
|
<path
|
11
16
|
fill-rule="evenodd"
|
12
17
|
clip-rule="evenodd"
|
@@ -15,7 +20,7 @@ class ThLargeIcon extends BaseIcon {
|
|
15
20
|
/>
|
16
21
|
</g>
|
17
22
|
<defs>
|
18
|
-
<clipPath id="
|
23
|
+
<clipPath [id]="pathId">
|
19
24
|
<rect width="14" height="14" fill="white" />
|
20
25
|
</clipPath>
|
21
26
|
</defs>
|
@@ -30,7 +35,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImpor
|
|
30
35
|
imports: [BaseIcon],
|
31
36
|
template: `
|
32
37
|
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.aria-label]="ariaLabel" [attr.aria-hidden]="ariaHidden" [attr.role]="role" [class]="getClassNames()">
|
33
|
-
<g clip-path="
|
38
|
+
<g [attr.clip-path]="pathId">
|
34
39
|
<path
|
35
40
|
fill-rule="evenodd"
|
36
41
|
clip-rule="evenodd"
|
@@ -39,7 +44,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImpor
|
|
39
44
|
/>
|
40
45
|
</g>
|
41
46
|
<defs>
|
42
|
-
<clipPath id="
|
47
|
+
<clipPath [id]="pathId">
|
43
48
|
<rect width="14" height="14" fill="white" />
|
44
49
|
</clipPath>
|
45
50
|
</defs>
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"primeng-icons-thlarge.mjs","sources":["../../src/app/components/icons/thlarge/thlarge.ts","../../src/app/components/icons/thlarge/primeng-icons-thlarge.ts"],"sourcesContent":["import { Component } from '@angular/core';\nimport { BaseIcon } from 'primeng/baseicon';\n\n@Component({\n selector: 'ThLargeIcon',\n standalone: true,\n imports: [BaseIcon],\n template: `\n <svg width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.aria-label]=\"ariaLabel\" [attr.aria-hidden]=\"ariaHidden\" [attr.role]=\"role\" [class]=\"getClassNames()\">\n <g clip-path=\"
|
1
|
+
{"version":3,"file":"primeng-icons-thlarge.mjs","sources":["../../src/app/components/icons/thlarge/thlarge.ts","../../src/app/components/icons/thlarge/primeng-icons-thlarge.ts"],"sourcesContent":["import { Component } from '@angular/core';\nimport { BaseIcon } from 'primeng/baseicon';\nimport { UniqueComponentId } from 'primeng/utils';\n\n@Component({\n selector: 'ThLargeIcon',\n standalone: true,\n imports: [BaseIcon],\n template: `\n <svg width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.aria-label]=\"ariaLabel\" [attr.aria-hidden]=\"ariaHidden\" [attr.role]=\"role\" [class]=\"getClassNames()\">\n <g [attr.clip-path]=\"pathId\">\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M1.90909 6.36364H4.45455C4.96087 6.36364 5.44645 6.1625 5.80448 5.80448C6.1625 5.44645 6.36364 4.96087 6.36364 4.45455V1.90909C6.36364 1.40277 6.1625 0.917184 5.80448 0.55916C5.44645 0.201136 4.96087 0 4.45455 0H1.90909C1.40277 0 0.917184 0.201136 0.55916 0.55916C0.201136 0.917184 0 1.40277 0 1.90909V4.45455C0 4.96087 0.201136 5.44645 0.55916 5.80448C0.917184 6.1625 1.40277 6.36364 1.90909 6.36364ZM1.46154 1.46154C1.58041 1.34268 1.741 1.27492 1.90909 1.27273H4.45455C4.62264 1.27492 4.78322 1.34268 4.90209 1.46154C5.02096 1.58041 5.08871 1.741 5.09091 1.90909V4.45455C5.08871 4.62264 5.02096 4.78322 4.90209 4.90209C4.78322 5.02096 4.62264 5.08871 4.45455 5.09091H1.90909C1.741 5.08871 1.58041 5.02096 1.46154 4.90209C1.34268 4.78322 1.27492 4.62264 1.27273 4.45455V1.90909C1.27492 1.741 1.34268 1.58041 1.46154 1.46154ZM1.90909 14H4.45455C4.96087 14 5.44645 13.7989 5.80448 13.4408C6.1625 13.0828 6.36364 12.5972 6.36364 12.0909V9.54544C6.36364 9.03912 6.1625 8.55354 5.80448 8.19551C5.44645 7.83749 4.96087 7.63635 4.45455 7.63635H1.90909C1.40277 7.63635 0.917184 7.83749 0.55916 8.19551C0.201136 8.55354 0 9.03912 0 9.54544V12.0909C0 12.5972 0.201136 13.0828 0.55916 13.4408C0.917184 13.7989 1.40277 14 1.90909 14ZM1.46154 9.0979C1.58041 8.97903 1.741 8.91128 1.90909 8.90908H4.45455C4.62264 8.91128 4.78322 8.97903 4.90209 9.0979C5.02096 9.21677 5.08871 9.37735 5.09091 9.54544V12.0909C5.08871 12.259 5.02096 12.4196 4.90209 12.5384C4.78322 12.6573 4.62264 12.7251 4.45455 12.7273H1.90909C1.741 12.7251 1.58041 12.6573 1.46154 12.5384C1.34268 12.4196 1.27492 12.259 1.27273 12.0909V9.54544C1.27492 9.37735 1.34268 9.21677 1.46154 9.0979ZM12.0909 6.36364H9.54544C9.03912 6.36364 8.55354 6.1625 8.19551 5.80448C7.83749 5.44645 7.63635 4.96087 7.63635 4.45455V1.90909C7.63635 1.40277 7.83749 0.917184 8.19551 0.55916C8.55354 0.201136 9.03912 0 9.54544 0H12.0909C12.5972 0 13.0828 0.201136 13.4408 0.55916C13.7989 0.917184 14 1.40277 14 1.90909V4.45455C14 4.96087 13.7989 5.44645 13.4408 5.80448C13.0828 6.1625 12.5972 6.36364 12.0909 6.36364ZM9.54544 1.27273C9.37735 1.27492 9.21677 1.34268 9.0979 1.46154C8.97903 1.58041 8.91128 1.741 8.90908 1.90909V4.45455C8.91128 4.62264 8.97903 4.78322 9.0979 4.90209C9.21677 5.02096 9.37735 5.08871 9.54544 5.09091H12.0909C12.259 5.08871 12.4196 5.02096 12.5384 4.90209C12.6573 4.78322 12.7251 4.62264 12.7273 4.45455V1.90909C12.7251 1.741 12.6573 1.58041 12.5384 1.46154C12.4196 1.34268 12.259 1.27492 12.0909 1.27273H9.54544ZM9.54544 14H12.0909C12.5972 14 13.0828 13.7989 13.4408 13.4408C13.7989 13.0828 14 12.5972 14 12.0909V9.54544C14 9.03912 13.7989 8.55354 13.4408 8.19551C13.0828 7.83749 12.5972 7.63635 12.0909 7.63635H9.54544C9.03912 7.63635 8.55354 7.83749 8.19551 8.19551C7.83749 8.55354 7.63635 9.03912 7.63635 9.54544V12.0909C7.63635 12.5972 7.83749 13.0828 8.19551 13.4408C8.55354 13.7989 9.03912 14 9.54544 14ZM9.0979 9.0979C9.21677 8.97903 9.37735 8.91128 9.54544 8.90908H12.0909C12.259 8.91128 12.4196 8.97903 12.5384 9.0979C12.6573 9.21677 12.7251 9.37735 12.7273 9.54544V12.0909C12.7251 12.259 12.6573 12.4196 12.5384 12.5384C12.4196 12.6573 12.259 12.7251 12.0909 12.7273H9.54544C9.37735 12.7251 9.21677 12.6573 9.0979 12.5384C8.97903 12.4196 8.91128 12.259 8.90908 12.0909V9.54544C8.91128 9.37735 8.97903 9.21677 9.0979 9.0979Z\"\n fill=\"currentColor\"\n />\n </g>\n <defs>\n <clipPath [id]=\"pathId\">\n <rect width=\"14\" height=\"14\" fill=\"white\" />\n </clipPath>\n </defs>\n </svg>\n `\n})\nexport class ThLargeIcon extends BaseIcon {\n pathId: string;\n\n ngOnInit() {\n this.pathId = 'url(#' + UniqueComponentId() + ')';\n }\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":[],"mappings":";;;;;AAIA,MAsBa,WAAY,SAAQ,QAAQ,CAAA;AACrC,IAAA,MAAM,CAAS;IAEf,QAAQ,GAAA;QACJ,IAAI,CAAC,MAAM,GAAG,OAAO,GAAG,iBAAiB,EAAE,GAAG,GAAG,CAAC;KACrD;uGALQ,WAAW,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAX,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,WAAW,EAlBV,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,aAAA,EAAA,eAAA,EAAA,IAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAAA,CAAA;;;;;;;;;;;;;;;;AAgBT,IAAA,CAAA,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;2FAEQ,WAAW,EAAA,UAAA,EAAA,CAAA;kBAtBvB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,aAAa;AACvB,oBAAA,UAAU,EAAE,IAAI;oBAChB,OAAO,EAAE,CAAC,QAAQ,CAAC;AACnB,oBAAA,QAAQ,EAAE,CAAA;;;;;;;;;;;;;;;;AAgBT,IAAA,CAAA;AACJ,iBAAA,CAAA;;;ACzBD;;AAEG;;;;"}
|
@@ -1,12 +1,17 @@
|
|
1
1
|
import * as i0 from '@angular/core';
|
2
2
|
import { Component } from '@angular/core';
|
3
3
|
import { BaseIcon } from 'primeng/baseicon';
|
4
|
+
import { UniqueComponentId } from 'primeng/utils';
|
4
5
|
|
5
6
|
class TimesCircleIcon extends BaseIcon {
|
7
|
+
pathId;
|
8
|
+
ngOnInit() {
|
9
|
+
this.pathId = 'url(#' + UniqueComponentId() + ')';
|
10
|
+
}
|
6
11
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: TimesCircleIcon, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
7
12
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.2", type: TimesCircleIcon, isStandalone: true, selector: "TimesCircleIcon", usesInheritance: true, ngImport: i0, template: `
|
8
13
|
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.aria-label]="ariaLabel" [attr.aria-hidden]="ariaHidden" [attr.role]="role" [class]="getClassNames()">
|
9
|
-
<g clip-path="
|
14
|
+
<g [attr.clip-path]="pathId">
|
10
15
|
<path
|
11
16
|
fill-rule="evenodd"
|
12
17
|
clip-rule="evenodd"
|
@@ -15,7 +20,7 @@ class TimesCircleIcon extends BaseIcon {
|
|
15
20
|
/>
|
16
21
|
</g>
|
17
22
|
<defs>
|
18
|
-
<clipPath id="
|
23
|
+
<clipPath [id]="pathId">
|
19
24
|
<rect width="14" height="14" fill="white" />
|
20
25
|
</clipPath>
|
21
26
|
</defs>
|
@@ -30,7 +35,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImpor
|
|
30
35
|
imports: [BaseIcon],
|
31
36
|
template: `
|
32
37
|
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.aria-label]="ariaLabel" [attr.aria-hidden]="ariaHidden" [attr.role]="role" [class]="getClassNames()">
|
33
|
-
<g clip-path="
|
38
|
+
<g [attr.clip-path]="pathId">
|
34
39
|
<path
|
35
40
|
fill-rule="evenodd"
|
36
41
|
clip-rule="evenodd"
|
@@ -39,7 +44,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImpor
|
|
39
44
|
/>
|
40
45
|
</g>
|
41
46
|
<defs>
|
42
|
-
<clipPath id="
|
47
|
+
<clipPath [id]="pathId">
|
43
48
|
<rect width="14" height="14" fill="white" />
|
44
49
|
</clipPath>
|
45
50
|
</defs>
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"primeng-icons-timescircle.mjs","sources":["../../src/app/components/icons/timescircle/timescircle.ts","../../src/app/components/icons/timescircle/primeng-icons-timescircle.ts"],"sourcesContent":["import { Component } from '@angular/core';\nimport { BaseIcon } from 'primeng/baseicon';\n\n@Component({\n selector: 'TimesCircleIcon',\n standalone: true,\n imports: [BaseIcon],\n template: `\n <svg width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.aria-label]=\"ariaLabel\" [attr.aria-hidden]=\"ariaHidden\" [attr.role]=\"role\" [class]=\"getClassNames()\">\n <g clip-path=\"
|
1
|
+
{"version":3,"file":"primeng-icons-timescircle.mjs","sources":["../../src/app/components/icons/timescircle/timescircle.ts","../../src/app/components/icons/timescircle/primeng-icons-timescircle.ts"],"sourcesContent":["import { Component } from '@angular/core';\nimport { BaseIcon } from 'primeng/baseicon';\nimport { UniqueComponentId } from 'primeng/utils';\n\n@Component({\n selector: 'TimesCircleIcon',\n standalone: true,\n imports: [BaseIcon],\n template: `\n <svg width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.aria-label]=\"ariaLabel\" [attr.aria-hidden]=\"ariaHidden\" [attr.role]=\"role\" [class]=\"getClassNames()\">\n <g [attr.clip-path]=\"pathId\">\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M7 14C5.61553 14 4.26215 13.5895 3.11101 12.8203C1.95987 12.0511 1.06266 10.9579 0.532846 9.67879C0.00303296 8.3997 -0.13559 6.99224 0.134506 5.63437C0.404603 4.2765 1.07129 3.02922 2.05026 2.05026C3.02922 1.07129 4.2765 0.404603 5.63437 0.134506C6.99224 -0.13559 8.3997 0.00303296 9.67879 0.532846C10.9579 1.06266 12.0511 1.95987 12.8203 3.11101C13.5895 4.26215 14 5.61553 14 7C14 8.85652 13.2625 10.637 11.9497 11.9497C10.637 13.2625 8.85652 14 7 14ZM7 1.16667C5.84628 1.16667 4.71846 1.50879 3.75918 2.14976C2.79989 2.79074 2.05222 3.70178 1.61071 4.76768C1.16919 5.83358 1.05367 7.00647 1.27876 8.13803C1.50384 9.26958 2.05941 10.309 2.87521 11.1248C3.69102 11.9406 4.73042 12.4962 5.86198 12.7212C6.99353 12.9463 8.16642 12.8308 9.23232 12.3893C10.2982 11.9478 11.2093 11.2001 11.8502 10.2408C12.4912 9.28154 12.8333 8.15373 12.8333 7C12.8333 5.45291 12.2188 3.96918 11.1248 2.87521C10.0308 1.78125 8.5471 1.16667 7 1.16667ZM4.66662 9.91668C4.58998 9.91704 4.51404 9.90209 4.44325 9.87271C4.37246 9.84333 4.30826 9.8001 4.2544 9.74557C4.14516 9.6362 4.0838 9.48793 4.0838 9.33335C4.0838 9.17876 4.14516 9.0305 4.2544 8.92113L6.17553 7L4.25443 5.07891C4.15139 4.96832 4.09529 4.82207 4.09796 4.67094C4.10063 4.51982 4.16185 4.37563 4.26872 4.26876C4.3756 4.16188 4.51979 4.10066 4.67091 4.09799C4.82204 4.09532 4.96829 4.15142 5.07887 4.25446L6.99997 6.17556L8.92106 4.25446C9.03164 4.15142 9.1779 4.09532 9.32903 4.09799C9.48015 4.10066 9.62434 4.16188 9.73121 4.26876C9.83809 4.37563 9.89931 4.51982 9.90198 4.67094C9.90464 4.82207 9.84855 4.96832 9.74551 5.07891L7.82441 7L9.74554 8.92113C9.85478 9.0305 9.91614 9.17876 9.91614 9.33335C9.91614 9.48793 9.85478 9.6362 9.74554 9.74557C9.69168 9.8001 9.62748 9.84333 9.55669 9.87271C9.4859 9.90209 9.40996 9.91704 9.33332 9.91668C9.25668 9.91704 9.18073 9.90209 9.10995 9.87271C9.03916 9.84333 8.97495 9.8001 8.9211 9.74557L6.99997 7.82444L5.07884 9.74557C5.02499 9.8001 4.96078 9.84333 4.88999 9.87271C4.81921 9.90209 4.74326 9.91704 4.66662 9.91668Z\"\n fill=\"currentColor\"\n />\n </g>\n <defs>\n <clipPath [id]=\"pathId\">\n <rect width=\"14\" height=\"14\" fill=\"white\" />\n </clipPath>\n </defs>\n </svg>\n `\n})\nexport class TimesCircleIcon extends BaseIcon {\n pathId: string;\n\n ngOnInit() {\n this.pathId = 'url(#' + UniqueComponentId() + ')';\n }\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":[],"mappings":";;;;;AAIA,MAsBa,eAAgB,SAAQ,QAAQ,CAAA;AACzC,IAAA,MAAM,CAAS;IAEf,QAAQ,GAAA;QACJ,IAAI,CAAC,MAAM,GAAG,OAAO,GAAG,iBAAiB,EAAE,GAAG,GAAG,CAAC;KACrD;uGALQ,eAAe,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAf,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,eAAe,EAlBd,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,iBAAA,EAAA,eAAA,EAAA,IAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAAA,CAAA;;;;;;;;;;;;;;;;AAgBT,IAAA,CAAA,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;2FAEQ,eAAe,EAAA,UAAA,EAAA,CAAA;kBAtB3B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,iBAAiB;AAC3B,oBAAA,UAAU,EAAE,IAAI;oBAChB,OAAO,EAAE,CAAC,QAAQ,CAAC;AACnB,oBAAA,QAAQ,EAAE,CAAA;;;;;;;;;;;;;;;;AAgBT,IAAA,CAAA;AACJ,iBAAA,CAAA;;;ACzBD;;AAEG;;;;"}
|
@@ -1,12 +1,17 @@
|
|
1
1
|
import * as i0 from '@angular/core';
|
2
2
|
import { Component } from '@angular/core';
|
3
3
|
import { BaseIcon } from 'primeng/baseicon';
|
4
|
+
import { UniqueComponentId } from 'primeng/utils';
|
4
5
|
|
5
6
|
class TrashIcon extends BaseIcon {
|
7
|
+
pathId;
|
8
|
+
ngOnInit() {
|
9
|
+
this.pathId = 'url(#' + UniqueComponentId() + ')';
|
10
|
+
}
|
6
11
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: TrashIcon, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
7
12
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.2", type: TrashIcon, isStandalone: true, selector: "TrashIcon", usesInheritance: true, ngImport: i0, template: `
|
8
13
|
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.aria-label]="ariaLabel" [attr.aria-hidden]="ariaHidden" [attr.role]="role" [class]="getClassNames()">
|
9
|
-
<g clip-path="
|
14
|
+
<g [attr.clip-path]="pathId">
|
10
15
|
<path
|
11
16
|
fill-rule="evenodd"
|
12
17
|
clip-rule="evenodd"
|
@@ -15,7 +20,7 @@ class TrashIcon extends BaseIcon {
|
|
15
20
|
/>
|
16
21
|
</g>
|
17
22
|
<defs>
|
18
|
-
<clipPath id="
|
23
|
+
<clipPath [id]="pathId">
|
19
24
|
<rect width="14" height="14" fill="white" />
|
20
25
|
</clipPath>
|
21
26
|
</defs>
|
@@ -30,7 +35,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImpor
|
|
30
35
|
imports: [BaseIcon],
|
31
36
|
template: `
|
32
37
|
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.aria-label]="ariaLabel" [attr.aria-hidden]="ariaHidden" [attr.role]="role" [class]="getClassNames()">
|
33
|
-
<g clip-path="
|
38
|
+
<g [attr.clip-path]="pathId">
|
34
39
|
<path
|
35
40
|
fill-rule="evenodd"
|
36
41
|
clip-rule="evenodd"
|
@@ -39,7 +44,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImpor
|
|
39
44
|
/>
|
40
45
|
</g>
|
41
46
|
<defs>
|
42
|
-
<clipPath id="
|
47
|
+
<clipPath [id]="pathId">
|
43
48
|
<rect width="14" height="14" fill="white" />
|
44
49
|
</clipPath>
|
45
50
|
</defs>
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"primeng-icons-trash.mjs","sources":["../../src/app/components/icons/trash/trash.ts","../../src/app/components/icons/trash/primeng-icons-trash.ts"],"sourcesContent":["import { Component } from '@angular/core';\nimport { BaseIcon } from 'primeng/baseicon';\n\n@Component({\n selector: 'TrashIcon',\n standalone: true,\n imports: [BaseIcon],\n template: `\n <svg width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.aria-label]=\"ariaLabel\" [attr.aria-hidden]=\"ariaHidden\" [attr.role]=\"role\" [class]=\"getClassNames()\">\n <g clip-path=\"
|
1
|
+
{"version":3,"file":"primeng-icons-trash.mjs","sources":["../../src/app/components/icons/trash/trash.ts","../../src/app/components/icons/trash/primeng-icons-trash.ts"],"sourcesContent":["import { Component } from '@angular/core';\nimport { BaseIcon } from 'primeng/baseicon';\nimport { UniqueComponentId } from 'primeng/utils';\n\n@Component({\n selector: 'TrashIcon',\n standalone: true,\n imports: [BaseIcon],\n template: `\n <svg width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.aria-label]=\"ariaLabel\" [attr.aria-hidden]=\"ariaHidden\" [attr.role]=\"role\" [class]=\"getClassNames()\">\n <g [attr.clip-path]=\"pathId\">\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M3.44802 13.9955H10.552C10.8056 14.0129 11.06 13.9797 11.3006 13.898C11.5412 13.8163 11.7632 13.6877 11.9537 13.5196C12.1442 13.3515 12.2995 13.1473 12.4104 12.9188C12.5213 12.6903 12.5858 12.442 12.6 12.1884V4.36041H13.4C13.5591 4.36041 13.7117 4.29722 13.8243 4.18476C13.9368 4.07229 14 3.91976 14 3.76071C14 3.60166 13.9368 3.44912 13.8243 3.33666C13.7117 3.22419 13.5591 3.16101 13.4 3.16101H12.0537C12.0203 3.1557 11.9863 3.15299 11.952 3.15299C11.9178 3.15299 11.8838 3.1557 11.8503 3.16101H11.2285C11.2421 3.10893 11.2487 3.05513 11.248 3.00106V1.80966C11.2171 1.30262 10.9871 0.828306 10.608 0.48989C10.229 0.151475 9.73159 -0.0236625 9.22402 0.00257442H4.77602C4.27251 -0.0171866 3.78126 0.160868 3.40746 0.498617C3.03365 0.836366 2.807 1.30697 2.77602 1.80966V3.00106C2.77602 3.0556 2.78346 3.10936 2.79776 3.16101H0.6C0.521207 3.16101 0.443185 3.17652 0.37039 3.20666C0.297595 3.2368 0.231451 3.28097 0.175736 3.33666C0.120021 3.39235 0.0758251 3.45846 0.0456722 3.53121C0.0155194 3.60397 0 3.68196 0 3.76071C0 3.83946 0.0155194 3.91744 0.0456722 3.9902C0.0758251 4.06296 0.120021 4.12907 0.175736 4.18476C0.231451 4.24045 0.297595 4.28462 0.37039 4.31476C0.443185 4.3449 0.521207 4.36041 0.6 4.36041H1.40002V12.1884C1.41426 12.442 1.47871 12.6903 1.58965 12.9188C1.7006 13.1473 1.85582 13.3515 2.04633 13.5196C2.23683 13.6877 2.45882 13.8163 2.69944 13.898C2.94005 13.9797 3.1945 14.0129 3.44802 13.9955ZM2.60002 4.36041H11.304V12.1884C11.304 12.5163 10.952 12.7961 10.504 12.7961H3.40002C2.97602 12.7961 2.60002 12.5163 2.60002 12.1884V4.36041ZM3.95429 3.16101C3.96859 3.10936 3.97602 3.0556 3.97602 3.00106V1.80966C3.97602 1.48183 4.33602 1.20197 4.77602 1.20197H9.24802C9.66403 1.20197 10.048 1.48183 10.048 1.80966V3.00106C10.0473 3.05515 10.054 3.10896 10.0678 3.16101H3.95429ZM5.57571 10.997C5.41731 10.995 5.26597 10.9311 5.15395 10.8191C5.04193 10.7071 4.97808 10.5558 4.97601 10.3973V6.77517C4.97601 6.61612 5.0392 6.46359 5.15166 6.35112C5.26413 6.23866 5.41666 6.17548 5.57571 6.17548C5.73476 6.17548 5.8873 6.23866 5.99976 6.35112C6.11223 6.46359 6.17541 6.61612 6.17541 6.77517V10.3894C6.17647 10.4688 6.16174 10.5476 6.13208 10.6213C6.10241 10.695 6.05841 10.762 6.00261 10.8186C5.94682 10.8751 5.88035 10.92 5.80707 10.9506C5.73378 10.9813 5.65514 10.9971 5.57571 10.997ZM7.99968 10.8214C8.11215 10.9339 8.26468 10.997 8.42373 10.997C8.58351 10.9949 8.73604 10.93 8.84828 10.8163C8.96052 10.7025 9.02345 10.5491 9.02343 10.3894V6.77517C9.02343 6.61612 8.96025 6.46359 8.84778 6.35112C8.73532 6.23866 8.58278 6.17548 8.42373 6.17548C8.26468 6.17548 8.11215 6.23866 7.99968 6.35112C7.88722 6.46359 7.82404 6.61612 7.82404 6.77517V10.3973C7.82404 10.5564 7.88722 10.7089 7.99968 10.8214Z\"\n fill=\"currentColor\"\n />\n </g>\n <defs>\n <clipPath [id]=\"pathId\">\n <rect width=\"14\" height=\"14\" fill=\"white\" />\n </clipPath>\n </defs>\n </svg>\n `\n})\nexport class TrashIcon extends BaseIcon {\n pathId: string;\n\n ngOnInit() {\n this.pathId = 'url(#' + UniqueComponentId() + ')';\n }\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":[],"mappings":";;;;;AAIA,MAsBa,SAAU,SAAQ,QAAQ,CAAA;AACnC,IAAA,MAAM,CAAS;IAEf,QAAQ,GAAA;QACJ,IAAI,CAAC,MAAM,GAAG,OAAO,GAAG,iBAAiB,EAAE,GAAG,GAAG,CAAC;KACrD;uGALQ,SAAS,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAT,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,SAAS,EAlBR,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,WAAA,EAAA,eAAA,EAAA,IAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAAA,CAAA;;;;;;;;;;;;;;;;AAgBT,IAAA,CAAA,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;2FAEQ,SAAS,EAAA,UAAA,EAAA,CAAA;kBAtBrB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,WAAW;AACrB,oBAAA,UAAU,EAAE,IAAI;oBAChB,OAAO,EAAE,CAAC,QAAQ,CAAC;AACnB,oBAAA,QAAQ,EAAE,CAAA;;;;;;;;;;;;;;;;AAgBT,IAAA,CAAA;AACJ,iBAAA,CAAA;;;ACzBD;;AAEG;;;;"}
|
@@ -1,12 +1,17 @@
|
|
1
1
|
import * as i0 from '@angular/core';
|
2
2
|
import { Component } from '@angular/core';
|
3
3
|
import { BaseIcon } from 'primeng/baseicon';
|
4
|
+
import { UniqueComponentId } from 'primeng/utils';
|
4
5
|
|
5
6
|
class UndoIcon extends BaseIcon {
|
7
|
+
pathId;
|
8
|
+
ngOnInit() {
|
9
|
+
this.pathId = 'url(#' + UniqueComponentId() + ')';
|
10
|
+
}
|
6
11
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: UndoIcon, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
7
12
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.2", type: UndoIcon, isStandalone: true, selector: "UndoIcon", usesInheritance: true, ngImport: i0, template: `
|
8
13
|
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.aria-label]="ariaLabel" [attr.aria-hidden]="ariaHidden" [attr.role]="role" [class]="getClassNames()">
|
9
|
-
<g clip-path="
|
14
|
+
<g [attr.clip-path]="pathId">
|
10
15
|
<path
|
11
16
|
fill-rule="evenodd"
|
12
17
|
clip-rule="evenodd"
|
@@ -15,7 +20,7 @@ class UndoIcon extends BaseIcon {
|
|
15
20
|
/>
|
16
21
|
</g>
|
17
22
|
<defs>
|
18
|
-
<clipPath id="
|
23
|
+
<clipPath [id]="pathId">
|
19
24
|
<rect width="14" height="14" fill="white" />
|
20
25
|
</clipPath>
|
21
26
|
</defs>
|
@@ -30,7 +35,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImpor
|
|
30
35
|
imports: [BaseIcon],
|
31
36
|
template: `
|
32
37
|
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.aria-label]="ariaLabel" [attr.aria-hidden]="ariaHidden" [attr.role]="role" [class]="getClassNames()">
|
33
|
-
<g clip-path="
|
38
|
+
<g [attr.clip-path]="pathId">
|
34
39
|
<path
|
35
40
|
fill-rule="evenodd"
|
36
41
|
clip-rule="evenodd"
|
@@ -39,7 +44,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImpor
|
|
39
44
|
/>
|
40
45
|
</g>
|
41
46
|
<defs>
|
42
|
-
<clipPath id="
|
47
|
+
<clipPath [id]="pathId">
|
43
48
|
<rect width="14" height="14" fill="white" />
|
44
49
|
</clipPath>
|
45
50
|
</defs>
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"primeng-icons-undo.mjs","sources":["../../src/app/components/icons/undo/undo.ts","../../src/app/components/icons/undo/primeng-icons-undo.ts"],"sourcesContent":["import { Component } from '@angular/core';\nimport { BaseIcon } from 'primeng/baseicon';\n\n@Component({\n selector: 'UndoIcon',\n standalone: true,\n imports: [BaseIcon],\n template: `\n <svg width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.aria-label]=\"ariaLabel\" [attr.aria-hidden]=\"ariaHidden\" [attr.role]=\"role\" [class]=\"getClassNames()\">\n <g clip-path=\"
|
1
|
+
{"version":3,"file":"primeng-icons-undo.mjs","sources":["../../src/app/components/icons/undo/undo.ts","../../src/app/components/icons/undo/primeng-icons-undo.ts"],"sourcesContent":["import { Component } from '@angular/core';\nimport { BaseIcon } from 'primeng/baseicon';\nimport { UniqueComponentId } from 'primeng/utils';\n\n@Component({\n selector: 'UndoIcon',\n standalone: true,\n imports: [BaseIcon],\n template: `\n <svg width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.aria-label]=\"ariaLabel\" [attr.aria-hidden]=\"ariaHidden\" [attr.role]=\"role\" [class]=\"getClassNames()\">\n <g [attr.clip-path]=\"pathId\">\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M6.77042 5.96336C6.84315 5.99355 6.92118 6.00891 6.99993 6.00854C7.07868 6.00891 7.15671 5.99355 7.22944 5.96336C7.30217 5.93317 7.36814 5.88876 7.42348 5.83273C7.53572 5.72035 7.59876 5.56801 7.59876 5.40918C7.59876 5.25035 7.53572 5.09802 7.42348 4.98564L6.04897 3.61113H6.99998C7.9088 3.61113 8.79722 3.88063 9.55288 4.38554C10.3085 4.89046 10.8975 5.60811 11.2453 6.44776C11.5931 7.2874 11.6841 8.21132 11.5068 9.10268C11.3295 9.99404 10.8918 10.8128 10.2492 11.4554C9.60657 12.0981 8.7878 12.5357 7.89644 12.713C7.00508 12.8903 6.08116 12.7993 5.24152 12.4515C4.40188 12.1037 3.68422 11.5148 3.17931 10.7591C2.67439 10.0035 2.4049 9.11504 2.4049 8.20622C2.4049 8.04726 2.34175 7.89481 2.22935 7.78241C2.11695 7.67001 1.9645 7.60686 1.80554 7.60686C1.64658 7.60686 1.49413 7.67001 1.38172 7.78241C1.26932 7.89481 1.20618 8.04726 1.20618 8.20622C1.20829 9.74218 1.81939 11.2146 2.90548 12.3007C3.99157 13.3868 5.46402 13.9979 6.99998 14C8.5366 14 10.0103 13.3896 11.0968 12.3031C12.1834 11.2165 12.7938 9.74283 12.7938 8.20622C12.7938 6.66961 12.1834 5.19593 11.0968 4.10938C10.0103 3.02283 8.5366 2.41241 6.99998 2.41241H6.04892L7.42348 1.03786C7.48236 0.982986 7.5296 0.916817 7.56235 0.843296C7.59511 0.769775 7.61273 0.690409 7.61415 0.609933C7.61557 0.529456 7.60076 0.449519 7.57062 0.374888C7.54047 0.300257 7.49561 0.232462 7.43869 0.175548C7.38178 0.118634 7.31398 0.0737664 7.23935 0.0436218C7.16472 0.0134773 7.08478 -0.00132663 7.00431 9.32772e-05C6.92383 0.00151319 6.84447 0.019128 6.77095 0.0518865C6.69742 0.0846451 6.63126 0.131876 6.57638 0.190763L4.17895 2.5882C4.06671 2.70058 4.00366 2.85292 4.00366 3.01175C4.00366 3.17058 4.06671 3.32291 4.17895 3.43529L6.57638 5.83273C6.63172 5.88876 6.69769 5.93317 6.77042 5.96336Z\"\n fill=\"currentColor\"\n />\n </g>\n <defs>\n <clipPath [id]=\"pathId\">\n <rect width=\"14\" height=\"14\" fill=\"white\" />\n </clipPath>\n </defs>\n </svg>\n `\n})\nexport class UndoIcon extends BaseIcon {\n pathId: string;\n\n ngOnInit() {\n this.pathId = 'url(#' + UniqueComponentId() + ')';\n }\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":[],"mappings":";;;;;AAIA,MAsBa,QAAS,SAAQ,QAAQ,CAAA;AAClC,IAAA,MAAM,CAAS;IAEf,QAAQ,GAAA;QACJ,IAAI,CAAC,MAAM,GAAG,OAAO,GAAG,iBAAiB,EAAE,GAAG,GAAG,CAAC;KACrD;uGALQ,QAAQ,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAR,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,QAAQ,EAlBP,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,UAAA,EAAA,eAAA,EAAA,IAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAAA,CAAA;;;;;;;;;;;;;;;;AAgBT,IAAA,CAAA,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;2FAEQ,QAAQ,EAAA,UAAA,EAAA,CAAA;kBAtBpB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,UAAU;AACpB,oBAAA,UAAU,EAAE,IAAI;oBAChB,OAAO,EAAE,CAAC,QAAQ,CAAC;AACnB,oBAAA,QAAQ,EAAE,CAAA;;;;;;;;;;;;;;;;AAgBT,IAAA,CAAA;AACJ,iBAAA,CAAA;;;ACzBD;;AAEG;;;;"}
|
@@ -1,12 +1,17 @@
|
|
1
1
|
import * as i0 from '@angular/core';
|
2
2
|
import { Component } from '@angular/core';
|
3
3
|
import { BaseIcon } from 'primeng/baseicon';
|
4
|
+
import { UniqueComponentId } from 'primeng/utils';
|
4
5
|
|
5
6
|
class UploadIcon extends BaseIcon {
|
7
|
+
pathId;
|
8
|
+
ngOnInit() {
|
9
|
+
this.pathId = 'url(#' + UniqueComponentId() + ')';
|
10
|
+
}
|
6
11
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: UploadIcon, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
7
12
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.2", type: UploadIcon, isStandalone: true, selector: "UploadIcon", usesInheritance: true, ngImport: i0, template: `
|
8
13
|
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.aria-label]="ariaLabel" [attr.aria-hidden]="ariaHidden" [attr.role]="role" [class]="getClassNames()">
|
9
|
-
<g clip-path="
|
14
|
+
<g [attr.clip-path]="pathId">
|
10
15
|
<path
|
11
16
|
fill-rule="evenodd"
|
12
17
|
clip-rule="evenodd"
|
@@ -15,7 +20,7 @@ class UploadIcon extends BaseIcon {
|
|
15
20
|
/>
|
16
21
|
</g>
|
17
22
|
<defs>
|
18
|
-
<clipPath id="
|
23
|
+
<clipPath [id]="pathId">
|
19
24
|
<rect width="14" height="14" fill="white" />
|
20
25
|
</clipPath>
|
21
26
|
</defs>
|
@@ -30,7 +35,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImpor
|
|
30
35
|
imports: [BaseIcon],
|
31
36
|
template: `
|
32
37
|
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.aria-label]="ariaLabel" [attr.aria-hidden]="ariaHidden" [attr.role]="role" [class]="getClassNames()">
|
33
|
-
<g clip-path="
|
38
|
+
<g [attr.clip-path]="pathId">
|
34
39
|
<path
|
35
40
|
fill-rule="evenodd"
|
36
41
|
clip-rule="evenodd"
|
@@ -39,7 +44,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImpor
|
|
39
44
|
/>
|
40
45
|
</g>
|
41
46
|
<defs>
|
42
|
-
<clipPath id="
|
47
|
+
<clipPath [id]="pathId">
|
43
48
|
<rect width="14" height="14" fill="white" />
|
44
49
|
</clipPath>
|
45
50
|
</defs>
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"primeng-icons-upload.mjs","sources":["../../src/app/components/icons/upload/upload.ts","../../src/app/components/icons/upload/primeng-icons-upload.ts"],"sourcesContent":["import { Component } from '@angular/core';\nimport { BaseIcon } from 'primeng/baseicon';\n\n@Component({\n selector: 'UploadIcon',\n standalone: true,\n imports: [BaseIcon],\n template: `\n <svg width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.aria-label]=\"ariaLabel\" [attr.aria-hidden]=\"ariaHidden\" [attr.role]=\"role\" [class]=\"getClassNames()\">\n <g clip-path=\"
|
1
|
+
{"version":3,"file":"primeng-icons-upload.mjs","sources":["../../src/app/components/icons/upload/upload.ts","../../src/app/components/icons/upload/primeng-icons-upload.ts"],"sourcesContent":["import { Component } from '@angular/core';\nimport { BaseIcon } from 'primeng/baseicon';\nimport { UniqueComponentId } from 'primeng/utils';\n\n@Component({\n selector: 'UploadIcon',\n standalone: true,\n imports: [BaseIcon],\n template: `\n <svg width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.aria-label]=\"ariaLabel\" [attr.aria-hidden]=\"ariaHidden\" [attr.role]=\"role\" [class]=\"getClassNames()\">\n <g [attr.clip-path]=\"pathId\">\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M6.58942 9.82197C6.70165 9.93405 6.85328 9.99793 7.012 10C7.17071 9.99793 7.32234 9.93405 7.43458 9.82197C7.54681 9.7099 7.61079 9.55849 7.61286 9.4V2.04798L9.79204 4.22402C9.84752 4.28011 9.91365 4.32457 9.98657 4.35479C10.0595 4.38502 10.1377 4.40039 10.2167 4.40002C10.2956 4.40039 10.3738 4.38502 10.4467 4.35479C10.5197 4.32457 10.5858 4.28011 10.6413 4.22402C10.7538 4.11152 10.817 3.95902 10.817 3.80002C10.817 3.64102 10.7538 3.48852 10.6413 3.37602L7.45127 0.190618C7.44656 0.185584 7.44176 0.180622 7.43687 0.175736C7.32419 0.063214 7.17136 0 7.012 0C6.85264 0 6.69981 0.063214 6.58712 0.175736C6.58181 0.181045 6.5766 0.186443 6.5715 0.191927L3.38282 3.37602C3.27669 3.48976 3.2189 3.6402 3.22165 3.79564C3.2244 3.95108 3.28746 4.09939 3.39755 4.20932C3.50764 4.31925 3.65616 4.38222 3.81182 4.38496C3.96749 4.3877 4.11814 4.33001 4.23204 4.22402L6.41113 2.04807V9.4C6.41321 9.55849 6.47718 9.7099 6.58942 9.82197ZM11.9952 14H2.02883C1.751 13.9887 1.47813 13.9228 1.22584 13.8061C0.973545 13.6894 0.746779 13.5241 0.558517 13.3197C0.370254 13.1154 0.22419 12.876 0.128681 12.6152C0.0331723 12.3545 -0.00990605 12.0775 0.0019109 11.8V9.40005C0.0019109 9.24092 0.065216 9.08831 0.1779 8.97579C0.290584 8.86326 0.443416 8.80005 0.602775 8.80005C0.762134 8.80005 0.914966 8.86326 1.02765 8.97579C1.14033 9.08831 1.20364 9.24092 1.20364 9.40005V11.8C1.18295 12.0376 1.25463 12.274 1.40379 12.4602C1.55296 12.6463 1.76817 12.7681 2.00479 12.8H11.9952C12.2318 12.7681 12.447 12.6463 12.5962 12.4602C12.7453 12.274 12.817 12.0376 12.7963 11.8V9.40005C12.7963 9.24092 12.8596 9.08831 12.9723 8.97579C13.085 8.86326 13.2378 8.80005 13.3972 8.80005C13.5565 8.80005 13.7094 8.86326 13.8221 8.97579C13.9347 9.08831 13.998 9.24092 13.998 9.40005V11.8C14.022 12.3563 13.8251 12.8996 13.45 13.3116C13.0749 13.7236 12.552 13.971 11.9952 14Z\"\n fill=\"currentColor\"\n />\n </g>\n <defs>\n <clipPath [id]=\"pathId\">\n <rect width=\"14\" height=\"14\" fill=\"white\" />\n </clipPath>\n </defs>\n </svg>\n `\n})\nexport class UploadIcon extends BaseIcon {\n pathId: string;\n\n ngOnInit() {\n this.pathId = 'url(#' + UniqueComponentId() + ')';\n }\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":[],"mappings":";;;;;AAIA,MAsBa,UAAW,SAAQ,QAAQ,CAAA;AACpC,IAAA,MAAM,CAAS;IAEf,QAAQ,GAAA;QACJ,IAAI,CAAC,MAAM,GAAG,OAAO,GAAG,iBAAiB,EAAE,GAAG,GAAG,CAAC;KACrD;uGALQ,UAAU,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAV,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAU,EAlBT,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,YAAA,EAAA,eAAA,EAAA,IAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAAA,CAAA;;;;;;;;;;;;;;;;AAgBT,IAAA,CAAA,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;;2FAEQ,UAAU,EAAA,UAAA,EAAA,CAAA;kBAtBtB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,YAAY;AACtB,oBAAA,UAAU,EAAE,IAAI;oBAChB,OAAO,EAAE,CAAC,QAAQ,CAAC;AACnB,oBAAA,QAAQ,EAAE,CAAA;;;;;;;;;;;;;;;;AAgBT,IAAA,CAAA;AACJ,iBAAA,CAAA;;;ACzBD;;AAEG;;;;"}
|