@omnia/fx-models 8.0.161-dev → 8.0.163-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.
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UserOwnerIdOmniaSearchProperty = exports.UserTypeOmniaSearchProperty = exports.SourceRelatedOmniaSearchProperty = exports.SourceRelatedOmniaSortProperty = exports.SourceRelatedOmniaRefinerProperty = exports.OmniaUserSource = void 0;
3
+ exports.UserScopeTypeOmniaSearchProperty = exports.UserScopeOmniaSearchProperty = exports.UserTypeOmniaSearchProperty = exports.SourceRelatedOmniaSearchProperty = exports.SourceRelatedOmniaSortProperty = exports.SourceRelatedOmniaRefinerProperty = exports.OmniaUserSource = void 0;
4
4
  const SearchProperty_1 = require("./SearchProperty");
5
5
  class OmniaUserSource {
6
6
  constructor() {
@@ -39,11 +39,19 @@ class UserTypeOmniaSearchProperty extends SearchProperty_1.SearchProperty {
39
39
  }
40
40
  }
41
41
  exports.UserTypeOmniaSearchProperty = UserTypeOmniaSearchProperty;
42
- class UserOwnerIdOmniaSearchProperty extends SearchProperty_1.SearchProperty {
43
- static { this.Named = "OwnerId"; }
42
+ class UserScopeOmniaSearchProperty extends SearchProperty_1.SearchProperty {
43
+ static { this.Named = "Scope"; }
44
44
  constructor(values) {
45
- super(UserOwnerIdOmniaSearchProperty.Named, values);
45
+ super(UserScopeOmniaSearchProperty.Named, values);
46
46
  this.values = values;
47
47
  }
48
48
  }
49
- exports.UserOwnerIdOmniaSearchProperty = UserOwnerIdOmniaSearchProperty;
49
+ exports.UserScopeOmniaSearchProperty = UserScopeOmniaSearchProperty;
50
+ class UserScopeTypeOmniaSearchProperty extends SearchProperty_1.SearchProperty {
51
+ static { this.Named = "ScopeType"; }
52
+ constructor(values) {
53
+ super(UserScopeTypeOmniaSearchProperty.Named, values);
54
+ this.values = values;
55
+ }
56
+ }
57
+ exports.UserScopeTypeOmniaSearchProperty = UserScopeTypeOmniaSearchProperty;
@@ -41,7 +41,7 @@ export declare const OAlertTypesName = "OAlertTypes";
41
41
  export declare const OButtonPresetDefinitions: readonly ["create", "remove", "delete", "ok", "cancel", "save", "close", "settings", "icon-add", "icon-comment", "icon-delete", "icon-edit", "icon-drag-handle", "icon-copy", "icon-code", "icon-close", "icon-back", "icon-more", "icon-navigate", "icon-preview", "icon-settings", "load-more", "retry", "remove", "approve", "copy-to-clipboard", "details", "next", "previous", "select", "view-more", "send-request"];
42
42
  export type OOxideButtonPresets = typeof OButtonPresetDefinitions[number];
43
43
  export declare const OButtonPresetsName = "OOxideButtonPresets";
44
- export declare const OButtonVariantDefinitions: readonly ["primary", "default", "toolbar", "opacity", "dial", "slim", "menu"];
44
+ export declare const OButtonVariantDefinitions: readonly ["primary", "default", "toolbar", "opacity", "dial", "slim", "menu", "overlay"];
45
45
  export type OButtonVariants = typeof OButtonVariantDefinitions[number];
46
46
  export declare const OButtonVariantsName = "OButtonVariants";
47
47
  /**Button Group */
@@ -31,7 +31,7 @@ exports.OAlertTypesName = "OAlertTypes";
31
31
  /**Button */
32
32
  exports.OButtonPresetDefinitions = ["create", "remove", "delete", "ok", "cancel", "save", "close", "settings", "icon-add", "icon-comment", "icon-delete", "icon-edit", "icon-drag-handle", "icon-copy", "icon-code", "icon-close", "icon-back", "icon-more", "icon-navigate", "icon-preview", "icon-settings", "load-more", "retry", "remove", "approve", "copy-to-clipboard", "details", "next", "previous", "select", "view-more", "send-request"];
33
33
  exports.OButtonPresetsName = "OOxideButtonPresets";
34
- exports.OButtonVariantDefinitions = ["primary", "default", "toolbar", "opacity", "dial", "slim", "menu"];
34
+ exports.OButtonVariantDefinitions = ["primary", "default", "toolbar", "opacity", "dial", "slim", "menu", "overlay"];
35
35
  exports.OButtonVariantsName = "OButtonVariants";
36
36
  /**Button Group */
37
37
  exports.OButtonGroupTypeDefinitions = ["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.161-dev",
4
+ "version": "8.0.163-dev",
5
5
  "description": "Provide Omnia Fx Models Stuffs.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"