@datarecce/ui 0.1.37 → 0.1.39
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/LICENSE +201 -0
- package/README.md +93 -207
- package/dist/{RecceCheckContext-BOGmP80K.js → RecceCheckContext-BJprb2xR.js} +11 -17
- package/dist/RecceCheckContext-BJprb2xR.js.map +1 -0
- package/dist/{RecceCheckContext-CwUCo6AW.mjs → RecceCheckContext-DbZ7BdRy.mjs} +11 -17
- package/dist/RecceCheckContext-DbZ7BdRy.mjs.map +1 -0
- package/dist/api.d.mts +1 -1
- package/dist/{components-DQUwJlNQ.mjs → components-B6oaPB5f.mjs} +2 -3
- package/dist/components-B6oaPB5f.mjs.map +1 -0
- package/dist/{components-uVp0e4cH.js → components-DTLQ2djq.js} +2 -3
- package/dist/components-DTLQ2djq.js.map +1 -0
- package/dist/components.d.mts +1 -1
- package/dist/components.js +2 -2
- package/dist/components.mjs +2 -2
- package/dist/{hooks-CfZ4UBBF.js → hooks-cQsBXBd1.js} +2 -2
- package/dist/{hooks-CfZ4UBBF.js.map → hooks-cQsBXBd1.js.map} +1 -1
- package/dist/{hooks-C6Kma5ld.mjs → hooks-eaHm_yEp.mjs} +2 -2
- package/dist/{hooks-C6Kma5ld.mjs.map → hooks-eaHm_yEp.mjs.map} +1 -1
- package/dist/hooks.d.mts +1 -1
- package/dist/hooks.js +2 -2
- package/dist/hooks.mjs +2 -2
- package/dist/index-DvKRw-cR.d.ts.map +1 -1
- package/dist/{index-Cln_wUJL.d.mts → index-DzBojsjY.d.mts} +70 -70
- package/dist/{index-Cln_wUJL.d.mts.map → index-DzBojsjY.d.mts.map} +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.js +3 -3
- package/dist/index.mjs +3 -3
- package/dist/theme.d.mts +1 -1
- package/dist/types.d.mts +1 -1
- package/package.json +1 -1
- package/recce-source/js/src/components/profile/ProfileDiffResultView.tsx +0 -2
- package/recce-source/js/src/components/query/QueryDiffResultView.tsx +0 -2
- package/recce-source/js/src/components/rowcount/RowCountDiffResultView.tsx +0 -1
- package/recce-source/js/src/components/rowcount/delta.test.ts +51 -0
- package/recce-source/js/src/components/rowcount/delta.ts +6 -1
- package/recce-source/js/src/components/schema/SchemaView.tsx +0 -1
- package/recce-source/js/src/components/valuediff/ValueDiffDetailResultView.tsx +0 -1
- package/recce-source/js/src/components/valuediff/ValueDiffResultView.tsx +0 -1
- package/recce-source/js/src/lib/dataGrid/generators/rowCountUtils.test.ts +3 -3
- package/recce-source/js/src/lib/dataGrid/generators/rowCountUtils.ts +1 -1
- package/dist/RecceCheckContext-BOGmP80K.js.map +0 -1
- package/dist/RecceCheckContext-CwUCo6AW.mjs.map +0 -1
- package/dist/components-DQUwJlNQ.mjs.map +0 -1
- package/dist/components-uVp0e4cH.js.map +0 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use client"
|
|
2
2
|
const require_state = require('./state-CTITyT0R.js');
|
|
3
3
|
const require_mui_theme = require('./mui-theme-iBHkjXJq.js');
|
|
4
|
-
const require_RecceCheckContext = require('./RecceCheckContext-
|
|
4
|
+
const require_RecceCheckContext = require('./RecceCheckContext-BJprb2xR.js');
|
|
5
5
|
const require_version = require('./version-B9s8yne-.js');
|
|
6
6
|
const require_urls = require('./urls-BQW5wjg-.js');
|
|
7
7
|
const require_tooltipMessage = require('./tooltipMessage-BC5W7H3X.js');
|
|
@@ -5216,7 +5216,6 @@ function PrivateSingleEnvSchemaView({ current, showMenu = true }, ref) {
|
|
|
5216
5216
|
columns,
|
|
5217
5217
|
rows,
|
|
5218
5218
|
renderers: { noRowsFallback: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_RecceCheckContext.EmptyRowsRenderer, {}) },
|
|
5219
|
-
className: "rdg-light",
|
|
5220
5219
|
ref,
|
|
5221
5220
|
getRowId,
|
|
5222
5221
|
getRowClass,
|
|
@@ -14108,4 +14107,4 @@ Object.defineProperty(exports, 'mui_provider_default', {
|
|
|
14108
14107
|
return mui_provider_default;
|
|
14109
14108
|
}
|
|
14110
14109
|
});
|
|
14111
|
-
//# sourceMappingURL=components-
|
|
14110
|
+
//# sourceMappingURL=components-DTLQ2djq.js.map
|