@aws-amplify/ui-react 4.5.1 → 4.6.1

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 (111) hide show
  1. package/dist/Field-1dd46eaa.js +1 -0
  2. package/dist/esm/components/AccountSettings/ChangePassword/ChangePassword.mjs +1 -1
  3. package/dist/esm/components/AccountSettings/DeleteUser/DeleteUser.mjs +1 -1
  4. package/dist/esm/components/Geo/LocationSearch/index.mjs +1 -1
  5. package/dist/esm/components/Geo/MapView/index.mjs +1 -1
  6. package/dist/esm/components/InAppMessaging/Backdrop/Backdrop.mjs +1 -1
  7. package/dist/esm/hooks/actions/constants.mjs +1 -1
  8. package/dist/esm/hooks/actions/useNavigateAction.mjs +1 -1
  9. package/dist/esm/hooks/useThemeBreakpoint.mjs +1 -0
  10. package/dist/esm/internal.mjs +1 -1
  11. package/dist/esm/primitives/CheckboxField/CheckboxField.mjs +1 -1
  12. package/dist/esm/primitives/Expander/ExpanderItem.mjs +1 -1
  13. package/dist/esm/primitives/Field/Field.mjs +1 -0
  14. package/dist/esm/primitives/Field/FieldDescription.mjs +1 -1
  15. package/dist/esm/primitives/Loader/Loader.mjs +1 -1
  16. package/dist/esm/primitives/Menu/Menu.mjs +1 -1
  17. package/dist/esm/primitives/Menu/MenuItem.mjs +1 -1
  18. package/dist/esm/primitives/Pagination/PaginationItem.mjs +1 -1
  19. package/dist/esm/primitives/Pagination/useRange.mjs +1 -1
  20. package/dist/esm/primitives/RadioGroupField/RadioGroupField.mjs +1 -1
  21. package/dist/esm/primitives/SearchField/SearchField.mjs +1 -1
  22. package/dist/esm/primitives/SelectField/SelectField.mjs +1 -1
  23. package/dist/esm/primitives/SliderField/SliderField.mjs +1 -1
  24. package/dist/esm/primitives/StepperField/StepperField.mjs +1 -1
  25. package/dist/esm/primitives/SwitchField/SwitchField.mjs +1 -1
  26. package/dist/esm/primitives/TextAreaField/TextAreaField.mjs +1 -1
  27. package/dist/esm/primitives/TextField/TextField.mjs +1 -1
  28. package/dist/esm/primitives/utils/useStableId.mjs +1 -1
  29. package/dist/esm/version.mjs +1 -1
  30. package/dist/index.js +1 -1
  31. package/dist/internal.js +1 -1
  32. package/dist/styles.css +403 -2
  33. package/dist/types/components/AccountSettings/DeleteUser/types.d.ts +2 -2
  34. package/dist/types/components/AccountSettings/types.d.ts +13 -13
  35. package/dist/types/components/Authenticator/Authenticator.d.ts +2 -2
  36. package/dist/types/components/Authenticator/RouteContainer/types.d.ts +2 -2
  37. package/dist/types/components/Authenticator/Router/types.d.ts +1 -1
  38. package/dist/types/components/Authenticator/withAuthenticator.d.ts +1 -1
  39. package/dist/types/components/Geo/types/maplibre-gl-geocoder.d.ts +1 -1
  40. package/dist/types/components/InAppMessaging/BannerMessage/types.d.ts +1 -1
  41. package/dist/types/components/InAppMessaging/InAppMessageDisplay/types.d.ts +4 -4
  42. package/dist/types/components/InAppMessaging/MessageLayout/types.d.ts +2 -2
  43. package/dist/types/components/InAppMessaging/hooks/useMessageImage/types.d.ts +1 -1
  44. package/dist/types/components/InAppMessaging/hooks/useMessageProps/types.d.ts +1 -1
  45. package/dist/types/components/Storage/FileUploader/types.d.ts +7 -7
  46. package/dist/types/components/ThemeProvider/index.d.ts +2 -2
  47. package/dist/types/helpers/utils.d.ts +1 -1
  48. package/dist/types/hooks/actions/shared/types.d.ts +2 -2
  49. package/dist/types/hooks/actions/shared/useTypeCastFields.d.ts +1 -1
  50. package/dist/types/hooks/actions/testModels/model.d.ts +1 -1
  51. package/dist/types/hooks/actions/testModels/todo.d.ts +1 -1
  52. package/dist/types/hooks/actions/useNavigateAction.d.ts +1 -1
  53. package/dist/types/hooks/actions/useStateMutationAction.d.ts +1 -1
  54. package/dist/types/hooks/useComposeRefsCallback.d.ts +1 -1
  55. package/dist/types/hooks/useThemeBreakpoint.d.ts +2 -0
  56. package/dist/types/internal.d.ts +4 -1
  57. package/dist/types/primitives/Alert/AlertIcon.d.ts +3 -0
  58. package/dist/types/primitives/Field/Field.d.ts +6 -0
  59. package/dist/types/primitives/Field/index.d.ts +1 -0
  60. package/dist/types/primitives/Heading/Heading.d.ts +1 -1
  61. package/dist/types/primitives/Icon/icons/types.d.ts +1 -1
  62. package/dist/types/primitives/PhoneNumberField/CountryCodeSelect.d.ts +1 -1
  63. package/dist/types/primitives/Rating/Rating.d.ts +1 -1
  64. package/dist/types/primitives/SearchField/useSearchField.d.ts +4 -4
  65. package/dist/types/primitives/Select/Select.d.ts +1 -1
  66. package/dist/types/primitives/SelectField/SelectField.d.ts +1 -1
  67. package/dist/types/primitives/StepperField/useStepper.d.ts +5 -5
  68. package/dist/types/primitives/SwitchField/useSwitch.d.ts +1 -1
  69. package/dist/types/primitives/ToggleButton/useToggleButton.d.ts +2 -2
  70. package/dist/types/primitives/ToggleButtonGroup/useToggleButtonGroup.d.ts +1 -1
  71. package/dist/types/primitives/View/View.d.ts +2 -2
  72. package/dist/types/primitives/shared/responsive/utils.d.ts +1 -1
  73. package/dist/types/primitives/shared/types.d.ts +4 -4
  74. package/dist/types/primitives/types/alert.d.ts +1 -1
  75. package/dist/types/primitives/types/autocomplete.d.ts +1 -1
  76. package/dist/types/primitives/types/badge.d.ts +2 -2
  77. package/dist/types/primitives/types/base.d.ts +1 -1
  78. package/dist/types/primitives/types/button.d.ts +3 -3
  79. package/dist/types/primitives/types/card.d.ts +1 -1
  80. package/dist/types/primitives/types/collection.d.ts +4 -4
  81. package/dist/types/primitives/types/datastore.d.ts +7 -7
  82. package/dist/types/primitives/types/divider.d.ts +2 -2
  83. package/dist/types/primitives/types/expander.d.ts +1 -1
  84. package/dist/types/primitives/types/field.d.ts +2 -2
  85. package/dist/types/primitives/types/fieldGroup.d.ts +1 -1
  86. package/dist/types/primitives/types/grid.d.ts +1 -1
  87. package/dist/types/primitives/types/heading.d.ts +1 -1
  88. package/dist/types/primitives/types/icon.d.ts +2 -2
  89. package/dist/types/primitives/types/input.d.ts +3 -3
  90. package/dist/types/primitives/types/loader.d.ts +2 -2
  91. package/dist/types/primitives/types/pagination.d.ts +3 -3
  92. package/dist/types/primitives/types/passwordField.d.ts +1 -1
  93. package/dist/types/primitives/types/phoneNumberField.d.ts +1 -1
  94. package/dist/types/primitives/types/placeholder.d.ts +1 -1
  95. package/dist/types/primitives/types/rating.d.ts +1 -1
  96. package/dist/types/primitives/types/responsive.d.ts +3 -3
  97. package/dist/types/primitives/types/scrollView.d.ts +1 -1
  98. package/dist/types/primitives/types/select.d.ts +1 -1
  99. package/dist/types/primitives/types/sliderField.d.ts +2 -2
  100. package/dist/types/primitives/types/style.d.ts +5 -5
  101. package/dist/types/primitives/types/table.d.ts +3 -3
  102. package/dist/types/primitives/types/tabs.d.ts +1 -1
  103. package/dist/types/primitives/types/text.d.ts +1 -1
  104. package/dist/types/primitives/types/theme.d.ts +29 -29
  105. package/dist/types/primitives/types/view.d.ts +8 -8
  106. package/dist/types/primitives/utils/useStableId.d.ts +1 -1
  107. package/dist/types/studio/types.d.ts +3 -3
  108. package/dist/types/types/catalog.d.ts +5 -5
  109. package/dist/types/version.d.ts +1 -1
  110. package/package.json +5 -5
  111. package/dist/constants-4b28bdd3.js +0 -1
