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
|
@@ -2982,11 +2982,10 @@ if (typeof window !== 'undefined') {
|
|
|
2982
2982
|
// Indicate to webpack that this file can be concatenated
|
|
2983
2983
|
/* harmony default export */ var setPublicPath = (null);
|
|
2984
2984
|
|
|
2985
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
2985
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"08364d47-vue-loader-template"}!./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--6!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/accordiontab/AccordionTab.vue?vue&type=template&id=92dc8814&
|
|
2986
2986
|
var render = function render() {
|
|
2987
2987
|
var _vm = this,
|
|
2988
|
-
|
|
2989
|
-
|
|
2988
|
+
_c = _vm._self._c;
|
|
2990
2989
|
return _c('div', {
|
|
2991
2990
|
class: _vm.getTabClass()
|
|
2992
2991
|
}, [_c('div', {
|
|
@@ -3029,7 +3028,6 @@ var render = function render() {
|
|
|
3029
3028
|
staticClass: "p-accordion-content"
|
|
3030
3029
|
}, [_vm._t("default")], 2)])])], 1);
|
|
3031
3030
|
};
|
|
3032
|
-
|
|
3033
3031
|
var staticRenderFns = [];
|
|
3034
3032
|
|
|
3035
3033
|
// CONCATENATED MODULE: ./src/components/accordiontab/AccordionTab.vue?vue&type=template&id=92dc8814&
|
|
@@ -3092,26 +3090,21 @@ var define_property_default = /*#__PURE__*/__webpack_require__.n(define_property
|
|
|
3092
3090
|
|
|
3093
3091
|
// CONCATENATED MODULE: ./node_modules/@babel/runtime-corejs2/helpers/esm/createClass.js
|
|
3094
3092
|
|
|
3095
|
-
|
|
3096
3093
|
function _defineProperties(target, props) {
|
|
3097
3094
|
for (var i = 0; i < props.length; i++) {
|
|
3098
3095
|
var descriptor = props[i];
|
|
3099
3096
|
descriptor.enumerable = descriptor.enumerable || false;
|
|
3100
3097
|
descriptor.configurable = true;
|
|
3101
3098
|
if ("value" in descriptor) descriptor.writable = true;
|
|
3102
|
-
|
|
3103
3099
|
define_property_default()(target, descriptor.key, descriptor);
|
|
3104
3100
|
}
|
|
3105
3101
|
}
|
|
3106
|
-
|
|
3107
3102
|
function _createClass(Constructor, protoProps, staticProps) {
|
|
3108
3103
|
if (protoProps) _defineProperties(Constructor.prototype, protoProps);
|
|
3109
3104
|
if (staticProps) _defineProperties(Constructor, staticProps);
|
|
3110
|
-
|
|
3111
3105
|
define_property_default()(Constructor, "prototype", {
|
|
3112
3106
|
writable: false
|
|
3113
3107
|
});
|
|
3114
|
-
|
|
3115
3108
|
return Constructor;
|
|
3116
3109
|
}
|
|
3117
3110
|
// CONCATENATED MODULE: ./src/components/utils/DomHandler.js
|
|
@@ -3127,18 +3120,13 @@ function _createClass(Constructor, protoProps, staticProps) {
|
|
|
3127
3120
|
|
|
3128
3121
|
|
|
3129
3122
|
|
|
3130
|
-
|
|
3131
3123
|
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; } } }; }
|
|
3132
|
-
|
|
3133
3124
|
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); }
|
|
3134
|
-
|
|
3135
3125
|
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; }
|
|
3136
|
-
|
|
3137
3126
|
var DomHandler_DomHandler = /*#__PURE__*/function () {
|
|
3138
3127
|
function DomHandler() {
|
|
3139
3128
|
_classCallCheck(this, DomHandler);
|
|
3140
3129
|
}
|
|
3141
|
-
|
|
3142
3130
|
_createClass(DomHandler, null, [{
|
|
3143
3131
|
key: "innerWidth",
|
|
3144
3132
|
value: function innerWidth(el) {
|
|
@@ -3172,12 +3160,10 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
|
|
|
3172
3160
|
value: function getOuterWidth(el, margin) {
|
|
3173
3161
|
if (el) {
|
|
3174
3162
|
var width = el.offsetWidth;
|
|
3175
|
-
|
|
3176
3163
|
if (margin) {
|
|
3177
3164
|
var style = getComputedStyle(el);
|
|
3178
3165
|
width += parseFloat(style.marginLeft) + parseFloat(style.marginRight);
|
|
3179
3166
|
}
|
|
3180
|
-
|
|
3181
3167
|
return width;
|
|
3182
3168
|
} else {
|
|
3183
3169
|
return 0;
|
|
@@ -3188,12 +3174,10 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
|
|
|
3188
3174
|
value: function getOuterHeight(el, margin) {
|
|
3189
3175
|
if (el) {
|
|
3190
3176
|
var height = el.offsetHeight;
|
|
3191
|
-
|
|
3192
3177
|
if (margin) {
|
|
3193
3178
|
var style = getComputedStyle(el);
|
|
3194
3179
|
height += parseFloat(style.marginTop) + parseFloat(style.marginBottom);
|
|
3195
3180
|
}
|
|
3196
|
-
|
|
3197
3181
|
return height;
|
|
3198
3182
|
} else {
|
|
3199
3183
|
return 0;
|
|
@@ -3204,12 +3188,10 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
|
|
|
3204
3188
|
value: function getClientHeight(el, margin) {
|
|
3205
3189
|
if (el) {
|
|
3206
3190
|
var height = el.clientHeight;
|
|
3207
|
-
|
|
3208
3191
|
if (margin) {
|
|
3209
3192
|
var style = getComputedStyle(el);
|
|
3210
3193
|
height += parseFloat(style.marginTop) + parseFloat(style.marginBottom);
|
|
3211
3194
|
}
|
|
3212
|
-
|
|
3213
3195
|
return height;
|
|
3214
3196
|
} else {
|
|
3215
3197
|
return 0;
|
|
@@ -3219,11 +3201,11 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
|
|
|
3219
3201
|
key: "getViewport",
|
|
3220
3202
|
value: function getViewport() {
|
|
3221
3203
|
var win = window,
|
|
3222
|
-
|
|
3223
|
-
|
|
3224
|
-
|
|
3225
|
-
|
|
3226
|
-
|
|
3204
|
+
d = document,
|
|
3205
|
+
e = d.documentElement,
|
|
3206
|
+
g = d.getElementsByTagName('body')[0],
|
|
3207
|
+
w = win.innerWidth || e.clientWidth || g.clientWidth,
|
|
3208
|
+
h = win.innerHeight || e.clientHeight || g.clientHeight;
|
|
3227
3209
|
return {
|
|
3228
3210
|
width: w,
|
|
3229
3211
|
height: h
|
|
@@ -3254,12 +3236,10 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
|
|
|
3254
3236
|
value: function index(element) {
|
|
3255
3237
|
var children = element.parentNode.childNodes;
|
|
3256
3238
|
var num = 0;
|
|
3257
|
-
|
|
3258
3239
|
for (var i = 0; i < children.length; i++) {
|
|
3259
3240
|
if (children[i] === element) return num;
|
|
3260
3241
|
if (children[i].nodeType === 1) num++;
|
|
3261
3242
|
}
|
|
3262
|
-
|
|
3263
3243
|
return -1;
|
|
3264
3244
|
}
|
|
3265
3245
|
}, {
|
|
@@ -3267,13 +3247,11 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
|
|
|
3267
3247
|
value: function addMultipleClasses(element, className) {
|
|
3268
3248
|
if (element.classList) {
|
|
3269
3249
|
var styles = className.split(' ');
|
|
3270
|
-
|
|
3271
3250
|
for (var i = 0; i < styles.length; i++) {
|
|
3272
3251
|
element.classList.add(styles[i]);
|
|
3273
3252
|
}
|
|
3274
3253
|
} else {
|
|
3275
3254
|
var _styles = className.split(' ');
|
|
3276
|
-
|
|
3277
3255
|
for (var _i = 0; _i < _styles.length; _i++) {
|
|
3278
3256
|
element.className += ' ' + _styles[_i];
|
|
3279
3257
|
}
|
|
@@ -3295,7 +3273,6 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
|
|
|
3295
3273
|
if (element) {
|
|
3296
3274
|
if (element.classList) return element.classList.contains(className);else return new RegExp('(^| )' + className + '( |$)', 'gi').test(element.className);
|
|
3297
3275
|
}
|
|
3298
|
-
|
|
3299
3276
|
return false;
|
|
3300
3277
|
}
|
|
3301
3278
|
}, {
|
|
@@ -3340,11 +3317,9 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
|
|
|
3340
3317
|
var windowScrollLeft = this.getWindowScrollLeft();
|
|
3341
3318
|
var viewport = this.getViewport();
|
|
3342
3319
|
var top, left;
|
|
3343
|
-
|
|
3344
3320
|
if (targetOffset.top + targetOuterHeight + elementOuterHeight > viewport.height) {
|
|
3345
3321
|
top = targetOffset.top + windowScrollTop - elementOuterHeight;
|
|
3346
3322
|
element.style.transformOrigin = 'bottom';
|
|
3347
|
-
|
|
3348
3323
|
if (top < 0) {
|
|
3349
3324
|
top = windowScrollTop;
|
|
3350
3325
|
}
|
|
@@ -3352,7 +3327,6 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
|
|
|
3352
3327
|
top = targetOuterHeight + targetOffset.top + windowScrollTop;
|
|
3353
3328
|
element.style.transformOrigin = 'top';
|
|
3354
3329
|
}
|
|
3355
|
-
|
|
3356
3330
|
if (targetOffset.left + elementOuterWidth > viewport.width) left = Math.max(0, targetOffset.left + windowScrollLeft + targetOuterWidth - elementOuterWidth);else left = targetOffset.left + windowScrollLeft;
|
|
3357
3331
|
element.style.top = top + 'px';
|
|
3358
3332
|
element.style.left = left + 'px';
|
|
@@ -3368,11 +3342,9 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
|
|
|
3368
3342
|
var targetOffset = target.getBoundingClientRect();
|
|
3369
3343
|
var viewport = this.getViewport();
|
|
3370
3344
|
var top, left;
|
|
3371
|
-
|
|
3372
3345
|
if (targetOffset.top + targetHeight + elementDimensions.height > viewport.height) {
|
|
3373
3346
|
top = -1 * elementDimensions.height;
|
|
3374
3347
|
element.style.transformOrigin = 'bottom';
|
|
3375
|
-
|
|
3376
3348
|
if (targetOffset.top + top < 0) {
|
|
3377
3349
|
top = -1 * targetOffset.top;
|
|
3378
3350
|
}
|
|
@@ -3380,7 +3352,6 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
|
|
|
3380
3352
|
top = targetHeight;
|
|
3381
3353
|
element.style.transformOrigin = 'top';
|
|
3382
3354
|
}
|
|
3383
|
-
|
|
3384
3355
|
if (elementDimensions.width > viewport.width) {
|
|
3385
3356
|
// element wider then viewport and cannot fit on screen (align at left side of viewport)
|
|
3386
3357
|
left = targetOffset.left * -1;
|
|
@@ -3391,7 +3362,6 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
|
|
|
3391
3362
|
// element fits on screen (align with target)
|
|
3392
3363
|
left = 0;
|
|
3393
3364
|
}
|
|
3394
|
-
|
|
3395
3365
|
element.style.top = top + 'px';
|
|
3396
3366
|
element.style.left = left + 'px';
|
|
3397
3367
|
}
|
|
@@ -3405,35 +3375,27 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
|
|
|
3405
3375
|
key: "getScrollableParents",
|
|
3406
3376
|
value: function getScrollableParents(element) {
|
|
3407
3377
|
var scrollableParents = [];
|
|
3408
|
-
|
|
3409
3378
|
if (element) {
|
|
3410
3379
|
var parents = this.getParents(element);
|
|
3411
3380
|
var overflowRegex = /(auto|scroll)/;
|
|
3412
|
-
|
|
3413
3381
|
var overflowCheck = function overflowCheck(node) {
|
|
3414
3382
|
var styleDeclaration = window['getComputedStyle'](node, null);
|
|
3415
3383
|
return overflowRegex.test(styleDeclaration.getPropertyValue('overflow')) || overflowRegex.test(styleDeclaration.getPropertyValue('overflowX')) || overflowRegex.test(styleDeclaration.getPropertyValue('overflowY'));
|
|
3416
3384
|
};
|
|
3417
|
-
|
|
3418
3385
|
var _iterator = _createForOfIteratorHelper(parents),
|
|
3419
|
-
|
|
3420
|
-
|
|
3386
|
+
_step;
|
|
3421
3387
|
try {
|
|
3422
3388
|
for (_iterator.s(); !(_step = _iterator.n()).done;) {
|
|
3423
3389
|
var parent = _step.value;
|
|
3424
3390
|
var scrollSelectors = parent.nodeType === 1 && parent.dataset['scrollselectors'];
|
|
3425
|
-
|
|
3426
3391
|
if (scrollSelectors) {
|
|
3427
3392
|
var selectors = scrollSelectors.split(',');
|
|
3428
|
-
|
|
3429
3393
|
var _iterator2 = _createForOfIteratorHelper(selectors),
|
|
3430
|
-
|
|
3431
|
-
|
|
3394
|
+
_step2;
|
|
3432
3395
|
try {
|
|
3433
3396
|
for (_iterator2.s(); !(_step2 = _iterator2.n()).done;) {
|
|
3434
3397
|
var selector = _step2.value;
|
|
3435
3398
|
var el = this.findSingle(parent, selector);
|
|
3436
|
-
|
|
3437
3399
|
if (el && overflowCheck(el)) {
|
|
3438
3400
|
scrollableParents.push(el);
|
|
3439
3401
|
}
|
|
@@ -3451,7 +3413,6 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
|
|
|
3451
3413
|
_iterator.f();
|
|
3452
3414
|
}
|
|
3453
3415
|
}
|
|
3454
|
-
|
|
3455
3416
|
return scrollableParents;
|
|
3456
3417
|
}
|
|
3457
3418
|
}, {
|
|
@@ -3492,34 +3453,29 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
|
|
|
3492
3453
|
element.style.opacity = 0;
|
|
3493
3454
|
var last = +new Date();
|
|
3494
3455
|
var opacity = 0;
|
|
3495
|
-
|
|
3496
3456
|
var tick = function tick() {
|
|
3497
3457
|
opacity = +element.style.opacity + (new Date().getTime() - last) / duration;
|
|
3498
3458
|
element.style.opacity = opacity;
|
|
3499
3459
|
last = +new Date();
|
|
3500
|
-
|
|
3501
3460
|
if (+opacity < 1) {
|
|
3502
3461
|
window.requestAnimationFrame && requestAnimationFrame(tick) || setTimeout(tick, 16);
|
|
3503
3462
|
}
|
|
3504
3463
|
};
|
|
3505
|
-
|
|
3506
3464
|
tick();
|
|
3507
3465
|
}
|
|
3508
3466
|
}, {
|
|
3509
3467
|
key: "fadeOut",
|
|
3510
3468
|
value: function fadeOut(element, ms) {
|
|
3511
3469
|
var opacity = 1,
|
|
3512
|
-
|
|
3513
|
-
|
|
3514
|
-
|
|
3470
|
+
interval = 50,
|
|
3471
|
+
duration = ms,
|
|
3472
|
+
gap = interval / duration;
|
|
3515
3473
|
var fading = setInterval(function () {
|
|
3516
3474
|
opacity -= gap;
|
|
3517
|
-
|
|
3518
3475
|
if (opacity <= 0) {
|
|
3519
3476
|
opacity = 0;
|
|
3520
3477
|
clearInterval(fading);
|
|
3521
3478
|
}
|
|
3522
|
-
|
|
3523
3479
|
element.style.opacity = opacity;
|
|
3524
3480
|
}, interval);
|
|
3525
3481
|
}
|
|
@@ -3546,7 +3502,6 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
|
|
|
3546
3502
|
var scroll = container.scrollTop;
|
|
3547
3503
|
var elementHeight = container.clientHeight;
|
|
3548
3504
|
var itemHeight = this.getOuterHeight(item);
|
|
3549
|
-
|
|
3550
3505
|
if (offset < 0) {
|
|
3551
3506
|
container.scrollTop = scroll + offset;
|
|
3552
3507
|
} else if (offset + itemHeight > elementHeight) {
|
|
@@ -3565,7 +3520,8 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
|
|
|
3565
3520
|
} else if (document['selection'] && document['selection'].empty) {
|
|
3566
3521
|
try {
|
|
3567
3522
|
document['selection'].empty();
|
|
3568
|
-
} catch (error) {
|
|
3523
|
+
} catch (error) {
|
|
3524
|
+
//ignore IE bug
|
|
3569
3525
|
}
|
|
3570
3526
|
}
|
|
3571
3527
|
}
|
|
@@ -3587,19 +3543,16 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
|
|
|
3587
3543
|
if (!this.browser) {
|
|
3588
3544
|
var matched = this.resolveUserAgent();
|
|
3589
3545
|
this.browser = {};
|
|
3590
|
-
|
|
3591
3546
|
if (matched.browser) {
|
|
3592
3547
|
this.browser[matched.browser] = true;
|
|
3593
3548
|
this.browser['version'] = matched.version;
|
|
3594
3549
|
}
|
|
3595
|
-
|
|
3596
3550
|
if (this.browser['chrome']) {
|
|
3597
3551
|
this.browser['webkit'] = true;
|
|
3598
3552
|
} else if (this.browser['webkit']) {
|
|
3599
3553
|
this.browser['safari'] = true;
|
|
3600
3554
|
}
|
|
3601
3555
|
}
|
|
3602
|
-
|
|
3603
3556
|
return this.browser;
|
|
3604
3557
|
}
|
|
3605
3558
|
}, {
|
|
@@ -3627,10 +3580,8 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
|
|
|
3627
3580
|
value: function getFocusableElements(element) {
|
|
3628
3581
|
var focusableElements = DomHandler.find(element, "button:not([tabindex = \"-1\"]):not([disabled]):not([style*=\"display:none\"]):not([hidden]), \n [href][clientHeight][clientWidth]:not([tabindex = \"-1\"]):not([disabled]):not([style*=\"display:none\"]):not([hidden]), \n input:not([tabindex = \"-1\"]):not([disabled]):not([style*=\"display:none\"]):not([hidden]), select:not([tabindex = \"-1\"]):not([disabled]):not([style*=\"display:none\"]):not([hidden]), \n textarea:not([tabindex = \"-1\"]):not([disabled]):not([style*=\"display:none\"]):not([hidden]), [tabIndex]:not([tabIndex = \"-1\"]):not([disabled]):not([style*=\"display:none\"]):not([hidden]), \n [contenteditable]:not([tabIndex = \"-1\"]):not([disabled]):not([style*=\"display:none\"]):not([hidden])");
|
|
3629
3582
|
var visibleFocusableElements = [];
|
|
3630
|
-
|
|
3631
3583
|
var _iterator3 = _createForOfIteratorHelper(focusableElements),
|
|
3632
|
-
|
|
3633
|
-
|
|
3584
|
+
_step3;
|
|
3634
3585
|
try {
|
|
3635
3586
|
for (_iterator3.s(); !(_step3 = _iterator3.n()).done;) {
|
|
3636
3587
|
var focusableElement = _step3.value;
|
|
@@ -3641,7 +3592,6 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
|
|
|
3641
3592
|
} finally {
|
|
3642
3593
|
_iterator3.f();
|
|
3643
3594
|
}
|
|
3644
|
-
|
|
3645
3595
|
return visibleFocusableElements;
|
|
3646
3596
|
}
|
|
3647
3597
|
}, {
|
|
@@ -3684,11 +3634,9 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
|
|
|
3684
3634
|
return 'ontouchstart' in window || navigator.maxTouchPoints > 0 || navigator.msMaxTouchPoints > 0;
|
|
3685
3635
|
}
|
|
3686
3636
|
}]);
|
|
3687
|
-
|
|
3688
3637
|
return DomHandler;
|
|
3689
3638
|
}();
|
|
3690
3639
|
|
|
3691
|
-
|
|
3692
3640
|
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/accordiontab/AccordionTab.vue?vue&type=script&lang=js&
|
|
3693
3641
|
|
|
3694
3642
|
|
|
@@ -3707,7 +3655,6 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
|
|
|
3707
3655
|
},
|
|
3708
3656
|
created: function created() {
|
|
3709
3657
|
var _this = this;
|
|
3710
|
-
|
|
3711
3658
|
this.$parent.$children.forEach(function (child, i) {
|
|
3712
3659
|
if (child === _this) _this.index = i;
|
|
3713
3660
|
});
|
package/api/Api.d.ts
CHANGED
|
@@ -74,16 +74,19 @@ export const PrimeIcons: {
|
|
|
74
74
|
ARROW_DOWN_RIGHT?: string,
|
|
75
75
|
ARROW_LEFT?: string,
|
|
76
76
|
ARROW_RIGHT?: string,
|
|
77
|
+
ARROW_RIGHT_ARROW_LEFT?: string,
|
|
77
78
|
ARROW_UP?: string,
|
|
78
79
|
ARROW_UP_LEFT?: string,
|
|
79
80
|
ARROW_UP_RIGHT?: string,
|
|
80
81
|
ARROW_H?: string,
|
|
81
82
|
ARROW_V?: string,
|
|
83
|
+
ARROW_A?: string,
|
|
82
84
|
AT?: string,
|
|
83
85
|
BACKWARD?: string,
|
|
84
86
|
BAN?: string,
|
|
85
87
|
BARS?: string,
|
|
86
88
|
BELL?: string,
|
|
89
|
+
BITCOIN?: string,
|
|
87
90
|
BOLT?: string,
|
|
88
91
|
BOOK?: string,
|
|
89
92
|
BOOKMARK?: string,
|
|
@@ -95,12 +98,14 @@ export const PrimeIcons: {
|
|
|
95
98
|
CALENDAR_MINUS?: string,
|
|
96
99
|
CALENDAR_PLUS?: string,
|
|
97
100
|
CALENDAR_TIMES?: string,
|
|
101
|
+
CALCULATOR?: string,
|
|
98
102
|
CAMERA?: string,
|
|
99
103
|
CAR?: string,
|
|
100
104
|
CARET_DOWN?: string,
|
|
101
105
|
CARET_LEFT?: string,
|
|
102
106
|
CARET_RIGHT?: string,
|
|
103
107
|
CARET_UP?: string,
|
|
108
|
+
CART_PLUS?: string,
|
|
104
109
|
CHART_BAR?: string,
|
|
105
110
|
CHART_LINE?: string,
|
|
106
111
|
CHART_PIE?: string,
|
|
@@ -130,6 +135,7 @@ export const PrimeIcons: {
|
|
|
130
135
|
COPY?: string,
|
|
131
136
|
CREDIT_CARD?: string,
|
|
132
137
|
DATABASE?: string,
|
|
138
|
+
DELETELEFT?: string,
|
|
133
139
|
DESKTOP?: string,
|
|
134
140
|
DIRECTIONS?: string,
|
|
135
141
|
DIRECTIONS_ALT?: string,
|
|
@@ -140,9 +146,10 @@ export const PrimeIcons: {
|
|
|
140
146
|
ELLIPSIS_H?: string,
|
|
141
147
|
ELLIPSIS_V?: string,
|
|
142
148
|
ENVELOPE?: string,
|
|
149
|
+
ERASER?: string,
|
|
143
150
|
EURO?: string,
|
|
144
151
|
EXCLAMATION_CIRCLE?: string,
|
|
145
|
-
EXCLAMATION_TRIANGLE
|
|
152
|
+
EXCLAMATION_TRIANGLE?: string,
|
|
146
153
|
EXTERNAL_LINK?: string,
|
|
147
154
|
EYE?: string,
|
|
148
155
|
EYE_SLASH?: string,
|
|
@@ -150,8 +157,12 @@ export const PrimeIcons: {
|
|
|
150
157
|
FAST_BACKWARD?: string,
|
|
151
158
|
FAST_FORWARD?: string,
|
|
152
159
|
FILE?: string,
|
|
160
|
+
FILE_EDIT?: string,
|
|
153
161
|
FILE_EXCEL?: string,
|
|
162
|
+
FILE_EXPORT?: string,
|
|
163
|
+
FILE_IMPORT?: string,
|
|
154
164
|
FILE_PDF?: string,
|
|
165
|
+
FILE_WORD?: string,
|
|
155
166
|
FILTER?: string,
|
|
156
167
|
FILTER_FILL?: string,
|
|
157
168
|
FILTER_SLASH?: string,
|
|
@@ -160,6 +171,7 @@ export const PrimeIcons: {
|
|
|
160
171
|
FOLDER?: string,
|
|
161
172
|
FOLDER_OPEN?: string,
|
|
162
173
|
FORWARD?: string,
|
|
174
|
+
GIFT?: string,
|
|
163
175
|
GITHUB?: string,
|
|
164
176
|
GLOBE?: string,
|
|
165
177
|
GOOGLE?: string,
|
|
@@ -167,6 +179,7 @@ export const PrimeIcons: {
|
|
|
167
179
|
HEART?: string,
|
|
168
180
|
HEART_FILL?: string,
|
|
169
181
|
HISTORY?: string,
|
|
182
|
+
HOURGLASS?: string,
|
|
170
183
|
HOME?: string,
|
|
171
184
|
ID_CARD?: string,
|
|
172
185
|
IMAGE?: string,
|
|
@@ -176,6 +189,7 @@ export const PrimeIcons: {
|
|
|
176
189
|
INFO_CIRCLE?: string,
|
|
177
190
|
INSTAGRAM?: string,
|
|
178
191
|
KEY?: string,
|
|
192
|
+
LANGUAGE?: string,
|
|
179
193
|
LINK?: string,
|
|
180
194
|
LINKEDIN?: string,
|
|
181
195
|
LIST?: string,
|
|
@@ -183,6 +197,8 @@ export const PrimeIcons: {
|
|
|
183
197
|
LOCK_OPEN?: string,
|
|
184
198
|
MAP?: string,
|
|
185
199
|
MAP_MARKER?: string,
|
|
200
|
+
MEGAPHONE?: string,
|
|
201
|
+
MICREPHONE?: string,
|
|
186
202
|
MICROSOFT?: string,
|
|
187
203
|
MINUS?: string,
|
|
188
204
|
MINUS_CIRCLE?: string,
|
|
@@ -238,7 +254,7 @@ export const PrimeIcons: {
|
|
|
238
254
|
SORT_AMOUNT_UP?: string,
|
|
239
255
|
SORT_AMOUNT_UP_ALT?: string,
|
|
240
256
|
SORT_DOWN?: string,
|
|
241
|
-
SORT_NUMERIC_DOWN?: string,
|
|
257
|
+
SORT_NUMERIC_DOWN?: string,
|
|
242
258
|
SORT_NUMERIC_ALT_DOWN?: string,
|
|
243
259
|
SORT_NUMERIC_UP?: string,
|
|
244
260
|
SORT_NUMERIC_ALT_UP?: string,
|
|
@@ -251,6 +267,7 @@ export const PrimeIcons: {
|
|
|
251
267
|
STEP_FORWARD?: string,
|
|
252
268
|
STEP_FORWARD_ALT?: string,
|
|
253
269
|
STOP?: string,
|
|
270
|
+
STOPWATCH?: string,
|
|
254
271
|
STOP_CIRCLE?: string,
|
|
255
272
|
SUN?: string,
|
|
256
273
|
SYNC?: string,
|
|
@@ -261,11 +278,14 @@ export const PrimeIcons: {
|
|
|
261
278
|
TELEGRAM?: string,
|
|
262
279
|
TH_LARGE?: string,
|
|
263
280
|
THUMBS_DOWN?: string,
|
|
281
|
+
THUMBS_DOWN_FILL?: string,
|
|
264
282
|
THUMBS_UP?: string,
|
|
283
|
+
THUMBS_UP_FILL?: string,
|
|
265
284
|
TICKET?: string,
|
|
266
285
|
TIMES?: string,
|
|
267
286
|
TIMES_CIRCLE?: string,
|
|
268
287
|
TRASH?: string,
|
|
288
|
+
TRUCK?: string,
|
|
269
289
|
TWITTER?: string,
|
|
270
290
|
UNDO?: string,
|
|
271
291
|
UNLOCK?: string,
|
|
@@ -275,6 +295,7 @@ export const PrimeIcons: {
|
|
|
275
295
|
USER_MINUS?: string,
|
|
276
296
|
USER_PLUS?: string,
|
|
277
297
|
USERS?: string,
|
|
298
|
+
VERIFIED?: string,
|
|
278
299
|
VIDEO?: string,
|
|
279
300
|
VIMEO?: string,
|
|
280
301
|
VOLUME_DOWN?: string,
|
|
@@ -285,6 +306,7 @@ export const PrimeIcons: {
|
|
|
285
306
|
WIFI?: string,
|
|
286
307
|
WINDOW_MAXIMIZE?: string,
|
|
287
308
|
WINDOW_MINIMIZE?: string,
|
|
309
|
+
WRENCH?: string,
|
|
288
310
|
YOUTUBE?: string
|
|
289
311
|
}
|
|
290
312
|
|
package/api/Api.js
CHANGED
|
@@ -33,15 +33,9 @@ Object.defineProperty(exports, "ToastSeverity", {
|
|
|
33
33
|
return _ToastSeverity.default;
|
|
34
34
|
}
|
|
35
35
|
});
|
|
36
|
-
|
|
37
36
|
var _FilterMatchMode = _interopRequireDefault(require("./FilterMatchMode"));
|
|
38
|
-
|
|
39
37
|
var _FilterOperator = _interopRequireDefault(require("./FilterOperator"));
|
|
40
|
-
|
|
41
38
|
var _FilterService = _interopRequireDefault(require("./FilterService"));
|
|
42
|
-
|
|
43
39
|
var _PrimeIcons = _interopRequireDefault(require("./PrimeIcons"));
|
|
44
|
-
|
|
45
40
|
var _ToastSeverity = _interopRequireDefault(require("./ToastSeverity"));
|
|
46
|
-
|
|
47
41
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|