@omnia/fx 8.0.51-dev → 8.0.52-dev
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/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/models/DataTable.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.d.ts +6 -6
- package/package.json +3 -3
@@ -71,7 +71,7 @@ type VuetifyValue<T> = T extends {
|
|
71
71
|
} ? T["value"] : T;
|
72
72
|
import { VTooltip, VTextarea, VSwitch, VRadioGroup, VForm, VTextField, VBtn, VBtnToggle, VBtnGroup, VNavigationDrawer, VList, VListItem, VListGroup, VListImg, VListItemAction, VListItemTitle, VListItemSubtitle, VListItemMedia, VListSubheader, VDialog, VDialogBottomTransition, VDialogTopTransition, VDialogTransition, VCard, VCardActions, VCardItem, VCardSubtitle, VCardText, VCardTitle, VExpansionPanels, VExpansionPanel, VExpansionPanelText, VExpansionPanelTitle, VAutocomplete, VMenu, VTable, VCheckbox, VCheckboxBtn, VVirtualScroll, VChip, VSelect, VBadge, VCol, VPagination, VRating } from "vuetify/components";
|
73
73
|
import { Intersect } from "vuetify/directives";
|
74
|
-
import { VDataTable, VDataTableRow, VDataTableRows, VDataTableVirtual, VDataTableServer, VInfiniteScroll, VDatePicker } from "vuetify/
|
74
|
+
import { VDataTable, VDataTableRow, VDataTableRows, VDataTableVirtual, VDataTableServer, VInfiniteScroll, VDatePicker } from "vuetify/components";
|
75
75
|
export interface VDataTableServerSlots extends VuetifySlots<VuetifyProps<Pick<VDataTableServer, "$slots">>> {
|
76
76
|
}
|
77
77
|
export interface VDataTableSlots extends VuetifySlots<VuetifyProps<Pick<VDataTable, "$props">>> {
|
@@ -2,7 +2,7 @@ import { VNodeChild } from "vue";
|
|
2
2
|
export type SelectItemKey = boolean | string | (string | number)[] | ((item: Record<string, any>, fallback?: any) => any);
|
3
3
|
export type DataTableCompareFunction<T = any> = (a: T, b: T) => number;
|
4
4
|
export type DataTableHeader = {
|
5
|
-
key: string;
|
5
|
+
key: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
|
6
6
|
value?: SelectItemKey;
|
7
7
|
title: string;
|
8
8
|
colspan?: number;
|
@@ -27,7 +27,7 @@ declare const _default: {
|
|
27
27
|
readonly tooltip?: ButtonTooltipOptions;
|
28
28
|
readonly active?: boolean;
|
29
29
|
readonly disabled?: boolean;
|
30
|
-
readonly variant?: "default" | "menu" | "opacity" | "toolbar" | "
|
30
|
+
readonly variant?: "default" | "menu" | "opacity" | "toolbar" | "slim" | "prominent" | "dial";
|
31
31
|
readonly grouped?: boolean;
|
32
32
|
readonly toned?: boolean;
|
33
33
|
readonly loading?: boolean;
|
@@ -81,7 +81,7 @@ declare const _default: {
|
|
81
81
|
type: import("vue").PropType<object>;
|
82
82
|
};
|
83
83
|
variant: {
|
84
|
-
type: import("vue").PropType<"default" | "menu" | "opacity" | "toolbar" | "
|
84
|
+
type: import("vue").PropType<"default" | "menu" | "opacity" | "toolbar" | "slim" | "prominent" | "dial">;
|
85
85
|
};
|
86
86
|
target: {
|
87
87
|
type: import("vue").PropType<"_blank" | "_self" | "_parent" | "_top" | "framename">;
|
@@ -164,7 +164,7 @@ declare const _default: {
|
|
164
164
|
type: import("vue").PropType<object>;
|
165
165
|
};
|
166
166
|
variant: {
|
167
|
-
type: import("vue").PropType<"default" | "menu" | "opacity" | "toolbar" | "
|
167
|
+
type: import("vue").PropType<"default" | "menu" | "opacity" | "toolbar" | "slim" | "prominent" | "dial">;
|
168
168
|
};
|
169
169
|
target: {
|
170
170
|
type: import("vue").PropType<"_blank" | "_self" | "_parent" | "_top" | "framename">;
|
@@ -259,7 +259,7 @@ declare const _default: {
|
|
259
259
|
type: import("vue").PropType<object>;
|
260
260
|
};
|
261
261
|
variant: {
|
262
|
-
type: import("vue").PropType<"default" | "menu" | "opacity" | "toolbar" | "
|
262
|
+
type: import("vue").PropType<"default" | "menu" | "opacity" | "toolbar" | "slim" | "prominent" | "dial">;
|
263
263
|
};
|
264
264
|
target: {
|
265
265
|
type: import("vue").PropType<"_blank" | "_self" | "_parent" | "_top" | "framename">;
|
@@ -332,7 +332,7 @@ declare const _default: {
|
|
332
332
|
type: import("vue").PropType<object>;
|
333
333
|
};
|
334
334
|
variant: {
|
335
|
-
type: import("vue").PropType<"default" | "menu" | "opacity" | "toolbar" | "
|
335
|
+
type: import("vue").PropType<"default" | "menu" | "opacity" | "toolbar" | "slim" | "prominent" | "dial">;
|
336
336
|
};
|
337
337
|
target: {
|
338
338
|
type: import("vue").PropType<"_blank" | "_self" | "_parent" | "_top" | "framename">;
|
@@ -380,7 +380,7 @@ declare const _default: {
|
|
380
380
|
tooltip?: ButtonTooltipOptions;
|
381
381
|
active?: boolean;
|
382
382
|
disabled?: boolean;
|
383
|
-
variant?: "default" | "menu" | "opacity" | "toolbar" | "
|
383
|
+
variant?: "default" | "menu" | "opacity" | "toolbar" | "slim" | "prominent" | "dial";
|
384
384
|
grouped?: boolean;
|
385
385
|
toned?: boolean;
|
386
386
|
loading?: boolean;
|
@@ -19,7 +19,7 @@ declare const _default: {
|
|
19
19
|
readonly colorSchemaType?: any;
|
20
20
|
readonly blueprintType?: any;
|
21
21
|
readonly colors?: any;
|
22
|
-
readonly headers?: DataTableHeader[]
|
22
|
+
readonly headers?: DataTableHeader[];
|
23
23
|
readonly height?: string | number;
|
24
24
|
readonly expanded?: string[];
|
25
25
|
readonly "onUpdate:modelValue"?: (value: SortItem[]) => any;
|
@@ -36,8 +36,8 @@ declare const _default: {
|
|
36
36
|
readonly mustSort?: boolean;
|
37
37
|
readonly showExpand?: boolean;
|
38
38
|
readonly itemsPerPage?: number;
|
39
|
-
readonly "onUpdate:expanded"?: (value: string[]) => any;
|
40
39
|
"onUpdate:sortBy"?: ((value: SortItem[]) => any) & ((item: SortItem[]) => any);
|
40
|
+
readonly "onUpdate:expanded"?: (value: string[]) => any;
|
41
41
|
readonly clickable?: boolean;
|
42
42
|
readonly "v-model:expanded"?: string[];
|
43
43
|
readonly "v-model:sortBy"?: SortItem[];
|
@@ -109,7 +109,7 @@ declare const _default: {
|
|
109
109
|
required: false;
|
110
110
|
};
|
111
111
|
headers: {
|
112
|
-
type: import("vue").PropType<DataTableHeader[]
|
112
|
+
type: import("vue").PropType<DataTableHeader[]>;
|
113
113
|
required: false;
|
114
114
|
};
|
115
115
|
items: {
|
@@ -205,7 +205,7 @@ declare const _default: {
|
|
205
205
|
required: false;
|
206
206
|
};
|
207
207
|
headers: {
|
208
|
-
type: import("vue").PropType<DataTableHeader[]
|
208
|
+
type: import("vue").PropType<DataTableHeader[]>;
|
209
209
|
required: false;
|
210
210
|
};
|
211
211
|
items: {
|
@@ -318,7 +318,7 @@ declare const _default: {
|
|
318
318
|
required: false;
|
319
319
|
};
|
320
320
|
headers: {
|
321
|
-
type: import("vue").PropType<DataTableHeader[]
|
321
|
+
type: import("vue").PropType<DataTableHeader[]>;
|
322
322
|
required: false;
|
323
323
|
};
|
324
324
|
items: {
|
@@ -404,7 +404,7 @@ declare const _default: {
|
|
404
404
|
required: false;
|
405
405
|
};
|
406
406
|
headers: {
|
407
|
-
type: import("vue").PropType<DataTableHeader[]
|
407
|
+
type: import("vue").PropType<DataTableHeader[]>;
|
408
408
|
required: false;
|
409
409
|
};
|
410
410
|
items: {
|
@@ -438,7 +438,7 @@ declare const _default: {
|
|
438
438
|
blueprintType?: any;
|
439
439
|
colors?: any;
|
440
440
|
} & {
|
441
|
-
headers?: DataTableHeader[]
|
441
|
+
headers?: DataTableHeader[];
|
442
442
|
height?: string | number;
|
443
443
|
expanded?: string[];
|
444
444
|
"onUpdate:modelValue"?: (value: SortItem[]) => any;
|
@@ -455,8 +455,8 @@ declare const _default: {
|
|
455
455
|
mustSort?: boolean;
|
456
456
|
showExpand?: boolean;
|
457
457
|
itemsPerPage?: number;
|
458
|
-
"onUpdate:expanded"?: (value: string[]) => any;
|
459
458
|
"onUpdate:sortBy"?: (value: SortItem[]) => any;
|
459
|
+
"onUpdate:expanded"?: (value: string[]) => any;
|
460
460
|
clickable?: boolean;
|
461
461
|
"v-model:expanded"?: string[];
|
462
462
|
"v-model:sortBy"?: SortItem[];
|
@@ -19,7 +19,7 @@ declare const _default: {
|
|
19
19
|
readonly colorSchemaType?: any;
|
20
20
|
readonly blueprintType?: any;
|
21
21
|
readonly colors?: any;
|
22
|
-
readonly headers?: DataTableHeader[]
|
22
|
+
readonly headers?: DataTableHeader[];
|
23
23
|
readonly name?: {
|
24
24
|
[x: `onUpdate:${string}`]: {
|
25
25
|
type: import("vue").PropType<(value: any[]) => any>;
|
@@ -94,14 +94,14 @@ declare const _default: {
|
|
94
94
|
readonly loading?: boolean;
|
95
95
|
readonly itemValue?: SelectItemKey;
|
96
96
|
readonly hover?: boolean;
|
97
|
+
readonly itemSelectable?: SelectItemKey;
|
97
98
|
readonly sortBy?: SortItem[];
|
98
99
|
readonly mustSort?: boolean;
|
99
100
|
readonly showSelect?: boolean;
|
100
|
-
readonly itemSelectable?: SelectItemKey;
|
101
101
|
readonly showExpand?: boolean;
|
102
102
|
readonly itemsPerPage?: number;
|
103
|
-
readonly "onUpdate:expanded"?: (value: string[]) => any;
|
104
103
|
"onUpdate:sortBy"?: ((value: SortItem[]) => any) & ((item: SortItem[]) => any);
|
104
|
+
readonly "onUpdate:expanded"?: (value: string[]) => any;
|
105
105
|
"onUpdate:page"?: ((value: number) => any) & ((page: number) => any);
|
106
106
|
readonly itemsLength?: number;
|
107
107
|
readonly clickable?: boolean;
|
@@ -256,7 +256,7 @@ declare const _default: {
|
|
256
256
|
required: false;
|
257
257
|
};
|
258
258
|
headers: {
|
259
|
-
type: import("vue").PropType<DataTableHeader[]
|
259
|
+
type: import("vue").PropType<DataTableHeader[]>;
|
260
260
|
required: false;
|
261
261
|
};
|
262
262
|
items: {
|
@@ -286,7 +286,7 @@ declare const _default: {
|
|
286
286
|
}>;
|
287
287
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
288
288
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
289
|
-
$emit: ((event: "doc$", description?: string) => void) & ((event: "update:modelValue", value: any[]) => void) & ((event: "update:
|
289
|
+
$emit: ((event: "doc$", description?: string) => void) & ((event: "update:modelValue", value: any[]) => void) & ((event: "update:page", page: number) => void) & ((event: "update:sortBy", item: SortItem[]) => void) & ((event: "update:options") => void);
|
290
290
|
$el: any;
|
291
291
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
292
292
|
"v-slots": import("vue").Prop<{
|
@@ -434,7 +434,7 @@ declare const _default: {
|
|
434
434
|
required: false;
|
435
435
|
};
|
436
436
|
headers: {
|
437
|
-
type: import("vue").PropType<DataTableHeader[]
|
437
|
+
type: import("vue").PropType<DataTableHeader[]>;
|
438
438
|
required: false;
|
439
439
|
};
|
440
440
|
items: {
|
@@ -632,7 +632,7 @@ declare const _default: {
|
|
632
632
|
required: false;
|
633
633
|
};
|
634
634
|
headers: {
|
635
|
-
type: import("vue").PropType<DataTableHeader[]
|
635
|
+
type: import("vue").PropType<DataTableHeader[]>;
|
636
636
|
required: false;
|
637
637
|
};
|
638
638
|
items: {
|
@@ -800,7 +800,7 @@ declare const _default: {
|
|
800
800
|
required: false;
|
801
801
|
};
|
802
802
|
headers: {
|
803
|
-
type: import("vue").PropType<DataTableHeader[]
|
803
|
+
type: import("vue").PropType<DataTableHeader[]>;
|
804
804
|
required: false;
|
805
805
|
};
|
806
806
|
items: {
|
@@ -840,7 +840,7 @@ declare const _default: {
|
|
840
840
|
blueprintType?: any;
|
841
841
|
colors?: any;
|
842
842
|
} & {
|
843
|
-
headers?: DataTableHeader[]
|
843
|
+
headers?: DataTableHeader[];
|
844
844
|
name?: {
|
845
845
|
[x: `onUpdate:${string}`]: {
|
846
846
|
type: import("vue").PropType<(value: any[]) => any>;
|
@@ -915,14 +915,14 @@ declare const _default: {
|
|
915
915
|
loading?: boolean;
|
916
916
|
itemValue?: SelectItemKey;
|
917
917
|
hover?: boolean;
|
918
|
+
itemSelectable?: SelectItemKey;
|
918
919
|
sortBy?: SortItem[];
|
919
920
|
mustSort?: boolean;
|
920
921
|
showSelect?: boolean;
|
921
|
-
itemSelectable?: SelectItemKey;
|
922
922
|
showExpand?: boolean;
|
923
923
|
itemsPerPage?: number;
|
924
|
-
"onUpdate:expanded"?: (value: string[]) => any;
|
925
924
|
"onUpdate:sortBy"?: (value: SortItem[]) => any;
|
925
|
+
"onUpdate:expanded"?: (value: string[]) => any;
|
926
926
|
"onUpdate:page"?: (value: number) => any;
|
927
927
|
itemsLength?: number;
|
928
928
|
clickable?: boolean;
|
@@ -6,7 +6,7 @@ declare const _default: {
|
|
6
6
|
$data: {};
|
7
7
|
$props: Partial<{}> & Omit<{
|
8
8
|
readonly itemTitle: string | ((item: any) => VNodeChild);
|
9
|
-
readonly headers?: DataTableHeader[]
|
9
|
+
readonly headers?: DataTableHeader[];
|
10
10
|
readonly "onUpdate:modelValue"?: (value: any[]) => any;
|
11
11
|
readonly "v-model"?: any[];
|
12
12
|
readonly modelValue?: any[];
|
@@ -30,7 +30,7 @@ declare const _default: {
|
|
30
30
|
item?: ((item: any) => VNodeChild) | ((row: IDataTableRowRenderer) => void);
|
31
31
|
}>;
|
32
32
|
headers: {
|
33
|
-
type: import("vue").PropType<DataTableHeader[]
|
33
|
+
type: import("vue").PropType<DataTableHeader[]>;
|
34
34
|
required: false;
|
35
35
|
};
|
36
36
|
variant: {
|
@@ -90,7 +90,7 @@ declare const _default: {
|
|
90
90
|
item?: ((item: any) => VNodeChild) | ((row: IDataTableRowRenderer) => void);
|
91
91
|
}>;
|
92
92
|
headers: {
|
93
|
-
type: import("vue").PropType<DataTableHeader[]
|
93
|
+
type: import("vue").PropType<DataTableHeader[]>;
|
94
94
|
required: false;
|
95
95
|
};
|
96
96
|
variant: {
|
@@ -160,7 +160,7 @@ declare const _default: {
|
|
160
160
|
item?: ((item: any) => VNodeChild) | ((row: IDataTableRowRenderer) => void);
|
161
161
|
}>;
|
162
162
|
headers: {
|
163
|
-
type: import("vue").PropType<DataTableHeader[]
|
163
|
+
type: import("vue").PropType<DataTableHeader[]>;
|
164
164
|
required: false;
|
165
165
|
};
|
166
166
|
variant: {
|
@@ -210,7 +210,7 @@ declare const _default: {
|
|
210
210
|
item?: ((item: any) => VNodeChild) | ((row: IDataTableRowRenderer) => void);
|
211
211
|
}>;
|
212
212
|
headers: {
|
213
|
-
type: import("vue").PropType<DataTableHeader[]
|
213
|
+
type: import("vue").PropType<DataTableHeader[]>;
|
214
214
|
required: false;
|
215
215
|
};
|
216
216
|
variant: {
|
@@ -257,7 +257,7 @@ declare const _default: {
|
|
257
257
|
propsDefinition: Omit<Readonly<{
|
258
258
|
itemTitle: string | ((item: any) => VNodeChild);
|
259
259
|
} & {
|
260
|
-
headers?: DataTableHeader[]
|
260
|
+
headers?: DataTableHeader[];
|
261
261
|
"onUpdate:modelValue"?: (value: any[]) => any;
|
262
262
|
"v-model"?: any[];
|
263
263
|
modelValue?: any[];
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@omnia/fx",
|
3
3
|
"license": "MIT",
|
4
|
-
"version": "8.0.
|
4
|
+
"version": "8.0.52-dev",
|
5
5
|
"description": "Provide Omnia Fx typings and tooling for clientside Omnia development.",
|
6
6
|
"scripts": {
|
7
7
|
"test": "echo \"Error: no test specified\" && exit 1",
|
@@ -20,12 +20,12 @@
|
|
20
20
|
],
|
21
21
|
"author": "Precio Fishbone",
|
22
22
|
"dependencies": {
|
23
|
-
"@omnia/fx-models": "8.0.
|
23
|
+
"@omnia/fx-models": "8.0.52-dev",
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
25
25
|
"broadcast-channel": "4.8.0",
|
26
26
|
"dayjs": "1.10.7",
|
27
27
|
"splitpanes": "2.4.1",
|
28
|
-
"vuetify": "3.
|
28
|
+
"vuetify": "3.4.1",
|
29
29
|
"vue": "3.3.7",
|
30
30
|
"tslib": "2.5.0",
|
31
31
|
"typescript": "5.0.4",
|