@osdk/react-components 0.28.0 → 0.29.0-main-ee3bce8a1ee0d096ebcab66bfbc2d9d75977c26d
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 +15 -0
- package/build/browser/pdf-viewer/PdfViewer.js +6 -2
- package/build/browser/pdf-viewer/PdfViewer.js.map +1 -1
- package/build/browser/pdf-viewer/types.js.map +1 -1
- package/build/browser/util/UserAgent.js +1 -1
- package/build/browser/util/UserAgent.js.map +1 -1
- package/build/cjs/{chunk-OJ4Q6LJ6.cjs → chunk-2Y7HLI74.cjs} +4 -4
- package/build/cjs/{chunk-OJ4Q6LJ6.cjs.map → chunk-2Y7HLI74.cjs.map} +1 -1
- package/build/cjs/{chunk-C2V2GXW4.cjs → chunk-4MTPJXOT.cjs} +4 -4
- package/build/cjs/{chunk-C2V2GXW4.cjs.map → chunk-4MTPJXOT.cjs.map} +1 -1
- package/build/cjs/{chunk-GYFDR655.cjs → chunk-4X6PPSBM.cjs} +4 -4
- package/build/cjs/{chunk-GYFDR655.cjs.map → chunk-4X6PPSBM.cjs.map} +1 -1
- package/build/cjs/{chunk-KBZCABK4.cjs → chunk-6ZPGGYGN.cjs} +4 -4
- package/build/cjs/{chunk-KBZCABK4.cjs.map → chunk-6ZPGGYGN.cjs.map} +1 -1
- package/build/cjs/chunk-CQMRDCFZ.cjs +11 -0
- package/build/cjs/{chunk-S4PGPP6D.cjs.map → chunk-CQMRDCFZ.cjs.map} +1 -1
- package/build/cjs/{chunk-D565X4TE.cjs → chunk-D7RLWXOJ.cjs} +3 -3
- package/build/cjs/chunk-D7RLWXOJ.cjs.map +1 -0
- package/build/cjs/{chunk-SWTUJIGW.cjs → chunk-DZWJIEYD.cjs} +4 -4
- package/build/cjs/{chunk-SWTUJIGW.cjs.map → chunk-DZWJIEYD.cjs.map} +1 -1
- package/build/cjs/{chunk-FWZS3WQ4.cjs → chunk-EZ56QDIG.cjs} +7 -3
- package/build/cjs/chunk-EZ56QDIG.cjs.map +1 -0
- package/build/cjs/chunk-H5MKDJDP.cjs +11 -0
- package/build/cjs/{chunk-U4NJ4WIE.cjs.map → chunk-H5MKDJDP.cjs.map} +1 -1
- package/build/cjs/chunk-I7J4ICXK.cjs +11 -0
- package/build/cjs/{chunk-NNRUPDXI.cjs.map → chunk-I7J4ICXK.cjs.map} +1 -1
- package/build/cjs/chunk-L3VCZSLP.cjs +11 -0
- package/build/cjs/{chunk-Q2AQ5TDJ.cjs.map → chunk-L3VCZSLP.cjs.map} +1 -1
- package/build/cjs/chunk-SKGQB227.cjs +11 -0
- package/build/cjs/{chunk-MIC4N6XX.cjs.map → chunk-SKGQB227.cjs.map} +1 -1
- package/build/cjs/{chunk-Z6RGIOQU.cjs → chunk-ULWLQUW4.cjs} +4 -4
- package/build/cjs/{chunk-Z6RGIOQU.cjs.map → chunk-ULWLQUW4.cjs.map} +1 -1
- package/build/cjs/{chunk-HLWTO3SQ.cjs → chunk-ZHLW5XMQ.cjs} +7 -7
- package/build/cjs/{chunk-HLWTO3SQ.cjs.map → chunk-ZHLW5XMQ.cjs.map} +1 -1
- package/build/cjs/{chunk-7JOXWTUY.cjs → chunk-ZUZWHNNB.cjs} +24 -24
- package/build/cjs/{chunk-7JOXWTUY.cjs.map → chunk-ZUZWHNNB.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 +5 -5
- package/build/cjs/public/experimental/document-viewer.d.cts +1 -1
- 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 +25 -25
- package/build/cjs/public/experimental/pdf-viewer.d.cts +2 -2
- 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 +76 -76
- package/build/cjs/public/experimental.d.cts +1 -1
- package/build/cjs/{types-Cg_LdKf-.d.cts → types-cSnAM4mt.d.cts} +5 -0
- package/build/esm/pdf-viewer/PdfViewer.js +6 -2
- package/build/esm/pdf-viewer/PdfViewer.js.map +1 -1
- package/build/esm/pdf-viewer/types.js.map +1 -1
- package/build/esm/util/UserAgent.js +1 -1
- package/build/esm/util/UserAgent.js.map +1 -1
- package/build/types/pdf-viewer/PdfViewer.d.ts.map +1 -1
- package/build/types/pdf-viewer/types.d.ts +5 -0
- package/build/types/pdf-viewer/types.d.ts.map +1 -1
- package/package.json +7 -7
- package/build/cjs/chunk-D565X4TE.cjs.map +0 -1
- package/build/cjs/chunk-FWZS3WQ4.cjs.map +0 -1
- package/build/cjs/chunk-MIC4N6XX.cjs +0 -11
- package/build/cjs/chunk-NNRUPDXI.cjs +0 -11
- package/build/cjs/chunk-Q2AQ5TDJ.cjs +0 -11
- package/build/cjs/chunk-S4PGPP6D.cjs +0 -11
- package/build/cjs/chunk-U4NJ4WIE.cjs +0 -11
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkULWLQUW4_cjs = require('../../chunk-ULWLQUW4.cjs');
|
|
4
4
|
require('../../chunk-POHAXPLQ.cjs');
|
|
5
5
|
require('../../chunk-JKNARBQW.cjs');
|
|
6
6
|
require('../../chunk-E5OKIBYJ.cjs');
|
|
@@ -10,62 +10,62 @@ require('../../chunk-DWNKXV5E.cjs');
|
|
|
10
10
|
require('../../chunk-7LXS66DW.cjs');
|
|
11
11
|
require('../../chunk-MD4KDE44.cjs');
|
|
12
12
|
require('../../chunk-UCTQICPR.cjs');
|
|
13
|
-
require('../../chunk-
|
|
13
|
+
require('../../chunk-D7RLWXOJ.cjs');
|
|
14
14
|
require('../../chunk-Q2W6GYRK.cjs');
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
|
|
18
18
|
Object.defineProperty(exports, "BaseFilterList", {
|
|
19
19
|
enumerable: true,
|
|
20
|
-
get: function () { return
|
|
20
|
+
get: function () { return chunkULWLQUW4_cjs.BaseFilterList; }
|
|
21
21
|
});
|
|
22
22
|
Object.defineProperty(exports, "FilterInput", {
|
|
23
23
|
enumerable: true,
|
|
24
|
-
get: function () { return
|
|
24
|
+
get: function () { return chunkULWLQUW4_cjs.FilterInput; }
|
|
25
25
|
});
|
|
26
26
|
Object.defineProperty(exports, "FilterList", {
|
|
27
27
|
enumerable: true,
|
|
28
|
-
get: function () { return
|
|
28
|
+
get: function () { return chunkULWLQUW4_cjs.FilterList; }
|
|
29
29
|
});
|
|
30
30
|
Object.defineProperty(exports, "FilterPopover", {
|
|
31
31
|
enumerable: true,
|
|
32
|
-
get: function () { return
|
|
32
|
+
get: function () { return chunkULWLQUW4_cjs.FilterPopover; }
|
|
33
33
|
});
|
|
34
34
|
Object.defineProperty(exports, "NO_VALUE", {
|
|
35
35
|
enumerable: true,
|
|
36
|
-
get: function () { return
|
|
36
|
+
get: function () { return chunkULWLQUW4_cjs.NO_VALUE; }
|
|
37
37
|
});
|
|
38
38
|
Object.defineProperty(exports, "deserializeFilterStates", {
|
|
39
39
|
enumerable: true,
|
|
40
|
-
get: function () { return
|
|
40
|
+
get: function () { return chunkULWLQUW4_cjs.deserializeFilterStates; }
|
|
41
41
|
});
|
|
42
42
|
Object.defineProperty(exports, "filterHasActiveState", {
|
|
43
43
|
enumerable: true,
|
|
44
|
-
get: function () { return
|
|
44
|
+
get: function () { return chunkULWLQUW4_cjs.filterHasActiveState; }
|
|
45
45
|
});
|
|
46
46
|
Object.defineProperty(exports, "getFilterKey", {
|
|
47
47
|
enumerable: true,
|
|
48
|
-
get: function () { return
|
|
48
|
+
get: function () { return chunkULWLQUW4_cjs.getFilterKey; }
|
|
49
49
|
});
|
|
50
50
|
Object.defineProperty(exports, "getFilterLabel", {
|
|
51
51
|
enumerable: true,
|
|
52
|
-
get: function () { return
|
|
52
|
+
get: function () { return chunkULWLQUW4_cjs.getFilterLabel; }
|
|
53
53
|
});
|
|
54
54
|
Object.defineProperty(exports, "narrowObjectSet", {
|
|
55
55
|
enumerable: true,
|
|
56
|
-
get: function () { return
|
|
56
|
+
get: function () { return chunkULWLQUW4_cjs.narrowObjectSet; }
|
|
57
57
|
});
|
|
58
58
|
Object.defineProperty(exports, "serializeFilterStates", {
|
|
59
59
|
enumerable: true,
|
|
60
|
-
get: function () { return
|
|
60
|
+
get: function () { return chunkULWLQUW4_cjs.serializeFilterStates; }
|
|
61
61
|
});
|
|
62
62
|
Object.defineProperty(exports, "summarizeFilterValue", {
|
|
63
63
|
enumerable: true,
|
|
64
|
-
get: function () { return
|
|
64
|
+
get: function () { return chunkULWLQUW4_cjs.summarizeFilterValue; }
|
|
65
65
|
});
|
|
66
66
|
Object.defineProperty(exports, "useFilterListState", {
|
|
67
67
|
enumerable: true,
|
|
68
|
-
get: function () { return
|
|
68
|
+
get: function () { return chunkULWLQUW4_cjs.useFilterListState; }
|
|
69
69
|
});
|
|
70
70
|
//# sourceMappingURL=filter-list.cjs.map
|
|
71
71
|
//# sourceMappingURL=filter-list.cjs.map
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkCQMRDCFZ_cjs = require('../../chunk-CQMRDCFZ.cjs');
|
|
4
4
|
var chunkVOROB7KJ_cjs = require('../../chunk-VOROB7KJ.cjs');
|
|
5
5
|
require('../../chunk-MVQKV5BJ.cjs');
|
|
6
|
-
require('../../chunk-
|
|
6
|
+
require('../../chunk-D7RLWXOJ.cjs');
|
|
7
7
|
require('../../chunk-Q2W6GYRK.cjs');
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
Object.defineProperty(exports, "ImageViewer", {
|
|
12
12
|
enumerable: true,
|
|
13
|
-
get: function () { return
|
|
13
|
+
get: function () { return chunkCQMRDCFZ_cjs.ImageViewer; }
|
|
14
14
|
});
|
|
15
15
|
Object.defineProperty(exports, "BaseImageViewer", {
|
|
16
16
|
enumerable: true,
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunk6ZPGGYGN_cjs = require('../../chunk-6ZPGGYGN.cjs');
|
|
4
4
|
var chunkIYJOHKJE_cjs = require('../../chunk-IYJOHKJE.cjs');
|
|
5
5
|
require('../../chunk-MVQKV5BJ.cjs');
|
|
6
|
-
require('../../chunk-
|
|
6
|
+
require('../../chunk-D7RLWXOJ.cjs');
|
|
7
7
|
require('../../chunk-Q2W6GYRK.cjs');
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
Object.defineProperty(exports, "MarkdownViewerMedia", {
|
|
12
12
|
enumerable: true,
|
|
13
|
-
get: function () { return
|
|
13
|
+
get: function () { return chunk6ZPGGYGN_cjs.MarkdownViewerMedia; }
|
|
14
14
|
});
|
|
15
15
|
Object.defineProperty(exports, "MarkdownRenderer", {
|
|
16
16
|
enumerable: true,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkDZWJIEYD_cjs = require('../../chunk-DZWJIEYD.cjs');
|
|
4
4
|
require('../../chunk-POHAXPLQ.cjs');
|
|
5
5
|
require('../../chunk-3S52UDZM.cjs');
|
|
6
6
|
require('../../chunk-E5OKIBYJ.cjs');
|
|
@@ -12,34 +12,34 @@ require('../../chunk-DWNKXV5E.cjs');
|
|
|
12
12
|
require('../../chunk-HNBSGCSZ.cjs');
|
|
13
13
|
require('../../chunk-7LXS66DW.cjs');
|
|
14
14
|
require('../../chunk-MD4KDE44.cjs');
|
|
15
|
-
require('../../chunk-
|
|
15
|
+
require('../../chunk-D7RLWXOJ.cjs');
|
|
16
16
|
require('../../chunk-Q2W6GYRK.cjs');
|
|
17
17
|
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
Object.defineProperty(exports, "BaseTable", {
|
|
21
21
|
enumerable: true,
|
|
22
|
-
get: function () { return
|
|
22
|
+
get: function () { return chunkDZWJIEYD_cjs.BaseTable; }
|
|
23
23
|
});
|
|
24
24
|
Object.defineProperty(exports, "ColumnConfigDialog", {
|
|
25
25
|
enumerable: true,
|
|
26
|
-
get: function () { return
|
|
26
|
+
get: function () { return chunkDZWJIEYD_cjs.ColumnConfigDialog; }
|
|
27
27
|
});
|
|
28
28
|
Object.defineProperty(exports, "LoadingCell", {
|
|
29
29
|
enumerable: true,
|
|
30
|
-
get: function () { return
|
|
30
|
+
get: function () { return chunkDZWJIEYD_cjs.LoadingCell; }
|
|
31
31
|
});
|
|
32
32
|
Object.defineProperty(exports, "LoadingCellContent", {
|
|
33
33
|
enumerable: true,
|
|
34
|
-
get: function () { return
|
|
34
|
+
get: function () { return chunkDZWJIEYD_cjs.LoadingCellContent; }
|
|
35
35
|
});
|
|
36
36
|
Object.defineProperty(exports, "MultiColumnSortDialog", {
|
|
37
37
|
enumerable: true,
|
|
38
|
-
get: function () { return
|
|
38
|
+
get: function () { return chunkDZWJIEYD_cjs.MultiColumnSortDialog; }
|
|
39
39
|
});
|
|
40
40
|
Object.defineProperty(exports, "ObjectTable", {
|
|
41
41
|
enumerable: true,
|
|
42
|
-
get: function () { return
|
|
42
|
+
get: function () { return chunkDZWJIEYD_cjs.ObjectTable; }
|
|
43
43
|
});
|
|
44
44
|
//# sourceMappingURL=object-table.cjs.map
|
|
45
45
|
//# sourceMappingURL=object-table.cjs.map
|
|
@@ -1,99 +1,99 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
var
|
|
5
|
-
require('../../chunk-
|
|
3
|
+
var chunkZUZWHNNB_cjs = require('../../chunk-ZUZWHNNB.cjs');
|
|
4
|
+
var chunkEZ56QDIG_cjs = require('../../chunk-EZ56QDIG.cjs');
|
|
5
|
+
require('../../chunk-D7RLWXOJ.cjs');
|
|
6
6
|
require('../../chunk-Q2W6GYRK.cjs');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
Object.defineProperty(exports, "PdfViewer", {
|
|
11
11
|
enumerable: true,
|
|
12
|
-
get: function () { return
|
|
12
|
+
get: function () { return chunkZUZWHNNB_cjs.PdfViewer; }
|
|
13
13
|
});
|
|
14
14
|
Object.defineProperty(exports, "PdfViewerContent", {
|
|
15
15
|
enumerable: true,
|
|
16
|
-
get: function () { return
|
|
16
|
+
get: function () { return chunkZUZWHNNB_cjs.PdfViewerContent; }
|
|
17
17
|
});
|
|
18
18
|
Object.defineProperty(exports, "PdfViewerProvider", {
|
|
19
19
|
enumerable: true,
|
|
20
|
-
get: function () { return
|
|
20
|
+
get: function () { return chunkZUZWHNNB_cjs.PdfViewerProvider; }
|
|
21
21
|
});
|
|
22
22
|
Object.defineProperty(exports, "usePdfViewerContext", {
|
|
23
23
|
enumerable: true,
|
|
24
|
-
get: function () { return
|
|
24
|
+
get: function () { return chunkZUZWHNNB_cjs.usePdfViewerContext; }
|
|
25
25
|
});
|
|
26
26
|
Object.defineProperty(exports, "usePdfViewerInstance", {
|
|
27
27
|
enumerable: true,
|
|
28
|
-
get: function () { return
|
|
28
|
+
get: function () { return chunkZUZWHNNB_cjs.usePdfViewerInstance; }
|
|
29
29
|
});
|
|
30
30
|
Object.defineProperty(exports, "BasePdfViewer", {
|
|
31
31
|
enumerable: true,
|
|
32
|
-
get: function () { return
|
|
32
|
+
get: function () { return chunkEZ56QDIG_cjs.BasePdfViewer; }
|
|
33
33
|
});
|
|
34
34
|
Object.defineProperty(exports, "PdfViewerAnnotationLayer", {
|
|
35
35
|
enumerable: true,
|
|
36
|
-
get: function () { return
|
|
36
|
+
get: function () { return chunkEZ56QDIG_cjs.PdfViewerAnnotationLayer; }
|
|
37
37
|
});
|
|
38
38
|
Object.defineProperty(exports, "PdfViewerOutlineSidebar", {
|
|
39
39
|
enumerable: true,
|
|
40
|
-
get: function () { return
|
|
40
|
+
get: function () { return chunkEZ56QDIG_cjs.PdfViewerOutlineSidebar; }
|
|
41
41
|
});
|
|
42
42
|
Object.defineProperty(exports, "PdfViewerSearchBar", {
|
|
43
43
|
enumerable: true,
|
|
44
|
-
get: function () { return
|
|
44
|
+
get: function () { return chunkEZ56QDIG_cjs.PdfViewerSearchBar; }
|
|
45
45
|
});
|
|
46
46
|
Object.defineProperty(exports, "PdfViewerSidebar", {
|
|
47
47
|
enumerable: true,
|
|
48
|
-
get: function () { return
|
|
48
|
+
get: function () { return chunkEZ56QDIG_cjs.PdfViewerSidebar; }
|
|
49
49
|
});
|
|
50
50
|
Object.defineProperty(exports, "PdfViewerToolbar", {
|
|
51
51
|
enumerable: true,
|
|
52
|
-
get: function () { return
|
|
52
|
+
get: function () { return chunkEZ56QDIG_cjs.PdfViewerToolbar; }
|
|
53
53
|
});
|
|
54
54
|
Object.defineProperty(exports, "usePdfAnnotationPortals", {
|
|
55
55
|
enumerable: true,
|
|
56
|
-
get: function () { return
|
|
56
|
+
get: function () { return chunkEZ56QDIG_cjs.usePdfAnnotationPortals; }
|
|
57
57
|
});
|
|
58
58
|
Object.defineProperty(exports, "usePdfAnnotationsByPage", {
|
|
59
59
|
enumerable: true,
|
|
60
|
-
get: function () { return
|
|
60
|
+
get: function () { return chunkEZ56QDIG_cjs.usePdfAnnotationsByPage; }
|
|
61
61
|
});
|
|
62
62
|
Object.defineProperty(exports, "usePdfDocument", {
|
|
63
63
|
enumerable: true,
|
|
64
|
-
get: function () { return
|
|
64
|
+
get: function () { return chunkEZ56QDIG_cjs.usePdfDocument; }
|
|
65
65
|
});
|
|
66
66
|
Object.defineProperty(exports, "usePdfFormFields", {
|
|
67
67
|
enumerable: true,
|
|
68
|
-
get: function () { return
|
|
68
|
+
get: function () { return chunkEZ56QDIG_cjs.usePdfFormFields; }
|
|
69
69
|
});
|
|
70
70
|
Object.defineProperty(exports, "usePdfHighlightMode", {
|
|
71
71
|
enumerable: true,
|
|
72
|
-
get: function () { return
|
|
72
|
+
get: function () { return chunkEZ56QDIG_cjs.usePdfHighlightMode; }
|
|
73
73
|
});
|
|
74
74
|
Object.defineProperty(exports, "usePdfOutline", {
|
|
75
75
|
enumerable: true,
|
|
76
|
-
get: function () { return
|
|
76
|
+
get: function () { return chunkEZ56QDIG_cjs.usePdfOutline; }
|
|
77
77
|
});
|
|
78
78
|
Object.defineProperty(exports, "usePdfViewer", {
|
|
79
79
|
enumerable: true,
|
|
80
|
-
get: function () { return
|
|
80
|
+
get: function () { return chunkEZ56QDIG_cjs.usePdfViewer; }
|
|
81
81
|
});
|
|
82
82
|
Object.defineProperty(exports, "usePdfViewerCore", {
|
|
83
83
|
enumerable: true,
|
|
84
|
-
get: function () { return
|
|
84
|
+
get: function () { return chunkEZ56QDIG_cjs.usePdfViewerCore; }
|
|
85
85
|
});
|
|
86
86
|
Object.defineProperty(exports, "usePdfViewerSearch", {
|
|
87
87
|
enumerable: true,
|
|
88
|
-
get: function () { return
|
|
88
|
+
get: function () { return chunkEZ56QDIG_cjs.usePdfViewerSearch; }
|
|
89
89
|
});
|
|
90
90
|
Object.defineProperty(exports, "usePdfViewerState", {
|
|
91
91
|
enumerable: true,
|
|
92
|
-
get: function () { return
|
|
92
|
+
get: function () { return chunkEZ56QDIG_cjs.usePdfViewerState; }
|
|
93
93
|
});
|
|
94
94
|
Object.defineProperty(exports, "usePdfViewerSync", {
|
|
95
95
|
enumerable: true,
|
|
96
|
-
get: function () { return
|
|
96
|
+
get: function () { return chunkEZ56QDIG_cjs.usePdfViewerSync; }
|
|
97
97
|
});
|
|
98
98
|
//# sourceMappingURL=pdf-viewer.cjs.map
|
|
99
99
|
//# sourceMappingURL=pdf-viewer.cjs.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React__default, { RefObject } from 'react';
|
|
2
|
-
import { i as PdfViewerProps, g as PdfViewerHandle, P as PdfAnnotation, d as PdfFormFieldValue, O as OutlineItem, S as SidebarMode, f as PdfTextHighlightEvent, h as PdfViewerInstanceOptions, c as PdfDownloadResult } from '../../types-
|
|
3
|
-
export { A as AnnotationType, a as PdfAnnotationRenderProps, b as PdfCustomAnnotation, e as PdfRect } from '../../types-
|
|
2
|
+
import { i as PdfViewerProps, g as PdfViewerHandle, P as PdfAnnotation, d as PdfFormFieldValue, O as OutlineItem, S as SidebarMode, f as PdfTextHighlightEvent, h as PdfViewerInstanceOptions, c as PdfDownloadResult } from '../../types-cSnAM4mt.cjs';
|
|
3
|
+
export { A as AnnotationType, a as PdfAnnotationRenderProps, b as PdfCustomAnnotation, e as PdfRect } from '../../types-cSnAM4mt.cjs';
|
|
4
4
|
import { PDFDocumentProxy } from 'pdfjs-dist';
|
|
5
5
|
import { PDFViewer, EventBus, PDFFindController } from 'pdfjs-dist/web/pdf_viewer.mjs';
|
|
6
6
|
import { Media } from '@osdk/api';
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunk4MTPJXOT_cjs = require('../../chunk-4MTPJXOT.cjs');
|
|
4
4
|
var chunkIISDOJPR_cjs = require('../../chunk-IISDOJPR.cjs');
|
|
5
5
|
require('../../chunk-MVQKV5BJ.cjs');
|
|
6
|
-
require('../../chunk-
|
|
6
|
+
require('../../chunk-D7RLWXOJ.cjs');
|
|
7
7
|
require('../../chunk-Q2W6GYRK.cjs');
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
Object.defineProperty(exports, "TiffViewerMedia", {
|
|
12
12
|
enumerable: true,
|
|
13
|
-
get: function () { return
|
|
13
|
+
get: function () { return chunk4MTPJXOT_cjs.TiffViewerMedia; }
|
|
14
14
|
});
|
|
15
15
|
Object.defineProperty(exports, "TiffRenderer", {
|
|
16
16
|
enumerable: true,
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkL3VCZSLP_cjs = require('../../chunk-L3VCZSLP.cjs');
|
|
4
4
|
var chunkKHMOMROL_cjs = require('../../chunk-KHMOMROL.cjs');
|
|
5
5
|
require('../../chunk-MVQKV5BJ.cjs');
|
|
6
|
-
require('../../chunk-
|
|
6
|
+
require('../../chunk-D7RLWXOJ.cjs');
|
|
7
7
|
require('../../chunk-Q2W6GYRK.cjs');
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
Object.defineProperty(exports, "VideoViewer", {
|
|
12
12
|
enumerable: true,
|
|
13
|
-
get: function () { return
|
|
13
|
+
get: function () { return chunkL3VCZSLP_cjs.VideoViewer; }
|
|
14
14
|
});
|
|
15
15
|
Object.defineProperty(exports, "BaseVideoViewer", {
|
|
16
16
|
enumerable: true,
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkH5MKDJDP_cjs = require('../../chunk-H5MKDJDP.cjs');
|
|
4
4
|
var chunkOUJQJQ7N_cjs = require('../../chunk-OUJQJQ7N.cjs');
|
|
5
5
|
require('../../chunk-MVQKV5BJ.cjs');
|
|
6
|
-
require('../../chunk-
|
|
6
|
+
require('../../chunk-D7RLWXOJ.cjs');
|
|
7
7
|
require('../../chunk-Q2W6GYRK.cjs');
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
Object.defineProperty(exports, "XmlViewer", {
|
|
12
12
|
enumerable: true,
|
|
13
|
-
get: function () { return
|
|
13
|
+
get: function () { return chunkH5MKDJDP_cjs.XmlViewer; }
|
|
14
14
|
});
|
|
15
15
|
Object.defineProperty(exports, "BaseXmlViewer", {
|
|
16
16
|
enumerable: true,
|