package/dist/internal.js CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var t=require("./constants-4b28bdd3.js"),e=require("react"),r=require("@aws-amplify/datastore"),i=require("@aws-amplify/storage"),n=require("tslib"),p=require("classnames"),a=require("aws-amplify"),s=require("@aws-amplify/ui");function g(t){return t&&"object"==typeof t&&"default"in t?t:{default:t}}function y(t){if(t&&t.__esModule)return t;var e=Object.create(null);return t&&Object.keys(t).forEach((function(r){if("default"!==r){var i=Object.getOwnPropertyDescriptor(t,r);Object.defineProperty(e,r,i.get?i:{enumerable:!0,get:function(){return t[r]}})}})),e.default=t,Object.freeze(e)}require("@aws-amplify/core");var o=y(e),l=g(p);const d=({model:t,criteria:e,pagination:i})=>{const[n,p]=o.useState({items:[],isLoading:!1,error:void 0});return o.useEffect((()=>{p({isLoading:!0,items:[]});const n=r.DataStore.observeQuery(t,e,i).subscribe((t=>p({items:t.items,isLoading:!1})),(t=>p({items:[],error:t,isLoading:!1})));if(n)return()=>n.unsubscribe()}),[]),n},m=({model:t,id:e})=>{const[i,n]=o.useState(),[p,a]=o.useState(!1),[s,g]=o.useState();return o.useEffect((()=>{a(!0),r.DataStore.query(t,e).then(n).catch(g).finally((()=>a(!1)))}),[]),{error:s,item:i,isLoading:p}};const c=({fields:t,modelName:e,schema:r})=>o.useMemo((()=>{if(function(t,e){return!e}(0,r))return t;const i={};return Object.keys(t).forEach((n=>{var p,a,g;const y=t[n];switch(null===(g=null===(a=null===(p=null==r?void 0:r.models[e])||void 0===p?void 0:p.fields)||void 0===a?void 0:a[n])||void 0===g?void 0:g.type){case"AWSTimestamp":case"Float":i[n]=Number(y);break;case"Boolean":i[n]=Boolean(y);break;case"Int":i[n]=s.isString(y)?parseInt(y):y;break;default:i[n]=y}})),i}),[t,r,e]),u=t=>e=>t.map((t=>t(e)));const b=t=>{const{and:e,or:r,field:i,operator:n,operand:p}=t;if(Array.isArray(e)){const t=e.map((t=>b(t)));return e=>e.and(u(t))}if(Array.isArray(r)){const t=r.map((t=>b(t)));return e=>e.or(u(t))}return t=>{var e;return function(t){return!!t}(i)&&(t=>!!t)(n)&&(null===(e=null==t?void 0:t[i])||void 0===e?void 0:e[n])?t[i][n](p):t}};exports.IconAdd=t.IconAdd,exports.IconCheck=t.IconCheck,exports.IconCheckCircle=t.IconCheckCircle,exports.IconChevronLeft=t.IconChevronLeft,exports.IconChevronRight=t.IconChevronRight,exports.IconClose=t.IconClose,exports.IconEdit=t.IconEdit,exports.IconError=t.IconError,exports.IconExpandMore=t.IconExpandMore,exports.IconFile=t.IconFile,exports.IconIndeterminate=t.IconIndeterminate,exports.IconInfo=t.IconInfo,exports.IconMenu=t.IconMenu,exports.IconRemove=t.IconRemove,exports.IconSearch=t.IconSearch,exports.IconStar=t.IconStar,exports.IconUpload=t.IconUpload,exports.IconVisibility=t.IconVisibility,exports.IconVisibilityOff=t.IconVisibilityOff,exports.IconWarning=t.IconWarning,exports.useAuth=t.useAuth,exports.IconCheckCircleOutline=e=>{const{className:r}=e,i=n.__rest(e,["className"]);return o.createElement(t.View,Object.assign({as:"span",width:"1em",height:"1em",className:l.default(t.ComponentClassNames.Icon,r)},i))},exports.PrimitiveCatalog={Alert:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string",priority:!0},heading:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},variation:{type:"string",priority:!0},isDismissible:{type:"boolean",priority:!0},dismissButtonLabel:{type:"string"},hasIcon:{type:"boolean",priority:!0}}},Autocomplete:{properties:{area:{type:"string"},form:{type:"string"},label:{type:"string"},slot:{type:"string"},title:{type:"string"},pattern:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},list:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},variation:{type:"string"},required:{type:"boolean"},step:{type:"string"},accept:{type:"string"},alt:{type:"string"},autoComplete:{type:"string"},autoFocus:{type:"boolean"},capture:{type:"string"},checked:{type:"boolean"},crossOrigin:{type:"string"},disabled:{type:"boolean"},enterKeyHint:{type:"string"},formAction:{type:"string"},formEncType:{type:"string"},formMethod:{type:"string"},formNoValidate:{type:"boolean"},formTarget:{type:"string"},max:{type:"string"},maxLength:{type:"number"},min:{type:"string"},minLength:{type:"number"},multiple:{type:"boolean"},name:{type:"string"},readOnly:{type:"boolean"},size:{type:"string"},src:{type:"string"},type:{type:"string"},value:{type:"string"},isLoading:{type:"boolean"},hasSearchButton:{type:"boolean"},hasSearchIcon:{type:"boolean"},labelHidden:{type:"boolean"},clearButtonLabel:{type:"string"},outerEndComponent:{type:"string"},outerStartComponent:{type:"string"},innerStartComponent:{type:"string"},innerEndComponent:{type:"string"},descriptiveText:{type:"string"},errorMessage:{type:"string"},hasError:{type:"boolean"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"}}},Badge:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string",priority:!0},variation:{type:"string",priority:!0},size:{type:"string",priority:!0}}},Button:{properties:{area:{type:"string"},form:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string",priority:!0},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},variation:{type:"string",priority:!0},autoFocus:{type:"boolean"},disabled:{type:"boolean"},formAction:{type:"string"},formEncType:{type:"string"},formMethod:{type:"string"},formNoValidate:{type:"boolean"},formTarget:{type:"string"},name:{type:"string"},size:{type:"string",priority:!0},type:{type:"string"},value:{type:"string"},isLoading:{type:"boolean"},isFullWidth:{type:"boolean"},loadingText:{type:"string"}}},ButtonGroup:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},variation:{type:"string"},size:{type:"string"}}},Card:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},variation:{type:"string",priority:!0}}},CheckboxField:{properties:{area:{type:"string"},form:{type:"string"},label:{type:"string"},slot:{type:"string"},title:{type:"string"},pattern:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},list:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},variation:{type:"string"},required:{type:"boolean"},step:{type:"string"},accept:{type:"string"},alt:{type:"string"},autoComplete:{type:"string"},autoFocus:{type:"boolean"},capture:{type:"string"},checked:{type:"boolean"},crossOrigin:{type:"string"},disabled:{type:"boolean"},enterKeyHint:{type:"string"},formAction:{type:"string"},formEncType:{type:"string"},formMethod:{type:"string"},formNoValidate:{type:"boolean"},formTarget:{type:"string"},max:{type:"string"},maxLength:{type:"number"},min:{type:"string"},minLength:{type:"number"},multiple:{type:"boolean"},name:{type:"string"},readOnly:{type:"boolean"},size:{type:"string"},src:{type:"string"},type:{type:"string"},value:{type:"string"},labelHidden:{type:"boolean"},descriptiveText:{type:"string"},errorMessage:{type:"string"},hasError:{type:"boolean"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"},labelPosition:{type:"string"},isIndeterminate:{type:"boolean"}}},Collection:{properties:{type:{type:"string"},isPaginated:{type:"boolean"},itemsPerPage:{type:"number"},isSearchable:{type:"boolean"},searchLabel:{type:"string"},searchPlaceholder:{type:"string"},searchNoResultsFound:{type:"string"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},area:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},as:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"}}},Divider:{properties:{area:{type:"string"},label:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},size:{type:"string",priority:!0},orientation:{type:"string",priority:!0}}},Expander:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},type:{type:"string"},value:{type:"string"},isCollapsible:{type:"boolean"}}},ExpanderItem:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},value:{type:"string"}}},FieldGroupIcon:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},isVisible:{type:"boolean"},excludeFromTabOrder:{type:"boolean"}}},FieldGroupIconButton:{properties:{area:{type:"string"},form:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},variation:{type:"string"},autoFocus:{type:"boolean"},disabled:{type:"boolean"},formAction:{type:"string"},formEncType:{type:"string"},formMethod:{type:"string"},formNoValidate:{type:"boolean"},formTarget:{type:"string"},name:{type:"string"},size:{type:"string"},type:{type:"string"},value:{type:"string"},isVisible:{type:"boolean"},excludeFromTabOrder:{type:"boolean"}}},Flex:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},direction:{type:"string",priority:!0},wrap:{type:"string",priority:!0},alignItems:{type:"string",priority:!0},alignContent:{type:"string"},justifyContent:{type:"string",priority:!0},gap:{type:"string",priority:!0},columnGap:{type:"string"},rowGap:{type:"string"}}},Grid:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},autoColumns:{type:"string"},autoFlow:{type:"string"},autoRows:{type:"string"},templateAreas:{type:"string"},templateColumns:{type:"string"},templateRows:{type:"string"}}},Heading:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string",priority:!0},variation:{type:"string"},level:{type:"number",priority:!0},isTruncated:{type:"boolean"}}},HighlightMatch:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},query:{type:"string"}}},Icon:{properties:{string:{type:"string"},area:{type:"string"},clipPath:{type:"string"},filter:{type:"string"},mask:{type:"string"},path:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string",priority:!0},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string",priority:!0},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string",priority:!0},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},lang:{type:"string"},tabIndex:{type:"number"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},direction:{type:"string"},end:{type:"string"},clip:{type:"string"},crossOrigin:{type:"string"},max:{type:"string"},min:{type:"string"},name:{type:"string"},type:{type:"string"},orientation:{type:"string"},media:{type:"string"},method:{type:"string"},target:{type:"string"},accentHeight:{type:"string"},accumulate:{type:"string"},additive:{type:"string"},alignmentBaseline:{type:"string"},allowReorder:{type:"string"},alphabetic:{type:"string"},amplitude:{type:"string"},arabicForm:{type:"string"},ascent:{type:"string"},attributeName:{type:"string"},attributeType:{type:"string"},autoReverse:{type:"string"},azimuth:{type:"string"},baseFrequency:{type:"string"},baselineShift:{type:"string"},baseProfile:{type:"string"},bbox:{type:"string"},begin:{type:"string"},bias:{type:"string"},by:{type:"string"},calcMode:{type:"string"},capHeight:{type:"string"},clipPathUnits:{type:"string"},clipRule:{type:"string"},colorInterpolation:{type:"string"},colorInterpolationFilters:{type:"string"},colorProfile:{type:"string"},colorRendering:{type:"string"},contentScriptType:{type:"string"},contentStyleType:{type:"string"},cursor:{type:"string"},cx:{type:"string"},cy:{type:"string"},d:{type:"string"},decelerate:{type:"string"},descent:{type:"string"},diffuseConstant:{type:"string"},divisor:{type:"string"},dominantBaseline:{type:"string"},dur:{type:"string"},dx:{type:"string"},dy:{type:"string"},edgeMode:{type:"string"},elevation:{type:"string"},enableBackground:{type:"string"},exponent:{type:"string"},externalResourcesRequired:{type:"string"},fill:{type:"string"},fillOpacity:{type:"string"},fillRule:{type:"string"},filterRes:{type:"string"},filterUnits:{type:"string"},floodColor:{type:"string"},floodOpacity:{type:"string"},focusable:{type:"string"},fontSizeAdjust:{type:"string"},fontStretch:{type:"string"},fontVariant:{type:"string"},format:{type:"string"},fr:{type:"string"},from:{type:"string"},fx:{type:"string"},fy:{type:"string"},g1:{type:"string"},g2:{type:"string"},glyphName:{type:"string"},glyphOrientationHorizontal:{type:"string"},glyphOrientationVertical:{type:"string"},glyphRef:{type:"string"},gradientTransform:{type:"string"},gradientUnits:{type:"string"},hanging:{type:"string"},horizAdvX:{type:"string"},horizOriginX:{type:"string"},href:{type:"string"},ideographic:{type:"string"},imageRendering:{type:"string"},in2:{type:"string"},in:{type:"string"},intercept:{type:"string"},k1:{type:"string"},k2:{type:"string"},k3:{type:"string"},k4:{type:"string"},k:{type:"string"},kernelMatrix:{type:"string"},kernelUnitLength:{type:"string"},kerning:{type:"string"},keyPoints:{type:"string"},keySplines:{type:"string"},keyTimes:{type:"string"},lengthAdjust:{type:"string"},lightingColor:{type:"string"},limitingConeAngle:{type:"string"},local:{type:"string"},markerEnd:{type:"string"},markerHeight:{type:"string"},markerMid:{type:"string"},markerStart:{type:"string"},markerUnits:{type:"string"},markerWidth:{type:"string"},maskContentUnits:{type:"string"},maskUnits:{type:"string"},mathematical:{type:"string"},mode:{type:"string"},numOctaves:{type:"string"},offset:{type:"string"},operator:{type:"string"},orient:{type:"string"},origin:{type:"string"},overlinePosition:{type:"string"},overlineThickness:{type:"string"},paintOrder:{type:"string"},panose1:{type:"string"},pathLength:{type:"string"},patternContentUnits:{type:"string"},patternTransform:{type:"string"},patternUnits:{type:"string"},pointerEvents:{type:"string"},points:{type:"string"},pointsAtX:{type:"string"},pointsAtY:{type:"string"},pointsAtZ:{type:"string"},preserveAlpha:{type:"string"},preserveAspectRatio:{type:"string"},primitiveUnits:{type:"string"},r:{type:"string"},radius:{type:"string"},refX:{type:"string"},refY:{type:"string"},renderingIntent:{type:"string"},repeatCount:{type:"string"},repeatDur:{type:"string"},requiredExtensions:{type:"string"},requiredFeatures:{type:"string"},restart:{type:"string"},result:{type:"string"},rotate:{type:"string"},rx:{type:"string"},ry:{type:"string"},scale:{type:"string"},seed:{type:"string"},shapeRendering:{type:"string"},slope:{type:"string"},spacing:{type:"string"},specularConstant:{type:"string"},specularExponent:{type:"string"},speed:{type:"string"},spreadMethod:{type:"string"},startOffset:{type:"string"},stdDeviation:{type:"string"},stemh:{type:"string"},stemv:{type:"string"},stitchTiles:{type:"string"},stopColor:{type:"string"},stopOpacity:{type:"string"},strikethroughPosition:{type:"string"},strikethroughThickness:{type:"string"},stroke:{type:"string"},strokeDasharray:{type:"string"},strokeDashoffset:{type:"string"},strokeLinecap:{type:"string"},strokeLinejoin:{type:"string"},strokeMiterlimit:{type:"string"},strokeOpacity:{type:"string"},strokeWidth:{type:"string"},surfaceScale:{type:"string"},systemLanguage:{type:"string"},tableValues:{type:"string"},targetX:{type:"string"},targetY:{type:"string"},textAnchor:{type:"string"},textLength:{type:"string"},textRendering:{type:"string"},to:{type:"string"},u1:{type:"string"},u2:{type:"string"},underlinePosition:{type:"string"},underlineThickness:{type:"string"},unicode:{type:"string"},unicodeBidi:{type:"string"},unicodeRange:{type:"string"},unitsPerEm:{type:"string"},vAlphabetic:{type:"string"},values:{type:"string"},vectorEffect:{type:"string"},version:{type:"string"},vertAdvY:{type:"string"},vertOriginX:{type:"string"},vertOriginY:{type:"string"},vHanging:{type:"string"},vIdeographic:{type:"string"},viewTarget:{type:"string"},visibility:{type:"string"},vMathematical:{type:"string"},widths:{type:"string"},wordSpacing:{type:"string"},writingMode:{type:"string"},x1:{type:"string"},x2:{type:"string"},x:{type:"string"},xChannelSelector:{type:"string"},xHeight:{type:"string"},xlinkActuate:{type:"string"},xlinkArcrole:{type:"string"},xlinkHref:{type:"string"},xlinkRole:{type:"string"},xlinkShow:{type:"string"},xlinkTitle:{type:"string"},xlinkType:{type:"string"},xmlBase:{type:"string"},xmlLang:{type:"string"},xmlns:{type:"string"},xmlnsXlink:{type:"string"},xmlSpace:{type:"string"},y1:{type:"string"},y2:{type:"string"},y:{type:"string"},yChannelSelector:{type:"string"},z:{type:"string"},zoomAndPan:{type:"string"},pathData:{type:"string"}}},Image:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string",priority:!0},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string",priority:!0},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},alt:{type:"string",priority:!0},crossOrigin:{type:"string"},src:{type:"string",priority:!0},decoding:{type:"string"},loading:{type:"string"},referrerPolicy:{type:"string"},sizes:{type:"string"},srcSet:{type:"string"},useMap:{type:"string"},objectFit:{type:"string",priority:!0},objectPosition:{type:"string"}}},Link:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},type:{type:"string"},media:{type:"string"},target:{type:"string"},href:{type:"string"},to:{type:"string"},referrerPolicy:{type:"string"},hrefLang:{type:"string"},ping:{type:"string"},rel:{type:"string"},isExternal:{type:"boolean"}}},Loader:{properties:{string:{type:"string"},area:{type:"string"},clipPath:{type:"string"},filter:{type:"string"},mask:{type:"string"},path:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},lang:{type:"string"},tabIndex:{type:"number"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},direction:{type:"string"},variation:{type:"string"},end:{type:"string"},clip:{type:"string"},crossOrigin:{type:"string"},max:{type:"string"},min:{type:"string"},name:{type:"string"},size:{type:"string"},type:{type:"string"},orientation:{type:"string"},media:{type:"string"},method:{type:"string"},target:{type:"string"},accentHeight:{type:"string"},accumulate:{type:"string"},additive:{type:"string"},alignmentBaseline:{type:"string"},allowReorder:{type:"string"},alphabetic:{type:"string"},amplitude:{type:"string"},arabicForm:{type:"string"},ascent:{type:"string"},attributeName:{type:"string"},attributeType:{type:"string"},autoReverse:{type:"string"},azimuth:{type:"string"},baseFrequency:{type:"string"},baselineShift:{type:"string"},baseProfile:{type:"string"},bbox:{type:"string"},begin:{type:"string"},bias:{type:"string"},by:{type:"string"},calcMode:{type:"string"},capHeight:{type:"string"},clipPathUnits:{type:"string"},clipRule:{type:"string"},colorInterpolation:{type:"string"},colorInterpolationFilters:{type:"string"},colorProfile:{type:"string"},colorRendering:{type:"string"},contentScriptType:{type:"string"},contentStyleType:{type:"string"},cursor:{type:"string"},cx:{type:"string"},cy:{type:"string"},d:{type:"string"},decelerate:{type:"string"},descent:{type:"string"},diffuseConstant:{type:"string"},divisor:{type:"string"},dominantBaseline:{type:"string"},dur:{type:"string"},dx:{type:"string"},dy:{type:"string"},edgeMode:{type:"string"},elevation:{type:"string"},enableBackground:{type:"string"},exponent:{type:"string"},externalResourcesRequired:{type:"string"},fill:{type:"string"},fillOpacity:{type:"string"},fillRule:{type:"string"},filterRes:{type:"string"},filterUnits:{type:"string"},floodColor:{type:"string"},floodOpacity:{type:"string"},focusable:{type:"string"},fontSizeAdjust:{type:"string"},fontStretch:{type:"string"},fontVariant:{type:"string"},format:{type:"string"},fr:{type:"string"},from:{type:"string"},fx:{type:"string"},fy:{type:"string"},g1:{type:"string"},g2:{type:"string"},glyphName:{type:"string"},glyphOrientationHorizontal:{type:"string"},glyphOrientationVertical:{type:"string"},glyphRef:{type:"string"},gradientTransform:{type:"string"},gradientUnits:{type:"string"},hanging:{type:"string"},horizAdvX:{type:"string"},horizOriginX:{type:"string"},href:{type:"string"},ideographic:{type:"string"},imageRendering:{type:"string"},in2:{type:"string"},in:{type:"string"},intercept:{type:"string"},k1:{type:"string"},k2:{type:"string"},k3:{type:"string"},k4:{type:"string"},k:{type:"string"},kernelMatrix:{type:"string"},kernelUnitLength:{type:"string"},kerning:{type:"string"},keyPoints:{type:"string"},keySplines:{type:"string"},keyTimes:{type:"string"},lengthAdjust:{type:"string"},lightingColor:{type:"string"},limitingConeAngle:{type:"string"},local:{type:"string"},markerEnd:{type:"string"},markerHeight:{type:"string"},markerMid:{type:"string"},markerStart:{type:"string"},markerUnits:{type:"string"},markerWidth:{type:"string"},maskContentUnits:{type:"string"},maskUnits:{type:"string"},mathematical:{type:"string"},mode:{type:"string"},numOctaves:{type:"string"},offset:{type:"string"},operator:{type:"string"},orient:{type:"string"},origin:{type:"string"},overlinePosition:{type:"string"},overlineThickness:{type:"string"},paintOrder:{type:"string"},panose1:{type:"string"},pathLength:{type:"string"},patternContentUnits:{type:"string"},patternTransform:{type:"string"},patternUnits:{type:"string"},pointerEvents:{type:"string"},points:{type:"string"},pointsAtX:{type:"string"},pointsAtY:{type:"string"},pointsAtZ:{type:"string"},preserveAlpha:{type:"string"},preserveAspectRatio:{type:"string"},primitiveUnits:{type:"string"},r:{type:"string"},radius:{type:"string"},refX:{type:"string"},refY:{type:"string"},renderingIntent:{type:"string"},repeatCount:{type:"string"},repeatDur:{type:"string"},requiredExtensions:{type:"string"},requiredFeatures:{type:"string"},restart:{type:"string"},result:{type:"string"},rotate:{type:"string"},rx:{type:"string"},ry:{type:"string"},scale:{type:"string"},seed:{type:"string"},shapeRendering:{type:"string"},slope:{type:"string"},spacing:{type:"string"},specularConstant:{type:"string"},specularExponent:{type:"string"},speed:{type:"string"},spreadMethod:{type:"string"},startOffset:{type:"string"},stdDeviation:{type:"string"},stemh:{type:"string"},stemv:{type:"string"},stitchTiles:{type:"string"},stopColor:{type:"string"},stopOpacity:{type:"string"},strikethroughPosition:{type:"string"},strikethroughThickness:{type:"string"},stroke:{type:"string"},strokeDasharray:{type:"string"},strokeDashoffset:{type:"string"},strokeLinecap:{type:"string"},strokeLinejoin:{type:"string"},strokeMiterlimit:{type:"string"},strokeOpacity:{type:"string"},strokeWidth:{type:"string"},surfaceScale:{type:"string"},systemLanguage:{type:"string"},tableValues:{type:"string"},targetX:{type:"string"},targetY:{type:"string"},textAnchor:{type:"string"},textLength:{type:"string"},textRendering:{type:"string"},to:{type:"string"},u1:{type:"string"},u2:{type:"string"},underlinePosition:{type:"string"},underlineThickness:{type:"string"},unicode:{type:"string"},unicodeBidi:{type:"string"},unicodeRange:{type:"string"},unitsPerEm:{type:"string"},vAlphabetic:{type:"string"},values:{type:"string"},vectorEffect:{type:"string"},version:{type:"string"},vertAdvY:{type:"string"},vertOriginX:{type:"string"},vertOriginY:{type:"string"},vHanging:{type:"string"},vIdeographic:{type:"string"},viewBox:{type:"string"},viewTarget:{type:"string"},visibility:{type:"string"},vMathematical:{type:"string"},widths:{type:"string"},wordSpacing:{type:"string"},writingMode:{type:"string"},x1:{type:"string"},x2:{type:"string"},x:{type:"string"},xChannelSelector:{type:"string"},xHeight:{type:"string"},xlinkActuate:{type:"string"},xlinkArcrole:{type:"string"},xlinkHref:{type:"string"},xlinkRole:{type:"string"},xlinkShow:{type:"string"},xlinkTitle:{type:"string"},xlinkType:{type:"string"},xmlBase:{type:"string"},xmlLang:{type:"string"},xmlns:{type:"string"},xmlnsXlink:{type:"string"},xmlSpace:{type:"string"},y1:{type:"string"},y2:{type:"string"},y:{type:"string"},yChannelSelector:{type:"string"},z:{type:"string"},zoomAndPan:{type:"string"},filledColor:{type:"string"},emptyColor:{type:"string"},percentage:{type:"number"},isDeterminate:{type:"boolean"},isPercentageTextHidden:{type:"boolean"}}},Menu:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},size:{type:"string"},menuAlign:{type:"string"},isOpen:{type:"boolean"},trigger:{type:"string"},triggerClassName:{type:"string"}}},MenuButton:{properties:{area:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},variation:{type:"string"},size:{type:"string"},type:{type:"string"},isLoading:{type:"boolean"},isFullWidth:{type:"boolean"},loadingText:{type:"string"},form:{type:"string"},slot:{type:"string"},title:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},autoFocus:{type:"boolean"},disabled:{type:"boolean"},formAction:{type:"string"},formEncType:{type:"string"},formMethod:{type:"string"},formNoValidate:{type:"boolean"},formTarget:{type:"string"},name:{type:"string"},value:{type:"string"}}},MenuItem:{properties:{children:{type:"string"},isDisabled:{type:"boolean"},isFullWidth:{type:"boolean"},isLoading:{type:"boolean"},loadingText:{type:"string"},size:{type:"string"},type:{type:"string"},variation:{type:"string"},as:{type:"string"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},area:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},key:{type:"string"}}},Pagination:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},currentPage:{type:"number",priority:!0},totalPages:{type:"number",priority:!0},siblingCount:{type:"number",priority:!0},hasMorePages:{type:"boolean"},currentPageLabel:{type:"string"},pageLabel:{type:"string"},previousLabel:{type:"string"},nextLabel:{type:"string"}}},PasswordField:{properties:{area:{type:"string"},form:{type:"string"},label:{type:"string",priority:!0},slot:{type:"string"},title:{type:"string"},pattern:{type:"string"},isDisabled:{type:"boolean",priority:!0},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string",priority:!0},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},list:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},variation:{type:"string"},required:{type:"boolean"},step:{type:"string"},accept:{type:"string"},alt:{type:"string"},autoComplete:{type:"string"},autoFocus:{type:"boolean"},capture:{type:"string"},checked:{type:"boolean"},crossOrigin:{type:"string"},disabled:{type:"boolean"},enterKeyHint:{type:"string"},formAction:{type:"string"},formEncType:{type:"string"},formMethod:{type:"string"},formNoValidate:{type:"boolean"},formTarget:{type:"string"},max:{type:"string"},maxLength:{type:"number"},min:{type:"string"},minLength:{type:"number"},multiple:{type:"boolean"},name:{type:"string"},readOnly:{type:"boolean"},size:{type:"string",priority:!0},src:{type:"string"},type:{type:"string"},value:{type:"string",priority:!0},labelHidden:{type:"boolean",priority:!0},outerEndComponent:{type:"string"},outerStartComponent:{type:"string"},innerStartComponent:{type:"string"},innerEndComponent:{type:"string"},descriptiveText:{type:"string",priority:!0},errorMessage:{type:"string"},hasError:{type:"boolean"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"},hideShowPassword:{type:"boolean",priority:!0},hidePasswordButtonLabel:{type:"string"},passwordIsHiddenLabel:{type:"string"},passwordIsShownLabel:{type:"string"},showPasswordButtonLabel:{type:"string"}}},PhoneNumberField:{properties:{area:{type:"string"},form:{type:"string"},label:{type:"string",priority:!0},slot:{type:"string"},title:{type:"string"},pattern:{type:"string"},isDisabled:{type:"boolean",priority:!0},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string",priority:!0},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},list:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},variation:{type:"string"},required:{type:"boolean"},step:{type:"string"},accept:{type:"string"},alt:{type:"string"},autoComplete:{type:"string"},autoFocus:{type:"boolean"},capture:{type:"string"},checked:{type:"boolean"},crossOrigin:{type:"string"},disabled:{type:"boolean"},enterKeyHint:{type:"string"},formAction:{type:"string"},formEncType:{type:"string"},formMethod:{type:"string"},formNoValidate:{type:"boolean"},formTarget:{type:"string"},max:{type:"string"},maxLength:{type:"number"},min:{type:"string"},minLength:{type:"number"},multiple:{type:"boolean"},name:{type:"string"},readOnly:{type:"boolean"},size:{type:"string",priority:!0},src:{type:"string"},type:{type:"string"},value:{type:"string",priority:!0},labelHidden:{type:"boolean",priority:!0},outerEndComponent:{type:"string"},outerStartComponent:{type:"string"},innerStartComponent:{type:"string"},innerEndComponent:{type:"string"},descriptiveText:{type:"string",priority:!0},errorMessage:{type:"string"},hasError:{type:"boolean"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"},defaultCountryCode:{type:"string"},defaultDialCode:{type:"string"},dialCodeLabel:{type:"string"},dialCodeName:{type:"string"},countryCodeLabel:{type:"string"},countryCodeName:{type:"string"}}},Placeholder:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},size:{type:"string"},isLoaded:{type:"boolean"}}},Radio:{properties:{area:{type:"string"},form:{type:"string"},slot:{type:"string"},title:{type:"string"},pattern:{type:"string"},isDisabled:{type:"boolean",priority:!0},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},list:{type:"string"},variation:{type:"string"},required:{type:"boolean"},step:{type:"string"},accept:{type:"string"},alt:{type:"string"},autoComplete:{type:"string"},autoFocus:{type:"boolean"},capture:{type:"string"},checked:{type:"boolean",priority:!0},crossOrigin:{type:"string"},disabled:{type:"boolean"},enterKeyHint:{type:"string"},formAction:{type:"string"},formEncType:{type:"string"},formMethod:{type:"string"},formNoValidate:{type:"boolean"},formTarget:{type:"string"},max:{type:"string"},maxLength:{type:"number"},min:{type:"string"},minLength:{type:"number"},multiple:{type:"boolean"},name:{type:"string"},readOnly:{type:"boolean"},size:{type:"string",priority:!0},src:{type:"string"},type:{type:"string"},value:{type:"string",priority:!0},hasError:{type:"boolean"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"},labelPosition:{type:"string",priority:!0}}},RadioGroupField:{properties:{area:{type:"string"},label:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},variation:{type:"string"},autoComplete:{type:"string"},checked:{type:"boolean"},enterKeyHint:{type:"string"},name:{type:"string"},size:{type:"string"},type:{type:"string"},value:{type:"string"},labelHidden:{type:"boolean"},descriptiveText:{type:"string"},errorMessage:{type:"string"},hasError:{type:"boolean"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"},labelPosition:{type:"string"}}},Rating:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},size:{type:"string",priority:!0},value:{type:"number",priority:!0},emptyColor:{type:"string",priority:!0},fillColor:{type:"string",priority:!0},maxValue:{type:"number",priority:!0}}},ScrollView:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},orientation:{type:"string"}}},SearchField:{properties:{area:{type:"string"},form:{type:"string"},label:{type:"string",priority:!0},slot:{type:"string"},title:{type:"string"},pattern:{type:"string"},isDisabled:{type:"boolean",priority:!0},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string",priority:!0},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},list:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},variation:{type:"string",priority:!0},required:{type:"boolean"},step:{type:"string"},accept:{type:"string"},alt:{type:"string"},autoComplete:{type:"string"},autoFocus:{type:"boolean"},capture:{type:"string"},checked:{type:"boolean"},crossOrigin:{type:"string"},disabled:{type:"boolean"},enterKeyHint:{type:"string"},formAction:{type:"string"},formEncType:{type:"string"},formMethod:{type:"string"},formNoValidate:{type:"boolean"},formTarget:{type:"string"},max:{type:"string"},maxLength:{type:"number"},min:{type:"string"},minLength:{type:"number"},multiple:{type:"boolean"},name:{type:"string"},readOnly:{type:"boolean"},size:{type:"string",priority:!0},src:{type:"string"},type:{type:"string"},value:{type:"string",priority:!0},hasSearchButton:{type:"boolean"},hasSearchIcon:{type:"boolean"},labelHidden:{type:"boolean",priority:!0},clearButtonLabel:{type:"string"},outerEndComponent:{type:"string"},outerStartComponent:{type:"string"},innerStartComponent:{type:"string"},innerEndComponent:{type:"string"},descriptiveText:{type:"string",priority:!0},errorMessage:{type:"string"},hasError:{type:"boolean"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"}}},SelectField:{properties:{area:{type:"string"},form:{type:"string"},label:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},variation:{type:"string"},required:{type:"boolean"},autoComplete:{type:"string"},autoFocus:{type:"boolean"},disabled:{type:"boolean"},multiple:{type:"boolean"},name:{type:"string"},size:{type:"string"},value:{type:"string"},labelHidden:{type:"boolean"},descriptiveText:{type:"string"},errorMessage:{type:"string"},hasError:{type:"boolean"},isRequired:{type:"boolean"},iconColor:{type:"string"}}},SliderField:{properties:{area:{type:"string"},label:{type:"string",priority:!0},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean",priority:!0},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"number"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string",priority:!0},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},variation:{type:"string"},step:{type:"number",priority:!0},autoComplete:{type:"string"},checked:{type:"boolean"},disabled:{type:"boolean"},enterKeyHint:{type:"string"},max:{type:"number",priority:!0},min:{type:"number",priority:!0},name:{type:"string"},size:{type:"string",priority:!0},type:{type:"string"},value:{type:"number",priority:!0},labelHidden:{type:"boolean"},outerEndComponent:{type:"string"},outerStartComponent:{type:"string"},innerStartComponent:{type:"string"},innerEndComponent:{type:"string"},descriptiveText:{type:"string",priority:!0},errorMessage:{type:"string"},hasError:{type:"boolean"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"},orientation:{type:"string",priority:!0},asChild:{type:"boolean"},minStepsBetweenThumbs:{type:"number"},isValueHidden:{type:"boolean"},trackSize:{type:"string"},emptyTrackColor:{type:"string",priority:!0},filledTrackColor:{type:"string",priority:!0},thumbColor:{type:"string",priority:!0}}},StepperField:{properties:{area:{type:"string"},form:{type:"string"},label:{type:"string",priority:!0},slot:{type:"string"},title:{type:"string"},pattern:{type:"string"},isDisabled:{type:"boolean",priority:!0},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"number"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string",priority:!0},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},list:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},variation:{type:"string",priority:!0},required:{type:"boolean"},step:{type:"number",priority:!0},accept:{type:"string"},alt:{type:"string"},autoComplete:{type:"string"},autoFocus:{type:"boolean"},capture:{type:"string"},checked:{type:"boolean"},crossOrigin:{type:"string"},disabled:{type:"boolean"},enterKeyHint:{type:"string"},formAction:{type:"string"},formEncType:{type:"string"},formMethod:{type:"string"},formNoValidate:{type:"boolean"},formTarget:{type:"string"},max:{type:"number",priority:!0},maxLength:{type:"number"},min:{type:"number",priority:!0},minLength:{type:"number"},multiple:{type:"boolean"},name:{type:"string"},readOnly:{type:"boolean"},size:{type:"string",priority:!0},src:{type:"string"},type:{type:"string"},value:{type:"number",priority:!0},labelHidden:{type:"boolean",priority:!0},outerEndComponent:{type:"string"},outerStartComponent:{type:"string"},innerStartComponent:{type:"string"},innerEndComponent:{type:"string"},descriptiveText:{type:"string",priority:!0},errorMessage:{type:"string"},hasError:{type:"boolean"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"},increaseButtonLabel:{type:"string"},decreaseButtonLabel:{type:"string"}}},SwitchField:{properties:{area:{type:"string"},label:{type:"string",priority:!0},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean",priority:!0},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string",priority:!0},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},variation:{type:"string"},autoComplete:{type:"string"},checked:{type:"boolean"},enterKeyHint:{type:"string"},name:{type:"string"},size:{type:"string",priority:!0},type:{type:"string"},value:{type:"string",priority:!0},labelHidden:{type:"boolean"},descriptiveText:{type:"string",priority:!0},errorMessage:{type:"string"},hasError:{type:"boolean"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"},labelPosition:{type:"string",priority:!0},thumbColor:{type:"string",priority:!0},isChecked:{type:"boolean",priority:!0},isLabelHidden:{type:"boolean",priority:!0},trackColor:{type:"string",priority:!0},trackCheckedColor:{type:"string",priority:!0}}},Tabs:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},spacing:{type:"string"},defaultIndex:{type:"string"},currentIndex:{type:"string"},indicatorPosition:{type:"string"}}},TabItem:{properties:{area:{type:"string"},form:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},autoFocus:{type:"boolean"},disabled:{type:"boolean"},formAction:{type:"string"},formEncType:{type:"string"},formMethod:{type:"string"},formNoValidate:{type:"boolean"},formTarget:{type:"string"},name:{type:"string"},type:{type:"string"},value:{type:"string"}}},Text:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string",priority:!0},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string",priority:!0},fontStyle:{type:"string"},fontWeight:{type:"string",priority:!0},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string",priority:!0},variation:{type:"string"},isTruncated:{type:"boolean"}}},TextAreaField:{properties:{area:{type:"string"},form:{type:"string"},label:{type:"string",priority:!0},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean",priority:!0},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string",priority:!0},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},variation:{type:"string",priority:!0},required:{type:"boolean"},autoComplete:{type:"string"},autoFocus:{type:"boolean"},disabled:{type:"boolean"},maxLength:{type:"number",priority:!0},minLength:{type:"number"},name:{type:"string"},readOnly:{type:"boolean"},size:{type:"string",priority:!0},value:{type:"string",priority:!0},labelHidden:{type:"boolean"},descriptiveText:{type:"string",priority:!0},errorMessage:{type:"string"},hasError:{type:"boolean"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"},cols:{type:"number"},dirName:{type:"string"},rows:{type:"number",priority:!0},resize:{type:"string",priority:!0}}},TextField:{properties:{area:{type:"string"},form:{type:"string"},label:{type:"string",priority:!0},slot:{type:"string"},title:{type:"string"},pattern:{type:"string"},isDisabled:{type:"boolean",priority:!0},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string",priority:!0},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},list:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},variation:{type:"string",priority:!0},required:{type:"boolean"},step:{type:"string"},accept:{type:"string"},alt:{type:"string"},autoComplete:{type:"string"},autoFocus:{type:"boolean"},capture:{type:"string"},checked:{type:"boolean"},crossOrigin:{type:"string"},disabled:{type:"boolean"},enterKeyHint:{type:"string"},formAction:{type:"string"},formEncType:{type:"string"},formMethod:{type:"string"},formNoValidate:{type:"boolean"},formTarget:{type:"string"},max:{type:"string"},maxLength:{type:"number"},min:{type:"string"},minLength:{type:"number"},multiple:{type:"boolean"},name:{type:"string"},readOnly:{type:"boolean"},size:{type:"string",priority:!0},src:{type:"string"},type:{type:"string"},value:{type:"string",priority:!0},labelHidden:{type:"boolean"},outerEndComponent:{type:"string"},outerStartComponent:{type:"string"},innerStartComponent:{type:"string"},innerEndComponent:{type:"string"},descriptiveText:{type:"string",priority:!0},errorMessage:{type:"string"},hasError:{type:"boolean"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"}}},ToggleButton:{properties:{area:{type:"string"},form:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},variation:{type:"string"},autoFocus:{type:"boolean"},disabled:{type:"boolean"},formAction:{type:"string"},formEncType:{type:"string"},formMethod:{type:"string"},formNoValidate:{type:"boolean"},formTarget:{type:"string"},name:{type:"string"},size:{type:"string"},type:{type:"string"},value:{type:"string"},isLoading:{type:"boolean"},isFullWidth:{type:"boolean"},loadingText:{type:"string"},isPressed:{type:"boolean"},defaultPressed:{type:"boolean"}}},ToggleButtonGroup:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},variation:{type:"string"},size:{type:"string"},value:{type:"string"},isExclusive:{type:"boolean"},isSelectionRequired:{type:"boolean"}}},View:{properties:{key:{type:"string"}}},VisuallyHidden:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"}}},Table:{properties:{area:{type:"string"},caption:{type:"string"},slot:{type:"string"},summary:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},variation:{type:"string"},size:{type:"string"},cellPadding:{type:"string"},cellSpacing:{type:"string"},highlightOnHover:{type:"boolean"}}},TableBody:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"}}},TableCell:{properties:{abbr:{type:"string"},area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},align:{type:"string"},colSpan:{type:"number"},headers:{type:"string"},scope:{type:"string"}}},TableFoot:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"}}},TableHead:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"}}},TableRow:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"}}}},exports.createDataStorePredicate=b,exports.findChildOverrides=(t,e)=>{if(!t)return null;const r=Object.entries(t).filter((t=>t[0].startsWith(e)));return Object.assign({},...Array.from(r,(([t,r])=>({[t.replace(e,"")]:r}))))},exports.getOverrideProps=(t,e)=>{if(!t)return null;const r=Object.entries(t).filter((([t])=>t===e)).flatMap((([,t])=>Object.entries(t))).filter((t=>null==t?void 0:t[0]));return Object.fromEntries(r)},exports.getOverridesFromVariants=function(t,e){const r=[...new Set(t.flatMap((t=>Object.keys(t.variantValues))))],i=Object.keys(e).filter((t=>r.includes(t)&&e[t])).reduce(((t,r)=>Object.assign(Object.assign({},t),{[r]:e[r]})),{});return t.filter((({variantValues:t})=>Object.keys(t).length===Object.keys(i).length&&Object.entries(t).every((([t,e])=>i[t]===e)))).reduce(((t,e)=>Object.assign(Object.assign({},t),e.overrides)),{})},exports.mergeVariantsAndOverrides=(t,e)=>{if(!t&&!e)return null;if(!e)return t;if(!t)return e;const r=new Set(Object.keys(e)),i=Object.keys(t).filter((t=>r.has(t))),n=Object.fromEntries(i.map((r=>[r,Object.assign(Object.assign({},t[r]),e[r])])));return Object.assign(Object.assign(Object.assign({},t),e),n)},exports.useAuthSignOutAction=e=>()=>n.__awaiter(void 0,void 0,void 0,(function*(){try{a.Hub.dispatch("ui",{event:"actions:auth:signout:started",data:{options:e}},"actions:auth:signout",t.AMPLIFY_SYMBOL),yield a.Auth.signOut(e),a.Hub.dispatch("ui",{event:"actions:auth:signout:finished",data:{options:e}},"actions:auth:signout",t.AMPLIFY_SYMBOL)}catch(r){a.Hub.dispatch("ui",{event:"actions:auth:signout:finished",data:{options:e,errorMessage:t.getErrorMessage(r)}},"actions:auth:signout",t.AMPLIFY_SYMBOL)}})),exports.useDataStoreBinding=function(t){return"record"===t.type?m(t):d(t)},exports.useDataStoreCollection=d,exports.useDataStoreCreateAction=({model:e,fields:r,schema:i})=>{const p=c({fields:r,modelName:e.name,schema:i});return()=>n.__awaiter(void 0,void 0,void 0,(function*(){try{a.Hub.dispatch("ui",{event:"actions:datastore:create:started",data:{fields:p}},"actions:datastore:create",t.AMPLIFY_SYMBOL);const r=yield a.DataStore.save(new e(p));a.Hub.dispatch("ui",{event:"actions:datastore:create:finished",data:{fields:p,item:r}},"actions:datastore:create",t.AMPLIFY_SYMBOL)}catch(e){a.Hub.dispatch("ui",{event:"actions:datastore:create:finished",data:{fields:p,errorMessage:t.getErrorMessage(e)}},"actions:datastore:create",t.AMPLIFY_SYMBOL)}}))},exports.useDataStoreDeleteAction=({model:e,id:r})=>()=>n.__awaiter(void 0,void 0,void 0,(function*(){try{a.Hub.dispatch("ui",{event:"actions:datastore:delete:started",data:{id:r}},"actions:datastore:delete",t.AMPLIFY_SYMBOL),yield a.DataStore.delete(e,r),a.Hub.dispatch("ui",{event:"actions:datastore:delete:finished",data:{id:r}},"actions:datastore:delete",t.AMPLIFY_SYMBOL)}catch(e){a.Hub.dispatch("ui",{event:"actions:datastore:delete:finished",data:{id:r,errorMessage:t.getErrorMessage(e)}},"actions:datastore:delete",t.AMPLIFY_SYMBOL)}})),exports.useDataStoreItem=m,exports.useDataStoreUpdateAction=({fields:e,id:r,model:i,schema:p})=>{const s=c({fields:e,modelName:i.name,schema:p});return()=>n.__awaiter(void 0,void 0,void 0,(function*(){try{a.Hub.dispatch("ui",{event:"actions:datastore:update:started",data:{fields:s,id:r}},"actions:datastore:update",t.AMPLIFY_SYMBOL);const e=yield a.DataStore.query(i,r);if(!e)throw new Error(`Error querying datastore item by id: ${r}`);const n=yield a.DataStore.save(i.copyOf(e,(t=>{Object.assign(t,s)})));a.Hub.dispatch("ui",{event:"actions:datastore:update:finished",data:{fields:s,id:r,item:n}},"actions:datastore:update",t.AMPLIFY_SYMBOL)}catch(e){a.Hub.dispatch("ui",{event:"actions:datastore:update:finished",data:{fields:s,id:r,errorMessage:t.getErrorMessage(e)}},"actions:datastore:update",t.AMPLIFY_SYMBOL)}}))},exports.useNavigateAction=e=>{const{type:r,url:i,anchor:n,target:p}=e,s=o.useMemo((()=>{switch(r){case"url":return()=>{window.open(i,p||"_self","noopener noreferrer")};case"anchor":return()=>{window.location.hash=null!=n?n:""};case"reload":return()=>{window.location.reload()};default:return()=>{console.warn('Please provide a valid navigate type. Available types are "url", "anchor" and "reload".')}}}),[n,p,r,i]);return()=>{a.Hub.dispatch("ui",{event:"actions:core:navigate:started",data:e},"actions:core:navigate",t.AMPLIFY_SYMBOL),s(),a.Hub.dispatch("ui",{event:"actions:core:navigate:finished",data:e},"actions:core:navigate",t.AMPLIFY_SYMBOL)}},exports.useStateMutationAction=e=>{const[r,i]=o.useState(e),n=o.useCallback((e=>{const n=r;a.Hub.dispatch("ui",{event:"actions:core:statemutation:started",data:{prevState:n,newState:e}},"actions:core:statemutation",t.AMPLIFY_SYMBOL),i(e),a.Hub.dispatch("ui",{event:"actions:core:statemutation:finished",data:{prevState:n,newState:e}},"actions:core:statemutation",t.AMPLIFY_SYMBOL)}),[r]);return[r,n]},exports.useStorageURL=(t,e)=>{const[r,n]=o.useState({isLoading:!0}),p=JSON.stringify(e),a=()=>{n({isLoading:!0});const r=i.Storage.get(t,e);return r.then((t=>n({url:t,isLoading:!1}))).catch((t=>n({error:t,isLoading:!1}))),()=>i.Storage.cancel(r)};return o.useEffect(a,[t,e,p]),Object.assign(Object.assign({},r),{fetch:a})};
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var t=require("./Field-1dd46eaa.js"),e=require("react"),r=require("@aws-amplify/datastore"),i=require("@aws-amplify/storage"),n=require("tslib"),p=require("aws-amplify"),a=require("@aws-amplify/ui"),s=require("classnames");function g(t){return t&&"object"==typeof t&&"default"in t?t:{default:t}}function y(t){if(t&&t.__esModule)return t;var e=Object.create(null);return t&&Object.keys(t).forEach((function(r){if("default"!==r){var i=Object.getOwnPropertyDescriptor(t,r);Object.defineProperty(e,r,i.get?i:{enumerable:!0,get:function(){return t[r]}})}})),e.default=t,Object.freeze(e)}require("@aws-amplify/core");var o=y(e),l=g(s);const d=({model:t,criteria:e,pagination:i})=>{const[n,p]=o.useState({items:[],isLoading:!1,error:void 0});return o.useEffect((()=>{p({isLoading:!0,items:[]});const n=r.DataStore.observeQuery(t,e,i).subscribe((t=>p({items:t.items,isLoading:!1})),(t=>p({items:[],error:t,isLoading:!1})));if(n)return()=>n.unsubscribe()}),[]),n},m=({model:t,id:e})=>{const[i,n]=o.useState(),[p,a]=o.useState(!1),[s,g]=o.useState();return o.useEffect((()=>{a(!0),r.DataStore.query(t,e).then(n).catch(g).finally((()=>a(!1)))}),[]),{error:s,item:i,isLoading:p}};const c="ui",u="actions",b="started",h="finished",f=`${`${u}:auth`}:signout`,x=`${f}:${b}`,S=`${f}:${h}`,w=`${u}:core`,k=`${w}:statemutation`,v=`${k}:${b}`,I=`${k}:${h}`,E=`${w}:navigate`,B=`${E}:${b}`,C=`${E}:${h}`,T=`${u}:datastore`,R=`${T}:create`,H=`${R}:${b}`,W=`${R}:${h}`,L=`${T}:delete`,z=`${L}:${b}`,M=`${L}:${h}`,D=`${T}:update`,O=`${D}:${b}`,A=`${D}:${h}`;const V=({fields:t,modelName:e,schema:r})=>o.useMemo((()=>{if(function(t,e){return!e}(0,r))return t;const i={};return Object.keys(t).forEach((n=>{var p,s,g;const y=t[n];switch(null===(g=null===(s=null===(p=null==r?void 0:r.models[e])||void 0===p?void 0:p.fields)||void 0===s?void 0:s[n])||void 0===g?void 0:g.type){case"AWSTimestamp":case"Float":i[n]=Number(y);break;case"Boolean":i[n]=Boolean(y);break;case"Int":i[n]=a.isString(y)?parseInt(y):y;break;default:i[n]=y}})),i}),[t,r,e]),F=t=>e=>t.map((t=>t(e)));const P=t=>{const{and:e,or:r,field:i,operator:n,operand:p}=t;if(Array.isArray(e)){const t=e.map((t=>P(t)));return e=>e.and(F(t))}if(Array.isArray(r)){const t=r.map((t=>P(t)));return e=>e.or(F(t))}return t=>{var e;return function(t){return!!t}(i)&&(t=>!!t)(n)&&(null===(e=null==t?void 0:t[i])||void 0===e?void 0:e[n])?t[i][n](p):t}};exports.AlertIcon=t.AlertIcon,exports.Field=t.Field,exports.IconAdd=t.IconAdd,exports.IconCheck=t.IconCheck,exports.IconCheckCircle=t.IconCheckCircle,exports.IconChevronLeft=t.IconChevronLeft,exports.IconChevronRight=t.IconChevronRight,exports.IconClose=t.IconClose,exports.IconEdit=t.IconEdit,exports.IconError=t.IconError,exports.IconExpandMore=t.IconExpandMore,exports.IconFile=t.IconFile,exports.IconIndeterminate=t.IconIndeterminate,exports.IconInfo=t.IconInfo,exports.IconMenu=t.IconMenu,exports.IconRemove=t.IconRemove,exports.IconSearch=t.IconSearch,exports.IconStar=t.IconStar,exports.IconUpload=t.IconUpload,exports.IconVisibility=t.IconVisibility,exports.IconVisibilityOff=t.IconVisibilityOff,exports.IconWarning=t.IconWarning,exports.useAuth=t.useAuth,exports.IconCheckCircleOutline=e=>{const{className:r}=e,i=n.__rest(e,["className"]);return o.createElement(t.View,Object.assign({as:"span",width:"1em",height:"1em",className:l.default(t.ComponentClassNames.Icon,r)},i))},exports.PrimitiveCatalog={Alert:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string",priority:!0},heading:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},variation:{type:"string",priority:!0},isDismissible:{type:"boolean",priority:!0},dismissButtonLabel:{type:"string"},hasIcon:{type:"boolean",priority:!0}}},Autocomplete:{properties:{area:{type:"string"},form:{type:"string"},label:{type:"string"},slot:{type:"string"},title:{type:"string"},pattern:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},list:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},variation:{type:"string"},required:{type:"boolean"},step:{type:"string"},accept:{type:"string"},alt:{type:"string"},autoComplete:{type:"string"},autoFocus:{type:"boolean"},capture:{type:"string"},checked:{type:"boolean"},crossOrigin:{type:"string"},disabled:{type:"boolean"},enterKeyHint:{type:"string"},formAction:{type:"string"},formEncType:{type:"string"},formMethod:{type:"string"},formNoValidate:{type:"boolean"},formTarget:{type:"string"},max:{type:"string"},maxLength:{type:"number"},min:{type:"string"},minLength:{type:"number"},multiple:{type:"boolean"},name:{type:"string"},readOnly:{type:"boolean"},size:{type:"string"},src:{type:"string"},type:{type:"string"},value:{type:"string"},isLoading:{type:"boolean"},hasSearchButton:{type:"boolean"},hasSearchIcon:{type:"boolean"},labelHidden:{type:"boolean"},clearButtonLabel:{type:"string"},outerEndComponent:{type:"string"},outerStartComponent:{type:"string"},innerStartComponent:{type:"string"},innerEndComponent:{type:"string"},descriptiveText:{type:"string"},errorMessage:{type:"string"},hasError:{type:"boolean"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"}}},Badge:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string",priority:!0},variation:{type:"string",priority:!0},size:{type:"string",priority:!0}}},Button:{properties:{area:{type:"string"},form:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string",priority:!0},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},variation:{type:"string",priority:!0},autoFocus:{type:"boolean"},disabled:{type:"boolean"},formAction:{type:"string"},formEncType:{type:"string"},formMethod:{type:"string"},formNoValidate:{type:"boolean"},formTarget:{type:"string"},name:{type:"string"},size:{type:"string",priority:!0},type:{type:"string"},value:{type:"string"},isLoading:{type:"boolean"},isFullWidth:{type:"boolean"},loadingText:{type:"string"}}},ButtonGroup:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},variation:{type:"string"},size:{type:"string"}}},Card:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},variation:{type:"string",priority:!0}}},CheckboxField:{properties:{area:{type:"string"},form:{type:"string"},label:{type:"string"},slot:{type:"string"},title:{type:"string"},pattern:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},list:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},variation:{type:"string"},required:{type:"boolean"},step:{type:"string"},accept:{type:"string"},alt:{type:"string"},autoComplete:{type:"string"},autoFocus:{type:"boolean"},capture:{type:"string"},checked:{type:"boolean"},crossOrigin:{type:"string"},disabled:{type:"boolean"},enterKeyHint:{type:"string"},formAction:{type:"string"},formEncType:{type:"string"},formMethod:{type:"string"},formNoValidate:{type:"boolean"},formTarget:{type:"string"},max:{type:"string"},maxLength:{type:"number"},min:{type:"string"},minLength:{type:"number"},multiple:{type:"boolean"},name:{type:"string"},readOnly:{type:"boolean"},size:{type:"string"},src:{type:"string"},type:{type:"string"},value:{type:"string"},labelHidden:{type:"boolean"},descriptiveText:{type:"string"},errorMessage:{type:"string"},hasError:{type:"boolean"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"},labelPosition:{type:"string"},isIndeterminate:{type:"boolean"}}},Collection:{properties:{type:{type:"string"},isPaginated:{type:"boolean"},itemsPerPage:{type:"number"},isSearchable:{type:"boolean"},searchLabel:{type:"string"},searchPlaceholder:{type:"string"},searchNoResultsFound:{type:"string"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},area:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},as:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"}}},Divider:{properties:{area:{type:"string"},label:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},size:{type:"string",priority:!0},orientation:{type:"string",priority:!0}}},Expander:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},type:{type:"string"},value:{type:"string"},isCollapsible:{type:"boolean"}}},ExpanderItem:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},value:{type:"string"}}},FieldGroupIcon:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},isVisible:{type:"boolean"},excludeFromTabOrder:{type:"boolean"}}},FieldGroupIconButton:{properties:{area:{type:"string"},form:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},variation:{type:"string"},autoFocus:{type:"boolean"},disabled:{type:"boolean"},formAction:{type:"string"},formEncType:{type:"string"},formMethod:{type:"string"},formNoValidate:{type:"boolean"},formTarget:{type:"string"},name:{type:"string"},size:{type:"string"},type:{type:"string"},value:{type:"string"},isVisible:{type:"boolean"},excludeFromTabOrder:{type:"boolean"}}},Flex:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},direction:{type:"string",priority:!0},wrap:{type:"string",priority:!0},alignItems:{type:"string",priority:!0},alignContent:{type:"string"},justifyContent:{type:"string",priority:!0},gap:{type:"string",priority:!0},columnGap:{type:"string"},rowGap:{type:"string"}}},Grid:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},autoColumns:{type:"string"},autoFlow:{type:"string"},autoRows:{type:"string"},templateAreas:{type:"string"},templateColumns:{type:"string"},templateRows:{type:"string"}}},Heading:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string",priority:!0},variation:{type:"string"},level:{type:"number",priority:!0},isTruncated:{type:"boolean"}}},HighlightMatch:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},query:{type:"string"}}},Icon:{properties:{string:{type:"string"},area:{type:"string"},clipPath:{type:"string"},filter:{type:"string"},mask:{type:"string"},path:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string",priority:!0},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string",priority:!0},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string",priority:!0},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},lang:{type:"string"},tabIndex:{type:"number"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},direction:{type:"string"},end:{type:"string"},clip:{type:"string"},crossOrigin:{type:"string"},max:{type:"string"},min:{type:"string"},name:{type:"string"},type:{type:"string"},orientation:{type:"string"},media:{type:"string"},method:{type:"string"},target:{type:"string"},accentHeight:{type:"string"},accumulate:{type:"string"},additive:{type:"string"},alignmentBaseline:{type:"string"},allowReorder:{type:"string"},alphabetic:{type:"string"},amplitude:{type:"string"},arabicForm:{type:"string"},ascent:{type:"string"},attributeName:{type:"string"},attributeType:{type:"string"},autoReverse:{type:"string"},azimuth:{type:"string"},baseFrequency:{type:"string"},baselineShift:{type:"string"},baseProfile:{type:"string"},bbox:{type:"string"},begin:{type:"string"},bias:{type:"string"},by:{type:"string"},calcMode:{type:"string"},capHeight:{type:"string"},clipPathUnits:{type:"string"},clipRule:{type:"string"},colorInterpolation:{type:"string"},colorInterpolationFilters:{type:"string"},colorProfile:{type:"string"},colorRendering:{type:"string"},contentScriptType:{type:"string"},contentStyleType:{type:"string"},cursor:{type:"string"},cx:{type:"string"},cy:{type:"string"},d:{type:"string"},decelerate:{type:"string"},descent:{type:"string"},diffuseConstant:{type:"string"},divisor:{type:"string"},dominantBaseline:{type:"string"},dur:{type:"string"},dx:{type:"string"},dy:{type:"string"},edgeMode:{type:"string"},elevation:{type:"string"},enableBackground:{type:"string"},exponent:{type:"string"},externalResourcesRequired:{type:"string"},fill:{type:"string"},fillOpacity:{type:"string"},fillRule:{type:"string"},filterRes:{type:"string"},filterUnits:{type:"string"},floodColor:{type:"string"},floodOpacity:{type:"string"},focusable:{type:"string"},fontSizeAdjust:{type:"string"},fontStretch:{type:"string"},fontVariant:{type:"string"},format:{type:"string"},fr:{type:"string"},from:{type:"string"},fx:{type:"string"},fy:{type:"string"},g1:{type:"string"},g2:{type:"string"},glyphName:{type:"string"},glyphOrientationHorizontal:{type:"string"},glyphOrientationVertical:{type:"string"},glyphRef:{type:"string"},gradientTransform:{type:"string"},gradientUnits:{type:"string"},hanging:{type:"string"},horizAdvX:{type:"string"},horizOriginX:{type:"string"},href:{type:"string"},ideographic:{type:"string"},imageRendering:{type:"string"},in2:{type:"string"},in:{type:"string"},intercept:{type:"string"},k1:{type:"string"},k2:{type:"string"},k3:{type:"string"},k4:{type:"string"},k:{type:"string"},kernelMatrix:{type:"string"},kernelUnitLength:{type:"string"},kerning:{type:"string"},keyPoints:{type:"string"},keySplines:{type:"string"},keyTimes:{type:"string"},lengthAdjust:{type:"string"},lightingColor:{type:"string"},limitingConeAngle:{type:"string"},local:{type:"string"},markerEnd:{type:"string"},markerHeight:{type:"string"},markerMid:{type:"string"},markerStart:{type:"string"},markerUnits:{type:"string"},markerWidth:{type:"string"},maskContentUnits:{type:"string"},maskUnits:{type:"string"},mathematical:{type:"string"},mode:{type:"string"},numOctaves:{type:"string"},offset:{type:"string"},operator:{type:"string"},orient:{type:"string"},origin:{type:"string"},overlinePosition:{type:"string"},overlineThickness:{type:"string"},paintOrder:{type:"string"},panose1:{type:"string"},pathLength:{type:"string"},patternContentUnits:{type:"string"},patternTransform:{type:"string"},patternUnits:{type:"string"},pointerEvents:{type:"string"},points:{type:"string"},pointsAtX:{type:"string"},pointsAtY:{type:"string"},pointsAtZ:{type:"string"},preserveAlpha:{type:"string"},preserveAspectRatio:{type:"string"},primitiveUnits:{type:"string"},r:{type:"string"},radius:{type:"string"},refX:{type:"string"},refY:{type:"string"},renderingIntent:{type:"string"},repeatCount:{type:"string"},repeatDur:{type:"string"},requiredExtensions:{type:"string"},requiredFeatures:{type:"string"},restart:{type:"string"},result:{type:"string"},rotate:{type:"string"},rx:{type:"string"},ry:{type:"string"},scale:{type:"string"},seed:{type:"string"},shapeRendering:{type:"string"},slope:{type:"string"},spacing:{type:"string"},specularConstant:{type:"string"},specularExponent:{type:"string"},speed:{type:"string"},spreadMethod:{type:"string"},startOffset:{type:"string"},stdDeviation:{type:"string"},stemh:{type:"string"},stemv:{type:"string"},stitchTiles:{type:"string"},stopColor:{type:"string"},stopOpacity:{type:"string"},strikethroughPosition:{type:"string"},strikethroughThickness:{type:"string"},stroke:{type:"string"},strokeDasharray:{type:"string"},strokeDashoffset:{type:"string"},strokeLinecap:{type:"string"},strokeLinejoin:{type:"string"},strokeMiterlimit:{type:"string"},strokeOpacity:{type:"string"},strokeWidth:{type:"string"},surfaceScale:{type:"string"},systemLanguage:{type:"string"},tableValues:{type:"string"},targetX:{type:"string"},targetY:{type:"string"},textAnchor:{type:"string"},textLength:{type:"string"},textRendering:{type:"string"},to:{type:"string"},u1:{type:"string"},u2:{type:"string"},underlinePosition:{type:"string"},underlineThickness:{type:"string"},unicode:{type:"string"},unicodeBidi:{type:"string"},unicodeRange:{type:"string"},unitsPerEm:{type:"string"},vAlphabetic:{type:"string"},values:{type:"string"},vectorEffect:{type:"string"},version:{type:"string"},vertAdvY:{type:"string"},vertOriginX:{type:"string"},vertOriginY:{type:"string"},vHanging:{type:"string"},vIdeographic:{type:"string"},viewTarget:{type:"string"},visibility:{type:"string"},vMathematical:{type:"string"},widths:{type:"string"},wordSpacing:{type:"string"},writingMode:{type:"string"},x1:{type:"string"},x2:{type:"string"},x:{type:"string"},xChannelSelector:{type:"string"},xHeight:{type:"string"},xlinkActuate:{type:"string"},xlinkArcrole:{type:"string"},xlinkHref:{type:"string"},xlinkRole:{type:"string"},xlinkShow:{type:"string"},xlinkTitle:{type:"string"},xlinkType:{type:"string"},xmlBase:{type:"string"},xmlLang:{type:"string"},xmlns:{type:"string"},xmlnsXlink:{type:"string"},xmlSpace:{type:"string"},y1:{type:"string"},y2:{type:"string"},y:{type:"string"},yChannelSelector:{type:"string"},z:{type:"string"},zoomAndPan:{type:"string"},pathData:{type:"string"}}},Image:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string",priority:!0},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string",priority:!0},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},alt:{type:"string",priority:!0},crossOrigin:{type:"string"},src:{type:"string",priority:!0},decoding:{type:"string"},loading:{type:"string"},referrerPolicy:{type:"string"},sizes:{type:"string"},srcSet:{type:"string"},useMap:{type:"string"},objectFit:{type:"string",priority:!0},objectPosition:{type:"string"}}},Link:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},type:{type:"string"},media:{type:"string"},target:{type:"string"},href:{type:"string"},to:{type:"string"},referrerPolicy:{type:"string"},hrefLang:{type:"string"},ping:{type:"string"},rel:{type:"string"},isExternal:{type:"boolean"}}},Loader:{properties:{string:{type:"string"},area:{type:"string"},clipPath:{type:"string"},filter:{type:"string"},mask:{type:"string"},path:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},lang:{type:"string"},tabIndex:{type:"number"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},direction:{type:"string"},variation:{type:"string"},end:{type:"string"},clip:{type:"string"},crossOrigin:{type:"string"},max:{type:"string"},min:{type:"string"},name:{type:"string"},size:{type:"string"},type:{type:"string"},orientation:{type:"string"},media:{type:"string"},method:{type:"string"},target:{type:"string"},accentHeight:{type:"string"},accumulate:{type:"string"},additive:{type:"string"},alignmentBaseline:{type:"string"},allowReorder:{type:"string"},alphabetic:{type:"string"},amplitude:{type:"string"},arabicForm:{type:"string"},ascent:{type:"string"},attributeName:{type:"string"},attributeType:{type:"string"},autoReverse:{type:"string"},azimuth:{type:"string"},baseFrequency:{type:"string"},baselineShift:{type:"string"},baseProfile:{type:"string"},bbox:{type:"string"},begin:{type:"string"},bias:{type:"string"},by:{type:"string"},calcMode:{type:"string"},capHeight:{type:"string"},clipPathUnits:{type:"string"},clipRule:{type:"string"},colorInterpolation:{type:"string"},colorInterpolationFilters:{type:"string"},colorProfile:{type:"string"},colorRendering:{type:"string"},contentScriptType:{type:"string"},contentStyleType:{type:"string"},cursor:{type:"string"},cx:{type:"string"},cy:{type:"string"},d:{type:"string"},decelerate:{type:"string"},descent:{type:"string"},diffuseConstant:{type:"string"},divisor:{type:"string"},dominantBaseline:{type:"string"},dur:{type:"string"},dx:{type:"string"},dy:{type:"string"},edgeMode:{type:"string"},elevation:{type:"string"},enableBackground:{type:"string"},exponent:{type:"string"},externalResourcesRequired:{type:"string"},fill:{type:"string"},fillOpacity:{type:"string"},fillRule:{type:"string"},filterRes:{type:"string"},filterUnits:{type:"string"},floodColor:{type:"string"},floodOpacity:{type:"string"},focusable:{type:"string"},fontSizeAdjust:{type:"string"},fontStretch:{type:"string"},fontVariant:{type:"string"},format:{type:"string"},fr:{type:"string"},from:{type:"string"},fx:{type:"string"},fy:{type:"string"},g1:{type:"string"},g2:{type:"string"},glyphName:{type:"string"},glyphOrientationHorizontal:{type:"string"},glyphOrientationVertical:{type:"string"},glyphRef:{type:"string"},gradientTransform:{type:"string"},gradientUnits:{type:"string"},hanging:{type:"string"},horizAdvX:{type:"string"},horizOriginX:{type:"string"},href:{type:"string"},ideographic:{type:"string"},imageRendering:{type:"string"},in2:{type:"string"},in:{type:"string"},intercept:{type:"string"},k1:{type:"string"},k2:{type:"string"},k3:{type:"string"},k4:{type:"string"},k:{type:"string"},kernelMatrix:{type:"string"},kernelUnitLength:{type:"string"},kerning:{type:"string"},keyPoints:{type:"string"},keySplines:{type:"string"},keyTimes:{type:"string"},lengthAdjust:{type:"string"},lightingColor:{type:"string"},limitingConeAngle:{type:"string"},local:{type:"string"},markerEnd:{type:"string"},markerHeight:{type:"string"},markerMid:{type:"string"},markerStart:{type:"string"},markerUnits:{type:"string"},markerWidth:{type:"string"},maskContentUnits:{type:"string"},maskUnits:{type:"string"},mathematical:{type:"string"},mode:{type:"string"},numOctaves:{type:"string"},offset:{type:"string"},operator:{type:"string"},orient:{type:"string"},origin:{type:"string"},overlinePosition:{type:"string"},overlineThickness:{type:"string"},paintOrder:{type:"string"},panose1:{type:"string"},pathLength:{type:"string"},patternContentUnits:{type:"string"},patternTransform:{type:"string"},patternUnits:{type:"string"},pointerEvents:{type:"string"},points:{type:"string"},pointsAtX:{type:"string"},pointsAtY:{type:"string"},pointsAtZ:{type:"string"},preserveAlpha:{type:"string"},preserveAspectRatio:{type:"string"},primitiveUnits:{type:"string"},r:{type:"string"},radius:{type:"string"},refX:{type:"string"},refY:{type:"string"},renderingIntent:{type:"string"},repeatCount:{type:"string"},repeatDur:{type:"string"},requiredExtensions:{type:"string"},requiredFeatures:{type:"string"},restart:{type:"string"},result:{type:"string"},rotate:{type:"string"},rx:{type:"string"},ry:{type:"string"},scale:{type:"string"},seed:{type:"string"},shapeRendering:{type:"string"},slope:{type:"string"},spacing:{type:"string"},specularConstant:{type:"string"},specularExponent:{type:"string"},speed:{type:"string"},spreadMethod:{type:"string"},startOffset:{type:"string"},stdDeviation:{type:"string"},stemh:{type:"string"},stemv:{type:"string"},stitchTiles:{type:"string"},stopColor:{type:"string"},stopOpacity:{type:"string"},strikethroughPosition:{type:"string"},strikethroughThickness:{type:"string"},stroke:{type:"string"},strokeDasharray:{type:"string"},strokeDashoffset:{type:"string"},strokeLinecap:{type:"string"},strokeLinejoin:{type:"string"},strokeMiterlimit:{type:"string"},strokeOpacity:{type:"string"},strokeWidth:{type:"string"},surfaceScale:{type:"string"},systemLanguage:{type:"string"},tableValues:{type:"string"},targetX:{type:"string"},targetY:{type:"string"},textAnchor:{type:"string"},textLength:{type:"string"},textRendering:{type:"string"},to:{type:"string"},u1:{type:"string"},u2:{type:"string"},underlinePosition:{type:"string"},underlineThickness:{type:"string"},unicode:{type:"string"},unicodeBidi:{type:"string"},unicodeRange:{type:"string"},unitsPerEm:{type:"string"},vAlphabetic:{type:"string"},values:{type:"string"},vectorEffect:{type:"string"},version:{type:"string"},vertAdvY:{type:"string"},vertOriginX:{type:"string"},vertOriginY:{type:"string"},vHanging:{type:"string"},vIdeographic:{type:"string"},viewBox:{type:"string"},viewTarget:{type:"string"},visibility:{type:"string"},vMathematical:{type:"string"},widths:{type:"string"},wordSpacing:{type:"string"},writingMode:{type:"string"},x1:{type:"string"},x2:{type:"string"},x:{type:"string"},xChannelSelector:{type:"string"},xHeight:{type:"string"},xlinkActuate:{type:"string"},xlinkArcrole:{type:"string"},xlinkHref:{type:"string"},xlinkRole:{type:"string"},xlinkShow:{type:"string"},xlinkTitle:{type:"string"},xlinkType:{type:"string"},xmlBase:{type:"string"},xmlLang:{type:"string"},xmlns:{type:"string"},xmlnsXlink:{type:"string"},xmlSpace:{type:"string"},y1:{type:"string"},y2:{type:"string"},y:{type:"string"},yChannelSelector:{type:"string"},z:{type:"string"},zoomAndPan:{type:"string"},filledColor:{type:"string"},emptyColor:{type:"string"},percentage:{type:"number"},isDeterminate:{type:"boolean"},isPercentageTextHidden:{type:"boolean"}}},Menu:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},size:{type:"string"},menuAlign:{type:"string"},isOpen:{type:"boolean"},trigger:{type:"string"},triggerClassName:{type:"string"}}},MenuButton:{properties:{area:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},variation:{type:"string"},size:{type:"string"},type:{type:"string"},isLoading:{type:"boolean"},isFullWidth:{type:"boolean"},loadingText:{type:"string"},form:{type:"string"},slot:{type:"string"},title:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},autoFocus:{type:"boolean"},disabled:{type:"boolean"},formAction:{type:"string"},formEncType:{type:"string"},formMethod:{type:"string"},formNoValidate:{type:"boolean"},formTarget:{type:"string"},name:{type:"string"},value:{type:"string"}}},MenuItem:{properties:{children:{type:"string"},isDisabled:{type:"boolean"},isFullWidth:{type:"boolean"},isLoading:{type:"boolean"},loadingText:{type:"string"},size:{type:"string"},type:{type:"string"},variation:{type:"string"},as:{type:"string"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},area:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},key:{type:"string"}}},Pagination:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},currentPage:{type:"number",priority:!0},totalPages:{type:"number",priority:!0},siblingCount:{type:"number",priority:!0},hasMorePages:{type:"boolean"},currentPageLabel:{type:"string"},pageLabel:{type:"string"},previousLabel:{type:"string"},nextLabel:{type:"string"}}},PasswordField:{properties:{area:{type:"string"},form:{type:"string"},label:{type:"string",priority:!0},slot:{type:"string"},title:{type:"string"},pattern:{type:"string"},isDisabled:{type:"boolean",priority:!0},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string",priority:!0},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},list:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},variation:{type:"string"},required:{type:"boolean"},step:{type:"string"},accept:{type:"string"},alt:{type:"string"},autoComplete:{type:"string"},autoFocus:{type:"boolean"},capture:{type:"string"},checked:{type:"boolean"},crossOrigin:{type:"string"},disabled:{type:"boolean"},enterKeyHint:{type:"string"},formAction:{type:"string"},formEncType:{type:"string"},formMethod:{type:"string"},formNoValidate:{type:"boolean"},formTarget:{type:"string"},max:{type:"string"},maxLength:{type:"number"},min:{type:"string"},minLength:{type:"number"},multiple:{type:"boolean"},name:{type:"string"},readOnly:{type:"boolean"},size:{type:"string",priority:!0},src:{type:"string"},type:{type:"string"},value:{type:"string",priority:!0},labelHidden:{type:"boolean",priority:!0},outerEndComponent:{type:"string"},outerStartComponent:{type:"string"},innerStartComponent:{type:"string"},innerEndComponent:{type:"string"},descriptiveText:{type:"string",priority:!0},errorMessage:{type:"string"},hasError:{type:"boolean"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"},hideShowPassword:{type:"boolean",priority:!0},hidePasswordButtonLabel:{type:"string"},passwordIsHiddenLabel:{type:"string"},passwordIsShownLabel:{type:"string"},showPasswordButtonLabel:{type:"string"}}},PhoneNumberField:{properties:{area:{type:"string"},form:{type:"string"},label:{type:"string",priority:!0},slot:{type:"string"},title:{type:"string"},pattern:{type:"string"},isDisabled:{type:"boolean",priority:!0},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string",priority:!0},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},list:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},variation:{type:"string"},required:{type:"boolean"},step:{type:"string"},accept:{type:"string"},alt:{type:"string"},autoComplete:{type:"string"},autoFocus:{type:"boolean"},capture:{type:"string"},checked:{type:"boolean"},crossOrigin:{type:"string"},disabled:{type:"boolean"},enterKeyHint:{type:"string"},formAction:{type:"string"},formEncType:{type:"string"},formMethod:{type:"string"},formNoValidate:{type:"boolean"},formTarget:{type:"string"},max:{type:"string"},maxLength:{type:"number"},min:{type:"string"},minLength:{type:"number"},multiple:{type:"boolean"},name:{type:"string"},readOnly:{type:"boolean"},size:{type:"string",priority:!0},src:{type:"string"},type:{type:"string"},value:{type:"string",priority:!0},labelHidden:{type:"boolean",priority:!0},outerEndComponent:{type:"string"},outerStartComponent:{type:"string"},innerStartComponent:{type:"string"},innerEndComponent:{type:"string"},descriptiveText:{type:"string",priority:!0},errorMessage:{type:"string"},hasError:{type:"boolean"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"},defaultCountryCode:{type:"string"},defaultDialCode:{type:"string"},dialCodeLabel:{type:"string"},dialCodeName:{type:"string"},countryCodeLabel:{type:"string"},countryCodeName:{type:"string"}}},Placeholder:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},size:{type:"string"},isLoaded:{type:"boolean"}}},Radio:{properties:{area:{type:"string"},form:{type:"string"},slot:{type:"string"},title:{type:"string"},pattern:{type:"string"},isDisabled:{type:"boolean",priority:!0},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},list:{type:"string"},variation:{type:"string"},required:{type:"boolean"},step:{type:"string"},accept:{type:"string"},alt:{type:"string"},autoComplete:{type:"string"},autoFocus:{type:"boolean"},capture:{type:"string"},checked:{type:"boolean",priority:!0},crossOrigin:{type:"string"},disabled:{type:"boolean"},enterKeyHint:{type:"string"},formAction:{type:"string"},formEncType:{type:"string"},formMethod:{type:"string"},formNoValidate:{type:"boolean"},formTarget:{type:"string"},max:{type:"string"},maxLength:{type:"number"},min:{type:"string"},minLength:{type:"number"},multiple:{type:"boolean"},name:{type:"string"},readOnly:{type:"boolean"},size:{type:"string",priority:!0},src:{type:"string"},type:{type:"string"},value:{type:"string",priority:!0},hasError:{type:"boolean"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"},labelPosition:{type:"string",priority:!0}}},RadioGroupField:{properties:{area:{type:"string"},label:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},variation:{type:"string"},autoComplete:{type:"string"},checked:{type:"boolean"},enterKeyHint:{type:"string"},name:{type:"string"},size:{type:"string"},type:{type:"string"},value:{type:"string"},labelHidden:{type:"boolean"},descriptiveText:{type:"string"},errorMessage:{type:"string"},hasError:{type:"boolean"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"},labelPosition:{type:"string"}}},Rating:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},size:{type:"string",priority:!0},value:{type:"number",priority:!0},emptyColor:{type:"string",priority:!0},fillColor:{type:"string",priority:!0},maxValue:{type:"number",priority:!0}}},ScrollView:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},orientation:{type:"string"}}},SearchField:{properties:{area:{type:"string"},form:{type:"string"},label:{type:"string",priority:!0},slot:{type:"string"},title:{type:"string"},pattern:{type:"string"},isDisabled:{type:"boolean",priority:!0},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string",priority:!0},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},list:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},variation:{type:"string",priority:!0},required:{type:"boolean"},step:{type:"string"},accept:{type:"string"},alt:{type:"string"},autoComplete:{type:"string"},autoFocus:{type:"boolean"},capture:{type:"string"},checked:{type:"boolean"},crossOrigin:{type:"string"},disabled:{type:"boolean"},enterKeyHint:{type:"string"},formAction:{type:"string"},formEncType:{type:"string"},formMethod:{type:"string"},formNoValidate:{type:"boolean"},formTarget:{type:"string"},max:{type:"string"},maxLength:{type:"number"},min:{type:"string"},minLength:{type:"number"},multiple:{type:"boolean"},name:{type:"string"},readOnly:{type:"boolean"},size:{type:"string",priority:!0},src:{type:"string"},type:{type:"string"},value:{type:"string",priority:!0},hasSearchButton:{type:"boolean"},hasSearchIcon:{type:"boolean"},labelHidden:{type:"boolean",priority:!0},clearButtonLabel:{type:"string"},outerEndComponent:{type:"string"},outerStartComponent:{type:"string"},innerStartComponent:{type:"string"},innerEndComponent:{type:"string"},descriptiveText:{type:"string",priority:!0},errorMessage:{type:"string"},hasError:{type:"boolean"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"}}},SelectField:{properties:{area:{type:"string"},form:{type:"string"},label:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},variation:{type:"string"},required:{type:"boolean"},autoComplete:{type:"string"},autoFocus:{type:"boolean"},disabled:{type:"boolean"},multiple:{type:"boolean"},name:{type:"string"},size:{type:"string"},value:{type:"string"},labelHidden:{type:"boolean"},descriptiveText:{type:"string"},errorMessage:{type:"string"},hasError:{type:"boolean"},isRequired:{type:"boolean"},iconColor:{type:"string"}}},SliderField:{properties:{area:{type:"string"},label:{type:"string",priority:!0},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean",priority:!0},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"number"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string",priority:!0},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},variation:{type:"string"},step:{type:"number",priority:!0},autoComplete:{type:"string"},checked:{type:"boolean"},disabled:{type:"boolean"},enterKeyHint:{type:"string"},max:{type:"number",priority:!0},min:{type:"number",priority:!0},name:{type:"string"},size:{type:"string",priority:!0},type:{type:"string"},value:{type:"number",priority:!0},labelHidden:{type:"boolean"},outerEndComponent:{type:"string"},outerStartComponent:{type:"string"},innerStartComponent:{type:"string"},innerEndComponent:{type:"string"},descriptiveText:{type:"string",priority:!0},errorMessage:{type:"string"},hasError:{type:"boolean"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"},orientation:{type:"string",priority:!0},asChild:{type:"boolean"},minStepsBetweenThumbs:{type:"number"},isValueHidden:{type:"boolean"},trackSize:{type:"string"},emptyTrackColor:{type:"string",priority:!0},filledTrackColor:{type:"string",priority:!0},thumbColor:{type:"string",priority:!0}}},StepperField:{properties:{area:{type:"string"},form:{type:"string"},label:{type:"string",priority:!0},slot:{type:"string"},title:{type:"string"},pattern:{type:"string"},isDisabled:{type:"boolean",priority:!0},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"number"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string",priority:!0},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},list:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},variation:{type:"string",priority:!0},required:{type:"boolean"},step:{type:"number",priority:!0},accept:{type:"string"},alt:{type:"string"},autoComplete:{type:"string"},autoFocus:{type:"boolean"},capture:{type:"string"},checked:{type:"boolean"},crossOrigin:{type:"string"},disabled:{type:"boolean"},enterKeyHint:{type:"string"},formAction:{type:"string"},formEncType:{type:"string"},formMethod:{type:"string"},formNoValidate:{type:"boolean"},formTarget:{type:"string"},max:{type:"number",priority:!0},maxLength:{type:"number"},min:{type:"number",priority:!0},minLength:{type:"number"},multiple:{type:"boolean"},name:{type:"string"},readOnly:{type:"boolean"},size:{type:"string",priority:!0},src:{type:"string"},type:{type:"string"},value:{type:"number",priority:!0},labelHidden:{type:"boolean",priority:!0},outerEndComponent:{type:"string"},outerStartComponent:{type:"string"},innerStartComponent:{type:"string"},innerEndComponent:{type:"string"},descriptiveText:{type:"string",priority:!0},errorMessage:{type:"string"},hasError:{type:"boolean"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"},increaseButtonLabel:{type:"string"},decreaseButtonLabel:{type:"string"}}},SwitchField:{properties:{area:{type:"string"},label:{type:"string",priority:!0},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean",priority:!0},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string",priority:!0},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},variation:{type:"string"},autoComplete:{type:"string"},checked:{type:"boolean"},enterKeyHint:{type:"string"},name:{type:"string"},size:{type:"string",priority:!0},type:{type:"string"},value:{type:"string",priority:!0},labelHidden:{type:"boolean"},descriptiveText:{type:"string",priority:!0},errorMessage:{type:"string"},hasError:{type:"boolean"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"},labelPosition:{type:"string",priority:!0},thumbColor:{type:"string",priority:!0},isChecked:{type:"boolean",priority:!0},isLabelHidden:{type:"boolean",priority:!0},trackColor:{type:"string",priority:!0},trackCheckedColor:{type:"string",priority:!0}}},Tabs:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},spacing:{type:"string"},defaultIndex:{type:"string"},currentIndex:{type:"string"},indicatorPosition:{type:"string"}}},TabItem:{properties:{area:{type:"string"},form:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},autoFocus:{type:"boolean"},disabled:{type:"boolean"},formAction:{type:"string"},formEncType:{type:"string"},formMethod:{type:"string"},formNoValidate:{type:"boolean"},formTarget:{type:"string"},name:{type:"string"},type:{type:"string"},value:{type:"string"}}},Text:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string",priority:!0},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string",priority:!0},fontStyle:{type:"string"},fontWeight:{type:"string",priority:!0},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string",priority:!0},variation:{type:"string"},isTruncated:{type:"boolean"}}},TextAreaField:{properties:{area:{type:"string"},form:{type:"string"},label:{type:"string",priority:!0},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean",priority:!0},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string",priority:!0},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},variation:{type:"string",priority:!0},required:{type:"boolean"},autoComplete:{type:"string"},autoFocus:{type:"boolean"},disabled:{type:"boolean"},maxLength:{type:"number",priority:!0},minLength:{type:"number"},name:{type:"string"},readOnly:{type:"boolean"},size:{type:"string",priority:!0},value:{type:"string",priority:!0},labelHidden:{type:"boolean"},descriptiveText:{type:"string",priority:!0},errorMessage:{type:"string"},hasError:{type:"boolean"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"},cols:{type:"number"},dirName:{type:"string"},rows:{type:"number",priority:!0},resize:{type:"string",priority:!0}}},TextField:{properties:{area:{type:"string"},form:{type:"string"},label:{type:"string",priority:!0},slot:{type:"string"},title:{type:"string"},pattern:{type:"string"},isDisabled:{type:"boolean",priority:!0},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string",priority:!0},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},list:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},variation:{type:"string",priority:!0},required:{type:"boolean"},step:{type:"string"},accept:{type:"string"},alt:{type:"string"},autoComplete:{type:"string"},autoFocus:{type:"boolean"},capture:{type:"string"},checked:{type:"boolean"},crossOrigin:{type:"string"},disabled:{type:"boolean"},enterKeyHint:{type:"string"},formAction:{type:"string"},formEncType:{type:"string"},formMethod:{type:"string"},formNoValidate:{type:"boolean"},formTarget:{type:"string"},max:{type:"string"},maxLength:{type:"number"},min:{type:"string"},minLength:{type:"number"},multiple:{type:"boolean"},name:{type:"string"},readOnly:{type:"boolean"},size:{type:"string",priority:!0},src:{type:"string"},type:{type:"string"},value:{type:"string",priority:!0},labelHidden:{type:"boolean"},outerEndComponent:{type:"string"},outerStartComponent:{type:"string"},innerStartComponent:{type:"string"},innerEndComponent:{type:"string"},descriptiveText:{type:"string",priority:!0},errorMessage:{type:"string"},hasError:{type:"boolean"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"}}},ToggleButton:{properties:{area:{type:"string"},form:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},variation:{type:"string"},autoFocus:{type:"boolean"},disabled:{type:"boolean"},formAction:{type:"string"},formEncType:{type:"string"},formMethod:{type:"string"},formNoValidate:{type:"boolean"},formTarget:{type:"string"},name:{type:"string"},size:{type:"string"},type:{type:"string"},value:{type:"string"},isLoading:{type:"boolean"},isFullWidth:{type:"boolean"},loadingText:{type:"string"},isPressed:{type:"boolean"},defaultPressed:{type:"boolean"}}},ToggleButtonGroup:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},variation:{type:"string"},size:{type:"string"},value:{type:"string"},isExclusive:{type:"boolean"},isSelectionRequired:{type:"boolean"}}},View:{properties:{key:{type:"string"}}},VisuallyHidden:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"}}},Table:{properties:{area:{type:"string"},caption:{type:"string"},slot:{type:"string"},summary:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},variation:{type:"string"},size:{type:"string"},cellPadding:{type:"string"},cellSpacing:{type:"string"},highlightOnHover:{type:"boolean"}}},TableBody:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"}}},TableCell:{properties:{abbr:{type:"string"},area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},align:{type:"string"},colSpan:{type:"number"},headers:{type:"string"},scope:{type:"string"}}},TableFoot:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"}}},TableHead:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"}}},TableRow:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},inert:{type:"boolean"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"}}}},exports.createDataStorePredicate=P,exports.findChildOverrides=(t,e)=>{if(!t)return null;const r=Object.entries(t).filter((t=>t[0].startsWith(e)));return Object.assign({},...Array.from(r,(([t,r])=>({[t.replace(e,"")]:r}))))},exports.getOverrideProps=(t,e)=>{if(!t)return null;const r=Object.entries(t).filter((([t])=>t===e)).flatMap((([,t])=>Object.entries(t))).filter((t=>null==t?void 0:t[0]));return Object.fromEntries(r)},exports.getOverridesFromVariants=function(t,e){const r=[...new Set(t.flatMap((t=>Object.keys(t.variantValues))))],i=Object.keys(e).filter((t=>r.includes(t)&&e[t])).reduce(((t,r)=>Object.assign(Object.assign({},t),{[r]:e[r]})),{});return t.filter((({variantValues:t})=>Object.keys(t).length===Object.keys(i).length&&Object.entries(t).every((([t,e])=>i[t]===e)))).reduce(((t,e)=>Object.assign(Object.assign({},t),e.overrides)),{})},exports.mergeVariantsAndOverrides=(t,e)=>{if(!t&&!e)return null;if(!e)return t;if(!t)return e;const r=new Set(Object.keys(e)),i=Object.keys(t).filter((t=>r.has(t))),n=Object.fromEntries(i.map((r=>[r,Object.assign(Object.assign({},t[r]),e[r])])));return Object.assign(Object.assign(Object.assign({},t),e),n)},exports.useAuthSignOutAction=e=>()=>n.__awaiter(void 0,void 0,void 0,(function*(){try{p.Hub.dispatch(c,{event:x,data:{options:e}},f,t.AMPLIFY_SYMBOL),yield p.Auth.signOut(e),p.Hub.dispatch(c,{event:S,data:{options:e}},f,t.AMPLIFY_SYMBOL)}catch(r){p.Hub.dispatch(c,{event:S,data:{options:e,errorMessage:t.getErrorMessage(r)}},f,t.AMPLIFY_SYMBOL)}})),exports.useDataStoreBinding=function(t){return"record"===t.type?m(t):d(t)},exports.useDataStoreCollection=d,exports.useDataStoreCreateAction=({model:e,fields:r,schema:i})=>{const a=V({fields:r,modelName:e.name,schema:i});return()=>n.__awaiter(void 0,void 0,void 0,(function*(){try{p.Hub.dispatch(c,{event:H,data:{fields:a}},R,t.AMPLIFY_SYMBOL);const r=yield p.DataStore.save(new e(a));p.Hub.dispatch(c,{event:W,data:{fields:a,item:r}},R,t.AMPLIFY_SYMBOL)}catch(e){p.Hub.dispatch(c,{event:W,data:{fields:a,errorMessage:t.getErrorMessage(e)}},R,t.AMPLIFY_SYMBOL)}}))},exports.useDataStoreDeleteAction=({model:e,id:r})=>()=>n.__awaiter(void 0,void 0,void 0,(function*(){try{p.Hub.dispatch(c,{event:z,data:{id:r}},L,t.AMPLIFY_SYMBOL),yield p.DataStore.delete(e,r),p.Hub.dispatch(c,{event:M,data:{id:r}},L,t.AMPLIFY_SYMBOL)}catch(e){p.Hub.dispatch(c,{event:M,data:{id:r,errorMessage:t.getErrorMessage(e)}},L,t.AMPLIFY_SYMBOL)}})),exports.useDataStoreItem=m,exports.useDataStoreUpdateAction=({fields:e,id:r,model:i,schema:a})=>{const s=V({fields:e,modelName:i.name,schema:a});return()=>n.__awaiter(void 0,void 0,void 0,(function*(){try{p.Hub.dispatch(c,{event:O,data:{fields:s,id:r}},D,t.AMPLIFY_SYMBOL);const e=yield p.DataStore.query(i,r);if(!e)throw new Error(`Error querying datastore item by id: ${r}`);const n=yield p.DataStore.save(i.copyOf(e,(t=>{Object.assign(t,s)})));p.Hub.dispatch(c,{event:A,data:{fields:s,id:r,item:n}},D,t.AMPLIFY_SYMBOL)}catch(e){p.Hub.dispatch(c,{event:A,data:{fields:s,id:r,errorMessage:t.getErrorMessage(e)}},D,t.AMPLIFY_SYMBOL)}}))},exports.useNavigateAction=e=>{const{type:r,url:i,anchor:n,target:a}=e,s=o.useMemo((()=>{switch(r){case"url":return()=>{window.open(i,a||"_self","noopener noreferrer")};case"anchor":return()=>{window.location.hash=null!=n?n:""};case"reload":return()=>{window.location.reload()};default:return()=>{console.warn('Please provide a valid navigate type. Available types are "url", "anchor" and "reload".')}}}),[n,a,r,i]);return()=>{p.Hub.dispatch(c,{event:B,data:e},E,t.AMPLIFY_SYMBOL),s(),p.Hub.dispatch(c,{event:C,data:e},E,t.AMPLIFY_SYMBOL)}},exports.useStateMutationAction=e=>{const[r,i]=o.useState(e),n=o.useCallback((e=>{const n=r;p.Hub.dispatch(c,{event:v,data:{prevState:n,newState:e}},k,t.AMPLIFY_SYMBOL),i(e),p.Hub.dispatch(c,{event:I,data:{prevState:n,newState:e}},k,t.AMPLIFY_SYMBOL)}),[r]);return[r,n]},exports.useStorageURL=(t,e)=>{const[r,n]=o.useState({isLoading:!0}),p=JSON.stringify(e),a=()=>{n({isLoading:!0});const r=i.Storage.get(t,e);return r.then((t=>n({url:t,isLoading:!1}))).catch((t=>n({error:t,isLoading:!1}))),()=>i.Storage.cancel(r)};return o.useEffect(a,[t,e,p]),Object.assign(Object.assign({},r),{fetch:a})},exports.useThemeBreakpoint=()=>{const{breakpoints:{values:e,defaultBreakpoint:r}}=t.useTheme();return t.useBreakpoint({breakpoints:e,defaultBreakpoint:r})};