@omnia/fx 8.0.158-dev → 8.0.161-dev

Sign up to get free protection for your applications and to get access to all the features.
Files changed (108) hide show
  1. package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
  2. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.richtexteditor.manifest.json +1 -1
  3. package/internal-do-not-import-from-here/services/ReindexOmniaSearchUserService.d.ts +11 -0
  4. package/internal-do-not-import-from-here/services/index.d.ts +1 -0
  5. package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +6 -6
  6. package/internal-do-not-import-from-here/ux/DefineVueTypings.d.ts +1 -0
  7. package/internal-do-not-import-from-here/ux/Exposes.d.ts +56 -55
  8. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/Template.d.ts +1 -1
  9. package/internal-do-not-import-from-here/ux/appprovisioning/appimageinput/AppImageInput.d.ts +6 -6
  10. package/internal-do-not-import-from-here/ux/appprovisioning/apppropertiesinput/AppPropertiesInput.d.ts +6 -6
  11. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +24 -24
  12. package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +171 -31
  13. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +171 -31
  14. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +171 -31
  15. package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +42 -0
  16. package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +1 -1
  17. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datetimefield/DateTimeFieldEdit.d.ts +2 -0
  18. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datetimefield/IDateTimeFieldEdit.d.ts +2 -0
  19. package/internal-do-not-import-from-here/ux/iconpicker/IconPicker.d.ts +2 -2
  20. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +1 -1
  21. package/internal-do-not-import-from-here/ux/identities/loc/Localize.d.ts +39 -37
  22. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +12 -5
  23. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +1 -1
  24. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +1 -1
  25. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +1 -1
  26. package/internal-do-not-import-from-here/ux/inputlanguagepicker/InputLanguagePicker.d.ts +53 -43
  27. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +1 -1
  28. package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +8 -6
  29. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPicker.d.ts +6 -6
  30. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/editor/ImageEditorCanvas.d.ts +1 -1
  31. package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.d.ts +1 -1
  32. package/internal-do-not-import-from-here/ux/models/TypographyEditorModel.d.ts +5 -0
  33. package/internal-do-not-import-from-here/ux/models/index.d.ts +1 -0
  34. package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +2 -2
  35. package/internal-do-not-import-from-here/ux/optionpicker/OptionPicker.d.ts +1 -1
  36. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +9 -9
  37. package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +29 -0
  38. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +171 -31
  39. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +342 -62
  40. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +1 -1
  41. package/internal-do-not-import-from-here/ux/oxide/datepicker/DateTimePicker.d.ts +26 -345
  42. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +9 -9
  43. package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.d.ts +4 -12
  44. package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +11 -11
  45. package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +2 -2
  46. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +2 -2
  47. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +40 -40
  48. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +1 -1
  49. package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +1 -1
  50. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.css.d.ts +1 -0
  51. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +26 -0
  52. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +345 -65
  53. package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.css.d.ts +0 -1
  54. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +2 -2
  55. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +2 -2
  56. package/internal-do-not-import-from-here/ux/oxide/tooltip/Tooltip.d.ts +1 -1
  57. package/internal-do-not-import-from-here/ux/post/Post.d.ts +3 -3
  58. package/internal-do-not-import-from-here/ux/post/templates/PostCardDisplay.d.ts +3 -3
  59. package/internal-do-not-import-from-here/ux/post/templates/PostTemplate.d.ts +3 -3
  60. package/internal-do-not-import-from-here/ux/profilecard/ProfileCard.d.ts +2 -2
  61. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +1 -1
  62. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorStore.d.ts +38 -0
  63. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnimatedGif/AnimatedGif.d.ts +1 -1
  64. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/Heading.d.ts +5 -23
  65. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/HeadingNode.d.ts +2 -3
  66. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/MediaPickerEditorExtension.d.ts +2 -50
  67. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/MediaPickerToolbar.d.ts +2 -49
  68. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/MediaImageNode.d.ts +15 -2
  69. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/MediaPickerNode.d.ts +22 -2
  70. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/MediaPickerNodeView.d.ts +0 -22
  71. package/internal-do-not-import-from-here/ux/richtexteditor/index.d.ts +1 -0
  72. package/internal-do-not-import-from-here/ux/social/Comment.d.ts +1 -1
  73. package/internal-do-not-import-from-here/ux/social/PeopleTagging.d.ts +7 -7
  74. package/internal-do-not-import-from-here/ux/texttranslator/TextTranslator.d.ts +0 -8
  75. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +171 -31
  76. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.css.d.ts +1 -3
  77. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +175 -65
  78. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/ActionMenu.css.d.ts +4 -0
  79. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/ActionMenu.d.ts +60 -0
  80. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/BorderSelector.d.ts +60 -0
  81. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/editorHooks/ContentEditorHooks.css.d.ts +5 -0
  82. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/editorHooks/ContentEditorHooks.d.ts +2 -0
  83. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/ContentDefinitionRegistration.d.ts +1 -0
  84. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/EditorRenderingHooks.d.ts +15 -0
  85. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +37 -17
  86. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +10 -2
  87. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +3 -0
  88. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +2 -2
  89. package/internal-do-not-import-from-here/ux/velcron/editor/models/ComponentDescriptors.d.ts +1 -0
  90. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +21 -0
  91. package/internal-do-not-import-from-here/ux/velcron/renderer/components/ComponentCreator.d.ts +3 -3
  92. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Editor.d.ts +32 -0
  93. package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/SliderEditor.d.ts +8 -0
  94. package/internal-do-not-import-from-here/wctypings.d.ts +1 -1
  95. package/package.json +3 -3
  96. /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/AlignmentEditor.d.ts +0 -0
  97. /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/ColorEditor.d.ts +0 -0
  98. /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/ColorSchemaEditor.d.ts +0 -0
  99. /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/ContainerEditor.d.ts +0 -0
  100. /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/IconEditor.d.ts +0 -0
  101. /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/ImageEditor.d.ts +0 -0
  102. /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/MarkdownEditor.d.ts +0 -0
  103. /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/PropertyEditorCreator.d.ts +0 -0
  104. /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/ReferenceEditor.d.ts +0 -0
  105. /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/SpacingEditor.d.ts +0 -0
  106. /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/SwitchEditor.d.ts +0 -0
  107. /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/TextEditor.d.ts +0 -0
  108. /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/TypographyEditor.d.ts +0 -0
@@ -1258,7 +1258,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
1258
1258
  };
1259
1259
  };
1260
1260
  icon?: {
1261
- color?: {
1261
+ color?: string | {
1262
1262
  colors: (string | {
1263
1263
  colorType: "container" | "base" | "onBase" | "onContainer";
1264
1264
  toned?: boolean;
@@ -1273,6 +1273,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
1273
1273
  })[];
1274
1274
  acrylic?: boolean;
1275
1275
  opacity?: number;
1276
+ } | {
1277
+ colorType: "container" | "base" | "onBase" | "onContainer";
1278
+ toned?: boolean;
1279
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1276
1280
  };
1277
1281
  size?: number;
1278
1282
  };
@@ -1382,7 +1386,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
1382
1386
  };
1383
1387
  };
1384
1388
  icon?: {
1385
- color?: {
1389
+ color?: string | {
1386
1390
  colors: (string | {
1387
1391
  colorType: "container" | "base" | "onBase" | "onContainer";
1388
1392
  toned?: boolean;
@@ -1397,6 +1401,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
1397
1401
  })[];
1398
1402
  acrylic?: boolean;
1399
1403
  opacity?: number;
1404
+ } | {
1405
+ colorType: "container" | "base" | "onBase" | "onContainer";
1406
+ toned?: boolean;
1407
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1400
1408
  };
1401
1409
  size?: number;
1402
1410
  };
@@ -1506,7 +1514,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
1506
1514
  };
