@oracle/oraclejet 11.1.0 → 11.1.4

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.
Files changed (717) hide show
  1. package/README.md +1 -1
  2. package/THIRDPARTYLICENSE.txt +7 -7
  3. package/dist/css/alta/oj-alta-min.css +1 -1
  4. package/dist/css/alta/oj-alta-notag-min.css +1 -1
  5. package/dist/css/alta/oj-alta-notag.css +81 -30
  6. package/dist/css/alta/oj-alta.css +81 -30
  7. package/dist/css/alta-android/oj-alta-min.css +1 -1
  8. package/dist/css/alta-android/oj-alta.css +81 -30
  9. package/dist/css/alta-ios/oj-alta-min.css +1 -1
  10. package/dist/css/alta-ios/oj-alta.css +81 -30
  11. package/dist/css/alta-windows/oj-alta-min.css +1 -1
  12. package/dist/css/alta-windows/oj-alta.css +81 -30
  13. package/dist/css/redwood/oj-redwood-min.css +1 -1
  14. package/dist/css/redwood/oj-redwood-notag-min.css +1 -1
  15. package/dist/css/redwood/oj-redwood-notag-novars-min.css +1 -1
  16. package/dist/css/redwood/oj-redwood-notag-novars.css +9 -2
  17. package/dist/css/redwood/oj-redwood-notag.css +9 -2
  18. package/dist/css/redwood/oj-redwood-novars-min.css +1 -1
  19. package/dist/css/redwood/oj-redwood-novars.css +9 -2
  20. package/dist/css/redwood/oj-redwood.css +9 -2
  21. package/dist/css/stable/oj-stable-min.css +1 -1
  22. package/dist/css/stable/oj-stable.css +112 -1
  23. package/dist/custom-tsc/utils/MetadataUtils.js +7 -5
  24. package/dist/js/libs/oj/debug/ojbufferingdataprovider.js +12 -8
  25. package/dist/js/libs/oj/debug/ojcachediteratorresultsdataprovider.js +83 -41
  26. package/dist/js/libs/oj/debug/ojcore-base.js +2 -2
  27. package/dist/js/libs/oj/debug/ojdatacollection-common.js +53 -2
  28. package/dist/js/libs/oj/debug/ojdataproviderscroller.js +6 -4
  29. package/dist/js/libs/oj/debug/ojdrawerlayout.js +1 -0
  30. package/dist/js/libs/oj/debug/ojdrawerpopup.js +1 -6
  31. package/dist/js/libs/oj/debug/ojlistdataproviderview.js +28 -9
  32. package/dist/js/libs/oj/debug/ojlistview.js +19 -0
  33. package/dist/js/libs/oj/debug/ojselectbase.js +14 -5
  34. package/dist/js/libs/oj/debug/ojselectcombobox.js +51 -0
  35. package/dist/js/libs/oj/debug/ojtable.js +5 -5
  36. package/dist/js/libs/oj/debug/ojtemplateengine.js +19 -2
  37. package/dist/js/libs/oj/debug/ojtoolbar.js +14 -3
  38. package/dist/js/libs/oj/debug/ojtreeview.js +12 -0
  39. package/dist/js/libs/oj/debug/ojvcomponent-template.js +11 -6
  40. package/dist/js/libs/oj/debug_esm/ojbufferingdataprovider.js +12 -8
  41. package/dist/js/libs/oj/debug_esm/ojcachediteratorresultsdataprovider.js +83 -41
  42. package/dist/js/libs/oj/debug_esm/ojcore-base.js +2 -2
  43. package/dist/js/libs/oj/debug_esm/ojdatacollection-common.js +53 -3
  44. package/dist/js/libs/oj/debug_esm/ojdataproviderscroller.js +7 -5
  45. package/dist/js/libs/oj/debug_esm/ojdrawerlayout.js +1 -0
  46. package/dist/js/libs/oj/debug_esm/ojdrawerpopup.js +1 -6
  47. package/dist/js/libs/oj/debug_esm/ojlistdataproviderview.js +28 -9
  48. package/dist/js/libs/oj/debug_esm/ojlistview.js +20 -1
  49. package/dist/js/libs/oj/debug_esm/ojselectbase.js +14 -5
  50. package/dist/js/libs/oj/debug_esm/ojselectcombobox.js +51 -0
  51. package/dist/js/libs/oj/debug_esm/ojtable.js +6 -6
  52. package/dist/js/libs/oj/debug_esm/ojtemplateengine.js +18 -1
  53. package/dist/js/libs/oj/debug_esm/ojtoolbar.js +14 -3
  54. package/dist/js/libs/oj/debug_esm/ojtreeview.js +12 -0
  55. package/dist/js/libs/oj/debug_esm/ojvcomponent-template.js +10 -6
  56. package/dist/js/libs/oj/main-template.js +3 -3
  57. package/dist/js/libs/oj/min/ojbufferingdataprovider.js +1 -1
  58. package/dist/js/libs/oj/min/ojbufferingdataprovider.js.map +1 -1
  59. package/dist/js/libs/oj/min/ojcachediteratorresultsdataprovider.js +2 -2
  60. package/dist/js/libs/oj/min/ojcachediteratorresultsdataprovider.js.map +1 -1
  61. package/dist/js/libs/oj/min/ojcore-base.js +1 -1
  62. package/dist/js/libs/oj/min/ojdatacollection-common.js +1 -1
  63. package/dist/js/libs/oj/min/ojdatacollection-common.js.map +1 -1
  64. package/dist/js/libs/oj/min/ojdataproviderscroller.js +1 -1
  65. package/dist/js/libs/oj/min/ojdataproviderscroller.js.map +1 -1
  66. package/dist/js/libs/oj/min/ojdrawerlayout.js +1 -1
  67. package/dist/js/libs/oj/min/ojdrawerlayout.js.map +1 -1
  68. package/dist/js/libs/oj/min/ojdrawerpopup.js +1 -1
  69. package/dist/js/libs/oj/min/ojdrawerpopup.js.map +1 -1
  70. package/dist/js/libs/oj/min/ojlistdataproviderview.js +1 -1
  71. package/dist/js/libs/oj/min/ojlistdataproviderview.js.map +1 -1
  72. package/dist/js/libs/oj/min/ojlistview.js +1 -1
  73. package/dist/js/libs/oj/min/ojlistview.js.map +1 -1
  74. package/dist/js/libs/oj/min/ojselectbase.js +1 -1
  75. package/dist/js/libs/oj/min/ojselectbase.js.map +1 -1
  76. package/dist/js/libs/oj/min/ojselectcombobox.js +1 -1
  77. package/dist/js/libs/oj/min/ojselectcombobox.js.map +1 -1
  78. package/dist/js/libs/oj/min/ojtable.js +1 -1
  79. package/dist/js/libs/oj/min/ojtable.js.map +1 -1
  80. package/dist/js/libs/oj/min/ojtemplateengine.js +1 -1
  81. package/dist/js/libs/oj/min/ojtemplateengine.js.map +1 -1
  82. package/dist/js/libs/oj/min/ojtoolbar.js +1 -1
  83. package/dist/js/libs/oj/min/ojtoolbar.js.map +1 -1
  84. package/dist/js/libs/oj/min/ojtreeview.js +1 -1
  85. package/dist/js/libs/oj/min/ojtreeview.js.map +1 -1
  86. package/dist/js/libs/oj/min/ojvcomponent-template.js +1 -1
  87. package/dist/js/libs/oj/min/ojvcomponent-template.js.map +1 -1
  88. package/dist/js/libs/persist/debug/impl/PersistenceXMLHttpRequest.js +20 -0
  89. package/dist/js/libs/persist/debug/{offline-persistence-toolkit-arraystore-1.5.4.js → offline-persistence-toolkit-arraystore-1.5.7.js} +0 -0
  90. package/dist/js/libs/persist/debug/{offline-persistence-toolkit-core-1.5.4.js → offline-persistence-toolkit-core-1.5.7.js} +1515 -1393
  91. package/dist/js/libs/persist/debug/{offline-persistence-toolkit-filesystemstore-1.5.4.js → offline-persistence-toolkit-filesystemstore-1.5.7.js} +1369 -1369
  92. package/dist/js/libs/persist/debug/{offline-persistence-toolkit-localstore-1.5.4.js → offline-persistence-toolkit-localstore-1.5.7.js} +0 -0
  93. package/dist/js/libs/persist/debug/{offline-persistence-toolkit-pouchdbstore-1.5.4.js → offline-persistence-toolkit-pouchdbstore-1.5.7.js} +1369 -1369
  94. package/dist/js/libs/persist/debug/{offline-persistence-toolkit-responseproxy-1.5.4.js → offline-persistence-toolkit-responseproxy-1.5.7.js} +1369 -1369
  95. package/dist/js/libs/persist/debug/persistenceManager.js +114 -21
  96. package/dist/js/libs/persist/debug/persistenceUtils.js +16 -7
  97. package/dist/js/libs/persist/debug/pouchdb-browser-7.2.2.js +1369 -1369
  98. package/dist/js/libs/persist/min/impl/PersistenceSyncManager.js +1 -1
  99. package/dist/js/libs/persist/min/impl/PersistenceXMLHttpRequest.js +1 -1
  100. package/dist/js/libs/persist/min/impl/sql-where-parser.min.js +1 -1
  101. package/dist/js/libs/persist/min/{offline-persistence-toolkit-arraystore-1.5.4.js → offline-persistence-toolkit-arraystore-1.5.7.js} +0 -0
  102. package/dist/js/libs/persist/min/{offline-persistence-toolkit-core-1.5.4.js → offline-persistence-toolkit-core-1.5.7.js} +443 -443
  103. package/dist/js/libs/persist/min/{offline-persistence-toolkit-filesystemstore-1.5.4.js → offline-persistence-toolkit-filesystemstore-1.5.7.js} +441 -441
  104. package/dist/js/libs/persist/min/{offline-persistence-toolkit-localstore-1.5.4.js → offline-persistence-toolkit-localstore-1.5.7.js} +0 -0
  105. package/dist/js/libs/persist/min/{offline-persistence-toolkit-pouchdbstore-1.5.4.js → offline-persistence-toolkit-pouchdbstore-1.5.7.js} +441 -441
  106. package/dist/js/libs/persist/min/{offline-persistence-toolkit-responseproxy-1.5.4.js → offline-persistence-toolkit-responseproxy-1.5.7.js} +441 -441
  107. package/dist/js/libs/persist/min/persistenceManager.js +1 -1
  108. package/dist/js/libs/persist/min/persistenceUtils.js +1 -1
  109. package/dist/js/libs/persist/min/pouchdb-browser-7.2.2.js +441 -441
  110. package/dist/js/libs/persist/min/pouchdb.find.js +1 -1
  111. package/dist/js/libs/persist/min/queryHandlers.js +1 -1
  112. package/dist/metadata/components/allComponents.json +233 -233
  113. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/accordion/themes/base/_oj-accordion.scss +0 -0
  114. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/accordion/themes/redwood/_oj-accordion.cssvars.scss +0 -0
  115. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/accordion/themes/redwood/oj-accordion.scss +0 -0
  116. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/accordion/themes/stable/_oj-accordion.cssvars.scss +0 -0
  117. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/accordion/themes/stable/oj-accordion.scss +0 -0
  118. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/action-card/themes/base/_oj-action-card.scss +0 -0
  119. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/action-card/themes/redwood/_oj-action-card.cssvars.scss +0 -0
  120. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/action-card/themes/redwood/oj-action-card.scss +0 -0
  121. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/action-card/themes/stable/_oj-action-card.cssvars.scss +0 -0
  122. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/action-card/themes/stable/oj-action-card.scss +0 -0
  123. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/all-components/themes/base/_oj.common.servervars.scss +0 -0
  124. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/all-components/themes/base/oj.common.settings.cssvariables.css +0 -0
  125. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/all-components/themes/redwood/_oj-all-components-common.scss +0 -0
  126. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/all-components/themes/redwood/_oj-all-components-notag.scss +0 -0
  127. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/all-components/themes/redwood/_oj-all-components.scss +0 -0
  128. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/all-components/themes/redwood/_oj.redwood.settings.scss +0 -0
  129. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/all-components/themes/redwood/oj.redwood.cssvars.settings.css +0 -0
  130. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/all-components/themes/stable/_oj-all-components-common.scss +2 -0
  131. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/all-components/themes/stable/_oj-all-components-notag.scss +0 -0
  132. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/all-components/themes/stable/_oj-all-components.scss +0 -0
  133. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/all-components/themes/stable/_oj.stable.settings.scss +0 -0
  134. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/all-components/themes/stable/oj.stable.cssvars.settings.css +0 -0
  135. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/animation/themes/base/_oj-animation.scss +0 -0
  136. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/animation/themes/redwood/_oj-animation.cssvars.scss +0 -0
  137. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/animation/themes/redwood/_oj-animation.servervars.scss +0 -0
  138. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/animation/themes/redwood/oj-animation.scss +0 -0
  139. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/animation/themes/stable/_oj-animation.cssvars.scss +0 -0
  140. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/animation/themes/stable/_oj-animation.servervars.scss +0 -0
  141. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/animation/themes/stable/oj-animation.scss +0 -0
  142. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/app-layout/themes/base/_oj-app-layout.scss +0 -0
  143. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/app-layout/themes/redwood/_oj-app-layout.cssvars.scss +0 -0
  144. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/app-layout/themes/redwood/_oj-app-layout.scss +0 -0
  145. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/app-layout/themes/stable/_oj-app-layout.cssvars.scss +0 -0
  146. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/app-layout/themes/stable/_oj-app-layout.scss +0 -0
  147. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/app-layout-hybrid/themes/base/_oj-app-layout-hybrid.scss +0 -0
  148. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/app-layout-hybrid/themes/redwood/_oj-app-layout-hybrid.cssvars.scss +0 -0
  149. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/app-layout-hybrid/themes/redwood/oj-app-layout-hybrid.scss +0 -0
  150. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/app-layout-hybrid/themes/stable/_oj-app-layout-hybrid.cssvars.scss +0 -0
  151. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/app-layout-hybrid/themes/stable/oj-app-layout-hybrid.scss +0 -0
  152. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/app-layout-web/themes/base/_oj-app-layout-web.scss +0 -0
  153. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/app-layout-web/themes/redwood/_oj-app-layout-web.cssvars.scss +0 -0
  154. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/app-layout-web/themes/redwood/oj-app-layout-web.scss +0 -0
  155. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/app-layout-web/themes/stable/_oj-app-layout-web.cssvars.scss +0 -0
  156. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/app-layout-web/themes/stable/oj-app-layout-web.scss +0 -0
  157. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/avatar/themes/base/_oj-avatar.scss +0 -0
  158. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/avatar/themes/redwood/_oj-avatar-scoped.cssvars.scss +0 -0
  159. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/avatar/themes/redwood/_oj-avatar.cssvars.scss +0 -0
  160. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/avatar/themes/redwood/oj-avatar.scss +0 -0
  161. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/avatar/themes/stable/_oj-avatar-scoped.cssvars.scss +0 -0
  162. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/avatar/themes/stable/_oj-avatar.cssvars.scss +0 -0
  163. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/avatar/themes/stable/oj-avatar.scss +0 -0
  164. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/badge/themes/base/_oj-badge.scss +0 -0
  165. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/badge/themes/redwood/_oj-badge-scoped.cssvars.scss +0 -0
  166. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/badge/themes/redwood/_oj-badge.cssvars.scss +0 -0
  167. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/badge/themes/redwood/oj-badge.scss +0 -0
  168. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/badge/themes/stable/_oj-badge-scoped.cssvars.scss +0 -0
  169. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/badge/themes/stable/_oj-badge.cssvars.scss +0 -0
  170. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/badge/themes/stable/oj-badge.scss +0 -0
  171. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/button/themes/base/_oj-button.scss +0 -0
  172. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/button/themes/redwood/_oj-button-ignore.scoped.cssvars.scss +0 -0
  173. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/button/themes/redwood/_oj-button-scoped.cssvars.scss +0 -0
  174. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/button/themes/redwood/_oj-button.cssvars.scss +0 -0
  175. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/button/themes/redwood/oj-button.scss +0 -0
  176. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/button/themes/stable/_oj-button-ignore.scoped.cssvars.scss +0 -0
  177. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/button/themes/stable/_oj-button.cssvars.scss +0 -0
  178. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/button/themes/stable/oj-button.scss +0 -0
  179. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/buttonset/themes/base/_oj-buttonset.scss +0 -0
  180. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/buttonset/themes/redwood/_oj-buttonset-scoped.cssvars.scss +0 -0
  181. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/buttonset/themes/redwood/_oj-buttonset.cssvars.scss +0 -0
  182. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/buttonset/themes/redwood/_oj-buttonset.scss +0 -0
  183. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/buttonset/themes/stable/_oj-buttonset-scoped.cssvars.scss +0 -0
  184. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/buttonset/themes/stable/_oj-buttonset.cssvars.scss +0 -0
  185. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/buttonset/themes/stable/_oj-buttonset.scss +0 -0
  186. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/buttonset-many/themes/redwood/oj-buttonset-many.scss +0 -0
  187. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/buttonset-many/themes/stable/oj-buttonset-many.scss +0 -0
  188. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/buttonset-one/themes/redwood/oj-buttonset-one.scss +0 -0
  189. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/buttonset-one/themes/stable/oj-buttonset-one.scss +0 -0
  190. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/chart/themes/base/_oj-chart.scss +0 -0
  191. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/chart/themes/redwood/_oj-chart.cssvars.scss +0 -0
  192. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/chart/themes/redwood/oj-chart.scss +0 -0
  193. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/chart/themes/stable/_oj-chart.cssvars.scss +0 -0
  194. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/chart/themes/stable/oj-chart.scss +0 -0
  195. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/checkboxset/themes/redwood/_oj-checkboxset.cssvars.scss +0 -0
  196. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/checkboxset/themes/redwood/oj-checkboxset.scss +0 -0
  197. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/checkboxset/themes/stable/_oj-checkboxset.cssvars.scss +0 -0
  198. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/checkboxset/themes/stable/oj-checkboxset.scss +0 -0
  199. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/collapsible/themes/base/_oj-collapsible.scss +0 -0
  200. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/collapsible/themes/redwood/_oj-collapsible.cssvars.scss +0 -0
  201. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/collapsible/themes/redwood/oj-collapsible.scss +0 -0
  202. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/collapsible/themes/stable/_oj-collapsible.cssvars.scss +0 -0
  203. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/collapsible/themes/stable/oj-collapsible.scss +0 -0
  204. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/collection/themes/redwood/_oj-collection.cssvars.scss +0 -0
  205. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/collection/themes/stable/_oj-collection.cssvars.scss +0 -0
  206. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/color-palette/themes/base/_oj-color-palette.scss +0 -0
  207. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/color-palette/themes/redwood/_oj-color-palette.cssvars.scss +0 -0
  208. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/color-palette/themes/redwood/oj-color-palette.scss +0 -0
  209. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/color-palette/themes/stable/_oj-color-palette.cssvars.scss +0 -0
  210. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/color-palette/themes/stable/oj-color-palette.scss +0 -0
  211. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/color-spectrum/themes/base/_oj-color-spectrum.scss +0 -0
  212. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/color-spectrum/themes/redwood/_oj-color-spectrum.cssvars.scss +0 -0
  213. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/color-spectrum/themes/redwood/oj-color-spectrum.scss +0 -0
  214. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/color-spectrum/themes/stable/_oj-color-spectrum.cssvars.scss +0 -0
  215. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/color-spectrum/themes/stable/oj-color-spectrum.scss +0 -0
  216. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/combobox/themes/base/_oj-combobox.scss +0 -0
  217. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/combobox/themes/redwood/_oj-combobox.cssvars.scss +0 -0
  218. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/combobox/themes/redwood/_oj-combobox.scss +0 -0
  219. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/combobox/themes/stable/_oj-combobox.cssvars.scss +0 -0
  220. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/combobox/themes/stable/_oj-combobox.scss +0 -0
  221. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/combobox-many/themes/redwood/oj-combobox-many.scss +0 -0
  222. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/combobox-many/themes/stable/oj-combobox-many.scss +0 -0
  223. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/combobox-one/themes/redwood/oj-combobox-one.scss +0 -0
  224. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/combobox-one/themes/stable/oj-combobox-one.scss +0 -0
  225. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/conveyor-belt/themes/base/_oj-conveyor-belt.scss +0 -0
  226. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/conveyor-belt/themes/redwood/_oj-conveyor-belt.cssvars.scss +0 -0
  227. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/conveyor-belt/themes/redwood/oj-conveyor-belt.scss +0 -0
  228. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/conveyor-belt/themes/stable/_oj-conveyor-belt.cssvars.scss +0 -0
  229. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/conveyor-belt/themes/stable/oj-conveyor-belt.scss +0 -0
  230. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/core/themes/redwood/_oj-core-ignore.scoped.cssvars.scss +0 -0
  231. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/core/themes/redwood/_oj-core-scoped.cssvars.scss +0 -0
  232. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/core/themes/redwood/_oj-core.cssvars.scss +0 -0
  233. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/core/themes/stable/_oj-core.cssvars.scss +0 -0
  234. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/data-grid/themes/base/_oj-data-grid.scss +0 -0
  235. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/data-grid/themes/redwood/_oj-data-grid.cssvars.scss +0 -0
  236. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/data-grid/themes/redwood/oj-data-grid.scss +0 -0
  237. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/data-grid/themes/stable/_oj-data-grid.cssvars.scss +0 -0
  238. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/data-grid/themes/stable/oj-data-grid.scss +0 -0
  239. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/date-picker/themes/redwood/oj-date-picker.scss +0 -0
  240. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/date-picker/themes/stable/oj-date-picker.scss +0 -0
  241. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/date-time-picker/themes/base/_oj-date-time-picker.scss +0 -0
  242. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/date-time-picker/themes/redwood/_oj-date-time-picker.cssvars.scss +0 -0
  243. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/date-time-picker/themes/redwood/_oj-date-time-picker.servervars.scss +0 -0
  244. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/date-time-picker/themes/redwood/oj-date-time-picker.scss +0 -0
  245. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/date-time-picker/themes/stable/_oj-date-time-picker.cssvars.scss +0 -0
  246. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/date-time-picker/themes/stable/_oj-date-time-picker.servervars.scss +0 -0
  247. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/date-time-picker/themes/stable/oj-date-time-picker.scss +0 -0
  248. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/diagram/themes/base/_oj-diagram.scss +0 -0
  249. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/diagram/themes/redwood/_oj-diagram.cssvars.scss +0 -0
  250. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/diagram/themes/redwood/oj-diagram.scss +0 -0
  251. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/diagram/themes/stable/_oj-diagram.cssvars.scss +0 -0
  252. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/diagram/themes/stable/oj-diagram.scss +0 -0
  253. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/dialog/themes/base/_oj-dialog.scss +0 -0
  254. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/dialog/themes/redwood/_oj-dialog-scoped.cssvars.scss +0 -0
  255. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/dialog/themes/redwood/_oj-dialog.cssvars.scss +0 -0
  256. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/dialog/themes/redwood/_oj-dialog.servervars.scss +0 -0
  257. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/dialog/themes/redwood/oj-dialog.scss +0 -0
  258. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/dialog/themes/stable/_oj-dialog-scoped.cssvars.scss +0 -0
  259. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/dialog/themes/stable/_oj-dialog.cssvars.scss +0 -0
  260. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/dialog/themes/stable/_oj-dialog.servervars.scss +0 -0
  261. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/dialog/themes/stable/oj-dialog.scss +0 -0
  262. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/drawer-layout/themes/base/_oj-drawer-layout.scss +0 -0
  263. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/drawer-layout/themes/redwood/_oj-drawer-layout.cssvars.scss +0 -0
  264. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/drawer-layout/themes/redwood/oj-drawer-layout.scss +0 -0
  265. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/drawer-layout/themes/stable/_oj-drawer-layout.cssvars.scss +0 -0
  266. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/drawer-layout/themes/stable/oj-drawer-layout.scss +0 -0
  267. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/drawer-popup/themes/base/_oj-drawer-popup.scss +10 -1
  268. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/drawer-popup/themes/redwood/_oj-drawer-popup.cssvars.scss +0 -0
  269. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/drawer-popup/themes/redwood/oj-drawer-popup.scss +0 -0
  270. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/drawer-popup/themes/stable/_oj-drawer-popup.cssvars.scss +0 -0
  271. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/drawer-popup/themes/stable/oj-drawer-popup.scss +0 -0
  272. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/dvt/themes/base/_oj-dvt.scss +0 -0
  273. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/dvt/themes/redwood/_oj-dvt.cssvars.scss +0 -0
  274. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/dvt/themes/redwood/_oj-dvt.scss +0 -0
  275. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/dvt/themes/stable/_oj-dvt.cssvars.scss +0 -0
  276. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/dvt/themes/stable/_oj-dvt.scss +0 -0
  277. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/file-picker/themes/base/_oj-file-picker.scss +0 -0
  278. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/file-picker/themes/redwood/_oj-file-picker.cssvars.scss +0 -0
  279. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/file-picker/themes/redwood/oj-file-picker.scss +0 -0
  280. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/file-picker/themes/stable/_oj-file-picker.cssvars.scss +0 -0
  281. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/file-picker/themes/stable/oj-file-picker.scss +0 -0
  282. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/film-strip/themes/base/_oj-film-strip.scss +0 -0
  283. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/film-strip/themes/redwood/_oj-film-strip.cssvars.scss +0 -0
  284. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/film-strip/themes/redwood/oj-film-strip.scss +0 -0
  285. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/film-strip/themes/stable/_oj-film-strip.cssvars.scss +0 -0
  286. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/film-strip/themes/stable/oj-film-strip.scss +0 -0
  287. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/flex/themes/base/_oj-flex.scss +0 -0
  288. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/flex/themes/redwood/oj-flex.scss +0 -0
  289. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/flex/themes/stable/oj-flex.scss +0 -0
  290. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/form-control/themes/base/_oj-form-control.mixins.scss +0 -0
  291. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/form-control/themes/base/_oj-form-control.scss +0 -0
  292. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/form-control/themes/base/_oj-messaging.scss +0 -0
  293. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/form-control/themes/redwood/_oj-form-control.cssvars.scss +0 -0
  294. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/form-control/themes/redwood/_oj-form-control.scss +0 -0
  295. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/form-control/themes/redwood/_oj-messaging.scss +0 -0
  296. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/form-control/themes/redwood/_oj-messaging.servervars.scss +0 -0
  297. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/form-control/themes/stable/_oj-form-control.cssvars.scss +0 -0
  298. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/form-control/themes/stable/_oj-form-control.scss +0 -0
  299. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/form-control/themes/stable/_oj-messaging.scss +0 -0
  300. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/form-control/themes/stable/_oj-messaging.servervars.scss +0 -0
  301. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/form-layout/themes/base/_oj-form-layout.scss +0 -0
  302. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/form-layout/themes/redwood/_oj-form-layout.cssvars.scss +0 -0
  303. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/form-layout/themes/redwood/_oj-form-layout.servervars.scss +0 -0
  304. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/form-layout/themes/redwood/oj-form-layout.scss +0 -0
  305. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/form-layout/themes/stable/_oj-form-layout.cssvars.scss +0 -0
  306. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/form-layout/themes/stable/_oj-form-layout.servervars.scss +0 -0
  307. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/form-layout/themes/stable/oj-form-layout.scss +0 -0
  308. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/gantt/themes/base/_oj-gantt.scss +0 -0
  309. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/gantt/themes/redwood/_oj-gantt.cssvars.scss +0 -0
  310. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/gantt/themes/redwood/oj-gantt.scss +0 -0
  311. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/gantt/themes/stable/_oj-gantt.cssvars.scss +0 -0
  312. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/gantt/themes/stable/oj-gantt.scss +0 -0
  313. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/gauge/themes/base/_oj-gauge.scss +0 -0
  314. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/gauge/themes/redwood/_oj-gauge.cssvars.scss +0 -0
  315. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/gauge/themes/redwood/oj-gauge.scss +0 -0
  316. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/gauge/themes/stable/_oj-gauge.cssvars.scss +0 -0
  317. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/gauge/themes/stable/oj-gauge.scss +0 -0
  318. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/grid/themes/base/_oj-grid.scss +0 -0
  319. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/grid/themes/redwood/oj-grid.scss +0 -0
  320. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/grid/themes/stable/oj-grid.scss +0 -0
  321. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/helpers/themes/base/_oj-helpers.scss +1 -1
  322. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/helpers/themes/base/_oj-responsive-helpers.scss +0 -0
  323. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/helpers/themes/redwood/_oj-theme.servervars.scss +0 -0
  324. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/helpers/themes/redwood/oj-helpers.scss +0 -0
  325. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/helpers/themes/redwood/oj-responsive.helpers.scss +0 -0
  326. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/helpers/themes/stable/_oj-theme.servervars.scss +0 -0
  327. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/helpers/themes/stable/oj-helpers.scss +0 -0
  328. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/helpers/themes/stable/oj-responsive.helpers.scss +0 -0
  329. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/highlight-text/themes/base/_oj-highlight-text.scss +0 -0
  330. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/highlight-text/themes/redwood/oj-highlight-text.scss +0 -0
  331. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/highlight-text/themes/stable/oj-highlight-text.scss +0 -0
  332. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/icon-circle/themes/base/_oj-icon-circle.scss +0 -0
  333. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/icon-circle/themes/redwood/_oj-icon-circle-ignore.scoped.cssvars.scss +0 -0
  334. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/icon-circle/themes/redwood/_oj-icon-circle.cssvars.scss +0 -0
  335. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/icon-circle/themes/redwood/oj-icon-circle.scss +0 -0
  336. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/icons/themes/base/_oj-icons.scss +0 -0
  337. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/icons/themes/redwood/_oj-icon-font.scss +0 -0
  338. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/icons/themes/redwood/_oj-icons-ignore.scoped.cssvars.scss +0 -0
  339. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/icons/themes/redwood/_oj-icons.cssvars.scss +0 -0
  340. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/icons/themes/redwood/oj-icons.scss +0 -0
  341. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/icons/themes/stable/_oj-icon-font.scss +0 -0
  342. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/icons/themes/stable/_oj-icons.cssvars.scss +0 -0
  343. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/icons/themes/stable/oj-icons.scss +0 -0
  344. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/indexer/themes/base/_oj-indexer.scss +0 -0
  345. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/indexer/themes/redwood/_oj-indexer.cssvars.scss +0 -0
  346. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/indexer/themes/redwood/oj-indexer.scss +0 -0
  347. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/indexer/themes/stable/_oj-indexer.cssvars.scss +0 -0
  348. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/indexer/themes/stable/oj-indexer.scss +0 -0
  349. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/input-date/themes/redwood/oj-input-date.scss +0 -0
  350. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/input-date/themes/stable/oj-input-date.scss +0 -0
  351. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/input-date-time/themes/redwood/oj-input-date-time.scss +0 -0
  352. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/input-date-time/themes/stable/oj-input-date-time.scss +0 -0
  353. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/input-number/themes/base/_oj-input-number.scss +0 -0
  354. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/input-number/themes/redwood/_oj-input-number.cssvars.scss +0 -0
  355. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/input-number/themes/redwood/oj-input-number.scss +0 -0
  356. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/input-number/themes/stable/_oj-input-number.cssvars.scss +0 -0
  357. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/input-number/themes/stable/oj-input-number.scss +0 -0
  358. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/input-password/themes/redwood/oj-input-password.scss +0 -0
  359. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/input-password/themes/stable/oj-input-password.scss +0 -0
  360. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/input-search/themes/base/_oj-input-search.scss +0 -0
  361. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/input-search/themes/redwood/_oj-input-search-scoped.cssvars.scss +0 -0
  362. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/input-search/themes/redwood/_oj-input-search.cssvars.scss +0 -0
  363. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/input-search/themes/redwood/_oj-input-search.scss +0 -0
  364. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/input-search/themes/stable/_oj-input-search-scoped.cssvars.scss +0 -0
  365. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/input-search/themes/stable/_oj-input-search.cssvars.scss +0 -0
  366. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/input-search/themes/stable/_oj-input-search.scss +0 -0
  367. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/input-text/themes/base/_oj-input-text.scss +0 -0
  368. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/input-text/themes/redwood/_oj-input-text.cssvars.scss +0 -0
  369. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/input-text/themes/redwood/oj-input-text.scss +0 -0
  370. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/input-text/themes/stable/_oj-input-text.cssvars.scss +0 -0
  371. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/input-text/themes/stable/oj-input-text.scss +0 -0
  372. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/input-time/themes/redwood/oj-input-time.scss +0 -0
  373. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/input-time/themes/stable/oj-input-time.scss +0 -0
  374. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/label/themes/base/_oj-label.scss +0 -0
  375. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/label/themes/redwood/_oj-label-scoped.cssvars.scss +0 -0
  376. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/label/themes/redwood/_oj-label.cssvars.scss +0 -0
  377. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/label/themes/redwood/oj-label.scss +0 -0
  378. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/label/themes/stable/_oj-label.cssvars.scss +0 -0
  379. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/label/themes/stable/oj-label.scss +0 -0
  380. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/label-value/themes/base/_oj-label-value.scss +0 -0
  381. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/label-value/themes/redwood/_oj-label-value.scss +0 -0
  382. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/label-value/themes/stable/_oj-label-value.scss +0 -0
  383. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/led-gauge/themes/base/_oj-led-gauge.scss +0 -0
  384. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/led-gauge/themes/redwood/_oj-led-gauge.cssvars.scss +0 -0
  385. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/led-gauge/themes/redwood/oj-led-gauge.scss +0 -0
  386. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/led-gauge/themes/stable/_oj-led-gauge.cssvars.scss +0 -0
  387. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/led-gauge/themes/stable/oj-led-gauge.scss +0 -0
  388. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/legend/themes/base/_oj-legend.scss +0 -0
  389. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/legend/themes/redwood/_oj-legend.cssvars.scss +0 -0
  390. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/legend/themes/redwood/oj-legend.scss +0 -0
  391. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/legend/themes/stable/_oj-legend.cssvars.scss +0 -0
  392. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/legend/themes/stable/oj-legend.scss +0 -0
  393. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/list-box/themes/base/_oj-list-box.scss +0 -0
  394. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/list-box/themes/redwood/_oj-list-box.cssvars.scss +0 -0
  395. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/list-box/themes/redwood/_oj-list-box.scss +0 -0
  396. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/list-box/themes/stable/_oj-list-box.cssvars.scss +0 -0
  397. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/list-box/themes/stable/_oj-list-box.scss +0 -0
  398. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/list-item-layout/themes/base/_oj-list-item-layout.scss +0 -0
  399. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/list-item-layout/themes/redwood/_oj-list-item-layout.cssvars.scss +0 -0
  400. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/list-item-layout/themes/redwood/oj-list-item-layout.scss +0 -0
  401. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/list-item-layout/themes/stable/_oj-list-item-layout.cssvars.scss +0 -0
  402. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/list-item-layout/themes/stable/oj-list-item-layout.scss +0 -0
  403. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/list-view/themes/base/_oj-list-view.scss +0 -0
  404. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/list-view/themes/redwood/_oj-list-view.cssvars.scss +0 -0
  405. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/list-view/themes/redwood/oj-list-view.scss +0 -0
  406. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/list-view/themes/stable/_oj-list-view.cssvars.scss +0 -0
  407. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/list-view/themes/stable/oj-list-view.scss +0 -0
  408. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/masonry-layout/themes/base/_oj-masonry-layout.scss +0 -0
  409. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/masonry-layout/themes/redwood/_oj-masonry-layout.cssvars.scss +0 -0
  410. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/masonry-layout/themes/redwood/_oj-masonry-layout.servervars.scss +0 -0
  411. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/masonry-layout/themes/redwood/oj-masonry-layout.scss +0 -0
  412. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/masonry-layout/themes/stable/_oj-masonry-layout.cssvars.scss +0 -0
  413. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/masonry-layout/themes/stable/_oj-masonry-layout.servervars.scss +0 -0
  414. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/masonry-layout/themes/stable/oj-masonry-layout.scss +0 -0
  415. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/menu/themes/base/_oj-menu.scss +0 -0
  416. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/menu/themes/redwood/_oj-menu.cssvars.scss +0 -0
  417. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/menu/themes/redwood/oj-menu.scss +0 -0
  418. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/menu/themes/stable/_oj-menu.cssvars.scss +0 -0
  419. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/menu/themes/stable/oj-menu.scss +0 -0
  420. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/menu-button/themes/base/_oj-menu-button.scss +0 -0
  421. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/menu-button/themes/redwood/_oj-menu-button.cssvars.scss +0 -0
  422. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/menu-button/themes/redwood/_oj-menu-button.servervars.scss +0 -0
  423. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/menu-button/themes/redwood/oj-menu-button.scss +0 -0
  424. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/menu-button/themes/stable/_oj-menu-button.cssvars.scss +0 -0
  425. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/menu-button/themes/stable/_oj-menu-button.servervars.scss +0 -0
  426. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/menu-button/themes/stable/oj-menu-button.scss +0 -0
  427. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/menu-select-many/themes/base/_oj-menu-select-many.scss +0 -0
  428. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/menu-select-many/themes/redwood/_oj-menu-select-many.cssvars.scss +0 -0
  429. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/menu-select-many/themes/redwood/oj-menu-select-many.scss +0 -0
  430. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/menu-select-many/themes/stable/_oj-menu-select-many.cssvars.scss +0 -0
  431. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/menu-select-many/themes/stable/oj-menu-select-many.scss +0 -0
  432. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/message/themes/base/_oj-message.scss +0 -0
  433. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/message/themes/redwood/_oj-message-ignore.scoped.cssvars.scss +0 -0
  434. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/message/themes/redwood/_oj-message.cssvars.scss +0 -0
  435. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/message/themes/redwood/_oj-message.servervars.scss +0 -0
  436. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/message/themes/redwood/oj-message.scss +0 -0
  437. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/message/themes/stable/_oj-message.cssvars.scss +0 -0
  438. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/message/themes/stable/_oj-message.servervars.scss +0 -0
  439. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/message/themes/stable/oj-message.scss +0 -0
  440. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/messages/themes/base/_oj-messages.scss +0 -0
  441. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/messages/themes/redwood/_oj-messages.cssvars.scss +0 -0
  442. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/messages/themes/redwood/_oj-messages.servervars.scss +0 -0
  443. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/messages/themes/redwood/oj-messages.scss +0 -0
  444. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/messages/themes/stable/_oj-messages.cssvars.scss +0 -0
  445. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/messages/themes/stable/_oj-messages.servervars.scss +0 -0
  446. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/messages/themes/stable/oj-messages.scss +0 -0
  447. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/module/themes/base/_oj-module.scss +0 -0
  448. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/module/themes/redwood/oj-module.scss +0 -0
  449. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/module/themes/stable/oj-module.scss +0 -0
  450. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/n-box/themes/base/_oj-n-box.scss +0 -0
  451. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/n-box/themes/redwood/_oj-n-box.cssvars.scss +0 -0
  452. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/n-box/themes/redwood/oj-n-box.scss +0 -0
  453. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/n-box/themes/stable/_oj-n-box.cssvars.scss +0 -0
  454. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/n-box/themes/stable/oj-n-box.scss +0 -0
  455. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/navigation-list/themes/base/_oj-navigation-list.scss +0 -0
  456. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/navigation-list/themes/redwood/_oj-navigation-list-scoped.cssvars.scss +0 -0
  457. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/navigation-list/themes/redwood/_oj-navigation-list.cssvars.scss +0 -0
  458. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/navigation-list/themes/redwood/oj-navigation-list.scss +0 -0
  459. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/navigation-list/themes/stable/_oj-navigation-list-scoped.cssvars.scss +0 -0
  460. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/navigation-list/themes/stable/_oj-navigation-list.cssvars.scss +0 -0
  461. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/navigation-list/themes/stable/oj-navigation-list.scss +0 -0
  462. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/off-canvas/themes/base/_oj-off-canvas.scss +0 -0
  463. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/off-canvas/themes/redwood/_oj-off-canvas.cssvars.scss +0 -0
  464. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/off-canvas/themes/redwood/oj-off-canvas.scss +0 -0
  465. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/off-canvas/themes/stable/_oj-off-canvas.cssvars.scss +0 -0
  466. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/off-canvas/themes/stable/oj-off-canvas.scss +0 -0
  467. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/optgroup/themes/base/_oj-optgroup.scss +0 -0
  468. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/optgroup/themes/redwood/oj-optgroup.scss +0 -0
  469. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/optgroup/themes/stable/oj-optgroup.scss +0 -0
  470. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/option/themes/base/_oj-option.scss +0 -0
  471. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/option/themes/redwood/oj-option.scss +0 -0
  472. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/option/themes/stable/oj-option.scss +0 -0
  473. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/paging-control/themes/base/_oj-paging-control.scss +0 -0
  474. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/paging-control/themes/redwood/_oj-paging-control.cssvars.scss +0 -0
  475. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/paging-control/themes/redwood/oj-paging-control.scss +0 -0
  476. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/paging-control/themes/stable/_oj-paging-control.cssvars.scss +0 -0
  477. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/paging-control/themes/stable/oj-paging-control.scss +0 -0
  478. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/palette/themes/redwood/_oj-palette-scoped.cssvars.scss +0 -0
  479. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/palette/themes/redwood/_oj-palette.cssvars.scss +0 -0
  480. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/palette/themes/stable/_oj-palette.cssvars.scss +0 -0
  481. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/panel/themes/base/_oj-panel.scss +0 -0
  482. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/panel/themes/redwood/_oj-panel-scoped.cssvars.scss +0 -0
  483. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/panel/themes/redwood/_oj-panel.cssvars.scss +0 -0
  484. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/panel/themes/redwood/oj-panel.scss +0 -0
  485. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/panel/themes/stable/_oj-panel.cssvars.scss +0 -0
  486. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/panel/themes/stable/oj-panel.scss +0 -0
  487. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/picto-chart/themes/base/_oj-picto-chart.scss +0 -0
  488. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/picto-chart/themes/redwood/_oj-picto-chart.cssvars.scss +0 -0
  489. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/picto-chart/themes/redwood/oj-picto-chart.scss +0 -0
  490. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/picto-chart/themes/stable/_oj-picto-chart.cssvars.scss +0 -0
  491. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/picto-chart/themes/stable/oj-picto-chart.scss +0 -0
  492. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/popup/themes/base/_oj-layer.scss +0 -0
  493. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/popup/themes/base/_oj-popup.scss +0 -0
  494. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/popup/themes/redwood/_oj-layer.scss +0 -0
  495. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/popup/themes/redwood/_oj-popup.cssvars.scss +0 -0
  496. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/popup/themes/redwood/oj-popup.scss +0 -0
  497. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/popup/themes/stable/_oj-layer.scss +0 -0
  498. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/popup/themes/stable/_oj-popup.cssvars.scss +0 -0
  499. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/popup/themes/stable/oj-popup.scss +0 -0
  500. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/progress-bar/themes/base/_oj-progress-bar.scss +0 -0
  501. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/progress-bar/themes/redwood/_oj-progress-bar-scoped.cssvars.scss +0 -0
  502. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/progress-bar/themes/redwood/_oj-progress-bar.cssvars.scss +0 -0
  503. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/progress-bar/themes/redwood/_oj-progress-bar.servervars.scss +0 -0
  504. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/progress-bar/themes/redwood/oj-progress-bar.scss +0 -0
  505. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/progress-bar/themes/stable/_oj-progress-bar.cssvars.scss +0 -0
  506. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/progress-bar/themes/stable/_oj-progress-bar.servervars.scss +0 -0
  507. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/progress-bar/themes/stable/oj-progress-bar.scss +0 -0
  508. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/progress-circle/themes/base/_oj-progress-circle.scss +0 -0
  509. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/progress-circle/themes/redwood/_oj-progress-circle-scoped.cssvars.scss +0 -0
  510. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/progress-circle/themes/redwood/_oj-progress-circle.cssvars.scss +0 -0
  511. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/progress-circle/themes/redwood/_oj-progress-circle.servervars.scss +0 -0
  512. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/progress-circle/themes/redwood/oj-progress-circle.scss +0 -0
  513. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/progress-circle/themes/stable/_oj-progress-circle.cssvars.scss +0 -0
  514. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/progress-circle/themes/stable/_oj-progress-circle.servervars.scss +0 -0
  515. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/progress-circle/themes/stable/oj-progress-circle.scss +0 -0
  516. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/radio-checkbox/themes/base/_oj-radiocheckbox.scss +0 -0
  517. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/radio-checkbox/themes/redwood/_oj-radiocheckbox-scoped.cssvars.scss +0 -0
  518. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/radio-checkbox/themes/redwood/_oj-radiocheckbox.cssvars.scss +0 -0
  519. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/radio-checkbox/themes/redwood/_oj-radiocheckbox.servervars.scss +0 -0
  520. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/radio-checkbox/themes/stable/_oj-radiocheckbox.cssvars.scss +0 -0
  521. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/radio-checkbox/themes/stable/_oj-radiocheckbox.servervars.scss +0 -0
  522. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/radioset/themes/redwood/_oj-radioset.cssvars.scss +0 -0
  523. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/radioset/themes/redwood/oj-radioset.scss +0 -0
  524. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/radioset/themes/stable/_oj-radioset.cssvars.scss +0 -0
  525. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/radioset/themes/stable/oj-radioset.scss +0 -0
  526. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/rangeslider/themes/redwood/_oj-rangeslider.cssvars.scss +0 -0
  527. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/rangeslider/themes/redwood/oj-rangeslider.scss +0 -0
  528. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/rangeslider/themes/stable/_oj-rangeslider.cssvars.scss +0 -0
  529. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/rangeslider/themes/stable/oj-rangeslider.scss +0 -0
  530. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/rating-gauge/themes/base/_oj-rating-gauge.scss +0 -0
  531. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/rating-gauge/themes/redwood/_oj-rating-gauge.cssvars.scss +0 -0
  532. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/rating-gauge/themes/redwood/oj-rating-gauge.scss +0 -0
  533. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/rating-gauge/themes/stable/_oj-rating-gauge.cssvars.scss +0 -0
  534. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/rating-gauge/themes/stable/oj-rating-gauge.scss +0 -0
  535. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/refresher/themes/base/_oj-refresher.scss +0 -0
  536. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/refresher/themes/redwood/_oj-refresher.cssvars.scss +0 -0
  537. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/refresher/themes/redwood/_oj-refresher.servervars.scss +0 -0
  538. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/refresher/themes/redwood/oj-refresher.scss +0 -0
  539. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/refresher/themes/stable/_oj-refresher.cssvars.scss +0 -0
  540. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/refresher/themes/stable/_oj-refresher.servervars.scss +0 -0
  541. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/refresher/themes/stable/oj-refresher.scss +0 -0
  542. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/resizable/themes/base/_oj-resizable.scss +0 -0
  543. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/resizable/themes/redwood/_oj-resizable.scss +0 -0
  544. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/resizable/themes/stable/_oj-resizable.scss +0 -0
  545. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/row-expander/themes/base/_oj-row-expander.scss +0 -0
  546. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/row-expander/themes/redwood/_oj-row-expander.cssvars.scss +0 -0
  547. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/row-expander/themes/redwood/oj-row-expander.scss +0 -0
  548. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/row-expander/themes/stable/_oj-row-expander.cssvars.scss +0 -0
  549. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/row-expander/themes/stable/oj-row-expander.scss +0 -0
  550. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/scrollbar/themes/base/_oj-scrollbar.scss +0 -0
  551. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/scrollbar/themes/redwood/_oj-scrollbar-scoped.cssvars.scss +0 -0
  552. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/scrollbar/themes/redwood/_oj-scrollbar.cssvars.scss +0 -0
  553. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/scrollbar/themes/redwood/_oj-scrollbar.scss +0 -0
  554. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/scrollbar/themes/stable/_oj-scrollbar.cssvars.scss +0 -0
  555. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/scrollbar/themes/stable/_oj-scrollbar.scss +0 -0
  556. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/select/themes/base/_oj-select.scss +0 -0
  557. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/select/themes/redwood/_oj-select.cssvars.scss +0 -0
  558. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/select/themes/redwood/_oj-select.scss +0 -0
  559. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/select/themes/stable/_oj-select.cssvars.scss +0 -0
  560. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/select/themes/stable/_oj-select.scss +0 -0
  561. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/select-many/themes/redwood/oj-select-many.scss +0 -0
  562. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/select-many/themes/stable/oj-select-many.scss +0 -0
  563. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/select-one/themes/redwood/oj-select-one.scss +0 -0
  564. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/select-original/themes/base/_oj-select-original.scss +0 -0
  565. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/select-original/themes/redwood/_oj-select-original.cssvars.scss +0 -0
  566. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/select-original/themes/redwood/_oj-select-original.scss +0 -0
  567. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/select-original/themes/stable/_oj-select-original.cssvars.scss +0 -0
  568. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/select-original/themes/stable/_oj-select-original.scss +0 -0
  569. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/select-single/themes/base/_oj-select-single.scss +0 -0
  570. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/select-single/themes/redwood/oj-select-single.scss +0 -0
  571. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/select-single/themes/stable/oj-select-single.scss +0 -0
  572. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/selector/themes/base/_oj-selector.scss +0 -0
  573. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/selector/themes/redwood/_oj-selector.cssvars.scss +0 -0
  574. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/selector/themes/redwood/oj-selector.scss +0 -0
  575. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/selector/themes/stable/_oj-selector.cssvars.scss +0 -0
  576. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/selector/themes/stable/oj-selector.scss +0 -0
  577. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/slider/themes/base/_oj-slider.scss +0 -0
  578. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/slider/themes/redwood/_oj-slider.cssvars.scss +0 -0
  579. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/slider/themes/redwood/oj-slider.scss +0 -0
  580. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/slider/themes/stable/_oj-slider.cssvars.scss +0 -0
  581. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/slider/themes/stable/oj-slider.scss +0 -0
  582. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/spark-chart/themes/base/_oj-spark-chart.scss +0 -0
  583. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/spark-chart/themes/redwood/oj-spark-chart.scss +0 -0
  584. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/spark-chart/themes/stable/oj-spark-chart.scss +0 -0
  585. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/status-meter-gauge/themes/base/_oj-status-meter-gauge.scss +0 -0
  586. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/status-meter-gauge/themes/redwood/_oj-status-meter-gauge.cssvars.scss +0 -0
  587. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/status-meter-gauge/themes/redwood/oj-status-meter-gauge.scss +0 -0
  588. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/status-meter-gauge/themes/stable/_oj-status-meter-gauge.cssvars.scss +0 -0
  589. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/status-meter-gauge/themes/stable/oj-status-meter-gauge.scss +0 -0
  590. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/stream-list/themes/base/_oj-stream-list.scss +0 -0
  591. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/stream-list/themes/redwood/_oj-stream-list.cssvars.scss +0 -0
  592. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/stream-list/themes/redwood/_oj-stream-list.servervars.scss +0 -0
  593. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/stream-list/themes/redwood/oj-stream-list.scss +0 -0
  594. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/stream-list/themes/stable/_oj-stream-list.cssvars.scss +0 -0
  595. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/stream-list/themes/stable/_oj-stream-list.servervars.scss +0 -0
  596. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/stream-list/themes/stable/oj-stream-list.scss +0 -0
  597. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/sunburst/themes/base/_oj-sunburst.scss +0 -0
  598. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/sunburst/themes/redwood/_oj-sunburst.cssvars.scss +0 -0
  599. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/sunburst/themes/redwood/oj-sunburst.scss +0 -0
  600. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/sunburst/themes/stable/_oj-sunburst.cssvars.scss +0 -0
  601. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/sunburst/themes/stable/oj-sunburst.scss +0 -0
  602. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/swipe-actions/themes/base/_oj-swipe-actions.scss +0 -0
  603. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/swipe-actions/themes/redwood/_oj-swipe-actions.cssvars.scss +0 -0
  604. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/swipe-actions/themes/redwood/oj-swipe-actions.scss +0 -0
  605. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/swipe-actions/themes/stable/_oj-swipe-actions.cssvars.scss +0 -0
  606. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/swipe-actions/themes/stable/oj-swipe-actions.scss +0 -0
  607. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/switch/themes/base/_oj-switch.scss +0 -0
  608. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/switch/themes/redwood/_oj-switch.cssvars.scss +0 -0
  609. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/switch/themes/redwood/oj-switch.scss +0 -0
  610. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/switch/themes/stable/_oj-switch.cssvars.scss +0 -0
  611. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/switch/themes/stable/oj-switch.scss +0 -0
  612. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/switcher/themes/base/_oj-switcher.scss +0 -0
  613. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/switcher/themes/redwood/oj-switcher.scss +0 -0
  614. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/switcher/themes/stable/oj-switcher.scss +0 -0
  615. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/tab-bar/themes/base/_oj-tab-bar.scss +0 -0
  616. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/tab-bar/themes/redwood/_oj-tab-bar-scoped.cssvars.scss +0 -0
  617. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/tab-bar/themes/redwood/_oj-tab-bar.cssvars.scss +0 -0
  618. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/tab-bar/themes/redwood/oj-tab-bar.scss +0 -0
  619. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/tab-bar/themes/stable/_oj-tab-bar-scoped.cssvars.scss +0 -0
  620. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/tab-bar/themes/stable/_oj-tab-bar.cssvars.scss +0 -0
  621. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/tab-bar/themes/stable/oj-tab-bar.scss +0 -0
  622. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/table/themes/base/_oj-table.scss +0 -0
  623. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/table/themes/redwood/_oj-table.cssvars.scss +0 -0
  624. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/table/themes/redwood/oj-table.scss +0 -0
  625. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/table/themes/stable/_oj-table.cssvars.scss +0 -0
  626. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/table/themes/stable/oj-table.scss +0 -0
  627. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/tag-cloud/themes/base/_oj-tag-cloud.scss +0 -0
  628. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/tag-cloud/themes/redwood/_oj-tag-cloud.cssvars.scss +0 -0
  629. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/tag-cloud/themes/redwood/oj-tag-cloud.scss +0 -0
  630. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/tag-cloud/themes/stable/_oj-tag-cloud.cssvars.scss +0 -0
  631. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/tag-cloud/themes/stable/oj-tag-cloud.scss +0 -0
  632. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/tags/themes/base/_oj-notags.scss +0 -0
  633. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/tags/themes/base/_oj-tags.scss +0 -0
  634. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/tags/themes/redwood/_oj-tags-scoped.cssvars.scss +0 -0
  635. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/tags/themes/redwood/_oj-tags.cssvars.scss +0 -0
  636. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/tags/themes/redwood/oj-notags.scss +0 -0
  637. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/tags/themes/redwood/oj-tags.scss +0 -0
  638. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/tags/themes/stable/_oj-tags.cssvars.scss +0 -0
  639. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/tags/themes/stable/oj-notags.scss +0 -0
  640. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/tags/themes/stable/oj-tags.scss +0 -0
  641. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/text-area/themes/base/_oj-text-area.scss +0 -0
  642. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/text-area/themes/redwood/_oj-text-area.cssvars.scss +0 -0
  643. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/text-area/themes/redwood/oj-text-area.scss +0 -0
  644. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/text-area/themes/stable/_oj-text-area.cssvars.scss +0 -0
  645. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/text-area/themes/stable/oj-text-area.scss +0 -0
  646. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/text-field/themes/base/_oj-text-field.cssvars.scss +0 -0
  647. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/text-field/themes/redwood/_oj-text-field-scoped.cssvars.scss +0 -0
  648. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/text-field/themes/redwood/_oj-text-field.cssvars.scss +0 -0
  649. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/text-field/themes/stable/_oj-text-field.cssvars.scss +0 -0
  650. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/thematic-map/themes/base/_oj-thematic-map.scss +0 -0
  651. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/thematic-map/themes/redwood/_oj-thematic-map.cssvars.scss +0 -0
  652. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/thematic-map/themes/redwood/oj-thematic-map.scss +0 -0
  653. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/thematic-map/themes/stable/_oj-thematic-map.cssvars.scss +0 -0
  654. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/thematic-map/themes/stable/oj-thematic-map.scss +0 -0
  655. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/time-axis/themes/base/_oj-time-axis.scss +0 -0
  656. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/time-axis/themes/redwood/_oj-time-axis.cssvars.scss +0 -0
  657. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/time-axis/themes/redwood/oj-time-axis.scss +0 -0
  658. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/time-axis/themes/stable/_oj-time-axis.cssvars.scss +0 -0
  659. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/time-axis/themes/stable/oj-time-axis.scss +0 -0
  660. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/timeline/themes/base/_oj-timeline.scss +0 -0
  661. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/timeline/themes/redwood/_oj-timeline.cssvars.scss +0 -0
  662. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/timeline/themes/redwood/oj-timeline.scss +0 -0
  663. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/timeline/themes/stable/_oj-timeline.cssvars.scss +0 -0
  664. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/timeline/themes/stable/oj-timeline.scss +0 -0
  665. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/toolbar/themes/base/_oj-toolbar.scss +0 -0
  666. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/toolbar/themes/redwood/_oj-toolbar.cssvars.scss +0 -0
  667. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/toolbar/themes/redwood/oj-toolbar.scss +0 -0
  668. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/toolbar/themes/stable/_oj-toolbar.cssvars.scss +0 -0
  669. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/toolbar/themes/stable/oj-toolbar.scss +0 -0
  670. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/tooltip/themes/base/_oj-tooltip.scss +0 -0
  671. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/tooltip/themes/redwood/_oj-tooltip.cssvars.scss +0 -0
  672. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/tooltip/themes/redwood/oj-tooltip.scss +0 -0
  673. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/tooltip/themes/stable/_oj-tooltip.cssvars.scss +0 -0
  674. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/tooltip/themes/stable/oj-tooltip.scss +0 -0
  675. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/train/themes/base/_oj-train.scss +0 -0
  676. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/train/themes/redwood/_oj-train.cssvars.scss +0 -0
  677. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/train/themes/redwood/oj-train.scss +0 -0
  678. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/train/themes/stable/_oj-train.cssvars.scss +0 -0
  679. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/train/themes/stable/oj-train.scss +0 -0
  680. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/tree-view/themes/base/_oj-tree-view.scss +0 -0
  681. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/tree-view/themes/redwood/_oj-tree-view.cssvars.scss +0 -0
  682. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/tree-view/themes/redwood/oj-tree-view.scss +0 -0
  683. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/tree-view/themes/stable/_oj-tree-view.cssvars.scss +0 -0
  684. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/tree-view/themes/stable/oj-tree-view.scss +0 -0
  685. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/treemap/themes/base/_oj-treemap.scss +0 -0
  686. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/treemap/themes/redwood/_oj-treemap.cssvars.scss +0 -0
  687. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/treemap/themes/redwood/oj-treemap.scss +0 -0
  688. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/treemap/themes/stable/_oj-treemap.cssvars.scss +0 -0
  689. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/treemap/themes/stable/oj-treemap.scss +0 -0
  690. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/typography/themes/base/_oj-typography.scss +0 -0
  691. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/typography/themes/redwood/_oj-typography-scoped.cssvars.scss +0 -0
  692. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/typography/themes/redwood/_oj-typography.cssvars.scss +0 -0
  693. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/typography/themes/redwood/oj-typography.scss +0 -0
  694. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/typography/themes/stable/_oj-typography-scoped.cssvars.scss +0 -0
  695. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/typography/themes/stable/_oj-typography.cssvars.scss +0 -0
  696. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/typography/themes/stable/oj-typography.scss +0 -0
  697. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/utilities/_oj.utilities.bidi.scss +0 -0
  698. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/utilities/_oj.utilities.icons.scss +0 -0
  699. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/utilities/_oj.utilities.json.scss +0 -0
  700. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/utilities/_oj.utilities.masonrylayout.scss +0 -0
  701. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/utilities/_oj.utilities.modules.scss +0 -0
  702. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/validation-group/themes/base/_oj-validation-group.scss +0 -0
  703. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/validation-group/themes/redwood/oj-validation-group.scss +0 -0
  704. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/validation-group/themes/stable/oj-validation-group.scss +0 -0
  705. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/waterfall-layout/themes/base/_oj-waterfall-layout.scss +0 -0
  706. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/waterfall-layout/themes/redwood/_oj-waterfall-layout.cssvars.scss +0 -0
  707. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/waterfall-layout/themes/redwood/oj-waterfall-layout.scss +0 -0
  708. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/waterfall-layout/themes/stable/_oj-waterfall-layout.cssvars.scss +0 -0
  709. package/dist/pcss/oj/{v11.1.0 → v11.1.4}/oj/waterfall-layout/themes/stable/oj-waterfall-layout.scss +0 -0
  710. package/dist/scss/common/helpers/_oj.common.helpers.scss +1 -1
  711. package/dist/scss/common/widgets/_oj.common.formcontrol.mixins.scss +0 -71
  712. package/dist/scss/common/widgets/_oj.common.formcontrol.select2.scss +11 -16
  713. package/dist/scss/common/widgets/_oj.common.formlayout.mixins.scss +12 -5
  714. package/dist/scss/common/widgets/_oj.common.treeview.scss +2 -0
  715. package/dist/webpack-tools/4.x/webpack.config.js +3 -3
  716. package/dist/webpack-tools/webpack.config.js +3 -3
  717. package/package.json +1 -1
