@osdk/react-components 0.47.0 → 0.47.1-main-2d4eb3feb30f0bffe6082cc78cb11e23948533e7
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 +6 -0
- package/build/browser/util/UserAgent.js +1 -1
- package/build/browser/util/UserAgent.js.map +1 -1
- package/build/cjs/{chunk-FULCPPPT.cjs → chunk-3R5QSZMX.cjs} +4 -4
- package/build/cjs/{chunk-FULCPPPT.cjs.map → chunk-3R5QSZMX.cjs.map} +1 -1
- package/build/cjs/{chunk-HWBOGNKE.cjs → chunk-4E74Z54E.cjs} +4 -4
- package/build/cjs/{chunk-HWBOGNKE.cjs.map → chunk-4E74Z54E.cjs.map} +1 -1
- package/build/cjs/{chunk-R6U5CGXJ.cjs → chunk-6OHVEIFV.cjs} +4 -4
- package/build/cjs/{chunk-R6U5CGXJ.cjs.map → chunk-6OHVEIFV.cjs.map} +1 -1
- package/build/cjs/{chunk-EN22WQH2.cjs → chunk-6YLNFNW5.cjs} +4 -4
- package/build/cjs/{chunk-EN22WQH2.cjs.map → chunk-6YLNFNW5.cjs.map} +1 -1
- package/build/cjs/{chunk-6SB3OAG5.cjs → chunk-B3CI5N5N.cjs} +3 -3
- package/build/cjs/chunk-B3CI5N5N.cjs.map +1 -0
- package/build/cjs/{chunk-J62VDPBJ.cjs → chunk-HWYUW7PY.cjs} +4 -4
- package/build/cjs/{chunk-J62VDPBJ.cjs.map → chunk-HWYUW7PY.cjs.map} +1 -1
- package/build/cjs/chunk-KAECDFEZ.cjs +11 -0
- package/build/cjs/{chunk-ZW2EBUIN.cjs.map → chunk-KAECDFEZ.cjs.map} +1 -1
- package/build/cjs/{chunk-I6VIX5B6.cjs → chunk-KCZAUVDS.cjs} +4 -4
- package/build/cjs/{chunk-I6VIX5B6.cjs.map → chunk-KCZAUVDS.cjs.map} +1 -1
- package/build/cjs/{chunk-6NHTLL3Q.cjs → chunk-LKA777Q7.cjs} +4 -4
- package/build/cjs/{chunk-6NHTLL3Q.cjs.map → chunk-LKA777Q7.cjs.map} +1 -1
- package/build/cjs/{chunk-37L3ORTF.cjs → chunk-OK6GONDM.cjs} +4 -4
- package/build/cjs/{chunk-37L3ORTF.cjs.map → chunk-OK6GONDM.cjs.map} +1 -1
- package/build/cjs/{chunk-P4IGQ42I.cjs → chunk-R7K5WGZB.cjs} +4 -4
- package/build/cjs/{chunk-P4IGQ42I.cjs.map → chunk-R7K5WGZB.cjs.map} +1 -1
- package/build/cjs/chunk-ST6R6FBN.cjs +11 -0
- package/build/cjs/{chunk-ZW7HCB5K.cjs.map → chunk-ST6R6FBN.cjs.map} +1 -1
- package/build/cjs/chunk-SYXCNEMY.cjs +11 -0
- package/build/cjs/{chunk-52OYPIBW.cjs.map → chunk-SYXCNEMY.cjs.map} +1 -1
- package/build/cjs/chunk-VO72YE27.cjs +11 -0
- package/build/cjs/{chunk-HSVCKXTD.cjs.map → chunk-VO72YE27.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 +3 -3
- package/build/cjs/public/experimental/object-table.cjs +21 -21
- 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 +3 -3
- 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 +71 -71
- package/build/esm/util/UserAgent.js +1 -1
- package/build/esm/util/UserAgent.js.map +1 -1
- package/docs/ActionFormOverview.md +15 -15
- package/docs/ObjectTableOverview.md +1 -1
- package/package.json +3 -3
- package/build/cjs/chunk-52OYPIBW.cjs +0 -11
- package/build/cjs/chunk-6SB3OAG5.cjs.map +0 -1
- package/build/cjs/chunk-HSVCKXTD.cjs +0 -11
- package/build/cjs/chunk-ZW2EBUIN.cjs +0 -11
- package/build/cjs/chunk-ZW7HCB5K.cjs +0 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @osdk/react-components
|
|
2
2
|
|
|
3
|
+
## 0.47.1-main-2d4eb3feb30f0bffe6082cc78cb11e23948533e7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 2d4eb3f: Drop internal element tags from the ActionForm Style API table and rename the "Base component" doc sections to "BaseForm" and "BaseTable"
|
|
8
|
+
|
|
3
9
|
## 0.47.0
|
|
4
10
|
|
|
5
11
|
### 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.47.
|
|
17
|
+
const PACKAGE_USER_AGENT = `osdk-react-components/${"0.47.1-main-2d4eb3feb30f0bffe6082cc78cb11e23948533e7"}`;
|
|
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,iFAAsD;AAEjF,OAAO,SAASC,kBAAkBA,CAACC,aAAqB,EAAU;EAChE,OAAO,GAAGF,kBAAkB,IAAIE,aAAa,EAAE;AACjD","ignoreList":[]}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var chunkLB3IHFAB_cjs = require('./chunk-LB3IHFAB.cjs');
|
|
4
|
-
var
|
|
4
|
+
var chunkB3CI5N5N_cjs = require('./chunk-B3CI5N5N.cjs');
|
|
5
5
|
|
|
6
6
|
// src/public/experimental/tiff-renderer.ts
|
|
7
|
-
var TiffViewerMedia2 =
|
|
7
|
+
var TiffViewerMedia2 = chunkB3CI5N5N_cjs.withOsdkMetrics(chunkLB3IHFAB_cjs.TiffViewerMedia, "TiffViewerMedia");
|
|
8
8
|
|
|
9
9
|
exports.TiffViewerMedia = TiffViewerMedia2;
|
|
10
|
-
//# sourceMappingURL=chunk-
|
|
11
|
-
//# sourceMappingURL=chunk-
|
|
10
|
+
//# sourceMappingURL=chunk-3R5QSZMX.cjs.map
|
|
11
|
+
//# sourceMappingURL=chunk-3R5QSZMX.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/public/experimental/tiff-renderer.ts"],"names":["TiffViewerMedia","withOsdkMetrics"],"mappings":";;;;;;AAqBO,IAAMA,gBAAAA,GAAkBC,iCAAA,CAAgBD,iCAAA,EAAkB,iBAAiB","file":"chunk-
|
|
1
|
+
{"version":3,"sources":["../../src/public/experimental/tiff-renderer.ts"],"names":["TiffViewerMedia","withOsdkMetrics"],"mappings":";;;;;;AAqBO,IAAMA,gBAAAA,GAAkBC,iCAAA,CAAgBD,iCAAA,EAAkB,iBAAiB","file":"chunk-3R5QSZMX.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// TiffRenderer\nexport { TiffRenderer } from \"../../images/tiff-renderer/TiffRenderer.js\";\n// TiffViewerMedia (Media wrapper)\nimport { TiffViewerMedia as _TiffViewerMedia } from \"../../images/tiff-renderer/TiffViewerMedia.js\";\nimport { withOsdkMetrics } from \"../../util/withOsdkMetrics.js\";\nexport const TiffViewerMedia = withOsdkMetrics(_TiffViewerMedia, \"TiffViewerMedia\");"]}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var chunk3C5JRKBJ_cjs = require('./chunk-3C5JRKBJ.cjs');
|
|
4
|
-
var
|
|
4
|
+
var chunkB3CI5N5N_cjs = require('./chunk-B3CI5N5N.cjs');
|
|
5
5
|
|
|
6
6
|
// src/public/experimental/spreadsheet-viewer.ts
|
|
7
|
-
var SpreadsheetViewer2 =
|
|
7
|
+
var SpreadsheetViewer2 = chunkB3CI5N5N_cjs.withOsdkMetrics(chunk3C5JRKBJ_cjs.SpreadsheetViewer, "SpreadsheetViewer");
|
|
8
8
|
|
|
9
9
|
exports.SpreadsheetViewer = SpreadsheetViewer2;
|
|
10
|
-
//# sourceMappingURL=chunk-
|
|
11
|
-
//# sourceMappingURL=chunk-
|
|
10
|
+
//# sourceMappingURL=chunk-4E74Z54E.cjs.map
|
|
11
|
+
//# sourceMappingURL=chunk-4E74Z54E.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/public/experimental/spreadsheet-viewer.ts"],"names":["SpreadsheetViewer","withOsdkMetrics"],"mappings":";;;;;;AAqBO,IAAMA,kBAAAA,GAAoBC,iCAAA,CAAgBD,mCAAA,EAAoB,mBAAmB","file":"chunk-
|
|
1
|
+
{"version":3,"sources":["../../src/public/experimental/spreadsheet-viewer.ts"],"names":["SpreadsheetViewer","withOsdkMetrics"],"mappings":";;;;;;AAqBO,IAAMA,kBAAAA,GAAoBC,iCAAA,CAAgBD,mCAAA,EAAoB,mBAAmB","file":"chunk-4E74Z54E.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// BaseSpreadsheetViewer\nexport { BaseSpreadsheetViewer } from \"../../spreadsheet-viewer/BaseSpreadsheetViewer.js\";\n// SpreadsheetViewer (Media wrapper)\nimport { SpreadsheetViewer as _SpreadsheetViewer } from \"../../spreadsheet-viewer/SpreadsheetViewer.js\";\nimport { withOsdkMetrics } from \"../../util/withOsdkMetrics.js\";\nexport const SpreadsheetViewer = withOsdkMetrics(_SpreadsheetViewer, \"SpreadsheetViewer\");"]}
|
|
@@ -5,7 +5,7 @@ var chunkC6IPNPMZ_cjs = require('./chunk-C6IPNPMZ.cjs');
|
|
|
5
5
|
var chunkHNBSGCSZ_cjs = require('./chunk-HNBSGCSZ.cjs');
|
|
6
6
|
var chunk7LXS66DW_cjs = require('./chunk-7LXS66DW.cjs');
|
|
7
7
|
var chunkQP2LHBCZ_cjs = require('./chunk-QP2LHBCZ.cjs');
|
|
8
|
-
var
|
|
8
|
+
var chunkB3CI5N5N_cjs = require('./chunk-B3CI5N5N.cjs');
|
|
9
9
|
var platformApis = require('@osdk/react/platform-apis');
|
|
10
10
|
var React = require('react');
|
|
11
11
|
var popover = require('@base-ui/react/popover');
|
|
@@ -1059,7 +1059,7 @@ function CbacPicker({
|
|
|
1059
1059
|
}
|
|
1060
1060
|
|
|
1061
1061
|
// src/public/experimental/cbac-picker.ts
|
|
1062
|
-
var CbacPicker2 =
|
|
1062
|
+
var CbacPicker2 = chunkB3CI5N5N_cjs.withOsdkMetrics(CbacPicker, "CbacPicker");
|
|
1063
1063
|
|
|
1064
1064
|
exports.BaseCbacPicker = BaseCbacPicker;
|
|
1065
1065
|
exports.BaseCbacPickerDialog = BaseCbacPickerDialog;
|
|
@@ -1070,5 +1070,5 @@ exports.MaxClassificationField = MaxClassificationField;
|
|
|
1070
1070
|
exports.computeMarkingStates = computeMarkingStates;
|
|
1071
1071
|
exports.groupMarkingsByCategory = groupMarkingsByCategory2;
|
|
1072
1072
|
exports.toggleMarking = toggleMarking;
|
|
1073
|
-
//# sourceMappingURL=chunk-
|
|
1074
|
-
//# sourceMappingURL=chunk-
|
|
1073
|
+
//# sourceMappingURL=chunk-6OHVEIFV.cjs.map
|
|
1074
|
+
//# sourceMappingURL=chunk-6OHVEIFV.cjs.map
|