@oracle/oraclejet 14.1.0 → 14.1.2

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 (942) hide show
  1. package/README.md +1 -1
  2. package/THIRDPARTYLICENSE.txt +8 -8
  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 +1 -1
  6. package/dist/css/alta/oj-alta.css +1 -1
  7. package/dist/css/alta-android/oj-alta-min.css +1 -1
  8. package/dist/css/alta-android/oj-alta.css +1 -1
  9. package/dist/css/alta-ios/oj-alta-min.css +1 -1
  10. package/dist/css/alta-ios/oj-alta.css +1 -1
  11. package/dist/css/alta-windows/oj-alta-min.css +1 -1
  12. package/dist/css/alta-windows/oj-alta.css +1 -1
  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.css +1 -1
  16. package/dist/css/redwood/oj-redwood.css +1 -1
  17. package/dist/css/stable/oj-stable-min.css +1 -1
  18. package/dist/css/stable/oj-stable.css +1 -1
  19. package/dist/icu-l10n/Bundler.js +46 -37
  20. package/dist/icu-l10n/README.md +46 -2
  21. package/dist/icu-l10n/l10nBundleBuilder.js +2 -1
  22. package/dist/icu-l10n/package.json +1 -1
  23. package/dist/icu-l10n/test/l10nTest.js +53 -40
  24. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/effects/effect-blind.js +77 -0
  25. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/effects/effect-bounce.js +117 -0
  26. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/effects/effect-clip.js +72 -0
  27. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/effects/effect-drop.js +76 -0
  28. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/effects/effect-explode.js +118 -0
  29. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/effects/effect-fade.js +54 -0
  30. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/effects/effect-fold.js +96 -0
  31. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/effects/effect-highlight.js +64 -0
  32. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/effects/effect-puff.js +50 -0
  33. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/effects/effect-pulsate.js +71 -0
  34. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/effects/effect-scale.js +64 -0
  35. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/effects/effect-shake.js +81 -0
  36. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/effects/effect-size.js +200 -0
  37. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/effects/effect-slide.js +83 -0
  38. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/effects/effect-transfer.js +47 -0
  39. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/i18n/datepicker-af.js +43 -0
  40. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/i18n/datepicker-ar-DZ.js +45 -0
  41. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/i18n/datepicker-ar.js +45 -0
  42. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/i18n/datepicker-az.js +43 -0
  43. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/i18n/datepicker-be.js +43 -0
  44. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/i18n/datepicker-bg.js +44 -0
  45. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/i18n/datepicker-bs.js +43 -0
  46. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/i18n/datepicker-ca.js +43 -0
  47. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/i18n/datepicker-cs.js +43 -0
  48. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/i18n/datepicker-cy-GB.js +51 -0
  49. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/i18n/datepicker-da.js +43 -0
  50. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/i18n/datepicker-de-AT.js +44 -0
  51. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/i18n/datepicker-de.js +43 -0
  52. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/i18n/datepicker-el.js +43 -0
  53. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/i18n/datepicker-en-AU.js +43 -0
  54. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/i18n/datepicker-en-GB.js +43 -0
  55. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/i18n/datepicker-en-NZ.js +43 -0
  56. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/i18n/datepicker-eo.js +43 -0
  57. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/i18n/datepicker-es.js +43 -0
  58. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/i18n/datepicker-et.js +51 -0
  59. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/i18n/datepicker-eu.js +42 -0
  60. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/i18n/datepicker-fa.js +79 -0
  61. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/i18n/datepicker-fi.js +43 -0
  62. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/i18n/datepicker-fo.js +51 -0
  63. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/i18n/datepicker-fr-CA.js +43 -0
  64. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/i18n/datepicker-fr-CH.js +43 -0
  65. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/i18n/datepicker-fr.js +45 -0
  66. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/i18n/datepicker-gl.js +43 -0
  67. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/i18n/datepicker-he.js +43 -0
  68. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/i18n/datepicker-hi.js +43 -0
  69. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/i18n/datepicker-hr.js +43 -0
  70. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/i18n/datepicker-hu.js +42 -0
  71. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/i18n/datepicker-hy.js +43 -0
  72. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/i18n/datepicker-id.js +44 -0
  73. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/i18n/datepicker-is.js +51 -0
  74. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/i18n/datepicker-it-CH.js +43 -0
  75. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/i18n/datepicker-it.js +43 -0
  76. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/i18n/datepicker-ja.js +43 -0
  77. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/i18n/datepicker-ka.js +54 -0
  78. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/i18n/datepicker-kk.js +43 -0
  79. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/i18n/datepicker-km.js +43 -0
  80. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/i18n/datepicker-ko.js +43 -0
  81. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/i18n/datepicker-ky.js +44 -0
  82. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/i18n/datepicker-lb.js +51 -0
  83. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/i18n/datepicker-lt.js +51 -0
  84. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/i18n/datepicker-lv.js +51 -0
  85. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/i18n/datepicker-mk.js +43 -0
  86. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/i18n/datepicker-ml.js +43 -0
  87. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/i18n/datepicker-ms.js +43 -0
  88. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/i18n/datepicker-nb.js +55 -0
  89. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/i18n/datepicker-nl-BE.js +43 -0
  90. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/i18n/datepicker-nl.js +43 -0
  91. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/i18n/datepicker-nn.js +55 -0
  92. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/i18n/datepicker-no.js +56 -0
  93. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/i18n/datepicker-pl.js +43 -0
  94. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/i18n/datepicker-pt-BR.js +51 -0
  95. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/i18n/datepicker-pt.js +50 -0
  96. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/i18n/datepicker-rm.js +67 -0
  97. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/i18n/datepicker-ro.js +46 -0
  98. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/i18n/datepicker-ru.js +43 -0
  99. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/i18n/datepicker-sk.js +43 -0
  100. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/i18n/datepicker-sl.js +44 -0
  101. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/i18n/datepicker-sq.js +43 -0
  102. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/i18n/datepicker-sr-SR.js +43 -0
  103. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/i18n/datepicker-sr.js +43 -0
  104. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/i18n/datepicker-sv.js +43 -0
  105. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/i18n/datepicker-ta.js +59 -0
  106. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/i18n/datepicker-th.js +43 -0
  107. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/i18n/datepicker-tj.js +43 -0
  108. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/i18n/datepicker-tr.js +43 -0
  109. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/i18n/datepicker-uk.js +44 -0
  110. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/i18n/datepicker-vi.js +43 -0
  111. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/i18n/datepicker-zh-CN.js +43 -0
  112. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/i18n/datepicker-zh-HK.js +43 -0
  113. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/i18n/datepicker-zh-TW.js +43 -0
  114. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/vendor/jquery-color/jquery.color.js +1 -1
  115. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/version.js +1 -0
  116. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/widgets/accordion.js +628 -0
  117. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/widgets/autocomplete.js +686 -0
  118. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/widgets/button.js +455 -0
  119. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/widgets/checkboxradio.js +295 -0
  120. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/widgets/controlgroup.js +305 -0
  121. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/widgets/datepicker.js +2244 -0
  122. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/widgets/dialog.js +969 -0
  123. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/widgets/draggable.js +2 -2
  124. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/widgets/droppable.js +509 -0
  125. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/widgets/menu.js +721 -0
  126. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/widgets/progressbar.js +185 -0
  127. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/widgets/resizable.js +1226 -0
  128. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/widgets/selectable.js +322 -0
  129. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/widgets/selectmenu.js +703 -0
  130. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/widgets/slider.js +761 -0
  131. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/widgets/spinner.js +589 -0
  132. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/widgets/tabs.js +932 -0
  133. package/dist/js/libs/jquery/jqueryui-amd-1.13.2/widgets/tooltip.js +534 -0
  134. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/core.js +1 -1
  135. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/data.js +1 -1
  136. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/disable-selection.js +1 -1
  137. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/effect.js +1 -1
  138. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/effects/effect-blind.js +9 -0
  139. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/effects/effect-bounce.js +9 -0
  140. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/effects/effect-clip.js +9 -0
  141. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/effects/effect-drop.js +9 -0
  142. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/effects/effect-explode.js +9 -0
  143. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/effects/effect-fade.js +9 -0
  144. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/effects/effect-fold.js +9 -0
  145. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/effects/effect-highlight.js +9 -0
  146. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/effects/effect-puff.js +9 -0
  147. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/effects/effect-pulsate.js +9 -0
  148. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/effects/effect-scale.js +9 -0
  149. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/effects/effect-shake.js +9 -0
  150. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/effects/effect-size.js +9 -0
  151. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/effects/effect-slide.js +9 -0
  152. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/effects/effect-transfer.js +9 -0
  153. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/focusable.js +1 -1
  154. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/form-reset-mixin.js +1 -1
  155. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/form.js +1 -1
  156. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/i18n/datepicker-af.js +1 -0
  157. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/i18n/datepicker-ar-DZ.js +1 -0
  158. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/i18n/datepicker-ar.js +1 -0
  159. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/i18n/datepicker-az.js +1 -0
  160. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/i18n/datepicker-be.js +1 -0
  161. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/i18n/datepicker-bg.js +1 -0
  162. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/i18n/datepicker-bs.js +1 -0
  163. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/i18n/datepicker-ca.js +1 -0
  164. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/i18n/datepicker-cs.js +1 -0
  165. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/i18n/datepicker-cy-GB.js +1 -0
  166. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/i18n/datepicker-da.js +1 -0
  167. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/i18n/datepicker-de-AT.js +1 -0
  168. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/i18n/datepicker-de.js +1 -0
  169. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/i18n/datepicker-el.js +1 -0
  170. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/i18n/datepicker-en-AU.js +1 -0
  171. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/i18n/datepicker-en-GB.js +1 -0
  172. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/i18n/datepicker-en-NZ.js +1 -0
  173. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/i18n/datepicker-eo.js +1 -0
  174. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/i18n/datepicker-es.js +1 -0
  175. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/i18n/datepicker-et.js +1 -0
  176. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/i18n/datepicker-eu.js +1 -0
  177. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/i18n/datepicker-fa.js +1 -0
  178. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/i18n/datepicker-fi.js +1 -0
  179. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/i18n/datepicker-fo.js +1 -0
  180. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/i18n/datepicker-fr-CA.js +1 -0
  181. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/i18n/datepicker-fr-CH.js +1 -0
  182. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/i18n/datepicker-fr.js +1 -0
  183. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/i18n/datepicker-gl.js +1 -0
  184. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/i18n/datepicker-he.js +1 -0
  185. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/i18n/datepicker-hi.js +1 -0
  186. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/i18n/datepicker-hr.js +1 -0
  187. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/i18n/datepicker-hu.js +1 -0
  188. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/i18n/datepicker-hy.js +1 -0
  189. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/i18n/datepicker-id.js +1 -0
  190. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/i18n/datepicker-is.js +1 -0
  191. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/i18n/datepicker-it-CH.js +1 -0
  192. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/i18n/datepicker-it.js +1 -0
  193. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/i18n/datepicker-ja.js +1 -0
  194. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/i18n/datepicker-ka.js +1 -0
  195. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/i18n/datepicker-kk.js +1 -0
  196. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/i18n/datepicker-km.js +1 -0
  197. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/i18n/datepicker-ko.js +1 -0
  198. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/i18n/datepicker-ky.js +1 -0
  199. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/i18n/datepicker-lb.js +1 -0
  200. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/i18n/datepicker-lt.js +1 -0
  201. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/i18n/datepicker-lv.js +1 -0
  202. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/i18n/datepicker-mk.js +1 -0
  203. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/i18n/datepicker-ml.js +1 -0
  204. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/i18n/datepicker-ms.js +1 -0
  205. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/i18n/datepicker-nb.js +1 -0
  206. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/i18n/datepicker-nl-BE.js +1 -0
  207. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/i18n/datepicker-nl.js +1 -0
  208. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/i18n/datepicker-nn.js +1 -0
  209. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/i18n/datepicker-no.js +1 -0
  210. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/i18n/datepicker-pl.js +1 -0
  211. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/i18n/datepicker-pt-BR.js +1 -0
  212. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/i18n/datepicker-pt.js +1 -0
  213. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/i18n/datepicker-rm.js +1 -0
  214. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/i18n/datepicker-ro.js +1 -0
  215. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/i18n/datepicker-ru.js +1 -0
  216. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/i18n/datepicker-sk.js +1 -0
  217. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/i18n/datepicker-sl.js +1 -0
  218. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/i18n/datepicker-sq.js +1 -0
  219. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/i18n/datepicker-sr-SR.js +1 -0
  220. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/i18n/datepicker-sr.js +1 -0
  221. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/i18n/datepicker-sv.js +1 -0
  222. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/i18n/datepicker-ta.js +1 -0
  223. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/i18n/datepicker-th.js +1 -0
  224. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/i18n/datepicker-tj.js +1 -0
  225. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/i18n/datepicker-tr.js +1 -0
  226. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/i18n/datepicker-uk.js +1 -0
  227. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/i18n/datepicker-vi.js +1 -0
  228. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/i18n/datepicker-zh-CN.js +1 -0
  229. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/i18n/datepicker-zh-HK.js +1 -0
  230. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/i18n/datepicker-zh-TW.js +1 -0
  231. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/ie.js +1 -1
  232. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/jquery-patch.js +1 -1
  233. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/jquery-var-for-color.js +1 -1
  234. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/keycode.js +1 -1
  235. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/labels.js +1 -1
  236. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/plugin.js +1 -1
  237. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/position.js +1 -1
  238. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/safe-active-element.js +1 -1
  239. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/safe-blur.js +1 -1
  240. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/scroll-parent.js +1 -1
  241. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/tabbable.js +1 -1
  242. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/unique-id.js +1 -1
  243. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/vendor/jquery-color/jquery.color.js +1 -1
  244. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/version.js +1 -1
  245. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/widget.js +1 -1
  246. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/widgets/accordion.js +9 -0
  247. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/widgets/autocomplete.js +9 -0
  248. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/widgets/button.js +9 -0
  249. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/widgets/checkboxradio.js +9 -0
  250. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/widgets/controlgroup.js +9 -0
  251. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/widgets/datepicker.js +9 -0
  252. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/widgets/dialog.js +9 -0
  253. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/widgets/draggable.js +1 -1
  254. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/widgets/droppable.js +9 -0
  255. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/widgets/menu.js +9 -0
  256. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/widgets/mouse.js +1 -1
  257. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/widgets/progressbar.js +9 -0
  258. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/widgets/resizable.js +9 -0
  259. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/widgets/selectable.js +9 -0
  260. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/widgets/selectmenu.js +9 -0
  261. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/widgets/slider.js +9 -0
  262. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/widgets/sortable.js +1 -1
  263. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/widgets/spinner.js +9 -0
  264. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/widgets/tabs.js +9 -0
  265. package/dist/js/libs/jquery/jqueryui-amd-1.13.2.min/widgets/tooltip.js +9 -0
  266. package/dist/js/libs/oj/debug/ojconverterutils-i18n.js +0 -5
  267. package/dist/js/libs/oj/debug/ojcore-base.js +2 -2
  268. package/dist/js/libs/oj/debug/ojdiagram-toolkit.js +4 -3
  269. package/dist/js/libs/oj/debug/ojflattenedtreedataproviderview.js +61 -57
  270. package/dist/js/libs/oj/debug/ojlistview.js +11 -7
  271. package/dist/js/libs/oj/debug/ojtable.js +140 -142
  272. package/dist/js/libs/oj/debug/ojtimeline-toolkit.js +52 -17
  273. package/dist/js/libs/oj/debug_esm/ojconverterutils-i18n.js +0 -5
  274. package/dist/js/libs/oj/debug_esm/ojcore-base.js +2 -2
  275. package/dist/js/libs/oj/debug_esm/ojdiagram-toolkit.js +4 -3
  276. package/dist/js/libs/oj/debug_esm/ojflattenedtreedataproviderview.js +61 -57
  277. package/dist/js/libs/oj/debug_esm/ojlistview.js +11 -7
  278. package/dist/js/libs/oj/debug_esm/ojtable.js +140 -142
  279. package/dist/js/libs/oj/debug_esm/ojtimeline-toolkit.js +52 -17
  280. package/dist/js/libs/oj/main-template.js +3 -3
  281. package/dist/js/libs/oj/min/ojconverterutils-i18n.js +1 -1
  282. package/dist/js/libs/oj/min/ojconverterutils-i18n.js.map +1 -1
  283. package/dist/js/libs/oj/min/ojcore-base.js +1 -1
  284. package/dist/js/libs/oj/min/ojdiagram-toolkit.js +1 -1
  285. package/dist/js/libs/oj/min/ojdiagram-toolkit.js.map +1 -1
  286. package/dist/js/libs/oj/min/ojflattenedtreedataproviderview.js +1 -1
  287. package/dist/js/libs/oj/min/ojflattenedtreedataproviderview.js.map +1 -1
  288. package/dist/js/libs/oj/min/ojlistview.js +1 -1
  289. package/dist/js/libs/oj/min/ojlistview.js.map +1 -1
  290. package/dist/js/libs/oj/min/ojtable.js +1 -1
  291. package/dist/js/libs/oj/min/ojtable.js.map +1 -1
  292. package/dist/js/libs/oj/min/ojtimeline-toolkit.js +1 -1
  293. package/dist/js/libs/oj/min/ojtimeline-toolkit.js.map +1 -1
  294. package/dist/metadata/components/allComponents.json +239 -239
  295. package/dist/package-backup.json +1 -1
  296. package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/helpers/themes/base/_oj-helpers.scss +1 -1
  297. package/dist/scss/common/helpers/_oj.common.helpers.scss +1 -1
  298. package/dist/webpack-tools/4.x/webpack.config.js +3 -3
  299. package/dist/webpack-tools/webpack.config.js +3 -3
  300. package/package.json +2 -2
  301. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/accordion/themes/base/_oj-accordion.scss +0 -0
  302. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/accordion/themes/redwood/_oj-accordion.cssvars.scss +0 -0
  303. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/accordion/themes/redwood/oj-accordion.scss +0 -0
  304. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/accordion/themes/stable/_oj-accordion.cssvars.scss +0 -0
  305. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/accordion/themes/stable/oj-accordion.scss +0 -0
  306. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/action-card/themes/base/_oj-action-card.scss +0 -0
  307. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/action-card/themes/redwood/_oj-action-card.cssvars.scss +0 -0
  308. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/action-card/themes/redwood/oj-action-card.scss +0 -0
  309. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/action-card/themes/stable/_oj-action-card.cssvars.scss +0 -0
  310. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/action-card/themes/stable/oj-action-card.scss +0 -0
  311. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/all-components/themes/base/_oj.common.servervars.scss +0 -0
  312. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/all-components/themes/base/oj.common.settings.cssvariables.css +0 -0
  313. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/all-components/themes/redwood/_oj-all-components-common.scss +0 -0
  314. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/all-components/themes/redwood/_oj-all-components-notag.scss +0 -0
  315. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/all-components/themes/redwood/_oj-all-components.scss +0 -0
  316. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/all-components/themes/redwood/_oj.redwood.settings.scss +0 -0
  317. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/all-components/themes/redwood/oj.redwood.cssvars.settings.css +0 -0
  318. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/all-components/themes/stable/_oj-all-components-common.scss +0 -0
  319. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/all-components/themes/stable/_oj-all-components-notag.scss +0 -0
  320. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/all-components/themes/stable/_oj-all-components.scss +0 -0
  321. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/all-components/themes/stable/_oj.stable.settings.scss +0 -0
  322. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/all-components/themes/stable/oj.stable.cssvars.settings.css +0 -0
  323. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/animation/themes/base/_oj-animation.scss +0 -0
  324. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/animation/themes/redwood/_oj-animation.cssvars.scss +0 -0
  325. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/animation/themes/redwood/_oj-animation.servervars.scss +0 -0
  326. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/animation/themes/redwood/oj-animation.scss +0 -0
  327. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/animation/themes/stable/_oj-animation.cssvars.scss +0 -0
  328. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/animation/themes/stable/_oj-animation.servervars.scss +0 -0
  329. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/animation/themes/stable/oj-animation.scss +0 -0
  330. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/app-layout/themes/base/_oj-app-layout.scss +0 -0
  331. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/app-layout/themes/redwood/_oj-app-layout.cssvars.scss +0 -0
  332. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/app-layout/themes/redwood/_oj-app-layout.scss +0 -0
  333. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/app-layout/themes/stable/_oj-app-layout.cssvars.scss +0 -0
  334. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/app-layout/themes/stable/_oj-app-layout.scss +0 -0
  335. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/app-layout-hybrid/themes/base/_oj-app-layout-hybrid-ignore.scoped.cssvars.scss +0 -0
  336. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/app-layout-hybrid/themes/base/_oj-app-layout-hybrid.scss +0 -0
  337. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/app-layout-hybrid/themes/redwood/_oj-app-layout-hybrid.cssvars.scss +0 -0
  338. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/app-layout-hybrid/themes/redwood/oj-app-layout-hybrid.scss +0 -0
  339. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/app-layout-hybrid/themes/stable/_oj-app-layout-hybrid.cssvars.scss +0 -0
  340. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/app-layout-hybrid/themes/stable/oj-app-layout-hybrid.scss +0 -0
  341. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/app-layout-web/themes/base/_oj-app-layout-web.scss +0 -0
  342. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/app-layout-web/themes/redwood/_oj-app-layout-web.cssvars.scss +0 -0
  343. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/app-layout-web/themes/redwood/oj-app-layout-web.scss +0 -0
  344. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/app-layout-web/themes/stable/_oj-app-layout-web.cssvars.scss +0 -0
  345. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/app-layout-web/themes/stable/oj-app-layout-web.scss +0 -0
  346. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/avatar/themes/base/_oj-avatar.scss +0 -0
  347. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/avatar/themes/redwood/_oj-avatar-ignore.scoped.cssvars.scss +0 -0
  348. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/avatar/themes/redwood/_oj-avatar-scoped.cssvars.scss +0 -0
  349. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/avatar/themes/redwood/_oj-avatar.cssvars.scss +0 -0
  350. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/avatar/themes/redwood/oj-avatar.scss +0 -0
  351. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/avatar/themes/stable/_oj-avatar-scoped.cssvars.scss +0 -0
  352. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/avatar/themes/stable/_oj-avatar.cssvars.scss +0 -0
  353. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/avatar/themes/stable/oj-avatar.scss +0 -0
  354. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/badge/themes/base/_oj-badge.scss +0 -0
  355. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/badge/themes/redwood/_oj-badge-ignore.scoped.cssvars.scss +0 -0
  356. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/badge/themes/redwood/_oj-badge-scoped.cssvars.scss +0 -0
  357. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/badge/themes/redwood/_oj-badge.cssvars.scss +0 -0
  358. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/badge/themes/redwood/oj-badge.scss +0 -0
  359. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/badge/themes/stable/_oj-badge-scoped.cssvars.scss +0 -0
  360. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/badge/themes/stable/_oj-badge.cssvars.scss +0 -0
  361. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/badge/themes/stable/oj-badge.scss +0 -0
  362. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/button/themes/base/_oj-button.scss +0 -0
  363. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/button/themes/redwood/_oj-button-ignore.scoped.cssvars.scss +0 -0
  364. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/button/themes/redwood/_oj-button-scoped.cssvars.scss +0 -0
  365. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/button/themes/redwood/_oj-button.cssvars.scss +0 -0
  366. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/button/themes/redwood/oj-button.scss +0 -0
  367. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/button/themes/stable/_oj-button-ignore.scoped.cssvars.scss +0 -0
  368. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/button/themes/stable/_oj-button-scoped.cssvars.scss +0 -0
  369. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/button/themes/stable/_oj-button.cssvars.scss +0 -0
  370. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/button/themes/stable/oj-button.scss +0 -0
  371. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/buttonset/themes/base/_oj-buttonset.scss +0 -0
  372. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/buttonset/themes/redwood/_oj-buttonset-scoped.cssvars.scss +0 -0
  373. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/buttonset/themes/redwood/_oj-buttonset.cssvars.scss +0 -0
  374. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/buttonset/themes/redwood/_oj-buttonset.scss +0 -0
  375. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/buttonset/themes/stable/_oj-buttonset-scoped.cssvars.scss +0 -0
  376. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/buttonset/themes/stable/_oj-buttonset.cssvars.scss +0 -0
  377. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/buttonset/themes/stable/_oj-buttonset.scss +0 -0
  378. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/buttonset-many/themes/redwood/oj-buttonset-many.scss +0 -0
  379. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/buttonset-many/themes/stable/oj-buttonset-many.scss +0 -0
  380. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/buttonset-one/themes/redwood/oj-buttonset-one.scss +0 -0
  381. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/buttonset-one/themes/stable/oj-buttonset-one.scss +0 -0
  382. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/chart/themes/base/_oj-chart.scss +0 -0
  383. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/chart/themes/redwood/_oj-chart.cssvars.scss +0 -0
  384. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/chart/themes/redwood/oj-chart.scss +0 -0
  385. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/chart/themes/stable/_oj-chart.cssvars.scss +0 -0
  386. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/chart/themes/stable/oj-chart.scss +0 -0
  387. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/checkboxset/themes/redwood/_oj-checkboxset.cssvars.scss +0 -0
  388. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/checkboxset/themes/redwood/oj-checkboxset.scss +0 -0
  389. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/checkboxset/themes/stable/_oj-checkboxset.cssvars.scss +0 -0
  390. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/checkboxset/themes/stable/oj-checkboxset.scss +0 -0
  391. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/collapsible/themes/base/_oj-collapsible.scss +0 -0
  392. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/collapsible/themes/redwood/_oj-collapsible.cssvars.scss +0 -0
  393. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/collapsible/themes/redwood/oj-collapsible.scss +0 -0
  394. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/collapsible/themes/stable/_oj-collapsible.cssvars.scss +0 -0
  395. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/collapsible/themes/stable/oj-collapsible.scss +0 -0
  396. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/collection/themes/redwood/_oj-collection-ignore.scoped.cssvars.scss +0 -0
  397. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/collection/themes/redwood/_oj-collection-scoped.cssvars.scss +0 -0
  398. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/collection/themes/redwood/_oj-collection.cssvars.scss +0 -0
  399. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/collection/themes/stable/_oj-collection.cssvars.scss +0 -0
  400. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/color-palette/themes/base/_oj-color-palette.scss +0 -0
  401. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/color-palette/themes/redwood/_oj-color-palette.cssvars.scss +0 -0
  402. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/color-palette/themes/redwood/oj-color-palette.scss +0 -0
  403. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/color-palette/themes/stable/_oj-color-palette.cssvars.scss +0 -0
  404. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/color-palette/themes/stable/oj-color-palette.scss +0 -0
  405. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/color-spectrum/themes/base/_oj-color-spectrum.scss +0 -0
  406. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/color-spectrum/themes/redwood/_oj-color-spectrum.cssvars.scss +0 -0
  407. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/color-spectrum/themes/redwood/oj-color-spectrum.scss +0 -0
  408. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/color-spectrum/themes/stable/_oj-color-spectrum.cssvars.scss +0 -0
  409. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/color-spectrum/themes/stable/oj-color-spectrum.scss +0 -0
  410. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/combobox/themes/base/_oj-combobox.scss +0 -0
  411. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/combobox/themes/redwood/_oj-combobox.cssvars.scss +0 -0
  412. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/combobox/themes/redwood/_oj-combobox.scss +0 -0
  413. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/combobox/themes/stable/_oj-combobox.cssvars.scss +0 -0
  414. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/combobox/themes/stable/_oj-combobox.scss +0 -0
  415. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/combobox-many/themes/redwood/oj-combobox-many.scss +0 -0
  416. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/combobox-many/themes/stable/oj-combobox-many.scss +0 -0
  417. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/combobox-one/themes/redwood/oj-combobox-one.scss +0 -0
  418. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/combobox-one/themes/stable/oj-combobox-one.scss +0 -0
  419. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/conveyor-belt/themes/base/_oj-conveyor-belt.scss +0 -0
  420. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/conveyor-belt/themes/redwood/_oj-conveyor-belt.cssvars.scss +0 -0
  421. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/conveyor-belt/themes/redwood/oj-conveyor-belt.scss +0 -0
  422. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/conveyor-belt/themes/stable/_oj-conveyor-belt.cssvars.scss +0 -0
  423. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/conveyor-belt/themes/stable/oj-conveyor-belt.scss +0 -0
  424. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/core/themes/redwood/_oj-core-ignore.scoped.cssvars.scss +0 -0
  425. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/core/themes/redwood/_oj-core-scoped.cssvars.scss +0 -0
  426. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/core/themes/redwood/_oj-core.cssvars.scss +0 -0
  427. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/core/themes/stable/_oj-core-ignore.scoped.cssvars.scss +0 -0
  428. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/core/themes/stable/_oj-core-scoped.cssvars.scss +0 -0
  429. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/core/themes/stable/_oj-core.cssvars.scss +0 -0
  430. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/data-grid/themes/base/_oj-data-grid.scss +0 -0
  431. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/data-grid/themes/redwood/_oj-data-grid-scoped.cssvars.scss +0 -0
  432. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/data-grid/themes/redwood/_oj-data-grid.cssvars.scss +0 -0
  433. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/data-grid/themes/redwood/oj-data-grid.scss +0 -0
  434. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/data-grid/themes/stable/_oj-data-grid-scoped.cssvars.scss +0 -0
  435. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/data-grid/themes/stable/_oj-data-grid.cssvars.scss +0 -0
  436. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/data-grid/themes/stable/oj-data-grid.scss +0 -0
  437. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/date-picker/themes/redwood/oj-date-picker.scss +0 -0
  438. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/date-picker/themes/stable/oj-date-picker.scss +0 -0
  439. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/date-time-picker/themes/base/_oj-date-time-picker.scss +0 -0
  440. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/date-time-picker/themes/redwood/_oj-date-time-picker.cssvars.scss +0 -0
  441. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/date-time-picker/themes/redwood/_oj-date-time-picker.servervars.scss +0 -0
  442. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/date-time-picker/themes/redwood/oj-date-time-picker.scss +0 -0
  443. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/date-time-picker/themes/stable/_oj-date-time-picker.cssvars.scss +0 -0
  444. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/date-time-picker/themes/stable/_oj-date-time-picker.servervars.scss +0 -0
  445. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/date-time-picker/themes/stable/oj-date-time-picker.scss +0 -0
  446. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/diagram/themes/base/_oj-diagram.scss +0 -0
  447. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/diagram/themes/redwood/_oj-diagram.cssvars.scss +0 -0
  448. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/diagram/themes/redwood/oj-diagram.scss +0 -0
  449. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/diagram/themes/stable/_oj-diagram.cssvars.scss +0 -0
  450. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/diagram/themes/stable/oj-diagram.scss +0 -0
  451. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/dialog/themes/base/_oj-dialog-ignore.scoped.cssvars.scss +0 -0
  452. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/dialog/themes/base/_oj-dialog.scss +0 -0
  453. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/dialog/themes/redwood/_oj-dialog-ignore.scoped.cssvars.scss +0 -0
  454. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/dialog/themes/redwood/_oj-dialog-scoped.cssvars.scss +0 -0
  455. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/dialog/themes/redwood/_oj-dialog.cssvars.scss +0 -0
  456. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/dialog/themes/redwood/_oj-dialog.servervars.scss +0 -0
  457. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/dialog/themes/redwood/oj-dialog.scss +0 -0
  458. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/dialog/themes/stable/_oj-dialog-scoped.cssvars.scss +0 -0
  459. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/dialog/themes/stable/_oj-dialog.cssvars.scss +0 -0
  460. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/dialog/themes/stable/_oj-dialog.servervars.scss +0 -0
  461. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/dialog/themes/stable/oj-dialog.scss +0 -0
  462. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/drawer-layout/themes/base/_oj-drawer-layout-ignore.scoped.cssvars.scss +0 -0
  463. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/drawer-layout/themes/base/_oj-drawer-layout.scss +0 -0
  464. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/drawer-layout/themes/redwood/_oj-drawer-layout.cssvars.scss +0 -0
  465. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/drawer-layout/themes/redwood/oj-drawer-layout.scss +0 -0
  466. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/drawer-layout/themes/stable/_oj-drawer-layout.cssvars.scss +0 -0
  467. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/drawer-layout/themes/stable/oj-drawer-layout.scss +0 -0
  468. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/drawer-popup/themes/base/_oj-drawer-popup-ignore.scoped.cssvars.scss +0 -0
  469. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/drawer-popup/themes/base/_oj-drawer-popup.scss +0 -0
  470. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/drawer-popup/themes/redwood/_oj-drawer-popup.cssvars.scss +0 -0
  471. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/drawer-popup/themes/redwood/oj-drawer-popup.scss +0 -0
  472. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/drawer-popup/themes/stable/_oj-drawer-popup.cssvars.scss +0 -0
  473. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/drawer-popup/themes/stable/oj-drawer-popup.scss +0 -0
  474. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/dvt/themes/base/_oj-dvt.scss +0 -0
  475. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/dvt/themes/redwood/_oj-dvt.cssvars.scss +0 -0
  476. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/dvt/themes/redwood/_oj-dvt.scss +0 -0
  477. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/dvt/themes/stable/_oj-dvt.cssvars.scss +0 -0
  478. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/dvt/themes/stable/_oj-dvt.scss +0 -0
  479. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/file-picker/themes/base/_oj-file-picker.scss +0 -0
  480. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/file-picker/themes/redwood/_oj-file-picker.cssvars.scss +0 -0
  481. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/file-picker/themes/redwood/oj-file-picker.scss +0 -0
  482. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/file-picker/themes/stable/_oj-file-picker.cssvars.scss +0 -0
  483. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/file-picker/themes/stable/oj-file-picker.scss +0 -0
  484. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/film-strip/themes/base/_oj-film-strip.scss +0 -0
  485. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/film-strip/themes/redwood/_oj-film-strip.cssvars.scss +0 -0
  486. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/film-strip/themes/redwood/oj-film-strip.scss +0 -0
  487. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/film-strip/themes/stable/_oj-film-strip.cssvars.scss +0 -0
  488. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/film-strip/themes/stable/oj-film-strip.scss +0 -0
  489. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/flex/themes/base/_oj-flex.scss +0 -0
  490. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/flex/themes/redwood/oj-flex.scss +0 -0
  491. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/flex/themes/stable/oj-flex.scss +0 -0
  492. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/form-control/themes/base/_oj-form-control.mixins.scss +0 -0
  493. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/form-control/themes/base/_oj-form-control.scss +0 -0
  494. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/form-control/themes/base/_oj-messaging.scss +0 -0
  495. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/form-control/themes/redwood/_oj-form-control.cssvars.scss +0 -0
  496. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/form-control/themes/redwood/_oj-form-control.scss +0 -0
  497. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/form-control/themes/redwood/_oj-messaging.scss +0 -0
  498. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/form-control/themes/redwood/_oj-messaging.servervars.scss +0 -0
  499. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/form-control/themes/stable/_oj-form-control.cssvars.scss +0 -0
  500. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/form-control/themes/stable/_oj-form-control.scss +0 -0
  501. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/form-control/themes/stable/_oj-messaging.scss +0 -0
  502. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/form-control/themes/stable/_oj-messaging.servervars.scss +0 -0
  503. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/form-layout/themes/base/_oj-form-layout.scss +0 -0
  504. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/form-layout/themes/redwood/_oj-form-layout-scoped.cssvars.scss +0 -0
  505. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/form-layout/themes/redwood/_oj-form-layout.cssvars.scss +0 -0
  506. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/form-layout/themes/redwood/_oj-form-layout.servervars.scss +0 -0
  507. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/form-layout/themes/redwood/oj-form-layout.scss +0 -0
  508. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/form-layout/themes/stable/_oj-form-layout.cssvars.scss +0 -0
  509. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/form-layout/themes/stable/_oj-form-layout.servervars.scss +0 -0
  510. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/form-layout/themes/stable/oj-form-layout.scss +0 -0
  511. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/gantt/themes/base/_oj-gantt.scss +0 -0
  512. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/gantt/themes/redwood/_oj-gantt.cssvars.scss +0 -0
  513. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/gantt/themes/redwood/oj-gantt.scss +0 -0
  514. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/gantt/themes/stable/_oj-gantt.cssvars.scss +0 -0
  515. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/gantt/themes/stable/oj-gantt.scss +0 -0
  516. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/gauge/themes/base/_oj-gauge.scss +0 -0
  517. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/gauge/themes/redwood/_oj-gauge.cssvars.scss +0 -0
  518. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/gauge/themes/redwood/oj-gauge.scss +0 -0
  519. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/gauge/themes/stable/_oj-gauge.cssvars.scss +0 -0
  520. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/gauge/themes/stable/oj-gauge.scss +0 -0
  521. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/grid/themes/base/_oj-grid.scss +0 -0
  522. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/grid/themes/redwood/oj-grid.scss +0 -0
  523. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/grid/themes/stable/oj-grid.scss +0 -0
  524. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/helpers/themes/base/_oj-helpers-ignore.scoped.cssvars.scss +0 -0
  525. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/helpers/themes/base/_oj-responsive-helpers.scss +0 -0
  526. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/helpers/themes/redwood/_oj-theme.servervars.scss +0 -0
  527. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/helpers/themes/redwood/oj-helpers.scss +0 -0
  528. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/helpers/themes/redwood/oj-responsive.helpers.scss +0 -0
  529. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/helpers/themes/stable/_oj-theme.servervars.scss +0 -0
  530. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/helpers/themes/stable/oj-helpers.scss +0 -0
  531. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/helpers/themes/stable/oj-responsive.helpers.scss +0 -0
  532. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/highlight-text/themes/base/_oj-highlight-text.scss +0 -0
  533. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/highlight-text/themes/redwood/oj-highlight-text.scss +0 -0
  534. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/highlight-text/themes/stable/oj-highlight-text.scss +0 -0
  535. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/icon-circle/themes/base/_oj-icon-circle.scss +0 -0
  536. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/icon-circle/themes/redwood/_oj-icon-circle-ignore.scoped.cssvars.scss +0 -0
  537. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/icon-circle/themes/redwood/_oj-icon-circle.cssvars.scss +0 -0
  538. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/icon-circle/themes/redwood/oj-icon-circle.scss +0 -0
  539. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/icons/themes/base/_oj-icons.scss +0 -0
  540. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/icons/themes/redwood/_oj-icon-font.scss +0 -0
  541. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/icons/themes/redwood/_oj-icons-ignore.scoped.cssvars.scss +0 -0
  542. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/icons/themes/redwood/_oj-icons.cssvars.scss +0 -0
  543. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/icons/themes/redwood/oj-icons.scss +0 -0
  544. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/icons/themes/stable/_oj-icon-font.scss +0 -0
  545. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/icons/themes/stable/_oj-icons-ignore.scoped.cssvars.scss +0 -0
  546. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/icons/themes/stable/_oj-icons.cssvars.scss +0 -0
  547. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/icons/themes/stable/oj-icons.scss +0 -0
  548. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/indexer/themes/base/_oj-indexer.scss +0 -0
  549. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/indexer/themes/redwood/_oj-indexer.cssvars.scss +0 -0
  550. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/indexer/themes/redwood/oj-indexer.scss +0 -0
  551. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/indexer/themes/stable/_oj-indexer.cssvars.scss +0 -0
  552. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/indexer/themes/stable/oj-indexer.scss +0 -0
  553. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/input-date/themes/redwood/oj-input-date.scss +0 -0
  554. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/input-date/themes/stable/oj-input-date.scss +0 -0
  555. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/input-date-time/themes/redwood/oj-input-date-time.scss +0 -0
  556. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/input-date-time/themes/stable/oj-input-date-time.scss +0 -0
  557. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/input-number/themes/base/_oj-input-number.scss +0 -0
  558. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/input-number/themes/redwood/_oj-input-number.cssvars.scss +0 -0
  559. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/input-number/themes/redwood/oj-input-number.scss +0 -0
  560. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/input-number/themes/stable/_oj-input-number.cssvars.scss +0 -0
  561. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/input-number/themes/stable/oj-input-number.scss +0 -0
  562. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/input-password/themes/redwood/oj-input-password.scss +0 -0
  563. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/input-password/themes/stable/oj-input-password.scss +0 -0
  564. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/input-search/themes/base/_oj-input-search.scss +0 -0
  565. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/input-search/themes/redwood/_oj-input-search-scoped.cssvars.scss +0 -0
  566. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/input-search/themes/redwood/_oj-input-search.cssvars.scss +0 -0
  567. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/input-search/themes/redwood/_oj-input-search.scss +0 -0
  568. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/input-search/themes/stable/_oj-input-search-scoped.cssvars.scss +0 -0
  569. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/input-search/themes/stable/_oj-input-search.cssvars.scss +0 -0
  570. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/input-search/themes/stable/_oj-input-search.scss +0 -0
  571. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/input-text/themes/base/_oj-input-text.scss +0 -0
  572. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/input-text/themes/redwood/_oj-input-text.cssvars.scss +0 -0
  573. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/input-text/themes/redwood/oj-input-text.scss +0 -0
  574. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/input-text/themes/stable/_oj-input-text.cssvars.scss +0 -0
  575. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/input-text/themes/stable/oj-input-text.scss +0 -0
  576. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/input-time/themes/redwood/oj-input-time.scss +0 -0
  577. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/input-time/themes/stable/oj-input-time.scss +0 -0
  578. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/label/themes/base/_oj-label.scss +0 -0
  579. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/label/themes/redwood/_oj-label-scoped.cssvars.scss +0 -0
  580. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/label/themes/redwood/_oj-label.cssvars.scss +0 -0
  581. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/label/themes/redwood/oj-label.scss +0 -0
  582. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/label/themes/stable/_oj-label-scoped.cssvars.scss +0 -0
  583. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/label/themes/stable/_oj-label.cssvars.scss +0 -0
  584. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/label/themes/stable/oj-label.scss +0 -0
  585. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/label-value/themes/base/_oj-label-value.scss +0 -0
  586. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/label-value/themes/redwood/_oj-label-value.scss +0 -0
  587. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/label-value/themes/stable/_oj-label-value.scss +0 -0
  588. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/led-gauge/themes/base/_oj-led-gauge.scss +0 -0
  589. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/led-gauge/themes/redwood/_oj-led-gauge.cssvars.scss +0 -0
  590. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/led-gauge/themes/redwood/oj-led-gauge.scss +0 -0
  591. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/led-gauge/themes/stable/_oj-led-gauge.cssvars.scss +0 -0
  592. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/led-gauge/themes/stable/oj-led-gauge.scss +0 -0
  593. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/legend/themes/base/_oj-legend.scss +0 -0
  594. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/legend/themes/redwood/_oj-legend.cssvars.scss +0 -0
  595. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/legend/themes/redwood/oj-legend.scss +0 -0
  596. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/legend/themes/stable/_oj-legend.cssvars.scss +0 -0
  597. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/legend/themes/stable/oj-legend.scss +0 -0
  598. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/list-box/themes/base/_oj-list-box.scss +0 -0
  599. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/list-box/themes/redwood/_oj-list-box.cssvars.scss +0 -0
  600. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/list-box/themes/redwood/_oj-list-box.scss +0 -0
  601. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/list-box/themes/stable/_oj-list-box.cssvars.scss +0 -0
  602. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/list-box/themes/stable/_oj-list-box.scss +0 -0
  603. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/list-item-layout/themes/base/_oj-list-item-layout.scoped.scss +0 -0
  604. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/list-item-layout/themes/base/_oj-list-item-layout.scss +0 -0
  605. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/list-item-layout/themes/redwood/_oj-list-item-layout.cssvars.scss +0 -0
  606. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/list-item-layout/themes/redwood/oj-list-item-layout.scss +0 -0
  607. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/list-item-layout/themes/stable/_oj-list-item-layout.cssvars.scss +0 -0
  608. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/list-item-layout/themes/stable/oj-list-item-layout.scss +0 -0
  609. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/list-view/themes/base/_oj-list-view.scoped.scss +0 -0
  610. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/list-view/themes/base/_oj-list-view.scss +0 -0
  611. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/list-view/themes/redwood/_oj-list-view-ignore.scoped.cssvars.scss +0 -0
  612. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/list-view/themes/redwood/_oj-list-view.cssvars.scss +0 -0
  613. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/list-view/themes/redwood/oj-list-view.scss +0 -0
  614. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/list-view/themes/stable/_oj-list-view.cssvars.scss +0 -0
  615. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/list-view/themes/stable/oj-list-view.scss +0 -0
  616. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/masonry-layout/themes/base/_oj-masonry-layout.scss +0 -0
  617. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/masonry-layout/themes/redwood/_oj-masonry-layout.cssvars.scss +0 -0
  618. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/masonry-layout/themes/redwood/_oj-masonry-layout.servervars.scss +0 -0
  619. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/masonry-layout/themes/redwood/oj-masonry-layout.scss +0 -0
  620. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/masonry-layout/themes/stable/_oj-masonry-layout.cssvars.scss +0 -0
  621. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/masonry-layout/themes/stable/_oj-masonry-layout.servervars.scss +0 -0
  622. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/masonry-layout/themes/stable/oj-masonry-layout.scss +0 -0
  623. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/menu/themes/base/_oj-menu.scss +0 -0
  624. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/menu/themes/redwood/_oj-menu.cssvars.scss +0 -0
  625. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/menu/themes/redwood/oj-menu.scss +0 -0
  626. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/menu/themes/stable/_oj-menu.cssvars.scss +0 -0
  627. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/menu/themes/stable/oj-menu.scss +0 -0
  628. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/menu-button/themes/base/_oj-menu-button.scss +0 -0
  629. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/menu-button/themes/redwood/_oj-menu-button.cssvars.scss +0 -0
  630. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/menu-button/themes/redwood/_oj-menu-button.servervars.scss +0 -0
  631. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/menu-button/themes/redwood/oj-menu-button.scss +0 -0
  632. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/menu-button/themes/stable/_oj-menu-button.cssvars.scss +0 -0
  633. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/menu-button/themes/stable/_oj-menu-button.servervars.scss +0 -0
  634. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/menu-button/themes/stable/oj-menu-button.scss +0 -0
  635. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/menu-select-many/themes/base/_oj-menu-select-many.scss +0 -0
  636. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/menu-select-many/themes/redwood/_oj-menu-select-many.cssvars.scss +0 -0
  637. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/menu-select-many/themes/redwood/oj-menu-select-many.scss +0 -0
  638. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/menu-select-many/themes/stable/_oj-menu-select-many.cssvars.scss +0 -0
  639. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/menu-select-many/themes/stable/oj-menu-select-many.scss +0 -0
  640. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/message/themes/base/_oj-message.scss +0 -0
  641. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/message/themes/redwood/_oj-message-ignore.scoped.cssvars.scss +0 -0
  642. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/message/themes/redwood/_oj-message.cssvars.scss +0 -0
  643. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/message/themes/redwood/_oj-message.servervars.scss +0 -0
  644. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/message/themes/redwood/oj-message.scss +0 -0
  645. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/message/themes/stable/_oj-message-ignore.scoped.cssvars.scss +0 -0
  646. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/message/themes/stable/_oj-message.cssvars.scss +0 -0
  647. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/message/themes/stable/_oj-message.servervars.scss +0 -0
  648. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/message/themes/stable/oj-message.scss +0 -0
  649. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/message-banner/themes/base/_oj-message-banner.scss +0 -0
  650. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/message-banner/themes/redwood/_oj-message-banner-scoped.cssvars.scss +0 -0
  651. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/message-banner/themes/redwood/_oj-message-banner.cssvars.scss +0 -0
  652. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/message-banner/themes/redwood/_oj-message-banner.scss +0 -0
  653. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/message-banner/themes/stable/_oj-message-banner-scoped.cssvars.scss +0 -0
  654. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/message-banner/themes/stable/_oj-message-banner.cssvars.scss +0 -0
  655. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/message-banner/themes/stable/_oj-message-banner.scss +0 -0
  656. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/messages/themes/base/_oj-messages.scss +0 -0
  657. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/messages/themes/redwood/_oj-messages.cssvars.scss +0 -0
  658. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/messages/themes/redwood/_oj-messages.servervars.scss +0 -0
  659. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/messages/themes/redwood/oj-messages.scss +0 -0
  660. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/messages/themes/stable/_oj-messages.cssvars.scss +0 -0
  661. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/messages/themes/stable/_oj-messages.servervars.scss +0 -0
  662. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/messages/themes/stable/oj-messages.scss +0 -0
  663. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/module/themes/base/_oj-module.scss +0 -0
  664. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/module/themes/redwood/oj-module.scss +0 -0
  665. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/module/themes/stable/oj-module.scss +0 -0
  666. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/n-box/themes/base/_oj-n-box.scss +0 -0
  667. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/n-box/themes/redwood/_oj-n-box.cssvars.scss +0 -0
  668. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/n-box/themes/redwood/oj-n-box.scss +0 -0
  669. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/n-box/themes/stable/_oj-n-box.cssvars.scss +0 -0
  670. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/n-box/themes/stable/oj-n-box.scss +0 -0
  671. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/navigation-list/themes/base/_oj-navigation-list.scss +0 -0
  672. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/navigation-list/themes/redwood/_oj-navigation-list-scoped.cssvars.scss +0 -0
  673. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/navigation-list/themes/redwood/_oj-navigation-list.cssvars.scss +0 -0
  674. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/navigation-list/themes/redwood/oj-navigation-list.scss +0 -0
  675. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/navigation-list/themes/stable/_oj-navigation-list-scoped.cssvars.scss +0 -0
  676. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/navigation-list/themes/stable/_oj-navigation-list.cssvars.scss +0 -0
  677. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/navigation-list/themes/stable/oj-navigation-list.scss +0 -0
  678. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/off-canvas/themes/base/_oj-off-canvas.scss +0 -0
  679. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/off-canvas/themes/redwood/_oj-off-canvas.cssvars.scss +0 -0
  680. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/off-canvas/themes/redwood/oj-off-canvas.scss +0 -0
  681. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/off-canvas/themes/stable/_oj-off-canvas.cssvars.scss +0 -0
  682. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/off-canvas/themes/stable/oj-off-canvas.scss +0 -0
  683. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/optgroup/themes/base/_oj-optgroup.scss +0 -0
  684. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/optgroup/themes/redwood/oj-optgroup.scss +0 -0
  685. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/optgroup/themes/stable/oj-optgroup.scss +0 -0
  686. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/option/themes/base/_oj-option.scss +0 -0
  687. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/option/themes/redwood/oj-option.scss +0 -0
  688. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/option/themes/stable/oj-option.scss +0 -0
  689. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/paging-control/themes/base/_oj-paging-control.scss +0 -0
  690. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/paging-control/themes/redwood/_oj-paging-control.cssvars.scss +0 -0
  691. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/paging-control/themes/redwood/oj-paging-control.scss +0 -0
  692. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/paging-control/themes/stable/_oj-paging-control.cssvars.scss +0 -0
  693. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/paging-control/themes/stable/oj-paging-control.scss +0 -0
  694. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/palette/themes/redwood/_oj-palette-scoped.cssvars.scss +0 -0
  695. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/palette/themes/redwood/_oj-palette.cssvars.scss +0 -0
  696. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/palette/themes/stable/_oj-palette.cssvars.scss +0 -0
  697. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/panel/themes/base/_oj-panel-ignore.scoped.cssvars.scss +0 -0
  698. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/panel/themes/base/_oj-panel.scss +0 -0
  699. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/panel/themes/redwood/_oj-panel-scoped.cssvars.scss +0 -0
  700. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/panel/themes/redwood/_oj-panel.cssvars.scss +0 -0
  701. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/panel/themes/redwood/oj-panel.scss +0 -0
  702. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/panel/themes/stable/_oj-panel-scoped.cssvars.scss +0 -0
  703. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/panel/themes/stable/_oj-panel.cssvars.scss +0 -0
  704. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/panel/themes/stable/oj-panel.scss +0 -0
  705. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/picto-chart/themes/base/_oj-picto-chart.scss +0 -0
  706. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/picto-chart/themes/redwood/_oj-picto-chart.cssvars.scss +0 -0
  707. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/picto-chart/themes/redwood/oj-picto-chart.scss +0 -0
  708. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/picto-chart/themes/stable/_oj-picto-chart.cssvars.scss +0 -0
  709. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/picto-chart/themes/stable/oj-picto-chart.scss +0 -0
  710. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/popup/themes/base/_oj-layer.scss +0 -0
  711. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/popup/themes/base/_oj-popup-ignore.scoped.cssvars.scss +0 -0
  712. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/popup/themes/base/_oj-popup.scss +0 -0
  713. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/popup/themes/redwood/_oj-layer.scss +0 -0
  714. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/popup/themes/redwood/_oj-popup-ignore.scoped.cssvars.scss +0 -0
  715. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/popup/themes/redwood/_oj-popup.cssvars.scss +0 -0
  716. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/popup/themes/redwood/oj-popup.scss +0 -0
  717. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/popup/themes/stable/_oj-layer.scss +0 -0
  718. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/popup/themes/stable/_oj-popup.cssvars.scss +0 -0
  719. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/popup/themes/stable/oj-popup.scss +0 -0
  720. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/progress-bar/themes/base/_oj-progress-bar.scss +0 -0
  721. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/progress-bar/themes/redwood/_oj-progress-bar-scoped.cssvars.scss +0 -0
  722. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/progress-bar/themes/redwood/_oj-progress-bar.cssvars.scss +0 -0
  723. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/progress-bar/themes/redwood/oj-progress-bar.scss +0 -0
  724. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/progress-bar/themes/stable/_oj-progress-bar-scoped.cssvars.scss +0 -0
  725. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/progress-bar/themes/stable/_oj-progress-bar.cssvars.scss +0 -0
  726. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/progress-bar/themes/stable/oj-progress-bar.scss +0 -0
  727. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/progress-circle/themes/base/_oj-progress-circle.scss +0 -0
  728. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/progress-circle/themes/redwood/_oj-progress-circle-scoped.cssvars.scss +0 -0
  729. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/progress-circle/themes/redwood/_oj-progress-circle.cssvars.scss +0 -0
  730. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/progress-circle/themes/redwood/oj-progress-circle.scss +0 -0
  731. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/progress-circle/themes/stable/_oj-progress-circle-scoped.cssvars.scss +0 -0
  732. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/progress-circle/themes/stable/_oj-progress-circle.cssvars.scss +0 -0
  733. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/progress-circle/themes/stable/oj-progress-circle.scss +0 -0
  734. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/radio-checkbox/themes/base/_oj-radiocheckbox.scss +0 -0
  735. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/radio-checkbox/themes/redwood/_oj-radiocheckbox-scoped.cssvars.scss +0 -0
  736. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/radio-checkbox/themes/redwood/_oj-radiocheckbox.cssvars.scss +0 -0
  737. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/radio-checkbox/themes/redwood/_oj-radiocheckbox.servervars.scss +0 -0
  738. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/radio-checkbox/themes/stable/_oj-radiocheckbox-scoped.cssvars.scss +0 -0
  739. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/radio-checkbox/themes/stable/_oj-radiocheckbox.cssvars.scss +0 -0
  740. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/radio-checkbox/themes/stable/_oj-radiocheckbox.servervars.scss +0 -0
  741. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/radioset/themes/redwood/_oj-radioset.cssvars.scss +0 -0
  742. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/radioset/themes/redwood/oj-radioset.scss +0 -0
  743. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/radioset/themes/stable/_oj-radioset.cssvars.scss +0 -0
  744. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/radioset/themes/stable/oj-radioset.scss +0 -0
  745. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/rangeslider/themes/redwood/_oj-rangeslider.cssvars.scss +0 -0
  746. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/rangeslider/themes/redwood/oj-rangeslider.scss +0 -0
  747. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/rangeslider/themes/stable/_oj-rangeslider.cssvars.scss +0 -0
  748. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/rangeslider/themes/stable/oj-rangeslider.scss +0 -0
  749. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/rating-gauge/themes/base/_oj-rating-gauge.scss +0 -0
  750. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/rating-gauge/themes/redwood/_oj-rating-gauge.cssvars.scss +0 -0
  751. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/rating-gauge/themes/redwood/oj-rating-gauge.scss +0 -0
  752. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/rating-gauge/themes/stable/_oj-rating-gauge.cssvars.scss +0 -0
  753. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/rating-gauge/themes/stable/oj-rating-gauge.scss +0 -0
  754. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/refresher/themes/base/_oj-refresher.scss +0 -0
  755. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/refresher/themes/redwood/_oj-refresher.cssvars.scss +0 -0
  756. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/refresher/themes/redwood/_oj-refresher.servervars.scss +0 -0
  757. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/refresher/themes/redwood/oj-refresher.scss +0 -0
  758. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/refresher/themes/stable/_oj-refresher.cssvars.scss +0 -0
  759. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/refresher/themes/stable/_oj-refresher.servervars.scss +0 -0
  760. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/refresher/themes/stable/oj-refresher.scss +0 -0
  761. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/resizable/themes/base/_oj-resizable.scss +0 -0
  762. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/resizable/themes/redwood/_oj-resizable.scss +0 -0
  763. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/resizable/themes/stable/_oj-resizable.scss +0 -0
  764. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/row-expander/themes/base/_oj-row-expander.scss +0 -0
  765. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/row-expander/themes/redwood/_oj-row-expander.cssvars.scss +0 -0
  766. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/row-expander/themes/redwood/oj-row-expander.scss +0 -0
  767. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/row-expander/themes/stable/_oj-row-expander.cssvars.scss +0 -0
  768. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/row-expander/themes/stable/oj-row-expander.scss +0 -0
  769. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/scrollbar/themes/base/_oj-scrollbar.scss +0 -0
  770. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/scrollbar/themes/redwood/_oj-scrollbar-scoped.cssvars.scss +0 -0
  771. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/scrollbar/themes/redwood/_oj-scrollbar.cssvars.scss +0 -0
  772. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/scrollbar/themes/redwood/_oj-scrollbar.scss +0 -0
  773. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/scrollbar/themes/stable/_oj-scrollbar-scoped.cssvars.scss +0 -0
  774. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/scrollbar/themes/stable/_oj-scrollbar.cssvars.scss +0 -0
  775. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/scrollbar/themes/stable/_oj-scrollbar.scss +0 -0
  776. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/select/themes/base/_oj-select.scss +0 -0
  777. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/select/themes/redwood/_oj-select.cssvars.scss +0 -0
  778. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/select/themes/redwood/_oj-select.scss +0 -0
  779. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/select/themes/stable/_oj-select.cssvars.scss +0 -0
  780. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/select/themes/stable/_oj-select.scss +0 -0
  781. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/select-many/themes/redwood/oj-select-many.scss +0 -0
  782. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/select-many/themes/stable/oj-select-many.scss +0 -0
  783. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/select-one/themes/redwood/oj-select-one.scss +0 -0
  784. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/select-original/themes/base/_oj-select-original.scss +0 -0
  785. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/select-original/themes/redwood/_oj-select-original.cssvars.scss +0 -0
  786. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/select-original/themes/redwood/_oj-select-original.scss +0 -0
  787. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/select-original/themes/stable/_oj-select-original.cssvars.scss +0 -0
  788. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/select-original/themes/stable/_oj-select-original.scss +0 -0
  789. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/select-single/themes/base/_oj-select-single.scss +0 -0
  790. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/select-single/themes/redwood/oj-select-single.scss +0 -0
  791. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/select-single/themes/stable/oj-select-single.scss +0 -0
  792. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/selector/themes/base/_oj-selector.scss +0 -0
  793. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/selector/themes/redwood/_oj-selector.cssvars.scss +0 -0
  794. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/selector/themes/redwood/oj-selector.scss +0 -0
  795. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/selector/themes/stable/_oj-selector.cssvars.scss +0 -0
  796. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/selector/themes/stable/oj-selector.scss +0 -0
  797. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/slider/themes/base/_oj-slider.scss +0 -0
  798. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/slider/themes/redwood/_oj-slider.cssvars.scss +0 -0
  799. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/slider/themes/redwood/oj-slider.scss +0 -0
  800. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/slider/themes/stable/_oj-slider.cssvars.scss +0 -0
  801. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/slider/themes/stable/oj-slider.scss +0 -0
  802. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/spark-chart/themes/base/_oj-spark-chart.scss +0 -0
  803. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/spark-chart/themes/redwood/_oj-spark-chart.cssvars.scss +0 -0
  804. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/spark-chart/themes/redwood/oj-spark-chart.scss +0 -0
  805. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/spark-chart/themes/stable/_oj-spark-chart.cssvars.scss +0 -0
  806. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/spark-chart/themes/stable/oj-spark-chart.scss +0 -0
  807. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/status-meter-gauge/themes/base/_oj-status-meter-gauge.scss +0 -0
  808. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/status-meter-gauge/themes/redwood/_oj-status-meter-gauge.cssvars.scss +0 -0
  809. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/status-meter-gauge/themes/redwood/oj-status-meter-gauge.scss +0 -0
  810. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/status-meter-gauge/themes/stable/_oj-status-meter-gauge.cssvars.scss +0 -0
  811. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/status-meter-gauge/themes/stable/oj-status-meter-gauge.scss +0 -0
  812. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/stream-list/themes/base/_oj-stream-list.scss +0 -0
  813. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/stream-list/themes/redwood/_oj-stream-list.cssvars.scss +0 -0
  814. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/stream-list/themes/redwood/_oj-stream-list.servervars.scss +0 -0
  815. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/stream-list/themes/redwood/oj-stream-list.scss +0 -0
  816. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/stream-list/themes/stable/_oj-stream-list.cssvars.scss +0 -0
  817. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/stream-list/themes/stable/_oj-stream-list.servervars.scss +0 -0
  818. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/stream-list/themes/stable/oj-stream-list.scss +0 -0
  819. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/sunburst/themes/base/_oj-sunburst.scss +0 -0
  820. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/sunburst/themes/redwood/_oj-sunburst.cssvars.scss +0 -0
  821. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/sunburst/themes/redwood/oj-sunburst.scss +0 -0
  822. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/sunburst/themes/stable/_oj-sunburst.cssvars.scss +0 -0
  823. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/sunburst/themes/stable/oj-sunburst.scss +0 -0
  824. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/swipe-actions/themes/base/_oj-swipe-actions.scss +0 -0
  825. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/swipe-actions/themes/redwood/_oj-swipe-actions.cssvars.scss +0 -0
  826. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/swipe-actions/themes/redwood/oj-swipe-actions.scss +0 -0
  827. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/swipe-actions/themes/stable/_oj-swipe-actions.cssvars.scss +0 -0
  828. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/swipe-actions/themes/stable/oj-swipe-actions.scss +0 -0
  829. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/switch/themes/base/_oj-switch.scss +0 -0
  830. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/switch/themes/redwood/_oj-switch.cssvars.scss +0 -0
  831. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/switch/themes/redwood/oj-switch.scss +0 -0
  832. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/switch/themes/stable/_oj-switch.cssvars.scss +0 -0
  833. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/switch/themes/stable/oj-switch.scss +0 -0
  834. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/switcher/themes/base/_oj-switcher.scss +0 -0
  835. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/switcher/themes/redwood/oj-switcher.scss +0 -0
  836. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/switcher/themes/stable/oj-switcher.scss +0 -0
  837. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/tab-bar/themes/base/_oj-tab-bar.scss +0 -0
  838. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/tab-bar/themes/redwood/_oj-tab-bar-scoped.cssvars.scss +0 -0
  839. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/tab-bar/themes/redwood/_oj-tab-bar.cssvars.scss +0 -0
  840. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/tab-bar/themes/redwood/oj-tab-bar.scss +0 -0
  841. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/tab-bar/themes/stable/_oj-tab-bar-scoped.cssvars.scss +0 -0
  842. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/tab-bar/themes/stable/_oj-tab-bar.cssvars.scss +0 -0
  843. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/tab-bar/themes/stable/oj-tab-bar.scss +0 -0
  844. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/table/themes/base/_oj-table.scss +0 -0
  845. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/table/themes/redwood/_oj-table-scoped.cssvars.scss +0 -0
  846. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/table/themes/redwood/_oj-table.cssvars.scss +0 -0
  847. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/table/themes/redwood/oj-table.scss +0 -0
  848. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/table/themes/stable/_oj-table-scoped.cssvars.scss +0 -0
  849. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/table/themes/stable/_oj-table.cssvars.scss +0 -0
  850. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/table/themes/stable/oj-table.scss +0 -0
  851. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/tag-cloud/themes/base/_oj-tag-cloud.scss +0 -0
  852. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/tag-cloud/themes/redwood/_oj-tag-cloud.cssvars.scss +0 -0
  853. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/tag-cloud/themes/redwood/oj-tag-cloud.scss +0 -0
  854. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/tag-cloud/themes/stable/_oj-tag-cloud.cssvars.scss +0 -0
  855. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/tag-cloud/themes/stable/oj-tag-cloud.scss +0 -0
  856. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/tags/themes/base/_oj-notags-ignore.scoped.cssvars.scss +0 -0
  857. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/tags/themes/base/_oj-notags.scss +0 -0
  858. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/tags/themes/base/_oj-tags-ignore.scoped.cssvars.scss +0 -0
  859. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/tags/themes/base/_oj-tags.scss +0 -0
  860. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/tags/themes/redwood/_oj-tags-scoped.cssvars.scss +0 -0
  861. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/tags/themes/redwood/_oj-tags.cssvars.scss +0 -0
  862. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/tags/themes/redwood/oj-notags.scss +0 -0
  863. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/tags/themes/redwood/oj-tags.scss +0 -0
  864. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/tags/themes/stable/_oj-tags-scoped.cssvars.scss +0 -0
  865. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/tags/themes/stable/_oj-tags.cssvars.scss +0 -0
  866. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/tags/themes/stable/oj-notags.scss +0 -0
  867. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/tags/themes/stable/oj-tags.scss +0 -0
  868. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/text-area/themes/base/_oj-text-area.scss +0 -0
  869. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/text-area/themes/redwood/_oj-text-area.cssvars.scss +0 -0
  870. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/text-area/themes/redwood/oj-text-area.scss +0 -0
  871. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/text-area/themes/stable/_oj-text-area.cssvars.scss +0 -0
  872. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/text-area/themes/stable/oj-text-area.scss +0 -0
  873. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/text-field/themes/base/_oj-text-field.cssvars.scss +0 -0
  874. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/text-field/themes/redwood/_oj-text-field-ignore.scoped.cssvars.scss +0 -0
  875. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/text-field/themes/redwood/_oj-text-field-scoped.cssvars.scss +0 -0
  876. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/text-field/themes/redwood/_oj-text-field.cssvars.scss +0 -0
  877. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/text-field/themes/stable/_oj-text-field-scoped.cssvars.scss +0 -0
  878. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/text-field/themes/stable/_oj-text-field.cssvars.scss +0 -0
  879. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/thematic-map/themes/base/_oj-thematic-map.scss +0 -0
  880. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/thematic-map/themes/redwood/_oj-thematic-map.cssvars.scss +0 -0
  881. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/thematic-map/themes/redwood/oj-thematic-map.scss +0 -0
  882. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/thematic-map/themes/stable/_oj-thematic-map.cssvars.scss +0 -0
  883. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/thematic-map/themes/stable/oj-thematic-map.scss +0 -0
  884. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/time-axis/themes/base/_oj-time-axis.scss +0 -0
  885. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/time-axis/themes/redwood/_oj-time-axis.cssvars.scss +0 -0
  886. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/time-axis/themes/redwood/oj-time-axis.scss +0 -0
  887. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/time-axis/themes/stable/_oj-time-axis.cssvars.scss +0 -0
  888. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/time-axis/themes/stable/oj-time-axis.scss +0 -0
  889. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/timeline/themes/base/_oj-timeline.scss +0 -0
  890. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/timeline/themes/redwood/_oj-timeline-ignore.scoped.cssvars.scss +0 -0
  891. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/timeline/themes/redwood/_oj-timeline.cssvars.scss +0 -0
  892. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/timeline/themes/redwood/oj-timeline.scss +0 -0
  893. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/timeline/themes/stable/_oj-timeline-ignore.scoped.cssvars.scss +0 -0
  894. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/timeline/themes/stable/_oj-timeline.cssvars.scss +0 -0
  895. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/timeline/themes/stable/oj-timeline.scss +0 -0
  896. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/toolbar/themes/base/_oj-toolbar.scss +0 -0
  897. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/toolbar/themes/redwood/_oj-toolbar.cssvars.scss +0 -0
  898. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/toolbar/themes/redwood/oj-toolbar.scss +0 -0
  899. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/toolbar/themes/stable/_oj-toolbar.cssvars.scss +0 -0
  900. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/toolbar/themes/stable/oj-toolbar.scss +0 -0
  901. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/tooltip/themes/base/_oj-tooltip.scss +0 -0
  902. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/tooltip/themes/redwood/_oj-tooltip.cssvars.scss +0 -0
  903. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/tooltip/themes/redwood/oj-tooltip.scss +0 -0
  904. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/tooltip/themes/stable/_oj-tooltip.cssvars.scss +0 -0
  905. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/tooltip/themes/stable/oj-tooltip.scss +0 -0
  906. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/train/themes/base/_oj-train.scss +0 -0
  907. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/train/themes/redwood/_oj-train-scoped.cssvars.scss +0 -0
  908. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/train/themes/redwood/_oj-train.cssvars.scss +0 -0
  909. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/train/themes/redwood/oj-train.scss +0 -0
  910. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/train/themes/stable/_oj-train.cssvars.scss +0 -0
  911. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/train/themes/stable/oj-train.scss +0 -0
  912. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/tree-view/themes/base/_oj-tree-view.scss +0 -0
  913. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/tree-view/themes/redwood/_oj-tree-view.cssvars.scss +0 -0
  914. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/tree-view/themes/redwood/oj-tree-view.scss +0 -0
  915. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/tree-view/themes/stable/_oj-tree-view.cssvars.scss +0 -0
  916. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/tree-view/themes/stable/oj-tree-view.scss +0 -0
  917. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/treemap/themes/base/_oj-treemap.scss +0 -0
  918. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/treemap/themes/redwood/_oj-treemap.cssvars.scss +0 -0
  919. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/treemap/themes/redwood/oj-treemap.scss +0 -0
  920. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/treemap/themes/stable/_oj-treemap.cssvars.scss +0 -0
  921. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/treemap/themes/stable/oj-treemap.scss +0 -0
  922. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/typography/themes/base/_oj-typography.scss +0 -0
  923. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/typography/themes/redwood/_oj-typography-ignore.scoped.cssvars.scss +0 -0
  924. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/typography/themes/redwood/_oj-typography-scoped.cssvars.scss +0 -0
  925. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/typography/themes/redwood/_oj-typography.cssvars.scss +0 -0
  926. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/typography/themes/redwood/oj-typography.scss +0 -0
  927. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/typography/themes/stable/_oj-typography-scoped.cssvars.scss +0 -0
  928. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/typography/themes/stable/_oj-typography.cssvars.scss +0 -0
  929. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/typography/themes/stable/oj-typography.scss +0 -0
  930. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/utilities/_oj.utilities.bidi.scss +0 -0
  931. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/utilities/_oj.utilities.icons.scss +0 -0
  932. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/utilities/_oj.utilities.json.scss +0 -0
  933. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/utilities/_oj.utilities.masonrylayout.scss +0 -0
  934. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/utilities/_oj.utilities.modules.scss +0 -0
  935. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/validation-group/themes/base/_oj-validation-group.scss +0 -0
  936. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/validation-group/themes/redwood/oj-validation-group.scss +0 -0
  937. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/validation-group/themes/stable/oj-validation-group.scss +0 -0
  938. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/waterfall-layout/themes/base/_oj-waterfall-layout.scss +0 -0
  939. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/waterfall-layout/themes/redwood/_oj-waterfall-layout.cssvars.scss +0 -0
  940. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/waterfall-layout/themes/redwood/oj-waterfall-layout.scss +0 -0
  941. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/waterfall-layout/themes/stable/_oj-waterfall-layout.cssvars.scss +0 -0
  942. /package/dist/pcss/oj/{14.1.0 → 14.1.2}/oj/waterfall-layout/themes/stable/oj-waterfall-layout.scss +0 -0
