@omnia/fx 8.0.215-dev → 8.0.217-dev

Sign up to get free protection for your applications and to get access to all the features.
Files changed (65) hide show
  1. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.libs.manifest.json +1 -1
  2. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
  3. package/internal-do-not-import-from-here/ux/Styles.stylex.d.ts +269 -65
  4. package/internal-do-not-import-from-here/ux/admin/system/loc/localize.d.ts +6 -0
  5. package/internal-do-not-import-from-here/ux/admin/usermanagement/authentication/BusinessProfileAuthenticationStore.d.ts +0 -3
  6. package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/ActiveGroupListing.d.ts +8 -1
  7. package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/DeletedGroupListing.d.ts +6 -3
  8. package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/GroupDetailBlade.d.ts +10 -5
  9. package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/GroupMembershipListing.d.ts +80 -0
  10. package/internal-do-not-import-from-here/ux/admin/usermanagement/loc/localize.d.ts +7 -1
  11. package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/GroupDetailStore.d.ts +4 -0
  12. package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserManagementConstants.d.ts +6 -1
  13. package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/blades/UserTypeLayoutBlade.d.ts +15 -3
  14. package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/tabs/AuthenticationTab.d.ts +11 -3
  15. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +3 -3
  16. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts +3 -3
  17. package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeBlueprintsViewer.d.ts +3 -3
  18. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker copy.d.ts +0 -0
  19. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.css.d.ts +5 -2
  20. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +31 -5
  21. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +5 -5
  22. package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerBlueprintsViewer.d.ts +3 -3
  23. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +3 -3
  24. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +3 -3
  25. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +3 -3
  26. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +3 -3
  27. package/internal-do-not-import-from-here/ux/aurora/components/viewtemplatepicker/ViewTemplatePicker.d.ts +10 -2
  28. package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +7 -12
  29. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Blueprints.d.ts +8 -0
  30. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Chrome.d.ts +1 -11
  31. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Colors.d.ts +1 -6
  32. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Typography.d.ts +27 -0
  33. package/internal-do-not-import-from-here/ux/aurora/styling/styles/index.d.ts +1 -0
  34. package/internal-do-not-import-from-here/ux/features/FeatureActivation.d.ts +13 -0
  35. package/internal-do-not-import-from-here/ux/features/stores/FeatureJourneyStore.d.ts +29 -0
  36. package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.css.d.ts +0 -1
  37. package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +281 -0
  38. package/internal-do-not-import-from-here/ux/inputlanguagepicker/stores/InputLanguageStore.d.ts +36 -21
  39. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +2 -2
  40. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.css.d.ts +1 -1
  41. package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +105 -539
  42. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +1 -1
  43. package/internal-do-not-import-from-here/ux/oxide/btn/Button.stylex.d.ts +18 -0
  44. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +27 -0
  45. package/internal-do-not-import-from-here/ux/oxide/column/{Column.css.d.ts → Column.stylex.d.ts} +1 -1
  46. package/internal-do-not-import-from-here/ux/oxide/flex/{Row.css.d.ts → Row.stylex.d.ts} +1 -1
  47. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.stylex.d.ts +1 -6
  48. package/internal-do-not-import-from-here/ux/oxide/text/Text.stylex.d.ts +8 -10
  49. package/internal-do-not-import-from-here/ux/signin/identitycreationrequest/IdentityCreationRequestView.d.ts +43 -403
  50. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +120 -0
  51. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +24 -0
  52. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +22 -9
  53. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +2 -1
  54. package/internal-do-not-import-from-here/ux/velcron/editor/models/ComponentPropertyDescriptorTemplates.d.ts +2 -0
  55. package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +13 -1
  56. package/internal-do-not-import-from-here/ux/velcron/registrations/CategoryRegistrations.d.ts +1 -0
  57. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/BlueprintEditor.d.ts +14 -1
  58. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SpacingEditor.d.ts +98 -98
  59. package/internal-do-not-import-from-here/ux/velcron/stores/VelcronDefinitionStore.d.ts +10 -5
  60. package/internal-do-not-import-from-here/wctypings.d.ts +14 -1
  61. package/package.json +2 -2
  62. package/internal-do-not-import-from-here/ux/oxide/btn/Button.css.d.ts +0 -6
  63. package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.css.d.ts +0 -3
  64. package/internal-do-not-import-from-here/ux/oxide/flex/Flex2.css.d.ts +0 -3
  65. /package/internal-do-not-import-from-here/ux/oxide/flex/{Flex2.d.ts → Flex.d.ts} +0 -0
