@bryntum/scheduler-react 7.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (296) hide show
  1. package/README.md +52 -0
  2. package/lib/BryntumAIFilterField.d.ts +231 -0
  3. package/lib/BryntumAIFilterField.js +168 -0
  4. package/lib/BryntumAIFilterField.js.map +1 -0
  5. package/lib/BryntumButton.d.ts +206 -0
  6. package/lib/BryntumButton.js +148 -0
  7. package/lib/BryntumButton.js.map +1 -0
  8. package/lib/BryntumButtonGroup.d.ts +201 -0
  9. package/lib/BryntumButtonGroup.js +154 -0
  10. package/lib/BryntumButtonGroup.js.map +1 -0
  11. package/lib/BryntumChatPanel.d.ts +246 -0
  12. package/lib/BryntumChatPanel.js +178 -0
  13. package/lib/BryntumChatPanel.js.map +1 -0
  14. package/lib/BryntumCheckbox.d.ts +239 -0
  15. package/lib/BryntumCheckbox.js +168 -0
  16. package/lib/BryntumCheckbox.js.map +1 -0
  17. package/lib/BryntumCheckboxGroup.d.ts +249 -0
  18. package/lib/BryntumCheckboxGroup.js +182 -0
  19. package/lib/BryntumCheckboxGroup.js.map +1 -0
  20. package/lib/BryntumChecklistFilterCombo.d.ts +268 -0
  21. package/lib/BryntumChecklistFilterCombo.js +205 -0
  22. package/lib/BryntumChecklistFilterCombo.js.map +1 -0
  23. package/lib/BryntumChipView.d.ts +208 -0
  24. package/lib/BryntumChipView.js +152 -0
  25. package/lib/BryntumChipView.js.map +1 -0
  26. package/lib/BryntumCodeEditor.d.ts +237 -0
  27. package/lib/BryntumCodeEditor.js +176 -0
  28. package/lib/BryntumCodeEditor.js.map +1 -0
  29. package/lib/BryntumColorField.d.ts +231 -0
  30. package/lib/BryntumColorField.js +169 -0
  31. package/lib/BryntumColorField.js.map +1 -0
  32. package/lib/BryntumCombo.d.ts +266 -0
  33. package/lib/BryntumCombo.js +202 -0
  34. package/lib/BryntumCombo.js.map +1 -0
  35. package/lib/BryntumContainer.d.ts +185 -0
  36. package/lib/BryntumContainer.js +148 -0
  37. package/lib/BryntumContainer.js.map +1 -0
  38. package/lib/BryntumDateField.d.ts +241 -0
  39. package/lib/BryntumDateField.js +178 -0
  40. package/lib/BryntumDateField.js.map +1 -0
  41. package/lib/BryntumDatePicker.d.ts +310 -0
  42. package/lib/BryntumDatePicker.js +213 -0
  43. package/lib/BryntumDatePicker.js.map +1 -0
  44. package/lib/BryntumDateRangeField.d.ts +242 -0
  45. package/lib/BryntumDateRangeField.js +179 -0
  46. package/lib/BryntumDateRangeField.js.map +1 -0
  47. package/lib/BryntumDateTimeField.d.ts +222 -0
  48. package/lib/BryntumDateTimeField.js +158 -0
  49. package/lib/BryntumDateTimeField.js.map +1 -0
  50. package/lib/BryntumDemoCodeEditor.d.ts +240 -0
  51. package/lib/BryntumDemoCodeEditor.js +179 -0
  52. package/lib/BryntumDemoCodeEditor.js.map +1 -0
  53. package/lib/BryntumDemoHeader.d.ts +30 -0
  54. package/lib/BryntumDemoHeader.js +84 -0
  55. package/lib/BryntumDemoHeader.js.map +1 -0
  56. package/lib/BryntumDisplayField.d.ts +227 -0
  57. package/lib/BryntumDisplayField.js +163 -0
  58. package/lib/BryntumDisplayField.js.map +1 -0
  59. package/lib/BryntumDurationField.d.ts +234 -0
  60. package/lib/BryntumDurationField.js +175 -0
  61. package/lib/BryntumDurationField.js.map +1 -0
  62. package/lib/BryntumEditor.d.ts +249 -0
  63. package/lib/BryntumEditor.js +167 -0
  64. package/lib/BryntumEditor.js.map +1 -0
  65. package/lib/BryntumEventColorField.d.ts +231 -0
  66. package/lib/BryntumEventColorField.js +169 -0
  67. package/lib/BryntumEventColorField.js.map +1 -0
  68. package/lib/BryntumFieldFilterPicker.d.ts +202 -0
  69. package/lib/BryntumFieldFilterPicker.js +161 -0
  70. package/lib/BryntumFieldFilterPicker.js.map +1 -0
  71. package/lib/BryntumFieldFilterPickerGroup.d.ts +207 -0
  72. package/lib/BryntumFieldFilterPickerGroup.js +164 -0
  73. package/lib/BryntumFieldFilterPickerGroup.js.map +1 -0
  74. package/lib/BryntumFieldSet.d.ts +235 -0
  75. package/lib/BryntumFieldSet.js +174 -0
  76. package/lib/BryntumFieldSet.js.map +1 -0
  77. package/lib/BryntumFileField.d.ts +228 -0
  78. package/lib/BryntumFileField.js +164 -0
  79. package/lib/BryntumFileField.js.map +1 -0
  80. package/lib/BryntumFilePicker.d.ts +192 -0
  81. package/lib/BryntumFilePicker.js +153 -0
  82. package/lib/BryntumFilePicker.js.map +1 -0
  83. package/lib/BryntumFilterField.d.ts +234 -0
  84. package/lib/BryntumFilterField.js +171 -0
  85. package/lib/BryntumFilterField.js.map +1 -0
  86. package/lib/BryntumFullscreenButton.d.ts +8 -0
  87. package/lib/BryntumFullscreenButton.js +37 -0
  88. package/lib/BryntumFullscreenButton.js.map +1 -0
  89. package/lib/BryntumGrid.d.ts +844 -0
  90. package/lib/BryntumGrid.js +335 -0
  91. package/lib/BryntumGrid.js.map +1 -0
  92. package/lib/BryntumGridBase.d.ts +842 -0
  93. package/lib/BryntumGridBase.js +333 -0
  94. package/lib/BryntumGridBase.js.map +1 -0
  95. package/lib/BryntumGridChartDesigner.d.ts +162 -0
  96. package/lib/BryntumGridChartDesigner.js +127 -0
  97. package/lib/BryntumGridChartDesigner.js.map +1 -0
  98. package/lib/BryntumGridFieldFilterPicker.d.ts +203 -0
  99. package/lib/BryntumGridFieldFilterPicker.js +162 -0
  100. package/lib/BryntumGridFieldFilterPicker.js.map +1 -0
  101. package/lib/BryntumGridFieldFilterPickerGroup.d.ts +206 -0
  102. package/lib/BryntumGridFieldFilterPickerGroup.js +163 -0
  103. package/lib/BryntumGridFieldFilterPickerGroup.js.map +1 -0
  104. package/lib/BryntumGroupBar.d.ts +208 -0
  105. package/lib/BryntumGroupBar.js +152 -0
  106. package/lib/BryntumGroupBar.js.map +1 -0
  107. package/lib/BryntumHint.d.ts +260 -0
  108. package/lib/BryntumHint.js +184 -0
  109. package/lib/BryntumHint.js.map +1 -0
  110. package/lib/BryntumLabel.d.ts +161 -0
  111. package/lib/BryntumLabel.js +126 -0
  112. package/lib/BryntumLabel.js.map +1 -0
  113. package/lib/BryntumList.d.ts +205 -0
  114. package/lib/BryntumList.js +149 -0
  115. package/lib/BryntumList.js.map +1 -0
  116. package/lib/BryntumMenu.d.ts +264 -0
  117. package/lib/BryntumMenu.js +187 -0
  118. package/lib/BryntumMenu.js.map +1 -0
  119. package/lib/BryntumMonthPicker.d.ts +240 -0
  120. package/lib/BryntumMonthPicker.js +173 -0
  121. package/lib/BryntumMonthPicker.js.map +1 -0
  122. package/lib/BryntumNumberField.d.ts +234 -0
  123. package/lib/BryntumNumberField.js +170 -0
  124. package/lib/BryntumNumberField.js.map +1 -0
  125. package/lib/BryntumPagingToolbar.d.ts +210 -0
  126. package/lib/BryntumPagingToolbar.js +156 -0
  127. package/lib/BryntumPagingToolbar.js.map +1 -0
  128. package/lib/BryntumPanel.d.ts +231 -0
  129. package/lib/BryntumPanel.js +170 -0
  130. package/lib/BryntumPanel.js.map +1 -0
  131. package/lib/BryntumPasswordField.d.ts +226 -0
  132. package/lib/BryntumPasswordField.js +162 -0
  133. package/lib/BryntumPasswordField.js.map +1 -0
  134. package/lib/BryntumProjectCombo.d.ts +267 -0
  135. package/lib/BryntumProjectCombo.js +203 -0
  136. package/lib/BryntumProjectCombo.js.map +1 -0
  137. package/lib/BryntumRadio.d.ts +239 -0
  138. package/lib/BryntumRadio.js +168 -0
  139. package/lib/BryntumRadio.js.map +1 -0
  140. package/lib/BryntumRadioGroup.d.ts +239 -0
  141. package/lib/BryntumRadioGroup.js +178 -0
  142. package/lib/BryntumRadioGroup.js.map +1 -0
  143. package/lib/BryntumResourceCombo.d.ts +267 -0
  144. package/lib/BryntumResourceCombo.js +203 -0
  145. package/lib/BryntumResourceCombo.js.map +1 -0
  146. package/lib/BryntumResourceFilter.d.ts +214 -0
  147. package/lib/BryntumResourceFilter.js +154 -0
  148. package/lib/BryntumResourceFilter.js.map +1 -0
  149. package/lib/BryntumScheduler.d.ts +2037 -0
  150. package/lib/BryntumScheduler.js +642 -0
  151. package/lib/BryntumScheduler.js.map +1 -0
  152. package/lib/BryntumSchedulerBase.d.ts +2036 -0
  153. package/lib/BryntumSchedulerBase.js +641 -0
  154. package/lib/BryntumSchedulerBase.js.map +1 -0
  155. package/lib/BryntumSchedulerDatePicker.d.ts +313 -0
  156. package/lib/BryntumSchedulerDatePicker.js +216 -0
  157. package/lib/BryntumSchedulerDatePicker.js.map +1 -0
  158. package/lib/BryntumSchedulerProjectModel.d.ts +90 -0
  159. package/lib/BryntumSchedulerProjectModel.js +98 -0
  160. package/lib/BryntumSchedulerProjectModel.js.map +1 -0
  161. package/lib/BryntumSlideToggle.d.ts +239 -0
  162. package/lib/BryntumSlideToggle.js +168 -0
  163. package/lib/BryntumSlideToggle.js.map +1 -0
  164. package/lib/BryntumSlider.d.ts +184 -0
  165. package/lib/BryntumSlider.js +142 -0
  166. package/lib/BryntumSlider.js.map +1 -0
  167. package/lib/BryntumSplitter.d.ts +174 -0
  168. package/lib/BryntumSplitter.js +130 -0
  169. package/lib/BryntumSplitter.js.map +1 -0
  170. package/lib/BryntumTabPanel.d.ts +249 -0
  171. package/lib/BryntumTabPanel.js +178 -0
  172. package/lib/BryntumTabPanel.js.map +1 -0
  173. package/lib/BryntumTextAreaField.d.ts +228 -0
  174. package/lib/BryntumTextAreaField.js +164 -0
  175. package/lib/BryntumTextAreaField.js.map +1 -0
  176. package/lib/BryntumTextAreaPickerField.d.ts +232 -0
  177. package/lib/BryntumTextAreaPickerField.js +170 -0
  178. package/lib/BryntumTextAreaPickerField.js.map +1 -0
  179. package/lib/BryntumTextField.d.ts +229 -0
  180. package/lib/BryntumTextField.js +166 -0
  181. package/lib/BryntumTextField.js.map +1 -0
  182. package/lib/BryntumThemeCombo.d.ts +17 -0
  183. package/lib/BryntumThemeCombo.js +75 -0
  184. package/lib/BryntumThemeCombo.js.map +1 -0
  185. package/lib/BryntumTimeField.d.ts +238 -0
  186. package/lib/BryntumTimeField.js +175 -0
  187. package/lib/BryntumTimeField.js.map +1 -0
  188. package/lib/BryntumTimePicker.d.ts +192 -0
  189. package/lib/BryntumTimePicker.js +154 -0
  190. package/lib/BryntumTimePicker.js.map +1 -0
  191. package/lib/BryntumTimelineHistogram.d.ts +1183 -0
  192. package/lib/BryntumTimelineHistogram.js +448 -0
  193. package/lib/BryntumTimelineHistogram.js.map +1 -0
  194. package/lib/BryntumToolbar.d.ts +209 -0
  195. package/lib/BryntumToolbar.js +155 -0
  196. package/lib/BryntumToolbar.js.map +1 -0
  197. package/lib/BryntumTreeCombo.d.ts +266 -0
  198. package/lib/BryntumTreeCombo.js +202 -0
  199. package/lib/BryntumTreeCombo.js.map +1 -0
  200. package/lib/BryntumTreeGrid.d.ts +843 -0
  201. package/lib/BryntumTreeGrid.js +334 -0
  202. package/lib/BryntumTreeGrid.js.map +1 -0
  203. package/lib/BryntumUndoRedo.d.ts +189 -0
  204. package/lib/BryntumUndoRedo.js +152 -0
  205. package/lib/BryntumUndoRedo.js.map +1 -0
  206. package/lib/BryntumViewPresetCombo.d.ts +215 -0
  207. package/lib/BryntumViewPresetCombo.js +158 -0
  208. package/lib/BryntumViewPresetCombo.js.map +1 -0
  209. package/lib/BryntumWidget.d.ts +160 -0
  210. package/lib/BryntumWidget.js +125 -0
  211. package/lib/BryntumWidget.js.map +1 -0
  212. package/lib/BryntumYearPicker.d.ts +240 -0
  213. package/lib/BryntumYearPicker.js +177 -0
  214. package/lib/BryntumYearPicker.js.map +1 -0
  215. package/lib/WrapperHelper.d.ts +26 -0
  216. package/lib/WrapperHelper.js +569 -0
  217. package/lib/WrapperHelper.js.map +1 -0
  218. package/lib/index.d.ts +71 -0
  219. package/lib/index.js +72 -0
  220. package/lib/index.js.map +1 -0
  221. package/license.pdf +0 -0
  222. package/licenses.md +310 -0
  223. package/package.json +25 -0
  224. package/src/BryntumAIFilterField.tsx +998 -0
  225. package/src/BryntumButton.tsx +887 -0
  226. package/src/BryntumButtonGroup.tsx +902 -0
  227. package/src/BryntumChatPanel.tsx +1082 -0
  228. package/src/BryntumCheckbox.tsx +1000 -0
  229. package/src/BryntumCheckboxGroup.tsx +1116 -0
  230. package/src/BryntumChecklistFilterCombo.tsx +1241 -0
  231. package/src/BryntumChipView.tsx +914 -0
  232. package/src/BryntumCodeEditor.tsx +1065 -0
  233. package/src/BryntumColorField.tsx +995 -0
  234. package/src/BryntumCombo.tsx +1230 -0
  235. package/src/BryntumContainer.tsx +861 -0
  236. package/src/BryntumDateField.tsx +1055 -0
  237. package/src/BryntumDatePicker.tsx +1340 -0
  238. package/src/BryntumDateRangeField.tsx +1057 -0
  239. package/src/BryntumDateTimeField.tsx +942 -0
  240. package/src/BryntumDemoCodeEditor.tsx +1081 -0
  241. package/src/BryntumDemoHeader.tsx +160 -0
  242. package/src/BryntumDisplayField.tsx +979 -0
  243. package/src/BryntumDurationField.tsx +1038 -0
  244. package/src/BryntumEditor.tsx +1013 -0
  245. package/src/BryntumEventColorField.tsx +995 -0
  246. package/src/BryntumFieldFilterPicker.tsx +943 -0
  247. package/src/BryntumFieldFilterPickerGroup.tsx +976 -0
  248. package/src/BryntumFieldSet.tsx +1058 -0
  249. package/src/BryntumFileField.tsx +982 -0
  250. package/src/BryntumFilePicker.tsx +888 -0
  251. package/src/BryntumFilterField.tsx +1023 -0
  252. package/src/BryntumFullscreenButton.tsx +45 -0
  253. package/src/BryntumGrid.tsx +2402 -0
  254. package/src/BryntumGridBase.tsx +2399 -0
  255. package/src/BryntumGridChartDesigner.tsx +728 -0
  256. package/src/BryntumGridFieldFilterPicker.tsx +956 -0
  257. package/src/BryntumGridFieldFilterPickerGroup.tsx +970 -0
  258. package/src/BryntumGroupBar.tsx +914 -0
  259. package/src/BryntumHint.tsx +1125 -0
  260. package/src/BryntumLabel.tsx +720 -0
  261. package/src/BryntumList.tsx +891 -0
  262. package/src/BryntumMenu.tsx +1143 -0
  263. package/src/BryntumMonthPicker.tsx +1056 -0
  264. package/src/BryntumNumberField.tsx +1025 -0
  265. package/src/BryntumPagingToolbar.tsx +924 -0
  266. package/src/BryntumPanel.tsx +1035 -0
  267. package/src/BryntumPasswordField.tsx +969 -0
  268. package/src/BryntumProjectCombo.tsx +1232 -0
  269. package/src/BryntumRadio.tsx +1000 -0
  270. package/src/BryntumRadioGroup.tsx +1088 -0
  271. package/src/BryntumResourceCombo.tsx +1235 -0
  272. package/src/BryntumResourceFilter.tsx +930 -0
  273. package/src/BryntumScheduler.tsx +5182 -0
  274. package/src/BryntumSchedulerBase.tsx +5180 -0
  275. package/src/BryntumSchedulerDatePicker.tsx +1364 -0
  276. package/src/BryntumSchedulerProjectModel.tsx +423 -0
  277. package/src/BryntumSlideToggle.tsx +1000 -0
  278. package/src/BryntumSlider.tsx +815 -0
  279. package/src/BryntumSplitter.tsx +754 -0
  280. package/src/BryntumTabPanel.tsx +1087 -0
  281. package/src/BryntumTextAreaField.tsx +981 -0
  282. package/src/BryntumTextAreaPickerField.tsx +1002 -0
  283. package/src/BryntumTextField.tsx +987 -0
  284. package/src/BryntumThemeCombo.tsx +101 -0
  285. package/src/BryntumTimeField.tsx +1036 -0
  286. package/src/BryntumTimePicker.tsx +893 -0
  287. package/src/BryntumTimelineHistogram.tsx +3425 -0
  288. package/src/BryntumToolbar.tsx +917 -0
  289. package/src/BryntumTreeCombo.tsx +1230 -0
  290. package/src/BryntumTreeGrid.tsx +2401 -0
  291. package/src/BryntumUndoRedo.tsx +885 -0
  292. package/src/BryntumViewPresetCombo.tsx +914 -0
  293. package/src/BryntumWidget.tsx +715 -0
  294. package/src/BryntumYearPicker.tsx +1070 -0
  295. package/src/WrapperHelper.tsx +1125 -0
  296. package/src/index.ts +76 -0
