@symbo.ls/datepicker 0.4.1 → 0.5.9

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 (204) hide show
  1. package/package.json +7 -2
  2. package/packages/react/index.js +7 -0
  3. package/packages/react/node_modules/.yarn-integrity +105 -0
  4. package/packages/react/node_modules/@domql/cache/LICENSE +21 -0
  5. package/packages/react/node_modules/@domql/cache/index.js +0 -0
  6. package/packages/react/node_modules/@domql/cache/package.json +10 -0
  7. package/packages/react/node_modules/@domql/cookie/LICENSE +21 -0
  8. package/packages/react/node_modules/@domql/cookie/index.js +22 -0
  9. package/packages/react/node_modules/@domql/cookie/package.json +10 -0
  10. package/packages/react/node_modules/@domql/define/LICENSE +21 -0
  11. package/packages/react/node_modules/@domql/define/index.js +14 -0
  12. package/packages/react/node_modules/@domql/define/package.json +11 -0
  13. package/packages/react/node_modules/@domql/domql/LICENSE +21 -0
  14. package/packages/react/node_modules/@domql/domql/dist/index.js +93 -0
  15. package/packages/react/node_modules/@domql/domql/dist/index.js.map +1 -0
  16. package/packages/react/node_modules/@domql/domql/package.json +33 -0
  17. package/packages/react/node_modules/@domql/element/LICENSE +21 -0
  18. package/packages/react/node_modules/@domql/element/package.json +20 -0
  19. package/packages/react/node_modules/@domql/element/src/assign.js +22 -0
  20. package/packages/react/node_modules/@domql/element/src/create.js +125 -0
  21. package/packages/react/node_modules/@domql/element/src/index.js +8 -0
  22. package/packages/react/node_modules/@domql/element/src/iterate.js +80 -0
  23. package/packages/react/node_modules/@domql/element/src/methods.js +96 -0
  24. package/packages/react/node_modules/@domql/element/src/set.js +44 -0
  25. package/packages/react/node_modules/@domql/element/src/update.js +100 -0
  26. package/packages/react/node_modules/@domql/event/LICENSE +21 -0
  27. package/packages/react/node_modules/@domql/event/package.json +14 -0
  28. package/packages/react/node_modules/@domql/event/src/can.js +10 -0
  29. package/packages/react/node_modules/@domql/event/src/index.js +11 -0
  30. package/packages/react/node_modules/@domql/event/src/is.js +13 -0
  31. package/packages/react/node_modules/@domql/event/src/on.js +33 -0
  32. package/packages/react/node_modules/@domql/event/src/store.js +6 -0
  33. package/packages/react/node_modules/@domql/event/src/wrappers.js +14 -0
  34. package/packages/react/node_modules/@domql/event/yarn-error.log +44 -0
  35. package/packages/react/node_modules/@domql/id/LICENSE +21 -0
  36. package/packages/react/node_modules/@domql/id/index.js +12 -0
  37. package/packages/react/node_modules/@domql/id/package.json +10 -0
  38. package/packages/react/node_modules/@domql/mixins/LICENSE +21 -0
  39. package/packages/react/node_modules/@domql/mixins/package.json +12 -0
  40. package/packages/react/node_modules/@domql/mixins/src/attr.js +19 -0
  41. package/packages/react/node_modules/@domql/mixins/src/classList.js +37 -0
  42. package/packages/react/node_modules/@domql/mixins/src/content.js +17 -0
  43. package/packages/react/node_modules/@domql/mixins/src/data.js +21 -0
  44. package/packages/react/node_modules/@domql/mixins/src/html.js +17 -0
  45. package/packages/react/node_modules/@domql/mixins/src/index.js +11 -0
  46. package/packages/react/node_modules/@domql/mixins/src/registry.js +55 -0
  47. package/packages/react/node_modules/@domql/mixins/src/state.js +16 -0
  48. package/packages/react/node_modules/@domql/mixins/src/style.js +14 -0
  49. package/packages/react/node_modules/@domql/mixins/src/text.js +19 -0
  50. package/packages/react/node_modules/@domql/node/LICENSE +21 -0
  51. package/packages/react/node_modules/@domql/node/package.json +18 -0
  52. package/packages/react/node_modules/@domql/node/src/cache.js +53 -0
  53. package/packages/react/node_modules/@domql/node/src/create.js +86 -0
  54. package/packages/react/node_modules/@domql/node/src/index.js +5 -0
  55. package/packages/react/node_modules/@domql/node/src/registry.js +139 -0
  56. package/packages/react/node_modules/@domql/node/yarn-error.log +166 -0
  57. package/packages/react/node_modules/@domql/parse/LICENSE +21 -0
  58. package/packages/react/node_modules/@domql/parse/index.js +16 -0
  59. package/packages/react/node_modules/@domql/parse/package.json +10 -0
  60. package/packages/react/node_modules/@domql/props/LICENSE +21 -0
  61. package/packages/react/node_modules/@domql/props/package.json +10 -0
  62. package/packages/react/node_modules/@domql/props/src/index.js +62 -0
  63. package/packages/react/node_modules/@domql/proto/LICENSE +21 -0
  64. package/packages/react/node_modules/@domql/proto/index.js +66 -0
  65. package/packages/react/node_modules/@domql/proto/package.json +10 -0
  66. package/packages/react/node_modules/@domql/react-transformer/LICENSE +21 -0
  67. package/packages/react/node_modules/@domql/react-transformer/dist/index.js +62 -0
  68. package/packages/react/node_modules/@domql/react-transformer/dist/index.js.map +1 -0
  69. package/packages/react/node_modules/@domql/react-transformer/package.json +17 -0
  70. package/packages/react/node_modules/@domql/report/LICENSE +21 -0
  71. package/packages/react/node_modules/@domql/report/index.js +62 -0
  72. package/packages/react/node_modules/@domql/report/package.json +7 -0
  73. package/packages/react/node_modules/@domql/state/LICENSE +21 -0
  74. package/packages/react/node_modules/@domql/state/package.json +11 -0
  75. package/packages/react/node_modules/@domql/state/src/index.js +51 -0
  76. package/packages/react/node_modules/@domql/tree/LICENSE +21 -0
  77. package/packages/react/node_modules/@domql/tree/index.js +6 -0
  78. package/packages/react/node_modules/@domql/tree/package.json +10 -0
  79. package/packages/react/node_modules/@domql/tree/root.js +8 -0
  80. package/packages/react/node_modules/@domql/utils/LICENSE +21 -0
  81. package/packages/react/node_modules/@domql/utils/package.json +13 -0
  82. package/packages/react/node_modules/@domql/utils/src/index.js +5 -0
  83. package/packages/react/node_modules/@domql/utils/src/node.js +10 -0
  84. package/packages/react/node_modules/@domql/utils/src/object.js +193 -0
  85. package/packages/react/node_modules/@domql/utils/src/protoUtils.js +119 -0
  86. package/packages/react/node_modules/@symbo.ls/block/package.json +7 -0
  87. package/packages/react/node_modules/@symbo.ls/block/packages/react/index.js +1 -0
  88. package/packages/react/node_modules/@symbo.ls/block/packages/react/package.json +7 -0
  89. package/packages/react/node_modules/@symbo.ls/block/src/index.js +90 -0
  90. package/packages/react/node_modules/@symbo.ls/block/src/style.js +5 -0
  91. package/packages/react/node_modules/@symbo.ls/datepicker/package.json +12 -0
  92. package/packages/react/node_modules/@symbo.ls/datepicker/packages/react/index.js +1 -0
  93. package/packages/react/node_modules/@symbo.ls/datepicker/packages/react/package.json +7 -0
  94. package/packages/react/node_modules/@symbo.ls/datepicker/src/index.js +115 -0
  95. package/packages/react/node_modules/@symbo.ls/datepicker/src/style.js +100 -0
  96. package/packages/react/node_modules/@symbo.ls/icon/package.json +10 -0
  97. package/packages/react/node_modules/@symbo.ls/icon/packages/react/index.js +1 -0
  98. package/packages/react/node_modules/@symbo.ls/icon/packages/react/package.json +7 -0
  99. package/packages/react/node_modules/@symbo.ls/icon/src/index.js +14 -0
  100. package/packages/react/node_modules/@symbo.ls/icon/src/style.js +8 -0
  101. package/packages/react/node_modules/@symbo.ls/shape/package.json +7 -0
  102. package/packages/react/node_modules/@symbo.ls/shape/packages/react/index.js +1 -0
  103. package/packages/react/node_modules/@symbo.ls/shape/packages/react/package.json +7 -0
  104. package/packages/react/node_modules/@symbo.ls/shape/src/index.js +43 -0
  105. package/packages/react/node_modules/@symbo.ls/shape/src/style.js +102 -0
  106. package/packages/react/node_modules/@symbo.ls/svg/package.json +7 -0
  107. package/packages/react/node_modules/@symbo.ls/svg/packages/react/index.js +1 -0
  108. package/packages/react/node_modules/@symbo.ls/svg/packages/react/package.json +7 -0
  109. package/packages/react/node_modules/@symbo.ls/svg/src/index.js +14 -0
  110. package/packages/react/node_modules/js-tokens/CHANGELOG.md +151 -0
  111. package/packages/react/node_modules/js-tokens/LICENSE +21 -0
  112. package/packages/react/node_modules/js-tokens/README.md +240 -0
  113. package/packages/react/node_modules/js-tokens/index.js +23 -0
  114. package/packages/react/node_modules/js-tokens/package.json +30 -0
  115. package/packages/react/node_modules/loose-envify/LICENSE +21 -0
  116. package/packages/react/node_modules/loose-envify/README.md +45 -0
  117. package/packages/react/node_modules/loose-envify/cli.js +16 -0
  118. package/packages/react/node_modules/loose-envify/custom.js +4 -0
  119. package/packages/react/node_modules/loose-envify/index.js +3 -0
  120. package/packages/react/node_modules/loose-envify/loose-envify.js +36 -0
  121. package/packages/react/node_modules/loose-envify/package.json +36 -0
  122. package/packages/react/node_modules/loose-envify/replace.js +65 -0
  123. package/packages/react/node_modules/object-assign/index.js +90 -0
  124. package/packages/react/node_modules/object-assign/license +21 -0
  125. package/packages/react/node_modules/object-assign/package.json +42 -0
  126. package/packages/react/node_modules/object-assign/readme.md +61 -0
  127. package/packages/react/node_modules/react/LICENSE +21 -0
  128. package/packages/react/node_modules/react/README.md +13 -0
  129. package/packages/react/node_modules/react/build-info.json +8 -0
  130. package/packages/react/node_modules/react/cjs/react-jsx-dev-runtime.development.js +1203 -0
  131. package/packages/react/node_modules/react/cjs/react-jsx-dev-runtime.production.min.js +9 -0
  132. package/packages/react/node_modules/react/cjs/react-jsx-dev-runtime.profiling.min.js +9 -0
  133. package/packages/react/node_modules/react/cjs/react-jsx-runtime.development.js +1221 -0
  134. package/packages/react/node_modules/react/cjs/react-jsx-runtime.production.min.js +10 -0
  135. package/packages/react/node_modules/react/cjs/react-jsx-runtime.profiling.min.js +10 -0
  136. package/packages/react/node_modules/react/cjs/react.development.js +2333 -0
  137. package/packages/react/node_modules/react/cjs/react.production.min.js +23 -0
  138. package/packages/react/node_modules/react/index.js +7 -0
  139. package/packages/react/node_modules/react/jsx-dev-runtime.js +7 -0
  140. package/packages/react/node_modules/react/jsx-runtime.js +7 -0
  141. package/packages/react/node_modules/react/package.json +39 -0
  142. package/packages/react/node_modules/react/umd/react.development.js +3357 -0
  143. package/packages/react/node_modules/react/umd/react.production.min.js +31 -0
  144. package/packages/react/node_modules/react/umd/react.profiling.min.js +36 -0
  145. package/packages/react/node_modules/react-dom/LICENSE +21 -0
  146. package/packages/react/node_modules/react-dom/README.md +54 -0
  147. package/packages/react/node_modules/react-dom/build-info.json +8 -0
  148. package/packages/react/node_modules/react-dom/cjs/react-dom-server.browser.development.js +4342 -0
  149. package/packages/react/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js +51 -0
  150. package/packages/react/node_modules/react-dom/cjs/react-dom-server.node.development.js +4383 -0
  151. package/packages/react/node_modules/react-dom/cjs/react-dom-server.node.production.min.js +52 -0
  152. package/packages/react/node_modules/react-dom/cjs/react-dom-test-utils.development.js +2118 -0
  153. package/packages/react/node_modules/react-dom/cjs/react-dom-test-utils.production.min.js +43 -0
  154. package/packages/react/node_modules/react-dom/cjs/react-dom.development.js +26262 -0
  155. package/packages/react/node_modules/react-dom/cjs/react-dom.production.min.js +297 -0
  156. package/packages/react/node_modules/react-dom/cjs/react-dom.profiling.min.js +310 -0
  157. package/packages/react/node_modules/react-dom/index.js +38 -0
  158. package/packages/react/node_modules/react-dom/package.json +49 -0
  159. package/packages/react/node_modules/react-dom/profiling.js +38 -0
  160. package/packages/react/node_modules/react-dom/server.browser.js +7 -0
  161. package/packages/react/node_modules/react-dom/server.js +3 -0
  162. package/packages/react/node_modules/react-dom/server.node.js +7 -0
  163. package/packages/react/node_modules/react-dom/test-utils.js +7 -0
  164. package/packages/react/node_modules/react-dom/umd/react-dom-server.browser.development.js +4341 -0
  165. package/packages/react/node_modules/react-dom/umd/react-dom-server.browser.production.min.js +46 -0
  166. package/packages/react/node_modules/react-dom/umd/react-dom-test-utils.development.js +2136 -0
  167. package/packages/react/node_modules/react-dom/umd/react-dom-test-utils.production.min.js +35 -0
  168. package/packages/react/node_modules/react-dom/umd/react-dom.development.js +26292 -0
  169. package/packages/react/node_modules/react-dom/umd/react-dom.production.min.js +245 -0
  170. package/packages/react/node_modules/react-dom/umd/react-dom.profiling.min.js +252 -0
  171. package/packages/react/node_modules/regenerator-runtime/LICENSE +21 -0
  172. package/packages/react/node_modules/regenerator-runtime/README.md +31 -0
  173. package/packages/react/node_modules/regenerator-runtime/package.json +19 -0
  174. package/packages/react/node_modules/regenerator-runtime/path.js +11 -0
  175. package/packages/react/node_modules/regenerator-runtime/runtime.js +754 -0
  176. package/packages/react/node_modules/scheduler/LICENSE +21 -0
  177. package/packages/react/node_modules/scheduler/README.md +9 -0
  178. package/packages/react/node_modules/scheduler/build-info.json +8 -0
  179. package/packages/react/node_modules/scheduler/cjs/scheduler-tracing.development.js +347 -0
  180. package/packages/react/node_modules/scheduler/cjs/scheduler-tracing.production.min.js +9 -0
  181. package/packages/react/node_modules/scheduler/cjs/scheduler-tracing.profiling.min.js +16 -0
  182. package/packages/react/node_modules/scheduler/cjs/scheduler-unstable_mock.development.js +665 -0
  183. package/packages/react/node_modules/scheduler/cjs/scheduler-unstable_mock.production.min.js +19 -0
  184. package/packages/react/node_modules/scheduler/cjs/scheduler-unstable_post_task.development.js +206 -0
  185. package/packages/react/node_modules/scheduler/cjs/scheduler-unstable_post_task.production.min.js +13 -0
  186. package/packages/react/node_modules/scheduler/cjs/scheduler.development.js +646 -0
  187. package/packages/react/node_modules/scheduler/cjs/scheduler.production.min.js +20 -0
  188. package/packages/react/node_modules/scheduler/index.js +7 -0
  189. package/packages/react/node_modules/scheduler/package.json +40 -0
  190. package/packages/react/node_modules/scheduler/tracing-profiling.js +7 -0
  191. package/packages/react/node_modules/scheduler/tracing.js +7 -0
  192. package/packages/react/node_modules/scheduler/umd/scheduler-tracing.development.js +80 -0
  193. package/packages/react/node_modules/scheduler/umd/scheduler-tracing.production.min.js +80 -0
  194. package/packages/react/node_modules/scheduler/umd/scheduler-tracing.profiling.min.js +80 -0
  195. package/packages/react/node_modules/scheduler/umd/scheduler-unstable_mock.development.js +664 -0
  196. package/packages/react/node_modules/scheduler/umd/scheduler-unstable_mock.production.min.js +18 -0
  197. package/packages/react/node_modules/scheduler/umd/scheduler.development.js +152 -0
  198. package/packages/react/node_modules/scheduler/umd/scheduler.production.min.js +146 -0
  199. package/packages/react/node_modules/scheduler/umd/scheduler.profiling.min.js +146 -0
  200. package/packages/react/node_modules/scheduler/unstable_mock.js +7 -0
  201. package/packages/react/node_modules/scheduler/unstable_post_task.js +7 -0
  202. package/packages/react/package.json +6 -2
  203. package/packages/react/yarn.lock +229 -0
  204. package/src/index.js +3 -3
