@omnia/fx-models 8.0.210-dev → 8.0.212-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/Enums.d.ts +2 -1
- package/Enums.js +1 -0
- package/Layout.d.ts +2 -1
- package/package.json +1 -1
package/Enums.d.ts
CHANGED
package/Enums.js
CHANGED
@@ -805,6 +805,7 @@ var PersistentDiskTypes;
|
|
805
805
|
(function (PersistentDiskTypes) {
|
806
806
|
PersistentDiskTypes["Standard"] = "Standard";
|
807
807
|
PersistentDiskTypes["Premium"] = "Premium";
|
808
|
+
PersistentDiskTypes["NFS"] = "NFS";
|
808
809
|
})(PersistentDiskTypes || (exports.PersistentDiskTypes = PersistentDiskTypes = {}));
|
809
810
|
var StatusFilter;
|
810
811
|
(function (StatusFilter) {
|
package/Layout.d.ts
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
import { MultilingualString, ThemeDefinition, IIcon, Spacing, IconPickerModel, WebComponentDefinition, OmniaBlock, guid, RadialGradientShapes, BlockTitleSettings, LayoutItemActions, LayoutEditorModes, BlockRenderingModes, TabbedDisplayModes, TabbedIconPositions, LayoutDrawerTabs, ILayoutCanvasDefinitionBuilder, MediaPickerImage, IMessageBusTopicSubscription, MediaPickerStorageProviderContext, OmniaBackendRuntimes, OmniaClientRuntimes, LayoutCanvasModes, HorizontalAlignments, SpacingValue, ColorValue, VerticalAlignments, ContainerVariant, ContainerBlueprint, ColorSchemaTypes, ColorSchema, ChromeBlueprint, BlueprintVariant } from ".";
|
1
|
+
import { MultilingualString, ThemeDefinition, IIcon, Spacing, IconPickerModel, WebComponentDefinition, OmniaBlock, guid, RadialGradientShapes, BlockTitleSettings, LayoutItemActions, LayoutEditorModes, BlockRenderingModes, TabbedDisplayModes, TabbedIconPositions, LayoutDrawerTabs, ILayoutCanvasDefinitionBuilder, MediaPickerImage, IMessageBusTopicSubscription, MediaPickerStorageProviderContext, OmniaBackendRuntimes, OmniaClientRuntimes, LayoutCanvasModes, HorizontalAlignments, SpacingValue, ColorValue, VerticalAlignments, ContainerVariant, ContainerBlueprint, ColorSchemaTypes, ColorSchema, ChromeBlueprint, BlueprintVariant, TabsBlueprint } from ".";
|
2
2
|
import { MessageBusTopicMediator } from "../";
|
3
3
|
import { TargetingFilterProperty } from "../sp";
|
4
4
|
import { ShapeDividerSettings } from "./ShapeDividerSettingsModel";
|
@@ -164,6 +164,7 @@ export interface ColumnedSectionSettings extends SectionSettings {
|
|
164
164
|
export interface TabbedSectionSettings extends SectionSettings {
|
165
165
|
type: SectionTypes.Tab;
|
166
166
|
tabAlignment: HorizontalAlignments;
|
167
|
+
tabBlueprint: TabsBlueprint | BlueprintVariant;
|
167
168
|
showSlider: boolean;
|
168
169
|
bgColor: ColorValue;
|
169
170
|
tabColor: ColorValue;
|