@perses-dev/splunk-plugin 0.1.0 → 0.2.0-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (160) hide show
  1. package/__mf/js/{Splunk.6f71e9ce.js → Splunk.98b2d5ad.js} +4 -4
  2. package/__mf/js/async/121.cd990f2a.js +2 -0
  3. package/__mf/js/async/181.45639ce7.js +2 -0
  4. package/__mf/js/async/230.28ff3a01.js +1 -0
  5. package/__mf/js/async/392.54d1105e.js +2 -0
  6. package/__mf/js/async/392.54d1105e.js.LICENSE.txt +8 -0
  7. package/__mf/js/async/43.c13dea67.js +2 -0
  8. package/__mf/js/async/{116.9f39e2dc.js.LICENSE.txt → 43.c13dea67.js.LICENSE.txt} +1 -41
  9. package/__mf/js/async/470.39364cc9.js +2 -0
  10. package/__mf/js/async/496.5533cf13.js +1 -0
  11. package/__mf/js/async/562.faedd192.js +2 -0
  12. package/__mf/js/async/77.d9722d64.js +1 -0
  13. package/__mf/js/async/788.e519d52f.js +43 -0
  14. package/__mf/js/async/{332.fc51c4d5.js.LICENSE.txt → 788.e519d52f.js.LICENSE.txt} +39 -8
  15. package/__mf/js/async/873.84546c86.js +1 -0
  16. package/__mf/js/async/874.496bb61a.js +4 -0
  17. package/__mf/js/async/874.496bb61a.js.LICENSE.txt +9 -0
  18. package/__mf/js/async/879.ab41564d.js +102 -0
  19. package/__mf/js/async/882.0bb195b0.js +1 -0
  20. package/__mf/js/async/941.049134e9.js +2 -0
  21. package/__mf/js/async/963.4c102cc8.js +1 -0
  22. package/__mf/js/async/967.49cac6cc.js +1 -0
  23. package/__mf/js/async/978.1b184143.js +1 -0
  24. package/__mf/js/async/982.8181aade.js +10 -0
  25. package/__mf/js/async/__federation_expose_SplunkDatasource.5b9ca25b.js +2 -0
  26. package/__mf/js/async/__federation_expose_SplunkLogQuery.5e35f21f.js +2 -0
  27. package/__mf/js/async/__federation_expose_SplunkTimeSeriesQuery.62f3d6f2.js +2 -0
  28. package/__mf/js/async/lib-router.02ac6b0e.js +2 -0
  29. package/__mf/js/{main.ccd342d6.js → main.4223bafa.js} +3 -3
  30. package/lib/bootstrap.js +2 -2
  31. package/lib/datasources/index.js +1 -1
  32. package/lib/datasources/index.js.map +1 -1
  33. package/lib/datasources/splunk-datasource/SplunkDatasource.d.ts +3 -3
  34. package/lib/datasources/splunk-datasource/SplunkDatasource.d.ts.map +1 -1
  35. package/lib/datasources/splunk-datasource/SplunkDatasource.js +2 -2
  36. package/lib/datasources/splunk-datasource/SplunkDatasource.js.map +1 -1
  37. package/lib/datasources/splunk-datasource/SplunkDatasourceEditor.d.ts +2 -2
  38. package/lib/datasources/splunk-datasource/SplunkDatasourceEditor.d.ts.map +1 -1
  39. package/lib/datasources/splunk-datasource/SplunkDatasourceEditor.js +1 -1
  40. package/lib/datasources/splunk-datasource/SplunkDatasourceEditor.js.map +1 -1
  41. package/lib/datasources/splunk-datasource/index.js +3 -3
  42. package/lib/datasources/splunk-datasource/index.js.map +1 -1
  43. package/lib/datasources/splunk-datasource/splunk-datasource-types.d.ts +1 -1
  44. package/lib/datasources/splunk-datasource/splunk-datasource-types.d.ts.map +1 -1
  45. package/lib/datasources/splunk-datasource/splunk-datasource-types.js.map +1 -1
  46. package/lib/getPluginModule.d.ts +1 -1
  47. package/lib/getPluginModule.d.ts.map +1 -1
  48. package/lib/getPluginModule.js +3 -1
  49. package/lib/getPluginModule.js.map +1 -1
  50. package/lib/index-federation.js +1 -1
  51. package/lib/index.js +4 -4
  52. package/lib/index.js.map +1 -1
  53. package/lib/model/index.js +2 -2
  54. package/lib/model/index.js.map +1 -1
  55. package/lib/model/splunk-client.d.ts +1 -1
  56. package/lib/model/splunk-client.d.ts.map +1 -1
  57. package/lib/model/splunk-client.js +1 -1
  58. package/lib/model/splunk-client.js.map +1 -1
  59. package/lib/queries/index.js +2 -2
  60. package/lib/queries/index.js.map +1 -1
  61. package/lib/queries/splunk-log-query/SplunkLogQuery.d.ts +2 -2
  62. package/lib/queries/splunk-log-query/SplunkLogQuery.d.ts.map +1 -1
  63. package/lib/queries/splunk-log-query/SplunkLogQuery.js +4 -6
  64. package/lib/queries/splunk-log-query/SplunkLogQuery.js.map +1 -1
  65. package/lib/queries/splunk-log-query/SplunkLogQueryEditor.d.ts +3 -3
  66. package/lib/queries/splunk-log-query/SplunkLogQueryEditor.d.ts.map +1 -1
  67. package/lib/queries/splunk-log-query/SplunkLogQueryEditor.js +3 -3
  68. package/lib/queries/splunk-log-query/SplunkLogQueryEditor.js.map +1 -1
  69. package/lib/queries/splunk-log-query/get-splunk-log-data.d.ts +2 -2
  70. package/lib/queries/splunk-log-query/get-splunk-log-data.d.ts.map +1 -1
  71. package/lib/queries/splunk-log-query/get-splunk-log-data.js +2 -2
  72. package/lib/queries/splunk-log-query/get-splunk-log-data.js.map +1 -1
  73. package/lib/queries/splunk-log-query/index.js +4 -4
  74. package/lib/queries/splunk-log-query/index.js.map +1 -1
  75. package/lib/queries/splunk-log-query/log-query-plugin-interface.d.ts +2 -2
  76. package/lib/queries/splunk-log-query/log-query-plugin-interface.d.ts.map +1 -1
  77. package/lib/queries/splunk-log-query/log-query-plugin-interface.js.map +1 -1
  78. package/lib/queries/splunk-log-query/splunk-log-query-types.d.ts +2 -2
  79. package/lib/queries/splunk-log-query/splunk-log-query-types.d.ts.map +1 -1
  80. package/lib/queries/splunk-log-query/splunk-log-query-types.js.map +1 -1
  81. package/lib/queries/splunk-time-series-query/SplunkTimeSeriesQuery.d.ts +2 -2
  82. package/lib/queries/splunk-time-series-query/SplunkTimeSeriesQuery.d.ts.map +1 -1
  83. package/lib/queries/splunk-time-series-query/SplunkTimeSeriesQuery.js +4 -6
  84. package/lib/queries/splunk-time-series-query/SplunkTimeSeriesQuery.js.map +1 -1
  85. package/lib/queries/splunk-time-series-query/SplunkTimeSeriesQueryEditor.d.ts +3 -3
  86. package/lib/queries/splunk-time-series-query/SplunkTimeSeriesQueryEditor.d.ts.map +1 -1
  87. package/lib/queries/splunk-time-series-query/SplunkTimeSeriesQueryEditor.js +3 -3
  88. package/lib/queries/splunk-time-series-query/SplunkTimeSeriesQueryEditor.js.map +1 -1
  89. package/lib/queries/splunk-time-series-query/get-splunk-time-series-data.d.ts +2 -2
  90. package/lib/queries/splunk-time-series-query/get-splunk-time-series-data.d.ts.map +1 -1
  91. package/lib/queries/splunk-time-series-query/get-splunk-time-series-data.js +2 -2
  92. package/lib/queries/splunk-time-series-query/get-splunk-time-series-data.js.map +1 -1
  93. package/lib/queries/splunk-time-series-query/index.js +4 -4
  94. package/lib/queries/splunk-time-series-query/index.js.map +1 -1
  95. package/lib/queries/splunk-time-series-query/splunk-time-series-query-types.d.ts +2 -2
  96. package/lib/queries/splunk-time-series-query/splunk-time-series-query-types.d.ts.map +1 -1
  97. package/lib/queries/splunk-time-series-query/splunk-time-series-query-types.js.map +1 -1
  98. package/lib/setup-tests.d.ts +1 -1
  99. package/lib/setup-tests.d.ts.map +1 -1
  100. package/lib/setup-tests.js +2 -2
  101. package/lib/setup-tests.js.map +1 -1
  102. package/mf-manifest.json +60 -44
  103. package/mf-stats.json +60 -44
  104. package/package.json +10 -9
  105. package/__mf/js/async/116.9f39e2dc.js +0 -7
  106. package/__mf/js/async/121.0ceb8113.js +0 -2
  107. package/__mf/js/async/181.4d01713c.js +0 -2
  108. package/__mf/js/async/332.fc51c4d5.js +0 -139
  109. package/__mf/js/async/386.da241588.js +0 -2
  110. package/__mf/js/async/470.e7f915b7.js +0 -2
  111. package/__mf/js/async/537.880623e7.js +0 -1
  112. package/__mf/js/async/558.db2f2486.js +0 -1
  113. package/__mf/js/async/756.8162c322.js +0 -24
  114. package/__mf/js/async/756.8162c322.js.LICENSE.txt +0 -44
  115. package/__mf/js/async/842.601cf14f.js +0 -1
  116. package/__mf/js/async/941.693e183d.js +0 -2
  117. package/__mf/js/async/963.0f837958.js +0 -1
  118. package/__mf/js/async/982.e5647ac8.js +0 -10
  119. package/__mf/js/async/__federation_expose_SplunkDatasource.b9438a9e.js +0 -2
  120. package/__mf/js/async/__federation_expose_SplunkLogQuery.8d011abe.js +0 -2
  121. package/__mf/js/async/__federation_expose_SplunkTimeSeriesQuery.264a58b9.js +0 -2
  122. package/__mf/js/async/lib-router.31611676.js +0 -2
  123. package/lib/cjs/bootstrap.js +0 -27
  124. package/lib/cjs/datasources/index.js +0 -30
  125. package/lib/cjs/datasources/splunk-datasource/SplunkDatasource.js +0 -69
  126. package/lib/cjs/datasources/splunk-datasource/SplunkDatasourceEditor.js +0 -71
  127. package/lib/cjs/datasources/splunk-datasource/index.js +0 -32
  128. package/lib/cjs/datasources/splunk-datasource/splunk-datasource-types.js +0 -16
  129. package/lib/cjs/env.d.js +0 -14
  130. package/lib/cjs/getPluginModule.js +0 -39
  131. package/lib/cjs/index-federation.js +0 -55
  132. package/lib/cjs/index.js +0 -39
  133. package/lib/cjs/model/index.js +0 -31
  134. package/lib/cjs/model/splunk-client-types.js +0 -16
  135. package/lib/cjs/model/splunk-client.js +0 -151
  136. package/lib/cjs/queries/constants.js +0 -25
  137. package/lib/cjs/queries/index.js +0 -31
  138. package/lib/cjs/queries/splunk-log-query/SplunkLogQuery.js +0 -43
  139. package/lib/cjs/queries/splunk-log-query/SplunkLogQueryEditor.js +0 -95
  140. package/lib/cjs/queries/splunk-log-query/get-splunk-log-data.js +0 -127
  141. package/lib/cjs/queries/splunk-log-query/index.js +0 -33
  142. package/lib/cjs/queries/splunk-log-query/log-query-plugin-interface.js +0 -16
  143. package/lib/cjs/queries/splunk-log-query/splunk-log-query-types.js +0 -16
  144. package/lib/cjs/queries/splunk-time-series-query/SplunkTimeSeriesQuery.js +0 -43
  145. package/lib/cjs/queries/splunk-time-series-query/SplunkTimeSeriesQueryEditor.js +0 -95
  146. package/lib/cjs/queries/splunk-time-series-query/get-splunk-time-series-data.js +0 -106
  147. package/lib/cjs/queries/splunk-time-series-query/index.js +0 -33
  148. package/lib/cjs/queries/splunk-time-series-query/splunk-time-series-query-types.js +0 -16
  149. package/lib/cjs/setup-tests.js +0 -19
  150. /package/__mf/css/async/{116.85c2cbf6.css → 788.85c2cbf6.css} +0 -0
  151. /package/__mf/js/async/{121.0ceb8113.js.LICENSE.txt → 121.cd990f2a.js.LICENSE.txt} +0 -0
  152. /package/__mf/js/async/{181.4d01713c.js.LICENSE.txt → 181.45639ce7.js.LICENSE.txt} +0 -0
  153. /package/__mf/js/async/{470.e7f915b7.js.LICENSE.txt → 470.39364cc9.js.LICENSE.txt} +0 -0
  154. /package/__mf/js/async/{386.da241588.js.LICENSE.txt → 562.faedd192.js.LICENSE.txt} +0 -0
  155. /package/__mf/js/async/{941.693e183d.js.LICENSE.txt → 941.049134e9.js.LICENSE.txt} +0 -0
  156. /package/__mf/js/async/{982.e5647ac8.js.LICENSE.txt → 982.8181aade.js.LICENSE.txt} +0 -0
  157. /package/__mf/js/async/{__federation_expose_SplunkDatasource.b9438a9e.js.LICENSE.txt → __federation_expose_SplunkDatasource.5b9ca25b.js.LICENSE.txt} +0 -0
  158. /package/__mf/js/async/{__federation_expose_SplunkLogQuery.8d011abe.js.LICENSE.txt → __federation_expose_SplunkLogQuery.5e35f21f.js.LICENSE.txt} +0 -0
  159. /package/__mf/js/async/{__federation_expose_SplunkTimeSeriesQuery.264a58b9.js.LICENSE.txt → __federation_expose_SplunkTimeSeriesQuery.62f3d6f2.js.LICENSE.txt} +0 -0
  160. /package/__mf/js/async/{lib-router.31611676.js.LICENSE.txt → lib-router.02ac6b0e.js.LICENSE.txt} +0 -0
