@omnia/fx 8.0.112-dev → 8.0.113-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/shared/models/theming/ChromeDefinition.d.ts +2 -11
- package/internal-do-not-import-from-here/shared/models/theming/ComponentDefinitions.d.ts +3 -7
- package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +16 -3
- package/internal-do-not-import-from-here/ux/Styles.stylex.d.ts +21 -0
- package/internal-do-not-import-from-here/ux/borderpicker/BorderPicker.css.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/borderpicker/BorderPicker.d.ts +161 -0
- package/internal-do-not-import-from-here/ux/borderpicker/BorderPreview.d.ts +69 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/components/docs/Properties.d.ts +50 -15
- package/internal-do-not-import-from-here/ux/docs/omfx/components/docs/VModel.d.ts +58 -345
- package/internal-do-not-import-from-here/ux/docs/omfx/directives/docs/UseClickInSide.d.ts +50 -15
- package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyConfiguration.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/{backgroundpicker/BackgroundPicker.css.d.ts → fillpicker/FillPicker.css.d.ts} +2 -1
- package/internal-do-not-import-from-here/ux/{backgroundpicker/BackgroundPicker.d.ts → fillpicker/FillPicker.d.ts} +44 -23
- package/internal-do-not-import-from-here/ux/{backgroundpicker/BackgroundPreview.d.ts → fillpicker/FillPreview.d.ts} +16 -16
- package/internal-do-not-import-from-here/ux/fillpicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/fillpicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ColorSettings.d.ts +23 -23
- package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.d.ts +18 -10
- package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.css.d.ts +10 -2
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +53 -11
- package/internal-do-not-import-from-here/ux/oxide/treeview/docs/index.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageEditor.css.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/DefinitionsChrome.d.ts +10 -82
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseStyling.d.ts +586 -19
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Blueprints.d.ts +20 -15
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Chrome.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Colors.d.ts +21 -0
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Spacing.d.ts +7 -0
- package/internal-do-not-import-from-here/wctypings.d.ts +36 -12
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/oxide/treeview/docs/ExampleComponentsMenu.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/oxide/treeview/docs/SampleComponentMenu.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/oxide/treeview/docs/SampleVariants.d.ts +0 -16
- /package/internal-do-not-import-from-here/ux/{backgroundpicker/docs/BackgroundPickerExample.d.ts → borderpicker/docs/BorderPickerExample.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/{backgroundpicker → borderpicker}/docs/ExampleComponents.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{backgroundpicker → borderpicker}/docs/index.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{oxide/treeview/docs/SampleButtons.d.ts → fillpicker/docs/FillPickerExample.d.ts} +0 -0
@@ -1,27 +1,32 @@
|
|
1
|
-
import {
|
1
|
+
import { FillDefinition, BorderStylingDefinition, ButtonBlueprint, SpacingBlueprintTypes, SpacingSettings, SpacingType, BackgroundDefinition } from "@omnia/fx-models";
|
2
|
+
import { NestedCSSProperties } from "typestyle/lib/types";
|
2
3
|
import { useColorSchemaStore, useComponentBlueprintStore, useSpacingBlueprintStore } from "../../store";
|
3
4
|
export declare const BlueprintStyles: {
|
4
5
|
getBlueprintSpacingValue: typeof getBlueprintSpacingValue;
|
5
6
|
getBlueprintSpacingStyling: typeof getBlueprintSpacingStyling;
|
6
7
|
getButtonBlueprintStyling: typeof getButtonBlueprintStyling;
|
7
8
|
getIconBlueprintStyling: typeof getIconBlueprintStyling;
|
8
|
-
|
9
|
+
getBlueprintFillStyling: typeof getBlueprintFillStyling;
|
10
|
+
getBlueprintBorderStyling: typeof getBlueprintBorderStyling;
|
11
|
+
getBlueprintBorderObject: typeof getBlueprintBorderObject;
|
9
12
|
getBlueprintSpacingStylingx: typeof getBlueprintSpacingStylingx;
|
13
|
+
getBlueprintBackgroundStyling: typeof getBlueprintBackgroundStyling;
|
14
|
+
getBlueprintBackgroundObject: typeof getBlueprintBackgroundObject;
|
10
15
|
};
|
11
|
-
|
12
|
-
|
16
|
+
/**Border styling */
|
17
|
+
declare function getBlueprintBorderObject(definition: BorderStylingDefinition, gradientFill?: string, colors?: ReturnType<typeof useColorSchemaStore>): NestedCSSProperties;
|
18
|
+
declare function getBlueprintBorderStyling(definition: BorderStylingDefinition, gradientFill?: string, colors?: ReturnType<typeof useColorSchemaStore>): string;
|
19
|
+
declare function getBlueprintBackgroundStyling(definition: BackgroundDefinition, gradientFill?: string, colors?: ReturnType<typeof useColorSchemaStore>): string;
|
20
|
+
declare function getBlueprintBackgroundObject(definition: BackgroundDefinition, gradientFill?: string, colors?: ReturnType<typeof useColorSchemaStore>): NestedCSSProperties;
|
21
|
+
declare function getBlueprintFillStyling(definition: FillDefinition, colors?: ReturnType<typeof useColorSchemaStore>): string;
|
22
|
+
/**Spacing styling */
|
13
23
|
declare function getBlueprintSpacingValue(value: any, type: SpacingBlueprintTypes, blueprint?: ReturnType<typeof useSpacingBlueprintStore>): number;
|
14
|
-
declare function getBlueprintSpacingStylingx(value: SpacingSettings | SpacingType, type: SpacingBlueprintTypes, spacingType?: "margin" | "padding", blueprint?: ReturnType<typeof useSpacingBlueprintStore>):
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
}
|
20
|
-
marginTop: import("@stylexjs/stylex/lib/StyleXTypes").StyleXClassNameFor<"marginTop", string>;
|
21
|
-
marginRight: import("@stylexjs/stylex/lib/StyleXTypes").StyleXClassNameFor<"marginRight", string>;
|
22
|
-
marginBottom: import("@stylexjs/stylex/lib/StyleXTypes").StyleXClassNameFor<"marginBottom", string>;
|
23
|
-
marginLeft: import("@stylexjs/stylex/lib/StyleXTypes").StyleXClassNameFor<"marginLeft", string>;
|
24
|
-
}>, typeof import("@stylexjs/stylex/lib/StyleXTypes").StyleXInlineStylesTag];
|
24
|
+
declare function getBlueprintSpacingStylingx(value: SpacingSettings | SpacingType, type: SpacingBlueprintTypes, spacingType?: "margin" | "padding", blueprint?: ReturnType<typeof useSpacingBlueprintStore>): Readonly<{
|
25
|
+
className?: string;
|
26
|
+
style?: Readonly<{
|
27
|
+
[$$Key$$: string]: string | number;
|
28
|
+
}>;
|
29
|
+
}>;
|
25
30
|
declare function getBlueprintSpacingStyling(value: SpacingSettings | SpacingType, type: SpacingBlueprintTypes, spacingType?: "margin" | "padding", blueprint?: ReturnType<typeof useSpacingBlueprintStore>): string;
|
26
31
|
declare function getButtonBlueprintStyling(bluePrint: ButtonBlueprint, colors: ReturnType<typeof useColorSchemaStore>): string;
|
27
32
|
declare function getIconBlueprintStyling(bluePrint?: ReturnType<typeof useComponentBlueprintStore>): string;
|
@@ -2,6 +2,18 @@ import { ChromeDefinition, SpacingDefinition } from "@omnia/fx-models";
|
|
2
2
|
import { useColorSchemaStore } from "../../store";
|
3
3
|
export declare const ChromeStyles: {
|
4
4
|
getChromeStyling: typeof getChromeStyling;
|
5
|
+
getChromeStylingx: typeof getChromeStylingx;
|
6
|
+
};
|
7
|
+
declare function getChromeStylingx(blueprint: ChromeDefinition, colors: ReturnType<typeof useColorSchemaStore>, spacingDefinition: SpacingDefinition): Readonly<{
|
8
|
+
className?: string;
|
9
|
+
style?: Readonly<{
|
10
|
+
[$$Key$$: string]: string | number;
|
11
|
+
}>;
|
12
|
+
}> | {
|
13
|
+
style: Readonly<{
|
14
|
+
[$$Key$$: string]: string | number;
|
15
|
+
}>;
|
16
|
+
classname: string;
|
5
17
|
};
|
6
18
|
declare function getChromeStyling(blueprint: ChromeDefinition, colors: ReturnType<typeof useColorSchemaStore>, spacingDefinition: SpacingDefinition): any[];
|
7
19
|
export {};
|
@@ -4,9 +4,30 @@ export declare const ColorStyling: {
|
|
4
4
|
backgroundOpacity: typeof backgroundOpacity;
|
5
5
|
backgroundOpacityOnColor: typeof backgroundOpacityOnColor;
|
6
6
|
getColorStyling: typeof getColorStyling;
|
7
|
+
getColorStylingx: typeof getColorStylingx;
|
7
8
|
};
|
8
9
|
declare function dividingOpacity(dark: boolean): "rgba(255,255,255,0.15)" | "rgba(0,0,0,0.15)";
|
9
10
|
declare function backgroundOpacity(dark: boolean, opacity?: Number): string;
|
10
11
|
declare function backgroundOpacityOnColor(color: string, dark: boolean, opacity?: Number): any;
|
12
|
+
declare function getColorStylingx(color: string, opacity?: number): {
|
13
|
+
all: Readonly<{
|
14
|
+
className?: string;
|
15
|
+
style?: Readonly<{
|
16
|
+
[$$Key$$: string]: string | number;
|
17
|
+
}>;
|
18
|
+
}>;
|
19
|
+
background: Readonly<{
|
20
|
+
className?: string;
|
21
|
+
style?: Readonly<{
|
22
|
+
[$$Key$$: string]: string | number;
|
23
|
+
}>;
|
24
|
+
}>;
|
25
|
+
color: Readonly<{
|
26
|
+
className?: string;
|
27
|
+
style?: Readonly<{
|
28
|
+
[$$Key$$: string]: string | number;
|
29
|
+
}>;
|
30
|
+
}>;
|
31
|
+
};
|
11
32
|
declare function getColorStyling(color: string, opacity?: number): ColorStyles;
|
12
33
|
export {};
|
@@ -1,7 +1,14 @@
|
|
1
1
|
import { Spacing } from "@omnia/fx-models";
|
2
2
|
export declare const SpacingStyling: {
|
3
3
|
createSpacing: typeof createSpacing;
|
4
|
+
createSpacingx: typeof createSpacingx;
|
4
5
|
};
|
5
6
|
type SpacingTypes = "padding" | "margin";
|
7
|
+
declare function createSpacingx(spacing: Spacing, type: SpacingTypes): Readonly<{
|
8
|
+
className?: string;
|
9
|
+
style?: Readonly<{
|
10
|
+
[$$Key$$: string]: string | number;
|
11
|
+
}>;
|
12
|
+
}>;
|
6
13
|
declare function createSpacing(spacing: Spacing, type: SpacingTypes): string;
|
7
14
|
export {};
|
@@ -3,8 +3,8 @@ import wcf3d75940db51447dbf6719251f5465b0 from './console/components/Console';
|
|
3
3
|
import wce6b88bd8d41949c8af6fed268ae64430 from './console/components/SocketComponent';
|
4
4
|
import wc8e3534c9960c46b090f442e563d71265 from './ux/alignmentpicker/AlignmentPicker';
|
5
5
|
import wce4889269c6ad440da65f3acdf5bb6152 from './ux/authsetup/AuthSetup';
|
6
|
-
import
|
7
|
-
import
|
6
|
+
import wc78fbae25bf1f421bb9c5dc31ba835bd3 from './ux/borderpicker/BorderPicker';
|
7
|
+
import wc8391c3abe04c43b78b32edde15337988 from './ux/borderpicker/BorderPreview';
|
8
8
|
import wc057bef6897bb4ba4a089d01c2da1322e from './ux/chrome/ChromeRenderer';
|
9
9
|
import wc638cfe124ab24d0ebd0711c0bd844af6 from './ux/colorpickerV2/ColorPicker';
|
10
10
|
import wc1266389c28034034921b897f788f302d from './ux/colorschemapicker/ColorSchemaPicker';
|
@@ -21,6 +21,8 @@ import wc3ff00f2d8a4c48a4ae0cff23fc0127ac from './ux/dialog/Dialog';
|
|
21
21
|
import wcfd300449c17f44fd80d83e709a10bf63 from './ux/features/FeaturesJourney';
|
22
22
|
import wc629ff3fc45f84df382ddb6282d968547 from './ux/features/FeaturesJourneyTenant';
|
23
23
|
import wc1fab0218538f431c91ece4e10cbd468c from './ux/fileuploader/FileUploader';
|
24
|
+
import wcbb2e0efa0634452f94d99d1f33ae5b64 from './ux/fillpicker/FillPicker';
|
25
|
+
import wc349a445fe7a2403b8f98fceff168f87e from './ux/fillpicker/FillPreview';
|
24
26
|
import wca91d4cd2b5744de3a672110cb1cdf7ba from './ux/filterengine/FilterEngineSettings';
|
25
27
|
import wc34e1cea969d744f1bbec4770b51d49f5 from './ux/filterengine/FilterEngineRenderer';
|
26
28
|
import wc43fc70078d114ec3a70ebbd767ef4f95 from './ux/filterengine/components/renderer/person/PersonPropertyRenderer';
|
@@ -80,7 +82,7 @@ import wc6d1d84cb210643c59ca8437fc36c75a1 from './ux/profilecard/ProfileCardRend
|
|
80
82
|
import wc091ee9b103234b26a5e2bd5f992b2582 from './ux/properties/property-picker/PropertyPicker';
|
81
83
|
import wcf36a8a2b1c70423ebc4647aaddab8f4f from './ux/properties/property-renderer/PropertyBindingValueRenderer';
|
82
84
|
import wc48e897be803c4b5cb1db09dbadd04fe5 from './ux/properties/property-renderer/PropertyValueRenderer';
|
83
|
-
import wce012f61b652b4ab8b7e9d436ef772f54 from './ux/properties/property-configuration/
|
85
|
+
import wce012f61b652b4ab8b7e9d436ef772f54 from './ux/properties/property-configuration/PropertyConfiguration';
|
84
86
|
import wc54caefeaae1d4da7b236a3ff268b31c3 from './ux/properties/property-configuration/LabelOptionsRenderer';
|
85
87
|
import wc14f41bfbe00d46658959d3b2ebb7da69 from './ux/properties/property-configuration/PropertyLocking';
|
86
88
|
import wcb174dcf2716344b0bb02c981ae68dd73 from './ux/properties/property-picker/PropertyInput';
|
@@ -405,12 +407,12 @@ declare global {
|
|
405
407
|
"omfx-authsetup": typeof wce4889269c6ad440da65f3acdf5bb6152 extends {
|
406
408
|
propsDefinition: infer TProp;
|
407
409
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wce4889269c6ad440da65f3acdf5bb6152 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wce4889269c6ad440da65f3acdf5bb6152>, "propsDefinition">> : never;
|
408
|
-
"omfx-
|
410
|
+
"omfx-border-picker": typeof wc78fbae25bf1f421bb9c5dc31ba835bd3 extends {
|
409
411
|
propsDefinition: infer TProp;
|
410
|
-
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof
|
411
|
-
"omfx-
|
412
|
+
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc78fbae25bf1f421bb9c5dc31ba835bd3 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc78fbae25bf1f421bb9c5dc31ba835bd3>, "propsDefinition">> : never;
|
413
|
+
"omfx-border-preview": typeof wc8391c3abe04c43b78b32edde15337988 extends {
|
412
414
|
propsDefinition: infer TProp;
|
413
|
-
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof
|
415
|
+
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc8391c3abe04c43b78b32edde15337988 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc8391c3abe04c43b78b32edde15337988>, "propsDefinition">> : never;
|
414
416
|
"omfx-chrome-renderer": typeof wc057bef6897bb4ba4a089d01c2da1322e extends {
|
415
417
|
propsDefinition: infer TProp;
|
416
418
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc057bef6897bb4ba4a089d01c2da1322e extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc057bef6897bb4ba4a089d01c2da1322e>, "propsDefinition">> : never;
|
@@ -459,6 +461,12 @@ declare global {
|
|
459
461
|
"omfx-file-uploader": typeof wc1fab0218538f431c91ece4e10cbd468c extends {
|
460
462
|
propsDefinition: infer TProp;
|
461
463
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc1fab0218538f431c91ece4e10cbd468c extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc1fab0218538f431c91ece4e10cbd468c>, "propsDefinition">> : never;
|
464
|
+
"omfx-fill-picker": typeof wcbb2e0efa0634452f94d99d1f33ae5b64 extends {
|
465
|
+
propsDefinition: infer TProp;
|
466
|
+
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcbb2e0efa0634452f94d99d1f33ae5b64 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcbb2e0efa0634452f94d99d1f33ae5b64>, "propsDefinition">> : never;
|
467
|
+
"omfx-fill-preview": typeof wc349a445fe7a2403b8f98fceff168f87e extends {
|
468
|
+
propsDefinition: infer TProp;
|
469
|
+
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc349a445fe7a2403b8f98fceff168f87e extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc349a445fe7a2403b8f98fceff168f87e>, "propsDefinition">> : never;
|
462
470
|
"omfx-filterengine-settings": typeof wca91d4cd2b5744de3a672110cb1cdf7ba extends {
|
463
471
|
propsDefinition: infer TProp;
|
464
472
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wca91d4cd2b5744de3a672110cb1cdf7ba extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wca91d4cd2b5744de3a672110cb1cdf7ba>, "propsDefinition">> : never;
|
@@ -1664,21 +1672,21 @@ declare global {
|
|
1664
1672
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
1665
1673
|
};
|
1666
1674
|
} : typeof wce4889269c6ad440da65f3acdf5bb6152;
|
1667
|
-
"
|
1668
|
-
"picker": typeof
|
1675
|
+
"border": {
|
1676
|
+
"picker": typeof wc78fbae25bf1f421bb9c5dc31ba835bd3 extends {
|
1669
1677
|
propsDefinition: infer TProp;
|
1670
1678
|
} ? {
|
1671
1679
|
new (...args: any[]): {
|
1672
1680
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
1673
1681
|
};
|
1674
|
-
} : typeof
|
1675
|
-
"preview": typeof
|
1682
|
+
} : typeof wc78fbae25bf1f421bb9c5dc31ba835bd3;
|
1683
|
+
"preview": typeof wc8391c3abe04c43b78b32edde15337988 extends {
|
1676
1684
|
propsDefinition: infer TProp;
|
1677
1685
|
} ? {
|
1678
1686
|
new (...args: any[]): {
|
1679
1687
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
1680
1688
|
};
|
1681
|
-
} : typeof
|
1689
|
+
} : typeof wc8391c3abe04c43b78b32edde15337988;
|
1682
1690
|
};
|
1683
1691
|
"chrome": {
|
1684
1692
|
"renderer": typeof wc057bef6897bb4ba4a089d01c2da1322e extends {
|
@@ -1866,6 +1874,22 @@ declare global {
|
|
1866
1874
|
};
|
1867
1875
|
} : typeof wc1fab0218538f431c91ece4e10cbd468c;
|
1868
1876
|
};
|
1877
|
+
"fill": {
|
1878
|
+
"picker": typeof wcbb2e0efa0634452f94d99d1f33ae5b64 extends {
|
1879
|
+
propsDefinition: infer TProp;
|
1880
|
+
} ? {
|
1881
|
+
new (...args: any[]): {
|
1882
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
1883
|
+
};
|
1884
|
+
} : typeof wcbb2e0efa0634452f94d99d1f33ae5b64;
|
1885
|
+
"preview": typeof wc349a445fe7a2403b8f98fceff168f87e extends {
|
1886
|
+
propsDefinition: infer TProp;
|
1887
|
+
} ? {
|
1888
|
+
new (...args: any[]): {
|
1889
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
1890
|
+
};
|
1891
|
+
} : typeof wc349a445fe7a2403b8f98fceff168f87e;
|
1892
|
+
};
|
1869
1893
|
"filterengine": {
|
1870
1894
|
"settings": typeof wca91d4cd2b5744de3a672110cb1cdf7ba extends {
|
1871
1895
|
propsDefinition: infer TProp;
|
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.113-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.113-dev",
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
25
25
|
"broadcast-channel": "4.8.0",
|
26
26
|
"dayjs": "1.10.7",
|
@@ -1 +0,0 @@
|
|
1
|
-
export declare const ExampleComponentsMenu: import("@omnia/fx/ux").DocumentationSpec;
|
@@ -1,16 +0,0 @@
|
|
1
|
-
declare const _default: {
|
2
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
|
3
|
-
P: {};
|
4
|
-
B: {};
|
5
|
-
D: {};
|
6
|
-
C: {};
|
7
|
-
M: {};
|
8
|
-
Defaults: {};
|
9
|
-
}, Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, {}>;
|
10
|
-
__isFragment?: never;
|
11
|
-
__isTeleport?: never;
|
12
|
-
__isSuspense?: never;
|
13
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
14
|
-
propsDefinition: Omit<Readonly<{} & {}>, never>;
|
15
|
-
};
|
16
|
-
export default _default;
|
@@ -1,16 +0,0 @@
|
|
1
|
-
declare const _default: {
|
2
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
|
3
|
-
P: {};
|
4
|
-
B: {};
|
5
|
-
D: {};
|
6
|
-
C: {};
|
7
|
-
M: {};
|
8
|
-
Defaults: {};
|
9
|
-
}, Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, {}>;
|
10
|
-
__isFragment?: never;
|
11
|
-
__isTeleport?: never;
|
12
|
-
__isSuspense?: never;
|
13
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
14
|
-
propsDefinition: Omit<Readonly<{} & {}>, never>;
|
15
|
-
};
|
16
|
-
export default _default;
|
File without changes
|
File without changes
|
/package/internal-do-not-import-from-here/ux/{backgroundpicker → borderpicker}/docs/index.d.ts
RENAMED
File without changes
|