@omnia/fx 8.0.307-dev → 8.0.309-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.
Files changed (77) hide show
  1. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
  2. package/internal-do-not-import-from-here/services/identities/UserService.d.ts +2 -1
  3. package/internal-do-not-import-from-here/stores/ClipboardStore.d.ts +1 -1
  4. package/internal-do-not-import-from-here/ux/InternalDefineComponent.d.ts +1 -0
  5. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +12 -4
  6. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/HeaderEditorStore.d.ts +11 -2
  7. package/internal-do-not-import-from-here/ux/aurora/admin/blades/templates/store/TemplateEditorStore.d.ts +1 -8
  8. package/internal-do-not-import-from-here/ux/aurora/admin/blades/themes/models/Theme.d.ts +1 -1
  9. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleViewer.d.ts +1 -1
  10. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPreview.d.ts +1 -1
  11. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +1 -1
  12. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +77 -77
  13. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaViewer.d.ts +1 -1
  14. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPreview.d.ts +1 -1
  15. package/internal-do-not-import-from-here/ux/aurora/components/{chrome_2beRemoved/ChromePicker.css.d.ts → headerpicker/HeaderPicker.css.d.ts} +1 -1
  16. package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/HeaderPicker.d.ts +18 -0
  17. package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/HeaderRenderer.d.ts +9 -0
  18. package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/HeaderViewer.d.ts +18 -0
  19. package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/StylePicker.d.ts +10 -10
  20. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemePicker.d.ts +2 -0
  21. package/internal-do-not-import-from-here/ux/aurora/designkits/shared/BlueprintsTemplates.d.ts +1 -23
  22. package/internal-do-not-import-from-here/ux/aurora/store/ComponentBlueprintStore.d.ts +5 -5
  23. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +4 -4
  24. package/internal-do-not-import-from-here/ux/aurora/store/StateManager.d.ts +4 -0
  25. package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +48 -48
  26. package/internal-do-not-import-from-here/ux/aurora/store/ThemeStore.d.ts +4 -4
  27. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +4 -4
  28. package/internal-do-not-import-from-here/ux/aurora/store/index.d.ts +1 -0
  29. package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +2 -5
  30. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Chrome.d.ts +0 -9
  31. package/internal-do-not-import-from-here/ux/aurora/styling/styles/index.d.ts +0 -1
  32. package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +4 -4
  33. package/internal-do-not-import-from-here/ux/flow/editor/plugins/DefineEditorPlugin.d.ts +1 -1
  34. package/internal-do-not-import-from-here/ux/flow/renderer/models/FlowRendererContentPlugin.d.ts +2 -0
  35. package/internal-do-not-import-from-here/ux/flow/renderer/models/FlowRendererPluginHook.d.ts +6 -0
  36. package/internal-do-not-import-from-here/ux/flow/renderer/plugins/DefineRendererPlugin.d.ts +1 -1
  37. package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +1 -1
  38. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +1 -1
  39. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +1 -1
  40. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +1 -1
  41. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layoutclipboard/LayoutClipboard.d.ts +1 -15
  42. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/sizecontainer/SizeContainer.d.ts +1 -1
  43. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +1 -1
  44. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelection.d.ts +1 -1
  45. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelector.d.ts +1 -1
  46. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +1 -1
  47. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.d.ts +1 -1
  48. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +1 -1
  49. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +1 -1
  50. package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +1 -1
  51. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +1 -1
  52. package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +1 -1
  53. package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +1 -1
  54. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +46 -326
  55. package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyLocking.d.ts +5 -4
  56. package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +1 -1
  57. package/internal-do-not-import-from-here/ux/securitytrimmer/SecurityTrimmer.d.ts +1 -1
  58. package/internal-do-not-import-from-here/ux/use/UseDraggable.d.ts +1 -1
  59. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +1 -1
  60. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPreview.d.ts +1 -1
  61. package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronStatePropertiesEditor.d.ts +21 -0
  62. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +1 -1
  63. package/internal-do-not-import-from-here/wctypings.d.ts +38 -52
  64. package/package.json +3 -3
  65. package/internal-do-not-import-from-here/ux/aurora/admin/blades/templates/blades/ChromeTemplates.d.ts +0 -22
  66. package/internal-do-not-import-from-here/ux/aurora/components/chrome_2beRemoved/ChromeBlueprintsViewer.d.ts +0 -16
  67. package/internal-do-not-import-from-here/ux/aurora/components/chrome_2beRemoved/ChromeEditor.d.ts +0 -353
  68. package/internal-do-not-import-from-here/ux/aurora/components/chrome_2beRemoved/ChromePicker.d.ts +0 -338
  69. package/internal-do-not-import-from-here/ux/aurora/components/chrome_2beRemoved/ChromeViewer.d.ts +0 -97
  70. package/internal-do-not-import-from-here/ux/aurora/designkits/core/DefinitionsChrome.d.ts +0 -96
  71. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/titlerenderer/TitleRenderer.d.ts +0 -5
  72. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/titlerenderer/TitleRendererSettings.d.ts +0 -9
  73. /package/internal-do-not-import-from-here/ux/{UxCore.d.ts → UxBootstrapper.d.ts} +0 -0
  74. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{templates/blades/ChromeTemplateEdit.d.ts → blueprints/components/blades/HeaderBladeEdit.d.ts} +0 -0
  75. /package/internal-do-not-import-from-here/ux/{aurora/components/chrome_2beRemoved/docs/SampleComponent.d.ts → oxide/breadcrumbs/docs/BreadcrumbsExample.d.ts} +0 -0
  76. /package/internal-do-not-import-from-here/ux/{aurora/components/chrome_2beRemoved → oxide/breadcrumbs}/docs/ExampleComponents.d.ts +0 -0
  77. /package/internal-do-not-import-from-here/ux/{aurora/components/chrome_2beRemoved → oxide/breadcrumbs}/docs/index.d.ts +0 -0
