@antscorp/antsomi-ui 2.0.103 → 2.0.105

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 (168) hide show
  1. package/es/__mocks__/sql-query.json +56 -0
  2. package/es/assets/css/main.scss +2 -2
  3. package/es/components/atoms/App/App.d.ts +7 -0
  4. package/es/components/atoms/App/App.js +5 -0
  5. package/es/components/atoms/App/index.d.ts +1 -0
  6. package/es/components/atoms/App/index.js +1 -0
  7. package/es/components/atoms/Input/Input.d.ts +11 -17
  8. package/es/components/atoms/Input/Input.js +11 -12
  9. package/es/components/atoms/List/List.d.ts +1 -0
  10. package/es/components/atoms/List/List.js +1 -0
  11. package/es/components/atoms/List/index.d.ts +1 -0
  12. package/es/components/atoms/List/index.js +1 -0
  13. package/es/components/atoms/Scrollbars/Scrollbars.d.ts +3 -4
  14. package/es/components/atoms/Scrollbars/Scrollbars.js +2 -1
  15. package/es/components/atoms/SlideBar/SlideBar.js +1 -1
  16. package/es/components/atoms/Tag/Tag.js +1 -1
  17. package/es/components/atoms/index.d.ts +3 -0
  18. package/es/components/atoms/index.js +2 -0
  19. package/es/components/icons/FeedbackOutlinedIcon.d.ts +3 -0
  20. package/es/components/icons/FeedbackOutlinedIcon.js +7 -0
  21. package/es/components/icons/LazyIcon/LazyIcon.d.ts +5 -0
  22. package/es/components/icons/LazyIcon/LazyIcon.js +5 -0
  23. package/es/components/icons/NavigateBeforeIcon.d.ts +3 -0
  24. package/es/components/icons/NavigateBeforeIcon.js +7 -0
  25. package/es/components/icons/NavigateNextIcon.d.ts +3 -0
  26. package/es/components/icons/NavigateNextIcon.js +7 -0
  27. package/es/components/icons/PenSparkIcon.d.ts +3 -0
  28. package/es/components/icons/PenSparkIcon.js +7 -0
  29. package/es/components/icons/StatusSuccessIcon.d.ts +3 -0
  30. package/es/components/icons/StatusSuccessIcon.js +7 -0
  31. package/es/components/icons/SummarizeIconIcon.d.ts +3 -0
  32. package/es/components/icons/SummarizeIconIcon.js +7 -0
  33. package/es/components/icons/index.d.ts +5 -0
  34. package/es/components/icons/index.js +5 -0
  35. package/es/components/index.scss +1 -0
  36. package/es/components/molecules/AddDynamicContent/AddDynamicContent.d.ts +1 -2
  37. package/es/components/molecules/CalendarSelection/constants.d.ts +1 -1
  38. package/es/components/molecules/CalendarSelection/constants.js +1 -1
  39. package/es/components/molecules/CaptureScreen/CaptureScreen.d.ts +8 -2
  40. package/es/components/molecules/CaptureScreen/CaptureScreen.js +2 -2
  41. package/es/components/molecules/DrawerDetail/DrawerDetail.js +19 -7
  42. package/es/components/molecules/DrawerDetail/types.d.ts +5 -0
  43. package/es/components/molecules/EditingListV2/components/Loadable.d.ts +1 -1
  44. package/es/components/molecules/EditorScript/EditorScript.d.ts +1 -2
  45. package/es/components/molecules/EditorScript/EditorScript.js +5 -1
  46. package/es/components/molecules/FontSizeInput/index.scss +15 -0
  47. package/es/components/molecules/Select/styled.js +1 -1
  48. package/es/components/molecules/SelectAccount/type.d.ts +1 -1
  49. package/es/components/molecules/TagifyInput/utils.style.js +1 -0
  50. package/es/components/molecules/TemplateSaveAs/hooks/useTemplateSave.d.ts +1 -1
  51. package/es/components/organism/AccountProfile/components/AccountSetting/AccountSetting.js +2 -1
  52. package/es/components/organism/AccountProfile/components/AccountSetting/components/LanguageSelector/styles.d.ts +1 -1
  53. package/es/components/organism/AccountProfile/components/AccountSetting/components/LanguageSelector/styles.js +1 -1
  54. package/es/components/organism/ActivityTimeline/__mocks__/event_tracking.json +1290 -0
  55. package/es/components/organism/ActivityTimeline/__mocks__/timeline.json +3059 -0
  56. package/es/components/organism/DataTable/hooks/useDataTableListing/useDataTableListing.js +5 -4
  57. package/es/components/organism/Login/components/LoginWithEmail/styled.js +1 -1
  58. package/es/components/organism/Login/components/SetupGGAuthenticator/styled.js +1 -1
  59. package/es/components/organism/Login/components/SignIn/styled.js +1 -1
  60. package/es/components/organism/Login/components/WidgetLayout/styled.js +1 -1
  61. package/es/components/organism/Login/styled.d.ts +3 -3
  62. package/es/components/organism/Login/styled.js +11 -11
  63. package/es/components/organism/ModifyColumnModal/styled.d.ts +2 -2
  64. package/es/components/organism/PreviewTemplateModal/components/ThumbnailSlider/styled.d.ts +1 -2
  65. package/es/components/organism/PreviewTemplateModal/components/ThumbnailSlider/styled.js +3 -1
  66. package/es/components/organism/SQLGeneration/SQLGeneration.d.ts +3 -0
  67. package/es/components/organism/SQLGeneration/SQLGeneration.js +26 -0
  68. package/es/components/organism/SQLGeneration/components/CheckboxShowDiff.d.ts +2 -0
  69. package/es/components/organism/SQLGeneration/components/CheckboxShowDiff.js +16 -0
  70. package/es/components/organism/SQLGeneration/components/EditTableSourcesDrawer.d.ts +2 -0
  71. package/es/components/organism/SQLGeneration/components/EditTableSourcesDrawer.js +56 -0
  72. package/es/components/organism/SQLGeneration/components/ErrorDisplay.d.ts +21 -0
  73. package/es/components/organism/SQLGeneration/components/ErrorDisplay.js +69 -0
  74. package/es/components/organism/SQLGeneration/components/SQLGenerationActions.d.ts +4 -0
  75. package/es/components/organism/SQLGeneration/components/SQLGenerationActions.js +23 -0
  76. package/es/components/organism/SQLGeneration/components/SQLGenerationCodeBlock.d.ts +2 -0
  77. package/es/components/organism/SQLGeneration/components/SQLGenerationCodeBlock.js +22 -0
  78. package/es/components/organism/SQLGeneration/components/SQLGenerationEditPrompt.d.ts +2 -0
  79. package/es/components/organism/SQLGeneration/components/SQLGenerationEditPrompt.js +66 -0
  80. package/es/components/organism/SQLGeneration/components/SQLGenerationHeader.d.ts +2 -0
  81. package/es/components/organism/SQLGeneration/components/SQLGenerationHeader.js +10 -0
  82. package/es/components/organism/SQLGeneration/components/SQLGenerationModal.d.ts +2 -0
  83. package/es/components/organism/SQLGeneration/components/SQLGenerationModal.js +35 -0
  84. package/es/components/organism/SQLGeneration/components/SQLGenerationPagination.d.ts +4 -0
  85. package/es/components/organism/SQLGeneration/components/SQLGenerationPagination.js +13 -0
  86. package/es/components/organism/SQLGeneration/components/SQLGenerationPrompt.d.ts +2 -0
  87. package/es/components/organism/SQLGeneration/components/SQLGenerationPrompt.js +31 -0
  88. package/es/components/organism/SQLGeneration/components/SQLGenerationPromptDisplay.d.ts +2 -0
  89. package/es/components/organism/SQLGeneration/components/SQLGenerationPromptDisplay.js +15 -0
  90. package/es/components/organism/SQLGeneration/components/SQLGenerationQuerySummary.d.ts +2 -0
  91. package/es/components/organism/SQLGeneration/components/SQLGenerationQuerySummary.js +17 -0
  92. package/es/components/organism/SQLGeneration/components/SQLGenerationRefine.d.ts +1 -0
  93. package/es/components/organism/SQLGeneration/components/SQLGenerationRefine.js +55 -0
  94. package/es/components/organism/SQLGeneration/components/SQLGenerationResult.d.ts +5 -0
  95. package/es/components/organism/SQLGeneration/components/SQLGenerationResult.js +29 -0
  96. package/es/components/organism/SQLGeneration/components/index.d.ts +9 -0
  97. package/es/components/organism/SQLGeneration/components/index.js +9 -0
  98. package/es/components/organism/SQLGeneration/components/styled.d.ts +52 -0
  99. package/es/components/organism/SQLGeneration/components/styled.js +382 -0
  100. package/es/components/organism/SQLGeneration/constants.d.ts +48 -0
  101. package/es/components/organism/SQLGeneration/constants.js +48 -0
  102. package/es/components/organism/SQLGeneration/hooks/index.d.ts +1 -0
  103. package/es/components/organism/SQLGeneration/hooks/index.js +1 -0
  104. package/es/components/organism/SQLGeneration/hooks/useKeyboardNavigation.d.ts +14 -0
  105. package/es/components/organism/SQLGeneration/hooks/useKeyboardNavigation.js +123 -0
  106. package/es/components/organism/SQLGeneration/index.d.ts +10 -0
  107. package/es/components/organism/SQLGeneration/index.js +6 -0
  108. package/es/components/organism/SQLGeneration/index.scss +1 -0
  109. package/es/components/organism/SQLGeneration/integrations/AceEditor/index.d.ts +1 -0
  110. package/es/components/organism/SQLGeneration/integrations/AceEditor/index.js +1 -0
  111. package/es/components/organism/SQLGeneration/integrations/AceEditor/index.scss +4 -0
  112. package/es/components/organism/SQLGeneration/integrations/AceEditor/useAceEditor.d.ts +9 -0
  113. package/es/components/organism/SQLGeneration/integrations/AceEditor/useAceEditor.js +24 -0
  114. package/es/components/organism/SQLGeneration/integrations/AceEditor/useEnhancePlaceholder.d.ts +10 -0
  115. package/es/components/organism/SQLGeneration/integrations/AceEditor/useEnhancePlaceholder.js +172 -0
  116. package/es/components/organism/SQLGeneration/integrations/AceEditor/useInsertQuery.d.ts +8 -0
  117. package/es/components/organism/SQLGeneration/integrations/AceEditor/useInsertQuery.js +21 -0
  118. package/es/components/organism/SQLGeneration/integrations/AntsomiAI/index.d.ts +1 -0
  119. package/es/components/organism/SQLGeneration/integrations/AntsomiAI/index.js +1 -0
  120. package/es/components/organism/SQLGeneration/integrations/AntsomiAI/useAntsomiAI.d.ts +1 -0
  121. package/es/components/organism/SQLGeneration/integrations/AntsomiAI/useAntsomiAI.js +35 -0
  122. package/es/components/organism/SQLGeneration/integrations/AntsomiSqlWS/index.d.ts +1 -0
  123. package/es/components/organism/SQLGeneration/integrations/AntsomiSqlWS/index.js +1 -0
  124. package/es/components/organism/SQLGeneration/integrations/AntsomiSqlWS/useAntsomiSqlWS.d.ts +7 -0
  125. package/es/components/organism/SQLGeneration/integrations/AntsomiSqlWS/useAntsomiSqlWS.js +10 -0
  126. package/es/components/organism/SQLGeneration/selectors.d.ts +857 -0
  127. package/es/components/organism/SQLGeneration/selectors.js +61 -0
  128. package/es/components/organism/SQLGeneration/store/index.d.ts +2 -0
  129. package/es/components/organism/SQLGeneration/store/index.js +1 -0
  130. package/es/components/organism/SQLGeneration/store/provider.d.ts +7 -0
  131. package/es/components/organism/SQLGeneration/store/provider.js +40 -0
  132. package/es/components/organism/SQLGeneration/store/store.d.ts +383 -0
  133. package/es/components/organism/SQLGeneration/store/store.js +309 -0
  134. package/es/components/organism/SQLGeneration/store/types.d.ts +97 -0
  135. package/es/components/organism/SQLGeneration/store/types.js +1 -0
  136. package/es/components/organism/SQLGeneration/types.d.ts +29 -0
  137. package/es/components/organism/SQLGeneration/types.js +1 -0
  138. package/es/components/organism/index.d.ts +1 -0
  139. package/es/components/organism/index.js +1 -0
  140. package/es/components/organism/index.scss +1 -0
  141. package/es/components/template/TemplateListing/hooks/useTemplateListing.d.ts +3 -4
  142. package/es/hooks/index.d.ts +1 -0
  143. package/es/hooks/index.js +1 -0
  144. package/es/hooks/useFocusManagement.d.ts +14 -0
  145. package/es/hooks/useFocusManagement.js +124 -0
  146. package/es/locales/ja/google-sheet.json +2 -2
  147. package/es/providers/ConfigProvider/ConfigProvider.js +4 -1
  148. package/es/providers/ConfigProvider/GlobalStyle.js +153 -46
  149. package/es/queries/AI/index.d.ts +23 -0
  150. package/es/queries/AI/index.js +4 -0
  151. package/es/queries/AI/useSqlGeneration.d.ts +25 -0
  152. package/es/queries/AI/useSqlGeneration.js +13 -0
  153. package/es/queries/TemplateListing/index.d.ts +2 -2
  154. package/es/queries/index.d.ts +1 -0
  155. package/es/queries/index.js +1 -0
  156. package/es/services/AI/index.d.ts +15 -0
  157. package/es/services/AI/index.js +15 -0
  158. package/es/types/auth.d.ts +25 -0
  159. package/es/types/auth.js +1 -0
  160. package/es/types/index.d.ts +1 -0
  161. package/es/types/index.js +1 -0
  162. package/es/utils/common.d.ts +1 -0
  163. package/es/utils/common.js +16 -1
  164. package/es/utils/web.d.ts +16 -3
  165. package/es/utils/web.js +36 -3
  166. package/es/utils/zustand.d.ts +10 -0
  167. package/es/utils/zustand.js +8 -0
  168. package/package.json +16 -11
