@aws-amplify/ui-react 3.2.0 → 3.2.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 (38) hide show
  1. package/dist/IconWarning-2a211ab8.js +1 -0
  2. package/dist/esm/PrimitiveCatalog.js +1 -1
  3. package/dist/esm/hooks/useBreakpointValue.js +1 -1
  4. package/dist/esm/primitives/Alert/Alert.js +1 -1
  5. package/dist/esm/primitives/Checkbox/Checkbox.js +1 -1
  6. package/dist/esm/primitives/CheckboxField/CheckboxField.js +1 -1
  7. package/dist/esm/primitives/Pagination/PaginationItem.js +1 -1
  8. package/dist/esm/primitives/PasswordField/PasswordField.js +1 -1
  9. package/dist/esm/primitives/PasswordField/ShowPasswordButton.js +1 -1
  10. package/dist/esm/primitives/StepperField/StepperField.js +1 -1
  11. package/dist/esm/primitives/shared/constants.js +1 -1
  12. package/dist/esm/primitives/shared/responsive/getMediaQueries.js +1 -1
  13. package/dist/esm/primitives/shared/responsive/utils.js +1 -1
  14. package/dist/esm/primitives/shared/styleUtils.js +1 -1
  15. package/dist/esm/primitives/shared/types.js +1 -0
  16. package/dist/esm/primitives/shared/utils.js +1 -1
  17. package/dist/esm/primitives/utils/testUtils.js +1 -1
  18. package/dist/esm/primitives/utils/useLayoutEffect.js +1 -1
  19. package/dist/index.js +1 -1
  20. package/dist/internal.js +1 -1
  21. package/dist/primitives.json +9 -0
  22. package/dist/styles.css +13 -13
  23. package/dist/types/primitives/Alert/Alert.d.ts +1 -1
  24. package/dist/types/primitives/PasswordField/PasswordField.d.ts +1 -1
  25. package/dist/types/primitives/PasswordField/ShowPasswordButton.d.ts +1 -1
  26. package/dist/types/primitives/shared/constants.d.ts +14 -544
  27. package/dist/types/primitives/shared/responsive/utils.d.ts +7 -1
  28. package/dist/types/primitives/shared/styleUtils.d.ts +12 -6
  29. package/dist/types/primitives/shared/types.d.ts +130 -0
  30. package/dist/types/primitives/shared/utils.d.ts +12 -11
  31. package/dist/types/primitives/types/alert.d.ts +5 -0
  32. package/dist/types/primitives/types/passwordField.d.ts +32 -0
  33. package/dist/types/primitives/types/style.d.ts +4 -0
  34. package/dist/types/primitives/types/theme.d.ts +2 -48
  35. package/dist/types/primitives/utils/testUtils.d.ts +2 -2
  36. package/package.json +2 -2
  37. package/dist/IconWarning-227761f5.js +0 -1
  38. package/dist/esm/primitives/types/theme.js +0 -1