@@ -457,7 +457,7 @@ declare const _default: {
457
457
  container?: boolean;
458
458
  title?: string;
459
459
  variant?: Variant;
460
- colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
460
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | import("@omnia/fx-models").ColorSchemaTypes;
461
461
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
462
462
  "v-slots"?: {
463
463
  default?: import("../../../DefineVueTypings").Slot;
@@ -370,7 +370,7 @@ declare const _default: {
370
370
  }>;
371
371
  };
372
372
  container?: boolean;
373
- colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
373
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | import("@omnia/fx-models").ColorSchemaTypes;
374
374
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
375
375
  "v-model"?: VelcronDefinitionRegistration<object>;
376
376
  modelValue?: VelcronDefinitionRegistration<object>;
@@ -0,0 +1,21 @@
1
+ import { DefineEmit } from "@omnia/fx/ux";
2
+ import { VelcronAppDefinition } from "@omnia/fx-models";
3
+ import { EditorLocation, VelcronEditor } from "../../core";
4
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
5
+ "emit:update:modelValue": (value: object) => void;
6
+ } & {
7
+ "v-model"?: object;
8
+ } & {
9
+ modelValue?: object;
10
+ } & {
11
+ definition?: VelcronAppDefinition<object>;
12
+ } & {
13
+ propertyEditors?: VelcronEditor<any>[];
14
+ } & {
15
+ hidePropertyMapped?: boolean;
16
+ } & {
17
+ location?: EditorLocation;
18
+ } & {
19
+ previewColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
20
+ } & DefineEmit<"value:enter", (propertyEditorMapping: VelcronEditor, value: any) => true> & DefineEmit<"value:leave", (propertyEditorMapping: VelcronEditor, value: any) => true>>) => any;
21
+ export default _default;
@@ -135,7 +135,7 @@ declare const _default: {
135
135
  } & {
136
136
  container?: boolean;
137
137
  active?: boolean;
138
- colorSchemaType?: "background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
138
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes;
139
139
  themeDefinition?: ResolvedThemeDefinition;
140
140
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
141
141
  context?: VelcronRenderContext;
@@ -361,10 +361,6 @@ import wc8391c3abe04c43b78b32edde15337988 from './ux/aurora/components/borderpic
361
361
  import wcdb6d37c1525f463aa5b4a89a4ddfe05c from './ux/aurora/components/buttonstyle/ButtonStylePicker';
362
362
  import wc28aca89920b749c894138e728231ffc4 from './ux/aurora/components/buttonstyle/ButtonStyleEditor';
363
363
  import wc7222a47525f54724a8e9f7f2cfc39354 from './ux/aurora/components/buttonstyle/ButtonBlueprintsViewer';
364
- import wc44e2dd896269442f800da69000d4c2f1 from './ux/aurora/components/chrome_2beRemoved/ChromePicker';
365
- import wcb059e461e6c048fe830c6d32722e5cdc from './ux/aurora/components/chrome_2beRemoved/ChromeViewer';
366
- import wc4d52057f17b94cfeb504176f24ac5ab5 from './ux/aurora/components/chrome_2beRemoved/ChromeEditor';
367
- import wce0656baa027f49c495e4e00310a78760 from './ux/aurora/components/chrome_2beRemoved/ChromeBlueprintsViewer';
368
364
  import wc638cfe124ab24d0ebd0711c0bd844af6 from './ux/aurora/components/colorpickerV2/ColorPicker';
369
365
  import wc1266389c28034034921b897f788f302d from './ux/aurora/components/colorschemapicker/ColorSchemaPicker';
370
366
  import wc9ed2b61fad8a43f384efef4a5dcbd184 from './ux/aurora/components/colorschemapicker/ColorSchemaDefinitionPicker';
@@ -375,6 +371,9 @@ import wcf0987a01b8d2487f8d6678d41fc26f7f from './ux/aurora/components/container
375
371
  import wc5eca85f245ca4f3cbf5e81ba8741f3c6 from './ux/aurora/components/containerFillpicker/ContainerBlueprintsViewer';
376
372
  import wcbb2e0efa0634452f94d99d1f33ae5b64 from './ux/aurora/components/fillpicker/FillPicker';
377
373
  import wc349a445fe7a2403b8f98fceff168f87e from './ux/aurora/components/fillpicker/FillPreview';
374
+ import wc44e2dd896269442f800da69000d4c2f1 from './ux/aurora/components/headerpicker/HeaderPicker';
375
+ import wcb059e461e6c048fe830c6d32722e5cdc from './ux/aurora/components/headerpicker/HeaderViewer';
376
+ import wcb1acedf8859a4daab8c683bd87142462 from './ux/aurora/components/headerpicker/HeaderRenderer';
378
377
  import wc5542a25df57c464897a59a336eee0e56 from './ux/aurora/components/iconstylepicker/IconStylePicker';
379
378
  import wcf7cc41f3ae4944e3b43c380140438973 from './ux/aurora/components/iconstylepicker/IconStyleEditor';
380
379
  import wccbdf3361c16f479faff72960c18404dc from './ux/aurora/components/iconstylepicker/IconBlueprintsViewer';
@@ -475,6 +474,7 @@ import wc80bd5b0978ea40439001d3d409236382 from './ux/velcron/blocks/velcron/Velc
475
474
  import wce8526e8ed3f74e848e0dd747fd4d376d from './ux/velcron/blocks/velcron/VelcronBlockSettings';
476
475
  import wcb197c5e805cc4d6bb3d012e258560b31 from './ux/velcron/components/definitionpicker/VelcronDefinitionPicker';
477
476
  import wcdabd67ab338243858fe7d1ca24399995 from './ux/velcron/components/propertieseditor/VelcronPropertiesEditor';
477
+ import wc4683b11ac40a45aa8c2be12812ab1f1c from './ux/velcron/components/propertieseditor/VelcronStatePropertiesEditor';
478
478
  import wc5688474abe554cabb34c696620eb6be1 from './ux/velcron/renderer/editors/PropertyEditorCreator';
479
479
  import wc9c02218206624a9dbc979d23148f5d83 from '../../fx-sp/internal-do-not-import-from-here/ux/enterpriseproperties/display/taxonomyfield/TaxonomyFieldDisplay';
480
480
  import wceda3a2e37278443899fcdc1e9dd694f4 from '../../fx-sp/internal-do-not-import-from-here/ux/enterpriseproperties/settings/taxonomyfield/TaxonomyFieldSettings';
@@ -529,8 +529,6 @@ import wc48ff129f9a254eec9276b47f0c0f8b3e from './ux/layoutcanvas/editor/setting
529
529
  import wccac6f7b1e12d4d8b8d302340d885bd48 from './ux/layoutcanvas/editor/settings/section/Columns';
530
530
  import wc2a460a78bf504a2b9d00b1f86a347d46 from './ux/layoutcanvas/editor/settings/settingstabs/TabLayoutSettings';
531
531
  import wc5b6b6242356046c29e05c24fb2135bf0 from './ux/layoutcanvas/editor/settings/settingstabs/TabBlockSettings';
532
- import wc1a332a3221ad4e578db3643745b0f3c7 from './ux/layoutcanvas/editor/settings/titlerenderer/TitleRendererSettings';
533
- import wc694cc2e8dd154aee90d4d882c1903bd8 from './ux/layoutcanvas/editor/settings/titlerenderer/TitleRenderer';
534
532
  import wc0f5cb3a8175d418c8527d1852cb28782 from './ux/richtexteditor/extensions/EnterpriseGlossaryLink/components/SuggestionComponent';
535
533
  import wc4cd5054dab4a44dfb4f0cd4be9d1ee50 from './ux/app/apps/admin/appsettings/admin/AppSettingsJourney';
536
534
  import wc1476702e8f24468d9185322be5931c54 from './ux/app/management/tabs/shared/addbutton/AddButton';
@@ -809,36 +807,6 @@ declare global {
809
807
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
810
808
  };
811
809
  } : typeof wc057bef6897bb4ba4a089d01c2da1322e;
