@omnia/fx 8.0.127-dev → 8.0.129-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 (135) hide show
  1. package/internal-do-not-import-from-here/core/Factory.d.ts +2 -0
  2. package/internal-do-not-import-from-here/core/index.d.ts +2 -4
  3. package/internal-do-not-import-from-here/core/messaging/BuiltInTopics.d.ts +1 -1
  4. package/internal-do-not-import-from-here/core/messaging/index.d.ts +1 -1
  5. package/internal-do-not-import-from-here/core/utils/Utils.d.ts +1 -1
  6. package/internal-do-not-import-from-here/index.d.ts +16 -18
  7. package/internal-do-not-import-from-here/manifests/omnia.fx.core.manifest.json +1 -1
  8. package/internal-do-not-import-from-here/services/identities/GroupService.d.ts +3 -1
  9. package/internal-do-not-import-from-here/services/identities/UserService.d.ts +3 -2
  10. package/internal-do-not-import-from-here/services/index.d.ts +0 -1
  11. package/internal-do-not-import-from-here/{core → shared/factory}/DefineFactory.d.ts +1 -1
  12. package/internal-do-not-import-from-here/{core → shared/factory}/Inject.d.ts +2 -2
  13. package/internal-do-not-import-from-here/{core → shared/factory}/ServiceContainer.d.ts +1 -0
  14. package/internal-do-not-import-from-here/shared/factory/index.d.ts +4 -0
  15. package/internal-do-not-import-from-here/shared/index.d.ts +3 -0
  16. package/internal-do-not-import-from-here/{core → shared}/messaging/MessageBus.d.ts +1 -1
  17. package/internal-do-not-import-from-here/{core → shared}/messaging/MessageBusMediator.d.ts +1 -1
  18. package/internal-do-not-import-from-here/shared/messaging/index.d.ts +2 -0
  19. package/internal-do-not-import-from-here/shared/models/DependencyInjection.d.ts +19 -0
  20. package/internal-do-not-import-from-here/shared/models/DependencyInjection.js +9 -0
  21. package/internal-do-not-import-from-here/shared/models/Guid.js +1 -1
  22. package/internal-do-not-import-from-here/shared/models/Messaging.d.ts +23 -0
  23. package/internal-do-not-import-from-here/shared/models/Messaging.js +2 -0
  24. package/internal-do-not-import-from-here/shared/models/hub/targeting/HubSource.js +1 -1
  25. package/internal-do-not-import-from-here/shared/models/index.d.ts +2 -0
  26. package/internal-do-not-import-from-here/shared/models/index.js +2 -0
  27. package/internal-do-not-import-from-here/shared/models/theming/Blueprints.d.ts +0 -6
  28. package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +6 -4
  29. package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.d.ts +0 -2
  30. package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.js +0 -4
  31. package/internal-do-not-import-from-here/shared/utils/index.d.ts +4 -0
  32. package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstylepicker/ButtonBlueprintsViewer.d.ts +3 -3
  33. package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromeBlueprintsPicker.css.d.ts +4 -0
  34. package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromeBlueprintsPicker.d.ts +364 -0
  35. package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromeBlueprintsViewer.d.ts +3 -3
  36. package/internal-do-not-import-from-here/ux/blueprintpickers/componentblueprints/ComponentBlueprintsViewer.d.ts +3 -3
  37. package/internal-do-not-import-from-here/ux/blueprintpickers/tabstylepicker/TabBlueprintsViewer.d.ts +3 -3
  38. package/internal-do-not-import-from-here/ux/colorpickerV2/ColorPicker.d.ts +1 -1
  39. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaDefinitionPicker.d.ts +1 -1
  40. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaPicker.d.ts +1 -1
  41. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaViewer.d.ts +1 -1
  42. package/internal-do-not-import-from-here/ux/docs/chrome/SampleViewer.d.ts +1 -1
  43. package/internal-do-not-import-from-here/ux/fillpicker/FillPicker.d.ts +3 -3
  44. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +26 -0
  45. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +26 -0
  46. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +26 -0
  47. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/BlockHeader.d.ts +10 -10
  48. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/GlobalHeaderStyling.d.ts +10 -10
  49. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/Style.d.ts +10 -10
  50. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/lock/Lock.d.ts +10 -10
  51. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Css.d.ts +10 -10
  52. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Header.d.ts +10 -10
  53. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Spacing.d.ts +10 -10
  54. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Style.d.ts +10 -10
  55. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Targeting.d.ts +10 -10
  56. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +1 -1
  57. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +9 -9
  58. package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +2 -2
  59. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +1 -1
  60. package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +1 -1
  61. package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +1 -1
  62. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +1 -1
  63. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +1 -1
  64. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +1 -1
  65. package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +1 -1
  66. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +3661 -10
  67. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +7322 -20
  68. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +2 -2
  69. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +1 -1
  70. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +1 -1
  71. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +2 -2
  72. package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +1 -1
  73. package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +2 -2
  74. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +1 -1
  75. package/internal-do-not-import-from-here/ux/oxide/notification/Notification.d.ts +1 -1
  76. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +1 -1
  77. package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +1 -1
  78. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +1 -1
  79. package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +1 -1
  80. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +7325 -23
  81. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +1 -1
  82. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +1 -1
  83. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +1 -1
  84. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +2 -2
  85. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +2 -2
  86. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +2 -2
  87. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +1 -1
  88. package/internal-do-not-import-from-here/ux/signin/identitycreationrequest/IdentityCreationRequestView.d.ts +10 -10
  89. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/BlueprintsTemplates.d.ts +32 -1
  90. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ColorManager.d.ts +7 -0
  91. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ColorSchemaManager.d.ts +12 -0
  92. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ThemeDefinitionInstance.d.ts +21 -2
  93. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ThemeRegistrations.d.ts +1 -0
  94. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsTypography.d.ts +99 -3
  95. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsTypography.d.ts +159 -3
  96. package/internal-do-not-import-from-here/ux/theming-v2/store/BlueprintTemplatesStore.d.ts +13 -1
  97. package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeBlueprintStore.d.ts +3668 -16
  98. package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaStore.d.ts +3661 -9
  99. package/internal-do-not-import-from-here/ux/theming-v2/store/ComponentBlueprintStore.d.ts +3667 -15
  100. package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingBlueprintStore.d.ts +3666 -14
  101. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeContextStore.d.ts +0 -9
  102. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeStoreV2.d.ts +5 -6
  103. package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyBlueprintStore.d.ts +3670 -18
  104. package/internal-do-not-import-from-here/ux/theming-v2/store/index.d.ts +0 -2
  105. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseStyling.d.ts +36610 -100
  106. package/internal-do-not-import-from-here/ux/theming-v2/themepicker/ThemeEditor.d.ts +77 -0
  107. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +3661 -10
  108. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +1 -1
  109. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +3 -3
  110. package/internal-do-not-import-from-here/ux/velcron/editor/components/ContainerRenderer.d.ts +1 -1
  111. package/internal-do-not-import-from-here/wctypings.d.ts +23 -1
  112. package/package.json +2 -2
  113. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsChrome.d.ts +0 -12
  114. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsComponents.d.ts +0 -22
  115. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsSpacing.d.ts +0 -20
  116. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsTypography.d.ts +0 -27
  117. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/DefinitionsComponents.d.ts +0 -0
  118. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/DefinitionsSpacing.d.ts +0 -28
  119. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsChrome.d.ts +0 -8
  120. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsComponents.d.ts +0 -8
  121. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsSpacing.d.ts +0 -11
  122. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/DefinitionsComponents.d.ts +0 -0
  123. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/DefinitionsSpacing.d.ts +0 -19
  124. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/DefinitionsTypography.d.ts +0 -98
  125. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsChrome.d.ts +0 -11
  126. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsComponents.d.ts +0 -8
  127. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsSpacing.d.ts +0 -11
  128. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/DefinitionsComponents.d.ts +0 -0
  129. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/DefinitionsSpacing.d.ts +0 -19
  130. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/DefinitionsTypography.d.ts +0 -158
  131. package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyDefinitionStore.d.ts +0 -29
  132. package/internal-do-not-import-from-here/{core → shared/factory}/Injectable.d.ts +0 -0
  133. package/internal-do-not-import-from-here/ux/theming-v2/designkits/{default/themes/DefinitionsTypography.d.ts → core/TypographyBlueprints.d.ts} +0 -0
  134. package/internal-do-not-import-from-here/ux/theming-v2/{themedefinitionpicker/ThemeDefinitionPicker.css.d.ts → themepicker/ThemePicker.css.d.ts} +0 -0
  135. package/internal-do-not-import-from-here/ux/theming-v2/{themedefinitionpicker/ThemeDefinitionPicker.d.ts → themepicker/ThemePicker.d.ts} +1 -1
