@omnia/fx 8.0.233-dev → 8.0.234-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/UxModels.d.ts +1 -1
 - package/internal-do-not-import-from-here/ux/admin/system/submenu/systemlogs/blades/ErrorLogBlade.d.ts +2 -6
 - package/internal-do-not-import-from-here/ux/admin/system/submenu/systemlogs/blades/ListingBlade.d.ts +3 -3
 - package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +3 -3
 - package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +5 -5
 - package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +0 -13
 - package/internal-do-not-import-from-here/wctypings.d.ts +0 -24
 - package/package.json +2 -2
 
| 
         @@ -1,7 +1,5 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            import { TransactionLog 
     | 
| 
      
 1 
     | 
    
         
            +
            import { TransactionLog } from "@omnia/fx-models";
         
     | 
| 
       2 
2 
     | 
    
         
             
            declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
         
     | 
| 
       3 
     | 
    
         
            -
                activeRow: guid[];
         
     | 
| 
       4 
     | 
    
         
            -
            } & {
         
     | 
| 
       5 
3 
     | 
    
         
             
                transactionLog: TransactionLog;
         
     | 
| 
       6 
4 
     | 
    
         
             
            }>) => {
         
     | 
| 
       7 
5 
     | 
    
         
             
                $: import("vue").ComponentInternalInstance;
         
     | 
| 
         @@ -42,14 +40,12 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{ 
     | 
|
| 
       42 
40 
     | 
    
         
             
                $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: (cleanupFn: () => void) => void) => any : (args_0: any, args_1: any, args_2: (cleanupFn: () => void) => void) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
         
     | 
| 
       43 
41 
     | 
    
         
             
            } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
         
     | 
| 
       44 
42 
     | 
    
         
             
                propsDefinition: import("@omnia/fx/ux").ExtractProps<{
         
     | 
| 
       45 
     | 
    
         
            -
                    activeRow: guid[];
         
     | 
| 
       46 
     | 
    
         
            -
                } & {
         
     | 
| 
       47 
43 
     | 
    
         
             
                    transactionLog: TransactionLog;
         
     | 
| 
       48 
44 
     | 
    
         
             
                }> & {
         
     | 
| 
       49 
45 
     | 
    
         
             
                    "v-slots"?: {
         
     | 
| 
       50 
46 
     | 
    
         
             
                        default?: import("vue").Slot;
         
     | 
| 
       51 
47 
     | 
    
         
             
                    } & {};
         
     | 
| 
       52 
     | 
    
         
            -
                } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, " 
     | 
| 
      
 48 
     | 
    
         
            +
                } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "transactionLog">;
         
     | 
| 
       53 
49 
     | 
    
         
             
            } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
         
     | 
| 
       54 
50 
     | 
    
         
             
                [key: string]: any;
         
     | 
| 
       55 
51 
     | 
    
         
             
            }>;
         
     | 
    
        package/internal-do-not-import-from-here/ux/admin/system/submenu/systemlogs/blades/ListingBlade.d.ts
    CHANGED
    
    | 
         @@ -1,4 +1,4 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps< 
     | 
| 
      
 1 
     | 
    
         
            +
            declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<Record<string, any>>) => {
         
     | 
| 
       2 
2 
     | 
    
         
             
                $: import("vue").ComponentInternalInstance;
         
     | 
| 
       3 
3 
     | 
    
         
             
                $data: {};
         
     | 
| 
       4 
4 
     | 
    
         
             
                $props: {};
         
     | 
| 
         @@ -36,11 +36,11 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{ 
     | 
|
| 
       36 
36 
     | 
    
         
             
                $nextTick: typeof import("vue").nextTick;
         
     | 
| 
       37 
37 
     | 
    
         
             
                $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: (cleanupFn: () => void) => void) => any : (args_0: any, args_1: any, args_2: (cleanupFn: () => void) => void) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
         
     | 
| 
       38 
38 
     | 
    
         
             
            } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
         
     | 
| 
       39 
     | 
    
         
            -
                propsDefinition: import("@omnia/fx/ux").ExtractProps< 
     | 
| 
      
 39 
     | 
    
         
            +
                propsDefinition: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {
         
     | 
| 
       40 
40 
     | 
    
         
             
                    "v-slots"?: {
         
     | 
| 
       41 
41 
     | 
    
         
             
                        default?: import("vue").Slot;
         
     | 
| 
       42 
42 
     | 
    
         
             
                    } & {};
         
     | 
| 
       43 
     | 
    
         
            -
                } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps,  
     | 
