@shopware-ag/meteor-component-library
Advanced tools
Comparing version 3.8.2 to 3.9.0
@@ -10,2 +10,3 @@ import MtDatepicker from "./components/form/mt-datepicker/mt-datepicker"; | ||
import MtExternalLink from "./components/form/mt-external-link/mt-external-link"; | ||
import MtLink from "./components/navigation/mt-link/mt-link"; | ||
import MtNumberField from "./components/form/mt-number-field/mt-number-field"; | ||
@@ -34,3 +35,3 @@ import MtPasswordField from "./components/form/mt-password-field/mt-password-field"; | ||
import type { Filter, Option } from "./components/table-and-list/mt-data-table/mt-data-table.interfaces"; | ||
export { MtBanner, MtLoader, MtProgressBar, MtButton, MtCheckbox, MtColorpicker, MtDatepicker, MtEmailField, MtExternalLink, MtNumberField, MtPasswordField, MtSelect, MtSwitch, MtTextField, MtTextarea, MtUrlField, MtIcon, MtCard, MtEmptyState, MtTabs, MtDataTable, MtPagination, MtSkeletonBar, MtToast, MtPopover, MtPopoverItem, MtPopoverItemResult, MtFloatingUi, TooltipDirective, DeviceHelperPlugin, MtBanner as SwBanner, MtLoader as SwLoader, MtProgressBar as SwProgressBar, MtButton as SwButton, MtCheckbox as SwCheckbox, MtColorpicker as SwColorpicker, MtDatepicker as SwDatepicker, MtEmailField as SwEmailField, MtExternalLink as SwExternalLink, MtNumberField as SwNumberField, MtPasswordField as SwPasswordField, MtSelect as SwSelect, MtSwitch as SwSwitch, MtTextField as SwTextField, MtTextarea as SwTextarea, MtUrlField as SwUrlField, MtIcon as SwIcon, MtCard as SwCard, MtTabs as SwTabs, MtDataTable as SwDataTable, MtPagination as SwPagination, MtSkeletonBar as SwSkeletonBar, }; | ||
export { MtBanner, MtLoader, MtProgressBar, MtButton, MtCheckbox, MtColorpicker, MtDatepicker, MtEmailField, MtExternalLink, MtLink, MtNumberField, MtPasswordField, MtSelect, MtSwitch, MtTextField, MtTextarea, MtUrlField, MtIcon, MtCard, MtEmptyState, MtTabs, MtDataTable, MtPagination, MtSkeletonBar, MtToast, MtPopover, MtPopoverItem, MtPopoverItemResult, MtFloatingUi, TooltipDirective, DeviceHelperPlugin, MtBanner as SwBanner, MtLoader as SwLoader, MtProgressBar as SwProgressBar, MtButton as SwButton, MtCheckbox as SwCheckbox, MtColorpicker as SwColorpicker, MtDatepicker as SwDatepicker, MtEmailField as SwEmailField, MtExternalLink as SwExternalLink, MtNumberField as SwNumberField, MtPasswordField as SwPasswordField, MtSelect as SwSelect, MtSwitch as SwSwitch, MtTextField as SwTextField, MtTextarea as SwTextarea, MtUrlField as SwUrlField, MtIcon as SwIcon, MtCard as SwCard, MtTabs as SwTabs, MtDataTable as SwDataTable, MtPagination as SwPagination, MtSkeletonBar as SwSkeletonBar, }; | ||
export type { Filter, Option }; |
@@ -10,2 +10,3 @@ import MtDatepicker from "./components/form/mt-datepicker/mt-datepicker"; | ||
import MtExternalLink from "./components/form/mt-external-link/mt-external-link"; | ||
import MtLink from "./components/navigation/mt-link/mt-link"; | ||
import MtNumberField from "./components/form/mt-number-field/mt-number-field"; | ||
@@ -34,3 +35,3 @@ import MtPasswordField from "./components/form/mt-password-field/mt-password-field"; | ||
import type { Filter, Option } from "./components/table-and-list/mt-data-table/mt-data-table.interfaces"; | ||
export { MtBanner, MtLoader, MtProgressBar, MtButton, MtCheckbox, MtColorpicker, MtDatepicker, MtEmailField, MtExternalLink, MtNumberField, MtPasswordField, MtSelect, MtSwitch, MtTextField, MtTextarea, MtUrlField, MtIcon, MtCard, MtEmptyState, MtTabs, MtDataTable, MtPagination, MtSkeletonBar, MtToast, MtPopover, MtPopoverItem, MtPopoverItemResult, MtFloatingUi, TooltipDirective, DeviceHelperPlugin, MtBanner as SwBanner, MtLoader as SwLoader, MtProgressBar as SwProgressBar, MtButton as SwButton, MtCheckbox as SwCheckbox, MtColorpicker as SwColorpicker, MtDatepicker as SwDatepicker, MtEmailField as SwEmailField, MtExternalLink as SwExternalLink, MtNumberField as SwNumberField, MtPasswordField as SwPasswordField, MtSelect as SwSelect, MtSwitch as SwSwitch, MtTextField as SwTextField, MtTextarea as SwTextarea, MtUrlField as SwUrlField, MtIcon as SwIcon, MtCard as SwCard, MtTabs as SwTabs, MtDataTable as SwDataTable, MtPagination as SwPagination, MtSkeletonBar as SwSkeletonBar, }; | ||
export { MtBanner, MtLoader, MtProgressBar, MtButton, MtCheckbox, MtColorpicker, MtDatepicker, MtEmailField, MtExternalLink, MtLink, MtNumberField, MtPasswordField, MtSelect, MtSwitch, MtTextField, MtTextarea, MtUrlField, MtIcon, MtCard, MtEmptyState, MtTabs, MtDataTable, MtPagination, MtSkeletonBar, MtToast, MtPopover, MtPopoverItem, MtPopoverItemResult, MtFloatingUi, TooltipDirective, DeviceHelperPlugin, MtBanner as SwBanner, MtLoader as SwLoader, MtProgressBar as SwProgressBar, MtButton as SwButton, MtCheckbox as SwCheckbox, MtColorpicker as SwColorpicker, MtDatepicker as SwDatepicker, MtEmailField as SwEmailField, MtExternalLink as SwExternalLink, MtNumberField as SwNumberField, MtPasswordField as SwPasswordField, MtSelect as SwSelect, MtSwitch as SwSwitch, MtTextField as SwTextField, MtTextarea as SwTextarea, MtUrlField as SwUrlField, MtIcon as SwIcon, MtCard as SwCard, MtTabs as SwTabs, MtDataTable as SwDataTable, MtPagination as SwPagination, MtSkeletonBar as SwSkeletonBar, }; | ||
export type { Filter, Option }; |
{ | ||
"name": "@shopware-ag/meteor-component-library", | ||
"version": "3.8.2", | ||
"version": "3.9.0", | ||
"repository": { | ||
@@ -5,0 +5,0 @@ "type": "git", |
@@ -66,2 +66,18 @@ import { mount } from "@vue/test-utils"; | ||
}); | ||
it("should render a label for option with id 0", async () => { | ||
const wrapper = await createWrapper(); | ||
await wrapper.setProps({ | ||
modelValue: 0, | ||
options: [ | ||
{ id: 0, label: "Id 0", value: 0 }, | ||
{ id: 10, label: "Id 10", value: 10 }, | ||
], | ||
}); | ||
const itemHolder = wrapper.findAll(".mt-select-selection-list__item-holder"); | ||
expect(itemHolder).toHaveLength(1); | ||
expect(itemHolder.at(0)?.text()).toBe("Id 0"); | ||
}); | ||
}); |
@@ -10,2 +10,3 @@ import MtDatepicker from "./components/form/mt-datepicker/mt-datepicker.vue"; | ||
import MtExternalLink from "./components/form/mt-external-link/mt-external-link.vue"; | ||
import MtLink from "./components/navigation/mt-link/mt-link.vue"; | ||
import MtNumberField from "./components/form/mt-number-field/mt-number-field.vue"; | ||
@@ -51,2 +52,3 @@ import MtPasswordField from "./components/form/mt-password-field/mt-password-field.vue"; | ||
MtExternalLink, | ||
MtLink, | ||
MtNumberField, | ||
@@ -53,0 +55,0 @@ MtPasswordField, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14797375
3656
64918