@omnia/fx 8.0.314-dev → 8.0.315-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.
@@ -8,4 +8,5 @@ export declare const LayoutSectionStyles: {
8
8
  getAlignmentSettings: (sectionSettings: SectionSettings) => any;
9
9
  sectionWrapper: (sectionSettings: SectionSettings) => string;
10
10
  sectionContent: (settings: SectionSettings, useScrollMargingFix: boolean) => string;
11
+ headerWrapper: (settings: SectionSettings) => string;
11
12
  };
@@ -0,0 +1,57 @@
1
+ import { Spacing, SpacingValue } from "@omnia/fx-models";
2
+ import { DefineSlot, DefineEmit } from "@omnia/fx/ux";
3
+ import { VNodeChild } from "vue";
4
+ type TreewViewItemSlot<T> = {
5
+ isActive: boolean;
6
+ isOpen: boolean;
7
+ isSelected: boolean;
8
+ isIndeterminate: boolean;
9
+ select: (value: boolean) => void;
10
+ item: T;
11
+ };
12
+ declare const _default: <T extends Object>(props: import("@omnia/fx/ux").ConstructComponentProps<{
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;
14
+ } & {
15
+ container?: boolean;
16
+ } & {
17
+ colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
18
+ } & {
19
+ "emit:update:modelValue": (value: T[]) => void;
20
+ } & {
21
+ "v-model"?: T[];
22
+ } & {
23
+ modelValue?: T[];
24
+ } & {
25
+ "emit:update:expanded": (value: T[]) => void;
26
+ } & {
27
+ "v-model:expanded"?: T[];
28
+ } & {
29
+ expanded?: T[];
30
+ } & {
31
+ items?: T[];
32
+ } & {
33
+ expandOnSelection?: boolean;
34
+ } & {
35
+ multiple?: boolean;
36
+ } & {
37
+ openAll?: boolean;
38
+ } & {
39
+ batchChildrensDisplay?: number;
40
+ } & {
41
+ itemTitle?: string | ((item: T) => string);
42
+ } & {
43
+ itemValue?: string | ((item: T) => string);
44
+ } & {
45
+ itemChildren?: string;
46
+ } & {
47
+ loadChildren?: (selectedNode: T) => void | Promise<void>;
48
+ } & {
49
+ onMoveNode?: (item: T, currentPosition: number, newPosition: number) => void | Promise<void>;
50
+ } & {
51
+ checkNodeToMove?: (item: T) => boolean;
52
+ } & {
53
+ padding?: Spacing | SpacingValue;
54
+ } & {
55
+ indentation?: SpacingValue;
56
+ } & DefineSlot<"append", (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;
57
+ export default _default;
@@ -0,0 +1,5 @@
1
+ import { Spacing } from "@omnia/fx-models";
2
+ export declare const treeViewStylex: {
3
+ wrapper: (backgroundColor: string, color: string, iconColor: string, hoverColor: string) => Readonly<import("../../Styles.stylex").StylexValue>;
4
+ paddingWrapper: (padding: Spacing) => Readonly<import("../../Styles.stylex").StylexValue>;
5
+ };
@@ -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 wcc617a9d7e25249929c41becb55905973 from './ux/oxide/treeview/Treeview_old';
323
- import wcd9216ea897894e7bb6f3f1ff13015966 from './ux/oxide/treeview/Treeview';
322
+ import wc943114ca0d5c4f48a881eb6e047daf4d from './ux/oxide/treeview/TreeView_v3';
323
+ import wcc617a9d7e25249929c41becb55905973 from './ux/oxide/treeview/Treeview';
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';
@@ -5241,20 +5241,20 @@ declare global {
5241
5241
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5242
5242
  };
5243
5243
  } : typeof wc19adb19938604f41b10f3a00eb3eb534;
5244
- "treeviewold": typeof wcc617a9d7e25249929c41becb55905973 extends {
5244
+ "treeviewv3": typeof wc943114ca0d5c4f48a881eb6e047daf4d extends {
5245
5245
  propsDefinition: infer TProp;
5246
5246
  } ? {
5247
5247
  new (...args: any[]): {
5248
5248
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5249
5249
  };
5250
- } : typeof wcc617a9d7e25249929c41becb55905973;
5251
- "treeview": typeof wcd9216ea897894e7bb6f3f1ff13015966 extends {
5250
+ } : typeof wc943114ca0d5c4f48a881eb6e047daf4d;
5251
+ "treeview": typeof wcc617a9d7e25249929c41becb55905973 extends {
5252
5252
  propsDefinition: infer TProp;
5253
5253
  } ? {
5254
5254
  new (...args: any[]): {
5255
5255
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5256
5256
  };
5257
- } : typeof wcd9216ea897894e7bb6f3f1ff13015966;
5257
+ } : typeof wcc617a9d7e25249929c41becb55905973;
5258
5258
  "validation": typeof wc1e7fa637f4914cbeb9ceb6d577fec150 extends {
5259
5259
  propsDefinition: infer TProp;
5260
5260
  } ? {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx",
3
3
  "license": "MIT",
4
- "version": "8.0.314-dev",
4
+ "version": "8.0.315-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,7 +20,7 @@
20
20
  ],
21
21
  "author": "Precio Fishbone",
22
22
  "dependencies": {
23
- "@omnia/fx-models": "8.0.314-dev",
23
+ "@omnia/fx-models": "8.0.315-dev",
24
24
  "@microsoft/signalr": "6.0.1",
25
25
  "broadcast-channel": "4.8.0",
26
26
  "dayjs": "1.11.7",