@bagelink/vue 0.0.1145 → 0.0.1147
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/components/Accordion.d.ts +12 -0
- package/dist/components/Accordion.d.ts.map +1 -0
- package/dist/components/AccordionItem.d.ts +34 -0
- package/dist/components/AccordionItem.d.ts.map +1 -0
- package/dist/components/Alert.d.ts +34 -0
- package/dist/components/Alert.d.ts.map +1 -0
- package/dist/components/Avatar.d.ts +36 -0
- package/dist/components/Avatar.d.ts.map +1 -0
- package/dist/components/Badge.d.ts +22 -0
- package/dist/components/Badge.d.ts.map +1 -0
- package/dist/components/BglVideo.d.ts +20 -0
- package/dist/components/BglVideo.d.ts.map +1 -0
- package/dist/components/Btn.d.ts +99 -0
- package/dist/components/Btn.d.ts.map +1 -0
- package/dist/components/Card.d.ts +39 -0
- package/dist/components/Card.d.ts.map +1 -0
- package/dist/components/Carousel.d.ts +74 -0
- package/dist/components/Carousel.d.ts.map +1 -0
- package/dist/components/ComboBox.vue.d.ts +3 -3
- package/dist/components/Comments.vue.d.ts +2 -2
- package/dist/components/ContactSubmissions.vue.d.ts +2 -2
- package/dist/components/DataPreview.d.ts +42 -0
- package/dist/components/DataPreview.d.ts.map +1 -0
- package/dist/components/Drop.vue.d.ts +34 -0
- package/dist/components/Drop.vue.d.ts.map +1 -0
- package/dist/components/FileUploader.vue.d.ts +60 -0
- package/dist/components/FileUploader.vue.d.ts.map +1 -0
- package/dist/components/Flag.d.ts +20 -0
- package/dist/components/Flag.d.ts.map +1 -0
- package/dist/components/FormSchema.vue.d.ts +5 -4
- package/dist/components/LangText.vue.d.ts +2 -2
- package/dist/components/ListItem.d.ts +34 -0
- package/dist/components/ListItem.d.ts.map +1 -0
- package/dist/components/ListView.d.ts +13 -0
- package/dist/components/ListView.d.ts.map +1 -0
- package/dist/components/MapEmbed.d.ts +3 -0
- package/dist/components/MapEmbed.d.ts.map +1 -0
- package/dist/components/MaterialIcon.d.ts +26 -0
- package/dist/components/MaterialIcon.d.ts.map +1 -0
- package/dist/components/Modal.d.ts +46 -0
- package/dist/components/Modal.d.ts.map +1 -0
- package/dist/components/ModalBglForm.vue.d.ts +21 -20
- package/dist/components/ModalConfirm.d.ts +24 -0
- package/dist/components/ModalConfirm.d.ts.map +1 -0
- package/dist/components/ModalForm.d.ts +78 -0
- package/dist/components/ModalForm.d.ts.map +1 -0
- package/dist/components/NavBar.d.ts +64 -0
- package/dist/components/NavBar.d.ts.map +1 -0
- package/dist/components/PageTitle.d.ts +24 -0
- package/dist/components/PageTitle.d.ts.map +1 -0
- package/dist/components/PersonPreview.vue.d.ts +5 -4
- package/dist/components/PersonPreviewFormkit.vue.d.ts +4 -3
- package/dist/components/RTXEditor.vue.d.ts +3 -3
- package/dist/components/RouterWrapper.d.ts +3 -0
- package/dist/components/RouterWrapper.d.ts.map +1 -0
- package/dist/components/TabbedLayout.vue.d.ts +5 -4
- package/dist/components/TableSchema.d.ts +35 -0
- package/dist/components/TableSchema.d.ts.map +1 -0
- package/dist/components/TableSchema.vue.d.ts +2 -2
- package/dist/components/TableSchema.vue.d.ts.map +1 -1
- package/dist/components/Title.d.ts +42 -0
- package/dist/components/Title.d.ts.map +1 -0
- package/dist/components/TopBar.d.ts +12 -0
- package/dist/components/TopBar.d.ts.map +1 -0
- package/dist/components/charts/BarChart.vue.d.ts +2 -2
- package/dist/components/dashboard/Lineart.d.ts +20 -0
- package/dist/components/dashboard/Lineart.d.ts.map +1 -0
- package/dist/components/form/BglField.d.ts +25 -0
- package/dist/components/form/BglField.d.ts.map +1 -0
- package/dist/components/form/BglForm.d.ts +75 -0
- package/dist/components/form/BglForm.d.ts.map +1 -0
- package/dist/components/form/FieldArray.vue.d.ts.map +1 -1
- package/dist/components/form/ItemRef.vue.d.ts +5 -3
- package/dist/components/form/ItemRef.vue.d.ts.map +1 -1
- package/dist/components/form/MaterialIcon.vue.d.ts +4 -3
- package/dist/components/form/PlainInputField.vue.d.ts +3 -3
- package/dist/components/form/inputs/CheckInput.d.ts +56 -0
- package/dist/components/form/inputs/CheckInput.d.ts.map +1 -0
- package/dist/components/form/inputs/Checkbox.d.ts +16 -0
- package/dist/components/form/inputs/Checkbox.d.ts.map +1 -0
- package/dist/components/form/inputs/ColorPicker.d.ts +48 -0
- package/dist/components/form/inputs/ColorPicker.d.ts.map +1 -0
- package/dist/components/form/inputs/CurrencyInput.vue.d.ts +3 -3
- package/dist/components/form/inputs/DateInput.d.ts +64 -0
- package/dist/components/form/inputs/DateInput.d.ts.map +1 -0
- package/dist/components/form/inputs/DatePicker.d.ts +33 -0
- package/dist/components/form/inputs/DatePicker.d.ts.map +1 -0
- package/dist/components/form/inputs/DatetimeInput.vue.d.ts +3 -3
- package/dist/components/form/inputs/DurationInput.vue.d.ts +3 -3
- package/dist/components/form/inputs/DynamicLinkField.vue.d.ts +3 -3
- package/dist/components/form/inputs/EmailInput.vue.d.ts +3 -3
- package/dist/components/form/inputs/FileUpload.d.ts +108 -0
- package/dist/components/form/inputs/FileUpload.d.ts.map +1 -0
- package/dist/components/form/inputs/FileUpload.vue.d.ts +3 -0
- package/dist/components/form/inputs/FileUpload.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/FloatInput.vue.d.ts +3 -3
- package/dist/components/form/inputs/IntInput.vue.d.ts +3 -3
- package/dist/components/form/inputs/JSONInput.d.ts +53 -0
- package/dist/components/form/inputs/JSONInput.d.ts.map +1 -0
- package/dist/components/form/inputs/LinkField.vue.d.ts +3 -3
- package/dist/components/form/inputs/NumberInput.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/Password.vue.d.ts +3 -3
- package/dist/components/form/inputs/PlainText.vue.d.ts +3 -3
- package/dist/components/form/inputs/RadioGroup.d.ts +42 -0
- package/dist/components/form/inputs/RadioGroup.d.ts.map +1 -0
- package/dist/components/form/inputs/RadioPillsInput.d.ts +48 -0
- package/dist/components/form/inputs/RadioPillsInput.d.ts.map +1 -0
- package/dist/components/form/inputs/ReadOnlyInput.vue.d.ts +2 -2
- package/dist/components/form/inputs/RichText.d.ts +20 -0
- package/dist/components/form/inputs/RichText.d.ts.map +1 -0
- package/dist/components/form/inputs/RichText2/Toolbar.d.ts +22 -0
- package/dist/components/form/inputs/RichText2/Toolbar.d.ts.map +1 -0
- package/dist/components/form/inputs/RichText2/Toolbar.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/RichText2/index.d.ts +24 -0
- package/dist/components/form/inputs/RichText2/index.d.ts.map +1 -0
- package/dist/components/form/inputs/RichText2/index.vue.d.ts +1 -0
- package/dist/components/form/inputs/RichText2/index.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/RichTextEditor.vue.d.ts +3 -3
- package/dist/components/form/inputs/SelectField.vue.d.ts +6 -8
- package/dist/components/form/inputs/SelectField.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/SelectInput.d.ts +55 -0
- package/dist/components/form/inputs/SelectInput.d.ts.map +1 -0
- package/dist/components/form/inputs/SignaturePad.d.ts +72 -0
- package/dist/components/form/inputs/SignaturePad.d.ts.map +1 -0
- package/dist/components/form/inputs/TableField.d.ts +45 -0
- package/dist/components/form/inputs/TableField.d.ts.map +1 -0
- package/dist/components/form/inputs/TelInput.d.ts +241 -0
- package/dist/components/form/inputs/TelInput.d.ts.map +1 -0
- package/dist/components/form/inputs/TextArea.vue.d.ts +3 -3
- package/dist/components/form/inputs/TextInput.d.ts +90 -0
- package/dist/components/form/inputs/TextInput.d.ts.map +1 -0
- package/dist/components/form/inputs/ToggleInput.d.ts +58 -0
- package/dist/components/form/inputs/ToggleInput.d.ts.map +1 -0
- package/dist/components/form/inputs/Upload/UploadInput.vue.d.ts +3 -0
- package/dist/components/form/inputs/Upload/UploadInput.vue.d.ts.map +1 -1
- package/dist/components/formkit/AddressArray.vue.d.ts +2 -2
- package/dist/components/formkit/BankDetailsArray.vue.d.ts +2 -2
- package/dist/components/formkit/ContactArrayFormKit.vue.d.ts +2 -2
- package/dist/components/formkit/FileUploader.vue.d.ts +2 -2
- package/dist/components/formkit/MiscFields.vue.d.ts +2 -2
- package/dist/components/formkit/Toggle.vue.d.ts +2 -2
- package/dist/components/layout/BottomMenu.d.ts +27 -0
- package/dist/components/layout/BottomMenu.d.ts.map +1 -0
- package/dist/components/layout/Layout.d.ts +58 -0
- package/dist/components/layout/Layout.d.ts.map +1 -0
- package/dist/components/layout/SidebarMenu.d.ts +38 -0
- package/dist/components/layout/SidebarMenu.d.ts.map +1 -0
- package/dist/components/layout/TabbedLayout.d.ts +42 -0
- package/dist/components/layout/TabbedLayout.d.ts.map +1 -0
- package/dist/components/layout/Tabs.d.ts +31 -0
- package/dist/components/layout/Tabs.d.ts.map +1 -0
- package/dist/components/layout/TabsBody.d.ts +23 -0
- package/dist/components/layout/TabsBody.d.ts.map +1 -0
- package/dist/components/layout/TabsNav.d.ts +35 -0
- package/dist/components/layout/TabsNav.d.ts.map +1 -0
- package/dist/components/whatsapp/form/MsgTemplate.vue.d.ts +4 -3
- package/dist/components/whatsapp/form/TextVariableExamples.vue.d.ts +2 -2
- package/dist/index.cjs +161 -145
- package/dist/index.mjs +161 -145
- package/dist/style.css +99 -90
- package/dist/styles.css +14073 -0
- package/dist/utils/objects.d.ts +1 -0
- package/dist/vue.css +14073 -0
- package/package.json +1 -1
- package/src/components/form/FieldArray.vue +24 -14
- package/src/components/form/inputs/FileUpload.vue +10 -6
- package/src/components/form/inputs/NumberInput.vue +3 -1
- package/src/components/form/inputs/RichText/index.vue +1 -1
- package/src/components/form/inputs/Upload/UploadInput.vue +12 -7
- package/dist/common-C_IH8b5S.cjs +0 -12580
- package/dist/common-DoeNgx31.js +0 -12579
- package/dist/components/AddressSaerch.vue.d.ts +0 -7
- package/dist/components/AddressSaerch.vue.d.ts.map +0 -1
- package/dist/components/Popover.vue.d.ts +0 -10
- package/dist/components/Popover.vue.d.ts.map +0 -1
- package/dist/components/form/inputs/RichText/Toolbar.vue.d.ts +0 -14
- package/dist/components/form/inputs/RichText/Toolbar.vue.d.ts.map +0 -1
- package/dist/components/form/inputs/RichText/formatting.d.ts +0 -11
- package/dist/components/form/inputs/RichText/formatting.d.ts.map +0 -1
- package/dist/components/form/inputs/RichText/richtext-types.d.ts +0 -3
- package/dist/components/form/inputs/RichText/richtext-types.d.ts.map +0 -1
- package/dist/components/form/inputs/Upload/UploadFile.vue.d.ts +0 -86
- package/dist/components/form/inputs/Upload/UploadFile.vue.d.ts.map +0 -1
- package/dist/components/sortable/Animation.d.ts +0 -43
- package/dist/components/sortable/Animation.d.ts.map +0 -1
- package/dist/components/sortable/BrowserInfo.d.ts +0 -7
- package/dist/components/sortable/BrowserInfo.d.ts.map +0 -1
- package/dist/components/sortable/EventDispatcher.d.ts +0 -13
- package/dist/components/sortable/EventDispatcher.d.ts.map +0 -1
- package/dist/components/sortable/PluginManager.d.ts +0 -27
- package/dist/components/sortable/PluginManager.d.ts.map +0 -1
- package/dist/components/sortable/Sortable.d.ts +0 -81
- package/dist/components/sortable/Sortable.d.ts.map +0 -1
- package/dist/components/sortable/index.d.ts +0 -5
- package/dist/components/sortable/index.d.ts.map +0 -1
- package/dist/components/sortable/utils.d.ts +0 -49
- package/dist/components/sortable/utils.d.ts.map +0 -1
- package/dist/composables/drag-n-drop/useDraggable.d.ts +0 -2
- package/dist/composables/drag-n-drop/useDraggable.d.ts.map +0 -1
- package/dist/editor-CUDRLdmS.js +0 -4
- package/dist/editor-Cu374vEW.cjs +0 -4
- package/dist/editor-a8DSbb6P.js +0 -4
- package/dist/editor-xBt_vIha.cjs +0 -4
- package/dist/heic2any-8wMqMfB_.js +0 -933
- package/dist/heic2any-BrqcNzfV.js +0 -935
- package/dist/heic2any-C8KwH72N.cjs +0 -934
- package/dist/heic2any-k9wDCKka.cjs +0 -932
- package/dist/index-DiG-xM9T.cjs +0 -35016
- package/dist/index-nGuSAiY2.js +0 -35017
- package/dist/plugins/drag-n-drop/draggable.d.ts +0 -4
- package/dist/plugins/drag-n-drop/draggable.d.ts.map +0 -1
- package/dist/plugins/drag-n-drop/droppable.d.ts +0 -4
- package/dist/plugins/drag-n-drop/droppable.d.ts.map +0 -1
- package/dist/plugins/drag-n-drop/index.d.ts +0 -5
- package/dist/plugins/drag-n-drop/index.d.ts.map +0 -1
- package/dist/plugins/drag-n-drop/useDraggable.d.ts +0 -8
- package/dist/plugins/drag-n-drop/useDraggable.d.ts.map +0 -1
- package/dist/plugins/drag-n-drop/useDroppable.d.ts +0 -7
- package/dist/plugins/drag-n-drop/useDroppable.d.ts.map +0 -1
- package/dist/types/materialIcon.d.ts +0 -2
- package/dist/types/materialIcon.d.ts.map +0 -1
package/package.json
CHANGED
|
@@ -78,21 +78,22 @@ const computedField = $computed(
|
|
|
78
78
|
{{ label }}
|
|
79
79
|
</p>
|
|
80
80
|
|
|
81
|
-
<div v-if="schema" class="
|
|
82
|
-
<div v-for="(_, i) in data" :key="i" outline thin class="mb-05 itemBox transition
|
|
81
|
+
<div v-if="schema" class="ps-025 border-start">
|
|
82
|
+
<div v-for="(_, i) in data" :key="i" outline thin class="mb-05 itemBox transition ps-05 pb-025 pt-025 radius-05 gap-05 overflow-hidden">
|
|
83
83
|
<BglForm v-model="data[i]" :schema="schema" @update:model-value="emitValue" />
|
|
84
|
-
<
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
84
|
+
<div class="bg-gray-80 -my-05 px-025 pt-065 txt-center">
|
|
85
|
+
<Btn
|
|
86
|
+
v-if="props.delete"
|
|
87
|
+
icon="delete"
|
|
88
|
+
class="txt10 opacity-7"
|
|
89
|
+
thin
|
|
90
|
+
flat
|
|
91
|
+
@click="deleteItem(i)"
|
|
92
|
+
/>
|
|
93
|
+
</div>
|
|
93
94
|
</div>
|
|
94
95
|
<Btn v-if="add" thin icon="add" color="gray" class="txt12" @click="addItem">
|
|
95
|
-
<p>
|
|
96
|
+
<p>{{ label }}</p>
|
|
96
97
|
</Btn>
|
|
97
98
|
</div>
|
|
98
99
|
<template v-else>
|
|
@@ -103,9 +104,15 @@ const computedField = $computed(
|
|
|
103
104
|
|
|
104
105
|
<style>
|
|
105
106
|
.itemBox{
|
|
106
|
-
/* border-top: 2px solid var(--bgl-gray); */
|
|
107
|
-
/* border-bottom: 2px solid var(--bgl-gray); */
|
|
108
107
|
background: var(--input-bg);
|
|
108
|
+
grid-template-columns: 1fr auto;
|
|
109
|
+
display: grid;
|
|
110
|
+
--label-font-size: 0.6rem;
|
|
111
|
+
--input-height: 30px;
|
|
112
|
+
--input-font-size: 14px;
|
|
113
|
+
}
|
|
114
|
+
.pt-065{
|
|
115
|
+
padding-top: 0.65rem;
|
|
109
116
|
}
|
|
110
117
|
|
|
111
118
|
.itemBox .bagel-input input,
|
|
@@ -114,4 +121,7 @@ const computedField = $computed(
|
|
|
114
121
|
.itemBox .custom-select .input {
|
|
115
122
|
background: var(--bgl-white) !important;
|
|
116
123
|
}
|
|
124
|
+
.itemBox .bagel-input{
|
|
125
|
+
margin-bottom: 0.15rem !important;
|
|
126
|
+
}
|
|
117
127
|
</style>
|
|
@@ -43,6 +43,9 @@ const {
|
|
|
43
43
|
accept?: string
|
|
44
44
|
required?: boolean
|
|
45
45
|
disabled?: boolean
|
|
46
|
+
dropPlaceholder?: string
|
|
47
|
+
noFilePlaceholder?: string
|
|
48
|
+
btnPlaceholder?: string
|
|
46
49
|
}>()
|
|
47
50
|
|
|
48
51
|
const emit = defineEmits(['update:modelValue', 'addFileStart'])
|
|
@@ -258,10 +261,9 @@ function drop(e: DragEvent) {
|
|
|
258
261
|
class="px-1-5"
|
|
259
262
|
icon="upload"
|
|
260
263
|
outline
|
|
264
|
+
:value="btnPlaceholder || 'Upload'"
|
|
261
265
|
@click="browse"
|
|
262
|
-
|
|
263
|
-
Upload
|
|
264
|
-
</Btn>
|
|
266
|
+
/>
|
|
265
267
|
|
|
266
268
|
<div
|
|
267
269
|
v-for="file in storageFiles"
|
|
@@ -304,7 +306,7 @@ function drop(e: DragEvent) {
|
|
|
304
306
|
<Icon icon="draft" :size="1.5" />
|
|
305
307
|
<p
|
|
306
308
|
v-lightbox="{ src: file.url, download: true }"
|
|
307
|
-
class="ellipsis-1 word-break-all h-20 m-0 color-black
|
|
309
|
+
class="ellipsis-1 word-break-all h-20 m-0 color-black txt16"
|
|
308
310
|
>
|
|
309
311
|
{{ file.name }}
|
|
310
312
|
</p>
|
|
@@ -323,7 +325,7 @@ function drop(e: DragEvent) {
|
|
|
323
325
|
v-if="!storageFiles.length && !fileQueue.length"
|
|
324
326
|
class="txt-gray txt-12"
|
|
325
327
|
>
|
|
326
|
-
No file selected
|
|
328
|
+
{{ noFilePlaceholder || 'No file selected' }}
|
|
327
329
|
</span>
|
|
328
330
|
</Card>
|
|
329
331
|
<div
|
|
@@ -493,7 +495,9 @@ function drop(e: DragEvent) {
|
|
|
493
495
|
class="p-1 flex column hover fileUploadPlaceHolder justify-content-center mb-05"
|
|
494
496
|
>
|
|
495
497
|
<Icon icon="upload_2" />
|
|
496
|
-
|
|
498
|
+
<span class=" pretty balance">
|
|
499
|
+
{{ dropPlaceholder || 'Drag and Drop files here or click to upload' }}
|
|
500
|
+
</span>
|
|
497
501
|
</p>
|
|
498
502
|
</slot>
|
|
499
503
|
</div>
|
|
@@ -103,7 +103,9 @@ watch(() => modelValue, (newVal) => {
|
|
|
103
103
|
}"
|
|
104
104
|
>
|
|
105
105
|
<div :for="id">
|
|
106
|
-
|
|
106
|
+
<label>
|
|
107
|
+
{{ label }}
|
|
108
|
+
</label>
|
|
107
109
|
<div class="gap-025" :class="{ 'column flex': layout === 'vertical', 'flex': layout === 'horizontal' }">
|
|
108
110
|
<Btn v-if="layout && btnLayouts.includes(layout)" flat icon="add" class="radius" :class="[{ 'bgl-big-ctrl-num-btn': layout === 'vertical' }]" tabindex="-1" @click="increment" />
|
|
109
111
|
|
|
@@ -88,7 +88,7 @@ watch(() => editor.state.content, (newValue) => {
|
|
|
88
88
|
<template>
|
|
89
89
|
<div class="bagel-input">
|
|
90
90
|
<label>{{ label }}</label>
|
|
91
|
-
<div class="rich-text-editor rounded pt-05 px-05 pb-075
|
|
91
|
+
<div class="rich-text-editor rounded pt-05 px-05 pb-075" :class="{ 'fullscreen-mode': editor.state.isFullscreen }">
|
|
92
92
|
<EditorToolbar
|
|
93
93
|
v-if="editor.state.hasInit" :config="toolbarConfig" :selectedStyles="editor.state.selectedStyles"
|
|
94
94
|
@action="commands.execute"
|
|
@@ -18,6 +18,10 @@ const props = withDefaults(defineProps<{
|
|
|
18
18
|
required?: boolean
|
|
19
19
|
disabled?: boolean
|
|
20
20
|
baseURL?: string
|
|
21
|
+
dropPlaceholder?: string
|
|
22
|
+
noFilePlaceholder?: string
|
|
23
|
+
btnPlaceholder?: string
|
|
24
|
+
|
|
21
25
|
}>(), {
|
|
22
26
|
height: '215px',
|
|
23
27
|
theme: 'dropzone',
|
|
@@ -155,10 +159,9 @@ watch(() => props.dirPath, () => {
|
|
|
155
159
|
class="px-1-5"
|
|
156
160
|
icon="upload"
|
|
157
161
|
outline
|
|
162
|
+
:value="btnPlaceholder || 'Upload'"
|
|
158
163
|
@click="browse"
|
|
159
|
-
|
|
160
|
-
Upload
|
|
161
|
-
</Btn>
|
|
164
|
+
/>
|
|
162
165
|
|
|
163
166
|
<template v-for="path_key in pathKeys" :key="path_key">
|
|
164
167
|
<div class="txt-gray txt-12 flex">
|
|
@@ -188,7 +191,7 @@ watch(() => props.dirPath, () => {
|
|
|
188
191
|
<Icon icon="draft" :size="1.5" />
|
|
189
192
|
<p
|
|
190
193
|
v-lightbox="{ src: pathToUrl(path_key), download: true }"
|
|
191
|
-
class="ellipsis-1 word-break-all h-20 m-0 color-black
|
|
194
|
+
class="ellipsis-1 word-break-all h-20 m-0 color-black txt16"
|
|
192
195
|
>
|
|
193
196
|
{{ path_key.split('/').pop() }}
|
|
194
197
|
</p>
|
|
@@ -201,7 +204,7 @@ watch(() => props.dirPath, () => {
|
|
|
201
204
|
v-if="!pathKeys.length && !fileQueue.length"
|
|
202
205
|
class="txt-gray txt-12"
|
|
203
206
|
>
|
|
204
|
-
No file selected
|
|
207
|
+
{{ noFilePlaceholder || 'No file selected' }}
|
|
205
208
|
</span>
|
|
206
209
|
</Card>
|
|
207
210
|
|
|
@@ -363,9 +366,11 @@ watch(() => props.dirPath, () => {
|
|
|
363
366
|
:fileQueue
|
|
364
367
|
:browse
|
|
365
368
|
>
|
|
366
|
-
<p class="p-1 flex column hover fileUploadPlaceHolder justify-content-center mb-05">
|
|
369
|
+
<p class="p-1 flex column hover fileUploadPlaceHolder justify-content-center mb-05 ">
|
|
367
370
|
<Icon icon="upload_2" />
|
|
368
|
-
|
|
371
|
+
<span class=" pretty balance">
|
|
372
|
+
{{ dropPlaceholder || 'Drag and Drop files here or click to upload' }}
|
|
373
|
+
</span>
|
|
369
374
|
</p>
|
|
370
375
|
</slot>
|
|
371
376
|
</div>
|