@omnia/fx 8.0.262-dev → 8.0.264-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 (93) hide show
  1. package/internal-do-not-import-from-here/manifests/omnia.vendor.manifest.json +1 -1
  2. package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +7 -1
  3. package/internal-do-not-import-from-here/ux/admin/systemlayout/store/SystemLayoutStore.d.ts +3 -3
  4. package/internal-do-not-import-from-here/ux/app/management/api/AppManagementApi.d.ts +2 -2
  5. package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceeditingjourney/EditProperiesBlade.d.ts +1 -1
  6. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/components/FontPicker.css.d.ts +4 -1
  7. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/components/FontPicker.d.ts +12 -8
  8. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/components/FontRegistration.d.ts +6 -0
  9. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +41 -16
  10. package/internal-do-not-import-from-here/ux/aurora/admin/blades/fontsmanager/FontManager.d.ts +2 -0
  11. package/internal-do-not-import-from-here/ux/aurora/admin/blades/fontsmanager/blade/FontDefinitionBlade.d.ts +6 -0
  12. package/internal-do-not-import-from-here/ux/aurora/admin/blades/fontsmanager/store/FontManagerStore.d.ts +75 -0
  13. package/internal-do-not-import-from-here/ux/aurora/store/FontStore.d.ts +77 -0
  14. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +114 -10
  15. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +117 -11
  16. package/internal-do-not-import-from-here/ux/aurora/store/index.d.ts +1 -0
  17. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +1 -1
  18. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +1 -1
  19. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +1 -1
  20. package/internal-do-not-import-from-here/ux/magiclink/Shared.d.ts +4 -0
  21. package/internal-do-not-import-from-here/ux/magiclink/loc/localize.d.ts +1 -0
  22. package/internal-do-not-import-from-here/ux/markdown2/MarkdownToolbar.css.d.ts +1 -0
  23. package/internal-do-not-import-from-here/ux/markdown2/commands/EditorCommands.d.ts +15 -23
  24. package/internal-do-not-import-from-here/ux/markdown2/commands/helpers/EditorNodeHelper.d.ts +3 -10
  25. package/internal-do-not-import-from-here/ux/markdown2/commands/helpers/HtmlNodehelper.d.ts +6 -6
  26. package/internal-do-not-import-from-here/ux/markdown2/models/EditorModels.d.ts +15 -11
  27. package/internal-do-not-import-from-here/ux/markdown2/models/EditorPlugin.d.ts +6 -5
  28. package/internal-do-not-import-from-here/ux/markdown2/plugins/bold/BoldPlugin.d.ts +3 -0
  29. package/internal-do-not-import-from-here/ux/markdown2/plugins/colorstyle/ColorButton.d.ts +5 -0
  30. package/internal-do-not-import-from-here/ux/markdown2/plugins/italic/ItalicPlugin.d.ts +3 -0
  31. package/internal-do-not-import-from-here/ux/markdown2/plugins/text/TextPlugin.d.ts +4 -0
  32. package/internal-do-not-import-from-here/ux/markdown2/plugins/typography/TypographyButton.d.ts +5 -0
  33. package/internal-do-not-import-from-here/ux/markdown2/plugins/velcron/VelcronPlugin.d.ts +5 -0
  34. package/internal-do-not-import-from-here/ux/markdown2/stores/MarkdownStore.d.ts +29 -23
  35. package/internal-do-not-import-from-here/ux/markdown2/stores/MarkdownToolbarStore.d.ts +162 -110
  36. package/internal-do-not-import-from-here/ux/oxide/alert/Alert.d.ts +1 -1
  37. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +1 -1
  38. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +1 -1
  39. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +3 -276
  40. package/internal-do-not-import-from-here/ux/oxide/datepicker/DatePicker.d.ts +5 -1
  41. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +5 -444
  42. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +4 -99
  43. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +4 -194
  44. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +4 -206
  45. package/internal-do-not-import-from-here/ux/oxide/fab/FloatingActionButton..d.ts +1 -1
  46. package/internal-do-not-import-from-here/ux/oxide/form/Form.d.ts +3 -94
  47. package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +4 -78
  48. package/internal-do-not-import-from-here/ux/oxide/infinite-scroll/InfiniteScroll.d.ts +11 -184
  49. package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +3 -94
  50. package/internal-do-not-import-from-here/ux/oxide/lazy/Lazy.d.ts +4 -85
  51. package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +4 -199
  52. package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +3 -133
  53. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +4 -355
  54. package/internal-do-not-import-from-here/ux/oxide/notification/Notification.d.ts +4 -161
  55. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +4 -238
  56. package/internal-do-not-import-from-here/ux/oxide/progress/Progress.d.ts +4 -76
  57. package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +4 -138
  58. package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +4 -272
  59. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +3 -203
  60. package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.d.ts +3 -133
  61. package/internal-do-not-import-from-here/ux/oxide/slidepanel/Slide.d.ts +3 -37
  62. package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.d.ts +3 -267
  63. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +4 -349
  64. package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +3 -154
  65. package/internal-do-not-import-from-here/ux/oxide/spacer/Spacer.d.ts +1 -15
  66. package/internal-do-not-import-from-here/ux/oxide/splitpane/Splitpane.d.ts +4 -149
  67. package/internal-do-not-import-from-here/ux/oxide/splitpane/SplitpaneItem.d.ts +3 -145
  68. package/internal-do-not-import-from-here/ux/oxide/stickycontainer/StickyContainer.d.ts +3 -71
  69. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +3 -254
  70. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +4 -245
  71. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +4 -335
  72. package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +3 -107
  73. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +4 -400
  74. package/internal-do-not-import-from-here/ux/oxide/textarea/docs/ExampleComponents.d.ts +1 -0
  75. package/internal-do-not-import-from-here/ux/oxide/textarea/docs/SampleComponent.d.ts +2 -0
  76. package/internal-do-not-import-from-here/ux/oxide/textarea/docs/index.d.ts +1 -0
  77. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +4 -250
  78. package/internal-do-not-import-from-here/ux/oxide/tooltip/Tooltip.d.ts +3 -192
  79. package/internal-do-not-import-from-here/ux/oxide/validation/Validation.d.ts +4 -56
  80. package/internal-do-not-import-from-here/ux/social/PeopleTagging.d.ts +6 -6
  81. package/internal-do-not-import-from-here/ux/use/UseClone.d.ts +1 -1
  82. package/internal-do-not-import-from-here/ux/use/UseDraggable.d.ts +1 -1
  83. package/internal-do-not-import-from-here/ux/use/UseMounted.d.ts +1 -1
  84. package/internal-do-not-import-from-here/ux/use/UseWebNotification.d.ts +2 -2
  85. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +5 -1
  86. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +10 -1
  87. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/VelcronEditorBuilder.d.ts +1 -0
  88. package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronEditorDescriptors.d.ts +1 -0
  89. package/internal-do-not-import-from-here/ux/velcron/editor/templates/EditorTemplates.d.ts +1 -0
  90. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/PropertyResolverEditor.d.ts +13 -0
  91. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts +1 -1
  92. package/internal-do-not-import-from-here/wctypings.d.ts +20 -0
  93. package/package.json +3 -3
