@omnia/fx-models 8.0.465-dev → 8.0.467-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/Exposes.d.ts +0 -2
- package/Exposes.js +0 -2
- package/Layout.d.ts +2 -1
- package/apps/App.d.ts +2 -4
- package/internal-do-not-import-from-here/shared/aurora/stores/ColorSchemaStore.d.ts +2 -2
- package/internal-do-not-import-from-here/shared/aurora/stores/index.d.ts +1 -1
- package/internal-do-not-import-from-here/shared/models/OxideTypeDefinitions.d.ts +15 -0
- package/internal-do-not-import-from-here/shared/models/OxideTypeDefinitions.js +11 -1
- package/{componentproptypes → internal-do-not-import-from-here/shared/models/theme}/ThemeableComponents.d.ts +1 -1
- package/internal-do-not-import-from-here/shared/models/theme/index.d.ts +1 -0
- package/internal-do-not-import-from-here/shared/models/theme/index.js +1 -1
- package/links/LinkItem.d.ts +1 -1
- package/oxide/OxideTypeDefinitions.d.ts +0 -10
- package/oxide/OxideTypeDefinitions.js +2 -12
- package/package.json +1 -1
- package/{Icon.d.ts → shared-mobile/Icon.d.ts} +4 -4
- package/shared-mobile/index.d.ts +1 -1
- package/shared-mobile/index.js +1 -1
- package/shared-mobile/properties/definitions/ImagePropertyDefinition.d.ts +1 -2
- package/componentproptypes/index.d.ts +0 -1
- package/componentproptypes/index.js +0 -4
- package/shared-mobile/oxide/OSizeTypes.d.ts +0 -2
- package/shared-mobile/oxide/OSizeTypes.js +0 -4
- package/shared-mobile/oxide/index.d.ts +0 -1
- package/shared-mobile/oxide/index.js +0 -4
- /package/{componentproptypes → internal-do-not-import-from-here/shared/models/theme}/ThemeableComponents.js +0 -0
- /package/{Icon.js → shared-mobile/Icon.js} +0 -0
package/Exposes.d.ts
CHANGED
@@ -37,7 +37,6 @@ export * from "./Func";
|
|
37
37
|
export * from "./Http";
|
38
38
|
export * from "./IPropertiesApi";
|
39
39
|
export * from "./ISpecialUserConfiguration";
|
40
|
-
export * from "./Icon";
|
41
40
|
export * from "./ImageModel";
|
42
41
|
export * from "./Journey";
|
43
42
|
export * from "./Language";
|
@@ -116,7 +115,6 @@ export * from "./authentication";
|
|
116
115
|
export * from "./azure-openai";
|
117
116
|
export * from "./bulkimportusers";
|
118
117
|
export * from "./businessprofilesettings";
|
119
|
-
export * from "./componentproptypes";
|
120
118
|
export * from "./docs";
|
121
119
|
export * from "./editor-chrome";
|
122
120
|
export * from "./enterprise-glossary";
|
package/Exposes.js
CHANGED
@@ -43,7 +43,6 @@ tslib_1.__exportStar(require("./Func"), exports);
|
|
43
43
|
tslib_1.__exportStar(require("./Http"), exports);
|
44
44
|
tslib_1.__exportStar(require("./IPropertiesApi"), exports);
|
45
45
|
tslib_1.__exportStar(require("./ISpecialUserConfiguration"), exports);
|
46
|
-
tslib_1.__exportStar(require("./Icon"), exports);
|
47
46
|
tslib_1.__exportStar(require("./ImageModel"), exports);
|
48
47
|
tslib_1.__exportStar(require("./Journey"), exports);
|
49
48
|
tslib_1.__exportStar(require("./Language"), exports);
|
@@ -128,7 +127,6 @@ tslib_1.__exportStar(require("./authentication"), exports);
|
|
128
127
|
tslib_1.__exportStar(require("./azure-openai"), exports);
|
129
128
|
tslib_1.__exportStar(require("./bulkimportusers"), exports);
|
130
129
|
tslib_1.__exportStar(require("./businessprofilesettings"), exports);
|
131
|
-
tslib_1.__exportStar(require("./componentproptypes"), exports);
|
132
130
|
tslib_1.__exportStar(require("./docs"), exports);
|
133
131
|
tslib_1.__exportStar(require("./editor-chrome"), exports);
|
134
132
|
tslib_1.__exportStar(require("./enterprise-glossary"), exports);
|
package/Layout.d.ts
CHANGED
@@ -266,7 +266,8 @@ export interface HeaderItemSettings {
|
|
266
266
|
titleSettings: BlockTitleSettings;
|
267
267
|
anchorName?: string;
|
268
268
|
scrollIntoViewDisabled: boolean;
|
269
|
-
|
269
|
+
/**This section replaces the old title settings */
|
270
|
+
titleRenderer?: HeaderSettings;
|
270
271
|
}
|
271
272
|
export interface SpacingItemSettings {
|
272
273
|
padding: Spacing;
|
package/apps/App.d.ts
CHANGED
@@ -1,13 +1,11 @@
|
|
1
|
-
import {
|
1
|
+
import { MultilingualString, guid, IIcon, ThemeSelection } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
2
2
|
import { TargetingFilterProperty } from "../../sp/models";
|
3
3
|
import { ProvisioningTemplateEnterpriseProperty } from "../enterprise-properties/EnterpriseProperty";
|
4
4
|
import { AppCategories, AppInstanceScopedQueryTypes, AppInstanceStatus, AppTemplatePermissionLevel } from "../Enums";
|
5
|
-
import { LegacyIconPickerModel } from "../Icon";
|
6
|
-
import { Identity, MediaPickerImage } from "../shared-mobile";
|
7
|
-
import { MultilingualString } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
8
5
|
import { RollupFilter } from "../RollupQuery";
|
9
6
|
import { AppRoutePropertyBagModel } from "../Routing";
|
10
7
|
import { ServiceParam } from "../ServiceParam";
|
8
|
+
import { Identity, MediaPickerImage, LegacyIconPickerModel } from "../shared-mobile";
|
11
9
|
import { AppProvisioningStepInfo } from "./AppProvisioning";
|
12
10
|
export interface AppInstanceIdentities {
|
13
11
|
/**
|
@@ -17,8 +17,8 @@ export type ColorSchemaStoreType = {
|
|
17
17
|
id: guid;
|
18
18
|
}>;
|
19
19
|
actions: StoreReturnDefineAction<{
|
20
|
-
setColorSchema(colorSchemaType: ColorSchemaTypes | ColorSchemaType
|
21
|
-
setCustomColorSchema(colorSchema: ColorSchema
|
20
|
+
setColorSchema(colorSchemaType: ColorSchemaTypes | ColorSchemaType): void;
|
21
|
+
setCustomColorSchema(colorSchema: ColorSchema): void;
|
22
22
|
setColor(colorDefinition: ColorDefinition, colorType: ColorTypes): void;
|
23
23
|
setThemeStore(themeStoreInstance: ReturnType<typeof useThemeStore>): void;
|
24
24
|
}>;
|
@@ -1,7 +1,7 @@
|
|
1
1
|
export * from "./ColorManager";
|
2
2
|
export * from "./ComponentBlueprintStore";
|
3
3
|
export * from "./FontStore";
|
4
|
-
export { useColorSchemaStore, type ColorSchemaStoreType } from "./ColorSchemaStore";
|
4
|
+
export { useColorSchemaStore, type ColorSchemaStoreType, type InternalColorSchemaStoreType } from "./ColorSchemaStore";
|
5
5
|
export * from "./SpacingBlueprintStore";
|
6
6
|
export * from "./TemplateRegistrationStore";
|
7
7
|
export * from "./ThemeContextStore";
|
@@ -1,6 +1,21 @@
|
|
1
|
+
export declare const OSizeTypeDefinitions: readonly ["default", "x-small", "small", "large", "x-large"];
|
2
|
+
export type OSizeTypes = typeof OSizeTypeDefinitions[number];
|
3
|
+
/**Icon */
|
4
|
+
export declare const OIconPresetDefinitions: readonly ["add", "delete", "edit", "drag-handle", "copy", "code", "expand", "remove", "info"];
|
5
|
+
export type OIconPresets = typeof OIconPresetDefinitions[number];
|
6
|
+
export declare const OIconPresetsName = "OIconPresets";
|
7
|
+
export declare const OIconVariantDefinitions: readonly ["default", "background"];
|
8
|
+
export type OIconVariants = typeof OIconVariantDefinitions[number];
|
9
|
+
export declare const OIconVariantsName = "OIconVariants";
|
1
10
|
export declare const OIconSizeDefinitions: readonly ["x-large", "large", "default", "x-small", "small"];
|
2
11
|
export type OIconSizes = typeof OIconSizeDefinitions[number];
|
3
12
|
export declare const OIconSizesName = "OIconSizes";
|
13
|
+
export declare const OIconAnimationsDefinition: readonly ["spin", "beat", "bounce", "flip"];
|
14
|
+
export type OIconAnimations = typeof OIconAnimationsDefinition[number];
|
15
|
+
export declare const OIconAnimationsName = "OIconAnimations";
|
16
|
+
export declare const OTooltipPositionDefinitions: readonly ["top", "bottom", "left", "right"];
|
17
|
+
export type OTooltipPosition = typeof OTooltipPositionDefinitions[number];
|
18
|
+
export declare const OTooltipPositionName = "OTooltipPosition";
|
4
19
|
export declare const ODividerTypeDefinitions: readonly ["top", "bottom", "left", "right"];
|
5
20
|
export type ODividerTypes = typeof ODividerTypeDefinitions[number];
|
6
21
|
export declare const ODividerTypesName = "ODividerTypes";
|
@@ -1,8 +1,18 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.OTextAlignmentTypesName = exports.OTextAlignmentDefinitions = exports.DisplayBreakpoints = exports.ODividerTypesName = exports.ODividerTypeDefinitions = exports.OIconSizesName = exports.OIconSizeDefinitions = void 0;
|
3
|
+
exports.OTextAlignmentTypesName = exports.OTextAlignmentDefinitions = exports.DisplayBreakpoints = exports.ODividerTypesName = exports.ODividerTypeDefinitions = exports.OTooltipPositionName = exports.OTooltipPositionDefinitions = exports.OIconAnimationsName = exports.OIconAnimationsDefinition = exports.OIconSizesName = exports.OIconSizeDefinitions = exports.OIconVariantsName = exports.OIconVariantDefinitions = exports.OIconPresetsName = exports.OIconPresetDefinitions = exports.OSizeTypeDefinitions = void 0;
|
4
|
+
exports.OSizeTypeDefinitions = ["default", "x-small", "small", "large", "x-large"];
|
5
|
+
/**Icon */
|
6
|
+
exports.OIconPresetDefinitions = ["add", "delete", "edit", "drag-handle", "copy", "code", "expand", "remove", "info"];
|
7
|
+
exports.OIconPresetsName = "OIconPresets";
|
8
|
+
exports.OIconVariantDefinitions = ["default", "background"];
|
9
|
+
exports.OIconVariantsName = "OIconVariants";
|
4
10
|
exports.OIconSizeDefinitions = ["x-large", "large", "default", "x-small", "small"];
|
5
11
|
exports.OIconSizesName = "OIconSizes";
|
12
|
+
exports.OIconAnimationsDefinition = ["spin", "beat", "bounce", "flip"];
|
13
|
+
exports.OIconAnimationsName = "OIconAnimations";
|
14
|
+
exports.OTooltipPositionDefinitions = ["top", "bottom", "left", "right"];
|
15
|
+
exports.OTooltipPositionName = "OTooltipPosition";
|
6
16
|
exports.ODividerTypeDefinitions = ["top", "bottom", "left", "right"];
|
7
17
|
exports.ODividerTypesName = "ODividerTypes";
|
8
18
|
exports.DisplayBreakpoints = ["s", "m", "l"];
|
@@ -4,7 +4,7 @@ const tslib_1 = require("tslib");
|
|
4
4
|
tslib_1.__exportStar(require("./ThemeBase"), exports);
|
5
5
|
tslib_1.__exportStar(require("./ThemeDefinition"), exports);
|
6
6
|
tslib_1.__exportStar(require("./Typography"), exports);
|
7
|
-
|
7
|
+
tslib_1.__exportStar(require("./ThemeableComponents"), exports);
|
8
8
|
tslib_1.__exportStar(require("./UseThemeMethods"), exports);
|
9
9
|
tslib_1.__exportStar(require("./Spacing"), exports);
|
10
10
|
tslib_1.__exportStar(require("./SharedBlueprintMethods"), exports);
|
package/links/LinkItem.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import { guid, Id } from "@omnia/fx-models/internal-do-not-import-from-here/shared";
|
2
|
-
import { LegacyIconPickerModel } from "../Icon";
|
2
|
+
import { LegacyIconPickerModel } from "../shared-mobile/Icon";
|
3
3
|
export type LinkProviderId = Id<guid, "LinkProviderId">;
|
4
4
|
export declare function LinkProviderId(id: guid): LinkProviderId;
|
5
5
|
export interface LinkItem {
|
@@ -115,16 +115,6 @@ export declare const OPageDividerTypesName = "OPageDividerTypes";
|
|
115
115
|
export declare const OPanelTypeDefinitions: readonly ["default", "navigation", "section"];
|
116
116
|
export type OPanelTypes = typeof OPanelTypeDefinitions[number];
|
117
117
|
export declare const OPanelTypesName = "OPanelTypes";
|
118
|
-
/**Icon */
|
119
|
-
export declare const OIconPresetDefinitions: readonly ["add", "delete", "edit", "drag-handle", "copy", "code", "expand", "remove", "info"];
|
120
|
-
export type OIconPresets = typeof OIconPresetDefinitions[number];
|
121
|
-
export declare const OIconPresetsName = "OIconPresets";
|
122
|
-
export declare const OIconAnimationsDefinition: readonly ["spin", "beat", "bounce", "flip"];
|
123
|
-
export type OIconAnimations = typeof OIconAnimationsDefinition[number];
|
124
|
-
export declare const OIconAnimationsName = "OIconAnimations";
|
125
|
-
export declare const OIconVariantDefinitions: readonly ["default", "background"];
|
126
|
-
export type OIconVariants = typeof OIconVariantDefinitions[number];
|
127
|
-
export declare const OIconVariantsName = "OIconVariants";
|
128
118
|
/** Image */
|
129
119
|
export declare const ORatioTypeDefinitions: readonly ["default", "landscape"];
|
130
120
|
export type ORatioTypes = typeof ORatioTypeDefinitions[number];
|
@@ -1,8 +1,8 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.OPageDividerTypesName = exports.OPageDividerTypeDefinitions = exports.ODialogSizeDefinitions = exports.ODialogTypesName = exports.ODialogTypeDefinitions = exports.OTextareTypesName = exports.OTextAreaTypeDefinitions = exports.OFormTypeDefinitionsName = exports.OFormTypeDefinitions = exports.OTextFieldName = exports.OTextFieldTypeDefinitions = exports.OChartVariantsName = exports.OChartVariationDefinitions = exports.OColumnVariantsName = exports.OColumnVariantDefinitions = exports.OAlignmentTypesName = exports.OAlignmentTypeDefinitions = exports.OColValuesName = exports.OColValueDefinitions = exports.OButtonGroupTypesName = exports.OButtonGroupTypeDefinitions = exports.OButtonVariantsName = exports.OButtonVariantDefinitions = exports.OButtonPresetsName = exports.OButtonPresetDefinitions = exports.OAlertTypesName = exports.OAlertTypeDefinitions = exports.OAppBarTypesName = exports.OAppBarTypeDefinitions = exports.OQRCodeLevelName = exports.OQRCodeLevelDefinitions = exports.OQRCodeSizeTypesName = exports.OQRCodeSizeTypeDefinitions = exports.OProgressSizeTypesName = exports.OProgressSizeTypeDefinitions = exports.OProgressVariantsName = exports.OProgressVariantDefinitions = exports.OProgressTypesName = exports.OProgressTypeDefinitions = exports.OSliderVariantsName = exports.OSliderVariantDefinitions = exports.ODirectionTypesName = exports.ODirectionDefinitions = exports.ONotificationSizeTypeDefinitions = exports.OContentHeightDefinitions = exports.OSizeTypesName = exports.OSwitchesVariantsName = exports.OSwitchesDefinitions = exports.OSelectVariantsName = exports.OSelectDefinitions = void 0;
|
4
|
-
exports.OSwitchVariantsName = exports.OSwitchVariantDefinitions = exports.OTabVariantsName = exports.OTabVariantDefinitions = exports.OScrollOffsetTypesName = exports.OScrollOffsetTypeDefinitions = exports.OSkeletonLoaderName = exports.OSkeletonLoaderTypeDefinitions = exports.OMultiSelectionStylesName = exports.OMultiSelectionStyleDefinitions = exports.OSelectTypesName = exports.OSelectTypeDefinitions = exports.OScrollTypesName = exports.OScrollTypeDefinitions = exports.OFlexVariantsName = exports.OFlexVariantDefinitions = exports.OVerticalAlignmentsName = exports.OVerticalAlignmentDefinitions = exports.OTabAlignmentsName = exports.OTabAlignmentDefinitions = exports.OHorizontalAlignmentsName = exports.OHorizontalAlignmentDefinitions = exports.OPanelVariantsName = exports.OPanelVariantDefinitions = exports.ORowDirectionsName = exports.ORowDirectionDefinitions = exports.OPaddingTypesName = exports.OPaddingTypeDefinitions = exports.ONavigationDrawerVariantsName = exports.ONavigationDrawerVariantDefinitions = exports.ONavigationDrawerLocationsName = exports.ONavigationDrawerLocationDefinitions = exports.OMenuLocationsName = exports.OMenuLocationDefinitions = exports.OListLineTypesName = exports.OListLineTypeDefinitions = exports.OListTypesName = exports.OListTypeDefinitions = exports.OListItemVariantsName = exports.OListItemVariantDefinitions = exports.ORatioTypesName = exports.ORatioTypeDefinitions = exports.
|
5
|
-
exports.OSkeletonLoaderVariantsName = exports.OSkeletonLoaderDefinitions = exports.OStepperVariantName = exports.OStepperVariantDefinitions = exports.OMultiTextInputModesName = exports.OMultiTextInputModesDefinitions = exports.OSplitpanesVariationTypesName = exports.OSplitpanesVariationDefinitions = exports.ORatingLengthName = exports.ORatingLengthDefinition = exports.ORatingDensityTypesName = exports.ORatingDensityDefinitions = exports.OInfiniteScrollStatusDefinitions = exports.ODraggableVariantsName = exports.ODraggableVariationDefinitions =
|
4
|
+
exports.OToolbarVariantsName = exports.OToolbarVariationDefinitions = exports.OTextBoxTypesName = exports.OTextBoxTypeDefinitions = exports.OTextBoxVariantTypesName = exports.OTextBoxVariantTypeDefinitions = exports.OSwitchVariantsName = exports.OSwitchVariantDefinitions = exports.OTabVariantsName = exports.OTabVariantDefinitions = exports.OScrollOffsetTypesName = exports.OScrollOffsetTypeDefinitions = exports.OSkeletonLoaderName = exports.OSkeletonLoaderTypeDefinitions = exports.OMultiSelectionStylesName = exports.OMultiSelectionStyleDefinitions = exports.OSelectTypesName = exports.OSelectTypeDefinitions = exports.OScrollTypesName = exports.OScrollTypeDefinitions = exports.OFlexVariantsName = exports.OFlexVariantDefinitions = exports.OVerticalAlignmentsName = exports.OVerticalAlignmentDefinitions = exports.OTabAlignmentsName = exports.OTabAlignmentDefinitions = exports.OHorizontalAlignmentsName = exports.OHorizontalAlignmentDefinitions = exports.OPanelVariantsName = exports.OPanelVariantDefinitions = exports.ORowDirectionsName = exports.ORowDirectionDefinitions = exports.OPaddingTypesName = exports.OPaddingTypeDefinitions = exports.ONavigationDrawerVariantsName = exports.ONavigationDrawerVariantDefinitions = exports.ONavigationDrawerLocationsName = exports.ONavigationDrawerLocationDefinitions = exports.OMenuLocationsName = exports.OMenuLocationDefinitions = exports.OListLineTypesName = exports.OListLineTypeDefinitions = exports.OListTypesName = exports.OListTypeDefinitions = exports.OListItemVariantsName = exports.OListItemVariantDefinitions = exports.ORatioTypesName = exports.ORatioTypeDefinitions = exports.OPanelTypesName = exports.OPanelTypeDefinitions = void 0;
|
5
|
+
exports.OSkeletonLoaderVariantsName = exports.OSkeletonLoaderDefinitions = exports.OStepperVariantName = exports.OStepperVariantDefinitions = exports.OMultiTextInputModesName = exports.OMultiTextInputModesDefinitions = exports.OSplitpanesVariationTypesName = exports.OSplitpanesVariationDefinitions = exports.ORatingLengthName = exports.ORatingLengthDefinition = exports.ORatingDensityTypesName = exports.ORatingDensityDefinitions = exports.OInfiniteScrollStatusDefinitions = exports.ODraggableVariantsName = exports.ODraggableVariationDefinitions = void 0;
|
6
6
|
/** Select */
|
7
7
|
exports.OSelectDefinitions = ["dropdown", "journey", "button"];
|
8
8
|
exports.OSelectVariantsName = "OSelectVariants";
|
@@ -75,16 +75,6 @@ exports.OPageDividerTypesName = "OPageDividerTypes";
|
|
75
75
|
/** Expansion Panel */
|
76
76
|
exports.OPanelTypeDefinitions = ["default", "navigation", "section"];
|
77
77
|
exports.OPanelTypesName = "OPanelTypes";
|
78
|
-
/**Icon */
|
79
|
-
exports.OIconPresetDefinitions = ["add", "delete", "edit", "drag-handle", "copy", "code", "expand", "remove", "info"];
|
80
|
-
exports.OIconPresetsName = "OIconPresets";
|
81
|
-
exports.OIconAnimationsDefinition = ["spin", "beat", "bounce", "flip"];
|
82
|
-
exports.OIconAnimationsName = "OIconAnimations";
|
83
|
-
// export const IconWeightDefinitions = ["default", "fat"] as const;
|
84
|
-
// export type OIconWeights = typeof IconWeightDefinitions[number];
|
85
|
-
// export const OIconWeightsName = "OIconWeights";
|
86
|
-
exports.OIconVariantDefinitions = ["default", "background"];
|
87
|
-
exports.OIconVariantsName = "OIconVariants";
|
88
78
|
/** Image */
|
89
79
|
exports.ORatioTypeDefinitions = ["default", "landscape"];
|
90
80
|
exports.ORatioTypesName = "ORatioTypes";
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
|
-
import {
|
2
|
-
import { MediaPickerImage } from "
|
3
|
-
import {
|
1
|
+
import { IconTypes, IFabricIcon, IFlagIcon, IFontAwesomeIcon, IIcon, IMaterialIcon, ISvgIcon, OTooltipPosition } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
2
|
+
import { MediaPickerImage } from ".";
|
3
|
+
import { IconSources } from "../Enums";
|
4
4
|
export interface ICustomIcon extends IIcon {
|
5
5
|
customValue: string | MediaPickerImage;
|
6
6
|
}
|
@@ -49,7 +49,7 @@ export declare class FlagIcon implements IFlagIcon {
|
|
49
49
|
export interface IconTooltipOptions {
|
50
50
|
text: string;
|
51
51
|
element?: JSX.Element;
|
52
|
-
position?:
|
52
|
+
position?: OTooltipPosition;
|
53
53
|
}
|
54
54
|
export interface LegacyIconPickerModel extends IIcon {
|
55
55
|
iconSource?: IconSources;
|
package/shared-mobile/index.d.ts
CHANGED
package/shared-mobile/index.js
CHANGED
@@ -8,4 +8,4 @@ tslib_1.__exportStar(require("./ItemQuery"), exports);
|
|
8
8
|
tslib_1.__exportStar(require("./identities"), exports);
|
9
9
|
tslib_1.__exportStar(require("./NamedProperty"), exports);
|
10
10
|
tslib_1.__exportStar(require("./media-picker"), exports);
|
11
|
-
tslib_1.__exportStar(require("./
|
11
|
+
tslib_1.__exportStar(require("./Icon"), exports);
|
@@ -1,7 +1,6 @@
|
|
1
|
-
import { guid, PropertyDefinition, PropertyDisplaySettingsBase, PropertyEditorSettingsBase } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
1
|
+
import { guid, OSizeTypes, PropertyDefinition, PropertyDisplaySettingsBase, PropertyEditorSettingsBase } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
2
2
|
import { LockStatusExcludeChildren, PropertyLockStatusType } from "../PropertySettingsLock";
|
3
3
|
import { ImagePropertyValue } from "../values";
|
4
|
-
import { OSizeTypes } from "../../oxide";
|
5
4
|
export declare class ImageDisplaySettings extends PropertyDisplaySettingsBase {
|
6
5
|
locks?: PropertyLockStatusType<LockStatusExcludeChildren<Omit<ImageDisplaySettings, "locks">, "label">>;
|
7
6
|
width?: string;
|
@@ -1 +0,0 @@
|
|
1
|
-
export * from "./ThemeableComponents";
|
@@ -1 +0,0 @@
|
|
1
|
-
export * from "./OSizeTypes";
|
File without changes
|
File without changes
|