1507
1515
  };
1508
1516
  icon?: {
1509
- color?: {
1517
+ color?: string | {
1510
1518
  colors: (string | {
1511
1519
  colorType: "container" | "base" | "onBase" | "onContainer";
1512
1520
  toned?: boolean;
@@ -1521,6 +1529,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
1521
1529
  })[];
1522
1530
  acrylic?: boolean;
1523
1531
  opacity?: number;
1532
+ } | {
1533
+ colorType: "container" | "base" | "onBase" | "onContainer";
1534
+ toned?: boolean;
1535
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1524
1536
  };
1525
1537
  size?: number;
1526
1538
  };
@@ -1630,7 +1642,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
1630
1642
  };
1631
1643
  };
1632
1644
  icon?: {
1633
- color?: {
1645
+ color?: string | {
1634
1646
  colors: (string | {
1635
1647
  colorType: "container" | "base" | "onBase" | "onContainer";
1636
1648
  toned?: boolean;
@@ -1645,6 +1657,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
1645
1657
  })[];
1646
1658
  acrylic?: boolean;
1647
1659
  opacity?: number;
1660
+ } | {
1661
+ colorType: "container" | "base" | "onBase" | "onContainer";
1662
+ toned?: boolean;
1663
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1648
1664
  };
1649
1665
  size?: number;
1650
1666
  };
@@ -1754,7 +1770,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
1754
1770
  };
1755
1771
  };
1756
1772
  icon?: {
1757
- color?: {
1773
+ color?: string | {
1758
1774
  colors: (string | {
1759
1775
  colorType: "container" | "base" | "onBase" | "onContainer";
1760
1776
  toned?: boolean;
@@ -1769,6 +1785,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
1769
1785
  })[];
1770
1786
  acrylic?: boolean;
1771
1787
  opacity?: number;
1788
+ } | {
1789
+ colorType: "container" | "base" | "onBase" | "onContainer";
1790
+ toned?: boolean;
1791
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1772
1792
  };
1773
1793
  size?: number;
1774
1794
  };
@@ -1878,7 +1898,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
1878
1898
  };
1879
1899
  };
1880
1900
  icon?: {
1881
- color?: {
1901
+ color?: string | {
1882
1902
  colors: (string | {
1883
1903
  colorType: "container" | "base" | "onBase" | "onContainer";
1884
1904
  toned?: boolean;
@@ -1893,6 +1913,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
1893
1913
  })[];
1894
1914
  acrylic?: boolean;
1895
1915
  opacity?: number;
1916
+ } | {
1917
+ colorType: "container" | "base" | "onBase" | "onContainer";
1918
+ toned?: boolean;
1919
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
1896
1920
  };
1897
1921
  size?: number;
1898
1922
  };
@@ -2002,7 +2026,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
2002
2026
  };
2003
2027
  };
2004
2028
  icon?: {
2005
- color?: {
2029
+ color?: string | {
2006
2030
  colors: (string | {
2007
2031
  colorType: "container" | "base" | "onBase" | "onContainer";
2008
2032
  toned?: boolean;
@@ -2017,6 +2041,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
2017
2041
  })[];
2018
2042
  acrylic?: boolean;
2019
2043
  opacity?: number;
2044
+ } | {
2045
+ colorType: "container" | "base" | "onBase" | "onContainer";
2046
+ toned?: boolean;
2047
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2020
2048
  };
2021
2049
  size?: number;
2022
2050
  };
@@ -2126,7 +2154,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
2126
2154
  };
2127
2155
  };
2128
2156
  icon?: {
2129
- color?: {
2157
+ color?: string | {
2130
2158
  colors: (string | {
2131
2159
  colorType: "container" | "base" | "onBase" | "onContainer";
2132
2160
  toned?: boolean;
@@ -2141,6 +2169,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
2141
2169
  })[];
2142
2170
  acrylic?: boolean;
2143
2171
  opacity?: number;
2172
+ } | {
2173
+ colorType: "container" | "base" | "onBase" | "onContainer";
2174
+ toned?: boolean;
2175
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2144
2176
  };
2145
2177
  size?: number;
2146
2178
  };
@@ -2250,7 +2282,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
2250
2282
  };
2251
2283
  };
2252
2284
  icon?: {
2253
- color?: {
2285
+ color?: string | {
2254
2286
  colors: (string | {
2255
2287
  colorType: "container" | "base" | "onBase" | "onContainer";
2256
2288
  toned?: boolean;
@@ -2265,6 +2297,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
2265
2297
  })[];
2266
2298
  acrylic?: boolean;
2267
2299
  opacity?: number;
2300
+ } | {
2301
+ colorType: "container" | "base" | "onBase" | "onContainer";
2302
+ toned?: boolean;
2303
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2268
2304
  };
2269
2305
  size?: number;
2270
2306
  };
@@ -2376,7 +2412,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
2376
2412
  };
2377
2413
  };
2378
2414
  icon?: {
2379
- color?: {
2415
+ color?: string | {
2380
2416
  colors: (string | {
2381
2417
  colorType: "container" | "base" | "onBase" | "onContainer";
2382
2418
  toned?: boolean;
@@ -2391,6 +2427,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
2391
2427
  })[];
2392
2428
  acrylic?: boolean;
2393
2429
  opacity?: number;
2430
+ } | {
2431
+ colorType: "container" | "base" | "onBase" | "onContainer";
2432
+ toned?: boolean;
2433
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2394
2434
  };
2395
2435
  size?: number;
2396
2436
  };
@@ -2500,7 +2540,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
2500
2540
  };
2501
2541
  };
2502
2542
  icon?: {
2503
- color?: {
2543
+ color?: string | {
2504
2544
  colors: (string | {
2505
2545
  colorType: "container" | "base" | "onBase" | "onContainer";
2506
2546
  toned?: boolean;
@@ -2515,6 +2555,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
2515
2555
  })[];
2516
2556
  acrylic?: boolean;
2517
2557
  opacity?: number;
2558
+ } | {
2559
+ colorType: "container" | "base" | "onBase" | "onContainer";
2560
+ toned?: boolean;
2561
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2518
2562
  };
2519
2563
  size?: number;
2520
2564
  };
@@ -2624,7 +2668,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
2624
2668
  };
2625
2669
  };
2626
2670
  icon?: {
2627
- color?: {
2671
+ color?: string | {
2628
2672
  colors: (string | {
2629
2673
  colorType: "container" | "base" | "onBase" | "onContainer";
2630
2674
  toned?: boolean;
@@ -2639,6 +2683,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
2639
2683
  })[];
2640
2684
  acrylic?: boolean;
2641
2685
  opacity?: number;
2686
+ } | {
2687
+ colorType: "container" | "base" | "onBase" | "onContainer";
2688
+ toned?: boolean;
2689
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2642
2690
  };
2643
2691
  size?: number;
2644
2692
  };
@@ -2748,7 +2796,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
2748
2796
  };
2749
2797
  };
2750
2798
  icon?: {
2751
- color?: {
2799
+ color?: string | {
2752
2800
  colors: (string | {
2753
2801
  colorType: "container" | "base" | "onBase" | "onContainer";
2754
2802
  toned?: boolean;
@@ -2763,6 +2811,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
2763
2811
  })[];
2764
2812
  acrylic?: boolean;
2765
2813
  opacity?: number;
2814
+ } | {
2815
+ colorType: "container" | "base" | "onBase" | "onContainer";
2816
+ toned?: boolean;
2817
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2766
2818
  };
2767
2819
  size?: number;
2768
2820
  };
@@ -2872,7 +2924,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
2872
2924
  };