@@ -1,195 +1,6 @@
1
1
  import { OPosition } from "@omnia/fx-models";
2
+ import { DefineProp, DefinePropTheming, DefineSlot } from "@omnia/fx/ux";
2
3
  import { VNodeChild } from "vue";
3
- declare const _default: {
4
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
5
- "v-slots": import("vue").Prop<{
6
- default?: import("../../DefineVueTypings").Slot;
7
- } & {
8
- activator?: () => VNodeChild;
9
- }>;
10
- location: {
11
- type: import("vue").PropType<OPosition>;
12
- required: false;
13
- };
14
- openOnClick: {
15
- type: import("vue").PropType<boolean>;
16
- };
17
- openOnHover: {
18
- type: import("vue").PropType<boolean>;
19
- };
20
- activateOnLength: {
21
- type: import("vue").PropType<number>;
22
- required: false;
23
- };
24
- text: {
25
- type: import("vue").PropType<string>;
26
- };
27
- class: {
28
- type: import("vue").PropType<String | String[]>;
29
- required: boolean;
30
- };
31
- colorSchemaType: {
32
- type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
33
- required: boolean;
34
- };
35
- container: {
36
- type: BooleanConstructor;
37
- required: boolean;
38
- };
39
- colors: {
40
- type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
41
- required: boolean;
42
- };
43
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
44
- "v-slots": import("vue").Prop<{
45
- default?: import("../../DefineVueTypings").Slot;
46
- } & {
47
- activator?: () => VNodeChild;
48
- }>;
49
- location: {
50
- type: import("vue").PropType<OPosition>;
51
- required: false;
52
- };
53
- openOnClick: {
54
- type: import("vue").PropType<boolean>;
55
- };
56
- openOnHover: {
57
- type: import("vue").PropType<boolean>;
58
- };
59
- activateOnLength: {
60
- type: import("vue").PropType<number>;
61
- required: false;
62
- };
63
- text: {
64
- type: import("vue").PropType<string>;
65
- };
66
- class: {
67
- type: import("vue").PropType<String | String[]>;
68
- required: boolean;
69
- };
70
- colorSchemaType: {
71
- type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
72
- required: boolean;
73
- };
74
- container: {
75
- type: BooleanConstructor;
76
- required: boolean;
77
- };
78
- colors: {
79
- type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
80
- required: boolean;
81
- };
82
- }>>, {
83
- container: boolean;
84
- }, true, {}, {}, {
85
- P: {};
86
- B: {};
87
- D: {};
88
- C: {};
89
- M: {};
90
- Defaults: {};
91
- }, Readonly<import("vue").ExtractPropTypes<{
92
- "v-slots": import("vue").Prop<{
93
- default?: import("../../DefineVueTypings").Slot;
94
- } & {
95
- activator?: () => VNodeChild;
96
- }>;
97
- location: {
98
- type: import("vue").PropType<OPosition>;
99
- required: false;
100
- };
101
- openOnClick: {
102
- type: import("vue").PropType<boolean>;
103
- };
104
- openOnHover: {
105
- type: import("vue").PropType<boolean>;
106
- };
107
- activateOnLength: {
108
- type: import("vue").PropType<number>;
109
- required: false;
110
- };
111
- text: {
112
- type: import("vue").PropType<string>;
113
- };
114
- class: {
115
- type: import("vue").PropType<String | String[]>;
116
- required: boolean;
117
- };
118
- colorSchemaType: {
119
- type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
120
- required: boolean;
121
- };
122
- container: {
123
- type: BooleanConstructor;
124
- required: boolean;
125
- };
126
- colors: {
127
- type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
128
- required: boolean;
129
- };
130
- }>>, () => JSX.Element, {}, {}, {}, {
131
- container: boolean;
132
- }>;
133
- __isFragment?: never;
134
- __isTeleport?: never;
135
- __isSuspense?: never;
136
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
137
- "v-slots": import("vue").Prop<{
138
- default?: import("../../DefineVueTypings").Slot;
139
- } & {
140
- activator?: () => VNodeChild;
141
- }>;
142
- location: {
143
- type: import("vue").PropType<OPosition>;
144
- required: false;
145
- };
146
- openOnClick: {
147
- type: import("vue").PropType<boolean>;
148
- };
149
- openOnHover: {
150
- type: import("vue").PropType<boolean>;
151
- };
152
- activateOnLength: {
153
- type: import("vue").PropType<number>;
154
- required: false;
155
- };
156
- text: {
157
- type: import("vue").PropType<string>;
158
- };
159
- class: {
160
- type: import("vue").PropType<String | String[]>;
161
- required: boolean;
162
- };
163
- colorSchemaType: {
164
- type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
165
- required: boolean;
166
- };
167
- container: {
168
- type: BooleanConstructor;
169
- required: boolean;
170
- };
171
- colors: {
172
- type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
173
- required: boolean;
174
- };
175
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
176
- container: boolean;
177
- }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
178
- propsDefinition: Omit<Readonly<{} & {
179
- text?: string;
180
- container?: boolean;
181
- class?: String | String[];
182
- colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
183
- colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
184
- "v-slots"?: {
185
- default?: import("../../DefineVueTypings").Slot;
186
- } & {
187
- activator?: () => VNodeChild;
188
- };
189
- location?: OPosition;
190
- openOnHover?: boolean;
191
- openOnClick?: boolean;
192
- activateOnLength?: number;
193
- }>, never>;
194
- };
4
+ type TooltipProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"text", string, false, null, "The text of the tooltip."> & DefineProp<"activateOnLength", number, false, 0, "Disabled if the text length is less than this value."> & DefineProp<"openOnHover", boolean, false, false, "Opens the tooltip on hover."> & DefineProp<"openOnClick", boolean, false, false, "Designates whether the tooltip should open on activator click."> & DefineProp<"location", OPosition, false, "top end", "Specifies the component’s location. Can combine by using a space separated string"> & DefineSlot<"activator", () => VNodeChild>;
5
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<TooltipProps>) => any;
195
6
  export default _default;
