@superblocksteam/library 2.0.3-next.195 → 2.0.3-next.197

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 (28) hide show
  1. package/dist/{allPaths-TKGgbejI.js → allPaths-BTYAJAA3.js} +2 -2
  2. package/dist/{allPaths-TKGgbejI.js.map → allPaths-BTYAJAA3.js.map} +1 -1
  3. package/dist/{allPaths-CPmeaksr.js → allPaths-k-ermJRk.js} +2 -2
  4. package/dist/{allPaths-CPmeaksr.js.map → allPaths-k-ermJRk.js.map} +1 -1
  5. package/dist/{allPathsLoader-B0O4sfbG.js → allPathsLoader-DGPQhqI0.js} +3 -3
  6. package/dist/{allPathsLoader-DhkzAeHr.js.map → allPathsLoader-DGPQhqI0.js.map} +1 -1
  7. package/dist/{allPathsLoader-DhkzAeHr.js → allPathsLoader-XDG2QDHX.js} +3 -3
  8. package/dist/{allPathsLoader-B0O4sfbG.js.map → allPathsLoader-XDG2QDHX.js.map} +1 -1
  9. package/dist/devtools-consolidated-CuKf4Mw6.js +590 -0
  10. package/dist/devtools-consolidated-CuKf4Mw6.js.map +1 -0
  11. package/dist/{index-DzenoqnP.js → index-CFz3UGkJ.js} +331 -270
  12. package/dist/{index-DzenoqnP.js.map → index-CFz3UGkJ.js.map} +1 -1
  13. package/dist/index.css +166 -0
  14. package/dist/index.js +149 -149
  15. package/dist/{splitPathsBySizeLoader-DQGuCgWt.js → splitPathsBySizeLoader-9ypptKho.js} +2 -2
  16. package/dist/{splitPathsBySizeLoader-DQGuCgWt.js.map → splitPathsBySizeLoader-9ypptKho.js.map} +1 -1
  17. package/dist/{splitPathsBySizeLoader-DH3bh2P5.js → splitPathsBySizeLoader-CW0AvZcf.js} +2 -2
  18. package/dist/{splitPathsBySizeLoader-DH3bh2P5.js.map → splitPathsBySizeLoader-CW0AvZcf.js.map} +1 -1
  19. package/dist-types/lib/internal-details/lib/devtools/devtools-consolidated.d.ts +5 -0
  20. package/dist-types/lib/internal-details/lib/devtools/index.d.ts +4 -0
  21. package/dist-types/lib/internal-details/lib/devtools/serialize-store-data.d.ts +1 -0
  22. package/dist-types/lib/user-facing/components/table/column-properties-panel.d.ts +12 -9
  23. package/dist-types/lib/user-facing/components/table/derived-properties.d.ts +1 -0
  24. package/dist-types/lib/user-facing/components/table/index.d.ts +12 -9
  25. package/dist-types/lib/user-facing/components/table/props.d.ts +12 -9
  26. package/dist-types/lib/user-facing/themes/constants.d.ts +7 -2
  27. package/package.json +3 -4
  28. package/dist-types/lib/internal-details/lib/devtools.d.ts +0 -1
package/dist/index.css CHANGED
@@ -34243,3 +34243,169 @@ b {
34243
34243
  border-color: #f45252;
34244
34244
  }
34245
34245
  }