@@ -317,7 +317,8 @@ define('persist/persistenceUtils',['./impl/logger'], function (logger) {
317
317
  function _derivePayloadType(xhr, response) {
318
318
  var contentType = response.headers.get('Content-Type');
319
319
  var responseType = xhr.responseType;
320
- if (_isTextPayload(response.headers)) {
320
+ var isSVG = contentType && contentType.indexOf('image/svg+xml') !== -1;
321
+ if (_isTextPayload(response.headers) || isSVG) {
321
322
  return "text";
322
323
  } else if (isCachedResponse(response) || responseType === 'blob') {
323
324
  return "blob";
@@ -330,17 +331,25 @@ define('persist/persistenceUtils',['./impl/logger'], function (logger) {
330
331
  }
331
332
  }
332
333
 
333
- function _isTextPayload(headers) {
334
+ function _isTextPayload(headers, isAppJsonText) {
334
335
 
335
336
  var contentType = headers.get('Content-Type');
336
337
 
337
338
  // the response is considered text type when contentType value is of
338
339
  // pattern text/ or application/*json .
339
- if (contentType &&
340
- (contentType.match(/.*text\/.*/) ||
341
- contentType.match(/.*application\/.*json.*/))) {
342
- return true;
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
+ }
343
351
  }
352
+
344
353
  return false;
345
354
  };
346
355
 
@@ -437,7 +446,7 @@ define('persist/persistenceUtils',['./impl/logger'], function (logger) {
437
446
  }
438
447
 
439
448
  if ((source instanceof Request) ||
440
- _isTextPayload(source.headers)) {
449
+ _isTextPayload(source.headers, true)) {
441
450
  return source.text().then(function (text) {
442
451
  targetObj.body.text = text;
443
452
  return targetObj;
@@ -1144,6 +1153,26 @@ define('persist/impl/PersistenceXMLHttpRequest',['../persistenceUtils', './logge
1144
1153
  value: false,
1145
1154
  writable: true
1146
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
+ });
1147
1176
  };
1148
1177
  Object.defineProperty(PersistenceXMLHttpRequest, 'UNSENT', {
1149
1178
  value: 0,
@@ -3285,6 +3314,35 @@ exports.install = function (t) {
3285
3314
  };
3286
3315
  };
3287
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){
3288
3346
  (function (process){(function (){
3289
3347
  'use strict';
3290
3348
 
@@ -13559,654 +13617,946 @@ PouchDB.plugin(IDBPouch)
13559
13617
  module.exports = PouchDB;
13560
13618
 
13561
13619
  }).call(this)}).call(this,require('_process'))
13562
- },{"_process":22,"argsarray":1,"events":3,"immediate":4,"inherits":11,"spark-md5":23,"uuid":13,"vuvuzela":24}],11:[function(require,module,exports){
13563
- if (typeof Object.create === 'function') {
13564
- // implementation from standard node.js 'util' module
13565
- module.exports = function inherits(ctor, superCtor) {
13566
- if (superCtor) {
13567
- ctor.super_ = superCtor
13568
- ctor.prototype = Object.create(superCtor.prototype, {
13569
- constructor: {
13570
- value: ctor,
13571
- enumerable: false,
13572
- writable: true,
13573
- configurable: true
13574
- }
13575
- })
13576
- }
13577
- };
13578
- } else {
13579
- // old school shim for old browsers
13580
- module.exports = function inherits(ctor, superCtor) {
13581
- if (superCtor) {
13582
- ctor.super_ = superCtor
13583
- var TempCtor = function () {}
13584
- TempCtor.prototype = superCtor.prototype
13585
- ctor.prototype = new TempCtor()
13586
- ctor.prototype.constructor = ctor
13587
- }
13588
- }
13589
- }
13590
-
13591
- },{}],12:[function(require,module,exports){
13592
- "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 = {};
13593
13623
 
13594
- Object.defineProperty(exports, "__esModule", {
13595
- value: true
13596
- });
13597
- exports.default = void 0;
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.
13598
13628
 
13599
- /**
13600
- * Convert array of 16 byte values to UUID string format of the form:
13601
- * XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
13602
- */
13603
- const byteToHex = [];
13629
+ var cachedSetTimeout;
13630
+ var cachedClearTimeout;
13604
13631
 
13605
- for (let i = 0; i < 256; ++i) {
13606
- byteToHex.push((i + 0x100).toString(16).substr(1));
13632
+ function defaultSetTimout() {
13633
+ throw new Error('setTimeout has not been defined');
13607
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
+ }
13608
13680
 
13609
- function bytesToUuid(buf, offset) {
13610
- const i = offset || 0;
13611
- const bth = byteToHex; // Note: Be careful editing this code! It's been tuned for performance
13612
- // and works in ways you may not expect. See https://github.com/uuidjs/uuid/pull/434
13613
13681
 
13614
- 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();
13615
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
+ }
13616
13706
 
13617
- var _default = bytesToUuid;
13618
- exports.default = _default;
13619
- },{}],13:[function(require,module,exports){
13620
- "use strict";
13621
-
13622
- Object.defineProperty(exports, "__esModule", {
13623
- value: true
13624
- });
13625
- Object.defineProperty(exports, "v1", {
13626
- enumerable: true,
13627
- get: function () {
13628
- return _v.default;
13629
- }
13630
- });
13631
- Object.defineProperty(exports, "v3", {
13632
- enumerable: true,
13633
- get: function () {
13634
- return _v2.default;
13635
- }
13636
- });
13637
- Object.defineProperty(exports, "v4", {
13638
- enumerable: true,
13639
- get: function () {
13640
- return _v3.default;
13641
- }
13642
- });
13643
- Object.defineProperty(exports, "v5", {
13644
- enumerable: true,
13645
- get: function () {
13646
- return _v4.default;
13647
- }
13648
- });
13649
13707
 
13650
- var _v = _interopRequireDefault(require("./v1.js"));
13651
13708
 
13652
- var _v2 = _interopRequireDefault(require("./v3.js"));
13709
+ }
13710
+ var queue = [];
13711
+ var draining = false;
13712
+ var currentQueue;
13713
+ var queueIndex = -1;
13653
13714
 
13654
- var _v3 = _interopRequireDefault(require("./v4.js"));
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
+ }
13655
13729
 
13656
- var _v4 = _interopRequireDefault(require("./v5.js"));
13730
+ function drainQueue() {
13731
+ if (draining) {
13732
+ return;
13733
+ }
13734
+ var timeout = runTimeout(cleanUpNextTick);
13735
+ draining = true;
13657
13736
 
13658
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
13659
- },{"./v1.js":17,"./v3.js":18,"./v4.js":20,"./v5.js":21}],14:[function(require,module,exports){
13660
- "use strict";
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
+ }
13661
13753
 
13662
- Object.defineProperty(exports, "__esModule", {
13663
- value: true
13664
- });
13665
- exports.default = void 0;
13666
-
13667
- /*
13668
- * Browser-compatible JavaScript MD5
13669
- *
13670
- * Modification of JavaScript MD5
13671
- * https://github.com/blueimp/JavaScript-MD5
13672
- *
13673
- * Copyright 2011, Sebastian Tschan
13674
- * https://blueimp.net
13675
- *
13676
- * Licensed under the MIT license:
13677
- * https://opensource.org/licenses/MIT
13678
- *
13679
- * Based on
13680
- * A JavaScript implementation of the RSA Data Security, Inc. MD5 Message
13681
- * Digest Algorithm, as defined in RFC 1321.
13682
- * Version 2.2 Copyright (C) Paul Johnston 1999 - 2009
13683
- * Other contributors: Greg Holt, Andrew Kepert, Ydnar, Lostinet
13684
- * Distributed under the BSD License
13685
- * See http://pajhome.org.uk/crypt/md5 for more info.
13686
- */
13687
- function md5(bytes) {
13688
- if (typeof bytes === 'string') {
13689
- const msg = unescape(encodeURIComponent(bytes)); // UTF8 escape
13690
-
13691
- bytes = new Uint8Array(msg.length);
13692
-
13693
- for (let i = 0; i < msg.length; ++i) {
13694
- 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
+ }
13695
13760
  }
13696
- }
13761
+ queue.push(new Item(fun, args));
13762
+ if (queue.length === 1 && !draining) {
13763
+ runTimeout(drainQueue);
13764
+ }
13765
+ };
13697
13766
 
13698
- return md5ToHexEncodedArray(wordsToMd5(bytesToWords(bytes), bytes.length * 8));
13767
+ // v8 likes predictible objects
13768
+ function Item(fun, array) {
13769
+ this.fun = fun;
13770
+ this.array = array;
13699
13771
  }
13700
- /*
13701
- * Convert an array of little-endian words to an array of bytes
13702
- */
13703
-
13704
-
13705
- function md5ToHexEncodedArray(input) {
13706
- const output = [];
13707
- const length32 = input.length * 32;
13708
- const hexTab = '0123456789abcdef';
13709
-
13710
- for (let i = 0; i < length32; i += 8) {
13711
- const x = input[i >> 5] >>> i % 32 & 0xff;
13712
- const hex = parseInt(hexTab.charAt(x >>> 4 & 0x0f) + hexTab.charAt(x & 0x0f), 16);
13713
- output.push(hex);
13714
- }
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 = {};
13715
13781
 
13716
- return output;
13717
- }
13718
- /**
13719
- * Calculate output length with padding and bit length
13720
- */
13782
+ function noop() {}
13721
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;
13722
13793
 
13723
- function getOutputLength(inputLength8) {
13724
- return (inputLength8 + 64 >>> 9 << 4) + 14 + 1;
13725
- }
13726
- /*
13727
- * Calculate the MD5 of an array of little-endian words, and a bit length.
13728
- */
13794
+ process.listeners = function (name) { return [] }
13729
13795
 
13796
+ process.binding = function (name) {
13797
+ throw new Error('process.binding is not supported');
13798
+ };
13730
13799
 
13731
- function wordsToMd5(x, len) {
13732
- /* append padding */
13733
- x[len >> 5] |= 0x80 << len % 32;
13734
- x[getOutputLength(len) - 1] = len;
13735
- let a = 1732584193;
13736
- let b = -271733879;
13737
- let c = -1732584194;
13738
- 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; };
13739
13805
 
13740
- for (let i = 0; i < x.length; i += 16) {
13741
- const olda = a;
13742
- const oldb = b;
13743
- const oldc = c;
13744
- const oldd = d;
13745
- a = md5ff(a, b, c, d, x[i], 7, -680876936);
13746
- d = md5ff(d, a, b, c, x[i + 1], 12, -389564586);
13747
- c = md5ff(c, d, a, b, x[i + 2], 17, 606105819);
13748
- b = md5ff(b, c, d, a, x[i + 3], 22, -1044525330);
13749
- a = md5ff(a, b, c, d, x[i + 4], 7, -176418897);
13750
- d = md5ff(d, a, b, c, x[i + 5], 12, 1200080426);
13751
- c = md5ff(c, d, a, b, x[i + 6], 17, -1473231341);
13752
- b = md5ff(b, c, d, a, x[i + 7], 22, -45705983);
13753
- a = md5ff(a, b, c, d, x[i + 8], 7, 1770035416);
13754
- d = md5ff(d, a, b, c, x[i + 9], 12, -1958414417);
13755
- c = md5ff(c, d, a, b, x[i + 10], 17, -42063);
13756
- b = md5ff(b, c, d, a, x[i + 11], 22, -1990404162);
13757
- a = md5ff(a, b, c, d, x[i + 12], 7, 1804603682);
13758
- d = md5ff(d, a, b, c, x[i + 13], 12, -40341101);
13759
- c = md5ff(c, d, a, b, x[i + 14], 17, -1502002290);
13760
- b = md5ff(b, c, d, a, x[i + 15], 22, 1236535329);
13761
- a = md5gg(a, b, c, d, x[i + 1], 5, -165796510);
13762
- d = md5gg(d, a, b, c, x[i + 6], 9, -1069501632);
13763
- c = md5gg(c, d, a, b, x[i + 11], 14, 643717713);
13764
- b = md5gg(b, c, d, a, x[i], 20, -373897302);
13765
- a = md5gg(a, b, c, d, x[i + 5], 5, -701558691);
13766
- d = md5gg(d, a, b, c, x[i + 10], 9, 38016083);
13767
- c = md5gg(c, d, a, b, x[i + 15], 14, -660478335);
13768
- b = md5gg(b, c, d, a, x[i + 4], 20, -405537848);
13769
- a = md5gg(a, b, c, d, x[i + 9], 5, 568446438);
13770
- d = md5gg(d, a, b, c, x[i + 14], 9, -1019803690);
13771
- c = md5gg(c, d, a, b, x[i + 3], 14, -187363961);
13772
- b = md5gg(b, c, d, a, x[i + 8], 20, 1163531501);
13773
- a = md5gg(a, b, c, d, x[i + 13], 5, -1444681467);
13774
- d = md5gg(d, a, b, c, x[i + 2], 9, -51403784);
13775
- c = md5gg(c, d, a, b, x[i + 7], 14, 1735328473);
13776
- b = md5gg(b, c, d, a, x[i + 12], 20, -1926607734);
13777
- a = md5hh(a, b, c, d, x[i + 5], 4, -378558);
13778
- d = md5hh(d, a, b, c, x[i + 8], 11, -2022574463);
13779
- c = md5hh(c, d, a, b, x[i + 11], 16, 1839030562);
13780
- b = md5hh(b, c, d, a, x[i + 14], 23, -35309556);
13781
- a = md5hh(a, b, c, d, x[i + 1], 4, -1530992060);
13782
- d = md5hh(d, a, b, c, x[i + 4], 11, 1272893353);
13783
- c = md5hh(c, d, a, b, x[i + 7], 16, -155497632);
13784
- b = md5hh(b, c, d, a, x[i + 10], 23, -1094730640);
13785
- a = md5hh(a, b, c, d, x[i + 13], 4, 681279174);
13786
- d = md5hh(d, a, b, c, x[i], 11, -358537222);
13787
- c = md5hh(c, d, a, b, x[i + 3], 16, -722521979);
13788
- b = md5hh(b, c, d, a, x[i + 6], 23, 76029189);
13789
- a = md5hh(a, b, c, d, x[i + 9], 4, -640364487);
13790
- d = md5hh(d, a, b, c, x[i + 12], 11, -421815835);
13791
- c = md5hh(c, d, a, b, x[i + 15], 16, 530742520);
13792
- b = md5hh(b, c, d, a, x[i + 2], 23, -995338651);
13793
- a = md5ii(a, b, c, d, x[i], 6, -198630844);
13794
- d = md5ii(d, a, b, c, x[i + 7], 10, 1126891415);
13795
- c = md5ii(c, d, a, b, x[i + 14], 15, -1416354905);
13796
- b = md5ii(b, c, d, a, x[i + 5], 21, -57434055);
13797
- a = md5ii(a, b, c, d, x[i + 12], 6, 1700485571);
13798
- d = md5ii(d, a, b, c, x[i + 3], 10, -1894986606);
13799
- c = md5ii(c, d, a, b, x[i + 10], 15, -1051523);
13800
- b = md5ii(b, c, d, a, x[i + 1], 21, -2054922799);
13801
- a = md5ii(a, b, c, d, x[i + 8], 6, 1873313359);
13802
- d = md5ii(d, a, b, c, x[i + 15], 10, -30611744);
13803
- c = md5ii(c, d, a, b, x[i + 6], 15, -1560198380);
13804
- b = md5ii(b, c, d, a, x[i + 13], 21, 1309151649);
13805
- a = md5ii(a, b, c, d, x[i + 4], 6, -145523070);
13806
- d = md5ii(d, a, b, c, x[i + 11], 10, -1120210379);
13807
- c = md5ii(c, d, a, b, x[i + 2], 15, 718787259);
13808
- b = md5ii(b, c, d, a, x[i + 9], 21, -343485551);
13809
- a = safeAdd(a, olda);
13810
- b = safeAdd(b, oldb);
13811
- c = safeAdd(c, oldc);
13812
- d = safeAdd(d, oldd);
13813
- }
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;
13814
13817
 
13815
- return [a, b, c, d];
13816
- }
13817
- /*
13818
- * Convert an array bytes to an array of little-endian words
13819
- * Characters >255 have their high-byte silently ignored.
13820
- */
13818
+ try {
13819
+ glob = window;
13820
+ } catch (e) {
13821
+ glob = self;
13822
+ }
13821
13823
 
13824
+ glob.SparkMD5 = factory();
13825
+ }
13826
+ }(function (undefined) {
13822
13827
 
13823
- function bytesToWords(input) {
13824
- if (input.length === 0) {
13825
- return [];
13826
- }
13828
+ 'use strict';
13827
13829
 
13828
- const length8 = input.length * 8;
13829
- const output = new Uint32Array(getOutputLength(length8));
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
+ */
13830
13837
 
13831
- for (let i = 0; i < length8; i += 8) {
13832
- output[i >> 5] |= (input[i / 8] & 0xff) << i % 32;
13833
- }
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'];
13834
13847
 
13835
- return output;
13836
- }
13837
- /*
13838
- * Add integers, wrapping at 2^32. This uses 16-bit operations internally
13839
- * to work around bugs in some JS interpreters.
13840
- */
13841
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
+ }
13842
13853
 
13843
- function safeAdd(x, y) {
13844
- const lsw = (x & 0xffff) + (y & 0xffff);
13845
- const msw = (x >> 16) + (y >> 16) + (lsw >> 16);
13846
- return msw << 16 | lsw & 0xffff;
13847
- }
13848
- /*
13849
- * Bitwise rotate a 32-bit number to the left.
13850
- */
13854
+ function md5cycle(x, k) {
13855
+ var a = x[0],
13856
+ b = x[1],
13857
+ c = x[2],
13858
+ d = x[3];
13851
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;
13852
13892
 
13853
- function bitRotateLeft(num, cnt) {
13854
- return num << cnt | num >>> 32 - cnt;
13855
- }
13856
- /*
13857
- * These functions implement the four basic operations the algorithm uses.
13858
- */
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;
13859
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;
13860
13958
 
13861
- function md5cmn(q, a, b, x, s, t) {
13862
- return safeAdd(bitRotateLeft(safeAdd(safeAdd(a, q), safeAdd(x, t)), s), b);
13863
- }
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;
13864
13991
 
13865
- function md5ff(a, b, c, d, x, s, t) {
13866
- return md5cmn(b & c | ~b & d, a, b, x, s, t);
13867
- }
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
+ }
13868
13997
 
13869
- function md5gg(a, b, c, d, x, s, t) {
13870
- return md5cmn(b & d | c & ~d, a, b, x, s, t);
13871
- }
13998
+ function md5blk(s) {
13999
+ var md5blks = [],
14000
+ i; /* Andy King said do it this way. */
13872
14001
 
13873
- function md5hh(a, b, c, d, x, s, t) {
13874
- return md5cmn(b ^ c ^ d, a, b, x, s, t);
13875
- }
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
+ }
13876
14007
 
13877
- function md5ii(a, b, c, d, x, s, t) {
13878
- return md5cmn(c ^ (b | ~d), a, b, x, s, t);
13879
- }
14008
+ function md5blk_array(a) {
14009
+ var md5blks = [],
14010
+ i; /* Andy King said do it this way. */
13880
14011
 
13881
- var _default = md5;
13882
- exports.default = _default;
13883
- },{}],15:[function(require,module,exports){
13884
- "use strict";
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
+ }
13885
14017
 
13886
- Object.defineProperty(exports, "__esModule", {
13887
- value: true
13888
- });
13889
- exports.default = rng;
13890
- // Unique ID creation requires a high quality random # generator. In the browser we therefore
13891
- // require the crypto API and do not support built-in fallback to lower quality random number
13892
- // generators (like Math.random()).
13893
- // getRandomValues needs to be invoked in a context where "this" is a Crypto implementation. Also,
13894
- // find the complete implementation of crypto (msCrypto) on IE11.
13895
- const getRandomValues = typeof crypto !== 'undefined' && crypto.getRandomValues && crypto.getRandomValues.bind(crypto) || typeof msCrypto !== 'undefined' && typeof msCrypto.getRandomValues === 'function' && msCrypto.getRandomValues.bind(msCrypto);
13896
- 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;
13897
14027
 
13898
- function rng() {
13899
- if (!getRandomValues) {
13900
- throw new Error('crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported');
13901
- }
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
+ }
13902
14044
 
13903
- return getRandomValues(rnds8);
13904
- }
13905
- },{}],16:[function(require,module,exports){
13906
- "use strict";
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;
13907
14050
 
13908
- Object.defineProperty(exports, "__esModule", {
13909
- value: true
13910
- });
13911
- exports.default = void 0;
14051
+ tail[14] = lo;
14052
+ tail[15] = hi;
13912
14053
 
13913
- // Adapted from Chris Veness' SHA1 code at
13914
- // http://www.movable-type.co.uk/scripts/sha1.html
13915
- function f(s, x, y, z) {
13916
- switch (s) {
13917
- case 0:
13918
- return x & y ^ ~x & z;
14054
+ md5cycle(state, tail);
14055
+ return state;
14056
+ }
13919
14057
 
13920
- case 1:
13921
- return x ^ y ^ z;
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;
13922
14067
 
13923
- case 2:
13924
- return x & y ^ x & z ^ y & z;
14068
+ for (i = 64; i <= n; i += 64) {
14069
+ md5cycle(state, md5blk_array(a.subarray(i - 64, i)));
14070
+ }
13925
14071
 
13926
- case 3:
13927
- return x ^ y ^ z;
13928
- }
13929
- }
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);
13930
14077
 
13931
- function ROTL(x, n) {
13932
- return x << n | x >>> 32 - n;
13933
- }
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
+ }
13934
14083
 
13935
- function sha1(bytes) {
13936
- const K = [0x5a827999, 0x6ed9eba1, 0x8f1bbcdc, 0xca62c1d6];
13937
- const H = [0x67452301, 0xefcdab89, 0x98badcfe, 0x10325476, 0xc3d2e1f0];
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
+ }
13938
14091
 
13939
- if (typeof bytes === 'string') {
13940
- const msg = unescape(encodeURIComponent(bytes)); // UTF8 escape
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;
13941
14097
 
13942
- bytes = [];
14098
+ tail[14] = lo;
14099
+ tail[15] = hi;
13943
14100
 
13944
- for (let i = 0; i < msg.length; ++i) {
13945
- bytes.push(msg.charCodeAt(i));
14101
+ md5cycle(state, tail);
14102
+
14103
+ return state;
13946
14104
  }
13947
- }
13948
14105
 
13949
- bytes.push(0x80);
13950
- const l = bytes.length / 4 + 2;
13951
- const N = Math.ceil(l / 16);
13952
- const M = new Array(N);
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;
14113
+ }
13953
14114
 