@@ -1,57 +1,5 @@
1
- import { IValidator } from "@omnia/fx/ux";
2
- declare const _default: {
3
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
4
- validationOn: {
5
- type: import("vue").PropType<"blur" | "input" | "submit" | "lazy" | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit">;
6
- required: false;
7
- };
8
- validator: {
9
- type: import("vue").PropType<IValidator>;
10
- required: true;
11
- };
12
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
13
- validationOn: {
14
- type: import("vue").PropType<"blur" | "input" | "submit" | "lazy" | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit">;
15
- required: false;
16
- };
17
- validator: {
18
- type: import("vue").PropType<IValidator>;
19
- required: true;
20
- };
21
- }>>, {}, true, {}, {}, {
22
- P: {};
23
- B: {};
24
- D: {};
25
- C: {};
26
- M: {};
27
- Defaults: {};
28
- }, Readonly<import("vue").ExtractPropTypes<{
29
- validationOn: {
30
- type: import("vue").PropType<"blur" | "input" | "submit" | "lazy" | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit">;
31
- required: false;
32
- };
33
- validator: {
34
- type: import("vue").PropType<IValidator>;
35
- required: true;
36
- };
37
- }>>, () => JSX.Element, {}, {}, {}, {}>;
38
- __isFragment?: never;
39
- __isTeleport?: never;
40
- __isSuspense?: never;
41
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
42
- validationOn: {
43
- type: import("vue").PropType<"blur" | "input" | "submit" | "lazy" | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit">;
44
- required: false;
45
- };
46
- validator: {
47
- type: import("vue").PropType<IValidator>;
48
- required: true;
49
- };
50
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
51
- propsDefinition: Omit<Readonly<{
52
- validator: IValidator;
53
- } & {
54
- validationOn?: "blur" | "input" | "submit" | "lazy" | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit";
55
- }>, never>;
56
- };
1
+ import { DefineProp, IValidator } from "@omnia/fx/ux";
2
+ import { ValidationOnTypes } from "../../models/Validation";
3
+ type VAlidationProps = DefineProp<"validator", IValidator, true, null, "The validator."> & DefineProp<"validationOn", ValidationOnTypes, false, "lazy submit", "Changes the events in which validation occurs.">;
4
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<VAlidationProps>) => any;
57
5
  export default _default;