2873
2925
  };
2874
2926
  icon?: {
2875
- color?: {
2927
+ color?: string | {
2876
2928
  colors: (string | {
2877
2929
  colorType: "container" | "base" | "onBase" | "onContainer";
2878
2930
  toned?: boolean;
@@ -2887,6 +2939,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
2887
2939
  })[];
2888
2940
  acrylic?: boolean;
2889
2941
  opacity?: number;
2942
+ } | {
2943
+ colorType: "container" | "base" | "onBase" | "onContainer";
2944
+ toned?: boolean;
2945
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
2890
2946
  };
2891
2947
  size?: number;
2892
2948
  };
@@ -2996,7 +3052,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
2996
3052
  };
2997
3053
  };
2998
3054
  icon?: {
2999
- color?: {
3055
+ color?: string | {
3000
3056
  colors: (string | {
3001
3057
  colorType: "container" | "base" | "onBase" | "onContainer";
3002
3058
  toned?: boolean;
@@ -3011,6 +3067,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
3011
3067
  })[];
3012
3068
  acrylic?: boolean;
3013
3069
  opacity?: number;
3070
+ } | {
3071
+ colorType: "container" | "base" | "onBase" | "onContainer";
3072
+ toned?: boolean;
3073
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3014
3074
  };
3015
3075
  size?: number;
3016
3076
  };
@@ -3120,7 +3180,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
3120
3180
  };
3121
3181
  };
3122
3182
  icon?: {
3123
- color?: {
3183
+ color?: string | {
3124
3184
  colors: (string | {
3125
3185
  colorType: "container" | "base" | "onBase" | "onContainer";
3126
3186
  toned?: boolean;
@@ -3135,6 +3195,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
3135
3195
  })[];
3136
3196
  acrylic?: boolean;
3137
3197
  opacity?: number;
3198
+ } | {
3199
+ colorType: "container" | "base" | "onBase" | "onContainer";
3200
+ toned?: boolean;
3201
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3138
3202
  };
3139
3203
  size?: number;
3140
3204
  };
@@ -3244,7 +3308,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
3244
3308
  };
3245
3309
  };
3246
3310
  icon?: {
3247
- color?: {
3311
+ color?: string | {
3248
3312
  colors: (string | {
3249
3313
  colorType: "container" | "base" | "onBase" | "onContainer";
3250
3314
  toned?: boolean;
@@ -3259,6 +3323,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
3259
3323
  })[];
3260
3324
  acrylic?: boolean;
3261
3325
  opacity?: number;
3326
+ } | {
3327
+ colorType: "container" | "base" | "onBase" | "onContainer";
3328
+ toned?: boolean;
3329
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3262
3330
  };
3263
3331
  size?: number;
3264
3332
  };
@@ -3368,7 +3436,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
3368
3436
  };
3369
3437
  };
3370
3438
  icon?: {
3371
- color?: {
3439
+ color?: string | {
3372
3440
  colors: (string | {
3373
3441
  colorType: "container" | "base" | "onBase" | "onContainer";
3374
3442
  toned?: boolean;
@@ -3383,6 +3451,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
3383
3451
  })[];
3384
3452
  acrylic?: boolean;
3385
3453
  opacity?: number;
3454
+ } | {
3455
+ colorType: "container" | "base" | "onBase" | "onContainer";
3456
+ toned?: boolean;
3457
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3386
3458
  };
3387
3459
  size?: number;
3388
3460
  };
@@ -3517,7 +3589,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
3517
3589
  };
3518
3590
  };
3519
3591
  icon?: {
3520
- color?: {
3592
+ color?: string | {
3521
3593
  colors: (string | {
3522
3594
  colorType: "container" | "base" | "onBase" | "onContainer";
3523
3595
  toned?: boolean;
@@ -3532,6 +3604,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
3532
3604
  })[];
3533
3605
  acrylic?: boolean;
3534
3606
  opacity?: number;
3607
+ } | {
3608
+ colorType: "container" | "base" | "onBase" | "onContainer";
3609
+ toned?: boolean;
3610
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3535
3611
  };
3536
3612
  size?: number;
3537
3613
  };
@@ -3639,7 +3715,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
3639
3715
  };
3640
3716
  };
3641
3717
  icon?: {
3642
- color?: {
3718
+ color?: string | {
3643
3719
  colors: (string | {
3644
3720
  colorType: "container" | "base" | "onBase" | "onContainer";
3645
3721
  toned?: boolean;
@@ -3654,6 +3730,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
3654
3730
  })[];
3655
3731
  acrylic?: boolean;
3656
3732
  opacity?: number;
3733
+ } | {
3734
+ colorType: "container" | "base" | "onBase" | "onContainer";
3735
+ toned?: boolean;
3736
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3657
3737
  };
3658
3738
  size?: number;
3659
3739
  };
@@ -3840,7 +3920,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
3840
3920
  };
3841
3921
  };
3842
3922
  icon?: {
3843
- color?: {
3923
+ color?: string | {
3844
3924
  colors: (string | {
3845
3925
  colorType: "container" | "base" | "onBase" | "onContainer";
3846
3926
  toned?: boolean;
@@ -3855,6 +3935,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
3855
3935
  })[];
3856
3936
  acrylic?: boolean;
3857
3937
  opacity?: number;
3938
+ } | {
3939
+ colorType: "container" | "base" | "onBase" | "onContainer";
3940
+ toned?: boolean;
3941
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3858
3942
  };
3859
3943
  size?: number;
3860
3944
  };
@@ -3962,7 +4046,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
3962
4046
  };
3963
4047
  };
3964
4048
  icon?: {
3965
- color?: {
4049
+ color?: string | {
3966
4050
  colors: (string | {
3967
4051
  colorType: "container" | "base" | "onBase" | "onContainer";
3968
4052
  toned?: boolean;
@@ -3977,6 +4061,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
3977
4061
  })[];
3978
4062
  acrylic?: boolean;
3979
4063
  opacity?: number;
4064
+ } | {
4065
+ colorType: "container" | "base" | "onBase" | "onContainer";
4066
+ toned?: boolean;
4067
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
3980
4068
  };
3981
4069
  size?: number;
3982
4070
  };
@@ -4163,7 +4251,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
4163
4251
  };
4164
4252
  };
4165
4253
  icon?: {
4166
- color?: {
4254
+ color?: string | {
4167
4255
  colors: (string | {
4168
4256
  colorType: "container" | "base" | "onBase" | "onContainer";
4169
4257
  toned?: boolean;
@@ -4178,6 +4266,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
4178
4266
  })[];
4179
4267
  acrylic?: boolean;
4180
4268
  opacity?: number;
4269
+ } | {
4270
+ colorType: "container" | "base" | "onBase" | "onContainer";
4271
+ toned?: boolean;
4272
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4181
4273
  };
4182
4274
  size?: number;
4183
4275
  };
@@ -4285,7 +4377,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
4285
4377
  };
4286
4378
  };
4287
4379
  icon?: {
4288
- color?: {
4380
+ color?: string | {
4289
4381
  colors: (string | {
4290
4382
  colorType: "container" | "base" | "onBase" | "onContainer";
4291
4383
  toned?: boolean;
@@ -4300,6 +4392,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
4300
4392
  })[];
4301
4393
  acrylic?: boolean;
4302
4394
  opacity?: number;
4395
+ } | {
4396
+ colorType: "container" | "base" | "onBase" | "onContainer";
4397
+ toned?: boolean;
4398
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4303
4399
  };
4304
4400
  size?: number;
4305
4401
  };
@@ -4486,7 +4582,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
4486
4582
  };
