xmlui 0.10.26 → 0.11.2

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 (61) hide show
  1. package/dist/lib/{index-DHXWMb-6.mjs → index-DyhCY6Ga.js} +263 -643
  2. package/dist/lib/index.css +1 -1
  3. package/dist/lib/{initMock-TxnkId6_.mjs → initMock-DN7MXrdn.js} +1 -1
  4. package/dist/lib/{language-server-web-worker.mjs → language-server-web-worker.js} +1 -1
  5. package/dist/lib/{language-server.mjs → language-server.js} +1 -1
  6. package/dist/lib/{metadata-utils-DXUdlyja.mjs → metadata-utils-D27cn-XB.js} +1 -1
  7. package/dist/lib/{server-common-CtpN0Z4h.mjs → server-common-2DaoOOL5.js} +625 -616
  8. package/dist/lib/testing.d.ts +2011 -0
  9. package/dist/lib/testing.js +2386 -0
  10. package/dist/lib/vite-xmlui-plugin/index.js +13968 -0
  11. package/dist/lib/vite-xmlui-plugin/package.json +3 -0
  12. package/dist/lib/xmlui-parser-BZZ430Wm.js +523 -0
  13. package/dist/lib/xmlui-parser.d.ts +2 -1
  14. package/dist/lib/{xmlui-parser.mjs → xmlui-parser.js} +2 -2
  15. package/dist/lib/{xmlui-serializer-uCYa8_tZ.mjs → xmlui-serializer-D9D2mQ8m.js} +1 -1
  16. package/dist/lib/xmlui.d.ts +1 -0
  17. package/dist/lib/{xmlui.mjs → xmlui.js} +24 -23
  18. package/dist/metadata/{collectedComponentMetadata-BgHIc2Iu.mjs → collectedComponentMetadata-BNSnCrzh.js} +698 -567
  19. package/dist/metadata/{initMock-B3UDa-rw.mjs → initMock-CVnDRyRf.js} +1 -1
  20. package/dist/metadata/style.css +1 -1
  21. package/dist/metadata/{xmlui-metadata.mjs → xmlui-metadata.js} +1 -1
  22. package/dist/metadata/xmlui-metadata.umd.cjs +207 -0
  23. package/dist/scripts/bin/bootstrap.cjs +4 -0
  24. package/dist/scripts/bin/index.js +85 -13
  25. package/dist/scripts/package.json +31 -24
  26. package/dist/scripts/src/components/App/App.spec.js +27 -15
  27. package/dist/scripts/src/components/Avatar/Avatar.spec.js +0 -29
  28. package/dist/scripts/src/components/Button/Button.spec.js +0 -29
  29. package/dist/scripts/src/components/Charts/BarChart/BarChartNative.js +2 -0
  30. package/dist/scripts/src/components/Charts/LineChart/LineChartNative.js +2 -2
  31. package/dist/scripts/src/components/Charts/Tooltip/TooltipContent.spec.js +8 -6
  32. package/dist/scripts/src/components/Form/Form.js +19 -0
  33. package/dist/scripts/src/components/Form/Form.spec.js +444 -0
  34. package/dist/scripts/src/components/Form/FormNative.js +46 -15
  35. package/dist/scripts/src/components/Form/formActions.js +3 -2
  36. package/dist/scripts/src/components/FormItem/FormItem.js +10 -2
  37. package/dist/scripts/src/components/FormItem/FormItem.spec.js +159 -0
  38. package/dist/scripts/src/components/FormItem/FormItemNative.js +6 -5
  39. package/dist/scripts/src/components/Heading/Heading.spec.js +34 -47
  40. package/dist/scripts/src/components/Queue/Queue.js +1 -16
  41. package/dist/scripts/src/components/Queue/QueueNative.js +60 -2
  42. package/dist/scripts/src/components/TableOfContents/TableOfContents.js +7 -5
  43. package/dist/scripts/src/components-core/appContext/misc-utils.js +2 -1
  44. package/dist/scripts/src/components-core/devtools/InspectorDialog.js +2 -2
  45. package/dist/scripts/src/components-core/script-runner/eval-tree-async.js +2 -0
  46. package/dist/scripts/src/components-core/utils/base64-utils.js +2 -0
  47. package/dist/scripts/src/components-core/utils/misc.js +44 -0
  48. package/dist/scripts/src/language-server/server-common.js +2 -2
  49. package/dist/scripts/src/language-server/{xmlui-metadata-generated.mjs → xmlui-metadata-generated.js} +625 -615
  50. package/dist/scripts/src/testing/drivers/index.js +9 -0
  51. package/dist/scripts/src/testing/index.js +69 -0
  52. package/dist/standalone/xmlui-standalone.es.d.ts +32 -16
  53. package/dist/standalone/xmlui-standalone.umd.js +36 -36
  54. package/package.json +46 -39
  55. package/dist/metadata/xmlui-metadata.umd.js +0 -207
  56. package/dist/scripts/bin/bootstrap.js +0 -11
  57. /package/dist/lib/{apiInterceptorWorker-QiltRtq1.mjs → apiInterceptorWorker-QiltRtq1.js} +0 -0
  58. /package/dist/lib/{syntax-monaco.mjs → syntax-monaco.js} +0 -0
  59. /package/dist/lib/{syntax-textmate.mjs → syntax-textmate.js} +0 -0
  60. /package/dist/lib/{transform-Tooy42EB.mjs → transform-Tooy42EB.js} +0 -0
  61. /package/dist/metadata/{apiInterceptorWorker-Dql7QGw2.mjs → apiInterceptorWorker-Dql7QGw2.js} +0 -0
@@ -1,7 +1,7 @@
1
1
  import { CompletionItemKind as CompletionItemKind$1, MarkupKind as MarkupKind$1, TextDocuments as TextDocuments$1, TextDocumentSyncKind, DidChangeConfigurationNotification } from "vscode-languageserver";
2
2
  import { TextDocument as TextDocument$1 } from "vscode-languageserver-textdocument";
3
- import { S as SyntaxKind, B as findTokenAtPos, h as createXmlUiParser } from "./transform-Tooy42EB.mjs";
4
- import { a as addOnPrefix, M as MetadataProvider } from "./metadata-utils-DXUdlyja.mjs";
3
+ import { S as SyntaxKind, B as findTokenAtPos, h as createXmlUiParser } from "./transform-Tooy42EB.js";
4
+ import { a as addOnPrefix, M as MetadataProvider } from "./metadata-utils-D27cn-XB.js";
5
5
  var commonjsGlobal = typeof globalThis !== "undefined" ? globalThis : typeof window !== "undefined" ? window : typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : {};
