@bagelink/vue 1.14.7 → 1.14.10

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.
Files changed (62) hide show
  1. package/dist/components/AddressSearch.vue.d.ts +6 -7
  2. package/dist/components/Btn.vue.d.ts +1 -1
  3. package/dist/components/Carousel.vue.d.ts +0 -11
  4. package/dist/components/Dropdown.vue.d.ts +0 -2
  5. package/dist/components/Filter.vue.d.ts +30 -0
  6. package/dist/components/Filter.vue.d.ts.map +1 -0
  7. package/dist/components/FilterQuery.vue.d.ts +8 -3
  8. package/dist/components/Modal.vue.d.ts +0 -1
  9. package/dist/components/QueryFilter.vue.d.ts +30 -0
  10. package/dist/components/QueryFilter.vue.d.ts.map +1 -0
  11. package/dist/components/Swiper.vue.d.ts +6 -12
  12. package/dist/components/Swiper.vue.d.ts.map +1 -1
  13. package/dist/components/analytics/PieChart.vue.d.ts +2 -2
  14. package/dist/components/calendar/CalendarPopover.vue.d.ts +8 -4
  15. package/dist/components/calendar/CalendarTypes.d.ts +0 -10
  16. package/dist/components/calendar/Index.vue.d.ts +4 -20
  17. package/dist/components/calendar/views/WeekView.vue.d.ts +1 -9
  18. package/dist/components/form/inputs/ArrayInput.vue.d.ts +2 -4
  19. package/dist/components/form/inputs/CheckInput.vue.d.ts +1 -2
  20. package/dist/components/form/inputs/CodeEditor/Index.vue.d.ts +0 -54
  21. package/dist/components/form/inputs/ColorInput.vue.d.ts +1 -3
  22. package/dist/components/form/inputs/DateInput.vue.d.ts +1 -2
  23. package/dist/components/form/inputs/DatePicker.vue.d.ts +0 -1
  24. package/dist/components/form/inputs/EmailInput.vue.d.ts +2 -5
  25. package/dist/components/form/inputs/JSONInput.vue.d.ts +1 -2
  26. package/dist/components/form/inputs/MarkdownEditor.vue.d.ts +2 -7
  27. package/dist/components/form/inputs/NumberInput.vue.d.ts +1 -2
  28. package/dist/components/form/inputs/OTP.vue.d.ts +1 -2
  29. package/dist/components/form/inputs/PasswordInput.vue.d.ts +10 -16
  30. package/dist/components/form/inputs/RadioGroup.vue.d.ts +1 -3
  31. package/dist/components/form/inputs/RangeInput.vue.d.ts +1 -6
  32. package/dist/components/form/inputs/RichText/index.vue.d.ts +1 -2
  33. package/dist/components/form/inputs/SelectBtn.vue.d.ts +2 -2
  34. package/dist/components/form/inputs/SelectInput.vue.d.ts +13 -20
  35. package/dist/components/form/inputs/SignaturePad.vue.d.ts +1 -6
  36. package/dist/components/form/inputs/TableField.vue.d.ts +1 -2
  37. package/dist/components/form/inputs/TelInput.vue.d.ts +1 -2
  38. package/dist/components/form/inputs/TextInput.vue.d.ts +2 -3
  39. package/dist/components/form/inputs/ToggleInput.vue.d.ts +1 -2
  40. package/dist/components/form/inputs/Upload/UploadInput.vue.d.ts +6 -27
  41. package/dist/components/form/inputs/Upload/upload.d.ts +1 -1
  42. package/dist/components/form/inputs/index.d.ts +0 -1
  43. package/dist/components/index.d.ts +1 -3
  44. package/dist/components/layout/AppContent.vue.d.ts +1 -1
  45. package/dist/components/layout/AppLayout.vue.d.ts +0 -2
  46. package/dist/components/layout/AppSidebar.vue.d.ts +1 -5
  47. package/dist/components/layout/TabsNav.vue.d.ts +1 -12
  48. package/dist/form-flow/MultiStepForm.vue.d.ts +1 -6
  49. package/dist/form-flow/form-flow.d.ts +1 -24
  50. package/dist/i18n/index.d.ts +0 -838
  51. package/dist/index.cjs +187 -163
  52. package/dist/index.d.ts +0 -2
  53. package/dist/index.mjs +43492 -49344
  54. package/dist/style.css +1 -2
  55. package/dist/types/BagelForm.d.ts +1 -10
  56. package/dist/types/NavLink.d.ts +1 -2
  57. package/dist/types/index.d.ts +1 -2
  58. package/dist/utils/BagelFormUtils.d.ts +0 -1
  59. package/dist/utils/calendar/dateUtils.d.ts +2 -2
  60. package/dist/utils/index.d.ts +1 -1
  61. package/dist/utils/useSearch.d.ts +1 -1
  62. package/package.json +1 -1
