@omnia/fx-models 8.0.35-dev → 8.0.36-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/Layout.d.ts CHANGED
@@ -191,6 +191,12 @@ export interface PlaceHolderLayoutRegistration {
191
191
  export interface PlaceHolderSectionSettings extends SectionSettings {
192
192
  placeHolderLayoutRegistrationId: GuidValue;
193
193
  }
194
+ export interface PlaceHolderSectionItemSettings extends SectionItemSettings {
195
+ type: SectionTypes.PlaceHolder;
196
+ size: string;
197
+ minWidth: number;
198
+ chrome: string;
199
+ }
194
200
  export interface StepperSectionSettings extends SectionSettings {
195
201
  type: SectionTypes.Stepper;
196
202
  vertical: boolean;
package/ManifestIds.d.ts CHANGED
@@ -9,6 +9,7 @@ export declare class OmniaGroupManifests {
9
9
  static get FxUxCommonOxides(): Guid;
10
10
  static get FxUxRichTextEditor(): Guid;
11
11
  static get Header(): Guid;
12
+ static get ChromeGroup(): Guid;
12
13
  static get LayoutCanvasGroup(): Guid;
13
14
  }
14
15
  export declare class OmniaResourceManifests {
@@ -17,6 +18,8 @@ export declare class OmniaResourceManifests {
17
18
  static get LayoutCanvasShared(): Guid;
18
19
  static get AwesomeProFont(): Guid;
19
20
  static get FxUxVuetifyShared(): Guid;
21
+ static get LayoutCanvasPlaceHolderApis(): Guid;
22
+ static get AppPlaceHolderApis(): Guid;
20
23
  static get FxUxVuetifyCommon(): Guid;
21
24
  static get FxUxMonacoEditor(): Guid;
22
25
  static get FxUxVueChartJS(): Guid;
@@ -215,6 +218,7 @@ export declare class OmniaWebComponentManifests {
215
218
  static get FxUxDocumenticon(): Guid;
216
219
  static get FxUxStatusMessageOverlay(): Guid;
217
220
  static get Header(): Guid;
221
+ static get Chrome(): Guid;
218
222
  static get FxUxHeading(): Guid;
219
223
  static get FxUxSelection(): Guid;
220
224
  static get FxUxInputToken(): Guid;
package/ManifestIds.js CHANGED
@@ -27,6 +27,9 @@ class OmniaGroupManifests {
27
27
  static get Header() {
28
28
  return new models_1.Guid("d74459f4-2132-43c7-9afb-bc4bfee28875");
29
29
  }
30
+ static get ChromeGroup() {
31
+ return new models_1.Guid("0038e532-6664-4e2f-b45e-2647f8938d94");
32
+ }
30
33
  static get LayoutCanvasGroup() {
31
34
  return new models_1.Guid("8c123548-9f79-4e56-8ce2-ec313778a7ba");
32
35
  }
@@ -49,6 +52,12 @@ class OmniaResourceManifests {
49
52
  static get FxUxVuetifyShared() {
50
53
  return new models_1.Guid("8769dc42-712d-4ce2-8d32-4b8604b92ae6");
51
54
  }
55
+ static get LayoutCanvasPlaceHolderApis() {
56
+ return new models_1.Guid("9f2c7a3b-c455-461a-b9e6-b05dcdf37aa1");
57
+ }
58
+ static get AppPlaceHolderApis() {
59
+ return new models_1.Guid("0d9b93aa-016b-4417-a6b7-040e36b48402");
60
+ }
52
61
  static get FxUxVuetifyCommon() {
53
62
  return new models_1.Guid("798d6494-70cc-47eb-9054-30b047beab19");
54
63
  }
@@ -656,6 +665,9 @@ class OmniaWebComponentManifests {
656
665
  static get Header() {
657
666
  return new models_1.Guid("97a0cc3e-2c06-4517-ba3c-9db6e5e04f8b");
658
667
  }
668
+ static get Chrome() {
669
+ return new models_1.Guid("057bef68-97bb-4ba4-a089-d01c2da1322e");
670
+ }
659
671
  static get FxUxHeading() {
660
672
  return new models_1.Guid("374647c7-b8c9-4936-b9f8-c8df5d62c383");
661
673
  }
@@ -80,7 +80,7 @@ export interface UserAuthenticationInformation {
80
80
  authenticationEmail: EmailPropertyValue;
81
81
  authenticationMobile: PhoneNumberPropertyValue;
82
82
  disabled?: boolean;
83
- started?: Date;
84
- ended?: Date;
83
+ validFrom?: Date;
84
+ validTo?: Date;
85
85
  }
86
86
  export {};
@@ -39,7 +39,7 @@ export declare const OButtonPresetDefinitions: readonly ["create", "remove", "de
39
39
  export type OOxideButtonPresets = typeof OButtonPresetDefinitions[number];
40
40
  export declare const OButtonPresetsName = "OOxideButtonPresets";
41
41
  export declare const OButtonVariantDefinitions: readonly ["default", "prominent", "toolbar", "opacity", "dial", "slim"];
42
- export type OuttonVariants = typeof OButtonVariantDefinitions[number];
42
+ export type OButtonVariants = typeof OButtonVariantDefinitions[number];
43
43
  export declare const OButtonVariantsName = "OButtonVariants";
44
44
  /**Button Group */
45
45
  export declare const OButtonGroupTypeDefinitions: readonly ["default", "dial", "settings"];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx-models",
3
3
  "license": "MIT",
4
- "version": "8.0.35-dev",
4
+ "version": "8.0.36-dev",
5
5
  "description": "Provide Omnia Fx Models Stuffs.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"