812
- "picker": typeof wc44e2dd896269442f800da69000d4c2f1 extends {
813
- propsDefinition: infer TProp;
814
- } ? {
815
- new (...args: any[]): {
816
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
817
- };
818
- } : typeof wc44e2dd896269442f800da69000d4c2f1;
819
- "viewer": typeof wcb059e461e6c048fe830c6d32722e5cdc extends {
820
- propsDefinition: infer TProp;
821
- } ? {
822
- new (...args: any[]): {
823
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
824
- };
825
- } : typeof wcb059e461e6c048fe830c6d32722e5cdc;
826
- "editor": typeof wc4d52057f17b94cfeb504176f24ac5ab5 extends {
827
- propsDefinition: infer TProp;
828
- } ? {
829
- new (...args: any[]): {
830
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
831
- };
832
- } : typeof wc4d52057f17b94cfeb504176f24ac5ab5;
833
- "blueprints": {
834
- "viewer": typeof wce0656baa027f49c495e4e00310a78760 extends {
835
- propsDefinition: infer TProp;
836
- } ? {
837
- new (...args: any[]): {
838
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
839
- };
840
- } : typeof wce0656baa027f49c495e4e00310a78760;
841
- };
842
810
  };
843
811
  "command": {
844
812
  "palette": typeof wc5dfa7b609aed43ffab03dad33c65b2da extends {
@@ -3092,22 +3060,6 @@ declare global {
3092
3060
  } : typeof wc5b6b6242356046c29e05c24fb2135bf0;
3093
3061
  };
3094
3062
  };