| 
      
 43 
     | 
    
         
            +
                } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string | number>;
         
     | 
| 
       44 
44 
     | 
    
         
             
            } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
         
     | 
| 
       45 
45 
     | 
    
         
             
                [key: string]: any;
         
     | 
| 
       46 
46 
     | 
    
         
             
            }>;
         
     | 
| 
         @@ -11,7 +11,7 @@ export interface DisabledButtonTooltips { 
     | 
|
| 
       11 
11 
     | 
    
         
             
                delete?: string;
         
     | 
| 
       12 
12 
     | 
    
         
             
                remove?: string;
         
     | 
| 
       13 
13 
     | 
    
         
             
            }
         
     | 
| 
       14 
     | 
    
         
            -
            export type JourneyBladeProps = DefineProp<"getApi", (store: ReturnType<typeof useJourneyStore>) => void, false, null, "callback to get a reference to the journey store. The store is used to navigate the journey blades."> & DefineProp<"title", string, false, null, "Specify the title of the blade."> & DefineProp<"toned", boolean, false, null, "IF the color is toned"> & DefineProp<"subTitle", string, false, null, "Specify a subtitle for the blade and the title is displayed in a breadcrumb style where the subTittle is prominent."> & DefineProp<"id", guid, true, null, "The id of the blade. Used to identify the blade in the journey store."> & DefineProp<"size", BladeSizeTypes, false, "x-small", "Specify the size of the blade. Small will show the header buttons as icons."> & DefineProp<"loading", boolean, false, false, "Displays linear progress bar."> & DefineProp<"ok", boolean, false, false, "Specify if the blade should show a ok button. If a ok button is shown, a cancel button will also be shown."> & DefineProp<"save", boolean, false, false, "Specify if the blade should show a save button. If a save button is shown, a cancel button will also be shown."> & DefineProp<"searchable", boolean, false, false, "Specify if the blade should show a search field."> & DefineProp<"delete", boolean, false, false, "Specify if the blade should show a delete button."> & DefineProp<"remove", boolean, false, false, "Specify if the blade should show a remove button."> & DefineProp<"disabled", boolean, false, false, "Specify if the blade should shoud be read only."> & DefineProp<" 
     | 
| 
      
 14 
     | 
    
         
            +
            export type JourneyBladeProps = DefineProp<"getApi", (store: ReturnType<typeof useJourneyStore>) => void, false, null, "callback to get a reference to the journey store. The store is used to navigate the journey blades."> & DefineProp<"title", string, false, null, "Specify the title of the blade."> & DefineProp<"toned", boolean, false, null, "IF the color is toned"> & DefineProp<"subTitle", string, false, null, "Specify a subtitle for the blade and the title is displayed in a breadcrumb style where the subTittle is prominent."> & DefineProp<"id", guid, true, null, "The id of the blade. Used to identify the blade in the journey store."> & DefineProp<"size", BladeSizeTypes, false, "x-small", "Specify the size of the blade. Small will show the header buttons as icons."> & DefineProp<"loading", boolean, false, false, "Displays linear progress bar."> & DefineProp<"ok", boolean, false, false, "Specify if the blade should show a ok button. If a ok button is shown, a cancel button will also be shown."> & DefineProp<"save", boolean, false, false, "Specify if the blade should show a save button. If a save button is shown, a cancel button will also be shown."> & DefineProp<"searchable", boolean, false, false, "Specify if the blade should show a search field."> & DefineProp<"delete", boolean, false, false, "Specify if the blade should show a delete button."> & DefineProp<"remove", boolean, false, false, "Specify if the blade should show a remove button."> & DefineProp<"disabled", boolean, false, false, "Specify if the blade should shoud be read only."> & DefineProp<"manageList", boolean, false, false, "Specify if the blade shoud be draggable on items."> & DefineProp<"switch", switchValue, false, null, "Specify if the blade should show switch."> & DefineProp<"settings", boolean, false, false, "Specify if the blade should show a settings button."> & DefineProp<"create", boolean, false, false, "Specify if the blade should show a create button."> & DefineProp<"bladeContext", BladeContexts | BladeContext, false, null, "Specify context of the journey."> & DefineProp<"icon", IIcon, false, null, "Specify an icon for the blade header. This should be used to hightlight the blade type such as create blades, edit blades etc."> & DefineProp<"variant", BladeVariantTypes, false, null, "Applies a distinct style to the component."> & DefineProp<"onOk", () => boolean | Promise<boolean>, false, null, "Trigger when user click ok, return true if ok to close the blade."> & DefineProp<"onRemove", () => boolean | Promise<boolean>, false, null, "Trigger when user click remove, return true if ok to close the blade."> & DefineProp<"onSave", () => boolean | Promise<boolean>, false, null, "Trigger when user click save, return true if ok to close the blade."> & DefineProp<"onDelete", () => boolean | Promise<boolean>, false, null, "Trigger when user click delete, return true if ok to close the blade."> & DefineProp<"onSwitch", (value: boolean) => boolean | Promise<boolean>, false, null, "Trigger when user toggle switch, return true if ok to close the blade."> & DefineProp<"confirmDeleteDialogOption", ConfirmDialogOptions, false, null, "Specify a set of options for the confirm dialog shown before deleting."> & DefineProp<"disabledButtonTooltips", DisabledButtonTooltips, false, null, "Specify a set of options for the confirm dialog shown before deleting."> & DefineSlot<"actions", () => VNodeChild> & DefineSlot<"actionsFooter", () => VNodeChild> & DefineEmit<"click:add", (id: guid) => true> & DefineEmit<"click:back", (id: guid) => true> & DefineEmit<"click:cancel", (id: guid) => true> & DefineEmit<"click:settings", (id: guid) => true> & DefineEmit<"click:confirm", () => true> & DefineEmit<"search", (searchText: string) => true> & DefineEmit<"click:manageList", () => true>;
         
     | 
