mediacube-ui-v2 0.0.183 → 0.0.185

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.
@@ -0,0 +1,28 @@
1
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2
+ /**
3
+ * Путь к изображению
4
+ *
5
+ */
6
+ imgSrc: {
7
+ type: StringConstructor;
8
+ default: null;
9
+ };
10
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
11
+ ready: (...args: any[]) => void;
12
+ crop: (...args: any[]) => void;
13
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
14
+ /**
15
+ * Путь к изображению
16
+ *
17
+ */
18
+ imgSrc: {
19
+ type: StringConstructor;
20
+ default: null;
21
+ };
22
+ }>> & Readonly<{
23
+ onReady?: ((...args: any[]) => any) | undefined;
24
+ onCrop?: ((...args: any[]) => any) | undefined;
25
+ }>, {
26
+ imgSrc: string;
27
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
28
+ export default _default;
@@ -6,6 +6,7 @@ export { default as McBadge } from './elements/McBadge/McBadge.vue';
6
6
  export { default as McBottomLoader } from './elements/McBottomLoader/McBottomLoader.vue';
7
7
  export { default as McButton } from './elements/McButton/McButton.vue';
8
8
  export { default as McChip } from './elements/McChip/McChip.vue';
9
+ export { default as McCropper } from './elements/McCropper/McCropper.vue';
9
10
  export { default as McDate } from './elements/McDate/McDate.vue';
10
11
  export { default as McDatepicker } from './elements/McDatepicker/McDatepicker.vue';
11
12
  export { default as McDraggable } from './elements/McDraggable/McDraggable.vue';
@@ -0,0 +1,2 @@
1
+ declare const sanitize: (html: string) => string;
2
+ export { sanitize };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mediacube-ui-v2",
3
- "version": "0.0.183",
3
+ "version": "0.0.185",
4
4
  "license": "MIT",
5
5
  "description": "Design system for Mediacube services",
6
6
  "keywords": [
@@ -43,19 +43,18 @@
43
43
  "@vueuse/core": "^11.1.0",
44
44
  "@vueuse/shared": "^11.1.0",
45
45
  "dayjs": "^1.11.13",
46
- "isomorphic-dompurify": "^2.15.0",
47
46
  "vite-plugin-static-copy": "^2.1.0",
48
47
  "vue-3-slider-component": "^1.0.1",
49
48
  "vue-imask": "^7.6.1",
50
49
  "vue-multiselect": "^3.0.0-beta.3",
51
50
  "vue-router": "^4.4.3",
52
- "vue3-cropperjs": "^1.1.1"
51
+ "vue3-cropperjs": "^1.1.1",
52
+ "xss": "^1.0.15"
53
53
  },
54
54
  "peerDependencies": {
55
55
  "vue": "^3.4.29"
56
56
  },
57
57
  "devDependencies": {
58
- "vue": "^3.4.29",
59
58
  "@chromatic-com/storybook": "^1.6.1",
60
59
  "@rushstack/eslint-patch": "^1.8.0",
61
60
  "@storybook/addon-essentials": "^8.2.9",
@@ -88,6 +87,7 @@
88
87
  "typescript": "~5.4.0",
89
88
  "vite": "^5.4.11",
90
89
  "vite-plugin-dts": "^4.3.0",
90
+ "vue": "^3.4.29",
91
91
  "vue-tsc": "^2.0.21"
92
92
  },
93
93
  "volta": {