mediacube-ui-v2 0.0.173 → 0.0.175
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/dist/iconsSprite.svg +1 -1
- package/dist/mediacube-ui-v2.js +5416 -5342
- package/dist/mediacube-ui-v2.umd.cjs +4 -4
- package/dist/style.css +1 -1
- package/dist/types/components/elements/McFieldSelect/McFieldSelect.vue.d.ts +3 -3
- package/dist/types/components/elements/McNodata/McNoData.vue.d.ts +3 -3
- package/dist/types/components/elements/McNotification/McNotification.vue.d.ts +5 -5
- package/dist/types/components/patterns/McSideBar/McSideBar.vue.d.ts +3 -3
- package/dist/types/components/patterns/McSideBar/McSideBarButton/McSideBarButton.vue.d.ts +1 -1
- package/dist/types/components/patterns/McSideBar/McSideBarTop/McSideBarTop.vue.d.ts +3 -3
- package/dist/types/components/patterns/McTab/McTab.vue.d.ts +6 -6
- package/dist/types/components/templates/McDrawer/McDrawer.vue.d.ts +3 -3
- package/dist/types/components/templates/McTable/McTable/McTable.vue.d.ts +43 -13
- package/dist/types/components/templates/McTable/McTableCard/McTableCard.vue.d.ts +10 -0
- package/dist/types/components/templates/McToast/McToast.vue.d.ts +1 -1
- package/dist/types/composables/useDrawer.d.ts +1 -1
- package/dist/types/types/ICheckbox.d.ts +6 -0
- package/dist/types/types/ITabs.d.ts +1 -1
- package/dist/types/types/index.d.ts +1 -0
- package/dist/types/types/styles/Icons.d.ts +1 -0
- package/package.json +1 -1
|
@@ -109,6 +109,7 @@ declare const icons: {
|
|
|
109
109
|
readonly check_circle_solid: string;
|
|
110
110
|
readonly check_polygonal: string;
|
|
111
111
|
readonly "checkbox--checked": string;
|
|
112
|
+
readonly "checkbox--indeterminate": string;
|
|
112
113
|
readonly checkbox: string;
|
|
113
114
|
readonly checkboxes: string;
|
|
114
115
|
readonly circle: string;
|