@@ -35,12 +35,13 @@ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import
35
35
  show: number;
36
36
  hide: number;
37
37
  } | undefined;
38
- readonly referenceEl?: (Element | null) | undefined;
39
38
  readonly onHide?: (() => any) | undefined;
40
39
  readonly "onUpdate:shown"?: ((value: boolean) => any) | undefined;
41
40
  readonly onShow?: (() => any) | undefined;
42
41
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
43
- $attrs: import('vue').Attrs;
42
+ $attrs: {
43
+ [x: string]: unknown;
44
+ };
44
45
  $refs: {
45
46
  [x: string]: unknown;
46
47
  } & {
@@ -85,7 +86,6 @@ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import
85
86
  show: number;
86
87
  hide: number;
87
88
  };
88
- referenceEl?: Element | null;
89
89
  }> & Readonly<{
90
90
  onHide?: (() => any) | undefined;
91
91
  "onUpdate:shown"?: ((value: boolean) => any) | undefined;
@@ -170,16 +170,15 @@ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import
170
170
  show: number;
171
171
  hide: number;
172
172
  };
173
- referenceEl?: Element | null;
174
173
  }> & Readonly<{
175
174
  onHide?: (() => any) | undefined;
176
175
  "onUpdate:shown"?: ((value: boolean) => any) | undefined;
177
176
  onShow?: (() => any) | undefined;
178
- }>, "hide" | "shown" | "show" | ("flat" | "thin" | "placement" | "disablePlacement" | "autoHide" | "triggers" | "popperTriggers" | "popperShowTriggers" | "popperHideTriggers" | "card")> & {
177
+ }>, "hide" | "shown" | "show" | ("flat" | "thin" | "placement" | "disablePlacement" | "autoHide" | "triggers" | "popperTriggers" | "popperShowTriggers" | "popperHideTriggers" | "card")> & import('vue').ShallowUnwrapRef<{
179
178
  show: () => Promise<void>;
180
179
  hide: () => void;
181
- shown: boolean;
182
- } & {} & import('vue').ComponentCustomProperties & {} & {
180
+ shown: import('vue').ModelRef<boolean, string, boolean, boolean>;
181
+ }> & {} & import('vue').ComponentCustomProperties & {} & {
183
182
  $slots: {
184
183
  trigger?(_: {
185
184
  show: () => Promise<void>;
@@ -16,7 +16,7 @@ type __VLS_Props = {
16
16
  loading?: boolean;
17
17
  role?: string;
18
18
  value?: TranslatableString;
19
- to?: string | Record<string, any>;
19
+ to?: string;
20
20
  href?: string;
21
21
  round?: boolean;
22
22
  is?: string;
@@ -1,4 +1,3 @@
1
- declare function jumpToSlide(index: number): void;
2
1
  declare function goToSlide(index: number, isTouchNav?: boolean): void;
3
2
  declare function next(): void;
4
3
  declare function prev(): void;
@@ -60,13 +59,8 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
60
59
  type: BooleanConstructor;
61
60
  default: boolean;
62
61
  };
63
- loop: {
64
- type: BooleanConstructor;
65
- default: boolean;
66
- };
67
62
  }>, {
68
63
  goToSlide: typeof goToSlide;
69
- jumpToSlide: typeof jumpToSlide;
70
64
  next: typeof next;
71
65
  prev: typeof prev;
72
66
  countSlides: typeof countSlides;
@@ -110,15 +104,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
110
104
  type: BooleanConstructor;
111
105
  default: boolean;
112
106
  };
113
- loop: {
114
- type: BooleanConstructor;
115
- default: boolean;
116
- };
117
107
  }>> & Readonly<{
118
108
  "onUpdate:index"?: ((...args: any[]) => any) | undefined;
119
109
  }>, {
120
110
  autoplay: boolean;
121
- loop: boolean;
122
111
  index: number;
123
112
  rtl: boolean;
124
113
  autoHeight: boolean;
@@ -31,8 +31,6 @@ type __VLS_Props = {
31
31
  show: number;
32
32
  hide: number;
33
33
  };
34
- /** Override the anchor element used for positioning. When provided, the #trigger slot is not rendered. */
35
- referenceEl?: Element | null;
36
34
  };
37
35
  declare const shown: import('vue').ModelRef<boolean, string, boolean, boolean>;
38
36
  declare function internalShow(): Promise<void>;
@@ -0,0 +1,30 @@
1
+ import { Option } from '..';
2
+ import { QueryConditions } from '../utils/queryFilter';
3
+ declare const _default: <T extends Record<string, any>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
4
+ props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
5
+ readonly onSave?: ((value: QueryConditions<T>) => any) | undefined;
6
+ readonly "onUpdate:modelValue"?: ((value: QueryConditions<T>) => any) | undefined;
7
+ readonly onChange?: ((value: QueryConditions<T>) => any) | undefined;
8
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onChange" | "onUpdate:modelValue" | "onSave"> & ({
9
+ modelValue?: QueryConditions<T>;
10
+ } & {
11
+ fields: Array<{
12
+ label: string;
13
+ value: string;
14
+ type?: "string" | "number" | "boolean" | "date";
15
+ options?: Option[] | ((query: string) => Promise<Option[]>);
16
+ multiple?: boolean;
17
+ }>;
18
+ }) & Partial<{}>> & import('vue').PublicProps;
19
+ expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
20
+ attrs: any;
21
+ slots: {};
22
+ emit: (((evt: "save", value: QueryConditions<T>) => void) & ((evt: "change", value: QueryConditions<T>) => void)) & ((evt: "update:modelValue", value: QueryConditions<T>) => void);
23
+ }>) => import('vue').VNode & {
24
+ __ctx?: Awaited<typeof __VLS_setup>;
25
+ };
26
+ export default _default;
27
+ type __VLS_PrettifyLocal<T> = {
28
+ [K in keyof T]: T[K];
29
+ } & {};
30
+ //# sourceMappingURL=Filter.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Filter.vue.d.ts","sourceRoot":"","sources":["../../src/components/Filter.vue"],"names":[],"mappings":"AAAA,OAqeO,KAAK,EAAE,MAAM,EAAE,MAAM,eAAe,CAAA;AAC3C,OAAO,KAAK,EAAuC,eAAe,EAAE,MAAM,sBAAsB,CAAA;yBAI/E,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAC7C,aAAa,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,EAC9D,YAAY,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,EAC3G,eAAe,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC,EACjE;WAwxBO,mBAAmB,CAAC;;;;;qBAlff,eAAe,CAAC,CAAC,CAAC;;gBA1RtB,KAAK,CAAC;YACb,KAAK,EAAE,MAAM,CAAA;YACb,KAAK,EAAE,MAAM,CAAA;YACb,IAAI,CAAC,EAAE,QAAQ,GAAG,QAAQ,GAAG,SAAS,GAAG,MAAM,CAAA;YAC/C,OAAO,CAAC,sBAf+B,MAAM,KAAK,OAAO,CAAC,MAAM,EAAE,CAAC,EAe5C;YACvB,QAAQ,CAAC,EAAE,OAAO,CAAA;SAClB,CAAC;oBAswB2F,CAAC,4BAA2B;oBACzG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;UAEJ,6KAAoC;EAEvC,KACQ,OAAO,KAAK,EAAE,KAAK,GAAG;IAAE,KAAK,CAAC,EAAE,OAAO,CAAC,OAAO,WAAW,CAAC,CAAA;CAAE;AAnyBzE,wBAmyB4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
@@ -1,6 +1,5 @@
1
+ import { Option } from '..';
1
2
  import { QueryConditions } from '../utils/queryFilter';
