primevue 2.10.0 → 2.10.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 +150 -3
- package/accordion/accordion.common.js +2 -7
- package/accordion/accordion.umd.js +2 -7
- package/accordiontab/accordiontab.common.js +15 -68
- package/accordiontab/accordiontab.umd.js +15 -68
- package/api/Api.d.ts +24 -2
- package/api/Api.js +0 -6
- package/api/FilterService.js +2 -55
- package/api/PrimeIcons.js +24 -2
- package/api/api.common.js +35 -98
- package/api/api.umd.js +35 -98
- package/api/api.umd.min.js +1 -1
- package/api/filterservice.common.js +11 -96
- package/api/filterservice.umd.js +11 -96
- package/api/primeicons.common.js +24 -2
- package/api/primeicons.umd.js +24 -2
- package/api/primeicons.umd.min.js +1 -1
- package/autocomplete/autocomplete.common.js +33 -189
- package/autocomplete/autocomplete.umd.js +33 -189
- package/avatar/avatar.common.js +2 -4
- package/avatar/avatar.umd.js +2 -4
- package/avatargroup/avatargroup.common.js +2 -4
- package/avatargroup/avatargroup.umd.js +2 -4
- package/badge/badge.common.js +2 -4
- package/badge/badge.umd.js +2 -4
- package/badgedirective/BadgeDirective.js +0 -13
- package/badgedirective/badgedirective.common.js +13 -71
- package/badgedirective/badgedirective.umd.js +13 -71
- package/blockui/blockui.common.js +15 -73
- package/blockui/blockui.umd.js +15 -73
- package/breadcrumb/breadcrumb.common.js +7 -12
- package/breadcrumb/breadcrumb.umd.js +7 -12
- package/breadcrumb/breadcrumbitem.common.js +5 -8
- package/breadcrumb/breadcrumbitem.umd.js +5 -8
- package/button/button.common.js +15 -81
- package/button/button.umd.js +15 -81
- package/calendar/calendar.common.js +109 -498
- package/calendar/calendar.umd.js +109 -498
- package/card/card.common.js +2 -4
- package/card/card.umd.js +2 -4
- package/carousel/carousel.common.js +15 -123
- package/carousel/carousel.umd.js +15 -123
- package/cascadeselect/cascadeselect.common.js +29 -187
- package/cascadeselect/cascadeselect.umd.js +29 -187
- package/cascadeselect/cascadeselectsub.common.js +25 -149
- package/cascadeselect/cascadeselectsub.umd.js +25 -149
- package/cascadeselect/demo.html +4 -3
- package/chart/chart.common.js +2 -9
- package/chart/chart.umd.js +2 -9
- package/checkbox/checkbox.common.js +11 -61
- package/checkbox/checkbox.umd.js +11 -61
- package/chip/chip.common.js +2 -4
- package/chip/chip.umd.js +2 -4
- package/chips/chips.common.js +3 -20
- package/chips/chips.umd.js +3 -20
- package/colorpicker/colorpicker.common.js +16 -111
- package/colorpicker/colorpicker.umd.js +16 -111
- package/columngroup/columngroup.common.js +2 -4
- package/columngroup/columngroup.umd.js +2 -4
- package/config/PrimeVue.js +0 -5
- package/config/primevue.common.js +35 -102
- package/config/primevue.umd.js +35 -102
- package/config/primevue.umd.min.js +1 -1
- package/confirmationeventbus/ConfirmationEventBus.js +0 -4
- package/confirmationeventbus/confirmationeventbus.common.js +0 -2
- package/confirmationeventbus/confirmationeventbus.umd.js +0 -2
- package/confirmationservice/ConfirmationService.js +0 -3
- package/confirmationservice/confirmationservice.common.js +0 -2
- package/confirmationservice/confirmationservice.umd.js +0 -2
- package/confirmdialog/confirmdialog.common.js +19 -107
- package/confirmdialog/confirmdialog.umd.js +19 -107
- package/confirmpopup/confirmpopup.common.js +17 -109
- package/confirmpopup/confirmpopup.umd.js +17 -109
- package/contextmenu/contextmenu.common.js +28 -111
- package/contextmenu/contextmenu.umd.js +28 -111
- package/contextmenu/contextmenusub.common.js +18 -90
- package/contextmenu/contextmenusub.umd.js +18 -90
- package/datatable/bodycell.common.js +28 -164
- package/datatable/bodycell.umd.js +28 -164
- package/datatable/columnfilter.common.js +35 -247
- package/datatable/columnfilter.umd.js +35 -247
- package/datatable/datatable.common.js +165 -855
- package/datatable/datatable.umd.js +165 -855
- package/datatable/datatable.umd.min.js +1 -1
- package/datatable/demo.html +3 -5
- package/datatable/footercell.common.js +24 -119
- package/datatable/footercell.umd.js +24 -119
- package/datatable/headercell.common.js +39 -266
- package/datatable/headercell.umd.js +39 -266
- package/datatable/headercheckbox.common.js +2 -4
- package/datatable/headercheckbox.umd.js +2 -4
- package/datatable/rowcheckbox.common.js +2 -4
- package/datatable/rowcheckbox.umd.js +2 -4
- package/datatable/rowradiobutton.common.js +2 -4
- package/datatable/rowradiobutton.umd.js +2 -4
- package/datatable/tablebody.common.js +30 -191
- package/datatable/tablebody.umd.js +30 -191
- package/datatable/tablefooter.common.js +27 -135
- package/datatable/tablefooter.umd.js +27 -135
- package/datatable/tableheader.common.js +41 -273
- package/datatable/tableheader.umd.js +41 -273
- package/datatable/tableloadingbody.common.js +2 -4
- package/datatable/tableloadingbody.umd.js +2 -4
- package/dataview/dataview.common.js +121 -407
- package/dataview/dataview.umd.js +121 -407
- package/dataview/dataview.umd.min.js +1 -1
- package/dataviewlayoutoptions/dataviewlayoutoptions.common.js +2 -4
- package/dataviewlayoutoptions/dataviewlayoutoptions.umd.js +2 -4
- package/deferredcontent/deferredcontent.common.js +2 -7
- package/deferredcontent/deferredcontent.umd.js +2 -7
- package/dialog/dialog.common.js +15 -93
- package/dialog/dialog.umd.js +15 -93
- package/divider/divider.common.js +2 -4
- package/divider/divider.umd.js +2 -4
- package/dock/dock.common.js +7 -14
- package/dock/dock.umd.js +7 -14
- package/dock/docksub.common.js +5 -9
- package/dock/docksub.umd.js +5 -9
- package/dropdown/dropdown.common.js +31 -188
- package/dropdown/dropdown.umd.js +31 -188
- package/editor/editor.common.js +8 -21
- package/editor/editor.umd.js +8 -21
- package/fieldset/fieldset.common.js +15 -81
- package/fieldset/fieldset.umd.js +15 -81
- package/fileupload/fileupload.common.js +28 -142
- package/fileupload/fileupload.umd.js +28 -142
- package/fullcalendar/fullcalendar.common.js +10 -17
- package/fullcalendar/fullcalendar.umd.js +10 -17
- package/fullcalendar/fullcalendar.umd.min.js +3 -3
- package/galleria/galleria.common.js +25 -147
- package/galleria/galleria.umd.js +25 -147
- package/galleria/galleriacontent.common.js +23 -137
- package/galleria/galleriacontent.umd.js +23 -137
- package/galleria/galleriaitem.common.js +19 -93
- package/galleria/galleriaitem.umd.js +19 -93
- package/galleria/galleriaitemslot.common.js +4 -10
- package/galleria/galleriaitemslot.umd.js +4 -10
- package/galleria/galleriathumbnails.common.js +19 -125
- package/galleria/galleriathumbnails.umd.js +19 -125
- package/imagepreview/imagepreview.common.js +16 -71
- package/imagepreview/imagepreview.umd.js +16 -71
- package/inlinemessage/inlinemessage.common.js +2 -5
- package/inlinemessage/inlinemessage.umd.js +2 -5
- package/inplace/inplace.common.js +17 -85
- package/inplace/inplace.umd.js +17 -85
- package/inputmask/inputmask.common.js +31 -155
- package/inputmask/inputmask.umd.js +31 -155
- package/inputnumber/InputNumber.vue +2 -2
- package/inputnumber/inputnumber.common.js +73 -233
- package/inputnumber/inputnumber.umd.js +73 -233
- package/inputnumber/inputnumber.umd.min.js +1 -1
- package/inputswitch/inputswitch.common.js +2 -5
- package/inputswitch/inputswitch.umd.js +2 -5
- package/inputtext/inputtext.common.js +2 -9
- package/inputtext/inputtext.umd.js +2 -9
- package/knob/knob.common.js +4 -5
- package/knob/knob.umd.js +4 -5
- package/listbox/listbox.common.js +27 -156
- package/listbox/listbox.umd.js +27 -156
- package/megamenu/megamenu.common.js +24 -111
- package/megamenu/megamenu.umd.js +24 -111
- package/menu/menu.common.js +20 -107
- package/menu/menu.umd.js +20 -107
- package/menu/menuitem.common.js +18 -84
- package/menu/menuitem.umd.js +18 -84
- package/menubar/demo.html +4 -3
- package/menubar/menubar.common.js +23 -112
- package/menubar/menubar.umd.js +23 -112
- package/menubar/menubarsub.common.js +21 -106
- package/menubar/menubarsub.umd.js +21 -106
- package/message/message.common.js +15 -82
- package/message/message.umd.js +15 -82
- package/multiselect/multiselect.common.js +32 -189
- package/multiselect/multiselect.umd.js +32 -189
- package/orderlist/orderlist.common.js +28 -162
- package/orderlist/orderlist.umd.js +28 -162
- package/organizationchart/organizationchart.common.js +17 -82
- package/organizationchart/organizationchart.umd.js +17 -82
- package/organizationchart/organizationchartnode.common.js +15 -68
- package/organizationchart/organizationchartnode.umd.js +15 -68
- package/overlayeventbus/OverlayEventBus.js +0 -4
- package/overlayeventbus/overlayeventbus.common.js +0 -2
- package/overlayeventbus/overlayeventbus.umd.js +0 -2
- package/overlaypanel/overlaypanel.common.js +15 -104
- package/overlaypanel/overlaypanel.umd.js +15 -104
- package/package.json +2 -2
- package/paginator/currentpagereport.common.js +2 -4
- package/paginator/currentpagereport.umd.js +2 -4
- package/paginator/firstpagelink.common.js +15 -81
- package/paginator/firstpagelink.umd.js +15 -81
- package/paginator/jumptopagedropdown.common.js +33 -194
- package/paginator/jumptopagedropdown.umd.js +33 -194
- package/paginator/jumptopageinput.common.js +79 -241
- package/paginator/jumptopageinput.umd.js +79 -241
- package/paginator/jumptopageinput.umd.min.js +1 -1
- package/paginator/lastpagelink.common.js +15 -81
- package/paginator/lastpagelink.umd.js +15 -81
- package/paginator/nextpagelink.common.js +15 -81
- package/paginator/nextpagelink.umd.js +15 -81
- package/paginator/pagelinks.common.js +15 -81
- package/paginator/pagelinks.umd.js +15 -81
- package/paginator/paginator.common.js +119 -399
- package/paginator/paginator.umd.js +119 -399
- package/paginator/paginator.umd.min.js +1 -1
- package/paginator/prevpagelink.common.js +15 -81
- package/paginator/prevpagelink.umd.js +15 -81
- package/paginator/rowsperpagedropdown.common.js +33 -194
- package/paginator/rowsperpagedropdown.umd.js +33 -194
- package/panel/panel.common.js +15 -81
- package/panel/panel.umd.js +15 -81
- package/panelmenu/panelmenu.common.js +10 -22
- package/panelmenu/panelmenu.umd.js +10 -22
- package/panelmenu/panelmenusub.common.js +5 -11
- package/panelmenu/panelmenusub.umd.js +5 -11
- package/password/Password.vue +38 -11
- package/password/password.common.js +117 -179
- package/password/password.umd.js +117 -179
- package/password/password.umd.min.js +1 -1
- package/picklist/picklist.common.js +28 -194
- package/picklist/picklist.umd.js +28 -194
- package/progressbar/progressbar.common.js +2 -4
- package/progressbar/progressbar.umd.js +2 -4
- package/progressspinner/progressspinner.common.js +2 -5
- package/progressspinner/progressspinner.umd.js +2 -5
- package/radiobutton/radiobutton.common.js +11 -57
- package/radiobutton/radiobutton.umd.js +11 -57
- package/rating/rating.common.js +2 -4
- package/rating/rating.umd.js +2 -4
- package/ripple/Ripple.js +0 -18
- package/ripple/ripple.common.js +13 -77
- package/ripple/ripple.umd.js +13 -77
- package/row/row.common.js +2 -4
- package/row/row.umd.js +2 -4
- package/scrollpanel/scrollpanel.common.js +18 -83
- package/scrollpanel/scrollpanel.umd.js +18 -83
- package/scrolltop/scrolltop.common.js +15 -71
- package/scrolltop/scrolltop.umd.js +15 -71
- package/selectbutton/selectbutton.common.js +25 -143
- package/selectbutton/selectbutton.umd.js +25 -143
- package/sidebar/Sidebar.d.ts +1 -0
- package/sidebar/Sidebar.vue +3 -0
- package/sidebar/sidebar.common.js +63 -137
- package/sidebar/sidebar.umd.js +63 -137
- package/sidebar/sidebar.umd.min.js +1 -1
- package/skeleton/skeleton.common.js +2 -4
- package/skeleton/skeleton.umd.js +2 -4
- package/slider/Slider.vue +1 -1
- package/slider/slider.common.js +64 -139
- package/slider/slider.umd.js +64 -139
- package/slider/slider.umd.min.js +1 -1
- package/speeddial/SpeedDial.vue +2 -2
- package/speeddial/speeddial.common.js +63 -152
- package/speeddial/speeddial.umd.js +63 -152
- package/speeddial/speeddial.umd.min.js +1 -1
- package/splitbutton/splitbutton.common.js +24 -115
- package/splitbutton/splitbutton.umd.js +24 -115
- package/splitter/splitter.common.js +13 -84
- package/splitter/splitter.umd.js +13 -84
- package/steps/steps.common.js +5 -9
- package/steps/steps.umd.js +5 -9
- package/styleclass/StyleClass.js +0 -43
- package/styleclass/styleclass.common.js +13 -99
- package/styleclass/styleclass.umd.js +13 -99
- package/tabmenu/tabmenu.common.js +15 -86
- package/tabmenu/tabmenu.umd.js +15 -86
- package/tabpanel/tabpanel.common.js +2 -5
- package/tabpanel/tabpanel.umd.js +2 -5
- package/tabview/tabview.common.js +27 -134
- package/tabview/tabview.umd.js +27 -134
- package/tag/tag.common.js +2 -4
- package/tag/tag.umd.js +2 -4
- package/terminal/terminal.common.js +2 -4
- package/terminal/terminal.umd.js +2 -4
- package/terminalservice/TerminalService.js +0 -3
- package/textarea/Textarea.vue +24 -1
- package/textarea/textarea.common.js +2045 -60
- package/textarea/textarea.umd.js +2045 -60
- package/textarea/textarea.umd.min.js +1 -1
- package/tieredmenu/tieredmenu.common.js +22 -124
- package/tieredmenu/tieredmenu.umd.js +22 -124
- package/tieredmenu/tieredmenusub.common.js +20 -102
- package/tieredmenu/tieredmenusub.umd.js +20 -102
- package/timeline/timeline.common.js +11 -56
- package/timeline/timeline.umd.js +11 -56
- package/toast/toast.common.js +17 -97
- package/toast/toast.umd.js +17 -97
- package/toast/toastmessage.common.js +15 -82
- package/toast/toastmessage.umd.js +15 -82
- package/toastservice/ToastEventBus.js +0 -3
- package/toastservice/ToastService.js +0 -3
- package/togglebutton/togglebutton.common.js +15 -81
- package/togglebutton/togglebutton.umd.js +15 -81
- package/toolbar/toolbar.common.js +2 -4
- package/toolbar/toolbar.umd.js +2 -4
- package/tooltip/Tooltip.js +4 -84
- package/tooltip/tooltip.common.js +17 -133
- package/tooltip/tooltip.umd.js +17 -133
- package/tree/tree.common.js +36 -211
- package/tree/tree.umd.js +36 -211
- package/tree/treenode.common.js +20 -117
- package/tree/treenode.umd.js +20 -117
- package/treetable/footercell.common.js +24 -119
- package/treetable/footercell.umd.js +24 -119
- package/treetable/headercell.common.js +24 -127
- package/treetable/headercell.umd.js +24 -127
- package/treetable/treetable.common.js +149 -625
- package/treetable/treetable.umd.js +149 -625
- package/treetable/treetable.umd.min.js +1 -1
- package/treetable/treetablerow.common.js +29 -159
- package/treetable/treetablerow.umd.js +29 -159
- package/treetable/treetablerowloader.common.js +31 -179
- package/treetable/treetablerowloader.umd.js +31 -179
- package/tristatecheckbox/tristatecheckbox.common.js +2 -12
- package/tristatecheckbox/tristatecheckbox.umd.js +2 -12
- package/utils/ConnectedOverlayScrollHandler.js +0 -12
- package/utils/DomHandler.js +13 -61
- package/utils/EventBus.js +0 -3
- package/utils/ObjectUtils.js +9 -51
- package/utils/UniqueComponentId.js +0 -1
- package/utils/Utils.js +0 -6
- package/utils/connectedoverlayscrollhandler.common.js +13 -70
- package/utils/connectedoverlayscrollhandler.umd.js +13 -70
- package/utils/domhandler.common.js +13 -63
- package/utils/domhandler.umd.js +13 -63
- package/utils/eventbus.common.js +0 -2
- package/utils/eventbus.umd.js +0 -2
- package/utils/objectutils.common.js +9 -52
- package/utils/objectutils.umd.js +9 -52
- package/utils/utils.common.js +22 -119
- package/utils/utils.umd.js +22 -119
- package/web-types.json +8 -1
package/api/api.common.js
CHANGED
|
@@ -4098,26 +4098,21 @@ var define_property_default = /*#__PURE__*/__webpack_require__.n(define_property
|
|
|
4098
4098
|
|
|
4099
4099
|
// CONCATENATED MODULE: ./node_modules/@babel/runtime-corejs2/helpers/esm/createClass.js
|
|
4100
4100
|
|
|
4101
|
-
|
|
4102
4101
|
function _defineProperties(target, props) {
|
|
4103
4102
|
for (var i = 0; i < props.length; i++) {
|
|
4104
4103
|
var descriptor = props[i];
|
|
4105
4104
|
descriptor.enumerable = descriptor.enumerable || false;
|
|
4106
4105
|
descriptor.configurable = true;
|
|
4107
4106
|
if ("value" in descriptor) descriptor.writable = true;
|
|
4108
|
-
|
|
4109
4107
|
define_property_default()(target, descriptor.key, descriptor);
|
|
4110
4108
|
}
|
|
4111
4109
|
}
|
|
4112
|
-
|
|
4113
4110
|
function _createClass(Constructor, protoProps, staticProps) {
|
|
4114
4111
|
if (protoProps) _defineProperties(Constructor.prototype, protoProps);
|
|
4115
4112
|
if (staticProps) _defineProperties(Constructor, staticProps);
|
|
4116
|
-
|
|
4117
4113
|
define_property_default()(Constructor, "prototype", {
|
|
4118
4114
|
writable: false
|
|
4119
4115
|
});
|
|
4120
|
-
|
|
4121
4116
|
return Constructor;
|
|
4122
4117
|
}
|
|
4123
4118
|
// CONCATENATED MODULE: ./src/components/utils/ObjectUtils.js
|
|
@@ -4137,18 +4132,13 @@ function _createClass(Constructor, protoProps, staticProps) {
|
|
|
4137
4132
|
|
|
4138
4133
|
|
|
4139
4134
|
|
|
4140
|
-
|
|
4141
4135
|
function _createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (!it) { if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it.return != null) it.return(); } finally { if (didErr) throw err; } } }; }
|
|
4142
|
-
|
|
4143
4136
|
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
4144
|
-
|
|
4145
4137
|
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
|
|
4146
|
-
|
|
4147
4138
|
var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
|
|
4148
4139
|
function ObjectUtils() {
|
|
4149
4140
|
_classCallCheck(this, ObjectUtils);
|
|
4150
4141
|
}
|
|
4151
|
-
|
|
4152
4142
|
_createClass(ObjectUtils, null, [{
|
|
4153
4143
|
key: "equals",
|
|
4154
4144
|
value: function equals(obj1, obj2, field) {
|
|
@@ -4158,50 +4148,41 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
|
|
|
4158
4148
|
key: "deepEquals",
|
|
4159
4149
|
value: function deepEquals(a, b) {
|
|
4160
4150
|
if (a === b) return true;
|
|
4161
|
-
|
|
4162
4151
|
if (a && b && _typeof(a) == 'object' && _typeof(b) == 'object') {
|
|
4163
4152
|
var arrA = Array.isArray(a),
|
|
4164
|
-
|
|
4165
|
-
|
|
4166
|
-
|
|
4167
|
-
|
|
4168
|
-
|
|
4153
|
+
arrB = Array.isArray(b),
|
|
4154
|
+
i,
|
|
4155
|
+
length,
|
|
4156
|
+
key;
|
|
4169
4157
|
if (arrA && arrB) {
|
|
4170
4158
|
length = a.length;
|
|
4171
4159
|
if (length != b.length) return false;
|
|
4172
|
-
|
|
4173
4160
|
for (i = length; i-- !== 0;) {
|
|
4174
4161
|
if (!this.deepEquals(a[i], b[i])) return false;
|
|
4175
4162
|
}
|
|
4176
|
-
|
|
4177
4163
|
return true;
|
|
4178
4164
|
}
|
|
4179
|
-
|
|
4180
4165
|
if (arrA != arrB) return false;
|
|
4181
4166
|
var dateA = a instanceof Date,
|
|
4182
|
-
|
|
4167
|
+
dateB = b instanceof Date;
|
|
4183
4168
|
if (dateA != dateB) return false;
|
|
4184
4169
|
if (dateA && dateB) return a.getTime() == b.getTime();
|
|
4185
4170
|
var regexpA = a instanceof RegExp,
|
|
4186
|
-
|
|
4171
|
+
regexpB = b instanceof RegExp;
|
|
4187
4172
|
if (regexpA != regexpB) return false;
|
|
4188
4173
|
if (regexpA && regexpB) return a.toString() == b.toString();
|
|
4189
4174
|
var keys = Object.keys(a);
|
|
4190
4175
|
length = keys.length;
|
|
4191
4176
|
if (length !== Object.keys(b).length) return false;
|
|
4192
|
-
|
|
4193
4177
|
for (i = length; i-- !== 0;) {
|
|
4194
4178
|
if (!Object.prototype.hasOwnProperty.call(b, keys[i])) return false;
|
|
4195
4179
|
}
|
|
4196
|
-
|
|
4197
4180
|
for (i = length; i-- !== 0;) {
|
|
4198
4181
|
key = keys[i];
|
|
4199
4182
|
if (!this.deepEquals(a[key], b[key])) return false;
|
|
4200
4183
|
}
|
|
4201
|
-
|
|
4202
4184
|
return true;
|
|
4203
4185
|
}
|
|
4204
|
-
|
|
4205
4186
|
return a !== a && b !== b;
|
|
4206
4187
|
}
|
|
4207
4188
|
}, {
|
|
@@ -4215,15 +4196,12 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
|
|
|
4215
4196
|
} else {
|
|
4216
4197
|
var fields = field.split('.');
|
|
4217
4198
|
var value = data;
|
|
4218
|
-
|
|
4219
4199
|
for (var i = 0, len = fields.length; i < len; ++i) {
|
|
4220
4200
|
if (value == null) {
|
|
4221
4201
|
return null;
|
|
4222
4202
|
}
|
|
4223
|
-
|
|
4224
4203
|
value = value[fields[i]];
|
|
4225
4204
|
}
|
|
4226
|
-
|
|
4227
4205
|
return value;
|
|
4228
4206
|
}
|
|
4229
4207
|
} else {
|
|
@@ -4239,22 +4217,17 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
|
|
|
4239
4217
|
key: "filter",
|
|
4240
4218
|
value: function filter(value, fields, filterValue) {
|
|
4241
4219
|
var filteredItems = [];
|
|
4242
|
-
|
|
4243
4220
|
if (value) {
|
|
4244
4221
|
var _iterator = _createForOfIteratorHelper(value),
|
|
4245
|
-
|
|
4246
|
-
|
|
4222
|
+
_step;
|
|
4247
4223
|
try {
|
|
4248
4224
|
for (_iterator.s(); !(_step = _iterator.n()).done;) {
|
|
4249
4225
|
var item = _step.value;
|
|
4250
|
-
|
|
4251
4226
|
var _iterator2 = _createForOfIteratorHelper(fields),
|
|
4252
|
-
|
|
4253
|
-
|
|
4227
|
+
_step2;
|
|
4254
4228
|
try {
|
|
4255
4229
|
for (_iterator2.s(); !(_step2 = _iterator2.n()).done;) {
|
|
4256
4230
|
var field = _step2.value;
|
|
4257
|
-
|
|
4258
4231
|
if (String(this.resolveFieldData(item, field)).toLowerCase().indexOf(filterValue.toLowerCase()) > -1) {
|
|
4259
4232
|
filteredItems.push(item);
|
|
4260
4233
|
break;
|
|
@@ -4272,23 +4245,19 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
|
|
|
4272
4245
|
_iterator.f();
|
|
4273
4246
|
}
|
|
4274
4247
|
}
|
|
4275
|
-
|
|
4276
4248
|
return filteredItems;
|
|
4277
4249
|
}
|
|
4278
4250
|
}, {
|
|
4279
4251
|
key: "reorderArray",
|
|
4280
4252
|
value: function reorderArray(value, from, to) {
|
|
4281
4253
|
var target;
|
|
4282
|
-
|
|
4283
4254
|
if (value && from !== to) {
|
|
4284
4255
|
if (to >= value.length) {
|
|
4285
4256
|
target = to - value.length;
|
|
4286
|
-
|
|
4287
4257
|
while (target-- + 1) {
|
|
4288
4258
|
value.push(undefined);
|
|
4289
4259
|
}
|
|
4290
4260
|
}
|
|
4291
|
-
|
|
4292
4261
|
value.splice(to, 0, value.splice(from, 1)[0]);
|
|
4293
4262
|
}
|
|
4294
4263
|
}
|
|
@@ -4296,7 +4265,6 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
|
|
|
4296
4265
|
key: "findIndexInList",
|
|
4297
4266
|
value: function findIndexInList(value, list) {
|
|
4298
4267
|
var index = -1;
|
|
4299
|
-
|
|
4300
4268
|
if (list) {
|
|
4301
4269
|
for (var i = 0; i < list.length; i++) {
|
|
4302
4270
|
if (list[i] === value) {
|
|
@@ -4305,7 +4273,6 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
|
|
|
4305
4273
|
}
|
|
4306
4274
|
}
|
|
4307
4275
|
}
|
|
4308
|
-
|
|
4309
4276
|
return index;
|
|
4310
4277
|
}
|
|
4311
4278
|
}, {
|
|
@@ -4313,8 +4280,7 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
|
|
|
4313
4280
|
value: function contains(value, list) {
|
|
4314
4281
|
if (value != null && list && list.length) {
|
|
4315
4282
|
var _iterator3 = _createForOfIteratorHelper(list),
|
|
4316
|
-
|
|
4317
|
-
|
|
4283
|
+
_step3;
|
|
4318
4284
|
try {
|
|
4319
4285
|
for (_iterator3.s(); !(_step3 = _iterator3.n()).done;) {
|
|
4320
4286
|
var val = _step3.value;
|
|
@@ -4326,7 +4292,6 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
|
|
|
4326
4292
|
_iterator3.f();
|
|
4327
4293
|
}
|
|
4328
4294
|
}
|
|
4329
|
-
|
|
4330
4295
|
return false;
|
|
4331
4296
|
}
|
|
4332
4297
|
}, {
|
|
@@ -4334,17 +4299,14 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
|
|
|
4334
4299
|
value: function insertIntoOrderedArray(item, index, arr, sourceArr) {
|
|
4335
4300
|
if (arr.length > 0) {
|
|
4336
4301
|
var injected = false;
|
|
4337
|
-
|
|
4338
4302
|
for (var i = 0; i < arr.length; i++) {
|
|
4339
4303
|
var currentItemIndex = this.findIndexInList(arr[i], sourceArr);
|
|
4340
|
-
|
|
4341
4304
|
if (currentItemIndex > index) {
|
|
4342
4305
|
arr.splice(i, 0, item);
|
|
4343
4306
|
injected = true;
|
|
4344
4307
|
break;
|
|
4345
4308
|
}
|
|
4346
4309
|
}
|
|
4347
|
-
|
|
4348
4310
|
if (!injected) {
|
|
4349
4311
|
arr.push(item);
|
|
4350
4312
|
}
|
|
@@ -4358,28 +4320,23 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
|
|
|
4358
4320
|
if (str && str.search(/[\xC0-\xFF]/g) > -1) {
|
|
4359
4321
|
str = str.replace(/[\xC0-\xC5]/g, "A").replace(/[\xC6]/g, "AE").replace(/[\xC7]/g, "C").replace(/[\xC8-\xCB]/g, "E").replace(/[\xCC-\xCF]/g, "I").replace(/[\xD0]/g, "D").replace(/[\xD1]/g, "N").replace(/[\xD2-\xD6\xD8]/g, "O").replace(/[\xD9-\xDC]/g, "U").replace(/[\xDD]/g, "Y").replace(/[\xDE]/g, "P").replace(/[\xE0-\xE5]/g, "a").replace(/[\xE6]/g, "ae").replace(/[\xE7]/g, "c").replace(/[\xE8-\xEB]/g, "e").replace(/[\xEC-\xEF]/g, "i").replace(/[\xF1]/g, "n").replace(/[\xF2-\xF6\xF8]/g, "o").replace(/[\xF9-\xFC]/g, "u").replace(/[\xFE]/g, "p").replace(/[\xFD\xFF]/g, "y");
|
|
4360
4322
|
}
|
|
4361
|
-
|
|
4362
4323
|
return str;
|
|
4363
4324
|
}
|
|
4364
4325
|
}, {
|
|
4365
4326
|
key: "getVNodeProp",
|
|
4366
4327
|
value: function getVNodeProp(vnode, prop) {
|
|
4367
4328
|
var props = vnode._props;
|
|
4368
|
-
|
|
4369
4329
|
if (props) {
|
|
4370
4330
|
var kebapProp = prop.replace(/([a-z])([A-Z])/g, '$1-$2').toLowerCase();
|
|
4371
4331
|
var propName = Object.prototype.hasOwnProperty.call(props, kebapProp) ? kebapProp : prop;
|
|
4372
4332
|
return props[propName];
|
|
4373
4333
|
}
|
|
4374
|
-
|
|
4375
4334
|
return null;
|
|
4376
4335
|
}
|
|
4377
4336
|
}]);
|
|
4378
|
-
|
|
4379
4337
|
return ObjectUtils;
|
|
4380
4338
|
}();
|
|
4381
4339
|
|
|
4382
|
-
|
|
4383
4340
|
// CONCATENATED MODULE: ./src/components/api/FilterService.js
|
|
4384
4341
|
|
|
4385
4342
|
|
|
@@ -4387,34 +4344,25 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
|
|
|
4387
4344
|
|
|
4388
4345
|
|
|
4389
4346
|
|
|
4390
|
-
|
|
4391
4347
|
function FilterService_createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (!it) { if (Array.isArray(o) || (it = FilterService_unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it.return != null) it.return(); } finally { if (didErr) throw err; } } }; }
|
|
4392
|
-
|
|
4393
4348
|
function FilterService_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return FilterService_arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return FilterService_arrayLikeToArray(o, minLen); }
|
|
4394
|
-
|
|
4395
4349
|
function FilterService_arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
|
|
4396
4350
|
|
|
4397
|
-
|
|
4398
4351
|
var FilterService = {
|
|
4399
4352
|
filter: function filter(value, fields, filterValue, filterMatchMode, filterLocale) {
|
|
4400
4353
|
var filteredItems = [];
|
|
4401
|
-
|
|
4402
4354
|
if (value) {
|
|
4403
4355
|
var _iterator = FilterService_createForOfIteratorHelper(value),
|
|
4404
|
-
|
|
4405
|
-
|
|
4356
|
+
_step;
|
|
4406
4357
|
try {
|
|
4407
4358
|
for (_iterator.s(); !(_step = _iterator.n()).done;) {
|
|
4408
4359
|
var item = _step.value;
|
|
4409
|
-
|
|
4410
4360
|
var _iterator2 = FilterService_createForOfIteratorHelper(fields),
|
|
4411
|
-
|
|
4412
|
-
|
|
4361
|
+
_step2;
|
|
4413
4362
|
try {
|
|
4414
4363
|
for (_iterator2.s(); !(_step2 = _iterator2.n()).done;) {
|
|
4415
4364
|
var field = _step2.value;
|
|
4416
4365
|
var fieldValue = ObjectUtils_ObjectUtils.resolveFieldData(item, field);
|
|
4417
|
-
|
|
4418
4366
|
if (this.filters[filterMatchMode](fieldValue, filterValue, filterLocale)) {
|
|
4419
4367
|
filteredItems.push(item);
|
|
4420
4368
|
break;
|
|
@@ -4432,7 +4380,6 @@ var FilterService = {
|
|
|
4432
4380
|
_iterator.f();
|
|
4433
4381
|
}
|
|
4434
4382
|
}
|
|
4435
|
-
|
|
4436
4383
|
return filteredItems;
|
|
4437
4384
|
},
|
|
4438
4385
|
filters: {
|
|
@@ -4440,11 +4387,9 @@ var FilterService = {
|
|
|
4440
4387
|
if (filter === undefined || filter === null || filter.trim() === '') {
|
|
4441
4388
|
return true;
|
|
4442
4389
|
}
|
|
4443
|
-
|
|
4444
4390
|
if (value === undefined || value === null) {
|
|
4445
4391
|
return false;
|
|
4446
4392
|
}
|
|
4447
|
-
|
|
4448
4393
|
var filterValue = ObjectUtils_ObjectUtils.removeAccents(filter.toString()).toLocaleLowerCase(filterLocale);
|
|
4449
4394
|
var stringValue = ObjectUtils_ObjectUtils.removeAccents(value.toString()).toLocaleLowerCase(filterLocale);
|
|
4450
4395
|
return stringValue.slice(0, filterValue.length) === filterValue;
|
|
@@ -4453,11 +4398,9 @@ var FilterService = {
|
|
|
4453
4398
|
if (filter === undefined || filter === null || typeof filter === 'string' && filter.trim() === '') {
|
|
4454
4399
|
return true;
|
|
4455
4400
|
}
|
|
4456
|
-
|
|
4457
4401
|
if (value === undefined || value === null) {
|
|
4458
4402
|
return false;
|
|
4459
4403
|
}
|
|
4460
|
-
|
|
4461
4404
|
var filterValue = ObjectUtils_ObjectUtils.removeAccents(filter.toString()).toLocaleLowerCase(filterLocale);
|
|
4462
4405
|
var stringValue = ObjectUtils_ObjectUtils.removeAccents(value.toString()).toLocaleLowerCase(filterLocale);
|
|
4463
4406
|
return stringValue.indexOf(filterValue) !== -1;
|
|
@@ -4466,11 +4409,9 @@ var FilterService = {
|
|
|
4466
4409
|
if (filter === undefined || filter === null || typeof filter === 'string' && filter.trim() === '') {
|
|
4467
4410
|
return true;
|
|
4468
4411
|
}
|
|
4469
|
-
|
|
4470
4412
|
if (value === undefined || value === null) {
|
|
4471
4413
|
return false;
|
|
4472
4414
|
}
|
|
4473
|
-
|
|
4474
4415
|
var filterValue = ObjectUtils_ObjectUtils.removeAccents(filter.toString()).toLocaleLowerCase(filterLocale);
|
|
4475
4416
|
var stringValue = ObjectUtils_ObjectUtils.removeAccents(value.toString()).toLocaleLowerCase(filterLocale);
|
|
4476
4417
|
return stringValue.indexOf(filterValue) === -1;
|
|
@@ -4479,11 +4420,9 @@ var FilterService = {
|
|
|
4479
4420
|
if (filter === undefined || filter === null || filter.trim() === '') {
|
|
4480
4421
|
return true;
|
|
4481
4422
|
}
|
|
4482
|
-
|
|
4483
4423
|
if (value === undefined || value === null) {
|
|
4484
4424
|
return false;
|
|
4485
4425
|
}
|
|
4486
|
-
|
|
4487
4426
|
var filterValue = ObjectUtils_ObjectUtils.removeAccents(filter.toString()).toLocaleLowerCase(filterLocale);
|
|
4488
4427
|
var stringValue = ObjectUtils_ObjectUtils.removeAccents(value.toString()).toLocaleLowerCase(filterLocale);
|
|
4489
4428
|
return stringValue.indexOf(filterValue, stringValue.length - filterValue.length) !== -1;
|
|
@@ -4492,134 +4431,110 @@ var FilterService = {
|
|
|
4492
4431
|
if (filter === undefined || filter === null || typeof filter === 'string' && filter.trim() === '') {
|
|
4493
4432
|
return true;
|
|
4494
4433
|
}
|
|
4495
|
-
|
|
4496
4434
|
if (value === undefined || value === null) {
|
|
4497
4435
|
return false;
|
|
4498
4436
|
}
|
|
4499
|
-
|
|
4500
4437
|
if (value.getTime && filter.getTime) return value.getTime() === filter.getTime();else return ObjectUtils_ObjectUtils.removeAccents(value.toString()).toLocaleLowerCase(filterLocale) == ObjectUtils_ObjectUtils.removeAccents(filter.toString()).toLocaleLowerCase(filterLocale);
|
|
4501
4438
|
},
|
|
4502
4439
|
notEquals: function notEquals(value, filter, filterLocale) {
|
|
4503
4440
|
if (filter === undefined || filter === null || typeof filter === 'string' && filter.trim() === '') {
|
|
4504
4441
|
return false;
|
|
4505
4442
|
}
|
|
4506
|
-
|
|
4507
4443
|
if (value === undefined || value === null) {
|
|
4508
4444
|
return true;
|
|
4509
4445
|
}
|
|
4510
|
-
|
|
4511
4446
|
if (value.getTime && filter.getTime) return value.getTime() !== filter.getTime();else return ObjectUtils_ObjectUtils.removeAccents(value.toString()).toLocaleLowerCase(filterLocale) != ObjectUtils_ObjectUtils.removeAccents(filter.toString()).toLocaleLowerCase(filterLocale);
|
|
4512
4447
|
},
|
|
4513
4448
|
in: function _in(value, filter) {
|
|
4514
4449
|
if (filter === undefined || filter === null || filter.length === 0) {
|
|
4515
4450
|
return true;
|
|
4516
4451
|
}
|
|
4517
|
-
|
|
4518
4452
|
for (var i = 0; i < filter.length; i++) {
|
|
4519
4453
|
if (ObjectUtils_ObjectUtils.equals(value, filter[i])) {
|
|
4520
4454
|
return true;
|
|
4521
4455
|
}
|
|
4522
4456
|
}
|
|
4523
|
-
|
|
4524
4457
|
return false;
|
|
4525
4458
|
},
|
|
4526
4459
|
between: function between(value, filter) {
|
|
4527
4460
|
if (filter == null || filter[0] == null || filter[1] == null) {
|
|
4528
4461
|
return true;
|
|
4529
4462
|
}
|
|
4530
|
-
|
|
4531
4463
|
if (value === undefined || value === null) {
|
|
4532
4464
|
return false;
|
|
4533
4465
|
}
|
|
4534
|
-
|
|
4535
4466
|
if (value.getTime) return filter[0].getTime() <= value.getTime() && value.getTime() <= filter[1].getTime();else return filter[0] <= value && value <= filter[1];
|
|
4536
4467
|
},
|
|
4537
4468
|
lt: function lt(value, filter) {
|
|
4538
4469
|
if (filter === undefined || filter === null) {
|
|
4539
4470
|
return true;
|
|
4540
4471
|
}
|
|
4541
|
-
|
|
4542
4472
|
if (value === undefined || value === null) {
|
|
4543
4473
|
return false;
|
|
4544
4474
|
}
|
|
4545
|
-
|
|
4546
4475
|
if (value.getTime && filter.getTime) return value.getTime() < filter.getTime();else return value < filter;
|
|
4547
4476
|
},
|
|
4548
4477
|
lte: function lte(value, filter) {
|
|
4549
4478
|
if (filter === undefined || filter === null) {
|
|
4550
4479
|
return true;
|
|
4551
4480
|
}
|
|
4552
|
-
|
|
4553
4481
|
if (value === undefined || value === null) {
|
|
4554
4482
|
return false;
|
|
4555
4483
|
}
|
|
4556
|
-
|
|
4557
4484
|
if (value.getTime && filter.getTime) return value.getTime() <= filter.getTime();else return value <= filter;
|
|
4558
4485
|
},
|
|
4559
4486
|
gt: function gt(value, filter) {
|
|
4560
4487
|
if (filter === undefined || filter === null) {
|
|
4561
4488
|
return true;
|
|
4562
4489
|
}
|
|
4563
|
-
|
|
4564
4490
|
if (value === undefined || value === null) {
|
|
4565
4491
|
return false;
|
|
4566
4492
|
}
|
|
4567
|
-
|
|
4568
4493
|
if (value.getTime && filter.getTime) return value.getTime() > filter.getTime();else return value > filter;
|
|
4569
4494
|
},
|
|
4570
4495
|
gte: function gte(value, filter) {
|
|
4571
4496
|
if (filter === undefined || filter === null) {
|
|
4572
4497
|
return true;
|
|
4573
4498
|
}
|
|
4574
|
-
|
|
4575
4499
|
if (value === undefined || value === null) {
|
|
4576
4500
|
return false;
|
|
4577
4501
|
}
|
|
4578
|
-
|
|
4579
4502
|
if (value.getTime && filter.getTime) return value.getTime() >= filter.getTime();else return value >= filter;
|
|
4580
4503
|
},
|
|
4581
4504
|
dateIs: function dateIs(value, filter) {
|
|
4582
4505
|
if (filter === undefined || filter === null) {
|
|
4583
4506
|
return true;
|
|
4584
4507
|
}
|
|
4585
|
-
|
|
4586
4508
|
if (value === undefined || value === null) {
|
|
4587
4509
|
return false;
|
|
4588
4510
|
}
|
|
4589
|
-
|
|
4590
4511
|
return value.toDateString() === filter.toDateString();
|
|
4591
4512
|
},
|
|
4592
4513
|
dateIsNot: function dateIsNot(value, filter) {
|
|
4593
4514
|
if (filter === undefined || filter === null) {
|
|
4594
4515
|
return true;
|
|
4595
4516
|
}
|
|
4596
|
-
|
|
4597
4517
|
if (value === undefined || value === null) {
|
|
4598
4518
|
return false;
|
|
4599
4519
|
}
|
|
4600
|
-
|
|
4601
4520
|
return value.toDateString() !== filter.toDateString();
|
|
4602
4521
|
},
|
|
4603
4522
|
dateBefore: function dateBefore(value, filter) {
|
|
4604
4523
|
if (filter === undefined || filter === null) {
|
|
4605
4524
|
return true;
|
|
4606
4525
|
}
|
|
4607
|
-
|
|
4608
4526
|
if (value === undefined || value === null) {
|
|
4609
4527
|
return false;
|
|
4610
4528
|
}
|
|
4611
|
-
|
|
4612
4529
|
return value.getTime() < filter.getTime();
|
|
4613
4530
|
},
|
|
4614
4531
|
dateAfter: function dateAfter(value, filter) {
|
|
4615
4532
|
if (filter === undefined || filter === null) {
|
|
4616
4533
|
return true;
|
|
4617
4534
|
}
|
|
4618
|
-
|
|
4619
4535
|
if (value === undefined || value === null) {
|
|
4620
4536
|
return false;
|
|
4621
4537
|
}
|
|
4622
|
-
|
|
4623
4538
|
return value.getTime() > filter.getTime();
|
|
4624
4539
|
}
|
|
4625
4540
|
},
|
|
@@ -4654,16 +4569,19 @@ var PrimeIcons = {
|
|
|
4654
4569
|
ARROW_DOWN_RIGHT: 'pi pi-arrow-down-right',
|
|
4655
4570
|
ARROW_LEFT: 'pi pi-arrow-left',
|
|
4656
4571
|
ARROW_RIGHT: 'pi pi-arrow-right',
|
|
4572
|
+
ARROW_RIGHT_ARROW_LEFT: 'pi pi-arrow-right-arrow-left',
|
|
4657
4573
|
ARROW_UP: 'pi pi-arrow-up',
|
|
4658
4574
|
ARROW_UP_LEFT: 'pi pi-arrow-up-left',
|
|
4659
4575
|
ARROW_UP_RIGHT: 'pi pi-arrow-up-right',
|
|
4660
|
-
ARROW_H: 'pi pi-
|
|
4661
|
-
ARROW_V: 'pi pi-
|
|
4576
|
+
ARROW_H: 'pi pi-arrows-h',
|
|
4577
|
+
ARROW_V: 'pi pi-arrows-v',
|
|
4578
|
+
ARROW_A: 'pi pi-arrows-alt',
|
|
4662
4579
|
AT: 'pi pi-at',
|
|
4663
4580
|
BACKWARD: 'pi pi-backward',
|
|
4664
4581
|
BAN: 'pi pi-ban',
|
|
4665
4582
|
BARS: 'pi pi-bars',
|
|
4666
4583
|
BELL: 'pi pi-bell',
|
|
4584
|
+
BITCOIN: 'pi pi-bitcoin',
|
|
4667
4585
|
BOLT: 'pi pi-bolt',
|
|
4668
4586
|
BOOK: 'pi pi-book',
|
|
4669
4587
|
BOOKMARK: 'pi pi-bookmark',
|
|
@@ -4675,12 +4593,14 @@ var PrimeIcons = {
|
|
|
4675
4593
|
CALENDAR_MINUS: 'pi pi-calendar-minus',
|
|
4676
4594
|
CALENDAR_PLUS: 'pi pi-calendar-plus',
|
|
4677
4595
|
CALENDAR_TIMES: 'pi pi-calendar-times',
|
|
4596
|
+
CALCULATOR: 'pi pi-calculator',
|
|
4678
4597
|
CAMERA: 'pi pi-camera',
|
|
4679
4598
|
CAR: 'pi pi-car',
|
|
4680
4599
|
CARET_DOWN: 'pi pi-caret-down',
|
|
4681
4600
|
CARET_LEFT: 'pi pi-caret-left',
|
|
4682
4601
|
CARET_RIGHT: 'pi pi-caret-right',
|
|
4683
4602
|
CARET_UP: 'pi pi-caret-up',
|
|
4603
|
+
CART_PLUS: 'pi pi-cart-plus',
|
|
4684
4604
|
CHART_BAR: 'pi pi-chart-bar',
|
|
4685
4605
|
CHART_LINE: 'pi pi-chart-line',
|
|
4686
4606
|
CHART_PIE: 'pi pi-chart-pie',
|
|
@@ -4710,6 +4630,7 @@ var PrimeIcons = {
|
|
|
4710
4630
|
COPY: 'pi pi-copy',
|
|
4711
4631
|
CREDIT_CARD: 'pi pi-credit-card',
|
|
4712
4632
|
DATABASE: 'pi pi-database',
|
|
4633
|
+
DELETELEFT: 'pi pi-delete-left',
|
|
4713
4634
|
DESKTOP: 'pi pi-desktop',
|
|
4714
4635
|
DIRECTIONS: 'pi pi-directions',
|
|
4715
4636
|
DIRECTIONS_ALT: 'pi pi-directions-alt',
|
|
@@ -4720,6 +4641,7 @@ var PrimeIcons = {
|
|
|
4720
4641
|
ELLIPSIS_H: 'pi pi-ellipsis-h',
|
|
4721
4642
|
ELLIPSIS_V: 'pi pi-ellipsis-v',
|
|
4722
4643
|
ENVELOPE: 'pi pi-envelope',
|
|
4644
|
+
ERASER: 'pi pi-eraser',
|
|
4723
4645
|
EURO: 'pi pi-euro',
|
|
4724
4646
|
EXCLAMATION_CIRCLE: 'pi pi-exclamation-circle',
|
|
4725
4647
|
EXCLAMATION_TRIANGLE: 'pi pi-exclamation-triangle',
|
|
@@ -4730,8 +4652,12 @@ var PrimeIcons = {
|
|
|
4730
4652
|
FAST_BACKWARD: 'pi pi-fast-backward',
|
|
4731
4653
|
FAST_FORWARD: 'pi pi-fast-forward',
|
|
4732
4654
|
FILE: 'pi pi-file',
|
|
4655
|
+
FILE_EDIT: 'pi pi-file-edit',
|
|
4733
4656
|
FILE_EXCEL: 'pi pi-file-excel',
|
|
4657
|
+
FILE_EXPORT: 'pi pi-file-export',
|
|
4658
|
+
FILE_IMPORT: 'pi pi-file-import',
|
|
4734
4659
|
FILE_PDF: 'pi pi-file-pdf',
|
|
4660
|
+
FILE_WORD: 'pi pi-file-word',
|
|
4735
4661
|
FILTER: 'pi pi-filter',
|
|
4736
4662
|
FILTER_FILL: 'pi pi-filter-fill',
|
|
4737
4663
|
FILTER_SLASH: 'pi pi-filter-slash',
|
|
@@ -4740,6 +4666,7 @@ var PrimeIcons = {
|
|
|
4740
4666
|
FOLDER: 'pi pi-folder',
|
|
4741
4667
|
FOLDER_OPEN: 'pi pi-folder-open',
|
|
4742
4668
|
FORWARD: 'pi pi-forward',
|
|
4669
|
+
GIFT: 'pi pi-gift',
|
|
4743
4670
|
GITHUB: 'pi pi-github',
|
|
4744
4671
|
GLOBE: 'pi pi-globe',
|
|
4745
4672
|
GOOGLE: 'pi pi-google',
|
|
@@ -4747,6 +4674,7 @@ var PrimeIcons = {
|
|
|
4747
4674
|
HEART: 'pi pi-heart',
|
|
4748
4675
|
HEART_FILL: 'pi pi-heart-fill',
|
|
4749
4676
|
HISTORY: 'pi pi-history',
|
|
4677
|
+
HOURGLASS: 'pi pi-hourglass',
|
|
4750
4678
|
HOME: 'pi pi-home',
|
|
4751
4679
|
ID_CARD: 'pi pi-id-card',
|
|
4752
4680
|
IMAGE: 'pi pi-image',
|
|
@@ -4756,6 +4684,7 @@ var PrimeIcons = {
|
|
|
4756
4684
|
INFO_CIRCLE: 'pi pi-info-circle',
|
|
4757
4685
|
INSTAGRAM: 'pi pi-instagram',
|
|
4758
4686
|
KEY: 'pi pi-key',
|
|
4687
|
+
LANGUAGE: 'pi pi-language',
|
|
4759
4688
|
LINK: 'pi pi-link',
|
|
4760
4689
|
LINKEDIN: 'pi pi-linkedin',
|
|
4761
4690
|
LIST: 'pi pi-list',
|
|
@@ -4763,6 +4692,8 @@ var PrimeIcons = {
|
|
|
4763
4692
|
LOCK_OPEN: 'pi pi-lock-open',
|
|
4764
4693
|
MAP: 'pi pi-map',
|
|
4765
4694
|
MAP_MARKER: 'pi pi-map-marker',
|
|
4695
|
+
MEGAPHONE: 'pi pi-megaphone',
|
|
4696
|
+
MICREPHONE: 'pi pi-microphone',
|
|
4766
4697
|
MICROSOFT: 'pi pi-microsoft',
|
|
4767
4698
|
MINUS: 'pi pi-minus',
|
|
4768
4699
|
MINUS_CIRCLE: 'pi pi-minus-circle',
|
|
@@ -4831,6 +4762,7 @@ var PrimeIcons = {
|
|
|
4831
4762
|
STEP_FORWARD: 'pi pi-step-forward',
|
|
4832
4763
|
STEP_FORWARD_ALT: 'pi pi-step-forward-alt',
|
|
4833
4764
|
STOP: 'pi pi-stop',
|
|
4765
|
+
STOPWATCH: 'pi pi-stop-watch',
|
|
4834
4766
|
STOP_CIRCLE: 'pi pi-stop-circle',
|
|
4835
4767
|
SUN: 'pi pi-sun',
|
|
4836
4768
|
SYNC: 'pi pi-sync',
|
|
@@ -4841,11 +4773,14 @@ var PrimeIcons = {
|
|
|
4841
4773
|
TELEGRAM: 'pi pi-telegram',
|
|
4842
4774
|
TH_LARGE: 'pi pi-th-large',
|
|
4843
4775
|
THUMBS_DOWN: 'pi pi-thumbs-down',
|
|
4776
|
+
THUMBS_DOWN_FILL: 'pi pi-thumbs-down-fill',
|
|
4844
4777
|
THUMBS_UP: 'pi pi-thumbs-up',
|
|
4778
|
+
THUMBS_UP_FILL: 'pi pi-thumbs-up-fill',
|
|
4845
4779
|
TICKET: 'pi pi-ticket',
|
|
4846
4780
|
TIMES: 'pi pi-times',
|
|
4847
4781
|
TIMES_CIRCLE: 'pi pi-times-circle',
|
|
4848
4782
|
TRASH: 'pi pi-trash',
|
|
4783
|
+
TRUCK: 'pi pi-truck',
|
|
4849
4784
|
TWITTER: 'pi pi-twitter',
|
|
4850
4785
|
UNDO: 'pi pi-undo',
|
|
4851
4786
|
UNLOCK: 'pi pi-unlock',
|
|
@@ -4855,6 +4790,7 @@ var PrimeIcons = {
|
|
|
4855
4790
|
USER_MINUS: 'pi pi-user-minus',
|
|
4856
4791
|
USER_PLUS: 'pi pi-user-plus',
|
|
4857
4792
|
USERS: 'pi pi-users',
|
|
4793
|
+
VERIFIED: 'pi pi-verified',
|
|
4858
4794
|
VIDEO: 'pi pi-video',
|
|
4859
4795
|
VIMEO: 'pi pi-vimeo',
|
|
4860
4796
|
VOLUME_DOWN: 'pi pi-volume-down',
|
|
@@ -4865,6 +4801,7 @@ var PrimeIcons = {
|
|
|
4865
4801
|
WIFI: 'pi pi-wifi',
|
|
4866
4802
|
WINDOW_MAXIMIZE: 'pi pi-window-maximize',
|
|
4867
4803
|
WINDOW_MINIMIZE: 'pi pi-window-minimize',
|
|
4804
|
+
WRENCH: 'pi pi-wrench',
|
|
4868
4805
|
YOUTUBE: 'pi pi-youtube'
|
|
4869
4806
|
};
|
|
4870
4807
|
/* harmony default export */ var api_PrimeIcons = (PrimeIcons);
|