@omnia/fx 8.0.397-dev → 8.0.399-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/ux/admin/system/submenu/auditlogs/blades/ListingBlade.d.ts +7 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/fills/store/ContainerFillsEditorStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/fills/store/FillsEditorStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleViewer.d.ts +35 -5
- package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPreview.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +11 -1
- package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPreview.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/DynamicColorIndicator.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/stores/ColorPickerStore.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +87 -77
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaViewer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/store/ColorSchemaPickerStore.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerFillPicker.d.ts +15 -12
- package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/store/ContainerFillPickerStore.d.ts +12 -3
- package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPreview.d.ts +16 -32
- package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/StylePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyListingPicker.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker_old.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/settingpicker/EnterprisePropertySettingPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/journey/models/JourneySelectItem.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/journey/selection/JourneySelect.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/journey/stores/JourneySelectStore.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/sizecontainer/SizeContainer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/LayoutRenditionManager.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelection.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelector.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/multitextinput/MultiTextInput.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/selection/Selection.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/treeview/OTreeViewV3.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorSettings.d.ts +9 -294
- package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/securitytrimmer/SecurityTrimmer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPreview.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/wctypings.d.ts +20 -0
- package/package.json +2 -2
@@ -230,6 +230,7 @@ import wc1f31fc580b854d19895c1879120a9891 from './ux/docs/chrome/DocsChrome';
|
|
230
230
|
import wc710dc11b823c4a80b2a031395c206325 from './ux/editorchrome/chrome/EditorChrome';
|
231
231
|
import wc72a828731c4e4f1e9753a6a6bfb31e67 from './ux/enterpriseglossary/componentbase/EnterpriseGlossaryTermComponentBase';
|
232
232
|
import wcb94ea0908c7f461085de9d21a61e0826 from './ux/enterpriseproperties/picker/EnterprisePropertyPicker';
|
233
|
+
import wcf9e8399c0dc74b0db8e722a0bfa17e74 from './ux/enterpriseproperties/picker/EnterprisePropertyListingPicker';
|
233
234
|
import wc80899927961f45298421948c395d7f39 from './ux/enterpriseproperties/renderers/EnterprisePropertyRenderer';
|
234
235
|
import wc22666b255eb64f378edf70d5e9859216 from './ux/enterpriseproperties/renderers/EnterprisePropertyConfiguration';
|
235
236
|
import wc2bfe7d758b5b405d96018f930505c918 from './ux/enterpriseproperties/settingpicker/EnterprisePropertySettingPicker';
|
@@ -394,6 +395,7 @@ import wc7222a47525f54724a8e9f7f2cfc39354 from './ux/aurora/components/buttonsty
|
|
394
395
|
import wc81ff82944f2542b3afec55c5dba22f36 from './ux/aurora/components/chromepicker/ChromePicker';
|
395
396
|
import wc638cfe124ab24d0ebd0711c0bd844af6 from './ux/aurora/components/colorpickerV2/ColorPicker';
|
396
397
|
import wcc09455784a27401697cfa621eefeb52f from './ux/aurora/components/colorpickerV2/ColorPreview';
|
398
|
+
import wc711431cdf6db4e59b24da83e9017939c from './ux/aurora/components/colorpickerV2/DynamicColorIndicator';
|
397
399
|
import wc1266389c28034034921b897f788f302d from './ux/aurora/components/colorschemapicker/ColorSchemaPicker';
|
398
400
|
import wc9ed2b61fad8a43f384efef4a5dcbd184 from './ux/aurora/components/colorschemapicker/ColorSchemaDefinitionPicker';
|
399
401
|
import wc3779d0b63f54436eb25942b0c2487a2c from './ux/aurora/components/colorschemapicker/ColorSchemaViewer';
|
@@ -1011,6 +1013,15 @@ declare global {
|
|
1011
1013
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
1012
1014
|
};
|
1013
1015
|
} : typeof wc60feadd89e4d4c2eb095cee9f104ee96;
|
1016
|
+
"color": {
|
1017
|
+
"indicator": typeof wc711431cdf6db4e59b24da83e9017939c extends {
|
1018
|
+
propsDefinition: infer TProp;
|
1019
|
+
} ? {
|
1020
|
+
new (...args: any[]): {
|
1021
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
1022
|
+
};
|
1023
|
+
} : typeof wc711431cdf6db4e59b24da83e9017939c;
|
1024
|
+
};
|
1014
1025
|
};
|
1015
1026
|
"enterpriseglossary": {
|
1016
1027
|
"picker": typeof wc41a6d1b1b02e4b368aac19ded6b391a1 extends {
|
@@ -3052,6 +3063,15 @@ declare global {
|
|
3052
3063
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3053
3064
|
};
|
3054
3065
|
} : typeof wcb94ea0908c7f461085de9d21a61e0826;
|
3066
|
+
"list": {
|
3067
|
+
"picker": typeof wcf9e8399c0dc74b0db8e722a0bfa17e74 extends {
|
3068
|
+
propsDefinition: infer TProp;
|
3069
|
+
} ? {
|
3070
|
+
new (...args: any[]): {
|
3071
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3072
|
+
};
|
3073
|
+
} : typeof wcf9e8399c0dc74b0db8e722a0bfa17e74;
|
3074
|
+
};
|
3055
3075
|
"setting": {
|
3056
3076
|
"picker": typeof wc2bfe7d758b5b405d96018f930505c918 extends {
|
3057
3077
|
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.399-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": "Omnia Digital Workplace AB",
|
22
22
|
"dependencies": {
|
23
|
-
"@omnia/fx-models": "8.0.
|
23
|
+
"@omnia/fx-models": "8.0.399-dev",
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
25
25
|
"broadcast-channel": "4.8.0",
|
26
26
|
"dayjs": "1.11.7",
|