package/lib/index.d.ts ADDED
@@ -0,0 +1,71 @@
1
+ export * from './BryntumFullscreenButton';
2
+ export * from './BryntumDemoHeader';
3
+ export * from './BryntumThemeCombo';
4
+ export * from './BryntumAIFilterField';
5
+ export * from './BryntumButton';
6
+ export * from './BryntumButtonGroup';
7
+ export * from './BryntumChatPanel';
8
+ export * from './BryntumCheckbox';
9
+ export * from './BryntumCheckboxGroup';
10
+ export * from './BryntumChecklistFilterCombo';
11
+ export * from './BryntumChipView';
12
+ export * from './BryntumCodeEditor';
13
+ export * from './BryntumColorField';
14
+ export * from './BryntumCombo';
15
+ export * from './BryntumContainer';
16
+ export * from './BryntumDateField';
17
+ export * from './BryntumDatePicker';
18
+ export * from './BryntumDateRangeField';
19
+ export * from './BryntumDateTimeField';
20
+ export * from './BryntumDemoCodeEditor';
21
+ export * from './BryntumDisplayField';
22
+ export * from './BryntumDurationField';
23
+ export * from './BryntumEditor';
24
+ export * from './BryntumEventColorField';
25
+ export * from './BryntumFieldFilterPicker';
26
+ export * from './BryntumFieldFilterPickerGroup';
27
+ export * from './BryntumFieldSet';
28
+ export * from './BryntumFileField';
29
+ export * from './BryntumFilePicker';
30
+ export * from './BryntumFilterField';
31
+ export * from './BryntumGrid';
32
+ export * from './BryntumGridBase';
33
+ export * from './BryntumGridChartDesigner';
34
+ export * from './BryntumGridFieldFilterPicker';
35
+ export * from './BryntumGridFieldFilterPickerGroup';
36
+ export * from './BryntumGroupBar';
37
+ export * from './BryntumHint';
38
+ export * from './BryntumLabel';
39
+ export * from './BryntumList';
40
+ export * from './BryntumMenu';
41
+ export * from './BryntumMonthPicker';
42
+ export * from './BryntumNumberField';
43
+ export * from './BryntumPagingToolbar';
44
+ export * from './BryntumPanel';
45
+ export * from './BryntumPasswordField';
46
+ export * from './BryntumProjectCombo';
47
+ export * from './BryntumSchedulerProjectModel';
48
+ export * from './BryntumRadio';
49
+ export * from './BryntumRadioGroup';
50
+ export * from './BryntumResourceCombo';
51
+ export * from './BryntumResourceFilter';
52
+ export * from './BryntumScheduler';
53
+ export * from './BryntumSchedulerBase';
54
+ export * from './BryntumSchedulerDatePicker';
55
+ export * from './BryntumSlider';
56
+ export * from './BryntumSlideToggle';
57
+ export * from './BryntumSplitter';
58
+ export * from './BryntumTabPanel';
59
+ export * from './BryntumTextAreaField';
60
+ export * from './BryntumTextAreaPickerField';
61
+ export * from './BryntumTextField';
62
+ export * from './BryntumTimeField';
63
+ export * from './BryntumTimelineHistogram';
64
+ export * from './BryntumTimePicker';
65
+ export * from './BryntumToolbar';
66
+ export * from './BryntumTreeCombo';
67
+ export * from './BryntumTreeGrid';
68
+ export * from './BryntumUndoRedo';
69
+ export * from './BryntumViewPresetCombo';
70
+ export * from './BryntumWidget';
71
+ export * from './BryntumYearPicker';
package/lib/index.js ADDED
@@ -0,0 +1,72 @@
1
+ export * from './BryntumFullscreenButton';
2
+ export * from './BryntumDemoHeader';
3
+ export * from './BryntumThemeCombo';
4
+ export * from './BryntumAIFilterField';
5
+ export * from './BryntumButton';
6
+ export * from './BryntumButtonGroup';
7
+ export * from './BryntumChatPanel';
8
+ export * from './BryntumCheckbox';
9
+ export * from './BryntumCheckboxGroup';
10
+ export * from './BryntumChecklistFilterCombo';
11
+ export * from './BryntumChipView';
12
+ export * from './BryntumCodeEditor';
13
+ export * from './BryntumColorField';
14
+ export * from './BryntumCombo';
15
+ export * from './BryntumContainer';
16
+ export * from './BryntumDateField';
17
+ export * from './BryntumDatePicker';
18
+ export * from './BryntumDateRangeField';
19
+ export * from './BryntumDateTimeField';
20
+ export * from './BryntumDemoCodeEditor';
21
+ export * from './BryntumDisplayField';
22
+ export * from './BryntumDurationField';
23
+ export * from './BryntumEditor';
24
+ export * from './BryntumEventColorField';
25
+ export * from './BryntumFieldFilterPicker';
26
+ export * from './BryntumFieldFilterPickerGroup';
27
+ export * from './BryntumFieldSet';
28
+ export * from './BryntumFileField';
29
+ export * from './BryntumFilePicker';
30
+ export * from './BryntumFilterField';
31
+ export * from './BryntumGrid';
32
+ export * from './BryntumGridBase';
33
+ export * from './BryntumGridChartDesigner';
34
+ export * from './BryntumGridFieldFilterPicker';
35
+ export * from './BryntumGridFieldFilterPickerGroup';
36
+ export * from './BryntumGroupBar';
37
+ export * from './BryntumHint';
38
+ export * from './BryntumLabel';
39
+ export * from './BryntumList';
40
+ export * from './BryntumMenu';
41
+ export * from './BryntumMonthPicker';
42
+ export * from './BryntumNumberField';
43
+ export * from './BryntumPagingToolbar';
44
+ export * from './BryntumPanel';
45
+ export * from './BryntumPasswordField';
46
+ export * from './BryntumProjectCombo';
47
+ export * from './BryntumSchedulerProjectModel';
48
+ export * from './BryntumRadio';
49
+ export * from './BryntumRadioGroup';
50
+ export * from './BryntumResourceCombo';
51
+ export * from './BryntumResourceFilter';
52
+ export * from './BryntumScheduler';
53
+ export * from './BryntumSchedulerBase';
54
+ export * from './BryntumSchedulerDatePicker';
55
+ export * from './BryntumSlider';
56
+ export * from './BryntumSlideToggle';
57
+ export * from './BryntumSplitter';
58
+ export * from './BryntumTabPanel';
59
+ export * from './BryntumTextAreaField';
60
+ export * from './BryntumTextAreaPickerField';
61
+ export * from './BryntumTextField';
62
+ export * from './BryntumTimeField';
63
+ export * from './BryntumTimelineHistogram';
64
+ export * from './BryntumTimePicker';
65
+ export * from './BryntumToolbar';
66
+ export * from './BryntumTreeCombo';
67
+ export * from './BryntumTreeGrid';
68
+ export * from './BryntumUndoRedo';
69
+ export * from './BryntumViewPresetCombo';
70
+ export * from './BryntumWidget';
71
+ export * from './BryntumYearPicker';
72
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAIA,cAAc,2BAA2B,CAAC;AAC1C,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC;AAEpC,cAAc,wBAAwB,CAAC;AACvC,cAAc,iBAAiB,CAAC;AAChC,cAAc,sBAAsB,CAAC;AACrC,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;AAClC,cAAc,wBAAwB,CAAC;AACvC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC;AACpC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,yBAAyB,CAAC;AACxC,cAAc,wBAAwB,CAAC;AACvC,cAAc,yBAAyB,CAAC;AACxC,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,iBAAiB,CAAC;AAChC,cAAc,0BAA0B,CAAC;AACzC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,iCAAiC,CAAC;AAChD,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,sBAAsB,CAAC;AACrC,cAAc,eAAe,CAAC;AAC9B,cAAc,mBAAmB,CAAC;AAClC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,qCAAqC,CAAC;AACpD,cAAc,mBAAmB,CAAC;AAClC,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,wBAAwB,CAAC;AACvC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,wBAAwB,CAAC;AACvC,cAAc,uBAAuB,CAAC;AACtC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,gBAAgB,CAAC;AAC/B,cAAc,qBAAqB,CAAC;AACpC,cAAc,wBAAwB,CAAC;AACvC,cAAc,yBAAyB,CAAC;AACxC,cAAc,oBAAoB,CAAC;AACnC,cAAc,wBAAwB,CAAC;AACvC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,iBAAiB,CAAC;AAChC,cAAc,sBAAsB,CAAC;AACrC,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,wBAAwB,CAAC;AACvC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,0BAA0B,CAAC;AACzC,cAAc,iBAAiB,CAAC;AAChC,cAAc,qBAAqB,CAAC"}
package/license.pdf ADDED
Binary file
package/licenses.md ADDED
@@ -0,0 +1,310 @@
1
+ # Third Party Notices
2
+
3
+ Bryntum uses the following third party libraries:
4
+
5
+ * [Font Awesome 6 Free](https://fontawesome.com/license/free) (MIT/SIL OFL 1.1)
6
+ * [Roboto font (for Material theme only)](https://github.com/google/roboto) (Apache-2.0)
7
+ * [Styling Cross-Browser Compatible Range Inputs with Sass](https://github.com/darlanrod/input-range-sass) (MIT)
8
+ * [Tree Walker polyfill (only applies to Salesforce)](https://github.com/Krinkle/dom-TreeWalker-polyfill) (MIT)
9
+ * [chronograph](https://github.com/bryntum/chronograph) (MIT)
10
+ * [later.js](https://github.com/bunkat/later) (MIT)
11
+ * [Monaco editor (only used in our demos)](https://microsoft.github.io/monaco-editor) (MIT)
12
+ * Map/Set polyfill to fix performance issues for Salesforce LWS (MIT)
13
+ * [Chart.js (when using Chart package)](https://github.com/chartjs/Chart.js) (MIT)
14
+
15
+ Note: the **chronograph** and **later.js** libraries are used in Bryntum Scheduler Pro and Bryntum Gantt, but they are
16
+ listed for all Bryntum products since the distribution contains trial versions of the thin bundles for all other
17
+ products. TreeWalker is only used in the LWC bundle for Salesforce. Roboto font is only used in the material theme.
18
+
19
+ ## Font Awesome 6 Free
20
+
21
+ [Font Awesome Free 6 by @fontawesome](https://fontawesome.com/)
22
+
23
+ Font Awesome Free is free, open source, and GPL friendly. You can use it for commercial projects, open source projects,
24
+ or really almost whatever you want.
25
+
26
+ [Full Font Awesome Free license](https://fontawesome.com/license/free)
27
+
28
+ ## Roboto font
29
+
30
+ [Apache License Version 2.0, January 2004](https://www.apache.org/licenses/LICENSE-2.0)
31
+
32
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
33
+
34
+ 1. Definitions.
35
+
36
+ "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9
37
+ of this document.
38
+
39
+ "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
40
+
41
+ "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are
42
+ under common control with that entity. For the purposes of this definition,
43
+ "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by
44
+ contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial
45
+ ownership of such entity.
46
+
47
+ "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
48
+
49
+ "Source" form shall mean the preferred form for making modifications, including but not limited to software source code,
50
+ documentation source, and configuration files.
51
+
52
+ "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including
53
+ but not limited to compiled object code, generated documentation, and conversions to other media types.
54
+
55
+ "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as
56
+ indicated by a copyright notice that is included in or attached to the work
57
+ (an example is provided in the Appendix below).
58
+
59
+ "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work
60
+ and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an
61
+ original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain
62
+ separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
63
+
64
+ "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or
65
+ additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the
66
+ Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner.
67
+ For the purposes of this definition, "submitted"
68
+ means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including
69
+ but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems
70
+ that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding
71
+ communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a
72
+ Contribution."
73
+
74
+ "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received
75
+ by Licensor and subsequently incorporated within the Work.
76
+
77
+ 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to
78
+ You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce,
79
+ prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such
80
+ Derivative Works in Source or Object form.
81
+
82
+ 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a
83
+ perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable
84
+ (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise
85
+ transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are
86
+ necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s)
87
+ with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (
88
+ including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within
89
+ the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this
90
+ License for that Work shall terminate as of the date such litigation is filed.
91
+
92
+ 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with
93
+ or without modifications, and in Source or Object form, provided that You meet the following conditions:
94
+
95
+ (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
96
+
97
+ (b) You must cause any modified files to carry prominent notices stating that You changed the files; and
98
+
99
+ (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark,
100
+ and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the
101
+ Derivative Works; and
102
+
103
+ (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute
104
+ must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that
105
+ do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file
106
+ distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the
107
+ Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices
108
+ normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You
109
+ may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the
110
+ NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the
111
+ License.
112
+
113
+ You may add Your own copyright statement to Your modifications and may provide additional or different license terms and
114
+ conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole,
115
+ provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this
116
+ License.
117
+
118
+ 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for
119
+ inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any
120
+ additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any
121
+ separate license agreement you may have executed with Licensor regarding such Contributions.
122
+
123
+ 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product
124
+ names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and
125
+ reproducing the content of the NOTICE file.
126
+
127
+ 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and
128
+ each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
129
+ either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT,
130
+ MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness
131
+ of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this
132
+ License.
133
+
134
+ 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or
135
+ otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing,
136
+ shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or
137
+ consequential damages of any character arising as a result of this License or out of the use or inability to use the
138
+ Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or
139
+ any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such
140
+ damages.
141
+
142
+ 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose
143
+ to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or
144
+ rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and
145
+ on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and
146
+ hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason
147
+ of your accepting any such warranty or additional liability.
148
+
149
+ END OF TERMS AND CONDITIONS
150
+
151
+ APPENDIX: How to apply the Apache License to your work.
152
+
153
+ To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by
154
+ brackets "[]"
155
+ replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the
156
+ appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose
157
+ be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
158
+
159
+ Copyright [yyyy] [name of copyright owner]
160
+
161
+ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the
162
+ License. You may obtain a copy of the License at
163
+
164
+ [APACHE LICENSE, VERSION 2.0](http://www.apache.org/licenses/LICENSE-2.0)
165
+
166
+ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "
167
+ AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific
168
+ language governing permissions and limitations under the License.
169
+
170
+ ## Styling Cross-Browser Compatible Range Inputs with Sass
171
+
172
+ Github: [input-range-sass](https://github.com/darlanrod/input-range-sass)
173
+
174
+ Author: [Darlan Rod](https://github.com/darlanrod)
175
+
176
+ Version 1.4.1
177
+
178
+ The MIT License (MIT)
179
+
180
+ Copyright (c) 2016 Darlan Rod
181
+
182
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
183
+ documentation files (the "Software"), to deal in the Software without restriction, including without limitation the
184
+ rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit
185
+ persons to whom the Software is furnished to do so, subject to the following conditions:
186
+
187
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the
188
+ Software.
189
+
190
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
191
+ WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
192
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
193
+ OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
194
+
195
+ ## Tree Walker polyfill
196
+
197
+ The MIT License (MIT)
198
+
199
+ [Copyright 2013–2017 Timo Tijhof](https://github.com/Krinkle/dom-TreeWalker-polyfill)
200
+
201
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
202
+ documentation files (the "Software"), to deal in the Software without restriction, including without limitation the
203
+ rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit
204
+ persons to whom the Software is furnished to do so, subject to the following conditions:
205
+
206
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the
207
+ Software.
208
+
209
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
210
+ WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
211
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
212
+ OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
213
+
214
+ ## chronograph
215
+
216
+ GitHub: [chronograph](https://github.com/bryntum/chronograph)
217
+
218
+ The MIT License (MIT)
219
+
220
+ Copyright (c) 2023 Bryntum
221
+
222
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
223
+ documentation files (the "Software"), to deal in the Software without restriction, including without limitation the
224
+ rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit
225
+ persons to whom the Software is furnished to do so, subject to the following conditions:
226
+
227
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the
228
+ Software.
229
+
230
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
231
+ WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
232
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
233
+ OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
234
+
235
+ ## later.js
236
+
237
+ GitHub: [later.js](https://github.com/bunkat/later)
238
+
239
+ The MIT License (MIT)
240
+
241
+ Copyright © 2013 BunKat
242
+
243
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
244
+ documentation files (the "Software"), to deal in the Software without restriction, including without limitation the
245
+ rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit
246
+ persons to whom the Software is furnished to do so, subject to the following conditions:
247
+
248
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the
249
+ Software.
250
+
251
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
252
+ WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
253
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
254
+ OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
255
+
256
+ ## Monaco editor
257
+
258
+ GitHub: [Monaco editor](https://microsoft.github.io/monaco-editor) (MIT)
259
+
260
+ The MIT License (MIT)
261
+
262
+ Copyright (c) 2016 - present Microsoft Corporation
263
+
264
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
265
+ documentation files (the "Software"), to deal in the Software without restriction, including without limitation the
266
+ rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit
267
+ persons to whom the Software is furnished to do so, subject to the following conditions:
268
+
269
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the
270
+ Software.
271
+
272
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
273
+ WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
274
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
275
+ OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
276
+
277
+ ## Map/Set polyfill to fix performance issues for Salesforce LWS
278
+
279
+ Copyright © 2024 Certinia Inc.
280
+
281
+ Permission is hereby granted, free of charge, to any person obtaining a copy
282
+ of this software and associated documentation files (the "Software"), to deal
283
+ in the Software without restriction, including without limitation the rights
284
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
285
+ copies of the Software, and to permit persons to whom the Software is
286
+ furnished to do so, subject to the following conditions:
287
+
288
+ The above copyright notice and this permission notice shall be included in all
289
+ copies or substantial portions of the Software.
290
+
291
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
292
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
293
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
294
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
295
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
296
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
297
+ SOFTWARE.
298
+
299
+ ## Chart.js
300
+
301
+ GitHub: [Chart.js](https://github.com/chartjs/Chart.js)
302
+
303
+ The MIT License (MIT)
304
+
305
+ Copyright (c) 2014-2022 Chart.js Contributors
306
+
307
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
308
+ WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
309
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
310
+ OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
package/package.json ADDED
@@ -0,0 +1,25 @@
1
+ {
2
+ "name": "@bryntum/scheduler-react",
3
+ "version": "7.1.1",
4
+ "description": "React wrappers for Bryntum Scheduler JavaScript component",
5
+ "keywords": [
6
+ "bryntum",
7
+ "scheduler",
8
+ "react",
9
+ "wrapper"
10
+ ],
11
+ "author": {
12
+ "name": "Bryntum",
13
+ "url": "https://bryntum.com",
14
+ "email": "info@bryntum.com"
15
+ },
16
+ "homepage": "https://bryntum.com/",
17
+ "license": "Commercial",
18
+ "bugs": "https://github.com/bryntum/support/issues",
19
+ "main": "lib/index.js",
20
+ "module": "lib/index.js",
21
+ "engines": {
22
+ "node": ">=0.10.0"
23
+ },
24
+ "dependencies": {}
25
+ }