eddev 2.3.12 → 2.3.14
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/app/entry/MetaTags.d.ts +1 -1
- package/dist/app/entry/MetaTags.d.ts.map +1 -1
- package/dist/app/entry/MetaTags.js +2 -0
- package/dist/app/entry/spa-root.d.ts +1 -1
- package/dist/app/entry/spa-root.d.ts.map +1 -1
- package/dist/app/entry/ssr-root-client.d.ts +1 -1
- package/dist/app/entry/ssr-root-client.d.ts.map +1 -1
- package/dist/app/entry/ssr-root.d.ts +1 -1
- package/dist/app/entry/ssr-root.d.ts.map +1 -1
- package/dist/app/lib/blocks/BlockPropMutator.d.ts +1 -1
- package/dist/app/lib/blocks/BlockPropMutator.d.ts.map +1 -1
- package/dist/app/lib/blocks/ContentBlocks.d.ts +2 -2
- package/dist/app/lib/blocks/ContentBlocks.d.ts.map +1 -1
- package/dist/app/lib/blocks/EditableText.d.ts +1 -1
- package/dist/app/lib/blocks/EditableText.d.ts.map +1 -1
- package/dist/app/lib/blocks/InnerBlocks.d.ts +1 -1
- package/dist/app/lib/blocks/InnerBlocks.d.ts.map +1 -1
- package/dist/app/lib/blocks/SlotBlocks.d.ts +1 -1
- package/dist/app/lib/blocks/SlotBlocks.d.ts.map +1 -1
- package/dist/app/lib/blocks/block-debugger.d.ts +3 -3
- package/dist/app/lib/blocks/block-debugger.d.ts.map +1 -1
- package/dist/app/lib/blocks/block-utils.d.ts +2 -2
- package/dist/app/lib/blocks/block-utils.d.ts.map +1 -1
- package/dist/app/lib/blocks/block-utils.js +10 -3
- package/dist/app/lib/blocks/editor/EditableBlock.d.ts +1 -1
- package/dist/app/lib/blocks/editor/EditableBlock.d.ts.map +1 -1
- package/dist/app/lib/blocks/editor/EditorHighlights.d.ts +1 -1
- package/dist/app/lib/blocks/editor/EditorHighlights.d.ts.map +1 -1
- package/dist/app/lib/blocks/editor/ErrorBoundaryEditor.d.ts +1 -1
- package/dist/app/lib/blocks/editor/controls.d.ts +2 -2
- package/dist/app/lib/blocks/editor/controls.d.ts.map +1 -1
- package/dist/app/lib/blocks/editor/installGutenbergHooks.d.ts.map +1 -1
- package/dist/app/lib/blocks/editor/installGutenbergHooks.js +8 -4
- package/dist/app/lib/blocks/editor/root-blocks.d.ts.map +1 -1
- package/dist/app/lib/blocks/editor/root-blocks.js +2 -2
- package/dist/app/lib/blocks/inline-editing.d.ts +2 -2
- package/dist/app/lib/blocks/inline-editing.d.ts.map +1 -1
- package/dist/app/lib/devtools/components/BreakpointIndicator.d.ts +1 -1
- package/dist/app/lib/devtools/components/BreakpointIndicator.d.ts.map +1 -1
- package/dist/app/lib/devtools/components/DevMenu.d.ts +1 -1
- package/dist/app/lib/devtools/components/DevMenu.d.ts.map +1 -1
- package/dist/app/lib/devtools/components/DevUI.d.ts +2 -2
- package/dist/app/lib/devtools/components/DevUI.d.ts.map +1 -1
- package/dist/app/lib/devtools/components/panels/AppDataPanel.d.ts +2 -2
- package/dist/app/lib/devtools/components/panels/AppDataPanel.d.ts.map +1 -1
- package/dist/app/lib/devtools/components/panels/QueriesPanel.d.ts +1 -1
- package/dist/app/lib/devtools/components/panels/QueriesPanel.d.ts.map +1 -1
- package/dist/app/lib/devtools/components/panels/RoutePanel.d.ts +2 -2
- package/dist/app/lib/devtools/components/panels/RoutePanel.d.ts.map +1 -1
- package/dist/app/lib/devtools/components/panels/StructurePanel.d.ts +1 -1
- package/dist/app/lib/devtools/components/panels/StructurePanel.d.ts.map +1 -1
- package/dist/app/lib/devtools/components/ui/Button.d.ts +1 -1
- package/dist/app/lib/devtools/components/ui/Button.d.ts.map +1 -1
- package/dist/app/lib/devtools/components/ui/Chip.d.ts +2 -2
- package/dist/app/lib/devtools/components/ui/Chip.d.ts.map +1 -1
- package/dist/app/lib/devtools/components/ui/Expander.d.ts +1 -1
- package/dist/app/lib/devtools/components/ui/Expander.d.ts.map +1 -1
- package/dist/app/lib/devtools/components/ui/JSONInspector.d.ts +1 -1
- package/dist/app/lib/devtools/components/ui/JSONInspector.d.ts.map +1 -1
- package/dist/app/lib/devtools/components/ui/Panel.d.ts +1 -1
- package/dist/app/lib/devtools/components/ui/Panel.d.ts.map +1 -1
- package/dist/app/lib/devtools/components/ui/QueryMonitorDisplay.d.ts +1 -1
- package/dist/app/lib/devtools/components/ui/QueryMonitorDisplay.d.ts.map +1 -1
- package/dist/app/lib/devtools/components/ui/TabBar.d.ts +2 -2
- package/dist/app/lib/devtools/components/ui/TabBar.d.ts.map +1 -1
- package/dist/app/lib/devtools/components/ui/Tabs.d.ts +1 -1
- package/dist/app/lib/devtools/components/ui/Tabs.d.ts.map +1 -1
- package/dist/app/lib/devtools/hooks/useTailwind.d.ts +45 -45
- package/dist/app/lib/devtools/icons.d.ts +24 -24
- package/dist/app/lib/devtools/icons.d.ts.map +1 -1
- package/dist/app/lib/hooks/query-hooks.d.ts +8 -8
- package/dist/app/lib/hooks/query-hooks.d.ts.map +1 -1
- package/dist/app/lib/hooks/query-hooks.js +2 -1
- package/dist/app/lib/integrations/gravityforms/createGravityFormComponent.d.ts +15 -15
- package/dist/app/lib/routing/components/BrowserRouter.d.ts +1 -1
- package/dist/app/lib/routing/components/BrowserRouter.d.ts.map +1 -1
- package/dist/app/lib/routing/components/ClientOnly.d.ts +1 -1
- package/dist/app/lib/routing/components/ClientOnly.d.ts.map +1 -1
- package/dist/app/lib/routing/components/NativeLinkHandler.d.ts +1 -1
- package/dist/app/lib/routing/components/NativeLinkHandler.d.ts.map +1 -1
- package/dist/app/lib/routing/components/RouteRenderer.d.ts +3 -3
- package/dist/app/lib/routing/components/RouteRenderer.d.ts.map +1 -1
- package/dist/app/lib/routing/components/SSRRouter.d.ts +1 -1
- package/dist/app/lib/routing/components/SSRRouter.d.ts.map +1 -1
- package/dist/app/lib/runtime/apiConfig.d.ts +15 -0
- package/dist/app/lib/runtime/apiConfig.d.ts.map +1 -1
- package/dist/app/server/proxy-wp-admin.d.ts.map +1 -1
- package/dist/app/server/proxy-wp-admin.js +1 -0
- package/dist/app/server/server-context.d.ts +2 -2
- package/dist/app/server/server-context.d.ts.map +1 -1
- package/dist/app/utils/APIProvider.d.ts +1 -1
- package/dist/app/utils/APIProvider.d.ts.map +1 -1
- package/dist/app/utils/ErrorMessage.d.ts +1 -1
- package/dist/app/utils/ErrorMessage.d.ts.map +1 -1
- package/dist/app/utils/query-client.d.ts +1 -1
- package/dist/app/utils/query-client.d.ts.map +1 -1
- package/dist/app/utils/trpc-client.d.ts.map +1 -1
- package/dist/app/utils/trpc-client.js +19 -3
- package/dist/node/cli/display/CLIApp.d.ts +1 -1
- package/dist/node/cli/display/CLIApp.d.ts.map +1 -1
- package/dist/node/cli/display/components/Fullscreen.d.ts +1 -1
- package/dist/node/cli/display/components/Fullscreen.d.ts.map +1 -1
- package/dist/node/cli/display/components/LogEntries.d.ts +4 -4
- package/dist/node/cli/display/components/LogEntries.d.ts.map +1 -1
- package/dist/node/cli/display/components/MenuItem.d.ts +1 -1
- package/dist/node/cli/display/components/MenuItem.d.ts.map +1 -1
- package/dist/node/cli/display/components/TextInput.d.ts +3 -2
- package/dist/node/cli/display/components/TextInput.d.ts.map +1 -1
- package/dist/node/cli/display/tools/BlockList.d.ts +1 -1
- package/dist/node/cli/display/tools/BlockList.d.ts.map +1 -1
- package/dist/node/cli/display/tools/CreateBlock.d.ts +1 -1
- package/dist/node/cli/display/tools/CreateBlock.d.ts.map +1 -1
- package/dist/node/cli/version.d.ts +1 -1
- package/dist/node/cli/version.js +1 -1
- package/dist/node/compiler/dev-server.js +1 -1
- package/dist/node/compiler/get-vite-config.d.ts.map +1 -1
- package/dist/node/compiler/get-vite-config.js +1 -0
- package/dist/node/compiler/vinxi-app.d.ts +1 -1
- package/dist/node/compiler/vinxi-app.d.ts.map +1 -1
- package/dist/node/utils/fetch-wp.d.ts.map +1 -1
- package/dist/node/utils/fetch-wp.js +2 -1
- package/dist/node/utils/fs.d.ts +22 -19
- package/dist/node/utils/fs.d.ts.map +1 -1
- package/package.json +2 -2
- package/skills/eddev/SKILL.md +156 -0
- package/skills/eddev/docs/acf/admin-panel-widgets.mdx +99 -0
- package/skills/eddev/docs/acf/custom-enums.mdx +75 -0
- package/skills/eddev/docs/acf/custom-fields.mdx +131 -0
- package/skills/eddev/docs/acf.mdx +31 -0
- package/skills/eddev/docs/blocks/block-definition.mdx +189 -0
- package/skills/eddev/docs/blocks/core-blocks.mdx +86 -0
- package/skills/eddev/docs/blocks/data-and-editing.mdx +219 -0
- package/skills/eddev/docs/blocks/editor-config.mdx +157 -0
- package/skills/eddev/docs/blocks/nested-blocks.mdx +129 -0
- package/skills/eddev/docs/blocks/overview.mdx +58 -0
- package/skills/eddev/docs/blocks/template-parts.mdx +131 -0
- package/skills/eddev/docs/config.mdx +200 -0
- package/skills/eddev/docs/design/color.mdx +185 -0
- package/skills/eddev/docs/design/favicons.mdx +103 -0
- package/skills/eddev/docs/design/grid.mdx +120 -0
- package/skills/eddev/docs/design/icons.mdx +197 -0
- package/skills/eddev/docs/design/responsive-scaling.mdx +312 -0
- package/skills/eddev/docs/design/type.mdx +125 -0
- package/skills/eddev/docs/devtool/cli.mdx +201 -0
- package/skills/eddev/docs/devtool/overlay.mdx +5 -0
- package/skills/eddev/docs/getting-started.mdx +53 -0
- package/skills/eddev/docs/graphql/extending.mdx +186 -0
- package/skills/eddev/docs/graphql/fragments.mdx +107 -0
- package/skills/eddev/docs/graphql/global-data.mdx +47 -0
- package/skills/eddev/docs/graphql/infinite-queries.mdx +95 -0
- package/skills/eddev/docs/graphql/mutation-hooks.mdx +111 -0
- package/skills/eddev/docs/graphql/query-hooks.mdx +122 -0
- package/skills/eddev/docs/graphql/tooling.mdx +50 -0
- package/skills/eddev/docs/graphql.mdx +97 -0
- package/skills/eddev/docs/guides/color-schemes.mdx +204 -0
- package/skills/eddev/docs/guides/integrations.mdx +3 -0
- package/skills/eddev/docs/guides/page-transitions.mdx +5 -0
- package/skills/eddev/docs/guides/seo.mdx +5 -0
- package/skills/eddev/docs/guides/state-management.mdx +5 -0
- package/skills/eddev/docs/infra/caching.mdx +9 -0
- package/skills/eddev/docs/infra/deployment.mdx +13 -0
- package/skills/eddev/docs/infra/local.mdx +5 -0
- package/skills/eddev/docs/infra/security.mdx +11 -0
- package/skills/eddev/docs/routing/api.mdx +731 -0
- package/skills/eddev/docs/routing/custom.mdx +123 -0
- package/skills/eddev/docs/routing/full-details.mdx +37 -0
- package/skills/eddev/docs/routing/wordpress.mdx +70 -0
- package/skills/eddev/docs/routing.mdx +18 -0
- package/skills/eddev/docs/serverless/functions.mdx +436 -0
- package/skills/eddev/docs/serverless.mdx +202 -0
- package/skills/eddev/docs/snippets/automated-block-layouts.mdx +97 -0
- package/skills/eddev/docs/snippets/custom-routes-and-urls.mdx +91 -0
- package/skills/eddev/docs/snippets/multiple-editable-zones.mdx +87 -0
- package/skills/eddev/docs/snippets/querying-specific-blocks.mdx +164 -0
- package/skills/eddev/docs/snippets/submitting-forms-to-rpc.mdx +91 -0
- package/skills/eddev/docs/snippets/svgs.mdx +38 -0
- package/skills/eddev/docs/snippets/type-safe-acf-dropdowns.mdx +72 -0
- package/skills/eddev/docs/snippets.mdx +19 -0
- package/skills/eddev/docs/software.mdx +19 -0
- package/skills/eddev/docs/stack/how-it-works.mdx +50 -0
- package/skills/eddev/docs/stack/overview.mdx +56 -0
- package/skills/eddev/docs/stack/spa-vs-ssr.mdx +52 -0
- package/skills/eddev/docs/views/app-view.mdx +97 -0
- package/skills/eddev/docs/views/page-templates.mdx +82 -0
- package/skills/eddev/docs/views/queries.mdx +116 -0
- package/skills/eddev/docs/views.mdx +63 -0
- package/skills/eddev/index.mdx +79 -0
- package/tsconfig.app.json +2 -2
|
@@ -8,7 +8,7 @@ type Props<K> = {
|
|
|
8
8
|
activeTab?: K;
|
|
9
9
|
onTabChange?: (tab: K) => void;
|
|
10
10
|
};
|
|
11
|
-
export declare function TabBar<K extends string>(props: Props<K>): import("react
|
|
11
|
+
export declare function TabBar<K extends string>(props: Props<K>): import("react").JSX.Element;
|
|
12
12
|
export declare function useTabBar<K extends string>(id: string, tabs: {
|
|
13
13
|
value: K;
|
|
14
14
|
label: string;
|
|
@@ -16,7 +16,7 @@ export declare function useTabBar<K extends string>(id: string, tabs: {
|
|
|
16
16
|
}[]): {
|
|
17
17
|
tab: K;
|
|
18
18
|
setTab: (value: K | ((current: K) => K)) => void;
|
|
19
|
-
tabBar: import("react
|
|
19
|
+
tabBar: import("react").JSX.Element;
|
|
20
20
|
};
|
|
21
21
|
export {};
|
|
22
22
|
//# sourceMappingURL=TabBar.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TabBar.d.ts","sourceRoot":"","sources":["../../../../../../src/app/lib/devtools/components/ui/TabBar.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAIjC,KAAK,KAAK,CAAC,CAAC,IAAI;IACd,IAAI,EAAE;QAAE,KAAK,EAAE,CAAC,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,CAAC,EAAE,SAAS,CAAA;KAAE,EAAE,CAAA;IACtD,SAAS,CAAC,EAAE,CAAC,CAAA;IACb,WAAW,CAAC,EAAE,CAAC,GAAG,EAAE,CAAC,KAAK,IAAI,CAAA;CAC/B,CAAA;AAED,wBAAgB,MAAM,CAAC,CAAC,SAAS,MAAM,EAAE,KAAK,EAAE,KAAK,CAAC,CAAC,CAAC
|
|
1
|
+
{"version":3,"file":"TabBar.d.ts","sourceRoot":"","sources":["../../../../../../src/app/lib/devtools/components/ui/TabBar.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAIjC,KAAK,KAAK,CAAC,CAAC,IAAI;IACd,IAAI,EAAE;QAAE,KAAK,EAAE,CAAC,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,CAAC,EAAE,SAAS,CAAA;KAAE,EAAE,CAAA;IACtD,SAAS,CAAC,EAAE,CAAC,CAAA;IACb,WAAW,CAAC,EAAE,CAAC,GAAG,EAAE,CAAC,KAAK,IAAI,CAAA;CAC/B,CAAA;AAED,wBAAgB,MAAM,CAAC,CAAC,SAAS,MAAM,EAAE,KAAK,EAAE,KAAK,CAAC,CAAC,CAAC,+BAgBvD;AAED,wBAAgB,SAAS,CAAC,CAAC,SAAS,MAAM,EAAE,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE;IAAE,KAAK,EAAE,CAAC,CAAC;IAAC,KAAK,EAAE,MAAM,CAAC;IAAC,KAAK,CAAC,EAAE,SAAS,CAAA;CAAE,EAAE;;;;EAI7G"}
|
|
@@ -8,6 +8,6 @@ type Props<K> = {
|
|
|
8
8
|
content: () => ReactNode;
|
|
9
9
|
}[];
|
|
10
10
|
};
|
|
11
|
-
export declare function Tabs<K extends string>(props: Props<K>): import("react
|
|
11
|
+
export declare function Tabs<K extends string>(props: Props<K>): import("react").JSX.Element;
|
|
12
12
|
export {};
|
|
13
13
|
//# sourceMappingURL=Tabs.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Tabs.d.ts","sourceRoot":"","sources":["../../../../../../src/app/lib/devtools/components/ui/Tabs.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAIjC,KAAK,KAAK,CAAC,CAAC,IAAI;IACd,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,EAAE;QAAE,KAAK,EAAE,CAAC,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,CAAC,EAAE,SAAS,CAAC;QAAC,OAAO,EAAE,MAAM,SAAS,CAAA;KAAE,EAAE,CAAA;CACjF,CAAA;AAED,wBAAgB,IAAI,CAAC,CAAC,SAAS,MAAM,EAAE,KAAK,EAAE,KAAK,CAAC,CAAC,CAAC
|
|
1
|
+
{"version":3,"file":"Tabs.d.ts","sourceRoot":"","sources":["../../../../../../src/app/lib/devtools/components/ui/Tabs.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAIjC,KAAK,KAAK,CAAC,CAAC,IAAI;IACd,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,EAAE;QAAE,KAAK,EAAE,CAAC,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,CAAC,EAAE,SAAS,CAAC;QAAC,OAAO,EAAE,MAAM,SAAS,CAAA;KAAE,EAAE,CAAA;CACjF,CAAA;AAED,wBAAgB,IAAI,CAAC,CAAC,SAAS,MAAM,EAAE,KAAK,EAAE,KAAK,CAAC,CAAC,CAAC,+BAkBrD"}
|
|
@@ -85,12 +85,12 @@ export declare function useTailwindConfig(): {
|
|
|
85
85
|
readonly max: string;
|
|
86
86
|
})[];
|
|
87
87
|
} | undefined;
|
|
88
|
-
readonly supports?:
|
|
88
|
+
readonly supports?: {
|
|
89
89
|
readonly [x: string]: string;
|
|
90
|
-
} | undefined;
|
|
91
|
-
readonly data?:
|
|
90
|
+
} | ((utils: import("tailwindcss/types/config.js").PluginUtils) => Record<string, string>) | undefined;
|
|
91
|
+
readonly data?: {
|
|
92
92
|
readonly [x: string]: string;
|
|
93
|
-
} | undefined;
|
|
93
|
+
} | ((utils: import("tailwindcss/types/config.js").PluginUtils) => Record<string, string>) | undefined;
|
|
94
94
|
readonly colors?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
95
95
|
readonly [x: string]: string | /*elided*/ any;
|
|
96
96
|
} | undefined;
|
|
@@ -493,12 +493,12 @@ export declare function useTailwindConfig(): {
|
|
|
493
493
|
readonly max: string;
|
|
494
494
|
})[];
|
|
495
495
|
} | undefined;
|
|
496
|
-
readonly supports?:
|
|
496
|
+
readonly supports?: {
|
|
497
497
|
readonly [x: string]: string;
|
|
498
|
-
} | undefined;
|
|
499
|
-
readonly data?:
|
|
498
|
+
} | ((utils: import("tailwindcss/types/config.js").PluginUtils) => Record<string, string>) | undefined;
|
|
499
|
+
readonly data?: {
|
|
500
500
|
readonly [x: string]: string;
|
|
501
|
-
} | undefined;
|
|
501
|
+
} | ((utils: import("tailwindcss/types/config.js").PluginUtils) => Record<string, string>) | undefined;
|
|
502
502
|
readonly colors?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
503
503
|
readonly [x: string]: string | /*elided*/ any;
|
|
504
504
|
} | undefined;
|
|
@@ -909,7 +909,6 @@ export declare function useTailwindConfig(): {
|
|
|
909
909
|
readonly size?: boolean | undefined;
|
|
910
910
|
readonly backgroundColor?: boolean | undefined;
|
|
911
911
|
readonly inset?: boolean | undefined;
|
|
912
|
-
readonly invert?: boolean | undefined;
|
|
913
912
|
readonly outlineOffset?: boolean | undefined;
|
|
914
913
|
readonly borderRadius?: boolean | undefined;
|
|
915
914
|
readonly padding?: boolean | undefined;
|
|
@@ -1041,6 +1040,7 @@ export declare function useTailwindConfig(): {
|
|
|
1041
1040
|
readonly dropShadow?: boolean | undefined;
|
|
1042
1041
|
readonly grayscale?: boolean | undefined;
|
|
1043
1042
|
readonly hueRotate?: boolean | undefined;
|
|
1043
|
+
readonly invert?: boolean | undefined;
|
|
1044
1044
|
readonly saturate?: boolean | undefined;
|
|
1045
1045
|
readonly sepia?: boolean | undefined;
|
|
1046
1046
|
readonly backdropBlur?: boolean | undefined;
|
|
@@ -1130,12 +1130,12 @@ export declare function useTailwindConfig(): {
|
|
|
1130
1130
|
readonly max: string;
|
|
1131
1131
|
})[];
|
|
1132
1132
|
} | undefined;
|
|
1133
|
-
readonly supports?:
|
|
1133
|
+
readonly supports?: {
|
|
1134
1134
|
readonly [x: string]: string;
|
|
1135
|
-
} | undefined;
|
|
1136
|
-
readonly data?:
|
|
1135
|
+
} | ((utils: import("tailwindcss/types/config.js").PluginUtils) => Record<string, string>) | undefined;
|
|
1136
|
+
readonly data?: {
|
|
1137
1137
|
readonly [x: string]: string;
|
|
1138
|
-
} | undefined;
|
|
1138
|
+
} | ((utils: import("tailwindcss/types/config.js").PluginUtils) => Record<string, string>) | undefined;
|
|
1139
1139
|
readonly colors?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
1140
1140
|
readonly [x: string]: string | /*elided*/ any;
|
|
1141
1141
|
} | undefined;
|
|
@@ -1538,12 +1538,12 @@ export declare function useTailwindConfig(): {
|
|
|
1538
1538
|
readonly max: string;
|
|
1539
1539
|
})[];
|
|
1540
1540
|
} | undefined;
|
|
1541
|
-
readonly supports?:
|
|
1541
|
+
readonly supports?: {
|
|
1542
1542
|
readonly [x: string]: string;
|
|
1543
|
-
} | undefined;
|
|
1544
|
-
readonly data?:
|
|
1543
|
+
} | ((utils: import("tailwindcss/types/config.js").PluginUtils) => Record<string, string>) | undefined;
|
|
1544
|
+
readonly data?: {
|
|
1545
1545
|
readonly [x: string]: string;
|
|
1546
|
-
} | undefined;
|
|
1546
|
+
} | ((utils: import("tailwindcss/types/config.js").PluginUtils) => Record<string, string>) | undefined;
|
|
1547
1547
|
readonly colors?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
1548
1548
|
readonly [x: string]: string | /*elided*/ any;
|
|
1549
1549
|
} | undefined;
|
|
@@ -1954,7 +1954,6 @@ export declare function useTailwindConfig(): {
|
|
|
1954
1954
|
readonly size?: boolean | undefined;
|
|
1955
1955
|
readonly backgroundColor?: boolean | undefined;
|
|
1956
1956
|
readonly inset?: boolean | undefined;
|
|
1957
|
-
readonly invert?: boolean | undefined;
|
|
1958
1957
|
readonly outlineOffset?: boolean | undefined;
|
|
1959
1958
|
readonly borderRadius?: boolean | undefined;
|
|
1960
1959
|
readonly padding?: boolean | undefined;
|
|
@@ -2086,6 +2085,7 @@ export declare function useTailwindConfig(): {
|
|
|
2086
2085
|
readonly dropShadow?: boolean | undefined;
|
|
2087
2086
|
readonly grayscale?: boolean | undefined;
|
|
2088
2087
|
readonly hueRotate?: boolean | undefined;
|
|
2088
|
+
readonly invert?: boolean | undefined;
|
|
2089
2089
|
readonly saturate?: boolean | undefined;
|
|
2090
2090
|
readonly sepia?: boolean | undefined;
|
|
2091
2091
|
readonly backdropBlur?: boolean | undefined;
|
|
@@ -2150,12 +2150,12 @@ export declare function useTailwindConfig(): {
|
|
|
2150
2150
|
readonly max: string;
|
|
2151
2151
|
})[];
|
|
2152
2152
|
} | undefined;
|
|
2153
|
-
readonly supports?:
|
|
2153
|
+
readonly supports?: {
|
|
2154
2154
|
readonly [x: string]: string;
|
|
2155
|
-
} | undefined;
|
|
2156
|
-
readonly data?:
|
|
2155
|
+
} | ((utils: import("tailwindcss/types/config.js").PluginUtils) => Record<string, string>) | undefined;
|
|
2156
|
+
readonly data?: {
|
|
2157
2157
|
readonly [x: string]: string;
|
|
2158
|
-
} | undefined;
|
|
2158
|
+
} | ((utils: import("tailwindcss/types/config.js").PluginUtils) => Record<string, string>) | undefined;
|
|
2159
2159
|
readonly colors?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
2160
2160
|
readonly [x: string]: string | /*elided*/ any;
|
|
2161
2161
|
} | undefined;
|
|
@@ -2558,12 +2558,12 @@ export declare function useTailwindConfig(): {
|
|
|
2558
2558
|
readonly max: string;
|
|
2559
2559
|
})[];
|
|
2560
2560
|
} | undefined;
|
|
2561
|
-
readonly supports?:
|
|
2561
|
+
readonly supports?: {
|
|
2562
2562
|
readonly [x: string]: string;
|
|
2563
|
-
} | undefined;
|
|
2564
|
-
readonly data?:
|
|
2563
|
+
} | ((utils: import("tailwindcss/types/config.js").PluginUtils) => Record<string, string>) | undefined;
|
|
2564
|
+
readonly data?: {
|
|
2565
2565
|
readonly [x: string]: string;
|
|
2566
|
-
} | undefined;
|
|
2566
|
+
} | ((utils: import("tailwindcss/types/config.js").PluginUtils) => Record<string, string>) | undefined;
|
|
2567
2567
|
readonly colors?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
2568
2568
|
readonly [x: string]: string | /*elided*/ any;
|
|
2569
2569
|
} | undefined;
|
|
@@ -2974,7 +2974,6 @@ export declare function useTailwindConfig(): {
|
|
|
2974
2974
|
readonly size?: boolean | undefined;
|
|
2975
2975
|
readonly backgroundColor?: boolean | undefined;
|
|
2976
2976
|
readonly inset?: boolean | undefined;
|
|
2977
|
-
readonly invert?: boolean | undefined;
|
|
2978
2977
|
readonly outlineOffset?: boolean | undefined;
|
|
2979
2978
|
readonly borderRadius?: boolean | undefined;
|
|
2980
2979
|
readonly padding?: boolean | undefined;
|
|
@@ -3106,6 +3105,7 @@ export declare function useTailwindConfig(): {
|
|
|
3106
3105
|
readonly dropShadow?: boolean | undefined;
|
|
3107
3106
|
readonly grayscale?: boolean | undefined;
|
|
3108
3107
|
readonly hueRotate?: boolean | undefined;
|
|
3108
|
+
readonly invert?: boolean | undefined;
|
|
3109
3109
|
readonly saturate?: boolean | undefined;
|
|
3110
3110
|
readonly sepia?: boolean | undefined;
|
|
3111
3111
|
readonly backdropBlur?: boolean | undefined;
|
|
@@ -3221,12 +3221,12 @@ export declare function useTailwindConfig(): {
|
|
|
3221
3221
|
readonly max: string;
|
|
3222
3222
|
})[];
|
|
3223
3223
|
} | undefined;
|
|
3224
|
-
readonly supports?:
|
|
3224
|
+
readonly supports?: {
|
|
3225
3225
|
readonly [x: string]: string;
|
|
3226
|
-
} | undefined;
|
|
3227
|
-
readonly data?:
|
|
3226
|
+
} | ((utils: import("tailwindcss/types/config.js").PluginUtils) => Record<string, string>) | undefined;
|
|
3227
|
+
readonly data?: {
|
|
3228
3228
|
readonly [x: string]: string;
|
|
3229
|
-
} | undefined;
|
|
3229
|
+
} | ((utils: import("tailwindcss/types/config.js").PluginUtils) => Record<string, string>) | undefined;
|
|
3230
3230
|
readonly colors?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
3231
3231
|
readonly [x: string]: string | /*elided*/ any;
|
|
3232
3232
|
} | undefined;
|
|
@@ -3629,12 +3629,12 @@ export declare function useTailwindConfig(): {
|
|
|
3629
3629
|
readonly max: string;
|
|
3630
3630
|
})[];
|
|
3631
3631
|
} | undefined;
|
|
3632
|
-
readonly supports?:
|
|
3632
|
+
readonly supports?: {
|
|
3633
3633
|
readonly [x: string]: string;
|
|
3634
|
-
} | undefined;
|
|
3635
|
-
readonly data?:
|
|
3634
|
+
} | ((utils: import("tailwindcss/types/config.js").PluginUtils) => Record<string, string>) | undefined;
|
|
3635
|
+
readonly data?: {
|
|
3636
3636
|
readonly [x: string]: string;
|
|
3637
|
-
} | undefined;
|
|
3637
|
+
} | ((utils: import("tailwindcss/types/config.js").PluginUtils) => Record<string, string>) | undefined;
|
|
3638
3638
|
readonly colors?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
3639
3639
|
readonly [x: string]: string | /*elided*/ any;
|
|
3640
3640
|
} | undefined;
|
|
@@ -4045,7 +4045,6 @@ export declare function useTailwindConfig(): {
|
|
|
4045
4045
|
readonly size?: boolean | undefined;
|
|
4046
4046
|
readonly backgroundColor?: boolean | undefined;
|
|
4047
4047
|
readonly inset?: boolean | undefined;
|
|
4048
|
-
readonly invert?: boolean | undefined;
|
|
4049
4048
|
readonly outlineOffset?: boolean | undefined;
|
|
4050
4049
|
readonly borderRadius?: boolean | undefined;
|
|
4051
4050
|
readonly padding?: boolean | undefined;
|
|
@@ -4177,6 +4176,7 @@ export declare function useTailwindConfig(): {
|
|
|
4177
4176
|
readonly dropShadow?: boolean | undefined;
|
|
4178
4177
|
readonly grayscale?: boolean | undefined;
|
|
4179
4178
|
readonly hueRotate?: boolean | undefined;
|
|
4179
|
+
readonly invert?: boolean | undefined;
|
|
4180
4180
|
readonly saturate?: boolean | undefined;
|
|
4181
4181
|
readonly sepia?: boolean | undefined;
|
|
4182
4182
|
readonly backdropBlur?: boolean | undefined;
|
|
@@ -4239,12 +4239,12 @@ export declare function useTailwindConfig(): {
|
|
|
4239
4239
|
readonly max: string;
|
|
4240
4240
|
})[];
|
|
4241
4241
|
} | undefined;
|
|
4242
|
-
readonly supports?:
|
|
4242
|
+
readonly supports?: {
|
|
4243
4243
|
readonly [x: string]: string;
|
|
4244
|
-
} | undefined;
|
|
4245
|
-
readonly data?:
|
|
4244
|
+
} | ((utils: import("tailwindcss/types/config.js").PluginUtils) => Record<string, string>) | undefined;
|
|
4245
|
+
readonly data?: {
|
|
4246
4246
|
readonly [x: string]: string;
|
|
4247
|
-
} | undefined;
|
|
4247
|
+
} | ((utils: import("tailwindcss/types/config.js").PluginUtils) => Record<string, string>) | undefined;
|
|
4248
4248
|
readonly colors?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
4249
4249
|
readonly [x: string]: string | /*elided*/ any;
|
|
4250
4250
|
} | undefined;
|
|
@@ -4647,12 +4647,12 @@ export declare function useTailwindConfig(): {
|
|
|
4647
4647
|
readonly max: string;
|
|
4648
4648
|
})[];
|
|
4649
4649
|
} | undefined;
|
|
4650
|
-
readonly supports?:
|
|
4650
|
+
readonly supports?: {
|
|
4651
4651
|
readonly [x: string]: string;
|
|
4652
|
-
} | undefined;
|
|
4653
|
-
readonly data?:
|
|
4652
|
+
} | ((utils: import("tailwindcss/types/config.js").PluginUtils) => Record<string, string>) | undefined;
|
|
4653
|
+
readonly data?: {
|
|
4654
4654
|
readonly [x: string]: string;
|
|
4655
|
-
} | undefined;
|
|
4655
|
+
} | ((utils: import("tailwindcss/types/config.js").PluginUtils) => Record<string, string>) | undefined;
|
|
4656
4656
|
readonly colors?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
4657
4657
|
readonly [x: string]: string | /*elided*/ any;
|
|
4658
4658
|
} | undefined;
|
|
@@ -5063,7 +5063,6 @@ export declare function useTailwindConfig(): {
|
|
|
5063
5063
|
readonly size?: boolean | undefined;
|
|
5064
5064
|
readonly backgroundColor?: boolean | undefined;
|
|
5065
5065
|
readonly inset?: boolean | undefined;
|
|
5066
|
-
readonly invert?: boolean | undefined;
|
|
5067
5066
|
readonly outlineOffset?: boolean | undefined;
|
|
5068
5067
|
readonly borderRadius?: boolean | undefined;
|
|
5069
5068
|
readonly padding?: boolean | undefined;
|
|
@@ -5195,6 +5194,7 @@ export declare function useTailwindConfig(): {
|
|
|
5195
5194
|
readonly dropShadow?: boolean | undefined;
|
|
5196
5195
|
readonly grayscale?: boolean | undefined;
|
|
5197
5196
|
readonly hueRotate?: boolean | undefined;
|
|
5197
|
+
readonly invert?: boolean | undefined;
|
|
5198
5198
|
readonly saturate?: boolean | undefined;
|
|
5199
5199
|
readonly sepia?: boolean | undefined;
|
|
5200
5200
|
readonly backdropBlur?: boolean | undefined;
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
export declare const bolt: import("react
|
|
2
|
-
export declare const typography: import("react
|
|
3
|
-
export declare const ruler: import("react
|
|
4
|
-
export declare const appIcon: import("react
|
|
5
|
-
export declare const routesIcon: import("react
|
|
6
|
-
export declare const blocksIcon: import("react
|
|
7
|
-
export declare const structure: import("react
|
|
8
|
-
export declare const code: import("react
|
|
9
|
-
export declare const share: import("react
|
|
10
|
-
export declare const close: import("react
|
|
11
|
-
export declare const check: import("react
|
|
12
|
-
export declare const checkEmpty: import("react
|
|
13
|
-
export declare const checkFilled: import("react
|
|
14
|
-
export declare const line: import("react
|
|
15
|
-
export declare const copy: import("react
|
|
16
|
-
export declare const paste: import("react
|
|
17
|
-
export declare const trash: import("react
|
|
18
|
-
export declare const color: import("react
|
|
19
|
-
export declare const terminal: import("react
|
|
20
|
-
export declare const undo: import("react
|
|
21
|
-
export declare const query: import("react
|
|
22
|
-
export declare const singleBlockIcon: import("react
|
|
23
|
-
export declare const globeIcon: import("react
|
|
24
|
-
export declare const jumpTo: import("react
|
|
1
|
+
export declare const bolt: import("react").JSX.Element;
|
|
2
|
+
export declare const typography: import("react").JSX.Element;
|
|
3
|
+
export declare const ruler: import("react").JSX.Element;
|
|
4
|
+
export declare const appIcon: import("react").JSX.Element;
|
|
5
|
+
export declare const routesIcon: import("react").JSX.Element;
|
|
6
|
+
export declare const blocksIcon: import("react").JSX.Element;
|
|
7
|
+
export declare const structure: import("react").JSX.Element;
|
|
8
|
+
export declare const code: import("react").JSX.Element;
|
|
9
|
+
export declare const share: import("react").JSX.Element;
|
|
10
|
+
export declare const close: import("react").JSX.Element;
|
|
11
|
+
export declare const check: import("react").JSX.Element;
|
|
12
|
+
export declare const checkEmpty: import("react").JSX.Element;
|
|
13
|
+
export declare const checkFilled: import("react").JSX.Element;
|
|
14
|
+
export declare const line: import("react").JSX.Element;
|
|
15
|
+
export declare const copy: import("react").JSX.Element;
|
|
16
|
+
export declare const paste: import("react").JSX.Element;
|
|
17
|
+
export declare const trash: import("react").JSX.Element;
|
|
18
|
+
export declare const color: import("react").JSX.Element;
|
|
19
|
+
export declare const terminal: import("react").JSX.Element;
|
|
20
|
+
export declare const undo: import("react").JSX.Element;
|
|
21
|
+
export declare const query: import("react").JSX.Element;
|
|
22
|
+
export declare const singleBlockIcon: import("react").JSX.Element;
|
|
23
|
+
export declare const globeIcon: import("react").JSX.Element;
|
|
24
|
+
export declare const jumpTo: import("react").JSX.Element;
|
|
25
25
|
//# sourceMappingURL=icons.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"icons.d.ts","sourceRoot":"","sources":["../../../../src/app/lib/devtools/icons.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,IAAI,
|
|
1
|
+
{"version":3,"file":"icons.d.ts","sourceRoot":"","sources":["../../../../src/app/lib/devtools/icons.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,IAAI,6BAShB,CAAA;AAED,eAAO,MAAM,UAAU,6BAItB,CAAA;AAED,eAAO,MAAM,KAAK,6BAKjB,CAAA;AAED,eAAO,MAAM,OAAO,6BAInB,CAAA;AAED,eAAO,MAAM,UAAU,6BAItB,CAAA;AAED,eAAO,MAAM,UAAU,6BAItB,CAAA;AAED,eAAO,MAAM,SAAS,6BAcrB,CAAA;AAED,eAAO,MAAM,IAAI,6BAKhB,CAAA;AAED,eAAO,MAAM,KAAK,6BA0BjB,CAAA;AAED,eAAO,MAAM,KAAK,6BAKjB,CAAA;AAED,eAAO,MAAM,KAAK,6BAKjB,CAAA;AAED,eAAO,MAAM,UAAU,6BAKtB,CAAA;AAED,eAAO,MAAM,WAAW,6BAKvB,CAAA;AAED,eAAO,MAAM,IAAI,6BAkBhB,CAAA;AAED,eAAO,MAAM,IAAI,6BAKhB,CAAA;AAED,eAAO,MAAM,KAAK,6BAKjB,CAAA;AAED,eAAO,MAAM,KAAK,6BAKjB,CAAA;AAED,eAAO,MAAM,KAAK,6BAIjB,CAAA;AAED,eAAO,MAAM,QAAQ,6BAIpB,CAAA;AAED,eAAO,MAAM,IAAI,6BAIhB,CAAA;AAED,eAAO,MAAM,KAAK,6BAIjB,CAAA;AAED,eAAO,MAAM,eAAe,6BAI3B,CAAA;AAED,eAAO,MAAM,SAAS,6BAIrB,CAAA;AAED,eAAO,MAAM,MAAM,6BAIlB,CAAA"}
|
|
@@ -54,28 +54,28 @@ export type UseMutationFunction<TData, TArgs> = ((options?: Omit<UseMutationOpti
|
|
|
54
54
|
}) => Promise<TData>;
|
|
55
55
|
};
|
|
56
56
|
export declare function createUseMutation<TData extends any, TArgs extends MaybeVars>(init: CreateUseQueryOptions): UseMutationFunction<TData, TArgs>;
|
|
57
|
-
type RPCQueryName = RPCRouter["queries"]["key"];
|
|
58
|
-
type RPCQueryResult<T> = Extract<RPCRouter["queries"], {
|
|
57
|
+
export type RPCQueryName = RPCRouter["queries"]["key"];
|
|
58
|
+
export type RPCQueryResult<T extends RPCQueryName> = Extract<RPCRouter["queries"], {
|
|
59
59
|
key: T;
|
|
60
60
|
}>["output"];
|
|
61
|
-
type RPCQueryInput<T> = OptionalMaybes<Extract<RPCRouter["queries"], {
|
|
61
|
+
export type RPCQueryInput<T extends RPCQueryName> = OptionalMaybes<Extract<RPCRouter["queries"], {
|
|
62
62
|
key: T;
|
|
63
63
|
}>["input"]>;
|
|
64
|
-
type RPCQueryError<T> = TRPCClientError<Extract<RPCRouter["queries"], {
|
|
64
|
+
export type RPCQueryError<T extends RPCQueryName> = TRPCClientError<Extract<RPCRouter["queries"], {
|
|
65
65
|
key: T;
|
|
66
66
|
}>["procedure"]>;
|
|
67
67
|
export type RPCQueryOptions<TName extends RPCQueryName> = Omit<UndefinedInitialDataOptions<RPCQueryResult<TName>, RPCQueryError<TName>, RPCQueryResult<TName>>, "queryKey" | "queryFn"> & {
|
|
68
68
|
headers?: Record<string, string>;
|
|
69
69
|
};
|
|
70
70
|
export declare function useRPCQuery<TName extends RPCQueryName>(key: TName, ...[args, options]: RPCQueryInput<TName> extends void ? [args?: RPCQueryInput<TName>, options?: RPCQueryOptions<TName>] : [args: RPCQueryInput<TName>, options?: RPCQueryOptions<TName>]): UseQueryResult<RPCQueryResult<TName>, RPCQueryError<TName>>;
|
|
71
|
-
type RPCMutationName = RPCRouter["mutations"]["key"];
|
|
72
|
-
type RPCMutationResult<T> = Extract<RPCRouter["mutations"], {
|
|
71
|
+
export type RPCMutationName = RPCRouter["mutations"]["key"];
|
|
72
|
+
export type RPCMutationResult<T extends RPCMutationName> = Extract<RPCRouter["mutations"], {
|
|
73
73
|
key: T;
|
|
74
74
|
}>["output"];
|
|
75
|
-
type RPCMutationInput<T> = Extract<RPCRouter["mutations"], {
|
|
75
|
+
export type RPCMutationInput<T extends RPCMutationName> = Extract<RPCRouter["mutations"], {
|
|
76
76
|
key: T;
|
|
77
77
|
}>["input"];
|
|
78
|
-
type RPCMutationError<T> = TRPCClientError<Extract<RPCRouter["mutations"], {
|
|
78
|
+
export type RPCMutationError<T extends RPCMutationName> = TRPCClientError<Extract<RPCRouter["mutations"], {
|
|
79
79
|
key: T;
|
|
80
80
|
}>["procedure"]>;
|
|
81
81
|
export declare function useRPCMutation<TName extends RPCMutationName>(key: TName, options?: Omit<UseMutationOptions<RPCMutationResult<TName>, RPCMutationError<TName>, RPCMutationInput<TName>>, "mutationFn"> & {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"query-hooks.d.ts","sourceRoot":"","sources":["../../../../src/app/lib/hooks/query-hooks.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"query-hooks.d.ts","sourceRoot":"","sources":["../../../../src/app/lib/hooks/query-hooks.ts"],"names":[],"mappings":"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"}
|
|
@@ -221,8 +221,9 @@ export function createUseMutation(init) {
|
|
|
221
221
|
return hook;
|
|
222
222
|
}
|
|
223
223
|
export function useRPCQuery(key, ...[args, options]) {
|
|
224
|
+
const customKey = apiConfig.customRPCQueryKey;
|
|
224
225
|
return useQuery({
|
|
225
|
-
queryKey: ["rpcQuery", key, args, options?.headers],
|
|
226
|
+
queryKey: ["rpcQuery", key, args, options?.headers, customKey],
|
|
226
227
|
queryFn: async (args) => {
|
|
227
228
|
return getRPCClient().query(key, args.queryKey[2]);
|
|
228
229
|
},
|
|
@@ -8,28 +8,28 @@ declare const FORM_COMPONENTS: {
|
|
|
8
8
|
children: ReactNode;
|
|
9
9
|
layout: GFLayoutType;
|
|
10
10
|
state: GravityFormState;
|
|
11
|
-
}): import("react
|
|
12
|
-
Input(props: ComponentProps<"input">): import("react
|
|
11
|
+
}): import("react").JSX.Element;
|
|
12
|
+
Input(props: ComponentProps<"input">): import("react").JSX.Element;
|
|
13
13
|
Select({ choices, ...props }: Omit<ComponentProps<"select">, "children"> & {
|
|
14
14
|
choices: {
|
|
15
15
|
value: string;
|
|
16
16
|
text: string;
|
|
17
17
|
}[];
|
|
18
18
|
placeholder?: string;
|
|
19
|
-
}): import("react
|
|
19
|
+
}): import("react").JSX.Element;
|
|
20
20
|
Success(props: {
|
|
21
21
|
message: string;
|
|
22
22
|
state: GravityFormState;
|
|
23
|
-
}): import("react
|
|
23
|
+
}): import("react").JSX.Element;
|
|
24
24
|
LayoutStack(props: {
|
|
25
25
|
children: ReactNode;
|
|
26
|
-
}): import("react
|
|
26
|
+
}): import("react").JSX.Element;
|
|
27
27
|
LayoutRow(props: {
|
|
28
28
|
fields: {
|
|
29
29
|
field: GravityFormsFieldState;
|
|
30
30
|
children: ReactNode;
|
|
31
31
|
}[];
|
|
32
|
-
}): import("react
|
|
32
|
+
}): import("react").JSX.Element;
|
|
33
33
|
FieldWrapper(props: {
|
|
34
34
|
field: GravityFormsFieldState;
|
|
35
35
|
showLabel: boolean;
|
|
@@ -40,42 +40,42 @@ declare const FORM_COMPONENTS: {
|
|
|
40
40
|
labelElement: ReactNode;
|
|
41
41
|
descriptionElement?: ReactNode;
|
|
42
42
|
children: ReactNode;
|
|
43
|
-
}): import("react
|
|
43
|
+
}): import("react").JSX.Element;
|
|
44
44
|
FieldLabel(props: {
|
|
45
45
|
label: string;
|
|
46
46
|
isRequired: boolean;
|
|
47
47
|
htmlFor?: string;
|
|
48
|
-
}): import("react
|
|
48
|
+
}): import("react").JSX.Element;
|
|
49
49
|
SubFieldRow(props: {
|
|
50
50
|
children: ReactNode;
|
|
51
51
|
basis?: number;
|
|
52
|
-
}): import("react
|
|
52
|
+
}): import("react").JSX.Element | null;
|
|
53
53
|
SubFieldStack(props: {
|
|
54
54
|
children: ReactNode;
|
|
55
|
-
}): import("react
|
|
55
|
+
}): import("react").JSX.Element;
|
|
56
56
|
SubFieldWrapper(props: {
|
|
57
57
|
label?: string;
|
|
58
58
|
children: ReactNode;
|
|
59
59
|
className?: string;
|
|
60
60
|
labelId?: string;
|
|
61
61
|
isRequired?: boolean;
|
|
62
|
-
}): import("react
|
|
62
|
+
}): import("react").JSX.Element;
|
|
63
63
|
FieldDescription(props: {
|
|
64
64
|
description: string;
|
|
65
|
-
}): false | import("react
|
|
65
|
+
}): false | import("react").JSX.Element;
|
|
66
66
|
FieldError(props: {
|
|
67
67
|
error: string;
|
|
68
|
-
}): false | import("react
|
|
68
|
+
}): false | import("react").JSX.Element;
|
|
69
69
|
Heading(props: {
|
|
70
70
|
text: string;
|
|
71
71
|
className?: string;
|
|
72
|
-
}): import("react
|
|
72
|
+
}): import("react").JSX.Element;
|
|
73
73
|
SubmitBar(props: {
|
|
74
74
|
label: string;
|
|
75
75
|
submitting: boolean;
|
|
76
76
|
canGoBack: boolean;
|
|
77
77
|
goBack: () => void;
|
|
78
|
-
}): import("react
|
|
78
|
+
}): import("react").JSX.Element;
|
|
79
79
|
};
|
|
80
80
|
export type FormComponents = typeof FORM_COMPONENTS;
|
|
81
81
|
export type FieldComponents = {
|
|
@@ -8,6 +8,6 @@ export declare function getClientRouter(): {
|
|
|
8
8
|
state: RouterAPIState;
|
|
9
9
|
api: RouterAPI;
|
|
10
10
|
} | null;
|
|
11
|
-
export declare function BrowserRouter(props: Props): import("react
|
|
11
|
+
export declare function BrowserRouter(props: Props): import("react").JSX.Element;
|
|
12
12
|
export {};
|
|
13
13
|
//# sourceMappingURL=BrowserRouter.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BrowserRouter.d.ts","sourceRoot":"","sources":["../../../../../src/app/lib/routing/components/BrowserRouter.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,iBAAiB,EAOlB,MAAM,OAAO,CAAA;AAKd,OAAO,EAGL,cAAc,EAId,KAAK,SAAS,EAGf,MAAM,aAAa,CAAA;AAYpB,KAAK,KAAK,GAAG,iBAAiB,CAAC;IAC7B,SAAS,CAAC,EAAE,KAAK,CAAC,gBAAgB,CAAC,SAAS,GAAG,IAAI,CAAC,CAAA;IACpD,OAAO,CAAC,EAAE,MAAM,IAAI,CAAA;CACrB,CAAC,CAAA;AAiFF,wBAAgB,eAAe;WAFJ,cAAc;SAAO,SAAS;SAIxD;AAED,wBAAgB,aAAa,CAAC,KAAK,EAAE,KAAK
|
|
1
|
+
{"version":3,"file":"BrowserRouter.d.ts","sourceRoot":"","sources":["../../../../../src/app/lib/routing/components/BrowserRouter.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,iBAAiB,EAOlB,MAAM,OAAO,CAAA;AAKd,OAAO,EAGL,cAAc,EAId,KAAK,SAAS,EAGf,MAAM,aAAa,CAAA;AAYpB,KAAK,KAAK,GAAG,iBAAiB,CAAC;IAC7B,SAAS,CAAC,EAAE,KAAK,CAAC,gBAAgB,CAAC,SAAS,GAAG,IAAI,CAAC,CAAA;IACpD,OAAO,CAAC,EAAE,MAAM,IAAI,CAAA;CACrB,CAAC,CAAA;AAiFF,wBAAgB,eAAe;WAFJ,cAAc;SAAO,SAAS;SAIxD;AAED,wBAAgB,aAAa,CAAC,KAAK,EAAE,KAAK,+BAsezC"}
|
|
@@ -8,6 +8,6 @@ type Props = PropsWithChildren<{
|
|
|
8
8
|
*
|
|
9
9
|
* The optional 'fallback' prop can be used to show a loading state or placeholder content while the client bundle is loading.
|
|
10
10
|
*/
|
|
11
|
-
export declare function ClientOnly(props: Props): string | number | boolean | Iterable<import("react").ReactNode> | import("react
|
|
11
|
+
export declare function ClientOnly(props: Props): string | number | boolean | Iterable<import("react").ReactNode> | import("react").JSX.Element | null;
|
|
12
12
|
export {};
|
|
13
13
|
//# sourceMappingURL=ClientOnly.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ClientOnly.d.ts","sourceRoot":"","sources":["../../../../../src/app/lib/routing/components/ClientOnly.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAY,iBAAiB,EAAE,MAAM,OAAO,CAAA;AAGnD,KAAK,KAAK,GAAG,iBAAiB,CAAC;IAC7B,qEAAqE;IACrE,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;CAC3B,CAAC,CAAA;AAEF;;;;GAIG;AACH,wBAAgB,UAAU,CAAC,KAAK,EAAE,KAAK,
|
|
1
|
+
{"version":3,"file":"ClientOnly.d.ts","sourceRoot":"","sources":["../../../../../src/app/lib/routing/components/ClientOnly.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAY,iBAAiB,EAAE,MAAM,OAAO,CAAA;AAGnD,KAAK,KAAK,GAAG,iBAAiB,CAAC;IAC7B,qEAAqE;IACrE,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;CAC3B,CAAC,CAAA;AAEF;;;;GAIG;AACH,wBAAgB,UAAU,CAAC,KAAK,EAAE,KAAK,wGAMtC"}
|
|
@@ -5,6 +5,6 @@ type Props<T extends keyof JSX.IntrinsicElements> = {
|
|
|
5
5
|
/**
|
|
6
6
|
* Use this component to wrap any HTML element that contains <a> tags that are not already handled by the router.
|
|
7
7
|
*/
|
|
8
|
-
export declare function NativeLinkHandler<T extends keyof JSX.IntrinsicElements = "div">({ as, ...props }: Props<T>):
|
|
8
|
+
export declare function NativeLinkHandler<T extends keyof JSX.IntrinsicElements = "div">({ as, ...props }: Props<T>): JSX.Element;
|
|
9
9
|
export {};
|
|
10
10
|
//# sourceMappingURL=NativeLinkHandler.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NativeLinkHandler.d.ts","sourceRoot":"","sources":["../../../../../src/app/lib/routing/components/NativeLinkHandler.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAkB,SAAS,EAAE,GAAG,EAAE,MAAM,OAAO,CAAA;AAGtD,KAAK,KAAK,CAAC,CAAC,SAAS,MAAM,GAAG,CAAC,iBAAiB,IAAI;IAClD,EAAE,CAAC,EAAE,CAAC,CAAA;CACP,GAAG,SAAS,CAAC,CAAC,CAAC,CAAA;AAEhB;;GAEG;AACH,wBAAgB,iBAAiB,CAAC,CAAC,SAAS,MAAM,GAAG,CAAC,iBAAiB,GAAG,KAAK,EAAE,EAAE,EAAE,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,CAAC,CAAC,
|
|
1
|
+
{"version":3,"file":"NativeLinkHandler.d.ts","sourceRoot":"","sources":["../../../../../src/app/lib/routing/components/NativeLinkHandler.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAkB,SAAS,EAAE,GAAG,EAAE,MAAM,OAAO,CAAA;AAGtD,KAAK,KAAK,CAAC,CAAC,SAAS,MAAM,GAAG,CAAC,iBAAiB,IAAI;IAClD,EAAE,CAAC,EAAE,CAAC,CAAA;CACP,GAAG,SAAS,CAAC,CAAC,CAAC,CAAA;AAEhB;;GAEG;AACH,wBAAgB,iBAAiB,CAAC,CAAC,SAAS,MAAM,GAAG,CAAC,iBAAiB,GAAG,KAAK,EAAE,EAAE,EAAE,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,CAAC,CAAC,eAqB1G"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { RouteState } from "../types.js";
|
|
2
|
-
export declare const AppRenderer: import("react").MemoExoticComponent<() => import("react
|
|
3
|
-
export declare function MainRoute(): import("react
|
|
2
|
+
export declare const AppRenderer: import("react").MemoExoticComponent<() => import("react").JSX.Element>;
|
|
3
|
+
export declare function MainRoute(): import("react").JSX.Element;
|
|
4
4
|
export declare function RouteDisplay(props: {
|
|
5
5
|
route: RouteState;
|
|
6
|
-
}): import("react
|
|
6
|
+
}): import("react").JSX.Element;
|
|
7
7
|
export declare namespace RouteDisplay {
|
|
8
8
|
var displayName: string;
|
|
9
9
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RouteRenderer.d.ts","sourceRoot":"","sources":["../../../../../src/app/lib/routing/components/RouteRenderer.tsx"],"names":[],"mappings":"AAOA,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAA;AAQxC,eAAO,MAAM,WAAW,
|
|
1
|
+
{"version":3,"file":"RouteRenderer.d.ts","sourceRoot":"","sources":["../../../../../src/app/lib/routing/components/RouteRenderer.tsx"],"names":[],"mappings":"AAOA,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAA;AAQxC,eAAO,MAAM,WAAW,wEAgBtB,CAAA;AAEF,wBAAgB,SAAS,gCAGxB;AAED,wBAAgB,YAAY,CAAC,KAAK,EAAE;IAAE,KAAK,EAAE,UAAU,CAAA;CAAE,+BA2CxD;yBA3Ce,YAAY"}
|
|
@@ -7,6 +7,6 @@ type Props = PropsWithChildren<{
|
|
|
7
7
|
loader: RouteLoader;
|
|
8
8
|
isAI?: boolean;
|
|
9
9
|
}>;
|
|
10
|
-
export declare function SSRRouter(props: Props): import("react
|
|
10
|
+
export declare function SSRRouter(props: Props): import("react").JSX.Element;
|
|
11
11
|
export {};
|
|
12
12
|
//# sourceMappingURL=SSRRouter.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SSRRouter.d.ts","sourceRoot":"","sources":["../../../../../src/app/lib/routing/components/SSRRouter.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAY,MAAM,OAAO,CAAA;AAInD,OAAO,EAAE,WAAW,EAAE,MAAM,cAAc,CAAA;AAC1C,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAA;AAGxC,KAAK,KAAK,GAAG,iBAAiB,CAAC;IAC7B,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,KAAK,EAAE,UAAU,CAAA;IACjB,MAAM,EAAE,WAAW,CAAA;IACnB,IAAI,CAAC,EAAE,OAAO,CAAA;CACf,CAAC,CAAA;AAEF,wBAAgB,SAAS,CAAC,KAAK,EAAE,KAAK
|
|
1
|
+
{"version":3,"file":"SSRRouter.d.ts","sourceRoot":"","sources":["../../../../../src/app/lib/routing/components/SSRRouter.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAY,MAAM,OAAO,CAAA;AAInD,OAAO,EAAE,WAAW,EAAE,MAAM,cAAc,CAAA;AAC1C,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAA;AAGxC,KAAK,KAAK,GAAG,iBAAiB,CAAC;IAC7B,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,KAAK,EAAE,UAAU,CAAA;IACjB,MAAM,EAAE,WAAW,CAAA;IACnB,IAAI,CAAC,EAAE,OAAO,CAAA;CACf,CAAC,CAAA;AAEF,wBAAgB,SAAS,CAAC,KAAK,EAAE,KAAK,+BAiBrC"}
|
|
@@ -17,6 +17,21 @@ export type APIConfigStore = {
|
|
|
17
17
|
* Allows you to hook into the response of a query or mutation.
|
|
18
18
|
*/
|
|
19
19
|
onResponse?: (response: Response, type: "query" | "mutation", queryName: string, queryArgs: any, url: string, opts: RequestInit) => void;
|
|
20
|
+
/**
|
|
21
|
+
* Any value, which will be used as part of the cache key for each RPC query.
|
|
22
|
+
*
|
|
23
|
+
* Changing this value at runtime will invalidate any cached RPC queries, and re-execute them if needed.
|
|
24
|
+
**/
|
|
25
|
+
customRPCQueryKey?: any;
|
|
26
|
+
/**
|
|
27
|
+
* Allows you to override the fetch options used when calling an RPC query or mutation.
|
|
28
|
+
* This can be used for adding things like Authorization headers to every (or certain) requests.
|
|
29
|
+
*/
|
|
30
|
+
customRPCFetchOptions?: (type: "query" | "mutation", queryName: string, url: string, opts: RequestInit) => RequestInit | Promise<RequestInit>;
|
|
31
|
+
/**
|
|
32
|
+
* Allows you to hook into the response of an RPC query or mutation.
|
|
33
|
+
*/
|
|
34
|
+
onRPCResponse?: (response: Response, type: "query" | "mutation", queryName: string, url: string, opts: RequestInit) => void;
|
|
20
35
|
set: (config: Partial<APIConfigStore>) => void;
|
|
21
36
|
/**
|
|
22
37
|
* WordPress API key, for use on the server only
|