@omnia/fx 7.8.4-preview → 7.8.5-preview

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.
@@ -0,0 +1,11 @@
1
+ export interface OmniaWPStandaloneContainer {
2
+ manifestid: string;
3
+ webpartid: string;
4
+ displaymode: any;
5
+ }
6
+ declare const _default: (import("vue").VueConstructor<import("vue-tsx-support")._TsxComponentInstanceV3<import("vue/types/umd"), {}, import("vue-tsx-support").PropsForOutside<OmniaWPStandaloneContainer, never>, any, any, any>> & {
7
+ propsDefinition: import("vue-tsx-support").PropsForOutside<OmniaWPStandaloneContainer, never>;
8
+ }) | (import("vue").VueConstructor<import("vue-tsx-support")._TsxComponentInstanceV3<import("vue/types/umd") & import("vue").ShallowUnwrapRef<any>, {}, import("vue-tsx-support").PropsForOutside<OmniaWPStandaloneContainer, never>, any, any, any>> & {
9
+ propsDefinition: import("vue-tsx-support").PropsForOutside<OmniaWPStandaloneContainer, never>;
10
+ });
11
+ export default _default;
@@ -0,0 +1,7 @@
1
+ import { GuidValue } from "@omnia/fx-models";
2
+ export type OmniaWPContainerSettingsModel = {
3
+ componentManifestId: GuidValue;
4
+ settingsComponentManifestId?: GuidValue;
5
+ componentTag?: string;
6
+ componentSettings?: object;
7
+ };
@@ -2,3 +2,4 @@ export * from "./ClientManifests";
2
2
  export * from "./Context";
3
3
  export * from "./WebpartSelectorStyles";
4
4
  export * from "./Boot";
5
+ export * from "./SettingsModel";
@@ -0,0 +1,27 @@
1
+ import { AnalyticsSettings, EventAction } from "../../models/analytics";
2
+ declare const _default: (import("vue").VueConstructor<import("vue-tsx-support")._TsxComponentInstanceV3<import("vue/types/umd"), {}, import("vue-tsx-support").PropsForOutside<{
3
+ analyticsSettings: AnalyticsSettings;
4
+ eventActions: EventAction[];
5
+ isEditMode: boolean;
6
+ analyticsSettingsChanged: () => void;
7
+ }, "analyticsSettings" | "eventActions">, any, any, any>> & {
8
+ propsDefinition: import("vue-tsx-support").PropsForOutside<{
9
+ analyticsSettings: AnalyticsSettings;
10
+ eventActions: EventAction[];
11
+ isEditMode: boolean;
12
+ analyticsSettingsChanged: () => void;
13
+ }, "analyticsSettings" | "eventActions">;
14
+ }) | (import("vue").VueConstructor<import("vue-tsx-support")._TsxComponentInstanceV3<import("vue/types/umd") & import("vue").ShallowUnwrapRef<() => VueTsxSupport.JSX.Element>, {}, import("vue-tsx-support").PropsForOutside<{
15
+ analyticsSettings: AnalyticsSettings;
16
+ eventActions: EventAction[];
17
+ isEditMode: boolean;
18
+ analyticsSettingsChanged: () => void;
19
+ }, "analyticsSettings" | "eventActions">, any, any, any>> & {
20
+ propsDefinition: import("vue-tsx-support").PropsForOutside<{
21
+ analyticsSettings: AnalyticsSettings;
22
+ eventActions: EventAction[];
23
+ isEditMode: boolean;
24
+ analyticsSettingsChanged: () => void;
25
+ }, "analyticsSettings" | "eventActions">;
26
+ });
27
+ export default _default;
@@ -0,0 +1,12 @@
1
+ export declare module AnalyticsSettingsLocalization {
2
+ const namespace = "Omnia.AnalyticsSettings";
3
+ interface locInterface {
4
+ Analytics: {
5
+ Title: string;
6
+ EnableEventTracking: string;
7
+ EventCategory: string;
8
+ EventActions: string;
9
+ EventName: string;
10
+ };
11
+ }
12
+ }
@@ -9,6 +9,8 @@ import wcb1fca92af8524970b426823cf7ef65b5 from '../../fx-sp/internal-do-not-impo
9
9
  import wc7332138e1e7845d1a5e62597a27e44a4 from '../../fx-sp/internal-do-not-import-from-here/ux/properties/term-set/TermSetDisplay';
10
10
  import wc83dee8a1eea84537ad9544e8b9fc4cb1 from '../../fx-sp/internal-do-not-import-from-here/ux/properties/term-set/TermSetEditor';
11
11
  import wca9cc1e1ff5894f4db7005bc49c6c47c5 from '../../fx-sp/internal-do-not-import-from-here/ux/properties/term-set/TermSetConfiguration';
12
+ import wc4d6cad2f0eb948e1aaefae35edab238c from './spfx/components/OmniaWPStandaloneContainer';
13
+ import wc4d83f393bd894ea0b1c3eb4ebce3ad19 from './ux/analyticssettings/AnalyticsSettings';
12
14
  import wca8f8d41d8ceb43e0b16398c209fd6b32 from './ux/app/appinstance/renderer/AppInstanceRollup';
13
15
  import wc99576cfe75504d4babc4575e968f3f9c from './ux/app/appinstance/renderer/AppInstanceRollupRenderer';
14
16
  import wcfb44f129de804adbb2f134176c1c17a5 from './ux/app/appinstance/renderer/metric/MetricDetailsDialogRenderer';
@@ -179,6 +181,8 @@ declare global {
179
181
  "omfx-properties-term-set-display": base.CombinedTsxComponentAttrs<typeof wc7332138e1e7845d1a5e62597a27e44a4.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
180
182
  "omfx-properties-term-set-editor": base.CombinedTsxComponentAttrs<typeof wc83dee8a1eea84537ad9544e8b9fc4cb1.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
181
183
  "omfx-properties-term-set-configuration": base.CombinedTsxComponentAttrs<typeof wca9cc1e1ff5894f4db7005bc49c6c47c5.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
184
+ "omnia-fx-spfx-wp-standalone": base.CombinedTsxComponentAttrs<typeof wc4d6cad2f0eb948e1aaefae35edab238c.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
185
+ "omfx-analytics-settings": base.CombinedTsxComponentAttrs<typeof wc4d83f393bd894ea0b1c3eb4ebce3ad19.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
182
186
  "omfx-app-instance-rollup": base.CombinedTsxComponentAttrs<typeof wca8f8d41d8ceb43e0b16398c209fd6b32.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
183
187
  "omfx-app-instance-rollup-renderer": base.CombinedTsxComponentAttrs<typeof wc99576cfe75504d4babc4575e968f3f9c.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
184
188
  "omfx-app-instance-rollup-metric-detail": base.CombinedTsxComponentAttrs<typeof wcfb44f129de804adbb2f134176c1c17a5.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx",
3
3
  "license": "MIT",
4
- "version": "7.8.4-preview",
4
+ "version": "7.8.5-preview",
5
5
  "description": "Provide Omnia Fx typings and tooling for clientside Omnia development.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1",
@@ -20,7 +20,7 @@
20
20
  ],
21
21
  "author": "Precio Fishbone",
22
22
  "dependencies": {
23
- "@omnia/fx-models": "7.8.4-preview",
23
+ "@omnia/fx-models": "7.8.5-preview",
24
24
  "@microsoft/signalr": "6.0.1",
25
25
  "broadcast-channel": "4.8.0",
26
26
  "dayjs": "1.10.7",