@perses-dev/plugin-system 0.53.0-rc.1 → 0.53.0-rc.3

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 (349) hide show
  1. package/dist/cjs/components/CalculationSelector/CalculationSelector.js +1 -1
  2. package/dist/cjs/components/CalculationSelector/index.js +1 -1
  3. package/dist/cjs/components/DatasourceEditorForm/DatasourceEditorForm.js +1 -1
  4. package/dist/cjs/components/DatasourceEditorForm/index.js +1 -1
  5. package/dist/cjs/components/DatasourceSelect/DatasourceSelect.js +1 -1
  6. package/dist/cjs/components/DatasourceSelect/index.js +1 -1
  7. package/dist/cjs/components/HTTPSettingsEditor/HTTPSettingsEditor.js +1 -1
  8. package/dist/cjs/components/HTTPSettingsEditor/index.js +1 -1
  9. package/dist/cjs/components/ItemSelectionActionsOptionsEditor/ItemSelectionActionsOptionsEditor.js +1175 -0
  10. package/dist/cjs/components/ItemSelectionActionsOptionsEditor/index.js +30 -0
  11. package/dist/cjs/components/LegendOptionsEditor/LegendOptionsEditor.js +1 -1
  12. package/dist/cjs/components/LegendOptionsEditor/index.js +1 -1
  13. package/dist/cjs/components/MetricLabelInput/MetricLabelInput.js +1 -1
  14. package/dist/cjs/components/MetricLabelInput/index.js +1 -1
  15. package/dist/cjs/components/MultiQueryEditor/MultiQueryEditor.js +1 -1
  16. package/dist/cjs/components/MultiQueryEditor/QueryEditorContainer.js +1 -1
  17. package/dist/cjs/components/MultiQueryEditor/index.js +1 -1
  18. package/dist/cjs/components/OptionsEditorRadios/OptionsEditorRadios.js +1 -1
  19. package/dist/cjs/components/OptionsEditorRadios/index.js +1 -1
  20. package/dist/cjs/components/OptionsEditorTabPanel/OptionsEditorTabPanel.js +1 -1
  21. package/dist/cjs/components/OptionsEditorTabPanel/index.js +1 -1
  22. package/dist/cjs/components/OptionsEditorTabs/OptionsEditorTabs.js +1 -1
  23. package/dist/cjs/components/OptionsEditorTabs/index.js +1 -1
  24. package/dist/cjs/components/PanelSpecEditor/PanelSpecEditor.js +1 -1
  25. package/dist/cjs/components/PanelSpecEditor/index.js +1 -1
  26. package/dist/cjs/components/PluginEditor/PluginEditor.js +1 -1
  27. package/dist/cjs/components/PluginEditor/index.js +1 -1
  28. package/dist/cjs/components/PluginEditor/plugin-editor-api.js +1 -1
  29. package/dist/cjs/components/PluginKindSelect/PluginKindSelect.js +1 -1
  30. package/dist/cjs/components/PluginKindSelect/index.js +1 -1
  31. package/dist/cjs/components/PluginRegistry/PluginRegistry.js +1 -1
  32. package/dist/cjs/components/PluginRegistry/index.js +1 -1
  33. package/dist/cjs/components/PluginRegistry/plugin-indexes.js +1 -1
  34. package/dist/cjs/components/PluginSpecEditor/PluginSpecEditor.js +1 -1
  35. package/dist/cjs/components/PluginSpecEditor/index.js +1 -1
  36. package/dist/cjs/components/SelectionOptionsEditor/SelectionOptionsEditor.js +43 -0
  37. package/dist/cjs/components/SelectionOptionsEditor/index.js +30 -0
  38. package/dist/cjs/components/TimeRangeControls/TimeRangeControls.js +11 -3
  39. package/dist/cjs/components/TimeRangeControls/index.js +1 -1
  40. package/dist/cjs/components/Variables/VariableEditorForm/VariableEditorForm.js +1 -1
  41. package/dist/cjs/components/Variables/VariableEditorForm/VariablePreview.js +1 -1
  42. package/dist/cjs/components/Variables/VariableEditorForm/index.js +1 -1
  43. package/dist/cjs/components/Variables/VariableEditorForm/variable-editor-form-model.js +1 -1
  44. package/dist/cjs/components/Variables/index.js +1 -1
  45. package/dist/cjs/components/Variables/variable-model.js +1 -1
  46. package/dist/cjs/components/index.js +2 -1
  47. package/dist/cjs/constants/index.js +1 -1
  48. package/dist/cjs/constants/user-interface-text.js +1 -1
  49. package/dist/cjs/context/ValidationProvider.js +1 -1
  50. package/dist/cjs/context/index.js +1 -1
  51. package/dist/cjs/index.js +1 -1
  52. package/dist/cjs/model/datasource.js +1 -1
  53. package/dist/cjs/model/explore.js +1 -1
  54. package/dist/cjs/model/index.js +1 -1
  55. package/dist/cjs/model/legend.js +1 -1
  56. package/dist/cjs/model/log-queries.js +1 -1
  57. package/dist/cjs/model/panels.js +1 -1
  58. package/dist/cjs/model/plugin-base.js +1 -1
  59. package/dist/cjs/model/plugin-loading.js +1 -1
  60. package/dist/cjs/model/plugins.js +1 -1
  61. package/dist/cjs/model/profile-queries.js +1 -1
  62. package/dist/cjs/model/time-series-queries.js +1 -1
  63. package/dist/cjs/model/trace-queries.js +1 -1
  64. package/dist/cjs/model/variables.js +1 -1
  65. package/dist/cjs/remote/PersesPlugin.types.js +1 -1
  66. package/dist/cjs/remote/PluginLoaderComponent.js +13 -1
  67. package/dist/cjs/remote/PluginRuntime.js +13 -1
  68. package/dist/cjs/remote/index.js +1 -1
  69. package/dist/cjs/remote/remotePluginLoader.js +1 -1
  70. package/dist/cjs/runtime/DataQueriesProvider/DataQueriesProvider.js +1 -1
  71. package/dist/cjs/runtime/DataQueriesProvider/index.js +1 -1
  72. package/dist/cjs/runtime/DataQueriesProvider/model.js +1 -1
  73. package/dist/cjs/runtime/QueryCountProvider.js +1 -1
  74. package/dist/cjs/runtime/RouterProvider.js +1 -1
  75. package/dist/cjs/runtime/TimeRangeProvider/TimeRangeProvider.js +1 -1
  76. package/dist/cjs/runtime/TimeRangeProvider/TimeRangeProviders.js +7 -2
  77. package/dist/cjs/runtime/TimeRangeProvider/TimeRangeSettingsProvider.js +1 -1
  78. package/dist/cjs/runtime/TimeRangeProvider/index.js +1 -1
  79. package/dist/cjs/runtime/TimeRangeProvider/query-params.js +28 -1
  80. package/dist/cjs/runtime/TimeRangeProvider/refresh-interval.js +1 -1
  81. package/dist/cjs/runtime/UsageMetricsProvider.js +1 -1
  82. package/dist/cjs/runtime/builtin-variables.js +1 -1
  83. package/dist/cjs/runtime/datasources.js +1 -1
  84. package/dist/cjs/runtime/index.js +2 -1
  85. package/dist/cjs/runtime/item-actions.js +303 -0
  86. package/dist/cjs/runtime/log-queries.js +1 -1
  87. package/dist/cjs/runtime/plugin-registry.js +1 -1
  88. package/dist/cjs/runtime/profile-queries.js +1 -1
  89. package/dist/cjs/runtime/time-series-queries.js +1 -1
  90. package/dist/cjs/runtime/trace-queries.js +1 -1
  91. package/dist/cjs/runtime/utils.js +1 -1
  92. package/dist/cjs/runtime/variables.js +6 -6
  93. package/dist/cjs/test/index.js +1 -1
  94. package/dist/cjs/test/mock-data.js +1 -1
  95. package/dist/cjs/test/render-hook.js +1 -1
  96. package/dist/cjs/test/render.js +1 -1
  97. package/dist/cjs/test/setup-tests.js +1 -1
  98. package/dist/cjs/test/test-plugins/bert/index.js +1 -1
  99. package/dist/cjs/test/test-plugins/ernie/index.js +1 -1
  100. package/dist/cjs/test/test-plugins/index.js +1 -1
  101. package/dist/cjs/test/utils.js +1 -1
  102. package/dist/cjs/test-utils/index.js +1 -1
  103. package/dist/cjs/test-utils/mock-plugin-registry.js +1 -1
  104. package/dist/cjs/utils/action.js +1 -1
  105. package/dist/cjs/utils/event.js +1 -1
  106. package/dist/cjs/utils/index.js +1 -1
  107. package/dist/cjs/utils/variables.js +9 -146
  108. package/dist/components/CalculationSelector/CalculationSelector.js +1 -1
  109. package/dist/components/CalculationSelector/CalculationSelector.js.map +1 -1
  110. package/dist/components/CalculationSelector/index.js +1 -1
  111. package/dist/components/CalculationSelector/index.js.map +1 -1
  112. package/dist/components/DatasourceEditorForm/DatasourceEditorForm.js +1 -1
  113. package/dist/components/DatasourceEditorForm/DatasourceEditorForm.js.map +1 -1
  114. package/dist/components/DatasourceEditorForm/index.js +1 -1
  115. package/dist/components/DatasourceEditorForm/index.js.map +1 -1
  116. package/dist/components/DatasourceSelect/DatasourceSelect.js +1 -1
  117. package/dist/components/DatasourceSelect/DatasourceSelect.js.map +1 -1
  118. package/dist/components/DatasourceSelect/index.js +1 -1
  119. package/dist/components/DatasourceSelect/index.js.map +1 -1
  120. package/dist/components/HTTPSettingsEditor/HTTPSettingsEditor.js +1 -1
  121. package/dist/components/HTTPSettingsEditor/HTTPSettingsEditor.js.map +1 -1
  122. package/dist/components/HTTPSettingsEditor/index.js +1 -1
  123. package/dist/components/HTTPSettingsEditor/index.js.map +1 -1
  124. package/dist/components/ItemSelectionActionsOptionsEditor/ItemSelectionActionsOptionsEditor.d.ts +49 -0
  125. package/dist/components/ItemSelectionActionsOptionsEditor/ItemSelectionActionsOptionsEditor.d.ts.map +1 -0
  126. package/dist/components/ItemSelectionActionsOptionsEditor/ItemSelectionActionsOptionsEditor.js +1154 -0
  127. package/dist/components/ItemSelectionActionsOptionsEditor/ItemSelectionActionsOptionsEditor.js.map +1 -0
  128. package/dist/components/ItemSelectionActionsOptionsEditor/index.d.ts +2 -0
  129. package/dist/components/ItemSelectionActionsOptionsEditor/index.d.ts.map +1 -0
  130. package/dist/components/ItemSelectionActionsOptionsEditor/index.js +15 -0
  131. package/dist/components/ItemSelectionActionsOptionsEditor/index.js.map +1 -0
  132. package/dist/components/LegendOptionsEditor/LegendOptionsEditor.js +1 -1
  133. package/dist/components/LegendOptionsEditor/LegendOptionsEditor.js.map +1 -1
  134. package/dist/components/LegendOptionsEditor/index.js +1 -1
  135. package/dist/components/LegendOptionsEditor/index.js.map +1 -1
  136. package/dist/components/MetricLabelInput/MetricLabelInput.js +1 -1
  137. package/dist/components/MetricLabelInput/MetricLabelInput.js.map +1 -1
  138. package/dist/components/MetricLabelInput/index.js +1 -1
  139. package/dist/components/MetricLabelInput/index.js.map +1 -1
  140. package/dist/components/MultiQueryEditor/MultiQueryEditor.js +1 -1
  141. package/dist/components/MultiQueryEditor/MultiQueryEditor.js.map +1 -1
  142. package/dist/components/MultiQueryEditor/QueryEditorContainer.js +1 -1
  143. package/dist/components/MultiQueryEditor/QueryEditorContainer.js.map +1 -1
  144. package/dist/components/MultiQueryEditor/index.js +1 -1
  145. package/dist/components/MultiQueryEditor/index.js.map +1 -1
  146. package/dist/components/OptionsEditorRadios/OptionsEditorRadios.js +1 -1
  147. package/dist/components/OptionsEditorRadios/OptionsEditorRadios.js.map +1 -1
  148. package/dist/components/OptionsEditorRadios/index.js +1 -1
  149. package/dist/components/OptionsEditorRadios/index.js.map +1 -1
  150. package/dist/components/OptionsEditorTabPanel/OptionsEditorTabPanel.js +1 -1
  151. package/dist/components/OptionsEditorTabPanel/OptionsEditorTabPanel.js.map +1 -1
  152. package/dist/components/OptionsEditorTabPanel/index.js +1 -1
  153. package/dist/components/OptionsEditorTabPanel/index.js.map +1 -1
  154. package/dist/components/OptionsEditorTabs/OptionsEditorTabs.js +1 -1
  155. package/dist/components/OptionsEditorTabs/OptionsEditorTabs.js.map +1 -1
  156. package/dist/components/OptionsEditorTabs/index.js +1 -1
  157. package/dist/components/OptionsEditorTabs/index.js.map +1 -1
  158. package/dist/components/PanelSpecEditor/PanelSpecEditor.js +1 -1
  159. package/dist/components/PanelSpecEditor/PanelSpecEditor.js.map +1 -1
  160. package/dist/components/PanelSpecEditor/index.js +1 -1
  161. package/dist/components/PanelSpecEditor/index.js.map +1 -1
  162. package/dist/components/PluginEditor/PluginEditor.js +1 -1
  163. package/dist/components/PluginEditor/PluginEditor.js.map +1 -1
  164. package/dist/components/PluginEditor/index.js +1 -1
  165. package/dist/components/PluginEditor/index.js.map +1 -1
  166. package/dist/components/PluginEditor/plugin-editor-api.js +1 -1
  167. package/dist/components/PluginEditor/plugin-editor-api.js.map +1 -1
  168. package/dist/components/PluginKindSelect/PluginKindSelect.js +1 -1
  169. package/dist/components/PluginKindSelect/PluginKindSelect.js.map +1 -1
  170. package/dist/components/PluginKindSelect/index.js +1 -1
  171. package/dist/components/PluginKindSelect/index.js.map +1 -1
  172. package/dist/components/PluginRegistry/PluginRegistry.js +1 -1
  173. package/dist/components/PluginRegistry/PluginRegistry.js.map +1 -1
  174. package/dist/components/PluginRegistry/index.js +1 -1
  175. package/dist/components/PluginRegistry/index.js.map +1 -1
  176. package/dist/components/PluginRegistry/plugin-indexes.js +1 -1
  177. package/dist/components/PluginRegistry/plugin-indexes.js.map +1 -1
  178. package/dist/components/PluginSpecEditor/PluginSpecEditor.js +1 -1
  179. package/dist/components/PluginSpecEditor/PluginSpecEditor.js.map +1 -1
  180. package/dist/components/PluginSpecEditor/index.js +1 -1
  181. package/dist/components/PluginSpecEditor/index.js.map +1 -1
  182. package/dist/components/SelectionOptionsEditor/SelectionOptionsEditor.d.ts +10 -0
  183. package/dist/components/SelectionOptionsEditor/SelectionOptionsEditor.d.ts.map +1 -0
  184. package/dist/components/SelectionOptionsEditor/SelectionOptionsEditor.js +35 -0
  185. package/dist/components/SelectionOptionsEditor/SelectionOptionsEditor.js.map +1 -0
  186. package/dist/components/SelectionOptionsEditor/index.d.ts +2 -0
  187. package/dist/components/SelectionOptionsEditor/index.d.ts.map +1 -0
  188. package/dist/components/SelectionOptionsEditor/index.js +15 -0
  189. package/dist/components/SelectionOptionsEditor/index.js.map +1 -0
  190. package/dist/components/TimeRangeControls/TimeRangeControls.d.ts +4 -2
  191. package/dist/components/TimeRangeControls/TimeRangeControls.d.ts.map +1 -1
  192. package/dist/components/TimeRangeControls/TimeRangeControls.js +12 -4
  193. package/dist/components/TimeRangeControls/TimeRangeControls.js.map +1 -1
  194. package/dist/components/TimeRangeControls/index.js +1 -1
  195. package/dist/components/TimeRangeControls/index.js.map +1 -1
  196. package/dist/components/Variables/VariableEditorForm/VariableEditorForm.js +1 -1
  197. package/dist/components/Variables/VariableEditorForm/VariableEditorForm.js.map +1 -1
  198. package/dist/components/Variables/VariableEditorForm/VariablePreview.js +1 -1
  199. package/dist/components/Variables/VariableEditorForm/VariablePreview.js.map +1 -1
  200. package/dist/components/Variables/VariableEditorForm/index.js +1 -1
  201. package/dist/components/Variables/VariableEditorForm/index.js.map +1 -1
  202. package/dist/components/Variables/VariableEditorForm/variable-editor-form-model.js +1 -1
  203. package/dist/components/Variables/VariableEditorForm/variable-editor-form-model.js.map +1 -1
  204. package/dist/components/Variables/index.js +1 -1
  205. package/dist/components/Variables/index.js.map +1 -1
  206. package/dist/components/Variables/variable-model.js +1 -1
  207. package/dist/components/Variables/variable-model.js.map +1 -1
  208. package/dist/components/index.d.ts +1 -0
  209. package/dist/components/index.d.ts.map +1 -1
  210. package/dist/components/index.js +2 -1
  211. package/dist/components/index.js.map +1 -1
  212. package/dist/constants/index.js +1 -1
  213. package/dist/constants/index.js.map +1 -1
  214. package/dist/constants/user-interface-text.js +1 -1
  215. package/dist/constants/user-interface-text.js.map +1 -1
  216. package/dist/context/ValidationProvider.js +1 -1
  217. package/dist/context/ValidationProvider.js.map +1 -1
  218. package/dist/context/index.js +1 -1
  219. package/dist/context/index.js.map +1 -1
  220. package/dist/index.js +1 -1
  221. package/dist/index.js.map +1 -1
  222. package/dist/model/datasource.js +1 -1
  223. package/dist/model/datasource.js.map +1 -1
  224. package/dist/model/explore.js +1 -1
  225. package/dist/model/explore.js.map +1 -1
  226. package/dist/model/index.js +1 -1
  227. package/dist/model/index.js.map +1 -1
  228. package/dist/model/legend.js +1 -1
  229. package/dist/model/legend.js.map +1 -1
  230. package/dist/model/log-queries.js +1 -1
  231. package/dist/model/log-queries.js.map +1 -1
  232. package/dist/model/panels.js +1 -1
  233. package/dist/model/panels.js.map +1 -1
  234. package/dist/model/plugin-base.js +1 -1
  235. package/dist/model/plugin-base.js.map +1 -1
  236. package/dist/model/plugin-loading.js +1 -1
  237. package/dist/model/plugin-loading.js.map +1 -1
  238. package/dist/model/plugins.js +1 -1
  239. package/dist/model/plugins.js.map +1 -1
  240. package/dist/model/profile-queries.js +1 -1
  241. package/dist/model/profile-queries.js.map +1 -1
  242. package/dist/model/time-series-queries.js +1 -1
  243. package/dist/model/time-series-queries.js.map +1 -1
  244. package/dist/model/trace-queries.js +1 -1
  245. package/dist/model/trace-queries.js.map +1 -1
  246. package/dist/model/variables.d.ts +4 -7
  247. package/dist/model/variables.d.ts.map +1 -1
  248. package/dist/model/variables.js +1 -1
  249. package/dist/model/variables.js.map +1 -1
  250. package/dist/remote/PersesPlugin.types.js +1 -1
  251. package/dist/remote/PersesPlugin.types.js.map +1 -1
  252. package/dist/remote/PluginLoaderComponent.d.ts.map +1 -1
  253. package/dist/remote/PluginLoaderComponent.js +13 -1
  254. package/dist/remote/PluginLoaderComponent.js.map +1 -1
  255. package/dist/remote/PluginRuntime.d.ts.map +1 -1
  256. package/dist/remote/PluginRuntime.js +13 -1
  257. package/dist/remote/PluginRuntime.js.map +1 -1
  258. package/dist/remote/index.js +1 -1
  259. package/dist/remote/index.js.map +1 -1
  260. package/dist/remote/remotePluginLoader.js +1 -1
  261. package/dist/remote/remotePluginLoader.js.map +1 -1
  262. package/dist/runtime/DataQueriesProvider/DataQueriesProvider.js +1 -1
  263. package/dist/runtime/DataQueriesProvider/DataQueriesProvider.js.map +1 -1
  264. package/dist/runtime/DataQueriesProvider/index.js +1 -1
  265. package/dist/runtime/DataQueriesProvider/index.js.map +1 -1
  266. package/dist/runtime/DataQueriesProvider/model.js +1 -1
  267. package/dist/runtime/DataQueriesProvider/model.js.map +1 -1
  268. package/dist/runtime/QueryCountProvider.js +1 -1
  269. package/dist/runtime/QueryCountProvider.js.map +1 -1
  270. package/dist/runtime/RouterProvider.js +1 -1
  271. package/dist/runtime/RouterProvider.js.map +1 -1
  272. package/dist/runtime/TimeRangeProvider/TimeRangeProvider.js +1 -1
  273. package/dist/runtime/TimeRangeProvider/TimeRangeProvider.js.map +1 -1
  274. package/dist/runtime/TimeRangeProvider/TimeRangeProviders.d.ts.map +1 -1
  275. package/dist/runtime/TimeRangeProvider/TimeRangeProviders.js +8 -3
  276. package/dist/runtime/TimeRangeProvider/TimeRangeProviders.js.map +1 -1
  277. package/dist/runtime/TimeRangeProvider/TimeRangeSettingsProvider.js +1 -1
  278. package/dist/runtime/TimeRangeProvider/TimeRangeSettingsProvider.js.map +1 -1
  279. package/dist/runtime/TimeRangeProvider/index.js +1 -1
  280. package/dist/runtime/TimeRangeProvider/index.js.map +1 -1
  281. package/dist/runtime/TimeRangeProvider/query-params.d.ts +11 -0
  282. package/dist/runtime/TimeRangeProvider/query-params.d.ts.map +1 -1
  283. package/dist/runtime/TimeRangeProvider/query-params.js +26 -2
  284. package/dist/runtime/TimeRangeProvider/query-params.js.map +1 -1
  285. package/dist/runtime/TimeRangeProvider/refresh-interval.js +1 -1
  286. package/dist/runtime/TimeRangeProvider/refresh-interval.js.map +1 -1
  287. package/dist/runtime/UsageMetricsProvider.js +1 -1
  288. package/dist/runtime/UsageMetricsProvider.js.map +1 -1
  289. package/dist/runtime/builtin-variables.js +1 -1
  290. package/dist/runtime/builtin-variables.js.map +1 -1
  291. package/dist/runtime/datasources.js +1 -1
  292. package/dist/runtime/datasources.js.map +1 -1
  293. package/dist/runtime/index.d.ts +1 -0
  294. package/dist/runtime/index.d.ts.map +1 -1
  295. package/dist/runtime/index.js +2 -1
  296. package/dist/runtime/index.js.map +1 -1
  297. package/dist/runtime/item-actions.d.ts +35 -0
  298. package/dist/runtime/item-actions.d.ts.map +1 -0
  299. package/dist/runtime/item-actions.js +300 -0
  300. package/dist/runtime/item-actions.js.map +1 -0
  301. package/dist/runtime/log-queries.js +1 -1
  302. package/dist/runtime/log-queries.js.map +1 -1
  303. package/dist/runtime/plugin-registry.js +1 -1
  304. package/dist/runtime/plugin-registry.js.map +1 -1
  305. package/dist/runtime/profile-queries.js +1 -1
  306. package/dist/runtime/profile-queries.js.map +1 -1
  307. package/dist/runtime/time-series-queries.js +1 -1
  308. package/dist/runtime/time-series-queries.js.map +1 -1
  309. package/dist/runtime/trace-queries.js +1 -1
  310. package/dist/runtime/trace-queries.js.map +1 -1
  311. package/dist/runtime/utils.js +1 -1
  312. package/dist/runtime/utils.js.map +1 -1
  313. package/dist/runtime/variables.d.ts +2 -18
  314. package/dist/runtime/variables.d.ts.map +1 -1
  315. package/dist/runtime/variables.js +3 -3
  316. package/dist/runtime/variables.js.map +1 -1
  317. package/dist/test/index.js +1 -1
  318. package/dist/test/index.js.map +1 -1
  319. package/dist/test/mock-data.js +1 -1
  320. package/dist/test/mock-data.js.map +1 -1
  321. package/dist/test/render-hook.js +1 -1
  322. package/dist/test/render-hook.js.map +1 -1
  323. package/dist/test/render.js +1 -1
  324. package/dist/test/render.js.map +1 -1
  325. package/dist/test/setup-tests.js +1 -1
  326. package/dist/test/setup-tests.js.map +1 -1
  327. package/dist/test/test-plugins/bert/index.js +1 -1
  328. package/dist/test/test-plugins/bert/index.js.map +1 -1
  329. package/dist/test/test-plugins/ernie/index.js +1 -1
  330. package/dist/test/test-plugins/ernie/index.js.map +1 -1
  331. package/dist/test/test-plugins/index.js +1 -1
  332. package/dist/test/test-plugins/index.js.map +1 -1
  333. package/dist/test/utils.js +1 -1
  334. package/dist/test/utils.js.map +1 -1
  335. package/dist/test-utils/index.js +1 -1
  336. package/dist/test-utils/index.js.map +1 -1
  337. package/dist/test-utils/mock-plugin-registry.js +1 -1
  338. package/dist/test-utils/mock-plugin-registry.js.map +1 -1
  339. package/dist/utils/action.js +1 -1
  340. package/dist/utils/action.js.map +1 -1
  341. package/dist/utils/event.js +1 -1
  342. package/dist/utils/event.js.map +1 -1
  343. package/dist/utils/index.js +1 -1
  344. package/dist/utils/index.js.map +1 -1
  345. package/dist/utils/variables.d.ts +2 -30
  346. package/dist/utils/variables.d.ts.map +1 -1
  347. package/dist/utils/variables.js +3 -144
  348. package/dist/utils/variables.js.map +1 -1
  349. package/package.json +3 -3