13954
- for (let i = 0; i < N; ++i) {
13955
- const arr = new Uint32Array(16);
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('');
14121
+ }
13956
14122
 
13957
- for (let j = 0; j < 16; ++j) {
13958
- 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];
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
+ };
13959
14130
  }
13960
14131
 
13961
- M[i] = arr;
13962
- }
14132
+ // ---------------------------------------------------
13963
14133
 
13964
- M[N - 1][14] = (bytes.length - 1) * 8 / Math.pow(2, 32);
13965
- M[N - 1][14] = Math.floor(M[N - 1][14]);
13966
- M[N - 1][15] = (bytes.length - 1) * 8 & 0xffffffff;
14134
+ /**
14135
+ * ArrayBuffer slice polyfill.
14136
+ *
14137
+ * @see https://github.com/ttaubert/node-arraybuffer-slice
14138
+ */
13967
14139
 
13968
- for (let i = 0; i < N; ++i) {
13969
- const W = new Uint32Array(80);
14140
+ if (typeof ArrayBuffer !== 'undefined' && !ArrayBuffer.prototype.slice) {
14141
+ (function () {
14142
+ function clamp(val, length) {
14143
+ val = (val | 0) || 0;
13970
14144
 
13971
- for (let t = 0; t < 16; ++t) {
13972
- W[t] = M[i][t];
14145
+ if (val < 0) {
14146
+ return Math.max(val + length, 0);
14147
+ }
14148
+
14149
+ return Math.min(val, length);
14150
+ }
14151
+
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;
14160
+
14161
+ if (to !== undefined) {
14162
+ end = clamp(to, length);
14163
+ }
14164
+
14165
+ if (begin > end) {
14166
+ return new ArrayBuffer(0);
14167
+ }
14168
+
14169
+ num = end - begin;
14170
+ target = new ArrayBuffer(num);
14171
+ targetArray = new Uint8Array(target);
14172
+
14173
+ sourceArray = new Uint8Array(this, begin, num);
14174
+ targetArray.set(sourceArray);
14175
+
14176
+ return target;
14177
+ };
14178
+ })();
13973
14179
  }
13974
14180
 
13975
- for (let t = 16; t < 80; ++t) {
13976
- W[t] = ROTL(W[t - 3] ^ W[t - 8] ^ W[t - 14] ^ W[t - 16], 1);
14181
+ // ---------------------------------------------------
14182
+
14183
+ /**
14184
+ * Helpers.
14185
+ */
14186
+
14187
+ function toUtf8(str) {
14188
+ if (/[\u0080-\uFFFF]/.test(str)) {
14189
+ str = unescape(encodeURIComponent(str));
14190
+ }
14191
+
14192
+ return str;
13977
14193
  }
13978
14194
 
13979
- let a = H[0];
13980
- let b = H[1];
13981
- let c = H[2];
13982
- let d = H[3];
13983
- let e = H[4];
14195
+ function utf8Str2ArrayBuffer(str, returnUInt8Array) {
14196
+ var length = str.length,
14197
+ buff = new ArrayBuffer(length),
14198
+ arr = new Uint8Array(buff),
14199
+ i;
13984
14200
 
13985
- for (let t = 0; t < 80; ++t) {
13986
- const s = Math.floor(t / 20);
13987
- const T = ROTL(a, 5) + f(s, b, c, d) + e + K[s] + W[t] >>> 0;
13988
- e = d;
13989
- d = c;
13990
- c = ROTL(b, 30) >>> 0;
13991
- b = a;
13992
- a = T;
14201
+ for (i = 0; i < length; i += 1) {
14202
+ arr[i] = str.charCodeAt(i);
14203
+ }
14204
+
14205
+ return returnUInt8Array ? arr : buff;
13993
14206
  }
13994
14207
 
13995
- H[0] = H[0] + a >>> 0;
13996
- H[1] = H[1] + b >>> 0;
13997
- H[2] = H[2] + c >>> 0;
13998
- H[3] = H[3] + d >>> 0;
13999
- H[4] = H[4] + e >>> 0;
14000
- }
14208
+ function arrayBuffer2Utf8Str(buff) {
14209
+ return String.fromCharCode.apply(null, new Uint8Array(buff));
14210
+ }
14001
14211
 
14002
- 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];
14003
- }
14212
+ function concatenateArrayBuffers(first, second, returnUInt8Array) {
14213
+ var result = new Uint8Array(first.byteLength + second.byteLength);
14004
14214
 
14005
- var _default = sha1;
14006
- exports.default = _default;
14007
- },{}],17:[function(require,module,exports){
14008
- "use strict";
14215
+ result.set(new Uint8Array(first));
14216
+ result.set(new Uint8Array(second), first.byteLength);
14009
14217
 
14010
- Object.defineProperty(exports, "__esModule", {
14011
- value: true
14012
- });
14013
- exports.default = void 0;
14218
+ return returnUInt8Array ? result : result.buffer;
14219
+ }
14014
14220
 
14015
- var _rng = _interopRequireDefault(require("./rng.js"));
14221
+ function hexToBinaryString(hex) {
14222
+ var bytes = [],
14223
+ length = hex.length,
14224
+ x;
14016
14225
 
14017
- var _bytesToUuid = _interopRequireDefault(require("./bytesToUuid.js"));
14226
+ for (x = 0; x < length - 1; x += 2) {
14227
+ bytes.push(parseInt(hex.substr(x, 2), 16));
14228
+ }
14018
14229
 
14019
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
14230
+ return String.fromCharCode.apply(String, bytes);
14231
+ }
14020
14232
 
14021
- // **`v1()` - Generate time-based UUID**
14022
- //
14023
- // Inspired by https://github.com/LiosK/UUID.js
14024
- // and http://docs.python.org/library/uuid.html
14025
- let _nodeId;
14233
+ // ---------------------------------------------------
14026
14234
 
14027
- let _clockseq; // Previous uuid creation time
14235
+ /**
14236
+ * SparkMD5 OOP implementation.
14237
+ *
14238
+ * Use this class to perform an incremental md5, otherwise use the
14239
+ * static methods instead.
14240
+ */
14241
+
14242
+ function SparkMD5() {
14243
+ // call reset to init the instance
14244
+ this.reset();
14245
+ }
14246
+
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));
14028
14259
 