2
- import { FilterField, QueryOption, OptionsSource } from './FilterQuery.types';
3
- export type { FilterField, QueryOption, OptionsSource };
4
3
  declare const _default: <T extends Record<string, any>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
5
4
  props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
6
5
  readonly onSave?: ((value: QueryConditions<T>) => any) | undefined;
@@ -9,7 +8,13 @@ declare const _default: <T extends Record<string, any>>(__VLS_props: NonNullable
9
8
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onChange" | "onUpdate:modelValue" | "onSave"> & ({
10
9
  modelValue?: QueryConditions<T>;
11
10
  } & {
12
- fields: FilterField[];
11
+ fields: Array<{
12
+ label: string;
13
+ value: string;
14
+ type?: "string" | "number" | "boolean" | "date";
15
+ options?: Option[] | ((query: string) => Promise<Option[]>);
16
+ multiple?: boolean;
17
+ }>;
13
18
  }) & Partial<{}>> & import('vue').PublicProps;
14
19
  expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
15
20
  attrs: any;
@@ -1,7 +1,6 @@
1
1
  import { BtnOptions } from '..';
2
2
  interface ModalProps {
3
3
  thin?: boolean;
4
- mobileThin?: boolean;
5
4
  side?: boolean;
6
5
  title?: string;
7
6
  width?: string;
@@ -0,0 +1,30 @@
1
+ import { Option } from '..';
2
+ import { QueryConditions } from '../utils/queryFilter';
3
+ declare const _default: <T extends Record<string, any>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
4
+ props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
5
+ readonly onSave?: ((value: QueryConditions<T>) => any) | undefined;
6
+ readonly "onUpdate:modelValue"?: ((value: QueryConditions<T>) => any) | undefined;
7
+ readonly onChange?: ((value: QueryConditions<T>) => any) | undefined;
8
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onChange" | "onUpdate:modelValue" | "onSave"> & ({
9
+ modelValue?: QueryConditions<T>;
10
+ } & {
11
+ fields: Array<{
12
+ label: string;
13
+ value: string;
14
+ type?: "string" | "number" | "boolean" | "date";
15
+ options?: Option[] | ((query: string) => Promise<Option[]>);
16
+ multiple?: boolean;
17
+ }>;
18
+ }) & Partial<{}>> & import('vue').PublicProps;
19
+ expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
20
+ attrs: any;
21
+ slots: {};
22
+ emit: (((evt: "save", value: QueryConditions<T>) => void) & ((evt: "change", value: QueryConditions<T>) => void)) & ((evt: "update:modelValue", value: QueryConditions<T>) => void);
23
+ }>) => import('vue').VNode & {
24
+ __ctx?: Awaited<typeof __VLS_setup>;
25
+ };
26
+ export default _default;
27
+ type __VLS_PrettifyLocal<T> = {
28
+ [K in keyof T]: T[K];
29
+ } & {};
30
+ //# sourceMappingURL=QueryFilter.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryFilter.vue.d.ts","sourceRoot":"","sources":["../../src/components/QueryFilter.vue"],"names":[],"mappings":"AAAA,OAqeO,KAAK,EAAE,MAAM,EAAE,MAAM,eAAe,CAAA;AAC3C,OAAO,KAAK,EAAuC,eAAe,EAAE,MAAM,sBAAsB,CAAA;yBAI/E,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAC7C,aAAa,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,EAC9D,YAAY,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,EAC3G,eAAe,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC,EACjE;WA0xBO,mBAAmB,CAAC;;;;;qBApff,eAAe,CAAC,CAAC,CAAC;;gBA1RtB,KAAK,CAAC;YACb,KAAK,EAAE,MAAM,CAAA;YACb,KAAK,EAAE,MAAM,CAAA;YACb,IAAI,CAAC,EAAE,QAAQ,GAAG,QAAQ,GAAG,SAAS,GAAG,MAAM,CAAA;YAC/C,OAAO,CAAC,sBAf+B,MAAM,KAAK,OAAO,CAAC,MAAM,EAAE,CAAC,EAe5C;YACvB,QAAQ,CAAC,EAAE,OAAO,CAAA;SAClB,CAAC;oBAwwB2F,CAAC,4BAA2B;oBACzG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;UAEJ,6KAAoC;EAEvC,KACQ,OAAO,KAAK,EAAE,KAAK,GAAG;IAAE,KAAK,CAAC,EAAE,OAAO,CAAC,OAAO,WAAW,CAAC,CAAA;CAAE;AAryBzE,wBAqyB4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
@@ -6,7 +6,7 @@ declare const _default: <T = any>(__VLS_props: NonNullable<Awaited<typeof __VLS_
6
6
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onUpdate:index"> & {
7
7
  items?: T[];
8
8
  index?: number;
9
- variant?: "cards" | "default" | "testimonial" | "gallery" | "coverflow" | "hero";
9
+ variant?: "default" | "cards" | "testimonial" | "gallery" | "coverflow" | "hero";
10
10
  slideWidth?: number | string;
11
11
  effect?: "cards" | "flip" | "coverflow" | "slide" | "fade" | "cube";
12
12
  direction?: "vertical" | "horizontal";
@@ -160,7 +160,6 @@ declare const _default: <T = any>(__VLS_props: NonNullable<Awaited<typeof __VLS_
160
160
  slidesOffsetAfter?: number | undefined;
161
161
  normalizeSlideIndex?: boolean | undefined;
162
162
  centerInsufficientSlides?: boolean | undefined;
163
- snapToSlideEdge?: boolean | undefined;
164
163
  grabCursor?: boolean | undefined;
165
164
  touchEventsTarget?: "container" | "wrapper" | undefined;
166
165
  touchRatio?: number | undefined;
@@ -411,7 +410,7 @@ declare const _default: <T = any>(__VLS_props: NonNullable<Awaited<typeof __VLS_
411
410
  wrapperClass?: string | undefined;
412
411
  lazyPreloaderClass?: string | undefined;
413
412
  lazyPreloadPrevNext?: number | undefined;
414
- a11y?: boolean | {
413
+ a11y?: {
415
414
  enabled?: boolean | undefined;
416
415
  prevSlideMessage?: string | undefined;
417
416
  nextSlideMessage?: string | undefined;
@@ -437,7 +436,7 @@ declare const _default: <T = any>(__VLS_props: NonNullable<Awaited<typeof __VLS_
437
436
  waitForTransition?: boolean | undefined;
438
437
  pauseOnMouseEnter?: boolean | undefined;
439
438
  } | undefined;
440
- controller?: boolean | {
439
+ controller?: {
441
440
  control?: string | HTMLElement | /*elided*/ any | /*elided*/ any[] | null | undefined;
442
441
  inverse?: boolean | undefined;
443
442
  by?: "slide" | "container" | undefined;
@@ -507,7 +506,6 @@ declare const _default: <T = any>(__VLS_props: NonNullable<Awaited<typeof __VLS_
507
506
  enabled?: boolean | undefined;
508
507
  onlyInViewport?: boolean | undefined;
509
508
  pageUpDown?: boolean | undefined;
510
- speed?: number | undefined;
511
509
  } | undefined;
512
510
  mousewheel?: boolean | {
513
511
  enabled?: boolean | undefined;
@@ -1236,7 +1234,6 @@ declare const _default: <T = any>(__VLS_props: NonNullable<Awaited<typeof __VLS_
1236
1234
  slidesOffsetAfter?: number | undefined;
1237
1235
  normalizeSlideIndex?: boolean | undefined;
1238
1236
  centerInsufficientSlides?: boolean | undefined;
1239
- snapToSlideEdge?: boolean | undefined;
1240
1237
  grabCursor?: boolean | undefined;
1241
1238
  touchEventsTarget?: "container" | "wrapper" | undefined;
1242
1239
  touchRatio?: number | undefined;
@@ -1487,7 +1484,7 @@ declare const _default: <T = any>(__VLS_props: NonNullable<Awaited<typeof __VLS_
1487
1484
  wrapperClass?: string | undefined;
1488
1485
  lazyPreloaderClass?: string | undefined;
1489
1486
  lazyPreloadPrevNext?: number | undefined;
1490
- a11y?: boolean | {
1487
+ a11y?: {
1491
1488
  enabled?: boolean | undefined;
1492
1489
  prevSlideMessage?: string | undefined;
1493
1490
  nextSlideMessage?: string | undefined;
@@ -1513,7 +1510,7 @@ declare const _default: <T = any>(__VLS_props: NonNullable<Awaited<typeof __VLS_
1513
1510
  waitForTransition?: boolean | undefined;
1514
1511
  pauseOnMouseEnter?: boolean | undefined;
1515
1512
  } | undefined;
1516
- controller?: boolean | {
1513
+ controller?: {
1517
1514
  control?: string | HTMLElement | /*elided*/ any | /*elided*/ any[] | null | undefined;
1518
1515
  inverse?: boolean | undefined;
1519
1516
  by?: "slide" | "container" | undefined;
@@ -1583,7 +1580,6 @@ declare const _default: <T = any>(__VLS_props: NonNullable<Awaited<typeof __VLS_
1583
1580
  enabled?: boolean | undefined;
1584
1581
  onlyInViewport?: boolean | undefined;
1585
1582
  pageUpDown?: boolean | undefined;
1586
- speed?: number | undefined;
1587
1583
  } | undefined;
1588
1584
  mousewheel?: boolean | {
1589
1585
  enabled?: boolean | undefined;
@@ -2312,9 +2308,7 @@ declare const _default: <T = any>(__VLS_props: NonNullable<Awaited<typeof __VLS_
2312
2308
  };
2313
2309
  thumbs: {
2314
2310
  swiper: /*elided*/ any;
2315
- update: (initial: boolean, p?: {
2316
- autoScroll?: boolean;
2317
- }) => void;
2311
+ update: (initial: boolean) => void;
2318
2312
  init: () => boolean;
2319
2313
  };
2320
2314
  virtual: {
@@ -1 +1 @@
1
- {"version":3,"file":"Swiper.vue.d.ts","sourceRoot":"","sources":["../../src/components/Swiper.vue"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"Swiper.vue.d.ts","sourceRoot":"","sources":["../../src/components/Swiper.vue"],"names":[],"mappings":"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"}
@@ -29,11 +29,10 @@ declare function restartAnimation(): void;
29
29
  declare const _default: import('vue').DefineComponent<Props, {
30
30
  restartAnimation: typeof restartAnimation;
31
31
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
32
+ size: number;
32
33
  title: string;
33
34
  icon: string;
34
- size: number;
35
35
  color: string;
36
- labelColor: string;
37
36
  thickness: number;
38
37
  percentageChange: number;
39
38
  animated: boolean;
@@ -46,6 +45,7 @@ declare const _default: import('vue').DefineComponent<Props, {
46
45
  showCenterTotal: boolean;
47
46
  showLabelsOnChart: boolean;
48
47
  showConnectorLines: boolean;
48
+ labelColor: string;
49
49
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
50
50
  chartRef: HTMLDivElement;
51
51
  }, HTMLDivElement>;
@@ -34,7 +34,9 @@ declare function __VLS_template(): {
34
34
  readonly frame?: boolean | undefined;
35
35
  readonly bg?: "gray" | "light" | "dark" | "primary" | "secondary" | "success" | "danger" | "warning" | "info" | "white" | "transparent" | undefined;
36
36
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
37
- $attrs: import('vue').Attrs;
37
+ $attrs: {
38
+ [x: string]: unknown;
39
+ };
38
40
  $refs: {
39
41
  [x: string]: unknown;
40
42
  };
@@ -88,7 +90,7 @@ declare function __VLS_template(): {
88
90
  overflowY?: boolean;
89
91
  frame?: boolean;
90
92
  bg?: "gray" | "light" | "dark" | "primary" | "secondary" | "success" | "danger" | "warning" | "info" | "white" | "transparent";
91
- }> & Readonly<{}>, never> & {} & import('vue').ComponentCustomProperties & {} & {
93
+ }> & Readonly<{}>, never> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
92
94
  $slots: {
93
95
  default?(_: {}): any;
94
96
  };
@@ -119,7 +121,9 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
119
121
  readonly frame?: boolean | undefined;
120
122
  readonly bg?: "gray" | "light" | "dark" | "primary" | "secondary" | "success" | "danger" | "warning" | "info" | "white" | "transparent" | undefined;
121
123
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
122
- $attrs: import('vue').Attrs;
124
+ $attrs: {
125
+ [x: string]: unknown;
126
+ };
123
127
  $refs: {
124
128
  [x: string]: unknown;
125
129
  };
@@ -173,7 +177,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
173
177
  overflowY?: boolean;
174
178
  frame?: boolean;
175
179
  bg?: "gray" | "light" | "dark" | "primary" | "secondary" | "success" | "danger" | "warning" | "info" | "white" | "transparent";
176
- }> & Readonly<{}>, never> & {} & import('vue').ComponentCustomProperties & {} & {
180
+ }> & Readonly<{}>, never> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
177
181
  $slots: {
178
182
  default?(_: {}): any;
179
183
  };
@@ -12,21 +12,11 @@ export interface CalendarEvent {
12
12
  }
13
13
  export type CalendarView = 'Week' | 'Month' | 'Day' | 'Agenda';
14
14
  export type WeekStart = 'Sunday' | 'Monday';
15
- export interface AvailabilitySlot {
16
- start_time: Date;
17
- end_time: Date;
18
- }
19
15
  export interface CalendarProps {
20
16
  events?: CalendarEvent[];
21
17
  startDate?: Date;
22
18
  view?: CalendarView;
23
19
  weekStart?: WeekStart;
24
- /** When true, renders availability blocks on the week grid */
25
- availabilityMode?: boolean;
26
- /** When true, allows drag-to-paint editing of availability (requires availabilityMode) */
27
- availabilityEditable?: boolean;
28
- /** Existing availability slots to display as painted blocks */
29
- availabilitySlots?: AvailabilitySlot[];
30
20
  }
31
21
  export interface CalendarViewState {
32
22
  currentView?: CalendarView;
@@ -1,14 +1,4 @@
1
- import { AvailabilitySlot, CalendarEvent, CalendarView, CalendarViewState, WeekStart } from './CalendarTypes';
2
- type __VLS_Props = {
3
- events?: CalendarEvent[];
4
- startDate?: Date;
5
- view?: CalendarView;
6
- weekStart?: WeekStart;
7
- availabilityMode?: boolean;
8
- availabilityEditable?: boolean;
9
- availabilitySlots?: AvailabilitySlot[];
10
- viewSwitcher?: 'dropdown' | 'tabs';
11
- };
1
+ import { CalendarEvent, CalendarProps, CalendarView, CalendarViewState } from './CalendarTypes';
12
2
  declare function openPopover(event: CalendarEvent, position?: {
13
3
  top: number;
14
4
  left: number;
@@ -30,7 +20,7 @@ declare function __VLS_template(): {
30
20
  rootEl: HTMLDivElement;
31
21
  };
32
22
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
33
- declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
23
+ declare const __VLS_component: import('vue').DefineComponent<CalendarProps, {
34
24
  visibleDateRange: import('vue').ComputedRef<{
35
25
  start: Date;
36
26
  end: Date;
@@ -46,19 +36,17 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
46
36
  start_time: Date;
47
37
  end_time: Date;
48
38
  }) => any;
49
- availabilityChange: (slots: AvailabilitySlot[]) => any;
50
39
  eventUpdate: (event: CalendarEvent) => any;
51
40
  eventDelete: (eventId: string) => any;
52
41
  viewChange: (changeEvent: CalendarViewState) => any;
53
42
  ready: (changeEvent: CalendarViewState) => any;
54
- }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
43
+ }, string, import('vue').PublicProps, Readonly<CalendarProps> & Readonly<{
55
44
  onEventClick?: ((event: CalendarEvent) => any) | undefined;
56
45
  onDateChange?: ((changeEvent: CalendarViewState) => any) | undefined;
57
46
  onEventCreate?: ((event: {
58
47
  start_time: Date;
59
48
  end_time: Date;
60
49
  }) => any) | undefined;
61
- onAvailabilityChange?: ((slots: AvailabilitySlot[]) => any) | undefined;
62
50
  onEventUpdate?: ((event: CalendarEvent) => any) | undefined;
63
51
  onEventDelete?: ((eventId: string) => any) | undefined;
64
52
  onViewChange?: ((changeEvent: CalendarViewState) => any) | undefined;
@@ -67,11 +55,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
67
55
  view: CalendarView;
68
56
  events: CalendarEvent[];
69
57
  startDate: Date;
70
- weekStart: WeekStart;
71
- availabilityMode: boolean;
72
- availabilityEditable: boolean;
73
- availabilitySlots: AvailabilitySlot[];
74
- viewSwitcher: "dropdown" | "tabs";
58
+ weekStart: import('./CalendarTypes').WeekStart;
75
59
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
76
60
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
77
61
  export default _default;
@@ -1,11 +1,8 @@
1
- import { AvailabilitySlot, CalendarEvent, WeekStart } from '../CalendarTypes';
1
+ import { CalendarEvent, WeekStart } from '../CalendarTypes';
2
2
  type __VLS_Props = {
3
3
  events?: CalendarEvent[];
4
4
  startDate?: Date;
5
5
  weekStart?: WeekStart;
6
- availabilityMode?: boolean;
7
- availabilityEditable?: boolean;
8
- availabilitySlots?: AvailabilitySlot[];
9
6
  };
10
7
  declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
11
8
  eventClick: (event: CalendarEvent) => any;
@@ -17,7 +14,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
17
14
  start_time: Date;
18
15
  end_time: Date;
19
16
  }) => any;
20
- availabilityChange: (slots: AvailabilitySlot[]) => any;
21
17
  }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
22
18
  onEventClick?: ((event: CalendarEvent) => any) | undefined;
23
19
  onOpenPopover?: ((event: CalendarEvent, position?: {
@@ -28,14 +24,10 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
28
24
  start_time: Date;
29
25
  end_time: Date;
30
26
  }) => any) | undefined;
31
- onAvailabilityChange?: ((slots: AvailabilitySlot[]) => any) | undefined;
32
27
  }>, {
33
28
  events: CalendarEvent[];
34
29
  startDate: Date;
35
30
  weekStart: WeekStart;
36
- availabilityMode: boolean;
37
- availabilityEditable: boolean;
38
- availabilitySlots: AvailabilitySlot[];
39
31
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
40
32
  calendarGrid: HTMLDivElement;
41
33
  scrollableContainer: HTMLDivElement;
@@ -1,9 +1,8 @@
1
1
  import { WritableComputedRef } from 'vue';
2
- import { BagelInputShellProps } from './bagelInputShell';
3
2
  declare const _default: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
4
3
  props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
5
4
  readonly "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
6
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onUpdate:modelValue"> & ({
5
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onUpdate:modelValue"> & {
7
6
  label?: string;
8
7
  helpText?: string;
9
8
  modelValue: T[];
@@ -14,8 +13,7 @@ declare const _default: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __
14
13
  deleteTooltip?: string;
15
14
  itemLabel?: string;
16
15
  collapsible?: boolean;
17
- simple?: boolean;
18
- } & BagelInputShellProps) & Partial<{}>> & import('vue').PublicProps;
16
+ } & Partial<{}>> & import('vue').PublicProps;
19
17
  expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
20
18
  attrs: any;
21
19
  slots: Readonly<{
@@ -1,4 +1,3 @@
1
- import { BagelInputShellProps } from './bagelInputShell';
2
1
  declare const _default: <T extends boolean | undefined | any[]>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
3
2
  props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
4
3
  readonly "onUpdate:modelValue"?: ((value: T) => any) | undefined;
@@ -13,7 +12,7 @@ declare const _default: <T extends boolean | undefined | any[]>(__VLS_props: Non
13
12
  disabled?: boolean;
14
13
  defaultValue?: T;
15
14
  value?: any;
16
- } & BagelInputShellProps) & Partial<{}>> & import('vue').PublicProps;
15
+ }) & Partial<{}>> & import('vue').PublicProps;
17
16
  expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
18
17
  attrs: any;
19
18
  slots: {
@@ -37,30 +37,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
37
37
  type: PropType<HighlightTheme>;
38
38
  default: string;
39
39
  };
40
- frame: {
41
- type: BooleanConstructor;
42
- default: undefined;
43
- };
44
- outline: {
45
- type: BooleanConstructor;
46
- default: undefined;
47
- };
48
- minWidth: {
49
- type: StringConstructor;
50
- default: undefined;
51
- };
52
- maxWidth: {
53
- type: StringConstructor;
54
- default: undefined;
55
- };
56
- labelColor: {
57
- type: StringConstructor;
58
- default: undefined;
59
- };
60
- labelActiveColor: {
61
- type: StringConstructor;
62
- default: undefined;
63
- };
64
40
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
65
41
  "update:modelValue": (...args: any[]) => void;
66
42
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
@@ -100,30 +76,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
100
76
  type: PropType<HighlightTheme>;
101
77
  default: string;
102
78
  };
103
- frame: {
104
- type: BooleanConstructor;
105
- default: undefined;
106
- };
107
- outline: {
108
- type: BooleanConstructor;
109
- default: undefined;
110
- };
111
- minWidth: {
112
- type: StringConstructor;
113
- default: undefined;
114
- };
115
- maxWidth: {
116
- type: StringConstructor;
117
- default: undefined;
118
- };
119
- labelColor: {
120
- type: StringConstructor;
121
- default: undefined;
122
- };
123
- labelActiveColor: {
124
- type: StringConstructor;
125
- default: undefined;
126
- };
127
79
  }>> & Readonly<{
128
80
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
129
81
  }>, {
@@ -131,13 +83,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
131
83
  height: string;
132
84
  language: string;
133
85
  disabled: boolean;
134
- outline: boolean;
135
86
  modelValue: string | Record<string, any>;
136
- frame: boolean;
137
- minWidth: string;
138
- maxWidth: string;
139
- labelColor: string;
140
- labelActiveColor: string;
141
87
  theme: HighlightTheme;
142
88
  readonly: boolean;
143
89
  autodetect: boolean;
@@ -1,4 +1,3 @@
1
- import { BagelInputShellProps } from './bagelInputShell';
2
1
  type __VLS_Props = {
3
2
  label?: string;
4
3
  id?: string;
@@ -10,8 +9,7 @@ type __VLS_Props = {
10
9
  nativeInputAttrs?: {
11
10
  [key: string]: any;
12
11
  };
13
- underlined?: boolean;
14
- } & BagelInputShellProps;
12
+ };
15
13
  declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
16
14
  "update:modelValue": (...args: any[]) => void;
17
15
  }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
@@ -1,7 +1,6 @@
1
1
  import { ModeType } from '../../../utils/calendar/typings';
2
2
  import { WEEK_START_DAY } from '../../../utils/calendar/time';
3
- import { BagelInputShellProps } from './bagelInputShell';
4
- export interface DateInputProps extends BagelInputShellProps {
3
+ export interface DateInputProps {
5
4
  required?: boolean;
6
5
  label?: string;
7
6
  placeholder?: string;