34246
+ /* base styles */
34247
+
34248
+ ._GzYRV {
34249
+ line-height: 1.2;
34250
+ white-space: pre-wrap;
34251
+ white-space: -moz-pre-wrap;
34252
+ white-space: -pre-wrap;
34253
+ white-space: -o-pre-wrap;
34254
+ word-wrap: break-word;
34255
+ }
34256
+
34257
+ ._3eOF8 {
34258
+ margin-right: 5px;
34259
+ font-weight: bold;
34260
+ }
34261
+
34262
+ ._3eOF8 + ._3eOF8 {
34263
+ margin-left: -5px;
34264
+ }
34265
+
34266
+ ._1MFti {
34267
+ cursor: pointer;
34268
+ }
34269
+
34270
+ ._f10Tu {
34271
+ font-size: 1.2em;
34272
+ margin-right: 5px;
34273
+ -webkit-user-select: none;
34274
+ -moz-user-select: none;
34275
+ user-select: none;
34276
+ }
34277
+
34278
+ ._1UmXx::after {
34279
+ content: '\25B8';
34280
+ }
34281
+
34282
+ ._1LId0::after {
34283
+ content: '\25BE';
34284
+ }
34285
+
34286
+ ._1pNG9 {
34287
+ margin-right: 5px;
34288
+ }
34289
+
34290
+ ._1pNG9::after {
34291
+ content: '...';
34292
+ font-size: 0.8em;
34293
+ }
34294
+
34295
+ ._2IvMF {
34296
+ background: #eee;
34297
+ }
34298
+
34299
+ ._2bkNM {
34300
+ margin: 0;
34301
+ padding: 0 10px;
34302
+ }
34303
+
34304
+ ._1BXBN {
34305
+ margin: 0;
34306
+ padding: 0;
34307
+ }
34308
+
34309
+ /* default light style */
34310
+ ._1MGIk {
34311
+ font-weight: 600;
34312
+ margin-right: 5px;
34313
+ color: #000000;
34314
+ }
34315
+
34316
+ ._2YKJg {
34317
+ }
34318
+
34319
+ ._3uHL6 {
34320
+ color: #000000;
34321
+ }
34322
+
34323
+ ._2T6PJ {
34324
+ color: #df113a;
34325
+ }
34326
+
34327
+ ._1Gho6 {
34328
+ color: #df113a;
34329
+ }
34330
+
34331
+ ._vGjyY {
34332
+ color: rgb(42, 63, 60);
34333
+ }
34334
+
34335
+ ._1bQdo {
34336
+ color: #0b75f5;
34337
+ }
34338
+
34339
+ ._3zQKs {
34340
+ color: rgb(70, 144, 56);
34341
+ }
34342
+
34343
+ ._1xvuR {
34344
+ color: #43413d;
34345
+ }
34346
+
34347
+ ._oLqym {
34348
+ color: #000000;
34349
+ }
34350
+
34351
+ ._2AXVT {
34352
+ color: #000000;
34353
+ }
34354
+
34355
+ ._2KJWg {
34356
+ color: #000000;
34357
+ }
34358
+
34359
+ /* default dark style */
34360
+ ._11RoI {
34361
+ background: rgb(0, 43, 54);
34362
+ }
34363
+
34364
+ ._17H2C {
34365
+ color: rgb(253, 246, 227);
34366
+ }
34367
+
34368
+ ._3QHg2 {
34369
+ color: rgb(253, 246, 227);
34370
+ }
34371
+
34372
+ ._3fDAz {
34373
+ color: rgb(253, 246, 227);
34374
+ }
34375
+
34376
+ ._2bSDX {
34377
+ font-weight: bolder;
34378
+ margin-right: 5px;
34379
+ color: rgb(253, 246, 227);
34380
+ }
34381
+
34382
+ ._1RQEj {
34383
+ }
34384
+
34385
+ ._gsbQL {
34386
+ color: rgb(253, 246, 227);
34387
+ }
34388
+
34389
+ ._LaAZe {
34390
+ color: rgb(129, 181, 172);
34391
+ }
34392
+
34393
+ ._GTKgm {
34394
+ color: rgb(129, 181, 172);
34395
+ }
34396
+
34397
+ ._Chy1W {
34398
+ color: rgb(203, 75, 22);
34399
+ }
34400
+
34401
+ ._2bveF {
34402
+ color: rgb(211, 54, 130);
34403
+ }
34404
+
34405
+ ._2vRm- {
34406
+ color: rgb(174, 129, 255);
34407
+ }
34408
+
34409
+ ._1prJR {
34410
+ color: rgb(38, 139, 210);
34411
+ }
package/dist/index.js CHANGED
@@ -1,165 +1,165 @@
1
- import { W as clientExports } from "./index-DzenoqnP.js";
2
- import { X, Y, R, K, L, Z, J, $, a0, a1, a2, a3, a4, w, a5, a6, a7, a8, a9, V, aa, P, ab, ac, ad, ae, U, v, S, m, d, e, l, n, k, M, x, q, s, f, i, g, w as w2, c, o, j, h, u, t, A, af, ag, ah, ai, aj, T, ak, al, am, an, ao, ap, aq, ar, as, at, au, av, aw, ax, ay, az, aA, aB, aC, aD, aE, aF, aG, aH, aI, y, aJ, aK, aL, aM, aN, aO, aP, aQ, aR, aS, aT, H, aU, aV, aW, aX, aY, aZ, C, a_, a$, b0, b1, b2, E, b3, b4, z, b5, b6, b7, r, G, F, b8, b9, ba, Q, B, D, bb, bc, bd, be, bf, bg, bh, bi, bj, bk, bl, bm, bn, bo, bp, bq, br, bs, bt, bu, bv, bw, bx, by, bz, bA, bB, bC, bD, bE, bF, bG, bH, O, N, bI } from "./index-DzenoqnP.js";
1
+ import { $ as clientExports } from "./index-CFz3UGkJ.js";
2
+ import { a0, a1, X, O, P, a2, N, a3, a4, a5, a6, a7, a8, B, a9, aa, ab, ac, ad, Z, ae, V, af, ag, ah, ai, Y, z, S, q, d, e, n, s, l, Q, C, v, w, f, i, g, B as B2, c, u, k, h, y, x, A, aj, ak, al, am, an, T, ao, ap, aq, ar, as, at, au, av, aw, ax, ay, az, aA, aB, aC, aD, aE, aF, aG, aH, aI, aJ, aK, aL, aM, D, aN, aO, aP, aQ, aR, aS, aT, aU, aV, aW, aX, M, aY, aZ, a_, a$, b0, b1, G, b2, b3, b4, b5, b6, J, b7, b8, E, b9, ba, bb, r, L, K, bc, bd, be, W, F, H, bf, bg, bh, bi, bj, bk, bl, bm, bn, bo, bp, bq, br, bs, bt, bu, bv, bw, bx, by, bz, bA, bB, bC, bD, bE, bF, bG, bH, bI, bJ, bK, bL, U, R, bM } from "./index-CFz3UGkJ.js";
3
3
  const createRoot = clientExports.createRoot;
