@osdk/react-components 0.53.0-main-ae47ac3b73090d642693a992208ebd424b4a627f → 0.53.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 +4 -6
- package/build/browser/util/UserAgent.js +1 -1
- package/build/browser/util/UserAgent.js.map +1 -1
- package/build/cjs/{chunk-P4UOERQV.cjs → chunk-3X3JIY5N.cjs} +4 -4
- package/build/cjs/{chunk-P4UOERQV.cjs.map → chunk-3X3JIY5N.cjs.map} +1 -1
- package/build/cjs/{chunk-FZESVNGN.cjs → chunk-4YJMVIVG.cjs} +4 -4
- package/build/cjs/{chunk-FZESVNGN.cjs.map → chunk-4YJMVIVG.cjs.map} +1 -1
- package/build/cjs/{chunk-WTT2HAXA.cjs → chunk-5OKCKVNA.cjs} +4 -4
- package/build/cjs/{chunk-WTT2HAXA.cjs.map → chunk-5OKCKVNA.cjs.map} +1 -1
- package/build/cjs/{chunk-Z3CP5PY4.cjs → chunk-BOISSIW3.cjs} +4 -4
- package/build/cjs/{chunk-Z3CP5PY4.cjs.map → chunk-BOISSIW3.cjs.map} +1 -1
- package/build/cjs/{chunk-5GMBJX2D.cjs → chunk-CHOZWKIP.cjs} +4 -4
- package/build/cjs/{chunk-5GMBJX2D.cjs.map → chunk-CHOZWKIP.cjs.map} +1 -1
- package/build/cjs/chunk-IX2RFZRT.cjs +11 -0
- package/build/cjs/{chunk-NLEHDTLD.cjs.map → chunk-IX2RFZRT.cjs.map} +1 -1
- package/build/cjs/chunk-IXDFNG6K.cjs +11 -0
- package/build/cjs/{chunk-Q7IZY7DA.cjs.map → chunk-IXDFNG6K.cjs.map} +1 -1
- package/build/cjs/{chunk-KCVCEHB3.cjs → chunk-MMLZNTXW.cjs} +3 -3
- package/build/cjs/chunk-MMLZNTXW.cjs.map +1 -0
- package/build/cjs/chunk-NQHO5E52.cjs +11 -0
- package/build/cjs/{chunk-LXD3MPVY.cjs.map → chunk-NQHO5E52.cjs.map} +1 -1
- package/build/cjs/{chunk-5J5JUNRW.cjs → chunk-T3S3HJNX.cjs} +4 -4
- package/build/cjs/{chunk-5J5JUNRW.cjs.map → chunk-T3S3HJNX.cjs.map} +1 -1
- package/build/cjs/chunk-T5O6O76J.cjs +11 -0
- package/build/cjs/{chunk-R2NZYFIX.cjs.map → chunk-T5O6O76J.cjs.map} +1 -1
- package/build/cjs/{chunk-AT63MZL2.cjs → chunk-UQJQVLY2.cjs} +4 -4
- package/build/cjs/{chunk-AT63MZL2.cjs.map → chunk-UQJQVLY2.cjs.map} +1 -1
- package/build/cjs/{chunk-DHWHCVWR.cjs → chunk-W7ZKXD23.cjs} +4 -4
- package/build/cjs/{chunk-DHWHCVWR.cjs.map → chunk-W7ZKXD23.cjs.map} +1 -1
- package/build/cjs/{chunk-U26FOYLG.cjs → chunk-Z5BB42XF.cjs} +4 -4
- package/build/cjs/{chunk-U26FOYLG.cjs.map → chunk-Z5BB42XF.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/docs/DocumentViewerOverview.md +116 -0
- package/package.json +9 -15
- package/build/cjs/chunk-KCVCEHB3.cjs.map +0 -1
- package/build/cjs/chunk-LXD3MPVY.cjs +0 -11
- package/build/cjs/chunk-NLEHDTLD.cjs +0 -11
- package/build/cjs/chunk-Q7IZY7DA.cjs +0 -11
- package/build/cjs/chunk-R2NZYFIX.cjs +0 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
# @osdk/react-components
|
|
2
2
|
|
|
3
|
-
## 0.53.0
|
|
3
|
+
## 0.53.0
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
7
|
+
- 8c18f55: `@osdk/aip-core` is now a direct dependency of `@osdk/react` and `@osdk/react-components` instead of an optional peer dependency, so consumers of `AipAgentChat` and `useChat` no longer have to install it themselves. For the same reason, `@osdk/aip-core` now depends on `@osdk/language-models` directly rather than declaring it as a peer.
|
|
7
8
|
- ae47ac3: Fix FilterList's `HAS_LINK` filter, which previously sent an unsupported `$isNotNull` operator and was silently rejected by the server. `HAS_LINK` and `LINKED_PROPERTY` now filter by deriving a `$count` of matching linked objects and no longer use object-set `intersect`.
|
|
8
9
|
|
|
9
10
|
Fix `LINKED_PROPERTY` excluding: source rows with no linked object at all are now retained (previously dropped).
|
|
@@ -15,11 +16,8 @@
|
|
|
15
16
|
|
|
16
17
|
### Patch Changes
|
|
17
18
|
|
|
18
|
-
- Updated dependencies [
|
|
19
|
-
-
|
|
20
|
-
- @osdk/api@2.58.1-main-ae47ac3b73090d642693a992208ebd424b4a627f
|
|
21
|
-
- @osdk/client@2.58.1-main-ae47ac3b73090d642693a992208ebd424b4a627f
|
|
22
|
-
- @osdk/react@2.58.1-main-ae47ac3b73090d642693a992208ebd424b4a627f
|
|
19
|
+
- Updated dependencies [8c18f55]
|
|
20
|
+
- @osdk/aip-core@0.10.0
|
|
23
21
|
|
|
24
22
|
## 0.52.0
|
|
25
23
|
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
|
|
17
|
-
const PACKAGE_USER_AGENT = `osdk-react-components/${"0.53.0
|
|
17
|
+
const PACKAGE_USER_AGENT = `osdk-react-components/${"0.53.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":[]}
|
|
@@ -6,7 +6,7 @@ var chunk3KMJ6NKF_cjs = require('./chunk-3KMJ6NKF.cjs');
|
|
|
6
6
|
var chunkYE4F6HIR_cjs = require('./chunk-YE4F6HIR.cjs');
|
|
7
7
|
var chunk7LXS66DW_cjs = require('./chunk-7LXS66DW.cjs');
|
|
8
8
|
var chunkUCTQICPR_cjs = require('./chunk-UCTQICPR.cjs');
|
|
9
|
-
var
|
|
9
|
+
var chunkMMLZNTXW_cjs = require('./chunk-MMLZNTXW.cjs');
|
|
10
10
|
var button = require('@base-ui/react/button');
|
|
11
11
|
var classnames3 = require('classnames');
|
|
12
12
|
var React15 = require('react');
|
|
@@ -5654,7 +5654,7 @@ function summarizeFilterValue(definition, state) {
|
|
|
5654
5654
|
}
|
|
5655
5655
|
|
|
5656
5656
|
// src/public/experimental/filter-list.ts
|
|
5657
|
-
var FilterList2 =
|
|
5657
|
+
var FilterList2 = chunkMMLZNTXW_cjs.withOsdkMetrics(FilterList, "FilterList");
|
|
5658
5658
|
|
|
5659
5659
|
exports.BaseFilterList = BaseFilterList;
|
|
5660
5660
|
exports.FilterInput = FilterInput;
|
|
@@ -5669,5 +5669,5 @@ exports.narrowObjectSet = narrowObjectSet;
|
|
|
5669
5669
|
exports.serializeFilterStates = serializeFilterStates;
|
|
5670
5670
|
exports.summarizeFilterValue = summarizeFilterValue;
|
|
5671
5671
|
exports.useFilterListState = useFilterListState;
|
|
5672
|
-
//# sourceMappingURL=chunk-
|
|
5673
|
-
//# sourceMappingURL=chunk-
|
|
5672
|
+
//# sourceMappingURL=chunk-3X3JIY5N.cjs.map
|
|
5673
|
+
//# sourceMappingURL=chunk-3X3JIY5N.cjs.map
|