@omnia/fx 8.0.88-vnext → 8.0.91-vnext

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 (132) hide show
  1. package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +4 -4
  2. package/internal-do-not-import-from-here/ux/admin/queryableproperties/IQueryablePropertiesJourney.d.ts +4 -13
  3. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesAddBlade.d.ts +139 -34
  4. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesHomeBlade.d.ts +176 -38
  5. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesInfoBlade.d.ts +124 -0
  6. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesJourney.d.ts +176 -19
  7. package/internal-do-not-import-from-here/ux/docs/Docs.d.ts +40 -4
  8. package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +258 -78
  9. package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/IEnterprisePropertyPicker.d.ts +1 -12
  10. package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.css.d.ts +2 -1
  11. package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +67 -28
  12. package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +4 -4
  13. package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +21 -10
  14. package/internal-do-not-import-from-here/ux/journey/v2/models/BladeInstance.d.ts +5 -0
  15. package/internal-do-not-import-from-here/ux/journey/v2/stores/JourneyStore.d.ts +1 -1
  16. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +4 -4
  17. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelection.d.ts +4 -4
  18. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.d.ts +4 -4
  19. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts +4 -4
  20. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.d.ts +4 -4
  21. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.d.ts +4 -4
  22. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +4 -4
  23. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +4 -4
  24. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +4 -4
  25. package/internal-do-not-import-from-here/ux/models/DataTable.d.ts +1 -0
  26. package/internal-do-not-import-from-here/ux/models/QueryablePropertiesStyles.d.ts +1 -0
  27. package/internal-do-not-import-from-here/ux/models/Validation.d.ts +1 -1
  28. package/internal-do-not-import-from-here/ux/models/enterpriseproperties/EnterprisePropertyPickerStyles.d.ts +1 -0
  29. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +4 -4
  30. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +4 -4
  31. package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +6 -6
  32. package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +4 -4
  33. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +4 -4
  34. package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +4 -4
  35. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +4 -4
  36. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +4 -4
  37. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +4 -4
  38. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +18 -4
  39. package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +10 -10
  40. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +4 -4
  41. package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +4 -4
  42. package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +4 -4
  43. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +4 -4
  44. package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +4 -4
  45. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +26 -4
  46. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +4 -4
  47. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +6 -6
  48. package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +4 -4
  49. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +4 -4
  50. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +43 -10
  51. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +4 -4
  52. package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +4 -4
  53. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +4 -4
  54. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +4 -4
  55. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +4 -4
  56. package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +4 -4
  57. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +4 -4
  58. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +4 -4
  59. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +5 -5
  60. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +5 -5
  61. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +4 -4
  62. package/internal-do-not-import-from-here/ux/permissioninput/PermissionInput.d.ts +2 -2
  63. package/internal-do-not-import-from-here/ux/properties/block/PropertyBlock.css.d.ts +6 -0
  64. package/internal-do-not-import-from-here/ux/properties/block/PropertyBlock.d.ts +91 -0
  65. package/internal-do-not-import-from-here/ux/properties/block/PropertyBlockSettings.css.d.ts +6 -0
  66. package/internal-do-not-import-from-here/ux/properties/block/PropertyBlockSettings.d.ts +95 -0
  67. package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +4 -4
  68. package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker2.d.ts +4 -4
  69. package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker3.d.ts +4 -4
  70. package/internal-do-not-import-from-here/ux/theming-v2/RegistrationHandlerDefinitions.d.ts +1 -0
  71. package/internal-do-not-import-from-here/ux/theming-v2/RegistrationHandlerTheming.d.ts +1 -0
  72. package/internal-do-not-import-from-here/ux/theming-v2/ThemeDefinitionStoreV2.d.ts +14 -22
  73. package/internal-do-not-import-from-here/ux/theming-v2/VelcronDefinitionStore.d.ts +1 -0
  74. package/internal-do-not-import-from-here/ux/theming-v2/{blueprintpicker → components/blueprintpicker}/BlueprintPicker.d.ts +24 -41
  75. package/internal-do-not-import-from-here/ux/theming-v2/components/blueprintpicker/docs/ExampleComponents.d.ts +1 -0
  76. package/internal-do-not-import-from-here/ux/theming-v2/components/blueprintpicker/docs/SampleComponent.d.ts +91 -0
  77. package/internal-do-not-import-from-here/ux/theming-v2/components/blueprintpicker/docs/index.d.ts +1 -0
  78. package/internal-do-not-import-from-here/ux/theming-v2/components/colorpicker/ColorPicker.css.d.ts +6 -0
  79. package/internal-do-not-import-from-here/ux/theming-v2/components/colorpicker/ColorPicker.d.ts +488 -0
  80. package/internal-do-not-import-from-here/ux/theming-v2/components/colorpicker/docs/ExampleComponents.d.ts +1 -0
  81. package/internal-do-not-import-from-here/ux/theming-v2/components/colorpicker/docs/SampleComponent.d.ts +91 -0
  82. package/internal-do-not-import-from-here/ux/theming-v2/components/colorpicker/docs/index.d.ts +1 -0
  83. package/internal-do-not-import-from-here/ux/theming-v2/{colorschemadefinitionpicker → components/colorschemadefinitionpicker}/ColorSchemaDefinitionPicker.d.ts +33 -33
  84. package/internal-do-not-import-from-here/ux/theming-v2/{colorschemapicker → components/colorschemapicker}/ColorSchemaPicker.d.ts +32 -32
  85. package/internal-do-not-import-from-here/ux/theming-v2/components/colorschemapicker/docs/ExampleComponents.d.ts +1 -0
  86. package/internal-do-not-import-from-here/ux/theming-v2/components/colorschemapicker/docs/SampleComponent.d.ts +91 -0
  87. package/internal-do-not-import-from-here/ux/theming-v2/components/colorschemapicker/docs/index.d.ts +1 -0
  88. package/internal-do-not-import-from-here/ux/theming-v2/components/typographypicker/TypographyPicker.css.d.ts +5 -0
  89. package/internal-do-not-import-from-here/ux/theming-v2/components/typographypicker/TypographyPicker.d.ts +488 -0
  90. package/internal-do-not-import-from-here/ux/theming-v2/components/typographypicker/docs/ExampleComponents.d.ts +1 -0
  91. package/internal-do-not-import-from-here/ux/theming-v2/components/typographypicker/docs/SampleComponent.d.ts +91 -0
  92. package/internal-do-not-import-from-here/ux/theming-v2/components/typographypicker/docs/index.d.ts +1 -0
  93. package/internal-do-not-import-from-here/ux/theming-v2/skins/core/index.d.ts +0 -1
  94. package/internal-do-not-import-from-here/ux/theming-v2/skins/default/DefinitionRegistrations.d.ts +1 -0
  95. package/internal-do-not-import-from-here/ux/theming-v2/skins/default/ThemeRegistrations.d.ts +1 -0
  96. package/internal-do-not-import-from-here/ux/theming-v2/skins/default/definitions/headers/index.d.ts +0 -1
  97. package/internal-do-not-import-from-here/ux/theming-v2/skins/documentation/ApiRegistrations.d.ts +0 -0
  98. package/internal-do-not-import-from-here/ux/theming-v2/skins/editor/ThemeRegistrations.d.ts +1 -0
  99. package/internal-do-not-import-from-here/ux/theming-v2/skins/pages/DefinitionRegistrations.d.ts +1 -0
  100. package/internal-do-not-import-from-here/ux/theming-v2/skins/pages/definitions/headers/HeaderWithImage.d.ts +2 -0
  101. package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +4 -4
  102. package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/ContentViewer.d.ts +4 -4
  103. package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/DefinitionPickerPanel.d.ts +4 -4
  104. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.d.ts +4 -4
  105. package/internal-do-not-import-from-here/ux/velcron/core/index.d.ts +1 -0
  106. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +8 -2
  107. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +22 -15
  108. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +2 -0
  109. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronData.d.ts +1 -1
  110. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronColorSchemaEditor.d.ts +9 -0
  111. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronContentEditor.d.ts +14 -0
  112. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronEditorBuilder.d.ts +13 -0
  113. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronEditorBuilderBase.d.ts +9 -0
  114. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronImageEditor.d.ts +11 -0
  115. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/index.d.ts +1 -0
  116. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronColorSchemaBuilder.d.ts +11 -0
  117. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronContentStateBuilder.d.ts +17 -0
  118. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronImageStateBuilder.d.ts +20 -0
  119. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronStateBuilder.d.ts +12 -0
  120. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronStateBuilderBase.d.ts +8 -0
  121. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/useVelcronTemplateBuilder.d.ts +6 -0
  122. package/internal-do-not-import-from-here/ux/velcron/docs/index.d.ts +1 -0
  123. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +6 -6
  124. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Slot.d.ts +106 -0
  125. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ColorSchemaEditor.d.ts +434 -0
  126. package/internal-do-not-import-from-here/wctypings.d.ts +1268 -250
  127. package/package.json +3 -3
  128. package/internal-do-not-import-from-here/ux/theming-v2/skins/core/useVelcronState.d.ts +0 -50
  129. package/internal-do-not-import-from-here/ux/theming-v2/skins/default/definitions/headers/Blockheaders.d.ts +0 -3
  130. /package/internal-do-not-import-from-here/ux/theming-v2/{blueprintpicker → components/blueprintpicker}/BlueprintPicker.css.d.ts +0 -0
  131. /package/internal-do-not-import-from-here/ux/theming-v2/{colorschemadefinitionpicker → components/colorschemadefinitionpicker}/ColorSchemaDefinitionPicker.css.d.ts +0 -0
  132. /package/internal-do-not-import-from-here/ux/theming-v2/{colorschemapicker → components/colorschemapicker}/ColorSchemaPicker.css.d.ts +0 -0
