@omnia/fx 8.0.54-vnext → 8.0.56-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 (220) hide show
  1. package/internal-do-not-import-from-here/services/identities/UserIdentityService.d.ts +1 -1
  2. package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.d.ts +3 -2
  3. package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.js +1 -0
  4. package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.d.ts +2 -0
  5. package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.js +32 -0
  6. package/internal-do-not-import-from-here/shared/models/theming/SharedColorMethods.d.ts +1 -0
  7. package/internal-do-not-import-from-here/shared/models/theming/SharedColorMethods.js +45 -0
  8. package/internal-do-not-import-from-here/shared/models/theming/SpacingSetting.d.ts +1 -1
  9. package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +4 -0
  10. package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.d.ts +31 -11
  11. package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.js +11 -5
  12. package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.d.ts +7 -7
  13. package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.js +10 -15
  14. package/internal-do-not-import-from-here/shared/models/theming/index.d.ts +2 -0
  15. package/internal-do-not-import-from-here/shared/models/theming/index.js +2 -0
  16. package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +8 -8
  17. package/internal-do-not-import-from-here/ux/alignmentpicker/AlignmentPicker.d.ts +5 -5
  18. package/internal-do-not-import-from-here/ux/app/management/components/TabsManagement.d.ts +5 -5
  19. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditAliasDialog.d.ts +1 -1
  20. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditPermissionDialog.d.ts +1 -1
  21. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Features.d.ts +1 -1
  22. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/EditNamingPolicies.d.ts +1 -1
  23. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/PreviewPolicyNaming.d.ts +1 -1
  24. package/internal-do-not-import-from-here/ux/app/management/tabs/shared/addbutton/AddButton.d.ts +2 -2
  25. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplateDetail.d.ts +1 -1
  26. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/CustomSteps.d.ts +1 -1
  27. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/Features.d.ts +1 -1
  28. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/GeneralTab.d.ts +1 -1
  29. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PoliciesTab.d.ts +1 -1
  30. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertiesTab.d.ts +1 -1
  31. package/internal-do-not-import-from-here/ux/compositiontests/OptionsBlockCurrent.d.ts +4 -4
  32. package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +6 -6
  33. package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +2 -2
  34. package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +8 -8
  35. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChipItem.d.ts +4 -4
  36. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +20 -20
  37. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +6 -6
  38. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +7 -7
  39. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +8 -8
  40. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +13 -13
  41. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +13 -13
  42. package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +11 -11
  43. package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +5 -5
  44. package/internal-do-not-import-from-here/ux/journey/v2/JourneyMenu.d.ts +1 -1
  45. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +6 -6
  46. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelection.d.ts +4 -4
  47. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.d.ts +4 -4
  48. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.css.d.ts +3 -2
  49. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts +4 -4
  50. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.d.ts +6 -6
  51. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.d.ts +4 -4
  52. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSectionTab.d.ts +2 -0
  53. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutStep.d.ts +1 -0
  54. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutTab.d.ts +1 -0
  55. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ColorSettings.d.ts +4 -4
  56. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +4 -4
  57. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +4 -4
  58. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/StepListingSettingsPanel.d.ts +1 -4
  59. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +4 -4
  60. package/internal-do-not-import-from-here/ux/layoutcanvas/index.d.ts +1 -0
  61. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutColumnRenderer.d.ts +2 -2
  62. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutTabRenderer.d.ts +2 -2
  63. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/LayerIndex.d.ts +7 -0
  64. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/SharedRendererFunctions.d.ts +8 -28
  65. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/SharedRendererStyles.css.d.ts +15 -15
  66. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/index.d.ts +1 -0
  67. package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/cards/Image_top.d.ts +2 -0
  68. package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/cards/index.d.ts +1 -0
  69. package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/{contentblocks.d.ts → content/Contentblocks.d.ts} +0 -1
  70. package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/content/Image.d.ts +2 -0
  71. package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/content/Image_left_text.d.ts +2 -0
  72. package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/content/Image_right_text.d.ts +2 -0
  73. package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/content/Text_Quote.d.ts +2 -0
  74. package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/content/Text_only.d.ts +2 -0
  75. package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/content/index.d.ts +3 -0
  76. package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/headers/Pageheader.d.ts +2 -0
  77. package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/headers/index.d.ts +2 -0
  78. package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/index.d.ts +1 -2
  79. package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/useVelcronDefinitionTemplates.d.ts +22 -0
  80. package/internal-do-not-import-from-here/ux/limited-label/LimitedLabel.d.ts +1 -1
  81. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +4 -4
  82. package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +1 -1
  83. package/internal-do-not-import-from-here/ux/models/Validation.d.ts +2 -2
  84. package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +13 -13
  85. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +7 -7
  86. package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +2 -2
  87. package/internal-do-not-import-from-here/ux/oxide/badge/Badge.d.ts +5 -5
  88. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +21 -20
  89. package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +13 -13
  90. package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +6 -6
  91. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +10 -10
  92. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +3 -3
  93. package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +35 -35
  94. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +29 -29
  95. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +24 -24
  96. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +7 -7
  97. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +13 -13
  98. package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +18 -18
  99. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +16 -5
  100. package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +3 -3
  101. package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +4 -4
  102. package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +11 -11
  103. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +7 -7
  104. package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +7 -7
  105. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +14 -14
  106. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +15 -15
  107. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +17 -17
  108. package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +6 -6
  109. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +8 -8
  110. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +20 -20
  111. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +11 -11
  112. package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +8 -8
  113. package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +20 -20
  114. package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +1 -1
  115. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +8 -8
  116. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +15 -15
  117. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +30 -30
  118. package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +4 -4
  119. package/internal-do-not-import-from-here/ux/oxide/text/Text.css.d.ts +3 -0
  120. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +38 -5
  121. package/internal-do-not-import-from-here/ux/oxide/text/docs/SampleGradients.d.ts +91 -0
  122. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +8 -8
  123. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.css.d.ts +0 -8
  124. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +20 -20
  125. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +5 -5
  126. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +9 -9
  127. package/internal-do-not-import-from-here/ux/oxide/validation/Validation.d.ts +26 -21
  128. package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayDisplay.d.ts +2 -2
  129. package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayEditor.d.ts +3 -3
  130. package/internal-do-not-import-from-here/ux/properties/builtins/boolean/BooleanEditor.d.ts +1 -1
  131. package/internal-do-not-import-from-here/ux/properties/builtins/date/DateDisplay.d.ts +2 -2
  132. package/internal-do-not-import-from-here/ux/properties/builtins/date/DateEditor.d.ts +3 -3
  133. package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeDisplay.d.ts +2 -2
  134. package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeEditor.d.ts +3 -3
  135. package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailEditor.d.ts +1 -1
  136. package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlEditor.d.ts +1 -1
  137. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityDisplay.d.ts +2 -2
  138. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityEditor.d.ts +3 -3
  139. package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageEditor.d.ts +1 -1
  140. package/internal-do-not-import-from-here/ux/properties/builtins/integer/IntegerEditor.d.ts +1 -1
  141. package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageEditor.d.ts +1 -1
  142. package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkEditor.d.ts +1 -1
  143. package/internal-do-not-import-from-here/ux/properties/builtins/media/MediaEditor.d.ts +1 -1
  144. package/internal-do-not-import-from-here/ux/properties/builtins/multiline-text/MultilineTextEditor.d.ts +1 -1
  145. package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextEditor.d.ts +1 -1
  146. package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberDisplay.d.ts +2 -2
  147. package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberEditor.d.ts +1 -1
  148. package/internal-do-not-import-from-here/ux/properties/builtins/text/TextEditor.d.ts +1 -1
  149. package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeDisplay.d.ts +2 -2
  150. package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeEditor.d.ts +3 -3
  151. package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyLocking.d.ts +2 -2
  152. package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyInput.d.ts +4 -4
  153. package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyPicker.d.ts +4 -4
  154. package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyBindingValueRenderer.d.ts +1 -1
  155. package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyValueRenderer.d.ts +1 -1
  156. package/internal-do-not-import-from-here/ux/richtexteditor/EditorMenuBar.d.ts +2 -2
  157. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +11 -11
  158. package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +4 -4
  159. package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +6 -6
  160. package/internal-do-not-import-from-here/ux/shapedivider/ShapeDivider.d.ts +1 -0
  161. package/internal-do-not-import-from-here/ux/sidepanel/SidePanelRenderer.d.ts +1 -1
  162. package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker2.d.ts +8 -8
  163. package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker3.d.ts +8 -8
  164. package/internal-do-not-import-from-here/ux/statusmessageoverlay/StatusMessageOverlay.d.ts +2 -2
  165. package/internal-do-not-import-from-here/ux/theming/components/ThemeDefinitionEditor.d.ts +4 -4
  166. package/internal-do-not-import-from-here/ux/theming-v2/BlueprintStore.d.ts +5 -1
  167. package/internal-do-not-import-from-here/ux/theming-v2/ColorManager.d.ts +1 -1
  168. package/internal-do-not-import-from-here/ux/theming-v2/ColorSchemaManager.d.ts +1 -1
  169. package/internal-do-not-import-from-here/ux/theming-v2/ThemeContextStore.d.ts +32 -32
  170. package/internal-do-not-import-from-here/ux/theming-v2/ThemeStoreV2.d.ts +5 -5
  171. package/internal-do-not-import-from-here/ux/theming-v2/blueprintpicker/BlueprintPicker.d.ts +4 -4
  172. package/internal-do-not-import-from-here/ux/theming-v2/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.d.ts +8 -8
  173. package/internal-do-not-import-from-here/ux/theming-v2/colorschemapicker/ColorSchemaPicker.d.ts +4 -4
  174. package/internal-do-not-import-from-here/ux/theming-v2/index.d.ts +1 -0
  175. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseThemeStyling.d.ts +188 -0
  176. package/internal-do-not-import-from-here/ux/theming-v2/styling/index.d.ts +1 -3
  177. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Blueprints.d.ts +14 -0
  178. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Colors.d.ts +12 -0
  179. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/General.d.ts +7 -0
  180. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Typography.d.ts +45 -0
  181. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/index.d.ts +4 -0
  182. package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +8 -8
  183. package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +124 -0
  184. package/internal-do-not-import-from-here/ux/theming-v2/themes/Blueprints.d.ts +3 -3
  185. package/internal-do-not-import-from-here/ux/theming-v2/themes/SpacingTypes.d.ts +8 -0
  186. package/internal-do-not-import-from-here/ux/theming-v2/themes/ThemeDefinitions.d.ts +41 -0
  187. package/internal-do-not-import-from-here/ux/theming-v2/themes/TypographyTypes.d.ts +379 -17
  188. package/internal-do-not-import-from-here/ux/theming-v2/themes/index.d.ts +1 -1
  189. package/internal-do-not-import-from-here/ux/use/UseBlueprintSetup.d.ts +8 -4
  190. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +4 -4
  191. package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +15 -3
  192. package/internal-do-not-import-from-here/ux/use/UseValidation.d.ts +14 -2
  193. package/internal-do-not-import-from-here/ux/use/UseVueInstance.d.ts +2 -3
  194. package/internal-do-not-import-from-here/ux/use/index.d.ts +1 -1
  195. package/internal-do-not-import-from-here/ux/userpresence/UserPresence.d.ts +6 -6
  196. package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/ContentViewer.d.ts +4 -4
  197. package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/DefinitionPickerPanel.d.ts +4 -4
  198. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.d.ts +16 -16
  199. package/internal-do-not-import-from-here/ux/velcron/components/properties/VelcronProperties.d.ts +4 -4
  200. package/internal-do-not-import-from-here/ux/velcron/core/index.d.ts +0 -1
  201. package/internal-do-not-import-from-here/ux/velcron/core/models/Enums.d.ts +6 -6
  202. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +17 -16
  203. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronBlueprint.d.ts +5 -2
  204. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +1 -1
  205. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronStore.d.ts +2 -2
  206. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +2 -2
  207. package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.css.d.ts +1 -0
  208. package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.d.ts +4 -4
  209. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +5 -6
  210. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronStylesProvider.d.ts +1 -1
  211. package/internal-do-not-import-from-here/wctypings.d.ts +2 -0
  212. package/package.json +2 -2
  213. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitemactiontoolbar/LayoutItemActionToolbar_old.d.ts +0 -51
  214. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseBlueprintStyling.d.ts +0 -9
  215. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseComponentStyling.d.ts +0 -8
  216. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseTypographyStyling.d.ts +0 -25
  217. package/internal-do-not-import-from-here/ux/theming-v2/themes/Themes.d.ts +0 -19
  218. package/internal-do-not-import-from-here/ux/velcron/core/utilities/ColorUtility.d.ts +0 -1
  219. package/internal-do-not-import-from-here/ux/velcron/core/utilities/index.d.ts +0 -1
  220. /package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/{blockheaders.d.ts → headers/Blockheaders.d.ts} +0 -0
