@bagelink/vue 1.11.3 → 1.11.7
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/layout/index.d.ts +2 -0
- package/dist/composables/index.d.ts +5 -1
- package/dist/form-flow/FormFlow.vue.d.ts +57 -18
- package/dist/form-flow/form-flow.d.ts +6 -6
- package/dist/form-flow/form-flow.d.ts.map +1 -1
- package/dist/i18n/index.d.ts +294 -0
- package/dist/utils/queryFilter.d.ts +12 -1
- package/dist/utils/showdown.d.ts.map +1 -1
- package/package.json +2 -2
- package/src/form-flow/form-flow.ts +1 -1
- package/src/utils/showdown.ts +1 -2
- package/dist/components/Carousel2.vue.d.ts +0 -89
- package/dist/components/Carousel2.vue.d.ts.map +0 -1
- package/dist/components/calendar/components/header/Header.vue.d.ts +0 -124
- package/dist/components/calendar/components/header/Header.vue.d.ts.map +0 -1
- package/dist/components/calendar/components/month/AgendaEventTile.vue.d.ts +0 -37
- package/dist/components/calendar/components/month/AgendaEventTile.vue.d.ts.map +0 -1
- package/dist/components/calendar/components/month/AgendaEvents.vue.d.ts +0 -37
- package/dist/components/calendar/components/month/AgendaEvents.vue.d.ts.map +0 -1
- package/dist/components/calendar/components/month/Day.vue.d.ts +0 -84
- package/dist/components/calendar/components/month/Day.vue.d.ts.map +0 -1
- package/dist/components/calendar/components/month/Event.vue.d.ts +0 -69
- package/dist/components/calendar/components/month/Event.vue.d.ts.map +0 -1
- package/dist/components/calendar/components/month/Month.vue.d.ts +0 -134
- package/dist/components/calendar/components/month/Month.vue.d.ts.map +0 -1
- package/dist/components/calendar/components/month/WeekDay.vue.d.ts +0 -7
- package/dist/components/calendar/components/month/WeekDay.vue.d.ts.map +0 -1
- package/dist/components/calendar/components/partials/EventFlyout.vue.d.ts +0 -122
- package/dist/components/calendar/components/partials/EventFlyout.vue.d.ts.map +0 -1
- package/dist/components/calendar/components/week/Day.vue.d.ts +0 -152
- package/dist/components/calendar/components/week/Day.vue.d.ts.map +0 -1
- package/dist/components/calendar/components/week/DayEvent.vue.d.ts +0 -136
- package/dist/components/calendar/components/week/DayEvent.vue.d.ts.map +0 -1
- package/dist/components/calendar/components/week/DayTimeline.vue.d.ts +0 -23
- package/dist/components/calendar/components/week/DayTimeline.vue.d.ts.map +0 -1
- package/dist/components/calendar/components/week/FullDayEvent.vue.d.ts +0 -42
- package/dist/components/calendar/components/week/FullDayEvent.vue.d.ts.map +0 -1
- package/dist/components/calendar/components/week/Week.vue.d.ts +0 -196
- package/dist/components/calendar/components/week/Week.vue.d.ts.map +0 -1
- package/dist/components/calendar/components/week/WeekTimeline.vue.d.ts +0 -21
- package/dist/components/calendar/components/week/WeekTimeline.vue.d.ts.map +0 -1
- package/dist/components/calendar/constants.d.ts +0 -13
- package/dist/components/calendar/constants.d.ts.map +0 -1
- package/dist/components/calendar/helpers/DayIntervals.d.ts +0 -17
- package/dist/components/calendar/helpers/DayIntervals.d.ts.map +0 -1
- package/dist/components/calendar/helpers/EDate.d.ts +0 -10
- package/dist/components/calendar/helpers/EDate.d.ts.map +0 -1
- package/dist/components/calendar/helpers/Errors.d.ts +0 -18
- package/dist/components/calendar/helpers/Errors.d.ts.map +0 -1
- package/dist/components/calendar/helpers/EventChange.d.ts +0 -19
- package/dist/components/calendar/helpers/EventChange.d.ts.map +0 -1
- package/dist/components/calendar/helpers/EventConcurrency.d.ts +0 -12
- package/dist/components/calendar/helpers/EventConcurrency.d.ts.map +0 -1
- package/dist/components/calendar/helpers/EventFlyoutPosition.d.ts +0 -14
- package/dist/components/calendar/helpers/EventFlyoutPosition.d.ts.map +0 -1
- package/dist/components/calendar/helpers/EventPosition.d.ts +0 -11
- package/dist/components/calendar/helpers/EventPosition.d.ts.map +0 -1
- package/dist/components/calendar/helpers/EventsFilter.d.ts +0 -11
- package/dist/components/calendar/helpers/EventsFilter.d.ts.map +0 -1
- package/dist/components/calendar/helpers/Helpers.d.ts +0 -19
- package/dist/components/calendar/helpers/Helpers.d.ts.map +0 -1
- package/dist/components/calendar/helpers/Time.d.ts +0 -118
- package/dist/components/calendar/helpers/Time.d.ts.map +0 -1
- package/dist/components/calendar/helpers/Week.d.ts +0 -10
- package/dist/components/calendar/helpers/Week.d.ts.map +0 -1
- package/dist/components/calendar/language/index.d.ts +0 -7
- package/dist/components/calendar/language/index.d.ts.map +0 -1
- package/dist/components/calendar/language/keys.d.ts +0 -99
- package/dist/components/calendar/language/keys.d.ts.map +0 -1
- package/dist/components/calendar/models/Event.d.ts +0 -50
- package/dist/components/calendar/models/Event.d.ts.map +0 -1
- package/dist/components/calendar/typings/config.interface.d.ts +0 -77
- package/dist/components/calendar/typings/config.interface.d.ts.map +0 -1
- package/dist/components/calendar/typings/interfaces/day.interface.d.ts +0 -10
- package/dist/components/calendar/typings/interfaces/day.interface.d.ts.map +0 -1
- package/dist/components/calendar/typings/interfaces/event.interface.d.ts +0 -32
- package/dist/components/calendar/typings/interfaces/event.interface.d.ts.map +0 -1
- package/dist/components/calendar/typings/interfaces/full-day-events-week.type.d.ts +0 -7
- package/dist/components/calendar/typings/interfaces/full-day-events-week.type.d.ts.map +0 -1
- package/dist/components/calendar/typings/interfaces/period.interface.d.ts +0 -6
- package/dist/components/calendar/typings/interfaces/period.interface.d.ts.map +0 -1
- package/dist/components/calendar/typings/interfaces/time-modes.d.ts +0 -6
- package/dist/components/calendar/typings/interfaces/time-modes.d.ts.map +0 -1
- package/dist/components/calendar/typings/types.d.ts +0 -22
- package/dist/components/calendar/typings/types.d.ts.map +0 -1
- package/dist/components/calendar/utils.d.ts +0 -31
- package/dist/components/calendar/utils.d.ts.map +0 -1
- package/dist/components/calendar/views/CalendarPopover.vue.d.ts +0 -175
- package/dist/components/calendar/views/CalendarPopover.vue.d.ts.map +0 -1
- package/dist/components/dashboard/Lineart.vue.d.ts +0 -10
- package/dist/components/dashboard/Lineart.vue.d.ts.map +0 -1
- package/dist/components/dashboard/index.d.ts +0 -2
- package/dist/components/dashboard/index.d.ts.map +0 -1
- package/dist/components/dialog/index.d.ts +0 -2
- package/dist/components/dialog/index.d.ts.map +0 -1
- package/dist/components/form/inputs/DatePick.vue.d.ts +0 -32
- package/dist/components/form/inputs/DatePick.vue.d.ts.map +0 -1
- package/dist/components/form/inputs/FileUpload.vue.d.ts +0 -113
- package/dist/components/form/inputs/FileUpload.vue.d.ts.map +0 -1
- package/dist/components/form/inputs/PhoneInput.vue.d.ts +0 -60
- package/dist/components/form/inputs/PhoneInput.vue.d.ts.map +0 -1
- package/dist/components/form/inputs/RadioPillsInput.vue.d.ts +0 -18
- package/dist/components/form/inputs/RadioPillsInput.vue.d.ts.map +0 -1
- package/dist/components/form/inputs/RichText/components/gridBox.vue.d.ts +0 -10
- package/dist/components/form/inputs/RichText/components/gridBox.vue.d.ts.map +0 -1
- package/dist/composables/useBagel.d.ts +0 -5
- package/dist/composables/useBagel.d.ts.map +0 -1
- package/dist/dist-76Ukdba8.js +0 -713
- package/dist/dist-BeGE8xoH.cjs +0 -1
- package/dist/dist-RFX0YUEq.cjs +0 -1
- package/dist/dist-XUySYNnc.js +0 -2
- package/dist/editor-7QC0nG_c.js +0 -4
- package/dist/editor-COZLUDwR.cjs +0 -1
- package/dist/editor-CpMNx6Eo.cjs +0 -4
- package/dist/editor-sxMLITHI.js +0 -1
- package/dist/plugins/modal.d.ts +0 -20
- package/dist/plugins/modal.d.ts.map +0 -1
- package/dist/utils/lang.d.ts +0 -10
- package/dist/utils/lang.d.ts.map +0 -1
- package/dist/utils/schema.d.ts +0 -4
- package/dist/utils/schema.d.ts.map +0 -1
- package/dist/utils/search.d.ts +0 -44
- package/dist/utils/search.d.ts.map +0 -1
- package/dist/utils/timeAgo.d.ts +0 -19
- package/dist/utils/timeAgo.d.ts.map +0 -1
|
@@ -1,113 +0,0 @@
|
|
|
1
|
-
import { StorageFile } from '../../..';
|
|
2
|
-
type StrKey = keyof StorageFile;
|
|
3
|
-
type __VLS_Props = {
|
|
4
|
-
label?: string;
|
|
5
|
-
multiple?: boolean;
|
|
6
|
-
files?: StorageFile | StorageFile[];
|
|
7
|
-
bindkey?: StrKey;
|
|
8
|
-
modelValue?: string[] | string;
|
|
9
|
-
width?: string;
|
|
10
|
-
height?: string | 'auto';
|
|
11
|
-
topic?: string;
|
|
12
|
-
fill?: boolean;
|
|
13
|
-
oval?: boolean;
|
|
14
|
-
theme?: 'dropzone' | 'basic';
|
|
15
|
-
accept?: string;
|
|
16
|
-
required?: boolean;
|
|
17
|
-
disabled?: boolean;
|
|
18
|
-
dropPlaceholder?: string;
|
|
19
|
-
noFilePlaceholder?: string;
|
|
20
|
-
btnPlaceholder?: string;
|
|
21
|
-
};
|
|
22
|
-
declare function browse(): void;
|
|
23
|
-
type __VLS_PublicProps = {
|
|
24
|
-
'modelValue'?: string[] | string;
|
|
25
|
-
} & __VLS_Props;
|
|
26
|
-
declare function __VLS_template(): {
|
|
27
|
-
attrs: Partial<{}>;
|
|
28
|
-
slots: {
|
|
29
|
-
files?(_: {
|
|
30
|
-
files: import('@vue-macros/reactivity-transform/macros.js').ReactiveVariable<{
|
|
31
|
-
organization?: string[] | undefined;
|
|
32
|
-
name: string;
|
|
33
|
-
url: string;
|
|
34
|
-
mimetype?: string | undefined;
|
|
35
|
-
size?: number | undefined;
|
|
36
|
-
extension?: string | undefined;
|
|
37
|
-
path?: string | undefined;
|
|
38
|
-
id?: string | undefined;
|
|
39
|
-
created_at?: (Date | string) | undefined;
|
|
40
|
-
updated_at?: (Date | string) | undefined;
|
|
41
|
-
}[]>;
|
|
42
|
-
fileQueue: import('@vue-macros/reactivity-transform/macros.js').ReactiveVariable<{
|
|
43
|
-
file: {
|
|
44
|
-
readonly lastModified: number;
|
|
45
|
-
readonly name: string;
|
|
46
|
-
readonly webkitRelativePath: string;
|
|
47
|
-
readonly size: number;
|
|
48
|
-
readonly type: string;
|
|
49
|
-
arrayBuffer: () => Promise<ArrayBuffer>;
|
|
50
|
-
bytes: () => Promise<Uint8Array>;
|
|
51
|
-
slice: (start?: number, end?: number, contentType?: string) => Blob;
|
|
52
|
-
stream: () => ReadableStream<Uint8Array>;
|
|
53
|
-
text: () => Promise<string>;
|
|
54
|
-
};
|
|
55
|
-
progress: number;
|
|
56
|
-
uploading?: boolean | undefined;
|
|
57
|
-
name?: string | undefined;
|
|
58
|
-
uploaded?: boolean | undefined;
|
|
59
|
-
}[]>;
|
|
60
|
-
}): any;
|
|
61
|
-
placeholder?(_: {
|
|
62
|
-
files: import('@vue-macros/reactivity-transform/macros.js').ReactiveVariable<{
|
|
63
|
-
organization?: string[] | undefined;
|
|
64
|
-
name: string;
|
|
65
|
-
url: string;
|
|
66
|
-
mimetype?: string | undefined;
|
|
67
|
-
size?: number | undefined;
|
|
68
|
-
extension?: string | undefined;
|
|
69
|
-
path?: string | undefined;
|
|
70
|
-
id?: string | undefined;
|
|
71
|
-
created_at?: (Date | string) | undefined;
|
|
72
|
-
updated_at?: (Date | string) | undefined;
|
|
73
|
-
}[]>;
|
|
74
|
-
fileQueue: import('@vue-macros/reactivity-transform/macros.js').ReactiveVariable<{
|
|
75
|
-
file: {
|
|
76
|
-
readonly lastModified: number;
|
|
77
|
-
readonly name: string;
|
|
78
|
-
readonly webkitRelativePath: string;
|
|
79
|
-
readonly size: number;
|
|
80
|
-
readonly type: string;
|
|
81
|
-
arrayBuffer: () => Promise<ArrayBuffer>;
|
|
82
|
-
bytes: () => Promise<Uint8Array>;
|
|
83
|
-
slice: (start?: number, end?: number, contentType?: string) => Blob;
|
|
84
|
-
stream: () => ReadableStream<Uint8Array>;
|
|
85
|
-
text: () => Promise<string>;
|
|
86
|
-
};
|
|
87
|
-
progress: number;
|
|
88
|
-
uploading?: boolean | undefined;
|
|
89
|
-
name?: string | undefined;
|
|
90
|
-
uploaded?: boolean | undefined;
|
|
91
|
-
}[]>;
|
|
92
|
-
browse: typeof browse;
|
|
93
|
-
}): any;
|
|
94
|
-
};
|
|
95
|
-
refs: {};
|
|
96
|
-
rootEl: HTMLDivElement;
|
|
97
|
-
};
|
|
98
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
99
|
-
declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
100
|
-
"update:modelValue": (...args: any[]) => void;
|
|
101
|
-
addFileStart: (...args: any[]) => void;
|
|
102
|
-
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
103
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
104
|
-
onAddFileStart?: ((...args: any[]) => any) | undefined;
|
|
105
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
106
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
107
|
-
export default _default;
|
|
108
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
109
|
-
new (): {
|
|
110
|
-
$slots: S;
|
|
111
|
-
};
|
|
112
|
-
};
|
|
113
|
-
//# sourceMappingURL=FileUpload.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"FileUpload.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/FileUpload.vue"],"names":[],"mappings":"AAstBA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAA;AAYhD,KAAK,MAAM,GAAG,MAAM,WAAW,CAAA;AAE/B,KAAK,WAAW,GAAG;IAClB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,KAAK,CAAC,EAAE,WAAW,GAAG,WAAW,EAAE,CAAA;IACnC,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,UAAU,CAAC,EAAE,MAAM,EAAE,GAAG,MAAM,CAAA;IAC9B,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IACxB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,IAAI,CAAC,EAAE,OAAO,CAAA;IACd,IAAI,CAAC,EAAE,OAAO,CAAA;IACd,KAAK,CAAC,EAAE,UAAU,GAAG,OAAO,CAAA;IAC5B,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,eAAe,CAAC,EAAE,MAAM,CAAA;IACxB,iBAAiB,CAAC,EAAE,MAAM,CAAA;IAC1B,cAAc,CAAC,EAAE,MAAM,CAAA;CACvB,CAAC;AAmKF,iBAAS,MAAM,SAkBd;AA8BD,KAAK,iBAAiB,GAAG;IACzB,YAAY,CAAC,EAAE,MAAM,EAAE,GAAG,MAAM,CAAC;CAChC,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WAslBT,OAAO,IAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;0BArxBvC,MAAM;4BACJ,OAAO;uBACZ,MAAM;2BACF,OAAO;;YAuwBS,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;0BA1wBpB,MAAM;4BACJ,OAAO;uBACZ,MAAM;2BACF,OAAO;;;YAwwBgB,GAAG;;;;EAerC;AA0BD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;6FAWnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
type __VLS_Props = {
|
|
2
|
-
id?: string;
|
|
3
|
-
label?: string;
|
|
4
|
-
modelValue: string;
|
|
5
|
-
placeholder?: string;
|
|
6
|
-
excludeCountries?: string[];
|
|
7
|
-
onlyCountries?: string[];
|
|
8
|
-
required?: boolean;
|
|
9
|
-
disabled?: boolean;
|
|
10
|
-
};
|
|
11
|
-
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
12
|
-
input: (...args: any[]) => void;
|
|
13
|
-
paste: (...args: any[]) => void;
|
|
14
|
-
focus: (...args: any[]) => void;
|
|
15
|
-
"update:modelValue": (...args: any[]) => void;
|
|
16
|
-
keydown: (...args: any[]) => void;
|
|
17
|
-
blur: (...args: any[]) => void;
|
|
18
|
-
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
19
|
-
onInput?: ((...args: any[]) => any) | undefined;
|
|
20
|
-
onPaste?: ((...args: any[]) => any) | undefined;
|
|
21
|
-
onFocus?: ((...args: any[]) => any) | undefined;
|
|
22
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
23
|
-
onKeydown?: ((...args: any[]) => any) | undefined;
|
|
24
|
-
onBlur?: ((...args: any[]) => any) | undefined;
|
|
25
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
26
|
-
searchInput: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./TextInput.vue').TextInputProps> & Readonly<{
|
|
27
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
28
|
-
onDebounce?: ((...args: any[]) => any) | undefined;
|
|
29
|
-
}>, {
|
|
30
|
-
focus: () => void | undefined;
|
|
31
|
-
hasFocus: () => boolean;
|
|
32
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
33
|
-
"update:modelValue": (...args: any[]) => void;
|
|
34
|
-
debounce: (...args: any[]) => void;
|
|
35
|
-
}, import('vue').PublicProps, {
|
|
36
|
-
type: string;
|
|
37
|
-
modelValue: string | number;
|
|
38
|
-
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
39
|
-
input: HTMLTextAreaElement;
|
|
40
|
-
}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
41
|
-
P: {};
|
|
42
|
-
B: {};
|
|
43
|
-
D: {};
|
|
44
|
-
C: {};
|
|
45
|
-
M: {};
|
|
46
|
-
Defaults: {};
|
|
47
|
-
}, Readonly<import('./TextInput.vue').TextInputProps> & Readonly<{
|
|
48
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
49
|
-
onDebounce?: ((...args: any[]) => any) | undefined;
|
|
50
|
-
}>, {
|
|
51
|
-
focus: () => void | undefined;
|
|
52
|
-
hasFocus: () => boolean;
|
|
53
|
-
}, {}, {}, {}, {
|
|
54
|
-
type: string;
|
|
55
|
-
modelValue: string | number;
|
|
56
|
-
}> | null;
|
|
57
|
-
inputRef: HTMLInputElement;
|
|
58
|
-
}, HTMLDivElement>;
|
|
59
|
-
export default _default;
|
|
60
|
-
//# sourceMappingURL=PhoneInput.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PhoneInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/PhoneInput.vue"],"names":[],"mappings":"AAyWA,KAAK,WAAW,GAAG;IAClB,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,UAAU,EAAE,MAAM,CAAA;IAClB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,gBAAgB,CAAC,EAAE,MAAM,EAAE,CAAA;IAC3B,aAAa,CAAC,EAAE,MAAM,EAAE,CAAA;IACxB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;CAClB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA6YF,wBASG"}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { Option } from '../../..';
|
|
2
|
-
type __VLS_Props = {
|
|
3
|
-
options?: Option[];
|
|
4
|
-
modelValue?: any;
|
|
5
|
-
id?: string;
|
|
6
|
-
label?: string;
|
|
7
|
-
};
|
|
8
|
-
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
9
|
-
"update:modelValue": (...args: any[]) => void;
|
|
10
|
-
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
11
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
12
|
-
}>, {
|
|
13
|
-
label: string;
|
|
14
|
-
id: string;
|
|
15
|
-
modelValue: any;
|
|
16
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
17
|
-
export default _default;
|
|
18
|
-
//# sourceMappingURL=RadioPillsInput.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"RadioPillsInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/RadioPillsInput.vue"],"names":[],"mappings":"AA6GA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,eAAe,CAAA;AAI3C,KAAK,WAAW,GAAG;IACjB,OAAO,CAAC,EAAE,MAAM,EAAE,CAAA;IAClB,UAAU,CAAC,EAAE,GAAG,CAAA;IAChB,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,KAAK,CAAC,EAAE,MAAM,CAAA;CACd,CAAC;;;;;;WADO,MAAM;QADT,MAAM;gBADE,GAAG;;AAkIlB,wBASG"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
type __VLS_Props = {
|
|
2
|
-
gridSize?: number;
|
|
3
|
-
};
|
|
4
|
-
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
5
|
-
select: (...args: any[]) => void;
|
|
6
|
-
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
7
|
-
onSelect?: ((...args: any[]) => any) | undefined;
|
|
8
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
9
|
-
export default _default;
|
|
10
|
-
//# sourceMappingURL=gridBox.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"gridBox.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/form/inputs/RichText/components/gridBox.vue"],"names":[],"mappings":"AAwDA,KAAK,WAAW,GAAG;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAA;CACjB,CAAC;;;;;;AAmGF,wBAQG"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useBagel.d.ts","sourceRoot":"","sources":["../../src/composables/useBagel.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,eAAe,CAAA;AAM1C,wBAAgB,QAAQ,IAAI,KAAK,CAMhC;AAED,wBAAgB,gBAAgB,CAAC,QAAQ,EAAE,KAAK,QAE/C;AAED,wBAAgB,gBAAgB,IAAI,KAAK,GAAG,IAAI,CAE/C"}
|