@breadstone/mosaik-elements-vue 0.0.167 → 0.0.169

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.
@@ -30,11 +30,12 @@ export declare const DateboxComponent: import("vue").DefineComponent<{
30
30
  isClearable: boolean;
31
31
  locale: string;
32
32
  values: Array<Date>;
33
+ selectionMode: import("@breadstone/mosaik-elements-foundation").RangeSelectionMode;
34
+ markerHandler: import("@breadstone/mosaik-elements-foundation").CalendarMarkerHandler;
35
+ view: import("@breadstone/mosaik-elements-foundation").CalendarView;
33
36
  displayDate: Date | null;
34
37
  displayDateStart: Date | null;
35
38
  displayDateEnd: Date | null;
36
- view: import("@breadstone/mosaik-elements-foundation").CalendarView;
37
- selectionMode: import("@breadstone/mosaik-elements-foundation").RangeSelectionMode;
38
39
  blackoutDates: Array<Date>;
39
40
  specialDates: Array<Date>;
40
41
  minDate: Date | null;
@@ -44,7 +45,6 @@ export declare const DateboxComponent: import("vue").DefineComponent<{
44
45
  isWeekendHighlighted: boolean;
45
46
  showWeekNumbers: boolean;
46
47
  showAdjacent: boolean;
47
- markerHandler: import("@breadstone/mosaik-elements-foundation").CalendarMarkerHandler;
48
48
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
49
49
  [key: string]: any;
50
50
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
@@ -76,11 +76,12 @@ export declare const DateboxComponent: import("vue").DefineComponent<{
76
76
  isClearable: boolean;
77
77
  locale: string;
78
78
  values: Array<Date>;
79
+ selectionMode: import("@breadstone/mosaik-elements-foundation").RangeSelectionMode;
80
+ markerHandler: import("@breadstone/mosaik-elements-foundation").CalendarMarkerHandler;
81
+ view: import("@breadstone/mosaik-elements-foundation").CalendarView;
79
82
  displayDate: Date | null;
80
83
  displayDateStart: Date | null;
81
84
  displayDateEnd: Date | null;
82
- view: import("@breadstone/mosaik-elements-foundation").CalendarView;
83
- selectionMode: import("@breadstone/mosaik-elements-foundation").RangeSelectionMode;
84
85
  blackoutDates: Array<Date>;
85
86
  specialDates: Array<Date>;
86
87
  minDate: Date | null;
@@ -90,7 +91,6 @@ export declare const DateboxComponent: import("vue").DefineComponent<{
90
91
  isWeekendHighlighted: boolean;
91
92
  showWeekNumbers: boolean;
92
93
  showAdjacent: boolean;
93
- markerHandler: import("@breadstone/mosaik-elements-foundation").CalendarMarkerHandler;
94
94
  }> & Readonly<{
95
95
  onConnected?: ((...args: any[]) => any) | undefined;
96
96
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -30,10 +30,11 @@ export declare const DatetimeboxComponent: import("vue").DefineComponent<{
30
30
  isClearable: boolean;
31
31
  locale: string;
32
32
  values: Array<Date>;
33
+ markerHandler: import("@breadstone/mosaik-elements-foundation").CalendarMarkerHandler;
34
+ view: import("@breadstone/mosaik-elements-foundation").CalendarView;
33
35
  displayDate: Date | null;
34
36
  displayDateStart: Date | null;
35
37
  displayDateEnd: Date | null;
36
- view: import("@breadstone/mosaik-elements-foundation").CalendarView;
37
38
  blackoutDates: Array<Date>;
38
39
  specialDates: Array<Date>;
39
40
  minDate: Date | null;
@@ -43,7 +44,6 @@ export declare const DatetimeboxComponent: import("vue").DefineComponent<{
43
44
  isWeekendHighlighted: boolean;
44
45
  showWeekNumbers: boolean;
45
46
  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<{
@@ -75,10 +75,11 @@ export declare const DatetimeboxComponent: import("vue").DefineComponent<{
75
75
  isClearable: boolean;
76
76
  locale: string;
77
77
  values: Array<Date>;
78
+ markerHandler: import("@breadstone/mosaik-elements-foundation").CalendarMarkerHandler;
79
+ view: import("@breadstone/mosaik-elements-foundation").CalendarView;
78
80
  displayDate: Date | null;
79
81
  displayDateStart: Date | null;
80
82
  displayDateEnd: Date | null;
81
- view: import("@breadstone/mosaik-elements-foundation").CalendarView;
82
83
  blackoutDates: Array<Date>;
83
84
  specialDates: Array<Date>;
84
85
  minDate: Date | null;
@@ -88,7 +89,6 @@ export declare const DatetimeboxComponent: import("vue").DefineComponent<{
88
89
  isWeekendHighlighted: boolean;
89
90
  showWeekNumbers: boolean;
90
91
  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;
@@ -2,6 +2,7 @@
2
2
  * @public
3
3
  */
4
4
  export declare const ChatMessageComponent: import("vue").DefineComponent<{
5
+ author: string;
5
6
  text: string;
6
7
  at: string;
7
8
  reply: boolean;
@@ -14,6 +15,7 @@ export declare const ChatMessageComponent: import("vue").DefineComponent<{
14
15
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
15
16
  [key: string]: any;
16
17
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
18
+ author: string;
17
19
  text: string;
18
20
  at: string;
19
21
  reply: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"ChatMessageComponent.d.ts","sourceRoot":"","sources":["../../../../../src/Controls/Components/Media/Chat/ChatMessageComponent.ts"],"names":[],"mappings":"AAaA;;GAEG;AACH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;iFAsB/B,CAAC;AAEH,OAAO,QAAQ,KAAK,CAAC;IACjB,UAAiB,gBAAgB;QAC7B,iBAAiB,EAAE,OAAO,oBAAoB,CAAC;KAClD;CACJ"}
1
+ {"version":3,"file":"ChatMessageComponent.d.ts","sourceRoot":"","sources":["../../../../../src/Controls/Components/Media/Chat/ChatMessageComponent.ts"],"names":[],"mappings":"AAaA;;GAEG;AACH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;iFAsB/B,CAAC;AAEH,OAAO,QAAQ,KAAK,CAAC;IACjB,UAAiB,gBAAgB;QAC7B,iBAAiB,EAAE,OAAO,oBAAoB,CAAC;KAClD;CACJ"}
@@ -13,9 +13,9 @@ createComponent(ChatMessageElement);
13
13
  */
14
14
  export const ChatMessageComponent = defineComponent({
15
15
  name: 'ChatMessageComponent',
16
- props: ['attachments', 'text', 'at', 'reply', 'themeName', 'variant', 'appearance', 'disabled', 'formatter', 'isBusy', 'value', 'dir', 'lang'],
16
+ props: ['attachments', 'author', 'text', 'at', 'reply', 'themeName', 'variant', 'appearance', 'disabled', 'formatter', 'isBusy', 'value', 'dir', 'lang'],
17
17
  emits: ['connected', 'disconnected', 'changed'],
18
- // slots: ['avatar', 'message', 'attachment', 'reaction'],
18
+ // slots: ['avatar', 'author', 'at', 'text', 'attachment', 'reaction'],
19
19
  // methods: { assignToSlot, getSlotAssignments, getSlotAssignmentsOf, hasSlotContent, hasSlot, onSlotChanges, adoptStyle, on, off, emit, requestUpdate },
20
20
  // eslint-disable-next-line @typescript-eslint/typedef
21
21
  setup(props, { slots, emit }) {
@@ -1 +1 @@
1
- {"version":3,"file":"ChatMessageComponent.js","sourceRoot":"","sources":["../../../../../src/Controls/Components/Media/Chat/ChatMessageComponent.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,kBAAkB,EAAE,MAAM,wCAAwC,CAAC;AAE5E,eAAe,CAAC,kBAAkB,CAAC,CAAC;AAEpC;;GAEG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAAG,eAAe,CAAC;IAChD,IAAI,EAAE,sBAAsB;IAC5B,KAAK,EAAE,CAAC,aAAa,EAAE,MAAM,EAAE,IAAI,EAAE,OAAO,EAAE,WAAW,EAAE,SAAS,EAAE,YAAY,EAAE,UAAU,EAAE,WAAW,EAAE,QAAQ,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,CAAC;IAC9I,KAAK,EAAE,CAAC,WAAW,EAAE,cAAc,EAAE,SAAS,CAAC;IAC/C,0DAA0D;IAC1D,yJAAyJ;IACzJ,sDAAsD;IACtD,KAAK,CAAC,KAA+B,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE;QAClD,OAAO,GAAG,EAAE,CACR,CAAC,CACG,qBAAqB,EACrB;YACI,GAAG,KAAK;YACR,EAAE,EAAE;gBACA,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":"ChatMessageComponent.js","sourceRoot":"","sources":["../../../../../src/Controls/Components/Media/Chat/ChatMessageComponent.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,kBAAkB,EAAE,MAAM,wCAAwC,CAAC;AAE5E,eAAe,CAAC,kBAAkB,CAAC,CAAC;AAEpC;;GAEG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAAG,eAAe,CAAC;IAChD,IAAI,EAAE,sBAAsB;IAC5B,KAAK,EAAE,CAAC,aAAa,EAAE,QAAQ,EAAE,MAAM,EAAE,IAAI,EAAE,OAAO,EAAE,WAAW,EAAE,SAAS,EAAE,YAAY,EAAE,UAAU,EAAE,WAAW,EAAE,QAAQ,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,CAAC;IACxJ,KAAK,EAAE,CAAC,WAAW,EAAE,cAAc,EAAE,SAAS,CAAC;IAC/C,uEAAuE;IACvE,yJAAyJ;IACzJ,sDAAsD;IACtD,KAAK,CAAC,KAA+B,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE;QAClD,OAAO,GAAG,EAAE,CACR,CAAC,CACG,qBAAqB,EACrB;YACI,GAAG,KAAK;YACR,EAAE,EAAE;gBACA,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"}
@@ -5,8 +5,8 @@ export declare const AttachmentChatToolComponent: import("vue").DefineComponent<
5
5
  maxFiles: number;
6
6
  maxFileSize: number;
7
7
  multiple: boolean;
8
- accept: Array<string>;
9
8
  directory: boolean;
9
+ accept: Array<string>;
10
10
  disabled: boolean;
11
11
  themeName: string;
12
12
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
@@ -15,8 +15,8 @@ export declare const AttachmentChatToolComponent: import("vue").DefineComponent<
15
15
  maxFiles: number;
16
16
  maxFileSize: number;
17
17
  multiple: boolean;
18
- accept: Array<string>;
19
18
  directory: boolean;
19
+ accept: Array<string>;
20
20
  disabled: boolean;
21
21
  themeName: string;
22
22
  }> & Readonly<{
@@ -3,21 +3,21 @@
3
3
  */
4
4
  export declare const CarouselItem2Component: import("vue").DefineComponent<{
5
5
  themeName?: any;
6
+ value?: any;
6
7
  dir?: any;
7
8
  lang?: any;
8
- index?: any;
9
- value?: any;
10
9
  isSelected?: any;
10
+ index?: any;
11
11
  displayText?: any;
12
12
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
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;
16
17
  dir?: any;
17
18
  lang?: any;
18
- index?: any;
19
- value?: any;
20
19
  isSelected?: any;
20
+ index?: any;
21
21
  displayText?: any;
22
22
  }> & Readonly<{
23
23
  onConnected?: ((...args: any[]) => any) | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@breadstone/mosaik-elements-vue",
3
- "version": "0.0.167",
3
+ "version": "0.0.169",
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.167",
18
- "@breadstone/mosaik-elements-foundation": "^0.0.167",
17
+ "@breadstone/mosaik-elements": "^0.0.169",
18
+ "@breadstone/mosaik-elements-foundation": "^0.0.169",
19
19
  "tslib": "^2.8.1"
20
20
  }
21
21
  }