@@ -0,0 +1,152 @@
1
+ /**
2
+ * @license React
3
+ *
4
+ * Copyright (c) Facebook, Inc. and its affiliates.
5
+ *
6
+ * This source code is licensed under the MIT license found in the
7
+ * LICENSE file in the root directory of this source tree.
8
+ */
9
+
10
+ /* eslint-disable max-len */
11
+
12
+ 'use strict';
13
+
14
+ (function(global, factory) {
15
+ // eslint-disable-next-line no-unused-expressions
16
+ typeof exports === 'object' && typeof module !== 'undefined'
17
+ ? (module.exports = factory(require('react')))
18
+ : typeof define === 'function' && define.amd // eslint-disable-line no-undef
19
+ ? define(['react'], factory) // eslint-disable-line no-undef
20
+ : (global.Scheduler = factory(global));
21
+ })(this, function(global) {
22
+ function unstable_now() {
23
+ return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.Scheduler.unstable_now.apply(
24
+ this,
25
+ arguments
26
+ );
27
+ }
28
+
29
+ function unstable_scheduleCallback() {
30
+ return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.Scheduler.unstable_scheduleCallback.apply(
31
+ this,
32
+ arguments
33
+ );
34
+ }
35
+
36
+ function unstable_cancelCallback() {
37
+ return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.Scheduler.unstable_cancelCallback.apply(
38
+ this,
39
+ arguments
40
+ );
41
+ }
42
+
43
+ function unstable_shouldYield() {
44
+ return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.Scheduler.unstable_shouldYield.apply(
45
+ this,
46
+ arguments
47
+ );
48
+ }
49
+
50
+ function unstable_requestPaint() {
51
+ return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.Scheduler.unstable_requestPaint.apply(
52
+ this,
53
+ arguments
54
+ );
55
+ }
56
+
57
+ function unstable_runWithPriority() {
58
+ return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.Scheduler.unstable_runWithPriority.apply(
59
+ this,
60
+ arguments
61
+ );
62
+ }
63
+
64
+ function unstable_next() {
65
+ return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.Scheduler.unstable_next.apply(
66
+ this,
67
+ arguments
68
+ );
69
+ }
70
+
71
+ function unstable_wrapCallback() {
72
+ return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.Scheduler.unstable_wrapCallback.apply(
73
+ this,
74
+ arguments
75
+ );
76
+ }
77
+
78
+ function unstable_getCurrentPriorityLevel() {
79
+ return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.Scheduler.unstable_getCurrentPriorityLevel.apply(
80
+ this,
81
+ arguments
82
+ );
83
+ }
84
+
85
+ function unstable_getFirstCallbackNode() {
86
+ return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.Scheduler.unstable_getFirstCallbackNode.apply(
87
+ this,
88
+ arguments
89
+ );
90
+ }
91
+
92
+ function unstable_pauseExecution() {
93
+ return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.Scheduler.unstable_pauseExecution.apply(
94
+ this,
95
+ arguments
96
+ );
97
+ }
98
+
99
+ function unstable_continueExecution() {
100
+ return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.Scheduler.unstable_continueExecution.apply(
101
+ this,
102
+ arguments
103
+ );
104
+ }
105
+
106
+ function unstable_forceFrameRate() {
107
+ return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.Scheduler.unstable_forceFrameRate.apply(
108
+ this,
109
+ arguments
110
+ );
111
+ }
112
+
113
+ return Object.freeze({
114
+ unstable_now: unstable_now,
115
+ unstable_scheduleCallback: unstable_scheduleCallback,
116
+ unstable_cancelCallback: unstable_cancelCallback,
117
+ unstable_shouldYield: unstable_shouldYield,
118
+ unstable_requestPaint: unstable_requestPaint,
119
+ unstable_runWithPriority: unstable_runWithPriority,
120
+ unstable_next: unstable_next,
121
+ unstable_wrapCallback: unstable_wrapCallback,
122
+ unstable_getCurrentPriorityLevel: unstable_getCurrentPriorityLevel,
123
+ unstable_continueExecution: unstable_continueExecution,
124
+ unstable_pauseExecution: unstable_pauseExecution,
125
+ unstable_getFirstCallbackNode: unstable_getFirstCallbackNode,
126
+ unstable_forceFrameRate: unstable_forceFrameRate,
127
+ get unstable_IdlePriority() {
128
+ return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED
129
+ .Scheduler.unstable_IdlePriority;
130
+ },
131
+ get unstable_ImmediatePriority() {
132
+ return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED
133
+ .Scheduler.unstable_ImmediatePriority;
134
+ },
135
+ get unstable_LowPriority() {
136
+ return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED
137
+ .Scheduler.unstable_LowPriority;
138
+ },
139
+ get unstable_NormalPriority() {
140
+ return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED
141
+ .Scheduler.unstable_NormalPriority;
142
+ },
143
+ get unstable_UserBlockingPriority() {
144
+ return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED
145
+ .Scheduler.unstable_UserBlockingPriority;
146
+ },
147
+ get unstable_Profiling() {
148
+ return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED
149
+ .Scheduler.unstable_Profiling;
150
+ },
151
+ });
152
+ });
@@ -0,0 +1,146 @@
1
+ /**
2
+ * @license React
3
+ *
4
+ * Copyright (c) Facebook, Inc. and its affiliates.
5
+ *
6
+ * This source code is licensed under the MIT license found in the
7
+ * LICENSE file in the root directory of this source tree.
8
+ */
9
+
10
+ /* eslint-disable max-len */
11
+
12
+ 'use strict';
13
+
14
+ (function(global, factory) {
15
+ // eslint-disable-next-line no-unused-expressions
16
+ typeof exports === 'object' && typeof module !== 'undefined'
17
+ ? (module.exports = factory(require('react')))
18
+ : typeof define === 'function' && define.amd // eslint-disable-line no-undef
19
+ ? define(['react'], factory) // eslint-disable-line no-undef
20
+ : (global.Scheduler = factory(global));
21
+ })(this, function(global) {
22
+ function unstable_now() {
23
+ return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.Scheduler.unstable_now.apply(
24
+ this,
25
+ arguments
26
+ );
27
+ }
28
+
29
+ function unstable_scheduleCallback() {
30
+ return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.Scheduler.unstable_scheduleCallback.apply(
31
+ this,
32
+ arguments
33
+ );
34
+ }
35
+
36
+ function unstable_cancelCallback() {
37
+ return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.Scheduler.unstable_cancelCallback.apply(
38
+ this,
39
+ arguments
40
+ );
41
+ }
42
+
43
+ function unstable_shouldYield() {
44
+ return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.Scheduler.unstable_shouldYield.apply(
45
+ this,
46
+ arguments
47
+ );
48
+ }
49
+
50
+ function unstable_requestPaint() {
51
+ return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.Scheduler.unstable_requestPaint.apply(
52
+ this,
53
+ arguments
54
+ );
55
+ }
56
+
57
+ function unstable_runWithPriority() {
58
+ return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.Scheduler.unstable_runWithPriority.apply(
59
+ this,
60
+ arguments
61
+ );
62
+ }
63
+
64
+ function unstable_next() {
65
+ return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.Scheduler.unstable_next.apply(
66
+ this,
67
+ arguments
68
+ );
69
+ }
70
+
71
+ function unstable_wrapCallback() {
72
+ return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.Scheduler.unstable_wrapCallback.apply(
73
+ this,
74
+ arguments
75
+ );
76
+ }
77
+
78
+ function unstable_getCurrentPriorityLevel() {
79
+ return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.Scheduler.unstable_getCurrentPriorityLevel.apply(
80
+ this,
81
+ arguments
82
+ );
83
+ }
84
+
85
+ function unstable_getFirstCallbackNode() {
86
+ return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.Scheduler.unstable_getFirstCallbackNode.apply(
87
+ this,
88
+ arguments
89
+ );
90
+ }
91
+
92
+ function unstable_pauseExecution() {
93
+ return undefined;
94
+ }
95
+
96
+ function unstable_continueExecution() {
97
+ return undefined;
98
+ }
99
+
100
+ function unstable_forceFrameRate() {
101
+ return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.Scheduler.unstable_forceFrameRate.apply(
102
+ this,
103
+ arguments
104
+ );
105
+ }
106
+
107
+ return Object.freeze({
108
+ unstable_now: unstable_now,
109
+ unstable_scheduleCallback: unstable_scheduleCallback,
110
+ unstable_cancelCallback: unstable_cancelCallback,
111
+ unstable_shouldYield: unstable_shouldYield,
112
+ unstable_requestPaint: unstable_requestPaint,
113
+ unstable_runWithPriority: unstable_runWithPriority,
114
+ unstable_next: unstable_next,
115
+ unstable_wrapCallback: unstable_wrapCallback,
116
+ unstable_getCurrentPriorityLevel: unstable_getCurrentPriorityLevel,
117
+ unstable_continueExecution: unstable_continueExecution,
118
+ unstable_pauseExecution: unstable_pauseExecution,
119
+ unstable_getFirstCallbackNode: unstable_getFirstCallbackNode,
120
+ unstable_forceFrameRate: unstable_forceFrameRate,
121
+ get unstable_IdlePriority() {
122
+ return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED
123
+ .Scheduler.unstable_IdlePriority;
124
+ },
125
+ get unstable_ImmediatePriority() {
126
+ return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED
127
+ .Scheduler.unstable_ImmediatePriority;
128
+ },
129
+ get unstable_LowPriority() {
130
+ return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED
131
+ .Scheduler.unstable_LowPriority;
132
+ },
133
+ get unstable_NormalPriority() {
134
+ return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED
135
+ .Scheduler.unstable_NormalPriority;
136
+ },
137
+ get unstable_UserBlockingPriority() {
138
+ return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED
139
+ .Scheduler.unstable_UserBlockingPriority;
140
+ },
141
+ get unstable_Profiling() {
142
+ return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED
143
+ .Scheduler.unstable_Profiling;
144
+ },
145
+ });
146
+ });
@@ -0,0 +1,146 @@
1
+ /**
2
+ * @license React
3
+ *
4
+ * Copyright (c) Facebook, Inc. and its affiliates.
5
+ *
6
+ * This source code is licensed under the MIT license found in the
7
+ * LICENSE file in the root directory of this source tree.
8
+ */
9
+
10
+ /* eslint-disable max-len */
11
+
12
+ 'use strict';
13
+
14
+ (function(global, factory) {
15
+ // eslint-disable-next-line no-unused-expressions
16
+ typeof exports === 'object' && typeof module !== 'undefined'
17
+ ? (module.exports = factory(require('react')))
18
+ : typeof define === 'function' && define.amd // eslint-disable-line no-undef
19
+ ? define(['react'], factory) // eslint-disable-line no-undef
20
+ : (global.Scheduler = factory(global));
21
+ })(this, function(global) {
22
+ function unstable_now() {
23
+ return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.Scheduler.unstable_now.apply(
24
+ this,
25
+ arguments
26
+ );
27
+ }
28
+
29
+ function unstable_scheduleCallback() {
30
+ return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.Scheduler.unstable_scheduleCallback.apply(
31
+ this,
32
+ arguments
33
+ );
34
+ }
35
+
36
+ function unstable_cancelCallback() {
37
+ return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.Scheduler.unstable_cancelCallback.apply(
38
+ this,
39
+ arguments
40
+ );
41
+ }
42
+
43
+ function unstable_shouldYield() {
44
+ return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.Scheduler.unstable_shouldYield.apply(
45
+ this,
46
+ arguments
47
+ );
48
+ }
49
+
50
+ function unstable_requestPaint() {
51
+ return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.Scheduler.unstable_requestPaint.apply(
52
+ this,
53
+ arguments
54
+ );
55
+ }
56
+
57
+ function unstable_runWithPriority() {
58
+ return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.Scheduler.unstable_runWithPriority.apply(
59
+ this,
60
+ arguments
61
+ );
62
+ }
63
+
64
+ function unstable_next() {
65
+ return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.Scheduler.unstable_next.apply(
66
+ this,
67
+ arguments
68
+ );
69
+ }
70
+
71
+ function unstable_wrapCallback() {
72
+ return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.Scheduler.unstable_wrapCallback.apply(
73
+ this,
74
+ arguments
75
+ );
76
+ }
77
+
78
+ function unstable_getCurrentPriorityLevel() {
79
+ return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.Scheduler.unstable_getCurrentPriorityLevel.apply(
80
+ this,
81
+ arguments
82
+ );
83
+ }
84
+
85
+ function unstable_getFirstCallbackNode() {
86
+ return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.Scheduler.unstable_getFirstCallbackNode.apply(
87
+ this,
88
+ arguments
89
+ );
90
+ }
91
+
92
+ function unstable_pauseExecution() {
93
+ return undefined;
94
+ }
95
+
96
+ function unstable_continueExecution() {
97
+ return undefined;
98
+ }
99
+
100
+ function unstable_forceFrameRate() {
101
+ return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.Scheduler.unstable_forceFrameRate.apply(
102
+ this,
103
+ arguments
104
+ );
105
+ }
106
+
107
+ return Object.freeze({
108
+ unstable_now: unstable_now,
109
+ unstable_scheduleCallback: unstable_scheduleCallback,
110
+ unstable_cancelCallback: unstable_cancelCallback,
111
+ unstable_shouldYield: unstable_shouldYield,
112
+ unstable_requestPaint: unstable_requestPaint,
113
+ unstable_runWithPriority: unstable_runWithPriority,
114
+ unstable_next: unstable_next,
115
+ unstable_wrapCallback: unstable_wrapCallback,
116
+ unstable_getCurrentPriorityLevel: unstable_getCurrentPriorityLevel,
117
+ unstable_continueExecution: unstable_continueExecution,
118
+ unstable_pauseExecution: unstable_pauseExecution,
119
+ unstable_getFirstCallbackNode: unstable_getFirstCallbackNode,
120
+ unstable_forceFrameRate: unstable_forceFrameRate,
121
+ get unstable_IdlePriority() {
122
+ return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED
123
+ .Scheduler.unstable_IdlePriority;
124
+ },
125
+ get unstable_ImmediatePriority() {
126
+ return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED
127
+ .Scheduler.unstable_ImmediatePriority;
128
+ },
129
+ get unstable_LowPriority() {
130
+ return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED
131
+ .Scheduler.unstable_LowPriority;
132
+ },
133
+ get unstable_NormalPriority() {
134
+ return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED
135
+ .Scheduler.unstable_NormalPriority;
136
+ },
137
+ get unstable_UserBlockingPriority() {
138
+ return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED
139
+ .Scheduler.unstable_UserBlockingPriority;
140
+ },
141
+ get unstable_Profiling() {
142
+ return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED
143
+ .Scheduler.unstable_Profiling;
144
+ },
145
+ });
146
+ });
@@ -0,0 +1,7 @@
1
+ 'use strict';
2
+
3
+ if (process.env.NODE_ENV === 'production') {
4
+ module.exports = require('./cjs/scheduler-unstable_mock.production.min.js');
5
+ } else {
6
+ module.exports = require('./cjs/scheduler-unstable_mock.development.js');
7
+ }
@@ -0,0 +1,7 @@
1
+ 'use strict';
2
+
3
+ if (process.env.NODE_ENV === 'production') {
4
+ module.exports = require('./cjs/scheduler-unstable_post_task.production.min.js');
5
+ } else {
6
+ module.exports = require('./cjs/scheduler-unstable_post_task.development.js');
7
+ }
@@ -1,7 +1,11 @@
1
1
  {
2
2
  "name": "@symbo.ls/react-datepicker",
3
- "version": "0.4.0",
3
+ "version": "0.5.9",
4
4
  "main": "index.js",
5
5
  "license": "MIT",
6
- "gitHead": "d24315993386338af456a720afccf6f4e12645b8"
6
+ "gitHead": "5f143be2cffbfc58dcf4f043372cb710221ad8de",
7
+ "dependencies": {
8
+ "@domql/react-transformer": "^1.3.0",
9
+ "@symbo.ls/datepicker": "^0.5.8"
10
+ }
7
11
  }