4
4
  export {
5
- X as Await,
6
- Y as BrowserRouter,
7
- R as Dim,
8
- K as Embed,
9
- L as Env,
10
- Z as Form,
11
- J as Global,
12
- $ as HashRouter,
13
- a0 as IDLE_BLOCKER,
14
- a1 as IDLE_FETCHER,
15
- a2 as IDLE_NAVIGATION,
16
- a3 as Link,
17
- a4 as Links,
18
- w as MakeEditableWithSuperblocks,
19
- a5 as MemoryRouter,
20
- a6 as Meta,
21
- a7 as NavLink,
22
- a8 as Navigate,
23
- a9 as NavigationType,
24
- V as Outlet,
25
- aa as PrefetchPageLinks,
26
- P as Prop,
27
- ab as Route,
28
- ac as Router,
29
- ad as RouterProvider,
30
- ae as Routes,
31
- U as SB,
32
- v as SbApi,
5
+ a0 as Await,
6
+ a1 as BrowserRouter,
7
+ X as Dim,
8
+ O as Embed,
9
+ P as Env,
10
+ a2 as Form,
11
+ N as Global,
12
+ a3 as HashRouter,
13
+ a4 as IDLE_BLOCKER,
14
+ a5 as IDLE_FETCHER,
15
+ a6 as IDLE_NAVIGATION,
16
+ a7 as Link,
17
+ a8 as Links,
18
+ B as MakeEditableWithSuperblocks,
19
+ a9 as MemoryRouter,
20
+ aa as Meta,
21
+ ab as NavLink,
22
+ ac as Navigate,
23
+ ad as NavigationType,
24
+ Z as Outlet,
25
+ ae as PrefetchPageLinks,
26
+ V as Prop,
27
+ af as Route,
28
+ ag as Router,
29
+ ah as RouterProvider,
30
+ ai as Routes,
31
+ Y as SB,
32
+ z as SbApi,
33
33
  S as SbButton,
34
- m as SbCheckbox,
34
+ q as SbCheckbox,
35
35
  d as SbColumn,
36
36
  e as SbContainer,
37
- l as SbCustom,
38
- n as SbDatePicker,
39
- k as SbDropdown,
40
- M as SbEvent,
41
- x as SbEventFlow,
42
- q as SbIcon,
43
- s as SbImage,
37
+ n as SbCustom,
38
+ s as SbDatePicker,
39
+ l as SbDropdown,
40
+ Q as SbEvent,
41
+ C as SbEventFlow,
42
+ v as SbIcon,
43
+ w as SbImage,
44
44
  f as SbInput,
45
45
  i as SbModal,
46
46
  g as SbPage,
47
- w2 as SbProvider,
47
+ B2 as SbProvider,
48
48
  c as SbSection,
49
- o as SbSwitch,
50
- j as SbTable,
49
+ u as SbSwitch,
50
+ k as SbTable,
51
51
  h as SbText,
52
- u as SbTimer,
53
- t as SbVariable,
52
+ y as SbTimer,
53
+ x as SbVariable,
54
54
  A as SbVariablePersistence,
55
- af as Scripts,
56
- ag as ScrollRestoration,
57
- ah as ServerRouter,
58
- ai as StaticRouter,
59
- aj as StaticRouterProvider,
55
+ aj as Scripts,
56
+ ak as ScrollRestoration,
57
+ al as ServerRouter,
58
+ am as StaticRouter,
59
+ an as StaticRouterProvider,
60
60
  T as Theme,
61
- ak as UNSAFE_DataRouterContext,
62
- al as UNSAFE_DataRouterStateContext,
63
- am as UNSAFE_ErrorResponseImpl,
64
- an as UNSAFE_FetchersContext,
65
- ao as UNSAFE_FrameworkContext,
66
- ap as UNSAFE_LocationContext,
67
- aq as UNSAFE_NavigationContext,
68
- ar as UNSAFE_RemixErrorBoundary,
69
- as as UNSAFE_RouteContext,
70
- at as UNSAFE_ServerMode,
71
- au as UNSAFE_SingleFetchRedirectSymbol,
72
- av as UNSAFE_ViewTransitionContext,
73
- aw as UNSAFE_createBrowserHistory,
74
- ax as UNSAFE_createClientRoutes,
75
- ay as UNSAFE_createClientRoutesWithHMRRevalidationOptOut,
76
- az as UNSAFE_createRouter,
77
- aA as UNSAFE_decodeViaTurboStream,
78
- aB as UNSAFE_deserializeErrors,
79
- aC as UNSAFE_getPatchRoutesOnNavigationFunction,
80
- aD as UNSAFE_getSingleFetchDataStrategy,
81
- aE as UNSAFE_invariant,
82
- aF as UNSAFE_mapRouteProperties,
83
- aG as UNSAFE_shouldHydrateRouteLoader,
84
- aH as UNSAFE_useFogOFWarDiscovery,
85
- aI as UNSAFE_useScrollRestoration,
86
- y as copyToClipboard,
87
- aJ as createBrowserRouter,
88
- aK as createCookie,
89
- aL as createCookieSessionStorage,
90
- aM as createHashRouter,
91
- aN as createMemoryRouter,
92
- aO as createMemorySessionStorage,
93
- aP as createPath,
94
- aQ as createRequestHandler,
61
+ ao as UNSAFE_DataRouterContext,
62
+ ap as UNSAFE_DataRouterStateContext,
63
+ aq as UNSAFE_ErrorResponseImpl,
64
+ ar as UNSAFE_FetchersContext,
65
+ as as UNSAFE_FrameworkContext,
66
+ at as UNSAFE_LocationContext,
67
+ au as UNSAFE_NavigationContext,
68
+ av as UNSAFE_RemixErrorBoundary,
69
+ aw as UNSAFE_RouteContext,
70
+ ax as UNSAFE_ServerMode,
71
+ ay as UNSAFE_SingleFetchRedirectSymbol,
72
+ az as UNSAFE_ViewTransitionContext,
73
+ aA as UNSAFE_createBrowserHistory,
74
+ aB as UNSAFE_createClientRoutes,
75
+ aC as UNSAFE_createClientRoutesWithHMRRevalidationOptOut,
76
+ aD as UNSAFE_createRouter,
77
+ aE as UNSAFE_decodeViaTurboStream,
78
+ aF as UNSAFE_deserializeErrors,
79
+ aG as UNSAFE_getPatchRoutesOnNavigationFunction,
80
+ aH as UNSAFE_getSingleFetchDataStrategy,
81
+ aI as UNSAFE_invariant,
82
+ aJ as UNSAFE_mapRouteProperties,
83
+ aK as UNSAFE_shouldHydrateRouteLoader,
84
+ aL as UNSAFE_useFogOFWarDiscovery,
85
+ aM as UNSAFE_useScrollRestoration,
86
+ D as copyToClipboard,
87
+ aN as createBrowserRouter,
88
+ aO as createCookie,
89
+ aP as createCookieSessionStorage,
90
+ aQ as createHashRouter,
91
+ aR as createMemoryRouter,
92
+ aS as createMemorySessionStorage,
93
+ aT as createPath,
94
+ aU as createRequestHandler,
95
95
  createRoot,
96
- aR as createRoutesFromChildren,
97
- aS as createRoutesFromElements,
98
- aT as createRoutesStub,
99
- H as createSbScope,
100
- aU as createSearchParams,
101
- aV as createSession,
102
- aW as createSessionStorage,
103
- aX as createStaticHandler,
104
- aY as createStaticRouter,
105
- aZ as data,
106
- C as download,
107
- a_ as generatePath,
108
- a$ as href,
109
- b0 as isCookie,
110
- b1 as isRouteErrorResponse,
111
- b2 as isSession,
112
- E as logoutIntegrations,
113
- b3 as matchPath,
114
- b4 as matchRoutes,
115
- z as navigateTo,
116
- b5 as parsePath,
117
- b6 as redirect,
118
- b7 as redirectDocument,
96
+ aV as createRoutesFromChildren,
97
+ aW as createRoutesFromElements,
98
+ aX as createRoutesStub,
99
+ M as createSbScope,
100
+ aY as createSearchParams,
101
+ aZ as createSession,
102
+ a_ as createSessionStorage,
103
+ a$ as createStaticHandler,
104
+ b0 as createStaticRouter,
105
+ b1 as data,
106
+ G as download,
107
+ b2 as generatePath,
108
+ b3 as href,
109
+ b4 as isCookie,
110
+ b5 as isRouteErrorResponse,
111
+ b6 as isSession,
112
+ J as logoutIntegrations,
113
+ b7 as matchPath,
114
+ b8 as matchRoutes,
115
+ E as navigateTo,
116
+ b9 as parsePath,
117
+ ba as redirect,
118
+ bb as redirectDocument,
119
119
  r as registerComponent,
120
- G as registerPage,
121
- F as registerScope,
122
- b8 as renderMatches,
123
- b9 as replace,
124
- ba as resolvePath,
125
- Q as sbComputed,
126
- B as setQueryParams,
127
- D as showAlert,
128
- bb as unstable_HistoryRouter,
129
- bc as unstable_RouterContextProvider,
130
- bd as unstable_createContext,
131
- be as unstable_setDevServerHooks,
132
- bf as unstable_usePrompt,
133
- bg as useActionData,
134
- bh as useAsyncError,
135
- bi as useAsyncValue,
136
- bj as useBeforeUnload,
137
- bk as useBlocker,
138
- bl as useFetcher,
139
- bm as useFetchers,
140
- bn as useFormAction,
141
- bo as useHref,
142
- bp as useInRouterContext,
143
- bq as useLinkClickHandler,
144
- br as useLoaderData,
145
- bs as useLocation,
146
- bt as useMatch,
147
- bu as useMatches,
148
- bv as useNavigate,
149
- bw as useNavigation,
150
- bx as useNavigationType,
151
- by as useOutlet,
152
- bz as useOutletContext,
153
- bA as useParams,
154
- bB as useResolvedPath,
155
- bC as useRevalidator,
156
- bD as useRouteError,
157
- bE as useRouteLoaderData,
158
- bF as useRoutes,
159
- bG as useSearchParams,
160
- bH as useSubmit,
161
- O as useTheme,
162
- N as useUpdateProperties,
163
- bI as useViewTransitionState
120
+ L as registerPage,
121
+ K as registerScope,
122
+ bc as renderMatches,
123
+ bd as replace,
124
+ be as resolvePath,
125
+ W as sbComputed,
126
+ F as setQueryParams,
127
+ H as showAlert,
128
+ bf as unstable_HistoryRouter,
129
+ bg as unstable_RouterContextProvider,
130
+ bh as unstable_createContext,
131
+ bi as unstable_setDevServerHooks,
132
+ bj as unstable_usePrompt,
133
+ bk as useActionData,
134
+ bl as useAsyncError,
135
+ bm as useAsyncValue,
136
+ bn as useBeforeUnload,
137
+ bo as useBlocker,
138
+ bp as useFetcher,
139
+ bq as useFetchers,
140
+ br as useFormAction,
141
+ bs as useHref,
142
+ bt as useInRouterContext,
143
+ bu as useLinkClickHandler,
144
+ bv as useLoaderData,
145
+ bw as useLocation,
146
+ bx as useMatch,
147
+ by as useMatches,
148
+ bz as useNavigate,
149
+ bA as useNavigation,
150
+ bB as useNavigationType,
151
+ bC as useOutlet,
152
+ bD as useOutletContext,
153
+ bE as useParams,
154
+ bF as useResolvedPath,
155
+ bG as useRevalidator,
156
+ bH as useRouteError,
157
+ bI as useRouteLoaderData,
158
+ bJ as useRoutes,
159
+ bK as useSearchParams,
160
+ bL as useSubmit,
161
+ U as useTheme,
162
+ R as useUpdateProperties,
163
+ bM as useViewTransitionState
164
164
  };