@@ -6,7 +6,7 @@ export declare class UserPresenceStatus {
6
6
  constructor(availability: string, activity: string);
7
7
  get name(): string;
8
8
  get icon(): FontAwesomeIcon;
9
- get color(): "#ffffff" | "#92c353" | "#fdb913" | "#c4314b" | "#c84cb9" | "#808285";
9
+ get color(): "#92c353" | "#fdb913" | "#c4314b" | "#c84cb9" | "#808285" | "#ffffff";
10
10
  }
11
11
  export declare class UserIdentityService {
12
12
  private httpClient;
@@ -13,13 +13,14 @@ export interface BluePrintDefinitions {
13
13
  variant2: BlueprintDefinition;
14
14
  variant3: BlueprintDefinition;
15
15
  }
16
- export type WebBlueprintDefintionType = "button" | "block" | "typography" | "searchbox" | "layout-spacing";
16
+ export type WebBlueprintDefintionType = "button" | "block" | "typography" | "searchbox" | "layout-spacing" | "inner-spacing";
17
17
  export declare enum WebBlueprintDefintionTypes {
18
18
  button = "button",
19
19
  block = "block",
20
20
  typography = "typography",
21
21
  searchbox = "searchbox",
22
- layoutspacing = "layout-spacing"
22
+ layoutspacing = "layout-spacing",
23
+ innerspacing = "inner-spacing"
23
24
  }
24
25
  export type VelcronBlueprintDefintionType = "button" | "typography" | "inner-spacing";
25
26
  export declare enum VelcronBlueprintDefintionTypes {
@@ -8,6 +8,7 @@ var WebBlueprintDefintionTypes;
8
8
  WebBlueprintDefintionTypes["typography"] = "typography";
9
9
  WebBlueprintDefintionTypes["searchbox"] = "searchbox";
10
10
  WebBlueprintDefintionTypes["layoutspacing"] = "layout-spacing";
11
+ WebBlueprintDefintionTypes["innerspacing"] = "inner-spacing";
11
12
  })(WebBlueprintDefintionTypes = exports.WebBlueprintDefintionTypes || (exports.WebBlueprintDefintionTypes = {}));
