@breadstone/mosaik-elements-vue 0.0.17 → 0.0.18

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.
@@ -12,7 +12,7 @@ export declare const ChoiceGroupComponent: import("vue").DefineComponent<{
12
12
  invalid: boolean;
13
13
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
14
14
  [key: string]: any;
15
- }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("choiceChanged" | "connected" | "disconnected" | "changed")[], "choiceChanged" | "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
15
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "choiceChanged")[], "connected" | "disconnected" | "changed" | "choiceChanged", import("vue").PublicProps, Readonly<{
16
16
  name: string;
17
17
  required: boolean;
18
18
  value: unknown;
@@ -22,10 +22,10 @@ export declare const ChoiceGroupComponent: import("vue").DefineComponent<{
22
22
  orientation: import("@breadstone/mosaik-elements-foundation").Orientation;
23
23
  invalid: boolean;
24
24
  }> & Readonly<{
25
- onChoiceChanged?: ((...args: any[]) => any) | undefined;
26
25
  onConnected?: ((...args: any[]) => any) | undefined;
27
26
  onDisconnected?: ((...args: any[]) => any) | undefined;
28
27
  onChanged?: ((...args: any[]) => any) | undefined;
28
+ onChoiceChanged?: ((...args: any[]) => any) | undefined;
29
29
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
30
30
  declare module 'vue' {
31
31
  interface GlobalComponents {
@@ -29,12 +29,11 @@ export declare const DateboxComponent: import("vue").DefineComponent<{
29
29
  isClearable: boolean;
30
30
  locale: string;
31
31
  values: Array<Date>;
32
- selectionMode: import("@breadstone/mosaik-elements-foundation").RangeSelectionMode;
33
- markerHandler: import("@breadstone/mosaik-elements-foundation").CalendarMarkerHandler;
34
- view: import("@breadstone/mosaik-elements-foundation").CalendarView;
35
32
  displayDate: Date | null;
36
33
  displayDateStart: Date | null;
37
34
  displayDateEnd: Date | null;
35
+ view: import("@breadstone/mosaik-elements-foundation").CalendarView;
36
+ selectionMode: import("@breadstone/mosaik-elements-foundation").RangeSelectionMode;
38
37
  blackoutDates: Array<Date>;
39
38
  specialDates: Array<Date>;
40
39
  minDate: Date | null;
@@ -44,6 +43,7 @@ export declare const DateboxComponent: import("vue").DefineComponent<{
44
43
  isWeekendHighlighted: boolean;
45
44
  showWeekNumbers: boolean;
46
45
  showAdjacent: boolean;
46
+ markerHandler: import("@breadstone/mosaik-elements-foundation").CalendarMarkerHandler;
47
47
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
48
48
  [key: string]: any;
49
49
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
@@ -74,12 +74,11 @@ export declare const DateboxComponent: import("vue").DefineComponent<{
74
74
  isClearable: boolean;
75
75
  locale: string;
76
76
  values: Array<Date>;
77
- selectionMode: import("@breadstone/mosaik-elements-foundation").RangeSelectionMode;
78
- markerHandler: import("@breadstone/mosaik-elements-foundation").CalendarMarkerHandler;
79
- view: import("@breadstone/mosaik-elements-foundation").CalendarView;
80
77
  displayDate: Date | null;
81
78
  displayDateStart: Date | null;
82
79
  displayDateEnd: Date | null;
80
+ view: import("@breadstone/mosaik-elements-foundation").CalendarView;
81
+ selectionMode: import("@breadstone/mosaik-elements-foundation").RangeSelectionMode;
83
82
  blackoutDates: Array<Date>;
84
83
  specialDates: Array<Date>;
85
84
  minDate: Date | null;
@@ -89,6 +88,7 @@ export declare const DateboxComponent: import("vue").DefineComponent<{
89
88
  isWeekendHighlighted: boolean;
90
89
  showWeekNumbers: boolean;
91
90
  showAdjacent: boolean;
91
+ markerHandler: import("@breadstone/mosaik-elements-foundation").CalendarMarkerHandler;
92
92
  }> & Readonly<{
93
93
  onConnected?: ((...args: any[]) => any) | undefined;
94
94
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -29,11 +29,10 @@ export declare const DatetimeboxComponent: import("vue").DefineComponent<{
29
29
  isClearable: boolean;
30
30
  locale: string;
31
31
  values: Array<Date>;
32
- markerHandler: import("@breadstone/mosaik-elements-foundation").CalendarMarkerHandler;
33
- view: import("@breadstone/mosaik-elements-foundation").CalendarView;
34
32
  displayDate: Date | null;
35
33
  displayDateStart: Date | null;
36
34
  displayDateEnd: Date | null;
35
+ view: import("@breadstone/mosaik-elements-foundation").CalendarView;
37
36
  blackoutDates: Array<Date>;
38
37
  specialDates: Array<Date>;
39
38
  minDate: Date | null;
@@ -43,6 +42,7 @@ export declare const DatetimeboxComponent: import("vue").DefineComponent<{
43
42
  isWeekendHighlighted: boolean;
44
43
  showWeekNumbers: boolean;
45
44
  showAdjacent: boolean;
45
+ markerHandler: import("@breadstone/mosaik-elements-foundation").CalendarMarkerHandler;
46
46
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
47
47
  [key: string]: any;
48
48
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
@@ -73,11 +73,10 @@ export declare const DatetimeboxComponent: import("vue").DefineComponent<{
73
73
  isClearable: boolean;
74
74
  locale: string;
75
75
  values: Array<Date>;
76
- markerHandler: import("@breadstone/mosaik-elements-foundation").CalendarMarkerHandler;
77
- view: import("@breadstone/mosaik-elements-foundation").CalendarView;
78
76
  displayDate: Date | null;
79
77
  displayDateStart: Date | null;
80
78
  displayDateEnd: Date | null;
79
+ view: import("@breadstone/mosaik-elements-foundation").CalendarView;
81
80
  blackoutDates: Array<Date>;
82
81
  specialDates: Array<Date>;
83
82
  minDate: Date | null;
@@ -87,6 +86,7 @@ export declare const DatetimeboxComponent: import("vue").DefineComponent<{
87
86
  isWeekendHighlighted: boolean;
88
87
  showWeekNumbers: boolean;
89
88
  showAdjacent: boolean;
89
+ markerHandler: import("@breadstone/mosaik-elements-foundation").CalendarMarkerHandler;
90
90
  }> & Readonly<{
91
91
  onConnected?: ((...args: any[]) => any) | undefined;
92
92
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -16,7 +16,7 @@ export const FloatingComponent = defineComponent({
16
16
  props: ['anchor', 'active', 'placement', 'strategy', 'distance', 'skidding', 'arrow', 'arrowPlacement', 'arrowPadding', 'flip', 'flipFallbackPlacements', 'flipBoundary', 'flipPadding', 'flipFallbackStrategy', 'shift', 'shiftBoundary', 'shiftPadding', 'autoSize', 'autoSizeBoundary', 'autoSizePadding', 'sync', 'maxWidth', 'maxHeight', 'isFullScreen', 'themeName', 'enter', 'exit', 'elevation', 'dir', 'lang'],
17
17
  emits: ['repositioned', 'activeChanged', 'connected', 'disconnected', 'changed'],
18
18
  //
19
- // methods: { open, close, reposition, getScollableElement, play, adoptStyle, on, off, emit, requestUpdate },
19
+ // methods: { open, close, reposition, getScrollableElement, play, adoptStyle, on, off, emit, requestUpdate },
20
20
  // eslint-disable-next-line @typescript-eslint/typedef
21
21
  setup(props, { slots, emit }) {
22
22
  return () => h('mosaik-floating', {
@@ -1 +1 @@
1
- {"version":3,"file":"FloatingComponent.js","sourceRoot":"","sources":["../../../../../src/Controls/Components/Primitives/Floating/FloatingComponent.ts"],"names":[],"mappings":"AAAA,iFAAiF;AACjF,mBAAmB;AACnB,yCAAyC;AACzC,qGAAqG;AACrG,oBAAoB;AACpB,iFAAiF;AAEjF,OAAO,EAAE,eAAe,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACzC,OAAO,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAC1D,OAAO,EAAE,eAAe,EAAE,MAAM,wCAAwC,CAAC;AAEzE,eAAe,CAAC,eAAe,CAAC,CAAC;AAEjC;;GAEG;AACH,MAAM,CAAC,MAAM,iBAAiB,GAAG,eAAe,CAAC;IAC7C,IAAI,EAAE,mBAAmB;IACzB,KAAK,EAAE,CAAC,QAAQ,EAAE,QAAQ,EAAE,WAAW,EAAE,UAAU,EAAE,UAAU,EAAE,UAAU,EAAE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,EAAE,wBAAwB,EAAE,cAAc,EAAE,aAAa,EAAE,sBAAsB,EAAE,OAAO,EAAE,eAAe,EAAE,cAAc,EAAE,UAAU,EAAE,kBAAkB,EAAE,iBAAiB,EAAE,MAAM,EAAE,UAAU,EAAE,WAAW,EAAE,cAAc,EAAE,WAAW,EAAE,OAAO,EAAE,MAAM,EAAE,WAAW,EAAE,KAAK,EAAE,MAAM,CAAC;IACxZ,KAAK,EAAE,CAAC,cAAc,EAAE,eAAe,EAAE,WAAW,EAAE,cAAc,EAAE,SAAS,CAAC;IAChF,EAAE;IACF,6GAA6G;IAC7G,sDAAsD;IACtD,KAAK,CAAC,KAA4B,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE;QAC/C,OAAO,GAAG,EAAE,CACR,CAAC,CACG,iBAAiB,EACjB;YACI,GAAG,KAAK;YACR,EAAE,EAAE;gBACA,YAAY,EAAE,CAAC,KAAc,EAAE,EAAE,CAAC,IAAI,CAAC,cAAc,EAAE,KAAK,CAAC;gBAC7D,aAAa,EAAE,CAAC,KAAc,EAAE,EAAE,CAAC,IAAI,CAAC,eAAe,EAAE,KAAK,CAAC;gBAC/D,SAAS,EAAE,CAAC,KAAc,EAAE,EAAE,CAAC,IAAI,CAAC,WAAW,EAAE,KAAK,CAAC;gBACvD,YAAY,EAAE,CAAC,KAAc,EAAE,EAAE,CAAC,IAAI,CAAC,cAAc,EAAE,KAAK,CAAC;gBAC7D,OAAO,EAAE,CAAC,KAAc,EAAE,EAAE,CAAC,IAAI,CAAC,SAAS,EAAE,KAAK,CAAC;aACtD;SACJ,EACD,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC,CAAC,CAAC,EAAE,CACvC,CAAC;IACV,CAAC;CACJ,CAAC,CAAC"}
1
+ {"version":3,"file":"FloatingComponent.js","sourceRoot":"","sources":["../../../../../src/Controls/Components/Primitives/Floating/FloatingComponent.ts"],"names":[],"mappings":"AAAA,iFAAiF;AACjF,mBAAmB;AACnB,yCAAyC;AACzC,qGAAqG;AACrG,oBAAoB;AACpB,iFAAiF;AAEjF,OAAO,EAAE,eAAe,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACzC,OAAO,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAC1D,OAAO,EAAE,eAAe,EAAE,MAAM,wCAAwC,CAAC;AAEzE,eAAe,CAAC,eAAe,CAAC,CAAC;AAEjC;;GAEG;AACH,MAAM,CAAC,MAAM,iBAAiB,GAAG,eAAe,CAAC;IAC7C,IAAI,EAAE,mBAAmB;IACzB,KAAK,EAAE,CAAC,QAAQ,EAAE,QAAQ,EAAE,WAAW,EAAE,UAAU,EAAE,UAAU,EAAE,UAAU,EAAE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,EAAE,wBAAwB,EAAE,cAAc,EAAE,aAAa,EAAE,sBAAsB,EAAE,OAAO,EAAE,eAAe,EAAE,cAAc,EAAE,UAAU,EAAE,kBAAkB,EAAE,iBAAiB,EAAE,MAAM,EAAE,UAAU,EAAE,WAAW,EAAE,cAAc,EAAE,WAAW,EAAE,OAAO,EAAE,MAAM,EAAE,WAAW,EAAE,KAAK,EAAE,MAAM,CAAC;IACxZ,KAAK,EAAE,CAAC,cAAc,EAAE,eAAe,EAAE,WAAW,EAAE,cAAc,EAAE,SAAS,CAAC;IAChF,EAAE;IACF,8GAA8G;IAC9G,sDAAsD;IACtD,KAAK,CAAC,KAA4B,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE;QAC/C,OAAO,GAAG,EAAE,CACR,CAAC,CACG,iBAAiB,EACjB;YACI,GAAG,KAAK;YACR,EAAE,EAAE;gBACA,YAAY,EAAE,CAAC,KAAc,EAAE,EAAE,CAAC,IAAI,CAAC,cAAc,EAAE,KAAK,CAAC;gBAC7D,aAAa,EAAE,CAAC,KAAc,EAAE,EAAE,CAAC,IAAI,CAAC,eAAe,EAAE,KAAK,CAAC;gBAC/D,SAAS,EAAE,CAAC,KAAc,EAAE,EAAE,CAAC,IAAI,CAAC,WAAW,EAAE,KAAK,CAAC;gBACvD,YAAY,EAAE,CAAC,KAAc,EAAE,EAAE,CAAC,IAAI,CAAC,cAAc,EAAE,KAAK,CAAC;gBAC7D,OAAO,EAAE,CAAC,KAAc,EAAE,EAAE,CAAC,IAAI,CAAC,SAAS,EAAE,KAAK,CAAC;aACtD;SACJ,EACD,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC,CAAC,CAAC,EAAE,CACvC,CAAC;IACV,CAAC;CACJ,CAAC,CAAC"}
@@ -3,9 +3,9 @@
3
3
  */
4
4
  export declare const CarouselItem2Component: import("vue").DefineComponent<{
5
5
  themeName?: any;
6
- value?: any;
7
6
  dir?: any;
8
7
  lang?: any;
8
+ value?: any;
9
9
  isSelected?: any;
10
10
  index?: any;
11
11
  displayText?: any;
@@ -13,9 +13,9 @@ export declare const CarouselItem2Component: import("vue").DefineComponent<{
13
13
  [key: string]: any;
14
14
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "selected" | "unselected")[], "connected" | "disconnected" | "changed" | "selected" | "unselected", import("vue").PublicProps, Readonly<{
15
15
  themeName?: any;
16
- value?: any;
17
16
  dir?: any;
18
17
  lang?: any;
18
+ value?: any;
19
19
  isSelected?: any;
20
20
  index?: any;
21
21
  displayText?: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@breadstone/mosaik-elements-vue",
3
- "version": "0.0.17",
3
+ "version": "0.0.18",
4
4
  "description": "Mosaik elements for Vue.",
5
5
  "license": "MIT",
6
6
  "author": "andre.wehlert <awehlert@breadstone.de> (https://www.breadstone.de)",
@@ -14,8 +14,8 @@
14
14
  "vue": "^3.5.13"
15
15
  },
16
16
  "dependencies": {
17
- "@breadstone/mosaik-elements": "^0.0.17",
18
- "@breadstone/mosaik-elements-foundation": "^0.0.17",
17
+ "@breadstone/mosaik-elements": "^0.0.18",
18
+ "@breadstone/mosaik-elements-foundation": "^0.0.18",
19
19
  "tslib": "^2.8.1"
20
20
  }
21
21
  }