xv-webcomponents 1.25.1 → 2.0.0-beta.28
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/LICENSE +21 -21
- package/README.md +249 -129
- package/dist/angular/angular-component-lib/utils.d.ts +9 -0
- package/dist/angular/angular-component-lib/utils.js +58 -0
- package/dist/angular/index.d.ts +4 -0
- package/dist/angular/index.js +56 -0
- package/dist/angular/proxies.d.ts +696 -0
- package/dist/angular/proxies.js +1642 -0
- package/dist/angular/web-components.module.d.ts +7 -0
- package/dist/angular/web-components.module.js +168 -0
- package/dist/cjs/_vars-DMytunQw.js +26 -0
- package/dist/cjs/{index-Cb30DBqk.js → index-DaTpiyaU.js} +2 -0
- package/dist/cjs/{index-DpLAFt0R.js → index-Dwhgrew8.js} +401 -1805
- package/dist/cjs/index.cjs.js +4 -1
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/maplibre-gl-BIvnXGyX.js +884 -0
- package/dist/cjs/{xv-accordion-v2_50.cjs.entry.js → xv-accordion-v2_49.cjs.entry.js} +2046 -694
- package/dist/cjs/xv-header-next.cjs.entry.js +10 -89
- package/dist/cjs/xv-mega-menu-next.cjs.entry.js +4 -4
- package/dist/cjs/xv-webcomponents.cjs.js +3 -3
- package/dist/collection/collection-manifest.json +2 -2
- package/dist/collection/components/xv-accordion/xv-accordion.js +1 -1
- package/dist/collection/components/xv-accordion-item/xv-accordion-item.js +1 -1
- package/dist/collection/components/xv-breadcrumbs/xv-breadcrumbs.js +1 -1
- package/dist/collection/components/xv-button/xv-button.js +2 -1
- package/dist/collection/components/xv-button-group/xv-button-group.js +3 -3
- package/dist/collection/components/xv-card/xv-card.js +1 -1
- package/dist/collection/components/xv-checkbox/xv-checkbox.js +4 -3
- package/dist/collection/components/xv-content-switcher/xv-content-switcher-item/xv-content-switcher-item.js +1 -1
- package/dist/collection/components/xv-content-switcher/xv-content-switcher.js +7 -6
- package/dist/collection/components/xv-data-table/xv-data-table-cell/xv-data-table-cell.js +5 -3
- package/dist/collection/components/xv-data-table/xv-data-table-row/xv-data-table-row.js +4 -3
- package/dist/collection/components/xv-data-table/xv-data-table.js +5 -3
- package/dist/collection/components/xv-date-picker/xv-date-picker.js +16 -8
- package/dist/collection/components/xv-datepicker/xv-datepicker.js +5 -4
- package/dist/collection/components/xv-dropdown/xv-dropdown-item/xv-dropdown-item.js +9 -5
- package/dist/collection/components/xv-dropdown/xv-dropdown.js +9 -5
- package/dist/collection/components/xv-file-uploader/xv-file-uploader.css +3 -3
- package/dist/collection/components/xv-file-uploader/xv-file-uploader.js +6 -4
- package/dist/collection/components/xv-footer/xv-footer.js +1 -1
- package/dist/collection/components/xv-geo-map/xv-geo-map.css +43 -67
- package/dist/collection/components/xv-geo-map/xv-geo-map.js +10 -10
- package/dist/collection/components/xv-header/xv-header.js +7 -88
- package/dist/collection/components/xv-header-next/xv-header-next.js +10 -91
- package/dist/collection/components/xv-link/xv-link.js +1 -1
- package/dist/collection/components/xv-loader/xv-loader.js +2 -1
- package/dist/collection/components/xv-login-modal/xv-login-modal.css +7 -7
- package/dist/collection/components/xv-mega-menu/xv-mega-menu.js +2 -2
- package/dist/collection/components/xv-mega-menu-next/xv-mega-menu-next.js +5 -4
- package/dist/collection/components/xv-modal/xv-modal.js +3 -2
- package/dist/collection/components/xv-notification/xv-notification.js +3 -2
- package/dist/collection/components/xv-number-input/xv-number-input.js +4 -3
- package/dist/collection/components/xv-overflow-menu/xv-overflow-menu-item/xv-overflow-menu-item.js +7 -4
- package/dist/collection/components/xv-overflow-menu/xv-overflow-menu.js +14 -11
- package/dist/collection/components/xv-pagination/xv-pagination.css +2 -2
- package/dist/collection/components/xv-pagination/xv-pagination.js +7 -4
- package/dist/collection/components/xv-progress-indicator/xv-progress-indicator-item/xv-progress-indicator-item.js +3 -2
- package/dist/collection/components/xv-progress-indicator/xv-progress-indicator.js +6 -5
- package/dist/collection/components/xv-radio/xv-radio.js +4 -3
- package/dist/collection/components/xv-slider/xv-slider.js +1 -1
- package/dist/collection/components/xv-table/xv-table-cell/xv-table-cell.css +129 -61
- package/dist/collection/components/xv-table/xv-table-cell/xv-table-cell.js +279 -78
- package/dist/collection/components/xv-table/xv-table-row/xv-table-row.css +138 -24
- package/dist/collection/components/xv-table/xv-table-row/xv-table-row.js +334 -162
- package/dist/collection/components/xv-table/xv-table.css +240 -99
- package/dist/collection/components/xv-table/xv-table.js +2058 -64
- package/dist/collection/components/xv-table/xv-table.model.js +10 -0
- package/dist/collection/components/xv-table/xv-table.utils.js +243 -0
- package/dist/collection/components/xv-tabs/xv-tab/xv-tab.js +1 -1
- package/dist/collection/components/xv-tabs/xv-tabs.js +2 -1
- package/dist/collection/components/xv-tag/xv-tag.js +1 -1
- package/dist/collection/components/xv-tag-combobox/xv-tag-combobox.js +6 -4
- package/dist/collection/components/xv-text-input/xv-text-input.js +4 -3
- package/dist/collection/components/xv-textarea/xv-textarea.js +4 -3
- package/dist/collection/components/xv-tile/xv-tile.css +1 -1
- package/dist/collection/components/xv-tile/xv-tile.js +2 -2
- package/dist/collection/components/xv-toggle/xv-toggle.js +3 -2
- package/dist/collection/components/xv-toggle-tip/xv-toggle-tip.js +3 -2
- package/dist/collection/components/xv-tooltip/xv-tooltip.js +4 -3
- package/dist/collection/index.js +3 -0
- package/dist/collection/utils/table-layout.js +130 -0
- package/dist/components/index.d.ts +35 -0
- package/dist/components/index.js +1 -0
- package/dist/components/p-A3B7AR96.js +9 -0
- package/dist/components/p-B0kwaJ8n.js +1 -0
- package/dist/components/p-B9zHwwFm.js +1 -0
- package/dist/components/p-BEoh0dZI.js +1 -0
- package/dist/components/p-BaZ-srfu.js +1 -0
- package/dist/components/p-Bej2l-wN.js +1 -0
- package/dist/components/p-BfP9ezJQ.js +1 -0
- package/dist/components/p-BfhvpeQh.js +1 -0
- package/dist/components/p-BiiqsbVQ.js +1 -0
- package/dist/components/p-CSYnNMKb.js +1 -0
- package/dist/components/p-CspyoLL9.js +1 -0
- package/dist/components/p-CvgDDcjp.js +1 -0
- package/dist/components/p-D4FwGeDJ.js +1 -0
- package/dist/components/p-DCvH_Br_.js +1 -0
- package/dist/components/p-DFe9Mtw_.js +1 -0
- package/dist/components/p-DFtMwE-h.js +1 -0
- package/dist/components/p-DIvi4fI3.js +1 -0
- package/dist/components/p-DNRISLNf.js +1 -0
- package/dist/components/p-DPnvoOYj.js +1 -0
- package/dist/components/p-Dwbe941A.js +1 -0
- package/dist/components/p-HjYAjHna.js +1 -0
- package/dist/components/p-JClekcEh.js +1 -0
- package/dist/components/p-NoM9oIJn.js +1 -0
- package/dist/components/p-SvgdO2VS.js +1 -0
- package/dist/components/p-XEk4dHG3.js +1 -0
- package/dist/components/p-e0i0f6QA.js +1 -0
- package/dist/components/p-i7_81si-.js +1 -0
- package/dist/components/p-i82EFiq6.js +1 -0
- package/dist/components/p-jD7nSJaM.js +1 -0
- package/dist/components/xv-accordion-v2-item.d.ts +11 -0
- package/dist/components/xv-accordion-v2-item.js +1 -0
- package/dist/components/xv-accordion-v2.d.ts +11 -0
- package/dist/components/xv-accordion-v2.js +1 -0
- package/dist/components/xv-breadcrumbs-v2.d.ts +11 -0
- package/dist/components/xv-breadcrumbs-v2.js +1 -0
- package/dist/components/xv-button-group-v2.d.ts +11 -0
- package/dist/components/xv-button-group-v2.js +1 -0
- package/dist/components/xv-button-v2.d.ts +11 -0
- package/dist/components/xv-button-v2.js +1 -0
- package/dist/components/xv-card-v2.d.ts +11 -0
- package/dist/components/xv-card-v2.js +1 -0
- package/dist/components/xv-checkbox-v2.d.ts +11 -0
- package/dist/components/xv-checkbox-v2.js +1 -0
- package/dist/components/xv-content-switcher-item-v2.d.ts +11 -0
- package/dist/components/xv-content-switcher-item-v2.js +1 -0
- package/dist/components/xv-content-switcher-v2.d.ts +11 -0
- package/dist/components/xv-content-switcher-v2.js +1 -0
- package/dist/components/xv-data-table-cell.d.ts +11 -0
- package/dist/components/xv-data-table-cell.js +1 -0
- package/dist/components/xv-data-table-collapse.d.ts +11 -0
- package/dist/components/xv-data-table-collapse.js +1 -0
- package/dist/components/xv-data-table-row.d.ts +11 -0
- package/dist/components/xv-data-table-row.js +1 -0
- package/dist/components/xv-data-table.d.ts +11 -0
- package/dist/components/xv-data-table.js +7 -0
- package/dist/components/xv-date-picker.d.ts +11 -0
- package/dist/components/xv-date-picker.js +1 -0
- package/dist/components/xv-datepicker.d.ts +11 -0
- package/dist/components/xv-datepicker.js +1 -0
- package/dist/components/xv-dropdown-v2-item.d.ts +11 -0
- package/dist/components/xv-dropdown-v2-item.js +1 -0
- package/dist/components/xv-dropdown-v2.d.ts +11 -0
- package/dist/components/xv-dropdown-v2.js +1 -0
- package/dist/components/xv-file-uploader.d.ts +11 -0
- package/dist/components/xv-file-uploader.js +1 -0
- package/dist/components/xv-footer.d.ts +11 -0
- package/dist/components/xv-footer.js +1 -0
- package/dist/components/xv-geo-map-v2.d.ts +11 -0
- package/dist/components/xv-geo-map-v2.js +1 -0
- package/dist/components/xv-header-next.d.ts +11 -0
- package/dist/components/xv-header-next.js +1 -0
- package/dist/components/xv-header.d.ts +11 -0
- package/dist/components/xv-header.js +1 -0
- package/dist/components/xv-image-viewer.d.ts +11 -0
- package/dist/components/xv-image-viewer.js +1 -0
- package/dist/components/xv-link-v2.d.ts +11 -0
- package/dist/components/xv-link-v2.js +1 -0
- package/dist/components/xv-loader-v2.d.ts +11 -0
- package/dist/components/xv-loader-v2.js +1 -0
- package/dist/components/xv-login-modal.d.ts +11 -0
- package/dist/components/xv-login-modal.js +1 -0
- package/dist/components/xv-mega-menu-next.d.ts +11 -0
- package/dist/components/xv-mega-menu-next.js +1 -0
- package/dist/components/xv-mega-menu.d.ts +11 -0
- package/dist/components/xv-mega-menu.js +1 -0
- package/dist/components/xv-modal-v2.d.ts +11 -0
- package/dist/components/xv-modal-v2.js +1 -0
- package/dist/components/xv-notification-v2.d.ts +11 -0
- package/dist/components/xv-notification-v2.js +1 -0
- package/dist/components/xv-number-input-v2.d.ts +11 -0
- package/dist/components/xv-number-input-v2.js +1 -0
- package/dist/components/xv-overflow-menu-v2-item.d.ts +11 -0
- package/dist/components/xv-overflow-menu-v2-item.js +1 -0
- package/dist/components/xv-overflow-menu-v2.d.ts +11 -0
- package/dist/components/xv-overflow-menu-v2.js +1 -0
- package/dist/components/xv-pagination.d.ts +11 -0
- package/dist/components/xv-pagination.js +1 -0
- package/dist/components/xv-progress-indicator-v2-item.d.ts +11 -0
- package/dist/components/xv-progress-indicator-v2-item.js +1 -0
- package/dist/components/xv-progress-indicator-v2.d.ts +11 -0
- package/dist/components/xv-progress-indicator-v2.js +1 -0
- package/dist/components/xv-radio-v2.d.ts +11 -0
- package/dist/components/xv-radio-v2.js +1 -0
- package/dist/components/xv-slider-v2.d.ts +11 -0
- package/dist/components/xv-slider-v2.js +1 -0
- package/dist/components/xv-tab-v2.d.ts +11 -0
- package/dist/components/xv-tab-v2.js +1 -0
- package/dist/components/xv-table-cell.d.ts +11 -0
- package/dist/components/xv-table-cell.js +1 -0
- package/dist/components/xv-table-row.d.ts +11 -0
- package/dist/components/xv-table-row.js +1 -0
- package/dist/components/xv-table.d.ts +11 -0
- package/dist/components/xv-table.js +1 -0
- package/dist/components/xv-tabs-v2.d.ts +11 -0
- package/dist/components/xv-tabs-v2.js +1 -0
- package/dist/components/xv-tag-combobox.d.ts +11 -0
- package/dist/components/xv-tag-combobox.js +1 -0
- package/dist/components/xv-tag-v2.d.ts +11 -0
- package/dist/components/xv-tag-v2.js +1 -0
- package/dist/components/xv-text-input-v2.d.ts +11 -0
- package/dist/components/xv-text-input-v2.js +1 -0
- package/dist/components/xv-textarea.d.ts +11 -0
- package/dist/components/xv-textarea.js +1 -0
- package/dist/components/xv-tile.d.ts +11 -0
- package/dist/components/xv-tile.js +1 -0
- package/dist/components/xv-toggle-tip.d.ts +11 -0
- package/dist/components/xv-toggle-tip.js +1 -0
- package/dist/components/xv-toggle.d.ts +11 -0
- package/dist/components/xv-toggle.js +1 -0
- package/dist/components/xv-tooltip-v2.d.ts +11 -0
- package/dist/components/xv-tooltip-v2.js +1 -0
- package/dist/custom-elements.json +11561 -0
- package/dist/docs.d.ts +480 -0
- package/dist/docs.json +17181 -0
- package/dist/esm/_vars-CDEU4jkD.js +23 -0
- package/dist/esm/{index-CQm2sRKT.js → index-ClusqSO5.js} +2 -0
- package/dist/esm/{index-DmxA2ysB.js → index-DJC3-dS3.js} +400 -1806
- package/dist/esm/index.js +2 -1
- package/dist/esm/loader.js +3 -3
- package/dist/esm/maplibre-gl-A3B7AR96.js +826 -0
- package/dist/esm/maplibre-gl-shared.mjs +2 -2
- package/dist/esm/maplibre-gl-worker.mjs +2 -2
- package/dist/esm/{xv-accordion-v2_50.entry.js → xv-accordion-v2_49.entry.js} +2044 -691
- package/dist/esm/xv-header-next.entry.js +10 -89
- package/dist/esm/xv-mega-menu-next.entry.js +4 -4
- package/dist/esm/xv-webcomponents.js +4 -4
- package/dist/react/components.d.ts +55 -0
- package/dist/react/components.js +56 -0
- package/dist/react/create-component.d.ts +24 -0
- package/dist/react/runtime.d.ts +2 -0
- package/dist/react/runtime.js +43 -0
- package/dist/react/tag-transformer.d.ts +3 -0
- package/dist/react/tag-transformer.js +12 -0
- package/dist/react/xv-accordion-v2-item.d.ts +12 -0
- package/dist/react/xv-accordion-v2-item.js +14 -0
- package/dist/react/xv-accordion-v2.d.ts +15 -0
- package/dist/react/xv-accordion-v2.js +14 -0
- package/dist/react/xv-breadcrumbs-v2.d.ts +9 -0
- package/dist/react/xv-breadcrumbs-v2.js +14 -0
- package/dist/react/xv-button-group-v2.d.ts +12 -0
- package/dist/react/xv-button-group-v2.js +14 -0
- package/dist/react/xv-button-v2.d.ts +9 -0
- package/dist/react/xv-button-v2.js +14 -0
- package/dist/react/xv-card-v2.d.ts +9 -0
- package/dist/react/xv-card-v2.js +14 -0
- package/dist/react/xv-checkbox-v2.d.ts +15 -0
- package/dist/react/xv-checkbox-v2.js +19 -0
- package/dist/react/xv-content-switcher-item-v2.d.ts +9 -0
- package/dist/react/xv-content-switcher-item-v2.js +14 -0
- package/dist/react/xv-content-switcher-v2.d.ts +12 -0
- package/dist/react/xv-content-switcher-v2.js +14 -0
- package/dist/react/xv-data-table-cell.d.ts +12 -0
- package/dist/react/xv-data-table-cell.js +14 -0
- package/dist/react/xv-data-table-collapse.d.ts +12 -0
- package/dist/react/xv-data-table-collapse.js +14 -0
- package/dist/react/xv-data-table-row.d.ts +12 -0
- package/dist/react/xv-data-table-row.js +14 -0
- package/dist/react/xv-data-table.d.ts +12 -0
- package/dist/react/xv-data-table.js +14 -0
- package/dist/react/xv-date-picker.d.ts +14 -0
- package/dist/react/xv-date-picker.js +18 -0
- package/dist/react/xv-datepicker.d.ts +13 -0
- package/dist/react/xv-datepicker.js +17 -0
- package/dist/react/xv-dropdown-v2-item.d.ts +12 -0
- package/dist/react/xv-dropdown-v2-item.js +14 -0
- package/dist/react/xv-dropdown-v2.d.ts +13 -0
- package/dist/react/xv-dropdown-v2.js +17 -0
- package/dist/react/xv-file-uploader.d.ts +13 -0
- package/dist/react/xv-file-uploader.js +17 -0
- package/dist/react/xv-footer.d.ts +9 -0
- package/dist/react/xv-footer.js +14 -0
- package/dist/react/xv-geo-map-v2.d.ts +13 -0
- package/dist/react/xv-geo-map-v2.js +17 -0
- package/dist/react/xv-header-next.d.ts +12 -0
- package/dist/react/xv-header-next.js +14 -0
- package/dist/react/xv-header.d.ts +12 -0
- package/dist/react/xv-header.js +14 -0
- package/dist/react/xv-image-viewer.d.ts +12 -0
- package/dist/react/xv-image-viewer.js +14 -0
- package/dist/react/xv-link-v2.d.ts +9 -0
- package/dist/react/xv-link-v2.js +14 -0
- package/dist/react/xv-loader-v2.d.ts +9 -0
- package/dist/react/xv-loader-v2.js +14 -0
- package/dist/react/xv-login-modal.d.ts +12 -0
- package/dist/react/xv-login-modal.js +14 -0
- package/dist/react/xv-mega-menu-next.d.ts +12 -0
- package/dist/react/xv-mega-menu-next.js +14 -0
- package/dist/react/xv-mega-menu.d.ts +12 -0
- package/dist/react/xv-mega-menu.js +14 -0
- package/dist/react/xv-modal-v2.d.ts +12 -0
- package/dist/react/xv-modal-v2.js +14 -0
- package/dist/react/xv-notification-v2.d.ts +12 -0
- package/dist/react/xv-notification-v2.js +14 -0
- package/dist/react/xv-number-input-v2.d.ts +12 -0
- package/dist/react/xv-number-input-v2.js +14 -0
- package/dist/react/xv-overflow-menu-v2-item.d.ts +12 -0
- package/dist/react/xv-overflow-menu-v2-item.js +14 -0
- package/dist/react/xv-overflow-menu-v2.d.ts +13 -0
- package/dist/react/xv-overflow-menu-v2.js +17 -0
- package/dist/react/xv-pagination.d.ts +15 -0
- package/dist/react/xv-pagination.js +14 -0
- package/dist/react/xv-progress-indicator-v2-item.d.ts +9 -0
- package/dist/react/xv-progress-indicator-v2-item.js +14 -0
- package/dist/react/xv-progress-indicator-v2.d.ts +9 -0
- package/dist/react/xv-progress-indicator-v2.js +14 -0
- package/dist/react/xv-radio-v2.d.ts +9 -0
- package/dist/react/xv-radio-v2.js +14 -0
- package/dist/react/xv-slider-v2.d.ts +12 -0
- package/dist/react/xv-slider-v2.js +14 -0
- package/dist/react/xv-tab-v2.d.ts +9 -0
- package/dist/react/xv-tab-v2.js +14 -0
- package/dist/react/xv-table-cell.d.ts +9 -0
- package/dist/react/xv-table-cell.js +14 -0
- package/dist/react/xv-table-row.d.ts +9 -0
- package/dist/react/xv-table-row.js +14 -0
- package/dist/react/xv-table.d.ts +18 -0
- package/dist/react/xv-table.js +22 -0
- package/dist/react/xv-tabs-v2.d.ts +12 -0
- package/dist/react/xv-tabs-v2.js +14 -0
- package/dist/react/xv-tag-combobox.d.ts +13 -0
- package/dist/react/xv-tag-combobox.js +17 -0
- package/dist/react/xv-tag-v2.d.ts +12 -0
- package/dist/react/xv-tag-v2.js +14 -0
- package/dist/react/xv-text-input-v2.d.ts +12 -0
- package/dist/react/xv-text-input-v2.js +14 -0
- package/dist/react/xv-textarea.d.ts +12 -0
- package/dist/react/xv-textarea.js +14 -0
- package/dist/react/xv-tile.d.ts +15 -0
- package/dist/react/xv-tile.js +14 -0
- package/dist/react/xv-toggle-tip.d.ts +12 -0
- package/dist/react/xv-toggle-tip.js +14 -0
- package/dist/react/xv-toggle.d.ts +12 -0
- package/dist/react/xv-toggle.js +14 -0
- package/dist/react/xv-tooltip-v2.d.ts +9 -0
- package/dist/react/xv-tooltip-v2.js +14 -0
- package/dist/types/components/xv-header/xv-header.d.ts +13 -29
- package/dist/types/components/xv-header-next/xv-header-next.d.ts +13 -29
- package/dist/types/components/xv-table/xv-table-cell/xv-table-cell.d.ts +43 -8
- package/dist/types/components/xv-table/xv-table-row/xv-table-row.d.ts +57 -18
- package/dist/types/components/xv-table/xv-table.d.ts +298 -9
- package/dist/types/components/xv-table/xv-table.model.d.ts +78 -0
- package/dist/types/components/xv-table/xv-table.utils.d.ts +47 -0
- package/dist/types/components.d.ts +1498 -209
- package/dist/types/index.d.ts +1 -0
- package/dist/types/stencil-public-runtime.d.ts +126 -57
- package/dist/types/utils/table-layout.d.ts +7 -0
- package/dist/vscode-data.json +3293 -0
- package/dist/xv-webcomponents/index.esm.js +1 -1
- package/dist/xv-webcomponents/{p-fe9b38f8.entry.js → p-0c30d09f.entry.js} +1 -1
- package/dist/xv-webcomponents/p-6b58979e.entry.js +8 -0
- package/dist/xv-webcomponents/p-A3B7AR96.js +9 -0
- package/dist/xv-webcomponents/p-CDEU4jkD.js +1 -0
- package/dist/xv-webcomponents/p-DJC3-dS3.js +3 -0
- package/dist/xv-webcomponents/p-DSFVdw3w.js +1 -0
- package/dist/xv-webcomponents/p-c4173686.entry.js +1 -0
- package/dist/xv-webcomponents/xv-webcomponents.css +6 -6
- package/dist/xv-webcomponents/xv-webcomponents.esm.js +1 -1
- package/loader/index.d.ts +1 -1
- package/package.json +139 -61
- package/dist/cjs/_vars-Cyrk3TAl.js +0 -3423
- package/dist/cjs/maplibre-gl-CCZS3Rg5.js +0 -900
- package/dist/collection/components/xv-header/_vars.js +0 -51
- package/dist/collection/components/xv-table/_vars.js +0 -2
- package/dist/collection/components/xv-table/xv-table-expand/xv-table-expand.css +0 -58
- package/dist/collection/components/xv-table/xv-table-expand/xv-table-expand.js +0 -75
- package/dist/esm/_vars-BkYBzv3h.js +0 -3413
- package/dist/esm/maplibre-gl-CS4Eagm9.js +0 -813
- package/dist/types/components/xv-header/_vars.d.ts +0 -47
- package/dist/types/components/xv-table/_vars.d.ts +0 -15
- package/dist/types/components/xv-table/xv-table-expand/xv-table-expand.d.ts +0 -8
- package/dist/xv-webcomponents/p-7832549c.entry.js +0 -8
- package/dist/xv-webcomponents/p-BkYBzv3h.js +0 -1
- package/dist/xv-webcomponents/p-CQm2sRKT.js +0 -1
- package/dist/xv-webcomponents/p-CS4Eagm9.js +0 -10
- package/dist/xv-webcomponents/p-DmxA2ysB.js +0 -2
- package/dist/xv-webcomponents/p-f46bb687.entry.js +0 -1
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import { createComponent } from './runtime.js';
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { transformTag } from './tag-transformer.js';
|
|
5
|
+
import { XvLinkV2 as XvLinkV2Element, defineCustomElement as defineXvLinkV2 } from "xv-webcomponents/dist/components/xv-link-v2.js";
|
|
6
|
+
export const XvLinkV2 = /*@__PURE__*/ createComponent({
|
|
7
|
+
tagName: 'xv-link-v2',
|
|
8
|
+
elementClass: XvLinkV2Element,
|
|
9
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
10
|
+
react: React,
|
|
11
|
+
events: {},
|
|
12
|
+
defineCustomElement: defineXvLinkV2,
|
|
13
|
+
transformTag
|
|
14
|
+
});
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was automatically generated by the Stencil React Output Target.
|
|
3
|
+
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
|
+
*/
|
|
5
|
+
import type { StencilReactComponent } from './runtime.js';
|
|
6
|
+
import type { Components } from "xv-webcomponents/dist/components";
|
|
7
|
+
import { XvLoaderV2 as XvLoaderV2Element } from "xv-webcomponents/dist/components/xv-loader-v2.js";
|
|
8
|
+
export type XvLoaderV2Events = NonNullable<unknown>;
|
|
9
|
+
export declare const XvLoaderV2: StencilReactComponent<XvLoaderV2Element, XvLoaderV2Events, Components.XvLoaderV2>;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import { createComponent } from './runtime.js';
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { transformTag } from './tag-transformer.js';
|
|
5
|
+
import { XvLoaderV2 as XvLoaderV2Element, defineCustomElement as defineXvLoaderV2 } from "xv-webcomponents/dist/components/xv-loader-v2.js";
|
|
6
|
+
export const XvLoaderV2 = /*@__PURE__*/ createComponent({
|
|
7
|
+
tagName: 'xv-loader-v2',
|
|
8
|
+
elementClass: XvLoaderV2Element,
|
|
9
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
10
|
+
react: React,
|
|
11
|
+
events: {},
|
|
12
|
+
defineCustomElement: defineXvLoaderV2,
|
|
13
|
+
transformTag
|
|
14
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was automatically generated by the Stencil React Output Target.
|
|
3
|
+
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
|
+
*/
|
|
5
|
+
import type { EventName, StencilReactComponent } from './runtime.js';
|
|
6
|
+
import { type XvLoginModalCustomEvent } from "xv-webcomponents";
|
|
7
|
+
import type { Components } from "xv-webcomponents/dist/components";
|
|
8
|
+
import { XvLoginModal as XvLoginModalElement } from "xv-webcomponents/dist/components/xv-login-modal.js";
|
|
9
|
+
export type XvLoginModalEvents = {
|
|
10
|
+
onClose: EventName<XvLoginModalCustomEvent<void>>;
|
|
11
|
+
};
|
|
12
|
+
export declare const XvLoginModal: StencilReactComponent<XvLoginModalElement, XvLoginModalEvents, Components.XvLoginModal>;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import { createComponent } from './runtime.js';
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { transformTag } from './tag-transformer.js';
|
|
5
|
+
import { XvLoginModal as XvLoginModalElement, defineCustomElement as defineXvLoginModal } from "xv-webcomponents/dist/components/xv-login-modal.js";
|
|
6
|
+
export const XvLoginModal = /*@__PURE__*/ createComponent({
|
|
7
|
+
tagName: 'xv-login-modal',
|
|
8
|
+
elementClass: XvLoginModalElement,
|
|
9
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
10
|
+
react: React,
|
|
11
|
+
events: { onClose: 'close' },
|
|
12
|
+
defineCustomElement: defineXvLoginModal,
|
|
13
|
+
transformTag
|
|
14
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was automatically generated by the Stencil React Output Target.
|
|
3
|
+
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
|
+
*/
|
|
5
|
+
import type { EventName, StencilReactComponent } from './runtime.js';
|
|
6
|
+
import { type XvMegaMenuNextCustomEvent } from "xv-webcomponents";
|
|
7
|
+
import type { Components } from "xv-webcomponents/dist/components";
|
|
8
|
+
import { XvMegaMenuNext as XvMegaMenuNextElement } from "xv-webcomponents/dist/components/xv-mega-menu-next.js";
|
|
9
|
+
export type XvMegaMenuNextEvents = {
|
|
10
|
+
onOpenChange: EventName<XvMegaMenuNextCustomEvent<boolean>>;
|
|
11
|
+
};
|
|
12
|
+
export declare const XvMegaMenuNext: StencilReactComponent<XvMegaMenuNextElement, XvMegaMenuNextEvents, Components.XvMegaMenuNext>;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import { createComponent } from './runtime.js';
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { transformTag } from './tag-transformer.js';
|
|
5
|
+
import { XvMegaMenuNext as XvMegaMenuNextElement, defineCustomElement as defineXvMegaMenuNext } from "xv-webcomponents/dist/components/xv-mega-menu-next.js";
|
|
6
|
+
export const XvMegaMenuNext = /*@__PURE__*/ createComponent({
|
|
7
|
+
tagName: 'xv-mega-menu-next',
|
|
8
|
+
elementClass: XvMegaMenuNextElement,
|
|
9
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
10
|
+
react: React,
|
|
11
|
+
events: { onOpenChange: 'openChange' },
|
|
12
|
+
defineCustomElement: defineXvMegaMenuNext,
|
|
13
|
+
transformTag
|
|
14
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was automatically generated by the Stencil React Output Target.
|
|
3
|
+
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
|
+
*/
|
|
5
|
+
import type { EventName, StencilReactComponent } from './runtime.js';
|
|
6
|
+
import { type XvMegaMenuCustomEvent } from "xv-webcomponents";
|
|
7
|
+
import type { Components } from "xv-webcomponents/dist/components";
|
|
8
|
+
import { XvMegaMenu as XvMegaMenuElement } from "xv-webcomponents/dist/components/xv-mega-menu.js";
|
|
9
|
+
export type XvMegaMenuEvents = {
|
|
10
|
+
onOpenChange: EventName<XvMegaMenuCustomEvent<boolean>>;
|
|
11
|
+
};
|
|
12
|
+
export declare const XvMegaMenu: StencilReactComponent<XvMegaMenuElement, XvMegaMenuEvents, Components.XvMegaMenu>;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import { createComponent } from './runtime.js';
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { transformTag } from './tag-transformer.js';
|
|
5
|
+
import { XvMegaMenu as XvMegaMenuElement, defineCustomElement as defineXvMegaMenu } from "xv-webcomponents/dist/components/xv-mega-menu.js";
|
|
6
|
+
export const XvMegaMenu = /*@__PURE__*/ createComponent({
|
|
7
|
+
tagName: 'xv-mega-menu',
|
|
8
|
+
elementClass: XvMegaMenuElement,
|
|
9
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
10
|
+
react: React,
|
|
11
|
+
events: { onOpenChange: 'openChange' },
|
|
12
|
+
defineCustomElement: defineXvMegaMenu,
|
|
13
|
+
transformTag
|
|
14
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was automatically generated by the Stencil React Output Target.
|
|
3
|
+
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
|
+
*/
|
|
5
|
+
import type { EventName, StencilReactComponent } from './runtime.js';
|
|
6
|
+
import { type XvModalV2CustomEvent } from "xv-webcomponents";
|
|
7
|
+
import type { Components } from "xv-webcomponents/dist/components";
|
|
8
|
+
import { XvModalV2 as XvModalV2Element } from "xv-webcomponents/dist/components/xv-modal-v2.js";
|
|
9
|
+
export type XvModalV2Events = {
|
|
10
|
+
onOpenChange: EventName<XvModalV2CustomEvent<boolean>>;
|
|
11
|
+
};
|
|
12
|
+
export declare const XvModalV2: StencilReactComponent<XvModalV2Element, XvModalV2Events, Components.XvModalV2>;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import { createComponent } from './runtime.js';
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { transformTag } from './tag-transformer.js';
|
|
5
|
+
import { XvModalV2 as XvModalV2Element, defineCustomElement as defineXvModalV2 } from "xv-webcomponents/dist/components/xv-modal-v2.js";
|
|
6
|
+
export const XvModalV2 = /*@__PURE__*/ createComponent({
|
|
7
|
+
tagName: 'xv-modal-v2',
|
|
8
|
+
elementClass: XvModalV2Element,
|
|
9
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
10
|
+
react: React,
|
|
11
|
+
events: { onOpenChange: 'openChange' },
|
|
12
|
+
defineCustomElement: defineXvModalV2,
|
|
13
|
+
transformTag
|
|
14
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was automatically generated by the Stencil React Output Target.
|
|
3
|
+
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
|
+
*/
|
|
5
|
+
import type { EventName, StencilReactComponent } from './runtime.js';
|
|
6
|
+
import { type XvNotificationV2CustomEvent } from "xv-webcomponents";
|
|
7
|
+
import type { Components } from "xv-webcomponents/dist/components";
|
|
8
|
+
import { XvNotificationV2 as XvNotificationV2Element } from "xv-webcomponents/dist/components/xv-notification-v2.js";
|
|
9
|
+
export type XvNotificationV2Events = {
|
|
10
|
+
onClose: EventName<XvNotificationV2CustomEvent<MouseEvent>>;
|
|
11
|
+
};
|
|
12
|
+
export declare const XvNotificationV2: StencilReactComponent<XvNotificationV2Element, XvNotificationV2Events, Components.XvNotificationV2>;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import { createComponent } from './runtime.js';
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { transformTag } from './tag-transformer.js';
|
|
5
|
+
import { XvNotificationV2 as XvNotificationV2Element, defineCustomElement as defineXvNotificationV2 } from "xv-webcomponents/dist/components/xv-notification-v2.js";
|
|
6
|
+
export const XvNotificationV2 = /*@__PURE__*/ createComponent({
|
|
7
|
+
tagName: 'xv-notification-v2',
|
|
8
|
+
elementClass: XvNotificationV2Element,
|
|
9
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
10
|
+
react: React,
|
|
11
|
+
events: { onClose: 'close' },
|
|
12
|
+
defineCustomElement: defineXvNotificationV2,
|
|
13
|
+
transformTag
|
|
14
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was automatically generated by the Stencil React Output Target.
|
|
3
|
+
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
|
+
*/
|
|
5
|
+
import type { EventName, StencilReactComponent } from './runtime.js';
|
|
6
|
+
import { type XvNumberInputV2CustomEvent } from "xv-webcomponents";
|
|
7
|
+
import type { Components } from "xv-webcomponents/dist/components";
|
|
8
|
+
import { XvNumberInputV2 as XvNumberInputV2Element } from "xv-webcomponents/dist/components/xv-number-input-v2.js";
|
|
9
|
+
export type XvNumberInputV2Events = {
|
|
10
|
+
onValueChange: EventName<XvNumberInputV2CustomEvent<number>>;
|
|
11
|
+
};
|
|
12
|
+
export declare const XvNumberInputV2: StencilReactComponent<XvNumberInputV2Element, XvNumberInputV2Events, Components.XvNumberInputV2>;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import { createComponent } from './runtime.js';
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { transformTag } from './tag-transformer.js';
|
|
5
|
+
import { XvNumberInputV2 as XvNumberInputV2Element, defineCustomElement as defineXvNumberInputV2 } from "xv-webcomponents/dist/components/xv-number-input-v2.js";
|
|
6
|
+
export const XvNumberInputV2 = /*@__PURE__*/ createComponent({
|
|
7
|
+
tagName: 'xv-number-input-v2',
|
|
8
|
+
elementClass: XvNumberInputV2Element,
|
|
9
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
10
|
+
react: React,
|
|
11
|
+
events: { onValueChange: 'valueChange' },
|
|
12
|
+
defineCustomElement: defineXvNumberInputV2,
|
|
13
|
+
transformTag
|
|
14
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was automatically generated by the Stencil React Output Target.
|
|
3
|
+
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
|
+
*/
|
|
5
|
+
import type { EventName, StencilReactComponent } from './runtime.js';
|
|
6
|
+
import { type OverflowMenuEvent, type XvOverflowMenuV2ItemCustomEvent } from "xv-webcomponents";
|
|
7
|
+
import type { Components } from "xv-webcomponents/dist/components";
|
|
8
|
+
import { XvOverflowMenuV2Item as XvOverflowMenuV2ItemElement } from "xv-webcomponents/dist/components/xv-overflow-menu-v2-item.js";
|
|
9
|
+
export type XvOverflowMenuV2ItemEvents = {
|
|
10
|
+
onItemClick: EventName<XvOverflowMenuV2ItemCustomEvent<OverflowMenuEvent>>;
|
|
11
|
+
};
|
|
12
|
+
export declare const XvOverflowMenuV2Item: StencilReactComponent<XvOverflowMenuV2ItemElement, XvOverflowMenuV2ItemEvents, Components.XvOverflowMenuV2Item>;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import { createComponent } from './runtime.js';
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { transformTag } from './tag-transformer.js';
|
|
5
|
+
import { XvOverflowMenuV2Item as XvOverflowMenuV2ItemElement, defineCustomElement as defineXvOverflowMenuV2Item } from "xv-webcomponents/dist/components/xv-overflow-menu-v2-item.js";
|
|
6
|
+
export const XvOverflowMenuV2Item = /*@__PURE__*/ createComponent({
|
|
7
|
+
tagName: 'xv-overflow-menu-v2-item',
|
|
8
|
+
elementClass: XvOverflowMenuV2ItemElement,
|
|
9
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
10
|
+
react: React,
|
|
11
|
+
events: { onItemClick: 'itemClick' },
|
|
12
|
+
defineCustomElement: defineXvOverflowMenuV2Item,
|
|
13
|
+
transformTag
|
|
14
|
+
});
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was automatically generated by the Stencil React Output Target.
|
|
3
|
+
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
|
+
*/
|
|
5
|
+
import type { EventName, StencilReactComponent } from './runtime.js';
|
|
6
|
+
import { type OverflowMenuEvent, type XvOverflowMenuV2CustomEvent } from "xv-webcomponents";
|
|
7
|
+
import type { Components } from "xv-webcomponents/dist/components";
|
|
8
|
+
import { XvOverflowMenuV2 as XvOverflowMenuV2Element } from "xv-webcomponents/dist/components/xv-overflow-menu-v2.js";
|
|
9
|
+
export type XvOverflowMenuV2Events = {
|
|
10
|
+
onSelectItem: EventName<XvOverflowMenuV2CustomEvent<OverflowMenuEvent>>;
|
|
11
|
+
onOpenChange: EventName<XvOverflowMenuV2CustomEvent<boolean>>;
|
|
12
|
+
};
|
|
13
|
+
export declare const XvOverflowMenuV2: StencilReactComponent<XvOverflowMenuV2Element, XvOverflowMenuV2Events, Components.XvOverflowMenuV2>;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import { createComponent } from './runtime.js';
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { transformTag } from './tag-transformer.js';
|
|
5
|
+
import { XvOverflowMenuV2 as XvOverflowMenuV2Element, defineCustomElement as defineXvOverflowMenuV2 } from "xv-webcomponents/dist/components/xv-overflow-menu-v2.js";
|
|
6
|
+
export const XvOverflowMenuV2 = /*@__PURE__*/ createComponent({
|
|
7
|
+
tagName: 'xv-overflow-menu-v2',
|
|
8
|
+
elementClass: XvOverflowMenuV2Element,
|
|
9
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
10
|
+
react: React,
|
|
11
|
+
events: {
|
|
12
|
+
onSelectItem: 'selectItem',
|
|
13
|
+
onOpenChange: 'openChange'
|
|
14
|
+
},
|
|
15
|
+
defineCustomElement: defineXvOverflowMenuV2,
|
|
16
|
+
transformTag
|
|
17
|
+
});
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was automatically generated by the Stencil React Output Target.
|
|
3
|
+
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
|
+
*/
|
|
5
|
+
import type { EventName, StencilReactComponent } from './runtime.js';
|
|
6
|
+
import { type XvPaginationCustomEvent } from "xv-webcomponents";
|
|
7
|
+
import type { Components } from "xv-webcomponents/dist/components";
|
|
8
|
+
import { XvPagination as XvPaginationElement } from "xv-webcomponents/dist/components/xv-pagination.js";
|
|
9
|
+
export type XvPaginationEvents = {
|
|
10
|
+
onPageChange: EventName<XvPaginationCustomEvent<{
|
|
11
|
+
page: number;
|
|
12
|
+
itemsPerPage: number;
|
|
13
|
+
}>>;
|
|
14
|
+
};
|
|
15
|
+
export declare const XvPagination: StencilReactComponent<XvPaginationElement, XvPaginationEvents, Components.XvPagination>;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import { createComponent } from './runtime.js';
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { transformTag } from './tag-transformer.js';
|
|
5
|
+
import { XvPagination as XvPaginationElement, defineCustomElement as defineXvPagination } from "xv-webcomponents/dist/components/xv-pagination.js";
|
|
6
|
+
export const XvPagination = /*@__PURE__*/ createComponent({
|
|
7
|
+
tagName: 'xv-pagination',
|
|
8
|
+
elementClass: XvPaginationElement,
|
|
9
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
10
|
+
react: React,
|
|
11
|
+
events: { onPageChange: 'pageChange' },
|
|
12
|
+
defineCustomElement: defineXvPagination,
|
|
13
|
+
transformTag
|
|
14
|
+
});
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was automatically generated by the Stencil React Output Target.
|
|
3
|
+
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
|
+
*/
|
|
5
|
+
import type { StencilReactComponent } from './runtime.js';
|
|
6
|
+
import type { Components } from "xv-webcomponents/dist/components";
|
|
7
|
+
import { XvProgressIndicatorV2Item as XvProgressIndicatorV2ItemElement } from "xv-webcomponents/dist/components/xv-progress-indicator-v2-item.js";
|
|
8
|
+
export type XvProgressIndicatorV2ItemEvents = NonNullable<unknown>;
|
|
9
|
+
export declare const XvProgressIndicatorV2Item: StencilReactComponent<XvProgressIndicatorV2ItemElement, XvProgressIndicatorV2ItemEvents, Components.XvProgressIndicatorV2Item>;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import { createComponent } from './runtime.js';
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { transformTag } from './tag-transformer.js';
|
|
5
|
+
import { XvProgressIndicatorV2Item as XvProgressIndicatorV2ItemElement, defineCustomElement as defineXvProgressIndicatorV2Item } from "xv-webcomponents/dist/components/xv-progress-indicator-v2-item.js";
|
|
6
|
+
export const XvProgressIndicatorV2Item = /*@__PURE__*/ createComponent({
|
|
7
|
+
tagName: 'xv-progress-indicator-v2-item',
|
|
8
|
+
elementClass: XvProgressIndicatorV2ItemElement,
|
|
9
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
10
|
+
react: React,
|
|
11
|
+
events: {},
|
|
12
|
+
defineCustomElement: defineXvProgressIndicatorV2Item,
|
|
13
|
+
transformTag
|
|
14
|
+
});
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was automatically generated by the Stencil React Output Target.
|
|
3
|
+
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
|
+
*/
|
|
5
|
+
import type { StencilReactComponent } from './runtime.js';
|
|
6
|
+
import type { Components } from "xv-webcomponents/dist/components";
|
|
7
|
+
import { XvProgressIndicatorV2 as XvProgressIndicatorV2Element } from "xv-webcomponents/dist/components/xv-progress-indicator-v2.js";
|
|
8
|
+
export type XvProgressIndicatorV2Events = NonNullable<unknown>;
|
|
9
|
+
export declare const XvProgressIndicatorV2: StencilReactComponent<XvProgressIndicatorV2Element, XvProgressIndicatorV2Events, Components.XvProgressIndicatorV2>;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import { createComponent } from './runtime.js';
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { transformTag } from './tag-transformer.js';
|
|
5
|
+
import { XvProgressIndicatorV2 as XvProgressIndicatorV2Element, defineCustomElement as defineXvProgressIndicatorV2 } from "xv-webcomponents/dist/components/xv-progress-indicator-v2.js";
|
|
6
|
+
export const XvProgressIndicatorV2 = /*@__PURE__*/ createComponent({
|
|
7
|
+
tagName: 'xv-progress-indicator-v2',
|
|
8
|
+
elementClass: XvProgressIndicatorV2Element,
|
|
9
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
10
|
+
react: React,
|
|
11
|
+
events: {},
|
|
12
|
+
defineCustomElement: defineXvProgressIndicatorV2,
|
|
13
|
+
transformTag
|
|
14
|
+
});
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was automatically generated by the Stencil React Output Target.
|
|
3
|
+
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
|
+
*/
|
|
5
|
+
import type { StencilReactComponent } from './runtime.js';
|
|
6
|
+
import type { Components } from "xv-webcomponents/dist/components";
|
|
7
|
+
import { XvRadioV2 as XvRadioV2Element } from "xv-webcomponents/dist/components/xv-radio-v2.js";
|
|
8
|
+
export type XvRadioV2Events = NonNullable<unknown>;
|
|
9
|
+
export declare const XvRadioV2: StencilReactComponent<XvRadioV2Element, XvRadioV2Events, Components.XvRadioV2>;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import { createComponent } from './runtime.js';
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { transformTag } from './tag-transformer.js';
|
|
5
|
+
import { XvRadioV2 as XvRadioV2Element, defineCustomElement as defineXvRadioV2 } from "xv-webcomponents/dist/components/xv-radio-v2.js";
|
|
6
|
+
export const XvRadioV2 = /*@__PURE__*/ createComponent({
|
|
7
|
+
tagName: 'xv-radio-v2',
|
|
8
|
+
elementClass: XvRadioV2Element,
|
|
9
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
10
|
+
react: React,
|
|
11
|
+
events: {},
|
|
12
|
+
defineCustomElement: defineXvRadioV2,
|
|
13
|
+
transformTag
|
|
14
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was automatically generated by the Stencil React Output Target.
|
|
3
|
+
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
|
+
*/
|
|
5
|
+
import type { EventName, StencilReactComponent } from './runtime.js';
|
|
6
|
+
import { type XvSliderV2CustomEvent } from "xv-webcomponents";
|
|
7
|
+
import type { Components } from "xv-webcomponents/dist/components";
|
|
8
|
+
import { XvSliderV2 as XvSliderV2Element } from "xv-webcomponents/dist/components/xv-slider-v2.js";
|
|
9
|
+
export type XvSliderV2Events = {
|
|
10
|
+
onValueChange: EventName<XvSliderV2CustomEvent<number>>;
|
|
11
|
+
};
|
|
12
|
+
export declare const XvSliderV2: StencilReactComponent<XvSliderV2Element, XvSliderV2Events, Components.XvSliderV2>;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import { createComponent } from './runtime.js';
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { transformTag } from './tag-transformer.js';
|
|
5
|
+
import { XvSliderV2 as XvSliderV2Element, defineCustomElement as defineXvSliderV2 } from "xv-webcomponents/dist/components/xv-slider-v2.js";
|
|
6
|
+
export const XvSliderV2 = /*@__PURE__*/ createComponent({
|
|
7
|
+
tagName: 'xv-slider-v2',
|
|
8
|
+
elementClass: XvSliderV2Element,
|
|
9
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
10
|
+
react: React,
|
|
11
|
+
events: { onValueChange: 'valueChange' },
|
|
12
|
+
defineCustomElement: defineXvSliderV2,
|
|
13
|
+
transformTag
|
|
14
|
+
});
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was automatically generated by the Stencil React Output Target.
|
|
3
|
+
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
|
+
*/
|
|
5
|
+
import type { StencilReactComponent } from './runtime.js';
|
|
6
|
+
import type { Components } from "xv-webcomponents/dist/components";
|
|
7
|
+
import { XvTabV2 as XvTabV2Element } from "xv-webcomponents/dist/components/xv-tab-v2.js";
|
|
8
|
+
export type XvTabV2Events = NonNullable<unknown>;
|
|
9
|
+
export declare const XvTabV2: StencilReactComponent<XvTabV2Element, XvTabV2Events, Components.XvTabV2>;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import { createComponent } from './runtime.js';
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { transformTag } from './tag-transformer.js';
|
|
5
|
+
import { XvTabV2 as XvTabV2Element, defineCustomElement as defineXvTabV2 } from "xv-webcomponents/dist/components/xv-tab-v2.js";
|
|
6
|
+
export const XvTabV2 = /*@__PURE__*/ createComponent({
|
|
7
|
+
tagName: 'xv-tab-v2',
|
|
8
|
+
elementClass: XvTabV2Element,
|
|
9
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
10
|
+
react: React,
|
|
11
|
+
events: {},
|
|
12
|
+
defineCustomElement: defineXvTabV2,
|
|
13
|
+
transformTag
|
|
14
|
+
});
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was automatically generated by the Stencil React Output Target.
|
|
3
|
+
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
|
+
*/
|
|
5
|
+
import type { StencilReactComponent } from './runtime.js';
|
|
6
|
+
import type { Components } from "xv-webcomponents/dist/components";
|
|
7
|
+
import { XvTableCell as XvTableCellElement } from "xv-webcomponents/dist/components/xv-table-cell.js";
|
|
8
|
+
export type XvTableCellEvents = NonNullable<unknown>;
|
|
9
|
+
export declare const XvTableCell: StencilReactComponent<XvTableCellElement, XvTableCellEvents, Components.XvTableCell>;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import { createComponent } from './runtime.js';
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { transformTag } from './tag-transformer.js';
|
|
5
|
+
import { XvTableCell as XvTableCellElement, defineCustomElement as defineXvTableCell } from "xv-webcomponents/dist/components/xv-table-cell.js";
|
|
6
|
+
export const XvTableCell = /*@__PURE__*/ createComponent({
|
|
7
|
+
tagName: 'xv-table-cell',
|
|
8
|
+
elementClass: XvTableCellElement,
|
|
9
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
10
|
+
react: React,
|
|
11
|
+
events: {},
|
|
12
|
+
defineCustomElement: defineXvTableCell,
|
|
13
|
+
transformTag
|
|
14
|
+
});
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was automatically generated by the Stencil React Output Target.
|
|
3
|
+
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
|
+
*/
|
|
5
|
+
import type { StencilReactComponent } from './runtime.js';
|
|
6
|
+
import type { Components } from "xv-webcomponents/dist/components";
|
|
7
|
+
import { XvTableRow as XvTableRowElement } from "xv-webcomponents/dist/components/xv-table-row.js";
|
|
8
|
+
export type XvTableRowEvents = NonNullable<unknown>;
|
|
9
|
+
export declare const XvTableRow: StencilReactComponent<XvTableRowElement, XvTableRowEvents, Components.XvTableRow>;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import { createComponent } from './runtime.js';
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { transformTag } from './tag-transformer.js';
|
|
5
|
+
import { XvTableRow as XvTableRowElement, defineCustomElement as defineXvTableRow } from "xv-webcomponents/dist/components/xv-table-row.js";
|
|
6
|
+
export const XvTableRow = /*@__PURE__*/ createComponent({
|
|
7
|
+
tagName: 'xv-table-row',
|
|
8
|
+
elementClass: XvTableRowElement,
|
|
9
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
10
|
+
react: React,
|
|
11
|
+
events: {},
|
|
12
|
+
defineCustomElement: defineXvTableRow,
|
|
13
|
+
transformTag
|
|
14
|
+
});
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was automatically generated by the Stencil React Output Target.
|
|
3
|
+
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
|
+
*/
|
|
5
|
+
import type { EventName, StencilReactComponent } from './runtime.js';
|
|
6
|
+
import { type XvTableCustomEvent, type XvTableExpandedDetail, type XvTableLayout, type XvTablePage, type XvTableRowClickDetail, type XvTableRowOrder, type XvTableSelectionDetail, type XvTableSort } from "xv-webcomponents";
|
|
7
|
+
import type { Components } from "xv-webcomponents/dist/components";
|
|
8
|
+
import { XvTable as XvTableElement } from "xv-webcomponents/dist/components/xv-table.js";
|
|
9
|
+
export type XvTableEvents = {
|
|
10
|
+
onSortChange: EventName<XvTableCustomEvent<XvTableSort>>;
|
|
11
|
+
onSelectedChange: EventName<XvTableCustomEvent<XvTableSelectionDetail>>;
|
|
12
|
+
onExpandedChange: EventName<XvTableCustomEvent<XvTableExpandedDetail>>;
|
|
13
|
+
onPageChange: EventName<XvTableCustomEvent<XvTablePage>>;
|
|
14
|
+
onLayoutChange: EventName<XvTableCustomEvent<XvTableLayout>>;
|
|
15
|
+
onRowClick: EventName<XvTableCustomEvent<XvTableRowClickDetail>>;
|
|
16
|
+
onRowOrderChange: EventName<XvTableCustomEvent<XvTableRowOrder>>;
|
|
17
|
+
};
|
|
18
|
+
export declare const XvTable: StencilReactComponent<XvTableElement, XvTableEvents, Components.XvTable>;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import { createComponent } from './runtime.js';
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { transformTag } from './tag-transformer.js';
|
|
5
|
+
import { XvTable as XvTableElement, defineCustomElement as defineXvTable } from "xv-webcomponents/dist/components/xv-table.js";
|
|
6
|
+
export const XvTable = /*@__PURE__*/ createComponent({
|
|
7
|
+
tagName: 'xv-table',
|
|
8
|
+
elementClass: XvTableElement,
|
|
9
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
10
|
+
react: React,
|
|
11
|
+
events: {
|
|
12
|
+
onSortChange: 'sortChange',
|
|
13
|
+
onSelectedChange: 'selectedChange',
|
|
14
|
+
onExpandedChange: 'expandedChange',
|
|
15
|
+
onPageChange: 'pageChange',
|
|
16
|
+
onLayoutChange: 'layoutChange',
|
|
17
|
+
onRowClick: 'rowClick',
|
|
18
|
+
onRowOrderChange: 'rowOrderChange'
|
|
19
|
+
},
|
|
20
|
+
defineCustomElement: defineXvTable,
|
|
21
|
+
transformTag
|
|
22
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was automatically generated by the Stencil React Output Target.
|
|
3
|
+
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
|
+
*/
|
|
5
|
+
import type { EventName, StencilReactComponent } from './runtime.js';
|
|
6
|
+
import { type XvTabsV2CustomEvent } from "xv-webcomponents";
|
|
7
|
+
import type { Components } from "xv-webcomponents/dist/components";
|
|
8
|
+
import { XvTabsV2 as XvTabsV2Element } from "xv-webcomponents/dist/components/xv-tabs-v2.js";
|
|
9
|
+
export type XvTabsV2Events = {
|
|
10
|
+
onActiveChange: EventName<XvTabsV2CustomEvent<number | string>>;
|
|
11
|
+
};
|
|
12
|
+
export declare const XvTabsV2: StencilReactComponent<XvTabsV2Element, XvTabsV2Events, Components.XvTabsV2>;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import { createComponent } from './runtime.js';
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { transformTag } from './tag-transformer.js';
|
|
5
|
+
import { XvTabsV2 as XvTabsV2Element, defineCustomElement as defineXvTabsV2 } from "xv-webcomponents/dist/components/xv-tabs-v2.js";
|
|
6
|
+
export const XvTabsV2 = /*@__PURE__*/ createComponent({
|
|
7
|
+
tagName: 'xv-tabs-v2',
|
|
8
|
+
elementClass: XvTabsV2Element,
|
|
9
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
10
|
+
react: React,
|
|
11
|
+
events: { onActiveChange: 'activeChange' },
|
|
12
|
+
defineCustomElement: defineXvTabsV2,
|
|
13
|
+
transformTag
|
|
14
|
+
});
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was automatically generated by the Stencil React Output Target.
|
|
3
|
+
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
|
+
*/
|
|
5
|
+
import type { EventName, StencilReactComponent } from './runtime.js';
|
|
6
|
+
import { type XvTagComboboxCustomEvent } from "xv-webcomponents";
|
|
7
|
+
import type { Components } from "xv-webcomponents/dist/components";
|
|
8
|
+
import { XvTagCombobox as XvTagComboboxElement } from "xv-webcomponents/dist/components/xv-tag-combobox.js";
|
|
9
|
+
export type XvTagComboboxEvents = {
|
|
10
|
+
onValueChange: EventName<XvTagComboboxCustomEvent<string[]>>;
|
|
11
|
+
onInputChange: EventName<XvTagComboboxCustomEvent<string>>;
|
|
12
|
+
};
|
|
13
|
+
export declare const XvTagCombobox: StencilReactComponent<XvTagComboboxElement, XvTagComboboxEvents, Components.XvTagCombobox>;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import { createComponent } from './runtime.js';
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { transformTag } from './tag-transformer.js';
|
|
5
|
+
import { XvTagCombobox as XvTagComboboxElement, defineCustomElement as defineXvTagCombobox } from "xv-webcomponents/dist/components/xv-tag-combobox.js";
|
|
6
|
+
export const XvTagCombobox = /*@__PURE__*/ createComponent({
|
|
7
|
+
tagName: 'xv-tag-combobox',
|
|
8
|
+
elementClass: XvTagComboboxElement,
|
|
9
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
10
|
+
react: React,
|
|
11
|
+
events: {
|
|
12
|
+
onValueChange: 'valueChange',
|
|
13
|
+
onInputChange: 'inputChange'
|
|
14
|
+
},
|
|
15
|
+
defineCustomElement: defineXvTagCombobox,
|
|
16
|
+
transformTag
|
|
17
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was automatically generated by the Stencil React Output Target.
|
|
3
|
+
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
|
+
*/
|
|
5
|
+
import type { EventName, StencilReactComponent } from './runtime.js';
|
|
6
|
+
import { type XvTagV2CustomEvent } from "xv-webcomponents";
|
|
7
|
+
import type { Components } from "xv-webcomponents/dist/components";
|
|
8
|
+
import { XvTagV2 as XvTagV2Element } from "xv-webcomponents/dist/components/xv-tag-v2.js";
|
|
9
|
+
export type XvTagV2Events = {
|
|
10
|
+
onCloseClick: EventName<XvTagV2CustomEvent<PointerEvent>>;
|
|
11
|
+
};
|
|
12
|
+
export declare const XvTagV2: StencilReactComponent<XvTagV2Element, XvTagV2Events, Components.XvTagV2>;
|