@omnia/fx-models 8.0.23-dev → 8.0.24-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/ChromeLayoutDefinition.d.ts +4 -0
- package/ChromeLayoutDefinition.js +10 -0
- package/Exposes.d.ts +1 -0
- package/Exposes.js +1 -0
- package/internal-do-not-import-from-here/shared/models/hub/ExternalIdentityId.d.ts +2 -0
- package/internal-do-not-import-from-here/shared/models/hub/ExternalIdentityId.js +2 -0
- package/internal-do-not-import-from-here/shared/models/hub/index.d.ts +2 -0
- package/internal-do-not-import-from-here/shared/models/hub/index.js +2 -0
- package/internal-do-not-import-from-here/shared/models/hub/social/HubComment.d.ts +10 -0
- package/internal-do-not-import-from-here/shared/models/hub/social/HubComment.js +2 -0
- package/internal-do-not-import-from-here/shared/models/hub/social/HubReaction.d.ts +5 -0
- package/internal-do-not-import-from-here/shared/models/hub/social/HubReaction.js +2 -0
- package/internal-do-not-import-from-here/shared/models/hub/social/index.d.ts +2 -0
- package/internal-do-not-import-from-here/shared/models/hub/social/index.js +5 -0
- package/oxide/OxideTypeDefinitions.d.ts +2 -2
- package/oxide/OxideTypeDefinitions.js +2 -2
- package/package.json +1 -1
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ChromeLayoutDefinition = void 0;
|
|
4
|
+
const versionedlayout_1 = require("./versionedlayout");
|
|
5
|
+
class ChromeLayoutDefinition extends versionedlayout_1.VersionedLayoutDefinition {
|
|
6
|
+
constructor() {
|
|
7
|
+
super("5e3d7814-07cf-4619-a4f5-d9ff4bacbdc3");
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
exports.ChromeLayoutDefinition = ChromeLayoutDefinition;
|
package/Exposes.d.ts
CHANGED
|
@@ -99,6 +99,7 @@ export * from "./FileValidationResult";
|
|
|
99
99
|
export * from "./Func";
|
|
100
100
|
export * from "./FilterpickerModel";
|
|
101
101
|
export * from "./RollupMetricSettings";
|
|
102
|
+
export * from "./ChromeLayoutDefinition";
|
|
102
103
|
export * from "./ux";
|
|
103
104
|
export * from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
|
104
105
|
export * from "./admin";
|
package/Exposes.js
CHANGED
|
@@ -105,6 +105,7 @@ tslib_1.__exportStar(require("./FileValidationResult"), exports);
|
|
|
105
105
|
tslib_1.__exportStar(require("./Func"), exports);
|
|
106
106
|
tslib_1.__exportStar(require("./FilterpickerModel"), exports);
|
|
107
107
|
tslib_1.__exportStar(require("./RollupMetricSettings"), exports);
|
|
108
|
+
tslib_1.__exportStar(require("./ChromeLayoutDefinition"), exports);
|
|
108
109
|
//************************************************************************************ */
|
|
109
110
|
// End of file exports
|
|
110
111
|
//************************************************************************************ */
|
|
@@ -2,3 +2,5 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
4
|
tslib_1.__exportStar(require("./activities"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./social"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./ExternalIdentityId"), exports);
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ExternalIdentityId } from "../ExternalIdentityId";
|
|
2
|
+
import { HubReaction } from "./HubReaction";
|
|
3
|
+
export interface HubComment {
|
|
4
|
+
createdBy: ExternalIdentityId;
|
|
5
|
+
id: number;
|
|
6
|
+
inReplyToId: number | null;
|
|
7
|
+
rendererJson: string;
|
|
8
|
+
mentions: ExternalIdentityId[];
|
|
9
|
+
reactions: HubReaction[];
|
|
10
|
+
}
|
|
@@ -135,7 +135,7 @@ export type OSkeletonLoaderTypesCombination = `${OSkeletonLoaderTypes}` | `${OSk
|
|
|
135
135
|
export declare const OScrollOffsetTypeDefinitions: readonly ["dialog", "drawer"];
|
|
136
136
|
export type OScrollOffsetTypes = "dialog" | "drawer" | string;
|
|
137
137
|
export declare const OScrollOffsetTypesName = "ScrollOffsetTypes";
|
|
138
|
-
export declare const OTabVariantDefinitions: readonly ["default", "navigation", "settings", "header"];
|
|
138
|
+
export declare const OTabVariantDefinitions: readonly ["default", "navigation", "settings", "header", "toolbar"];
|
|
139
139
|
export type OTabVariants = typeof OTabVariantDefinitions[number];
|
|
140
140
|
export declare const OTabVariantsName = "TabVariants";
|
|
141
141
|
/** Text Box */
|
|
@@ -150,7 +150,7 @@ export declare const OToolbarVariationDefinitions: readonly ["default", "blade",
|
|
|
150
150
|
export type OToolbarVariants = typeof OToolbarVariationDefinitions[number];
|
|
151
151
|
export declare const OToolbarVariantsName = "ToolbarVariants";
|
|
152
152
|
/** Draggable */
|
|
153
|
-
export declare const ODraggableVariationDefinitions: readonly ["default", "list", "data-table"];
|
|
153
|
+
export declare const ODraggableVariationDefinitions: readonly ["default", "list", "data-table", "element"];
|
|
154
154
|
export type ODraggableVariants = typeof ODraggableVariationDefinitions[number];
|
|
155
155
|
export declare const ODraggableVariantsName = "DraggableVariants";
|
|
156
156
|
/** Infinte Scroll */
|
|
@@ -102,7 +102,7 @@ exports.OSkeletonLoaderName = "SkeletonLoaderTypes";
|
|
|
102
102
|
/** Tabs */
|
|
103
103
|
exports.OScrollOffsetTypeDefinitions = ["dialog", "drawer"];
|
|
104
104
|
exports.OScrollOffsetTypesName = "ScrollOffsetTypes";
|
|
105
|
-
exports.OTabVariantDefinitions = ["default", "navigation", "settings", "header"];
|
|
105
|
+
exports.OTabVariantDefinitions = ["default", "navigation", "settings", "header", "toolbar"];
|
|
106
106
|
exports.OTabVariantsName = "TabVariants";
|
|
107
107
|
/** Text Box */
|
|
108
108
|
//export const TextBoxVariantTypeDefinitions = ["default", "filter-menu", "search", "find-slim", "numberselector", "numberselector-prepend", "link", "media"] as const;
|
|
@@ -114,7 +114,7 @@ exports.OTextBoxTypesName = "TextBoxTypes";
|
|
|
114
114
|
exports.OToolbarVariationDefinitions = ["default", "blade", "menu", "drawer"];
|
|
115
115
|
exports.OToolbarVariantsName = "ToolbarVariants";
|
|
116
116
|
/** Draggable */
|
|
117
|
-
exports.ODraggableVariationDefinitions = ["default", "list", "data-table"];
|
|
117
|
+
exports.ODraggableVariationDefinitions = ["default", "list", "data-table", "element"];
|
|
118
118
|
exports.ODraggableVariantsName = "DraggableVariants";
|
|
119
119
|
/** Infinte Scroll */
|
|
120
120
|
exports.OInfiniteScrollStatusDefinitions = ["ok", "empty", "loading", "error"];
|