@bluepic/embed 0.1.0
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 +147 -0
- package/lib/bluepic-fields.es.js +84843 -0
- package/lib/bluepic-fields.umd.js +2610 -0
- package/lib/components/AdjustImage.vue.d.ts +171 -0
- package/lib/components/AdjustImage.vue.d.ts.map +1 -0
- package/lib/components/BluepicEmbedded.vue.d.ts +164 -0
- package/lib/components/BluepicEmbedded.vue.d.ts.map +1 -0
- package/lib/components/BluepicEmbeddedEditor.vue.d.ts +16877 -0
- package/lib/components/BluepicEmbeddedEditor.vue.d.ts.map +1 -0
- package/lib/components/BluepicLiveTemplate.vue.d.ts +1895 -0
- package/lib/components/BluepicLiveTemplate.vue.d.ts.map +1 -0
- package/lib/components/BluepicSpinner.vue.d.ts +3 -0
- package/lib/components/BluepicSpinner.vue.d.ts.map +1 -0
- package/lib/components/BxAvatar.vue.d.ts +107 -0
- package/lib/components/BxAvatar.vue.d.ts.map +1 -0
- package/lib/components/BxButton.vue.d.ts +171 -0
- package/lib/components/BxButton.vue.d.ts.map +1 -0
- package/lib/components/BxCard.vue.d.ts +99 -0
- package/lib/components/BxCard.vue.d.ts.map +1 -0
- package/lib/components/BxCheckbox.vue.d.ts +12 -0
- package/lib/components/BxCheckbox.vue.d.ts.map +1 -0
- package/lib/components/BxColorPicker.vue.d.ts +12 -0
- package/lib/components/BxColorPicker.vue.d.ts.map +1 -0
- package/lib/components/BxDropdown.vue.d.ts +338 -0
- package/lib/components/BxDropdown.vue.d.ts.map +1 -0
- package/lib/components/BxEmpty.vue.d.ts +26 -0
- package/lib/components/BxEmpty.vue.d.ts.map +1 -0
- package/lib/components/BxIcon.vue.d.ts +15 -0
- package/lib/components/BxIcon.vue.d.ts.map +1 -0
- package/lib/components/BxInput.vue.d.ts +13302 -0
- package/lib/components/BxInput.vue.d.ts.map +1 -0
- package/lib/components/BxList.vue.d.ts +22 -0
- package/lib/components/BxList.vue.d.ts.map +1 -0
- package/lib/components/BxListItem.vue.d.ts +9 -0
- package/lib/components/BxListItem.vue.d.ts.map +1 -0
- package/lib/components/BxMenu.vue.d.ts +68 -0
- package/lib/components/BxMenu.vue.d.ts.map +1 -0
- package/lib/components/BxPopover.vue.d.ts +120 -0
- package/lib/components/BxPopover.vue.d.ts.map +1 -0
- package/lib/components/BxProgress.vue.d.ts +40 -0
- package/lib/components/BxProgress.vue.d.ts.map +1 -0
- package/lib/components/BxRadio.vue.d.ts +31 -0
- package/lib/components/BxRadio.vue.d.ts.map +1 -0
- package/lib/components/BxRadioGroup.vue.d.ts +20 -0
- package/lib/components/BxRadioGroup.vue.d.ts.map +1 -0
- package/lib/components/BxRichtextInput.vue.d.ts +2413 -0
- package/lib/components/BxRichtextInput.vue.d.ts.map +1 -0
- package/lib/components/BxSelect.vue.d.ts +530 -0
- package/lib/components/BxSelect.vue.d.ts.map +1 -0
- package/lib/components/BxSkeleton.vue.d.ts +3 -0
- package/lib/components/BxSkeleton.vue.d.ts.map +1 -0
- package/lib/components/BxSlider.vue.d.ts +38 -0
- package/lib/components/BxSlider.vue.d.ts.map +1 -0
- package/lib/components/BxSpin.vue.d.ts +19 -0
- package/lib/components/BxSpin.vue.d.ts.map +1 -0
- package/lib/components/BxSwitch.vue.d.ts +24 -0
- package/lib/components/BxSwitch.vue.d.ts.map +1 -0
- package/lib/components/BxTab.vue.d.ts +3 -0
- package/lib/components/BxTab.vue.d.ts.map +1 -0
- package/lib/components/BxTabs.vue.d.ts +21 -0
- package/lib/components/BxTabs.vue.d.ts.map +1 -0
- package/lib/components/BxTag.vue.d.ts +53 -0
- package/lib/components/BxTag.vue.d.ts.map +1 -0
- package/lib/components/BxTooltip.vue.d.ts +448 -0
- package/lib/components/BxTooltip.vue.d.ts.map +1 -0
- package/lib/components/BxUpload.vue.d.ts +283 -0
- package/lib/components/BxUpload.vue.d.ts.map +1 -0
- package/lib/components/CollectionEntryFields.vue.d.ts +1313 -0
- package/lib/components/CollectionEntryFields.vue.d.ts.map +1 -0
- package/lib/components/CollectionFieldPopup.vue.d.ts +1932 -0
- package/lib/components/CollectionFieldPopup.vue.d.ts.map +1 -0
- package/lib/components/Fields.vue.d.ts +652 -0
- package/lib/components/Fields.vue.d.ts.map +1 -0
- package/lib/components/FieldsList.vue.d.ts +515 -0
- package/lib/components/FieldsList.vue.d.ts.map +1 -0
- package/lib/components/ImageLibraries/Custom.vue.d.ts +42 -0
- package/lib/components/ImageLibraries/Custom.vue.d.ts.map +1 -0
- package/lib/components/ImageLibraries/Pexels.vue.d.ts +13627 -0
- package/lib/components/ImageLibraries/Pexels.vue.d.ts.map +1 -0
- package/lib/components/ImageLibraries/SharedDrive.vue.d.ts +62 -0
- package/lib/components/ImageLibraries/SharedDrive.vue.d.ts.map +1 -0
- package/lib/components/ImageLibraries/Upload.vue.d.ts +379 -0
- package/lib/components/ImageLibraries/Upload.vue.d.ts.map +1 -0
- package/lib/components/ImageLibraryWrapper.vue.d.ts +14290 -0
- package/lib/components/ImageLibraryWrapper.vue.d.ts.map +1 -0
- package/lib/components/ImportData.vue.d.ts +18109 -0
- package/lib/components/ImportData.vue.d.ts.map +1 -0
- package/lib/components/KioskField.vue.d.ts +203 -0
- package/lib/components/KioskField.vue.d.ts.map +1 -0
- package/lib/components/LazyLoading.vue.d.ts +49 -0
- package/lib/components/LazyLoading.vue.d.ts.map +1 -0
- package/lib/components/LazyLoadingItemWrapper.vue.d.ts +10 -0
- package/lib/components/LazyLoadingItemWrapper.vue.d.ts.map +1 -0
- package/lib/components/MapboxMap.vue.d.ts +102 -0
- package/lib/components/MapboxMap.vue.d.ts.map +1 -0
- package/lib/components/MobileFieldsSlide.vue.d.ts +575 -0
- package/lib/components/MobileFieldsSlide.vue.d.ts.map +1 -0
- package/lib/components/PopoverElement.vue.d.ts +113 -0
- package/lib/components/PopoverElement.vue.d.ts.map +1 -0
- package/lib/components/PopoverProvider.vue.d.ts +36 -0
- package/lib/components/PopoverProvider.vue.d.ts.map +1 -0
- package/lib/components/Popup.vue.d.ts +172 -0
- package/lib/components/Popup.vue.d.ts.map +1 -0
- package/lib/components/PopupElement.vue.d.ts +256 -0
- package/lib/components/PopupElement.vue.d.ts.map +1 -0
- package/lib/components/PopupProvider.vue.d.ts +59 -0
- package/lib/components/PopupProvider.vue.d.ts.map +1 -0
- package/lib/components/RichText.vue.d.ts +502 -0
- package/lib/components/RichText.vue.d.ts.map +1 -0
- package/lib/components/RichTextDisplay.vue.d.ts +57 -0
- package/lib/components/RichTextDisplay.vue.d.ts.map +1 -0
- package/lib/components/SelectItem.vue.d.ts +536 -0
- package/lib/components/SelectItem.vue.d.ts.map +1 -0
- package/lib/components/SlidesNavigation.vue.d.ts +712 -0
- package/lib/components/SlidesNavigation.vue.d.ts.map +1 -0
- package/lib/components/TableDataMatcher.vue.d.ts +4317 -0
- package/lib/components/TableDataMatcher.vue.d.ts.map +1 -0
- package/lib/components/directives/usePopup.d.ts +29 -0
- package/lib/components/directives/usePopup.d.ts.map +1 -0
- package/lib/components/fields/Checkbox.vue.d.ts +20 -0
- package/lib/components/fields/Checkbox.vue.d.ts.map +1 -0
- package/lib/components/fields/Collection.vue.d.ts +1602 -0
- package/lib/components/fields/Collection.vue.d.ts.map +1 -0
- package/lib/components/fields/Color.vue.d.ts +10 -0
- package/lib/components/fields/Color.vue.d.ts.map +1 -0
- package/lib/components/fields/Group.vue.d.ts +1272 -0
- package/lib/components/fields/Group.vue.d.ts.map +1 -0
- package/lib/components/fields/Image.vue.d.ts +14982 -0
- package/lib/components/fields/Image.vue.d.ts.map +1 -0
- package/lib/components/fields/ImageAdjust.vue.d.ts +526 -0
- package/lib/components/fields/ImageAdjust.vue.d.ts.map +1 -0
- package/lib/components/fields/ImageEdit.vue.d.ts +15697 -0
- package/lib/components/fields/ImageEdit.vue.d.ts.map +1 -0
- package/lib/components/fields/Instruction.vue.d.ts +28 -0
- package/lib/components/fields/Instruction.vue.d.ts.map +1 -0
- package/lib/components/fields/Map.vue.d.ts +496 -0
- package/lib/components/fields/Map.vue.d.ts.map +1 -0
- package/lib/components/fields/Number.vue.d.ts +46 -0
- package/lib/components/fields/Number.vue.d.ts.map +1 -0
- package/lib/components/fields/Select.vue.d.ts +535 -0
- package/lib/components/fields/Select.vue.d.ts.map +1 -0
- package/lib/components/fields/SelectColor.vue.d.ts +546 -0
- package/lib/components/fields/SelectColor.vue.d.ts.map +1 -0
- package/lib/components/fields/SelectImage.vue.d.ts +547 -0
- package/lib/components/fields/SelectImage.vue.d.ts.map +1 -0
- package/lib/components/fields/SelectText.vue.d.ts +544 -0
- package/lib/components/fields/SelectText.vue.d.ts.map +1 -0
- package/lib/components/fields/Text.vue.d.ts +13308 -0
- package/lib/components/fields/Text.vue.d.ts.map +1 -0
- package/lib/components/fields/index.d.ts +16 -0
- package/lib/components/fields/index.d.ts.map +1 -0
- package/lib/env.d.ts +8 -0
- package/lib/index.d.ts +49 -0
- package/lib/index.d.ts.map +1 -0
- package/lib/services/pexels.d.ts +51 -0
- package/lib/services/pexels.d.ts.map +1 -0
- package/lib/services/sharedDrive.d.ts +65 -0
- package/lib/services/sharedDrive.d.ts.map +1 -0
- package/lib/style.css +1 -0
- package/lib/types/index.d.ts +7 -0
- package/lib/types/index.d.ts.map +1 -0
- package/lib/util/PopupProvider.d.ts +8 -0
- package/lib/util/PopupProvider.d.ts.map +1 -0
- package/lib/util/adjust.d.ts +15 -0
- package/lib/util/adjust.d.ts.map +1 -0
- package/lib/util/blob.d.ts +3 -0
- package/lib/util/blob.d.ts.map +1 -0
- package/lib/util/blobToDataURL.d.ts +3 -0
- package/lib/util/blobToDataURL.d.ts.map +1 -0
- package/lib/util/bluepicEmbed.d.ts +45 -0
- package/lib/util/bluepicEmbed.d.ts.map +1 -0
- package/lib/util/cloudflareImages.d.ts +22 -0
- package/lib/util/cloudflareImages.d.ts.map +1 -0
- package/lib/util/color.d.ts +154 -0
- package/lib/util/color.d.ts.map +1 -0
- package/lib/util/contentEditable.d.ts +68 -0
- package/lib/util/contentEditable.d.ts.map +1 -0
- package/lib/util/convertDeprecatedFields.d.ts +3 -0
- package/lib/util/convertDeprecatedFields.d.ts.map +1 -0
- package/lib/util/cropImage.d.ts +14 -0
- package/lib/util/cropImage.d.ts.map +1 -0
- package/lib/util/darkMode.d.ts +3 -0
- package/lib/util/darkMode.d.ts.map +1 -0
- package/lib/util/debounce.d.ts +2 -0
- package/lib/util/debounce.d.ts.map +1 -0
- package/lib/util/exportSVGDocument.d.ts +6 -0
- package/lib/util/exportSVGDocument.d.ts.map +1 -0
- package/lib/util/fetch.d.ts +15 -0
- package/lib/util/fetch.d.ts.map +1 -0
- package/lib/util/fields.d.ts +282 -0
- package/lib/util/fields.d.ts.map +1 -0
- package/lib/util/file.d.ts +6 -0
- package/lib/util/file.d.ts.map +1 -0
- package/lib/util/handleUpload.d.ts +8 -0
- package/lib/util/handleUpload.d.ts.map +1 -0
- package/lib/util/hash.d.ts +9 -0
- package/lib/util/hash.d.ts.map +1 -0
- package/lib/util/imageInfo.d.ts +6 -0
- package/lib/util/imageInfo.d.ts.map +1 -0
- package/lib/util/isEqual.d.ts +2 -0
- package/lib/util/isEqual.d.ts.map +1 -0
- package/lib/util/parseCSV.d.ts +2 -0
- package/lib/util/parseCSV.d.ts.map +1 -0
- package/lib/util/renderSVG.d.ts +37 -0
- package/lib/util/renderSVG.d.ts.map +1 -0
- package/lib/util/richtext.d.ts +7 -0
- package/lib/util/richtext.d.ts.map +1 -0
- package/lib/util/round.d.ts +2 -0
- package/lib/util/round.d.ts.map +1 -0
- package/lib/util/slotVNodes.d.ts +9 -0
- package/lib/util/slotVNodes.d.ts.map +1 -0
- package/lib/util/timecode.d.ts +9 -0
- package/lib/util/timecode.d.ts.map +1 -0
- package/lib/util/waitUntil.d.ts +2 -0
- package/lib/util/waitUntil.d.ts.map +1 -0
- package/package.json +78 -0
|
@@ -0,0 +1,282 @@
|
|
|
1
|
+
import { Ref } from 'vue';
|
|
2
|
+
import { FieldsBridge, BluepicField, BluepicFieldGroup } from '@bluepic/types';
|
|
3
|
+
export type MobileFieldsSlide = {
|
|
4
|
+
fields: BluepicField[];
|
|
5
|
+
originalField?: BluepicFieldGroup;
|
|
6
|
+
};
|
|
7
|
+
export declare function modelField(model: BluepicField['model'], data: Ref<{
|
|
8
|
+
[k: string]: unknown;
|
|
9
|
+
}>): {
|
|
10
|
+
[x: string]: unknown;
|
|
11
|
+
};
|
|
12
|
+
export declare function flattenFields(fields: BluepicField[]): MobileFieldsSlide[];
|
|
13
|
+
export declare function flattenFieldTable(fields: BluepicField[]): BluepicField[];
|
|
14
|
+
export declare function useMobileFields(fields: Ref<BluepicField[]>): {
|
|
15
|
+
mobileFields: import("vue").ComputedRef<{
|
|
16
|
+
originalField: BluepicFieldGroup | undefined;
|
|
17
|
+
fields: BluepicField[];
|
|
18
|
+
}[]>;
|
|
19
|
+
};
|
|
20
|
+
export declare function useFields(fields: Ref<BluepicField[]>): {
|
|
21
|
+
fields: Ref<BluepicField[], BluepicField[]>;
|
|
22
|
+
data: Ref<{
|
|
23
|
+
[k: string]: unknown;
|
|
24
|
+
} | undefined, {
|
|
25
|
+
[k: string]: unknown;
|
|
26
|
+
} | undefined>;
|
|
27
|
+
bridge: FieldsBridge;
|
|
28
|
+
modelField: (model: BluepicField['model']) => {
|
|
29
|
+
[x: string]: unknown;
|
|
30
|
+
};
|
|
31
|
+
wrapFieldProps: (fieldProps: BluepicField['props']) => {
|
|
32
|
+
[k: string]: any;
|
|
33
|
+
};
|
|
34
|
+
};
|
|
35
|
+
export declare function getFieldDescription(field: BluepicField): string;
|
|
36
|
+
export declare function getFieldsDescription(fields: BluepicField[]): string;
|
|
37
|
+
export declare function renderFieldIcon(type: BluepicField['type'], active: boolean, style?: {
|
|
38
|
+
[k: string]: string;
|
|
39
|
+
}): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
40
|
+
[key: string]: any;
|
|
41
|
+
}>;
|
|
42
|
+
export declare function getDefaultValueForFieldModel(field: BluepicField, modelKey: string): any;
|
|
43
|
+
export declare function realizeField(field: BluepicField): BluepicField;
|
|
44
|
+
export declare function stringifyField(field: BluepicField): {
|
|
45
|
+
props: {
|
|
46
|
+
[k: string]: any;
|
|
47
|
+
};
|
|
48
|
+
type: "Image";
|
|
49
|
+
model: {
|
|
50
|
+
modelValue: string;
|
|
51
|
+
};
|
|
52
|
+
description?: string | undefined;
|
|
53
|
+
detailedDescription?: string | undefined;
|
|
54
|
+
layout: {
|
|
55
|
+
minWidth: string;
|
|
56
|
+
maxWidth: string;
|
|
57
|
+
};
|
|
58
|
+
hitbox?: import("@bluepic/types").Hitbox | undefined;
|
|
59
|
+
frameIndex?: number | undefined;
|
|
60
|
+
} | {
|
|
61
|
+
props: {
|
|
62
|
+
[k: string]: any;
|
|
63
|
+
};
|
|
64
|
+
type: "Text";
|
|
65
|
+
model: {
|
|
66
|
+
modelValue: string;
|
|
67
|
+
};
|
|
68
|
+
description?: string | undefined;
|
|
69
|
+
detailedDescription?: string | undefined;
|
|
70
|
+
layout: {
|
|
71
|
+
minWidth: string;
|
|
72
|
+
maxWidth: string;
|
|
73
|
+
};
|
|
74
|
+
hitbox?: import("@bluepic/types").Hitbox | undefined;
|
|
75
|
+
frameIndex?: number | undefined;
|
|
76
|
+
} | {
|
|
77
|
+
props: {
|
|
78
|
+
[k: string]: any;
|
|
79
|
+
};
|
|
80
|
+
type: "ImageAdjust";
|
|
81
|
+
model: {
|
|
82
|
+
image: string;
|
|
83
|
+
adjust: string;
|
|
84
|
+
};
|
|
85
|
+
description?: string | undefined;
|
|
86
|
+
detailedDescription?: string | undefined;
|
|
87
|
+
layout: {
|
|
88
|
+
minWidth: string;
|
|
89
|
+
maxWidth: string;
|
|
90
|
+
};
|
|
91
|
+
hitbox?: import("@bluepic/types").Hitbox | undefined;
|
|
92
|
+
frameIndex?: number | undefined;
|
|
93
|
+
} | {
|
|
94
|
+
props: {
|
|
95
|
+
[k: string]: any;
|
|
96
|
+
};
|
|
97
|
+
type: "Group";
|
|
98
|
+
model: {};
|
|
99
|
+
description?: string | undefined;
|
|
100
|
+
detailedDescription?: string | undefined;
|
|
101
|
+
layout: {
|
|
102
|
+
minWidth: string;
|
|
103
|
+
maxWidth: string;
|
|
104
|
+
};
|
|
105
|
+
hitbox?: import("@bluepic/types").Hitbox | undefined;
|
|
106
|
+
frameIndex?: number | undefined;
|
|
107
|
+
} | {
|
|
108
|
+
props: {
|
|
109
|
+
[k: string]: any;
|
|
110
|
+
};
|
|
111
|
+
type: "Collection";
|
|
112
|
+
model: {
|
|
113
|
+
modelValue: string;
|
|
114
|
+
};
|
|
115
|
+
description?: string | undefined;
|
|
116
|
+
detailedDescription?: string | undefined;
|
|
117
|
+
layout: {
|
|
118
|
+
minWidth: string;
|
|
119
|
+
maxWidth: string;
|
|
120
|
+
};
|
|
121
|
+
hitbox?: import("@bluepic/types").Hitbox | undefined;
|
|
122
|
+
frameIndex?: number | undefined;
|
|
123
|
+
} | {
|
|
124
|
+
props: {
|
|
125
|
+
[k: string]: any;
|
|
126
|
+
};
|
|
127
|
+
type: "Select";
|
|
128
|
+
model: {
|
|
129
|
+
modelValue: string;
|
|
130
|
+
};
|
|
131
|
+
description?: string | undefined;
|
|
132
|
+
detailedDescription?: string | undefined;
|
|
133
|
+
layout: {
|
|
134
|
+
minWidth: string;
|
|
135
|
+
maxWidth: string;
|
|
136
|
+
};
|
|
137
|
+
hitbox?: import("@bluepic/types").Hitbox | undefined;
|
|
138
|
+
frameIndex?: number | undefined;
|
|
139
|
+
} | {
|
|
140
|
+
props: {
|
|
141
|
+
[k: string]: any;
|
|
142
|
+
};
|
|
143
|
+
type: "Checkbox";
|
|
144
|
+
model: {
|
|
145
|
+
modelValue: string;
|
|
146
|
+
};
|
|
147
|
+
description?: string | undefined;
|
|
148
|
+
detailedDescription?: string | undefined;
|
|
149
|
+
layout: {
|
|
150
|
+
minWidth: string;
|
|
151
|
+
maxWidth: string;
|
|
152
|
+
};
|
|
153
|
+
hitbox?: import("@bluepic/types").Hitbox | undefined;
|
|
154
|
+
frameIndex?: number | undefined;
|
|
155
|
+
} | {
|
|
156
|
+
props: {
|
|
157
|
+
[k: string]: any;
|
|
158
|
+
};
|
|
159
|
+
type: "Number";
|
|
160
|
+
model: {
|
|
161
|
+
modelValue: string;
|
|
162
|
+
};
|
|
163
|
+
description?: string | undefined;
|
|
164
|
+
detailedDescription?: string | undefined;
|
|
165
|
+
layout: {
|
|
166
|
+
minWidth: string;
|
|
167
|
+
maxWidth: string;
|
|
168
|
+
};
|
|
169
|
+
hitbox?: import("@bluepic/types").Hitbox | undefined;
|
|
170
|
+
frameIndex?: number | undefined;
|
|
171
|
+
} | {
|
|
172
|
+
props: {
|
|
173
|
+
[k: string]: any;
|
|
174
|
+
};
|
|
175
|
+
type: "Color";
|
|
176
|
+
model: {
|
|
177
|
+
modelValue: string;
|
|
178
|
+
};
|
|
179
|
+
description?: string | undefined;
|
|
180
|
+
detailedDescription?: string | undefined;
|
|
181
|
+
layout: {
|
|
182
|
+
minWidth: string;
|
|
183
|
+
maxWidth: string;
|
|
184
|
+
};
|
|
185
|
+
hitbox?: import("@bluepic/types").Hitbox | undefined;
|
|
186
|
+
frameIndex?: number | undefined;
|
|
187
|
+
} | {
|
|
188
|
+
props: {
|
|
189
|
+
[k: string]: any;
|
|
190
|
+
};
|
|
191
|
+
type: "Map";
|
|
192
|
+
model: {
|
|
193
|
+
modelValue: string;
|
|
194
|
+
};
|
|
195
|
+
description?: string | undefined;
|
|
196
|
+
detailedDescription?: string | undefined;
|
|
197
|
+
layout: {
|
|
198
|
+
minWidth: string;
|
|
199
|
+
maxWidth: string;
|
|
200
|
+
};
|
|
201
|
+
hitbox?: import("@bluepic/types").Hitbox | undefined;
|
|
202
|
+
frameIndex?: number | undefined;
|
|
203
|
+
} | {
|
|
204
|
+
props: {
|
|
205
|
+
[k: string]: any;
|
|
206
|
+
};
|
|
207
|
+
type: "ImageEdit";
|
|
208
|
+
model: {
|
|
209
|
+
modelValue: string;
|
|
210
|
+
};
|
|
211
|
+
description?: string | undefined;
|
|
212
|
+
detailedDescription?: string | undefined;
|
|
213
|
+
layout: {
|
|
214
|
+
minWidth: string;
|
|
215
|
+
maxWidth: string;
|
|
216
|
+
};
|
|
217
|
+
hitbox?: import("@bluepic/types").Hitbox | undefined;
|
|
218
|
+
frameIndex?: number | undefined;
|
|
219
|
+
} | {
|
|
220
|
+
props: {
|
|
221
|
+
[k: string]: any;
|
|
222
|
+
};
|
|
223
|
+
type: "SelectColor";
|
|
224
|
+
model: {
|
|
225
|
+
modelValue: string;
|
|
226
|
+
};
|
|
227
|
+
description?: string | undefined;
|
|
228
|
+
detailedDescription?: string | undefined;
|
|
229
|
+
layout: {
|
|
230
|
+
minWidth: string;
|
|
231
|
+
maxWidth: string;
|
|
232
|
+
};
|
|
233
|
+
hitbox?: import("@bluepic/types").Hitbox | undefined;
|
|
234
|
+
frameIndex?: number | undefined;
|
|
235
|
+
} | {
|
|
236
|
+
props: {
|
|
237
|
+
[k: string]: any;
|
|
238
|
+
};
|
|
239
|
+
type: "SelectImage";
|
|
240
|
+
model: {
|
|
241
|
+
modelValue: string;
|
|
242
|
+
};
|
|
243
|
+
description?: string | undefined;
|
|
244
|
+
detailedDescription?: string | undefined;
|
|
245
|
+
layout: {
|
|
246
|
+
minWidth: string;
|
|
247
|
+
maxWidth: string;
|
|
248
|
+
};
|
|
249
|
+
hitbox?: import("@bluepic/types").Hitbox | undefined;
|
|
250
|
+
frameIndex?: number | undefined;
|
|
251
|
+
} | {
|
|
252
|
+
props: {
|
|
253
|
+
[k: string]: any;
|
|
254
|
+
};
|
|
255
|
+
type: "SelectText";
|
|
256
|
+
model: {
|
|
257
|
+
modelValue: string;
|
|
258
|
+
};
|
|
259
|
+
description?: string | undefined;
|
|
260
|
+
detailedDescription?: string | undefined;
|
|
261
|
+
layout: {
|
|
262
|
+
minWidth: string;
|
|
263
|
+
maxWidth: string;
|
|
264
|
+
};
|
|
265
|
+
hitbox?: import("@bluepic/types").Hitbox | undefined;
|
|
266
|
+
frameIndex?: number | undefined;
|
|
267
|
+
} | {
|
|
268
|
+
props: {
|
|
269
|
+
[k: string]: any;
|
|
270
|
+
};
|
|
271
|
+
type: "Instruction";
|
|
272
|
+
model: {};
|
|
273
|
+
description?: string | undefined;
|
|
274
|
+
detailedDescription?: string | undefined;
|
|
275
|
+
layout: {
|
|
276
|
+
minWidth: string;
|
|
277
|
+
maxWidth: string;
|
|
278
|
+
};
|
|
279
|
+
hitbox?: import("@bluepic/types").Hitbox | undefined;
|
|
280
|
+
frameIndex?: number | undefined;
|
|
281
|
+
};
|
|
282
|
+
//# sourceMappingURL=fields.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fields.d.ts","sourceRoot":"","sources":["fields.ts"],"names":[],"mappings":"AAAA,OAAO,EAAuB,GAAG,EAAE,MAAM,KAAK,CAAC;AAC/C,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAoB/E,MAAM,MAAM,iBAAiB,GAAG;IAC9B,MAAM,EAAE,YAAY,EAAE,CAAC;IACvB,aAAa,CAAC,EAAE,iBAAiB,CAAC;CACnC,CAAC;AAEF,wBAAgB,UAAU,CAAC,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,EAAE,IAAI,EAAE,GAAG,CAAC;IAAE,CAAC,CAAC,EAAE,MAAM,GAAG,OAAO,CAAA;CAAE,CAAC;;EAY3F;AAoBD,wBAAgB,aAAa,CAAC,MAAM,EAAE,YAAY,EAAE,uBA2BnD;AAED,wBAAgB,iBAAiB,CAAC,MAAM,EAAE,YAAY,EAAE,kBAgBvD;AAED,wBAAgB,eAAe,CAAC,MAAM,EAAE,GAAG,CAAC,YAAY,EAAE,CAAC;;;;;EAa1D;AAED,wBAAgB,SAAS,CAAC,MAAM,EAAE,GAAG,CAAC,YAAY,EAAE,CAAC;;;;;;;;wBA4CxB,YAAY,CAAC,OAAO,CAAC;;;iCAsBZ,YAAY,CAAC,OAAO,CAAC;;;EAkB1D;AAED,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,YAAY,UAiBtD;AACD,wBAAgB,oBAAoB,CAAC,MAAM,EAAE,YAAY,EAAE,GAAG,MAAM,CAEnE;AAED,wBAAgB,eAAe,CAAC,IAAI,EAAE,YAAY,CAAC,MAAM,CAAC,EAAE,MAAM,EAAE,OAAO,EAAE,KAAK,GAAE;IAAE,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;CAAO;;GAiD/G;AAED,wBAAgB,4BAA4B,CAAC,KAAK,EAAE,YAAY,EAAE,QAAQ,EAAE,MAAM,OA+CjF;AAED,wBAAgB,YAAY,CAAC,KAAK,EAAE,YAAY,GAAG,YAAY,CAsB9D;AAED,wBAAgB,cAAc,CAAC,KAAK,EAAE,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmBjD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"file.d.ts","sourceRoot":"","sources":["file.ts"],"names":[],"mappings":"AAAA,wBAAgB,SAAS,CAAC,IAAI,EAAE;IAAE,KAAK,EAAE,MAAM,EAAE,CAAC;IAAC,OAAO,EAAE,MAAM,CAAC;IAAC,QAAQ,EAAE,OAAO,CAAA;CAAE,mBAqBtF"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { Ref } from 'vue';
|
|
2
|
+
import { ImageMime, UploadConfig, UploadResult, BluepicField } from '@bluepic/types';
|
|
3
|
+
export declare function useUpload(width: Ref<number | undefined>, height: Ref<number | undefined>, convertTo: Ref<ImageMime | undefined>, quality: Ref<number | undefined>, handleUpload: (opts: UploadConfig) => Promise<UploadResult>, field: Ref<BluepicField | undefined>): {
|
|
4
|
+
uploading: Ref<boolean, boolean>;
|
|
5
|
+
uploadProgresses: Ref<number[], number[]>;
|
|
6
|
+
uploadFiles: (files: File[]) => Promise<UploadResult[]>;
|
|
7
|
+
};
|
|
8
|
+
//# sourceMappingURL=handleUpload.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"handleUpload.d.ts","sourceRoot":"","sources":["handleUpload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAO,MAAM,KAAK,CAAC;AAE/B,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAMrF,wBAAgB,SAAS,CACvB,KAAK,EAAE,GAAG,CAAC,MAAM,GAAG,SAAS,CAAC,EAC9B,MAAM,EAAE,GAAG,CAAC,MAAM,GAAG,SAAS,CAAC,EAC/B,SAAS,EAAE,GAAG,CAAC,SAAS,GAAG,SAAS,CAAC,EACrC,OAAO,EAAE,GAAG,CAAC,MAAM,GAAG,SAAS,CAAC,EAChC,YAAY,EAAE,CAAC,IAAI,EAAE,YAAY,KAAK,OAAO,CAAC,YAAY,CAAC,EAC3D,KAAK,EAAE,GAAG,CAAC,YAAY,GAAG,SAAS,CAAC;;;yBAuBF,IAAI,EAAE;EAsCzC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Erstellt einen Hash aus einem gegebenen String.
|
|
3
|
+
* @param input - Der Eingabestring, der gehasht werden soll.
|
|
4
|
+
* @param algorithm - Das Hash-Algorithmus (z.B. 'sha256', 'sha512').
|
|
5
|
+
* @returns Der generierte Hash als Hex-String.
|
|
6
|
+
*/
|
|
7
|
+
export declare function hashString(input: string, algorithm?: 'sha256' | 'sha512'): string;
|
|
8
|
+
export declare function hashObject(input: any, algorithm?: 'sha256' | 'sha512'): string;
|
|
9
|
+
//# sourceMappingURL=hash.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hash.d.ts","sourceRoot":"","sources":["hash.ts"],"names":[],"mappings":"AAEA;;;;;GAKG;AACH,wBAAgB,UAAU,CAAC,KAAK,EAAE,MAAM,EAAE,SAAS,GAAE,QAAQ,GAAG,QAAmB,GAAG,MAAM,CAI3F;AACD,wBAAgB,UAAU,CAAC,KAAK,EAAE,GAAG,EAAE,SAAS,GAAE,QAAQ,GAAG,QAAmB,GAAG,MAAM,CAExF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"imageInfo.d.ts","sourceRoot":"","sources":["imageInfo.ts"],"names":[],"mappings":"AAAA,wBAAgB,SAAS,CAAC,IAAI,EAAE,IAAI,GAAG,IAAI,GAAG,MAAM;WAazC,MAAM;YACL,MAAM;WACP,MAAM;GAEhB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"isEqual.d.ts","sourceRoot":"","sources":["isEqual.ts"],"names":[],"mappings":"AA4FA,wBAAgB,OAAO,CAAC,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,WAErC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"parseCSV.d.ts","sourceRoot":"","sources":["parseCSV.ts"],"names":[],"mappings":"AAAA,wBAAgB,QAAQ,CAAC,GAAG,EAAE,MAAM,EAAE,WAAW,EAAE,OAAO,mCAazD"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
export declare function renderSVG(svg: SVGElement, type: 'image/jpeg' | 'image/png' | 'image/webp' | 'image/jpge', resultType: 'arrayBuffer', svgLoadWaitDelay?: number): Promise<ArrayBuffer>;
|
|
2
|
+
export declare function renderSVG(svg: SVGElement, type: 'image/jpeg' | 'image/png' | 'image/webp' | 'image/jpge', resultType: 'blob', svgLoadWaitDelay?: number): Promise<Blob>;
|
|
3
|
+
type ColorMatrix = number[];
|
|
4
|
+
export declare function applyColorMatrixToColor({ r, g, b, a }: {
|
|
5
|
+
r: number;
|
|
6
|
+
g: number;
|
|
7
|
+
b: number;
|
|
8
|
+
a: number;
|
|
9
|
+
}, matrix: ColorMatrix): {
|
|
10
|
+
r: number;
|
|
11
|
+
g: number;
|
|
12
|
+
b: number;
|
|
13
|
+
a: number;
|
|
14
|
+
};
|
|
15
|
+
export declare function applyColorMatricesToImage(imageData: ArrayBuffer, matrices: ColorMatrix[]): Promise<ArrayBuffer>;
|
|
16
|
+
export declare function getVisibleBBox(arrayBuffer: ArrayBuffer): Promise<{
|
|
17
|
+
left: number;
|
|
18
|
+
top: number;
|
|
19
|
+
width: number;
|
|
20
|
+
height: number;
|
|
21
|
+
} | undefined>;
|
|
22
|
+
export declare function cropToVisibleBBox(arrayBuffer: ArrayBuffer, bbox: {
|
|
23
|
+
left: number;
|
|
24
|
+
top: number;
|
|
25
|
+
width: number;
|
|
26
|
+
height: number;
|
|
27
|
+
}): Promise<ArrayBuffer>;
|
|
28
|
+
export declare function rasterize(svg: SVGSVGElement): Promise<{
|
|
29
|
+
left: number;
|
|
30
|
+
top: number;
|
|
31
|
+
width: number;
|
|
32
|
+
height: number;
|
|
33
|
+
buffer: ArrayBuffer;
|
|
34
|
+
} | undefined>;
|
|
35
|
+
export declare function applyColorMatrix(data: ArrayBuffer, matrices: ColorMatrix[]): Promise<ArrayBuffer>;
|
|
36
|
+
export {};
|
|
37
|
+
//# sourceMappingURL=renderSVG.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"renderSVG.d.ts","sourceRoot":"","sources":["renderSVG.ts"],"names":[],"mappings":"AAoCA,wBAAgB,SAAS,CACvB,GAAG,EAAE,UAAU,EACf,IAAI,EAAE,YAAY,GAAG,WAAW,GAAG,YAAY,GAAG,YAAY,EAC9D,UAAU,EAAE,aAAa,EACzB,gBAAgB,CAAC,EAAE,MAAM,GACxB,OAAO,CAAC,WAAW,CAAC,CAAC;AACxB,wBAAgB,SAAS,CACvB,GAAG,EAAE,UAAU,EACf,IAAI,EAAE,YAAY,GAAG,WAAW,GAAG,YAAY,GAAG,YAAY,EAC9D,UAAU,EAAE,MAAM,EAClB,gBAAgB,CAAC,EAAE,MAAM,GACxB,OAAO,CAAC,IAAI,CAAC,CAAC;AAoDjB,KAAK,WAAW,GAAG,MAAM,EAAE,CAAC;AAC5B,wBAAgB,uBAAuB,CACrC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,EAAE;IAAE,CAAC,EAAE,MAAM,CAAC;IAAC,CAAC,EAAE,MAAM,CAAC;IAAC,CAAC,EAAE,MAAM,CAAC;IAAC,CAAC,EAAE,MAAM,CAAA;CAAE,EAC9D,MAAM,EAAE,WAAW,GAClB;IAAE,CAAC,EAAE,MAAM,CAAC;IAAC,CAAC,EAAE,MAAM,CAAC;IAAC,CAAC,EAAE,MAAM,CAAC;IAAC,CAAC,EAAE,MAAM,CAAA;CAAE,CAYhD;AAED,wBAAsB,yBAAyB,CAAC,SAAS,EAAE,WAAW,EAAE,QAAQ,EAAE,WAAW,EAAE,GAAG,OAAO,CAAC,WAAW,CAAC,CA2DrH;AAED,wBAAsB,cAAc,CAClC,WAAW,EAAE,WAAW,GACvB,OAAO,CAAC;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,GAAG,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAA;CAAE,GAAG,SAAS,CAAC,CAmEnF;AAED,wBAAsB,iBAAiB,CACrC,WAAW,EAAE,WAAW,EACxB,IAAI,EAAE;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,GAAG,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAA;CAAE,GACjE,OAAO,CAAC,WAAW,CAAC,CAsDtB;AAED,wBAAsB,SAAS,CAAC,GAAG,EAAE,aAAa;;;;;;eAcjD;AACD,wBAAsB,gBAAgB,CAAC,IAAI,EAAE,WAAW,EAAE,QAAQ,EAAE,WAAW,EAAE,wBAGhF"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { RichTextFeature } from '@bluepic/types';
|
|
2
|
+
export declare function sliceFeature({ text, format }: RichTextFeature, ...sliceArgs: [number] | [number, number]): RichTextFeature;
|
|
3
|
+
export declare function groupFeatureByLinebreaks(features: RichTextFeature[]): RichTextFeature[][];
|
|
4
|
+
export declare function ungroupFeaturesDividedByLinebreaks(groupedFeatures: RichTextFeature[][]): RichTextFeature[];
|
|
5
|
+
export declare function sliceRichText(fragments: RichTextFeature[], start: number, end: number): RichTextFeature[];
|
|
6
|
+
export declare function getRawText(features: RichTextFeature[][] | RichTextFeature[]): string;
|
|
7
|
+
//# sourceMappingURL=richtext.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"richtext.d.ts","sourceRoot":"","sources":["richtext.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAIjD,wBAAgB,YAAY,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,EAAE,eAAe,EAAE,GAAG,SAAS,EAAE,CAAC,MAAM,CAAC,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,eAAe,CAK1H;AAGD,wBAAgB,wBAAwB,CAAC,QAAQ,EAAE,eAAe,EAAE,uBAiCnE;AAED,wBAAgB,kCAAkC,CAAC,eAAe,EAAE,eAAe,EAAE,EAAE,qBA+BtF;AAED,wBAAgB,aAAa,CAAC,SAAS,EAAE,eAAe,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,qBAWrF;AAED,wBAAgB,UAAU,CAAC,QAAQ,EAAE,eAAe,EAAE,EAAE,GAAG,eAAe,EAAE,GAAG,MAAM,CAMpF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"round.d.ts","sourceRoot":"","sources":["round.ts"],"names":[],"mappings":"AAAA,wBAAgB,KAAK,CAAC,KAAK,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,UAGrD"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { VNode } from 'vue';
|
|
2
|
+
export declare function useSlotVNodes(slot: (...args: any[]) => VNode[]): {
|
|
3
|
+
setSlotRef: (index: number) => (vnode: any) => void;
|
|
4
|
+
slotElements: import("vue").Ref<Node[], Node[]>;
|
|
5
|
+
vNodes: import("vue").ComputedRef<VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
6
|
+
[key: string]: any;
|
|
7
|
+
}>[]>;
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=slotVNodes.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"slotVNodes.d.ts","sourceRoot":"","sources":["slotVNodes.ts"],"names":[],"mappings":"AAAA,OAAO,EAA2B,KAAK,EAAS,MAAM,KAAK,CAAC;AAE5D,wBAAgB,aAAa,CAAC,IAAI,EAAE,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,KAAK,EAAE;wBAIlC,MAAM,aAChB,GAAG;;;;;EAqCrB"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export declare function splitTimestamp(timestamp: number): {
|
|
2
|
+
hours: number;
|
|
3
|
+
minutes: number;
|
|
4
|
+
seconds: number;
|
|
5
|
+
milliseconds: number;
|
|
6
|
+
};
|
|
7
|
+
export declare function timestampToTimecode(timestamp: number, commaChar: '.' | ','): string;
|
|
8
|
+
export declare function timecodeToTimestamp(timecode: string): number;
|
|
9
|
+
//# sourceMappingURL=timecode.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"timecode.d.ts","sourceRoot":"","sources":["timecode.ts"],"names":[],"mappings":"AAAA,wBAAgB,cAAc,CAAC,SAAS,EAAE,MAAM,GAAG;IAAE,KAAK,EAAE,MAAM,CAAC;IAAC,OAAO,EAAE,MAAM,CAAC;IAAC,OAAO,EAAE,MAAM,CAAC;IAAC,YAAY,EAAE,MAAM,CAAA;CAAE,CAe3H;AAED,wBAAgB,mBAAmB,CAAC,SAAS,EAAE,MAAM,EAAE,SAAS,EAAE,GAAG,GAAG,GAAG,GAAG,MAAM,CAKnF;AACD,wBAAgB,mBAAmB,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM,CAO5D"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"waitUntil.d.ts","sourceRoot":"","sources":["waitUntil.ts"],"names":[],"mappings":"AAAA,wBAAsB,SAAS,CAAC,KAAK,EAAE,MAAM,OAAO,CAAC,OAAO,CAAC,GAAG,OAAO,EAAE,OAAO,EAAE,MAAM,GAAG,gBAAgB,iBAM1G"}
|
package/package.json
ADDED
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@bluepic/embed",
|
|
3
|
+
"private": false,
|
|
4
|
+
"version": "0.1.0",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"files": [
|
|
7
|
+
"package.json",
|
|
8
|
+
"lib"
|
|
9
|
+
],
|
|
10
|
+
"exports": {
|
|
11
|
+
".": {
|
|
12
|
+
"types": "./lib/index.d.ts",
|
|
13
|
+
"import": "./lib/bluepic-fields.es.js",
|
|
14
|
+
"require": "./lib/bluepic-fields.umd.js"
|
|
15
|
+
},
|
|
16
|
+
"./style.css": "./lib/style.css"
|
|
17
|
+
},
|
|
18
|
+
"types": "./lib/index.d.ts",
|
|
19
|
+
"scripts": {
|
|
20
|
+
"dev": "vite",
|
|
21
|
+
"build": "vue-tsc --noEmit && vite build && cp lib/bluepic-fields.umd.js tests/test1/bluepic-fields.umd.js && cp lib/style.css tests/test1/bluepic-fields.css",
|
|
22
|
+
"serve": "npm-watch build",
|
|
23
|
+
"lint": "eslint src --ext .ts,.vue"
|
|
24
|
+
},
|
|
25
|
+
"watch": {
|
|
26
|
+
"build": {
|
|
27
|
+
"patterns": [
|
|
28
|
+
"src"
|
|
29
|
+
],
|
|
30
|
+
"extensions": "ts,scss,vue,css",
|
|
31
|
+
"quiet": false
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
"dependencies": {
|
|
35
|
+
"@floating-ui/vue": "^1.0.6",
|
|
36
|
+
"@vueuse/core": "^10.11.0",
|
|
37
|
+
"compressorjs": "^1.2.1",
|
|
38
|
+
"css": "^3.0.0",
|
|
39
|
+
"css-expression": "^0.0.8",
|
|
40
|
+
"lodash": "^4.17.21",
|
|
41
|
+
"mapbox-gl": "^3.7.0",
|
|
42
|
+
"mime-types": "^2.1.35",
|
|
43
|
+
"nanoid": "^5.0.7",
|
|
44
|
+
"object-hash": "^3.0.0",
|
|
45
|
+
"p-limit": "^4.0.0",
|
|
46
|
+
"sortablejs": "^1.15.3",
|
|
47
|
+
"swiper": "^11.1.14",
|
|
48
|
+
"vue-advanced-cropper": "^2.8.8",
|
|
49
|
+
"vue3-delay-watch": "^0.1.2",
|
|
50
|
+
"zoompinch": "^0.0.47"
|
|
51
|
+
},
|
|
52
|
+
"peerDependencies": {
|
|
53
|
+
"vue": "^3.4.27"
|
|
54
|
+
},
|
|
55
|
+
"devDependencies": {
|
|
56
|
+
"@bluepic/types": "^0.1.311",
|
|
57
|
+
"@types/css": "^0.0.38",
|
|
58
|
+
"@types/lodash": "^4.17.14",
|
|
59
|
+
"@types/mime-types": "^2.1.4",
|
|
60
|
+
"@types/node": "^18.11.3",
|
|
61
|
+
"@types/object-hash": "^3.0.6",
|
|
62
|
+
"@typescript-eslint/eslint-plugin": "^5.42.0",
|
|
63
|
+
"@typescript-eslint/parser": "^5.42.0",
|
|
64
|
+
"@vicons/ionicons5": "^0.12.0",
|
|
65
|
+
"@vitejs/plugin-vue": "^3.1.0",
|
|
66
|
+
"eslint": "^8.27.0",
|
|
67
|
+
"eslint-plugin-vue": "^9.7.0",
|
|
68
|
+
"npm-watch": "^0.11.0",
|
|
69
|
+
"pexels": "^1.4.0",
|
|
70
|
+
"sass": "^1.55.0",
|
|
71
|
+
"stripe": "^15.8.0",
|
|
72
|
+
"typescript": "^5.7.3",
|
|
73
|
+
"vite": "^3.2.10",
|
|
74
|
+
"vite-plugin-dts": "^1.6.6",
|
|
75
|
+
"vite-plugin-node-polyfills": "^0.22.0",
|
|
76
|
+
"vue-tsc": "^2.0.19"
|
|
77
|
+
}
|
|
78
|
+
}
|