6
6
  function getAugmentedNamespace(n) {
7
7
  if (n.__esModule) return n;
@@ -10314,6 +10314,11 @@ const collectedComponentMetadata = {
10314
10314
  "AppState": {
10315
10315
  "status": "stable",
10316
10316
  "description": "`AppState` is an invisible component that provides global state management across your entire application. Unlike component variables that are scoped locally, AppState allows any component to access and update shared state without prop drilling.",
10317
+ "events": {
10318
+ "didUpdate": {
10319
+ "description": "This event is fired when the AppState value is updated. The event provides the new state value as its parameter."
10320
+ }
10321
+ },
10317
10322
  "props": {
10318
10323
  "bucket": {
10319
10324
  "description": "This property is the identifier of the bucket to which the `AppState` instance is bound. Multiple `AppState` instances with the same bucket will share the same state object: any of them updating the state will cause the other instances to view the new, updated state.",
@@ -10321,7 +10326,7 @@ const collectedComponentMetadata = {
10321
10326
  "defaultValue": "default"
10322
10327
  },
10323
10328
  "initialValue": {
10324
- "description": "This property contains the initial state value. Though you can use multiple `AppState`component instances for the same bucket with their `initialValue` set, it may result in faulty app logic. When xmlui instantiates an `AppState` with an explicit initial value, that value is immediately set. Multiple initial values may result in undesired initialization. By default, the bucked's initial state is undefined."
10329
+ "description": "This property contains the initial state value. Though you can use multiple `AppState`component instances for the same bucket with their `initialValue` set, it may result in faulty app logic. When xmlui instantiates an `AppState` with an explicit initial value, that value is immediately merged with the existing state. The issue may come from the behavior that `initialValue` is set (merged) only when a component mounts. By default, the bucket's initial state is undefined."
10325
10330
  }
10326
10331
  },
10327
10332
  "apis": {
@@ -10331,6 +10336,30 @@ const collectedComponentMetadata = {
10331
10336
  "parameters": {
10332
10337
  "newState": "An object that specifies the new state value."
10333
10338
  }
10339
+ },
10340
+ "appendToList": {
10341
+ "signature": "appendToList(key: string, id: any)",
10342
+ "description": "This method appends an item to an array in the application state object bound to the `AppState` instance.",
10343
+ "parameters": {
10344
+ "key": "The key of the array in the state object.",
10345
+ "id": "The item to append to the array."
10346
+ }
10347
+ },
10348
+ "removeFromList": {
10349
+ "signature": "removeFromList(key: string, id: any)",
10350
+ "description": "This method removes an item from an array in the application state object bound to the `AppState` instance.",
10351
+ "parameters": {
10352
+ "key": "The key of the array in the state object.",
10353
+ "id": "The item to remove from the array."
10354
+ }
10355
+ },
10356
+ "listIncludes": {
10357
+ "signature": "listIncludes(key: string, id: any)",
10358
+ "description": "This method checks if an array in the application state object contains a specific item.",
10359
+ "parameters": {
10360
+ "key": "The key of the array in the state object.",
10361
+ "id": "The item to check for in the array."
10362
+ }
10334
10363
  }
10335
10364
  },
10336
10365
  "nonVisual": true
@@ -10400,39 +10429,6 @@ const collectedComponentMetadata = {
10400
10429
  ],
10401
10430
  "defaultValue": "none"
10402
10431
  },
10403
- "label": {
10404
- "description": "This property sets the label of the component. If not set, the component will not display a label.",
10405
- "valueType": "string"
10406
- },
10407
- "labelPosition": {
10408
- "description": "Places the label at the given position of the component.",
10409
- "availableValues": [
10410
- {
10411
- "value": "start",
10412
- "description": "The left side of the input (left-to-right) or the right side of the input (right-to-left)"
10413
- },
10414
- {
10415
- "value": "end",
10416
- "description": "The right side of the input (left-to-right) or the left side of the input (right-to-left)"
10417
- },
10418
- {
10419
- "value": "top",
10420
- "description": "The top of the input"
10421
- },
10422
- {
10423
- "value": "bottom",
10424
- "description": "The bottom of the input"
10425
- }
10426
- ]
10427
- },
10428
- "labelWidth": {
10429
- "description": "This property sets the width of the `AutoComplete` component's label. If not defined, the label's width will be determined by its content and the available space."
10430
- },
10431
- "labelBreak": {
10432
- "description": "This boolean value indicates whether the `AutoComplete` label can be split into multiple lines if it would overflow the available label width.",
10433
- "valueType": "boolean",
10434
- "defaultValue": true
10435
- },
10436
10432
  "dropdownHeight": {
10437
10433
  "description": "This property sets the height of the dropdown list."
10438
10434
  },
@@ -10526,6 +10522,13 @@ const collectedComponentMetadata = {
10526
10522
  "paddingRight-AutoComplete": "var(--xmlui-paddingRight-AutoComplete, var(--xmlui-paddingHorizontal-AutoComplete, var(--xmlui-padding-AutoComplete)))",
10527
10523
  "paddingTop-AutoComplete": "var(--xmlui-paddingTop-AutoComplete, var(--xmlui-paddingVertical-AutoComplete, var(--xmlui-padding-AutoComplete)))",
10528
10524
  "paddingBottom-AutoComplete": "var(--xmlui-paddingBottom-AutoComplete, var(--xmlui-paddingVertical-AutoComplete, var(--xmlui-padding-AutoComplete)))",
10525
+ "padding-item-AutoComplete": "var(--xmlui-padding-item-AutoComplete)",
10526
+ "paddingHorizontal-item-AutoComplete": "var(--xmlui-paddingHorizontal-item-AutoComplete, var(--xmlui-padding-item-AutoComplete))",
10527
+ "paddingVertical-item-AutoComplete": "var(--xmlui-paddingVertical-item-AutoComplete, var(--xmlui-padding-item-AutoComplete))",
10528
+ "paddingLeft-item-AutoComplete": "var(--xmlui-paddingLeft-item-AutoComplete, var(--xmlui-paddingHorizontal-item-AutoComplete, var(--xmlui-padding-item-AutoComplete)))",
10529
+ "paddingRight-item-AutoComplete": "var(--xmlui-paddingRight-item-AutoComplete, var(--xmlui-paddingHorizontal-item-AutoComplete, var(--xmlui-padding-item-AutoComplete)))",
10530
+ "paddingTop-item-AutoComplete": "var(--xmlui-paddingTop-item-AutoComplete, var(--xmlui-paddingVertical-item-AutoComplete, var(--xmlui-padding-item-AutoComplete)))",
10531
+ "paddingBottom-item-AutoComplete": "var(--xmlui-paddingBottom-item-AutoComplete, var(--xmlui-paddingVertical-item-AutoComplete, var(--xmlui-padding-item-AutoComplete)))",
10529
10532
  "Input:borderRadius-AutoComplete-default": "var(--xmlui-borderRadius-AutoComplete-default)",
10530
10533
  "Input:borderColor-AutoComplete-default": "var(--xmlui-borderColor-AutoComplete-default)",
10531
10534
  "Input:borderWidth-AutoComplete-default": "var(--xmlui-borderWidth-AutoComplete-default)",
@@ -10600,34 +10603,41 @@ const collectedComponentMetadata = {
10600
10603
  "Input:backgroundColor-AutoComplete-badge--active": "var(--xmlui-backgroundColor-AutoComplete-badge--active)",
10601
10604
  "Input:textColor-AutoComplete-badge--active": "var(--xmlui-textColor-AutoComplete-badge--active)",
10602
10605
  "Input:textColor-placeholder-AutoComplete": "var(--xmlui-textColor-placeholder-AutoComplete)",
10603
- "Input:backgroundColor-menu-AutoComplete": "var(--xmlui-backgroundColor-menu-AutoComplete)",
10604
10606
  "Input:borderRadius-menu-AutoComplete": "var(--xmlui-borderRadius-menu-AutoComplete)",
10607
+ "Input:borderWidth-menu-AutoComplete": "var(--xmlui-borderWidth-menu-AutoComplete)",
10608
+ "Input:borderColor-menu-AutoComplete": "var(--xmlui-borderColor-menu-AutoComplete)",
10609
+ "Input:backgroundColor-menu-AutoComplete": "var(--xmlui-backgroundColor-menu-AutoComplete)",
10605
10610
  "Input:boxShadow-menu-AutoComplete": "var(--xmlui-boxShadow-menu-AutoComplete)",
10606
10611
  "backgroundColor-item-AutoComplete": "var(--xmlui-backgroundColor-item-AutoComplete)",
10612
+ "backgroundColor-item-AutoComplete--active": "var(--xmlui-backgroundColor-item-AutoComplete--active)",
10607
10613
  "backgroundColor-item-AutoComplete--hover": "var(--xmlui-backgroundColor-item-AutoComplete--hover)",
10608
10614
  "textColor-item-AutoComplete--disabled": "var(--xmlui-textColor-item-AutoComplete--disabled)"
10609
10615
  },
10610
10616
  "defaultThemeVars": {
10611
- "backgroundColor-menu-AutoComplete": "$backgroundColor-primary",
10617
+ "backgroundColor-menu-AutoComplete": "$color-surface-raised",
10612
10618
  "boxShadow-menu-AutoComplete": "$boxShadow-md",
10613
10619
  "borderRadius-menu-AutoComplete": "$borderRadius",
10614
10620
  "borderWidth-menu-AutoComplete": "1px",
10615
10621
  "borderColor-menu-AutoComplete": "$borderColor",
10616
- "backgroundColor-item-AutoComplete": "$backgroundColor-dropdown-item",
10617
- "backgroundColor-item-AutoComplete--hover": "$backgroundColor-dropdown-item--active",
10618
- "backgroundColor-item-AutoComplete--active": "$backgroundColor-dropdown-item--active",
10619
- "minHeight-Input": "39px",
10620
10622
  "backgroundColor-AutoComplete-badge": "$color-primary-500",
10621
10623
  "fontSize-AutoComplete-badge": "$fontSize-sm",
10624
+ "paddingHorizontal-AutoComplete-badge": "$space-2_5",
10625
+ "paddingVertical-AutoComplete-badge": "$space-0_5",
10622
10626
  "borderRadius-AutoComplete-badge": "$borderRadius",
10623
- "paddingHorizontal-AutoComplete-badge": "$space-2",
10624
- "paddingVertical-AutoComplete-badge": "$space-1",
10625
- "paddingHorizontal-AutoComplete": "$space-1",
10627
+ "paddingHorizontal-item-AutoComplete": "$space-2",
10628
+ "paddingVertical-item-AutoComplete": "$space-2",
10629
+ "paddingHorizontal-AutoComplete": "$space-2",
10626
10630
  "paddingVertical-AutoComplete": "$space-2",
10631
+ "opacity-text-item-AutoComplete--disabled": "0.5",
10632
+ "opacity-AutoComplete--disabled": "0.5",
10627
10633
  "backgroundColor-AutoComplete-badge--hover": "$color-primary-400",
10628
10634
  "backgroundColor-AutoComplete-badge--active": "$color-primary-500",
10629
10635
  "textColor-item-AutoComplete--disabled": "$color-surface-200",
10630
- "textColor-AutoComplete-badge": "$const-color-surface-50"
10636
+ "textColor-AutoComplete-badge": "$const-color-surface-50",
10637
+ "backgroundColor-item-AutoComplete": "$backgroundColor-dropdown-item",
10638
+ "backgroundColor-item-AutoComplete--hover": "$backgroundColor-dropdown-item--hover",
10639
+ "backgroundColor-item-AutoComplete--active": "$backgroundColor-dropdown-item--active",
10640
+ "borderColor-AutoComplete--disabled": "initial"
10631
10641
  }
10632
10642
  },
10633
10643
  "Avatar": {
@@ -11181,6 +11191,25 @@ const collectedComponentMetadata = {
11181
11191
  "paddingRight-Button-lg": "var(--xmlui-paddingRight-Button-lg, var(--xmlui-paddingHorizontal-Button-lg, var(--xmlui-padding-Button-lg)))",
11182
11192
  "paddingTop-Button-lg": "var(--xmlui-paddingTop-Button-lg, var(--xmlui-paddingVertical-Button-lg, var(--xmlui-padding-Button-lg)))",
11183
11193
  "paddingBottom-Button-lg": "var(--xmlui-paddingBottom-Button-lg, var(--xmlui-paddingVertical-Button-lg, var(--xmlui-padding-Button-lg)))",
11194
+ "fontFamily-Button": "var(--xmlui-fontFamily-Button)",
11195
+ "fontSize-Button": "var(--xmlui-fontSize-Button)",
11196
+ "fontWeight-Button": "var(--xmlui-fontWeight-Button)",
11197
+ "fontStyle-Button": "var(--xmlui-fontStyle-Button)",
11198
+ "borderRadius-Button": "var(--xmlui-borderRadius-Button)",
11199
+ "borderWidth-Button": "var(--xmlui-borderWidth-Button)",
11200
+ "borderWidth-Button--hover": "var(--xmlui-borderWidth-Button--hover)",
11201
+ "borderColor-Button": "var(--xmlui-borderColor-Button)",
11202
+ "borderColor-Button--hover": "var(--xmlui-borderColor-Button--hover)",
11203
+ "borderStyle-Button": "var(--xmlui-borderStyle-Button)",
11204
+ "borderStyle-Button--hover": "var(--xmlui-borderStyle-Button--hover)",
11205
+ "backgroundColor-Button": "var(--xmlui-backgroundColor-Button)",
11206
+ "backgroundColor-Button--hover": "var(--xmlui-backgroundColor-Button--hover)",
11207
+ "textColor-Button": "var(--xmlui-textColor-Button)",
11208
+ "textColor-Button--hover": "var(--xmlui-textColor-Button--hover)",
11209
+ "boxShadow-Button": "var(--xmlui-boxShadow-Button)",
11210
+ "boxShadow-Button--hover": "var(--xmlui-boxShadow-Button--hover)",
11211
+ "gap-Button": "var(--xmlui-gap-Button)",
11212
+ "transition-Button": "var(--xmlui-transition-Button)",
11184
11213
  "width-Button": "var(--xmlui-width-Button)",
11185
11214
  "height-Button": "var(--xmlui-height-Button)",
11186
11215
  "fontFamily-Button-primary-solid": "var(--xmlui-fontFamily-Button-primary-solid)",
@@ -11193,6 +11222,7 @@ const collectedComponentMetadata = {
11193
11222
  "backgroundColor-Button-primary-solid": "var(--xmlui-backgroundColor-Button-primary-solid)",
11194
11223
  "textColor-Button-primary-solid": "var(--xmlui-textColor-Button-primary-solid)",
11195
11224
  "boxShadow-Button-primary-solid": "var(--xmlui-boxShadow-Button-primary-solid)",
11225
+ "transition-Button-primary-solid": "var(--xmlui-transition-Button-primary-solid)",
11196
11226
  "outlineWidth-Button-primary-solid--focus": "var(--xmlui-outlineWidth-Button-primary-solid--focus)",
11197
11227
  "outlineColor-Button-primary-solid--focus": "var(--xmlui-outlineColor-Button-primary-solid--focus)",
11198
11228
  "outlineStyle-Button-primary-solid--focus": "var(--xmlui-outlineStyle-Button-primary-solid--focus)",
@@ -11217,6 +11247,7 @@ const collectedComponentMetadata = {
11217
11247
  "backgroundColor-Button-secondary-solid": "var(--xmlui-backgroundColor-Button-secondary-solid)",
11218
11248
  "textColor-Button-secondary-solid": "var(--xmlui-textColor-Button-secondary-solid)",
11219
11249
  "boxShadow-Button-secondary-solid": "var(--xmlui-boxShadow-Button-secondary-solid)",
11250
+ "transition-Button-secondary-solid": "var(--xmlui-transition-Button-secondary-solid)",
11220
11251
  "outlineWidth-Button-secondary-solid--focus": "var(--xmlui-outlineWidth-Button-secondary-solid--focus)",
11221
11252
  "outlineColor-Button-secondary-solid--focus": "var(--xmlui-outlineColor-Button-secondary-solid--focus)",
11222
11253
  "outlineStyle-Button-secondary-solid--focus": "var(--xmlui-outlineStyle-Button-secondary-solid--focus)",
@@ -11238,6 +11269,7 @@ const collectedComponentMetadata = {
11238
11269
  "backgroundColor-Button-attention-solid": "var(--xmlui-backgroundColor-Button-attention-solid)",
11239
11270
  "textColor-Button-attention-solid": "var(--xmlui-textColor-Button-attention-solid)",
11240
11271
  "boxShadow-Button-attention-solid": "var(--xmlui-boxShadow-Button-attention-solid)",
11272
+ "transition-Button-attention-solid": "var(--xmlui-transition-Button-attention-solid)",
11241
11273
  "outlineWidth-Button-attention-solid--focus": "var(--xmlui-outlineWidth-Button-attention-solid--focus)",
11242
11274
  "outlineColor-Button-attention-solid--focus": "var(--xmlui-outlineColor-Button-attention-solid--focus)",
11243
11275
  "outlineStyle-Button-attention-solid--focus": "var(--xmlui-outlineStyle-Button-attention-solid--focus)",
@@ -11350,11 +11382,17 @@ const collectedComponentMetadata = {
11350
11382
  "textColor-Button-attention-ghost--active": "var(--xmlui-textColor-Button-attention-ghost--active)"
11351
11383
  },
11352
11384
  "defaultThemeVars": {
11385
+ "padding-Button": "$space-2 $space-4",
11386
+ "gap-Button": "$space-2",
11387
+ "borderColor-Button": "transparent",
11388
+ "backgroundColor-Button": "transparent",
11389
+ "transition-Button": "color 0.2s, background 0.2s",
11353
11390
  "width-Button": "fit-content",
11354
11391
  "height-Button": "fit-content",
11355
11392
  "borderRadius-Button": "$borderRadius",
11356
11393
  "fontSize-Button": "$fontSize-sm",
11357
11394
  "fontWeight-Button": "$fontWeight-medium",
11395
+ "fontStyle-Button": "$fontStyle-normal",
11358
11396
  "backgroundColor-Button-primary": "$color-primary-500",
11359
11397
  "backgroundColor-Button-attention": "$backgroundColor-attention",
11360
11398
  "borderColor-Button-attention": "$color-attention",
@@ -11710,40 +11748,6 @@ const collectedComponentMetadata = {
11710
11748
  "description": "The `true` value of this property signals that the component is in an _intedeterminate state_.",
11711
11749
  "defaultValue": false
11712
11750
  },
11713
- "label": {
11714
- "description": "This property sets the label of the component. If not set, the component will not display a label.",
11715
- "valueType": "string"
11716
- },
11717
- "labelPosition": {
11718
- "description": "Places the label at the given position of the component.",
11719
- "availableValues": [
11720
- {
11721
- "value": "start",
11722
- "description": "The left side of the input (left-to-right) or the right side of the input (right-to-left)"
11723
- },
11724
- {
11725
- "value": "end",
11726
- "description": "The right side of the input (left-to-right) or the left side of the input (right-to-left)"
11727
- },
11728
- {
11729
- "value": "top",
11730
- "description": "The top of the input"
11731
- },
11732
- {
11733
- "value": "bottom",
11734
- "description": "The bottom of the input"
11735
- }
11736
- ],
11737
- "defaultValue": "end"
11738
- },
11739
- "labelWidth": {
11740
- "description": "This property sets the width of the `Checkbox` component's label. If not defined, the label's width will be determined by its content and the available space."
11741
- },
11742
- "labelBreak": {
11743
- "description": "This boolean value indicates whether the `Checkbox` label can be split into multiple lines if it would overflow the available label width.",
11744
- "valueType": "boolean",
11745
- "defaultValue": true
11746
- },
11747
11751
  "required": {
11748
11752
  "description": "Set this property to `true` to indicate it must have a value before submitting the containing form.",
11749
11753
  "valueType": "boolean",
@@ -11915,40 +11919,6 @@ const collectedComponentMetadata = {
11915
11919
  "initialValue": {
11916
11920
  "description": "This property sets the component's initial value."
11917
11921
  },
11918
- "label": {
11919
- "description": "This property sets the label of the component. If not set, the component will not display a label.",
11920
- "valueType": "string"
11921
- },
11922
- "labelPosition": {
11923
- "description": "Places the label at the given position of the component.",
11924
- "availableValues": [
11925
- {
11926
- "value": "start",
11927
- "description": "The left side of the input (left-to-right) or the right side of the input (right-to-left)"
11928
- },
11929
- {
11930
- "value": "end",
11931
- "description": "The right side of the input (left-to-right) or the left side of the input (right-to-left)"
11932
- },
11933
- {
11934
- "value": "top",
11935
- "description": "The top of the input"
11936
- },
11937
- {
11938
- "value": "bottom",
11939
- "description": "The bottom of the input"
11940
- }
11941
- ],
11942
- "defaultValue": "top"
11943
- },
11944
- "labelWidth": {
11945
- "description": "This property sets the width of the `ColorPicker` component's label. If not defined, the label's width will be determined by its content and the available space."
11946
- },
11947
- "labelBreak": {
11948
- "description": "This boolean value indicates whether the `ColorPicker` label can be split into multiple lines if it would overflow the available label width.",
11949
- "valueType": "boolean",
11950
- "defaultValue": true
11951
- },
11952
11922
  "enabled": {
11953
11923
  "description": "This boolean property value indicates whether the component responds to user events (`true`) or not (`false`).",
11954
11924
  "valueType": "boolean",
@@ -12146,11 +12116,19 @@ const collectedComponentMetadata = {
12146
12116
  },
12147
12117
  "themeVars": {
12148
12118
  "backgroundColor-ContentSeparator": "var(--xmlui-backgroundColor-ContentSeparator)",
12149
- "size-ContentSeparator": "var(--xmlui-size-ContentSeparator)"
12119
+ "size-ContentSeparator": "var(--xmlui-size-ContentSeparator)",
12120
+ "marginTop-ContentSeparator": "var(--xmlui-marginTop-ContentSeparator)",
12121
+ "marginBottom-ContentSeparator": "var(--xmlui-marginBottom-ContentSeparator)",
12122
+ "marginVertical-ContentSeparator": "var(--xmlui-marginVertical-ContentSeparator)",
12123
+ "marginLeft-ContentSeparator": "var(--xmlui-marginLeft-ContentSeparator)",
12124
+ "marginRight-ContentSeparator": "var(--xmlui-marginRight-ContentSeparator)",
12125
+ "marginHorizontal-ContentSeparator": "var(--xmlui-marginHorizontal-ContentSeparator)"
12150
12126
  },
12151
12127
  "defaultThemeVars": {
12152
12128
  "backgroundColor-ContentSeparator": "$color-surface-200",
12153
12129
  "size-ContentSeparator": "1px",
12130
+ "marginVertical-ContentSeparator": "0",
12131
+ "marginHorizontal-ContentSeparator": "0",
12154
12132
  "light": {},
12155
12133
  "dark": {}
12156
12134
  }
@@ -12309,40 +12287,6 @@ const collectedComponentMetadata = {
12309
12287
  ],
12310
12288
  "defaultValue": "none"
12311
12289
  },
12312
- "label": {
12313
- "description": "This property sets the label of the component. If not set, the component will not display a label.",
12314
- "valueType": "string"
12315
- },
12316
- "labelPosition": {
12317
- "description": "Places the label at the given position of the component.",
12318
- "availableValues": [
12319
- {
12320
- "value": "start",
12321
- "description": "The left side of the input (left-to-right) or the right side of the input (right-to-left)"
12322
- },
12323
- {
12324
- "value": "end",
12325
- "description": "The right side of the input (left-to-right) or the left side of the input (right-to-left)"
12326
- },
12327
- {
12328
- "value": "top",
12329
- "description": "The top of the input"
12330
- },
12331
- {
12332
- "value": "bottom",
12333
- "description": "The bottom of the input"
12334
- }
12335
- ],
12336
- "defaultValue": "top"
12337
- },
12338
- "labelWidth": {
12339
- "description": "This property sets the width of the `DatePicker` component's label. If not defined, the label's width will be determined by its content and the available space."
12340
- },
12341
- "labelBreak": {
12342
- "description": "This boolean value indicates whether the `DatePicker` label can be split into multiple lines if it would overflow the available label width.",
12343
- "valueType": "boolean",
12344
- "defaultValue": true
12345
- },
12346
12290
  "mode": {
12347
12291
  "description": "The mode of the datepicker (single or range)",
12348
12292
  "valueType": "string",
@@ -12407,20 +12351,20 @@ const collectedComponentMetadata = {
12407
12351
  }
12408
12352
  ]
12409
12353
  },
12410
- "minValue": {
12411
- "description": "The optional start date of the selectable date range. If not defined, the range allows any dates in the past.",
12354
+ "startDate": {
12355
+ "description": "The earliest month to start the month navigation from (inclusive). If not defined, the component allows any dates in the past. Accepts the same date format as the `initialValue`.Example: '2023-01-01' ensures the first month to select a date from is January 2023.",
12412
12356
  "valueType": "string"
12413
12357
  },
12414
- "maxValue": {
12415
- "description": "The optional end date of the selectable date range. If not defined, the range allows any future dates.",
12358
+ "endDate": {
12359
+ "description": "The latest month to start the month navigation from (inclusive). If not defined, the component allows any future dates. Accepts the same date format as the `initialValue`.Example: '2023-12-31' ensures the last month to select a date from is December 2023.",
12416
12360
  "valueType": "string"
12417
12361
  },
12418
12362
  "disabledDates": {
12419
- "description": "An optional array of dates that are disabled",
12363
+ "description": "An optional array of dates that are to be disabled.",
12420
12364
  "valueType": "any"
12421
12365
  },
12422
12366
  "inline": {
12423
- "description": "Whether to display the datepicker inline",
12367
+ "description": "If set to true, the calendar is always visible and its panel is rendered as part of the layout. If false, the calendar is shown in a popup when the input is focused or clicked.",
12424
12368
  "valueType": "boolean",
12425
12369
  "defaultValue": false
12426
12370
  },
@@ -12628,40 +12572,6 @@ const collectedComponentMetadata = {
12628
12572
  ],
12629
12573
  "defaultValue": "none"
12630
12574
  },
12631
- "label": {
12632
- "description": "This property sets the label of the component. If not set, the component will not display a label.",
12633
- "valueType": "string"
12634
- },
12635
- "labelPosition": {
12636
- "description": "Places the label at the given position of the component.",
12637
- "availableValues": [
12638
- {
12639
- "value": "start",
12640
- "description": "The left side of the input (left-to-right) or the right side of the input (right-to-left)"
12641
- },
12642
- {
12643
- "value": "end",
12644
- "description": "The right side of the input (left-to-right) or the left side of the input (right-to-left)"
12645
- },
12646
- {
12647
- "value": "top",
12648
- "description": "The top of the input"
12649
- },
12650
- {
12651
- "value": "bottom",
12652
- "description": "The bottom of the input"
12653
- }
12654
- ],
12655
- "defaultValue": "top"
12656
- },
12657
- "labelWidth": {
12658
- "description": "This property sets the width of the `DateInput` component's label. If not defined, the label's width will be determined by its content and the available space."
12659
- },
12660
- "labelBreak": {
12661
- "description": "This boolean value indicates whether the `DateInput` label can be split into multiple lines if it would overflow the available label width.",
12662
- "valueType": "boolean",
12663
- "defaultValue": true
12664
- },
12665
12575
  "mode": {
12666
12576
  "description": "The mode of the date input (single or range)",
12667
12577
  "valueType": "string",
@@ -13472,40 +13382,6 @@ const collectedComponentMetadata = {
13472
13382
  ],
13473
13383
  "defaultValue": "none"
13474
13384
  },
13475
- "label": {
13476
- "description": "This property sets the label of the component. If not set, the component will not display a label.",
13477
- "valueType": "string"
13478
- },
13479
- "labelPosition": {
13480
- "description": "Places the label at the given position of the component.",
13481
- "availableValues": [
13482
- {
13483
- "value": "start",
13484
- "description": "The left side of the input (left-to-right) or the right side of the input (right-to-left)"
13485
- },
13486
- {
13487
- "value": "end",
13488
- "description": "The right side of the input (left-to-right) or the left side of the input (right-to-left)"
13489
- },
13490
- {
13491
- "value": "top",
13492
- "description": "The top of the input"
13493
- },
13494
- {
13495
- "value": "bottom",
13496
- "description": "The bottom of the input"
13497
- }
13498
- ],
13499
- "defaultValue": "top"
13500
- },
13501
- "labelWidth": {
13502
- "description": "This property sets the width of the `FileInput` component's label. If not defined, the label's width will be determined by its content and the available space."
13503
- },
13504
- "labelBreak": {
13505
- "description": "This boolean value indicates whether the `FileInput` label can be split into multiple lines if it would overflow the available label width.",
13506
- "valueType": "boolean",
13507
- "defaultValue": true
13508
- },
13509
13385
  "buttonVariant": {
13510
13386
  "description": "The button variant to use",
13511
13387
  "availableValues": [
@@ -13835,6 +13711,16 @@ const collectedComponentMetadata = {
13835
13711
  "type": "boolean",
13836
13712
  "defaultValue": false
13837
13713
  },
13714
+ "hideButtonRowUntilDirty": {
13715
+ "description": "This property hides the button row until the form data is modified (dirty).",
13716
+ "type": "boolean",
13717
+ "defaultValue": false
13718
+ },
13719
+ "hideButtonRow": {
13720
+ "description": "This property hides the button row entirely when set to true.",
13721
+ "type": "boolean",
13722
+ "defaultValue": false
13723
+ },
13838
13724
  "submitUrl": {
13839
13725
  "description": "URL to submit the form data."
13840
13726
  },
@@ -13861,6 +13747,9 @@ const collectedComponentMetadata = {
13861
13747
  }
13862
13748
  },
13863
13749
  "events": {
13750
+ "willSubmit": {
13751
+ "description": "The form infrastructure fires this event just before the form is submitted. The event argument is the current `data` value to be submitted. You can cancel the submission by returning `false` from the event handler."
13752
+ },
13864
13753
  "submit": {
13865
13754
  "description": "The form infrastructure fires this event when the form is submitted. The event argument is the current `data` value to save."
13866
13755
  },
@@ -13894,7 +13783,8 @@ const collectedComponentMetadata = {
13894
13783
  },
13895
13784
  "themeVars": {
13896
13785
  "gap-Form": "var(--xmlui-gap-Form)",
13897
- "gap-buttonRow-Form": "var(--xmlui-gap-buttonRow-Form)"
13786
+ "gap-buttonRow-Form": "var(--xmlui-gap-buttonRow-Form)",
13787
+ "marginTop-buttonRow-Form": "var(--xmlui-marginTop-buttonRow-Form)"
13898
13788
  },
13899
13789
  "defaultThemeVars": {
13900
13790
  "gap-Form": "$space-4",
@@ -13910,13 +13800,14 @@ const collectedComponentMetadata = {
13910
13800
  "textColor-ValidationDisplay-error": "$color-error",
13911
13801
  "textColor-ValidationDisplay-warning": "$color-warning",
13912
13802
  "textColor-ValidationDisplay-info": "$color-info",
13913
- "textColor-ValidationDisplay-valid": "$color-valid"
13803
+ "textColor-ValidationDisplay-valid": "$color-valid",
13804
+ "marginTop-buttonRow-Form": "$space-4"
13914
13805
  }
13915
13806
  },
13916
13807
  "FormItem": {
13917
13808
  "status": "stable",
13918
13809
  "allowArbitraryProps": true,
13919
- "description": "`FormItem` wraps individual input controls within a `Form`, providing data binding, validation, labeling, and layout functionality. It connects form controls to the parent form's data model and handles validation feedback automatically.",
13810
+ "description": "`FormItem` wraps individual input controls within a `Form`, providing data binding, validation, labeling, and layout functionality. It connects form controls to the parent form's data model and handles validation feedback automatically.\n\n> **Note:** `FormItem` must be used inside a `Form` component.",
13920
13811
  "props": {
13921
13812
  "bindTo": {
13922
13813
  "description": "This property binds a particular input field to one of the attributes of the `Form` data. It names the property of the form's `data` data to get the input's initial value.When the field is saved, its value will be stored in the `data` property with this name. If the property is not set, the input will be bound to an internal data field but not submitted."
@@ -14163,6 +14054,11 @@ const collectedComponentMetadata = {
14163
14054
  "description": "This property defines the gap between the adornments and the input area.",
14164
14055
  "valueType": "string",
14165
14056
  "defaultValue": "0"
14057
+ },
14058
+ "noSubmit": {
14059
+ "description": "When set to `true`, the field will not be included in the form's submitted data. This is useful for fields that should be present in the form but not submitted, similar to hidden fields. If multiple FormItems reference the same `bindTo` value and any of them has `noSubmit` set to `true`, the field will NOT be submitted.",
14060
+ "type": "boolean",
14061
+ "defaultValue": false
14166
14062
  }
14167
14063
  },
14168
14064
  "events": {
@@ -14279,14 +14175,26 @@ const collectedComponentMetadata = {
14279
14175
  "description": "This property determines the text displayed in the heading. `Heading` also accepts nested text instead of specifying the `value`. If both `value` and a nested text are used, the `value` will be displayed."
14280
14176
  },
14281
14177
  "level": {
14282
- "description": "This property sets the visual significance (level) of the heading.",
14178
+ "description": "This property sets the visual significance (level) of the heading. Accepts multiple formats: `h1`-`h6`, `H1`-`H6`, or `1`-`6`.Invalid values default to `h1`.",
14283
14179
  "availableValues": [
14284
14180
  "h1",
14285
14181
  "h2",
14286
14182
  "h3",
14287
14183
  "h4",
14288
14184
  "h5",
14289
- "h6"
14185
+ "h6",
14186
+ "H1",
14187
+ "H2",
14188
+ "H3",
14189
+ "H4",
14190
+ "H5",
14191
+ "H6",
14192
+ "1",
14193
+ "2",
14194
+ "3",
14195
+ "4",
14196
+ "5",
14197
+ "6"
14290
14198
  ],
14291
14199
  "defaultValue": "h1"
14292
14200
  },
@@ -15303,11 +15211,9 @@ const collectedComponentMetadata = {
15303
15211
  },
15304
15212
  "defaultThemeVars": {
15305
15213
  "fontSize-H1": "$fontSize-2xl",
15306
- "lineHeight-H1": "$lineHeight-2xl",
15307
15214
  "marginTop-H1": "0",
15308
15215
  "marginBottom-H1": "0",
15309
15216
  "fontSize-H1-markdown": "$fontSize-2xl",
15310
- "lineHeight-H1-markdown": "$lineHeight-2xl",
15311
15217
  "marginTop-H1-markdown": "0",
15312
15218
  "marginBottom-H1-markdown": "$space-6",
15313
15219
  "light": {},
@@ -15819,11 +15725,9 @@ const collectedComponentMetadata = {
15819
15725
  },
15820
15726
  "defaultThemeVars": {
15821
15727
  "fontSize-H2": "$fontSize-xl",
15822
- "lineHeight-H2": "$lineHeight-xl",
15823
15728
  "marginTop-H2": "0",
15824
15729
  "marginBottom-H2": "0",
15825
15730
  "fontSize-H2-markdown": "$fontSize-xl",
15826
- "lineHeight-H2-markdown": "$lineHeight-xl",
15827
15731
  "marginTop-H2-markdown": "$space-10",
15828
15732
  "marginBottom-H2-markdown": "$space-3",
15829
15733
  "light": {},
@@ -16335,11 +16239,9 @@ const collectedComponentMetadata = {
16335
16239
  },
16336
16240
  "defaultThemeVars": {
16337
16241
  "fontSize-H3": "$fontSize-lg",
16338
- "lineHeight-H3": "$lineHeight-lg",
16339
16242
  "marginTop-H3": "0",
16340
16243
  "marginBottom-H3": "0",
16341
16244
  "fontSize-H3-markdown": "$fontSize-lg",
16342
- "lineHeight-H3-markdown": "$lineHeight-lg",
16343
16245
  "marginTop-H3-markdown": "$space-6",
16344
16246
  "marginBottom-H3-markdown": "$space-2",
16345
16247
  "light": {},
@@ -16851,11 +16753,9 @@ const collectedComponentMetadata = {
16851
16753
  },
16852
16754
  "defaultThemeVars": {
16853
16755
  "fontSize-H4": "$fontSize-base",
16854
- "lineHeight-H4": "$lineHeight-base",
16855
16756
  "marginTop-H4": "0",
16856
16757
  "marginBottom-H4": "0",
16857
16758
  "fontSize-H4-markdown": "$fontSize-base",
16858
- "lineHeight-H4-markdown": "$lineHeight-base",
16859
16759
  "marginTop-H4-markdown": "$space-5",
16860
16760
  "marginBottom-H4-markdown": "$space-1",
16861
16761
  "light": {},
@@ -17367,11 +17267,9 @@ const collectedComponentMetadata = {
17367
17267
  },
17368
17268
  "defaultThemeVars": {
17369
17269
  "fontSize-H5": "$fontSize-sm",
17370
- "lineHeight-H5": "$lineHeight-sm",
17371
17270
  "marginTop-H5": "0",
17372
17271
  "marginBottom-H5": "0",
17373
17272
  "fontSize-H5-markdown": "$fontSize-sm",
17374
- "lineHeight-H5-markdown": "$lineHeight-sm",
17375
17273
  "marginTop-H5-markdown": "0",
17376
17274
  "marginBottom-H5-markdown": "$space-0",
17377
17275
  "light": {},
@@ -17883,11 +17781,9 @@ const collectedComponentMetadata = {
17883
17781
  },
17884
17782
  "defaultThemeVars": {
17885
17783
  "fontSize-H6": "$fontSize-xs",
17886
- "lineHeight-H6": "$lineHeight-xs",
17887
17784
  "marginTop-H6": "0",
17888
17785
  "marginBottom-H6": "0",
17889
17786
  "fontSize-H6-markdown": "$fontSize-xs",
17890
- "lineHeight-H6-markdown": "$lineHeight-xs",
17891
17787
  "marginTop-H6-markdown": "0",
17892
17788
  "marginBottom-H6-markdown": "$space-0",
17893
17789
  "light": {},
@@ -17933,7 +17829,7 @@ const collectedComponentMetadata = {
17933
17829
  "size-Icon": "var(--xmlui-size-Icon)"
17934
17830
  },
17935
17831
  "defaultThemeVars": {
17936
- "size-Icon": "1.25em"
17832
+ "size-Icon": "1.2em"
17937
17833
  }
17938
17834
  },
17939
17835
  "IFrame": {
@@ -18067,6 +17963,9 @@ const collectedComponentMetadata = {
18067
17963
  "src": {
18068
17964
  "description": "This property is used to indicate the source (path) of the image to display. When not defined, no image is displayed."
18069
17965
  },
17966
+ "data": {
17967
+ "description": "This property contains the binary data that represents the image."
17968
+ },
18070
17969
  "alt": {
18071
17970
  "description": "This optional property specifies an alternate text for the image."
18072
17971
  },
@@ -19212,43 +19111,9 @@ const collectedComponentMetadata = {
19212
19111
  "initialValue": {
19213
19112
  "description": "This property sets the component's initial value."
19214
19113
  },
19215
- "label": {
19216
- "description": "This property sets the label of the component. If not set, the component will not display a label.",
19217
- "valueType": "string"
19218
- },
19219
- "labelPosition": {
19220
- "description": "Places the label at the given position of the component.",
19221
- "availableValues": [
19222
- {
19223
- "value": "start",
19224
- "description": "The left side of the input (left-to-right) or the right side of the input (right-to-left)"
19225
- },
19226
- {
19227
- "value": "end",
19228
- "description": "The right side of the input (left-to-right) or the left side of the input (right-to-left)"
19229
- },
19230
- {
19231
- "value": "top",
19232
- "description": "The top of the input"
19233
- },
19234
- {
19235
- "value": "bottom",
19236
- "description": "The bottom of the input"
19237
- }
19238
- ],
19239
- "defaultValue": "top"
19240
- },
19241
- "labelWidth": {
19242
- "description": "This property sets the width of the `NumberBox` component's label. If not defined, the label's width will be determined by its content and the available space."
19243
- },
19244
- "labelBreak": {
19245
- "description": "This boolean value indicates whether the `NumberBox` label can be split into multiple lines if it would overflow the available label width.",
19246
- "valueType": "boolean",
19247
- "defaultValue": true
19248
- },
19249
- "maxLength": {
19250
- "description": "This property sets the maximum length of the input it accepts.",
19251
- "valueType": "number"
19114
+ "maxLength": {
19115
+ "description": "This property sets the maximum length of the input it accepts.",
19116
+ "valueType": "number"
19252
19117
  },
19253
19118
  "autoFocus": {
19254
19119
  "description": "If this property is set to `true`, the component gets the focus automatically when displayed.",
@@ -19491,6 +19356,9 @@ const collectedComponentMetadata = {
19491
19356
  "description": "This boolean property indicates whether the option is enabled or disabled.",
19492
19357
  "valueType": "boolean",
19493
19358
  "defaultValue": true
19359
+ },
19360
+ "keywords": {
19361
+ "description": "An array of keywords that can be used for searching and filtering the option. These keywords are not displayed but help users find the option through search."
19494
19362
  }
19495
19363
  }
19496
19364
  },
@@ -19526,6 +19394,16 @@ const collectedComponentMetadata = {
19526
19394
  "description": "The fallback path when the current URL does not match any of the paths of the pages.",
19527
19395
  "defaultValue": "/"
19528
19396
  }
19397
+ },
19398
+ "themeVars": {
19399
+ "paddingVertical-Pages": "var(--xmlui-paddingVertical-Pages)",
19400
+ "paddingHorizontal-Pages": "var(--xmlui-paddingHorizontal-Pages)",
19401
+ "gap-Pages": "var(--xmlui-gap-Pages)"
19402
+ },
19403
+ "defaultThemeVars": {
19404
+ "paddingVertical-Pages": "$space-5",
19405
+ "paddingHorizontal-Pages": "$space-4",
19406
+ "gap-Pages": "$space-5"
19529
19407
  }
19530
19408
  },
19531
19409
  "Pagination": {
@@ -19847,40 +19725,6 @@ const collectedComponentMetadata = {
19847
19725
  "orientation": {
19848
19726
  "description": "(*** NOT IMPLEMENTED YET ***) This property sets the orientation of the options within the radio group.",
19849
19727
  "isInternal": true
19850
- },
19851
- "label": {
19852
- "description": "This property sets the label of the component. If not set, the component will not display a label.",
19853
- "valueType": "string"
19854
- },
19855
- "labelPosition": {
19856
- "description": "Places the label at the given position of the component.",
19857
- "availableValues": [
19858
- {
19859
- "value": "start",
19860
- "description": "The left side of the input (left-to-right) or the right side of the input (right-to-left)"
19861
- },
19862
- {
19863
- "value": "end",
19864
- "description": "The right side of the input (left-to-right) or the left side of the input (right-to-left)"
19865
- },
19866
- {
19867
- "value": "top",
19868
- "description": "The top of the input"
19869
- },
19870
- {
19871
- "value": "bottom",
19872
- "description": "The bottom of the input"
19873
- }
19874
- ],
19875
- "defaultValue": "top"
19876
- },
19877
- "labelWidth": {
19878
- "description": "This property sets the width of the `RadioGroup` component's label. If not defined, the label's width will be determined by its content and the available space."
19879
- },
19880
- "labelBreak": {
19881
- "description": "This boolean value indicates whether the `RadioGroup` label can be split into multiple lines if it would overflow the available label width.",
19882
- "valueType": "boolean",
19883
- "defaultValue": true
19884
19728
  }
19885
19729
  },
19886
19730
  "events": {
@@ -20022,40 +19866,6 @@ const collectedComponentMetadata = {
20022
19866
  ],
20023
19867
  "defaultValue": "none"
20024
19868
  },
20025
- "label": {
20026
- "description": "This property sets the label of the component. If not set, the component will not display a label.",
20027
- "valueType": "string"
20028
- },
20029
- "labelPosition": {
20030
- "description": "Places the label at the given position of the component.",
20031
- "availableValues": [
20032
- {
20033
- "value": "start",
20034
- "description": "The left side of the input (left-to-right) or the right side of the input (right-to-left)"
20035
- },
20036
- {
20037
- "value": "end",
20038
- "description": "The right side of the input (left-to-right) or the left side of the input (right-to-left)"
20039
- },
20040
- {
20041
- "value": "top",
20042
- "description": "The top of the input"
20043
- },
20044
- {
20045
- "value": "bottom",
20046
- "description": "The bottom of the input"
20047
- }
20048
- ],
20049
- "defaultValue": "top"
20050
- },
20051
- "labelWidth": {
20052
- "description": "This property sets the width of the `Select` component's label. If not defined, the label's width will be determined by its content and the available space."
20053
- },
20054
- "labelBreak": {
20055
- "description": "This boolean value indicates whether the `Select` label can be split into multiple lines if it would overflow the available label width.",
20056
- "valueType": "boolean",
20057
- "defaultValue": false
20058
- },
20059
19869
  "optionLabelTemplate": {
20060
19870
  "description": "This property allows replacing the default template to display an option in the dropdown list.",
20061
19871
  "valueType": "ComponentDef"
@@ -20134,13 +19944,38 @@ const collectedComponentMetadata = {
20134
19944
  }
20135
19945
  },
20136
19946
  "themeVars": {
20137
- "padding-item-Select": "var(--xmlui-padding-item-Select)",
20138
- "paddingHorizontal-item-Select": "var(--xmlui-paddingHorizontal-item-Select, var(--xmlui-padding-item-Select))",
20139
- "paddingVertical-item-Select": "var(--xmlui-paddingVertical-item-Select, var(--xmlui-padding-item-Select))",
20140
- "paddingLeft-item-Select": "var(--xmlui-paddingLeft-item-Select, var(--xmlui-paddingHorizontal-item-Select, var(--xmlui-padding-item-Select)))",
20141
- "paddingRight-item-Select": "var(--xmlui-paddingRight-item-Select, var(--xmlui-paddingHorizontal-item-Select, var(--xmlui-padding-item-Select)))",
20142
- "paddingTop-item-Select": "var(--xmlui-paddingTop-item-Select, var(--xmlui-paddingVertical-item-Select, var(--xmlui-padding-item-Select)))",
20143
- "paddingBottom-item-Select": "var(--xmlui-paddingBottom-item-Select, var(--xmlui-paddingVertical-item-Select, var(--xmlui-padding-item-Select)))",
19947
+ "border-Select": "var(--xmlui-border-Select)",
19948
+ "borderHorizontal-Select": "var(--xmlui-borderHorizontal-Select, var(--xmlui-border-Select))",
19949
+ "borderVertical-Select": "var(--xmlui-borderVertical-Select, var(--xmlui-border-Select))",
19950
+ "borderLeft-Select": "var(--xmlui-borderLeft-Select, var(--xmlui-borderHorizontal-Select, var(--xmlui-border-Select)))",
19951
+ "borderRight-Select": "var(--xmlui-borderRight-Select, var(--xmlui-borderHorizontal-Select, var(--xmlui-border-Select)))",
19952
+ "borderTop-Select": "var(--xmlui-borderTop-Select, var(--xmlui-borderVertical-Select, var(--xmlui-border-Select)))",
19953
+ "borderBottom-Select": "var(--xmlui-borderBottom-Select, var(--xmlui-borderVertical-Select, var(--xmlui-border-Select)))",
19954
+ "borderWidth-Select": "var(--xmlui-borderWidth-Select)",
19955
+ "borderHorizontalWidth-Select": "var(--xmlui-borderHorizontalWidth-Select, var(--xmlui-borderWidth-Select))",
19956
+ "borderLeftWidth-Select": "var(--xmlui-borderLeftWidth-Select, var(--xmlui-borderHorizontalWidth-Select, var(--xmlui-borderWidth-Select)))",
19957
+ "borderRightWidth-Select": "var(--xmlui-borderRightWidth-Select, var(--xmlui-borderHorizontalWidth-Select, var(--xmlui-borderWidth-Select)))",
19958
+ "borderVerticalWidth-Select": "var(--xmlui-borderVerticalWidth-Select, var(--xmlui-borderWidth-Select))",
19959
+ "borderTopWidth-Select": "var(--xmlui-borderTopWidth-Select, var(--xmlui-borderVerticalWidth-Select, var(--xmlui-borderWidth-Select)))",
19960
+ "borderBottomWidth-Select": "var(--xmlui-borderBottomWidth-Select, var(--xmlui-borderVerticalWidth-Select, var(--xmlui-borderWidth-Select)))",
19961
+ "borderStyle-Select": "var(--xmlui-borderStyle-Select)",
19962
+ "borderHorizontalStyle-Select": "var(--xmlui-borderHorizontalStyle-Select, var(--xmlui-borderStyle-Select))",
19963
+ "borderLeftStyle-Select": "var(--xmlui-borderLeftStyle-Select, var(--xmlui-borderHorizontalStyle-Select, var(--xmlui-borderStyle-Select)))",
19964
+ "borderRightStyle-Select": "var(--xmlui-borderRightStyle-Select, var(--xmlui-borderHorizontalStyle-Select, var(--xmlui-borderStyle-Select)))",
19965
+ "borderVerticalStyle-Select": "var(--xmlui-borderVerticalStyle-Select, var(--xmlui-borderStyle-Select))",
19966
+ "borderTopStyle-Select": "var(--xmlui-borderTopStyle-Select, var(--xmlui-borderVerticalStyle-Select, var(--xmlui-borderStyle-Select)))",
19967
+ "borderBottomStyle-Select": "var(--xmlui-borderBottomStyle-Select, var(--xmlui-borderVerticalStyle-Select, var(--xmlui-borderStyle-Select)))",
19968
+ "borderColor-Select": "var(--xmlui-borderColor-Select)",
19969
+ "borderHorizontalColor-Select": "var(--xmlui-borderHorizontalColor-Select, var(--xmlui-borderColor-Select))",
19970
+ "borderLeftColor-Select": "var(--xmlui-borderLeftColor-Select, var(--xmlui-borderHorizontalColor-Select, var(--xmlui-borderColor-Select)))",
19971
+ "borderRightColor-Select": "var(--xmlui-borderRightColor-Select, var(--xmlui-borderHorizontalColor-Select, var(--xmlui-borderColor-Select)))",
19972
+ "borderVerticalColor-Select": "var(--xmlui-borderVerticalColor-Select, var(--xmlui-borderColor-Select))",
19973
+ "borderTopColor-Select": "var(--xmlui-borderTopColor-Select, var(--xmlui-borderVerticalColor-Select, var(--xmlui-borderColor-Select)))",
19974
+ "borderBottomColor-Select": "var(--xmlui-borderBottomColor-Select, var(--xmlui-borderVerticalColor-Select, var(--xmlui-borderColor-Select)))",
19975
+ "borderStartStartRadius-Select": "var(--xmlui-borderStartStartRadius-Select, var(--xmlui-borderRadius-Select))",
19976
+ "borderStartEndRadius-Select": "var(--xmlui-borderStartEndRadius-Select, var(--xmlui-borderRadius-Select))",
19977
+ "borderEndStartRadius-Select": "var(--xmlui-borderEndStartRadius-Select, var(--xmlui-borderRadius-Select))",
19978
+ "borderEndEndRadius-Select": "var(--xmlui-borderEndEndRadius-Select, var(--xmlui-borderRadius-Select))",
20144
19979
  "padding-Select": "var(--xmlui-padding-Select)",
20145
19980
  "paddingHorizontal-Select": "var(--xmlui-paddingHorizontal-Select, var(--xmlui-padding-Select))",
20146
19981
  "paddingVertical-Select": "var(--xmlui-paddingVertical-Select, var(--xmlui-padding-Select))",
@@ -20148,24 +19983,21 @@ const collectedComponentMetadata = {
20148
19983
  "paddingRight-Select": "var(--xmlui-paddingRight-Select, var(--xmlui-paddingHorizontal-Select, var(--xmlui-padding-Select)))",
20149
19984
  "paddingTop-Select": "var(--xmlui-paddingTop-Select, var(--xmlui-paddingVertical-Select, var(--xmlui-padding-Select)))",
20150
19985
  "paddingBottom-Select": "var(--xmlui-paddingBottom-Select, var(--xmlui-paddingVertical-Select, var(--xmlui-padding-Select)))",
20151
- "Input:fontSize-Select-default": "var(--xmlui-fontSize-Select-default)",
20152
- "Input:textColor-placeholder-Select-default": "var(--xmlui-textColor-placeholder-Select-default)",
20153
- "Input:textColor-Select-default": "var(--xmlui-textColor-Select-default)",
20154
- "Input:fontSize-Select-error": "var(--xmlui-fontSize-Select-error)",
20155
- "Input:textColor-placeholder-Select-error": "var(--xmlui-textColor-placeholder-Select-error)",
20156
- "Input:textColor-Select-error": "var(--xmlui-textColor-Select-error)",
20157
- "Input:fontSize-Select-warning": "var(--xmlui-fontSize-Select-warning)",
20158
- "Input:textColor-placeholder-Select-warning": "var(--xmlui-textColor-placeholder-Select-warning)",
20159
- "Input:textColor-Select-warning": "var(--xmlui-textColor-Select-warning)",
20160
- "Input:fontSize-Select-success": "var(--xmlui-fontSize-Select-success)",
20161
- "Input:textColor-placeholder-Select-success": "var(--xmlui-textColor-placeholder-Select-success)",
20162
- "Input:textColor-Select-success": "var(--xmlui-textColor-Select-success)",
19986
+ "padding-item-Select": "var(--xmlui-padding-item-Select)",
19987
+ "paddingHorizontal-item-Select": "var(--xmlui-paddingHorizontal-item-Select, var(--xmlui-padding-item-Select))",
19988
+ "paddingVertical-item-Select": "var(--xmlui-paddingVertical-item-Select, var(--xmlui-padding-item-Select))",
19989
+ "paddingLeft-item-Select": "var(--xmlui-paddingLeft-item-Select, var(--xmlui-paddingHorizontal-item-Select, var(--xmlui-padding-item-Select)))",
19990
+ "paddingRight-item-Select": "var(--xmlui-paddingRight-item-Select, var(--xmlui-paddingHorizontal-item-Select, var(--xmlui-padding-item-Select)))",
19991
+ "paddingTop-item-Select": "var(--xmlui-paddingTop-item-Select, var(--xmlui-paddingVertical-item-Select, var(--xmlui-padding-item-Select)))",
19992
+ "paddingBottom-item-Select": "var(--xmlui-paddingBottom-item-Select, var(--xmlui-paddingVertical-item-Select, var(--xmlui-padding-item-Select)))",
20163
19993
  "Input:borderRadius-Select-default": "var(--xmlui-borderRadius-Select-default)",
20164
19994
  "Input:borderColor-Select-default": "var(--xmlui-borderColor-Select-default)",
20165
19995
  "Input:borderWidth-Select-default": "var(--xmlui-borderWidth-Select-default)",
20166
19996
  "Input:borderStyle-Select-default": "var(--xmlui-borderStyle-Select-default)",
19997
+ "Input:fontSize-Select-default": "var(--xmlui-fontSize-Select-default)",
20167
19998
  "Input:backgroundColor-Select-default": "var(--xmlui-backgroundColor-Select-default)",
20168
19999
  "Input:boxShadow-Select-default": "var(--xmlui-boxShadow-Select-default)",
20000
+ "Input:textColor-Select-default": "var(--xmlui-textColor-Select-default)",
20169
20001
  "Input:borderColor-Select-default--hover": "var(--xmlui-borderColor-Select-default--hover)",
20170
20002
  "Input:backgroundColor-Select-default--hover": "var(--xmlui-backgroundColor-Select-default--hover)",
20171
20003
  "Input:boxShadow-Select-default--hover": "var(--xmlui-boxShadow-Select-default--hover)",
@@ -20174,13 +20006,16 @@ const collectedComponentMetadata = {
20174
20006
  "Input:outlineColor-Select-default--focus": "var(--xmlui-outlineColor-Select-default--focus)",
20175
20007
  "Input:outlineStyle-Select-default--focus": "var(--xmlui-outlineStyle-Select-default--focus)",
20176
20008
  "Input:outlineOffset-Select-default--focus": "var(--xmlui-outlineOffset-Select-default--focus)",
20009
+ "Input:textColor-placeholder-Select-default": "var(--xmlui-textColor-placeholder-Select-default)",
20177
20010
  "Input:fontSize-placeholder-Select-default": "var(--xmlui-fontSize-placeholder-Select-default)",
20178
20011
  "Input:borderRadius-Select-error": "var(--xmlui-borderRadius-Select-error)",
20179
20012
  "Input:borderColor-Select-error": "var(--xmlui-borderColor-Select-error)",
20180
20013
  "Input:borderWidth-Select-error": "var(--xmlui-borderWidth-Select-error)",
20181
20014
  "Input:borderStyle-Select-error": "var(--xmlui-borderStyle-Select-error)",
20015
+ "Input:fontSize-Select-error": "var(--xmlui-fontSize-Select-error)",
20182
20016
  "Input:backgroundColor-Select-error": "var(--xmlui-backgroundColor-Select-error)",
20183
20017
  "Input:boxShadow-Select-error": "var(--xmlui-boxShadow-Select-error)",
20018
+ "Input:textColor-Select-error": "var(--xmlui-textColor-Select-error)",
20184
20019
  "Input:borderColor-Select-error--hover": "var(--xmlui-borderColor-Select-error--hover)",
20185
20020
  "Input:backgroundColor-Select-error--hover": "var(--xmlui-backgroundColor-Select-error--hover)",
20186
20021
  "Input:boxShadow-Select-error--hover": "var(--xmlui-boxShadow-Select-error--hover)",
@@ -20189,13 +20024,16 @@ const collectedComponentMetadata = {
20189
20024
  "Input:outlineColor-Select-error--focus": "var(--xmlui-outlineColor-Select-error--focus)",
20190
20025
  "Input:outlineStyle-Select-error--focus": "var(--xmlui-outlineStyle-Select-error--focus)",
20191
20026
  "Input:outlineOffset-Select-error--focus": "var(--xmlui-outlineOffset-Select-error--focus)",
20027
+ "Input:textColor-placeholder-Select-error": "var(--xmlui-textColor-placeholder-Select-error)",
20192
20028
  "Input:fontSize-placeholder-Select-error": "var(--xmlui-fontSize-placeholder-Select-error)",
20193
20029
  "Input:borderRadius-Select-warning": "var(--xmlui-borderRadius-Select-warning)",
20194
20030
  "Input:borderColor-Select-warning": "var(--xmlui-borderColor-Select-warning)",
20195
20031
  "Input:borderWidth-Select-warning": "var(--xmlui-borderWidth-Select-warning)",
20196
20032
  "Input:borderStyle-Select-warning": "var(--xmlui-borderStyle-Select-warning)",
20033
+ "Input:fontSize-Select-warning": "var(--xmlui-fontSize-Select-warning)",
20197
20034
  "Input:backgroundColor-Select-warning": "var(--xmlui-backgroundColor-Select-warning)",
20198
20035
  "Input:boxShadow-Select-warning": "var(--xmlui-boxShadow-Select-warning)",
20036
+ "Input:textColor-Select-warning": "var(--xmlui-textColor-Select-warning)",
20199
20037
  "Input:borderColor-Select-warning--hover": "var(--xmlui-borderColor-Select-warning--hover)",
20200
20038
  "Input:backgroundColor-Select-warning--hover": "var(--xmlui-backgroundColor-Select-warning--hover)",
20201
20039
  "Input:boxShadow-Select-warning--hover": "var(--xmlui-boxShadow-Select-warning--hover)",
@@ -20204,13 +20042,16 @@ const collectedComponentMetadata = {
20204
20042
  "Input:outlineColor-Select-warning--focus": "var(--xmlui-outlineColor-Select-warning--focus)",
20205
20043
  "Input:outlineStyle-Select-warning--focus": "var(--xmlui-outlineStyle-Select-warning--focus)",
20206
20044
  "Input:outlineOffset-Select-warning--focus": "var(--xmlui-outlineOffset-Select-warning--focus)",
20045
+ "Input:textColor-placeholder-Select-warning": "var(--xmlui-textColor-placeholder-Select-warning)",
20207
20046
  "Input:fontSize-placeholder-Select-warning": "var(--xmlui-fontSize-placeholder-Select-warning)",
20208
20047
  "Input:borderRadius-Select-success": "var(--xmlui-borderRadius-Select-success)",
20209
20048
  "Input:borderColor-Select-success": "var(--xmlui-borderColor-Select-success)",
20210
20049
  "Input:borderWidth-Select-success": "var(--xmlui-borderWidth-Select-success)",
20211
20050
  "Input:borderStyle-Select-success": "var(--xmlui-borderStyle-Select-success)",
20051
+ "Input:fontSize-Select-success": "var(--xmlui-fontSize-Select-success)",
20212
20052
  "Input:backgroundColor-Select-success": "var(--xmlui-backgroundColor-Select-success)",
20213
20053
  "Input:boxShadow-Select-success": "var(--xmlui-boxShadow-Select-success)",
20054
+ "Input:textColor-Select-success": "var(--xmlui-textColor-Select-success)",
20214
20055
  "Input:borderColor-Select-success--hover": "var(--xmlui-borderColor-Select-success--hover)",
20215
20056
  "Input:backgroundColor-Select-success--hover": "var(--xmlui-backgroundColor-Select-success--hover)",
20216
20057
  "Input:boxShadow-Select-success--hover": "var(--xmlui-boxShadow-Select-success--hover)",
@@ -20219,11 +20060,16 @@ const collectedComponentMetadata = {
20219
20060
  "Input:outlineColor-Select-success--focus": "var(--xmlui-outlineColor-Select-success--focus)",
20220
20061
  "Input:outlineStyle-Select-success--focus": "var(--xmlui-outlineStyle-Select-success--focus)",
20221
20062
  "Input:outlineOffset-Select-success--focus": "var(--xmlui-outlineOffset-Select-success--focus)",
20063
+ "Input:textColor-placeholder-Select-success": "var(--xmlui-textColor-placeholder-Select-success)",
20222
20064
  "Input:fontSize-placeholder-Select-success": "var(--xmlui-fontSize-placeholder-Select-success)",
20223
- "opacity-Select--disabled": "var(--xmlui-opacity-Select--disabled)",
20224
20065
  "Input:backgroundColor-Select--disabled": "var(--xmlui-backgroundColor-Select--disabled)",
20225
20066
  "Input:textColor-Select--disabled": "var(--xmlui-textColor-Select--disabled)",
20226
20067
  "Input:borderColor-Select--disabled": "var(--xmlui-borderColor-Select--disabled)",
20068
+ "Input:outlineWidth-Select--focus": "var(--xmlui-outlineWidth-Select--focus)",
20069
+ "Input:outlineColor-Select--focus": "var(--xmlui-outlineColor-Select--focus)",
20070
+ "Input:outlineStyle-Select--focus": "var(--xmlui-outlineStyle-Select--focus)",
20071
+ "Input:outlineOffset-Select--focus": "var(--xmlui-outlineOffset-Select--focus)",
20072
+ "Input:textColor-placeholder-Select": "var(--xmlui-textColor-placeholder-Select)",
20227
20073
  "paddingVertical-Select-badge": "var(--xmlui-paddingVertical-Select-badge)",
20228
20074
  "paddingHorizontal-Select-badge": "var(--xmlui-paddingHorizontal-Select-badge)",
20229
20075
  "borderRadius-Select-badge": "var(--xmlui-borderRadius-Select-badge)",
@@ -20234,17 +20080,16 @@ const collectedComponentMetadata = {
20234
20080
  "Input:textColor-Select-badge--hover": "var(--xmlui-textColor-Select-badge--hover)",
20235
20081
  "Input:backgroundColor-Select-badge--active": "var(--xmlui-backgroundColor-Select-badge--active)",
20236
20082
  "Input:textColor-Select-badge--active": "var(--xmlui-textColor-Select-badge--active)",
20237
- "Input:textColor-placeholder-Select": "var(--xmlui-textColor-placeholder-Select)",
20238
20083
  "Input:backgroundColor-menu-Select": "var(--xmlui-backgroundColor-menu-Select)",
20239
20084
  "Input:borderRadius-menu-Select": "var(--xmlui-borderRadius-menu-Select)",
20240
20085
  "Input:boxShadow-menu-Select": "var(--xmlui-boxShadow-menu-Select)",
20241
20086
  "Input:borderWidth-menu-Select": "var(--xmlui-borderWidth-menu-Select)",
20242
20087
  "Input:borderColor-menu-Select": "var(--xmlui-borderColor-menu-Select)",
20243
20088
  "backgroundColor-item-Select": "var(--xmlui-backgroundColor-item-Select)",
20089
+ "backgroundColor-item-Select--active": "var(--xmlui-backgroundColor-item-Select--active)",
20244
20090
  "backgroundColor-item-Select--hover": "var(--xmlui-backgroundColor-item-Select--hover)",
20091
+ "textColor-item-Select--disabled": "var(--xmlui-textColor-item-Select--disabled)",
20245
20092
  "opacity-text-item-Select--disabled": "var(--xmlui-opacity-text-item-Select--disabled)",
20246
- "fontSize-Select": "var(--xmlui-fontSize-Select)",
20247
- "backgroundColor-item-Select--active": "var(--xmlui-backgroundColor-item-Select--active)",
20248
20093
  "textColor-indicator-Select": "var(--xmlui-textColor-indicator-Select)"
20249
20094
  },
20250
20095
  "defaultThemeVars": {
@@ -20267,7 +20112,7 @@ const collectedComponentMetadata = {
20267
20112
  "backgroundColor-Select-badge--hover": "$color-primary-400",
20268
20113
  "backgroundColor-Select-badge--active": "$color-primary-500",
20269
20114
  "textColor-item-Select--disabled": "$color-surface-200",
20270
- "textColor-Select-badge": "$color-surface-50",
20115
+ "textColor-Select-badge": "$const-color-surface-50",
20271
20116
  "backgroundColor-item-Select": "$backgroundColor-dropdown-item",
20272
20117
  "backgroundColor-item-Select--hover": "$backgroundColor-dropdown-item--hover",
20273
20118
  "backgroundColor-item-Select--active": "$backgroundColor-dropdown-item--active",
@@ -20291,40 +20136,6 @@ const collectedComponentMetadata = {
20291
20136
  "initialValue": {
20292
20137
  "description": "This property sets the component's initial value."
20293
20138
  },
20294
- "label": {
20295
- "description": "This property sets the label of the component. If not set, the component will not display a label.",
20296
- "valueType": "string"
20297
- },
20298
- "labelPosition": {
20299
- "description": "Places the label at the given position of the component.",
20300
- "availableValues": [
20301
- {
20302
- "value": "start",
20303
- "description": "The left side of the input (left-to-right) or the right side of the input (right-to-left)"
20304
- },
20305
- {
20306
- "value": "end",
20307
- "description": "The right side of the input (left-to-right) or the left side of the input (right-to-left)"
20308
- },
20309
- {
20310
- "value": "top",
20311
- "description": "The top of the input"
20312
- },
20313
- {
20314
- "value": "bottom",
20315
- "description": "The bottom of the input"
20316
- }
20317
- ],
20318
- "defaultValue": "top"
20319
- },
20320
- "labelWidth": {
20321
- "description": "This property sets the width of the `Slider` component's label. If not defined, the label's width will be determined by its content and the available space."
20322
- },
20323
- "labelBreak": {
20324
- "description": "This boolean value indicates whether the `Slider` label can be split into multiple lines if it would overflow the available label width.",
20325
- "valueType": "boolean",
20326
- "defaultValue": true
20327
- },
20328
20139
  "minValue": {
20329
20140
  "description": "This property specifies the minimum value of the allowed input range.",
20330
20141
  "valueType": "number",
@@ -20473,6 +20284,8 @@ const collectedComponentMetadata = {
20473
20284
  "Input:borderColor-thumb-Slider": "var(--xmlui-borderColor-thumb-Slider)",
20474
20285
  "Input:backgroundColor-thumb-Slider": "var(--xmlui-backgroundColor-thumb-Slider)",
20475
20286
  "Input:boxShadow-thumb-Slider": "var(--xmlui-boxShadow-thumb-Slider)",
20287
+ "Input:backgroundColor-thumb-Slider--focus": "var(--xmlui-backgroundColor-thumb-Slider--focus)",
20288
+ "Input:boxShadow-thumb-Slider--focus": "var(--xmlui-boxShadow-thumb-Slider--focus)",
20476
20289
  "Input:backgroundColor-thumb-Slider--hover": "var(--xmlui-backgroundColor-thumb-Slider--hover)",
20477
20290
  "Input:boxShadow-thumb-Slider--hover": "var(--xmlui-boxShadow-thumb-Slider--hover)",
20478
20291
  "Input:backgroundColor-thumb-Slider--active": "var(--xmlui-backgroundColor-thumb-Slider--active)",
@@ -20485,6 +20298,8 @@ const collectedComponentMetadata = {
20485
20298
  "borderStyle-thumb-Slider": "solid",
20486
20299
  "borderColor-thumb-Slider": "$color-surface-50",
20487
20300
  "backgroundColor-thumb-Slider": "$color-primary",
20301
+ "backgroundColor-thumb-Slider--focus": "$color-primary",
20302
+ "boxShadow-thumb-Slider--focus": "0 0 0 6px rgb(from $color-primary r g b / 0.4)",
20488
20303
  "backgroundColor-thumb-Slider--hover": "$color-primary",
20489
20304
  "boxShadow-thumb-Slider--hover": "0 0 0 6px rgb(from $color-primary r g b / 0.4)",
20490
20305
  "backgroundColor-thumb-Slider--active": "$color-primary-400",
@@ -21294,40 +21109,6 @@ const collectedComponentMetadata = {
21294
21109
  }
21295
21110
  },
21296
21111
  "props": {
21297
- "label": {
21298
- "description": "This property sets the label of the component. If not set, the component will not display a label.",
21299
- "valueType": "string"
21300
- },
21301
- "labelPosition": {
21302
- "description": "Places the label at the given position of the component.",
21303
- "availableValues": [
21304
- {
21305
- "value": "start",
21306
- "description": "The left side of the input (left-to-right) or the right side of the input (right-to-left)"
21307
- },
21308
- {
21309
- "value": "end",
21310
- "description": "The right side of the input (left-to-right) or the left side of the input (right-to-left)"
21311
- },
21312
- {
21313
- "value": "top",
21314
- "description": "The top of the input"
21315
- },
21316
- {
21317
- "value": "bottom",
21318
- "description": "The bottom of the input"
21319
- }
21320
- ],
21321
- "defaultValue": "end"
21322
- },
21323
- "labelWidth": {
21324
- "description": "This property sets the width of the `Switch` component's label. If not defined, the label's width will be determined by its content and the available space."
21325
- },
21326
- "labelBreak": {
21327
- "description": "This boolean value indicates whether the `Switch` label can be split into multiple lines if it would overflow the available label width.",
21328
- "valueType": "boolean",
21329
- "defaultValue": true
21330
- },
21331
21112
  "required": {
21332
21113
  "description": "Set this property to `true` to indicate it must have a value before submitting the containing form.",
21333
21114
  "valueType": "boolean",
@@ -21515,6 +21296,12 @@ const collectedComponentMetadata = {
21515
21296
  "rowsSelectable": {
21516
21297
  "description": "Indicates whether the rows are selectable (`true`) or not (`false`)."
21517
21298
  },
21299
+ "initiallySelected": {
21300
+ "description": "An array of IDs that should be initially selected when the table is rendered. This property only has an effect when the rowsSelectable property is set to `true`."
21301
+ },
21302
+ "syncWithAppState": {
21303
+ "description": "An AppState instance to synchronize the table's selection state with. The table will read from and write to the 'selectedIds' property of the AppState object. When provided, this takes precedence over the initiallySelected property for initial selection. You can use the AppState's didUpdate event to receive notifications when the selection changes."
21304
+ },
21518
21305
  "pageSize": {
21519
21306
  "description": "This property defines the number of rows to display per page when pagination is enabled."
21520
21307
  },
@@ -21632,6 +21419,17 @@ const collectedComponentMetadata = {
21632
21419
  "bottom"
21633
21420
  ],
21634
21421
  "defaultValue": "center"
21422
+ },
21423
+ "checkboxTolerance": {
21424
+ "description": "This property controls the tolerance area around checkboxes for easier interaction. This property only has an effect when the rowsSelectable property is set to `true`. `none` provides no tolerance (0px), `compact` provides minimal tolerance (8px), `comfortable` provides medium tolerance (12px), and `spacious` provides generous tolerance (16px) for improved accessibility.",
21425
+ "valueType": "string",
21426
+ "availableValues": [
21427
+ "none",
21428
+ "compact",
21429
+ "comfortable",
21430
+ "spacious"
21431
+ ],
21432
+ "defaultValue": "compact"
21635
21433
  }
21636
21434
  },
21637
21435
  "events": {
@@ -21729,6 +21527,38 @@ const collectedComponentMetadata = {
21729
21527
  "borderStartEndRadius-cell-Table": "var(--xmlui-borderStartEndRadius-cell-Table, var(--xmlui-borderRadius-cell-Table))",
21730
21528
  "borderEndStartRadius-cell-Table": "var(--xmlui-borderEndStartRadius-cell-Table, var(--xmlui-borderRadius-cell-Table))",
21731
21529
  "borderEndEndRadius-cell-Table": "var(--xmlui-borderEndEndRadius-cell-Table, var(--xmlui-borderRadius-cell-Table))",
21530
+ "border-Table": "var(--xmlui-border-Table)",
21531
+ "borderHorizontal-Table": "var(--xmlui-borderHorizontal-Table, var(--xmlui-border-Table))",
21532
+ "borderVertical-Table": "var(--xmlui-borderVertical-Table, var(--xmlui-border-Table))",
21533
+ "borderLeft-Table": "var(--xmlui-borderLeft-Table, var(--xmlui-borderHorizontal-Table, var(--xmlui-border-Table)))",
21534
+ "borderRight-Table": "var(--xmlui-borderRight-Table, var(--xmlui-borderHorizontal-Table, var(--xmlui-border-Table)))",
21535
+ "borderTop-Table": "var(--xmlui-borderTop-Table, var(--xmlui-borderVertical-Table, var(--xmlui-border-Table)))",
21536
+ "borderBottom-Table": "var(--xmlui-borderBottom-Table, var(--xmlui-borderVertical-Table, var(--xmlui-border-Table)))",
21537
+ "borderWidth-Table": "var(--xmlui-borderWidth-Table)",
21538
+ "borderHorizontalWidth-Table": "var(--xmlui-borderHorizontalWidth-Table, var(--xmlui-borderWidth-Table))",
21539
+ "borderLeftWidth-Table": "var(--xmlui-borderLeftWidth-Table, var(--xmlui-borderHorizontalWidth-Table, var(--xmlui-borderWidth-Table)))",
21540
+ "borderRightWidth-Table": "var(--xmlui-borderRightWidth-Table, var(--xmlui-borderHorizontalWidth-Table, var(--xmlui-borderWidth-Table)))",
21541
+ "borderVerticalWidth-Table": "var(--xmlui-borderVerticalWidth-Table, var(--xmlui-borderWidth-Table))",
21542
+ "borderTopWidth-Table": "var(--xmlui-borderTopWidth-Table, var(--xmlui-borderVerticalWidth-Table, var(--xmlui-borderWidth-Table)))",
21543
+ "borderBottomWidth-Table": "var(--xmlui-borderBottomWidth-Table, var(--xmlui-borderVerticalWidth-Table, var(--xmlui-borderWidth-Table)))",
21544
+ "borderStyle-Table": "var(--xmlui-borderStyle-Table)",
21545
+ "borderHorizontalStyle-Table": "var(--xmlui-borderHorizontalStyle-Table, var(--xmlui-borderStyle-Table))",
21546
+ "borderLeftStyle-Table": "var(--xmlui-borderLeftStyle-Table, var(--xmlui-borderHorizontalStyle-Table, var(--xmlui-borderStyle-Table)))",
21547
+ "borderRightStyle-Table": "var(--xmlui-borderRightStyle-Table, var(--xmlui-borderHorizontalStyle-Table, var(--xmlui-borderStyle-Table)))",
21548
+ "borderVerticalStyle-Table": "var(--xmlui-borderVerticalStyle-Table, var(--xmlui-borderStyle-Table))",
21549
+ "borderTopStyle-Table": "var(--xmlui-borderTopStyle-Table, var(--xmlui-borderVerticalStyle-Table, var(--xmlui-borderStyle-Table)))",
21550
+ "borderBottomStyle-Table": "var(--xmlui-borderBottomStyle-Table, var(--xmlui-borderVerticalStyle-Table, var(--xmlui-borderStyle-Table)))",
21551
+ "borderColor-Table": "var(--xmlui-borderColor-Table)",
21552
+ "borderHorizontalColor-Table": "var(--xmlui-borderHorizontalColor-Table, var(--xmlui-borderColor-Table))",
21553
+ "borderLeftColor-Table": "var(--xmlui-borderLeftColor-Table, var(--xmlui-borderHorizontalColor-Table, var(--xmlui-borderColor-Table)))",
21554
+ "borderRightColor-Table": "var(--xmlui-borderRightColor-Table, var(--xmlui-borderHorizontalColor-Table, var(--xmlui-borderColor-Table)))",
21555
+ "borderVerticalColor-Table": "var(--xmlui-borderVerticalColor-Table, var(--xmlui-borderColor-Table))",
21556
+ "borderTopColor-Table": "var(--xmlui-borderTopColor-Table, var(--xmlui-borderVerticalColor-Table, var(--xmlui-borderColor-Table)))",
21557
+ "borderBottomColor-Table": "var(--xmlui-borderBottomColor-Table, var(--xmlui-borderVerticalColor-Table, var(--xmlui-borderColor-Table)))",
21558
+ "borderStartStartRadius-Table": "var(--xmlui-borderStartStartRadius-Table, var(--xmlui-borderRadius-Table))",
21559
+ "borderStartEndRadius-Table": "var(--xmlui-borderStartEndRadius-Table, var(--xmlui-borderRadius-Table))",
21560
+ "borderEndStartRadius-Table": "var(--xmlui-borderEndStartRadius-Table, var(--xmlui-borderRadius-Table))",
21561
+ "borderEndEndRadius-Table": "var(--xmlui-borderEndEndRadius-Table, var(--xmlui-borderRadius-Table))",
21732
21562
  "backgroundColor-pagination-Table": "var(--xmlui-backgroundColor-pagination-Table)",
21733
21563
  "textColor-heading-Table": "var(--xmlui-textColor-heading-Table)",
21734
21564
  "fontWeight-row-Table": "var(--xmlui-fontWeight-row-Table)",
@@ -21736,16 +21566,18 @@ const collectedComponentMetadata = {
21736
21566
  "fontWeight-heading-Table": "var(--xmlui-fontWeight-heading-Table)",
21737
21567
  "fontSize-heading-Table": "var(--xmlui-fontSize-heading-Table)",
21738
21568
  "textTransform-heading-Table": "var(--xmlui-textTransform-heading-Table)",
21569
+ "borderRadius-Table": "var(--xmlui-borderRadius-Table)",
21739
21570
  "outlineWidth-heading-Table--focus": "var(--xmlui-outlineWidth-heading-Table--focus)",
21740
21571
  "outlineColor-heading-Table--focus": "var(--xmlui-outlineColor-heading-Table--focus)",
21741
21572
  "outlineStyle-heading-Table--focus": "var(--xmlui-outlineStyle-heading-Table--focus)",
21742
- "outlineOffset-heading-Table--focus": "var(--xmlui-outlineOffset-heading-Table--focus)"
21573
+ "outlineOffset-heading-Table--focus": "var(--xmlui-outlineOffset-heading-Table--focus)",
21574
+ "borderBottom-last-row-Table": "var(--xmlui-borderBottom-last-row-Table)"
21743
21575
  },
21744
21576
  "defaultThemeVars": {
21745
- "padding-heading-Table": "$space-2 $space-0 $space-2 $space-2",
21746
- "padding-cell-Table": "$space-2 $space-0 $space-2 $space-2",
21577
+ "padding-heading-Table": "$space-2 $space-1 $space-2 $space-2",
21578
+ "padding-cell-Table": "$space-2 $space-1 $space-2 $space-2",
21747
21579
  "paddingHorizontal-cell-first-Table": "$space-5",
21748
- "paddingHorizontal-cell-last-Table": "$space-0",
21580
+ "paddingHorizontal-cell-last-Table": "$space-1",
21749
21581
  "border-cell-Table": "1px solid $borderColor",
21750
21582
  "outlineWidth-heading-Table--focus": "$outlineWidth--focus",
21751
21583
  "outlineStyle-heading-Table--focus": "$outlineStyle--focus",
@@ -21763,7 +21595,10 @@ const collectedComponentMetadata = {
21763
21595
  "backgroundColor-heading-Table--hover": "$color-surface-200",
21764
21596
  "backgroundColor-heading-Table--active": "$color-surface-300",
21765
21597
  "backgroundColor-heading-Table": "$color-surface-100",
21766
- "textColor-heading-Table": "$color-surface-500"
21598
+ "textColor-heading-Table": "$color-surface-500",
21599
+ "border-Table": "0px solid transparent",
21600
+ "borderBottom-last-row-Table": "$borderBottom-cell-Table",
21601
+ "borderRadius-Table": "$borderRadius"
21767
21602
  }
21768
21603
  },
21769
21604
  "TableOfContents": {
@@ -22232,7 +22067,7 @@ const collectedComponentMetadata = {
22232
22067
  "description": "This property indicates the index of the active tab. The indexing starts from 0, representing the starting (leftmost) tab. If not set, the first tab is selected by default."
22233
22068
  },
22234
22069
  "orientation": {
22235
- "description": "This property indicates the orientation of the component. In horizontal orientation, the tab sections are laid out on the left side of the content panel, while in vertical orientation, the buttons are at the top.",
22070
+ "description": "This property indicates the orientation of the component. In horizontal orientation, the tab sections are laid out on the left side of the content panel, while in vertical orientation, the buttons are at the top. Note: This property is ignored when accordionView is set to true.",
22236
22071
  "availableValues": [
22237
22072
  "horizontal",
22238
22073
  "vertical"
@@ -22240,6 +22075,22 @@ const collectedComponentMetadata = {
22240
22075
  "defaultValue": "horizontal",
22241
22076
  "valueType": "string"
22242
22077
  },
22078
+ "tabAlignment": {
22079
+ "description": "This property controls how tabs are aligned within the tab header container in horizontal orientation. Use 'start' to align tabs to the left, 'end' to align to the right, 'center' to center the tabs, and 'stretch' to make tabs fill the full width of the header. Note: This property is ignored when orientation is set to 'vertical' or when accordionView is enabled.",
22080
+ "availableValues": [
22081
+ "start",
22082
+ "end",
22083
+ "center",
22084
+ "stretch"
22085
+ ],
22086
+ "defaultValue": "start",
22087
+ "valueType": "string"
22088
+ },
22089
+ "accordionView": {
22090
+ "description": "When enabled, displays tabs in an accordion-like view where tab headers are stacked vertically and only the active tab's content is visible. Each tab header remains visible and clicking a header opens its content while closing others. When enabled, the orientation property is ignored.",
22091
+ "defaultValue": false,
22092
+ "valueType": "boolean"
22093
+ },
22243
22094
  "headerTemplate": {
22244
22095
  "description": "This property declares the template for the clickable tab area.",
22245
22096
  "valueType": "ComponentDef"
@@ -22307,7 +22158,7 @@ const collectedComponentMetadata = {
22307
22158
  "description": "The text to be displayed. This value can also be set via nesting the text into the `Text` component."
22308
22159
  },
22309
22160
  "variant": {
22310
- "description": "An optional string value that provides named presets for text variants with a unique combination of font style, weight, size, color, and other parameters. If not defined, the text uses the current style of its context.",
22161
+ "description": "An optional string value that provides named presets for text variants with a unique combination of font style, weight, size, color, and other parameters. If not defined, the text uses the current style of its context. In addition to predefined variants, you can specify custom variant names and style them using theme variables with the pattern `{cssProperty}-Text-{variantName}` (e.g., `textColor-Text-brandTitle`, `fontSize-Text-highlight`). See the documentation for a complete list of supported CSS properties.",
22311
22162
  "availableValues": [
22312
22163
  {
22313
22164
  "value": "abbr",
@@ -22478,11 +22329,38 @@ const collectedComponentMetadata = {
22478
22329
  }
22479
22330
  },
22480
22331
  "themeVars": {
22332
+ "textColor-Text": "var(--xmlui-textColor-Text)",
22333
+ "fontFamily-Text": "var(--xmlui-fontFamily-Text)",
22334
+ "fontSize-Text": "var(--xmlui-fontSize-Text)",
22335
+ "fontStyle-Text": "var(--xmlui-fontStyle-Text)",
22336
+ "fontVariant-Text": "var(--xmlui-fontVariant-Text)",
22337
+ "fontWeight-Text": "var(--xmlui-fontWeight-Text)",
22338
+ "fontStretch-Text": "var(--xmlui-fontStretch-Text)",
22339
+ "textDecorationLine-Text": "var(--xmlui-textDecorationLine-Text)",
22340
+ "textDecorationColor-Text": "var(--xmlui-textDecorationColor-Text)",
22341
+ "textDecorationStyle-Text": "var(--xmlui-textDecorationStyle-Text)",
22342
+ "textDecorationThickness-Text": "var(--xmlui-textDecorationThickness-Text)",
22343
+ "textUnderlineOffset-Text": "var(--xmlui-textUnderlineOffset-Text)",
22344
+ "lineHeight-Text": "var(--xmlui-lineHeight-Text)",
22345
+ "backgroundColor-Text": "var(--xmlui-backgroundColor-Text)",
22346
+ "textTransform-Text": "var(--xmlui-textTransform-Text)",
22347
+ "letterSpacing-Text": "var(--xmlui-letterSpacing-Text)",
22348
+ "wordSpacing-Text": "var(--xmlui-wordSpacing-Text)",
22349
+ "textShadow-Text": "var(--xmlui-textShadow-Text)",
22350
+ "textIndent-Text": "var(--xmlui-textIndent-Text)",
22351
+ "textAlign-Text": "var(--xmlui-textAlign-Text)",
22352
+ "textAlignLast-Text": "var(--xmlui-textAlignLast-Text)",
22353
+ "wordBreak-Text": "var(--xmlui-wordBreak-Text)",
22354
+ "wordWrap-Text": "var(--xmlui-wordWrap-Text)",
22355
+ "direction-Text": "var(--xmlui-direction-Text)",
22356
+ "writingMode-Text": "var(--xmlui-writingMode-Text)",
22357
+ "lineBreak-Text": "var(--xmlui-lineBreak-Text)",
22481
22358
  "marginTop-Text": "var(--xmlui-marginTop-Text)",
22482
22359
  "marginBottom-Text": "var(--xmlui-marginBottom-Text)",
22483
22360
  "marginLeft-Text": "var(--xmlui-marginLeft-Text)",
22484
22361
  "marginRight-Text": "var(--xmlui-marginRight-Text)",
22485
22362
  "verticalAlignment-Text": "var(--xmlui-verticalAlignment-Text)",
22363
+ "textColor-Text--hover": "var(--xmlui-textColor-Text--hover)",
22486
22364
  "fontWeight-Text-abbr": "var(--xmlui-fontWeight-Text-abbr)",
22487
22365
  "textTransform-Text-abbr": "var(--xmlui-textTransform-Text-abbr)",
22488
22366
  "fontStyle-Text-cite": "var(--xmlui-fontStyle-Text-cite)",
@@ -22505,7 +22383,7 @@ const collectedComponentMetadata = {
22505
22383
  "borderRadius-Text-keyboard": "var(--xmlui-borderRadius-Text-keyboard)",
22506
22384
  "paddingHorizontal-Text-keyboard": "var(--xmlui-paddingHorizontal-Text-keyboard)",
22507
22385
  "backgroundColor-Text-marked": "var(--xmlui-backgroundColor-Text-marked)",
22508
- "color-Text-marked": "var(--xmlui-color-Text-marked)",
22386
+ "textColor-Text-marked": "var(--xmlui-textColor-Text-marked)",
22509
22387
  "fontWeight-Text-marked": "var(--xmlui-fontWeight-Text-marked)",
22510
22388
  "fontStyle-Text-marked": "var(--xmlui-fontStyle-Text-marked)",
22511
22389
  "lineHeight-Text-marked": "var(--xmlui-lineHeight-Text-marked)",
@@ -22524,8 +22402,15 @@ const collectedComponentMetadata = {
22524
22402
  "marginLeft-Text-small": "var(--xmlui-marginLeft-Text-small)",
22525
22403
  "marginRight-Text-small": "var(--xmlui-marginRight-Text-small)",
22526
22404
  "verticalAlignment-Text-small": "var(--xmlui-verticalAlignment-Text-small)",
22405
+ "textColor-Text-small--hover": "var(--xmlui-textColor-Text-small--hover)",
22406
+ "marginTop-Text-code": "var(--xmlui-marginTop-Text-code)",
22407
+ "marginBottom-Text-code": "var(--xmlui-marginBottom-Text-code)",
22408
+ "marginLeft-Text-code": "var(--xmlui-marginLeft-Text-code)",
22409
+ "marginRight-Text-code": "var(--xmlui-marginRight-Text-code)",
22410
+ "verticalAlignment-Text-code": "var(--xmlui-verticalAlignment-Text-code)",
22411
+ "textColor-Text-code--hover": "var(--xmlui-textColor-Text-code--hover)",
22527
22412
  "letterSpacing-Text-caption": "var(--xmlui-letterSpacing-Text-caption)",
22528
- "color-Text-placeholder": "var(--xmlui-color-Text-placeholder)",
22413
+ "textColor-Text-placeholder": "var(--xmlui-textColor-Text-placeholder)",
22529
22414
  "fontStyle-Text-placeholder": "var(--xmlui-fontStyle-Text-placeholder)",
22530
22415
  "fontWeight-Text-placeholder": "var(--xmlui-fontWeight-Text-placeholder)",
22531
22416
  "fontSize-Text-placeholder": "var(--xmlui-fontSize-Text-placeholder)",
@@ -22536,26 +22421,24 @@ const collectedComponentMetadata = {
22536
22421
  "fontStyle-Text-subheading": "var(--xmlui-fontStyle-Text-subheading)",
22537
22422
  "letterSpacing-Text-subheading": "var(--xmlui-letterSpacing-Text-subheading)",
22538
22423
  "textTransform-Text-subheading": "var(--xmlui-textTransform-Text-subheading)",
22539
- "color-Text-subheading": "var(--xmlui-color-Text-subheading)",
22424
+ "textColor-Text-subheading": "var(--xmlui-textColor-Text-subheading)",
22540
22425
  "marginTop-Text-tableheading": "var(--xmlui-marginTop-Text-tableheading)",
22541
22426
  "marginBottom-Text-tableheading": "var(--xmlui-marginBottom-Text-tableheading)",
22542
22427
  "paddingHorizontal-Text-tableheading": "var(--xmlui-paddingHorizontal-Text-tableheading)",
22543
22428
  "fontSize-Text-tableheading": "var(--xmlui-fontSize-Text-tableheading)",
22544
22429
  "fontWeight-Text-tableheading": "var(--xmlui-fontWeight-Text-tableheading)",
22545
22430
  "fontSize-Text-secondary": "var(--xmlui-fontSize-Text-secondary)",
22546
- "color-Text-secondary": "var(--xmlui-color-Text-secondary)"
22431
+ "textColor-Text-secondary": "var(--xmlui-textColor-Text-secondary)"
22547
22432
  },
22548
22433
  "defaultThemeVars": {
22549
22434
  "borderRadius-Text": "$borderRadius",
22550
22435
  "borderStyle-Text": "solid",
22551
22436
  "fontSize-Text": "$fontSize-sm",
22552
- "lineHeight-Text": "$lineHeight-sm",
22553
22437
  "borderWidth-Text": "$space-0",
22554
22438
  "lineHeight-Text-codefence": "1.5",
22555
22439
  "fontWeight-Text-abbr": "$fontWeight-bold",
22556
22440
  "textTransform-Text-abbr": "uppercase",
22557
22441
  "fontSize-Text-secondary": "$fontSize-sm",
22558
- "lineHeight-Text-secondary": "$lineHeight-sm",
22559
22442
  "fontStyle-Text-cite": "italic",
22560
22443
  "textColor-Text": "$textColor-primary",
22561
22444
  "fontFamily-Text": "$fontFamily",
@@ -22563,7 +22446,6 @@ const collectedComponentMetadata = {
22563
22446
  "fontSize-Text-codefence": "$fontSize-code",
22564
22447
  "fontFamily-Text-code": "$fontFamily-monospace",
22565
22448
  "fontSize-Text-code": "$fontSize-sm",
22566
- "lineHeight-Text-code": "$lineHeight-xs",
22567
22449
  "borderWidth-Text-code": "1px",
22568
22450
  "borderStyle-Text-code": "solid",
22569
22451
  "borderRadius-Text-code": "4px",
@@ -22573,37 +22455,28 @@ const collectedComponentMetadata = {
22573
22455
  "textDecorationLine-Text-inserted": "underline",
22574
22456
  "fontFamily-Text-keyboard": "$fontFamily-monospace",
22575
22457
  "fontSize-Text-keyboard": "$fontSize-sm",
22576
- "lineHeight-Text-keyboard": "$lineHeight-sm",
22577
22458
  "fontWeight-Text-keyboard": "$fontWeight-bold",
22578
22459
  "borderWidth-Text-keyboard": "1px",
22579
22460
  "paddingHorizontal-Text-keyboard": "$space-1",
22580
22461
  "fontFamily-Text-sample": "$fontFamily-monospace",
22581
22462
  "fontSize-Text-sample": "$fontSize-sm",
22582
- "lineHeight-Text-sample": "$lineHeight-sm",
22583
22463
  "fontSize-Text-sup": "$fontSize-xs",
22584
- "lineHeight-Text-sup": "$lineHeight-xs",
22585
22464
  "verticalAlignment-Text-sup": "super",
22586
22465
  "fontSize-Text-sub": "$fontSize-xs",
22587
- "lineHeight-Text-sub": "$lineHeight-xs",
22588
22466
  "verticalAlignment-Text-sub": "sub",
22589
22467
  "fontStyle-Text-var": "italic",
22590
22468
  "fontStyle-Text-em": "italic",
22591
22469
  "fontFamily-Text-mono": "$fontFamily-monospace",
22592
22470
  "fontSize-Text-title": "$fontSize-2xl",
22593
- "lineHeight-Text-title": "$lineHeight-2xl",
22594
22471
  "fontSize-Text-subtitle": "$fontSize-xl",
22595
- "lineHeight-Text-subtitle": "$lineHeight-xl",
22596
22472
  "fontSize-Text-small": "$fontSize-sm",
22597
- "lineHeight-Text-small": "$lineHeight-sm",
22598
22473
  "letterSpacing-Text-caption": "0.05rem",
22599
22474
  "fontSize-Text-placeholder": "$fontSize-xs",
22600
- "lineHeight-Text-placeholder": "$lineHeight-xs",
22601
22475
  "fontFamily-Text-codefence": "$fontFamily-monospace",
22602
22476
  "paddingHorizontal-Text-codefence": "$space-4",
22603
22477
  "paddingVertical-Text-codefence": "$space-3",
22604
22478
  "paddingVertical-Text-paragraph": "$space-1",
22605
22479
  "fontSize-Text-subheading": "$fontSize-H6",
22606
- "lineHeight-Text-subheading": "$lineHeight-sm",
22607
22480
  "fontWeight-Text-subheading": "$fontWeight-bold",
22608
22481
  "letterSpacing-Text-subheading": "0.04em",
22609
22482
  "textTransform-Text-subheading": "uppercase",
@@ -22611,17 +22484,16 @@ const collectedComponentMetadata = {
22611
22484
  "marginBottom-Text-tableheading": "$space-4",
22612
22485
  "paddingHorizontal-Text-tableheading": "$space-1",
22613
22486
  "fontSize-Text-tableheading": "$fontSize-H6",
22614
- "lineHeight-Text-tableheading": "$lineHeight-sm",
22615
22487
  "fontWeight-Text-tableheading": "$fontWeight-bold",
22616
22488
  "backgroundColor-Text-code": "rgb(from $color-surface-100 r g b / 0.4)",
22617
22489
  "borderColor-Text-code": "$color-surface-100",
22618
22490
  "backgroundColor-Text-keyboard": "rgb(from $color-surface-100 r g b / 0.4)",
22619
22491
  "borderColor-Text-keyboard": "$color-surface-300",
22620
22492
  "backgroundColor-Text-marked": "rgb(from $color-primary-200 r g b / 0.4)",
22621
- "color-Text-placeholder": "$color-surface-500",
22622
- "color-Text-codefence": "$color-surface-900",
22623
- "color-Text-subheading": "$textColor-secondary",
22624
- "color-Text-secondary": "$textColor-secondary",
22493
+ "textColor-Text-placeholder": "$color-surface-500",
22494
+ "textColor-Text-codefence": "$color-surface-900",
22495
+ "textColor-Text-subheading": "$textColor-secondary",
22496
+ "textColor-Text-secondary": "$textColor-secondary",
22625
22497
  "dark": {
22626
22498
  "backgroundColor-Text-marked": "rgb(from $color-primary-400 r g b / 0.4)"
22627
22499
  }
@@ -22678,40 +22550,6 @@ const collectedComponentMetadata = {
22678
22550
  "initialValue": {
22679
22551
  "description": "This property sets the component's initial value."
22680
22552
  },
22681
- "label": {
22682
- "description": "This property sets the label of the component. If not set, the component will not display a label.",
22683
- "valueType": "string"
22684
- },
22685
- "labelPosition": {
22686
- "description": "Places the label at the given position of the component.",
22687
- "availableValues": [
22688
- {
22689
- "value": "start",
22690
- "description": "The left side of the input (left-to-right) or the right side of the input (right-to-left)"
22691
- },
22692
- {
22693
- "value": "end",
22694
- "description": "The right side of the input (left-to-right) or the left side of the input (right-to-left)"
22695
- },
22696
- {
22697
- "value": "top",
22698
- "description": "The top of the input"
22699
- },
22700
- {
22701
- "value": "bottom",
22702
- "description": "The bottom of the input"
22703
- }
22704
- ],
22705
- "defaultValue": "top"
22706
- },
22707
- "labelWidth": {
22708
- "description": "This property sets the width of the `TextArea` component's label. If not defined, the label's width will be determined by its content and the available space."
22709
- },
22710
- "labelBreak": {
22711
- "description": "This boolean value indicates whether the `TextArea` label can be split into multiple lines if it would overflow the available label width.",
22712
- "valueType": "boolean",
22713
- "defaultValue": true
22714
- },
22715
22553
  "maxLength": {
22716
22554
  "description": "This property sets the maximum length of the input it accepts.",
22717
22555
  "valueType": "number"
@@ -22932,40 +22770,6 @@ const collectedComponentMetadata = {
22932
22770
  "description": "This property sets the component's initial value.",
22933
22771
  "defaultValue": ""
22934
22772
  },
22935
- "label": {
22936
- "description": "This property sets the label of the component. If not set, the component will not display a label.",
22937
- "valueType": "string"
22938
- },
22939
- "labelPosition": {
22940
- "description": "Places the label at the given position of the component.",
22941
- "availableValues": [
22942
- {
22943
- "value": "start",
22944
- "description": "The left side of the input (left-to-right) or the right side of the input (right-to-left)"
22945
- },
22946
- {
22947
- "value": "end",
22948
- "description": "The right side of the input (left-to-right) or the left side of the input (right-to-left)"
22949
- },
22950
- {
22951
- "value": "top",
22952
- "description": "The top of the input"
22953
- },
22954
- {
22955
- "value": "bottom",
22956
- "description": "The bottom of the input"
22957
- }
22958
- ],
22959
- "defaultValue": "top"
22960
- },
22961
- "labelWidth": {
22962
- "description": "This property sets the width of the `TextBox` component's label. If not defined, the label's width will be determined by its content and the available space."
22963
- },
22964
- "labelBreak": {
22965
- "description": "This boolean value indicates whether the `TextBox` label can be split into multiple lines if it would overflow the available label width.",
22966
- "valueType": "boolean",
22967
- "defaultValue": true
22968
- },
22969
22773
  "maxLength": {
22970
22774
  "description": "This property sets the maximum length of the input it accepts.",
22971
22775
  "valueType": "number"
@@ -23233,40 +23037,6 @@ const collectedComponentMetadata = {
23233
23037
  "description": "This property sets the component's initial value.",
23234
23038
  "defaultValue": ""
23235
23039
  },
23236
- "label": {
23237
- "description": "This property sets the label of the component. If not set, the component will not display a label.",
23238
- "valueType": "string"
23239
- },
23240
- "labelPosition": {
23241
- "description": "Places the label at the given position of the component.",
23242
- "availableValues": [
23243
- {
23244
- "value": "start",
23245
- "description": "The left side of the input (left-to-right) or the right side of the input (right-to-left)"
23246
- },
23247
- {
23248
- "value": "end",
23249
- "description": "The right side of the input (left-to-right) or the left side of the input (right-to-left)"
23250
- },
23251
- {
23252
- "value": "top",
23253
- "description": "The top of the input"
23254
- },
23255
- {
23256
- "value": "bottom",
23257
- "description": "The bottom of the input"
23258
- }
23259
- ],
23260
- "defaultValue": "top"
23261
- },
23262
- "labelWidth": {
23263
- "description": "This property sets the width of the `TextBox` component's label. If not defined, the label's width will be determined by its content and the available space."
23264
- },
23265
- "labelBreak": {
23266
- "description": "This boolean value indicates whether the `TextBox` label can be split into multiple lines if it would overflow the available label width.",
23267
- "valueType": "boolean",
23268
- "defaultValue": true
23269
- },
23270
23040
  "maxLength": {
23271
23041
  "description": "This property sets the maximum length of the input it accepts.",
23272
23042
  "valueType": "number"
@@ -23528,6 +23298,11 @@ const collectedComponentMetadata = {
23528
23298
  "description": "This property indicates whether the component is at the root of the application.",
23529
23299
  "valueType": "boolean",
23530
23300
  "defaultValue": false
23301
+ },
23302
+ "applyIf": {
23303
+ "description": "This property controls whether the theme wrapper is applied. When true (default), the theme wraps the children. When false, children are rendered unwrapped.",
23304
+ "valueType": "boolean",
23305
+ "defaultValue": true
23531
23306
  }
23532
23307
  },
23533
23308
  "opaque": true
@@ -23589,40 +23364,6 @@ const collectedComponentMetadata = {
23589
23364
  ],
23590
23365
  "defaultValue": "none"
23591
23366
  },
23592
- "label": {
23593
- "description": "This property sets the label of the component. If not set, the component will not display a label.",
23594
- "valueType": "string"
23595
- },
23596
- "labelPosition": {
23597
- "description": "Places the label at the given position of the component.",
23598
- "availableValues": [
23599
- {
23600
- "value": "start",
23601
- "description": "The left side of the input (left-to-right) or the right side of the input (right-to-left)"
23602
- },
23603
- {
23604
- "value": "end",
23605
- "description": "The right side of the input (left-to-right) or the left side of the input (right-to-left)"
23606
- },
23607
- {
23608
- "value": "top",
23609
- "description": "The top of the input"
23610
- },
23611
- {
23612
- "value": "bottom",
23613
- "description": "The bottom of the input"
23614
- }
23615
- ],
23616
- "defaultValue": "top"
23617
- },
23618
- "labelWidth": {
23619
- "description": "This property sets the width of the `TimeInput` component's label. If not defined, the label's width will be determined by its content and the available space."
23620
- },
23621
- "labelBreak": {
23622
- "description": "This boolean value indicates whether the `TimeInput` label can be split into multiple lines if it would overflow the available label width.",
23623
- "valueType": "boolean",
23624
- "defaultValue": true
23625
- },
23626
23367
  "hour24": {
23627
23368
  "description": "Whether to use 24-hour format (true) or 12-hour format with AM/PM (false)",
23628
23369
  "valueType": "boolean",
@@ -23979,20 +23720,288 @@ const collectedComponentMetadata = {
23979
23720
  }
23980
23721
  },
23981
23722
  "Tree": {
23982
- "status": "in progress",
23983
- "description": "The `Tree` component is a virtualized tree component that displays hierarchical data.",
23723
+ "status": "stable",
23724
+ "description": "The `Tree` component is a virtualized tree component that displays hierarchical data with support for flat and hierarchy data formats.",
23984
23725
  "props": {
23985
23726
  "data": {
23986
- "description": "The data source of the tree.",
23987
- "required": true
23727
+ "description": "The data source of the tree. Format depends on the dataFormat property.",
23728
+ "isRequired": true
23729
+ },
23730
+ "dataFormat": {
23731
+ "description": 'The input data structure format: "flat" (array with parent relationships) or "hierarchy" (nested objects).',
23732
+ "valueType": "string",
23733
+ "defaultValue": "flat"
23734
+ },
23735
+ "idField": {
23736
+ "description": "The property name in source data for unique identifiers.",
23737
+ "valueType": "string",
23738
+ "defaultValue": "id"
23739
+ },
23740
+ "nameField": {
23741
+ "description": "The property name in source data for display text.",
23742
+ "valueType": "string",
23743
+ "defaultValue": "name"
23744
+ },
23745
+ "iconField": {
23746
+ "description": "The property name in source data for icon identifiers.",
23747
+ "valueType": "string",
23748
+ "defaultValue": "icon"
23749
+ },
23750
+ "iconExpandedField": {
23751
+ "description": "The property name in source data for expanded state icons.",
23752
+ "valueType": "string",
23753
+ "defaultValue": "iconExpanded"
23754
+ },
23755
+ "iconCollapsedField": {
23756
+ "description": "The property name in source data for collapsed state icons.",
23757
+ "valueType": "string",
23758
+ "defaultValue": "iconCollapsed"
23759
+ },
23760
+ "parentIdField": {
23761
+ "description": "The property name in source data for parent relationships (used in flat format).",
23762
+ "valueType": "string",
23763
+ "defaultValue": "parentId"
23764
+ },
23765
+ "childrenField": {
23766
+ "description": "The property name in source data for child arrays (used in hierarchy format).",
23767
+ "valueType": "string",
23768
+ "defaultValue": "children"
23769
+ },
23770
+ "selectableField": {
23771
+ "description": 'The property name in source data for selectable state (default: "selectable").',
23772
+ "valueType": "string",
23773
+ "defaultValue": "selectable"
23774
+ },
23775
+ "selectedValue": {
23776
+ "description": "The selected item ID in source data format."
23777
+ },
23778
+ "defaultExpanded": {
23779
+ "description": 'Initial expansion state: "none", "all", "first-level", or array of specific IDs.',
23780
+ "valueType": "string",
23781
+ "defaultValue": "none"
23782
+ },
23783
+ "autoExpandToSelection": {
23784
+ "description": "Automatically expand the path to the selected item.",
23785
+ "valueType": "boolean",
23786
+ "defaultValue": true
23787
+ },
23788
+ "itemClickExpands": {
23789
+ "description": "Whether clicking anywhere on a tree item should expand/collapse the node, not just the expand/collapse icon.",
23790
+ "valueType": "boolean",
23791
+ "defaultValue": false
23792
+ },
23793
+ "iconCollapsed": {
23794
+ "description": 'The icon name to use for collapsed nodes (default: "chevronright").',
23795
+ "valueType": "string",
23796
+ "defaultValue": "chevronright"
23797
+ },
23798
+ "iconExpanded": {
23799
+ "description": 'The icon name to use for expanded nodes (default: "chevrondown").',
23800
+ "valueType": "string",
23801
+ "defaultValue": "chevrondown"
23802
+ },
23803
+ "iconSize": {
23804
+ "description": 'The size of the expand/collapse icons (default: "16").',
23805
+ "valueType": "string",
23806
+ "defaultValue": "16"
23807
+ },
23808
+ "itemHeight": {
23809
+ "description": "The height of each tree row in pixels (default: 35).",
23810
+ "valueType": "number",
23811
+ "defaultValue": 32
23812
+ },
23813
+ "animateExpand": {
23814
+ "description": "When true, uses only the collapsed icon and rotates it for expansion instead of switching icons (default: false).",
23815
+ "valueType": "boolean",
23816
+ "defaultValue": false
23817
+ },
23818
+ "expandRotation": {
23819
+ "description": "The number of degrees to rotate the collapsed icon when expanded in animate mode (default: 90).",
23820
+ "valueType": "number",
23821
+ "defaultValue": 90
23988
23822
  },
23989
- "selectedUid": {
23990
- "description": "The ID (optional) of the selected tree row."
23823
+ "dynamicField": {
23824
+ "description": 'The property name in source data for dynamic loading state (default: "dynamic").',
23825
+ "valueType": "string",
23826
+ "defaultValue": "dynamic"
23991
23827
  },
23992
23828
  "itemTemplate": {
23993
23829
  "description": "The template for each item in the tree.",
23994
23830
  "valueType": "ComponentDef"
23995
23831
  }
23832
+ },
23833
+ "events": {
23834
+ "selectionDidChange": {
23835
+ "description": "Fired when the tree selection changes.",
23836
+ "signature": "(event: TreeSelectionEvent) => void"
23837
+ },
23838
+ "nodeDidExpand": {
23839
+ "description": "Fired when a tree node is expanded.",
23840
+ "signature": "(node: FlatTreeNode) => void"
23841
+ },
23842
+ "nodeDidCollapse": {
23843
+ "description": "Fired when a tree node is collapsed.",
23844
+ "signature": "(node: FlatTreeNode) => void"
23845
+ },
23846
+ "loadChildren": {
23847
+ "description": "Fired when a tree node needs to load children dynamically. Should return an array of child data.",
23848
+ "signature": "(node: FlatTreeNode) => any[]"
23849
+ }
23850
+ },
23851
+ "apis": {
23852
+ "expandAll": {
23853
+ "description": "Expand all nodes in the tree.",
23854
+ "signature": "expandAll(): void"
23855
+ },
23856
+ "collapseAll": {
23857
+ "description": "Collapse all nodes in the tree.",
23858
+ "signature": "collapseAll(): void"
23859
+ },
23860
+ "expandToLevel": {
23861
+ "description": "Expand nodes up to the specified depth level (0-based).",
23862
+ "signature": "expandToLevel(level: number): void",
23863
+ "parameters": {
23864
+ "level": "The maximum depth level to expand (0 = root level only)"
23865
+ }
23866
+ },
23867
+ "expandNode": {
23868
+ "description": "Expand a specific node by its source data ID.",
23869
+ "signature": "expandNode(nodeId: string | number): void",
23870
+ "parameters": {
23871
+ "nodeId": "The ID of the node to expand (source data format)"
23872
+ }
23873
+ },
23874
+ "collapseNode": {
23875
+ "description": "Collapse a specific node by its source data ID.",
23876
+ "signature": "collapseNode(nodeId: string | number): void",
23877
+ "parameters": {
23878
+ "nodeId": "The ID of the node to collapse (source data format)"
23879
+ }
23880
+ },
23881
+ "selectNode": {
23882
+ "description": "Programmatically select a node by its source data ID.",
23883
+ "signature": "selectNode(nodeId: string | number): void",
23884
+ "parameters": {
23885
+ "nodeId": "The ID of the node to select (source data format)"
23886
+ }
23887
+ },
23888
+ "clearSelection": {
23889
+ "description": "Clear the current selection.",
23890
+ "signature": "clearSelection(): void"
23891
+ },
23892
+ "getNodeById": {
23893
+ "description": "Get a tree node by its source data ID.",
23894
+ "signature": "getNodeById(nodeId: string | number): TreeNode | null",
23895
+ "parameters": {
23896
+ "nodeId": "The ID of the node to retrieve (source data format)"
23897
+ }
23898
+ },
23899
+ "getExpandedNodes": {
23900
+ "description": "Get an array of currently expanded node IDs in source data format.",
23901
+ "signature": "getExpandedNodes(): (string | number)[]"
23902
+ },
23903
+ "getSelectedNode": {
23904
+ "description": "Get the currently selected tree node.",
23905
+ "signature": "getSelectedNode(): TreeNode | null"
23906
+ },
23907
+ "scrollIntoView": {
23908
+ "description": "Scroll to a specific node and expand parent nodes as needed to make it visible.",
23909
+ "signature": "scrollIntoView(nodeId: string | number, options?: ScrollIntoViewOptions): void",
23910
+ "parameters": {
23911
+ "nodeId": "The ID of the node to scroll to (source data format)",
23912
+ "options": "Optional scroll options"
23913
+ }
23914
+ },
23915
+ "scrollToItem": {
23916
+ "description": "Scroll to a specific node if it's currently visible in the tree.",
23917
+ "signature": "scrollToItem(nodeId: string | number): void",
23918
+ "parameters": {
23919
+ "nodeId": "The ID of the node to scroll to (source data format)"
23920
+ }
23921
+ },
23922
+ "appendNode": {
23923
+ "description": "Add a new node to the tree as a child of the specified parent node.",
23924
+ "signature": "appendNode(parentNodeId: string | number | null, nodeData: any): void",
23925
+ "parameters": {
23926
+ "parentNodeId": "The ID of the parent node, or null/undefined to add to root level",
23927
+ "nodeData": "The node data object using the format specified in dataFormat and field properties"
23928
+ }
23929
+ },
23930
+ "removeNode": {
23931
+ "description": "Remove a node and all its descendants from the tree.",
23932
+ "signature": "removeNode(nodeId: string | number): void",
23933
+ "parameters": {
23934
+ "nodeId": "The ID of the node to remove (along with all its descendants)"
23935
+ }
23936
+ },
23937
+ "removeChildren": {
23938
+ "description": "Remove all children (descendants) of a node while keeping the node itself.",
23939
+ "signature": "removeChildren(nodeId: string | number): void",
23940
+ "parameters": {
23941
+ "nodeId": "The ID of the parent node whose children should be removed"
23942
+ }
23943
+ },
23944
+ "insertNodeBefore": {
23945
+ "description": "Insert a new node before an existing node at the same level.",
23946
+ "signature": "insertNodeBefore(beforeNodeId: string | number, nodeData: any): void",
23947
+ "parameters": {
23948
+ "beforeNodeId": "The ID of the existing node before which the new node should be inserted",
23949
+ "nodeData": "The node data object using the format specified in dataFormat and field properties"
23950
+ }
23951
+ },
23952
+ "insertNodeAfter": {
23953
+ "description": "Insert a new node after an existing node at the same level.",
23954
+ "signature": "insertNodeAfter(afterNodeId: string | number, nodeData: any): void",
23955
+ "parameters": {
23956
+ "afterNodeId": "The ID of the existing node after which the new node should be inserted",
23957
+ "nodeData": "The node data object using the format specified in dataFormat and field properties"
23958
+ }
23959
+ },
23960
+ "getNodeLoadingState": {
23961
+ "description": "Get the loading state of a dynamic node.",
23962
+ "signature": "getNodeLoadingState(nodeId: string | number): NodeLoadingState",
23963
+ "parameters": {
23964
+ "nodeId": "The ID of the node to check loading state for"
23965
+ }
23966
+ },
23967
+ "markNodeLoaded": {
23968
+ "description": "Mark a dynamic node as loaded.",
23969
+ "signature": "markNodeLoaded(nodeId: string | number): void",
23970
+ "parameters": {
23971
+ "nodeId": "The ID of the node to mark as loaded"
23972
+ }
23973
+ },
23974
+ "markNodeUnloaded": {
23975
+ "description": "Mark a dynamic node as unloaded and collapse it.",
23976
+ "signature": "markNodeUnloaded(nodeId: string | number): void",
23977
+ "parameters": {
23978
+ "nodeId": "The ID of the node to mark as unloaded"
23979
+ }
23980
+ }
23981
+ },
23982
+ "themeVars": {
23983
+ "backgroundColor-Tree-row--selected": "var(--xmlui-backgroundColor-Tree-row--selected)",
23984
+ "backgroundColor-Tree-row--hover": "var(--xmlui-backgroundColor-Tree-row--hover)",
23985
+ "textColor-Tree": "var(--xmlui-textColor-Tree)",
23986
+ "textColor-Tree--selected": "var(--xmlui-textColor-Tree--selected)",
23987
+ "textColor-Tree--hover": "var(--xmlui-textColor-Tree--hover)",
23988
+ "borderColor-Tree-row--focus": "var(--xmlui-borderColor-Tree-row--focus)",
23989
+ "outlineColor-Tree--focus": "var(--xmlui-outlineColor-Tree--focus)",
23990
+ "outlineWidth-Tree--focus": "var(--xmlui-outlineWidth-Tree--focus)",
23991
+ "outlineStyle-Tree--focus": "var(--xmlui-outlineStyle-Tree--focus)",
23992
+ "outlineOffset-Tree--focus": "var(--xmlui-outlineOffset-Tree--focus)"
23993
+ },
23994
+ "defaultThemeVars": {
23995
+ "backgroundColor-Tree-row--selected": "$color-primary-50",
23996
+ "backgroundColor-Tree-row--hover": "$color-surface-100",
23997
+ "textColor-Tree": "$textColor-primary",
23998
+ "textColor-Tree--selected": "$color-primary-900",
23999
+ "textColor-Tree--hover": "$textColor-primary",
24000
+ "borderColor-Tree-row--focus": "$color-primary-500",
24001
+ "outlineColor-Tree--focus": "$outlineColor--focus",
24002
+ "outlineWidth-Tree--focus": "$outlineWidth--focus",
24003
+ "outlineStyle-Tree--focus": "$outlineStyle--focus",
24004
+ "outlineOffset-Tree--focus": "$outlineOffset--focus"
23996
24005
  }
23997
24006
  },
23998
24007
  "BarChart": {
@@ -24003,8 +24012,8 @@ const collectedComponentMetadata = {
24003
24012
  "data": {
24004
24013
  "description": "This property is used to provide the component with data to display.The data needs to be an array of objects."
24005
24014
  },
24006
- "xKeys": {
24007
- "description": "This property specifies the keys in the data objects that should be used for rendering the bars.E.g. 'id' or 'key'.",
24015
+ "yKeys": {
24016
+ "description": "Specifies the key in the data objects that will be used to label the different data series.",
24008
24017
  "valueType": "string"
24009
24018
  },
24010
24019
  "stacked": {
@@ -24021,8 +24030,8 @@ const collectedComponentMetadata = {
24021
24030
  ],
24022
24031
  "defaultValue": "vertical"
24023
24032
  },
24024
- "yKey": {
24025
- "description": "Specifies the key in the data objects that will be used to label the different data series.",
24033
+ "xKey": {
24034
+ "description": "This property specifies the keys in the data objects that should be used for rendering the bars.E.g. 'id' or 'key'.",
24026
24035
  "valueType": "string"
24027
24036
  },
24028
24037
  "hideX": {
@@ -24185,12 +24194,12 @@ const collectedComponentMetadata = {
24185
24194
  "data": {
24186
24195
  "description": "The data to be displayed in the line chart.It needs to be an array of objects, where each object represents a data point."
24187
24196
  },
24188
- "xKeys": {
24189
- "description": "This property specifies the keys in the data objects that should be used for rendering the lines.",
24197
+ "xKey": {
24198
+ "description": "The key in the data objects used for labeling different data series.",
24190
24199
  "valueType": "string"
24191
24200
  },
24192
- "yKey": {
24193
- "description": "The key in the data objects used for labeling different data series.",
24201
+ "yKeys": {
24202
+ "description": "This property specifies the keys in the data objects that should be used for rendering the lines.",
24194
24203
  "valueType": "string"
24195
24204
  },
24196
24205
  "hideX": {