@omnia/fx 8.0.308-dev → 8.0.310-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/manifests/omnia.fx.ux.manifest.json +1 -1
- package/internal-do-not-import-from-here/services/identities/UserService.d.ts +2 -1
- package/internal-do-not-import-from-here/stores/DefineStore.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/InternalDefineComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/HeaderPicker.d.ts +17 -337
- package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/HeaderRenderer.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/aurora/store/ComponentBlueprintStore.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/aurora/store/StateManager.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +48 -0
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeStore.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/aurora/store/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/models/ApiSpec.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/models/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/specs/TodoApiSpec.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/specs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/stores/ApiExplorerStore.d.ts +29 -3
- package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/stores/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/flow/editor/plugins/DefineEditorPlugin.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/flow/renderer/models/FlowRendererContentPlugin.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/flow/renderer/models/FlowRendererPluginHook.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/flow/renderer/plugins/DefineRendererPlugin.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +3 -464
- package/internal-do-not-import-from-here/ux/post/templates/PostTemplate.css.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyLocking.d.ts +5 -4
- package/internal-do-not-import-from-here/ux/richtexteditor/IRichTextEditor.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/EnterpriseGlossaryLinkSuggestionExtension.d.ts +6 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/components/AddSuggestion.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/components/RemoveSuggestion.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/components/SuggestionComponent.d.ts +3 -38
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/nodes/EnterpriseGlossarySuggestionNode.d.ts +20 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/nodes/EnterpriseSuggestionIgnore.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/plugins/EnterpriseGlossarySuggestion.d.ts +4 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Html/Html.d.ts +1 -29
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Html/HtmlToolbar.d.ts +2 -29
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/RemoveFormatting/RemoveFormatting.d.ts +2 -30
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/RemoveFormatting/RemoveFormattingMenu.d.ts +1 -15
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextCompletion/TextCompletionMenu.d.ts +3 -32
- package/internal-do-not-import-from-here/ux/social/PeopleTagging.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronStatePropertiesEditor.d.ts +18 -355
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +1 -2
- package/internal-do-not-import-from-here/wctypings.d.ts +18 -28
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/titlerenderer/TitleRenderer.d.ts +0 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/titlerenderer/TitleRendererSettings.d.ts +0 -9
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/StateManager.d.ts +0 -3
- /package/internal-do-not-import-from-here/ux/{UxCore.d.ts → UxBootstrapper.d.ts} +0 -0
@@ -373,6 +373,7 @@ import wcbb2e0efa0634452f94d99d1f33ae5b64 from './ux/aurora/components/fillpicke
|
|
373
373
|
import wc349a445fe7a2403b8f98fceff168f87e from './ux/aurora/components/fillpicker/FillPreview';
|
374
374
|
import wc44e2dd896269442f800da69000d4c2f1 from './ux/aurora/components/headerpicker/HeaderPicker';
|
375
375
|
import wcb059e461e6c048fe830c6d32722e5cdc from './ux/aurora/components/headerpicker/HeaderViewer';
|
376
|
+
import wcb1acedf8859a4daab8c683bd87142462 from './ux/aurora/components/headerpicker/HeaderRenderer';
|
376
377
|
import wc5542a25df57c464897a59a336eee0e56 from './ux/aurora/components/iconstylepicker/IconStylePicker';
|
377
378
|
import wcf7cc41f3ae4944e3b43c380140438973 from './ux/aurora/components/iconstylepicker/IconStyleEditor';
|
378
379
|
import wccbdf3361c16f479faff72960c18404dc from './ux/aurora/components/iconstylepicker/IconBlueprintsViewer';
|
@@ -391,6 +392,7 @@ import wc54730f05dd2c4f2da1c830b3985b36a9 from './ux/aurora/components/typograph
|
|
391
392
|
import wc99a73153b5c647da9d6de517f51e53f0 from './ux/aurora/components/typography/TypographyEditor';
|
392
393
|
import wc2f742a14a560434abb899360a69c314b from './ux/aurora/components/typography/TypographyBlueprintsViewer';
|
393
394
|
import wc6bcccc7dd1c74fe591a660641ac62cd7 from './ux/aurora/components/viewtemplatepicker/ViewTemplatePicker';
|
395
|
+
import wcd9508940e4fc434687528eb890ae70e9 from './ux/commandpalette/commands/api-explorer/components/ApiExplorer';
|
394
396
|
import wc4fc2b52f62484d5caced1c31f7ead58b from './ux/enterpriseproperties/display/datafield/DataFieldDisplay';
|
395
397
|
import wc8bb3a534205140f58cea8130e5b10715 from './ux/enterpriseproperties/display/datetimefield/DatetimeFieldDisplay';
|
396
398
|
import wc08f6ee02c5d94b648f630ec352fdd94c from './ux/enterpriseproperties/display/personfield/PersonFieldDisplay';
|
@@ -504,7 +506,6 @@ import wc682077b575c74b2086cbf438346e0ed3 from './ux/aurora/admin/blades/templat
|
|
504
506
|
import wc5e7631b4411b498eafa68ebde2136cc5 from './ux/aurora/admin/blades/themedesigner/ThemeDesigner';
|
505
507
|
import wc136c9c57149747f198180bdf38a6b297 from './ux/aurora/admin/blades/themedesigner/PreviewJourney';
|
506
508
|
import wcbed95d1ec67f4a15986fc72adebdb78f from './ux/aurora/admin/blades/themes/ThemesJourney';
|
507
|
-
import wcd9508940e4fc434687528eb890ae70e9 from './ux/commandpalette/commands/api-explorer/components/ApiExplorer';
|
508
509
|
import wcf5cf0b4975644d688124880ae533869e from './ux/layoutcanvas/editor/settings/backgroundsettings/BackgroundSettings';
|
509
510
|
import wc2e52c0d860ec498fa3abf6b76eacc45d from './ux/layoutcanvas/editor/settings/block/Header';
|
510
511
|
import wc9666ee9da0af46ac8354f0577050cb60 from './ux/layoutcanvas/editor/settings/block/Spacing';
|
@@ -528,8 +529,6 @@ import wc48ff129f9a254eec9276b47f0c0f8b3e from './ux/layoutcanvas/editor/setting
|
|
528
529
|
import wccac6f7b1e12d4d8b8d302340d885bd48 from './ux/layoutcanvas/editor/settings/section/Columns';
|
529
530
|
import wc2a460a78bf504a2b9d00b1f86a347d46 from './ux/layoutcanvas/editor/settings/settingstabs/TabLayoutSettings';
|
530
531
|
import wc5b6b6242356046c29e05c24fb2135bf0 from './ux/layoutcanvas/editor/settings/settingstabs/TabBlockSettings';
|
531
|
-
import wc1a332a3221ad4e578db3643745b0f3c7 from './ux/layoutcanvas/editor/settings/titlerenderer/TitleRendererSettings';
|
532
|
-
import wc694cc2e8dd154aee90d4d882c1903bd8 from './ux/layoutcanvas/editor/settings/titlerenderer/TitleRenderer';
|
533
532
|
import wc0f5cb3a8175d418c8527d1852cb28782 from './ux/richtexteditor/extensions/EnterpriseGlossaryLink/components/SuggestionComponent';
|
534
533
|
import wc4cd5054dab4a44dfb4f0cd4be9d1ee50 from './ux/app/apps/admin/appsettings/admin/AppSettingsJourney';
|
535
534
|
import wc1476702e8f24468d9185322be5931c54 from './ux/app/management/tabs/shared/addbutton/AddButton';
|
@@ -3061,22 +3060,6 @@ declare global {
|
|
3061
3060
|
} : typeof wc5b6b6242356046c29e05c24fb2135bf0;
|
3062
3061
|
};
|
3063
3062
|
};
|
3064
|
-
"title": {
|
3065
|
-
"settings": typeof wc1a332a3221ad4e578db3643745b0f3c7 extends {
|
3066
|
-
propsDefinition: infer TProp;
|
3067
|
-
} ? {
|
3068
|
-
new (...args: any[]): {
|
3069
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3070
|
-
};
|
3071
|
-
} : typeof wc1a332a3221ad4e578db3643745b0f3c7;
|
3072
|
-
"renderer": typeof wc694cc2e8dd154aee90d4d882c1903bd8 extends {
|
3073
|
-
propsDefinition: infer TProp;
|
3074
|
-
} ? {
|
3075
|
-
new (...args: any[]): {
|
3076
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3077
|
-
};
|
3078
|
-
} : typeof wc694cc2e8dd154aee90d4d882c1903bd8;
|
3079
|
-
};
|
3080
3063
|
};
|
3081
3064
|
"photowall": {
|
3082
3065
|
"slider": {
|
@@ -3848,6 +3831,13 @@ declare global {
|
|
3848
3831
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3849
3832
|
};
|
3850
3833
|
} : typeof wcb059e461e6c048fe830c6d32722e5cdc;
|
3834
|
+
"renderer": typeof wcb1acedf8859a4daab8c683bd87142462 extends {
|
3835
|
+
propsDefinition: infer TProp;
|
3836
|
+
} ? {
|
3837
|
+
new (...args: any[]): {
|
3838
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3839
|
+
};
|
3840
|
+
} : typeof wcb1acedf8859a4daab8c683bd87142462;
|
3851
3841
|
};
|
3852
3842
|
"spacing": {
|
3853
3843
|
"picker": typeof wc564bced7081c496483e8df717f600ff3 extends {
|
@@ -3915,6 +3905,15 @@ declare global {
|
|
3915
3905
|
} : typeof wc6bcccc7dd1c74fe591a660641ac62cd7;
|
3916
3906
|
};
|
3917
3907
|
};
|
3908
|
+
"api": {
|
3909
|
+
"explorer": typeof wcd9508940e4fc434687528eb890ae70e9 extends {
|
3910
|
+
propsDefinition: infer TProp;
|
3911
|
+
} ? {
|
3912
|
+
new (...args: any[]): {
|
3913
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3914
|
+
};
|
3915
|
+
} : typeof wcd9508940e4fc434687528eb890ae70e9;
|
3916
|
+
};
|
3918
3917
|
"enterpriseproperties": {
|
3919
3918
|
"datafield": {
|
3920
3919
|
"display": typeof wc4fc2b52f62484d5caced1c31f7ead58b extends {
|
@@ -4112,15 +4111,6 @@ declare global {
|
|
4112
4111
|
};
|
4113
4112
|
};
|
4114
4113
|
};
|
4115
|
-
"api": {
|
4116
|
-
"explorer": typeof wcd9508940e4fc434687528eb890ae70e9 extends {
|
4117
|
-
propsDefinition: infer TProp;
|
4118
|
-
} ? {
|
4119
|
-
new (...args: any[]): {
|
4120
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4121
|
-
};
|
4122
|
-
} : typeof wcd9508940e4fc434687528eb890ae70e9;
|
4123
|
-
};
|
4124
4114
|
"add": {
|
4125
4115
|
"button": typeof wc1476702e8f24468d9185322be5931c54 extends {
|
4126
4116
|
propsDefinition: infer TProp;
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@omnia/fx",
|
3
3
|
"license": "MIT",
|
4
|
-
"version": "8.0.
|
4
|
+
"version": "8.0.310-dev",
|
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": "8.0.
|
23
|
+
"@omnia/fx-models": "8.0.310-dev",
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
25
25
|
"broadcast-channel": "4.8.0",
|
26
26
|
"dayjs": "1.11.7",
|
@@ -1,9 +0,0 @@
|
|
1
|
-
import { TitleRendererValue } from "@omnia/fx-models";
|
2
|
-
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
3
|
-
"emit:update:modelValue": (value: TitleRendererValue) => void;
|
4
|
-
} & {
|
5
|
-
"v-model"?: TitleRendererValue;
|
6
|
-
} & {
|
7
|
-
modelValue?: TitleRendererValue;
|
8
|
-
}>) => any;
|
9
|
-
export default _default;
|
File without changes
|