@@ -26,6 +26,8 @@ declare const _default: {
26
26
  activeDefinition: VelcronSectionInstance;
27
27
  definitionInFocus: boolean;
28
28
  fixedContentWidth: string;
29
+ categoryFilters: guid[];
30
+ rendererTypeFilters: guid[];
29
31
  showEditorToolbar: boolean;
30
32
  selectedDefinition: VelcronSectionInstance;
31
33
  toggleColorSchemaPreview: string;
@@ -48,6 +50,8 @@ declare const _default: {
48
50
  onMutatedActiveDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronSectionInstance>;
49
51
  onMutatedDefinitionInFocus: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
50
52
  onMutatedFixedContentWidth: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
53
+ onMutatedCategoryFilters: import("@omnia/fx").MessageBusExposeOnlySubscription<guid[]>;
54
+ onMutatedRendererTypeFilters: import("@omnia/fx").MessageBusExposeOnlySubscription<guid[]>;
51
55
  onMutatedShowEditorToolbar: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
52
56
  onMutatedSelectedDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronSectionInstance>;
53
57
  onMutatedToggleColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
@@ -67,6 +71,12 @@ declare const _default: {
67
71
  } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
68
72
  actions: {
69
73
  onDispatching: {
74
+ setCategoryFilters: {
75
+ subscribe(fn: (filters: guid[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
76
+ };
77
+ setRendererTypeFilters: {
78
+ subscribe(fn: (filters: guid[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
79
+ };
70
80
  setFixedContentWidth: {
71
81
  subscribe(fn: (width: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
72
82
  };
@@ -126,6 +136,12 @@ declare const _default: {
126
136
  };
127
137
  };
128
138
  onDispatched: {
139
+ setCategoryFilters: {
140
+ subscribe(fn: (result: void, filters: guid[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
141
+ };
142
+ setRendererTypeFilters: {
143
+ subscribe(fn: (result: void, filters: guid[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
144
+ };
129
145
  setFixedContentWidth: {
130
146
  subscribe(fn: (result: void, width: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
131
147
  };
@@ -185,6 +201,12 @@ declare const _default: {
185
201
  };
186
202
  };
187
203
  onFailure: {
204
+ setCategoryFilters: {
205
+ subscribe(fn: (failureReason: any, filters: guid[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
206
+ };
207
+ setRendererTypeFilters: {
208
+ subscribe(fn: (failureReason: any, filters: guid[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
209
+ };
188
210
  setFixedContentWidth: {
189
211
  subscribe(fn: (failureReason: any, width: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
190
212
  };
@@ -244,6 +266,8 @@ declare const _default: {
244
266
  };
245
267
  };
246
268
  } & {
269
+ setCategoryFilters(filters: guid[]): void;
270
+ setRendererTypeFilters(filters: guid[]): void;
247
271
  setFixedContentWidth(width: string): void;
248
272
  showDefinitionSelector(preInsert: boolean, insertRelativeToActive?: boolean, changeDefinition?: boolean): void;
249
273
  updateSection(section: VelcronSectionInstance): void;
@@ -289,6 +313,8 @@ declare const _default: {
289
313
  activeDefinition: VelcronSectionInstance;
290
314
  definitionInFocus: boolean;
291
315
  fixedContentWidth: string;
316
+ categoryFilters: guid[];
317
+ rendererTypeFilters: guid[];
292
318
  showEditorToolbar: boolean;
293
319
  selectedDefinition: VelcronSectionInstance;
294
320
  toggleColorSchemaPreview: string;
@@ -311,6 +337,8 @@ declare const _default: {
311
337
  onMutatedActiveDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronSectionInstance>;
312
338
  onMutatedDefinitionInFocus: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
313
339
  onMutatedFixedContentWidth: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
340
+ onMutatedCategoryFilters: import("@omnia/fx").MessageBusExposeOnlySubscription<guid[]>;
341
+ onMutatedRendererTypeFilters: import("@omnia/fx").MessageBusExposeOnlySubscription<guid[]>;
314
342
  onMutatedShowEditorToolbar: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
315
343
  onMutatedSelectedDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronSectionInstance>;
316
344
  onMutatedToggleColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
@@ -330,6 +358,12 @@ declare const _default: {
330
358
  } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
331
359
  actions: {
332
360
  onDispatching: {
361
+ setCategoryFilters: {
362
+ subscribe(fn: (filters: guid[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
363
+ };
364
+ setRendererTypeFilters: {
365
+ subscribe(fn: (filters: guid[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
366
+ };
333
367
  setFixedContentWidth: {
334
368
  subscribe(fn: (width: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
335
369
  };
@@ -389,6 +423,12 @@ declare const _default: {
389
423
  };
390
424
  };
391
425
  onDispatched: {
426
+ setCategoryFilters: {
427
+ subscribe(fn: (result: void, filters: guid[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
428
+ };
429
+ setRendererTypeFilters: {
430
+ subscribe(fn: (result: void, filters: guid[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
431
+ };
392
432
  setFixedContentWidth: {
393
433
  subscribe(fn: (result: void, width: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
394
434
  };
@@ -448,6 +488,12 @@ declare const _default: {
448
488
  };
449
489
  };
450
490
  onFailure: {
491
+ setCategoryFilters: {
492
+ subscribe(fn: (failureReason: any, filters: guid[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
493
+ };
494
+ setRendererTypeFilters: {
495
+ subscribe(fn: (failureReason: any, filters: guid[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
496
+ };
451
497
  setFixedContentWidth: {
452
498
  subscribe(fn: (failureReason: any, width: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
453
499
  };
@@ -507,6 +553,8 @@ declare const _default: {
507
553
  };
508
554
  };
509
555
  } & {
556
+ setCategoryFilters(filters: guid[]): void;
557
+ setRendererTypeFilters(filters: guid[]): void;
510
558
  setFixedContentWidth(width: string): void;
511
559
  showDefinitionSelector(preInsert: boolean, insertRelativeToActive?: boolean, changeDefinition?: boolean): void;
512
560
  updateSection(section: VelcronSectionInstance): void;
@@ -555,6 +603,8 @@ declare const _default: {
555
603
  activeDefinition: VelcronSectionInstance;
556
604
  definitionInFocus: boolean;
557
605
  fixedContentWidth: string;
606
+ categoryFilters: guid[];
607
+ rendererTypeFilters: guid[];
558
608
  showEditorToolbar: boolean;
559
609
  selectedDefinition: VelcronSectionInstance;
560
610
  toggleColorSchemaPreview: string;
@@ -577,6 +627,8 @@ declare const _default: {
577
627
  onMutatedActiveDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronSectionInstance>;
578
628
  onMutatedDefinitionInFocus: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
579
629
  onMutatedFixedContentWidth: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
630
+ onMutatedCategoryFilters: import("@omnia/fx").MessageBusExposeOnlySubscription<guid[]>;
631
+ onMutatedRendererTypeFilters: import("@omnia/fx").MessageBusExposeOnlySubscription<guid[]>;
580
632
  onMutatedShowEditorToolbar: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
581
633
  onMutatedSelectedDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronSectionInstance>;
582
634
  onMutatedToggleColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
@@ -596,6 +648,12 @@ declare const _default: {
596
648
  } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
597
649
  actions: {
598
650
  onDispatching: {
651
+ setCategoryFilters: {
652
+ subscribe(fn: (filters: guid[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
653
+ };
654
+ setRendererTypeFilters: {
655
+ subscribe(fn: (filters: guid[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
656
+ };
599
657
  setFixedContentWidth: {
600
658
  subscribe(fn: (width: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
601
659
  };
@@ -655,6 +713,12 @@ declare const _default: {
655
713
  };
656
714
  };
657
715
  onDispatched: {
716
+ setCategoryFilters: {
717
+ subscribe(fn: (result: void, filters: guid[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
718
+ };
719
+ setRendererTypeFilters: {
720
+ subscribe(fn: (result: void, filters: guid[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
721
+ };
658
722
  setFixedContentWidth: {
659
723
  subscribe(fn: (result: void, width: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
660
724
  };
@@ -714,6 +778,12 @@ declare const _default: {
714
778
  };
715
779
  };
716
780
  onFailure: {
781
+ setCategoryFilters: {
782
+ subscribe(fn: (failureReason: any, filters: guid[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
783
+ };
784
+ setRendererTypeFilters: {
785
+ subscribe(fn: (failureReason: any, filters: guid[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
786
+ };
717
787
  setFixedContentWidth: {
718
788
  subscribe(fn: (failureReason: any, width: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
719
789
  };
@@ -773,6 +843,8 @@ declare const _default: {
773
843
  };
774
844
  };
775
845
  } & {
846
+ setCategoryFilters(filters: guid[]): void;
847
+ setRendererTypeFilters(filters: guid[]): void;
776
848
  setFixedContentWidth(width: string): void;
777
849
  showDefinitionSelector(preInsert: boolean, insertRelativeToActive?: boolean, changeDefinition?: boolean): void;
778
850
  updateSection(section: VelcronSectionInstance): void;
@@ -818,6 +890,8 @@ declare const _default: {
818
890
  activeDefinition: VelcronSectionInstance;
819
891
  definitionInFocus: boolean;
820
892
  fixedContentWidth: string;
893
+ categoryFilters: guid[];
894
+ rendererTypeFilters: guid[];
821
895
  showEditorToolbar: boolean;
822
896
  selectedDefinition: VelcronSectionInstance;
823
897
  toggleColorSchemaPreview: string;
@@ -840,6 +914,8 @@ declare const _default: {
840
914
  onMutatedActiveDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronSectionInstance>;
841
915
  onMutatedDefinitionInFocus: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
842
916
  onMutatedFixedContentWidth: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
917
+ onMutatedCategoryFilters: import("@omnia/fx").MessageBusExposeOnlySubscription<guid[]>;
918
+ onMutatedRendererTypeFilters: import("@omnia/fx").MessageBusExposeOnlySubscription<guid[]>;
843
919
  onMutatedShowEditorToolbar: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
844
920
  onMutatedSelectedDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronSectionInstance>;
845
921
  onMutatedToggleColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
@@ -859,6 +935,12 @@ declare const _default: {
859
935
  } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
860
936
  actions: {
861
937
  onDispatching: {
938
+ setCategoryFilters: {
939
+ subscribe(fn: (filters: guid[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
940
+ };
941
+ setRendererTypeFilters: {
942
+ subscribe(fn: (filters: guid[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
943
+ };
862
944
  setFixedContentWidth: {
863
945
  subscribe(fn: (width: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
864
946
  };
@@ -918,6 +1000,12 @@ declare const _default: {
918
1000
  };
919
1001
  };
920
1002
  onDispatched: {
1003
+ setCategoryFilters: {
1004
+ subscribe(fn: (result: void, filters: guid[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
1005
+ };
1006
+ setRendererTypeFilters: {
1007
+ subscribe(fn: (result: void, filters: guid[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
1008
+ };
921
1009
  setFixedContentWidth: {
922
1010
  subscribe(fn: (result: void, width: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
923
1011
  };
@@ -977,6 +1065,12 @@ declare const _default: {
977
1065
  };
978
1066
  };
979
1067
  onFailure: {
1068
+ setCategoryFilters: {
1069
+ subscribe(fn: (failureReason: any, filters: guid[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
1070
+ };
1071
+ setRendererTypeFilters: {
1072
+ subscribe(fn: (failureReason: any, filters: guid[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
1073
+ };
980
1074
  setFixedContentWidth: {
981
1075
  subscribe(fn: (failureReason: any, width: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
982
1076
  };
@@ -1036,6 +1130,8 @@ declare const _default: {
1036
1130
  };
1037
1131
  };
1038
1132
  } & {
1133
+ setCategoryFilters(filters: guid[]): void;
1134
+ setRendererTypeFilters(filters: guid[]): void;
1039
1135
  setFixedContentWidth(width: string): void;
1040
1136
  showDefinitionSelector(preInsert: boolean, insertRelativeToActive?: boolean, changeDefinition?: boolean): void;
1041
1137
  updateSection(section: VelcronSectionInstance): void;
@@ -1078,6 +1174,8 @@ declare const _default: {
1078
1174
  activeDefinition: VelcronSectionInstance;
1079
1175
  definitionInFocus: boolean;
1080
1176
  fixedContentWidth: string;
1177
+ categoryFilters: guid[];
1178
+ rendererTypeFilters: guid[];
1081
1179
  showEditorToolbar: boolean;
1082
1180
  selectedDefinition: VelcronSectionInstance;
1083
1181
  toggleColorSchemaPreview: string;
@@ -1100,6 +1198,8 @@ declare const _default: {
1100
1198
  onMutatedActiveDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronSectionInstance>;
1101
1199
  onMutatedDefinitionInFocus: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
1102
1200
  onMutatedFixedContentWidth: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
1201
+ onMutatedCategoryFilters: import("@omnia/fx").MessageBusExposeOnlySubscription<guid[]>;
1202
+ onMutatedRendererTypeFilters: import("@omnia/fx").MessageBusExposeOnlySubscription<guid[]>;
1103
1203
  onMutatedShowEditorToolbar: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
1104
1204
  onMutatedSelectedDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronSectionInstance>;
1105
1205
  onMutatedToggleColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
@@ -1119,6 +1219,12 @@ declare const _default: {
1119
1219
  } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
1120
1220
  actions: {
1121
1221
  onDispatching: {
1222
+ setCategoryFilters: {
1223
+ subscribe(fn: (filters: guid[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
1224
+ };
1225
+ setRendererTypeFilters: {
1226
+ subscribe(fn: (filters: guid[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
1227
+ };
1122
1228
  setFixedContentWidth: {
1123
1229
  subscribe(fn: (width: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
1124
1230
  };
@@ -1178,6 +1284,12 @@ declare const _default: {
1178
1284
  };
1179
1285
  };
1180
1286
  onDispatched: {
1287
+ setCategoryFilters: {
1288
+ subscribe(fn: (result: void, filters: guid[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
1289
+ };
1290
+ setRendererTypeFilters: {
1291
+ subscribe(fn: (result: void, filters: guid[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
1292
+ };
1181
1293
  setFixedContentWidth: {
1182
1294
  subscribe(fn: (result: void, width: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
1183
1295
  };
@@ -1237,6 +1349,12 @@ declare const _default: {
1237
1349
  };
1238
1350
  };
1239
1351
  onFailure: {
1352
+ setCategoryFilters: {
1353
+ subscribe(fn: (failureReason: any, filters: guid[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
1354
+ };
1355
+ setRendererTypeFilters: {
1356
+ subscribe(fn: (failureReason: any, filters: guid[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
1357
+ };
1240
1358
  setFixedContentWidth: {
1241
1359
  subscribe(fn: (failureReason: any, width: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
1242
1360
  };
@@ -1296,6 +1414,8 @@ declare const _default: {
1296
1414
  };
1297
1415
  };
1298
1416
  } & {
1417
+ setCategoryFilters(filters: guid[]): void;
1418
+ setRendererTypeFilters(filters: guid[]): void;
1299
1419
  setFixedContentWidth(width: string): void;
1300
1420
  showDefinitionSelector(preInsert: boolean, insertRelativeToActive?: boolean, changeDefinition?: boolean): void;
1301
1421
  updateSection(section: VelcronSectionInstance): void;
@@ -10,6 +10,8 @@ export declare const useVelcronContentEditorStore: () => {
10
10
  activeDefinition: VelcronSectionInstance;
11
11
  definitionInFocus: boolean;
12
12
  fixedContentWidth: string;
13
+ categoryFilters: guid[];
14
+ rendererTypeFilters: guid[];
13
15
  showEditorToolbar: boolean;
14
16
  selectedDefinition: VelcronSectionInstance;
15
17
  toggleColorSchemaPreview: string;
@@ -32,6 +34,8 @@ export declare const useVelcronContentEditorStore: () => {
32
34
  onMutatedActiveDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronSectionInstance>;
33
35
  onMutatedDefinitionInFocus: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
34
36
  onMutatedFixedContentWidth: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
37
+ onMutatedCategoryFilters: import("@omnia/fx").MessageBusExposeOnlySubscription<guid[]>;
38
+ onMutatedRendererTypeFilters: import("@omnia/fx").MessageBusExposeOnlySubscription<guid[]>;
35
39
  onMutatedShowEditorToolbar: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
36
40
  onMutatedSelectedDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronSectionInstance>;
37
41
  onMutatedToggleColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
@@ -51,6 +55,12 @@ export declare const useVelcronContentEditorStore: () => {
51
55
  } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
52
56
  actions: {
53
57
  onDispatching: {
58
+ setCategoryFilters: {
59
+ subscribe(fn: (filters: guid[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
60
+ };
61
+ setRendererTypeFilters: {
62
+ subscribe(fn: (filters: guid[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
63
+ };
54
64
  setFixedContentWidth: {
55
65
  subscribe(fn: (width: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
56
66
  };
@@ -110,6 +120,12 @@ export declare const useVelcronContentEditorStore: () => {
110
120
  };
111
121
  };
112
122
  onDispatched: {
123
+ setCategoryFilters: {
124
+ subscribe(fn: (result: void, filters: guid[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
125
+ };
126
+ setRendererTypeFilters: {
127
+ subscribe(fn: (result: void, filters: guid[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
128
+ };
113
129
  setFixedContentWidth: {
114
130
  subscribe(fn: (result: void, width: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
115
131
  };
@@ -169,6 +185,12 @@ export declare const useVelcronContentEditorStore: () => {
169
185
  };
170
186
  };
171
187
  onFailure: {
188
+ setCategoryFilters: {
189
+ subscribe(fn: (failureReason: any, filters: guid[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
190
+ };
191
+ setRendererTypeFilters: {
192
+ subscribe(fn: (failureReason: any, filters: guid[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
193
+ };
172
194
  setFixedContentWidth: {
173
195
  subscribe(fn: (failureReason: any, width: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
174
196
  };
@@ -228,6 +250,8 @@ export declare const useVelcronContentEditorStore: () => {
228
250
  };
229
251
  };
230
252
  } & {
253
+ setCategoryFilters(filters: Array<guid>): void;
254
+ setRendererTypeFilters(filters: Array<guid>): void;
231
255
  setFixedContentWidth(width: string): void;
232
256
  showDefinitionSelector(preInsert: boolean, insertRelativeToActive?: boolean, changeDefinition?: boolean): void;
233
257
  updateSection(section: VelcronSectionInstance): void;
@@ -23,8 +23,11 @@ declare const _default: {
23
23
  variant: {
24
24
  type: import("vue").PropType<Variant>;
25
25
  };
26
- filters: {
27
- type: import("vue").PropType<string[]>;
26
+ renderTypeFilters: {
27
+ type: import("vue").PropType<guid[]>;
28
+ };
29
+ categoryFilters: {
30
+ type: import("vue").PropType<guid[]>;
28
31
  };
29
32
  "onUpdate:modelValue": {
30
33
  type: import("vue").PropType<(value: boolean) => any>;
@@ -143,8 +146,11 @@ declare const _default: {
143
146
  variant: {
144
147
  type: import("vue").PropType<Variant>;
145
148
  };
146
- filters: {
147
- type: import("vue").PropType<string[]>;
149
+ renderTypeFilters: {
150
+ type: import("vue").PropType<guid[]>;
151
+ };
152
+ categoryFilters: {
153
+ type: import("vue").PropType<guid[]>;
148
154
  };
149
155
  "onUpdate:modelValue": {
150
156
  type: import("vue").PropType<(value: boolean) => any>;
@@ -266,8 +272,11 @@ declare const _default: {
266
272
  variant: {
267
273
  type: import("vue").PropType<Variant>;
268
274
  };
269
- filters: {
270
- type: import("vue").PropType<string[]>;
275
+ renderTypeFilters: {
276
+ type: import("vue").PropType<guid[]>;
277
+ };
278
+ categoryFilters: {
279
+ type: import("vue").PropType<guid[]>;
271
280
  };
272
281
  "onUpdate:modelValue": {
273
282
  type: import("vue").PropType<(value: boolean) => any>;
@@ -386,8 +395,11 @@ declare const _default: {
386
395
  variant: {
387
396
  type: import("vue").PropType<Variant>;
388
397
  };
389
- filters: {
390
- type: import("vue").PropType<string[]>;
398
+ renderTypeFilters: {
399
+ type: import("vue").PropType<guid[]>;
400
+ };
401
+ categoryFilters: {
402
+ type: import("vue").PropType<guid[]>;
391
403
  };
392
404
  "onUpdate:modelValue": {
393
405
  type: import("vue").PropType<(value: boolean) => any>;
@@ -553,7 +565,6 @@ declare const _default: {
553
565
  icon?: IIcon;
554
566
  title?: string;
555
567
  container?: boolean;
556
- filters?: string[];
557
568
  colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
558
569
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
559
570
  "v-model"?: boolean;
@@ -566,6 +577,8 @@ declare const _default: {
566
577
  };
567
578
  variant?: Variant;
568
579
  allowEdit?: boolean;
580
+ categoryFilters?: guid[];
581
+ renderTypeFilters?: guid[];
569
582
  previewState?: VelcronState;
570
583
  exclusions?: guid[];
571
584
  allowBuiltIn?: boolean;
@@ -18,6 +18,7 @@ export interface VelcronMarkdownEditorSettings {
18
18
  }
19
19
  export interface VelcronSpacingEditorSettings {
20
20
  individualSelection: boolean;
21
+ singleValue?: boolean;
21
22
  mode?: "default" | "position";
22
23
  }
23
24
  export interface VelcronSelectEditorSettings {
@@ -36,7 +37,7 @@ export interface VelcronNumberEditorSettings {
36
37
  step: number;
37
38
  }
38
39
  export interface VelcronBlueprintEditorSettings {
39
- type: "container" | "";
40
+ type: "container" | "icon";
40
41
  }
41
42
  export interface VelcronBackgroundEditorSettings {
42
43
  type: "image" | "video";
@@ -1,6 +1,8 @@
1
1
  import { VelcronComponentPropertyDescriptor } from "./VelcronDescriptors";
2
2
  export declare const ComponentPropertyDescriptorTemplates: {
3
+ colorSchema: VelcronComponentPropertyDescriptor;
3
4
  containerBlueprint: VelcronComponentPropertyDescriptor;
5
+ iconBlueprint: VelcronComponentPropertyDescriptor;
4
6
  margin: VelcronComponentPropertyDescriptor;
5
7
  padding: VelcronComponentPropertyDescriptor;
6
8
  position: VelcronComponentPropertyDescriptor;
@@ -1,4 +1,4 @@
1
- import { guid, TreeViewItem, VelcronAppDefinition, VelcronDefinition } from "@omnia/fx-models";
1
+ import { guid, TreeViewItem, VelcronAppDefinition, VelcronDefinition, VelcronDefinitionRegistration } from "@omnia/fx-models";
2
2
  import { AppTreeItem, AppValidationState, EditorAppTreeItem, StatePropertyAppTreeItem, editorModes } from "../models/Shared";
3
3
  import { CodeEditorState, VelcronComponentDescriptor, codeEditorTabs, AddVelcronComponentMode } from "../models";
4
4
  import { ThemeDefinitionV2, VelcronRenderContext, VelcronEditor } from "../../core";
@@ -36,6 +36,7 @@ export declare const useVelcronEditorStore: () => {
36
36
  appData: {};
37
37
  appAsJson: string;
38
38
  appDefinition: VelcronAppDefinition<object>;
39
+ appRegistration: VelcronDefinitionRegistration<object>;
39
40
  appCacheKey: guid;
40
41
  appTreeOpenIds: string[];
41
42
  treeViewItems: TreeViewItem<AppTreeItem>[];
@@ -57,6 +58,9 @@ export declare const useVelcronEditorStore: () => {
57
58
  setAppTree: {
58
59
  subscribe(fn: (tree: TreeViewItem<AppTreeItem>[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
59
60
  };
61
+ setAppRegistration: {
62
+ subscribe(fn: (registration: VelcronDefinitionRegistration<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
63
+ };
60
64
  setAppDefinition: {
61
65
  subscribe(fn: (newDefinition: VelcronAppDefinition<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
62
66
  };
@@ -140,6 +144,9 @@ export declare const useVelcronEditorStore: () => {
140
144
  setAppTree: {
141
145
  subscribe(fn: (result: void, tree: TreeViewItem<AppTreeItem>[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
142
146
  };
147
+ setAppRegistration: {
148
+ subscribe(fn: (result: void, registration: VelcronDefinitionRegistration<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
149
+ };
143
150
  setAppDefinition: {
144
151
  subscribe(fn: (result: void, newDefinition: VelcronAppDefinition<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
145
152
  };
@@ -223,6 +230,9 @@ export declare const useVelcronEditorStore: () => {
223
230
  setAppTree: {
224
231
  subscribe(fn: (failureReason: any, tree: TreeViewItem<AppTreeItem>[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
225
232
  };
233
+ setAppRegistration: {
234
+ subscribe(fn: (failureReason: any, registration: VelcronDefinitionRegistration<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
235
+ };
226
236
  setAppDefinition: {
227
237
  subscribe(fn: (failureReason: any, newDefinition: VelcronAppDefinition<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
228
238
  };
@@ -304,6 +314,7 @@ export declare const useVelcronEditorStore: () => {
304
314
  };
305
315
  } & {
306
316
  setAppTree(tree: Array<TreeViewItem<AppTreeItem>>): void;
317
+ setAppRegistration(registration: VelcronDefinitionRegistration): void;
307
318
  setAppDefinition(newDefinition: VelcronAppDefinition): void;
308
319
  setAppDefinitionFromJson(newState: string): void;
309
320
  mergeInSubState(toMerge: object): void;
@@ -340,6 +351,7 @@ export declare const useVelcronEditorStore: () => {
340
351
  onMutatedAppData: import("@omnia/fx").MessageBusExposeOnlySubscription<{}>;
341
352
  onMutatedAppAsJson: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
342
353
  onMutatedAppDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronAppDefinition<object>>;
354
+ onMutatedAppRegistration: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronDefinitionRegistration<object>>;
343
355
  onMutatedAppCacheKey: import("@omnia/fx").MessageBusExposeOnlySubscription<guid>;
344
356
  onMutatedAppTreeOpenIds: import("@omnia/fx").MessageBusExposeOnlySubscription<string[]>;
345
357
  onMutatedTreeViewItems: import("@omnia/fx").MessageBusExposeOnlySubscription<TreeViewItem<AppTreeItem>[]>;
@@ -1,6 +1,9 @@
1
- import { EditorLocation } from "@omnia/fx-models";
1
+ import { EditorLocation, VelcronBlueprintEditorSettings } from "@omnia/fx-models";
2
2
  declare const _default: {
3
3
  new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
4
+ settings: {
5
+ type: import("vue").PropType<VelcronBlueprintEditorSettings>;
6
+ };
4
7
  previewColorSchemaType: {
5
8
  type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
6
9
  };
@@ -82,6 +85,9 @@ declare const _default: {
82
85
  "value:enter": (value: any) => true;
83
86
  "value:leave": (value: any) => true;
84
87
  }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
88
+ settings: {
89
+ type: import("vue").PropType<VelcronBlueprintEditorSettings>;
90
+ };
85
91
  previewColorSchemaType: {
86
92
  type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
87
93
  };
@@ -166,6 +172,9 @@ declare const _default: {
166
172
  M: {};
167
173
  Defaults: {};
168
174
  }, Readonly<import("vue").ExtractPropTypes<{
175
+ settings: {
176
+ type: import("vue").PropType<VelcronBlueprintEditorSettings>;
177
+ };
169
178
  previewColorSchemaType: {
170
179
  type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
171
180
  };
@@ -247,6 +256,9 @@ declare const _default: {
247
256
  __isTeleport?: never;
248
257
  __isSuspense?: never;
249
258
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
259
+ settings: {
260
+ type: import("vue").PropType<VelcronBlueprintEditorSettings>;
261
+ };
250
262
  previewColorSchemaType: {
251
263
  type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
252
264
  };
@@ -390,6 +402,7 @@ declare const _default: {
390
402
  };
391
403
  }>;
392
404
  };
405
+ settings?: VelcronBlueprintEditorSettings;
393
406
  "v-model"?: any;
394
407
  "onUpdate:modelValue"?: (value: any) => any;
395
408
  modelValue?: any;