@@ -21,8 +21,8 @@ declare const _default: {
21
21
  type: import("vue").PropType<string>;
22
22
  };
23
23
  }>> & {
24
- onDoc$?: (description?: string) => any;
25
24
  onContentChanged?: (content: string) => any;
25
+ onDoc$?: (description?: string) => any;
26
26
  onRegisterFocus?: (callback: () => void) => any;
27
27
  onMentionChanged?: (mentions: ResolvedUserIdentity[]) => any;
28
28
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -52,8 +52,8 @@ declare const _default: {
52
52
  type: import("vue").PropType<string>;
53
53
  };
54
54
  }>> & {
55
- onDoc$?: (description?: string) => any;
56
55
  onContentChanged?: (content: string) => any;
56
+ onDoc$?: (description?: string) => any;
57
57
  onRegisterFocus?: (callback: () => void) => any;
58
58
  onMentionChanged?: (mentions: ResolvedUserIdentity[]) => any;
59
59
  }, {}, true, {}, {}, {
@@ -83,8 +83,8 @@ declare const _default: {
83
83
  type: import("vue").PropType<string>;
84
84
  };
85
85
  }>> & {
86
- onDoc$?: (description?: string) => any;
87
86
  onContentChanged?: (content: string) => any;
87
+ onDoc$?: (description?: string) => any;
88
88
  onRegisterFocus?: (callback: () => void) => any;
89
89
  onMentionChanged?: (mentions: ResolvedUserIdentity[]) => any;
90
90
  }, () => JSX.Element, {}, {}, {}, {}>;
@@ -111,8 +111,8 @@ declare const _default: {
111
111
  type: import("vue").PropType<string>;
112
112
  };
