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.eyeslash=function(e,t
|
|
1
|
+
this.primevue=this.primevue||{},this.primevue.icons=this.primevue.icons||{},this.primevue.icons.eyeslash=function(e,t){"use strict";function C(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var i={name:"EyeSlashIcon",extends:C(e).default},l=["clip-path"],n=[t.createElementVNode("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M13.9414 6.74792C13.9437 6.75295 13.9455 6.757 13.9469 6.76003C13.982 6.8394 14.0001 6.9252 14.0001 7.01195C14.0001 7.0987 13.982 7.1845 13.9469 7.26386C13.6004 8.00059 13.1711 8.69549 12.6674 9.33515C12.6115 9.4071 12.54 9.46538 12.4582 9.50556C12.3765 9.54574 12.2866 9.56678 12.1955 9.56707C12.0834 9.56671 11.9737 9.53496 11.8788 9.47541C11.7838 9.41586 11.7074 9.3309 11.6583 9.23015C11.6092 9.12941 11.5893 9.01691 11.6008 8.90543C11.6124 8.79394 11.6549 8.68793 11.7237 8.5994C12.1065 8.09726 12.4437 7.56199 12.7313 6.99995C12.2595 6.08027 10.3402 2.8014 6.99732 2.8014C6.63723 2.80218 6.27816 2.83969 5.92569 2.91336C5.77666 2.93304 5.62568 2.89606 5.50263 2.80972C5.37958 2.72337 5.29344 2.59398 5.26125 2.44714C5.22907 2.30031 5.2532 2.14674 5.32885 2.01685C5.40451 1.88696 5.52618 1.79021 5.66978 1.74576C6.10574 1.64961 6.55089 1.60134 6.99732 1.60181C11.5916 1.60181 13.7864 6.40856 13.9414 6.74792ZM2.20333 1.61685C2.35871 1.61411 2.5091 1.67179 2.6228 1.77774L12.2195 11.3744C12.3318 11.4869 12.3949 11.6393 12.3949 11.7983C12.3949 11.9572 12.3318 12.1097 12.2195 12.2221C12.107 12.3345 11.9546 12.3976 11.7956 12.3976C11.6367 12.3976 11.4842 12.3345 11.3718 12.2221L10.5081 11.3584C9.46549 12.0426 8.24432 12.4042 6.99729 12.3981C2.403 12.3981 0.208197 7.59135 0.0532336 7.25198C0.0509364 7.24694 0.0490875 7.2429 0.0476856 7.23986C0.0162332 7.16518 3.05176e-05 7.08497 3.05176e-05 7.00394C3.05176e-05 6.92291 0.0162332 6.8427 0.0476856 6.76802C0.631261 5.47831 1.46902 4.31959 2.51084 3.36119L1.77509 2.62545C1.66914 2.51175 1.61146 2.36136 1.61421 2.20597C1.61695 2.05059 1.6799 1.90233 1.78979 1.79244C1.89968 1.68254 2.04794 1.6196 2.20333 1.61685ZM7.45314 8.35147L5.68574 6.57609V6.5361C5.5872 6.78938 5.56498 7.06597 5.62183 7.33173C5.67868 7.59749 5.8121 7.84078 6.00563 8.03158C6.19567 8.21043 6.43052 8.33458 6.68533 8.39089C6.94014 8.44721 7.20543 8.43359 7.45314 8.35147ZM1.26327 6.99994C1.7351 7.91163 3.64645 11.1985 6.99729 11.1985C7.9267 11.2048 8.8408 10.9618 9.64438 10.4947L8.35682 9.20718C7.86027 9.51441 7.27449 9.64491 6.69448 9.57752C6.11446 9.51014 5.57421 9.24881 5.16131 8.83592C4.74842 8.42303 4.4871 7.88277 4.41971 7.30276C4.35232 6.72274 4.48282 6.13697 4.79005 5.64041L3.35855 4.2089C2.4954 5.00336 1.78523 5.94935 1.26327 6.99994Z",fill:"currentColor"},null,-1)],r=["id"],c=[t.createElementVNode("rect",{width:"14",height:"14",fill:"white"},null,-1)];return i.render=function(e,C,i,o,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,")")},n,8,l),t.createElementVNode("defs",null,[t.createElementVNode("clipPath",{id:"".concat(e.pathId)},c,8,r)])],16)},i}(primevue.baseicon,Vue);
|
package/icons/eyeslash/index.vue
CHANGED
|
@@ -18,15 +18,9 @@
|
|
|
18
18
|
|
|
19
19
|
<script>
|
|
20
20
|
import BaseIcon from 'primevue/baseicon';
|
|
21
|
-
import { UniqueComponentId } from 'primevue/utils';
|
|
22
21
|
|
|
23
22
|
export default {
|
|
24
23
|
name: 'EyeSlashIcon',
|
|
25
|
-
extends: BaseIcon
|
|
26
|
-
computed: {
|
|
27
|
-
pathId() {
|
|
28
|
-
return `pv_icon_clip_${UniqueComponentId()}`;
|
|
29
|
-
}
|
|
30
|
-
}
|
|
24
|
+
extends: BaseIcon
|
|
31
25
|
};
|
|
32
26
|
</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: 'FilterIcon',
|
|
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:"FilterIcon",extends:l(e).default},n=["clip-path"],i=[t.createElementVNode("path",{d:"M8.64708 14H5.35296C5.18981 13.9979 5.03395 13.9321 4.91858 13.8167C4.8032 13.7014 4.73745 13.5455 4.73531 13.3824V7L0.329431 0.98C0.259794 0.889466 0.217389 0.780968 0.20718 0.667208C0.19697 0.553448 0.219379 0.439133 0.271783 0.337647C0.324282 0.236453 0.403423 0.151519 0.500663 0.0920138C0.597903 0.0325088 0.709548 0.000692754 0.823548 0H13.1765C13.2905 0.000692754 13.4021 0.0325088 13.4994 0.0920138C13.5966 0.151519 13.6758 0.236453 13.7283 0.337647C13.7807 0.439133 13.8031 0.553448 13.7929 0.667208C13.7826 0.780968 13.7402 0.889466 13.6706 0.98L9.26472 7V13.3824C9.26259 13.5455 9.19683 13.7014 9.08146 13.8167C8.96609 13.9321 8.81022 13.9979 8.64708 14ZM5.97061 12.7647H8.02943V6.79412C8.02878 6.66289 8.07229 6.53527 8.15296 6.43177L11.9412 1.23529H2.05884L5.86355 6.43177C5.94422 6.53527 5.98773 6.66289 5.98708 6.79412L5.97061 12.7647Z",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,d,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,")")},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: 'FilterIcon',
|
|
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 e,createElementBlock as i,mergeProps as l,createElementVNode as r}from"vue";var n={name:"FilterIcon",extends:t},o=["clip-path"],C=[r("path",{d:"M8.64708 14H5.35296C5.18981 13.9979 5.03395 13.9321 4.91858 13.8167C4.8032 13.7014 4.73745 13.5455 4.73531 13.3824V7L0.329431 0.98C0.259794 0.889466 0.217389 0.780968 0.20718 0.667208C0.19697 0.553448 0.219379 0.439133 0.271783 0.337647C0.324282 0.236453 0.403423 0.151519 0.500663 0.0920138C0.597903 0.0325088 0.709548 0.000692754 0.823548 0H13.1765C13.2905 0.000692754 13.4021 0.0325088 13.4994 0.0920138C13.5966 0.151519 13.6758 0.236453 13.7283 0.337647C13.7807 0.439133 13.8031 0.553448 13.7929 0.667208C13.7826 0.780968 13.7402 0.889466 13.6706 0.98L9.26472 7V13.3824C9.26259 13.5455 9.19683 13.7014 9.08146 13.8167C8.96609 13.9321 8.81022 13.9979 8.64708 14ZM5.97061 12.7647H8.02943V6.79412C8.02878 6.66289 8.07229 6.53527 8.15296 6.43177L11.9412 1.23529H2.05884L5.86355 6.43177C5.94422 6.53527 5.98773 6.66289 5.98708 6.79412L5.97061 12.7647Z",fill:"currentColor"},null,-1)],h=["id"],p=[r("rect",{width:"14",height:"14",fill:"white"},null,-1)];n.render=function(t,n,a,c,d,u){return e(),i("svg",l({width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"},t.pti()),[r("g",{"clip-path":"url(#".concat(t.pathId,")")},C,8,o),r("defs",null,[r("clipPath",{id:"".concat(t.pathId)},p,8,h)])],16)};export{n as default};
|
package/icons/filter/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.filter = (function (BaseIcon,
|
|
3
|
+
this.primevue.icons.filter = (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.filter = (function (BaseIcon, utils, vue) {
|
|
|
9
9
|
|
|
10
10
|
var script = {
|
|
11
11
|
name: 'FilterIcon',
|
|
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.filter = (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.filter = (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.filter=function(e,t
|
|
1
|
+
this.primevue=this.primevue||{},this.primevue.icons=this.primevue.icons||{},this.primevue.icons.filter=function(e,t){"use strict";function i(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var n={name:"FilterIcon",extends:i(e).default},r=["clip-path"],l=[t.createElementVNode("path",{d:"M8.64708 14H5.35296C5.18981 13.9979 5.03395 13.9321 4.91858 13.8167C4.8032 13.7014 4.73745 13.5455 4.73531 13.3824V7L0.329431 0.98C0.259794 0.889466 0.217389 0.780968 0.20718 0.667208C0.19697 0.553448 0.219379 0.439133 0.271783 0.337647C0.324282 0.236453 0.403423 0.151519 0.500663 0.0920138C0.597903 0.0325088 0.709548 0.000692754 0.823548 0H13.1765C13.2905 0.000692754 13.4021 0.0325088 13.4994 0.0920138C13.5966 0.151519 13.6758 0.236453 13.7283 0.337647C13.7807 0.439133 13.8031 0.553448 13.7929 0.667208C13.7826 0.780968 13.7402 0.889466 13.6706 0.98L9.26472 7V13.3824C9.26259 13.5455 9.19683 13.7014 9.08146 13.8167C8.96609 13.9321 8.81022 13.9979 8.64708 14ZM5.97061 12.7647H8.02943V6.79412C8.02878 6.66289 8.07229 6.53527 8.15296 6.43177L11.9412 1.23529H2.05884L5.86355 6.43177C5.94422 6.53527 5.98773 6.66289 5.98708 6.79412L5.97061 12.7647Z",fill:"currentColor"},null,-1)],c=["id"],o=[t.createElementVNode("rect",{width:"14",height:"14",fill:"white"},null,-1)];return n.render=function(e,i,n,u,a,h){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)},o,8,c)])],16)},n}(primevue.baseicon,Vue);
|
package/icons/filter/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: 'FilterIcon',
|
|
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: 'FilterSlashIcon',
|
|
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"];
|
|
@@ -41,9 +35,9 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
41
35
|
fill: "none",
|
|
42
36
|
xmlns: "http://www.w3.org/2000/svg"
|
|
43
37
|
}, _ctx.pti()), [vue.createElementVNode("g", {
|
|
44
|
-
"clip-path": "url(#".concat(
|
|
38
|
+
"clip-path": "url(#".concat(_ctx.pathId, ")")
|
|
45
39
|
}, _hoisted_3, 8, _hoisted_1), vue.createElementVNode("defs", null, [vue.createElementVNode("clipPath", {
|
|
46
|
-
id: "".concat(
|
|
40
|
+
id: "".concat(_ctx.pathId)
|
|
47
41
|
}, _hoisted_6, 8, _hoisted_4)])], 16);
|
|
48
42
|
}
|
|
49
43
|
|
|
@@ -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:"FilterSlashIcon",extends:l(e).default},C=["clip-path"],n=[t.createElementVNode("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M13.4994 0.0920138C13.5967 0.151519 13.6758 0.236453 13.7283 0.337647C13.7807 0.439133 13.8031 0.553448 13.7929 0.667208C13.7827 0.780968 13.7403 0.889466 13.6707 0.98L11.406 4.06823C11.3099 4.19928 11.1656 4.28679 11.005 4.3115C10.8444 4.33621 10.6805 4.2961 10.5495 4.2C10.4184 4.1039 10.3309 3.95967 10.3062 3.79905C10.2815 3.63843 10.3216 3.47458 10.4177 3.34353L11.9412 1.23529H7.41184C7.24803 1.23529 7.09093 1.17022 6.97509 1.05439C6.85926 0.938558 6.79419 0.781457 6.79419 0.617647C6.79419 0.453837 6.85926 0.296736 6.97509 0.180905C7.09093 0.0650733 7.24803 0 7.41184 0H13.1765C13.2905 0.000692754 13.4022 0.0325088 13.4994 0.0920138ZM4.20008 0.181168H4.24126L13.2013 9.03411C13.3169 9.14992 13.3819 9.3069 13.3819 9.47058C13.3819 9.63426 13.3169 9.79124 13.2013 9.90705C13.1445 9.96517 13.0766 10.0112 13.0016 10.0423C12.9266 10.0735 12.846 10.0891 12.7648 10.0882C12.6836 10.0886 12.6032 10.0728 12.5283 10.0417C12.4533 10.0106 12.3853 9.96479 12.3283 9.90705L9.3142 6.92587L9.26479 6.99999V13.3823C9.26265 13.5455 9.19689 13.7014 9.08152 13.8167C8.96615 13.9321 8.81029 13.9979 8.64714 14H5.35302C5.18987 13.9979 5.03401 13.9321 4.91864 13.8167C4.80327 13.7014 4.73751 13.5455 4.73537 13.3823V6.99999L0.329492 1.02117C0.259855 0.930634 0.21745 0.822137 0.207241 0.708376C0.197031 0.594616 0.21944 0.480301 0.271844 0.378815C0.324343 0.277621 0.403484 0.192687 0.500724 0.133182C0.597964 0.073677 0.709609 0.041861 0.823609 0.0411682H3.86243C3.92448 0.0461551 3.9855 0.060022 4.04361 0.0823446C4.10037 0.10735 4.15311 0.140655 4.20008 0.181168ZM8.02949 6.79411C8.02884 6.66289 8.07235 6.53526 8.15302 6.43176L8.42478 6.05293L3.55773 1.23529H2.0589L5.84714 6.43176C5.92781 6.53526 5.97132 6.66289 5.97067 6.79411V12.7647H8.02949V6.79411Z",fill:"currentColor"},null,-1)],i=["id"],o=[t.createElementVNode("rect",{width:"14",height:"14",fill:"white"},null,-1)];r.render=function(e,l,r,c,d,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,")")},n,8,C),t.createElementVNode("defs",null,[t.createElementVNode("clipPath",{id:"".concat(e.pathId)},o,8,i)])],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: 'FilterSlashIcon',
|
|
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"];
|
|
@@ -35,9 +29,9 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
35
29
|
fill: "none",
|
|
36
30
|
xmlns: "http://www.w3.org/2000/svg"
|
|
37
31
|
}, _ctx.pti()), [createElementVNode("g", {
|
|
38
|
-
"clip-path": "url(#".concat(
|
|
32
|
+
"clip-path": "url(#".concat(_ctx.pathId, ")")
|
|
39
33
|
}, _hoisted_3, 8, _hoisted_1), createElementVNode("defs", null, [createElementVNode("clipPath", {
|
|
40
|
-
id: "".concat(
|
|
34
|
+
id: "".concat(_ctx.pathId)
|
|
41
35
|
}, _hoisted_6, 8, _hoisted_4)])], 16);
|
|
42
36
|
}
|
|
43
37
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import
|
|
1
|
+
import C from"primevue/baseicon";import{openBlock as e,createElementBlock as l,mergeProps as t,createElementVNode as i}from"vue";var r={name:"FilterSlashIcon",extends:C},n=["clip-path"],o=[i("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M13.4994 0.0920138C13.5967 0.151519 13.6758 0.236453 13.7283 0.337647C13.7807 0.439133 13.8031 0.553448 13.7929 0.667208C13.7827 0.780968 13.7403 0.889466 13.6707 0.98L11.406 4.06823C11.3099 4.19928 11.1656 4.28679 11.005 4.3115C10.8444 4.33621 10.6805 4.2961 10.5495 4.2C10.4184 4.1039 10.3309 3.95967 10.3062 3.79905C10.2815 3.63843 10.3216 3.47458 10.4177 3.34353L11.9412 1.23529H7.41184C7.24803 1.23529 7.09093 1.17022 6.97509 1.05439C6.85926 0.938558 6.79419 0.781457 6.79419 0.617647C6.79419 0.453837 6.85926 0.296736 6.97509 0.180905C7.09093 0.0650733 7.24803 0 7.41184 0H13.1765C13.2905 0.000692754 13.4022 0.0325088 13.4994 0.0920138ZM4.20008 0.181168H4.24126L13.2013 9.03411C13.3169 9.14992 13.3819 9.3069 13.3819 9.47058C13.3819 9.63426 13.3169 9.79124 13.2013 9.90705C13.1445 9.96517 13.0766 10.0112 13.0016 10.0423C12.9266 10.0735 12.846 10.0891 12.7648 10.0882C12.6836 10.0886 12.6032 10.0728 12.5283 10.0417C12.4533 10.0106 12.3853 9.96479 12.3283 9.90705L9.3142 6.92587L9.26479 6.99999V13.3823C9.26265 13.5455 9.19689 13.7014 9.08152 13.8167C8.96615 13.9321 8.81029 13.9979 8.64714 14H5.35302C5.18987 13.9979 5.03401 13.9321 4.91864 13.8167C4.80327 13.7014 4.73751 13.5455 4.73537 13.3823V6.99999L0.329492 1.02117C0.259855 0.930634 0.21745 0.822137 0.207241 0.708376C0.197031 0.594616 0.21944 0.480301 0.271844 0.378815C0.324343 0.277621 0.403484 0.192687 0.500724 0.133182C0.597964 0.073677 0.709609 0.041861 0.823609 0.0411682H3.86243C3.92448 0.0461551 3.9855 0.060022 4.04361 0.0823446C4.10037 0.10735 4.15311 0.140655 4.20008 0.181168ZM8.02949 6.79411C8.02884 6.66289 8.07235 6.53526 8.15302 6.43176L8.42478 6.05293L3.55773 1.23529H2.0589L5.84714 6.43176C5.92781 6.53526 5.97132 6.66289 5.97067 6.79411V12.7647H8.02949V6.79411Z",fill:"currentColor"},null,-1)],d=["id"],h=[i("rect",{width:"14",height:"14",fill:"white"},null,-1)];r.render=function(C,r,p,a,c,u){return e(),l("svg",t({width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"},C.pti()),[i("g",{"clip-path":"url(#".concat(C.pathId,")")},o,8,n),i("defs",null,[i("clipPath",{id:"".concat(C.pathId)},h,8,d)])],16)};export{r as default};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
this.primevue = this.primevue || {};
|
|
2
2
|
this.primevue.icons = this.primevue.icons || {};
|
|
3
|
-
this.primevue.icons.filterslash = (function (BaseIcon,
|
|
3
|
+
this.primevue.icons.filterslash = (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.filterslash = (function (BaseIcon, utils, vue) {
|
|
|
9
9
|
|
|
10
10
|
var script = {
|
|
11
11
|
name: 'FilterSlashIcon',
|
|
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"];
|
|
@@ -40,9 +35,9 @@ this.primevue.icons.filterslash = (function (BaseIcon, utils, vue) {
|
|
|
40
35
|
fill: "none",
|
|
41
36
|
xmlns: "http://www.w3.org/2000/svg"
|
|
42
37
|
}, _ctx.pti()), [vue.createElementVNode("g", {
|
|
43
|
-
"clip-path": "url(#".concat(
|
|
38
|
+
"clip-path": "url(#".concat(_ctx.pathId, ")")
|
|
44
39
|
}, _hoisted_3, 8, _hoisted_1), vue.createElementVNode("defs", null, [vue.createElementVNode("clipPath", {
|
|
45
|
-
id: "".concat(
|
|
40
|
+
id: "".concat(_ctx.pathId)
|
|
46
41
|
}, _hoisted_6, 8, _hoisted_4)])], 16);
|
|
47
42
|
}
|
|
48
43
|
|
|
@@ -50,4 +45,4 @@ this.primevue.icons.filterslash = (function (BaseIcon, utils, vue) {
|
|
|
50
45
|
|
|
51
46
|
return script;
|
|
52
47
|
|
|
53
|
-
})(primevue.baseicon,
|
|
48
|
+
})(primevue.baseicon, Vue);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
this.primevue=this.primevue||{},this.primevue.icons=this.primevue.icons||{},this.primevue.icons.filterslash=function(e,t
|
|
1
|
+
this.primevue=this.primevue||{},this.primevue.icons=this.primevue.icons||{},this.primevue.icons.filterslash=function(e,t){"use strict";function i(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var l={name:"FilterSlashIcon",extends:i(e).default},n=["clip-path"],r=[t.createElementVNode("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M13.4994 0.0920138C13.5967 0.151519 13.6758 0.236453 13.7283 0.337647C13.7807 0.439133 13.8031 0.553448 13.7929 0.667208C13.7827 0.780968 13.7403 0.889466 13.6707 0.98L11.406 4.06823C11.3099 4.19928 11.1656 4.28679 11.005 4.3115C10.8444 4.33621 10.6805 4.2961 10.5495 4.2C10.4184 4.1039 10.3309 3.95967 10.3062 3.79905C10.2815 3.63843 10.3216 3.47458 10.4177 3.34353L11.9412 1.23529H7.41184C7.24803 1.23529 7.09093 1.17022 6.97509 1.05439C6.85926 0.938558 6.79419 0.781457 6.79419 0.617647C6.79419 0.453837 6.85926 0.296736 6.97509 0.180905C7.09093 0.0650733 7.24803 0 7.41184 0H13.1765C13.2905 0.000692754 13.4022 0.0325088 13.4994 0.0920138ZM4.20008 0.181168H4.24126L13.2013 9.03411C13.3169 9.14992 13.3819 9.3069 13.3819 9.47058C13.3819 9.63426 13.3169 9.79124 13.2013 9.90705C13.1445 9.96517 13.0766 10.0112 13.0016 10.0423C12.9266 10.0735 12.846 10.0891 12.7648 10.0882C12.6836 10.0886 12.6032 10.0728 12.5283 10.0417C12.4533 10.0106 12.3853 9.96479 12.3283 9.90705L9.3142 6.92587L9.26479 6.99999V13.3823C9.26265 13.5455 9.19689 13.7014 9.08152 13.8167C8.96615 13.9321 8.81029 13.9979 8.64714 14H5.35302C5.18987 13.9979 5.03401 13.9321 4.91864 13.8167C4.80327 13.7014 4.73751 13.5455 4.73537 13.3823V6.99999L0.329492 1.02117C0.259855 0.930634 0.21745 0.822137 0.207241 0.708376C0.197031 0.594616 0.21944 0.480301 0.271844 0.378815C0.324343 0.277621 0.403484 0.192687 0.500724 0.133182C0.597964 0.073677 0.709609 0.041861 0.823609 0.0411682H3.86243C3.92448 0.0461551 3.9855 0.060022 4.04361 0.0823446C4.10037 0.10735 4.15311 0.140655 4.20008 0.181168ZM8.02949 6.79411C8.02884 6.66289 8.07235 6.53526 8.15302 6.43176L8.42478 6.05293L3.55773 1.23529H2.0589L5.84714 6.43176C5.92781 6.53526 5.97132 6.66289 5.97067 6.79411V12.7647H8.02949V6.79411Z",fill:"currentColor"},null,-1)],C=["id"],c=[t.createElementVNode("rect",{width:"14",height:"14",fill:"white"},null,-1)];return l.render=function(e,i,l,o,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,n),t.createElementVNode("defs",null,[t.createElementVNode("clipPath",{id:"".concat(e.pathId)},c,8,C)])],16)},l}(primevue.baseicon,Vue);
|
|
@@ -18,15 +18,9 @@
|
|
|
18
18
|
|
|
19
19
|
<script>
|
|
20
20
|
import BaseIcon from 'primevue/baseicon';
|
|
21
|
-
import { UniqueComponentId } from 'primevue/utils';
|
|
22
21
|
|
|
23
22
|
export default {
|
|
24
23
|
name: 'FilterSlashIcon',
|
|
25
|
-
extends: BaseIcon
|
|
26
|
-
computed: {
|
|
27
|
-
pathId() {
|
|
28
|
-
return `pv_icon_clip_${UniqueComponentId()}`;
|
|
29
|
-
}
|
|
30
|
-
}
|
|
24
|
+
extends: BaseIcon
|
|
31
25
|
};
|
|
32
26
|
</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: 'InfoCircleIcon',
|
|
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"];
|
|
@@ -41,9 +35,9 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
41
35
|
fill: "none",
|
|
42
36
|
xmlns: "http://www.w3.org/2000/svg"
|
|
43
37
|
}, _ctx.pti()), [vue.createElementVNode("g", {
|
|
44
|
-
"clip-path": "url(#".concat(
|
|
38
|
+
"clip-path": "url(#".concat(_ctx.pathId, ")")
|
|
45
39
|
}, _hoisted_3, 8, _hoisted_1), vue.createElementVNode("defs", null, [vue.createElementVNode("clipPath", {
|
|
46
|
-
id: "".concat(
|
|
40
|
+
id: "".concat(_ctx.pathId)
|
|
47
41
|
}, _hoisted_6, 8, _hoisted_4)])], 16);
|
|
48
42
|
}
|
|
49
43
|
|
|
@@ -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:"InfoCircleIcon",extends:C(e).default},r=["clip-path"],n=[t.createElementVNode("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M3.11101 12.8203C4.26215 13.5895 5.61553 14 7 14C8.85652 14 10.637 13.2625 11.9497 11.9497C13.2625 10.637 14 8.85652 14 7C14 5.61553 13.5895 4.26215 12.8203 3.11101C12.0511 1.95987 10.9579 1.06266 9.67879 0.532846C8.3997 0.00303296 6.99224 -0.13559 5.63437 0.134506C4.2765 0.404603 3.02922 1.07129 2.05026 2.05026C1.07129 3.02922 0.404603 4.2765 0.134506 5.63437C-0.13559 6.99224 0.00303296 8.3997 0.532846 9.67879C1.06266 10.9579 1.95987 12.0511 3.11101 12.8203ZM3.75918 2.14976C4.71846 1.50879 5.84628 1.16667 7 1.16667C8.5471 1.16667 10.0308 1.78125 11.1248 2.87521C12.2188 3.96918 12.8333 5.45291 12.8333 7C12.8333 8.15373 12.4912 9.28154 11.8502 10.2408C11.2093 11.2001 10.2982 11.9478 9.23232 12.3893C8.16642 12.8308 6.99353 12.9463 5.86198 12.7212C4.73042 12.4962 3.69102 11.9406 2.87521 11.1248C2.05941 10.309 1.50384 9.26958 1.27876 8.13803C1.05367 7.00647 1.16919 5.83358 1.61071 4.76768C2.05222 3.70178 2.79989 2.79074 3.75918 2.14976ZM7.00002 4.8611C6.84594 4.85908 6.69873 4.79698 6.58977 4.68801C6.48081 4.57905 6.4187 4.43185 6.41669 4.27776V3.88888C6.41669 3.73417 6.47815 3.58579 6.58754 3.4764C6.69694 3.367 6.84531 3.30554 7.00002 3.30554C7.15473 3.30554 7.3031 3.367 7.4125 3.4764C7.52189 3.58579 7.58335 3.73417 7.58335 3.88888V4.27776C7.58134 4.43185 7.51923 4.57905 7.41027 4.68801C7.30131 4.79698 7.1541 4.85908 7.00002 4.8611ZM7.00002 10.6945C6.84594 10.6925 6.69873 10.6304 6.58977 10.5214C6.48081 10.4124 6.4187 10.2652 6.41669 10.1111V6.22225C6.41669 6.06754 6.47815 5.91917 6.58754 5.80977C6.69694 5.70037 6.84531 5.63892 7.00002 5.63892C7.15473 5.63892 7.3031 5.70037 7.4125 5.80977C7.52189 5.91917 7.58335 6.06754 7.58335 6.22225V10.1111C7.58134 10.2652 7.51923 10.4124 7.41027 10.5214C7.30131 10.6304 7.1541 10.6925 7.00002 10.6945Z",fill:"currentColor"},null,-1)],o=["id"],i=[t.createElementVNode("rect",{width:"14",height:"14",fill:"white"},null,-1)];l.render=function(e,C,l,c,d,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,")")},n,8,r),t.createElementVNode("defs",null,[t.createElementVNode("clipPath",{id:"".concat(e.pathId)},i,8,o)])],16)},module.exports=l;
|
|
@@ -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: 'InfoCircleIcon',
|
|
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"];
|
|
@@ -35,9 +29,9 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
35
29
|
fill: "none",
|
|
36
30
|
xmlns: "http://www.w3.org/2000/svg"
|
|
37
31
|
}, _ctx.pti()), [createElementVNode("g", {
|
|
38
|
-
"clip-path": "url(#".concat(
|
|
32
|
+
"clip-path": "url(#".concat(_ctx.pathId, ")")
|
|
39
33
|
}, _hoisted_3, 8, _hoisted_1), createElementVNode("defs", null, [createElementVNode("clipPath", {
|
|
40
|
-
id: "".concat(
|
|
34
|
+
id: "".concat(_ctx.pathId)
|
|
41
35
|
}, _hoisted_6, 8, _hoisted_4)])], 16);
|
|
42
36
|
}
|
|
43
37
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import C from"primevue/baseicon";import{
|
|
1
|
+
import C from"primevue/baseicon";import{openBlock as e,createElementBlock as l,mergeProps as t,createElementVNode as i}from"vue";var n={name:"InfoCircleIcon",extends:C},r=["clip-path"],o=[i("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M3.11101 12.8203C4.26215 13.5895 5.61553 14 7 14C8.85652 14 10.637 13.2625 11.9497 11.9497C13.2625 10.637 14 8.85652 14 7C14 5.61553 13.5895 4.26215 12.8203 3.11101C12.0511 1.95987 10.9579 1.06266 9.67879 0.532846C8.3997 0.00303296 6.99224 -0.13559 5.63437 0.134506C4.2765 0.404603 3.02922 1.07129 2.05026 2.05026C1.07129 3.02922 0.404603 4.2765 0.134506 5.63437C-0.13559 6.99224 0.00303296 8.3997 0.532846 9.67879C1.06266 10.9579 1.95987 12.0511 3.11101 12.8203ZM3.75918 2.14976C4.71846 1.50879 5.84628 1.16667 7 1.16667C8.5471 1.16667 10.0308 1.78125 11.1248 2.87521C12.2188 3.96918 12.8333 5.45291 12.8333 7C12.8333 8.15373 12.4912 9.28154 11.8502 10.2408C11.2093 11.2001 10.2982 11.9478 9.23232 12.3893C8.16642 12.8308 6.99353 12.9463 5.86198 12.7212C4.73042 12.4962 3.69102 11.9406 2.87521 11.1248C2.05941 10.309 1.50384 9.26958 1.27876 8.13803C1.05367 7.00647 1.16919 5.83358 1.61071 4.76768C2.05222 3.70178 2.79989 2.79074 3.75918 2.14976ZM7.00002 4.8611C6.84594 4.85908 6.69873 4.79698 6.58977 4.68801C6.48081 4.57905 6.4187 4.43185 6.41669 4.27776V3.88888C6.41669 3.73417 6.47815 3.58579 6.58754 3.4764C6.69694 3.367 6.84531 3.30554 7.00002 3.30554C7.15473 3.30554 7.3031 3.367 7.4125 3.4764C7.52189 3.58579 7.58335 3.73417 7.58335 3.88888V4.27776C7.58134 4.43185 7.51923 4.57905 7.41027 4.68801C7.30131 4.79698 7.1541 4.85908 7.00002 4.8611ZM7.00002 10.6945C6.84594 10.6925 6.69873 10.6304 6.58977 10.5214C6.48081 10.4124 6.4187 10.2652 6.41669 10.1111V6.22225C6.41669 6.06754 6.47815 5.91917 6.58754 5.80977C6.69694 5.70037 6.84531 5.63892 7.00002 5.63892C7.15473 5.63892 7.3031 5.70037 7.4125 5.80977C7.52189 5.91917 7.58335 6.06754 7.58335 6.22225V10.1111C7.58134 10.2652 7.51923 10.4124 7.41027 10.5214C7.30131 10.6304 7.1541 10.6925 7.00002 10.6945Z",fill:"currentColor"},null,-1)],d=["id"],p=[i("rect",{width:"14",height:"14",fill:"white"},null,-1)];n.render=function(C,n,c,h,a,u){return e(),l("svg",t({width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"},C.pti()),[i("g",{"clip-path":"url(#".concat(C.pathId,")")},o,8,r),i("defs",null,[i("clipPath",{id:"".concat(C.pathId)},p,8,d)])],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.infocircle = (function (BaseIcon,
|
|
3
|
+
this.primevue.icons.infocircle = (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.infocircle = (function (BaseIcon, utils, vue) {
|
|
|
9
9
|
|
|
10
10
|
var script = {
|
|
11
11
|
name: 'InfoCircleIcon',
|
|
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"];
|
|
@@ -40,9 +35,9 @@ this.primevue.icons.infocircle = (function (BaseIcon, utils, vue) {
|
|
|
40
35
|
fill: "none",
|
|
41
36
|
xmlns: "http://www.w3.org/2000/svg"
|
|
42
37
|
}, _ctx.pti()), [vue.createElementVNode("g", {
|
|
43
|
-
"clip-path": "url(#".concat(
|
|
38
|
+
"clip-path": "url(#".concat(_ctx.pathId, ")")
|
|
44
39
|
}, _hoisted_3, 8, _hoisted_1), vue.createElementVNode("defs", null, [vue.createElementVNode("clipPath", {
|
|
45
|
-
id: "".concat(
|
|
40
|
+
id: "".concat(_ctx.pathId)
|
|
46
41
|
}, _hoisted_6, 8, _hoisted_4)])], 16);
|
|
47
42
|
}
|
|
48
43
|
|
|
@@ -50,4 +45,4 @@ this.primevue.icons.infocircle = (function (BaseIcon, utils, vue) {
|
|
|
50
45
|
|
|
51
46
|
return script;
|
|
52
47
|
|
|
53
|
-
})(primevue.baseicon,
|
|
48
|
+
})(primevue.baseicon, Vue);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
this.primevue=this.primevue||{},this.primevue.icons=this.primevue.icons||{},this.primevue.icons.infocircle=function(e,t
|
|
1
|
+
this.primevue=this.primevue||{},this.primevue.icons=this.primevue.icons||{},this.primevue.icons.infocircle=function(e,t){"use strict";function i(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var n={name:"InfoCircleIcon",extends:i(e).default},C=["clip-path"],l=[t.createElementVNode("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M3.11101 12.8203C4.26215 13.5895 5.61553 14 7 14C8.85652 14 10.637 13.2625 11.9497 11.9497C13.2625 10.637 14 8.85652 14 7C14 5.61553 13.5895 4.26215 12.8203 3.11101C12.0511 1.95987 10.9579 1.06266 9.67879 0.532846C8.3997 0.00303296 6.99224 -0.13559 5.63437 0.134506C4.2765 0.404603 3.02922 1.07129 2.05026 2.05026C1.07129 3.02922 0.404603 4.2765 0.134506 5.63437C-0.13559 6.99224 0.00303296 8.3997 0.532846 9.67879C1.06266 10.9579 1.95987 12.0511 3.11101 12.8203ZM3.75918 2.14976C4.71846 1.50879 5.84628 1.16667 7 1.16667C8.5471 1.16667 10.0308 1.78125 11.1248 2.87521C12.2188 3.96918 12.8333 5.45291 12.8333 7C12.8333 8.15373 12.4912 9.28154 11.8502 10.2408C11.2093 11.2001 10.2982 11.9478 9.23232 12.3893C8.16642 12.8308 6.99353 12.9463 5.86198 12.7212C4.73042 12.4962 3.69102 11.9406 2.87521 11.1248C2.05941 10.309 1.50384 9.26958 1.27876 8.13803C1.05367 7.00647 1.16919 5.83358 1.61071 4.76768C2.05222 3.70178 2.79989 2.79074 3.75918 2.14976ZM7.00002 4.8611C6.84594 4.85908 6.69873 4.79698 6.58977 4.68801C6.48081 4.57905 6.4187 4.43185 6.41669 4.27776V3.88888C6.41669 3.73417 6.47815 3.58579 6.58754 3.4764C6.69694 3.367 6.84531 3.30554 7.00002 3.30554C7.15473 3.30554 7.3031 3.367 7.4125 3.4764C7.52189 3.58579 7.58335 3.73417 7.58335 3.88888V4.27776C7.58134 4.43185 7.51923 4.57905 7.41027 4.68801C7.30131 4.79698 7.1541 4.85908 7.00002 4.8611ZM7.00002 10.6945C6.84594 10.6925 6.69873 10.6304 6.58977 10.5214C6.48081 10.4124 6.4187 10.2652 6.41669 10.1111V6.22225C6.41669 6.06754 6.47815 5.91917 6.58754 5.80977C6.69694 5.70037 6.84531 5.63892 7.00002 5.63892C7.15473 5.63892 7.3031 5.70037 7.4125 5.80977C7.52189 5.91917 7.58335 6.06754 7.58335 6.22225V10.1111C7.58134 10.2652 7.51923 10.4124 7.41027 10.5214C7.30131 10.6304 7.1541 10.6925 7.00002 10.6945Z",fill:"currentColor"},null,-1)],r=["id"],c=[t.createElementVNode("rect",{width:"14",height:"14",fill:"white"},null,-1)];return n.render=function(e,i,n,o,u,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,")")},l,8,C),t.createElementVNode("defs",null,[t.createElementVNode("clipPath",{id:"".concat(e.pathId)},c,8,r)])],16)},n}(primevue.baseicon,Vue);
|
|
@@ -18,15 +18,9 @@
|
|
|
18
18
|
|
|
19
19
|
<script>
|
|
20
20
|
import BaseIcon from 'primevue/baseicon';
|
|
21
|
-
import { UniqueComponentId } from 'primevue/utils';
|
|
22
21
|
|
|
23
22
|
export default {
|
|
24
23
|
name: 'InfoCircleIcon',
|
|
25
|
-
extends: BaseIcon
|
|
26
|
-
computed: {
|
|
27
|
-
pathId() {
|
|
28
|
-
return `pv_icon_clip_${UniqueComponentId()}`;
|
|
29
|
-
}
|
|
30
|
-
}
|
|
24
|
+
extends: BaseIcon
|
|
31
25
|
};
|
|
32
26
|
</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: 'PencilIcon',
|
|
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:"PencilIcon",extends:l(e).default},r=["clip-path"],c=[t.createElementVNode("path",{d:"M0.609628 13.959C0.530658 13.9599 0.452305 13.9451 0.379077 13.9156C0.305849 13.8861 0.239191 13.8424 0.18294 13.787C0.118447 13.7234 0.0688234 13.6464 0.0376166 13.5614C0.00640987 13.4765 -0.00560954 13.3857 0.00241768 13.2956L0.25679 10.1501C0.267698 10.0041 0.331934 9.86709 0.437312 9.76516L9.51265 0.705715C10.0183 0.233014 10.6911 -0.0203041 11.3835 0.00127367C12.0714 0.00660201 12.7315 0.27311 13.2298 0.746671C13.7076 1.23651 13.9824 1.88848 13.9992 2.57201C14.0159 3.25554 13.7733 3.92015 13.32 4.4327L4.23648 13.5331C4.13482 13.6342 4.0017 13.6978 3.85903 13.7133L0.667067 14L0.609628 13.959ZM1.43018 10.4696L1.25787 12.714L3.50619 12.5092L12.4502 3.56444C12.6246 3.35841 12.7361 3.10674 12.7714 2.83933C12.8067 2.57193 12.7644 2.30002 12.6495 2.05591C12.5346 1.8118 12.3519 1.60575 12.1231 1.46224C11.8943 1.31873 11.6291 1.2438 11.3589 1.24633C11.1813 1.23508 11.0033 1.25975 10.8355 1.31887C10.6677 1.37798 10.5136 1.47033 10.3824 1.59036L1.43018 10.4696Z",fill:"currentColor"},null,-1)],i=["id"],o=[t.createElementVNode("rect",{width:"14",height:"14",fill:"white"},null,-1)];n.render=function(e,l,n,a,d,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)},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: 'PencilIcon',
|
|
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
|
|