@@ -0,0 +1,30 @@
1
+ // Copyright The Perses Authors
2
+ // Licensed under the Apache License, Version 2.0 (the "License");
3
+ // you may not use this file except in compliance with the License.
4
+ // You may obtain a copy of the License at
5
+ //
6
+ // http://www.apache.org/licenses/LICENSE-2.0
7
+ //
8
+ // Unless required by applicable law or agreed to in writing, software
9
+ // distributed under the License is distributed on an "AS IS" BASIS,
10
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11
+ // See the License for the specific language governing permissions and
12
+ // limitations under the License.
13
+ "use strict";
14
+ Object.defineProperty(exports, "__esModule", {
15
+ value: true
16
+ });
17
+ _export_star(require("./ItemSelectionActionsOptionsEditor"), exports);
18
+ function _export_star(from, to) {
19
+ Object.keys(from).forEach(function(k) {
20
+ if (k !== "default" && !Object.prototype.hasOwnProperty.call(to, k)) {
21
+ Object.defineProperty(to, k, {
22
+ enumerable: true,
23
+ get: function() {
24
+ return from[k];
25
+ }
26
+ });
27
+ }
28
+ });
29
+ return from;
30
+ }
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2025 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2025 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2024 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2024 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2024 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -0,0 +1,43 @@
1
+ // Copyright The Perses Authors
2
+ // Licensed under the Apache License, Version 2.0 (the "License");
3
+ // you may not use this file except in compliance with the License.
4
+ // You may obtain a copy of the License at
5
+ //
6
+ // http://www.apache.org/licenses/LICENSE-2.0
7
+ //
8
+ // Unless required by applicable law or agreed to in writing, software
9
+ // distributed under the License is distributed on an "AS IS" BASIS,
10
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11
+ // See the License for the specific language governing permissions and
12
+ // limitations under the License.
13
+ "use strict";
14
+ Object.defineProperty(exports, "__esModule", {
15
+ value: true
16
+ });
17
+ Object.defineProperty(exports, "SelectionOptionsEditor", {
18
+ enumerable: true,
19
+ get: function() {
20
+ return SelectionOptionsEditor;
21
+ }
22
+ });
23
+ const _jsxruntime = require("react/jsx-runtime");
24
+ const _material = require("@mui/material");
25
+ const _components = require("@perses-dev/components");
26
+ function SelectionOptionsEditor({ value, onChange }) {
27
+ const handleEnabledChange = (_, checked)=>{
28
+ onChange(checked ? {
29
+ enabled: true
30
+ } : undefined);
31
+ };
32
+ return /*#__PURE__*/ (0, _jsxruntime.jsx)(_components.OptionsEditorGroup, {
33
+ title: "Selection",
34
+ children: /*#__PURE__*/ (0, _jsxruntime.jsx)(_components.OptionsEditorControl, {
35
+ label: "Enable Selection",
36
+ description: "Allow selecting items to enable actions on selected data",
37
+ control: /*#__PURE__*/ (0, _jsxruntime.jsx)(_material.Switch, {
38
+ checked: value?.enabled ?? false,
39
+ onChange: handleEnabledChange
40
+ })
41
+ })
42
+ });
43
+ }
@@ -0,0 +1,30 @@
1
+ // Copyright The Perses Authors
2
+ // Licensed under the Apache License, Version 2.0 (the "License");
3
+ // you may not use this file except in compliance with the License.
4
+ // You may obtain a copy of the License at
5
+ //
6
+ // http://www.apache.org/licenses/LICENSE-2.0
7
+ //
8
+ // Unless required by applicable law or agreed to in writing, software
9
+ // distributed under the License is distributed on an "AS IS" BASIS,
10
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11
+ // See the License for the specific language governing permissions and
12
+ // limitations under the License.
13
+ "use strict";
14
+ Object.defineProperty(exports, "__esModule", {
15
+ value: true
16
+ });
17
+ _export_star(require("./SelectionOptionsEditor"), exports);
18
+ function _export_star(from, to) {
19
+ Object.keys(from).forEach(function(k) {
20
+ if (k !== "default" && !Object.prototype.hasOwnProperty.call(to, k)) {
21
+ Object.defineProperty(to, k, {
22
+ enumerable: true,
23
+ get: function() {
24
+ return from[k];
25
+ }
26
+ });
27
+ }
28
+ });
29
+ return from;
30
+ }
@@ -1,4 +1,4 @@
1
- // Copyright 2024 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -82,7 +82,7 @@ const DEFAULT_REFRESH_INTERVAL_OPTIONS = [
82
82
  }
