@omnia/fx 8.0.316-dev → 8.0.317-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/oxide/treeview/{TreeView_v3.d.ts → OTreeViewV3.d.ts} +2 -8
- package/internal-do-not-import-from-here/wctypings.d.ts +2 -2
- package/package.json +3 -3
- /package/internal-do-not-import-from-here/ux/oxide/treeview/{TreeView_v3.stylex.d.ts → OTreeViewV3.stylex.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/oxide/treeview/{Treeview.d.ts → Treeview_oldv2.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/oxide/treeview/{Treeview.stylex.d.ts → Treeview_oldv2.stylex.d.ts} +0 -0
package/internal-do-not-import-from-here/ux/oxide/treeview/{TreeView_v3.d.ts → OTreeViewV3.d.ts}
RENAMED
@@ -1,19 +1,13 @@
|
|
1
1
|
import { IIcon, Spacing, SpacingValue } from "@omnia/fx-models";
|
2
2
|
import { DefineSlot, DefineEmit } from "@omnia/fx/ux";
|
3
3
|
import { VNodeChild } from "vue";
|
4
|
-
type TreeViewItem<T> = {
|
5
|
-
position: number;
|
6
|
-
value: T;
|
7
|
-
totalSlibings?: number;
|
8
|
-
children?: TreeViewItem<T>[];
|
9
|
-
};
|
10
4
|
type TreewViewItemSlot<T> = {
|
11
5
|
isActive: boolean;
|
12
6
|
isOpen: boolean;
|
13
7
|
isSelected: boolean;
|
14
8
|
isIndeterminate: boolean;
|
15
9
|
select: (value: boolean) => void;
|
16
|
-
item:
|
10
|
+
item: T;
|
17
11
|
};
|
18
12
|
declare const _default: <T extends Object>(props: import("@omnia/fx/ux").ConstructComponentProps<{
|
19
13
|
colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | import("@omnia/fx-models").ColorSchemaTypes;
|
@@ -61,5 +55,5 @@ declare const _default: <T extends Object>(props: import("@omnia/fx/ux").Constru
|
|
61
55
|
padding?: Spacing | SpacingValue;
|
62
56
|
} & {
|
63
57
|
indentation?: SpacingValue;
|
64
|
-
} & DefineSlot<"
|
58
|
+
} & DefineSlot<"title", (title: string) => VNodeChild, "Appends content after label.."> & DefineSlot<"appendInnerItem", (value: TreewViewItemSlot<T>) => VNodeChild, "Appends content after label.."> & DefineSlot<"prepend", (value: TreewViewItemSlot<T>) => VNodeChild, "Prepends content before label.."> & DefineEmit<"update:active", (items: T[]) => void>>) => any;
|
65
59
|
export default _default;
|
@@ -319,8 +319,8 @@ import wc1e7db8a98533485d97b4359f64601ff0 from './ux/oxide/textarea/TextArea';
|
|
319
319
|
import wc7b2cf06ba1cf47f7adcc6d8a1a0117f0 from './ux/oxide/timepicker/TimePicker';
|
320
320
|
import wc575bd9ad6c0d4fc9ab53fbd1b93786c4 from './ux/oxide/toolbar/Toolbar';
|
321
321
|
import wc19adb19938604f41b10f3a00eb3eb534 from './ux/oxide/tooltip/Tooltip';
|
322
|
-
import wc943114ca0d5c4f48a881eb6e047daf4d from './ux/oxide/treeview/
|
323
|
-
import wcc617a9d7e25249929c41becb55905973 from './ux/oxide/treeview/
|
322
|
+
import wc943114ca0d5c4f48a881eb6e047daf4d from './ux/oxide/treeview/OTreeViewV3';
|
323
|
+
import wcc617a9d7e25249929c41becb55905973 from './ux/oxide/treeview/Treeview_old';
|
324
324
|
import wc1e7fa637f4914cbeb9ceb6d577fec150 from './ux/oxide/validation/Validation';
|
325
325
|
import wc87d2f5f7fa15440ba71dbb642b0dcf38 from './ux/post/templates/PostTemplate';
|
326
326
|
import wc8270a3e368484538870b0bc4a6654234 from './ux/properties/block/PropertyBlock';
|
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.317-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,13 +20,13 @@
|
|
20
20
|
],
|
21
21
|
"author": "Precio Fishbone",
|
22
22
|
"dependencies": {
|
23
|
-
"@omnia/fx-models": "8.0.
|
23
|
+
"@omnia/fx-models": "8.0.317-dev",
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
25
25
|
"broadcast-channel": "4.8.0",
|
26
26
|
"dayjs": "1.11.7",
|
27
27
|
"splitpanes": "3.1.5",
|
28
28
|
"vue": "3.5.12",
|
29
|
-
"vuetify": "3.7.
|
29
|
+
"vuetify": "3.7.4",
|
30
30
|
"tslib": "2.6.2",
|
31
31
|
"typescript": "5.6.2",
|
32
32
|
"@tiptap/vue-3": "2.1.13",
|
File without changes
|
/package/internal-do-not-import-from-here/ux/oxide/treeview/{Treeview.d.ts → Treeview_oldv2.d.ts}
RENAMED
File without changes
|
File without changes
|