@nasa-terra/components 0.0.2 → 0.0.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.
- package/{dist/chunks/chunk.34BDCGAS.js → cdn/chunks/chunk.3BAOHZ2G.js} +1 -1
- package/{dist/chunks/chunk.6G6MC7ET.js → cdn/chunks/chunk.46CED5HM.js} +1 -1
- package/cdn/chunks/{chunk.KQ6GR2XZ.js → chunk.5IDL367Z.js} +76 -51
- package/cdn/chunks/{chunk.H4SLY4KN.js → chunk.A23M3KZO.js} +1 -1
- package/{dist/chunks/chunk.TEY3I3LS.js → cdn/chunks/chunk.ABBR7BG2.js} +1 -1
- package/cdn/chunks/{chunk.ORXIH4AJ.js → chunk.BUD5WPVO.js} +1 -1
- package/cdn/chunks/{chunk.BLFAG25A.js → chunk.CRBG3MD3.js} +1 -1
- package/cdn/chunks/{chunk.5OVZEQPW.js → chunk.CRMCAOLZ.js} +1 -1
- package/cdn/chunks/{chunk.2LH52WLN.js → chunk.DCFUISO5.js} +1 -1
- package/cdn/chunks/{chunk.KZIVL4LN.js → chunk.DSORVH3D.js} +1 -1
- package/cdn/chunks/{chunk.PUWFHEBP.js → chunk.DXDTKB2Z.js} +1 -1
- package/{dist/chunks/chunk.NA6RDAQK.js → cdn/chunks/chunk.FDLUCURB.js} +1 -1
- package/cdn/chunks/{chunk.MOL3RELR.js → chunk.FTCNGW44.js} +1 -1
- package/{dist/chunks/chunk.356TZEPJ.js → cdn/chunks/chunk.GL3JK5QO.js} +1 -1
- package/cdn/chunks/{chunk.SXUZHG2G.js → chunk.GSKNUBWS.js} +1 -1
- package/cdn/chunks/{chunk.U6DUAIIP.js → chunk.IKBILRIY.js} +21 -0
- package/{dist/chunks/chunk.ZI3RW2HX.js → cdn/chunks/chunk.IN3OZ72R.js} +1 -1
- package/cdn/chunks/{chunk.FYB4LVNE.js → chunk.IS7PROYA.js} +1 -1
- package/cdn/chunks/{chunk.A4PYD2BT.js → chunk.JM6ZF7AP.js} +4 -1
- package/cdn/chunks/{chunk.4OFE6FHL.js → chunk.LQXJYCKK.js} +1 -1
- package/cdn/chunks/{chunk.PYRUETLC.js → chunk.LVM5DSMJ.js} +2 -2
- package/cdn/chunks/{chunk.VHMYUAU5.js → chunk.NSCU3Y7E.js} +1 -1
- package/cdn/chunks/{chunk.RS4CISKV.js → chunk.NYXXSTNY.js} +1 -1
- package/cdn/chunks/{chunk.5UBB7KZQ.js → chunk.O5NKXUCH.js} +11 -13
- package/{dist/chunks/chunk.6HHKJO37.js → cdn/chunks/chunk.OQXZR4ZX.js} +1 -1
- package/cdn/chunks/{chunk.2WF7EATT.js → chunk.PP7XKOCQ.js} +4 -4
- package/cdn/chunks/{chunk.S6SLZPVX.js → chunk.QX5U3SVC.js} +1 -1
- package/cdn/chunks/{chunk.P4LXCHCY.js → chunk.RNRFOQI7.js} +1 -1
- package/cdn/chunks/{chunk.2YI7V6QJ.js → chunk.SBDX4GGT.js} +24 -0
- package/{dist/chunks/chunk.WCD47X2N.js → cdn/chunks/chunk.SRTSFODC.js} +1 -1
- package/{dist/chunks/chunk.RCELHBSG.js → cdn/chunks/chunk.SZWAOLYU.js} +1 -1
- package/cdn/chunks/{chunk.SQUNJ4EJ.js → chunk.TWJTOEFA.js} +1 -1
- package/cdn/chunks/{chunk.BHVFJEIU.js → chunk.U4PQZY6W.js} +7 -3
- package/{dist/chunks/chunk.LXV5KI76.js → cdn/chunks/chunk.UNDKG3U4.js} +1 -1
- package/cdn/chunks/{chunk.KFYWXDIT.js → chunk.WU6XFJPA.js} +1 -1
- package/cdn/chunks/{chunk.II3GR7YQ.js → chunk.YJID4SHW.js} +1 -1
- package/cdn/chunks/{chunk.HMECFSJ3.js → chunk.YK3ZPNPX.js} +1 -1
- package/cdn/chunks/{chunk.CSZAFBCJ.js → chunk.YPRKEZFP.js} +1 -1
- package/cdn/components/button/button.component.js +2 -2
- package/cdn/components/button/button.js +3 -3
- package/cdn/components/chip/chip.component.js +2 -2
- package/cdn/components/chip/chip.js +3 -3
- package/cdn/components/combobox/combobox.component.js +2 -2
- package/cdn/components/combobox/combobox.js +3 -3
- package/cdn/components/date-range-slider/date-range-slider.component.js +2 -2
- package/cdn/components/date-range-slider/date-range-slider.js +3 -3
- package/cdn/components/icon/icon.component.js +2 -2
- package/cdn/components/icon/icon.js +3 -3
- package/cdn/components/loader/loader.component.d.ts +2 -0
- package/cdn/components/loader/loader.component.js +3 -3
- package/cdn/components/loader/loader.js +4 -4
- package/cdn/components/loader/loader.styles.js +1 -1
- package/cdn/components/map/map.component.js +2 -2
- package/cdn/components/map/map.js +3 -3
- package/cdn/components/plot/plot.component.js +2 -2
- package/cdn/components/plot/plot.js +3 -3
- package/cdn/components/spatial-picker/spatial-picker.component.js +3 -3
- package/cdn/components/spatial-picker/spatial-picker.js +4 -4
- package/cdn/components/time-series/time-series.component.d.ts +4 -0
- package/cdn/components/time-series/time-series.component.js +17 -15
- package/cdn/components/time-series/time-series.controller.d.ts +1 -0
- package/cdn/components/time-series/time-series.controller.js +1 -1
- package/cdn/components/time-series/time-series.js +18 -16
- package/cdn/components/time-series/time-series.styles.js +1 -1
- package/cdn/components/variable-combobox/variable-combobox.component.js +7 -7
- package/cdn/components/variable-combobox/variable-combobox.controller.js +1 -1
- package/cdn/components/variable-combobox/variable-combobox.js +8 -8
- package/cdn/custom-elements.json +183 -157
- package/cdn/react/button/index.js +3 -3
- package/cdn/react/chip/index.js +3 -3
- package/cdn/react/combobox/index.js +3 -3
- package/cdn/react/date-range-slider/index.js +3 -3
- package/cdn/react/icon/index.js +3 -3
- package/cdn/react/index.d.ts +1 -1
- package/cdn/react/index.js +32 -32
- package/cdn/react/loader/index.js +4 -4
- package/cdn/react/map/index.js +3 -3
- package/cdn/react/plot/index.js +3 -3
- package/cdn/react/spatial-picker/index.js +4 -4
- package/cdn/react/time-series/index.d.ts +2 -0
- package/cdn/react/time-series/index.js +18 -16
- package/cdn/react/variable-combobox/index.js +8 -8
- package/cdn/terra-ui-components.js +27 -27
- package/cdn/types/vue/index.d.ts +57 -55
- package/cdn/vscode.html-custom-data.json +21 -16
- package/cdn/web-types.json +156 -146
- package/{cdn/chunks/chunk.CO6OXP3P.js → dist/chunks/chunk.2YN2NCAJ.js} +1 -1
- package/dist/chunks/{chunk.XK7GWNRK.js → chunk.3WSYETU3.js} +1 -1
- package/dist/chunks/{chunk.R32FZJSC.js → chunk.5JAZMTXS.js} +1 -1
- package/dist/chunks/{chunk.UTUM2YTN.js → chunk.5ZPHPIFF.js} +1 -1
- package/dist/chunks/{chunk.4WNMOJSX.js → chunk.6LGKPYEG.js} +33 -10
- package/dist/chunks/{chunk.EPMXIUY7.js → chunk.6ODALLBA.js} +1 -1
- package/dist/chunks/{chunk.5LBNOLAY.js → chunk.77CJZ2RP.js} +1 -1
- package/{cdn/chunks/chunk.7UVCVDMD.js → dist/chunks/chunk.7GEZG32N.js} +1 -1
- package/dist/chunks/{chunk.RHF5LAQQ.js → chunk.AIVTWWUU.js} +1 -1
- package/dist/chunks/{chunk.26XMYCND.js → chunk.BWPJE62Z.js} +4 -4
- package/dist/chunks/{chunk.I2NEFB34.js → chunk.CL62YJ3N.js} +21 -0
- package/{cdn/chunks/chunk.KCXQJJZ4.js → dist/chunks/chunk.CXK7TBKA.js} +1 -1
- package/dist/chunks/{chunk.KWCEJCNP.js → chunk.DUNBSI2Y.js} +1 -1
- package/dist/chunks/{chunk.HJ4OGF6V.js → chunk.EDIW4YUA.js} +1 -1
- package/{cdn/chunks/chunk.RDW2UZ5N.js → dist/chunks/chunk.EIVD3TZT.js} +1 -1
- package/dist/chunks/{chunk.HBEQ6SPT.js → chunk.FFQ32TPH.js} +1 -1
- package/dist/chunks/{chunk.37CMTFD4.js → chunk.G6JGOSCF.js} +1 -1
- package/dist/chunks/{chunk.LAFN7QOI.js → chunk.GPDRN464.js} +1 -1
- package/dist/chunks/{chunk.ZGJAUXFV.js → chunk.GPUFE4ML.js} +24 -0
- package/dist/chunks/{chunk.K3PPW47B.js → chunk.GRKVP6IU.js} +1 -1
- package/dist/chunks/{chunk.MWHQHPUM.js → chunk.GWHZAFS3.js} +4 -1
- package/dist/chunks/{chunk.LMUMRQLT.js → chunk.JSPLWLW4.js} +1 -1
- package/{cdn/chunks/chunk.C3FZSGJM.js → dist/chunks/chunk.JU5YFOQN.js} +1 -1
- package/{cdn/chunks/chunk.3NOH36JE.js → dist/chunks/chunk.L6HX2ERA.js} +1 -1
- package/dist/chunks/{chunk.WHJHZJ6L.js → chunk.L77E7KJ5.js} +2 -2
- package/dist/chunks/{chunk.37V2INM4.js → chunk.P5WAUI32.js} +1 -1
- package/dist/chunks/{chunk.TFKJWQKC.js → chunk.QXJ53GFV.js} +7 -3
- package/dist/chunks/{chunk.XPQYTQXW.js → chunk.R4X6BEGH.js} +1 -1
- package/dist/chunks/{chunk.ZUWKLZ5N.js → chunk.SQLL2RBE.js} +1 -1
- package/dist/chunks/{chunk.6HBNUONX.js → chunk.SSIW5ZSF.js} +1 -1
- package/dist/chunks/{chunk.3OTXIELM.js → chunk.TPCWPFMX.js} +1 -1
- package/dist/chunks/{chunk.ACNC5AZO.js → chunk.TYOFMEXP.js} +1 -1
- package/{cdn/chunks/chunk.EGBZ7Z36.js → dist/chunks/chunk.VI6CGSH2.js} +1 -1
- package/dist/chunks/{chunk.D44WRZDJ.js → chunk.WDY2TEG5.js} +1 -1
- package/{cdn/chunks/chunk.5NSDKQFA.js → dist/chunks/chunk.WND565J5.js} +1 -1
- package/{cdn/chunks/chunk.76UFIPPH.js → dist/chunks/chunk.WTWMCOXO.js} +1 -1
- package/{cdn/chunks/chunk.EH44OY6V.js → dist/chunks/chunk.WVE2X7DV.js} +1 -1
- package/dist/chunks/{chunk.DKCU7YEZ.js → chunk.YCC37YOJ.js} +11 -13
- package/dist/components/button/button.component.js +2 -2
- package/dist/components/button/button.js +3 -3
- package/dist/components/chip/chip.component.js +2 -2
- package/dist/components/chip/chip.js +3 -3
- package/dist/components/combobox/combobox.component.js +2 -2
- package/dist/components/combobox/combobox.js +3 -3
- package/dist/components/date-range-slider/date-range-slider.component.js +2 -2
- package/dist/components/date-range-slider/date-range-slider.js +3 -3
- package/dist/components/icon/icon.component.js +2 -2
- package/dist/components/icon/icon.js +3 -3
- package/dist/components/loader/loader.component.d.ts +2 -0
- package/dist/components/loader/loader.component.js +3 -3
- package/dist/components/loader/loader.js +4 -4
- package/dist/components/loader/loader.styles.js +1 -1
- package/dist/components/map/map.component.js +2 -2
- package/dist/components/map/map.js +3 -3
- package/dist/components/plot/plot.component.js +2 -2
- package/dist/components/plot/plot.js +3 -3
- package/dist/components/spatial-picker/spatial-picker.component.js +3 -3
- package/dist/components/spatial-picker/spatial-picker.js +4 -4
- package/dist/components/time-series/time-series.component.d.ts +4 -0
- package/dist/components/time-series/time-series.component.js +17 -15
- package/dist/components/time-series/time-series.controller.d.ts +1 -0
- package/dist/components/time-series/time-series.controller.js +1 -1
- package/dist/components/time-series/time-series.js +18 -16
- package/dist/components/time-series/time-series.styles.js +1 -1
- package/dist/components/variable-combobox/variable-combobox.component.js +7 -7
- package/dist/components/variable-combobox/variable-combobox.controller.js +1 -1
- package/dist/components/variable-combobox/variable-combobox.js +8 -8
- package/dist/custom-elements.json +183 -157
- package/dist/react/button/index.js +3 -3
- package/dist/react/chip/index.js +3 -3
- package/dist/react/combobox/index.js +3 -3
- package/dist/react/date-range-slider/index.js +3 -3
- package/dist/react/icon/index.js +3 -3
- package/dist/react/index.d.ts +1 -1
- package/dist/react/index.js +32 -32
- package/dist/react/loader/index.js +4 -4
- package/dist/react/map/index.js +3 -3
- package/dist/react/plot/index.js +3 -3
- package/dist/react/spatial-picker/index.js +4 -4
- package/dist/react/time-series/index.d.ts +2 -0
- package/dist/react/time-series/index.js +18 -16
- package/dist/react/variable-combobox/index.js +8 -8
- package/dist/terra-ui-components.js +27 -27
- package/dist/types/vue/index.d.ts +57 -55
- package/dist/vscode.html-custom-data.json +21 -16
- package/dist/web-types.json +156 -146
- package/package.json +1 -1
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import {
|
|
2
2
|
spatial_picker_default
|
|
3
|
-
} from "../../chunks/chunk.
|
|
4
|
-
import "../../chunks/chunk.
|
|
3
|
+
} from "../../chunks/chunk.7GEZG32N.js";
|
|
4
|
+
import "../../chunks/chunk.L77E7KJ5.js";
|
|
5
5
|
import "../../chunks/chunk.ZCNMYQP2.js";
|
|
6
|
-
import "../../chunks/chunk.
|
|
6
|
+
import "../../chunks/chunk.GPDRN464.js";
|
|
7
7
|
import "../../chunks/chunk.AAWOHDFX.js";
|
|
8
8
|
import "../../chunks/chunk.3ZGFXEAJ.js";
|
|
9
9
|
import "../../chunks/chunk.LELNKRPW.js";
|
|
10
10
|
import "../../chunks/chunk.KPXFSE3J.js";
|
|
11
11
|
import "../../chunks/chunk.IBEKZVOY.js";
|
|
12
12
|
import "../../chunks/chunk.ZK7QVWBI.js";
|
|
13
|
-
import "../../chunks/chunk.
|
|
13
|
+
import "../../chunks/chunk.FFQ32TPH.js";
|
|
14
14
|
import "../../chunks/chunk.RYPAZDXE.js";
|
|
15
15
|
export {
|
|
16
16
|
spatial_picker_default as default
|
|
@@ -6,6 +6,8 @@ import Component from '../../components/time-series/time-series.component.js';
|
|
|
6
6
|
* @since 1.0
|
|
7
7
|
*
|
|
8
8
|
* @dependency terra-plot
|
|
9
|
+
* @dependency terra-date-range-slider
|
|
10
|
+
* @dependency terra-variable-combobox
|
|
9
11
|
*/
|
|
10
12
|
declare const reactWrapper: import("@lit/react").ReactWebComponent<Component, {}>;
|
|
11
13
|
export default reactWrapper;
|
|
@@ -1,41 +1,43 @@
|
|
|
1
1
|
import {
|
|
2
2
|
time_series_default
|
|
3
|
-
} from "../../chunks/chunk.
|
|
4
|
-
import "../../chunks/chunk.
|
|
5
|
-
import "../../chunks/chunk.
|
|
6
|
-
import "../../chunks/chunk.
|
|
7
|
-
import "../../chunks/chunk.
|
|
3
|
+
} from "../../chunks/chunk.G6JGOSCF.js";
|
|
4
|
+
import "../../chunks/chunk.6LGKPYEG.js";
|
|
5
|
+
import "../../chunks/chunk.YCC37YOJ.js";
|
|
6
|
+
import "../../chunks/chunk.GPUFE4ML.js";
|
|
7
|
+
import "../../chunks/chunk.BWPJE62Z.js";
|
|
8
8
|
import "../../chunks/chunk.T322FDKI.js";
|
|
9
|
-
import "../../chunks/chunk.
|
|
9
|
+
import "../../chunks/chunk.GWHZAFS3.js";
|
|
10
10
|
import "../../chunks/chunk.UU46CLE7.js";
|
|
11
|
-
import "../../chunks/chunk.
|
|
11
|
+
import "../../chunks/chunk.5ZPHPIFF.js";
|
|
12
12
|
import "../../chunks/chunk.BLNUBLUS.js";
|
|
13
|
-
import "../../chunks/chunk.
|
|
14
|
-
import "../../chunks/chunk.
|
|
13
|
+
import "../../chunks/chunk.AIVTWWUU.js";
|
|
14
|
+
import "../../chunks/chunk.L77E7KJ5.js";
|
|
15
15
|
import "../../chunks/chunk.ZCNMYQP2.js";
|
|
16
|
-
import "../../chunks/chunk.
|
|
16
|
+
import "../../chunks/chunk.GPDRN464.js";
|
|
17
17
|
import "../../chunks/chunk.AAWOHDFX.js";
|
|
18
18
|
import "../../chunks/chunk.3ZGFXEAJ.js";
|
|
19
19
|
import "../../chunks/chunk.LELNKRPW.js";
|
|
20
20
|
import "../../chunks/chunk.KPXFSE3J.js";
|
|
21
21
|
import "../../chunks/chunk.IBEKZVOY.js";
|
|
22
|
-
import "../../chunks/chunk.
|
|
23
|
-
import "../../chunks/chunk.
|
|
22
|
+
import "../../chunks/chunk.QXJ53GFV.js";
|
|
23
|
+
import "../../chunks/chunk.CL62YJ3N.js";
|
|
24
|
+
import "../../chunks/chunk.6ODALLBA.js";
|
|
25
|
+
import "../../chunks/chunk.P5WAUI32.js";
|
|
24
26
|
import "../../chunks/chunk.7DOMZGX7.js";
|
|
25
27
|
import "../../chunks/chunk.UCNEPIMI.js";
|
|
26
28
|
import "../../chunks/chunk.7VUSSQRI.js";
|
|
27
29
|
import "../../chunks/chunk.XTCYIPKA.js";
|
|
28
|
-
import "../../chunks/chunk.
|
|
30
|
+
import "../../chunks/chunk.77CJZ2RP.js";
|
|
29
31
|
import "../../chunks/chunk.OIDMX5LU.js";
|
|
30
32
|
import "../../chunks/chunk.KW4TJM4C.js";
|
|
31
33
|
import "../../chunks/chunk.OU4UPMYR.js";
|
|
32
34
|
import "../../chunks/chunk.NQKBKXPW.js";
|
|
33
|
-
import "../../chunks/chunk.
|
|
34
|
-
import "../../chunks/chunk.
|
|
35
|
+
import "../../chunks/chunk.WDY2TEG5.js";
|
|
36
|
+
import "../../chunks/chunk.R4X6BEGH.js";
|
|
35
37
|
import "../../chunks/chunk.NYBJ252W.js";
|
|
36
38
|
import "../../chunks/chunk.ZK7QVWBI.js";
|
|
37
39
|
import "../../chunks/chunk.SHS42OAD.js";
|
|
38
|
-
import "../../chunks/chunk.
|
|
40
|
+
import "../../chunks/chunk.FFQ32TPH.js";
|
|
39
41
|
import "../../chunks/chunk.RYPAZDXE.js";
|
|
40
42
|
export {
|
|
41
43
|
time_series_default as default
|
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
import {
|
|
2
2
|
variable_combobox_default
|
|
3
|
-
} from "../../chunks/chunk.
|
|
4
|
-
import "../../chunks/chunk.
|
|
3
|
+
} from "../../chunks/chunk.JSPLWLW4.js";
|
|
4
|
+
import "../../chunks/chunk.BWPJE62Z.js";
|
|
5
5
|
import "../../chunks/chunk.T322FDKI.js";
|
|
6
|
-
import "../../chunks/chunk.
|
|
6
|
+
import "../../chunks/chunk.GWHZAFS3.js";
|
|
7
7
|
import "../../chunks/chunk.UU46CLE7.js";
|
|
8
|
-
import "../../chunks/chunk.
|
|
9
|
-
import "../../chunks/chunk.
|
|
8
|
+
import "../../chunks/chunk.6ODALLBA.js";
|
|
9
|
+
import "../../chunks/chunk.P5WAUI32.js";
|
|
10
10
|
import "../../chunks/chunk.7DOMZGX7.js";
|
|
11
11
|
import "../../chunks/chunk.UCNEPIMI.js";
|
|
12
12
|
import "../../chunks/chunk.7VUSSQRI.js";
|
|
13
13
|
import "../../chunks/chunk.XTCYIPKA.js";
|
|
14
14
|
import "../../chunks/chunk.NQKBKXPW.js";
|
|
15
|
-
import "../../chunks/chunk.
|
|
16
|
-
import "../../chunks/chunk.
|
|
15
|
+
import "../../chunks/chunk.WDY2TEG5.js";
|
|
16
|
+
import "../../chunks/chunk.R4X6BEGH.js";
|
|
17
17
|
import "../../chunks/chunk.NYBJ252W.js";
|
|
18
18
|
import "../../chunks/chunk.ZK7QVWBI.js";
|
|
19
19
|
import "../../chunks/chunk.SHS42OAD.js";
|
|
20
|
-
import "../../chunks/chunk.
|
|
20
|
+
import "../../chunks/chunk.FFQ32TPH.js";
|
|
21
21
|
import "../../chunks/chunk.RYPAZDXE.js";
|
|
22
22
|
export {
|
|
23
23
|
variable_combobox_default as default
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
variable_combobox_default
|
|
3
|
-
} from "./chunks/chunk.
|
|
3
|
+
} from "./chunks/chunk.TYOFMEXP.js";
|
|
4
4
|
import {
|
|
5
5
|
getAnimationNames,
|
|
6
6
|
getEasingNames
|
|
@@ -12,28 +12,28 @@ import {
|
|
|
12
12
|
import "./chunks/chunk.HAL7R4WT.js";
|
|
13
13
|
import {
|
|
14
14
|
time_series_default
|
|
15
|
-
} from "./chunks/chunk.
|
|
16
|
-
import "./chunks/chunk.
|
|
17
|
-
import "./chunks/chunk.
|
|
18
|
-
import "./chunks/chunk.
|
|
19
|
-
import "./chunks/chunk.
|
|
15
|
+
} from "./chunks/chunk.SQLL2RBE.js";
|
|
16
|
+
import "./chunks/chunk.6LGKPYEG.js";
|
|
17
|
+
import "./chunks/chunk.YCC37YOJ.js";
|
|
18
|
+
import "./chunks/chunk.GPUFE4ML.js";
|
|
19
|
+
import "./chunks/chunk.BWPJE62Z.js";
|
|
20
20
|
import "./chunks/chunk.T322FDKI.js";
|
|
21
|
-
import "./chunks/chunk.
|
|
21
|
+
import "./chunks/chunk.GWHZAFS3.js";
|
|
22
22
|
import "./chunks/chunk.UU46CLE7.js";
|
|
23
23
|
import {
|
|
24
24
|
map_default
|
|
25
|
-
} from "./chunks/chunk.
|
|
25
|
+
} from "./chunks/chunk.WTWMCOXO.js";
|
|
26
26
|
import {
|
|
27
27
|
plot_default
|
|
28
|
-
} from "./chunks/chunk.
|
|
29
|
-
import "./chunks/chunk.
|
|
28
|
+
} from "./chunks/chunk.CXK7TBKA.js";
|
|
29
|
+
import "./chunks/chunk.5ZPHPIFF.js";
|
|
30
30
|
import "./chunks/chunk.BLNUBLUS.js";
|
|
31
31
|
import {
|
|
32
32
|
spatial_picker_default
|
|
33
|
-
} from "./chunks/chunk.
|
|
34
|
-
import "./chunks/chunk.
|
|
33
|
+
} from "./chunks/chunk.AIVTWWUU.js";
|
|
34
|
+
import "./chunks/chunk.L77E7KJ5.js";
|
|
35
35
|
import "./chunks/chunk.ZCNMYQP2.js";
|
|
36
|
-
import "./chunks/chunk.
|
|
36
|
+
import "./chunks/chunk.GPDRN464.js";
|
|
37
37
|
import "./chunks/chunk.AAWOHDFX.js";
|
|
38
38
|
import "./chunks/chunk.3ZGFXEAJ.js";
|
|
39
39
|
import "./chunks/chunk.LELNKRPW.js";
|
|
@@ -41,13 +41,13 @@ import "./chunks/chunk.KPXFSE3J.js";
|
|
|
41
41
|
import "./chunks/chunk.IBEKZVOY.js";
|
|
42
42
|
import {
|
|
43
43
|
loader_default
|
|
44
|
-
} from "./chunks/chunk.
|
|
45
|
-
import "./chunks/chunk.
|
|
46
|
-
import "./chunks/chunk.
|
|
44
|
+
} from "./chunks/chunk.JU5YFOQN.js";
|
|
45
|
+
import "./chunks/chunk.QXJ53GFV.js";
|
|
46
|
+
import "./chunks/chunk.CL62YJ3N.js";
|
|
47
47
|
import {
|
|
48
48
|
icon_default
|
|
49
|
-
} from "./chunks/chunk.
|
|
50
|
-
import "./chunks/chunk.
|
|
49
|
+
} from "./chunks/chunk.6ODALLBA.js";
|
|
50
|
+
import "./chunks/chunk.P5WAUI32.js";
|
|
51
51
|
import {
|
|
52
52
|
registerIconLibrary,
|
|
53
53
|
unregisterIconLibrary
|
|
@@ -57,15 +57,15 @@ import "./chunks/chunk.7VUSSQRI.js";
|
|
|
57
57
|
import "./chunks/chunk.XTCYIPKA.js";
|
|
58
58
|
import {
|
|
59
59
|
combobox_default
|
|
60
|
-
} from "./chunks/chunk.
|
|
61
|
-
import "./chunks/chunk.
|
|
60
|
+
} from "./chunks/chunk.VI6CGSH2.js";
|
|
61
|
+
import "./chunks/chunk.GRKVP6IU.js";
|
|
62
62
|
import "./chunks/chunk.JFU3ZCDL.js";
|
|
63
63
|
import "./chunks/chunk.LMGJJIIS.js";
|
|
64
64
|
import "./chunks/chunk.UVHPNM6M.js";
|
|
65
65
|
import {
|
|
66
66
|
date_range_slider_default
|
|
67
|
-
} from "./chunks/chunk.
|
|
68
|
-
import "./chunks/chunk.
|
|
67
|
+
} from "./chunks/chunk.DUNBSI2Y.js";
|
|
68
|
+
import "./chunks/chunk.77CJZ2RP.js";
|
|
69
69
|
import "./chunks/chunk.OIDMX5LU.js";
|
|
70
70
|
import "./chunks/chunk.KW4TJM4C.js";
|
|
71
71
|
import "./chunks/chunk.OU4UPMYR.js";
|
|
@@ -75,16 +75,16 @@ import {
|
|
|
75
75
|
} from "./chunks/chunk.NQKBKXPW.js";
|
|
76
76
|
import {
|
|
77
77
|
button_default
|
|
78
|
-
} from "./chunks/chunk.
|
|
79
|
-
import "./chunks/chunk.
|
|
78
|
+
} from "./chunks/chunk.WDY2TEG5.js";
|
|
79
|
+
import "./chunks/chunk.R4X6BEGH.js";
|
|
80
80
|
import "./chunks/chunk.NYBJ252W.js";
|
|
81
81
|
import "./chunks/chunk.ZK7QVWBI.js";
|
|
82
82
|
import "./chunks/chunk.SHS42OAD.js";
|
|
83
83
|
import {
|
|
84
84
|
chip_default
|
|
85
|
-
} from "./chunks/chunk.
|
|
86
|
-
import "./chunks/chunk.
|
|
87
|
-
import "./chunks/chunk.
|
|
85
|
+
} from "./chunks/chunk.EIVD3TZT.js";
|
|
86
|
+
import "./chunks/chunk.TPCWPFMX.js";
|
|
87
|
+
import "./chunks/chunk.FFQ32TPH.js";
|
|
88
88
|
import "./chunks/chunk.N2DS7NLI.js";
|
|
89
89
|
import "./chunks/chunk.RYPAZDXE.js";
|
|
90
90
|
export {
|
|
@@ -3,11 +3,11 @@ import type { DefineComponent } from "vue";
|
|
|
3
3
|
import type { TerraButton } from "../../components/button/button.component.js";
|
|
4
4
|
import type { TerraChip } from "../../components/chip/chip.component.js";
|
|
5
5
|
import type { TerraCombobox } from "../../components/combobox/combobox.component.js";
|
|
6
|
-
import type { TerraDateRangeSlider } from "../../components/date-range-slider/date-range-slider.component.js";
|
|
7
6
|
import type { TerraIcon } from "../../components/icon/icon.component.js";
|
|
8
|
-
import type { TerraLoader } from "../../components/loader/loader.component.js";
|
|
9
7
|
import type { TerraMap } from "../../components/map/map.component.js";
|
|
8
|
+
import type { TerraLoader } from "../../components/loader/loader.component.js";
|
|
10
9
|
import type { TerraPlot } from "../../components/plot/plot.component.js";
|
|
10
|
+
import type { TerraDateRangeSlider } from "../../components/date-range-slider/date-range-slider.component.js";
|
|
11
11
|
import type { TerraSpatialPicker } from "../../components/spatial-picker/spatial-picker.component.js";
|
|
12
12
|
import type { TerraTimeSeries } from "../../components/time-series/time-series.component.js";
|
|
13
13
|
import type { TerraVariableCombobox } from "../../components/variable-combobox/variable-combobox.component.js";
|
|
@@ -106,25 +106,6 @@ When hidden, still presents to screen readers. */
|
|
|
106
106
|
searchResults?: TerraCombobox["searchResults"];
|
|
107
107
|
};
|
|
108
108
|
|
|
109
|
-
type TerraDateRangeSliderProps = {
|
|
110
|
-
/** */
|
|
111
|
-
"time-scale"?: TerraDateRangeSlider["timeScale"];
|
|
112
|
-
/** */
|
|
113
|
-
"min-date"?: TerraDateRangeSlider["minDate"];
|
|
114
|
-
/** */
|
|
115
|
-
"max-date"?: TerraDateRangeSlider["maxDate"];
|
|
116
|
-
/** The start date for the time series plot. */
|
|
117
|
-
"start-date"?: TerraDateRangeSlider["startDate"];
|
|
118
|
-
/** */
|
|
119
|
-
"end-date"?: TerraDateRangeSlider["endDate"];
|
|
120
|
-
/** */
|
|
121
|
-
disabled?: TerraDateRangeSlider["disabled"];
|
|
122
|
-
/** */
|
|
123
|
-
"has-pips"?: TerraDateRangeSlider["hasPips"];
|
|
124
|
-
/** */
|
|
125
|
-
slider?: TerraDateRangeSlider["slider"];
|
|
126
|
-
};
|
|
127
|
-
|
|
128
109
|
type TerraIconProps = {
|
|
129
110
|
/** The name of the icon to draw. Available names depend on the icon library being used. */
|
|
130
111
|
name?: TerraIcon["name"];
|
|
@@ -148,19 +129,6 @@ ignored by assistive devices. */
|
|
|
148
129
|
onTerraError?: (e: CustomEvent<never>) => void;
|
|
149
130
|
};
|
|
150
131
|
|
|
151
|
-
type TerraLoaderProps = {
|
|
152
|
-
/** The loader's size */
|
|
153
|
-
size?: TerraLoader["size"];
|
|
154
|
-
/** The loader's theme, light or dark mode */
|
|
155
|
-
theme?: TerraLoader["theme"];
|
|
156
|
-
/** The percent complete for the loader to display */
|
|
157
|
-
percent?: TerraLoader["percent"];
|
|
158
|
-
/** A label used by a screen reader which describes the loader element (e.g., "Loading video of Tropical Storm Nepartak") */
|
|
159
|
-
label?: TerraLoader["label"];
|
|
160
|
-
/** A message used by a screen reader to describe current value of loader element in a more human-understandable way (e.g, "12% of 45MB") */
|
|
161
|
-
message?: TerraLoader["message"];
|
|
162
|
-
};
|
|
163
|
-
|
|
164
132
|
type TerraMapProps = {
|
|
165
133
|
/** Minimum zoom level of the map. */
|
|
166
134
|
"min-zoom"?: TerraMap["minZoom"];
|
|
@@ -186,6 +154,21 @@ type TerraMapProps = {
|
|
|
186
154
|
_mapController?: TerraMap["_mapController"];
|
|
187
155
|
};
|
|
188
156
|
|
|
157
|
+
type TerraLoaderProps = {
|
|
158
|
+
/** The loader's size */
|
|
159
|
+
size?: TerraLoader["size"];
|
|
160
|
+
/** The loader's theme, light or dark mode */
|
|
161
|
+
theme?: TerraLoader["theme"];
|
|
162
|
+
/** The percent complete for the loader to display */
|
|
163
|
+
percent?: TerraLoader["percent"];
|
|
164
|
+
/** an indeterminate loader has an unknown progress and will show a spinner */
|
|
165
|
+
indeterminate?: TerraLoader["indeterminate"];
|
|
166
|
+
/** A label used by a screen reader which describes the loader element (e.g., "Loading video of Tropical Storm Nepartak") */
|
|
167
|
+
label?: TerraLoader["label"];
|
|
168
|
+
/** A message used by a screen reader to describe current value of loader element in a more human-understandable way (e.g, "12% of 45MB") */
|
|
169
|
+
message?: TerraLoader["message"];
|
|
170
|
+
};
|
|
171
|
+
|
|
189
172
|
type TerraPlotProps = {
|
|
190
173
|
/** */
|
|
191
174
|
plotTitle?: TerraPlot["plotTitle"];
|
|
@@ -201,6 +184,25 @@ type TerraPlotProps = {
|
|
|
201
184
|
base?: TerraPlot["base"];
|
|
202
185
|
};
|
|
203
186
|
|
|
187
|
+
type TerraDateRangeSliderProps = {
|
|
188
|
+
/** */
|
|
189
|
+
"time-scale"?: TerraDateRangeSlider["timeScale"];
|
|
190
|
+
/** */
|
|
191
|
+
"min-date"?: TerraDateRangeSlider["minDate"];
|
|
192
|
+
/** */
|
|
193
|
+
"max-date"?: TerraDateRangeSlider["maxDate"];
|
|
194
|
+
/** The start date for the time series plot. */
|
|
195
|
+
"start-date"?: TerraDateRangeSlider["startDate"];
|
|
196
|
+
/** */
|
|
197
|
+
"end-date"?: TerraDateRangeSlider["endDate"];
|
|
198
|
+
/** */
|
|
199
|
+
disabled?: TerraDateRangeSlider["disabled"];
|
|
200
|
+
/** */
|
|
201
|
+
"has-pips"?: TerraDateRangeSlider["hasPips"];
|
|
202
|
+
/** */
|
|
203
|
+
slider?: TerraDateRangeSlider["slider"];
|
|
204
|
+
};
|
|
205
|
+
|
|
204
206
|
type TerraSpatialPickerProps = {
|
|
205
207
|
/** Minimum zoom level of the map. */
|
|
206
208
|
"min-zoom"?: TerraSpatialPicker["minZoom"];
|
|
@@ -338,23 +340,6 @@ export type CustomElements = {
|
|
|
338
340
|
*/
|
|
339
341
|
"terra-combobox": DefineComponent<TerraComboboxProps>;
|
|
340
342
|
|
|
341
|
-
/**
|
|
342
|
-
* Short summary of the component's intended use.
|
|
343
|
-
* ---
|
|
344
|
-
*
|
|
345
|
-
*
|
|
346
|
-
* ### **Slots:**
|
|
347
|
-
* - _default_ - The default slot.
|
|
348
|
-
* - **example** - An example slot.
|
|
349
|
-
*
|
|
350
|
-
* ### **CSS Properties:**
|
|
351
|
-
* - **--example** - An example CSS custom property. _(default: undefined)_
|
|
352
|
-
*
|
|
353
|
-
* ### **CSS Parts:**
|
|
354
|
-
* - **base** - The component's base wrapper.
|
|
355
|
-
*/
|
|
356
|
-
"terra-date-range-slider": DefineComponent<TerraDateRangeSliderProps>;
|
|
357
|
-
|
|
358
343
|
/**
|
|
359
344
|
* Icons are symbols that can be used to represent various options within an application.
|
|
360
345
|
* ---
|
|
@@ -369,6 +354,13 @@ export type CustomElements = {
|
|
|
369
354
|
*/
|
|
370
355
|
"terra-icon": DefineComponent<TerraIconProps>;
|
|
371
356
|
|
|
357
|
+
/**
|
|
358
|
+
* A map component for visualizing and selecting coordinates.
|
|
359
|
+
* ---
|
|
360
|
+
*
|
|
361
|
+
*/
|
|
362
|
+
"terra-map": DefineComponent<TerraMapProps>;
|
|
363
|
+
|
|
372
364
|
/**
|
|
373
365
|
* Loaders are used to indicate there is content that is loading.
|
|
374
366
|
* ---
|
|
@@ -383,21 +375,31 @@ export type CustomElements = {
|
|
|
383
375
|
"terra-loader": DefineComponent<TerraLoaderProps>;
|
|
384
376
|
|
|
385
377
|
/**
|
|
386
|
-
* A
|
|
378
|
+
* A web component for interactive graphs using Plotly.js.
|
|
387
379
|
* ---
|
|
388
380
|
*
|
|
381
|
+
*
|
|
382
|
+
* ### **CSS Parts:**
|
|
383
|
+
* - **base** - The component's base wrapper.
|
|
389
384
|
*/
|
|
390
|
-
"terra-
|
|
385
|
+
"terra-plot": DefineComponent<TerraPlotProps>;
|
|
391
386
|
|
|
392
387
|
/**
|
|
393
|
-
*
|
|
388
|
+
* Short summary of the component's intended use.
|
|
394
389
|
* ---
|
|
395
390
|
*
|
|
396
391
|
*
|
|
392
|
+
* ### **Slots:**
|
|
393
|
+
* - _default_ - The default slot.
|
|
394
|
+
* - **example** - An example slot.
|
|
395
|
+
*
|
|
396
|
+
* ### **CSS Properties:**
|
|
397
|
+
* - **--example** - An example CSS custom property. _(default: undefined)_
|
|
398
|
+
*
|
|
397
399
|
* ### **CSS Parts:**
|
|
398
400
|
* - **base** - The component's base wrapper.
|
|
399
401
|
*/
|
|
400
|
-
"terra-
|
|
402
|
+
"terra-date-range-slider": DefineComponent<TerraDateRangeSliderProps>;
|
|
401
403
|
|
|
402
404
|
/**
|
|
403
405
|
* A component that allows input of coordinates and rendering of map.
|
|
@@ -309,6 +309,11 @@
|
|
|
309
309
|
"description": "The percent complete for the loader to display",
|
|
310
310
|
"values": []
|
|
311
311
|
},
|
|
312
|
+
{
|
|
313
|
+
"name": "indeterminate",
|
|
314
|
+
"description": "an indeterminate loader has an unknown progress and will show a spinner",
|
|
315
|
+
"values": []
|
|
316
|
+
},
|
|
312
317
|
{
|
|
313
318
|
"name": "label",
|
|
314
319
|
"description": "A label used by a screen reader which describes the loader element (e.g., \"Loading video of Tropical Storm Nepartak\")",
|
|
@@ -327,6 +332,22 @@
|
|
|
327
332
|
}
|
|
328
333
|
]
|
|
329
334
|
},
|
|
335
|
+
{
|
|
336
|
+
"name": "terra-plot",
|
|
337
|
+
"description": "A web component for interactive graphs using Plotly.js.\n---\n\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.",
|
|
338
|
+
"attributes": [
|
|
339
|
+
{ "name": "plotTitle", "values": [] },
|
|
340
|
+
{ "name": "layout", "values": [{ "name": "Partial<Layout>" }] },
|
|
341
|
+
{ "name": "config", "values": [{ "name": "Partial<Config>" }] },
|
|
342
|
+
{ "name": "data", "values": [{ "name": "Array<Partial<Data>>" }] }
|
|
343
|
+
],
|
|
344
|
+
"references": [
|
|
345
|
+
{
|
|
346
|
+
"name": "Documentation",
|
|
347
|
+
"url": "https://disc.gsfc.nasa.gov/components/plot"
|
|
348
|
+
}
|
|
349
|
+
]
|
|
350
|
+
},
|
|
330
351
|
{
|
|
331
352
|
"name": "terra-map",
|
|
332
353
|
"description": "A map component for visualizing and selecting coordinates.\n---\n",
|
|
@@ -423,22 +444,6 @@
|
|
|
423
444
|
}
|
|
424
445
|
]
|
|
425
446
|
},
|
|
426
|
-
{
|
|
427
|
-
"name": "terra-plot",
|
|
428
|
-
"description": "A web component for interactive graphs using Plotly.js.\n---\n\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.",
|
|
429
|
-
"attributes": [
|
|
430
|
-
{ "name": "plotTitle", "values": [] },
|
|
431
|
-
{ "name": "layout", "values": [{ "name": "Partial<Layout>" }] },
|
|
432
|
-
{ "name": "config", "values": [{ "name": "Partial<Config>" }] },
|
|
433
|
-
{ "name": "data", "values": [{ "name": "Array<Partial<Data>>" }] }
|
|
434
|
-
],
|
|
435
|
-
"references": [
|
|
436
|
-
{
|
|
437
|
-
"name": "Documentation",
|
|
438
|
-
"url": "https://disc.gsfc.nasa.gov/components/plot"
|
|
439
|
-
}
|
|
440
|
-
]
|
|
441
|
-
},
|
|
442
447
|
{
|
|
443
448
|
"name": "terra-time-series",
|
|
444
449
|
"description": "A component for visualizing time series data using the GES DISC Giovanni API.\n---\n",
|