3095
- "title": {
3096
- "settings": typeof wc1a332a3221ad4e578db3643745b0f3c7 extends {
3097
- propsDefinition: infer TProp;
3098
- } ? {
3099
- new (...args: any[]): {
3100
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
3101
- };
3102
- } : typeof wc1a332a3221ad4e578db3643745b0f3c7;
3103
- "renderer": typeof wc694cc2e8dd154aee90d4d882c1903bd8 extends {
3104
- propsDefinition: infer TProp;
3105
- } ? {
3106
- new (...args: any[]): {
3107
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
3108
- };
3109
- } : typeof wc694cc2e8dd154aee90d4d882c1903bd8;
3110
- };
3111
3063
  };
3112
3064
  "photowall": {
3113
3065
  "slider": {
@@ -3292,6 +3244,17 @@ declare global {
3292
3244
  };
3293
3245
  } : typeof wcdabd67ab338243858fe7d1ca24399995;
3294
3246
  };
3247
+ "state": {
3248
+ "properties": {
3249
+ "editor": typeof wc4683b11ac40a45aa8c2be12812ab1f1c extends {
3250
+ propsDefinition: infer TProp;
3251
+ } ? {
3252
+ new (...args: any[]): {
3253
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
3254
+ };
3255
+ } : typeof wc4683b11ac40a45aa8c2be12812ab1f1c;
3256
+ };
3257
+ };
3295
3258
  "property": {
3296
3259
  "editor": {
3297
3260
  "creator": typeof wc5688474abe554cabb34c696620eb6be1 extends {
@@ -3853,6 +3816,29 @@ declare global {
3853
3816
  };
3854
3817
  } : typeof wc349a445fe7a2403b8f98fceff168f87e;
3855
3818
  };
3819
+ "header": {
3820
+ "picker": typeof wc44e2dd896269442f800da69000d4c2f1 extends {
3821
+ propsDefinition: infer TProp;
3822
+ } ? {
3823
+ new (...args: any[]): {
3824
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
3825
+ };
3826
+ } : typeof wc44e2dd896269442f800da69000d4c2f1;
3827
+ "viewer": typeof wcb059e461e6c048fe830c6d32722e5cdc extends {
3828
+ propsDefinition: infer TProp;
3829
+ } ? {
3830
+ new (...args: any[]): {
3831
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
3832
+ };
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;
3841
+ };
3856
3842
  "spacing": {
3857
3843
  "picker": typeof wc564bced7081c496483e8df717f600ff3 extends {
3858
3844
  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.307-dev",
4
+ "version": "8.0.309-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,13 +20,13 @@
20
20
  ],
21
21
  "author": "Precio Fishbone",
22
22
  "dependencies": {
23
- "@omnia/fx-models": "8.0.307-dev",
23
+ "@omnia/fx-models": "8.0.309-dev",
24
24
  "@microsoft/signalr": "6.0.1",
25
25
  "broadcast-channel": "4.8.0",
26
26
  "dayjs": "1.11.7",
27
27
  "splitpanes": "3.1.5",
28
28
  "vue": "3.5.12",
29
- "vuetify": "3.7.2",
29
+ "vuetify": "3.7.3",
30
30
  "tslib": "2.6.2",
31
31
  "typescript": "5.6.2",
32
32
  "@tiptap/vue-3": "2.1.13",
@@ -1,22 +0,0 @@
1
- import { DynamicState } from "@omnia/fx-models";
2
- export interface ContentBlockVelcronState extends DynamicState {
3
- content: {
4
- [id: string]: unknown;
5
- };
6
- }
7
- declare const _default: {
8
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
9
- P: {};
10
- B: {};
11
- D: {};
12
- C: {};
13
- M: {};
14
- Defaults: {};
15
- }, Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, {}>;
16
- __isFragment?: never;
17
- __isTeleport?: never;
18
- __isSuspense?: never;
19
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
20
- propsDefinition: Omit<Readonly<{} & {}>, never>;
21
- };
22
- export default _default;
@@ -1,16 +0,0 @@
1
- import { BlueprintVariant, ChromeBlueprints, ThemeContextType } from "@omnia/fx-models";
2
- import { DefineEmit } from "@omnia/fx/ux";
3
- declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
4
- "emit:update:modelValue": (value: ChromeBlueprints) => void;
5
- } & {
6
- "v-model"?: ChromeBlueprints;
7
- } & {
8
- modelValue?: ChromeBlueprints;
9
- } & {
10
- toned?: boolean;
11
- } & {
12
- themeType?: ThemeContextType;
13
- } & {
14
- defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
15
- } & DefineEmit<"click:select", (variant: BlueprintVariant) => true>>) => any;
16
- export default _default;
@@ -1,353 +0,0 @@
1
- import { ChromeBlueprint, ThemeContextType } from "@omnia/fx-models";
2
- import { VNodeChild } from "vue";
3
- type EditorVariant = "default" | "dialog";
4
- declare const _default: {
5
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
6
- "v-slots": import("vue").Prop<{
7
- default?: import("../../../DefineVueTypings").Slot;
8
- } & {
9
- activator?: () => VNodeChild;
10
- }>;
11
- themeType: {
12
- type: import("vue").PropType<ThemeContextType>;
13
- };
14
- preview: {
15
- type: import("vue").PropType<boolean>;
16
- };
17
- variant: {
18
- type: import("vue").PropType<EditorVariant>;
19
- };
20
- "onUpdate:modelValue": {
21
- type: import("vue").PropType<(value: ChromeBlueprint) => any | void>;
22
- };
23
- "v-model": {
24
- type: import("vue").PropType<ChromeBlueprint>;
25
- required: false;
26
- };
27
- modelValue: {
28
- type: import("vue").PropType<ChromeBlueprint>;
29
- required: false;
30
- };
31
- name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
32
- type: import("vue").PropType<(value: ChromeBlueprint) => any | void>;
33
- }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
34
- type: import("vue").PropType<ChromeBlueprint>;
35
- required: false;
36
- }; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
37
- type: import("vue").PropType<ChromeBlueprint>;
38
- required: false;
39
- }; } & {
40
- require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, ChromeBlueprint, {
41
- "onUpdate:modelValue": {
42
- type: import("vue").PropType<(value: ChromeBlueprint) => any | void>;
43
- };
44
- } & {
45
- "v-model": {
46
- type: import("vue").PropType<ChromeBlueprint>;
47
- required: false;
48
- };
49
- } & {
50
- modelValue: {
51
- type: import("vue").PropType<ChromeBlueprint>;
52
- required: false;
53
- };
54
- }>;
55
- defaultValue(value?: ChromeBlueprint): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, ChromeBlueprint, {
56
- "onUpdate:modelValue": {
57
- type: import("vue").PropType<(value: ChromeBlueprint) => any | void>;
58
- };
59
- } & {
60
- "v-model": {
61
- type: import("vue").PropType<ChromeBlueprint>;
62
- required: false;
63
- };
64
- } & {
65
- modelValue: {
66
- type: import("vue").PropType<ChromeBlueprint>;
67
- required: false;
68
- };
69
- }, false>;
70
- doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, ChromeBlueprint, {
71
- "onUpdate:modelValue": {
72
- type: import("vue").PropType<(value: ChromeBlueprint) => any | void>;
73
- };
74
- } & {
75
- "v-model": {
76
- type: import("vue").PropType<ChromeBlueprint>;
77
- required: false;
78
- };
79
- } & {
80
- modelValue: {
81
- type: import("vue").PropType<ChromeBlueprint>;
82
- required: false;
83
- };
84
- }>;
85
- };
86
- }>> & {
87
- "onClick:confirm"?: (model: ChromeBlueprint) => any;
88
- "onInit:actionButtons"?: (value: () => VNodeChild) => any;
89
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
90
- "click:confirm": (model: ChromeBlueprint) => true;
91
- "init:actionButtons": (value: () => VNodeChild) => true;
92
- }, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
93
- P: {};
94
- B: {};
95
- D: {};
96
- C: {};
97
- M: {};
98
- Defaults: {};
99
- }, Readonly<import("vue").ExtractPropTypes<{
100
- "v-slots": import("vue").Prop<{
101
- default?: import("../../../DefineVueTypings").Slot;
102
- } & {
103
- activator?: () => VNodeChild;
104
- }>;
105
- themeType: {
106
- type: import("vue").PropType<ThemeContextType>;
107
- };
108
- preview: {
109
- type: import("vue").PropType<boolean>;
110
- };
111
- variant: {
112
- type: import("vue").PropType<EditorVariant>;
113
- };
114
- "onUpdate:modelValue": {
115
- type: import("vue").PropType<(value: ChromeBlueprint) => any | void>;
116
- };
117
- "v-model": {
118
- type: import("vue").PropType<ChromeBlueprint>;
119
- required: false;
120
- };
121
- modelValue: {
122
- type: import("vue").PropType<ChromeBlueprint>;
123
- required: false;
124
- };
125
- name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
126
- type: import("vue").PropType<(value: ChromeBlueprint) => any | void>;
127
- }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
128
- type: import("vue").PropType<ChromeBlueprint>;
129
- required: false;
130
- }; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
131
- type: import("vue").PropType<ChromeBlueprint>;
132
- required: false;
133
- }; } & {
134
- require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, ChromeBlueprint, {
135
- "onUpdate:modelValue": {
136
- type: import("vue").PropType<(value: ChromeBlueprint) => any | void>;
137
- };
138
- } & {
139
- "v-model": {
140
- type: import("vue").PropType<ChromeBlueprint>;
141
- required: false;
142
- };
143
- } & {
144
- modelValue: {
145
- type: import("vue").PropType<ChromeBlueprint>;
146
- required: false;
147
- };
148
- }>;
149
- defaultValue(value?: ChromeBlueprint): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, ChromeBlueprint, {
150
- "onUpdate:modelValue": {
151
- type: import("vue").PropType<(value: ChromeBlueprint) => any | void>;
152
- };
153
- } & {
154
- "v-model": {
155
- type: import("vue").PropType<ChromeBlueprint>;
156
- required: false;
157
- };
158
- } & {
159
- modelValue: {
160
- type: import("vue").PropType<ChromeBlueprint>;
161
- required: false;
162
- };
163
- }, false>;
164
- doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, ChromeBlueprint, {
165
- "onUpdate:modelValue": {
166
- type: import("vue").PropType<(value: ChromeBlueprint) => any | void>;
167
- };
168
- } & {
169
- "v-model": {
170
- type: import("vue").PropType<ChromeBlueprint>;
171
- required: false;
172
- };
173
- } & {
174
- modelValue: {
175
- type: import("vue").PropType<ChromeBlueprint>;
176
- required: false;
177
- };
178
- }>;
179
- };
180
- }>> & {
181
- "onClick:confirm"?: (model: ChromeBlueprint) => any;
182
- "onInit:actionButtons"?: (value: () => VNodeChild) => any;
183
- }, () => JSX.Element, {}, {}, {}, {}>;
184
- __isFragment?: never;
185
- __isTeleport?: never;
186
- __isSuspense?: never;
187
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
188
- "v-slots": import("vue").Prop<{
189
- default?: import("../../../DefineVueTypings").Slot;
190
- } & {
191
- activator?: () => VNodeChild;
192
- }>;
193
- themeType: {
194
- type: import("vue").PropType<ThemeContextType>;
195
- };
196
- preview: {
197
- type: import("vue").PropType<boolean>;
198
- };
199
- variant: {
200
- type: import("vue").PropType<EditorVariant>;
201
- };
202
- "onUpdate:modelValue": {
203
- type: import("vue").PropType<(value: ChromeBlueprint) => any | void>;
204
- };
205
- "v-model": {
206
- type: import("vue").PropType<ChromeBlueprint>;
207
- required: false;
208
- };
209
- modelValue: {
210
- type: import("vue").PropType<ChromeBlueprint>;
211
- required: false;
212
- };
213
- name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
214
- type: import("vue").PropType<(value: ChromeBlueprint) => any | void>;
215
- }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
216
- type: import("vue").PropType<ChromeBlueprint>;
217
- required: false;
218
- }; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
219
- type: import("vue").PropType<ChromeBlueprint>;
220
- required: false;
221
- }; } & {
222
- require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, ChromeBlueprint, {
223
- "onUpdate:modelValue": {
224
- type: import("vue").PropType<(value: ChromeBlueprint) => any | void>;
225
- };
226
- } & {
227
- "v-model": {
228
- type: import("vue").PropType<ChromeBlueprint>;
229
- required: false;
230
- };
231
- } & {
232
- modelValue: {
233
- type: import("vue").PropType<ChromeBlueprint>;
234
- required: false;
235
- };
236
- }>;
237
- defaultValue(value?: ChromeBlueprint): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, ChromeBlueprint, {
238
- "onUpdate:modelValue": {
239
- type: import("vue").PropType<(value: ChromeBlueprint) => any | void>;
240
- };
241
- } & {
242
- "v-model": {
243
- type: import("vue").PropType<ChromeBlueprint>;
244
- required: false;
245
- };
246
- } & {
247
- modelValue: {
248
- type: import("vue").PropType<ChromeBlueprint>;
249
- required: false;
250
- };
251
- }, false>;
252
- doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, ChromeBlueprint, {
253
- "onUpdate:modelValue": {
254
- type: import("vue").PropType<(value: ChromeBlueprint) => any | void>;
255
- };
256
- } & {
257
- "v-model": {
258
- type: import("vue").PropType<ChromeBlueprint>;
259
- required: false;
260
- };
261
- } & {
262
- modelValue: {
263
- type: import("vue").PropType<ChromeBlueprint>;
264
- required: false;
265
- };
266
- }>;
267
- };
268
- }>> & {
269
- "onClick:confirm"?: (model: ChromeBlueprint) => any;
270
- "onInit:actionButtons"?: (value: () => VNodeChild) => any;
271
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
272
- "click:confirm": (model: ChromeBlueprint) => true;
273
- "init:actionButtons": (value: () => VNodeChild) => true;
274
- }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
275
- propsDefinition: Omit<Readonly<{} & {
276
- name?: {
277
- [x: `onUpdate:${string}`]: {
278
- type: import("vue").PropType<(value: ChromeBlueprint) => any | void>;
279
- };
280
- } & {
281
- [x: `v-model:${string}`]: {
282
- type: import("vue").PropType<ChromeBlueprint>;
283
- required: false;
284
- };
285
- } & {
286
- [x: string]: {
287
- type: import("vue").PropType<ChromeBlueprint>;
288
- required: false;
289
- };
290
- } & {
291
- require(): import("../../../DefineVueTypings").DefinePropModelRequire<string, ChromeBlueprint, {
292
- "onUpdate:modelValue": {
293
- type: import("vue").PropType<(value: ChromeBlueprint) => any | void>;
294
- };
295
- } & {
296
- "v-model": {
297
- type: import("vue").PropType<ChromeBlueprint>;
298
- required: false;
299
- };
300
- } & {
301
- modelValue: {
302
- type: import("vue").PropType<ChromeBlueprint>;
303
- required: false;
304
- };
305
- }>;
306
- defaultValue(value?: ChromeBlueprint): import("../../../DefineVueTypings").DefinePropModelDefaultValue<string, ChromeBlueprint, {
307
- "onUpdate:modelValue": {
308
- type: import("vue").PropType<(value: ChromeBlueprint) => any | void>;
309
- };
310
- } & {
311
- "v-model": {
312
- type: import("vue").PropType<ChromeBlueprint>;
313
- required: false;
314
- };
315
- } & {
316
- modelValue: {
317
- type: import("vue").PropType<ChromeBlueprint>;
318
- required: false;
319
- };
320
- }, false>;
321
- doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<string, ChromeBlueprint, {
322
- "onUpdate:modelValue": {
323
- type: import("vue").PropType<(value: ChromeBlueprint) => any | void>;
324
- };
325
- } & {
326
- "v-model": {
327
- type: import("vue").PropType<ChromeBlueprint>;
328
- required: false;
329
- };
330
- } & {
331
- modelValue: {
332
- type: import("vue").PropType<ChromeBlueprint>;
333
- required: false;
334
- };
335
- }>;
336
- };
337
- variant?: EditorVariant;
338
- preview?: boolean;
339
- "v-slots"?: {
340
- default?: import("../../../DefineVueTypings").Slot;
341
- } & {
342
- activator?: () => VNodeChild;
343
- };
344
- "v-model"?: ChromeBlueprint;
345
- modelValue?: ChromeBlueprint;
346
- "onUpdate:modelValue"?: (value: ChromeBlueprint) => any | void;
347
- themeType?: ThemeContextType;
348
- }>, "onClick:confirm" | "onInit:actionButtons"> & {
349
- "onClick:confirm"?: (model: ChromeBlueprint) => any;
350
- "onInit:actionButtons"?: (value: () => VNodeChild) => any;
351
- };
352
- };
353
- export default _default;