@osdk/react-components 0.5.0 → 0.6.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/AGENTS.md +7 -1
- package/CHANGELOG.md +6 -0
- package/README.md +9 -3
- package/build/browser/util/UserAgent.js +1 -1
- package/build/cjs/{chunk-BVLPZ4A7.cjs → chunk-FF7DFNVC.cjs} +4 -4
- package/build/cjs/{chunk-BVLPZ4A7.cjs.map → chunk-FF7DFNVC.cjs.map} +1 -1
- package/build/cjs/{chunk-HYROJGPG.cjs → chunk-GDKDKZ4H.cjs} +4 -4
- package/build/cjs/{chunk-HYROJGPG.cjs.map → chunk-GDKDKZ4H.cjs.map} +1 -1
- package/build/cjs/{chunk-5DPIS4DA.cjs → chunk-HSA4UIKA.cjs} +4 -4
- package/build/cjs/{chunk-5DPIS4DA.cjs.map → chunk-HSA4UIKA.cjs.map} +1 -1
- package/build/cjs/{chunk-K2PC2T5C.cjs → chunk-IQZ6IABQ.cjs} +3 -3
- package/build/cjs/{chunk-K2PC2T5C.cjs.map → chunk-IQZ6IABQ.cjs.map} +1 -1
- package/build/cjs/{chunk-JXYROL4C.cjs → chunk-NFG6NXZN.cjs} +4 -4
- package/build/cjs/{chunk-JXYROL4C.cjs.map → chunk-NFG6NXZN.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 +6 -6
- package/build/cjs/public/experimental/pdf-viewer.cjs +24 -24
- package/build/cjs/public/experimental.cjs +37 -37
- package/build/esm/util/UserAgent.js +1 -1
- package/docs/FilterList.md +5 -4
- package/docs/MarkdownRenderer.md +2 -2
- package/docs/ObjectTable.md +18 -18
- package/docs/PdfViewer.md +10 -7
- package/docs/TiffViewer.md +2 -2
- package/package.json +3 -3
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkHSA4UIKA_cjs = require('../../chunk-HSA4UIKA.cjs');
|
|
4
4
|
require('../../chunk-UCTQICPR.cjs');
|
|
5
5
|
require('../../chunk-2TZC4GFO.cjs');
|
|
6
6
|
require('../../chunk-JLESWL47.cjs');
|
|
7
7
|
require('../../chunk-WO3AE3GP.cjs');
|
|
8
8
|
require('../../chunk-YQIMVHDC.cjs');
|
|
9
9
|
require('../../chunk-7LXS66DW.cjs');
|
|
10
|
-
require('../../chunk-
|
|
10
|
+
require('../../chunk-IQZ6IABQ.cjs');
|
|
11
11
|
require('../../chunk-Q2W6GYRK.cjs');
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
Object.defineProperty(exports, "ActionForm", {
|
|
16
16
|
enumerable: true,
|
|
17
|
-
get: function () { return
|
|
17
|
+
get: function () { return chunkHSA4UIKA_cjs.ActionForm; }
|
|
18
18
|
});
|
|
19
19
|
Object.defineProperty(exports, "BaseForm", {
|
|
20
20
|
enumerable: true,
|
|
21
|
-
get: function () { return
|
|
21
|
+
get: function () { return chunkHSA4UIKA_cjs.BaseForm; }
|
|
22
22
|
});
|
|
23
23
|
//# sourceMappingURL=action-form.cjs.map
|
|
24
24
|
//# sourceMappingURL=action-form.cjs.map
|
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkNFG6NXZN_cjs = require('../../chunk-NFG6NXZN.cjs');
|
|
4
4
|
require('../../chunk-UCTQICPR.cjs');
|
|
5
5
|
require('../../chunk-OHKKNZZS.cjs');
|
|
6
6
|
require('../../chunk-YQIMVHDC.cjs');
|
|
7
7
|
require('../../chunk-7LXS66DW.cjs');
|
|
8
|
-
require('../../chunk-
|
|
8
|
+
require('../../chunk-IQZ6IABQ.cjs');
|
|
9
9
|
require('../../chunk-Q2W6GYRK.cjs');
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
Object.defineProperty(exports, "BaseFilterList", {
|
|
14
14
|
enumerable: true,
|
|
15
|
-
get: function () { return
|
|
15
|
+
get: function () { return chunkNFG6NXZN_cjs.BaseFilterList; }
|
|
16
16
|
});
|
|
17
17
|
Object.defineProperty(exports, "FilterList", {
|
|
18
18
|
enumerable: true,
|
|
19
|
-
get: function () { return
|
|
19
|
+
get: function () { return chunkNFG6NXZN_cjs.FilterList; }
|
|
20
20
|
});
|
|
21
21
|
Object.defineProperty(exports, "deserializeFilterStates", {
|
|
22
22
|
enumerable: true,
|
|
23
|
-
get: function () { return
|
|
23
|
+
get: function () { return chunkNFG6NXZN_cjs.deserializeFilterStates; }
|
|
24
24
|
});
|
|
25
25
|
Object.defineProperty(exports, "serializeFilterStates", {
|
|
26
26
|
enumerable: true,
|
|
27
|
-
get: function () { return
|
|
27
|
+
get: function () { return chunkNFG6NXZN_cjs.serializeFilterStates; }
|
|
28
28
|
});
|
|
29
29
|
//# sourceMappingURL=filter-list.cjs.map
|
|
30
30
|
//# sourceMappingURL=filter-list.cjs.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkFF7DFNVC_cjs = require('../../chunk-FF7DFNVC.cjs');
|
|
4
4
|
require('../../chunk-O5EUACSV.cjs');
|
|
5
5
|
require('../../chunk-2TZC4GFO.cjs');
|
|
6
6
|
require('../../chunk-JLESWL47.cjs');
|
|
@@ -8,26 +8,26 @@ require('../../chunk-WO3AE3GP.cjs');
|
|
|
8
8
|
require('../../chunk-OHKKNZZS.cjs');
|
|
9
9
|
require('../../chunk-YQIMVHDC.cjs');
|
|
10
10
|
require('../../chunk-7LXS66DW.cjs');
|
|
11
|
-
require('../../chunk-
|
|
11
|
+
require('../../chunk-IQZ6IABQ.cjs');
|
|
12
12
|
require('../../chunk-Q2W6GYRK.cjs');
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
Object.defineProperty(exports, "BaseTable", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunkFF7DFNVC_cjs.BaseTable; }
|
|
19
19
|
});
|
|
20
20
|
Object.defineProperty(exports, "ColumnConfigDialog", {
|
|
21
21
|
enumerable: true,
|
|
22
|
-
get: function () { return
|
|
22
|
+
get: function () { return chunkFF7DFNVC_cjs.ColumnConfigDialog; }
|
|
23
23
|
});
|
|
24
24
|
Object.defineProperty(exports, "MultiColumnSortDialog", {
|
|
25
25
|
enumerable: true,
|
|
26
|
-
get: function () { return
|
|
26
|
+
get: function () { return chunkFF7DFNVC_cjs.MultiColumnSortDialog; }
|
|
27
27
|
});
|
|
28
28
|
Object.defineProperty(exports, "ObjectTable", {
|
|
29
29
|
enumerable: true,
|
|
30
|
-
get: function () { return
|
|
30
|
+
get: function () { return chunkFF7DFNVC_cjs.ObjectTable; }
|
|
31
31
|
});
|
|
32
32
|
//# sourceMappingURL=object-table.cjs.map
|
|
33
33
|
//# sourceMappingURL=object-table.cjs.map
|
|
@@ -1,98 +1,98 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../chunk-
|
|
3
|
+
var chunkGDKDKZ4H_cjs = require('../../chunk-GDKDKZ4H.cjs');
|
|
4
|
+
require('../../chunk-IQZ6IABQ.cjs');
|
|
5
5
|
require('../../chunk-Q2W6GYRK.cjs');
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
Object.defineProperty(exports, "BasePdfViewer", {
|
|
10
10
|
enumerable: true,
|
|
11
|
-
get: function () { return
|
|
11
|
+
get: function () { return chunkGDKDKZ4H_cjs.BasePdfViewer; }
|
|
12
12
|
});
|
|
13
13
|
Object.defineProperty(exports, "PdfViewer", {
|
|
14
14
|
enumerable: true,
|
|
15
|
-
get: function () { return
|
|
15
|
+
get: function () { return chunkGDKDKZ4H_cjs.PdfViewer; }
|
|
16
16
|
});
|
|
17
17
|
Object.defineProperty(exports, "PdfViewerAnnotationLayer", {
|
|
18
18
|
enumerable: true,
|
|
19
|
-
get: function () { return
|
|
19
|
+
get: function () { return chunkGDKDKZ4H_cjs.PdfViewerAnnotationLayer; }
|
|
20
20
|
});
|
|
21
21
|
Object.defineProperty(exports, "PdfViewerContent", {
|
|
22
22
|
enumerable: true,
|
|
23
|
-
get: function () { return
|
|
23
|
+
get: function () { return chunkGDKDKZ4H_cjs.PdfViewerContent; }
|
|
24
24
|
});
|
|
25
25
|
Object.defineProperty(exports, "PdfViewerOutlineSidebar", {
|
|
26
26
|
enumerable: true,
|
|
27
|
-
get: function () { return
|
|
27
|
+
get: function () { return chunkGDKDKZ4H_cjs.PdfViewerOutlineSidebar; }
|
|
28
28
|
});
|
|
29
29
|
Object.defineProperty(exports, "PdfViewerProvider", {
|
|
30
30
|
enumerable: true,
|
|
31
|
-
get: function () { return
|
|
31
|
+
get: function () { return chunkGDKDKZ4H_cjs.PdfViewerProvider; }
|
|
32
32
|
});
|
|
33
33
|
Object.defineProperty(exports, "PdfViewerSearchBar", {
|
|
34
34
|
enumerable: true,
|
|
35
|
-
get: function () { return
|
|
35
|
+
get: function () { return chunkGDKDKZ4H_cjs.PdfViewerSearchBar; }
|
|
36
36
|
});
|
|
37
37
|
Object.defineProperty(exports, "PdfViewerSidebar", {
|
|
38
38
|
enumerable: true,
|
|
39
|
-
get: function () { return
|
|
39
|
+
get: function () { return chunkGDKDKZ4H_cjs.PdfViewerSidebar; }
|
|
40
40
|
});
|
|
41
41
|
Object.defineProperty(exports, "PdfViewerToolbar", {
|
|
42
42
|
enumerable: true,
|
|
43
|
-
get: function () { return
|
|
43
|
+
get: function () { return chunkGDKDKZ4H_cjs.PdfViewerToolbar; }
|
|
44
44
|
});
|
|
45
45
|
Object.defineProperty(exports, "usePdfAnnotationPortals", {
|
|
46
46
|
enumerable: true,
|
|
47
|
-
get: function () { return
|
|
47
|
+
get: function () { return chunkGDKDKZ4H_cjs.usePdfAnnotationPortals; }
|
|
48
48
|
});
|
|
49
49
|
Object.defineProperty(exports, "usePdfAnnotationsByPage", {
|
|
50
50
|
enumerable: true,
|
|
51
|
-
get: function () { return
|
|
51
|
+
get: function () { return chunkGDKDKZ4H_cjs.usePdfAnnotationsByPage; }
|
|
52
52
|
});
|
|
53
53
|
Object.defineProperty(exports, "usePdfDocument", {
|
|
54
54
|
enumerable: true,
|
|
55
|
-
get: function () { return
|
|
55
|
+
get: function () { return chunkGDKDKZ4H_cjs.usePdfDocument; }
|
|
56
56
|
});
|
|
57
57
|
Object.defineProperty(exports, "usePdfFormFields", {
|
|
58
58
|
enumerable: true,
|
|
59
|
-
get: function () { return
|
|
59
|
+
get: function () { return chunkGDKDKZ4H_cjs.usePdfFormFields; }
|
|
60
60
|
});
|
|
61
61
|
Object.defineProperty(exports, "usePdfHighlightMode", {
|
|
62
62
|
enumerable: true,
|
|
63
|
-
get: function () { return
|
|
63
|
+
get: function () { return chunkGDKDKZ4H_cjs.usePdfHighlightMode; }
|
|
64
64
|
});
|
|
65
65
|
Object.defineProperty(exports, "usePdfOutline", {
|
|
66
66
|
enumerable: true,
|
|
67
|
-
get: function () { return
|
|
67
|
+
get: function () { return chunkGDKDKZ4H_cjs.usePdfOutline; }
|
|
68
68
|
});
|
|
69
69
|
Object.defineProperty(exports, "usePdfViewer", {
|
|
70
70
|
enumerable: true,
|
|
71
|
-
get: function () { return
|
|
71
|
+
get: function () { return chunkGDKDKZ4H_cjs.usePdfViewer; }
|
|
72
72
|
});
|
|
73
73
|
Object.defineProperty(exports, "usePdfViewerContext", {
|
|
74
74
|
enumerable: true,
|
|
75
|
-
get: function () { return
|
|
75
|
+
get: function () { return chunkGDKDKZ4H_cjs.usePdfViewerContext; }
|
|
76
76
|
});
|
|
77
77
|
Object.defineProperty(exports, "usePdfViewerCore", {
|
|
78
78
|
enumerable: true,
|
|
79
|
-
get: function () { return
|
|
79
|
+
get: function () { return chunkGDKDKZ4H_cjs.usePdfViewerCore; }
|
|
80
80
|
});
|
|
81
81
|
Object.defineProperty(exports, "usePdfViewerInstance", {
|
|
82
82
|
enumerable: true,
|
|
83
|
-
get: function () { return
|
|
83
|
+
get: function () { return chunkGDKDKZ4H_cjs.usePdfViewerInstance; }
|
|
84
84
|
});
|
|
85
85
|
Object.defineProperty(exports, "usePdfViewerSearch", {
|
|
86
86
|
enumerable: true,
|
|
87
|
-
get: function () { return
|
|
87
|
+
get: function () { return chunkGDKDKZ4H_cjs.usePdfViewerSearch; }
|
|
88
88
|
});
|
|
89
89
|
Object.defineProperty(exports, "usePdfViewerState", {
|
|
90
90
|
enumerable: true,
|
|
91
|
-
get: function () { return
|
|
91
|
+
get: function () { return chunkGDKDKZ4H_cjs.usePdfViewerState; }
|
|
92
92
|
});
|
|
93
93
|
Object.defineProperty(exports, "usePdfViewerSync", {
|
|
94
94
|
enumerable: true,
|
|
95
|
-
get: function () { return
|
|
95
|
+
get: function () { return chunkGDKDKZ4H_cjs.usePdfViewerSync; }
|
|
96
96
|
});
|
|
97
97
|
//# sourceMappingURL=pdf-viewer.cjs.map
|
|
98
98
|
//# sourceMappingURL=pdf-viewer.cjs.map
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var chunkIDDBCC5C_cjs = require('../chunk-IDDBCC5C.cjs');
|
|
4
|
-
var
|
|
5
|
-
var
|
|
4
|
+
var chunkHSA4UIKA_cjs = require('../chunk-HSA4UIKA.cjs');
|
|
5
|
+
var chunkNFG6NXZN_cjs = require('../chunk-NFG6NXZN.cjs');
|
|
6
6
|
require('../chunk-UCTQICPR.cjs');
|
|
7
7
|
var chunk2LKVRPJY_cjs = require('../chunk-2LKVRPJY.cjs');
|
|
8
|
-
var
|
|
8
|
+
var chunkFF7DFNVC_cjs = require('../chunk-FF7DFNVC.cjs');
|
|
9
9
|
require('../chunk-O5EUACSV.cjs');
|
|
10
10
|
require('../chunk-2TZC4GFO.cjs');
|
|
11
11
|
require('../chunk-JLESWL47.cjs');
|
|
@@ -13,8 +13,8 @@ require('../chunk-WO3AE3GP.cjs');
|
|
|
13
13
|
require('../chunk-OHKKNZZS.cjs');
|
|
14
14
|
require('../chunk-YQIMVHDC.cjs');
|
|
15
15
|
require('../chunk-7LXS66DW.cjs');
|
|
16
|
-
var
|
|
17
|
-
require('../chunk-
|
|
16
|
+
var chunkGDKDKZ4H_cjs = require('../chunk-GDKDKZ4H.cjs');
|
|
17
|
+
require('../chunk-IQZ6IABQ.cjs');
|
|
18
18
|
require('../chunk-Q2W6GYRK.cjs');
|
|
19
19
|
|
|
20
20
|
|
|
@@ -25,27 +25,27 @@ Object.defineProperty(exports, "TiffRenderer", {
|
|
|
25
25
|
});
|
|
26
26
|
Object.defineProperty(exports, "ActionForm", {
|
|
27
27
|
enumerable: true,
|
|
28
|
-
get: function () { return
|
|
28
|
+
get: function () { return chunkHSA4UIKA_cjs.ActionForm; }
|
|
29
29
|
});
|
|
30
30
|
Object.defineProperty(exports, "BaseForm", {
|
|
31
31
|
enumerable: true,
|
|
32
|
-
get: function () { return
|
|
32
|
+
get: function () { return chunkHSA4UIKA_cjs.BaseForm; }
|
|
33
33
|
});
|
|
34
34
|
Object.defineProperty(exports, "BaseFilterList", {
|
|
35
35
|
enumerable: true,
|
|
36
|
-
get: function () { return
|
|
36
|
+
get: function () { return chunkNFG6NXZN_cjs.BaseFilterList; }
|
|
37
37
|
});
|
|
38
38
|
Object.defineProperty(exports, "FilterList", {
|
|
39
39
|
enumerable: true,
|
|
40
|
-
get: function () { return
|
|
40
|
+
get: function () { return chunkNFG6NXZN_cjs.FilterList; }
|
|
41
41
|
});
|
|
42
42
|
Object.defineProperty(exports, "deserializeFilterStates", {
|
|
43
43
|
enumerable: true,
|
|
44
|
-
get: function () { return
|
|
44
|
+
get: function () { return chunkNFG6NXZN_cjs.deserializeFilterStates; }
|
|
45
45
|
});
|
|
46
46
|
Object.defineProperty(exports, "serializeFilterStates", {
|
|
47
47
|
enumerable: true,
|
|
48
|
-
get: function () { return
|
|
48
|
+
get: function () { return chunkNFG6NXZN_cjs.serializeFilterStates; }
|
|
49
49
|
});
|
|
50
50
|
Object.defineProperty(exports, "MarkdownRenderer", {
|
|
51
51
|
enumerable: true,
|
|
@@ -53,107 +53,107 @@ Object.defineProperty(exports, "MarkdownRenderer", {
|
|
|
53
53
|
});
|
|
54
54
|
Object.defineProperty(exports, "BaseTable", {
|
|
55
55
|
enumerable: true,
|
|
56
|
-
get: function () { return
|
|
56
|
+
get: function () { return chunkFF7DFNVC_cjs.BaseTable; }
|
|
57
57
|
});
|
|
58
58
|
Object.defineProperty(exports, "ColumnConfigDialog", {
|
|
59
59
|
enumerable: true,
|
|
60
|
-
get: function () { return
|
|
60
|
+
get: function () { return chunkFF7DFNVC_cjs.ColumnConfigDialog; }
|
|
61
61
|
});
|
|
62
62
|
Object.defineProperty(exports, "MultiColumnSortDialog", {
|
|
63
63
|
enumerable: true,
|
|
64
|
-
get: function () { return
|
|
64
|
+
get: function () { return chunkFF7DFNVC_cjs.MultiColumnSortDialog; }
|
|
65
65
|
});
|
|
66
66
|
Object.defineProperty(exports, "ObjectTable", {
|
|
67
67
|
enumerable: true,
|
|
68
|
-
get: function () { return
|
|
68
|
+
get: function () { return chunkFF7DFNVC_cjs.ObjectTable; }
|
|
69
69
|
});
|
|
70
70
|
Object.defineProperty(exports, "BasePdfViewer", {
|
|
71
71
|
enumerable: true,
|
|
72
|
-
get: function () { return
|
|
72
|
+
get: function () { return chunkGDKDKZ4H_cjs.BasePdfViewer; }
|
|
73
73
|
});
|
|
74
74
|
Object.defineProperty(exports, "PdfViewer", {
|
|
75
75
|
enumerable: true,
|
|
76
|
-
get: function () { return
|
|
76
|
+
get: function () { return chunkGDKDKZ4H_cjs.PdfViewer; }
|
|
77
77
|
});
|
|
78
78
|
Object.defineProperty(exports, "PdfViewerAnnotationLayer", {
|
|
79
79
|
enumerable: true,
|
|
80
|
-
get: function () { return
|
|
80
|
+
get: function () { return chunkGDKDKZ4H_cjs.PdfViewerAnnotationLayer; }
|
|
81
81
|
});
|
|
82
82
|
Object.defineProperty(exports, "PdfViewerContent", {
|
|
83
83
|
enumerable: true,
|
|
84
|
-
get: function () { return
|
|
84
|
+
get: function () { return chunkGDKDKZ4H_cjs.PdfViewerContent; }
|
|
85
85
|
});
|
|
86
86
|
Object.defineProperty(exports, "PdfViewerOutlineSidebar", {
|
|
87
87
|
enumerable: true,
|
|
88
|
-
get: function () { return
|
|
88
|
+
get: function () { return chunkGDKDKZ4H_cjs.PdfViewerOutlineSidebar; }
|
|
89
89
|
});
|
|
90
90
|
Object.defineProperty(exports, "PdfViewerProvider", {
|
|
91
91
|
enumerable: true,
|
|
92
|
-
get: function () { return
|
|
92
|
+
get: function () { return chunkGDKDKZ4H_cjs.PdfViewerProvider; }
|
|
93
93
|
});
|
|
94
94
|
Object.defineProperty(exports, "PdfViewerSearchBar", {
|
|
95
95
|
enumerable: true,
|
|
96
|
-
get: function () { return
|
|
96
|
+
get: function () { return chunkGDKDKZ4H_cjs.PdfViewerSearchBar; }
|
|
97
97
|
});
|
|
98
98
|
Object.defineProperty(exports, "PdfViewerSidebar", {
|
|
99
99
|
enumerable: true,
|
|
100
|
-
get: function () { return
|
|
100
|
+
get: function () { return chunkGDKDKZ4H_cjs.PdfViewerSidebar; }
|
|
101
101
|
});
|
|
102
102
|
Object.defineProperty(exports, "PdfViewerToolbar", {
|
|
103
103
|
enumerable: true,
|
|
104
|
-
get: function () { return
|
|
104
|
+
get: function () { return chunkGDKDKZ4H_cjs.PdfViewerToolbar; }
|
|
105
105
|
});
|
|
106
106
|
Object.defineProperty(exports, "usePdfAnnotationPortals", {
|
|
107
107
|
enumerable: true,
|
|
108
|
-
get: function () { return
|
|
108
|
+
get: function () { return chunkGDKDKZ4H_cjs.usePdfAnnotationPortals; }
|
|
109
109
|
});
|
|
110
110
|
Object.defineProperty(exports, "usePdfAnnotationsByPage", {
|
|
111
111
|
enumerable: true,
|
|
112
|
-
get: function () { return
|
|
112
|
+
get: function () { return chunkGDKDKZ4H_cjs.usePdfAnnotationsByPage; }
|
|
113
113
|
});
|
|
114
114
|
Object.defineProperty(exports, "usePdfDocument", {
|
|
115
115
|
enumerable: true,
|
|
116
|
-
get: function () { return
|
|
116
|
+
get: function () { return chunkGDKDKZ4H_cjs.usePdfDocument; }
|
|
117
117
|
});
|
|
118
118
|
Object.defineProperty(exports, "usePdfFormFields", {
|
|
119
119
|
enumerable: true,
|
|
120
|
-
get: function () { return
|
|
120
|
+
get: function () { return chunkGDKDKZ4H_cjs.usePdfFormFields; }
|
|
121
121
|
});
|
|
122
122
|
Object.defineProperty(exports, "usePdfHighlightMode", {
|
|
123
123
|
enumerable: true,
|
|
124
|
-
get: function () { return
|
|
124
|
+
get: function () { return chunkGDKDKZ4H_cjs.usePdfHighlightMode; }
|
|
125
125
|
});
|
|
126
126
|
Object.defineProperty(exports, "usePdfOutline", {
|
|
127
127
|
enumerable: true,
|
|
128
|
-
get: function () { return
|
|
128
|
+
get: function () { return chunkGDKDKZ4H_cjs.usePdfOutline; }
|
|
129
129
|
});
|
|
130
130
|
Object.defineProperty(exports, "usePdfViewer", {
|
|
131
131
|
enumerable: true,
|
|
132
|
-
get: function () { return
|
|
132
|
+
get: function () { return chunkGDKDKZ4H_cjs.usePdfViewer; }
|
|
133
133
|
});
|
|
134
134
|
Object.defineProperty(exports, "usePdfViewerContext", {
|
|
135
135
|
enumerable: true,
|
|
136
|
-
get: function () { return
|
|
136
|
+
get: function () { return chunkGDKDKZ4H_cjs.usePdfViewerContext; }
|
|
137
137
|
});
|
|
138
138
|
Object.defineProperty(exports, "usePdfViewerCore", {
|
|
139
139
|
enumerable: true,
|
|
140
|
-
get: function () { return
|
|
140
|
+
get: function () { return chunkGDKDKZ4H_cjs.usePdfViewerCore; }
|
|
141
141
|
});
|
|
142
142
|
Object.defineProperty(exports, "usePdfViewerInstance", {
|
|
143
143
|
enumerable: true,
|
|
144
|
-
get: function () { return
|
|
144
|
+
get: function () { return chunkGDKDKZ4H_cjs.usePdfViewerInstance; }
|
|
145
145
|
});
|
|
146
146
|
Object.defineProperty(exports, "usePdfViewerSearch", {
|
|
147
147
|
enumerable: true,
|
|
148
|
-
get: function () { return
|
|
148
|
+
get: function () { return chunkGDKDKZ4H_cjs.usePdfViewerSearch; }
|
|
149
149
|
});
|
|
150
150
|
Object.defineProperty(exports, "usePdfViewerState", {
|
|
151
151
|
enumerable: true,
|
|
152
|
-
get: function () { return
|
|
152
|
+
get: function () { return chunkGDKDKZ4H_cjs.usePdfViewerState; }
|
|
153
153
|
});
|
|
154
154
|
Object.defineProperty(exports, "usePdfViewerSync", {
|
|
155
155
|
enumerable: true,
|
|
156
|
-
get: function () { return
|
|
156
|
+
get: function () { return chunkGDKDKZ4H_cjs.usePdfViewerSync; }
|
|
157
157
|
});
|
|
158
158
|
//# sourceMappingURL=experimental.cjs.map
|
|
159
159
|
//# sourceMappingURL=experimental.cjs.map
|
|
@@ -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.6.0"}`;
|
|
18
18
|
export function componentUserAgent(componentName) {
|
|
19
19
|
return `${PACKAGE_USER_AGENT}/${componentName}`;
|
|
20
20
|
}
|
package/docs/FilterList.md
CHANGED
|
@@ -23,7 +23,7 @@ Before using FilterList, make sure you have completed the library setup describe
|
|
|
23
23
|
## Import
|
|
24
24
|
|
|
25
25
|
```typescript
|
|
26
|
-
import { FilterList } from "@osdk/react-components/experimental";
|
|
26
|
+
import { FilterList } from "@osdk/react-components/experimental/filter-list";
|
|
27
27
|
```
|
|
28
28
|
|
|
29
29
|
## Basic Usage
|
|
@@ -31,7 +31,7 @@ import { FilterList } from "@osdk/react-components/experimental";
|
|
|
31
31
|
The simplest way to use FilterList is with an objectSet and a few filter definitions:
|
|
32
32
|
|
|
33
33
|
```typescript
|
|
34
|
-
import { FilterList } from "@osdk/react-components/experimental";
|
|
34
|
+
import { FilterList } from "@osdk/react-components/experimental/filter-list";
|
|
35
35
|
import { Employee } from "@YourApp/sdk";
|
|
36
36
|
import { $ } from "@YourApp/sdk";
|
|
37
37
|
|
|
@@ -157,7 +157,8 @@ Use controlled `filterClause` to connect FilterList and ObjectTable:
|
|
|
157
157
|
|
|
158
158
|
```typescript
|
|
159
159
|
import type { WhereClause } from "@osdk/api";
|
|
160
|
-
import { FilterList
|
|
160
|
+
import { FilterList } from "@osdk/react-components/experimental/filter-list";
|
|
161
|
+
import { ObjectTable } from "@osdk/react-components/experimental/object-table";
|
|
161
162
|
import { Employee } from "@YourApp/sdk";
|
|
162
163
|
import { $ } from "@YourApp/sdk";
|
|
163
164
|
import { useMemo, useState } from "react";
|
|
@@ -275,7 +276,7 @@ const handleFilterRemoved = (filterKey) => {
|
|
|
275
276
|
Pass a `.where()` objectSet to scope filter dropdown values. For example, to only show Engineering employees:
|
|
276
277
|
|
|
277
278
|
```typescript
|
|
278
|
-
import { FilterList } from "@osdk/react-components/experimental";
|
|
279
|
+
import { FilterList } from "@osdk/react-components/experimental/filter-list";
|
|
279
280
|
import { Employee } from "@YourApp/sdk";
|
|
280
281
|
import { $ } from "@YourApp/sdk";
|
|
281
282
|
import { useMemo } from "react";
|
package/docs/MarkdownRenderer.md
CHANGED
|
@@ -5,13 +5,13 @@ A React component for rendering markdown content using [react-markdown](https://
|
|
|
5
5
|
## Import
|
|
6
6
|
|
|
7
7
|
```tsx
|
|
8
|
-
import { MarkdownRenderer } from "@osdk/react-components/experimental";
|
|
8
|
+
import { MarkdownRenderer } from "@osdk/react-components/experimental/markdown-renderer";
|
|
9
9
|
```
|
|
10
10
|
|
|
11
11
|
## Usage
|
|
12
12
|
|
|
13
13
|
```tsx
|
|
14
|
-
import { MarkdownRenderer } from "@osdk/react-components/experimental";
|
|
14
|
+
import { MarkdownRenderer } from "@osdk/react-components/experimental/markdown-renderer";
|
|
15
15
|
|
|
16
16
|
<MarkdownRenderer content="# Hello World\n\nThis is **bold** text." />;
|
|
17
17
|
```
|
package/docs/ObjectTable.md
CHANGED
|
@@ -25,11 +25,11 @@ Before using ObjectTable, make sure you have completed the library setup describ
|
|
|
25
25
|
## Import
|
|
26
26
|
|
|
27
27
|
```typescript
|
|
28
|
-
import { ObjectTable } from "@osdk/react-components/experimental";
|
|
28
|
+
import { ObjectTable } from "@osdk/react-components/experimental/object-table";
|
|
29
29
|
import type {
|
|
30
30
|
ColumnDefinition,
|
|
31
31
|
EditFieldConfig,
|
|
32
|
-
} from "@osdk/react-components/experimental";
|
|
32
|
+
} from "@osdk/react-components/experimental/object-table";
|
|
33
33
|
```
|
|
34
34
|
|
|
35
35
|
## Basic Usage
|
|
@@ -39,7 +39,7 @@ import type {
|
|
|
39
39
|
The simplest way to use ObjectTable is with just an object type:
|
|
40
40
|
|
|
41
41
|
```typescript
|
|
42
|
-
import { ObjectTable } from "@osdk/react-components/experimental";
|
|
42
|
+
import { ObjectTable } from "@osdk/react-components/experimental/object-table";
|
|
43
43
|
import { Office } from "@YourApp/sdk";
|
|
44
44
|
|
|
45
45
|
function OfficesPage() {
|
|
@@ -275,7 +275,7 @@ Displays header and cell with the provided custom renderers.
|
|
|
275
275
|
import {
|
|
276
276
|
type ColumnDefinition,
|
|
277
277
|
ObjectTable,
|
|
278
|
-
} from "@osdk/react-components/experimental";
|
|
278
|
+
} from "@osdk/react-components/experimental/object-table";
|
|
279
279
|
import { Employee } from "@YourApp/sdk";
|
|
280
280
|
|
|
281
281
|
const columnDefinitions: Array<ColumnDefinition<typeof Employee>> = [
|
|
@@ -309,7 +309,7 @@ function EmployeesTable() {
|
|
|
309
309
|
### Example 2: Table with Multiple Selection
|
|
310
310
|
|
|
311
311
|
```typescript
|
|
312
|
-
import { ObjectTable } from "@osdk/react-components/experimental";
|
|
312
|
+
import { ObjectTable } from "@osdk/react-components/experimental/object-table";
|
|
313
313
|
import { Employee } from "@YourApp/sdk";
|
|
314
314
|
|
|
315
315
|
function EmployeesTable() {
|
|
@@ -325,7 +325,7 @@ function EmployeesTable() {
|
|
|
325
325
|
### Example 3: Table with Default Sorting
|
|
326
326
|
|
|
327
327
|
```typescript
|
|
328
|
-
import { ObjectTable } from "@osdk/react-components/experimental";
|
|
328
|
+
import { ObjectTable } from "@osdk/react-components/experimental/object-table";
|
|
329
329
|
import { Employee } from "@YourApp/sdk";
|
|
330
330
|
|
|
331
331
|
function EmployeesTable() {
|
|
@@ -347,7 +347,7 @@ function EmployeesTable() {
|
|
|
347
347
|
import {
|
|
348
348
|
type ColumnDefinition,
|
|
349
349
|
ObjectTable,
|
|
350
|
-
} from "@osdk/react-components/experimental";
|
|
350
|
+
} from "@osdk/react-components/experimental/object-table";
|
|
351
351
|
import { Employee } from "@YourApp/sdk";
|
|
352
352
|
|
|
353
353
|
const columnDefinitions: Array<ColumnDefinition<typeof Employee>> = [
|
|
@@ -384,7 +384,7 @@ function EmployeesTable() {
|
|
|
384
384
|
import {
|
|
385
385
|
type ColumnDefinition,
|
|
386
386
|
ObjectTable,
|
|
387
|
-
} from "@osdk/react-components/experimental";
|
|
387
|
+
} from "@osdk/react-components/experimental/object-table";
|
|
388
388
|
import { Employee } from "@YourApp/sdk";
|
|
389
389
|
|
|
390
390
|
const columnDefinitions: Array<ColumnDefinition<typeof Employee>> = [
|
|
@@ -431,7 +431,7 @@ const columnDefinitions: Array<ColumnDefinition<typeof Employee>> = [
|
|
|
431
431
|
### Example 7: Context Menu on Cell Right-Click
|
|
432
432
|
|
|
433
433
|
```typescript
|
|
434
|
-
import { ObjectTable } from "@osdk/react-components/experimental";
|
|
434
|
+
import { ObjectTable } from "@osdk/react-components/experimental/object-table";
|
|
435
435
|
import { Employee } from "@YourApp/sdk";
|
|
436
436
|
|
|
437
437
|
function EmployeesTable() {
|
|
@@ -468,7 +468,7 @@ function EmployeesTable() {
|
|
|
468
468
|
### Example 8: Row Click Handler
|
|
469
469
|
|
|
470
470
|
```typescript
|
|
471
|
-
import { ObjectTable } from "@osdk/react-components/experimental";
|
|
471
|
+
import { ObjectTable } from "@osdk/react-components/experimental/object-table";
|
|
472
472
|
import { Employee } from "@YourApp/sdk";
|
|
473
473
|
import { useRouter } from "next/router";
|
|
474
474
|
|
|
@@ -497,7 +497,7 @@ import { DerivedProperty } from "@osdk/client";
|
|
|
497
497
|
import {
|
|
498
498
|
type ColumnDefinition,
|
|
499
499
|
ObjectTable,
|
|
500
|
-
} from "@osdk/react-components/experimental";
|
|
500
|
+
} from "@osdk/react-components/experimental/object-table";
|
|
501
501
|
import { Employee } from "@YourApp/sdk";
|
|
502
502
|
|
|
503
503
|
type RDPs = {
|
|
@@ -541,7 +541,7 @@ function EmployeesWithManagerTable() {
|
|
|
541
541
|
### Example 10: Controlled Sorting
|
|
542
542
|
|
|
543
543
|
```typescript
|
|
544
|
-
import { ObjectTable } from "@osdk/react-components/experimental";
|
|
544
|
+
import { ObjectTable } from "@osdk/react-components/experimental/object-table";
|
|
545
545
|
import { Employee } from "@YourApp/sdk";
|
|
546
546
|
import { useState } from "react";
|
|
547
547
|
|
|
@@ -568,7 +568,7 @@ function EmployeesTable() {
|
|
|
568
568
|
### Example 11: Controlled Row Selection
|
|
569
569
|
|
|
570
570
|
```typescript
|
|
571
|
-
import { ObjectTable } from "@osdk/react-components/experimental";
|
|
571
|
+
import { ObjectTable } from "@osdk/react-components/experimental/object-table";
|
|
572
572
|
import { Employee } from "@YourApp/sdk";
|
|
573
573
|
import { useState } from "react";
|
|
574
574
|
|
|
@@ -624,7 +624,7 @@ In a custom column type, you can render anything in the column by passing in ren
|
|
|
624
624
|
import {
|
|
625
625
|
type ColumnDefinition,
|
|
626
626
|
ObjectTable,
|
|
627
|
-
} from "@osdk/react-components/experimental";
|
|
627
|
+
} from "@osdk/react-components/experimental/object-table";
|
|
628
628
|
import { Employee } from "@YourApp/sdk";
|
|
629
629
|
|
|
630
630
|
const columnDefinitions: Array<ColumnDefinition<typeof Employee>> = [
|
|
@@ -665,7 +665,7 @@ import {
|
|
|
665
665
|
type CellEditInfo,
|
|
666
666
|
type ColumnDefinition,
|
|
667
667
|
ObjectTable,
|
|
668
|
-
} from "@osdk/react-components/experimental";
|
|
668
|
+
} from "@osdk/react-components/experimental/object-table";
|
|
669
669
|
import { Employee, updateMultipleEmployees } from "@YourApp/sdk";
|
|
670
670
|
|
|
671
671
|
const columnDefinitions: Array<ColumnDefinition<typeof Employee>> = [
|
|
@@ -806,7 +806,7 @@ import {
|
|
|
806
806
|
ColumnConfigDialog,
|
|
807
807
|
type ColumnDefinition,
|
|
808
808
|
ObjectTable,
|
|
809
|
-
} from "@osdk/react-components/experimental";
|
|
809
|
+
} from "@osdk/react-components/experimental/object-table";
|
|
810
810
|
import { Employee } from "@YourApp/sdk";
|
|
811
811
|
import { useCallback, useMemo, useState } from "react";
|
|
812
812
|
|
|
@@ -934,7 +934,7 @@ Display values computed by OSDK functions (queries) alongside regular property c
|
|
|
934
934
|
import {
|
|
935
935
|
type ColumnDefinition,
|
|
936
936
|
ObjectTable,
|
|
937
|
-
} from "@osdk/react-components/experimental";
|
|
937
|
+
} from "@osdk/react-components/experimental/object-table";
|
|
938
938
|
import { Employee, getEmployeeMetrics } from "@YourApp/sdk";
|
|
939
939
|
|
|
940
940
|
// Define a type map for your function columns
|
|
@@ -1125,7 +1125,7 @@ Use TypeScript generics to ensure type safety:
|
|
|
1125
1125
|
import {
|
|
1126
1126
|
type ColumnDefinition,
|
|
1127
1127
|
ObjectTable,
|
|
1128
|
-
} from "@osdk/react-components/experimental";
|
|
1128
|
+
} from "@osdk/react-components/experimental/object-table";
|
|
1129
1129
|
import { Employee } from "@YourApp/sdk";
|
|
1130
1130
|
|
|
1131
1131
|
type RDPs = {
|