@@ -1,2 +0,0 @@
1
- /*! For license information please see 121.0ceb8113.js.LICENSE.txt */
2
- "use strict";(self.chunk_Splunk=self.chunk_Splunk||[]).push([["121"],{14403(e,t){var r=Symbol.for("react.element"),n=Symbol.for("react.portal"),o=Symbol.for("react.fragment"),u=Symbol.for("react.strict_mode"),a=Symbol.for("react.profiler"),c=Symbol.for("react.provider"),i=Symbol.for("react.context"),f=Symbol.for("react.forward_ref"),l=Symbol.for("react.suspense"),s=Symbol.for("react.memo"),p=Symbol.for("react.lazy"),y=Symbol.iterator,d={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},_=Object.assign,h={};function m(e,t,r){this.props=e,this.context=t,this.refs=h,this.updater=r||d}function b(){}function v(e,t,r){this.props=e,this.context=t,this.refs=h,this.updater=r||d}m.prototype.isReactComponent={},m.prototype.setState=function(e,t){if("object"!=typeof e&&"function"!=typeof e&&null!=e)throw Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,e,t,"setState")},m.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")},b.prototype=m.prototype;var S=v.prototype=new b;S.constructor=v,_(S,m.prototype),S.isPureReactComponent=!0;var k=Array.isArray,E=Object.prototype.hasOwnProperty,$={current:null},w={key:!0,ref:!0,__self:!0,__source:!0};function R(e,t,n){var o,u={},a=null,c=null;if(null!=t)for(o in void 0!==t.ref&&(c=t.ref),void 0!==t.key&&(a=""+t.key),t)E.call(t,o)&&!w.hasOwnProperty(o)&&(u[o]=t[o]);var i=arguments.length-2;if(1===i)u.children=n;else if(1<i){for(var f=Array(i),l=0;l<i;l++)f[l]=arguments[l+2];u.children=f}if(e&&e.defaultProps)for(o in i=e.defaultProps)void 0===u[o]&&(u[o]=i[o]);return{$$typeof:r,type:e,key:a,ref:c,props:u,_owner:$.current}}function C(e){return"object"==typeof e&&null!==e&&e.$$typeof===r}var g=/\/+/g;function j(e,t){var r,n;return"object"==typeof e&&null!==e&&null!=e.key?(r=""+e.key,n={"=":"=0",":":"=2"},"$"+r.replace(/[=:]/g,function(e){return n[e]})):t.toString(36)}function O(e,t,o){if(null==e)return e;var u=[],a=0;return!function e(t,o,u,a,c){var i,f,l,s=typeof t;("undefined"===s||"boolean"===s)&&(t=null);var p=!1;if(null===t)p=!0;else switch(s){case"string":case"number":p=!0;break;case"object":switch(t.$$typeof){case r:case n:p=!0}}if(p)return c=c(p=t),t=""===a?"."+j(p,0):a,k(c)?(u="",null!=t&&(u=t.replace(g,"$&/")+"/"),e(c,o,u,"",function(e){return e})):null!=c&&(C(c)&&(i=c,f=u+(!c.key||p&&p.key===c.key?"":(""+c.key).replace(g,"$&/")+"/")+t,c={$$typeof:r,type:i.type,key:f,ref:i.ref,props:i.props,_owner:i._owner}),o.push(c)),1;if(p=0,a=""===a?".":a+":",k(t))for(var d=0;d<t.length;d++){var _=a+j(s=t[d],d);p+=e(s,o,u,_,c)}else if("function"==typeof(_=null===(l=t)||"object"!=typeof l?null:"function"==typeof(l=y&&l[y]||l["@@iterator"])?l:null))for(t=_.call(t),d=0;!(s=t.next()).done;)_=a+j(s=s.value,d++),p+=e(s,o,u,_,c);else if("object"===s)throw Error("Objects are not valid as a React child (found: "+("[object Object]"===(o=String(t))?"object with keys {"+Object.keys(t).join(", ")+"}":o)+"). If you meant to render a collection of children, use an array instead.");return p}(e,u,"","",function(e){return t.call(o,e,a++)}),u}function x(e){if(-1===e._status){var t=e._result;(t=t()).then(function(t){(0===e._status||-1===e._status)&&(e._status=1,e._result=t)},function(t){(0===e._status||-1===e._status)&&(e._status=2,e._result=t)}),-1===e._status&&(e._status=0,e._result=t)}if(1===e._status)return e._result.default;throw e._result}var P={current:null},I={transition:null};function T(){throw Error("act(...) is not supported in production builds of React.")}t.Children={map:O,forEach:function(e,t,r){O(e,function(){t.apply(this,arguments)},r)},count:function(e){var t=0;return O(e,function(){t++}),t},toArray:function(e){return O(e,function(e){return e})||[]},only:function(e){if(!C(e))throw Error("React.Children.only expected to receive a single React element child.");return e}},t.Component=m,t.Fragment=o,t.Profiler=a,t.PureComponent=v,t.StrictMode=u,t.Suspense=l,t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED={ReactCurrentDispatcher:P,ReactCurrentBatchConfig:I,ReactCurrentOwner:$},t.act=T,t.cloneElement=function(e,t,n){if(null==e)throw Error("React.cloneElement(...): The argument must be a React element, but you passed "+e+".");var o=_({},e.props),u=e.key,a=e.ref,c=e._owner;if(null!=t){if(void 0!==t.ref&&(a=t.ref,c=$.current),void 0!==t.key&&(u=""+t.key),e.type&&e.type.defaultProps)var i=e.type.defaultProps;for(f in t)E.call(t,f)&&!w.hasOwnProperty(f)&&(o[f]=void 0===t[f]&&void 0!==i?i[f]:t[f])}var f=arguments.length-2;if(1===f)o.children=n;else if(1<f){i=Array(f);for(var l=0;l<f;l++)i[l]=arguments[l+2];o.children=i}return{$$typeof:r,type:e.type,key:u,ref:a,props:o,_owner:c}},t.createContext=function(e){return(e={$$typeof:i,_currentValue:e,_currentValue2:e,_threadCount:0,Provider:null,Consumer:null,_defaultValue:null,_globalName:null}).Provider={$$typeof:c,_context:e},e.Consumer=e},t.createElement=R,t.createFactory=function(e){var t=R.bind(null,e);return t.type=e,t},t.createRef=function(){return{current:null}},t.forwardRef=function(e){return{$$typeof:f,render:e}},t.isValidElement=C,t.lazy=function(e){return{$$typeof:p,_payload:{_status:-1,_result:e},_init:x}},t.memo=function(e,t){return{$$typeof:s,type:e,compare:void 0===t?null:t}},t.startTransition=function(e){var t=I.transition;I.transition={};try{e()}finally{I.transition=t}},t.unstable_act=T,t.useCallback=function(e,t){return P.current.useCallback(e,t)},t.useContext=function(e){return P.current.useContext(e)},t.useDebugValue=function(){},t.useDeferredValue=function(e){return P.current.useDeferredValue(e)},t.useEffect=function(e,t){return P.current.useEffect(e,t)},t.useId=function(){return P.current.useId()},t.useImperativeHandle=function(e,t,r){return P.current.useImperativeHandle(e,t,r)},t.useInsertionEffect=function(e,t){return P.current.useInsertionEffect(e,t)},t.useLayoutEffect=function(e,t){return P.current.useLayoutEffect(e,t)},t.useMemo=function(e,t){return P.current.useMemo(e,t)},t.useReducer=function(e,t,r){return P.current.useReducer(e,t,r)},t.useRef=function(e){return P.current.useRef(e)},t.useState=function(e){return P.current.useState(e)},t.useSyncExternalStore=function(e,t,r){return P.current.useSyncExternalStore(e,t,r)},t.useTransition=function(){return P.current.useTransition()},t.version="18.3.1"},63696(e,t,r){e.exports=r(14403)}}]);
@@ -1,2 +0,0 @@
1
- /*! For license information please see 181.4d01713c.js.LICENSE.txt */
2
- "use strict";(self.chunk_Splunk=self.chunk_Splunk||[]).push([["181"],{2192(e,r,o){var t=o(70451),n=Symbol.for("react.element"),_=Symbol.for("react.fragment"),f=Object.prototype.hasOwnProperty,l=t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,s={key:!0,ref:!0,__self:!0,__source:!0};function u(e,r,o){var t,_={},u=null,p=null;for(t in void 0!==o&&(u=""+o),void 0!==r.key&&(u=""+r.key),void 0!==r.ref&&(p=r.ref),r)f.call(r,t)&&!s.hasOwnProperty(t)&&(_[t]=r[t]);if(e&&e.defaultProps)for(t in r=e.defaultProps)void 0===_[t]&&(_[t]=r[t]);return{$$typeof:n,type:e,key:u,ref:p,props:_,_owner:l.current}}r.Fragment=_,r.jsx=u,r.jsxs=u},62540(e,r,o){e.exports=o(2192)}}]);