react-semaphor 0.0.145 → 0.0.146

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.
package/dist/index.d.ts CHANGED
@@ -231,6 +231,8 @@ export declare type DashboardStore = {
231
231
  actions: Actions;
232
232
  };
233
233
 
234
+ export declare const DashboardWC: CustomElementConstructor;
235
+
234
236
  export declare const DATE_DATA_TYPES: string[];
235
237
 
236
238
  declare type EditorStore = {
@@ -1,32 +1,33 @@
1
- import { a4 as o, a3 as r, Z as d, a0 as i, _ as l, a2 as D, ai as T, aj as u, a1 as A, al as n, a7 as S, a5 as m, am as E, a9 as h, ak as b, a8 as _, ab as g, a6 as p, aa as C, ad as c, X as f, Y as y, af as P, ae as Y, ah as k, ac as q, ag as B } from "./index-wAmQju6Q.js";
1
+ import { a5 as t, a4 as r, Z as d, a1 as i, a0 as D, _ as l, a3 as T, aj as u, ak as n, a2 as A, am as S, a8 as h, a6 as m, an as E, aa as b, al as C, a9 as _, ac as g, a7 as p, ab as c, ae as f, X as y, Y as P, ag as Y, af as k, ai as q, ad as B, ah as N } from "./index-sA_OCM2k.js";
2
2
  import "react";
3
3
  import "react-dom";
4
4
  export {
5
- o as BOOLEAN_DATA_TYPES,
5
+ t as BOOLEAN_DATA_TYPES,
6
6
  r as DATE_DATA_TYPES,
7
7
  d as Dashboard,
8
8
  i as DashboardCard,
9
- l as DashboardPlus,
10
- D as NUMBER_DATA_TYPES,
11
- T as SelectComponent,
12
- u as SemaphorQueryClient,
9
+ D as DashboardPlus,
10
+ l as DashboardWC,
11
+ T as NUMBER_DATA_TYPES,
12
+ u as SelectComponent,
13
+ n as SemaphorQueryClient,
13
14
  A as TEXT_DATA_TYPES,
14
- n as cleanCard,
15
- S as createSqlGenConfig,
15
+ S as cleanCard,
16
+ h as createSqlGenConfig,
16
17
  m as fmt,
17
18
  E as getBookmarkKey,
18
- h as getColumnDataType,
19
- b as getDashbaordStateWithoutData,
19
+ b as getColumnDataType,
20
+ C as getDashbaordStateWithoutData,
20
21
  _ as getFilterValueType,
21
22
  g as getQualifiedTableName,
22
23
  p as getSql,
23
- C as isColumnInSqlGen,
24
- c as resolveDataType,
25
- f as useCard,
26
- y as useDashboard,
27
- P as useDashboardActions,
28
- Y as useDashboardStore,
29
- k as useEditorActions,
30
- q as useEditorAside,
31
- B as useEditorStore
24
+ c as isColumnInSqlGen,
25
+ f as resolveDataType,
26
+ y as useCard,
27
+ P as useDashboard,
28
+ Y as useDashboardActions,
29
+ k as useDashboardStore,
30
+ q as useEditorActions,
31
+ B as useEditorAside,
32
+ N as useEditorStore
32
33
  };