package/dist/internal.js CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var t=require("react"),e=require("@aws-amplify/auth"),r=require("@aws-amplify/core"),i=require("@aws-amplify/datastore"),n=require("@aws-amplify/storage"),p=require("./IconWarning-227761f5.js"),a=require("react/jsx-runtime"),s=require("classnames"),g=require("aws-amplify");function y(t){return t&&"object"==typeof t&&"default"in t?t:{default:t}}function o(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("lodash/isEmpty"),require("lodash/isArray"),require("lodash/isObject"),require("@aws-amplify/ui");var l=o(t),d=y(e),m=y(s);const c=({model:t,criteria:e,pagination:r})=>{const[n,p]=l.useState({items:[],isLoading:!1,error:void 0});return l.useEffect((()=>{p({isLoading:!0,items:[]});const n=i.DataStore.observeQuery(t,e,r).subscribe((t=>p({items:t.items,isLoading:!1})),(t=>p({items:[],error:t,isLoading:!1})));if(n)return()=>n.unsubscribe()}),[]),n},u=({model:t,id:e})=>{const[r,n]=l.useState(),[p,a]=l.useState(!1),[s,g]=l.useState();return l.useEffect((()=>{a(!0),i.DataStore.query(t,e).then(n).catch(g).finally((()=>a(!1)))}),[]),{error:s,item:r,isLoading:p}};const b="undefined"!=typeof Symbol&&"function"==typeof Symbol.for?Symbol.for("amplify_default"):"@@amplify_default";const h=({fields:t,modelName:e,schema:r})=>l.useMemo((()=>{if(function(t,e){return!e}(0,r))return t;const i={};return Object.keys(t).forEach((n=>{var p,a,s;const g=t[n];switch(null===(s=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===s?void 0:s.type){case"AWSTimestamp":case"Float":i[n]=Number(g);break;case"Boolean":i[n]=Boolean(g);break;case"Int":i[n]=parseInt(g);break;default:i[n]=g}})),i}),[t,r,e]),f=t=>t.reduce(((t,e)=>r=>e(t(r))),(t=>t)),x=t=>{const{and:e,or:r,field:i,operator:n,operand:a}=t;if(Array.isArray(e)){const t=e.map((t=>x(t)));return e=>e.and(f(t))}if(Array.isArray(r)){const t=r.map((t=>x(t)));return e=>e.or(f(t))}return t=>p.isFunction(t[i])?t[i].call(t,n,a):t};exports.IconAdd=p.IconAdd,exports.IconCheck=p.IconCheck,exports.IconCheckCircle=p.IconCheckCircle,exports.IconChevronLeft=p.IconChevronLeft,exports.IconChevronRight=p.IconChevronRight,exports.IconClose=p.IconClose,exports.IconError=p.IconError,exports.IconExpandMore=p.IconExpandMore,exports.IconInfo=p.IconInfo,exports.IconMenu=p.IconMenu,exports.IconRemove=p.IconRemove,exports.IconSearch=p.IconSearch,exports.IconStar=p.IconStar,exports.IconVisibility=p.IconVisibility,exports.IconVisibilityOff=p.IconVisibilityOff,exports.IconWarning=p.IconWarning,exports.findChildOverrides=p.findChildOverrides,exports.getOverrideProps=p.getOverrideProps,exports.getOverridesFromVariants=p.getOverridesFromVariants,exports.mergeVariantsAndOverrides=p.mergeVariantsAndOverrides,exports.IconCheckCircleOutline=t=>{const{className:e}=t,r=p.__rest(t,["className"]);return a.jsx(p.View,Object.assign({as:"span",width:"1em",height:"1em",className:m.default(p.ComponentClassNames.Icon,e)},r))},exports.IconFiberManualRecord=t=>{const{className:e}=t,r=p.__rest(t,["className"]);return a.jsx(p.View,Object.assign({as:"span",width:"1em",height:"1em",className:m.default(p.ComponentClassNames.Icon,e)},r))},exports.IconHighlightOff=t=>{const{className:e}=t,r=p.__rest(t,["className"]);return a.jsx(p.View,Object.assign({as:"span",width:"1em",height:"1em",className:m.default(p.ComponentClassNames.Icon,e)},r))},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"},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},hasIcon:{type:"boolean",priority:!0}}},Badge:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{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"},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"},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},size:{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"},type:{type:"string"},value:{type:"string"},isFullWidth:{type:"boolean"},isLoading:{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"},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"},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"},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"},step:{type:"string"},size:{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"},accept:{type:"string"},alt:{type:"string"},autoComplete:{type:"string"},capture:{type:"string"},checked:{type:"boolean"},crossOrigin:{type:"string"},enterKeyHint:{type:"string"},max:{type:"string"},maxLength:{type:"number"},min:{type:"string"},minLength:{type:"number"},multiple:{type:"boolean"},readOnly:{type:"boolean"},required:{type:"boolean"},src:{type:"string"},labelHidden:{type:"boolean"},labelPosition:{type:"string"},hasError:{type:"boolean"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"},descriptiveText:{type:"string"},errorMessage:{type:"string"}}},Collection:{properties:{type:{type:"string"},isPaginated:{type:"boolean"},itemsPerPage:{type:"number"},isSearchable:{type:"boolean"},searchLabel:{type:"string"},searchPlaceholder:{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"},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"},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"},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"},disabled:{type:"boolean"},type:{type:"string"},value:{type:"string"},asChild:{type:"boolean"},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"},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"},disabled:{type:"boolean"},value:{type:"string"},asChild:{type:"boolean"}}},FieldGroupIcon:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{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"},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"},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"},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"},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"},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"},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"},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"}}},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"},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"},name:{type:"string"},type:{type:"string"},crossOrigin:{type:"string"},max:{type:"string"},min:{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"},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"},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"},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"},size:{type:"string"},name:{type:"string"},type:{type:"string"},crossOrigin:{type:"string"},max:{type:"string"},min:{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"},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"},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"},isFullWidth:{type:"boolean"},isLoading:{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"},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"},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"},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"},step:{type:"string"},size:{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"},type:{type:"string"},value:{type:"string",priority:!0},accept:{type:"string"},alt:{type:"string"},autoComplete:{type:"string"},capture:{type:"string"},checked:{type:"boolean"},crossOrigin:{type:"string"},enterKeyHint:{type:"string"},max:{type:"string"},maxLength:{type:"number"},min:{type:"string"},minLength:{type:"number"},multiple:{type:"boolean"},readOnly:{type:"boolean"},required:{type:"boolean"},src:{type:"string"},labelHidden:{type:"boolean",priority:!0},hasError:{type:"boolean"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"},descriptiveText:{type:"string",priority:!0},errorMessage:{type:"string"},hideShowPassword:{type:"boolean",priority:!0},hidePasswordButtonLabel:{type:"string"},showPasswordButtonLabel:{type:"string"},outerEndComponent:{type:"string"},outerStartComponent:{type:"string"},innerStartComponent:{type:"string"},innerEndComponent:{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"},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"},step:{type:"string"},size:{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"},type:{type:"string"},value:{type:"string",priority:!0},accept:{type:"string"},alt:{type:"string"},autoComplete:{type:"string"},capture:{type:"string"},checked:{type:"boolean"},crossOrigin:{type:"string"},enterKeyHint:{type:"string"},max:{type:"string"},maxLength:{type:"number"},min:{type:"string"},minLength:{type:"number"},multiple:{type:"boolean"},readOnly:{type:"boolean"},required:{type:"boolean"},src:{type:"string"},labelHidden:{type:"boolean",priority:!0},hasError:{type:"boolean"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"},descriptiveText:{type:"string",priority:!0},errorMessage:{type:"string"},outerEndComponent:{type:"string"},outerStartComponent:{type:"string"},innerStartComponent:{type:"string"},innerEndComponent:{type:"string"},countryCodeLabel:{type:"string"},countryCodeName:{type:"string"},defaultCountryCode:{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"},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"},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"},step:{type:"string"},size:{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"},type:{type:"string"},value:{type:"string",priority:!0},accept:{type:"string"},alt:{type:"string"},autoComplete:{type:"string"},capture:{type:"string"},checked:{type:"boolean",priority:!0},crossOrigin:{type:"string"},enterKeyHint:{type:"string"},max:{type:"string"},maxLength:{type:"number"},min:{type:"string"},minLength:{type:"number"},multiple:{type:"boolean"},readOnly:{type:"boolean"},required:{type:"boolean"},src:{type:"string"},labelPosition:{type:"string",priority:!0},hasError:{type:"boolean"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"}}},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"},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"},name:{type:"string"},type:{type:"string"},value:{type:"string"},autoComplete:{type:"string"},checked:{type:"boolean"},enterKeyHint:{type:"string"},labelHidden:{type:"boolean"},labelPosition:{type:"string"},hasError:{type:"boolean"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"},descriptiveText:{type:"string"},errorMessage:{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"},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"},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"},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},step:{type:"string"},size:{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"},type:{type:"string"},value:{type:"string",priority:!0},accept:{type:"string"},alt:{type:"string"},autoComplete:{type:"string"},capture:{type:"string"},checked:{type:"boolean"},crossOrigin:{type:"string"},enterKeyHint:{type:"string"},max:{type:"string"},maxLength:{type:"number"},min:{type:"string"},minLength:{type:"number"},multiple:{type:"boolean"},readOnly:{type:"boolean"},required:{type:"boolean"},src:{type:"string"},labelHidden:{type:"boolean",priority:!0},hasError:{type:"boolean"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"},descriptiveText:{type:"string",priority:!0},errorMessage:{type:"string"},outerEndComponent:{type:"string"},outerStartComponent:{type:"string"},innerStartComponent:{type:"string"},innerEndComponent:{type:"string"},clearButtonLabel:{type:"string"}}},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"},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"},autoFocus:{type:"boolean"},disabled:{type:"boolean"},name:{type:"string"},value:{type:"string"},autoComplete:{type:"string"},multiple:{type:"boolean"},required:{type:"boolean"},labelHidden:{type:"boolean"},hasError:{type:"boolean"},isRequired:{type:"boolean"},descriptiveText:{type:"string"},errorMessage:{type:"string"},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"},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},size:{type:"string",priority:!0},disabled:{type:"boolean"},name:{type:"string"},type:{type:"string"},value:{type:"number",priority:!0},autoComplete:{type:"string"},checked:{type:"boolean"},enterKeyHint:{type:"string"},max:{type:"number",priority:!0},min:{type:"number",priority:!0},labelHidden:{type:"boolean"},hasError:{type:"boolean"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"},descriptiveText:{type:"string",priority:!0},errorMessage:{type:"string"},orientation:{type:"string",priority:!0},asChild:{type:"boolean"},outerEndComponent:{type:"string"},outerStartComponent:{type:"string"},innerStartComponent:{type:"string"},innerEndComponent:{type:"string"},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"},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},step:{type:"number",priority:!0},size:{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"},type:{type:"string"},value:{type:"number",priority:!0},accept:{type:"string"},alt:{type:"string"},autoComplete:{type:"string"},capture:{type:"string"},checked:{type:"boolean"},crossOrigin:{type:"string"},enterKeyHint:{type:"string"},max:{type:"number",priority:!0},maxLength:{type:"number"},min:{type:"number",priority:!0},minLength:{type:"number"},multiple:{type:"boolean"},readOnly:{type:"boolean"},required:{type:"boolean"},src:{type:"string"},labelHidden:{type:"boolean",priority:!0},hasError:{type:"boolean"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"},descriptiveText:{type:"string",priority:!0},errorMessage:{type:"string"},outerEndComponent:{type:"string"},outerStartComponent:{type:"string"},innerStartComponent:{type:"string"},innerEndComponent:{type:"string"},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"},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"},size:{type:"string",priority:!0},name:{type:"string"},type:{type:"string"},value:{type:"string",priority:!0},autoComplete:{type:"string"},checked:{type:"boolean"},enterKeyHint:{type:"string"},labelHidden:{type:"boolean"},labelPosition:{type:"string",priority:!0},hasError:{type:"boolean"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"},descriptiveText:{type:"string",priority:!0},errorMessage:{type:"string"},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"},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"},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"},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"},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"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{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"},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"},autoFocus:{type:"boolean"},disabled:{type:"boolean"},name:{type:"string"},value:{type:"string"},autoComplete:{type:"string"},maxLength:{type:"number"},minLength:{type:"number"},readOnly:{type:"boolean"},required:{type:"boolean"},labelHidden:{type:"boolean"},hasError:{type:"boolean"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"},descriptiveText:{type:"string"},errorMessage:{type:"string"},cols:{type:"number"},dirName:{type:"string"},rows:{type:"number"},resize:{type:"string"}}},TextField:{properties:{area:{type:"string"},label:{type:"string",priority:!0},isDisabled:{type:"boolean",priority:!0},id:{type:"string"},className:{type:"string"},testId:{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"},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"},defaultValue:{type:"string"},placeholder:{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},size:{type:"string",priority:!0},name:{type:"string"},type:{type:"string"},value:{type:"string",priority:!0},autoComplete:{type:"string"},labelHidden:{type:"boolean"},hasError:{type:"boolean"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"},descriptiveText:{type:"string",priority:!0},errorMessage:{type:"string"},outerEndComponent:{type:"string"},outerStartComponent:{type:"string"},innerStartComponent:{type:"string"},innerEndComponent:{type:"string"}}},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"},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"},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"},isFullWidth:{type:"boolean"},isLoading:{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"},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"},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"},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"},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"},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"},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"},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"},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=x,exports.useAuth=()=>{const[t,e]=l.useState({error:void 0,isLoading:!0,user:void 0}),i=({payload:t})=>{switch(t.event){case"signIn":return e({user:t.data,isLoading:!1});case"signOut":return e({isLoading:!1})}},n=()=>(e({isLoading:!0}),d.default.currentAuthenticatedUser().then((t=>e({user:t,isLoading:!1}))).catch((t=>e({error:t,isLoading:!1}))),r.Hub.listen("auth",i),()=>r.Hub.remove("auth",i));return l.useEffect(n,[]),Object.assign(Object.assign({},t),{fetch:n})},exports.useAuthSignOutAction=t=>()=>p.__awaiter(void 0,void 0,void 0,(function*(){try{g.Hub.dispatch("ui",{event:"actions:auth:signout:started",data:{options:t}},"actions:auth:signout",b),yield g.Auth.signOut(t),g.Hub.dispatch("ui",{event:"actions:auth:signout:finished",data:{options:t}},"actions:auth:signout",b)}catch(e){g.Hub.dispatch("ui",{event:"actions:auth:signout:finished",data:{options:t,errorMessage:p.getErrorMessage(e)}},"actions:auth:signout",b)}})),exports.useDataStoreBinding=function(t){return"record"===t.type?u(t):c(t)},exports.useDataStoreCollection=c,exports.useDataStoreCreateAction=({model:t,fields:e,schema:r})=>{const i=h({fields:e,modelName:t.name,schema:r});return()=>p.__awaiter(void 0,void 0,void 0,(function*(){try{g.Hub.dispatch("ui",{event:"actions:datastore:create:started",data:{fields:i}},"actions:datastore:create",b);const e=yield g.DataStore.save(new t(i));g.Hub.dispatch("ui",{event:"actions:datastore:create:finished",data:{fields:i,item:e}},"actions:datastore:create",b)}catch(t){g.Hub.dispatch("ui",{event:"actions:datastore:create:finished",data:{fields:i,errorMessage:p.getErrorMessage(t)}},"actions:datastore:create",b)}}))},exports.useDataStoreDeleteAction=({model:t,id:e})=>()=>p.__awaiter(void 0,void 0,void 0,(function*(){try{g.Hub.dispatch("ui",{event:"actions:datastore:delete:started",data:{id:e}},"actions:datastore:delete",b),yield g.DataStore.delete(t,e),g.Hub.dispatch("ui",{event:"actions:datastore:delete:finished",data:{id:e}},"actions:datastore:delete",b)}catch(t){g.Hub.dispatch("ui",{event:"actions:datastore:delete:finished",data:{id:e,errorMessage:p.getErrorMessage(t)}},"actions:datastore:delete",b)}})),exports.useDataStoreItem=u,exports.useDataStoreUpdateAction=({fields:t,id:e,model:r,schema:i})=>{const n=h({fields:t,modelName:r.name,schema:i});return()=>p.__awaiter(void 0,void 0,void 0,(function*(){try{g.Hub.dispatch("ui",{event:"actions:datastore:update:started",data:{fields:n,id:e}},"actions:datastore:update",b);const t=yield g.DataStore.query(r,e);if(!t)throw new Error(`Error querying datastore item by id: ${e}`);const i=yield g.DataStore.save(r.copyOf(t,(t=>{Object.assign(t,n)})));g.Hub.dispatch("ui",{event:"actions:datastore:update:finished",data:{fields:n,id:e,item:i}},"actions:datastore:update",b)}catch(t){g.Hub.dispatch("ui",{event:"actions:datastore:update:finished",data:{fields:n,id:e,errorMessage:p.getErrorMessage(t)}},"actions:datastore:update",b)}}))},exports.useNavigateAction=t=>{const{type:e,url:r,anchor:i,target:n}=t,p=l.useMemo((()=>{switch(e){case"url":return()=>{window.open(r,n||"_self","noopener noreferrer")};case"anchor":return()=>{window.location.hash=i};case"reload":return()=>{window.location.reload()};default:return()=>{console.warn('Please provide a valid navigate type. Available types are "url", "anchor" and "reload".')}}}),[i,n,e,r]);return()=>{g.Hub.dispatch("ui",{event:"actions:core:navigate:started",data:t},"actions:core:navigate",b),p(),g.Hub.dispatch("ui",{event:"actions:core:navigate:finished",data:t},"actions:core:navigate",b)}},exports.useStateMutationAction=t=>{const[e,r]=l.useState(t),i=l.useCallback((t=>{const i=e;g.Hub.dispatch("ui",{event:"actions:core:statemutation:started",data:{prevState:i,newState:t}},"actions:core:statemutation",b),r(t),g.Hub.dispatch("ui",{event:"actions:core:statemutation:finished",data:{prevState:i,newState:t}},"actions:core:statemutation",b)}),[e]);return[e,i]},exports.useStorageURL=(t,e)=>{const[r,i]=l.useState({isLoading:!0}),p=JSON.stringify(e),a=()=>{i({isLoading:!0});const r=n.Storage.get(t,e);return r.then((t=>i({url:t,isLoading:!1}))).catch((t=>i({error:t,isLoading:!1}))),()=>n.Storage.cancel(r)};return l.useEffect(a,[t,e,p]),Object.assign(Object.assign({},r),{fetch:a})};
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var t=require("react"),e=require("@aws-amplify/auth"),r=require("@aws-amplify/core"),i=require("@aws-amplify/datastore"),n=require("@aws-amplify/storage"),p=require("./IconWarning-2a211ab8.js"),a=require("react/jsx-runtime"),s=require("classnames"),g=require("aws-amplify");function y(t){return t&&"object"==typeof t&&"default"in t?t:{default:t}}function o(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("lodash/isEmpty"),require("lodash/isArray"),require("lodash/isObject"),require("@aws-amplify/ui");var l=o(t),d=y(e),m=y(s);const c=({model:t,criteria:e,pagination:r})=>{const[n,p]=l.useState({items:[],isLoading:!1,error:void 0});return l.useEffect((()=>{p({isLoading:!0,items:[]});const n=i.DataStore.observeQuery(t,e,r).subscribe((t=>p({items:t.items,isLoading:!1})),(t=>p({items:[],error:t,isLoading:!1})));if(n)return()=>n.unsubscribe()}),[]),n},u=({model:t,id:e})=>{const[r,n]=l.useState(),[p,a]=l.useState(!1),[s,g]=l.useState();return l.useEffect((()=>{a(!0),i.DataStore.query(t,e).then(n).catch(g).finally((()=>a(!1)))}),[]),{error:s,item:r,isLoading:p}};const b="undefined"!=typeof Symbol&&"function"==typeof Symbol.for?Symbol.for("amplify_default"):"@@amplify_default";const h=({fields:t,modelName:e,schema:r})=>l.useMemo((()=>{if(function(t,e){return!e}(0,r))return t;const i={};return Object.keys(t).forEach((n=>{var p,a,s;const g=t[n];switch(null===(s=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===s?void 0:s.type){case"AWSTimestamp":case"Float":i[n]=Number(g);break;case"Boolean":i[n]=Boolean(g);break;case"Int":i[n]=parseInt(g);break;default:i[n]=g}})),i}),[t,r,e]),f=t=>t.reduce(((t,e)=>r=>e(t(r))),(t=>t)),x=t=>{const{and:e,or:r,field:i,operator:n,operand:a}=t;if(Array.isArray(e)){const t=e.map((t=>x(t)));return e=>e.and(f(t))}if(Array.isArray(r)){const t=r.map((t=>x(t)));return e=>e.or(f(t))}return t=>p.isFunction(t[i])?t[i].call(t,n,a):t};exports.IconAdd=p.IconAdd,exports.IconCheck=p.IconCheck,exports.IconCheckCircle=p.IconCheckCircle,exports.IconChevronLeft=p.IconChevronLeft,exports.IconChevronRight=p.IconChevronRight,exports.IconClose=p.IconClose,exports.IconError=p.IconError,exports.IconExpandMore=p.IconExpandMore,exports.IconInfo=p.IconInfo,exports.IconMenu=p.IconMenu,exports.IconRemove=p.IconRemove,exports.IconSearch=p.IconSearch,exports.IconStar=p.IconStar,exports.IconVisibility=p.IconVisibility,exports.IconVisibilityOff=p.IconVisibilityOff,exports.IconWarning=p.IconWarning,exports.findChildOverrides=p.findChildOverrides,exports.getOverrideProps=p.getOverrideProps,exports.getOverridesFromVariants=p.getOverridesFromVariants,exports.mergeVariantsAndOverrides=p.mergeVariantsAndOverrides,exports.IconCheckCircleOutline=t=>{const{className:e}=t,r=p.__rest(t,["className"]);return a.jsx(p.View,Object.assign({as:"span",width:"1em",height:"1em",className:m.default(p.ComponentClassNames.Icon,e)},r))},exports.IconFiberManualRecord=t=>{const{className:e}=t,r=p.__rest(t,["className"]);return a.jsx(p.View,Object.assign({as:"span",width:"1em",height:"1em",className:m.default(p.ComponentClassNames.Icon,e)},r))},exports.IconHighlightOff=t=>{const{className:e}=t,r=p.__rest(t,["className"]);return a.jsx(p.View,Object.assign({as:"span",width:"1em",height:"1em",className:m.default(p.ComponentClassNames.Icon,e)},r))},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"},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}}},Badge:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{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"},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"},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},size:{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"},type:{type:"string"},value:{type:"string"},isFullWidth:{type:"boolean"},isLoading:{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"},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"},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"},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"},step:{type:"string"},size:{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"},accept:{type:"string"},alt:{type:"string"},autoComplete:{type:"string"},capture:{type:"string"},checked:{type:"boolean"},crossOrigin:{type:"string"},enterKeyHint:{type:"string"},max:{type:"string"},maxLength:{type:"number"},min:{type:"string"},minLength:{type:"number"},multiple:{type:"boolean"},readOnly:{type:"boolean"},required:{type:"boolean"},src:{type:"string"},labelHidden:{type:"boolean"},labelPosition:{type:"string"},hasError:{type:"boolean"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"},descriptiveText:{type:"string"},errorMessage:{type:"string"}}},Collection:{properties:{type:{type:"string"},isPaginated:{type:"boolean"},itemsPerPage:{type:"number"},isSearchable:{type:"boolean"},searchLabel:{type:"string"},searchPlaceholder:{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"},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"},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"},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"},disabled:{type:"boolean"},type:{type:"string"},value:{type:"string"},asChild:{type:"boolean"},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"},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"},disabled:{type:"boolean"},value:{type:"string"},asChild:{type:"boolean"}}},FieldGroupIcon:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{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"},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"},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"},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"},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"},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"},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"},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"}}},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"},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"},name:{type:"string"},type:{type:"string"},crossOrigin:{type:"string"},max:{type:"string"},min:{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"},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"},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"},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"},size:{type:"string"},name:{type:"string"},type:{type:"string"},crossOrigin:{type:"string"},max:{type:"string"},min:{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"},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"},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"},isFullWidth:{type:"boolean"},isLoading:{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"},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"},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"},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"},step:{type:"string"},size:{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"},type:{type:"string"},value:{type:"string",priority:!0},accept:{type:"string"},alt:{type:"string"},autoComplete:{type:"string"},capture:{type:"string"},checked:{type:"boolean"},crossOrigin:{type:"string"},enterKeyHint:{type:"string"},max:{type:"string"},maxLength:{type:"number"},min:{type:"string"},minLength:{type:"number"},multiple:{type:"boolean"},readOnly:{type:"boolean"},required:{type:"boolean"},src:{type:"string"},labelHidden:{type:"boolean",priority:!0},hasError:{type:"boolean"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"},descriptiveText:{type:"string",priority:!0},errorMessage:{type:"string"},hideShowPassword:{type:"boolean",priority:!0},hidePasswordButtonLabel:{type:"string"},passwordIsHiddenLabel:{type:"string"},passwordIsShownLabel:{type:"string"},showPasswordButtonLabel:{type:"string"},outerEndComponent:{type:"string"},outerStartComponent:{type:"string"},innerStartComponent:{type:"string"},innerEndComponent:{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"},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"},step:{type:"string"},size:{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"},type:{type:"string"},value:{type:"string",priority:!0},accept:{type:"string"},alt:{type:"string"},autoComplete:{type:"string"},capture:{type:"string"},checked:{type:"boolean"},crossOrigin:{type:"string"},enterKeyHint:{type:"string"},max:{type:"string"},maxLength:{type:"number"},min:{type:"string"},minLength:{type:"number"},multiple:{type:"boolean"},readOnly:{type:"boolean"},required:{type:"boolean"},src:{type:"string"},labelHidden:{type:"boolean",priority:!0},hasError:{type:"boolean"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"},descriptiveText:{type:"string",priority:!0},errorMessage:{type:"string"},outerEndComponent:{type:"string"},outerStartComponent:{type:"string"},innerStartComponent:{type:"string"},innerEndComponent:{type:"string"},countryCodeLabel:{type:"string"},countryCodeName:{type:"string"},defaultCountryCode:{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"},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"},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"},step:{type:"string"},size:{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"},type:{type:"string"},value:{type:"string",priority:!0},accept:{type:"string"},alt:{type:"string"},autoComplete:{type:"string"},capture:{type:"string"},checked:{type:"boolean",priority:!0},crossOrigin:{type:"string"},enterKeyHint:{type:"string"},max:{type:"string"},maxLength:{type:"number"},min:{type:"string"},minLength:{type:"number"},multiple:{type:"boolean"},readOnly:{type:"boolean"},required:{type:"boolean"},src:{type:"string"},labelPosition:{type:"string",priority:!0},hasError:{type:"boolean"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"}}},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"},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"},name:{type:"string"},type:{type:"string"},value:{type:"string"},autoComplete:{type:"string"},checked:{type:"boolean"},enterKeyHint:{type:"string"},labelHidden:{type:"boolean"},labelPosition:{type:"string"},hasError:{type:"boolean"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"},descriptiveText:{type:"string"},errorMessage:{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"},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"},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"},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},step:{type:"string"},size:{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"},type:{type:"string"},value:{type:"string",priority:!0},accept:{type:"string"},alt:{type:"string"},autoComplete:{type:"string"},capture:{type:"string"},checked:{type:"boolean"},crossOrigin:{type:"string"},enterKeyHint:{type:"string"},max:{type:"string"},maxLength:{type:"number"},min:{type:"string"},minLength:{type:"number"},multiple:{type:"boolean"},readOnly:{type:"boolean"},required:{type:"boolean"},src:{type:"string"},labelHidden:{type:"boolean",priority:!0},hasError:{type:"boolean"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"},descriptiveText:{type:"string",priority:!0},errorMessage:{type:"string"},outerEndComponent:{type:"string"},outerStartComponent:{type:"string"},innerStartComponent:{type:"string"},innerEndComponent:{type:"string"},clearButtonLabel:{type:"string"}}},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"},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"},autoFocus:{type:"boolean"},disabled:{type:"boolean"},name:{type:"string"},value:{type:"string"},autoComplete:{type:"string"},multiple:{type:"boolean"},required:{type:"boolean"},labelHidden:{type:"boolean"},hasError:{type:"boolean"},isRequired:{type:"boolean"},descriptiveText:{type:"string"},errorMessage:{type:"string"},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"},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},size:{type:"string",priority:!0},disabled:{type:"boolean"},name:{type:"string"},type:{type:"string"},value:{type:"number",priority:!0},autoComplete:{type:"string"},checked:{type:"boolean"},enterKeyHint:{type:"string"},max:{type:"number",priority:!0},min:{type:"number",priority:!0},labelHidden:{type:"boolean"},hasError:{type:"boolean"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"},descriptiveText:{type:"string",priority:!0},errorMessage:{type:"string"},orientation:{type:"string",priority:!0},asChild:{type:"boolean"},outerEndComponent:{type:"string"},outerStartComponent:{type:"string"},innerStartComponent:{type:"string"},innerEndComponent:{type:"string"},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"},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},step:{type:"number",priority:!0},size:{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"},type:{type:"string"},value:{type:"number",priority:!0},accept:{type:"string"},alt:{type:"string"},autoComplete:{type:"string"},capture:{type:"string"},checked:{type:"boolean"},crossOrigin:{type:"string"},enterKeyHint:{type:"string"},max:{type:"number",priority:!0},maxLength:{type:"number"},min:{type:"number",priority:!0},minLength:{type:"number"},multiple:{type:"boolean"},readOnly:{type:"boolean"},required:{type:"boolean"},src:{type:"string"},labelHidden:{type:"boolean",priority:!0},hasError:{type:"boolean"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"},descriptiveText:{type:"string",priority:!0},errorMessage:{type:"string"},outerEndComponent:{type:"string"},outerStartComponent:{type:"string"},innerStartComponent:{type:"string"},innerEndComponent:{type:"string"},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"},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"},size:{type:"string",priority:!0},name:{type:"string"},type:{type:"string"},value:{type:"string",priority:!0},autoComplete:{type:"string"},checked:{type:"boolean"},enterKeyHint:{type:"string"},labelHidden:{type:"boolean"},labelPosition:{type:"string",priority:!0},hasError:{type:"boolean"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"},descriptiveText:{type:"string",priority:!0},errorMessage:{type:"string"},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"},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"},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"},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"},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"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{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"},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"},autoFocus:{type:"boolean"},disabled:{type:"boolean"},name:{type:"string"},value:{type:"string"},autoComplete:{type:"string"},maxLength:{type:"number"},minLength:{type:"number"},readOnly:{type:"boolean"},required:{type:"boolean"},labelHidden:{type:"boolean"},hasError:{type:"boolean"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"},descriptiveText:{type:"string"},errorMessage:{type:"string"},cols:{type:"number"},dirName:{type:"string"},rows:{type:"number"},resize:{type:"string"}}},TextField:{properties:{area:{type:"string"},label:{type:"string",priority:!0},isDisabled:{type:"boolean",priority:!0},id:{type:"string"},className:{type:"string"},testId:{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"},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"},defaultValue:{type:"string"},placeholder:{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},size:{type:"string",priority:!0},name:{type:"string"},type:{type:"string"},value:{type:"string",priority:!0},autoComplete:{type:"string"},labelHidden:{type:"boolean"},hasError:{type:"boolean"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"},descriptiveText:{type:"string",priority:!0},errorMessage:{type:"string"},outerEndComponent:{type:"string"},outerStartComponent:{type:"string"},innerStartComponent:{type:"string"},innerEndComponent:{type:"string"}}},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"},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"},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"},isFullWidth:{type:"boolean"},isLoading:{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"},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"},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"},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"},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"},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"},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"},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"},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=x,exports.useAuth=()=>{const[t,e]=l.useState({error:void 0,isLoading:!0,user:void 0}),i=({payload:t})=>{switch(t.event){case"signIn":return e({user:t.data,isLoading:!1});case"signOut":return e({isLoading:!1})}},n=()=>(e({isLoading:!0}),d.default.currentAuthenticatedUser().then((t=>e({user:t,isLoading:!1}))).catch((t=>e({error:t,isLoading:!1}))),r.Hub.listen("auth",i),()=>r.Hub.remove("auth",i));return l.useEffect(n,[]),Object.assign(Object.assign({},t),{fetch:n})},exports.useAuthSignOutAction=t=>()=>p.__awaiter(void 0,void 0,void 0,(function*(){try{g.Hub.dispatch("ui",{event:"actions:auth:signout:started",data:{options:t}},"actions:auth:signout",b),yield g.Auth.signOut(t),g.Hub.dispatch("ui",{event:"actions:auth:signout:finished",data:{options:t}},"actions:auth:signout",b)}catch(e){g.Hub.dispatch("ui",{event:"actions:auth:signout:finished",data:{options:t,errorMessage:p.getErrorMessage(e)}},"actions:auth:signout",b)}})),exports.useDataStoreBinding=function(t){return"record"===t.type?u(t):c(t)},exports.useDataStoreCollection=c,exports.useDataStoreCreateAction=({model:t,fields:e,schema:r})=>{const i=h({fields:e,modelName:t.name,schema:r});return()=>p.__awaiter(void 0,void 0,void 0,(function*(){try{g.Hub.dispatch("ui",{event:"actions:datastore:create:started",data:{fields:i}},"actions:datastore:create",b);const e=yield g.DataStore.save(new t(i));g.Hub.dispatch("ui",{event:"actions:datastore:create:finished",data:{fields:i,item:e}},"actions:datastore:create",b)}catch(t){g.Hub.dispatch("ui",{event:"actions:datastore:create:finished",data:{fields:i,errorMessage:p.getErrorMessage(t)}},"actions:datastore:create",b)}}))},exports.useDataStoreDeleteAction=({model:t,id:e})=>()=>p.__awaiter(void 0,void 0,void 0,(function*(){try{g.Hub.dispatch("ui",{event:"actions:datastore:delete:started",data:{id:e}},"actions:datastore:delete",b),yield g.DataStore.delete(t,e),g.Hub.dispatch("ui",{event:"actions:datastore:delete:finished",data:{id:e}},"actions:datastore:delete",b)}catch(t){g.Hub.dispatch("ui",{event:"actions:datastore:delete:finished",data:{id:e,errorMessage:p.getErrorMessage(t)}},"actions:datastore:delete",b)}})),exports.useDataStoreItem=u,exports.useDataStoreUpdateAction=({fields:t,id:e,model:r,schema:i})=>{const n=h({fields:t,modelName:r.name,schema:i});return()=>p.__awaiter(void 0,void 0,void 0,(function*(){try{g.Hub.dispatch("ui",{event:"actions:datastore:update:started",data:{fields:n,id:e}},"actions:datastore:update",b);const t=yield g.DataStore.query(r,e);if(!t)throw new Error(`Error querying datastore item by id: ${e}`);const i=yield g.DataStore.save(r.copyOf(t,(t=>{Object.assign(t,n)})));g.Hub.dispatch("ui",{event:"actions:datastore:update:finished",data:{fields:n,id:e,item:i}},"actions:datastore:update",b)}catch(t){g.Hub.dispatch("ui",{event:"actions:datastore:update:finished",data:{fields:n,id:e,errorMessage:p.getErrorMessage(t)}},"actions:datastore:update",b)}}))},exports.useNavigateAction=t=>{const{type:e,url:r,anchor:i,target:n}=t,p=l.useMemo((()=>{switch(e){case"url":return()=>{window.open(r,n||"_self","noopener noreferrer")};case"anchor":return()=>{window.location.hash=i};case"reload":return()=>{window.location.reload()};default:return()=>{console.warn('Please provide a valid navigate type. Available types are "url", "anchor" and "reload".')}}}),[i,n,e,r]);return()=>{g.Hub.dispatch("ui",{event:"actions:core:navigate:started",data:t},"actions:core:navigate",b),p(),g.Hub.dispatch("ui",{event:"actions:core:navigate:finished",data:t},"actions:core:navigate",b)}},exports.useStateMutationAction=t=>{const[e,r]=l.useState(t),i=l.useCallback((t=>{const i=e;g.Hub.dispatch("ui",{event:"actions:core:statemutation:started",data:{prevState:i,newState:t}},"actions:core:statemutation",b),r(t),g.Hub.dispatch("ui",{event:"actions:core:statemutation:finished",data:{prevState:i,newState:t}},"actions:core:statemutation",b)}),[e]);return[e,i]},exports.useStorageURL=(t,e)=>{const[r,i]=l.useState({isLoading:!0}),p=JSON.stringify(e),a=()=>{i({isLoading:!0});const r=n.Storage.get(t,e);return r.then((t=>i({url:t,isLoading:!1}))).catch((t=>i({error:t,isLoading:!1}))),()=>n.Storage.cancel(r)};return l.useEffect(a,[t,e,p]),Object.assign(Object.assign({},r),{fetch:a})};