@osdk/react-components 0.8.0-main-19b791320004e4dd08af9a4e4d30e8fc1f7e721a → 0.8.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 +6 -13
- package/build/browser/util/UserAgent.js +1 -1
- package/build/browser/util/UserAgent.js.map +1 -1
- package/build/cjs/{chunk-Z5MZGFLK.cjs → chunk-66353XCC.cjs} +4 -4
- package/build/cjs/{chunk-Z5MZGFLK.cjs.map → chunk-66353XCC.cjs.map} +1 -1
- package/build/cjs/{chunk-FHHML652.cjs → chunk-EFOD6VDT.cjs} +4 -4
- package/build/cjs/{chunk-FHHML652.cjs.map → chunk-EFOD6VDT.cjs.map} +1 -1
- package/build/cjs/{chunk-DVNYSNQS.cjs → chunk-WII3JKZ5.cjs} +4 -4
- package/build/cjs/{chunk-DVNYSNQS.cjs.map → chunk-WII3JKZ5.cjs.map} +1 -1
- package/build/cjs/{chunk-IG3UBZD2.cjs → chunk-WPIIXXRX.cjs} +3 -3
- package/build/cjs/chunk-WPIIXXRX.cjs.map +1 -0
- package/build/cjs/{chunk-6U6S3VI2.cjs → chunk-YLTIGE7W.cjs} +4 -4
- package/build/cjs/{chunk-6U6S3VI2.cjs.map → chunk-YLTIGE7W.cjs.map} +1 -1
- package/build/cjs/public/experimental/action-form.cjs +4 -4
- package/build/cjs/public/experimental/filter-list.cjs +6 -6
- package/build/cjs/public/experimental/object-table.cjs +8 -8
- package/build/cjs/public/experimental/pdf-viewer.cjs +24 -24
- package/build/cjs/public/experimental.cjs +39 -39
- 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-IG3UBZD2.cjs.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,29 +1,22 @@
|
|
|
1
1
|
# @osdk/react-components
|
|
2
2
|
|
|
3
|
-
## 0.8.0
|
|
3
|
+
## 0.8.0
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
7
|
-
- d40104f: Add error icon to DatePickerCell in ObjectTable
|
|
8
|
-
|
|
9
|
-
### Patch Changes
|
|
10
|
-
|
|
11
7
|
- d9b03eb: document @osdk/client version compat and install-time error recovery in AGENTS.md
|
|
12
8
|
- 5a733c0: Improve DropdownField with searchable input, multi-select checkboxes, clear button, and fix Select positioning
|
|
13
9
|
- 52ff28c: simplify conditional objectset aggregation args and add filtered objectset story
|
|
14
10
|
- 3b8decf: Switch vitest pool from forks to threads to fix CI flake
|
|
15
11
|
- a0bbaf9: fix ObjectTable zebra row colors flipping while scrolling — striping is now keyed off the row's data index instead of its DOM position
|
|
16
12
|
- 5835d51: Fix type definitions in FilterList LinkedProperty and ObjectTable function column
|
|
13
|
+
- d40104f: Add error icon to DatePickerCell in ObjectTable
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
17
|
- Updated dependencies [d9b03eb]
|
|
18
|
-
- Updated dependencies [19b7913]
|
|
19
|
-
- Updated dependencies [01fbb74]
|
|
20
|
-
- Updated dependencies [91f34a9]
|
|
21
|
-
- Updated dependencies [df1a4f8]
|
|
22
18
|
- Updated dependencies [d8842f4]
|
|
23
|
-
-
|
|
24
|
-
- @osdk/react@0.14.1-main-19b791320004e4dd08af9a4e4d30e8fc1f7e721a
|
|
25
|
-
- @osdk/client@2.12.0-main-19b791320004e4dd08af9a4e4d30e8fc1f7e721a
|
|
26
|
-
- @osdk/api@2.12.0-main-19b791320004e4dd08af9a4e4d30e8fc1f7e721a
|
|
19
|
+
- @osdk/react@0.15.0
|
|
27
20
|
|
|
28
21
|
## 0.7.0
|
|
29
22
|
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
|
|
17
|
-
const PACKAGE_USER_AGENT = `osdk-react-components/${"0.8.0
|
|
17
|
+
const PACKAGE_USER_AGENT = `osdk-react-components/${"0.8.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,kCAAsD;AAExD,OAAO,SAASC,kBAAkBA,CAACC,aAAqB,EAAU;EAChE,OAAO,GAAGF,kBAAkB,IAAIE,aAAa,EAAE;AACjD","ignoreList":[]}
|
|
@@ -6,7 +6,7 @@ var chunkY5ULR6PM_cjs = require('./chunk-Y5ULR6PM.cjs');
|
|
|
6
6
|
var chunkOHKKNZZS_cjs = require('./chunk-OHKKNZZS.cjs');
|
|
7
7
|
var chunk2FPKTOPE_cjs = require('./chunk-2FPKTOPE.cjs');
|
|
8
8
|
var chunk7LXS66DW_cjs = require('./chunk-7LXS66DW.cjs');
|
|
9
|
-
var
|
|
9
|
+
var chunkWPIIXXRX_cjs = require('./chunk-WPIIXXRX.cjs');
|
|
10
10
|
var reactTable = require('@tanstack/react-table');
|
|
11
11
|
var React14 = require('react');
|
|
12
12
|
var react = require('@osdk/react');
|
|
@@ -2817,7 +2817,7 @@ function ObjectTable({
|
|
|
2817
2817
|
}
|
|
2818
2818
|
|
|
2819
2819
|
// src/public/experimental/object-table.ts
|
|
2820
|
-
var ObjectTable2 =
|
|
2820
|
+
var ObjectTable2 = chunkWPIIXXRX_cjs.withOsdkMetrics(ObjectTable, "ObjectTable");
|
|
2821
2821
|
|
|
2822
2822
|
exports.BaseTable = BaseTable;
|
|
2823
2823
|
exports.ColumnConfigDialog = ColumnConfigDialog;
|
|
@@ -2825,5 +2825,5 @@ exports.LoadingCell = LoadingCell;
|
|
|
2825
2825
|
exports.LoadingCellContent = LoadingCellContent;
|
|
2826
2826
|
exports.MultiColumnSortDialog = MultiColumnSortDialog;
|
|
2827
2827
|
exports.ObjectTable = ObjectTable2;
|
|
2828
|
-
//# sourceMappingURL=chunk-
|
|
2829
|
-
//# sourceMappingURL=chunk-
|
|
2828
|
+
//# sourceMappingURL=chunk-66353XCC.cjs.map
|
|
2829
|
+
//# sourceMappingURL=chunk-66353XCC.cjs.map
|