terra_ui_components 0.0.66__tar.gz → 0.0.68__tar.gz
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.
Potentially problematic release.
This version of terra_ui_components might be problematic. Click here for more details.
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/PKG-INFO +2 -2
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/package-lock.json +2 -2
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/package.json +1 -1
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/pyproject.toml +2 -2
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/scripts/build.js +2 -4
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/browse-variables/browse-variables.component.ts +10 -7
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/browse-variables/browse-variables.types.ts +1 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/data-subsetter/data-subsetter.controller.ts +9 -2
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/plot-toolbar/plot-toolbar.component.ts +18 -5
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/plot-toolbar/plot-toolbar.styles.ts +7 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/time-average-map/time-average-map.component.ts +197 -2
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/time-average-map/time-average-map.controller.ts +0 -1
- terra_ui_components-0.0.68/src/components/time-average-map/time-average-map.styles.ts +37 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/time-series/time-series.component.ts +1 -6
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/time-series/time-series.controller.ts +0 -1
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/variable-combobox/variable-combobox.component.ts +10 -1
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/lib/graphql-client.ts +1 -1
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/metadata-catalog/queries.ts +1 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/terra_ui_components/base.py +2 -2
- terra_ui_components-0.0.66/src/components/time-average-map/time-average-map.styles.ts +0 -13
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/.editorconfig +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/.github/ISSUE_TEMPLATE/config.yml +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/.github/workflows/build_and_deploy_docs.yml +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/.github/workflows/node.js.yml +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/.github/workflows/release.yml +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/.gitignore +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/.gitpod.yml +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/.husky/pre-commit +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/.prettierignore +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/.vscode/extensions.json +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/.vscode/settings.json +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/LICENSE.md +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/README.md +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/certs/server.crt +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/certs/server.key +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/cspell.json +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/custom-elements-manifest.config.js +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/custom-elements-manifest.mjs +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/_includes/component.njk +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/_includes/default.njk +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/_includes/sidebar.njk +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/_utilities/active-links.cjs +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/_utilities/anchor-headings.cjs +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/_utilities/cem.cjs +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/_utilities/code-previews.cjs +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/_utilities/copy-code-buttons.cjs +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/_utilities/external-links.cjs +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/_utilities/highlight-code.cjs +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/_utilities/markdown.cjs +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/_utilities/prettier.cjs +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/_utilities/replacer.cjs +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/_utilities/scrolling-tables.cjs +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/_utilities/strings.cjs +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/_utilities/table-of-contents.cjs +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/_utilities/typography.cjs +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/assets/examples/carousel/field.jpg +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/assets/examples/carousel/mountains.jpg +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/assets/examples/carousel/sunset.jpg +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/assets/examples/carousel/valley.jpg +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/assets/examples/carousel/waterfall.jpg +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/assets/examples/include.html +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/assets/images/NASA_logo.svg +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/assets/images/awesome.svg +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/assets/images/chrome.png +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/assets/images/edge.png +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/assets/images/firefox.png +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/assets/images/gitpod.svg +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/assets/images/logo.svg +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/assets/images/logo.white.png +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/assets/images/og-image.png +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/assets/images/opera.png +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/assets/images/safari.png +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/assets/images/shoe.svg +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/assets/images/tie.webp +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/assets/images/touch-icon.png +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/assets/images/twitter-card.png +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/assets/images/undraw-content-team.svg +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/assets/images/undraw-not-found.svg +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/assets/images/undraw-taken.svg +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/assets/images/walk.gif +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/assets/images/wordmark.svg +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/assets/scripts/code-previews.js +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/assets/scripts/docs.js +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/assets/scripts/search.js +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/assets/scripts/turbo.js +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/assets/styles/code-previews.css +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/assets/styles/docs.css +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/assets/styles/search.css +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/eleventy.config.cjs +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/pages/404.md +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/pages/components/accordion.md +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/pages/components/alert.md +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/pages/components/browse-variables.md +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/pages/components/button.md +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/pages/components/chip.md +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/pages/components/combobox.md +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/pages/components/data-rods.md +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/pages/components/data-subsetter-history.md +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/pages/components/data-subsetter.md +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/pages/components/date-picker.md +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/pages/components/date-range-slider.md +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/pages/components/dialog.md +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/pages/components/icon.md +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/pages/components/loader.md +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/pages/components/login.md +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/pages/components/map.md +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/pages/components/plot-toolbar.md +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/pages/components/plot.md +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/pages/components/skeleton.md +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/pages/components/spatial-picker.md +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/pages/components/time-average-map.md +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/pages/components/time-series.md +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/pages/components/variable-combobox.md +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/pages/components/variable-keyword-search.md +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/pages/frameworks/angular.md +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/pages/frameworks/react.md +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/pages/frameworks/vue-2.md +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/pages/frameworks/vue.md +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/pages/getting-started/customizing.md +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/pages/getting-started/form-controls.md +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/pages/getting-started/installation.md +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/pages/getting-started/localization.md +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/pages/getting-started/themes.md +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/pages/getting-started/usage.md +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/pages/index.md +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/pages/tokens/border-radius.md +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/pages/tokens/color.md +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/pages/tokens/elevation.md +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/pages/tokens/more.md +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/pages/tokens/spacing.md +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/pages/tokens/transition.md +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/pages/tokens/typography.md +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/pages/tokens/z-index.md +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/pages/tutorials/integrating-with-laravel.md +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/pages/tutorials/integrating-with-nextjs.md +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/pages/tutorials/integrating-with-rails.md +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/lint-staged.config.js +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/notebooks/playground.ipynb +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/scripts/bump-python-version.js +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/scripts/make-assets.js +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/scripts/make-icons.js +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/scripts/make-metadata.js +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/scripts/make-react.js +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/scripts/make-themes.js +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/scripts/plop/plopfile.js +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/scripts/plop/templates/component/component.hbs +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/scripts/plop/templates/component/define.hbs +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/scripts/plop/templates/component/docs.hbs +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/scripts/plop/templates/component/styles.hbs +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/scripts/plop/templates/component/tests.hbs +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/scripts/plop/templates/widget/widget.py.hbs +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/scripts/shared.js +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/auth/auth.controller.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/auth/auth.service.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/accordion/accordion.component.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/accordion/accordion.styles.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/accordion/accordion.test.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/accordion/accordion.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/alert/alert.component.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/alert/alert.styles.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/alert/alert.test.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/alert/alert.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/browse-variables/browse-variables.controller.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/browse-variables/browse-variables.styles.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/browse-variables/browse-variables.test.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/browse-variables/browse-variables.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/button/button.component.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/button/button.styles.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/button/button.test.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/button/button.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/chip/chip.component.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/chip/chip.styles.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/chip/chip.test.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/chip/chip.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/combobox/combobox.component.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/combobox/combobox.styles.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/combobox/combobox.test.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/combobox/combobox.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/combobox/lib.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/combobox/type.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/data-rods/data-rods.component.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/data-rods/data-rods.styles.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/data-rods/data-rods.test.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/data-rods/data-rods.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/data-subsetter/assets/download_subset_files.py.txt +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/data-subsetter/data-subsetter.component.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/data-subsetter/data-subsetter.styles.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/data-subsetter/data-subsetter.test.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/data-subsetter/data-subsetter.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/data-subsetter-history/data-subsetter-history.component.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/data-subsetter-history/data-subsetter-history.controller.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/data-subsetter-history/data-subsetter-history.styles.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/data-subsetter-history/data-subsetter-history.test.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/data-subsetter-history/data-subsetter-history.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/date-picker/date-picker.component.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/date-picker/date-picker.styles.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/date-picker/date-picker.test.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/date-picker/date-picker.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/date-range-slider/date-range-slider.component.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/date-range-slider/date-range-slider.styles.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/date-range-slider/date-range-slider.test.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/date-range-slider/date-range-slider.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/date-range-slider/noui-slider-utilities.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/dialog/dialog.component.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/dialog/dialog.styles.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/dialog/dialog.test.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/dialog/dialog.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/icon/icon.component.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/icon/icon.styles.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/icon/icon.test.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/icon/icon.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/icon/library.default.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/icon/library.heroicons.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/icon/library.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/loader/loader.component.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/loader/loader.styles.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/loader/loader.test.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/loader/loader.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/login/login.component.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/login/login.styles.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/login/login.test.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/login/login.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/map/leaflet-draw.styles.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/map/leaflet-utils.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/map/leaflet.styles.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/map/map.component.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/map/map.controller.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/map/map.styles.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/map/map.test.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/map/map.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/map/type.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/plot/plot.component.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/plot/plot.styles.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/plot/plot.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/plot/plot.types.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/plot-toolbar/plot-toolbar.test.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/plot-toolbar/plot-toolbar.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/plot-toolbar/plot-toolbar.types.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/skeleton/skeleton.component.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/skeleton/skeleton.styles.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/skeleton/skeleton.test.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/skeleton/skeleton.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/spatial-picker/spatial-picker.component.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/spatial-picker/spatial-picker.styles.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/spatial-picker/spatial-picker.test.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/spatial-picker/spatial-picker.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/time-average-map/time-average-map.test.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/time-average-map/time-average-map.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/time-series/time-series.styles.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/time-series/time-series.test.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/time-series/time-series.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/time-series/time-series.types.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/variable-combobox/lib.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/variable-combobox/variable-combobox.controller.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/variable-combobox/variable-combobox.styles.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/variable-combobox/variable-combobox.test.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/variable-combobox/variable-combobox.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/variable-combobox/variable-combobox.types.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/variable-keyword-search/lib.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/variable-keyword-search/variable-keyword-search.component.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/variable-keyword-search/variable-keyword-search.controller.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/variable-keyword-search/variable-keyword-search.styles.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/variable-keyword-search/variable-keyword-search.test.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/variable-keyword-search/variable-keyword-search.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/components/variable-keyword-search/variable-keyword-search.types.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/data-services/harmony-data-service.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/data-services/queries.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/data-services/types.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/declaration.d.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/events/events.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/events/terra-accordion-toggle.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/events/terra-after-hide.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/events/terra-after-show.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/events/terra-change.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/events/terra-combobox-change.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/events/terra-date-range-change.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/events/terra-dialog-hide.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/events/terra-dialog-show.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/events/terra-error.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/events/terra-hide.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/events/terra-load.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/events/terra-login.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/events/terra-map-change.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/events/terra-plot-relayout.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/events/terra-remove.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/events/terra-search.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/events/terra-show.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/events/terra-subset-job-complete.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/events/terra-time-average-map-data-change.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/events/terra-time-series-data-change.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/events/terra-variable-keyword-search-change.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/events/terra-variables-change.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/geojson/giovanni-geojson.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/geojson/queries.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/geojson/types.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/internal/active-elements.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/internal/animate.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/internal/debounce.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/internal/default-value.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/internal/drag.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/internal/event.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/internal/form.test.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/internal/form.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/internal/indexeddb.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/internal/math.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/internal/modal.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/internal/offset.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/internal/scroll.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/internal/scrollend-polyfill.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/internal/slot.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/internal/string.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/internal/tabbable.test.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/internal/tabbable.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/internal/terra-element.test.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/internal/terra-element.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/internal/test/data-testid-helpers.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/internal/test/element-visible-overflow.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/internal/test/form-control-base-tests.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/internal/test/wait-for-scrolling.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/internal/test.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/internal/watch.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/lib/dataset.test.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/lib/dataset.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/metadata-catalog/cmr-catalog.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/metadata-catalog/giovanni-variable-catalog.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/metadata-catalog/types.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/styles/component.styles.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/styles/form-control.styles.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/terra-ui-components-autoloader.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/terra-ui-components.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/terra_ui_components/README.md +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/terra_ui_components/__init__.py +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/terra_ui_components/accordion/__init__.py +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/terra_ui_components/accordion/accordion.py +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/terra_ui_components/browse_variables/__init__.py +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/terra_ui_components/browse_variables/browse_variables.py +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/terra_ui_components/data_rods/__init__.py +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/terra_ui_components/data_rods/data_rods.py +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/terra_ui_components/data_subsetter/__init__.py +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/terra_ui_components/data_subsetter/data_subsetter.py +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/terra_ui_components/data_subsetter_history/__init__.py +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/terra_ui_components/data_subsetter_history/data_subsetter_history.py +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/terra_ui_components/date_picker/__init__.py +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/terra_ui_components/date_picker/date_picker.py +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/terra_ui_components/date_range_slider/__init__.py +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/terra_ui_components/date_range_slider/date_range_slider.py +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/terra_ui_components/dialog/__init__.py +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/terra_ui_components/dialog/dialog.py +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/terra_ui_components/login/__init__.py +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/terra_ui_components/login/login.py +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/terra_ui_components/plot_toolbar/__init__.py +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/terra_ui_components/plot_toolbar/plot_toolbar.py +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/terra_ui_components/time_average_map/__init__.py +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/terra_ui_components/time_average_map/time_average_map.py +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/terra_ui_components/time_series/__init__.py +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/terra_ui_components/time_series/time_series.py +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/terra_ui_components/variable_keyword_search/__init__.py +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/terra_ui_components/variable_keyword_search/variable_keyword_search.py +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/themes/_utility.css +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/themes/horizon-dark.css +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/themes/horizon.css +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/types.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/utilities/animation-registry.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/utilities/animation.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/utilities/base-path.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/utilities/date.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/utilities/debounce.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/utilities/environment.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/utilities/form.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/utilities/icon-library.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/utilities/mimetypes.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/src/utilities/number.ts +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/tsconfig.json +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/tsconfig.prod.json +0 -0
- {terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/web-test-runner.config.js +0 -0
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: terra_ui_components
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.68
|
|
4
4
|
Summary: NASA Terra UI Components Library
|
|
5
5
|
License-File: LICENSE.md
|
|
6
6
|
Requires-Python: >=3.8
|
|
7
|
-
Requires-Dist: anywidget
|
|
7
|
+
Requires-Dist: anywidget>=0.9
|
|
8
8
|
Provides-Extra: dev
|
|
9
9
|
Requires-Dist: jupyterlab; extra == 'dev'
|
|
10
10
|
Requires-Dist: watchfiles; extra == 'dev'
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nasa-terra/components",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.68",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@nasa-terra/components",
|
|
9
|
-
"version": "0.0.
|
|
9
|
+
"version": "0.0.68",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@apollo/client": "^3.13.8",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nasa-terra/components",
|
|
3
3
|
"description": "A collection of NASA Earthdata components",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.68",
|
|
5
5
|
"homepage": "https://github.com/nasa/terra-ui-components",
|
|
6
6
|
"author": "NASA GES DISC <https://disc.gsfc.nasa.gov>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -4,8 +4,8 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "terra_ui_components"
|
|
7
|
-
dependencies = ["anywidget"]
|
|
8
|
-
version = "0.0.
|
|
7
|
+
dependencies = ["anywidget>=0.9"]
|
|
8
|
+
version = "0.0.68"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
description = "NASA Terra UI Components Library"
|
|
11
11
|
requires-python = ">=3.8"
|
|
@@ -112,6 +112,8 @@ async function buildTheSource() {
|
|
|
112
112
|
...(await globby('./src/utilities/**/!(*.(style|test)).ts')),
|
|
113
113
|
// Theme stylesheets
|
|
114
114
|
...(await globby('./src/themes/**/!(*.test).ts')),
|
|
115
|
+
// React wrappers
|
|
116
|
+
...(await globby('./src/react/**/*.ts')),
|
|
115
117
|
],
|
|
116
118
|
outdir: cdndir,
|
|
117
119
|
chunkNames: 'chunks/[name].[hash]',
|
|
@@ -128,10 +130,6 @@ async function buildTheSource() {
|
|
|
128
130
|
//
|
|
129
131
|
external: alwaysExternal,
|
|
130
132
|
splitting: true,
|
|
131
|
-
loader: {
|
|
132
|
-
// Tell esbuild how to handle image files
|
|
133
|
-
'.tif': 'file', // Treat .tif files as static assets (copy to output directory)
|
|
134
|
-
},
|
|
135
133
|
plugins: [
|
|
136
134
|
polyfillNode(),
|
|
137
135
|
replace({
|
|
@@ -401,6 +401,15 @@ export default class TerraBrowseVariables extends TerraElement {
|
|
|
401
401
|
<section class="group">
|
|
402
402
|
<ul class="variable-list">
|
|
403
403
|
${this.#controller.variables.map(variable => {
|
|
404
|
+
const metadata = [
|
|
405
|
+
variable.dataProductInstrumentShortName,
|
|
406
|
+
variable.dataProductTimeInterval,
|
|
407
|
+
variable.dataFieldUnits,
|
|
408
|
+
`[${variable.dataProductShortName}_${variable.dataProductVersion}]`,
|
|
409
|
+
]
|
|
410
|
+
.filter(Boolean)
|
|
411
|
+
.join(' • ')
|
|
412
|
+
|
|
404
413
|
return html`
|
|
405
414
|
<li
|
|
406
415
|
aria-selected="false"
|
|
@@ -440,13 +449,7 @@ export default class TerraBrowseVariables extends TerraElement {
|
|
|
440
449
|
<strong
|
|
441
450
|
>${variable.dataFieldLongName}</strong
|
|
442
451
|
><br />
|
|
443
|
-
<span
|
|
444
|
-
>${variable.dataProductShortName}
|
|
445
|
-
•
|
|
446
|
-
${variable.dataProductTimeInterval}
|
|
447
|
-
•
|
|
448
|
-
${variable.dataProductSpatialResolution}</span
|
|
449
|
-
>
|
|
452
|
+
<span>${metadata}</span>
|
|
450
453
|
</label>
|
|
451
454
|
|
|
452
455
|
<sl-drawer contained>
|
|
@@ -20,7 +20,7 @@ const JOB_STATUS_POLL_MILLIS = 3000
|
|
|
20
20
|
|
|
21
21
|
export class DataSubsetterController {
|
|
22
22
|
jobStatusTask: Task<[], SubsetJobStatus | undefined>
|
|
23
|
-
fetchCollectionTask: Task<[string], any | undefined>
|
|
23
|
+
fetchCollectionTask: Task<[string, string | undefined], any | undefined>
|
|
24
24
|
searchCmrTask: Task<[string | undefined, string], any | undefined>
|
|
25
25
|
currentJob: SubsetJobStatus | null
|
|
26
26
|
|
|
@@ -35,6 +35,10 @@ export class DataSubsetterController {
|
|
|
35
35
|
|
|
36
36
|
this.fetchCollectionTask = new Task(host, {
|
|
37
37
|
task: async ([collectionEntryId], { signal }) => {
|
|
38
|
+
if (!this.#host.bearerToken) {
|
|
39
|
+
return undefined
|
|
40
|
+
}
|
|
41
|
+
|
|
38
42
|
this.#host.collectionWithServices = collectionEntryId
|
|
39
43
|
? await this.#dataService.getCollectionWithAvailableServices(
|
|
40
44
|
collectionEntryId,
|
|
@@ -48,7 +52,10 @@ export class DataSubsetterController {
|
|
|
48
52
|
|
|
49
53
|
return this.#host.collectionWithServices
|
|
50
54
|
},
|
|
51
|
-
args: (): [string | undefined] => [
|
|
55
|
+
args: (): [string | undefined, string | undefined] => [
|
|
56
|
+
this.#host.collectionEntryId,
|
|
57
|
+
this.#host.bearerToken,
|
|
58
|
+
],
|
|
52
59
|
})
|
|
53
60
|
|
|
54
61
|
this.searchCmrTask = new Task(host, {
|
|
@@ -67,15 +67,28 @@ export default class TerraPlotToolbar extends TerraElement {
|
|
|
67
67
|
}
|
|
68
68
|
|
|
69
69
|
render() {
|
|
70
|
+
const metadata = [
|
|
71
|
+
this.catalogVariable.dataProductInstrumentShortName,
|
|
72
|
+
this.catalogVariable.dataProductTimeInterval,
|
|
73
|
+
`[${this.catalogVariable.dataProductShortName}_${this.catalogVariable.dataProductVersion}]`,
|
|
74
|
+
]
|
|
75
|
+
.filter(Boolean)
|
|
76
|
+
.filter(value => value.toLowerCase() !== 'not applicable')
|
|
77
|
+
|
|
70
78
|
return cache(
|
|
71
79
|
!this.catalogVariable
|
|
72
80
|
? html`<div class="spacer"></div>`
|
|
73
81
|
: html` <header>
|
|
74
|
-
<
|
|
75
|
-
<
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
82
|
+
<div class="title-container">
|
|
83
|
+
<slot name="title">
|
|
84
|
+
<h2 class="title">
|
|
85
|
+
${this.catalogVariable.dataFieldLongName}
|
|
86
|
+
</h2>
|
|
87
|
+
</slot>
|
|
88
|
+
<slot name="subtitle">
|
|
89
|
+
<h3 class="subtitle">${metadata.join(' • ')}</h3>
|
|
90
|
+
</slot>
|
|
91
|
+
</div>
|
|
79
92
|
|
|
80
93
|
<div class="toggles">
|
|
81
94
|
<terra-button
|
|
@@ -19,6 +19,13 @@ export default css`
|
|
|
19
19
|
font-size: 1.25rem;
|
|
20
20
|
}
|
|
21
21
|
|
|
22
|
+
.subtitle {
|
|
23
|
+
font-weight: var(--terra-font-weight-normal);
|
|
24
|
+
margin: 0;
|
|
25
|
+
margin-bottom: 0.5em;
|
|
26
|
+
font-size: 0.875rem;
|
|
27
|
+
}
|
|
28
|
+
|
|
22
29
|
.toggles {
|
|
23
30
|
display: flex;
|
|
24
31
|
justify-content: space-between;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { html } from 'lit'
|
|
2
2
|
import { property, query, state } from 'lit/decorators.js'
|
|
3
|
-
import { Map, View } from 'ol'
|
|
3
|
+
import { Map, MapBrowserEvent, View } from 'ol'
|
|
4
4
|
import WebGLTileLayer from 'ol/layer/WebGLTile.js'
|
|
5
5
|
import OSM from 'ol/source/OSM.js'
|
|
6
6
|
import GeoTIFF from 'ol/source/GeoTIFF.js'
|
|
@@ -18,6 +18,9 @@ import { Task } from '@lit/task'
|
|
|
18
18
|
import type { Variable } from '../browse-variables/browse-variables.types.js'
|
|
19
19
|
import { cache } from 'lit/directives/cache.js'
|
|
20
20
|
import { AuthController } from '../../auth/auth.controller.js'
|
|
21
|
+
import { toLonLat } from 'ol/proj.js'
|
|
22
|
+
// @ts-ignore
|
|
23
|
+
import colormap from 'colormap'
|
|
21
24
|
|
|
22
25
|
export default class TerraTimeAverageMap extends TerraElement {
|
|
23
26
|
static styles: CSSResultGroup = [componentStyles, styles]
|
|
@@ -60,6 +63,53 @@ export default class TerraTimeAverageMap extends TerraElement {
|
|
|
60
63
|
@state()
|
|
61
64
|
activeMenuItem: any = null
|
|
62
65
|
|
|
66
|
+
@state() colormaps = [
|
|
67
|
+
'jet',
|
|
68
|
+
'hsv',
|
|
69
|
+
'hot',
|
|
70
|
+
'cool',
|
|
71
|
+
'spring',
|
|
72
|
+
'summer',
|
|
73
|
+
'autumn',
|
|
74
|
+
'winter',
|
|
75
|
+
'bone',
|
|
76
|
+
'copper',
|
|
77
|
+
'greys',
|
|
78
|
+
'YIGnBu',
|
|
79
|
+
'greens',
|
|
80
|
+
'YIOrRd',
|
|
81
|
+
'bluered',
|
|
82
|
+
'RdBu',
|
|
83
|
+
'picnic',
|
|
84
|
+
'rainbow',
|
|
85
|
+
'portland',
|
|
86
|
+
'blackbody',
|
|
87
|
+
'earth',
|
|
88
|
+
'electric',
|
|
89
|
+
'viridis',
|
|
90
|
+
'inferno',
|
|
91
|
+
'magma',
|
|
92
|
+
'plasma',
|
|
93
|
+
'warm',
|
|
94
|
+
'cool',
|
|
95
|
+
'bathymetry',
|
|
96
|
+
'cdom',
|
|
97
|
+
'chlorophyll',
|
|
98
|
+
'density',
|
|
99
|
+
'fressurface-blue',
|
|
100
|
+
'freesurface-red',
|
|
101
|
+
'oxygen',
|
|
102
|
+
'par',
|
|
103
|
+
'phase',
|
|
104
|
+
'salinity',
|
|
105
|
+
'temperature',
|
|
106
|
+
'turbidity',
|
|
107
|
+
'velocity-blue',
|
|
108
|
+
'velocity-green',
|
|
109
|
+
'cubhelix',
|
|
110
|
+
]
|
|
111
|
+
@state() colorMapName = 'density'
|
|
112
|
+
|
|
63
113
|
@watch('activeMenuItem')
|
|
64
114
|
handleFocus(_oldValue: any, newValue: any) {
|
|
65
115
|
if (newValue === null) {
|
|
@@ -160,6 +210,72 @@ export default class TerraTimeAverageMap extends TerraElement {
|
|
|
160
210
|
|
|
161
211
|
const metadata = await this.fetchGeotiffMetadata(gtSource)
|
|
162
212
|
this.long_name = metadata['long_name'] ?? ''
|
|
213
|
+
|
|
214
|
+
if (this.#map && this.#gtLayer) {
|
|
215
|
+
this.renderPixelValues(this.#map, this.#gtLayer)
|
|
216
|
+
this.applyColorToLayer(gtSource, 'density')
|
|
217
|
+
const opacityInput = this.shadowRoot?.getElementById(
|
|
218
|
+
'opacity-input'
|
|
219
|
+
) as HTMLInputElement | null
|
|
220
|
+
const opacityOutput = this.shadowRoot?.getElementById(
|
|
221
|
+
'opacity-output'
|
|
222
|
+
) as HTMLElement | null
|
|
223
|
+
|
|
224
|
+
if (opacityInput && opacityOutput) {
|
|
225
|
+
const updateOpacity = () => {
|
|
226
|
+
const opacity = parseFloat(opacityInput.value)
|
|
227
|
+
if (this.#gtLayer) {
|
|
228
|
+
this.#gtLayer.setOpacity(opacity)
|
|
229
|
+
}
|
|
230
|
+
opacityOutput.innerText = opacity.toFixed(2)
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
opacityInput.addEventListener('input', updateOpacity)
|
|
234
|
+
|
|
235
|
+
// Initialize output display with default slider value
|
|
236
|
+
updateOpacity()
|
|
237
|
+
}
|
|
238
|
+
}
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
renderPixelValues(map: Map, gtLayer: WebGLTileLayer) {
|
|
242
|
+
const pixelValueEl = this.shadowRoot?.getElementById('pixelValue')
|
|
243
|
+
const coordEl = this.shadowRoot?.getElementById('cursorCoordinates')
|
|
244
|
+
|
|
245
|
+
map.on('pointermove', (event: MapBrowserEvent) => {
|
|
246
|
+
const data = gtLayer.getData(event.pixel)
|
|
247
|
+
const coordinate = toLonLat(event.coordinate)
|
|
248
|
+
//TODO: Address type script error
|
|
249
|
+
// @ts-ignore
|
|
250
|
+
// Set pixel/coordinate display to N/A if the pixel values are zero or NaN
|
|
251
|
+
if (!data || isNaN(data[0]) || data[0] === 0) {
|
|
252
|
+
if (pixelValueEl) pixelValueEl.textContent = 'N/A'
|
|
253
|
+
if (coordEl) coordEl.textContent = 'N/A'
|
|
254
|
+
return
|
|
255
|
+
}
|
|
256
|
+
//TODO: Address type script error
|
|
257
|
+
// @ts-ignore
|
|
258
|
+
const val = Number(data[0]).toExponential(4)
|
|
259
|
+
const coordStr = coordinate.map(c => c.toFixed(3)).join(', ')
|
|
260
|
+
|
|
261
|
+
if (pixelValueEl) pixelValueEl.textContent = val
|
|
262
|
+
if (coordEl) coordEl.textContent = coordStr
|
|
263
|
+
})
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
// Referencing workshop example from https://openlayers.org/workshop/en/cog/colormap.html
|
|
267
|
+
getColorStops(name: any, min: any, max: any, steps: any, reverse: any) {
|
|
268
|
+
const delta = (max - min) / (steps - 1)
|
|
269
|
+
const stops = new Array(steps * 2)
|
|
270
|
+
const colors = colormap({ colormap: name, nshades: steps, format: 'rgba' })
|
|
271
|
+
if (reverse) {
|
|
272
|
+
colors.reverse()
|
|
273
|
+
}
|
|
274
|
+
for (let i = 0; i < steps; i++) {
|
|
275
|
+
stops[i * 2] = min + i * delta
|
|
276
|
+
stops[i * 2 + 1] = colors[i]
|
|
277
|
+
}
|
|
278
|
+
return stops
|
|
163
279
|
}
|
|
164
280
|
|
|
165
281
|
intializeMap() {
|
|
@@ -175,9 +291,34 @@ export default class TerraTimeAverageMap extends TerraElement {
|
|
|
175
291
|
zoom: 2,
|
|
176
292
|
projection: 'EPSG:3857',
|
|
177
293
|
}),
|
|
294
|
+
controls: [],
|
|
178
295
|
})
|
|
179
296
|
}
|
|
180
297
|
|
|
298
|
+
async getMinMax(gtSource: any) {
|
|
299
|
+
await gtSource.getView()
|
|
300
|
+
const gtImage = gtSource.sourceImagery_[0][0]
|
|
301
|
+
|
|
302
|
+
// read raster data from band 1
|
|
303
|
+
const rasterData = await gtImage.readRasters({ samples: [0] })
|
|
304
|
+
const pixels = rasterData[0]
|
|
305
|
+
|
|
306
|
+
let min = Infinity
|
|
307
|
+
let max = -Infinity
|
|
308
|
+
|
|
309
|
+
// Loop through pixels and get min and max values. This gives us a range to determine color mapping styling
|
|
310
|
+
for (let i = 0; i < pixels.length; i++) {
|
|
311
|
+
const val = pixels[i]
|
|
312
|
+
if (!isNaN(val)) {
|
|
313
|
+
// skip no-data pixels or NaN
|
|
314
|
+
if (val < min) min = val
|
|
315
|
+
if (val > max) max = val
|
|
316
|
+
}
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
return { min, max }
|
|
320
|
+
}
|
|
321
|
+
|
|
181
322
|
async fetchGeotiffMetadata(
|
|
182
323
|
gtSource: GeoTIFF
|
|
183
324
|
): Promise<{ [key: string]: string }> {
|
|
@@ -205,6 +346,33 @@ export default class TerraTimeAverageMap extends TerraElement {
|
|
|
205
346
|
return dataObj
|
|
206
347
|
}
|
|
207
348
|
|
|
349
|
+
async applyColorToLayer(gtSource: any, color: String) {
|
|
350
|
+
var { min, max } = await this.getMinMax(gtSource)
|
|
351
|
+
let gtStyle = {
|
|
352
|
+
color: [
|
|
353
|
+
'case',
|
|
354
|
+
['==', ['band', 2], 0],
|
|
355
|
+
[0, 0, 0, 0],
|
|
356
|
+
[
|
|
357
|
+
'interpolate',
|
|
358
|
+
['linear'],
|
|
359
|
+
['band', 1],
|
|
360
|
+
...this.getColorStops(color, min, max, 72, false),
|
|
361
|
+
],
|
|
362
|
+
],
|
|
363
|
+
}
|
|
364
|
+
|
|
365
|
+
this.#gtLayer?.setStyle(gtStyle)
|
|
366
|
+
}
|
|
367
|
+
|
|
368
|
+
#onColorMapChange(event: Event) {
|
|
369
|
+
const selectedColormap = (event.target as HTMLSelectElement).value
|
|
370
|
+
// Reapply the style with the new colormap
|
|
371
|
+
if (this.#gtLayer && this.#gtLayer.getSource()) {
|
|
372
|
+
this.applyColorToLayer(this.#gtLayer.getSource(), selectedColormap)
|
|
373
|
+
}
|
|
374
|
+
}
|
|
375
|
+
|
|
208
376
|
getVariableEntryId() {
|
|
209
377
|
if (!this.collection || !this.variable) {
|
|
210
378
|
return
|
|
@@ -230,7 +398,34 @@ export default class TerraTimeAverageMap extends TerraElement {
|
|
|
230
398
|
: html`<div class="spacer"></div>`
|
|
231
399
|
)}
|
|
232
400
|
|
|
233
|
-
|
|
401
|
+
<!-- Display pixels/coordinate/opacity/colormap list in Map -->
|
|
402
|
+
<div id="map"">
|
|
403
|
+
<div id="settings">
|
|
404
|
+
<div><strong>Value:</strong> <span id="pixelValue">N/A</span></div>
|
|
405
|
+
<div><strong>Lat,Lon:</strong> <span id="cursorCoordinates">N/A</span></div>
|
|
406
|
+
<div>
|
|
407
|
+
<label>
|
|
408
|
+
Layer opacity
|
|
409
|
+
<input id="opacity-input" type="range" min="0" max="1" step="0.01" value="1" />
|
|
410
|
+
<span id="opacity-output"></span>
|
|
411
|
+
</label>
|
|
412
|
+
<label>
|
|
413
|
+
ColorMap:
|
|
414
|
+
<select id="colormap-select" @change=${this.#onColorMapChange}>
|
|
415
|
+
${this.colormaps.map(
|
|
416
|
+
cm =>
|
|
417
|
+
html` <option
|
|
418
|
+
value="${cm}"
|
|
419
|
+
?selected=${cm === this.colorMapName}
|
|
420
|
+
>
|
|
421
|
+
${cm}
|
|
422
|
+
</option>`
|
|
423
|
+
)}
|
|
424
|
+
</select>
|
|
425
|
+
</label>
|
|
426
|
+
</div>
|
|
427
|
+
</div>
|
|
428
|
+
</div>
|
|
234
429
|
`
|
|
235
430
|
}
|
|
236
431
|
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { css } from 'lit'
|
|
2
|
+
|
|
3
|
+
export default css`
|
|
4
|
+
:host {
|
|
5
|
+
display: block;
|
|
6
|
+
height: 800px;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
#map {
|
|
10
|
+
width: 100%;
|
|
11
|
+
height: 100%;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
#settings {
|
|
15
|
+
position: absolute;
|
|
16
|
+
bottom: 10px;
|
|
17
|
+
left: 10px;
|
|
18
|
+
background: rgba(255, 255, 255, 0.9);
|
|
19
|
+
padding: 8px 10px;
|
|
20
|
+
border-radius: 4px;
|
|
21
|
+
font-size: 12px;
|
|
22
|
+
font-family: monospace;
|
|
23
|
+
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
|
|
24
|
+
z-index: 10;
|
|
25
|
+
pointer-events: auto;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
label {
|
|
29
|
+
display: flex;
|
|
30
|
+
align-items: center;
|
|
31
|
+
gap: 8px;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
input[type='range'] {
|
|
35
|
+
vertical-align: middle;
|
|
36
|
+
}
|
|
37
|
+
`
|
|
@@ -341,12 +341,7 @@ export default class TerraTimeSeries extends TerraElement {
|
|
|
341
341
|
return
|
|
342
342
|
}
|
|
343
343
|
|
|
344
|
-
return [
|
|
345
|
-
this.catalogVariable.dataFieldLongName,
|
|
346
|
-
this.catalogVariable.dataFieldUnits,
|
|
347
|
-
]
|
|
348
|
-
.filter(Boolean)
|
|
349
|
-
.join(', ')
|
|
344
|
+
return [this.catalogVariable.dataFieldUnits].filter(Boolean).join(', ')
|
|
350
345
|
}
|
|
351
346
|
|
|
352
347
|
#handlePlotRelayout(e: TerraPlotRelayoutEvent) {
|
|
@@ -304,7 +304,6 @@ export class TimeSeriesController {
|
|
|
304
304
|
if (parsedLocation.length === 4) {
|
|
305
305
|
const collection = `${this.host.catalogVariable!.dataProductShortName}_${this.host.catalogVariable!.dataProductVersion}`
|
|
306
306
|
const [w, s, e, n] = parsedLocation
|
|
307
|
-
console.log('start_date: ', startDate)
|
|
308
307
|
let subsetOptions = {
|
|
309
308
|
collectionEntryId: collection,
|
|
310
309
|
variableConceptIds: ['parameter_vars'],
|
|
@@ -516,7 +516,16 @@ export default class TerraVariableCombobox extends TerraElement {
|
|
|
516
516
|
pending: () =>
|
|
517
517
|
html`<li class="updating">Updating List of Variables</li>`,
|
|
518
518
|
complete: list => {
|
|
519
|
-
|
|
519
|
+
//Filter out GPM_3IMERGHH V06 as soon as results arrive
|
|
520
|
+
const filtered = list.filter(
|
|
521
|
+
item =>
|
|
522
|
+
!(
|
|
523
|
+
item.collectionShortName === 'GPM_3IMERGHH' &&
|
|
524
|
+
item.collectionVersion === '06'
|
|
525
|
+
)
|
|
526
|
+
)
|
|
527
|
+
|
|
528
|
+
this.#searchableList = filtered
|
|
520
529
|
|
|
521
530
|
//* @see {@link https://www.fusejs.io/api/options.html}
|
|
522
531
|
this.#searchEngine = new Fuse(this.#searchableList, {
|
|
@@ -3,7 +3,7 @@ import { CachePersistor } from 'apollo3-cache-persist'
|
|
|
3
3
|
import localforage from 'localforage'
|
|
4
4
|
|
|
5
5
|
const CACHE_TIMESTAMP_KEY = 'terra-general-cache-timestamp'
|
|
6
|
-
const CACHE_TTL_MS =
|
|
6
|
+
const CACHE_TTL_MS = 7 * 24 * 60 * 60 * 1000 // 7 days in milliseconds
|
|
7
7
|
|
|
8
8
|
localforage.config({
|
|
9
9
|
name: 'terra-general-cache',
|
|
@@ -16,12 +16,12 @@ class TerraBaseWidget(anywidget.AnyWidget):
|
|
|
16
16
|
return f"""
|
|
17
17
|
const terraStyles = document.createElement('link')
|
|
18
18
|
terraStyles.rel = 'stylesheet'
|
|
19
|
-
terraStyles.href = 'https://cdn.jsdelivr.net/npm/@nasa-terra/components@0.0.
|
|
19
|
+
terraStyles.href = 'https://cdn.jsdelivr.net/npm/@nasa-terra/components@0.0.68/cdn/themes/horizon.css'
|
|
20
20
|
//terraStyles.href = "https://localhost:4000/dist/themes/horizon.css"
|
|
21
21
|
document.head.appendChild(terraStyles)
|
|
22
22
|
|
|
23
23
|
const terraAutoloader = document.createElement('script')
|
|
24
|
-
terraAutoloader.src = "https://cdn.jsdelivr.net/npm/@nasa-terra/components@0.0.
|
|
24
|
+
terraAutoloader.src = "https://cdn.jsdelivr.net/npm/@nasa-terra/components@0.0.68/cdn/terra-ui-components-autoloader.js"
|
|
25
25
|
//terraAutoloader.src = "https://localhost:4000/dist/terra-ui-components-autoloader.js"
|
|
26
26
|
terraAutoloader.type = 'module'
|
|
27
27
|
document.head.appendChild(terraAutoloader)
|
|
File without changes
|
{terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/.github/ISSUE_TEMPLATE/bug_report.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/custom-elements-manifest.config.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/_utilities/anchor-headings.cjs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/_utilities/copy-code-buttons.cjs
RENAMED
|
File without changes
|
{terra_ui_components-0.0.66 → terra_ui_components-0.0.68}/docs/_utilities/external-links.cjs
RENAMED
|
File without changes
|