4487
4583
  };
4488
4584
  icon?: {
4489
- color?: {
4585
+ color?: string | {
4490
4586
  colors: (string | {
4491
4587
  colorType: "container" | "base" | "onBase" | "onContainer";
4492
4588
  toned?: boolean;
@@ -4501,6 +4597,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
4501
4597
  })[];
4502
4598
  acrylic?: boolean;
4503
4599
  opacity?: number;
4600
+ } | {
4601
+ colorType: "container" | "base" | "onBase" | "onContainer";
4602
+ toned?: boolean;
4603
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4504
4604
  };
4505
4605
  size?: number;
4506
4606
  };
@@ -4608,7 +4708,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
4608
4708
  };
4609
4709
  };
4610
4710
  icon?: {
4611
- color?: {
4711
+ color?: string | {
4612
4712
  colors: (string | {
4613
4713
  colorType: "container" | "base" | "onBase" | "onContainer";
4614
4714
  toned?: boolean;
@@ -4623,6 +4723,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
4623
4723
  })[];
4624
4724
  acrylic?: boolean;
4625
4725
  opacity?: number;
4726
+ } | {
4727
+ colorType: "container" | "base" | "onBase" | "onContainer";
4728
+ toned?: boolean;
4729
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
4626
4730
  };
4627
4731
  size?: number;
4628
4732
  };
@@ -4734,6 +4838,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
4734
4838
  bottom?: string | number;
4735
4839
  left?: string | number;
4736
4840
  };
4841
+ spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
4737
4842
  }[];
4738
4843
  events?: {
4739
4844
  onLoaded?: string[];
@@ -4741,6 +4846,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
4741
4846
  onSaving?: string[];
4742
4847
  onPersistState?: string[];
4743
4848
  onRestoreState?: string[];
4849
+ onActive?: string[];
4744
4850
  };
4745
4851
  actions?: {
4746
4852
  [name: string]: string[];
@@ -4786,6 +4892,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
4786
4892
  bottom?: string | number;
4787
4893
  left?: string | number;
4788
4894
  };
4895
+ spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
4789
4896
  }[];
4790
4897
  style?: {
4791
4898
  margin?: number;
@@ -4817,6 +4924,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
4817
4924
  bottom?: string | number;
4818
4925
  left?: string | number;
4819
4926
  };
4927
+ spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
4820
4928
  }[];
4821
4929
  editors?: {
4822
4930
  name?: string;
@@ -4950,6 +5058,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
4950
5058
  bottom?: string | number;
4951
5059
  left?: string | number;
4952
5060
  };
5061
+ spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
4953
5062
  }[];
4954
5063
  events?: {
4955
5064
  onLoaded?: string[];
@@ -4957,6 +5066,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
4957
5066
  onSaving?: string[];
4958
5067
  onPersistState?: string[];
4959
5068
  onRestoreState?: string[];
5069
+ onActive?: string[];
4960
5070
  };
4961
5071
  actions?: {
4962
5072
  [name: string]: string[];
@@ -5002,6 +5112,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
5002
5112
  bottom?: string | number;
5003
5113
  left?: string | number;
5004
5114
  };
5115
+ spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
5005
5116
  }[];
5006
5117
  style?: {
5007
5118
  margin?: number;
@@ -5033,6 +5144,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
5033
5144
  bottom?: string | number;
5034
5145
  left?: string | number;
5035
5146
  };
5147
+ spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
5036
5148
  }[];
5037
5149
  editors?: {
5038
5150
  name?: string;
@@ -5166,6 +5278,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
5166
5278
  bottom?: string | number;
5167
5279
  left?: string | number;
5168
5280
  };
5281
+ spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
5169
5282
  }[];
5170
5283
  events?: {
5171
5284
  onLoaded?: string[];
@@ -5173,6 +5286,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
5173
5286
  onSaving?: string[];
5174
5287
  onPersistState?: string[];
5175
5288
  onRestoreState?: string[];
5289
+ onActive?: string[];
5176
5290
  };
5177
5291
  actions?: {
5178
5292
  [name: string]: string[];
@@ -5218,6 +5332,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
5218
5332
  bottom?: string | number;
5219
5333
  left?: string | number;
5220
5334
  };
5335
+ spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
5221
5336
  }[];
5222
5337
  style?: {
5223
5338
  margin?: number;
@@ -5249,6 +5364,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
5249
5364
  bottom?: string | number;
5250
5365
  left?: string | number;
5251
5366
  };
5367
+ spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
5252
5368
  }[];
5253
5369
  editors?: {
5254
5370
  name?: string;
@@ -5382,6 +5498,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
5382
5498
  bottom?: string | number;
5383
5499
  left?: string | number;
5384
5500
  };
5501
+ spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
5385
5502
  }[];
5386
5503
  events?: {
5387
5504
  onLoaded?: string[];
@@ -5389,6 +5506,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
5389
5506
  onSaving?: string[];
5390
5507
  onPersistState?: string[];
5391
5508
  onRestoreState?: string[];
5509
+ onActive?: string[];
5392
5510
  };
5393
5511
  actions?: {
5394
5512
  [name: string]: string[];
@@ -5434,6 +5552,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
5434
5552
  bottom?: string | number;
5435
5553
  left?: string | number;
5436
5554
  };
5555
+ spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
5437
5556
  }[];
5438
5557
  style?: {
5439
5558
  margin?: number;
@@ -5465,6 +5584,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
5465
5584
  bottom?: string | number;
5466
5585
  left?: string | number;
5467
5586
  };
5587
+ spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
5468
5588
  }[];
5469
5589
  editors?: {
5470
5590
  name?: string;
@@ -5560,7 +5680,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
5560
5680
  };
