@ogc-maps/storybook-components 0.4.1 → 0.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/SearchPanel-DCY01Wa-.js +363 -0
- package/dist/components/SearchPanel/AutocompleteInput.d.ts +12 -0
- package/dist/components/SearchPanel/AutocompleteInput.d.ts.map +1 -0
- package/dist/components/SearchPanel/DateRangeInput.d.ts +11 -0
- package/dist/components/SearchPanel/DateRangeInput.d.ts.map +1 -0
- package/dist/components/SearchPanel/NumberInput.d.ts +11 -0
- package/dist/components/SearchPanel/NumberInput.d.ts.map +1 -0
- package/dist/components/SearchPanel/SearchPanel.d.ts +7 -3
- package/dist/components/SearchPanel/SearchPanel.d.ts.map +1 -1
- package/dist/components/SearchPanel/index.js +1 -1
- package/dist/cql2-BaKDic7B.js +288 -0
- package/dist/hooks/index.d.ts +3 -2
- package/dist/hooks/index.d.ts.map +1 -1
- package/dist/hooks/index.js +31 -10
- package/dist/hooks/useCsvExport.d.ts +2 -1
- package/dist/hooks/useCsvExport.d.ts.map +1 -1
- package/dist/index-BLgVA46J.js +2854 -0
- package/dist/main.js +74 -49
- package/dist/schemas/config.d.ts +836 -64
- package/dist/schemas/config.d.ts.map +1 -1
- package/dist/schemas/index.js +21 -2822
- package/dist/style.css +1 -1
- package/dist/types/index.d.ts +17 -3
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/index.js +20 -16
- package/dist/utils/__tests__/cql2.test.d.ts +2 -0
- package/dist/utils/__tests__/cql2.test.d.ts.map +1 -0
- package/dist/utils/cql2.d.ts +75 -0
- package/dist/utils/cql2.d.ts.map +1 -0
- package/dist/utils/index.d.ts +1 -0
- package/dist/utils/index.d.ts.map +1 -1
- package/dist/utils/ogcApi.d.ts +17 -0
- package/dist/utils/ogcApi.d.ts.map +1 -1
- package/package.json +4 -2
- package/dist/SearchPanel-B5GPX1gF.js +0 -106
- package/dist/useCsvExport-C4WAm7kG.js +0 -146
package/dist/main.js
CHANGED
|
@@ -1,55 +1,80 @@
|
|
|
1
|
-
import { B as
|
|
2
|
-
import { C as
|
|
3
|
-
import { C as
|
|
4
|
-
import { E as
|
|
5
|
-
import { F as
|
|
1
|
+
import { B as s } from "./BasemapSwitcher-BW7lyZ2Y.js";
|
|
2
|
+
import { C as r } from "./CollapsibleControl-VFUTWb_5.js";
|
|
3
|
+
import { C as i, f as l, a as c } from "./CoordinateDisplay-PxPmVjpm.js";
|
|
4
|
+
import { E as S } from "./ExportButton-CLsWoW4m.js";
|
|
5
|
+
import { F as f } from "./FeatureDetailPanel-DpcaTS9I.js";
|
|
6
6
|
import { F as C } from "./FeatureTooltip-CM0ZTudi.js";
|
|
7
|
-
import { L as
|
|
8
|
-
import { L as
|
|
9
|
-
import { S as
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
7
|
+
import { L as p } from "./LayerPanel-BHpb8dbm.js";
|
|
8
|
+
import { L as d } from "./Legend-D4cc1JzQ.js";
|
|
9
|
+
import { S as x } from "./SearchPanel-DCY01Wa-.js";
|
|
10
|
+
import { a as y, b as D, E as T, e as B, F as V, f as b, c as v, d as P, g as U, h as q, i as w, j as E, k as M, l as O, m as A, n as N, o as j, p as k, q as z, r as I, s as J, t as Q, u as G, v as H, w as K, x as R, y as W, z as X, A as Y, B as Z, C as _, D as $ } from "./cql2-BaKDic7B.js";
|
|
11
|
+
import { B as ae, C as se, a as te, D as re, F as oe, b as ie, c as le, L as ce, d as me, e as Se, f as ne, g as fe, M as he, N as Ce, O as ge, S as pe, h as Fe, i as de, j as ue, T as xe, U as Le, V as ye, s as De, v as Te } from "./index-BLgVA46J.js";
|
|
12
12
|
import './style.css';export {
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
S as
|
|
13
|
+
ae as BasemapConfigSchema,
|
|
14
|
+
s as BasemapSwitcher,
|
|
15
|
+
se as CirclePaintSchema,
|
|
16
|
+
te as CircleStyleSchema,
|
|
17
|
+
r as CollapsibleControl,
|
|
18
|
+
i as CoordinateDisplay,
|
|
19
|
+
re as DatetimeSearchFieldSchema,
|
|
20
|
+
S as ExportButton,
|
|
21
|
+
f as FeatureDetailPanel,
|
|
21
22
|
C as FeatureTooltip,
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
23
|
+
oe as FillPaintSchema,
|
|
24
|
+
ie as FillStyleSchema,
|
|
25
|
+
le as FilterConfigSchema,
|
|
26
|
+
ce as LayerConfigSchema,
|
|
27
|
+
p as LayerPanel,
|
|
28
|
+
d as Legend,
|
|
29
|
+
me as LegendConfigSchema,
|
|
30
|
+
Se as LegendEntrySchema,
|
|
31
|
+
ne as LinePaintSchema,
|
|
32
|
+
fe as LineStyleSchema,
|
|
33
|
+
he as MapConfigSchema,
|
|
34
|
+
Ce as NumberSearchFieldSchema,
|
|
35
|
+
ge as OgcApiSourceSchema,
|
|
36
|
+
pe as SearchConfigSchema,
|
|
37
|
+
Fe as SearchFieldSchema,
|
|
38
|
+
x as SearchPanel,
|
|
39
|
+
de as SelectSearchFieldSchema,
|
|
40
|
+
ue as StyleConfigSchema,
|
|
41
|
+
xe as TextSearchFieldSchema,
|
|
42
|
+
Le as UIConfigSchema,
|
|
43
|
+
ye as ViewConfigSchema,
|
|
44
|
+
y as and,
|
|
45
|
+
D as between,
|
|
46
|
+
T as downloadCsv,
|
|
47
|
+
B as eq,
|
|
48
|
+
V as featuresToCsv,
|
|
49
|
+
b as fetchCollections,
|
|
50
|
+
v as fetchDistinctValues,
|
|
51
|
+
P as fetchFeatures,
|
|
52
|
+
U as fetchQueryables,
|
|
45
53
|
l as formatDMS,
|
|
46
54
|
c as formatDecimal,
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
+
q as fromSimpleFilters,
|
|
56
|
+
w as fromStructuredFilters,
|
|
57
|
+
E as getCql2FilteredVectorTileUrl,
|
|
58
|
+
M as getFilteredVectorTileUrl,
|
|
59
|
+
O as getTileJsonUrl,
|
|
60
|
+
A as getVectorTileUrl,
|
|
61
|
+
N as gt,
|
|
62
|
+
j as gte,
|
|
63
|
+
k as inList,
|
|
64
|
+
z as isNull,
|
|
65
|
+
I as like,
|
|
66
|
+
J as lt,
|
|
67
|
+
Q as lte,
|
|
68
|
+
G as neq,
|
|
69
|
+
H as not,
|
|
70
|
+
K as or,
|
|
71
|
+
De as safeValidateMapConfig,
|
|
72
|
+
R as serializeCql2,
|
|
73
|
+
W as tAfter,
|
|
74
|
+
X as tBefore,
|
|
75
|
+
Y as tDuring,
|
|
76
|
+
Z as useCsvExport,
|
|
77
|
+
_ as useOgcCollections,
|
|
78
|
+
$ as useOgcFeatures,
|
|
79
|
+
Te as validateMapConfig
|
|
55
80
|
};
|