ablok-components 0.3.68 → 0.3.69
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/ablok-components.css +1 -1
- package/dist/ablok-components.umd.js +2 -2
- package/dist/components/molecules/upload-group/upload-group.vue.d.ts +19 -1
- package/dist/components/molecules/upload-group/upload-group.vue.js +49 -43
- package/dist/components/organisms/asset-uploader/asset-uploader.vue.d.ts +48 -0
- package/dist/components/organisms/asset-uploader/asset-uploader.vue.js +63 -29
- package/dist/components/organisms/asset-uploader/asset-uploader.vue2.js +4 -0
- package/dist/components/organisms/preset-uploader/preset-uploader.vue.d.ts +257 -0
- package/dist/components/organisms/preset-uploader/preset-uploader.vue.js +542 -0
- package/dist/components/organisms/preset-uploader/preset-uploader.vue3.js +5 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +59 -57
- package/package.json +1 -1
- package/dist/components/organisms/asset-uploader/asset-uploader.vue3.js +0 -5
package/dist/index.js
CHANGED
|
@@ -29,11 +29,11 @@ import { default as ho } from "./components/molecules/radio-buttons/radio-button
|
|
|
29
29
|
/* empty css */
|
|
30
30
|
import { default as Ro } from "./components/atoms/input-file/input-file.vue.js";
|
|
31
31
|
import { default as Fo } from "./components/atoms/custom-html/custom-html.vue.js";
|
|
32
|
-
import { default as
|
|
32
|
+
import { default as Uo } from "./components/molecules/select-media/select-media.vue.js";
|
|
33
33
|
/* empty css */
|
|
34
|
-
import { default as
|
|
34
|
+
import { default as Ao } from "./components/molecules/rte-editor/rte-editor.vue.js";
|
|
35
35
|
/* empty css */
|
|
36
|
-
import { default as
|
|
36
|
+
import { default as To } from "./components/molecules/input-color/input-color.vue.js";
|
|
37
37
|
/* empty css */
|
|
38
38
|
import { default as Ho } from "./components/molecules/color-palette/color-palette.vue.js";
|
|
39
39
|
/* empty css */
|
|
@@ -52,49 +52,50 @@ import { default as Ko } from "./components/molecules/file-upload/file-upload.vu
|
|
|
52
52
|
import { default as Vo } from "./components/molecules/upload-group/upload-group.vue.js";
|
|
53
53
|
/* empty css */
|
|
54
54
|
import { default as Yo } from "./components/organisms/asset-uploader/asset-uploader.vue.js";
|
|
55
|
-
|
|
56
|
-
|
|
55
|
+
import { default as $o } from "./components/organisms/preset-uploader/preset-uploader.vue.js";
|
|
56
|
+
/* empty css */
|
|
57
|
+
import { default as tt } from "./components/organisms/location-finder/location-finder.vue.js";
|
|
57
58
|
/* empty css */
|
|
58
|
-
import { default as
|
|
59
|
+
import { default as et } from "./components/templates/base-carousel/base-carousel.vue.js";
|
|
59
60
|
/* empty css */
|
|
60
|
-
import { default as
|
|
61
|
+
import { default as pt } from "./components/molecules/media-thumbnails/media-thumbnails.vue.js";
|
|
61
62
|
/* empty css */
|
|
62
|
-
import { default as
|
|
63
|
+
import { default as ft } from "./components/molecules/progress-steps/progress-steps.vue.js";
|
|
63
64
|
/* empty css */
|
|
64
|
-
import { default as
|
|
65
|
+
import { default as ut } from "./components/molecules/hint-system/hint-system.vue.js";
|
|
65
66
|
/* empty css */
|
|
66
|
-
import { default as
|
|
67
|
+
import { default as dt } from "./components/molecules/popover-tooltip/popover-tooltip.vue.js";
|
|
67
68
|
/* empty css */
|
|
68
|
-
import { default as
|
|
69
|
+
import { default as xt } from "./components/molecules/popover-notifications/popover-notifications.vue.js";
|
|
69
70
|
/* empty css */
|
|
70
|
-
import { default as
|
|
71
|
-
import { default as
|
|
71
|
+
import { default as It } from "./components/molecules/dom-renderer/dom-renderer.vue.js";
|
|
72
|
+
import { default as gt } from "./components/molecules/qr-code/qr-code.vue.js";
|
|
72
73
|
/* empty css */
|
|
73
|
-
import { default as
|
|
74
|
+
import { default as Bt } from "./components/molecules/link-sharing/link-sharing.vue.js";
|
|
74
75
|
/* empty css */
|
|
75
|
-
import { default as
|
|
76
|
+
import { default as St } from "./components/templates/base-form/base-form.vue.js";
|
|
76
77
|
/* empty css */
|
|
77
|
-
import { default as
|
|
78
|
+
import { default as ht } from "./components/templates/modal-dialog/modal-dialog.vue.js";
|
|
78
79
|
/* empty css */
|
|
79
|
-
import { default as
|
|
80
|
+
import { default as Rt } from "./components/templates/popover-dialog/popover-dialog.vue.js";
|
|
80
81
|
/* empty css */
|
|
81
|
-
import { default as
|
|
82
|
+
import { default as Ft } from "./components/templates/sortable-list/sortable-list.vue.js";
|
|
82
83
|
/* empty css */
|
|
83
|
-
import { default as
|
|
84
|
+
import { default as Ut } from "./components/templates/touch-wrapper/touch-wrapper.vue.js";
|
|
84
85
|
/* empty css */
|
|
85
|
-
import { default as
|
|
86
|
+
import { default as At } from "./components/atoms/canvas-confetti/canvas-confetti.vue.js";
|
|
86
87
|
/* empty css */
|
|
87
|
-
import { default as
|
|
88
|
-
import { default as
|
|
89
|
-
import { default as
|
|
90
|
-
import { default as
|
|
88
|
+
import { default as Tt } from "./components/molecules/image-crop/image-crop.vue.js";
|
|
89
|
+
import { default as Ht } from "./components/molecules/image-resize/image-resize.vue.js";
|
|
90
|
+
import { default as zt } from "./components/molecules/image-crop-resize/image-crop-resize.vue.js";
|
|
91
|
+
import { default as Et } from "./components/molecules/image-upload/image-upload.vue.js";
|
|
91
92
|
/* empty css */
|
|
92
|
-
import { default as
|
|
93
|
+
import { default as Qt } from "./components/molecules/image-zoom/image-zoom.vue.js";
|
|
93
94
|
/* empty css */
|
|
94
|
-
import { useCameraFilter as
|
|
95
|
-
import { useDirections as
|
|
96
|
-
import { useGeocoding as
|
|
97
|
-
import { useGeolocation as
|
|
95
|
+
import { useCameraFilter as Zt } from "./composables/useCameraFilter.js";
|
|
96
|
+
import { useDirections as qt } from "./composables/useDirections.js";
|
|
97
|
+
import { useGeocoding as Kt } from "./composables/useGeocoding.js";
|
|
98
|
+
import { useGeolocation as Vt } from "./composables/useGeolocation.js";
|
|
98
99
|
export {
|
|
99
100
|
oo as Accordion,
|
|
100
101
|
_ as AccordionItem,
|
|
@@ -102,27 +103,27 @@ export {
|
|
|
102
103
|
Eo as AutoSuggest,
|
|
103
104
|
ro as BaseButton,
|
|
104
105
|
Qo as BaseCamera,
|
|
105
|
-
|
|
106
|
-
|
|
106
|
+
et as BaseCarousel,
|
|
107
|
+
St as BaseForm,
|
|
107
108
|
O as BaseHeadline,
|
|
108
109
|
J as BaseImage,
|
|
109
110
|
ao as BaseInput,
|
|
110
111
|
Zo as BaseMap,
|
|
111
112
|
X as BaseParagraph,
|
|
112
|
-
|
|
113
|
+
At as CanvasConfetti,
|
|
113
114
|
Bo as CheckGroup,
|
|
114
115
|
Ho as ColorPalette,
|
|
115
116
|
Fo as CustomHtml,
|
|
116
|
-
|
|
117
|
+
It as DomRenderer,
|
|
117
118
|
Ko as FileUpload,
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
119
|
+
ut as HintSystem,
|
|
120
|
+
Tt as ImageCrop,
|
|
121
|
+
zt as ImageCropResize,
|
|
122
|
+
Ht as ImageResize,
|
|
123
|
+
Et as ImageUpload,
|
|
124
|
+
Qt as ImageZoom,
|
|
124
125
|
so as InputCheckbox,
|
|
125
|
-
|
|
126
|
+
To as InputColor,
|
|
126
127
|
xo as InputDatepicker,
|
|
127
128
|
io as InputDatetime,
|
|
128
129
|
zo as InputDropdown,
|
|
@@ -130,27 +131,28 @@ export {
|
|
|
130
131
|
Io as InputPasscode,
|
|
131
132
|
go as InputPassword,
|
|
132
133
|
mo as InputTextarea,
|
|
133
|
-
|
|
134
|
+
Bt as LinkSharing,
|
|
134
135
|
j as LoadingSpinner,
|
|
135
|
-
|
|
136
|
+
tt as LocationFinder,
|
|
136
137
|
qo as LocationList,
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
138
|
+
pt as MediaThumbnails,
|
|
139
|
+
ht as ModalDialog,
|
|
140
|
+
Rt as PopoverDialog,
|
|
141
|
+
xt as PopoverNotifications,
|
|
142
|
+
dt as PopoverTooltip,
|
|
143
|
+
$o as PresetUploader,
|
|
144
|
+
ft as ProgressSteps,
|
|
145
|
+
gt as QrCode,
|
|
144
146
|
ho as RadioButtons,
|
|
145
147
|
So as RadioGroup,
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
148
|
+
Ao as RteEditor,
|
|
149
|
+
Uo as SelectMedia,
|
|
150
|
+
Ft as SortableList,
|
|
149
151
|
W as SvgIcon,
|
|
150
|
-
|
|
152
|
+
Ut as TouchWrapper,
|
|
151
153
|
Vo as UploadGroup,
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
154
|
+
Zt as useCameraFilter,
|
|
155
|
+
qt as useDirections,
|
|
156
|
+
Kt as useGeocoding,
|
|
157
|
+
Vt as useGeolocation
|
|
156
158
|
};
|
package/package.json
CHANGED