primevue 3.46.0 → 3.47.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/api/api.cjs.js +6 -6
- package/api/api.cjs.min.js +1 -1
- package/api/api.esm.js +6 -6
- package/api/api.esm.min.js +1 -1
- package/api/api.js +6 -6
- package/api/api.min.js +1 -1
- package/autocomplete/AutoComplete.d.ts +6 -1
- package/autocomplete/AutoComplete.vue +24 -15
- package/autocomplete/BaseAutoComplete.vue +5 -1
- package/autocomplete/autocomplete.cjs.js +29 -18
- package/autocomplete/autocomplete.cjs.min.js +1 -1
- package/autocomplete/autocomplete.esm.js +29 -18
- package/autocomplete/autocomplete.esm.min.js +1 -1
- package/autocomplete/autocomplete.js +29 -18
- package/autocomplete/autocomplete.min.js +1 -1
- package/basecomponent/basecomponent.cjs.js +1 -3
- package/basecomponent/basecomponent.cjs.min.js +1 -1
- package/basecomponent/basecomponent.esm.js +1 -3
- package/basecomponent/basecomponent.esm.min.js +1 -1
- package/basecomponent/basecomponent.js +1 -3
- package/basecomponent/basecomponent.min.js +1 -1
- package/basecomponent/style/basecomponentstyle.cjs.js +1 -3
- package/basecomponent/style/basecomponentstyle.cjs.min.js +1 -1
- package/basecomponent/style/basecomponentstyle.esm.js +1 -3
- package/basecomponent/style/basecomponentstyle.esm.min.js +1 -1
- package/basecomponent/style/basecomponentstyle.js +1 -3
- package/basecomponent/style/basecomponentstyle.min.js +1 -1
- package/basedirective/basedirective.cjs.js +11 -2
- package/basedirective/basedirective.cjs.min.js +1 -1
- package/basedirective/basedirective.esm.js +11 -2
- package/basedirective/basedirective.esm.min.js +1 -1
- package/basedirective/basedirective.js +11 -2
- package/basedirective/basedirective.min.js +1 -1
- package/baseicon/BaseIcon.vue +6 -1
- package/baseicon/baseicon.cjs.js +5 -0
- package/baseicon/baseicon.cjs.min.js +1 -1
- package/baseicon/baseicon.esm.js +6 -1
- package/baseicon/baseicon.esm.min.js +1 -1
- package/baseicon/baseicon.js +5 -0
- package/baseicon/baseicon.min.js +1 -1
- package/calendar/Calendar.d.ts +53 -2
- package/calendar/Calendar.vue +12 -0
- package/calendar/calendar.cjs.js +12 -0
- package/calendar/calendar.cjs.min.js +1 -1
- package/calendar/calendar.esm.js +12 -0
- package/calendar/calendar.esm.min.js +1 -1
- package/calendar/calendar.js +12 -0
- package/calendar/calendar.min.js +1 -1
- package/cascadeselect/BaseCascadeSelect.vue +5 -1
- package/cascadeselect/CascadeSelect.d.ts +6 -1
- package/cascadeselect/CascadeSelect.vue +56 -35
- package/cascadeselect/CascadeSelectSub.vue +9 -2
- package/cascadeselect/cascadeselect.cjs.js +99 -52
- package/cascadeselect/cascadeselect.cjs.min.js +1 -1
- package/cascadeselect/cascadeselect.esm.js +99 -52
- package/cascadeselect/cascadeselect.esm.min.js +1 -1
- package/cascadeselect/cascadeselect.js +99 -52
- package/cascadeselect/cascadeselect.min.js +1 -1
- package/checkbox/BaseCheckbox.vue +0 -4
- package/checkbox/Checkbox.d.ts +17 -34
- package/checkbox/Checkbox.vue +24 -35
- package/checkbox/checkbox.cjs.js +21 -49
- package/checkbox/checkbox.cjs.min.js +1 -1
- package/checkbox/checkbox.esm.js +21 -49
- package/checkbox/checkbox.esm.min.js +1 -1
- package/checkbox/checkbox.js +21 -49
- package/checkbox/checkbox.min.js +1 -1
- package/checkbox/style/checkboxstyle.cjs.js +5 -11
- package/checkbox/style/checkboxstyle.cjs.min.js +1 -1
- package/checkbox/style/checkboxstyle.esm.js +5 -11
- package/checkbox/style/checkboxstyle.esm.min.js +1 -1
- package/checkbox/style/checkboxstyle.js +5 -11
- package/checkbox/style/checkboxstyle.min.js +1 -1
- package/chips/Chips.vue +2 -1
- package/chips/chips.cjs.js +2 -1
- package/chips/chips.cjs.min.js +1 -1
- package/chips/chips.esm.js +2 -1
- package/chips/chips.esm.min.js +1 -1
- package/chips/chips.js +2 -1
- package/chips/chips.min.js +1 -1
- package/column/Column.d.ts +11 -44
- package/confirmpopup/ConfirmPopup.vue +1 -1
- package/confirmpopup/confirmpopup.cjs.js +1 -1
- package/confirmpopup/confirmpopup.cjs.min.js +1 -1
- package/confirmpopup/confirmpopup.esm.js +1 -1
- package/confirmpopup/confirmpopup.esm.min.js +1 -1
- package/confirmpopup/confirmpopup.js +1 -1
- package/confirmpopup/confirmpopup.min.js +1 -1
- package/contextmenu/ContextMenu.vue +8 -8
- package/contextmenu/contextmenu.cjs.js +7 -6
- package/contextmenu/contextmenu.cjs.min.js +1 -1
- package/contextmenu/contextmenu.esm.js +7 -6
- package/contextmenu/contextmenu.esm.min.js +1 -1
- package/contextmenu/contextmenu.js +7 -6
- package/contextmenu/contextmenu.min.js +1 -1
- package/core/core.js +918 -628
- package/core/core.min.js +63 -55
- package/datatable/BaseDataTable.vue +4 -0
- package/datatable/BodyCell.vue +11 -1
- package/datatable/BodyRow.vue +5 -2
- package/datatable/ColumnFilter.vue +5 -2
- package/datatable/DataTable.d.ts +5 -0
- package/datatable/DataTable.vue +2 -2
- package/datatable/HeaderCell.vue +2 -1
- package/datatable/HeaderCheckbox.vue +14 -42
- package/datatable/RowCheckbox.vue +10 -52
- package/datatable/RowRadioButton.vue +11 -32
- package/datatable/TableHeader.vue +3 -1
- package/datatable/datatable.cjs.js +110 -193
- package/datatable/datatable.cjs.min.js +1 -1
- package/datatable/datatable.esm.js +109 -194
- package/datatable/datatable.esm.min.js +1 -1
- package/datatable/datatable.js +110 -195
- package/datatable/datatable.min.js +1 -1
- package/datatable/style/datatablestyle.cjs.js +23 -72
- package/datatable/style/datatablestyle.cjs.min.js +1 -1
- package/datatable/style/datatablestyle.esm.js +23 -72
- package/datatable/style/datatablestyle.esm.min.js +1 -1
- package/datatable/style/datatablestyle.js +23 -72
- package/datatable/style/datatablestyle.min.js +1 -1
- package/dialog/style/dialogstyle.cjs.js +1 -1
- package/dialog/style/dialogstyle.cjs.min.js +1 -1
- package/dialog/style/dialogstyle.esm.js +1 -1
- package/dialog/style/dialogstyle.esm.min.js +1 -1
- package/dialog/style/dialogstyle.js +1 -1
- package/dialog/style/dialogstyle.min.js +1 -1
- package/dropdown/BaseDropdown.vue +17 -1
- package/dropdown/Dropdown.d.ts +37 -1
- package/dropdown/Dropdown.vue +68 -40
- package/dropdown/dropdown.cjs.js +95 -45
- package/dropdown/dropdown.cjs.min.js +1 -1
- package/dropdown/dropdown.esm.js +93 -45
- package/dropdown/dropdown.esm.min.js +1 -1
- package/dropdown/dropdown.js +95 -47
- package/dropdown/dropdown.min.js +1 -1
- package/dropdown/style/dropdownstyle.cjs.js +7 -2
- package/dropdown/style/dropdownstyle.cjs.min.js +1 -1
- package/dropdown/style/dropdownstyle.esm.js +7 -2
- package/dropdown/style/dropdownstyle.esm.min.js +1 -1
- package/dropdown/style/dropdownstyle.js +7 -2
- package/dropdown/style/dropdownstyle.min.js +1 -1
- package/focustrap/focustrap.cjs.js +15 -2
- package/focustrap/focustrap.cjs.min.js +1 -1
- package/focustrap/focustrap.esm.js +15 -2
- package/focustrap/focustrap.esm.min.js +1 -1
- package/focustrap/focustrap.js +15 -2
- package/focustrap/focustrap.min.js +1 -1
- package/icons/arrowdown/index.cjs.js +3 -9
- package/icons/arrowdown/index.cjs.min.js +1 -1
- package/icons/arrowdown/index.esm.js +3 -9
- package/icons/arrowdown/index.esm.min.js +1 -1
- package/icons/arrowdown/index.js +5 -10
- package/icons/arrowdown/index.min.js +1 -1
- package/icons/arrowdown/index.vue +1 -7
- package/icons/arrowup/index.cjs.js +3 -9
- package/icons/arrowup/index.cjs.min.js +1 -1
- package/icons/arrowup/index.esm.js +3 -9
- package/icons/arrowup/index.esm.min.js +1 -1
- package/icons/arrowup/index.js +5 -10
- package/icons/arrowup/index.min.js +1 -1
- package/icons/arrowup/index.vue +1 -7
- package/icons/ban/index.cjs.js +3 -9
- package/icons/ban/index.cjs.min.js +1 -1
- package/icons/ban/index.esm.js +3 -9
- package/icons/ban/index.esm.min.js +1 -1
- package/icons/ban/index.js +5 -10
- package/icons/ban/index.min.js +1 -1
- package/icons/ban/index.vue +1 -7
- package/icons/blank/index.cjs.js +34 -0
- package/icons/blank/index.cjs.min.js +1 -0
- package/icons/blank/index.d.ts +12 -0
- package/icons/blank/index.esm.js +28 -0
- package/icons/blank/index.esm.min.js +1 -0
- package/icons/blank/index.js +36 -0
- package/icons/blank/index.min.js +1 -0
- package/icons/blank/index.vue +13 -0
- package/icons/blank/package.json +9 -0
- package/icons/exclamationtriangle/index.cjs.js +3 -9
- package/icons/exclamationtriangle/index.cjs.min.js +1 -1
- package/icons/exclamationtriangle/index.esm.js +3 -9
- package/icons/exclamationtriangle/index.esm.min.js +1 -1
- package/icons/exclamationtriangle/index.js +5 -10
- package/icons/exclamationtriangle/index.min.js +1 -1
- package/icons/exclamationtriangle/index.vue +1 -7
- package/icons/eyeslash/index.cjs.js +3 -9
- package/icons/eyeslash/index.cjs.min.js +1 -1
- package/icons/eyeslash/index.esm.js +3 -9
- package/icons/eyeslash/index.esm.min.js +1 -1
- package/icons/eyeslash/index.js +5 -10
- package/icons/eyeslash/index.min.js +1 -1
- package/icons/eyeslash/index.vue +1 -7
- package/icons/filter/index.cjs.js +3 -9
- package/icons/filter/index.cjs.min.js +1 -1
- package/icons/filter/index.esm.js +3 -9
- package/icons/filter/index.esm.min.js +1 -1
- package/icons/filter/index.js +5 -10
- package/icons/filter/index.min.js +1 -1
- package/icons/filter/index.vue +1 -7
- package/icons/filterslash/index.cjs.js +3 -9
- package/icons/filterslash/index.cjs.min.js +1 -1
- package/icons/filterslash/index.esm.js +3 -9
- package/icons/filterslash/index.esm.min.js +1 -1
- package/icons/filterslash/index.js +5 -10
- package/icons/filterslash/index.min.js +1 -1
- package/icons/filterslash/index.vue +1 -7
- package/icons/infocircle/index.cjs.js +3 -9
- package/icons/infocircle/index.cjs.min.js +1 -1
- package/icons/infocircle/index.esm.js +3 -9
- package/icons/infocircle/index.esm.min.js +1 -1
- package/icons/infocircle/index.js +5 -10
- package/icons/infocircle/index.min.js +1 -1
- package/icons/infocircle/index.vue +1 -7
- package/icons/pencil/index.cjs.js +3 -9
- package/icons/pencil/index.cjs.min.js +1 -1
- package/icons/pencil/index.esm.js +3 -9
- package/icons/pencil/index.esm.min.js +1 -1
- package/icons/pencil/index.js +5 -10
- package/icons/pencil/index.min.js +1 -1
- package/icons/pencil/index.vue +1 -7
- package/icons/plus/index.cjs.js +3 -9
- package/icons/plus/index.cjs.min.js +1 -1
- package/icons/plus/index.esm.js +3 -9
- package/icons/plus/index.esm.min.js +1 -1
- package/icons/plus/index.js +5 -10
- package/icons/plus/index.min.js +1 -1
- package/icons/plus/index.vue +1 -7
- package/icons/refresh/index.cjs.js +3 -9
- package/icons/refresh/index.cjs.min.js +1 -1
- package/icons/refresh/index.esm.js +3 -9
- package/icons/refresh/index.esm.min.js +1 -1
- package/icons/refresh/index.js +5 -10
- package/icons/refresh/index.min.js +1 -1
- package/icons/refresh/index.vue +1 -7
- package/icons/search/index.cjs.js +3 -9
- package/icons/search/index.cjs.min.js +1 -1
- package/icons/search/index.esm.js +3 -9
- package/icons/search/index.esm.min.js +1 -1
- package/icons/search/index.js +5 -10
- package/icons/search/index.min.js +1 -1
- package/icons/search/index.vue +1 -7
- package/icons/searchminus/index.cjs.js +3 -9
- package/icons/searchminus/index.cjs.min.js +1 -1
- package/icons/searchminus/index.esm.js +3 -9
- package/icons/searchminus/index.esm.min.js +1 -1
- package/icons/searchminus/index.js +5 -10
- package/icons/searchminus/index.min.js +1 -1
- package/icons/searchminus/index.vue +1 -7
- package/icons/searchplus/index.cjs.js +3 -9
- package/icons/searchplus/index.cjs.min.js +1 -1
- package/icons/searchplus/index.esm.js +3 -9
- package/icons/searchplus/index.esm.min.js +1 -1
- package/icons/searchplus/index.js +5 -10
- package/icons/searchplus/index.min.js +1 -1
- package/icons/searchplus/index.vue +1 -7
- package/icons/sortalt/index.cjs.js +3 -9
- package/icons/sortalt/index.cjs.min.js +1 -1
- package/icons/sortalt/index.esm.js +3 -9
- package/icons/sortalt/index.esm.min.js +1 -1
- package/icons/sortalt/index.js +5 -10
- package/icons/sortalt/index.min.js +1 -1
- package/icons/sortalt/index.vue +1 -7
- package/icons/sortamountdown/index.cjs.js +3 -9
- package/icons/sortamountdown/index.cjs.min.js +1 -1
- package/icons/sortamountdown/index.esm.js +3 -9
- package/icons/sortamountdown/index.esm.min.js +1 -1
- package/icons/sortamountdown/index.js +5 -10
- package/icons/sortamountdown/index.min.js +1 -1
- package/icons/sortamountdown/index.vue +1 -7
- package/icons/sortamountupalt/index.cjs.js +3 -9
- package/icons/sortamountupalt/index.cjs.min.js +1 -1
- package/icons/sortamountupalt/index.esm.js +3 -9
- package/icons/sortamountupalt/index.esm.min.js +1 -1
- package/icons/sortamountupalt/index.js +5 -10
- package/icons/sortamountupalt/index.min.js +1 -1
- package/icons/sortamountupalt/index.vue +1 -7
- package/icons/spinner/index.cjs.js +3 -9
- package/icons/spinner/index.cjs.min.js +1 -1
- package/icons/spinner/index.esm.js +3 -9
- package/icons/spinner/index.esm.min.js +1 -1
- package/icons/spinner/index.js +5 -10
- package/icons/spinner/index.min.js +1 -1
- package/icons/spinner/index.vue +1 -7
- package/icons/star/index.cjs.js +3 -9
- package/icons/star/index.cjs.min.js +1 -1
- package/icons/star/index.esm.js +3 -9
- package/icons/star/index.esm.min.js +1 -1
- package/icons/star/index.js +5 -10
- package/icons/star/index.min.js +1 -1
- package/icons/star/index.vue +1 -7
- package/icons/starfill/index.cjs.js +3 -9
- package/icons/starfill/index.cjs.min.js +1 -1
- package/icons/starfill/index.esm.js +3 -9
- package/icons/starfill/index.esm.min.js +1 -1
- package/icons/starfill/index.js +5 -10
- package/icons/starfill/index.min.js +1 -1
- package/icons/starfill/index.vue +1 -7
- package/icons/thlarge/index.cjs.js +3 -9
- package/icons/thlarge/index.cjs.min.js +1 -1
- package/icons/thlarge/index.esm.js +3 -9
- package/icons/thlarge/index.esm.min.js +1 -1
- package/icons/thlarge/index.js +5 -10
- package/icons/thlarge/index.min.js +1 -1
- package/icons/thlarge/index.vue +1 -7
- package/icons/timescircle/index.cjs.js +3 -9
- package/icons/timescircle/index.cjs.min.js +1 -1
- package/icons/timescircle/index.esm.js +3 -9
- package/icons/timescircle/index.esm.min.js +1 -1
- package/icons/timescircle/index.js +5 -10
- package/icons/timescircle/index.min.js +1 -1
- package/icons/timescircle/index.vue +1 -7
- package/icons/trash/index.cjs.js +3 -9
- package/icons/trash/index.cjs.min.js +1 -1
- package/icons/trash/index.esm.js +3 -9
- package/icons/trash/index.esm.min.js +1 -1
- package/icons/trash/index.js +5 -10
- package/icons/trash/index.min.js +1 -1
- package/icons/trash/index.vue +1 -7
- package/icons/undo/index.cjs.js +3 -9
- package/icons/undo/index.cjs.min.js +1 -1
- package/icons/undo/index.esm.js +3 -9
- package/icons/undo/index.esm.min.js +1 -1
- package/icons/undo/index.js +5 -10
- package/icons/undo/index.min.js +1 -1
- package/icons/undo/index.vue +1 -7
- package/icons/upload/index.cjs.js +3 -9
- package/icons/upload/index.cjs.min.js +1 -1
- package/icons/upload/index.esm.js +3 -9
- package/icons/upload/index.esm.min.js +1 -1
- package/icons/upload/index.js +5 -10
- package/icons/upload/index.min.js +1 -1
- package/icons/upload/index.vue +1 -7
- package/icons/windowmaximize/index.cjs.js +3 -9
- package/icons/windowmaximize/index.cjs.min.js +1 -1
- package/icons/windowmaximize/index.esm.js +3 -9
- package/icons/windowmaximize/index.esm.min.js +1 -1
- package/icons/windowmaximize/index.js +5 -10
- package/icons/windowmaximize/index.min.js +1 -1
- package/icons/windowmaximize/index.vue +1 -7
- package/icons/windowminimize/index.cjs.js +3 -9
- package/icons/windowminimize/index.cjs.min.js +1 -1
- package/icons/windowminimize/index.esm.js +3 -9
- package/icons/windowminimize/index.esm.min.js +1 -1
- package/icons/windowminimize/index.js +5 -10
- package/icons/windowminimize/index.min.js +1 -1
- package/icons/windowminimize/index.vue +1 -7
- package/inputnumber/InputNumber.vue +18 -9
- package/inputnumber/inputnumber.cjs.js +14 -6
- package/inputnumber/inputnumber.cjs.min.js +1 -1
- package/inputnumber/inputnumber.esm.js +15 -7
- package/inputnumber/inputnumber.esm.min.js +1 -1
- package/inputnumber/inputnumber.js +14 -6
- package/inputnumber/inputnumber.min.js +1 -1
- package/inputswitch/BaseInputSwitch.vue +8 -4
- package/inputswitch/InputSwitch.d.ts +41 -20
- package/inputswitch/InputSwitch.vue +31 -33
- package/inputswitch/inputswitch.cjs.js +38 -42
- package/inputswitch/inputswitch.cjs.min.js +1 -1
- package/inputswitch/inputswitch.esm.js +38 -42
- package/inputswitch/inputswitch.esm.min.js +1 -1
- package/inputswitch/inputswitch.js +38 -42
- package/inputswitch/inputswitch.min.js +1 -1
- package/inputswitch/style/inputswitchstyle.cjs.js +4 -4
- package/inputswitch/style/inputswitchstyle.cjs.min.js +1 -1
- package/inputswitch/style/inputswitchstyle.esm.js +4 -4
- package/inputswitch/style/inputswitchstyle.esm.min.js +1 -1
- package/inputswitch/style/inputswitchstyle.js +4 -4
- package/inputswitch/style/inputswitchstyle.min.js +1 -1
- package/listbox/BaseListbox.vue +4 -0
- package/listbox/Listbox.d.ts +6 -1
- package/listbox/Listbox.vue +47 -26
- package/listbox/listbox.cjs.js +89 -50
- package/listbox/listbox.cjs.min.js +1 -1
- package/listbox/listbox.esm.js +89 -50
- package/listbox/listbox.esm.min.js +1 -1
- package/listbox/listbox.js +89 -50
- package/listbox/listbox.min.js +1 -1
- package/listbox/style/listboxstyle.cjs.js +2 -3
- package/listbox/style/listboxstyle.cjs.min.js +1 -1
- package/listbox/style/listboxstyle.esm.js +2 -3
- package/listbox/style/listboxstyle.esm.min.js +1 -1
- package/listbox/style/listboxstyle.js +2 -3
- package/listbox/style/listboxstyle.min.js +1 -1
- package/megamenu/MegaMenu.vue +1 -1
- package/megamenu/megamenu.cjs.js +2 -1
- package/megamenu/megamenu.cjs.min.js +1 -1
- package/megamenu/megamenu.esm.js +2 -1
- package/megamenu/megamenu.esm.min.js +1 -1
- package/megamenu/megamenu.js +2 -1
- package/megamenu/megamenu.min.js +1 -1
- package/menubar/Menubar.vue +1 -1
- package/menubar/menubar.cjs.js +2 -1
- package/menubar/menubar.cjs.min.js +1 -1
- package/menubar/menubar.esm.js +2 -1
- package/menubar/menubar.esm.min.js +1 -1
- package/menubar/menubar.js +2 -1
- package/menubar/menubar.min.js +1 -1
- package/message/Message.d.ts +4 -0
- package/message/Message.vue +2 -1
- package/message/message.cjs.js +2 -1
- package/message/message.cjs.min.js +1 -1
- package/message/message.esm.js +2 -1
- package/message/message.esm.min.js +1 -1
- package/message/message.js +2 -1
- package/message/message.min.js +1 -1
- package/metergroup/BaseMeterGroup.vue +41 -0
- package/metergroup/MeterGroup.d.ts +302 -0
- package/metergroup/MeterGroup.vue +73 -0
- package/metergroup/MeterGroupLabel.vue +36 -0
- package/metergroup/metergroup.cjs.js +218 -0
- package/metergroup/metergroup.cjs.min.js +1 -0
- package/metergroup/metergroup.esm.js +211 -0
- package/metergroup/metergroup.esm.min.js +1 -0
- package/metergroup/metergroup.js +218 -0
- package/metergroup/metergroup.min.js +1 -0
- package/metergroup/package.json +9 -0
- package/metergroup/style/MeterGroupStyle.d.ts +3 -0
- package/metergroup/style/metergroupstyle.cjs.js +40 -0
- package/metergroup/style/metergroupstyle.cjs.min.js +1 -0
- package/metergroup/style/metergroupstyle.esm.js +34 -0
- package/metergroup/style/metergroupstyle.esm.min.js +1 -0
- package/metergroup/style/metergroupstyle.js +43 -0
- package/metergroup/style/metergroupstyle.min.js +1 -0
- package/metergroup/style/package.json +6 -0
- package/multiselect/BaseMultiSelect.vue +9 -1
- package/multiselect/MultiSelect.d.ts +13 -19
- package/multiselect/MultiSelect.vue +108 -76
- package/multiselect/multiselect.cjs.js +173 -133
- package/multiselect/multiselect.cjs.min.js +1 -1
- package/multiselect/multiselect.esm.js +173 -134
- package/multiselect/multiselect.esm.min.js +1 -1
- package/multiselect/multiselect.js +174 -135
- package/multiselect/multiselect.min.js +1 -1
- package/multiselect/style/multiselectstyle.cjs.js +7 -30
- package/multiselect/style/multiselectstyle.cjs.min.js +1 -1
- package/multiselect/style/multiselectstyle.esm.js +7 -30
- package/multiselect/style/multiselectstyle.esm.min.js +1 -1
- package/multiselect/style/multiselectstyle.js +7 -30
- package/multiselect/style/multiselectstyle.min.js +1 -1
- package/orderlist/BaseOrderList.vue +8 -0
- package/orderlist/OrderList.d.ts +10 -0
- package/orderlist/OrderList.vue +73 -54
- package/orderlist/orderlist.cjs.js +82 -58
- package/orderlist/orderlist.cjs.min.js +1 -1
- package/orderlist/orderlist.esm.js +82 -58
- package/orderlist/orderlist.esm.min.js +1 -1
- package/orderlist/orderlist.js +82 -58
- package/orderlist/orderlist.min.js +1 -1
- package/orderlist/style/orderliststyle.cjs.js +1 -1
- package/orderlist/style/orderliststyle.cjs.min.js +1 -1
- package/orderlist/style/orderliststyle.esm.js +1 -1
- package/orderlist/style/orderliststyle.esm.min.js +1 -1
- package/orderlist/style/orderliststyle.js +1 -1
- package/orderlist/style/orderliststyle.min.js +1 -1
- package/overlaypanel/OverlayPanel.d.ts +4 -0
- package/overlaypanel/OverlayPanel.vue +1 -1
- package/overlaypanel/overlaypanel.cjs.js +1 -1
- package/overlaypanel/overlaypanel.cjs.min.js +1 -1
- package/overlaypanel/overlaypanel.esm.js +1 -1
- package/overlaypanel/overlaypanel.esm.min.js +1 -1
- package/overlaypanel/overlaypanel.js +1 -1
- package/overlaypanel/overlaypanel.min.js +1 -1
- package/package.json +1 -1
- package/panelmenu/PanelMenuList.vue +1 -1
- package/panelmenu/panelmenu.cjs.js +2 -1
- package/panelmenu/panelmenu.cjs.min.js +1 -1
- package/panelmenu/panelmenu.esm.js +2 -1
- package/panelmenu/panelmenu.esm.min.js +1 -1
- package/panelmenu/panelmenu.js +2 -1
- package/panelmenu/panelmenu.min.js +1 -1
- package/picklist/BasePickList.vue +8 -0
- package/picklist/PickList.d.ts +10 -0
- package/picklist/PickList.vue +73 -38
- package/picklist/picklist.cjs.js +84 -47
- package/picklist/picklist.cjs.min.js +1 -1
- package/picklist/picklist.esm.js +84 -47
- package/picklist/picklist.esm.min.js +1 -1
- package/picklist/picklist.js +84 -47
- package/picklist/picklist.min.js +1 -1
- package/progressbar/ProgressBar.vue +1 -1
- package/progressbar/progressbar.cjs.js +3 -1
- package/progressbar/progressbar.cjs.min.js +1 -1
- package/progressbar/progressbar.esm.js +3 -1
- package/progressbar/progressbar.esm.min.js +1 -1
- package/progressbar/progressbar.js +3 -1
- package/progressbar/progressbar.min.js +1 -1
- package/radiobutton/BaseRadioButton.vue +9 -4
- package/radiobutton/RadioButton.d.ts +48 -22
- package/radiobutton/RadioButton.vue +36 -23
- package/radiobutton/radiobutton.cjs.js +42 -50
- package/radiobutton/radiobutton.cjs.min.js +1 -1
- package/radiobutton/radiobutton.esm.js +42 -50
- package/radiobutton/radiobutton.esm.min.js +1 -1
- package/radiobutton/radiobutton.js +42 -50
- package/radiobutton/radiobutton.min.js +1 -1
- package/radiobutton/style/radiobuttonstyle.cjs.js +5 -11
- package/radiobutton/style/radiobuttonstyle.cjs.min.js +1 -1
- package/radiobutton/style/radiobuttonstyle.esm.js +5 -11
- package/radiobutton/style/radiobuttonstyle.esm.min.js +1 -1
- package/radiobutton/style/radiobuttonstyle.js +5 -11
- package/radiobutton/style/radiobuttonstyle.min.js +1 -1
- package/resources/themes/arya-blue/theme.css +434 -353
- package/resources/themes/arya-green/theme.css +434 -353
- package/resources/themes/arya-orange/theme.css +434 -353
- package/resources/themes/arya-purple/theme.css +434 -353
- package/resources/themes/aura-dark-amber/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-dark-amber/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-dark-amber/theme.css +7012 -0
- package/resources/themes/aura-dark-blue/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-dark-blue/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-dark-blue/theme.css +7012 -0
- package/resources/themes/aura-dark-cyan/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-dark-cyan/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-dark-cyan/theme.css +7012 -0
- package/resources/themes/aura-dark-green/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-dark-green/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-dark-green/theme.css +7012 -0
- package/resources/themes/aura-dark-indigo/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-dark-indigo/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-dark-indigo/theme.css +7012 -0
- package/resources/themes/aura-dark-lime/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-dark-lime/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-dark-lime/theme.css +7012 -0
- package/resources/themes/aura-dark-noir/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-dark-noir/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-dark-noir/theme.css +7012 -0
- package/resources/themes/aura-dark-pink/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-dark-pink/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-dark-pink/theme.css +7012 -0
- package/resources/themes/aura-dark-purple/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-dark-purple/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-dark-purple/theme.css +7012 -0
- package/resources/themes/aura-dark-teal/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-dark-teal/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-dark-teal/theme.css +7012 -0
- package/resources/themes/aura-light-amber/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-light-amber/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-light-amber/theme.css +7014 -0
- package/resources/themes/aura-light-blue/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-light-blue/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-light-blue/theme.css +7014 -0
- package/resources/themes/aura-light-cyan/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-light-cyan/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-light-cyan/theme.css +7014 -0
- package/resources/themes/aura-light-green/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-light-green/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-light-green/theme.css +7014 -0
- package/resources/themes/aura-light-indigo/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-light-indigo/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-light-indigo/theme.css +7014 -0
- package/resources/themes/aura-light-lime/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-light-lime/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-light-lime/theme.css +7014 -0
- package/resources/themes/aura-light-noir/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-light-noir/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-light-noir/theme.css +7022 -0
- package/resources/themes/aura-light-pink/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-light-pink/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-light-pink/theme.css +7014 -0
- package/resources/themes/aura-light-purple/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-light-purple/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-light-purple/theme.css +7014 -0
- package/resources/themes/aura-light-teal/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-light-teal/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-light-teal/theme.css +7014 -0
- package/resources/themes/bootstrap4-dark-blue/theme.css +531 -401
- package/resources/themes/bootstrap4-dark-purple/theme.css +531 -401
- package/resources/themes/bootstrap4-light-blue/theme.css +531 -401
- package/resources/themes/bootstrap4-light-purple/theme.css +531 -401
- package/resources/themes/fluent-light/theme.css +433 -352
- package/resources/themes/lara-dark-amber/theme.css +532 -402
- package/resources/themes/lara-dark-blue/theme.css +532 -402
- package/resources/themes/lara-dark-cyan/theme.css +532 -402
- package/resources/themes/lara-dark-green/theme.css +532 -402
- package/resources/themes/lara-dark-indigo/theme.css +532 -402
- package/resources/themes/lara-dark-pink/theme.css +532 -402
- package/resources/themes/lara-dark-purple/theme.css +532 -402
- package/resources/themes/lara-dark-teal/theme.css +532 -402
- package/resources/themes/lara-light-amber/theme.css +528 -398
- package/resources/themes/lara-light-blue/theme.css +528 -398
- package/resources/themes/lara-light-cyan/theme.css +528 -398
- package/resources/themes/lara-light-green/theme.css +528 -398
- package/resources/themes/lara-light-indigo/theme.css +528 -398
- package/resources/themes/lara-light-pink/theme.css +528 -398
- package/resources/themes/lara-light-purple/theme.css +528 -398
- package/resources/themes/lara-light-teal/theme.css +528 -398
- package/resources/themes/luna-amber/theme.css +434 -353
- package/resources/themes/luna-blue/theme.css +434 -353
- package/resources/themes/luna-green/theme.css +434 -353
- package/resources/themes/luna-pink/theme.css +434 -353
- package/resources/themes/md-dark-deeppurple/theme.css +694 -429
- package/resources/themes/md-dark-indigo/theme.css +694 -429
- package/resources/themes/md-light-deeppurple/theme.css +698 -433
- package/resources/themes/md-light-indigo/theme.css +698 -433
- package/resources/themes/mdc-dark-deeppurple/theme.css +694 -429
- package/resources/themes/mdc-dark-indigo/theme.css +694 -429
- package/resources/themes/mdc-light-deeppurple/theme.css +698 -433
- package/resources/themes/mdc-light-indigo/theme.css +698 -433
- package/resources/themes/mira/theme.css +484 -403
- package/resources/themes/nano/theme.css +434 -353
- package/resources/themes/nova/theme.css +434 -353
- package/resources/themes/nova-accent/theme.css +434 -353
- package/resources/themes/nova-alt/theme.css +434 -353
- package/resources/themes/nova-vue/theme.css +434 -353
- package/resources/themes/rhea/theme.css +434 -353
- package/resources/themes/saga-blue/theme.css +434 -353
- package/resources/themes/saga-green/theme.css +434 -353
- package/resources/themes/saga-orange/theme.css +434 -353
- package/resources/themes/saga-purple/theme.css +434 -353
- package/resources/themes/soho-dark/theme.css +532 -402
- package/resources/themes/soho-light/theme.css +532 -402
- package/resources/themes/tailwind-light/theme.css +434 -353
- package/resources/themes/vela-blue/theme.css +434 -353
- package/resources/themes/vela-green/theme.css +434 -353
- package/resources/themes/vela-orange/theme.css +434 -353
- package/resources/themes/vela-purple/theme.css +434 -353
- package/resources/themes/viva-dark/theme.css +533 -403
- package/resources/themes/viva-light/theme.css +533 -403
- package/slider/Slider.vue +0 -1
- package/slider/slider.cjs.js +0 -1
- package/slider/slider.cjs.min.js +1 -1
- package/slider/slider.esm.js +0 -1
- package/slider/slider.esm.min.js +1 -1
- package/slider/slider.js +0 -1
- package/slider/slider.min.js +1 -1
- package/speeddial/SpeedDial.vue +2 -2
- package/speeddial/speeddial.cjs.js +2 -2
- package/speeddial/speeddial.cjs.min.js +1 -1
- package/speeddial/speeddial.esm.js +2 -2
- package/speeddial/speeddial.esm.min.js +1 -1
- package/speeddial/speeddial.js +2 -2
- package/speeddial/speeddial.min.js +1 -1
- package/splitbutton/style/splitbuttonstyle.cjs.js +8 -5
- package/splitbutton/style/splitbuttonstyle.cjs.min.js +1 -1
- package/splitbutton/style/splitbuttonstyle.esm.js +8 -5
- package/splitbutton/style/splitbuttonstyle.esm.min.js +1 -1
- package/splitbutton/style/splitbuttonstyle.js +8 -5
- package/splitbutton/style/splitbuttonstyle.min.js +1 -1
- package/tabview/TabView.vue +2 -3
- package/tabview/tabview.cjs.js +3 -3
- package/tabview/tabview.cjs.min.js +1 -1
- package/tabview/tabview.esm.js +3 -3
- package/tabview/tabview.esm.min.js +1 -1
- package/tabview/tabview.js +3 -3
- package/tabview/tabview.min.js +1 -1
- package/tag/Tag.vue +1 -1
- package/tag/tag.cjs.js +4 -2
- package/tag/tag.cjs.min.js +1 -1
- package/tag/tag.esm.js +4 -2
- package/tag/tag.esm.min.js +1 -1
- package/tag/tag.js +4 -2
- package/tag/tag.min.js +1 -1
- package/textarea/Textarea.d.ts +2 -2
- package/tieredmenu/TieredMenu.vue +1 -1
- package/tieredmenu/tieredmenu.cjs.js +2 -1
- package/tieredmenu/tieredmenu.cjs.min.js +1 -1
- package/tieredmenu/tieredmenu.esm.js +2 -1
- package/tieredmenu/tieredmenu.esm.min.js +1 -1
- package/tieredmenu/tieredmenu.js +2 -1
- package/tieredmenu/tieredmenu.min.js +1 -1
- package/togglebutton/BaseToggleButton.vue +4 -4
- package/togglebutton/ToggleButton.d.ts +17 -24
- package/togglebutton/ToggleButton.vue +41 -67
- package/togglebutton/style/togglebuttonstyle.cjs.js +15 -8
- package/togglebutton/style/togglebuttonstyle.cjs.min.js +1 -1
- package/togglebutton/style/togglebuttonstyle.esm.js +15 -8
- package/togglebutton/style/togglebuttonstyle.esm.min.js +1 -1
- package/togglebutton/style/togglebuttonstyle.js +15 -8
- package/togglebutton/style/togglebuttonstyle.min.js +1 -1
- package/togglebutton/togglebutton.cjs.js +45 -80
- package/togglebutton/togglebutton.cjs.min.js +1 -1
- package/togglebutton/togglebutton.esm.js +46 -81
- package/togglebutton/togglebutton.esm.min.js +1 -1
- package/togglebutton/togglebutton.js +46 -82
- package/togglebutton/togglebutton.min.js +1 -1
- package/tree/BaseTree.vue +4 -0
- package/tree/Tree.d.ts +6 -9
- package/tree/Tree.vue +1 -1
- package/tree/TreeNode.vue +14 -11
- package/tree/style/treestyle.cjs.js +3 -6
- package/tree/style/treestyle.cjs.min.js +1 -1
- package/tree/style/treestyle.esm.js +3 -6
- package/tree/style/treestyle.esm.min.js +1 -1
- package/tree/style/treestyle.js +3 -6
- package/tree/style/treestyle.min.js +1 -1
- package/tree/tree.cjs.js +34 -21
- package/tree/tree.cjs.min.js +1 -1
- package/tree/tree.esm.js +34 -22
- package/tree/tree.esm.min.js +1 -1
- package/tree/tree.js +35 -23
- package/tree/tree.min.js +1 -1
- package/treetable/BodyCell.vue +26 -24
- package/treetable/TreeTable.vue +3 -1
- package/treetable/TreeTableRow.vue +2 -0
- package/treetable/style/treetablestyle.cjs.js +4 -13
- package/treetable/style/treetablestyle.cjs.min.js +1 -1
- package/treetable/style/treetablestyle.esm.js +4 -13
- package/treetable/style/treetablestyle.esm.min.js +1 -1
- package/treetable/style/treetablestyle.js +4 -13
- package/treetable/style/treetablestyle.min.js +1 -1
- package/treetable/treetable.cjs.js +39 -44
- package/treetable/treetable.cjs.min.js +1 -1
- package/treetable/treetable.esm.js +39 -45
- package/treetable/treetable.esm.min.js +1 -1
- package/treetable/treetable.js +40 -46
- package/treetable/treetable.min.js +1 -1
- package/tristatecheckbox/BaseTriStateCheckbox.vue +17 -9
- package/tristatecheckbox/TriStateCheckbox.d.ts +34 -23
- package/tristatecheckbox/TriStateCheckbox.vue +49 -61
- package/tristatecheckbox/style/tristatecheckboxstyle.cjs.js +7 -13
- package/tristatecheckbox/style/tristatecheckboxstyle.cjs.min.js +1 -1
- package/tristatecheckbox/style/tristatecheckboxstyle.esm.js +7 -13
- package/tristatecheckbox/style/tristatecheckboxstyle.esm.min.js +1 -1
- package/tristatecheckbox/style/tristatecheckboxstyle.js +7 -13
- package/tristatecheckbox/style/tristatecheckboxstyle.min.js +1 -1
- package/tristatecheckbox/tristatecheckbox.cjs.js +69 -87
- package/tristatecheckbox/tristatecheckbox.cjs.min.js +1 -1
- package/tristatecheckbox/tristatecheckbox.esm.js +70 -88
- package/tristatecheckbox/tristatecheckbox.esm.min.js +1 -1
- package/tristatecheckbox/tristatecheckbox.js +69 -87
- package/tristatecheckbox/tristatecheckbox.min.js +1 -1
- package/utils/utils.cjs.js +14 -6
- package/utils/utils.cjs.min.js +1 -1
- package/utils/utils.esm.js +14 -6
- package/utils/utils.esm.min.js +1 -1
- package/utils/utils.js +14 -6
- package/utils/utils.min.js +1 -1
- package/vetur-attributes.json +24 -0
- package/vetur-tags.json +6 -0
- package/virtualscroller/BaseVirtualScroller.vue +1 -1
- package/virtualscroller/VirtualScroller.vue +58 -50
- package/virtualscroller/virtualscroller.cjs.js +90 -77
- package/virtualscroller/virtualscroller.cjs.min.js +1 -1
- package/virtualscroller/virtualscroller.esm.js +90 -77
- package/virtualscroller/virtualscroller.esm.min.js +1 -1
- package/virtualscroller/virtualscroller.js +90 -77
- package/virtualscroller/virtualscroller.min.js +1 -1
- package/web-types.json +71 -6
|
@@ -1 +1 @@
|
|
|
1
|
-
this.primevue=this.primevue||{},this.primevue.icons=this.primevue.icons||{},this.primevue.icons.sortamountdown=function(e,t
|
|
1
|
+
this.primevue=this.primevue||{},this.primevue.icons=this.primevue.icons||{},this.primevue.icons.sortamountdown=function(e,t){"use strict";function n(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var i={name:"SortAmountDownIcon",extends:n(e).default},o=["clip-path"],r=[t.createElementVNode("path",{d:"M4.93953 10.5858L3.83759 11.6877V0.677419C3.83759 0.307097 3.53049 0 3.16017 0C2.78985 0 2.48275 0.307097 2.48275 0.677419V11.6877L1.38082 10.5858C1.11888 10.3239 0.685331 10.3239 0.423396 10.5858C0.16146 10.8477 0.16146 11.2813 0.423396 11.5432L2.68146 13.8013C2.74469 13.8645 2.81694 13.9097 2.89823 13.9458C2.97952 13.9819 3.06985 14 3.16017 14C3.25049 14 3.33178 13.9819 3.42211 13.9458C3.5034 13.9097 3.57565 13.8645 3.63888 13.8013L5.89694 11.5432C6.15888 11.2813 6.15888 10.8477 5.89694 10.5858C5.63501 10.3239 5.20146 10.3239 4.93953 10.5858ZM13.0957 0H7.22468C6.85436 0 6.54726 0.307097 6.54726 0.677419C6.54726 1.04774 6.85436 1.35484 7.22468 1.35484H13.0957C13.466 1.35484 13.7731 1.04774 13.7731 0.677419C13.7731 0.307097 13.466 0 13.0957 0ZM7.22468 5.41935H9.48275C9.85307 5.41935 10.1602 5.72645 10.1602 6.09677C10.1602 6.4671 9.85307 6.77419 9.48275 6.77419H7.22468C6.85436 6.77419 6.54726 6.4671 6.54726 6.09677C6.54726 5.72645 6.85436 5.41935 7.22468 5.41935ZM7.6763 8.12903H7.22468C6.85436 8.12903 6.54726 8.43613 6.54726 8.80645C6.54726 9.17677 6.85436 9.48387 7.22468 9.48387H7.6763C8.04662 9.48387 8.35372 9.17677 8.35372 8.80645C8.35372 8.43613 8.04662 8.12903 7.6763 8.12903ZM7.22468 2.70968H11.2892C11.6595 2.70968 11.9666 3.01677 11.9666 3.3871C11.9666 3.75742 11.6595 4.06452 11.2892 4.06452H7.22468C6.85436 4.06452 6.54726 3.75742 6.54726 3.3871C6.54726 3.01677 6.85436 2.70968 7.22468 2.70968Z",fill:"currentColor"},null,-1)],l=["id"],c=[t.createElementVNode("rect",{width:"14",height:"14",fill:"white"},null,-1)];return i.render=function(e,n,i,C,u,a){return t.openBlock(),t.createElementBlock("svg",t.mergeProps({width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e.pti()),[t.createElementVNode("g",{"clip-path":"url(#".concat(e.pathId,")")},r,8,o),t.createElementVNode("defs",null,[t.createElementVNode("clipPath",{id:"".concat(e.pathId)},c,8,l)])],16)},i}(primevue.baseicon,Vue);
|
|
@@ -16,15 +16,9 @@
|
|
|
16
16
|
|
|
17
17
|
<script>
|
|
18
18
|
import BaseIcon from 'primevue/baseicon';
|
|
19
|
-
import { UniqueComponentId } from 'primevue/utils';
|
|
20
19
|
|
|
21
20
|
export default {
|
|
22
21
|
name: 'SortAmountDownIcon',
|
|
23
|
-
extends: BaseIcon
|
|
24
|
-
computed: {
|
|
25
|
-
pathId() {
|
|
26
|
-
return `pv_icon_clip_${UniqueComponentId()}`;
|
|
27
|
-
}
|
|
28
|
-
}
|
|
22
|
+
extends: BaseIcon
|
|
29
23
|
};
|
|
30
24
|
</script>
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var BaseIcon = require('primevue/baseicon');
|
|
4
|
-
var utils = require('primevue/utils');
|
|
5
4
|
var vue = require('vue');
|
|
6
5
|
|
|
7
6
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
@@ -10,12 +9,7 @@ var BaseIcon__default = /*#__PURE__*/_interopDefaultLegacy(BaseIcon);
|
|
|
10
9
|
|
|
11
10
|
var script = {
|
|
12
11
|
name: 'SortAmountUpAltIcon',
|
|
13
|
-
"extends": BaseIcon__default["default"]
|
|
14
|
-
computed: {
|
|
15
|
-
pathId: function pathId() {
|
|
16
|
-
return "pv_icon_clip_".concat(utils.UniqueComponentId());
|
|
17
|
-
}
|
|
18
|
-
}
|
|
12
|
+
"extends": BaseIcon__default["default"]
|
|
19
13
|
};
|
|
20
14
|
|
|
21
15
|
var _hoisted_1 = ["clip-path"];
|
|
@@ -39,9 +33,9 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
39
33
|
fill: "none",
|
|
40
34
|
xmlns: "http://www.w3.org/2000/svg"
|
|
41
35
|
}, _ctx.pti()), [vue.createElementVNode("g", {
|
|
42
|
-
"clip-path": "url(#".concat(
|
|
36
|
+
"clip-path": "url(#".concat(_ctx.pathId, ")")
|
|
43
37
|
}, _hoisted_3, 8, _hoisted_1), vue.createElementVNode("defs", null, [vue.createElementVNode("clipPath", {
|
|
44
|
-
id: "".concat(
|
|
38
|
+
id: "".concat(_ctx.pathId)
|
|
45
39
|
}, _hoisted_6, 8, _hoisted_4)])], 16);
|
|
46
40
|
}
|
|
47
41
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("primevue/baseicon"),t=require("
|
|
1
|
+
"use strict";var e=require("primevue/baseicon"),t=require("vue");function l(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var r={name:"SortAmountUpAltIcon",extends:l(e).default},n=["clip-path"],C=[t.createElementVNode("path",{d:"M3.63435 0.19871C3.57113 0.135484 3.49887 0.0903226 3.41758 0.0541935C3.255 -0.0180645 3.06532 -0.0180645 2.90274 0.0541935C2.82145 0.0903226 2.74919 0.135484 2.68597 0.19871L0.427901 2.45677C0.165965 2.71871 0.165965 3.15226 0.427901 3.41419C0.689836 3.67613 1.12338 3.67613 1.38532 3.41419L2.48726 2.31226V13.3226C2.48726 13.6929 2.79435 14 3.16467 14C3.535 14 3.84209 13.6929 3.84209 13.3226V2.31226L4.94403 3.41419C5.07951 3.54968 5.25113 3.6129 5.42274 3.6129C5.59435 3.6129 5.76597 3.54968 5.90145 3.41419C6.16338 3.15226 6.16338 2.71871 5.90145 2.45677L3.64338 0.19871H3.63435ZM13.7685 13.3226C13.7685 12.9523 13.4615 12.6452 13.0911 12.6452H7.22016C6.84984 12.6452 6.54274 12.9523 6.54274 13.3226C6.54274 13.6929 6.84984 14 7.22016 14H13.0911C13.4615 14 13.7685 13.6929 13.7685 13.3226ZM7.22016 8.58064C6.84984 8.58064 6.54274 8.27355 6.54274 7.90323C6.54274 7.5329 6.84984 7.22581 7.22016 7.22581H9.47823C9.84855 7.22581 10.1556 7.5329 10.1556 7.90323C10.1556 8.27355 9.84855 8.58064 9.47823 8.58064H7.22016ZM7.22016 5.87097H7.67177C8.0421 5.87097 8.34919 5.56387 8.34919 5.19355C8.34919 4.82323 8.0421 4.51613 7.67177 4.51613H7.22016C6.84984 4.51613 6.54274 4.82323 6.54274 5.19355C6.54274 5.56387 6.84984 5.87097 7.22016 5.87097ZM11.2847 11.2903H7.22016C6.84984 11.2903 6.54274 10.9832 6.54274 10.6129C6.54274 10.2426 6.84984 9.93548 7.22016 9.93548H11.2847C11.655 9.93548 11.9621 10.2426 11.9621 10.6129C11.9621 10.9832 11.655 11.2903 11.2847 11.2903Z",fill:"currentColor"},null,-1)],o=["id"],c=[t.createElementVNode("rect",{width:"14",height:"14",fill:"white"},null,-1)];r.render=function(e,l,r,i,a,d){return t.openBlock(),t.createElementBlock("svg",t.mergeProps({width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e.pti()),[t.createElementVNode("g",{"clip-path":"url(#".concat(e.pathId,")")},C,8,n),t.createElementVNode("defs",null,[t.createElementVNode("clipPath",{id:"".concat(e.pathId)},c,8,o)])],16)},module.exports=r;
|
|
@@ -1,15 +1,9 @@
|
|
|
1
1
|
import BaseIcon from 'primevue/baseicon';
|
|
2
|
-
import { UniqueComponentId } from 'primevue/utils';
|
|
3
2
|
import { openBlock, createElementBlock, mergeProps, createElementVNode } from 'vue';
|
|
4
3
|
|
|
5
4
|
var script = {
|
|
6
5
|
name: 'SortAmountUpAltIcon',
|
|
7
|
-
"extends": BaseIcon
|
|
8
|
-
computed: {
|
|
9
|
-
pathId: function pathId() {
|
|
10
|
-
return "pv_icon_clip_".concat(UniqueComponentId());
|
|
11
|
-
}
|
|
12
|
-
}
|
|
6
|
+
"extends": BaseIcon
|
|
13
7
|
};
|
|
14
8
|
|
|
15
9
|
var _hoisted_1 = ["clip-path"];
|
|
@@ -33,9 +27,9 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
33
27
|
fill: "none",
|
|
34
28
|
xmlns: "http://www.w3.org/2000/svg"
|
|
35
29
|
}, _ctx.pti()), [createElementVNode("g", {
|
|
36
|
-
"clip-path": "url(#".concat(
|
|
30
|
+
"clip-path": "url(#".concat(_ctx.pathId, ")")
|
|
37
31
|
}, _hoisted_3, 8, _hoisted_1), createElementVNode("defs", null, [createElementVNode("clipPath", {
|
|
38
|
-
id: "".concat(
|
|
32
|
+
id: "".concat(_ctx.pathId)
|
|
39
33
|
}, _hoisted_6, 8, _hoisted_4)])], 16);
|
|
40
34
|
}
|
|
41
35
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import t from"primevue/baseicon";import{
|
|
1
|
+
import t from"primevue/baseicon";import{openBlock as C,createElementBlock as e,mergeProps as i,createElementVNode as l}from"vue";var n={name:"SortAmountUpAltIcon",extends:t},r=["clip-path"],o=[l("path",{d:"M3.63435 0.19871C3.57113 0.135484 3.49887 0.0903226 3.41758 0.0541935C3.255 -0.0180645 3.06532 -0.0180645 2.90274 0.0541935C2.82145 0.0903226 2.74919 0.135484 2.68597 0.19871L0.427901 2.45677C0.165965 2.71871 0.165965 3.15226 0.427901 3.41419C0.689836 3.67613 1.12338 3.67613 1.38532 3.41419L2.48726 2.31226V13.3226C2.48726 13.6929 2.79435 14 3.16467 14C3.535 14 3.84209 13.6929 3.84209 13.3226V2.31226L4.94403 3.41419C5.07951 3.54968 5.25113 3.6129 5.42274 3.6129C5.59435 3.6129 5.76597 3.54968 5.90145 3.41419C6.16338 3.15226 6.16338 2.71871 5.90145 2.45677L3.64338 0.19871H3.63435ZM13.7685 13.3226C13.7685 12.9523 13.4615 12.6452 13.0911 12.6452H7.22016C6.84984 12.6452 6.54274 12.9523 6.54274 13.3226C6.54274 13.6929 6.84984 14 7.22016 14H13.0911C13.4615 14 13.7685 13.6929 13.7685 13.3226ZM7.22016 8.58064C6.84984 8.58064 6.54274 8.27355 6.54274 7.90323C6.54274 7.5329 6.84984 7.22581 7.22016 7.22581H9.47823C9.84855 7.22581 10.1556 7.5329 10.1556 7.90323C10.1556 8.27355 9.84855 8.58064 9.47823 8.58064H7.22016ZM7.22016 5.87097H7.67177C8.0421 5.87097 8.34919 5.56387 8.34919 5.19355C8.34919 4.82323 8.0421 4.51613 7.67177 4.51613H7.22016C6.84984 4.51613 6.54274 4.82323 6.54274 5.19355C6.54274 5.56387 6.84984 5.87097 7.22016 5.87097ZM11.2847 11.2903H7.22016C6.84984 11.2903 6.54274 10.9832 6.54274 10.6129C6.54274 10.2426 6.84984 9.93548 7.22016 9.93548H11.2847C11.655 9.93548 11.9621 10.2426 11.9621 10.6129C11.9621 10.9832 11.655 11.2903 11.2847 11.2903Z",fill:"currentColor"},null,-1)],p=["id"],h=[l("rect",{width:"14",height:"14",fill:"white"},null,-1)];n.render=function(t,n,a,c,d,u){return C(),e("svg",i({width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"},t.pti()),[l("g",{"clip-path":"url(#".concat(t.pathId,")")},o,8,r),l("defs",null,[l("clipPath",{id:"".concat(t.pathId)},h,8,p)])],16)};export{n as default};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
this.primevue = this.primevue || {};
|
|
2
2
|
this.primevue.icons = this.primevue.icons || {};
|
|
3
|
-
this.primevue.icons.sortamountupalt = (function (BaseIcon,
|
|
3
|
+
this.primevue.icons.sortamountupalt = (function (BaseIcon, vue) {
|
|
4
4
|
'use strict';
|
|
5
5
|
|
|
6
6
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
@@ -9,12 +9,7 @@ this.primevue.icons.sortamountupalt = (function (BaseIcon, utils, vue) {
|
|
|
9
9
|
|
|
10
10
|
var script = {
|
|
11
11
|
name: 'SortAmountUpAltIcon',
|
|
12
|
-
"extends": BaseIcon__default["default"]
|
|
13
|
-
computed: {
|
|
14
|
-
pathId: function pathId() {
|
|
15
|
-
return "pv_icon_clip_".concat(utils.UniqueComponentId());
|
|
16
|
-
}
|
|
17
|
-
}
|
|
12
|
+
"extends": BaseIcon__default["default"]
|
|
18
13
|
};
|
|
19
14
|
|
|
20
15
|
var _hoisted_1 = ["clip-path"];
|
|
@@ -38,9 +33,9 @@ this.primevue.icons.sortamountupalt = (function (BaseIcon, utils, vue) {
|
|
|
38
33
|
fill: "none",
|
|
39
34
|
xmlns: "http://www.w3.org/2000/svg"
|
|
40
35
|
}, _ctx.pti()), [vue.createElementVNode("g", {
|
|
41
|
-
"clip-path": "url(#".concat(
|
|
36
|
+
"clip-path": "url(#".concat(_ctx.pathId, ")")
|
|
42
37
|
}, _hoisted_3, 8, _hoisted_1), vue.createElementVNode("defs", null, [vue.createElementVNode("clipPath", {
|
|
43
|
-
id: "".concat(
|
|
38
|
+
id: "".concat(_ctx.pathId)
|
|
44
39
|
}, _hoisted_6, 8, _hoisted_4)])], 16);
|
|
45
40
|
}
|
|
46
41
|
|
|
@@ -48,4 +43,4 @@ this.primevue.icons.sortamountupalt = (function (BaseIcon, utils, vue) {
|
|
|
48
43
|
|
|
49
44
|
return script;
|
|
50
45
|
|
|
51
|
-
})(primevue.baseicon,
|
|
46
|
+
})(primevue.baseicon, Vue);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
this.primevue=this.primevue||{},this.primevue.icons=this.primevue.icons||{},this.primevue.icons.sortamountupalt=function(e,t
|
|
1
|
+
this.primevue=this.primevue||{},this.primevue.icons=this.primevue.icons||{},this.primevue.icons.sortamountupalt=function(e,t){"use strict";function n(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var i={name:"SortAmountUpAltIcon",extends:n(e).default},r=["clip-path"],l=[t.createElementVNode("path",{d:"M3.63435 0.19871C3.57113 0.135484 3.49887 0.0903226 3.41758 0.0541935C3.255 -0.0180645 3.06532 -0.0180645 2.90274 0.0541935C2.82145 0.0903226 2.74919 0.135484 2.68597 0.19871L0.427901 2.45677C0.165965 2.71871 0.165965 3.15226 0.427901 3.41419C0.689836 3.67613 1.12338 3.67613 1.38532 3.41419L2.48726 2.31226V13.3226C2.48726 13.6929 2.79435 14 3.16467 14C3.535 14 3.84209 13.6929 3.84209 13.3226V2.31226L4.94403 3.41419C5.07951 3.54968 5.25113 3.6129 5.42274 3.6129C5.59435 3.6129 5.76597 3.54968 5.90145 3.41419C6.16338 3.15226 6.16338 2.71871 5.90145 2.45677L3.64338 0.19871H3.63435ZM13.7685 13.3226C13.7685 12.9523 13.4615 12.6452 13.0911 12.6452H7.22016C6.84984 12.6452 6.54274 12.9523 6.54274 13.3226C6.54274 13.6929 6.84984 14 7.22016 14H13.0911C13.4615 14 13.7685 13.6929 13.7685 13.3226ZM7.22016 8.58064C6.84984 8.58064 6.54274 8.27355 6.54274 7.90323C6.54274 7.5329 6.84984 7.22581 7.22016 7.22581H9.47823C9.84855 7.22581 10.1556 7.5329 10.1556 7.90323C10.1556 8.27355 9.84855 8.58064 9.47823 8.58064H7.22016ZM7.22016 5.87097H7.67177C8.0421 5.87097 8.34919 5.56387 8.34919 5.19355C8.34919 4.82323 8.0421 4.51613 7.67177 4.51613H7.22016C6.84984 4.51613 6.54274 4.82323 6.54274 5.19355C6.54274 5.56387 6.84984 5.87097 7.22016 5.87097ZM11.2847 11.2903H7.22016C6.84984 11.2903 6.54274 10.9832 6.54274 10.6129C6.54274 10.2426 6.84984 9.93548 7.22016 9.93548H11.2847C11.655 9.93548 11.9621 10.2426 11.9621 10.6129C11.9621 10.9832 11.655 11.2903 11.2847 11.2903Z",fill:"currentColor"},null,-1)],o=["id"],c=[t.createElementVNode("rect",{width:"14",height:"14",fill:"white"},null,-1)];return i.render=function(e,n,i,C,u,a){return t.openBlock(),t.createElementBlock("svg",t.mergeProps({width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e.pti()),[t.createElementVNode("g",{"clip-path":"url(#".concat(e.pathId,")")},l,8,r),t.createElementVNode("defs",null,[t.createElementVNode("clipPath",{id:"".concat(e.pathId)},c,8,o)])],16)},i}(primevue.baseicon,Vue);
|
|
@@ -16,15 +16,9 @@
|
|
|
16
16
|
|
|
17
17
|
<script>
|
|
18
18
|
import BaseIcon from 'primevue/baseicon';
|
|
19
|
-
import { UniqueComponentId } from 'primevue/utils';
|
|
20
19
|
|
|
21
20
|
export default {
|
|
22
21
|
name: 'SortAmountUpAltIcon',
|
|
23
|
-
extends: BaseIcon
|
|
24
|
-
computed: {
|
|
25
|
-
pathId() {
|
|
26
|
-
return `pv_icon_clip_${UniqueComponentId()}`;
|
|
27
|
-
}
|
|
28
|
-
}
|
|
22
|
+
extends: BaseIcon
|
|
29
23
|
};
|
|
30
24
|
</script>
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var BaseIcon = require('primevue/baseicon');
|
|
4
|
-
var utils = require('primevue/utils');
|
|
5
4
|
var vue = require('vue');
|
|
6
5
|
|
|
7
6
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
@@ -10,12 +9,7 @@ var BaseIcon__default = /*#__PURE__*/_interopDefaultLegacy(BaseIcon);
|
|
|
10
9
|
|
|
11
10
|
var script = {
|
|
12
11
|
name: 'SpinnerIcon',
|
|
13
|
-
"extends": BaseIcon__default["default"]
|
|
14
|
-
computed: {
|
|
15
|
-
pathId: function pathId() {
|
|
16
|
-
return "pv_icon_clip_".concat(utils.UniqueComponentId());
|
|
17
|
-
}
|
|
18
|
-
}
|
|
12
|
+
"extends": BaseIcon__default["default"]
|
|
19
13
|
};
|
|
20
14
|
|
|
21
15
|
var _hoisted_1 = ["clip-path"];
|
|
@@ -39,9 +33,9 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
39
33
|
fill: "none",
|
|
40
34
|
xmlns: "http://www.w3.org/2000/svg"
|
|
41
35
|
}, _ctx.pti()), [vue.createElementVNode("g", {
|
|
42
|
-
"clip-path": "url(#".concat(
|
|
36
|
+
"clip-path": "url(#".concat(_ctx.pathId, ")")
|
|
43
37
|
}, _hoisted_3, 8, _hoisted_1), vue.createElementVNode("defs", null, [vue.createElementVNode("clipPath", {
|
|
44
|
-
id: "".concat(
|
|
38
|
+
id: "".concat(_ctx.pathId)
|
|
45
39
|
}, _hoisted_6, 8, _hoisted_4)])], 16);
|
|
46
40
|
}
|
|
47
41
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("primevue/baseicon"),t=require("
|
|
1
|
+
"use strict";var e=require("primevue/baseicon"),t=require("vue");function l(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var n={name:"SpinnerIcon",extends:l(e).default},r=["clip-path"],C=[t.createElementVNode("path",{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",fill:"currentColor"},null,-1)],i=["id"],o=[t.createElementVNode("rect",{width:"14",height:"14",fill:"white"},null,-1)];n.render=function(e,l,n,c,a,d){return t.openBlock(),t.createElementBlock("svg",t.mergeProps({width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e.pti()),[t.createElementVNode("g",{"clip-path":"url(#".concat(e.pathId,")")},C,8,r),t.createElementVNode("defs",null,[t.createElementVNode("clipPath",{id:"".concat(e.pathId)},o,8,i)])],16)},module.exports=n;
|
|
@@ -1,15 +1,9 @@
|
|
|
1
1
|
import BaseIcon from 'primevue/baseicon';
|
|
2
|
-
import { UniqueComponentId } from 'primevue/utils';
|
|
3
2
|
import { openBlock, createElementBlock, mergeProps, createElementVNode } from 'vue';
|
|
4
3
|
|
|
5
4
|
var script = {
|
|
6
5
|
name: 'SpinnerIcon',
|
|
7
|
-
"extends": BaseIcon
|
|
8
|
-
computed: {
|
|
9
|
-
pathId: function pathId() {
|
|
10
|
-
return "pv_icon_clip_".concat(UniqueComponentId());
|
|
11
|
-
}
|
|
12
|
-
}
|
|
6
|
+
"extends": BaseIcon
|
|
13
7
|
};
|
|
14
8
|
|
|
15
9
|
var _hoisted_1 = ["clip-path"];
|
|
@@ -33,9 +27,9 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
33
27
|
fill: "none",
|
|
34
28
|
xmlns: "http://www.w3.org/2000/svg"
|
|
35
29
|
}, _ctx.pti()), [createElementVNode("g", {
|
|
36
|
-
"clip-path": "url(#".concat(
|
|
30
|
+
"clip-path": "url(#".concat(_ctx.pathId, ")")
|
|
37
31
|
}, _hoisted_3, 8, _hoisted_1), createElementVNode("defs", null, [createElementVNode("clipPath", {
|
|
38
|
-
id: "".concat(
|
|
32
|
+
id: "".concat(_ctx.pathId)
|
|
39
33
|
}, _hoisted_6, 8, _hoisted_4)])], 16);
|
|
40
34
|
}
|
|
41
35
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import
|
|
1
|
+
import C from"primevue/baseicon";import{openBlock as t,createElementBlock as e,mergeProps as i,createElementVNode as l}from"vue";var n={name:"SpinnerIcon",extends:C},r=["clip-path"],o=[l("path",{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",fill:"currentColor"},null,-1)],p=["id"],h=[l("rect",{width:"14",height:"14",fill:"white"},null,-1)];n.render=function(C,n,a,c,d,u){return t(),e("svg",i({width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"},C.pti()),[l("g",{"clip-path":"url(#".concat(C.pathId,")")},o,8,r),l("defs",null,[l("clipPath",{id:"".concat(C.pathId)},h,8,p)])],16)};export{n as default};
|
package/icons/spinner/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
this.primevue = this.primevue || {};
|
|
2
2
|
this.primevue.icons = this.primevue.icons || {};
|
|
3
|
-
this.primevue.icons.spinner = (function (BaseIcon,
|
|
3
|
+
this.primevue.icons.spinner = (function (BaseIcon, vue) {
|
|
4
4
|
'use strict';
|
|
5
5
|
|
|
6
6
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
@@ -9,12 +9,7 @@ this.primevue.icons.spinner = (function (BaseIcon, utils, vue) {
|
|
|
9
9
|
|
|
10
10
|
var script = {
|
|
11
11
|
name: 'SpinnerIcon',
|
|
12
|
-
"extends": BaseIcon__default["default"]
|
|
13
|
-
computed: {
|
|
14
|
-
pathId: function pathId() {
|
|
15
|
-
return "pv_icon_clip_".concat(utils.UniqueComponentId());
|
|
16
|
-
}
|
|
17
|
-
}
|
|
12
|
+
"extends": BaseIcon__default["default"]
|
|
18
13
|
};
|
|
19
14
|
|
|
20
15
|
var _hoisted_1 = ["clip-path"];
|
|
@@ -38,9 +33,9 @@ this.primevue.icons.spinner = (function (BaseIcon, utils, vue) {
|
|
|
38
33
|
fill: "none",
|
|
39
34
|
xmlns: "http://www.w3.org/2000/svg"
|
|
40
35
|
}, _ctx.pti()), [vue.createElementVNode("g", {
|
|
41
|
-
"clip-path": "url(#".concat(
|
|
36
|
+
"clip-path": "url(#".concat(_ctx.pathId, ")")
|
|
42
37
|
}, _hoisted_3, 8, _hoisted_1), vue.createElementVNode("defs", null, [vue.createElementVNode("clipPath", {
|
|
43
|
-
id: "".concat(
|
|
38
|
+
id: "".concat(_ctx.pathId)
|
|
44
39
|
}, _hoisted_6, 8, _hoisted_4)])], 16);
|
|
45
40
|
}
|
|
46
41
|
|
|
@@ -48,4 +43,4 @@ this.primevue.icons.spinner = (function (BaseIcon, utils, vue) {
|
|
|
48
43
|
|
|
49
44
|
return script;
|
|
50
45
|
|
|
51
|
-
})(primevue.baseicon,
|
|
46
|
+
})(primevue.baseicon, Vue);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
this.primevue=this.primevue||{},this.primevue.icons=this.primevue.icons||{},this.primevue.icons.spinner=function(e,t
|
|
1
|
+
this.primevue=this.primevue||{},this.primevue.icons=this.primevue.icons||{},this.primevue.icons.spinner=function(e,t){"use strict";function n(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var i={name:"SpinnerIcon",extends:n(e).default},r=["clip-path"],l=[t.createElementVNode("path",{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",fill:"currentColor"},null,-1)],C=["id"],c=[t.createElementVNode("rect",{width:"14",height:"14",fill:"white"},null,-1)];return i.render=function(e,n,i,o,u,p){return t.openBlock(),t.createElementBlock("svg",t.mergeProps({width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e.pti()),[t.createElementVNode("g",{"clip-path":"url(#".concat(e.pathId,")")},l,8,r),t.createElementVNode("defs",null,[t.createElementVNode("clipPath",{id:"".concat(e.pathId)},c,8,C)])],16)},i}(primevue.baseicon,Vue);
|
package/icons/spinner/index.vue
CHANGED
|
@@ -16,15 +16,9 @@
|
|
|
16
16
|
|
|
17
17
|
<script>
|
|
18
18
|
import BaseIcon from 'primevue/baseicon';
|
|
19
|
-
import { UniqueComponentId } from 'primevue/utils';
|
|
20
19
|
|
|
21
20
|
export default {
|
|
22
21
|
name: 'SpinnerIcon',
|
|
23
|
-
extends: BaseIcon
|
|
24
|
-
computed: {
|
|
25
|
-
pathId() {
|
|
26
|
-
return `pv_icon_clip_${UniqueComponentId()}`;
|
|
27
|
-
}
|
|
28
|
-
}
|
|
22
|
+
extends: BaseIcon
|
|
29
23
|
};
|
|
30
24
|
</script>
|
package/icons/star/index.cjs.js
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var BaseIcon = require('primevue/baseicon');
|
|
4
|
-
var utils = require('primevue/utils');
|
|
5
4
|
var vue = require('vue');
|
|
6
5
|
|
|
7
6
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
@@ -10,12 +9,7 @@ var BaseIcon__default = /*#__PURE__*/_interopDefaultLegacy(BaseIcon);
|
|
|
10
9
|
|
|
11
10
|
var script = {
|
|
12
11
|
name: 'StarIcon',
|
|
13
|
-
"extends": BaseIcon__default["default"]
|
|
14
|
-
computed: {
|
|
15
|
-
pathId: function pathId() {
|
|
16
|
-
return "pv_icon_clip_".concat(utils.UniqueComponentId());
|
|
17
|
-
}
|
|
18
|
-
}
|
|
12
|
+
"extends": BaseIcon__default["default"]
|
|
19
13
|
};
|
|
20
14
|
|
|
21
15
|
var _hoisted_1 = ["clip-path"];
|
|
@@ -39,9 +33,9 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
39
33
|
fill: "none",
|
|
40
34
|
xmlns: "http://www.w3.org/2000/svg"
|
|
41
35
|
}, _ctx.pti()), [vue.createElementVNode("g", {
|
|
42
|
-
"clip-path": "url(#".concat(
|
|
36
|
+
"clip-path": "url(#".concat(_ctx.pathId, ")")
|
|
43
37
|
}, _hoisted_3, 8, _hoisted_1), vue.createElementVNode("defs", null, [vue.createElementVNode("clipPath", {
|
|
44
|
-
id: "".concat(
|
|
38
|
+
id: "".concat(_ctx.pathId)
|
|
45
39
|
}, _hoisted_6, 8, _hoisted_4)])], 16);
|
|
46
40
|
}
|
|
47
41
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("primevue/baseicon"),t=require("
|
|
1
|
+
"use strict";var e=require("primevue/baseicon"),t=require("vue");function C(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var l={name:"StarIcon",extends:C(e).default},r=["clip-path"],n=[t.createElementVNode("path",{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",fill:"currentColor"},null,-1)],o=["id"],c=[t.createElementVNode("rect",{width:"14",height:"14",fill:"white"},null,-1)];l.render=function(e,C,l,i,a,L){return t.openBlock(),t.createElementBlock("svg",t.mergeProps({width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e.pti()),[t.createElementVNode("g",{"clip-path":"url(#".concat(e.pathId,")")},n,8,r),t.createElementVNode("defs",null,[t.createElementVNode("clipPath",{id:"".concat(e.pathId)},c,8,o)])],16)},module.exports=l;
|
package/icons/star/index.esm.js
CHANGED
|
@@ -1,15 +1,9 @@
|
|
|
1
1
|
import BaseIcon from 'primevue/baseicon';
|
|
2
|
-
import { UniqueComponentId } from 'primevue/utils';
|
|
3
2
|
import { openBlock, createElementBlock, mergeProps, createElementVNode } from 'vue';
|
|
4
3
|
|
|
5
4
|
var script = {
|
|
6
5
|
name: 'StarIcon',
|
|
7
|
-
"extends": BaseIcon
|
|
8
|
-
computed: {
|
|
9
|
-
pathId: function pathId() {
|
|
10
|
-
return "pv_icon_clip_".concat(UniqueComponentId());
|
|
11
|
-
}
|
|
12
|
-
}
|
|
6
|
+
"extends": BaseIcon
|
|
13
7
|
};
|
|
14
8
|
|
|
15
9
|
var _hoisted_1 = ["clip-path"];
|
|
@@ -33,9 +27,9 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
33
27
|
fill: "none",
|
|
34
28
|
xmlns: "http://www.w3.org/2000/svg"
|
|
35
29
|
}, _ctx.pti()), [createElementVNode("g", {
|
|
36
|
-
"clip-path": "url(#".concat(
|
|
30
|
+
"clip-path": "url(#".concat(_ctx.pathId, ")")
|
|
37
31
|
}, _hoisted_3, 8, _hoisted_1), createElementVNode("defs", null, [createElementVNode("clipPath", {
|
|
38
|
-
id: "".concat(
|
|
32
|
+
id: "".concat(_ctx.pathId)
|
|
39
33
|
}, _hoisted_6, 8, _hoisted_4)])], 16);
|
|
40
34
|
}
|
|
41
35
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import
|
|
1
|
+
import C from"primevue/baseicon";import{openBlock as t,createElementBlock as e,mergeProps as i,createElementVNode as L}from"vue";var l={name:"StarIcon",extends:C},r=["clip-path"],n=[L("path",{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",fill:"currentColor"},null,-1)],o=["id"],a=[L("rect",{width:"14",height:"14",fill:"white"},null,-1)];l.render=function(C,l,h,p,c,d){return t(),e("svg",i({width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"},C.pti()),[L("g",{"clip-path":"url(#".concat(C.pathId,")")},n,8,r),L("defs",null,[L("clipPath",{id:"".concat(C.pathId)},a,8,o)])],16)};export{l as default};
|
package/icons/star/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
this.primevue = this.primevue || {};
|
|
2
2
|
this.primevue.icons = this.primevue.icons || {};
|
|
3
|
-
this.primevue.icons.star = (function (BaseIcon,
|
|
3
|
+
this.primevue.icons.star = (function (BaseIcon, vue) {
|
|
4
4
|
'use strict';
|
|
5
5
|
|
|
6
6
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
@@ -9,12 +9,7 @@ this.primevue.icons.star = (function (BaseIcon, utils, vue) {
|
|
|
9
9
|
|
|
10
10
|
var script = {
|
|
11
11
|
name: 'StarIcon',
|
|
12
|
-
"extends": BaseIcon__default["default"]
|
|
13
|
-
computed: {
|
|
14
|
-
pathId: function pathId() {
|
|
15
|
-
return "pv_icon_clip_".concat(utils.UniqueComponentId());
|
|
16
|
-
}
|
|
17
|
-
}
|
|
12
|
+
"extends": BaseIcon__default["default"]
|
|
18
13
|
};
|
|
19
14
|
|
|
20
15
|
var _hoisted_1 = ["clip-path"];
|
|
@@ -38,9 +33,9 @@ this.primevue.icons.star = (function (BaseIcon, utils, vue) {
|
|
|
38
33
|
fill: "none",
|
|
39
34
|
xmlns: "http://www.w3.org/2000/svg"
|
|
40
35
|
}, _ctx.pti()), [vue.createElementVNode("g", {
|
|
41
|
-
"clip-path": "url(#".concat(
|
|
36
|
+
"clip-path": "url(#".concat(_ctx.pathId, ")")
|
|
42
37
|
}, _hoisted_3, 8, _hoisted_1), vue.createElementVNode("defs", null, [vue.createElementVNode("clipPath", {
|
|
43
|
-
id: "".concat(
|
|
38
|
+
id: "".concat(_ctx.pathId)
|
|
44
39
|
}, _hoisted_6, 8, _hoisted_4)])], 16);
|
|
45
40
|
}
|
|
46
41
|
|
|
@@ -48,4 +43,4 @@ this.primevue.icons.star = (function (BaseIcon, utils, vue) {
|
|
|
48
43
|
|
|
49
44
|
return script;
|
|
50
45
|
|
|
51
|
-
})(primevue.baseicon,
|
|
46
|
+
})(primevue.baseicon, Vue);
|
package/icons/star/index.min.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
this.primevue=this.primevue||{},this.primevue.icons=this.primevue.icons||{},this.primevue.icons.star=function(e,t
|
|
1
|
+
this.primevue=this.primevue||{},this.primevue.icons=this.primevue.icons||{},this.primevue.icons.star=function(e,t){"use strict";function i(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var n={name:"StarIcon",extends:i(e).default},r=["clip-path"],C=[t.createElementVNode("path",{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",fill:"currentColor"},null,-1)],l=["id"],c=[t.createElementVNode("rect",{width:"14",height:"14",fill:"white"},null,-1)];return n.render=function(e,i,n,o,a,u){return t.openBlock(),t.createElementBlock("svg",t.mergeProps({width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e.pti()),[t.createElementVNode("g",{"clip-path":"url(#".concat(e.pathId,")")},C,8,r),t.createElementVNode("defs",null,[t.createElementVNode("clipPath",{id:"".concat(e.pathId)},c,8,l)])],16)},n}(primevue.baseicon,Vue);
|
package/icons/star/index.vue
CHANGED
|
@@ -16,15 +16,9 @@
|
|
|
16
16
|
|
|
17
17
|
<script>
|
|
18
18
|
import BaseIcon from 'primevue/baseicon';
|
|
19
|
-
import { UniqueComponentId } from 'primevue/utils';
|
|
20
19
|
|
|
21
20
|
export default {
|
|
22
21
|
name: 'StarIcon',
|
|
23
|
-
extends: BaseIcon
|
|
24
|
-
computed: {
|
|
25
|
-
pathId() {
|
|
26
|
-
return `pv_icon_clip_${UniqueComponentId()}`;
|
|
27
|
-
}
|
|
28
|
-
}
|
|
22
|
+
extends: BaseIcon
|
|
29
23
|
};
|
|
30
24
|
</script>
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var BaseIcon = require('primevue/baseicon');
|
|
4
|
-
var utils = require('primevue/utils');
|
|
5
4
|
var vue = require('vue');
|
|
6
5
|
|
|
7
6
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
@@ -10,12 +9,7 @@ var BaseIcon__default = /*#__PURE__*/_interopDefaultLegacy(BaseIcon);
|
|
|
10
9
|
|
|
11
10
|
var script = {
|
|
12
11
|
name: 'StarFillIcon',
|
|
13
|
-
"extends": BaseIcon__default["default"]
|
|
14
|
-
computed: {
|
|
15
|
-
pathId: function pathId() {
|
|
16
|
-
return "pv_icon_clip_".concat(utils.UniqueComponentId());
|
|
17
|
-
}
|
|
18
|
-
}
|
|
12
|
+
"extends": BaseIcon__default["default"]
|
|
19
13
|
};
|
|
20
14
|
|
|
21
15
|
var _hoisted_1 = ["clip-path"];
|
|
@@ -39,9 +33,9 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
39
33
|
fill: "none",
|
|
40
34
|
xmlns: "http://www.w3.org/2000/svg"
|
|
41
35
|
}, _ctx.pti()), [vue.createElementVNode("g", {
|
|
42
|
-
"clip-path": "url(#".concat(
|
|
36
|
+
"clip-path": "url(#".concat(_ctx.pathId, ")")
|
|
43
37
|
}, _hoisted_3, 8, _hoisted_1), vue.createElementVNode("defs", null, [vue.createElementVNode("clipPath", {
|
|
44
|
-
id: "".concat(
|
|
38
|
+
id: "".concat(_ctx.pathId)
|
|
45
39
|
}, _hoisted_6, 8, _hoisted_4)])], 16);
|
|
46
40
|
}
|
|
47
41
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("primevue/baseicon"),t=require("
|
|
1
|
+
"use strict";var e=require("primevue/baseicon"),t=require("vue");function l(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var r={name:"StarFillIcon",extends:l(e).default},n=["clip-path"],i=[t.createElementVNode("path",{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",fill:"currentColor"},null,-1)],o=["id"],c=[t.createElementVNode("rect",{width:"14",height:"14",fill:"white"},null,-1)];r.render=function(e,l,r,a,C,d){return t.openBlock(),t.createElementBlock("svg",t.mergeProps({width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e.pti()),[t.createElementVNode("g",{"clip-path":"url(#".concat(e.pathId,")")},i,8,n),t.createElementVNode("defs",null,[t.createElementVNode("clipPath",{id:"".concat(e.pathId)},c,8,o)])],16)},module.exports=r;
|
|
@@ -1,15 +1,9 @@
|
|
|
1
1
|
import BaseIcon from 'primevue/baseicon';
|
|
2
|
-
import { UniqueComponentId } from 'primevue/utils';
|
|
3
2
|
import { openBlock, createElementBlock, mergeProps, createElementVNode } from 'vue';
|
|
4
3
|
|
|
5
4
|
var script = {
|
|
6
5
|
name: 'StarFillIcon',
|
|
7
|
-
"extends": BaseIcon
|
|
8
|
-
computed: {
|
|
9
|
-
pathId: function pathId() {
|
|
10
|
-
return "pv_icon_clip_".concat(UniqueComponentId());
|
|
11
|
-
}
|
|
12
|
-
}
|
|
6
|
+
"extends": BaseIcon
|
|
13
7
|
};
|
|
14
8
|
|
|
15
9
|
var _hoisted_1 = ["clip-path"];
|
|
@@ -33,9 +27,9 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
33
27
|
fill: "none",
|
|
34
28
|
xmlns: "http://www.w3.org/2000/svg"
|
|
35
29
|
}, _ctx.pti()), [createElementVNode("g", {
|
|
36
|
-
"clip-path": "url(#".concat(
|
|
30
|
+
"clip-path": "url(#".concat(_ctx.pathId, ")")
|
|
37
31
|
}, _hoisted_3, 8, _hoisted_1), createElementVNode("defs", null, [createElementVNode("clipPath", {
|
|
38
|
-
id: "".concat(
|
|
32
|
+
id: "".concat(_ctx.pathId)
|
|
39
33
|
}, _hoisted_6, 8, _hoisted_4)])], 16);
|
|
40
34
|
}
|
|
41
35
|
|