mediacube-ui-v2 0.0.0 → 0.0.2
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 +2 -0
- package/dist/App.vue.d.ts +2 -0
- package/dist/McBottomLoader-DP6VeK0N.js +4 -0
- package/dist/McOverlay-BZft7En3.js +4 -0
- package/dist/assets/tokens/json/animations.json.d.ts +8 -0
- package/dist/assets/tokens/json/border-radius.json.d.ts +26 -0
- package/dist/assets/tokens/json/box-shadows.json.d.ts +26 -0
- package/dist/assets/tokens/json/colors.json.d.ts +73 -0
- package/dist/assets/tokens/json/durations.json.d.ts +12 -0
- package/dist/assets/tokens/json/easings.json.d.ts +5 -0
- package/dist/assets/tokens/json/font-families.json.d.ts +6 -0
- package/dist/assets/tokens/json/font-sizes.json.d.ts +20 -0
- package/dist/assets/tokens/json/font-weights.json.d.ts +14 -0
- package/dist/assets/tokens/json/gradients.json.d.ts +15 -0
- package/dist/assets/tokens/json/index.d.ts +18 -0
- package/dist/assets/tokens/json/letter-spacings.json.d.ts +6 -0
- package/dist/assets/tokens/json/line-heights.json.d.ts +20 -0
- package/dist/assets/tokens/json/media-queries.json.d.ts +28 -0
- package/dist/assets/tokens/json/opacities.json.d.ts +7 -0
- package/dist/assets/tokens/json/sizes.json.d.ts +44 -0
- package/dist/assets/tokens/json/spacings.json.d.ts +36 -0
- package/dist/assets/tokens/json/z-indexes.json.d.ts +14 -0
- package/dist/components/elements/McAvatar/McAvatar.vue.d.ts +156 -0
- package/dist/components/elements/McBadge/McBadge.vue.d.ts +53 -0
- package/dist/components/elements/McBottomLoader/McBottomLoader.vue.d.ts +14 -0
- package/dist/components/elements/McButton/McButton.vue.d.ts +438 -0
- package/dist/components/elements/McChip/McChip.vue.d.ts +122 -0
- package/dist/components/elements/McCropper/McCropper.vue.d.ts +28 -0
- package/dist/components/elements/McDatepicker/McDatepicker.vue.d.ts +12 -0
- package/dist/components/elements/McDraggable/McDraggable.vue.d.ts +78 -0
- package/dist/components/elements/McFieldCheckbox/McFieldCheckbox.vue.d.ts +11 -0
- package/dist/components/elements/McFieldRadio/McFieldRadio.vue.d.ts +189 -0
- package/dist/components/elements/McFieldRadioGroup/McFieldRadioGroup.vue.d.ts +10 -0
- package/dist/components/elements/McFieldRange/McFieldRange.vue.d.ts +216 -0
- package/dist/components/elements/McFieldSelect/McFieldSelect.vue.d.ts +529 -0
- package/dist/components/elements/McFieldText/McFieldText.vue.d.ts +461 -0
- package/dist/components/elements/McFieldToggle/McFieldToggle.vue.d.ts +158 -0
- package/dist/components/elements/McInfinityLoadingTrigger/McInfinityLoadingTrigger.vue.d.ts +58 -0
- package/dist/components/elements/McNodata/McNoData.vue.d.ts +110 -0
- package/dist/components/elements/McNotification/McNotification.vue.d.ts +124 -0
- package/dist/components/elements/McProgress/McProgress.vue.d.ts +135 -0
- package/dist/components/elements/McSeparator/McSeparator.vue.d.ts +133 -0
- package/dist/components/elements/McSlideUpDown/McSlideUpDown.vue.d.ts +68 -0
- package/dist/components/elements/McStack/McStack.vue.d.ts +24 -0
- package/dist/components/elements/McSvgIcon/McSvgIcon.vue.d.ts +119 -0
- package/dist/components/elements/McTitle/McTitle.vue.d.ts +201 -0
- package/dist/components/elements/McTooltip/McTooltip.vue.d.ts +104 -0
- package/dist/components/index.d.ts +62 -0
- package/dist/components/patterns/McAccordion/McAccordion.vue.d.ts +28 -0
- package/dist/components/patterns/McCell/McCell.vue.d.ts +76 -0
- package/dist/components/patterns/McCollapse/McCollapse.vue.d.ts +67 -0
- package/dist/components/patterns/McDropdown/McDropdown.vue.d.ts +122 -0
- package/dist/components/patterns/McDropdown/McDropdownPanel.vue.d.ts +22 -0
- package/dist/components/patterns/McFilter/McFilter.vue.d.ts +152 -0
- package/dist/components/patterns/McFilter/McFilterChip/McFilterChip.vue.d.ts +55 -0
- package/dist/components/patterns/McFilter/McFilterTags/McFilterTags.vue.d.ts +85 -0
- package/dist/components/patterns/McFilter/McFilterTypeDate/McFilterTypeDate.vue.d.ts +66 -0
- package/dist/components/patterns/McFilter/McFilterTypeRange/McFilterTypeRange.vue.d.ts +57 -0
- package/dist/components/patterns/McFilter/McFilterTypeRelation/McFilterTypeRelation.vue.d.ts +74 -0
- package/dist/components/patterns/McFilter/McFilterTypeText/McFilterTypeText.vue.d.ts +57 -0
- package/dist/components/patterns/McGridCol/McGridCol.vue.d.ts +107 -0
- package/dist/components/patterns/McGridRow/McGridRow.vue.d.ts +104 -0
- package/dist/components/patterns/McOverlay/McOverlay.vue.d.ts +24 -0
- package/dist/components/patterns/McPreview/McPreview.vue.d.ts +33 -0
- package/dist/components/patterns/McSideBar/McSideBar.vue.d.ts +292 -0
- package/dist/components/patterns/McSideBar/McSideBarBottom/McSideBarBottom.vue.d.ts +67 -0
- package/dist/components/patterns/McSideBar/McSideBarButton/McSideBarButton.vue.d.ts +203 -0
- package/dist/components/patterns/McSideBar/McSideBarCenter/McSideBarCenter.vue.d.ts +94 -0
- package/dist/components/patterns/McSideBar/McSideBarTop/McSideBarTop.vue.d.ts +123 -0
- package/dist/components/patterns/McTab/McTab.vue.d.ts +224 -0
- package/dist/components/patterns/McTabs/McTabs.vue.d.ts +148 -0
- package/dist/components/patterns/McWrapScroll/McWrapScroll.vue.d.ts +127 -0
- package/dist/components/templates/McDrawer/McDrawer.vue.d.ts +104 -0
- package/dist/components/templates/McDrawer/McDrawerContainer.vue.d.ts +31 -0
- package/dist/components/templates/McDrawer/McDrawerContentTemplate/McDrawerContentTemplate.vue.d.ts +39 -0
- package/dist/components/templates/McModal/McModal.vue.d.ts +232 -0
- package/dist/components/templates/McModal/McModalContainer.vue.d.ts +31 -0
- package/dist/components/templates/McTable/McTable/McTable.vue.d.ts +295 -0
- package/dist/components/templates/McTable/McTableCard/McTableCard.vue.d.ts +128 -0
- package/dist/components/templates/McTable/McTableCard/McTableCardHeader/McTableCardHeader.vue.d.ts +32 -0
- package/dist/components/templates/McTable/McTableSkeletonLoading/McTableSkeletonLoading.vue.d.ts +18 -0
- package/dist/components/templates/McTable/McTableSort/McTableSort.vue.d.ts +29 -0
- package/dist/components/templates/McTopBar/McTopBar.vue.d.ts +85 -0
- package/dist/components/templates/McVirtualScroll/McVirtualScroll.vue.d.ts +79 -0
- package/dist/composables/index.d.ts +8 -0
- package/dist/composables/useDrawer.d.ts +6 -0
- package/dist/composables/useEncodeDecode.d.ts +5 -0
- package/dist/composables/useFieldErrors.d.ts +5 -0
- package/dist/composables/useHelper.d.ts +17 -0
- package/dist/composables/useModal.d.ts +5 -0
- package/dist/composables/useRandomNumber.d.ts +4 -0
- package/dist/composables/useTooltip.d.ts +8 -0
- package/dist/consts/table.d.ts +6 -0
- package/dist/enums/Cell.d.ts +5 -0
- package/dist/enums/Chip.d.ts +9 -0
- package/dist/enums/Datepicker.d.ts +37 -0
- package/dist/enums/Drawer.d.ts +4 -0
- package/dist/enums/Dropdown.d.ts +10 -0
- package/dist/enums/Filter.d.ts +12 -0
- package/dist/enums/Grid.d.ts +21 -0
- package/dist/enums/Input.d.ts +18 -0
- package/dist/enums/Modal.d.ts +4 -0
- package/dist/enums/Preview.d.ts +5 -0
- package/dist/enums/Radio.d.ts +4 -0
- package/dist/enums/RadioGroup.d.ts +4 -0
- package/dist/enums/Select.d.ts +9 -0
- package/dist/enums/Sidebar.d.ts +4 -0
- package/dist/enums/Tab.d.ts +5 -0
- package/dist/enums/Title.d.ts +19 -0
- package/dist/enums/Tooltip.d.ts +13 -0
- package/dist/enums/index.d.ts +21 -0
- package/dist/enums/ui/Alignment.d.ts +5 -0
- package/dist/enums/ui/Button.d.ts +21 -0
- package/dist/enums/ui/Directions.d.ts +4 -0
- package/dist/enums/ui/Weights.d.ts +6 -0
- package/dist/{es-CnA1pXpq.js → es-CKatgsl2.js} +1 -1
- package/dist/{index-DihGc25X.js → index-DUxSE0Pp.js} +10083 -10088
- package/dist/index.d.ts +9 -0
- package/dist/{mediacube-ui-v2.es.js → index.es.js} +1 -1
- package/dist/index.umd.js +38 -0
- package/dist/main.d.ts +0 -0
- package/dist/mocks/authUser.d.ts +132 -0
- package/dist/mocks/categories.d.ts +8 -0
- package/dist/mocks/filterMocks.d.ts +17 -0
- package/dist/mocks/icons.json.d.ts +3 -0
- package/dist/mocks/menuLangs.d.ts +5 -0
- package/dist/mocks/sidebar.d.ts +9 -0
- package/dist/mocks/tableData.d.ts +5 -0
- package/dist/no_table_data.png +0 -0
- package/dist/no_user.png +0 -0
- package/dist/preview.png +0 -0
- package/dist/{pt-BwGwd_tD.js → pt-CEavNnlV.js} +1 -1
- package/dist/{ru-BihaPWAd.js → ru-DX_6fNBy.js} +1 -1
- package/dist/style.css +1 -1
- package/dist/{th-BbTyrRak.js → th-DGTC0w1I.js} +1 -1
- package/dist/types/IButton.d.ts +40 -0
- package/dist/types/ICell.d.ts +4 -0
- package/dist/types/IChip.d.ts +8 -0
- package/dist/types/ICollapse.d.ts +14 -0
- package/dist/types/IDatepicker.d.ts +30 -0
- package/dist/types/IDirections.d.ts +4 -0
- package/dist/types/IDrawer.d.ts +25 -0
- package/dist/types/IDropdown.d.ts +5 -0
- package/dist/types/IFilter.d.ts +152 -0
- package/dist/types/IGrid.d.ts +4 -0
- package/dist/types/IInput.d.ts +5 -0
- package/dist/types/IModal.d.ts +27 -0
- package/dist/types/IPreview.d.ts +4 -0
- package/dist/types/IRadio.d.ts +4 -0
- package/dist/types/IRadioGroup.d.ts +9 -0
- package/dist/types/IRoute.d.ts +16 -0
- package/dist/types/ISelect.d.ts +15 -0
- package/dist/types/ISideBar.d.ts +73 -0
- package/dist/types/ITable.d.ts +69 -0
- package/dist/types/ITabs.d.ts +31 -0
- package/dist/types/ITitle.d.ts +5 -0
- package/dist/types/ITooltip.d.ts +26 -0
- package/dist/types/index.d.ts +36 -0
- package/dist/types/styles/Alignment.d.ts +2 -0
- package/dist/types/styles/AvatarSizes.d.ts +22 -0
- package/dist/types/styles/Colors.d.ts +73 -0
- package/dist/types/styles/Durations.d.ts +13 -0
- package/dist/types/styles/FontSizes.d.ts +20 -0
- package/dist/types/styles/FontWeights.d.ts +15 -0
- package/dist/types/styles/Grid.d.ts +4 -0
- package/dist/types/styles/Icons.d.ts +447 -0
- package/dist/types/styles/LineHeights.d.ts +20 -0
- package/dist/types/styles/MediaQueries.d.ts +26 -0
- package/dist/types/styles/Radiuses.d.ts +26 -0
- package/dist/types/styles/Sizes.d.ts +35 -0
- package/dist/types/styles/Spaces.d.ts +35 -0
- package/dist/types/styles/Weights.d.ts +2 -0
- package/dist/utils/dayjs.d.ts +175 -0
- package/dist/utils/mcGridColAdaptiveProps.d.ts +10 -0
- package/dist/utils/mcTitleAdaptiveProps.d.ts +10 -0
- package/dist/{vi-DHfJdDZ1.js → vi-Pc8KAwzf.js} +1 -1
- package/package.json +6 -12
- package/dist/McBottomLoader-DQzqqtkl.js +0 -4
- package/dist/McOverlay-DZFu2Vor.js +0 -4
- package/dist/favicon.ico +0 -0
- package/dist/mediacube-ui-v2.umd.js +0 -38
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
export declare const Spaces: {
|
|
2
|
+
"50": string;
|
|
3
|
+
"100": string;
|
|
4
|
+
"150": string;
|
|
5
|
+
"200": string;
|
|
6
|
+
"250": string;
|
|
7
|
+
"300": string;
|
|
8
|
+
"400": string;
|
|
9
|
+
"450": string;
|
|
10
|
+
"500": string;
|
|
11
|
+
"600": string;
|
|
12
|
+
"700": string;
|
|
13
|
+
"800": string;
|
|
14
|
+
"900": string;
|
|
15
|
+
"1000": string;
|
|
16
|
+
};
|
|
17
|
+
declare const modes: {
|
|
18
|
+
readonly "50": string;
|
|
19
|
+
readonly "100": string;
|
|
20
|
+
readonly "150": string;
|
|
21
|
+
readonly "200": string;
|
|
22
|
+
readonly "250": string;
|
|
23
|
+
readonly "300": string;
|
|
24
|
+
readonly "400": string;
|
|
25
|
+
readonly "450": string;
|
|
26
|
+
readonly "500": string;
|
|
27
|
+
readonly "600": string;
|
|
28
|
+
readonly "700": string;
|
|
29
|
+
readonly "800": string;
|
|
30
|
+
readonly "900": string;
|
|
31
|
+
readonly "1000": string;
|
|
32
|
+
};
|
|
33
|
+
export type SpaceTypes = keyof typeof modes;
|
|
34
|
+
export type SpacesUnion = (typeof Spaces)[keyof typeof Spaces];
|
|
35
|
+
export {};
|
|
@@ -0,0 +1,175 @@
|
|
|
1
|
+
import { default as dayjs } from 'dayjs';
|
|
2
|
+
export namespace dayjsLocales {
|
|
3
|
+
function en(): Promise<void>;
|
|
4
|
+
function es(): Promise<{
|
|
5
|
+
default: import("dayjs/locale/*").Locale;
|
|
6
|
+
name: string;
|
|
7
|
+
weekdays?: string[] | undefined;
|
|
8
|
+
months?: string[] | undefined;
|
|
9
|
+
weekStart?: number | undefined;
|
|
10
|
+
weekdaysShort?: string[] | undefined;
|
|
11
|
+
monthsShort?: string[] | undefined;
|
|
12
|
+
weekdaysMin?: string[] | undefined;
|
|
13
|
+
ordinal?: ((n: number) => string | number) | undefined;
|
|
14
|
+
formats: Partial<{
|
|
15
|
+
LT: string;
|
|
16
|
+
LTS: string;
|
|
17
|
+
L: string;
|
|
18
|
+
LL: string;
|
|
19
|
+
LLL: string;
|
|
20
|
+
LLLL: string;
|
|
21
|
+
}>;
|
|
22
|
+
relativeTime: Partial<{
|
|
23
|
+
future: string;
|
|
24
|
+
past: string;
|
|
25
|
+
s: string;
|
|
26
|
+
m: string;
|
|
27
|
+
mm: string;
|
|
28
|
+
h: string;
|
|
29
|
+
hh: string;
|
|
30
|
+
d: string;
|
|
31
|
+
dd: string;
|
|
32
|
+
M: string;
|
|
33
|
+
MM: string;
|
|
34
|
+
y: string;
|
|
35
|
+
yy: string;
|
|
36
|
+
}>;
|
|
37
|
+
}>;
|
|
38
|
+
function pt(): Promise<{
|
|
39
|
+
default: import("dayjs/locale/*").Locale;
|
|
40
|
+
name: string;
|
|
41
|
+
weekdays?: string[] | undefined;
|
|
42
|
+
months?: string[] | undefined;
|
|
43
|
+
weekStart?: number | undefined;
|
|
44
|
+
weekdaysShort?: string[] | undefined;
|
|
45
|
+
monthsShort?: string[] | undefined;
|
|
46
|
+
weekdaysMin?: string[] | undefined;
|
|
47
|
+
ordinal?: ((n: number) => string | number) | undefined;
|
|
48
|
+
formats: Partial<{
|
|
49
|
+
LT: string;
|
|
50
|
+
LTS: string;
|
|
51
|
+
L: string;
|
|
52
|
+
LL: string;
|
|
53
|
+
LLL: string;
|
|
54
|
+
LLLL: string;
|
|
55
|
+
}>;
|
|
56
|
+
relativeTime: Partial<{
|
|
57
|
+
future: string;
|
|
58
|
+
past: string;
|
|
59
|
+
s: string;
|
|
60
|
+
m: string;
|
|
61
|
+
mm: string;
|
|
62
|
+
h: string;
|
|
63
|
+
hh: string;
|
|
64
|
+
d: string;
|
|
65
|
+
dd: string;
|
|
66
|
+
M: string;
|
|
67
|
+
MM: string;
|
|
68
|
+
y: string;
|
|
69
|
+
yy: string;
|
|
70
|
+
}>;
|
|
71
|
+
}>;
|
|
72
|
+
function th(): Promise<{
|
|
73
|
+
default: import("dayjs/locale/*").Locale;
|
|
74
|
+
name: string;
|
|
75
|
+
weekdays?: string[] | undefined;
|
|
76
|
+
months?: string[] | undefined;
|
|
77
|
+
weekStart?: number | undefined;
|
|
78
|
+
weekdaysShort?: string[] | undefined;
|
|
79
|
+
monthsShort?: string[] | undefined;
|
|
80
|
+
weekdaysMin?: string[] | undefined;
|
|
81
|
+
ordinal?: ((n: number) => string | number) | undefined;
|
|
82
|
+
formats: Partial<{
|
|
83
|
+
LT: string;
|
|
84
|
+
LTS: string;
|
|
85
|
+
L: string;
|
|
86
|
+
LL: string;
|
|
87
|
+
LLL: string;
|
|
88
|
+
LLLL: string;
|
|
89
|
+
}>;
|
|
90
|
+
relativeTime: Partial<{
|
|
91
|
+
future: string;
|
|
92
|
+
past: string;
|
|
93
|
+
s: string;
|
|
94
|
+
m: string;
|
|
95
|
+
mm: string;
|
|
96
|
+
h: string;
|
|
97
|
+
hh: string;
|
|
98
|
+
d: string;
|
|
99
|
+
dd: string;
|
|
100
|
+
M: string;
|
|
101
|
+
MM: string;
|
|
102
|
+
y: string;
|
|
103
|
+
yy: string;
|
|
104
|
+
}>;
|
|
105
|
+
}>;
|
|
106
|
+
function ru(): Promise<{
|
|
107
|
+
default: import("dayjs/locale/*").Locale;
|
|
108
|
+
name: string;
|
|
109
|
+
weekdays?: string[] | undefined;
|
|
110
|
+
months?: string[] | undefined;
|
|
111
|
+
weekStart?: number | undefined;
|
|
112
|
+
weekdaysShort?: string[] | undefined;
|
|
113
|
+
monthsShort?: string[] | undefined;
|
|
114
|
+
weekdaysMin?: string[] | undefined;
|
|
115
|
+
ordinal?: ((n: number) => string | number) | undefined;
|
|
116
|
+
formats: Partial<{
|
|
117
|
+
LT: string;
|
|
118
|
+
LTS: string;
|
|
119
|
+
L: string;
|
|
120
|
+
LL: string;
|
|
121
|
+
LLL: string;
|
|
122
|
+
LLLL: string;
|
|
123
|
+
}>;
|
|
124
|
+
relativeTime: Partial<{
|
|
125
|
+
future: string;
|
|
126
|
+
past: string;
|
|
127
|
+
s: string;
|
|
128
|
+
m: string;
|
|
129
|
+
mm: string;
|
|
130
|
+
h: string;
|
|
131
|
+
hh: string;
|
|
132
|
+
d: string;
|
|
133
|
+
dd: string;
|
|
134
|
+
M: string;
|
|
135
|
+
MM: string;
|
|
136
|
+
y: string;
|
|
137
|
+
yy: string;
|
|
138
|
+
}>;
|
|
139
|
+
}>;
|
|
140
|
+
function vi(): Promise<{
|
|
141
|
+
default: import("dayjs/locale/*").Locale;
|
|
142
|
+
name: string;
|
|
143
|
+
weekdays?: string[] | undefined;
|
|
144
|
+
months?: string[] | undefined;
|
|
145
|
+
weekStart?: number | undefined;
|
|
146
|
+
weekdaysShort?: string[] | undefined;
|
|
147
|
+
monthsShort?: string[] | undefined;
|
|
148
|
+
weekdaysMin?: string[] | undefined;
|
|
149
|
+
ordinal?: ((n: number) => string | number) | undefined;
|
|
150
|
+
formats: Partial<{
|
|
151
|
+
LT: string;
|
|
152
|
+
LTS: string;
|
|
153
|
+
L: string;
|
|
154
|
+
LL: string;
|
|
155
|
+
LLL: string;
|
|
156
|
+
LLLL: string;
|
|
157
|
+
}>;
|
|
158
|
+
relativeTime: Partial<{
|
|
159
|
+
future: string;
|
|
160
|
+
past: string;
|
|
161
|
+
s: string;
|
|
162
|
+
m: string;
|
|
163
|
+
mm: string;
|
|
164
|
+
h: string;
|
|
165
|
+
hh: string;
|
|
166
|
+
d: string;
|
|
167
|
+
dd: string;
|
|
168
|
+
M: string;
|
|
169
|
+
MM: string;
|
|
170
|
+
y: string;
|
|
171
|
+
yy: string;
|
|
172
|
+
}>;
|
|
173
|
+
}>;
|
|
174
|
+
}
|
|
175
|
+
export { dayjs };
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ColumnSizes } from '../enums/Grid';
|
|
2
|
+
export declare const adaptivePropsParams: string[];
|
|
3
|
+
export declare const adaptivePropsSizes: ColumnSizes[];
|
|
4
|
+
interface ComponentPropType {
|
|
5
|
+
type: StringConstructor;
|
|
6
|
+
}
|
|
7
|
+
export declare const adaptiveAdditionalProps: {
|
|
8
|
+
[key: string]: ComponentPropType;
|
|
9
|
+
};
|
|
10
|
+
export {};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { TitleSizes } from '../enums/Title';
|
|
2
|
+
export declare const adaptivePropsParams: string[];
|
|
3
|
+
export declare const adaptivePropsSizes: TitleSizes[];
|
|
4
|
+
interface ComponentPropType {
|
|
5
|
+
type: StringConstructor;
|
|
6
|
+
}
|
|
7
|
+
export declare const adaptiveAdditionalProps: {
|
|
8
|
+
[key: string]: ComponentPropType;
|
|
9
|
+
};
|
|
10
|
+
export {};
|
package/package.json
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mediacube-ui-v2",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.2",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"module": "dist/index.esm.js",
|
|
6
|
+
"types": "dist/index.d.ts",
|
|
6
7
|
"files": [
|
|
7
8
|
"dist"
|
|
8
9
|
],
|
|
@@ -23,7 +24,7 @@
|
|
|
23
24
|
"build-storybook": "storybook build",
|
|
24
25
|
"build:scss-to-json": "node scss-to-json.js",
|
|
25
26
|
"build:svg-sprite": "node createsvgsprite.js",
|
|
26
|
-
"prebuild": "yarn build:svg-sprite && yarn build:scss-to-json && yarn build-storybook"
|
|
27
|
+
"prebuild": "yarn build:svg-sprite && yarn build:scss-to-json && yarn type-check && yarn build-storybook"
|
|
27
28
|
},
|
|
28
29
|
"dependencies": {
|
|
29
30
|
"@vuepic/vue-datepicker": "^9.0.2",
|
|
@@ -31,7 +32,6 @@
|
|
|
31
32
|
"@vueuse/shared": "^11.1.0",
|
|
32
33
|
"dayjs": "^1.11.13",
|
|
33
34
|
"isomorphic-dompurify": "^2.15.0",
|
|
34
|
-
"node-sass": "^9.0.0",
|
|
35
35
|
"svgstore": "^3.0.1",
|
|
36
36
|
"vue": "^3.4.29",
|
|
37
37
|
"vue-3-slider-component": "^1.0.1",
|
|
@@ -63,24 +63,18 @@
|
|
|
63
63
|
"eslint-plugin-vue": "^9.23.0",
|
|
64
64
|
"npm-run-all2": "^6.2.0",
|
|
65
65
|
"prettier": "^3.2.5",
|
|
66
|
+
"sass": "^1.81.0",
|
|
66
67
|
"sass-embedded": "^1.77.8",
|
|
67
68
|
"sass-extract": "^3.0.0",
|
|
68
69
|
"sass-loader": "^16.0.1",
|
|
69
70
|
"storybook": "^8.2.9",
|
|
70
71
|
"typescript": "~5.4.0",
|
|
71
72
|
"vite": "^5.3.1",
|
|
73
|
+
"vite-plugin-dts": "^4.3.0",
|
|
72
74
|
"vue-tsc": "^2.0.21"
|
|
73
75
|
},
|
|
74
76
|
"volta": {
|
|
75
77
|
"node": "20.10.0",
|
|
76
78
|
"yarn": "1.22.22"
|
|
77
|
-
}
|
|
78
|
-
"description": "This template should help get you started developing with Vue 3 in Vite.",
|
|
79
|
-
"keywords": [
|
|
80
|
-
"Vue3",
|
|
81
|
-
"UI",
|
|
82
|
-
"system"
|
|
83
|
-
],
|
|
84
|
-
"author": "dsa@mediacube.io",
|
|
85
|
-
"license": "ISC"
|
|
79
|
+
}
|
|
86
80
|
}
|
package/dist/favicon.ico
DELETED
|
Binary file
|