@oracle/oraclejet 11.1.1 → 11.1.5
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/LICENSE +1 -1
- package/README.md +2 -2
- package/THIRDPARTYLICENSE.txt +7 -7
- package/dist/css/alta/oj-alta-min.css +1 -1
- package/dist/css/alta/oj-alta-notag-min.css +1 -1
- package/dist/css/alta/oj-alta-notag.css +81 -30
- package/dist/css/alta/oj-alta.css +81 -30
- package/dist/css/alta-android/oj-alta-min.css +1 -1
- package/dist/css/alta-android/oj-alta.css +81 -30
- package/dist/css/alta-ios/oj-alta-min.css +1 -1
- package/dist/css/alta-ios/oj-alta.css +81 -30
- package/dist/css/alta-windows/oj-alta-min.css +1 -1
- package/dist/css/alta-windows/oj-alta.css +81 -30
- package/dist/css/redwood/oj-redwood-min.css +1 -1
- package/dist/css/redwood/oj-redwood-notag-min.css +1 -1
- package/dist/css/redwood/oj-redwood-notag-novars-min.css +1 -1
- package/dist/css/redwood/oj-redwood-notag-novars.css +9 -2
- package/dist/css/redwood/oj-redwood-notag.css +9 -2
- package/dist/css/redwood/oj-redwood-novars-min.css +1 -1
- package/dist/css/redwood/oj-redwood-novars.css +9 -2
- package/dist/css/redwood/oj-redwood.css +9 -2
- package/dist/css/stable/oj-stable-min.css +1 -1
- package/dist/css/stable/oj-stable.css +112 -1
- package/dist/custom-tsc/utils/MetadataUtils.js +7 -5
- package/dist/js/libs/jquery/jqueryui-amd-1.13.0/README-JET.txt +7 -0
- package/dist/js/libs/jquery/{jqueryui-amd-1.12.1 → jqueryui-amd-1.13.0}/core.js +4 -2
- package/dist/js/libs/jquery/{jqueryui-amd-1.12.1 → jqueryui-amd-1.13.0}/data.js +8 -4
- package/dist/js/libs/jquery/{jqueryui-amd-1.12.1 → jqueryui-amd-1.13.0}/disable-selection.js +6 -3
- package/dist/js/libs/jquery/{jqueryui-amd-1.12.1 → jqueryui-amd-1.13.0}/effect.js +55 -717
- package/dist/js/libs/jquery/{jqueryui-amd-1.12.1 → jqueryui-amd-1.13.0}/focusable.js +8 -5
- package/dist/js/libs/jquery/{jqueryui-amd-1.12.1 → jqueryui-amd-1.13.0}/form-reset-mixin.js +7 -4
- package/dist/js/libs/jquery/{jqueryui-amd-1.12.1 → jqueryui-amd-1.13.0}/form.js +6 -3
- package/dist/js/libs/jquery/{jqueryui-amd-1.12.1 → jqueryui-amd-1.13.0}/ie.js +5 -2
- package/dist/js/libs/jquery/jqueryui-amd-1.13.0/jquery-patch.js +92 -0
- package/dist/js/libs/jquery/{jqueryui-amd-1.12.1/escape-selector.js → jqueryui-amd-1.13.0/jquery-var-for-color.js} +10 -9
- package/dist/js/libs/jquery/{jqueryui-amd-1.12.1 → jqueryui-amd-1.13.0}/keycode.js +7 -3
- package/dist/js/libs/jquery/{jqueryui-amd-1.12.1 → jqueryui-amd-1.13.0}/labels.js +12 -6
- package/dist/js/libs/jquery/{jqueryui-amd-1.12.1 → jqueryui-amd-1.13.0}/plugin.js +5 -2
- package/dist/js/libs/jquery/{jqueryui-amd-1.12.1 → jqueryui-amd-1.13.0}/position.js +24 -11
- package/dist/js/libs/jquery/{jqueryui-amd-1.12.1 → jqueryui-amd-1.13.0}/safe-active-element.js +6 -2
- package/dist/js/libs/jquery/{jqueryui-amd-1.12.1 → jqueryui-amd-1.13.0}/safe-blur.js +6 -2
- package/dist/js/libs/jquery/{jqueryui-amd-1.12.1 → jqueryui-amd-1.13.0}/scroll-parent.js +6 -3
- package/dist/js/libs/jquery/{jqueryui-amd-1.12.1 → jqueryui-amd-1.13.0}/tabbable.js +8 -5
- package/dist/js/libs/jquery/{jqueryui-amd-1.12.1 → jqueryui-amd-1.13.0}/unique-id.js +6 -3
- package/dist/js/libs/jquery/jqueryui-amd-1.13.0/vendor/jquery-color/LICENSE.txt +43 -0
- package/dist/js/libs/jquery/jqueryui-amd-1.13.0/vendor/jquery-color/jquery.color.js +722 -0
- package/dist/js/libs/jquery/{jqueryui-amd-1.12.1 → jqueryui-amd-1.13.0}/version.js +9 -6
- package/dist/js/libs/jquery/{jqueryui-amd-1.12.1 → jqueryui-amd-1.13.0}/widget.js +43 -24
- package/dist/js/libs/jquery/{jqueryui-amd-1.12.1 → jqueryui-amd-1.13.0}/widgets/draggable.js +22 -13
- package/dist/js/libs/jquery/{jqueryui-amd-1.12.1 → jqueryui-amd-1.13.0}/widgets/mouse.js +18 -7
- package/dist/js/libs/jquery/{jqueryui-amd-1.12.1 → jqueryui-amd-1.13.0}/widgets/sortable.js +221 -159
- package/dist/js/libs/jquery/jqueryui-amd-1.13.0.min/core.js +1 -0
- package/dist/js/libs/jquery/jqueryui-amd-1.13.0.min/data.js +9 -0
- package/dist/js/libs/jquery/jqueryui-amd-1.13.0.min/disable-selection.js +9 -0
- package/dist/js/libs/jquery/jqueryui-amd-1.13.0.min/effect.js +9 -0
- package/dist/js/libs/jquery/jqueryui-amd-1.13.0.min/focusable.js +9 -0
- package/dist/js/libs/jquery/jqueryui-amd-1.13.0.min/form-reset-mixin.js +9 -0
- package/dist/js/libs/jquery/jqueryui-amd-1.13.0.min/form.js +1 -0
- package/dist/js/libs/jquery/jqueryui-amd-1.13.0.min/ie.js +1 -0
- package/dist/js/libs/jquery/jqueryui-amd-1.13.0.min/jquery-patch.js +10 -0
- package/dist/js/libs/jquery/jqueryui-amd-1.13.0.min/jquery-var-for-color.js +1 -0
- package/dist/js/libs/jquery/jqueryui-amd-1.13.0.min/keycode.js +9 -0
- package/dist/js/libs/jquery/jqueryui-amd-1.13.0.min/labels.js +9 -0
- package/dist/js/libs/jquery/jqueryui-amd-1.13.0.min/plugin.js +1 -0
- package/dist/js/libs/jquery/jqueryui-amd-1.13.0.min/position.js +11 -0
- package/dist/js/libs/jquery/jqueryui-amd-1.13.0.min/safe-active-element.js +1 -0
- package/dist/js/libs/jquery/jqueryui-amd-1.13.0.min/safe-blur.js +1 -0
- package/dist/js/libs/jquery/jqueryui-amd-1.13.0.min/scroll-parent.js +9 -0
- package/dist/js/libs/jquery/jqueryui-amd-1.13.0.min/tabbable.js +9 -0
- package/dist/js/libs/jquery/jqueryui-amd-1.13.0.min/unique-id.js +9 -0
- package/dist/js/libs/jquery/jqueryui-amd-1.13.0.min/vendor/jquery-color/LICENSE.txt +43 -0
- package/dist/js/libs/jquery/jqueryui-amd-1.13.0.min/vendor/jquery-color/jquery.color.js +11 -0
- package/dist/js/libs/jquery/jqueryui-amd-1.13.0.min/version.js +1 -0
- package/dist/js/libs/jquery/jqueryui-amd-1.13.0.min/widget.js +9 -0
- package/dist/js/libs/jquery/jqueryui-amd-1.13.0.min/widgets/accordion.js +9 -0
- package/dist/js/libs/jquery/jqueryui-amd-1.13.0.min/widgets/autocomplete.js +9 -0
- package/dist/js/libs/jquery/jqueryui-amd-1.13.0.min/widgets/button.js +9 -0
- package/dist/js/libs/jquery/jqueryui-amd-1.13.0.min/widgets/checkboxradio.js +9 -0
- package/dist/js/libs/jquery/jqueryui-amd-1.13.0.min/widgets/controlgroup.js +9 -0
- package/dist/js/libs/jquery/jqueryui-amd-1.13.0.min/widgets/datepicker.js +9 -0
- package/dist/js/libs/jquery/jqueryui-amd-1.13.0.min/widgets/dialog.js +9 -0
- package/dist/js/libs/jquery/jqueryui-amd-1.13.0.min/widgets/draggable.js +9 -0
- package/dist/js/libs/jquery/jqueryui-amd-1.13.0.min/widgets/droppable.js +9 -0
- package/dist/js/libs/jquery/jqueryui-amd-1.13.0.min/widgets/menu.js +9 -0
- package/dist/js/libs/jquery/jqueryui-amd-1.13.0.min/widgets/mouse.js +9 -0
- package/dist/js/libs/jquery/jqueryui-amd-1.13.0.min/widgets/progressbar.js +9 -0
- package/dist/js/libs/jquery/jqueryui-amd-1.13.0.min/widgets/resizable.js +9 -0
- package/dist/js/libs/jquery/jqueryui-amd-1.13.0.min/widgets/selectable.js +9 -0
- package/dist/js/libs/jquery/jqueryui-amd-1.13.0.min/widgets/selectmenu.js +9 -0
- package/dist/js/libs/jquery/jqueryui-amd-1.13.0.min/widgets/slider.js +9 -0
- package/dist/js/libs/jquery/jqueryui-amd-1.13.0.min/widgets/sortable.js +9 -0
- package/dist/js/libs/jquery/jqueryui-amd-1.13.0.min/widgets/spinner.js +9 -0
- package/dist/js/libs/jquery/jqueryui-amd-1.13.0.min/widgets/tabs.js +9 -0
- package/dist/js/libs/jquery/jqueryui-amd-1.13.0.min/widgets/tooltip.js +9 -0
- package/dist/js/libs/oj/checkpointManager.js +1 -1
- package/dist/js/libs/oj/debug/ojL10n.js +1 -1
- package/dist/js/libs/oj/debug/ojaccordion.js +1 -1
- package/dist/js/libs/oj/debug/ojactioncard.js +1 -1
- package/dist/js/libs/oj/debug/ojanimation.js +1 -1
- package/dist/js/libs/oj/debug/ojarraydatagriddatasource.js +1 -1
- package/dist/js/libs/oj/debug/ojarraydataprovider.js +1 -1
- package/dist/js/libs/oj/debug/ojarraypagingdatasource.js +1 -1
- package/dist/js/libs/oj/debug/ojarraytabledatasource.js +1 -1
- package/dist/js/libs/oj/debug/ojarraytreedataprovider.js +1 -1
- package/dist/js/libs/oj/debug/ojasyncvalidator-adapter.js +1 -1
- package/dist/js/libs/oj/debug/ojasyncvalidator-daterestriction.js +1 -1
- package/dist/js/libs/oj/debug/ojasyncvalidator-datetimerange.js +1 -1
- package/dist/js/libs/oj/debug/ojasyncvalidator-length.js +1 -1
- package/dist/js/libs/oj/debug/ojasyncvalidator-numberrange.js +1 -1
- package/dist/js/libs/oj/debug/ojasyncvalidator-regexp.js +1 -1
- package/dist/js/libs/oj/debug/ojasyncvalidator-required.js +1 -1
- package/dist/js/libs/oj/debug/ojattributegrouphandler.js +2 -2
- package/dist/js/libs/oj/debug/ojavatar.js +1 -1
- package/dist/js/libs/oj/debug/ojbinddom.js +1 -1
- package/dist/js/libs/oj/debug/ojbindingprovider.js +1 -1
- package/dist/js/libs/oj/debug/ojbindpropagation.js +1 -1
- package/dist/js/libs/oj/debug/ojbootstrap.js +1 -1
- package/dist/js/libs/oj/debug/ojbufferingdataprovider.js +13 -9
- package/dist/js/libs/oj/debug/ojbundletransform.js +1 -1
- package/dist/js/libs/oj/debug/ojbutton.js +1 -1
- package/dist/js/libs/oj/debug/ojbutton2.js +1 -1
- package/dist/js/libs/oj/debug/ojbuttonlegacy.js +1 -1
- package/dist/js/libs/oj/debug/ojcachediteratorresultsdataprovider.js +85 -43
- package/dist/js/libs/oj/debug/ojcachingdataprovider.js +1 -1
- package/dist/js/libs/oj/debug/ojchart-toolkit.js +1 -1
- package/dist/js/libs/oj/debug/ojchart-utils.js +1 -1
- package/dist/js/libs/oj/debug/ojchart.js +1 -1
- package/dist/js/libs/oj/debug/ojcheckboxset.js +1 -1
- package/dist/js/libs/oj/debug/ojchildmutationobserver.js +1 -1
- package/dist/js/libs/oj/debug/ojcollapsible.js +1 -1
- package/dist/js/libs/oj/debug/ojcollectiondatagriddatasource.js +1 -1
- package/dist/js/libs/oj/debug/ojcollectiondataprovider.js +1 -1
- package/dist/js/libs/oj/debug/ojcollectionpagingdatasource.js +1 -1
- package/dist/js/libs/oj/debug/ojcollectiontabledatasource.js +1 -1
- package/dist/js/libs/oj/debug/ojcollectiontreedatasource.js +1 -1
- package/dist/js/libs/oj/debug/ojcolor.js +1 -1
- package/dist/js/libs/oj/debug/ojcolorpalette.js +1 -1
- package/dist/js/libs/oj/debug/ojcolorspectrum.js +1 -1
- package/dist/js/libs/oj/debug/ojcomponentcore.js +1 -1
- package/dist/js/libs/oj/debug/ojcomposite-knockout.js +1 -1
- package/dist/js/libs/oj/debug/ojcomposite.js +1 -1
- package/dist/js/libs/oj/debug/ojconfig.js +1 -1
- package/dist/js/libs/oj/debug/ojcontext.js +1 -1
- package/dist/js/libs/oj/debug/ojconverter-color.js +1 -1
- package/dist/js/libs/oj/debug/ojconverter-datetime.js +1 -1
- package/dist/js/libs/oj/debug/ojconverter-number.js +1 -1
- package/dist/js/libs/oj/debug/ojconverter.js +1 -1
- package/dist/js/libs/oj/debug/ojconverterutils-i18n.js +1 -1
- package/dist/js/libs/oj/debug/ojconverterutils.js +1 -1
- package/dist/js/libs/oj/debug/ojconveyorbelt.js +12 -13
- package/dist/js/libs/oj/debug/ojcore-base.js +3 -3
- package/dist/js/libs/oj/debug/ojcore.js +1 -1
- package/dist/js/libs/oj/debug/ojcorerouter.js +1 -1
- package/dist/js/libs/oj/debug/ojcspexpressionevaluator.js +2 -2
- package/dist/js/libs/oj/debug/ojcss.js +1 -1
- package/dist/js/libs/oj/debug/ojcube.js +1 -1
- package/dist/js/libs/oj/debug/ojcustomelement-utils.js +1 -1
- package/dist/js/libs/oj/debug/ojcustomelement.js +1 -1
- package/dist/js/libs/oj/debug/ojdatacollection-common.js +54 -3
- package/dist/js/libs/oj/debug/ojdatacollection-utils.js +1 -1
- package/dist/js/libs/oj/debug/ojdatagrid.js +1 -1
- package/dist/js/libs/oj/debug/ojdatagridprovider.js +1 -1
- package/dist/js/libs/oj/debug/ojdataprovider.js +1 -1
- package/dist/js/libs/oj/debug/ojdataprovideradapter-base.js +1 -1
- package/dist/js/libs/oj/debug/ojdataprovideradapter.js +1 -1
- package/dist/js/libs/oj/debug/ojdataproviderfactory.js +1 -1
- package/dist/js/libs/oj/debug/ojdataproviderhandler.js +1 -1
- package/dist/js/libs/oj/debug/ojdataproviderscroller.js +7 -5
- package/dist/js/libs/oj/debug/ojdatasource-common.js +1 -1
- package/dist/js/libs/oj/debug/ojdatetimepicker.js +1 -1
- package/dist/js/libs/oj/debug/ojdedupdataprovider.js +2 -2
- package/dist/js/libs/oj/debug/ojdefaultsutils.js +1 -1
- package/dist/js/libs/oj/debug/ojdefer.js +1 -1
- package/dist/js/libs/oj/debug/ojdeferreddataprovider.js +1 -1
- package/dist/js/libs/oj/debug/ojdiagram-toolkit.js +1 -1
- package/dist/js/libs/oj/debug/ojdiagram-utils.js +1 -1
- package/dist/js/libs/oj/debug/ojdiagram.js +1 -1
- package/dist/js/libs/oj/debug/ojdialog.js +1 -1
- package/dist/js/libs/oj/debug/ojdomscroller.js +1 -1
- package/dist/js/libs/oj/debug/ojdomutils.js +1 -1
- package/dist/js/libs/oj/debug/ojdrawerlayout.js +2 -1
- package/dist/js/libs/oj/debug/ojdrawerpopup.js +2 -7
- package/dist/js/libs/oj/debug/ojdrawerutils.js +1 -1
- package/dist/js/libs/oj/debug/ojdvt-axis.js +1 -1
- package/dist/js/libs/oj/debug/ojdvt-base.js +1 -1
- package/dist/js/libs/oj/debug/ojdvt-overview.js +1 -1
- package/dist/js/libs/oj/debug/ojdvt-panzoomcanvas.js +1 -1
- package/dist/js/libs/oj/debug/ojdvt-timecomponent.js +1 -1
- package/dist/js/libs/oj/debug/ojdvt-toolkit.js +1 -1
- package/dist/js/libs/oj/debug/ojdvt-treeview.js +1 -1
- package/dist/js/libs/oj/debug/ojdvttimecomponentscale.js +1 -1
- package/dist/js/libs/oj/debug/ojeditablevalue.js +1 -1
- package/dist/js/libs/oj/debug/ojeventtarget.js +1 -1
- package/dist/js/libs/oj/debug/ojexpparser.js +2 -2
- package/dist/js/libs/oj/debug/ojexpressionutils.js +1 -1
- package/dist/js/libs/oj/debug/ojfilepicker.js +1 -1
- package/dist/js/libs/oj/debug/ojfilepickerutils.js +1 -1
- package/dist/js/libs/oj/debug/ojfilmstrip.js +1 -1
- package/dist/js/libs/oj/debug/ojfilter-length.js +1 -1
- package/dist/js/libs/oj/debug/ojfilter.js +1 -1
- package/dist/js/libs/oj/debug/ojflattenedtreedatagriddatasource.js +1 -1
- package/dist/js/libs/oj/debug/ojflattenedtreedataproviderview.js +1 -1
- package/dist/js/libs/oj/debug/ojflattenedtreetabledatasource.js +1 -1
- package/dist/js/libs/oj/debug/ojfocusutils.js +1 -1
- package/dist/js/libs/oj/debug/ojformlayout.js +1 -1
- package/dist/js/libs/oj/debug/ojgantt-toolkit.js +1 -1
- package/dist/js/libs/oj/debug/ojgantt.js +1 -1
- package/dist/js/libs/oj/debug/ojganttutils.js +1 -1
- package/dist/js/libs/oj/debug/ojgauge-toolkit.js +1 -1
- package/dist/js/libs/oj/debug/ojgauge.js +1 -1
- package/dist/js/libs/oj/debug/ojgestureutils.js +1 -1
- package/dist/js/libs/oj/debug/ojgroupingdataprovider.js +1 -1
- package/dist/js/libs/oj/debug/ojhighlighttext.js +1 -1
- package/dist/js/libs/oj/debug/ojhtmlutils.js +1 -1
- package/dist/js/libs/oj/debug/ojindexer.js +1 -1
- package/dist/js/libs/oj/debug/ojindexermodeltreedataprovider.js +1 -1
- package/dist/js/libs/oj/debug/ojindexermodeltreedatasource.js +1 -1
- package/dist/js/libs/oj/debug/ojinputnumber.js +1 -1
- package/dist/js/libs/oj/debug/ojinputsearch.js +1 -1
- package/dist/js/libs/oj/debug/ojinputtext.js +1 -1
- package/dist/js/libs/oj/debug/ojjoiningdataprovider.js +1 -1
- package/dist/js/libs/oj/debug/ojjquery-hammer.js +1 -1
- package/dist/js/libs/oj/debug/ojjsondiagramdatasource.js +1 -1
- package/dist/js/libs/oj/debug/ojjsontreedatasource.js +1 -1
- package/dist/js/libs/oj/debug/ojkeyset.js +1 -1
- package/dist/js/libs/oj/debug/ojkeysetimpl.js +1 -1
- package/dist/js/libs/oj/debug/ojknockout-keyset.js +1 -1
- package/dist/js/libs/oj/debug/ojknockout-model.js +1 -1
- package/dist/js/libs/oj/debug/ojknockout-validation.js +1 -1
- package/dist/js/libs/oj/debug/ojknockout.js +2 -2
- package/dist/js/libs/oj/debug/ojknockoutrouteradapter.js +1 -1
- package/dist/js/libs/oj/debug/ojknockouttemplateutils.js +1 -1
- package/dist/js/libs/oj/debug/ojkoshared.js +1 -1
- package/dist/js/libs/oj/debug/ojlabel.js +1 -1
- package/dist/js/libs/oj/debug/ojlabelledbyutils.js +1 -1
- package/dist/js/libs/oj/debug/ojlabelvalue.js +1 -1
- package/dist/js/libs/oj/debug/ojlegend-toolkit.js +1 -1
- package/dist/js/libs/oj/debug/ojlegend.js +1 -1
- package/dist/js/libs/oj/debug/ojlistdataproviderview.js +29 -10
- package/dist/js/libs/oj/debug/ojlistitemlayout.js +1 -1
- package/dist/js/libs/oj/debug/ojlistview.js +20 -1
- package/dist/js/libs/oj/debug/ojlistviewdnd.js +1 -1
- package/dist/js/libs/oj/debug/ojlocaledata.js +1 -1
- package/dist/js/libs/oj/debug/ojlogger.js +1 -1
- package/dist/js/libs/oj/debug/ojmap.js +1 -1
- package/dist/js/libs/oj/debug/ojmasonrylayout.js +1 -1
- package/dist/js/libs/oj/debug/ojmenu.js +1 -1
- package/dist/js/libs/oj/debug/ojmenuselectmany.js +1 -1
- package/dist/js/libs/oj/debug/ojmessage.js +1 -1
- package/dist/js/libs/oj/debug/ojmessages.js +1 -1
- package/dist/js/libs/oj/debug/ojmessaging.js +1 -1
- package/dist/js/libs/oj/debug/ojmetadatautils.js +1 -1
- package/dist/js/libs/oj/debug/ojmodel.js +1 -1
- package/dist/js/libs/oj/debug/ojmodule-element-utils.js +1 -1
- package/dist/js/libs/oj/debug/ojmodule-element.js +1 -1
- package/dist/js/libs/oj/debug/ojmodule.js +1 -1
- package/dist/js/libs/oj/debug/ojmoduleanimations.js +1 -1
- package/dist/js/libs/oj/debug/ojmodulerouter-adapter.js +1 -1
- package/dist/js/libs/oj/debug/ojmutablearraydataprovider.js +1 -1
- package/dist/js/libs/oj/debug/ojmutateeventfilteringdataprovider.js +2 -2
- package/dist/js/libs/oj/debug/ojnavigationlist.js +1 -1
- package/dist/js/libs/oj/debug/ojnavigationlistdnd.js +1 -1
- package/dist/js/libs/oj/debug/ojnbox-toolkit.js +1 -1
- package/dist/js/libs/oj/debug/ojnbox.js +1 -1
- package/dist/js/libs/oj/debug/ojnocompbutton.js +1 -1
- package/dist/js/libs/oj/debug/ojobservable.js +1 -1
- package/dist/js/libs/oj/debug/ojoffcanvas.js +1 -1
- package/dist/js/libs/oj/debug/ojoptgroup.js +1 -1
- package/dist/js/libs/oj/debug/ojoption.js +1 -1
- package/dist/js/libs/oj/debug/ojoratimezone.js +1 -1
- package/dist/js/libs/oj/debug/ojpagingcontrol.js +4 -7
- package/dist/js/libs/oj/debug/ojpagingdatagriddatasource.js +1 -1
- package/dist/js/libs/oj/debug/ojpagingdataproviderview.js +1 -1
- package/dist/js/libs/oj/debug/ojpagingmodel.js +1 -1
- package/dist/js/libs/oj/debug/ojpagingtabledatasource.js +1 -1
- package/dist/js/libs/oj/debug/ojpalette.js +1 -1
- package/dist/js/libs/oj/debug/ojpaletteutils.js +1 -1
- package/dist/js/libs/oj/debug/ojpictochart-toolkit.js +1 -1
- package/dist/js/libs/oj/debug/ojpictochart.js +1 -1
- package/dist/js/libs/oj/debug/ojpopup.js +1 -1
- package/dist/js/libs/oj/debug/ojpopupcore.js +12 -3
- package/dist/js/libs/oj/debug/ojpreact-patch.js +1 -1
- package/dist/js/libs/oj/debug/ojprogress-bar.js +1 -1
- package/dist/js/libs/oj/debug/ojprogress-circle.js +1 -1
- package/dist/js/libs/oj/debug/ojprogress.js +1 -1
- package/dist/js/libs/oj/debug/ojprogressbar.js +1 -1
- package/dist/js/libs/oj/debug/ojprogresslist.js +1 -1
- package/dist/js/libs/oj/debug/ojpulltorefresh.js +1 -1
- package/dist/js/libs/oj/debug/ojradiocheckbox.js +1 -1
- package/dist/js/libs/oj/debug/ojradioset.js +1 -1
- package/dist/js/libs/oj/debug/ojrefresher.js +1 -1
- package/dist/js/libs/oj/debug/ojresponsiveknockoututils.js +1 -1
- package/dist/js/libs/oj/debug/ojresponsiveutils.js +1 -1
- package/dist/js/libs/oj/debug/ojrestdataprovider.js +1 -1
- package/dist/js/libs/oj/debug/ojresttreedataprovider.js +1 -1
- package/dist/js/libs/oj/debug/ojrouter.js +1 -1
- package/dist/js/libs/oj/debug/ojrowexpander.js +1 -1
- package/dist/js/libs/oj/debug/ojselectbase.js +15 -6
- package/dist/js/libs/oj/debug/ojselectcombobox.js +52 -1
- package/dist/js/libs/oj/debug/ojselector.js +1 -1
- package/dist/js/libs/oj/debug/ojselectsingle.js +1 -1
- package/dist/js/libs/oj/debug/ojset.js +1 -1
- package/dist/js/libs/oj/debug/ojslider.js +1 -1
- package/dist/js/libs/oj/debug/ojstreamlist.js +1 -1
- package/dist/js/libs/oj/debug/ojsunburst.js +1 -1
- package/dist/js/libs/oj/debug/ojsuppressnodetreedataprovider.js +1 -1
- package/dist/js/libs/oj/debug/ojswipeactions.js +1 -1
- package/dist/js/libs/oj/debug/ojswipetoreveal.js +1 -1
- package/dist/js/libs/oj/debug/ojswitch.js +1 -1
- package/dist/js/libs/oj/debug/ojswitcher.js +1 -1
- package/dist/js/libs/oj/debug/ojtable.js +6 -6
- package/dist/js/libs/oj/debug/ojtabs.js +1 -1
- package/dist/js/libs/oj/debug/ojtagcloud-toolkit.js +1 -1
- package/dist/js/libs/oj/debug/ojtagcloud.js +1 -1
- package/dist/js/libs/oj/debug/ojtemplateengine.js +8 -7
- package/dist/js/libs/oj/debug/ojthematicmap-toolkit.js +1 -1
- package/dist/js/libs/oj/debug/ojthematicmap.js +1 -1
- package/dist/js/libs/oj/debug/ojthemeutils.js +1 -1
- package/dist/js/libs/oj/debug/ojtime-base.js +1 -1
- package/dist/js/libs/oj/debug/ojtimeaxis-toolkit.js +1 -1
- package/dist/js/libs/oj/debug/ojtimeaxis.js +1 -1
- package/dist/js/libs/oj/debug/ojtimeline-toolkit.js +1 -1
- package/dist/js/libs/oj/debug/ojtimeline.js +1 -1
- package/dist/js/libs/oj/debug/ojtimerutils.js +1 -1
- package/dist/js/libs/oj/debug/ojtimeutils.js +1 -1
- package/dist/js/libs/oj/debug/ojtimezonedata.js +1 -1
- package/dist/js/libs/oj/debug/ojtimezoneutils.js +1 -1
- package/dist/js/libs/oj/debug/ojtoolbar.js +15 -4
- package/dist/js/libs/oj/debug/ojtouchproxy.js +1 -1
- package/dist/js/libs/oj/debug/ojtrace-event.js +1 -1
- package/dist/js/libs/oj/debug/ojtracer.js +1 -1
- package/dist/js/libs/oj/debug/ojtrain.js +1 -1
- package/dist/js/libs/oj/debug/ojtranslation.js +1 -1
- package/dist/js/libs/oj/debug/ojtree.js +2 -2
- package/dist/js/libs/oj/debug/ojtreedataprovider.js +1 -1
- package/dist/js/libs/oj/debug/ojtreedataprovideradapter.js +1 -1
- package/dist/js/libs/oj/debug/ojtreedataproviderview.js +1 -1
- package/dist/js/libs/oj/debug/ojtreemap.js +1 -1
- package/dist/js/libs/oj/debug/ojtreeview.js +13 -1
- package/dist/js/libs/oj/debug/ojurlparamadapter.js +1 -1
- package/dist/js/libs/oj/debug/ojurlpathadapter.js +1 -1
- package/dist/js/libs/oj/debug/ojurlpathparamadapter.js +1 -1
- package/dist/js/libs/oj/debug/ojvalidation-base.js +1 -1
- package/dist/js/libs/oj/debug/ojvalidation-datetime.js +1 -1
- package/dist/js/libs/oj/debug/ojvalidation-error.js +1 -1
- package/dist/js/libs/oj/debug/ojvalidation-number.js +1 -1
- package/dist/js/libs/oj/debug/ojvalidation.js +1 -1
- package/dist/js/libs/oj/debug/ojvalidationfactory-base.js +1 -1
- package/dist/js/libs/oj/debug/ojvalidationfactory-datetime.js +1 -1
- package/dist/js/libs/oj/debug/ojvalidationfactory-number.js +1 -1
- package/dist/js/libs/oj/debug/ojvalidationgroup.js +1 -1
- package/dist/js/libs/oj/debug/ojvalidator-async.js +1 -1
- package/dist/js/libs/oj/debug/ojvalidator-daterestriction.js +1 -1
- package/dist/js/libs/oj/debug/ojvalidator-datetimerange.js +1 -1
- package/dist/js/libs/oj/debug/ojvalidator-length.js +1 -1
- package/dist/js/libs/oj/debug/ojvalidator-numberrange.js +1 -1
- package/dist/js/libs/oj/debug/ojvalidator-regexp.js +1 -1
- package/dist/js/libs/oj/debug/ojvalidator-required.js +1 -1
- package/dist/js/libs/oj/debug/ojvalidator.js +1 -1
- package/dist/js/libs/oj/debug/ojvcollection.js +1 -1
- package/dist/js/libs/oj/debug/ojvcomponent-binding.js +1 -1
- package/dist/js/libs/oj/debug/ojvcomponent-remounter.js +1 -1
- package/dist/js/libs/oj/debug/ojvcomponent-template.js +7 -6
- package/dist/js/libs/oj/debug/ojvcomponent.js +1 -1
- package/dist/js/libs/oj/debug/ojvformgenerator.js +1 -1
- package/dist/js/libs/oj/debug/ojvmenu.js +1 -1
- package/dist/js/libs/oj/debug/ojwaterfalllayout.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojaccordion.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojactioncard.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojanimation.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojarraydatagriddatasource.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojarraydataprovider.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojarraypagingdatasource.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojarraytabledatasource.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojarraytreedataprovider.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojasyncvalidator-adapter.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojasyncvalidator-daterestriction.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojasyncvalidator-datetimerange.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojasyncvalidator-length.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojasyncvalidator-numberrange.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojasyncvalidator-regexp.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojasyncvalidator-required.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojattributegrouphandler.js +2 -2
- package/dist/js/libs/oj/debug_esm/ojavatar.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojbinddom.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojbindingprovider.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojbindpropagation.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojbootstrap.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojbufferingdataprovider.js +13 -9
- package/dist/js/libs/oj/debug_esm/ojbundletransform.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojbutton.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojbutton2.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojbuttonlegacy.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojcachediteratorresultsdataprovider.js +85 -43
- package/dist/js/libs/oj/debug_esm/ojcachingdataprovider.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojchart-toolkit.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojchart-utils.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojchart.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojcheckboxset.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojchildmutationobserver.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojcollapsible.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojcollectiondatagriddatasource.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojcollectiondataprovider.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojcollectiontabledatasource.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojcollectiontreedatasource.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojcolor.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojcolorpalette.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojcolorspectrum.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojcomponentcore.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojcomposite-knockout.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojcomposite.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojconfig.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojcontext.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojconverter-color.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojconverter-datetime.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojconverter-number.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojconverter.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojconverterutils-i18n.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojconverterutils.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojconveyorbelt.js +12 -13
- package/dist/js/libs/oj/debug_esm/ojcore-base.js +3 -3
- package/dist/js/libs/oj/debug_esm/ojcore.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojcorerouter.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojcspexpressionevaluator.js +2 -2
- package/dist/js/libs/oj/debug_esm/ojcss.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojcube.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojcustomelement-utils.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojcustomelement.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojdatacollection-common.js +54 -4
- package/dist/js/libs/oj/debug_esm/ojdatacollection-utils.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojdatagrid.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojdatagridprovider.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojdataprovider.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojdataprovideradapter-base.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojdataprovideradapter.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojdataproviderfactory.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojdataproviderhandler.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojdataproviderscroller.js +8 -6
- package/dist/js/libs/oj/debug_esm/ojdatasource-common.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojdatetimepicker.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojdedupdataprovider.js +2 -2
- package/dist/js/libs/oj/debug_esm/ojdefaultsutils.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojdefer.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojdeferreddataprovider.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojdiagram-toolkit.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojdiagram-utils.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojdiagram.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojdialog.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojdomscroller.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojdomutils.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojdrawerlayout.js +2 -1
- package/dist/js/libs/oj/debug_esm/ojdrawerpopup.js +2 -7
- package/dist/js/libs/oj/debug_esm/ojdrawerutils.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojdvt-axis.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojdvt-base.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojdvt-overview.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojdvt-panzoomcanvas.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojdvt-timecomponent.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojdvt-toolkit.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojdvt-treeview.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojdvttimecomponentscale.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojeditablevalue.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojeventtarget.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojexpparser.js +2 -2
- package/dist/js/libs/oj/debug_esm/ojexpressionutils.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojfilepicker.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojfilepickerutils.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojfilmstrip.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojfilter-length.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojfilter.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojflattenedtreedatagriddatasource.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojflattenedtreedataproviderview.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojfocusutils.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojformlayout.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojgantt-toolkit.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojgantt.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojganttutils.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojgauge-toolkit.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojgauge.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojgestureutils.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojgroupingdataprovider.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojhighlighttext.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojhtmlutils.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojindexer.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojindexermodeltreedataprovider.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojindexermodeltreedatasource.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojinputnumber.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojinputsearch.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojinputtext.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojjoiningdataprovider.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojjquery-hammer.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojjsontreedatasource.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojkeyset.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojkeysetimpl.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojknockout-keyset.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojknockout-model.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojknockout-validation.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojknockout.js +2 -2
- package/dist/js/libs/oj/debug_esm/ojknockoutrouteradapter.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojknockouttemplateutils.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojkoshared.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojlabel.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojlabelledbyutils.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojlabelvalue.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojlegend-toolkit.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojlegend.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojlistdataproviderview.js +29 -10
- package/dist/js/libs/oj/debug_esm/ojlistitemlayout.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojlistview.js +21 -2
- package/dist/js/libs/oj/debug_esm/ojlistviewdnd.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojlocaledata.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojlogger.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojmap.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojmasonrylayout.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojmenu.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojmenuselectmany.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojmessage.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojmessages.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojmessaging.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojmetadatautils.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojmodel.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojmodule-element-utils.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojmodule-element.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojmodule.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojmoduleanimations.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojmodulerouter-adapter.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojmutablearraydataprovider.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojmutateeventfilteringdataprovider.js +2 -2
- package/dist/js/libs/oj/debug_esm/ojnavigationlist.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojnavigationlistdnd.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojnbox-toolkit.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojnbox.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojnocompbutton.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojobservable.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojoffcanvas.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojoptgroup.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojoption.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojoratimezone.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojpagingcontrol.js +4 -7
- package/dist/js/libs/oj/debug_esm/ojpagingdatagriddatasource.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojpagingdataproviderview.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojpagingmodel.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojpagingtabledatasource.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojpalette.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojpaletteutils.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojpictochart-toolkit.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojpictochart.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojpopup.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojpopupcore.js +12 -3
- package/dist/js/libs/oj/debug_esm/ojpreact-patch.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojprogress-bar.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojprogress-circle.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojprogress.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojprogressbar.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojpulltorefresh.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojradiocheckbox.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojradioset.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojrefresher.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojresponsiveknockoututils.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojresponsiveutils.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojrestdataprovider.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojresttreedataprovider.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojrowexpander.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojselectbase.js +15 -6
- package/dist/js/libs/oj/debug_esm/ojselectcombobox.js +52 -1
- package/dist/js/libs/oj/debug_esm/ojselector.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojselectsingle.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojset.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojslider.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojstreamlist.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojsunburst.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojsuppressnodetreedataprovider.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojswipeactions.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojswipetoreveal.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojswitch.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojswitcher.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojtable.js +7 -7
- package/dist/js/libs/oj/debug_esm/ojtagcloud-toolkit.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojtagcloud.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojtemplateengine.js +8 -7
- package/dist/js/libs/oj/debug_esm/ojthematicmap-toolkit.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojthematicmap.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojthemeutils.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojtime-base.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojtimeaxis-toolkit.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojtimeaxis.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojtimeline-toolkit.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojtimeline.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojtimerutils.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojtimeutils.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojtimezonedata.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojtimezoneutils.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojtoolbar.js +15 -4
- package/dist/js/libs/oj/debug_esm/ojtouchproxy.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojtrace-event.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojtracer.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojtrain.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojtranslation.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojtreedataprovider.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojtreedataprovideradapter.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojtreedataproviderview.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojtreemap.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojtreeview.js +13 -1
- package/dist/js/libs/oj/debug_esm/ojurlparamadapter.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojurlpathadapter.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojurlpathparamadapter.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojvalidation-error.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojvalidationgroup.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojvalidator-async.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojvalidator-daterestriction.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojvalidator-datetimerange.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojvalidator-length.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojvalidator-numberrange.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojvalidator-regexp.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojvalidator-required.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojvalidator.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojvcollection.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojvcomponent-binding.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojvcomponent-remounter.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojvcomponent-template.js +7 -5
- package/dist/js/libs/oj/debug_esm/ojvcomponent.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojvformgenerator.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojvmenu.js +1 -1
- package/dist/js/libs/oj/debug_esm/ojwaterfalllayout.js +1 -1
- package/dist/js/libs/oj/main-template.js +5 -5
- package/dist/js/libs/oj/min/ojaccordion.js +1 -1
- package/dist/js/libs/oj/min/ojactioncard.js +1 -1
- package/dist/js/libs/oj/min/ojanimation.js +1 -1
- package/dist/js/libs/oj/min/ojarraydatagriddatasource.js +1 -1
- package/dist/js/libs/oj/min/ojarraydataprovider.js +1 -1
- package/dist/js/libs/oj/min/ojarraypagingdatasource.js +1 -1
- package/dist/js/libs/oj/min/ojarraytabledatasource.js +1 -1
- package/dist/js/libs/oj/min/ojarraytreedataprovider.js +1 -1
- package/dist/js/libs/oj/min/ojasyncvalidator-adapter.js +1 -1
- package/dist/js/libs/oj/min/ojasyncvalidator-daterestriction.js +1 -1
- package/dist/js/libs/oj/min/ojasyncvalidator-datetimerange.js +1 -1
- package/dist/js/libs/oj/min/ojasyncvalidator-length.js +1 -1
- package/dist/js/libs/oj/min/ojasyncvalidator-numberrange.js +1 -1
- package/dist/js/libs/oj/min/ojasyncvalidator-regexp.js +1 -1
- package/dist/js/libs/oj/min/ojasyncvalidator-required.js +1 -1
- package/dist/js/libs/oj/min/ojattributegrouphandler.js +2 -2
- package/dist/js/libs/oj/min/ojavatar.js +1 -1
- package/dist/js/libs/oj/min/ojbinddom.js +1 -1
- package/dist/js/libs/oj/min/ojbindingprovider.js +1 -1
- package/dist/js/libs/oj/min/ojbindpropagation.js +1 -1
- package/dist/js/libs/oj/min/ojbootstrap.js +1 -1
- package/dist/js/libs/oj/min/ojbufferingdataprovider.js +2 -2
- package/dist/js/libs/oj/min/ojbufferingdataprovider.js.map +1 -1
- package/dist/js/libs/oj/min/ojbundletransform.js +1 -1
- package/dist/js/libs/oj/min/ojbutton.js +1 -1
- package/dist/js/libs/oj/min/ojbutton2.js +1 -1
- package/dist/js/libs/oj/min/ojbuttonlegacy.js +1 -1
- package/dist/js/libs/oj/min/ojcachediteratorresultsdataprovider.js +4 -4
- package/dist/js/libs/oj/min/ojcachediteratorresultsdataprovider.js.map +1 -1
- package/dist/js/libs/oj/min/ojcachingdataprovider.js +1 -1
- package/dist/js/libs/oj/min/ojchart-toolkit.js +1 -1
- package/dist/js/libs/oj/min/ojchart-utils.js +1 -1
- package/dist/js/libs/oj/min/ojchart.js +1 -1
- package/dist/js/libs/oj/min/ojcheckboxset.js +1 -1
- package/dist/js/libs/oj/min/ojchildmutationobserver.js +1 -1
- package/dist/js/libs/oj/min/ojcollapsible.js +1 -1
- package/dist/js/libs/oj/min/ojcollectiondatagriddatasource.js +1 -1
- package/dist/js/libs/oj/min/ojcollectiondataprovider.js +1 -1
- package/dist/js/libs/oj/min/ojcollectionpagingdatasource.js +1 -1
- package/dist/js/libs/oj/min/ojcollectiontabledatasource.js +1 -1
- package/dist/js/libs/oj/min/ojcollectiontreedatasource.js +1 -1
- package/dist/js/libs/oj/min/ojcolor.js +1 -1
- package/dist/js/libs/oj/min/ojcolorpalette.js +1 -1
- package/dist/js/libs/oj/min/ojcolorspectrum.js +1 -1
- package/dist/js/libs/oj/min/ojcomponentcore.js +1 -1
- package/dist/js/libs/oj/min/ojcomposite-knockout.js +1 -1
- package/dist/js/libs/oj/min/ojcomposite.js +1 -1
- package/dist/js/libs/oj/min/ojconfig.js +1 -1
- package/dist/js/libs/oj/min/ojcontext.js +1 -1
- package/dist/js/libs/oj/min/ojconverter-color.js +1 -1
- package/dist/js/libs/oj/min/ojconverter-datetime.js +1 -1
- package/dist/js/libs/oj/min/ojconverter-number.js +1 -1
- package/dist/js/libs/oj/min/ojconverter.js +1 -1
- package/dist/js/libs/oj/min/ojconverterutils-i18n.js +1 -1
- package/dist/js/libs/oj/min/ojconverterutils.js +1 -1
- package/dist/js/libs/oj/min/ojconveyorbelt.js +2 -2
- package/dist/js/libs/oj/min/ojconveyorbelt.js.map +1 -1
- package/dist/js/libs/oj/min/ojcore-base.js +2 -2
- package/dist/js/libs/oj/min/ojcore.js +1 -1
- package/dist/js/libs/oj/min/ojcorerouter.js +1 -1
- package/dist/js/libs/oj/min/ojcspexpressionevaluator.js +2 -2
- package/dist/js/libs/oj/min/ojcss.js +1 -1
- package/dist/js/libs/oj/min/ojcube.js +1 -1
- package/dist/js/libs/oj/min/ojcustomelement-utils.js +1 -1
- package/dist/js/libs/oj/min/ojcustomelement.js +1 -1
- package/dist/js/libs/oj/min/ojdatacollection-common.js +2 -2
- package/dist/js/libs/oj/min/ojdatacollection-common.js.map +1 -1
- package/dist/js/libs/oj/min/ojdatacollection-utils.js +1 -1
- package/dist/js/libs/oj/min/ojdatagrid.js +1 -1
- package/dist/js/libs/oj/min/ojdatagridprovider.js +1 -1
- package/dist/js/libs/oj/min/ojdataprovider.js +1 -1
- package/dist/js/libs/oj/min/ojdataprovideradapter-base.js +1 -1
- package/dist/js/libs/oj/min/ojdataprovideradapter.js +1 -1
- package/dist/js/libs/oj/min/ojdataproviderfactory.js +1 -1
- package/dist/js/libs/oj/min/ojdataproviderhandler.js +1 -1
- package/dist/js/libs/oj/min/ojdataproviderscroller.js +2 -2
- package/dist/js/libs/oj/min/ojdataproviderscroller.js.map +1 -1
- package/dist/js/libs/oj/min/ojdatasource-common.js +1 -1
- package/dist/js/libs/oj/min/ojdatetimepicker.js +1 -1
- package/dist/js/libs/oj/min/ojdedupdataprovider.js +2 -2
- package/dist/js/libs/oj/min/ojdefaultsutils.js +1 -1
- package/dist/js/libs/oj/min/ojdefer.js +1 -1
- package/dist/js/libs/oj/min/ojdeferreddataprovider.js +1 -1
- package/dist/js/libs/oj/min/ojdiagram-toolkit.js +1 -1
- package/dist/js/libs/oj/min/ojdiagram-utils.js +1 -1
- package/dist/js/libs/oj/min/ojdiagram.js +1 -1
- package/dist/js/libs/oj/min/ojdialog.js +1 -1
- package/dist/js/libs/oj/min/ojdomscroller.js +1 -1
- package/dist/js/libs/oj/min/ojdomutils.js +1 -1
- package/dist/js/libs/oj/min/ojdrawerlayout.js +2 -2
- package/dist/js/libs/oj/min/ojdrawerlayout.js.map +1 -1
- package/dist/js/libs/oj/min/ojdrawerpopup.js +2 -2
- package/dist/js/libs/oj/min/ojdrawerpopup.js.map +1 -1
- package/dist/js/libs/oj/min/ojdrawerutils.js +1 -1
- package/dist/js/libs/oj/min/ojdvt-axis.js +1 -1
- package/dist/js/libs/oj/min/ojdvt-base.js +1 -1
- package/dist/js/libs/oj/min/ojdvt-overview.js +1 -1
- package/dist/js/libs/oj/min/ojdvt-panzoomcanvas.js +1 -1
- package/dist/js/libs/oj/min/ojdvt-timecomponent.js +1 -1
- package/dist/js/libs/oj/min/ojdvt-toolkit.js +1 -1
- package/dist/js/libs/oj/min/ojdvt-treeview.js +1 -1
- package/dist/js/libs/oj/min/ojdvttimecomponentscale.js +1 -1
- package/dist/js/libs/oj/min/ojeditablevalue.js +1 -1
- package/dist/js/libs/oj/min/ojeventtarget.js +1 -1
- package/dist/js/libs/oj/min/ojexpparser.js +2 -2
- package/dist/js/libs/oj/min/ojexpressionutils.js +1 -1
- package/dist/js/libs/oj/min/ojfilepicker.js +1 -1
- package/dist/js/libs/oj/min/ojfilepickerutils.js +1 -1
- package/dist/js/libs/oj/min/ojfilmstrip.js +1 -1
- package/dist/js/libs/oj/min/ojfilter-length.js +1 -1
- package/dist/js/libs/oj/min/ojfilter.js +1 -1
- package/dist/js/libs/oj/min/ojflattenedtreedatagriddatasource.js +1 -1
- package/dist/js/libs/oj/min/ojflattenedtreedataproviderview.js +1 -1
- package/dist/js/libs/oj/min/ojflattenedtreetabledatasource.js +1 -1
- package/dist/js/libs/oj/min/ojfocusutils.js +1 -1
- package/dist/js/libs/oj/min/ojformlayout.js +1 -1
- package/dist/js/libs/oj/min/ojgantt-toolkit.js +1 -1
- package/dist/js/libs/oj/min/ojgantt.js +1 -1
- package/dist/js/libs/oj/min/ojganttutils.js +1 -1
- package/dist/js/libs/oj/min/ojgauge-toolkit.js +1 -1
- package/dist/js/libs/oj/min/ojgauge.js +1 -1
- package/dist/js/libs/oj/min/ojgestureutils.js +1 -1
- package/dist/js/libs/oj/min/ojgroupingdataprovider.js +1 -1
- package/dist/js/libs/oj/min/ojhighlighttext.js +1 -1
- package/dist/js/libs/oj/min/ojhtmlutils.js +1 -1
- package/dist/js/libs/oj/min/ojindexer.js +1 -1
- package/dist/js/libs/oj/min/ojindexermodeltreedataprovider.js +1 -1
- package/dist/js/libs/oj/min/ojindexermodeltreedatasource.js +1 -1
- package/dist/js/libs/oj/min/ojinputnumber.js +1 -1
- package/dist/js/libs/oj/min/ojinputsearch.js +1 -1
- package/dist/js/libs/oj/min/ojinputtext.js +1 -1
- package/dist/js/libs/oj/min/ojjoiningdataprovider.js +1 -1
- package/dist/js/libs/oj/min/ojjquery-hammer.js +1 -1
- package/dist/js/libs/oj/min/ojjsondiagramdatasource.js +1 -1
- package/dist/js/libs/oj/min/ojjsontreedatasource.js +1 -1
- package/dist/js/libs/oj/min/ojkeyset.js +1 -1
- package/dist/js/libs/oj/min/ojkeysetimpl.js +1 -1
- package/dist/js/libs/oj/min/ojknockout-keyset.js +1 -1
- package/dist/js/libs/oj/min/ojknockout-model.js +1 -1
- package/dist/js/libs/oj/min/ojknockout-validation.js +1 -1
- package/dist/js/libs/oj/min/ojknockout.js +2 -2
- package/dist/js/libs/oj/min/ojknockoutrouteradapter.js +1 -1
- package/dist/js/libs/oj/min/ojknockouttemplateutils.js +1 -1
- package/dist/js/libs/oj/min/ojkoshared.js +1 -1
- package/dist/js/libs/oj/min/ojlabel.js +1 -1
- package/dist/js/libs/oj/min/ojlabelledbyutils.js +1 -1
- package/dist/js/libs/oj/min/ojlabelvalue.js +1 -1
- package/dist/js/libs/oj/min/ojlegend-toolkit.js +1 -1
- package/dist/js/libs/oj/min/ojlegend.js +1 -1
- package/dist/js/libs/oj/min/ojlistdataproviderview.js +2 -2
- package/dist/js/libs/oj/min/ojlistdataproviderview.js.map +1 -1
- package/dist/js/libs/oj/min/ojlistitemlayout.js +1 -1
- package/dist/js/libs/oj/min/ojlistview.js +2 -2
- package/dist/js/libs/oj/min/ojlistview.js.map +1 -1
- package/dist/js/libs/oj/min/ojlistviewdnd.js +1 -1
- package/dist/js/libs/oj/min/ojlocaledata.js +1 -1
- package/dist/js/libs/oj/min/ojlogger.js +1 -1
- package/dist/js/libs/oj/min/ojmap.js +1 -1
- package/dist/js/libs/oj/min/ojmasonrylayout.js +1 -1
- package/dist/js/libs/oj/min/ojmenu.js +1 -1
- package/dist/js/libs/oj/min/ojmenuselectmany.js +1 -1
- package/dist/js/libs/oj/min/ojmessage.js +1 -1
- package/dist/js/libs/oj/min/ojmessages.js +1 -1
- package/dist/js/libs/oj/min/ojmessaging.js +1 -1
- package/dist/js/libs/oj/min/ojmetadatautils.js +1 -1
- package/dist/js/libs/oj/min/ojmodel.js +1 -1
- package/dist/js/libs/oj/min/ojmodule-element-utils.js +1 -1
- package/dist/js/libs/oj/min/ojmodule-element.js +1 -1
- package/dist/js/libs/oj/min/ojmodule.js +1 -1
- package/dist/js/libs/oj/min/ojmoduleanimations.js +1 -1
- package/dist/js/libs/oj/min/ojmodulerouter-adapter.js +1 -1
- package/dist/js/libs/oj/min/ojmutablearraydataprovider.js +1 -1
- package/dist/js/libs/oj/min/ojmutateeventfilteringdataprovider.js +2 -2
- package/dist/js/libs/oj/min/ojnavigationlist.js +1 -1
- package/dist/js/libs/oj/min/ojnavigationlistdnd.js +1 -1
- package/dist/js/libs/oj/min/ojnbox-toolkit.js +1 -1
- package/dist/js/libs/oj/min/ojnbox.js +1 -1
- package/dist/js/libs/oj/min/ojnocompbutton.js +1 -1
- package/dist/js/libs/oj/min/ojobservable.js +1 -1
- package/dist/js/libs/oj/min/ojoffcanvas.js +1 -1
- package/dist/js/libs/oj/min/ojoptgroup.js +1 -1
- package/dist/js/libs/oj/min/ojoption.js +1 -1
- package/dist/js/libs/oj/min/ojoratimezone.js +1 -1
- package/dist/js/libs/oj/min/ojpagingcontrol.js +2 -2
- package/dist/js/libs/oj/min/ojpagingcontrol.js.map +1 -1
- package/dist/js/libs/oj/min/ojpagingdatagriddatasource.js +1 -1
- package/dist/js/libs/oj/min/ojpagingdataproviderview.js +1 -1
- package/dist/js/libs/oj/min/ojpagingmodel.js +1 -1
- package/dist/js/libs/oj/min/ojpagingtabledatasource.js +1 -1
- package/dist/js/libs/oj/min/ojpalette.js +1 -1
- package/dist/js/libs/oj/min/ojpaletteutils.js +1 -1
- package/dist/js/libs/oj/min/ojpictochart-toolkit.js +1 -1
- package/dist/js/libs/oj/min/ojpictochart.js +1 -1
- package/dist/js/libs/oj/min/ojpopup.js +1 -1
- package/dist/js/libs/oj/min/ojpopupcore.js +2 -2
- package/dist/js/libs/oj/min/ojpopupcore.js.map +1 -1
- package/dist/js/libs/oj/min/ojpreact-patch.js +1 -1
- package/dist/js/libs/oj/min/ojprogress-bar.js +1 -1
- package/dist/js/libs/oj/min/ojprogress-circle.js +1 -1
- package/dist/js/libs/oj/min/ojprogress.js +1 -1
- package/dist/js/libs/oj/min/ojprogressbar.js +1 -1
- package/dist/js/libs/oj/min/ojprogresslist.js +1 -1
- package/dist/js/libs/oj/min/ojpulltorefresh.js +1 -1
- package/dist/js/libs/oj/min/ojradiocheckbox.js +1 -1
- package/dist/js/libs/oj/min/ojradioset.js +1 -1
- package/dist/js/libs/oj/min/ojrefresher.js +1 -1
- package/dist/js/libs/oj/min/ojresponsiveknockoututils.js +1 -1
- package/dist/js/libs/oj/min/ojresponsiveutils.js +1 -1
- package/dist/js/libs/oj/min/ojrestdataprovider.js +1 -1
- package/dist/js/libs/oj/min/ojresttreedataprovider.js +1 -1
- package/dist/js/libs/oj/min/ojrouter.js +1 -1
- package/dist/js/libs/oj/min/ojrowexpander.js +1 -1
- package/dist/js/libs/oj/min/ojselectbase.js +2 -2
- package/dist/js/libs/oj/min/ojselectbase.js.map +1 -1
- package/dist/js/libs/oj/min/ojselectcombobox.js +2 -2
- package/dist/js/libs/oj/min/ojselectcombobox.js.map +1 -1
- package/dist/js/libs/oj/min/ojselector.js +1 -1
- package/dist/js/libs/oj/min/ojselectsingle.js +1 -1
- package/dist/js/libs/oj/min/ojset.js +1 -1
- package/dist/js/libs/oj/min/ojslider.js +1 -1
- package/dist/js/libs/oj/min/ojstreamlist.js +1 -1
- package/dist/js/libs/oj/min/ojsunburst.js +1 -1
- package/dist/js/libs/oj/min/ojsuppressnodetreedataprovider.js +1 -1
- package/dist/js/libs/oj/min/ojswipeactions.js +1 -1
- package/dist/js/libs/oj/min/ojswipetoreveal.js +1 -1
- package/dist/js/libs/oj/min/ojswitch.js +1 -1
- package/dist/js/libs/oj/min/ojswitcher.js +1 -1
- package/dist/js/libs/oj/min/ojtable.js +2 -2
- package/dist/js/libs/oj/min/ojtable.js.map +1 -1
- package/dist/js/libs/oj/min/ojtabs.js +1 -1
- package/dist/js/libs/oj/min/ojtagcloud-toolkit.js +1 -1
- package/dist/js/libs/oj/min/ojtagcloud.js +1 -1
- package/dist/js/libs/oj/min/ojtemplateengine.js +2 -2
- package/dist/js/libs/oj/min/ojtemplateengine.js.map +1 -1
- package/dist/js/libs/oj/min/ojthematicmap-toolkit.js +1 -1
- package/dist/js/libs/oj/min/ojthematicmap.js +1 -1
- package/dist/js/libs/oj/min/ojthemeutils.js +1 -1
- package/dist/js/libs/oj/min/ojtime-base.js +1 -1
- package/dist/js/libs/oj/min/ojtimeaxis-toolkit.js +1 -1
- package/dist/js/libs/oj/min/ojtimeaxis.js +1 -1
- package/dist/js/libs/oj/min/ojtimeline-toolkit.js +1 -1
- package/dist/js/libs/oj/min/ojtimeline.js +1 -1
- package/dist/js/libs/oj/min/ojtimerutils.js +1 -1
- package/dist/js/libs/oj/min/ojtimeutils.js +1 -1
- package/dist/js/libs/oj/min/ojtimezonedata.js +1 -1
- package/dist/js/libs/oj/min/ojtimezoneutils.js +1 -1
- package/dist/js/libs/oj/min/ojtoolbar.js +2 -2
- package/dist/js/libs/oj/min/ojtoolbar.js.map +1 -1
- package/dist/js/libs/oj/min/ojtouchproxy.js +1 -1
- package/dist/js/libs/oj/min/ojtrace-event.js +1 -1
- package/dist/js/libs/oj/min/ojtracer.js +1 -1
- package/dist/js/libs/oj/min/ojtrain.js +1 -1
- package/dist/js/libs/oj/min/ojtranslation.js +1 -1
- package/dist/js/libs/oj/min/ojtree.js +2 -2
- package/dist/js/libs/oj/min/ojtreedataprovider.js +1 -1
- package/dist/js/libs/oj/min/ojtreedataprovideradapter.js +1 -1
- package/dist/js/libs/oj/min/ojtreedataproviderview.js +1 -1
- package/dist/js/libs/oj/min/ojtreemap.js +1 -1
- package/dist/js/libs/oj/min/ojtreeview.js +2 -2
- package/dist/js/libs/oj/min/ojtreeview.js.map +1 -1
- package/dist/js/libs/oj/min/ojurlparamadapter.js +1 -1
- package/dist/js/libs/oj/min/ojurlpathadapter.js +1 -1
- package/dist/js/libs/oj/min/ojurlpathparamadapter.js +1 -1
- package/dist/js/libs/oj/min/ojvalidation-base.js +1 -1
- package/dist/js/libs/oj/min/ojvalidation-datetime.js +1 -1
- package/dist/js/libs/oj/min/ojvalidation-error.js +1 -1
- package/dist/js/libs/oj/min/ojvalidation-number.js +1 -1
- package/dist/js/libs/oj/min/ojvalidation.js +1 -1
- package/dist/js/libs/oj/min/ojvalidationfactory-base.js +1 -1
- package/dist/js/libs/oj/min/ojvalidationfactory-datetime.js +1 -1
- package/dist/js/libs/oj/min/ojvalidationfactory-number.js +1 -1
- package/dist/js/libs/oj/min/ojvalidationgroup.js +1 -1
- package/dist/js/libs/oj/min/ojvalidator-async.js +1 -1
- package/dist/js/libs/oj/min/ojvalidator-daterestriction.js +1 -1
- package/dist/js/libs/oj/min/ojvalidator-datetimerange.js +1 -1
- package/dist/js/libs/oj/min/ojvalidator-length.js +1 -1
- package/dist/js/libs/oj/min/ojvalidator-numberrange.js +1 -1
- package/dist/js/libs/oj/min/ojvalidator-regexp.js +1 -1
- package/dist/js/libs/oj/min/ojvalidator-required.js +1 -1
- package/dist/js/libs/oj/min/ojvalidator.js +1 -1
- package/dist/js/libs/oj/min/ojvcollection.js +1 -1
- package/dist/js/libs/oj/min/ojvcomponent-binding.js +1 -1
- package/dist/js/libs/oj/min/ojvcomponent-remounter.js +1 -1
- package/dist/js/libs/oj/min/ojvcomponent-template.js +2 -2
- package/dist/js/libs/oj/min/ojvcomponent-template.js.map +1 -1
- package/dist/js/libs/oj/min/ojvcomponent.js +1 -1
- package/dist/js/libs/oj/min/ojvformgenerator.js +1 -1
- package/dist/js/libs/oj/min/ojvmenu.js +1 -1
- package/dist/js/libs/oj/min/ojwaterfalllayout.js +1 -1
- package/dist/js/libs/oj/ojL10n.js +1 -1
- package/dist/js/libs/persist/debug/impl/PersistenceXMLHttpRequest.js +20 -0
- package/dist/js/libs/persist/debug/{offline-persistence-toolkit-arraystore-1.5.5.js → offline-persistence-toolkit-arraystore-1.5.7.js} +0 -0
- package/dist/js/libs/persist/debug/{offline-persistence-toolkit-core-1.5.5.js → offline-persistence-toolkit-core-1.5.7.js} +1411 -1383
- package/dist/js/libs/persist/debug/{offline-persistence-toolkit-filesystemstore-1.5.5.js → offline-persistence-toolkit-filesystemstore-1.5.7.js} +1369 -1369
- package/dist/js/libs/persist/debug/{offline-persistence-toolkit-localstore-1.5.5.js → offline-persistence-toolkit-localstore-1.5.7.js} +0 -0
- package/dist/js/libs/persist/debug/{offline-persistence-toolkit-pouchdbstore-1.5.5.js → offline-persistence-toolkit-pouchdbstore-1.5.7.js} +1369 -1369
- package/dist/js/libs/persist/debug/{offline-persistence-toolkit-responseproxy-1.5.5.js → offline-persistence-toolkit-responseproxy-1.5.7.js} +1369 -1369
- package/dist/js/libs/persist/debug/persistenceManager.js +1 -1
- package/dist/js/libs/persist/debug/persistenceUtils.js +14 -6
- package/dist/js/libs/persist/debug/pouchdb-browser-7.2.2.js +1369 -1369
- package/dist/js/libs/persist/min/impl/PersistenceXMLHttpRequest.js +1 -1
- package/dist/js/libs/persist/min/{offline-persistence-toolkit-arraystore-1.5.5.js → offline-persistence-toolkit-arraystore-1.5.7.js} +0 -0
- package/dist/js/libs/persist/min/{offline-persistence-toolkit-core-1.5.5.js → offline-persistence-toolkit-core-1.5.7.js} +138 -138
- package/dist/js/libs/persist/min/{offline-persistence-toolkit-filesystemstore-1.5.5.js → offline-persistence-toolkit-filesystemstore-1.5.7.js} +113 -113
- package/dist/js/libs/persist/min/{offline-persistence-toolkit-localstore-1.5.5.js → offline-persistence-toolkit-localstore-1.5.7.js} +0 -0
- package/dist/js/libs/persist/min/{offline-persistence-toolkit-pouchdbstore-1.5.5.js → offline-persistence-toolkit-pouchdbstore-1.5.7.js} +113 -113
- package/dist/js/libs/persist/min/{offline-persistence-toolkit-responseproxy-1.5.5.js → offline-persistence-toolkit-responseproxy-1.5.7.js} +113 -113
- package/dist/js/libs/persist/min/persistenceUtils.js +1 -1
- package/dist/js/libs/persist/min/pouchdb-browser-7.2.2.js +113 -113
- package/dist/metadata/components/allComponents.json +233 -233
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/accordion/themes/base/_oj-accordion.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/accordion/themes/redwood/_oj-accordion.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/accordion/themes/redwood/oj-accordion.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/accordion/themes/stable/_oj-accordion.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/accordion/themes/stable/oj-accordion.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/action-card/themes/base/_oj-action-card.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/action-card/themes/redwood/_oj-action-card.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/action-card/themes/redwood/oj-action-card.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/action-card/themes/stable/_oj-action-card.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/action-card/themes/stable/oj-action-card.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/all-components/themes/base/_oj.common.servervars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/all-components/themes/base/oj.common.settings.cssvariables.css +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/all-components/themes/redwood/_oj-all-components-common.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/all-components/themes/redwood/_oj-all-components-notag.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/all-components/themes/redwood/_oj-all-components.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/all-components/themes/redwood/_oj.redwood.settings.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/all-components/themes/redwood/oj.redwood.cssvars.settings.css +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/all-components/themes/stable/_oj-all-components-common.scss +2 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/all-components/themes/stable/_oj-all-components-notag.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/all-components/themes/stable/_oj-all-components.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/all-components/themes/stable/_oj.stable.settings.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/all-components/themes/stable/oj.stable.cssvars.settings.css +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/animation/themes/base/_oj-animation.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/animation/themes/redwood/_oj-animation.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/animation/themes/redwood/_oj-animation.servervars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/animation/themes/redwood/oj-animation.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/animation/themes/stable/_oj-animation.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/animation/themes/stable/_oj-animation.servervars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/animation/themes/stable/oj-animation.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/app-layout/themes/base/_oj-app-layout.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/app-layout/themes/redwood/_oj-app-layout.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/app-layout/themes/redwood/_oj-app-layout.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/app-layout/themes/stable/_oj-app-layout.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/app-layout/themes/stable/_oj-app-layout.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/app-layout-hybrid/themes/base/_oj-app-layout-hybrid.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/app-layout-hybrid/themes/redwood/_oj-app-layout-hybrid.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/app-layout-hybrid/themes/redwood/oj-app-layout-hybrid.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/app-layout-hybrid/themes/stable/_oj-app-layout-hybrid.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/app-layout-hybrid/themes/stable/oj-app-layout-hybrid.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/app-layout-web/themes/base/_oj-app-layout-web.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/app-layout-web/themes/redwood/_oj-app-layout-web.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/app-layout-web/themes/redwood/oj-app-layout-web.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/app-layout-web/themes/stable/_oj-app-layout-web.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/app-layout-web/themes/stable/oj-app-layout-web.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/avatar/themes/base/_oj-avatar.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/avatar/themes/redwood/_oj-avatar-scoped.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/avatar/themes/redwood/_oj-avatar.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/avatar/themes/redwood/oj-avatar.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/avatar/themes/stable/_oj-avatar-scoped.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/avatar/themes/stable/_oj-avatar.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/avatar/themes/stable/oj-avatar.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/badge/themes/base/_oj-badge.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/badge/themes/redwood/_oj-badge-scoped.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/badge/themes/redwood/_oj-badge.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/badge/themes/redwood/oj-badge.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/badge/themes/stable/_oj-badge-scoped.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/badge/themes/stable/_oj-badge.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/badge/themes/stable/oj-badge.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/button/themes/base/_oj-button.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/button/themes/redwood/_oj-button-ignore.scoped.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/button/themes/redwood/_oj-button-scoped.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/button/themes/redwood/_oj-button.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/button/themes/redwood/oj-button.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/button/themes/stable/_oj-button-ignore.scoped.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/button/themes/stable/_oj-button.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/button/themes/stable/oj-button.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/buttonset/themes/base/_oj-buttonset.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/buttonset/themes/redwood/_oj-buttonset-scoped.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/buttonset/themes/redwood/_oj-buttonset.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/buttonset/themes/redwood/_oj-buttonset.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/buttonset/themes/stable/_oj-buttonset-scoped.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/buttonset/themes/stable/_oj-buttonset.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/buttonset/themes/stable/_oj-buttonset.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/buttonset-many/themes/redwood/oj-buttonset-many.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/buttonset-many/themes/stable/oj-buttonset-many.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/buttonset-one/themes/redwood/oj-buttonset-one.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/buttonset-one/themes/stable/oj-buttonset-one.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/chart/themes/base/_oj-chart.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/chart/themes/redwood/_oj-chart.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/chart/themes/redwood/oj-chart.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/chart/themes/stable/_oj-chart.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/chart/themes/stable/oj-chart.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/checkboxset/themes/redwood/_oj-checkboxset.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/checkboxset/themes/redwood/oj-checkboxset.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/checkboxset/themes/stable/_oj-checkboxset.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/checkboxset/themes/stable/oj-checkboxset.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/collapsible/themes/base/_oj-collapsible.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/collapsible/themes/redwood/_oj-collapsible.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/collapsible/themes/redwood/oj-collapsible.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/collapsible/themes/stable/_oj-collapsible.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/collapsible/themes/stable/oj-collapsible.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/collection/themes/redwood/_oj-collection.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/collection/themes/stable/_oj-collection.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/color-palette/themes/base/_oj-color-palette.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/color-palette/themes/redwood/_oj-color-palette.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/color-palette/themes/redwood/oj-color-palette.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/color-palette/themes/stable/_oj-color-palette.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/color-palette/themes/stable/oj-color-palette.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/color-spectrum/themes/base/_oj-color-spectrum.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/color-spectrum/themes/redwood/_oj-color-spectrum.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/color-spectrum/themes/redwood/oj-color-spectrum.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/color-spectrum/themes/stable/_oj-color-spectrum.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/color-spectrum/themes/stable/oj-color-spectrum.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/combobox/themes/base/_oj-combobox.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/combobox/themes/redwood/_oj-combobox.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/combobox/themes/redwood/_oj-combobox.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/combobox/themes/stable/_oj-combobox.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/combobox/themes/stable/_oj-combobox.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/combobox-many/themes/redwood/oj-combobox-many.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/combobox-many/themes/stable/oj-combobox-many.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/combobox-one/themes/redwood/oj-combobox-one.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/combobox-one/themes/stable/oj-combobox-one.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/conveyor-belt/themes/base/_oj-conveyor-belt.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/conveyor-belt/themes/redwood/_oj-conveyor-belt.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/conveyor-belt/themes/redwood/oj-conveyor-belt.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/conveyor-belt/themes/stable/_oj-conveyor-belt.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/conveyor-belt/themes/stable/oj-conveyor-belt.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/core/themes/redwood/_oj-core-ignore.scoped.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/core/themes/redwood/_oj-core-scoped.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/core/themes/redwood/_oj-core.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/core/themes/stable/_oj-core.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/data-grid/themes/base/_oj-data-grid.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/data-grid/themes/redwood/_oj-data-grid.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/data-grid/themes/redwood/oj-data-grid.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/data-grid/themes/stable/_oj-data-grid.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/data-grid/themes/stable/oj-data-grid.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/date-picker/themes/redwood/oj-date-picker.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/date-picker/themes/stable/oj-date-picker.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/date-time-picker/themes/base/_oj-date-time-picker.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/date-time-picker/themes/redwood/_oj-date-time-picker.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/date-time-picker/themes/redwood/_oj-date-time-picker.servervars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/date-time-picker/themes/redwood/oj-date-time-picker.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/date-time-picker/themes/stable/_oj-date-time-picker.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/date-time-picker/themes/stable/_oj-date-time-picker.servervars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/date-time-picker/themes/stable/oj-date-time-picker.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/diagram/themes/base/_oj-diagram.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/diagram/themes/redwood/_oj-diagram.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/diagram/themes/redwood/oj-diagram.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/diagram/themes/stable/_oj-diagram.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/diagram/themes/stable/oj-diagram.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/dialog/themes/base/_oj-dialog.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/dialog/themes/redwood/_oj-dialog-scoped.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/dialog/themes/redwood/_oj-dialog.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/dialog/themes/redwood/_oj-dialog.servervars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/dialog/themes/redwood/oj-dialog.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/dialog/themes/stable/_oj-dialog-scoped.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/dialog/themes/stable/_oj-dialog.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/dialog/themes/stable/_oj-dialog.servervars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/dialog/themes/stable/oj-dialog.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/drawer-layout/themes/base/_oj-drawer-layout.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/drawer-layout/themes/redwood/_oj-drawer-layout.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/drawer-layout/themes/redwood/oj-drawer-layout.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/drawer-layout/themes/stable/_oj-drawer-layout.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/drawer-layout/themes/stable/oj-drawer-layout.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/drawer-popup/themes/base/_oj-drawer-popup.scss +10 -1
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/drawer-popup/themes/redwood/_oj-drawer-popup.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/drawer-popup/themes/redwood/oj-drawer-popup.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/drawer-popup/themes/stable/_oj-drawer-popup.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/drawer-popup/themes/stable/oj-drawer-popup.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/dvt/themes/base/_oj-dvt.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/dvt/themes/redwood/_oj-dvt.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/dvt/themes/redwood/_oj-dvt.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/dvt/themes/stable/_oj-dvt.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/dvt/themes/stable/_oj-dvt.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/file-picker/themes/base/_oj-file-picker.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/file-picker/themes/redwood/_oj-file-picker.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/file-picker/themes/redwood/oj-file-picker.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/file-picker/themes/stable/_oj-file-picker.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/file-picker/themes/stable/oj-file-picker.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/film-strip/themes/base/_oj-film-strip.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/film-strip/themes/redwood/_oj-film-strip.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/film-strip/themes/redwood/oj-film-strip.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/film-strip/themes/stable/_oj-film-strip.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/film-strip/themes/stable/oj-film-strip.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/flex/themes/base/_oj-flex.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/flex/themes/redwood/oj-flex.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/flex/themes/stable/oj-flex.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/form-control/themes/base/_oj-form-control.mixins.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/form-control/themes/base/_oj-form-control.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/form-control/themes/base/_oj-messaging.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/form-control/themes/redwood/_oj-form-control.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/form-control/themes/redwood/_oj-form-control.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/form-control/themes/redwood/_oj-messaging.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/form-control/themes/redwood/_oj-messaging.servervars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/form-control/themes/stable/_oj-form-control.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/form-control/themes/stable/_oj-form-control.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/form-control/themes/stable/_oj-messaging.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/form-control/themes/stable/_oj-messaging.servervars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/form-layout/themes/base/_oj-form-layout.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/form-layout/themes/redwood/_oj-form-layout.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/form-layout/themes/redwood/_oj-form-layout.servervars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/form-layout/themes/redwood/oj-form-layout.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/form-layout/themes/stable/_oj-form-layout.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/form-layout/themes/stable/_oj-form-layout.servervars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/form-layout/themes/stable/oj-form-layout.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/gantt/themes/base/_oj-gantt.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/gantt/themes/redwood/_oj-gantt.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/gantt/themes/redwood/oj-gantt.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/gantt/themes/stable/_oj-gantt.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/gantt/themes/stable/oj-gantt.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/gauge/themes/base/_oj-gauge.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/gauge/themes/redwood/_oj-gauge.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/gauge/themes/redwood/oj-gauge.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/gauge/themes/stable/_oj-gauge.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/gauge/themes/stable/oj-gauge.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/grid/themes/base/_oj-grid.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/grid/themes/redwood/oj-grid.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/grid/themes/stable/oj-grid.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/helpers/themes/base/_oj-helpers.scss +1 -1
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/helpers/themes/base/_oj-responsive-helpers.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/helpers/themes/redwood/_oj-theme.servervars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/helpers/themes/redwood/oj-helpers.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/helpers/themes/redwood/oj-responsive.helpers.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/helpers/themes/stable/_oj-theme.servervars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/helpers/themes/stable/oj-helpers.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/helpers/themes/stable/oj-responsive.helpers.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/highlight-text/themes/base/_oj-highlight-text.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/highlight-text/themes/redwood/oj-highlight-text.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/highlight-text/themes/stable/oj-highlight-text.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/icon-circle/themes/base/_oj-icon-circle.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/icon-circle/themes/redwood/_oj-icon-circle-ignore.scoped.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/icon-circle/themes/redwood/_oj-icon-circle.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/icon-circle/themes/redwood/oj-icon-circle.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/icons/themes/base/_oj-icons.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/icons/themes/redwood/_oj-icon-font.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/icons/themes/redwood/_oj-icons-ignore.scoped.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/icons/themes/redwood/_oj-icons.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/icons/themes/redwood/oj-icons.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/icons/themes/stable/_oj-icon-font.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/icons/themes/stable/_oj-icons.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/icons/themes/stable/oj-icons.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/indexer/themes/base/_oj-indexer.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/indexer/themes/redwood/_oj-indexer.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/indexer/themes/redwood/oj-indexer.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/indexer/themes/stable/_oj-indexer.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/indexer/themes/stable/oj-indexer.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/input-date/themes/redwood/oj-input-date.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/input-date/themes/stable/oj-input-date.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/input-date-time/themes/redwood/oj-input-date-time.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/input-date-time/themes/stable/oj-input-date-time.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/input-number/themes/base/_oj-input-number.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/input-number/themes/redwood/_oj-input-number.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/input-number/themes/redwood/oj-input-number.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/input-number/themes/stable/_oj-input-number.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/input-number/themes/stable/oj-input-number.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/input-password/themes/redwood/oj-input-password.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/input-password/themes/stable/oj-input-password.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/input-search/themes/base/_oj-input-search.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/input-search/themes/redwood/_oj-input-search-scoped.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/input-search/themes/redwood/_oj-input-search.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/input-search/themes/redwood/_oj-input-search.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/input-search/themes/stable/_oj-input-search-scoped.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/input-search/themes/stable/_oj-input-search.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/input-search/themes/stable/_oj-input-search.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/input-text/themes/base/_oj-input-text.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/input-text/themes/redwood/_oj-input-text.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/input-text/themes/redwood/oj-input-text.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/input-text/themes/stable/_oj-input-text.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/input-text/themes/stable/oj-input-text.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/input-time/themes/redwood/oj-input-time.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/input-time/themes/stable/oj-input-time.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/label/themes/base/_oj-label.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/label/themes/redwood/_oj-label-scoped.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/label/themes/redwood/_oj-label.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/label/themes/redwood/oj-label.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/label/themes/stable/_oj-label.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/label/themes/stable/oj-label.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/label-value/themes/base/_oj-label-value.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/label-value/themes/redwood/_oj-label-value.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/label-value/themes/stable/_oj-label-value.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/led-gauge/themes/base/_oj-led-gauge.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/led-gauge/themes/redwood/_oj-led-gauge.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/led-gauge/themes/redwood/oj-led-gauge.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/led-gauge/themes/stable/_oj-led-gauge.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/led-gauge/themes/stable/oj-led-gauge.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/legend/themes/base/_oj-legend.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/legend/themes/redwood/_oj-legend.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/legend/themes/redwood/oj-legend.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/legend/themes/stable/_oj-legend.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/legend/themes/stable/oj-legend.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/list-box/themes/base/_oj-list-box.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/list-box/themes/redwood/_oj-list-box.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/list-box/themes/redwood/_oj-list-box.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/list-box/themes/stable/_oj-list-box.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/list-box/themes/stable/_oj-list-box.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/list-item-layout/themes/base/_oj-list-item-layout.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/list-item-layout/themes/redwood/_oj-list-item-layout.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/list-item-layout/themes/redwood/oj-list-item-layout.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/list-item-layout/themes/stable/_oj-list-item-layout.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/list-item-layout/themes/stable/oj-list-item-layout.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/list-view/themes/base/_oj-list-view.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/list-view/themes/redwood/_oj-list-view.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/list-view/themes/redwood/oj-list-view.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/list-view/themes/stable/_oj-list-view.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/list-view/themes/stable/oj-list-view.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/masonry-layout/themes/base/_oj-masonry-layout.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/masonry-layout/themes/redwood/_oj-masonry-layout.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/masonry-layout/themes/redwood/_oj-masonry-layout.servervars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/masonry-layout/themes/redwood/oj-masonry-layout.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/masonry-layout/themes/stable/_oj-masonry-layout.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/masonry-layout/themes/stable/_oj-masonry-layout.servervars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/masonry-layout/themes/stable/oj-masonry-layout.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/menu/themes/base/_oj-menu.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/menu/themes/redwood/_oj-menu.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/menu/themes/redwood/oj-menu.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/menu/themes/stable/_oj-menu.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/menu/themes/stable/oj-menu.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/menu-button/themes/base/_oj-menu-button.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/menu-button/themes/redwood/_oj-menu-button.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/menu-button/themes/redwood/_oj-menu-button.servervars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/menu-button/themes/redwood/oj-menu-button.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/menu-button/themes/stable/_oj-menu-button.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/menu-button/themes/stable/_oj-menu-button.servervars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/menu-button/themes/stable/oj-menu-button.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/menu-select-many/themes/base/_oj-menu-select-many.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/menu-select-many/themes/redwood/_oj-menu-select-many.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/menu-select-many/themes/redwood/oj-menu-select-many.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/menu-select-many/themes/stable/_oj-menu-select-many.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/menu-select-many/themes/stable/oj-menu-select-many.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/message/themes/base/_oj-message.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/message/themes/redwood/_oj-message-ignore.scoped.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/message/themes/redwood/_oj-message.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/message/themes/redwood/_oj-message.servervars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/message/themes/redwood/oj-message.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/message/themes/stable/_oj-message.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/message/themes/stable/_oj-message.servervars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/message/themes/stable/oj-message.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/messages/themes/base/_oj-messages.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/messages/themes/redwood/_oj-messages.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/messages/themes/redwood/_oj-messages.servervars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/messages/themes/redwood/oj-messages.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/messages/themes/stable/_oj-messages.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/messages/themes/stable/_oj-messages.servervars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/messages/themes/stable/oj-messages.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/module/themes/base/_oj-module.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/module/themes/redwood/oj-module.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/module/themes/stable/oj-module.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/n-box/themes/base/_oj-n-box.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/n-box/themes/redwood/_oj-n-box.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/n-box/themes/redwood/oj-n-box.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/n-box/themes/stable/_oj-n-box.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/n-box/themes/stable/oj-n-box.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/navigation-list/themes/base/_oj-navigation-list.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/navigation-list/themes/redwood/_oj-navigation-list-scoped.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/navigation-list/themes/redwood/_oj-navigation-list.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/navigation-list/themes/redwood/oj-navigation-list.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/navigation-list/themes/stable/_oj-navigation-list-scoped.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/navigation-list/themes/stable/_oj-navigation-list.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/navigation-list/themes/stable/oj-navigation-list.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/off-canvas/themes/base/_oj-off-canvas.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/off-canvas/themes/redwood/_oj-off-canvas.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/off-canvas/themes/redwood/oj-off-canvas.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/off-canvas/themes/stable/_oj-off-canvas.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/off-canvas/themes/stable/oj-off-canvas.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/optgroup/themes/base/_oj-optgroup.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/optgroup/themes/redwood/oj-optgroup.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/optgroup/themes/stable/oj-optgroup.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/option/themes/base/_oj-option.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/option/themes/redwood/oj-option.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/option/themes/stable/oj-option.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/paging-control/themes/base/_oj-paging-control.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/paging-control/themes/redwood/_oj-paging-control.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/paging-control/themes/redwood/oj-paging-control.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/paging-control/themes/stable/_oj-paging-control.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/paging-control/themes/stable/oj-paging-control.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/palette/themes/redwood/_oj-palette-scoped.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/palette/themes/redwood/_oj-palette.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/palette/themes/stable/_oj-palette.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/panel/themes/base/_oj-panel.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/panel/themes/redwood/_oj-panel-scoped.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/panel/themes/redwood/_oj-panel.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/panel/themes/redwood/oj-panel.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/panel/themes/stable/_oj-panel.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/panel/themes/stable/oj-panel.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/picto-chart/themes/base/_oj-picto-chart.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/picto-chart/themes/redwood/_oj-picto-chart.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/picto-chart/themes/redwood/oj-picto-chart.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/picto-chart/themes/stable/_oj-picto-chart.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/picto-chart/themes/stable/oj-picto-chart.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/popup/themes/base/_oj-layer.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/popup/themes/base/_oj-popup.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/popup/themes/redwood/_oj-layer.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/popup/themes/redwood/_oj-popup.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/popup/themes/redwood/oj-popup.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/popup/themes/stable/_oj-layer.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/popup/themes/stable/_oj-popup.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/popup/themes/stable/oj-popup.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/progress-bar/themes/base/_oj-progress-bar.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/progress-bar/themes/redwood/_oj-progress-bar-scoped.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/progress-bar/themes/redwood/_oj-progress-bar.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/progress-bar/themes/redwood/_oj-progress-bar.servervars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/progress-bar/themes/redwood/oj-progress-bar.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/progress-bar/themes/stable/_oj-progress-bar.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/progress-bar/themes/stable/_oj-progress-bar.servervars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/progress-bar/themes/stable/oj-progress-bar.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/progress-circle/themes/base/_oj-progress-circle.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/progress-circle/themes/redwood/_oj-progress-circle-scoped.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/progress-circle/themes/redwood/_oj-progress-circle.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/progress-circle/themes/redwood/_oj-progress-circle.servervars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/progress-circle/themes/redwood/oj-progress-circle.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/progress-circle/themes/stable/_oj-progress-circle.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/progress-circle/themes/stable/_oj-progress-circle.servervars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/progress-circle/themes/stable/oj-progress-circle.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/radio-checkbox/themes/base/_oj-radiocheckbox.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/radio-checkbox/themes/redwood/_oj-radiocheckbox-scoped.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/radio-checkbox/themes/redwood/_oj-radiocheckbox.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/radio-checkbox/themes/redwood/_oj-radiocheckbox.servervars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/radio-checkbox/themes/stable/_oj-radiocheckbox.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/radio-checkbox/themes/stable/_oj-radiocheckbox.servervars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/radioset/themes/redwood/_oj-radioset.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/radioset/themes/redwood/oj-radioset.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/radioset/themes/stable/_oj-radioset.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/radioset/themes/stable/oj-radioset.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/rangeslider/themes/redwood/_oj-rangeslider.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/rangeslider/themes/redwood/oj-rangeslider.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/rangeslider/themes/stable/_oj-rangeslider.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/rangeslider/themes/stable/oj-rangeslider.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/rating-gauge/themes/base/_oj-rating-gauge.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/rating-gauge/themes/redwood/_oj-rating-gauge.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/rating-gauge/themes/redwood/oj-rating-gauge.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/rating-gauge/themes/stable/_oj-rating-gauge.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/rating-gauge/themes/stable/oj-rating-gauge.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/refresher/themes/base/_oj-refresher.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/refresher/themes/redwood/_oj-refresher.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/refresher/themes/redwood/_oj-refresher.servervars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/refresher/themes/redwood/oj-refresher.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/refresher/themes/stable/_oj-refresher.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/refresher/themes/stable/_oj-refresher.servervars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/refresher/themes/stable/oj-refresher.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/resizable/themes/base/_oj-resizable.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/resizable/themes/redwood/_oj-resizable.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/resizable/themes/stable/_oj-resizable.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/row-expander/themes/base/_oj-row-expander.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/row-expander/themes/redwood/_oj-row-expander.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/row-expander/themes/redwood/oj-row-expander.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/row-expander/themes/stable/_oj-row-expander.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/row-expander/themes/stable/oj-row-expander.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/scrollbar/themes/base/_oj-scrollbar.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/scrollbar/themes/redwood/_oj-scrollbar-scoped.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/scrollbar/themes/redwood/_oj-scrollbar.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/scrollbar/themes/redwood/_oj-scrollbar.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/scrollbar/themes/stable/_oj-scrollbar.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/scrollbar/themes/stable/_oj-scrollbar.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/select/themes/base/_oj-select.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/select/themes/redwood/_oj-select.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/select/themes/redwood/_oj-select.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/select/themes/stable/_oj-select.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/select/themes/stable/_oj-select.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/select-many/themes/redwood/oj-select-many.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/select-many/themes/stable/oj-select-many.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/select-one/themes/redwood/oj-select-one.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/select-original/themes/base/_oj-select-original.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/select-original/themes/redwood/_oj-select-original.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/select-original/themes/redwood/_oj-select-original.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/select-original/themes/stable/_oj-select-original.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/select-original/themes/stable/_oj-select-original.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/select-single/themes/base/_oj-select-single.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/select-single/themes/redwood/oj-select-single.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/select-single/themes/stable/oj-select-single.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/selector/themes/base/_oj-selector.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/selector/themes/redwood/_oj-selector.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/selector/themes/redwood/oj-selector.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/selector/themes/stable/_oj-selector.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/selector/themes/stable/oj-selector.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/slider/themes/base/_oj-slider.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/slider/themes/redwood/_oj-slider.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/slider/themes/redwood/oj-slider.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/slider/themes/stable/_oj-slider.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/slider/themes/stable/oj-slider.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/spark-chart/themes/base/_oj-spark-chart.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/spark-chart/themes/redwood/oj-spark-chart.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/spark-chart/themes/stable/oj-spark-chart.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/status-meter-gauge/themes/base/_oj-status-meter-gauge.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/status-meter-gauge/themes/redwood/_oj-status-meter-gauge.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/status-meter-gauge/themes/redwood/oj-status-meter-gauge.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/status-meter-gauge/themes/stable/_oj-status-meter-gauge.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/status-meter-gauge/themes/stable/oj-status-meter-gauge.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/stream-list/themes/base/_oj-stream-list.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/stream-list/themes/redwood/_oj-stream-list.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/stream-list/themes/redwood/_oj-stream-list.servervars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/stream-list/themes/redwood/oj-stream-list.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/stream-list/themes/stable/_oj-stream-list.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/stream-list/themes/stable/_oj-stream-list.servervars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/stream-list/themes/stable/oj-stream-list.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/sunburst/themes/base/_oj-sunburst.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/sunburst/themes/redwood/_oj-sunburst.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/sunburst/themes/redwood/oj-sunburst.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/sunburst/themes/stable/_oj-sunburst.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/sunburst/themes/stable/oj-sunburst.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/swipe-actions/themes/base/_oj-swipe-actions.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/swipe-actions/themes/redwood/_oj-swipe-actions.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/swipe-actions/themes/redwood/oj-swipe-actions.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/swipe-actions/themes/stable/_oj-swipe-actions.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/swipe-actions/themes/stable/oj-swipe-actions.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/switch/themes/base/_oj-switch.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/switch/themes/redwood/_oj-switch.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/switch/themes/redwood/oj-switch.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/switch/themes/stable/_oj-switch.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/switch/themes/stable/oj-switch.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/switcher/themes/base/_oj-switcher.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/switcher/themes/redwood/oj-switcher.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/switcher/themes/stable/oj-switcher.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/tab-bar/themes/base/_oj-tab-bar.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/tab-bar/themes/redwood/_oj-tab-bar-scoped.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/tab-bar/themes/redwood/_oj-tab-bar.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/tab-bar/themes/redwood/oj-tab-bar.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/tab-bar/themes/stable/_oj-tab-bar-scoped.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/tab-bar/themes/stable/_oj-tab-bar.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/tab-bar/themes/stable/oj-tab-bar.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/table/themes/base/_oj-table.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/table/themes/redwood/_oj-table.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/table/themes/redwood/oj-table.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/table/themes/stable/_oj-table.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/table/themes/stable/oj-table.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/tag-cloud/themes/base/_oj-tag-cloud.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/tag-cloud/themes/redwood/_oj-tag-cloud.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/tag-cloud/themes/redwood/oj-tag-cloud.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/tag-cloud/themes/stable/_oj-tag-cloud.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/tag-cloud/themes/stable/oj-tag-cloud.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/tags/themes/base/_oj-notags.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/tags/themes/base/_oj-tags.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/tags/themes/redwood/_oj-tags-scoped.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/tags/themes/redwood/_oj-tags.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/tags/themes/redwood/oj-notags.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/tags/themes/redwood/oj-tags.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/tags/themes/stable/_oj-tags.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/tags/themes/stable/oj-notags.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/tags/themes/stable/oj-tags.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/text-area/themes/base/_oj-text-area.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/text-area/themes/redwood/_oj-text-area.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/text-area/themes/redwood/oj-text-area.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/text-area/themes/stable/_oj-text-area.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/text-area/themes/stable/oj-text-area.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/text-field/themes/base/_oj-text-field.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/text-field/themes/redwood/_oj-text-field-scoped.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/text-field/themes/redwood/_oj-text-field.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/text-field/themes/stable/_oj-text-field.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/thematic-map/themes/base/_oj-thematic-map.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/thematic-map/themes/redwood/_oj-thematic-map.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/thematic-map/themes/redwood/oj-thematic-map.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/thematic-map/themes/stable/_oj-thematic-map.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/thematic-map/themes/stable/oj-thematic-map.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/time-axis/themes/base/_oj-time-axis.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/time-axis/themes/redwood/_oj-time-axis.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/time-axis/themes/redwood/oj-time-axis.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/time-axis/themes/stable/_oj-time-axis.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/time-axis/themes/stable/oj-time-axis.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/timeline/themes/base/_oj-timeline.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/timeline/themes/redwood/_oj-timeline.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/timeline/themes/redwood/oj-timeline.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/timeline/themes/stable/_oj-timeline.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/timeline/themes/stable/oj-timeline.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/toolbar/themes/base/_oj-toolbar.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/toolbar/themes/redwood/_oj-toolbar.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/toolbar/themes/redwood/oj-toolbar.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/toolbar/themes/stable/_oj-toolbar.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/toolbar/themes/stable/oj-toolbar.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/tooltip/themes/base/_oj-tooltip.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/tooltip/themes/redwood/_oj-tooltip.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/tooltip/themes/redwood/oj-tooltip.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/tooltip/themes/stable/_oj-tooltip.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/tooltip/themes/stable/oj-tooltip.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/train/themes/base/_oj-train.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/train/themes/redwood/_oj-train.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/train/themes/redwood/oj-train.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/train/themes/stable/_oj-train.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/train/themes/stable/oj-train.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/tree-view/themes/base/_oj-tree-view.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/tree-view/themes/redwood/_oj-tree-view.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/tree-view/themes/redwood/oj-tree-view.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/tree-view/themes/stable/_oj-tree-view.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/tree-view/themes/stable/oj-tree-view.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/treemap/themes/base/_oj-treemap.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/treemap/themes/redwood/_oj-treemap.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/treemap/themes/redwood/oj-treemap.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/treemap/themes/stable/_oj-treemap.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/treemap/themes/stable/oj-treemap.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/typography/themes/base/_oj-typography.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/typography/themes/redwood/_oj-typography-scoped.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/typography/themes/redwood/_oj-typography.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/typography/themes/redwood/oj-typography.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/typography/themes/stable/_oj-typography-scoped.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/typography/themes/stable/_oj-typography.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/typography/themes/stable/oj-typography.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/utilities/_oj.utilities.bidi.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/utilities/_oj.utilities.icons.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/utilities/_oj.utilities.json.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/utilities/_oj.utilities.masonrylayout.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/utilities/_oj.utilities.modules.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/validation-group/themes/base/_oj-validation-group.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/validation-group/themes/redwood/oj-validation-group.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/validation-group/themes/stable/oj-validation-group.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/waterfall-layout/themes/base/_oj-waterfall-layout.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/waterfall-layout/themes/redwood/_oj-waterfall-layout.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/waterfall-layout/themes/redwood/oj-waterfall-layout.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/waterfall-layout/themes/stable/_oj-waterfall-layout.cssvars.scss +0 -0
- package/dist/pcss/oj/{v11.1.1 → v11.1.5}/oj/waterfall-layout/themes/stable/oj-waterfall-layout.scss +0 -0
- package/dist/scss/3rdparty/normalize/_normalize.scss +1 -1
- package/dist/scss/alta/_oj.alta.reset.deprecated.vars.scss +1 -1
- package/dist/scss/alta/_oj.alta.variables.scss +1 -1
- package/dist/scss/alta/_oj.alta.widgets.scss +1 -1
- package/dist/scss/alta/oj-alta-notag.scss +1 -1
- package/dist/scss/alta/oj-alta.scss +1 -1
- package/dist/scss/alta/widgets/_oj-icon-font.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.accordion.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.actioncard.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.animation.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.applayout.hybrid.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.applayout.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.applayout.web.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.avatar.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.button.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.buttonset.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.collapsible.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.component.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.conveyorbelt.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.datagrid.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.dialog.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.dvt.base.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.dvt.chart.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.dvt.diagram.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.dvt.gantt.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.dvt.gauge.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.dvt.nbox.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.dvt.pictochart.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.dvt.sunburst.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.dvt.tagcloud.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.dvt.thematicmap.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.dvt.timeaxis.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.dvt.timeline.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.dvt.treemap.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.filepicker.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.filmstrip.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.flex.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.formcontrol.checkboxset.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.formcontrol.colorpalette.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.formcontrol.colorspectrum.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.formcontrol.combobox.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.formcontrol.common.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.formcontrol.formlayout.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.formcontrol.inputdatetime.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.formcontrol.inputnumber.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.formcontrol.inputpassword.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.formcontrol.inputsearch.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.formcontrol.inputtext.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.formcontrol.label.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.formcontrol.listbox.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.formcontrol.radioset.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.formcontrol.select.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.formcontrol.select2.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.formcontrol.slider.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.formcontrol.switch.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.formcontrol.textarea.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.formcontrol.validationgroup.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.formlayout.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.grid.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.highlighttext.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.iconcircle.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.icons.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.indexer.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.labelvalue.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.listitemlayout.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.listview.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.masonry.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.masonrylayout.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.menu.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.menuselectmany.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.message.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.messages.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.messaging.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.module.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.navigationlist.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.offcanvas.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.option.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.pagingcontrol.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.panel.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.popup.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.progress.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.progresslist.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.refresher.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.resizable.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.responsive.helpers.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.responsive.mediaqueries.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.rowexpander.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.selector.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.sprite.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.streamlist.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.swipeactions.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.swipetoreveal.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.switcher.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.tabbar.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.table.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.tabs.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.tags.core.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.tags.lists.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.tags.typography.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.toolbar.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.train.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.tree.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.treeview.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.utilities.scss +1 -1
- package/dist/scss/alta/widgets/_oj.alta.waterfalllayout.scss +1 -1
- package/dist/scss/alta-android/_oj.alta.android.reset.deprecated.vars.scss +1 -1
- package/dist/scss/alta-android/_oj.alta.android.variables.scss +1 -1
- package/dist/scss/alta-android/_oj.alta.android.widgets.scss +1 -1
- package/dist/scss/alta-android/oj-alta.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj-icon-font.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.accordion.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.actioncard.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.animation.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.applayout.hybrid.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.applayout.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.applayout.web.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.avatar.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.button.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.buttonset.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.collapsible.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.component.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.conveyorbelt.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.datagrid.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.dialog.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.dvt.base.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.dvt.chart.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.dvt.diagram.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.dvt.gantt.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.dvt.gauge.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.dvt.nbox.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.dvt.pictochart.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.dvt.sunburst.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.dvt.tagcloud.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.dvt.thematicmap.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.dvt.timeaxis.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.dvt.timeline.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.dvt.treemap.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.filepicker.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.filmstrip.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.flex.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.formcontrol.checkboxset.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.formcontrol.colorpalette.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.formcontrol.colorspectrum.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.formcontrol.combobox.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.formcontrol.common.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.formcontrol.formlayout.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.formcontrol.inputdatetime.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.formcontrol.inputnumber.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.formcontrol.inputpassword.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.formcontrol.inputsearch.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.formcontrol.inputtext.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.formcontrol.label.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.formcontrol.listbox.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.formcontrol.radioset.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.formcontrol.select.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.formcontrol.select2.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.formcontrol.slider.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.formcontrol.switch.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.formcontrol.textarea.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.formcontrol.validationgroup.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.formlayout.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.grid.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.highlighttext.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.iconcircle.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.icons.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.indexer.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.labelvalue.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.listitemlayout.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.listview.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.masonry.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.masonrylayout.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.menu.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.menuselectmany.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.message.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.messages.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.messaging.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.module.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.navigationlist.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.offcanvas.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.option.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.pagingcontrol.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.panel.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.popup.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.progress.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.progresslist.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.refresher.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.resizable.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.responsive.helpers.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.responsive.mediaqueries.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.rowexpander.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.selector.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.sprite.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.streamlist.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.swipeactions.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.swipetoreveal.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.switcher.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.tabbar.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.table.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.tabs.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.tags.core.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.tags.lists.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.tags.typography.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.toolbar.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.train.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.tree.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.treeview.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.utilities.scss +1 -1
- package/dist/scss/alta-android/widgets/_oj.alta.android.waterfalllayout.scss +1 -1
- package/dist/scss/alta-ios/_oj.alta.ios.reset.deprecated.vars.scss +1 -1
- package/dist/scss/alta-ios/_oj.alta.ios.variables.scss +1 -1
- package/dist/scss/alta-ios/_oj.alta.ios.widgets.scss +1 -1
- package/dist/scss/alta-ios/oj-alta.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj-icon-font.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.accordion.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.actioncard.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.animation.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.applayout.hybrid.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.applayout.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.applayout.web.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.avatar.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.button.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.buttonset.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.collapsible.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.component.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.conveyorbelt.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.datagrid.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.dialog.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.dvt.base.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.dvt.chart.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.dvt.diagram.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.dvt.gantt.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.dvt.gauge.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.dvt.nbox.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.dvt.pictochart.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.dvt.sunburst.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.dvt.tagcloud.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.dvt.thematicmap.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.dvt.timeaxis.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.dvt.timeline.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.dvt.treemap.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.filepicker.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.filmstrip.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.flex.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.formcontrol.checkboxset.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.formcontrol.colorpalette.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.formcontrol.colorspectrum.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.formcontrol.combobox.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.formcontrol.common.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.formcontrol.formlayout.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.formcontrol.inputdatetime.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.formcontrol.inputnumber.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.formcontrol.inputpassword.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.formcontrol.inputsearch.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.formcontrol.inputtext.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.formcontrol.label.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.formcontrol.listbox.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.formcontrol.radioset.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.formcontrol.select.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.formcontrol.select2.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.formcontrol.slider.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.formcontrol.switch.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.formcontrol.textarea.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.formcontrol.validationgroup.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.formlayout.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.grid.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.highlighttext.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.iconcircle.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.icons.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.indexer.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.labelvalue.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.listitemlayout.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.listview.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.masonry.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.masonrylayout.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.menu.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.menuselectmany.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.message.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.messages.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.messaging.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.module.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.navigationlist.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.offcanvas.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.option.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.pagingcontrol.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.panel.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.popup.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.progress.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.progresslist.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.refresher.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.resizable.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.responsive.helpers.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.responsive.mediaqueries.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.rowexpander.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.selector.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.sprite.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.streamlist.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.swipeactions.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.swipetoreveal.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.switcher.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.tabbar.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.table.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.tabs.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.tags.core.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.tags.lists.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.tags.typography.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.toolbar.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.train.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.tree.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.treeview.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.utilities.scss +1 -1
- package/dist/scss/alta-ios/widgets/_oj.alta.ios.waterfalllayout.scss +1 -1
- package/dist/scss/alta-windows/_oj.alta.windows.reset.deprecated.vars.scss +1 -1
- package/dist/scss/alta-windows/_oj.alta.windows.variables.scss +1 -1
- package/dist/scss/alta-windows/_oj.alta.windows.widgets.scss +1 -1
- package/dist/scss/alta-windows/oj-alta.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj-icon-font.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.accordion.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.actioncard.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.animation.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.applayout.hybrid.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.applayout.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.applayout.web.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.avatar.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.button.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.buttonset.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.collapsible.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.component.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.conveyorbelt.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.datagrid.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.dialog.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.dvt.base.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.dvt.chart.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.dvt.diagram.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.dvt.gantt.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.dvt.gauge.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.dvt.nbox.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.dvt.pictochart.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.dvt.sunburst.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.dvt.tagcloud.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.dvt.thematicmap.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.dvt.timeaxis.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.dvt.timeline.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.dvt.treemap.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.filepicker.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.filmstrip.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.flex.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.formcontrol.checkboxset.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.formcontrol.colorpalette.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.formcontrol.colorspectrum.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.formcontrol.combobox.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.formcontrol.common.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.formcontrol.formlayout.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.formcontrol.inputdatetime.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.formcontrol.inputnumber.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.formcontrol.inputpassword.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.formcontrol.inputsearch.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.formcontrol.inputtext.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.formcontrol.label.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.formcontrol.listbox.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.formcontrol.radioset.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.formcontrol.select.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.formcontrol.select2.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.formcontrol.slider.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.formcontrol.switch.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.formcontrol.textarea.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.formcontrol.validationgroup.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.formlayout.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.grid.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.highlighttext.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.iconcircle.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.icons.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.indexer.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.labelvalue.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.listitemlayout.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.listview.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.masonry.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.masonrylayout.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.menu.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.menuselectmany.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.message.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.messages.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.messaging.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.module.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.navigationlist.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.offcanvas.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.option.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.pagingcontrol.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.panel.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.popup.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.progress.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.progresslist.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.refresher.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.resizable.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.responsive.helpers.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.responsive.mediaqueries.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.rowexpander.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.selector.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.sprite.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.streamlist.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.swipeactions.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.swipetoreveal.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.switcher.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.tabbar.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.table.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.tabs.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.tags.core.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.tags.lists.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.tags.typography.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.toolbar.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.train.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.tree.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.treeview.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.utilities.scss +1 -1
- package/dist/scss/alta-windows/widgets/_oj.alta.windows.waterfalllayout.scss +1 -1
- package/dist/scss/common/_oj.common.palette.scss +1 -1
- package/dist/scss/common/_oj.common.variables.scss +1 -1
- package/dist/scss/common/helpers/_oj.common.helpers.scss +2 -2
- package/dist/scss/common/widgets/_oj.common.accordion.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.actioncard.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.animation.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.applayout.hybrid.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.applayout.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.applayout.web.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.avatar.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.button.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.buttonset.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.collapsible.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.component.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.conveyorbelt.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.css.variables.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.datagrid.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.dialog.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.dvt.base.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.dvt.chart.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.dvt.diagram.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.dvt.gantt.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.dvt.gauge.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.dvt.nbox.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.dvt.pictochart.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.dvt.sunburst.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.dvt.tagcloud.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.dvt.thematicmap.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.dvt.timeaxis.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.dvt.timeline.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.dvt.treemap.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.filepicker.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.filmstrip.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.flex.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.formcontrol.colorpalette.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.formcontrol.colorspectrum.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.formcontrol.combobox.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.formcontrol.common.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.formcontrol.formlayout.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.formcontrol.inputdatetime.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.formcontrol.inputnumber.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.formcontrol.inputsearch.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.formcontrol.inputtext.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.formcontrol.label.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.formcontrol.listbox.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.formcontrol.mixins.scss +1 -72
- package/dist/scss/common/widgets/_oj.common.formcontrol.radioset.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.formcontrol.select.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.formcontrol.select2.scss +12 -17
- package/dist/scss/common/widgets/_oj.common.formcontrol.slider.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.formcontrol.switch.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.formcontrol.validationgroup.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.formlayout.mixins.scss +13 -6
- package/dist/scss/common/widgets/_oj.common.formlayout.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.grid.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.highlighttext.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.iconcircle.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.icons.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.indexer.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.labelvalue.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.listitemlayout.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.listview.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.masonry.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.masonrylayout.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.menu.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.menuselectmany.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.message.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.messages.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.messaging.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.module.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.navigationlist.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.offcanvas.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.option.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.pagingcontrol.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.panel.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.popup.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.progress.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.progresslist.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.refresher.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.resizable.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.responsive.helpers.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.responsive.mediaqueries.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.rowexpander.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.selector.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.sprite.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.streamlist.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.swipeactions.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.swipetoreveal.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.switcher.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.tabbar.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.table.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.tabs.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.tags.core.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.tags.lists.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.tags.typography.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.toolbar.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.train.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.tree.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.treeview.scss +3 -1
- package/dist/scss/common/widgets/_oj.common.utilities.scss +1 -1
- package/dist/scss/common/widgets/_oj.common.waterfalllayout.scss +1 -1
- package/dist/scss/templates/svg-sprite-template.scss.txt +1 -1
- package/dist/scss/utilities/_oj.utilities.avatar.scss +1 -1
- package/dist/scss/utilities/_oj.utilities.bidi.scss +1 -1
- package/dist/scss/utilities/_oj.utilities.borders.scss +1 -1
- package/dist/scss/utilities/_oj.utilities.boxshadow.scss +1 -1
- package/dist/scss/utilities/_oj.utilities.button.scss +1 -1
- package/dist/scss/utilities/_oj.utilities.clearfix.scss +1 -1
- package/dist/scss/utilities/_oj.utilities.css.variables.scss +1 -1
- package/dist/scss/utilities/_oj.utilities.focus.scss +1 -1
- package/dist/scss/utilities/_oj.utilities.gradients.scss +1 -1
- package/dist/scss/utilities/_oj.utilities.icon.link.scss +1 -1
- package/dist/scss/utilities/_oj.utilities.iconcircle.scss +1 -1
- package/dist/scss/utilities/_oj.utilities.icons.scss +1 -1
- package/dist/scss/utilities/_oj.utilities.json.scss +1 -1
- package/dist/scss/utilities/_oj.utilities.layout.helpers.scss +1 -1
- package/dist/scss/utilities/_oj.utilities.masonrylayout.scss +1 -1
- package/dist/scss/utilities/_oj.utilities.math.scss +1 -1
- package/dist/scss/utilities/_oj.utilities.modules.scss +1 -1
- package/dist/scss/utilities/_oj.utilities.normalize.scss +1 -1
- package/dist/scss/utilities/_oj.utilities.prefix.scss +1 -1
- package/dist/scss/utilities/_oj.utilities.property.scss +1 -1
- package/dist/scss/utilities/_oj.utilities.scss +1 -1
- package/dist/scss/utilities/_oj.utilities.tags.scss +1 -1
- package/dist/scss/utilities/_oj.utilities.theming.vars.scss +1 -1
- package/dist/scss/utilities/_oj.utilities.units.scss +1 -1
- package/dist/scss/utilities/_oj.utilities.urls.scss +1 -1
- package/dist/types/index.d.ts +1 -1
- package/dist/types/oj-jsx-interfaces.d.ts +1 -1
- package/dist/types/oj-requirejs-plugins.d.ts +1 -1
- package/dist/types/ojcommontypes/index.d.ts +1 -1
- package/dist/types/ojmetadata/index.d.ts +1 -1
- package/dist/types/ojprogresslist/index.d.ts +1 -1
- package/dist/types/ojrouter/index.d.ts +1 -1
- package/dist/types/ojrouterstate/index.d.ts +1 -1
- package/dist/types/ojvalidationfactory-base/index.d.ts +1 -1
- package/dist/types/ojvalidationfactory-datetime/index.d.ts +1 -1
- package/dist/types/ojvalidationfactory-number/index.d.ts +1 -1
- package/dist/webpack-tools/4.x/loaders/ojL10n-loader.js +2 -2
- package/dist/webpack-tools/4.x/plugins/BaseResourceUrlDependency.js +2 -2
- package/dist/webpack-tools/4.x/plugins/IncompatibleDependency.js +2 -2
- package/dist/webpack-tools/4.x/plugins/OjModuleImportDependency.js +2 -2
- package/dist/webpack-tools/4.x/plugins/ReplaceContentDependency.js +2 -2
- package/dist/webpack-tools/4.x/plugins/WebpackRequireFixupPlugin.js +2 -2
- package/dist/webpack-tools/4.x/webpack.config.js +6 -6
- package/dist/webpack-tools/loaders/ojL10n-loader.js +2 -2
- package/dist/webpack-tools/plugins/BaseResourceUrlDependency.js +2 -2
- package/dist/webpack-tools/plugins/IncompatibleDependency.js +2 -2
- package/dist/webpack-tools/plugins/OjModuleImportDependency.js +2 -2
- package/dist/webpack-tools/plugins/ReplaceContentDependency.js +2 -2
- package/dist/webpack-tools/plugins/WebpackRequireFixupPlugin.js +2 -2
- package/dist/webpack-tools/webpack.config.js +6 -6
- package/package.json +2 -2
- package/dist/js/libs/jquery/jqueryui-amd-1.12.1/jquery-1-7.js +0 -89
- package/dist/js/libs/jquery/jqueryui-amd-1.12.1.min/core.js +0 -4
- package/dist/js/libs/jquery/jqueryui-amd-1.12.1.min/data.js +0 -4
- package/dist/js/libs/jquery/jqueryui-amd-1.12.1.min/disable-selection.js +0 -4
- package/dist/js/libs/jquery/jqueryui-amd-1.12.1.min/effect.js +0 -4
- package/dist/js/libs/jquery/jqueryui-amd-1.12.1.min/escape-selector.js +0 -4
- package/dist/js/libs/jquery/jqueryui-amd-1.12.1.min/focusable.js +0 -4
- package/dist/js/libs/jquery/jqueryui-amd-1.12.1.min/form-reset-mixin.js +0 -4
- package/dist/js/libs/jquery/jqueryui-amd-1.12.1.min/form.js +0 -4
- package/dist/js/libs/jquery/jqueryui-amd-1.12.1.min/ie.js +0 -4
- package/dist/js/libs/jquery/jqueryui-amd-1.12.1.min/jquery-1-7.js +0 -4
- package/dist/js/libs/jquery/jqueryui-amd-1.12.1.min/keycode.js +0 -4
- package/dist/js/libs/jquery/jqueryui-amd-1.12.1.min/labels.js +0 -4
- package/dist/js/libs/jquery/jqueryui-amd-1.12.1.min/plugin.js +0 -4
- package/dist/js/libs/jquery/jqueryui-amd-1.12.1.min/position.js +0 -4
- package/dist/js/libs/jquery/jqueryui-amd-1.12.1.min/safe-active-element.js +0 -4
- package/dist/js/libs/jquery/jqueryui-amd-1.12.1.min/safe-blur.js +0 -4
- package/dist/js/libs/jquery/jqueryui-amd-1.12.1.min/scroll-parent.js +0 -4
- package/dist/js/libs/jquery/jqueryui-amd-1.12.1.min/tabbable.js +0 -4
- package/dist/js/libs/jquery/jqueryui-amd-1.12.1.min/unique-id.js +0 -4
- package/dist/js/libs/jquery/jqueryui-amd-1.12.1.min/version.js +0 -4
- package/dist/js/libs/jquery/jqueryui-amd-1.12.1.min/widget.js +0 -4
- package/dist/js/libs/jquery/jqueryui-amd-1.12.1.min/widgets/draggable.js +0 -4
- package/dist/js/libs/jquery/jqueryui-amd-1.12.1.min/widgets/mouse.js +0 -4
- package/dist/js/libs/jquery/jqueryui-amd-1.12.1.min/widgets/sortable.js +0 -4
|
@@ -331,17 +331,25 @@ define('persist/persistenceUtils',['./impl/logger'], function (logger) {
|
|
|
331
331
|
}
|
|
332
332
|
}
|
|
333
333
|
|
|
334
|
-
function _isTextPayload(headers) {
|
|
334
|
+
function _isTextPayload(headers, isAppJsonText) {
|
|
335
335
|
|
|
336
336
|
var contentType = headers.get('Content-Type');
|
|
337
337
|
|
|
338
338
|
// the response is considered text type when contentType value is of
|
|
339
339
|
// pattern text/ or application/*json .
|
|
340
|
-
if (
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
340
|
+
if (isAppJsonText) {
|
|
341
|
+
if (contentType &&
|
|
342
|
+
(contentType.match(/.*text\/.*/) ||
|
|
343
|
+
contentType.match(/.*application\/.*json.*/))) {
|
|
344
|
+
return true;
|
|
345
|
+
}
|
|
346
|
+
} else {
|
|
347
|
+
if (contentType &&
|
|
348
|
+
(contentType.match(/.*text\/.*/))) {
|
|
349
|
+
return true;
|
|
350
|
+
}
|
|
344
351
|
}
|
|
352
|
+
|
|
345
353
|
return false;
|
|
346
354
|
};
|
|
347
355
|
|
|
@@ -438,7 +446,7 @@ define('persist/persistenceUtils',['./impl/logger'], function (logger) {
|
|
|
438
446
|
}
|
|
439
447
|
|
|
440
448
|
if ((source instanceof Request) ||
|
|
441
|
-
_isTextPayload(source.headers)) {
|
|
449
|
+
_isTextPayload(source.headers, true)) {
|
|
442
450
|
return source.text().then(function (text) {
|
|
443
451
|
targetObj.body.text = text;
|
|
444
452
|
return targetObj;
|
|
@@ -1145,6 +1153,26 @@ define('persist/impl/PersistenceXMLHttpRequest',['../persistenceUtils', './logge
|
|
|
1145
1153
|
value: false,
|
|
1146
1154
|
writable: true
|
|
1147
1155
|
});
|
|
1156
|
+
Object.defineProperty(this, 'UNSENT', {
|
|
1157
|
+
value: 0,
|
|
1158
|
+
enumerable: true
|
|
1159
|
+
});
|
|
1160
|
+
Object.defineProperty(this, 'OPENED', {
|
|
1161
|
+
value: 1,
|
|
1162
|
+
enumerable: true
|
|
1163
|
+
});
|
|
1164
|
+
Object.defineProperty(this, 'HEADERS_RECEIVED', {
|
|
1165
|
+
value: 2,
|
|
1166
|
+
enumerable: true
|
|
1167
|
+
});
|
|
1168
|
+
Object.defineProperty(this, 'LOADING', {
|
|
1169
|
+
value: 3,
|
|
1170
|
+
enumerable: true
|
|
1171
|
+
});
|
|
1172
|
+
Object.defineProperty(this, 'DONE', {
|
|
1173
|
+
value: 4,
|
|
1174
|
+
enumerable: true
|
|
1175
|
+
});
|
|
1148
1176
|
};
|
|
1149
1177
|
Object.defineProperty(PersistenceXMLHttpRequest, 'UNSENT', {
|
|
1150
1178
|
value: 0,
|
|
@@ -3286,6 +3314,35 @@ exports.install = function (t) {
|
|
|
3286
3314
|
};
|
|
3287
3315
|
};
|
|
3288
3316
|
},{}],10:[function(require,module,exports){
|
|
3317
|
+
if (typeof Object.create === 'function') {
|
|
3318
|
+
// implementation from standard node.js 'util' module
|
|
3319
|
+
module.exports = function inherits(ctor, superCtor) {
|
|
3320
|
+
if (superCtor) {
|
|
3321
|
+
ctor.super_ = superCtor
|
|
3322
|
+
ctor.prototype = Object.create(superCtor.prototype, {
|
|
3323
|
+
constructor: {
|
|
3324
|
+
value: ctor,
|
|
3325
|
+
enumerable: false,
|
|
3326
|
+
writable: true,
|
|
3327
|
+
configurable: true
|
|
3328
|
+
}
|
|
3329
|
+
})
|
|
3330
|
+
}
|
|
3331
|
+
};
|
|
3332
|
+
} else {
|
|
3333
|
+
// old school shim for old browsers
|
|
3334
|
+
module.exports = function inherits(ctor, superCtor) {
|
|
3335
|
+
if (superCtor) {
|
|
3336
|
+
ctor.super_ = superCtor
|
|
3337
|
+
var TempCtor = function () {}
|
|
3338
|
+
TempCtor.prototype = superCtor.prototype
|
|
3339
|
+
ctor.prototype = new TempCtor()
|
|
3340
|
+
ctor.prototype.constructor = ctor
|
|
3341
|
+
}
|
|
3342
|
+
}
|
|
3343
|
+
}
|
|
3344
|
+
|
|
3345
|
+
},{}],11:[function(require,module,exports){
|
|
3289
3346
|
(function (process){(function (){
|
|
3290
3347
|
'use strict';
|
|
3291
3348
|
|
|
@@ -13560,654 +13617,946 @@ PouchDB.plugin(IDBPouch)
|
|
|
13560
13617
|
module.exports = PouchDB;
|
|
13561
13618
|
|
|
13562
13619
|
}).call(this)}).call(this,require('_process'))
|
|
13563
|
-
},{"_process":
|
|
13564
|
-
|
|
13565
|
-
|
|
13566
|
-
module.exports = function inherits(ctor, superCtor) {
|
|
13567
|
-
if (superCtor) {
|
|
13568
|
-
ctor.super_ = superCtor
|
|
13569
|
-
ctor.prototype = Object.create(superCtor.prototype, {
|
|
13570
|
-
constructor: {
|
|
13571
|
-
value: ctor,
|
|
13572
|
-
enumerable: false,
|
|
13573
|
-
writable: true,
|
|
13574
|
-
configurable: true
|
|
13575
|
-
}
|
|
13576
|
-
})
|
|
13577
|
-
}
|
|
13578
|
-
};
|
|
13579
|
-
} else {
|
|
13580
|
-
// old school shim for old browsers
|
|
13581
|
-
module.exports = function inherits(ctor, superCtor) {
|
|
13582
|
-
if (superCtor) {
|
|
13583
|
-
ctor.super_ = superCtor
|
|
13584
|
-
var TempCtor = function () {}
|
|
13585
|
-
TempCtor.prototype = superCtor.prototype
|
|
13586
|
-
ctor.prototype = new TempCtor()
|
|
13587
|
-
ctor.prototype.constructor = ctor
|
|
13588
|
-
}
|
|
13589
|
-
}
|
|
13590
|
-
}
|
|
13591
|
-
|
|
13592
|
-
},{}],12:[function(require,module,exports){
|
|
13593
|
-
"use strict";
|
|
13620
|
+
},{"_process":12,"argsarray":1,"events":3,"immediate":4,"inherits":10,"spark-md5":13,"uuid":15,"vuvuzela":24}],12:[function(require,module,exports){
|
|
13621
|
+
// shim for using process in browser
|
|
13622
|
+
var process = module.exports = {};
|
|
13594
13623
|
|
|
13595
|
-
|
|
13596
|
-
|
|
13597
|
-
|
|
13598
|
-
|
|
13624
|
+
// cached from whatever global is present so that test runners that stub it
|
|
13625
|
+
// don't break things. But we need to wrap it in a try catch in case it is
|
|
13626
|
+
// wrapped in strict mode code which doesn't define any globals. It's inside a
|
|
13627
|
+
// function because try/catches deoptimize in certain engines.
|
|
13599
13628
|
|
|
13600
|
-
|
|
13601
|
-
|
|
13602
|
-
* XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
|
|
13603
|
-
*/
|
|
13604
|
-
const byteToHex = [];
|
|
13629
|
+
var cachedSetTimeout;
|
|
13630
|
+
var cachedClearTimeout;
|
|
13605
13631
|
|
|
13606
|
-
|
|
13607
|
-
|
|
13632
|
+
function defaultSetTimout() {
|
|
13633
|
+
throw new Error('setTimeout has not been defined');
|
|
13608
13634
|
}
|
|
13635
|
+
function defaultClearTimeout () {
|
|
13636
|
+
throw new Error('clearTimeout has not been defined');
|
|
13637
|
+
}
|
|
13638
|
+
(function () {
|
|
13639
|
+
try {
|
|
13640
|
+
if (typeof setTimeout === 'function') {
|
|
13641
|
+
cachedSetTimeout = setTimeout;
|
|
13642
|
+
} else {
|
|
13643
|
+
cachedSetTimeout = defaultSetTimout;
|
|
13644
|
+
}
|
|
13645
|
+
} catch (e) {
|
|
13646
|
+
cachedSetTimeout = defaultSetTimout;
|
|
13647
|
+
}
|
|
13648
|
+
try {
|
|
13649
|
+
if (typeof clearTimeout === 'function') {
|
|
13650
|
+
cachedClearTimeout = clearTimeout;
|
|
13651
|
+
} else {
|
|
13652
|
+
cachedClearTimeout = defaultClearTimeout;
|
|
13653
|
+
}
|
|
13654
|
+
} catch (e) {
|
|
13655
|
+
cachedClearTimeout = defaultClearTimeout;
|
|
13656
|
+
}
|
|
13657
|
+
} ())
|
|
13658
|
+
function runTimeout(fun) {
|
|
13659
|
+
if (cachedSetTimeout === setTimeout) {
|
|
13660
|
+
//normal enviroments in sane situations
|
|
13661
|
+
return setTimeout(fun, 0);
|
|
13662
|
+
}
|
|
13663
|
+
// if setTimeout wasn't available but was latter defined
|
|
13664
|
+
if ((cachedSetTimeout === defaultSetTimout || !cachedSetTimeout) && setTimeout) {
|
|
13665
|
+
cachedSetTimeout = setTimeout;
|
|
13666
|
+
return setTimeout(fun, 0);
|
|
13667
|
+
}
|
|
13668
|
+
try {
|
|
13669
|
+
// when when somebody has screwed with setTimeout but no I.E. maddness
|
|
13670
|
+
return cachedSetTimeout(fun, 0);
|
|
13671
|
+
} catch(e){
|
|
13672
|
+
try {
|
|
13673
|
+
// When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally
|
|
13674
|
+
return cachedSetTimeout.call(null, fun, 0);
|
|
13675
|
+
} catch(e){
|
|
13676
|
+
// same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error
|
|
13677
|
+
return cachedSetTimeout.call(this, fun, 0);
|
|
13678
|
+
}
|
|
13679
|
+
}
|
|
13609
13680
|
|
|
13610
|
-
function bytesToUuid(buf, offset) {
|
|
13611
|
-
const i = offset || 0;
|
|
13612
|
-
const bth = byteToHex; // Note: Be careful editing this code! It's been tuned for performance
|
|
13613
|
-
// and works in ways you may not expect. See https://github.com/uuidjs/uuid/pull/434
|
|
13614
13681
|
|
|
13615
|
-
return (bth[buf[i + 0]] + bth[buf[i + 1]] + bth[buf[i + 2]] + bth[buf[i + 3]] + '-' + bth[buf[i + 4]] + bth[buf[i + 5]] + '-' + bth[buf[i + 6]] + bth[buf[i + 7]] + '-' + bth[buf[i + 8]] + bth[buf[i + 9]] + '-' + bth[buf[i + 10]] + bth[buf[i + 11]] + bth[buf[i + 12]] + bth[buf[i + 13]] + bth[buf[i + 14]] + bth[buf[i + 15]]).toLowerCase();
|
|
13616
13682
|
}
|
|
13683
|
+
function runClearTimeout(marker) {
|
|
13684
|
+
if (cachedClearTimeout === clearTimeout) {
|
|
13685
|
+
//normal enviroments in sane situations
|
|
13686
|
+
return clearTimeout(marker);
|
|
13687
|
+
}
|
|
13688
|
+
// if clearTimeout wasn't available but was latter defined
|
|
13689
|
+
if ((cachedClearTimeout === defaultClearTimeout || !cachedClearTimeout) && clearTimeout) {
|
|
13690
|
+
cachedClearTimeout = clearTimeout;
|
|
13691
|
+
return clearTimeout(marker);
|
|
13692
|
+
}
|
|
13693
|
+
try {
|
|
13694
|
+
// when when somebody has screwed with setTimeout but no I.E. maddness
|
|
13695
|
+
return cachedClearTimeout(marker);
|
|
13696
|
+
} catch (e){
|
|
13697
|
+
try {
|
|
13698
|
+
// When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally
|
|
13699
|
+
return cachedClearTimeout.call(null, marker);
|
|
13700
|
+
} catch (e){
|
|
13701
|
+
// same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error.
|
|
13702
|
+
// Some versions of I.E. have different rules for clearTimeout vs setTimeout
|
|
13703
|
+
return cachedClearTimeout.call(this, marker);
|
|
13704
|
+
}
|
|
13705
|
+
}
|
|
13617
13706
|
|
|
13618
|
-
var _default = bytesToUuid;
|
|
13619
|
-
exports.default = _default;
|
|
13620
|
-
},{}],13:[function(require,module,exports){
|
|
13621
|
-
"use strict";
|
|
13622
|
-
|
|
13623
|
-
Object.defineProperty(exports, "__esModule", {
|
|
13624
|
-
value: true
|
|
13625
|
-
});
|
|
13626
|
-
Object.defineProperty(exports, "v1", {
|
|
13627
|
-
enumerable: true,
|
|
13628
|
-
get: function () {
|
|
13629
|
-
return _v.default;
|
|
13630
|
-
}
|
|
13631
|
-
});
|
|
13632
|
-
Object.defineProperty(exports, "v3", {
|
|
13633
|
-
enumerable: true,
|
|
13634
|
-
get: function () {
|
|
13635
|
-
return _v2.default;
|
|
13636
|
-
}
|
|
13637
|
-
});
|
|
13638
|
-
Object.defineProperty(exports, "v4", {
|
|
13639
|
-
enumerable: true,
|
|
13640
|
-
get: function () {
|
|
13641
|
-
return _v3.default;
|
|
13642
|
-
}
|
|
13643
|
-
});
|
|
13644
|
-
Object.defineProperty(exports, "v5", {
|
|
13645
|
-
enumerable: true,
|
|
13646
|
-
get: function () {
|
|
13647
|
-
return _v4.default;
|
|
13648
|
-
}
|
|
13649
|
-
});
|
|
13650
13707
|
|
|
13651
|
-
var _v = _interopRequireDefault(require("./v1.js"));
|
|
13652
13708
|
|
|
13653
|
-
|
|
13709
|
+
}
|
|
13710
|
+
var queue = [];
|
|
13711
|
+
var draining = false;
|
|
13712
|
+
var currentQueue;
|
|
13713
|
+
var queueIndex = -1;
|
|
13654
13714
|
|
|
13655
|
-
|
|
13715
|
+
function cleanUpNextTick() {
|
|
13716
|
+
if (!draining || !currentQueue) {
|
|
13717
|
+
return;
|
|
13718
|
+
}
|
|
13719
|
+
draining = false;
|
|
13720
|
+
if (currentQueue.length) {
|
|
13721
|
+
queue = currentQueue.concat(queue);
|
|
13722
|
+
} else {
|
|
13723
|
+
queueIndex = -1;
|
|
13724
|
+
}
|
|
13725
|
+
if (queue.length) {
|
|
13726
|
+
drainQueue();
|
|
13727
|
+
}
|
|
13728
|
+
}
|
|
13656
13729
|
|
|
13657
|
-
|
|
13730
|
+
function drainQueue() {
|
|
13731
|
+
if (draining) {
|
|
13732
|
+
return;
|
|
13733
|
+
}
|
|
13734
|
+
var timeout = runTimeout(cleanUpNextTick);
|
|
13735
|
+
draining = true;
|
|
13658
13736
|
|
|
13659
|
-
|
|
13660
|
-
|
|
13661
|
-
|
|
13737
|
+
var len = queue.length;
|
|
13738
|
+
while(len) {
|
|
13739
|
+
currentQueue = queue;
|
|
13740
|
+
queue = [];
|
|
13741
|
+
while (++queueIndex < len) {
|
|
13742
|
+
if (currentQueue) {
|
|
13743
|
+
currentQueue[queueIndex].run();
|
|
13744
|
+
}
|
|
13745
|
+
}
|
|
13746
|
+
queueIndex = -1;
|
|
13747
|
+
len = queue.length;
|
|
13748
|
+
}
|
|
13749
|
+
currentQueue = null;
|
|
13750
|
+
draining = false;
|
|
13751
|
+
runClearTimeout(timeout);
|
|
13752
|
+
}
|
|
13662
13753
|
|
|
13663
|
-
|
|
13664
|
-
|
|
13665
|
-
|
|
13666
|
-
|
|
13667
|
-
|
|
13668
|
-
|
|
13669
|
-
* Browser-compatible JavaScript MD5
|
|
13670
|
-
*
|
|
13671
|
-
* Modification of JavaScript MD5
|
|
13672
|
-
* https://github.com/blueimp/JavaScript-MD5
|
|
13673
|
-
*
|
|
13674
|
-
* Copyright 2011, Sebastian Tschan
|
|
13675
|
-
* https://blueimp.net
|
|
13676
|
-
*
|
|
13677
|
-
* Licensed under the MIT license:
|
|
13678
|
-
* https://opensource.org/licenses/MIT
|
|
13679
|
-
*
|
|
13680
|
-
* Based on
|
|
13681
|
-
* A JavaScript implementation of the RSA Data Security, Inc. MD5 Message
|
|
13682
|
-
* Digest Algorithm, as defined in RFC 1321.
|
|
13683
|
-
* Version 2.2 Copyright (C) Paul Johnston 1999 - 2009
|
|
13684
|
-
* Other contributors: Greg Holt, Andrew Kepert, Ydnar, Lostinet
|
|
13685
|
-
* Distributed under the BSD License
|
|
13686
|
-
* See http://pajhome.org.uk/crypt/md5 for more info.
|
|
13687
|
-
*/
|
|
13688
|
-
function md5(bytes) {
|
|
13689
|
-
if (typeof bytes === 'string') {
|
|
13690
|
-
const msg = unescape(encodeURIComponent(bytes)); // UTF8 escape
|
|
13691
|
-
|
|
13692
|
-
bytes = new Uint8Array(msg.length);
|
|
13693
|
-
|
|
13694
|
-
for (let i = 0; i < msg.length; ++i) {
|
|
13695
|
-
bytes[i] = msg.charCodeAt(i);
|
|
13754
|
+
process.nextTick = function (fun) {
|
|
13755
|
+
var args = new Array(arguments.length - 1);
|
|
13756
|
+
if (arguments.length > 1) {
|
|
13757
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
13758
|
+
args[i - 1] = arguments[i];
|
|
13759
|
+
}
|
|
13696
13760
|
}
|
|
13697
|
-
|
|
13761
|
+
queue.push(new Item(fun, args));
|
|
13762
|
+
if (queue.length === 1 && !draining) {
|
|
13763
|
+
runTimeout(drainQueue);
|
|
13764
|
+
}
|
|
13765
|
+
};
|
|
13698
13766
|
|
|
13699
|
-
|
|
13767
|
+
// v8 likes predictible objects
|
|
13768
|
+
function Item(fun, array) {
|
|
13769
|
+
this.fun = fun;
|
|
13770
|
+
this.array = array;
|
|
13700
13771
|
}
|
|
13701
|
-
|
|
13702
|
-
|
|
13703
|
-
|
|
13704
|
-
|
|
13705
|
-
|
|
13706
|
-
|
|
13707
|
-
|
|
13708
|
-
|
|
13709
|
-
|
|
13710
|
-
|
|
13711
|
-
for (let i = 0; i < length32; i += 8) {
|
|
13712
|
-
const x = input[i >> 5] >>> i % 32 & 0xff;
|
|
13713
|
-
const hex = parseInt(hexTab.charAt(x >>> 4 & 0x0f) + hexTab.charAt(x & 0x0f), 16);
|
|
13714
|
-
output.push(hex);
|
|
13715
|
-
}
|
|
13772
|
+
Item.prototype.run = function () {
|
|
13773
|
+
this.fun.apply(null, this.array);
|
|
13774
|
+
};
|
|
13775
|
+
process.title = 'browser';
|
|
13776
|
+
process.browser = true;
|
|
13777
|
+
process.env = {};
|
|
13778
|
+
process.argv = [];
|
|
13779
|
+
process.version = ''; // empty string to avoid regexp issues
|
|
13780
|
+
process.versions = {};
|
|
13716
13781
|
|
|
13717
|
-
|
|
13718
|
-
}
|
|
13719
|
-
/**
|
|
13720
|
-
* Calculate output length with padding and bit length
|
|
13721
|
-
*/
|
|
13782
|
+
function noop() {}
|
|
13722
13783
|
|
|
13784
|
+
process.on = noop;
|
|
13785
|
+
process.addListener = noop;
|
|
13786
|
+
process.once = noop;
|
|
13787
|
+
process.off = noop;
|
|
13788
|
+
process.removeListener = noop;
|
|
13789
|
+
process.removeAllListeners = noop;
|
|
13790
|
+
process.emit = noop;
|
|
13791
|
+
process.prependListener = noop;
|
|
13792
|
+
process.prependOnceListener = noop;
|
|
13723
13793
|
|
|
13724
|
-
function
|
|
13725
|
-
return (inputLength8 + 64 >>> 9 << 4) + 14 + 1;
|
|
13726
|
-
}
|
|
13727
|
-
/*
|
|
13728
|
-
* Calculate the MD5 of an array of little-endian words, and a bit length.
|
|
13729
|
-
*/
|
|
13794
|
+
process.listeners = function (name) { return [] }
|
|
13730
13795
|
|
|
13796
|
+
process.binding = function (name) {
|
|
13797
|
+
throw new Error('process.binding is not supported');
|
|
13798
|
+
};
|
|
13731
13799
|
|
|
13732
|
-
function
|
|
13733
|
-
|
|
13734
|
-
|
|
13735
|
-
|
|
13736
|
-
|
|
13737
|
-
let b = -271733879;
|
|
13738
|
-
let c = -1732584194;
|
|
13739
|
-
let d = 271733878;
|
|
13800
|
+
process.cwd = function () { return '/' };
|
|
13801
|
+
process.chdir = function (dir) {
|
|
13802
|
+
throw new Error('process.chdir is not supported');
|
|
13803
|
+
};
|
|
13804
|
+
process.umask = function() { return 0; };
|
|
13740
13805
|
|
|
13741
|
-
|
|
13742
|
-
|
|
13743
|
-
|
|
13744
|
-
|
|
13745
|
-
|
|
13746
|
-
|
|
13747
|
-
|
|
13748
|
-
|
|
13749
|
-
|
|
13750
|
-
|
|
13751
|
-
|
|
13752
|
-
c = md5ff(c, d, a, b, x[i + 6], 17, -1473231341);
|
|
13753
|
-
b = md5ff(b, c, d, a, x[i + 7], 22, -45705983);
|
|
13754
|
-
a = md5ff(a, b, c, d, x[i + 8], 7, 1770035416);
|
|
13755
|
-
d = md5ff(d, a, b, c, x[i + 9], 12, -1958414417);
|
|
13756
|
-
c = md5ff(c, d, a, b, x[i + 10], 17, -42063);
|
|
13757
|
-
b = md5ff(b, c, d, a, x[i + 11], 22, -1990404162);
|
|
13758
|
-
a = md5ff(a, b, c, d, x[i + 12], 7, 1804603682);
|
|
13759
|
-
d = md5ff(d, a, b, c, x[i + 13], 12, -40341101);
|
|
13760
|
-
c = md5ff(c, d, a, b, x[i + 14], 17, -1502002290);
|
|
13761
|
-
b = md5ff(b, c, d, a, x[i + 15], 22, 1236535329);
|
|
13762
|
-
a = md5gg(a, b, c, d, x[i + 1], 5, -165796510);
|
|
13763
|
-
d = md5gg(d, a, b, c, x[i + 6], 9, -1069501632);
|
|
13764
|
-
c = md5gg(c, d, a, b, x[i + 11], 14, 643717713);
|
|
13765
|
-
b = md5gg(b, c, d, a, x[i], 20, -373897302);
|
|
13766
|
-
a = md5gg(a, b, c, d, x[i + 5], 5, -701558691);
|
|
13767
|
-
d = md5gg(d, a, b, c, x[i + 10], 9, 38016083);
|
|
13768
|
-
c = md5gg(c, d, a, b, x[i + 15], 14, -660478335);
|
|
13769
|
-
b = md5gg(b, c, d, a, x[i + 4], 20, -405537848);
|
|
13770
|
-
a = md5gg(a, b, c, d, x[i + 9], 5, 568446438);
|
|
13771
|
-
d = md5gg(d, a, b, c, x[i + 14], 9, -1019803690);
|
|
13772
|
-
c = md5gg(c, d, a, b, x[i + 3], 14, -187363961);
|
|
13773
|
-
b = md5gg(b, c, d, a, x[i + 8], 20, 1163531501);
|
|
13774
|
-
a = md5gg(a, b, c, d, x[i + 13], 5, -1444681467);
|
|
13775
|
-
d = md5gg(d, a, b, c, x[i + 2], 9, -51403784);
|
|
13776
|
-
c = md5gg(c, d, a, b, x[i + 7], 14, 1735328473);
|
|
13777
|
-
b = md5gg(b, c, d, a, x[i + 12], 20, -1926607734);
|
|
13778
|
-
a = md5hh(a, b, c, d, x[i + 5], 4, -378558);
|
|
13779
|
-
d = md5hh(d, a, b, c, x[i + 8], 11, -2022574463);
|
|
13780
|
-
c = md5hh(c, d, a, b, x[i + 11], 16, 1839030562);
|
|
13781
|
-
b = md5hh(b, c, d, a, x[i + 14], 23, -35309556);
|
|
13782
|
-
a = md5hh(a, b, c, d, x[i + 1], 4, -1530992060);
|
|
13783
|
-
d = md5hh(d, a, b, c, x[i + 4], 11, 1272893353);
|
|
13784
|
-
c = md5hh(c, d, a, b, x[i + 7], 16, -155497632);
|
|
13785
|
-
b = md5hh(b, c, d, a, x[i + 10], 23, -1094730640);
|
|
13786
|
-
a = md5hh(a, b, c, d, x[i + 13], 4, 681279174);
|
|
13787
|
-
d = md5hh(d, a, b, c, x[i], 11, -358537222);
|
|
13788
|
-
c = md5hh(c, d, a, b, x[i + 3], 16, -722521979);
|
|
13789
|
-
b = md5hh(b, c, d, a, x[i + 6], 23, 76029189);
|
|
13790
|
-
a = md5hh(a, b, c, d, x[i + 9], 4, -640364487);
|
|
13791
|
-
d = md5hh(d, a, b, c, x[i + 12], 11, -421815835);
|
|
13792
|
-
c = md5hh(c, d, a, b, x[i + 15], 16, 530742520);
|
|
13793
|
-
b = md5hh(b, c, d, a, x[i + 2], 23, -995338651);
|
|
13794
|
-
a = md5ii(a, b, c, d, x[i], 6, -198630844);
|
|
13795
|
-
d = md5ii(d, a, b, c, x[i + 7], 10, 1126891415);
|
|
13796
|
-
c = md5ii(c, d, a, b, x[i + 14], 15, -1416354905);
|
|
13797
|
-
b = md5ii(b, c, d, a, x[i + 5], 21, -57434055);
|
|
13798
|
-
a = md5ii(a, b, c, d, x[i + 12], 6, 1700485571);
|
|
13799
|
-
d = md5ii(d, a, b, c, x[i + 3], 10, -1894986606);
|
|
13800
|
-
c = md5ii(c, d, a, b, x[i + 10], 15, -1051523);
|
|
13801
|
-
b = md5ii(b, c, d, a, x[i + 1], 21, -2054922799);
|
|
13802
|
-
a = md5ii(a, b, c, d, x[i + 8], 6, 1873313359);
|
|
13803
|
-
d = md5ii(d, a, b, c, x[i + 15], 10, -30611744);
|
|
13804
|
-
c = md5ii(c, d, a, b, x[i + 6], 15, -1560198380);
|
|
13805
|
-
b = md5ii(b, c, d, a, x[i + 13], 21, 1309151649);
|
|
13806
|
-
a = md5ii(a, b, c, d, x[i + 4], 6, -145523070);
|
|
13807
|
-
d = md5ii(d, a, b, c, x[i + 11], 10, -1120210379);
|
|
13808
|
-
c = md5ii(c, d, a, b, x[i + 2], 15, 718787259);
|
|
13809
|
-
b = md5ii(b, c, d, a, x[i + 9], 21, -343485551);
|
|
13810
|
-
a = safeAdd(a, olda);
|
|
13811
|
-
b = safeAdd(b, oldb);
|
|
13812
|
-
c = safeAdd(c, oldc);
|
|
13813
|
-
d = safeAdd(d, oldd);
|
|
13814
|
-
}
|
|
13806
|
+
},{}],13:[function(require,module,exports){
|
|
13807
|
+
(function (factory) {
|
|
13808
|
+
if (typeof exports === 'object') {
|
|
13809
|
+
// Node/CommonJS
|
|
13810
|
+
module.exports = factory();
|
|
13811
|
+
} else if (typeof define === 'function' && define.amd) {
|
|
13812
|
+
// AMD
|
|
13813
|
+
define(factory);
|
|
13814
|
+
} else {
|
|
13815
|
+
// Browser globals (with support for web workers)
|
|
13816
|
+
var glob;
|
|
13815
13817
|
|
|
13816
|
-
|
|
13817
|
-
|
|
13818
|
-
|
|
13819
|
-
|
|
13820
|
-
|
|
13821
|
-
*/
|
|
13818
|
+
try {
|
|
13819
|
+
glob = window;
|
|
13820
|
+
} catch (e) {
|
|
13821
|
+
glob = self;
|
|
13822
|
+
}
|
|
13822
13823
|
|
|
13824
|
+
glob.SparkMD5 = factory();
|
|
13825
|
+
}
|
|
13826
|
+
}(function (undefined) {
|
|
13823
13827
|
|
|
13824
|
-
|
|
13825
|
-
if (input.length === 0) {
|
|
13826
|
-
return [];
|
|
13827
|
-
}
|
|
13828
|
+
'use strict';
|
|
13828
13829
|
|
|
13829
|
-
|
|
13830
|
-
|
|
13830
|
+
/*
|
|
13831
|
+
* Fastest md5 implementation around (JKM md5).
|
|
13832
|
+
* Credits: Joseph Myers
|
|
13833
|
+
*
|
|
13834
|
+
* @see http://www.myersdaily.org/joseph/javascript/md5-text.html
|
|
13835
|
+
* @see http://jsperf.com/md5-shootout/7
|
|
13836
|
+
*/
|
|
13831
13837
|
|
|
13832
|
-
|
|
13833
|
-
|
|
13834
|
-
|
|
13838
|
+
/* this function is much faster,
|
|
13839
|
+
so if possible we use it. Some IEs
|
|
13840
|
+
are the only ones I know of that
|
|
13841
|
+
need the idiotic second function,
|
|
13842
|
+
generated by an if clause. */
|
|
13843
|
+
var add32 = function (a, b) {
|
|
13844
|
+
return (a + b) & 0xFFFFFFFF;
|
|
13845
|
+
},
|
|
13846
|
+
hex_chr = ['0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'a', 'b', 'c', 'd', 'e', 'f'];
|
|
13835
13847
|
|
|
13836
|
-
return output;
|
|
13837
|
-
}
|
|
13838
|
-
/*
|
|
13839
|
-
* Add integers, wrapping at 2^32. This uses 16-bit operations internally
|
|
13840
|
-
* to work around bugs in some JS interpreters.
|
|
13841
|
-
*/
|
|
13842
13848
|
|
|
13849
|
+
function cmn(q, a, b, x, s, t) {
|
|
13850
|
+
a = add32(add32(a, q), add32(x, t));
|
|
13851
|
+
return add32((a << s) | (a >>> (32 - s)), b);
|
|
13852
|
+
}
|
|
13843
13853
|
|
|
13844
|
-
function
|
|
13845
|
-
|
|
13846
|
-
|
|
13847
|
-
|
|
13848
|
-
|
|
13849
|
-
/*
|
|
13850
|
-
* Bitwise rotate a 32-bit number to the left.
|
|
13851
|
-
*/
|
|
13854
|
+
function md5cycle(x, k) {
|
|
13855
|
+
var a = x[0],
|
|
13856
|
+
b = x[1],
|
|
13857
|
+
c = x[2],
|
|
13858
|
+
d = x[3];
|
|
13852
13859
|
|
|
13860
|
+
a += (b & c | ~b & d) + k[0] - 680876936 | 0;
|
|
13861
|
+
a = (a << 7 | a >>> 25) + b | 0;
|
|
13862
|
+
d += (a & b | ~a & c) + k[1] - 389564586 | 0;
|
|
13863
|
+
d = (d << 12 | d >>> 20) + a | 0;
|
|
13864
|
+
c += (d & a | ~d & b) + k[2] + 606105819 | 0;
|
|
13865
|
+
c = (c << 17 | c >>> 15) + d | 0;
|
|
13866
|
+
b += (c & d | ~c & a) + k[3] - 1044525330 | 0;
|
|
13867
|
+
b = (b << 22 | b >>> 10) + c | 0;
|
|
13868
|
+
a += (b & c | ~b & d) + k[4] - 176418897 | 0;
|
|
13869
|
+
a = (a << 7 | a >>> 25) + b | 0;
|
|
13870
|
+
d += (a & b | ~a & c) + k[5] + 1200080426 | 0;
|
|
13871
|
+
d = (d << 12 | d >>> 20) + a | 0;
|
|
13872
|
+
c += (d & a | ~d & b) + k[6] - 1473231341 | 0;
|
|
13873
|
+
c = (c << 17 | c >>> 15) + d | 0;
|
|
13874
|
+
b += (c & d | ~c & a) + k[7] - 45705983 | 0;
|
|
13875
|
+
b = (b << 22 | b >>> 10) + c | 0;
|
|
13876
|
+
a += (b & c | ~b & d) + k[8] + 1770035416 | 0;
|
|
13877
|
+
a = (a << 7 | a >>> 25) + b | 0;
|
|
13878
|
+
d += (a & b | ~a & c) + k[9] - 1958414417 | 0;
|
|
13879
|
+
d = (d << 12 | d >>> 20) + a | 0;
|
|
13880
|
+
c += (d & a | ~d & b) + k[10] - 42063 | 0;
|
|
13881
|
+
c = (c << 17 | c >>> 15) + d | 0;
|
|
13882
|
+
b += (c & d | ~c & a) + k[11] - 1990404162 | 0;
|
|
13883
|
+
b = (b << 22 | b >>> 10) + c | 0;
|
|
13884
|
+
a += (b & c | ~b & d) + k[12] + 1804603682 | 0;
|
|
13885
|
+
a = (a << 7 | a >>> 25) + b | 0;
|
|
13886
|
+
d += (a & b | ~a & c) + k[13] - 40341101 | 0;
|
|
13887
|
+
d = (d << 12 | d >>> 20) + a | 0;
|
|
13888
|
+
c += (d & a | ~d & b) + k[14] - 1502002290 | 0;
|
|
13889
|
+
c = (c << 17 | c >>> 15) + d | 0;
|
|
13890
|
+
b += (c & d | ~c & a) + k[15] + 1236535329 | 0;
|
|
13891
|
+
b = (b << 22 | b >>> 10) + c | 0;
|
|
13853
13892
|
|
|
13854
|
-
|
|
13855
|
-
|
|
13856
|
-
|
|
13857
|
-
|
|
13858
|
-
|
|
13859
|
-
|
|
13893
|
+
a += (b & d | c & ~d) + k[1] - 165796510 | 0;
|
|
13894
|
+
a = (a << 5 | a >>> 27) + b | 0;
|
|
13895
|
+
d += (a & c | b & ~c) + k[6] - 1069501632 | 0;
|
|
13896
|
+
d = (d << 9 | d >>> 23) + a | 0;
|
|
13897
|
+
c += (d & b | a & ~b) + k[11] + 643717713 | 0;
|
|
13898
|
+
c = (c << 14 | c >>> 18) + d | 0;
|
|
13899
|
+
b += (c & a | d & ~a) + k[0] - 373897302 | 0;
|
|
13900
|
+
b = (b << 20 | b >>> 12) + c | 0;
|
|
13901
|
+
a += (b & d | c & ~d) + k[5] - 701558691 | 0;
|
|
13902
|
+
a = (a << 5 | a >>> 27) + b | 0;
|
|
13903
|
+
d += (a & c | b & ~c) + k[10] + 38016083 | 0;
|
|
13904
|
+
d = (d << 9 | d >>> 23) + a | 0;
|
|
13905
|
+
c += (d & b | a & ~b) + k[15] - 660478335 | 0;
|
|
13906
|
+
c = (c << 14 | c >>> 18) + d | 0;
|
|
13907
|
+
b += (c & a | d & ~a) + k[4] - 405537848 | 0;
|
|
13908
|
+
b = (b << 20 | b >>> 12) + c | 0;
|
|
13909
|
+
a += (b & d | c & ~d) + k[9] + 568446438 | 0;
|
|
13910
|
+
a = (a << 5 | a >>> 27) + b | 0;
|
|
13911
|
+
d += (a & c | b & ~c) + k[14] - 1019803690 | 0;
|
|
13912
|
+
d = (d << 9 | d >>> 23) + a | 0;
|
|
13913
|
+
c += (d & b | a & ~b) + k[3] - 187363961 | 0;
|
|
13914
|
+
c = (c << 14 | c >>> 18) + d | 0;
|
|
13915
|
+
b += (c & a | d & ~a) + k[8] + 1163531501 | 0;
|
|
13916
|
+
b = (b << 20 | b >>> 12) + c | 0;
|
|
13917
|
+
a += (b & d | c & ~d) + k[13] - 1444681467 | 0;
|
|
13918
|
+
a = (a << 5 | a >>> 27) + b | 0;
|
|
13919
|
+
d += (a & c | b & ~c) + k[2] - 51403784 | 0;
|
|
13920
|
+
d = (d << 9 | d >>> 23) + a | 0;
|
|
13921
|
+
c += (d & b | a & ~b) + k[7] + 1735328473 | 0;
|
|
13922
|
+
c = (c << 14 | c >>> 18) + d | 0;
|
|
13923
|
+
b += (c & a | d & ~a) + k[12] - 1926607734 | 0;
|
|
13924
|
+
b = (b << 20 | b >>> 12) + c | 0;
|
|
13860
13925
|
|
|
13926
|
+
a += (b ^ c ^ d) + k[5] - 378558 | 0;
|
|
13927
|
+
a = (a << 4 | a >>> 28) + b | 0;
|
|
13928
|
+
d += (a ^ b ^ c) + k[8] - 2022574463 | 0;
|
|
13929
|
+
d = (d << 11 | d >>> 21) + a | 0;
|
|
13930
|
+
c += (d ^ a ^ b) + k[11] + 1839030562 | 0;
|
|
13931
|
+
c = (c << 16 | c >>> 16) + d | 0;
|
|
13932
|
+
b += (c ^ d ^ a) + k[14] - 35309556 | 0;
|
|
13933
|
+
b = (b << 23 | b >>> 9) + c | 0;
|
|
13934
|
+
a += (b ^ c ^ d) + k[1] - 1530992060 | 0;
|
|
13935
|
+
a = (a << 4 | a >>> 28) + b | 0;
|
|
13936
|
+
d += (a ^ b ^ c) + k[4] + 1272893353 | 0;
|
|
13937
|
+
d = (d << 11 | d >>> 21) + a | 0;
|
|
13938
|
+
c += (d ^ a ^ b) + k[7] - 155497632 | 0;
|
|
13939
|
+
c = (c << 16 | c >>> 16) + d | 0;
|
|
13940
|
+
b += (c ^ d ^ a) + k[10] - 1094730640 | 0;
|
|
13941
|
+
b = (b << 23 | b >>> 9) + c | 0;
|
|
13942
|
+
a += (b ^ c ^ d) + k[13] + 681279174 | 0;
|
|
13943
|
+
a = (a << 4 | a >>> 28) + b | 0;
|
|
13944
|
+
d += (a ^ b ^ c) + k[0] - 358537222 | 0;
|
|
13945
|
+
d = (d << 11 | d >>> 21) + a | 0;
|
|
13946
|
+
c += (d ^ a ^ b) + k[3] - 722521979 | 0;
|
|
13947
|
+
c = (c << 16 | c >>> 16) + d | 0;
|
|
13948
|
+
b += (c ^ d ^ a) + k[6] + 76029189 | 0;
|
|
13949
|
+
b = (b << 23 | b >>> 9) + c | 0;
|
|
13950
|
+
a += (b ^ c ^ d) + k[9] - 640364487 | 0;
|
|
13951
|
+
a = (a << 4 | a >>> 28) + b | 0;
|
|
13952
|
+
d += (a ^ b ^ c) + k[12] - 421815835 | 0;
|
|
13953
|
+
d = (d << 11 | d >>> 21) + a | 0;
|
|
13954
|
+
c += (d ^ a ^ b) + k[15] + 530742520 | 0;
|
|
13955
|
+
c = (c << 16 | c >>> 16) + d | 0;
|
|
13956
|
+
b += (c ^ d ^ a) + k[2] - 995338651 | 0;
|
|
13957
|
+
b = (b << 23 | b >>> 9) + c | 0;
|
|
13861
13958
|
|
|
13862
|
-
|
|
13863
|
-
|
|
13864
|
-
|
|
13959
|
+
a += (c ^ (b | ~d)) + k[0] - 198630844 | 0;
|
|
13960
|
+
a = (a << 6 | a >>> 26) + b | 0;
|
|
13961
|
+
d += (b ^ (a | ~c)) + k[7] + 1126891415 | 0;
|
|
13962
|
+
d = (d << 10 | d >>> 22) + a | 0;
|
|
13963
|
+
c += (a ^ (d | ~b)) + k[14] - 1416354905 | 0;
|
|
13964
|
+
c = (c << 15 | c >>> 17) + d | 0;
|
|
13965
|
+
b += (d ^ (c | ~a)) + k[5] - 57434055 | 0;
|
|
13966
|
+
b = (b << 21 |b >>> 11) + c | 0;
|
|
13967
|
+
a += (c ^ (b | ~d)) + k[12] + 1700485571 | 0;
|
|
13968
|
+
a = (a << 6 | a >>> 26) + b | 0;
|
|
13969
|
+
d += (b ^ (a | ~c)) + k[3] - 1894986606 | 0;
|
|
13970
|
+
d = (d << 10 | d >>> 22) + a | 0;
|
|
13971
|
+
c += (a ^ (d | ~b)) + k[10] - 1051523 | 0;
|
|
13972
|
+
c = (c << 15 | c >>> 17) + d | 0;
|
|
13973
|
+
b += (d ^ (c | ~a)) + k[1] - 2054922799 | 0;
|
|
13974
|
+
b = (b << 21 |b >>> 11) + c | 0;
|
|
13975
|
+
a += (c ^ (b | ~d)) + k[8] + 1873313359 | 0;
|
|
13976
|
+
a = (a << 6 | a >>> 26) + b | 0;
|
|
13977
|
+
d += (b ^ (a | ~c)) + k[15] - 30611744 | 0;
|
|
13978
|
+
d = (d << 10 | d >>> 22) + a | 0;
|
|
13979
|
+
c += (a ^ (d | ~b)) + k[6] - 1560198380 | 0;
|
|
13980
|
+
c = (c << 15 | c >>> 17) + d | 0;
|
|
13981
|
+
b += (d ^ (c | ~a)) + k[13] + 1309151649 | 0;
|
|
13982
|
+
b = (b << 21 |b >>> 11) + c | 0;
|
|
13983
|
+
a += (c ^ (b | ~d)) + k[4] - 145523070 | 0;
|
|
13984
|
+
a = (a << 6 | a >>> 26) + b | 0;
|
|
13985
|
+
d += (b ^ (a | ~c)) + k[11] - 1120210379 | 0;
|
|
13986
|
+
d = (d << 10 | d >>> 22) + a | 0;
|
|
13987
|
+
c += (a ^ (d | ~b)) + k[2] + 718787259 | 0;
|
|
13988
|
+
c = (c << 15 | c >>> 17) + d | 0;
|
|
13989
|
+
b += (d ^ (c | ~a)) + k[9] - 343485551 | 0;
|
|
13990
|
+
b = (b << 21 | b >>> 11) + c | 0;
|
|
13865
13991
|
|
|
13866
|
-
|
|
13867
|
-
|
|
13868
|
-
|
|
13992
|
+
x[0] = a + x[0] | 0;
|
|
13993
|
+
x[1] = b + x[1] | 0;
|
|
13994
|
+
x[2] = c + x[2] | 0;
|
|
13995
|
+
x[3] = d + x[3] | 0;
|
|
13996
|
+
}
|
|
13869
13997
|
|
|
13870
|
-
function
|
|
13871
|
-
|
|
13872
|
-
|
|
13998
|
+
function md5blk(s) {
|
|
13999
|
+
var md5blks = [],
|
|
14000
|
+
i; /* Andy King said do it this way. */
|
|
13873
14001
|
|
|
13874
|
-
|
|
13875
|
-
|
|
13876
|
-
}
|
|
14002
|
+
for (i = 0; i < 64; i += 4) {
|
|
14003
|
+
md5blks[i >> 2] = s.charCodeAt(i) + (s.charCodeAt(i + 1) << 8) + (s.charCodeAt(i + 2) << 16) + (s.charCodeAt(i + 3) << 24);
|
|
14004
|
+
}
|
|
14005
|
+
return md5blks;
|
|
14006
|
+
}
|
|
13877
14007
|
|
|
13878
|
-
function
|
|
13879
|
-
|
|
13880
|
-
|
|
14008
|
+
function md5blk_array(a) {
|
|
14009
|
+
var md5blks = [],
|
|
14010
|
+
i; /* Andy King said do it this way. */
|
|
13881
14011
|
|
|
13882
|
-
|
|
13883
|
-
|
|
13884
|
-
}
|
|
13885
|
-
|
|
14012
|
+
for (i = 0; i < 64; i += 4) {
|
|
14013
|
+
md5blks[i >> 2] = a[i] + (a[i + 1] << 8) + (a[i + 2] << 16) + (a[i + 3] << 24);
|
|
14014
|
+
}
|
|
14015
|
+
return md5blks;
|
|
14016
|
+
}
|
|
13886
14017
|
|
|
13887
|
-
|
|
13888
|
-
|
|
13889
|
-
|
|
13890
|
-
|
|
13891
|
-
|
|
13892
|
-
|
|
13893
|
-
|
|
13894
|
-
|
|
13895
|
-
|
|
13896
|
-
const getRandomValues = typeof crypto !== 'undefined' && crypto.getRandomValues && crypto.getRandomValues.bind(crypto) || typeof msCrypto !== 'undefined' && typeof msCrypto.getRandomValues === 'function' && msCrypto.getRandomValues.bind(msCrypto);
|
|
13897
|
-
const rnds8 = new Uint8Array(16);
|
|
14018
|
+
function md51(s) {
|
|
14019
|
+
var n = s.length,
|
|
14020
|
+
state = [1732584193, -271733879, -1732584194, 271733878],
|
|
14021
|
+
i,
|
|
14022
|
+
length,
|
|
14023
|
+
tail,
|
|
14024
|
+
tmp,
|
|
14025
|
+
lo,
|
|
14026
|
+
hi;
|
|
13898
14027
|
|
|
13899
|
-
|
|
13900
|
-
|
|
13901
|
-
|
|
13902
|
-
|
|
14028
|
+
for (i = 64; i <= n; i += 64) {
|
|
14029
|
+
md5cycle(state, md5blk(s.substring(i - 64, i)));
|
|
14030
|
+
}
|
|
14031
|
+
s = s.substring(i - 64);
|
|
14032
|
+
length = s.length;
|
|
14033
|
+
tail = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0];
|
|
14034
|
+
for (i = 0; i < length; i += 1) {
|
|
14035
|
+
tail[i >> 2] |= s.charCodeAt(i) << ((i % 4) << 3);
|
|
14036
|
+
}
|
|
14037
|
+
tail[i >> 2] |= 0x80 << ((i % 4) << 3);
|
|
14038
|
+
if (i > 55) {
|
|
14039
|
+
md5cycle(state, tail);
|
|
14040
|
+
for (i = 0; i < 16; i += 1) {
|
|
14041
|
+
tail[i] = 0;
|
|
14042
|
+
}
|
|
14043
|
+
}
|
|
13903
14044
|
|
|
13904
|
-
|
|
13905
|
-
|
|
13906
|
-
|
|
13907
|
-
|
|
14045
|
+
// Beware that the final length might not fit in 32 bits so we take care of that
|
|
14046
|
+
tmp = n * 8;
|
|
14047
|
+
tmp = tmp.toString(16).match(/(.*?)(.{0,8})$/);
|
|
14048
|
+
lo = parseInt(tmp[2], 16);
|
|
14049
|
+
hi = parseInt(tmp[1], 16) || 0;
|
|
13908
14050
|
|
|
13909
|
-
|
|
13910
|
-
|
|
13911
|
-
});
|
|
13912
|
-
exports.default = void 0;
|
|
14051
|
+
tail[14] = lo;
|
|
14052
|
+
tail[15] = hi;
|
|
13913
14053
|
|
|
13914
|
-
|
|
13915
|
-
|
|
13916
|
-
|
|
13917
|
-
switch (s) {
|
|
13918
|
-
case 0:
|
|
13919
|
-
return x & y ^ ~x & z;
|
|
14054
|
+
md5cycle(state, tail);
|
|
14055
|
+
return state;
|
|
14056
|
+
}
|
|
13920
14057
|
|
|
13921
|
-
|
|
13922
|
-
|
|
14058
|
+
function md51_array(a) {
|
|
14059
|
+
var n = a.length,
|
|
14060
|
+
state = [1732584193, -271733879, -1732584194, 271733878],
|
|
14061
|
+
i,
|
|
14062
|
+
length,
|
|
14063
|
+
tail,
|
|
14064
|
+
tmp,
|
|
14065
|
+
lo,
|
|
14066
|
+
hi;
|
|
13923
14067
|
|
|
13924
|
-
|
|
13925
|
-
|
|
14068
|
+
for (i = 64; i <= n; i += 64) {
|
|
14069
|
+
md5cycle(state, md5blk_array(a.subarray(i - 64, i)));
|
|
14070
|
+
}
|
|
13926
14071
|
|
|
13927
|
-
|
|
13928
|
-
|
|
13929
|
-
|
|
13930
|
-
|
|
13931
|
-
|
|
13932
|
-
function ROTL(x, n) {
|
|
13933
|
-
return x << n | x >>> 32 - n;
|
|
13934
|
-
}
|
|
13935
|
-
|
|
13936
|
-
function sha1(bytes) {
|
|
13937
|
-
const K = [0x5a827999, 0x6ed9eba1, 0x8f1bbcdc, 0xca62c1d6];
|
|
13938
|
-
const H = [0x67452301, 0xefcdab89, 0x98badcfe, 0x10325476, 0xc3d2e1f0];
|
|
14072
|
+
// Not sure if it is a bug, however IE10 will always produce a sub array of length 1
|
|
14073
|
+
// containing the last element of the parent array if the sub array specified starts
|
|
14074
|
+
// beyond the length of the parent array - weird.
|
|
14075
|
+
// https://connect.microsoft.com/IE/feedback/details/771452/typed-array-subarray-issue
|
|
14076
|
+
a = (i - 64) < n ? a.subarray(i - 64) : new Uint8Array(0);
|
|
13939
14077
|
|
|
13940
|
-
|
|
13941
|
-
|
|
14078
|
+
length = a.length;
|
|
14079
|
+
tail = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0];
|
|
14080
|
+
for (i = 0; i < length; i += 1) {
|
|
14081
|
+
tail[i >> 2] |= a[i] << ((i % 4) << 3);
|
|
14082
|
+
}
|
|
13942
14083
|
|
|
13943
|
-
|
|
14084
|
+
tail[i >> 2] |= 0x80 << ((i % 4) << 3);
|
|
14085
|
+
if (i > 55) {
|
|
14086
|
+
md5cycle(state, tail);
|
|
14087
|
+
for (i = 0; i < 16; i += 1) {
|
|
14088
|
+
tail[i] = 0;
|
|
14089
|
+
}
|
|
14090
|
+
}
|
|
13944
14091
|
|
|
13945
|
-
|
|
13946
|
-
|
|
13947
|
-
|
|
13948
|
-
|
|
14092
|
+
// Beware that the final length might not fit in 32 bits so we take care of that
|
|
14093
|
+
tmp = n * 8;
|
|
14094
|
+
tmp = tmp.toString(16).match(/(.*?)(.{0,8})$/);
|
|
14095
|
+
lo = parseInt(tmp[2], 16);
|
|
14096
|
+
hi = parseInt(tmp[1], 16) || 0;
|
|
13949
14097
|
|
|
13950
|
-
|
|
13951
|
-
|
|
13952
|
-
const N = Math.ceil(l / 16);
|
|
13953
|
-
const M = new Array(N);
|
|
14098
|
+
tail[14] = lo;
|
|
14099
|
+
tail[15] = hi;
|
|
13954
14100
|
|
|
13955
|
-
|
|
13956
|
-
const arr = new Uint32Array(16);
|
|
14101
|
+
md5cycle(state, tail);
|
|
13957
14102
|
|
|
13958
|
-
|
|
13959
|
-
arr[j] = bytes[i * 64 + j * 4] << 24 | bytes[i * 64 + j * 4 + 1] << 16 | bytes[i * 64 + j * 4 + 2] << 8 | bytes[i * 64 + j * 4 + 3];
|
|
14103
|
+
return state;
|
|
13960
14104
|
}
|
|
13961
14105
|
|
|
13962
|
-
|
|
13963
|
-
|
|
13964
|
-
|
|
13965
|
-
|
|
13966
|
-
|
|
13967
|
-
|
|
13968
|
-
|
|
13969
|
-
for (let i = 0; i < N; ++i) {
|
|
13970
|
-
const W = new Uint32Array(80);
|
|
13971
|
-
|
|
13972
|
-
for (let t = 0; t < 16; ++t) {
|
|
13973
|
-
W[t] = M[i][t];
|
|
14106
|
+
function rhex(n) {
|
|
14107
|
+
var s = '',
|
|
14108
|
+
j;
|
|
14109
|
+
for (j = 0; j < 4; j += 1) {
|
|
14110
|
+
s += hex_chr[(n >> (j * 8 + 4)) & 0x0F] + hex_chr[(n >> (j * 8)) & 0x0F];
|
|
14111
|
+
}
|
|
14112
|
+
return s;
|
|
13974
14113
|
}
|
|
13975
14114
|
|
|
13976
|
-
|
|
13977
|
-
|
|
14115
|
+
function hex(x) {
|
|
14116
|
+
var i;
|
|
14117
|
+
for (i = 0; i < x.length; i += 1) {
|
|
14118
|
+
x[i] = rhex(x[i]);
|
|
14119
|
+
}
|
|
14120
|
+
return x.join('');
|
|
13978
14121
|
}
|
|
13979
14122
|
|
|
13980
|
-
|
|
13981
|
-
|
|
13982
|
-
|
|
13983
|
-
|
|
13984
|
-
|
|
13985
|
-
|
|
13986
|
-
|
|
13987
|
-
const s = Math.floor(t / 20);
|
|
13988
|
-
const T = ROTL(a, 5) + f(s, b, c, d) + e + K[s] + W[t] >>> 0;
|
|
13989
|
-
e = d;
|
|
13990
|
-
d = c;
|
|
13991
|
-
c = ROTL(b, 30) >>> 0;
|
|
13992
|
-
b = a;
|
|
13993
|
-
a = T;
|
|
14123
|
+
// In some cases the fast add32 function cannot be used..
|
|
14124
|
+
if (hex(md51('hello')) !== '5d41402abc4b2a76b9719d911017c592') {
|
|
14125
|
+
add32 = function (x, y) {
|
|
14126
|
+
var lsw = (x & 0xFFFF) + (y & 0xFFFF),
|
|
14127
|
+
msw = (x >> 16) + (y >> 16) + (lsw >> 16);
|
|
14128
|
+
return (msw << 16) | (lsw & 0xFFFF);
|
|
14129
|
+
};
|
|
13994
14130
|
}
|
|
13995
14131
|
|
|
13996
|
-
|
|
13997
|
-
H[1] = H[1] + b >>> 0;
|
|
13998
|
-
H[2] = H[2] + c >>> 0;
|
|
13999
|
-
H[3] = H[3] + d >>> 0;
|
|
14000
|
-
H[4] = H[4] + e >>> 0;
|
|
14001
|
-
}
|
|
14132
|
+
// ---------------------------------------------------
|
|
14002
14133
|
|
|
14003
|
-
|
|
14004
|
-
|
|
14134
|
+
/**
|
|
14135
|
+
* ArrayBuffer slice polyfill.
|
|
14136
|
+
*
|
|
14137
|
+
* @see https://github.com/ttaubert/node-arraybuffer-slice
|
|
14138
|
+
*/
|
|
14005
14139
|
|
|
14006
|
-
|
|
14007
|
-
|
|
14008
|
-
|
|
14009
|
-
|
|
14140
|
+
if (typeof ArrayBuffer !== 'undefined' && !ArrayBuffer.prototype.slice) {
|
|
14141
|
+
(function () {
|
|
14142
|
+
function clamp(val, length) {
|
|
14143
|
+
val = (val | 0) || 0;
|
|
14010
14144
|
|
|
14011
|
-
|
|
14012
|
-
|
|
14013
|
-
}
|
|
14014
|
-
exports.default = void 0;
|
|
14145
|
+
if (val < 0) {
|
|
14146
|
+
return Math.max(val + length, 0);
|
|
14147
|
+
}
|
|
14015
14148
|
|
|
14016
|
-
|
|
14149
|
+
return Math.min(val, length);
|
|
14150
|
+
}
|
|
14017
14151
|
|
|
14018
|
-
|
|
14152
|
+
ArrayBuffer.prototype.slice = function (from, to) {
|
|
14153
|
+
var length = this.byteLength,
|
|
14154
|
+
begin = clamp(from, length),
|
|
14155
|
+
end = length,
|
|
14156
|
+
num,
|
|
14157
|
+
target,
|
|
14158
|
+
targetArray,
|
|
14159
|
+
sourceArray;
|
|
14019
14160
|
|
|
14020
|
-
|
|
14161
|
+
if (to !== undefined) {
|
|
14162
|
+
end = clamp(to, length);
|
|
14163
|
+
}
|
|
14021
14164
|
|
|
14022
|
-
|
|
14023
|
-
|
|
14024
|
-
|
|
14025
|
-
// and http://docs.python.org/library/uuid.html
|
|
14026
|
-
let _nodeId;
|
|
14165
|
+
if (begin > end) {
|
|
14166
|
+
return new ArrayBuffer(0);
|
|
14167
|
+
}
|
|
14027
14168
|
|
|
14028
|
-
|
|
14169
|
+
num = end - begin;
|
|
14170
|
+
target = new ArrayBuffer(num);
|
|
14171
|
+
targetArray = new Uint8Array(target);
|
|
14029
14172
|
|
|
14173
|
+
sourceArray = new Uint8Array(this, begin, num);
|
|
14174
|
+
targetArray.set(sourceArray);
|
|
14030
14175
|
|
|
14031
|
-
|
|
14032
|
-
|
|
14176
|
+
return target;
|
|
14177
|
+
};
|
|
14178
|
+
})();
|
|
14179
|
+
}
|
|
14033
14180
|
|
|
14034
|
-
|
|
14035
|
-
let i = buf && offset || 0;
|
|
14036
|
-
const b = buf || [];
|
|
14037
|
-
options = options || {};
|
|
14038
|
-
let node = options.node || _nodeId;
|
|
14039
|
-
let clockseq = options.clockseq !== undefined ? options.clockseq : _clockseq; // node and clockseq need to be initialized to random values if they're not
|
|
14040
|
-
// specified. We do this lazily to minimize issues related to insufficient
|
|
14041
|
-
// system entropy. See #189
|
|
14181
|
+
// ---------------------------------------------------
|
|
14042
14182
|
|
|
14043
|
-
|
|
14044
|
-
|
|
14183
|
+
/**
|
|
14184
|
+
* Helpers.
|
|
14185
|
+
*/
|
|
14045
14186
|
|
|
14046
|
-
|
|
14047
|
-
|
|
14048
|
-
|
|
14049
|
-
|
|
14187
|
+
function toUtf8(str) {
|
|
14188
|
+
if (/[\u0080-\uFFFF]/.test(str)) {
|
|
14189
|
+
str = unescape(encodeURIComponent(str));
|
|
14190
|
+
}
|
|
14050
14191
|
|
|
14051
|
-
|
|
14052
|
-
// Per 4.2.2, randomize (14 bit) clockseq
|
|
14053
|
-
clockseq = _clockseq = (seedBytes[6] << 8 | seedBytes[7]) & 0x3fff;
|
|
14192
|
+
return str;
|
|
14054
14193
|
}
|
|
14055
|
-
} // UUID timestamps are 100 nano-second units since the Gregorian epoch,
|
|
14056
|
-
// (1582-10-15 00:00). JSNumbers aren't precise enough for this, so
|
|
14057
|
-
// time is handled internally as 'msecs' (integer milliseconds) and 'nsecs'
|
|
14058
|
-
// (100-nanoseconds offset from msecs) since unix epoch, 1970-01-01 00:00.
|
|
14059
|
-
|
|
14060
14194
|
|
|
14061
|
-
|
|
14062
|
-
|
|
14195
|
+
function utf8Str2ArrayBuffer(str, returnUInt8Array) {
|
|
14196
|
+
var length = str.length,
|
|
14197
|
+
buff = new ArrayBuffer(length),
|
|
14198
|
+
arr = new Uint8Array(buff),
|
|
14199
|
+
i;
|
|
14063
14200
|
|
|
14064
|
-
|
|
14201
|
+
for (i = 0; i < length; i += 1) {
|
|
14202
|
+
arr[i] = str.charCodeAt(i);
|
|
14203
|
+
}
|
|
14065
14204
|
|
|
14066
|
-
|
|
14205
|
+
return returnUInt8Array ? arr : buff;
|
|
14206
|
+
}
|
|
14067
14207
|
|
|
14068
|
-
|
|
14069
|
-
|
|
14070
|
-
|
|
14071
|
-
// time interval
|
|
14208
|
+
function arrayBuffer2Utf8Str(buff) {
|
|
14209
|
+
return String.fromCharCode.apply(null, new Uint8Array(buff));
|
|
14210
|
+
}
|
|
14072
14211
|
|
|
14212
|
+
function concatenateArrayBuffers(first, second, returnUInt8Array) {
|
|
14213
|
+
var result = new Uint8Array(first.byteLength + second.byteLength);
|
|
14073
14214
|
|
|
14074
|
-
|
|
14075
|
-
|
|
14076
|
-
} // Per 4.2.1.2 Throw error if too many uuids are requested
|
|
14215
|
+
result.set(new Uint8Array(first));
|
|
14216
|
+
result.set(new Uint8Array(second), first.byteLength);
|
|
14077
14217
|
|
|
14218
|
+
return returnUInt8Array ? result : result.buffer;
|
|
14219
|
+
}
|
|
14078
14220
|
|
|
14079
|
-
|
|
14080
|
-
|
|
14081
|
-
|
|
14221
|
+
function hexToBinaryString(hex) {
|
|
14222
|
+
var bytes = [],
|
|
14223
|
+
length = hex.length,
|
|
14224
|
+
x;
|
|
14082
14225
|
|
|
14083
|
-
|
|
14084
|
-
|
|
14085
|
-
|
|
14226
|
+
for (x = 0; x < length - 1; x += 2) {
|
|
14227
|
+
bytes.push(parseInt(hex.substr(x, 2), 16));
|
|
14228
|
+
}
|
|
14086
14229
|
|
|
14087
|
-
|
|
14230
|
+
return String.fromCharCode.apply(String, bytes);
|
|
14231
|
+
}
|
|
14088
14232
|
|
|
14089
|
-
|
|
14090
|
-
b[i++] = tl >>> 24 & 0xff;
|
|
14091
|
-
b[i++] = tl >>> 16 & 0xff;
|
|
14092
|
-
b[i++] = tl >>> 8 & 0xff;
|
|
14093
|
-
b[i++] = tl & 0xff; // `time_mid`
|
|
14233
|
+
// ---------------------------------------------------
|
|
14094
14234
|
|
|
14095
|
-
|
|
14096
|
-
|
|
14097
|
-
|
|
14235
|
+
/**
|
|
14236
|
+
* SparkMD5 OOP implementation.
|
|
14237
|
+
*
|
|
14238
|
+
* Use this class to perform an incremental md5, otherwise use the
|
|
14239
|
+
* static methods instead.
|
|
14240
|
+
*/
|
|
14098
14241
|
|
|
14099
|
-
|
|
14242
|
+
function SparkMD5() {
|
|
14243
|
+
// call reset to init the instance
|
|
14244
|
+
this.reset();
|
|
14245
|
+
}
|
|
14100
14246
|
|
|
14101
|
-
|
|
14247
|
+
/**
|
|
14248
|
+
* Appends a string.
|
|
14249
|
+
* A conversion will be applied if an utf8 string is detected.
|
|
14250
|
+
*
|
|
14251
|
+
* @param {String} str The string to be appended
|
|
14252
|
+
*
|
|
14253
|
+
* @return {SparkMD5} The instance itself
|
|
14254
|
+
*/
|
|
14255
|
+
SparkMD5.prototype.append = function (str) {
|
|
14256
|
+
// Converts the string to utf8 bytes if necessary
|
|
14257
|
+
// Then append as binary
|
|
14258
|
+
this.appendBinary(toUtf8(str));
|
|
14102
14259
|
|
|
14103
|
-
|
|
14260
|
+
return this;
|
|
14261
|
+
};
|
|
14104
14262
|
|
|
14105
|
-
|
|
14263
|
+
/**
|
|
14264
|
+
* Appends a binary string.
|
|
14265
|
+
*
|
|
14266
|
+
* @param {String} contents The binary string to be appended
|
|
14267
|
+
*
|
|
14268
|
+
* @return {SparkMD5} The instance itself
|
|
14269
|
+
*/
|
|
14270
|
+
SparkMD5.prototype.appendBinary = function (contents) {
|
|
14271
|
+
this._buff += contents;
|
|
14272
|
+
this._length += contents.length;
|
|
14106
14273
|
|
|
14107
|
-
|
|
14108
|
-
|
|
14109
|
-
}
|
|
14274
|
+
var length = this._buff.length,
|
|
14275
|
+
i;
|
|
14110
14276
|
|
|
14111
|
-
|
|
14112
|
-
|
|
14277
|
+
for (i = 64; i <= length; i += 64) {
|
|
14278
|
+
md5cycle(this._hash, md5blk(this._buff.substring(i - 64, i)));
|
|
14279
|
+
}
|
|
14113
14280
|
|
|
14114
|
-
|
|
14115
|
-
exports.default = _default;
|
|
14116
|
-
},{"./bytesToUuid.js":12,"./rng.js":15}],18:[function(require,module,exports){
|
|
14117
|
-
"use strict";
|
|
14281
|
+
this._buff = this._buff.substring(i - 64);
|
|
14118
14282
|
|
|
14119
|
-
|
|
14120
|
-
|
|
14121
|
-
});
|
|
14122
|
-
exports.default = void 0;
|
|
14283
|
+
return this;
|
|
14284
|
+
};
|
|
14123
14285
|
|
|
14124
|
-
|
|
14286
|
+
/**
|
|
14287
|
+
* Finishes the incremental computation, reseting the internal state and
|
|
14288
|
+
* returning the result.
|
|
14289
|
+
*
|
|
14290
|
+
* @param {Boolean} raw True to get the raw string, false to get the hex string
|
|
14291
|
+
*
|
|
14292
|
+
* @return {String} The result
|
|
14293
|
+
*/
|
|
14294
|
+
SparkMD5.prototype.end = function (raw) {
|
|
14295
|
+
var buff = this._buff,
|
|
14296
|
+
length = buff.length,
|
|
14297
|
+
i,
|
|
14298
|
+
tail = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
|
14299
|
+
ret;
|
|
14125
14300
|
|
|
14126
|
-
|
|
14301
|
+
for (i = 0; i < length; i += 1) {
|
|
14302
|
+
tail[i >> 2] |= buff.charCodeAt(i) << ((i % 4) << 3);
|
|
14303
|
+
}
|
|
14127
14304
|
|
|
14128
|
-
|
|
14305
|
+
this._finish(tail, length);
|
|
14306
|
+
ret = hex(this._hash);
|
|
14129
14307
|
|
|
14130
|
-
|
|
14131
|
-
|
|
14132
|
-
|
|
14133
|
-
},{"./md5.js":14,"./v35.js":19}],19:[function(require,module,exports){
|
|
14134
|
-
"use strict";
|
|
14308
|
+
if (raw) {
|
|
14309
|
+
ret = hexToBinaryString(ret);
|
|
14310
|
+
}
|
|
14135
14311
|
|
|
14136
|
-
|
|
14137
|
-
value: true
|
|
14138
|
-
});
|
|
14139
|
-
exports.default = _default;
|
|
14140
|
-
exports.URL = exports.DNS = void 0;
|
|
14312
|
+
this.reset();
|
|
14141
14313
|
|
|
14142
|
-
|
|
14314
|
+
return ret;
|
|
14315
|
+
};
|
|
14143
14316
|
|
|
14144
|
-
|
|
14317
|
+
/**
|
|
14318
|
+
* Resets the internal state of the computation.
|
|
14319
|
+
*
|
|
14320
|
+
* @return {SparkMD5} The instance itself
|
|
14321
|
+
*/
|
|
14322
|
+
SparkMD5.prototype.reset = function () {
|
|
14323
|
+
this._buff = '';
|
|
14324
|
+
this._length = 0;
|
|
14325
|
+
this._hash = [1732584193, -271733879, -1732584194, 271733878];
|
|
14145
14326
|
|
|
14146
|
-
|
|
14147
|
-
|
|
14148
|
-
const bytes = [];
|
|
14149
|
-
uuid.replace(/[a-fA-F0-9]{2}/g, function (hex) {
|
|
14150
|
-
bytes.push(parseInt(hex, 16));
|
|
14151
|
-
});
|
|
14152
|
-
return bytes;
|
|
14153
|
-
}
|
|
14327
|
+
return this;
|
|
14328
|
+
};
|
|
14154
14329
|
|
|
14155
|
-
|
|
14156
|
-
|
|
14330
|
+
/**
|
|
14331
|
+
* Gets the internal state of the computation.
|
|
14332
|
+
*
|
|
14333
|
+
* @return {Object} The state
|
|
14334
|
+
*/
|
|
14335
|
+
SparkMD5.prototype.getState = function () {
|
|
14336
|
+
return {
|
|
14337
|
+
buff: this._buff,
|
|
14338
|
+
length: this._length,
|
|
14339
|
+
hash: this._hash.slice()
|
|
14340
|
+
};
|
|
14341
|
+
};
|
|
14157
14342
|
|
|
14158
|
-
|
|
14343
|
+
/**
|
|
14344
|
+
* Gets the internal state of the computation.
|
|
14345
|
+
*
|
|
14346
|
+
* @param {Object} state The state
|
|
14347
|
+
*
|
|
14348
|
+
* @return {SparkMD5} The instance itself
|
|
14349
|
+
*/
|
|
14350
|
+
SparkMD5.prototype.setState = function (state) {
|
|
14351
|
+
this._buff = state.buff;
|
|
14352
|
+
this._length = state.length;
|
|
14353
|
+
this._hash = state.hash;
|
|
14159
14354
|
|
|
14160
|
-
|
|
14161
|
-
|
|
14162
|
-
}
|
|
14355
|
+
return this;
|
|
14356
|
+
};
|
|
14163
14357
|
|
|
14164
|
-
|
|
14165
|
-
|
|
14358
|
+
/**
|
|
14359
|
+
* Releases memory used by the incremental buffer and other additional
|
|
14360
|
+
* resources. If you plan to use the instance again, use reset instead.
|
|
14361
|
+
*/
|
|
14362
|
+
SparkMD5.prototype.destroy = function () {
|
|
14363
|
+
delete this._hash;
|
|
14364
|
+
delete this._buff;
|
|
14365
|
+
delete this._length;
|
|
14366
|
+
};
|
|
14166
14367
|
|
|
14167
|
-
|
|
14168
|
-
|
|
14169
|
-
|
|
14170
|
-
|
|
14368
|
+
/**
|
|
14369
|
+
* Finish the final calculation based on the tail.
|
|
14370
|
+
*
|
|
14371
|
+
* @param {Array} tail The tail (will be modified)
|
|
14372
|
+
* @param {Number} length The length of the remaining buffer
|
|
14373
|
+
*/
|
|
14374
|
+
SparkMD5.prototype._finish = function (tail, length) {
|
|
14375
|
+
var i = length,
|
|
14376
|
+
tmp,
|
|
14377
|
+
lo,
|
|
14378
|
+
hi;
|
|
14171
14379
|
|
|
14172
|
-
|
|
14173
|
-
|
|
14174
|
-
|
|
14175
|
-
|
|
14176
|
-
|
|
14380
|
+
tail[i >> 2] |= 0x80 << ((i % 4) << 3);
|
|
14381
|
+
if (i > 55) {
|
|
14382
|
+
md5cycle(this._hash, tail);
|
|
14383
|
+
for (i = 0; i < 16; i += 1) {
|
|
14384
|
+
tail[i] = 0;
|
|
14385
|
+
}
|
|
14386
|
+
}
|
|
14177
14387
|
|
|
14178
|
-
|
|
14179
|
-
|
|
14180
|
-
|
|
14388
|
+
// Do the final computation based on the tail and length
|
|
14389
|
+
// Beware that the final length may not fit in 32 bits so we take care of that
|
|
14390
|
+
tmp = this._length * 8;
|
|
14391
|
+
tmp = tmp.toString(16).match(/(.*?)(.{0,8})$/);
|
|
14392
|
+
lo = parseInt(tmp[2], 16);
|
|
14393
|
+
hi = parseInt(tmp[1], 16) || 0;
|
|
14181
14394
|
|
|
14182
|
-
|
|
14183
|
-
|
|
14184
|
-
|
|
14395
|
+
tail[14] = lo;
|
|
14396
|
+
tail[15] = hi;
|
|
14397
|
+
md5cycle(this._hash, tail);
|
|
14398
|
+
};
|
|
14185
14399
|
|
|
14400
|
+
/**
|
|
14401
|
+
* Performs the md5 hash on a string.
|
|
14402
|
+
* A conversion will be applied if utf8 string is detected.
|
|
14403
|
+
*
|
|
14404
|
+
* @param {String} str The string
|
|
14405
|
+
* @param {Boolean} [raw] True to get the raw string, false to get the hex string
|
|
14406
|
+
*
|
|
14407
|
+
* @return {String} The result
|
|
14408
|
+
*/
|
|
14409
|
+
SparkMD5.hash = function (str, raw) {
|
|
14410
|
+
// Converts the string to utf8 bytes if necessary
|
|
14411
|
+
// Then compute it using the binary function
|
|
14412
|
+
return SparkMD5.hashBinary(toUtf8(str), raw);
|
|
14413
|
+
};
|
|
14186
14414
|
|
|
14187
|
-
|
|
14188
|
-
|
|
14189
|
-
|
|
14415
|
+
/**
|
|
14416
|
+
* Performs the md5 hash on a binary string.
|
|
14417
|
+
*
|
|
14418
|
+
* @param {String} content The binary string
|
|
14419
|
+
* @param {Boolean} [raw] True to get the raw string, false to get the hex string
|
|
14420
|
+
*
|
|
14421
|
+
* @return {String} The result
|
|
14422
|
+
*/
|
|
14423
|
+
SparkMD5.hashBinary = function (content, raw) {
|
|
14424
|
+
var hash = md51(content),
|
|
14425
|
+
ret = hex(hash);
|
|
14190
14426
|
|
|
14191
|
-
|
|
14192
|
-
|
|
14193
|
-
buf[off + idx] = bytes[idx];
|
|
14194
|
-
}
|
|
14195
|
-
}
|
|
14427
|
+
return raw ? hexToBinaryString(ret) : ret;
|
|
14428
|
+
};
|
|
14196
14429
|
|
|
14197
|
-
|
|
14198
|
-
} // Function#name is not settable on some platforms (#270)
|
|
14430
|
+
// ---------------------------------------------------
|
|
14199
14431
|
|
|
14432
|
+
/**
|
|
14433
|
+
* SparkMD5 OOP implementation for array buffers.
|
|
14434
|
+
*
|
|
14435
|
+
* Use this class to perform an incremental md5 ONLY for array buffers.
|
|
14436
|
+
*/
|
|
14437
|
+
SparkMD5.ArrayBuffer = function () {
|
|
14438
|
+
// call reset to init the instance
|
|
14439
|
+
this.reset();
|
|
14440
|
+
};
|
|
14200
14441
|
|
|
14201
|
-
|
|
14202
|
-
|
|
14203
|
-
|
|
14442
|
+
/**
|
|
14443
|
+
* Appends an array buffer.
|
|
14444
|
+
*
|
|
14445
|
+
* @param {ArrayBuffer} arr The array to be appended
|
|
14446
|
+
*
|
|
14447
|
+
* @return {SparkMD5.ArrayBuffer} The instance itself
|
|
14448
|
+
*/
|
|
14449
|
+
SparkMD5.ArrayBuffer.prototype.append = function (arr) {
|
|
14450
|
+
var buff = concatenateArrayBuffers(this._buff.buffer, arr, true),
|
|
14451
|
+
length = buff.length,
|
|
14452
|
+
i;
|
|
14204
14453
|
|
|
14454
|
+
this._length += arr.byteLength;
|
|
14205
14455
|
|
|
14206
|
-
|
|
14207
|
-
|
|
14208
|
-
|
|
14209
|
-
|
|
14210
|
-
|
|
14456
|
+
for (i = 64; i <= length; i += 64) {
|
|
14457
|
+
md5cycle(this._hash, md5blk_array(buff.subarray(i - 64, i)));
|
|
14458
|
+
}
|
|
14459
|
+
|
|
14460
|
+
this._buff = (i - 64) < length ? new Uint8Array(buff.buffer.slice(i - 64)) : new Uint8Array(0);
|
|
14461
|
+
|
|
14462
|
+
return this;
|
|
14463
|
+
};
|
|
14464
|
+
|
|
14465
|
+
/**
|
|
14466
|
+
* Finishes the incremental computation, reseting the internal state and
|
|
14467
|
+
* returning the result.
|
|
14468
|
+
*
|
|
14469
|
+
* @param {Boolean} raw True to get the raw string, false to get the hex string
|
|
14470
|
+
*
|
|
14471
|
+
* @return {String} The result
|
|
14472
|
+
*/
|
|
14473
|
+
SparkMD5.ArrayBuffer.prototype.end = function (raw) {
|
|
14474
|
+
var buff = this._buff,
|
|
14475
|
+
length = buff.length,
|
|
14476
|
+
tail = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
|
14477
|
+
i,
|
|
14478
|
+
ret;
|
|
14479
|
+
|
|
14480
|
+
for (i = 0; i < length; i += 1) {
|
|
14481
|
+
tail[i >> 2] |= buff[i] << ((i % 4) << 3);
|
|
14482
|
+
}
|
|
14483
|
+
|
|
14484
|
+
this._finish(tail, length);
|
|
14485
|
+
ret = hex(this._hash);
|
|
14486
|
+
|
|
14487
|
+
if (raw) {
|
|
14488
|
+
ret = hexToBinaryString(ret);
|
|
14489
|
+
}
|
|
14490
|
+
|
|
14491
|
+
this.reset();
|
|
14492
|
+
|
|
14493
|
+
return ret;
|
|
14494
|
+
};
|
|
14495
|
+
|
|
14496
|
+
/**
|
|
14497
|
+
* Resets the internal state of the computation.
|
|
14498
|
+
*
|
|
14499
|
+
* @return {SparkMD5.ArrayBuffer} The instance itself
|
|
14500
|
+
*/
|
|
14501
|
+
SparkMD5.ArrayBuffer.prototype.reset = function () {
|
|
14502
|
+
this._buff = new Uint8Array(0);
|
|
14503
|
+
this._length = 0;
|
|
14504
|
+
this._hash = [1732584193, -271733879, -1732584194, 271733878];
|
|
14505
|
+
|
|
14506
|
+
return this;
|
|
14507
|
+
};
|
|
14508
|
+
|
|
14509
|
+
/**
|
|
14510
|
+
* Gets the internal state of the computation.
|
|
14511
|
+
*
|
|
14512
|
+
* @return {Object} The state
|
|
14513
|
+
*/
|
|
14514
|
+
SparkMD5.ArrayBuffer.prototype.getState = function () {
|
|
14515
|
+
var state = SparkMD5.prototype.getState.call(this);
|
|
14516
|
+
|
|
14517
|
+
// Convert buffer to a string
|
|
14518
|
+
state.buff = arrayBuffer2Utf8Str(state.buff);
|
|
14519
|
+
|
|
14520
|
+
return state;
|
|
14521
|
+
};
|
|
14522
|
+
|
|
14523
|
+
/**
|
|
14524
|
+
* Gets the internal state of the computation.
|
|
14525
|
+
*
|
|
14526
|
+
* @param {Object} state The state
|
|
14527
|
+
*
|
|
14528
|
+
* @return {SparkMD5.ArrayBuffer} The instance itself
|
|
14529
|
+
*/
|
|
14530
|
+
SparkMD5.ArrayBuffer.prototype.setState = function (state) {
|
|
14531
|
+
// Convert string to buffer
|
|
14532
|
+
state.buff = utf8Str2ArrayBuffer(state.buff, true);
|
|
14533
|
+
|
|
14534
|
+
return SparkMD5.prototype.setState.call(this, state);
|
|
14535
|
+
};
|
|
14536
|
+
|
|
14537
|
+
SparkMD5.ArrayBuffer.prototype.destroy = SparkMD5.prototype.destroy;
|
|
14538
|
+
|
|
14539
|
+
SparkMD5.ArrayBuffer.prototype._finish = SparkMD5.prototype._finish;
|
|
14540
|
+
|
|
14541
|
+
/**
|
|
14542
|
+
* Performs the md5 hash on an array buffer.
|
|
14543
|
+
*
|
|
14544
|
+
* @param {ArrayBuffer} arr The array buffer
|
|
14545
|
+
* @param {Boolean} [raw] True to get the raw string, false to get the hex one
|
|
14546
|
+
*
|
|
14547
|
+
* @return {String} The result
|
|
14548
|
+
*/
|
|
14549
|
+
SparkMD5.ArrayBuffer.hash = function (arr, raw) {
|
|
14550
|
+
var hash = md51_array(new Uint8Array(arr)),
|
|
14551
|
+
ret = hex(hash);
|
|
14552
|
+
|
|
14553
|
+
return raw ? hexToBinaryString(ret) : ret;
|
|
14554
|
+
};
|
|
14555
|
+
|
|
14556
|
+
return SparkMD5;
|
|
14557
|
+
}));
|
|
14558
|
+
|
|
14559
|
+
},{}],14:[function(require,module,exports){
|
|
14211
14560
|
"use strict";
|
|
14212
14561
|
|
|
14213
14562
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -14215,42 +14564,67 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
14215
14564
|
});
|
|
14216
14565
|
exports.default = void 0;
|
|
14217
14566
|
|
|
14218
|
-
|
|
14219
|
-
|
|
14220
|
-
|
|
14221
|
-
|
|
14222
|
-
|
|
14567
|
+
/**
|
|
14568
|
+
* Convert array of 16 byte values to UUID string format of the form:
|
|
14569
|
+
* XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
|
|
14570
|
+
*/
|
|
14571
|
+
const byteToHex = [];
|
|
14223
14572
|
|
|
14224
|
-
|
|
14225
|
-
|
|
14226
|
-
|
|
14227
|
-
options = null;
|
|
14228
|
-
}
|
|
14573
|
+
for (let i = 0; i < 256; ++i) {
|
|
14574
|
+
byteToHex.push((i + 0x100).toString(16).substr(1));
|
|
14575
|
+
}
|
|
14229
14576
|
|
|
14230
|
-
|
|
14577
|
+
function bytesToUuid(buf, offset) {
|
|
14578
|
+
const i = offset || 0;
|
|
14579
|
+
const bth = byteToHex; // Note: Be careful editing this code! It's been tuned for performance
|
|
14580
|
+
// and works in ways you may not expect. See https://github.com/uuidjs/uuid/pull/434
|
|
14231
14581
|
|
|
14232
|
-
|
|
14582
|
+
return (bth[buf[i + 0]] + bth[buf[i + 1]] + bth[buf[i + 2]] + bth[buf[i + 3]] + '-' + bth[buf[i + 4]] + bth[buf[i + 5]] + '-' + bth[buf[i + 6]] + bth[buf[i + 7]] + '-' + bth[buf[i + 8]] + bth[buf[i + 9]] + '-' + bth[buf[i + 10]] + bth[buf[i + 11]] + bth[buf[i + 12]] + bth[buf[i + 13]] + bth[buf[i + 14]] + bth[buf[i + 15]]).toLowerCase();
|
|
14583
|
+
}
|
|
14233
14584
|
|
|
14585
|
+
var _default = bytesToUuid;
|
|
14586
|
+
exports.default = _default;
|
|
14587
|
+
},{}],15:[function(require,module,exports){
|
|
14588
|
+
"use strict";
|
|
14234
14589
|
|
|
14235
|
-
|
|
14236
|
-
|
|
14590
|
+
Object.defineProperty(exports, "__esModule", {
|
|
14591
|
+
value: true
|
|
14592
|
+
});
|
|
14593
|
+
Object.defineProperty(exports, "v1", {
|
|
14594
|
+
enumerable: true,
|
|
14595
|
+
get: function () {
|
|
14596
|
+
return _v.default;
|
|
14597
|
+
}
|
|
14598
|
+
});
|
|
14599
|
+
Object.defineProperty(exports, "v3", {
|
|
14600
|
+
enumerable: true,
|
|
14601
|
+
get: function () {
|
|
14602
|
+
return _v2.default;
|
|
14603
|
+
}
|
|
14604
|
+
});
|
|
14605
|
+
Object.defineProperty(exports, "v4", {
|
|
14606
|
+
enumerable: true,
|
|
14607
|
+
get: function () {
|
|
14608
|
+
return _v3.default;
|
|
14609
|
+
}
|
|
14610
|
+
});
|
|
14611
|
+
Object.defineProperty(exports, "v5", {
|
|
14612
|
+
enumerable: true,
|
|
14613
|
+
get: function () {
|
|
14614
|
+
return _v4.default;
|
|
14615
|
+
}
|
|
14616
|
+
});
|
|
14237
14617
|
|
|
14238
|
-
|
|
14239
|
-
const start = offset || 0;
|
|
14618
|
+
var _v = _interopRequireDefault(require("./v1.js"));
|
|
14240
14619
|
|
|
14241
|
-
|
|
14242
|
-
buf[start + i] = rnds[i];
|
|
14243
|
-
}
|
|
14620
|
+
var _v2 = _interopRequireDefault(require("./v3.js"));
|
|
14244
14621
|
|
|
14245
|
-
|
|
14246
|
-
}
|
|
14622
|
+
var _v3 = _interopRequireDefault(require("./v4.js"));
|
|
14247
14623
|
|
|
14248
|
-
|
|
14249
|
-
}
|
|
14624
|
+
var _v4 = _interopRequireDefault(require("./v5.js"));
|
|
14250
14625
|
|
|
14251
|
-
|
|
14252
|
-
exports
|
|
14253
|
-
},{"./bytesToUuid.js":12,"./rng.js":15}],21:[function(require,module,exports){
|
|
14626
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
14627
|
+
},{"./v1.js":19,"./v3.js":20,"./v4.js":22,"./v5.js":23}],16:[function(require,module,exports){
|
|
14254
14628
|
"use strict";
|
|
14255
14629
|
|
|
14256
14630
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -14258,955 +14632,609 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
14258
14632
|
});
|
|
14259
14633
|
exports.default = void 0;
|
|
14260
14634
|
|
|
14261
|
-
|
|
14635
|
+
/*
|
|
14636
|
+
* Browser-compatible JavaScript MD5
|
|
14637
|
+
*
|
|
14638
|
+
* Modification of JavaScript MD5
|
|
14639
|
+
* https://github.com/blueimp/JavaScript-MD5
|
|
14640
|
+
*
|
|
14641
|
+
* Copyright 2011, Sebastian Tschan
|
|
14642
|
+
* https://blueimp.net
|
|
14643
|
+
*
|
|
14644
|
+
* Licensed under the MIT license:
|
|
14645
|
+
* https://opensource.org/licenses/MIT
|
|
14646
|
+
*
|
|
14647
|
+
* Based on
|
|
14648
|
+
* A JavaScript implementation of the RSA Data Security, Inc. MD5 Message
|
|
14649
|
+
* Digest Algorithm, as defined in RFC 1321.
|
|
14650
|
+
* Version 2.2 Copyright (C) Paul Johnston 1999 - 2009
|
|
14651
|
+
* Other contributors: Greg Holt, Andrew Kepert, Ydnar, Lostinet
|
|
14652
|
+
* Distributed under the BSD License
|
|
14653
|
+
* See http://pajhome.org.uk/crypt/md5 for more info.
|
|
14654
|
+
*/
|
|
14655
|
+
function md5(bytes) {
|
|
14656
|
+
if (typeof bytes === 'string') {
|
|
14657
|
+
const msg = unescape(encodeURIComponent(bytes)); // UTF8 escape
|
|
14262
14658
|
|
|
14263
|
-
|
|
14659
|
+
bytes = new Uint8Array(msg.length);
|
|
14264
14660
|
|
|
14265
|
-
|
|
14661
|
+
for (let i = 0; i < msg.length; ++i) {
|
|
14662
|
+
bytes[i] = msg.charCodeAt(i);
|
|
14663
|
+
}
|
|
14664
|
+
}
|
|
14266
14665
|
|
|
14267
|
-
|
|
14268
|
-
|
|
14269
|
-
|
|
14270
|
-
|
|
14271
|
-
|
|
14272
|
-
var process = module.exports = {};
|
|
14666
|
+
return md5ToHexEncodedArray(wordsToMd5(bytesToWords(bytes), bytes.length * 8));
|
|
14667
|
+
}
|
|
14668
|
+
/*
|
|
14669
|
+
* Convert an array of little-endian words to an array of bytes
|
|
14670
|
+
*/
|
|
14273
14671
|
|
|
14274
|
-
// cached from whatever global is present so that test runners that stub it
|
|
14275
|
-
// don't break things. But we need to wrap it in a try catch in case it is
|
|
14276
|
-
// wrapped in strict mode code which doesn't define any globals. It's inside a
|
|
14277
|
-
// function because try/catches deoptimize in certain engines.
|
|
14278
14672
|
|
|
14279
|
-
|
|
14280
|
-
|
|
14673
|
+
function md5ToHexEncodedArray(input) {
|
|
14674
|
+
const output = [];
|
|
14675
|
+
const length32 = input.length * 32;
|
|
14676
|
+
const hexTab = '0123456789abcdef';
|
|
14281
14677
|
|
|
14282
|
-
|
|
14283
|
-
|
|
14678
|
+
for (let i = 0; i < length32; i += 8) {
|
|
14679
|
+
const x = input[i >> 5] >>> i % 32 & 0xff;
|
|
14680
|
+
const hex = parseInt(hexTab.charAt(x >>> 4 & 0x0f) + hexTab.charAt(x & 0x0f), 16);
|
|
14681
|
+
output.push(hex);
|
|
14682
|
+
}
|
|
14683
|
+
|
|
14684
|
+
return output;
|
|
14284
14685
|
}
|
|
14285
|
-
|
|
14286
|
-
|
|
14686
|
+
/**
|
|
14687
|
+
* Calculate output length with padding and bit length
|
|
14688
|
+
*/
|
|
14689
|
+
|
|
14690
|
+
|
|
14691
|
+
function getOutputLength(inputLength8) {
|
|
14692
|
+
return (inputLength8 + 64 >>> 9 << 4) + 14 + 1;
|
|
14287
14693
|
}
|
|
14288
|
-
|
|
14289
|
-
|
|
14290
|
-
|
|
14291
|
-
cachedSetTimeout = setTimeout;
|
|
14292
|
-
} else {
|
|
14293
|
-
cachedSetTimeout = defaultSetTimout;
|
|
14294
|
-
}
|
|
14295
|
-
} catch (e) {
|
|
14296
|
-
cachedSetTimeout = defaultSetTimout;
|
|
14297
|
-
}
|
|
14298
|
-
try {
|
|
14299
|
-
if (typeof clearTimeout === 'function') {
|
|
14300
|
-
cachedClearTimeout = clearTimeout;
|
|
14301
|
-
} else {
|
|
14302
|
-
cachedClearTimeout = defaultClearTimeout;
|
|
14303
|
-
}
|
|
14304
|
-
} catch (e) {
|
|
14305
|
-
cachedClearTimeout = defaultClearTimeout;
|
|
14306
|
-
}
|
|
14307
|
-
} ())
|
|
14308
|
-
function runTimeout(fun) {
|
|
14309
|
-
if (cachedSetTimeout === setTimeout) {
|
|
14310
|
-
//normal enviroments in sane situations
|
|
14311
|
-
return setTimeout(fun, 0);
|
|
14312
|
-
}
|
|
14313
|
-
// if setTimeout wasn't available but was latter defined
|
|
14314
|
-
if ((cachedSetTimeout === defaultSetTimout || !cachedSetTimeout) && setTimeout) {
|
|
14315
|
-
cachedSetTimeout = setTimeout;
|
|
14316
|
-
return setTimeout(fun, 0);
|
|
14317
|
-
}
|
|
14318
|
-
try {
|
|
14319
|
-
// when when somebody has screwed with setTimeout but no I.E. maddness
|
|
14320
|
-
return cachedSetTimeout(fun, 0);
|
|
14321
|
-
} catch(e){
|
|
14322
|
-
try {
|
|
14323
|
-
// When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally
|
|
14324
|
-
return cachedSetTimeout.call(null, fun, 0);
|
|
14325
|
-
} catch(e){
|
|
14326
|
-
// same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error
|
|
14327
|
-
return cachedSetTimeout.call(this, fun, 0);
|
|
14328
|
-
}
|
|
14329
|
-
}
|
|
14330
|
-
|
|
14694
|
+
/*
|
|
14695
|
+
* Calculate the MD5 of an array of little-endian words, and a bit length.
|
|
14696
|
+
*/
|
|
14331
14697
|
|
|
14332
|
-
}
|
|
14333
|
-
function runClearTimeout(marker) {
|
|
14334
|
-
if (cachedClearTimeout === clearTimeout) {
|
|
14335
|
-
//normal enviroments in sane situations
|
|
14336
|
-
return clearTimeout(marker);
|
|
14337
|
-
}
|
|
14338
|
-
// if clearTimeout wasn't available but was latter defined
|
|
14339
|
-
if ((cachedClearTimeout === defaultClearTimeout || !cachedClearTimeout) && clearTimeout) {
|
|
14340
|
-
cachedClearTimeout = clearTimeout;
|
|
14341
|
-
return clearTimeout(marker);
|
|
14342
|
-
}
|
|
14343
|
-
try {
|
|
14344
|
-
// when when somebody has screwed with setTimeout but no I.E. maddness
|
|
14345
|
-
return cachedClearTimeout(marker);
|
|
14346
|
-
} catch (e){
|
|
14347
|
-
try {
|
|
14348
|
-
// When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally
|
|
14349
|
-
return cachedClearTimeout.call(null, marker);
|
|
14350
|
-
} catch (e){
|
|
14351
|
-
// same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error.
|
|
14352
|
-
// Some versions of I.E. have different rules for clearTimeout vs setTimeout
|
|
14353
|
-
return cachedClearTimeout.call(this, marker);
|
|
14354
|
-
}
|
|
14355
|
-
}
|
|
14356
14698
|
|
|
14699
|
+
function wordsToMd5(x, len) {
|
|
14700
|
+
/* append padding */
|
|
14701
|
+
x[len >> 5] |= 0x80 << len % 32;
|
|
14702
|
+
x[getOutputLength(len) - 1] = len;
|
|
14703
|
+
let a = 1732584193;
|
|
14704
|
+
let b = -271733879;
|
|
14705
|
+
let c = -1732584194;
|
|
14706
|
+
let d = 271733878;
|
|
14357
14707
|
|
|
14708
|
+
for (let i = 0; i < x.length; i += 16) {
|
|
14709
|
+
const olda = a;
|
|
14710
|
+
const oldb = b;
|
|
14711
|
+
const oldc = c;
|
|
14712
|
+
const oldd = d;
|
|
14713
|
+
a = md5ff(a, b, c, d, x[i], 7, -680876936);
|
|
14714
|
+
d = md5ff(d, a, b, c, x[i + 1], 12, -389564586);
|
|
14715
|
+
c = md5ff(c, d, a, b, x[i + 2], 17, 606105819);
|
|
14716
|
+
b = md5ff(b, c, d, a, x[i + 3], 22, -1044525330);
|
|
14717
|
+
a = md5ff(a, b, c, d, x[i + 4], 7, -176418897);
|
|
14718
|
+
d = md5ff(d, a, b, c, x[i + 5], 12, 1200080426);
|
|
14719
|
+
c = md5ff(c, d, a, b, x[i + 6], 17, -1473231341);
|
|
14720
|
+
b = md5ff(b, c, d, a, x[i + 7], 22, -45705983);
|
|
14721
|
+
a = md5ff(a, b, c, d, x[i + 8], 7, 1770035416);
|
|
14722
|
+
d = md5ff(d, a, b, c, x[i + 9], 12, -1958414417);
|
|
14723
|
+
c = md5ff(c, d, a, b, x[i + 10], 17, -42063);
|
|
14724
|
+
b = md5ff(b, c, d, a, x[i + 11], 22, -1990404162);
|
|
14725
|
+
a = md5ff(a, b, c, d, x[i + 12], 7, 1804603682);
|
|
14726
|
+
d = md5ff(d, a, b, c, x[i + 13], 12, -40341101);
|
|
14727
|
+
c = md5ff(c, d, a, b, x[i + 14], 17, -1502002290);
|
|
14728
|
+
b = md5ff(b, c, d, a, x[i + 15], 22, 1236535329);
|
|
14729
|
+
a = md5gg(a, b, c, d, x[i + 1], 5, -165796510);
|
|
14730
|
+
d = md5gg(d, a, b, c, x[i + 6], 9, -1069501632);
|
|
14731
|
+
c = md5gg(c, d, a, b, x[i + 11], 14, 643717713);
|
|
14732
|
+
b = md5gg(b, c, d, a, x[i], 20, -373897302);
|
|
14733
|
+
a = md5gg(a, b, c, d, x[i + 5], 5, -701558691);
|
|
14734
|
+
d = md5gg(d, a, b, c, x[i + 10], 9, 38016083);
|
|
14735
|
+
c = md5gg(c, d, a, b, x[i + 15], 14, -660478335);
|
|
14736
|
+
b = md5gg(b, c, d, a, x[i + 4], 20, -405537848);
|
|
14737
|
+
a = md5gg(a, b, c, d, x[i + 9], 5, 568446438);
|
|
14738
|
+
d = md5gg(d, a, b, c, x[i + 14], 9, -1019803690);
|
|
14739
|
+
c = md5gg(c, d, a, b, x[i + 3], 14, -187363961);
|
|
14740
|
+
b = md5gg(b, c, d, a, x[i + 8], 20, 1163531501);
|
|
14741
|
+
a = md5gg(a, b, c, d, x[i + 13], 5, -1444681467);
|
|
14742
|
+
d = md5gg(d, a, b, c, x[i + 2], 9, -51403784);
|
|
14743
|
+
c = md5gg(c, d, a, b, x[i + 7], 14, 1735328473);
|
|
14744
|
+
b = md5gg(b, c, d, a, x[i + 12], 20, -1926607734);
|
|
14745
|
+
a = md5hh(a, b, c, d, x[i + 5], 4, -378558);
|
|
14746
|
+
d = md5hh(d, a, b, c, x[i + 8], 11, -2022574463);
|
|
14747
|
+
c = md5hh(c, d, a, b, x[i + 11], 16, 1839030562);
|
|
14748
|
+
b = md5hh(b, c, d, a, x[i + 14], 23, -35309556);
|
|
14749
|
+
a = md5hh(a, b, c, d, x[i + 1], 4, -1530992060);
|
|
14750
|
+
d = md5hh(d, a, b, c, x[i + 4], 11, 1272893353);
|
|
14751
|
+
c = md5hh(c, d, a, b, x[i + 7], 16, -155497632);
|
|
14752
|
+
b = md5hh(b, c, d, a, x[i + 10], 23, -1094730640);
|
|
14753
|
+
a = md5hh(a, b, c, d, x[i + 13], 4, 681279174);
|
|
14754
|
+
d = md5hh(d, a, b, c, x[i], 11, -358537222);
|
|
14755
|
+
c = md5hh(c, d, a, b, x[i + 3], 16, -722521979);
|
|
14756
|
+
b = md5hh(b, c, d, a, x[i + 6], 23, 76029189);
|
|
14757
|
+
a = md5hh(a, b, c, d, x[i + 9], 4, -640364487);
|
|
14758
|
+
d = md5hh(d, a, b, c, x[i + 12], 11, -421815835);
|
|
14759
|
+
c = md5hh(c, d, a, b, x[i + 15], 16, 530742520);
|
|
14760
|
+
b = md5hh(b, c, d, a, x[i + 2], 23, -995338651);
|
|
14761
|
+
a = md5ii(a, b, c, d, x[i], 6, -198630844);
|
|
14762
|
+
d = md5ii(d, a, b, c, x[i + 7], 10, 1126891415);
|
|
14763
|
+
c = md5ii(c, d, a, b, x[i + 14], 15, -1416354905);
|
|
14764
|
+
b = md5ii(b, c, d, a, x[i + 5], 21, -57434055);
|
|
14765
|
+
a = md5ii(a, b, c, d, x[i + 12], 6, 1700485571);
|
|
14766
|
+
d = md5ii(d, a, b, c, x[i + 3], 10, -1894986606);
|
|
14767
|
+
c = md5ii(c, d, a, b, x[i + 10], 15, -1051523);
|
|
14768
|
+
b = md5ii(b, c, d, a, x[i + 1], 21, -2054922799);
|
|
14769
|
+
a = md5ii(a, b, c, d, x[i + 8], 6, 1873313359);
|
|
14770
|
+
d = md5ii(d, a, b, c, x[i + 15], 10, -30611744);
|
|
14771
|
+
c = md5ii(c, d, a, b, x[i + 6], 15, -1560198380);
|
|
14772
|
+
b = md5ii(b, c, d, a, x[i + 13], 21, 1309151649);
|
|
14773
|
+
a = md5ii(a, b, c, d, x[i + 4], 6, -145523070);
|
|
14774
|
+
d = md5ii(d, a, b, c, x[i + 11], 10, -1120210379);
|
|
14775
|
+
c = md5ii(c, d, a, b, x[i + 2], 15, 718787259);
|
|
14776
|
+
b = md5ii(b, c, d, a, x[i + 9], 21, -343485551);
|
|
14777
|
+
a = safeAdd(a, olda);
|
|
14778
|
+
b = safeAdd(b, oldb);
|
|
14779
|
+
c = safeAdd(c, oldc);
|
|
14780
|
+
d = safeAdd(d, oldd);
|
|
14781
|
+
}
|
|
14358
14782
|
|
|
14783
|
+
return [a, b, c, d];
|
|
14359
14784
|
}
|
|
14360
|
-
|
|
14361
|
-
|
|
14362
|
-
|
|
14363
|
-
|
|
14785
|
+
/*
|
|
14786
|
+
* Convert an array bytes to an array of little-endian words
|
|
14787
|
+
* Characters >255 have their high-byte silently ignored.
|
|
14788
|
+
*/
|
|
14364
14789
|
|
|
14365
|
-
function cleanUpNextTick() {
|
|
14366
|
-
if (!draining || !currentQueue) {
|
|
14367
|
-
return;
|
|
14368
|
-
}
|
|
14369
|
-
draining = false;
|
|
14370
|
-
if (currentQueue.length) {
|
|
14371
|
-
queue = currentQueue.concat(queue);
|
|
14372
|
-
} else {
|
|
14373
|
-
queueIndex = -1;
|
|
14374
|
-
}
|
|
14375
|
-
if (queue.length) {
|
|
14376
|
-
drainQueue();
|
|
14377
|
-
}
|
|
14378
|
-
}
|
|
14379
14790
|
|
|
14380
|
-
function
|
|
14381
|
-
|
|
14382
|
-
|
|
14383
|
-
|
|
14384
|
-
var timeout = runTimeout(cleanUpNextTick);
|
|
14385
|
-
draining = true;
|
|
14791
|
+
function bytesToWords(input) {
|
|
14792
|
+
if (input.length === 0) {
|
|
14793
|
+
return [];
|
|
14794
|
+
}
|
|
14386
14795
|
|
|
14387
|
-
|
|
14388
|
-
|
|
14389
|
-
currentQueue = queue;
|
|
14390
|
-
queue = [];
|
|
14391
|
-
while (++queueIndex < len) {
|
|
14392
|
-
if (currentQueue) {
|
|
14393
|
-
currentQueue[queueIndex].run();
|
|
14394
|
-
}
|
|
14395
|
-
}
|
|
14396
|
-
queueIndex = -1;
|
|
14397
|
-
len = queue.length;
|
|
14398
|
-
}
|
|
14399
|
-
currentQueue = null;
|
|
14400
|
-
draining = false;
|
|
14401
|
-
runClearTimeout(timeout);
|
|
14402
|
-
}
|
|
14796
|
+
const length8 = input.length * 8;
|
|
14797
|
+
const output = new Uint32Array(getOutputLength(length8));
|
|
14403
14798
|
|
|
14404
|
-
|
|
14405
|
-
|
|
14406
|
-
|
|
14407
|
-
for (var i = 1; i < arguments.length; i++) {
|
|
14408
|
-
args[i - 1] = arguments[i];
|
|
14409
|
-
}
|
|
14410
|
-
}
|
|
14411
|
-
queue.push(new Item(fun, args));
|
|
14412
|
-
if (queue.length === 1 && !draining) {
|
|
14413
|
-
runTimeout(drainQueue);
|
|
14414
|
-
}
|
|
14415
|
-
};
|
|
14799
|
+
for (let i = 0; i < length8; i += 8) {
|
|
14800
|
+
output[i >> 5] |= (input[i / 8] & 0xff) << i % 32;
|
|
14801
|
+
}
|
|
14416
14802
|
|
|
14417
|
-
|
|
14418
|
-
function Item(fun, array) {
|
|
14419
|
-
this.fun = fun;
|
|
14420
|
-
this.array = array;
|
|
14803
|
+
return output;
|
|
14421
14804
|
}
|
|
14422
|
-
|
|
14423
|
-
|
|
14424
|
-
|
|
14425
|
-
|
|
14426
|
-
process.browser = true;
|
|
14427
|
-
process.env = {};
|
|
14428
|
-
process.argv = [];
|
|
14429
|
-
process.version = ''; // empty string to avoid regexp issues
|
|
14430
|
-
process.versions = {};
|
|
14431
|
-
|
|
14432
|
-
function noop() {}
|
|
14433
|
-
|
|
14434
|
-
process.on = noop;
|
|
14435
|
-
process.addListener = noop;
|
|
14436
|
-
process.once = noop;
|
|
14437
|
-
process.off = noop;
|
|
14438
|
-
process.removeListener = noop;
|
|
14439
|
-
process.removeAllListeners = noop;
|
|
14440
|
-
process.emit = noop;
|
|
14441
|
-
process.prependListener = noop;
|
|
14442
|
-
process.prependOnceListener = noop;
|
|
14443
|
-
|
|
14444
|
-
process.listeners = function (name) { return [] }
|
|
14445
|
-
|
|
14446
|
-
process.binding = function (name) {
|
|
14447
|
-
throw new Error('process.binding is not supported');
|
|
14448
|
-
};
|
|
14449
|
-
|
|
14450
|
-
process.cwd = function () { return '/' };
|
|
14451
|
-
process.chdir = function (dir) {
|
|
14452
|
-
throw new Error('process.chdir is not supported');
|
|
14453
|
-
};
|
|
14454
|
-
process.umask = function() { return 0; };
|
|
14455
|
-
|
|
14456
|
-
},{}],23:[function(require,module,exports){
|
|
14457
|
-
(function (factory) {
|
|
14458
|
-
if (typeof exports === 'object') {
|
|
14459
|
-
// Node/CommonJS
|
|
14460
|
-
module.exports = factory();
|
|
14461
|
-
} else if (typeof define === 'function' && define.amd) {
|
|
14462
|
-
// AMD
|
|
14463
|
-
define(factory);
|
|
14464
|
-
} else {
|
|
14465
|
-
// Browser globals (with support for web workers)
|
|
14466
|
-
var glob;
|
|
14467
|
-
|
|
14468
|
-
try {
|
|
14469
|
-
glob = window;
|
|
14470
|
-
} catch (e) {
|
|
14471
|
-
glob = self;
|
|
14472
|
-
}
|
|
14473
|
-
|
|
14474
|
-
glob.SparkMD5 = factory();
|
|
14475
|
-
}
|
|
14476
|
-
}(function (undefined) {
|
|
14477
|
-
|
|
14478
|
-
'use strict';
|
|
14479
|
-
|
|
14480
|
-
/*
|
|
14481
|
-
* Fastest md5 implementation around (JKM md5).
|
|
14482
|
-
* Credits: Joseph Myers
|
|
14483
|
-
*
|
|
14484
|
-
* @see http://www.myersdaily.org/joseph/javascript/md5-text.html
|
|
14485
|
-
* @see http://jsperf.com/md5-shootout/7
|
|
14486
|
-
*/
|
|
14487
|
-
|
|
14488
|
-
/* this function is much faster,
|
|
14489
|
-
so if possible we use it. Some IEs
|
|
14490
|
-
are the only ones I know of that
|
|
14491
|
-
need the idiotic second function,
|
|
14492
|
-
generated by an if clause. */
|
|
14493
|
-
var add32 = function (a, b) {
|
|
14494
|
-
return (a + b) & 0xFFFFFFFF;
|
|
14495
|
-
},
|
|
14496
|
-
hex_chr = ['0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'a', 'b', 'c', 'd', 'e', 'f'];
|
|
14497
|
-
|
|
14498
|
-
|
|
14499
|
-
function cmn(q, a, b, x, s, t) {
|
|
14500
|
-
a = add32(add32(a, q), add32(x, t));
|
|
14501
|
-
return add32((a << s) | (a >>> (32 - s)), b);
|
|
14502
|
-
}
|
|
14503
|
-
|
|
14504
|
-
function md5cycle(x, k) {
|
|
14505
|
-
var a = x[0],
|
|
14506
|
-
b = x[1],
|
|
14507
|
-
c = x[2],
|
|
14508
|
-
d = x[3];
|
|
14509
|
-
|
|
14510
|
-
a += (b & c | ~b & d) + k[0] - 680876936 | 0;
|
|
14511
|
-
a = (a << 7 | a >>> 25) + b | 0;
|
|
14512
|
-
d += (a & b | ~a & c) + k[1] - 389564586 | 0;
|
|
14513
|
-
d = (d << 12 | d >>> 20) + a | 0;
|
|
14514
|
-
c += (d & a | ~d & b) + k[2] + 606105819 | 0;
|
|
14515
|
-
c = (c << 17 | c >>> 15) + d | 0;
|
|
14516
|
-
b += (c & d | ~c & a) + k[3] - 1044525330 | 0;
|
|
14517
|
-
b = (b << 22 | b >>> 10) + c | 0;
|
|
14518
|
-
a += (b & c | ~b & d) + k[4] - 176418897 | 0;
|
|
14519
|
-
a = (a << 7 | a >>> 25) + b | 0;
|
|
14520
|
-
d += (a & b | ~a & c) + k[5] + 1200080426 | 0;
|
|
14521
|
-
d = (d << 12 | d >>> 20) + a | 0;
|
|
14522
|
-
c += (d & a | ~d & b) + k[6] - 1473231341 | 0;
|
|
14523
|
-
c = (c << 17 | c >>> 15) + d | 0;
|
|
14524
|
-
b += (c & d | ~c & a) + k[7] - 45705983 | 0;
|
|
14525
|
-
b = (b << 22 | b >>> 10) + c | 0;
|
|
14526
|
-
a += (b & c | ~b & d) + k[8] + 1770035416 | 0;
|
|
14527
|
-
a = (a << 7 | a >>> 25) + b | 0;
|
|
14528
|
-
d += (a & b | ~a & c) + k[9] - 1958414417 | 0;
|
|
14529
|
-
d = (d << 12 | d >>> 20) + a | 0;
|
|
14530
|
-
c += (d & a | ~d & b) + k[10] - 42063 | 0;
|
|
14531
|
-
c = (c << 17 | c >>> 15) + d | 0;
|
|
14532
|
-
b += (c & d | ~c & a) + k[11] - 1990404162 | 0;
|
|
14533
|
-
b = (b << 22 | b >>> 10) + c | 0;
|
|
14534
|
-
a += (b & c | ~b & d) + k[12] + 1804603682 | 0;
|
|
14535
|
-
a = (a << 7 | a >>> 25) + b | 0;
|
|
14536
|
-
d += (a & b | ~a & c) + k[13] - 40341101 | 0;
|
|
14537
|
-
d = (d << 12 | d >>> 20) + a | 0;
|
|
14538
|
-
c += (d & a | ~d & b) + k[14] - 1502002290 | 0;
|
|
14539
|
-
c = (c << 17 | c >>> 15) + d | 0;
|
|
14540
|
-
b += (c & d | ~c & a) + k[15] + 1236535329 | 0;
|
|
14541
|
-
b = (b << 22 | b >>> 10) + c | 0;
|
|
14805
|
+
/*
|
|
14806
|
+
* Add integers, wrapping at 2^32. This uses 16-bit operations internally
|
|
14807
|
+
* to work around bugs in some JS interpreters.
|
|
14808
|
+
*/
|
|
14542
14809
|
|
|
14543
|
-
a += (b & d | c & ~d) + k[1] - 165796510 | 0;
|
|
14544
|
-
a = (a << 5 | a >>> 27) + b | 0;
|
|
14545
|
-
d += (a & c | b & ~c) + k[6] - 1069501632 | 0;
|
|
14546
|
-
d = (d << 9 | d >>> 23) + a | 0;
|
|
14547
|
-
c += (d & b | a & ~b) + k[11] + 643717713 | 0;
|
|
14548
|
-
c = (c << 14 | c >>> 18) + d | 0;
|
|
14549
|
-
b += (c & a | d & ~a) + k[0] - 373897302 | 0;
|
|
14550
|
-
b = (b << 20 | b >>> 12) + c | 0;
|
|
14551
|
-
a += (b & d | c & ~d) + k[5] - 701558691 | 0;
|
|
14552
|
-
a = (a << 5 | a >>> 27) + b | 0;
|
|
14553
|
-
d += (a & c | b & ~c) + k[10] + 38016083 | 0;
|
|
14554
|
-
d = (d << 9 | d >>> 23) + a | 0;
|
|
14555
|
-
c += (d & b | a & ~b) + k[15] - 660478335 | 0;
|
|
14556
|
-
c = (c << 14 | c >>> 18) + d | 0;
|
|
14557
|
-
b += (c & a | d & ~a) + k[4] - 405537848 | 0;
|
|
14558
|
-
b = (b << 20 | b >>> 12) + c | 0;
|
|
14559
|
-
a += (b & d | c & ~d) + k[9] + 568446438 | 0;
|
|
14560
|
-
a = (a << 5 | a >>> 27) + b | 0;
|
|
14561
|
-
d += (a & c | b & ~c) + k[14] - 1019803690 | 0;
|
|
14562
|
-
d = (d << 9 | d >>> 23) + a | 0;
|
|
14563
|
-
c += (d & b | a & ~b) + k[3] - 187363961 | 0;
|
|
14564
|
-
c = (c << 14 | c >>> 18) + d | 0;
|
|
14565
|
-
b += (c & a | d & ~a) + k[8] + 1163531501 | 0;
|
|
14566
|
-
b = (b << 20 | b >>> 12) + c | 0;
|
|
14567
|
-
a += (b & d | c & ~d) + k[13] - 1444681467 | 0;
|
|
14568
|
-
a = (a << 5 | a >>> 27) + b | 0;
|
|
14569
|
-
d += (a & c | b & ~c) + k[2] - 51403784 | 0;
|
|
14570
|
-
d = (d << 9 | d >>> 23) + a | 0;
|
|
14571
|
-
c += (d & b | a & ~b) + k[7] + 1735328473 | 0;
|
|
14572
|
-
c = (c << 14 | c >>> 18) + d | 0;
|
|
14573
|
-
b += (c & a | d & ~a) + k[12] - 1926607734 | 0;
|
|
14574
|
-
b = (b << 20 | b >>> 12) + c | 0;
|
|
14575
14810
|
|
|
14576
|
-
|
|
14577
|
-
|
|
14578
|
-
|
|
14579
|
-
|
|
14580
|
-
|
|
14581
|
-
|
|
14582
|
-
|
|
14583
|
-
|
|
14584
|
-
a += (b ^ c ^ d) + k[1] - 1530992060 | 0;
|
|
14585
|
-
a = (a << 4 | a >>> 28) + b | 0;
|
|
14586
|
-
d += (a ^ b ^ c) + k[4] + 1272893353 | 0;
|
|
14587
|
-
d = (d << 11 | d >>> 21) + a | 0;
|
|
14588
|
-
c += (d ^ a ^ b) + k[7] - 155497632 | 0;
|
|
14589
|
-
c = (c << 16 | c >>> 16) + d | 0;
|
|
14590
|
-
b += (c ^ d ^ a) + k[10] - 1094730640 | 0;
|
|
14591
|
-
b = (b << 23 | b >>> 9) + c | 0;
|
|
14592
|
-
a += (b ^ c ^ d) + k[13] + 681279174 | 0;
|
|
14593
|
-
a = (a << 4 | a >>> 28) + b | 0;
|
|
14594
|
-
d += (a ^ b ^ c) + k[0] - 358537222 | 0;
|
|
14595
|
-
d = (d << 11 | d >>> 21) + a | 0;
|
|
14596
|
-
c += (d ^ a ^ b) + k[3] - 722521979 | 0;
|
|
14597
|
-
c = (c << 16 | c >>> 16) + d | 0;
|
|
14598
|
-
b += (c ^ d ^ a) + k[6] + 76029189 | 0;
|
|
14599
|
-
b = (b << 23 | b >>> 9) + c | 0;
|
|
14600
|
-
a += (b ^ c ^ d) + k[9] - 640364487 | 0;
|
|
14601
|
-
a = (a << 4 | a >>> 28) + b | 0;
|
|
14602
|
-
d += (a ^ b ^ c) + k[12] - 421815835 | 0;
|
|
14603
|
-
d = (d << 11 | d >>> 21) + a | 0;
|
|
14604
|
-
c += (d ^ a ^ b) + k[15] + 530742520 | 0;
|
|
14605
|
-
c = (c << 16 | c >>> 16) + d | 0;
|
|
14606
|
-
b += (c ^ d ^ a) + k[2] - 995338651 | 0;
|
|
14607
|
-
b = (b << 23 | b >>> 9) + c | 0;
|
|
14608
|
-
|
|
14609
|
-
a += (c ^ (b | ~d)) + k[0] - 198630844 | 0;
|
|
14610
|
-
a = (a << 6 | a >>> 26) + b | 0;
|
|
14611
|
-
d += (b ^ (a | ~c)) + k[7] + 1126891415 | 0;
|
|
14612
|
-
d = (d << 10 | d >>> 22) + a | 0;
|
|
14613
|
-
c += (a ^ (d | ~b)) + k[14] - 1416354905 | 0;
|
|
14614
|
-
c = (c << 15 | c >>> 17) + d | 0;
|
|
14615
|
-
b += (d ^ (c | ~a)) + k[5] - 57434055 | 0;
|
|
14616
|
-
b = (b << 21 |b >>> 11) + c | 0;
|
|
14617
|
-
a += (c ^ (b | ~d)) + k[12] + 1700485571 | 0;
|
|
14618
|
-
a = (a << 6 | a >>> 26) + b | 0;
|
|
14619
|
-
d += (b ^ (a | ~c)) + k[3] - 1894986606 | 0;
|
|
14620
|
-
d = (d << 10 | d >>> 22) + a | 0;
|
|
14621
|
-
c += (a ^ (d | ~b)) + k[10] - 1051523 | 0;
|
|
14622
|
-
c = (c << 15 | c >>> 17) + d | 0;
|
|
14623
|
-
b += (d ^ (c | ~a)) + k[1] - 2054922799 | 0;
|
|
14624
|
-
b = (b << 21 |b >>> 11) + c | 0;
|
|
14625
|
-
a += (c ^ (b | ~d)) + k[8] + 1873313359 | 0;
|
|
14626
|
-
a = (a << 6 | a >>> 26) + b | 0;
|
|
14627
|
-
d += (b ^ (a | ~c)) + k[15] - 30611744 | 0;
|
|
14628
|
-
d = (d << 10 | d >>> 22) + a | 0;
|
|
14629
|
-
c += (a ^ (d | ~b)) + k[6] - 1560198380 | 0;
|
|
14630
|
-
c = (c << 15 | c >>> 17) + d | 0;
|
|
14631
|
-
b += (d ^ (c | ~a)) + k[13] + 1309151649 | 0;
|
|
14632
|
-
b = (b << 21 |b >>> 11) + c | 0;
|
|
14633
|
-
a += (c ^ (b | ~d)) + k[4] - 145523070 | 0;
|
|
14634
|
-
a = (a << 6 | a >>> 26) + b | 0;
|
|
14635
|
-
d += (b ^ (a | ~c)) + k[11] - 1120210379 | 0;
|
|
14636
|
-
d = (d << 10 | d >>> 22) + a | 0;
|
|
14637
|
-
c += (a ^ (d | ~b)) + k[2] + 718787259 | 0;
|
|
14638
|
-
c = (c << 15 | c >>> 17) + d | 0;
|
|
14639
|
-
b += (d ^ (c | ~a)) + k[9] - 343485551 | 0;
|
|
14640
|
-
b = (b << 21 | b >>> 11) + c | 0;
|
|
14811
|
+
function safeAdd(x, y) {
|
|
14812
|
+
const lsw = (x & 0xffff) + (y & 0xffff);
|
|
14813
|
+
const msw = (x >> 16) + (y >> 16) + (lsw >> 16);
|
|
14814
|
+
return msw << 16 | lsw & 0xffff;
|
|
14815
|
+
}
|
|
14816
|
+
/*
|
|
14817
|
+
* Bitwise rotate a 32-bit number to the left.
|
|
14818
|
+
*/
|
|
14641
14819
|
|
|
14642
|
-
x[0] = a + x[0] | 0;
|
|
14643
|
-
x[1] = b + x[1] | 0;
|
|
14644
|
-
x[2] = c + x[2] | 0;
|
|
14645
|
-
x[3] = d + x[3] | 0;
|
|
14646
|
-
}
|
|
14647
14820
|
|
|
14648
|
-
|
|
14649
|
-
|
|
14650
|
-
|
|
14821
|
+
function bitRotateLeft(num, cnt) {
|
|
14822
|
+
return num << cnt | num >>> 32 - cnt;
|
|
14823
|
+
}
|
|
14824
|
+
/*
|
|
14825
|
+
* These functions implement the four basic operations the algorithm uses.
|
|
14826
|
+
*/
|
|
14651
14827
|
|
|
14652
|
-
for (i = 0; i < 64; i += 4) {
|
|
14653
|
-
md5blks[i >> 2] = s.charCodeAt(i) + (s.charCodeAt(i + 1) << 8) + (s.charCodeAt(i + 2) << 16) + (s.charCodeAt(i + 3) << 24);
|
|
14654
|
-
}
|
|
14655
|
-
return md5blks;
|
|
14656
|
-
}
|
|
14657
14828
|
|
|
14658
|
-
|
|
14659
|
-
|
|
14660
|
-
|
|
14829
|
+
function md5cmn(q, a, b, x, s, t) {
|
|
14830
|
+
return safeAdd(bitRotateLeft(safeAdd(safeAdd(a, q), safeAdd(x, t)), s), b);
|
|
14831
|
+
}
|
|
14661
14832
|
|
|
14662
|
-
|
|
14663
|
-
|
|
14664
|
-
|
|
14665
|
-
return md5blks;
|
|
14666
|
-
}
|
|
14833
|
+
function md5ff(a, b, c, d, x, s, t) {
|
|
14834
|
+
return md5cmn(b & c | ~b & d, a, b, x, s, t);
|
|
14835
|
+
}
|
|
14667
14836
|
|
|
14668
|
-
|
|
14669
|
-
|
|
14670
|
-
|
|
14671
|
-
i,
|
|
14672
|
-
length,
|
|
14673
|
-
tail,
|
|
14674
|
-
tmp,
|
|
14675
|
-
lo,
|
|
14676
|
-
hi;
|
|
14837
|
+
function md5gg(a, b, c, d, x, s, t) {
|
|
14838
|
+
return md5cmn(b & d | c & ~d, a, b, x, s, t);
|
|
14839
|
+
}
|
|
14677
14840
|
|
|
14678
|
-
|
|
14679
|
-
|
|
14680
|
-
|
|
14681
|
-
s = s.substring(i - 64);
|
|
14682
|
-
length = s.length;
|
|
14683
|
-
tail = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0];
|
|
14684
|
-
for (i = 0; i < length; i += 1) {
|
|
14685
|
-
tail[i >> 2] |= s.charCodeAt(i) << ((i % 4) << 3);
|
|
14686
|
-
}
|
|
14687
|
-
tail[i >> 2] |= 0x80 << ((i % 4) << 3);
|
|
14688
|
-
if (i > 55) {
|
|
14689
|
-
md5cycle(state, tail);
|
|
14690
|
-
for (i = 0; i < 16; i += 1) {
|
|
14691
|
-
tail[i] = 0;
|
|
14692
|
-
}
|
|
14693
|
-
}
|
|
14841
|
+
function md5hh(a, b, c, d, x, s, t) {
|
|
14842
|
+
return md5cmn(b ^ c ^ d, a, b, x, s, t);
|
|
14843
|
+
}
|
|
14694
14844
|
|
|
14695
|
-
|
|
14696
|
-
|
|
14697
|
-
|
|
14698
|
-
lo = parseInt(tmp[2], 16);
|
|
14699
|
-
hi = parseInt(tmp[1], 16) || 0;
|
|
14845
|
+
function md5ii(a, b, c, d, x, s, t) {
|
|
14846
|
+
return md5cmn(c ^ (b | ~d), a, b, x, s, t);
|
|
14847
|
+
}
|
|
14700
14848
|
|
|
14701
|
-
|
|
14702
|
-
|
|
14849
|
+
var _default = md5;
|
|
14850
|
+
exports.default = _default;
|
|
14851
|
+
},{}],17:[function(require,module,exports){
|
|
14852
|
+
"use strict";
|
|
14703
14853
|
|
|
14704
|
-
|
|
14705
|
-
|
|
14706
|
-
|
|
14854
|
+
Object.defineProperty(exports, "__esModule", {
|
|
14855
|
+
value: true
|
|
14856
|
+
});
|
|
14857
|
+
exports.default = rng;
|
|
14858
|
+
// Unique ID creation requires a high quality random # generator. In the browser we therefore
|
|
14859
|
+
// require the crypto API and do not support built-in fallback to lower quality random number
|
|
14860
|
+
// generators (like Math.random()).
|
|
14861
|
+
// getRandomValues needs to be invoked in a context where "this" is a Crypto implementation. Also,
|
|
14862
|
+
// find the complete implementation of crypto (msCrypto) on IE11.
|
|
14863
|
+
const getRandomValues = typeof crypto !== 'undefined' && crypto.getRandomValues && crypto.getRandomValues.bind(crypto) || typeof msCrypto !== 'undefined' && typeof msCrypto.getRandomValues === 'function' && msCrypto.getRandomValues.bind(msCrypto);
|
|
14864
|
+
const rnds8 = new Uint8Array(16);
|
|
14707
14865
|
|
|
14708
|
-
|
|
14709
|
-
|
|
14710
|
-
|
|
14711
|
-
|
|
14712
|
-
length,
|
|
14713
|
-
tail,
|
|
14714
|
-
tmp,
|
|
14715
|
-
lo,
|
|
14716
|
-
hi;
|
|
14866
|
+
function rng() {
|
|
14867
|
+
if (!getRandomValues) {
|
|
14868
|
+
throw new Error('crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported');
|
|
14869
|
+
}
|
|
14717
14870
|
|
|
14718
|
-
|
|
14719
|
-
|
|
14720
|
-
|
|
14871
|
+
return getRandomValues(rnds8);
|
|
14872
|
+
}
|
|
14873
|
+
},{}],18:[function(require,module,exports){
|
|
14874
|
+
"use strict";
|
|
14721
14875
|
|
|
14722
|
-
|
|
14723
|
-
|
|
14724
|
-
|
|
14725
|
-
|
|
14726
|
-
a = (i - 64) < n ? a.subarray(i - 64) : new Uint8Array(0);
|
|
14876
|
+
Object.defineProperty(exports, "__esModule", {
|
|
14877
|
+
value: true
|
|
14878
|
+
});
|
|
14879
|
+
exports.default = void 0;
|
|
14727
14880
|
|
|
14728
|
-
|
|
14729
|
-
|
|
14730
|
-
|
|
14731
|
-
|
|
14732
|
-
|
|
14881
|
+
// Adapted from Chris Veness' SHA1 code at
|
|
14882
|
+
// http://www.movable-type.co.uk/scripts/sha1.html
|
|
14883
|
+
function f(s, x, y, z) {
|
|
14884
|
+
switch (s) {
|
|
14885
|
+
case 0:
|
|
14886
|
+
return x & y ^ ~x & z;
|
|
14733
14887
|
|
|
14734
|
-
|
|
14735
|
-
|
|
14736
|
-
md5cycle(state, tail);
|
|
14737
|
-
for (i = 0; i < 16; i += 1) {
|
|
14738
|
-
tail[i] = 0;
|
|
14739
|
-
}
|
|
14740
|
-
}
|
|
14888
|
+
case 1:
|
|
14889
|
+
return x ^ y ^ z;
|
|
14741
14890
|
|
|
14742
|
-
|
|
14743
|
-
|
|
14744
|
-
tmp = tmp.toString(16).match(/(.*?)(.{0,8})$/);
|
|
14745
|
-
lo = parseInt(tmp[2], 16);
|
|
14746
|
-
hi = parseInt(tmp[1], 16) || 0;
|
|
14891
|
+
case 2:
|
|
14892
|
+
return x & y ^ x & z ^ y & z;
|
|
14747
14893
|
|
|
14748
|
-
|
|
14749
|
-
|
|
14894
|
+
case 3:
|
|
14895
|
+
return x ^ y ^ z;
|
|
14896
|
+
}
|
|
14897
|
+
}
|
|
14750
14898
|
|
|
14751
|
-
|
|
14899
|
+
function ROTL(x, n) {
|
|
14900
|
+
return x << n | x >>> 32 - n;
|
|
14901
|
+
}
|
|
14752
14902
|
|
|
14753
|
-
|
|
14754
|
-
|
|
14903
|
+
function sha1(bytes) {
|
|
14904
|
+
const K = [0x5a827999, 0x6ed9eba1, 0x8f1bbcdc, 0xca62c1d6];
|
|
14905
|
+
const H = [0x67452301, 0xefcdab89, 0x98badcfe, 0x10325476, 0xc3d2e1f0];
|
|
14755
14906
|
|
|
14756
|
-
|
|
14757
|
-
|
|
14758
|
-
j;
|
|
14759
|
-
for (j = 0; j < 4; j += 1) {
|
|
14760
|
-
s += hex_chr[(n >> (j * 8 + 4)) & 0x0F] + hex_chr[(n >> (j * 8)) & 0x0F];
|
|
14761
|
-
}
|
|
14762
|
-
return s;
|
|
14763
|
-
}
|
|
14907
|
+
if (typeof bytes === 'string') {
|
|
14908
|
+
const msg = unescape(encodeURIComponent(bytes)); // UTF8 escape
|
|
14764
14909
|
|
|
14765
|
-
|
|
14766
|
-
|
|
14767
|
-
|
|
14768
|
-
|
|
14769
|
-
}
|
|
14770
|
-
return x.join('');
|
|
14910
|
+
bytes = [];
|
|
14911
|
+
|
|
14912
|
+
for (let i = 0; i < msg.length; ++i) {
|
|
14913
|
+
bytes.push(msg.charCodeAt(i));
|
|
14771
14914
|
}
|
|
14915
|
+
}
|
|
14772
14916
|
|
|
14773
|
-
|
|
14774
|
-
|
|
14775
|
-
|
|
14776
|
-
|
|
14777
|
-
|
|
14778
|
-
|
|
14779
|
-
|
|
14917
|
+
bytes.push(0x80);
|
|
14918
|
+
const l = bytes.length / 4 + 2;
|
|
14919
|
+
const N = Math.ceil(l / 16);
|
|
14920
|
+
const M = new Array(N);
|
|
14921
|
+
|
|
14922
|
+
for (let i = 0; i < N; ++i) {
|
|
14923
|
+
const arr = new Uint32Array(16);
|
|
14924
|
+
|
|
14925
|
+
for (let j = 0; j < 16; ++j) {
|
|
14926
|
+
arr[j] = bytes[i * 64 + j * 4] << 24 | bytes[i * 64 + j * 4 + 1] << 16 | bytes[i * 64 + j * 4 + 2] << 8 | bytes[i * 64 + j * 4 + 3];
|
|
14780
14927
|
}
|
|
14781
14928
|
|
|
14782
|
-
|
|
14929
|
+
M[i] = arr;
|
|
14930
|
+
}
|
|
14783
14931
|
|
|
14784
|
-
|
|
14785
|
-
|
|
14786
|
-
|
|
14787
|
-
* @see https://github.com/ttaubert/node-arraybuffer-slice
|
|
14788
|
-
*/
|
|
14932
|
+
M[N - 1][14] = (bytes.length - 1) * 8 / Math.pow(2, 32);
|
|
14933
|
+
M[N - 1][14] = Math.floor(M[N - 1][14]);
|
|
14934
|
+
M[N - 1][15] = (bytes.length - 1) * 8 & 0xffffffff;
|
|
14789
14935
|
|
|
14790
|
-
|
|
14791
|
-
|
|
14792
|
-
function clamp(val, length) {
|
|
14793
|
-
val = (val | 0) || 0;
|
|
14936
|
+
for (let i = 0; i < N; ++i) {
|
|
14937
|
+
const W = new Uint32Array(80);
|
|
14794
14938
|
|
|
14795
|
-
|
|
14796
|
-
|
|
14797
|
-
|
|
14939
|
+
for (let t = 0; t < 16; ++t) {
|
|
14940
|
+
W[t] = M[i][t];
|
|
14941
|
+
}
|
|
14798
14942
|
|
|
14799
|
-
|
|
14800
|
-
|
|
14943
|
+
for (let t = 16; t < 80; ++t) {
|
|
14944
|
+
W[t] = ROTL(W[t - 3] ^ W[t - 8] ^ W[t - 14] ^ W[t - 16], 1);
|
|
14945
|
+
}
|
|
14801
14946
|
|
|
14802
|
-
|
|
14803
|
-
|
|
14804
|
-
|
|
14805
|
-
|
|
14806
|
-
|
|
14807
|
-
|
|
14808
|
-
|
|
14809
|
-
|
|
14947
|
+
let a = H[0];
|
|
14948
|
+
let b = H[1];
|
|
14949
|
+
let c = H[2];
|
|
14950
|
+
let d = H[3];
|
|
14951
|
+
let e = H[4];
|
|
14952
|
+
|
|
14953
|
+
for (let t = 0; t < 80; ++t) {
|
|
14954
|
+
const s = Math.floor(t / 20);
|
|
14955
|
+
const T = ROTL(a, 5) + f(s, b, c, d) + e + K[s] + W[t] >>> 0;
|
|
14956
|
+
e = d;
|
|
14957
|
+
d = c;
|
|
14958
|
+
c = ROTL(b, 30) >>> 0;
|
|
14959
|
+
b = a;
|
|
14960
|
+
a = T;
|
|
14961
|
+
}
|
|
14962
|
+
|
|
14963
|
+
H[0] = H[0] + a >>> 0;
|
|
14964
|
+
H[1] = H[1] + b >>> 0;
|
|
14965
|
+
H[2] = H[2] + c >>> 0;
|
|
14966
|
+
H[3] = H[3] + d >>> 0;
|
|
14967
|
+
H[4] = H[4] + e >>> 0;
|
|
14968
|
+
}
|
|
14810
14969
|
|
|
14811
|
-
|
|
14812
|
-
|
|
14813
|
-
}
|
|
14970
|
+
return [H[0] >> 24 & 0xff, H[0] >> 16 & 0xff, H[0] >> 8 & 0xff, H[0] & 0xff, H[1] >> 24 & 0xff, H[1] >> 16 & 0xff, H[1] >> 8 & 0xff, H[1] & 0xff, H[2] >> 24 & 0xff, H[2] >> 16 & 0xff, H[2] >> 8 & 0xff, H[2] & 0xff, H[3] >> 24 & 0xff, H[3] >> 16 & 0xff, H[3] >> 8 & 0xff, H[3] & 0xff, H[4] >> 24 & 0xff, H[4] >> 16 & 0xff, H[4] >> 8 & 0xff, H[4] & 0xff];
|
|
14971
|
+
}
|
|
14814
14972
|
|
|
14815
|
-
|
|
14816
|
-
|
|
14817
|
-
|
|
14973
|
+
var _default = sha1;
|
|
14974
|
+
exports.default = _default;
|
|
14975
|
+
},{}],19:[function(require,module,exports){
|
|
14976
|
+
"use strict";
|
|
14818
14977
|
|
|
14819
|
-
|
|
14820
|
-
|
|
14821
|
-
|
|
14978
|
+
Object.defineProperty(exports, "__esModule", {
|
|
14979
|
+
value: true
|
|
14980
|
+
});
|
|
14981
|
+
exports.default = void 0;
|
|
14822
14982
|
|
|
14823
|
-
|
|
14824
|
-
targetArray.set(sourceArray);
|
|
14983
|
+
var _rng = _interopRequireDefault(require("./rng.js"));
|
|
14825
14984
|
|
|
14826
|
-
|
|
14827
|
-
};
|
|
14828
|
-
})();
|
|
14829
|
-
}
|
|
14985
|
+
var _bytesToUuid = _interopRequireDefault(require("./bytesToUuid.js"));
|
|
14830
14986
|
|
|
14831
|
-
|
|
14987
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
14832
14988
|
|
|
14833
|
-
|
|
14834
|
-
|
|
14835
|
-
|
|
14989
|
+
// **`v1()` - Generate time-based UUID**
|
|
14990
|
+
//
|
|
14991
|
+
// Inspired by https://github.com/LiosK/UUID.js
|
|
14992
|
+
// and http://docs.python.org/library/uuid.html
|
|
14993
|
+
let _nodeId;
|
|
14836
14994
|
|
|
14837
|
-
|
|
14838
|
-
if (/[\u0080-\uFFFF]/.test(str)) {
|
|
14839
|
-
str = unescape(encodeURIComponent(str));
|
|
14840
|
-
}
|
|
14995
|
+
let _clockseq; // Previous uuid creation time
|
|
14841
14996
|
|
|
14842
|
-
return str;
|
|
14843
|
-
}
|
|
14844
14997
|
|
|
14845
|
-
|
|
14846
|
-
|
|
14847
|
-
buff = new ArrayBuffer(length),
|
|
14848
|
-
arr = new Uint8Array(buff),
|
|
14849
|
-
i;
|
|
14998
|
+
let _lastMSecs = 0;
|
|
14999
|
+
let _lastNSecs = 0; // See https://github.com/uuidjs/uuid for API details
|
|
14850
15000
|
|
|
14851
|
-
|
|
14852
|
-
|
|
14853
|
-
|
|
15001
|
+
function v1(options, buf, offset) {
|
|
15002
|
+
let i = buf && offset || 0;
|
|
15003
|
+
const b = buf || [];
|
|
15004
|
+
options = options || {};
|
|
15005
|
+
let node = options.node || _nodeId;
|
|
15006
|
+
let clockseq = options.clockseq !== undefined ? options.clockseq : _clockseq; // node and clockseq need to be initialized to random values if they're not
|
|
15007
|
+
// specified. We do this lazily to minimize issues related to insufficient
|
|
15008
|
+
// system entropy. See #189
|
|
14854
15009
|
|
|
14855
|
-
|
|
15010
|
+
if (node == null || clockseq == null) {
|
|
15011
|
+
const seedBytes = options.random || (options.rng || _rng.default)();
|
|
15012
|
+
|
|
15013
|
+
if (node == null) {
|
|
15014
|
+
// Per 4.5, create and 48-bit node id, (47 random bits + multicast bit = 1)
|
|
15015
|
+
node = _nodeId = [seedBytes[0] | 0x01, seedBytes[1], seedBytes[2], seedBytes[3], seedBytes[4], seedBytes[5]];
|
|
14856
15016
|
}
|
|
14857
15017
|
|
|
14858
|
-
|
|
14859
|
-
|
|
15018
|
+
if (clockseq == null) {
|
|
15019
|
+
// Per 4.2.2, randomize (14 bit) clockseq
|
|
15020
|
+
clockseq = _clockseq = (seedBytes[6] << 8 | seedBytes[7]) & 0x3fff;
|
|
14860
15021
|
}
|
|
15022
|
+
} // UUID timestamps are 100 nano-second units since the Gregorian epoch,
|
|
15023
|
+
// (1582-10-15 00:00). JSNumbers aren't precise enough for this, so
|
|
15024
|
+
// time is handled internally as 'msecs' (integer milliseconds) and 'nsecs'
|
|
15025
|
+
// (100-nanoseconds offset from msecs) since unix epoch, 1970-01-01 00:00.
|
|
14861
15026
|
|
|
14862
|
-
function concatenateArrayBuffers(first, second, returnUInt8Array) {
|
|
14863
|
-
var result = new Uint8Array(first.byteLength + second.byteLength);
|
|
14864
15027
|
|
|
14865
|
-
|
|
14866
|
-
|
|
15028
|
+
let msecs = options.msecs !== undefined ? options.msecs : Date.now(); // Per 4.2.1.2, use count of uuid's generated during the current clock
|
|
15029
|
+
// cycle to simulate higher resolution clock
|
|
14867
15030
|
|
|
14868
|
-
|
|
14869
|
-
}
|
|
15031
|
+
let nsecs = options.nsecs !== undefined ? options.nsecs : _lastNSecs + 1; // Time since last uuid creation (in msecs)
|
|
14870
15032
|
|
|
14871
|
-
|
|
14872
|
-
var bytes = [],
|
|
14873
|
-
length = hex.length,
|
|
14874
|
-
x;
|
|
15033
|
+
const dt = msecs - _lastMSecs + (nsecs - _lastNSecs) / 10000; // Per 4.2.1.2, Bump clockseq on clock regression
|
|
14875
15034
|
|
|
14876
|
-
|
|
14877
|
-
|
|
14878
|
-
|
|
15035
|
+
if (dt < 0 && options.clockseq === undefined) {
|
|
15036
|
+
clockseq = clockseq + 1 & 0x3fff;
|
|
15037
|
+
} // Reset nsecs if clock regresses (new clockseq) or we've moved onto a new
|
|
15038
|
+
// time interval
|
|
14879
15039
|
|
|
14880
|
-
return String.fromCharCode.apply(String, bytes);
|
|
14881
|
-
}
|
|
14882
15040
|
|
|
14883
|
-
|
|
15041
|
+
if ((dt < 0 || msecs > _lastMSecs) && options.nsecs === undefined) {
|
|
15042
|
+
nsecs = 0;
|
|
15043
|
+
} // Per 4.2.1.2 Throw error if too many uuids are requested
|
|
14884
15044
|
|
|
14885
|
-
/**
|
|
14886
|
-
* SparkMD5 OOP implementation.
|
|
14887
|
-
*
|
|
14888
|
-
* Use this class to perform an incremental md5, otherwise use the
|
|
14889
|
-
* static methods instead.
|
|
14890
|
-
*/
|
|
14891
15045
|
|
|
14892
|
-
|
|
14893
|
-
|
|
14894
|
-
|
|
14895
|
-
}
|
|
15046
|
+
if (nsecs >= 10000) {
|
|
15047
|
+
throw new Error("uuid.v1(): Can't create more than 10M uuids/sec");
|
|
15048
|
+
}
|
|
14896
15049
|
|
|
14897
|
-
|
|
14898
|
-
|
|
14899
|
-
|
|
14900
|
-
*
|
|
14901
|
-
* @param {String} str The string to be appended
|
|
14902
|
-
*
|
|
14903
|
-
* @return {SparkMD5} The instance itself
|
|
14904
|
-
*/
|
|
14905
|
-
SparkMD5.prototype.append = function (str) {
|
|
14906
|
-
// Converts the string to utf8 bytes if necessary
|
|
14907
|
-
// Then append as binary
|
|
14908
|
-
this.appendBinary(toUtf8(str));
|
|
15050
|
+
_lastMSecs = msecs;
|
|
15051
|
+
_lastNSecs = nsecs;
|
|
15052
|
+
_clockseq = clockseq; // Per 4.1.4 - Convert from unix epoch to Gregorian epoch
|
|
14909
15053
|
|
|
14910
|
-
|
|
14911
|
-
};
|
|
15054
|
+
msecs += 12219292800000; // `time_low`
|
|
14912
15055
|
|
|
14913
|
-
|
|
14914
|
-
|
|
14915
|
-
|
|
14916
|
-
|
|
14917
|
-
|
|
14918
|
-
* @return {SparkMD5} The instance itself
|
|
14919
|
-
*/
|
|
14920
|
-
SparkMD5.prototype.appendBinary = function (contents) {
|
|
14921
|
-
this._buff += contents;
|
|
14922
|
-
this._length += contents.length;
|
|
15056
|
+
const tl = ((msecs & 0xfffffff) * 10000 + nsecs) % 0x100000000;
|
|
15057
|
+
b[i++] = tl >>> 24 & 0xff;
|
|
15058
|
+
b[i++] = tl >>> 16 & 0xff;
|
|
15059
|
+
b[i++] = tl >>> 8 & 0xff;
|
|
15060
|
+
b[i++] = tl & 0xff; // `time_mid`
|
|
14923
15061
|
|
|
14924
|
-
|
|
14925
|
-
|
|
15062
|
+
const tmh = msecs / 0x100000000 * 10000 & 0xfffffff;
|
|
15063
|
+
b[i++] = tmh >>> 8 & 0xff;
|
|
15064
|
+
b[i++] = tmh & 0xff; // `time_high_and_version`
|
|
14926
15065
|
|
|
14927
|
-
|
|
14928
|
-
md5cycle(this._hash, md5blk(this._buff.substring(i - 64, i)));
|
|
14929
|
-
}
|
|
15066
|
+
b[i++] = tmh >>> 24 & 0xf | 0x10; // include version
|
|
14930
15067
|
|
|
14931
|
-
|
|
15068
|
+
b[i++] = tmh >>> 16 & 0xff; // `clock_seq_hi_and_reserved` (Per 4.2.2 - include variant)
|
|
14932
15069
|
|
|
14933
|
-
|
|
14934
|
-
};
|
|
15070
|
+
b[i++] = clockseq >>> 8 | 0x80; // `clock_seq_low`
|
|
14935
15071
|
|
|
14936
|
-
|
|
14937
|
-
* Finishes the incremental computation, reseting the internal state and
|
|
14938
|
-
* returning the result.
|
|
14939
|
-
*
|
|
14940
|
-
* @param {Boolean} raw True to get the raw string, false to get the hex string
|
|
14941
|
-
*
|
|
14942
|
-
* @return {String} The result
|
|
14943
|
-
*/
|
|
14944
|
-
SparkMD5.prototype.end = function (raw) {
|
|
14945
|
-
var buff = this._buff,
|
|
14946
|
-
length = buff.length,
|
|
14947
|
-
i,
|
|
14948
|
-
tail = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
|
14949
|
-
ret;
|
|
15072
|
+
b[i++] = clockseq & 0xff; // `node`
|
|
14950
15073
|
|
|
14951
|
-
|
|
14952
|
-
|
|
14953
|
-
|
|
15074
|
+
for (let n = 0; n < 6; ++n) {
|
|
15075
|
+
b[i + n] = node[n];
|
|
15076
|
+
}
|
|
14954
15077
|
|
|
14955
|
-
|
|
14956
|
-
|
|
15078
|
+
return buf || (0, _bytesToUuid.default)(b);
|
|
15079
|
+
}
|
|
14957
15080
|
|
|
14958
|
-
|
|
14959
|
-
|
|
14960
|
-
|
|
15081
|
+
var _default = v1;
|
|
15082
|
+
exports.default = _default;
|
|
15083
|
+
},{"./bytesToUuid.js":14,"./rng.js":17}],20:[function(require,module,exports){
|
|
15084
|
+
"use strict";
|
|
14961
15085
|
|
|
14962
|
-
|
|
15086
|
+
Object.defineProperty(exports, "__esModule", {
|
|
15087
|
+
value: true
|
|
15088
|
+
});
|
|
15089
|
+
exports.default = void 0;
|
|
14963
15090
|
|
|
14964
|
-
|
|
14965
|
-
};
|
|
15091
|
+
var _v = _interopRequireDefault(require("./v35.js"));
|
|
14966
15092
|
|
|
14967
|
-
|
|
14968
|
-
* Resets the internal state of the computation.
|
|
14969
|
-
*
|
|
14970
|
-
* @return {SparkMD5} The instance itself
|
|
14971
|
-
*/
|
|
14972
|
-
SparkMD5.prototype.reset = function () {
|
|
14973
|
-
this._buff = '';
|
|
14974
|
-
this._length = 0;
|
|
14975
|
-
this._hash = [1732584193, -271733879, -1732584194, 271733878];
|
|
15093
|
+
var _md = _interopRequireDefault(require("./md5.js"));
|
|
14976
15094
|
|
|
14977
|
-
|
|
14978
|
-
};
|
|
15095
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
14979
15096
|
|
|
14980
|
-
|
|
14981
|
-
|
|
14982
|
-
|
|
14983
|
-
|
|
14984
|
-
|
|
14985
|
-
SparkMD5.prototype.getState = function () {
|
|
14986
|
-
return {
|
|
14987
|
-
buff: this._buff,
|
|
14988
|
-
length: this._length,
|
|
14989
|
-
hash: this._hash.slice()
|
|
14990
|
-
};
|
|
14991
|
-
};
|
|
15097
|
+
const v3 = (0, _v.default)('v3', 0x30, _md.default);
|
|
15098
|
+
var _default = v3;
|
|
15099
|
+
exports.default = _default;
|
|
15100
|
+
},{"./md5.js":16,"./v35.js":21}],21:[function(require,module,exports){
|
|
15101
|
+
"use strict";
|
|
14992
15102
|
|
|
14993
|
-
|
|
14994
|
-
|
|
14995
|
-
|
|
14996
|
-
|
|
14997
|
-
|
|
14998
|
-
|
|
14999
|
-
|
|
15000
|
-
|
|
15001
|
-
|
|
15002
|
-
|
|
15003
|
-
|
|
15103
|
+
Object.defineProperty(exports, "__esModule", {
|
|
15104
|
+
value: true
|
|
15105
|
+
});
|
|
15106
|
+
exports.default = _default;
|
|
15107
|
+
exports.URL = exports.DNS = void 0;
|
|
15108
|
+
|
|
15109
|
+
var _bytesToUuid = _interopRequireDefault(require("./bytesToUuid.js"));
|
|
15110
|
+
|
|
15111
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
15112
|
+
|
|
15113
|
+
function uuidToBytes(uuid) {
|
|
15114
|
+
// Note: We assume we're being passed a valid uuid string
|
|
15115
|
+
const bytes = [];
|
|
15116
|
+
uuid.replace(/[a-fA-F0-9]{2}/g, function (hex) {
|
|
15117
|
+
bytes.push(parseInt(hex, 16));
|
|
15118
|
+
});
|
|
15119
|
+
return bytes;
|
|
15120
|
+
}
|
|
15004
15121
|
|
|
15005
|
-
|
|
15006
|
-
|
|
15122
|
+
function stringToBytes(str) {
|
|
15123
|
+
str = unescape(encodeURIComponent(str)); // UTF8 escape
|
|
15007
15124
|
|
|
15008
|
-
|
|
15009
|
-
* Releases memory used by the incremental buffer and other additional
|
|
15010
|
-
* resources. If you plan to use the instance again, use reset instead.
|
|
15011
|
-
*/
|
|
15012
|
-
SparkMD5.prototype.destroy = function () {
|
|
15013
|
-
delete this._hash;
|
|
15014
|
-
delete this._buff;
|
|
15015
|
-
delete this._length;
|
|
15016
|
-
};
|
|
15125
|
+
const bytes = [];
|
|
15017
15126
|
|
|
15018
|
-
|
|
15019
|
-
|
|
15020
|
-
|
|
15021
|
-
* @param {Array} tail The tail (will be modified)
|
|
15022
|
-
* @param {Number} length The length of the remaining buffer
|
|
15023
|
-
*/
|
|
15024
|
-
SparkMD5.prototype._finish = function (tail, length) {
|
|
15025
|
-
var i = length,
|
|
15026
|
-
tmp,
|
|
15027
|
-
lo,
|
|
15028
|
-
hi;
|
|
15127
|
+
for (let i = 0; i < str.length; ++i) {
|
|
15128
|
+
bytes.push(str.charCodeAt(i));
|
|
15129
|
+
}
|
|
15029
15130
|
|
|
15030
|
-
|
|
15031
|
-
|
|
15032
|
-
md5cycle(this._hash, tail);
|
|
15033
|
-
for (i = 0; i < 16; i += 1) {
|
|
15034
|
-
tail[i] = 0;
|
|
15035
|
-
}
|
|
15036
|
-
}
|
|
15131
|
+
return bytes;
|
|
15132
|
+
}
|
|
15037
15133
|
|
|
15038
|
-
|
|
15039
|
-
|
|
15040
|
-
|
|
15041
|
-
|
|
15042
|
-
lo = parseInt(tmp[2], 16);
|
|
15043
|
-
hi = parseInt(tmp[1], 16) || 0;
|
|
15134
|
+
const DNS = '6ba7b810-9dad-11d1-80b4-00c04fd430c8';
|
|
15135
|
+
exports.DNS = DNS;
|
|
15136
|
+
const URL = '6ba7b811-9dad-11d1-80b4-00c04fd430c8';
|
|
15137
|
+
exports.URL = URL;
|
|
15044
15138
|
|
|
15045
|
-
|
|
15046
|
-
|
|
15047
|
-
|
|
15048
|
-
|
|
15139
|
+
function _default(name, version, hashfunc) {
|
|
15140
|
+
function generateUUID(value, namespace, buf, offset) {
|
|
15141
|
+
const off = buf && offset || 0;
|
|
15142
|
+
if (typeof value === 'string') value = stringToBytes(value);
|
|
15143
|
+
if (typeof namespace === 'string') namespace = uuidToBytes(namespace);
|
|
15049
15144
|
|
|
15050
|
-
|
|
15051
|
-
|
|
15052
|
-
|
|
15053
|
-
*
|
|
15054
|
-
* @param {String} str The string
|
|
15055
|
-
* @param {Boolean} [raw] True to get the raw string, false to get the hex string
|
|
15056
|
-
*
|
|
15057
|
-
* @return {String} The result
|
|
15058
|
-
*/
|
|
15059
|
-
SparkMD5.hash = function (str, raw) {
|
|
15060
|
-
// Converts the string to utf8 bytes if necessary
|
|
15061
|
-
// Then compute it using the binary function
|
|
15062
|
-
return SparkMD5.hashBinary(toUtf8(str), raw);
|
|
15063
|
-
};
|
|
15145
|
+
if (!Array.isArray(value)) {
|
|
15146
|
+
throw TypeError('value must be an array of bytes');
|
|
15147
|
+
}
|
|
15064
15148
|
|
|
15065
|
-
|
|
15066
|
-
|
|
15067
|
-
|
|
15068
|
-
* @param {String} content The binary string
|
|
15069
|
-
* @param {Boolean} [raw] True to get the raw string, false to get the hex string
|
|
15070
|
-
*
|
|
15071
|
-
* @return {String} The result
|
|
15072
|
-
*/
|
|
15073
|
-
SparkMD5.hashBinary = function (content, raw) {
|
|
15074
|
-
var hash = md51(content),
|
|
15075
|
-
ret = hex(hash);
|
|
15149
|
+
if (!Array.isArray(namespace) || namespace.length !== 16) {
|
|
15150
|
+
throw TypeError('namespace must be uuid string or an Array of 16 byte values');
|
|
15151
|
+
} // Per 4.3
|
|
15076
15152
|
|
|
15077
|
-
return raw ? hexToBinaryString(ret) : ret;
|
|
15078
|
-
};
|
|
15079
15153
|
|
|
15080
|
-
|
|
15154
|
+
const bytes = hashfunc(namespace.concat(value));
|
|
15155
|
+
bytes[6] = bytes[6] & 0x0f | version;
|
|
15156
|
+
bytes[8] = bytes[8] & 0x3f | 0x80;
|
|
15081
15157
|
|
|
15082
|
-
|
|
15083
|
-
|
|
15084
|
-
|
|
15085
|
-
|
|
15086
|
-
|
|
15087
|
-
SparkMD5.ArrayBuffer = function () {
|
|
15088
|
-
// call reset to init the instance
|
|
15089
|
-
this.reset();
|
|
15090
|
-
};
|
|
15158
|
+
if (buf) {
|
|
15159
|
+
for (let idx = 0; idx < 16; ++idx) {
|
|
15160
|
+
buf[off + idx] = bytes[idx];
|
|
15161
|
+
}
|
|
15162
|
+
}
|
|
15091
15163
|
|
|
15092
|
-
|
|
15093
|
-
|
|
15094
|
-
*
|
|
15095
|
-
* @param {ArrayBuffer} arr The array to be appended
|
|
15096
|
-
*
|
|
15097
|
-
* @return {SparkMD5.ArrayBuffer} The instance itself
|
|
15098
|
-
*/
|
|
15099
|
-
SparkMD5.ArrayBuffer.prototype.append = function (arr) {
|
|
15100
|
-
var buff = concatenateArrayBuffers(this._buff.buffer, arr, true),
|
|
15101
|
-
length = buff.length,
|
|
15102
|
-
i;
|
|
15164
|
+
return buf || (0, _bytesToUuid.default)(bytes);
|
|
15165
|
+
} // Function#name is not settable on some platforms (#270)
|
|
15103
15166
|
|
|
15104
|
-
this._length += arr.byteLength;
|
|
15105
15167
|
|
|
15106
|
-
|
|
15107
|
-
|
|
15108
|
-
|
|
15168
|
+
try {
|
|
15169
|
+
generateUUID.name = name; // eslint-disable-next-line no-empty
|
|
15170
|
+
} catch (err) {} // For CommonJS default export support
|
|
15109
15171
|
|
|
15110
|
-
this._buff = (i - 64) < length ? new Uint8Array(buff.buffer.slice(i - 64)) : new Uint8Array(0);
|
|
15111
15172
|
|
|
15112
|
-
|
|
15113
|
-
|
|
15173
|
+
generateUUID.DNS = DNS;
|
|
15174
|
+
generateUUID.URL = URL;
|
|
15175
|
+
return generateUUID;
|
|
15176
|
+
}
|
|
15177
|
+
},{"./bytesToUuid.js":14}],22:[function(require,module,exports){
|
|
15178
|
+
"use strict";
|
|
15114
15179
|
|
|
15115
|
-
|
|
15116
|
-
|
|
15117
|
-
|
|
15118
|
-
|
|
15119
|
-
* @param {Boolean} raw True to get the raw string, false to get the hex string
|
|
15120
|
-
*
|
|
15121
|
-
* @return {String} The result
|
|
15122
|
-
*/
|
|
15123
|
-
SparkMD5.ArrayBuffer.prototype.end = function (raw) {
|
|
15124
|
-
var buff = this._buff,
|
|
15125
|
-
length = buff.length,
|
|
15126
|
-
tail = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
|
15127
|
-
i,
|
|
15128
|
-
ret;
|
|
15180
|
+
Object.defineProperty(exports, "__esModule", {
|
|
15181
|
+
value: true
|
|
15182
|
+
});
|
|
15183
|
+
exports.default = void 0;
|
|
15129
15184
|
|
|
15130
|
-
|
|
15131
|
-
tail[i >> 2] |= buff[i] << ((i % 4) << 3);
|
|
15132
|
-
}
|
|
15185
|
+
var _rng = _interopRequireDefault(require("./rng.js"));
|
|
15133
15186
|
|
|
15134
|
-
|
|
15135
|
-
ret = hex(this._hash);
|
|
15187
|
+
var _bytesToUuid = _interopRequireDefault(require("./bytesToUuid.js"));
|
|
15136
15188
|
|
|
15137
|
-
|
|
15138
|
-
ret = hexToBinaryString(ret);
|
|
15139
|
-
}
|
|
15189
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
15140
15190
|
|
|
15141
|
-
|
|
15191
|
+
function v4(options, buf, offset) {
|
|
15192
|
+
if (typeof options === 'string') {
|
|
15193
|
+
buf = options === 'binary' ? new Uint8Array(16) : null;
|
|
15194
|
+
options = null;
|
|
15195
|
+
}
|
|
15142
15196
|
|
|
15143
|
-
|
|
15144
|
-
};
|
|
15197
|
+
options = options || {};
|
|
15145
15198
|
|
|
15146
|
-
|
|
15147
|
-
* Resets the internal state of the computation.
|
|
15148
|
-
*
|
|
15149
|
-
* @return {SparkMD5.ArrayBuffer} The instance itself
|
|
15150
|
-
*/
|
|
15151
|
-
SparkMD5.ArrayBuffer.prototype.reset = function () {
|
|
15152
|
-
this._buff = new Uint8Array(0);
|
|
15153
|
-
this._length = 0;
|
|
15154
|
-
this._hash = [1732584193, -271733879, -1732584194, 271733878];
|
|
15199
|
+
const rnds = options.random || (options.rng || _rng.default)(); // Per 4.4, set bits for version and `clock_seq_hi_and_reserved`
|
|
15155
15200
|
|
|
15156
|
-
return this;
|
|
15157
|
-
};
|
|
15158
15201
|
|
|
15159
|
-
|
|
15160
|
-
|
|
15161
|
-
*
|
|
15162
|
-
* @return {Object} The state
|
|
15163
|
-
*/
|
|
15164
|
-
SparkMD5.ArrayBuffer.prototype.getState = function () {
|
|
15165
|
-
var state = SparkMD5.prototype.getState.call(this);
|
|
15202
|
+
rnds[6] = rnds[6] & 0x0f | 0x40;
|
|
15203
|
+
rnds[8] = rnds[8] & 0x3f | 0x80; // Copy bytes to buffer, if provided
|
|
15166
15204
|
|
|
15167
|
-
|
|
15168
|
-
|
|
15205
|
+
if (buf) {
|
|
15206
|
+
const start = offset || 0;
|
|
15169
15207
|
|
|
15170
|
-
|
|
15171
|
-
|
|
15208
|
+
for (let i = 0; i < 16; ++i) {
|
|
15209
|
+
buf[start + i] = rnds[i];
|
|
15210
|
+
}
|
|
15172
15211
|
|
|
15173
|
-
|
|
15174
|
-
|
|
15175
|
-
*
|
|
15176
|
-
* @param {Object} state The state
|
|
15177
|
-
*
|
|
15178
|
-
* @return {SparkMD5.ArrayBuffer} The instance itself
|
|
15179
|
-
*/
|
|
15180
|
-
SparkMD5.ArrayBuffer.prototype.setState = function (state) {
|
|
15181
|
-
// Convert string to buffer
|
|
15182
|
-
state.buff = utf8Str2ArrayBuffer(state.buff, true);
|
|
15212
|
+
return buf;
|
|
15213
|
+
}
|
|
15183
15214
|
|
|
15184
|
-
|
|
15185
|
-
|
|
15215
|
+
return (0, _bytesToUuid.default)(rnds);
|
|
15216
|
+
}
|
|
15186
15217
|
|
|
15187
|
-
|
|
15218
|
+
var _default = v4;
|
|
15219
|
+
exports.default = _default;
|
|
15220
|
+
},{"./bytesToUuid.js":14,"./rng.js":17}],23:[function(require,module,exports){
|
|
15221
|
+
"use strict";
|
|
15188
15222
|
|
|
15189
|
-
|
|
15223
|
+
Object.defineProperty(exports, "__esModule", {
|
|
15224
|
+
value: true
|
|
15225
|
+
});
|
|
15226
|
+
exports.default = void 0;
|
|
15190
15227
|
|
|
15191
|
-
|
|
15192
|
-
* Performs the md5 hash on an array buffer.
|
|
15193
|
-
*
|
|
15194
|
-
* @param {ArrayBuffer} arr The array buffer
|
|
15195
|
-
* @param {Boolean} [raw] True to get the raw string, false to get the hex one
|
|
15196
|
-
*
|
|
15197
|
-
* @return {String} The result
|
|
15198
|
-
*/
|
|
15199
|
-
SparkMD5.ArrayBuffer.hash = function (arr, raw) {
|
|
15200
|
-
var hash = md51_array(new Uint8Array(arr)),
|
|
15201
|
-
ret = hex(hash);
|
|
15228
|
+
var _v = _interopRequireDefault(require("./v35.js"));
|
|
15202
15229
|
|
|
15203
|
-
|
|
15204
|
-
};
|
|
15230
|
+
var _sha = _interopRequireDefault(require("./sha1.js"));
|
|
15205
15231
|
|
|
15206
|
-
|
|
15207
|
-
}));
|
|
15232
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
15208
15233
|
|
|
15209
|
-
|
|
15234
|
+
const v5 = (0, _v.default)('v5', 0x50, _sha.default);
|
|
15235
|
+
var _default = v5;
|
|
15236
|
+
exports.default = _default;
|
|
15237
|
+
},{"./sha1.js":18,"./v35.js":21}],24:[function(require,module,exports){
|
|
15210
15238
|
'use strict';
|
|
15211
15239
|
|
|
15212
15240
|
/**
|
|
@@ -15381,7 +15409,7 @@ exports.parse = function (str) {
|
|
|
15381
15409
|
}
|
|
15382
15410
|
};
|
|
15383
15411
|
|
|
15384
|
-
},{}]},{},[
|
|
15412
|
+
},{}]},{},[11])(11)
|
|
15385
15413
|
});
|
|
15386
15414
|
|
|
15387
15415
|
/**
|
|
@@ -20288,7 +20316,7 @@ define('persist/persistenceManager',['./impl/PersistenceXMLHttpRequest', './impl
|
|
|
20288
20316
|
function _formDataToPromiseArryBuffer(value, key, boundary) {
|
|
20289
20317
|
return new Promise(function (resolve, reject) {
|
|
20290
20318
|
var enc = new TextEncoder();
|
|
20291
|
-
var endingBuffer = enc.encode('\r\n' +boundary).buffer; //endingBuffer does not change
|
|
20319
|
+
var endingBuffer = enc.encode('\r\n' +boundary).buffer; // endingBuffer does not change
|
|
20292
20320
|
var itemType = value.constructor.name;
|
|
20293
20321
|
switch (itemType) {
|
|
20294
20322
|
case "File":
|