5561
5681
  icons?: {
5562
5682
  xs?: {
5563
- color?: {
5683
+ color?: string | {
5564
5684
  colors: (string | {
5565
5685
  colorType: "container" | "base" | "onBase" | "onContainer";
5566
5686
  toned?: boolean;
@@ -5575,11 +5695,15 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
5575
5695
  })[];
5576
5696
  acrylic?: boolean;
5577
5697
  opacity?: number;
5698
+ } | {
5699
+ colorType: "container" | "base" | "onBase" | "onContainer";
5700
+ toned?: boolean;
5701
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5578
5702
  };
5579
5703
  size?: number;
5580
5704
  };
5581
5705
  s?: {
5582
- color?: {
5706
+ color?: string | {
5583
5707
  colors: (string | {
5584
5708
  colorType: "container" | "base" | "onBase" | "onContainer";
5585
5709
  toned?: boolean;
@@ -5594,11 +5718,15 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
5594
5718
  })[];
5595
5719
  acrylic?: boolean;
5596
5720
  opacity?: number;
5721
+ } | {
5722
+ colorType: "container" | "base" | "onBase" | "onContainer";
5723
+ toned?: boolean;
5724
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5597
5725
  };
5598
5726
  size?: number;
5599
5727
  };
5600
5728
  m?: {
5601
- color?: {
5729
+ color?: string | {
5602
5730
  colors: (string | {
5603
5731
  colorType: "container" | "base" | "onBase" | "onContainer";
5604
5732
  toned?: boolean;
@@ -5613,11 +5741,15 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
5613
5741
  })[];
5614
5742
  acrylic?: boolean;
5615
5743
  opacity?: number;
5744
+ } | {
5745
+ colorType: "container" | "base" | "onBase" | "onContainer";
5746
+ toned?: boolean;
5747
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5616
5748
  };
5617
5749
  size?: number;
5618
5750
  };
5619
5751
  l?: {
5620
- color?: {
5752
+ color?: string | {
5621
5753
  colors: (string | {
5622
5754
  colorType: "container" | "base" | "onBase" | "onContainer";
5623
5755
  toned?: boolean;
@@ -5632,11 +5764,15 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
5632
5764
  })[];
5633
5765
  acrylic?: boolean;
5634
5766
  opacity?: number;
5767
+ } | {
5768
+ colorType: "container" | "base" | "onBase" | "onContainer";
5769
+ toned?: boolean;
5770
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5635
5771
  };
5636
5772
  size?: number;
5637
5773
  };
5638
5774
  xl?: {
5639
- color?: {
5775
+ color?: string | {
5640
5776
  colors: (string | {
5641
5777
  colorType: "container" | "base" | "onBase" | "onContainer";
5642
5778
  toned?: boolean;
@@ -5651,6 +5787,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
5651
5787
  })[];
5652
5788
  acrylic?: boolean;
5653
5789
  opacity?: number;
5790
+ } | {
5791
+ colorType: "container" | "base" | "onBase" | "onContainer";
5792
+ toned?: boolean;
5793
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
5654
5794
  };
5655
5795
  size?: number;
5656
5796
  };
@@ -6087,7 +6227,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
6087
6227
  "onUpdate:focused"?: (value: boolean) => any;
6088
6228
  "onClick:button"?: (value: any) => any;
6089
6229
  "onUpdate:search"?: (value: string) => any;
6090
- }, "container" | "class" | "label" | "multiple" | "disabled" | "readonly" | "colorSchemaType" | "toned" | "items" | "colors" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "loading" | "searchable" | "rules" | "hint" | "persistentHint" | "clearable" | "itemTitle" | "itemValue" | "returnObject" | "hideNoData" | "menuIcon" | "hideSelected"> & {
6230
+ }, "container" | "class" | "label" | "multiple" | "disabled" | "colorSchemaType" | "toned" | "items" | "colors" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "loading" | "searchable" | "rules" | "hint" | "persistentHint" | "clearable" | "readonly" | "itemTitle" | "itemValue" | "returnObject" | "hideNoData" | "menuIcon" | "hideSelected"> & {
6091
6231
  "v-slots"?: {
6092
6232
  default?: import("vue").Slot;
6093
6233
  } & {
@@ -6096,7 +6236,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
6096
6236
  item?: (item: OSelectRenderingItem<ItemType<TItem>, any>, index: Number) => VNodeChild;
6097
6237
  "append-item"?: () => VNodeChild;
6098
6238
  };
6099
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "container" | "class" | "label" | "multiple" | "disabled" | "readonly" | "colorSchemaType" | "toned" | "items" | "colors" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "loading" | "searchable" | "rules" | "hint" | "persistentHint" | "clearable" | "itemTitle" | "itemValue" | "returnObject" | "hideNoData" | "menuIcon" | "hideSelected" | "emit:update:modelValue" | "emit:click:button" | "emit:update:search" | "emit:update:focused" | "slot:chip" | "slot:selection" | "slot:item" | "slot:append-item">) => {
6239
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "container" | "class" | "label" | "multiple" | "disabled" | "colorSchemaType" | "toned" | "items" | "colors" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "loading" | "searchable" | "rules" | "hint" | "persistentHint" | "clearable" | "readonly" | "itemTitle" | "itemValue" | "returnObject" | "hideNoData" | "menuIcon" | "hideSelected" | "emit:update:modelValue" | "emit:click:button" | "emit:update:search" | "emit:update:focused" | "slot:chip" | "slot:selection" | "slot:item" | "slot:append-item">) => {
6100
6240
  $: import("vue").ComponentInternalInstance;
6101
6241
  $data: {};
6102
6242
  $props: {};
@@ -7383,7 +7523,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
7383
7523
  };
7384
7524
  };
7385
7525
  icon?: {
7386
- color?: {
7526
+ color?: string | {
7387
7527
  colors: (string | {
7388
7528
  colorType: "container" | "base" | "onBase" | "onContainer";
7389
7529
  toned?: boolean;
@@ -7398,6 +7538,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
7398
7538
  })[];
7399
7539
  acrylic?: boolean;
7400
7540
  opacity?: number;
7541
+ } | {
7542
+ colorType: "container" | "base" | "onBase" | "onContainer";
7543
+ toned?: boolean;
7544
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
7401
7545
  };
7402
7546
  size?: number;
7403
7547
  };
@@ -7507,7 +7651,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
7507
7651
  };
7508
7652
  };
7509
7653
  icon?: {
7510
- color?: {
7654
+ color?: string | {
7511
7655
  colors: (string | {
7512
7656
  colorType: "container" | "base" | "onBase" | "onContainer";
7513
7657
  toned?: boolean;
@@ -7522,6 +7666,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
7522
7666
  })[];
7523
7667
  acrylic?: boolean;
7524
7668
  opacity?: number;
7669
+ } | {
7670
+ colorType: "container" | "base" | "onBase" | "onContainer";
7671
+ toned?: boolean;
7672
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
7525
7673
  };
7526
7674
  size?: number;
7527
7675
  };
@@ -7631,7 +7779,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
7631
7779
  };
7632
7780
  };
7633
7781
  icon?: {
7634
- color?: {
7782
+ color?: string | {
7635
7783
  colors: (string | {
7636
7784
  colorType: "container" | "base" | "onBase" | "onContainer";
7637
7785
  toned?: boolean;
@@ -7646,6 +7794,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
7646
7794
  })[];
7647
7795
  acrylic?: boolean;
7648
7796
  opacity?: number;
7797
+ } | {
7798
+ colorType: "container" | "base" | "onBase" | "onContainer";
7799
+ toned?: boolean;
7800
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
7649
7801
  };
7650
7802
  size?: number;
7651
7803
  };
@@ -7755,7 +7907,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
7755
7907
  };
7756
7908
  };
7757
7909
  icon?: {
7758
- color?: {
7910
+ color?: string | {
7759
7911
  colors: (string | {
7760
7912
  colorType: "container" | "base" | "onBase" | "onContainer";
7761
7913
  toned?: boolean;
@@ -7770,6 +7922,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
7770
7922
  })[];
7771
7923
  acrylic?: boolean;
7772
7924
  opacity?: number;
7925
+ } | {
7926
+ colorType: "container" | "base" | "onBase" | "onContainer";
7927
+ toned?: boolean;
7928
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
7773
7929
  };
7774
7930
  size?: number;
7775
7931
  };
@@ -7879,7 +8035,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
7879
8035
  };
7880
8036
  };
7881
8037
  icon?: {
7882
- color?: {
8038
+ color?: string | {
7883
8039
  colors: (string | {
7884
8040
  colorType: "container" | "base" | "onBase" | "onContainer";
7885
8041
  toned?: boolean;
@@ -7894,6 +8050,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
7894
8050
  })[];
7895
8051
  acrylic?: boolean;
7896
8052
  opacity?: number;
8053
+ } | {
8054
+ colorType: "container" | "base" | "onBase" | "onContainer";
8055
+ toned?: boolean;
8056
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
7897
8057
  };
7898
8058
  size?: number;
7899
8059
  };
@@ -8003,7 +8163,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
8003
8163
  };
8004
8164
  };