14260
+ return this;
14261
+ };
14029
14262
 
14030
- let _lastMSecs = 0;
14031
- let _lastNSecs = 0; // See https://github.com/uuidjs/uuid for API details
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;
14032
14273
 
14033
- function v1(options, buf, offset) {
14034
- let i = buf && offset || 0;
14035
- const b = buf || [];
14036
- options = options || {};
14037
- let node = options.node || _nodeId;
14038
- let clockseq = options.clockseq !== undefined ? options.clockseq : _clockseq; // node and clockseq need to be initialized to random values if they're not
14039
- // specified. We do this lazily to minimize issues related to insufficient
14040
- // system entropy. See #189
14274
+ var length = this._buff.length,
14275
+ i;
14041
14276
 
14042
- if (node == null || clockseq == null) {
14043
- const seedBytes = options.random || (options.rng || _rng.default)();
14277
+ for (i = 64; i <= length; i += 64) {
14278
+ md5cycle(this._hash, md5blk(this._buff.substring(i - 64, i)));
14279
+ }
14044
14280
 
14045
- if (node == null) {
14046
- // Per 4.5, create and 48-bit node id, (47 random bits + multicast bit = 1)
14047
- node = _nodeId = [seedBytes[0] | 0x01, seedBytes[1], seedBytes[2], seedBytes[3], seedBytes[4], seedBytes[5]];
14048
- }
14281
+ this._buff = this._buff.substring(i - 64);
14049
14282
 
14050
- if (clockseq == null) {
14051
- // Per 4.2.2, randomize (14 bit) clockseq
14052
- clockseq = _clockseq = (seedBytes[6] << 8 | seedBytes[7]) & 0x3fff;
14053
- }
14054
- } // UUID timestamps are 100 nano-second units since the Gregorian epoch,
14055
- // (1582-10-15 00:00). JSNumbers aren't precise enough for this, so
14056
- // time is handled internally as 'msecs' (integer milliseconds) and 'nsecs'
14057
- // (100-nanoseconds offset from msecs) since unix epoch, 1970-01-01 00:00.
14283
+ return this;
14284
+ };
14058
14285
 
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;
14059
14300
 