113
113
  }>> & {
114
- onDoc$?: (description?: string) => any;
115
114
  onContentChanged?: (content: string) => any;
115
+ onDoc$?: (description?: string) => any;
116
116
  onRegisterFocus?: (callback: () => void) => any;
117
117
  onMentionChanged?: (mentions: ResolvedUserIdentity[]) => any;
118
118
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -130,9 +130,9 @@ declare const _default: {
130
130
  richTextSettings?: OmitProperties<IRichTextEditor, "initialContent" | "onContentChange">;
131
131
  enableMention?: boolean;
132
132
  resetContetnRte?: boolean;
133
- }>, "onDoc$" | "onContentChanged" | "onRegisterFocus" | "onMentionChanged"> & {
134
- onDoc$?: (description?: string) => any;
133
+ }>, "onContentChanged" | "onDoc$" | "onRegisterFocus" | "onMentionChanged"> & {
135
134
  onContentChanged?: (content: string) => any;
135
+ onDoc$?: (description?: string) => any;
136
136
  onRegisterFocus?: (callback: () => void) => any;
137
137
  onMentionChanged?: (mentions: ResolvedUserIdentity[]) => any;
138
138
  };
@@ -37,6 +37,6 @@ export declare function useClone<T>(source: T): T;
37
37
  * @return {*}
38
38
  */
39
39
  export declare function useCloneRef<T>(source: MaybeComputedRef<T>, options?: UseClonedOptions): {
40
- cloned: import("vue").Ref<import("vue").UnwrapRef<T>, T | import("vue").UnwrapRef<T>>;
40
+ cloned: import("vue").Ref<import("vue").UnwrapRef<T>>;
41
41
  sync: () => void;
42
42
  };
@@ -9,7 +9,7 @@ export declare const DraggableStyles: {
9
9
  export declare function useDraggable(): {
10
10
  Draggable: DraggableComponentTypings;
11
11
  readonly DraggableIcon: JSX.Element;
12
- draggableContainerRef: Ref<any, any>;
12
+ draggableContainerRef: Ref<any>;
13
13
  draggableItemClass: string;
14
14
  disabledItemClass: string;
15
15
  };
@@ -3,4 +3,4 @@
3
3
  *
4
4
  * const isMounted = useMounted()
5
5
  */
6
- export declare function useMounted(): import("vue").Ref<boolean, boolean>;
6
+ export declare function useMounted(): import("vue").Ref<boolean>;
@@ -91,9 +91,9 @@ export interface UseWebNotificationOptions extends WebNotificationOptions {
91
91
  */
92
92
  export declare function useWebNotification(options?: UseWebNotificationOptions): {
93
93
  isSupported: import("vue").ComputedRef<boolean>;
94
- notification: Ref<Notification, Notification>;
94
+ notification: Ref<Notification>;
95
95
  ensurePermissions: () => Promise<boolean>;
96
- permissionGranted: Ref<boolean, boolean>;
96
+ permissionGranted: Ref<boolean>;
97
97
  show: (overrides?: WebNotificationOptions) => Promise<Notification>;
98
98
  close: () => void;
99
99
  onClick: import("@omnia/fx-models").EventHookOn<any>;
@@ -223,7 +223,6 @@ export declare enum VelcronImageRatios {
223
223
  }
224
224
  export interface VelcronImageDefinition extends VelcronDefinitionWithEditMode {
225
225
  type: "image";
226
- url?: VelcronBindableProp<string>;
227
226
  value?: VelcronBindableProp<string>;
228
227
  ratio?: VelcronImageRatios | string;
229
228
  width?: number | string;
@@ -371,6 +370,11 @@ export interface VelcronPropertyDefinitionValue {
371
370
  value: PropertyValue;
372
371
  configuration: PropertyConfiguration<PropertyDefinition<any, any, any, PropertySetupBase>>;
373
372
  }
373
+ export interface VelcronPropertyDefinitionValueResolver {
374
+ name: string;
375
+ provider: string;
376
+ path: string;
377
+ }
374
378
  export type VelcronRenderProps<TDefinition> = {
375
379
  definition: TDefinition;
376
380
  renderContext: VelcronRenderContext;
@@ -1,4 +1,4 @@
1
- import { BuiltInPropertyEditorType, TypographyType, VelcronEditor } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
1
+ import { BuiltInPropertyEditorType, guid, TypographyType, VelcronEditor } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
2
2
  export interface ResolvedPropertyEditor {
3
3
  editor: VelcronEditor;
4
4
  }
@@ -36,6 +36,12 @@ export interface VelcronNumberEditorSettings {
36
36
  max: number;
37
37
  step: number;
38
38
  }
39
+ export interface VelcronPropertyResolverEditorSettings {
40
+ properties: Array<{
41
+ name: string;
42
+ definitionId: guid;
43
+ }>;
44
+ }
39
45
  export interface VelcronBlueprintEditorSettings {
40
46
  type: "container" | "icon";
41
47
  }
@@ -96,3 +102,6 @@ export interface VelcronGridEditor extends VelcronEditor<any> {
96
102
  export interface VelcronSelectEditor extends VelcronEditor<VelcronSelectEditorSettings> {
97
103
  type: "select";
98
104
  }
105
+ export interface VelcronPropertyResolverEditor extends VelcronEditor<VelcronPropertyResolverEditorSettings> {
106
+ type: "property-resolver";
107
+ }
@@ -15,6 +15,7 @@ export declare class VelcronEditorBuilder {
15
15
  sliderEditor: (name: string, stateMapping: string, settings: VelcronSliderPropertyEditorSettings) => VelcronEditorBuilder;
16
16
  gridEditor: (name: string, stateMapping: string) => VelcronEditorBuilder;
17
17
  widthEditor: (name: string, stateMapping: string) => VelcronEditorBuilder;
18
+ propertyResolverEditor: (name: string, stateMapping: string) => VelcronEditorBuilder;
18
19
  };
19
20
  build(): VelcronEditor<any>[];
20
21
  }
@@ -20,6 +20,7 @@ export declare const VelcronBlueprintEditorDescriptor: VelcronEditorDescriptor;
20
20
  export declare const VelcronBackgroundEditorDescriptor: VelcronEditorDescriptor;
21
21
  export declare const VelcronGridEditorDescriptor: VelcronEditorDescriptor;
22
22
  export declare const VelcronSelectEditorDescriptor: VelcronEditorDescriptor;
23
+ export declare const VelcronPropertyResolverEditorDescriptor: VelcronEditorDescriptor;
23
24
  type BuiltInPropertyEditorDescriptorMap = {
24
25
  [key in BuiltInPropertyEditorType]: typeof VelcronTextEditorDescriptor | typeof VelcronNumberEditorDescriptor | typeof VelcronSliderEditorDescriptor | typeof VelcronSwitchEditorDescriptor | typeof VelcronAlignmentEditorDescriptor | typeof VelcronColorEditorDescriptor | typeof VelcronMarkdownEditorDescriptor | typeof VelcronIconEditorDescriptor | typeof VelcronImageEditorDescriptor | typeof VelcronTypographyEditorDescriptor | typeof VelcronSpacingEditorDescriptor | typeof VelcronColorSchemaEditorDescriptor | typeof VelcronReferenceEditorDescriptor | typeof VelcronBackgroundEditorDescriptor | typeof VelcronBlueprintEditorDescriptor | typeof VelcronGridEditorDescriptor;
25
26
  };
@@ -4,4 +4,5 @@ export declare const VelcronEditorTemplates: {
4
4
  SpacingEditor: VelcronComponentTemplateDescriptor;
5
5
  ContainerBlueprintEditor: VelcronComponentTemplateDescriptor;
6
6
  BackgroundMediaEditor: VelcronComponentTemplateDescriptor;
7
+ PropertyResolverEditor: VelcronComponentTemplateDescriptor;
7
8
  };
@@ -0,0 +1,13 @@
1
+ import { VelcronPropertyResolverEditorSettings } from "@omnia/fx-models";
2
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
3
+ settings?: VelcronPropertyResolverEditorSettings;
4
+ } & {
5
+ "emit:update:modelValue": (value: {}) => void;
6
+ } & {
7
+ "v-model"?: {};
8
+ } & {
9
+ "onUpdate:modelValue"?: (value: {}) => void;
10
+ } & {
11
+ modelValue?: {};
12
+ }>) => any;
13
+ export default _default;
@@ -24,5 +24,5 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
24
24
  "onUpdate:modelValue"?: (value: boolean) => void;
25
25
  } & {
26
26
  modelValue?: boolean;
27
- } & DefineSlot<"navigation", () => JSX.Element> & DefineSlot<"bottomNavigationDrawer", () => JSX.Element> & DefineSlot<"prependNavigation", () => JSX.Element>>) => any;
27
+ } & DefineSlot<"navigation", () => JSX.Element> & DefineSlot<"bottomNavigationDrawer", () => JSX.Element> & DefineSlot<"prependNavigation", () => JSX.Element> & DefineSlot<"rightPanel", () => JSX.Element>>) => any;
28
28
  export default _default;
