@bagelink/vue 1.14.15 → 1.15.5
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/AddressSearch.vue.d.ts +7 -6
- package/dist/components/Alert.vue.d.ts.map +1 -1
- package/dist/components/Badge.vue.d.ts.map +1 -1
- package/dist/components/Btn.vue.d.ts +1 -1
- package/dist/components/Btn.vue.d.ts.map +1 -1
- package/dist/components/Carousel.vue.d.ts +11 -0
- package/dist/components/Dropdown.vue.d.ts +2 -0
- package/dist/components/Dropdown.vue.d.ts.map +1 -1
- package/dist/components/FilterQuery.vue.d.ts +3 -8
- package/dist/components/FilterQuery.vue.d.ts.map +1 -1
- package/dist/components/Image.vue.d.ts.map +1 -1
- package/dist/components/ImportData.vue.d.ts.map +1 -1
- package/dist/components/ListItem.vue.d.ts.map +1 -1
- package/dist/components/MapEmbed/Index.vue.d.ts.map +1 -1
- package/dist/components/Modal.vue.d.ts +1 -0
- package/dist/components/Pagination.vue.d.ts.map +1 -1
- package/dist/components/Pill.vue.d.ts.map +1 -1
- package/dist/components/Swiper.vue.d.ts +12 -6
- package/dist/components/Swiper.vue.d.ts.map +1 -1
- package/dist/components/Toast.vue.d.ts.map +1 -1
- package/dist/components/analytics/PieChart.vue.d.ts +2 -2
- package/dist/components/calendar/CalendarPopover.vue.d.ts +4 -8
- package/dist/components/calendar/CalendarTypes.d.ts +10 -0
- package/dist/components/calendar/Index.vue.d.ts +20 -4
- package/dist/components/calendar/views/WeekView.vue.d.ts +9 -1
- package/dist/components/form/index.d.ts.map +1 -1
- package/dist/components/form/inputs/ArrayInput.vue.d.ts +4 -2
- package/dist/components/form/inputs/CheckInput.vue.d.ts +2 -1
- package/dist/components/form/inputs/CodeEditor/Index.vue.d.ts +54 -0
- package/dist/components/form/inputs/ColorInput.vue.d.ts +3 -1
- package/dist/components/form/inputs/DateInput.vue.d.ts +2 -1
- package/dist/components/form/inputs/DatePicker.vue.d.ts +1 -0
- package/dist/components/form/inputs/EmailInput.vue.d.ts +5 -2
- package/dist/components/form/inputs/JSONInput.vue.d.ts +2 -1
- package/dist/components/form/inputs/MarkdownEditor.vue.d.ts +7 -2
- package/dist/components/form/inputs/NumberInput.vue.d.ts +2 -1
- package/dist/components/form/inputs/OTP.vue.d.ts +2 -1
- package/dist/components/form/inputs/PasswordInput.vue.d.ts +16 -10
- package/dist/components/form/inputs/RadioGroup.vue.d.ts +3 -1
- package/dist/components/form/inputs/RadioGroup.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/RangeInput.vue.d.ts +6 -1
- package/dist/components/form/inputs/RichText/index.vue.d.ts +2 -1
- package/dist/components/form/inputs/SelectBtn.vue.d.ts +2 -2
- package/dist/components/form/inputs/SelectBtn.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/SelectInput.vue.d.ts +20 -13
- package/dist/components/form/inputs/SelectInput.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/SignaturePad.vue.d.ts +6 -1
- package/dist/components/form/inputs/TableField.vue.d.ts +2 -1
- package/dist/components/form/inputs/TelInput.vue.d.ts +2 -1
- package/dist/components/form/inputs/TextInput.vue.d.ts +3 -2
- package/dist/components/form/inputs/ToggleInput.vue.d.ts +2 -1
- package/dist/components/form/inputs/Upload/UploadInput.vue.d.ts +27 -6
- package/dist/components/form/inputs/Upload/UploadInput.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/Upload/upload.d.ts +1 -1
- package/dist/components/form/inputs/index.d.ts +1 -0
- package/dist/components/index.d.ts +3 -1
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/layout/AppContent.vue.d.ts +1 -1
- package/dist/components/layout/AppContent.vue.d.ts.map +1 -1
- package/dist/components/layout/AppLayout.vue.d.ts +2 -0
- package/dist/components/layout/AppLayout.vue.d.ts.map +1 -1
- package/dist/components/layout/AppSidebar.vue.d.ts +5 -1
- package/dist/components/layout/AppSidebar.vue.d.ts.map +1 -1
- package/dist/components/layout/Panel.vue.d.ts.map +1 -1
- package/dist/components/layout/Resizable.vue.d.ts.map +1 -1
- package/dist/components/layout/TabsNav.vue.d.ts +12 -1
- package/dist/components/layout/TabsNav.vue.d.ts.map +1 -1
- package/dist/components/layout/appLayoutContext.d.ts +24 -0
- package/dist/components/layout/appLayoutContext.d.ts.map +1 -0
- package/dist/components/layout/index.d.ts.map +1 -1
- package/dist/components/lightbox/Lightbox.vue.d.ts.map +1 -1
- package/dist/composables/index.d.ts.map +1 -1
- package/dist/composables/useDevice.d.ts.map +1 -1
- package/dist/composables/useEscapeKey.d.ts +12 -0
- package/dist/composables/useEscapeKey.d.ts.map +1 -0
- package/dist/composables/useSchemaField.d.ts.map +1 -1
- package/dist/composables/useTheme.d.ts.map +1 -1
- package/dist/directives/ripple.d.ts.map +1 -1
- package/dist/form-flow/FormFlow.vue.d.ts.map +1 -1
- package/dist/form-flow/MultiStepForm.vue.d.ts +6 -1
- package/dist/form-flow/MultiStepForm.vue.d.ts.map +1 -1
- package/dist/form-flow/form-flow.d.ts +24 -1
- package/dist/form-flow/form-flow.d.ts.map +1 -1
- package/dist/i18n/index.d.ts +838 -0
- package/dist/index.cjs +200 -231
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.mjs +37533 -34638
- package/dist/style.css +2 -1
- package/dist/types/BagelForm.d.ts +10 -1
- package/dist/types/BagelForm.d.ts.map +1 -1
- package/dist/types/BtnOptions.d.ts.map +1 -1
- package/dist/types/NavLink.d.ts +2 -1
- package/dist/types/index.d.ts +2 -1
- package/dist/types/index.d.ts.map +1 -1
- package/dist/utils/BagelFormUtils.d.ts +1 -0
- package/dist/utils/calendar/dateUtils.d.ts +2 -2
- package/dist/utils/constants.d.ts.map +1 -1
- package/dist/utils/index.d.ts +1 -1
- package/dist/utils/index.d.ts.map +1 -1
- package/dist/utils/options.d.ts.map +1 -1
- package/dist/utils/showdown.d.ts.map +1 -1
- package/dist/utils/useSearch.d.ts +1 -1
- package/package.json +3 -6
- package/src/components/Alert.vue +34 -14
- package/src/components/Badge.vue +145 -22
- package/src/components/Btn.vue +60 -47
- package/src/components/Dropdown.vue +5 -12
- package/src/components/FilterQuery.vue +1 -1
- package/src/components/Image.vue +3 -2
- package/src/components/JSONSchema.vue +2 -2
- package/src/components/JsonBuilder.vue +1 -1
- package/src/components/ListItem.vue +1 -3
- package/src/components/MapEmbed/Index.vue +10 -9
- package/src/components/NavBar.vue +2 -2
- package/src/components/Spreadsheet/Index.vue +1 -1
- package/src/components/Swiper.vue +3 -1
- package/src/components/Toast.vue +23 -8
- package/src/components/calendar/Index.vue +4 -4
- package/src/components/calendar/views/MonthView.vue +3 -3
- package/src/components/form/index.ts +0 -4
- package/src/components/form/inputs/EmailInput.vue +1 -1
- package/src/components/form/inputs/NumberInput.vue +1 -1
- package/src/components/form/inputs/OTP.vue +2 -2
- package/src/components/form/inputs/RadioGroup.vue +2 -2
- package/src/components/form/inputs/SelectBtn.vue +5 -3
- package/src/components/form/inputs/SelectInput.vue +4 -4
- package/src/components/form/inputs/TelInput.vue +2 -2
- package/src/components/form/inputs/TextInput.vue +1 -1
- package/src/components/form/inputs/Upload/upload.css +2 -2
- package/src/components/index.ts +2 -6
- package/src/components/layout/AppContent.vue +5 -19
- package/src/components/layout/AppLayout.vue +47 -18
- package/src/components/layout/AppSidebar.vue +16 -33
- package/src/components/layout/Resizable.vue +5 -2
- package/src/components/layout/TabsNav.vue +5 -5
- package/src/components/layout/appLayoutContext.ts +44 -0
- package/src/components/layout/index.ts +2 -0
- package/src/components/lightbox/Lightbox.vue +3 -9
- package/src/composables/index.ts +1 -0
- package/src/composables/useDevice.ts +2 -1
- package/src/composables/useEscapeKey.ts +56 -0
- package/src/composables/useSchemaField.ts +2 -17
- package/src/composables/useTheme.ts +23 -19
- package/src/directives/ripple.ts +23 -3
- package/src/form-flow/FormFlow.vue +2 -0
- package/src/form-flow/MultiStepForm.vue +9 -1
- package/src/form-flow/form-flow.ts +7 -0
- package/src/index.ts +0 -2
- package/src/styles/base-colors.css +176 -176
- package/src/styles/inputs.css +1 -1
- package/src/types/BagelForm.ts +46 -151
- package/src/types/BtnOptions.ts +5 -3
- package/src/types/index.ts +1 -1
- package/src/utils/constants.ts +7 -0
- package/src/utils/index.ts +57 -5
- package/src/utils/options.ts +2 -2
- package/src/utils/showdown.ts +7 -0
- package/src/utils/sizeParsing.ts +5 -5
- package/vite.config.ts +4 -1
- package/dist/components/Filter.vue.d.ts +0 -30
- package/dist/components/Filter.vue.d.ts.map +0 -1
- package/dist/components/QueryFilter.vue.d.ts +0 -30
- package/dist/components/QueryFilter.vue.d.ts.map +0 -1
- package/src/components/Carousel.vue +0 -724
- package/src/components/ImportData.vue +0 -1749
- package/src/components/Pill.vue +0 -150
- package/src/components/Slider.vue +0 -1446
- package/src/components/Title.vue +0 -23
- package/src/components/ToolBar.vue +0 -9
- package/src/components/form/BagelForm.vue +0 -219
- package/src/components/form/BglFieldSet.vue +0 -14
- package/src/components/form/BglMultiStepForm.vue +0 -469
- package/src/components/form/FieldArray.vue +0 -422
- package/src/components/form/useBagelFormState.ts +0 -76
- package/src/composables/useFormField.ts +0 -38
- package/src/dialog/DialogOLD.vue +0 -358
- package/src/utils/BagelFormUtils.ts +0 -684
package/dist/i18n/index.d.ts
CHANGED
|
@@ -145,6 +145,9 @@ declare const bagelinkLocales: {
|
|
|
145
145
|
email: {
|
|
146
146
|
invalidEmail: string;
|
|
147
147
|
invalidDomain: string;
|
|
148
|
+
disposableEmail: string;
|
|
149
|
+
didYouMean: string;
|
|
150
|
+
validating: string;
|
|
148
151
|
};
|
|
149
152
|
date: {
|
|
150
153
|
invalidFormat: string;
|
|
@@ -186,6 +189,7 @@ declare const bagelinkLocales: {
|
|
|
186
189
|
closeEditor: string;
|
|
187
190
|
blockNotEditable: string;
|
|
188
191
|
blockNotEditableDesc: string;
|
|
192
|
+
dataSourceHint: string;
|
|
189
193
|
screenTooSmall: string;
|
|
190
194
|
cancel: string;
|
|
191
195
|
publish: string;
|
|
@@ -208,6 +212,289 @@ declare const bagelinkLocales: {
|
|
|
208
212
|
saveNow: string;
|
|
209
213
|
publishDestination: string;
|
|
210
214
|
publishAll: string;
|
|
215
|
+
lastPublished: string;
|
|
216
|
+
published: string;
|
|
217
|
+
notPublished: string;
|
|
218
|
+
production: string;
|
|
219
|
+
publishFailed: string;
|
|
220
|
+
};
|
|
221
|
+
collection: {
|
|
222
|
+
loadError: string;
|
|
223
|
+
newItemTitle: string;
|
|
224
|
+
createSubmit: string;
|
|
225
|
+
editTitle: string;
|
|
226
|
+
saveSubmit: string;
|
|
227
|
+
importTitle: string;
|
|
228
|
+
importSubmit: string;
|
|
229
|
+
importJsonLabel: string;
|
|
230
|
+
importJsonHint: string;
|
|
231
|
+
importSummary: string;
|
|
232
|
+
deleteItemTitle: string;
|
|
233
|
+
deleteItemMessage: string;
|
|
234
|
+
deleteConfirm: string;
|
|
235
|
+
batchDeleteTitle: string;
|
|
236
|
+
batchDeleteMessage: string;
|
|
237
|
+
batchDeleteSummary: string;
|
|
238
|
+
batchUpdateTitle: string;
|
|
239
|
+
updateAllSubmit: string;
|
|
240
|
+
batchUpdateSummary: string;
|
|
241
|
+
selectedCount: string;
|
|
242
|
+
updateBtn: string;
|
|
243
|
+
deleteBtn: string;
|
|
244
|
+
searchPlaceholder: string;
|
|
245
|
+
refreshTooltip: string;
|
|
246
|
+
importTooltip: string;
|
|
247
|
+
newItemBtn: string;
|
|
248
|
+
deleteTooltip: string;
|
|
249
|
+
reorderTooltip: string;
|
|
250
|
+
reorderSaving: string;
|
|
251
|
+
};
|
|
252
|
+
datastores: {
|
|
253
|
+
selectCollection: string;
|
|
254
|
+
fieldName: string;
|
|
255
|
+
fieldStore: string;
|
|
256
|
+
fieldStoreHint: string;
|
|
257
|
+
fieldCollection: string;
|
|
258
|
+
fieldCollectionHint: string;
|
|
259
|
+
fieldDescription: string;
|
|
260
|
+
createTitle: string;
|
|
261
|
+
createSubmit: string;
|
|
262
|
+
editTitle: string;
|
|
263
|
+
saveSubmit: string;
|
|
264
|
+
addBtn: string;
|
|
265
|
+
empty: string;
|
|
266
|
+
deleteConfirm: string;
|
|
267
|
+
};
|
|
268
|
+
admin: {
|
|
269
|
+
content: string;
|
|
270
|
+
blox: string;
|
|
271
|
+
whatsapp: string;
|
|
272
|
+
newsletter: string;
|
|
273
|
+
agent: string;
|
|
274
|
+
users: string;
|
|
275
|
+
tenants: string;
|
|
276
|
+
};
|
|
277
|
+
userManagement: {
|
|
278
|
+
title: string;
|
|
279
|
+
notConfigured: string;
|
|
280
|
+
notConfiguredHint: string;
|
|
281
|
+
team: string;
|
|
282
|
+
filterByRole: string;
|
|
283
|
+
invite: string;
|
|
284
|
+
pendingInvitations: string;
|
|
285
|
+
pending: string;
|
|
286
|
+
resend: string;
|
|
287
|
+
delete: string;
|
|
288
|
+
activeUsers: string;
|
|
289
|
+
active: string;
|
|
290
|
+
edit: string;
|
|
291
|
+
remove: string;
|
|
292
|
+
noUsers: string;
|
|
293
|
+
inviteFirst: string;
|
|
294
|
+
inviteTitle: string;
|
|
295
|
+
firstName: string;
|
|
296
|
+
lastName: string;
|
|
297
|
+
email: string;
|
|
298
|
+
role: string;
|
|
299
|
+
message: string;
|
|
300
|
+
inviteSent: string;
|
|
301
|
+
inviteError: string;
|
|
302
|
+
deleteInviteConfirm: string;
|
|
303
|
+
deleteInviteError: string;
|
|
304
|
+
removeUserConfirm: string;
|
|
305
|
+
};
|
|
306
|
+
forms: {
|
|
307
|
+
title: string;
|
|
308
|
+
refresh: string;
|
|
309
|
+
newForm: string;
|
|
310
|
+
createForm: string;
|
|
311
|
+
noForms: string;
|
|
312
|
+
noFormsDesc: string;
|
|
313
|
+
active: string;
|
|
314
|
+
inactive: string;
|
|
315
|
+
submissionsOnly: string;
|
|
316
|
+
noDefinition: string;
|
|
317
|
+
fieldCount: string;
|
|
318
|
+
createdAt: string;
|
|
319
|
+
editor: {
|
|
320
|
+
newForm: string;
|
|
321
|
+
builder: string;
|
|
322
|
+
submissions: string;
|
|
323
|
+
edit: string;
|
|
324
|
+
preview: string;
|
|
325
|
+
save: string;
|
|
326
|
+
create: string;
|
|
327
|
+
formName: string;
|
|
328
|
+
formNamePlaceholder: string;
|
|
329
|
+
description: string;
|
|
330
|
+
descriptionPlaceholder: string;
|
|
331
|
+
active: string;
|
|
332
|
+
deleteForm: string;
|
|
333
|
+
deleteConfirm: string;
|
|
334
|
+
submit: string;
|
|
335
|
+
};
|
|
336
|
+
submissions: {
|
|
337
|
+
title: string;
|
|
338
|
+
exportCsv: string;
|
|
339
|
+
statusPlaceholder: string;
|
|
340
|
+
noSubmissions: string;
|
|
341
|
+
count: string;
|
|
342
|
+
date: string;
|
|
343
|
+
status: string;
|
|
344
|
+
statusAll: string;
|
|
345
|
+
statusSaved: string;
|
|
346
|
+
statusDraft: string;
|
|
347
|
+
statusProcessed: string;
|
|
348
|
+
statusAbandoned: string;
|
|
349
|
+
statusError: string;
|
|
350
|
+
statusSpam: string;
|
|
351
|
+
};
|
|
352
|
+
builder: {
|
|
353
|
+
noFields: string;
|
|
354
|
+
noFieldsDesc: string;
|
|
355
|
+
noFieldsDefined: string;
|
|
356
|
+
selectField: string;
|
|
357
|
+
tooSmall: string;
|
|
358
|
+
tooSmallDesc: string;
|
|
359
|
+
};
|
|
360
|
+
fieldSettings: {
|
|
361
|
+
headingText: string;
|
|
362
|
+
noDividerSettings: string;
|
|
363
|
+
label: string;
|
|
364
|
+
fieldKey: string;
|
|
365
|
+
placeholder: string;
|
|
366
|
+
helpText: string;
|
|
367
|
+
required: string;
|
|
368
|
+
options: string;
|
|
369
|
+
addOption: string;
|
|
370
|
+
validation: string;
|
|
371
|
+
minLength: string;
|
|
372
|
+
maxLength: string;
|
|
373
|
+
pattern: string;
|
|
374
|
+
min: string;
|
|
375
|
+
max: string;
|
|
376
|
+
step: string;
|
|
377
|
+
removeField: string;
|
|
378
|
+
columnWidth: string;
|
|
379
|
+
columnHeight: string;
|
|
380
|
+
optionLabel: string;
|
|
381
|
+
optionValue: string;
|
|
382
|
+
sectionHeader: string;
|
|
383
|
+
fieldPrefix: string;
|
|
384
|
+
removeFieldTitle: string;
|
|
385
|
+
removeTitle: string;
|
|
386
|
+
richTextVariant: string;
|
|
387
|
+
richTextVariantFull: string;
|
|
388
|
+
richTextVariantBasic: string;
|
|
389
|
+
richTextVariantSimple: string;
|
|
390
|
+
textareaRows: string;
|
|
391
|
+
textareaAutoHeight: string;
|
|
392
|
+
numberLayout: string;
|
|
393
|
+
numberLayoutDefault: string;
|
|
394
|
+
numberLayoutVertical: string;
|
|
395
|
+
numberLayoutHorizontal: string;
|
|
396
|
+
numberSpinner: string;
|
|
397
|
+
phoneOnlyCountries: string;
|
|
398
|
+
phoneOnlyCountriesPlaceholder: string;
|
|
399
|
+
phoneOnlyCountriesHelp: string;
|
|
400
|
+
selectMultiselect: string;
|
|
401
|
+
dateEnableTime: string;
|
|
402
|
+
dateMin: string;
|
|
403
|
+
dateMax: string;
|
|
404
|
+
rangeMulti: string;
|
|
405
|
+
radioThin: string;
|
|
406
|
+
radioHideRadio: string;
|
|
407
|
+
radioAlign: string;
|
|
408
|
+
radioAlignStart: string;
|
|
409
|
+
radioAlignCenter: string;
|
|
410
|
+
radioAlignEnd: string;
|
|
411
|
+
textIcon: string;
|
|
412
|
+
textIconStart: string;
|
|
413
|
+
fileMultiple: string;
|
|
414
|
+
fileHeight: string;
|
|
415
|
+
fileAccept: string;
|
|
416
|
+
fileAcceptPlaceholder: string;
|
|
417
|
+
fileTheme: string;
|
|
418
|
+
fileThemeDropzone: string;
|
|
419
|
+
fileThemeBasic: string;
|
|
420
|
+
fileShowIcon: string;
|
|
421
|
+
fileIcon: string;
|
|
422
|
+
};
|
|
423
|
+
iconPicker: {
|
|
424
|
+
none: string;
|
|
425
|
+
search: string;
|
|
426
|
+
noResults: string;
|
|
427
|
+
};
|
|
428
|
+
schemaBuilder: {
|
|
429
|
+
fieldId: string;
|
|
430
|
+
fieldIdDesc: string;
|
|
431
|
+
fieldLabel: string;
|
|
432
|
+
fieldLabelPlaceholder: string;
|
|
433
|
+
description: string;
|
|
434
|
+
descriptionPlaceholder: string;
|
|
435
|
+
requiredField: string;
|
|
436
|
+
required: string;
|
|
437
|
+
textValidations: string;
|
|
438
|
+
format: string;
|
|
439
|
+
minimumLength: string;
|
|
440
|
+
maximumLength: string;
|
|
441
|
+
noMinimum: string;
|
|
442
|
+
noMaximum: string;
|
|
443
|
+
numberValidations: string;
|
|
444
|
+
minimumValue: string;
|
|
445
|
+
maximumValue: string;
|
|
446
|
+
stepMultipleOf: string;
|
|
447
|
+
anyValue: string;
|
|
448
|
+
addField: string;
|
|
449
|
+
noFieldsClickAbove: string;
|
|
450
|
+
patternPlaceholder: string;
|
|
451
|
+
fieldTypes: {
|
|
452
|
+
shortText: string;
|
|
453
|
+
longText: string;
|
|
454
|
+
number: string;
|
|
455
|
+
integer: string;
|
|
456
|
+
yesNo: string;
|
|
457
|
+
dropdown: string;
|
|
458
|
+
email: string;
|
|
459
|
+
phone: string;
|
|
460
|
+
date: string;
|
|
461
|
+
unknown: string;
|
|
462
|
+
};
|
|
463
|
+
formats: {
|
|
464
|
+
plainText: string;
|
|
465
|
+
email: string;
|
|
466
|
+
url: string;
|
|
467
|
+
date: string;
|
|
468
|
+
dateTime: string;
|
|
469
|
+
time: string;
|
|
470
|
+
phone: string;
|
|
471
|
+
};
|
|
472
|
+
};
|
|
473
|
+
};
|
|
474
|
+
calendar: {
|
|
475
|
+
today: string;
|
|
476
|
+
views: {
|
|
477
|
+
week: string;
|
|
478
|
+
month: string;
|
|
479
|
+
day: string;
|
|
480
|
+
agenda: string;
|
|
481
|
+
};
|
|
482
|
+
agenda: {
|
|
483
|
+
time: string;
|
|
484
|
+
event: string;
|
|
485
|
+
eventsCount: string;
|
|
486
|
+
noEvents: string;
|
|
487
|
+
};
|
|
488
|
+
};
|
|
489
|
+
addToCalendar: {
|
|
490
|
+
addTo: string;
|
|
491
|
+
addToCalendar: string;
|
|
492
|
+
google: string;
|
|
493
|
+
apple: string;
|
|
494
|
+
outlook: string;
|
|
495
|
+
office365: string;
|
|
496
|
+
yahoo: string;
|
|
497
|
+
ics: string;
|
|
211
498
|
};
|
|
212
499
|
};
|
|
213
500
|
readonly he: {
|
|
@@ -374,6 +661,9 @@ declare const bagelinkLocales: {
|
|
|
374
661
|
email: {
|
|
375
662
|
invalidEmail: string;
|
|
376
663
|
invalidDomain: string;
|
|
664
|
+
disposableEmail: string;
|
|
665
|
+
didYouMean: string;
|
|
666
|
+
validating: string;
|
|
377
667
|
};
|
|
378
668
|
date: {
|
|
379
669
|
invalidFormat: string;
|
|
@@ -415,6 +705,7 @@ declare const bagelinkLocales: {
|
|
|
415
705
|
closeEditor: string;
|
|
416
706
|
blockNotEditable: string;
|
|
417
707
|
blockNotEditableDesc: string;
|
|
708
|
+
dataSourceHint: string;
|
|
418
709
|
screenTooSmall: string;
|
|
419
710
|
cancel: string;
|
|
420
711
|
publish: string;
|
|
@@ -437,6 +728,289 @@ declare const bagelinkLocales: {
|
|
|
437
728
|
saveNow: string;
|
|
438
729
|
publishDestination: string;
|
|
439
730
|
publishAll: string;
|
|
731
|
+
lastPublished: string;
|
|
732
|
+
published: string;
|
|
733
|
+
notPublished: string;
|
|
734
|
+
production: string;
|
|
735
|
+
publishFailed: string;
|
|
736
|
+
};
|
|
737
|
+
collection: {
|
|
738
|
+
loadError: string;
|
|
739
|
+
newItemTitle: string;
|
|
740
|
+
createSubmit: string;
|
|
741
|
+
editTitle: string;
|
|
742
|
+
saveSubmit: string;
|
|
743
|
+
importTitle: string;
|
|
744
|
+
importSubmit: string;
|
|
745
|
+
importJsonLabel: string;
|
|
746
|
+
importJsonHint: string;
|
|
747
|
+
importSummary: string;
|
|
748
|
+
deleteItemTitle: string;
|
|
749
|
+
deleteItemMessage: string;
|
|
750
|
+
deleteConfirm: string;
|
|
751
|
+
batchDeleteTitle: string;
|
|
752
|
+
batchDeleteMessage: string;
|
|
753
|
+
batchDeleteSummary: string;
|
|
754
|
+
batchUpdateTitle: string;
|
|
755
|
+
updateAllSubmit: string;
|
|
756
|
+
batchUpdateSummary: string;
|
|
757
|
+
selectedCount: string;
|
|
758
|
+
updateBtn: string;
|
|
759
|
+
deleteBtn: string;
|
|
760
|
+
searchPlaceholder: string;
|
|
761
|
+
refreshTooltip: string;
|
|
762
|
+
importTooltip: string;
|
|
763
|
+
newItemBtn: string;
|
|
764
|
+
deleteTooltip: string;
|
|
765
|
+
reorderTooltip: string;
|
|
766
|
+
reorderSaving: string;
|
|
767
|
+
};
|
|
768
|
+
datastores: {
|
|
769
|
+
selectCollection: string;
|
|
770
|
+
fieldName: string;
|
|
771
|
+
fieldStore: string;
|
|
772
|
+
fieldStoreHint: string;
|
|
773
|
+
fieldCollection: string;
|
|
774
|
+
fieldCollectionHint: string;
|
|
775
|
+
fieldDescription: string;
|
|
776
|
+
createTitle: string;
|
|
777
|
+
createSubmit: string;
|
|
778
|
+
editTitle: string;
|
|
779
|
+
saveSubmit: string;
|
|
780
|
+
addBtn: string;
|
|
781
|
+
empty: string;
|
|
782
|
+
deleteConfirm: string;
|
|
783
|
+
};
|
|
784
|
+
admin: {
|
|
785
|
+
content: string;
|
|
786
|
+
blox: string;
|
|
787
|
+
whatsapp: string;
|
|
788
|
+
newsletter: string;
|
|
789
|
+
agent: string;
|
|
790
|
+
users: string;
|
|
791
|
+
tenants: string;
|
|
792
|
+
};
|
|
793
|
+
userManagement: {
|
|
794
|
+
title: string;
|
|
795
|
+
notConfigured: string;
|
|
796
|
+
notConfiguredHint: string;
|
|
797
|
+
team: string;
|
|
798
|
+
filterByRole: string;
|
|
799
|
+
invite: string;
|
|
800
|
+
pendingInvitations: string;
|
|
801
|
+
pending: string;
|
|
802
|
+
resend: string;
|
|
803
|
+
delete: string;
|
|
804
|
+
activeUsers: string;
|
|
805
|
+
active: string;
|
|
806
|
+
edit: string;
|
|
807
|
+
remove: string;
|
|
808
|
+
noUsers: string;
|
|
809
|
+
inviteFirst: string;
|
|
810
|
+
inviteTitle: string;
|
|
811
|
+
firstName: string;
|
|
812
|
+
lastName: string;
|
|
813
|
+
email: string;
|
|
814
|
+
role: string;
|
|
815
|
+
message: string;
|
|
816
|
+
inviteSent: string;
|
|
817
|
+
inviteError: string;
|
|
818
|
+
deleteInviteConfirm: string;
|
|
819
|
+
deleteInviteError: string;
|
|
820
|
+
removeUserConfirm: string;
|
|
821
|
+
};
|
|
822
|
+
forms: {
|
|
823
|
+
title: string;
|
|
824
|
+
refresh: string;
|
|
825
|
+
newForm: string;
|
|
826
|
+
createForm: string;
|
|
827
|
+
noForms: string;
|
|
828
|
+
noFormsDesc: string;
|
|
829
|
+
active: string;
|
|
830
|
+
inactive: string;
|
|
831
|
+
submissionsOnly: string;
|
|
832
|
+
noDefinition: string;
|
|
833
|
+
fieldCount: string;
|
|
834
|
+
createdAt: string;
|
|
835
|
+
editor: {
|
|
836
|
+
newForm: string;
|
|
837
|
+
builder: string;
|
|
838
|
+
submissions: string;
|
|
839
|
+
edit: string;
|
|
840
|
+
preview: string;
|
|
841
|
+
save: string;
|
|
842
|
+
create: string;
|
|
843
|
+
formName: string;
|
|
844
|
+
formNamePlaceholder: string;
|
|
845
|
+
description: string;
|
|
846
|
+
descriptionPlaceholder: string;
|
|
847
|
+
active: string;
|
|
848
|
+
deleteForm: string;
|
|
849
|
+
deleteConfirm: string;
|
|
850
|
+
submit: string;
|
|
851
|
+
};
|
|
852
|
+
submissions: {
|
|
853
|
+
title: string;
|
|
854
|
+
exportCsv: string;
|
|
855
|
+
statusPlaceholder: string;
|
|
856
|
+
noSubmissions: string;
|
|
857
|
+
count: string;
|
|
858
|
+
date: string;
|
|
859
|
+
status: string;
|
|
860
|
+
statusAll: string;
|
|
861
|
+
statusSaved: string;
|
|
862
|
+
statusDraft: string;
|
|
863
|
+
statusProcessed: string;
|
|
864
|
+
statusAbandoned: string;
|
|
865
|
+
statusError: string;
|
|
866
|
+
statusSpam: string;
|
|
867
|
+
};
|
|
868
|
+
builder: {
|
|
869
|
+
noFields: string;
|
|
870
|
+
noFieldsDesc: string;
|
|
871
|
+
noFieldsDefined: string;
|
|
872
|
+
selectField: string;
|
|
873
|
+
tooSmall: string;
|
|
874
|
+
tooSmallDesc: string;
|
|
875
|
+
};
|
|
876
|
+
fieldSettings: {
|
|
877
|
+
headingText: string;
|
|
878
|
+
noDividerSettings: string;
|
|
879
|
+
label: string;
|
|
880
|
+
fieldKey: string;
|
|
881
|
+
placeholder: string;
|
|
882
|
+
helpText: string;
|
|
883
|
+
required: string;
|
|
884
|
+
options: string;
|
|
885
|
+
addOption: string;
|
|
886
|
+
validation: string;
|
|
887
|
+
minLength: string;
|
|
888
|
+
maxLength: string;
|
|
889
|
+
pattern: string;
|
|
890
|
+
min: string;
|
|
891
|
+
max: string;
|
|
892
|
+
step: string;
|
|
893
|
+
removeField: string;
|
|
894
|
+
columnWidth: string;
|
|
895
|
+
columnHeight: string;
|
|
896
|
+
optionLabel: string;
|
|
897
|
+
optionValue: string;
|
|
898
|
+
sectionHeader: string;
|
|
899
|
+
fieldPrefix: string;
|
|
900
|
+
removeFieldTitle: string;
|
|
901
|
+
removeTitle: string;
|
|
902
|
+
richTextVariant: string;
|
|
903
|
+
richTextVariantFull: string;
|
|
904
|
+
richTextVariantBasic: string;
|
|
905
|
+
richTextVariantSimple: string;
|
|
906
|
+
textareaRows: string;
|
|
907
|
+
textareaAutoHeight: string;
|
|
908
|
+
numberLayout: string;
|
|
909
|
+
numberLayoutDefault: string;
|
|
910
|
+
numberLayoutVertical: string;
|
|
911
|
+
numberLayoutHorizontal: string;
|
|
912
|
+
numberSpinner: string;
|
|
913
|
+
phoneOnlyCountries: string;
|
|
914
|
+
phoneOnlyCountriesPlaceholder: string;
|
|
915
|
+
phoneOnlyCountriesHelp: string;
|
|
916
|
+
selectMultiselect: string;
|
|
917
|
+
dateEnableTime: string;
|
|
918
|
+
dateMin: string;
|
|
919
|
+
dateMax: string;
|
|
920
|
+
rangeMulti: string;
|
|
921
|
+
radioThin: string;
|
|
922
|
+
radioHideRadio: string;
|
|
923
|
+
radioAlign: string;
|
|
924
|
+
radioAlignStart: string;
|
|
925
|
+
radioAlignCenter: string;
|
|
926
|
+
radioAlignEnd: string;
|
|
927
|
+
textIcon: string;
|
|
928
|
+
textIconStart: string;
|
|
929
|
+
fileMultiple: string;
|
|
930
|
+
fileHeight: string;
|
|
931
|
+
fileAccept: string;
|
|
932
|
+
fileAcceptPlaceholder: string;
|
|
933
|
+
fileTheme: string;
|
|
934
|
+
fileThemeDropzone: string;
|
|
935
|
+
fileThemeBasic: string;
|
|
936
|
+
fileShowIcon: string;
|
|
937
|
+
fileIcon: string;
|
|
938
|
+
};
|
|
939
|
+
iconPicker: {
|
|
940
|
+
none: string;
|
|
941
|
+
search: string;
|
|
942
|
+
noResults: string;
|
|
943
|
+
};
|
|
944
|
+
schemaBuilder: {
|
|
945
|
+
fieldId: string;
|
|
946
|
+
fieldIdDesc: string;
|
|
947
|
+
fieldLabel: string;
|
|
948
|
+
fieldLabelPlaceholder: string;
|
|
949
|
+
description: string;
|
|
950
|
+
descriptionPlaceholder: string;
|
|
951
|
+
requiredField: string;
|
|
952
|
+
required: string;
|
|
953
|
+
textValidations: string;
|
|
954
|
+
format: string;
|
|
955
|
+
minimumLength: string;
|
|
956
|
+
maximumLength: string;
|
|
957
|
+
noMinimum: string;
|
|
958
|
+
noMaximum: string;
|
|
959
|
+
numberValidations: string;
|
|
960
|
+
minimumValue: string;
|
|
961
|
+
maximumValue: string;
|
|
962
|
+
stepMultipleOf: string;
|
|
963
|
+
anyValue: string;
|
|
964
|
+
addField: string;
|
|
965
|
+
noFieldsClickAbove: string;
|
|
966
|
+
patternPlaceholder: string;
|
|
967
|
+
fieldTypes: {
|
|
968
|
+
shortText: string;
|
|
969
|
+
longText: string;
|
|
970
|
+
number: string;
|
|
971
|
+
integer: string;
|
|
972
|
+
yesNo: string;
|
|
973
|
+
dropdown: string;
|
|
974
|
+
email: string;
|
|
975
|
+
phone: string;
|
|
976
|
+
date: string;
|
|
977
|
+
unknown: string;
|
|
978
|
+
};
|
|
979
|
+
formats: {
|
|
980
|
+
plainText: string;
|
|
981
|
+
email: string;
|
|
982
|
+
url: string;
|
|
983
|
+
date: string;
|
|
984
|
+
dateTime: string;
|
|
985
|
+
time: string;
|
|
986
|
+
phone: string;
|
|
987
|
+
};
|
|
988
|
+
};
|
|
989
|
+
};
|
|
990
|
+
calendar: {
|
|
991
|
+
today: string;
|
|
992
|
+
views: {
|
|
993
|
+
week: string;
|
|
994
|
+
month: string;
|
|
995
|
+
day: string;
|
|
996
|
+
agenda: string;
|
|
997
|
+
};
|
|
998
|
+
agenda: {
|
|
999
|
+
time: string;
|
|
1000
|
+
event: string;
|
|
1001
|
+
eventsCount: string;
|
|
1002
|
+
noEvents: string;
|
|
1003
|
+
};
|
|
1004
|
+
};
|
|
1005
|
+
addToCalendar: {
|
|
1006
|
+
addTo: string;
|
|
1007
|
+
addToCalendar: string;
|
|
1008
|
+
google: string;
|
|
1009
|
+
apple: string;
|
|
1010
|
+
outlook: string;
|
|
1011
|
+
office365: string;
|
|
1012
|
+
yahoo: string;
|
|
1013
|
+
ics: string;
|
|
440
1014
|
};
|
|
441
1015
|
};
|
|
442
1016
|
readonly it: {
|
|
@@ -582,6 +1156,9 @@ declare const bagelinkLocales: {
|
|
|
582
1156
|
email: {
|
|
583
1157
|
invalidEmail: string;
|
|
584
1158
|
invalidDomain: string;
|
|
1159
|
+
disposableEmail: string;
|
|
1160
|
+
didYouMean: string;
|
|
1161
|
+
validating: string;
|
|
585
1162
|
};
|
|
586
1163
|
date: {
|
|
587
1164
|
invalidFormat: string;
|
|
@@ -623,6 +1200,7 @@ declare const bagelinkLocales: {
|
|
|
623
1200
|
closeEditor: string;
|
|
624
1201
|
blockNotEditable: string;
|
|
625
1202
|
blockNotEditableDesc: string;
|
|
1203
|
+
dataSourceHint: string;
|
|
626
1204
|
screenTooSmall: string;
|
|
627
1205
|
cancel: string;
|
|
628
1206
|
publish: string;
|
|
@@ -645,6 +1223,68 @@ declare const bagelinkLocales: {
|
|
|
645
1223
|
saveNow: string;
|
|
646
1224
|
publishDestination: string;
|
|
647
1225
|
publishAll: string;
|
|
1226
|
+
lastPublished: string;
|
|
1227
|
+
published: string;
|
|
1228
|
+
notPublished: string;
|
|
1229
|
+
production: string;
|
|
1230
|
+
publishFailed: string;
|
|
1231
|
+
};
|
|
1232
|
+
admin: {
|
|
1233
|
+
content: string;
|
|
1234
|
+
blox: string;
|
|
1235
|
+
whatsapp: string;
|
|
1236
|
+
newsletter: string;
|
|
1237
|
+
agent: string;
|
|
1238
|
+
users: string;
|
|
1239
|
+
tenants: string;
|
|
1240
|
+
};
|
|
1241
|
+
userManagement: {
|
|
1242
|
+
title: string;
|
|
1243
|
+
notConfigured: string;
|
|
1244
|
+
notConfiguredHint: string;
|
|
1245
|
+
team: string;
|
|
1246
|
+
filterByRole: string;
|
|
1247
|
+
invite: string;
|
|
1248
|
+
pendingInvitations: string;
|
|
1249
|
+
pending: string;
|
|
1250
|
+
resend: string;
|
|
1251
|
+
delete: string;
|
|
1252
|
+
activeUsers: string;
|
|
1253
|
+
active: string;
|
|
1254
|
+
edit: string;
|
|
1255
|
+
remove: string;
|
|
1256
|
+
noUsers: string;
|
|
1257
|
+
inviteFirst: string;
|
|
1258
|
+
inviteTitle: string;
|
|
1259
|
+
firstName: string;
|
|
1260
|
+
lastName: string;
|
|
1261
|
+
email: string;
|
|
1262
|
+
role: string;
|
|
1263
|
+
message: string;
|
|
1264
|
+
inviteSent: string;
|
|
1265
|
+
inviteError: string;
|
|
1266
|
+
deleteInviteConfirm: string;
|
|
1267
|
+
deleteInviteError: string;
|
|
1268
|
+
removeUserConfirm: string;
|
|
1269
|
+
};
|
|
1270
|
+
calendar: {
|
|
1271
|
+
today: string;
|
|
1272
|
+
views: {
|
|
1273
|
+
week: string;
|
|
1274
|
+
month: string;
|
|
1275
|
+
day: string;
|
|
1276
|
+
agenda: string;
|
|
1277
|
+
};
|
|
1278
|
+
agenda: {
|
|
1279
|
+
time: string;
|
|
1280
|
+
event: string;
|
|
1281
|
+
eventsCount: string;
|
|
1282
|
+
noEvents: string;
|
|
1283
|
+
};
|
|
1284
|
+
};
|
|
1285
|
+
addToCalendar: {
|
|
1286
|
+
addTo: string;
|
|
1287
|
+
addToCalendar: string;
|
|
648
1288
|
};
|
|
649
1289
|
};
|
|
650
1290
|
readonly es: {
|
|
@@ -790,6 +1430,9 @@ declare const bagelinkLocales: {
|
|
|
790
1430
|
email: {
|
|
791
1431
|
invalidEmail: string;
|
|
792
1432
|
invalidDomain: string;
|
|
1433
|
+
disposableEmail: string;
|
|
1434
|
+
didYouMean: string;
|
|
1435
|
+
validating: string;
|
|
793
1436
|
};
|
|
794
1437
|
date: {
|
|
795
1438
|
invalidFormat: string;
|
|
@@ -831,6 +1474,7 @@ declare const bagelinkLocales: {
|
|
|
831
1474
|
closeEditor: string;
|
|
832
1475
|
blockNotEditable: string;
|
|
833
1476
|
blockNotEditableDesc: string;
|
|
1477
|
+
dataSourceHint: string;
|
|
834
1478
|
screenTooSmall: string;
|
|
835
1479
|
cancel: string;
|
|
836
1480
|
publish: string;
|
|
@@ -853,6 +1497,68 @@ declare const bagelinkLocales: {
|
|
|
853
1497
|
saveNow: string;
|
|
854
1498
|
publishDestination: string;
|
|
855
1499
|
publishAll: string;
|
|
1500
|
+
lastPublished: string;
|
|
1501
|
+
published: string;
|
|
1502
|
+
notPublished: string;
|
|
1503
|
+
production: string;
|
|
1504
|
+
publishFailed: string;
|
|
1505
|
+
};
|
|
1506
|
+
admin: {
|
|
1507
|
+
content: string;
|
|
1508
|
+
blox: string;
|
|
1509
|
+
whatsapp: string;
|
|
1510
|
+
newsletter: string;
|
|
1511
|
+
agent: string;
|
|
1512
|
+
users: string;
|
|
1513
|
+
tenants: string;
|
|
1514
|
+
};
|
|
1515
|
+
userManagement: {
|
|
1516
|
+
title: string;
|
|
1517
|
+
notConfigured: string;
|
|
1518
|
+
notConfiguredHint: string;
|
|
1519
|
+
team: string;
|
|
1520
|
+
filterByRole: string;
|
|
1521
|
+
invite: string;
|
|
1522
|
+
pendingInvitations: string;
|
|
1523
|
+
pending: string;
|
|
1524
|
+
resend: string;
|
|
1525
|
+
delete: string;
|
|
1526
|
+
activeUsers: string;
|
|
1527
|
+
active: string;
|
|
1528
|
+
edit: string;
|
|
1529
|
+
remove: string;
|
|
1530
|
+
noUsers: string;
|
|
1531
|
+
inviteFirst: string;
|
|
1532
|
+
inviteTitle: string;
|
|
1533
|
+
firstName: string;
|
|
1534
|
+
lastName: string;
|
|
1535
|
+
email: string;
|
|
1536
|
+
role: string;
|
|
1537
|
+
message: string;
|
|
1538
|
+
inviteSent: string;
|
|
1539
|
+
inviteError: string;
|
|
1540
|
+
deleteInviteConfirm: string;
|
|
1541
|
+
deleteInviteError: string;
|
|
1542
|
+
removeUserConfirm: string;
|
|
1543
|
+
};
|
|
1544
|
+
calendar: {
|
|
1545
|
+
today: string;
|
|
1546
|
+
views: {
|
|
1547
|
+
week: string;
|
|
1548
|
+
month: string;
|
|
1549
|
+
day: string;
|
|
1550
|
+
agenda: string;
|
|
1551
|
+
};
|
|
1552
|
+
agenda: {
|
|
1553
|
+
time: string;
|
|
1554
|
+
event: string;
|
|
1555
|
+
eventsCount: string;
|
|
1556
|
+
noEvents: string;
|
|
1557
|
+
};
|
|
1558
|
+
};
|
|
1559
|
+
addToCalendar: {
|
|
1560
|
+
addTo: string;
|
|
1561
|
+
addToCalendar: string;
|
|
856
1562
|
};
|
|
857
1563
|
};
|
|
858
1564
|
readonly fr: {
|
|
@@ -998,6 +1704,9 @@ declare const bagelinkLocales: {
|
|
|
998
1704
|
email: {
|
|
999
1705
|
invalidEmail: string;
|
|
1000
1706
|
invalidDomain: string;
|
|
1707
|
+
disposableEmail: string;
|
|
1708
|
+
didYouMean: string;
|
|
1709
|
+
validating: string;
|
|
1001
1710
|
};
|
|
1002
1711
|
date: {
|
|
1003
1712
|
invalidFormat: string;
|
|
@@ -1039,6 +1748,7 @@ declare const bagelinkLocales: {
|
|
|
1039
1748
|
closeEditor: string;
|
|
1040
1749
|
blockNotEditable: string;
|
|
1041
1750
|
blockNotEditableDesc: string;
|
|
1751
|
+
dataSourceHint: string;
|
|
1042
1752
|
screenTooSmall: string;
|
|
1043
1753
|
cancel: string;
|
|
1044
1754
|
publish: string;
|
|
@@ -1061,6 +1771,68 @@ declare const bagelinkLocales: {
|
|
|
1061
1771
|
saveNow: string;
|
|
1062
1772
|
publishDestination: string;
|
|
1063
1773
|
publishAll: string;
|
|
1774
|
+
lastPublished: string;
|
|
1775
|
+
published: string;
|
|
1776
|
+
notPublished: string;
|
|
1777
|
+
production: string;
|
|
1778
|
+
publishFailed: string;
|
|
1779
|
+
};
|
|
1780
|
+
admin: {
|
|
1781
|
+
content: string;
|
|
1782
|
+
blox: string;
|
|
1783
|
+
whatsapp: string;
|
|
1784
|
+
newsletter: string;
|
|
1785
|
+
agent: string;
|
|
1786
|
+
users: string;
|
|
1787
|
+
tenants: string;
|
|
1788
|
+
};
|
|
1789
|
+
userManagement: {
|
|
1790
|
+
title: string;
|
|
1791
|
+
notConfigured: string;
|
|
1792
|
+
notConfiguredHint: string;
|
|
1793
|
+
team: string;
|
|
1794
|
+
filterByRole: string;
|
|
1795
|
+
invite: string;
|
|
1796
|
+
pendingInvitations: string;
|
|
1797
|
+
pending: string;
|
|
1798
|
+
resend: string;
|
|
1799
|
+
delete: string;
|
|
1800
|
+
activeUsers: string;
|
|
1801
|
+
active: string;
|
|
1802
|
+
edit: string;
|
|
1803
|
+
remove: string;
|
|
1804
|
+
noUsers: string;
|
|
1805
|
+
inviteFirst: string;
|
|
1806
|
+
inviteTitle: string;
|
|
1807
|
+
firstName: string;
|
|
1808
|
+
lastName: string;
|
|
1809
|
+
email: string;
|
|
1810
|
+
role: string;
|
|
1811
|
+
message: string;
|
|
1812
|
+
inviteSent: string;
|
|
1813
|
+
inviteError: string;
|
|
1814
|
+
deleteInviteConfirm: string;
|
|
1815
|
+
deleteInviteError: string;
|
|
1816
|
+
removeUserConfirm: string;
|
|
1817
|
+
};
|
|
1818
|
+
calendar: {
|
|
1819
|
+
today: string;
|
|
1820
|
+
views: {
|
|
1821
|
+
week: string;
|
|
1822
|
+
month: string;
|
|
1823
|
+
day: string;
|
|
1824
|
+
agenda: string;
|
|
1825
|
+
};
|
|
1826
|
+
agenda: {
|
|
1827
|
+
time: string;
|
|
1828
|
+
event: string;
|
|
1829
|
+
eventsCount: string;
|
|
1830
|
+
noEvents: string;
|
|
1831
|
+
};
|
|
1832
|
+
};
|
|
1833
|
+
addToCalendar: {
|
|
1834
|
+
addTo: string;
|
|
1835
|
+
addToCalendar: string;
|
|
1064
1836
|
};
|
|
1065
1837
|
};
|
|
1066
1838
|
readonly ru: {
|
|
@@ -1206,6 +1978,9 @@ declare const bagelinkLocales: {
|
|
|
1206
1978
|
email: {
|
|
1207
1979
|
invalidEmail: string;
|
|
1208
1980
|
invalidDomain: string;
|
|
1981
|
+
disposableEmail: string;
|
|
1982
|
+
didYouMean: string;
|
|
1983
|
+
validating: string;
|
|
1209
1984
|
};
|
|
1210
1985
|
date: {
|
|
1211
1986
|
invalidFormat: string;
|
|
@@ -1247,6 +2022,7 @@ declare const bagelinkLocales: {
|
|
|
1247
2022
|
closeEditor: string;
|
|
1248
2023
|
blockNotEditable: string;
|
|
1249
2024
|
blockNotEditableDesc: string;
|
|
2025
|
+
dataSourceHint: string;
|
|
1250
2026
|
screenTooSmall: string;
|
|
1251
2027
|
cancel: string;
|
|
1252
2028
|
publish: string;
|
|
@@ -1269,6 +2045,68 @@ declare const bagelinkLocales: {
|
|
|
1269
2045
|
saveNow: string;
|
|
1270
2046
|
publishDestination: string;
|
|
1271
2047
|
publishAll: string;
|
|
2048
|
+
lastPublished: string;
|
|
2049
|
+
published: string;
|
|
2050
|
+
notPublished: string;
|
|
2051
|
+
production: string;
|
|
2052
|
+
publishFailed: string;
|
|
2053
|
+
};
|
|
2054
|
+
admin: {
|
|
2055
|
+
content: string;
|
|
2056
|
+
blox: string;
|
|
2057
|
+
whatsapp: string;
|
|
2058
|
+
newsletter: string;
|
|
2059
|
+
agent: string;
|
|
2060
|
+
users: string;
|
|
2061
|
+
tenants: string;
|
|
2062
|
+
};
|
|
2063
|
+
userManagement: {
|
|
2064
|
+
title: string;
|
|
2065
|
+
notConfigured: string;
|
|
2066
|
+
notConfiguredHint: string;
|
|
2067
|
+
team: string;
|
|
2068
|
+
filterByRole: string;
|
|
2069
|
+
invite: string;
|
|
2070
|
+
pendingInvitations: string;
|
|
2071
|
+
pending: string;
|
|
2072
|
+
resend: string;
|
|
2073
|
+
delete: string;
|
|
2074
|
+
activeUsers: string;
|
|
2075
|
+
active: string;
|
|
2076
|
+
edit: string;
|
|
2077
|
+
remove: string;
|
|
2078
|
+
noUsers: string;
|
|
2079
|
+
inviteFirst: string;
|
|
2080
|
+
inviteTitle: string;
|
|
2081
|
+
firstName: string;
|
|
2082
|
+
lastName: string;
|
|
2083
|
+
email: string;
|
|
2084
|
+
role: string;
|
|
2085
|
+
message: string;
|
|
2086
|
+
inviteSent: string;
|
|
2087
|
+
inviteError: string;
|
|
2088
|
+
deleteInviteConfirm: string;
|
|
2089
|
+
deleteInviteError: string;
|
|
2090
|
+
removeUserConfirm: string;
|
|
2091
|
+
};
|
|
2092
|
+
calendar: {
|
|
2093
|
+
today: string;
|
|
2094
|
+
views: {
|
|
2095
|
+
week: string;
|
|
2096
|
+
month: string;
|
|
2097
|
+
day: string;
|
|
2098
|
+
agenda: string;
|
|
2099
|
+
};
|
|
2100
|
+
agenda: {
|
|
2101
|
+
time: string;
|
|
2102
|
+
event: string;
|
|
2103
|
+
eventsCount: string;
|
|
2104
|
+
noEvents: string;
|
|
2105
|
+
};
|
|
2106
|
+
};
|
|
2107
|
+
addToCalendar: {
|
|
2108
|
+
addTo: string;
|
|
2109
|
+
addToCalendar: string;
|
|
1272
2110
|
};
|
|
1273
2111
|
};
|
|
1274
2112
|
};
|