83
83
  ];
84
84
  const DEFAULT_HEIGHT = '34px';
85
- function TimeRangeControls({ heightPx, showTimeRangeSelector = true, showRefreshButton = true, showRefreshInterval = true, showCustomTimeRange, showZoomButtons = true, timePresets }) {
85
+ function TimeRangeControls({ heightPx, showTimeRangeSelector = true, showRefreshButton = true, showRefreshInterval = true, showCustomTimeRange, showZoomButtons = true, timePresets, timeZone, onTimeZoneChange }) {
86
86
  const { timeRange, setTimeRange, refresh, refreshInterval, setRefreshInterval } = (0, _runtime.useTimeRange)();
87
87
  const showCustomTimeRangeValue = (0, _runtime.useShowCustomTimeRangeSetting)(showCustomTimeRange);
88
88
  const showZoomInOutButtons = (0, _runtime.useShowZoomRangeSetting)(showZoomButtons);
@@ -163,6 +163,11 @@ function TimeRangeControls({ heightPx, showTimeRangeSelector = true, showRefresh
163
163
  };
164
164
  const setHalfTimeRange = ()=>setTimeRange(halfTimeRange());
165
165
  const setDoubleTimeRange = ()=>setTimeRange(doubleTimeRange());
166
+ const handleTimeZoneChange = (0, _react.useCallback)((tz)=>{
167
+ onTimeZoneChange(tz);
168
+ }, [
169
+ onTimeZoneChange
170
+ ]);
166
171
  return /*#__PURE__*/ (0, _jsxruntime.jsxs)(_material.Stack, {
167
172
  direction: "row",
168
173
  spacing: 1,
@@ -172,7 +177,10 @@ function TimeRangeControls({ heightPx, showTimeRangeSelector = true, showRefresh
172
177
  value: timeRange,
173
178
  onChange: setTimeRange,
174
179
  height: height,
175
- showCustomTimeRange: showCustomTimeRangeValue
180
+ showCustomTimeRange: showCustomTimeRangeValue,
181
+ timeZone: timeZone,
182
+ timeZoneOptions: (0, _components.getTimeZoneOptions)(),
183
+ onTimeZoneChange: handleTimeZoneChange
176
184
  }),
177
185
  showZoomInOutButtons && /*#__PURE__*/ (0, _jsxruntime.jsx)(_components.InfoTooltip, {
178
186
  description: _constants.TOOLTIP_TEXT.zoomOut,
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2024 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -18,6 +18,7 @@ _export_star(require("./CalculationSelector"), exports);
18
18
  _export_star(require("./DatasourceEditorForm"), exports);
19
19
  _export_star(require("./DatasourceSelect"), exports);
20
20
  _export_star(require("./HTTPSettingsEditor"), exports);
21
+ _export_star(require("./ItemSelectionActionsOptionsEditor"), exports);
21
22
  _export_star(require("./LegendOptionsEditor"), exports);
22
23
  _export_star(require("./MultiQueryEditor"), exports);
23
24
  _export_star(require("./OptionsEditorRadios"), exports);
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2024 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
package/dist/cjs/index.js CHANGED
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2025 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2025 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2024 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,16 @@
1
- /* eslint-disable @typescript-eslint/ban-ts-comment */ // Copyright 2024 The Perses Authors
1
+ // Copyright The Perses Authors
2
+ // Licensed under the Apache License, Version 2.0 (the \"License\");
3
+ // you may not use this file except in compliance with the License.
4
+ // You may obtain a copy of the License at
5
+ //
6
+ // http://www.apache.org/licenses/LICENSE-2.0
7
+ //
8
+ // Unless required by applicable law or agreed to in writing, software
9
+ // distributed under the License is distributed on an \"AS IS\" BASIS,
10
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11
+ // See the License for the specific language governing permissions and
12
+ // limitations under the License.
13
+ /* eslint-disable @typescript-eslint/ban-ts-comment */ // Copyright The Perses Authors
2
14
  // Licensed under the Apache License, Version 2.0 (the "License");
3
15
  // you may not use this file except in compliance with the License.
4
16
  // You may obtain a copy of the License at
@@ -1,4 +1,16 @@
1
- /* eslint-disable @typescript-eslint/no-require-imports */ // Copyright 2024 The Perses Authors
1
+ // Copyright The Perses Authors
2
+ // Licensed under the Apache License, Version 2.0 (the \"License\");
3
+ // you may not use this file except in compliance with the License.
4
+ // You may obtain a copy of the License at
5
+ //
6
+ // http://www.apache.org/licenses/LICENSE-2.0
7
+ //
8
+ // Unless required by applicable law or agreed to in writing, software
9
+ // distributed under the License is distributed on an \"AS IS\" BASIS,
10
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11
+ // See the License for the specific language governing permissions and
12
+ // limitations under the License.
13
+ /* eslint-disable @typescript-eslint/no-require-imports */ // Copyright The Perses Authors
2
14
  // Licensed under the Apache License, Version 2.0 (the "License");
3
15
  // you may not use this file except in compliance with the License.
4
16
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2024 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2023 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at
@@ -1,4 +1,4 @@
1
- // Copyright 2024 The Perses Authors
1
+ // Copyright The Perses Authors
2
2
  // Licensed under the Apache License, Version 2.0 (the "License");
3
3
  // you may not use this file except in compliance with the License.
4
4
  // You may obtain a copy of the License at