12
13
  var VelcronBlueprintDefintionTypes;
13
14
  (function (VelcronBlueprintDefintionTypes) {
@@ -0,0 +1,2 @@
1
+ import { SpacingBlueprint } from "./BlueprintDefinition";
2
+ export declare function getSpacingValueFromBlueprint(spacingValue: any, blueprint: SpacingBlueprint): number;
@@ -0,0 +1,32 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.getSpacingValueFromBlueprint = void 0;
4
+ const SpacingSetting_1 = require("./SpacingSetting");
5
+ function getSpacingValueFromBlueprint(spacingValue, blueprint) {
6
+ if (!spacingValue) {
7
+ return 0;
8
+ }
9
+ let result = spacingValue;
10
+ if (isNaN(spacingValue) && blueprint?.definition) {
11
+ if (spacingValue === SpacingSetting_1.SpacingTypes.xs) {
12
+ result = blueprint.definition.xs;
13
+ }
14
+ else if (spacingValue === SpacingSetting_1.SpacingTypes.s) {
15
+ result = blueprint.definition.s;
16
+ }
17
+ else if (spacingValue === SpacingSetting_1.SpacingTypes.m) {
18
+ result = blueprint.definition.m;
19
+ }
20
+ else if (spacingValue === SpacingSetting_1.SpacingTypes.l) {
21
+ result = blueprint.definition.l;
22
+ }
23
+ else if (spacingValue === SpacingSetting_1.SpacingTypes.xl) {
24
+ result = blueprint.definition.xl;
25
+ }
26
+ else {
27
+ result = 0;
28
+ }
29
+ }
30
+ return result;
31
+ }
32
+ exports.getSpacingValueFromBlueprint = getSpacingValueFromBlueprint;
@@ -0,0 +1 @@
1
+ export declare function setColorOpacity(color: any, opacity: any): any;
@@ -0,0 +1,45 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.setColorOpacity = void 0;
4
+ function setColorOpacity(color, opacity) {
5
+ function getRGBValues(color) {
6
+ const tmpColor = color.replace("rgba", "rgb");
7
+ return tmpColor.substring(4, tmpColor.length - 1)
8
+ .replace(/ /g, "")
9
+ .split(",");
10
+ }
11
+ function getRGBValuesFromHex(color) {
12
+ const result = /^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(color);
13
+ if (result) {
14
+ return [
15
+ parseInt(result[1], 16),
16
+ parseInt(result[2], 16),
17
+ parseInt(result[3], 16)
18
+ ];
19
+ }
20
+ }
21
+ function isRGBColor(color) {
22
+ if (!color) {
23
+ return null;
24
+ }
25
+ if (color.indexOf("rgb") > -1) {
26
+ return true;
27
+ }
28
+ if (color.indexOf("rgba") > -1) {
29
+ return true;
30
+ }
31
+ return false;
32
+ }
33
+ let rgb = null;
34
+ if (!isRGBColor(color)) {
35
+ rgb = getRGBValuesFromHex(color);
36
+ }
37
+ else {
38
+ rgb = getRGBValues(color);
39
+ }
40
+ if (rgb) {
41
+ return `rgba(${rgb[0]},${rgb[1]},${rgb[2]},${opacity})`;
42
+ }
43
+ return color;
44
+ }
45
+ exports.setColorOpacity = setColorOpacity;
@@ -1,4 +1,4 @@
1
- import { Guid } from "@omnia/fx-models";
1
+ import { Guid } from "../Guid";
2
2
  export interface SpacingSettings {
3
3
  top: number | SpacingType;
4
4
  right: number | SpacingType;
@@ -76,3 +76,7 @@ export declare enum ColorTypes {
76
76
  container = "container",
77
77
  onContainer = "onContainer"
78
78
  }
79
+ export interface ColorGradient {
80
+ color: string;
81
+ stop?: number;
82
+ }
@@ -1,12 +1,26 @@
1
1
  import { Guid } from "../Guid";
2
2
  export interface TypographyDefinition {
3
3
  id: Guid;
4
- h1: TypographyTypeDefinition;
5
- h2: TypographyTypeDefinition;
6
- h3: TypographyTypeDefinition;
7
- text: TypographyTypeDefinition;
8
- caption: TypographyTypeDefinition;
9
- link: TypographyTypeDefinition;
4
+ title: {
5
+ xl: TypographyTypeDefinition;
6
+ l: TypographyTypeDefinition;
7
+ m: TypographyTypeDefinition;
8
+ s: TypographyTypeDefinition;
9
+ xs: TypographyTypeDefinition;
10
+ };
11
+ text: {
12
+ l: TypographyTypeDefinition;
13
+ m: TypographyTypeDefinition;
14
+ s: TypographyTypeDefinition;
15
+ xs: TypographyTypeDefinition;
16
+ };
17
+ navigation: {
18
+ l: TypographyTypeDefinition;
19
+ m: TypographyTypeDefinition;
20
+ };
21
+ link: {
22
+ m: TypographyTypeDefinition;
23
+ };
10
24
  }
11
25
  export interface TypographyTypeDefinition {
12
26
  decoration?: string;
@@ -19,12 +33,18 @@ export interface TypographyTypeBreakPoint {
19
33
  size: number;
20
34
  lineHeight: number;
21
35
  }
22
- export type TypographyType = "h1" | "h2" | "h3" | "text" | "caption" | "link";
36
+ export type TypographyType = "title" | "text" | "navigation" | "link";
23
37
  export declare enum TypographyTypes {
24
- h1 = "h1",
25
- h2 = "h2",
26
- h3 = "h3",
38
+ title = "title",
27
39
  text = "text",
28
- caption = "caption",
40
+ navigation = "navigation",
29
41
  link = "link"
30
42
  }
43
+ export type TypographySize = "xl" | "l" | "m" | "s" | "xs";
44
+ export declare enum TypographySizes {
45
+ xl = "xl",
46
+ l = "l",
47
+ m = "m",
48
+ s = "s",
49
+ xs = "xs"
50
+ }
@@ -1,12 +1,18 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TypographyTypes = void 0;
3
+ exports.TypographySizes = exports.TypographyTypes = void 0;
4
4
  var TypographyTypes;
5
5
  (function (TypographyTypes) {
6
- TypographyTypes["h1"] = "h1";
7
- TypographyTypes["h2"] = "h2";
8
- TypographyTypes["h3"] = "h3";
6
+ TypographyTypes["title"] = "title";
9
7
  TypographyTypes["text"] = "text";
10
- TypographyTypes["caption"] = "caption";
8
+ TypographyTypes["navigation"] = "navigation";
11
9
  TypographyTypes["link"] = "link";
12
10
  })(TypographyTypes = exports.TypographyTypes || (exports.TypographyTypes = {}));
11
+ var TypographySizes;
12
+ (function (TypographySizes) {
13
+ TypographySizes["xl"] = "xl";
14
+ TypographySizes["l"] = "l";
15
+ TypographySizes["m"] = "m";
16
+ TypographySizes["s"] = "s";
17
+ TypographySizes["xs"] = "xs";
18
+ })(TypographySizes = exports.TypographySizes || (exports.TypographySizes = {}));
@@ -1,10 +1,10 @@
1
- import { ThemeDefinitionInstance } from "@omnia/fx/ux";
2
- import { BlueprintType, BlueprintTypes, ColorDefinition, ColorSchemaType, ColorSchemaTypes, ColorType, ColorTypes } from "./ThemeDefinitionV2";
3
- import { TypographyType, TypographyTypeDefinition, TypographyTypes } from "./TypographyDefinition";
4
- export declare function useThemeMethods(getThemeDefinition: () => ThemeDefinitionInstance): {
5
- colorSchema: (colorSchemaType: ColorSchemaTypes | ColorSchemaType) => import("./ThemeDefinitionV2").ColorSchema;
6
- blueprint: (blueprintType: BlueprintTypes | BlueprintType) => import("./BlueprintDefinition").BlueprintDefinition;
7
- typography: (blueprintType: BlueprintTypes | BlueprintType, typographyType: TypographyTypes | TypographyType) => TypographyTypeDefinition;
1
+ import { BlueprintType, BlueprintTypes, ColorDefinition, ColorSchema, ColorSchemaType, ColorSchemaTypes, ColorType, ColorTypes } from "./ThemeDefinitionV2";
2
+ import { TypographySize, TypographySizes, TypographyType, TypographyTypeDefinition, TypographyTypes } from "./TypographyDefinition";
3
+ import { BlueprintDefinition } from "./BlueprintDefinition";
4
+ export declare function useThemeMethods(getThemeDefinition: () => any): {
5
+ colorSchema: (colorSchemaType: ColorSchemaTypes | ColorSchemaType) => ColorSchema;
6
+ blueprint: (blueprintType: BlueprintTypes | BlueprintType) => BlueprintDefinition;
7
+ typography: (blueprintType: BlueprintTypes | BlueprintType, typographyType: TypographyTypes | TypographyType, size: TypographySize | TypographySizes) => TypographyTypeDefinition;
8
8
  color: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: ColorTypes | ColorType) => string;
9
9
  colorDefinition: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: ColorTypes | ColorType) => ColorDefinition;
10
10
  complementaryColorType: (colorType: ColorTypes | ColorType) => ColorTypes;
@@ -1,8 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.useThemeMethods = void 0;
4
+ //import { ThemeDefinitionInstance } from "@omnia/fx/ux";
4
5
  const ThemeDefinitionV2_1 = require("./ThemeDefinitionV2");
5
6
  const TypographyDefinition_1 = require("./TypographyDefinition");
7
+ // temp change ThemeDefinitionInstance to any because fx/shared can't reference higher level fx/ux
6
8
  function useThemeMethods(getThemeDefinition) {
7
9
  function colorSchema(colorSchemaType) {
8
10
  if (colorSchemaType === ThemeDefinitionV2_1.ColorSchemaTypes.primary) {
@@ -46,27 +48,20 @@ function useThemeMethods(getThemeDefinition) {
46
48
  }
47
49
  return getThemeDefinition().blueprints.default;
48
50
  }
49
- function typography(blueprintType, typographyType) {
51
+ function typography(blueprintType, typographyType, size) {
50
52
  const typographyBlueprint = getThemeDefinition().blueprints[blueprintType].definitions.find(d => d.type === "typography");
51
- if (typographyType === TypographyDefinition_1.TypographyTypes.h1) {
52
- return typographyBlueprint.definition.h1;
53
+ if (typographyType === TypographyDefinition_1.TypographyTypes.text) {
54
+ return typographyBlueprint.definition.text[size];
53
55
  }
54
- else if (typographyType === TypographyDefinition_1.TypographyTypes.h2) {
55
- return typographyBlueprint.definition.h2;
56
+ else if (typographyType === TypographyDefinition_1.TypographyTypes.title) {
57
+ return typographyBlueprint.definition.title[size];
56
58
  }
57
- else if (typographyType === TypographyDefinition_1.TypographyTypes.h3) {
58
- return typographyBlueprint.definition.h3;
59
- }
60
- else if (typographyType === TypographyDefinition_1.TypographyTypes.caption) {
61
- return typographyBlueprint.definition.caption;
59
+ else if (typographyType === TypographyDefinition_1.TypographyTypes.navigation) {
60
+ return typographyBlueprint.definition[size];
62
61
  }
63
62
  else if (typographyType === TypographyDefinition_1.TypographyTypes.link) {
64
- return typographyBlueprint.definition.link;
65
- }
66
- else if (typographyType === TypographyDefinition_1.TypographyTypes.text) {
67
- return typographyBlueprint.definition.text;
63
+ return typographyBlueprint.definition.link[TypographyDefinition_1.TypographySizes.m];
68
64
  }
69
- return typographyBlueprint.definition.text;
70
65
  }
71
66
  function color(colorSchemaType, colorType) {
72
67
  const mappedColorSchema = colorSchema(colorSchemaType);
@@ -4,3 +4,5 @@ export * from "./OmniaThemes";
4
4
  export * from "./UseThemeMethods";
5
5
  export * from "./BlueprintDefinition";
6
6
  export * from "./SpacingSetting";
7
+ export * from "./SharedBlueprintMethods";
8
+ export * from "./SharedColorMethods";
@@ -7,3 +7,5 @@ tslib_1.__exportStar(require("./OmniaThemes"), exports);
7
7
  tslib_1.__exportStar(require("./UseThemeMethods"), exports);
8
8
  tslib_1.__exportStar(require("./BlueprintDefinition"), exports);
9
9
  tslib_1.__exportStar(require("./SpacingSetting"), exports);
10
+ tslib_1.__exportStar(require("./SharedBlueprintMethods"), exports);
11
+ tslib_1.__exportStar(require("./SharedColorMethods"), exports);
@@ -14,16 +14,16 @@ export interface NewHostSettings {
14
14
  export declare const useCompontentHostStore: (newInstanceWithName?: string) => {
15
15
  state: {
16
16
  host: "admin" | "editor" | "docs";
17
- componentHost: "dialog" | "table" | "tab" | "toolbar" | "drawer" | "expansion-panel" | "blade" | "app" | "appbar" | "tab-vertical" | "panel" | "omfx";
18
- componentVariant: "default" | "footer" | "header" | "content" | "navigation" | "settings" | "info-section";
17
+ componentHost: "dialog" | "table" | "toolbar" | "tab" | "blade" | "app" | "omfx" | "drawer" | "expansion-panel" | "appbar" | "tab-vertical" | "panel";
18
+ componentVariant: "navigation" | "default" | "footer" | "header" | "content" | "settings" | "info-section";
19
19
  appliedComponents: string[];
20
20
  force: boolean;
21
21
  };
22
22
  get: {
23
23
  canApplyOn: (hostType: ComponentHostTypes | HostTypes, variant?: any) => boolean;
24
24
  readonly host: "admin" | "editor" | "docs";
25
- readonly componentHost: "dialog" | "table" | "tab" | "toolbar" | "drawer" | "expansion-panel" | "blade" | "app" | "appbar" | "tab-vertical" | "panel" | "omfx";
26
- readonly componentVariant: "default" | "footer" | "header" | "content" | "navigation" | "settings" | "info-section";
25
+ readonly componentHost: "dialog" | "table" | "toolbar" | "tab" | "blade" | "app" | "omfx" | "drawer" | "expansion-panel" | "appbar" | "tab-vertical" | "panel";
26
+ readonly componentVariant: "navigation" | "default" | "footer" | "header" | "content" | "settings" | "info-section";
27
27
  readonly force: boolean;
28
28
  appliedComponents(host: string): boolean;
29
29
  };
@@ -38,10 +38,10 @@ export declare const useCompontentHostStore: (newInstanceWithName?: string) => {
38
38
  events: {
39
39
  onMutatingHost: import("@omnia/fx").EventHook<"admin" | "editor" | "docs">;
40
40
  onMutatedHost: import("@omnia/fx").EventHook<"admin" | "editor" | "docs">;
41
- onMutatingComponentHost: import("@omnia/fx").EventHook<"dialog" | "table" | "tab" | "toolbar" | "drawer" | "expansion-panel" | "blade" | "app" | "appbar" | "tab-vertical" | "panel" | "omfx">;
42
- onMutatedComponentHost: import("@omnia/fx").EventHook<"dialog" | "table" | "tab" | "toolbar" | "drawer" | "expansion-panel" | "blade" | "app" | "appbar" | "tab-vertical" | "panel" | "omfx">;
43
- onMutatingComponentVariant: import("@omnia/fx").EventHook<"default" | "footer" | "header" | "content" | "navigation" | "settings" | "info-section">;
44
- onMutatedComponentVariant: import("@omnia/fx").EventHook<"default" | "footer" | "header" | "content" | "navigation" | "settings" | "info-section">;
41
+ onMutatingComponentHost: import("@omnia/fx").EventHook<"dialog" | "table" | "toolbar" | "tab" | "blade" | "app" | "omfx" | "drawer" | "expansion-panel" | "appbar" | "tab-vertical" | "panel">;
42
+ onMutatedComponentHost: import("@omnia/fx").EventHook<"dialog" | "table" | "toolbar" | "tab" | "blade" | "app" | "omfx" | "drawer" | "expansion-panel" | "appbar" | "tab-vertical" | "panel">;
43
+ onMutatingComponentVariant: import("@omnia/fx").EventHook<"navigation" | "default" | "footer" | "header" | "content" | "settings" | "info-section">;
44
+ onMutatedComponentVariant: import("@omnia/fx").EventHook<"navigation" | "default" | "footer" | "header" | "content" | "settings" | "info-section">;
45
45
  onMutatingAppliedComponents: import("@omnia/fx").EventHook<string[]>;
46
46
  onMutatedAppliedComponents: import("@omnia/fx").EventHook<string[]>;
47
47
  onMutatingForce: import("@omnia/fx").EventHook<boolean>;
@@ -7,7 +7,6 @@ declare const _default: {
7
7
  style?: unknown;
8
8
  class?: unknown;
9
9
  key?: string | number | symbol;
10
- readonly vertical?: boolean;
11
10
  ref?: import("vue").VNodeRef;
12
11
  ref_for?: boolean;
13
12
  ref_key?: string;
@@ -49,9 +48,10 @@ declare const _default: {
49
48
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
50
49
  [key: string]: any;
51
50
  }>) => void)[];
52
- readonly "v-model"?: HorizontalAlignments | VerticalAlignments;
53
- readonly modelValue?: HorizontalAlignments | VerticalAlignments;
51
+ readonly vertical?: boolean;
54
52
  "onUpdate:modelValue"?: ((value: HorizontalAlignments | VerticalAlignments) => any) & ((value: HorizontalAlignments | VerticalAlignments) => any);
53
+ readonly modelValue?: HorizontalAlignments | VerticalAlignments;
54
+ readonly "v-model"?: HorizontalAlignments | VerticalAlignments;
55
55
  };
56
56
  $attrs: {
57
57
  [x: string]: unknown;
@@ -148,9 +148,9 @@ declare const _default: {
148
148
  }, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
149
149
  propsDefinition: Omit<Readonly<{} & {
150
150
  vertical?: boolean;
151
- "v-model"?: HorizontalAlignments | VerticalAlignments;
152
- modelValue?: HorizontalAlignments | VerticalAlignments;
153
151
  "onUpdate:modelValue"?: (value: HorizontalAlignments | VerticalAlignments) => any;
152
+ modelValue?: HorizontalAlignments | VerticalAlignments;
153
+ "v-model"?: HorizontalAlignments | VerticalAlignments;
154
154
  }>, "onUpdate:modelValue"> & {
155
155
  "onUpdate:modelValue"?: (value: HorizontalAlignments | VerticalAlignments) => any;
156
156
  };
@@ -72,7 +72,6 @@ declare const _default: {
72
72
  };
73
73
  key?: string | number | symbol;
74
74
  readonly options: object[];
75
- readonly icon?: IconPickerModel;
76
75
  ref?: import("vue").VNodeRef;
77
76
  ref_for?: boolean;
78
77
  ref_key?: string;
@@ -114,9 +113,10 @@ declare const _default: {
114
113
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
115
114
  [key: string]: any;
116
115
  }>) => void)[];
117
- readonly "v-model"?: number;
118
- readonly modelValue?: number;
116
+ readonly icon?: IconPickerModel;
119
117
  readonly "onUpdate:modelValue"?: (value: number) => any;
118
+ readonly modelValue?: number;
119
+ readonly "v-model"?: number;
120
120
  };
121
121
  $attrs: {
122
122
  [x: string]: unknown;
@@ -473,9 +473,9 @@ declare const _default: {
473
473
  }>;
474
474
  };
475
475
  icon?: IconPickerModel;
476
- "v-model"?: number;
477
- modelValue?: number;
478
476
  "onUpdate:modelValue"?: (value: number) => any;
477
+ modelValue?: number;
478
+ "v-model"?: number;
479
479
  optionValue?: string;
480
480
  optionText?: string;
481
481
  }>, never>;
@@ -4,10 +4,10 @@ declare const _default: {
4
4
  $: import("vue").ComponentInternalInstance;
5
5
  $data: {};
6
6
  $props: {
7
+ readonly close?: () => void;
7
8
  style?: unknown;
8
9
  class?: unknown;
9
10
  key?: string | number | symbol;
10
- readonly close?: () => void;
11
11
  ref?: import("vue").VNodeRef;
12
12
  ref_for?: boolean;
13
13
  ref_key?: string;
@@ -4,10 +4,10 @@ declare const _default: {
4
4
  $: import("vue").ComponentInternalInstance;
5
5
  $data: {};
6
6
  $props: {
7
+ readonly close?: () => void;
7
8
  style?: unknown;
8
9
  class?: unknown;
9
10
  key?: string | number | symbol;
10
- readonly close?: () => void;
11
11
  ref?: import("vue").VNodeRef;
12
12
  ref_for?: boolean;
13
13
  ref_key?: string;
@@ -4,10 +4,10 @@ declare const _default: {
4
4
  $: import("vue").ComponentInternalInstance;
5
5
  $data: {};
6
6
  $props: {
7
+ readonly close?: () => void;
7
8
  style?: unknown;
8
9
  class?: unknown;
9
10
  key?: string | number | symbol;
10
- readonly close?: () => void;
11
11
  ref?: import("vue").VNodeRef;
12
12
  ref_for?: boolean;
13
13
  ref_key?: string;
@@ -4,10 +4,10 @@ declare const _default: {
4
4
  $: import("vue").ComponentInternalInstance;
5
5
  $data: {};
6
6
  $props: {
7
+ readonly close?: () => void;
7
8
  style?: unknown;
8
9
  class?: unknown;
9
10
  key?: string | number | symbol;
10
- readonly close?: () => void;
11
11
  ref?: import("vue").VNodeRef;
12
12
  ref_for?: boolean;
13
13
  ref_key?: string;
@@ -4,10 +4,10 @@ declare const _default: {
4
4
  $: import("vue").ComponentInternalInstance;
5
5
  $data: {};
6
6
  $props: {
7
+ readonly close?: () => void;
7
8
  style?: unknown;
8
9
  class?: unknown;
9
10
  key?: string | number | symbol;
10
- readonly close?: () => void;
11
11
  ref?: import("vue").VNodeRef;
12
12
  ref_for?: boolean;
13
13
  ref_key?: string;
@@ -7,7 +7,6 @@ declare const _default: {
7
7
  style?: unknown;
8
8
  class?: unknown;
9
9
  key?: string | number | symbol;
10
- readonly icon?: string;
11
10
  ref?: import("vue").VNodeRef;
12
11
  ref_for?: boolean;
13
12
  ref_key?: string;
@@ -50,6 +49,7 @@ declare const _default: {
50
49
  [key: string]: any;
51
50
  }>) => void)[];
52
51
  readonly description?: string;
52
+ readonly icon?: string;
53
53
  readonly handleClick?: (value?: any) => void;
54
54
  };
55
55
  $attrs: {
@@ -107,8 +107,8 @@ declare const _default: {
107
107
  }>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
108
108
  propsDefinition: Omit<Readonly<{} & {
109
109
  title?: string;
110
- icon?: string;
111
110
  description?: string;
111
+ icon?: string;
112
112
  handleClick?: (value?: any) => void;
113
113
  }>, never>;
114
114
  };
@@ -3,10 +3,10 @@ declare const _default: {
3
3
  $: import("vue").ComponentInternalInstance;
4
4
  $data: {};
5
5
  $props: {
6
+ readonly close?: () => void;
6
7
  style?: unknown;
7
8
  class?: unknown;
8
9
  key?: string | number | symbol;
9
- readonly close?: () => void;
10
10
  ref?: import("vue").VNodeRef;
11
11
  ref_for?: boolean;
12
12
  ref_key?: string;
@@ -9,10 +9,10 @@ declare const _default: {
9
9
  $: import("vue").ComponentInternalInstance;
10
10
  $data: {};
11
11
  $props: {
12
+ readonly close?: () => void;
12
13
  style?: unknown;
13
14
  class?: unknown;
14
15
  key?: string | number | symbol;
15
- readonly close?: () => void;
16
16
  ref?: import("vue").VNodeRef;
17
17
  ref_for?: boolean;
18
18
  ref_key?: string;
@@ -7,10 +7,10 @@ declare const _default: {
7
7
  $: import("vue").ComponentInternalInstance;
8
8
  $data: {};
9
9
  $props: {
10
+ readonly close?: () => void;
10
11
  style?: unknown;
11
12
  class?: unknown;
12
13
  key?: string | number | symbol;
13
- readonly close?: () => void;
14
14
  ref?: import("vue").VNodeRef;
15
15
  ref_for?: boolean;
16
16
  ref_key?: string;
@@ -4,10 +4,10 @@ declare const _default: {
4
4
  $: import("vue").ComponentInternalInstance;
5
5
  $data: {};
6
6
  $props: {
7
+ readonly close?: () => void;
7
8
  style?: unknown;
8
9
  class?: unknown;
9
10
  key?: string | number | symbol;
10
- readonly close?: () => void;
11
11
  ref?: import("vue").VNodeRef;
12
12
  ref_for?: boolean;
13
13
  ref_key?: string;
@@ -5,10 +5,10 @@ declare const _default: {
5
5
  $: import("vue").ComponentInternalInstance;
6
6
  $data: {};
7
7
  $props: {
8
+ readonly close?: unknown;
8
9
  style?: unknown;
9
10
  class?: unknown;
10
11
  key?: string | number | symbol;
11
- readonly close?: unknown;
12
12
  ref?: import("vue").VNodeRef;
13
13
  ref_for?: boolean;
14
14
  ref_key?: string;
@@ -20,10 +20,10 @@ declare const _default: {
20
20
  $: import("vue").ComponentInternalInstance;
21
21
  $data: {};
22
22
  $props: {
23
+ readonly close?: () => void;
23
24
  style?: unknown;
24
25
  class?: unknown;
25
26
  key?: string | number | symbol;
26
- readonly close?: () => void;
27
27
  ref?: import("vue").VNodeRef;
28
28
  ref_for?: boolean;
29
29
  ref_key?: string;
@@ -109,9 +109,9 @@ declare const _default: {
109
109
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
110
110
  [key: string]: any;
111
111
  }>) => void)[];
112
- readonly "v-model"?: string;
113
- readonly modelValue?: string;
114
112
  readonly "onUpdate:modelValue"?: (value: string) => any;
113
+ readonly modelValue?: string;
114
+ readonly "v-model"?: string;
115
115
  };
116
116
  $attrs: {
117
117
  [x: string]: unknown;
@@ -414,9 +414,9 @@ declare const _default: {
414
414
  };
415
415
  }>;
416
416
  };
417
- "v-model"?: string;
418
- modelValue?: string;
419
417
  "onUpdate:modelValue"?: (value: string) => any;
418
+ modelValue?: string;
419
+ "v-model"?: string;
420
420
  }>, never>;
421
421
  };
422
422
  export default _default;