14060
- let msecs = options.msecs !== undefined ? options.msecs : Date.now(); // Per 4.2.1.2, use count of uuid's generated during the current clock
14061
- // cycle to simulate higher resolution clock
14301
+ for (i = 0; i < length; i += 1) {
14302
+ tail[i >> 2] |= buff.charCodeAt(i) << ((i % 4) << 3);
14303
+ }
14062
14304
 
14063
- let nsecs = options.nsecs !== undefined ? options.nsecs : _lastNSecs + 1; // Time since last uuid creation (in msecs)
14305
+ this._finish(tail, length);
14306
+ ret = hex(this._hash);
14064
14307
 
14065
- const dt = msecs - _lastMSecs + (nsecs - _lastNSecs) / 10000; // Per 4.2.1.2, Bump clockseq on clock regression
14308
+ if (raw) {
14309
+ ret = hexToBinaryString(ret);
14310
+ }
14066
14311
 
14067
- if (dt < 0 && options.clockseq === undefined) {
14068
- clockseq = clockseq + 1 & 0x3fff;
14069
- } // Reset nsecs if clock regresses (new clockseq) or we've moved onto a new
14070
- // time interval
14312
+ this.reset();
14071
14313
 
14314
+ return ret;
14315
+ };
14072
14316
 
14073
- if ((dt < 0 || msecs > _lastMSecs) && options.nsecs === undefined) {
14074
- nsecs = 0;
14075
- } // Per 4.2.1.2 Throw error if too many uuids are requested
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];
14076
14326
 
14327
+ return this;
14328
+ };
14077
14329
 
14078
- if (nsecs >= 10000) {
14079
- throw new Error("uuid.v1(): Can't create more than 10M uuids/sec");
14080
- }
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
+ };
14081
14342
 
14082
- _lastMSecs = msecs;
14083
- _lastNSecs = nsecs;
14084
- _clockseq = clockseq; // Per 4.1.4 - Convert from unix epoch to Gregorian epoch
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;
14085
14354
 
14086
- msecs += 12219292800000; // `time_low`
14355
+ return this;
14356
+ };
14087
14357
 
14088
- const tl = ((msecs & 0xfffffff) * 10000 + nsecs) % 0x100000000;
14089
- b[i++] = tl >>> 24 & 0xff;
14090
- b[i++] = tl >>> 16 & 0xff;
14091
- b[i++] = tl >>> 8 & 0xff;
14092
- b[i++] = tl & 0xff; // `time_mid`
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
+ };
14093
14367
 
14094
- const tmh = msecs / 0x100000000 * 10000 & 0xfffffff;
14095
- b[i++] = tmh >>> 8 & 0xff;
14096
- b[i++] = tmh & 0xff; // `time_high_and_version`
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;
14097
14379
 
14098
- b[i++] = tmh >>> 24 & 0xf | 0x10; // include version
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
+ }
14099
14387
 
14100
- b[i++] = tmh >>> 16 & 0xff; // `clock_seq_hi_and_reserved` (Per 4.2.2 - include variant)
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;
14101
14394
 
14102
- b[i++] = clockseq >>> 8 | 0x80; // `clock_seq_low`
14395
+ tail[14] = lo;
14396
+ tail[15] = hi;
14397
+ md5cycle(this._hash, tail);
14398
+ };
14103
14399
 
14104
- b[i++] = clockseq & 0xff; // `node`
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
+ };
14105
14414
 
14106
- for (let n = 0; n < 6; ++n) {
14107
- b[i + n] = node[n];
14108
- }
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);
14109
14426
 
14110
- return buf || (0, _bytesToUuid.default)(b);
14111
- }
14427
+ return raw ? hexToBinaryString(ret) : ret;
14428
+ };
14112
14429
 
14113
- var _default = v1;
14114
- exports.default = _default;
14115
- },{"./bytesToUuid.js":12,"./rng.js":15}],18:[function(require,module,exports){
14116
- "use strict";
14430
+ // ---------------------------------------------------
14117
14431
 
14118
- Object.defineProperty(exports, "__esModule", {
14119
- value: true
14120
- });
14121
- exports.default = void 0;
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
+ };
14122
14441
 
14123
- var _v = _interopRequireDefault(require("./v35.js"));
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;
14124
14453
 
14125
- var _md = _interopRequireDefault(require("./md5.js"));
14454
+ this._length += arr.byteLength;
14126
14455
 
14127
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
14456
+ for (i = 64; i <= length; i += 64) {
14457
+ md5cycle(this._hash, md5blk_array(buff.subarray(i - 64, i)));
14458
+ }
14128
14459
 
14129
- const v3 = (0, _v.default)('v3', 0x30, _md.default);
14130
- var _default = v3;
14131
- exports.default = _default;
14132
- },{"./md5.js":14,"./v35.js":19}],19:[function(require,module,exports){
14133
- "use strict";
14460
+ this._buff = (i - 64) < length ? new Uint8Array(buff.buffer.slice(i - 64)) : new Uint8Array(0);
14134
14461
 
14135
- Object.defineProperty(exports, "__esModule", {
14136
- value: true
14137
- });
14138
- exports.default = _default;
14139
- exports.URL = exports.DNS = void 0;
14462
+ return this;
14463
+ };
14140
14464
 
14141
- var _bytesToUuid = _interopRequireDefault(require("./bytesToUuid.js"));
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;
14142
14479
 
14143
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
14480
+ for (i = 0; i < length; i += 1) {
14481
+ tail[i >> 2] |= buff[i] << ((i % 4) << 3);
14482
+ }
14144
14483
 
14145
- function uuidToBytes(uuid) {
14146
- // Note: We assume we're being passed a valid uuid string
14147
- const bytes = [];
14148
- uuid.replace(/[a-fA-F0-9]{2}/g, function (hex) {
14149
- bytes.push(parseInt(hex, 16));
14150
- });
14151
- return bytes;
14152
- }
14484
+ this._finish(tail, length);
14485
+ ret = hex(this._hash);
14153
14486
 
14154
- function stringToBytes(str) {
14155
- str = unescape(encodeURIComponent(str)); // UTF8 escape
14487
+ if (raw) {
14488
+ ret = hexToBinaryString(ret);
14489
+ }
14156
14490
 
14157
- const bytes = [];
14491
+ this.reset();
14158
14492
 
14159
- for (let i = 0; i < str.length; ++i) {
14160
- bytes.push(str.charCodeAt(i));
14161
- }
14493
+ return ret;
14494
+ };
14162
14495
 
14163
- return bytes;
14164
- }
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];
14165
14505
 
14166
- const DNS = '6ba7b810-9dad-11d1-80b4-00c04fd430c8';
14167
- exports.DNS = DNS;
14168
- const URL = '6ba7b811-9dad-11d1-80b4-00c04fd430c8';
14169
- exports.URL = URL;
14506
+ return this;
14507
+ };
14170
14508
 
14171
- function _default(name, version, hashfunc) {
14172
- function generateUUID(value, namespace, buf, offset) {
14173
- const off = buf && offset || 0;
14174
- if (typeof value === 'string') value = stringToBytes(value);
14175
- if (typeof namespace === 'string') namespace = uuidToBytes(namespace);
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);
14176
14516
 
14177
- if (!Array.isArray(value)) {
14178
- throw TypeError('value must be an array of bytes');
14179
- }
14517
+ // Convert buffer to a string
14518
+ state.buff = arrayBuffer2Utf8Str(state.buff);
14180
14519
 
14181
- if (!Array.isArray(namespace) || namespace.length !== 16) {
14182
- throw TypeError('namespace must be uuid string or an Array of 16 byte values');
14183
- } // Per 4.3
14520
+ return state;
14521
+ };
14184
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);
14185
14533
 
14186
- const bytes = hashfunc(namespace.concat(value));
14187
- bytes[6] = bytes[6] & 0x0f | version;
14188
- bytes[8] = bytes[8] & 0x3f | 0x80;
14534
+ return SparkMD5.prototype.setState.call(this, state);
14535
+ };
14189
14536
 
14190
- if (buf) {
14191
- for (let idx = 0; idx < 16; ++idx) {
14192
- buf[off + idx] = bytes[idx];
14193
- }
14194
- }
14537
+ SparkMD5.ArrayBuffer.prototype.destroy = SparkMD5.prototype.destroy;
14195
14538
 
14196
- return buf || (0, _bytesToUuid.default)(bytes);
14197
- } // Function#name is not settable on some platforms (#270)
14539
+ SparkMD5.ArrayBuffer.prototype._finish = SparkMD5.prototype._finish;
14198
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);
14199
14552
 
14200
- try {
14201
- generateUUID.name = name; // eslint-disable-next-line no-empty
14202
- } catch (err) {} // For CommonJS default export support
14553
+ return raw ? hexToBinaryString(ret) : ret;
14554
+ };
14203
14555
 
14556
+ return SparkMD5;
14557
+ }));
14204
14558
 
