xv-webcomponents 0.1.41 → 0.1.43
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 +129 -129
- package/dist/types/components/xv-button/xv-button.d.ts +12 -21
- package/dist/types/components/xv-dropdown/xv-dropdown.d.ts +0 -1
- package/dist/types/components/xv-header/xv-header.d.ts +2 -0
- package/dist/types/components/xv-text-input/_vars.d.ts +5 -0
- package/dist/types/components/xv-text-input/xv-text-input.d.ts +11 -10
- package/dist/types/components/xv-tooltip/xv-tooltip.d.ts +8 -10
- package/dist/types/components/xv-user-menu/interfaces/MenuItem.d.ts +0 -0
- package/dist/types/components/xv-user-menu/xv-user-menu.d.ts +41 -0
- package/dist/types/components.d.ts +101 -352
- package/dist/types/stencil-public-runtime.d.ts +1 -1
- package/dist/xv-webcomponents/_vars-FbbDWn6g.js +13 -0
- package/dist/xv-webcomponents/_vars-FbbDWn6g.js.map +1 -0
- package/dist/{collection/components/xv-progress-indicator/_vars.js → xv-webcomponents/_vars-IZ3lIQzL.js} +7 -3
- package/dist/xv-webcomponents/_vars-IZ3lIQzL.js.map +1 -0
- package/dist/{collection/types/enum.js → xv-webcomponents/enum-DTBL51oP.js} +6 -2
- package/dist/xv-webcomponents/enum-DTBL51oP.js.map +1 -0
- package/dist/xv-webcomponents/index-rZAC0WRb.js +4238 -0
- package/dist/xv-webcomponents/index-rZAC0WRb.js.map +1 -0
- package/dist/xv-webcomponents/index.esm.js +13 -1
- package/dist/xv-webcomponents/index.esm.js.map +1 -1
- package/dist/xv-webcomponents/loader.esm.js.map +1 -1
- package/dist/{collection/utils/utils.js → xv-webcomponents/utils-1tk8kwKx.js} +11 -7
- package/dist/xv-webcomponents/utils-1tk8kwKx.js.map +1 -0
- package/dist/xv-webcomponents/xv-accordion-v2-item.entry.esm.js.map +1 -0
- package/dist/xv-webcomponents/xv-accordion-v2-item.entry.js +36 -0
- package/dist/xv-webcomponents/xv-accordion-v2-item.entry.js.map +1 -0
- package/dist/xv-webcomponents/xv-accordion-v2.entry.esm.js.map +1 -0
- package/dist/xv-webcomponents/xv-accordion-v2.entry.js +41 -0
- package/dist/xv-webcomponents/xv-accordion-v2.entry.js.map +1 -0
- package/dist/xv-webcomponents/xv-breadcrumbs-v2.entry.esm.js.map +1 -1
- package/dist/xv-webcomponents/xv-breadcrumbs-v2.entry.js +18 -0
- package/dist/xv-webcomponents/xv-breadcrumbs-v2.entry.js.map +1 -0
- package/dist/xv-webcomponents/xv-button-v2.entry.esm.js.map +1 -0
- package/dist/xv-webcomponents/xv-button-v2.entry.js +35 -0
- package/dist/xv-webcomponents/xv-button-v2.entry.js.map +1 -0
- package/dist/xv-webcomponents/xv-card-v2.entry.esm.js.map +1 -0
- package/dist/xv-webcomponents/xv-card-v2.entry.js +19 -0
- package/dist/xv-webcomponents/xv-card-v2.entry.js.map +1 -0
- package/dist/xv-webcomponents/xv-checkbox-v2.entry.esm.js.map +1 -0
- package/dist/xv-webcomponents/xv-checkbox-v2.entry.js +106 -0
- package/dist/xv-webcomponents/xv-checkbox-v2.entry.js.map +1 -0
- package/dist/xv-webcomponents/xv-dropdown-v2-item.entry.esm.js.map +1 -0
- package/dist/xv-webcomponents/xv-dropdown-v2-item.entry.js +36 -0
- package/dist/xv-webcomponents/xv-dropdown-v2-item.entry.js.map +1 -0
- package/dist/xv-webcomponents/xv-dropdown-v2.entry.esm.js.map +1 -0
- package/dist/xv-webcomponents/xv-dropdown-v2.entry.js +136 -0
- package/dist/xv-webcomponents/xv-dropdown-v2.entry.js.map +1 -0
- package/dist/xv-webcomponents/xv-footer.entry.esm.js.map +1 -0
- package/dist/xv-webcomponents/xv-footer.entry.js +30 -0
- package/dist/xv-webcomponents/xv-footer.entry.js.map +1 -0
- package/dist/xv-webcomponents/xv-header.entry.esm.js.map +1 -0
- package/dist/xv-webcomponents/xv-header.entry.js +81 -0
- package/dist/xv-webcomponents/xv-header.entry.js.map +1 -0
- package/dist/xv-webcomponents/xv-link-v2.entry.esm.js.map +1 -0
- package/dist/xv-webcomponents/xv-link-v2.entry.js +27 -0
- package/dist/xv-webcomponents/xv-link-v2.entry.js.map +1 -0
- package/dist/xv-webcomponents/xv-loader-v2.entry.esm.js.map +1 -0
- package/dist/xv-webcomponents/xv-loader-v2.entry.js +33 -0
- package/dist/xv-webcomponents/xv-loader-v2.entry.js.map +1 -0
- package/dist/xv-webcomponents/xv-login-modal.entry.esm.js.map +1 -0
- package/dist/xv-webcomponents/xv-login-modal.entry.js +89 -0
- package/dist/xv-webcomponents/xv-login-modal.entry.js.map +1 -0
- package/dist/xv-webcomponents/xv-modal-v2.entry.esm.js.map +1 -0
- package/dist/xv-webcomponents/xv-modal-v2.entry.js +78 -0
- package/dist/xv-webcomponents/xv-modal-v2.entry.js.map +1 -0
- package/dist/xv-webcomponents/xv-notification-v2.entry.esm.js.map +1 -0
- package/dist/xv-webcomponents/xv-notification-v2.entry.js +50 -0
- package/dist/xv-webcomponents/xv-notification-v2.entry.js.map +1 -0
- package/dist/xv-webcomponents/xv-overflow-menu-v2-item.entry.esm.js.map +1 -0
- package/dist/xv-webcomponents/xv-overflow-menu-v2-item.entry.js +32 -0
- package/dist/xv-webcomponents/xv-overflow-menu-v2-item.entry.js.map +1 -0
- package/dist/xv-webcomponents/xv-overflow-menu-v2.entry.esm.js.map +1 -0
- package/dist/xv-webcomponents/xv-overflow-menu-v2.entry.js +74 -0
- package/dist/xv-webcomponents/xv-overflow-menu-v2.entry.js.map +1 -0
- package/dist/xv-webcomponents/xv-progress-indicator-v2-item.entry.esm.js.map +1 -0
- package/dist/xv-webcomponents/xv-progress-indicator-v2-item.entry.js +21 -0
- package/dist/xv-webcomponents/xv-progress-indicator-v2-item.entry.js.map +1 -0
- package/dist/xv-webcomponents/xv-progress-indicator-v2.entry.esm.js.map +1 -0
- package/dist/xv-webcomponents/xv-progress-indicator-v2.entry.js +75 -0
- package/dist/xv-webcomponents/xv-progress-indicator-v2.entry.js.map +1 -0
- package/dist/xv-webcomponents/xv-tab-v2.entry.esm.js.map +1 -0
- package/dist/xv-webcomponents/xv-tab-v2.entry.js +21 -0
- package/dist/xv-webcomponents/xv-tab-v2.entry.js.map +1 -0
- package/dist/xv-webcomponents/xv-table-v2-cell.entry.esm.js.map +1 -0
- package/dist/xv-webcomponents/xv-table-v2-cell.entry.js +41 -0
- package/dist/xv-webcomponents/xv-table-v2-cell.entry.js.map +1 -0
- package/dist/xv-webcomponents/xv-table-v2-expand.entry.esm.js.map +1 -0
- package/dist/xv-webcomponents/xv-table-v2-expand.entry.js +29 -0
- package/dist/xv-webcomponents/xv-table-v2-expand.entry.js.map +1 -0
- package/dist/xv-webcomponents/xv-table-v2-row.entry.esm.js.map +1 -0
- package/dist/xv-webcomponents/xv-table-v2-row.entry.js +66 -0
- package/dist/xv-webcomponents/xv-table-v2-row.entry.js.map +1 -0
- package/dist/xv-webcomponents/xv-table-v2.entry.esm.js.map +1 -0
- package/dist/xv-webcomponents/xv-table-v2.entry.js +53 -0
- package/dist/xv-webcomponents/xv-table-v2.entry.js.map +1 -0
- package/dist/xv-webcomponents/xv-tabs-v2.entry.esm.js.map +1 -0
- package/dist/xv-webcomponents/xv-tabs-v2.entry.js +109 -0
- package/dist/xv-webcomponents/xv-tabs-v2.entry.js.map +1 -0
- package/dist/xv-webcomponents/xv-tag-v2.entry.esm.js.map +1 -0
- package/dist/xv-webcomponents/xv-tag-v2.entry.js +29 -0
- package/dist/xv-webcomponents/xv-tag-v2.entry.js.map +1 -0
- package/dist/xv-webcomponents/xv-text-input-v2.entry.esm.js.map +1 -0
- package/dist/xv-webcomponents/xv-text-input-v2.entry.js +65 -0
- package/dist/xv-webcomponents/xv-text-input-v2.entry.js.map +1 -0
- package/dist/xv-webcomponents/xv-tooltip-v2.entry.esm.js.map +1 -0
- package/dist/xv-webcomponents/xv-tooltip-v2.entry.js +24 -0
- package/dist/xv-webcomponents/xv-tooltip-v2.entry.js.map +1 -0
- package/dist/xv-webcomponents/xv-user-menu.entry.esm.js.map +1 -0
- package/dist/xv-webcomponents/xv-user-menu.entry.js +43 -0
- package/dist/xv-webcomponents/xv-user-menu.entry.js.map +1 -0
- package/dist/xv-webcomponents/xv-webcomponents.esm.js +49 -1
- package/dist/xv-webcomponents/xv-webcomponents.esm.js.map +1 -1
- package/package.json +53 -53
- package/dist/cjs/app-globals-V2Kpy_OQ.js +0 -8
- package/dist/cjs/app-globals-V2Kpy_OQ.js.map +0 -1
- package/dist/cjs/index-BE3kw7I4.js +0 -36
- package/dist/cjs/index-BE3kw7I4.js.map +0 -1
- package/dist/cjs/index-MLh9SbX2.js +0 -1917
- package/dist/cjs/index-MLh9SbX2.js.map +0 -1
- package/dist/cjs/index.cjs.js +0 -10
- package/dist/cjs/index.cjs.js.map +0 -1
- package/dist/cjs/loader.cjs.js +0 -16
- package/dist/cjs/loader.cjs.js.map +0 -1
- package/dist/cjs/xv-accordion-v2_33.cjs.entry.js +0 -3411
- package/dist/cjs/xv-accordion-v2_33.cjs.entry.js.map +0 -1
- package/dist/cjs/xv-breadcrumbs-v2.cjs.entry.js +0 -20
- package/dist/cjs/xv-breadcrumbs-v2.cjs.entry.js.map +0 -1
- package/dist/cjs/xv-breadcrumbs-v2.entry.cjs.js.map +0 -1
- package/dist/cjs/xv-webcomponents.cjs.js +0 -28
- package/dist/cjs/xv-webcomponents.cjs.js.map +0 -1
- package/dist/collection/assets/fonts/fontawesome5/fa-brands-400.svg +0 -3717
- package/dist/collection/assets/fonts/fontawesome5/fa-duotone-900.svg +0 -15326
- package/dist/collection/assets/fonts/fontawesome5/fa-light-300.svg +0 -12420
- package/dist/collection/assets/fonts/fontawesome5/fa-regular-400.svg +0 -11323
- package/dist/collection/assets/fonts/fontawesome5/fa-solid-900.svg +0 -9653
- package/dist/collection/collection-manifest.json +0 -45
- package/dist/collection/components/xv-accordion/xv-accordion.css +0 -3
- package/dist/collection/components/xv-accordion/xv-accordion.js +0 -163
- package/dist/collection/components/xv-accordion/xv-accordion.js.map +0 -1
- package/dist/collection/components/xv-accordion-item/xv-accordion-item.css +0 -68
- package/dist/collection/components/xv-accordion-item/xv-accordion-item.js +0 -132
- package/dist/collection/components/xv-accordion-item/xv-accordion-item.js.map +0 -1
- package/dist/collection/components/xv-breadcrumbs/xv-breadcrumbs.css +0 -3
- package/dist/collection/components/xv-breadcrumbs/xv-breadcrumbs.js +0 -19
- package/dist/collection/components/xv-breadcrumbs/xv-breadcrumbs.js.map +0 -1
- package/dist/collection/components/xv-button/xv-button-v2.css +0 -173
- package/dist/collection/components/xv-button/xv-button.js +0 -229
- package/dist/collection/components/xv-button/xv-button.js.map +0 -1
- package/dist/collection/components/xv-card/xv-card.css +0 -63
- package/dist/collection/components/xv-card/xv-card.js +0 -122
- package/dist/collection/components/xv-card/xv-card.js.map +0 -1
- package/dist/collection/components/xv-checkbox/xv-checkbox.css +0 -138
- package/dist/collection/components/xv-checkbox/xv-checkbox.js +0 -402
- package/dist/collection/components/xv-checkbox/xv-checkbox.js.map +0 -1
- package/dist/collection/components/xv-data-table/xv-data-table-cell/xv-data-table-cell.css +0 -30
- package/dist/collection/components/xv-data-table/xv-data-table-cell/xv-data-table-cell.js +0 -80
- package/dist/collection/components/xv-data-table/xv-data-table-cell/xv-data-table-cell.js.map +0 -1
- package/dist/collection/components/xv-data-table/xv-data-table-row/xv-data-table-row.css +0 -4
- package/dist/collection/components/xv-data-table/xv-data-table-row/xv-data-table-row.js +0 -42
- package/dist/collection/components/xv-data-table/xv-data-table-row/xv-data-table-row.js.map +0 -1
- package/dist/collection/components/xv-data-table/xv-data-table.css +0 -51
- package/dist/collection/components/xv-data-table/xv-data-table.js +0 -130
- package/dist/collection/components/xv-data-table/xv-data-table.js.map +0 -1
- package/dist/collection/components/xv-dropdown/_vars.js +0 -2
- package/dist/collection/components/xv-dropdown/_vars.js.map +0 -1
- package/dist/collection/components/xv-dropdown/xv-dropdown-item/xv-dropdown-item.css +0 -14
- package/dist/collection/components/xv-dropdown/xv-dropdown-item/xv-dropdown-item.js +0 -153
- package/dist/collection/components/xv-dropdown/xv-dropdown-item/xv-dropdown-item.js.map +0 -1
- package/dist/collection/components/xv-dropdown/xv-dropdown.css +0 -232
- package/dist/collection/components/xv-dropdown/xv-dropdown.js +0 -443
- package/dist/collection/components/xv-dropdown/xv-dropdown.js.map +0 -1
- package/dist/collection/components/xv-file-uploader/_vars.js +0 -6
- package/dist/collection/components/xv-file-uploader/_vars.js.map +0 -1
- package/dist/collection/components/xv-file-uploader/xv-file-uploader.css +0 -136
- package/dist/collection/components/xv-file-uploader/xv-file-uploader.js +0 -448
- package/dist/collection/components/xv-file-uploader/xv-file-uploader.js.map +0 -1
- package/dist/collection/components/xv-footer/xv-footer.css +0 -230
- package/dist/collection/components/xv-footer/xv-footer.js +0 -37
- package/dist/collection/components/xv-footer/xv-footer.js.map +0 -1
- package/dist/collection/components/xv-header/xv-header.css +0 -22587
- package/dist/collection/components/xv-header/xv-header.js +0 -54
- package/dist/collection/components/xv-header/xv-header.js.map +0 -1
- package/dist/collection/components/xv-link/xv-link.css +0 -66
- package/dist/collection/components/xv-link/xv-link.js +0 -132
- package/dist/collection/components/xv-link/xv-link.js.map +0 -1
- package/dist/collection/components/xv-loader/xv-loader.css +0 -65
- package/dist/collection/components/xv-loader/xv-loader.js +0 -106
- package/dist/collection/components/xv-loader/xv-loader.js.map +0 -1
- package/dist/collection/components/xv-login-modal/xv-login-modal.css +0 -22575
- package/dist/collection/components/xv-login-modal/xv-login-modal.js +0 -146
- package/dist/collection/components/xv-login-modal/xv-login-modal.js.map +0 -1
- package/dist/collection/components/xv-modal/xv-modal.css +0 -102
- package/dist/collection/components/xv-modal/xv-modal.js +0 -226
- package/dist/collection/components/xv-modal/xv-modal.js.map +0 -1
- package/dist/collection/components/xv-notification/_vars.js +0 -8
- package/dist/collection/components/xv-notification/_vars.js.map +0 -1
- package/dist/collection/components/xv-notification/xv-notification.css +0 -113
- package/dist/collection/components/xv-notification/xv-notification.js +0 -118
- package/dist/collection/components/xv-notification/xv-notification.js.map +0 -1
- package/dist/collection/components/xv-number-input/xv-number-input.css +0 -128
- package/dist/collection/components/xv-number-input/xv-number-input.js +0 -373
- package/dist/collection/components/xv-number-input/xv-number-input.js.map +0 -1
- package/dist/collection/components/xv-overflow-menu/_vars.js +0 -6
- package/dist/collection/components/xv-overflow-menu/_vars.js.map +0 -1
- package/dist/collection/components/xv-overflow-menu/xv-overflow-menu-item/xv-overflow-menu-item.css +0 -45
- package/dist/collection/components/xv-overflow-menu/xv-overflow-menu-item/xv-overflow-menu-item.js +0 -137
- package/dist/collection/components/xv-overflow-menu/xv-overflow-menu-item/xv-overflow-menu-item.js.map +0 -1
- package/dist/collection/components/xv-overflow-menu/xv-overflow-menu.css +0 -105
- package/dist/collection/components/xv-overflow-menu/xv-overflow-menu.js +0 -202
- package/dist/collection/components/xv-overflow-menu/xv-overflow-menu.js.map +0 -1
- package/dist/collection/components/xv-progress-indicator/_vars.js.map +0 -1
- package/dist/collection/components/xv-progress-indicator/xv-progress-indicator-item/xv-progress-indicator-item.css +0 -96
- package/dist/collection/components/xv-progress-indicator/xv-progress-indicator-item/xv-progress-indicator-item.js +0 -54
- package/dist/collection/components/xv-progress-indicator/xv-progress-indicator-item/xv-progress-indicator-item.js.map +0 -1
- package/dist/collection/components/xv-progress-indicator/xv-progress-indicator.css +0 -45
- package/dist/collection/components/xv-progress-indicator/xv-progress-indicator.js +0 -157
- package/dist/collection/components/xv-progress-indicator/xv-progress-indicator.js.map +0 -1
- package/dist/collection/components/xv-table/_vars.js +0 -9
- package/dist/collection/components/xv-table/_vars.js.map +0 -1
- package/dist/collection/components/xv-table/xv-table-cell/xv-table-cell.css +0 -93
- package/dist/collection/components/xv-table/xv-table-cell/xv-table-cell.js +0 -160
- package/dist/collection/components/xv-table/xv-table-cell/xv-table-cell.js.map +0 -1
- 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 -76
- package/dist/collection/components/xv-table/xv-table-expand/xv-table-expand.js.map +0 -1
- package/dist/collection/components/xv-table/xv-table-row/xv-table-row.css +0 -39
- package/dist/collection/components/xv-table/xv-table-row/xv-table-row.js +0 -333
- package/dist/collection/components/xv-table/xv-table-row/xv-table-row.js.map +0 -1
- package/dist/collection/components/xv-table/xv-table.css +0 -137
- package/dist/collection/components/xv-table/xv-table.js +0 -159
- package/dist/collection/components/xv-table/xv-table.js.map +0 -1
- package/dist/collection/components/xv-tabs/_vars.js +0 -11
- package/dist/collection/components/xv-tabs/_vars.js.map +0 -1
- package/dist/collection/components/xv-tabs/xv-tab/xv-tab.css +0 -10
- package/dist/collection/components/xv-tabs/xv-tab/xv-tab.js +0 -106
- package/dist/collection/components/xv-tabs/xv-tab/xv-tab.js.map +0 -1
- package/dist/collection/components/xv-tabs/xv-tabs.css +0 -139
- package/dist/collection/components/xv-tabs/xv-tabs.js +0 -221
- package/dist/collection/components/xv-tabs/xv-tabs.js.map +0 -1
- package/dist/collection/components/xv-tag/xv-tag.css +0 -97
- package/dist/collection/components/xv-tag/xv-tag.js +0 -158
- package/dist/collection/components/xv-tag/xv-tag.js.map +0 -1
- package/dist/collection/components/xv-text-input/xv-text-input.css +0 -144
- package/dist/collection/components/xv-text-input/xv-text-input.js +0 -324
- package/dist/collection/components/xv-text-input/xv-text-input.js.map +0 -1
- package/dist/collection/components/xv-toggle-tip/xv-toggle-tip.css +0 -95
- package/dist/collection/components/xv-toggle-tip/xv-toggle-tip.js +0 -201
- package/dist/collection/components/xv-toggle-tip/xv-toggle-tip.js.map +0 -1
- package/dist/collection/components/xv-tooltip/xv-tooltip.css +0 -43
- package/dist/collection/components/xv-tooltip/xv-tooltip.js +0 -114
- package/dist/collection/components/xv-tooltip/xv-tooltip.js.map +0 -1
- package/dist/collection/index.js +0 -11
- package/dist/collection/index.js.map +0 -1
- package/dist/collection/scss/xv/images/xv-sprite.svg +0 -1
- package/dist/collection/scss/xv/sprite/images/xv-sprite.svg +0 -1
- package/dist/collection/types/enum.js.map +0 -1
- package/dist/collection/utils/utils.js.map +0 -1
- package/dist/esm/app-globals-DQuL1Twl.js +0 -6
- package/dist/esm/app-globals-DQuL1Twl.js.map +0 -1
- package/dist/esm/index-DLYJiP99.js +0 -1907
- package/dist/esm/index-DLYJiP99.js.map +0 -1
- package/dist/esm/index-NvoCloOY.js +0 -31
- package/dist/esm/index-NvoCloOY.js.map +0 -1
- package/dist/esm/index.js +0 -4
- package/dist/esm/index.js.map +0 -1
- package/dist/esm/loader.js +0 -14
- package/dist/esm/loader.js.map +0 -1
- package/dist/esm/xv-accordion-v2_33.entry.js +0 -3377
- package/dist/esm/xv-accordion-v2_33.entry.js.map +0 -1
- package/dist/esm/xv-breadcrumbs-v2.entry.js +0 -18
- package/dist/esm/xv-breadcrumbs-v2.entry.js.map +0 -1
- package/dist/esm/xv-webcomponents.js +0 -24
- package/dist/esm/xv-webcomponents.js.map +0 -1
- package/dist/index.cjs.js +0 -1
- package/dist/index.js +0 -1
- package/dist/types/components/xv-data-table/xv-data-table-cell/xv-data-table-cell.d.ts +0 -6
- package/dist/types/components/xv-data-table/xv-data-table-row/xv-data-table-row.d.ts +0 -4
- package/dist/types/components/xv-data-table/xv-data-table.d.ts +0 -9
- package/dist/types/components/xv-file-uploader/_vars.d.ts +0 -4
- package/dist/types/components/xv-file-uploader/xv-file-uploader.d.ts +0 -36
- package/dist/types/components/xv-number-input/xv-number-input.d.ts +0 -26
- package/dist/types/components/xv-toggle-tip/xv-toggle-tip.d.ts +0 -19
- package/dist/xv-webcomponents/p-5b63a259.entry.js +0 -2
- package/dist/xv-webcomponents/p-5b63a259.entry.js.map +0 -1
- package/dist/xv-webcomponents/p-DLYJiP99.js +0 -3
- package/dist/xv-webcomponents/p-DLYJiP99.js.map +0 -1
- package/dist/xv-webcomponents/p-DQuL1Twl.js +0 -2
- package/dist/xv-webcomponents/p-DQuL1Twl.js.map +0 -1
- package/dist/xv-webcomponents/p-NvoCloOY.js +0 -2
- package/dist/xv-webcomponents/p-NvoCloOY.js.map +0 -1
- package/dist/xv-webcomponents/p-ec72208c.entry.js +0 -2
- package/dist/xv-webcomponents/p-ec72208c.entry.js.map +0 -1
- package/loader/cdn.js +0 -1
- package/loader/index.cjs.js +0 -1
- package/loader/index.d.ts +0 -24
- package/loader/index.es2017.js +0 -1
- package/loader/index.js +0 -2
package/LICENSE
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
MIT License
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2025 crossvertise
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
-
in the Software without restriction, including without limitation the rights
|
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
-
furnished to do so, subject to the following conditions:
|
|
11
|
-
|
|
12
|
-
The above copyright notice and this permission notice shall be included in all
|
|
13
|
-
copies or substantial portions of the Software.
|
|
14
|
-
|
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE.
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2025 crossvertise
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/README.md
CHANGED
|
@@ -1,129 +1,129 @@
|
|
|
1
|
-
# @xv/webcomponents
|
|
2
|
-
|
|
3
|
-
**Reusable Web Components for XV Applications**
|
|
4
|
-
This repository contains Web Components built with Stencil.js to provide a modular and reusable UI across multiple applications.
|
|
5
|
-
|
|
6
|
-
---
|
|
7
|
-
|
|
8
|
-
## Features
|
|
9
|
-
|
|
10
|
-
**Reusable Web Components** – Designed for multiple XV applications
|
|
11
|
-
**Stencil.js Powered** – Built using modern Web Component standards
|
|
12
|
-
**Shadow DOM Support** – Encapsulated styles and functionality
|
|
13
|
-
**Brand-Specific Theming** – Automatically detects and applies brand styles
|
|
14
|
-
**Framework Agnostic** – Works with Angular, React, Vue, and plain HTML
|
|
15
|
-
|
|
16
|
-
---
|
|
17
|
-
|
|
18
|
-
## Folder Structure
|
|
19
|
-
|
|
20
|
-
```
|
|
21
|
-
xv-webcomponents/
|
|
22
|
-
│── src/
|
|
23
|
-
│ ├── components/ # Web Component source files
|
|
24
|
-
│ │ ├── button/
|
|
25
|
-
│ │ │ ├── xv-button.tsx
|
|
26
|
-
│ │ │ ├── xv-button.css
|
|
27
|
-
│ │ │ ├── xv-button.e2e.ts
|
|
28
|
-
│ │ │ ├── xv-button.spec.ts
|
|
29
|
-
│ │ ├── checkbox/
|
|
30
|
-
│ │ │ ├── xv-checkbox.tsx
|
|
31
|
-
│ │ │ ├── xv-checkbox.css
|
|
32
|
-
│ │ │ ├── xv-checkbox.e2e.ts
|
|
33
|
-
│ │ │ ├── xv-checkbox.spec.ts
|
|
34
|
-
│ ├── utils/ # Utility functions for components
|
|
35
|
-
│── dist/ # Compiled distribution files
|
|
36
|
-
│── loader/ # Loader scripts for consuming Web Components
|
|
37
|
-
│── package.json
|
|
38
|
-
│── README.md
|
|
39
|
-
│── stencil.config.ts # Stencil.js configuration
|
|
40
|
-
```
|
|
41
|
-
|
|
42
|
-
---
|
|
43
|
-
|
|
44
|
-
## Installation
|
|
45
|
-
|
|
46
|
-
To install the package from npm:
|
|
47
|
-
```bash
|
|
48
|
-
npm install xv-webcomponents
|
|
49
|
-
```
|
|
50
|
-
|
|
51
|
-
---
|
|
52
|
-
|
|
53
|
-
## Usage
|
|
54
|
-
|
|
55
|
-
### **Using in an HTML Page**
|
|
56
|
-
Simply include the Web Component in your HTML:
|
|
57
|
-
```html
|
|
58
|
-
<script type="module" src="https://cdn.yourcompany.com/xv-webcomponents/xv-webcomponents.esm.js"></script>
|
|
59
|
-
<xv-button-v2 label="Click Me" variant="accent"></xv-button-v2>
|
|
60
|
-
```
|
|
61
|
-
|
|
62
|
-
### **Using in an Angular Project**
|
|
63
|
-
First, import `CUSTOM_ELEMENTS_SCHEMA` in your module:
|
|
64
|
-
```typescript
|
|
65
|
-
import { NgModule, CUSTOM_ELEMENTS_SCHEMA } from '@angular/core';
|
|
66
|
-
import { BrowserModule } from '@angular/platform-browser';
|
|
67
|
-
|
|
68
|
-
@NgModule({
|
|
69
|
-
declarations: [],
|
|
70
|
-
imports: [BrowserModule],
|
|
71
|
-
schemas: [CUSTOM_ELEMENTS_SCHEMA]
|
|
72
|
-
})
|
|
73
|
-
export class AppModule {}
|
|
74
|
-
```
|
|
75
|
-
Now, use the Web Component in your Angular templates:
|
|
76
|
-
```html
|
|
77
|
-
<xv-button-v2 label="Click Me" variant="primary"></xv-button-v2>
|
|
78
|
-
```
|
|
79
|
-
|
|
80
|
-
### **Using in a C# Razor Page (MVC)**
|
|
81
|
-
```html
|
|
82
|
-
<xv-button-v2 label="Submit" variant="secondary"></xv-button-v2>
|
|
83
|
-
```
|
|
84
|
-
|
|
85
|
-
### **Using in Sitefinity CMS**
|
|
86
|
-
Embed the Web Component inside a content block:
|
|
87
|
-
```html
|
|
88
|
-
<xv-button-v2 label="Learn More" variant="ghost"></xv-button-v2>
|
|
89
|
-
```
|
|
90
|
-
|
|
91
|
-
---
|
|
92
|
-
|
|
93
|
-
## 🛠 Development & Building
|
|
94
|
-
|
|
95
|
-
### **1️⃣ Build the Components**
|
|
96
|
-
To build all components:
|
|
97
|
-
```bash
|
|
98
|
-
npm run build
|
|
99
|
-
```
|
|
100
|
-
This generates compiled components inside the `dist/` folder.
|
|
101
|
-
|
|
102
|
-
### **2️⃣ Run Local Development Server**
|
|
103
|
-
To test components locally:
|
|
104
|
-
```bash
|
|
105
|
-
npm start
|
|
106
|
-
```
|
|
107
|
-
This starts a development server and watches for changes.
|
|
108
|
-
|
|
109
|
-
### **3️⃣ Publish to npm**
|
|
110
|
-
To publish a new version of the package:
|
|
111
|
-
```bash
|
|
112
|
-
npm version patch
|
|
113
|
-
npm publish --access public
|
|
114
|
-
```
|
|
115
|
-
|
|
116
|
-
---
|
|
117
|
-
|
|
118
|
-
## Contributing
|
|
119
|
-
|
|
120
|
-
### **Adding a New Component**
|
|
121
|
-
1. Generate a new component:
|
|
122
|
-
```bash
|
|
123
|
-
npm run generate component xv-new-component
|
|
124
|
-
```
|
|
125
|
-
2. Implement logic and styles inside `src/components/xv-new-component/`.
|
|
126
|
-
3. Test the component using Jest (`.spec.ts`) and e2e tests.
|
|
127
|
-
4. Run `npm run build` to generate the compiled version.
|
|
128
|
-
5. Commit changes and submit a pull request.
|
|
129
|
-
|
|
1
|
+
# @xv/webcomponents
|
|
2
|
+
|
|
3
|
+
**Reusable Web Components for XV Applications**
|
|
4
|
+
This repository contains Web Components built with Stencil.js to provide a modular and reusable UI across multiple applications.
|
|
5
|
+
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
## Features
|
|
9
|
+
|
|
10
|
+
**Reusable Web Components** – Designed for multiple XV applications
|
|
11
|
+
**Stencil.js Powered** – Built using modern Web Component standards
|
|
12
|
+
**Shadow DOM Support** – Encapsulated styles and functionality
|
|
13
|
+
**Brand-Specific Theming** – Automatically detects and applies brand styles
|
|
14
|
+
**Framework Agnostic** – Works with Angular, React, Vue, and plain HTML
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
18
|
+
## Folder Structure
|
|
19
|
+
|
|
20
|
+
```
|
|
21
|
+
xv-webcomponents/
|
|
22
|
+
│── src/
|
|
23
|
+
│ ├── components/ # Web Component source files
|
|
24
|
+
│ │ ├── button/
|
|
25
|
+
│ │ │ ├── xv-button.tsx
|
|
26
|
+
│ │ │ ├── xv-button.css
|
|
27
|
+
│ │ │ ├── xv-button.e2e.ts
|
|
28
|
+
│ │ │ ├── xv-button.spec.ts
|
|
29
|
+
│ │ ├── checkbox/
|
|
30
|
+
│ │ │ ├── xv-checkbox.tsx
|
|
31
|
+
│ │ │ ├── xv-checkbox.css
|
|
32
|
+
│ │ │ ├── xv-checkbox.e2e.ts
|
|
33
|
+
│ │ │ ├── xv-checkbox.spec.ts
|
|
34
|
+
│ ├── utils/ # Utility functions for components
|
|
35
|
+
│── dist/ # Compiled distribution files
|
|
36
|
+
│── loader/ # Loader scripts for consuming Web Components
|
|
37
|
+
│── package.json
|
|
38
|
+
│── README.md
|
|
39
|
+
│── stencil.config.ts # Stencil.js configuration
|
|
40
|
+
```
|
|
41
|
+
|
|
42
|
+
---
|
|
43
|
+
|
|
44
|
+
## Installation
|
|
45
|
+
|
|
46
|
+
To install the package from npm:
|
|
47
|
+
```bash
|
|
48
|
+
npm install xv-webcomponents
|
|
49
|
+
```
|
|
50
|
+
|
|
51
|
+
---
|
|
52
|
+
|
|
53
|
+
## Usage
|
|
54
|
+
|
|
55
|
+
### **Using in an HTML Page**
|
|
56
|
+
Simply include the Web Component in your HTML:
|
|
57
|
+
```html
|
|
58
|
+
<script type="module" src="https://cdn.yourcompany.com/xv-webcomponents/xv-webcomponents.esm.js"></script>
|
|
59
|
+
<xv-button-v2 label="Click Me" variant="accent"></xv-button-v2>
|
|
60
|
+
```
|
|
61
|
+
|
|
62
|
+
### **Using in an Angular Project**
|
|
63
|
+
First, import `CUSTOM_ELEMENTS_SCHEMA` in your module:
|
|
64
|
+
```typescript
|
|
65
|
+
import { NgModule, CUSTOM_ELEMENTS_SCHEMA } from '@angular/core';
|
|
66
|
+
import { BrowserModule } from '@angular/platform-browser';
|
|
67
|
+
|
|
68
|
+
@NgModule({
|
|
69
|
+
declarations: [],
|
|
70
|
+
imports: [BrowserModule],
|
|
71
|
+
schemas: [CUSTOM_ELEMENTS_SCHEMA]
|
|
72
|
+
})
|
|
73
|
+
export class AppModule {}
|
|
74
|
+
```
|
|
75
|
+
Now, use the Web Component in your Angular templates:
|
|
76
|
+
```html
|
|
77
|
+
<xv-button-v2 label="Click Me" variant="primary"></xv-button-v2>
|
|
78
|
+
```
|
|
79
|
+
|
|
80
|
+
### **Using in a C# Razor Page (MVC)**
|
|
81
|
+
```html
|
|
82
|
+
<xv-button-v2 label="Submit" variant="secondary"></xv-button-v2>
|
|
83
|
+
```
|
|
84
|
+
|
|
85
|
+
### **Using in Sitefinity CMS**
|
|
86
|
+
Embed the Web Component inside a content block:
|
|
87
|
+
```html
|
|
88
|
+
<xv-button-v2 label="Learn More" variant="ghost"></xv-button-v2>
|
|
89
|
+
```
|
|
90
|
+
|
|
91
|
+
---
|
|
92
|
+
|
|
93
|
+
## 🛠 Development & Building
|
|
94
|
+
|
|
95
|
+
### **1️⃣ Build the Components**
|
|
96
|
+
To build all components:
|
|
97
|
+
```bash
|
|
98
|
+
npm run build
|
|
99
|
+
```
|
|
100
|
+
This generates compiled components inside the `dist/` folder.
|
|
101
|
+
|
|
102
|
+
### **2️⃣ Run Local Development Server**
|
|
103
|
+
To test components locally:
|
|
104
|
+
```bash
|
|
105
|
+
npm start
|
|
106
|
+
```
|
|
107
|
+
This starts a development server and watches for changes.
|
|
108
|
+
|
|
109
|
+
### **3️⃣ Publish to npm**
|
|
110
|
+
To publish a new version of the package:
|
|
111
|
+
```bash
|
|
112
|
+
npm version patch
|
|
113
|
+
npm publish --access public
|
|
114
|
+
```
|
|
115
|
+
|
|
116
|
+
---
|
|
117
|
+
|
|
118
|
+
## Contributing
|
|
119
|
+
|
|
120
|
+
### **Adding a New Component**
|
|
121
|
+
1. Generate a new component:
|
|
122
|
+
```bash
|
|
123
|
+
npm run generate component xv-new-component
|
|
124
|
+
```
|
|
125
|
+
2. Implement logic and styles inside `src/components/xv-new-component/`.
|
|
126
|
+
3. Test the component using Jest (`.spec.ts`) and e2e tests.
|
|
127
|
+
4. Run `npm run build` to generate the compiled version.
|
|
128
|
+
5. Commit changes and submit a pull request.
|
|
129
|
+
|
|
@@ -1,27 +1,18 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { EventEmitter } from '../../stencil-public-runtime';
|
|
2
2
|
export declare class XvButton {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
/** Button variants */
|
|
7
|
-
variant: 'primary' | 'secondary' | 'ghost' | 'danger' | 'tertiary';
|
|
8
|
-
/** Button size */
|
|
9
|
-
size: SIZE_VAR;
|
|
10
|
-
/** Button disabled state */
|
|
11
|
-
disabled: boolean;
|
|
12
|
-
/** Button loading state */
|
|
13
|
-
loading: boolean;
|
|
14
|
-
/** Button for full width */
|
|
3
|
+
/** Button label */
|
|
4
|
+
label: string;
|
|
5
|
+
/** Container width Button */
|
|
15
6
|
block: boolean;
|
|
16
7
|
/** Button type */
|
|
17
|
-
type: 'button' | '
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
8
|
+
type: 'button' | 'reset' | 'submit';
|
|
9
|
+
/** Variant */
|
|
10
|
+
variant: 'accent' | 'primary' | 'secondary' | 'tertiary' | 'ghost';
|
|
11
|
+
/** Disabled state */
|
|
12
|
+
disabled: boolean;
|
|
13
|
+
/** Emits when the button is clicked */
|
|
14
|
+
buttonClick: EventEmitter<MouseEvent>;
|
|
15
|
+
/** Handle click only if not disabled */
|
|
25
16
|
private handleClick;
|
|
26
17
|
render(): any;
|
|
27
18
|
}
|
|
@@ -1,7 +1,9 @@
|
|
|
1
|
+
import { UserMenuProps } from '../xv-user-menu/xv-user-menu';
|
|
1
2
|
export declare class XvHeader {
|
|
2
3
|
htmlContent: string;
|
|
3
4
|
showLoginModal: boolean;
|
|
4
5
|
el: HTMLElement;
|
|
6
|
+
userMenuConfig: UserMenuProps;
|
|
5
7
|
private openLoginModal;
|
|
6
8
|
private closeLoginModal;
|
|
7
9
|
componentWillLoad(): Promise<void>;
|
|
@@ -1,26 +1,27 @@
|
|
|
1
1
|
import { EventEmitter } from '../../stencil-public-runtime';
|
|
2
2
|
import { SIZE_VAR } from '../../types/enum';
|
|
3
|
+
import { TextInputStatus } from './_vars';
|
|
3
4
|
/**
|
|
4
5
|
* xv-text-input — custom input
|
|
5
6
|
* ti get data you can use default Input event
|
|
6
7
|
* Angular - (input), React - (onInput), Pure - addEventListener('input', e => ...)
|
|
7
8
|
*/
|
|
8
9
|
export declare class XvTextInput {
|
|
9
|
-
|
|
10
|
-
label
|
|
10
|
+
el: HTMLElement;
|
|
11
|
+
label?: string;
|
|
11
12
|
placeholder?: string;
|
|
12
|
-
|
|
13
|
+
helper: string;
|
|
14
|
+
name?: string;
|
|
15
|
+
size: SIZE_VAR;
|
|
16
|
+
status: TextInputStatus;
|
|
13
17
|
value: string;
|
|
14
18
|
valueChange: EventEmitter<string>;
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
warning?: string | boolean;
|
|
18
|
-
readonly?: boolean;
|
|
19
|
-
disabled?: boolean;
|
|
19
|
+
disabled: boolean;
|
|
20
|
+
readonly: boolean;
|
|
20
21
|
loading: boolean;
|
|
21
|
-
block?: boolean;
|
|
22
|
-
size: SIZE_VAR;
|
|
23
22
|
internals: ElementInternals;
|
|
24
23
|
private handleInput;
|
|
25
24
|
render(): any;
|
|
25
|
+
componentWillLoad(): void;
|
|
26
|
+
private getControlIcon;
|
|
26
27
|
}
|
|
@@ -1,14 +1,12 @@
|
|
|
1
|
-
import { Placement } from '@popperjs/core';
|
|
2
1
|
export declare class XvTooltip {
|
|
3
|
-
|
|
2
|
+
/** Message what will be shown for tooltip **/
|
|
4
3
|
message: string;
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
private destroyPopper;
|
|
4
|
+
/**
|
|
5
|
+
* Tooltip and arrow position related to element
|
|
6
|
+
* possible options: 'top' | 'top-left' | 'top-right' | 'bottom' | 'bottom-left' | 'bottom-right' | 'left' | 'right'.
|
|
7
|
+
* By default, "top"
|
|
8
|
+
*/
|
|
9
|
+
position: 'top' | 'top-left' | 'top-right' | 'bottom' | 'bottom-left' | 'bottom-right' | 'left' | 'right';
|
|
10
|
+
multiline: boolean;
|
|
13
11
|
render(): any;
|
|
14
12
|
}
|
|
File without changes
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EventEmitter } from '../../stencil-public-runtime';
|
|
2
|
+
export interface MenuItem {
|
|
3
|
+
text: string;
|
|
4
|
+
url: string;
|
|
5
|
+
target?: string;
|
|
6
|
+
cssClass: string;
|
|
7
|
+
badgeText?: string;
|
|
8
|
+
}
|
|
9
|
+
export interface ImpersonationInfo {
|
|
10
|
+
isImpersonated: boolean;
|
|
11
|
+
nameAndTitle: string;
|
|
12
|
+
companyName: string;
|
|
13
|
+
email: string;
|
|
14
|
+
phoneOffice: string;
|
|
15
|
+
clearImpersonationUrl: string;
|
|
16
|
+
}
|
|
17
|
+
export interface UserMenuProps {
|
|
18
|
+
authenticated: boolean;
|
|
19
|
+
isManager: boolean;
|
|
20
|
+
userMenuText: string;
|
|
21
|
+
pendingItems: number;
|
|
22
|
+
managerCockpitMenu: MenuItem[];
|
|
23
|
+
managerEntitiesMenu: MenuItem[];
|
|
24
|
+
managerMenu: MenuItem[];
|
|
25
|
+
userMenu: MenuItem[];
|
|
26
|
+
actionsMenu: MenuItem[];
|
|
27
|
+
impersonationInfo: ImpersonationInfo;
|
|
28
|
+
}
|
|
29
|
+
export declare class XvUserMenu {
|
|
30
|
+
config: UserMenuProps;
|
|
31
|
+
isCockpitMenuExpanded: boolean;
|
|
32
|
+
isEntitiesMenuExpanded: boolean;
|
|
33
|
+
isUserMenuExpanded: boolean;
|
|
34
|
+
menuItemClick: EventEmitter<MenuItem>;
|
|
35
|
+
private toggleCockpitMenu;
|
|
36
|
+
private toggleEntitiesMenu;
|
|
37
|
+
private toggleUserMenu;
|
|
38
|
+
private handleMenuItemClick;
|
|
39
|
+
private renderMenuItem;
|
|
40
|
+
render(): any;
|
|
41
|
+
}
|