@resistdesign/voltra 3.0.0-alpha.3 → 3.0.0-alpha.4

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.
Files changed (225) hide show
  1. package/README.md +75 -0
  2. package/SearchTypes-DjN6YQzE.d.ts +577 -0
  3. package/Types-C7XjUjoF.d.ts +240 -0
  4. package/Validation-CFP59oIP.d.ts +226 -0
  5. package/api/index.d.ts +6 -0
  6. package/api/index.js +7968 -0
  7. package/app/index.d.ts +5 -0
  8. package/app/index.js +810 -0
  9. package/common/Testing/CLI.js +432 -0
  10. package/common/index.d.ts +4 -0
  11. package/common/index.js +1760 -0
  12. package/iac/index.d.ts +2 -0
  13. package/iac/index.js +1661 -0
  14. package/iac/packs/index.d.ts +1 -0
  15. package/iac/packs/index.js +1620 -0
  16. package/index-BkFZlfit.d.ts +112 -0
  17. package/index-C3-iD9Mh.d.ts +690 -0
  18. package/index-DZ2BB4iX.d.ts +5357 -0
  19. package/{src/iac/types/IaCTypes.d.ts → index-DcvJOZ_c.d.ts} +1018 -23
  20. package/index-IokxSNxm.d.ts +745 -0
  21. package/index.d.ts +13 -0
  22. package/index.js +10973 -0
  23. package/package.json +40 -41
  24. package/src/api/DataAccessControl.d.ts +0 -85
  25. package/src/api/DataAccessControl.js +0 -159
  26. package/src/api/ORM/DACUtils.d.ts +0 -60
  27. package/src/api/ORM/DACUtils.js +0 -197
  28. package/src/api/ORM/ListItemUtils.d.ts +0 -7
  29. package/src/api/ORM/ListItemUtils.js +0 -22
  30. package/src/api/ORM/ORMRouteMap.d.ts +0 -19
  31. package/src/api/ORM/ORMRouteMap.js +0 -82
  32. package/src/api/ORM/TypeInfoORMService.d.ts +0 -103
  33. package/src/api/ORM/TypeInfoORMService.js +0 -581
  34. package/src/api/ORM/drivers/DynamoDBDataItemDBDriver/ConfigTypes.d.ts +0 -63
  35. package/src/api/ORM/drivers/DynamoDBDataItemDBDriver/ConfigTypes.js +0 -2
  36. package/src/api/ORM/drivers/DynamoDBDataItemDBDriver.d.ts +0 -36
  37. package/src/api/ORM/drivers/DynamoDBDataItemDBDriver.js +0 -282
  38. package/src/api/ORM/drivers/S3FileItemDBDriver/ConfigTypes.d.ts +0 -90
  39. package/src/api/ORM/drivers/S3FileItemDBDriver/ConfigTypes.js +0 -2
  40. package/src/api/ORM/drivers/S3FileItemDBDriver/S3FileDriver.d.ts +0 -45
  41. package/src/api/ORM/drivers/S3FileItemDBDriver/S3FileDriver.js +0 -127
  42. package/src/api/ORM/drivers/S3FileItemDBDriver.d.ts +0 -44
  43. package/src/api/ORM/drivers/S3FileItemDBDriver.js +0 -182
  44. package/src/api/ORM/drivers/common/SupportedTypeInfoORMDBDrivers.d.ts +0 -12
  45. package/src/api/ORM/drivers/common/SupportedTypeInfoORMDBDrivers.js +0 -20
  46. package/src/api/ORM/drivers/common/Types.d.ts +0 -77
  47. package/src/api/ORM/drivers/common/Types.js +0 -14
  48. package/src/api/ORM/drivers/common/index.d.ts +0 -2
  49. package/src/api/ORM/drivers/common/index.js +0 -18
  50. package/src/api/ORM/drivers/index.d.ts +0 -3
  51. package/src/api/ORM/drivers/index.js +0 -19
  52. package/src/api/ORM/index.d.ts +0 -4
  53. package/src/api/ORM/index.js +0 -43
  54. package/src/api/Router/AWS.d.ts +0 -26
  55. package/src/api/Router/AWS.js +0 -76
  56. package/src/api/Router/Auth.d.ts +0 -2
  57. package/src/api/Router/Auth.js +0 -9
  58. package/src/api/Router/CORS.d.ts +0 -6
  59. package/src/api/Router/CORS.js +0 -27
  60. package/src/api/Router/Types.d.ts +0 -71
  61. package/src/api/Router/Types.js +0 -2
  62. package/src/api/Router/index.d.ts +0 -18
  63. package/src/api/Router/index.js +0 -145
  64. package/src/api/index.d.ts +0 -3
  65. package/src/api/index.js +0 -39
  66. package/src/app/index.d.ts +0 -1
  67. package/src/app/index.js +0 -37
  68. package/src/app/utils/ApplicationState.d.ts +0 -52
  69. package/src/app/utils/ApplicationState.js +0 -86
  70. package/src/app/utils/ApplicationStateLoader.d.ts +0 -46
  71. package/src/app/utils/ApplicationStateLoader.js +0 -57
  72. package/src/app/utils/Controller.d.ts +0 -4
  73. package/src/app/utils/Controller.js +0 -47
  74. package/src/app/utils/Debug.d.ts +0 -4
  75. package/src/app/utils/Debug.js +0 -30
  76. package/src/app/utils/EasyLayout.d.ts +0 -49
  77. package/src/app/utils/EasyLayout.js +0 -122
  78. package/src/app/utils/Route.d.ts +0 -28
  79. package/src/app/utils/Route.js +0 -102
  80. package/src/app/utils/Service.d.ts +0 -12
  81. package/src/app/utils/Service.js +0 -34
  82. package/src/app/utils/TypeInfoORMAPIUtils.d.ts +0 -20
  83. package/src/app/utils/TypeInfoORMAPIUtils.js +0 -62
  84. package/src/app/utils/TypeInfoORMClient.d.ts +0 -24
  85. package/src/app/utils/TypeInfoORMClient.js +0 -69
  86. package/src/app/utils/index.d.ts +0 -8
  87. package/src/app/utils/index.js +0 -24
  88. package/src/common/CommandLine/collectRequiredEnvironmentVariables.d.ts +0 -1
  89. package/src/common/CommandLine/collectRequiredEnvironmentVariables.js +0 -16
  90. package/src/common/HelperTypes.d.ts +0 -3
  91. package/src/common/HelperTypes.js +0 -2
  92. package/src/common/IdGeneration/getSimpleId.d.ts +0 -4
  93. package/src/common/IdGeneration/getSimpleId.js +0 -16
  94. package/src/common/IdGeneration/index.d.ts +0 -1
  95. package/src/common/IdGeneration/index.js +0 -17
  96. package/src/common/ItemRelationshipInfoTypes.d.ts +0 -46
  97. package/src/common/ItemRelationshipInfoTypes.js +0 -20
  98. package/src/common/ItemRelationships/ItemRelationshipValidation.d.ts +0 -10
  99. package/src/common/ItemRelationships/ItemRelationshipValidation.js +0 -43
  100. package/src/common/ItemRelationships/index.d.ts +0 -1
  101. package/src/common/ItemRelationships/index.js +0 -17
  102. package/src/common/Logging/Utils.d.ts +0 -10
  103. package/src/common/Logging/Utils.js +0 -33
  104. package/src/common/Logging/index.d.ts +0 -1
  105. package/src/common/Logging/index.js +0 -17
  106. package/src/common/Routing.d.ts +0 -25
  107. package/src/common/Routing.js +0 -102
  108. package/src/common/SearchTypes.d.ts +0 -98
  109. package/src/common/SearchTypes.js +0 -39
  110. package/src/common/SearchUtils.d.ts +0 -22
  111. package/src/common/SearchUtils.js +0 -134
  112. package/src/common/SearchValidation.d.ts +0 -17
  113. package/src/common/SearchValidation.js +0 -90
  114. package/src/common/Storyboarding/Types.d.ts +0 -25
  115. package/src/common/Storyboarding/Types.js +0 -2
  116. package/src/common/StringTransformers.d.ts +0 -17
  117. package/src/common/StringTransformers.js +0 -36
  118. package/src/common/Testing/CLI.d.ts +0 -2
  119. package/src/common/Testing/CLI.js +0 -56
  120. package/src/common/Testing/Types.d.ts +0 -117
  121. package/src/common/Testing/Types.js +0 -19
  122. package/src/common/Testing/Utils.d.ts +0 -48
  123. package/src/common/Testing/Utils.js +0 -334
  124. package/src/common/Testing/index.d.ts +0 -2
  125. package/src/common/Testing/index.js +0 -18
  126. package/src/common/TypeInfoDataItemUtils.d.ts +0 -10
  127. package/src/common/TypeInfoDataItemUtils.js +0 -55
  128. package/src/common/TypeInfoORM/Types.d.ts +0 -76
  129. package/src/common/TypeInfoORM/Types.js +0 -55
  130. package/src/common/TypeInfoORM/index.d.ts +0 -1
  131. package/src/common/TypeInfoORM/index.js +0 -17
  132. package/src/common/TypeParsing/Constants.d.ts +0 -1
  133. package/src/common/TypeParsing/Constants.js +0 -4
  134. package/src/common/TypeParsing/ParsingUtils/Constants.d.ts +0 -5
  135. package/src/common/TypeParsing/ParsingUtils/Constants.js +0 -8
  136. package/src/common/TypeParsing/ParsingUtils/checkType.d.ts +0 -8
  137. package/src/common/TypeParsing/ParsingUtils/checkType.js +0 -46
  138. package/src/common/TypeParsing/ParsingUtils/checkUnionType.d.ts +0 -6
  139. package/src/common/TypeParsing/ParsingUtils/checkUnionType.js +0 -15
  140. package/src/common/TypeParsing/ParsingUtils/extractCommentTags.d.ts +0 -2
  141. package/src/common/TypeParsing/ParsingUtils/extractCommentTags.js +0 -105
  142. package/src/common/TypeParsing/ParsingUtils/extractLiteralValues.d.ts +0 -6
  143. package/src/common/TypeParsing/ParsingUtils/extractLiteralValues.js +0 -42
  144. package/src/common/TypeParsing/ParsingUtils/extractTypeDetails.d.ts +0 -8
  145. package/src/common/TypeParsing/ParsingUtils/extractTypeDetails.js +0 -14
  146. package/src/common/TypeParsing/ParsingUtils/getPrimaryFieldForTypeInfo.d.ts +0 -5
  147. package/src/common/TypeParsing/ParsingUtils/getPrimaryFieldForTypeInfo.js +0 -27
  148. package/src/common/TypeParsing/ParsingUtils/getTypeInfo.d.ts +0 -3
  149. package/src/common/TypeParsing/ParsingUtils/getTypeInfo.js +0 -27
  150. package/src/common/TypeParsing/ParsingUtils/getTypeInfoField.d.ts +0 -3
  151. package/src/common/TypeParsing/ParsingUtils/getTypeInfoField.js +0 -44
  152. package/src/common/TypeParsing/ParsingUtils/getTypeInfoFromAliasType.d.ts +0 -4
  153. package/src/common/TypeParsing/ParsingUtils/getTypeInfoFromAliasType.js +0 -28
  154. package/src/common/TypeParsing/ParsingUtils/getTypeInfoFromFieldFilter.d.ts +0 -4
  155. package/src/common/TypeParsing/ParsingUtils/getTypeInfoFromFieldFilter.js +0 -105
  156. package/src/common/TypeParsing/ParsingUtils/getTypeInfoFromTypeAlias.d.ts +0 -4
  157. package/src/common/TypeParsing/ParsingUtils/getTypeInfoFromTypeAlias.js +0 -20
  158. package/src/common/TypeParsing/ParsingUtils/getTypeKeyword.d.ts +0 -3
  159. package/src/common/TypeParsing/ParsingUtils/getTypeKeyword.js +0 -17
  160. package/src/common/TypeParsing/ParsingUtils/getUnionOrIntersectionTypeInfo.d.ts +0 -4
  161. package/src/common/TypeParsing/ParsingUtils/getUnionOrIntersectionTypeInfo.js +0 -49
  162. package/src/common/TypeParsing/ParsingUtils/getUnionOrLiteralStringValues.d.ts +0 -2
  163. package/src/common/TypeParsing/ParsingUtils/getUnionOrLiteralStringValues.js +0 -24
  164. package/src/common/TypeParsing/TypeInfo.d.ts +0 -142
  165. package/src/common/TypeParsing/TypeInfo.js +0 -13
  166. package/src/common/TypeParsing/TypeMapping.d.ts +0 -9
  167. package/src/common/TypeParsing/TypeMapping.js +0 -32
  168. package/src/common/TypeParsing/TypeParsing.d.ts +0 -5
  169. package/src/common/TypeParsing/TypeParsing.js +0 -39
  170. package/src/common/TypeParsing/Utils.d.ts +0 -21
  171. package/src/common/TypeParsing/Utils.js +0 -94
  172. package/src/common/TypeParsing/Validation.d.ts +0 -92
  173. package/src/common/TypeParsing/Validation.js +0 -340
  174. package/src/common/TypeParsing/index.d.ts +0 -5
  175. package/src/common/TypeParsing/index.js +0 -44
  176. package/src/common/index.d.ts +0 -11
  177. package/src/common/index.js +0 -47
  178. package/src/iac/SimpleCFT.d.ts +0 -48
  179. package/src/iac/SimpleCFT.js +0 -82
  180. package/src/iac/index.d.ts +0 -9
  181. package/src/iac/index.js +0 -48
  182. package/src/iac/packs/auth/user-management.d.ts +0 -14
  183. package/src/iac/packs/auth/user-management.js +0 -302
  184. package/src/iac/packs/auth.d.ts +0 -19
  185. package/src/iac/packs/auth.js +0 -47
  186. package/src/iac/packs/build/utils.d.ts +0 -100
  187. package/src/iac/packs/build/utils.js +0 -23
  188. package/src/iac/packs/build.d.ts +0 -29
  189. package/src/iac/packs/build.js +0 -217
  190. package/src/iac/packs/cdn.d.ts +0 -12
  191. package/src/iac/packs/cdn.js +0 -126
  192. package/src/iac/packs/cloud-function.d.ts +0 -17
  193. package/src/iac/packs/cloud-function.js +0 -69
  194. package/src/iac/packs/database.d.ts +0 -29
  195. package/src/iac/packs/database.js +0 -27
  196. package/src/iac/packs/dns.d.ts +0 -13
  197. package/src/iac/packs/dns.js +0 -26
  198. package/src/iac/packs/file-storage.d.ts +0 -14
  199. package/src/iac/packs/file-storage.js +0 -71
  200. package/src/iac/packs/gateway.d.ts +0 -27
  201. package/src/iac/packs/gateway.js +0 -342
  202. package/src/iac/packs/index.d.ts +0 -11
  203. package/src/iac/packs/index.js +0 -27
  204. package/src/iac/packs/repo.d.ts +0 -10
  205. package/src/iac/packs/repo.js +0 -34
  206. package/src/iac/packs/ssl-certificate.d.ts +0 -10
  207. package/src/iac/packs/ssl-certificate.js +0 -36
  208. package/src/iac/types/CloudFormationResourceSpecification.d.ts +0 -2
  209. package/src/iac/types/Constants.d.ts +0 -9
  210. package/src/iac/types/Constants.js +0 -20
  211. package/src/iac/types/IaCTypes.js +0 -14
  212. package/src/iac/types/Renderers.d.ts +0 -12
  213. package/src/iac/types/Renderers.js +0 -112
  214. package/src/iac/types/Types.d.ts +0 -37
  215. package/src/iac/types/Types.js +0 -2
  216. package/src/iac/types/Utils.d.ts +0 -2
  217. package/src/iac/types/Utils.js +0 -60
  218. package/src/iac/types/generate.d.ts +0 -1
  219. package/src/iac/types/generate.js +0 -31
  220. package/src/iac/utils/index.d.ts +0 -36
  221. package/src/iac/utils/index.js +0 -105
  222. package/src/iac/utils/patch-utils.d.ts +0 -15
  223. package/src/iac/utils/patch-utils.js +0 -62
  224. package/src/index.d.ts +0 -178
  225. package/src/index.js +0 -214