@@ -484,6 +484,7 @@ import wcfeb168ca8f484e06ab3f88d48c078319 from './ux/admin/system/submenu/servic
484
484
  import wc3a923c54b15d461597cd678c0d561496 from './ux/admin/system/submenu/systemlogs/SystemLogsJourney';
485
485
  import wc9fbf91affc974ca698437e8ada43bb0c from './ux/admin/system/submenu/tenantcontact/TenantContactJourney';
486
486
  import wcd90e0352809742c482bdda733dc8872a from './ux/aurora/admin/blades/colorschemas/ColorSchemasJourney';
487
+ import wc8142fa90f0d34258bb080a15aa21ab74 from './ux/aurora/admin/blades/fontsmanager/FontManager';
487
488
  import wc682077b575c74b2086cbf438346e0ed3 from './ux/aurora/admin/blades/templates/TemplatesJourney';
488
489
  import wc5e7631b4411b498eafa68ebde2136cc5 from './ux/aurora/admin/blades/themedesigner/ThemeDesigner';
489
490
  import wc136c9c57149747f198180bdf38a6b297 from './ux/aurora/admin/blades/themedesigner/PreviewJourney';
@@ -519,6 +520,7 @@ import wc891de93e73cc47b0a552d24fdf34c9cf from './ux/aurora/admin/blades/bluepri
519
520
  import wcfc2401c7c3384790ae7ce17d05b0855f from './ux/aurora/admin/blades/blueprints/typography/TypographyJourney';
