@breadstone/mosaik-elements-vue 0.0.32 → 0.0.33
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/Controls/Components/Inputs/DateBox/DateBoxComponent.d.ts +6 -6
- package/Controls/Components/Inputs/DateTimeBox/DateTimeBoxComponent.d.ts +4 -4
- package/Controls/Components/Media/Chip/ChipComponent.js +1 -1
- package/Controls/Components/Media/Chip/ChipComponent.js.map +1 -1
- package/Controls/Components/Ranges/ProgressBar/ProgressBarComponent.d.ts +2 -2
- package/Controls/Components/Ranges/ProgressRing/ProgressRingComponent.d.ts +4 -4
- package/Controls/Components/Ranges/ProgressRing/ProgressRingComponent.js +1 -1
- package/Controls/Components/Ranges/ProgressRing/ProgressRingComponent.js.map +1 -1
- package/Controls/Components/Selectors/Carousel2/CarouselItem2Component.d.ts +2 -2
- package/Controls/Components/Selectors/Menu/MenuItemComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Table/TableCellComponent.d.ts +4 -0
- package/Controls/Components/Selectors/Table/TableCellComponent.d.ts.map +1 -1
- package/Controls/Components/Selectors/Table/TableCellComponent.js +1 -1
- package/Controls/Components/Selectors/Table/TableCellComponent.js.map +1 -1
- package/package.json +3 -3
|
@@ -30,12 +30,11 @@ 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;
|
|
36
33
|
displayDate: Date | null;
|
|
37
34
|
displayDateStart: Date | null;
|
|
38
35
|
displayDateEnd: Date | null;
|
|
36
|
+
view: import("@breadstone/mosaik-elements-foundation").CalendarView;
|
|
37
|
+
selectionMode: import("@breadstone/mosaik-elements-foundation").RangeSelectionMode;
|
|
39
38
|
blackoutDates: Array<Date>;
|
|
40
39
|
specialDates: Array<Date>;
|
|
41
40
|
minDate: Date | null;
|
|
@@ -45,6 +44,7 @@ export declare const DateboxComponent: import("vue").DefineComponent<{
|
|
|
45
44
|
isWeekendHighlighted: boolean;
|
|
46
45
|
showWeekNumbers: boolean;
|
|
47
46
|
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,12 +76,11 @@ 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;
|
|
82
79
|
displayDate: Date | null;
|
|
83
80
|
displayDateStart: Date | null;
|
|
84
81
|
displayDateEnd: Date | null;
|
|
82
|
+
view: import("@breadstone/mosaik-elements-foundation").CalendarView;
|
|
83
|
+
selectionMode: import("@breadstone/mosaik-elements-foundation").RangeSelectionMode;
|
|
85
84
|
blackoutDates: Array<Date>;
|
|
86
85
|
specialDates: Array<Date>;
|
|
87
86
|
minDate: Date | null;
|
|
@@ -91,6 +90,7 @@ export declare const DateboxComponent: import("vue").DefineComponent<{
|
|
|
91
90
|
isWeekendHighlighted: boolean;
|
|
92
91
|
showWeekNumbers: boolean;
|
|
93
92
|
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,11 +30,10 @@ 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;
|
|
35
33
|
displayDate: Date | null;
|
|
36
34
|
displayDateStart: Date | null;
|
|
37
35
|
displayDateEnd: Date | null;
|
|
36
|
+
view: import("@breadstone/mosaik-elements-foundation").CalendarView;
|
|
38
37
|
blackoutDates: Array<Date>;
|
|
39
38
|
specialDates: Array<Date>;
|
|
40
39
|
minDate: Date | null;
|
|
@@ -44,6 +43,7 @@ export declare const DatetimeboxComponent: 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<{
|
|
@@ -75,11 +75,10 @@ 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;
|
|
80
78
|
displayDate: Date | null;
|
|
81
79
|
displayDateStart: Date | null;
|
|
82
80
|
displayDateEnd: Date | null;
|
|
81
|
+
view: import("@breadstone/mosaik-elements-foundation").CalendarView;
|
|
83
82
|
blackoutDates: Array<Date>;
|
|
84
83
|
specialDates: Array<Date>;
|
|
85
84
|
minDate: Date | null;
|
|
@@ -89,6 +88,7 @@ export declare const DatetimeboxComponent: 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;
|
|
@@ -16,7 +16,7 @@ export const ChipComponent = defineComponent({
|
|
|
16
16
|
props: ['icon', 'isCheckable', 'themeName', 'closeable', 'variant', 'appearance', 'isChecked', 'disabled', 'size', 'isFocused', 'label', 'dir', 'lang'],
|
|
17
17
|
emits: ['checked', 'unchecked', 'closed', 'connected', 'disconnected', 'changed'],
|
|
18
18
|
// slots: ['checkmark', 'label', 'icon'],
|
|
19
|
-
// methods: { check, uncheck, toggle, close, hasVisibleFocusInTree, adoptStyle, on, off, emit, requestUpdate },
|
|
19
|
+
// methods: { check, uncheck, toggle, assignToSlot, getSlotAssignments, getSlotAssignmentsOf, hasSlotContent, hasSlot, onSlotChanges, close, hasVisibleFocusInTree, 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-chip', {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChipComponent.js","sourceRoot":"","sources":["../../../../../src/Controls/Components/Media/Chip/ChipComponent.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,WAAW,EAAE,MAAM,wCAAwC,CAAC;AAErE,eAAe,CAAC,WAAW,CAAC,CAAC;AAE7B;;GAEG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG,eAAe,CAAC;IACzC,IAAI,EAAE,eAAe;IACrB,KAAK,EAAE,CAAC,MAAM,EAAE,aAAa,EAAE,WAAW,EAAE,WAAW,EAAE,SAAS,EAAE,YAAY,EAAE,WAAW,EAAE,UAAU,EAAE,MAAM,EAAE,WAAW,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,CAAC;IACvJ,KAAK,EAAE,CAAC,SAAS,EAAE,WAAW,EAAE,QAAQ,EAAE,WAAW,EAAE,cAAc,EAAE,SAAS,CAAC;IACjF,yCAAyC;IACzC,+
|
|
1
|
+
{"version":3,"file":"ChipComponent.js","sourceRoot":"","sources":["../../../../../src/Controls/Components/Media/Chip/ChipComponent.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,WAAW,EAAE,MAAM,wCAAwC,CAAC;AAErE,eAAe,CAAC,WAAW,CAAC,CAAC;AAE7B;;GAEG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG,eAAe,CAAC;IACzC,IAAI,EAAE,eAAe;IACrB,KAAK,EAAE,CAAC,MAAM,EAAE,aAAa,EAAE,WAAW,EAAE,WAAW,EAAE,SAAS,EAAE,YAAY,EAAE,WAAW,EAAE,UAAU,EAAE,MAAM,EAAE,WAAW,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,CAAC;IACvJ,KAAK,EAAE,CAAC,SAAS,EAAE,WAAW,EAAE,QAAQ,EAAE,WAAW,EAAE,cAAc,EAAE,SAAS,CAAC;IACjF,yCAAyC;IACzC,+MAA+M;IAC/M,sDAAsD;IACtD,KAAK,CAAC,KAAwB,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE;QAC3C,OAAO,GAAG,EAAE,CACR,CAAC,CACG,aAAa,EACb;YACI,GAAG,KAAK;YACR,EAAE,EAAE;gBACA,OAAO,EAAE,CAAC,KAAc,EAAE,EAAE,CAAC,IAAI,CAAC,SAAS,EAAE,KAAK,CAAC;gBACnD,SAAS,EAAE,CAAC,KAAc,EAAE,EAAE,CAAC,IAAI,CAAC,WAAW,EAAE,KAAK,CAAC;gBACvD,MAAM,EAAE,CAAC,KAAc,EAAE,EAAE,CAAC,IAAI,CAAC,QAAQ,EAAE,KAAK,CAAC;gBACjD,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"}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* @public
|
|
3
3
|
*/
|
|
4
4
|
export declare const ProgressBarComponent: import("vue").DefineComponent<{
|
|
5
|
-
thickness:
|
|
5
|
+
thickness: import("libs/mosaik-themes/dist/Index").CssLength;
|
|
6
6
|
isIndeterminate: boolean;
|
|
7
7
|
segments: number;
|
|
8
8
|
variant: import("@breadstone/mosaik-elements-foundation").Variant;
|
|
@@ -15,7 +15,7 @@ export declare const ProgressBarComponent: import("vue").DefineComponent<{
|
|
|
15
15
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
16
16
|
[key: string]: any;
|
|
17
17
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "valueChanged")[], "connected" | "disconnected" | "changed" | "valueChanged", import("vue").PublicProps, Readonly<{
|
|
18
|
-
thickness:
|
|
18
|
+
thickness: import("libs/mosaik-themes/dist/Index").CssLength;
|
|
19
19
|
isIndeterminate: boolean;
|
|
20
20
|
segments: number;
|
|
21
21
|
variant: import("@breadstone/mosaik-elements-foundation").Variant;
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
* @public
|
|
3
3
|
*/
|
|
4
4
|
export declare const ProgressRingComponent: import("vue").DefineComponent<{
|
|
5
|
-
thickness:
|
|
5
|
+
thickness: import("libs/mosaik-themes/dist/Index").CssLength;
|
|
6
|
+
radius: import("libs/mosaik-themes/dist/Index").CssLength;
|
|
6
7
|
isIndeterminate: boolean;
|
|
7
|
-
radius: number;
|
|
8
8
|
variant: import("@breadstone/mosaik-elements-foundation").Variant;
|
|
9
9
|
orientation: import("@breadstone/mosaik-elements-foundation").Orientation;
|
|
10
10
|
disabled: boolean;
|
|
@@ -15,9 +15,9 @@ export declare const ProgressRingComponent: import("vue").DefineComponent<{
|
|
|
15
15
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
16
16
|
[key: string]: any;
|
|
17
17
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "valueChanged")[], "connected" | "disconnected" | "changed" | "valueChanged", import("vue").PublicProps, Readonly<{
|
|
18
|
-
thickness:
|
|
18
|
+
thickness: import("libs/mosaik-themes/dist/Index").CssLength;
|
|
19
|
+
radius: import("libs/mosaik-themes/dist/Index").CssLength;
|
|
19
20
|
isIndeterminate: boolean;
|
|
20
|
-
radius: number;
|
|
21
21
|
variant: import("@breadstone/mosaik-elements-foundation").Variant;
|
|
22
22
|
orientation: import("@breadstone/mosaik-elements-foundation").Orientation;
|
|
23
23
|
disabled: boolean;
|
|
@@ -13,7 +13,7 @@ createComponent(ProgressRingElement);
|
|
|
13
13
|
*/
|
|
14
14
|
export const ProgressRingComponent = defineComponent({
|
|
15
15
|
name: 'ProgressRingComponent',
|
|
16
|
-
props: ['thickness', '
|
|
16
|
+
props: ['thickness', 'radius', 'isIndeterminate', 'themeName', 'variant', 'orientation', 'disabled', 'label', 'min', 'max', 'value', 'dir', 'lang'],
|
|
17
17
|
emits: ['valueChanged', 'connected', 'disconnected', 'changed'],
|
|
18
18
|
// slots: ['label', 'hint'],
|
|
19
19
|
// methods: { adoptStyle, on, off, emit, requestUpdate },
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProgressRingComponent.js","sourceRoot":"","sources":["../../../../../src/Controls/Components/Ranges/ProgressRing/ProgressRingComponent.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,mBAAmB,EAAE,MAAM,wCAAwC,CAAC;AAE7E,eAAe,CAAC,mBAAmB,CAAC,CAAC;AAErC;;GAEG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAAG,eAAe,CAAC;IACjD,IAAI,EAAE,uBAAuB;IAC7B,KAAK,EAAE,CAAC,WAAW,EAAE,
|
|
1
|
+
{"version":3,"file":"ProgressRingComponent.js","sourceRoot":"","sources":["../../../../../src/Controls/Components/Ranges/ProgressRing/ProgressRingComponent.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,mBAAmB,EAAE,MAAM,wCAAwC,CAAC;AAE7E,eAAe,CAAC,mBAAmB,CAAC,CAAC;AAErC;;GAEG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAAG,eAAe,CAAC;IACjD,IAAI,EAAE,uBAAuB;IAC7B,KAAK,EAAE,CAAC,WAAW,EAAE,QAAQ,EAAE,iBAAiB,EAAE,WAAW,EAAE,SAAS,EAAE,aAAa,EAAE,UAAU,EAAE,OAAO,EAAE,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,CAAC;IACnJ,KAAK,EAAE,CAAC,cAAc,EAAE,WAAW,EAAE,cAAc,EAAE,SAAS,CAAC;IAC/D,4BAA4B;IAC5B,yDAAyD;IACzD,sDAAsD;IACtD,KAAK,CAAC,KAAgC,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE;QACnD,OAAO,GAAG,EAAE,CACR,CAAC,CACG,sBAAsB,EACtB;YACI,GAAG,KAAK;YACR,EAAE,EAAE;gBACA,YAAY,EAAE,CAAC,KAAc,EAAE,EAAE,CAAC,IAAI,CAAC,cAAc,EAAE,KAAK,CAAC;gBAC7D,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,20 +5,20 @@ export declare const CarouselItem2Component: import("vue").DefineComponent<{
|
|
|
5
5
|
themeName?: any;
|
|
6
6
|
dir?: any;
|
|
7
7
|
lang?: any;
|
|
8
|
+
value?: any;
|
|
8
9
|
isSelected?: any;
|
|
9
10
|
index?: any;
|
|
10
11
|
displayText?: any;
|
|
11
|
-
value?: 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
16
|
dir?: any;
|
|
17
17
|
lang?: any;
|
|
18
|
+
value?: any;
|
|
18
19
|
isSelected?: any;
|
|
19
20
|
index?: any;
|
|
20
21
|
displayText?: any;
|
|
21
|
-
value?: any;
|
|
22
22
|
}> & Readonly<{
|
|
23
23
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
24
24
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -7,7 +7,7 @@ export declare const MenuItemComponent: import("vue").DefineComponent<{
|
|
|
7
7
|
isActive: boolean;
|
|
8
8
|
isChecked: boolean;
|
|
9
9
|
isExpanded: boolean;
|
|
10
|
-
textOverflow: import("@breadstone/mosaik-elements-foundation").
|
|
10
|
+
textOverflow: import("@breadstone/mosaik-elements-foundation").TextOverflow;
|
|
11
11
|
disabled: boolean;
|
|
12
12
|
variant: import("@breadstone/mosaik-elements-foundation").Variant;
|
|
13
13
|
isFocused: boolean;
|
|
@@ -21,7 +21,7 @@ export declare const MenuItemComponent: import("vue").DefineComponent<{
|
|
|
21
21
|
isActive: boolean;
|
|
22
22
|
isChecked: boolean;
|
|
23
23
|
isExpanded: boolean;
|
|
24
|
-
textOverflow: import("@breadstone/mosaik-elements-foundation").
|
|
24
|
+
textOverflow: import("@breadstone/mosaik-elements-foundation").TextOverflow;
|
|
25
25
|
disabled: boolean;
|
|
26
26
|
variant: import("@breadstone/mosaik-elements-foundation").Variant;
|
|
27
27
|
isFocused: boolean;
|
|
@@ -6,6 +6,8 @@ export declare const TableCellComponent: import("vue").DefineComponent<{
|
|
|
6
6
|
sortable: boolean;
|
|
7
7
|
sortDirection: import("@breadstone/mosaik-elements-foundation").SortDirection | "none";
|
|
8
8
|
text: string;
|
|
9
|
+
formatter: import("@breadstone/mosaik-elements-foundation").TextFormatter | null;
|
|
10
|
+
textOverflow: import("@breadstone/mosaik-elements-foundation").TextOverflow;
|
|
9
11
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
10
12
|
[key: string]: any;
|
|
11
13
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "tableCellSortChanged")[], "connected" | "disconnected" | "changed" | "tableCellSortChanged", import("vue").PublicProps, Readonly<{
|
|
@@ -13,6 +15,8 @@ export declare const TableCellComponent: import("vue").DefineComponent<{
|
|
|
13
15
|
sortable: boolean;
|
|
14
16
|
sortDirection: import("@breadstone/mosaik-elements-foundation").SortDirection | "none";
|
|
15
17
|
text: string;
|
|
18
|
+
formatter: import("@breadstone/mosaik-elements-foundation").TextFormatter | null;
|
|
19
|
+
textOverflow: import("@breadstone/mosaik-elements-foundation").TextOverflow;
|
|
16
20
|
}> & Readonly<{
|
|
17
21
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
18
22
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TableCellComponent.d.ts","sourceRoot":"","sources":["../../../../../src/Controls/Components/Selectors/Table/TableCellComponent.ts"],"names":[],"mappings":"AAaA;;GAEG;AACH,eAAO,MAAM,kBAAkB
|
|
1
|
+
{"version":3,"file":"TableCellComponent.d.ts","sourceRoot":"","sources":["../../../../../src/Controls/Components/Selectors/Table/TableCellComponent.ts"],"names":[],"mappings":"AAaA;;GAEG;AACH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;iFAuB7B,CAAC;AAEH,OAAO,QAAQ,KAAK,CAAC;IACjB,UAAiB,gBAAgB;QAC7B,eAAe,EAAE,OAAO,kBAAkB,CAAC;KAC9C;CACJ"}
|
|
@@ -13,7 +13,7 @@ createComponent(TableCellElement);
|
|
|
13
13
|
*/
|
|
14
14
|
export const TableCellComponent = defineComponent({
|
|
15
15
|
name: 'TableCellComponent',
|
|
16
|
-
props: ['sortChanged', 'key', 'sortable', 'sortDirection', 'text', 'themeName', 'dir', 'lang'],
|
|
16
|
+
props: ['sortChanged', 'key', 'sortable', 'sortDirection', 'text', 'themeName', 'formatter', 'textOverflow', 'dir', 'lang'],
|
|
17
17
|
emits: ['tableCellSortChanged', 'connected', 'disconnected', 'changed'],
|
|
18
18
|
//
|
|
19
19
|
// methods: { sort, unsort, adoptStyle, on, off, emit, requestUpdate },
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TableCellComponent.js","sourceRoot":"","sources":["../../../../../src/Controls/Components/Selectors/Table/TableCellComponent.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,gBAAgB,EAAE,MAAM,wCAAwC,CAAC;AAE1E,eAAe,CAAC,gBAAgB,CAAC,CAAC;AAElC;;GAEG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAAG,eAAe,CAAC;IAC9C,IAAI,EAAE,oBAAoB;IAC1B,KAAK,EAAE,CAAC,aAAa,EAAE,KAAK,EAAE,UAAU,EAAE,eAAe,EAAE,MAAM,EAAE,WAAW,EAAE,KAAK,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"TableCellComponent.js","sourceRoot":"","sources":["../../../../../src/Controls/Components/Selectors/Table/TableCellComponent.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,gBAAgB,EAAE,MAAM,wCAAwC,CAAC;AAE1E,eAAe,CAAC,gBAAgB,CAAC,CAAC;AAElC;;GAEG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAAG,eAAe,CAAC;IAC9C,IAAI,EAAE,oBAAoB;IAC1B,KAAK,EAAE,CAAC,aAAa,EAAE,KAAK,EAAE,UAAU,EAAE,eAAe,EAAE,MAAM,EAAE,WAAW,EAAE,WAAW,EAAE,cAAc,EAAE,KAAK,EAAE,MAAM,CAAC;IAC3H,KAAK,EAAE,CAAC,sBAAsB,EAAE,WAAW,EAAE,cAAc,EAAE,SAAS,CAAC;IACvE,EAAE;IACF,uEAAuE;IACvE,sDAAsD;IACtD,KAAK,CAAC,KAA6B,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE;QAChD,OAAO,GAAG,EAAE,CACR,CAAC,CACG,mBAAmB,EACnB;YACI,GAAG,KAAK;YACR,EAAE,EAAE;gBACA,oBAAoB,EAAE,CAAC,KAAc,EAAE,EAAE,CAAC,IAAI,CAAC,sBAAsB,EAAE,KAAK,CAAC;gBAC7E,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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@breadstone/mosaik-elements-vue",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.33",
|
|
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.
|
|
18
|
-
"@breadstone/mosaik-elements-foundation": "^0.0.
|
|
17
|
+
"@breadstone/mosaik-elements": "^0.0.33",
|
|
18
|
+
"@breadstone/mosaik-elements-foundation": "^0.0.33",
|
|
19
19
|
"tslib": "^2.8.1"
|
|
20
20
|
}
|
|
21
21
|
}
|