@regenbio/regenbio-components-react 1.0.7 → 1.0.9
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/build/components/{data-table → DataTable}/index.d.ts +1 -1
- package/build/components/DataTable/locales/en-US.d.ts +4 -0
- package/build/components/DataTable/locales/zh-CN.d.ts +4 -0
- package/build/components/{data-table → DataTable}/type.d.ts +4 -0
- package/build/components/PdfPreviewer/index.d.ts +12 -0
- package/build/components/PdfPreviewer/locales/en-US.d.ts +13 -0
- package/build/components/PdfPreviewer/locales/zh-CN.d.ts +13 -0
- package/build/components/PdfPreviewer/type.d.ts +30 -0
- package/build/index.d.ts +15 -8
- package/build/index.js +2 -2
- package/build/index.js.LICENSE.txt +34 -0
- package/build/locales/en-US.d.ts +4 -0
- package/build/locales/zh-CN.d.ts +4 -0
- package/package.json +9 -5
- package/build/Test.d.ts +0 -2
- /package/build/components/{data-table → DataTable}/constant.d.ts +0 -0
- /package/build/services/utils/{DbUtil.d.ts → dbUtil.d.ts} +0 -0
- /package/build/services/utils/{ObjectUtil.d.ts → objectUtil.d.ts} +0 -0
|
@@ -65,6 +65,28 @@
|
|
|
65
65
|
* LICENSE file in the root directory of this source tree.
|
|
66
66
|
*/
|
|
67
67
|
|
|
68
|
+
/**
|
|
69
|
+
* @licstart The following is the entire license notice for the
|
|
70
|
+
* JavaScript code in this page
|
|
71
|
+
*
|
|
72
|
+
* Copyright 2024 Mozilla Foundation
|
|
73
|
+
*
|
|
74
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
75
|
+
* you may not use this file except in compliance with the License.
|
|
76
|
+
* You may obtain a copy of the License at
|
|
77
|
+
*
|
|
78
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
79
|
+
*
|
|
80
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
81
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
82
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
83
|
+
* See the License for the specific language governing permissions and
|
|
84
|
+
* limitations under the License.
|
|
85
|
+
*
|
|
86
|
+
* @licend The above is the entire license notice for the
|
|
87
|
+
* JavaScript code in this page
|
|
88
|
+
*/
|
|
89
|
+
|
|
68
90
|
/** @license React v16.13.1
|
|
69
91
|
* react-is.production.min.js
|
|
70
92
|
*
|
|
@@ -100,8 +122,12 @@
|
|
|
100
122
|
|
|
101
123
|
/** */
|
|
102
124
|
|
|
125
|
+
/** */
|
|
126
|
+
|
|
103
127
|
/** */
|
|
104
128
|
|
|
129
|
+
/** */
|
|
130
|
+
|
|
105
131
|
/** */
|
|
106
132
|
|
|
107
133
|
/** */
|
|
@@ -114,6 +140,10 @@
|
|
|
114
140
|
|
|
115
141
|
/** */
|
|
116
142
|
|
|
143
|
+
/** */
|
|
144
|
+
|
|
145
|
+
/** */
|
|
146
|
+
|
|
117
147
|
/** */
|
|
118
148
|
|
|
119
149
|
/** */
|
|
@@ -140,6 +170,8 @@
|
|
|
140
170
|
|
|
141
171
|
/** */
|
|
142
172
|
|
|
173
|
+
/** */
|
|
174
|
+
|
|
143
175
|
/** */
|
|
144
176
|
|
|
145
177
|
/** */
|
|
@@ -164,6 +196,8 @@
|
|
|
164
196
|
|
|
165
197
|
/** */
|
|
166
198
|
|
|
199
|
+
/** */
|
|
200
|
+
|
|
167
201
|
/** */
|
|
168
202
|
|
|
169
203
|
/** */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@regenbio/regenbio-components-react",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.9",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -16,6 +16,9 @@
|
|
|
16
16
|
"author": "",
|
|
17
17
|
"license": "ISC",
|
|
18
18
|
"peerDependencies": {
|
|
19
|
+
"react-custom-scrollbars": "^4.2.1",
|
|
20
|
+
"@types/react-custom-scrollbars": "^4.0.13",
|
|
21
|
+
"react-pdf": "^9.1.0"
|
|
19
22
|
},
|
|
20
23
|
"devDependencies": {
|
|
21
24
|
"@ant-design/pro-components": "^2.6.48",
|
|
@@ -23,7 +26,6 @@
|
|
|
23
26
|
"@babel/preset-env": "^7.26.0",
|
|
24
27
|
"@babel/preset-react": "^7.26.3",
|
|
25
28
|
"@types/lodash": "^4.17.13",
|
|
26
|
-
"uuid": "^11.0.3",
|
|
27
29
|
"antd": "^5.22.2",
|
|
28
30
|
"antd-style": "^3.6.1",
|
|
29
31
|
"babel-loader": "^9.2.1",
|
|
@@ -35,9 +37,11 @@
|
|
|
35
37
|
"style-loader": "^4.0.0",
|
|
36
38
|
"ts-loader": "^9.5.1",
|
|
37
39
|
"typescript": "^5.7.2",
|
|
40
|
+
"uuid": "^11.0.3",
|
|
38
41
|
"webpack": "^5.97.1",
|
|
39
|
-
"webpack-cli": "^6.0.1"
|
|
40
|
-
|
|
41
|
-
|
|
42
|
+
"webpack-cli": "^6.0.1",
|
|
43
|
+
"react-custom-scrollbars": "^4.2.1",
|
|
44
|
+
"@types/react-custom-scrollbars": "^4.0.13",
|
|
45
|
+
"react-pdf": "^9.1.0"
|
|
42
46
|
}
|
|
43
47
|
}
|
package/build/Test.d.ts
DELETED
|
File without changes
|
|
File without changes
|
|
File without changes
|