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
|
@@ -104,7 +104,7 @@ export class XvDataTable {
|
|
|
104
104
|
this.initSortable();
|
|
105
105
|
}
|
|
106
106
|
render() {
|
|
107
|
-
return (h(Host, { key: '
|
|
107
|
+
return (h(Host, { key: '978ce4b1f029f03f85120f3152e133eb22cb6a6d', class: "xv-data-table" }, h("caption", { key: 'cd68b30b7efba28d162fe77e6adadc35ea9b9195' }, h("slot", { key: 'c3a55f68843eda292ba900079491052388b8af74', name: "title" })), h("div", { key: 'b39572bf1f1b9a46a1e0f65a77f6f1c56a158b1b', class: "bar" }, h("div", { key: '1fd5315db45fb706b0aa8a9f976796ef112c6af8', class: "bar_batch" }, h("slot", { key: 'cec708bf21550533e145218969fda30d3f5c28db', name: "batch" })), h("div", { key: '3125d415d430b9580bc6b7318049c1b0d6aaf573', class: "bar_toolbar" }, h("slot", { key: '612019e627d90c2ea80ded40079edff0f77bd864', name: "toolbar" }))), h("table", { key: '6560e24be3b10b2c7356a7124fdda44c73eb2933', role: "table" }, this.columnWidths.length > 0 && (h("colgroup", { key: '956bc160e9bdd01a4973429e66d6284343236032' }, this.columnWidths.map((width = 'auto') => h("col", { style: { width } })))), h("thead", { key: '0067f1696ea7d2dcee140203fd592fa30fa612d7' }, h("slot", { key: '2541725b0915d78b47a76ad7f7e1f85ba59627cd', name: "header" })), h("tbody", { key: '0c3cc92db56195a65cb86b6b29e5655711f1d4fb' }, h("slot", { key: '47fc5d9aa20e26e893260baeb1d74b85bb82fde0' })), h("tfoot", { key: '0d023a9e2200c6bacc34f471d422f110a5aaf651' }, h("slot", { key: '6ff037fd6ebafaf4ccea8548be8f5735e94632f4', name: "footer" }))), !!this.loading && (h("div", { key: 'a5920df0a42e3377e2b5c96631b005a8895a9190', class: "loading" }, h("xv-loader-v2", { key: '35a3c0b01440fb14880f7308b9b721ca81219810', size: SIZE_VAR.LG })))));
|
|
108
108
|
}
|
|
109
109
|
static get is() { return "xv-data-table"; }
|
|
110
110
|
static get encapsulation() { return "shadow"; }
|
|
@@ -130,7 +130,8 @@ export class XvDataTable {
|
|
|
130
130
|
"SIZE_VAR_STR": {
|
|
131
131
|
"location": "import",
|
|
132
132
|
"path": "../../types/enum",
|
|
133
|
-
"id": "src/types/enum.ts::SIZE_VAR_STR"
|
|
133
|
+
"id": "src/types/enum.ts::SIZE_VAR_STR",
|
|
134
|
+
"referenceLocation": "SIZE_VAR_STR"
|
|
134
135
|
}
|
|
135
136
|
}
|
|
136
137
|
},
|
|
@@ -302,7 +303,8 @@ export class XvDataTable {
|
|
|
302
303
|
"XvDataTableReorder": {
|
|
303
304
|
"location": "import",
|
|
304
305
|
"path": "./_vars",
|
|
305
|
-
"id": "src/components/xv-data-table/_vars.ts::XvDataTableReorder"
|
|
306
|
+
"id": "src/components/xv-data-table/_vars.ts::XvDataTableReorder",
|
|
307
|
+
"referenceLocation": "XvDataTableReorder"
|
|
306
308
|
}
|
|
307
309
|
}
|
|
308
310
|
}
|
|
@@ -513,7 +513,8 @@ export class XvDatePicker {
|
|
|
513
513
|
"XvDateInput": {
|
|
514
514
|
"location": "import",
|
|
515
515
|
"path": "./xv-date-picker.model",
|
|
516
|
-
"id": "src/components/xv-date-picker/xv-date-picker.model.ts::XvDateInput"
|
|
516
|
+
"id": "src/components/xv-date-picker/xv-date-picker.model.ts::XvDateInput",
|
|
517
|
+
"referenceLocation": "XvDateInput"
|
|
517
518
|
}
|
|
518
519
|
}
|
|
519
520
|
},
|
|
@@ -537,7 +538,8 @@ export class XvDatePicker {
|
|
|
537
538
|
"XvDateSelection": {
|
|
538
539
|
"location": "import",
|
|
539
540
|
"path": "./xv-date-picker.model",
|
|
540
|
-
"id": "src/components/xv-date-picker/xv-date-picker.model.ts::XvDateSelection"
|
|
541
|
+
"id": "src/components/xv-date-picker/xv-date-picker.model.ts::XvDateSelection",
|
|
542
|
+
"referenceLocation": "XvDateSelection"
|
|
541
543
|
}
|
|
542
544
|
}
|
|
543
545
|
},
|
|
@@ -563,7 +565,8 @@ export class XvDatePicker {
|
|
|
563
565
|
"XvDatePrecision": {
|
|
564
566
|
"location": "import",
|
|
565
567
|
"path": "./xv-date-picker.model",
|
|
566
|
-
"id": "src/components/xv-date-picker/xv-date-picker.model.ts::XvDatePrecision"
|
|
568
|
+
"id": "src/components/xv-date-picker/xv-date-picker.model.ts::XvDatePrecision",
|
|
569
|
+
"referenceLocation": "XvDatePrecision"
|
|
567
570
|
}
|
|
568
571
|
}
|
|
569
572
|
},
|
|
@@ -629,7 +632,8 @@ export class XvDatePicker {
|
|
|
629
632
|
"XvDateInput": {
|
|
630
633
|
"location": "import",
|
|
631
634
|
"path": "./xv-date-picker.model",
|
|
632
|
-
"id": "src/components/xv-date-picker/xv-date-picker.model.ts::XvDateInput"
|
|
635
|
+
"id": "src/components/xv-date-picker/xv-date-picker.model.ts::XvDateInput",
|
|
636
|
+
"referenceLocation": "XvDateInput"
|
|
633
637
|
}
|
|
634
638
|
}
|
|
635
639
|
},
|
|
@@ -654,7 +658,8 @@ export class XvDatePicker {
|
|
|
654
658
|
"XvDateInput": {
|
|
655
659
|
"location": "import",
|
|
656
660
|
"path": "./xv-date-picker.model",
|
|
657
|
-
"id": "src/components/xv-date-picker/xv-date-picker.model.ts::XvDateInput"
|
|
661
|
+
"id": "src/components/xv-date-picker/xv-date-picker.model.ts::XvDateInput",
|
|
662
|
+
"referenceLocation": "XvDateInput"
|
|
658
663
|
}
|
|
659
664
|
}
|
|
660
665
|
},
|
|
@@ -679,7 +684,8 @@ export class XvDatePicker {
|
|
|
679
684
|
"XvDateInput": {
|
|
680
685
|
"location": "import",
|
|
681
686
|
"path": "./xv-date-picker.model",
|
|
682
|
-
"id": "src/components/xv-date-picker/xv-date-picker.model.ts::XvDateInput"
|
|
687
|
+
"id": "src/components/xv-date-picker/xv-date-picker.model.ts::XvDateInput",
|
|
688
|
+
"referenceLocation": "XvDateInput"
|
|
683
689
|
}
|
|
684
690
|
}
|
|
685
691
|
},
|
|
@@ -719,7 +725,8 @@ export class XvDatePicker {
|
|
|
719
725
|
"XvWeekStart": {
|
|
720
726
|
"location": "import",
|
|
721
727
|
"path": "./xv-date-picker.model",
|
|
722
|
-
"id": "src/components/xv-date-picker/xv-date-picker.model.ts::XvWeekStart"
|
|
728
|
+
"id": "src/components/xv-date-picker/xv-date-picker.model.ts::XvWeekStart",
|
|
729
|
+
"referenceLocation": "XvWeekStart"
|
|
723
730
|
}
|
|
724
731
|
}
|
|
725
732
|
},
|
|
@@ -1017,7 +1024,8 @@ export class XvDatePicker {
|
|
|
1017
1024
|
"SIZE_VAR_STR": {
|
|
1018
1025
|
"location": "import",
|
|
1019
1026
|
"path": "../../types/enum",
|
|
1020
|
-
"id": "src/types/enum.ts::SIZE_VAR_STR"
|
|
1027
|
+
"id": "src/types/enum.ts::SIZE_VAR_STR",
|
|
1028
|
+
"referenceLocation": "SIZE_VAR_STR"
|
|
1021
1029
|
}
|
|
1022
1030
|
}
|
|
1023
1031
|
},
|
|
@@ -261,12 +261,12 @@ export class XvDatepicker {
|
|
|
261
261
|
warning: this.warning,
|
|
262
262
|
helper: this.helper,
|
|
263
263
|
});
|
|
264
|
-
return (h(Host, { key: '
|
|
264
|
+
return (h(Host, { key: '7acac8d63162b6245e20eb9a4b440494382e3743', class: { disabled: !!this.disabled }, tabindex: this.disabled ? '-1' : undefined }, h("div", { key: '773766f7773f870b1dab6e46eebaf9dfb44162a6', "aria-controls": "popover", class: "control" }, this.label && h("label", { key: '42b146a6316152c081bfdebbb955ad825669646f', class: "control_label" }, this.label), h("div", { key: '1d6a61d1f597416224549c2a65680bbf8aff1ce3', class: {
|
|
265
265
|
'control_field': true,
|
|
266
266
|
loading: this.loading,
|
|
267
267
|
error: !!this.error || !!this.localError,
|
|
268
268
|
warning: this.warning !== undefined,
|
|
269
|
-
}, onClick: this.handleOpen, ref: (el) => (this.controlEl = el) }, h("input", { key: '
|
|
269
|
+
}, onClick: this.handleOpen, ref: (el) => (this.controlEl = el) }, h("input", { key: '1e3052ae7687d7abfb97bf211ecdbdc68790aae9', lang: "de", type: "date", name: "start", disabled: this.loading || this.disabled, readonly: this.readonly || this.variant === 'range', min: this.min, max: this.max, value: start ? dateFns.format(start, DEF_FORMAT) : '', onChange: (e) => this.handleChange(e, 'start'), onBlur: (e) => this.handleBlur(e, 'start'), onKeyDown: (e) => this.handleKeydown(e, 'start') }), this.variant === 'range' && (h("input", { key: '5940b437a10ea2940d12d2c8c0b6bfa00378902c', lang: "de", type: "date", name: "end", disabled: this.loading || this.disabled, readonly: this.readonly || this.variant === 'range', min: this.min, max: this.max, value: end ? dateFns.format(end, DEF_FORMAT) : '', onChange: (e) => this.handleChange(e, 'end'), onBlur: (e) => this.handleBlur(e, 'end'), onKeyDown: (e) => this.handleKeydown(e, 'end') }))), message && (h("p", { key: 'c59f935979dc34e3af9c50b41e3553718eefb501', class: { control_message: true, [message.level]: true } }, message.text))), h("div", { key: '44ef01bc8857256400475d7ab4d617ff99f18ea2', role: "dialog", class: { popover: true, open: this.open }, ref: (el) => (this.popoverEl = el) }, h("div", { key: '3f9e501aea6ded182a0ff41d4b8d223d9f172f18', class: "header" }, h("xv-button-v2", { key: '09cdd60c5117e362073998e8eebc6d28d7eeb120', tabindex: this.open ? undefined : '-1', disabled: this.isPrevDisabled, variant: "ghost", onClick: this.prevMonth }, h("span", { key: '05fb275ae138d7129f63d3fdb6330746c353f53c', slot: "icon-left", class: "header_icon prev" })), h("p", { key: 'a111aa2311c30196fdb42e8fce01ab93c7b255e7', class: "header_date" }, dateFns.format(this.month, 'LLLL', { locale: de }), h("input", { key: 'beff076caabcfe2d1848387df56f6e31818cef3e', tabindex: this.open ? undefined : '-1', type: "number", value: this.month.getFullYear(), onInput: this.handleYearChange, onBlur: this.handleYearBlur })), h("xv-button-v2", { key: '2cf16c021680a07e90e86cd1eee6954f79c580e2', tabindex: this.open ? undefined : '-1', disabled: this.isNextDisabled, variant: "ghost", onClick: this.nextMonth }, h("span", { key: 'b6f9fdba574f059b715958e306f9a98e1fab58d2', slot: "icon-left", class: "header_icon next" }))), h("div", { key: '812ac9819b5bcd2b700d04b8551edd9830d9a893', class: "week" }, h("p", { key: '8783983622c3e46d5a0609e5583a6f4f0f6b6d51', class: "week_day" }), WEEK.map((day) => h("p", { class: "week_day" }, day, "."))), h("div", { key: '163df09f9b089d282db25bf6062d12310e5de8d1', class: "week" }, this.days.map((day, idx) => (h(Fragment, null, idx % 7 === 0 && (h("button", { tabindex: this.open ? undefined : '-1', disabled: true, class: "week_day disabled" }, day.week)), h("button", { tabindex: this.open ? undefined : '-1', onClick: () => this.handleSetDate(day), disabled: day.disabled, class: {
|
|
270
270
|
'week_day': true,
|
|
271
271
|
inRange: this.variant === 'range' && dateFns.isWithinInterval(day.date, { start, end }),
|
|
272
272
|
isToday: day.isToday,
|
|
@@ -495,7 +495,8 @@ export class XvDatepicker {
|
|
|
495
495
|
"SIZE_VAR_STR": {
|
|
496
496
|
"location": "import",
|
|
497
497
|
"path": "../../types/enum",
|
|
498
|
-
"id": "src/types/enum.ts::SIZE_VAR_STR"
|
|
498
|
+
"id": "src/types/enum.ts::SIZE_VAR_STR",
|
|
499
|
+
"referenceLocation": "SIZE_VAR_STR"
|
|
499
500
|
}
|
|
500
501
|
}
|
|
501
502
|
},
|
|
@@ -566,7 +567,7 @@ export class XvDatepicker {
|
|
|
566
567
|
"optional": true,
|
|
567
568
|
"docs": {
|
|
568
569
|
"tags": [],
|
|
569
|
-
"text": "Individual dates to disable within the min/max range. Each entry may be a\n`Date`, a bare 'yyyy-MM-dd' string, or a full ISO string \u2014 all normalised\nto a local 'yyyy-MM-dd' key that matches the calendar grid.\nComposes with min/max: a day is selectable only when it is inside the range\nAND not listed here (e.g. to allow only certain weekdays / block holidays)."
|
|
570
|
+
"text": "Individual dates to disable within the min/max range. Each entry may be a\r\n`Date`, a bare 'yyyy-MM-dd' string, or a full ISO string \u2014 all normalised\r\nto a local 'yyyy-MM-dd' key that matches the calendar grid.\r\nComposes with min/max: a day is selectable only when it is inside the range\r\nAND not listed here (e.g. to allow only certain weekdays / block holidays)."
|
|
570
571
|
},
|
|
571
572
|
"getter": false,
|
|
572
573
|
"setter": false
|
|
@@ -24,7 +24,7 @@ export class XvDropdownItem {
|
|
|
24
24
|
});
|
|
25
25
|
}
|
|
26
26
|
render() {
|
|
27
|
-
return (h(Host, { key: '
|
|
27
|
+
return (h(Host, { key: '8ad44ce1898cd1fa4627c9452d6c616752f837c2', class: "xv-dropdown-item", value: this.value, role: "option", tabindex: this.disabled ? -1 : false }, this.multiple && (h("xv-checkbox-v2", { key: 'a302e1c10ba44421806cf25116e6ec7d3a8094d0', class: "multiple-check", size: this.size, checked: this.selected, disabled: this.disabled })), h("slot", { key: '2d68b08d47aff4980b0376e998813fb160cc817f' }), (!this.multiple && this.selected) && h("span", { key: '558a69295b9b2131f6bf504a6ff5ae56ae2cb4c9', class: "checkmark far fa-check" })));
|
|
28
28
|
}
|
|
29
29
|
componentWillLoad() {
|
|
30
30
|
if (!this.value)
|
|
@@ -74,7 +74,8 @@ export class XvDropdownItem {
|
|
|
74
74
|
"DropdownItemData": {
|
|
75
75
|
"location": "import",
|
|
76
76
|
"path": "../_vars",
|
|
77
|
-
"id": "src/components/xv-dropdown/_vars.ts::DropdownItemData"
|
|
77
|
+
"id": "src/components/xv-dropdown/_vars.ts::DropdownItemData",
|
|
78
|
+
"referenceLocation": "DropdownItemData"
|
|
78
79
|
}
|
|
79
80
|
}
|
|
80
81
|
},
|
|
@@ -100,7 +101,8 @@ export class XvDropdownItem {
|
|
|
100
101
|
"DropdownItemData": {
|
|
101
102
|
"location": "import",
|
|
102
103
|
"path": "../_vars",
|
|
103
|
-
"id": "src/components/xv-dropdown/_vars.ts::DropdownItemData"
|
|
104
|
+
"id": "src/components/xv-dropdown/_vars.ts::DropdownItemData",
|
|
105
|
+
"referenceLocation": "DropdownItemData"
|
|
104
106
|
}
|
|
105
107
|
}
|
|
106
108
|
},
|
|
@@ -146,7 +148,8 @@ export class XvDropdownItem {
|
|
|
146
148
|
"SIZE_VAR_STR": {
|
|
147
149
|
"location": "import",
|
|
148
150
|
"path": "../../../types/enum",
|
|
149
|
-
"id": "src/types/enum.ts::SIZE_VAR_STR"
|
|
151
|
+
"id": "src/types/enum.ts::SIZE_VAR_STR",
|
|
152
|
+
"referenceLocation": "SIZE_VAR_STR"
|
|
150
153
|
}
|
|
151
154
|
}
|
|
152
155
|
},
|
|
@@ -182,7 +185,8 @@ export class XvDropdownItem {
|
|
|
182
185
|
"DropdownItemData": {
|
|
183
186
|
"location": "import",
|
|
184
187
|
"path": "../_vars",
|
|
185
|
-
"id": "src/components/xv-dropdown/_vars.ts::DropdownItemData"
|
|
188
|
+
"id": "src/components/xv-dropdown/_vars.ts::DropdownItemData",
|
|
189
|
+
"referenceLocation": "DropdownItemData"
|
|
186
190
|
}
|
|
187
191
|
}
|
|
188
192
|
}
|
|
@@ -282,7 +282,7 @@ export class XvDropdown {
|
|
|
282
282
|
/* endregion Search methods */
|
|
283
283
|
render() {
|
|
284
284
|
const message = resolveFieldMessage({ error: this.error, warning: this.warning, helper: this.helper });
|
|
285
|
-
return (h(Host, { key: '
|
|
285
|
+
return (h(Host, { key: 'ffd252c6112970b1565cd9f809cb956a5bded4a9', class: { 'xv-dropdown': true, [this.variant]: !!this.variant }, role: "combobox", "aria-haspopup": "listbox", "aria-expanded": this.open ? 'true' : 'false', "aria-controls": this.open ? this.listboxId : null, size: this.size, open: this.open, error: !!this.error, disabled: this.disabled, tabindex: (this.disabled || this.readonly) ? -1 : 0 }, (this.label || this.info) && (h("label", { key: '04f62e12c19581aadc33843341e29c6ae9e12912', class: "label" }, h("slot", { key: '88fad2d06822b03cfd50ed63777058bf7d3fbf32', name: "label" }, this.label), this.info && h("xv-tooltip-v2", { key: 'f80d2fae5d0ff00b8aebb467c1c7cd98fa6ed5ae', class: "label_info", message: this.info }))), h("div", { key: '7ee7529055e1171085d082fb9ae4e6ad66ea99c6', class: { "xv-dropdown-control control": true, readonly: !!this.readonly }, onClick: this.handleOpen }, (this.multiple && this.selectedMap.size > 0) && (h("xv-tag-v2", { key: '2d45049f0ed128be4d885d61a95f3a4222c89da1', class: "control_count", onClick: (e) => e.stopPropagation(), onCloseClick: this.clearHandle, closeable: !this.required, bg: "var(--background-inverse)", color: "var(--icon-inverse)" }, this.selectedMap.size)), this.selected.length ? (h("p", { class: "control_value" }, this.selected.join(', '))) : (h("p", { class: "control_placeholder" }, this.placeholder || '')), this._renderIcon(), h("svg", { key: 'd6bf588cf8194ae1ddb3dfc18aeb6d2fdc521f8f', class: "control_arrow", focusable: "false", preserveAspectRatio: "xMidYMid meet", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", "aria-hidden": "true", width: "16", height: "16", viewBox: "0 0 448 512" }, h("path", { key: 'adb109cd581f50176605874f1e168f3fc08845c8', d: "M441.9 167.3l-19.8-19.8c-4.7-4.7-12.3-4.7-17 0L224 328.2 42.9 147.5c-4.7-4.7-12.3-4.7-17 0L6.1 167.3c-4.7 4.7-4.7 12.3 0 17l209.4 209.4c4.7 4.7 12.3 4.7 17 0l209.4-209.4c4.7-4.7 4.7-12.3 0-17z" }))), this.open && h("div", { key: '65c9da0a6349271e22c55f3cc0a6731c08de3260', ref: (el) => (this.optionsEl = el), id: this.listboxId, role: "listbox", "aria-multiselectable": this.multiple ? 'true' : null, class: { options: true, right: this._appliedPosition() === 'right', search: !!this.search } }, this.search && (h("div", { key: 'e4d99b2e900ff65baa60ef67150d9bea91f1c6e4', class: "options_search" }, h("xv-text-input-v2", { key: 'f01b9c8716200774b4248592606c13c3c6210336', type: "search", ref: (el) => (this.searchInputEl = el), block: true, autocomplete: "off", size: this.size, value: this.searchQuery, placeholder: this.searchPlaceholder, onValueChange: this.handleSearchInput }))), h("slot", { key: "xv-dropdown-options" })), message && h("p", { key: 'c4c7c338fa2d99eeb252d24a9a79f50d0315feb0', class: "helper" }, message.text)));
|
|
286
286
|
}
|
|
287
287
|
componentDidLoad() {
|
|
288
288
|
this.syncOpenState();
|
|
@@ -639,7 +639,8 @@ export class XvDropdown {
|
|
|
639
639
|
"SIZE_VAR_STR": {
|
|
640
640
|
"location": "import",
|
|
641
641
|
"path": "../../types/enum",
|
|
642
|
-
"id": "src/types/enum.ts::SIZE_VAR_STR"
|
|
642
|
+
"id": "src/types/enum.ts::SIZE_VAR_STR",
|
|
643
|
+
"referenceLocation": "SIZE_VAR_STR"
|
|
643
644
|
}
|
|
644
645
|
}
|
|
645
646
|
},
|
|
@@ -665,7 +666,8 @@ export class XvDropdown {
|
|
|
665
666
|
"DropdownItemData": {
|
|
666
667
|
"location": "import",
|
|
667
668
|
"path": "./_vars",
|
|
668
|
-
"id": "src/components/xv-dropdown/_vars.ts::DropdownItemData"
|
|
669
|
+
"id": "src/components/xv-dropdown/_vars.ts::DropdownItemData",
|
|
670
|
+
"referenceLocation": "DropdownItemData"
|
|
669
671
|
}
|
|
670
672
|
}
|
|
671
673
|
},
|
|
@@ -690,7 +692,8 @@ export class XvDropdown {
|
|
|
690
692
|
"DropdownItemData": {
|
|
691
693
|
"location": "import",
|
|
692
694
|
"path": "./_vars",
|
|
693
|
-
"id": "src/components/xv-dropdown/_vars.ts::DropdownItemData"
|
|
695
|
+
"id": "src/components/xv-dropdown/_vars.ts::DropdownItemData",
|
|
696
|
+
"referenceLocation": "DropdownItemData"
|
|
694
697
|
}
|
|
695
698
|
}
|
|
696
699
|
},
|
|
@@ -772,7 +775,8 @@ export class XvDropdown {
|
|
|
772
775
|
"DropdownItemData": {
|
|
773
776
|
"location": "import",
|
|
774
777
|
"path": "./_vars",
|
|
775
|
-
"id": "src/components/xv-dropdown/_vars.ts::DropdownItemData"
|
|
778
|
+
"id": "src/components/xv-dropdown/_vars.ts::DropdownItemData",
|
|
779
|
+
"referenceLocation": "DropdownItemData"
|
|
776
780
|
}
|
|
777
781
|
}
|
|
778
782
|
}
|
|
@@ -147,9 +147,9 @@
|
|
|
147
147
|
:host(.disabled) .upload-btn,
|
|
148
148
|
:host(.disabled) .drop-zone {
|
|
149
149
|
cursor: not-allowed;
|
|
150
|
-
background-color: var(--button-disabled
|
|
151
|
-
color: var(--
|
|
152
|
-
border-color: var(--border-disabled
|
|
150
|
+
background-color: var(--button-disabled);
|
|
151
|
+
color: var(--text-on-color-disabled);
|
|
152
|
+
border-color: var(--border-disabled);
|
|
153
153
|
}
|
|
154
154
|
:host(.disabled) .remove-btn {
|
|
155
155
|
display: none;
|
|
@@ -89,13 +89,13 @@ export class XvFileUploader {
|
|
|
89
89
|
render() {
|
|
90
90
|
const error = this.error || this.internalError;
|
|
91
91
|
const message = resolveFieldMessage({ error, warning: this.warning, helper: this.helper });
|
|
92
|
-
return (h(Host, { key: '
|
|
92
|
+
return (h(Host, { key: '38d89056f08cc9a49c5b4a9c0b0b8feac52c0f96', class: {
|
|
93
93
|
'upload-wrapper': true,
|
|
94
94
|
[`uploader-${this.size}`]: true,
|
|
95
95
|
disabled: !!this.disabled,
|
|
96
96
|
error: !!error,
|
|
97
97
|
warning: !!this.warning && !error,
|
|
98
|
-
} }, this.label && h("label", { key: '
|
|
98
|
+
} }, this.label && h("label", { key: '4f3a31b58c3edb72a42384413818b72186401f6a', class: "label" }, this.label), this.description && h("p", { key: '9f0d4ec3007d468908f96a02b1cd218fae9fdbf3', class: "description" }, this.description), this.variant === 'button' ? (h("xv-button-v2", { class: "uploadBtn", variant: this.buttonVariant, disabled: this.disabled, onClick: () => this.fileInput.click() }, this.addText || 'Dateien auswählen')) : (h("div", { class: { 'drop-zone': true, active: this.dragActive }, onDrop: this.onDrop, onDragOver: this.onDragOver, onDragLeave: this.onDragLeave, onClick: () => this.fileInput.click() }, this.addText || 'Dateien hierher ziehen oder darauf klicken, um eine Datei auszuwählen.')), h("input", { key: '47e8db2d58063890c8d2bf5ff841edc6443993a7', ref: el => (this.fileInput = el), type: "file", hidden: true, onChange: this.onFileSelect, multiple: this.multiple, accept: this.accept.join(',') }), message && (h("p", { key: 'b40b6fee11aeaf9a291463a6a55b05ad55db0104', class: { message: true, [message.level]: true } }, message.level === 'error' && h("span", { key: 'e86c31a7b65f75f060a173eb085cc92f120413ba', class: "status-icon error", "aria-hidden": "true" }, "!"), message.level === 'warning' && h("span", { key: 'c9b71fc7f68dfce7677cd2336d4063507e2b1ef5', class: "status-icon warning", "aria-hidden": "true" }, "\u26A0"), message.text)), h("ul", { key: 'f0932bcf92f537f8eb9f9b63b90df9da1e625d7a', class: "file-list" }, this.files.map((file, index) => {
|
|
99
99
|
var _a, _b;
|
|
100
100
|
return (h("li", { class: { file: true, withError: !!(((_a = this.errors) === null || _a === void 0 ? void 0 : _a[index]) || ((_b = this.errorMessages) === null || _b === void 0 ? void 0 : _b[index])) } }, h("div", { class: "file_container" }, h("span", { class: "file_container_name" }, file.name), this._renderLoaderState(index)), this._renderError(index)));
|
|
101
101
|
}))));
|
|
@@ -208,7 +208,8 @@ export class XvFileUploader {
|
|
|
208
208
|
"XvFileUploaderVariants": {
|
|
209
209
|
"location": "import",
|
|
210
210
|
"path": "./_vars",
|
|
211
|
-
"id": "src/components/xv-file-uploader/_vars.ts::XvFileUploaderVariants"
|
|
211
|
+
"id": "src/components/xv-file-uploader/_vars.ts::XvFileUploaderVariants",
|
|
212
|
+
"referenceLocation": "XvFileUploaderVariants"
|
|
212
213
|
}
|
|
213
214
|
}
|
|
214
215
|
},
|
|
@@ -234,7 +235,8 @@ export class XvFileUploader {
|
|
|
234
235
|
"SIZE_VAR_STR": {
|
|
235
236
|
"location": "import",
|
|
236
237
|
"path": "../../types/enum",
|
|
237
|
-
"id": "src/types/enum.ts::SIZE_VAR_STR"
|
|
238
|
+
"id": "src/types/enum.ts::SIZE_VAR_STR",
|
|
239
|
+
"referenceLocation": "SIZE_VAR_STR"
|
|
238
240
|
}
|
|
239
241
|
}
|
|
240
242
|
},
|
|
@@ -34,7 +34,7 @@ export class Xvfooter {
|
|
|
34
34
|
render() {
|
|
35
35
|
const { categories, socials, logo, legalLinks, payments, partners, advantages } = this.data || {};
|
|
36
36
|
const hasDataLength = ((categories === null || categories === void 0 ? void 0 : categories.length) || (partners === null || partners === void 0 ? void 0 : partners.length) || (payments === null || payments === void 0 ? void 0 : payments.length) || (socials === null || socials === void 0 ? void 0 : socials.length));
|
|
37
|
-
return (h("footer", { key: '
|
|
37
|
+
return (h("footer", { key: 'e9d5fdd72c66e2aa8dcf2aa1476bb35a6e8f221f', class: "xv-footer" }, (advantages === null || advantages === void 0 ? void 0 : advantages.length) > 0 && (h("div", { key: '4b4fa212fa6259a4d945d4915b813438df64ac43', class: "xv-footer-advantages" }, h("div", { key: '59c046d574643edd48db489996857d3a9d081bcb', class: "xv-container" }, this._renderFooterList(advantages, { itemWithLabel: true })))), hasDataLength && (h("div", { key: '31d763dee1d64bc46fd90006043d230de822bb11', class: "xv-container" }, h("div", { key: '439e3e8b16736ceed80f8bedc86b0e1c119bf5f3', class: "xv-footer__grid xv-footer-y-spacing" }, h("div", { key: 'bda68bf9622c6be55e64e71df2a03cf03866ba46', class: "xv-footer__col-main" }, h("ul", { key: '0968cd0012d25b6b43027af448d212bdb3142758', class: "xv-footer-categories" }, categories === null || categories === void 0 ? void 0 : categories.map((category) => (h("li", null, h("p", { class: "xv-label-02" }, category.label), h("ul", { class: "xv-footer-routes" }, category.routes.map((item) => (h("li", null, h("a", { class: "xv-body-compact-02", href: item.href, target: item.target }, item.label)))))))))), h("div", { key: 'df7b625fd13a67e172dae2b4b0dc17c8cceaa736', class: "xv-footer__col-sidebar" }, this._renderFooterList(partners, { label: 'crossvertise Partner' }), this._renderFooterList(payments, { label: 'Bequem und sicher bezahlen' }), this._renderFooterList(socials, { label: 'Folgen Sie uns', isRow: true }))))), (legalLinks === null || legalLinks === void 0 ? void 0 : legalLinks.length) > 0 && (h("div", { key: 'b6a6f48cb088c4f0b5bce548abf982298eb665ce', class: "xv-footer-legal" }, h("div", { key: '04ee9e1ec40483ca868656c8f954d04fb7f30517', class: "xv-container" }, h("div", { key: '0770b69fa320f81a3106ac22e8bd7e7f8679f46e', class: "xv-footer-legal-row" }, logo && (h("a", { key: 'dd390151271c30715ddb1f2109b139f2d86391f9', class: "xv-footer-logo", href: logo.href, target: logo.target }, logo.label && h("span", { key: 'b9bcc8cf09d1cf240c39350b4f98a127b4de05a6', class: "xv-label-02" }, logo.label), h("img", { key: '75c4e27c7782dfe0fae543e7eaa06fd88311c8b3', loading: "lazy", src: logo.image, alt: logo.label }))), h("ul", { key: '4eafd6a2a7cdd3b105e9c27fa17bc6d65efefc21' }, legalLinks.map((item) => {
|
|
38
38
|
if (item.label === 'Cookie Einstellungen') {
|
|
39
39
|
return h("li", null, h("a", { class: "xv-helper-text-02", onClick: this.openCookieSettings }, item.label));
|
|
40
40
|
}
|