@usssa/component-library 1.0.0-alpha.7 → 1.0.0-alpha.71
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/README.md +5 -2
- package/dist/component-library/App.vue +9 -0
- package/dist/component-library/assets/files.png +0 -0
- package/dist/component-library/assets/logo.svg +19 -0
- package/dist/component-library/assets/no-result.png +0 -0
- package/dist/component-library/assets/quasar-logo-vertical.svg +15 -0
- package/dist/component-library/boot/.gitkeep +0 -0
- package/dist/component-library/boot/google-maps.js +11 -0
- package/{src → dist/component-library}/components/core/UAvatar.vue +21 -2
- package/{src → dist/component-library}/components/core/UBannerStd.vue +8 -6
- package/dist/component-library/components/core/UBreadCrumbs.vue +67 -0
- package/{src → dist/component-library}/components/core/UBtnIcon.vue +24 -14
- package/{src → dist/component-library}/components/core/UBtnStd.vue +35 -31
- package/dist/component-library/components/core/UBtnToggle.vue +68 -0
- package/{src → dist/component-library}/components/core/UCheckboxStd.vue +25 -8
- package/{src → dist/component-library}/components/core/UChip.vue +30 -4
- package/dist/component-library/components/core/UDialogStd.vue +242 -0
- package/dist/component-library/components/core/UDrawer.vue +215 -0
- package/dist/component-library/components/core/UInnerLoader.vue +58 -0
- package/dist/component-library/components/core/UInputAddressLookup.vue +466 -0
- package/dist/component-library/components/core/UInputPhoneStd.vue +295 -0
- package/{src → dist/component-library}/components/core/UInputTextStd.vue +111 -84
- package/dist/component-library/components/core/UInputTypeaheadAdvanceSearch.vue +59 -0
- package/dist/component-library/components/core/UMenuButtonStd.vue +274 -0
- package/dist/component-library/components/core/UMenuDropdown.vue +75 -0
- package/dist/component-library/components/core/UMenuDropdownAdvancedSearch.vue +299 -0
- package/dist/component-library/components/core/UMenuItem.vue +133 -0
- package/dist/component-library/components/core/UMenuSearch.vue +682 -0
- package/{src → dist/component-library}/components/core/UMultiSelectStd.vue +29 -38
- package/dist/component-library/components/core/UPagination.vue +104 -0
- package/dist/component-library/components/core/URadioBtn.vue +116 -0
- package/{src → dist/component-library}/components/core/URadioStd.vue +7 -3
- package/{src → dist/component-library}/components/core/USelectStd.vue +66 -51
- package/dist/component-library/components/core/UTabBtnStd.vue +176 -0
- package/dist/component-library/components/core/UTable/UTable.vue +93 -0
- package/dist/component-library/components/core/UTable/UTd.vue +63 -0
- package/dist/component-library/components/core/UTable/UTh.vue +48 -0
- package/dist/component-library/components/core/UTable/UTr.vue +20 -0
- package/dist/component-library/components/core/UTableStd.vue +797 -0
- package/{src → dist/component-library}/components/core/UTabsStd.vue +17 -5
- package/{src → dist/component-library}/components/core/UToggleStd.vue +30 -20
- package/dist/component-library/components/core/UToolbar.vue +94 -0
- package/{src → dist/component-library}/components/core/UTooltip.vue +20 -1
- package/dist/component-library/components/core/UUploader.vue +494 -0
- package/dist/component-library/components/index.js +75 -0
- package/dist/component-library/composables/useNotify.js +79 -0
- package/dist/component-library/composables/useOverlayLoader.js +23 -0
- package/dist/component-library/css/app.sass +159 -0
- package/dist/component-library/css/colors.sass +101 -0
- package/dist/component-library/css/media.sass +1 -0
- package/dist/component-library/css/quasar.variables.sass +119 -0
- package/dist/component-library/css/typography.sass +0 -0
- package/dist/component-library/css/vars/colors.variables.sass +126 -0
- package/dist/component-library/utils/data.ts +146 -0
- package/dist/spa/assets/AdvancedSearch.de59bb9d.js +29 -0
- package/dist/spa/assets/Avatar.7cf79270.js +9 -0
- package/dist/spa/assets/AvatarGroup.eb5af39d.js +9 -0
- package/dist/spa/assets/BadgeStd.184a1b2a.js +6 -0
- package/dist/spa/assets/BannerPage.c968ad8a.js +10 -0
- package/dist/spa/assets/BreadCrumbs.55acbd3f.js +12 -0
- package/dist/spa/assets/BtnIcon.dba0a485.js +10 -0
- package/dist/spa/assets/BtnStd.f05051b4.js +11 -0
- package/dist/spa/assets/BtnToggle.6c9c8151.js +15 -0
- package/dist/spa/assets/CheckBox.cdc44310.js +7 -0
- package/dist/spa/assets/Chip.4600dd74.js +15 -0
- package/dist/spa/assets/ComponentBase.12832350.js +1 -0
- package/dist/spa/assets/Dialog.9166896f.js +34 -0
- package/dist/spa/assets/Drawer.97a89461.js +9 -0
- package/dist/spa/assets/ErrorNotFound.2590a73e.js +1 -0
- package/dist/spa/assets/IndexPage.b88ccb65.js +1 -0
- package/dist/spa/assets/InnerLoader.f7ebfa9a.js +9 -0
- package/dist/spa/assets/InputAddressLookup.0436a51c.js +8 -0
- package/dist/spa/assets/InputPhone.e5884440.js +23 -0
- package/dist/spa/assets/InputText.edb91c55.js +20 -0
- package/dist/spa/assets/InputTypeaheadAdvanceSearch-fcfeae79.css +1 -0
- package/dist/spa/assets/InputTypeaheadAdvanceSearch.4717bbba.js +28 -0
- package/dist/spa/assets/KFOkCnqEu92Fr1MmgVxIIzQ-34e9582c.woff +0 -0
- package/dist/spa/assets/KFOlCnqEu92Fr1MmEU9fBBc--9ce7f3ac.woff +0 -0
- package/dist/spa/assets/KFOlCnqEu92Fr1MmSU5fBBc--bf14c7d7.woff +0 -0
- package/dist/spa/assets/KFOlCnqEu92Fr1MmWUlfBBc--e0fd57c0.woff +0 -0
- package/dist/spa/assets/KFOlCnqEu92Fr1MmYUtfBBc--f6537e32.woff +0 -0
- package/dist/spa/assets/KFOmCnqEu92Fr1Mu4mxM-f2abf7fb.woff +0 -0
- package/dist/spa/assets/MainLayout.357afcde.js +1 -0
- package/dist/spa/assets/MenuButton.87cc297d.js +30 -0
- package/dist/spa/assets/MenuDropdown-8577dac0.css +1 -0
- package/dist/spa/assets/MenuDropdown.95e39a63.js +6 -0
- package/dist/spa/assets/MenuItem.cd415f5e.js +7 -0
- package/dist/spa/assets/MultiSelectStd.ab5f68f2.js +17 -0
- package/dist/spa/assets/NotifyPage.a8a23aa7.js +17 -0
- package/dist/spa/assets/OverlayLoader.6ca7eedc.js +17 -0
- package/dist/spa/assets/Pagination.8d22767d.js +8 -0
- package/dist/spa/assets/QBtnDropdown.16a8ed64.js +1 -0
- package/dist/spa/assets/QBtnGroup.fe8403c7.js +1 -0
- package/dist/spa/assets/QCheckbox.9b7a1560.js +1 -0
- package/dist/spa/assets/QInnerLoading.0dd667f1.js +1 -0
- package/dist/spa/assets/QInput.50fc7274.js +1 -0
- package/dist/spa/assets/QItemLabel.76302e79.js +1 -0
- package/dist/spa/assets/QLayout.e447a044.js +1 -0
- package/dist/spa/assets/QList.05f5e5f4.js +1 -0
- package/dist/spa/assets/QPage.48d09174.js +1 -0
- package/dist/spa/assets/QRadio.e8cb7e78.js +1 -0
- package/dist/spa/assets/QResizeObserver.b1614200.js +1 -0
- package/dist/spa/assets/QScrollObserver.d587f1b8.js +1 -0
- package/dist/spa/assets/QSelect.fe2d93ab.js +1 -0
- package/dist/spa/assets/QSpinnerFacebook.58c9b43e.js +1 -0
- package/dist/spa/assets/QSpinnerGears.52cf4e8a.js +1 -0
- package/dist/spa/assets/QTabPanels.f5f8c6c0.js +1 -0
- package/dist/spa/assets/Radio.78b405a0.js +7 -0
- package/dist/spa/assets/RadioBtn.6b75781c.js +10 -0
- package/dist/spa/assets/SelectStd.31c84d23.js +25 -0
- package/dist/spa/assets/TabButtonPage-baa27375.css +1 -0
- package/dist/spa/assets/TabButtonPage.272c1d85.js +7 -0
- package/dist/spa/assets/TablePage.8f8d75c7.js +43 -0
- package/dist/spa/assets/TabsPage.f93ec4e1.js +9 -0
- package/dist/spa/assets/TogglePage.ad3af356.js +9 -0
- package/dist/spa/assets/Toolbar.efb14aff.js +6 -0
- package/dist/spa/assets/TooltipPage.5016a519.js +8 -0
- package/dist/spa/assets/UAvatar.ebe4476e.js +1 -0
- package/dist/spa/assets/UAvatar.vue_vue_type_style_index_0_lang-32508bf5.css +1 -0
- package/dist/spa/assets/UBadgeStd.ff9500bf.js +1 -0
- package/dist/spa/assets/UBtnIcon.fed8e2d3.js +1 -0
- package/dist/spa/assets/UBtnIcon.vue_vue_type_style_index_0_lang-56a6b988.css +1 -0
- package/dist/spa/assets/UBtnStd.baa23914.js +1 -0
- package/dist/spa/assets/UBtnStd.vue_vue_type_style_index_0_lang-c784b5c5.css +1 -0
- package/dist/spa/assets/UBtnToggle.vue_vue_type_style_index_0_lang-95ab84d9.css +1 -0
- package/dist/spa/assets/UBtnToggle.vue_vue_type_style_index_0_lang.b6e311b1.js +1 -0
- package/dist/spa/assets/UCheckboxStd.981cde7b.js +1 -0
- package/dist/spa/assets/UChip.3c562a29.js +1 -0
- package/dist/spa/assets/UDialogStd.vue_vue_type_style_index_0_lang-239a8687.css +1 -0
- package/dist/spa/assets/UDialogStd.vue_vue_type_style_index_0_lang.6781eb15.js +1 -0
- package/dist/spa/assets/UDrawer.vue_vue_type_style_index_0_lang-d4123556.css +1 -0
- package/dist/spa/assets/UDrawer.vue_vue_type_style_index_0_lang.3137cbdf.js +1 -0
- package/dist/spa/assets/UInnerLoader.vue_vue_type_style_index_0_scoped_true_lang-59151377.css +1 -0
- package/dist/spa/assets/UInputPhoneStd.e419407f.js +1 -0
- package/dist/spa/assets/UInputPhoneStd.vue_vue_type_style_index_0_lang-a3b35f3a.css +1 -0
- package/dist/spa/assets/UInputPhoneStd.vue_vue_type_style_index_0_lang.7744db79.js +1 -0
- package/dist/spa/assets/UMenuButtonStd.4850f84a.js +1 -0
- package/dist/spa/assets/UMenuButtonStd.vue_vue_type_style_index_0_lang-1b7d9814.css +1 -0
- package/dist/spa/assets/UMenuDropdown.a7476524.js +1 -0
- package/dist/spa/assets/UMenuDropdown.vue_vue_type_style_index_0_lang-46f87e45.css +1 -0
- package/dist/spa/assets/UMenuDropdownAdvancedSearch.7152fb37.js +1 -0
- package/dist/spa/assets/UMenuItem.02d90275.js +1 -0
- package/dist/spa/assets/UMenuItem.vue_vue_type_style_index_0_lang-60a38094.css +1 -0
- package/dist/spa/assets/UMenuItem.vue_vue_type_style_index_0_lang.c2f17c3c.js +1 -0
- package/dist/spa/assets/UMultiSelectStd.db798609.js +1 -0
- package/dist/spa/assets/UPagination.1f398543.js +1 -0
- package/dist/spa/assets/UPagination.vue_vue_type_style_index_0_lang-899d1a61.css +1 -0
- package/dist/spa/assets/UPagination.vue_vue_type_style_index_0_lang.3b1981d4.js +1 -0
- package/dist/spa/assets/URadioStd.d5242739.js +1 -0
- package/dist/spa/assets/USelectStd.37ad092f.js +1 -0
- package/dist/spa/assets/UTabBtnStd.c36b985f.js +1 -0
- package/dist/spa/assets/UTableStd.vue_vue_type_style_index_0_lang-8e0e60d8.css +1 -0
- package/dist/spa/assets/UTableStd.vue_vue_type_style_index_0_lang.1445b586.js +1 -0
- package/dist/spa/assets/UTooltip-efa029a7.css +1 -0
- package/dist/spa/assets/UTooltip.6c9e5509.js +1 -0
- package/dist/spa/assets/UUploader.vue_vue_type_style_index_0_lang-2ae7b445.css +1 -0
- package/dist/spa/assets/UUploader.vue_vue_type_style_index_0_lang.742209ec.js +1 -0
- package/dist/spa/assets/Uploader.f9bba02b.js +18 -0
- package/dist/spa/assets/ad-5d1a748c.svg +150 -0
- package/dist/spa/assets/ad-bf25de34.svg +148 -0
- package/dist/spa/assets/ae-3bc52a4a.svg +6 -0
- package/dist/spa/assets/ae-ad238db3.svg +6 -0
- package/dist/spa/assets/af-442967f4.svg +81 -0
- package/dist/spa/assets/af-efdbd7fb.svg +81 -0
- package/dist/spa/assets/ag-00232b7b.svg +14 -0
- package/dist/spa/assets/ag-13128213.svg +14 -0
- package/dist/spa/assets/ai-06aeb7cf.svg +29 -0
- package/dist/spa/assets/ai-859fb00e.svg +29 -0
- package/dist/spa/assets/al-55b3378b.svg +5 -0
- package/dist/spa/assets/al-57743b2d.svg +5 -0
- package/dist/spa/assets/am-57edcffa.svg +5 -0
- package/dist/spa/assets/am-efb6cdaa.svg +5 -0
- package/dist/spa/assets/ao-4321af76.svg +13 -0
- package/dist/spa/assets/ao-7d6acaf8.svg +13 -0
- package/dist/spa/assets/aq-454424bf.svg +5 -0
- package/dist/spa/assets/aq-733794b7.svg +5 -0
- package/dist/spa/assets/ar-77870402.svg +32 -0
- package/dist/spa/assets/ar-d6beeaa2.svg +32 -0
- package/dist/spa/assets/arab-cf7dc267.svg +109 -0
- package/dist/spa/assets/arab-e6c1aa2e.svg +109 -0
- package/dist/spa/assets/as-40fbde21.svg +73 -0
- package/dist/spa/assets/as-71f068fd.svg +72 -0
- package/dist/spa/assets/at-9ad44039.svg +4 -0
- package/dist/spa/assets/at-c0e5cb3c.svg +4 -0
- package/dist/spa/assets/au-1e6796ab.svg +8 -0
- package/dist/spa/assets/au-cbb2206c.svg +8 -0
- package/dist/spa/assets/aw-6cabd939.svg +186 -0
- package/dist/spa/assets/aw-e3a9f113.svg +186 -0
- package/dist/spa/assets/ax-1f2bddd3.svg +18 -0
- package/dist/spa/assets/ax-4702b3f0.svg +18 -0
- package/dist/spa/assets/az-270a8348.svg +8 -0
- package/dist/spa/assets/az-33ad245b.svg +8 -0
- package/dist/spa/assets/ba-07eced7b.svg +12 -0
- package/dist/spa/assets/ba-b321fe9b.svg +12 -0
- package/dist/spa/assets/bb-46cfd88a.svg +6 -0
- package/dist/spa/assets/bb-9db91e5b.svg +6 -0
- package/dist/spa/assets/bd-1aabb4a7.svg +4 -0
- package/dist/spa/assets/bd-90f8f20e.svg +4 -0
- package/dist/spa/assets/be-ba60828a.svg +7 -0
- package/dist/spa/assets/be-d6aff6fa.svg +7 -0
- package/dist/spa/assets/bf-606b17ad.svg +7 -0
- package/dist/spa/assets/bf-62cdc2bd.svg +7 -0
- package/dist/spa/assets/bg-4943a69e.svg +5 -0
- package/dist/spa/assets/bg-b6d979fc.svg +5 -0
- package/dist/spa/assets/bh-102fe27e.svg +4 -0
- package/dist/spa/assets/bh-7a519f58.svg +4 -0
- package/dist/spa/assets/bi-5ef1a56b.svg +15 -0
- package/dist/spa/assets/bi-9508881d.svg +15 -0
- package/dist/spa/assets/bj-0a46cbae.svg +14 -0
- package/dist/spa/assets/bj-2cbd6426.svg +14 -0
- package/dist/spa/assets/bl-025f596f.svg +7 -0
- package/dist/spa/assets/bl-d511eb84.svg +5 -0
- package/dist/spa/assets/bm-2cbe2ec8.svg +97 -0
- package/dist/spa/assets/bm-45607c46.svg +97 -0
- package/dist/spa/assets/bn-03fb1b01.svg +36 -0
- package/dist/spa/assets/bn-9b051c56.svg +36 -0
- package/dist/spa/assets/bo-9936b5b0.svg +674 -0
- package/dist/spa/assets/bo-e4882f15.svg +674 -0
- package/dist/spa/assets/bq-23881e6c.svg +5 -0
- package/dist/spa/assets/bq-83723941.svg +5 -0
- package/dist/spa/assets/br-45531de3.svg +45 -0
- package/dist/spa/assets/br-a2e451e4.svg +45 -0
- package/dist/spa/assets/bs-1f179c39.svg +13 -0
- package/dist/spa/assets/bs-58cdb6c9.svg +13 -0
- package/dist/spa/assets/bt-04653c4c.svg +89 -0
- package/dist/spa/assets/bt-95eb672d.svg +89 -0
- package/dist/spa/assets/bv-342b164c.svg +13 -0
- package/dist/spa/assets/bv-d972d58c.svg +13 -0
- package/dist/spa/assets/bw-180bfa4e.svg +7 -0
- package/dist/spa/assets/bw-6c89aad0.svg +7 -0
- package/dist/spa/assets/by-62959532.svg +18 -0
- package/dist/spa/assets/by-b5007565.svg +18 -0
- package/dist/spa/assets/bz-7d9d2ef3.svg +145 -0
- package/dist/spa/assets/bz-c5182369.svg +145 -0
- package/dist/spa/assets/ca-5e8736c4.svg +4 -0
- package/dist/spa/assets/ca-6f183784.svg +4 -0
- package/dist/spa/assets/cc-51906da2.svg +19 -0
- package/dist/spa/assets/cc-6ab691df.svg +19 -0
- package/dist/spa/assets/cd-64c360bd.svg +12 -0
- package/dist/spa/assets/cd-ad93c1af.svg +5 -0
- package/dist/spa/assets/cefta-0c277cae.svg +13 -0
- package/dist/spa/assets/cefta-bfefb0f6.svg +13 -0
- package/dist/spa/assets/cf-1b58dc20.svg +15 -0
- package/dist/spa/assets/cf-2e16b1cf.svg +15 -0
- package/dist/spa/assets/cg-628dcfc7.svg +12 -0
- package/dist/spa/assets/cg-9accb522.svg +12 -0
- package/dist/spa/assets/ch-ac676cd3.svg +9 -0
- package/dist/spa/assets/ch-be4b8257.svg +9 -0
- package/dist/spa/assets/ci-4ecfea70.svg +7 -0
- package/dist/spa/assets/ci-c3f20b8e.svg +7 -0
- package/dist/spa/assets/ck-b17c039f.svg +9 -0
- package/dist/spa/assets/ck-e5457495.svg +9 -0
- package/dist/spa/assets/cl-b1ef63f1.svg +13 -0
- package/dist/spa/assets/cl-bcf0ccdf.svg +13 -0
- package/dist/spa/assets/cm-0899a610.svg +15 -0
- package/dist/spa/assets/cm-c9a327dc.svg +15 -0
- package/dist/spa/assets/cn-981da9bd.svg +11 -0
- package/dist/spa/assets/cn-b63401f4.svg +11 -0
- package/dist/spa/assets/co-596558a2.svg +7 -0
- package/dist/spa/assets/co-6bab3c96.svg +7 -0
- package/dist/spa/assets/cp-7dfc8de4.svg +7 -0
- package/dist/spa/assets/cp-bd880fc5.svg +7 -0
- package/dist/spa/assets/cr-4775ef01.svg +7 -0
- package/dist/spa/assets/cr-b70b33c4.svg +7 -0
- package/dist/spa/assets/cu-0234085b.svg +13 -0
- package/dist/spa/assets/cu-15013e0b.svg +13 -0
- package/dist/spa/assets/cv-1f908f34.svg +13 -0
- package/dist/spa/assets/cv-2fa67e0a.svg +13 -0
- package/dist/spa/assets/cw-c845d0ca.svg +14 -0
- package/dist/spa/assets/cw-f4df53da.svg +14 -0
- package/dist/spa/assets/cx-55f4387a.svg +15 -0
- package/dist/spa/assets/cx-ae25f09c.svg +15 -0
- package/dist/spa/assets/cy-591e4d4e.svg +6 -0
- package/dist/spa/assets/cy-c74cf841.svg +6 -0
- package/dist/spa/assets/cz-5a462b5f.svg +5 -0
- package/dist/spa/assets/cz-d601fcc2.svg +5 -0
- package/dist/spa/assets/data.f2552e6f.js +1 -0
- package/dist/spa/assets/de-c02c7eec.svg +5 -0
- package/dist/spa/assets/de-efd480af.svg +5 -0
- package/dist/spa/assets/dg-25d279ba.svg +130 -0
- package/dist/spa/assets/dg-6f80e54a.svg +130 -0
- package/dist/spa/assets/dj-2a22d382.svg +13 -0
- package/dist/spa/assets/dj-84b1dd7e.svg +13 -0
- package/dist/spa/assets/dk-4d7c9c44.svg +5 -0
- package/dist/spa/assets/dk-d2847c0b.svg +5 -0
- package/dist/spa/assets/dm-3eb04b16.svg +152 -0
- package/dist/spa/assets/dm-e7be9ce0.svg +152 -0
- package/dist/spa/assets/do-277d6b3c.svg +121 -0
- package/dist/spa/assets/do-db682b45.svg +123 -0
- package/dist/spa/assets/dz-73f56cc7.svg +5 -0
- package/dist/spa/assets/dz-9ea0cf93.svg +5 -0
- package/dist/spa/assets/eac-0c899038.svg +48 -0
- package/dist/spa/assets/eac-efa22f50.svg +48 -0
- package/dist/spa/assets/ec-0d21faad.svg +138 -0
- package/dist/spa/assets/ec-da347b6c.svg +138 -0
- package/dist/spa/assets/ee-25642310.svg +5 -0
- package/dist/spa/assets/ee-9fbc0f51.svg +5 -0
- package/dist/spa/assets/eg-c5997f42.svg +38 -0
- package/dist/spa/assets/eg-dde2f9b7.svg +38 -0
- package/dist/spa/assets/eh-a957f2ae.svg +16 -0
- package/dist/spa/assets/eh-cc2bf737.svg +11 -0
- package/dist/spa/assets/er-1e5d7569.svg +13 -0
- package/dist/spa/assets/er-fb5f4394.svg +8 -0
- package/dist/spa/assets/es-1d6bfb57.svg +547 -0
- package/dist/spa/assets/es-28172513.svg +544 -0
- package/dist/spa/assets/es-ct-11229703.svg +4 -0
- package/dist/spa/assets/es-ct-95f4033c.svg +4 -0
- package/dist/spa/assets/es-ga-4bbb0eb3.svg +187 -0
- package/dist/spa/assets/es-ga-5642a44f.svg +187 -0
- package/dist/spa/assets/es-pv-70a6e0fb.svg +5 -0
- package/dist/spa/assets/es-pv-f608b2f3.svg +5 -0
- package/dist/spa/assets/et-43d5922f.svg +14 -0
- package/dist/spa/assets/et-e3751fb4.svg +14 -0
- package/dist/spa/assets/eu-019d50bf.svg +28 -0
- package/dist/spa/assets/eu-67040ccd.svg +28 -0
- package/dist/spa/assets/fi-012edd98.svg +5 -0
- package/dist/spa/assets/fi-f4064089.svg +5 -0
- package/dist/spa/assets/files-d47aa854.png +0 -0
- package/dist/spa/assets/fj-2c027e36.svg +120 -0
- package/dist/spa/assets/fj-8db000da.svg +123 -0
- package/dist/spa/assets/fk-8b68c7b9.svg +89 -0
- package/dist/spa/assets/fk-d7a1f432.svg +90 -0
- package/dist/spa/assets/flUhRq6tzZclQEJ-Vdg-IuiaDsNa-fd84f88b.woff +0 -0
- package/dist/spa/assets/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ-4a4dbc62.woff2 +0 -0
- package/dist/spa/assets/fm-23db3e9f.svg +11 -0
- package/dist/spa/assets/fm-3113102b.svg +11 -0
- package/dist/spa/assets/fo-40e76821.svg +12 -0
- package/dist/spa/assets/fo-ec85991b.svg +12 -0
- package/dist/spa/assets/format.93f46e0e.js +1 -0
- package/dist/spa/assets/fr-5cdc5047.svg +5 -0
- package/dist/spa/assets/fr-8cdacc8d.svg +5 -0
- package/dist/spa/assets/ga-cb2951db.svg +7 -0
- package/dist/spa/assets/ga-f7b775c4.svg +7 -0
- package/dist/spa/assets/gb-c8be1e72.svg +7 -0
- package/dist/spa/assets/gb-c9024642.svg +7 -0
- package/dist/spa/assets/gb-eng-2dd36838.svg +5 -0
- package/dist/spa/assets/gb-eng-53797ba9.svg +5 -0
- package/dist/spa/assets/gb-nir-a34747d6.svg +132 -0
- package/dist/spa/assets/gb-nir-fa653b48.svg +131 -0
- package/dist/spa/assets/gb-sct-19ed371e.svg +4 -0
- package/dist/spa/assets/gb-sct-7b55bce7.svg +4 -0
- package/dist/spa/assets/gb-wls-3a95845d.svg +9 -0
- package/dist/spa/assets/gb-wls-d3c5b996.svg +9 -0
- package/dist/spa/assets/gd-05f835f1.svg +27 -0
- package/dist/spa/assets/gd-ecf92e0e.svg +27 -0
- package/dist/spa/assets/ge-3821d90a.svg +6 -0
- package/dist/spa/assets/ge-86bad43b.svg +6 -0
- package/dist/spa/assets/gf-7643aaa7.svg +5 -0
- package/dist/spa/assets/gf-cb5464e2.svg +5 -0
- package/dist/spa/assets/gg-ca797ce5.svg +9 -0
- package/dist/spa/assets/gg-ea806b48.svg +9 -0
- package/dist/spa/assets/gh-53c55ca4.svg +6 -0
- package/dist/spa/assets/gh-5797d82d.svg +6 -0
- package/dist/spa/assets/gi-19c80ad2.svg +32 -0
- package/dist/spa/assets/gi-9fde3a8d.svg +32 -0
- package/dist/spa/assets/gl-15a60b07.svg +4 -0
- package/dist/spa/assets/gl-debe7773.svg +4 -0
- package/dist/spa/assets/gm-2aa3fad4.svg +14 -0
- package/dist/spa/assets/gm-726e760b.svg +9 -0
- package/dist/spa/assets/gn-8d20e686.svg +7 -0
- package/dist/spa/assets/gn-ee01e7dd.svg +7 -0
- package/dist/spa/assets/google-maps-09de8f0f.css +1 -0
- package/dist/spa/assets/google-maps.b98ab36f.js +19 -0
- package/dist/spa/assets/gp-5f0e3566.svg +5 -0
- package/dist/spa/assets/gp-ee9d78d0.svg +5 -0
- package/dist/spa/assets/gq-26bda313.svg +23 -0
- package/dist/spa/assets/gq-b8d96a07.svg +23 -0
- package/dist/spa/assets/gr-a184070f.svg +16 -0
- package/dist/spa/assets/gr-a4519d98.svg +16 -0
- package/dist/spa/assets/gs-ba7c7e0d.svg +133 -0
- package/dist/spa/assets/gs-e1a62dac.svg +132 -0
- package/dist/spa/assets/gt-60de265e.svg +204 -0
- package/dist/spa/assets/gt-6a60b637.svg +204 -0
- package/dist/spa/assets/gu-2301db56.svg +23 -0
- package/dist/spa/assets/gu-e5cb4dff.svg +23 -0
- package/dist/spa/assets/gw-6b81a234.svg +13 -0
- package/dist/spa/assets/gw-8838eee6.svg +15 -0
- package/dist/spa/assets/gy-4564fd57.svg +9 -0
- package/dist/spa/assets/gy-5bd7a7b3.svg +9 -0
- package/dist/spa/assets/hk-cb99edfd.svg +8 -0
- package/dist/spa/assets/hk-d9d142b2.svg +8 -0
- package/dist/spa/assets/hm-6c716b74.svg +8 -0
- package/dist/spa/assets/hm-b57fb521.svg +8 -0
- package/dist/spa/assets/hn-545c93c9.svg +18 -0
- package/dist/spa/assets/hn-67130fa0.svg +18 -0
- package/dist/spa/assets/hr-969d4f47.svg +58 -0
- package/dist/spa/assets/hr-a661f42b.svg +56 -0
- package/dist/spa/assets/ht-2d5cc356.svg +116 -0
- package/dist/spa/assets/ht-d4bab839.svg +116 -0
- package/dist/spa/assets/hu-9e6bc6d7.svg +7 -0
- package/dist/spa/assets/hu-ffc4edd5.svg +7 -0
- package/dist/spa/assets/ic-4e5a5e63.svg +7 -0
- package/dist/spa/assets/ic-9a584e04.svg +7 -0
- package/dist/spa/assets/id-5cd3acc4.svg +4 -0
- package/dist/spa/assets/id-b8cd30f2.svg +4 -0
- package/dist/spa/assets/ie-860168f5.svg +7 -0
- package/dist/spa/assets/ie-f82568d7.svg +7 -0
- package/dist/spa/assets/il-04a099ac.svg +14 -0
- package/dist/spa/assets/il-8cf0b4af.svg +14 -0
- package/dist/spa/assets/im-14dd48d6.svg +36 -0
- package/dist/spa/assets/im-6f212528.svg +36 -0
- package/dist/spa/assets/in-455c32f2.svg +25 -0
- package/dist/spa/assets/in-91185efa.svg +25 -0
- package/dist/spa/assets/index-62169f89.css +5 -0
- package/dist/spa/assets/index.fbe934e4.js +21 -0
- package/dist/spa/assets/io-0561beab.svg +130 -0
- package/dist/spa/assets/io-563ebc69.svg +130 -0
- package/dist/spa/assets/iq-4ab12323.svg +10 -0
- package/dist/spa/assets/iq-b6c0c264.svg +10 -0
- package/dist/spa/assets/ir-83523f8f.svg +219 -0
- package/dist/spa/assets/ir-cb363e09.svg +219 -0
- package/dist/spa/assets/is-4ef2de6f.svg +12 -0
- package/dist/spa/assets/is-e1e1c200.svg +12 -0
- package/dist/spa/assets/it-03086f2e.svg +7 -0
- package/dist/spa/assets/it-9fa88118.svg +7 -0
- package/dist/spa/assets/je-15a1bfeb.svg +62 -0
- package/dist/spa/assets/je-dbdfee3f.svg +62 -0
- package/dist/spa/assets/jm-43b63284.svg +8 -0
- package/dist/spa/assets/jm-f837df1a.svg +8 -0
- package/dist/spa/assets/jo-0ec98db3.svg +16 -0
- package/dist/spa/assets/jo-e3a570d5.svg +16 -0
- package/dist/spa/assets/jp-2bd3a486.svg +11 -0
- package/dist/spa/assets/jp-bfea80ba.svg +11 -0
- package/dist/spa/assets/ke-699163d8.svg +23 -0
- package/dist/spa/assets/ke-e19798c3.svg +23 -0
- package/dist/spa/assets/kg-177caf2d.svg +15 -0
- package/dist/spa/assets/kg-1afbc240.svg +15 -0
- package/dist/spa/assets/kh-65671aad.svg +61 -0
- package/dist/spa/assets/kh-706c89a1.svg +61 -0
- package/dist/spa/assets/ki-7d34b300.svg +36 -0
- package/dist/spa/assets/ki-7f62d1b7.svg +36 -0
- package/dist/spa/assets/km-5816e126.svg +16 -0
- package/dist/spa/assets/km-81e1befb.svg +16 -0
- package/dist/spa/assets/kn-0832acb7.svg +14 -0
- package/dist/spa/assets/kn-dc5eff37.svg +14 -0
- package/dist/spa/assets/kp-3ebcde57.svg +15 -0
- package/dist/spa/assets/kp-c0815d9c.svg +15 -0
- package/dist/spa/assets/kr-7a6cd5b5.svg +24 -0
- package/dist/spa/assets/kr-b6296bfd.svg +17 -0
- package/dist/spa/assets/kw-172a4281.svg +13 -0
- package/dist/spa/assets/kw-adea2b13.svg +13 -0
- package/dist/spa/assets/ky-cedf3c90.svg +103 -0
- package/dist/spa/assets/ky-ea74f388.svg +103 -0
- package/dist/spa/assets/kz-bf7d31b6.svg +36 -0
- package/dist/spa/assets/kz-ff45b584.svg +36 -0
- package/dist/spa/assets/la-da591b98.svg +12 -0
- package/dist/spa/assets/la-db27f2de.svg +12 -0
- package/dist/spa/assets/lb-251c575c.svg +15 -0
- package/dist/spa/assets/lb-4c0ca1b7.svg +15 -0
- package/dist/spa/assets/lc-99645e00.svg +8 -0
- package/dist/spa/assets/lc-f967e635.svg +8 -0
- package/dist/spa/assets/li-42289cca.svg +43 -0
- package/dist/spa/assets/li-6dbe6c67.svg +43 -0
- package/dist/spa/assets/lk-11a11427.svg +22 -0
- package/dist/spa/assets/lk-7cacc04f.svg +22 -0
- package/dist/spa/assets/lr-144dca7c.svg +14 -0
- package/dist/spa/assets/lr-69f2ce4b.svg +14 -0
- package/dist/spa/assets/ls-83d2e415.svg +8 -0
- package/dist/spa/assets/ls-a9f631a2.svg +8 -0
- package/dist/spa/assets/lt-8ef0e9cb.svg +7 -0
- package/dist/spa/assets/lt-dc040199.svg +7 -0
- package/dist/spa/assets/lu-02b43c1a.svg +5 -0
- package/dist/spa/assets/lu-a0a530e3.svg +5 -0
- package/dist/spa/assets/lv-15d4e812.svg +6 -0
- package/dist/spa/assets/lv-f4e0567e.svg +6 -0
- package/dist/spa/assets/ly-47d96b6e.svg +13 -0
- package/dist/spa/assets/ly-66bc7151.svg +13 -0
- package/dist/spa/assets/ma-28cfcdec.svg +4 -0
- package/dist/spa/assets/ma-8f1a0be2.svg +4 -0
- package/dist/spa/assets/mc-690c23fe.svg +6 -0
- package/dist/spa/assets/mc-c3aaba7e.svg +6 -0
- package/dist/spa/assets/md-72e632c4.svg +70 -0
- package/dist/spa/assets/md-969c6b9c.svg +71 -0
- package/dist/spa/assets/me-2d8a2d92.svg +116 -0
- package/dist/spa/assets/me-60100433.svg +118 -0
- package/dist/spa/assets/mf-137b371d.svg +5 -0
- package/dist/spa/assets/mf-65d7d1af.svg +5 -0
- package/dist/spa/assets/mg-59246c21.svg +7 -0
- package/dist/spa/assets/mg-f16ffe66.svg +7 -0
- package/dist/spa/assets/mh-96d7c0b9.svg +7 -0
- package/dist/spa/assets/mh-e0445f99.svg +8 -0
- package/dist/spa/assets/mk-22488dc8.svg +5 -0
- package/dist/spa/assets/mk-8faba052.svg +5 -0
- package/dist/spa/assets/ml-34021383.svg +7 -0
- package/dist/spa/assets/ml-49e84081.svg +7 -0
- package/dist/spa/assets/mm-c0b2e23a.svg +12 -0
- package/dist/spa/assets/mm-ea2756fc.svg +10 -0
- package/dist/spa/assets/mn-adf2695f.svg +14 -0
- package/dist/spa/assets/mn-ec89ba7f.svg +14 -0
- package/dist/spa/assets/mo-72c3a2b0.svg +9 -0
- package/dist/spa/assets/mo-cfdee80e.svg +9 -0
- package/dist/spa/assets/mp-075ddcdb.svg +86 -0
- package/dist/spa/assets/mp-732180a3.svg +86 -0
- package/dist/spa/assets/mq-94315e14.svg +5 -0
- package/dist/spa/assets/mq-e58f7279.svg +5 -0
- package/dist/spa/assets/mr-4ccf1997.svg +6 -0
- package/dist/spa/assets/mr-7f3c3ca0.svg +6 -0
- package/dist/spa/assets/ms-497011d5.svg +29 -0
- package/dist/spa/assets/ms-4c60b890.svg +25 -0
- package/dist/spa/assets/mt-796f6bfa.svg +58 -0
- package/dist/spa/assets/mt-98fb7512.svg +56 -0
- package/dist/spa/assets/mu-3a73b077.svg +8 -0
- package/dist/spa/assets/mu-51f86810.svg +8 -0
- package/dist/spa/assets/mv-5546d527.svg +6 -0
- package/dist/spa/assets/mv-ecc358a3.svg +6 -0
- package/dist/spa/assets/mw-81a7fe8f.svg +10 -0
- package/dist/spa/assets/mw-fbc58ca2.svg +15 -0
- package/dist/spa/assets/mx-0a06e057.svg +382 -0
- package/dist/spa/assets/mx-25aed782.svg +377 -0
- package/dist/spa/assets/my-da82a094.svg +26 -0
- package/dist/spa/assets/my-f0de0c63.svg +18 -0
- package/dist/spa/assets/mz-207c2ddc.svg +21 -0
- package/dist/spa/assets/mz-b77277e6.svg +21 -0
- package/dist/spa/assets/na-caa43fcd.svg +16 -0
- package/dist/spa/assets/na-eee4a9b1.svg +16 -0
- package/dist/spa/assets/nc-7a04d17c.svg +12 -0
- package/dist/spa/assets/nc-f8b9e240.svg +13 -0
- package/dist/spa/assets/ne-4b91653d.svg +6 -0
- package/dist/spa/assets/ne-c92686fc.svg +6 -0
- package/dist/spa/assets/nf-1d8411d2.svg +11 -0
- package/dist/spa/assets/nf-298cf95f.svg +9 -0
- package/dist/spa/assets/ng-a41dbb75.svg +6 -0
- package/dist/spa/assets/ng-b7a2a45a.svg +6 -0
- package/dist/spa/assets/ni-979c81b0.svg +129 -0
- package/dist/spa/assets/ni-f3892526.svg +129 -0
- package/dist/spa/assets/nl-8f691f17.svg +5 -0
- package/dist/spa/assets/nl-d99b87e8.svg +5 -0
- package/dist/spa/assets/no-55fc1564.svg +7 -0
- package/dist/spa/assets/no-ceea17af.svg +7 -0
- package/dist/spa/assets/no-result-1473e903.png +0 -0
- package/dist/spa/assets/np-09078387.svg +13 -0
- package/dist/spa/assets/np-18044dd9.svg +18 -0
- package/dist/spa/assets/nr-c0fc69e7.svg +12 -0
- package/dist/spa/assets/nr-f1de4b06.svg +12 -0
- package/dist/spa/assets/nu-835c94f3.svg +10 -0
- package/dist/spa/assets/nu-93e802ac.svg +10 -0
- package/dist/spa/assets/nz-794a2c8c.svg +36 -0
- package/dist/spa/assets/nz-9e6e1d5e.svg +36 -0
- package/dist/spa/assets/om-bd5e4e78.svg +115 -0
- package/dist/spa/assets/om-fd3c723f.svg +115 -0
- package/dist/spa/assets/pa-0a61ba05.svg +13 -0
- package/dist/spa/assets/pa-6181586e.svg +14 -0
- package/dist/spa/assets/pc-502e1da5.svg +33 -0
- package/dist/spa/assets/pc-540c3f0b.svg +33 -0
- package/dist/spa/assets/pe-c9852484.svg +4 -0
- package/dist/spa/assets/pe-e9dd299d.svg +4 -0
- package/dist/spa/assets/pf-2e2af3a6.svg +18 -0
- package/dist/spa/assets/pf-7568f177.svg +19 -0
- package/dist/spa/assets/pg-39b3e01c.svg +9 -0
- package/dist/spa/assets/pg-7a1f4e7a.svg +16 -0
- package/dist/spa/assets/ph-37c54f47.svg +6 -0
- package/dist/spa/assets/ph-4cccf403.svg +6 -0
- package/dist/spa/assets/pk-490b17d5.svg +15 -0
- package/dist/spa/assets/pk-d4949a03.svg +15 -0
- package/dist/spa/assets/pl-369bb3e1.svg +6 -0
- package/dist/spa/assets/pl-698cda1f.svg +6 -0
- package/dist/spa/assets/plugin-vue_export-helper.21dcd24c.js +1 -0
- package/dist/spa/assets/pm-10cc79ca.svg +5 -0
- package/dist/spa/assets/pm-498e2e96.svg +5 -0
- package/dist/spa/assets/pn-2abb59c8.svg +53 -0
- package/dist/spa/assets/pn-e4bc9080.svg +53 -0
- package/dist/spa/assets/position-engine.8d40bcd7.js +1 -0
- package/dist/spa/assets/pr-044ecbaa.svg +13 -0
- package/dist/spa/assets/pr-968c343f.svg +13 -0
- package/dist/spa/assets/ps-20efb813.svg +15 -0
- package/dist/spa/assets/ps-3045c52b.svg +15 -0
- package/dist/spa/assets/pt-55239976.svg +57 -0
- package/dist/spa/assets/pt-9c5ea4ae.svg +57 -0
- package/dist/spa/assets/pw-77185a59.svg +11 -0
- package/dist/spa/assets/pw-a61ab9d9.svg +11 -0
- package/dist/spa/assets/py-20b8e698.svg +157 -0
- package/dist/spa/assets/py-ce36335f.svg +156 -0
- package/dist/spa/assets/qa-d151a4cb.svg +4 -0
- package/dist/spa/assets/qa-fb955ef3.svg +4 -0
- package/dist/spa/assets/re-7b5a5202.svg +5 -0
- package/dist/spa/assets/re-a5347d1a.svg +7 -0
- package/dist/spa/assets/ro-17a3a747.svg +7 -0
- package/dist/spa/assets/ro-b56a867a.svg +7 -0
- package/dist/spa/assets/rs-840a9b00.svg +292 -0
- package/dist/spa/assets/rs-f1704888.svg +296 -0
- package/dist/spa/assets/rtl.6c6ec198.js +1 -0
- package/dist/spa/assets/ru-7100aaae.svg +5 -0
- package/dist/spa/assets/ru-b89b2309.svg +5 -0
- package/dist/spa/assets/rw-9512100a.svg +13 -0
- package/dist/spa/assets/rw-ada409bb.svg +13 -0
- package/dist/spa/assets/sa-07dd2814.svg +25 -0
- package/dist/spa/assets/sa-81db5d62.svg +25 -0
- package/dist/spa/assets/sb-b34eabf3.svg +13 -0
- package/dist/spa/assets/sb-d089e4d9.svg +13 -0
- package/dist/spa/assets/sc-30cdbe42.svg +7 -0
- package/dist/spa/assets/sc-4363a818.svg +7 -0
- package/dist/spa/assets/sd-25b3fa24.svg +13 -0
- package/dist/spa/assets/sd-61d673be.svg +13 -0
- package/dist/spa/assets/se-73e67d57.svg +4 -0
- package/dist/spa/assets/se-b3b5071e.svg +4 -0
- package/dist/spa/assets/sg-25de9044.svg +13 -0
- package/dist/spa/assets/sg-4aa6c197.svg +13 -0
- package/dist/spa/assets/sh-559acea1.svg +7 -0
- package/dist/spa/assets/sh-ac-0f40c2bc.svg +690 -0
- package/dist/spa/assets/sh-ac-16e23419.svg +689 -0
- package/dist/spa/assets/sh-ccb1ab63.svg +7 -0
- package/dist/spa/assets/sh-hl-406181ee.svg +164 -0
- package/dist/spa/assets/sh-hl-68d0949b.svg +164 -0
- package/dist/spa/assets/sh-ta-279da87c.svg +76 -0
- package/dist/spa/assets/sh-ta-4ac8d5d3.svg +76 -0
- package/dist/spa/assets/si-4d8dd01a.svg +18 -0
- package/dist/spa/assets/si-c73e4b63.svg +18 -0
- package/dist/spa/assets/sj-880802e4.svg +7 -0
- package/dist/spa/assets/sj-b60dad0e.svg +7 -0
- package/dist/spa/assets/sk-933c0e9f.svg +9 -0
- package/dist/spa/assets/sk-e82f6617.svg +9 -0
- package/dist/spa/assets/sl-d0c384b0.svg +7 -0
- package/dist/spa/assets/sl-feb8b966.svg +12 -0
- package/dist/spa/assets/sm-3c448abb.svg +75 -0
- package/dist/spa/assets/sm-e6a39dc7.svg +73 -0
- package/dist/spa/assets/sn-2c7a8737.svg +8 -0
- package/dist/spa/assets/sn-6437db13.svg +8 -0
- package/dist/spa/assets/so-249e1acb.svg +11 -0
- package/dist/spa/assets/so-cdd8759b.svg +11 -0
- package/dist/spa/assets/sr-5194a6af.svg +6 -0
- package/dist/spa/assets/sr-81b54581.svg +6 -0
- package/dist/spa/assets/ss-2f87b259.svg +8 -0
- package/dist/spa/assets/ss-f7ac7017.svg +8 -0
- package/dist/spa/assets/st-73d3798d.svg +16 -0
- package/dist/spa/assets/st-880c17f9.svg +16 -0
- package/dist/spa/assets/sv-94e59678.svg +594 -0
- package/dist/spa/assets/sv-fc3bb719.svg +594 -0
- package/dist/spa/assets/sx-514cc8e6.svg +56 -0
- package/dist/spa/assets/sx-7937e634.svg +56 -0
- package/dist/spa/assets/sy-097f5f00.svg +6 -0
- package/dist/spa/assets/sy-9f4f226b.svg +6 -0
- package/dist/spa/assets/sz-cc06803f.svg +34 -0
- package/dist/spa/assets/sz-f2832775.svg +34 -0
- package/dist/spa/assets/tc-542bbd6b.svg +50 -0
- package/dist/spa/assets/tc-83c26721.svg +50 -0
- package/dist/spa/assets/td-19a278fb.svg +7 -0
- package/dist/spa/assets/td-f5c38f02.svg +7 -0
- package/dist/spa/assets/tf-0bf7174a.svg +15 -0
- package/dist/spa/assets/tf-9249adfa.svg +15 -0
- package/dist/spa/assets/tg-33598cd0.svg +14 -0
- package/dist/spa/assets/tg-ec624b49.svg +14 -0
- package/dist/spa/assets/th-329cc0d5.svg +7 -0
- package/dist/spa/assets/th-bb8a18d6.svg +7 -0
- package/dist/spa/assets/tj-29eb9e2b.svg +26 -0
- package/dist/spa/assets/tj-93a976af.svg +22 -0
- package/dist/spa/assets/tk-4c433207.svg +5 -0
- package/dist/spa/assets/tk-8040c00b.svg +5 -0
- package/dist/spa/assets/tl-09c763aa.svg +13 -0
- package/dist/spa/assets/tl-caf45b73.svg +13 -0
- package/dist/spa/assets/tm-257cc21c.svg +204 -0
- package/dist/spa/assets/tm-b6616048.svg +205 -0
- package/dist/spa/assets/tn-8e0274e5.svg +4 -0
- package/dist/spa/assets/tn-bddf1a6c.svg +4 -0
- package/dist/spa/assets/to-8f2f476b.svg +10 -0
- package/dist/spa/assets/to-b351703f.svg +10 -0
- package/dist/spa/assets/tr-256a1d6a.svg +8 -0
- package/dist/spa/assets/tr-d83c3693.svg +8 -0
- package/dist/spa/assets/tt-04c13dcd.svg +5 -0
- package/dist/spa/assets/tt-4be02a2c.svg +7 -0
- package/dist/spa/assets/tv-7415f816.svg +9 -0
- package/dist/spa/assets/tv-d94fa5f1.svg +9 -0
- package/dist/spa/assets/tw-931757f0.svg +34 -0
- package/dist/spa/assets/tw-c04cf00d.svg +32 -0
- package/dist/spa/assets/tz-0c1241a5.svg +15 -0
- package/dist/spa/assets/tz-fd317aba.svg +13 -0
- package/dist/spa/assets/ua-2d869c23.svg +6 -0
- package/dist/spa/assets/ua-fd9ad29b.svg +6 -0
- package/dist/spa/assets/ug-1c2dc80a.svg +30 -0
- package/dist/spa/assets/ug-cfbbc57e.svg +30 -0
- package/dist/spa/assets/um-32796aeb.svg +9 -0
- package/dist/spa/assets/um-60a63330.svg +9 -0
- package/dist/spa/assets/un-1bbe9b9f.svg +16 -0
- package/dist/spa/assets/un-8cf05f44.svg +16 -0
- package/dist/spa/assets/us-633325cb.svg +9 -0
- package/dist/spa/assets/us-e7be4240.svg +9 -0
- package/dist/spa/assets/use-dark.f9e4c52e.js +1 -0
- package/dist/spa/assets/use-tick.25cd130f.js +1 -0
- package/dist/spa/assets/use-timeout.68aa88bf.js +1 -0
- package/dist/spa/assets/uy-47656c0b.svg +28 -0
- package/dist/spa/assets/uy-560c003d.svg +28 -0
- package/dist/spa/assets/uz-62ce6f10.svg +30 -0
- package/dist/spa/assets/uz-8f09f1fe.svg +30 -0
- package/dist/spa/assets/va-3de11ade.svg +190 -0
- package/dist/spa/assets/va-78d508db.svg +190 -0
- package/dist/spa/assets/vc-31d13bf0.svg +8 -0
- package/dist/spa/assets/vc-4e0a8644.svg +8 -0
- package/dist/spa/assets/ve-5712f1c6.svg +26 -0
- package/dist/spa/assets/ve-9052562f.svg +26 -0
- package/dist/spa/assets/vg-7cd2b24c.svg +59 -0
- package/dist/spa/assets/vg-f56ce78b.svg +59 -0
- package/dist/spa/assets/vi-91e6caf9.svg +28 -0
- package/dist/spa/assets/vi-990cfac9.svg +28 -0
- package/dist/spa/assets/vn-23550372.svg +11 -0
- package/dist/spa/assets/vn-7b590ecf.svg +11 -0
- package/dist/spa/assets/vu-03137169.svg +21 -0
- package/dist/spa/assets/vu-f7bd4168.svg +21 -0
- package/dist/spa/assets/wf-ad34db05.svg +5 -0
- package/dist/spa/assets/wf-da8ca66e.svg +5 -0
- package/dist/spa/assets/ws-48d15d76.svg +7 -0
- package/dist/spa/assets/ws-6b1a7ebc.svg +7 -0
- package/dist/spa/assets/xk-b73926fa.svg +5 -0
- package/dist/spa/assets/xk-e5bdc61c.svg +5 -0
- package/dist/spa/assets/xx-5f776f5b.svg +4 -0
- package/dist/spa/assets/xx-84717c7a.svg +4 -0
- package/dist/spa/assets/ye-4ad43705.svg +7 -0
- package/dist/spa/assets/ye-8ff200c9.svg +7 -0
- package/dist/spa/assets/yt-5a57b00a.svg +5 -0
- package/dist/spa/assets/yt-f6ed4975.svg +5 -0
- package/dist/spa/assets/za-004caac0.svg +17 -0
- package/dist/spa/assets/za-1755a5e1.svg +17 -0
- package/dist/spa/assets/zm-32fbded9.svg +27 -0
- package/dist/spa/assets/zm-65843e27.svg +27 -0
- package/dist/spa/assets/zw-bc95d191.svg +21 -0
- package/dist/spa/assets/zw-de8ce588.svg +21 -0
- package/dist/spa/favicon.ico +0 -0
- package/dist/spa/icons/caret-down.svg +5 -0
- package/dist/spa/icons/chevron-left.svg +5 -0
- package/dist/spa/icons/chevron-right.svg +5 -0
- package/dist/spa/icons/favicon-128x128.png +0 -0
- package/dist/spa/icons/favicon-16x16.png +0 -0
- package/dist/spa/icons/favicon-32x32.png +0 -0
- package/dist/spa/icons/favicon-96x96.png +0 -0
- package/dist/spa/icons/logo-s.svg +13 -0
- package/dist/spa/icons/logo.svg +19 -0
- package/dist/spa/icons/visa.svg +4 -0
- package/dist/spa/images/logo.svg +19 -0
- package/dist/spa/index.html +3 -0
- package/dist/spa/js/maps.js +40 -0
- package/package.json +12 -6
- package/src/components/core/UTabBtnStd.vue +0 -153
- package/src/components/index.js +0 -24
- /package/{src → dist/component-library}/components/ComponentLink.vue +0 -0
- /package/{src → dist/component-library}/components/core/UAvatarGroup.vue +0 -0
- /package/{src → dist/component-library}/components/core/UBadgeStd.vue +0 -0
|
@@ -0,0 +1,797 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { computed, ref } from 'vue'
|
|
3
|
+
import UAvatar from './UAvatar.vue'
|
|
4
|
+
import UBtnIcon from './UBtnIcon.vue'
|
|
5
|
+
import UBtnStd from './UBtnStd.vue'
|
|
6
|
+
import UCheckboxStd from './UCheckboxStd.vue'
|
|
7
|
+
import UChip from './UChip.vue'
|
|
8
|
+
import UMenuDropdown from './UMenuDropdown.vue'
|
|
9
|
+
import UPagination from './UPagination.vue'
|
|
10
|
+
import UTable from './UTable/UTable.vue'
|
|
11
|
+
import UTd from './UTable/UTd.vue'
|
|
12
|
+
import UTh from './UTable/UTh.vue'
|
|
13
|
+
import UTr from './UTable/UTr.vue'
|
|
14
|
+
|
|
15
|
+
const props = defineProps({
|
|
16
|
+
title: {
|
|
17
|
+
type: String,
|
|
18
|
+
default: '',
|
|
19
|
+
},
|
|
20
|
+
tableRowHover: {
|
|
21
|
+
type: Boolean,
|
|
22
|
+
default: false,
|
|
23
|
+
},
|
|
24
|
+
separator: {
|
|
25
|
+
type: String,
|
|
26
|
+
default: 'horizontal',
|
|
27
|
+
},
|
|
28
|
+
multiSelection: {
|
|
29
|
+
type: Boolean,
|
|
30
|
+
default: false,
|
|
31
|
+
},
|
|
32
|
+
flat: {
|
|
33
|
+
type: Boolean,
|
|
34
|
+
default: false,
|
|
35
|
+
},
|
|
36
|
+
bordered: {
|
|
37
|
+
type: Boolean,
|
|
38
|
+
default: false,
|
|
39
|
+
},
|
|
40
|
+
grid: {
|
|
41
|
+
type: Boolean,
|
|
42
|
+
default: false,
|
|
43
|
+
},
|
|
44
|
+
virtualScroll: {
|
|
45
|
+
type: Boolean,
|
|
46
|
+
default: false,
|
|
47
|
+
},
|
|
48
|
+
verticalMoreActions: {
|
|
49
|
+
type: Boolean,
|
|
50
|
+
default: false,
|
|
51
|
+
},
|
|
52
|
+
stickyHeader: {
|
|
53
|
+
type: Boolean,
|
|
54
|
+
default: false,
|
|
55
|
+
},
|
|
56
|
+
isCustomSort: {
|
|
57
|
+
type: Boolean,
|
|
58
|
+
default: false,
|
|
59
|
+
},
|
|
60
|
+
customClass: {
|
|
61
|
+
type: String,
|
|
62
|
+
default: '',
|
|
63
|
+
},
|
|
64
|
+
showPagination: {
|
|
65
|
+
type: Boolean,
|
|
66
|
+
default: true,
|
|
67
|
+
},
|
|
68
|
+
})
|
|
69
|
+
|
|
70
|
+
const emit = defineEmits(['onCustomSort'])
|
|
71
|
+
|
|
72
|
+
const selectedRows = defineModel('selectedRows', {
|
|
73
|
+
default: () => [],
|
|
74
|
+
type: Array,
|
|
75
|
+
})
|
|
76
|
+
const rows = defineModel('rows', {
|
|
77
|
+
default: () => [],
|
|
78
|
+
type: Array,
|
|
79
|
+
})
|
|
80
|
+
const columns = defineModel('columns', {
|
|
81
|
+
default: () => [],
|
|
82
|
+
type: Array,
|
|
83
|
+
})
|
|
84
|
+
const pagination = defineModel('pagination', {
|
|
85
|
+
default: { page: 1, rowsPerPage: 15 },
|
|
86
|
+
type: Object,
|
|
87
|
+
})
|
|
88
|
+
const loading = defineModel('loading', {
|
|
89
|
+
default: () => {},
|
|
90
|
+
type: Boolean,
|
|
91
|
+
})
|
|
92
|
+
|
|
93
|
+
const customLoading = ref(false)
|
|
94
|
+
const rowsPerPageOptions = ref([
|
|
95
|
+
{ label: '5 / per page', value: 5 },
|
|
96
|
+
{ label: '10 / per page', value: 10 },
|
|
97
|
+
{ label: '15 / per page', value: 15 },
|
|
98
|
+
{ label: '20 / per page', value: 20 },
|
|
99
|
+
{ label: '25 / per page', value: 25 },
|
|
100
|
+
])
|
|
101
|
+
const tableDataChip = ref(true) // this is required to show chip
|
|
102
|
+
const openMenu = ref([])
|
|
103
|
+
const hoveringButton = ref({})
|
|
104
|
+
const hoveringMenu = ref({})
|
|
105
|
+
|
|
106
|
+
// if virtual scroll is enbaled then adding large rows per page to view in virtual scroll
|
|
107
|
+
const getRowsPerPageOptions = computed(() => {
|
|
108
|
+
if (props.virtualScroll) {
|
|
109
|
+
return [
|
|
110
|
+
...rowsPerPageOptions.value,
|
|
111
|
+
{ label: '100 / per page', value: 100 },
|
|
112
|
+
{ label: '500 / per page', value: 500 },
|
|
113
|
+
{ label: '1000 / per page', value: 1000 },
|
|
114
|
+
]
|
|
115
|
+
} else {
|
|
116
|
+
return rowsPerPageOptions.value
|
|
117
|
+
}
|
|
118
|
+
})
|
|
119
|
+
|
|
120
|
+
//adding a new row to selectedRows
|
|
121
|
+
const handleToSelectRow = (row) => {
|
|
122
|
+
if (row) {
|
|
123
|
+
const index = selectedRows.value.findIndex((item) => item._id === row._id)
|
|
124
|
+
if (index === -1) {
|
|
125
|
+
selectedRows.value.push(row)
|
|
126
|
+
} else {
|
|
127
|
+
selectedRows.value.splice(index, 1)
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
//getting the sorted icon according the order
|
|
133
|
+
const getSortingIcon = (col) => {
|
|
134
|
+
if (col) {
|
|
135
|
+
if (col.sortOrder === 'asc') {
|
|
136
|
+
return 'fa-kit fa-ascending'
|
|
137
|
+
} else {
|
|
138
|
+
return 'fa-kit fa-descending'
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
// it is giving the selected row and setting the new selection
|
|
144
|
+
const isRowSelected = (row) => {
|
|
145
|
+
if (row) {
|
|
146
|
+
const index = selectedRows.value.findIndex((item) => item._id === row._id)
|
|
147
|
+
return computed({
|
|
148
|
+
get: () => {
|
|
149
|
+
return index === -1 ? false : true
|
|
150
|
+
},
|
|
151
|
+
set: () => {
|
|
152
|
+
if (index === -1) {
|
|
153
|
+
selectedRows.value.push(row)
|
|
154
|
+
} else {
|
|
155
|
+
selectedRows.value.splice(index, 1)
|
|
156
|
+
}
|
|
157
|
+
},
|
|
158
|
+
})
|
|
159
|
+
} else {
|
|
160
|
+
return computed({
|
|
161
|
+
get: () => {
|
|
162
|
+
let dataLength = props.rows.length
|
|
163
|
+
return selectedRows.value.length === dataLength
|
|
164
|
+
? true
|
|
165
|
+
: selectedRows.value.length === 0
|
|
166
|
+
? false
|
|
167
|
+
: null
|
|
168
|
+
},
|
|
169
|
+
set: (value) => {
|
|
170
|
+
if (value !== null) {
|
|
171
|
+
selectedRows.value.splice(0, selectedRows.value.length)
|
|
172
|
+
} else {
|
|
173
|
+
handleSelectAllData().then((res) => {
|
|
174
|
+
if (res === 200) {
|
|
175
|
+
customLoading.value = false
|
|
176
|
+
}
|
|
177
|
+
})
|
|
178
|
+
}
|
|
179
|
+
},
|
|
180
|
+
})
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
// handling the large selection data in chunks
|
|
185
|
+
const handleSelectAllData = () => {
|
|
186
|
+
customLoading.value = true
|
|
187
|
+
return new Promise((resolve, reject) => {
|
|
188
|
+
let index = 0
|
|
189
|
+
function processChunk() {
|
|
190
|
+
if (index >= rows.value.length) {
|
|
191
|
+
resolve(200)
|
|
192
|
+
return
|
|
193
|
+
}
|
|
194
|
+
const chunk = props.rows.slice(index, index + 25)
|
|
195
|
+
chunk.forEach((element) => {
|
|
196
|
+
if (
|
|
197
|
+
selectedRows.value.findIndex((item) => item._id === element._id) ===
|
|
198
|
+
-1
|
|
199
|
+
) {
|
|
200
|
+
selectedRows.value.push(element)
|
|
201
|
+
}
|
|
202
|
+
})
|
|
203
|
+
index += 25
|
|
204
|
+
setTimeout(processChunk, 10)
|
|
205
|
+
}
|
|
206
|
+
try {
|
|
207
|
+
processChunk()
|
|
208
|
+
} catch {
|
|
209
|
+
reject('error')
|
|
210
|
+
}
|
|
211
|
+
})
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
// sorting funtion to handle text and number type of data
|
|
215
|
+
const dataSort = (data, key, order, type) => {
|
|
216
|
+
if (type === 'text') {
|
|
217
|
+
return data.sort((a, b) =>
|
|
218
|
+
order === 'asc'
|
|
219
|
+
? a[key].localeCompare(b[key])
|
|
220
|
+
: b[key].localeCompare(a[key])
|
|
221
|
+
)
|
|
222
|
+
} else {
|
|
223
|
+
return data.sort((a, b) =>
|
|
224
|
+
order === 'asc' ? a[key] - b[key] : b[key] - a[key]
|
|
225
|
+
)
|
|
226
|
+
}
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
//it is sorting the data according to type like text or number type of data
|
|
230
|
+
const handleSort = (key, sortOrder, type) => {
|
|
231
|
+
rows.value = dataSort(rows.value, key, sortOrder, type)
|
|
232
|
+
columns.value.forEach((col) => {
|
|
233
|
+
if (key === col.field) {
|
|
234
|
+
col.sortOrder = sortOrder === 'asc' ? 'desc' : 'asc'
|
|
235
|
+
}
|
|
236
|
+
})
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
//if user want to add custom sort on data
|
|
240
|
+
const handleCustomSort = (key, sortOrder, type) => {
|
|
241
|
+
emit('onCustomSort', key, sortOrder, type)
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
//adding a new row to selectedRows
|
|
245
|
+
const onRowClick = (event, row) => {
|
|
246
|
+
if (props.multiSelection) {
|
|
247
|
+
event.stopPropagation()
|
|
248
|
+
handleToSelectRow(row)
|
|
249
|
+
}
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
//getting the chip color accroding to value of chip from row
|
|
253
|
+
const getChipColor = (data, value) => {
|
|
254
|
+
const foundObject = data.find((chip) => chip.value === value)
|
|
255
|
+
if (foundObject) {
|
|
256
|
+
return foundObject['color']
|
|
257
|
+
} else {
|
|
258
|
+
return 'neutral-3'
|
|
259
|
+
}
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
// handle to change the page, and if virtual scroll is enabled and user scrolled to bottom it will take user to the top
|
|
263
|
+
const onPageChange = (value) => {
|
|
264
|
+
pagination.value.page = value
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
//handle to change the rows per page
|
|
268
|
+
const onRowPerPageChange = (value) => {
|
|
269
|
+
pagination.value.rowsPerPage = value
|
|
270
|
+
}
|
|
271
|
+
|
|
272
|
+
const handleMenuEventStop = (e) => {
|
|
273
|
+
e.preventDefault()
|
|
274
|
+
e.stopPropagation()
|
|
275
|
+
}
|
|
276
|
+
|
|
277
|
+
const handleMouseEnter = (type, index) => {
|
|
278
|
+
if (type === 'button') {
|
|
279
|
+
hoveringButton.value[index] = true
|
|
280
|
+
} else {
|
|
281
|
+
hoveringMenu.value[index] = true
|
|
282
|
+
}
|
|
283
|
+
openMenu.value[index] = true
|
|
284
|
+
}
|
|
285
|
+
|
|
286
|
+
const handleMouseLeave = (type, index) => {
|
|
287
|
+
if (type === 'button') {
|
|
288
|
+
hoveringButton.value[index] = false
|
|
289
|
+
} else {
|
|
290
|
+
hoveringMenu.value[index] = false
|
|
291
|
+
}
|
|
292
|
+
setTimeout(() => {
|
|
293
|
+
if (!hoveringButton.value[index] && !hoveringMenu.value[index]) {
|
|
294
|
+
openMenu.value[index] = false
|
|
295
|
+
}
|
|
296
|
+
}, 100)
|
|
297
|
+
}
|
|
298
|
+
</script>
|
|
299
|
+
|
|
300
|
+
<template>
|
|
301
|
+
<UTable
|
|
302
|
+
:title="title"
|
|
303
|
+
v-model:rows="rows"
|
|
304
|
+
v-model:columns="columns"
|
|
305
|
+
:separator="separator"
|
|
306
|
+
:loading="loading"
|
|
307
|
+
:flat="flat"
|
|
308
|
+
:bordered="bordered"
|
|
309
|
+
v-model:pagination="pagination"
|
|
310
|
+
:grid="grid"
|
|
311
|
+
:virtualScroll="virtualScroll"
|
|
312
|
+
:stickyHeader="stickyHeader"
|
|
313
|
+
:class="customClass"
|
|
314
|
+
:showPagination="showPagination"
|
|
315
|
+
>
|
|
316
|
+
<!-- custom header slot to add customized header -->
|
|
317
|
+
<template v-slot:header="props">
|
|
318
|
+
<UTr :props="props" :tableRowHover="tableRowHover">
|
|
319
|
+
<UTh
|
|
320
|
+
v-if="multiSelection"
|
|
321
|
+
style="width: 3% !important"
|
|
322
|
+
:tableHeaderAutoWidth="false"
|
|
323
|
+
tableHeadAlignment="left"
|
|
324
|
+
:separator="separator"
|
|
325
|
+
>
|
|
326
|
+
<UCheckboxStd
|
|
327
|
+
:id="`u-checkbox-table-header`"
|
|
328
|
+
v-model="isRowSelected(null).value"
|
|
329
|
+
name="Table Header"
|
|
330
|
+
:indeterminate="true"
|
|
331
|
+
/>
|
|
332
|
+
</UTh>
|
|
333
|
+
<template v-for="(col, key) in props.cols">
|
|
334
|
+
<UTh
|
|
335
|
+
v-if="typeof col.show === 'undefined' || col.show"
|
|
336
|
+
:class="`${col.sortable ? 'cursor-pointer' : ''} ${
|
|
337
|
+
col.headerClasses
|
|
338
|
+
}`"
|
|
339
|
+
:key="key"
|
|
340
|
+
:tableHeaderAutoWidth="col.autoWidth"
|
|
341
|
+
:tableHeadAlignment="col.field === 'action' ? col.align : col.align"
|
|
342
|
+
@click="
|
|
343
|
+
col.sortable
|
|
344
|
+
? isCustomSort
|
|
345
|
+
? handleCustomSort(col.field, col.sortOrder, col.type)
|
|
346
|
+
: handleSort(col.field, col.sortOrder, col.type)
|
|
347
|
+
: null
|
|
348
|
+
"
|
|
349
|
+
:separator="separator"
|
|
350
|
+
:style="col.headerStyle"
|
|
351
|
+
>
|
|
352
|
+
<span
|
|
353
|
+
:class="`${col.field === 'action' ? 'hidden-header-label' : ''}`"
|
|
354
|
+
>
|
|
355
|
+
{{ col.field === 'action' ? 'Action' : col.label }}
|
|
356
|
+
</span>
|
|
357
|
+
|
|
358
|
+
<span v-if="col.sortable && col.field !== 'action'">
|
|
359
|
+
<UBtnIcon
|
|
360
|
+
:class="`more-action-icon cursor-pointer`"
|
|
361
|
+
:iconClass="`${getSortingIcon(col)}`"
|
|
362
|
+
ref="btn-icon"
|
|
363
|
+
:aria-label="`Sort ${col.label}`"
|
|
364
|
+
size="sm"
|
|
365
|
+
/>
|
|
366
|
+
</span>
|
|
367
|
+
</UTh>
|
|
368
|
+
</template>
|
|
369
|
+
</UTr>
|
|
370
|
+
</template>
|
|
371
|
+
<!-- custom body slots to add customized cell data -->
|
|
372
|
+
<template v-slot:body="props">
|
|
373
|
+
<UTr
|
|
374
|
+
:class="`${isRowSelected(props.row).value ? 'selected-data-row' : ''}`"
|
|
375
|
+
:props="props"
|
|
376
|
+
:tableRowHover="tableRowHover"
|
|
377
|
+
@click="onRowClick($event, props.row)"
|
|
378
|
+
>
|
|
379
|
+
<UTd
|
|
380
|
+
v-if="multiSelection"
|
|
381
|
+
:index="-1"
|
|
382
|
+
tableDataAlignment="left"
|
|
383
|
+
:tableHeaderAutoWidth="false"
|
|
384
|
+
:separator="separator"
|
|
385
|
+
>
|
|
386
|
+
<UCheckboxStd
|
|
387
|
+
:id="`u-checkbox-${props.row._id}`"
|
|
388
|
+
v-model="isRowSelected(props.row).value"
|
|
389
|
+
:name="props.row._id"
|
|
390
|
+
/>
|
|
391
|
+
</UTd>
|
|
392
|
+
<template v-for="(col, index) in props.cols" :key="index">
|
|
393
|
+
<!-- to show the cell data without the action cell -->
|
|
394
|
+
<UTd
|
|
395
|
+
v-if="
|
|
396
|
+
col.field !== 'action' &&
|
|
397
|
+
(typeof col.show === 'undefined' || col.show)
|
|
398
|
+
"
|
|
399
|
+
:row="props.row"
|
|
400
|
+
:col="col"
|
|
401
|
+
:index="index"
|
|
402
|
+
:tableDataAlignment="col.align"
|
|
403
|
+
:tableDataAutoWidth="col.autoWidth"
|
|
404
|
+
:separator="separator"
|
|
405
|
+
:style="col.style"
|
|
406
|
+
:class="col.classes"
|
|
407
|
+
>
|
|
408
|
+
<!-- to show the chips with different variant -->
|
|
409
|
+
<template v-if="col.chipValues && col.chipValues.length > 0">
|
|
410
|
+
<UChip
|
|
411
|
+
v-model="tableDataChip"
|
|
412
|
+
:type="getChipColor(col.chipValues, props.row[col.field])"
|
|
413
|
+
avatarLabel=""
|
|
414
|
+
:chipLabel="props.row[col.field].toString()"
|
|
415
|
+
:removable="false"
|
|
416
|
+
class="u-table-chip"
|
|
417
|
+
:is-show-tooltip="col.showChipTooltip"
|
|
418
|
+
:offset="col.offset"
|
|
419
|
+
:anchor="col.anchor"
|
|
420
|
+
:dense="col.denseChip"
|
|
421
|
+
/>
|
|
422
|
+
</template>
|
|
423
|
+
<!-- to show the avatar of user image with name and other details -->
|
|
424
|
+
<template v-else-if="col.avatarKey">
|
|
425
|
+
<div class="flex justify-start items-center">
|
|
426
|
+
<div
|
|
427
|
+
v-if="
|
|
428
|
+
props.row[col.avatarKey] &&
|
|
429
|
+
typeof props.row[col.avatarKey] === 'object'
|
|
430
|
+
"
|
|
431
|
+
class="table-data-avatar"
|
|
432
|
+
>
|
|
433
|
+
<UAvatar
|
|
434
|
+
v-if="props.row[col.avatarKey]?.type === 'initials'"
|
|
435
|
+
size="md"
|
|
436
|
+
:name="`${props.row[col.avatarKey]?.value}`"
|
|
437
|
+
/>
|
|
438
|
+
<UAvatar
|
|
439
|
+
v-else-if="props.row[col.avatarKey]?.type === 'image'"
|
|
440
|
+
size="md"
|
|
441
|
+
:name="
|
|
442
|
+
props.row[col.avatarKey]?.name ??
|
|
443
|
+
props.row[col.avatarKey]?.value
|
|
444
|
+
"
|
|
445
|
+
:image="`${props.row[col.avatarKey]?.value}`"
|
|
446
|
+
/>
|
|
447
|
+
</div>
|
|
448
|
+
<div v-else class="table-data-avatar">
|
|
449
|
+
<UAvatar
|
|
450
|
+
size="md"
|
|
451
|
+
:name="`${props.row[col.avatarKey]}`"
|
|
452
|
+
:image="`${props.row[col.avatarKey]}`"
|
|
453
|
+
/>
|
|
454
|
+
</div>
|
|
455
|
+
<div class="td-grid-content">
|
|
456
|
+
<div>{{ props.row[col.field] }}</div>
|
|
457
|
+
<div class="td-caption text-body-xs" v-if="col.captionKey">
|
|
458
|
+
{{ props.row[col.captionKey] }}
|
|
459
|
+
</div>
|
|
460
|
+
</div>
|
|
461
|
+
</div>
|
|
462
|
+
</template>
|
|
463
|
+
<!-- to show other cell data -->
|
|
464
|
+
<template v-else>
|
|
465
|
+
<div class="td-grid-content">
|
|
466
|
+
<div v-if="col.type !== 'icon'">
|
|
467
|
+
{{ props.row[col.field] }}
|
|
468
|
+
</div>
|
|
469
|
+
<div v-else-if="col.type === 'icon'">
|
|
470
|
+
<template v-if="props.row[col.field]">
|
|
471
|
+
<q-icon
|
|
472
|
+
:class="props.row[col.field]"
|
|
473
|
+
:aria-label="props.row.ariaLabel"
|
|
474
|
+
:alt="props.row.ariaLabel"
|
|
475
|
+
:color="props?.row?.iconColor ?? 'primary'"
|
|
476
|
+
size="1.5rem"
|
|
477
|
+
/>
|
|
478
|
+
</template>
|
|
479
|
+
</div>
|
|
480
|
+
<div
|
|
481
|
+
class="td-caption text-body-xs"
|
|
482
|
+
v-if="col.captionKey && col.type !== 'icon'"
|
|
483
|
+
>
|
|
484
|
+
{{ props.row[col.captionKey] }}
|
|
485
|
+
</div>
|
|
486
|
+
</div>
|
|
487
|
+
</template>
|
|
488
|
+
</UTd>
|
|
489
|
+
<!-- to the action cell, it can have single and multiple -->
|
|
490
|
+
|
|
491
|
+
<UTd
|
|
492
|
+
v-else-if="typeof col.show === 'undefined' || col.show"
|
|
493
|
+
:class="col.classes"
|
|
494
|
+
:index="index"
|
|
495
|
+
:tableDataAlignment="col.align"
|
|
496
|
+
:tableDataAutoWidth="false"
|
|
497
|
+
style="width: 3%"
|
|
498
|
+
:separator="separator"
|
|
499
|
+
:style="col.style"
|
|
500
|
+
>
|
|
501
|
+
<template v-if="col.actions && col.actions.length === 1">
|
|
502
|
+
<template v-for="(action, key) in col.actions" :key="key">
|
|
503
|
+
<UBtnStd
|
|
504
|
+
v-if="
|
|
505
|
+
typeof action.hide === 'function'
|
|
506
|
+
? !action.hide(props.row)
|
|
507
|
+
: true
|
|
508
|
+
"
|
|
509
|
+
:key="key"
|
|
510
|
+
:label="action.label"
|
|
511
|
+
:flat="action.flat"
|
|
512
|
+
:outline="action.outline"
|
|
513
|
+
:leftIcon="action.icon"
|
|
514
|
+
:color="action.color"
|
|
515
|
+
:disable="
|
|
516
|
+
typeof action.disable === 'function' &&
|
|
517
|
+
action.disable(props.row)
|
|
518
|
+
"
|
|
519
|
+
:size="action.size"
|
|
520
|
+
@onClick="action.handler(props.row)"
|
|
521
|
+
/>
|
|
522
|
+
</template>
|
|
523
|
+
</template>
|
|
524
|
+
<!-- to show the actions list if the actions are multiple -->
|
|
525
|
+
<template v-else>
|
|
526
|
+
<UBtnIcon
|
|
527
|
+
:key="index"
|
|
528
|
+
:class="`action-icon cursor-pointer`"
|
|
529
|
+
iconClass="fa-kit fa-ellipsis-vertical"
|
|
530
|
+
ref="btn-icon"
|
|
531
|
+
ariaLabel="More action"
|
|
532
|
+
@focus="handleMouseEnter('button', props.row.id)"
|
|
533
|
+
@mouseover="handleMouseEnter('button', props.row.id)"
|
|
534
|
+
@mouseleave="handleMouseLeave('button', props.row.id)"
|
|
535
|
+
@blur="handleMouseLeave('button', props.row.id)"
|
|
536
|
+
@click.stop="handleMenuEventStop"
|
|
537
|
+
>
|
|
538
|
+
<template #menu>
|
|
539
|
+
<q-menu
|
|
540
|
+
v-if="!verticalMoreActions"
|
|
541
|
+
v-model="openMenu[props.row.id]"
|
|
542
|
+
role="list"
|
|
543
|
+
no-focus
|
|
544
|
+
no-refocus
|
|
545
|
+
persistent
|
|
546
|
+
@focus="handleMouseEnter('button', props.row.id)"
|
|
547
|
+
@mouseleave="handleMouseLeave('menu', props.row.id)"
|
|
548
|
+
@mouseover="handleMouseEnter('menu', props.row.id)"
|
|
549
|
+
@blur="handleMouseLeave('button', props.row.id)"
|
|
550
|
+
>
|
|
551
|
+
<div
|
|
552
|
+
:class="`${
|
|
553
|
+
verticalMoreActions ? 'vertical' : 'horizontal'
|
|
554
|
+
}-more-action-wrapper more-action-common`"
|
|
555
|
+
>
|
|
556
|
+
<template v-for="(action, key) in col.actions" :key="key">
|
|
557
|
+
<UBtnIcon
|
|
558
|
+
v-if="
|
|
559
|
+
typeof action.hide === 'function'
|
|
560
|
+
? !action.hide(props.row)
|
|
561
|
+
: true && !verticalMoreActions
|
|
562
|
+
"
|
|
563
|
+
:id="`more-action-${key}`"
|
|
564
|
+
:class="`more-action-icon cursor-pointer`"
|
|
565
|
+
:iconClass="action.icon"
|
|
566
|
+
ref="btn-icon"
|
|
567
|
+
:ariaLabel="action.label"
|
|
568
|
+
:disable="
|
|
569
|
+
typeof action.disable === 'function' &&
|
|
570
|
+
action.disable(props.row)
|
|
571
|
+
"
|
|
572
|
+
:size="action.size"
|
|
573
|
+
:tooltip="action.tooltip"
|
|
574
|
+
@onClick="action.handler(props.row)"
|
|
575
|
+
@click.stop="handleMenuEventStop"
|
|
576
|
+
@focus="handleMouseEnter('button', props.row.id)"
|
|
577
|
+
/>
|
|
578
|
+
</template>
|
|
579
|
+
</div>
|
|
580
|
+
</q-menu>
|
|
581
|
+
|
|
582
|
+
<q-menu
|
|
583
|
+
v-else
|
|
584
|
+
v-model="openMenu[props.row.id]"
|
|
585
|
+
role="list"
|
|
586
|
+
no-focus
|
|
587
|
+
no-refocus
|
|
588
|
+
persistent
|
|
589
|
+
@focus="handleMouseEnter('button', props.row.id)"
|
|
590
|
+
@mouseleave="handleMouseLeave('menu', props.row.id)"
|
|
591
|
+
@mouseover="handleMouseEnter('menu', props.row.id)"
|
|
592
|
+
@blur="handleMouseLeave('button', props.row.id)"
|
|
593
|
+
>
|
|
594
|
+
<UMenuDropdown
|
|
595
|
+
v-if="verticalMoreActions"
|
|
596
|
+
:data="
|
|
597
|
+
col.actions.map((action) => {
|
|
598
|
+
return {
|
|
599
|
+
label: action.label,
|
|
600
|
+
leftIcon: action.icon,
|
|
601
|
+
hide: !(typeof action.hide === 'function'
|
|
602
|
+
? !action.hide(props.row)
|
|
603
|
+
: true),
|
|
604
|
+
disable:
|
|
605
|
+
typeof action.disable === 'function' &&
|
|
606
|
+
action.disable(props.row),
|
|
607
|
+
handler: function () {
|
|
608
|
+
return action.handler(props.row)
|
|
609
|
+
},
|
|
610
|
+
}
|
|
611
|
+
})
|
|
612
|
+
"
|
|
613
|
+
/>
|
|
614
|
+
</q-menu>
|
|
615
|
+
</template>
|
|
616
|
+
</UBtnIcon>
|
|
617
|
+
</template>
|
|
618
|
+
</UTd>
|
|
619
|
+
</template>
|
|
620
|
+
</UTr>
|
|
621
|
+
</template>
|
|
622
|
+
<!-- slot to show if there is no data in rows -->
|
|
623
|
+
<template v-slot:no-data>
|
|
624
|
+
<div class="full-width row flex-center text-accent q-gutter-sm">
|
|
625
|
+
<span> No Data Found </span>
|
|
626
|
+
</div>
|
|
627
|
+
</template>
|
|
628
|
+
<!-- to add the custom loading state -->
|
|
629
|
+
<!-- <template v-slot:loading>
|
|
630
|
+
<q-inner-loading v-if="customLoading" showing color="primary" />
|
|
631
|
+
</template> -->
|
|
632
|
+
</UTable>
|
|
633
|
+
<!-- customized pagination with the vitual scroll functionality and rows per page selection -->
|
|
634
|
+
<div
|
|
635
|
+
v-if="showPagination"
|
|
636
|
+
class="row justify-end items-center pagination-wrapper"
|
|
637
|
+
>
|
|
638
|
+
<UPagination
|
|
639
|
+
v-if="rows.length >= 6"
|
|
640
|
+
v-model="pagination.page"
|
|
641
|
+
:rowPerPage="pagination.rowsPerPage"
|
|
642
|
+
:perPageOptions="getRowsPerPageOptions"
|
|
643
|
+
:maxPageLink="
|
|
644
|
+
Number(Math.ceil(rows.length / pagination.rowsPerPage > 10 ? 6 : 3))
|
|
645
|
+
"
|
|
646
|
+
:maxPages="Number(Math.ceil(rows.length / pagination.rowsPerPage))"
|
|
647
|
+
@onPageChange="onPageChange"
|
|
648
|
+
@onRowChange="onRowPerPageChange"
|
|
649
|
+
/>
|
|
650
|
+
</div>
|
|
651
|
+
<q-inner-loading :showing="customLoading" class="custom-table-loader" />
|
|
652
|
+
</template>
|
|
653
|
+
|
|
654
|
+
<style lang="sass">
|
|
655
|
+
.action-icon
|
|
656
|
+
&:hover
|
|
657
|
+
background: $blue-1
|
|
658
|
+
|
|
659
|
+
.q-icon
|
|
660
|
+
height: $md !important
|
|
661
|
+
width: $md !important
|
|
662
|
+
color: $neutral-9 !important
|
|
663
|
+
font-size: $ba !important
|
|
664
|
+
&:hover
|
|
665
|
+
color: $primary !important
|
|
666
|
+
|
|
667
|
+
|
|
668
|
+
.table-data-avatar
|
|
669
|
+
padding: $xs
|
|
670
|
+
padding-left: 0px
|
|
671
|
+
|
|
672
|
+
.td-caption
|
|
673
|
+
color: $description
|
|
674
|
+
|
|
675
|
+
.more-action-common
|
|
676
|
+
min-width: 3.125rem
|
|
677
|
+
padding: $xs
|
|
678
|
+
min-height: $xl
|
|
679
|
+
gap: $xs
|
|
680
|
+
border-bottom: 1.5px solid $neutral-4
|
|
681
|
+
background: $surface-bg-1
|
|
682
|
+
box-shadow: 0px 0px 4px 0px rgba(16, 17, 20, 0.08)
|
|
683
|
+
|
|
684
|
+
|
|
685
|
+
.vertical-more-action-wrapper
|
|
686
|
+
display: grid
|
|
687
|
+
place-items: flex-start
|
|
688
|
+
place-content: center
|
|
689
|
+
padding: $xxs
|
|
690
|
+
gap: $xxs
|
|
691
|
+
|
|
692
|
+
.horizontal-more-action-wrapper
|
|
693
|
+
display: flex
|
|
694
|
+
align-items: center
|
|
695
|
+
justify-content: start
|
|
696
|
+
|
|
697
|
+
.vertical-single-action
|
|
698
|
+
width: 100%
|
|
699
|
+
gap: $xs
|
|
700
|
+
padding: 0 $xs
|
|
701
|
+
height: $lg
|
|
702
|
+
|
|
703
|
+
.q-item__section--main
|
|
704
|
+
color: $neutral-9
|
|
705
|
+
white-space: nowrap
|
|
706
|
+
|
|
707
|
+
.q-item__section--avatar
|
|
708
|
+
min-width: 0px
|
|
709
|
+
|
|
710
|
+
.q-item__section--side
|
|
711
|
+
padding-right: 0
|
|
712
|
+
|
|
713
|
+
.q-icon
|
|
714
|
+
color: $neutral-9
|
|
715
|
+
font-size: $ba
|
|
716
|
+
|
|
717
|
+
.more-action-icon
|
|
718
|
+
.q-icon
|
|
719
|
+
color: $neutral-9 !important
|
|
720
|
+
font-size: $ba !important
|
|
721
|
+
|
|
722
|
+
.selected-data-row
|
|
723
|
+
background: #F7F7F7
|
|
724
|
+
|
|
725
|
+
.rows-per-page-dropdown
|
|
726
|
+
margin-right: 0.5rem
|
|
727
|
+
|
|
728
|
+
.u-table
|
|
729
|
+
height: auto
|
|
730
|
+
|
|
731
|
+
.q-table__progress
|
|
732
|
+
.q-linear-progress
|
|
733
|
+
color: $primary !important
|
|
734
|
+
height: 0.145rem
|
|
735
|
+
|
|
736
|
+
.force-auto-height-table
|
|
737
|
+
height: auto !important
|
|
738
|
+
|
|
739
|
+
.u-virtualscroll-table
|
|
740
|
+
height: 50rem
|
|
741
|
+
|
|
742
|
+
.u-virtualscroll-grid-table
|
|
743
|
+
max-height: 50rem
|
|
744
|
+
overflow: auto
|
|
745
|
+
|
|
746
|
+
.u-sticky-table-header
|
|
747
|
+
.q-table__top,
|
|
748
|
+
.q-table__bottom,
|
|
749
|
+
thead tr:first-child th
|
|
750
|
+
background-color: #FFFFFF
|
|
751
|
+
|
|
752
|
+
thead tr th
|
|
753
|
+
position: sticky
|
|
754
|
+
z-index: 1
|
|
755
|
+
|
|
756
|
+
thead tr:first-child th
|
|
757
|
+
top: 0
|
|
758
|
+
|
|
759
|
+
&.q-table--loading thead tr:last-child th
|
|
760
|
+
top: 48px
|
|
761
|
+
|
|
762
|
+
tbody
|
|
763
|
+
scroll-margin-top: 48px
|
|
764
|
+
|
|
765
|
+
.u-sorting-btn
|
|
766
|
+
padding: 0
|
|
767
|
+
min-height: auto
|
|
768
|
+
.block
|
|
769
|
+
display: none !important
|
|
770
|
+
|
|
771
|
+
.q-focus-helper
|
|
772
|
+
background: none !important
|
|
773
|
+
|
|
774
|
+
.u-sorting-btn:before
|
|
775
|
+
box-shadow: none !important
|
|
776
|
+
|
|
777
|
+
.u-table-chip
|
|
778
|
+
.q-icon
|
|
779
|
+
display: none
|
|
780
|
+
|
|
781
|
+
.no-border-bottom-cell
|
|
782
|
+
border-bottom: none !important
|
|
783
|
+
|
|
784
|
+
.pagination-wrapper
|
|
785
|
+
margin-top: $ba
|
|
786
|
+
|
|
787
|
+
.custom-table-loader
|
|
788
|
+
.q-spinner
|
|
789
|
+
color: $primary
|
|
790
|
+
|
|
791
|
+
.td-grid-content
|
|
792
|
+
text-wrap: balance
|
|
793
|
+
word-break: break-all
|
|
794
|
+
|
|
795
|
+
.hidden-header-label
|
|
796
|
+
visibility: hidden
|
|
797
|
+
</style>
|