| 
       15 
15 
     | 
    
         
             
            declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<JourneyBladeProps>) => {
         
     | 
| 
       16 
16 
     | 
    
         
             
                $: import("vue").ComponentInternalInstance;
         
     | 
| 
       17 
17 
     | 
    
         
             
                $data: {};
         
     | 
| 
         @@ -64,8 +64,8 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<J 
     | 
|
| 
       64 
64 
     | 
    
         
             
                    onSearch?: (searchText: string) => any;
         
     | 
| 
       65 
65 
     | 
    
         
             
                    "onClick:add"?: (id: guid) => any;
         
     | 
| 
       66 
66 
     | 
    
         
             
                    "onClick:settings"?: (id: guid) => any;
         
     | 
| 
       67 
     | 
    
         
            -
                    "onClick: 
     | 
| 
       68 
     | 
    
         
            -
                } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "switch" | "icon" | "title" | "id" | "delete" | "size" | "disabled" | "toned" | "settings" | "remove" | "variant" | "subTitle" | "create" | "ok" | "save" | " 
     | 
| 
      
 67 
     | 
    
         
            +
                    "onClick:manageList"?: () => any;
         
     | 
| 
      
 68 
     | 
    
         
            +
                } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "switch" | "icon" | "title" | "id" | "delete" | "size" | "disabled" | "toned" | "settings" | "remove" | "variant" | "subTitle" | "create" | "ok" | "save" | "getApi" | "loading" | "searchable" | "manageList" | "bladeContext" | "onOk" | "onRemove" | "onSave" | "onDelete" | "onSwitch" | "confirmDeleteDialogOption" | "disabledButtonTooltips">;
         
     | 
| 
       69 
69 
     | 
    
         
             
            } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
         
     | 
| 
       70 
70 
     | 
    
         
             
                [key: string]: any;
         
     | 
| 
       71 
71 
     | 
    
         
             
            }>;
         
     | 
| 
         @@ -48,7 +48,7 @@ declare const _default: { 
     | 
|
| 
       48 
48 
     | 
    
         
             
                        type: import("vue").PropType<ButtonTooltipOptions>;
         
     | 
| 
       49 
49 
     | 
    
         
             
                    };
         
     | 
| 
       50 