14205
- generateUUID.DNS = DNS;
14206
- generateUUID.URL = URL;
14207
- return generateUUID;
14208
- }
14209
- },{"./bytesToUuid.js":12}],20:[function(require,module,exports){
14559
+ },{}],14:[function(require,module,exports){
14210
14560
  "use strict";
14211
14561
 
14212
14562
  Object.defineProperty(exports, "__esModule", {
@@ -14214,998 +14564,677 @@ Object.defineProperty(exports, "__esModule", {
14214
14564
  });
14215
14565
  exports.default = void 0;
14216
14566
 
14217
- var _rng = _interopRequireDefault(require("./rng.js"));
14218
-
14219
- var _bytesToUuid = _interopRequireDefault(require("./bytesToUuid.js"));
14220
-
14221
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
14222
-
14223
- function v4(options, buf, offset) {
14224
- if (typeof options === 'string') {
14225
- buf = options === 'binary' ? new Uint8Array(16) : null;
14226
- options = null;
14227
- }
14228
-
14229
- options = options || {};
14230
-
14231
- const rnds = options.random || (options.rng || _rng.default)(); // Per 4.4, set bits for version and `clock_seq_hi_and_reserved`
14232
-
14233
-
14234
- rnds[6] = rnds[6] & 0x0f | 0x40;
14235
- rnds[8] = rnds[8] & 0x3f | 0x80; // Copy bytes to buffer, if provided
14236
-
14237
- if (buf) {
14238
- const start = offset || 0;
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 = [];
14239
14572
 
14240
- for (let i = 0; i < 16; ++i) {
14241
- buf[start + i] = rnds[i];
14242
- }
14573
+ for (let i = 0; i < 256; ++i) {
14574
+ byteToHex.push((i + 0x100).toString(16).substr(1));
14575
+ }
14243
14576
 
14244
- return buf;
14245
- }
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
14246
14581
 
14247
- return (0, _bytesToUuid.default)(rnds);
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();
14248
14583
  }
14249
14584
 
14250
- var _default = v4;
14585
+ var _default = bytesToUuid;
14251
14586
  exports.default = _default;
14252
- },{"./bytesToUuid.js":12,"./rng.js":15}],21:[function(require,module,exports){
14587
+ },{}],15:[function(require,module,exports){
14253
14588
  "use strict";
14254
14589
 
14255
14590
  Object.defineProperty(exports, "__esModule", {
14256
14591
  value: true
14257
14592
  });
14258
- exports.default = void 0;
14259
-
14260
- var _v = _interopRequireDefault(require("./v35.js"));
14261
-
14262
- var _sha = _interopRequireDefault(require("./sha1.js"));
14263
-
14264
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
14265
-
14266
- const v5 = (0, _v.default)('v5', 0x50, _sha.default);
14267
- var _default = v5;
14268
- exports.default = _default;
14269
- },{"./sha1.js":16,"./v35.js":19}],22:[function(require,module,exports){
14270
- // shim for using process in browser
14271
- var process = module.exports = {};
14272
-
14273
- // cached from whatever global is present so that test runners that stub it
14274
- // don't break things. But we need to wrap it in a try catch in case it is
14275
- // wrapped in strict mode code which doesn't define any globals. It's inside a
14276
- // function because try/catches deoptimize in certain engines.
14277
-
14278
- var cachedSetTimeout;
14279
- var cachedClearTimeout;
14280
-
14281
- function defaultSetTimout() {
14282
- throw new Error('setTimeout has not been defined');
14283
- }
14284
- function defaultClearTimeout () {
14285
- throw new Error('clearTimeout has not been defined');
14286
- }
14287
- (function () {
14288
- try {
14289
- if (typeof setTimeout === 'function') {
14290
- cachedSetTimeout = setTimeout;
14291
- } else {
14292
- cachedSetTimeout = defaultSetTimout;
14293
- }
14294
- } catch (e) {
14295
- cachedSetTimeout = defaultSetTimout;
14296
- }
14297
- try {
14298
- if (typeof clearTimeout === 'function') {
14299
- cachedClearTimeout = clearTimeout;
14300
- } else {
14301
- cachedClearTimeout = defaultClearTimeout;
14302
- }
14303
- } catch (e) {
14304
- cachedClearTimeout = defaultClearTimeout;
14305
- }
14306
- } ())
14307
- function runTimeout(fun) {
14308
- if (cachedSetTimeout === setTimeout) {
14309
- //normal enviroments in sane situations
14310
- return setTimeout(fun, 0);
14311
- }
14312
- // if setTimeout wasn't available but was latter defined
14313
- if ((cachedSetTimeout === defaultSetTimout || !cachedSetTimeout) && setTimeout) {
14314
- cachedSetTimeout = setTimeout;
14315
- return setTimeout(fun, 0);
14316
- }
14317
- try {
14318
- // when when somebody has screwed with setTimeout but no I.E. maddness
14319
- return cachedSetTimeout(fun, 0);
14320
- } catch(e){
14321
- try {
14322
- // When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally
14323
- return cachedSetTimeout.call(null, fun, 0);
14324
- } catch(e){
14325
- // 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
14326
- return cachedSetTimeout.call(this, fun, 0);
14327
- }
14328
- }
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
+ });
14329
14617
 
14618
+ var _v = _interopRequireDefault(require("./v1.js"));
14330
14619
 
14331
- }
14332
- function runClearTimeout(marker) {
14333
- if (cachedClearTimeout === clearTimeout) {
14334
- //normal enviroments in sane situations
14335
- return clearTimeout(marker);
14336
- }
14337
- // if clearTimeout wasn't available but was latter defined
14338
- if ((cachedClearTimeout === defaultClearTimeout || !cachedClearTimeout) && clearTimeout) {
14339
- cachedClearTimeout = clearTimeout;
14340
- return clearTimeout(marker);
14341
- }
14342
- try {
14343
- // when when somebody has screwed with setTimeout but no I.E. maddness
14344
- return cachedClearTimeout(marker);
14345
- } catch (e){
14346
- try {
14347
- // When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally
14348
- return cachedClearTimeout.call(null, marker);
14349
- } catch (e){
14350
- // 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.
14351
- // Some versions of I.E. have different rules for clearTimeout vs setTimeout
14352
- return cachedClearTimeout.call(this, marker);
14353
- }
14354
- }
14620
+ var _v2 = _interopRequireDefault(require("./v3.js"));
14355
14621
 
14622
+ var _v3 = _interopRequireDefault(require("./v4.js"));
14356
14623
 
14624
+ var _v4 = _interopRequireDefault(require("./v5.js"));
14357
14625
 
14358
- }
14359
- var queue = [];
14360
- var draining = false;
14361
- var currentQueue;
14362
- var queueIndex = -1;
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){
14628
+ "use strict";
14363
14629
 
14364
- function cleanUpNextTick() {
14365
- if (!draining || !currentQueue) {
14366
- return;
14367
- }
14368
- draining = false;
14369
- if (currentQueue.length) {
14370
- queue = currentQueue.concat(queue);
14371
- } else {
14372
- queueIndex = -1;
14373
- }
14374
- if (queue.length) {
14375
- drainQueue();
14376
- }
14377
- }
14630
+ Object.defineProperty(exports, "__esModule", {
14631
+ value: true
14632
+ });
14633
+ exports.default = void 0;
14378
14634
 
14379
- function drainQueue() {
14380
- if (draining) {
14381
- return;
14382
- }
14383
- var timeout = runTimeout(cleanUpNextTick);
14384
- draining = true;
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
14385
14658
 
14386
- var len = queue.length;
14387
- while(len) {
14388
- currentQueue = queue;
14389
- queue = [];
14390
- while (++queueIndex < len) {
14391
- if (currentQueue) {
14392
- currentQueue[queueIndex].run();
14393
- }
14394
- }
14395
- queueIndex = -1;
14396
- len = queue.length;
14659
+ bytes = new Uint8Array(msg.length);
14660
+
14661
+ for (let i = 0; i < msg.length; ++i) {
14662
+ bytes[i] = msg.charCodeAt(i);
14397
14663
  }
14398
- currentQueue = null;
14399
- draining = false;
14400
- runClearTimeout(timeout);
14664
+ }
14665
+
14666
+ return md5ToHexEncodedArray(wordsToMd5(bytesToWords(bytes), bytes.length * 8));
14401
14667
  }
14668
+ /*
14669
+ * Convert an array of little-endian words to an array of bytes
14670
+ */
14402
14671
 
14403
- process.nextTick = function (fun) {
14404
- var args = new Array(arguments.length - 1);
14405
- if (arguments.length > 1) {
14406
- for (var i = 1; i < arguments.length; i++) {
14407
- args[i - 1] = arguments[i];
14408
- }
14409
- }
14410
- queue.push(new Item(fun, args));
14411
- if (queue.length === 1 && !draining) {
14412
- runTimeout(drainQueue);
14413
- }
14414
- };
14415
14672
 
14416
- // v8 likes predictible objects
14417
- function Item(fun, array) {
14418
- this.fun = fun;
14419
- this.array = array;
14673
+ function md5ToHexEncodedArray(input) {
14674
+ const output = [];
14675
+ const length32 = input.length * 32;
14676
+ const hexTab = '0123456789abcdef';
14677
+
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;
14420
14685
  }
14421
- Item.prototype.run = function () {
14422
- this.fun.apply(null, this.array);
14423
- };
14424
- process.title = 'browser';
14425
- process.browser = true;
14426
- process.env = {};
14427
- process.argv = [];
14428
- process.version = ''; // empty string to avoid regexp issues
14429
- process.versions = {};
14686
+ /**
14687
+ * Calculate output length with padding and bit length
14688
+ */
14430
14689
 
14431
- function noop() {}
14432
14690
 
14433
- process.on = noop;
14434
- process.addListener = noop;
14435
- process.once = noop;
14436
- process.off = noop;
14437
- process.removeListener = noop;
14438
- process.removeAllListeners = noop;
14439
- process.emit = noop;
14440
- process.prependListener = noop;
14441
- process.prependOnceListener = noop;
14691
+ function getOutputLength(inputLength8) {
14692
+ return (inputLength8 + 64 >>> 9 << 4) + 14 + 1;
14693
+ }
14694
+ /*
14695
+ * Calculate the MD5 of an array of little-endian words, and a bit length.
14696
+ */
14442
14697
 
14443
- process.listeners = function (name) { return [] }
14444
14698
 
14445
- process.binding = function (name) {
14446
- throw new Error('process.binding is not supported');
14447
- };
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;
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
+ }
14448
14782
 
14449
- process.cwd = function () { return '/' };
14450
- process.chdir = function (dir) {
14451
- throw new Error('process.chdir is not supported');
14452
- };
14453
- process.umask = function() { return 0; };
14783
+ return [a, b, c, d];
14784
+ }
14785
+ /*
14786
+ * Convert an array bytes to an array of little-endian words
14787
+ * Characters >255 have their high-byte silently ignored.
14788
+ */
14454
14789
 
14455
- },{}],23:[function(require,module,exports){
14456
- (function (factory) {
14457
- if (typeof exports === 'object') {
14458
- // Node/CommonJS
14459
- module.exports = factory();
14460
- } else if (typeof define === 'function' && define.amd) {
14461
- // AMD
14462
- define(factory);
14463
- } else {
14464
- // Browser globals (with support for web workers)
14465
- var glob;
14466
14790
 
14467
- try {
14468
- glob = window;
14469
- } catch (e) {
14470
- glob = self;
14471
- }
14791
+ function bytesToWords(input) {
14792
+ if (input.length === 0) {
14793
+ return [];
14794
+ }
14472
14795
 
14473
- glob.SparkMD5 = factory();
14474
- }
14475
- }(function (undefined) {
14796
+ const length8 = input.length * 8;
14797
+ const output = new Uint32Array(getOutputLength(length8));
14476
14798
 
14477
- 'use strict';
14799
+ for (let i = 0; i < length8; i += 8) {
14800
+ output[i >> 5] |= (input[i / 8] & 0xff) << i % 32;
14801
+ }
14478
14802
 
14479
- /*
14480
- * Fastest md5 implementation around (JKM md5).
14481
- * Credits: Joseph Myers
14482
- *
14483
- * @see http://www.myersdaily.org/joseph/javascript/md5-text.html
14484
- * @see http://jsperf.com/md5-shootout/7
14485
- */
14803
+ return output;
14804
+ }
14805
+ /*
14806
+ * Add integers, wrapping at 2^32. This uses 16-bit operations internally
14807
+ * to work around bugs in some JS interpreters.
14808
+ */
14486
14809
 
14487
- /* this function is much faster,
14488
- so if possible we use it. Some IEs
14489
- are the only ones I know of that
14490
- need the idiotic second function,
14491
- generated by an if clause. */
14492
- var add32 = function (a, b) {
14493
- return (a + b) & 0xFFFFFFFF;
14494
- },
14495
- hex_chr = ['0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'a', 'b', 'c', 'd', 'e', 'f'];
14496
14810
 
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
+ */
14497
14819
 
14498
- function cmn(q, a, b, x, s, t) {
14499
- a = add32(add32(a, q), add32(x, t));
14500
- return add32((a << s) | (a >>> (32 - s)), b);
14501
- }
14502
14820
 
14503
- function md5cycle(x, k) {
14504
- var a = x[0],
14505
- b = x[1],
14506
- c = x[2],
14507
- d = x[3];
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
+ */
14508
14827
 
14509
- a += (b & c | ~b & d) + k[0] - 680876936 | 0;
14510
- a = (a << 7 | a >>> 25) + b | 0;
14511
- d += (a & b | ~a & c) + k[1] - 389564586 | 0;
14512
- d = (d << 12 | d >>> 20) + a | 0;
14513
- c += (d & a | ~d & b) + k[2] + 606105819 | 0;
14514
- c = (c << 17 | c >>> 15) + d | 0;
14515
- b += (c & d | ~c & a) + k[3] - 1044525330 | 0;
14516
- b = (b << 22 | b >>> 10) + c | 0;
14517
- a += (b & c | ~b & d) + k[4] - 176418897 | 0;
14518
- a = (a << 7 | a >>> 25) + b | 0;
14519
- d += (a & b | ~a & c) + k[5] + 1200080426 | 0;
14520
- d = (d << 12 | d >>> 20) + a | 0;
14521
- c += (d & a | ~d & b) + k[6] - 1473231341 | 0;
14522
- c = (c << 17 | c >>> 15) + d | 0;
14523
- b += (c & d | ~c & a) + k[7] - 45705983 | 0;
14524
- b = (b << 22 | b >>> 10) + c | 0;
14525
- a += (b & c | ~b & d) + k[8] + 1770035416 | 0;
14526
- a = (a << 7 | a >>> 25) + b | 0;
14527
- d += (a & b | ~a & c) + k[9] - 1958414417 | 0;
14528
- d = (d << 12 | d >>> 20) + a | 0;
14529
- c += (d & a | ~d & b) + k[10] - 42063 | 0;
14530
- c = (c << 17 | c >>> 15) + d | 0;
14531
- b += (c & d | ~c & a) + k[11] - 1990404162 | 0;
14532
- b = (b << 22 | b >>> 10) + c | 0;
14533
- a += (b & c | ~b & d) + k[12] + 1804603682 | 0;
14534
- a = (a << 7 | a >>> 25) + b | 0;
14535
- d += (a & b | ~a & c) + k[13] - 40341101 | 0;
14536
- d = (d << 12 | d >>> 20) + a | 0;
14537
- c += (d & a | ~d & b) + k[14] - 1502002290 | 0;
14538
- c = (c << 17 | c >>> 15) + d | 0;
14539
- b += (c & d | ~c & a) + k[15] + 1236535329 | 0;
14540
- b = (b << 22 | b >>> 10) + c | 0;
14541
14828
 
14542
- a += (b & d | c & ~d) + k[1] - 165796510 | 0;
14543
- a = (a << 5 | a >>> 27) + b | 0;
14544
- d += (a & c | b & ~c) + k[6] - 1069501632 | 0;
14545
- d = (d << 9 | d >>> 23) + a | 0;
14546
- c += (d & b | a & ~b) + k[11] + 643717713 | 0;
14547
- c = (c << 14 | c >>> 18) + d | 0;
14548
- b += (c & a | d & ~a) + k[0] - 373897302 | 0;
14549
- b = (b << 20 | b >>> 12) + c | 0;
14550
- a += (b & d | c & ~d) + k[5] - 701558691 | 0;
14551
- a = (a << 5 | a >>> 27) + b | 0;
14552
- d += (a & c | b & ~c) + k[10] + 38016083 | 0;
14553
- d = (d << 9 | d >>> 23) + a | 0;
14554
- c += (d & b | a & ~b) + k[15] - 660478335 | 0;
14555
- c = (c << 14 | c >>> 18) + d | 0;
14556
- b += (c & a | d & ~a) + k[4] - 405537848 | 0;
14557
- b = (b << 20 | b >>> 12) + c | 0;
14558
- a += (b & d | c & ~d) + k[9] + 568446438 | 0;
14559
- a = (a << 5 | a >>> 27) + b | 0;
14560
- d += (a & c | b & ~c) + k[14] - 1019803690 | 0;
14561
- d = (d << 9 | d >>> 23) + a | 0;
14562
- c += (d & b | a & ~b) + k[3] - 187363961 | 0;
14563
- c = (c << 14 | c >>> 18) + d | 0;
14564
- b += (c & a | d & ~a) + k[8] + 1163531501 | 0;
14565
- b = (b << 20 | b >>> 12) + c | 0;
14566
- a += (b & d | c & ~d) + k[13] - 1444681467 | 0;
14567
- a = (a << 5 | a >>> 27) + b | 0;
14568
- d += (a & c | b & ~c) + k[2] - 51403784 | 0;
14569
- d = (d << 9 | d >>> 23) + a | 0;
14570
- c += (d & b | a & ~b) + k[7] + 1735328473 | 0;
14571
- c = (c << 14 | c >>> 18) + d | 0;
14572
- b += (c & a | d & ~a) + k[12] - 1926607734 | 0;
14573
- b = (b << 20 | b >>> 12) + c | 0;
14829
+ function md5cmn(q, a, b, x, s, t) {
14830
+ return safeAdd(bitRotateLeft(safeAdd(safeAdd(a, q), safeAdd(x, t)), s), b);
14831
+ }
14574
14832
 
14575
- a += (b ^ c ^ d) + k[5] - 378558 | 0;
14576
- a = (a << 4 | a >>> 28) + b | 0;
14577
- d += (a ^ b ^ c) + k[8] - 2022574463 | 0;
14578
- d = (d << 11 | d >>> 21) + a | 0;
14579
- c += (d ^ a ^ b) + k[11] + 1839030562 | 0;
14580
- c = (c << 16 | c >>> 16) + d | 0;
14581
- b += (c ^ d ^ a) + k[14] - 35309556 | 0;
14582
- b = (b << 23 | b >>> 9) + c | 0;
14583
- a += (b ^ c ^ d) + k[1] - 1530992060 | 0;
14584
- a = (a << 4 | a >>> 28) + b | 0;
14585
- d += (a ^ b ^ c) + k[4] + 1272893353 | 0;
14586
- d = (d << 11 | d >>> 21) + a | 0;
14587
- c += (d ^ a ^ b) + k[7] - 155497632 | 0;
14588
- c = (c << 16 | c >>> 16) + d | 0;
14589
- b += (c ^ d ^ a) + k[10] - 1094730640 | 0;
14590
- b = (b << 23 | b >>> 9) + c | 0;
14591
- a += (b ^ c ^ d) + k[13] + 681279174 | 0;
14592
- a = (a << 4 | a >>> 28) + b | 0;
14593
- d += (a ^ b ^ c) + k[0] - 358537222 | 0;
14594
- d = (d << 11 | d >>> 21) + a | 0;
14595
- c += (d ^ a ^ b) + k[3] - 722521979 | 0;
14596
- c = (c << 16 | c >>> 16) + d | 0;
14597
- b += (c ^ d ^ a) + k[6] + 76029189 | 0;
14598
- b = (b << 23 | b >>> 9) + c | 0;
14599
- a += (b ^ c ^ d) + k[9] - 640364487 | 0;
14600
- a = (a << 4 | a >>> 28) + b | 0;
14601
- d += (a ^ b ^ c) + k[12] - 421815835 | 0;
14602
- d = (d << 11 | d >>> 21) + a | 0;
14603
- c += (d ^ a ^ b) + k[15] + 530742520 | 0;
14604
- c = (c << 16 | c >>> 16) + d | 0;
14605
- b += (c ^ d ^ a) + k[2] - 995338651 | 0;
14606
- b = (b << 23 | b >>> 9) + c | 0;
14833
+ function md5ff(a, b, c, d, x, s, t) {
14834
+ return md5cmn(b & c | ~b & d, a, b, x, s, t);
14835
+ }
14607
14836
 
14608
- a += (c ^ (b | ~d)) + k[0] - 198630844 | 0;
14609
- a = (a << 6 | a >>> 26) + b | 0;
14610
- d += (b ^ (a | ~c)) + k[7] + 1126891415 | 0;
14611
- d = (d << 10 | d >>> 22) + a | 0;
14612
- c += (a ^ (d | ~b)) + k[14] - 1416354905 | 0;
14613
- c = (c << 15 | c >>> 17) + d | 0;
14614
- b += (d ^ (c | ~a)) + k[5] - 57434055 | 0;
14615
- b = (b << 21 |b >>> 11) + c | 0;
14616
- a += (c ^ (b | ~d)) + k[12] + 1700485571 | 0;
14617
- a = (a << 6 | a >>> 26) + b | 0;
14618
- d += (b ^ (a | ~c)) + k[3] - 1894986606 | 0;
14619
- d = (d << 10 | d >>> 22) + a | 0;
14620
- c += (a ^ (d | ~b)) + k[10] - 1051523 | 0;
14621
- c = (c << 15 | c >>> 17) + d | 0;
14622
- b += (d ^ (c | ~a)) + k[1] - 2054922799 | 0;
14623
- b = (b << 21 |b >>> 11) + c | 0;
14624
- a += (c ^ (b | ~d)) + k[8] + 1873313359 | 0;
14625
- a = (a << 6 | a >>> 26) + b | 0;
14626
- d += (b ^ (a | ~c)) + k[15] - 30611744 | 0;
14627
- d = (d << 10 | d >>> 22) + a | 0;
14628
- c += (a ^ (d | ~b)) + k[6] - 1560198380 | 0;
14629
- c = (c << 15 | c >>> 17) + d | 0;
14630
- b += (d ^ (c | ~a)) + k[13] + 1309151649 | 0;
14631
- b = (b << 21 |b >>> 11) + c | 0;
14632
- a += (c ^ (b | ~d)) + k[4] - 145523070 | 0;
14633
- a = (a << 6 | a >>> 26) + b | 0;
14634
- d += (b ^ (a | ~c)) + k[11] - 1120210379 | 0;
14635
- d = (d << 10 | d >>> 22) + a | 0;
14636
- c += (a ^ (d | ~b)) + k[2] + 718787259 | 0;
14637
- c = (c << 15 | c >>> 17) + d | 0;
14638
- b += (d ^ (c | ~a)) + k[9] - 343485551 | 0;
14639
- b = (b << 21 | b >>> 11) + c | 0;
14837
+ function md5gg(a, b, c, d, x, s, t) {
14838
+ return md5cmn(b & d | c & ~d, a, b, x, s, t);
14839
+ }
14640
14840
 
14641
- x[0] = a + x[0] | 0;
14642
- x[1] = b + x[1] | 0;
14643
- x[2] = c + x[2] | 0;
14644
- x[3] = d + x[3] | 0;
14645
- }
14841
+ function md5hh(a, b, c, d, x, s, t) {
14842
+ return md5cmn(b ^ c ^ d, a, b, x, s, t);
14843
+ }
14646
14844
 
14647
- function md5blk(s) {
14648
- var md5blks = [],
14649
- i; /* Andy King said do it this way. */
14845
+ function md5ii(a, b, c, d, x, s, t) {
14846
+ return md5cmn(c ^ (b | ~d), a, b, x, s, t);
14847
+ }
14650
14848
 
14651
- for (i = 0; i < 64; i += 4) {
14652
- md5blks[i >> 2] = s.charCodeAt(i) + (s.charCodeAt(i + 1) << 8) + (s.charCodeAt(i + 2) << 16) + (s.charCodeAt(i + 3) << 24);
14653
- }
14654
- return md5blks;
14655
- }
14849
+ var _default = md5;
14850
+ exports.default = _default;
14851
+ },{}],17:[function(require,module,exports){
14852
+ "use strict";
14656
14853
 
14657
- function md5blk_array(a) {
14658
- var md5blks = [],
14659
- i; /* Andy King said do it this way. */
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);
14660
14865
 
14661
- for (i = 0; i < 64; i += 4) {
14662
- md5blks[i >> 2] = a[i] + (a[i + 1] << 8) + (a[i + 2] << 16) + (a[i + 3] << 24);
14663
- }
14664
- return md5blks;
14665
- }
14866
+ function rng() {
14867
+ if (!getRandomValues) {
14868
+ throw new Error('crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported');
14869
+ }
14666
14870
 
14667
- function md51(s) {
14668
- var n = s.length,
14669
- state = [1732584193, -271733879, -1732584194, 271733878],
14670
- i,
14671
- length,
14672
- tail,
14673
- tmp,
14674
- lo,
14675
- hi;
14871
+ return getRandomValues(rnds8);
14872
+ }
14873
+ },{}],18:[function(require,module,exports){
14874
+ "use strict";
14676
14875
 
14677
- for (i = 64; i <= n; i += 64) {
14678
- md5cycle(state, md5blk(s.substring(i - 64, i)));
14679
- }
14680
- s = s.substring(i - 64);
14681
- length = s.length;
14682
- tail = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0];
14683
- for (i = 0; i < length; i += 1) {
14684
- tail[i >> 2] |= s.charCodeAt(i) << ((i % 4) << 3);
14685
- }
14686
- tail[i >> 2] |= 0x80 << ((i % 4) << 3);
14687
- if (i > 55) {
14688
- md5cycle(state, tail);
14689
- for (i = 0; i < 16; i += 1) {
14690
- tail[i] = 0;
14691
- }
14692
- }
14876
+ Object.defineProperty(exports, "__esModule", {
14877
+ value: true
14878
+ });
14879
+ exports.default = void 0;
14693
14880
 
14694
- // Beware that the final length might not fit in 32 bits so we take care of that
14695
- tmp = n * 8;
14696
- tmp = tmp.toString(16).match(/(.*?)(.{0,8})$/);
14697
- lo = parseInt(tmp[2], 16);
14698
- hi = parseInt(tmp[1], 16) || 0;
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;
14699
14887
 
14700
- tail[14] = lo;
14701
- tail[15] = hi;
14888
+ case 1:
14889
+ return x ^ y ^ z;
14702
14890
 
14703
- md5cycle(state, tail);
14704
- return state;
14705
- }
14891
+ case 2:
14892
+ return x & y ^ x & z ^ y & z;
14706
14893
 
14707
- function md51_array(a) {
14708
- var n = a.length,
14709
- state = [1732584193, -271733879, -1732584194, 271733878],
14710
- i,
14711
- length,
14712
- tail,
14713
- tmp,
14714
- lo,
14715
- hi;
14894
+ case 3:
14895
+ return x ^ y ^ z;
14896
+ }
14897
+ }
14716
14898
 
14717
- for (i = 64; i <= n; i += 64) {
14718
- md5cycle(state, md5blk_array(a.subarray(i - 64, i)));
14719
- }
14899
+ function ROTL(x, n) {
14900
+ return x << n | x >>> 32 - n;
14901
+ }
14720
14902
 
14721
- // Not sure if it is a bug, however IE10 will always produce a sub array of length 1
14722
- // containing the last element of the parent array if the sub array specified starts
14723
- // beyond the length of the parent array - weird.
14724
- // https://connect.microsoft.com/IE/feedback/details/771452/typed-array-subarray-issue
14725
- a = (i - 64) < n ? a.subarray(i - 64) : new Uint8Array(0);
14903
+ function sha1(bytes) {
14904
+ const K = [0x5a827999, 0x6ed9eba1, 0x8f1bbcdc, 0xca62c1d6];
14905
+ const H = [0x67452301, 0xefcdab89, 0x98badcfe, 0x10325476, 0xc3d2e1f0];
14726
14906
 
14727
- length = a.length;
14728
- tail = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0];
14729
- for (i = 0; i < length; i += 1) {
14730
- tail[i >> 2] |= a[i] << ((i % 4) << 3);
14731
- }
14907
+ if (typeof bytes === 'string') {
14908
+ const msg = unescape(encodeURIComponent(bytes)); // UTF8 escape
14732
14909
 
14733
- tail[i >> 2] |= 0x80 << ((i % 4) << 3);
14734
- if (i > 55) {
14735
- md5cycle(state, tail);
14736
- for (i = 0; i < 16; i += 1) {
14737
- tail[i] = 0;
14738
- }
14739
- }
14910
+ bytes = [];
14740
14911
 
14741
- // Beware that the final length might not fit in 32 bits so we take care of that
14742
- tmp = n * 8;
14743
- tmp = tmp.toString(16).match(/(.*?)(.{0,8})$/);
14744
- lo = parseInt(tmp[2], 16);
14745
- hi = parseInt(tmp[1], 16) || 0;
14912
+ for (let i = 0; i < msg.length; ++i) {
14913
+ bytes.push(msg.charCodeAt(i));
14914
+ }
14915
+ }
14746
14916
 
14747
- tail[14] = lo;
14748
- tail[15] = hi;
14917
+ bytes.push(0x80);
14918
+ const l = bytes.length / 4 + 2;
14919
+ const N = Math.ceil(l / 16);
14920
+ const M = new Array(N);
14749
14921
 
14750
- md5cycle(state, tail);
14922
+ for (let i = 0; i < N; ++i) {
14923
+ const arr = new Uint32Array(16);
14751
14924
 
14752
- return state;
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];
14753
14927
  }
14754
14928
 
14755
- function rhex(n) {
14756
- var s = '',
14757
- j;
14758
- for (j = 0; j < 4; j += 1) {
14759
- s += hex_chr[(n >> (j * 8 + 4)) & 0x0F] + hex_chr[(n >> (j * 8)) & 0x0F];
14760
- }
14761
- return s;
14762
- }
14929
+ M[i] = arr;
14930
+ }
14763
14931
 
14764
- function hex(x) {
14765
- var i;
14766
- for (i = 0; i < x.length; i += 1) {
14767
- x[i] = rhex(x[i]);
14768
- }
14769
- return x.join('');
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;
14935
+
14936
+ for (let i = 0; i < N; ++i) {
14937
+ const W = new Uint32Array(80);
14938
+
14939
+ for (let t = 0; t < 16; ++t) {
14940
+ W[t] = M[i][t];
14770
14941
  }
14771
14942
 
14772
- // In some cases the fast add32 function cannot be used..
14773
- if (hex(md51('hello')) !== '5d41402abc4b2a76b9719d911017c592') {
14774
- add32 = function (x, y) {
14775
- var lsw = (x & 0xFFFF) + (y & 0xFFFF),
14776
- msw = (x >> 16) + (y >> 16) + (lsw >> 16);
14777
- return (msw << 16) | (lsw & 0xFFFF);
14778
- };
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);
14779
14945
  }
14780
14946
 
14781
- // ---------------------------------------------------
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];
14782
14952
 
14783
- /**
14784
- * ArrayBuffer slice polyfill.
14785
- *
14786
- * @see https://github.com/ttaubert/node-arraybuffer-slice
14787
- */
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
+ }
14788
14962
 
