@axdspub/axiom-charts 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.dockerignore +4 -0
- package/.eslintrc.json +24 -0
- package/.gitlab-ci.yml +140 -0
- package/.yalc/@axdspub/axiom-ui-data-services/.dockerignore +4 -0
- package/.yalc/@axdspub/axiom-ui-data-services/.eslintrc.json +28 -0
- package/.yalc/@axdspub/axiom-ui-data-services/.gitlab-ci.yml +140 -0
- package/.yalc/@axdspub/axiom-ui-data-services/Dockerfile.storybook +33 -0
- package/.yalc/@axdspub/axiom-ui-data-services/craco.config.cjs +36 -0
- package/.yalc/@axdspub/axiom-ui-data-services/docker/nginx/conf.d/default.conf +46 -0
- package/.yalc/@axdspub/axiom-ui-data-services/docker-compose.yml +18 -0
- package/.yalc/@axdspub/axiom-ui-data-services/library/axiom-ui-data-services.d.ts +313 -0
- package/.yalc/@axdspub/axiom-ui-data-services/library/browser.js +18498 -0
- package/.yalc/@axdspub/axiom-ui-data-services/library/browser.js.map +1 -0
- package/.yalc/@axdspub/axiom-ui-data-services/library/cjs.js +18493 -0
- package/.yalc/@axdspub/axiom-ui-data-services/library/cjs.js.map +1 -0
- package/.yalc/@axdspub/axiom-ui-data-services/library/dist/esm/types/App.d.ts +4 -0
- package/.yalc/@axdspub/axiom-ui-data-services/library/dist/esm/types/App.d.ts.map +1 -0
- package/.yalc/@axdspub/axiom-ui-data-services/library/dist/esm/types/Components/JSON/VanillaJSONEditor.d.ts +8 -0
- package/.yalc/@axdspub/axiom-ui-data-services/library/dist/esm/types/Components/JSON/VanillaJSONEditor.d.ts.map +1 -0
- package/.yalc/@axdspub/axiom-ui-data-services/library/dist/esm/types/DataService.d.ts +34 -0
- package/.yalc/@axdspub/axiom-ui-data-services/library/dist/esm/types/DataService.d.ts.map +1 -0
- package/.yalc/@axdspub/axiom-ui-data-services/library/dist/esm/types/DataService.stories.d.ts +23 -0
- package/.yalc/@axdspub/axiom-ui-data-services/library/dist/esm/types/DataService.stories.d.ts.map +1 -0
- package/.yalc/@axdspub/axiom-ui-data-services/library/dist/esm/types/RequestItem.d.ts +27 -0
- package/.yalc/@axdspub/axiom-ui-data-services/library/dist/esm/types/RequestItem.d.ts.map +1 -0
- package/.yalc/@axdspub/axiom-ui-data-services/library/dist/esm/types/RequestItem.stories.d.ts +19 -0
- package/.yalc/@axdspub/axiom-ui-data-services/library/dist/esm/types/RequestItem.stories.d.ts.map +1 -0
- package/.yalc/@axdspub/axiom-ui-data-services/library/dist/esm/types/Types.d.ts +245 -0
- package/.yalc/@axdspub/axiom-ui-data-services/library/dist/esm/types/Types.d.ts.map +1 -0
- package/.yalc/@axdspub/axiom-ui-data-services/library/dist/esm/types/dataServiceHelpers.d.ts +12 -0
- package/.yalc/@axdspub/axiom-ui-data-services/library/dist/esm/types/dataServiceHelpers.d.ts.map +1 -0
- package/.yalc/@axdspub/axiom-ui-data-services/library/dist/esm/types/endpoints/index.d.ts +9 -0
- package/.yalc/@axdspub/axiom-ui-data-services/library/dist/esm/types/endpoints/index.d.ts.map +1 -0
- package/.yalc/@axdspub/axiom-ui-data-services/library/dist/esm/types/index.d.ts +2 -0
- package/.yalc/@axdspub/axiom-ui-data-services/library/dist/esm/types/index.d.ts.map +1 -0
- package/.yalc/@axdspub/axiom-ui-data-services/library/dist/esm/types/library.d.ts +6 -0
- package/.yalc/@axdspub/axiom-ui-data-services/library/dist/esm/types/library.d.ts.map +1 -0
- package/.yalc/@axdspub/axiom-ui-data-services/library/dist/esm/types/parsers/groupAndSum.d.ts +1 -0
- package/.yalc/@axdspub/axiom-ui-data-services/library/dist/esm/types/parsers/groupAndSum.d.ts.map +1 -0
- package/.yalc/@axdspub/axiom-ui-data-services/library/dist/esm/types/parsers/index.d.ts +13 -0
- package/.yalc/@axdspub/axiom-ui-data-services/library/dist/esm/types/parsers/index.d.ts.map +1 -0
- package/.yalc/@axdspub/axiom-ui-data-services/library/dist/esm/types/reportWebVitals.d.ts +4 -0
- package/.yalc/@axdspub/axiom-ui-data-services/library/dist/esm/types/reportWebVitals.d.ts.map +1 -0
- package/.yalc/@axdspub/axiom-ui-data-services/library/dist/esm/types/services.d.ts +11 -0
- package/.yalc/@axdspub/axiom-ui-data-services/library/dist/esm/types/services.d.ts.map +1 -0
- package/.yalc/@axdspub/axiom-ui-data-services/library/index.js +18488 -0
- package/.yalc/@axdspub/axiom-ui-data-services/library/index.js.map +1 -0
- package/.yalc/@axdspub/axiom-ui-data-services/package.json +72 -0
- package/.yalc/@axdspub/axiom-ui-data-services/rollup.config.mjs +54 -0
- package/.yalc/@axdspub/axiom-ui-data-services/tsconfig.json +45 -0
- package/.yalc/@axdspub/axiom-ui-data-services/tsconfig.paths.json +11 -0
- package/.yalc/@axdspub/axiom-ui-data-services/yalc.sig +1 -0
- package/Dockerfile.storybook +33 -0
- package/README.md +46 -0
- package/craco.config.js +36 -0
- package/docker/nginx/conf.d/default.conf +46 -0
- package/docker-compose.yml +18 -0
- package/library/Libraries/axiom/assets/browser-ff7df1e3.css +19 -0
- package/library/Libraries/axiom/assets/cjs-ff7df1e3.css +19 -0
- package/library/Libraries/axiom/assets/index-ff7df1e3.css +19 -0
- package/library/Libraries/axiom/browser.js +41130 -0
- package/library/Libraries/axiom/browser.js.map +1 -0
- package/library/Libraries/axiom/cjs.js +41129 -0
- package/library/Libraries/axiom/cjs.js.map +1 -0
- package/library/Libraries/axiom/index.js +41127 -0
- package/library/Libraries/axiom/index.js.map +1 -0
- package/library/axiom-charts.d.ts +195 -0
- package/library/browser.js +36339 -0
- package/library/browser.js.map +1 -0
- package/library/cjs.js +36337 -0
- package/library/cjs.js.map +1 -0
- package/library/index.js +36334 -0
- package/library/index.js.map +1 -0
- package/package.json +112 -0
- package/rollup.config.mjs +141 -0
- package/tsconfig.json +29 -0
- package/tsconfig.paths.json +11 -0
- package/yalc.lock +10 -0
|
@@ -0,0 +1,313 @@
|
|
|
1
|
+
interface IRequestItemProps {
|
|
2
|
+
id: string;
|
|
3
|
+
label?: string;
|
|
4
|
+
metadataService?: IDataService;
|
|
5
|
+
getMetadataService?: () => IDataServiceImplementation;
|
|
6
|
+
dataService?: IDataService;
|
|
7
|
+
getDataService?: () => IDataServiceImplementation;
|
|
8
|
+
component?: string;
|
|
9
|
+
onError?: (error: Error) => void;
|
|
10
|
+
properties?: {
|
|
11
|
+
[index: string]: string | number | undefined;
|
|
12
|
+
layerGroupUuid?: string;
|
|
13
|
+
};
|
|
14
|
+
styles?: {
|
|
15
|
+
[index: string]: string | undefined;
|
|
16
|
+
color?: string;
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
type IDataParserArgs = Record<string, string | string[] | undefined>;
|
|
20
|
+
interface IDataParser {
|
|
21
|
+
type: string;
|
|
22
|
+
args: IDataParserArgs;
|
|
23
|
+
}
|
|
24
|
+
type ISpreadsheetCell = string | number | Date | undefined | null;
|
|
25
|
+
type ISpreadSheet = Array<Record<string, ISpreadsheetCell>>;
|
|
26
|
+
interface IDataServiceSpreadsheetArgs {
|
|
27
|
+
processCell: (val: ISpreadsheetCell, key: string) => ISpreadsheetCell;
|
|
28
|
+
}
|
|
29
|
+
type IDataResultType = 'json' | 'csv' | 'tsv' | 'blob' | undefined;
|
|
30
|
+
type IDataServiceMethod = 'GET' | 'POST';
|
|
31
|
+
interface IDataServiceHelper {
|
|
32
|
+
headers?: HeadersInit;
|
|
33
|
+
method?: IDataServiceMethod;
|
|
34
|
+
resultType?: IDataResultType;
|
|
35
|
+
}
|
|
36
|
+
interface ILayer {
|
|
37
|
+
[index: string]: string | number | string[] | Record<string, object | string | number> | undefined;
|
|
38
|
+
label?: string;
|
|
39
|
+
description?: string;
|
|
40
|
+
}
|
|
41
|
+
interface IVectorLayer extends ILayer {
|
|
42
|
+
layerName: string;
|
|
43
|
+
propertyName?: string;
|
|
44
|
+
geomName?: string;
|
|
45
|
+
}
|
|
46
|
+
declare enum EGraphQAgg {
|
|
47
|
+
AVERAGE = "average",
|
|
48
|
+
MIN = "min",
|
|
49
|
+
MAX = "max",
|
|
50
|
+
SUM = "sum",
|
|
51
|
+
DISTINCT_COUNT = "distinctCount"
|
|
52
|
+
}
|
|
53
|
+
interface IGraphQL extends ILayer {
|
|
54
|
+
queryFn: string;
|
|
55
|
+
nodes?: string[];
|
|
56
|
+
aggregatesFromRange?: {
|
|
57
|
+
aggregates?: string[];
|
|
58
|
+
columnPrefix: string;
|
|
59
|
+
min: number;
|
|
60
|
+
max: number;
|
|
61
|
+
};
|
|
62
|
+
aggregates?: {
|
|
63
|
+
[key in EGraphQAgg]?: string[];
|
|
64
|
+
};
|
|
65
|
+
groupedAggregateNode?: string;
|
|
66
|
+
groupedAggregates?: {
|
|
67
|
+
[key in EGraphQAgg]?: string[];
|
|
68
|
+
};
|
|
69
|
+
srid: string;
|
|
70
|
+
}
|
|
71
|
+
interface IGraphQLVariableResult {
|
|
72
|
+
nodes?: Record<string, number>;
|
|
73
|
+
aggregates?: {
|
|
74
|
+
[key in EGraphQAgg]?: Record<string, number | null>;
|
|
75
|
+
};
|
|
76
|
+
}
|
|
77
|
+
interface IGraphQLResult {
|
|
78
|
+
data: Record<string, IGraphQLVariableResult>;
|
|
79
|
+
}
|
|
80
|
+
interface IPostgrestAreaResultRow {
|
|
81
|
+
[index: string]: string | number | undefined | Record<string, any>;
|
|
82
|
+
grouping_stats?: Record<string, any>;
|
|
83
|
+
buffered_aoi_area_sqkm: number | undefined;
|
|
84
|
+
merged_result_geom_area_sqkm?: number;
|
|
85
|
+
feature_count?: number;
|
|
86
|
+
dataset?: string[];
|
|
87
|
+
}
|
|
88
|
+
type IPostgrestAreaResult = IPostgrestAreaResultRow[];
|
|
89
|
+
type ISearchParams = Record<string, string | object | ISearchParams[]>;
|
|
90
|
+
interface IDataServiceArgs {
|
|
91
|
+
[index: string]: any;
|
|
92
|
+
searchParams?: ISearchParams;
|
|
93
|
+
spreadsheet?: IDataServiceSpreadsheetArgs;
|
|
94
|
+
vectorLayer?: IVectorLayer;
|
|
95
|
+
graphql?: IGraphQL;
|
|
96
|
+
}
|
|
97
|
+
type IDataServiceUrl = string | ((filters?: IDataFilters) => string) | undefined;
|
|
98
|
+
interface IDataService extends IDataServiceHelper {
|
|
99
|
+
type: string;
|
|
100
|
+
url: IDataServiceUrl;
|
|
101
|
+
args?: IDataServiceArgs;
|
|
102
|
+
filters?: {
|
|
103
|
+
[index: string]: any;
|
|
104
|
+
geojson?: GeoJSON.FeatureCollection;
|
|
105
|
+
};
|
|
106
|
+
postBody?: BodyInit;
|
|
107
|
+
abortController?: AbortController;
|
|
108
|
+
parser?: IDataParser;
|
|
109
|
+
result?: IDataResult;
|
|
110
|
+
}
|
|
111
|
+
interface IDataServiceProps extends IDataService {
|
|
112
|
+
onError?: (error: Error) => void;
|
|
113
|
+
}
|
|
114
|
+
interface IDataParserProps extends IDataParser {
|
|
115
|
+
onError?: (error: any) => void;
|
|
116
|
+
}
|
|
117
|
+
interface IDataParserImplementation extends IDataParserProps {
|
|
118
|
+
}
|
|
119
|
+
interface IDataFilterMinMax {
|
|
120
|
+
min: number;
|
|
121
|
+
max: number;
|
|
122
|
+
}
|
|
123
|
+
interface IDataFilterMinMaxTime {
|
|
124
|
+
min: Date;
|
|
125
|
+
max: Date;
|
|
126
|
+
}
|
|
127
|
+
interface IDataFilters {
|
|
128
|
+
time?: IDataFilterMinMaxTime;
|
|
129
|
+
[index: string]: string | number | number[] | IDataFilterMinMaxTime | IDataFilterMinMaxTime | undefined;
|
|
130
|
+
}
|
|
131
|
+
type INumericData = number | Date;
|
|
132
|
+
type IDataRow = Record<string, any>;
|
|
133
|
+
type INumericDataAccessor = (row: IDataRow) => INumericData;
|
|
134
|
+
type INumericDomainDataAccessor = (row: IDataRow) => INumericData[];
|
|
135
|
+
type IStatsDataAccessor = (row: IDataRow) => Record<string, INumericData>;
|
|
136
|
+
interface IDataParserResult {
|
|
137
|
+
args: IDataParserArgs;
|
|
138
|
+
data: IDataRow[];
|
|
139
|
+
accessors: Record<string, INumericDataAccessor>;
|
|
140
|
+
domainAccessors?: Record<string, INumericDomainDataAccessor>;
|
|
141
|
+
properties?: Record<string, any>;
|
|
142
|
+
}
|
|
143
|
+
interface IDataResult {
|
|
144
|
+
data: any;
|
|
145
|
+
parsed?: IDataParserResult;
|
|
146
|
+
}
|
|
147
|
+
interface IParserGroupAndSumRow {
|
|
148
|
+
label: string;
|
|
149
|
+
index: number;
|
|
150
|
+
sum: number;
|
|
151
|
+
percent?: number;
|
|
152
|
+
}
|
|
153
|
+
interface IParserMonthlyAveragesRow {
|
|
154
|
+
label: string;
|
|
155
|
+
index: number;
|
|
156
|
+
average?: number;
|
|
157
|
+
min?: number;
|
|
158
|
+
max?: number;
|
|
159
|
+
median?: number;
|
|
160
|
+
}
|
|
161
|
+
interface IParserMonthlyStatsResult extends IDataParserResult {
|
|
162
|
+
data: IParserMonthlyAveragesRow[];
|
|
163
|
+
properties: {
|
|
164
|
+
count: number;
|
|
165
|
+
average?: number;
|
|
166
|
+
};
|
|
167
|
+
}
|
|
168
|
+
interface IParserGroupedArgs extends IDataParserArgs {
|
|
169
|
+
groupingProp: string | string[];
|
|
170
|
+
summingProp: string;
|
|
171
|
+
}
|
|
172
|
+
interface IParserGroupedArgs extends IDataParserArgs {
|
|
173
|
+
groupingProp: string | string[];
|
|
174
|
+
summingProp: string;
|
|
175
|
+
}
|
|
176
|
+
interface IParserGroupedArgs extends IDataParserArgs {
|
|
177
|
+
groupingProp: string | string[];
|
|
178
|
+
summingProp: string;
|
|
179
|
+
}
|
|
180
|
+
interface IParserTimeSeriesArgs extends IDataParserArgs {
|
|
181
|
+
valueProp: string;
|
|
182
|
+
timeProp: string;
|
|
183
|
+
}
|
|
184
|
+
interface IParserTimeSeriesArgs extends IDataParserArgs {
|
|
185
|
+
valueProp: string;
|
|
186
|
+
timeProp: string;
|
|
187
|
+
}
|
|
188
|
+
interface IParserMonthlyStatsArgs extends IDataParserArgs {
|
|
189
|
+
valueProp: string;
|
|
190
|
+
timeProp: string;
|
|
191
|
+
}
|
|
192
|
+
interface IParserMonthlyStatsArgs extends IDataParserArgs {
|
|
193
|
+
valueProp: string;
|
|
194
|
+
timeProp: string;
|
|
195
|
+
}
|
|
196
|
+
interface IParserGroupAndSumResult extends IDataParserResult {
|
|
197
|
+
data: IParserGroupAndSumRow[];
|
|
198
|
+
properties: {
|
|
199
|
+
total?: number;
|
|
200
|
+
average?: number;
|
|
201
|
+
count?: number;
|
|
202
|
+
};
|
|
203
|
+
}
|
|
204
|
+
interface IParserGroupAndSumResult extends IDataParserResult {
|
|
205
|
+
data: IParserGroupAndSumRow[];
|
|
206
|
+
properties: {
|
|
207
|
+
total?: number;
|
|
208
|
+
average?: number;
|
|
209
|
+
count?: number;
|
|
210
|
+
};
|
|
211
|
+
}
|
|
212
|
+
interface IMetadataResult {
|
|
213
|
+
label?: string;
|
|
214
|
+
description?: string;
|
|
215
|
+
[index: string]: string | object | undefined;
|
|
216
|
+
}
|
|
217
|
+
interface IDataServiceImplementation extends IDataServiceProps {
|
|
218
|
+
props: IDataServiceProps;
|
|
219
|
+
get: (filters?: IDataFilters) => Promise<IDataResult>;
|
|
220
|
+
update: (filters: IDataFilters) => Promise<IDataResult>;
|
|
221
|
+
parse: (data: any) => Promise<any>;
|
|
222
|
+
destroy: () => void;
|
|
223
|
+
makeUrl: (filters?: IDataFilters) => string;
|
|
224
|
+
onError: (error: any) => void;
|
|
225
|
+
setOnErrorFn: (onErrorFn: (error: any) => void) => void;
|
|
226
|
+
}
|
|
227
|
+
interface IRequestState {
|
|
228
|
+
loading: boolean;
|
|
229
|
+
loaded: boolean;
|
|
230
|
+
canceled: boolean;
|
|
231
|
+
}
|
|
232
|
+
type IRequestItemMetadata = Record<string, any>;
|
|
233
|
+
interface IRequestItemData {
|
|
234
|
+
data: IDataResult;
|
|
235
|
+
metadata?: IMetadataResult;
|
|
236
|
+
}
|
|
237
|
+
interface IRequestItemImplementation extends IRequestItemProps, IRequestState {
|
|
238
|
+
getMetadata: () => Promise<IDataResult | undefined>;
|
|
239
|
+
getData: () => Promise<IDataResult>;
|
|
240
|
+
load: () => Promise<IRequestItemData>;
|
|
241
|
+
destroy: () => void;
|
|
242
|
+
setOnErrorFn: (onErrorFn: (error: any) => void) => void;
|
|
243
|
+
}
|
|
244
|
+
//# sourceMappingURL=Types.d.ts.map
|
|
245
|
+
|
|
246
|
+
declare const out: Record<string, (props: IDataService) => ISearchParams>;
|
|
247
|
+
|
|
248
|
+
declare class DataService implements IDataServiceImplementation {
|
|
249
|
+
props: IDataServiceProps;
|
|
250
|
+
type: string;
|
|
251
|
+
url: IDataServiceUrl;
|
|
252
|
+
args?: IDataServiceArgs;
|
|
253
|
+
headers?: HeadersInit;
|
|
254
|
+
resultType?: 'json' | 'csv' | 'tsv' | 'blob' | undefined;
|
|
255
|
+
method?: 'GET' | 'POST';
|
|
256
|
+
postBody?: BodyInit;
|
|
257
|
+
abortController?: AbortController | undefined;
|
|
258
|
+
parser?: IDataParser;
|
|
259
|
+
runtime: Record<string, any>;
|
|
260
|
+
filters?: IDataFilters;
|
|
261
|
+
result?: IDataResult;
|
|
262
|
+
onErrorFn?: (error: any) => void;
|
|
263
|
+
constructor(props: IDataServiceProps);
|
|
264
|
+
protected makeSearchParams(): ISearchParams;
|
|
265
|
+
makeUrl(filters?: IDataFilters): string;
|
|
266
|
+
setOnErrorFn(onErrorFn: ((error: any) => void)): void;
|
|
267
|
+
onError(error: Error): void;
|
|
268
|
+
protected handleError(e: Error): void;
|
|
269
|
+
protected processDSV(result: Response, seperator?: string): Promise<ISpreadSheet>;
|
|
270
|
+
protected processJson(result: Response): Promise<any>;
|
|
271
|
+
protected processCSV(result: Response): Promise<ISpreadSheet>;
|
|
272
|
+
protected processTSV(result: Response): Promise<ISpreadSheet>;
|
|
273
|
+
protected processBlob(result: Response): Promise<Blob>;
|
|
274
|
+
destroy(): void;
|
|
275
|
+
parse(data: any): Promise<any>;
|
|
276
|
+
update(filters: IDataFilters): Promise<any>;
|
|
277
|
+
get(filters?: IDataFilters): Promise<IDataResult>;
|
|
278
|
+
}
|
|
279
|
+
//# sourceMappingURL=DataService.d.ts.map
|
|
280
|
+
|
|
281
|
+
declare class RequestItem implements IRequestItemImplementation {
|
|
282
|
+
id: string;
|
|
283
|
+
loading: boolean;
|
|
284
|
+
loaded: boolean;
|
|
285
|
+
canceled: boolean;
|
|
286
|
+
dataService?: IDataService;
|
|
287
|
+
getDataService?: () => IDataServiceImplementation;
|
|
288
|
+
metadataService?: IDataService;
|
|
289
|
+
getMetadataService?: () => IDataServiceImplementation;
|
|
290
|
+
runtime: {
|
|
291
|
+
data?: any;
|
|
292
|
+
metadata?: any;
|
|
293
|
+
metadataServiceInstance?: IDataServiceImplementation;
|
|
294
|
+
dataServiceInstance?: IDataServiceImplementation;
|
|
295
|
+
};
|
|
296
|
+
onErrorFn?: (error: any) => void;
|
|
297
|
+
constructor(props: IRequestItemProps);
|
|
298
|
+
load(): Promise<IRequestItemData>;
|
|
299
|
+
getData(): Promise<IDataResult>;
|
|
300
|
+
setOnErrorFn(onErrorFn: ((error: any) => void)): void;
|
|
301
|
+
protected createDataService(dataService?: IDataService, dataServiceFn?: (() => IDataServiceImplementation)): IDataServiceImplementation | undefined;
|
|
302
|
+
getMetadata(): Promise<IDataResult | undefined>;
|
|
303
|
+
destroy(): void;
|
|
304
|
+
}
|
|
305
|
+
//# sourceMappingURL=RequestItem.d.ts.map
|
|
306
|
+
|
|
307
|
+
declare const methods: {
|
|
308
|
+
get: (key: string) => IDataServiceHelper | undefined;
|
|
309
|
+
getAll: () => Record<string, IDataServiceHelper | undefined>;
|
|
310
|
+
};
|
|
311
|
+
//# sourceMappingURL=dataServiceHelpers.d.ts.map
|
|
312
|
+
|
|
313
|
+
export { DataService, EGraphQAgg, IDataFilterMinMax, IDataFilterMinMaxTime, IDataFilters, IDataParser, IDataParserArgs, IDataParserImplementation, IDataParserProps, IDataParserResult, IDataResult, IDataResultType, IDataRow, IDataService, IDataServiceArgs, IDataServiceHelper, IDataServiceImplementation, IDataServiceMethod, IDataServiceProps, IDataServiceUrl, IGraphQL, IGraphQLResult, IGraphQLVariableResult, ILayer, INumericData, INumericDataAccessor, INumericDomainDataAccessor, IParserGroupAndSumResult, IParserGroupAndSumRow, IParserGroupedArgs, IParserMonthlyAveragesRow, IParserMonthlyStatsArgs, IParserMonthlyStatsResult, IParserTimeSeriesArgs, IPostgrestAreaResult, IPostgrestAreaResultRow, IRequestItemData, IRequestItemImplementation, IRequestItemMetadata, IRequestItemProps, IRequestState, ISearchParams, ISpreadSheet, ISpreadsheetCell, IStatsDataAccessor, IVectorLayer, RequestItem, methods as dataServiceHelpers, out as endpoints };
|