@@ -0,0 +1,364 @@
1
+ import { ChromeBlueprints } from "@omnia/fx-models";
2
+ declare const _default: {
3
+ new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
4
+ "onUpdate:modelValue": {
5
+ type: import("vue").PropType<(value: ChromeBlueprints) => any>;
6
+ };
7
+ "v-model": {
8
+ type: import("vue").PropType<ChromeBlueprints>;
9
+ required: false;
10
+ };
11
+ modelValue: {
12
+ type: import("vue").PropType<ChromeBlueprints>;
13
+ required: false;
14
+ };
15
+ name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
16
+ type: import("vue").PropType<(value: ChromeBlueprints) => any>;
17
+ }; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
18
+ type: import("vue").PropType<ChromeBlueprints>;
19
+ required: false;
20
+ }; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
21
+ type: import("vue").PropType<ChromeBlueprints>;
22
+ required: false;
23
+ }; } & {
24
+ require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, ChromeBlueprints, {
25
+ "onUpdate:modelValue": {
26
+ type: import("vue").PropType<(value: ChromeBlueprints) => any>;
27
+ };
28
+ } & {
29
+ "v-model": {
30
+ type: import("vue").PropType<ChromeBlueprints>;
31
+ required: false;
32
+ };
33
+ } & {
34
+ modelValue: {
35
+ type: import("vue").PropType<ChromeBlueprints>;
36
+ required: false;
37
+ };
38
+ }>;
39
+ defaultValue(value?: ChromeBlueprints): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, ChromeBlueprints, {
40
+ "onUpdate:modelValue": {
41
+ type: import("vue").PropType<(value: ChromeBlueprints) => any>;
42
+ };
43
+ } & {
44
+ "v-model": {
45
+ type: import("vue").PropType<ChromeBlueprints>;
46
+ required: false;
47
+ };
48
+ } & {
49
+ modelValue: {
50
+ type: import("vue").PropType<ChromeBlueprints>;
51
+ required: false;
52
+ };
53
+ }, false>;
54
+ doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, ChromeBlueprints, {
55
+ "onUpdate:modelValue": {
56
+ type: import("vue").PropType<(value: ChromeBlueprints) => any>;
57
+ };
58
+ } & {
59
+ "v-model": {
60
+ type: import("vue").PropType<ChromeBlueprints>;
61
+ required: false;
62
+ };
63
+ } & {
64
+ modelValue: {
65
+ type: import("vue").PropType<ChromeBlueprints>;
66
+ required: false;
67
+ };
68
+ }>;
69
+ };
70
+ }>> & {
71
+ "onUpdate:modelValue"?: (value: ChromeBlueprints) => any;
72
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
73
+ "update:modelValue": (value: ChromeBlueprints) => any;
74
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
75
+ "onUpdate:modelValue": {
76
+ type: import("vue").PropType<(value: ChromeBlueprints) => any>;
77
+ };
78
+ "v-model": {
79
+ type: import("vue").PropType<ChromeBlueprints>;
80
+ required: false;
81
+ };
82
+ modelValue: {
83
+ type: import("vue").PropType<ChromeBlueprints>;
84
+ required: false;
85
+ };
86
+ name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
87
+ type: import("vue").PropType<(value: ChromeBlueprints) => any>;
88
+ }; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
89
+ type: import("vue").PropType<ChromeBlueprints>;
90
+ required: false;
91
+ }; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
92
+ type: import("vue").PropType<ChromeBlueprints>;
93
+ required: false;
94
+ }; } & {
95
+ require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, ChromeBlueprints, {
96
+ "onUpdate:modelValue": {
97
+ type: import("vue").PropType<(value: ChromeBlueprints) => any>;
98
+ };
99
+ } & {
100
+ "v-model": {
101
+ type: import("vue").PropType<ChromeBlueprints>;
102
+ required: false;
103
+ };
104
+ } & {
105
+ modelValue: {
106
+ type: import("vue").PropType<ChromeBlueprints>;
107
+ required: false;
108
+ };
109
+ }>;
110
+ defaultValue(value?: ChromeBlueprints): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, ChromeBlueprints, {
111
+ "onUpdate:modelValue": {
112
+ type: import("vue").PropType<(value: ChromeBlueprints) => any>;
113
+ };
114
+ } & {
115
+ "v-model": {
116
+ type: import("vue").PropType<ChromeBlueprints>;
117
+ required: false;
118
+ };
119
+ } & {
120
+ modelValue: {
121
+ type: import("vue").PropType<ChromeBlueprints>;
122
+ required: false;
123
+ };
124
+ }, false>;
125
+ doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, ChromeBlueprints, {
126
+ "onUpdate:modelValue": {
127
+ type: import("vue").PropType<(value: ChromeBlueprints) => any>;
128
+ };
129
+ } & {
130
+ "v-model": {
131
+ type: import("vue").PropType<ChromeBlueprints>;
132
+ required: false;
133
+ };
134
+ } & {
135
+ modelValue: {
136
+ type: import("vue").PropType<ChromeBlueprints>;
137
+ required: false;
138
+ };
139
+ }>;
140
+ };
141
+ }>> & {
142
+ "onUpdate:modelValue"?: (value: ChromeBlueprints) => any;
143
+ }, {}, true, {}, {}, {
144
+ P: {};
145
+ B: {};
146
+ D: {};
147
+ C: {};
148
+ M: {};
149
+ Defaults: {};
150
+ }, Readonly<import("vue").ExtractPropTypes<{
151
+ "onUpdate:modelValue": {
152
+ type: import("vue").PropType<(value: ChromeBlueprints) => any>;
153
+ };
154
+ "v-model": {
155
+ type: import("vue").PropType<ChromeBlueprints>;
156
+ required: false;
157
+ };
158
+ modelValue: {
159
+ type: import("vue").PropType<ChromeBlueprints>;
160
+ required: false;
161
+ };
162
+ name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
163
+ type: import("vue").PropType<(value: ChromeBlueprints) => any>;
164
+ }; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
165
+ type: import("vue").PropType<ChromeBlueprints>;
166
+ required: false;
167
+ }; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
168
+ type: import("vue").PropType<ChromeBlueprints>;
169
+ required: false;
170
+ }; } & {
171
+ require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, ChromeBlueprints, {
172
+ "onUpdate:modelValue": {
173
+ type: import("vue").PropType<(value: ChromeBlueprints) => any>;
174
+ };
175
+ } & {
176
+ "v-model": {
177
+ type: import("vue").PropType<ChromeBlueprints>;
178
+ required: false;
179
+ };
180
+ } & {
181
+ modelValue: {
182
+ type: import("vue").PropType<ChromeBlueprints>;
183
+ required: false;
184
+ };
185
+ }>;
186
+ defaultValue(value?: ChromeBlueprints): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, ChromeBlueprints, {
187
+ "onUpdate:modelValue": {
188
+ type: import("vue").PropType<(value: ChromeBlueprints) => any>;
189
+ };
190
+ } & {
191
+ "v-model": {
192
+ type: import("vue").PropType<ChromeBlueprints>;
193
+ required: false;
194
+ };
195
+ } & {
196
+ modelValue: {
197
+ type: import("vue").PropType<ChromeBlueprints>;
198
+ required: false;
199
+ };
200
+ }, false>;
201
+ doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, ChromeBlueprints, {
202
+ "onUpdate:modelValue": {
203
+ type: import("vue").PropType<(value: ChromeBlueprints) => any>;
204
+ };
205
+ } & {
206
+ "v-model": {
207
+ type: import("vue").PropType<ChromeBlueprints>;
208
+ required: false;
209
+ };
210
+ } & {
211
+ modelValue: {
212
+ type: import("vue").PropType<ChromeBlueprints>;
213
+ required: false;
214
+ };
215
+ }>;
216
+ };
217
+ }>> & {
218
+ "onUpdate:modelValue"?: (value: ChromeBlueprints) => any;
219
+ }, () => JSX.Element, {}, {}, {}, {}>;
220
+ __isFragment?: never;
221
+ __isTeleport?: never;
222
+ __isSuspense?: never;
223
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
224
+ "onUpdate:modelValue": {
225
+ type: import("vue").PropType<(value: ChromeBlueprints) => any>;
226
+ };
227
+ "v-model": {
228
+ type: import("vue").PropType<ChromeBlueprints>;
229
+ required: false;
230
+ };
231
+ modelValue: {
232
+ type: import("vue").PropType<ChromeBlueprints>;
233
+ required: false;
234
+ };
235
+ name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
236
+ type: import("vue").PropType<(value: ChromeBlueprints) => any>;
237
+ }; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
238
+ type: import("vue").PropType<ChromeBlueprints>;
239
+ required: false;
240
+ }; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
241
+ type: import("vue").PropType<ChromeBlueprints>;
242
+ required: false;
243
+ }; } & {
244
+ require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, ChromeBlueprints, {
245
+ "onUpdate:modelValue": {
246
+ type: import("vue").PropType<(value: ChromeBlueprints) => any>;
247
+ };
248
+ } & {
249
+ "v-model": {
250
+ type: import("vue").PropType<ChromeBlueprints>;
251
+ required: false;
252
+ };
253
+ } & {
254
+ modelValue: {
255
+ type: import("vue").PropType<ChromeBlueprints>;
256
+ required: false;
257
+ };
258
+ }>;
259
+ defaultValue(value?: ChromeBlueprints): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, ChromeBlueprints, {
260
+ "onUpdate:modelValue": {
261
+ type: import("vue").PropType<(value: ChromeBlueprints) => any>;
262
+ };
263
+ } & {
264
+ "v-model": {
265
+ type: import("vue").PropType<ChromeBlueprints>;
266
+ required: false;
267
+ };
268
+ } & {
269
+ modelValue: {
270
+ type: import("vue").PropType<ChromeBlueprints>;
271
+ required: false;
272
+ };
273
+ }, false>;
274
+ doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, ChromeBlueprints, {
275
+ "onUpdate:modelValue": {
276
+ type: import("vue").PropType<(value: ChromeBlueprints) => any>;
277
+ };
278
+ } & {
279
+ "v-model": {
280
+ type: import("vue").PropType<ChromeBlueprints>;
281
+ required: false;
282
+ };
283
+ } & {
284
+ modelValue: {
285
+ type: import("vue").PropType<ChromeBlueprints>;
286
+ required: false;
287
+ };
288
+ }>;
289
+ };
290
+ }>> & {
291
+ "onUpdate:modelValue"?: (value: ChromeBlueprints) => any;
292
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
293
+ "update:modelValue": (value: ChromeBlueprints) => any;
294
+ }, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
295
+ propsDefinition: Omit<Readonly<{} & {
296
+ name?: {
297
+ [x: `onUpdate:${string}`]: {
298
+ type: import("vue").PropType<(value: ChromeBlueprints) => any>;
299
+ };
300
+ } & {
301
+ [x: `v-model:${string}`]: {
302
+ type: import("vue").PropType<ChromeBlueprints>;
303
+ required: false;
304
+ };
305
+ } & {
306
+ [x: string]: {
307
+ type: import("vue").PropType<ChromeBlueprints>;
308
+ required: false;
309
+ };
310
+ } & {
311
+ require(): import("../../DefineVueTypings").DefinePropModelRequire<string, ChromeBlueprints, {
312
+ "onUpdate:modelValue": {
313
+ type: import("vue").PropType<(value: ChromeBlueprints) => any>;
314
+ };
315
+ } & {
316
+ "v-model": {
317
+ type: import("vue").PropType<ChromeBlueprints>;
318
+ required: false;
319
+ };
320
+ } & {
321
+ modelValue: {
322
+ type: import("vue").PropType<ChromeBlueprints>;
323
+ required: false;
324
+ };
325
+ }>;
326
+ defaultValue(value?: ChromeBlueprints): import("../../DefineVueTypings").DefinePropModelDefaultValue<string, ChromeBlueprints, {
327
+ "onUpdate:modelValue": {
328
+ type: import("vue").PropType<(value: ChromeBlueprints) => any>;
329
+ };
330
+ } & {
331
+ "v-model": {
332
+ type: import("vue").PropType<ChromeBlueprints>;
333
+ required: false;
334
+ };
335
+ } & {
336
+ modelValue: {
337
+ type: import("vue").PropType<ChromeBlueprints>;
338
+ required: false;
339
+ };
340
+ }, false>;
341
+ doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<string, ChromeBlueprints, {
342
+ "onUpdate:modelValue": {
343
+ type: import("vue").PropType<(value: ChromeBlueprints) => any>;
344
+ };
345
+ } & {
346
+ "v-model": {
347
+ type: import("vue").PropType<ChromeBlueprints>;
348
+ required: false;
349
+ };
350
+ } & {
351
+ modelValue: {
352
+ type: import("vue").PropType<ChromeBlueprints>;
353
+ required: false;
354
+ };
355
+ }>;
356
+ };
357
+ "v-model"?: ChromeBlueprints;
358
+ "onUpdate:modelValue"?: (value: ChromeBlueprints) => any;
359
+ modelValue?: ChromeBlueprints;
360
+ }>, "onUpdate:modelValue"> & {
361
+ "onUpdate:modelValue"?: (value: ChromeBlueprints) => any;
362
+ };
363
+ };
364
+ export default _default;
@@ -11,11 +11,11 @@ declare const _default: (props: {
11
11
  dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
12
12
  } & Omit<{
13
13
  "onClick:select"?: (variant: BlueprintVariant) => any;
14
- }, "v-model" | "onUpdate:modelValue" | "modelValue" | "toned" | "dynamicColorSchemaType"> & {
14
+ }, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "dynamicColorSchemaType"> & {
15
15
  "v-slots"?: {
16
16
  default?: import("vue").Slot;
17
17
  };
18
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue" | "toned" | "dynamicColorSchemaType">) => {
18
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "dynamicColorSchemaType">) => {
19
19
  $: import("vue").ComponentInternalInstance;
20
20
  $data: {};
21
21
  $props: {};
@@ -69,7 +69,7 @@ declare const _default: (props: {
69
69
  };
70
70
  } & {
71
71
  "onClick:select"?: (variant: BlueprintVariant) => any;
72
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue" | "toned" | "dynamicColorSchemaType">;
72
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "dynamicColorSchemaType">;
73
73
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
74
74
  [key: string]: any;
75
75
  }>;
@@ -7,11 +7,11 @@ declare const _default: (props: {
7
7
  modelValue?: ComponentBlueprints;
8
8
  } & {
9
9
  toned?: boolean;
10
- } & Omit<{}, "v-model" | "onUpdate:modelValue" | "modelValue" | "toned"> & {
10
+ } & Omit<{}, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue"> & {
11
11
  "v-slots"?: {
12
12
  default?: import("vue").Slot;
13
13
  };
14
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue" | "toned">) => {
14
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue">) => {
15
15
  $: import("vue").ComponentInternalInstance;
16
16
  $data: {};
17
17
  $props: {};
@@ -61,7 +61,7 @@ declare const _default: (props: {
61
61
  "v-slots"?: {
62
62
  default?: import("vue").Slot;
63
63
  };
64
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue" | "toned">;
64
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue">;
65
65
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
66
66
  [key: string]: any;
67
67
  }>;
@@ -11,11 +11,11 @@ declare const _default: (props: {
11
11
  selectable?: boolean;
12
12
  } & Omit<{
13
13
  "onClick:select"?: (variant: BlueprintVariant) => any;
14
- }, "v-model" | "onUpdate:modelValue" | "modelValue" | "toned" | "selectable"> & {
14
+ }, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "selectable"> & {
15
15
  "v-slots"?: {
16
16
  default?: import("vue").Slot;
17
17
  };
18
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue" | "toned" | "selectable">) => {
18
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "selectable">) => {
19
19
  $: import("vue").ComponentInternalInstance;
20
20
  $data: {};
21
21
  $props: {};
@@ -69,7 +69,7 @@ declare const _default: (props: {
69
69
  };
70
70
  } & {
71
71
  "onClick:select"?: (variant: BlueprintVariant) => any;
72
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue" | "toned" | "selectable">;
72
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "selectable">;
73
73
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
74
74
  [key: string]: any;
75
75
  }>;
@@ -541,10 +541,10 @@ declare const _default: {
541
541
  }>;
542
542
  };
543
543
  label?: string;
544
+ toned?: boolean;
544
545
  "v-model"?: ColorValue;
545
546
  "onUpdate:modelValue"?: (value: ColorValue) => any;
546
547
  modelValue?: ColorValue;
547
- toned?: boolean;
548
548
  dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
549
549
  "dynamic-color-schema-type"?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
550
550
  enableDynamicColor?: boolean;
@@ -410,8 +410,8 @@ declare const _default: {
410
410
  };
411
411
  }>;
412
412
  };
413
- label?: string;
414
413
  class?: String | String[];
414
+ label?: string;
415
415
  items?: ColorSchema[];
416
416
  "v-model"?: ColorSchema;
417
417
  "onUpdate:modelValue"?: (value: ColorSchema) => any;
@@ -568,8 +568,8 @@ declare const _default: {
568
568
  };
569
569
  }>;
570
570
  };
571
- label?: string;
572
571
  class?: String | String[];
572
+ label?: string;
573
573
  themeDefinition?: ThemeDefinitionV2;
574
574
  "v-model"?: "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema;
575
575
  "onUpdate:modelValue"?: (value: "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema) => any;
@@ -501,8 +501,8 @@ declare const _default: {
501
501
  };
502
502
  }>;
503
503
  };