8005
8165
  icon?: {
8006
- color?: {
8166
+ color?: string | {
8007
8167
  colors: (string | {
8008
8168
  colorType: "container" | "base" | "onBase" | "onContainer";
8009
8169
  toned?: boolean;
@@ -8018,6 +8178,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
8018
8178
  })[];
8019
8179
  acrylic?: boolean;
8020
8180
  opacity?: number;
8181
+ } | {
8182
+ colorType: "container" | "base" | "onBase" | "onContainer";
8183
+ toned?: boolean;
8184
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
8021
8185
  };
8022
8186
  size?: number;
8023
8187
  };
@@ -8127,7 +8291,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
8127
8291
  };
8128
8292
  };
8129
8293
  icon?: {
8130
- color?: {
8294
+ color?: string | {
8131
8295
  colors: (string | {
8132
8296
  colorType: "container" | "base" | "onBase" | "onContainer";
8133
8297
  toned?: boolean;
@@ -8142,6 +8306,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
8142
8306
  })[];
8143
8307
  acrylic?: boolean;
8144
8308
  opacity?: number;
8309
+ } | {
8310
+ colorType: "container" | "base" | "onBase" | "onContainer";
8311
+ toned?: boolean;
8312
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
8145
8313
  };
8146
8314
  size?: number;
8147
8315
  };
@@ -8251,7 +8419,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
8251
8419
  };
8252
8420
  };
8253
8421
  icon?: {
8254
- color?: {
8422
+ color?: string | {
8255
8423
  colors: (string | {
8256
8424
  colorType: "container" | "base" | "onBase" | "onContainer";
8257
8425
  toned?: boolean;
@@ -8266,6 +8434,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
8266
8434
  })[];
8267
8435
  acrylic?: boolean;
8268
8436
  opacity?: number;
8437
+ } | {
8438
+ colorType: "container" | "base" | "onBase" | "onContainer";
8439
+ toned?: boolean;
8440
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
8269
8441
  };
8270
8442
  size?: number;
8271
8443
  };
@@ -8375,7 +8547,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
8375
8547
  };
8376
8548
  };
8377
8549
  icon?: {
8378
- color?: {
8550
+ color?: string | {
8379
8551
  colors: (string | {
8380
8552
  colorType: "container" | "base" | "onBase" | "onContainer";
8381
8553
  toned?: boolean;
@@ -8390,6 +8562,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
8390
8562
  })[];
8391
8563
  acrylic?: boolean;
8392
8564
  opacity?: number;
8565
+ } | {
8566
+ colorType: "container" | "base" | "onBase" | "onContainer";
8567
+ toned?: boolean;
8568
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
8393
8569
  };
8394
8570
  size?: number;
8395
8571
  };
@@ -8501,7 +8677,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
8501
8677
  };
8502
8678
  };
8503
8679
  icon?: {
8504
- color?: {
8680
+ color?: string | {
8505
8681
  colors: (string | {
8506
8682
  colorType: "container" | "base" | "onBase" | "onContainer";
8507
8683
  toned?: boolean;
@@ -8516,6 +8692,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
8516
8692
  })[];
8517
8693
  acrylic?: boolean;
8518
8694
  opacity?: number;
8695
+ } | {
8696
+ colorType: "container" | "base" | "onBase" | "onContainer";
8697
+ toned?: boolean;
8698
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
8519
8699
  };
8520
8700
  size?: number;
8521
8701
  };
@@ -8625,7 +8805,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
8625
8805
  };
8626
8806
  };
8627
8807
  icon?: {
8628
- color?: {
8808
+ color?: string | {
8629
8809
  colors: (string | {
8630
8810
  colorType: "container" | "base" | "onBase" | "onContainer";
8631
8811
  toned?: boolean;
@@ -8640,6 +8820,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
8640
8820
  })[];
8641
8821
  acrylic?: boolean;
8642
8822
  opacity?: number;
8823
+ } | {
8824
+ colorType: "container" | "base" | "onBase" | "onContainer";
8825
+ toned?: boolean;
8826
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
8643
8827
  };
8644
8828
  size?: number;
8645
8829
  };
@@ -8749,7 +8933,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
8749
8933
  };
8750
8934
  };
8751
8935
  icon?: {
8752
- color?: {
8936
+ color?: string | {
8753
8937
  colors: (string | {
8754
8938
  colorType: "container" | "base" | "onBase" | "onContainer";
8755
8939
  toned?: boolean;
@@ -8764,6 +8948,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
8764
8948
  })[];
8765
8949
  acrylic?: boolean;
8766
8950
  opacity?: number;
8951
+ } | {
8952
+ colorType: "container" | "base" | "onBase" | "onContainer";
8953
+ toned?: boolean;
8954
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
8767
8955
  };
8768
8956
  size?: number;
8769
8957
  };
@@ -8873,7 +9061,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
8873
9061
  };
8874
9062
  };
8875
9063
  icon?: {
8876
- color?: {
9064
+ color?: string | {
8877
9065
  colors: (string | {
8878
9066
  colorType: "container" | "base" | "onBase" | "onContainer";
8879
9067
  toned?: boolean;
@@ -8888,6 +9076,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
8888
9076
  })[];
8889
9077
  acrylic?: boolean;
8890
9078
  opacity?: number;
9079
+ } | {
9080
+ colorType: "container" | "base" | "onBase" | "onContainer";
9081
+ toned?: boolean;
9082
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
8891
9083
  };
8892
9084
  size?: number;
8893
9085
  };
@@ -8997,7 +9189,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
8997
9189
  };
8998
9190
  };
8999
9191
  icon?: {
9000
- color?: {
9192
+ color?: string | {
9001
9193
  colors: (string | {
9002
9194
  colorType: "container" | "base" | "onBase" | "onContainer";
9003
9195
  toned?: boolean;
@@ -9012,6 +9204,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
9012
9204
  })[];
9013
9205
  acrylic?: boolean;
9014
9206
  opacity?: number;
9207
+ } | {
9208
+ colorType: "container" | "base" | "onBase" | "onContainer";
9209
+ toned?: boolean;
9210
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
9015
9211
  };
9016
9212
  size?: number;
9017
9213
  };
@@ -9121,7 +9317,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
9121
9317
  };
9122
9318
  };
9123
9319
  icon?: {
9124
- color?: {
9320
+ color?: string | {
9125
9321
  colors: (string | {
9126
9322
  colorType: "container" | "base" | "onBase" | "onContainer";
9127
9323
  toned?: boolean;
@@ -9136,6 +9332,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
9136
9332
  })[];
9137
9333
  acrylic?: boolean;
9138
9334
  opacity?: number;
9335
+ } | {
9336
+ colorType: "container" | "base" | "onBase" | "onContainer";
9337
+ toned?: boolean;
9338
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
9139
9339
  };
9140
9340
  size?: number;
9141
9341
  };
@@ -9245,7 +9445,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
9245
9445
  };
9246
9446
  };
9247
9447
  icon?: {
9248
- color?: {
9448
+ color?: string | {
9249
9449
  colors: (string | {
9250
9450
  colorType: "container" | "base" | "onBase" | "onContainer";
9251
9451
  toned?: boolean;
@@ -9260,6 +9460,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
9260
9460
  })[];
9261
9461
  acrylic?: boolean;
9262
9462
  opacity?: number;
9463
+ } | {
9464
+ colorType: "container" | "base" | "onBase" | "onContainer";
9465
+ toned?: boolean;
9466
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
9263
9467
  };
9264
9468
  size?: number;
9265
9469
  };
@@ -9369,7 +9573,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
9369
9573
  };
9370
9574
  };
