@douyinfe/semi-ui-19 2.99.1 → 2.99.2
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.
|
@@ -155,13 +155,13 @@ export declare function withError(props: ModalReactProps): {
|
|
|
155
155
|
style?: React.CSSProperties;
|
|
156
156
|
className?: string;
|
|
157
157
|
motion?: boolean;
|
|
158
|
-
|
|
158
|
+
getPopupContainer?: () => HTMLElement;
|
|
159
159
|
footer?: React.ReactNode;
|
|
160
160
|
header?: React.ReactNode;
|
|
161
|
+
direction?: any;
|
|
162
|
+
visible?: boolean;
|
|
161
163
|
mask?: boolean;
|
|
162
164
|
zIndex?: number;
|
|
163
|
-
getPopupContainer?: () => HTMLElement;
|
|
164
|
-
direction?: any;
|
|
165
165
|
width?: string | number;
|
|
166
166
|
height?: string | number;
|
|
167
167
|
content?: React.ReactNode;
|
|
@@ -220,6 +220,8 @@ export declare function withError(props: ModalReactProps): {
|
|
|
220
220
|
value?: string | number | readonly string[];
|
|
221
221
|
onAnimationStart?: React.AnimationEventHandler<HTMLButtonElement>;
|
|
222
222
|
onAnimationEnd?: React.AnimationEventHandler<HTMLButtonElement>;
|
|
223
|
+
form?: string;
|
|
224
|
+
slot?: string;
|
|
223
225
|
prefix?: string;
|
|
224
226
|
dangerouslySetInnerHTML?: {
|
|
225
227
|
__html: string | TrustedHTML;
|
|
@@ -379,8 +381,6 @@ export declare function withError(props: ModalReactProps): {
|
|
|
379
381
|
onTransitionEnd?: React.TransitionEventHandler<HTMLButtonElement>;
|
|
380
382
|
onTransitionEndCapture?: React.TransitionEventHandler<HTMLButtonElement>;
|
|
381
383
|
hidden?: boolean;
|
|
382
|
-
form?: string;
|
|
383
|
-
slot?: string;
|
|
384
384
|
contextMenu?: string;
|
|
385
385
|
defaultValue?: string | number | readonly string[];
|
|
386
386
|
accessKey?: string;
|
|
@@ -155,13 +155,13 @@ export declare function withError(props: ModalReactProps): {
|
|
|
155
155
|
style?: React.CSSProperties;
|
|
156
156
|
className?: string;
|
|
157
157
|
motion?: boolean;
|
|
158
|
-
|
|
158
|
+
getPopupContainer?: () => HTMLElement;
|
|
159
159
|
footer?: React.ReactNode;
|
|
160
160
|
header?: React.ReactNode;
|
|
161
|
+
direction?: any;
|
|
162
|
+
visible?: boolean;
|
|
161
163
|
mask?: boolean;
|
|
162
164
|
zIndex?: number;
|
|
163
|
-
getPopupContainer?: () => HTMLElement;
|
|
164
|
-
direction?: any;
|
|
165
165
|
width?: string | number;
|
|
166
166
|
height?: string | number;
|
|
167
167
|
content?: React.ReactNode;
|
|
@@ -220,6 +220,8 @@ export declare function withError(props: ModalReactProps): {
|
|
|
220
220
|
value?: string | number | readonly string[];
|
|
221
221
|
onAnimationStart?: React.AnimationEventHandler<HTMLButtonElement>;
|
|
222
222
|
onAnimationEnd?: React.AnimationEventHandler<HTMLButtonElement>;
|
|
223
|
+
form?: string;
|
|
224
|
+
slot?: string;
|
|
223
225
|
prefix?: string;
|
|
224
226
|
dangerouslySetInnerHTML?: {
|
|
225
227
|
__html: string | TrustedHTML;
|
|
@@ -379,8 +381,6 @@ export declare function withError(props: ModalReactProps): {
|
|
|
379
381
|
onTransitionEnd?: React.TransitionEventHandler<HTMLButtonElement>;
|
|
380
382
|
onTransitionEndCapture?: React.TransitionEventHandler<HTMLButtonElement>;
|
|
381
383
|
hidden?: boolean;
|
|
382
|
-
form?: string;
|
|
383
|
-
slot?: string;
|
|
384
384
|
contextMenu?: string;
|
|
385
385
|
defaultValue?: string | number | readonly string[];
|
|
386
386
|
accessKey?: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@douyinfe/semi-ui-19",
|
|
3
|
-
"version": "2.99.
|
|
3
|
+
"version": "2.99.2",
|
|
4
4
|
"description": "A modern, comprehensive, flexible design system and UI library. Connect DesignOps & DevOps. Quickly build beautiful React apps. Maintained by Douyin-fe team. (React 19 Compatible)",
|
|
5
5
|
"main": "lib/cjs/index.js",
|
|
6
6
|
"module": "lib/es/index.js",
|
|
@@ -8036,12 +8036,12 @@
|
|
|
8036
8036
|
"@dnd-kit/core": "^6.0.8",
|
|
8037
8037
|
"@dnd-kit/sortable": "^7.0.2",
|
|
8038
8038
|
"@dnd-kit/utilities": "^3.2.1",
|
|
8039
|
-
"@douyinfe/semi-animation": "2.99.
|
|
8040
|
-
"@douyinfe/semi-animation-react": "2.99.
|
|
8041
|
-
"@douyinfe/semi-foundation": "2.99.
|
|
8042
|
-
"@douyinfe/semi-icons": "2.99.
|
|
8043
|
-
"@douyinfe/semi-illustrations": "2.99.
|
|
8044
|
-
"@douyinfe/semi-theme-default": "2.99.
|
|
8039
|
+
"@douyinfe/semi-animation": "2.99.2",
|
|
8040
|
+
"@douyinfe/semi-animation-react": "2.99.2",
|
|
8041
|
+
"@douyinfe/semi-foundation": "2.99.2",
|
|
8042
|
+
"@douyinfe/semi-icons": "2.99.2",
|
|
8043
|
+
"@douyinfe/semi-illustrations": "2.99.2",
|
|
8044
|
+
"@douyinfe/semi-theme-default": "2.99.2",
|
|
8045
8045
|
"@tiptap/core": "^3.10.7",
|
|
8046
8046
|
"@tiptap/extension-document": "^3.10.7",
|
|
8047
8047
|
"@tiptap/extension-hard-break": "^3.10.7",
|
|
@@ -8113,7 +8113,7 @@
|
|
|
8113
8113
|
],
|
|
8114
8114
|
"author": "",
|
|
8115
8115
|
"license": "MIT",
|
|
8116
|
-
"gitHead": "
|
|
8116
|
+
"gitHead": "59e8cd9364e406b5097b86455646171863e10466",
|
|
8117
8117
|
"devDependencies": {
|
|
8118
8118
|
"@babel/plugin-proposal-decorators": "^7.15.8",
|
|
8119
8119
|
"@babel/plugin-transform-runtime": "^7.15.8",
|