@@ -6,8 +6,8 @@ declare const _default: {
6
6
  $props: {
7
7
  container?: any;
8
8
  blueprint?: any;
9
- blueprintType?: any;
10
9
  colorSchemaType?: any;
10
+ blueprintType?: any;
11
11
  colors?: any;
12
12
  style?: unknown;
13
13
  class?: String | String[];
@@ -254,8 +254,8 @@ declare const _default: {
254
254
  }, string, {
255
255
  container?: any;
256
256
  blueprint?: any;
257
- blueprintType?: any;
258
257
  colorSchemaType?: any;
258
+ blueprintType?: any;
259
259
  colors?: any;
260
260
  }, {}, string, {}> & {
261
261
  beforeCreate?: (() => void) | (() => void)[];
@@ -502,15 +502,15 @@ declare const _default: {
502
502
  }, string, {
503
503
  container?: any;
504
504
  blueprint?: any;
505
- blueprintType?: any;
506
505
  colorSchemaType?: any;
506
+ blueprintType?: any;
507
507
  colors?: any;
508
508
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
509
509
  propsDefinition: Omit<Readonly<{
510
510
  container?: any;
511
511
  blueprint?: any;
512
- blueprintType?: any;
513
512
  colorSchemaType?: any;
513
+ blueprintType?: any;
514
514
  colors?: any;
515
515
  } & {
516
516
  class?: String | String[];
@@ -6,8 +6,8 @@ declare const _default: {
6
6
  $props: {
7
7
  container?: any;
8
8
  blueprint?: any;
9
- blueprintType?: any;
10
9
  colorSchemaType?: any;
10
+ blueprintType?: any;
11
11
  colors?: any;
12
12
  style?: unknown;
13
13
  class?: String | String[];
@@ -234,8 +234,8 @@ declare const _default: {
234
234
  }, string, {
235
235
  container?: any;
236
236
  blueprint?: any;
237
- blueprintType?: any;
238
237
  colorSchemaType?: any;
238
+ blueprintType?: any;
239
239
  colors?: any;
240
240
  }, {}, string, {}> & {
241
241
  beforeCreate?: (() => void) | (() => void)[];
@@ -452,15 +452,15 @@ declare const _default: {
452
452
  }, string, {
453
453
  container?: any;
454
454
  blueprint?: any;
455
- blueprintType?: any;
456
455
  colorSchemaType?: any;
456
+ blueprintType?: any;
457
457
  colors?: any;
458
458
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
459
459
  propsDefinition: Omit<Readonly<{
460
460
  container?: any;
461
461
  blueprint?: any;
462
- blueprintType?: any;
463
462
  colorSchemaType?: any;
463
+ blueprintType?: any;
464
464
  colors?: any;
465
465
  } & {
466
466
  class?: String | String[];
@@ -1,27 +1,19 @@
1
- import { Store } from "@omnia/fx/stores";
2
1
  import { Guid, ThemeDefinitionV2 } from "@omnia/fx-models";
3
- export declare class ThemeDefinitionStoreV2 extends Store {
4
- private themeDefinitions;
5
- constructor();
6
- onActivated(): void;
7
- onDisposing(): void;
8
- /**
9
- * Implementation of getters
10
- */
11
- getters: {
12
- all: () => Array<ThemeDefinitionV2>;
13
- byId: (id: Guid) => ThemeDefinitionV2;
2
+ export declare const useThemeDefinitionStore: (newInstanceWithName?: string) => {
3
+ state: {
4
+ definitions: ThemeDefinitionV2[];
14
5
  };
15
- /**
16
- * Implementation of mutations
17
- */
18
- mutations: {
19
- addThemeDefinition: import("@omnia/fx/stores").StoreMutation<(theme: ThemeDefinitionV2) => void, (theme: ThemeDefinitionV2) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
6
+ get: {
7
+ byId: (id: Guid) => any;
8
+ all: () => ThemeDefinitionV2[];
20
9
  };
21
- /**
22
- * Implementation of actions
23
- */
24
10
  actions: {
25
- load: import("@omnia/fx/stores").StoreAction<unknown, () => void, (result: void) => void, (failureReason: any) => void, () => Promise<void>>;
11
+ addDefinition: (registration: ThemeDefinitionV2) => void;
12
+ load: () => Promise<unknown>;
26
13
  };
27
- }
14
+ events: {
15
+ onMutatingDefinitions: import("@omnia/fx").EventHook<ThemeDefinitionV2[]>;
16
+ onMutatedDefinitions: import("@omnia/fx").EventHook<ThemeDefinitionV2[]>;
17
+ };
18
+ deactivated(): void;
19
+ };
@@ -11,6 +11,7 @@ export declare const useVelcronDefinitionStore: (newInstanceWithName?: string) =
11
11
  };
12
12
  actions: {
13
13
  addDefinition: (registration: VelcronDefinitionRegistration) => void;
14
+ load: () => Promise<unknown>;
14
15
  };
15
16
  events: {
16
17
  onMutatingDefinitions: import("@omnia/fx").EventHook<VelcronDefinitionRegistration<object>[]>;
@@ -4,7 +4,6 @@ declare const _default: {
4
4
  $: import("vue").ComponentInternalInstance;
5
5
  $data: {};
6
6
  $props: {
7
- readonly label?: string;
8
7
  style?: unknown;
9
8
  class?: unknown;
10
9
  readonly name?: {
@@ -22,7 +21,7 @@ declare const _default: {
22
21
  required: false;
23
22
  };
24
23
  } & {
25
- require(): import("../../DefineVueTypings").DefinePropModelRequire<string, BlueprintType | BlueprintTypes, {
24
+ require(): import("../../../DefineVueTypings").DefinePropModelRequire<string, BlueprintType | BlueprintTypes, {
26
25
  "onUpdate:modelValue": {
27
26
  type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
28
27
  };
@@ -37,7 +36,7 @@ declare const _default: {
37
36
  required: false;
38
37
  };
39
38
  }>;
40
- defaultValue(value?: BlueprintType | BlueprintTypes): import("../../DefineVueTypings").DefinePropModelDefaultValue<string, BlueprintType | BlueprintTypes, {
39
+ defaultValue(value?: BlueprintType | BlueprintTypes): import("../../../DefineVueTypings").DefinePropModelDefaultValue<string, BlueprintType | BlueprintTypes, {
41
40
  "onUpdate:modelValue": {
42
41
  type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
43
42
  };
@@ -52,7 +51,7 @@ declare const _default: {
52
51
  required: false;
53
52
  };
54
53
  }, false>;
55
- doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<string, BlueprintType | BlueprintTypes, {
54
+ doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<string, BlueprintType | BlueprintTypes, {
56
55
  "onUpdate:modelValue": {
57
56
  type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
58
57
  };
@@ -128,11 +127,6 @@ declare const _default: {
128
127
  $emit: (event: "update:modelValue", value: BlueprintTypes) => void;
129
128
  $el: any;
130
129
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
131
- label: {
132
- type: import("vue").PropType<string>;
133
- } & {
134
- type: import("vue").PropType<string>;
135
- };
136
130
  "onUpdate:modelValue": {
137
131
  type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
138
132
  };
@@ -144,16 +138,16 @@ declare const _default: {
144
138
  type: import("vue").PropType<BlueprintType | BlueprintTypes>;
145
139
  required: false;
146
140
  };
147
- name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
141
+ name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
148
142
  type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
149
- }; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
143
+ }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
150
144
  type: import("vue").PropType<BlueprintType | BlueprintTypes>;
151
145
  required: false;
152
- }; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
146
+ }; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
153
147
  type: import("vue").PropType<BlueprintType | BlueprintTypes>;
154
148
  required: false;
155
149
  }; } & {
156
- require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, BlueprintType | BlueprintTypes, {
150
+ require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, BlueprintType | BlueprintTypes, {
157
151
  "onUpdate:modelValue": {
158
152
  type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
159
153
  };
@@ -168,7 +162,7 @@ declare const _default: {
168
162
  required: false;
169
163
  };
170
164
  }>;
171
- defaultValue(value?: BlueprintType | BlueprintTypes): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, BlueprintType | BlueprintTypes, {
165
+ defaultValue(value?: BlueprintType | BlueprintTypes): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, BlueprintType | BlueprintTypes, {
172
166
  "onUpdate:modelValue": {
173
167
  type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
174
168
  };
@@ -183,7 +177,7 @@ declare const _default: {
183
177
  required: false;
184
178
  };
185
179
  }, false>;
186
- doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, BlueprintType | BlueprintTypes, {
180
+ doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, BlueprintType | BlueprintTypes, {
187
181
  "onUpdate:modelValue": {
188
182
  type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
189
183
  };
@@ -224,11 +218,6 @@ declare const _default: {
224
218
  $nextTick: typeof import("vue").nextTick;
225
219
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
226
220
  } & Readonly<import("vue").ExtractPropTypes<{
227
- label: {
228
- type: import("vue").PropType<string>;
229
- } & {
230
- type: import("vue").PropType<string>;
231
- };
232
221
  "onUpdate:modelValue": {
233
222
  type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
234
223
  };
@@ -240,16 +229,16 @@ declare const _default: {
240
229
  type: import("vue").PropType<BlueprintType | BlueprintTypes>;
241
230
  required: false;
242
231
  };
243
- name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
232
+ name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
244
233
  type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
245
- }; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
234
+ }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
246
235
  type: import("vue").PropType<BlueprintType | BlueprintTypes>;
247
236
  required: false;
248
- }; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
237
+ }; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
249
238
  type: import("vue").PropType<BlueprintType | BlueprintTypes>;
250
239
  required: false;
251
240
  }; } & {
252
- require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, BlueprintType | BlueprintTypes, {
241
+ require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, BlueprintType | BlueprintTypes, {
253
242
  "onUpdate:modelValue": {
254
243
  type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
255
244
  };
@@ -264,7 +253,7 @@ declare const _default: {
264
253
  required: false;
265
254
  };
266
255
  }>;
267
- defaultValue(value?: BlueprintType | BlueprintTypes): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, BlueprintType | BlueprintTypes, {
256
+ defaultValue(value?: BlueprintType | BlueprintTypes): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, BlueprintType | BlueprintTypes, {
268
257
  "onUpdate:modelValue": {
269
258
  type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
270
259
  };
@@ -279,7 +268,7 @@ declare const _default: {
279
268
  required: false;
280
269
  };
281
270
  }, false>;
282
- doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, BlueprintType | BlueprintTypes, {
271
+ doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, BlueprintType | BlueprintTypes, {
283
272
  "onUpdate:modelValue": {
284
273
  type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
285
274
  };
@@ -302,11 +291,6 @@ declare const _default: {
302
291
  __isTeleport?: never;
303
292
  __isSuspense?: never;
304
293
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
305
- label: {
306
- type: import("vue").PropType<string>;
307
- } & {
308
- type: import("vue").PropType<string>;
309
- };
310
294
  "onUpdate:modelValue": {
311
295
  type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
312
296
  };
@@ -318,16 +302,16 @@ declare const _default: {
318
302
  type: import("vue").PropType<BlueprintType | BlueprintTypes>;
319
303
  required: false;
320
304
  };
321
- name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
305
+ name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
322
306
  type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
323
- }; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
307
+ }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
324
308
  type: import("vue").PropType<BlueprintType | BlueprintTypes>;
325
309
  required: false;
326
- }; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
310
+ }; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
327
311
  type: import("vue").PropType<BlueprintType | BlueprintTypes>;
328
312
  required: false;
329
313
  }; } & {
330
- require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, BlueprintType | BlueprintTypes, {
314
+ require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, BlueprintType | BlueprintTypes, {
331
315
  "onUpdate:modelValue": {
332
316
  type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
333
317
  };
@@ -342,7 +326,7 @@ declare const _default: {
342
326
  required: false;
343
327
  };
344
328
  }>;
345
- defaultValue(value?: BlueprintType | BlueprintTypes): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, BlueprintType | BlueprintTypes, {
329
+ defaultValue(value?: BlueprintType | BlueprintTypes): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, BlueprintType | BlueprintTypes, {
346
330
  "onUpdate:modelValue": {
347
331
  type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
348
332
  };
@@ -357,7 +341,7 @@ declare const _default: {
357
341
  required: false;
358
342
  };
359
343
  }, false>;
360
- doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, BlueprintType | BlueprintTypes, {
344
+ doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, BlueprintType | BlueprintTypes, {
361
345
  "onUpdate:modelValue": {
362
346
  type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
363
347
  };
@@ -379,7 +363,6 @@ declare const _default: {
379
363
  "update:modelValue": (value: BlueprintTypes) => any;
380
364
  }, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
381
365
  propsDefinition: Omit<Readonly<{} & {
382
- label?: string;
383
366
  name?: {
384
367
  [x: `onUpdate:${string}`]: {
385
368
  type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
@@ -395,7 +378,7 @@ declare const _default: {
395
378
  required: false;
396
379
  };
397
380
  } & {
398
- require(): import("../../DefineVueTypings").DefinePropModelRequire<string, BlueprintType | BlueprintTypes, {
381
+ require(): import("../../../DefineVueTypings").DefinePropModelRequire<string, BlueprintType | BlueprintTypes, {
399
382
  "onUpdate:modelValue": {
400
383
  type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
401
384
  };
@@ -410,7 +393,7 @@ declare const _default: {
410
393
  required: false;
411
394
  };
412
395
  }>;
413
- defaultValue(value?: BlueprintType | BlueprintTypes): import("../../DefineVueTypings").DefinePropModelDefaultValue<string, BlueprintType | BlueprintTypes, {
396
+ defaultValue(value?: BlueprintType | BlueprintTypes): import("../../../DefineVueTypings").DefinePropModelDefaultValue<string, BlueprintType | BlueprintTypes, {
414
397
  "onUpdate:modelValue": {
415
398
  type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
416
399
  };
@@ -425,7 +408,7 @@ declare const _default: {
425
408
  required: false;
426
409
  };
427
410
  }, false>;
428
- doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<string, BlueprintType | BlueprintTypes, {
411
+ doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<string, BlueprintType | BlueprintTypes, {
429
412
  "onUpdate:modelValue": {
430
413
  type: import("vue").PropType<(value: BlueprintType | BlueprintTypes) => any>;
431
414
  };
@@ -0,0 +1 @@
1
+ export declare const ExampleComponents: import("@omnia/fx/ux").ComponentSpec;
@@ -0,0 +1,91 @@
1
+ declare const _default: {
2
+ new (...args: any[]): {
3
+ $: import("vue").ComponentInternalInstance;
4
+ $data: {};
5
+ $props: {
6
+ style?: unknown;
7
+ class?: unknown;
8
+ key?: string | number | symbol;
9
+ ref?: import("vue").VNodeRef;
10
+ ref_for?: boolean;
11
+ ref_key?: string;
12
+ onVnodeBeforeMount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
13
+ [key: string]: any;
14
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
15
+ [key: string]: any;
16
+ }>) => void)[];
17
+ onVnodeMounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
18
+ [key: string]: any;
19
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
20
+ [key: string]: any;
21
+ }>) => void)[];
22
+ onVnodeBeforeUpdate?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
23
+ [key: string]: any;
24
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
25
+ [key: string]: any;
26
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
27
+ [key: string]: any;
28
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
29
+ [key: string]: any;
30
+ }>) => void)[];
31
+ onVnodeUpdated?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
32
+ [key: string]: any;
33
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
34
+ [key: string]: any;
35
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
36
+ [key: string]: any;
37
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
38
+ [key: string]: any;
39
+ }>) => void)[];
40
+ onVnodeBeforeUnmount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
41
+ [key: string]: any;
42
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
43
+ [key: string]: any;
44
+ }>) => void)[];
45
+ onVnodeUnmounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
46
+ [key: string]: any;
47
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
48
+ [key: string]: any;
49
+ }>) => void)[];
50
+ };
51
+ $attrs: {
52
+ [x: string]: unknown;
53
+ };
54
+ $refs: {
55
+ [x: string]: unknown;
56
+ };
57
+ $slots: Readonly<{
58
+ [name: string]: import("vue").Slot<any>;
59
+ }>;
60
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
61
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
62
+ $emit: (event: string, ...args: any[]) => void;
63
+ $el: any;
64
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
65
+ beforeCreate?: (() => void) | (() => void)[];
66
+ created?: (() => void) | (() => void)[];
67
+ beforeMount?: (() => void) | (() => void)[];
68
+ mounted?: (() => void) | (() => void)[];
69
+ beforeUpdate?: (() => void) | (() => void)[];
70
+ updated?: (() => void) | (() => void)[];
71
+ activated?: (() => void) | (() => void)[];
72
+ deactivated?: (() => void) | (() => void)[];
73
+ beforeDestroy?: (() => void) | (() => void)[];
74
+ beforeUnmount?: (() => void) | (() => void)[];
75
+ destroyed?: (() => void) | (() => void)[];
76
+ unmounted?: (() => void) | (() => void)[];
77
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
78
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
79
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
80
+ };
81
+ $forceUpdate: () => void;
82
+ $nextTick: typeof import("vue").nextTick;
83
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
84
+ } & Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
85
+ __isFragment?: never;
86
+ __isTeleport?: never;
87
+ __isSuspense?: never;
88
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
89
+ propsDefinition: Omit<Readonly<{} & {}>, never>;
90
+ };
91
+ export default _default;
@@ -0,0 +1 @@
1
+ export declare const spec: import("@omnia/fx/ux").ComponentSpec;
@@ -0,0 +1,6 @@
1
+ export declare const ColorPickerStyles: {
2
+ separator: (color: string) => string;
3
+ colorPreview: (color: string, border: string, selected: boolean) => string;
4
+ lastElement: string;
5
+ selected: (color: string) => string;
6
+ };