9371
9575
  icon?: {
9372
- color?: {
9576
+ color?: string | {
9373
9577
  colors: (string | {
9374
9578
  colorType: "container" | "base" | "onBase" | "onContainer";
9375
9579
  toned?: boolean;
@@ -9384,6 +9588,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
9384
9588
  })[];
9385
9589
  acrylic?: boolean;
9386
9590
  opacity?: number;
9591
+ } | {
9592
+ colorType: "container" | "base" | "onBase" | "onContainer";
9593
+ toned?: boolean;
9594
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
9387
9595
  };
9388
9596
  size?: number;
9389
9597
  };
@@ -9493,7 +9701,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
9493
9701
  };
9494
9702
  };
9495
9703
  icon?: {
9496
- color?: {
9704
+ color?: string | {
9497
9705
  colors: (string | {
9498
9706
  colorType: "container" | "base" | "onBase" | "onContainer";
9499
9707
  toned?: boolean;
@@ -9508,6 +9716,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
9508
9716
  })[];
9509
9717
  acrylic?: boolean;
9510
9718
  opacity?: number;
9719
+ } | {
9720
+ colorType: "container" | "base" | "onBase" | "onContainer";
9721
+ toned?: boolean;
9722
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
9511
9723
  };
9512
9724
  size?: number;
9513
9725
  };
@@ -9642,7 +9854,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
9642
9854
  };
9643
9855
  };
9644
9856
  icon?: {
9645
- color?: {
9857
+ color?: string | {
9646
9858
  colors: (string | {
9647
9859
  colorType: "container" | "base" | "onBase" | "onContainer";
9648
9860
  toned?: boolean;
@@ -9657,6 +9869,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
9657
9869
  })[];
9658
9870
  acrylic?: boolean;
9659
9871
  opacity?: number;
9872
+ } | {
9873
+ colorType: "container" | "base" | "onBase" | "onContainer";
9874
+ toned?: boolean;
9875
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
9660
9876
  };
9661
9877
  size?: number;
9662
9878
  };
@@ -9764,7 +9980,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
9764
9980
  };
9765
9981
  };
9766
9982
  icon?: {
9767
- color?: {
9983
+ color?: string | {
9768
9984
  colors: (string | {
9769
9985
  colorType: "container" | "base" | "onBase" | "onContainer";
9770
9986
  toned?: boolean;
@@ -9779,6 +9995,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
9779
9995
  })[];
9780
9996
  acrylic?: boolean;
9781
9997
  opacity?: number;
9998
+ } | {
9999
+ colorType: "container" | "base" | "onBase" | "onContainer";
10000
+ toned?: boolean;
10001
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
9782
10002
  };
9783
10003
  size?: number;
9784
10004
  };
@@ -9965,7 +10185,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
9965
10185
  };
9966
10186
  };
9967
10187
  icon?: {
9968
- color?: {
10188
+ color?: string | {
9969
10189
  colors: (string | {
9970
10190
  colorType: "container" | "base" | "onBase" | "onContainer";
9971
10191
  toned?: boolean;
@@ -9980,6 +10200,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
9980
10200
  })[];
9981
10201
  acrylic?: boolean;
9982
10202
  opacity?: number;
10203
+ } | {
10204
+ colorType: "container" | "base" | "onBase" | "onContainer";
10205
+ toned?: boolean;
10206
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
9983
10207
  };
9984
10208
  size?: number;
9985
10209
  };
@@ -10087,7 +10311,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
10087
10311
  };
10088
10312
  };
10089
10313
  icon?: {
10090
- color?: {
10314
+ color?: string | {
10091
10315
  colors: (string | {
10092
10316
  colorType: "container" | "base" | "onBase" | "onContainer";
10093
10317
  toned?: boolean;
@@ -10102,6 +10326,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
10102
10326
  })[];
10103
10327
  acrylic?: boolean;
10104
10328
  opacity?: number;
10329
+ } | {
10330
+ colorType: "container" | "base" | "onBase" | "onContainer";
10331
+ toned?: boolean;
10332
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
10105
10333
  };
10106
10334
  size?: number;
10107
10335
  };
@@ -10288,7 +10516,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
10288
10516
  };
10289
10517
  };
10290
10518
  icon?: {
10291
- color?: {
10519
+ color?: string | {
10292
10520
  colors: (string | {
10293
10521
  colorType: "container" | "base" | "onBase" | "onContainer";
10294
10522
  toned?: boolean;
@@ -10303,6 +10531,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
10303
10531
  })[];
10304
10532
  acrylic?: boolean;
10305
10533
  opacity?: number;
10534
+ } | {
10535
+ colorType: "container" | "base" | "onBase" | "onContainer";
10536
+ toned?: boolean;
10537
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
10306
10538
  };
10307
10539
  size?: number;
10308
10540
  };
@@ -10410,7 +10642,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
10410
10642
  };
10411
10643
  };
10412
10644
  icon?: {
10413
- color?: {
10645
+ color?: string | {
10414
10646
  colors: (string | {
10415
10647
  colorType: "container" | "base" | "onBase" | "onContainer";
10416
10648
  toned?: boolean;
@@ -10425,6 +10657,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
10425
10657
  })[];
10426
10658
  acrylic?: boolean;
10427
10659
  opacity?: number;
10660
+ } | {
10661
+ colorType: "container" | "base" | "onBase" | "onContainer";
10662
+ toned?: boolean;
10663
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
10428
10664
  };
10429
10665
  size?: number;
10430
10666
  };
@@ -10611,7 +10847,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
10611
10847
  };
10612
10848
  };
10613
10849
  icon?: {
10614
- color?: {
10850
+ color?: string | {
10615
10851
  colors: (string | {
10616
10852
  colorType: "container" | "base" | "onBase" | "onContainer";
10617
10853
  toned?: boolean;
@@ -10626,6 +10862,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
10626
10862
  })[];
10627
10863
  acrylic?: boolean;
10628
10864
  opacity?: number;
10865
+ } | {
10866
+ colorType: "container" | "base" | "onBase" | "onContainer";
10867
+ toned?: boolean;
10868
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
10629
10869
  };
10630
10870
  size?: number;
10631
10871
  };
@@ -10733,7 +10973,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
10733
10973
  };
10734
10974
  };
10735
10975
  icon?: {
10736
- color?: {
10976
+ color?: string | {
10737
10977
  colors: (string | {
10738
10978
  colorType: "container" | "base" | "onBase" | "onContainer";
10739
10979
  toned?: boolean;
@@ -10748,6 +10988,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
10748
10988
  })[];
10749
10989
  acrylic?: boolean;
10750
10990
  opacity?: number;
10991
+ } | {
10992
+ colorType: "container" | "base" | "onBase" | "onContainer";
10993
+ toned?: boolean;
10994
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
10751
10995
  };
10752
10996
  size?: number;
10753
10997
  };
@@ -10859,6 +11103,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
10859
11103
  bottom?: string | number;
10860
11104
  left?: string | number;
10861
11105
  };
11106
+ spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
10862
11107
  }[];
10863
11108
  events?: {
10864
11109
  onLoaded?: string[];
@@ -10866,6 +11111,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
10866
11111
  onSaving?: string[];
10867
11112
  onPersistState?: string[];
10868
11113
  onRestoreState?: string[];
11114
+ onActive?: string[];
10869
11115
  };
10870
11116
  actions?: {
10871
11117
  [name: string]: string[];
@@ -10911,6 +11157,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
10911
11157
  bottom?: string | number;
10912
11158
  left?: string | number;
10913
11159
  };
11160
+ spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
10914
11161
  }[];
10915
11162
  style?: {
10916
11163
  margin?: number;
@@ -10942,6 +11189,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
10942
11189
  bottom?: string | number;
10943
11190
  left?: string | number;
10944
11191
  };
