@aws-amplify/ui-react 4.0.0 → 4.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{IconWarning-634a062f.js → IconWarning-085d8016.js} +1 -1
- package/dist/esm/PrimitiveCatalog.js +1 -1
- package/dist/esm/components/Authenticator/Authenticator.js +1 -1
- package/dist/esm/hooks/useBreakpointValue.js +1 -1
- package/dist/esm/primitives/Autocomplete/Autocomplete.js +1 -1
- package/dist/esm/primitives/Autocomplete/useAutocomplete.js +1 -1
- package/dist/esm/primitives/Button/Button.js +1 -1
- package/dist/esm/primitives/HighlightMatch/HighlightMatch.js +1 -1
- package/dist/esm/primitives/shared/datastore.js +1 -1
- package/dist/esm/primitives/shared/responsive/utils.js +1 -1
- package/dist/esm/primitives/shared/styleUtils.js +1 -1
- package/dist/esm/primitives/shared/utils.js +1 -1
- package/dist/index.js +1 -1
- package/dist/internal.js +1 -1
- package/dist/styles.css +982 -986
- package/dist/types/hooks/useAmplify.d.ts +2 -2
- package/dist/types/primitives/Alert/Alert.d.ts +1 -1
- package/dist/types/primitives/Autocomplete/Autocomplete.d.ts +1 -1
- package/dist/types/primitives/Autocomplete/useAutocomplete.d.ts +1 -2
- package/dist/types/primitives/Badge/Badge.d.ts +1 -1
- package/dist/types/primitives/Button/Button.d.ts +1 -1
- package/dist/types/primitives/ButtonGroup/ButtonGroup.d.ts +1 -1
- package/dist/types/primitives/Card/Card.d.ts +1 -1
- package/dist/types/primitives/Checkbox/Checkbox.d.ts +1 -1
- package/dist/types/primitives/CheckboxField/CheckboxField.d.ts +1 -1
- package/dist/types/primitives/Divider/Divider.d.ts +1 -1
- package/dist/types/primitives/Expander/Expander.d.ts +1 -1
- package/dist/types/primitives/Expander/ExpanderItem.d.ts +1 -1
- package/dist/types/primitives/Field/FieldClearButton.d.ts +1 -1
- package/dist/types/primitives/FieldGroup/FieldGroup.d.ts +1 -1
- package/dist/types/primitives/FieldGroupIcon/FieldGroupIcon.d.ts +1 -1
- package/dist/types/primitives/FieldGroupIcon/FieldGroupIconButton.d.ts +1 -1
- package/dist/types/primitives/Flex/Flex.d.ts +1 -1
- package/dist/types/primitives/Grid/Grid.d.ts +1 -1
- package/dist/types/primitives/Heading/Heading.d.ts +1 -1
- package/dist/types/primitives/HighlightMatch/HighlightMatch.d.ts +1 -1
- package/dist/types/primitives/Icon/Icon.d.ts +1 -1
- package/dist/types/primitives/Image/Image.d.ts +1 -1
- package/dist/types/primitives/Input/Input.d.ts +1 -1
- package/dist/types/primitives/Label/Label.d.ts +1 -1
- package/dist/types/primitives/Link/Link.d.ts +1 -1
- package/dist/types/primitives/Loader/Loader.d.ts +1 -1
- package/dist/types/primitives/Menu/Menu.d.ts +1 -1
- package/dist/types/primitives/Pagination/Pagination.d.ts +1 -1
- package/dist/types/primitives/PasswordField/PasswordField.d.ts +1 -1
- package/dist/types/primitives/PasswordField/ShowPasswordButton.d.ts +1 -1
- package/dist/types/primitives/PhoneNumberField/CountryCodeSelect.d.ts +1 -1
- package/dist/types/primitives/PhoneNumberField/PhoneNumberField.d.ts +1 -1
- package/dist/types/primitives/Placeholder/Placeholder.d.ts +1 -1
- package/dist/types/primitives/Radio/Radio.d.ts +1 -1
- package/dist/types/primitives/RadioGroupField/RadioGroupField.d.ts +1 -1
- package/dist/types/primitives/Rating/Rating.d.ts +1 -1
- package/dist/types/primitives/ScrollView/ScrollView.d.ts +1 -1
- package/dist/types/primitives/SearchField/SearchField.d.ts +1 -1
- package/dist/types/primitives/SearchField/SearchFieldButton.d.ts +1 -1
- package/dist/types/primitives/Select/Select.d.ts +1 -1
- package/dist/types/primitives/SelectField/SelectField.d.ts +1 -1
- package/dist/types/primitives/SliderField/SliderField.d.ts +1 -1
- package/dist/types/primitives/StepperField/StepperField.d.ts +1 -1
- package/dist/types/primitives/SwitchField/SwitchField.d.ts +1 -1
- package/dist/types/primitives/Table/Table.d.ts +1 -1
- package/dist/types/primitives/Table/TableBody.d.ts +1 -1
- package/dist/types/primitives/Table/TableCell.d.ts +1 -1
- package/dist/types/primitives/Table/TableFoot.d.ts +1 -1
- package/dist/types/primitives/Table/TableHead.d.ts +1 -1
- package/dist/types/primitives/Table/TableRow.d.ts +1 -1
- package/dist/types/primitives/Tabs/Tabs.d.ts +2 -2
- package/dist/types/primitives/Text/Text.d.ts +1 -1
- package/dist/types/primitives/TextArea/TextArea.d.ts +1 -1
- package/dist/types/primitives/TextAreaField/TextAreaField.d.ts +1 -1
- package/dist/types/primitives/TextField/TextField.d.ts +1 -1
- package/dist/types/primitives/ToggleButton/ToggleButton.d.ts +1 -1
- package/dist/types/primitives/ToggleButtonGroup/ToggleButtonGroup.d.ts +1 -1
- package/dist/types/primitives/View/View.d.ts +2 -2
- package/dist/types/primitives/VisuallyHidden/VisuallyHidden.d.ts +1 -1
- package/dist/types/primitives/shared/datastore.d.ts +2 -2
- package/dist/types/primitives/shared/responsive/utils.d.ts +3 -1
- package/dist/types/primitives/shared/styleUtils.d.ts +2 -0
- package/dist/types/primitives/shared/utils.d.ts +2 -2
- package/dist/types/primitives/types/autocomplete.d.ts +0 -1
- package/package.json +3 -3
|
@@ -1 +1 @@
|
|
|
1
|
-
const t={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}}},Autocomplete:{properties:{area:{type:"string"},form:{type:"string"},label:{type:"string"},slot:{type:"string"},title:{type:"string"},pattern:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},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"},accept:{type:"string"},alt:{type:"string"},autoComplete:{type:"string"},autoFocus:{type:"boolean"},capture:{type:"string"},checked:{type:"boolean"},crossOrigin:{type:"string"},disabled:{type:"boolean"},enterKeyHint:{type:"string"},formAction:{type:"string"},formEncType:{type:"string"},formMethod:{type:"string"},formNoValidate:{type:"boolean"},formTarget:{type:"string"},max:{type:"string"},maxLength:{type:"number"},min:{type:"string"},minLength:{type:"number"},multiple:{type:"boolean"},name:{type:"string"},readOnly:{type:"boolean"},required:{type:"boolean"},size:{type:"string"},src:{type:"string"},type:{type:"string"},value:{type:"string"},isLoading:{type:"boolean"},hasSearchButton:{type:"boolean"},hasSearchIcon:{type:"boolean"},labelHidden:{type:"boolean"},clearButtonLabel:{type:"string"},outerEndComponent:{type:"string"},outerStartComponent:{type:"string"},innerStartComponent:{type:"string"},innerEndComponent:{type:"string"},descriptiveText:{type:"string"},errorMessage:{type:"string"},hasError:{type:"boolean"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"}}},Badge:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},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},autoFocus:{type:"boolean"},disabled:{type:"boolean"},formAction:{type:"string"},formEncType:{type:"string"},formMethod:{type:"string"},formNoValidate:{type:"boolean"},formTarget:{type:"string"},name:{type:"string"},size:{type:"string",priority:!0},type:{type:"string"},value:{type:"string"},isLoading:{type:"boolean"},isFullWidth:{type:"boolean"},loadingText:{type:"string"}}},ButtonGroup:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},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"},accept:{type:"string"},alt:{type:"string"},autoComplete:{type:"string"},autoFocus:{type:"boolean"},capture:{type:"string"},checked:{type:"boolean"},crossOrigin:{type:"string"},disabled:{type:"boolean"},enterKeyHint:{type:"string"},formAction:{type:"string"},formEncType:{type:"string"},formMethod:{type:"string"},formNoValidate:{type:"boolean"},formTarget:{type:"string"},max:{type:"string"},maxLength:{type:"number"},min:{type:"string"},minLength:{type:"number"},multiple:{type:"boolean"},name:{type:"string"},readOnly:{type:"boolean"},required:{type:"boolean"},size:{type:"string"},src:{type:"string"},type:{type:"string"},value:{type:"string"},labelHidden:{type:"boolean"},descriptiveText:{type:"string"},errorMessage:{type:"string"},hasError:{type:"boolean"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"},labelPosition:{type:"string"},isIndeterminate:{type:"boolean"}}},Collection:{properties:{type:{type:"string"},isPaginated:{type:"boolean"},itemsPerPage:{type:"number"},isSearchable:{type:"boolean"},searchLabel:{type:"string"},searchPlaceholder:{type:"string"},searchNoResultsFound:{type:"string"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},area:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},as:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},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"},autoFocus:{type:"boolean"},disabled:{type:"boolean"},formAction:{type:"string"},formEncType:{type:"string"},formMethod:{type:"string"},formNoValidate:{type:"boolean"},formTarget:{type:"string"},name:{type:"string"},size:{type:"string"},type:{type:"string"},value:{type:"string"},isVisible:{type:"boolean"},excludeFromTabOrder:{type:"boolean"}}},Flex:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},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"}}},HighlightMatch:{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"},query:{type:"string"}}},Icon:{properties:{string:{type:"string"},area:{type:"string"},clipPath:{type:"string"},filter:{type:"string"},mask:{type:"string"},path:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string",priority:!0},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string",priority:!0},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string",priority:!0},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},lang:{type:"string"},tabIndex:{type:"number"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},direction:{type:"string"},end:{type:"string"},clip:{type:"string"},crossOrigin:{type:"string"},max:{type:"string"},min:{type:"string"},name:{type:"string"},type:{type:"string"},orientation:{type:"string"},media:{type:"string"},method:{type:"string"},target:{type:"string"},accentHeight:{type:"string"},accumulate:{type:"string"},additive:{type:"string"},alignmentBaseline:{type:"string"},allowReorder:{type:"string"},alphabetic:{type:"string"},amplitude:{type:"string"},arabicForm:{type:"string"},ascent:{type:"string"},attributeName:{type:"string"},attributeType:{type:"string"},autoReverse:{type:"string"},azimuth:{type:"string"},baseFrequency:{type:"string"},baselineShift:{type:"string"},baseProfile:{type:"string"},bbox:{type:"string"},begin:{type:"string"},bias:{type:"string"},by:{type:"string"},calcMode:{type:"string"},capHeight:{type:"string"},clipPathUnits:{type:"string"},clipRule:{type:"string"},colorInterpolation:{type:"string"},colorInterpolationFilters:{type:"string"},colorProfile:{type:"string"},colorRendering:{type:"string"},contentScriptType:{type:"string"},contentStyleType:{type:"string"},cursor:{type:"string"},cx:{type:"string"},cy:{type:"string"},d:{type:"string"},decelerate:{type:"string"},descent:{type:"string"},diffuseConstant:{type:"string"},divisor:{type:"string"},dominantBaseline:{type:"string"},dur:{type:"string"},dx:{type:"string"},dy:{type:"string"},edgeMode:{type:"string"},elevation:{type:"string"},enableBackground:{type:"string"},exponent:{type:"string"},externalResourcesRequired:{type:"string"},fill:{type:"string"},fillOpacity:{type:"string"},fillRule:{type:"string"},filterRes:{type:"string"},filterUnits:{type:"string"},floodColor:{type:"string"},floodOpacity:{type:"string"},focusable:{type:"string"},fontSizeAdjust:{type:"string"},fontStretch:{type:"string"},fontVariant:{type:"string"},format:{type:"string"},fr:{type:"string"},from:{type:"string"},fx:{type:"string"},fy:{type:"string"},g1:{type:"string"},g2:{type:"string"},glyphName:{type:"string"},glyphOrientationHorizontal:{type:"string"},glyphOrientationVertical:{type:"string"},glyphRef:{type:"string"},gradientTransform:{type:"string"},gradientUnits:{type:"string"},hanging:{type:"string"},horizAdvX:{type:"string"},horizOriginX:{type:"string"},href:{type:"string"},ideographic:{type:"string"},imageRendering:{type:"string"},in2:{type:"string"},in:{type:"string"},intercept:{type:"string"},k1:{type:"string"},k2:{type:"string"},k3:{type:"string"},k4:{type:"string"},k:{type:"string"},kernelMatrix:{type:"string"},kernelUnitLength:{type:"string"},kerning:{type:"string"},keyPoints:{type:"string"},keySplines:{type:"string"},keyTimes:{type:"string"},lengthAdjust:{type:"string"},lightingColor:{type:"string"},limitingConeAngle:{type:"string"},local:{type:"string"},markerEnd:{type:"string"},markerHeight:{type:"string"},markerMid:{type:"string"},markerStart:{type:"string"},markerUnits:{type:"string"},markerWidth:{type:"string"},maskContentUnits:{type:"string"},maskUnits:{type:"string"},mathematical:{type:"string"},mode:{type:"string"},numOctaves:{type:"string"},offset:{type:"string"},operator:{type:"string"},orient:{type:"string"},origin:{type:"string"},overlinePosition:{type:"string"},overlineThickness:{type:"string"},paintOrder:{type:"string"},panose1:{type:"string"},pathLength:{type:"string"},patternContentUnits:{type:"string"},patternTransform:{type:"string"},patternUnits:{type:"string"},pointerEvents:{type:"string"},points:{type:"string"},pointsAtX:{type:"string"},pointsAtY:{type:"string"},pointsAtZ:{type:"string"},preserveAlpha:{type:"string"},preserveAspectRatio:{type:"string"},primitiveUnits:{type:"string"},r:{type:"string"},radius:{type:"string"},refX:{type:"string"},refY:{type:"string"},renderingIntent:{type:"string"},repeatCount:{type:"string"},repeatDur:{type:"string"},requiredExtensions:{type:"string"},requiredFeatures:{type:"string"},restart:{type:"string"},result:{type:"string"},rotate:{type:"string"},rx:{type:"string"},ry:{type:"string"},scale:{type:"string"},seed:{type:"string"},shapeRendering:{type:"string"},slope:{type:"string"},spacing:{type:"string"},specularConstant:{type:"string"},specularExponent:{type:"string"},speed:{type:"string"},spreadMethod:{type:"string"},startOffset:{type:"string"},stdDeviation:{type:"string"},stemh:{type:"string"},stemv:{type:"string"},stitchTiles:{type:"string"},stopColor:{type:"string"},stopOpacity:{type:"string"},strikethroughPosition:{type:"string"},strikethroughThickness:{type:"string"},stroke:{type:"string"},strokeDasharray:{type:"string"},strokeDashoffset:{type:"string"},strokeLinecap:{type:"string"},strokeLinejoin:{type:"string"},strokeMiterlimit:{type:"string"},strokeOpacity:{type:"string"},strokeWidth:{type:"string"},surfaceScale:{type:"string"},systemLanguage:{type:"string"},tableValues:{type:"string"},targetX:{type:"string"},targetY:{type:"string"},textAnchor:{type:"string"},textLength:{type:"string"},textRendering:{type:"string"},to:{type:"string"},u1:{type:"string"},u2:{type:"string"},underlinePosition:{type:"string"},underlineThickness:{type:"string"},unicode:{type:"string"},unicodeBidi:{type:"string"},unicodeRange:{type:"string"},unitsPerEm:{type:"string"},vAlphabetic:{type:"string"},values:{type:"string"},vectorEffect:{type:"string"},version:{type:"string"},vertAdvY:{type:"string"},vertOriginX:{type:"string"},vertOriginY:{type:"string"},vHanging:{type:"string"},vIdeographic:{type:"string"},viewTarget:{type:"string"},visibility:{type:"string"},vMathematical:{type:"string"},widths:{type:"string"},wordSpacing:{type:"string"},writingMode:{type:"string"},x1:{type:"string"},x2:{type:"string"},x:{type:"string"},xChannelSelector:{type:"string"},xHeight:{type:"string"},xlinkActuate:{type:"string"},xlinkArcrole:{type:"string"},xlinkHref:{type:"string"},xlinkRole:{type:"string"},xlinkShow:{type:"string"},xlinkTitle:{type:"string"},xlinkType:{type:"string"},xmlBase:{type:"string"},xmlLang:{type:"string"},xmlns:{type:"string"},xmlnsXlink:{type:"string"},xmlSpace:{type:"string"},y1:{type:"string"},y2:{type:"string"},y:{type:"string"},yChannelSelector:{type:"string"},z:{type:"string"},zoomAndPan:{type:"string"},pathData:{type:"string"}}},Image:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},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"},crossOrigin:{type:"string"},max:{type:"string"},min:{type:"string"},name:{type:"string"},size:{type:"string"},type:{type:"string"},orientation:{type:"string"},media:{type:"string"},method:{type:"string"},target:{type:"string"},accentHeight:{type:"string"},accumulate:{type:"string"},additive:{type:"string"},alignmentBaseline:{type:"string"},allowReorder:{type:"string"},alphabetic:{type:"string"},amplitude:{type:"string"},arabicForm:{type:"string"},ascent:{type:"string"},attributeName:{type:"string"},attributeType:{type:"string"},autoReverse:{type:"string"},azimuth:{type:"string"},baseFrequency:{type:"string"},baselineShift:{type:"string"},baseProfile:{type:"string"},bbox:{type:"string"},begin:{type:"string"},bias:{type:"string"},by:{type:"string"},calcMode:{type:"string"},capHeight:{type:"string"},clipPathUnits:{type:"string"},clipRule:{type:"string"},colorInterpolation:{type:"string"},colorInterpolationFilters:{type:"string"},colorProfile:{type:"string"},colorRendering:{type:"string"},contentScriptType:{type:"string"},contentStyleType:{type:"string"},cursor:{type:"string"},cx:{type:"string"},cy:{type:"string"},d:{type:"string"},decelerate:{type:"string"},descent:{type:"string"},diffuseConstant:{type:"string"},divisor:{type:"string"},dominantBaseline:{type:"string"},dur:{type:"string"},dx:{type:"string"},dy:{type:"string"},edgeMode:{type:"string"},elevation:{type:"string"},enableBackground:{type:"string"},exponent:{type:"string"},externalResourcesRequired:{type:"string"},fill:{type:"string"},fillOpacity:{type:"string"},fillRule:{type:"string"},filterRes:{type:"string"},filterUnits:{type:"string"},floodColor:{type:"string"},floodOpacity:{type:"string"},focusable:{type:"string"},fontSizeAdjust:{type:"string"},fontStretch:{type:"string"},fontVariant:{type:"string"},format:{type:"string"},fr:{type:"string"},from:{type:"string"},fx:{type:"string"},fy:{type:"string"},g1:{type:"string"},g2:{type:"string"},glyphName:{type:"string"},glyphOrientationHorizontal:{type:"string"},glyphOrientationVertical:{type:"string"},glyphRef:{type:"string"},gradientTransform:{type:"string"},gradientUnits:{type:"string"},hanging:{type:"string"},horizAdvX:{type:"string"},horizOriginX:{type:"string"},href:{type:"string"},ideographic:{type:"string"},imageRendering:{type:"string"},in2:{type:"string"},in:{type:"string"},intercept:{type:"string"},k1:{type:"string"},k2:{type:"string"},k3:{type:"string"},k4:{type:"string"},k:{type:"string"},kernelMatrix:{type:"string"},kernelUnitLength:{type:"string"},kerning:{type:"string"},keyPoints:{type:"string"},keySplines:{type:"string"},keyTimes:{type:"string"},lengthAdjust:{type:"string"},lightingColor:{type:"string"},limitingConeAngle:{type:"string"},local:{type:"string"},markerEnd:{type:"string"},markerHeight:{type:"string"},markerMid:{type:"string"},markerStart:{type:"string"},markerUnits:{type:"string"},markerWidth:{type:"string"},maskContentUnits:{type:"string"},maskUnits:{type:"string"},mathematical:{type:"string"},mode:{type:"string"},numOctaves:{type:"string"},offset:{type:"string"},operator:{type:"string"},orient:{type:"string"},origin:{type:"string"},overlinePosition:{type:"string"},overlineThickness:{type:"string"},paintOrder:{type:"string"},panose1:{type:"string"},pathLength:{type:"string"},patternContentUnits:{type:"string"},patternTransform:{type:"string"},patternUnits:{type:"string"},pointerEvents:{type:"string"},points:{type:"string"},pointsAtX:{type:"string"},pointsAtY:{type:"string"},pointsAtZ:{type:"string"},preserveAlpha:{type:"string"},preserveAspectRatio:{type:"string"},primitiveUnits:{type:"string"},r:{type:"string"},radius:{type:"string"},refX:{type:"string"},refY:{type:"string"},renderingIntent:{type:"string"},repeatCount:{type:"string"},repeatDur:{type:"string"},requiredExtensions:{type:"string"},requiredFeatures:{type:"string"},restart:{type:"string"},result:{type:"string"},rotate:{type:"string"},rx:{type:"string"},ry:{type:"string"},scale:{type:"string"},seed:{type:"string"},shapeRendering:{type:"string"},slope:{type:"string"},spacing:{type:"string"},specularConstant:{type:"string"},specularExponent:{type:"string"},speed:{type:"string"},spreadMethod:{type:"string"},startOffset:{type:"string"},stdDeviation:{type:"string"},stemh:{type:"string"},stemv:{type:"string"},stitchTiles:{type:"string"},stopColor:{type:"string"},stopOpacity:{type:"string"},strikethroughPosition:{type:"string"},strikethroughThickness:{type:"string"},stroke:{type:"string"},strokeDasharray:{type:"string"},strokeDashoffset:{type:"string"},strokeLinecap:{type:"string"},strokeLinejoin:{type:"string"},strokeMiterlimit:{type:"string"},strokeOpacity:{type:"string"},strokeWidth:{type:"string"},surfaceScale:{type:"string"},systemLanguage:{type:"string"},tableValues:{type:"string"},targetX:{type:"string"},targetY:{type:"string"},textAnchor:{type:"string"},textLength:{type:"string"},textRendering:{type:"string"},to:{type:"string"},u1:{type:"string"},u2:{type:"string"},underlinePosition:{type:"string"},underlineThickness:{type:"string"},unicode:{type:"string"},unicodeBidi:{type:"string"},unicodeRange:{type:"string"},unitsPerEm:{type:"string"},vAlphabetic:{type:"string"},values:{type:"string"},vectorEffect:{type:"string"},version:{type:"string"},vertAdvY:{type:"string"},vertOriginX:{type:"string"},vertOriginY:{type:"string"},vHanging:{type:"string"},vIdeographic:{type:"string"},viewBox:{type:"string"},viewTarget:{type:"string"},visibility:{type:"string"},vMathematical:{type:"string"},widths:{type:"string"},wordSpacing:{type:"string"},writingMode:{type:"string"},x1:{type:"string"},x2:{type:"string"},x:{type:"string"},xChannelSelector:{type:"string"},xHeight:{type:"string"},xlinkActuate:{type:"string"},xlinkArcrole:{type:"string"},xlinkHref:{type:"string"},xlinkRole:{type:"string"},xlinkShow:{type:"string"},xlinkTitle:{type:"string"},xlinkType:{type:"string"},xmlBase:{type:"string"},xmlLang:{type:"string"},xmlns:{type:"string"},xmlnsXlink:{type:"string"},xmlSpace:{type:"string"},y1:{type:"string"},y2:{type:"string"},y:{type:"string"},yChannelSelector:{type:"string"},z:{type:"string"},zoomAndPan:{type:"string"},filledColor:{type:"string"},emptyColor:{type:"string"},percentage:{type:"number"},isDeterminate:{type:"boolean"},isPercentageTextHidden:{type:"boolean"}}},Menu:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},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"},isLoading:{type:"boolean"},isFullWidth:{type:"boolean"},loadingText:{type:"string"},form:{type:"string"},slot:{type:"string"},title:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},autoFocus:{type:"boolean"},disabled:{type:"boolean"},formAction:{type:"string"},formEncType:{type:"string"},formMethod:{type:"string"},formNoValidate:{type:"boolean"},formTarget:{type:"string"},name:{type:"string"},value:{type:"string"}}},MenuItem:{properties:{children:{type:"string"},isDisabled:{type:"boolean"},isFullWidth:{type:"boolean"},isLoading:{type:"boolean"},loadingText:{type:"string"},size:{type:"string"},type:{type:"string"},variation:{type:"string"},as:{type:"string"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},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"},accept:{type:"string"},alt:{type:"string"},autoComplete:{type:"string"},autoFocus:{type:"boolean"},capture:{type:"string"},checked:{type:"boolean"},crossOrigin:{type:"string"},disabled:{type:"boolean"},enterKeyHint:{type:"string"},formAction:{type:"string"},formEncType:{type:"string"},formMethod:{type:"string"},formNoValidate:{type:"boolean"},formTarget:{type:"string"},max:{type:"string"},maxLength:{type:"number"},min:{type:"string"},minLength:{type:"number"},multiple:{type:"boolean"},name:{type:"string"},readOnly:{type:"boolean"},required:{type:"boolean"},size:{type:"string",priority:!0},src:{type:"string"},type:{type:"string"},value:{type:"string",priority:!0},labelHidden:{type:"boolean",priority:!0},outerEndComponent:{type:"string"},outerStartComponent:{type:"string"},innerStartComponent:{type:"string"},innerEndComponent:{type:"string"},descriptiveText:{type:"string",priority:!0},errorMessage:{type:"string"},hasError:{type:"boolean"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"},hideShowPassword:{type:"boolean",priority:!0},hidePasswordButtonLabel:{type:"string"},passwordIsHiddenLabel:{type:"string"},passwordIsShownLabel:{type:"string"},showPasswordButtonLabel:{type:"string"}}},PhoneNumberField:{properties:{area:{type:"string"},form:{type:"string"},label:{type:"string",priority:!0},slot:{type:"string"},title:{type:"string"},pattern:{type:"string"},isDisabled:{type:"boolean",priority:!0},id:{type:"string"},className:{type:"string"},testId:{type:"string"},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"},accept:{type:"string"},alt:{type:"string"},autoComplete:{type:"string"},autoFocus:{type:"boolean"},capture:{type:"string"},checked:{type:"boolean"},crossOrigin:{type:"string"},disabled:{type:"boolean"},enterKeyHint:{type:"string"},formAction:{type:"string"},formEncType:{type:"string"},formMethod:{type:"string"},formNoValidate:{type:"boolean"},formTarget:{type:"string"},max:{type:"string"},maxLength:{type:"number"},min:{type:"string"},minLength:{type:"number"},multiple:{type:"boolean"},name:{type:"string"},readOnly:{type:"boolean"},required:{type:"boolean"},size:{type:"string",priority:!0},src:{type:"string"},type:{type:"string"},value:{type:"string",priority:!0},labelHidden:{type:"boolean",priority:!0},outerEndComponent:{type:"string"},outerStartComponent:{type:"string"},innerStartComponent:{type:"string"},innerEndComponent:{type:"string"},descriptiveText:{type:"string",priority:!0},errorMessage:{type:"string"},hasError:{type:"boolean"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"},defaultCountryCode:{type:"string"},defaultDialCode:{type:"string"},dialCodeLabel:{type:"string"},dialCodeName:{type:"string"},countryCodeLabel:{type:"string"},countryCodeName:{type:"string"}}},Placeholder:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},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"},accept:{type:"string"},alt:{type:"string"},autoComplete:{type:"string"},autoFocus:{type:"boolean"},capture:{type:"string"},checked:{type:"boolean",priority:!0},crossOrigin:{type:"string"},disabled:{type:"boolean"},enterKeyHint:{type:"string"},formAction:{type:"string"},formEncType:{type:"string"},formMethod:{type:"string"},formNoValidate:{type:"boolean"},formTarget:{type:"string"},max:{type:"string"},maxLength:{type:"number"},min:{type:"string"},minLength:{type:"number"},multiple:{type:"boolean"},name:{type:"string"},readOnly:{type:"boolean"},required:{type:"boolean"},size:{type:"string",priority:!0},src:{type:"string"},type:{type:"string"},value:{type:"string",priority:!0},hasError:{type:"boolean"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"},labelPosition:{type:"string",priority:!0}}},RadioGroupField:{properties:{area:{type:"string"},label:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},variation:{type:"string"},autoComplete:{type:"string"},checked:{type:"boolean"},enterKeyHint:{type:"string"},name:{type:"string"},size:{type:"string"},type:{type:"string"},value:{type:"string"},labelHidden:{type:"boolean"},descriptiveText:{type:"string"},errorMessage:{type:"string"},hasError:{type:"boolean"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"},labelPosition:{type:"string"}}},Rating:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},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"},accept:{type:"string"},alt:{type:"string"},autoComplete:{type:"string"},autoFocus:{type:"boolean"},capture:{type:"string"},checked:{type:"boolean"},crossOrigin:{type:"string"},disabled:{type:"boolean"},enterKeyHint:{type:"string"},formAction:{type:"string"},formEncType:{type:"string"},formMethod:{type:"string"},formNoValidate:{type:"boolean"},formTarget:{type:"string"},max:{type:"string"},maxLength:{type:"number"},min:{type:"string"},minLength:{type:"number"},multiple:{type:"boolean"},name:{type:"string"},readOnly:{type:"boolean"},required:{type:"boolean"},size:{type:"string",priority:!0},src:{type:"string"},type:{type:"string"},value:{type:"string",priority:!0},hasSearchButton:{type:"boolean"},hasSearchIcon:{type:"boolean"},labelHidden:{type:"boolean",priority:!0},clearButtonLabel:{type:"string"},outerEndComponent:{type:"string"},outerStartComponent:{type:"string"},innerStartComponent:{type:"string"},innerEndComponent:{type:"string"},descriptiveText:{type:"string",priority:!0},errorMessage:{type:"string"},hasError:{type:"boolean"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"}}},SelectField:{properties:{area:{type:"string"},form:{type:"string"},label:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},variation:{type:"string"},autoComplete:{type:"string"},autoFocus:{type:"boolean"},disabled:{type:"boolean"},multiple:{type:"boolean"},name:{type:"string"},required:{type:"boolean"},size:{type:"string"},value:{type:"string"},labelHidden:{type:"boolean"},descriptiveText:{type:"string"},errorMessage:{type:"string"},hasError:{type:"boolean"},isRequired:{type:"boolean"},iconColor:{type:"string"}}},SliderField:{properties:{area:{type:"string"},label:{type:"string",priority:!0},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean",priority:!0},id:{type:"string"},className:{type:"string"},testId:{type:"string"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"number"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string",priority:!0},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},variation:{type:"string"},step:{type:"number",priority:!0},autoComplete:{type:"string"},checked:{type:"boolean"},disabled:{type:"boolean"},enterKeyHint:{type:"string"},max:{type:"number",priority:!0},min:{type:"number",priority:!0},name:{type:"string"},size:{type:"string",priority:!0},type:{type:"string"},value:{type:"number",priority:!0},labelHidden:{type:"boolean"},outerEndComponent:{type:"string"},outerStartComponent:{type:"string"},innerStartComponent:{type:"string"},innerEndComponent:{type:"string"},descriptiveText:{type:"string",priority:!0},errorMessage:{type:"string"},hasError:{type:"boolean"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"},orientation:{type:"string",priority:!0},asChild:{type:"boolean"},minStepsBetweenThumbs:{type:"number"},isValueHidden:{type:"boolean"},trackSize:{type:"string"},emptyTrackColor:{type:"string",priority:!0},filledTrackColor:{type:"string",priority:!0},thumbColor:{type:"string",priority:!0}}},StepperField:{properties:{area:{type:"string"},form:{type:"string"},label:{type:"string",priority:!0},slot:{type:"string"},title:{type:"string"},pattern:{type:"string"},isDisabled:{type:"boolean",priority:!0},id:{type:"string"},className:{type:"string"},testId:{type:"string"},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},accept:{type:"string"},alt:{type:"string"},autoComplete:{type:"string"},autoFocus:{type:"boolean"},capture:{type:"string"},checked:{type:"boolean"},crossOrigin:{type:"string"},disabled:{type:"boolean"},enterKeyHint:{type:"string"},formAction:{type:"string"},formEncType:{type:"string"},formMethod:{type:"string"},formNoValidate:{type:"boolean"},formTarget:{type:"string"},max:{type:"number",priority:!0},maxLength:{type:"number"},min:{type:"number",priority:!0},minLength:{type:"number"},multiple:{type:"boolean"},name:{type:"string"},readOnly:{type:"boolean"},required:{type:"boolean"},size:{type:"string",priority:!0},src:{type:"string"},type:{type:"string"},value:{type:"number",priority:!0},labelHidden:{type:"boolean",priority:!0},outerEndComponent:{type:"string"},outerStartComponent:{type:"string"},innerStartComponent:{type:"string"},innerEndComponent:{type:"string"},descriptiveText:{type:"string",priority:!0},errorMessage:{type:"string"},hasError:{type:"boolean"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"},increaseButtonLabel:{type:"string"},decreaseButtonLabel:{type:"string"}}},SwitchField:{properties:{area:{type:"string"},label:{type:"string",priority:!0},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean",priority:!0},id:{type:"string"},className:{type:"string"},testId:{type:"string"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string",priority:!0},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},variation:{type:"string"},autoComplete:{type:"string"},checked:{type:"boolean"},enterKeyHint:{type:"string"},name:{type:"string"},size:{type:"string",priority:!0},type:{type:"string"},value:{type:"string",priority:!0},labelHidden:{type:"boolean"},descriptiveText:{type:"string",priority:!0},errorMessage:{type:"string"},hasError:{type:"boolean"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"},labelPosition:{type:"string",priority:!0},thumbColor:{type:"string",priority:!0},isChecked:{type:"boolean",priority:!0},isLabelHidden:{type:"boolean",priority:!0},trackColor:{type:"string",priority:!0},trackCheckedColor:{type:"string",priority:!0}}},Tabs:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},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",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",priority:!0},autoComplete:{type:"string"},autoFocus:{type:"boolean"},disabled:{type:"boolean"},maxLength:{type:"number",priority:!0},minLength:{type:"number"},name:{type:"string"},readOnly:{type:"boolean"},required:{type:"boolean"},size:{type:"string",priority:!0},value:{type:"string",priority:!0},labelHidden:{type:"boolean"},descriptiveText:{type:"string",priority:!0},errorMessage:{type:"string"},hasError:{type:"boolean"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"},cols:{type:"number"},dirName:{type:"string"},rows:{type:"number",priority:!0},resize:{type:"string",priority:!0}}},TextField:{properties:{area:{type:"string"},form:{type:"string"},label:{type:"string",priority:!0},slot:{type:"string"},title:{type:"string"},pattern:{type:"string"},isDisabled:{type:"boolean",priority:!0},id:{type:"string"},className:{type:"string"},testId:{type:"string"},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"},accept:{type:"string"},alt:{type:"string"},autoComplete:{type:"string"},autoFocus:{type:"boolean"},capture:{type:"string"},checked:{type:"boolean"},crossOrigin:{type:"string"},disabled:{type:"boolean"},enterKeyHint:{type:"string"},formAction:{type:"string"},formEncType:{type:"string"},formMethod:{type:"string"},formNoValidate:{type:"boolean"},formTarget:{type:"string"},max:{type:"string"},maxLength:{type:"number"},min:{type:"string"},minLength:{type:"number"},multiple:{type:"boolean"},name:{type:"string"},readOnly:{type:"boolean"},required:{type:"boolean"},size:{type:"string",priority:!0},src:{type:"string"},type:{type:"string"},value:{type:"string",priority:!0},labelHidden:{type:"boolean"},outerEndComponent:{type:"string"},outerStartComponent:{type:"string"},innerStartComponent:{type:"string"},innerEndComponent:{type:"string"},descriptiveText:{type:"string",priority:!0},errorMessage:{type:"string"},hasError:{type:"boolean"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"}}},ToggleButton:{properties:{area:{type:"string"},form:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},variation:{type:"string"},autoFocus:{type:"boolean"},disabled:{type:"boolean"},formAction:{type:"string"},formEncType:{type:"string"},formMethod:{type:"string"},formNoValidate:{type:"boolean"},formTarget:{type:"string"},name:{type:"string"},size:{type:"string"},type:{type:"string"},value:{type:"string"},isLoading:{type:"boolean"},isFullWidth:{type:"boolean"},loadingText:{type:"string"},isPressed:{type:"boolean"},defaultPressed:{type:"boolean"}}},ToggleButtonGroup:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},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"}}}};export{t as PrimitiveCatalog};
|
|
1
|
+
const t={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}}},Autocomplete:{properties:{area:{type:"string"},form:{type:"string"},label:{type:"string"},slot:{type:"string"},title:{type:"string"},pattern:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},list:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},variation:{type:"string"},required:{type:"boolean"},step:{type:"string"},accept:{type:"string"},alt:{type:"string"},autoComplete:{type:"string"},autoFocus:{type:"boolean"},capture:{type:"string"},checked:{type:"boolean"},crossOrigin:{type:"string"},disabled:{type:"boolean"},enterKeyHint:{type:"string"},formAction:{type:"string"},formEncType:{type:"string"},formMethod:{type:"string"},formNoValidate:{type:"boolean"},formTarget:{type:"string"},max:{type:"string"},maxLength:{type:"number"},min:{type:"string"},minLength:{type:"number"},multiple:{type:"boolean"},name:{type:"string"},readOnly:{type:"boolean"},size:{type:"string"},src:{type:"string"},type:{type:"string"},value:{type:"string"},isLoading:{type:"boolean"},hasSearchButton:{type:"boolean"},hasSearchIcon:{type:"boolean"},labelHidden:{type:"boolean"},clearButtonLabel:{type:"string"},outerEndComponent:{type:"string"},outerStartComponent:{type:"string"},innerStartComponent:{type:"string"},innerEndComponent:{type:"string"},descriptiveText:{type:"string"},errorMessage:{type:"string"},hasError:{type:"boolean"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"}}},Badge:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},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},autoFocus:{type:"boolean"},disabled:{type:"boolean"},formAction:{type:"string"},formEncType:{type:"string"},formMethod:{type:"string"},formNoValidate:{type:"boolean"},formTarget:{type:"string"},name:{type:"string"},size:{type:"string",priority:!0},type:{type:"string"},value:{type:"string"},isLoading:{type:"boolean"},isFullWidth:{type:"boolean"},loadingText:{type:"string"}}},ButtonGroup:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},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"},required:{type:"boolean"},step:{type:"string"},accept:{type:"string"},alt:{type:"string"},autoComplete:{type:"string"},autoFocus:{type:"boolean"},capture:{type:"string"},checked:{type:"boolean"},crossOrigin:{type:"string"},disabled:{type:"boolean"},enterKeyHint:{type:"string"},formAction:{type:"string"},formEncType:{type:"string"},formMethod:{type:"string"},formNoValidate:{type:"boolean"},formTarget:{type:"string"},max:{type:"string"},maxLength:{type:"number"},min:{type:"string"},minLength:{type:"number"},multiple:{type:"boolean"},name:{type:"string"},readOnly:{type:"boolean"},size:{type:"string"},src:{type:"string"},type:{type:"string"},value:{type:"string"},labelHidden:{type:"boolean"},descriptiveText:{type:"string"},errorMessage:{type:"string"},hasError:{type:"boolean"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"},labelPosition:{type:"string"},isIndeterminate:{type:"boolean"}}},Collection:{properties:{type:{type:"string"},isPaginated:{type:"boolean"},itemsPerPage:{type:"number"},isSearchable:{type:"boolean"},searchLabel:{type:"string"},searchPlaceholder:{type:"string"},searchNoResultsFound:{type:"string"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},area:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},as:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},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"},autoFocus:{type:"boolean"},disabled:{type:"boolean"},formAction:{type:"string"},formEncType:{type:"string"},formMethod:{type:"string"},formNoValidate:{type:"boolean"},formTarget:{type:"string"},name:{type:"string"},size:{type:"string"},type:{type:"string"},value:{type:"string"},isVisible:{type:"boolean"},excludeFromTabOrder:{type:"boolean"}}},Flex:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},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"}}},HighlightMatch:{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"},query:{type:"string"}}},Icon:{properties:{string:{type:"string"},area:{type:"string"},clipPath:{type:"string"},filter:{type:"string"},mask:{type:"string"},path:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string",priority:!0},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string",priority:!0},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string",priority:!0},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},lang:{type:"string"},tabIndex:{type:"number"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},direction:{type:"string"},end:{type:"string"},clip:{type:"string"},crossOrigin:{type:"string"},max:{type:"string"},min:{type:"string"},name:{type:"string"},type:{type:"string"},orientation:{type:"string"},media:{type:"string"},method:{type:"string"},target:{type:"string"},accentHeight:{type:"string"},accumulate:{type:"string"},additive:{type:"string"},alignmentBaseline:{type:"string"},allowReorder:{type:"string"},alphabetic:{type:"string"},amplitude:{type:"string"},arabicForm:{type:"string"},ascent:{type:"string"},attributeName:{type:"string"},attributeType:{type:"string"},autoReverse:{type:"string"},azimuth:{type:"string"},baseFrequency:{type:"string"},baselineShift:{type:"string"},baseProfile:{type:"string"},bbox:{type:"string"},begin:{type:"string"},bias:{type:"string"},by:{type:"string"},calcMode:{type:"string"},capHeight:{type:"string"},clipPathUnits:{type:"string"},clipRule:{type:"string"},colorInterpolation:{type:"string"},colorInterpolationFilters:{type:"string"},colorProfile:{type:"string"},colorRendering:{type:"string"},contentScriptType:{type:"string"},contentStyleType:{type:"string"},cursor:{type:"string"},cx:{type:"string"},cy:{type:"string"},d:{type:"string"},decelerate:{type:"string"},descent:{type:"string"},diffuseConstant:{type:"string"},divisor:{type:"string"},dominantBaseline:{type:"string"},dur:{type:"string"},dx:{type:"string"},dy:{type:"string"},edgeMode:{type:"string"},elevation:{type:"string"},enableBackground:{type:"string"},exponent:{type:"string"},externalResourcesRequired:{type:"string"},fill:{type:"string"},fillOpacity:{type:"string"},fillRule:{type:"string"},filterRes:{type:"string"},filterUnits:{type:"string"},floodColor:{type:"string"},floodOpacity:{type:"string"},focusable:{type:"string"},fontSizeAdjust:{type:"string"},fontStretch:{type:"string"},fontVariant:{type:"string"},format:{type:"string"},fr:{type:"string"},from:{type:"string"},fx:{type:"string"},fy:{type:"string"},g1:{type:"string"},g2:{type:"string"},glyphName:{type:"string"},glyphOrientationHorizontal:{type:"string"},glyphOrientationVertical:{type:"string"},glyphRef:{type:"string"},gradientTransform:{type:"string"},gradientUnits:{type:"string"},hanging:{type:"string"},horizAdvX:{type:"string"},horizOriginX:{type:"string"},href:{type:"string"},ideographic:{type:"string"},imageRendering:{type:"string"},in2:{type:"string"},in:{type:"string"},intercept:{type:"string"},k1:{type:"string"},k2:{type:"string"},k3:{type:"string"},k4:{type:"string"},k:{type:"string"},kernelMatrix:{type:"string"},kernelUnitLength:{type:"string"},kerning:{type:"string"},keyPoints:{type:"string"},keySplines:{type:"string"},keyTimes:{type:"string"},lengthAdjust:{type:"string"},lightingColor:{type:"string"},limitingConeAngle:{type:"string"},local:{type:"string"},markerEnd:{type:"string"},markerHeight:{type:"string"},markerMid:{type:"string"},markerStart:{type:"string"},markerUnits:{type:"string"},markerWidth:{type:"string"},maskContentUnits:{type:"string"},maskUnits:{type:"string"},mathematical:{type:"string"},mode:{type:"string"},numOctaves:{type:"string"},offset:{type:"string"},operator:{type:"string"},orient:{type:"string"},origin:{type:"string"},overlinePosition:{type:"string"},overlineThickness:{type:"string"},paintOrder:{type:"string"},panose1:{type:"string"},pathLength:{type:"string"},patternContentUnits:{type:"string"},patternTransform:{type:"string"},patternUnits:{type:"string"},pointerEvents:{type:"string"},points:{type:"string"},pointsAtX:{type:"string"},pointsAtY:{type:"string"},pointsAtZ:{type:"string"},preserveAlpha:{type:"string"},preserveAspectRatio:{type:"string"},primitiveUnits:{type:"string"},r:{type:"string"},radius:{type:"string"},refX:{type:"string"},refY:{type:"string"},renderingIntent:{type:"string"},repeatCount:{type:"string"},repeatDur:{type:"string"},requiredExtensions:{type:"string"},requiredFeatures:{type:"string"},restart:{type:"string"},result:{type:"string"},rotate:{type:"string"},rx:{type:"string"},ry:{type:"string"},scale:{type:"string"},seed:{type:"string"},shapeRendering:{type:"string"},slope:{type:"string"},spacing:{type:"string"},specularConstant:{type:"string"},specularExponent:{type:"string"},speed:{type:"string"},spreadMethod:{type:"string"},startOffset:{type:"string"},stdDeviation:{type:"string"},stemh:{type:"string"},stemv:{type:"string"},stitchTiles:{type:"string"},stopColor:{type:"string"},stopOpacity:{type:"string"},strikethroughPosition:{type:"string"},strikethroughThickness:{type:"string"},stroke:{type:"string"},strokeDasharray:{type:"string"},strokeDashoffset:{type:"string"},strokeLinecap:{type:"string"},strokeLinejoin:{type:"string"},strokeMiterlimit:{type:"string"},strokeOpacity:{type:"string"},strokeWidth:{type:"string"},surfaceScale:{type:"string"},systemLanguage:{type:"string"},tableValues:{type:"string"},targetX:{type:"string"},targetY:{type:"string"},textAnchor:{type:"string"},textLength:{type:"string"},textRendering:{type:"string"},to:{type:"string"},u1:{type:"string"},u2:{type:"string"},underlinePosition:{type:"string"},underlineThickness:{type:"string"},unicode:{type:"string"},unicodeBidi:{type:"string"},unicodeRange:{type:"string"},unitsPerEm:{type:"string"},vAlphabetic:{type:"string"},values:{type:"string"},vectorEffect:{type:"string"},version:{type:"string"},vertAdvY:{type:"string"},vertOriginX:{type:"string"},vertOriginY:{type:"string"},vHanging:{type:"string"},vIdeographic:{type:"string"},viewTarget:{type:"string"},visibility:{type:"string"},vMathematical:{type:"string"},widths:{type:"string"},wordSpacing:{type:"string"},writingMode:{type:"string"},x1:{type:"string"},x2:{type:"string"},x:{type:"string"},xChannelSelector:{type:"string"},xHeight:{type:"string"},xlinkActuate:{type:"string"},xlinkArcrole:{type:"string"},xlinkHref:{type:"string"},xlinkRole:{type:"string"},xlinkShow:{type:"string"},xlinkTitle:{type:"string"},xlinkType:{type:"string"},xmlBase:{type:"string"},xmlLang:{type:"string"},xmlns:{type:"string"},xmlnsXlink:{type:"string"},xmlSpace:{type:"string"},y1:{type:"string"},y2:{type:"string"},y:{type:"string"},yChannelSelector:{type:"string"},z:{type:"string"},zoomAndPan:{type:"string"},pathData:{type:"string"}}},Image:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},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"},crossOrigin:{type:"string"},max:{type:"string"},min:{type:"string"},name:{type:"string"},size:{type:"string"},type:{type:"string"},orientation:{type:"string"},media:{type:"string"},method:{type:"string"},target:{type:"string"},accentHeight:{type:"string"},accumulate:{type:"string"},additive:{type:"string"},alignmentBaseline:{type:"string"},allowReorder:{type:"string"},alphabetic:{type:"string"},amplitude:{type:"string"},arabicForm:{type:"string"},ascent:{type:"string"},attributeName:{type:"string"},attributeType:{type:"string"},autoReverse:{type:"string"},azimuth:{type:"string"},baseFrequency:{type:"string"},baselineShift:{type:"string"},baseProfile:{type:"string"},bbox:{type:"string"},begin:{type:"string"},bias:{type:"string"},by:{type:"string"},calcMode:{type:"string"},capHeight:{type:"string"},clipPathUnits:{type:"string"},clipRule:{type:"string"},colorInterpolation:{type:"string"},colorInterpolationFilters:{type:"string"},colorProfile:{type:"string"},colorRendering:{type:"string"},contentScriptType:{type:"string"},contentStyleType:{type:"string"},cursor:{type:"string"},cx:{type:"string"},cy:{type:"string"},d:{type:"string"},decelerate:{type:"string"},descent:{type:"string"},diffuseConstant:{type:"string"},divisor:{type:"string"},dominantBaseline:{type:"string"},dur:{type:"string"},dx:{type:"string"},dy:{type:"string"},edgeMode:{type:"string"},elevation:{type:"string"},enableBackground:{type:"string"},exponent:{type:"string"},externalResourcesRequired:{type:"string"},fill:{type:"string"},fillOpacity:{type:"string"},fillRule:{type:"string"},filterRes:{type:"string"},filterUnits:{type:"string"},floodColor:{type:"string"},floodOpacity:{type:"string"},focusable:{type:"string"},fontSizeAdjust:{type:"string"},fontStretch:{type:"string"},fontVariant:{type:"string"},format:{type:"string"},fr:{type:"string"},from:{type:"string"},fx:{type:"string"},fy:{type:"string"},g1:{type:"string"},g2:{type:"string"},glyphName:{type:"string"},glyphOrientationHorizontal:{type:"string"},glyphOrientationVertical:{type:"string"},glyphRef:{type:"string"},gradientTransform:{type:"string"},gradientUnits:{type:"string"},hanging:{type:"string"},horizAdvX:{type:"string"},horizOriginX:{type:"string"},href:{type:"string"},ideographic:{type:"string"},imageRendering:{type:"string"},in2:{type:"string"},in:{type:"string"},intercept:{type:"string"},k1:{type:"string"},k2:{type:"string"},k3:{type:"string"},k4:{type:"string"},k:{type:"string"},kernelMatrix:{type:"string"},kernelUnitLength:{type:"string"},kerning:{type:"string"},keyPoints:{type:"string"},keySplines:{type:"string"},keyTimes:{type:"string"},lengthAdjust:{type:"string"},lightingColor:{type:"string"},limitingConeAngle:{type:"string"},local:{type:"string"},markerEnd:{type:"string"},markerHeight:{type:"string"},markerMid:{type:"string"},markerStart:{type:"string"},markerUnits:{type:"string"},markerWidth:{type:"string"},maskContentUnits:{type:"string"},maskUnits:{type:"string"},mathematical:{type:"string"},mode:{type:"string"},numOctaves:{type:"string"},offset:{type:"string"},operator:{type:"string"},orient:{type:"string"},origin:{type:"string"},overlinePosition:{type:"string"},overlineThickness:{type:"string"},paintOrder:{type:"string"},panose1:{type:"string"},pathLength:{type:"string"},patternContentUnits:{type:"string"},patternTransform:{type:"string"},patternUnits:{type:"string"},pointerEvents:{type:"string"},points:{type:"string"},pointsAtX:{type:"string"},pointsAtY:{type:"string"},pointsAtZ:{type:"string"},preserveAlpha:{type:"string"},preserveAspectRatio:{type:"string"},primitiveUnits:{type:"string"},r:{type:"string"},radius:{type:"string"},refX:{type:"string"},refY:{type:"string"},renderingIntent:{type:"string"},repeatCount:{type:"string"},repeatDur:{type:"string"},requiredExtensions:{type:"string"},requiredFeatures:{type:"string"},restart:{type:"string"},result:{type:"string"},rotate:{type:"string"},rx:{type:"string"},ry:{type:"string"},scale:{type:"string"},seed:{type:"string"},shapeRendering:{type:"string"},slope:{type:"string"},spacing:{type:"string"},specularConstant:{type:"string"},specularExponent:{type:"string"},speed:{type:"string"},spreadMethod:{type:"string"},startOffset:{type:"string"},stdDeviation:{type:"string"},stemh:{type:"string"},stemv:{type:"string"},stitchTiles:{type:"string"},stopColor:{type:"string"},stopOpacity:{type:"string"},strikethroughPosition:{type:"string"},strikethroughThickness:{type:"string"},stroke:{type:"string"},strokeDasharray:{type:"string"},strokeDashoffset:{type:"string"},strokeLinecap:{type:"string"},strokeLinejoin:{type:"string"},strokeMiterlimit:{type:"string"},strokeOpacity:{type:"string"},strokeWidth:{type:"string"},surfaceScale:{type:"string"},systemLanguage:{type:"string"},tableValues:{type:"string"},targetX:{type:"string"},targetY:{type:"string"},textAnchor:{type:"string"},textLength:{type:"string"},textRendering:{type:"string"},to:{type:"string"},u1:{type:"string"},u2:{type:"string"},underlinePosition:{type:"string"},underlineThickness:{type:"string"},unicode:{type:"string"},unicodeBidi:{type:"string"},unicodeRange:{type:"string"},unitsPerEm:{type:"string"},vAlphabetic:{type:"string"},values:{type:"string"},vectorEffect:{type:"string"},version:{type:"string"},vertAdvY:{type:"string"},vertOriginX:{type:"string"},vertOriginY:{type:"string"},vHanging:{type:"string"},vIdeographic:{type:"string"},viewBox:{type:"string"},viewTarget:{type:"string"},visibility:{type:"string"},vMathematical:{type:"string"},widths:{type:"string"},wordSpacing:{type:"string"},writingMode:{type:"string"},x1:{type:"string"},x2:{type:"string"},x:{type:"string"},xChannelSelector:{type:"string"},xHeight:{type:"string"},xlinkActuate:{type:"string"},xlinkArcrole:{type:"string"},xlinkHref:{type:"string"},xlinkRole:{type:"string"},xlinkShow:{type:"string"},xlinkTitle:{type:"string"},xlinkType:{type:"string"},xmlBase:{type:"string"},xmlLang:{type:"string"},xmlns:{type:"string"},xmlnsXlink:{type:"string"},xmlSpace:{type:"string"},y1:{type:"string"},y2:{type:"string"},y:{type:"string"},yChannelSelector:{type:"string"},z:{type:"string"},zoomAndPan:{type:"string"},filledColor:{type:"string"},emptyColor:{type:"string"},percentage:{type:"number"},isDeterminate:{type:"boolean"},isPercentageTextHidden:{type:"boolean"}}},Menu:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},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"},isLoading:{type:"boolean"},isFullWidth:{type:"boolean"},loadingText:{type:"string"},form:{type:"string"},slot:{type:"string"},title:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},autoFocus:{type:"boolean"},disabled:{type:"boolean"},formAction:{type:"string"},formEncType:{type:"string"},formMethod:{type:"string"},formNoValidate:{type:"boolean"},formTarget:{type:"string"},name:{type:"string"},value:{type:"string"}}},MenuItem:{properties:{children:{type:"string"},isDisabled:{type:"boolean"},isFullWidth:{type:"boolean"},isLoading:{type:"boolean"},loadingText:{type:"string"},size:{type:"string"},type:{type:"string"},variation:{type:"string"},as:{type:"string"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},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"},required:{type:"boolean"},step:{type:"string"},accept:{type:"string"},alt:{type:"string"},autoComplete:{type:"string"},autoFocus:{type:"boolean"},capture:{type:"string"},checked:{type:"boolean"},crossOrigin:{type:"string"},disabled:{type:"boolean"},enterKeyHint:{type:"string"},formAction:{type:"string"},formEncType:{type:"string"},formMethod:{type:"string"},formNoValidate:{type:"boolean"},formTarget:{type:"string"},max:{type:"string"},maxLength:{type:"number"},min:{type:"string"},minLength:{type:"number"},multiple:{type:"boolean"},name:{type:"string"},readOnly:{type:"boolean"},size:{type:"string",priority:!0},src:{type:"string"},type:{type:"string"},value:{type:"string",priority:!0},labelHidden:{type:"boolean",priority:!0},outerEndComponent:{type:"string"},outerStartComponent:{type:"string"},innerStartComponent:{type:"string"},innerEndComponent:{type:"string"},descriptiveText:{type:"string",priority:!0},errorMessage:{type:"string"},hasError:{type:"boolean"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"},hideShowPassword:{type:"boolean",priority:!0},hidePasswordButtonLabel:{type:"string"},passwordIsHiddenLabel:{type:"string"},passwordIsShownLabel:{type:"string"},showPasswordButtonLabel:{type:"string"}}},PhoneNumberField:{properties:{area:{type:"string"},form:{type:"string"},label:{type:"string",priority:!0},slot:{type:"string"},title:{type:"string"},pattern:{type:"string"},isDisabled:{type:"boolean",priority:!0},id:{type:"string"},className:{type:"string"},testId:{type:"string"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string",priority:!0},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},list:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},variation:{type:"string"},required:{type:"boolean"},step:{type:"string"},accept:{type:"string"},alt:{type:"string"},autoComplete:{type:"string"},autoFocus:{type:"boolean"},capture:{type:"string"},checked:{type:"boolean"},crossOrigin:{type:"string"},disabled:{type:"boolean"},enterKeyHint:{type:"string"},formAction:{type:"string"},formEncType:{type:"string"},formMethod:{type:"string"},formNoValidate:{type:"boolean"},formTarget:{type:"string"},max:{type:"string"},maxLength:{type:"number"},min:{type:"string"},minLength:{type:"number"},multiple:{type:"boolean"},name:{type:"string"},readOnly:{type:"boolean"},size:{type:"string",priority:!0},src:{type:"string"},type:{type:"string"},value:{type:"string",priority:!0},labelHidden:{type:"boolean",priority:!0},outerEndComponent:{type:"string"},outerStartComponent:{type:"string"},innerStartComponent:{type:"string"},innerEndComponent:{type:"string"},descriptiveText:{type:"string",priority:!0},errorMessage:{type:"string"},hasError:{type:"boolean"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"},defaultCountryCode:{type:"string"},defaultDialCode:{type:"string"},dialCodeLabel:{type:"string"},dialCodeName:{type:"string"},countryCodeLabel:{type:"string"},countryCodeName:{type:"string"}}},Placeholder:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},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"},required:{type:"boolean"},step:{type:"string"},accept:{type:"string"},alt:{type:"string"},autoComplete:{type:"string"},autoFocus:{type:"boolean"},capture:{type:"string"},checked:{type:"boolean",priority:!0},crossOrigin:{type:"string"},disabled:{type:"boolean"},enterKeyHint:{type:"string"},formAction:{type:"string"},formEncType:{type:"string"},formMethod:{type:"string"},formNoValidate:{type:"boolean"},formTarget:{type:"string"},max:{type:"string"},maxLength:{type:"number"},min:{type:"string"},minLength:{type:"number"},multiple:{type:"boolean"},name:{type:"string"},readOnly:{type:"boolean"},size:{type:"string",priority:!0},src:{type:"string"},type:{type:"string"},value:{type:"string",priority:!0},hasError:{type:"boolean"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"},labelPosition:{type:"string",priority:!0}}},RadioGroupField:{properties:{area:{type:"string"},label:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},variation:{type:"string"},autoComplete:{type:"string"},checked:{type:"boolean"},enterKeyHint:{type:"string"},name:{type:"string"},size:{type:"string"},type:{type:"string"},value:{type:"string"},labelHidden:{type:"boolean"},descriptiveText:{type:"string"},errorMessage:{type:"string"},hasError:{type:"boolean"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"},labelPosition:{type:"string"}}},Rating:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},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},required:{type:"boolean"},step:{type:"string"},accept:{type:"string"},alt:{type:"string"},autoComplete:{type:"string"},autoFocus:{type:"boolean"},capture:{type:"string"},checked:{type:"boolean"},crossOrigin:{type:"string"},disabled:{type:"boolean"},enterKeyHint:{type:"string"},formAction:{type:"string"},formEncType:{type:"string"},formMethod:{type:"string"},formNoValidate:{type:"boolean"},formTarget:{type:"string"},max:{type:"string"},maxLength:{type:"number"},min:{type:"string"},minLength:{type:"number"},multiple:{type:"boolean"},name:{type:"string"},readOnly:{type:"boolean"},size:{type:"string",priority:!0},src:{type:"string"},type:{type:"string"},value:{type:"string",priority:!0},hasSearchButton:{type:"boolean"},hasSearchIcon:{type:"boolean"},labelHidden:{type:"boolean",priority:!0},clearButtonLabel:{type:"string"},outerEndComponent:{type:"string"},outerStartComponent:{type:"string"},innerStartComponent:{type:"string"},innerEndComponent:{type:"string"},descriptiveText:{type:"string",priority:!0},errorMessage:{type:"string"},hasError:{type:"boolean"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"}}},SelectField:{properties:{area:{type:"string"},form:{type:"string"},label:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},variation:{type:"string"},required:{type:"boolean"},autoComplete:{type:"string"},autoFocus:{type:"boolean"},disabled:{type:"boolean"},multiple:{type:"boolean"},name:{type:"string"},size:{type:"string"},value:{type:"string"},labelHidden:{type:"boolean"},descriptiveText:{type:"string"},errorMessage:{type:"string"},hasError:{type:"boolean"},isRequired:{type:"boolean"},iconColor:{type:"string"}}},SliderField:{properties:{area:{type:"string"},label:{type:"string",priority:!0},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean",priority:!0},id:{type:"string"},className:{type:"string"},testId:{type:"string"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"number"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string",priority:!0},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},variation:{type:"string"},step:{type:"number",priority:!0},autoComplete:{type:"string"},checked:{type:"boolean"},disabled:{type:"boolean"},enterKeyHint:{type:"string"},max:{type:"number",priority:!0},min:{type:"number",priority:!0},name:{type:"string"},size:{type:"string",priority:!0},type:{type:"string"},value:{type:"number",priority:!0},labelHidden:{type:"boolean"},outerEndComponent:{type:"string"},outerStartComponent:{type:"string"},innerStartComponent:{type:"string"},innerEndComponent:{type:"string"},descriptiveText:{type:"string",priority:!0},errorMessage:{type:"string"},hasError:{type:"boolean"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"},orientation:{type:"string",priority:!0},asChild:{type:"boolean"},minStepsBetweenThumbs:{type:"number"},isValueHidden:{type:"boolean"},trackSize:{type:"string"},emptyTrackColor:{type:"string",priority:!0},filledTrackColor:{type:"string",priority:!0},thumbColor:{type:"string",priority:!0}}},StepperField:{properties:{area:{type:"string"},form:{type:"string"},label:{type:"string",priority:!0},slot:{type:"string"},title:{type:"string"},pattern:{type:"string"},isDisabled:{type:"boolean",priority:!0},id:{type:"string"},className:{type:"string"},testId:{type:"string"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"number"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string",priority:!0},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},list:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},variation:{type:"string",priority:!0},required:{type:"boolean"},step:{type:"number",priority:!0},accept:{type:"string"},alt:{type:"string"},autoComplete:{type:"string"},autoFocus:{type:"boolean"},capture:{type:"string"},checked:{type:"boolean"},crossOrigin:{type:"string"},disabled:{type:"boolean"},enterKeyHint:{type:"string"},formAction:{type:"string"},formEncType:{type:"string"},formMethod:{type:"string"},formNoValidate:{type:"boolean"},formTarget:{type:"string"},max:{type:"number",priority:!0},maxLength:{type:"number"},min:{type:"number",priority:!0},minLength:{type:"number"},multiple:{type:"boolean"},name:{type:"string"},readOnly:{type:"boolean"},size:{type:"string",priority:!0},src:{type:"string"},type:{type:"string"},value:{type:"number",priority:!0},labelHidden:{type:"boolean",priority:!0},outerEndComponent:{type:"string"},outerStartComponent:{type:"string"},innerStartComponent:{type:"string"},innerEndComponent:{type:"string"},descriptiveText:{type:"string",priority:!0},errorMessage:{type:"string"},hasError:{type:"boolean"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"},increaseButtonLabel:{type:"string"},decreaseButtonLabel:{type:"string"}}},SwitchField:{properties:{area:{type:"string"},label:{type:"string",priority:!0},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean",priority:!0},id:{type:"string"},className:{type:"string"},testId:{type:"string"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string",priority:!0},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},variation:{type:"string"},autoComplete:{type:"string"},checked:{type:"boolean"},enterKeyHint:{type:"string"},name:{type:"string"},size:{type:"string",priority:!0},type:{type:"string"},value:{type:"string",priority:!0},labelHidden:{type:"boolean"},descriptiveText:{type:"string",priority:!0},errorMessage:{type:"string"},hasError:{type:"boolean"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"},labelPosition:{type:"string",priority:!0},thumbColor:{type:"string",priority:!0},isChecked:{type:"boolean",priority:!0},isLabelHidden:{type:"boolean",priority:!0},trackColor:{type:"string",priority:!0},trackCheckedColor:{type:"string",priority:!0}}},Tabs:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},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",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",priority:!0},required:{type:"boolean"},autoComplete:{type:"string"},autoFocus:{type:"boolean"},disabled:{type:"boolean"},maxLength:{type:"number",priority:!0},minLength:{type:"number"},name:{type:"string"},readOnly:{type:"boolean"},size:{type:"string",priority:!0},value:{type:"string",priority:!0},labelHidden:{type:"boolean"},descriptiveText:{type:"string",priority:!0},errorMessage:{type:"string"},hasError:{type:"boolean"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"},cols:{type:"number"},dirName:{type:"string"},rows:{type:"number",priority:!0},resize:{type:"string",priority:!0}}},TextField:{properties:{area:{type:"string"},form:{type:"string"},label:{type:"string",priority:!0},slot:{type:"string"},title:{type:"string"},pattern:{type:"string"},isDisabled:{type:"boolean",priority:!0},id:{type:"string"},className:{type:"string"},testId:{type:"string"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string",priority:!0},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},list:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},variation:{type:"string",priority:!0},required:{type:"boolean"},step:{type:"string"},accept:{type:"string"},alt:{type:"string"},autoComplete:{type:"string"},autoFocus:{type:"boolean"},capture:{type:"string"},checked:{type:"boolean"},crossOrigin:{type:"string"},disabled:{type:"boolean"},enterKeyHint:{type:"string"},formAction:{type:"string"},formEncType:{type:"string"},formMethod:{type:"string"},formNoValidate:{type:"boolean"},formTarget:{type:"string"},max:{type:"string"},maxLength:{type:"number"},min:{type:"string"},minLength:{type:"number"},multiple:{type:"boolean"},name:{type:"string"},readOnly:{type:"boolean"},size:{type:"string",priority:!0},src:{type:"string"},type:{type:"string"},value:{type:"string",priority:!0},labelHidden:{type:"boolean"},outerEndComponent:{type:"string"},outerStartComponent:{type:"string"},innerStartComponent:{type:"string"},innerEndComponent:{type:"string"},descriptiveText:{type:"string",priority:!0},errorMessage:{type:"string"},hasError:{type:"boolean"},isReadOnly:{type:"boolean"},isRequired:{type:"boolean"}}},ToggleButton:{properties:{area:{type:"string"},form:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},alignSelf:{type:"string"},backgroundColor:{type:"string"},backgroundImage:{type:"string"},border:{type:"string"},borderRadius:{type:"string"},bottom:{type:"string"},boxShadow:{type:"string"},color:{type:"string"},display:{type:"string"},fontFamily:{type:"string"},fontSize:{type:"string"},fontStyle:{type:"string"},fontWeight:{type:"string"},height:{type:"string"},left:{type:"string"},letterSpacing:{type:"string"},lineHeight:{type:"string"},margin:{type:"string"},marginBlock:{type:"string"},marginBlockEnd:{type:"string"},marginBlockStart:{type:"string"},marginBottom:{type:"string"},marginInline:{type:"string"},marginInlineEnd:{type:"string"},marginInlineStart:{type:"string"},marginLeft:{type:"string"},marginRight:{type:"string"},marginTop:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"},minHeight:{type:"string"},minWidth:{type:"string"},opacity:{type:"string"},overflow:{type:"string"},padding:{type:"string"},paddingBlock:{type:"string"},paddingBlockEnd:{type:"string"},paddingBlockStart:{type:"string"},paddingBottom:{type:"string"},paddingInline:{type:"string"},paddingInlineEnd:{type:"string"},paddingInlineStart:{type:"string"},paddingLeft:{type:"string"},paddingRight:{type:"string"},paddingTop:{type:"string"},position:{type:"string"},right:{type:"string"},textAlign:{type:"string"},textDecoration:{type:"string"},textTransform:{type:"string"},top:{type:"string"},transform:{type:"string"},transformOrigin:{type:"string"},width:{type:"string"},whiteSpace:{type:"string"},flex:{type:"string"},order:{type:"string"},grow:{type:"string"},shrink:{type:"string"},basis:{type:"string"},column:{type:"string"},columnEnd:{type:"string"},columnSpan:{type:"string"},columnStart:{type:"string"},row:{type:"string"},rowEnd:{type:"string"},rowSpan:{type:"string"},rowStart:{type:"string"},ariaLabel:{type:"string"},ariaValuetext:{type:"string"},role:{type:"string"},key:{type:"string"},defaultChecked:{type:"boolean"},defaultValue:{type:"string"},suppressContentEditableWarning:{type:"boolean"},suppressHydrationWarning:{type:"boolean"},accessKey:{type:"string"},contentEditable:{type:"string"},contextMenu:{type:"string"},dir:{type:"string"},draggable:{type:"string"},hidden:{type:"boolean"},lang:{type:"string"},placeholder:{type:"string"},spellCheck:{type:"string"},tabIndex:{type:"number"},translate:{type:"string"},radioGroup:{type:"string"},about:{type:"string"},datatype:{type:"string"},prefix:{type:"string"},property:{type:"string"},resource:{type:"string"},typeof:{type:"string"},vocab:{type:"string"},autoCapitalize:{type:"string"},autoCorrect:{type:"string"},autoSave:{type:"string"},itemProp:{type:"string"},itemScope:{type:"boolean"},itemType:{type:"string"},itemID:{type:"string"},itemRef:{type:"string"},results:{type:"number"},security:{type:"string"},unselectable:{type:"string"},inputMode:{type:"string"},is:{type:"string"},"aria-activedescendant":{type:"string"},"aria-atomic":{type:"string"},"aria-autocomplete":{type:"string"},"aria-busy":{type:"string"},"aria-checked":{type:"string"},"aria-colcount":{type:"number"},"aria-colindex":{type:"number"},"aria-colspan":{type:"number"},"aria-controls":{type:"string"},"aria-current":{type:"string"},"aria-describedby":{type:"string"},"aria-details":{type:"string"},"aria-disabled":{type:"string"},"aria-dropeffect":{type:"string"},"aria-errormessage":{type:"string"},"aria-expanded":{type:"string"},"aria-flowto":{type:"string"},"aria-grabbed":{type:"string"},"aria-haspopup":{type:"string"},"aria-hidden":{type:"string"},"aria-invalid":{type:"string"},"aria-keyshortcuts":{type:"string"},"aria-label":{type:"string"},"aria-labelledby":{type:"string"},"aria-level":{type:"number"},"aria-live":{type:"string"},"aria-modal":{type:"string"},"aria-multiline":{type:"string"},"aria-multiselectable":{type:"string"},"aria-orientation":{type:"string"},"aria-owns":{type:"string"},"aria-placeholder":{type:"string"},"aria-posinset":{type:"number"},"aria-pressed":{type:"string"},"aria-readonly":{type:"string"},"aria-relevant":{type:"string"},"aria-required":{type:"string"},"aria-roledescription":{type:"string"},"aria-rowcount":{type:"number"},"aria-rowindex":{type:"number"},"aria-rowspan":{type:"number"},"aria-selected":{type:"string"},"aria-setsize":{type:"number"},"aria-sort":{type:"string"},"aria-valuemax":{type:"number"},"aria-valuemin":{type:"number"},"aria-valuenow":{type:"number"},"aria-valuetext":{type:"string"},children:{type:"string"},direction:{type:"string"},wrap:{type:"string"},alignItems:{type:"string"},alignContent:{type:"string"},justifyContent:{type:"string"},gap:{type:"string"},columnGap:{type:"string"},rowGap:{type:"string"},variation:{type:"string"},autoFocus:{type:"boolean"},disabled:{type:"boolean"},formAction:{type:"string"},formEncType:{type:"string"},formMethod:{type:"string"},formNoValidate:{type:"boolean"},formTarget:{type:"string"},name:{type:"string"},size:{type:"string"},type:{type:"string"},value:{type:"string"},isLoading:{type:"boolean"},isFullWidth:{type:"boolean"},loadingText:{type:"string"},isPressed:{type:"boolean"},defaultPressed:{type:"boolean"}}},ToggleButtonGroup:{properties:{area:{type:"string"},slot:{type:"string"},title:{type:"string"},isDisabled:{type:"boolean"},id:{type:"string"},className:{type:"string"},testId:{type:"string"},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"}}}};export{t as PrimitiveCatalog};
|