520
521
  import wca1b28c17c13e4250a8ba59a01efece0e from './ux/admin/system/submenu/systemlogs/providers/AppInstance/AppInstanceLog';
521
522
  import wc606afcf1b9b04b5e8920b7675b4ecc4b from './ux/admin/system/submenu/systemlogs/providers/Feature/FeatureInstanceLog';
523
+ import wc3734b9786d374f388cc5b5181f5cd4f3 from './ux/aurora/admin/blades/blueprints/typography/components/FontPicker';
522
524
  import wcb358eb4c58fb49119c7c2fca8b2fe186 from './ux/app/apps/admin/appsettings/admin/blades/editapp/EditBlade';
523
525
  import wcb0e4ded914dd47ed99226f884b927f9a from './ux/app/apps/admin/appsettings/admin/blades/switchingtemplate/journey/SwitchingTemplateSettings';
524
526
  declare global {
@@ -712,6 +714,15 @@ declare global {
712
714
  } : typeof wcd90e0352809742c482bdda733dc8872a;
713
715
  };
714
716
  };
717
+ "fontmanager": {
718
+ "journey": typeof wc8142fa90f0d34258bb080a15aa21ab74 extends {
719
+ propsDefinition: infer TProp;
720
+ } ? {
721
+ new (...args: any[]): {
722
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
723
+ };
724
+ } : typeof wc8142fa90f0d34258bb080a15aa21ab74;
725
+ };
715
726
  "templates": {
716
727
  "journey": typeof wc682077b575c74b2086cbf438346e0ed3 extends {
717
728
  propsDefinition: infer TProp;
@@ -3996,6 +4007,15 @@ declare global {
3996
4007
  };
3997
4008
  } : typeof wc1476702e8f24468d9185322be5931c54;
3998
4009
  };
4010
+ "font": {
4011
+ "picker": typeof wc3734b9786d374f388cc5b5181f5cd4f3 extends {
4012
+ propsDefinition: infer TProp;
4013
+ } ? {
4014
+ new (...args: any[]): {
4015
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
4016
+ };
4017
+ } : typeof wc3734b9786d374f388cc5b5181f5cd4f3;
4018
+ };
3999
4019
  };
4000
4020
  let oa: {
4001
4021
  "recaptcha": {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx",
3
3
  "license": "MIT",
4
- "version": "8.0.262-dev",
4
+ "version": "8.0.264-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,12 +20,12 @@
20
20
  ],
21
21
  "author": "Precio Fishbone",
22
22
  "dependencies": {
23
- "@omnia/fx-models": "8.0.262-dev",
23
+ "@omnia/fx-models": "8.0.264-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
- "vue": "3.4.36",
28
+ "vue": "3.4.34",
29
29
  "vuetify": "3.6.13",
30
30
  "tslib": "2.6.2",
31
31
  "typescript": "5.5.4",