504
- label?: string;
505
504
  class?: string;
505
+ label?: string;
506
506
  "v-model"?: ColorSchema;
507
507
  "onUpdate:modelValue"?: (value: ColorSchema) => any;
508
508
  modelValue?: ColorSchema;
@@ -101,8 +101,8 @@ declare const _default: {
101
101
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
102
102
  propsDefinition: Omit<Readonly<{} & {
103
103
  title?: string;
104
- component?: any;
105
104
  description?: string;
105
+ component?: any;
106
106
  relativeUrl?: string;
107
107
  "relative-url"?: string;
108
108
  }>, never>;
@@ -18,11 +18,11 @@ declare const _default: (props: {
18
18
  enableDynamicColor?: boolean;
19
19
  } & {
20
20
  createNewColorDynamic?: boolean;
21
- } & DefineSlot<"activator", () => VNodeChild> & Omit<{}, "title" | "v-model" | "onUpdate:modelValue" | "modelValue" | "activator" | "colorType" | "dynamicColorSchemaType" | "enableDynamicColor" | "createNewColorDynamic"> & {
21
+ } & DefineSlot<"activator", () => VNodeChild> & Omit<{}, "title" | "colorType" | "v-model" | "onUpdate:modelValue" | "modelValue" | "activator" | "dynamicColorSchemaType" | "enableDynamicColor" | "createNewColorDynamic"> & {
22
22
  "v-slots"?: {
23
23
  default?: import("vue").Slot;
24
24
  };
25
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "v-model" | "onUpdate:modelValue" | "modelValue" | "activator" | "colorType" | "dynamicColorSchemaType" | "enableDynamicColor" | "createNewColorDynamic">) => {
25
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "colorType" | "v-model" | "onUpdate:modelValue" | "modelValue" | "activator" | "dynamicColorSchemaType" | "enableDynamicColor" | "createNewColorDynamic">) => {
26
26
  $: import("vue").ComponentInternalInstance;
27
27
  $data: {};
28
28
  $props: {};
@@ -80,7 +80,7 @@ declare const _default: (props: {
80
80
  "v-slots"?: {
81
81
  default?: import("vue").Slot;
82
82
  };
83
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "v-model" | "onUpdate:modelValue" | "modelValue" | "activator" | "colorType" | "dynamicColorSchemaType" | "enableDynamicColor" | "createNewColorDynamic">;
83
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "colorType" | "v-model" | "onUpdate:modelValue" | "modelValue" | "activator" | "dynamicColorSchemaType" | "enableDynamicColor" | "createNewColorDynamic">;
84
84
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
85
85
  [key: string]: any;
86
86
  }>;
@@ -2,6 +2,12 @@ import { BoolFilter, GuidValue, Identity, IResolvedIdentity, ISpecialUserConfigu
2
2
  import { IIdentityPickerStore } from "@omnia/fx/stores";
3
3
  declare const _default: {
4
4
  new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
5
+ "business-profile-id": {
6
+ type: import("vue").PropType<string>;
7
+ };
8
+ businessProfileId: {
9
+ type: import("vue").PropType<string>;
10
+ };
5
11
  "is-closed": {
6
12
  type: import("vue").PropType<Boolean>;
7
13
  required: false;
@@ -164,6 +170,12 @@ declare const _default: {
164
170
  };
165
171
  add: (identity: Identity) => void;
166
172
  }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
173
+ "business-profile-id": {
174
+ type: import("vue").PropType<string>;
175
+ };
176
+ businessProfileId: {
177
+ type: import("vue").PropType<string>;
178
+ };
167
179
  "is-closed": {
168
180
  type: import("vue").PropType<Boolean>;
169
181
  required: false;
@@ -327,6 +339,12 @@ declare const _default: {
327
339
  M: {};
328
340
  Defaults: {};
329
341
  }, Readonly<import("vue").ExtractPropTypes<{
342
+ "business-profile-id": {
343
+ type: import("vue").PropType<string>;
344
+ };
345
+ businessProfileId: {
346
+ type: import("vue").PropType<string>;
347
+ };
330
348
  "is-closed": {
331
349
  type: import("vue").PropType<Boolean>;
332
350
  required: false;
@@ -487,6 +505,12 @@ declare const _default: {
487
505
  __isTeleport?: never;
488
506
  __isSuspense?: never;
489
507
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
508
+ "business-profile-id": {
509
+ type: import("vue").PropType<string>;
510
+ };
511
+ businessProfileId: {
512
+ type: import("vue").PropType<string>;
513
+ };
490
514
  "is-closed": {
491
515
  type: import("vue").PropType<Boolean>;
492
516
  required: false;
@@ -658,6 +682,7 @@ declare const _default: {
658
682
  "v-model"?: Identity[];
659
683
  "onUpdate:modelValue"?: (value: Identity[]) => any;
660
684
  modelValue?: Identity[];
685
+ businessProfileId?: string;
661
686
  providerIds?: GuidValue[];
662
687
  emailEnabled?: BoolFilter;
663
688
  permissionEnabled?: BoolFilter;
@@ -679,6 +704,7 @@ declare const _default: {
679
704
  "permission-enabled"?: BoolFilter;
680
705
  enableSpecialUser?: ISpecialUserConfiguration;
681
706
  "enable-special-user"?: ISpecialUserConfiguration;
707
+ "business-profile-id"?: string;
682
708
  attachToParent?: boolean;
683
709
  "attach-to-parent"?: boolean;
684
710
  showSelectedIdentities?: Boolean;
@@ -2,6 +2,12 @@ import { BoolFilter, GuidValue, IResolvedIdentity, ISpecialUserConfiguration, Id
2
2
  import { IIdentityPickerStore } from "@omnia/fx/stores";
3
3
  declare const _default: {
4
4
  new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
5
+ "business-profile-id": {
6
+ type: import("vue").PropType<string>;
7
+ };
8
+ businessProfileId: {
9
+ type: import("vue").PropType<string>;
10
+ };
5
11
  "enable-special-user": {
6
12
  type: import("vue").PropType<ISpecialUserConfiguration>;
7
13
  required: false;
@@ -227,6 +233,12 @@ declare const _default: {
227
233
  "update:modelValue": (value: Identity) => true;
228
234
  };
229
235
  }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
236
+ "business-profile-id": {
237
+ type: import("vue").PropType<string>;
238
+ };
239
+ businessProfileId: {
240
+ type: import("vue").PropType<string>;
241
+ };
230
242
  "enable-special-user": {
231
243
  type: import("vue").PropType<ISpecialUserConfiguration>;
232
244
  required: false;
@@ -454,6 +466,12 @@ declare const _default: {
454
466
  M: {};
455
467
  Defaults: {};
456
468
  }, Readonly<import("vue").ExtractPropTypes<{
469
+ "business-profile-id": {
470
+ type: import("vue").PropType<string>;
471
+ };
472
+ businessProfileId: {
473
+ type: import("vue").PropType<string>;
474
+ };
457
475
  "enable-special-user": {
458
476
  type: import("vue").PropType<ISpecialUserConfiguration>;
459
477
  required: false;
@@ -678,6 +696,12 @@ declare const _default: {
678
696
  __isTeleport?: never;
679
697
  __isSuspense?: never;
680
698
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
699
+ "business-profile-id": {
700
+ type: import("vue").PropType<string>;
701
+ };
702
+ businessProfileId: {
703
+ type: import("vue").PropType<string>;
704
+ };
681
705
  "enable-special-user": {
682
706
  type: import("vue").PropType<ISpecialUserConfiguration>;
683
707
  required: false;
@@ -973,6 +997,7 @@ declare const _default: {
973
997
  "v-model"?: boolean;
974
998
  "onUpdate:modelValue"?: (value: boolean) => any;
975
999
  modelValue?: boolean;
1000
+ businessProfileId?: string;
976
1001
  location?: "left" | "center" | "right" | "top" | "start" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom";
977
1002
  showMenu?: boolean;
978
1003
  providerIds?: GuidValue[];
@@ -1000,6 +1025,7 @@ declare const _default: {
1000
1025
  "permission-enabled"?: BoolFilter;
1001
1026
  enableSpecialUser?: ISpecialUserConfiguration;
1002
1027
  "enable-special-user"?: ISpecialUserConfiguration;
1028
+ "business-profile-id"?: string;
1003
1029
  attachToParent?: boolean;
1004
1030
  "attach-to-parent"?: boolean;
1005
1031
  "onUpdate:showMenu"?: (value: boolean) => any;