@dressed/react 1.0.0-rc.2.2 → 1.0.0-rc.3.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/dist/build/react-reconciler/index.cjs +8 -0
- package/dist/build/react-reconciler/index.cjs.map +1 -0
- package/dist/build/react-reconciler/index.d.cts +134 -0
- package/dist/build/react-reconciler/mjs/react-reconciler.development.cjs +13194 -0
- package/dist/build/react-reconciler/mjs/react-reconciler.development.cjs.map +1 -0
- package/dist/build/react-reconciler/mjs/react-reconciler.development.d.cts +73 -0
- package/dist/build/react-reconciler/mjs/react-reconciler.production.cjs +8920 -0
- package/dist/build/react-reconciler/mjs/react-reconciler.production.cjs.map +1 -0
- package/dist/build/react-reconciler/mjs/react-reconciler.production.d.cts +79 -0
- package/dist/react/reconciler.d.ts +1 -5
- package/dist/react/reconciler.js +4 -2
- package/dist/react/reconciler.js.map +1 -1
- package/package.json +5 -3
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.cjs","sourceRoot":"","sources":["../../../src/build/react-reconciler/index.cjs"],"names":[],"mappings":"AAAA,YAAY,CAAC;AAEb,IAAI,OAAO,CAAC,GAAG,CAAC,QAAQ,KAAK,YAAY,EAAE,CAAC;IAC1C,MAAM,CAAC,OAAO,GAAG,OAAO,CAAC,uCAAuC,CAAC,CAAC;AACpE,CAAC;KAAM,CAAC;IACN,MAAM,CAAC,OAAO,GAAG,OAAO,CAAC,wCAAwC,CAAC,CAAC;AACrE,CAAC"}
|
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
declare const _exports: {
|
|
2
|
+
($$$config: any): {};
|
|
3
|
+
attemptContinuousHydration: (fiber: any) => void;
|
|
4
|
+
attemptHydrationAtCurrentPriority: (fiber: any) => void;
|
|
5
|
+
attemptSynchronousHydration: (fiber: any) => void;
|
|
6
|
+
batchedUpdates: (fn: any, a: any) => any;
|
|
7
|
+
createComponentSelector: (component: any) => {
|
|
8
|
+
$$typeof: number;
|
|
9
|
+
value: any;
|
|
10
|
+
};
|
|
11
|
+
createContainer: (containerInfo: any, tag: any, hydrationCallbacks: any, isStrictMode: any, concurrentUpdatesByDefaultOverride: any, identifierPrefix: any, onUncaughtError: any, onCaughtError: any, onRecoverableError: any, transitionCallbacks: any) => any;
|
|
12
|
+
createHasPseudoClassSelector: (selectors: any) => {
|
|
13
|
+
$$typeof: number;
|
|
14
|
+
value: any;
|
|
15
|
+
};
|
|
16
|
+
createHydrationContainer: (initialChildren: any, callback: any, containerInfo: any, tag: any, hydrationCallbacks: any, isStrictMode: any, concurrentUpdatesByDefaultOverride: any, identifierPrefix: any, onUncaughtError: any, onCaughtError: any, onRecoverableError: any, transitionCallbacks: any, formState: any) => any;
|
|
17
|
+
createPortal: (children: any, containerInfo: any, implementation: any, ...args: any[]) => {
|
|
18
|
+
$$typeof: symbol;
|
|
19
|
+
key: string | null;
|
|
20
|
+
children: any;
|
|
21
|
+
containerInfo: any;
|
|
22
|
+
implementation: any;
|
|
23
|
+
};
|
|
24
|
+
createRoleSelector: (role: any) => {
|
|
25
|
+
$$typeof: number;
|
|
26
|
+
value: any;
|
|
27
|
+
};
|
|
28
|
+
createTestNameSelector: (id: any) => {
|
|
29
|
+
$$typeof: number;
|
|
30
|
+
value: any;
|
|
31
|
+
};
|
|
32
|
+
createTextSelector: (text: any) => {
|
|
33
|
+
$$typeof: number;
|
|
34
|
+
value: any;
|
|
35
|
+
};
|
|
36
|
+
defaultOnCaughtError: (error: any) => void;
|
|
37
|
+
defaultOnRecoverableError: (error: any) => void;
|
|
38
|
+
defaultOnUncaughtError: (error: any) => void;
|
|
39
|
+
deferredUpdates: (fn: any) => any;
|
|
40
|
+
discreteUpdates: (fn: any, a: any, b: any, c: any, d: any) => any;
|
|
41
|
+
findAllNodes: (hostRoot: any, selectors: any) => any;
|
|
42
|
+
findBoundingRects: (hostRoot: any, selectors: any) => any;
|
|
43
|
+
findHostInstance: (component: any) => any;
|
|
44
|
+
findHostInstanceWithNoPortals: (fiber: any) => any;
|
|
45
|
+
findHostInstanceWithWarning: (component: any) => any;
|
|
46
|
+
flushPassiveEffects: (wasDelayedCommit: any) => boolean;
|
|
47
|
+
flushSyncFromReconciler: (fn: any) => any;
|
|
48
|
+
flushSyncWork: () => boolean;
|
|
49
|
+
focusWithin: (hostRoot: any, selectors: any) => boolean;
|
|
50
|
+
getFindAllNodesFailureDescription: (hostRoot: any, selectors: any) => string | null;
|
|
51
|
+
getPublicRootInstance: (container: any) => any;
|
|
52
|
+
injectIntoDevTools: () => {
|
|
53
|
+
bundleType: number;
|
|
54
|
+
version: any;
|
|
55
|
+
rendererPackageName: any;
|
|
56
|
+
currentDispatcherRef: any;
|
|
57
|
+
reconcilerVersion: string;
|
|
58
|
+
};
|
|
59
|
+
isAlreadyRendering: () => boolean;
|
|
60
|
+
observeVisibleRects: (hostRoot: any, selectors: any, callback: any, options: any) => {
|
|
61
|
+
disconnect: () => void;
|
|
62
|
+
};
|
|
63
|
+
shouldError: () => null;
|
|
64
|
+
shouldSuspend: () => boolean;
|
|
65
|
+
startHostTransition: (formFiber: any, pendingState: any, action: any, formData: any) => void;
|
|
66
|
+
updateContainer: (element: any, container: any, parentComponent: any, callback: any) => any;
|
|
67
|
+
updateContainerSync: (element: any, container: any, parentComponent: any, callback: any) => number;
|
|
68
|
+
default: any;
|
|
69
|
+
readonly __esModule: boolean;
|
|
70
|
+
} | {
|
|
71
|
+
($$$config: any): {};
|
|
72
|
+
attemptContinuousHydration: (fiber: any) => void;
|
|
73
|
+
attemptHydrationAtCurrentPriority: (fiber: any) => void;
|
|
74
|
+
attemptSynchronousHydration: (fiber: any) => void;
|
|
75
|
+
batchedUpdates: (fn: any, a: any) => any;
|
|
76
|
+
createComponentSelector: (component: any) => {
|
|
77
|
+
$$typeof: number;
|
|
78
|
+
value: any;
|
|
79
|
+
};
|
|
80
|
+
createContainer: (containerInfo: any, tag: any, hydrationCallbacks: any, isStrictMode: any, concurrentUpdatesByDefaultOverride: any, identifierPrefix: any, onUncaughtError: any, onCaughtError: any, onRecoverableError: any, transitionCallbacks: any) => any;
|
|
81
|
+
createHasPseudoClassSelector: (selectors: any) => {
|
|
82
|
+
$$typeof: number;
|
|
83
|
+
value: any;
|
|
84
|
+
};
|
|
85
|
+
createHydrationContainer: (initialChildren: any, callback: any, containerInfo: any, tag: any, hydrationCallbacks: any, isStrictMode: any, concurrentUpdatesByDefaultOverride: any, identifierPrefix: any, onUncaughtError: any, onCaughtError: any, onRecoverableError: any, transitionCallbacks: any, formState: any) => any;
|
|
86
|
+
createPortal: (children: any, containerInfo: any, implementation: any, ...args: any[]) => {
|
|
87
|
+
$$typeof: symbol;
|
|
88
|
+
key: string | null;
|
|
89
|
+
children: any;
|
|
90
|
+
containerInfo: any;
|
|
91
|
+
implementation: any;
|
|
92
|
+
};
|
|
93
|
+
createRoleSelector: (role: any) => {
|
|
94
|
+
$$typeof: number;
|
|
95
|
+
value: any;
|
|
96
|
+
};
|
|
97
|
+
createTestNameSelector: (id: any) => {
|
|
98
|
+
$$typeof: number;
|
|
99
|
+
value: any;
|
|
100
|
+
};
|
|
101
|
+
createTextSelector: (text: any) => {
|
|
102
|
+
$$typeof: number;
|
|
103
|
+
value: any;
|
|
104
|
+
};
|
|
105
|
+
defaultOnCaughtError: (error: any) => void;
|
|
106
|
+
defaultOnRecoverableError: (error: any) => void;
|
|
107
|
+
defaultOnUncaughtError: (error: any) => void;
|
|
108
|
+
deferredUpdates: (fn: any) => any;
|
|
109
|
+
discreteUpdates: (fn: any, a: any, b: any, c: any, d: any) => any;
|
|
110
|
+
findAllNodes: (hostRoot: any, selectors: any) => any;
|
|
111
|
+
findBoundingRects: (hostRoot: any, selectors: any) => any;
|
|
112
|
+
findHostInstance: (component: any) => any;
|
|
113
|
+
findHostInstanceWithNoPortals: (fiber: any) => any;
|
|
114
|
+
findHostInstanceWithWarning: (component: any, methodName: any) => any;
|
|
115
|
+
flushPassiveEffects: (wasDelayedCommit: any) => boolean;
|
|
116
|
+
flushSyncFromReconciler: (fn: any) => any;
|
|
117
|
+
flushSyncWork: () => boolean;
|
|
118
|
+
focusWithin: (hostRoot: any, selectors: any) => boolean;
|
|
119
|
+
getFindAllNodesFailureDescription: (hostRoot: any, selectors: any) => string | null;
|
|
120
|
+
getPublicRootInstance: (container: any) => any;
|
|
121
|
+
injectIntoDevTools: () => boolean;
|
|
122
|
+
isAlreadyRendering: () => boolean;
|
|
123
|
+
observeVisibleRects: (hostRoot: any, selectors: any, callback: any, options: any) => {
|
|
124
|
+
disconnect: () => void;
|
|
125
|
+
};
|
|
126
|
+
shouldError: (fiber: any) => null;
|
|
127
|
+
shouldSuspend: (fiber: any) => boolean;
|
|
128
|
+
startHostTransition: (formFiber: any, pendingState: any, action: any, formData: any) => void;
|
|
129
|
+
updateContainer: (element: any, container: any, parentComponent: any, callback: any) => any;
|
|
130
|
+
updateContainerSync: (element: any, container: any, parentComponent: any, callback: any) => number;
|
|
131
|
+
default: any;
|
|
132
|
+
readonly __esModule: boolean;
|
|
133
|
+
};
|
|
134
|
+
export = _exports;
|