@omnia/workplace 8.0.20-dev → 8.0.21-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.
@@ -35,6 +35,10 @@ export declare namespace FormsLocalization {
35
35
  AddQuestion: string;
36
36
  };
37
37
  Admin: {
38
+ CreateTemplate: string;
39
+ EditTemplate: string;
40
+ CreateType: string;
41
+ EditType: string;
38
42
  CopyOf: string;
39
43
  Title: string;
40
44
  Settings: string;
@@ -1,4 +1,4 @@
1
- import { BusinessProfileProperty, guid, Identity, Layout, MediaPickerImage, MultilingualString, Spacing } from "@omnia/fx/models";
1
+ import { BusinessProfileProperty, ColorSchema, ColorSchemaType, ColorSchemaTypes, guid, Identity, Layout, MediaPickerImage, MultilingualString, Spacing } from "@omnia/fx/models";
2
2
  import { FormTemplateSettings } from "./FormTemplate";
3
3
  import { FormQueryScopes, FormRollupViewComponentSettings } from "./components";
4
4
  export interface FormActionHandlerSettings extends FormBuilderSettings {
@@ -177,13 +177,9 @@ export interface FormRendererBlockSettings extends FormViewSettings {
177
177
  }
178
178
  export type FormViewComponentSettings = FormViewSettings & FormRollupViewComponentSettings;
179
179
  export declare class FormGenericSetting extends BusinessProfileProperty {
180
- chartColor: ChartColor[];
180
+ chartColor: (ColorSchemaTypes | ColorSchemaType | ColorSchema)[];
181
181
  constructor();
182
182
  }
183
- export declare class ChartColor {
184
- color: string;
185
- textColor: string;
186
- }
187
183
  export declare enum FormDisplayStatus {
188
184
  NotOpen = 0,
189
185
  Opening = 1,
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.FormDisplayStatus = exports.ChartColor = exports.FormGenericSetting = exports.LegendPosition = exports.LegendAlignment = exports.OptionTypes = exports.QuestionTypes = exports.FormStatus = exports.FormTypes = exports.FormScopeTypes = exports.ScopeCurrentId = void 0;
3
+ exports.FormDisplayStatus = exports.FormGenericSetting = exports.LegendPosition = exports.LegendAlignment = exports.OptionTypes = exports.QuestionTypes = exports.FormStatus = exports.FormTypes = exports.FormScopeTypes = exports.ScopeCurrentId = void 0;
4
4
  const models_1 = require("@omnia/fx/models");
5
5
  const ManifestIds_1 = require("../ManifestIds");
6
6
  exports.ScopeCurrentId = (0, models_1.guid)("acb52a9b-b0c7-465a-8acc-98c4a47b464c");
@@ -51,9 +51,6 @@ class FormGenericSetting extends models_1.BusinessProfileProperty {
51
51
  }
52
52
  }
53
53
  exports.FormGenericSetting = FormGenericSetting;
54
- class ChartColor {
55
- }
56
- exports.ChartColor = ChartColor;
57
54
  var FormDisplayStatus;
58
55
  (function (FormDisplayStatus) {
59
56
  FormDisplayStatus[FormDisplayStatus["NotOpen"] = 0] = "NotOpen";