@osdk/react-components 0.55.0-main-bdf45fa04cb7f55e9e1071a09bdd83ef645745e6 → 0.55.0
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/CHANGELOG.md +1 -9
- package/build/browser/util/UserAgent.js +1 -1
- package/build/browser/util/UserAgent.js.map +1 -1
- package/build/cjs/{chunk-PVZJ3YPV.cjs → chunk-3O4KL6IF.cjs} +4 -4
- package/build/cjs/{chunk-PVZJ3YPV.cjs.map → chunk-3O4KL6IF.cjs.map} +1 -1
- package/build/cjs/chunk-5ATCGWBI.cjs +11 -0
- package/build/cjs/{chunk-6W7EBLBC.cjs.map → chunk-5ATCGWBI.cjs.map} +1 -1
- package/build/cjs/chunk-BGAWWBZF.cjs +11 -0
- package/build/cjs/{chunk-BYVRYVM5.cjs.map → chunk-BGAWWBZF.cjs.map} +1 -1
- package/build/cjs/{chunk-ZZDO5TZE.cjs → chunk-CHX55EKU.cjs} +3 -3
- package/build/cjs/chunk-CHX55EKU.cjs.map +1 -0
- package/build/cjs/{chunk-Q2JMSLWF.cjs → chunk-DU6A5NWO.cjs} +4 -4
- package/build/cjs/{chunk-Q2JMSLWF.cjs.map → chunk-DU6A5NWO.cjs.map} +1 -1
- package/build/cjs/{chunk-A6XO2R7E.cjs → chunk-HKAXPPTX.cjs} +4 -4
- package/build/cjs/{chunk-A6XO2R7E.cjs.map → chunk-HKAXPPTX.cjs.map} +1 -1
- package/build/cjs/{chunk-PDZR2XMN.cjs → chunk-JTCX4JDR.cjs} +4 -4
- package/build/cjs/{chunk-PDZR2XMN.cjs.map → chunk-JTCX4JDR.cjs.map} +1 -1
- package/build/cjs/chunk-KDD7P7WC.cjs +11 -0
- package/build/cjs/{chunk-DKPSMNOW.cjs.map → chunk-KDD7P7WC.cjs.map} +1 -1
- package/build/cjs/{chunk-VWARLJWC.cjs → chunk-L57XFYCF.cjs} +4 -4
- package/build/cjs/{chunk-VWARLJWC.cjs.map → chunk-L57XFYCF.cjs.map} +1 -1
- package/build/cjs/{chunk-C5XAYHRQ.cjs → chunk-MZJSSE5Y.cjs} +4 -4
- package/build/cjs/{chunk-C5XAYHRQ.cjs.map → chunk-MZJSSE5Y.cjs.map} +1 -1
- package/build/cjs/{chunk-KHDQ6FU6.cjs → chunk-NAUY35XG.cjs} +4 -4
- package/build/cjs/{chunk-KHDQ6FU6.cjs.map → chunk-NAUY35XG.cjs.map} +1 -1
- package/build/cjs/chunk-PMXTC2GG.cjs +11 -0
- package/build/cjs/{chunk-P47DKLBJ.cjs.map → chunk-PMXTC2GG.cjs.map} +1 -1
- package/build/cjs/{chunk-OKYJQBFY.cjs → chunk-SE32RONH.cjs} +4 -4
- package/build/cjs/{chunk-OKYJQBFY.cjs.map → chunk-SE32RONH.cjs.map} +1 -1
- package/build/cjs/{chunk-MOCKZJVC.cjs → chunk-XIOF25EJ.cjs} +4 -4
- package/build/cjs/{chunk-MOCKZJVC.cjs.map → chunk-XIOF25EJ.cjs.map} +1 -1
- package/build/cjs/public/experimental/action-form.cjs +4 -4
- package/build/cjs/public/experimental/cbac-picker.cjs +11 -11
- package/build/cjs/public/experimental/document-viewer.cjs +4 -4
- package/build/cjs/public/experimental/email-viewer.cjs +3 -3
- package/build/cjs/public/experimental/filter-list.cjs +15 -15
- package/build/cjs/public/experimental/image-viewer.cjs +3 -3
- package/build/cjs/public/experimental/markdown-renderer.cjs +5 -5
- package/build/cjs/public/experimental/object-table.cjs +22 -22
- package/build/cjs/public/experimental/pdf-viewer.cjs +7 -7
- package/build/cjs/public/experimental/spreadsheet-viewer.cjs +3 -3
- package/build/cjs/public/experimental/tiff-renderer.cjs +5 -5
- package/build/cjs/public/experimental/video-viewer.cjs +3 -3
- package/build/cjs/public/experimental/xml-viewer.cjs +3 -3
- package/build/cjs/public/experimental.cjs +76 -76
- package/build/esm/util/UserAgent.js +1 -1
- package/build/esm/util/UserAgent.js.map +1 -1
- package/package.json +8 -8
- package/build/cjs/chunk-6W7EBLBC.cjs +0 -11
- package/build/cjs/chunk-BYVRYVM5.cjs +0 -11
- package/build/cjs/chunk-DKPSMNOW.cjs +0 -11
- package/build/cjs/chunk-P47DKLBJ.cjs +0 -11
- package/build/cjs/chunk-ZZDO5TZE.cjs.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @osdk/react-components
|
|
2
2
|
|
|
3
|
-
## 0.55.0
|
|
3
|
+
## 0.55.0
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -8,14 +8,6 @@
|
|
|
8
8
|
|
|
9
9
|
`filterKey` on `onFilterAdded`, `onFilterRemoved` and `onFilterVisibilityChange` is now typed `string` rather than a union of the declared filter keys.
|
|
10
10
|
|
|
11
|
-
### Patch Changes
|
|
12
|
-
|
|
13
|
-
- Updated dependencies [bdf45fa]
|
|
14
|
-
- Updated dependencies [34cb7e0]
|
|
15
|
-
- @osdk/api@2.61.0-main-bdf45fa04cb7f55e9e1071a09bdd83ef645745e6
|
|
16
|
-
- @osdk/client@2.61.0-main-bdf45fa04cb7f55e9e1071a09bdd83ef645745e6
|
|
17
|
-
- @osdk/react@2.61.0-main-bdf45fa04cb7f55e9e1071a09bdd83ef645745e6
|
|
18
|
-
|
|
19
11
|
## 0.54.0
|
|
20
12
|
|
|
21
13
|
### Minor Changes
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
|
|
17
|
-
const PACKAGE_USER_AGENT = `osdk-react-components/${"0.55.0
|
|
17
|
+
const PACKAGE_USER_AGENT = `osdk-react-components/${"0.55.0"}`;
|
|
18
18
|
export function componentUserAgent(componentName) {
|
|
19
19
|
return `${PACKAGE_USER_AGENT}/${componentName}`;
|
|
20
20
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UserAgent.js","names":["PACKAGE_USER_AGENT","componentUserAgent","componentName"],"sources":["UserAgent.ts"],"sourcesContent":["/*\n * Copyright 2025 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 */\n\nconst PACKAGE_USER_AGENT = `osdk-react-components/${process.env.PACKAGE_VERSION}`;\n\nexport function componentUserAgent(componentName: string): string {\n return `${PACKAGE_USER_AGENT}/${componentName}`;\n}\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,MAAMA,kBAAkB,GAAG,
|
|
1
|
+
{"version":3,"file":"UserAgent.js","names":["PACKAGE_USER_AGENT","componentUserAgent","componentName"],"sources":["UserAgent.ts"],"sourcesContent":["/*\n * Copyright 2025 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 */\n\nconst PACKAGE_USER_AGENT = `osdk-react-components/${process.env.PACKAGE_VERSION}`;\n\nexport function componentUserAgent(componentName: string): string {\n return `${PACKAGE_USER_AGENT}/${componentName}`;\n}\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,MAAMA,kBAAkB,GAAG,mCAAsD;AAEjF,OAAO,SAASC,kBAAkBA,CAACC,aAAqB,EAAU;EAChE,OAAO,GAAGF,kBAAkB,IAAIE,aAAa,EAAE;AACjD","ignoreList":[]}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var chunkDTYFQRFD_cjs = require('./chunk-DTYFQRFD.cjs');
|
|
4
|
-
var
|
|
4
|
+
var chunkCHX55EKU_cjs = require('./chunk-CHX55EKU.cjs');
|
|
5
5
|
|
|
6
6
|
// src/public/experimental/tiff-renderer.ts
|
|
7
|
-
var TiffViewer2 =
|
|
7
|
+
var TiffViewer2 = chunkCHX55EKU_cjs.withOsdkMetrics(chunkDTYFQRFD_cjs.TiffViewer, "TiffViewer");
|
|
8
8
|
var TiffRenderer = chunkDTYFQRFD_cjs.BaseTiffViewer;
|
|
9
9
|
var TiffViewerMedia = TiffViewer2;
|
|
10
10
|
|
|
11
11
|
exports.TiffRenderer = TiffRenderer;
|
|
12
12
|
exports.TiffViewer = TiffViewer2;
|
|
13
13
|
exports.TiffViewerMedia = TiffViewerMedia;
|
|
14
|
-
//# sourceMappingURL=chunk-
|
|
15
|
-
//# sourceMappingURL=chunk-
|
|
14
|
+
//# sourceMappingURL=chunk-3O4KL6IF.cjs.map
|
|
15
|
+
//# sourceMappingURL=chunk-3O4KL6IF.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/public/experimental/tiff-renderer.ts"],"names":["TiffViewer","withOsdkMetrics","BaseTiffViewer"],"mappings":";;;;;;AA4BO,IAAMA,WAAAA,GAAaC,iCAAA,CAAgBD,4BAAA,EAAa,YAAY;AAO5D,IAAM,YAAA,GAAeE;AAKrB,IAAM,eAAA,GAAkBF","file":"chunk-
|
|
1
|
+
{"version":3,"sources":["../../src/public/experimental/tiff-renderer.ts"],"names":["TiffViewer","withOsdkMetrics","BaseTiffViewer"],"mappings":";;;;;;AA4BO,IAAMA,WAAAA,GAAaC,iCAAA,CAAgBD,4BAAA,EAAa,YAAY;AAO5D,IAAM,YAAA,GAAeE;AAKrB,IAAM,eAAA,GAAkBF","file":"chunk-3O4KL6IF.cjs","sourcesContent":["/*\n * Copyright 2025 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 */\n\n// This subpath keeps its `tiff-renderer` name for now even though the\n// components it exports are named `TiffViewer`. It gets renamed when the\n// `experimental/` prefix is dropped, so consumers change import paths once\n// rather than twice.\n\nimport { BaseTiffViewer as _BaseTiffViewer } from \"../../images/tiff-viewer/BaseTiffViewer.js\";\nimport { TiffViewer as _TiffViewer } from \"../../images/tiff-viewer/TiffViewer.js\";\nimport { withOsdkMetrics } from \"../../util/withOsdkMetrics.js\";\n\n// BaseTiffViewer\nexport { BaseTiffViewer } from \"../../images/tiff-viewer/BaseTiffViewer.js\";\n// TiffViewer (Media wrapper)\nexport const TiffViewer = withOsdkMetrics(_TiffViewer, \"TiffViewer\");\n\n// Deprecated `Renderer` aliases of the same values, cleared in a later pass.\n// `TiffViewerMediaProps` has none: the `Media` drop is a uniform break because\n// pdf's old name was reused for a different type.\n\n/** @deprecated Use `BaseTiffViewer` instead. */\nexport const TiffRenderer = _BaseTiffViewer;\n\n/** @deprecated Use `BaseTiffViewerProps` instead. */\n\n/** @deprecated Use `TiffViewer` instead. */\nexport const TiffViewerMedia = TiffViewer;"]}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var chunkKHMOMROL_cjs = require('./chunk-KHMOMROL.cjs');
|
|
4
|
+
var chunkCHX55EKU_cjs = require('./chunk-CHX55EKU.cjs');
|
|
5
|
+
|
|
6
|
+
// src/public/experimental/video-viewer.ts
|
|
7
|
+
var VideoViewer2 = chunkCHX55EKU_cjs.withOsdkMetrics(chunkKHMOMROL_cjs.VideoViewer, "VideoViewer");
|
|
8
|
+
|
|
9
|
+
exports.VideoViewer = VideoViewer2;
|
|
10
|
+
//# sourceMappingURL=chunk-5ATCGWBI.cjs.map
|
|
11
|
+
//# sourceMappingURL=chunk-5ATCGWBI.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/public/experimental/video-viewer.ts"],"names":["VideoViewer","withOsdkMetrics"],"mappings":";;;;;;AAqBO,IAAMA,YAAAA,GAAcC,iCAAA,CAAgBD,6BAAA,EAAc,aAAa","file":"chunk-
|
|
1
|
+
{"version":3,"sources":["../../src/public/experimental/video-viewer.ts"],"names":["VideoViewer","withOsdkMetrics"],"mappings":";;;;;;AAqBO,IAAMA,YAAAA,GAAcC,iCAAA,CAAgBD,6BAAA,EAAc,aAAa","file":"chunk-5ATCGWBI.cjs","sourcesContent":["/*\n * Copyright 2026 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 */\n\n// BaseVideoViewer\nexport { BaseVideoViewer } from \"../../video-viewer/BaseVideoViewer.js\";\n// VideoViewer (Media wrapper)\nimport { withOsdkMetrics } from \"../../util/withOsdkMetrics.js\";\nimport { VideoViewer as _VideoViewer } from \"../../video-viewer/VideoViewer.js\";\nexport const VideoViewer = withOsdkMetrics(_VideoViewer, \"VideoViewer\");"]}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var chunkRVZE7LPI_cjs = require('./chunk-RVZE7LPI.cjs');
|
|
4
|
+
var chunkCHX55EKU_cjs = require('./chunk-CHX55EKU.cjs');
|
|
5
|
+
|
|
6
|
+
// src/public/experimental/xml-viewer.ts
|
|
7
|
+
var XmlViewer2 = chunkCHX55EKU_cjs.withOsdkMetrics(chunkRVZE7LPI_cjs.XmlViewer, "XmlViewer");
|
|
8
|
+
|
|
9
|
+
exports.XmlViewer = XmlViewer2;
|
|
10
|
+
//# sourceMappingURL=chunk-BGAWWBZF.cjs.map
|
|
11
|
+
//# sourceMappingURL=chunk-BGAWWBZF.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/public/experimental/xml-viewer.ts"],"names":["XmlViewer","withOsdkMetrics"],"mappings":";;;;;;AAqBO,IAAMA,UAAAA,GAAYC,iCAAA,CAAgBD,2BAAA,EAAY,WAAW","file":"chunk-
|
|
1
|
+
{"version":3,"sources":["../../src/public/experimental/xml-viewer.ts"],"names":["XmlViewer","withOsdkMetrics"],"mappings":";;;;;;AAqBO,IAAMA,UAAAA,GAAYC,iCAAA,CAAgBD,2BAAA,EAAY,WAAW","file":"chunk-BGAWWBZF.cjs","sourcesContent":["/*\n * Copyright 2026 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 */\n\n// BaseXmlViewer\nexport { BaseXmlViewer } from \"../../xml-viewer/BaseXmlViewer.js\";\n// XmlViewer (Media wrapper)\nimport { withOsdkMetrics } from \"../../util/withOsdkMetrics.js\";\nimport { XmlViewer as _XmlViewer } from \"../../xml-viewer/XmlViewer.js\";\nexport const XmlViewer = withOsdkMetrics(_XmlViewer, \"XmlViewer\");"]}
|
|
@@ -10,7 +10,7 @@ var React__default = /*#__PURE__*/_interopDefault(React);
|
|
|
10
10
|
// src/util/withOsdkMetrics.ts
|
|
11
11
|
|
|
12
12
|
// src/util/UserAgent.ts
|
|
13
|
-
var PACKAGE_USER_AGENT = `osdk-react-components/${"0.55.0
|
|
13
|
+
var PACKAGE_USER_AGENT = `osdk-react-components/${"0.55.0"}`;
|
|
14
14
|
function componentUserAgent(componentName) {
|
|
15
15
|
return `${PACKAGE_USER_AGENT}/${componentName}`;
|
|
16
16
|
}
|
|
@@ -26,5 +26,5 @@ function withOsdkMetrics(Component, name) {
|
|
|
26
26
|
}
|
|
27
27
|
|
|
28
28
|
exports.withOsdkMetrics = withOsdkMetrics;
|
|
29
|
-
//# sourceMappingURL=chunk-
|
|
30
|
-
//# sourceMappingURL=chunk-
|
|
29
|
+
//# sourceMappingURL=chunk-CHX55EKU.cjs.map
|
|
30
|
+
//# sourceMappingURL=chunk-CHX55EKU.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/util/UserAgent.ts","../../src/util/withOsdkMetrics.ts"],"names":["useRegisterUserAgent","React"],"mappings":";;;;;;;;;;;;AAgBA,IAAM,kBAAA,GAAqB,yBAAyB,QAA2B,CAAA,CAAA;AACxE,SAAS,mBAAmB,aAAA,EAAe;AAChD,EAAA,OAAO,CAAA,EAAG,kBAAkB,CAAA,CAAA,EAAI,aAAa,CAAA,CAAA;AAC/C;;;ACKO,SAAS,eAAA,CAAgB,WAAW,IAAA,EAAM;AAC/C,EAAA,MAAM,UAAU,CAAA,KAAA,KAAS;AACvB,IAAAA,0BAAA,CAAqB,kBAAA,CAAmB,IAAI,CAAC,CAAA;AAC7C,IAAA,uBAAoBC,sBAAA,CAAM,aAAA,CAAc,SAAA,EAAW,KAAK,CAAA;AAAA,EAC1D,CAAA;AACA,EAAA,OAAA,CAAQ,WAAA,GAAc,mBAAmB,IAAI,CAAA,CAAA,CAAA;AAC7C,EAAA,OAAO,OAAA;AACT","file":"chunk-CHX55EKU.cjs","sourcesContent":["/*\n * Copyright 2025 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 */\n\nconst PACKAGE_USER_AGENT = `osdk-react-components/${process.env.PACKAGE_VERSION}`;\nexport function componentUserAgent(componentName) {\n return `${PACKAGE_USER_AGENT}/${componentName}`;\n}","/*\n * Copyright 2026 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 */\n\nimport { useRegisterUserAgent } from \"@osdk/react\";\nimport React from \"react\";\nimport { componentUserAgent } from \"./UserAgent.js\";\n\n// `any` is required: FunctionComponent defaults to FunctionComponent<{}> which\n// rejects components with required props. A generic P parameter doesn't help\n// because TS can't infer both P and C simultaneously from a single argument.\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\nexport function withOsdkMetrics(Component, name) {\n const Wrapped = props => {\n useRegisterUserAgent(componentUserAgent(name));\n return /*#__PURE__*/React.createElement(Component, props);\n };\n Wrapped.displayName = `withOsdkMetrics(${name})`;\n return Wrapped;\n}"]}
|
|
@@ -10,7 +10,7 @@ var chunkDWNKXV5E_cjs = require('./chunk-DWNKXV5E.cjs');
|
|
|
10
10
|
var chunkHNBSGCSZ_cjs = require('./chunk-HNBSGCSZ.cjs');
|
|
11
11
|
var chunk7LXS66DW_cjs = require('./chunk-7LXS66DW.cjs');
|
|
12
12
|
var chunkQP2LHBCZ_cjs = require('./chunk-QP2LHBCZ.cjs');
|
|
13
|
-
var
|
|
13
|
+
var chunkCHX55EKU_cjs = require('./chunk-CHX55EKU.cjs');
|
|
14
14
|
var reactTable = require('@tanstack/react-table');
|
|
15
15
|
var React21 = require('react');
|
|
16
16
|
var react = require('@osdk/react');
|
|
@@ -3396,7 +3396,7 @@ function ObjectTable({
|
|
|
3396
3396
|
}
|
|
3397
3397
|
|
|
3398
3398
|
// src/public/experimental/object-table.ts
|
|
3399
|
-
var ObjectTable2 =
|
|
3399
|
+
var ObjectTable2 = chunkCHX55EKU_cjs.withOsdkMetrics(ObjectTable, "ObjectTable");
|
|
3400
3400
|
|
|
3401
3401
|
exports.BaseTable = BaseTable;
|
|
3402
3402
|
exports.ColumnConfigDialog = ColumnConfigDialog;
|
|
@@ -3418,5 +3418,5 @@ exports.useObjectTableSnapshot = useObjectTableSnapshot;
|
|
|
3418
3418
|
exports.useRowSelection = useRowSelection;
|
|
3419
3419
|
exports.useSelectionColumn = useSelectionColumn;
|
|
3420
3420
|
exports.useTableSorting = useTableSorting;
|
|
3421
|
-
//# sourceMappingURL=chunk-
|
|
3422
|
-
//# sourceMappingURL=chunk-
|
|
3421
|
+
//# sourceMappingURL=chunk-DU6A5NWO.cjs.map
|
|
3422
|
+
//# sourceMappingURL=chunk-DU6A5NWO.cjs.map
|