@gravitee/ui-components 3.25.3-typescript-fdacf14 → 3.25.3-typescript-94e8113
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/CHANGELOG.md +1292 -0
- package/LICENSE.txt +202 -0
- package/README.md +195 -0
- package/{src → dist/src}/atoms/gv-autocomplete.d.ts +0 -0
- package/dist/src/atoms/gv-autocomplete.js +422 -0
- package/{src → dist/src}/atoms/gv-button.d.ts +0 -0
- package/dist/src/atoms/gv-button.js +397 -0
- package/{src → dist/src}/atoms/gv-checkbox.d.ts +0 -0
- package/dist/src/atoms/gv-checkbox.js +178 -0
- package/{src → dist/src}/atoms/gv-date-picker-calendar.d.ts +0 -0
- package/dist/src/atoms/gv-date-picker-calendar.js +812 -0
- package/{src → dist/src}/atoms/gv-date-picker-cell.d.ts +0 -0
- package/dist/src/atoms/gv-date-picker-cell.js +174 -0
- package/{src → dist/src}/atoms/gv-date-picker.d.ts +0 -0
- package/dist/src/atoms/gv-date-picker.js +638 -0
- package/{src → dist/src}/atoms/gv-file-upload.d.ts +0 -0
- package/dist/src/atoms/gv-file-upload.js +348 -0
- package/{src → dist/src}/atoms/gv-icon.d.ts +0 -0
- package/dist/src/atoms/gv-icon.js +93 -0
- package/{src → dist/src}/atoms/gv-image.d.ts +0 -0
- package/dist/src/atoms/gv-image.js +135 -0
- package/{src → dist/src}/atoms/gv-input-message.d.ts +0 -0
- package/dist/src/atoms/gv-input-message.js +78 -0
- package/{src → dist/src}/atoms/gv-input.d.ts +0 -0
- package/dist/src/atoms/gv-input.js +508 -0
- package/{src → dist/src}/atoms/gv-link.d.ts +0 -0
- package/dist/src/atoms/gv-link.js +204 -0
- package/{src → dist/src}/atoms/gv-message.d.ts +0 -0
- package/dist/src/atoms/gv-message.js +133 -0
- package/{src → dist/src}/atoms/gv-metric.d.ts +0 -0
- package/dist/src/atoms/gv-metric.js +112 -0
- package/{src → dist/src}/atoms/gv-relative-time.d.ts +0 -0
- package/dist/src/atoms/gv-relative-time.js +143 -0
- package/{src → dist/src}/atoms/gv-select-native.d.ts +0 -0
- package/dist/src/atoms/gv-select-native.js +363 -0
- package/{src → dist/src}/atoms/gv-select.d.ts +0 -0
- package/dist/src/atoms/gv-select.js +413 -0
- package/{src → dist/src}/atoms/gv-spinner.d.ts +0 -0
- package/dist/src/atoms/gv-spinner.js +54 -0
- package/{src → dist/src}/atoms/gv-state.d.ts +0 -0
- package/dist/src/atoms/gv-state.js +125 -0
- package/{src → dist/src}/atoms/gv-switch.d.ts +0 -0
- package/dist/src/atoms/gv-switch.js +235 -0
- package/{src → dist/src}/atoms/gv-tag.d.ts +0 -0
- package/dist/src/atoms/gv-tag.js +162 -0
- package/{src → dist/src}/atoms/gv-text.d.ts +0 -0
- package/dist/src/atoms/gv-text.js +160 -0
- package/{src → dist/src}/charts/gv-chart-bar.d.ts +0 -0
- package/dist/src/charts/gv-chart-bar.js +101 -0
- package/{src → dist/src}/charts/gv-chart-gauge.d.ts +0 -0
- package/dist/src/charts/gv-chart-gauge.js +92 -0
- package/{src → dist/src}/charts/gv-chart-histogram.d.ts +0 -0
- package/dist/src/charts/gv-chart-histogram.js +78 -0
- package/{src → dist/src}/charts/gv-chart-line.d.ts +0 -0
- package/dist/src/charts/gv-chart-line.js +218 -0
- package/{src → dist/src}/charts/gv-chart-map.d.ts +0 -0
- package/dist/src/charts/gv-chart-map.js +111 -0
- package/{src → dist/src}/charts/gv-chart-pie.d.ts +0 -0
- package/dist/src/charts/gv-chart-pie.js +89 -0
- package/{src → dist/src}/index.d.ts +0 -0
- package/dist/src/index.js +77 -0
- package/{src → dist/src}/lib/cron-expression.d.ts +0 -0
- package/dist/src/lib/cron-expression.js +176 -0
- package/{src → dist/src}/lib/date.d.ts +0 -0
- package/dist/src/lib/date.js +43 -0
- package/{src → dist/src}/lib/events.d.ts +0 -0
- package/dist/src/lib/events.js +26 -0
- package/{src → dist/src}/lib/http-client-schema-form.d.ts +0 -0
- package/dist/src/lib/http-client-schema-form.js +67 -0
- package/{src → dist/src}/lib/http.d.ts +0 -0
- package/dist/src/lib/http.js +237 -0
- package/{src → dist/src}/lib/i18n.d.ts +0 -0
- package/dist/src/lib/i18n.js +93 -0
- package/{src → dist/src}/lib/item.d.ts +0 -0
- package/dist/src/lib/item.js +110 -0
- package/{src → dist/src}/lib/properties.d.ts +0 -0
- package/dist/src/lib/properties.js +171 -0
- package/{src → dist/src}/lib/schema-form.d.ts +0 -0
- package/dist/src/lib/schema-form.js +39 -0
- package/{src → dist/src}/lib/studio.d.ts +0 -0
- package/dist/src/lib/studio.js +144 -0
- package/{src → dist/src}/lib/style.d.ts +0 -0
- package/dist/src/lib/style.js +39 -0
- package/{src → dist/src}/lib/text-format.d.ts +0 -0
- package/dist/src/lib/text-format.js +65 -0
- package/{src → dist/src}/lib/theme.d.ts +0 -0
- package/dist/src/lib/theme.js +60 -0
- package/{src → dist/src}/lib/utils.d.ts +0 -0
- package/dist/src/lib/utils.js +106 -0
- package/{src → dist/src}/mixins/chart-element.d.ts +0 -0
- package/dist/src/mixins/chart-element.js +153 -0
- package/{src → dist/src}/mixins/input-element.d.ts +0 -0
- package/dist/src/mixins/input-element.js +136 -0
- package/{src → dist/src}/mixins/item-resource.d.ts +0 -0
- package/dist/src/mixins/item-resource.js +102 -0
- package/{src → dist/src}/mixins/keyboard-element.d.ts +0 -0
- package/dist/src/mixins/keyboard-element.js +62 -0
- package/{src → dist/src}/mixins/update-after-browser.d.ts +0 -0
- package/dist/src/mixins/update-after-browser.js +30 -0
- package/{src → dist/src}/mixins/with-resize-observer.d.ts +0 -0
- package/dist/src/mixins/with-resize-observer.js +62 -0
- package/{src → dist/src}/mixins/with-skeleton-attribute.d.ts +0 -0
- package/dist/src/mixins/with-skeleton-attribute.js +109 -0
- package/{src → dist/src}/molecules/gv-card-full.d.ts +0 -0
- package/dist/src/molecules/gv-card-full.js +209 -0
- package/{src → dist/src}/molecules/gv-card-list.d.ts +0 -0
- package/dist/src/molecules/gv-card-list.js +101 -0
- package/{src → dist/src}/molecules/gv-card.d.ts +0 -0
- package/dist/src/molecules/gv-card.js +130 -0
- package/{src → dist/src}/molecules/gv-category-list.d.ts +0 -0
- package/dist/src/molecules/gv-category-list.js +56 -0
- package/{src → dist/src}/molecules/gv-category.d.ts +0 -0
- package/dist/src/molecules/gv-category.js +163 -0
- package/{src → dist/src}/molecules/gv-code.d.ts +0 -0
- package/dist/src/molecules/gv-code.js +334 -0
- package/{src → dist/src}/molecules/gv-confirm.d.ts +0 -0
- package/dist/src/molecules/gv-confirm.js +175 -0
- package/{src → dist/src}/molecules/gv-cron-editor.d.ts +0 -0
- package/dist/src/molecules/gv-cron-editor.js +685 -0
- package/{src → dist/src}/molecules/gv-dropdown-menu.d.ts +0 -0
- package/dist/src/molecules/gv-dropdown-menu.js +108 -0
- package/{src → dist/src}/molecules/gv-expandable.d.ts +0 -0
- package/dist/src/molecules/gv-expandable.js +116 -0
- package/{src → dist/src}/molecules/gv-expression-language.d.ts +0 -0
- package/dist/src/molecules/gv-expression-language.js +263 -0
- package/{src → dist/src}/molecules/gv-identity-picture.d.ts +0 -0
- package/dist/src/molecules/gv-identity-picture.js +139 -0
- package/{src → dist/src}/molecules/gv-list.d.ts +0 -0
- package/dist/src/molecules/gv-list.js +214 -0
- package/{src → dist/src}/molecules/gv-metrics.d.ts +0 -0
- package/dist/src/molecules/gv-metrics.js +147 -0
- package/{src → dist/src}/molecules/gv-modal.d.ts +0 -0
- package/dist/src/molecules/gv-modal.js +203 -0
- package/{src → dist/src}/molecules/gv-nav.d.ts +0 -0
- package/dist/src/molecules/gv-nav.js +180 -0
- package/{src → dist/src}/molecules/gv-option.d.ts +0 -0
- package/dist/src/molecules/gv-option.js +230 -0
- package/{src → dist/src}/molecules/gv-plans.d.ts +0 -0
- package/dist/src/molecules/gv-plans.js +400 -0
- package/{src → dist/src}/molecules/gv-popover.d.ts +0 -0
- package/dist/src/molecules/gv-popover.js +323 -0
- package/{src → dist/src}/molecules/gv-promote.d.ts +0 -0
- package/dist/src/molecules/gv-promote.js +203 -0
- package/{src → dist/src}/molecules/gv-rating-list.d.ts +0 -0
- package/dist/src/molecules/gv-rating-list.js +341 -0
- package/{src → dist/src}/molecules/gv-rating.d.ts +0 -0
- package/dist/src/molecules/gv-rating.js +234 -0
- package/{src → dist/src}/molecules/gv-row-expandable.d.ts +0 -0
- package/dist/src/molecules/gv-row-expandable.js +42 -0
- package/{src → dist/src}/molecules/gv-row.d.ts +0 -0
- package/dist/src/molecules/gv-row.js +205 -0
- package/{src → dist/src}/molecules/gv-stats.d.ts +0 -0
- package/dist/src/molecules/gv-stats.js +110 -0
- package/{src → dist/src}/molecules/gv-stepper.d.ts +0 -0
- package/dist/src/molecules/gv-stepper.js +274 -0
- package/{src → dist/src}/molecules/gv-table.d.ts +0 -0
- package/dist/src/molecules/gv-table.js +644 -0
- package/{src → dist/src}/molecules/gv-tree.d.ts +0 -0
- package/dist/src/molecules/gv-tree.js +238 -0
- package/{src → dist/src}/organisms/gv-documentation.d.ts +0 -0
- package/dist/src/organisms/gv-documentation.js +205 -0
- package/{src → dist/src}/organisms/gv-header.d.ts +0 -0
- package/dist/src/organisms/gv-header.js +276 -0
- package/{src → dist/src}/organisms/gv-http-client.d.ts +0 -0
- package/dist/src/organisms/gv-http-client.js +258 -0
- package/{src → dist/src}/organisms/gv-menu.d.ts +0 -0
- package/dist/src/organisms/gv-menu.js +258 -0
- package/{src → dist/src}/organisms/gv-newsletter-subscription.d.ts +0 -0
- package/dist/src/organisms/gv-newsletter-subscription.js +258 -0
- package/{src → dist/src}/organisms/gv-pagination.d.ts +0 -0
- package/dist/src/organisms/gv-pagination.js +179 -0
- package/{src → dist/src}/organisms/gv-properties.d.ts +0 -0
- package/dist/src/organisms/gv-properties.js +860 -0
- package/{src → dist/src}/organisms/gv-resizable-views.d.ts +0 -0
- package/dist/src/organisms/gv-resizable-views.js +371 -0
- package/{src → dist/src}/organisms/gv-resources.d.ts +0 -0
- package/dist/src/organisms/gv-resources.js +496 -0
- package/{src → dist/src}/organisms/gv-schema-form-array.d.ts +0 -0
- package/dist/src/organisms/gv-schema-form-array.js +237 -0
- package/{src → dist/src}/organisms/gv-schema-form-control-object.d.ts +0 -0
- package/dist/src/organisms/gv-schema-form-control-object.js +141 -0
- package/{src → dist/src}/organisms/gv-schema-form-control.d.ts +0 -0
- package/dist/src/organisms/gv-schema-form-control.js +419 -0
- package/{src → dist/src}/organisms/gv-schema-form.d.ts +0 -0
- package/dist/src/organisms/gv-schema-form.js +700 -0
- package/{src → dist/src}/organisms/gv-tabs.d.ts +0 -0
- package/dist/src/organisms/gv-tabs.js +201 -0
- package/{src → dist/src}/organisms/gv-user-menu.d.ts +0 -0
- package/dist/src/organisms/gv-user-menu.js +298 -0
- package/{src → dist/src}/organisms/gv-vertical-menu.d.ts +0 -0
- package/dist/src/organisms/gv-vertical-menu.js +119 -0
- package/{src → dist/src}/policy-studio/gv-flow-step.d.ts +0 -0
- package/dist/src/policy-studio/gv-flow-step.js +443 -0
- package/{src → dist/src}/policy-studio/gv-flow.d.ts +0 -0
- package/dist/src/policy-studio/gv-flow.js +595 -0
- package/{src → dist/src}/policy-studio/gv-policy-studio-menu.d.ts +0 -0
- package/dist/src/policy-studio/gv-policy-studio-menu.js +689 -0
- package/{src → dist/src}/policy-studio/gv-policy-studio.d.ts +0 -0
- package/dist/src/policy-studio/gv-policy-studio.js +1712 -0
- package/{src → dist/src}/styles/empty.d.ts +0 -0
- package/dist/src/styles/empty.js +35 -0
- package/{src → dist/src}/styles/input.d.ts +0 -0
- package/dist/src/styles/input.js +262 -0
- package/{src → dist/src}/styles/link.d.ts +0 -0
- package/dist/src/styles/link.js +31 -0
- package/{src → dist/src}/styles/shapes.d.ts +0 -0
- package/dist/src/styles/shapes.js +17 -0
- package/{src → dist/src}/styles/skeleton.d.ts +0 -0
- package/dist/src/styles/skeleton.js +52 -0
- package/{src → dist/src}/styles/zoom.d.ts +0 -0
- package/dist/src/styles/zoom.js +39 -0
- package/{src → dist/src}/theme/gv-theme.d.ts +0 -0
- package/dist/src/theme/gv-theme.js +197 -0
- package/{wc → dist/wc}/gv-autocomplete.d.ts +0 -0
- package/dist/wc/gv-autocomplete.js +1 -0
- package/{wc → dist/wc}/gv-button.d.ts +0 -0
- package/dist/wc/gv-button.js +1 -0
- package/{wc → dist/wc}/gv-card-full.d.ts +0 -0
- package/dist/wc/gv-card-full.js +1 -0
- package/{wc → dist/wc}/gv-card-list.d.ts +0 -0
- package/dist/wc/gv-card-list.js +1 -0
- package/{wc → dist/wc}/gv-card.d.ts +0 -0
- package/dist/wc/gv-card.js +1 -0
- package/{wc → dist/wc}/gv-category-list.d.ts +0 -0
- package/dist/wc/gv-category-list.js +1 -0
- package/{wc → dist/wc}/gv-category.d.ts +0 -0
- package/dist/wc/gv-category.js +1 -0
- package/{wc → dist/wc}/gv-chart-bar.d.ts +0 -0
- package/dist/wc/gv-chart-bar.js +1 -0
- package/{wc → dist/wc}/gv-chart-gauge.d.ts +0 -0
- package/dist/wc/gv-chart-gauge.js +1 -0
- package/{wc → dist/wc}/gv-chart-histogram.d.ts +0 -0
- package/dist/wc/gv-chart-histogram.js +1 -0
- package/{wc → dist/wc}/gv-chart-line.d.ts +0 -0
- package/dist/wc/gv-chart-line.js +1 -0
- package/{wc → dist/wc}/gv-chart-map.d.ts +0 -0
- package/dist/wc/gv-chart-map.js +1 -0
- package/{wc → dist/wc}/gv-chart-pie.d.ts +0 -0
- package/dist/wc/gv-chart-pie.js +1 -0
- package/{wc → dist/wc}/gv-checkbox.d.ts +0 -0
- package/dist/wc/gv-checkbox.js +1 -0
- package/{wc → dist/wc}/gv-code.d.ts +0 -0
- package/dist/wc/gv-code.js +1 -0
- package/{wc → dist/wc}/gv-confirm.d.ts +0 -0
- package/dist/wc/gv-confirm.js +1 -0
- package/{wc → dist/wc}/gv-cron-editor.d.ts +0 -0
- package/dist/wc/gv-cron-editor.js +1 -0
- package/{wc → dist/wc}/gv-date-picker-calendar.d.ts +0 -0
- package/dist/wc/gv-date-picker-calendar.js +1 -0
- package/{wc → dist/wc}/gv-date-picker-cell.d.ts +0 -0
- package/dist/wc/gv-date-picker-cell.js +1 -0
- package/{wc → dist/wc}/gv-date-picker.d.ts +0 -0
- package/dist/wc/gv-date-picker.js +1 -0
- package/{wc → dist/wc}/gv-documentation.d.ts +0 -0
- package/dist/wc/gv-documentation.js +1 -0
- package/{wc → dist/wc}/gv-dropdown-menu.d.ts +0 -0
- package/dist/wc/gv-dropdown-menu.js +1 -0
- package/{wc → dist/wc}/gv-expandable.d.ts +0 -0
- package/dist/wc/gv-expandable.js +1 -0
- package/{wc → dist/wc}/gv-expression-language.d.ts +0 -0
- package/dist/wc/gv-expression-language.js +1 -0
- package/{wc → dist/wc}/gv-file-upload.d.ts +0 -0
- package/dist/wc/gv-file-upload.js +1 -0
- package/{wc → dist/wc}/gv-flow-step.d.ts +0 -0
- package/dist/wc/gv-flow-step.js +1 -0
- package/{wc → dist/wc}/gv-flow.d.ts +0 -0
- package/dist/wc/gv-flow.js +1 -0
- package/{wc → dist/wc}/gv-header.d.ts +0 -0
- package/dist/wc/gv-header.js +1 -0
- package/{wc → dist/wc}/gv-http-client.d.ts +0 -0
- package/dist/wc/gv-http-client.js +1 -0
- package/{wc → dist/wc}/gv-icon.d.ts +0 -0
- package/dist/wc/gv-icon.js +1 -0
- package/{wc → dist/wc}/gv-identity-picture.d.ts +0 -0
- package/dist/wc/gv-identity-picture.js +1 -0
- package/{wc → dist/wc}/gv-image.d.ts +0 -0
- package/dist/wc/gv-image.js +1 -0
- package/{wc → dist/wc}/gv-input-message.d.ts +0 -0
- package/dist/wc/gv-input-message.js +1 -0
- package/{wc → dist/wc}/gv-input.d.ts +0 -0
- package/dist/wc/gv-input.js +1 -0
- package/{wc → dist/wc}/gv-link.d.ts +0 -0
- package/dist/wc/gv-link.js +1 -0
- package/{wc → dist/wc}/gv-list.d.ts +0 -0
- package/dist/wc/gv-list.js +1 -0
- package/{wc → dist/wc}/gv-menu.d.ts +0 -0
- package/dist/wc/gv-menu.js +1 -0
- package/{wc → dist/wc}/gv-message.d.ts +0 -0
- package/dist/wc/gv-message.js +1 -0
- package/{wc → dist/wc}/gv-metric.d.ts +0 -0
- package/dist/wc/gv-metric.js +1 -0
- package/{wc → dist/wc}/gv-metrics.d.ts +0 -0
- package/dist/wc/gv-metrics.js +1 -0
- package/{wc → dist/wc}/gv-modal.d.ts +0 -0
- package/dist/wc/gv-modal.js +1 -0
- package/{wc → dist/wc}/gv-nav.d.ts +0 -0
- package/dist/wc/gv-nav.js +1 -0
- package/{wc → dist/wc}/gv-newsletter-subscription.d.ts +0 -0
- package/dist/wc/gv-newsletter-subscription.js +1 -0
- package/{wc → dist/wc}/gv-option.d.ts +0 -0
- package/dist/wc/gv-option.js +1 -0
- package/{wc → dist/wc}/gv-pagination.d.ts +0 -0
- package/dist/wc/gv-pagination.js +1 -0
- package/{wc → dist/wc}/gv-plans.d.ts +0 -0
- package/dist/wc/gv-plans.js +1 -0
- package/{wc → dist/wc}/gv-policy-studio-menu.d.ts +0 -0
- package/dist/wc/gv-policy-studio-menu.js +1 -0
- package/{wc → dist/wc}/gv-policy-studio.d.ts +0 -0
- package/dist/wc/gv-policy-studio.js +1 -0
- package/{wc → dist/wc}/gv-popover.d.ts +0 -0
- package/dist/wc/gv-popover.js +1 -0
- package/{wc → dist/wc}/gv-promote.d.ts +0 -0
- package/dist/wc/gv-promote.js +1 -0
- package/{wc → dist/wc}/gv-properties.d.ts +0 -0
- package/dist/wc/gv-properties.js +1 -0
- package/{wc → dist/wc}/gv-rating-list.d.ts +0 -0
- package/dist/wc/gv-rating-list.js +1 -0
- package/{wc → dist/wc}/gv-rating.d.ts +0 -0
- package/dist/wc/gv-rating.js +1 -0
- package/{wc → dist/wc}/gv-relative-time.d.ts +0 -0
- package/dist/wc/gv-relative-time.js +1 -0
- package/{wc → dist/wc}/gv-resizable-views.d.ts +0 -0
- package/dist/wc/gv-resizable-views.js +1 -0
- package/{wc → dist/wc}/gv-resources.d.ts +0 -0
- package/dist/wc/gv-resources.js +1 -0
- package/{wc → dist/wc}/gv-row-expandable.d.ts +0 -0
- package/dist/wc/gv-row-expandable.js +1 -0
- package/{wc → dist/wc}/gv-row.d.ts +0 -0
- package/dist/wc/gv-row.js +1 -0
- package/{wc → dist/wc}/gv-schema-form-array.d.ts +0 -0
- package/dist/wc/gv-schema-form-array.js +1 -0
- package/{wc → dist/wc}/gv-schema-form-control-object.d.ts +0 -0
- package/dist/wc/gv-schema-form-control-object.js +1 -0
- package/{wc → dist/wc}/gv-schema-form-control.d.ts +0 -0
- package/dist/wc/gv-schema-form-control.js +1 -0
- package/{wc → dist/wc}/gv-schema-form.d.ts +0 -0
- package/dist/wc/gv-schema-form.js +1 -0
- package/{wc → dist/wc}/gv-select-native.d.ts +0 -0
- package/dist/wc/gv-select-native.js +1 -0
- package/{wc → dist/wc}/gv-select.d.ts +0 -0
- package/dist/wc/gv-select.js +1 -0
- package/{wc → dist/wc}/gv-spinner.d.ts +0 -0
- package/dist/wc/gv-spinner.js +1 -0
- package/{wc → dist/wc}/gv-state.d.ts +0 -0
- package/dist/wc/gv-state.js +1 -0
- package/{wc → dist/wc}/gv-stats.d.ts +0 -0
- package/dist/wc/gv-stats.js +1 -0
- package/{wc → dist/wc}/gv-stepper.d.ts +0 -0
- package/dist/wc/gv-stepper.js +1 -0
- package/{wc → dist/wc}/gv-switch.d.ts +0 -0
- package/dist/wc/gv-switch.js +1 -0
- package/{wc → dist/wc}/gv-table.d.ts +0 -0
- package/dist/wc/gv-table.js +1 -0
- package/{wc → dist/wc}/gv-tabs.d.ts +0 -0
- package/dist/wc/gv-tabs.js +1 -0
- package/{wc → dist/wc}/gv-tag.d.ts +0 -0
- package/dist/wc/gv-tag.js +1 -0
- package/{wc → dist/wc}/gv-text.d.ts +0 -0
- package/dist/wc/gv-text.js +1 -0
- package/{wc → dist/wc}/gv-theme.d.ts +0 -0
- package/dist/wc/gv-theme.js +1 -0
- package/{wc → dist/wc}/gv-tree.d.ts +0 -0
- package/dist/wc/gv-tree.js +1 -0
- package/{wc → dist/wc}/gv-user-menu.d.ts +0 -0
- package/dist/wc/gv-user-menu.js +1 -0
- package/{wc → dist/wc}/gv-vertical-menu.d.ts +0 -0
- package/dist/wc/gv-vertical-menu.js +1 -0
- package/package.json +8 -17
- package/src/atoms/gv-autocomplete.js +0 -1
- package/src/atoms/gv-button.js +0 -1
- package/src/atoms/gv-checkbox.js +0 -1
- package/src/atoms/gv-date-picker-calendar.js +0 -1
- package/src/atoms/gv-date-picker-cell.js +0 -1
- package/src/atoms/gv-date-picker.js +0 -1
- package/src/atoms/gv-file-upload.js +0 -1
- package/src/atoms/gv-icon.js +0 -1
- package/src/atoms/gv-image.js +0 -1
- package/src/atoms/gv-input-message.js +0 -1
- package/src/atoms/gv-input.js +0 -1
- package/src/atoms/gv-link.js +0 -1
- package/src/atoms/gv-message.js +0 -1
- package/src/atoms/gv-metric.js +0 -1
- package/src/atoms/gv-relative-time.js +0 -1
- package/src/atoms/gv-select-native.js +0 -1
- package/src/atoms/gv-select.js +0 -1
- package/src/atoms/gv-spinner.js +0 -1
- package/src/atoms/gv-state.js +0 -1
- package/src/atoms/gv-switch.js +0 -1
- package/src/atoms/gv-tag.js +0 -1
- package/src/atoms/gv-text.js +0 -1
- package/src/charts/gv-chart-bar.js +0 -1
- package/src/charts/gv-chart-gauge.js +0 -1
- package/src/charts/gv-chart-histogram.js +0 -1
- package/src/charts/gv-chart-line.js +0 -1
- package/src/charts/gv-chart-map.js +0 -1
- package/src/charts/gv-chart-pie.js +0 -1
- package/src/index.js +0 -1
- package/src/lib/cron-expression.js +0 -1
- package/src/lib/date.js +0 -1
- package/src/lib/events.js +0 -1
- package/src/lib/http-client-schema-form.js +0 -1
- package/src/lib/http.js +0 -1
- package/src/lib/i18n.js +0 -1
- package/src/lib/item.js +0 -1
- package/src/lib/properties.js +0 -1
- package/src/lib/schema-form.js +0 -1
- package/src/lib/studio.js +0 -1
- package/src/lib/style.js +0 -1
- package/src/lib/text-format.js +0 -1
- package/src/lib/theme.js +0 -1
- package/src/lib/utils.js +0 -1
- package/src/mixins/chart-element.js +0 -1
- package/src/mixins/input-element.js +0 -1
- package/src/mixins/item-resource.js +0 -1
- package/src/mixins/keyboard-element.js +0 -1
- package/src/mixins/update-after-browser.js +0 -1
- package/src/mixins/with-resize-observer.js +0 -1
- package/src/mixins/with-skeleton-attribute.js +0 -1
- package/src/molecules/gv-card-full.js +0 -1
- package/src/molecules/gv-card-list.js +0 -1
- package/src/molecules/gv-card.js +0 -1
- package/src/molecules/gv-category-list.js +0 -1
- package/src/molecules/gv-category.js +0 -1
- package/src/molecules/gv-code.js +0 -1
- package/src/molecules/gv-confirm.js +0 -1
- package/src/molecules/gv-cron-editor.js +0 -1
- package/src/molecules/gv-dropdown-menu.js +0 -1
- package/src/molecules/gv-expandable.js +0 -1
- package/src/molecules/gv-expression-language.js +0 -1
- package/src/molecules/gv-identity-picture.js +0 -1
- package/src/molecules/gv-list.js +0 -1
- package/src/molecules/gv-metrics.js +0 -1
- package/src/molecules/gv-modal.js +0 -1
- package/src/molecules/gv-nav.js +0 -1
- package/src/molecules/gv-option.js +0 -1
- package/src/molecules/gv-plans.js +0 -1
- package/src/molecules/gv-popover.js +0 -1
- package/src/molecules/gv-promote.js +0 -1
- package/src/molecules/gv-rating-list.js +0 -1
- package/src/molecules/gv-rating.js +0 -1
- package/src/molecules/gv-row-expandable.js +0 -1
- package/src/molecules/gv-row.js +0 -1
- package/src/molecules/gv-stats.js +0 -1
- package/src/molecules/gv-stepper.js +0 -1
- package/src/molecules/gv-table.js +0 -1
- package/src/molecules/gv-tree.js +0 -1
- package/src/organisms/gv-documentation.js +0 -1
- package/src/organisms/gv-header.js +0 -1
- package/src/organisms/gv-http-client.js +0 -1
- package/src/organisms/gv-menu.js +0 -1
- package/src/organisms/gv-newsletter-subscription.js +0 -1
- package/src/organisms/gv-pagination.js +0 -1
- package/src/organisms/gv-properties.js +0 -1
- package/src/organisms/gv-resizable-views.js +0 -1
- package/src/organisms/gv-resources.js +0 -1
- package/src/organisms/gv-schema-form-array.js +0 -1
- package/src/organisms/gv-schema-form-control-object.js +0 -1
- package/src/organisms/gv-schema-form-control.js +0 -1
- package/src/organisms/gv-schema-form.js +0 -1
- package/src/organisms/gv-tabs.js +0 -1
- package/src/organisms/gv-user-menu.js +0 -1
- package/src/organisms/gv-vertical-menu.js +0 -1
- package/src/policy-studio/gv-flow-step.js +0 -1
- package/src/policy-studio/gv-flow.js +0 -1
- package/src/policy-studio/gv-policy-studio-menu.js +0 -1
- package/src/policy-studio/gv-policy-studio.js +0 -1
- package/src/styles/empty.js +0 -1
- package/src/styles/input.js +0 -1
- package/src/styles/link.js +0 -1
- package/src/styles/shapes.js +0 -1
- package/src/styles/skeleton.js +0 -1
- package/src/styles/zoom.js +0 -1
- package/src/theme/gv-theme.js +0 -1
- package/wc/gv-autocomplete.js +0 -1
- package/wc/gv-button.js +0 -1
- package/wc/gv-card-full.js +0 -1
- package/wc/gv-card-list.js +0 -1
- package/wc/gv-card.js +0 -1
- package/wc/gv-category-list.js +0 -1
- package/wc/gv-category.js +0 -1
- package/wc/gv-chart-bar.js +0 -1
- package/wc/gv-chart-gauge.js +0 -1
- package/wc/gv-chart-histogram.js +0 -1
- package/wc/gv-chart-line.js +0 -1
- package/wc/gv-chart-map.js +0 -1
- package/wc/gv-chart-pie.js +0 -1
- package/wc/gv-checkbox.js +0 -1
- package/wc/gv-code.js +0 -1
- package/wc/gv-confirm.js +0 -1
- package/wc/gv-cron-editor.js +0 -1
- package/wc/gv-date-picker-calendar.js +0 -1
- package/wc/gv-date-picker-cell.js +0 -1
- package/wc/gv-date-picker.js +0 -1
- package/wc/gv-documentation.js +0 -1
- package/wc/gv-dropdown-menu.js +0 -1
- package/wc/gv-expandable.js +0 -1
- package/wc/gv-expression-language.js +0 -1
- package/wc/gv-file-upload.js +0 -1
- package/wc/gv-flow-step.js +0 -1
- package/wc/gv-flow.js +0 -1
- package/wc/gv-header.js +0 -1
- package/wc/gv-http-client.js +0 -1
- package/wc/gv-icon.js +0 -1
- package/wc/gv-identity-picture.js +0 -1
- package/wc/gv-image.js +0 -1
- package/wc/gv-input-message.js +0 -1
- package/wc/gv-input.js +0 -1
- package/wc/gv-link.js +0 -1
- package/wc/gv-list.js +0 -1
- package/wc/gv-menu.js +0 -1
- package/wc/gv-message.js +0 -1
- package/wc/gv-metric.js +0 -1
- package/wc/gv-metrics.js +0 -1
- package/wc/gv-modal.js +0 -1
- package/wc/gv-nav.js +0 -1
- package/wc/gv-newsletter-subscription.js +0 -1
- package/wc/gv-option.js +0 -1
- package/wc/gv-pagination.js +0 -1
- package/wc/gv-plans.js +0 -1
- package/wc/gv-policy-studio-menu.js +0 -1
- package/wc/gv-policy-studio.js +0 -1
- package/wc/gv-popover.js +0 -1
- package/wc/gv-promote.js +0 -1
- package/wc/gv-properties.js +0 -1
- package/wc/gv-rating-list.js +0 -1
- package/wc/gv-rating.js +0 -1
- package/wc/gv-relative-time.js +0 -1
- package/wc/gv-resizable-views.js +0 -1
- package/wc/gv-resources.js +0 -1
- package/wc/gv-row-expandable.js +0 -1
- package/wc/gv-row.js +0 -1
- package/wc/gv-schema-form-array.js +0 -1
- package/wc/gv-schema-form-control-object.js +0 -1
- package/wc/gv-schema-form-control.js +0 -1
- package/wc/gv-schema-form.js +0 -1
- package/wc/gv-select-native.js +0 -1
- package/wc/gv-select.js +0 -1
- package/wc/gv-spinner.js +0 -1
- package/wc/gv-state.js +0 -1
- package/wc/gv-stats.js +0 -1
- package/wc/gv-stepper.js +0 -1
- package/wc/gv-switch.js +0 -1
- package/wc/gv-table.js +0 -1
- package/wc/gv-tabs.js +0 -1
- package/wc/gv-tag.js +0 -1
- package/wc/gv-text.js +0 -1
- package/wc/gv-theme.js +0 -1
- package/wc/gv-tree.js +0 -1
- package/wc/gv-user-menu.js +0 -1
- package/wc/gv-vertical-menu.js +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '../src/molecules/gv-category';
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '../src/charts/gv-chart-bar';
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '../src/charts/gv-chart-gauge';
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '../src/charts/gv-chart-histogram';
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '../src/charts/gv-chart-line';
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '../src/charts/gv-chart-map';
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '../src/charts/gv-chart-pie';
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '../src/atoms/gv-checkbox';
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '../src/molecules/gv-code';
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '../src/molecules/gv-confirm';
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '../src/molecules/gv-cron-editor';
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '../src/atoms/gv-date-picker-calendar';
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '../src/atoms/gv-date-picker-cell';
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '../src/atoms/gv-date-picker';
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '../src/organisms/gv-documentation';
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '../src/molecules/gv-dropdown-menu';
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '../src/molecules/gv-expandable';
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '../src/molecules/gv-expression-language';
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '../src/atoms/gv-file-upload';
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '../src/policy-studio/gv-flow-step';
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '../src/policy-studio/gv-flow';
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '../src/organisms/gv-header';
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '../src/organisms/gv-http-client';
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '../src/atoms/gv-icon';
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '../src/molecules/gv-identity-picture';
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '../src/atoms/gv-image';
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '../src/atoms/gv-input-message';
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '../src/atoms/gv-input';
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '../src/atoms/gv-link';
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '../src/molecules/gv-list';
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '../src/organisms/gv-menu';
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '../src/atoms/gv-message';
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '../src/atoms/gv-metric';
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '../src/molecules/gv-metrics';
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '../src/molecules/gv-modal';
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '../src/molecules/gv-nav';
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '../src/organisms/gv-newsletter-subscription';
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '../src/molecules/gv-option';
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '../src/organisms/gv-pagination';
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '../src/molecules/gv-plans';
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '../src/policy-studio/gv-policy-studio-menu';
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '../src/policy-studio/gv-policy-studio';
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '../src/molecules/gv-popover';
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '../src/molecules/gv-promote';
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '../src/organisms/gv-properties';
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '../src/molecules/gv-rating-list';
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '../src/molecules/gv-rating';
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '../src/atoms/gv-relative-time';
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '../src/organisms/gv-resizable-views';
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '../src/organisms/gv-resources';
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '../src/molecules/gv-row-expandable';
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '../src/molecules/gv-row';
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '../src/organisms/gv-schema-form-array';
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '../src/organisms/gv-schema-form-control-object';
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '../src/organisms/gv-schema-form-control';
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '../src/organisms/gv-schema-form';
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '../src/atoms/gv-select-native';
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '../src/atoms/gv-select';
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '../src/atoms/gv-spinner';
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '../src/atoms/gv-state';
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '../src/molecules/gv-stats';
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '../src/molecules/gv-stepper';
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '../src/atoms/gv-switch';
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '../src/molecules/gv-table';
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '../src/organisms/gv-tabs';
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '../src/atoms/gv-tag';
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '../src/atoms/gv-text';
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '../src/theme/gv-theme';
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '../src/molecules/gv-tree';
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '../src/organisms/gv-user-menu';
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '../src/organisms/gv-vertical-menu';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gravitee/ui-components",
|
|
3
|
-
"version": "3.25.3-typescript-
|
|
3
|
+
"version": "3.25.3-typescript-94e8113",
|
|
4
4
|
"description": "Gravitee.io UI Components library, based on Web Components",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -8,22 +8,21 @@
|
|
|
8
8
|
},
|
|
9
9
|
"license": "Apache-2.0",
|
|
10
10
|
"author": "",
|
|
11
|
-
"main": "src/index.js",
|
|
12
|
-
"types": "src/index.d.ts",
|
|
11
|
+
"main": "dist/src/index.js",
|
|
12
|
+
"types": "dist/src/index.d.ts",
|
|
13
13
|
"files": [
|
|
14
14
|
"assets/css",
|
|
15
15
|
"assets/i18n",
|
|
16
16
|
"assets/icons",
|
|
17
17
|
"assets/images",
|
|
18
|
-
"
|
|
19
|
-
"wc"
|
|
18
|
+
"dist"
|
|
20
19
|
],
|
|
21
20
|
"scripts": {
|
|
22
21
|
"build": "npm run docs && npm run check:i18n && npm run generate:theme && npm run generate:dist && build-storybook -s assets --modern --quiet",
|
|
23
22
|
"check:i18n": "node tasks/check-i18n.js",
|
|
24
23
|
"danger": "danger ci",
|
|
25
24
|
"docs": "wca analyze src/** --outFile .docs/custom-elements.json && node tasks/generate-docs.js",
|
|
26
|
-
"generate:dist": "npm run tsc
|
|
25
|
+
"generate:dist": "npm run tsc",
|
|
27
26
|
"generate:icons": "node tasks/generate-icons.js && npm run lint:fix",
|
|
28
27
|
"generate:theme": "node tasks/generate-theme.js && npm run lint:fix",
|
|
29
28
|
"lint": "eslint src stories tasks && npm run prettier",
|
|
@@ -36,7 +35,6 @@
|
|
|
36
35
|
"prettier": "prettier --check \"**/*.{js,html,css,json}\"",
|
|
37
36
|
"prettier:fix": "prettier --write \"**/*.{js,html,css,json}\"",
|
|
38
37
|
"release": "semantic-release",
|
|
39
|
-
"rollup": "rollup -c ",
|
|
40
38
|
"serve": "npm run docs && start-storybook -p 6006 --ci -s assets --modern",
|
|
41
39
|
"serve:prod": "npm run build && static -a 0.0.0.0 -p 8080 storybook-static --modern",
|
|
42
40
|
"size": "node tasks/size.js",
|
|
@@ -74,10 +72,9 @@
|
|
|
74
72
|
"@babel/plugin-syntax-dynamic-import": "7.8.3",
|
|
75
73
|
"@babel/preset-env": "7.16.5",
|
|
76
74
|
"@babel/preset-typescript": "^7.16.5",
|
|
77
|
-
"@commitlint/cli": "
|
|
78
|
-
"@commitlint/config-conventional": "
|
|
75
|
+
"@commitlint/cli": "16.0.0",
|
|
76
|
+
"@commitlint/config-conventional": "16.0.0",
|
|
79
77
|
"@highcharts/map-collection": "1.1.4",
|
|
80
|
-
"@rollup/plugin-json": "^4.1.0",
|
|
81
78
|
"@semantic-release/changelog": "6.0.1",
|
|
82
79
|
"@semantic-release/git": "10.0.1",
|
|
83
80
|
"@storybook/addon-a11y": "6.4.9",
|
|
@@ -85,13 +82,12 @@
|
|
|
85
82
|
"@storybook/components": "6.4.9",
|
|
86
83
|
"@storybook/theming": "6.4.9",
|
|
87
84
|
"@storybook/web-components": "6.4.9",
|
|
88
|
-
"@web/rollup-plugin-copy": "^0.3.0",
|
|
89
85
|
"asciidoctor": "2.2.5",
|
|
90
86
|
"asciidoctor-highlight.js": "0.4.0",
|
|
91
87
|
"babel-jest": "27.4.5",
|
|
92
88
|
"babel-loader": "8.2.3",
|
|
93
89
|
"bundle-phobia-cli": "0.14.13",
|
|
94
|
-
"chromatic": "6.
|
|
90
|
+
"chromatic": "6.3.3",
|
|
95
91
|
"danger": "10.7.1",
|
|
96
92
|
"del": "6.0.0",
|
|
97
93
|
"eslint": "8.5.0",
|
|
@@ -123,11 +119,6 @@
|
|
|
123
119
|
"nodemon": "2.0.15",
|
|
124
120
|
"pascal-case": "3.1.2",
|
|
125
121
|
"prettier": "2.5.1",
|
|
126
|
-
"rollup": "^2.61.1",
|
|
127
|
-
"rollup-plugin-commonjs": "^10.1.0",
|
|
128
|
-
"rollup-plugin-minify-html-literals": "^1.2.6",
|
|
129
|
-
"rollup-plugin-multi-input": "^1.3.1",
|
|
130
|
-
"rollup-plugin-terser": "^7.0.2",
|
|
131
122
|
"semantic-release": "18.0.1",
|
|
132
123
|
"sort-package-json": "1.53.1",
|
|
133
124
|
"svgo": "2.8.0",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
Object.defineProperty(exports,"__esModule",{value:!0}),exports.GvAutocomplete=void 0;const t=require("lit"),e=require("../lib/events"),o=require("lit/directives/repeat"),i=require("lit/directives/class-map"),s=require("lit/directives/style-map");class n extends t.LitElement{static get properties(){return{options:{type:Array,reflect:!0},value:{type:String,reflect:!0},style:{type:String},minChars:{type:Number},filter:{type:Boolean|Function},size:{type:Number},_options:{type:Array,attribute:!1},_forceOpen:{type:Boolean,attribute:!1}}}static get styles(){return[t.css`:host{box-sizing:border-box;display:inline-block;width:100%}::slotted(*){width:100%}.container{position:relative}.container .options.open{display:block;visibility:visible;opacity:1;-webkit-transform:-webkit-translateY(0);transform:translateY(0);z-index:100}.options{background-color:var(--gv-autocomplete--bgc,var(--gv-theme-neutral-color-lightest,#fff));color:var(--gv-autocomplete--c,var(--gv-theme-font-color,#262626));margin:.2rem;position:absolute;box-shadow:0 0 0 1px var(--gv-theme-neutral-color,#f5f5f5),0 1px 3px var(--gv-theme-neutral-color-dark,#bfbfbf);border-radius:2px;display:block;width:100%;cursor:pointer;left:0;right:0;visibility:hidden;opacity:0;-webkit-transform:-webkit-translateY(-2em);transform:translateY(-2em);-webkit-transition:-webkit-transform 150ms ease-in-out,opacity 150ms ease-in-out;-moz-transition:all 150ms ease-in-out;-ms-transition:all 150ms ease-in-out;-o-transition:all 150ms ease-in-out;overflow:auto}.option{padding:.2rem;min-height:30px;word-break:break-all}.option.match~.option.match{background-color:transparent}.keyboard .option.hover:hover,.option.hover,.option:hover{background-color:var(--gv-autocomplete-hover--bgc,var(--gv-theme-neutral-color-lighter,#fafafa))}.keyboard .option:hover{background-color:transparent}.show{display:block}.hide{display:none}`]}constructor(){super(),this._options=[],this._candidateIndex=-1,this.minChars=1,this.value="",this.style="",this.filter=!1,this.size=5,this._handleOpened=this._onOpened.bind(this)}set options(t){this._options=t}get options(){return this._options}reset(){this._getInput().reset(),this._options=[]}_getFilteredOptions(){return this.filter&&this.value&&this.value.length>=this.minChars&&"*"!==this.value?"function"==typeof this.filter?this._options.filter((t=>this.filter(this.value,t))):this._options.filter((t=>-1!==t.value.indexOf(this.value))):this._options}_onInput(t){clearTimeout(this._cancellableTimeout),this.value=t.target.value,null!=this.value&&this.value.trim().length>=this.minChars?this._cancellableTimeout=setTimeout((()=>{this._open(),(0,e.dispatchCustomEvent)(this,"search",this.value)}),200):this.options=[]}_onSelect(t,o){null==o&&(o=this._options.find((e=>e.value===t))),this.value=this._getInput().value=t,this._close(),(0,e.dispatchCustomEvent)(this,"select",o)}_onMouseOver(){this.shadowRoot.firstElementChild.classList.remove("keyboard"),this._clearHover(),this._shouldSelect=!0}_onMouseLeave(){this._shouldSelect=!1}_renderOption(t){if(t.element)return t.element;if(t.innerHTML){const e=document.createElement("div");return e.innerHTML=t.innerHTML,e}return t.value}_renderStyle(){if(this.style){const e=document.createElement("div");return e.innerHTML=(0,t.unsafeCSS)(this.style),e}return""}_hasNoOptionSlot(){for(const t of this.childNodes)if("noOption"===t.slot)return!0;return!1}render(){const e=this._getFilteredOptions();let n=!1;e&&e.length>0&&this._forceOpen&&(n=0===this.minChars||this.value.trim().length>=this.minChars);const r=this._getInput();let a=0;null!=r&&(a=r.offsetHeight);const l={options:!0,open:n};return t.html`<div class="container">${this._renderStyle()}<slot></slot>${this._hasNoOptionSlot()&&this._forceOpen?t.html`<div class="options open" style="${(0,s.styleMap)({top:`${a}px`})}"><slot name="noOption" class="${e&&0!==e.length?"hide":"show"}"></slot></div>`:""}<div class="${(0,i.classMap)(l)}" @mouseleave="${this._onMouseLeave}" style="${(0,s.styleMap)({top:`${a}px`})}">${(0,o.repeat)(e,(t=>t),((e,o)=>t.html`<div class="${(0,i.classMap)({option:!0})}" data-value="${e.value}" @mouseover="${()=>this._onMouseOver(e,o)}" @click="${()=>this._onSelect(e.value,e)}">${this._renderOption(e)}</div>`))}</div></div>`}_clearHover(){this.shadowRoot.querySelectorAll(".option.hover").forEach((t=>t.classList.remove("hover")))}_updateHover(){if(this._clearHover(),this._candidateIndex>-1){this.shadowRoot.firstElementChild.classList.add("keyboard");const t=this.shadowRoot.querySelectorAll(".option")[this._candidateIndex];if(t){const e=this.shadowRoot.querySelector(".options"),{top:o,left:i}=t.getBoundingClientRect(),s=e.getBoundingClientRect(),n=i-s.left,r=o-s.top;e.scrollTo(n,r),t.classList.add("hover")}}}_onKeydown(t){switch(t.keyCode){case 13:{const e=this.shadowRoot.querySelectorAll(".option")[this._candidateIndex];e&&(t.preventDefault(),t.stopPropagation(),this._candidateIndex=-1,this._onSelect(e.getAttribute("data-value")),this._updateHover()),this._close();break}case 40:this._candidateIndex<this.shadowRoot.querySelectorAll(".option").length-1&&(t.preventDefault(),t.stopPropagation(),this._candidateIndex+=1,this._updateHover());break;case 38:this._candidateIndex>0&&(t.preventDefault(),t.stopPropagation(),this._candidateIndex-=1,this._updateHover());break;case 27:t.preventDefault(),t.stopPropagation(),this._candidateIndex=-1,this._updateHover();break;default:this.value=this._getInput().value,this._candidateIndex=-1,this._updateHover()}}_open(){this._forceOpen=!0,(0,e.dispatchCustomEvent)(this,"opened",{target:this})}_close(){this._forceOpen=!1}_onFocus(){this._open()}_onBlur(){!1===this._shouldSelect&&this._close()}_getInput(){for(const t of this.childNodes)if("input"===t.slot)return t;return this.firstElementChild}_onClear(t){this.value=t.target.value}updated(){setTimeout((()=>{const t=this.shadowRoot.querySelector(".option");if(t){const e=t.clientHeight*parseInt(this.size,10),o=this.shadowRoot.querySelector(".options");o.style.maxHeight=`${e}px`,o.scrollTo(0,0)}}),0)}firstUpdated(){this._handlers={input:this._onInput.bind(this),focus:this._onFocus.bind(this),blur:this._onBlur.bind(this),keydown:this._onKeydown.bind(this),clear:this._onClear.bind(this)},this.shadowRoot.addEventListener("input",this._handlers.input),this.shadowRoot.addEventListener("keydown",this._handlers.keydown);const t=this._getInput();t.addEventListener("focus",this._handlers.focus),t.addEventListener("blur",this._handlers.blur),t.addEventListener("gv-input:clear",this._handlers.clear),"gv-input"===t.tagName.toLowerCase()&&t.setAttribute("no-submit",!0)}_onOpened({detail:t}){t.target!==this&&this._close()}connectedCallback(){super.connectedCallback(),window.addEventListener("gv-autocomplete:opened",this._handleOpened)}disconnectedCallback(){if(this._handlers){this.shadowRoot.removeEventListener("input",this._handlers.input),this.shadowRoot.removeEventListener("keydown",this._handlers.keydown);const t=this._getInput();t.removeEventListener("focus",this._handlers.focus),t.removeEventListener("blur",this._handlers.blur),t.removeEventListener("gv-input:clear",this._handlers.clear)}window.removeEventListener("gv-autocomplete:open",this._handleOpened),super.disconnectedCallback()}}exports.GvAutocomplete=n,window.customElements.define("gv-autocomplete",n);
|
package/src/atoms/gv-button.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
Object.defineProperty(exports,"__esModule",{value:!0}),exports.GvButton=void 0;const t=require("lit/directives/class-map"),i=require("lit"),e=require("../styles/skeleton"),o=require("../styles/link");require("../atoms/gv-icon");const n=require("lit/directives/if-defined"),r=require("../lib/events");class s extends i.LitElement{static get properties(){return{type:{type:String},danger:{type:Boolean},disabled:{type:Boolean},primary:{type:Boolean},outlined:{type:Boolean},link:{type:Boolean},href:{type:String},skeleton:{type:Boolean},icon:{type:String},iconRight:{type:String,attribute:"icon-right"},loading:{type:Boolean},title:{type:String,reflect:!0},provider:{type:String},small:{type:Boolean},tabindex:{type:Number,reflect:!0},_hasContent:{type:Boolean,attribute:!1}}}static get styles(){return[i.css`:host{box-sizing:border-box;display:inline-block;margin:.2rem;vertical-align:middle;--gv-icon--s:23px;--github--c:#444;--google--c:#4285f4;--oidc--c:var(--gv-button-oidc--bgc, #000000);--gravitee--c:var(--gv-button-graviteeio_am--bgc, #86c3d0)}:host(:not([link])){outline:0}.github{--gv-button--bgc:var(--github--c)}.google{--gv-button--bgc:var(--google--c)}.oidc{--gv-button--bgc:var(--oidc--c);--gv-button-icon--c:#fff}.oidc.outlined{--gv-button-icon--c:var(--oidc--c)}.button.graviteeio_am{--gv-button--bgc:var(--gravitee--c);color:#383e3f}.button{background:#fff;border:1px solid #000;font-size:var(--gv-button--fz,var(--gv-theme-font-size-m,14px));margin:0;padding:0;height:100%;text-decoration:none;box-sizing:border-box;display:flex;justify-content:center;align-items:center;text-align:center;outline:0}.button.small{--gv-icon--s:16px}.button.small:not(.link){max-height:25px;min-height:25px;min-width:25px;--gv-button--p:1px 4px}.button:not(.link){border-radius:var(--gv-button--bdrs,.15rem);cursor:pointer;min-height:39px;min-width:39px;padding:var(--gv-button--p,7px 14px);text-transform:uppercase;user-select:none;width:100%}.button.iconLeft:not(.noContent) slot{margin-left:7px}.button.iconRight:not(.noContent) slot{margin-right:7px}.default{--c:var(--gv-button--c, var(--gv-theme-font-color-light, #ffffff));--bgc:var(--gv-button--bgc, var(--gv-theme-color-dark, #28444f));--icon--c:var(--gv-button--c, var(--gv-theme-font-color-light, #ffffff));--gv-icon--c:var(--icon--c);--gv-icon-opacity--c:var(--icon--c)}.primary{--c:var(--gv-button-primary--c, var(--gv-theme-font-color-light, #ffffff));--bgc:var(--gv-button-primary--bgc, var(--gv-theme-color, #5a7684));--icon--c:var(--gv-button-primary--c, var(--gv-theme-font-color-light, #ffffff));--gv-icon--c:var(--icon--c);--gv-icon-opacity--c:var(--icon--c);font-weight:500}.danger{--c:var(--gv-button-danger--c, var(--gv-theme-font-color-light, #ffffff));--bgc:var(--gv-button-danger--bgc, var(--gv-theme-color-danger, #ff5722));--icon--c:var(--gv-button-danger--c, var(--gv-theme-font-color-light, #ffffff));--gv-icon--c:var(--icon--c);--gv-icon-opacity--c:var(--icon--c)}:host([skeleton]) .button:not(.link){border-color:var(--gv-theme-skeleton-color,#bfbfbf)}.button:not(.link){background-color:var(--bgc);border-color:var(--bgc);color:var(--c)}.button.outlined{background-color:var(--c);color:var(--bgc);--gv-icon--c:var(--bgc);--gv-icon-opacity--c:var(--bgc)}:host(:focus) .button:not(.link):not(.disabled),:host(:hover) .button:not(.link):not(.disabled){box-shadow:0 1px 3px var(--gv-theme-color-darker,#383e3f)}:host(:active) .button{box-shadow:none}.button.disabled{cursor:default;opacity:.5}.button.skeleton>gv-icon{opacity:0}.button{box-shadow:0 0 0 0 rgba(255,255,255,0);transition:all 75ms ease-in-out}.button::-moz-focus-inner{border:0}.button slot{flex:1;white-space:nowrap;display:flex;align-items:center;justify-content:center;height:100%}.button.noContent slot{display:none}.loading gv-icon{animation:spinner 1.6s linear infinite;--gv-icon--s:20px}.loading.small gv-icon{--gv-icon--s:18px}@keyframes spinner{to{transform:rotate(360deg)}}.link{border:0;cursor:pointer;background-color:transparent}button.link{text-decoration:underline}:host([skeleton]) .link{color:transparent}`,e.skeleton,o.link]}constructor(){super(),this.tabindex=0,this.type="button",this.addEventListener("click",this._onClick.bind(this))}_onKeyDown(t){32!==t.keyCode&&13!==t.keyCode||(t.preventDefault(),this._onClick(t))}_onClick(t){if(this.href&&t.preventDefault(),!this.disabled&&!this.loading&&!this.skeleton){const t=this.closest("form");t&&"submit"===this.type&&t.dispatchEvent(new Event("submit",{bubbles:!0,cancelable:!0})),(0,r.dispatchCustomEvent)(this,"click")}}render(){const e={button:!0,primary:this.primary&&!this.danger,danger:this.danger,skeleton:this.skeleton&&!this.link,default:!this.primary&&!this.danger&&!this.link,outlined:this.outlined,icon:this.icon||this.iconRight,iconLeft:this._hasIconLeft(),iconRight:this.iconRight,loading:this.loading&&!this.link,link:this.link&&!this.primary&&!this.danger,disabled:this.disabled,small:this.small,noContent:!this._hasContent};return this.provider&&(e[this.provider]=!0,this.icon=`thirdparty:${this.provider}`,e.icon=!0,e.iconLeft=!0),this.href?i.html`<a tabindex="-1" .href="${this.href}" .title="${(0,n.ifDefined)(this.title)}" class="${(0,t.classMap)(e)}">${this._getIconLeft()}<slot></slot>${this._getIconRight()}</a>`:i.html`<button tabindex="-1" type="${this.type||"button"}" .title="${(0,n.ifDefined)(this.title)}" class="${(0,t.classMap)(e)}" .disabled="${this.disabled||this.skeleton}">${this._getIconLeft()}<slot></slot>${this._getIconRight()}</button>`}_getIconRight(){return this.iconRight?!this.loading||this.icon||this.link?i.html`<gv-icon shape="${this.iconRight}" .title="${(0,n.ifDefined)(this.title)}"></gv-icon>`:i.html`<gv-icon shape="navigation:waiting" .title="${(0,n.ifDefined)(this.title)}"></gv-icon>`:""}_hasIconLeft(){return(this.icon||this.loading)&&!this.iconRight}_getIconLeft(){return this._hasIconLeft()?this.loading&&!this.link?i.html`<gv-icon shape="navigation:waiting" .title="${(0,n.ifDefined)(this.title)}"></gv-icon>`:i.html`<gv-icon shape="${this.icon}" .title="${(0,n.ifDefined)(this.title)}"></gv-icon>`:""}firstUpdated(){this.addEventListener("keydown",this._onKeyDown)}updated(t){super.updated(t);const i=this.shadowRoot.querySelector("slot");this._hasContent=i.assignedNodes().map((t=>t.textContent)).filter((t=>""!==t.trim())).length>0}}exports.GvButton=s,window.customElements.define("gv-button",s);
|
package/src/atoms/gv-checkbox.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
Object.defineProperty(exports,"__esModule",{value:!0}),exports.GvCheckbox=void 0;const e=require("lit/directives/class-map"),t=require("lit"),i=require("../styles/skeleton"),s=require("../lib/events"),l=require("../mixins/input-element");class o extends((0,l.InputElement)(t.LitElement)){static get properties(){return{disabled:{type:Boolean},skeleton:{type:Boolean},value:{type:String,reflect:!0},checked:{type:Boolean,reflect:!0},label:{type:String},title:{type:String}}}static get styles(){return[i.skeleton,t.css`:host{cursor:pointer;--gv-icon--c:var(--gv-theme-neutral-color-dark, #d9d9d9);--gv-icon--s:30px}.container{position:relative;height:30px}input{border:1px solid var(--gv-theme-neutral-color-dark,#d9d9d9);box-sizing:border-box;border-radius:4px;outline:0;padding:10px;cursor:pointer}input:disabled{cursor:default;opacity:.5}label{cursor:pointer;line-height:29px;padding-left:15px}.required>label::after{content:'*';color:var(--gv-theme-color-danger)}gv-icon{position:absolute}gv-icon.checked{--gv-icon--s:20px;background-color:var(--gv-checkbox--bgc,var(--gv-theme-color,#5a7684));display:inherit!important;margin:5px;border-radius:4px;height:20px}gv-icon:disabled{cursor:default;opacity:.5}.disabled,.skeleton{cursor:default}label abbr{position:absolute;left:0;color:red;font-variant:none}`]}constructor(){super(),this._type="checkbox",this.checked=!1,this.value="off"}_renderLabel(){return this.label?t.html`<label class="${(0,e.classMap)({disabled:this.disabled,skeleton:this.skeleton,"checkbox-label":!0})}" title="${this.label}">${this.label}</label>`:""}_onInput(){this.disabled||this.skeleton||(this.checked=!this.checked,setTimeout((()=>{(0,s.dispatchCustomEvent)(this,"input",this.checked),this.dispatchEvent(new Event("input",{bubbles:!0,cancelable:!0})),this.dispatchEvent(new Event("change",{bubbles:!0,cancelable:!0}))}),0))}updated(e){!e.has("checked")||"off"!==this.value&&"on"!==this.value||(this.value=this.checked?"on":"off")}render(){const i={skeleton:this.skeleton,disabled:this.disabled,required:this.required,container:!0};return t.html`<div class="${(0,e.classMap)(i)}"><gv-icon shape="design:border" @click="${this._onInput}"></gv-icon><gv-icon style="display:none" @click="${this._onInput}" class="${(0,e.classMap)({checked:this.checked})}" shape="code:check"></gv-icon><label @click="${this._onInput}">${this._renderLabel()}</label></div>`}}exports.GvCheckbox=o,window.customElements.define("gv-checkbox",o);
|