11192
+ spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
10945
11193
  }[];
10946
11194
  editors?: {
10947
11195
  name?: string;
@@ -11075,6 +11323,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
11075
11323
  bottom?: string | number;
11076
11324
  left?: string | number;
11077
11325
  };
11326
+ spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
11078
11327
  }[];
11079
11328
  events?: {
11080
11329
  onLoaded?: string[];
@@ -11082,6 +11331,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
11082
11331
  onSaving?: string[];
11083
11332
  onPersistState?: string[];
11084
11333
  onRestoreState?: string[];
11334
+ onActive?: string[];
11085
11335
  };
11086
11336
  actions?: {
11087
11337
  [name: string]: string[];
@@ -11127,6 +11377,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
11127
11377
  bottom?: string | number;
11128
11378
  left?: string | number;
11129
11379
  };
11380
+ spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
11130
11381
  }[];
11131
11382
  style?: {
11132
11383
  margin?: number;
@@ -11158,6 +11409,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
11158
11409
  bottom?: string | number;
11159
11410
  left?: string | number;
11160
11411
  };
11412
+ spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
11161
11413
  }[];
11162
11414
  editors?: {
11163
11415
  name?: string;
@@ -11291,6 +11543,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
11291
11543
  bottom?: string | number;
11292
11544
  left?: string | number;
11293
11545
  };
11546
+ spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
11294
11547
  }[];
11295
11548
  events?: {
11296
11549
  onLoaded?: string[];
@@ -11298,6 +11551,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
11298
11551
  onSaving?: string[];
11299
11552
  onPersistState?: string[];
11300
11553
  onRestoreState?: string[];
11554
+ onActive?: string[];
11301
11555
  };
11302
11556
  actions?: {
11303
11557
  [name: string]: string[];
@@ -11343,6 +11597,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
11343
11597
  bottom?: string | number;
11344
11598
  left?: string | number;
11345
11599
  };
11600
+ spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
11346
11601
  }[];
11347
11602
  style?: {
11348
11603
  margin?: number;
@@ -11374,6 +11629,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
11374
11629
  bottom?: string | number;
11375
11630
  left?: string | number;
11376
11631
  };
11632
+ spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
11377
11633
  }[];
11378
11634
  editors?: {
11379
11635
  name?: string;
@@ -11507,6 +11763,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
11507
11763
  bottom?: string | number;
11508
11764
  left?: string | number;
11509
11765
  };
11766
+ spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
11510
11767
  }[];
11511
11768
  events?: {
11512
11769
  onLoaded?: string[];
@@ -11514,6 +11771,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
11514
11771
  onSaving?: string[];
11515
11772
  onPersistState?: string[];
11516
11773
  onRestoreState?: string[];
11774
+ onActive?: string[];
11517
11775
  };
11518
11776
  actions?: {
11519
11777
  [name: string]: string[];
@@ -11559,6 +11817,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
11559
11817
  bottom?: string | number;
11560
11818
  left?: string | number;
11561
11819
  };
11820
+ spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
11562
11821
  }[];
11563
11822
  style?: {
11564
11823
  margin?: number;
@@ -11590,6 +11849,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
11590
11849
  bottom?: string | number;
11591
11850
  left?: string | number;
11592
11851
  };
11852
+ spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
11593
11853
  }[];
11594
11854
  editors?: {
11595
11855
  name?: string;
@@ -11685,7 +11945,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
11685
11945
  };
11686
11946
  icons?: {
11687
11947
  xs?: {
11688
- color?: {
11948
+ color?: string | {
11689
11949
  colors: (string | {
11690
11950
  colorType: "container" | "base" | "onBase" | "onContainer";
11691
11951
  toned?: boolean;
@@ -11700,11 +11960,15 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
11700
11960
  })[];
11701
11961
  acrylic?: boolean;
11702
11962
  opacity?: number;
11963
+ } | {
11964
+ colorType: "container" | "base" | "onBase" | "onContainer";
11965
+ toned?: boolean;
11966
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
11703
11967
  };
11704
11968
  size?: number;
11705
11969
  };
11706
11970
  s?: {
11707
- color?: {
11971
+ color?: string | {
11708
11972
  colors: (string | {
11709
11973
  colorType: "container" | "base" | "onBase" | "onContainer";
11710
11974
  toned?: boolean;
@@ -11719,11 +11983,15 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
11719
11983
  })[];
11720
11984
  acrylic?: boolean;
11721
11985
  opacity?: number;
11986
+ } | {
11987
+ colorType: "container" | "base" | "onBase" | "onContainer";
11988
+ toned?: boolean;
11989
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
11722
11990
  };
11723
11991
  size?: number;
11724
11992
  };
11725
11993
  m?: {
11726
- color?: {
11994
+ color?: string | {
11727
11995
  colors: (string | {
11728
11996
  colorType: "container" | "base" | "onBase" | "onContainer";
11729
11997
  toned?: boolean;
@@ -11738,11 +12006,15 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
11738
12006
  })[];
11739
12007
  acrylic?: boolean;
11740
12008
  opacity?: number;
12009
+ } | {
12010
+ colorType: "container" | "base" | "onBase" | "onContainer";
12011
+ toned?: boolean;
12012
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
11741
12013
  };
11742
12014
  size?: number;
11743
12015
  };
11744
12016
  l?: {
11745
- color?: {
12017
+ color?: string | {
11746
12018
  colors: (string | {
11747
12019
  colorType: "container" | "base" | "onBase" | "onContainer";
11748
12020
  toned?: boolean;
@@ -11757,11 +12029,15 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
11757
12029
  })[];
11758
12030
  acrylic?: boolean;
11759
12031
  opacity?: number;
12032
+ } | {
12033
+ colorType: "container" | "base" | "onBase" | "onContainer";
12034
+ toned?: boolean;
12035
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
11760
12036
  };
11761
12037
  size?: number;
11762
12038
  };
11763
12039
  xl?: {
11764
- color?: {
12040
+ color?: string | {
11765
12041
  colors: (string | {
11766
12042
  colorType: "container" | "base" | "onBase" | "onContainer";
11767
12043
  toned?: boolean;
@@ -11776,6 +12052,10 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
11776
12052
  })[];
11777
12053
  acrylic?: boolean;
11778
12054
  opacity?: number;
12055
+ } | {
12056
+ colorType: "container" | "base" | "onBase" | "onContainer";
12057
+ toned?: boolean;
12058
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
11779
12059
  };
11780
12060
  size?: number;
11781
12061
  };
@@ -12221,7 +12501,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
12221
12501
  "onUpdate:focused"?: (value: boolean) => any;
12222
12502
  "onClick:button"?: (value: any) => any;
12223
12503
  "onUpdate:search"?: (value: string) => any;
12224
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "container" | "class" | "label" | "multiple" | "disabled" | "readonly" | "colorSchemaType" | "toned" | "items" | "colors" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "loading" | "searchable" | "rules" | "hint" | "persistentHint" | "clearable" | "itemTitle" | "itemValue" | "returnObject" | "hideNoData" | "menuIcon" | "hideSelected">;
12504
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "container" | "class" | "label" | "multiple" | "disabled" | "colorSchemaType" | "toned" | "items" | "colors" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "loading" | "searchable" | "rules" | "hint" | "persistentHint" | "clearable" | "readonly" | "itemTitle" | "itemValue" | "returnObject" | "hideNoData" | "menuIcon" | "hideSelected">;
12225
12505
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
12226
12506
  [key: string]: any;
12227
12507
  }>;