@@ -0,0 +1,745 @@
1
+ import * as React from 'react';
2
+ import React__default, { PropsWithChildren, FC } from 'react';
3
+ import * as react_jsx_runtime from 'react/jsx-runtime';
4
+ import { T as TypeInfoORMAPI, a as TypeInfoORMServiceError, b as TypeInfoORMAPIRoutePaths, D as DeleteRelationshipResults } from './Types-C7XjUjoF.js';
5
+ import { E as ExpandComplexType, T as TypeInfoDataItem, b as ListItemsConfig, a as ListItemsResults, B as BaseItemRelationshipInfo, L as ListRelationshipsConfig, I as ItemRelationshipInfo } from './SearchTypes-DjN6YQzE.js';
6
+
7
+ /**
8
+ * An object, nested or not, used as the identifier or identifier path for a state value.
9
+ * */
10
+ interface ApplicationStateIdentifier extends Record<string, ApplicationStateIdentifier | {}> {
11
+ }
12
+ /**
13
+ * The stored value type for application state entries.
14
+ * */
15
+ type ApplicationStateValue = any;
16
+ /**
17
+ * Map of state identifiers to a "modified" boolean.
18
+ * */
19
+ type ApplicationStateModificationState = Map<ApplicationStateIdentifier, boolean>;
20
+ /**
21
+ * Map of state identifiers to stored values.
22
+ * */
23
+ type ApplicationState = Map<ApplicationStateIdentifier, ApplicationStateValue>;
24
+ /**
25
+ * Determines the identifier shape for a specific sub-state.
26
+ *
27
+ * @typeParam SpecificType - The identifier shape, if provided.
28
+ * */
29
+ type ApplicationStateIdentifierSubStateType<SpecificType> = SpecificType extends undefined ? ApplicationStateIdentifier : SpecificType extends ApplicationStateIdentifier ? SpecificType : never;
30
+ /**
31
+ * Normalize a sub-state identifier map to an ApplicationStateIdentifier.
32
+ *
33
+ * @param subStateIdMap - Optional sub-state identifier map.
34
+ * @returns The identifier map or an empty identifier object.
35
+ * */
36
+ declare const getApplicationStateIdentifier: <SubStateIdStructure extends ApplicationStateIdentifier>(subStateIdMap?: SubStateIdStructure) => ApplicationStateIdentifierSubStateType<SubStateIdStructure>;
37
+ /**
38
+ * Read the modification status for a specific identifier.
39
+ *
40
+ * @param identifier - The identifier to look up.
41
+ * @param modificationState - The modification map to read from.
42
+ * @returns Whether the identifier is marked as modified.
43
+ * */
44
+ declare const getApplicationStateModified: (identifier: ApplicationStateIdentifier, modificationState: ApplicationStateModificationState) => boolean;
45
+ /**
46
+ * Read the stored value for an identifier.
47
+ *
48
+ * @param identifier - The identifier to look up.
49
+ * @param applicationState - The application state map.
50
+ * @returns The stored value, if any.
51
+ * */
52
+ declare const getApplicationStateValue: (identifier: ApplicationStateIdentifier, applicationState: ApplicationState) => ApplicationStateValue;
53
+ /**
54
+ * Set the modification status for an identifier.
55
+ *
56
+ * @param identifier - The identifier to update.
57
+ * @param value - The new modified flag.
58
+ * @param modificationState - The current modification map.
59
+ * @returns A new modification map with the updated flag.
60
+ * */
61
+ declare const setApplicationStateModified: (identifier: ApplicationStateIdentifier, value: boolean, modificationState: ApplicationState) => ApplicationStateModificationState;
62
+ /**
63
+ * Set the stored value for an identifier.
64
+ *
65
+ * @param identifier - The identifier to update.
66
+ * @param value - The new value to store.
67
+ * @param applicationState - The current application state map.
68
+ * @returns A new application state map with the updated value.
69
+ * */
70
+ declare const setApplicationStateValue: (identifier: ApplicationStateIdentifier, value: ApplicationStateValue, applicationState: ApplicationState) => ApplicationState;
71
+ /**
72
+ * Resolve a structured map of identifiers into their current values.
73
+ *
74
+ * @param idStructure - Map of structure keys to identifiers.
75
+ * @param applicationState - The application state map.
76
+ * @returns An object of the same shape containing resolved values.
77
+ * */
78
+ declare const getApplicationStateValueStructure: <ReturnStructureType extends Record<string, any>>(idStructure: Record<keyof ReturnStructureType, ApplicationStateIdentifier>, applicationState: ApplicationState) => ReturnStructureType;
79
+ /**
80
+ * Context state and updater hooks for application state.
81
+ * */
82
+ type ApplicationStateContextType = {
83
+ /**
84
+ * Map of identifiers to modified flags.
85
+ * */
86
+ modified: ApplicationStateModificationState;
87
+ /**
88
+ * Map of identifiers to stored values.
89
+ * */
90
+ value: ApplicationState;
91
+ /**
92
+ * Replace the current application state map.
93
+ * */
94
+ onChange: (newValue: ApplicationState) => void;
95
+ /**
96
+ * Replace the current modification state map.
97
+ * */
98
+ setModified: (newValue: ApplicationStateModificationState) => void;
99
+ };
100
+ /**
101
+ * React context for application state and modification tracking.
102
+ * */
103
+ declare const ApplicationStateContext: React.Context<ApplicationStateContextType>;
104
+ /**
105
+ * Used to access and update application state values.
106
+ * */
107
+ type ApplicationStateValueController = {
108
+ /**
109
+ * Whether the value is marked as modified.
110
+ * */
111
+ modified: boolean;
112
+ /**
113
+ * The current value for the identifier.
114
+ * */
115
+ value: ApplicationStateValue;
116
+ /**
117
+ * Update the current value.
118
+ *
119
+ * @param value - The new value to store.
120
+ * */
121
+ onChange: (value: ApplicationStateValue) => void;
122
+ /**
123
+ * Update the modified flag.
124
+ *
125
+ * @param value - The new modified flag.
126
+ * */
127
+ setModified: (value: boolean) => void;
128
+ };
129
+ /**
130
+ * Get and set an application state value by identifier.
131
+ *
132
+ * @param identifier - Identifier to read and update.
133
+ * @returns Controller for the identifier value and modified flag.
134
+ * */
135
+ declare const useApplicationStateValue: (identifier: ApplicationStateIdentifier) => ApplicationStateValueController;
136
+ /**
137
+ * A mapped structure of application state value controllers.
138
+ * */
139
+ type ApplicationStateValueStructureController<StructureType extends Record<string, any>> = {
140
+ /**
141
+ * The resolved value structure.
142
+ * */
143
+ valueStructure: StructureType;
144
+ /**
145
+ * Per-field change handlers for the structure.
146
+ * */
147
+ onChangeStructure: Record<keyof StructureType, (newValue: any) => void>;
148
+ };
149
+ /**
150
+ * Use an object that is a collection of application state value controllers.
151
+ *
152
+ * @param idStructure - Map of structure keys to identifiers.
153
+ * @returns Controller with the resolved values and per-field change handlers.
154
+ * */
155
+ declare const useApplicationStateValueStructure: <StructureType extends Record<string, any>>(idStructure: Record<keyof StructureType, ApplicationStateIdentifier>) => ApplicationStateValueStructureController<StructureType>;
156
+ /**
157
+ * Props for ApplicationStateProvider.
158
+ * */
159
+ type ApplicationStateProviderProps = PropsWithChildren<{}>;
160
+ /**
161
+ * Provide a context container for application state.
162
+ *
163
+ * @param children - React children to render in the provider.
164
+ * */
165
+ declare const ApplicationStateProvider: FC<ApplicationStateProviderProps>;
166
+
167
+ /**
168
+ * The HTTP service configuration, including authorization, to be used for a service call.
169
+ * */
170
+ type ServiceConfig = {
171
+ /**
172
+ * URL protocol (http or https).
173
+ * */
174
+ protocol: string;
175
+ /**
176
+ * Service domain or host.
177
+ * */
178
+ domain: string;
179
+ /**
180
+ * Optional port override.
181
+ * */
182
+ port?: number;
183
+ /**
184
+ * Base path to prefix all request paths.
185
+ * */
186
+ basePath?: string;
187
+ /**
188
+ * Bearer token for authorization.
189
+ * */
190
+ authorization?: string;
191
+ };
192
+ /**
193
+ * Build the full URL for a service call from config pieces.
194
+ *
195
+ * @param protocol - URL protocol (http or https).
196
+ * @param domain - Service domain or host.
197
+ * @param basePath - Base path to prefix all requests.
198
+ * @param path - Endpoint path to append.
199
+ * @param port - Optional port override.
200
+ * @returns Fully qualified URL string.
201
+ */
202
+ declare const getFullUrl: (protocol: string, domain: string, basePath?: string, path?: string, port?: number) => string;
203
+ /**
204
+ * Send a POST request to a service endpoint with JSON arguments.
205
+ *
206
+ * @param config - Service configuration for the request.
207
+ * @param path - Endpoint path to call.
208
+ * @param args - JSON-serializable arguments to send.
209
+ * @returns Parsed JSON response.
210
+ */
211
+ declare const sendServiceRequest: (config: ServiceConfig, path?: string, args?: any[]) => Promise<any>;
212
+
213
+ /**
214
+ * @packageDocumentation
215
+ *
216
+ * Loader hook for remote application state values. Calls a service endpoint,
217
+ * tracks loading/error state, and populates ApplicationState via identifiers.
218
+ */
219
+
220
+ /**
221
+ * Access and track the loading of an application state value.
222
+ * */
223
+ type ApplicationStateLoader = {
224
+ /**
225
+ * Whether the current request is in flight.
226
+ * */
227
+ loading: boolean;
228
+ /**
229
+ * The most recent error, if any.
230
+ * */
231
+ latestError: any;
232
+ /**
233
+ * Force a reload by invalidating the internal cache key.
234
+ * */
235
+ invalidate: () => void;
236
+ /**
237
+ * Trigger a remote procedure call with the provided args.
238
+ *
239
+ * @param args - Arguments to send with the request.
240
+ * */
241
+ makeRemoteProcedureCall: (...args: any[]) => Promise<void>;
242
+ };
243
+ /**
244
+ * The service, path and arguments to use for a remote procedure call.
245
+ * */
246
+ type RemoteProcedureCall = {
247
+ /**
248
+ * Configuration for the target service endpoint.
249
+ * */
250
+ serviceConfig: ServiceConfig;
251
+ /**
252
+ * Path to the RPC handler.
253
+ * */
254
+ path: string;
255
+ /**
256
+ * Default args to send when the call auto-runs.
257
+ * */
258
+ args?: any[];
259
+ };
260
+ /**
261
+ * The configuration for an application state loader.
262
+ * */
263
+ type ApplicationStateLoaderConfig = {
264
+ /**
265
+ * Identifier for the value to update in application state.
266
+ * */
267
+ identifier: ApplicationStateIdentifier;
268
+ /**
269
+ * RPC target configuration and arguments.
270
+ * */
271
+ remoteProcedureCall: RemoteProcedureCall;
272
+ /**
273
+ * Clear the application state value on error.
274
+ *
275
+ * @default false
276
+ * */
277
+ resetOnError?: boolean;
278
+ /**
279
+ * Called each time the application state value has been loaded.
280
+ *
281
+ * @param success - Whether the request completed successfully.
282
+ * */
283
+ onLoadComplete?: (success: boolean) => void;
284
+ /**
285
+ * Prevent automatic loading of the application state value and call the `RemoteProcedureCall` manually with `makeRemoteProcedureCall` on the `ApplicationStateLoader`.
286
+ *
287
+ * @default false
288
+ * */
289
+ manual?: boolean;
290
+ };
291
+ /**
292
+ * Load, track and access an application state value.
293
+ *
294
+ * @param config - Loader configuration for state identifier and RPC details.
295
+ * @returns Loader controls and request state.
296
+ * */
297
+ declare const useApplicationStateLoader: (config: ApplicationStateLoaderConfig) => ApplicationStateLoader;
298
+
299
+ /**
300
+ * Safely access and update a value in a parent object by its key.
301
+ *
302
+ * @param parentValue - Parent object or array that owns the value.
303
+ * @param key - Object key or array index to access.
304
+ * @param onParentValueChange - Callback invoked with the updated parent value.
305
+ * @param isArrayIndex - Whether the key refers to an array index.
306
+ * @returns Tuple of current value and change handler.
307
+ * */
308
+ declare const useController: (parentValue: any, key: string | number, onParentValueChange: (value: any) => void, isArrayIndex?: boolean) => any[];
309
+
310
+ /**
311
+ * Compute dependency indexes whose values changed between renders.
312
+ *
313
+ * @param prevDeps - Dependencies from the previous render.
314
+ * @param nextDeps - Dependencies from the current render.
315
+ * @returns Indexes that changed.
316
+ * */
317
+ declare const getChangedDependencyIndexes: (prevDeps: any[], nextDeps: any[]) => number[];
318
+ /**
319
+ * Examines the changes in the dependencies of a hook.
320
+ *
321
+ * @param dependencies - Current dependency array to monitor.
322
+ * */
323
+ declare const useDebugDependencies: (dependencies: any[]) => void;
324
+
325
+ /**
326
+ * @packageDocumentation
327
+ *
328
+ * Helper to define grid layouts with a concise template string and generated
329
+ * area components. Use {@link getEasyLayout} to produce a layout container and
330
+ * area components for each named grid area.
331
+ */
332
+
333
+ /**
334
+ * FC With Children
335
+ * */
336
+ type FCWithChildren = FC<PropsWithChildren>;
337
+ /**
338
+ * Component Map
339
+ * */
340
+ type ComponentMap = Record<string, FCWithChildren>;
341
+ /**
342
+ * Layout Components
343
+ * */
344
+ type LayoutComponents = {
345
+ /**
346
+ * The generated layout container component.
347
+ * */
348
+ layout: FCWithChildren;
349
+ /**
350
+ * Map of PascalCase area components keyed by area name.
351
+ * */
352
+ areas: ComponentMap;
353
+ };
354
+ /**
355
+ * Convert a kebab-cased area name into PascalCase.
356
+ *
357
+ * @param area - Area name from the layout template.
358
+ * @returns PascalCase version of the area name.
359
+ * */
360
+ declare const getPascalCaseAreaName: (area: string) => string;
361
+ /**
362
+ * Parse a layout template string into area names and CSS.
363
+ *
364
+ * @param layout - Raw layout template string.
365
+ * @returns Area names and CSS for the grid template.
366
+ * */
367
+ declare const getEasyLayoutTemplateDetails: (layout?: string) => {
368
+ areasList: string[];
369
+ css: string;
370
+ };
371
+ /**
372
+ * Quickly express advanced, extensible grid layouts with styled-components.
373
+ *
374
+ * @example
375
+ * ```tsx
376
+ * const {
377
+ * layout: Container,
378
+ * areas: {
379
+ * Header,
380
+ * Side,
381
+ * Main,
382
+ * Footer,
383
+ * },
384
+ * } = getEasyLayout(styled.div)`
385
+ * header header header, 1fr
386
+ * side main main, 5fr
387
+ * footer footer footer, 1fr
388
+ * \\ 1fr 1fr 1fr
389
+ * `;
390
+ *
391
+ * const App = () => {
392
+ * return (
393
+ * <Container>
394
+ * <Header>Header Content</Header>
395
+ * <Side>Side Content</Side>
396
+ * <Main>Main Content</Main>
397
+ * <Footer>Footer Content</Footer>
398
+ * </Container>
399
+ * );
400
+ * };
401
+ * ```
402
+ *
403
+ * @param extendFrom - Base component to extend for the layout container.
404
+ * @param areasExtendFrom - Base component to extend for each area component.
405
+ * @returns Tagged template function that builds layout components.
406
+ * */
407
+ declare const getEasyLayout: (extendFrom?: FCWithChildren, areasExtendFrom?: FCWithChildren) => ((layoutTemplate: TemplateStringsArray, ...expressions: any[]) => LayoutComponents);
408
+
409
+ /**
410
+ * Access values for the current Route.
411
+ * */
412
+ type RouteContextType = {
413
+ /**
414
+ * Current window pathname (top-level) or inherited path (nested).
415
+ * */
416
+ currentWindowPath: string;
417
+ /**
418
+ * The parent path for this route level.
419
+ * */
420
+ parentPath: string;
421
+ /**
422
+ * Aggregated route params from parent and current routes.
423
+ * */
424
+ params: Record<string, any>;
425
+ /**
426
+ * Whether this route is the top-level router.
427
+ * */
428
+ isTopLevel: boolean;
429
+ };
430
+ /**
431
+ * React context for route state and parameters.
432
+ */
433
+ declare const RouteContext: React__default.Context<RouteContextType>;
434
+ declare const RouteContextProvider: React__default.Provider<RouteContextType>;
435
+ declare const RouteContextConsumer: React__default.Consumer<RouteContextType>;
436
+ /**
437
+ * Access Route path and parameter information.
438
+ *
439
+ * @returns The current route context.
440
+ * */
441
+ declare const useRouteContext: () => RouteContextType;
442
+ /**
443
+ * Configure the Route.
444
+ * */
445
+ type RouteProps<ParamsType extends Record<string, any>> = {
446
+ /**
447
+ * Route path pattern, using `:` for params.
448
+ * */
449
+ path?: string;
450
+ /**
451
+ * Callback when params update for this route.
452
+ *
453
+ * @param params - Resolved params for this route.
454
+ * */
455
+ onParamsChange?: (params: ParamsType) => void;
456
+ /**
457
+ * Require an exact match for the route path.
458
+ * */
459
+ exact?: boolean;
460
+ };
461
+ /**
462
+ * Organize nested routes with parameters and integrate with the browser history.
463
+ *
464
+ * @typeParam ParamsType - Param shape for this route.
465
+ * @param props - Route props including path, params handler, and children.
466
+ * */
467
+ declare const Route: <ParamsType extends Record<string, any>>({ path, onParamsChange, exact, children, }: PropsWithChildren<RouteProps<ParamsType>>) => react_jsx_runtime.JSX.Element | null;
468
+
469
+ /**
470
+ * @packageDocumentation
471
+ *
472
+ * Hook utilities that wrap a {@link TypeInfoORMAPI} with request state tracking.
473
+ * Each method returns a request id and updates loading/data/error state per method.
474
+ */
475
+
476
+ /**
477
+ * Sync request handler that returns a request id.
478
+ *
479
+ * @param args - Arguments for the API method.
480
+ * @returns Request id for tracking.
481
+ * */
482
+ type SyncRequestHandler<ArgsType extends any[]> = (...args: ArgsType) => string;
483
+ /**
484
+ * Synchronous wrapper API that returns a request id for each method.
485
+ * */
486
+ type TypeInfoORMServiceAPI = ExpandComplexType<{
487
+ [K in keyof TypeInfoORMAPI]: TypeInfoORMAPI[K] extends (...args: infer A) => Promise<any> ? SyncRequestHandler<A> : TypeInfoORMAPI[K];
488
+ }>;
489
+ /**
490
+ * Request state for a single TypeInfoORM API method.
491
+ * */
492
+ type BaseTypeInfoORMAPIRequestState = {
493
+ /**
494
+ * Whether the request is currently loading.
495
+ * */
496
+ loading?: boolean;
497
+ /**
498
+ * Latest successful response data.
499
+ * */
500
+ data?: any;
501
+ /**
502
+ * Latest request error.
503
+ * */
504
+ error?: TypeInfoORMServiceError;
505
+ };
506
+ /**
507
+ * Request state plus tracking of active request ids.
508
+ * */
509
+ type TypeInfoORMAPIRequestState = ExpandComplexType<BaseTypeInfoORMAPIRequestState & {
510
+ /**
511
+ * Active request ids for this method.
512
+ * */
513
+ activeRequests?: string[];
514
+ }>;
515
+ type RequestStateChangeHandler = (methodName: keyof TypeInfoORMAPI, requestId: string, requestState: BaseTypeInfoORMAPIRequestState) => void;
516
+ /**
517
+ * Request state keyed by TypeInfoORM API method.
518
+ */
519
+ type TypeInfoORMAPIState = Partial<Record<keyof TypeInfoORMAPI, TypeInfoORMAPIRequestState>>;
520
+ /**
521
+ * Hook return shape for request state and wrapped API.
522
+ * */
523
+ type TypeInfoORMAPIController = {
524
+ /**
525
+ * Request state keyed by method name.
526
+ * */
527
+ state: TypeInfoORMAPIState;
528
+ /**
529
+ * Wrapped API that returns request ids.
530
+ * */
531
+ api: TypeInfoORMServiceAPI;
532
+ };
533
+ /**
534
+ * Execute a request and emit request state changes.
535
+ *
536
+ * @param requestId - Unique id for this request.
537
+ * @param args - Arguments to pass to the API method.
538
+ * @param typeInfoORMAPI - API instance to call.
539
+ * @param methodName - Method name to invoke.
540
+ * @param onRequestStateChange - Handler for request state updates.
541
+ * @returns Promise resolved when request state is updated.
542
+ * */
543
+ declare const handleRequest: (requestId: string, args: any[], typeInfoORMAPI: TypeInfoORMAPI, methodName: keyof TypeInfoORMAPI, onRequestStateChange: RequestStateChangeHandler) => Promise<void>;
544
+ /**
545
+ * Create a sync handler that dispatches async requests.
546
+ *
547
+ * @param typeInfoORMAPI - API instance to call.
548
+ * @param methodName - Method name to invoke.
549
+ * @param onRequestStateChange - Handler for request state updates.
550
+ * @returns Sync handler that returns a request id.
551
+ * */
552
+ declare const requestHandlerFactory: (typeInfoORMAPI: TypeInfoORMAPI, methodName: keyof TypeInfoORMAPI, onRequestStateChange: RequestStateChangeHandler) => SyncRequestHandler<any>;
553
+ /**
554
+ * Wrap a TypeInfoORM API instance with request tracking state.
555
+ *
556
+ * @param typeInfoORMAPI - API instance to wrap.
557
+ * @returns Controller with request state and wrapped API methods.
558
+ * */
559
+ declare const useTypeInfoORMAPI: (typeInfoORMAPI: TypeInfoORMAPI) => TypeInfoORMAPIController;
560
+
561
+ /**
562
+ * @packageDocumentation
563
+ *
564
+ * Client wrapper around the TypeInfoORM API RouteMap. Uses ServiceConfig to
565
+ * route requests to the server-side TypeInfoORM routes.
566
+ */
567
+
568
+ /**
569
+ * A client for a TypeInfoORM API or service.
570
+ *
571
+ * @param config - The configuration pointing to the Type Info ORM `RouteMap`.
572
+ * */
573
+ declare class TypeInfoORMClient implements TypeInfoORMAPI {
574
+ private config;
575
+ /**
576
+ * Create a client for TypeInfoORM routes.
577
+ *
578
+ * @param config - Service configuration for the API routes.
579
+ */
580
+ constructor(config: ServiceConfig);
581
+ /**
582
+ * Dispatch a request to the configured service.
583
+ *
584
+ * @param path - Route path for the ORM method.
585
+ * @param args - Arguments to send in the request body.
586
+ * @returns Parsed response payload.
587
+ */
588
+ protected makeRequest: (path: TypeInfoORMAPIRoutePaths, args: any[]) => Promise<any>;
589
+ /**
590
+ * Create an item of the provided type.
591
+ *
592
+ * @param typeName - TypeInfo type name.
593
+ * @param item - Item payload to persist.
594
+ * @returns The created item result.
595
+ */
596
+ create: (typeName: string, item: TypeInfoDataItem) => Promise<any>;
597
+ /**
598
+ * Read an item by its primary field value.
599
+ *
600
+ * @param typeName - TypeInfo type name.
601
+ * @param primaryFieldValue - Primary field value to lookup.
602
+ * @returns The retrieved item, if found.
603
+ */
604
+ read: (typeName: string, primaryFieldValue: any) => Promise<TypeInfoDataItem>;
605
+ /**
606
+ * Update an item by replacing it with the provided payload.
607
+ *
608
+ * @param typeName - TypeInfo type name.
609
+ * @param item - Updated item payload.
610
+ * @returns Whether the update succeeded.
611
+ */
612
+ update: (typeName: string, item: TypeInfoDataItem) => Promise<boolean>;
613
+ /**
614
+ * Delete an item by its primary field value.
615
+ *
616
+ * @param typeName - TypeInfo type name.
617
+ * @param primaryFieldValue - Primary field value to delete.
618
+ * @returns Whether the delete succeeded.
619
+ */
620
+ delete: (typeName: string, primaryFieldValue: any) => Promise<boolean>;
621
+ /**
622
+ * List items for a given type.
623
+ *
624
+ * @param typeName - TypeInfo type name.
625
+ * @param config - List configuration including filters and paging.
626
+ * @param selectedFields - Optional fields to project.
627
+ * @returns List results for the query.
628
+ */
629
+ list: (typeName: string, config: ListItemsConfig, selectedFields?: (keyof TypeInfoDataItem)[]) => Promise<ListItemsResults<TypeInfoDataItem>>;
630
+ /**
631
+ * Create a relationship between items.
632
+ *
633
+ * @param relationshipItem - Relationship payload.
634
+ * @returns Whether the relationship was created.
635
+ */
636
+ createRelationship: (relationshipItem: BaseItemRelationshipInfo) => Promise<boolean>;
637
+ /**
638
+ * Delete a relationship between items.
639
+ *
640
+ * @param relationshipItem - Relationship payload.
641
+ * @returns Results describing the deletion.
642
+ */
643
+ deleteRelationship: (relationshipItem: BaseItemRelationshipInfo) => Promise<DeleteRelationshipResults>;
644
+ /**
645
+ * List relationship records matching the query.
646
+ *
647
+ * @param config - Relationship list query configuration.
648
+ * @returns Relationship list results.
649
+ */
650
+ listRelationships: (config: ListRelationshipsConfig) => Promise<ListItemsResults<ItemRelationshipInfo>>;
651
+ /**
652
+ * List related items for a relationship query.
653
+ *
654
+ * @param config - Relationship list query configuration.
655
+ * @param selectedFields - Optional fields to project on related items.
656
+ * @returns Related item list results.
657
+ */
658
+ listRelatedItems: (config: ListRelationshipsConfig, selectedFields?: (keyof TypeInfoDataItem)[]) => Promise<ListItemsResults<Partial<TypeInfoDataItem>>>;
659
+ }
660
+
661
+ /**
662
+ * @packageDocumentation
663
+ *
664
+ * Utility exports for app helpers. Import directly or via `app/Utils`:
665
+ * ```ts
666
+ * import { useRouteContext } from "./utils";
667
+ * // or
668
+ * import { Utils } from "../app";
669
+ * const { useRouteContext } = Utils;
670
+ * ```
671
+ */
672
+
673
+ type index$1_ApplicationState = ApplicationState;
674
+ declare const index$1_ApplicationStateContext: typeof ApplicationStateContext;
675
+ type index$1_ApplicationStateContextType = ApplicationStateContextType;
676
+ type index$1_ApplicationStateIdentifier = ApplicationStateIdentifier;
677
+ type index$1_ApplicationStateIdentifierSubStateType<SpecificType> = ApplicationStateIdentifierSubStateType<SpecificType>;
678
+ type index$1_ApplicationStateLoader = ApplicationStateLoader;
679
+ type index$1_ApplicationStateLoaderConfig = ApplicationStateLoaderConfig;
680
+ type index$1_ApplicationStateModificationState = ApplicationStateModificationState;
681
+ declare const index$1_ApplicationStateProvider: typeof ApplicationStateProvider;
682
+ type index$1_ApplicationStateProviderProps = ApplicationStateProviderProps;
683
+ type index$1_ApplicationStateValue = ApplicationStateValue;
684
+ type index$1_ApplicationStateValueController = ApplicationStateValueController;
685
+ type index$1_ApplicationStateValueStructureController<StructureType extends Record<string, any>> = ApplicationStateValueStructureController<StructureType>;
686
+ type index$1_BaseTypeInfoORMAPIRequestState = BaseTypeInfoORMAPIRequestState;
687
+ type index$1_ComponentMap = ComponentMap;
688
+ type index$1_FCWithChildren = FCWithChildren;
689
+ type index$1_LayoutComponents = LayoutComponents;
690
+ type index$1_RemoteProcedureCall = RemoteProcedureCall;
691
+ declare const index$1_Route: typeof Route;
692
+ declare const index$1_RouteContext: typeof RouteContext;
693
+ declare const index$1_RouteContextConsumer: typeof RouteContextConsumer;
694
+ declare const index$1_RouteContextProvider: typeof RouteContextProvider;
695
+ type index$1_RouteContextType = RouteContextType;
696
+ type index$1_RouteProps<ParamsType extends Record<string, any>> = RouteProps<ParamsType>;
697
+ type index$1_ServiceConfig = ServiceConfig;
698
+ type index$1_SyncRequestHandler<ArgsType extends any[]> = SyncRequestHandler<ArgsType>;
699
+ type index$1_TypeInfoORMAPIController = TypeInfoORMAPIController;
700
+ type index$1_TypeInfoORMAPIRequestState = TypeInfoORMAPIRequestState;
701
+ type index$1_TypeInfoORMAPIState = TypeInfoORMAPIState;
702
+ type index$1_TypeInfoORMClient = TypeInfoORMClient;
703
+ declare const index$1_TypeInfoORMClient: typeof TypeInfoORMClient;
704
+ type index$1_TypeInfoORMServiceAPI = TypeInfoORMServiceAPI;
705
+ declare const index$1_getApplicationStateIdentifier: typeof getApplicationStateIdentifier;
706
+ declare const index$1_getApplicationStateModified: typeof getApplicationStateModified;
707
+ declare const index$1_getApplicationStateValue: typeof getApplicationStateValue;
708
+ declare const index$1_getApplicationStateValueStructure: typeof getApplicationStateValueStructure;
709
+ declare const index$1_getChangedDependencyIndexes: typeof getChangedDependencyIndexes;
710
+ declare const index$1_getEasyLayout: typeof getEasyLayout;
711
+ declare const index$1_getEasyLayoutTemplateDetails: typeof getEasyLayoutTemplateDetails;
712
+ declare const index$1_getFullUrl: typeof getFullUrl;
713
+ declare const index$1_getPascalCaseAreaName: typeof getPascalCaseAreaName;
714
+ declare const index$1_handleRequest: typeof handleRequest;
715
+ declare const index$1_requestHandlerFactory: typeof requestHandlerFactory;
716
+ declare const index$1_sendServiceRequest: typeof sendServiceRequest;
717
+ declare const index$1_setApplicationStateModified: typeof setApplicationStateModified;
718
+ declare const index$1_setApplicationStateValue: typeof setApplicationStateValue;
719
+ declare const index$1_useApplicationStateLoader: typeof useApplicationStateLoader;
720
+ declare const index$1_useApplicationStateValue: typeof useApplicationStateValue;
721
+ declare const index$1_useApplicationStateValueStructure: typeof useApplicationStateValueStructure;
722
+ declare const index$1_useController: typeof useController;
723
+ declare const index$1_useDebugDependencies: typeof useDebugDependencies;
724
+ declare const index$1_useRouteContext: typeof useRouteContext;
725
+ declare const index$1_useTypeInfoORMAPI: typeof useTypeInfoORMAPI;
726
+ declare namespace index$1 {
727
+ export { type index$1_ApplicationState as ApplicationState, index$1_ApplicationStateContext as ApplicationStateContext, type index$1_ApplicationStateContextType as ApplicationStateContextType, type index$1_ApplicationStateIdentifier as ApplicationStateIdentifier, type index$1_ApplicationStateIdentifierSubStateType as ApplicationStateIdentifierSubStateType, type index$1_ApplicationStateLoader as ApplicationStateLoader, type index$1_ApplicationStateLoaderConfig as ApplicationStateLoaderConfig, type index$1_ApplicationStateModificationState as ApplicationStateModificationState, index$1_ApplicationStateProvider as ApplicationStateProvider, type index$1_ApplicationStateProviderProps as ApplicationStateProviderProps, type index$1_ApplicationStateValue as ApplicationStateValue, type index$1_ApplicationStateValueController as ApplicationStateValueController, type index$1_ApplicationStateValueStructureController as ApplicationStateValueStructureController, type index$1_BaseTypeInfoORMAPIRequestState as BaseTypeInfoORMAPIRequestState, type index$1_ComponentMap as ComponentMap, type index$1_FCWithChildren as FCWithChildren, type index$1_LayoutComponents as LayoutComponents, type index$1_RemoteProcedureCall as RemoteProcedureCall, index$1_Route as Route, index$1_RouteContext as RouteContext, index$1_RouteContextConsumer as RouteContextConsumer, index$1_RouteContextProvider as RouteContextProvider, type index$1_RouteContextType as RouteContextType, type index$1_RouteProps as RouteProps, type index$1_ServiceConfig as ServiceConfig, type index$1_SyncRequestHandler as SyncRequestHandler, type index$1_TypeInfoORMAPIController as TypeInfoORMAPIController, type index$1_TypeInfoORMAPIRequestState as TypeInfoORMAPIRequestState, type index$1_TypeInfoORMAPIState as TypeInfoORMAPIState, index$1_TypeInfoORMClient as TypeInfoORMClient, type index$1_TypeInfoORMServiceAPI as TypeInfoORMServiceAPI, index$1_getApplicationStateIdentifier as getApplicationStateIdentifier, index$1_getApplicationStateModified as getApplicationStateModified, index$1_getApplicationStateValue as getApplicationStateValue, index$1_getApplicationStateValueStructure as getApplicationStateValueStructure, index$1_getChangedDependencyIndexes as getChangedDependencyIndexes, index$1_getEasyLayout as getEasyLayout, index$1_getEasyLayoutTemplateDetails as getEasyLayoutTemplateDetails, index$1_getFullUrl as getFullUrl, index$1_getPascalCaseAreaName as getPascalCaseAreaName, index$1_handleRequest as handleRequest, index$1_requestHandlerFactory as requestHandlerFactory, index$1_sendServiceRequest as sendServiceRequest, index$1_setApplicationStateModified as setApplicationStateModified, index$1_setApplicationStateValue as setApplicationStateValue, index$1_useApplicationStateLoader as useApplicationStateLoader, index$1_useApplicationStateValue as useApplicationStateValue, index$1_useApplicationStateValueStructure as useApplicationStateValueStructure, index$1_useController as useController, index$1_useDebugDependencies as useDebugDependencies, index$1_useRouteContext as useRouteContext, index$1_useTypeInfoORMAPI as useTypeInfoORMAPI };
728
+ }
729
+
730
+ /**
731
+ * @packageDocumentation
732
+ *
733
+ * App-level exports. Import utilities via the `Utils` namespace:
734
+ * ```ts
735
+ * import { Utils } from "./app";
736
+ *
737
+ * const { useApplicationStateValue, useTypeInfoORMAPI } = Utils;
738
+ * ```
739
+ */
740
+
741
+ declare namespace index {
742
+ export { index$1 as Utils };
743
+ }
744
+
745
+ export { index$1 as a, index as i };