50 
     | 
    
         
             
                    preset: {
         
     | 
| 
       51 
     | 
    
         
            -
                        type: import("vue").PropType<"select" | "cancel" | "close" | "delete" | "details" | "confirm" | "settings" | "remove" | "retry" | "create" | "ok" | "save" | " 
     | 
| 
      
 51 
     | 
    
         
            +
                        type: import("vue").PropType<"select" | "cancel" | "close" | "delete" | "details" | "confirm" | "settings" | "remove" | "retry" | "create" | "ok" | "save" | "manage-list" | "icon-add" | "icon-comment" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-preview" | "icon-settings" | "load-more" | "approve" | "copy-to-clipboard" | "next" | "previous" | "view-more" | "send-request">;
         
     | 
| 
       52 
52 
     | 
    
         
             
                    };
         
     | 
| 
       53 
53 
     | 
    
         
             
                    overrides: {
         
     | 
| 
       54 
54 
     | 
    
         
             
                        type: import("vue").PropType<object>;
         
     | 
| 
         @@ -131,7 +131,7 @@ declare const _default: { 
     | 
|
| 
       131 
131 
     | 
    
         
             
                        type: import("vue").PropType<ButtonTooltipOptions>;
         
     | 
| 
       132 
132 
     | 
    
         
             
                    };
         
     | 
| 
       133 
133 
     | 
    
         
             
                    preset: {
         
     | 
| 
       134 
     | 
    
         
            -
                        type: import("vue").PropType<"select" | "cancel" | "close" | "delete" | "details" | "confirm" | "settings" | "remove" | "retry" | "create" | "ok" | "save" | " 
     | 
| 
      
 134 
     | 
    
         
            +
                        type: import("vue").PropType<"select" | "cancel" | "close" | "delete" | "details" | "confirm" | "settings" | "remove" | "retry" | "create" | "ok" | "save" | "manage-list" | "icon-add" | "icon-comment" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-preview" | "icon-settings" | "load-more" | "approve" | "copy-to-clipboard" | "next" | "previous" | "view-more" | "send-request">;
         
     | 
| 
       135 
135 
     | 
    
         
             
                    };
         
     | 
| 
       136 
136 
     | 
    
         
             
                    overrides: {
         
     | 
| 
       137 
137 
     | 
    
         
             
                        type: import("vue").PropType<object>;
         
     | 
| 
         @@ -223,7 +223,7 @@ declare const _default: { 
     | 
|
| 
       223 
223 
     | 
    
         
             
                        type: import("vue").PropType<ButtonTooltipOptions>;
         
     | 
| 
       224 
224 
     | 
    
         
             
                    };
         
     | 
| 
       225 
225 
     | 
    
         
             
                    preset: {
         
     | 
| 
       226 
     | 
    
         
            -
                        type: import("vue").PropType<"select" | "cancel" | "close" | "delete" | "details" | "confirm" | "settings" | "remove" | "retry" | "create" | "ok" | "save" | " 
     | 
| 
      
 226 
     | 
    
         
            +
                        type: import("vue").PropType<"select" | "cancel" | "close" | "delete" | "details" | "confirm" | "settings" | "remove" | "retry" | "create" | "ok" | "save" | "manage-list" | "icon-add" | "icon-comment" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-preview" | "icon-settings" | "load-more" | "approve" | "copy-to-clipboard" | "next" | "previous" | "view-more" | "send-request">;
         
     | 
| 
       227 
227 
     | 
    
         
             
                    };
         
     | 
| 
       228 
228 
     | 
    
         
             
                    overrides: {
         
     | 
| 
       229 
229 
     | 
    
         
             
                        type: import("vue").PropType<object>;
         
     | 
| 
         @@ -312,7 +312,7 @@ declare const _default: { 
     | 
|
| 
       312 
312 
     | 
    
         
             
                    type: import("vue").PropType<ButtonTooltipOptions>;
         
     | 
| 
       313 
313 
     | 
    
         
             
                };
         
     | 
| 
       314 
314 
     | 
    
         
             
                preset: {
         
     | 
| 
       315 
     | 
    
         
            -
                    type: import("vue").PropType<"select" | "cancel" | "close" | "delete" | "details" | "confirm" | "settings" | "remove" | "retry" | "create" | "ok" | "save" | " 
     | 
| 
      
 315 
     | 
    
         
            +
                    type: import("vue").PropType<"select" | "cancel" | "close" | "delete" | "details" | "confirm" | "settings" | "remove" | "retry" | "create" | "ok" | "save" | "manage-list" | "icon-add" | "icon-comment" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-preview" | "icon-settings" | "load-more" | "approve" | "copy-to-clipboard" | "next" | "previous" | "view-more" | "send-request">;
         
     | 
| 
       316 
316 
     | 
    
         
             
                };
         
     | 
| 
       317 
317 
     | 
    
         
             
                overrides: {
         
     | 
| 
       318 
318 
     | 
    
         
             
                    type: import("vue").PropType<object>;
         
     | 
| 
         @@ -372,7 +372,7 @@ declare const _default: { 
     | 
|
| 
       372 
372 
     | 
    
         
             
                    grouped?: boolean;
         
     | 
| 
       373 
373 
     | 
    
         
             
                    loading?: boolean;
         
     | 
| 
       374 
374 
     | 
    
         
             
                    overrides?: object;
         
     | 
| 
       375 
     | 
    
         
            -
                    preset?: "select" | "cancel" | "close" | "delete" | "details" | "confirm" | "settings" | "remove" | "retry" | "create" | "ok" | "save" | " 
     | 
| 
      
 375 
     | 
    
         
            +
                    preset?: "select" | "cancel" | "close" | "delete" | "details" | "confirm" | "settings" | "remove" | "retry" | "create" | "ok" | "save" | "manage-list" | "icon-add" | "icon-comment" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-preview" | "icon-settings" | "load-more" | "approve" | "copy-to-clipboard" | "next" | "previous" | "view-more" | "send-request";
         
     | 
| 
       376 
376 
     | 
    
         
             
                    transparentHover?: boolean;
         
     | 
| 
       377 
377 
     | 
    
         
             
                    stacked?: boolean;
         
     | 
| 
       378 
378 
     | 
    
         
             
                    disableBlueprint?: boolean;
         
     | 
| 
         @@ -9,9 +9,6 @@ declare const _default: { 
     | 
|
| 
       9 
9 
     | 
    
         
             
                    variant: {
         
     | 
| 
       10 
10 
     | 
    
         
             
                        type: import("vue").PropType<"navigation" | "default" | "content" | "delete">;
         
     | 
| 
       11 
11 
     | 
    
         
             
                    };
         
     | 
| 
       12 
     | 
    
         
            -
                    removeable: {
         
     | 
| 
       13 
     | 
    
         
            -
                        type: import("vue").PropType<boolean>;
         
     | 
| 
       14 
     | 
    
         
            -
                    };
         
     | 
| 
       15 
12 
     | 
    
         
             
                    disabled: {
         
     | 
| 
       16 
13 
     | 
    
         
             
                        type: import("vue").PropType<boolean>;
         
     | 
| 
       17 
14 
     | 
    
         
             
                    };
         
     | 
| 
         @@ -56,9 +53,6 @@ declare const _default: { 
     | 
|
| 
       56 
53 
     | 
    
         
             
                    variant: {
         
     | 
| 
       57 
54 
     | 
    
         
             
                        type: import("vue").PropType<"navigation" | "default" | "content" | "delete">;
         
     | 
| 
       58 
55 
     | 
    
         
             
                    };
         
     | 
| 
       59 
     | 
    
         
            -
                    removeable: {
         
     | 
| 
       60 
     | 
    
         
            -
                        type: import("vue").PropType<boolean>;
         
     | 
| 
       61 
     | 
    
         
            -
                    };
         
     | 
| 
       62 
56 
     | 
    
         
             
                    disabled: {
         
     | 
| 
       63 
57 
     | 
    
         
             
                        type: import("vue").PropType<boolean>;
         
     | 
| 
       64 
58 
     | 
    
         
             
                    };
         
     | 
| 
         @@ -109,9 +103,6 @@ declare const _default: { 
     | 
|
| 
       109 
103 
     | 
    
         
             
                    variant: {
         
     | 
| 
       110 
104 
     | 
    
         
             
                        type: import("vue").PropType<"navigation" | "default" | "content" | "delete">;
         
     | 
| 
       111 
105 
     | 
    
         
             
                    };
         
     | 
| 
       112 
     | 
    
         
            -
                    removeable: {
         
     | 
| 
       113 
     | 
    
         
            -
                        type: import("vue").PropType<boolean>;
         
     | 
| 
       114 
     | 
    
         
            -
                    };
         
     | 
| 
       115 
106 
     | 
    
         
             
                    disabled: {
         
     | 
| 
       116 
107 
     | 
    
         
             
                        type: import("vue").PropType<boolean>;
         
     | 
| 
       117 
108 
     | 
    
         
             
                    };
         
     | 
| 
         @@ -159,9 +150,6 @@ declare const _default: { 
     | 
|
| 
       159 
150 
     | 
    
         
             
                variant: {
         
     | 
| 
       160 
151 
     | 
    
         
             
                    type: import("vue").PropType<"navigation" | "default" | "content" | "delete">;
         
     | 
| 
       161 
152 
     | 
    
         
             
                };
         
     | 
| 
       162 
     | 
    
         
            -
                removeable: {
         
     | 
| 
       163 
     | 
    
         
            -
                    type: import("vue").PropType<boolean>;
         
     | 
| 
       164 
     | 
    
         
            -
                };
         
     | 
| 
       165 
153 
     | 
    
         
             
                disabled: {
         
     | 
| 
       166 
154 
     | 
    
         
             
                    type: import("vue").PropType<boolean>;
         
     | 
| 
       167 
155 
     | 
    
         
             
                };
         
     | 
| 
         @@ -216,7 +204,6 @@ declare const _default: { 
     | 
|
| 
       216 
204 
     | 
    
         
             
                    } & VListItemSlots;
         
     | 
| 
       217 
205 
     | 
    
         
             
                    variant?: "navigation" | "default" | "content" | "delete";
         
     | 
| 
       218 
206 
     | 
    
         
             
                    subtitle?: VNodeChild;
         
     | 
| 
       219 
     | 
    
         
            -
                    removeable?: boolean;
         
     | 
| 
       220 
207 
     | 
    
         
             
                }>, "onClick:navigate" | "onClick:delete"> & {
         
     | 
| 
       221 
208 
     | 
    
         
             
                    "onClick:navigate"?: (value: any) => any;
         
     | 
| 
       222 
209 
     | 
    
         
             
                    "onClick:delete"?: (value: any) => any;
         
     | 
| 
         @@ -513,8 +513,6 @@ import wccac6f7b1e12d4d8b8d302340d885bd48 from './ux/layoutcanvas/editor/setting 
     | 
|
| 
       513 
513 
     | 
    
         
             
            import wc2a460a78bf504a2b9d00b1f86a347d46 from './ux/layoutcanvas/editor/settings/settingstabs/TabLayoutSettings';
         
     | 
| 
       514 
514 
     | 
    
         
             
            import wc5b6b6242356046c29e05c24fb2135bf0 from './ux/layoutcanvas/editor/settings/settingstabs/TabBlockSettings';
         
     | 
| 
       515 
515 
     | 
    
         
             
            import wc0f5cb3a8175d418c8527d1852cb28782 from './ux/richtexteditor/extensions/EnterpriseGlossaryLink/components/SuggestionComponent';
         
     | 
| 
       516 
     | 
    
         
            -
            import wcdaa944a8f4784cadab3dd17136f1b892 from './ux/admin/system/submenu/auditlogs/blades/DetailsBlade';
         
     | 
| 
       517 
     | 
    
         
            -
            import wc1ee168eee56443ac97099ad694c0b021 from './ux/admin/system/submenu/auditlogs/blades/SettingsBlade';
         
     | 
| 
       518 
516 
     | 
    
         
             
            import wc1476702e8f24468d9185322be5931c54 from './ux/app/management/tabs/shared/addbutton/AddButton';
         
     | 
| 
       519 
517 
     | 
    
         
             
            import wc56efc575579e4da3bb45d3a45d8c0888 from './ux/aurora/admin/blades/blueprints/components/ComponentsJourney';
         
     | 
| 
       520 
518 
     | 
    
         
             
            import wc891de93e73cc47b0a552d24fdf34c9cf from './ux/aurora/admin/blades/blueprints/spacing/SpacingJourney';
         
     | 
| 
         @@ -2079,12 +2077,6 @@ declare global { 
     | 
|
| 
       2079 
2077 
     | 
    
         
             
                        "omfx-enterprise-glossary-link": typeof wc0f5cb3a8175d418c8527d1852cb28782 extends {
         
     | 
| 
       2080 
2078 
     | 
    
         
             
                            propsDefinition: infer TProp;
         
     | 
| 
       2081 
2079 
     | 
    
         
             
                        } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc0f5cb3a8175d418c8527d1852cb28782 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc0f5cb3a8175d418c8527d1852cb28782>, "propsDefinition">> : never;
         
     | 
| 
       2082 
     | 
    
         
            -
                        "oa-auditlog-detail": typeof wcdaa944a8f4784cadab3dd17136f1b892 extends {
         
     | 
| 
       2083 
     | 
    
         
            -
                            propsDefinition: infer TProp;
         
     | 
| 
       2084 
     | 
    
         
            -
                        } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcdaa944a8f4784cadab3dd17136f1b892 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcdaa944a8f4784cadab3dd17136f1b892>, "propsDefinition">> : never;
         
     | 
| 
       2085 
     | 
    
         
            -
                        "oa-auditlog-settings": typeof wc1ee168eee56443ac97099ad694c0b021 extends {
         
     | 
| 
       2086 
     | 
    
         
            -
                            propsDefinition: infer TProp;
         
     | 
| 
       2087 
     | 
    
         
            -
                        } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc1ee168eee56443ac97099ad694c0b021 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc1ee168eee56443ac97099ad694c0b021>, "propsDefinition">> : never;
         
     | 
| 
       2088 
2080 
     | 
    
         
             
                        "omfx-add-button": typeof wc1476702e8f24468d9185322be5931c54 extends {
         
     | 
| 
       2089 
2081 
     | 
    
         
             
                            propsDefinition: infer TProp;
         
     | 
| 
       2090 
2082 
     | 
    
         
             
                        } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc1476702e8f24468d9185322be5931c54 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc1476702e8f24468d9185322be5931c54>, "propsDefinition">> : never;
         
     | 
| 
         @@ -6062,22 +6054,6 @@ declare global { 
     | 
|
| 
       6062 
6054 
     | 
    
         
             
                            };
         
     | 
| 
       6063 
6055 
     | 
    
         
             
                        } : typeof wc9fbf91affc974ca698437e8ada43bb0c;
         
     | 
| 
       6064 
6056 
     | 
    
         
             
                    };
         
     | 
| 
       6065 
     | 
    
         
            -
                    "auditlog": {
         
     | 
| 
       6066 
     | 
    
         
            -
                        "detail": typeof wcdaa944a8f4784cadab3dd17136f1b892 extends {
         
     | 
| 
       6067 
     | 
    
         
            -
                            propsDefinition: infer TProp;
         
     | 
| 
       6068 
     | 
    
         
            -
                        } ? {
         
     | 
| 
       6069 
     | 
    
         
            -
                            new (...args: any[]): {
         
     | 
| 
       6070 
     | 
    
         
            -
                                $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
         
     | 
| 
       6071 
     | 
    
         
            -
                            };
         
     | 
| 
       6072 
     | 
    
         
            -
                        } : typeof wcdaa944a8f4784cadab3dd17136f1b892;
         
     | 
| 
       6073 
     | 
    
         
            -
                        "settings": typeof wc1ee168eee56443ac97099ad694c0b021 extends {
         
     | 
| 
       6074 
     | 
    
         
            -
                            propsDefinition: infer TProp;
         
     | 
| 
       6075 
     | 
    
         
            -
                        } ? {
         
     | 
| 
       6076 
     | 
    
         
            -
                            new (...args: any[]): {
         
     | 
| 
       6077 
     | 
    
         
            -
                                $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
         
     | 
| 
       6078 
     | 
    
         
            -
                            };
         
     | 
| 
       6079 
     | 
    
         
            -
                        } : typeof wc1ee168eee56443ac97099ad694c0b021;
         
     | 
| 
       6080 
     | 
    
         
            -
                    };
         
     | 
| 
       6081 
6057 
     | 
    
         
             
                };
         
     | 
| 
       6082 
6058 
     | 
    
         
             
                let o: {
         
     | 
| 
       6083 
6059 
     | 
    
         
             
                    "alert": typeof wc8a200f29d7484601b901dd76ca8ec771 extends {
         
     | 
    
        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.234-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. 
     | 
| 
      
 23 
     | 
    
         
            +
                "@omnia/fx-models": "8.0.234-dev",
         
     | 
| 
       24 
24 
     | 
    
         
             
                "@microsoft/signalr": "6.0.1",
         
     | 
| 
       25 
25 
     | 
    
         
             
                "broadcast-channel": "4.8.0",
         
     | 
| 
       26 
26 
     | 
    
         
             
                "dayjs": "1.11.7",
         
     |