@osdk/react-components 0.29.0-main-e5533908222aa2ef650553f0a110d4d61ccebac3 → 0.29.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 +2 -10
- package/build/browser/util/UserAgent.js +1 -1
- package/build/browser/util/UserAgent.js.map +1 -1
- package/build/cjs/chunk-5QWHF5WH.cjs +11 -0
- package/build/cjs/{chunk-54NO7SXL.cjs.map → chunk-5QWHF5WH.cjs.map} +1 -1
- package/build/cjs/chunk-AJQONKLI.cjs +11 -0
- package/build/cjs/{chunk-LHQT74FJ.cjs.map → chunk-AJQONKLI.cjs.map} +1 -1
- package/build/cjs/chunk-CO4LWPUS.cjs +11 -0
- package/build/cjs/{chunk-IBRBXU2L.cjs.map → chunk-CO4LWPUS.cjs.map} +1 -1
- package/build/cjs/{chunk-CDUWYFG4.cjs → chunk-D5WTY4FQ.cjs} +4 -4
- package/build/cjs/{chunk-CDUWYFG4.cjs.map → chunk-D5WTY4FQ.cjs.map} +1 -1
- package/build/cjs/{chunk-K57WAAJ5.cjs → chunk-F5VB3NHC.cjs} +4 -4
- package/build/cjs/{chunk-K57WAAJ5.cjs.map → chunk-F5VB3NHC.cjs.map} +1 -1
- package/build/cjs/{chunk-TQHAIZUS.cjs → chunk-GNMMSCYP.cjs} +4 -4
- package/build/cjs/{chunk-TQHAIZUS.cjs.map → chunk-GNMMSCYP.cjs.map} +1 -1
- package/build/cjs/{chunk-VFLRVA47.cjs → chunk-HMA7KM2I.cjs} +4 -4
- package/build/cjs/{chunk-VFLRVA47.cjs.map → chunk-HMA7KM2I.cjs.map} +1 -1
- package/build/cjs/chunk-IELJETRI.cjs +11 -0
- package/build/cjs/{chunk-ZJMZKUK4.cjs.map → chunk-IELJETRI.cjs.map} +1 -1
- package/build/cjs/{chunk-V3KT6B2W.cjs → chunk-NWIJQFKV.cjs} +4 -4
- package/build/cjs/{chunk-V3KT6B2W.cjs.map → chunk-NWIJQFKV.cjs.map} +1 -1
- package/build/cjs/chunk-OASYPH2A.cjs +11 -0
- package/build/cjs/{chunk-Z3PQLRB2.cjs.map → chunk-OASYPH2A.cjs.map} +1 -1
- package/build/cjs/{chunk-VV5QJPGW.cjs → chunk-PHTR5H24.cjs} +4 -4
- package/build/cjs/{chunk-VV5QJPGW.cjs.map → chunk-PHTR5H24.cjs.map} +1 -1
- package/build/cjs/{chunk-WZSTQLHR.cjs → chunk-QAD23BBR.cjs} +4 -4
- package/build/cjs/{chunk-WZSTQLHR.cjs.map → chunk-QAD23BBR.cjs.map} +1 -1
- package/build/cjs/{chunk-3E5LLOPP.cjs → chunk-RTAB55ZH.cjs} +3 -3
- package/build/cjs/chunk-RTAB55ZH.cjs.map +1 -0
- package/build/cjs/{chunk-DVBKL7PU.cjs → chunk-TTCFQWND.cjs} +4 -4
- package/build/cjs/{chunk-DVBKL7PU.cjs.map → chunk-TTCFQWND.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/excel-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 +8 -8
- package/build/cjs/public/experimental/pdf-viewer.cjs +7 -7
- 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 +58 -58
- package/build/esm/util/UserAgent.js +1 -1
- package/build/esm/util/UserAgent.js.map +1 -1
- package/package.json +7 -7
- package/build/cjs/chunk-3E5LLOPP.cjs.map +0 -1
- package/build/cjs/chunk-54NO7SXL.cjs +0 -11
- package/build/cjs/chunk-IBRBXU2L.cjs +0 -11
- package/build/cjs/chunk-LHQT74FJ.cjs +0 -11
- package/build/cjs/chunk-Z3PQLRB2.cjs +0 -11
- package/build/cjs/chunk-ZJMZKUK4.cjs +0 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,20 +1,12 @@
|
|
|
1
1
|
# @osdk/react-components
|
|
2
2
|
|
|
3
|
-
## 0.29.0
|
|
3
|
+
## 0.29.0
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
7
|
-
- ee3bce8: Add `downloadFileName` prop to set the PDF download name.
|
|
8
|
-
|
|
9
|
-
### Patch Changes
|
|
10
|
-
|
|
11
7
|
- ee3bce8: Fix PDF viewer toolbar download saving an invalid filename.
|
|
8
|
+
- ee3bce8: Add `downloadFileName` prop to set the PDF download name.
|
|
12
9
|
- e553390: Fix inaccurate docs: drop stale `@beta` install pins (now older than `latest`) so all setup pages agree on untagged installs, soften the "every `--osdk-*` token maps to a `--bp-*` token" claim (some hold raw values), simplify the Layers section to user-facing setup, and remove `@osdk/cbac-components` install/style references now that CBAC components are merged into `@osdk/react-components`.
|
|
13
|
-
- Updated dependencies [06adca1]
|
|
14
|
-
- Updated dependencies [79f8a6e]
|
|
15
|
-
- @osdk/client@2.32.0-main-e5533908222aa2ef650553f0a110d4d61ccebac3
|
|
16
|
-
- @osdk/api@2.32.0-main-e5533908222aa2ef650553f0a110d4d61ccebac3
|
|
17
|
-
- @osdk/react@2.32.0-main-e5533908222aa2ef650553f0a110d4d61ccebac3
|
|
18
10
|
|
|
19
11
|
## 0.28.0
|
|
20
12
|
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
|
|
17
|
-
const PACKAGE_USER_AGENT = `osdk-react-components/${"0.29.0
|
|
17
|
+
const PACKAGE_USER_AGENT = `osdk-react-components/${"0.29.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 =\n `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,GACtB,
|
|
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 =\n `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,GACtB,mCAAsD;AAExD,OAAO,SAASC,kBAAkBA,CAACC,aAAqB,EAAU;EAChE,OAAO,GAAGF,kBAAkB,IAAIE,aAAa,EAAE;AACjD","ignoreList":[]}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var chunkOUJQJQ7N_cjs = require('./chunk-OUJQJQ7N.cjs');
|
|
4
|
+
var chunkRTAB55ZH_cjs = require('./chunk-RTAB55ZH.cjs');
|
|
5
|
+
|
|
6
|
+
// src/public/experimental/xml-viewer.ts
|
|
7
|
+
var XmlViewer2 = chunkRTAB55ZH_cjs.withOsdkMetrics(chunkOUJQJQ7N_cjs.XmlViewer, "XmlViewer");
|
|
8
|
+
|
|
9
|
+
exports.XmlViewer = XmlViewer2;
|
|
10
|
+
//# sourceMappingURL=chunk-5QWHF5WH.cjs.map
|
|
11
|
+
//# sourceMappingURL=chunk-5QWHF5WH.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-5QWHF5WH.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\");"]}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var chunkPKJFOG2Z_cjs = require('./chunk-PKJFOG2Z.cjs');
|
|
4
|
+
var chunkRTAB55ZH_cjs = require('./chunk-RTAB55ZH.cjs');
|
|
5
|
+
|
|
6
|
+
// src/public/experimental/email-viewer.ts
|
|
7
|
+
var EmailViewer2 = chunkRTAB55ZH_cjs.withOsdkMetrics(chunkPKJFOG2Z_cjs.EmailViewer, "EmailViewer");
|
|
8
|
+
|
|
9
|
+
exports.EmailViewer = EmailViewer2;
|
|
10
|
+
//# sourceMappingURL=chunk-AJQONKLI.cjs.map
|
|
11
|
+
//# sourceMappingURL=chunk-AJQONKLI.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/public/experimental/email-viewer.ts"],"names":["EmailViewer","withOsdkMetrics"],"mappings":";;;;;;AAqBO,IAAMA,YAAAA,GAAcC,iCAAA,CAAgBD,6BAAA,EAAc,aAAa","file":"chunk-
|
|
1
|
+
{"version":3,"sources":["../../src/public/experimental/email-viewer.ts"],"names":["EmailViewer","withOsdkMetrics"],"mappings":";;;;;;AAqBO,IAAMA,YAAAA,GAAcC,iCAAA,CAAgBD,6BAAA,EAAc,aAAa","file":"chunk-AJQONKLI.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// BaseEmailViewer\nexport { BaseEmailViewer } from \"../../email-viewer/BaseEmailViewer.js\";\n// EmailViewer (Media wrapper)\nimport { EmailViewer as _EmailViewer } from \"../../email-viewer/EmailViewer.js\";\nimport { withOsdkMetrics } from \"../../util/withOsdkMetrics.js\";\nexport const EmailViewer = withOsdkMetrics(_EmailViewer, \"EmailViewer\");"]}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var chunkKHMOMROL_cjs = require('./chunk-KHMOMROL.cjs');
|
|
4
|
+
var chunkRTAB55ZH_cjs = require('./chunk-RTAB55ZH.cjs');
|
|
5
|
+
|
|
6
|
+
// src/public/experimental/video-viewer.ts
|
|
7
|
+
var VideoViewer2 = chunkRTAB55ZH_cjs.withOsdkMetrics(chunkKHMOMROL_cjs.VideoViewer, "VideoViewer");
|
|
8
|
+
|
|
9
|
+
exports.VideoViewer = VideoViewer2;
|
|
10
|
+
//# sourceMappingURL=chunk-CO4LWPUS.cjs.map
|
|
11
|
+
//# sourceMappingURL=chunk-CO4LWPUS.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-CO4LWPUS.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\");"]}
|
|
@@ -6,7 +6,7 @@ var chunkE5OKIBYJ_cjs = require('./chunk-E5OKIBYJ.cjs');
|
|
|
6
6
|
var chunkNE7GRF7G_cjs = require('./chunk-NE7GRF7G.cjs');
|
|
7
7
|
var chunk7LXS66DW_cjs = require('./chunk-7LXS66DW.cjs');
|
|
8
8
|
var chunkUCTQICPR_cjs = require('./chunk-UCTQICPR.cjs');
|
|
9
|
-
var
|
|
9
|
+
var chunkRTAB55ZH_cjs = require('./chunk-RTAB55ZH.cjs');
|
|
10
10
|
var button = require('@base-ui/react/button');
|
|
11
11
|
var classnames3 = require('classnames');
|
|
12
12
|
var React15 = require('react');
|
|
@@ -5576,7 +5576,7 @@ function summarizeFilterValue(definition, state) {
|
|
|
5576
5576
|
}
|
|
5577
5577
|
|
|
5578
5578
|
// src/public/experimental/filter-list.ts
|
|
5579
|
-
var FilterList2 =
|
|
5579
|
+
var FilterList2 = chunkRTAB55ZH_cjs.withOsdkMetrics(FilterList, "FilterList");
|
|
5580
5580
|
|
|
5581
5581
|
exports.BaseFilterList = BaseFilterList;
|
|
5582
5582
|
exports.FilterInput = FilterInput;
|
|
@@ -5591,5 +5591,5 @@ exports.narrowObjectSet = narrowObjectSet;
|
|
|
5591
5591
|
exports.serializeFilterStates = serializeFilterStates;
|
|
5592
5592
|
exports.summarizeFilterValue = summarizeFilterValue;
|
|
5593
5593
|
exports.useFilterListState = useFilterListState;
|
|
5594
|
-
//# sourceMappingURL=chunk-
|
|
5595
|
-
//# sourceMappingURL=chunk-
|
|
5594
|
+
//# sourceMappingURL=chunk-D5WTY4FQ.cjs.map
|
|
5595
|
+
//# sourceMappingURL=chunk-D5WTY4FQ.cjs.map
|