@@ -0,0 +1,857 @@
1
+ import { SQLGenerationStore } from './store/types';
2
+ export declare const selectTableSources: ((state: import("./store/types").SQLGenerationState & import("./store/types").SQLGenerationActions) => import("./types").TableSource[]) & {
3
+ clearCache: () => void;
4
+ resultsCount: () => number;
5
+ resetResultsCount: () => void;
6
+ } & {
7
+ resultFunc: (resultFuncArgs_0: import("./types").TableSource[]) => import("./types").TableSource[];
8
+ memoizedResultFunc: ((resultFuncArgs_0: import("./types").TableSource[]) => import("./types").TableSource[]) & {
9
+ clearCache: () => void;
10
+ resultsCount: () => number;
11
+ resetResultsCount: () => void;
12
+ };
13
+ lastResult: () => import("./types").TableSource[];
14
+ dependencies: [(state: SQLGenerationStore) => import("./types").TableSource[]];
15
+ recomputations: () => number;
16
+ resetRecomputations: () => void;
17
+ dependencyRecomputations: () => number;
18
+ resetDependencyRecomputations: () => void;
19
+ } & {
20
+ memoize: typeof import("reselect").weakMapMemoize;
21
+ argsMemoize: typeof import("reselect").weakMapMemoize;
22
+ };
23
+ export declare const selectSelctedTableSources: ((state: import("./store/types").SQLGenerationState & import("./store/types").SQLGenerationActions) => import("./types").TableSource[]) & {
24
+ clearCache: () => void;
25
+ resultsCount: () => number;
26
+ resetResultsCount: () => void;
27
+ } & {
28
+ resultFunc: (resultFuncArgs_0: import("./types").TableSource[]) => import("./types").TableSource[];
29
+ memoizedResultFunc: ((resultFuncArgs_0: import("./types").TableSource[]) => import("./types").TableSource[]) & {
30
+ clearCache: () => void;
31
+ resultsCount: () => number;
32
+ resetResultsCount: () => void;
33
+ };
34
+ lastResult: () => import("./types").TableSource[];
35
+ dependencies: [((state: import("./store/types").SQLGenerationState & import("./store/types").SQLGenerationActions) => import("./types").TableSource[]) & {
36
+ clearCache: () => void;
37
+ resultsCount: () => number;
38
+ resetResultsCount: () => void;
39
+ } & {
40
+ resultFunc: (resultFuncArgs_0: import("./types").TableSource[]) => import("./types").TableSource[];
41
+ memoizedResultFunc: ((resultFuncArgs_0: import("./types").TableSource[]) => import("./types").TableSource[]) & {
42
+ clearCache: () => void;
43
+ resultsCount: () => number;
44
+ resetResultsCount: () => void;
45
+ };
46
+ lastResult: () => import("./types").TableSource[];
47
+ dependencies: [(state: SQLGenerationStore) => import("./types").TableSource[]];
48
+ recomputations: () => number;
49
+ resetRecomputations: () => void;
50
+ dependencyRecomputations: () => number;
51
+ resetDependencyRecomputations: () => void;
52
+ } & {
53
+ memoize: typeof import("reselect").weakMapMemoize;
54
+ argsMemoize: typeof import("reselect").weakMapMemoize;
55
+ }];
56
+ recomputations: () => number;
57
+ resetRecomputations: () => void;
58
+ dependencyRecomputations: () => number;
59
+ resetDependencyRecomputations: () => void;
60
+ } & {
61
+ memoize: typeof import("reselect").weakMapMemoize;
62
+ argsMemoize: typeof import("reselect").weakMapMemoize;
63
+ };
64
+ export declare const selectIsEditTableSourcesOpen: (state: SQLGenerationStore) => boolean;
65
+ export declare const selectIsEditingPrompt: (state: SQLGenerationStore) => boolean;
66
+ export declare const selectIsOpen: (state: SQLGenerationStore) => boolean;
67
+ export declare const selectPrompt: (state: SQLGenerationStore) => string;
68
+ export declare const selectError: (state: SQLGenerationStore) => import("./store/types").SQLGenerationError | null;
69
+ export declare const selectGenerateSQLError: (state: SQLGenerationStore) => import("./store/types").SQLGenerationError | null;
70
+ export declare const selectRefineSQLError: (state: SQLGenerationStore) => import("./store/types").SQLGenerationError | null;
71
+ export declare const selectQuerySummaryError: (state: SQLGenerationStore) => import("./store/types").SQLGenerationError | null;
72
+ export declare const selectHasAnyError: ((state: import("./store/types").SQLGenerationState & import("./store/types").SQLGenerationActions) => boolean) & {
73
+ clearCache: () => void;
74
+ resultsCount: () => number;
75
+ resetResultsCount: () => void;
76
+ } & {
77
+ resultFunc: (resultFuncArgs_0: import("./store/types").SQLGenerationError | null, resultFuncArgs_1: import("./store/types").SQLGenerationError | null, resultFuncArgs_2: import("./store/types").SQLGenerationError | null) => boolean;
78
+ memoizedResultFunc: ((resultFuncArgs_0: import("./store/types").SQLGenerationError | null, resultFuncArgs_1: import("./store/types").SQLGenerationError | null, resultFuncArgs_2: import("./store/types").SQLGenerationError | null) => boolean) & {
79
+ clearCache: () => void;
80
+ resultsCount: () => number;
81
+ resetResultsCount: () => void;
82
+ };
83
+ lastResult: () => boolean;
84
+ dependencies: [(state: SQLGenerationStore) => import("./store/types").SQLGenerationError | null, (state: SQLGenerationStore) => import("./store/types").SQLGenerationError | null, (state: SQLGenerationStore) => import("./store/types").SQLGenerationError | null];
85
+ recomputations: () => number;
86
+ resetRecomputations: () => void;
87
+ dependencyRecomputations: () => number;
88
+ resetDependencyRecomputations: () => void;
89
+ } & {
90
+ memoize: typeof import("reselect").weakMapMemoize;
91
+ argsMemoize: typeof import("reselect").weakMapMemoize;
92
+ };
93
+ export declare const selectIsLoading: (state: SQLGenerationStore) => boolean;
94
+ export declare const selectCurrentResultKey: (state: SQLGenerationStore) => string | null;
95
+ export declare const selectResults: (state: SQLGenerationStore) => import("./store/types").SQLResults;
96
+ export declare const selectResultsByKey: (state: SQLGenerationStore) => Record<string, import("./types").SQLGenerationResult>;
97
+ export declare const selectResultsAllKeys: (state: SQLGenerationStore) => string[];
98
+ export declare const selectCurrentResult: ((state: import("./store/types").SQLGenerationState & import("./store/types").SQLGenerationActions) => import("./types").SQLGenerationResult | undefined) & {
99
+ clearCache: () => void;
100
+ resultsCount: () => number;
101
+ resetResultsCount: () => void;
102
+ } & {
103
+ resultFunc: (resultFuncArgs_0: Record<string, import("./types").SQLGenerationResult>, resultFuncArgs_1: string | null) => import("./types").SQLGenerationResult | undefined;
104
+ memoizedResultFunc: ((resultFuncArgs_0: Record<string, import("./types").SQLGenerationResult>, resultFuncArgs_1: string | null) => import("./types").SQLGenerationResult | undefined) & {
105
+ clearCache: () => void;
106
+ resultsCount: () => number;
107
+ resetResultsCount: () => void;
108
+ };
109
+ lastResult: () => import("./types").SQLGenerationResult | undefined;
110
+ dependencies: [(state: SQLGenerationStore) => Record<string, import("./types").SQLGenerationResult>, (state: SQLGenerationStore) => string | null];
111
+ recomputations: () => number;
112
+ resetRecomputations: () => void;
113
+ dependencyRecomputations: () => number;
114
+ resetDependencyRecomputations: () => void;
115
+ } & {
116
+ memoize: typeof import("reselect").weakMapMemoize;
117
+ argsMemoize: typeof import("reselect").weakMapMemoize;
118
+ };
119
+ export declare const selectCurrentResultIndex: ((state: import("./store/types").SQLGenerationState & import("./store/types").SQLGenerationActions) => number) & {
120
+ clearCache: () => void;
121
+ resultsCount: () => number;
122
+ resetResultsCount: () => void;
123
+ } & {
124
+ resultFunc: (resultFuncArgs_0: string | null, resultFuncArgs_1: string[]) => number;
125
+ memoizedResultFunc: ((resultFuncArgs_0: string | null, resultFuncArgs_1: string[]) => number) & {
126
+ clearCache: () => void;
127
+ resultsCount: () => number;
128
+ resetResultsCount: () => void;
129
+ };
130
+ lastResult: () => number;
131
+ dependencies: [(state: SQLGenerationStore) => string | null, (state: SQLGenerationStore) => string[]];
132
+ recomputations: () => number;
133
+ resetRecomputations: () => void;
134
+ dependencyRecomputations: () => number;
135
+ resetDependencyRecomputations: () => void;
136
+ } & {
137
+ memoize: typeof import("reselect").weakMapMemoize;
138
+ argsMemoize: typeof import("reselect").weakMapMemoize;
139
+ };
140
+ export declare const selectIsEmptyResult: ((state: import("./store/types").SQLGenerationState & import("./store/types").SQLGenerationActions) => boolean) & {
141
+ clearCache: () => void;
142
+ resultsCount: () => number;
143
+ resetResultsCount: () => void;
144
+ } & {
145
+ resultFunc: (resultFuncArgs_0: string[]) => boolean;
146
+ memoizedResultFunc: ((resultFuncArgs_0: string[]) => boolean) & {
147
+ clearCache: () => void;
148
+ resultsCount: () => number;
149
+ resetResultsCount: () => void;
150
+ };
151
+ lastResult: () => boolean;
152
+ dependencies: [(state: SQLGenerationStore) => string[]];
153
+ recomputations: () => number;
154
+ resetRecomputations: () => void;
155
+ dependencyRecomputations: () => number;
156
+ resetDependencyRecomputations: () => void;
157
+ } & {
158
+ memoize: typeof import("reselect").weakMapMemoize;
159
+ argsMemoize: typeof import("reselect").weakMapMemoize;
160
+ };
161
+ export declare const selectIsLastResult: ((state: import("./store/types").SQLGenerationState & import("./store/types").SQLGenerationActions) => boolean) & {
162
+ clearCache: () => void;
163
+ resultsCount: () => number;
164
+ resetResultsCount: () => void;
165
+ } & {
166
+ resultFunc: (resultFuncArgs_0: number, resultFuncArgs_1: string[]) => boolean;
167
+ memoizedResultFunc: ((resultFuncArgs_0: number, resultFuncArgs_1: string[]) => boolean) & {
168
+ clearCache: () => void;
169
+ resultsCount: () => number;
170
+ resetResultsCount: () => void;
171
+ };
172
+ lastResult: () => boolean;
173
+ dependencies: [((state: import("./store/types").SQLGenerationState & import("./store/types").SQLGenerationActions) => number) & {
174
+ clearCache: () => void;
175
+ resultsCount: () => number;
176
+ resetResultsCount: () => void;
177
+ } & {
178
+ resultFunc: (resultFuncArgs_0: string | null, resultFuncArgs_1: string[]) => number;
179
+ memoizedResultFunc: ((resultFuncArgs_0: string | null, resultFuncArgs_1: string[]) => number) & {
180
+ clearCache: () => void;
181
+ resultsCount: () => number;
182
+ resetResultsCount: () => void;
183
+ };
184
+ lastResult: () => number;
185
+ dependencies: [(state: SQLGenerationStore) => string | null, (state: SQLGenerationStore) => string[]];
186
+ recomputations: () => number;
187
+ resetRecomputations: () => void;
188
+ dependencyRecomputations: () => number;
189
+ resetDependencyRecomputations: () => void;
190
+ } & {
191
+ memoize: typeof import("reselect").weakMapMemoize;
192
+ argsMemoize: typeof import("reselect").weakMapMemoize;
193
+ }, (state: SQLGenerationStore) => string[]];
194
+ recomputations: () => number;
195
+ resetRecomputations: () => void;
196
+ dependencyRecomputations: () => number;
197
+ resetDependencyRecomputations: () => void;
198
+ } & {
199
+ memoize: typeof import("reselect").weakMapMemoize;
200
+ argsMemoize: typeof import("reselect").weakMapMemoize;
201
+ };
202
+ export declare const selectAllResults: ((state: import("./store/types").SQLGenerationState & import("./store/types").SQLGenerationActions) => import("./types").SQLGenerationResult[]) & {
203
+ clearCache: () => void;
204
+ resultsCount: () => number;
205
+ resetResultsCount: () => void;
206
+ } & {
207
+ resultFunc: (resultFuncArgs_0: Record<string, import("./types").SQLGenerationResult>) => import("./types").SQLGenerationResult[];
208
+ memoizedResultFunc: ((resultFuncArgs_0: Record<string, import("./types").SQLGenerationResult>) => import("./types").SQLGenerationResult[]) & {
209
+ clearCache: () => void;
210
+ resultsCount: () => number;
211
+ resetResultsCount: () => void;
212
+ };
213
+ lastResult: () => import("./types").SQLGenerationResult[];
214
+ dependencies: [(state: SQLGenerationStore) => Record<string, import("./types").SQLGenerationResult>];
215
+ recomputations: () => number;
216
+ resetRecomputations: () => void;
217
+ dependencyRecomputations: () => number;
218
+ resetDependencyRecomputations: () => void;
219
+ } & {
220
+ memoize: typeof import("reselect").weakMapMemoize;
221
+ argsMemoize: typeof import("reselect").weakMapMemoize;
222
+ };
223
+ export declare const selectAllPreviousResultKeys: ((state: import("./store/types").SQLGenerationState & import("./store/types").SQLGenerationActions) => string[]) & {
224
+ clearCache: () => void;
225
+ resultsCount: () => number;
226
+ resetResultsCount: () => void;
227
+ } & {
228
+ resultFunc: (resultFuncArgs_0: number, resultFuncArgs_1: string[]) => string[];
229
+ memoizedResultFunc: ((resultFuncArgs_0: number, resultFuncArgs_1: string[]) => string[]) & {
230
+ clearCache: () => void;
231
+ resultsCount: () => number;
232
+ resetResultsCount: () => void;
233
+ };
234
+ lastResult: () => string[];
235
+ dependencies: [((state: import("./store/types").SQLGenerationState & import("./store/types").SQLGenerationActions) => number) & {
236
+ clearCache: () => void;
237
+ resultsCount: () => number;
238
+ resetResultsCount: () => void;
239
+ } & {
240
+ resultFunc: (resultFuncArgs_0: string | null, resultFuncArgs_1: string[]) => number;
241
+ memoizedResultFunc: ((resultFuncArgs_0: string | null, resultFuncArgs_1: string[]) => number) & {
242
+ clearCache: () => void;
243
+ resultsCount: () => number;
244
+ resetResultsCount: () => void;
245
+ };
246
+ lastResult: () => number;
247
+ dependencies: [(state: SQLGenerationStore) => string | null, (state: SQLGenerationStore) => string[]];
248
+ recomputations: () => number;
249
+ resetRecomputations: () => void;
250
+ dependencyRecomputations: () => number;
251
+ resetDependencyRecomputations: () => void;
252
+ } & {
253
+ memoize: typeof import("reselect").weakMapMemoize;
254
+ argsMemoize: typeof import("reselect").weakMapMemoize;
255
+ }, (state: SQLGenerationStore) => string[]];
256
+ recomputations: () => number;
257
+ resetRecomputations: () => void;
258
+ dependencyRecomputations: () => number;
259
+ resetDependencyRecomputations: () => void;
260
+ } & {
261
+ memoize: typeof import("reselect").weakMapMemoize;
262
+ argsMemoize: typeof import("reselect").weakMapMemoize;
263
+ };
264
+ export declare const selectAllPreviousResults: ((state: import("./store/types").SQLGenerationState & import("./store/types").SQLGenerationActions) => import("./types").SQLGenerationResult[]) & {
265
+ clearCache: () => void;
266
+ resultsCount: () => number;
267
+ resetResultsCount: () => void;
268
+ } & {
269
+ resultFunc: (resultFuncArgs_0: string[], resultFuncArgs_1: Record<string, import("./types").SQLGenerationResult>) => import("./types").SQLGenerationResult[];
270
+ memoizedResultFunc: ((resultFuncArgs_0: string[], resultFuncArgs_1: Record<string, import("./types").SQLGenerationResult>) => import("./types").SQLGenerationResult[]) & {
271
+ clearCache: () => void;
272
+ resultsCount: () => number;
273
+ resetResultsCount: () => void;
274
+ };
275
+ lastResult: () => import("./types").SQLGenerationResult[];
276
+ dependencies: [((state: import("./store/types").SQLGenerationState & import("./store/types").SQLGenerationActions) => string[]) & {
277
+ clearCache: () => void;
278
+ resultsCount: () => number;
279
+ resetResultsCount: () => void;
280
+ } & {
281
+ resultFunc: (resultFuncArgs_0: number, resultFuncArgs_1: string[]) => string[];
282
+ memoizedResultFunc: ((resultFuncArgs_0: number, resultFuncArgs_1: string[]) => string[]) & {
283
+ clearCache: () => void;
284
+ resultsCount: () => number;
285
+ resetResultsCount: () => void;
286
+ };
287
+ lastResult: () => string[];
288
+ dependencies: [((state: import("./store/types").SQLGenerationState & import("./store/types").SQLGenerationActions) => number) & {
289
+ clearCache: () => void;
290
+ resultsCount: () => number;
291
+ resetResultsCount: () => void;
292
+ } & {
293
+ resultFunc: (resultFuncArgs_0: string | null, resultFuncArgs_1: string[]) => number;
294
+ memoizedResultFunc: ((resultFuncArgs_0: string | null, resultFuncArgs_1: string[]) => number) & {
295
+ clearCache: () => void;
296
+ resultsCount: () => number;
297
+ resetResultsCount: () => void;
298
+ };
299
+ lastResult: () => number;
300
+ dependencies: [(state: SQLGenerationStore) => string | null, (state: SQLGenerationStore) => string[]];
301
+ recomputations: () => number;
302
+ resetRecomputations: () => void;
303
+ dependencyRecomputations: () => number;
304
+ resetDependencyRecomputations: () => void;
305
+ } & {
306
+ memoize: typeof import("reselect").weakMapMemoize;
307
+ argsMemoize: typeof import("reselect").weakMapMemoize;
308
+ }, (state: SQLGenerationStore) => string[]];
309
+ recomputations: () => number;
310
+ resetRecomputations: () => void;
311
+ dependencyRecomputations: () => number;
312
+ resetDependencyRecomputations: () => void;
313
+ } & {
314
+ memoize: typeof import("reselect").weakMapMemoize;
315
+ argsMemoize: typeof import("reselect").weakMapMemoize;
316
+ }, (state: SQLGenerationStore) => Record<string, import("./types").SQLGenerationResult>];
317
+ recomputations: () => number;
318
+ resetRecomputations: () => void;
319
+ dependencyRecomputations: () => number;
320
+ resetDependencyRecomputations: () => void;
321
+ } & {
322
+ memoize: typeof import("reselect").weakMapMemoize;
323
+ argsMemoize: typeof import("reselect").weakMapMemoize;
324
+ };
325
+ export declare const selectAllNextResultKeys: ((state: import("./store/types").SQLGenerationState & import("./store/types").SQLGenerationActions) => string[]) & {
326
+ clearCache: () => void;
327
+ resultsCount: () => number;
328
+ resetResultsCount: () => void;
329
+ } & {
330
+ resultFunc: (resultFuncArgs_0: number, resultFuncArgs_1: string[]) => string[];
331
+ memoizedResultFunc: ((resultFuncArgs_0: number, resultFuncArgs_1: string[]) => string[]) & {
332
+ clearCache: () => void;
333
+ resultsCount: () => number;
334
+ resetResultsCount: () => void;
335
+ };
336
+ lastResult: () => string[];
337
+ dependencies: [((state: import("./store/types").SQLGenerationState & import("./store/types").SQLGenerationActions) => number) & {
338
+ clearCache: () => void;
339
+ resultsCount: () => number;
340
+ resetResultsCount: () => void;
341
+ } & {
342
+ resultFunc: (resultFuncArgs_0: string | null, resultFuncArgs_1: string[]) => number;
343
+ memoizedResultFunc: ((resultFuncArgs_0: string | null, resultFuncArgs_1: string[]) => number) & {
344
+ clearCache: () => void;
345
+ resultsCount: () => number;
346
+ resetResultsCount: () => void;
347
+ };
348
+ lastResult: () => number;
349
+ dependencies: [(state: SQLGenerationStore) => string | null, (state: SQLGenerationStore) => string[]];
350
+ recomputations: () => number;
351
+ resetRecomputations: () => void;
352
+ dependencyRecomputations: () => number;
353
+ resetDependencyRecomputations: () => void;
354
+ } & {
355
+ memoize: typeof import("reselect").weakMapMemoize;
356
+ argsMemoize: typeof import("reselect").weakMapMemoize;
357
+ }, (state: SQLGenerationStore) => string[]];
358
+ recomputations: () => number;
359
+ resetRecomputations: () => void;
360
+ dependencyRecomputations: () => number;
361
+ resetDependencyRecomputations: () => void;
362
+ } & {
363
+ memoize: typeof import("reselect").weakMapMemoize;
364
+ argsMemoize: typeof import("reselect").weakMapMemoize;
365
+ };
366
+ export declare const selectAllNextResults: ((state: import("./store/types").SQLGenerationState & import("./store/types").SQLGenerationActions) => import("./types").SQLGenerationResult[]) & {
367
+ clearCache: () => void;
368
+ resultsCount: () => number;
369
+ resetResultsCount: () => void;
370
+ } & {
371
+ resultFunc: (resultFuncArgs_0: string[], resultFuncArgs_1: Record<string, import("./types").SQLGenerationResult>) => import("./types").SQLGenerationResult[];
372
+ memoizedResultFunc: ((resultFuncArgs_0: string[], resultFuncArgs_1: Record<string, import("./types").SQLGenerationResult>) => import("./types").SQLGenerationResult[]) & {
373
+ clearCache: () => void;
374
+ resultsCount: () => number;
375
+ resetResultsCount: () => void;
376
+ };
377
+ lastResult: () => import("./types").SQLGenerationResult[];
378
+ dependencies: [((state: import("./store/types").SQLGenerationState & import("./store/types").SQLGenerationActions) => string[]) & {
379
+ clearCache: () => void;
380
+ resultsCount: () => number;
381
+ resetResultsCount: () => void;
382
+ } & {
383
+ resultFunc: (resultFuncArgs_0: number, resultFuncArgs_1: string[]) => string[];
384
+ memoizedResultFunc: ((resultFuncArgs_0: number, resultFuncArgs_1: string[]) => string[]) & {
385
+ clearCache: () => void;
386
+ resultsCount: () => number;
387
+ resetResultsCount: () => void;
388
+ };
389
+ lastResult: () => string[];
390
+ dependencies: [((state: import("./store/types").SQLGenerationState & import("./store/types").SQLGenerationActions) => number) & {
391
+ clearCache: () => void;
392
+ resultsCount: () => number;
393
+ resetResultsCount: () => void;
394
+ } & {
395
+ resultFunc: (resultFuncArgs_0: string | null, resultFuncArgs_1: string[]) => number;
396
+ memoizedResultFunc: ((resultFuncArgs_0: string | null, resultFuncArgs_1: string[]) => number) & {
397
+ clearCache: () => void;
398
+ resultsCount: () => number;
399
+ resetResultsCount: () => void;
400
+ };
401
+ lastResult: () => number;
402
+ dependencies: [(state: SQLGenerationStore) => string | null, (state: SQLGenerationStore) => string[]];
403
+ recomputations: () => number;
404
+ resetRecomputations: () => void;
405
+ dependencyRecomputations: () => number;
406
+ resetDependencyRecomputations: () => void;
407
+ } & {
408
+ memoize: typeof import("reselect").weakMapMemoize;
409
+ argsMemoize: typeof import("reselect").weakMapMemoize;
410
+ }, (state: SQLGenerationStore) => string[]];
411
+ recomputations: () => number;
412
+ resetRecomputations: () => void;
413
+ dependencyRecomputations: () => number;
414
+ resetDependencyRecomputations: () => void;
415
+ } & {
416
+ memoize: typeof import("reselect").weakMapMemoize;
417
+ argsMemoize: typeof import("reselect").weakMapMemoize;
418
+ }, (state: SQLGenerationStore) => Record<string, import("./types").SQLGenerationResult>];
419
+ recomputations: () => number;
420
+ resetRecomputations: () => void;
421
+ dependencyRecomputations: () => number;
422
+ resetDependencyRecomputations: () => void;
423
+ } & {
424
+ memoize: typeof import("reselect").weakMapMemoize;
425
+ argsMemoize: typeof import("reselect").weakMapMemoize;
426
+ };
427
+ export declare const selectTotalResults: ((state: import("./store/types").SQLGenerationState & import("./store/types").SQLGenerationActions) => number) & {
428
+ clearCache: () => void;
429
+ resultsCount: () => number;
430
+ resetResultsCount: () => void;
431
+ } & {
432
+ resultFunc: (resultFuncArgs_0: string[]) => number;
433
+ memoizedResultFunc: ((resultFuncArgs_0: string[]) => number) & {
434
+ clearCache: () => void;
435
+ resultsCount: () => number;
436
+ resetResultsCount: () => void;
437
+ };
438
+ lastResult: () => number;
439
+ dependencies: [(state: SQLGenerationStore) => string[]];
440
+ recomputations: () => number;
441
+ resetRecomputations: () => void;
442
+ dependencyRecomputations: () => number;
443
+ resetDependencyRecomputations: () => void;
444
+ } & {
445
+ memoize: typeof import("reselect").weakMapMemoize;
446
+ argsMemoize: typeof import("reselect").weakMapMemoize;
447
+ };
448
+ export declare const selectHasResult: ((state: import("./store/types").SQLGenerationState & import("./store/types").SQLGenerationActions) => boolean) & {
449
+ clearCache: () => void;
450
+ resultsCount: () => number;
451
+ resetResultsCount: () => void;
452
+ } & {
453
+ resultFunc: (resultFuncArgs_0: string[], resultFuncArgs_1: import("./types").SQLGenerationResult | undefined) => boolean;
454
+ memoizedResultFunc: ((resultFuncArgs_0: string[], resultFuncArgs_1: import("./types").SQLGenerationResult | undefined) => boolean) & {
455
+ clearCache: () => void;
456
+ resultsCount: () => number;
457
+ resetResultsCount: () => void;
458
+ };
459
+ lastResult: () => boolean;
460
+ dependencies: [(state: SQLGenerationStore) => string[], ((state: import("./store/types").SQLGenerationState & import("./store/types").SQLGenerationActions) => import("./types").SQLGenerationResult | undefined) & {
461
+ clearCache: () => void;
462
+ resultsCount: () => number;
463
+ resetResultsCount: () => void;
464
+ } & {
465
+ resultFunc: (resultFuncArgs_0: Record<string, import("./types").SQLGenerationResult>, resultFuncArgs_1: string | null) => import("./types").SQLGenerationResult | undefined;
466
+ memoizedResultFunc: ((resultFuncArgs_0: Record<string, import("./types").SQLGenerationResult>, resultFuncArgs_1: string | null) => import("./types").SQLGenerationResult | undefined) & {
467
+ clearCache: () => void;
468
+ resultsCount: () => number;
469
+ resetResultsCount: () => void;
470
+ };
471
+ lastResult: () => import("./types").SQLGenerationResult | undefined;
472
+ dependencies: [(state: SQLGenerationStore) => Record<string, import("./types").SQLGenerationResult>, (state: SQLGenerationStore) => string | null];
473
+ recomputations: () => number;
474
+ resetRecomputations: () => void;
475
+ dependencyRecomputations: () => number;
476
+ resetDependencyRecomputations: () => void;
477
+ } & {
478
+ memoize: typeof import("reselect").weakMapMemoize;
479
+ argsMemoize: typeof import("reselect").weakMapMemoize;
480
+ }];
481
+ recomputations: () => number;
482
+ resetRecomputations: () => void;
483
+ dependencyRecomputations: () => number;
484
+ resetDependencyRecomputations: () => void;
485
+ } & {
486
+ memoize: typeof import("reselect").weakMapMemoize;
487
+ argsMemoize: typeof import("reselect").weakMapMemoize;
488
+ };
489
+ export declare const selectCurrentResultSummary: ((state: import("./store/types").SQLGenerationState & import("./store/types").SQLGenerationActions) => string | undefined) & {
490
+ clearCache: () => void;
491
+ resultsCount: () => number;
492
+ resetResultsCount: () => void;
493
+ } & {
494
+ resultFunc: (resultFuncArgs_0: import("./types").SQLGenerationResult | undefined) => string | undefined;
495
+ memoizedResultFunc: ((resultFuncArgs_0: import("./types").SQLGenerationResult | undefined) => string | undefined) & {
496
+ clearCache: () => void;
497
+ resultsCount: () => number;
498
+ resetResultsCount: () => void;
499
+ };
500
+ lastResult: () => string | undefined;
501
+ dependencies: [((state: import("./store/types").SQLGenerationState & import("./store/types").SQLGenerationActions) => import("./types").SQLGenerationResult | undefined) & {
502
+ clearCache: () => void;
503
+ resultsCount: () => number;
504
+ resetResultsCount: () => void;
505
+ } & {
506
+ resultFunc: (resultFuncArgs_0: Record<string, import("./types").SQLGenerationResult>, resultFuncArgs_1: string | null) => import("./types").SQLGenerationResult | undefined;
507
+ memoizedResultFunc: ((resultFuncArgs_0: Record<string, import("./types").SQLGenerationResult>, resultFuncArgs_1: string | null) => import("./types").SQLGenerationResult | undefined) & {
508
+ clearCache: () => void;
509
+ resultsCount: () => number;
510
+ resetResultsCount: () => void;
511
+ };
512
+ lastResult: () => import("./types").SQLGenerationResult | undefined;
513
+ dependencies: [(state: SQLGenerationStore) => Record<string, import("./types").SQLGenerationResult>, (state: SQLGenerationStore) => string | null];
514
+ recomputations: () => number;
515
+ resetRecomputations: () => void;
516
+ dependencyRecomputations: () => number;
517
+ resetDependencyRecomputations: () => void;
518
+ } & {
519
+ memoize: typeof import("reselect").weakMapMemoize;
520
+ argsMemoize: typeof import("reselect").weakMapMemoize;
521
+ }];
522
+ recomputations: () => number;
523
+ resetRecomputations: () => void;
524
+ dependencyRecomputations: () => number;
525
+ resetDependencyRecomputations: () => void;
526
+ } & {
527
+ memoize: typeof import("reselect").weakMapMemoize;
528
+ argsMemoize: typeof import("reselect").weakMapMemoize;
529
+ };
530
+ export declare const selectIsSummaryLoading: ((state: import("./store/types").SQLGenerationState & import("./store/types").SQLGenerationActions) => boolean) & {
531
+ clearCache: () => void;
532
+ resultsCount: () => number;
533
+ resetResultsCount: () => void;
534
+ } & {
535
+ resultFunc: (resultFuncArgs_0: boolean) => boolean;
536
+ memoizedResultFunc: ((resultFuncArgs_0: boolean) => boolean) & {
537
+ clearCache: () => void;
538
+ resultsCount: () => number;
539
+ resetResultsCount: () => void;
540
+ };
541
+ lastResult: () => boolean;
542
+ dependencies: [(state: SQLGenerationStore) => boolean];
543
+ recomputations: () => number;
544
+ resetRecomputations: () => void;
545
+ dependencyRecomputations: () => number;
546
+ resetDependencyRecomputations: () => void;
547
+ } & {
548
+ memoize: typeof import("reselect").weakMapMemoize;
549
+ argsMemoize: typeof import("reselect").weakMapMemoize;
550
+ };
551
+ export declare const selectRefinePrompt: ((state: import("./store/types").SQLGenerationState & import("./store/types").SQLGenerationActions) => string) & {
552
+ clearCache: () => void;
553
+ resultsCount: () => number;
554
+ resetResultsCount: () => void;
555
+ } & {
556
+ resultFunc: (resultFuncArgs_0: string) => string;
557
+ memoizedResultFunc: ((resultFuncArgs_0: string) => string) & {
558
+ clearCache: () => void;
559
+ resultsCount: () => number;
560
+ resetResultsCount: () => void;
561
+ };
562
+ lastResult: () => string;
563
+ dependencies: [(state: SQLGenerationStore) => string];
564
+ recomputations: () => number;
565
+ resetRecomputations: () => void;
566
+ dependencyRecomputations: () => number;
567
+ resetDependencyRecomputations: () => void;
568
+ } & {
569
+ memoize: typeof import("reselect").weakMapMemoize;
570
+ argsMemoize: typeof import("reselect").weakMapMemoize;
571
+ };
572
+ export declare const selectIsRefining: ((state: import("./store/types").SQLGenerationState & import("./store/types").SQLGenerationActions) => boolean) & {
573
+ clearCache: () => void;
574
+ resultsCount: () => number;
575
+ resetResultsCount: () => void;
576
+ } & {
577
+ resultFunc: (resultFuncArgs_0: boolean) => boolean;
578
+ memoizedResultFunc: ((resultFuncArgs_0: boolean) => boolean) & {
579
+ clearCache: () => void;
580
+ resultsCount: () => number;
581
+ resetResultsCount: () => void;
582
+ };
583
+ lastResult: () => boolean;
584
+ dependencies: [(state: SQLGenerationStore) => boolean];
585
+ recomputations: () => number;
586
+ resetRecomputations: () => void;
587
+ dependencyRecomputations: () => number;
588
+ resetDependencyRecomputations: () => void;
589
+ } & {
590
+ memoize: typeof import("reselect").weakMapMemoize;
591
+ argsMemoize: typeof import("reselect").weakMapMemoize;
592
+ };
593
+ export declare const selectResultSettings: ((state: import("./store/types").SQLGenerationState & import("./store/types").SQLGenerationActions) => Record<string, import("./store/types").SQLResultSettings>) & {
594
+ clearCache: () => void;
595
+ resultsCount: () => number;
596
+ resetResultsCount: () => void;
597
+ } & {
598
+ resultFunc: (resultFuncArgs_0: Record<string, import("./store/types").SQLResultSettings>) => Record<string, import("./store/types").SQLResultSettings>;
599
+ memoizedResultFunc: ((resultFuncArgs_0: Record<string, import("./store/types").SQLResultSettings>) => Record<string, import("./store/types").SQLResultSettings>) & {
600
+ clearCache: () => void;
601
+ resultsCount: () => number;
602
+ resetResultsCount: () => void;
603
+ };
604
+ lastResult: () => Record<string, import("./store/types").SQLResultSettings>;
605
+ dependencies: [(state: SQLGenerationStore) => Record<string, import("./store/types").SQLResultSettings>];
606
+ recomputations: () => number;
607
+ resetRecomputations: () => void;
608
+ dependencyRecomputations: () => number;
609
+ resetDependencyRecomputations: () => void;
610
+ } & {
611
+ memoize: typeof import("reselect").weakMapMemoize;
612
+ argsMemoize: typeof import("reselect").weakMapMemoize;
613
+ };
614
+ export declare const selectCurrentResultSettings: ((state: import("./store/types").SQLGenerationState & import("./store/types").SQLGenerationActions) => import("./store/types").SQLResultSettings | undefined) & {
615
+ clearCache: () => void;
616
+ resultsCount: () => number;
617
+ resetResultsCount: () => void;
618
+ } & {
619
+ resultFunc: (resultFuncArgs_0: Record<string, import("./store/types").SQLResultSettings>, resultFuncArgs_1: string | null) => import("./store/types").SQLResultSettings | undefined;
620
+ memoizedResultFunc: ((resultFuncArgs_0: Record<string, import("./store/types").SQLResultSettings>, resultFuncArgs_1: string | null) => import("./store/types").SQLResultSettings | undefined) & {
621
+ clearCache: () => void;
622
+ resultsCount: () => number;
623
+ resetResultsCount: () => void;
624
+ };
625
+ lastResult: () => import("./store/types").SQLResultSettings | undefined;
626
+ dependencies: [((state: import("./store/types").SQLGenerationState & import("./store/types").SQLGenerationActions) => Record<string, import("./store/types").SQLResultSettings>) & {
627
+ clearCache: () => void;
628
+ resultsCount: () => number;
629
+ resetResultsCount: () => void;
630
+ } & {
631
+ resultFunc: (resultFuncArgs_0: Record<string, import("./store/types").SQLResultSettings>) => Record<string, import("./store/types").SQLResultSettings>;
632
+ memoizedResultFunc: ((resultFuncArgs_0: Record<string, import("./store/types").SQLResultSettings>) => Record<string, import("./store/types").SQLResultSettings>) & {
633
+ clearCache: () => void;
634
+ resultsCount: () => number;
635
+ resetResultsCount: () => void;
636
+ };
637
+ lastResult: () => Record<string, import("./store/types").SQLResultSettings>;
638
+ dependencies: [(state: SQLGenerationStore) => Record<string, import("./store/types").SQLResultSettings>];
639
+ recomputations: () => number;
640
+ resetRecomputations: () => void;
641
+ dependencyRecomputations: () => number;
642
+ resetDependencyRecomputations: () => void;
643
+ } & {
644
+ memoize: typeof import("reselect").weakMapMemoize;
645
+ argsMemoize: typeof import("reselect").weakMapMemoize;
646
+ }, (state: SQLGenerationStore) => string | null];
647
+ recomputations: () => number;
648
+ resetRecomputations: () => void;
649
+ dependencyRecomputations: () => number;
650
+ resetDependencyRecomputations: () => void;
651
+ } & {
652
+ memoize: typeof import("reselect").weakMapMemoize;
653
+ argsMemoize: typeof import("reselect").weakMapMemoize;
654
+ };
655
+ export declare const selectCurrentResultShowDiff: ((state: import("./store/types").SQLGenerationState & import("./store/types").SQLGenerationActions) => boolean | undefined) & {
656
+ clearCache: () => void;
657
+ resultsCount: () => number;
658
+ resetResultsCount: () => void;
659
+ } & {
660
+ resultFunc: (resultFuncArgs_0: import("./store/types").SQLResultSettings | undefined) => boolean | undefined;
661
+ memoizedResultFunc: ((resultFuncArgs_0: import("./store/types").SQLResultSettings | undefined) => boolean | undefined) & {
662
+ clearCache: () => void;
663
+ resultsCount: () => number;
664
+ resetResultsCount: () => void;
665
+ };
666
+ lastResult: () => boolean | undefined;
667
+ dependencies: [((state: import("./store/types").SQLGenerationState & import("./store/types").SQLGenerationActions) => import("./store/types").SQLResultSettings | undefined) & {
668
+ clearCache: () => void;
669
+ resultsCount: () => number;
670
+ resetResultsCount: () => void;
671
+ } & {
672
+ resultFunc: (resultFuncArgs_0: Record<string, import("./store/types").SQLResultSettings>, resultFuncArgs_1: string | null) => import("./store/types").SQLResultSettings | undefined;
673
+ memoizedResultFunc: ((resultFuncArgs_0: Record<string, import("./store/types").SQLResultSettings>, resultFuncArgs_1: string | null) => import("./store/types").SQLResultSettings | undefined) & {
674
+ clearCache: () => void;
675
+ resultsCount: () => number;
676
+ resetResultsCount: () => void;
677
+ };
678
+ lastResult: () => import("./store/types").SQLResultSettings | undefined;
679
+ dependencies: [((state: import("./store/types").SQLGenerationState & import("./store/types").SQLGenerationActions) => Record<string, import("./store/types").SQLResultSettings>) & {
680
+ clearCache: () => void;
681
+ resultsCount: () => number;
682
+ resetResultsCount: () => void;
683
+ } & {
684
+ resultFunc: (resultFuncArgs_0: Record<string, import("./store/types").SQLResultSettings>) => Record<string, import("./store/types").SQLResultSettings>;
685
+ memoizedResultFunc: ((resultFuncArgs_0: Record<string, import("./store/types").SQLResultSettings>) => Record<string, import("./store/types").SQLResultSettings>) & {
686
+ clearCache: () => void;
687
+ resultsCount: () => number;
688
+ resetResultsCount: () => void;
689
+ };
690
+ lastResult: () => Record<string, import("./store/types").SQLResultSettings>;
691
+ dependencies: [(state: SQLGenerationStore) => Record<string, import("./store/types").SQLResultSettings>];
692
+ recomputations: () => number;
693
+ resetRecomputations: () => void;
694
+ dependencyRecomputations: () => number;
695
+ resetDependencyRecomputations: () => void;
696
+ } & {
697
+ memoize: typeof import("reselect").weakMapMemoize;
698
+ argsMemoize: typeof import("reselect").weakMapMemoize;
699
+ }, (state: SQLGenerationStore) => string | null];
700
+ recomputations: () => number;
701
+ resetRecomputations: () => void;
702
+ dependencyRecomputations: () => number;
703
+ resetDependencyRecomputations: () => void;
704
+ } & {
705
+ memoize: typeof import("reselect").weakMapMemoize;
706
+ argsMemoize: typeof import("reselect").weakMapMemoize;
707
+ }];
708
+ recomputations: () => number;
709
+ resetRecomputations: () => void;
710
+ dependencyRecomputations: () => number;
711
+ resetDependencyRecomputations: () => void;
712
+ } & {
713
+ memoize: typeof import("reselect").weakMapMemoize;
714
+ argsMemoize: typeof import("reselect").weakMapMemoize;
715
+ };
716
+ export declare const selectPreviousCurrentResult: ((state: import("./store/types").SQLGenerationState & import("./store/types").SQLGenerationActions) => import("./types").SQLGenerationResult | undefined) & {
717
+ clearCache: () => void;
718
+ resultsCount: () => number;
719
+ resetResultsCount: () => void;
720
+ } & {
721
+ resultFunc: (resultFuncArgs_0: import("./types").SQLGenerationResult[]) => import("./types").SQLGenerationResult | undefined;
722
+ memoizedResultFunc: ((resultFuncArgs_0: import("./types").SQLGenerationResult[]) => import("./types").SQLGenerationResult | undefined) & {
723
+ clearCache: () => void;
724
+ resultsCount: () => number;
725
+ resetResultsCount: () => void;
726
+ };
727
+ lastResult: () => import("./types").SQLGenerationResult | undefined;
728
+ dependencies: [((state: import("./store/types").SQLGenerationState & import("./store/types").SQLGenerationActions) => import("./types").SQLGenerationResult[]) & {
729
+ clearCache: () => void;
730
+ resultsCount: () => number;
731
+ resetResultsCount: () => void;
732
+ } & {
733
+ resultFunc: (resultFuncArgs_0: string[], resultFuncArgs_1: Record<string, import("./types").SQLGenerationResult>) => import("./types").SQLGenerationResult[];
734
+ memoizedResultFunc: ((resultFuncArgs_0: string[], resultFuncArgs_1: Record<string, import("./types").SQLGenerationResult>) => import("./types").SQLGenerationResult[]) & {
735
+ clearCache: () => void;
736
+ resultsCount: () => number;
737
+ resetResultsCount: () => void;
738
+ };
739
+ lastResult: () => import("./types").SQLGenerationResult[];
740
+ dependencies: [((state: import("./store/types").SQLGenerationState & import("./store/types").SQLGenerationActions) => string[]) & {
741
+ clearCache: () => void;
742
+ resultsCount: () => number;
743
+ resetResultsCount: () => void;
744
+ } & {
745
+ resultFunc: (resultFuncArgs_0: number, resultFuncArgs_1: string[]) => string[];
746
+ memoizedResultFunc: ((resultFuncArgs_0: number, resultFuncArgs_1: string[]) => string[]) & {
747
+ clearCache: () => void;
748
+ resultsCount: () => number;
749
+ resetResultsCount: () => void;
750
+ };
751
+ lastResult: () => string[];
752
+ dependencies: [((state: import("./store/types").SQLGenerationState & import("./store/types").SQLGenerationActions) => number) & {
753
+ clearCache: () => void;
754
+ resultsCount: () => number;
755
+ resetResultsCount: () => void;
756
+ } & {
757
+ resultFunc: (resultFuncArgs_0: string | null, resultFuncArgs_1: string[]) => number;
758
+ memoizedResultFunc: ((resultFuncArgs_0: string | null, resultFuncArgs_1: string[]) => number) & {
759
+ clearCache: () => void;
760
+ resultsCount: () => number;
761
+ resetResultsCount: () => void;
762
+ };
763
+ lastResult: () => number;
764
+ dependencies: [(state: SQLGenerationStore) => string | null, (state: SQLGenerationStore) => string[]];
765
+ recomputations: () => number;
766
+ resetRecomputations: () => void;
767
+ dependencyRecomputations: () => number;
768
+ resetDependencyRecomputations: () => void;
769
+ } & {
770
+ memoize: typeof import("reselect").weakMapMemoize;
771
+ argsMemoize: typeof import("reselect").weakMapMemoize;
772
+ }, (state: SQLGenerationStore) => string[]];
773
+ recomputations: () => number;
774
+ resetRecomputations: () => void;
775
+ dependencyRecomputations: () => number;
776
+ resetDependencyRecomputations: () => void;
777
+ } & {
778
+ memoize: typeof import("reselect").weakMapMemoize;
779
+ argsMemoize: typeof import("reselect").weakMapMemoize;
780
+ }, (state: SQLGenerationStore) => Record<string, import("./types").SQLGenerationResult>];
781
+ recomputations: () => number;
782
+ resetRecomputations: () => void;
783
+ dependencyRecomputations: () => number;
784
+ resetDependencyRecomputations: () => void;
785
+ } & {
786
+ memoize: typeof import("reselect").weakMapMemoize;
787
+ argsMemoize: typeof import("reselect").weakMapMemoize;
788
+ }];
789
+ recomputations: () => number;
790
+ resetRecomputations: () => void;
791
+ dependencyRecomputations: () => number;
792
+ resetDependencyRecomputations: () => void;
793
+ } & {
794
+ memoize: typeof import("reselect").weakMapMemoize;
795
+ argsMemoize: typeof import("reselect").weakMapMemoize;
796
+ };
797
+ export declare const selectCurrentOperationError: ((state: import("./store/types").SQLGenerationState & import("./store/types").SQLGenerationActions) => import("./store/types").SQLGenerationError | null) & {
798
+ clearCache: () => void;
799
+ resultsCount: () => number;
800
+ resetResultsCount: () => void;
801
+ } & {
802
+ resultFunc: (resultFuncArgs_0: boolean, resultFuncArgs_1: boolean, resultFuncArgs_2: boolean, resultFuncArgs_3: import("./store/types").SQLGenerationError | null, resultFuncArgs_4: import("./store/types").SQLGenerationError | null, resultFuncArgs_5: import("./store/types").SQLGenerationError | null) => import("./store/types").SQLGenerationError | null;
803
+ memoizedResultFunc: ((resultFuncArgs_0: boolean, resultFuncArgs_1: boolean, resultFuncArgs_2: boolean, resultFuncArgs_3: import("./store/types").SQLGenerationError | null, resultFuncArgs_4: import("./store/types").SQLGenerationError | null, resultFuncArgs_5: import("./store/types").SQLGenerationError | null) => import("./store/types").SQLGenerationError | null) & {
804
+ clearCache: () => void;
805
+ resultsCount: () => number;
806
+ resetResultsCount: () => void;
807
+ };
808
+ lastResult: () => import("./store/types").SQLGenerationError | null;
809
+ dependencies: [(state: SQLGenerationStore) => boolean, ((state: import("./store/types").SQLGenerationState & import("./store/types").SQLGenerationActions) => boolean) & {
810
+ clearCache: () => void;
811
+ resultsCount: () => number;
812
+ resetResultsCount: () => void;
813
+ } & {
814
+ resultFunc: (resultFuncArgs_0: boolean) => boolean;
815
+ memoizedResultFunc: ((resultFuncArgs_0: boolean) => boolean) & {
816
+ clearCache: () => void;
817
+ resultsCount: () => number;
818
+ resetResultsCount: () => void;
819
+ };
820
+ lastResult: () => boolean;
821
+ dependencies: [(state: SQLGenerationStore) => boolean];
822
+ recomputations: () => number;
823
+ resetRecomputations: () => void;
824
+ dependencyRecomputations: () => number;
825
+ resetDependencyRecomputations: () => void;
826
+ } & {
827
+ memoize: typeof import("reselect").weakMapMemoize;
828
+ argsMemoize: typeof import("reselect").weakMapMemoize;
829
+ }, ((state: import("./store/types").SQLGenerationState & import("./store/types").SQLGenerationActions) => boolean) & {
830
+ clearCache: () => void;
831
+ resultsCount: () => number;
832
+ resetResultsCount: () => void;
833
+ } & {
834
+ resultFunc: (resultFuncArgs_0: boolean) => boolean;
835
+ memoizedResultFunc: ((resultFuncArgs_0: boolean) => boolean) & {
836
+ clearCache: () => void;
837
+ resultsCount: () => number;
838
+ resetResultsCount: () => void;
839
+ };
840
+ lastResult: () => boolean;
841
+ dependencies: [(state: SQLGenerationStore) => boolean];
842
+ recomputations: () => number;
843
+ resetRecomputations: () => void;
844
+ dependencyRecomputations: () => number;
845
+ resetDependencyRecomputations: () => void;
846
+ } & {
847
+ memoize: typeof import("reselect").weakMapMemoize;
848
+ argsMemoize: typeof import("reselect").weakMapMemoize;
849
+ }, (state: SQLGenerationStore) => import("./store/types").SQLGenerationError | null, (state: SQLGenerationStore) => import("./store/types").SQLGenerationError | null, (state: SQLGenerationStore) => import("./store/types").SQLGenerationError | null];
850
+ recomputations: () => number;
851
+ resetRecomputations: () => void;
852
+ dependencyRecomputations: () => number;
853
+ resetDependencyRecomputations: () => void;
854
+ } & {
855
+ memoize: typeof import("reselect").weakMapMemoize;
856
+ argsMemoize: typeof import("reselect").weakMapMemoize;
857
+ };