165
165
  //# sourceMappingURL=index.js.map
@@ -1,4 +1,4 @@
1
- import { _ as __awaiter, a as __generator, p as pascalCase, I as IconSize } from "./index-DzenoqnP.js";
1
+ import { _ as __awaiter, a as __generator, p as pascalCase, I as IconSize } from "./index-CFz3UGkJ.js";
2
2
  var splitPathsBySizeLoader = function(name, size) {
3
3
  return __awaiter(void 0, void 0, void 0, function() {
4
4
  var key, pathsRecord;
@@ -31,4 +31,4 @@ var splitPathsBySizeLoader = function(name, size) {
31
31
  export {
32
32
  splitPathsBySizeLoader
33
33
  };
34
- //# sourceMappingURL=splitPathsBySizeLoader-DQGuCgWt.js.map
34
+ //# sourceMappingURL=splitPathsBySizeLoader-9ypptKho.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"splitPathsBySizeLoader-DQGuCgWt.js","sources":["../../../node_modules/.pnpm/@blueprintjs+icons@5.18.1_@types+react@18.3.18_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@blueprintjs/icons/lib/esm/paths-loaders/splitPathsBySizeLoader.js"],"sourcesContent":["/*\n * Copyright 2023 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nimport { __awaiter, __generator } from \"tslib\";\nimport { pascalCase } from \"change-case\";\nimport { IconSize } from \"../iconTypes\";\n/**\n * A dynamic loader for icon paths that generates separate chunks for the two size variants.\n */\nexport var splitPathsBySizeLoader = function (name, size) { return __awaiter(void 0, void 0, void 0, function () {\n var key, pathsRecord;\n return __generator(this, function (_a) {\n switch (_a.label) {\n case 0:\n key = pascalCase(name);\n if (!(size === IconSize.STANDARD)) return [3 /*break*/, 2];\n return [4 /*yield*/, import(\n /* webpackChunkName: \"blueprint-icons-16px-paths\" */\n \"../generated/16px/paths\")];\n case 1:\n pathsRecord = _a.sent();\n return [3 /*break*/, 4];\n case 2: return [4 /*yield*/, import(\n /* webpackChunkName: \"blueprint-icons-20px-paths\" */\n \"../generated/20px/paths\")];\n case 3:\n pathsRecord = _a.sent();\n _a.label = 4;\n case 4: return [2 /*return*/, pathsRecord[key]];\n }\n });\n}); };\n//# sourceMappingURL=splitPathsBySizeLoader.js.map"],"names":[],"mappings":";AAqBU,IAAC,yBAAyB,SAAU,MAAM,MAAM;AAAE,SAAO,UAAU,QAAQ,QAAQ,QAAQ,WAAY;AAC7G,QAAI,KAAK;AACT,WAAO,YAAY,MAAM,SAAU,IAAI;AACnC,cAAQ,GAAG,OAAK;AAAA,QACZ,KAAK;AACD,gBAAM,WAAW,IAAI;AACrB,cAAI,EAAE,SAAS,SAAS,UAAW,QAAO,CAAC,GAAa,CAAC;AACzD,iBAAO,CAAC,GAAa;AAAA;AAAA,YAEjB;AAAA,UAAyB,kBAAC;AAAA,QAClC,KAAK;AACD,wBAAc,GAAG,KAAM;AACvB,iBAAO,CAAC,GAAa,CAAC;AAAA,QAC1B,KAAK;AAAG,iBAAO,CAAC,GAAa;AAAA;AAAA,YAEzB;AAAA,UAAyB,kBAAC;AAAA,QAC9B,KAAK;AACD,wBAAc,GAAG,KAAM;AACvB,aAAG,QAAQ;AAAA,QACf,KAAK;AAAG,iBAAO,CAAC,GAAc,YAAY,GAAG,CAAC;AAAA,MAC1D;AAAA,IACA,CAAK;AAAA,EACL,CAAC;AAAE;","x_google_ignoreList":[0]}
1
+ {"version":3,"file":"splitPathsBySizeLoader-9ypptKho.js","sources":["../../../node_modules/.pnpm/@blueprintjs+icons@5.18.1_@types+react@18.3.18_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@blueprintjs/icons/lib/esm/paths-loaders/splitPathsBySizeLoader.js"],"sourcesContent":["/*\n * Copyright 2023 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nimport { __awaiter, __generator } from \"tslib\";\nimport { pascalCase } from \"change-case\";\nimport { IconSize } from \"../iconTypes\";\n/**\n * A dynamic loader for icon paths that generates separate chunks for the two size variants.\n */\nexport var splitPathsBySizeLoader = function (name, size) { return __awaiter(void 0, void 0, void 0, function () {\n var key, pathsRecord;\n return __generator(this, function (_a) {\n switch (_a.label) {\n case 0:\n key = pascalCase(name);\n if (!(size === IconSize.STANDARD)) return [3 /*break*/, 2];\n return [4 /*yield*/, import(\n /* webpackChunkName: \"blueprint-icons-16px-paths\" */\n \"../generated/16px/paths\")];\n case 1:\n pathsRecord = _a.sent();\n return [3 /*break*/, 4];\n case 2: return [4 /*yield*/, import(\n /* webpackChunkName: \"blueprint-icons-20px-paths\" */\n \"../generated/20px/paths\")];\n case 3:\n pathsRecord = _a.sent();\n _a.label = 4;\n case 4: return [2 /*return*/, pathsRecord[key]];\n }\n });\n}); };\n//# sourceMappingURL=splitPathsBySizeLoader.js.map"],"names":[],"mappings":";AAqBU,IAAC,yBAAyB,SAAU,MAAM,MAAM;AAAE,SAAO,UAAU,QAAQ,QAAQ,QAAQ,WAAY;AAC7G,QAAI,KAAK;AACT,WAAO,YAAY,MAAM,SAAU,IAAI;AACnC,cAAQ,GAAG,OAAK;AAAA,QACZ,KAAK;AACD,gBAAM,WAAW,IAAI;AACrB,cAAI,EAAE,SAAS,SAAS,UAAW,QAAO,CAAC,GAAa,CAAC;AACzD,iBAAO,CAAC,GAAa;AAAA;AAAA,YAEjB;AAAA,UAAyB,kBAAC;AAAA,QAClC,KAAK;AACD,wBAAc,GAAG,KAAM;AACvB,iBAAO,CAAC,GAAa,CAAC;AAAA,QAC1B,KAAK;AAAG,iBAAO,CAAC,GAAa;AAAA;AAAA,YAEzB;AAAA,UAAyB,kBAAC;AAAA,QAC9B,KAAK;AACD,wBAAc,GAAG,KAAM;AACvB,aAAG,QAAQ;AAAA,QACf,KAAK;AAAG,iBAAO,CAAC,GAAc,YAAY,GAAG,CAAC;AAAA,MAC1D;AAAA,IACA,CAAK;AAAA,EACL,CAAC;AAAE;","x_google_ignoreList":[0]}
@@ -1,4 +1,4 @@
1
- import { _ as __awaiter, a as __generator, p as pascalCase, b as IconSize } from "./index-DzenoqnP.js";
1
+ import { _ as __awaiter, a as __generator, p as pascalCase, b as IconSize } from "./index-CFz3UGkJ.js";
2
2
  var splitPathsBySizeLoader = function(name, size) {
3
3
  return __awaiter(void 0, void 0, void 0, function() {
4
4
  var key, pathsRecord;
@@ -31,4 +31,4 @@ var splitPathsBySizeLoader = function(name, size) {
31
31
  export {
32
32
  splitPathsBySizeLoader
33
33
  };
34
- //# sourceMappingURL=splitPathsBySizeLoader-DH3bh2P5.js.map
34
+ //# sourceMappingURL=splitPathsBySizeLoader-CW0AvZcf.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"splitPathsBySizeLoader-DH3bh2P5.js","sources":["../../../node_modules/.pnpm/@blueprintjs+icons@5.20.0_@types+react@18.3.18_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@blueprintjs/icons/lib/esm/paths-loaders/splitPathsBySizeLoader.js"],"sourcesContent":["/*\n * Copyright 2023 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nimport { __awaiter, __generator } from \"tslib\";\nimport { pascalCase } from \"change-case\";\nimport { IconSize } from \"../iconTypes\";\n/**\n * A dynamic loader for icon paths that generates separate chunks for the two size variants.\n */\nexport var splitPathsBySizeLoader = function (name, size) { return __awaiter(void 0, void 0, void 0, function () {\n var key, pathsRecord;\n return __generator(this, function (_a) {\n switch (_a.label) {\n case 0:\n key = pascalCase(name);\n if (!(size === IconSize.STANDARD)) return [3 /*break*/, 2];\n return [4 /*yield*/, import(\n /* webpackChunkName: \"blueprint-icons-16px-paths\" */\n \"../generated/16px/paths\")];\n case 1:\n pathsRecord = _a.sent();\n return [3 /*break*/, 4];\n case 2: return [4 /*yield*/, import(\n /* webpackChunkName: \"blueprint-icons-20px-paths\" */\n \"../generated/20px/paths\")];\n case 3:\n pathsRecord = _a.sent();\n _a.label = 4;\n case 4: return [2 /*return*/, pathsRecord[key]];\n }\n });\n}); };\n//# sourceMappingURL=splitPathsBySizeLoader.js.map"],"names":[],"mappings":";AAqBU,IAAC,yBAAyB,SAAU,MAAM,MAAM;AAAE,SAAO,UAAU,QAAQ,QAAQ,QAAQ,WAAY;AAC7G,QAAI,KAAK;AACT,WAAO,YAAY,MAAM,SAAU,IAAI;AACnC,cAAQ,GAAG,OAAK;AAAA,QACZ,KAAK;AACD,gBAAM,WAAW,IAAI;AACrB,cAAI,EAAE,SAAS,SAAS,UAAW,QAAO,CAAC,GAAa,CAAC;AACzD,iBAAO,CAAC,GAAa;AAAA;AAAA,YAEjB;AAAA,UAAyB,kBAAC;AAAA,QAClC,KAAK;AACD,wBAAc,GAAG,KAAM;AACvB,iBAAO,CAAC,GAAa,CAAC;AAAA,QAC1B,KAAK;AAAG,iBAAO,CAAC,GAAa;AAAA;AAAA,YAEzB;AAAA,UAAyB,kBAAC;AAAA,QAC9B,KAAK;AACD,wBAAc,GAAG,KAAM;AACvB,aAAG,QAAQ;AAAA,QACf,KAAK;AAAG,iBAAO,CAAC,GAAc,YAAY,GAAG,CAAC;AAAA,MAC1D;AAAA,IACA,CAAK;AAAA,EACL,CAAC;AAAE;","x_google_ignoreList":[0]}
1
+ {"version":3,"file":"splitPathsBySizeLoader-CW0AvZcf.js","sources":["../../../node_modules/.pnpm/@blueprintjs+icons@5.20.0_@types+react@18.3.18_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@blueprintjs/icons/lib/esm/paths-loaders/splitPathsBySizeLoader.js"],"sourcesContent":["/*\n * Copyright 2023 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nimport { __awaiter, __generator } from \"tslib\";\nimport { pascalCase } from \"change-case\";\nimport { IconSize } from \"../iconTypes\";\n/**\n * A dynamic loader for icon paths that generates separate chunks for the two size variants.\n */\nexport var splitPathsBySizeLoader = function (name, size) { return __awaiter(void 0, void 0, void 0, function () {\n var key, pathsRecord;\n return __generator(this, function (_a) {\n switch (_a.label) {\n case 0:\n key = pascalCase(name);\n if (!(size === IconSize.STANDARD)) return [3 /*break*/, 2];\n return [4 /*yield*/, import(\n /* webpackChunkName: \"blueprint-icons-16px-paths\" */\n \"../generated/16px/paths\")];\n case 1:\n pathsRecord = _a.sent();\n return [3 /*break*/, 4];\n case 2: return [4 /*yield*/, import(\n /* webpackChunkName: \"blueprint-icons-20px-paths\" */\n \"../generated/20px/paths\")];\n case 3:\n pathsRecord = _a.sent();\n _a.label = 4;\n case 4: return [2 /*return*/, pathsRecord[key]];\n }\n });\n}); };\n//# sourceMappingURL=splitPathsBySizeLoader.js.map"],"names":[],"mappings":";AAqBU,IAAC,yBAAyB,SAAU,MAAM,MAAM;AAAE,SAAO,UAAU,QAAQ,QAAQ,QAAQ,WAAY;AAC7G,QAAI,KAAK;AACT,WAAO,YAAY,MAAM,SAAU,IAAI;AACnC,cAAQ,GAAG,OAAK;AAAA,QACZ,KAAK;AACD,gBAAM,WAAW,IAAI;AACrB,cAAI,EAAE,SAAS,SAAS,UAAW,QAAO,CAAC,GAAa,CAAC;AACzD,iBAAO,CAAC,GAAa;AAAA;AAAA,YAEjB;AAAA,UAAyB,kBAAC;AAAA,QAClC,KAAK;AACD,wBAAc,GAAG,KAAM;AACvB,iBAAO,CAAC,GAAa,CAAC;AAAA,QAC1B,KAAK;AAAG,iBAAO,CAAC,GAAa;AAAA;AAAA,YAEzB;AAAA,UAAyB,kBAAC;AAAA,QAC9B,KAAK;AACD,wBAAc,GAAG,KAAM;AACvB,aAAG,QAAQ;AAAA,QACf,KAAK;AAAG,iBAAO,CAAC,GAAc,YAAY,GAAG,CAAC;AAAA,MAC1D;AAAA,IACA,CAAK;AAAA,EACL,CAAC;AAAE;","x_google_ignoreList":[0]}
@@ -0,0 +1,5 @@
1
+ import React from "react";
2
+ import "react-json-view-lite/dist/index.css";
3
+ export declare function setRegisteredStores(stores: Record<string, any>): void;
4
+ export declare const CustomDevTools: React.FC;
5
+ export declare function initializeCustomDevTools(): void;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ declare function registerStores(stores: Record<string, any>): void;
3
+ declare const DevTools: () => React.JSX.Element | null;
4
+ export { DevTools, registerStores };
@@ -0,0 +1 @@
1
+ export declare function serializeStoreData(stores_: Record<string, any>): Record<string, any>;
@@ -9,36 +9,42 @@ export declare const columnPanelConfig: {
9
9
  columnType: Prop<ColumnType, true>;
10
10
  }, "columnType"> & ({
11
11
  displayedValue: Prop<string, false>;
12
+ isDerived: Prop<boolean, true>;
12
13
  columnType: Prop<undefined, false>;
13
14
  } | {
14
15
  displayedValue: Prop<string, false>;
16
+ isDerived: Prop<boolean, true>;
15
17
  columnType: Prop<"text", true>;
16
18
  } | {
17
19
  notation: Prop<"compact" | "standard" | "scientific" | "engineering" | "unformatted", false>;
18
20
  minimumFractionDigits: Prop<number, false>;
19
21
  maximumFractionDigits: Prop<number, false>;
22
+ isDerived: Prop<boolean, true>;
20
23
  columnType: Prop<"number", true>;
21
24
  } | {
22
25
  notation: Prop<"compact" | "standard" | "scientific" | "engineering" | "unformatted", false>;
23
26
  minimumFractionDigits: Prop<number, false>;
24
27
  maximumFractionDigits: Prop<number, false>;
25
28
  currency: Prop<string, true>;
29
+ isDerived: Prop<boolean, true>;
26
30
  columnType: Prop<"currency", true>;
27
31
  } | {
28
32
  minimumFractionDigits: Prop<number, false>;
29
33
  maximumFractionDigits: Prop<number, false>;
34
+ isDerived: Prop<boolean, true>;
30
35
  columnType: Prop<"percentage", true>;
31
36
  } | {
32
37
  openImageUrl: Prop<boolean, true>;
38
+ isDerived: Prop<boolean, true>;
33
39
  columnType: Prop<"image", true>;
34
40
  } | {
41
+ isDerived: Prop<boolean, true>;
35
42
  columnType: Prop<"video", true>;
36
43
  } | {
44
+ manageTimezone: Prop<boolean, true>;
37
45
  inputFormat: Prop<string, false>;
38
46
  outputFormat: Prop<string, false>;
39
- manageTimezone: Prop<boolean, false>;
40
- valueTimezone: Prop<string, false>;
41
- displayTimezone: Prop<string, false>;
47
+ isDerived: Prop<boolean, true>;
42
48
  columnType: Prop<"date", true>;
43
49
  } | {
44
50
  buttonLabel: Prop<string, true>;
@@ -48,11 +54,14 @@ export declare const columnPanelConfig: {
48
54
  linkLabel: Prop<string, false>;
49
55
  columnType: Prop<"link", true>;
50
56
  } | {
57
+ isDerived: Prop<boolean, true>;
51
58
  columnType: Prop<"boolean", true>;
52
59
  } | {
60
+ isDerived: Prop<boolean, true>;
53
61
  columnType: Prop<"tags", true>;
54
62
  } | {
55
63
  displayedValue: Prop<string, false>;
64
+ isDerived: Prop<boolean, true>;
56
65
  columnType: Prop<"email", true>;
57
66
  })))) & {
58
67
  isVisible: Prop<boolean, true>;
@@ -68,8 +77,6 @@ export declare const columnPanelConfig: {
68
77
  "cellProps.textStyle": Prop<import("@superblocksteam/library-shared/types").TextStyleWithVariant, true>;
69
78
  cellBackground: Prop<string, true>;
70
79
  textWrap: Prop<boolean, false>;
71
- cellIcon: Prop<string, false>;
72
- cellIconPosition: Prop<IconPosition, true>;
73
80
  columnType: Prop<undefined, false>;
74
81
  } | {
75
82
  horizontalAlign: Prop<"center" | "left" | "right", true>;
@@ -77,8 +84,6 @@ export declare const columnPanelConfig: {
77
84
  "cellProps.textStyle": Prop<import("@superblocksteam/library-shared/types").TextStyleWithVariant, true>;
78
85
  cellBackground: Prop<string, true>;
79
86
  textWrap: Prop<boolean, false>;
80
- cellIcon: Prop<string, false>;
81
- cellIconPosition: Prop<IconPosition, true>;
82
87
  columnType: Prop<"text", true>;
83
88
  } | {
84
89
  horizontalAlign: Prop<"center" | "left" | "right", true>;
@@ -159,8 +164,6 @@ export declare const columnPanelConfig: {
159
164
  "cellProps.textStyle": Prop<import("@superblocksteam/library-shared/types").TextStyleWithVariant, true>;
160
165
  cellBackground: Prop<string, true>;
161
166
  textWrap: Prop<boolean, false>;
162
- cellIcon: Prop<string, false>;
163
- cellIconPosition: Prop<IconPosition, true>;
164
167
  columnType: Prop<"email", true>;
165
168
  })))) & {
166
169
  isFrozen: Prop<boolean, false>;
@@ -10,6 +10,7 @@ export declare function getEditedRows(props: any): {
10
10
  originalRows: any[];
11
11
  };
12
12
  export declare function getAllEdits(props: any): any;
13
+ export declare const isDerivedColumn: (tableData: any[], columnId: string) => boolean;
13
14
  export declare function getFilteredTableData(props: any): any[];
14
15
  export declare function getEditedRowIndices(props: any): {
15
16
  deletedRows: {