@osdk/react-components 0.21.1-main-bd90dba43e6a25b40ca4afcb2d4f8c943630ce30 → 0.22.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 -11
- package/build/browser/util/UserAgent.js +1 -1
- package/build/browser/util/UserAgent.js.map +1 -1
- package/build/cjs/{chunk-BMPBIYNA.cjs → chunk-5OTHYCAN.cjs} +4 -4
- package/build/cjs/{chunk-BMPBIYNA.cjs.map → chunk-5OTHYCAN.cjs.map} +1 -1
- package/build/cjs/{chunk-4BPVUJO4.cjs → chunk-6JJVLART.cjs} +4 -4
- package/build/cjs/{chunk-4BPVUJO4.cjs.map → chunk-6JJVLART.cjs.map} +1 -1
- package/build/cjs/chunk-A3TEU5AA.cjs +11 -0
- package/build/cjs/{chunk-NNQDVAIK.cjs.map → chunk-A3TEU5AA.cjs.map} +1 -1
- package/build/cjs/chunk-AJQTGMS6.cjs +11 -0
- package/build/cjs/{chunk-XQOWIXVM.cjs.map → chunk-AJQTGMS6.cjs.map} +1 -1
- package/build/cjs/{chunk-TDTHPNGR.cjs → chunk-B6AIDSEZ.cjs} +4 -4
- package/build/cjs/{chunk-TDTHPNGR.cjs.map → chunk-B6AIDSEZ.cjs.map} +1 -1
- package/build/cjs/{chunk-OAHRFO6C.cjs → chunk-O3L7F3SI.cjs} +3 -3
- package/build/cjs/chunk-O3L7F3SI.cjs.map +1 -0
- package/build/cjs/chunk-QWVW5PEX.cjs +11 -0
- package/build/cjs/{chunk-G6YHH6QN.cjs.map → chunk-QWVW5PEX.cjs.map} +1 -1
- package/build/cjs/chunk-RVEV2776.cjs +11 -0
- package/build/cjs/{chunk-SSCDIHLR.cjs.map → chunk-RVEV2776.cjs.map} +1 -1
- package/build/cjs/chunk-SBENFO5U.cjs +11 -0
- package/build/cjs/{chunk-G3GERZTK.cjs.map → chunk-SBENFO5U.cjs.map} +1 -1
- package/build/cjs/{chunk-QWGGIOPV.cjs → chunk-V3TF4PWW.cjs} +4 -4
- package/build/cjs/{chunk-QWGGIOPV.cjs.map → chunk-V3TF4PWW.cjs.map} +1 -1
- package/build/cjs/{chunk-W2BUPW4L.cjs → chunk-WWOD2EMG.cjs} +4 -4
- package/build/cjs/{chunk-W2BUPW4L.cjs.map → chunk-WWOD2EMG.cjs.map} +1 -1
- package/build/cjs/{chunk-MTAIGZOV.cjs → chunk-XUVWBVTL.cjs} +4 -4
- package/build/cjs/{chunk-MTAIGZOV.cjs.map → chunk-XUVWBVTL.cjs.map} +1 -1
- package/build/cjs/{chunk-EW5GCSPW.cjs → chunk-XZI3NYBD.cjs} +4 -4
- package/build/cjs/{chunk-EW5GCSPW.cjs.map → chunk-XZI3NYBD.cjs.map} +1 -1
- package/build/cjs/public/experimental/action-form.cjs +4 -4
- 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 +14 -14
- 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 +47 -47
- 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-G3GERZTK.cjs +0 -11
- package/build/cjs/chunk-G6YHH6QN.cjs +0 -11
- package/build/cjs/chunk-NNQDVAIK.cjs +0 -11
- package/build/cjs/chunk-OAHRFO6C.cjs.map +0 -1
- package/build/cjs/chunk-SSCDIHLR.cjs +0 -11
- package/build/cjs/chunk-XQOWIXVM.cjs +0 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# @osdk/react-components
|
|
2
2
|
|
|
3
|
-
## 0.
|
|
3
|
+
## 0.22.0
|
|
4
4
|
|
|
5
|
-
###
|
|
5
|
+
### Minor Changes
|
|
6
6
|
|
|
7
7
|
- d209762: Reset datetime picker time to the current wall-clock time when clicking Today.
|
|
8
8
|
- bd90dba: Add end-to-end support for `scenarioReference` action parameters:
|
|
@@ -14,15 +14,6 @@
|
|
|
14
14
|
|
|
15
15
|
Enables `client(ScenarioMerge).applyAction({ scenario })` end-to-end in generated SDKs.
|
|
16
16
|
|
|
17
|
-
- Updated dependencies [8965bdf]
|
|
18
|
-
- Updated dependencies [8965bdf]
|
|
19
|
-
- Updated dependencies [bd90dba]
|
|
20
|
-
- Updated dependencies [643c450]
|
|
21
|
-
- Updated dependencies [d0845dd]
|
|
22
|
-
- @osdk/client@2.25.0-main-bd90dba43e6a25b40ca4afcb2d4f8c943630ce30
|
|
23
|
-
- @osdk/react@2.25.0-main-bd90dba43e6a25b40ca4afcb2d4f8c943630ce30
|
|
24
|
-
- @osdk/api@2.25.0-main-bd90dba43e6a25b40ca4afcb2d4f8c943630ce30
|
|
25
|
-
|
|
26
17
|
## 0.21.0
|
|
27
18
|
|
|
28
19
|
### 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.
|
|
17
|
+
const PACKAGE_USER_AGENT = `osdk-react-components/${"0.22.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":[]}
|
|
@@ -7,7 +7,7 @@ var chunkHNBSGCSZ_cjs = require('./chunk-HNBSGCSZ.cjs');
|
|
|
7
7
|
var chunk7LXS66DW_cjs = require('./chunk-7LXS66DW.cjs');
|
|
8
8
|
var chunkMD4KDE44_cjs = require('./chunk-MD4KDE44.cjs');
|
|
9
9
|
var chunkUCTQICPR_cjs = require('./chunk-UCTQICPR.cjs');
|
|
10
|
-
var
|
|
10
|
+
var chunkO3L7F3SI_cjs = require('./chunk-O3L7F3SI.cjs');
|
|
11
11
|
var react = require('@osdk/react');
|
|
12
12
|
var React17 = require('react');
|
|
13
13
|
var icons = require('@blueprintjs/icons');
|
|
@@ -1853,9 +1853,9 @@ var ActionForm = chunk3S52UDZM_cjs.typedReactMemo(function ActionFormFn({
|
|
|
1853
1853
|
});
|
|
1854
1854
|
|
|
1855
1855
|
// src/public/experimental/action-form.ts
|
|
1856
|
-
var ActionForm2 =
|
|
1856
|
+
var ActionForm2 = chunkO3L7F3SI_cjs.withOsdkMetrics(ActionForm, "ActionForm");
|
|
1857
1857
|
|
|
1858
1858
|
exports.ActionForm = ActionForm2;
|
|
1859
1859
|
exports.BaseForm = BaseForm;
|
|
1860
|
-
//# sourceMappingURL=chunk-
|
|
1861
|
-
//# sourceMappingURL=chunk-
|
|
1860
|
+
//# sourceMappingURL=chunk-5OTHYCAN.cjs.map
|
|
1861
|
+
//# sourceMappingURL=chunk-5OTHYCAN.cjs.map
|