14789
- if (typeof ArrayBuffer !== 'undefined' && !ArrayBuffer.prototype.slice) {
14790
- (function () {
14791
- function clamp(val, length) {
14792
- val = (val | 0) || 0;
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
+ }
14793
14969
 
14794
- if (val < 0) {
14795
- return Math.max(val + length, 0);
14796
- }
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
+ }
14797
14972
 
14798
- return Math.min(val, length);
14799
- }
14973
+ var _default = sha1;
14974
+ exports.default = _default;
14975
+ },{}],19:[function(require,module,exports){
14976
+ "use strict";
14800
14977
 
14801
- ArrayBuffer.prototype.slice = function (from, to) {
14802
- var length = this.byteLength,
14803
- begin = clamp(from, length),
14804
- end = length,
14805
- num,
14806
- target,
14807
- targetArray,
14808
- sourceArray;
14978
+ Object.defineProperty(exports, "__esModule", {
14979
+ value: true
14980
+ });
14981
+ exports.default = void 0;
14809
14982
 
14810
- if (to !== undefined) {
14811
- end = clamp(to, length);
14812
- }
14983
+ var _rng = _interopRequireDefault(require("./rng.js"));
14813
14984
 
14814
- if (begin > end) {
14815
- return new ArrayBuffer(0);
14816
- }
14985
+ var _bytesToUuid = _interopRequireDefault(require("./bytesToUuid.js"));
14817
14986
 
14818
- num = end - begin;
14819
- target = new ArrayBuffer(num);
14820
- targetArray = new Uint8Array(target);
14987
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
14821
14988
 
14822
- sourceArray = new Uint8Array(this, begin, num);
14823
- targetArray.set(sourceArray);
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;
14824
14994
 
14825
- return target;
14826
- };
14827
- })();
14828
- }
14995
+ let _clockseq; // Previous uuid creation time
14829
14996
 
14830
- // ---------------------------------------------------
14831
14997
 
14832
- /**
14833
- * Helpers.
14834
- */
14998
+ let _lastMSecs = 0;
14999
+ let _lastNSecs = 0; // See https://github.com/uuidjs/uuid for API details
14835
15000
 
14836
- function toUtf8(str) {
14837
- if (/[\u0080-\uFFFF]/.test(str)) {
14838
- str = unescape(encodeURIComponent(str));
14839
- }
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
14840
15009
 
14841
- return str;
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]];
14842
15016
  }
14843
15017
 