@@ -0,0 +1,2244 @@
1
+ /* eslint-disable max-len, camelcase */
2
+ /*!
3
+ * jQuery UI Datepicker 1.13.2
4
+ * http://jqueryui.com
5
+ *
6
+ * Copyright jQuery Foundation and other contributors
7
+ * Released under the MIT license.
8
+ * http://jquery.org/license
9
+ */
10
+
11
+ //>>label: Datepicker
12
+ //>>group: Widgets
13
+ //>>description: Displays a calendar from an input or inline for selecting dates.
14
+ //>>docs: http://api.jqueryui.com/datepicker/
15
+ //>>demos: http://jqueryui.com/datepicker/
16
+ //>>css.structure: ../../themes/base/core.css
17
+ //>>css.structure: ../../themes/base/datepicker.css
18
+ //>>css.theme: ../../themes/base/theme.css
19
+
20
+ ( function( factory ) {
21
+ "use strict";
22
+
23
+ if ( typeof define === "function" && define.amd ) {
24
+
25
+ // AMD. Register as an anonymous module.
26
+ define( [
27
+ "jquery",
28
+ "../version",
29
+ "../keycode"
30
+ ], factory );
31
+ } else if (typeof module === 'object' && module.exports) {
32
+ require("../version");
33
+ require("../keycode");
34
+ module.exports = factory( require( "jquery" ) );
35
+ } else {
36
+
37
+ // Browser globals
38
+ factory( jQuery );
39
+ }
40
+ } )( function( $ ) {
41
+ "use strict";
42
+
43
+ $.extend( $.ui, { datepicker: { version: "1.13.2" } } );
44
+
45
+ var datepicker_instActive;
46
+
47
+ function datepicker_getZindex( elem ) {
48
+ var position, value;
49
+ while ( elem.length && elem[ 0 ] !== document ) {
50
+
51
+ // Ignore z-index if position is set to a value where z-index is ignored by the browser
52
+ // This makes behavior of this function consistent across browsers
53
+ // WebKit always returns auto if the element is positioned
54
+ position = elem.css( "position" );
55
+ if ( position === "absolute" || position === "relative" || position === "fixed" ) {
56
+
57
+ // IE returns 0 when zIndex is not specified
58
+ // other browsers return a string
59
+ // we ignore the case of nested elements with an explicit value of 0
60
+ // <div style="z-index: -10;"><div style="z-index: 0;"></div></div>
61
+ value = parseInt( elem.css( "zIndex" ), 10 );
62
+ if ( !isNaN( value ) && value !== 0 ) {
63
+ return value;
64
+ }
65
+ }
66
+ elem = elem.parent();
67
+ }
68
+
69
+ return 0;
70
+ }
71
+
72
+ /* Date picker manager.
73
+ Use the singleton instance of this class, $.datepicker, to interact with the date picker.
74
+ Settings for (groups of) date pickers are maintained in an instance object,
75
+ allowing multiple different settings on the same page. */
76
+
77
+ function Datepicker() {
78
+ this._curInst = null; // The current instance in use
79
+ this._keyEvent = false; // If the last event was a key event
80
+ this._disabledInputs = []; // List of date picker inputs that have been disabled
81
+ this._datepickerShowing = false; // True if the popup picker is showing , false if not
82
+ this._inDialog = false; // True if showing within a "dialog", false if not
83
+ this._mainDivId = "ui-datepicker-div"; // The ID of the main datepicker division
84
+ this._inlineClass = "ui-datepicker-inline"; // The name of the inline marker class
85
+ this._appendClass = "ui-datepicker-append"; // The name of the append marker class
86
+ this._triggerClass = "ui-datepicker-trigger"; // The name of the trigger marker class
87
+ this._dialogClass = "ui-datepicker-dialog"; // The name of the dialog marker class
88
+ this._disableClass = "ui-datepicker-disabled"; // The name of the disabled covering marker class
89
+ this._unselectableClass = "ui-datepicker-unselectable"; // The name of the unselectable cell marker class
90
+ this._currentClass = "ui-datepicker-current-day"; // The name of the current day marker class
91
+ this._dayOverClass = "ui-datepicker-days-cell-over"; // The name of the day hover marker class
92
+ this.regional = []; // Available regional settings, indexed by language code
93
+ this.regional[ "" ] = { // Default regional settings
94
+ closeText: "Done", // Display text for close link
95
+ prevText: "Prev", // Display text for previous month link
96
+ nextText: "Next", // Display text for next month link
97
+ currentText: "Today", // Display text for current month link
98
+ monthNames: [ "January", "February", "March", "April", "May", "June",
99
+ "July", "August", "September", "October", "November", "December" ], // Names of months for drop-down and formatting
100
+ monthNamesShort: [ "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec" ], // For formatting
101
+ dayNames: [ "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday" ], // For formatting
102
+ dayNamesShort: [ "Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat" ], // For formatting
103
+ dayNamesMin: [ "Su", "Mo", "Tu", "We", "Th", "Fr", "Sa" ], // Column headings for days starting at Sunday
104
+ weekHeader: "Wk", // Column header for week of the year
105
+ dateFormat: "mm/dd/yy", // See format options on parseDate
106
+ firstDay: 0, // The first day of the week, Sun = 0, Mon = 1, ...
107
+ isRTL: false, // True if right-to-left language, false if left-to-right
108
+ showMonthAfterYear: false, // True if the year select precedes month, false for month then year
109
+ yearSuffix: "", // Additional text to append to the year in the month headers,
110
+ selectMonthLabel: "Select month", // Invisible label for month selector
111
+ selectYearLabel: "Select year" // Invisible label for year selector
112
+ };
113
+ this._defaults = { // Global defaults for all the date picker instances
114
+ showOn: "focus", // "focus" for popup on focus,
115
+ // "button" for trigger button, or "both" for either
116
+ showAnim: "fadeIn", // Name of jQuery animation for popup
117
+ showOptions: {}, // Options for enhanced animations
118
+ defaultDate: null, // Used when field is blank: actual date,
119
+ // +/-number for offset from today, null for today
120
+ appendText: "", // Display text following the input box, e.g. showing the format
121
+ buttonText: "...", // Text for trigger button
122
+ buttonImage: "", // URL for trigger button image
123
+ buttonImageOnly: false, // True if the image appears alone, false if it appears on a button
124
+ hideIfNoPrevNext: false, // True to hide next/previous month links
125
+ // if not applicable, false to just disable them
126
+ navigationAsDateFormat: false, // True if date formatting applied to prev/today/next links
127
+ gotoCurrent: false, // True if today link goes back to current selection instead
128
+ changeMonth: false, // True if month can be selected directly, false if only prev/next
129
+ changeYear: false, // True if year can be selected directly, false if only prev/next
130
+ yearRange: "c-10:c+10", // Range of years to display in drop-down,
131
+ // either relative to today's year (-nn:+nn), relative to currently displayed year
132
+ // (c-nn:c+nn), absolute (nnnn:nnnn), or a combination of the above (nnnn:-n)
133
+ showOtherMonths: false, // True to show dates in other months, false to leave blank
134
+ selectOtherMonths: false, // True to allow selection of dates in other months, false for unselectable
135
+ showWeek: false, // True to show week of the year, false to not show it
136
+ calculateWeek: this.iso8601Week, // How to calculate the week of the year,
137
+ // takes a Date and returns the number of the week for it
138
+ shortYearCutoff: "+10", // Short year values < this are in the current century,
139
+ // > this are in the previous century,
140
+ // string value starting with "+" for current year + value
141
+ minDate: null, // The earliest selectable date, or null for no limit
142
+ maxDate: null, // The latest selectable date, or null for no limit
143
+ duration: "fast", // Duration of display/closure
144
+ beforeShowDay: null, // Function that takes a date and returns an array with
145
+ // [0] = true if selectable, false if not, [1] = custom CSS class name(s) or "",
146
+ // [2] = cell title (optional), e.g. $.datepicker.noWeekends
147
+ beforeShow: null, // Function that takes an input field and
148
+ // returns a set of custom settings for the date picker
149
+ onSelect: null, // Define a callback function when a date is selected
150
+ onChangeMonthYear: null, // Define a callback function when the month or year is changed
151
+ onClose: null, // Define a callback function when the datepicker is closed
152
+ onUpdateDatepicker: null, // Define a callback function when the datepicker is updated
153
+ numberOfMonths: 1, // Number of months to show at a time
154
+ showCurrentAtPos: 0, // The position in multipe months at which to show the current month (starting at 0)
155
+ stepMonths: 1, // Number of months to step back/forward
156
+ stepBigMonths: 12, // Number of months to step back/forward for the big links
157
+ altField: "", // Selector for an alternate field to store selected dates into
158
+ altFormat: "", // The date format to use for the alternate field
159
+ constrainInput: true, // The input is constrained by the current date format
160
+ showButtonPanel: false, // True to show button panel, false to not show it
161
+ autoSize: false, // True to size the input for the date format, false to leave as is
162
+ disabled: false // The initial disabled state
163
+ };
164
+ $.extend( this._defaults, this.regional[ "" ] );
165
+ this.regional.en = $.extend( true, {}, this.regional[ "" ] );
166
+ this.regional[ "en-US" ] = $.extend( true, {}, this.regional.en );
167
+ this.dpDiv = datepicker_bindHover( $( "<div id='" + this._mainDivId + "' class='ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all'></div>" ) );
168
+ }
169
+
170
+ $.extend( Datepicker.prototype, {
171
+
172
+ /* Class name added to elements to indicate already configured with a date picker. */
173
+ markerClassName: "hasDatepicker",
174
+
175
+ //Keep track of the maximum number of rows displayed (see #7043)
176
+ maxRows: 4,
177
+
178
+ // TODO rename to "widget" when switching to widget factory
179
+ _widgetDatepicker: function() {
180
+ return this.dpDiv;
181
+ },
182
+
183
+ /* Override the default settings for all instances of the date picker.
184
+ * @param settings object - the new settings to use as defaults (anonymous object)
185
+ * @return the manager object
186
+ */
187
+ setDefaults: function( settings ) {
188
+ datepicker_extendRemove( this._defaults, settings || {} );
189
+ return this;
190
+ },
191
+
192
+ /* Attach the date picker to a jQuery selection.
193
+ * @param target element - the target input field or division or span
194
+ * @param settings object - the new settings to use for this date picker instance (anonymous)
195
+ */
196
+ _attachDatepicker: function( target, settings ) {
197
+ var nodeName, inline, inst;
198
+ nodeName = target.nodeName.toLowerCase();
199
+ inline = ( nodeName === "div" || nodeName === "span" );
200
+ if ( !target.id ) {
201
+ this.uuid += 1;
202
+ target.id = "dp" + this.uuid;
203
+ }
204
+ inst = this._newInst( $( target ), inline );
205
+ inst.settings = $.extend( {}, settings || {} );
206
+ if ( nodeName === "input" ) {
207
+ this._connectDatepicker( target, inst );
208
+ } else if ( inline ) {
209
+ this._inlineDatepicker( target, inst );
210
+ }
211
+ },
212
+
213
+ /* Create a new instance object. */
214
+ _newInst: function( target, inline ) {
215
+ var id = target[ 0 ].id.replace( /([^A-Za-z0-9_\-])/g, "\\\\$1" ); // escape jQuery meta chars
216
+ return { id: id, input: target, // associated target
217
+ selectedDay: 0, selectedMonth: 0, selectedYear: 0, // current selection
218
+ drawMonth: 0, drawYear: 0, // month being drawn
219
+ inline: inline, // is datepicker inline or not
220
+ dpDiv: ( !inline ? this.dpDiv : // presentation div
221
+ datepicker_bindHover( $( "<div class='" + this._inlineClass + " ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all'></div>" ) ) ) };
222
+ },
223
+
224
+ /* Attach the date picker to an input field. */
225
+ _connectDatepicker: function( target, inst ) {
226
+ var input = $( target );
227
+ inst.append = $( [] );
228
+ inst.trigger = $( [] );
229
+ if ( input.hasClass( this.markerClassName ) ) {
230
+ return;
231
+ }
232
+ this._attachments( input, inst );
233
+ input.addClass( this.markerClassName ).on( "keydown", this._doKeyDown ).
234
+ on( "keypress", this._doKeyPress ).on( "keyup", this._doKeyUp );
235
+ this._autoSize( inst );
236
+ $.data( target, "datepicker", inst );
237
+
238
+ //If disabled option is true, disable the datepicker once it has been attached to the input (see ticket #5665)
239
+ if ( inst.settings.disabled ) {
240
+ this._disableDatepicker( target );
241
+ }
242
+ },
243
+
244
+ /* Make attachments based on settings. */
245
+ _attachments: function( input, inst ) {
246
+ var showOn, buttonText, buttonImage,
247
+ appendText = this._get( inst, "appendText" ),
248
+ isRTL = this._get( inst, "isRTL" );
249
+
250
+ if ( inst.append ) {
251
+ inst.append.remove();
252
+ }
253
+ if ( appendText ) {
254
+ inst.append = $( "<span>" )
255
+ .addClass( this._appendClass )
256
+ .text( appendText );
257
+ input[ isRTL ? "before" : "after" ]( inst.append );
258
+ }
259
+
260
+ input.off( "focus", this._showDatepicker );
261
+
262
+ if ( inst.trigger ) {
263
+ inst.trigger.remove();
264
+ }
265
+
266
+ showOn = this._get( inst, "showOn" );
267
+ if ( showOn === "focus" || showOn === "both" ) { // pop-up date picker when in the marked field
268
+ input.on( "focus", this._showDatepicker );
269
+ }
270
+ if ( showOn === "button" || showOn === "both" ) { // pop-up date picker when button clicked
271
+ buttonText = this._get( inst, "buttonText" );
272
+ buttonImage = this._get( inst, "buttonImage" );
273
+
274
+ if ( this._get( inst, "buttonImageOnly" ) ) {
275
+ inst.trigger = $( "<img>" )
276
+ .addClass( this._triggerClass )
277
+ .attr( {
278
+ src: buttonImage,
279
+ alt: buttonText,
280
+ title: buttonText
281
+ } );
282
+ } else {
283
+ inst.trigger = $( "<button type='button'>" )
284
+ .addClass( this._triggerClass );
285
+ if ( buttonImage ) {
286
+ inst.trigger.html(
287
+ $( "<img>" )
288
+ .attr( {
289
+ src: buttonImage,
290
+ alt: buttonText,
291
+ title: buttonText
292
+ } )
293
+ );
294
+ } else {
295
+ inst.trigger.text( buttonText );
296
+ }
297
+ }
298
+
299
+ input[ isRTL ? "before" : "after" ]( inst.trigger );
300
+ inst.trigger.on( "click", function() {
301
+ if ( $.datepicker._datepickerShowing && $.datepicker._lastInput === input[ 0 ] ) {
302
+ $.datepicker._hideDatepicker();
303
+ } else if ( $.datepicker._datepickerShowing && $.datepicker._lastInput !== input[ 0 ] ) {
304
+ $.datepicker._hideDatepicker();
305
+ $.datepicker._showDatepicker( input[ 0 ] );
306
+ } else {
307
+ $.datepicker._showDatepicker( input[ 0 ] );
308
+ }
309
+ return false;
310
+ } );
311
+ }
312
+ },
313
+
314
+ /* Apply the maximum length for the date format. */
315
+ _autoSize: function( inst ) {
316
+ if ( this._get( inst, "autoSize" ) && !inst.inline ) {
317
+ var findMax, max, maxI, i,
318
+ date = new Date( 2009, 12 - 1, 20 ), // Ensure double digits
319
+ dateFormat = this._get( inst, "dateFormat" );
320
+
321
+ if ( dateFormat.match( /[DM]/ ) ) {
322
+ findMax = function( names ) {
323
+ max = 0;
324
+ maxI = 0;
325
+ for ( i = 0; i < names.length; i++ ) {
326
+ if ( names[ i ].length > max ) {
327
+ max = names[ i ].length;
328
+ maxI = i;
329
+ }
330
+ }
331
+ return maxI;
332
+ };
333
+ date.setMonth( findMax( this._get( inst, ( dateFormat.match( /MM/ ) ?
334
+ "monthNames" : "monthNamesShort" ) ) ) );
335
+ date.setDate( findMax( this._get( inst, ( dateFormat.match( /DD/ ) ?
336
+ "dayNames" : "dayNamesShort" ) ) ) + 20 - date.getDay() );
337
+ }
338
+ inst.input.attr( "size", this._formatDate( inst, date ).length );
339
+ }
340
+ },
341
+
342
+ /* Attach an inline date picker to a div. */
343
+ _inlineDatepicker: function( target, inst ) {
344
+ var divSpan = $( target );
345
+ if ( divSpan.hasClass( this.markerClassName ) ) {
346
+ return;
347
+ }
348
+ divSpan.addClass( this.markerClassName ).append( inst.dpDiv );
349
+ $.data( target, "datepicker", inst );
350
+ this._setDate( inst, this._getDefaultDate( inst ), true );
351
+ this._updateDatepicker( inst );
352
+ this._updateAlternate( inst );
353
+
354
+ //If disabled option is true, disable the datepicker before showing it (see ticket #5665)
355
+ if ( inst.settings.disabled ) {
356
+ this._disableDatepicker( target );
357
+ }
358
+
359
+ // Set display:block in place of inst.dpDiv.show() which won't work on disconnected elements
360
+ // http://bugs.jqueryui.com/ticket/7552 - A Datepicker created on a detached div has zero height
361
+ inst.dpDiv.css( "display", "block" );
362
+ },
363
+
364
+ /* Pop-up the date picker in a "dialog" box.
365
+ * @param input element - ignored
366
+ * @param date string or Date - the initial date to display
367
+ * @param onSelect function - the function to call when a date is selected
368
+ * @param settings object - update the dialog date picker instance's settings (anonymous object)
369
+ * @param pos int[2] - coordinates for the dialog's position within the screen or
370
+ * event - with x/y coordinates or
371
+ * leave empty for default (screen centre)
372
+ * @return the manager object
373
+ */
374
+ _dialogDatepicker: function( input, date, onSelect, settings, pos ) {
375
+ var id, browserWidth, browserHeight, scrollX, scrollY,
376
+ inst = this._dialogInst; // internal instance
377
+
378
+ if ( !inst ) {
379
+ this.uuid += 1;
380
+ id = "dp" + this.uuid;
381
+ this._dialogInput = $( "<input type='text' id='" + id +
382
+ "' style='position: absolute; top: -100px; width: 0px;'/>" );
383
+ this._dialogInput.on( "keydown", this._doKeyDown );
384
+ $( "body" ).append( this._dialogInput );
385
+ inst = this._dialogInst = this._newInst( this._dialogInput, false );
386
+ inst.settings = {};
387
+ $.data( this._dialogInput[ 0 ], "datepicker", inst );
388
+ }
389
+ datepicker_extendRemove( inst.settings, settings || {} );
390
+ date = ( date && date.constructor === Date ? this._formatDate( inst, date ) : date );
391
+ this._dialogInput.val( date );
392
+
393
+ this._pos = ( pos ? ( pos.length ? pos : [ pos.pageX, pos.pageY ] ) : null );
394
+ if ( !this._pos ) {
395
+ browserWidth = document.documentElement.clientWidth;
396
+ browserHeight = document.documentElement.clientHeight;
397
+ scrollX = document.documentElement.scrollLeft || document.body.scrollLeft;
398
+ scrollY = document.documentElement.scrollTop || document.body.scrollTop;
399
+ this._pos = // should use actual width/height below
400
+ [ ( browserWidth / 2 ) - 100 + scrollX, ( browserHeight / 2 ) - 150 + scrollY ];
401
+ }
402
+
403
+ // Move input on screen for focus, but hidden behind dialog
404
+ this._dialogInput.css( "left", ( this._pos[ 0 ] + 20 ) + "px" ).css( "top", this._pos[ 1 ] + "px" );
405
+ inst.settings.onSelect = onSelect;
406
+ this._inDialog = true;
407
+ this.dpDiv.addClass( this._dialogClass );
408
+ this._showDatepicker( this._dialogInput[ 0 ] );
409
+ if ( $.blockUI ) {
410
+ $.blockUI( this.dpDiv );
411
+ }
412
+ $.data( this._dialogInput[ 0 ], "datepicker", inst );
413
+ return this;
414
+ },
415
+
416
+ /* Detach a datepicker from its control.
417
+ * @param target element - the target input field or division or span
418
+ */
419
+ _destroyDatepicker: function( target ) {
420
+ var nodeName,
421
+ $target = $( target ),
422
+ inst = $.data( target, "datepicker" );
423
+
424
+ if ( !$target.hasClass( this.markerClassName ) ) {
425
+ return;
426
+ }
427
+
428
+ nodeName = target.nodeName.toLowerCase();
429
+ $.removeData( target, "datepicker" );
430
+ if ( nodeName === "input" ) {
431
+ inst.append.remove();
432
+ inst.trigger.remove();
433
+ $target.removeClass( this.markerClassName ).
434
+ off( "focus", this._showDatepicker ).
435
+ off( "keydown", this._doKeyDown ).
436
+ off( "keypress", this._doKeyPress ).
437
+ off( "keyup", this._doKeyUp );
438
+ } else if ( nodeName === "div" || nodeName === "span" ) {
439
+ $target.removeClass( this.markerClassName ).empty();
440
+ }
441
+
442
+ if ( datepicker_instActive === inst ) {
443
+ datepicker_instActive = null;
444
+ this._curInst = null;
445
+ }
446
+ },
447
+
448
+ /* Enable the date picker to a jQuery selection.
449
+ * @param target element - the target input field or division or span
450
+ */
451
+ _enableDatepicker: function( target ) {
452
+ var nodeName, inline,
453
+ $target = $( target ),
454
+ inst = $.data( target, "datepicker" );
455
+
456
+ if ( !$target.hasClass( this.markerClassName ) ) {
457
+ return;
458
+ }
459
+
460
+ nodeName = target.nodeName.toLowerCase();
461
+ if ( nodeName === "input" ) {
462
+ target.disabled = false;
463
+ inst.trigger.filter( "button" ).
464
+ each( function() {
465
+ this.disabled = false;
466
+ } ).end().
467
+ filter( "img" ).css( { opacity: "1.0", cursor: "" } );
468
+ } else if ( nodeName === "div" || nodeName === "span" ) {
469
+ inline = $target.children( "." + this._inlineClass );
470
+ inline.children().removeClass( "ui-state-disabled" );
471
+ inline.find( "select.ui-datepicker-month, select.ui-datepicker-year" ).
472
+ prop( "disabled", false );
473
+ }
474
+ this._disabledInputs = $.map( this._disabledInputs,
475
+
476
+ // Delete entry
477
+ function( value ) {
478
+ return ( value === target ? null : value );
479
+ } );
480
+ },
481
+
482
+ /* Disable the date picker to a jQuery selection.
483
+ * @param target element - the target input field or division or span
484
+ */
485
+ _disableDatepicker: function( target ) {
486
+ var nodeName, inline,
487
+ $target = $( target ),
488
+ inst = $.data( target, "datepicker" );
489
+
490
+ if ( !$target.hasClass( this.markerClassName ) ) {
491
+ return;
492
+ }
493
+
494
+ nodeName = target.nodeName.toLowerCase();
495
+ if ( nodeName === "input" ) {
496
+ target.disabled = true;
497
+ inst.trigger.filter( "button" ).
498
+ each( function() {
499
+ this.disabled = true;
500
+ } ).end().
501
+ filter( "img" ).css( { opacity: "0.5", cursor: "default" } );
502
+ } else if ( nodeName === "div" || nodeName === "span" ) {
503
+ inline = $target.children( "." + this._inlineClass );
504
+ inline.children().addClass( "ui-state-disabled" );
505
+ inline.find( "select.ui-datepicker-month, select.ui-datepicker-year" ).
506
+ prop( "disabled", true );
507
+ }
508
+ this._disabledInputs = $.map( this._disabledInputs,
509
+
510
+ // Delete entry
511
+ function( value ) {
512
+ return ( value === target ? null : value );
513
+ } );
514
+ this._disabledInputs[ this._disabledInputs.length ] = target;
515
+ },
516
+
517
+ /* Is the first field in a jQuery collection disabled as a datepicker?
518
+ * @param target element - the target input field or division or span
519
+ * @return boolean - true if disabled, false if enabled
520
+ */
521
+ _isDisabledDatepicker: function( target ) {
522
+ if ( !target ) {
523
+ return false;
524
+ }
525
+ for ( var i = 0; i < this._disabledInputs.length; i++ ) {
526
+ if ( this._disabledInputs[ i ] === target ) {
527
+ return true;
528
+ }
529
+ }
530
+ return false;
531
+ },
532
+
533
+ /* Retrieve the instance data for the target control.
534
+ * @param target element - the target input field or division or span
535
+ * @return object - the associated instance data
536
+ * @throws error if a jQuery problem getting data
537
+ */
538
+ _getInst: function( target ) {
539
+ try {
540
+ return $.data( target, "datepicker" );
541
+ } catch ( err ) {
542
+ throw "Missing instance data for this datepicker";
543
+ }
544
+ },
545
+
546
+ /* Update or retrieve the settings for a date picker attached to an input field or division.
547
+ * @param target element - the target input field or division or span
548
+ * @param name object - the new settings to update or
549
+ * string - the name of the setting to change or retrieve,
550
+ * when retrieving also "all" for all instance settings or
551
+ * "defaults" for all global defaults
552
+ * @param value any - the new value for the setting
553
+ * (omit if above is an object or to retrieve a value)
554
+ */
555
+ _optionDatepicker: function( target, name, value ) {
556
+ var settings, date, minDate, maxDate,
557
+ inst = this._getInst( target );
558
+
559
+ if ( arguments.length === 2 && typeof name === "string" ) {
560
+ return ( name === "defaults" ? $.extend( {}, $.datepicker._defaults ) :
561
+ ( inst ? ( name === "all" ? $.extend( {}, inst.settings ) :
562
+ this._get( inst, name ) ) : null ) );
563
+ }
564
+
565
+ settings = name || {};
566
+ if ( typeof name === "string" ) {
567
+ settings = {};
568
+ settings[ name ] = value;
569
+ }
570
+
571
+ if ( inst ) {
572
+ if ( this._curInst === inst ) {
573
+ this._hideDatepicker();
574
+ }
575
+
576
+ date = this._getDateDatepicker( target, true );
577
+ minDate = this._getMinMaxDate( inst, "min" );
578
+ maxDate = this._getMinMaxDate( inst, "max" );
579
+ datepicker_extendRemove( inst.settings, settings );
580
+
581
+ // reformat the old minDate/maxDate values if dateFormat changes and a new minDate/maxDate isn't provided
582
+ if ( minDate !== null && settings.dateFormat !== undefined && settings.minDate === undefined ) {
583
+ inst.settings.minDate = this._formatDate( inst, minDate );
584
+ }
585
+ if ( maxDate !== null && settings.dateFormat !== undefined && settings.maxDate === undefined ) {
586
+ inst.settings.maxDate = this._formatDate( inst, maxDate );
587
+ }
588
+ if ( "disabled" in settings ) {
589
+ if ( settings.disabled ) {
590
+ this._disableDatepicker( target );
591
+ } else {
592
+ this._enableDatepicker( target );
593
+ }
594
+ }
595
+ this._attachments( $( target ), inst );
596
+ this._autoSize( inst );
597
+ this._setDate( inst, date );
598
+ this._updateAlternate( inst );
599
+ this._updateDatepicker( inst );
600
+ }
601
+ },
602
+
603
+ // Change method deprecated
604
+ _changeDatepicker: function( target, name, value ) {
605
+ this._optionDatepicker( target, name, value );
606
+ },
607
+
608
+ /* Redraw the date picker attached to an input field or division.
609
+ * @param target element - the target input field or division or span
610
+ */
611
+ _refreshDatepicker: function( target ) {
612
+ var inst = this._getInst( target );
613
+ if ( inst ) {
614
+ this._updateDatepicker( inst );
615
+ }
616
+ },
617
+
618
+ /* Set the dates for a jQuery selection.
619
+ * @param target element - the target input field or division or span
620
+ * @param date Date - the new date
621
+ */
622
+ _setDateDatepicker: function( target, date ) {
623
+ var inst = this._getInst( target );
624
+ if ( inst ) {
625
+ this._setDate( inst, date );
626
+ this._updateDatepicker( inst );
627
+ this._updateAlternate( inst );
628
+ }
629
+ },
630
+
631
+ /* Get the date(s) for the first entry in a jQuery selection.
632
+ * @param target element - the target input field or division or span
633
+ * @param noDefault boolean - true if no default date is to be used
634
+ * @return Date - the current date
635
+ */
636
+ _getDateDatepicker: function( target, noDefault ) {
637
+ var inst = this._getInst( target );
638
+ if ( inst && !inst.inline ) {
639
+ this._setDateFromField( inst, noDefault );
640
+ }
641
+ return ( inst ? this._getDate( inst ) : null );
642
+ },
643
+
644
+ /* Handle keystrokes. */
645
+ _doKeyDown: function( event ) {
646
+ var onSelect, dateStr, sel,
647
+ inst = $.datepicker._getInst( event.target ),
648
+ handled = true,
649
+ isRTL = inst.dpDiv.is( ".ui-datepicker-rtl" );
650
+
651
+ inst._keyEvent = true;
652
+ if ( $.datepicker._datepickerShowing ) {
653
+ switch ( event.keyCode ) {
654
+ case 9: $.datepicker._hideDatepicker();
655
+ handled = false;
656
+ break; // hide on tab out
657
+ case 13: sel = $( "td." + $.datepicker._dayOverClass + ":not(." +
658
+ $.datepicker._currentClass + ")", inst.dpDiv );
659
+ if ( sel[ 0 ] ) {
660
+ $.datepicker._selectDay( event.target, inst.selectedMonth, inst.selectedYear, sel[ 0 ] );
661
+ }
662
+
663
+ onSelect = $.datepicker._get( inst, "onSelect" );
664
+ if ( onSelect ) {
665
+ dateStr = $.datepicker._formatDate( inst );
666
+
667
+ // Trigger custom callback
668
+ onSelect.apply( ( inst.input ? inst.input[ 0 ] : null ), [ dateStr, inst ] );
669
+ } else {
670
+ $.datepicker._hideDatepicker();
671
+ }
672
+
673
+ return false; // don't submit the form
674
+ case 27: $.datepicker._hideDatepicker();
675
+ break; // hide on escape
676
+ case 33: $.datepicker._adjustDate( event.target, ( event.ctrlKey ?
677
+ -$.datepicker._get( inst, "stepBigMonths" ) :
678
+ -$.datepicker._get( inst, "stepMonths" ) ), "M" );
679
+ break; // previous month/year on page up/+ ctrl
680
+ case 34: $.datepicker._adjustDate( event.target, ( event.ctrlKey ?
681
+ +$.datepicker._get( inst, "stepBigMonths" ) :
682
+ +$.datepicker._get( inst, "stepMonths" ) ), "M" );
683
+ break; // next month/year on page down/+ ctrl
684
+ case 35: if ( event.ctrlKey || event.metaKey ) {
685
+ $.datepicker._clearDate( event.target );
686
+ }
687
+ handled = event.ctrlKey || event.metaKey;
688
+ break; // clear on ctrl or command +end
689
+ case 36: if ( event.ctrlKey || event.metaKey ) {
690
+ $.datepicker._gotoToday( event.target );
691
+ }
692
+ handled = event.ctrlKey || event.metaKey;
693
+ break; // current on ctrl or command +home
694
+ case 37: if ( event.ctrlKey || event.metaKey ) {
695
+ $.datepicker._adjustDate( event.target, ( isRTL ? +1 : -1 ), "D" );
696
+ }
697
+ handled = event.ctrlKey || event.metaKey;
698
+
699
+ // -1 day on ctrl or command +left
700
+ if ( event.originalEvent.altKey ) {
701
+ $.datepicker._adjustDate( event.target, ( event.ctrlKey ?
702
+ -$.datepicker._get( inst, "stepBigMonths" ) :
703
+ -$.datepicker._get( inst, "stepMonths" ) ), "M" );
704
+ }
705
+
706
+ // next month/year on alt +left on Mac
707
+ break;
708
+ case 38: if ( event.ctrlKey || event.metaKey ) {
709
+ $.datepicker._adjustDate( event.target, -7, "D" );
710
+ }
711
+ handled = event.ctrlKey || event.metaKey;
712
+ break; // -1 week on ctrl or command +up
713
+ case 39: if ( event.ctrlKey || event.metaKey ) {
714
+ $.datepicker._adjustDate( event.target, ( isRTL ? -1 : +1 ), "D" );
715
+ }
716
+ handled = event.ctrlKey || event.metaKey;
717
+
718
+ // +1 day on ctrl or command +right
719
+ if ( event.originalEvent.altKey ) {
720
+ $.datepicker._adjustDate( event.target, ( event.ctrlKey ?
721
+ +$.datepicker._get( inst, "stepBigMonths" ) :
722
+ +$.datepicker._get( inst, "stepMonths" ) ), "M" );
723
+ }
724
+
725
+ // next month/year on alt +right
726
+ break;
727
+ case 40: if ( event.ctrlKey || event.metaKey ) {
728
+ $.datepicker._adjustDate( event.target, +7, "D" );
729
+ }
730
+ handled = event.ctrlKey || event.metaKey;
731
+ break; // +1 week on ctrl or command +down
732
+ default: handled = false;
733
+ }
734
+ } else if ( event.keyCode === 36 && event.ctrlKey ) { // display the date picker on ctrl+home
735
+ $.datepicker._showDatepicker( this );
736
+ } else {
737
+ handled = false;
738
+ }
739
+
740
+ if ( handled ) {
741
+ event.preventDefault();
742
+ event.stopPropagation();
743
+ }
744
+ },
745
+
746
+ /* Filter entered characters - based on date format. */
747
+ _doKeyPress: function( event ) {
748
+ var chars, chr,
749
+ inst = $.datepicker._getInst( event.target );
750
+
751
+ if ( $.datepicker._get( inst, "constrainInput" ) ) {
752
+ chars = $.datepicker._possibleChars( $.datepicker._get( inst, "dateFormat" ) );
753
+ chr = String.fromCharCode( event.charCode == null ? event.keyCode : event.charCode );
754
+ return event.ctrlKey || event.metaKey || ( chr < " " || !chars || chars.indexOf( chr ) > -1 );
755
+ }
756
+ },
757
+
758
+ /* Synchronise manual entry and field/alternate field. */
759
+ _doKeyUp: function( event ) {
760
+ var date,
761
+ inst = $.datepicker._getInst( event.target );
762
+
763
+ if ( inst.input.val() !== inst.lastVal ) {
764
+ try {
765
+ date = $.datepicker.parseDate( $.datepicker._get( inst, "dateFormat" ),
766
+ ( inst.input ? inst.input.val() : null ),
767
+ $.datepicker._getFormatConfig( inst ) );
768
+
769
+ if ( date ) { // only if valid
770
+ $.datepicker._setDateFromField( inst );
771
+ $.datepicker._updateAlternate( inst );
772
+ $.datepicker._updateDatepicker( inst );
773
+ }
774
+ } catch ( err ) {
775
+ }
776
+ }
777
+ return true;
778
+ },
779
+
780
+ /* Pop-up the date picker for a given input field.
781
+ * If false returned from beforeShow event handler do not show.
782
+ * @param input element - the input field attached to the date picker or
783
+ * event - if triggered by focus
784
+ */
785
+ _showDatepicker: function( input ) {
786
+ input = input.target || input;
787
+ if ( input.nodeName.toLowerCase() !== "input" ) { // find from button/image trigger
788
+ input = $( "input", input.parentNode )[ 0 ];
789
+ }
790
+
791
+ if ( $.datepicker._isDisabledDatepicker( input ) || $.datepicker._lastInput === input ) { // already here
792
+ return;
793
+ }
794
+
795
+ var inst, beforeShow, beforeShowSettings, isFixed,
796
+ offset, showAnim, duration;
797
+
798
+ inst = $.datepicker._getInst( input );
799
+ if ( $.datepicker._curInst && $.datepicker._curInst !== inst ) {
800
+ $.datepicker._curInst.dpDiv.stop( true, true );
801
+ if ( inst && $.datepicker._datepickerShowing ) {
802
+ $.datepicker._hideDatepicker( $.datepicker._curInst.input[ 0 ] );
803
+ }
804
+ }
805
+
806
+ beforeShow = $.datepicker._get( inst, "beforeShow" );
807
+ beforeShowSettings = beforeShow ? beforeShow.apply( input, [ input, inst ] ) : {};
808
+ if ( beforeShowSettings === false ) {
809
+ return;
810
+ }
811
+ datepicker_extendRemove( inst.settings, beforeShowSettings );
812
+
813
+ inst.lastVal = null;
814
+ $.datepicker._lastInput = input;
815
+ $.datepicker._setDateFromField( inst );
816
+
817
+ if ( $.datepicker._inDialog ) { // hide cursor
818
+ input.value = "";
819
+ }
820
+ if ( !$.datepicker._pos ) { // position below input
821
+ $.datepicker._pos = $.datepicker._findPos( input );
822
+ $.datepicker._pos[ 1 ] += input.offsetHeight; // add the height
823
+ }
824
+
825
+ isFixed = false;
826
+ $( input ).parents().each( function() {
827
+ isFixed |= $( this ).css( "position" ) === "fixed";
828
+ return !isFixed;
829
+ } );
830
+
831
+ offset = { left: $.datepicker._pos[ 0 ], top: $.datepicker._pos[ 1 ] };
832
+ $.datepicker._pos = null;
833
+
834
+ //to avoid flashes on Firefox
835
+ inst.dpDiv.empty();
836
+
837
+ // determine sizing offscreen
838
+ inst.dpDiv.css( { position: "absolute", display: "block", top: "-1000px" } );
839
+ $.datepicker._updateDatepicker( inst );
840
+
841
+ // fix width for dynamic number of date pickers
842
+ // and adjust position before showing
843
+ offset = $.datepicker._checkOffset( inst, offset, isFixed );
844
+ inst.dpDiv.css( { position: ( $.datepicker._inDialog && $.blockUI ?
845
+ "static" : ( isFixed ? "fixed" : "absolute" ) ), display: "none",
846
+ left: offset.left + "px", top: offset.top + "px" } );
847
+
848
+ if ( !inst.inline ) {
849
+ showAnim = $.datepicker._get( inst, "showAnim" );
850
+ duration = $.datepicker._get( inst, "duration" );
851
+ inst.dpDiv.css( "z-index", datepicker_getZindex( $( input ) ) + 1 );
852
+ $.datepicker._datepickerShowing = true;
853
+
854
+ if ( $.effects && $.effects.effect[ showAnim ] ) {
855
+ inst.dpDiv.show( showAnim, $.datepicker._get( inst, "showOptions" ), duration );
856
+ } else {
857
+ inst.dpDiv[ showAnim || "show" ]( showAnim ? duration : null );
858
+ }
859
+
860
+ if ( $.datepicker._shouldFocusInput( inst ) ) {
861
+ inst.input.trigger( "focus" );
862
+ }
863
+
864
+ $.datepicker._curInst = inst;
865
+ }
866
+ },
867
+
868
+ /* Generate the date picker content. */
869
+ _updateDatepicker: function( inst ) {
870
+ this.maxRows = 4; //Reset the max number of rows being displayed (see #7043)
871
+ datepicker_instActive = inst; // for delegate hover events
872
+ inst.dpDiv.empty().append( this._generateHTML( inst ) );
873
+ this._attachHandlers( inst );
874
+
875
+ var origyearshtml,
876
+ numMonths = this._getNumberOfMonths( inst ),
877
+ cols = numMonths[ 1 ],
878
+ width = 17,
879
+ activeCell = inst.dpDiv.find( "." + this._dayOverClass + " a" ),
880
+ onUpdateDatepicker = $.datepicker._get( inst, "onUpdateDatepicker" );
881
+
882
+ if ( activeCell.length > 0 ) {
883
+ datepicker_handleMouseover.apply( activeCell.get( 0 ) );
884
+ }
885
+
886
+ inst.dpDiv.removeClass( "ui-datepicker-multi-2 ui-datepicker-multi-3 ui-datepicker-multi-4" ).width( "" );
887
+ if ( cols > 1 ) {
888
+ inst.dpDiv.addClass( "ui-datepicker-multi-" + cols ).css( "width", ( width * cols ) + "em" );
889
+ }
890
+ inst.dpDiv[ ( numMonths[ 0 ] !== 1 || numMonths[ 1 ] !== 1 ? "add" : "remove" ) +
891
+ "Class" ]( "ui-datepicker-multi" );
892
+ inst.dpDiv[ ( this._get( inst, "isRTL" ) ? "add" : "remove" ) +
893
+ "Class" ]( "ui-datepicker-rtl" );
894
+
895
+ if ( inst === $.datepicker._curInst && $.datepicker._datepickerShowing && $.datepicker._shouldFocusInput( inst ) ) {
896
+ inst.input.trigger( "focus" );
897
+ }
898
+
899
+ // Deffered render of the years select (to avoid flashes on Firefox)
900
+ if ( inst.yearshtml ) {
901
+ origyearshtml = inst.yearshtml;
902
+ setTimeout( function() {
903
+
904
+ //assure that inst.yearshtml didn't change.
905
+ if ( origyearshtml === inst.yearshtml && inst.yearshtml ) {
906
+ inst.dpDiv.find( "select.ui-datepicker-year" ).first().replaceWith( inst.yearshtml );
907
+ }
908
+ origyearshtml = inst.yearshtml = null;
909
+ }, 0 );
910
+ }
911
+
912
+ if ( onUpdateDatepicker ) {
913
+ onUpdateDatepicker.apply( ( inst.input ? inst.input[ 0 ] : null ), [ inst ] );
914
+ }
915
+ },
916
+
917
+ // #6694 - don't focus the input if it's already focused
918
+ // this breaks the change event in IE
919
+ // Support: IE and jQuery <1.9
920
+ _shouldFocusInput: function( inst ) {
921
+ return inst.input && inst.input.is( ":visible" ) && !inst.input.is( ":disabled" ) && !inst.input.is( ":focus" );
922
+ },
923
+
924
+ /* Check positioning to remain on screen. */
925
+ _checkOffset: function( inst, offset, isFixed ) {
926
+ var dpWidth = inst.dpDiv.outerWidth(),
927
+ dpHeight = inst.dpDiv.outerHeight(),
928
+ inputWidth = inst.input ? inst.input.outerWidth() : 0,
929
+ inputHeight = inst.input ? inst.input.outerHeight() : 0,
930
+ viewWidth = document.documentElement.clientWidth + ( isFixed ? 0 : $( document ).scrollLeft() ),
931
+ viewHeight = document.documentElement.clientHeight + ( isFixed ? 0 : $( document ).scrollTop() );
932
+
933
+ offset.left -= ( this._get( inst, "isRTL" ) ? ( dpWidth - inputWidth ) : 0 );
934
+ offset.left -= ( isFixed && offset.left === inst.input.offset().left ) ? $( document ).scrollLeft() : 0;
935
+ offset.top -= ( isFixed && offset.top === ( inst.input.offset().top + inputHeight ) ) ? $( document ).scrollTop() : 0;
936
+
937
+ // Now check if datepicker is showing outside window viewport - move to a better place if so.
938
+ offset.left -= Math.min( offset.left, ( offset.left + dpWidth > viewWidth && viewWidth > dpWidth ) ?
939
+ Math.abs( offset.left + dpWidth - viewWidth ) : 0 );
940
+ offset.top -= Math.min( offset.top, ( offset.top + dpHeight > viewHeight && viewHeight > dpHeight ) ?
941
+ Math.abs( dpHeight + inputHeight ) : 0 );
942
+
943
+ return offset;
944
+ },
945
+
946
+ /* Find an object's position on the screen. */
947
+ _findPos: function( obj ) {
948
+ var position,
949
+ inst = this._getInst( obj ),
950
+ isRTL = this._get( inst, "isRTL" );
951
+
952
+ while ( obj && ( obj.type === "hidden" || obj.nodeType !== 1 || $.expr.pseudos.hidden( obj ) ) ) {
953
+ obj = obj[ isRTL ? "previousSibling" : "nextSibling" ];
954
+ }
955
+
956
+ position = $( obj ).offset();
957
+ return [ position.left, position.top ];
958
+ },
959
+
960
+ /* Hide the date picker from view.
961
+ * @param input element - the input field attached to the date picker
962
+ */
963
+ _hideDatepicker: function( input ) {
964
+ var showAnim, duration, postProcess, onClose,
965
+ inst = this._curInst;
966
+
967
+ if ( !inst || ( input && inst !== $.data( input, "datepicker" ) ) ) {
968
+ return;
969
+ }
970
+
971
+ if ( this._datepickerShowing ) {
972
+ showAnim = this._get( inst, "showAnim" );
973
+ duration = this._get( inst, "duration" );
974
+ postProcess = function() {
975
+ $.datepicker._tidyDialog( inst );
976
+ };
977
+
978
+ // DEPRECATED: after BC for 1.8.x $.effects[ showAnim ] is not needed
979
+ if ( $.effects && ( $.effects.effect[ showAnim ] || $.effects[ showAnim ] ) ) {
980
+ inst.dpDiv.hide( showAnim, $.datepicker._get( inst, "showOptions" ), duration, postProcess );
981
+ } else {
982
+ inst.dpDiv[ ( showAnim === "slideDown" ? "slideUp" :
983
+ ( showAnim === "fadeIn" ? "fadeOut" : "hide" ) ) ]( ( showAnim ? duration : null ), postProcess );
984
+ }
985
+
986
+ if ( !showAnim ) {
987
+ postProcess();
988
+ }
989
+ this._datepickerShowing = false;
990
+
991
+ onClose = this._get( inst, "onClose" );
992
+ if ( onClose ) {
993
+ onClose.apply( ( inst.input ? inst.input[ 0 ] : null ), [ ( inst.input ? inst.input.val() : "" ), inst ] );
994
+ }
995
+
996
+ this._lastInput = null;
997
+ if ( this._inDialog ) {
998
+ this._dialogInput.css( { position: "absolute", left: "0", top: "-100px" } );
999
+ if ( $.blockUI ) {
1000
+ $.unblockUI();
1001
+ $( "body" ).append( this.dpDiv );
1002
+ }
1003
+ }
1004
+ this._inDialog = false;
1005
+ }
1006
+ },
1007
+
1008
+ /* Tidy up after a dialog display. */
1009
+ _tidyDialog: function( inst ) {
1010
+ inst.dpDiv.removeClass( this._dialogClass ).off( ".ui-datepicker-calendar" );
1011
+ },
1012
+
1013
+ /* Close date picker if clicked elsewhere. */
1014
+ _checkExternalClick: function( event ) {
1015
+ if ( !$.datepicker._curInst ) {
1016
+ return;
1017
+ }
1018
+
1019
+ var $target = $( event.target ),
1020
+ inst = $.datepicker._getInst( $target[ 0 ] );
1021
+
1022
+ if ( ( ( $target[ 0 ].id !== $.datepicker._mainDivId &&
1023
+ $target.parents( "#" + $.datepicker._mainDivId ).length === 0 &&
1024
+ !$target.hasClass( $.datepicker.markerClassName ) &&
1025
+ !$target.closest( "." + $.datepicker._triggerClass ).length &&
1026
+ $.datepicker._datepickerShowing && !( $.datepicker._inDialog && $.blockUI ) ) ) ||
1027
+ ( $target.hasClass( $.datepicker.markerClassName ) && $.datepicker._curInst !== inst ) ) {
1028
+ $.datepicker._hideDatepicker();
1029
+ }
1030
+ },
1031
+
1032
+ /* Adjust one of the date sub-fields. */
1033
+ _adjustDate: function( id, offset, period ) {
1034
+ var target = $( id ),
1035
+ inst = this._getInst( target[ 0 ] );
1036
+
1037
+ if ( this._isDisabledDatepicker( target[ 0 ] ) ) {
1038
+ return;
1039
+ }
1040
+ this._adjustInstDate( inst, offset, period );
1041
+ this._updateDatepicker( inst );
1042
+ },
1043
+
1044
+ /* Action for current link. */
1045
+ _gotoToday: function( id ) {
1046
+ var date,
1047
+ target = $( id ),
1048
+ inst = this._getInst( target[ 0 ] );
1049
+
1050
+ if ( this._get( inst, "gotoCurrent" ) && inst.currentDay ) {
1051
+ inst.selectedDay = inst.currentDay;
1052
+ inst.drawMonth = inst.selectedMonth = inst.currentMonth;
1053
+ inst.drawYear = inst.selectedYear = inst.currentYear;
1054
+ } else {
1055
+ date = new Date();
1056
+ inst.selectedDay = date.getDate();
1057
+ inst.drawMonth = inst.selectedMonth = date.getMonth();
1058
+ inst.drawYear = inst.selectedYear = date.getFullYear();
1059
+ }
1060
+ this._notifyChange( inst );
1061
+ this._adjustDate( target );
1062
+ },
1063
+
1064
+ /* Action for selecting a new month/year. */
1065
+ _selectMonthYear: function( id, select, period ) {
1066
+ var target = $( id ),
1067
+ inst = this._getInst( target[ 0 ] );
1068
+
1069
+ inst[ "selected" + ( period === "M" ? "Month" : "Year" ) ] =
1070
+ inst[ "draw" + ( period === "M" ? "Month" : "Year" ) ] =
1071
+ parseInt( select.options[ select.selectedIndex ].value, 10 );
1072
+
1073
+ this._notifyChange( inst );
1074
+ this._adjustDate( target );
1075
+ },
1076
+
1077
+ /* Action for selecting a day. */
1078
+ _selectDay: function( id, month, year, td ) {
1079
+ var inst,
1080
+ target = $( id );
1081
+
1082
+ if ( $( td ).hasClass( this._unselectableClass ) || this._isDisabledDatepicker( target[ 0 ] ) ) {
1083
+ return;
1084
+ }
1085
+
1086
+ inst = this._getInst( target[ 0 ] );
1087
+ inst.selectedDay = inst.currentDay = parseInt( $( "a", td ).attr( "data-date" ) );
1088
+ inst.selectedMonth = inst.currentMonth = month;
1089
+ inst.selectedYear = inst.currentYear = year;
1090
+ this._selectDate( id, this._formatDate( inst,
1091
+ inst.currentDay, inst.currentMonth, inst.currentYear ) );
1092
+ },
1093
+
1094
+ /* Erase the input field and hide the date picker. */
1095
+ _clearDate: function( id ) {
1096
+ var target = $( id );
1097
+ this._selectDate( target, "" );
1098
+ },
1099
+
1100
+ /* Update the input field with the selected date. */
1101
+ _selectDate: function( id, dateStr ) {
1102
+ var onSelect,
1103
+ target = $( id ),
1104
+ inst = this._getInst( target[ 0 ] );
1105
+
1106
+ dateStr = ( dateStr != null ? dateStr : this._formatDate( inst ) );
1107
+ if ( inst.input ) {
1108
+ inst.input.val( dateStr );
1109
+ }
1110
+ this._updateAlternate( inst );
1111
+
1112
+ onSelect = this._get( inst, "onSelect" );
1113
+ if ( onSelect ) {
1114
+ onSelect.apply( ( inst.input ? inst.input[ 0 ] : null ), [ dateStr, inst ] ); // trigger custom callback
1115
+ } else if ( inst.input ) {
1116
+ inst.input.trigger( "change" ); // fire the change event
1117
+ }
1118
+
1119
+ if ( inst.inline ) {
1120
+ this._updateDatepicker( inst );
1121
+ } else {
1122
+ this._hideDatepicker();
1123
+ this._lastInput = inst.input[ 0 ];
1124
+ if ( typeof( inst.input[ 0 ] ) !== "object" ) {
1125
+ inst.input.trigger( "focus" ); // restore focus
1126
+ }
1127
+ this._lastInput = null;
1128
+ }
1129
+ },
1130
+
1131
+ /* Update any alternate field to synchronise with the main field. */
1132
+ _updateAlternate: function( inst ) {
1133
+ var altFormat, date, dateStr,
1134
+ altField = this._get( inst, "altField" );
1135
+
1136
+ if ( altField ) { // update alternate field too
1137
+ altFormat = this._get( inst, "altFormat" ) || this._get( inst, "dateFormat" );
1138
+ date = this._getDate( inst );
1139
+ dateStr = this.formatDate( altFormat, date, this._getFormatConfig( inst ) );
1140
+ $( document ).find( altField ).val( dateStr );
1141
+ }
1142
+ },
1143
+
1144
+ /* Set as beforeShowDay function to prevent selection of weekends.
1145
+ * @param date Date - the date to customise
1146
+ * @return [boolean, string] - is this date selectable?, what is its CSS class?
1147
+ */
1148
+ noWeekends: function( date ) {
1149
+ var day = date.getDay();
1150
+ return [ ( day > 0 && day < 6 ), "" ];
1151
+ },
1152
+
1153
+ /* Set as calculateWeek to determine the week of the year based on the ISO 8601 definition.
1154
+ * @param date Date - the date to get the week for
1155
+ * @return number - the number of the week within the year that contains this date
1156
+ */
1157
+ iso8601Week: function( date ) {
1158
+ var time,
1159
+ checkDate = new Date( date.getTime() );
1160
+
1161
+ // Find Thursday of this week starting on Monday
1162
+ checkDate.setDate( checkDate.getDate() + 4 - ( checkDate.getDay() || 7 ) );
1163
+
1164
+ time = checkDate.getTime();
1165
+ checkDate.setMonth( 0 ); // Compare with Jan 1
1166
+ checkDate.setDate( 1 );
1167
+ return Math.floor( Math.round( ( time - checkDate ) / 86400000 ) / 7 ) + 1;
1168
+ },
1169
+
1170
+ /* Parse a string value into a date object.
1171
+ * See formatDate below for the possible formats.
1172
+ *
1173
+ * @param format string - the expected format of the date
1174
+ * @param value string - the date in the above format
1175
+ * @param settings Object - attributes include:
1176
+ * shortYearCutoff number - the cutoff year for determining the century (optional)
1177
+ * dayNamesShort string[7] - abbreviated names of the days from Sunday (optional)
1178
+ * dayNames string[7] - names of the days from Sunday (optional)
1179
+ * monthNamesShort string[12] - abbreviated names of the months (optional)
1180
+ * monthNames string[12] - names of the months (optional)
1181
+ * @return Date - the extracted date value or null if value is blank
1182
+ */
1183
+ parseDate: function( format, value, settings ) {
1184
+ if ( format == null || value == null ) {
1185
+ throw "Invalid arguments";
1186
+ }
1187
+
1188
+ value = ( typeof value === "object" ? value.toString() : value + "" );
1189
+ if ( value === "" ) {
1190
+ return null;
1191
+ }
1192
+
1193
+ var iFormat, dim, extra,
1194
+ iValue = 0,
1195
+ shortYearCutoffTemp = ( settings ? settings.shortYearCutoff : null ) || this._defaults.shortYearCutoff,
1196
+ shortYearCutoff = ( typeof shortYearCutoffTemp !== "string" ? shortYearCutoffTemp :
1197
+ new Date().getFullYear() % 100 + parseInt( shortYearCutoffTemp, 10 ) ),
1198
+ dayNamesShort = ( settings ? settings.dayNamesShort : null ) || this._defaults.dayNamesShort,
1199
+ dayNames = ( settings ? settings.dayNames : null ) || this._defaults.dayNames,
1200
+ monthNamesShort = ( settings ? settings.monthNamesShort : null ) || this._defaults.monthNamesShort,
1201
+ monthNames = ( settings ? settings.monthNames : null ) || this._defaults.monthNames,
1202
+ year = -1,
1203
+ month = -1,
1204
+ day = -1,
1205
+ doy = -1,
1206
+ literal = false,
1207
+ date,
1208
+
1209
+ // Check whether a format character is doubled
1210
+ lookAhead = function( match ) {
1211
+ var matches = ( iFormat + 1 < format.length && format.charAt( iFormat + 1 ) === match );
1212
+ if ( matches ) {
1213
+ iFormat++;
1214
+ }
1215
+ return matches;
1216
+ },
1217
+
1218
+ // Extract a number from the string value
1219
+ getNumber = function( match ) {
1220
+ var isDoubled = lookAhead( match ),
1221
+ size = ( match === "@" ? 14 : ( match === "!" ? 20 :
1222
+ ( match === "y" && isDoubled ? 4 : ( match === "o" ? 3 : 2 ) ) ) ),
1223
+ minSize = ( match === "y" ? size : 1 ),
1224
+ digits = new RegExp( "^\\d{" + minSize + "," + size + "}" ),
1225
+ num = value.substring( iValue ).match( digits );
1226
+ if ( !num ) {
1227
+ throw "Missing number at position " + iValue;
1228
+ }
1229
+ iValue += num[ 0 ].length;
1230
+ return parseInt( num[ 0 ], 10 );
1231
+ },
1232
+
1233
+ // Extract a name from the string value and convert to an index
1234
+ getName = function( match, shortNames, longNames ) {
1235
+ var index = -1,
1236
+ names = $.map( lookAhead( match ) ? longNames : shortNames, function( v, k ) {
1237
+ return [ [ k, v ] ];
1238
+ } ).sort( function( a, b ) {
1239
+ return -( a[ 1 ].length - b[ 1 ].length );
1240
+ } );
1241
+
1242
+ $.each( names, function( i, pair ) {
1243
+ var name = pair[ 1 ];
1244
+ if ( value.substr( iValue, name.length ).toLowerCase() === name.toLowerCase() ) {
1245
+ index = pair[ 0 ];
1246
+ iValue += name.length;
1247
+ return false;
1248
+ }
1249
+ } );
1250
+ if ( index !== -1 ) {
1251
+ return index + 1;
1252
+ } else {
1253
+ throw "Unknown name at position " + iValue;
1254
+ }
1255
+ },
1256
+
1257
+ // Confirm that a literal character matches the string value
1258
+ checkLiteral = function() {
1259
+ if ( value.charAt( iValue ) !== format.charAt( iFormat ) ) {
1260
+ throw "Unexpected literal at position " + iValue;
1261
+ }
1262
+ iValue++;
1263
+ };
1264
+
1265
+ for ( iFormat = 0; iFormat < format.length; iFormat++ ) {
1266
+ if ( literal ) {
1267
+ if ( format.charAt( iFormat ) === "'" && !lookAhead( "'" ) ) {
1268
+ literal = false;
1269
+ } else {
1270
+ checkLiteral();
1271
+ }
1272
+ } else {
1273
+ switch ( format.charAt( iFormat ) ) {
1274
+ case "d":
1275
+ day = getNumber( "d" );
1276
+ break;
1277
+ case "D":
1278
+ getName( "D", dayNamesShort, dayNames );
1279
+ break;
1280
+ case "o":
1281
+ doy = getNumber( "o" );
1282
+ break;
1283
+ case "m":
1284
+ month = getNumber( "m" );
1285
+ break;
1286
+ case "M":
1287
+ month = getName( "M", monthNamesShort, monthNames );
1288
+ break;
1289
+ case "y":
1290
+ year = getNumber( "y" );
1291
+ break;
1292
+ case "@":
1293
+ date = new Date( getNumber( "@" ) );
1294
+ year = date.getFullYear();
1295
+ month = date.getMonth() + 1;
1296
+ day = date.getDate();
1297
+ break;
1298
+ case "!":
1299
+ date = new Date( ( getNumber( "!" ) - this._ticksTo1970 ) / 10000 );
1300
+ year = date.getFullYear();
1301
+ month = date.getMonth() + 1;
1302
+ day = date.getDate();
1303
+ break;
1304
+ case "'":
1305
+ if ( lookAhead( "'" ) ) {
1306
+ checkLiteral();
1307
+ } else {
1308
+ literal = true;
1309
+ }
1310
+ break;
1311
+ default:
1312
+ checkLiteral();
1313
+ }
1314
+ }
1315
+ }
1316
+
1317
+ if ( iValue < value.length ) {
1318
+ extra = value.substr( iValue );
1319
+ if ( !/^\s+/.test( extra ) ) {
1320
+ throw "Extra/unparsed characters found in date: " + extra;
1321
+ }
1322
+ }
1323
+
1324
+ if ( year === -1 ) {
1325
+ year = new Date().getFullYear();
1326
+ } else if ( year < 100 ) {
1327
+ year += new Date().getFullYear() - new Date().getFullYear() % 100 +
1328
+ ( year <= shortYearCutoff ? 0 : -100 );
1329
+ }
1330
+
1331
+ if ( doy > -1 ) {
1332
+ month = 1;
1333
+ day = doy;
1334
+ do {
1335
+ dim = this._getDaysInMonth( year, month - 1 );
1336
+ if ( day <= dim ) {
1337
+ break;
1338
+ }
1339
+ month++;
1340
+ day -= dim;
1341
+ } while ( true );
1342
+ }
1343
+
1344
+ date = this._daylightSavingAdjust( new Date( year, month - 1, day ) );
1345
+ if ( date.getFullYear() !== year || date.getMonth() + 1 !== month || date.getDate() !== day ) {
1346
+ throw "Invalid date"; // E.g. 31/02/00
1347
+ }
1348
+ return date;
1349
+ },
1350
+
1351
+ /* Standard date formats. */
1352
+ ATOM: "yy-mm-dd", // RFC 3339 (ISO 8601)
1353
+ COOKIE: "D, dd M yy",
1354
+ ISO_8601: "yy-mm-dd",
1355
+ RFC_822: "D, d M y",
1356
+ RFC_850: "DD, dd-M-y",
1357
+ RFC_1036: "D, d M y",
1358
+ RFC_1123: "D, d M yy",
1359
+ RFC_2822: "D, d M yy",
1360
+ RSS: "D, d M y", // RFC 822
1361
+ TICKS: "!",
1362
+ TIMESTAMP: "@",
1363
+ W3C: "yy-mm-dd", // ISO 8601
1364
+
1365
+ _ticksTo1970: ( ( ( 1970 - 1 ) * 365 + Math.floor( 1970 / 4 ) - Math.floor( 1970 / 100 ) +
1366
+ Math.floor( 1970 / 400 ) ) * 24 * 60 * 60 * 10000000 ),
1367
+
1368
+ /* Format a date object into a string value.
1369
+ * The format can be combinations of the following:
1370
+ * d - day of month (no leading zero)
1371
+ * dd - day of month (two digit)
1372
+ * o - day of year (no leading zeros)
1373
+ * oo - day of year (three digit)
1374
+ * D - day name short
1375
+ * DD - day name long
1376
+ * m - month of year (no leading zero)
1377
+ * mm - month of year (two digit)
1378
+ * M - month name short
1379
+ * MM - month name long
1380
+ * y - year (two digit)
1381
+ * yy - year (four digit)
1382
+ * @ - Unix timestamp (ms since 01/01/1970)
1383
+ * ! - Windows ticks (100ns since 01/01/0001)
1384
+ * "..." - literal text
1385
+ * '' - single quote
1386
+ *
1387
+ * @param format string - the desired format of the date
1388
+ * @param date Date - the date value to format
1389
+ * @param settings Object - attributes include:
1390
+ * dayNamesShort string[7] - abbreviated names of the days from Sunday (optional)
1391
+ * dayNames string[7] - names of the days from Sunday (optional)
1392
+ * monthNamesShort string[12] - abbreviated names of the months (optional)
1393
+ * monthNames string[12] - names of the months (optional)
1394
+ * @return string - the date in the above format
1395
+ */
1396
+ formatDate: function( format, date, settings ) {
1397
+ if ( !date ) {
1398
+ return "";
1399
+ }
1400
+
1401
+ var iFormat,
1402
+ dayNamesShort = ( settings ? settings.dayNamesShort : null ) || this._defaults.dayNamesShort,
1403
+ dayNames = ( settings ? settings.dayNames : null ) || this._defaults.dayNames,
1404
+ monthNamesShort = ( settings ? settings.monthNamesShort : null ) || this._defaults.monthNamesShort,
1405
+ monthNames = ( settings ? settings.monthNames : null ) || this._defaults.monthNames,
1406
+
1407
+ // Check whether a format character is doubled
1408
+ lookAhead = function( match ) {
1409
+ var matches = ( iFormat + 1 < format.length && format.charAt( iFormat + 1 ) === match );
1410
+ if ( matches ) {
1411
+ iFormat++;
1412
+ }
1413
+ return matches;
1414
+ },
1415
+
1416
+ // Format a number, with leading zero if necessary
1417
+ formatNumber = function( match, value, len ) {
1418
+ var num = "" + value;
1419
+ if ( lookAhead( match ) ) {
1420
+ while ( num.length < len ) {
1421
+ num = "0" + num;
1422
+ }
1423
+ }
1424
+ return num;
1425
+ },
1426
+
1427
+ // Format a name, short or long as requested
1428
+ formatName = function( match, value, shortNames, longNames ) {
1429
+ return ( lookAhead( match ) ? longNames[ value ] : shortNames[ value ] );
1430
+ },
1431
+ output = "",
1432
+ literal = false;
1433
+
1434
+ if ( date ) {
1435
+ for ( iFormat = 0; iFormat < format.length; iFormat++ ) {
1436
+ if ( literal ) {
1437
+ if ( format.charAt( iFormat ) === "'" && !lookAhead( "'" ) ) {
1438
+ literal = false;
1439
+ } else {
1440
+ output += format.charAt( iFormat );
1441
+ }
1442
+ } else {
1443
+ switch ( format.charAt( iFormat ) ) {
1444
+ case "d":
1445
+ output += formatNumber( "d", date.getDate(), 2 );
1446
+ break;
1447
+ case "D":
1448
+ output += formatName( "D", date.getDay(), dayNamesShort, dayNames );
1449
+ break;
1450
+ case "o":
1451
+ output += formatNumber( "o",
1452
+ Math.round( ( new Date( date.getFullYear(), date.getMonth(), date.getDate() ).getTime() - new Date( date.getFullYear(), 0, 0 ).getTime() ) / 86400000 ), 3 );
1453
+ break;
1454
+ case "m":
1455
+ output += formatNumber( "m", date.getMonth() + 1, 2 );
1456
+ break;
1457
+ case "M":
1458
+ output += formatName( "M", date.getMonth(), monthNamesShort, monthNames );
1459
+ break;
1460
+ case "y":
1461
+ output += ( lookAhead( "y" ) ? date.getFullYear() :
1462
+ ( date.getFullYear() % 100 < 10 ? "0" : "" ) + date.getFullYear() % 100 );
1463
+ break;
1464
+ case "@":
1465
+ output += date.getTime();
1466
+ break;
1467
+ case "!":
1468
+ output += date.getTime() * 10000 + this._ticksTo1970;
1469
+ break;
1470
+ case "'":
1471
+ if ( lookAhead( "'" ) ) {
1472
+ output += "'";
1473
+ } else {
1474
+ literal = true;
1475
+ }
1476
+ break;
1477
+ default:
1478
+ output += format.charAt( iFormat );
1479
+ }
1480
+ }
1481
+ }
1482
+ }
1483
+ return output;
1484
+ },
1485
+
1486
+ /* Extract all possible characters from the date format. */
1487
+ _possibleChars: function( format ) {
1488
+ var iFormat,
1489
+ chars = "",
1490
+ literal = false,
1491
+
1492
+ // Check whether a format character is doubled
1493
+ lookAhead = function( match ) {
1494
+ var matches = ( iFormat + 1 < format.length && format.charAt( iFormat + 1 ) === match );
1495
+ if ( matches ) {
1496
+ iFormat++;
1497
+ }
1498
+ return matches;
1499
+ };
1500
+
1501
+ for ( iFormat = 0; iFormat < format.length; iFormat++ ) {
1502
+ if ( literal ) {
1503
+ if ( format.charAt( iFormat ) === "'" && !lookAhead( "'" ) ) {
1504
+ literal = false;
1505
+ } else {
1506
+ chars += format.charAt( iFormat );
1507
+ }
1508
+ } else {
1509
+ switch ( format.charAt( iFormat ) ) {
1510
+ case "d": case "m": case "y": case "@":
1511
+ chars += "0123456789";
1512
+ break;
1513
+ case "D": case "M":
1514
+ return null; // Accept anything
1515
+ case "'":
1516
+ if ( lookAhead( "'" ) ) {
1517
+ chars += "'";
1518
+ } else {
1519
+ literal = true;
1520
+ }
1521
+ break;
1522
+ default:
1523
+ chars += format.charAt( iFormat );
1524
+ }
1525
+ }
1526
+ }
1527
+ return chars;
1528
+ },
1529
+
1530
+ /* Get a setting value, defaulting if necessary. */
1531
+ _get: function( inst, name ) {
1532
+ return inst.settings[ name ] !== undefined ?
1533
+ inst.settings[ name ] : this._defaults[ name ];
1534
+ },
1535
+
1536
+ /* Parse existing date and initialise date picker. */
1537
+ _setDateFromField: function( inst, noDefault ) {
1538
+ if ( inst.input.val() === inst.lastVal ) {
1539
+ return;
1540
+ }
1541
+
1542
+ var dateFormat = this._get( inst, "dateFormat" ),
1543
+ dates = inst.lastVal = inst.input ? inst.input.val() : null,
1544
+ defaultDate = this._getDefaultDate( inst ),
1545
+ date = defaultDate,
1546
+ settings = this._getFormatConfig( inst );
1547
+
1548
+ try {
1549
+ date = this.parseDate( dateFormat, dates, settings ) || defaultDate;
1550
+ } catch ( event ) {
1551
+ dates = ( noDefault ? "" : dates );
1552
+ }
1553
+ inst.selectedDay = date.getDate();
1554
+ inst.drawMonth = inst.selectedMonth = date.getMonth();
1555
+ inst.drawYear = inst.selectedYear = date.getFullYear();
1556
+ inst.currentDay = ( dates ? date.getDate() : 0 );
1557
+ inst.currentMonth = ( dates ? date.getMonth() : 0 );
1558
+ inst.currentYear = ( dates ? date.getFullYear() : 0 );
1559
+ this._adjustInstDate( inst );
1560
+ },
1561
+
1562
+ /* Retrieve the default date shown on opening. */
1563
+ _getDefaultDate: function( inst ) {
1564
+ return this._restrictMinMax( inst,
1565
+ this._determineDate( inst, this._get( inst, "defaultDate" ), new Date() ) );
1566
+ },
1567
+
1568
+ /* A date may be specified as an exact value or a relative one. */
1569
+ _determineDate: function( inst, date, defaultDate ) {
1570
+ var offsetNumeric = function( offset ) {
1571
+ var date = new Date();
1572
+ date.setDate( date.getDate() + offset );
1573
+ return date;
1574
+ },
1575
+ offsetString = function( offset ) {
1576
+ try {
1577
+ return $.datepicker.parseDate( $.datepicker._get( inst, "dateFormat" ),
1578
+ offset, $.datepicker._getFormatConfig( inst ) );
1579
+ } catch ( e ) {
1580
+
1581
+ // Ignore
1582
+ }
1583
+
1584
+ var date = ( offset.toLowerCase().match( /^c/ ) ?
1585
+ $.datepicker._getDate( inst ) : null ) || new Date(),
1586
+ year = date.getFullYear(),
1587
+ month = date.getMonth(),
1588
+ day = date.getDate(),
1589
+ pattern = /([+\-]?[0-9]+)\s*(d|D|w|W|m|M|y|Y)?/g,
1590
+ matches = pattern.exec( offset );
1591
+
1592
+ while ( matches ) {
1593
+ switch ( matches[ 2 ] || "d" ) {
1594
+ case "d" : case "D" :
1595
+ day += parseInt( matches[ 1 ], 10 ); break;
1596
+ case "w" : case "W" :
1597
+ day += parseInt( matches[ 1 ], 10 ) * 7; break;
1598
+ case "m" : case "M" :
1599
+ month += parseInt( matches[ 1 ], 10 );
1600
+ day = Math.min( day, $.datepicker._getDaysInMonth( year, month ) );
1601
+ break;
1602
+ case "y": case "Y" :
1603
+ year += parseInt( matches[ 1 ], 10 );
1604
+ day = Math.min( day, $.datepicker._getDaysInMonth( year, month ) );
1605
+ break;
1606
+ }
1607
+ matches = pattern.exec( offset );
1608
+ }
1609
+ return new Date( year, month, day );
1610
+ },
1611
+ newDate = ( date == null || date === "" ? defaultDate : ( typeof date === "string" ? offsetString( date ) :
1612
+ ( typeof date === "number" ? ( isNaN( date ) ? defaultDate : offsetNumeric( date ) ) : new Date( date.getTime() ) ) ) );
1613
+
1614
+ newDate = ( newDate && newDate.toString() === "Invalid Date" ? defaultDate : newDate );
1615
+ if ( newDate ) {
1616
+ newDate.setHours( 0 );
1617
+ newDate.setMinutes( 0 );
1618
+ newDate.setSeconds( 0 );
1619
+ newDate.setMilliseconds( 0 );
1620
+ }
1621
+ return this._daylightSavingAdjust( newDate );
1622
+ },
1623
+
1624
+ /* Handle switch to/from daylight saving.
1625
+ * Hours may be non-zero on daylight saving cut-over:
1626
+ * > 12 when midnight changeover, but then cannot generate
1627
+ * midnight datetime, so jump to 1AM, otherwise reset.
1628
+ * @param date (Date) the date to check
1629
+ * @return (Date) the corrected date
1630
+ */
1631
+ _daylightSavingAdjust: function( date ) {
1632
+ if ( !date ) {
1633
+ return null;
1634
+ }
1635
+ date.setHours( date.getHours() > 12 ? date.getHours() + 2 : 0 );
1636
+ return date;
1637
+ },
1638
+
1639
+ /* Set the date(s) directly. */
1640
+ _setDate: function( inst, date, noChange ) {
1641
+ var clear = !date,
1642
+ origMonth = inst.selectedMonth,
1643
+ origYear = inst.selectedYear,
1644
+ newDate = this._restrictMinMax( inst, this._determineDate( inst, date, new Date() ) );
1645
+
1646
+ inst.selectedDay = inst.currentDay = newDate.getDate();
1647
+ inst.drawMonth = inst.selectedMonth = inst.currentMonth = newDate.getMonth();
1648
+ inst.drawYear = inst.selectedYear = inst.currentYear = newDate.getFullYear();
1649
+ if ( ( origMonth !== inst.selectedMonth || origYear !== inst.selectedYear ) && !noChange ) {
1650
+ this._notifyChange( inst );
1651
+ }
1652
+ this._adjustInstDate( inst );
1653
+ if ( inst.input ) {
1654
+ inst.input.val( clear ? "" : this._formatDate( inst ) );
1655
+ }
1656
+ },
1657
+
1658
+ /* Retrieve the date(s) directly. */
1659
+ _getDate: function( inst ) {
1660
+ var startDate = ( !inst.currentYear || ( inst.input && inst.input.val() === "" ) ? null :
1661
+ this._daylightSavingAdjust( new Date(
1662
+ inst.currentYear, inst.currentMonth, inst.currentDay ) ) );
1663
+ return startDate;
1664
+ },
1665
+
1666
+ /* Attach the onxxx handlers. These are declared statically so
1667
+ * they work with static code transformers like Caja.
1668
+ */
1669
+ _attachHandlers: function( inst ) {
1670
+ var stepMonths = this._get( inst, "stepMonths" ),
1671
+ id = "#" + inst.id.replace( /\\\\/g, "\\" );
1672
+ inst.dpDiv.find( "[data-handler]" ).map( function() {
1673
+ var handler = {
1674
+ prev: function() {
1675
+ $.datepicker._adjustDate( id, -stepMonths, "M" );
1676
+ },
1677
+ next: function() {
1678
+ $.datepicker._adjustDate( id, +stepMonths, "M" );
1679
+ },
1680
+ hide: function() {
1681
+ $.datepicker._hideDatepicker();
1682
+ },
1683
+ today: function() {
1684
+ $.datepicker._gotoToday( id );
1685
+ },
1686
+ selectDay: function() {
1687
+ $.datepicker._selectDay( id, +this.getAttribute( "data-month" ), +this.getAttribute( "data-year" ), this );
1688
+ return false;
1689
+ },
1690
+ selectMonth: function() {
1691
+ $.datepicker._selectMonthYear( id, this, "M" );
1692
+ return false;
1693
+ },
1694
+ selectYear: function() {
1695
+ $.datepicker._selectMonthYear( id, this, "Y" );
1696
+ return false;
1697
+ }
1698
+ };
1699
+ $( this ).on( this.getAttribute( "data-event" ), handler[ this.getAttribute( "data-handler" ) ] );
1700
+ } );
1701
+ },
1702
+
1703
+ /* Generate the HTML for the current state of the date picker. */
1704
+ _generateHTML: function( inst ) {
1705
+ var maxDraw, prevText, prev, nextText, next, currentText, gotoDate,
1706
+ controls, buttonPanel, firstDay, showWeek, dayNames, dayNamesMin,
1707
+ monthNames, monthNamesShort, beforeShowDay, showOtherMonths,
1708
+ selectOtherMonths, defaultDate, html, dow, row, group, col, selectedDate,
1709
+ cornerClass, calender, thead, day, daysInMonth, leadDays, curRows, numRows,
1710
+ printDate, dRow, tbody, daySettings, otherMonth, unselectable,
1711
+ tempDate = new Date(),
1712
+ today = this._daylightSavingAdjust(
1713
+ new Date( tempDate.getFullYear(), tempDate.getMonth(), tempDate.getDate() ) ), // clear time
1714
+ isRTL = this._get( inst, "isRTL" ),
1715
+ showButtonPanel = this._get( inst, "showButtonPanel" ),
1716
+ hideIfNoPrevNext = this._get( inst, "hideIfNoPrevNext" ),
1717
+ navigationAsDateFormat = this._get( inst, "navigationAsDateFormat" ),
1718
+ numMonths = this._getNumberOfMonths( inst ),
1719
+ showCurrentAtPos = this._get( inst, "showCurrentAtPos" ),
1720
+ stepMonths = this._get( inst, "stepMonths" ),
1721
+ isMultiMonth = ( numMonths[ 0 ] !== 1 || numMonths[ 1 ] !== 1 ),
1722
+ currentDate = this._daylightSavingAdjust( ( !inst.currentDay ? new Date( 9999, 9, 9 ) :
1723
+ new Date( inst.currentYear, inst.currentMonth, inst.currentDay ) ) ),
1724
+ minDate = this._getMinMaxDate( inst, "min" ),
1725
+ maxDate = this._getMinMaxDate( inst, "max" ),
1726
+ drawMonth = inst.drawMonth - showCurrentAtPos,
1727
+ drawYear = inst.drawYear;
1728
+
1729
+ if ( drawMonth < 0 ) {
1730
+ drawMonth += 12;
1731
+ drawYear--;
1732
+ }
1733
+ if ( maxDate ) {
1734
+ maxDraw = this._daylightSavingAdjust( new Date( maxDate.getFullYear(),
1735
+ maxDate.getMonth() - ( numMonths[ 0 ] * numMonths[ 1 ] ) + 1, maxDate.getDate() ) );
1736
+ maxDraw = ( minDate && maxDraw < minDate ? minDate : maxDraw );
1737
+ while ( this._daylightSavingAdjust( new Date( drawYear, drawMonth, 1 ) ) > maxDraw ) {
1738
+ drawMonth--;
1739
+ if ( drawMonth < 0 ) {
1740
+ drawMonth = 11;
1741
+ drawYear--;
1742
+ }
1743
+ }
1744
+ }
1745
+ inst.drawMonth = drawMonth;
1746
+ inst.drawYear = drawYear;
1747
+
1748
+ prevText = this._get( inst, "prevText" );
1749
+ prevText = ( !navigationAsDateFormat ? prevText : this.formatDate( prevText,
1750
+ this._daylightSavingAdjust( new Date( drawYear, drawMonth - stepMonths, 1 ) ),
1751
+ this._getFormatConfig( inst ) ) );
1752
+
1753
+ if ( this._canAdjustMonth( inst, -1, drawYear, drawMonth ) ) {
1754
+ prev = $( "<a>" )
1755
+ .attr( {
1756
+ "class": "ui-datepicker-prev ui-corner-all",
1757
+ "data-handler": "prev",
1758
+ "data-event": "click",
1759
+ title: prevText
1760
+ } )
1761
+ .append(
1762
+ $( "<span>" )
1763
+ .addClass( "ui-icon ui-icon-circle-triangle-" +
1764
+ ( isRTL ? "e" : "w" ) )
1765
+ .text( prevText )
1766
+ )[ 0 ].outerHTML;
1767
+ } else if ( hideIfNoPrevNext ) {
1768
+ prev = "";
1769
+ } else {
1770
+ prev = $( "<a>" )
1771
+ .attr( {
1772
+ "class": "ui-datepicker-prev ui-corner-all ui-state-disabled",
1773
+ title: prevText
1774
+ } )
1775
+ .append(
1776
+ $( "<span>" )
1777
+ .addClass( "ui-icon ui-icon-circle-triangle-" +
1778
+ ( isRTL ? "e" : "w" ) )
1779
+ .text( prevText )
1780
+ )[ 0 ].outerHTML;
1781
+ }
1782
+
1783
+ nextText = this._get( inst, "nextText" );
1784
+ nextText = ( !navigationAsDateFormat ? nextText : this.formatDate( nextText,
1785
+ this._daylightSavingAdjust( new Date( drawYear, drawMonth + stepMonths, 1 ) ),
1786
+ this._getFormatConfig( inst ) ) );
1787
+
1788
+ if ( this._canAdjustMonth( inst, +1, drawYear, drawMonth ) ) {
1789
+ next = $( "<a>" )
1790
+ .attr( {
1791
+ "class": "ui-datepicker-next ui-corner-all",
1792
+ "data-handler": "next",
1793
+ "data-event": "click",
1794
+ title: nextText
1795
+ } )
1796
+ .append(
1797
+ $( "<span>" )
1798
+ .addClass( "ui-icon ui-icon-circle-triangle-" +
1799
+ ( isRTL ? "w" : "e" ) )
1800
+ .text( nextText )
1801
+ )[ 0 ].outerHTML;
1802
+ } else if ( hideIfNoPrevNext ) {
1803
+ next = "";
1804
+ } else {
1805
+ next = $( "<a>" )
1806
+ .attr( {
1807
+ "class": "ui-datepicker-next ui-corner-all ui-state-disabled",
1808
+ title: nextText
1809
+ } )
1810
+ .append(
1811
+ $( "<span>" )
1812
+ .attr( "class", "ui-icon ui-icon-circle-triangle-" +
1813
+ ( isRTL ? "w" : "e" ) )
1814
+ .text( nextText )
1815
+ )[ 0 ].outerHTML;
1816
+ }
1817
+
1818
+ currentText = this._get( inst, "currentText" );
1819
+ gotoDate = ( this._get( inst, "gotoCurrent" ) && inst.currentDay ? currentDate : today );
1820
+ currentText = ( !navigationAsDateFormat ? currentText :
1821
+ this.formatDate( currentText, gotoDate, this._getFormatConfig( inst ) ) );
1822
+
1823
+ controls = "";
1824
+ if ( !inst.inline ) {
1825
+ controls = $( "<button>" )
1826
+ .attr( {
1827
+ type: "button",
1828
+ "class": "ui-datepicker-close ui-state-default ui-priority-primary ui-corner-all",
1829
+ "data-handler": "hide",
1830
+ "data-event": "click"
1831
+ } )
1832
+ .text( this._get( inst, "closeText" ) )[ 0 ].outerHTML;
1833
+ }
1834
+
1835
+ buttonPanel = "";
1836
+ if ( showButtonPanel ) {
1837
+ buttonPanel = $( "<div class='ui-datepicker-buttonpane ui-widget-content'>" )
1838
+ .append( isRTL ? controls : "" )
1839
+ .append( this._isInRange( inst, gotoDate ) ?
1840
+ $( "<button>" )
1841
+ .attr( {
1842
+ type: "button",
1843
+ "class": "ui-datepicker-current ui-state-default ui-priority-secondary ui-corner-all",
1844
+ "data-handler": "today",
1845
+ "data-event": "click"
1846
+ } )
1847
+ .text( currentText ) :
1848
+ "" )
1849
+ .append( isRTL ? "" : controls )[ 0 ].outerHTML;
1850
+ }
1851
+
1852
+ firstDay = parseInt( this._get( inst, "firstDay" ), 10 );
1853
+ firstDay = ( isNaN( firstDay ) ? 0 : firstDay );
1854
+
1855
+ showWeek = this._get( inst, "showWeek" );
1856
+ dayNames = this._get( inst, "dayNames" );
1857
+ dayNamesMin = this._get( inst, "dayNamesMin" );
1858
+ monthNames = this._get( inst, "monthNames" );
1859
+ monthNamesShort = this._get( inst, "monthNamesShort" );
1860
+ beforeShowDay = this._get( inst, "beforeShowDay" );
1861
+ showOtherMonths = this._get( inst, "showOtherMonths" );
1862
+ selectOtherMonths = this._get( inst, "selectOtherMonths" );
1863
+ defaultDate = this._getDefaultDate( inst );
1864
+ html = "";
1865
+
1866
+ for ( row = 0; row < numMonths[ 0 ]; row++ ) {
1867
+ group = "";
1868
+ this.maxRows = 4;
1869
+ for ( col = 0; col < numMonths[ 1 ]; col++ ) {
1870
+ selectedDate = this._daylightSavingAdjust( new Date( drawYear, drawMonth, inst.selectedDay ) );
1871
+ cornerClass = " ui-corner-all";
1872
+ calender = "";
1873
+ if ( isMultiMonth ) {
1874
+ calender += "<div class='ui-datepicker-group";
1875
+ if ( numMonths[ 1 ] > 1 ) {
1876
+ switch ( col ) {
1877
+ case 0: calender += " ui-datepicker-group-first";
1878
+ cornerClass = " ui-corner-" + ( isRTL ? "right" : "left" ); break;
1879
+ case numMonths[ 1 ] - 1: calender += " ui-datepicker-group-last";
1880
+ cornerClass = " ui-corner-" + ( isRTL ? "left" : "right" ); break;
1881
+ default: calender += " ui-datepicker-group-middle"; cornerClass = ""; break;
1882
+ }
1883
+ }
1884
+ calender += "'>";
1885
+ }
1886
+ calender += "<div class='ui-datepicker-header ui-widget-header ui-helper-clearfix" + cornerClass + "'>" +
1887
+ ( /all|left/.test( cornerClass ) && row === 0 ? ( isRTL ? next : prev ) : "" ) +
1888
+ ( /all|right/.test( cornerClass ) && row === 0 ? ( isRTL ? prev : next ) : "" ) +
1889
+ this._generateMonthYearHeader( inst, drawMonth, drawYear, minDate, maxDate,
1890
+ row > 0 || col > 0, monthNames, monthNamesShort ) + // draw month headers
1891
+ "</div><table class='ui-datepicker-calendar'><thead>" +
1892
+ "<tr>";
1893
+ thead = ( showWeek ? "<th class='ui-datepicker-week-col'>" + this._get( inst, "weekHeader" ) + "</th>" : "" );
1894
+ for ( dow = 0; dow < 7; dow++ ) { // days of the week
1895
+ day = ( dow + firstDay ) % 7;
1896
+ thead += "<th scope='col'" + ( ( dow + firstDay + 6 ) % 7 >= 5 ? " class='ui-datepicker-week-end'" : "" ) + ">" +
1897
+ "<span title='" + dayNames[ day ] + "'>" + dayNamesMin[ day ] + "</span></th>";
1898
+ }
1899
+ calender += thead + "</tr></thead><tbody>";
1900
+ daysInMonth = this._getDaysInMonth( drawYear, drawMonth );
1901
+ if ( drawYear === inst.selectedYear && drawMonth === inst.selectedMonth ) {
1902
+ inst.selectedDay = Math.min( inst.selectedDay, daysInMonth );
1903
+ }
1904
+ leadDays = ( this._getFirstDayOfMonth( drawYear, drawMonth ) - firstDay + 7 ) % 7;
1905
+ curRows = Math.ceil( ( leadDays + daysInMonth ) / 7 ); // calculate the number of rows to generate
1906
+ numRows = ( isMultiMonth ? this.maxRows > curRows ? this.maxRows : curRows : curRows ); //If multiple months, use the higher number of rows (see #7043)
1907
+ this.maxRows = numRows;
1908
+ printDate = this._daylightSavingAdjust( new Date( drawYear, drawMonth, 1 - leadDays ) );
1909
+ for ( dRow = 0; dRow < numRows; dRow++ ) { // create date picker rows
1910
+ calender += "<tr>";
1911
+ tbody = ( !showWeek ? "" : "<td class='ui-datepicker-week-col'>" +
1912
+ this._get( inst, "calculateWeek" )( printDate ) + "</td>" );
1913
+ for ( dow = 0; dow < 7; dow++ ) { // create date picker days
1914
+ daySettings = ( beforeShowDay ?
1915
+ beforeShowDay.apply( ( inst.input ? inst.input[ 0 ] : null ), [ printDate ] ) : [ true, "" ] );
1916
+ otherMonth = ( printDate.getMonth() !== drawMonth );
1917
+ unselectable = ( otherMonth && !selectOtherMonths ) || !daySettings[ 0 ] ||
1918
+ ( minDate && printDate < minDate ) || ( maxDate && printDate > maxDate );
1919
+ tbody += "<td class='" +
1920
+ ( ( dow + firstDay + 6 ) % 7 >= 5 ? " ui-datepicker-week-end" : "" ) + // highlight weekends
1921
+ ( otherMonth ? " ui-datepicker-other-month" : "" ) + // highlight days from other months
1922
+ ( ( printDate.getTime() === selectedDate.getTime() && drawMonth === inst.selectedMonth && inst._keyEvent ) || // user pressed key
1923
+ ( defaultDate.getTime() === printDate.getTime() && defaultDate.getTime() === selectedDate.getTime() ) ?
1924
+
1925
+ // or defaultDate is current printedDate and defaultDate is selectedDate
1926
+ " " + this._dayOverClass : "" ) + // highlight selected day
1927
+ ( unselectable ? " " + this._unselectableClass + " ui-state-disabled" : "" ) + // highlight unselectable days
1928
+ ( otherMonth && !showOtherMonths ? "" : " " + daySettings[ 1 ] + // highlight custom dates
1929
+ ( printDate.getTime() === currentDate.getTime() ? " " + this._currentClass : "" ) + // highlight selected day
1930
+ ( printDate.getTime() === today.getTime() ? " ui-datepicker-today" : "" ) ) + "'" + // highlight today (if different)
1931
+ ( ( !otherMonth || showOtherMonths ) && daySettings[ 2 ] ? " title='" + daySettings[ 2 ].replace( /'/g, "&#39;" ) + "'" : "" ) + // cell title
1932
+ ( unselectable ? "" : " data-handler='selectDay' data-event='click' data-month='" + printDate.getMonth() + "' data-year='" + printDate.getFullYear() + "'" ) + ">" + // actions
1933
+ ( otherMonth && !showOtherMonths ? "&#xa0;" : // display for other months
1934
+ ( unselectable ? "<span class='ui-state-default'>" + printDate.getDate() + "</span>" : "<a class='ui-state-default" +
1935
+ ( printDate.getTime() === today.getTime() ? " ui-state-highlight" : "" ) +
1936
+ ( printDate.getTime() === currentDate.getTime() ? " ui-state-active" : "" ) + // highlight selected day
1937
+ ( otherMonth ? " ui-priority-secondary" : "" ) + // distinguish dates from other months
1938
+ "' href='#' aria-current='" + ( printDate.getTime() === currentDate.getTime() ? "true" : "false" ) + // mark date as selected for screen reader
1939
+ "' data-date='" + printDate.getDate() + // store date as data
1940
+ "'>" + printDate.getDate() + "</a>" ) ) + "</td>"; // display selectable date
1941
+ printDate.setDate( printDate.getDate() + 1 );
1942
+ printDate = this._daylightSavingAdjust( printDate );
1943
+ }
1944
+ calender += tbody + "</tr>";
1945
+ }
1946
+ drawMonth++;
1947
+ if ( drawMonth > 11 ) {
1948
+ drawMonth = 0;
1949
+ drawYear++;
1950
+ }
1951
+ calender += "</tbody></table>" + ( isMultiMonth ? "</div>" +
1952
+ ( ( numMonths[ 0 ] > 0 && col === numMonths[ 1 ] - 1 ) ? "<div class='ui-datepicker-row-break'></div>" : "" ) : "" );
1953
+ group += calender;
1954
+ }
1955
+ html += group;
1956
+ }
1957
+ html += buttonPanel;
1958
+ inst._keyEvent = false;
1959
+ return html;
1960
+ },
1961
+
1962
+ /* Generate the month and year header. */
1963
+ _generateMonthYearHeader: function( inst, drawMonth, drawYear, minDate, maxDate,
1964
+ secondary, monthNames, monthNamesShort ) {
1965
+
1966
+ var inMinYear, inMaxYear, month, years, thisYear, determineYear, year, endYear,
1967
+ changeMonth = this._get( inst, "changeMonth" ),
1968
+ changeYear = this._get( inst, "changeYear" ),
1969
+ showMonthAfterYear = this._get( inst, "showMonthAfterYear" ),
1970
+ selectMonthLabel = this._get( inst, "selectMonthLabel" ),
1971
+ selectYearLabel = this._get( inst, "selectYearLabel" ),
1972
+ html = "<div class='ui-datepicker-title'>",
1973
+ monthHtml = "";
1974
+
1975
+ // Month selection
1976
+ if ( secondary || !changeMonth ) {
1977
+ monthHtml += "<span class='ui-datepicker-month'>" + monthNames[ drawMonth ] + "</span>";
1978
+ } else {
1979
+ inMinYear = ( minDate && minDate.getFullYear() === drawYear );
1980
+ inMaxYear = ( maxDate && maxDate.getFullYear() === drawYear );
1981
+ monthHtml += "<select class='ui-datepicker-month' aria-label='" + selectMonthLabel + "' data-handler='selectMonth' data-event='change'>";
1982
+ for ( month = 0; month < 12; month++ ) {
1983
+ if ( ( !inMinYear || month >= minDate.getMonth() ) && ( !inMaxYear || month <= maxDate.getMonth() ) ) {
1984
+ monthHtml += "<option value='" + month + "'" +
1985
+ ( month === drawMonth ? " selected='selected'" : "" ) +
1986
+ ">" + monthNamesShort[ month ] + "</option>";
1987
+ }
1988
+ }
1989
+ monthHtml += "</select>";
1990
+ }
1991
+
1992
+ if ( !showMonthAfterYear ) {
1993
+ html += monthHtml + ( secondary || !( changeMonth && changeYear ) ? "&#xa0;" : "" );
1994
+ }
1995
+
1996
+ // Year selection
1997
+ if ( !inst.yearshtml ) {
1998
+ inst.yearshtml = "";
1999
+ if ( secondary || !changeYear ) {
2000
+ html += "<span class='ui-datepicker-year'>" + drawYear + "</span>";
2001
+ } else {
2002
+
2003
+ // determine range of years to display
2004
+ years = this._get( inst, "yearRange" ).split( ":" );
2005
+ thisYear = new Date().getFullYear();
2006
+ determineYear = function( value ) {
2007
+ var year = ( value.match( /c[+\-].*/ ) ? drawYear + parseInt( value.substring( 1 ), 10 ) :
2008
+ ( value.match( /[+\-].*/ ) ? thisYear + parseInt( value, 10 ) :
2009
+ parseInt( value, 10 ) ) );
2010
+ return ( isNaN( year ) ? thisYear : year );
2011
+ };
2012
+ year = determineYear( years[ 0 ] );
2013
+ endYear = Math.max( year, determineYear( years[ 1 ] || "" ) );
2014
+ year = ( minDate ? Math.max( year, minDate.getFullYear() ) : year );
2015
+ endYear = ( maxDate ? Math.min( endYear, maxDate.getFullYear() ) : endYear );
2016
+ inst.yearshtml += "<select class='ui-datepicker-year' aria-label='" + selectYearLabel + "' data-handler='selectYear' data-event='change'>";
2017
+ for ( ; year <= endYear; year++ ) {
2018
+ inst.yearshtml += "<option value='" + year + "'" +
2019
+ ( year === drawYear ? " selected='selected'" : "" ) +
2020
+ ">" + year + "</option>";
2021
+ }
2022
+ inst.yearshtml += "</select>";
2023
+
2024
+ html += inst.yearshtml;
2025
+ inst.yearshtml = null;
2026
+ }
2027
+ }
2028
+
2029
+ html += this._get( inst, "yearSuffix" );
2030
+ if ( showMonthAfterYear ) {
2031
+ html += ( secondary || !( changeMonth && changeYear ) ? "&#xa0;" : "" ) + monthHtml;
2032
+ }
2033
+ html += "</div>"; // Close datepicker_header
2034
+ return html;
2035
+ },
2036
+
2037
+ /* Adjust one of the date sub-fields. */
2038
+ _adjustInstDate: function( inst, offset, period ) {
2039
+ var year = inst.selectedYear + ( period === "Y" ? offset : 0 ),
2040
+ month = inst.selectedMonth + ( period === "M" ? offset : 0 ),
2041
+ day = Math.min( inst.selectedDay, this._getDaysInMonth( year, month ) ) + ( period === "D" ? offset : 0 ),
2042
+ date = this._restrictMinMax( inst, this._daylightSavingAdjust( new Date( year, month, day ) ) );
2043
+
2044
+ inst.selectedDay = date.getDate();
2045
+ inst.drawMonth = inst.selectedMonth = date.getMonth();
2046
+ inst.drawYear = inst.selectedYear = date.getFullYear();
2047
+ if ( period === "M" || period === "Y" ) {
2048
+ this._notifyChange( inst );
2049
+ }
2050
+ },
2051
+
2052
+ /* Ensure a date is within any min/max bounds. */
2053
+ _restrictMinMax: function( inst, date ) {
2054
+ var minDate = this._getMinMaxDate( inst, "min" ),
2055
+ maxDate = this._getMinMaxDate( inst, "max" ),
2056
+ newDate = ( minDate && date < minDate ? minDate : date );
2057
+ return ( maxDate && newDate > maxDate ? maxDate : newDate );
2058
+ },
2059
+
2060
+ /* Notify change of month/year. */
2061
+ _notifyChange: function( inst ) {
2062
+ var onChange = this._get( inst, "onChangeMonthYear" );
2063
+ if ( onChange ) {
2064
+ onChange.apply( ( inst.input ? inst.input[ 0 ] : null ),
2065
+ [ inst.selectedYear, inst.selectedMonth + 1, inst ] );
2066
+ }
2067
+ },
2068
+
2069
+ /* Determine the number of months to show. */
2070
+ _getNumberOfMonths: function( inst ) {
2071
+ var numMonths = this._get( inst, "numberOfMonths" );
2072
+ return ( numMonths == null ? [ 1, 1 ] : ( typeof numMonths === "number" ? [ 1, numMonths ] : numMonths ) );
2073
+ },
2074
+
2075
+ /* Determine the current maximum date - ensure no time components are set. */
2076
+ _getMinMaxDate: function( inst, minMax ) {
2077
+ return this._determineDate( inst, this._get( inst, minMax + "Date" ), null );
2078
+ },
2079
+
2080
+ /* Find the number of days in a given month. */
2081
+ _getDaysInMonth: function( year, month ) {
2082
+ return 32 - this._daylightSavingAdjust( new Date( year, month, 32 ) ).getDate();
2083
+ },
2084
+
2085
+ /* Find the day of the week of the first of a month. */
2086
+ _getFirstDayOfMonth: function( year, month ) {
2087
+ return new Date( year, month, 1 ).getDay();
2088
+ },
2089
+
2090
+ /* Determines if we should allow a "next/prev" month display change. */
2091
+ _canAdjustMonth: function( inst, offset, curYear, curMonth ) {
2092
+ var numMonths = this._getNumberOfMonths( inst ),
2093
+ date = this._daylightSavingAdjust( new Date( curYear,
2094
+ curMonth + ( offset < 0 ? offset : numMonths[ 0 ] * numMonths[ 1 ] ), 1 ) );
2095
+
2096
+ if ( offset < 0 ) {
2097
+ date.setDate( this._getDaysInMonth( date.getFullYear(), date.getMonth() ) );
2098
+ }
2099
+ return this._isInRange( inst, date );
2100
+ },
2101
+
2102
+ /* Is the given date in the accepted range? */
2103
+ _isInRange: function( inst, date ) {
2104
+ var yearSplit, currentYear,
2105
+ minDate = this._getMinMaxDate( inst, "min" ),
2106
+ maxDate = this._getMinMaxDate( inst, "max" ),
2107
+ minYear = null,
2108
+ maxYear = null,
2109
+ years = this._get( inst, "yearRange" );
2110
+ if ( years ) {
2111
+ yearSplit = years.split( ":" );
2112
+ currentYear = new Date().getFullYear();
2113
+ minYear = parseInt( yearSplit[ 0 ], 10 );
2114
+ maxYear = parseInt( yearSplit[ 1 ], 10 );
2115
+ if ( yearSplit[ 0 ].match( /[+\-].*/ ) ) {
2116
+ minYear += currentYear;
2117
+ }
2118
+ if ( yearSplit[ 1 ].match( /[+\-].*/ ) ) {
2119
+ maxYear += currentYear;
2120
+ }
2121
+ }
2122
+
2123
+ return ( ( !minDate || date.getTime() >= minDate.getTime() ) &&
2124
+ ( !maxDate || date.getTime() <= maxDate.getTime() ) &&
2125
+ ( !minYear || date.getFullYear() >= minYear ) &&
2126
+ ( !maxYear || date.getFullYear() <= maxYear ) );
2127
+ },
2128
+
2129
+ /* Provide the configuration settings for formatting/parsing. */
2130
+ _getFormatConfig: function( inst ) {
2131
+ var shortYearCutoff = this._get( inst, "shortYearCutoff" );
2132
+ shortYearCutoff = ( typeof shortYearCutoff !== "string" ? shortYearCutoff :
2133
+ new Date().getFullYear() % 100 + parseInt( shortYearCutoff, 10 ) );
2134
+ return { shortYearCutoff: shortYearCutoff,
2135
+ dayNamesShort: this._get( inst, "dayNamesShort" ), dayNames: this._get( inst, "dayNames" ),
2136
+ monthNamesShort: this._get( inst, "monthNamesShort" ), monthNames: this._get( inst, "monthNames" ) };
2137
+ },
2138
+
2139
+ /* Format the given date for display. */
2140
+ _formatDate: function( inst, day, month, year ) {
2141
+ if ( !day ) {
2142
+ inst.currentDay = inst.selectedDay;
2143
+ inst.currentMonth = inst.selectedMonth;
2144
+ inst.currentYear = inst.selectedYear;
2145
+ }
2146
+ var date = ( day ? ( typeof day === "object" ? day :
2147
+ this._daylightSavingAdjust( new Date( year, month, day ) ) ) :
2148
+ this._daylightSavingAdjust( new Date( inst.currentYear, inst.currentMonth, inst.currentDay ) ) );
2149
+ return this.formatDate( this._get( inst, "dateFormat" ), date, this._getFormatConfig( inst ) );
2150
+ }
2151
+ } );
2152
+
2153
+ /*
2154
+ * Bind hover events for datepicker elements.
2155
+ * Done via delegate so the binding only occurs once in the lifetime of the parent div.
2156
+ * Global datepicker_instActive, set by _updateDatepicker allows the handlers to find their way back to the active picker.
2157
+ */
2158
+ function datepicker_bindHover( dpDiv ) {
2159
+ var selector = "button, .ui-datepicker-prev, .ui-datepicker-next, .ui-datepicker-calendar td a";
2160
+ return dpDiv.on( "mouseout", selector, function() {
2161
+ $( this ).removeClass( "ui-state-hover" );
2162
+ if ( this.className.indexOf( "ui-datepicker-prev" ) !== -1 ) {
2163
+ $( this ).removeClass( "ui-datepicker-prev-hover" );
2164
+ }
2165
+ if ( this.className.indexOf( "ui-datepicker-next" ) !== -1 ) {
2166
+ $( this ).removeClass( "ui-datepicker-next-hover" );
2167
+ }
2168
+ } )
2169
+ .on( "mouseover", selector, datepicker_handleMouseover );
2170
+ }
2171
+
2172
+ function datepicker_handleMouseover() {
2173
+ if ( !$.datepicker._isDisabledDatepicker( datepicker_instActive.inline ? datepicker_instActive.dpDiv.parent()[ 0 ] : datepicker_instActive.input[ 0 ] ) ) {
2174
+ $( this ).parents( ".ui-datepicker-calendar" ).find( "a" ).removeClass( "ui-state-hover" );
2175
+ $( this ).addClass( "ui-state-hover" );
2176
+ if ( this.className.indexOf( "ui-datepicker-prev" ) !== -1 ) {
2177
+ $( this ).addClass( "ui-datepicker-prev-hover" );
2178
+ }
2179
+ if ( this.className.indexOf( "ui-datepicker-next" ) !== -1 ) {
2180
+ $( this ).addClass( "ui-datepicker-next-hover" );
2181
+ }
2182
+ }
2183
+ }
2184
+
2185
+ /* jQuery extend now ignores nulls! */
2186
+ function datepicker_extendRemove( target, props ) {
2187
+ $.extend( target, props );
2188
+ for ( var name in props ) {
2189
+ if ( props[ name ] == null ) {
2190
+ target[ name ] = props[ name ];
2191
+ }
2192
+ }
2193
+ return target;
2194
+ }
2195
+
2196
+ /* Invoke the datepicker functionality.
2197
+ @param options string - a command, optionally followed by additional parameters or
2198
+ Object - settings for attaching new datepicker functionality
2199
+ @return jQuery object */
2200
+ $.fn.datepicker = function( options ) {
2201
+
2202
+ /* Verify an empty collection wasn't passed - Fixes #6976 */
2203
+ if ( !this.length ) {
2204
+ return this;
2205
+ }
2206
+
2207
+ /* Initialise the date picker. */
2208
+ if ( !$.datepicker.initialized ) {
2209
+ $( document ).on( "mousedown", $.datepicker._checkExternalClick );
2210
+ $.datepicker.initialized = true;
2211
+ }
2212
+
2213
+ /* Append datepicker main container to body if not exist. */
2214
+ if ( $( "#" + $.datepicker._mainDivId ).length === 0 ) {
2215
+ $( "body" ).append( $.datepicker.dpDiv );
2216
+ }
2217
+
2218
+ var otherArgs = Array.prototype.slice.call( arguments, 1 );
2219
+ if ( typeof options === "string" && ( options === "isDisabled" || options === "getDate" || options === "widget" ) ) {
2220
+ return $.datepicker[ "_" + options + "Datepicker" ].
2221
+ apply( $.datepicker, [ this[ 0 ] ].concat( otherArgs ) );
2222
+ }
2223
+ if ( options === "option" && arguments.length === 2 && typeof arguments[ 1 ] === "string" ) {
2224
+ return $.datepicker[ "_" + options + "Datepicker" ].
2225
+ apply( $.datepicker, [ this[ 0 ] ].concat( otherArgs ) );
2226
+ }
2227
+ return this.each( function() {
2228
+ if ( typeof options === "string" ) {
2229
+ $.datepicker[ "_" + options + "Datepicker" ]
2230
+ .apply( $.datepicker, [ this ].concat( otherArgs ) );
2231
+ } else {
2232
+ $.datepicker._attachDatepicker( this, options );
2233
+ }
2234
+ } );
2235
+ };
2236
+
2237
+ $.datepicker = new Datepicker(); // singleton instance
2238
+ $.datepicker.initialized = false;
2239
+ $.datepicker.uuid = new Date().getTime();
2240
+ $.datepicker.version = "1.13.2";
2241
+
2242
+ return $.datepicker;
2243
+
2244
+ } );