@omnia/workplace 8.0.11-dev → 8.0.12-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/internal-do-not-import-from-here/apis/index.d.ts +0 -1
- package/internal-do-not-import-from-here/core/loc/formLocalize.d.ts +5 -1
- package/internal-do-not-import-from-here/core/messaging/TeamworkTopics.d.ts +0 -2
- package/internal-do-not-import-from-here/core/messaging/WorkplaceTopics.d.ts +2 -3
- package/internal-do-not-import-from-here/manifests/omnia.workplace.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/models/Constants.d.ts +7 -6
- package/internal-do-not-import-from-here/models/Constants.js +10 -9
- package/internal-do-not-import-from-here/models/EnterprisePropertyViewModel.js +1 -0
- package/internal-do-not-import-from-here/models/Enums.d.ts +2 -1
- package/internal-do-not-import-from-here/models/Enums.js +1 -0
- package/internal-do-not-import-from-here/models/Enums.tooling.d.ts +2 -2
- package/internal-do-not-import-from-here/models/Enums.tooling.js +34 -61
- package/internal-do-not-import-from-here/models/ManifestIds.d.ts +1 -1
- package/internal-do-not-import-from-here/models/ManifestIds.js +3 -1
- package/internal-do-not-import-from-here/models/SearchCategory.d.ts +1 -0
- package/internal-do-not-import-from-here/models/Secrets.d.ts +1 -5
- package/internal-do-not-import-from-here/models/forms/Form.d.ts +9 -5
- package/internal-do-not-import-from-here/models/forms/FormQuery.d.ts +1 -0
- package/internal-do-not-import-from-here/models/forms/components/FormRollupBlockSettings.d.ts +1 -4
- package/internal-do-not-import-from-here/models/forms/components/FormRollupConstant.d.ts +2 -0
- package/internal-do-not-import-from-here/models/forms/components/FormRollupConstant.js +2 -0
- package/internal-do-not-import-from-here/models/forms/components/index.d.ts +0 -1
- package/internal-do-not-import-from-here/models/forms/components/index.js +0 -1
- package/internal-do-not-import-from-here/models/index.d.ts +0 -1
- package/internal-do-not-import-from-here/models/index.js +0 -1
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestRollupViewRendererComponent.d.ts +5 -0
- package/internal-do-not-import-from-here/models/signoffrequest/SignOffRequestTemplate.d.ts +5 -0
- package/internal-do-not-import-from-here/models/styles/index.d.ts +0 -2
- package/internal-do-not-import-from-here/models/styles/index.js +0 -2
- package/internal-do-not-import-from-here/services/form/FormService.d.ts +2 -1
- package/internal-do-not-import-from-here/stores/AnalyticsFilterStore.d.ts +2 -0
- package/internal-do-not-import-from-here/stores/AnalyticsStore.d.ts +2 -0
- package/internal-do-not-import-from-here/stores/CurrentFormStore.d.ts +1 -0
- package/internal-do-not-import-from-here/stores/form/FormStore.d.ts +2 -1
- package/internal-do-not-import-from-here/tooling.output.json +1 -1
- package/internal-do-not-import-from-here/ux/index.d.ts +0 -1
- package/internal-do-not-import-from-here/wctypings.d.ts +191 -612
- package/package.json +1 -1
- package/task.js +1 -2
- package/internal-do-not-import-from-here/apis/ScopedPermissionApi.d.ts +0 -20
- package/internal-do-not-import-from-here/models/ScopedPermissionRegistraion.d.ts +0 -5
- package/internal-do-not-import-from-here/models/ScopedPermissionRegistraion.js +0 -2
- package/internal-do-not-import-from-here/models/forms/components/FormViewComponentSettings.d.ts +0 -11
- package/internal-do-not-import-from-here/models/forms/components/FormViewComponentSettings.js +0 -2
- package/internal-do-not-import-from-here/models/styles/LocalizationAdminStyles.d.ts +0 -15
- package/internal-do-not-import-from-here/models/styles/LocalizationAdminStyles.js +0 -4
- package/internal-do-not-import-from-here/models/styles/LocalizationInputStyles.d.ts +0 -14
- package/internal-do-not-import-from-here/models/styles/LocalizationInputStyles.js +0 -4
- package/internal-do-not-import-from-here/ux/AppRendererBootstrapper.d.ts +0 -22
package/package.json
CHANGED
package/task.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.init =
|
3
|
+
exports.init = init;
|
4
4
|
const fx_models_1 = require("@omnia/fx-models");
|
5
5
|
const tooling_vue_1 = require("@omnia/tooling-vue");
|
6
6
|
Object.defineProperty(exports, "__esModule", { value: true });
|
@@ -21,4 +21,3 @@ function init() {
|
|
21
21
|
(0, tooling_vue_1.registerOutputInfo)(fsExtra.readJSONSync(outputPath));
|
22
22
|
}
|
23
23
|
}
|
24
|
-
exports.init = init;
|
@@ -1,20 +0,0 @@
|
|
1
|
-
import { ApiPath } from "@omnia/fx/models";
|
2
|
-
import { ScopedPermissionRegistraion } from "../models";
|
3
|
-
export interface IScopedPermissionRegistrationApi {
|
4
|
-
registerTenantScoped: (...registrations: ScopedPermissionRegistraion[]) => void;
|
5
|
-
registerProfileScoped: (...registrations: ScopedPermissionRegistraion[]) => void;
|
6
|
-
getTenantScopedRegistrations: () => ScopedPermissionRegistraion[];
|
7
|
-
getProfileScopedRegistrations: () => ScopedPermissionRegistraion[];
|
8
|
-
}
|
9
|
-
declare module "../models/WorkplaceApi" {
|
10
|
-
interface IWorkplaceApi {
|
11
|
-
scopedPermission: {
|
12
|
-
registration: Promise<IScopedPermissionRegistrationApi>;
|
13
|
-
};
|
14
|
-
}
|
15
|
-
interface IWorkplaceExtendApiManifest {
|
16
|
-
scopedPermission: {
|
17
|
-
registration: ApiPath;
|
18
|
-
};
|
19
|
-
}
|
20
|
-
}
|
package/internal-do-not-import-from-here/models/forms/components/FormViewComponentSettings.d.ts
DELETED
@@ -1,11 +0,0 @@
|
|
1
|
-
import { MultilingualString, Spacing } from "@omnia/fx-models";
|
2
|
-
import { LegendAlignment, LegendPosition } from "../Form";
|
3
|
-
import { FormRollupViewComponentSettings } from "./FormRollupBlockViewSettings";
|
4
|
-
export interface FormViewComponentSettings extends FormRollupViewComponentSettings {
|
5
|
-
useDialog: boolean;
|
6
|
-
showFormTitle: boolean;
|
7
|
-
legendAlignment: LegendAlignment;
|
8
|
-
legendPosition: LegendPosition;
|
9
|
-
customShowFormButton: MultilingualString;
|
10
|
-
spacing?: Spacing;
|
11
|
-
}
|
@@ -1,15 +0,0 @@
|
|
1
|
-
import { types } from "typestyle";
|
2
|
-
import { OmniaTheming } from "@omnia/fx/ux";
|
3
|
-
export declare const LocalizationAdminStyles: {
|
4
|
-
container?: types.NestedCSSProperties;
|
5
|
-
row?: (theme: OmniaTheming) => types.NestedCSSProperties;
|
6
|
-
valueBlock?: (theme: OmniaTheming, haveChange: boolean, miss?: boolean) => types.NestedCSSProperties;
|
7
|
-
additionalLabelInfo?: types.NestedCSSProperties;
|
8
|
-
badge?: types.NestedCSSProperties;
|
9
|
-
infoIcon?: types.NestedCSSProperties;
|
10
|
-
iconBtn?: types.NestedCSSProperties;
|
11
|
-
hoverBtn?: types.NestedCSSProperties;
|
12
|
-
languageCheckBox?: types.NestedCSSProperties;
|
13
|
-
nodeHeaderTitle?: types.NestedCSSProperties;
|
14
|
-
nodeHeaderLanguage?: types.NestedCSSProperties;
|
15
|
-
};
|
@@ -1,14 +0,0 @@
|
|
1
|
-
import { types } from "typestyle";
|
2
|
-
import { OmniaTheming } from "@omnia/fx/ux";
|
3
|
-
export declare const LocalizationInputStyles: {
|
4
|
-
flag: types.NestedCSSProperties;
|
5
|
-
multilingualBodyWrapper: types.NestedCSSProperties;
|
6
|
-
listViewWrapper: types.NestedCSSProperties;
|
7
|
-
selectedFlag: (theming: OmniaTheming) => types.NestedCSSProperties;
|
8
|
-
multilingualWrapper: types.NestedCSSProperties;
|
9
|
-
listViewFlag: types.NestedCSSProperties;
|
10
|
-
label: (theming: OmniaTheming) => types.NestedCSSProperties;
|
11
|
-
disabledLabel: (theming: OmniaTheming) => types.NestedCSSProperties;
|
12
|
-
focusedLabel: (themimg: OmniaTheming) => types.NestedCSSProperties;
|
13
|
-
icon: (theming: OmniaTheming) => types.NestedCSSProperties;
|
14
|
-
};
|
@@ -1,22 +0,0 @@
|
|
1
|
-
import { SubscriptionHandler } from "@omnia/fx";
|
2
|
-
import { guid, IRouteContext } from "@omnia/fx-models";
|
3
|
-
interface BootstrapInfo {
|
4
|
-
elemToRender?: string;
|
5
|
-
urlToRedirect?: string;
|
6
|
-
}
|
7
|
-
export declare class AppRendererBootstrapper {
|
8
|
-
private appDefinitionIds;
|
9
|
-
private getBootstrapInfo;
|
10
|
-
private relevantElementsToCleanup;
|
11
|
-
private subscriptions;
|
12
|
-
private registerHandler;
|
13
|
-
private routeContext;
|
14
|
-
private currentAppInstanceId;
|
15
|
-
constructor(appDefinitionIds: guid[], getBootstrapInfo: (routeContext: IRouteContext) => BootstrapInfo, relevantElementsToCleanup: string[]);
|
16
|
-
private cleanup;
|
17
|
-
private validate;
|
18
|
-
private handleRoute;
|
19
|
-
dispose(): void;
|
20
|
-
run(): SubscriptionHandler;
|
21
|
-
}
|
22
|
-
export {};
|