ablok-components 0.3.80 → 0.3.83
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/bulk-upload/bulk-upload.vue.d.ts +128 -0
- package/dist/components/molecules/bulk-upload/bulk-upload.vue.js +134 -0
- package/dist/components/molecules/bulk-upload/bulk-upload.vue3.js +5 -0
- package/dist/components/molecules/file-upload/file-upload.vue.d.ts +10 -4
- package/dist/components/molecules/file-upload/file-upload.vue.js +38 -38
- package/dist/i18n.d.ts +2 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +117 -114
- package/dist/locales/en.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,158 +1,161 @@
|
|
|
1
|
-
import { default as
|
|
1
|
+
import { default as Z } from "./components/atoms/svg-icon/svg-icon.vue.js";
|
|
2
2
|
/* empty css */
|
|
3
|
-
import { default as
|
|
3
|
+
import { default as q } from "./components/atoms/loading-spinner/loading-spinner.vue.js";
|
|
4
4
|
/* empty css */
|
|
5
|
-
import { default as
|
|
5
|
+
import { default as K } from "./components/atoms/base-image/base-image.vue.js";
|
|
6
6
|
/* empty css */
|
|
7
|
-
import { default as
|
|
8
|
-
import { default as
|
|
9
|
-
import { default as
|
|
7
|
+
import { default as V } from "./components/atoms/base-headline/base-headline.vue.js";
|
|
8
|
+
import { default as Y } from "./components/atoms/base-paragraph/base-paragraph.vue.js";
|
|
9
|
+
import { default as $ } from "./components/molecules/accordion/accordion-item.vue.js";
|
|
10
10
|
/* empty css */
|
|
11
|
-
import { default as
|
|
12
|
-
import { default as
|
|
11
|
+
import { default as to } from "./components/molecules/accordion/accordion.vue.js";
|
|
12
|
+
import { default as eo } from "./components/atoms/base-button/base-button.vue.js";
|
|
13
13
|
/* empty css */
|
|
14
|
-
import { default as
|
|
14
|
+
import { default as po } from "./components/atoms/base-input/base-input.vue.js";
|
|
15
15
|
/* empty css */
|
|
16
|
-
import { default as
|
|
17
|
-
import { default as
|
|
16
|
+
import { default as fo } from "./components/atoms/input-textarea/input-textarea.vue.js";
|
|
17
|
+
import { default as uo } from "./components/atoms/input-checkbox/input-checkbox.vue.js";
|
|
18
18
|
/* empty css */
|
|
19
19
|
import { default as io } from "./components/atoms/input-datetime/input-datetime.vue.js";
|
|
20
|
-
import { default as
|
|
20
|
+
import { default as no } from "./components/molecules/input-datepicker/input-datepicker.vue.js";
|
|
21
21
|
/* empty css */
|
|
22
|
-
import { default as
|
|
23
|
-
import { default as
|
|
24
|
-
import { default as
|
|
22
|
+
import { default as co } from "./components/atoms/input-passcode/input-passcode.vue.js";
|
|
23
|
+
import { default as Co } from "./components/atoms/input-password/input-password.vue.js";
|
|
24
|
+
import { default as Po } from "./components/atoms/check-group/check-group.vue.js";
|
|
25
25
|
/* empty css */
|
|
26
|
-
import { default as
|
|
26
|
+
import { default as Do } from "./components/atoms/radio-group/radio-group.vue.js";
|
|
27
27
|
/* empty css */
|
|
28
|
-
import { default as
|
|
28
|
+
import { default as Lo } from "./components/molecules/radio-buttons/radio-buttons.vue.js";
|
|
29
29
|
/* empty css */
|
|
30
|
-
import { default as
|
|
31
|
-
import { default as
|
|
32
|
-
import { default as
|
|
30
|
+
import { default as Uo } from "./components/atoms/input-file/input-file.vue.js";
|
|
31
|
+
import { default as vo } from "./components/atoms/custom-html/custom-html.vue.js";
|
|
32
|
+
import { default as Go } from "./components/molecules/select-media/select-media.vue.js";
|
|
33
33
|
/* empty css */
|
|
34
|
-
import { default as
|
|
34
|
+
import { default as Mo } from "./components/molecules/rte-editor/rte-editor.vue.js";
|
|
35
35
|
/* empty css */
|
|
36
|
-
import { default as
|
|
36
|
+
import { default as bo } from "./components/molecules/input-color/input-color.vue.js";
|
|
37
37
|
/* empty css */
|
|
38
|
-
import { default as
|
|
38
|
+
import { default as wo } from "./components/molecules/color-palette/color-palette.vue.js";
|
|
39
39
|
/* empty css */
|
|
40
|
-
import { default as
|
|
40
|
+
import { default as yo } from "./components/molecules/input-dropdown/input-dropdown.vue.js";
|
|
41
41
|
/* empty css */
|
|
42
|
-
import { default as
|
|
42
|
+
import { default as No } from "./components/molecules/auto-suggest/auto-suggest.vue.js";
|
|
43
43
|
/* empty css */
|
|
44
|
-
import { default as
|
|
44
|
+
import { default as Wo } from "./components/molecules/base-camera/base-camera.vue.js";
|
|
45
45
|
/* empty css */
|
|
46
|
-
import { default as
|
|
46
|
+
import { default as jo } from "./components/molecules/base-map/base-map.vue.js";
|
|
47
47
|
/* empty css */
|
|
48
|
-
import { default as
|
|
48
|
+
import { default as Jo } from "./components/molecules/location-list/location-list.vue.js";
|
|
49
49
|
/* empty css */
|
|
50
|
-
import { default as
|
|
50
|
+
import { default as Oo } from "./components/molecules/file-upload/file-upload.vue.js";
|
|
51
51
|
/* empty css */
|
|
52
|
-
import { default as
|
|
52
|
+
import { default as Xo } from "./components/molecules/bulk-upload/bulk-upload.vue.js";
|
|
53
|
+
/* empty css */
|
|
54
|
+
import { default as _o } from "./components/molecules/upload-group/upload-group.vue.js";
|
|
53
55
|
/* empty css */
|
|
54
|
-
import { default as
|
|
55
|
-
import { default as
|
|
56
|
+
import { default as ot } from "./components/organisms/asset-uploader/asset-uploader.vue.js";
|
|
57
|
+
import { default as rt } from "./components/organisms/preset-uploader/preset-uploader.vue.js";
|
|
56
58
|
/* empty css */
|
|
57
|
-
import { default as
|
|
59
|
+
import { default as at } from "./components/organisms/location-finder/location-finder.vue.js";
|
|
58
60
|
/* empty css */
|
|
59
|
-
import { default as
|
|
61
|
+
import { default as mt } from "./components/templates/base-carousel/base-carousel.vue.js";
|
|
60
62
|
/* empty css */
|
|
61
|
-
import { default as
|
|
63
|
+
import { default as st } from "./components/molecules/media-thumbnails/media-thumbnails.vue.js";
|
|
62
64
|
/* empty css */
|
|
63
|
-
import { default as
|
|
65
|
+
import { default as lt } from "./components/molecules/progress-steps/progress-steps.vue.js";
|
|
64
66
|
/* empty css */
|
|
65
|
-
import { default as
|
|
67
|
+
import { default as it } from "./components/molecules/hint-system/hint-system.vue.js";
|
|
66
68
|
/* empty css */
|
|
67
|
-
import { default as
|
|
69
|
+
import { default as nt } from "./components/molecules/popover-tooltip/popover-tooltip.vue.js";
|
|
68
70
|
/* empty css */
|
|
69
|
-
import { default as
|
|
71
|
+
import { default as ct } from "./components/molecules/popover-notifications/popover-notifications.vue.js";
|
|
70
72
|
/* empty css */
|
|
71
|
-
import { default as
|
|
72
|
-
import { default as
|
|
73
|
+
import { default as Ct } from "./components/molecules/dom-renderer/dom-renderer.vue.js";
|
|
74
|
+
import { default as Pt } from "./components/molecules/qr-code/qr-code.vue.js";
|
|
73
75
|
/* empty css */
|
|
74
|
-
import { default as
|
|
76
|
+
import { default as Dt } from "./components/molecules/link-sharing/link-sharing.vue.js";
|
|
75
77
|
/* empty css */
|
|
76
|
-
import { default as
|
|
78
|
+
import { default as Lt } from "./components/templates/base-form/base-form.vue.js";
|
|
77
79
|
/* empty css */
|
|
78
|
-
import { default as
|
|
80
|
+
import { default as Ut } from "./components/templates/modal-dialog/modal-dialog.vue.js";
|
|
79
81
|
/* empty css */
|
|
80
|
-
import { default as
|
|
82
|
+
import { default as vt } from "./components/templates/popover-dialog/popover-dialog.vue.js";
|
|
81
83
|
/* empty css */
|
|
82
|
-
import { default as
|
|
84
|
+
import { default as Gt } from "./components/templates/sortable-list/sortable-list.vue.js";
|
|
83
85
|
/* empty css */
|
|
84
|
-
import { default as
|
|
86
|
+
import { default as Mt } from "./components/templates/touch-wrapper/touch-wrapper.vue.js";
|
|
85
87
|
/* empty css */
|
|
86
|
-
import { default as
|
|
88
|
+
import { default as bt } from "./components/atoms/canvas-confetti/canvas-confetti.vue.js";
|
|
87
89
|
/* empty css */
|
|
88
|
-
import { default as
|
|
89
|
-
import { default as
|
|
90
|
-
import { default as
|
|
91
|
-
import { default as
|
|
90
|
+
import { default as wt } from "./components/molecules/image-crop/image-crop.vue.js";
|
|
91
|
+
import { default as yt } from "./components/molecules/image-resize/image-resize.vue.js";
|
|
92
|
+
import { default as Nt } from "./components/molecules/image-crop-resize/image-crop-resize.vue.js";
|
|
93
|
+
import { default as Wt } from "./components/molecules/image-upload/image-upload.vue.js";
|
|
92
94
|
/* empty css */
|
|
93
|
-
import { default as
|
|
95
|
+
import { default as jt } from "./components/molecules/image-zoom/image-zoom.vue.js";
|
|
94
96
|
/* empty css */
|
|
95
|
-
import { useCameraFilter as
|
|
96
|
-
import { useDirections as
|
|
97
|
-
import { useGeocoding as
|
|
98
|
-
import { useGeolocation as
|
|
97
|
+
import { useCameraFilter as Jt } from "./composables/useCameraFilter.js";
|
|
98
|
+
import { useDirections as Ot } from "./composables/useDirections.js";
|
|
99
|
+
import { useGeocoding as Xt } from "./composables/useGeocoding.js";
|
|
100
|
+
import { useGeolocation as _t } from "./composables/useGeolocation.js";
|
|
99
101
|
export {
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
102
|
+
to as Accordion,
|
|
103
|
+
$ as AccordionItem,
|
|
104
|
+
ot as AssetUploader,
|
|
105
|
+
No as AutoSuggest,
|
|
106
|
+
eo as BaseButton,
|
|
107
|
+
Wo as BaseCamera,
|
|
108
|
+
mt as BaseCarousel,
|
|
109
|
+
Lt as BaseForm,
|
|
110
|
+
V as BaseHeadline,
|
|
111
|
+
K as BaseImage,
|
|
112
|
+
po as BaseInput,
|
|
113
|
+
jo as BaseMap,
|
|
114
|
+
Y as BaseParagraph,
|
|
115
|
+
Xo as BulkUpload,
|
|
116
|
+
bt as CanvasConfetti,
|
|
117
|
+
Po as CheckGroup,
|
|
118
|
+
wo as ColorPalette,
|
|
119
|
+
vo as CustomHtml,
|
|
120
|
+
Ct as DomRenderer,
|
|
121
|
+
Oo as FileUpload,
|
|
122
|
+
it as HintSystem,
|
|
123
|
+
wt as ImageCrop,
|
|
124
|
+
Nt as ImageCropResize,
|
|
125
|
+
yt as ImageResize,
|
|
126
|
+
Wt as ImageUpload,
|
|
127
|
+
jt as ImageZoom,
|
|
128
|
+
uo as InputCheckbox,
|
|
129
|
+
bo as InputColor,
|
|
130
|
+
no as InputDatepicker,
|
|
128
131
|
io as InputDatetime,
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
132
|
+
yo as InputDropdown,
|
|
133
|
+
Uo as InputFile,
|
|
134
|
+
co as InputPasscode,
|
|
135
|
+
Co as InputPassword,
|
|
136
|
+
fo as InputTextarea,
|
|
137
|
+
Dt as LinkSharing,
|
|
138
|
+
q as LoadingSpinner,
|
|
139
|
+
at as LocationFinder,
|
|
140
|
+
Jo as LocationList,
|
|
141
|
+
st as MediaThumbnails,
|
|
142
|
+
Ut as ModalDialog,
|
|
143
|
+
vt as PopoverDialog,
|
|
144
|
+
ct as PopoverNotifications,
|
|
145
|
+
nt as PopoverTooltip,
|
|
146
|
+
rt as PresetUploader,
|
|
147
|
+
lt as ProgressSteps,
|
|
148
|
+
Pt as QrCode,
|
|
149
|
+
Lo as RadioButtons,
|
|
150
|
+
Do as RadioGroup,
|
|
151
|
+
Mo as RteEditor,
|
|
152
|
+
Go as SelectMedia,
|
|
153
|
+
Gt as SortableList,
|
|
154
|
+
Z as SvgIcon,
|
|
155
|
+
Mt as TouchWrapper,
|
|
156
|
+
_o as UploadGroup,
|
|
157
|
+
Jt as useCameraFilter,
|
|
158
|
+
Ot as useDirections,
|
|
159
|
+
Xt as useGeocoding,
|
|
160
|
+
_t as useGeolocation
|
|
158
161
|
};
|
package/dist/locales/en.d.ts
CHANGED