@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 CHANGED
@@ -702,7 +702,8 @@ export declare enum CookieKeys {
702
702
  }
703
703
  export declare enum PersistentDiskTypes {
704
704
  Standard = "Standard",
705
- Premium = "Premium"
705
+ Premium = "Premium",
706
+ NFS = "NFS"
706
707
  }
707
708
  export declare enum StatusFilter {
708
709
  Success = 1,
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;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx-models",
3
3
  "license": "MIT",
4
- "version": "8.0.210-dev",
4
+ "version": "8.0.212-dev",
5
5
  "description": "Provide Omnia Fx Models Stuffs.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"