@dressed/react 1.0.0-rc.2.1 → 1.0.0-rc.2.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.
- package/dist/react/reconciler.d.ts +5 -1
- package/dist/react/reconciler.js +2 -4
- package/dist/react/reconciler.js.map +1 -1
- package/package.json +3 -2
- package/dist/build/react-reconciler/index.cjs +0 -8
- package/dist/build/react-reconciler/index.cjs.map +0 -1
- package/dist/build/react-reconciler/index.d.cts +0 -134
- package/dist/build/react-reconciler/mjs/react-reconciler.development.cjs +0 -13194
- package/dist/build/react-reconciler/mjs/react-reconciler.development.cjs.map +0 -1
- package/dist/build/react-reconciler/mjs/react-reconciler.development.d.cts +0 -73
- package/dist/build/react-reconciler/mjs/react-reconciler.production.cjs +0 -8920
- package/dist/build/react-reconciler/mjs/react-reconciler.production.cjs.map +0 -1
- package/dist/build/react-reconciler/mjs/react-reconciler.production.d.cts +0 -79
|
@@ -1,79 +0,0 @@
|
|
|
1
|
-
declare function _exports($$$config: any): {};
|
|
2
|
-
declare namespace _exports {
|
|
3
|
-
export function attemptContinuousHydration(fiber: any): void;
|
|
4
|
-
export function attemptHydrationAtCurrentPriority(fiber: any): void;
|
|
5
|
-
export function attemptSynchronousHydration(fiber: any): void;
|
|
6
|
-
export function batchedUpdates(fn: any, a: any): any;
|
|
7
|
-
export function createComponentSelector(component: any): {
|
|
8
|
-
$$typeof: number;
|
|
9
|
-
value: any;
|
|
10
|
-
};
|
|
11
|
-
export function createContainer(containerInfo: any, tag: any, hydrationCallbacks: any, isStrictMode: any, concurrentUpdatesByDefaultOverride: any, identifierPrefix: any, onUncaughtError: any, onCaughtError: any, onRecoverableError: any, transitionCallbacks: any): any;
|
|
12
|
-
export function createHasPseudoClassSelector(selectors: any): {
|
|
13
|
-
$$typeof: number;
|
|
14
|
-
value: any;
|
|
15
|
-
};
|
|
16
|
-
export function 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
|
-
export function 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
|
-
export function createRoleSelector(role: any): {
|
|
25
|
-
$$typeof: number;
|
|
26
|
-
value: any;
|
|
27
|
-
};
|
|
28
|
-
export function createTestNameSelector(id: any): {
|
|
29
|
-
$$typeof: number;
|
|
30
|
-
value: any;
|
|
31
|
-
};
|
|
32
|
-
export function createTextSelector(text: any): {
|
|
33
|
-
$$typeof: number;
|
|
34
|
-
value: any;
|
|
35
|
-
};
|
|
36
|
-
export function defaultOnCaughtError(error: any): void;
|
|
37
|
-
export function defaultOnRecoverableError(error: any): void;
|
|
38
|
-
export function defaultOnUncaughtError(error: any): void;
|
|
39
|
-
export function deferredUpdates(fn: any): any;
|
|
40
|
-
export function discreteUpdates(fn: any, a: any, b: any, c: any, d: any): any;
|
|
41
|
-
export { findAllNodes };
|
|
42
|
-
export function findBoundingRects(hostRoot: any, selectors: any): any;
|
|
43
|
-
export { findHostInstance };
|
|
44
|
-
export function findHostInstanceWithNoPortals(fiber: any): any;
|
|
45
|
-
export function findHostInstanceWithWarning(component: any): any;
|
|
46
|
-
export { flushPendingEffects as flushPassiveEffects };
|
|
47
|
-
export function flushSyncFromReconciler(fn: any): any;
|
|
48
|
-
export { flushSyncWork };
|
|
49
|
-
export function focusWithin(hostRoot: any, selectors: any): boolean;
|
|
50
|
-
export function getFindAllNodesFailureDescription(hostRoot: any, selectors: any): string | null;
|
|
51
|
-
export function getPublicRootInstance(container: any): any;
|
|
52
|
-
export function injectIntoDevTools(): {
|
|
53
|
-
bundleType: number;
|
|
54
|
-
version: any;
|
|
55
|
-
rendererPackageName: any;
|
|
56
|
-
currentDispatcherRef: any;
|
|
57
|
-
reconcilerVersion: string;
|
|
58
|
-
};
|
|
59
|
-
export function isAlreadyRendering(): boolean;
|
|
60
|
-
export function observeVisibleRects(hostRoot: any, selectors: any, callback: any, options: any): {
|
|
61
|
-
disconnect: () => void;
|
|
62
|
-
};
|
|
63
|
-
export function shouldError(): null;
|
|
64
|
-
export function shouldSuspend(): boolean;
|
|
65
|
-
export function startHostTransition(formFiber: any, pendingState: any, action: any, formData: any): void;
|
|
66
|
-
export function updateContainer(element: any, container: any, parentComponent: any, callback: any): any;
|
|
67
|
-
export function updateContainerSync(element: any, container: any, parentComponent: any, callback: any): number;
|
|
68
|
-
export default module.exports;
|
|
69
|
-
export let __esModule: boolean;
|
|
70
|
-
}
|
|
71
|
-
export = _exports;
|
|
72
|
-
declare function findAllNodes(hostRoot: any, selectors: any): any;
|
|
73
|
-
declare function findHostInstance(component: any): any;
|
|
74
|
-
declare function flushPendingEffects(wasDelayedCommit: any): boolean;
|
|
75
|
-
declare function flushSyncWork(): boolean;
|
|
76
|
-
declare namespace exports {
|
|
77
|
-
export { attemptContinuousHydration, attemptHydrationAtCurrentPriority, attemptSynchronousHydration, batchedUpdates, createComponentSelector, createContainer, createHasPseudoClassSelector, createHydrationContainer, createPortal, createRoleSelector, createTestNameSelector, createTextSelector, defaultOnCaughtError, defaultOnRecoverableError, defaultOnUncaughtError, deferredUpdates, discreteUpdates, findAllNodes, findBoundingRects, findHostInstance, findHostInstanceWithNoPortals, findHostInstanceWithWarning, flushPendingEffects as flushPassiveEffects, flushSyncFromReconciler, flushSyncWork, focusWithin, getFindAllNodesFailureDescription, getPublicRootInstance, injectIntoDevTools, isAlreadyRendering, observeVisibleRects, shouldError, shouldSuspend, startHostTransition, updateContainer, updateContainerSync, exports as default, __esModule };
|
|
78
|
-
}
|
|
79
|
-
declare namespace module { }
|