14844
- function utf8Str2ArrayBuffer(str, returnUInt8Array) {
14845
- var length = str.length,
14846
- buff = new ArrayBuffer(length),
14847
- arr = new Uint8Array(buff),
14848
- i;
15018
+ if (clockseq == null) {
15019
+ // Per 4.2.2, randomize (14 bit) clockseq
15020
+ clockseq = _clockseq = (seedBytes[6] << 8 | seedBytes[7]) & 0x3fff;
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.
14849
15026
 
14850
- for (i = 0; i < length; i += 1) {
14851
- arr[i] = str.charCodeAt(i);
14852
- }
14853
15027
 
14854
- return returnUInt8Array ? arr : buff;
14855
- }
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
14856
15030
 
14857
- function arrayBuffer2Utf8Str(buff) {
14858
- return String.fromCharCode.apply(null, new Uint8Array(buff));
14859
- }
15031
+ let nsecs = options.nsecs !== undefined ? options.nsecs : _lastNSecs + 1; // Time since last uuid creation (in msecs)
14860
15032
 
14861
- function concatenateArrayBuffers(first, second, returnUInt8Array) {
14862
- var result = new Uint8Array(first.byteLength + second.byteLength);
15033
+ const dt = msecs - _lastMSecs + (nsecs - _lastNSecs) / 10000; // Per 4.2.1.2, Bump clockseq on clock regression
14863
15034
 
14864
- result.set(new Uint8Array(first));
14865
- result.set(new Uint8Array(second), first.byteLength);
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
14866
15039
 
14867
- return returnUInt8Array ? result : result.buffer;
14868
- }
14869
15040
 
14870
- function hexToBinaryString(hex) {
14871
- var bytes = [],
14872
- length = hex.length,
14873
- x;
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
14874
15044
 
14875
- for (x = 0; x < length - 1; x += 2) {
14876
- bytes.push(parseInt(hex.substr(x, 2), 16));
14877
- }
14878
15045
 
14879
- return String.fromCharCode.apply(String, bytes);
14880
- }
15046
+ if (nsecs >= 10000) {
15047
+ throw new Error("uuid.v1(): Can't create more than 10M uuids/sec");
15048
+ }
14881
15049
 
14882
- // ---------------------------------------------------
15050
+ _lastMSecs = msecs;
15051
+ _lastNSecs = nsecs;
15052
+ _clockseq = clockseq; // Per 4.1.4 - Convert from unix epoch to Gregorian epoch
14883
15053
 
14884
- /**
14885
- * SparkMD5 OOP implementation.
14886
- *
14887
- * Use this class to perform an incremental md5, otherwise use the
14888
- * static methods instead.
14889
- */
15054
+ msecs += 12219292800000; // `time_low`
14890
15055
 
14891
- function SparkMD5() {
14892
- // call reset to init the instance
14893
- this.reset();
14894
- }
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`
14895
15061
 
14896
- /**
14897
- * Appends a string.
14898
- * A conversion will be applied if an utf8 string is detected.
14899
- *
14900
- * @param {String} str The string to be appended
14901
- *
14902
- * @return {SparkMD5} The instance itself
14903
- */
14904
- SparkMD5.prototype.append = function (str) {
14905
- // Converts the string to utf8 bytes if necessary
14906
- // Then append as binary
14907
- this.appendBinary(toUtf8(str));
15062
+ const tmh = msecs / 0x100000000 * 10000 & 0xfffffff;
15063
+ b[i++] = tmh >>> 8 & 0xff;
15064
+ b[i++] = tmh & 0xff; // `time_high_and_version`
14908
15065
 
14909
- return this;
14910
- };
15066
+ b[i++] = tmh >>> 24 & 0xf | 0x10; // include version
14911
15067
 
14912
- /**
14913
- * Appends a binary string.
14914
- *
14915
- * @param {String} contents The binary string to be appended
14916
- *
14917
- * @return {SparkMD5} The instance itself
14918
- */
14919
- SparkMD5.prototype.appendBinary = function (contents) {
14920
- this._buff += contents;
14921
- this._length += contents.length;
15068
+ b[i++] = tmh >>> 16 & 0xff; // `clock_seq_hi_and_reserved` (Per 4.2.2 - include variant)
14922
15069
 
14923
- var length = this._buff.length,
14924
- i;
15070
+ b[i++] = clockseq >>> 8 | 0x80; // `clock_seq_low`
14925
15071
 
14926
- for (i = 64; i <= length; i += 64) {
14927
- md5cycle(this._hash, md5blk(this._buff.substring(i - 64, i)));
14928
- }
15072
+ b[i++] = clockseq & 0xff; // `node`
14929
15073
 
14930
- this._buff = this._buff.substring(i - 64);
15074
+ for (let n = 0; n < 6; ++n) {
15075
+ b[i + n] = node[n];
15076
+ }
14931
15077
 
14932
- return this;
14933
- };
15078
+ return buf || (0, _bytesToUuid.default)(b);
15079
+ }
14934
15080
 
14935
- /**
14936
- * Finishes the incremental computation, reseting the internal state and
14937
- * returning the result.
14938
- *
14939
- * @param {Boolean} raw True to get the raw string, false to get the hex string
14940
- *
14941
- * @return {String} The result
14942
- */
14943
- SparkMD5.prototype.end = function (raw) {
14944
- var buff = this._buff,
14945
- length = buff.length,
14946
- i,
14947
- tail = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
14948
- ret;
15081
+ var _default = v1;
15082
+ exports.default = _default;
15083
+ },{"./bytesToUuid.js":14,"./rng.js":17}],20:[function(require,module,exports){
15084
+ "use strict";
14949
15085
 
14950
- for (i = 0; i < length; i += 1) {
14951
- tail[i >> 2] |= buff.charCodeAt(i) << ((i % 4) << 3);
14952
- }
15086
+ Object.defineProperty(exports, "__esModule", {
15087
+ value: true
15088
+ });
15089
+ exports.default = void 0;
14953
15090
 
14954
- this._finish(tail, length);
14955
- ret = hex(this._hash);
15091
+ var _v = _interopRequireDefault(require("./v35.js"));
14956
15092
 
14957
- if (raw) {
14958
- ret = hexToBinaryString(ret);
14959
- }
15093
+ var _md = _interopRequireDefault(require("./md5.js"));
14960
15094
 
14961
- this.reset();
15095
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
14962
15096
 
14963
- return ret;
14964
- };
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";
14965
15102
 
14966
- /**
14967
- * Resets the internal state of the computation.
14968
- *
14969
- * @return {SparkMD5} The instance itself
14970
- */
14971
- SparkMD5.prototype.reset = function () {
14972
- this._buff = '';
14973
- this._length = 0;
14974
- this._hash = [1732584193, -271733879, -1732584194, 271733878];
15103
+ Object.defineProperty(exports, "__esModule", {
15104
+ value: true
15105
+ });
15106
+ exports.default = _default;
15107
+ exports.URL = exports.DNS = void 0;
14975
15108
 
14976
- return this;
14977
- };
15109
+ var _bytesToUuid = _interopRequireDefault(require("./bytesToUuid.js"));
14978
15110
 
14979
- /**
14980
- * Gets the internal state of the computation.
14981
- *
14982
- * @return {Object} The state
14983
- */
14984
- SparkMD5.prototype.getState = function () {
14985
- return {
14986
- buff: this._buff,
14987
- length: this._length,
14988
- hash: this._hash.slice()
14989
- };
14990
- };
15111
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
14991
15112
 
14992
- /**
14993
- * Gets the internal state of the computation.
14994
- *
14995
- * @param {Object} state The state
14996
- *
14997
- * @return {SparkMD5} The instance itself
14998
- */
14999
- SparkMD5.prototype.setState = function (state) {
15000
- this._buff = state.buff;
15001
- this._length = state.length;
15002
- this._hash = state.hash;
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
+ }
15003
15121
 
15004
- return this;
15005
- };
15122
+ function stringToBytes(str) {
15123
+ str = unescape(encodeURIComponent(str)); // UTF8 escape
15006
15124
 
15007
- /**
15008
- * Releases memory used by the incremental buffer and other additional
15009
- * resources. If you plan to use the instance again, use reset instead.
15010
- */
15011
- SparkMD5.prototype.destroy = function () {
15012
- delete this._hash;
15013
- delete this._buff;
15014
- delete this._length;
15015
- };
15125
+ const bytes = [];
15016
15126
 
15017
- /**
15018
- * Finish the final calculation based on the tail.
15019
- *
15020
- * @param {Array} tail The tail (will be modified)
15021
- * @param {Number} length The length of the remaining buffer
15022
- */
15023
- SparkMD5.prototype._finish = function (tail, length) {
15024
- var i = length,
15025
- tmp,
15026
- lo,
15027
- hi;
15127
+ for (let i = 0; i < str.length; ++i) {
15128
+ bytes.push(str.charCodeAt(i));
15129
+ }
15028
15130
 
15029
- tail[i >> 2] |= 0x80 << ((i % 4) << 3);
15030
- if (i > 55) {
15031
- md5cycle(this._hash, tail);
15032
- for (i = 0; i < 16; i += 1) {
15033
- tail[i] = 0;
15034
- }
15035
- }
15131
+ return bytes;
15132
+ }
15036
15133
 
15037
- // Do the final computation based on the tail and length
15038
- // Beware that the final length may not fit in 32 bits so we take care of that
15039
- tmp = this._length * 8;
15040
- tmp = tmp.toString(16).match(/(.*?)(.{0,8})$/);
15041
- lo = parseInt(tmp[2], 16);
15042
- 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;
15043
15138
 
15044
- tail[14] = lo;
15045
- tail[15] = hi;
15046
- md5cycle(this._hash, tail);
15047
- };
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);
15048
15144
 
15049
- /**
15050
- * Performs the md5 hash on a string.
15051
- * A conversion will be applied if utf8 string is detected.
15052
- *
15053
- * @param {String} str The string
15054
- * @param {Boolean} [raw] True to get the raw string, false to get the hex string
15055
- *
15056
- * @return {String} The result
15057
- */
15058
- SparkMD5.hash = function (str, raw) {
15059
- // Converts the string to utf8 bytes if necessary
15060
- // Then compute it using the binary function
15061
- return SparkMD5.hashBinary(toUtf8(str), raw);
15062
- };
15145
+ if (!Array.isArray(value)) {
15146
+ throw TypeError('value must be an array of bytes');
15147
+ }
15063
15148
 
15064
- /**
15065
- * Performs the md5 hash on a binary string.
15066
- *
15067
- * @param {String} content The binary string
15068
- * @param {Boolean} [raw] True to get the raw string, false to get the hex string
15069
- *
15070
- * @return {String} The result
15071
- */
15072
- SparkMD5.hashBinary = function (content, raw) {
15073
- var hash = md51(content),
15074
- 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
15075
15152
 
15076
- return raw ? hexToBinaryString(ret) : ret;
15077
- };
15078
15153
 
15079
- // ---------------------------------------------------
15154
+ const bytes = hashfunc(namespace.concat(value));
15155
+ bytes[6] = bytes[6] & 0x0f | version;
15156
+ bytes[8] = bytes[8] & 0x3f | 0x80;
15080
15157
 
15081
- /**
15082
- * SparkMD5 OOP implementation for array buffers.
15083
- *
15084
- * Use this class to perform an incremental md5 ONLY for array buffers.
15085
- */
15086
- SparkMD5.ArrayBuffer = function () {
15087
- // call reset to init the instance
15088
- this.reset();
15089
- };
15158
+ if (buf) {
15159
+ for (let idx = 0; idx < 16; ++idx) {
15160
+ buf[off + idx] = bytes[idx];
15161
+ }
15162
+ }
15090
15163
 
15091
- /**
15092
- * Appends an array buffer.
15093
- *
15094
- * @param {ArrayBuffer} arr The array to be appended
15095
- *
15096
- * @return {SparkMD5.ArrayBuffer} The instance itself
15097
- */
15098
- SparkMD5.ArrayBuffer.prototype.append = function (arr) {
15099
- var buff = concatenateArrayBuffers(this._buff.buffer, arr, true),
15100
- length = buff.length,
15101
- i;
15164
+ return buf || (0, _bytesToUuid.default)(bytes);
15165
+ } // Function#name is not settable on some platforms (#270)
15102
15166
 
15103
- this._length += arr.byteLength;
15104
15167
 
15105
- for (i = 64; i <= length; i += 64) {
15106
- md5cycle(this._hash, md5blk_array(buff.subarray(i - 64, i)));
15107
- }
15168
+ try {
15169
+ generateUUID.name = name; // eslint-disable-next-line no-empty
15170
+ } catch (err) {} // For CommonJS default export support
15108
15171
 
15109
- this._buff = (i - 64) < length ? new Uint8Array(buff.buffer.slice(i - 64)) : new Uint8Array(0);
15110
15172
 
15111
- return this;
15112
- };
15173
+ generateUUID.DNS = DNS;
15174
+ generateUUID.URL = URL;
15175
+ return generateUUID;
15176
+ }
15177
+ },{"./bytesToUuid.js":14}],22:[function(require,module,exports){
15178
+ "use strict";
15113
15179
 
15114
- /**
15115
- * Finishes the incremental computation, reseting the internal state and
15116
- * returning the result.
15117
- *
15118
- * @param {Boolean} raw True to get the raw string, false to get the hex string
15119
- *
15120
- * @return {String} The result
15121
- */
15122
- SparkMD5.ArrayBuffer.prototype.end = function (raw) {
15123
- var buff = this._buff,
15124
- length = buff.length,
15125
- tail = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
15126
- i,
15127
- ret;
15180
+ Object.defineProperty(exports, "__esModule", {
15181
+ value: true
15182
+ });
15183
+ exports.default = void 0;
15128
15184
 
15129
- for (i = 0; i < length; i += 1) {
15130
- tail[i >> 2] |= buff[i] << ((i % 4) << 3);
15131
- }
15185
+ var _rng = _interopRequireDefault(require("./rng.js"));
15132
15186
 
15133
- this._finish(tail, length);
15134
- ret = hex(this._hash);
15187
+ var _bytesToUuid = _interopRequireDefault(require("./bytesToUuid.js"));
15135
15188
 
15136
- if (raw) {
15137
- ret = hexToBinaryString(ret);
15138
- }
15189
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
15139
15190
 
15140
- this.reset();
15191
+ function v4(options, buf, offset) {
15192
+ if (typeof options === 'string') {
15193
+ buf = options === 'binary' ? new Uint8Array(16) : null;
15194
+ options = null;
15195
+ }
15141
15196
 
15142
- return ret;
15143
- };
15197
+ options = options || {};
15144
15198
 
15145
- /**
15146
- * Resets the internal state of the computation.
15147
- *
15148
- * @return {SparkMD5.ArrayBuffer} The instance itself
15149
- */
15150
- SparkMD5.ArrayBuffer.prototype.reset = function () {
15151
- this._buff = new Uint8Array(0);
15152
- this._length = 0;
15153
- 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`
15154
15200
 
15155
- return this;
15156
- };
15157
15201
 
15158
- /**
15159
- * Gets the internal state of the computation.
15160
- *
15161
- * @return {Object} The state
15162
- */
15163
- SparkMD5.ArrayBuffer.prototype.getState = function () {
15164
- 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
15165
15204
 
15166
- // Convert buffer to a string
15167
- state.buff = arrayBuffer2Utf8Str(state.buff);
15205
+ if (buf) {
15206
+ const start = offset || 0;
15168
15207
 
15169
- return state;
15170
- };
15208
+ for (let i = 0; i < 16; ++i) {
15209
+ buf[start + i] = rnds[i];
15210
+ }
15171
15211
 
15172
- /**
15173
- * Gets the internal state of the computation.
15174
- *
15175
- * @param {Object} state The state
15176
- *
15177
- * @return {SparkMD5.ArrayBuffer} The instance itself
15178
- */
15179
- SparkMD5.ArrayBuffer.prototype.setState = function (state) {
15180
- // Convert string to buffer
15181
- state.buff = utf8Str2ArrayBuffer(state.buff, true);
15212
+ return buf;
15213
+ }
15182
15214
 
15183
- return SparkMD5.prototype.setState.call(this, state);
15184
- };
15215
+ return (0, _bytesToUuid.default)(rnds);
15216
+ }
15185
15217
 
15186
- SparkMD5.ArrayBuffer.prototype.destroy = SparkMD5.prototype.destroy;
15218
+ var _default = v4;
15219
+ exports.default = _default;
15220
+ },{"./bytesToUuid.js":14,"./rng.js":17}],23:[function(require,module,exports){
15221
+ "use strict";
15187
15222
 
15188
- SparkMD5.ArrayBuffer.prototype._finish = SparkMD5.prototype._finish;
15223
+ Object.defineProperty(exports, "__esModule", {
15224
+ value: true
15225
+ });
15226
+ exports.default = void 0;
15189
15227
 
15190
- /**
15191
- * Performs the md5 hash on an array buffer.
15192
- *
15193
- * @param {ArrayBuffer} arr The array buffer
15194
- * @param {Boolean} [raw] True to get the raw string, false to get the hex one
15195
- *
15196
- * @return {String} The result
15197
- */
15198
- SparkMD5.ArrayBuffer.hash = function (arr, raw) {
15199
- var hash = md51_array(new Uint8Array(arr)),
15200
- ret = hex(hash);
15228
+ var _v = _interopRequireDefault(require("./v35.js"));
15201
15229
 
15202
- return raw ? hexToBinaryString(ret) : ret;
15203
- };
15230
+ var _sha = _interopRequireDefault(require("./sha1.js"));
15204
15231
 
15205
- return SparkMD5;
15206
- }));
15232
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
15207
15233
 
15208
- },{}],24:[function(require,module,exports){
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){
15209
15238
  'use strict';
15210
15239
 
15211
15240
  /**
@@ -15380,7 +15409,7 @@ exports.parse = function (str) {
15380
15409
  }
15381
15410
  };
15382
15411
 
15383
- },{}]},{},[10])(10)
15412
+ },{}]},{},[11])(11)
15384
15413
  });
15385
15414
 
15386
15415
  /**
@@ -19623,7 +19652,7 @@ define('persist/persistenceManager',['./impl/PersistenceXMLHttpRequest', './impl
19623
19652
  // save off the browser fetch and XHR only in browser context.
19624
19653
  // also add listeners for browser online
19625
19654
  // Don't do it for Service Workers
19626
- if (_isSafari() &&
19655
+ if (_needsRequestReplaced() &&
19627
19656
  !persistenceManager._browserRequestConstructor &&
19628
19657
  !persistenceManager._persistenceRequestConstructor) {
19629
19658
  logger.log("Offline Persistence Toolkit PersistenceManager: Replacing Safari Browser APIs");
@@ -19638,7 +19667,7 @@ define('persist/persistenceManager',['./impl/PersistenceXMLHttpRequest', './impl
19638
19667
  writable: false
19639
19668
  });
19640
19669
  self['Request'] = persistenceManager._persistenceRequestConstructor;
19641
- if (!_isBrowserContext() &&
19670
+ if (!_isBrowserContext() &&
19642
19671
  !persistenceManager._browserFetchFunc) {
19643
19672
  // replace serviceWorker's fetch with this wrapper to unwrap safari request in sw
19644
19673
  Object.defineProperty(persistenceManager, '_browserFetchFunc', {
@@ -19975,10 +20004,7 @@ define('persist/persistenceManager',['./impl/PersistenceXMLHttpRequest', './impl
19975
20004
  if (!(self._init.body instanceof FormData)) {
19976
20005
  return self._browserRequest.arrayBuffer();
19977
20006
  } else {
19978
- return _formDataToString(self._init.body, self._boundary).then(function (formDataText) {
19979
- var formDataArrayBuffer = _strToArrayBuffer(formDataText);
19980
- return formDataArrayBuffer;
19981
- })
20007
+ return _formDataToArrayBuffer(self._init.body, self._boundary)
19982
20008
  }
19983
20009
  }
19984
20010
  return self._browserRequest.arrayBuffer();
@@ -20163,22 +20189,43 @@ define('persist/persistenceManager',['./impl/PersistenceXMLHttpRequest', './impl
20163
20189
  };
20164
20190
  }
20165
20191
 
20166
- function _isSafari() {
20167
- // using the same isSafari() check as VB
20168
- var isSafari = /^((?!chrome|android).)*safari/i.test(navigator.userAgent);
20169
- // hybrid apps do not use "safari" in its userAgent on ios
20170
- var isiOS = /\((iPad|iPhone)/i.test(navigator.userAgent);
20171
- return (isSafari || isiOS);
20192
+ function _needsRequestReplaced() {
20193
+ // check if it is a safari userAgent and capturing the version
20194
+ // this check covers desktops and new versions of ipads
20195
+ // user agent is different for older ipads and all iphones
20196
+ var isSafari = navigator.userAgent.match(/^(?:(?!chrome|android|iphone|ipad).)*\/([0-9\.]*) safari.*$/i);
20197
+ // if there is a match, there is a value otherwise its null
20198
+ if (isSafari) {
20199
+ var test = isSafari[1].split('.')
20200
+ // Check if safari at least v14.1 since this is when the version with formdata is updated.
20201
+ if (test[0] >14) {
20202
+ return false;
20203
+ } else if (test[0] == 14 && test[1] != 0) {
20204
+ return false;
20205
+ } else {
20206
+ return true;
20207
+ }
20208
+ } else {
20209
+ // iOS webkit engine is bundled with the iphone OS version
20210
+ // ALL browsers on iOS devices are webkit based
20211
+ // ie if broken in safari, will be broken in chrome on iOS device
20212
+ var isiOS = navigator.userAgent.match(/(?:iPad|iPhone).*?os ([0-9\_]*)/i);
20213
+ // check for iOS version, request + formdata support added in iOS 14_3 + based on browserstack
20214
+ if (isiOS) {
20215
+ var test = isiOS[1].split('_')
20216
+ if (test[0] >14) {
20217
+ return false;
20218
+ } else if (test[0] == 14 && test[1] >= 3) {
20219
+ return false;
20220
+ }else {
20221
+ return true;
20222
+ }
20223
+ }
20224
+ }
20225
+ return false;
20172
20226
  };
20173
20227
 
20174
- function _strToArrayBuffer(str) {
20175
- // this function is used exclusively on Safari to match functionality
20176
- // of Chrome since ArrayBuffer for FormData since it is not supported
20177
- // arrayBuffer on Chrome uses utf-8 encoding
20178
- var enc = new TextEncoder();
20179
- return enc.encode(str).buffer;
20180
- }
20181
- function _formDataToPromise(value, key, boundary) {
20228
+ function _formDataToPromiseString(value, key, boundary) {
20182
20229
  return new Promise(function (resolve, reject) {
20183
20230
  var entryText;
20184
20231
  var itemType = value.constructor.name;
@@ -20241,7 +20288,7 @@ define('persist/persistenceManager',['./impl/PersistenceXMLHttpRequest', './impl
20241
20288
  // are converted to promise which return string versions of the entry
20242
20289
  // the promise.all then concatinates the strings together.
20243
20290
  formData.forEach(function (value, key) {
20244
- promiseArray.push(_formDataToPromise(value, key, boundary));
20291
+ promiseArray.push(_formDataToPromiseString(value, key, boundary));
20245
20292
  })
20246
20293
  Promise.all(promiseArray).then(function (entryText) {
20247
20294
  entryText.forEach(function (entry) {
@@ -20254,6 +20301,81 @@ define('persist/persistenceManager',['./impl/PersistenceXMLHttpRequest', './impl
20254
20301
  })
20255
20302
  })
20256
20303
  }
20304
+
20305
+ function _concatBuffers(arrayOfBuffers){
20306
+ // helper function to join arraybuffers together
20307
+ var result = new Uint8Array(0);
20308
+ arrayOfBuffers.forEach(function(arrayBuffer){
20309
+ var tmp = new Uint8Array(result.byteLength + arrayBuffer.byteLength);
20310
+ tmp.set(new Uint8Array(result), 0);
20311
+ tmp.set(new Uint8Array(arrayBuffer), result.byteLength);
20312
+ result = tmp;
20313
+ })
20314
+ return result.buffer;
20315
+ }
20316
+ function _formDataToPromiseArryBuffer(value, key, boundary) {
20317
+ return new Promise(function (resolve, reject) {
20318
+ var enc = new TextEncoder();
20319
+ var endingBuffer = enc.encode('\r\n' +boundary).buffer; // endingBuffer does not change
20320
+ var itemType = value.constructor.name;
20321
+ switch (itemType) {
20322
+ case "File":
20323
+ // File objects must be encoded using FileReader API since on
20324
+ // Safari blobs are basically stubs with no conversion operations
20325
+ var reader = new FileReader();
20326
+ reader.onload = function (evt) {
20327
+ var startingBuffer = enc.encode('\r\n' + 'Content-Disposition: form-data; name="' + key.toString() + '"; filename="' + value.name +'"\r\n' +'Content-Type: ' + value.type +'\r\n\r\n').buffer;
20328
+ var fileBuffer = evt.target.result;
20329
+ var result = _concatBuffers([startingBuffer,fileBuffer,endingBuffer]);
20330
+ resolve(result)
20331
+ };
20332
+ reader.onerror = function () {
20333
+ reader.abort();
20334
+ reject(new DOMException("Problem parsing input file."));
20335
+ };
20336
+ reader.readAsArrayBuffer(value);
20337
+ break;
20338
+ case "String":
20339
+ var startingBuffer = enc.encode('\r\n' + 'Content-Disposition: form-data; name="' + key + '"\r\n\r\n').buffer;
20340
+ var stringBuffer = enc.encode(value).buffer;
20341
+ var result = _concatBuffers([startingBuffer,stringBuffer,endingBuffer]);
20342
+ resolve(result);
20343
+ break;
20344
+ default:
20345
+ // If a user appends their own objects into the formData
20346
+ // using formData.set("key",{value:value}) , when it is transformed
20347
+ // into text, it results in the object appearing as [object Object]
20348
+ var startingBuffer = enc.encode('\r\n' + 'Content-Disposition: form-data; name="' + key.toString() + '"\r\n\r\n').buffer;
20349
+ var stringBuffer = enc.encode(value.toString()).buffer;
20350
+ var result = _concatBuffers([startingBuffer,stringBuffer,endingBuffer]);
20351
+ resolve(result);
20352
+ break;
20353
+ }
20354
+ })
20355
+ }
20356
+ function _formDataToArrayBuffer(formData, boundary) {
20357
+ return new Promise(function (resolve, reject) {
20358
+ var promiseArray = [];
20359
+ var enc = new TextEncoder()
20360
+ var formDataArrayBuffer = enc.encode(boundary).buffer;
20361
+ var finalString = enc.encode('--').buffer;
20362
+ // since fileReader is a promise based API, all formData entriesÍ
20363
+ // are converted to promise which return arrayBuffer versions of the entry
20364
+ // the promise.all then concatinates the strings together.
20365
+ formData.forEach(function (value, key) {
20366
+ promiseArray.push(_formDataToPromiseArryBuffer(value, key, boundary));
20367
+ })
20368
+ Promise.all(promiseArray).then(function (entryBuffer) {
20369
+ entryBuffer.forEach(function (entry) {
20370
+ formDataArrayBuffer = _concatBuffers([formDataArrayBuffer,entry]);
20371
+ })
20372
+ var formDataArrayBufferFinal = _concatBuffers([formDataArrayBuffer,finalString]);
20373
+ resolve(formDataArrayBufferFinal);
20374
+ }).catch(function (err) {
20375
+ reject(err);
20376
+ })
20377
+ })
20378
+ }
20257
20379
  return new PersistenceManager();
20258
20380
  /**
20259
20381
  * @export