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,7 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./proxies";
|
|
3
|
+
export declare class WebComponentsModule {
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<WebComponentsModule, never>;
|
|
5
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<WebComponentsModule, [typeof i1.XvAccordionV2, typeof i1.XvAccordionV2Item, typeof i1.XvBreadcrumbsV2, typeof i1.XvButtonGroupV2, typeof i1.XvButtonV2, typeof i1.XvCardV2, typeof i1.XvCheckboxV2, typeof i1.XvContentSwitcherItemV2, typeof i1.XvContentSwitcherV2, typeof i1.XvDataTable, typeof i1.XvDataTableCell, typeof i1.XvDataTableCollapse, typeof i1.XvDataTableRow, typeof i1.XvDatePicker, typeof i1.XvDatepicker, typeof i1.XvDropdownV2, typeof i1.XvDropdownV2Item, typeof i1.XvFileUploader, typeof i1.XvFooter, typeof i1.XvGeoMapV2, typeof i1.XvHeader, typeof i1.XvHeaderNext, typeof i1.XvImageViewer, typeof i1.XvLinkV2, typeof i1.XvLoaderV2, typeof i1.XvLoginModal, typeof i1.XvMegaMenu, typeof i1.XvMegaMenuNext, typeof i1.XvModalV2, typeof i1.XvNotificationV2, typeof i1.XvNumberInputV2, typeof i1.XvOverflowMenuV2, typeof i1.XvOverflowMenuV2Item, typeof i1.XvPagination, typeof i1.XvProgressIndicatorV2, typeof i1.XvProgressIndicatorV2Item, typeof i1.XvRadioV2, typeof i1.XvSliderV2, typeof i1.XvTabV2, typeof i1.XvTable, typeof i1.XvTableCell, typeof i1.XvTableRow, typeof i1.XvTabsV2, typeof i1.XvTagCombobox, typeof i1.XvTagV2, typeof i1.XvTextInputV2, typeof i1.XvTextarea, typeof i1.XvTile, typeof i1.XvToggle, typeof i1.XvToggleTip, typeof i1.XvTooltipV2], never, [typeof i1.XvAccordionV2, typeof i1.XvAccordionV2Item, typeof i1.XvBreadcrumbsV2, typeof i1.XvButtonGroupV2, typeof i1.XvButtonV2, typeof i1.XvCardV2, typeof i1.XvCheckboxV2, typeof i1.XvContentSwitcherItemV2, typeof i1.XvContentSwitcherV2, typeof i1.XvDataTable, typeof i1.XvDataTableCell, typeof i1.XvDataTableCollapse, typeof i1.XvDataTableRow, typeof i1.XvDatePicker, typeof i1.XvDatepicker, typeof i1.XvDropdownV2, typeof i1.XvDropdownV2Item, typeof i1.XvFileUploader, typeof i1.XvFooter, typeof i1.XvGeoMapV2, typeof i1.XvHeader, typeof i1.XvHeaderNext, typeof i1.XvImageViewer, typeof i1.XvLinkV2, typeof i1.XvLoaderV2, typeof i1.XvLoginModal, typeof i1.XvMegaMenu, typeof i1.XvMegaMenuNext, typeof i1.XvModalV2, typeof i1.XvNotificationV2, typeof i1.XvNumberInputV2, typeof i1.XvOverflowMenuV2, typeof i1.XvOverflowMenuV2Item, typeof i1.XvPagination, typeof i1.XvProgressIndicatorV2, typeof i1.XvProgressIndicatorV2Item, typeof i1.XvRadioV2, typeof i1.XvSliderV2, typeof i1.XvTabV2, typeof i1.XvTable, typeof i1.XvTableCell, typeof i1.XvTableRow, typeof i1.XvTabsV2, typeof i1.XvTagCombobox, typeof i1.XvTagV2, typeof i1.XvTextInputV2, typeof i1.XvTextarea, typeof i1.XvTile, typeof i1.XvToggle, typeof i1.XvToggleTip, typeof i1.XvTooltipV2]>;
|
|
6
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<WebComponentsModule>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,168 @@
|
|
|
1
|
+
import { NgModule } from '@angular/core';
|
|
2
|
+
import { XvAccordionV2, XvAccordionV2Item, XvBreadcrumbsV2, XvButtonGroupV2, XvButtonV2, XvCardV2, XvCheckboxV2, XvContentSwitcherItemV2, XvContentSwitcherV2, XvDataTable, XvDataTableCell, XvDataTableCollapse, XvDataTableRow, XvDatePicker, XvDatepicker, XvDropdownV2, XvDropdownV2Item, XvFileUploader, XvFooter, XvGeoMapV2, XvHeader, XvHeaderNext, XvImageViewer, XvLinkV2, XvLoaderV2, XvLoginModal, XvMegaMenu, XvMegaMenuNext, XvModalV2, XvNotificationV2, XvNumberInputV2, XvOverflowMenuV2, XvOverflowMenuV2Item, XvPagination, XvProgressIndicatorV2, XvProgressIndicatorV2Item, XvRadioV2, XvSliderV2, XvTabV2, XvTable, XvTableCell, XvTableRow, XvTabsV2, XvTagCombobox, XvTagV2, XvTextInputV2, XvTextarea, XvTile, XvToggle, XvToggleTip, XvTooltipV2, } from './proxies';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
const DIRECTIVES = [
|
|
5
|
+
XvAccordionV2,
|
|
6
|
+
XvAccordionV2Item,
|
|
7
|
+
XvBreadcrumbsV2,
|
|
8
|
+
XvButtonGroupV2,
|
|
9
|
+
XvButtonV2,
|
|
10
|
+
XvCardV2,
|
|
11
|
+
XvCheckboxV2,
|
|
12
|
+
XvContentSwitcherItemV2,
|
|
13
|
+
XvContentSwitcherV2,
|
|
14
|
+
XvDataTable,
|
|
15
|
+
XvDataTableCell,
|
|
16
|
+
XvDataTableCollapse,
|
|
17
|
+
XvDataTableRow,
|
|
18
|
+
XvDatePicker,
|
|
19
|
+
XvDatepicker,
|
|
20
|
+
XvDropdownV2,
|
|
21
|
+
XvDropdownV2Item,
|
|
22
|
+
XvFileUploader,
|
|
23
|
+
XvFooter,
|
|
24
|
+
XvGeoMapV2,
|
|
25
|
+
XvHeader,
|
|
26
|
+
XvHeaderNext,
|
|
27
|
+
XvImageViewer,
|
|
28
|
+
XvLinkV2,
|
|
29
|
+
XvLoaderV2,
|
|
30
|
+
XvLoginModal,
|
|
31
|
+
XvMegaMenu,
|
|
32
|
+
XvMegaMenuNext,
|
|
33
|
+
XvModalV2,
|
|
34
|
+
XvNotificationV2,
|
|
35
|
+
XvNumberInputV2,
|
|
36
|
+
XvOverflowMenuV2,
|
|
37
|
+
XvOverflowMenuV2Item,
|
|
38
|
+
XvPagination,
|
|
39
|
+
XvProgressIndicatorV2,
|
|
40
|
+
XvProgressIndicatorV2Item,
|
|
41
|
+
XvRadioV2,
|
|
42
|
+
XvSliderV2,
|
|
43
|
+
XvTabV2,
|
|
44
|
+
XvTable,
|
|
45
|
+
XvTableCell,
|
|
46
|
+
XvTableRow,
|
|
47
|
+
XvTabsV2,
|
|
48
|
+
XvTagCombobox,
|
|
49
|
+
XvTagV2,
|
|
50
|
+
XvTextInputV2,
|
|
51
|
+
XvTextarea,
|
|
52
|
+
XvTile,
|
|
53
|
+
XvToggle,
|
|
54
|
+
XvToggleTip,
|
|
55
|
+
XvTooltipV2,
|
|
56
|
+
];
|
|
57
|
+
export class WebComponentsModule {
|
|
58
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: WebComponentsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
59
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.22", ngImport: i0, type: WebComponentsModule, declarations: [XvAccordionV2,
|
|
60
|
+
XvAccordionV2Item,
|
|
61
|
+
XvBreadcrumbsV2,
|
|
62
|
+
XvButtonGroupV2,
|
|
63
|
+
XvButtonV2,
|
|
64
|
+
XvCardV2,
|
|
65
|
+
XvCheckboxV2,
|
|
66
|
+
XvContentSwitcherItemV2,
|
|
67
|
+
XvContentSwitcherV2,
|
|
68
|
+
XvDataTable,
|
|
69
|
+
XvDataTableCell,
|
|
70
|
+
XvDataTableCollapse,
|
|
71
|
+
XvDataTableRow,
|
|
72
|
+
XvDatePicker,
|
|
73
|
+
XvDatepicker,
|
|
74
|
+
XvDropdownV2,
|
|
75
|
+
XvDropdownV2Item,
|
|
76
|
+
XvFileUploader,
|
|
77
|
+
XvFooter,
|
|
78
|
+
XvGeoMapV2,
|
|
79
|
+
XvHeader,
|
|
80
|
+
XvHeaderNext,
|
|
81
|
+
XvImageViewer,
|
|
82
|
+
XvLinkV2,
|
|
83
|
+
XvLoaderV2,
|
|
84
|
+
XvLoginModal,
|
|
85
|
+
XvMegaMenu,
|
|
86
|
+
XvMegaMenuNext,
|
|
87
|
+
XvModalV2,
|
|
88
|
+
XvNotificationV2,
|
|
89
|
+
XvNumberInputV2,
|
|
90
|
+
XvOverflowMenuV2,
|
|
91
|
+
XvOverflowMenuV2Item,
|
|
92
|
+
XvPagination,
|
|
93
|
+
XvProgressIndicatorV2,
|
|
94
|
+
XvProgressIndicatorV2Item,
|
|
95
|
+
XvRadioV2,
|
|
96
|
+
XvSliderV2,
|
|
97
|
+
XvTabV2,
|
|
98
|
+
XvTable,
|
|
99
|
+
XvTableCell,
|
|
100
|
+
XvTableRow,
|
|
101
|
+
XvTabsV2,
|
|
102
|
+
XvTagCombobox,
|
|
103
|
+
XvTagV2,
|
|
104
|
+
XvTextInputV2,
|
|
105
|
+
XvTextarea,
|
|
106
|
+
XvTile,
|
|
107
|
+
XvToggle,
|
|
108
|
+
XvToggleTip,
|
|
109
|
+
XvTooltipV2], exports: [XvAccordionV2,
|
|
110
|
+
XvAccordionV2Item,
|
|
111
|
+
XvBreadcrumbsV2,
|
|
112
|
+
XvButtonGroupV2,
|
|
113
|
+
XvButtonV2,
|
|
114
|
+
XvCardV2,
|
|
115
|
+
XvCheckboxV2,
|
|
116
|
+
XvContentSwitcherItemV2,
|
|
117
|
+
XvContentSwitcherV2,
|
|
118
|
+
XvDataTable,
|
|
119
|
+
XvDataTableCell,
|
|
120
|
+
XvDataTableCollapse,
|
|
121
|
+
XvDataTableRow,
|
|
122
|
+
XvDatePicker,
|
|
123
|
+
XvDatepicker,
|
|
124
|
+
XvDropdownV2,
|
|
125
|
+
XvDropdownV2Item,
|
|
126
|
+
XvFileUploader,
|
|
127
|
+
XvFooter,
|
|
128
|
+
XvGeoMapV2,
|
|
129
|
+
XvHeader,
|
|
130
|
+
XvHeaderNext,
|
|
131
|
+
XvImageViewer,
|
|
132
|
+
XvLinkV2,
|
|
133
|
+
XvLoaderV2,
|
|
134
|
+
XvLoginModal,
|
|
135
|
+
XvMegaMenu,
|
|
136
|
+
XvMegaMenuNext,
|
|
137
|
+
XvModalV2,
|
|
138
|
+
XvNotificationV2,
|
|
139
|
+
XvNumberInputV2,
|
|
140
|
+
XvOverflowMenuV2,
|
|
141
|
+
XvOverflowMenuV2Item,
|
|
142
|
+
XvPagination,
|
|
143
|
+
XvProgressIndicatorV2,
|
|
144
|
+
XvProgressIndicatorV2Item,
|
|
145
|
+
XvRadioV2,
|
|
146
|
+
XvSliderV2,
|
|
147
|
+
XvTabV2,
|
|
148
|
+
XvTable,
|
|
149
|
+
XvTableCell,
|
|
150
|
+
XvTableRow,
|
|
151
|
+
XvTabsV2,
|
|
152
|
+
XvTagCombobox,
|
|
153
|
+
XvTagV2,
|
|
154
|
+
XvTextInputV2,
|
|
155
|
+
XvTextarea,
|
|
156
|
+
XvTile,
|
|
157
|
+
XvToggle,
|
|
158
|
+
XvToggleTip,
|
|
159
|
+
XvTooltipV2] });
|
|
160
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: WebComponentsModule });
|
|
161
|
+
}
|
|
162
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.22", ngImport: i0, type: WebComponentsModule, decorators: [{
|
|
163
|
+
type: NgModule,
|
|
164
|
+
args: [{
|
|
165
|
+
declarations: DIRECTIVES,
|
|
166
|
+
exports: DIRECTIVES,
|
|
167
|
+
}]
|
|
168
|
+
}] });
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
exports.SIZE_VAR = void 0;
|
|
4
|
+
(function (SIZE_VAR) {
|
|
5
|
+
SIZE_VAR["XS"] = "xs";
|
|
6
|
+
SIZE_VAR["SM"] = "sm";
|
|
7
|
+
SIZE_VAR["MD"] = "md";
|
|
8
|
+
SIZE_VAR["LG"] = "lg";
|
|
9
|
+
SIZE_VAR["XL"] = "xl";
|
|
10
|
+
})(exports.SIZE_VAR || (exports.SIZE_VAR = {}));
|
|
11
|
+
exports.XV_SORT_DIR = void 0;
|
|
12
|
+
(function (XV_SORT_DIR) {
|
|
13
|
+
XV_SORT_DIR["ASC"] = "asc";
|
|
14
|
+
XV_SORT_DIR["DESC"] = "desc";
|
|
15
|
+
XV_SORT_DIR["NONE"] = "none";
|
|
16
|
+
})(exports.XV_SORT_DIR || (exports.XV_SORT_DIR = {}));
|
|
17
|
+
|
|
18
|
+
const OverflowMenuVariant = {
|
|
19
|
+
DEFAULT: '',
|
|
20
|
+
GHOST: 'ghost',
|
|
21
|
+
};
|
|
22
|
+
/** Tag used to discover menu items (roving keyboard navigation, size mirroring). */
|
|
23
|
+
const OverflowMenuItemSelector = 'xv-overflow-menu-v2-item';
|
|
24
|
+
|
|
25
|
+
exports.OverflowMenuItemSelector = OverflowMenuItemSelector;
|
|
26
|
+
exports.OverflowMenuVariant = OverflowMenuVariant;
|