@noodleseed/one 0.32.1 → 0.34.0
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/LICENSE +27 -1
- package/NOTICE +4 -0
- package/dist/assistant-embed-scaffold-template.d.ts +10 -0
- package/dist/assistant-embed-scaffold-template.d.ts.map +1 -0
- package/dist/assistant-embed-scaffold-template.js +74 -0
- package/dist/assistant-embed-scaffold-template.js.map +1 -0
- package/dist/commands/assistant-embed-ops.d.ts +2 -0
- package/dist/commands/assistant-embed-ops.d.ts.map +1 -0
- package/dist/commands/assistant-embed-ops.js +87 -0
- package/dist/commands/assistant-embed-ops.js.map +1 -0
- package/dist/commands/assistant-ops.d.ts.map +1 -1
- package/dist/commands/assistant-ops.js +32 -1
- package/dist/commands/assistant-ops.js.map +1 -1
- package/dist/commands/catalog-data-resources.d.ts.map +1 -1
- package/dist/commands/catalog-data-resources.js +11 -0
- package/dist/commands/catalog-data-resources.js.map +1 -1
- package/dist/commands/deploy-ops.d.ts +2 -0
- package/dist/commands/deploy-ops.d.ts.map +1 -1
- package/dist/commands/deploy-ops.js +18 -0
- package/dist/commands/deploy-ops.js.map +1 -1
- package/dist/commands/mcp-apps.js +20 -0
- package/dist/commands/mcp-apps.js.map +1 -1
- package/dist/commands/project-setup.d.ts +2 -2
- package/dist/commands/project-setup.d.ts.map +1 -1
- package/dist/commands/project-setup.js +5 -4
- package/dist/commands/project-setup.js.map +1 -1
- package/dist/control-plane.d.ts.map +1 -1
- package/dist/control-plane.js +2 -0
- package/dist/control-plane.js.map +1 -1
- package/dist/deploy.d.ts +2 -1
- package/dist/deploy.d.ts.map +1 -1
- package/dist/deploy.js +57 -40
- package/dist/deploy.js.map +1 -1
- package/dist/first-run.js +1 -1
- package/dist/first-run.js.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js.map +1 -1
- package/dist/openapi-import.d.ts.map +1 -1
- package/dist/openapi-import.js +6 -1
- package/dist/openapi-import.js.map +1 -1
- package/dist/project-scaffold-templates.d.ts +9 -6
- package/dist/project-scaffold-templates.d.ts.map +1 -1
- package/dist/project-scaffold-templates.js +9 -200
- package/dist/project-scaffold-templates.js.map +1 -1
- package/dist/project.d.ts.map +1 -1
- package/dist/project.js +5 -2
- package/dist/project.js.map +1 -1
- package/dist/react-widget-build.js +10 -0
- package/dist/react-widget-build.js.map +1 -1
- package/dist/react.d.ts +2 -2
- package/dist/react.d.ts.map +1 -1
- package/dist/react.js +2 -1
- package/dist/react.js.map +1 -1
- package/dist/widget-focused-template.d.ts +4 -0
- package/dist/widget-focused-template.d.ts.map +1 -0
- package/dist/widget-focused-template.js +75 -0
- package/dist/widget-focused-template.js.map +1 -0
- package/dist/widget-scaffold-template.d.ts +4 -0
- package/dist/widget-scaffold-template.d.ts.map +1 -0
- package/dist/widget-scaffold-template.js +228 -0
- package/dist/widget-scaffold-template.js.map +1 -0
- package/dist/widget-showcase-template.d.ts +5 -0
- package/dist/widget-showcase-template.d.ts.map +1 -0
- package/dist/widget-showcase-template.js +478 -0
- package/dist/widget-showcase-template.js.map +1 -0
- package/node_modules/@floating-ui/core/LICENSE +20 -0
- package/node_modules/@floating-ui/core/README.md +4 -0
- package/node_modules/@floating-ui/core/dist/floating-ui.core.browser.min.mjs +1 -0
- package/node_modules/@floating-ui/core/dist/floating-ui.core.browser.mjs +1184 -0
- package/node_modules/@floating-ui/core/dist/floating-ui.core.d.mts +531 -0
- package/node_modules/@floating-ui/core/dist/floating-ui.core.d.ts +531 -0
- package/node_modules/@floating-ui/core/dist/floating-ui.core.esm.js +1058 -0
- package/node_modules/@floating-ui/core/dist/floating-ui.core.mjs +1058 -0
- package/node_modules/@floating-ui/core/dist/floating-ui.core.umd.js +1203 -0
- package/node_modules/@floating-ui/core/dist/floating-ui.core.umd.min.js +1 -0
- package/node_modules/@floating-ui/core/package.json +63 -0
- package/node_modules/@floating-ui/dom/LICENSE +20 -0
- package/node_modules/@floating-ui/dom/README.md +4 -0
- package/node_modules/@floating-ui/dom/dist/floating-ui.dom.browser.min.mjs +1 -0
- package/node_modules/@floating-ui/dom/dist/floating-ui.dom.browser.mjs +956 -0
- package/node_modules/@floating-ui/dom/dist/floating-ui.dom.d.mts +358 -0
- package/node_modules/@floating-ui/dom/dist/floating-ui.dom.d.ts +358 -0
- package/node_modules/@floating-ui/dom/dist/floating-ui.dom.esm.js +781 -0
- package/node_modules/@floating-ui/dom/dist/floating-ui.dom.mjs +781 -0
- package/node_modules/@floating-ui/dom/dist/floating-ui.dom.umd.js +975 -0
- package/node_modules/@floating-ui/dom/dist/floating-ui.dom.umd.min.js +1 -0
- package/node_modules/@floating-ui/dom/package.json +70 -0
- package/node_modules/@floating-ui/react-dom/LICENSE +20 -0
- package/node_modules/@floating-ui/react-dom/README.md +3 -0
- package/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.d.mts +307 -0
- package/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.d.ts +307 -0
- package/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.esm.js +406 -0
- package/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.mjs +406 -0
- package/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.umd.js +457 -0
- package/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.umd.min.js +1 -0
- package/node_modules/@floating-ui/react-dom/package.json +75 -0
- package/node_modules/@floating-ui/utils/LICENSE +20 -0
- package/node_modules/@floating-ui/utils/README.md +4 -0
- package/node_modules/@floating-ui/utils/dist/floating-ui.utils.d.mts +103 -0
- package/node_modules/@floating-ui/utils/dist/floating-ui.utils.d.ts +103 -0
- package/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.d.mts +47 -0
- package/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.d.ts +47 -0
- package/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.esm.js +165 -0
- package/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.mjs +165 -0
- package/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.umd.js +192 -0
- package/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.umd.min.js +1 -0
- package/node_modules/@floating-ui/utils/dist/floating-ui.utils.esm.js +136 -0
- package/node_modules/@floating-ui/utils/dist/floating-ui.utils.mjs +136 -0
- package/node_modules/@floating-ui/utils/dist/floating-ui.utils.umd.js +167 -0
- package/node_modules/@floating-ui/utils/dist/floating-ui.utils.umd.min.js +1 -0
- package/node_modules/@floating-ui/utils/dom/floating-ui.utils.dom.d.ts +47 -0
- package/node_modules/@floating-ui/utils/dom/floating-ui.utils.dom.esm.js +165 -0
- package/node_modules/@floating-ui/utils/dom/floating-ui.utils.dom.umd.js +192 -0
- package/node_modules/@floating-ui/utils/dom/package.json +6 -0
- package/node_modules/@floating-ui/utils/package.json +70 -0
- package/node_modules/@noodle-borg/agent-kit/dist/curated/error-fixes.d.ts.map +1 -1
- package/node_modules/@noodle-borg/agent-kit/dist/curated/error-fixes.js +1 -0
- package/node_modules/@noodle-borg/agent-kit/dist/curated/error-fixes.js.map +1 -1
- package/node_modules/@noodle-borg/agent-kit/dist/generated/example-files.js +7 -7
- package/node_modules/@noodle-borg/agent-kit/dist/generated/example-files.js.map +1 -1
- package/node_modules/@noodle-borg/agent-kit/dist/generated/surface.d.ts.map +1 -1
- package/node_modules/@noodle-borg/agent-kit/dist/generated/surface.js +1 -0
- package/node_modules/@noodle-borg/agent-kit/dist/generated/surface.js.map +1 -1
- package/node_modules/@noodle-borg/agent-kit/dist/index.d.ts.map +1 -1
- package/node_modules/@noodle-borg/agent-kit/dist/index.js +4 -0
- package/node_modules/@noodle-borg/agent-kit/dist/index.js.map +1 -1
- package/node_modules/@noodle-borg/agent-kit/dist/skill-authoring-refs.d.ts.map +1 -1
- package/node_modules/@noodle-borg/agent-kit/dist/skill-authoring-refs.js +36 -22
- package/node_modules/@noodle-borg/agent-kit/dist/skill-authoring-refs.js.map +1 -1
- package/node_modules/@noodle-borg/agent-kit/dist/skill-content.d.ts.map +1 -1
- package/node_modules/@noodle-borg/agent-kit/dist/skill-content.js +6 -3
- package/node_modules/@noodle-borg/agent-kit/dist/skill-content.js.map +1 -1
- package/node_modules/@noodle-borg/agent-kit/dist/skill-embedded-assistant-ref.d.ts +3 -0
- package/node_modules/@noodle-borg/agent-kit/dist/skill-embedded-assistant-ref.d.ts.map +1 -0
- package/node_modules/@noodle-borg/agent-kit/dist/skill-embedded-assistant-ref.js +166 -0
- package/node_modules/@noodle-borg/agent-kit/dist/skill-embedded-assistant-ref.js.map +1 -0
- package/node_modules/@noodle-borg/agent-kit/dist/skill-operations-refs.d.ts.map +1 -1
- package/node_modules/@noodle-borg/agent-kit/dist/skill-operations-refs.js +5 -0
- package/node_modules/@noodle-borg/agent-kit/dist/skill-operations-refs.js.map +1 -1
- package/node_modules/@noodle-borg/agent-kit/package.json +2 -1
- package/node_modules/@noodle-borg/auth/package.json +1 -0
- package/node_modules/@noodle-borg/authoring/dist/customer-auth.d.ts +5 -5
- package/node_modules/@noodle-borg/authoring/dist/customer-auth.d.ts.map +1 -1
- package/node_modules/@noodle-borg/authoring/dist/customer-auth.js +11 -5
- package/node_modules/@noodle-borg/authoring/dist/customer-auth.js.map +1 -1
- package/node_modules/@noodle-borg/authoring/dist/index.d.ts +0 -2
- package/node_modules/@noodle-borg/authoring/dist/index.d.ts.map +1 -1
- package/node_modules/@noodle-borg/authoring/dist/index.js +0 -1
- package/node_modules/@noodle-borg/authoring/dist/index.js.map +1 -1
- package/node_modules/@noodle-borg/authoring/dist/react/bridge.d.ts +22 -2
- package/node_modules/@noodle-borg/authoring/dist/react/bridge.d.ts.map +1 -1
- package/node_modules/@noodle-borg/authoring/dist/react/bridge.js +15 -6
- package/node_modules/@noodle-borg/authoring/dist/react/bridge.js.map +1 -1
- package/node_modules/@noodle-borg/authoring/dist/react/components.d.ts +400 -666
- package/node_modules/@noodle-borg/authoring/dist/react/components.d.ts.map +1 -1
- package/node_modules/@noodle-borg/authoring/dist/react/components.js +114 -23
- package/node_modules/@noodle-borg/authoring/dist/react/components.js.map +1 -1
- package/node_modules/@noodle-borg/authoring/dist/react/display-components.d.ts +39 -0
- package/node_modules/@noodle-borg/authoring/dist/react/display-components.d.ts.map +1 -0
- package/node_modules/@noodle-borg/authoring/dist/react/display-components.js +55 -0
- package/node_modules/@noodle-borg/authoring/dist/react/display-components.js.map +1 -0
- package/node_modules/@noodle-borg/authoring/dist/react/field-context.d.ts +28 -0
- package/node_modules/@noodle-borg/authoring/dist/react/field-context.d.ts.map +1 -0
- package/node_modules/@noodle-borg/authoring/dist/react/field-context.js +20 -0
- package/node_modules/@noodle-borg/authoring/dist/react/field-context.js.map +1 -0
- package/node_modules/@noodle-borg/authoring/dist/react/form-components.d.ts +114 -0
- package/node_modules/@noodle-borg/authoring/dist/react/form-components.d.ts.map +1 -0
- package/node_modules/@noodle-borg/authoring/dist/react/form-components.js +147 -0
- package/node_modules/@noodle-borg/authoring/dist/react/form-components.js.map +1 -0
- package/node_modules/@noodle-borg/authoring/dist/react/hooks.d.ts +2 -2
- package/node_modules/@noodle-borg/authoring/dist/react/hooks.d.ts.map +1 -1
- package/node_modules/@noodle-borg/authoring/dist/react/hooks.js.map +1 -1
- package/node_modules/@noodle-borg/authoring/dist/react/index.d.ts +4 -1
- package/node_modules/@noodle-borg/authoring/dist/react/index.d.ts.map +1 -1
- package/node_modules/@noodle-borg/authoring/dist/react/index.js +3 -0
- package/node_modules/@noodle-borg/authoring/dist/react/index.js.map +1 -1
- package/node_modules/@noodle-borg/authoring/dist/react/native-components.d.ts +76 -76
- package/node_modules/@noodle-borg/authoring/dist/react/overlay-components.d.ts +67 -0
- package/node_modules/@noodle-borg/authoring/dist/react/overlay-components.d.ts.map +1 -0
- package/node_modules/@noodle-borg/authoring/dist/react/overlay-components.js +86 -0
- package/node_modules/@noodle-borg/authoring/dist/react/overlay-components.js.map +1 -0
- package/node_modules/@noodle-borg/authoring/dist/react/semantic-components.d.ts +971 -386
- package/node_modules/@noodle-borg/authoring/dist/react/semantic-components.d.ts.map +1 -1
- package/node_modules/@noodle-borg/authoring/dist/react/semantic-components.js +57 -10
- package/node_modules/@noodle-borg/authoring/dist/react/semantic-components.js.map +1 -1
- package/node_modules/@noodle-borg/authoring/dist/react.d.ts +2 -2
- package/node_modules/@noodle-borg/authoring/dist/react.d.ts.map +1 -1
- package/node_modules/@noodle-borg/authoring/dist/react.js +2 -1
- package/node_modules/@noodle-borg/authoring/dist/react.js.map +1 -1
- package/node_modules/@noodle-borg/authoring/dist/server.d.ts +0 -1
- package/node_modules/@noodle-borg/authoring/dist/server.d.ts.map +1 -1
- package/node_modules/@noodle-borg/authoring/dist/server.js +24 -6
- package/node_modules/@noodle-borg/authoring/dist/server.js.map +1 -1
- package/node_modules/@noodle-borg/authoring/package.json +8 -1
- package/node_modules/@noodle-borg/capabilities/package.json +1 -0
- package/node_modules/@noodle-borg/compiler/dist/artifact/types.d.ts +3 -1
- package/node_modules/@noodle-borg/compiler/dist/artifact/types.d.ts.map +1 -1
- package/node_modules/@noodle-borg/compiler/dist/compile.d.ts.map +1 -1
- package/node_modules/@noodle-borg/compiler/dist/compile.js +48 -3
- package/node_modules/@noodle-borg/compiler/dist/compile.js.map +1 -1
- package/node_modules/@noodle-borg/compiler/dist/errors.d.ts +1 -1
- package/node_modules/@noodle-borg/compiler/dist/errors.d.ts.map +1 -1
- package/node_modules/@noodle-borg/compiler/dist/fulfilment-emit.d.ts.map +1 -1
- package/node_modules/@noodle-borg/compiler/dist/fulfilment-emit.js +1 -4
- package/node_modules/@noodle-borg/compiler/dist/fulfilment-emit.js.map +1 -1
- package/node_modules/@noodle-borg/compiler/dist/fulfilment-structural.d.ts +7 -9
- package/node_modules/@noodle-borg/compiler/dist/fulfilment-structural.d.ts.map +1 -1
- package/node_modules/@noodle-borg/compiler/dist/fulfilment-structural.js +8 -18
- package/node_modules/@noodle-borg/compiler/dist/fulfilment-structural.js.map +1 -1
- package/node_modules/@noodle-borg/compiler/dist/index.d.ts +1 -1
- package/node_modules/@noodle-borg/compiler/dist/index.d.ts.map +1 -1
- package/node_modules/@noodle-borg/compiler/dist/index.js +1 -1
- package/node_modules/@noodle-borg/compiler/dist/index.js.map +1 -1
- package/node_modules/@noodle-borg/compiler/dist/manifest/csp-origins.js +2 -2
- package/node_modules/@noodle-borg/compiler/dist/manifest/schema.d.ts +1 -5
- package/node_modules/@noodle-borg/compiler/dist/manifest/schema.d.ts.map +1 -1
- package/node_modules/@noodle-borg/compiler/dist/manifest/schema.js +19 -8
- package/node_modules/@noodle-borg/compiler/dist/manifest/schema.js.map +1 -1
- package/node_modules/@noodle-borg/compiler/dist/schema-validation.d.ts +9 -0
- package/node_modules/@noodle-borg/compiler/dist/schema-validation.d.ts.map +1 -1
- package/node_modules/@noodle-borg/compiler/dist/schema-validation.js +42 -0
- package/node_modules/@noodle-borg/compiler/dist/schema-validation.js.map +1 -1
- package/node_modules/@noodle-borg/compiler/package.json +1 -0
- package/node_modules/@noodle-borg/compute/package.json +1 -0
- package/node_modules/@noodle-borg/connector-defs/dist/index.d.ts +1 -1
- package/node_modules/@noodle-borg/connector-defs/dist/index.d.ts.map +1 -1
- package/node_modules/@noodle-borg/connector-defs/dist/index.js.map +1 -1
- package/node_modules/@noodle-borg/connector-defs/package.json +1 -0
- package/node_modules/@noodle-borg/connector-http/package.json +1 -0
- package/node_modules/@noodle-borg/module/package.json +1 -0
- package/node_modules/@noodle-borg/module-audit/package.json +1 -0
- package/node_modules/@noodle-borg/openapi-import/dist/index.js +1 -1
- package/node_modules/@noodle-borg/openapi-import/dist/index.js.map +1 -1
- package/node_modules/@noodle-borg/openapi-import/package.json +1 -0
- package/node_modules/@noodle-borg/protocol/dist/input-validation.d.ts +9 -0
- package/node_modules/@noodle-borg/protocol/dist/input-validation.d.ts.map +1 -1
- package/node_modules/@noodle-borg/protocol/dist/input-validation.js +13 -1
- package/node_modules/@noodle-borg/protocol/dist/input-validation.js.map +1 -1
- package/node_modules/@noodle-borg/protocol/dist/sdk-server.js +8 -5
- package/node_modules/@noodle-borg/protocol/dist/sdk-server.js.map +1 -1
- package/node_modules/@noodle-borg/protocol/dist/widget/react-bridge-bootstrap.d.ts +1 -1
- package/node_modules/@noodle-borg/protocol/dist/widget/react-bridge-bootstrap.d.ts.map +1 -1
- package/node_modules/@noodle-borg/protocol/dist/widget/react-bridge-bootstrap.js +26 -2
- package/node_modules/@noodle-borg/protocol/dist/widget/react-bridge-bootstrap.js.map +1 -1
- package/node_modules/@noodle-borg/protocol/package.json +1 -0
- package/node_modules/@noodle-borg/runtime/package.json +1 -0
- package/node_modules/@noodle-borg/service/dist/assistant-model-stream.d.ts +19 -0
- package/node_modules/@noodle-borg/service/dist/assistant-model-stream.d.ts.map +1 -0
- package/node_modules/@noodle-borg/service/dist/assistant-model-stream.js +84 -0
- package/node_modules/@noodle-borg/service/dist/assistant-model-stream.js.map +1 -0
- package/node_modules/@noodle-borg/service/dist/assistant-store.d.ts +2 -0
- package/node_modules/@noodle-borg/service/dist/assistant-store.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/assistant-store.js +11 -0
- package/node_modules/@noodle-borg/service/dist/assistant-store.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/auth/deploy-gate.d.ts +4 -0
- package/node_modules/@noodle-borg/service/dist/auth/deploy-gate.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/auth/deploy-gate.js +10 -1
- package/node_modules/@noodle-borg/service/dist/auth/deploy-gate.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/build-info.d.ts +9 -0
- package/node_modules/@noodle-borg/service/dist/build-info.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/build-info.js +50 -0
- package/node_modules/@noodle-borg/service/dist/build-info.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/client-compatibility.d.ts +5 -0
- package/node_modules/@noodle-borg/service/dist/client-compatibility.d.ts.map +1 -0
- package/node_modules/@noodle-borg/service/dist/client-compatibility.js +12 -0
- package/node_modules/@noodle-borg/service/dist/client-compatibility.js.map +1 -0
- package/node_modules/@noodle-borg/service/dist/connector-normalize.d.ts +6 -0
- package/node_modules/@noodle-borg/service/dist/connector-normalize.d.ts.map +1 -0
- package/node_modules/@noodle-borg/service/dist/connector-normalize.js +80 -0
- package/node_modules/@noodle-borg/service/dist/connector-normalize.js.map +1 -0
- package/node_modules/@noodle-borg/service/dist/index.d.ts +3 -1
- package/node_modules/@noodle-borg/service/dist/index.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/index.js +2 -0
- package/node_modules/@noodle-borg/service/dist/index.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/main.js +8 -0
- package/node_modules/@noodle-borg/service/dist/main.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/manifest-normalize.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/manifest-normalize.js +13 -0
- package/node_modules/@noodle-borg/service/dist/manifest-normalize.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/options.d.ts +7 -0
- package/node_modules/@noodle-borg/service/dist/options.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/personal-workspace.d.ts +1 -0
- package/node_modules/@noodle-borg/service/dist/personal-workspace.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/personal-workspace.js +4 -5
- package/node_modules/@noodle-borg/service/dist/personal-workspace.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/registry.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/registry.js +10 -4
- package/node_modules/@noodle-borg/service/dist/registry.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/routes/access-mode.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/routes/access-mode.js +2 -6
- package/node_modules/@noodle-borg/service/dist/routes/access-mode.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/routes/assets.d.ts +6 -2
- package/node_modules/@noodle-borg/service/dist/routes/assets.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/routes/assets.js +12 -52
- package/node_modules/@noodle-borg/service/dist/routes/assets.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/routes/assistant-dispatch.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/routes/assistant-dispatch.js +7 -2
- package/node_modules/@noodle-borg/service/dist/routes/assistant-dispatch.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/routes/assistant.d.ts +1 -0
- package/node_modules/@noodle-borg/service/dist/routes/assistant.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/routes/assistant.js +103 -35
- package/node_modules/@noodle-borg/service/dist/routes/assistant.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/routes/control-plane.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/routes/control-plane.js +22 -27
- package/node_modules/@noodle-borg/service/dist/routes/control-plane.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/routes/org-admin-dispatch.d.ts +3 -0
- package/node_modules/@noodle-borg/service/dist/routes/org-admin-dispatch.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/routes/org-admin-dispatch.js +6 -1
- package/node_modules/@noodle-borg/service/dist/routes/org-admin-dispatch.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/routes/org-admin.d.ts +5 -1
- package/node_modules/@noodle-borg/service/dist/routes/org-admin.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/routes/org-admin.js +31 -3
- package/node_modules/@noodle-borg/service/dist/routes/org-admin.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/serve.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/serve.js +12 -0
- package/node_modules/@noodle-borg/service/dist/serve.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/service.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/service.js +6 -3
- package/node_modules/@noodle-borg/service/dist/service.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/store/control-plane.d.ts +15 -1
- package/node_modules/@noodle-borg/service/dist/store/control-plane.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/store/control-plane.js +81 -0
- package/node_modules/@noodle-borg/service/dist/store/control-plane.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/store/postgres-assistant.d.ts +1 -0
- package/node_modules/@noodle-borg/service/dist/store/postgres-assistant.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/store/postgres-assistant.js +18 -0
- package/node_modules/@noodle-borg/service/dist/store/postgres-assistant.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/store/postgres-control-plane.d.ts +15 -1
- package/node_modules/@noodle-borg/service/dist/store/postgres-control-plane.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/store/postgres-control-plane.js +83 -0
- package/node_modules/@noodle-borg/service/dist/store/postgres-control-plane.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/store/postgres-schema.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/store/postgres-schema.js +21 -0
- package/node_modules/@noodle-borg/service/dist/store/postgres-schema.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/store/postgres-signup.d.ts +22 -0
- package/node_modules/@noodle-borg/service/dist/store/postgres-signup.d.ts.map +1 -0
- package/node_modules/@noodle-borg/service/dist/store/postgres-signup.js +26 -0
- package/node_modules/@noodle-borg/service/dist/store/postgres-signup.js.map +1 -0
- package/node_modules/@noodle-borg/service/dist/store/postgres.d.ts +2 -1
- package/node_modules/@noodle-borg/service/dist/store/postgres.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/store/postgres.js +10 -9
- package/node_modules/@noodle-borg/service/dist/store/postgres.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/store.d.ts +40 -0
- package/node_modules/@noodle-borg/service/dist/store.d.ts.map +1 -1
- package/node_modules/@noodle-borg/service/dist/store.js.map +1 -1
- package/node_modules/@noodle-borg/service/dist/welcome-email.d.ts +65 -0
- package/node_modules/@noodle-borg/service/dist/welcome-email.d.ts.map +1 -0
- package/node_modules/@noodle-borg/service/dist/welcome-email.js +243 -0
- package/node_modules/@noodle-borg/service/dist/welcome-email.js.map +1 -0
- package/node_modules/@noodle-borg/service/package.json +2 -0
- package/node_modules/@noodle-borg/transport-http/dist/examples/serve-demo.js +1 -1
- package/node_modules/@noodle-borg/transport-http/package.json +1 -0
- package/node_modules/@noodle-borg/wire-contracts/dist/assistant.d.ts +26 -0
- package/node_modules/@noodle-borg/wire-contracts/dist/assistant.d.ts.map +1 -0
- package/node_modules/@noodle-borg/wire-contracts/dist/assistant.js +31 -0
- package/node_modules/@noodle-borg/wire-contracts/dist/assistant.js.map +1 -0
- package/node_modules/@noodle-borg/wire-contracts/dist/index.d.ts +261 -0
- package/node_modules/@noodle-borg/wire-contracts/dist/index.d.ts.map +1 -0
- package/node_modules/@noodle-borg/wire-contracts/dist/index.js +150 -0
- package/node_modules/@noodle-borg/wire-contracts/dist/index.js.map +1 -0
- package/node_modules/@noodle-borg/wire-contracts/package.json +31 -0
- package/node_modules/@radix-ui/primitive/LICENSE +21 -0
- package/node_modules/@radix-ui/primitive/README.md +3 -0
- package/node_modules/@radix-ui/primitive/dist/index.d.mts +20 -0
- package/node_modules/@radix-ui/primitive/dist/index.d.ts +20 -0
- package/node_modules/@radix-ui/primitive/dist/index.js +76 -0
- package/node_modules/@radix-ui/primitive/dist/index.js.map +7 -0
- package/node_modules/@radix-ui/primitive/dist/index.mjs +53 -0
- package/node_modules/@radix-ui/primitive/dist/index.mjs.map +7 -0
- package/node_modules/@radix-ui/primitive/package.json +47 -0
- package/node_modules/@radix-ui/react-arrow/LICENSE +21 -0
- package/node_modules/@radix-ui/react-arrow/README.md +3 -0
- package/node_modules/@radix-ui/react-arrow/dist/index.d.mts +10 -0
- package/node_modules/@radix-ui/react-arrow/dist/index.d.ts +10 -0
- package/node_modules/@radix-ui/react-arrow/dist/index.js +60 -0
- package/node_modules/@radix-ui/react-arrow/dist/index.js.map +7 -0
- package/node_modules/@radix-ui/react-arrow/dist/index.mjs +27 -0
- package/node_modules/@radix-ui/react-arrow/dist/index.mjs.map +7 -0
- package/node_modules/@radix-ui/react-arrow/package.json +68 -0
- package/node_modules/@radix-ui/react-collection/LICENSE +21 -0
- package/node_modules/@radix-ui/react-collection/README.md +3 -0
- package/node_modules/@radix-ui/react-collection/dist/index.d.mts +98 -0
- package/node_modules/@radix-ui/react-collection/dist/index.d.ts +98 -0
- package/node_modules/@radix-ui/react-collection/dist/index.js +577 -0
- package/node_modules/@radix-ui/react-collection/dist/index.js.map +7 -0
- package/node_modules/@radix-ui/react-collection/dist/index.mjs +545 -0
- package/node_modules/@radix-ui/react-collection/dist/index.mjs.map +7 -0
- package/node_modules/@radix-ui/react-collection/package.json +71 -0
- package/node_modules/@radix-ui/react-compose-refs/LICENSE +21 -0
- package/node_modules/@radix-ui/react-compose-refs/README.md +3 -0
- package/node_modules/@radix-ui/react-compose-refs/dist/index.d.mts +15 -0
- package/node_modules/@radix-ui/react-compose-refs/dist/index.d.ts +15 -0
- package/node_modules/@radix-ui/react-compose-refs/dist/index.js +74 -0
- package/node_modules/@radix-ui/react-compose-refs/dist/index.js.map +7 -0
- package/node_modules/@radix-ui/react-compose-refs/dist/index.mjs +41 -0
- package/node_modules/@radix-ui/react-compose-refs/dist/index.mjs.map +7 -0
- package/node_modules/@radix-ui/react-compose-refs/package.json +60 -0
- package/node_modules/@radix-ui/react-context/LICENSE +21 -0
- package/node_modules/@radix-ui/react-context/README.md +3 -0
- package/node_modules/@radix-ui/react-context/dist/index.d.mts +21 -0
- package/node_modules/@radix-ui/react-context/dist/index.d.ts +21 -0
- package/node_modules/@radix-ui/react-context/dist/index.js +116 -0
- package/node_modules/@radix-ui/react-context/dist/index.js.map +7 -0
- package/node_modules/@radix-ui/react-context/dist/index.mjs +83 -0
- package/node_modules/@radix-ui/react-context/dist/index.mjs.map +7 -0
- package/node_modules/@radix-ui/react-context/package.json +60 -0
- package/node_modules/@radix-ui/react-dialog/LICENSE +21 -0
- package/node_modules/@radix-ui/react-dialog/README.md +3 -0
- package/node_modules/@radix-ui/react-dialog/dist/index.d.mts +99 -0
- package/node_modules/@radix-ui/react-dialog/dist/index.d.ts +99 -0
- package/node_modules/@radix-ui/react-dialog/dist/index.js +330 -0
- package/node_modules/@radix-ui/react-dialog/dist/index.js.map +7 -0
- package/node_modules/@radix-ui/react-dialog/dist/index.mjs +298 -0
- package/node_modules/@radix-ui/react-dialog/dist/index.mjs.map +7 -0
- package/node_modules/@radix-ui/react-dialog/package.json +81 -0
- package/node_modules/@radix-ui/react-direction/LICENSE +21 -0
- package/node_modules/@radix-ui/react-direction/README.md +3 -0
- package/node_modules/@radix-ui/react-direction/dist/index.d.mts +12 -0
- package/node_modules/@radix-ui/react-direction/dist/index.d.ts +12 -0
- package/node_modules/@radix-ui/react-direction/dist/index.js +53 -0
- package/node_modules/@radix-ui/react-direction/dist/index.js.map +7 -0
- package/node_modules/@radix-ui/react-direction/dist/index.mjs +21 -0
- package/node_modules/@radix-ui/react-direction/dist/index.mjs.map +7 -0
- package/node_modules/@radix-ui/react-direction/package.json +60 -0
- package/node_modules/@radix-ui/react-dismissable-layer/LICENSE +21 -0
- package/node_modules/@radix-ui/react-dismissable-layer/README.md +3 -0
- package/node_modules/@radix-ui/react-dismissable-layer/dist/index.d.mts +62 -0
- package/node_modules/@radix-ui/react-dismissable-layer/dist/index.d.ts +62 -0
- package/node_modules/@radix-ui/react-dismissable-layer/dist/index.js +364 -0
- package/node_modules/@radix-ui/react-dismissable-layer/dist/index.js.map +7 -0
- package/node_modules/@radix-ui/react-dismissable-layer/dist/index.mjs +332 -0
- package/node_modules/@radix-ui/react-dismissable-layer/dist/index.mjs.map +7 -0
- package/node_modules/@radix-ui/react-dismissable-layer/package.json +73 -0
- package/node_modules/@radix-ui/react-dropdown-menu/LICENSE +21 -0
- package/node_modules/@radix-ui/react-dropdown-menu/README.md +3 -0
- package/node_modules/@radix-ui/react-dropdown-menu/dist/index.d.mts +97 -0
- package/node_modules/@radix-ui/react-dropdown-menu/dist/index.d.ts +97 -0
- package/node_modules/@radix-ui/react-dropdown-menu/dist/index.js +338 -0
- package/node_modules/@radix-ui/react-dropdown-menu/dist/index.js.map +7 -0
- package/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs +306 -0
- package/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs.map +7 -0
- package/node_modules/@radix-ui/react-dropdown-menu/package.json +76 -0
- package/node_modules/@radix-ui/react-focus-guards/LICENSE +21 -0
- package/node_modules/@radix-ui/react-focus-guards/README.md +3 -0
- package/node_modules/@radix-ui/react-focus-guards/dist/index.d.mts +13 -0
- package/node_modules/@radix-ui/react-focus-guards/dist/index.d.ts +13 -0
- package/node_modules/@radix-ui/react-focus-guards/dist/index.js +81 -0
- package/node_modules/@radix-ui/react-focus-guards/dist/index.js.map +7 -0
- package/node_modules/@radix-ui/react-focus-guards/dist/index.mjs +49 -0
- package/node_modules/@radix-ui/react-focus-guards/dist/index.mjs.map +7 -0
- package/node_modules/@radix-ui/react-focus-guards/package.json +60 -0
- package/node_modules/@radix-ui/react-focus-scope/LICENSE +21 -0
- package/node_modules/@radix-ui/react-focus-scope/README.md +3 -0
- package/node_modules/@radix-ui/react-focus-scope/dist/index.d.mts +32 -0
- package/node_modules/@radix-ui/react-focus-scope/dist/index.d.ts +32 -0
- package/node_modules/@radix-ui/react-focus-scope/dist/index.js +246 -0
- package/node_modules/@radix-ui/react-focus-scope/dist/index.js.map +7 -0
- package/node_modules/@radix-ui/react-focus-scope/dist/index.mjs +214 -0
- package/node_modules/@radix-ui/react-focus-scope/dist/index.mjs.map +7 -0
- package/node_modules/@radix-ui/react-focus-scope/package.json +70 -0
- package/node_modules/@radix-ui/react-id/LICENSE +21 -0
- package/node_modules/@radix-ui/react-id/README.md +3 -0
- package/node_modules/@radix-ui/react-id/dist/index.d.mts +3 -0
- package/node_modules/@radix-ui/react-id/dist/index.d.ts +3 -0
- package/node_modules/@radix-ui/react-id/dist/index.js +49 -0
- package/node_modules/@radix-ui/react-id/dist/index.js.map +7 -0
- package/node_modules/@radix-ui/react-id/dist/index.mjs +16 -0
- package/node_modules/@radix-ui/react-id/dist/index.mjs.map +7 -0
- package/node_modules/@radix-ui/react-id/package.json +63 -0
- package/node_modules/@radix-ui/react-menu/LICENSE +21 -0
- package/node_modules/@radix-ui/react-menu/README.md +3 -0
- package/node_modules/@radix-ui/react-menu/dist/index.d.mts +175 -0
- package/node_modules/@radix-ui/react-menu/dist/index.d.ts +175 -0
- package/node_modules/@radix-ui/react-menu/dist/index.js +913 -0
- package/node_modules/@radix-ui/react-menu/dist/index.js.map +7 -0
- package/node_modules/@radix-ui/react-menu/dist/index.mjs +881 -0
- package/node_modules/@radix-ui/react-menu/dist/index.mjs.map +7 -0
- package/node_modules/@radix-ui/react-menu/package.json +86 -0
- package/node_modules/@radix-ui/react-popover/LICENSE +21 -0
- package/node_modules/@radix-ui/react-popover/README.md +3 -0
- package/node_modules/@radix-ui/react-popover/dist/index.d.mts +85 -0
- package/node_modules/@radix-ui/react-popover/dist/index.d.ts +85 -0
- package/node_modules/@radix-ui/react-popover/dist/index.js +353 -0
- package/node_modules/@radix-ui/react-popover/dist/index.js.map +7 -0
- package/node_modules/@radix-ui/react-popover/dist/index.mjs +321 -0
- package/node_modules/@radix-ui/react-popover/dist/index.mjs.map +7 -0
- package/node_modules/@radix-ui/react-popover/package.json +82 -0
- package/node_modules/@radix-ui/react-popper/LICENSE +21 -0
- package/node_modules/@radix-ui/react-popper/README.md +3 -0
- package/node_modules/@radix-ui/react-popper/dist/index.d.mts +46 -0
- package/node_modules/@radix-ui/react-popper/dist/index.d.ts +46 -0
- package/node_modules/@radix-ui/react-popper/dist/index.js +384 -0
- package/node_modules/@radix-ui/react-popper/dist/index.js.map +7 -0
- package/node_modules/@radix-ui/react-popper/dist/index.mjs +362 -0
- package/node_modules/@radix-ui/react-popper/dist/index.mjs.map +7 -0
- package/node_modules/@radix-ui/react-popper/package.json +78 -0
- package/node_modules/@radix-ui/react-portal/LICENSE +21 -0
- package/node_modules/@radix-ui/react-portal/README.md +3 -0
- package/node_modules/@radix-ui/react-portal/dist/index.d.mts +14 -0
- package/node_modules/@radix-ui/react-portal/dist/index.d.ts +14 -0
- package/node_modules/@radix-ui/react-portal/dist/index.js +55 -0
- package/node_modules/@radix-ui/react-portal/dist/index.js.map +7 -0
- package/node_modules/@radix-ui/react-portal/dist/index.mjs +23 -0
- package/node_modules/@radix-ui/react-portal/dist/index.mjs.map +7 -0
- package/node_modules/@radix-ui/react-portal/package.json +69 -0
- package/node_modules/@radix-ui/react-presence/LICENSE +21 -0
- package/node_modules/@radix-ui/react-presence/README.md +3 -0
- package/node_modules/@radix-ui/react-presence/dist/index.d.mts +12 -0
- package/node_modules/@radix-ui/react-presence/dist/index.d.ts +12 -0
- package/node_modules/@radix-ui/react-presence/dist/index.js +204 -0
- package/node_modules/@radix-ui/react-presence/dist/index.js.map +7 -0
- package/node_modules/@radix-ui/react-presence/dist/index.mjs +172 -0
- package/node_modules/@radix-ui/react-presence/dist/index.mjs.map +7 -0
- package/node_modules/@radix-ui/react-presence/package.json +68 -0
- package/node_modules/@radix-ui/react-primitive/LICENSE +21 -0
- package/node_modules/@radix-ui/react-primitive/README.md +3 -0
- package/node_modules/@radix-ui/react-primitive/dist/index.d.mts +57 -0
- package/node_modules/@radix-ui/react-primitive/dist/index.d.ts +57 -0
- package/node_modules/@radix-ui/react-primitive/dist/index.js +80 -0
- package/node_modules/@radix-ui/react-primitive/dist/index.js.map +7 -0
- package/node_modules/@radix-ui/react-primitive/dist/index.mjs +47 -0
- package/node_modules/@radix-ui/react-primitive/dist/index.mjs.map +7 -0
- package/node_modules/@radix-ui/react-primitive/package.json +68 -0
- package/node_modules/@radix-ui/react-roving-focus/LICENSE +21 -0
- package/node_modules/@radix-ui/react-roving-focus/README.md +3 -0
- package/node_modules/@radix-ui/react-roving-focus/dist/index.d.mts +49 -0
- package/node_modules/@radix-ui/react-roving-focus/dist/index.d.ts +49 -0
- package/node_modules/@radix-ui/react-roving-focus/dist/index.js +263 -0
- package/node_modules/@radix-ui/react-roving-focus/dist/index.js.map +7 -0
- package/node_modules/@radix-ui/react-roving-focus/dist/index.mjs +231 -0
- package/node_modules/@radix-ui/react-roving-focus/dist/index.mjs.map +7 -0
- package/node_modules/@radix-ui/react-roving-focus/package.json +76 -0
- package/node_modules/@radix-ui/react-slot/LICENSE +21 -0
- package/node_modules/@radix-ui/react-slot/README.md +3 -0
- package/node_modules/@radix-ui/react-slot/dist/index.d.mts +29 -0
- package/node_modules/@radix-ui/react-slot/dist/index.d.ts +29 -0
- package/node_modules/@radix-ui/react-slot/dist/index.js +170 -0
- package/node_modules/@radix-ui/react-slot/dist/index.js.map +7 -0
- package/node_modules/@radix-ui/react-slot/dist/index.mjs +137 -0
- package/node_modules/@radix-ui/react-slot/dist/index.mjs.map +7 -0
- package/node_modules/@radix-ui/react-slot/package.json +63 -0
- package/node_modules/@radix-ui/react-tooltip/LICENSE +21 -0
- package/node_modules/@radix-ui/react-tooltip/README.md +3 -0
- package/node_modules/@radix-ui/react-tooltip/dist/index.d.mts +101 -0
- package/node_modules/@radix-ui/react-tooltip/dist/index.d.ts +101 -0
- package/node_modules/@radix-ui/react-tooltip/dist/index.js +543 -0
- package/node_modules/@radix-ui/react-tooltip/dist/index.js.map +7 -0
- package/node_modules/@radix-ui/react-tooltip/dist/index.mjs +511 -0
- package/node_modules/@radix-ui/react-tooltip/dist/index.mjs.map +7 -0
- package/node_modules/@radix-ui/react-tooltip/package.json +79 -0
- package/node_modules/@radix-ui/react-use-callback-ref/LICENSE +21 -0
- package/node_modules/@radix-ui/react-use-callback-ref/README.md +3 -0
- package/node_modules/@radix-ui/react-use-callback-ref/dist/index.d.mts +7 -0
- package/node_modules/@radix-ui/react-use-callback-ref/dist/index.d.ts +7 -0
- package/node_modules/@radix-ui/react-use-callback-ref/dist/index.js +46 -0
- package/node_modules/@radix-ui/react-use-callback-ref/dist/index.js.map +7 -0
- package/node_modules/@radix-ui/react-use-callback-ref/dist/index.mjs +13 -0
- package/node_modules/@radix-ui/react-use-callback-ref/dist/index.mjs.map +7 -0
- package/node_modules/@radix-ui/react-use-callback-ref/package.json +60 -0
- package/node_modules/@radix-ui/react-use-controllable-state/LICENSE +21 -0
- package/node_modules/@radix-ui/react-use-controllable-state/README.md +3 -0
- package/node_modules/@radix-ui/react-use-controllable-state/dist/index.d.mts +40 -0
- package/node_modules/@radix-ui/react-use-controllable-state/dist/index.d.ts +40 -0
- package/node_modules/@radix-ui/react-use-controllable-state/dist/index.js +169 -0
- package/node_modules/@radix-ui/react-use-controllable-state/dist/index.js.map +7 -0
- package/node_modules/@radix-ui/react-use-controllable-state/dist/index.mjs +136 -0
- package/node_modules/@radix-ui/react-use-controllable-state/dist/index.mjs.map +7 -0
- package/node_modules/@radix-ui/react-use-controllable-state/package.json +64 -0
- package/node_modules/@radix-ui/react-use-effect-event/LICENSE +21 -0
- package/node_modules/@radix-ui/react-use-effect-event/README.md +5 -0
- package/node_modules/@radix-ui/react-use-effect-event/dist/index.d.mts +8 -0
- package/node_modules/@radix-ui/react-use-effect-event/dist/index.d.ts +8 -0
- package/node_modules/@radix-ui/react-use-effect-event/dist/index.js +60 -0
- package/node_modules/@radix-ui/react-use-effect-event/dist/index.js.map +7 -0
- package/node_modules/@radix-ui/react-use-effect-event/dist/index.mjs +27 -0
- package/node_modules/@radix-ui/react-use-effect-event/dist/index.mjs.map +7 -0
- package/node_modules/@radix-ui/react-use-effect-event/package.json +65 -0
- package/node_modules/@radix-ui/react-use-effect-event/src/index.ts +1 -0
- package/node_modules/@radix-ui/react-use-effect-event/src/use-effect-event.tsx +36 -0
- package/node_modules/@radix-ui/react-use-escape-keydown/LICENSE +21 -0
- package/node_modules/@radix-ui/react-use-escape-keydown/README.md +3 -0
- package/node_modules/@radix-ui/react-use-escape-keydown/dist/index.d.mts +6 -0
- package/node_modules/@radix-ui/react-use-escape-keydown/dist/index.d.ts +6 -0
- package/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js +52 -0
- package/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js.map +7 -0
- package/node_modules/@radix-ui/react-use-escape-keydown/dist/index.mjs +19 -0
- package/node_modules/@radix-ui/react-use-escape-keydown/dist/index.mjs.map +7 -0
- package/node_modules/@radix-ui/react-use-escape-keydown/package.json +63 -0
- package/node_modules/@radix-ui/react-use-layout-effect/LICENSE +21 -0
- package/node_modules/@radix-ui/react-use-layout-effect/README.md +3 -0
- package/node_modules/@radix-ui/react-use-layout-effect/dist/index.d.mts +12 -0
- package/node_modules/@radix-ui/react-use-layout-effect/dist/index.d.ts +12 -0
- package/node_modules/@radix-ui/react-use-layout-effect/dist/index.js +41 -0
- package/node_modules/@radix-ui/react-use-layout-effect/dist/index.js.map +7 -0
- package/node_modules/@radix-ui/react-use-layout-effect/dist/index.mjs +8 -0
- package/node_modules/@radix-ui/react-use-layout-effect/dist/index.mjs.map +7 -0
- package/node_modules/@radix-ui/react-use-layout-effect/package.json +60 -0
- package/node_modules/@radix-ui/react-use-rect/LICENSE +21 -0
- package/node_modules/@radix-ui/react-use-rect/README.md +3 -0
- package/node_modules/@radix-ui/react-use-rect/dist/index.d.mts +9 -0
- package/node_modules/@radix-ui/react-use-rect/dist/index.d.ts +9 -0
- package/node_modules/@radix-ui/react-use-rect/dist/index.js +54 -0
- package/node_modules/@radix-ui/react-use-rect/dist/index.js.map +7 -0
- package/node_modules/@radix-ui/react-use-rect/dist/index.mjs +21 -0
- package/node_modules/@radix-ui/react-use-rect/dist/index.mjs.map +7 -0
- package/node_modules/@radix-ui/react-use-rect/package.json +63 -0
- package/node_modules/@radix-ui/react-use-size/LICENSE +21 -0
- package/node_modules/@radix-ui/react-use-size/README.md +3 -0
- package/node_modules/@radix-ui/react-use-size/dist/index.d.mts +6 -0
- package/node_modules/@radix-ui/react-use-size/dist/index.d.ts +6 -0
- package/node_modules/@radix-ui/react-use-size/dist/index.js +74 -0
- package/node_modules/@radix-ui/react-use-size/dist/index.js.map +7 -0
- package/node_modules/@radix-ui/react-use-size/dist/index.mjs +41 -0
- package/node_modules/@radix-ui/react-use-size/dist/index.mjs.map +7 -0
- package/node_modules/@radix-ui/react-use-size/package.json +63 -0
- package/node_modules/@radix-ui/react-visually-hidden/LICENSE +21 -0
- package/node_modules/@radix-ui/react-visually-hidden/README.md +3 -0
- package/node_modules/@radix-ui/react-visually-hidden/dist/index.d.mts +22 -0
- package/node_modules/@radix-ui/react-visually-hidden/dist/index.d.ts +22 -0
- package/node_modules/@radix-ui/react-visually-hidden/dist/index.js +71 -0
- package/node_modules/@radix-ui/react-visually-hidden/dist/index.js.map +7 -0
- package/node_modules/@radix-ui/react-visually-hidden/dist/index.mjs +38 -0
- package/node_modules/@radix-ui/react-visually-hidden/dist/index.mjs.map +7 -0
- package/node_modules/@radix-ui/react-visually-hidden/package.json +68 -0
- package/node_modules/@radix-ui/rect/LICENSE +21 -0
- package/node_modules/@radix-ui/rect/README.md +3 -0
- package/node_modules/@radix-ui/rect/dist/index.d.mts +16 -0
- package/node_modules/@radix-ui/rect/dist/index.d.ts +16 -0
- package/node_modules/@radix-ui/rect/dist/index.js +73 -0
- package/node_modules/@radix-ui/rect/dist/index.js.map +7 -0
- package/node_modules/@radix-ui/rect/dist/index.mjs +50 -0
- package/node_modules/@radix-ui/rect/dist/index.mjs.map +7 -0
- package/node_modules/@radix-ui/rect/package.json +47 -0
- package/node_modules/aria-hidden/LICENSE +21 -0
- package/node_modules/aria-hidden/README.md +99 -0
- package/node_modules/aria-hidden/dist/es2015/index.d.ts +29 -0
- package/node_modules/aria-hidden/dist/es2015/index.js +167 -0
- package/node_modules/aria-hidden/dist/es2019/index.d.ts +29 -0
- package/node_modules/aria-hidden/dist/es2019/index.js +156 -0
- package/node_modules/aria-hidden/dist/es5/index.d.ts +29 -0
- package/node_modules/aria-hidden/dist/es5/index.js +174 -0
- package/node_modules/aria-hidden/package.json +71 -0
- package/node_modules/detect-node-es/LICENSE +21 -0
- package/node_modules/detect-node-es/Readme.md +39 -0
- package/node_modules/detect-node-es/es5/browser.js +2 -0
- package/node_modules/detect-node-es/es5/node.d.ts +4 -0
- package/node_modules/detect-node-es/es5/node.js +2 -0
- package/node_modules/detect-node-es/esm/browser.js +2 -0
- package/node_modules/detect-node-es/esm/node.js +2 -0
- package/node_modules/detect-node-es/package.json +29 -0
- package/node_modules/get-nonce/LICENSE +21 -0
- package/node_modules/get-nonce/README.md +54 -0
- package/node_modules/get-nonce/dist/es2015/index.d.ts +2 -0
- package/node_modules/get-nonce/dist/es2015/index.js +13 -0
- package/node_modules/get-nonce/dist/es5/index.d.ts +2 -0
- package/node_modules/get-nonce/dist/es5/index.js +15 -0
- package/node_modules/get-nonce/package.json +68 -0
- package/node_modules/react-remove-scroll/LICENSE +21 -0
- package/node_modules/react-remove-scroll/README.md +153 -0
- package/node_modules/react-remove-scroll/UI/UI.d.ts +1 -0
- package/node_modules/react-remove-scroll/UI/package.json +8 -0
- package/node_modules/react-remove-scroll/dist/es2015/Combination.d.ts +3 -0
- package/node_modules/react-remove-scroll/dist/es2015/Combination.js +7 -0
- package/node_modules/react-remove-scroll/dist/es2015/SideEffect.d.ts +5 -0
- package/node_modules/react-remove-scroll/dist/es2015/SideEffect.js +164 -0
- package/node_modules/react-remove-scroll/dist/es2015/UI.d.ts +7 -0
- package/node_modules/react-remove-scroll/dist/es2015/UI.js +36 -0
- package/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.d.ts +3 -0
- package/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js +19 -0
- package/node_modules/react-remove-scroll/dist/es2015/handleScroll.d.ts +3 -0
- package/node_modules/react-remove-scroll/dist/es2015/handleScroll.js +108 -0
- package/node_modules/react-remove-scroll/dist/es2015/index.d.ts +2 -0
- package/node_modules/react-remove-scroll/dist/es2015/index.js +2 -0
- package/node_modules/react-remove-scroll/dist/es2015/medium.d.ts +2 -0
- package/node_modules/react-remove-scroll/dist/es2015/medium.js +2 -0
- package/node_modules/react-remove-scroll/dist/es2015/pinchAndZoom.d.ts +8 -0
- package/node_modules/react-remove-scroll/dist/es2015/pinchAndZoom.js +33 -0
- package/node_modules/react-remove-scroll/dist/es2015/sidecar.d.ts +2 -0
- package/node_modules/react-remove-scroll/dist/es2015/sidecar.js +4 -0
- package/node_modules/react-remove-scroll/dist/es2015/types.d.ts +104 -0
- package/node_modules/react-remove-scroll/dist/es2015/types.js +1 -0
- package/node_modules/react-remove-scroll/dist/es2019/Combination.d.ts +3 -0
- package/node_modules/react-remove-scroll/dist/es2019/Combination.js +6 -0
- package/node_modules/react-remove-scroll/dist/es2019/SideEffect.d.ts +5 -0
- package/node_modules/react-remove-scroll/dist/es2019/SideEffect.js +162 -0
- package/node_modules/react-remove-scroll/dist/es2019/UI.d.ts +7 -0
- package/node_modules/react-remove-scroll/dist/es2019/UI.js +41 -0
- package/node_modules/react-remove-scroll/dist/es2019/aggresiveCapture.d.ts +3 -0
- package/node_modules/react-remove-scroll/dist/es2019/aggresiveCapture.js +19 -0
- package/node_modules/react-remove-scroll/dist/es2019/handleScroll.d.ts +3 -0
- package/node_modules/react-remove-scroll/dist/es2019/handleScroll.js +96 -0
- package/node_modules/react-remove-scroll/dist/es2019/index.d.ts +2 -0
- package/node_modules/react-remove-scroll/dist/es2019/index.js +2 -0
- package/node_modules/react-remove-scroll/dist/es2019/medium.d.ts +2 -0
- package/node_modules/react-remove-scroll/dist/es2019/medium.js +2 -0
- package/node_modules/react-remove-scroll/dist/es2019/pinchAndZoom.d.ts +8 -0
- package/node_modules/react-remove-scroll/dist/es2019/pinchAndZoom.js +33 -0
- package/node_modules/react-remove-scroll/dist/es2019/sidecar.d.ts +2 -0
- package/node_modules/react-remove-scroll/dist/es2019/sidecar.js +4 -0
- package/node_modules/react-remove-scroll/dist/es2019/types.d.ts +104 -0
- package/node_modules/react-remove-scroll/dist/es2019/types.js +1 -0
- package/node_modules/react-remove-scroll/dist/es5/Combination.d.ts +3 -0
- package/node_modules/react-remove-scroll/dist/es5/Combination.js +9 -0
- package/node_modules/react-remove-scroll/dist/es5/SideEffect.d.ts +5 -0
- package/node_modules/react-remove-scroll/dist/es5/SideEffect.js +170 -0
- package/node_modules/react-remove-scroll/dist/es5/UI.d.ts +7 -0
- package/node_modules/react-remove-scroll/dist/es5/UI.js +39 -0
- package/node_modules/react-remove-scroll/dist/es5/aggresiveCapture.d.ts +3 -0
- package/node_modules/react-remove-scroll/dist/es5/aggresiveCapture.js +22 -0
- package/node_modules/react-remove-scroll/dist/es5/handleScroll.d.ts +3 -0
- package/node_modules/react-remove-scroll/dist/es5/handleScroll.js +113 -0
- package/node_modules/react-remove-scroll/dist/es5/index.d.ts +2 -0
- package/node_modules/react-remove-scroll/dist/es5/index.js +6 -0
- package/node_modules/react-remove-scroll/dist/es5/medium.d.ts +2 -0
- package/node_modules/react-remove-scroll/dist/es5/medium.js +5 -0
- package/node_modules/react-remove-scroll/dist/es5/pinchAndZoom.d.ts +8 -0
- package/node_modules/react-remove-scroll/dist/es5/pinchAndZoom.js +37 -0
- package/node_modules/react-remove-scroll/dist/es5/sidecar.d.ts +2 -0
- package/node_modules/react-remove-scroll/dist/es5/sidecar.js +6 -0
- package/node_modules/react-remove-scroll/dist/es5/types.d.ts +104 -0
- package/node_modules/react-remove-scroll/dist/es5/types.js +2 -0
- package/node_modules/react-remove-scroll/package.json +98 -0
- package/node_modules/react-remove-scroll/sidecar/package.json +7 -0
- package/node_modules/react-remove-scroll/sidecar/sidecar.d.ts +5 -0
- package/node_modules/react-remove-scroll-bar/README.md +52 -0
- package/node_modules/react-remove-scroll-bar/constants/package.json +8 -0
- package/node_modules/react-remove-scroll-bar/dist/es2015/component.d.ts +13 -0
- package/node_modules/react-remove-scroll-bar/dist/es2015/component.js +53 -0
- package/node_modules/react-remove-scroll-bar/dist/es2015/constants.d.ts +8 -0
- package/node_modules/react-remove-scroll-bar/dist/es2015/constants.js +8 -0
- package/node_modules/react-remove-scroll-bar/dist/es2015/index.d.ts +4 -0
- package/node_modules/react-remove-scroll-bar/dist/es2015/index.js +4 -0
- package/node_modules/react-remove-scroll-bar/dist/es2015/utils.d.ts +14 -0
- package/node_modules/react-remove-scroll-bar/dist/es2015/utils.js +29 -0
- package/node_modules/react-remove-scroll-bar/dist/es2019/component.d.ts +13 -0
- package/node_modules/react-remove-scroll-bar/dist/es2019/component.js +85 -0
- package/node_modules/react-remove-scroll-bar/dist/es2019/constants.d.ts +8 -0
- package/node_modules/react-remove-scroll-bar/dist/es2019/constants.js +8 -0
- package/node_modules/react-remove-scroll-bar/dist/es2019/index.d.ts +4 -0
- package/node_modules/react-remove-scroll-bar/dist/es2019/index.js +4 -0
- package/node_modules/react-remove-scroll-bar/dist/es2019/utils.d.ts +14 -0
- package/node_modules/react-remove-scroll-bar/dist/es2019/utils.js +28 -0
- package/node_modules/react-remove-scroll-bar/dist/es5/component.d.ts +13 -0
- package/node_modules/react-remove-scroll-bar/dist/es5/component.js +59 -0
- package/node_modules/react-remove-scroll-bar/dist/es5/constants.d.ts +8 -0
- package/node_modules/react-remove-scroll-bar/dist/es5/constants.js +11 -0
- package/node_modules/react-remove-scroll-bar/dist/es5/index.d.ts +4 -0
- package/node_modules/react-remove-scroll-bar/dist/es5/index.js +12 -0
- package/node_modules/react-remove-scroll-bar/dist/es5/utils.d.ts +14 -0
- package/node_modules/react-remove-scroll-bar/dist/es5/utils.js +33 -0
- package/node_modules/react-remove-scroll-bar/package.json +85 -0
- package/node_modules/react-style-singleton/LICENSE +21 -0
- package/node_modules/react-style-singleton/README.md +45 -0
- package/node_modules/react-style-singleton/dist/es2015/component.d.ts +21 -0
- package/node_modules/react-style-singleton/dist/es2015/component.js +16 -0
- package/node_modules/react-style-singleton/dist/es2015/hook.d.ts +23 -0
- package/node_modules/react-style-singleton/dist/es2015/hook.js +22 -0
- package/node_modules/react-style-singleton/dist/es2015/index.d.ts +3 -0
- package/node_modules/react-style-singleton/dist/es2015/index.js +3 -0
- package/node_modules/react-style-singleton/dist/es2015/singleton.d.ts +4 -0
- package/node_modules/react-style-singleton/dist/es2015/singleton.js +48 -0
- package/node_modules/react-style-singleton/dist/es2019/component.d.ts +21 -0
- package/node_modules/react-style-singleton/dist/es2019/component.js +15 -0
- package/node_modules/react-style-singleton/dist/es2019/hook.d.ts +23 -0
- package/node_modules/react-style-singleton/dist/es2019/hook.js +22 -0
- package/node_modules/react-style-singleton/dist/es2019/index.d.ts +3 -0
- package/node_modules/react-style-singleton/dist/es2019/index.js +3 -0
- package/node_modules/react-style-singleton/dist/es2019/singleton.d.ts +4 -0
- package/node_modules/react-style-singleton/dist/es2019/singleton.js +48 -0
- package/node_modules/react-style-singleton/dist/es5/component.d.ts +21 -0
- package/node_modules/react-style-singleton/dist/es5/component.js +20 -0
- package/node_modules/react-style-singleton/dist/es5/hook.d.ts +23 -0
- package/node_modules/react-style-singleton/dist/es5/hook.js +27 -0
- package/node_modules/react-style-singleton/dist/es5/index.d.ts +3 -0
- package/node_modules/react-style-singleton/dist/es5/index.js +9 -0
- package/node_modules/react-style-singleton/dist/es5/singleton.d.ts +4 -0
- package/node_modules/react-style-singleton/dist/es5/singleton.js +52 -0
- package/node_modules/react-style-singleton/dist/index.js +1 -0
- package/node_modules/react-style-singleton/package.json +90 -0
- package/node_modules/tslib/CopyrightNotice.txt +15 -0
- package/node_modules/tslib/LICENSE.txt +12 -0
- package/node_modules/tslib/README.md +164 -0
- package/node_modules/tslib/SECURITY.md +41 -0
- package/node_modules/tslib/modules/index.d.ts +38 -0
- package/node_modules/tslib/modules/index.js +70 -0
- package/node_modules/tslib/modules/package.json +3 -0
- package/node_modules/tslib/package.json +47 -0
- package/node_modules/tslib/tslib.d.ts +460 -0
- package/node_modules/tslib/tslib.es6.html +1 -0
- package/node_modules/tslib/tslib.es6.js +402 -0
- package/node_modules/tslib/tslib.es6.mjs +401 -0
- package/node_modules/tslib/tslib.html +1 -0
- package/node_modules/tslib/tslib.js +484 -0
- package/node_modules/use-callback-ref/LICENSE +21 -0
- package/node_modules/use-callback-ref/README.md +170 -0
- package/node_modules/use-callback-ref/dist/es2015/assignRef.d.ts +15 -0
- package/node_modules/use-callback-ref/dist/es2015/assignRef.js +22 -0
- package/node_modules/use-callback-ref/dist/es2015/createRef.d.ts +10 -0
- package/node_modules/use-callback-ref/dist/es2015/createRef.js +23 -0
- package/node_modules/use-callback-ref/dist/es2015/index.d.ts +8 -0
- package/node_modules/use-callback-ref/dist/es2015/index.js +12 -0
- package/node_modules/use-callback-ref/dist/es2015/mergeRef.d.ts +16 -0
- package/node_modules/use-callback-ref/dist/es2015/mergeRef.js +18 -0
- package/node_modules/use-callback-ref/dist/es2015/refToCallback.d.ts +24 -0
- package/node_modules/use-callback-ref/dist/es2015/refToCallback.js +48 -0
- package/node_modules/use-callback-ref/dist/es2015/transformRef.d.ts +11 -0
- package/node_modules/use-callback-ref/dist/es2015/transformRef.js +14 -0
- package/node_modules/use-callback-ref/dist/es2015/types.d.ts +5 -0
- package/node_modules/use-callback-ref/dist/es2015/types.js +1 -0
- package/node_modules/use-callback-ref/dist/es2015/useMergeRef.d.ts +17 -0
- package/node_modules/use-callback-ref/dist/es2015/useMergeRef.js +45 -0
- package/node_modules/use-callback-ref/dist/es2015/useRef.d.ts +16 -0
- package/node_modules/use-callback-ref/dist/es2015/useRef.js +39 -0
- package/node_modules/use-callback-ref/dist/es2015/useTransformRef.d.ts +15 -0
- package/node_modules/use-callback-ref/dist/es2015/useTransformRef.js +18 -0
- package/node_modules/use-callback-ref/dist/es2019/assignRef.d.ts +15 -0
- package/node_modules/use-callback-ref/dist/es2019/assignRef.js +22 -0
- package/node_modules/use-callback-ref/dist/es2019/createRef.d.ts +10 -0
- package/node_modules/use-callback-ref/dist/es2019/createRef.js +23 -0
- package/node_modules/use-callback-ref/dist/es2019/index.d.ts +8 -0
- package/node_modules/use-callback-ref/dist/es2019/index.js +12 -0
- package/node_modules/use-callback-ref/dist/es2019/mergeRef.d.ts +16 -0
- package/node_modules/use-callback-ref/dist/es2019/mergeRef.js +18 -0
- package/node_modules/use-callback-ref/dist/es2019/refToCallback.d.ts +24 -0
- package/node_modules/use-callback-ref/dist/es2019/refToCallback.js +48 -0
- package/node_modules/use-callback-ref/dist/es2019/transformRef.d.ts +11 -0
- package/node_modules/use-callback-ref/dist/es2019/transformRef.js +14 -0
- package/node_modules/use-callback-ref/dist/es2019/types.d.ts +5 -0
- package/node_modules/use-callback-ref/dist/es2019/types.js +1 -0
- package/node_modules/use-callback-ref/dist/es2019/useMergeRef.d.ts +17 -0
- package/node_modules/use-callback-ref/dist/es2019/useMergeRef.js +43 -0
- package/node_modules/use-callback-ref/dist/es2019/useRef.d.ts +16 -0
- package/node_modules/use-callback-ref/dist/es2019/useRef.js +39 -0
- package/node_modules/use-callback-ref/dist/es2019/useTransformRef.d.ts +15 -0
- package/node_modules/use-callback-ref/dist/es2019/useTransformRef.js +18 -0
- package/node_modules/use-callback-ref/dist/es5/assignRef.d.ts +15 -0
- package/node_modules/use-callback-ref/dist/es5/assignRef.js +26 -0
- package/node_modules/use-callback-ref/dist/es5/createRef.d.ts +10 -0
- package/node_modules/use-callback-ref/dist/es5/createRef.js +27 -0
- package/node_modules/use-callback-ref/dist/es5/index.d.ts +8 -0
- package/node_modules/use-callback-ref/dist/es5/index.js +24 -0
- package/node_modules/use-callback-ref/dist/es5/mergeRef.d.ts +16 -0
- package/node_modules/use-callback-ref/dist/es5/mergeRef.js +22 -0
- package/node_modules/use-callback-ref/dist/es5/refToCallback.d.ts +24 -0
- package/node_modules/use-callback-ref/dist/es5/refToCallback.js +53 -0
- package/node_modules/use-callback-ref/dist/es5/transformRef.d.ts +11 -0
- package/node_modules/use-callback-ref/dist/es5/transformRef.js +18 -0
- package/node_modules/use-callback-ref/dist/es5/types.d.ts +5 -0
- package/node_modules/use-callback-ref/dist/es5/types.js +2 -0
- package/node_modules/use-callback-ref/dist/es5/useMergeRef.d.ts +17 -0
- package/node_modules/use-callback-ref/dist/es5/useMergeRef.js +50 -0
- package/node_modules/use-callback-ref/dist/es5/useRef.d.ts +16 -0
- package/node_modules/use-callback-ref/dist/es5/useRef.js +43 -0
- package/node_modules/use-callback-ref/dist/es5/useTransformRef.d.ts +15 -0
- package/node_modules/use-callback-ref/dist/es5/useTransformRef.js +22 -0
- package/node_modules/use-callback-ref/package.json +85 -0
- package/node_modules/use-sidecar/LICENSE +21 -0
- package/node_modules/use-sidecar/README.md +349 -0
- package/node_modules/use-sidecar/dist/es2015/config.d.ts +5 -0
- package/node_modules/use-sidecar/dist/es2015/config.js +6 -0
- package/node_modules/use-sidecar/dist/es2015/env.d.ts +4 -0
- package/node_modules/use-sidecar/dist/es2015/env.js +5 -0
- package/node_modules/use-sidecar/dist/es2015/exports.d.ts +3 -0
- package/node_modules/use-sidecar/dist/es2015/exports.js +18 -0
- package/node_modules/use-sidecar/dist/es2015/hoc.d.ts +3 -0
- package/node_modules/use-sidecar/dist/es2015/hoc.js +15 -0
- package/node_modules/use-sidecar/dist/es2015/hook.d.ts +2 -0
- package/node_modules/use-sidecar/dist/es2015/hook.js +41 -0
- package/node_modules/use-sidecar/dist/es2015/index.d.ts +7 -0
- package/node_modules/use-sidecar/dist/es2015/index.js +6 -0
- package/node_modules/use-sidecar/dist/es2015/medium.d.ts +3 -0
- package/node_modules/use-sidecar/dist/es2015/medium.js +78 -0
- package/node_modules/use-sidecar/dist/es2015/renderProp.d.ts +9 -0
- package/node_modules/use-sidecar/dist/es2015/renderProp.js +35 -0
- package/node_modules/use-sidecar/dist/es2015/types.d.ts +47 -0
- package/node_modules/use-sidecar/dist/es2015/types.js +1 -0
- package/node_modules/use-sidecar/dist/es2019/config.d.ts +5 -0
- package/node_modules/use-sidecar/dist/es2019/config.js +6 -0
- package/node_modules/use-sidecar/dist/es2019/env.d.ts +4 -0
- package/node_modules/use-sidecar/dist/es2019/env.js +5 -0
- package/node_modules/use-sidecar/dist/es2019/exports.d.ts +3 -0
- package/node_modules/use-sidecar/dist/es2019/exports.js +16 -0
- package/node_modules/use-sidecar/dist/es2019/hoc.d.ts +3 -0
- package/node_modules/use-sidecar/dist/es2019/hoc.js +14 -0
- package/node_modules/use-sidecar/dist/es2019/hook.d.ts +2 -0
- package/node_modules/use-sidecar/dist/es2019/hook.js +41 -0
- package/node_modules/use-sidecar/dist/es2019/index.d.ts +7 -0
- package/node_modules/use-sidecar/dist/es2019/index.js +6 -0
- package/node_modules/use-sidecar/dist/es2019/medium.d.ts +3 -0
- package/node_modules/use-sidecar/dist/es2019/medium.js +78 -0
- package/node_modules/use-sidecar/dist/es2019/renderProp.d.ts +9 -0
- package/node_modules/use-sidecar/dist/es2019/renderProp.js +28 -0
- package/node_modules/use-sidecar/dist/es2019/types.d.ts +47 -0
- package/node_modules/use-sidecar/dist/es2019/types.js +1 -0
- package/node_modules/use-sidecar/dist/es5/config.d.ts +5 -0
- package/node_modules/use-sidecar/dist/es5/config.js +10 -0
- package/node_modules/use-sidecar/dist/es5/env.d.ts +4 -0
- package/node_modules/use-sidecar/dist/es5/env.js +8 -0
- package/node_modules/use-sidecar/dist/es5/exports.d.ts +3 -0
- package/node_modules/use-sidecar/dist/es5/exports.js +22 -0
- package/node_modules/use-sidecar/dist/es5/hoc.d.ts +3 -0
- package/node_modules/use-sidecar/dist/es5/hoc.js +19 -0
- package/node_modules/use-sidecar/dist/es5/hook.d.ts +2 -0
- package/node_modules/use-sidecar/dist/es5/hook.js +45 -0
- package/node_modules/use-sidecar/dist/es5/index.d.ts +7 -0
- package/node_modules/use-sidecar/dist/es5/index.js +16 -0
- package/node_modules/use-sidecar/dist/es5/medium.d.ts +3 -0
- package/node_modules/use-sidecar/dist/es5/medium.js +83 -0
- package/node_modules/use-sidecar/dist/es5/renderProp.d.ts +9 -0
- package/node_modules/use-sidecar/dist/es5/renderProp.js +39 -0
- package/node_modules/use-sidecar/dist/es5/types.d.ts +47 -0
- package/node_modules/use-sidecar/dist/es5/types.js +2 -0
- package/node_modules/use-sidecar/package.json +93 -0
- package/package.json +50 -5
- package/react/styles.css +568 -18
- package/react/styles.source.css +568 -18
|
@@ -1,5 +1,7 @@
|
|
|
1
|
+
import * as DialogPrimitive from '@radix-ui/react-dialog';
|
|
1
2
|
import { type ButtonHTMLAttributes, type HTMLAttributes, type ReactNode } from 'react';
|
|
2
3
|
import type { AppFlow } from './app-flow.js';
|
|
4
|
+
import { type FieldContextValue } from './field-context.js';
|
|
3
5
|
import type { HandoffController } from './handoff.js';
|
|
4
6
|
import { type CallToolState, type LayoutState } from './hooks.js';
|
|
5
7
|
export type AppShellProps = HTMLAttributes<HTMLElement> & {
|
|
@@ -12,7 +14,7 @@ export type AppShellProps = HTMLAttributes<HTMLElement> & {
|
|
|
12
14
|
};
|
|
13
15
|
export declare function AppShell({ title, subtitle, icon, badge, footer, displayMode, children, className, ...props }: AppShellProps): import("react").DetailedReactHTMLElement<{
|
|
14
16
|
className: string | undefined;
|
|
15
|
-
'data-display-mode': "
|
|
17
|
+
'data-display-mode': import("./bridge.js").DisplayMode;
|
|
16
18
|
defaultChecked?: boolean | undefined;
|
|
17
19
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
18
20
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -20,17 +22,17 @@ export declare function AppShell({ title, subtitle, icon, badge, footer, display
|
|
|
20
22
|
accessKey?: string | undefined;
|
|
21
23
|
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {});
|
|
22
24
|
autoFocus?: boolean | undefined;
|
|
23
|
-
contentEditable?: (boolean | "
|
|
25
|
+
contentEditable?: (boolean | "false" | "true") | "inherit" | "plaintext-only" | undefined;
|
|
24
26
|
contextMenu?: string | undefined;
|
|
25
27
|
dir?: string | undefined;
|
|
26
|
-
draggable?: (boolean | "
|
|
28
|
+
draggable?: (boolean | "false" | "true") | undefined;
|
|
27
29
|
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
|
|
28
30
|
hidden?: boolean | undefined;
|
|
29
31
|
id?: string | undefined;
|
|
30
32
|
lang?: string | undefined;
|
|
31
33
|
nonce?: string | undefined;
|
|
32
34
|
slot?: string | undefined;
|
|
33
|
-
spellCheck?: (boolean | "
|
|
35
|
+
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
34
36
|
style?: import("react").CSSProperties | undefined;
|
|
35
37
|
tabIndex?: number | undefined;
|
|
36
38
|
translate?: "yes" | "no" | undefined;
|
|
@@ -67,11 +69,11 @@ export declare function AppShell({ title, subtitle, icon, badge, footer, display
|
|
|
67
69
|
exportparts?: string | undefined;
|
|
68
70
|
part?: string | undefined;
|
|
69
71
|
"aria-activedescendant"?: string | undefined;
|
|
70
|
-
"aria-atomic"?: (boolean | "
|
|
72
|
+
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
71
73
|
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
|
|
72
74
|
"aria-braillelabel"?: string | undefined;
|
|
73
75
|
"aria-brailleroledescription"?: string | undefined;
|
|
74
|
-
"aria-busy"?: (boolean | "
|
|
76
|
+
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
75
77
|
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
76
78
|
"aria-colcount"?: number | undefined;
|
|
77
79
|
"aria-colindex"?: number | undefined;
|
|
@@ -82,37 +84,37 @@ export declare function AppShell({ title, subtitle, icon, badge, footer, display
|
|
|
82
84
|
"aria-describedby"?: string | undefined;
|
|
83
85
|
"aria-description"?: string | undefined;
|
|
84
86
|
"aria-details"?: string | undefined;
|
|
85
|
-
"aria-disabled"?: (boolean | "
|
|
87
|
+
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
86
88
|
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
|
|
87
89
|
"aria-errormessage"?: string | undefined;
|
|
88
|
-
"aria-expanded"?: (boolean | "
|
|
90
|
+
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
89
91
|
"aria-flowto"?: string | undefined;
|
|
90
|
-
"aria-grabbed"?: (boolean | "
|
|
92
|
+
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
91
93
|
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
|
|
92
|
-
"aria-hidden"?: (boolean | "
|
|
94
|
+
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
93
95
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
94
96
|
"aria-keyshortcuts"?: string | undefined;
|
|
95
97
|
"aria-label"?: string | undefined;
|
|
96
98
|
"aria-labelledby"?: string | undefined;
|
|
97
99
|
"aria-level"?: number | undefined;
|
|
98
100
|
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
99
|
-
"aria-modal"?: (boolean | "
|
|
100
|
-
"aria-multiline"?: (boolean | "
|
|
101
|
-
"aria-multiselectable"?: (boolean | "
|
|
101
|
+
"aria-modal"?: (boolean | "false" | "true") | undefined;
|
|
102
|
+
"aria-multiline"?: (boolean | "false" | "true") | undefined;
|
|
103
|
+
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
|
|
102
104
|
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
103
105
|
"aria-owns"?: string | undefined;
|
|
104
106
|
"aria-placeholder"?: string | undefined;
|
|
105
107
|
"aria-posinset"?: number | undefined;
|
|
106
108
|
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
107
|
-
"aria-readonly"?: (boolean | "
|
|
109
|
+
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
108
110
|
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
|
|
109
|
-
"aria-required"?: (boolean | "
|
|
111
|
+
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
110
112
|
"aria-roledescription"?: string | undefined;
|
|
111
113
|
"aria-rowcount"?: number | undefined;
|
|
112
114
|
"aria-rowindex"?: number | undefined;
|
|
113
115
|
"aria-rowindextext"?: string | undefined;
|
|
114
116
|
"aria-rowspan"?: number | undefined;
|
|
115
|
-
"aria-selected"?: (boolean | "
|
|
117
|
+
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
116
118
|
"aria-setsize"?: number | undefined;
|
|
117
119
|
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
118
120
|
"aria-valuemax"?: number | undefined;
|
|
@@ -306,17 +308,17 @@ export declare function ShellHeader({ title, subtitle, icon, badge, className, .
|
|
|
306
308
|
accessKey?: string | undefined;
|
|
307
309
|
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {});
|
|
308
310
|
autoFocus?: boolean | undefined;
|
|
309
|
-
contentEditable?: (boolean | "
|
|
311
|
+
contentEditable?: (boolean | "false" | "true") | "inherit" | "plaintext-only" | undefined;
|
|
310
312
|
contextMenu?: string | undefined;
|
|
311
313
|
dir?: string | undefined;
|
|
312
|
-
draggable?: (boolean | "
|
|
314
|
+
draggable?: (boolean | "false" | "true") | undefined;
|
|
313
315
|
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
|
|
314
316
|
hidden?: boolean | undefined;
|
|
315
317
|
id?: string | undefined;
|
|
316
318
|
lang?: string | undefined;
|
|
317
319
|
nonce?: string | undefined;
|
|
318
320
|
slot?: string | undefined;
|
|
319
|
-
spellCheck?: (boolean | "
|
|
321
|
+
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
320
322
|
style?: import("react").CSSProperties | undefined;
|
|
321
323
|
tabIndex?: number | undefined;
|
|
322
324
|
translate?: "yes" | "no" | undefined;
|
|
@@ -353,11 +355,11 @@ export declare function ShellHeader({ title, subtitle, icon, badge, className, .
|
|
|
353
355
|
exportparts?: string | undefined;
|
|
354
356
|
part?: string | undefined;
|
|
355
357
|
"aria-activedescendant"?: string | undefined;
|
|
356
|
-
"aria-atomic"?: (boolean | "
|
|
358
|
+
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
357
359
|
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
|
|
358
360
|
"aria-braillelabel"?: string | undefined;
|
|
359
361
|
"aria-brailleroledescription"?: string | undefined;
|
|
360
|
-
"aria-busy"?: (boolean | "
|
|
362
|
+
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
361
363
|
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
362
364
|
"aria-colcount"?: number | undefined;
|
|
363
365
|
"aria-colindex"?: number | undefined;
|
|
@@ -368,37 +370,37 @@ export declare function ShellHeader({ title, subtitle, icon, badge, className, .
|
|
|
368
370
|
"aria-describedby"?: string | undefined;
|
|
369
371
|
"aria-description"?: string | undefined;
|
|
370
372
|
"aria-details"?: string | undefined;
|
|
371
|
-
"aria-disabled"?: (boolean | "
|
|
373
|
+
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
372
374
|
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
|
|
373
375
|
"aria-errormessage"?: string | undefined;
|
|
374
|
-
"aria-expanded"?: (boolean | "
|
|
376
|
+
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
375
377
|
"aria-flowto"?: string | undefined;
|
|
376
|
-
"aria-grabbed"?: (boolean | "
|
|
378
|
+
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
377
379
|
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
|
|
378
|
-
"aria-hidden"?: (boolean | "
|
|
380
|
+
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
379
381
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
380
382
|
"aria-keyshortcuts"?: string | undefined;
|
|
381
383
|
"aria-label"?: string | undefined;
|
|
382
384
|
"aria-labelledby"?: string | undefined;
|
|
383
385
|
"aria-level"?: number | undefined;
|
|
384
386
|
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
385
|
-
"aria-modal"?: (boolean | "
|
|
386
|
-
"aria-multiline"?: (boolean | "
|
|
387
|
-
"aria-multiselectable"?: (boolean | "
|
|
387
|
+
"aria-modal"?: (boolean | "false" | "true") | undefined;
|
|
388
|
+
"aria-multiline"?: (boolean | "false" | "true") | undefined;
|
|
389
|
+
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
|
|
388
390
|
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
389
391
|
"aria-owns"?: string | undefined;
|
|
390
392
|
"aria-placeholder"?: string | undefined;
|
|
391
393
|
"aria-posinset"?: number | undefined;
|
|
392
394
|
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
393
|
-
"aria-readonly"?: (boolean | "
|
|
395
|
+
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
394
396
|
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
|
|
395
|
-
"aria-required"?: (boolean | "
|
|
397
|
+
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
396
398
|
"aria-roledescription"?: string | undefined;
|
|
397
399
|
"aria-rowcount"?: number | undefined;
|
|
398
400
|
"aria-rowindex"?: number | undefined;
|
|
399
401
|
"aria-rowindextext"?: string | undefined;
|
|
400
402
|
"aria-rowspan"?: number | undefined;
|
|
401
|
-
"aria-selected"?: (boolean | "
|
|
403
|
+
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
402
404
|
"aria-setsize"?: number | undefined;
|
|
403
405
|
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
404
406
|
"aria-valuemax"?: number | undefined;
|
|
@@ -595,17 +597,17 @@ export declare function ShellNav<ViewName extends string>({ activeView, items, o
|
|
|
595
597
|
accessKey?: string | undefined;
|
|
596
598
|
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {});
|
|
597
599
|
autoFocus?: boolean | undefined;
|
|
598
|
-
contentEditable?: (boolean | "
|
|
600
|
+
contentEditable?: (boolean | "false" | "true") | "inherit" | "plaintext-only" | undefined;
|
|
599
601
|
contextMenu?: string | undefined;
|
|
600
602
|
dir?: string | undefined;
|
|
601
|
-
draggable?: (boolean | "
|
|
603
|
+
draggable?: (boolean | "false" | "true") | undefined;
|
|
602
604
|
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
|
|
603
605
|
hidden?: boolean | undefined;
|
|
604
606
|
id?: string | undefined;
|
|
605
607
|
lang?: string | undefined;
|
|
606
608
|
nonce?: string | undefined;
|
|
607
609
|
slot?: string | undefined;
|
|
608
|
-
spellCheck?: (boolean | "
|
|
610
|
+
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
609
611
|
style?: import("react").CSSProperties | undefined;
|
|
610
612
|
tabIndex?: number | undefined;
|
|
611
613
|
title?: string | undefined;
|
|
@@ -643,11 +645,11 @@ export declare function ShellNav<ViewName extends string>({ activeView, items, o
|
|
|
643
645
|
exportparts?: string | undefined;
|
|
644
646
|
part?: string | undefined;
|
|
645
647
|
"aria-activedescendant"?: string | undefined;
|
|
646
|
-
"aria-atomic"?: (boolean | "
|
|
648
|
+
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
647
649
|
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
|
|
648
650
|
"aria-braillelabel"?: string | undefined;
|
|
649
651
|
"aria-brailleroledescription"?: string | undefined;
|
|
650
|
-
"aria-busy"?: (boolean | "
|
|
652
|
+
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
651
653
|
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
652
654
|
"aria-colcount"?: number | undefined;
|
|
653
655
|
"aria-colindex"?: number | undefined;
|
|
@@ -658,37 +660,37 @@ export declare function ShellNav<ViewName extends string>({ activeView, items, o
|
|
|
658
660
|
"aria-describedby"?: string | undefined;
|
|
659
661
|
"aria-description"?: string | undefined;
|
|
660
662
|
"aria-details"?: string | undefined;
|
|
661
|
-
"aria-disabled"?: (boolean | "
|
|
663
|
+
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
662
664
|
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
|
|
663
665
|
"aria-errormessage"?: string | undefined;
|
|
664
|
-
"aria-expanded"?: (boolean | "
|
|
666
|
+
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
665
667
|
"aria-flowto"?: string | undefined;
|
|
666
|
-
"aria-grabbed"?: (boolean | "
|
|
668
|
+
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
667
669
|
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
|
|
668
|
-
"aria-hidden"?: (boolean | "
|
|
670
|
+
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
669
671
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
670
672
|
"aria-keyshortcuts"?: string | undefined;
|
|
671
673
|
"aria-label"?: string | undefined;
|
|
672
674
|
"aria-labelledby"?: string | undefined;
|
|
673
675
|
"aria-level"?: number | undefined;
|
|
674
676
|
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
675
|
-
"aria-modal"?: (boolean | "
|
|
676
|
-
"aria-multiline"?: (boolean | "
|
|
677
|
-
"aria-multiselectable"?: (boolean | "
|
|
677
|
+
"aria-modal"?: (boolean | "false" | "true") | undefined;
|
|
678
|
+
"aria-multiline"?: (boolean | "false" | "true") | undefined;
|
|
679
|
+
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
|
|
678
680
|
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
679
681
|
"aria-owns"?: string | undefined;
|
|
680
682
|
"aria-placeholder"?: string | undefined;
|
|
681
683
|
"aria-posinset"?: number | undefined;
|
|
682
684
|
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
683
|
-
"aria-readonly"?: (boolean | "
|
|
685
|
+
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
684
686
|
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
|
|
685
|
-
"aria-required"?: (boolean | "
|
|
687
|
+
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
686
688
|
"aria-roledescription"?: string | undefined;
|
|
687
689
|
"aria-rowcount"?: number | undefined;
|
|
688
690
|
"aria-rowindex"?: number | undefined;
|
|
689
691
|
"aria-rowindextext"?: string | undefined;
|
|
690
692
|
"aria-rowspan"?: number | undefined;
|
|
691
|
-
"aria-selected"?: (boolean | "
|
|
693
|
+
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
692
694
|
"aria-setsize"?: number | undefined;
|
|
693
695
|
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
694
696
|
"aria-valuemax"?: number | undefined;
|
|
@@ -880,17 +882,17 @@ export declare function ViewStack<ViewName extends string>({ flow, children, cla
|
|
|
880
882
|
accessKey?: string | undefined;
|
|
881
883
|
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {});
|
|
882
884
|
autoFocus?: boolean | undefined;
|
|
883
|
-
contentEditable?: (boolean | "
|
|
885
|
+
contentEditable?: (boolean | "false" | "true") | "inherit" | "plaintext-only" | undefined;
|
|
884
886
|
contextMenu?: string | undefined;
|
|
885
887
|
dir?: string | undefined;
|
|
886
|
-
draggable?: (boolean | "
|
|
888
|
+
draggable?: (boolean | "false" | "true") | undefined;
|
|
887
889
|
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
|
|
888
890
|
hidden?: boolean | undefined;
|
|
889
891
|
id?: string | undefined;
|
|
890
892
|
lang?: string | undefined;
|
|
891
893
|
nonce?: string | undefined;
|
|
892
894
|
slot?: string | undefined;
|
|
893
|
-
spellCheck?: (boolean | "
|
|
895
|
+
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
894
896
|
style?: import("react").CSSProperties | undefined;
|
|
895
897
|
tabIndex?: number | undefined;
|
|
896
898
|
title?: string | undefined;
|
|
@@ -928,11 +930,11 @@ export declare function ViewStack<ViewName extends string>({ flow, children, cla
|
|
|
928
930
|
exportparts?: string | undefined;
|
|
929
931
|
part?: string | undefined;
|
|
930
932
|
"aria-activedescendant"?: string | undefined;
|
|
931
|
-
"aria-atomic"?: (boolean | "
|
|
933
|
+
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
932
934
|
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
|
|
933
935
|
"aria-braillelabel"?: string | undefined;
|
|
934
936
|
"aria-brailleroledescription"?: string | undefined;
|
|
935
|
-
"aria-busy"?: (boolean | "
|
|
937
|
+
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
936
938
|
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
937
939
|
"aria-colcount"?: number | undefined;
|
|
938
940
|
"aria-colindex"?: number | undefined;
|
|
@@ -943,37 +945,37 @@ export declare function ViewStack<ViewName extends string>({ flow, children, cla
|
|
|
943
945
|
"aria-describedby"?: string | undefined;
|
|
944
946
|
"aria-description"?: string | undefined;
|
|
945
947
|
"aria-details"?: string | undefined;
|
|
946
|
-
"aria-disabled"?: (boolean | "
|
|
948
|
+
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
947
949
|
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
|
|
948
950
|
"aria-errormessage"?: string | undefined;
|
|
949
|
-
"aria-expanded"?: (boolean | "
|
|
951
|
+
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
950
952
|
"aria-flowto"?: string | undefined;
|
|
951
|
-
"aria-grabbed"?: (boolean | "
|
|
953
|
+
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
952
954
|
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
|
|
953
|
-
"aria-hidden"?: (boolean | "
|
|
955
|
+
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
954
956
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
955
957
|
"aria-keyshortcuts"?: string | undefined;
|
|
956
958
|
"aria-label"?: string | undefined;
|
|
957
959
|
"aria-labelledby"?: string | undefined;
|
|
958
960
|
"aria-level"?: number | undefined;
|
|
959
961
|
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
960
|
-
"aria-modal"?: (boolean | "
|
|
961
|
-
"aria-multiline"?: (boolean | "
|
|
962
|
-
"aria-multiselectable"?: (boolean | "
|
|
962
|
+
"aria-modal"?: (boolean | "false" | "true") | undefined;
|
|
963
|
+
"aria-multiline"?: (boolean | "false" | "true") | undefined;
|
|
964
|
+
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
|
|
963
965
|
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
964
966
|
"aria-owns"?: string | undefined;
|
|
965
967
|
"aria-placeholder"?: string | undefined;
|
|
966
968
|
"aria-posinset"?: number | undefined;
|
|
967
969
|
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
968
|
-
"aria-readonly"?: (boolean | "
|
|
970
|
+
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
969
971
|
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
|
|
970
|
-
"aria-required"?: (boolean | "
|
|
972
|
+
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
971
973
|
"aria-roledescription"?: string | undefined;
|
|
972
974
|
"aria-rowcount"?: number | undefined;
|
|
973
975
|
"aria-rowindex"?: number | undefined;
|
|
974
976
|
"aria-rowindextext"?: string | undefined;
|
|
975
977
|
"aria-rowspan"?: number | undefined;
|
|
976
|
-
"aria-selected"?: (boolean | "
|
|
978
|
+
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
977
979
|
"aria-setsize"?: number | undefined;
|
|
978
980
|
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
979
981
|
"aria-valuemax"?: number | undefined;
|
|
@@ -1165,17 +1167,17 @@ export declare function View<ViewName extends string>({ name, children, classNam
|
|
|
1165
1167
|
accessKey?: string | undefined;
|
|
1166
1168
|
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {});
|
|
1167
1169
|
autoFocus?: boolean | undefined;
|
|
1168
|
-
contentEditable?: (boolean | "
|
|
1170
|
+
contentEditable?: (boolean | "false" | "true") | "inherit" | "plaintext-only" | undefined;
|
|
1169
1171
|
contextMenu?: string | undefined;
|
|
1170
1172
|
dir?: string | undefined;
|
|
1171
|
-
draggable?: (boolean | "
|
|
1173
|
+
draggable?: (boolean | "false" | "true") | undefined;
|
|
1172
1174
|
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
|
|
1173
1175
|
hidden?: boolean | undefined;
|
|
1174
1176
|
id?: string | undefined;
|
|
1175
1177
|
lang?: string | undefined;
|
|
1176
1178
|
nonce?: string | undefined;
|
|
1177
1179
|
slot?: string | undefined;
|
|
1178
|
-
spellCheck?: (boolean | "
|
|
1180
|
+
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
1179
1181
|
style?: import("react").CSSProperties | undefined;
|
|
1180
1182
|
tabIndex?: number | undefined;
|
|
1181
1183
|
title?: string | undefined;
|
|
@@ -1213,11 +1215,11 @@ export declare function View<ViewName extends string>({ name, children, classNam
|
|
|
1213
1215
|
exportparts?: string | undefined;
|
|
1214
1216
|
part?: string | undefined;
|
|
1215
1217
|
"aria-activedescendant"?: string | undefined;
|
|
1216
|
-
"aria-atomic"?: (boolean | "
|
|
1218
|
+
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
1217
1219
|
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
|
|
1218
1220
|
"aria-braillelabel"?: string | undefined;
|
|
1219
1221
|
"aria-brailleroledescription"?: string | undefined;
|
|
1220
|
-
"aria-busy"?: (boolean | "
|
|
1222
|
+
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
1221
1223
|
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
1222
1224
|
"aria-colcount"?: number | undefined;
|
|
1223
1225
|
"aria-colindex"?: number | undefined;
|
|
@@ -1228,37 +1230,37 @@ export declare function View<ViewName extends string>({ name, children, classNam
|
|
|
1228
1230
|
"aria-describedby"?: string | undefined;
|
|
1229
1231
|
"aria-description"?: string | undefined;
|
|
1230
1232
|
"aria-details"?: string | undefined;
|
|
1231
|
-
"aria-disabled"?: (boolean | "
|
|
1233
|
+
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
1232
1234
|
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
|
|
1233
1235
|
"aria-errormessage"?: string | undefined;
|
|
1234
|
-
"aria-expanded"?: (boolean | "
|
|
1236
|
+
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
1235
1237
|
"aria-flowto"?: string | undefined;
|
|
1236
|
-
"aria-grabbed"?: (boolean | "
|
|
1238
|
+
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
1237
1239
|
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
|
|
1238
|
-
"aria-hidden"?: (boolean | "
|
|
1240
|
+
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
1239
1241
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
1240
1242
|
"aria-keyshortcuts"?: string | undefined;
|
|
1241
1243
|
"aria-label"?: string | undefined;
|
|
1242
1244
|
"aria-labelledby"?: string | undefined;
|
|
1243
1245
|
"aria-level"?: number | undefined;
|
|
1244
1246
|
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
1245
|
-
"aria-modal"?: (boolean | "
|
|
1246
|
-
"aria-multiline"?: (boolean | "
|
|
1247
|
-
"aria-multiselectable"?: (boolean | "
|
|
1247
|
+
"aria-modal"?: (boolean | "false" | "true") | undefined;
|
|
1248
|
+
"aria-multiline"?: (boolean | "false" | "true") | undefined;
|
|
1249
|
+
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
|
|
1248
1250
|
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
1249
1251
|
"aria-owns"?: string | undefined;
|
|
1250
1252
|
"aria-placeholder"?: string | undefined;
|
|
1251
1253
|
"aria-posinset"?: number | undefined;
|
|
1252
1254
|
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
1253
|
-
"aria-readonly"?: (boolean | "
|
|
1255
|
+
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
1254
1256
|
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
|
|
1255
|
-
"aria-required"?: (boolean | "
|
|
1257
|
+
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
1256
1258
|
"aria-roledescription"?: string | undefined;
|
|
1257
1259
|
"aria-rowcount"?: number | undefined;
|
|
1258
1260
|
"aria-rowindex"?: number | undefined;
|
|
1259
1261
|
"aria-rowindextext"?: string | undefined;
|
|
1260
1262
|
"aria-rowspan"?: number | undefined;
|
|
1261
|
-
"aria-selected"?: (boolean | "
|
|
1263
|
+
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
1262
1264
|
"aria-setsize"?: number | undefined;
|
|
1263
1265
|
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
1264
1266
|
"aria-valuemax"?: number | undefined;
|
|
@@ -1455,17 +1457,17 @@ export declare function ViewNav<ViewName extends string>({ activeView, items, on
|
|
|
1455
1457
|
accessKey?: string | undefined;
|
|
1456
1458
|
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {});
|
|
1457
1459
|
autoFocus?: boolean | undefined;
|
|
1458
|
-
contentEditable?: (boolean | "
|
|
1460
|
+
contentEditable?: (boolean | "false" | "true") | "inherit" | "plaintext-only" | undefined;
|
|
1459
1461
|
contextMenu?: string | undefined;
|
|
1460
1462
|
dir?: string | undefined;
|
|
1461
|
-
draggable?: (boolean | "
|
|
1463
|
+
draggable?: (boolean | "false" | "true") | undefined;
|
|
1462
1464
|
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
|
|
1463
1465
|
hidden?: boolean | undefined;
|
|
1464
1466
|
id?: string | undefined;
|
|
1465
1467
|
lang?: string | undefined;
|
|
1466
1468
|
nonce?: string | undefined;
|
|
1467
1469
|
slot?: string | undefined;
|
|
1468
|
-
spellCheck?: (boolean | "
|
|
1470
|
+
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
1469
1471
|
style?: import("react").CSSProperties | undefined;
|
|
1470
1472
|
tabIndex?: number | undefined;
|
|
1471
1473
|
title?: string | undefined;
|
|
@@ -1503,11 +1505,11 @@ export declare function ViewNav<ViewName extends string>({ activeView, items, on
|
|
|
1503
1505
|
exportparts?: string | undefined;
|
|
1504
1506
|
part?: string | undefined;
|
|
1505
1507
|
"aria-activedescendant"?: string | undefined;
|
|
1506
|
-
"aria-atomic"?: (boolean | "
|
|
1508
|
+
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
1507
1509
|
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
|
|
1508
1510
|
"aria-braillelabel"?: string | undefined;
|
|
1509
1511
|
"aria-brailleroledescription"?: string | undefined;
|
|
1510
|
-
"aria-busy"?: (boolean | "
|
|
1512
|
+
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
1511
1513
|
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
1512
1514
|
"aria-colcount"?: number | undefined;
|
|
1513
1515
|
"aria-colindex"?: number | undefined;
|
|
@@ -1518,37 +1520,37 @@ export declare function ViewNav<ViewName extends string>({ activeView, items, on
|
|
|
1518
1520
|
"aria-describedby"?: string | undefined;
|
|
1519
1521
|
"aria-description"?: string | undefined;
|
|
1520
1522
|
"aria-details"?: string | undefined;
|
|
1521
|
-
"aria-disabled"?: (boolean | "
|
|
1523
|
+
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
1522
1524
|
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
|
|
1523
1525
|
"aria-errormessage"?: string | undefined;
|
|
1524
|
-
"aria-expanded"?: (boolean | "
|
|
1526
|
+
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
1525
1527
|
"aria-flowto"?: string | undefined;
|
|
1526
|
-
"aria-grabbed"?: (boolean | "
|
|
1528
|
+
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
1527
1529
|
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
|
|
1528
|
-
"aria-hidden"?: (boolean | "
|
|
1530
|
+
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
1529
1531
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
1530
1532
|
"aria-keyshortcuts"?: string | undefined;
|
|
1531
1533
|
"aria-label"?: string | undefined;
|
|
1532
1534
|
"aria-labelledby"?: string | undefined;
|
|
1533
1535
|
"aria-level"?: number | undefined;
|
|
1534
1536
|
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
1535
|
-
"aria-modal"?: (boolean | "
|
|
1536
|
-
"aria-multiline"?: (boolean | "
|
|
1537
|
-
"aria-multiselectable"?: (boolean | "
|
|
1537
|
+
"aria-modal"?: (boolean | "false" | "true") | undefined;
|
|
1538
|
+
"aria-multiline"?: (boolean | "false" | "true") | undefined;
|
|
1539
|
+
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
|
|
1538
1540
|
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
1539
1541
|
"aria-owns"?: string | undefined;
|
|
1540
1542
|
"aria-placeholder"?: string | undefined;
|
|
1541
1543
|
"aria-posinset"?: number | undefined;
|
|
1542
1544
|
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
1543
|
-
"aria-readonly"?: (boolean | "
|
|
1545
|
+
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
1544
1546
|
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
|
|
1545
|
-
"aria-required"?: (boolean | "
|
|
1547
|
+
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
1546
1548
|
"aria-roledescription"?: string | undefined;
|
|
1547
1549
|
"aria-rowcount"?: number | undefined;
|
|
1548
1550
|
"aria-rowindex"?: number | undefined;
|
|
1549
1551
|
"aria-rowindextext"?: string | undefined;
|
|
1550
1552
|
"aria-rowspan"?: number | undefined;
|
|
1551
|
-
"aria-selected"?: (boolean | "
|
|
1553
|
+
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
1552
1554
|
"aria-setsize"?: number | undefined;
|
|
1553
1555
|
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
1554
1556
|
"aria-valuemax"?: number | undefined;
|
|
@@ -1728,124 +1730,131 @@ export declare function ViewNav<ViewName extends string>({ activeView, items, on
|
|
|
1728
1730
|
onTransitionStart?: import("react").TransitionEventHandler<HTMLElement> | undefined;
|
|
1729
1731
|
onTransitionStartCapture?: import("react").TransitionEventHandler<HTMLElement> | undefined;
|
|
1730
1732
|
}, HTMLElement>;
|
|
1731
|
-
|
|
1732
|
-
readonly open
|
|
1733
|
-
readonly
|
|
1734
|
-
readonly
|
|
1733
|
+
type OverlayBaseProps = Omit<HTMLAttributes<HTMLDivElement>, 'title'> & {
|
|
1734
|
+
readonly open?: boolean;
|
|
1735
|
+
readonly defaultOpen?: boolean;
|
|
1736
|
+
readonly onOpenChange?: (open: boolean) => void;
|
|
1735
1737
|
readonly description?: ReactNode;
|
|
1736
1738
|
readonly actions?: ReactNode;
|
|
1737
1739
|
};
|
|
1738
|
-
export
|
|
1740
|
+
export type OverlayProps = OverlayBaseProps & ({
|
|
1741
|
+
readonly mode?: 'modal' | 'sheet';
|
|
1742
|
+
readonly title: ReactNode;
|
|
1743
|
+
} | {
|
|
1744
|
+
readonly mode: 'detail';
|
|
1745
|
+
readonly title?: ReactNode;
|
|
1746
|
+
});
|
|
1747
|
+
export declare function Overlay({ open, defaultOpen, onOpenChange, mode, title, description, actions, children, className, ...props }: OverlayProps): import("react").DetailedReactHTMLElement<{
|
|
1739
1748
|
className: string | undefined;
|
|
1740
|
-
role: "
|
|
1741
|
-
'aria-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
autoFocus?: boolean | undefined;
|
|
1749
|
-
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
1750
|
-
contextMenu?: string | undefined;
|
|
1751
|
-
dir?: string | undefined;
|
|
1752
|
-
draggable?: (boolean | "true" | "false") | undefined;
|
|
1753
|
-
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
|
|
1754
|
-
hidden?: boolean | undefined;
|
|
1755
|
-
id?: string | undefined;
|
|
1756
|
-
lang?: string | undefined;
|
|
1757
|
-
nonce?: string | undefined;
|
|
1758
|
-
slot?: string | undefined;
|
|
1759
|
-
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
1749
|
+
role: "region" | undefined;
|
|
1750
|
+
'aria-labelledby': string | undefined;
|
|
1751
|
+
'aria-describedby': string | undefined;
|
|
1752
|
+
id?: string | undefined | undefined;
|
|
1753
|
+
resource?: string | undefined | undefined;
|
|
1754
|
+
content?: string | undefined | undefined;
|
|
1755
|
+
"aria-errormessage"?: string | undefined | undefined;
|
|
1756
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined | undefined;
|
|
1760
1757
|
style?: import("react").CSSProperties | undefined;
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1758
|
+
lang?: string | undefined | undefined;
|
|
1759
|
+
defaultChecked?: boolean | undefined | undefined;
|
|
1760
|
+
defaultValue?: string | number | readonly string[] | undefined;
|
|
1761
|
+
suppressContentEditableWarning?: boolean | undefined | undefined;
|
|
1762
|
+
suppressHydrationWarning?: boolean | undefined | undefined;
|
|
1763
|
+
accessKey?: string | undefined | undefined;
|
|
1764
|
+
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {}) | undefined;
|
|
1765
|
+
autoFocus?: boolean | undefined | undefined;
|
|
1766
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
1767
|
+
contextMenu?: string | undefined | undefined;
|
|
1768
|
+
dir?: string | undefined | undefined;
|
|
1769
|
+
draggable?: (boolean | "false" | "true") | undefined;
|
|
1770
|
+
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined | undefined;
|
|
1771
|
+
hidden?: boolean | undefined | undefined;
|
|
1772
|
+
nonce?: string | undefined | undefined;
|
|
1773
|
+
slot?: string | undefined | undefined;
|
|
1774
|
+
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
1775
|
+
tabIndex?: number | undefined | undefined;
|
|
1776
|
+
translate?: "yes" | "no" | undefined | undefined;
|
|
1777
|
+
radioGroup?: string | undefined | undefined;
|
|
1778
|
+
about?: string | undefined | undefined;
|
|
1779
|
+
datatype?: string | undefined | undefined;
|
|
1767
1780
|
inlist?: any;
|
|
1768
|
-
prefix?: string | undefined;
|
|
1769
|
-
property?: string | undefined;
|
|
1770
|
-
rel?: string | undefined;
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
"aria-
|
|
1795
|
-
"aria-
|
|
1796
|
-
"aria-
|
|
1797
|
-
"aria-
|
|
1798
|
-
"aria-
|
|
1799
|
-
"aria-
|
|
1800
|
-
"aria-
|
|
1801
|
-
"aria-
|
|
1802
|
-
"aria-
|
|
1803
|
-
"aria-
|
|
1804
|
-
"aria-
|
|
1805
|
-
"aria-
|
|
1806
|
-
"aria-
|
|
1807
|
-
"aria-
|
|
1808
|
-
"aria-
|
|
1809
|
-
"aria-
|
|
1810
|
-
"aria-
|
|
1811
|
-
"aria-
|
|
1812
|
-
"aria-
|
|
1813
|
-
"aria-
|
|
1814
|
-
"aria-
|
|
1815
|
-
"aria-
|
|
1816
|
-
"aria-
|
|
1817
|
-
"aria-
|
|
1818
|
-
"aria-
|
|
1819
|
-
"aria-
|
|
1820
|
-
"aria-
|
|
1821
|
-
"aria-
|
|
1822
|
-
"aria-
|
|
1823
|
-
"aria-
|
|
1824
|
-
"aria-
|
|
1825
|
-
"aria-
|
|
1826
|
-
"aria-
|
|
1827
|
-
"aria-
|
|
1828
|
-
"aria-
|
|
1829
|
-
"aria-
|
|
1830
|
-
"aria-
|
|
1831
|
-
"aria-
|
|
1832
|
-
"aria-
|
|
1833
|
-
"aria-
|
|
1834
|
-
"aria-
|
|
1835
|
-
"aria-
|
|
1836
|
-
"aria-
|
|
1837
|
-
"aria-
|
|
1838
|
-
"aria-
|
|
1839
|
-
"aria-
|
|
1840
|
-
"aria-
|
|
1841
|
-
"aria-
|
|
1842
|
-
"aria-valuemax"?: number | undefined;
|
|
1843
|
-
"aria-valuemin"?: number | undefined;
|
|
1844
|
-
"aria-valuenow"?: number | undefined;
|
|
1845
|
-
"aria-valuetext"?: string | undefined;
|
|
1781
|
+
prefix?: string | undefined | undefined;
|
|
1782
|
+
property?: string | undefined | undefined;
|
|
1783
|
+
rel?: string | undefined | undefined;
|
|
1784
|
+
rev?: string | undefined | undefined;
|
|
1785
|
+
typeof?: string | undefined | undefined;
|
|
1786
|
+
vocab?: string | undefined | undefined;
|
|
1787
|
+
autoCorrect?: string | undefined | undefined;
|
|
1788
|
+
autoSave?: string | undefined | undefined;
|
|
1789
|
+
color?: string | undefined | undefined;
|
|
1790
|
+
itemProp?: string | undefined | undefined;
|
|
1791
|
+
itemScope?: boolean | undefined | undefined;
|
|
1792
|
+
itemType?: string | undefined | undefined;
|
|
1793
|
+
itemID?: string | undefined | undefined;
|
|
1794
|
+
itemRef?: string | undefined | undefined;
|
|
1795
|
+
results?: number | undefined | undefined;
|
|
1796
|
+
security?: string | undefined | undefined;
|
|
1797
|
+
unselectable?: "on" | "off" | undefined | undefined;
|
|
1798
|
+
popover?: "" | "auto" | "manual" | "hint" | undefined | undefined;
|
|
1799
|
+
popoverTargetAction?: "toggle" | "show" | "hide" | undefined | undefined;
|
|
1800
|
+
popoverTarget?: string | undefined | undefined;
|
|
1801
|
+
inert?: boolean | undefined | undefined;
|
|
1802
|
+
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined | undefined;
|
|
1803
|
+
is?: string | undefined | undefined;
|
|
1804
|
+
exportparts?: string | undefined | undefined;
|
|
1805
|
+
part?: string | undefined | undefined;
|
|
1806
|
+
"aria-activedescendant"?: string | undefined | undefined;
|
|
1807
|
+
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
1808
|
+
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined | undefined;
|
|
1809
|
+
"aria-braillelabel"?: string | undefined | undefined;
|
|
1810
|
+
"aria-brailleroledescription"?: string | undefined | undefined;
|
|
1811
|
+
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
1812
|
+
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined | undefined;
|
|
1813
|
+
"aria-colcount"?: number | undefined | undefined;
|
|
1814
|
+
"aria-colindex"?: number | undefined | undefined;
|
|
1815
|
+
"aria-colindextext"?: string | undefined | undefined;
|
|
1816
|
+
"aria-colspan"?: number | undefined | undefined;
|
|
1817
|
+
"aria-controls"?: string | undefined | undefined;
|
|
1818
|
+
"aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined | undefined;
|
|
1819
|
+
"aria-description"?: string | undefined | undefined;
|
|
1820
|
+
"aria-details"?: string | undefined | undefined;
|
|
1821
|
+
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
1822
|
+
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined | undefined;
|
|
1823
|
+
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
1824
|
+
"aria-flowto"?: string | undefined | undefined;
|
|
1825
|
+
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
1826
|
+
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined | undefined;
|
|
1827
|
+
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
1828
|
+
"aria-keyshortcuts"?: string | undefined | undefined;
|
|
1829
|
+
"aria-label"?: string | undefined | undefined;
|
|
1830
|
+
"aria-level"?: number | undefined | undefined;
|
|
1831
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined | undefined;
|
|
1832
|
+
"aria-modal"?: (boolean | "false" | "true") | undefined;
|
|
1833
|
+
"aria-multiline"?: (boolean | "false" | "true") | undefined;
|
|
1834
|
+
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
|
|
1835
|
+
"aria-orientation"?: "horizontal" | "vertical" | undefined | undefined;
|
|
1836
|
+
"aria-owns"?: string | undefined | undefined;
|
|
1837
|
+
"aria-placeholder"?: string | undefined | undefined;
|
|
1838
|
+
"aria-posinset"?: number | undefined | undefined;
|
|
1839
|
+
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined | undefined;
|
|
1840
|
+
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
1841
|
+
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined | undefined;
|
|
1842
|
+
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
1843
|
+
"aria-roledescription"?: string | undefined | undefined;
|
|
1844
|
+
"aria-rowcount"?: number | undefined | undefined;
|
|
1845
|
+
"aria-rowindex"?: number | undefined | undefined;
|
|
1846
|
+
"aria-rowindextext"?: string | undefined | undefined;
|
|
1847
|
+
"aria-rowspan"?: number | undefined | undefined;
|
|
1848
|
+
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
1849
|
+
"aria-setsize"?: number | undefined | undefined;
|
|
1850
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined | undefined;
|
|
1851
|
+
"aria-valuemax"?: number | undefined | undefined;
|
|
1852
|
+
"aria-valuemin"?: number | undefined | undefined;
|
|
1853
|
+
"aria-valuenow"?: number | undefined | undefined;
|
|
1854
|
+
"aria-valuetext"?: string | undefined | undefined;
|
|
1846
1855
|
dangerouslySetInnerHTML?: {
|
|
1847
1856
|
__html: string | TrustedHTML;
|
|
1848
|
-
} | undefined;
|
|
1857
|
+
} | undefined | undefined;
|
|
1849
1858
|
onCopy?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
1850
1859
|
onCopyCapture?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
1851
1860
|
onCut?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
@@ -2014,7 +2023,7 @@ export declare function Overlay({ open, mode, title, description, actions, child
|
|
|
2014
2023
|
onTransitionRunCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
2015
2024
|
onTransitionStart?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
2016
2025
|
onTransitionStartCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
2017
|
-
}, HTMLElement> | null;
|
|
2026
|
+
}, HTMLElement> | import("react").FunctionComponentElement<DialogPrimitive.DialogProps> | null;
|
|
2018
2027
|
export type ActionBarProps = HTMLAttributes<HTMLDivElement>;
|
|
2019
2028
|
export declare function ActionBar({ children, className, ...props }: ActionBarProps): import("react").DetailedReactHTMLElement<{
|
|
2020
2029
|
className: string | undefined;
|
|
@@ -2025,17 +2034,17 @@ export declare function ActionBar({ children, className, ...props }: ActionBarPr
|
|
|
2025
2034
|
accessKey?: string | undefined;
|
|
2026
2035
|
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {});
|
|
2027
2036
|
autoFocus?: boolean | undefined;
|
|
2028
|
-
contentEditable?: (boolean | "
|
|
2037
|
+
contentEditable?: (boolean | "false" | "true") | "inherit" | "plaintext-only" | undefined;
|
|
2029
2038
|
contextMenu?: string | undefined;
|
|
2030
2039
|
dir?: string | undefined;
|
|
2031
|
-
draggable?: (boolean | "
|
|
2040
|
+
draggable?: (boolean | "false" | "true") | undefined;
|
|
2032
2041
|
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
|
|
2033
2042
|
hidden?: boolean | undefined;
|
|
2034
2043
|
id?: string | undefined;
|
|
2035
2044
|
lang?: string | undefined;
|
|
2036
2045
|
nonce?: string | undefined;
|
|
2037
2046
|
slot?: string | undefined;
|
|
2038
|
-
spellCheck?: (boolean | "
|
|
2047
|
+
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
2039
2048
|
style?: import("react").CSSProperties | undefined;
|
|
2040
2049
|
tabIndex?: number | undefined;
|
|
2041
2050
|
title?: string | undefined;
|
|
@@ -2073,11 +2082,11 @@ export declare function ActionBar({ children, className, ...props }: ActionBarPr
|
|
|
2073
2082
|
exportparts?: string | undefined;
|
|
2074
2083
|
part?: string | undefined;
|
|
2075
2084
|
"aria-activedescendant"?: string | undefined;
|
|
2076
|
-
"aria-atomic"?: (boolean | "
|
|
2085
|
+
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
2077
2086
|
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
|
|
2078
2087
|
"aria-braillelabel"?: string | undefined;
|
|
2079
2088
|
"aria-brailleroledescription"?: string | undefined;
|
|
2080
|
-
"aria-busy"?: (boolean | "
|
|
2089
|
+
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
2081
2090
|
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
2082
2091
|
"aria-colcount"?: number | undefined;
|
|
2083
2092
|
"aria-colindex"?: number | undefined;
|
|
@@ -2088,37 +2097,37 @@ export declare function ActionBar({ children, className, ...props }: ActionBarPr
|
|
|
2088
2097
|
"aria-describedby"?: string | undefined;
|
|
2089
2098
|
"aria-description"?: string | undefined;
|
|
2090
2099
|
"aria-details"?: string | undefined;
|
|
2091
|
-
"aria-disabled"?: (boolean | "
|
|
2100
|
+
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
2092
2101
|
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
|
|
2093
2102
|
"aria-errormessage"?: string | undefined;
|
|
2094
|
-
"aria-expanded"?: (boolean | "
|
|
2103
|
+
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
2095
2104
|
"aria-flowto"?: string | undefined;
|
|
2096
|
-
"aria-grabbed"?: (boolean | "
|
|
2105
|
+
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
2097
2106
|
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
|
|
2098
|
-
"aria-hidden"?: (boolean | "
|
|
2107
|
+
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
2099
2108
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
2100
2109
|
"aria-keyshortcuts"?: string | undefined;
|
|
2101
2110
|
"aria-label"?: string | undefined;
|
|
2102
2111
|
"aria-labelledby"?: string | undefined;
|
|
2103
2112
|
"aria-level"?: number | undefined;
|
|
2104
2113
|
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
2105
|
-
"aria-modal"?: (boolean | "
|
|
2106
|
-
"aria-multiline"?: (boolean | "
|
|
2107
|
-
"aria-multiselectable"?: (boolean | "
|
|
2114
|
+
"aria-modal"?: (boolean | "false" | "true") | undefined;
|
|
2115
|
+
"aria-multiline"?: (boolean | "false" | "true") | undefined;
|
|
2116
|
+
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
|
|
2108
2117
|
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
2109
2118
|
"aria-owns"?: string | undefined;
|
|
2110
2119
|
"aria-placeholder"?: string | undefined;
|
|
2111
2120
|
"aria-posinset"?: number | undefined;
|
|
2112
2121
|
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
2113
|
-
"aria-readonly"?: (boolean | "
|
|
2122
|
+
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
2114
2123
|
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
|
|
2115
|
-
"aria-required"?: (boolean | "
|
|
2124
|
+
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
2116
2125
|
"aria-roledescription"?: string | undefined;
|
|
2117
2126
|
"aria-rowcount"?: number | undefined;
|
|
2118
2127
|
"aria-rowindex"?: number | undefined;
|
|
2119
2128
|
"aria-rowindextext"?: string | undefined;
|
|
2120
2129
|
"aria-rowspan"?: number | undefined;
|
|
2121
|
-
"aria-selected"?: (boolean | "
|
|
2130
|
+
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
2122
2131
|
"aria-setsize"?: number | undefined;
|
|
2123
2132
|
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
2124
2133
|
"aria-valuemax"?: number | undefined;
|
|
@@ -2306,6 +2315,7 @@ export type AsyncBoundaryProps = HTMLAttributes<HTMLDivElement> & {
|
|
|
2306
2315
|
};
|
|
2307
2316
|
export declare function AsyncBoundary({ state, loading, error, empty, isEmpty, children, className, ...props }: AsyncBoundaryProps): import("react").FunctionComponentElement<import("./semantic-components.js").FeedbackProps> | import("react").DetailedReactHTMLElement<{
|
|
2308
2317
|
className: string | undefined;
|
|
2318
|
+
'aria-live': "polite";
|
|
2309
2319
|
defaultChecked?: boolean | undefined;
|
|
2310
2320
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
2311
2321
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -2313,17 +2323,17 @@ export declare function AsyncBoundary({ state, loading, error, empty, isEmpty, c
|
|
|
2313
2323
|
accessKey?: string | undefined;
|
|
2314
2324
|
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {});
|
|
2315
2325
|
autoFocus?: boolean | undefined;
|
|
2316
|
-
contentEditable?: (boolean | "
|
|
2326
|
+
contentEditable?: (boolean | "false" | "true") | "inherit" | "plaintext-only" | undefined;
|
|
2317
2327
|
contextMenu?: string | undefined;
|
|
2318
2328
|
dir?: string | undefined;
|
|
2319
|
-
draggable?: (boolean | "
|
|
2329
|
+
draggable?: (boolean | "false" | "true") | undefined;
|
|
2320
2330
|
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
|
|
2321
2331
|
hidden?: boolean | undefined;
|
|
2322
2332
|
id?: string | undefined;
|
|
2323
2333
|
lang?: string | undefined;
|
|
2324
2334
|
nonce?: string | undefined;
|
|
2325
2335
|
slot?: string | undefined;
|
|
2326
|
-
spellCheck?: (boolean | "
|
|
2336
|
+
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
2327
2337
|
style?: import("react").CSSProperties | undefined;
|
|
2328
2338
|
tabIndex?: number | undefined;
|
|
2329
2339
|
title?: string | undefined;
|
|
@@ -2361,11 +2371,11 @@ export declare function AsyncBoundary({ state, loading, error, empty, isEmpty, c
|
|
|
2361
2371
|
exportparts?: string | undefined;
|
|
2362
2372
|
part?: string | undefined;
|
|
2363
2373
|
"aria-activedescendant"?: string | undefined;
|
|
2364
|
-
"aria-atomic"?: (boolean | "
|
|
2374
|
+
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
2365
2375
|
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
|
|
2366
2376
|
"aria-braillelabel"?: string | undefined;
|
|
2367
2377
|
"aria-brailleroledescription"?: string | undefined;
|
|
2368
|
-
"aria-busy"?: (boolean | "
|
|
2378
|
+
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
2369
2379
|
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
2370
2380
|
"aria-colcount"?: number | undefined;
|
|
2371
2381
|
"aria-colindex"?: number | undefined;
|
|
@@ -2376,37 +2386,36 @@ export declare function AsyncBoundary({ state, loading, error, empty, isEmpty, c
|
|
|
2376
2386
|
"aria-describedby"?: string | undefined;
|
|
2377
2387
|
"aria-description"?: string | undefined;
|
|
2378
2388
|
"aria-details"?: string | undefined;
|
|
2379
|
-
"aria-disabled"?: (boolean | "
|
|
2389
|
+
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
2380
2390
|
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
|
|
2381
2391
|
"aria-errormessage"?: string | undefined;
|
|
2382
|
-
"aria-expanded"?: (boolean | "
|
|
2392
|
+
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
2383
2393
|
"aria-flowto"?: string | undefined;
|
|
2384
|
-
"aria-grabbed"?: (boolean | "
|
|
2394
|
+
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
2385
2395
|
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
|
|
2386
|
-
"aria-hidden"?: (boolean | "
|
|
2396
|
+
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
2387
2397
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
2388
2398
|
"aria-keyshortcuts"?: string | undefined;
|
|
2389
2399
|
"aria-label"?: string | undefined;
|
|
2390
2400
|
"aria-labelledby"?: string | undefined;
|
|
2391
2401
|
"aria-level"?: number | undefined;
|
|
2392
|
-
"aria-
|
|
2393
|
-
"aria-
|
|
2394
|
-
"aria-
|
|
2395
|
-
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
2402
|
+
"aria-modal"?: (boolean | "false" | "true") | undefined;
|
|
2403
|
+
"aria-multiline"?: (boolean | "false" | "true") | undefined;
|
|
2404
|
+
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
|
|
2396
2405
|
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
2397
2406
|
"aria-owns"?: string | undefined;
|
|
2398
2407
|
"aria-placeholder"?: string | undefined;
|
|
2399
2408
|
"aria-posinset"?: number | undefined;
|
|
2400
2409
|
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
2401
|
-
"aria-readonly"?: (boolean | "
|
|
2410
|
+
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
2402
2411
|
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
|
|
2403
|
-
"aria-required"?: (boolean | "
|
|
2412
|
+
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
2404
2413
|
"aria-roledescription"?: string | undefined;
|
|
2405
2414
|
"aria-rowcount"?: number | undefined;
|
|
2406
2415
|
"aria-rowindex"?: number | undefined;
|
|
2407
2416
|
"aria-rowindextext"?: string | undefined;
|
|
2408
2417
|
"aria-rowspan"?: number | undefined;
|
|
2409
|
-
"aria-selected"?: (boolean | "
|
|
2418
|
+
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
2410
2419
|
"aria-setsize"?: number | undefined;
|
|
2411
2420
|
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
2412
2421
|
"aria-valuemax"?: number | undefined;
|
|
@@ -2596,17 +2605,17 @@ export declare function EmptyState({ children, className, ...props }: EmptyState
|
|
|
2596
2605
|
accessKey?: string | undefined;
|
|
2597
2606
|
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {});
|
|
2598
2607
|
autoFocus?: boolean | undefined;
|
|
2599
|
-
contentEditable?: (boolean | "
|
|
2608
|
+
contentEditable?: (boolean | "false" | "true") | "inherit" | "plaintext-only" | undefined;
|
|
2600
2609
|
contextMenu?: string | undefined;
|
|
2601
2610
|
dir?: string | undefined;
|
|
2602
|
-
draggable?: (boolean | "
|
|
2611
|
+
draggable?: (boolean | "false" | "true") | undefined;
|
|
2603
2612
|
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
|
|
2604
2613
|
hidden?: boolean | undefined;
|
|
2605
2614
|
id?: string | undefined;
|
|
2606
2615
|
lang?: string | undefined;
|
|
2607
2616
|
nonce?: string | undefined;
|
|
2608
2617
|
slot?: string | undefined;
|
|
2609
|
-
spellCheck?: (boolean | "
|
|
2618
|
+
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
2610
2619
|
style?: import("react").CSSProperties | undefined;
|
|
2611
2620
|
tabIndex?: number | undefined;
|
|
2612
2621
|
title?: string | undefined;
|
|
@@ -2643,11 +2652,11 @@ export declare function EmptyState({ children, className, ...props }: EmptyState
|
|
|
2643
2652
|
exportparts?: string | undefined;
|
|
2644
2653
|
part?: string | undefined;
|
|
2645
2654
|
"aria-activedescendant"?: string | undefined;
|
|
2646
|
-
"aria-atomic"?: (boolean | "
|
|
2655
|
+
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
2647
2656
|
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
|
|
2648
2657
|
"aria-braillelabel"?: string | undefined;
|
|
2649
2658
|
"aria-brailleroledescription"?: string | undefined;
|
|
2650
|
-
"aria-busy"?: (boolean | "
|
|
2659
|
+
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
2651
2660
|
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
2652
2661
|
"aria-colcount"?: number | undefined;
|
|
2653
2662
|
"aria-colindex"?: number | undefined;
|
|
@@ -2658,37 +2667,37 @@ export declare function EmptyState({ children, className, ...props }: EmptyState
|
|
|
2658
2667
|
"aria-describedby"?: string | undefined;
|
|
2659
2668
|
"aria-description"?: string | undefined;
|
|
2660
2669
|
"aria-details"?: string | undefined;
|
|
2661
|
-
"aria-disabled"?: (boolean | "
|
|
2670
|
+
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
2662
2671
|
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
|
|
2663
2672
|
"aria-errormessage"?: string | undefined;
|
|
2664
|
-
"aria-expanded"?: (boolean | "
|
|
2673
|
+
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
2665
2674
|
"aria-flowto"?: string | undefined;
|
|
2666
|
-
"aria-grabbed"?: (boolean | "
|
|
2675
|
+
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
2667
2676
|
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
|
|
2668
|
-
"aria-hidden"?: (boolean | "
|
|
2677
|
+
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
2669
2678
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
2670
2679
|
"aria-keyshortcuts"?: string | undefined;
|
|
2671
2680
|
"aria-label"?: string | undefined;
|
|
2672
2681
|
"aria-labelledby"?: string | undefined;
|
|
2673
2682
|
"aria-level"?: number | undefined;
|
|
2674
2683
|
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
2675
|
-
"aria-modal"?: (boolean | "
|
|
2676
|
-
"aria-multiline"?: (boolean | "
|
|
2677
|
-
"aria-multiselectable"?: (boolean | "
|
|
2684
|
+
"aria-modal"?: (boolean | "false" | "true") | undefined;
|
|
2685
|
+
"aria-multiline"?: (boolean | "false" | "true") | undefined;
|
|
2686
|
+
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
|
|
2678
2687
|
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
2679
2688
|
"aria-owns"?: string | undefined;
|
|
2680
2689
|
"aria-placeholder"?: string | undefined;
|
|
2681
2690
|
"aria-posinset"?: number | undefined;
|
|
2682
2691
|
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
2683
|
-
"aria-readonly"?: (boolean | "
|
|
2692
|
+
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
2684
2693
|
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
|
|
2685
|
-
"aria-required"?: (boolean | "
|
|
2694
|
+
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
2686
2695
|
"aria-roledescription"?: string | undefined;
|
|
2687
2696
|
"aria-rowcount"?: number | undefined;
|
|
2688
2697
|
"aria-rowindex"?: number | undefined;
|
|
2689
2698
|
"aria-rowindextext"?: string | undefined;
|
|
2690
2699
|
"aria-rowspan"?: number | undefined;
|
|
2691
|
-
"aria-selected"?: (boolean | "
|
|
2700
|
+
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
2692
2701
|
"aria-setsize"?: number | undefined;
|
|
2693
2702
|
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
2694
2703
|
"aria-valuemax"?: number | undefined;
|
|
@@ -2878,17 +2887,17 @@ export declare function ErrorState({ children, className, ...props }: ErrorState
|
|
|
2878
2887
|
accessKey?: string | undefined;
|
|
2879
2888
|
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {});
|
|
2880
2889
|
autoFocus?: boolean | undefined;
|
|
2881
|
-
contentEditable?: (boolean | "
|
|
2890
|
+
contentEditable?: (boolean | "false" | "true") | "inherit" | "plaintext-only" | undefined;
|
|
2882
2891
|
contextMenu?: string | undefined;
|
|
2883
2892
|
dir?: string | undefined;
|
|
2884
|
-
draggable?: (boolean | "
|
|
2893
|
+
draggable?: (boolean | "false" | "true") | undefined;
|
|
2885
2894
|
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
|
|
2886
2895
|
hidden?: boolean | undefined;
|
|
2887
2896
|
id?: string | undefined;
|
|
2888
2897
|
lang?: string | undefined;
|
|
2889
2898
|
nonce?: string | undefined;
|
|
2890
2899
|
slot?: string | undefined;
|
|
2891
|
-
spellCheck?: (boolean | "
|
|
2900
|
+
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
2892
2901
|
style?: import("react").CSSProperties | undefined;
|
|
2893
2902
|
tabIndex?: number | undefined;
|
|
2894
2903
|
title?: string | undefined;
|
|
@@ -2925,11 +2934,11 @@ export declare function ErrorState({ children, className, ...props }: ErrorState
|
|
|
2925
2934
|
exportparts?: string | undefined;
|
|
2926
2935
|
part?: string | undefined;
|
|
2927
2936
|
"aria-activedescendant"?: string | undefined;
|
|
2928
|
-
"aria-atomic"?: (boolean | "
|
|
2937
|
+
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
2929
2938
|
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
|
|
2930
2939
|
"aria-braillelabel"?: string | undefined;
|
|
2931
2940
|
"aria-brailleroledescription"?: string | undefined;
|
|
2932
|
-
"aria-busy"?: (boolean | "
|
|
2941
|
+
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
2933
2942
|
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
2934
2943
|
"aria-colcount"?: number | undefined;
|
|
2935
2944
|
"aria-colindex"?: number | undefined;
|
|
@@ -2940,37 +2949,37 @@ export declare function ErrorState({ children, className, ...props }: ErrorState
|
|
|
2940
2949
|
"aria-describedby"?: string | undefined;
|
|
2941
2950
|
"aria-description"?: string | undefined;
|
|
2942
2951
|
"aria-details"?: string | undefined;
|
|
2943
|
-
"aria-disabled"?: (boolean | "
|
|
2952
|
+
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
2944
2953
|
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
|
|
2945
2954
|
"aria-errormessage"?: string | undefined;
|
|
2946
|
-
"aria-expanded"?: (boolean | "
|
|
2955
|
+
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
2947
2956
|
"aria-flowto"?: string | undefined;
|
|
2948
|
-
"aria-grabbed"?: (boolean | "
|
|
2957
|
+
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
2949
2958
|
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
|
|
2950
|
-
"aria-hidden"?: (boolean | "
|
|
2959
|
+
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
2951
2960
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
2952
2961
|
"aria-keyshortcuts"?: string | undefined;
|
|
2953
2962
|
"aria-label"?: string | undefined;
|
|
2954
2963
|
"aria-labelledby"?: string | undefined;
|
|
2955
2964
|
"aria-level"?: number | undefined;
|
|
2956
2965
|
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
2957
|
-
"aria-modal"?: (boolean | "
|
|
2958
|
-
"aria-multiline"?: (boolean | "
|
|
2959
|
-
"aria-multiselectable"?: (boolean | "
|
|
2966
|
+
"aria-modal"?: (boolean | "false" | "true") | undefined;
|
|
2967
|
+
"aria-multiline"?: (boolean | "false" | "true") | undefined;
|
|
2968
|
+
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
|
|
2960
2969
|
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
2961
2970
|
"aria-owns"?: string | undefined;
|
|
2962
2971
|
"aria-placeholder"?: string | undefined;
|
|
2963
2972
|
"aria-posinset"?: number | undefined;
|
|
2964
2973
|
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
2965
|
-
"aria-readonly"?: (boolean | "
|
|
2974
|
+
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
2966
2975
|
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
|
|
2967
|
-
"aria-required"?: (boolean | "
|
|
2976
|
+
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
2968
2977
|
"aria-roledescription"?: string | undefined;
|
|
2969
2978
|
"aria-rowcount"?: number | undefined;
|
|
2970
2979
|
"aria-rowindex"?: number | undefined;
|
|
2971
2980
|
"aria-rowindextext"?: string | undefined;
|
|
2972
2981
|
"aria-rowspan"?: number | undefined;
|
|
2973
|
-
"aria-selected"?: (boolean | "
|
|
2982
|
+
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
2974
2983
|
"aria-setsize"?: number | undefined;
|
|
2975
2984
|
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
2976
2985
|
"aria-valuemax"?: number | undefined;
|
|
@@ -3160,17 +3169,17 @@ export declare function LoadingState({ children, className, ...props }: LoadingS
|
|
|
3160
3169
|
accessKey?: string | undefined;
|
|
3161
3170
|
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {});
|
|
3162
3171
|
autoFocus?: boolean | undefined;
|
|
3163
|
-
contentEditable?: (boolean | "
|
|
3172
|
+
contentEditable?: (boolean | "false" | "true") | "inherit" | "plaintext-only" | undefined;
|
|
3164
3173
|
contextMenu?: string | undefined;
|
|
3165
3174
|
dir?: string | undefined;
|
|
3166
|
-
draggable?: (boolean | "
|
|
3175
|
+
draggable?: (boolean | "false" | "true") | undefined;
|
|
3167
3176
|
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
|
|
3168
3177
|
hidden?: boolean | undefined;
|
|
3169
3178
|
id?: string | undefined;
|
|
3170
3179
|
lang?: string | undefined;
|
|
3171
3180
|
nonce?: string | undefined;
|
|
3172
3181
|
slot?: string | undefined;
|
|
3173
|
-
spellCheck?: (boolean | "
|
|
3182
|
+
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
3174
3183
|
style?: import("react").CSSProperties | undefined;
|
|
3175
3184
|
tabIndex?: number | undefined;
|
|
3176
3185
|
title?: string | undefined;
|
|
@@ -3207,11 +3216,11 @@ export declare function LoadingState({ children, className, ...props }: LoadingS
|
|
|
3207
3216
|
exportparts?: string | undefined;
|
|
3208
3217
|
part?: string | undefined;
|
|
3209
3218
|
"aria-activedescendant"?: string | undefined;
|
|
3210
|
-
"aria-atomic"?: (boolean | "
|
|
3219
|
+
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
3211
3220
|
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
|
|
3212
3221
|
"aria-braillelabel"?: string | undefined;
|
|
3213
3222
|
"aria-brailleroledescription"?: string | undefined;
|
|
3214
|
-
"aria-busy"?: (boolean | "
|
|
3223
|
+
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
3215
3224
|
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
3216
3225
|
"aria-colcount"?: number | undefined;
|
|
3217
3226
|
"aria-colindex"?: number | undefined;
|
|
@@ -3222,37 +3231,37 @@ export declare function LoadingState({ children, className, ...props }: LoadingS
|
|
|
3222
3231
|
"aria-describedby"?: string | undefined;
|
|
3223
3232
|
"aria-description"?: string | undefined;
|
|
3224
3233
|
"aria-details"?: string | undefined;
|
|
3225
|
-
"aria-disabled"?: (boolean | "
|
|
3234
|
+
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
3226
3235
|
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
|
|
3227
3236
|
"aria-errormessage"?: string | undefined;
|
|
3228
|
-
"aria-expanded"?: (boolean | "
|
|
3237
|
+
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
3229
3238
|
"aria-flowto"?: string | undefined;
|
|
3230
|
-
"aria-grabbed"?: (boolean | "
|
|
3239
|
+
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
3231
3240
|
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
|
|
3232
|
-
"aria-hidden"?: (boolean | "
|
|
3241
|
+
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
3233
3242
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
3234
3243
|
"aria-keyshortcuts"?: string | undefined;
|
|
3235
3244
|
"aria-label"?: string | undefined;
|
|
3236
3245
|
"aria-labelledby"?: string | undefined;
|
|
3237
3246
|
"aria-level"?: number | undefined;
|
|
3238
3247
|
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
3239
|
-
"aria-modal"?: (boolean | "
|
|
3240
|
-
"aria-multiline"?: (boolean | "
|
|
3241
|
-
"aria-multiselectable"?: (boolean | "
|
|
3248
|
+
"aria-modal"?: (boolean | "false" | "true") | undefined;
|
|
3249
|
+
"aria-multiline"?: (boolean | "false" | "true") | undefined;
|
|
3250
|
+
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
|
|
3242
3251
|
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
3243
3252
|
"aria-owns"?: string | undefined;
|
|
3244
3253
|
"aria-placeholder"?: string | undefined;
|
|
3245
3254
|
"aria-posinset"?: number | undefined;
|
|
3246
3255
|
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
3247
|
-
"aria-readonly"?: (boolean | "
|
|
3256
|
+
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
3248
3257
|
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
|
|
3249
|
-
"aria-required"?: (boolean | "
|
|
3258
|
+
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
3250
3259
|
"aria-roledescription"?: string | undefined;
|
|
3251
3260
|
"aria-rowcount"?: number | undefined;
|
|
3252
3261
|
"aria-rowindex"?: number | undefined;
|
|
3253
3262
|
"aria-rowindextext"?: string | undefined;
|
|
3254
3263
|
"aria-rowspan"?: number | undefined;
|
|
3255
|
-
"aria-selected"?: (boolean | "
|
|
3264
|
+
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
3256
3265
|
"aria-setsize"?: number | undefined;
|
|
3257
3266
|
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
3258
3267
|
"aria-valuemax"?: number | undefined;
|
|
@@ -3443,17 +3452,17 @@ export declare function StatusBadge({ tone, children, className, ...props }: Sta
|
|
|
3443
3452
|
accessKey?: string | undefined;
|
|
3444
3453
|
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {});
|
|
3445
3454
|
autoFocus?: boolean | undefined;
|
|
3446
|
-
contentEditable?: (boolean | "
|
|
3455
|
+
contentEditable?: (boolean | "false" | "true") | "inherit" | "plaintext-only" | undefined;
|
|
3447
3456
|
contextMenu?: string | undefined;
|
|
3448
3457
|
dir?: string | undefined;
|
|
3449
|
-
draggable?: (boolean | "
|
|
3458
|
+
draggable?: (boolean | "false" | "true") | undefined;
|
|
3450
3459
|
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
|
|
3451
3460
|
hidden?: boolean | undefined;
|
|
3452
3461
|
id?: string | undefined;
|
|
3453
3462
|
lang?: string | undefined;
|
|
3454
3463
|
nonce?: string | undefined;
|
|
3455
3464
|
slot?: string | undefined;
|
|
3456
|
-
spellCheck?: (boolean | "
|
|
3465
|
+
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
3457
3466
|
style?: import("react").CSSProperties | undefined;
|
|
3458
3467
|
tabIndex?: number | undefined;
|
|
3459
3468
|
title?: string | undefined;
|
|
@@ -3491,11 +3500,11 @@ export declare function StatusBadge({ tone, children, className, ...props }: Sta
|
|
|
3491
3500
|
exportparts?: string | undefined;
|
|
3492
3501
|
part?: string | undefined;
|
|
3493
3502
|
"aria-activedescendant"?: string | undefined;
|
|
3494
|
-
"aria-atomic"?: (boolean | "
|
|
3503
|
+
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
3495
3504
|
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
|
|
3496
3505
|
"aria-braillelabel"?: string | undefined;
|
|
3497
3506
|
"aria-brailleroledescription"?: string | undefined;
|
|
3498
|
-
"aria-busy"?: (boolean | "
|
|
3507
|
+
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
3499
3508
|
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
3500
3509
|
"aria-colcount"?: number | undefined;
|
|
3501
3510
|
"aria-colindex"?: number | undefined;
|
|
@@ -3506,37 +3515,37 @@ export declare function StatusBadge({ tone, children, className, ...props }: Sta
|
|
|
3506
3515
|
"aria-describedby"?: string | undefined;
|
|
3507
3516
|
"aria-description"?: string | undefined;
|
|
3508
3517
|
"aria-details"?: string | undefined;
|
|
3509
|
-
"aria-disabled"?: (boolean | "
|
|
3518
|
+
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
3510
3519
|
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
|
|
3511
3520
|
"aria-errormessage"?: string | undefined;
|
|
3512
|
-
"aria-expanded"?: (boolean | "
|
|
3521
|
+
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
3513
3522
|
"aria-flowto"?: string | undefined;
|
|
3514
|
-
"aria-grabbed"?: (boolean | "
|
|
3523
|
+
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
3515
3524
|
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
|
|
3516
|
-
"aria-hidden"?: (boolean | "
|
|
3525
|
+
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
3517
3526
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
3518
3527
|
"aria-keyshortcuts"?: string | undefined;
|
|
3519
3528
|
"aria-label"?: string | undefined;
|
|
3520
3529
|
"aria-labelledby"?: string | undefined;
|
|
3521
3530
|
"aria-level"?: number | undefined;
|
|
3522
3531
|
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
3523
|
-
"aria-modal"?: (boolean | "
|
|
3524
|
-
"aria-multiline"?: (boolean | "
|
|
3525
|
-
"aria-multiselectable"?: (boolean | "
|
|
3532
|
+
"aria-modal"?: (boolean | "false" | "true") | undefined;
|
|
3533
|
+
"aria-multiline"?: (boolean | "false" | "true") | undefined;
|
|
3534
|
+
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
|
|
3526
3535
|
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
3527
3536
|
"aria-owns"?: string | undefined;
|
|
3528
3537
|
"aria-placeholder"?: string | undefined;
|
|
3529
3538
|
"aria-posinset"?: number | undefined;
|
|
3530
3539
|
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
3531
|
-
"aria-readonly"?: (boolean | "
|
|
3540
|
+
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
3532
3541
|
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
|
|
3533
|
-
"aria-required"?: (boolean | "
|
|
3542
|
+
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
3534
3543
|
"aria-roledescription"?: string | undefined;
|
|
3535
3544
|
"aria-rowcount"?: number | undefined;
|
|
3536
3545
|
"aria-rowindex"?: number | undefined;
|
|
3537
3546
|
"aria-rowindextext"?: string | undefined;
|
|
3538
3547
|
"aria-rowspan"?: number | undefined;
|
|
3539
|
-
"aria-selected"?: (boolean | "
|
|
3548
|
+
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
3540
3549
|
"aria-setsize"?: number | undefined;
|
|
3541
3550
|
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
3542
3551
|
"aria-valuemax"?: number | undefined;
|
|
@@ -3725,17 +3734,17 @@ export declare function DataList({ children, className, ...props }: DataListProp
|
|
|
3725
3734
|
accessKey?: string | undefined;
|
|
3726
3735
|
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {});
|
|
3727
3736
|
autoFocus?: boolean | undefined;
|
|
3728
|
-
contentEditable?: (boolean | "
|
|
3737
|
+
contentEditable?: (boolean | "false" | "true") | "inherit" | "plaintext-only" | undefined;
|
|
3729
3738
|
contextMenu?: string | undefined;
|
|
3730
3739
|
dir?: string | undefined;
|
|
3731
|
-
draggable?: (boolean | "
|
|
3740
|
+
draggable?: (boolean | "false" | "true") | undefined;
|
|
3732
3741
|
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
|
|
3733
3742
|
hidden?: boolean | undefined;
|
|
3734
3743
|
id?: string | undefined;
|
|
3735
3744
|
lang?: string | undefined;
|
|
3736
3745
|
nonce?: string | undefined;
|
|
3737
3746
|
slot?: string | undefined;
|
|
3738
|
-
spellCheck?: (boolean | "
|
|
3747
|
+
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
3739
3748
|
style?: import("react").CSSProperties | undefined;
|
|
3740
3749
|
tabIndex?: number | undefined;
|
|
3741
3750
|
title?: string | undefined;
|
|
@@ -3773,11 +3782,11 @@ export declare function DataList({ children, className, ...props }: DataListProp
|
|
|
3773
3782
|
exportparts?: string | undefined;
|
|
3774
3783
|
part?: string | undefined;
|
|
3775
3784
|
"aria-activedescendant"?: string | undefined;
|
|
3776
|
-
"aria-atomic"?: (boolean | "
|
|
3785
|
+
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
3777
3786
|
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
|
|
3778
3787
|
"aria-braillelabel"?: string | undefined;
|
|
3779
3788
|
"aria-brailleroledescription"?: string | undefined;
|
|
3780
|
-
"aria-busy"?: (boolean | "
|
|
3789
|
+
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
3781
3790
|
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
3782
3791
|
"aria-colcount"?: number | undefined;
|
|
3783
3792
|
"aria-colindex"?: number | undefined;
|
|
@@ -3788,37 +3797,37 @@ export declare function DataList({ children, className, ...props }: DataListProp
|
|
|
3788
3797
|
"aria-describedby"?: string | undefined;
|
|
3789
3798
|
"aria-description"?: string | undefined;
|
|
3790
3799
|
"aria-details"?: string | undefined;
|
|
3791
|
-
"aria-disabled"?: (boolean | "
|
|
3800
|
+
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
3792
3801
|
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
|
|
3793
3802
|
"aria-errormessage"?: string | undefined;
|
|
3794
|
-
"aria-expanded"?: (boolean | "
|
|
3803
|
+
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
3795
3804
|
"aria-flowto"?: string | undefined;
|
|
3796
|
-
"aria-grabbed"?: (boolean | "
|
|
3805
|
+
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
3797
3806
|
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
|
|
3798
|
-
"aria-hidden"?: (boolean | "
|
|
3807
|
+
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
3799
3808
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
3800
3809
|
"aria-keyshortcuts"?: string | undefined;
|
|
3801
3810
|
"aria-label"?: string | undefined;
|
|
3802
3811
|
"aria-labelledby"?: string | undefined;
|
|
3803
3812
|
"aria-level"?: number | undefined;
|
|
3804
3813
|
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
3805
|
-
"aria-modal"?: (boolean | "
|
|
3806
|
-
"aria-multiline"?: (boolean | "
|
|
3807
|
-
"aria-multiselectable"?: (boolean | "
|
|
3814
|
+
"aria-modal"?: (boolean | "false" | "true") | undefined;
|
|
3815
|
+
"aria-multiline"?: (boolean | "false" | "true") | undefined;
|
|
3816
|
+
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
|
|
3808
3817
|
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
3809
3818
|
"aria-owns"?: string | undefined;
|
|
3810
3819
|
"aria-placeholder"?: string | undefined;
|
|
3811
3820
|
"aria-posinset"?: number | undefined;
|
|
3812
3821
|
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
3813
|
-
"aria-readonly"?: (boolean | "
|
|
3822
|
+
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
3814
3823
|
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
|
|
3815
|
-
"aria-required"?: (boolean | "
|
|
3824
|
+
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
3816
3825
|
"aria-roledescription"?: string | undefined;
|
|
3817
3826
|
"aria-rowcount"?: number | undefined;
|
|
3818
3827
|
"aria-rowindex"?: number | undefined;
|
|
3819
3828
|
"aria-rowindextext"?: string | undefined;
|
|
3820
3829
|
"aria-rowspan"?: number | undefined;
|
|
3821
|
-
"aria-selected"?: (boolean | "
|
|
3830
|
+
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
3822
3831
|
"aria-setsize"?: number | undefined;
|
|
3823
3832
|
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
3824
3833
|
"aria-valuemax"?: number | undefined;
|
|
@@ -4019,17 +4028,17 @@ export declare function DataCard({ as, children, className, ...props }: DataCard
|
|
|
4019
4028
|
accessKey?: string | undefined;
|
|
4020
4029
|
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {});
|
|
4021
4030
|
autoFocus?: boolean | undefined;
|
|
4022
|
-
contentEditable?: (boolean | "
|
|
4031
|
+
contentEditable?: (boolean | "false" | "true") | "inherit" | "plaintext-only" | undefined;
|
|
4023
4032
|
contextMenu?: string | undefined;
|
|
4024
4033
|
dir?: string | undefined;
|
|
4025
|
-
draggable?: (boolean | "
|
|
4034
|
+
draggable?: (boolean | "false" | "true") | undefined;
|
|
4026
4035
|
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
|
|
4027
4036
|
hidden?: boolean | undefined;
|
|
4028
4037
|
id?: string | undefined;
|
|
4029
4038
|
lang?: string | undefined;
|
|
4030
4039
|
nonce?: string | undefined;
|
|
4031
4040
|
slot?: string | undefined;
|
|
4032
|
-
spellCheck?: (boolean | "
|
|
4041
|
+
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
4033
4042
|
style?: import("react").CSSProperties | undefined;
|
|
4034
4043
|
tabIndex?: number | undefined;
|
|
4035
4044
|
title?: string | undefined;
|
|
@@ -4067,11 +4076,11 @@ export declare function DataCard({ as, children, className, ...props }: DataCard
|
|
|
4067
4076
|
exportparts?: string | undefined;
|
|
4068
4077
|
part?: string | undefined;
|
|
4069
4078
|
"aria-activedescendant"?: string | undefined;
|
|
4070
|
-
"aria-atomic"?: (boolean | "
|
|
4079
|
+
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
4071
4080
|
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
|
|
4072
4081
|
"aria-braillelabel"?: string | undefined;
|
|
4073
4082
|
"aria-brailleroledescription"?: string | undefined;
|
|
4074
|
-
"aria-busy"?: (boolean | "
|
|
4083
|
+
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
4075
4084
|
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
4076
4085
|
"aria-colcount"?: number | undefined;
|
|
4077
4086
|
"aria-colindex"?: number | undefined;
|
|
@@ -4082,37 +4091,37 @@ export declare function DataCard({ as, children, className, ...props }: DataCard
|
|
|
4082
4091
|
"aria-describedby"?: string | undefined;
|
|
4083
4092
|
"aria-description"?: string | undefined;
|
|
4084
4093
|
"aria-details"?: string | undefined;
|
|
4085
|
-
"aria-disabled"?: (boolean | "
|
|
4094
|
+
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
4086
4095
|
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
|
|
4087
4096
|
"aria-errormessage"?: string | undefined;
|
|
4088
|
-
"aria-expanded"?: (boolean | "
|
|
4097
|
+
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
4089
4098
|
"aria-flowto"?: string | undefined;
|
|
4090
|
-
"aria-grabbed"?: (boolean | "
|
|
4099
|
+
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
4091
4100
|
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
|
|
4092
|
-
"aria-hidden"?: (boolean | "
|
|
4101
|
+
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
4093
4102
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
4094
4103
|
"aria-keyshortcuts"?: string | undefined;
|
|
4095
4104
|
"aria-label"?: string | undefined;
|
|
4096
4105
|
"aria-labelledby"?: string | undefined;
|
|
4097
4106
|
"aria-level"?: number | undefined;
|
|
4098
4107
|
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
4099
|
-
"aria-modal"?: (boolean | "
|
|
4100
|
-
"aria-multiline"?: (boolean | "
|
|
4101
|
-
"aria-multiselectable"?: (boolean | "
|
|
4108
|
+
"aria-modal"?: (boolean | "false" | "true") | undefined;
|
|
4109
|
+
"aria-multiline"?: (boolean | "false" | "true") | undefined;
|
|
4110
|
+
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
|
|
4102
4111
|
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
4103
4112
|
"aria-owns"?: string | undefined;
|
|
4104
4113
|
"aria-placeholder"?: string | undefined;
|
|
4105
4114
|
"aria-posinset"?: number | undefined;
|
|
4106
4115
|
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
4107
|
-
"aria-readonly"?: (boolean | "
|
|
4116
|
+
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
4108
4117
|
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
|
|
4109
|
-
"aria-required"?: (boolean | "
|
|
4118
|
+
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
4110
4119
|
"aria-roledescription"?: string | undefined;
|
|
4111
4120
|
"aria-rowcount"?: number | undefined;
|
|
4112
4121
|
"aria-rowindex"?: number | undefined;
|
|
4113
4122
|
"aria-rowindextext"?: string | undefined;
|
|
4114
4123
|
"aria-rowspan"?: number | undefined;
|
|
4115
|
-
"aria-selected"?: (boolean | "
|
|
4124
|
+
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
4116
4125
|
"aria-setsize"?: number | undefined;
|
|
4117
4126
|
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
4118
4127
|
"aria-valuemax"?: number | undefined;
|
|
@@ -4303,9 +4312,16 @@ export type QuantityStepperProps = Omit<HTMLAttributes<HTMLDivElement>, 'onChang
|
|
|
4303
4312
|
export declare function QuantityStepper({ value, min, max, step, onChange, decrementLabel, incrementLabel, className, ...props }: QuantityStepperProps): import("react").DetailedReactHTMLElement<{
|
|
4304
4313
|
className: string | undefined;
|
|
4305
4314
|
id?: string | undefined | undefined;
|
|
4306
|
-
|
|
4315
|
+
resource?: string | undefined | undefined;
|
|
4307
4316
|
title?: string | undefined | undefined;
|
|
4317
|
+
content?: string | undefined | undefined;
|
|
4318
|
+
"aria-labelledby"?: string | undefined | undefined;
|
|
4319
|
+
"aria-describedby"?: string | undefined | undefined;
|
|
4320
|
+
"aria-errormessage"?: string | undefined | undefined;
|
|
4321
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined | undefined;
|
|
4308
4322
|
children?: ReactNode;
|
|
4323
|
+
style?: import("react").CSSProperties | undefined;
|
|
4324
|
+
lang?: string | undefined | undefined;
|
|
4309
4325
|
defaultChecked?: boolean | undefined | undefined;
|
|
4310
4326
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
4311
4327
|
suppressContentEditableWarning?: boolean | undefined | undefined;
|
|
@@ -4313,17 +4329,15 @@ export declare function QuantityStepper({ value, min, max, step, onChange, decre
|
|
|
4313
4329
|
accessKey?: string | undefined | undefined;
|
|
4314
4330
|
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {}) | undefined;
|
|
4315
4331
|
autoFocus?: boolean | undefined | undefined;
|
|
4316
|
-
contentEditable?:
|
|
4332
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
4317
4333
|
contextMenu?: string | undefined | undefined;
|
|
4318
4334
|
dir?: string | undefined | undefined;
|
|
4319
|
-
draggable?: (boolean | "
|
|
4335
|
+
draggable?: (boolean | "false" | "true") | undefined;
|
|
4320
4336
|
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined | undefined;
|
|
4321
4337
|
hidden?: boolean | undefined | undefined;
|
|
4322
|
-
lang?: string | undefined | undefined;
|
|
4323
4338
|
nonce?: string | undefined | undefined;
|
|
4324
4339
|
slot?: string | undefined | undefined;
|
|
4325
|
-
spellCheck?: (boolean | "
|
|
4326
|
-
style?: import("react").CSSProperties | undefined;
|
|
4340
|
+
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
4327
4341
|
tabIndex?: number | undefined | undefined;
|
|
4328
4342
|
translate?: "yes" | "no" | undefined | undefined;
|
|
4329
4343
|
radioGroup?: string | undefined | undefined;
|
|
@@ -4334,7 +4348,6 @@ export declare function QuantityStepper({ value, min, max, step, onChange, decre
|
|
|
4334
4348
|
prefix?: string | undefined | undefined;
|
|
4335
4349
|
property?: string | undefined | undefined;
|
|
4336
4350
|
rel?: string | undefined | undefined;
|
|
4337
|
-
resource?: string | undefined | undefined;
|
|
4338
4351
|
rev?: string | undefined | undefined;
|
|
4339
4352
|
typeof?: string | undefined | undefined;
|
|
4340
4353
|
vocab?: string | undefined | undefined;
|
|
@@ -4358,11 +4371,11 @@ export declare function QuantityStepper({ value, min, max, step, onChange, decre
|
|
|
4358
4371
|
exportparts?: string | undefined | undefined;
|
|
4359
4372
|
part?: string | undefined | undefined;
|
|
4360
4373
|
"aria-activedescendant"?: string | undefined | undefined;
|
|
4361
|
-
"aria-atomic"?: (boolean | "
|
|
4374
|
+
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
4362
4375
|
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined | undefined;
|
|
4363
4376
|
"aria-braillelabel"?: string | undefined | undefined;
|
|
4364
4377
|
"aria-brailleroledescription"?: string | undefined | undefined;
|
|
4365
|
-
"aria-busy"?: (boolean | "
|
|
4378
|
+
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
4366
4379
|
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined | undefined;
|
|
4367
4380
|
"aria-colcount"?: number | undefined | undefined;
|
|
4368
4381
|
"aria-colindex"?: number | undefined | undefined;
|
|
@@ -4370,40 +4383,36 @@ export declare function QuantityStepper({ value, min, max, step, onChange, decre
|
|
|
4370
4383
|
"aria-colspan"?: number | undefined | undefined;
|
|
4371
4384
|
"aria-controls"?: string | undefined | undefined;
|
|
4372
4385
|
"aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined | undefined;
|
|
4373
|
-
"aria-describedby"?: string | undefined | undefined;
|
|
4374
4386
|
"aria-description"?: string | undefined | undefined;
|
|
4375
4387
|
"aria-details"?: string | undefined | undefined;
|
|
4376
|
-
"aria-disabled"?: (boolean | "
|
|
4388
|
+
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
4377
4389
|
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined | undefined;
|
|
4378
|
-
"aria-
|
|
4379
|
-
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
4390
|
+
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
4380
4391
|
"aria-flowto"?: string | undefined | undefined;
|
|
4381
|
-
"aria-grabbed"?: (boolean | "
|
|
4392
|
+
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
4382
4393
|
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined | undefined;
|
|
4383
|
-
"aria-hidden"?: (boolean | "
|
|
4384
|
-
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined | undefined;
|
|
4394
|
+
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
4385
4395
|
"aria-keyshortcuts"?: string | undefined | undefined;
|
|
4386
4396
|
"aria-label"?: string | undefined | undefined;
|
|
4387
|
-
"aria-labelledby"?: string | undefined | undefined;
|
|
4388
4397
|
"aria-level"?: number | undefined | undefined;
|
|
4389
4398
|
"aria-live"?: "off" | "assertive" | "polite" | undefined | undefined;
|
|
4390
|
-
"aria-modal"?: (boolean | "
|
|
4391
|
-
"aria-multiline"?: (boolean | "
|
|
4392
|
-
"aria-multiselectable"?: (boolean | "
|
|
4399
|
+
"aria-modal"?: (boolean | "false" | "true") | undefined;
|
|
4400
|
+
"aria-multiline"?: (boolean | "false" | "true") | undefined;
|
|
4401
|
+
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
|
|
4393
4402
|
"aria-orientation"?: "horizontal" | "vertical" | undefined | undefined;
|
|
4394
4403
|
"aria-owns"?: string | undefined | undefined;
|
|
4395
4404
|
"aria-placeholder"?: string | undefined | undefined;
|
|
4396
4405
|
"aria-posinset"?: number | undefined | undefined;
|
|
4397
4406
|
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined | undefined;
|
|
4398
|
-
"aria-readonly"?: (boolean | "
|
|
4407
|
+
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
4399
4408
|
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined | undefined;
|
|
4400
|
-
"aria-required"?: (boolean | "
|
|
4409
|
+
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
4401
4410
|
"aria-roledescription"?: string | undefined | undefined;
|
|
4402
4411
|
"aria-rowcount"?: number | undefined | undefined;
|
|
4403
4412
|
"aria-rowindex"?: number | undefined | undefined;
|
|
4404
4413
|
"aria-rowindextext"?: string | undefined | undefined;
|
|
4405
4414
|
"aria-rowspan"?: number | undefined | undefined;
|
|
4406
|
-
"aria-selected"?: (boolean | "
|
|
4415
|
+
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
4407
4416
|
"aria-setsize"?: number | undefined | undefined;
|
|
4408
4417
|
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined | undefined;
|
|
4409
4418
|
"aria-valuemax"?: number | undefined | undefined;
|
|
@@ -4590,9 +4599,16 @@ export type ChoiceGroupProps<Value extends string = string> = Omit<HTMLAttribute
|
|
|
4590
4599
|
export declare function ChoiceGroup<Value extends string>({ values, selected, onChange, labelFor, className, ...props }: ChoiceGroupProps<Value>): import("react").DetailedReactHTMLElement<{
|
|
4591
4600
|
className: string | undefined;
|
|
4592
4601
|
id?: string | undefined | undefined;
|
|
4593
|
-
|
|
4602
|
+
resource?: string | undefined | undefined;
|
|
4594
4603
|
title?: string | undefined | undefined;
|
|
4604
|
+
content?: string | undefined | undefined;
|
|
4605
|
+
"aria-labelledby"?: string | undefined | undefined;
|
|
4606
|
+
"aria-describedby"?: string | undefined | undefined;
|
|
4607
|
+
"aria-errormessage"?: string | undefined | undefined;
|
|
4608
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined | undefined;
|
|
4595
4609
|
children?: ReactNode;
|
|
4610
|
+
style?: import("react").CSSProperties | undefined;
|
|
4611
|
+
lang?: string | undefined | undefined;
|
|
4596
4612
|
defaultChecked?: boolean | undefined | undefined;
|
|
4597
4613
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
4598
4614
|
suppressContentEditableWarning?: boolean | undefined | undefined;
|
|
@@ -4600,17 +4616,15 @@ export declare function ChoiceGroup<Value extends string>({ values, selected, on
|
|
|
4600
4616
|
accessKey?: string | undefined | undefined;
|
|
4601
4617
|
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {}) | undefined;
|
|
4602
4618
|
autoFocus?: boolean | undefined | undefined;
|
|
4603
|
-
contentEditable?:
|
|
4619
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
4604
4620
|
contextMenu?: string | undefined | undefined;
|
|
4605
4621
|
dir?: string | undefined | undefined;
|
|
4606
|
-
draggable?: (boolean | "
|
|
4622
|
+
draggable?: (boolean | "false" | "true") | undefined;
|
|
4607
4623
|
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined | undefined;
|
|
4608
4624
|
hidden?: boolean | undefined | undefined;
|
|
4609
|
-
lang?: string | undefined | undefined;
|
|
4610
4625
|
nonce?: string | undefined | undefined;
|
|
4611
4626
|
slot?: string | undefined | undefined;
|
|
4612
|
-
spellCheck?: (boolean | "
|
|
4613
|
-
style?: import("react").CSSProperties | undefined;
|
|
4627
|
+
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
4614
4628
|
tabIndex?: number | undefined | undefined;
|
|
4615
4629
|
translate?: "yes" | "no" | undefined | undefined;
|
|
4616
4630
|
radioGroup?: string | undefined | undefined;
|
|
@@ -4621,7 +4635,6 @@ export declare function ChoiceGroup<Value extends string>({ values, selected, on
|
|
|
4621
4635
|
prefix?: string | undefined | undefined;
|
|
4622
4636
|
property?: string | undefined | undefined;
|
|
4623
4637
|
rel?: string | undefined | undefined;
|
|
4624
|
-
resource?: string | undefined | undefined;
|
|
4625
4638
|
rev?: string | undefined | undefined;
|
|
4626
4639
|
typeof?: string | undefined | undefined;
|
|
4627
4640
|
vocab?: string | undefined | undefined;
|
|
@@ -4645,11 +4658,11 @@ export declare function ChoiceGroup<Value extends string>({ values, selected, on
|
|
|
4645
4658
|
exportparts?: string | undefined | undefined;
|
|
4646
4659
|
part?: string | undefined | undefined;
|
|
4647
4660
|
"aria-activedescendant"?: string | undefined | undefined;
|
|
4648
|
-
"aria-atomic"?: (boolean | "
|
|
4661
|
+
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
4649
4662
|
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined | undefined;
|
|
4650
4663
|
"aria-braillelabel"?: string | undefined | undefined;
|
|
4651
4664
|
"aria-brailleroledescription"?: string | undefined | undefined;
|
|
4652
|
-
"aria-busy"?: (boolean | "
|
|
4665
|
+
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
4653
4666
|
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined | undefined;
|
|
4654
4667
|
"aria-colcount"?: number | undefined | undefined;
|
|
4655
4668
|
"aria-colindex"?: number | undefined | undefined;
|
|
@@ -4657,40 +4670,36 @@ export declare function ChoiceGroup<Value extends string>({ values, selected, on
|
|
|
4657
4670
|
"aria-colspan"?: number | undefined | undefined;
|
|
4658
4671
|
"aria-controls"?: string | undefined | undefined;
|
|
4659
4672
|
"aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined | undefined;
|
|
4660
|
-
"aria-describedby"?: string | undefined | undefined;
|
|
4661
4673
|
"aria-description"?: string | undefined | undefined;
|
|
4662
4674
|
"aria-details"?: string | undefined | undefined;
|
|
4663
|
-
"aria-disabled"?: (boolean | "
|
|
4675
|
+
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
4664
4676
|
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined | undefined;
|
|
4665
|
-
"aria-
|
|
4666
|
-
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
4677
|
+
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
4667
4678
|
"aria-flowto"?: string | undefined | undefined;
|
|
4668
|
-
"aria-grabbed"?: (boolean | "
|
|
4679
|
+
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
4669
4680
|
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined | undefined;
|
|
4670
|
-
"aria-hidden"?: (boolean | "
|
|
4671
|
-
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined | undefined;
|
|
4681
|
+
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
4672
4682
|
"aria-keyshortcuts"?: string | undefined | undefined;
|
|
4673
4683
|
"aria-label"?: string | undefined | undefined;
|
|
4674
|
-
"aria-labelledby"?: string | undefined | undefined;
|
|
4675
4684
|
"aria-level"?: number | undefined | undefined;
|
|
4676
4685
|
"aria-live"?: "off" | "assertive" | "polite" | undefined | undefined;
|
|
4677
|
-
"aria-modal"?: (boolean | "
|
|
4678
|
-
"aria-multiline"?: (boolean | "
|
|
4679
|
-
"aria-multiselectable"?: (boolean | "
|
|
4686
|
+
"aria-modal"?: (boolean | "false" | "true") | undefined;
|
|
4687
|
+
"aria-multiline"?: (boolean | "false" | "true") | undefined;
|
|
4688
|
+
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
|
|
4680
4689
|
"aria-orientation"?: "horizontal" | "vertical" | undefined | undefined;
|
|
4681
4690
|
"aria-owns"?: string | undefined | undefined;
|
|
4682
4691
|
"aria-placeholder"?: string | undefined | undefined;
|
|
4683
4692
|
"aria-posinset"?: number | undefined | undefined;
|
|
4684
4693
|
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined | undefined;
|
|
4685
|
-
"aria-readonly"?: (boolean | "
|
|
4694
|
+
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
4686
4695
|
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined | undefined;
|
|
4687
|
-
"aria-required"?: (boolean | "
|
|
4696
|
+
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
4688
4697
|
"aria-roledescription"?: string | undefined | undefined;
|
|
4689
4698
|
"aria-rowcount"?: number | undefined | undefined;
|
|
4690
4699
|
"aria-rowindex"?: number | undefined | undefined;
|
|
4691
4700
|
"aria-rowindextext"?: string | undefined | undefined;
|
|
4692
4701
|
"aria-rowspan"?: number | undefined | undefined;
|
|
4693
|
-
"aria-selected"?: (boolean | "
|
|
4702
|
+
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
4694
4703
|
"aria-setsize"?: number | undefined | undefined;
|
|
4695
4704
|
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined | undefined;
|
|
4696
4705
|
"aria-valuemax"?: number | undefined | undefined;
|
|
@@ -4868,299 +4877,23 @@ export declare function ChoiceGroup<Value extends string>({ values, selected, on
|
|
|
4868
4877
|
onTransitionStart?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
4869
4878
|
onTransitionStartCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
4870
4879
|
}, HTMLElement>;
|
|
4871
|
-
export type FieldProps = HTMLAttributes<
|
|
4880
|
+
export type FieldProps = HTMLAttributes<HTMLElement> & {
|
|
4872
4881
|
readonly label: ReactNode;
|
|
4873
4882
|
readonly detail?: ReactNode;
|
|
4874
4883
|
readonly error?: ReactNode;
|
|
4875
4884
|
readonly required?: boolean;
|
|
4885
|
+
/** Render a semantic fieldset/legend for radio, checkbox, or segmented groups. */
|
|
4886
|
+
readonly group?: boolean;
|
|
4887
|
+
/** Stable id for the associated control. Generated when omitted. */
|
|
4888
|
+
readonly controlId?: string;
|
|
4876
4889
|
};
|
|
4877
|
-
export declare function Field({ label, detail, error, required, children, className, ...props }: FieldProps): import("react").
|
|
4878
|
-
className: string | undefined;
|
|
4879
|
-
'aria-invalid': true | undefined;
|
|
4880
|
-
defaultChecked?: boolean | undefined;
|
|
4881
|
-
defaultValue?: string | number | readonly string[] | undefined;
|
|
4882
|
-
suppressContentEditableWarning?: boolean | undefined;
|
|
4883
|
-
suppressHydrationWarning?: boolean | undefined;
|
|
4884
|
-
accessKey?: string | undefined;
|
|
4885
|
-
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {});
|
|
4886
|
-
autoFocus?: boolean | undefined;
|
|
4887
|
-
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
4888
|
-
contextMenu?: string | undefined;
|
|
4889
|
-
dir?: string | undefined;
|
|
4890
|
-
draggable?: (boolean | "true" | "false") | undefined;
|
|
4891
|
-
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
|
|
4892
|
-
hidden?: boolean | undefined;
|
|
4893
|
-
id?: string | undefined;
|
|
4894
|
-
lang?: string | undefined;
|
|
4895
|
-
nonce?: string | undefined;
|
|
4896
|
-
slot?: string | undefined;
|
|
4897
|
-
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
4898
|
-
style?: import("react").CSSProperties | undefined;
|
|
4899
|
-
tabIndex?: number | undefined;
|
|
4900
|
-
title?: string | undefined;
|
|
4901
|
-
translate?: "yes" | "no" | undefined;
|
|
4902
|
-
radioGroup?: string | undefined;
|
|
4903
|
-
role?: import("react").AriaRole | undefined;
|
|
4904
|
-
about?: string | undefined;
|
|
4905
|
-
content?: string | undefined;
|
|
4906
|
-
datatype?: string | undefined;
|
|
4907
|
-
inlist?: any;
|
|
4908
|
-
prefix?: string | undefined;
|
|
4909
|
-
property?: string | undefined;
|
|
4910
|
-
rel?: string | undefined;
|
|
4911
|
-
resource?: string | undefined;
|
|
4912
|
-
rev?: string | undefined;
|
|
4913
|
-
typeof?: string | undefined;
|
|
4914
|
-
vocab?: string | undefined;
|
|
4915
|
-
autoCorrect?: string | undefined;
|
|
4916
|
-
autoSave?: string | undefined;
|
|
4917
|
-
color?: string | undefined;
|
|
4918
|
-
itemProp?: string | undefined;
|
|
4919
|
-
itemScope?: boolean | undefined;
|
|
4920
|
-
itemType?: string | undefined;
|
|
4921
|
-
itemID?: string | undefined;
|
|
4922
|
-
itemRef?: string | undefined;
|
|
4923
|
-
results?: number | undefined;
|
|
4924
|
-
security?: string | undefined;
|
|
4925
|
-
unselectable?: "on" | "off" | undefined;
|
|
4926
|
-
popover?: "" | "auto" | "manual" | "hint" | undefined;
|
|
4927
|
-
popoverTargetAction?: "toggle" | "show" | "hide" | undefined;
|
|
4928
|
-
popoverTarget?: string | undefined;
|
|
4929
|
-
inert?: boolean | undefined;
|
|
4930
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
|
|
4931
|
-
is?: string | undefined;
|
|
4932
|
-
exportparts?: string | undefined;
|
|
4933
|
-
part?: string | undefined;
|
|
4934
|
-
"aria-activedescendant"?: string | undefined;
|
|
4935
|
-
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
4936
|
-
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
|
|
4937
|
-
"aria-braillelabel"?: string | undefined;
|
|
4938
|
-
"aria-brailleroledescription"?: string | undefined;
|
|
4939
|
-
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
4940
|
-
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
4941
|
-
"aria-colcount"?: number | undefined;
|
|
4942
|
-
"aria-colindex"?: number | undefined;
|
|
4943
|
-
"aria-colindextext"?: string | undefined;
|
|
4944
|
-
"aria-colspan"?: number | undefined;
|
|
4945
|
-
"aria-controls"?: string | undefined;
|
|
4946
|
-
"aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
|
|
4947
|
-
"aria-describedby"?: string | undefined;
|
|
4948
|
-
"aria-description"?: string | undefined;
|
|
4949
|
-
"aria-details"?: string | undefined;
|
|
4950
|
-
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
4951
|
-
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
|
|
4952
|
-
"aria-errormessage"?: string | undefined;
|
|
4953
|
-
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
4954
|
-
"aria-flowto"?: string | undefined;
|
|
4955
|
-
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
4956
|
-
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
|
|
4957
|
-
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
4958
|
-
"aria-keyshortcuts"?: string | undefined;
|
|
4959
|
-
"aria-label"?: string | undefined;
|
|
4960
|
-
"aria-labelledby"?: string | undefined;
|
|
4961
|
-
"aria-level"?: number | undefined;
|
|
4962
|
-
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
4963
|
-
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
4964
|
-
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
4965
|
-
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
4966
|
-
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
4967
|
-
"aria-owns"?: string | undefined;
|
|
4968
|
-
"aria-placeholder"?: string | undefined;
|
|
4969
|
-
"aria-posinset"?: number | undefined;
|
|
4970
|
-
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
4971
|
-
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
4972
|
-
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
|
|
4973
|
-
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
4974
|
-
"aria-roledescription"?: string | undefined;
|
|
4975
|
-
"aria-rowcount"?: number | undefined;
|
|
4976
|
-
"aria-rowindex"?: number | undefined;
|
|
4977
|
-
"aria-rowindextext"?: string | undefined;
|
|
4978
|
-
"aria-rowspan"?: number | undefined;
|
|
4979
|
-
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
4980
|
-
"aria-setsize"?: number | undefined;
|
|
4981
|
-
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
4982
|
-
"aria-valuemax"?: number | undefined;
|
|
4983
|
-
"aria-valuemin"?: number | undefined;
|
|
4984
|
-
"aria-valuenow"?: number | undefined;
|
|
4985
|
-
"aria-valuetext"?: string | undefined;
|
|
4986
|
-
dangerouslySetInnerHTML?: {
|
|
4987
|
-
__html: string | TrustedHTML;
|
|
4988
|
-
} | undefined;
|
|
4989
|
-
onCopy?: import("react").ClipboardEventHandler<HTMLLabelElement> | undefined;
|
|
4990
|
-
onCopyCapture?: import("react").ClipboardEventHandler<HTMLLabelElement> | undefined;
|
|
4991
|
-
onCut?: import("react").ClipboardEventHandler<HTMLLabelElement> | undefined;
|
|
4992
|
-
onCutCapture?: import("react").ClipboardEventHandler<HTMLLabelElement> | undefined;
|
|
4993
|
-
onPaste?: import("react").ClipboardEventHandler<HTMLLabelElement> | undefined;
|
|
4994
|
-
onPasteCapture?: import("react").ClipboardEventHandler<HTMLLabelElement> | undefined;
|
|
4995
|
-
onCompositionEnd?: import("react").CompositionEventHandler<HTMLLabelElement> | undefined;
|
|
4996
|
-
onCompositionEndCapture?: import("react").CompositionEventHandler<HTMLLabelElement> | undefined;
|
|
4997
|
-
onCompositionStart?: import("react").CompositionEventHandler<HTMLLabelElement> | undefined;
|
|
4998
|
-
onCompositionStartCapture?: import("react").CompositionEventHandler<HTMLLabelElement> | undefined;
|
|
4999
|
-
onCompositionUpdate?: import("react").CompositionEventHandler<HTMLLabelElement> | undefined;
|
|
5000
|
-
onCompositionUpdateCapture?: import("react").CompositionEventHandler<HTMLLabelElement> | undefined;
|
|
5001
|
-
onFocus?: import("react").FocusEventHandler<HTMLLabelElement> | undefined;
|
|
5002
|
-
onFocusCapture?: import("react").FocusEventHandler<HTMLLabelElement> | undefined;
|
|
5003
|
-
onBlur?: import("react").FocusEventHandler<HTMLLabelElement> | undefined;
|
|
5004
|
-
onBlurCapture?: import("react").FocusEventHandler<HTMLLabelElement> | undefined;
|
|
5005
|
-
onChange?: import("react").ChangeEventHandler<HTMLLabelElement, Element> | undefined;
|
|
5006
|
-
onChangeCapture?: import("react").ChangeEventHandler<HTMLLabelElement, Element> | undefined;
|
|
5007
|
-
onBeforeInput?: import("react").InputEventHandler<HTMLLabelElement> | undefined;
|
|
5008
|
-
onBeforeInputCapture?: import("react").InputEventHandler<HTMLLabelElement> | undefined;
|
|
5009
|
-
onInput?: import("react").InputEventHandler<HTMLLabelElement> | undefined;
|
|
5010
|
-
onInputCapture?: import("react").InputEventHandler<HTMLLabelElement> | undefined;
|
|
5011
|
-
onReset?: import("react").ReactEventHandler<HTMLLabelElement> | undefined;
|
|
5012
|
-
onResetCapture?: import("react").ReactEventHandler<HTMLLabelElement> | undefined;
|
|
5013
|
-
onSubmit?: import("react").SubmitEventHandler<HTMLLabelElement> | undefined;
|
|
5014
|
-
onSubmitCapture?: import("react").SubmitEventHandler<HTMLLabelElement> | undefined;
|
|
5015
|
-
onInvalid?: import("react").ReactEventHandler<HTMLLabelElement> | undefined;
|
|
5016
|
-
onInvalidCapture?: import("react").ReactEventHandler<HTMLLabelElement> | undefined;
|
|
5017
|
-
onLoad?: import("react").ReactEventHandler<HTMLLabelElement> | undefined;
|
|
5018
|
-
onLoadCapture?: import("react").ReactEventHandler<HTMLLabelElement> | undefined;
|
|
5019
|
-
onError?: import("react").ReactEventHandler<HTMLLabelElement> | undefined;
|
|
5020
|
-
onErrorCapture?: import("react").ReactEventHandler<HTMLLabelElement> | undefined;
|
|
5021
|
-
onKeyDown?: import("react").KeyboardEventHandler<HTMLLabelElement> | undefined;
|
|
5022
|
-
onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLLabelElement> | undefined;
|
|
5023
|
-
onKeyPress?: import("react").KeyboardEventHandler<HTMLLabelElement> | undefined;
|
|
5024
|
-
onKeyPressCapture?: import("react").KeyboardEventHandler<HTMLLabelElement> | undefined;
|
|
5025
|
-
onKeyUp?: import("react").KeyboardEventHandler<HTMLLabelElement> | undefined;
|
|
5026
|
-
onKeyUpCapture?: import("react").KeyboardEventHandler<HTMLLabelElement> | undefined;
|
|
5027
|
-
onAbort?: import("react").ReactEventHandler<HTMLLabelElement> | undefined;
|
|
5028
|
-
onAbortCapture?: import("react").ReactEventHandler<HTMLLabelElement> | undefined;
|
|
5029
|
-
onCanPlay?: import("react").ReactEventHandler<HTMLLabelElement> | undefined;
|
|
5030
|
-
onCanPlayCapture?: import("react").ReactEventHandler<HTMLLabelElement> | undefined;
|
|
5031
|
-
onCanPlayThrough?: import("react").ReactEventHandler<HTMLLabelElement> | undefined;
|
|
5032
|
-
onCanPlayThroughCapture?: import("react").ReactEventHandler<HTMLLabelElement> | undefined;
|
|
5033
|
-
onDurationChange?: import("react").ReactEventHandler<HTMLLabelElement> | undefined;
|
|
5034
|
-
onDurationChangeCapture?: import("react").ReactEventHandler<HTMLLabelElement> | undefined;
|
|
5035
|
-
onEmptied?: import("react").ReactEventHandler<HTMLLabelElement> | undefined;
|
|
5036
|
-
onEmptiedCapture?: import("react").ReactEventHandler<HTMLLabelElement> | undefined;
|
|
5037
|
-
onEncrypted?: import("react").ReactEventHandler<HTMLLabelElement> | undefined;
|
|
5038
|
-
onEncryptedCapture?: import("react").ReactEventHandler<HTMLLabelElement> | undefined;
|
|
5039
|
-
onEnded?: import("react").ReactEventHandler<HTMLLabelElement> | undefined;
|
|
5040
|
-
onEndedCapture?: import("react").ReactEventHandler<HTMLLabelElement> | undefined;
|
|
5041
|
-
onLoadedData?: import("react").ReactEventHandler<HTMLLabelElement> | undefined;
|
|
5042
|
-
onLoadedDataCapture?: import("react").ReactEventHandler<HTMLLabelElement> | undefined;
|
|
5043
|
-
onLoadedMetadata?: import("react").ReactEventHandler<HTMLLabelElement> | undefined;
|
|
5044
|
-
onLoadedMetadataCapture?: import("react").ReactEventHandler<HTMLLabelElement> | undefined;
|
|
5045
|
-
onLoadStart?: import("react").ReactEventHandler<HTMLLabelElement> | undefined;
|
|
5046
|
-
onLoadStartCapture?: import("react").ReactEventHandler<HTMLLabelElement> | undefined;
|
|
5047
|
-
onPause?: import("react").ReactEventHandler<HTMLLabelElement> | undefined;
|
|
5048
|
-
onPauseCapture?: import("react").ReactEventHandler<HTMLLabelElement> | undefined;
|
|
5049
|
-
onPlay?: import("react").ReactEventHandler<HTMLLabelElement> | undefined;
|
|
5050
|
-
onPlayCapture?: import("react").ReactEventHandler<HTMLLabelElement> | undefined;
|
|
5051
|
-
onPlaying?: import("react").ReactEventHandler<HTMLLabelElement> | undefined;
|
|
5052
|
-
onPlayingCapture?: import("react").ReactEventHandler<HTMLLabelElement> | undefined;
|
|
5053
|
-
onProgress?: import("react").ReactEventHandler<HTMLLabelElement> | undefined;
|
|
5054
|
-
onProgressCapture?: import("react").ReactEventHandler<HTMLLabelElement> | undefined;
|
|
5055
|
-
onRateChange?: import("react").ReactEventHandler<HTMLLabelElement> | undefined;
|
|
5056
|
-
onRateChangeCapture?: import("react").ReactEventHandler<HTMLLabelElement> | undefined;
|
|
5057
|
-
onSeeked?: import("react").ReactEventHandler<HTMLLabelElement> | undefined;
|
|
5058
|
-
onSeekedCapture?: import("react").ReactEventHandler<HTMLLabelElement> | undefined;
|
|
5059
|
-
onSeeking?: import("react").ReactEventHandler<HTMLLabelElement> | undefined;
|
|
5060
|
-
onSeekingCapture?: import("react").ReactEventHandler<HTMLLabelElement> | undefined;
|
|
5061
|
-
onStalled?: import("react").ReactEventHandler<HTMLLabelElement> | undefined;
|
|
5062
|
-
onStalledCapture?: import("react").ReactEventHandler<HTMLLabelElement> | undefined;
|
|
5063
|
-
onSuspend?: import("react").ReactEventHandler<HTMLLabelElement> | undefined;
|
|
5064
|
-
onSuspendCapture?: import("react").ReactEventHandler<HTMLLabelElement> | undefined;
|
|
5065
|
-
onTimeUpdate?: import("react").ReactEventHandler<HTMLLabelElement> | undefined;
|
|
5066
|
-
onTimeUpdateCapture?: import("react").ReactEventHandler<HTMLLabelElement> | undefined;
|
|
5067
|
-
onVolumeChange?: import("react").ReactEventHandler<HTMLLabelElement> | undefined;
|
|
5068
|
-
onVolumeChangeCapture?: import("react").ReactEventHandler<HTMLLabelElement> | undefined;
|
|
5069
|
-
onWaiting?: import("react").ReactEventHandler<HTMLLabelElement> | undefined;
|
|
5070
|
-
onWaitingCapture?: import("react").ReactEventHandler<HTMLLabelElement> | undefined;
|
|
5071
|
-
onAuxClick?: import("react").MouseEventHandler<HTMLLabelElement> | undefined;
|
|
5072
|
-
onAuxClickCapture?: import("react").MouseEventHandler<HTMLLabelElement> | undefined;
|
|
5073
|
-
onClick?: import("react").MouseEventHandler<HTMLLabelElement> | undefined;
|
|
5074
|
-
onClickCapture?: import("react").MouseEventHandler<HTMLLabelElement> | undefined;
|
|
5075
|
-
onContextMenu?: import("react").MouseEventHandler<HTMLLabelElement> | undefined;
|
|
5076
|
-
onContextMenuCapture?: import("react").MouseEventHandler<HTMLLabelElement> | undefined;
|
|
5077
|
-
onDoubleClick?: import("react").MouseEventHandler<HTMLLabelElement> | undefined;
|
|
5078
|
-
onDoubleClickCapture?: import("react").MouseEventHandler<HTMLLabelElement> | undefined;
|
|
5079
|
-
onDrag?: import("react").DragEventHandler<HTMLLabelElement> | undefined;
|
|
5080
|
-
onDragCapture?: import("react").DragEventHandler<HTMLLabelElement> | undefined;
|
|
5081
|
-
onDragEnd?: import("react").DragEventHandler<HTMLLabelElement> | undefined;
|
|
5082
|
-
onDragEndCapture?: import("react").DragEventHandler<HTMLLabelElement> | undefined;
|
|
5083
|
-
onDragEnter?: import("react").DragEventHandler<HTMLLabelElement> | undefined;
|
|
5084
|
-
onDragEnterCapture?: import("react").DragEventHandler<HTMLLabelElement> | undefined;
|
|
5085
|
-
onDragExit?: import("react").DragEventHandler<HTMLLabelElement> | undefined;
|
|
5086
|
-
onDragExitCapture?: import("react").DragEventHandler<HTMLLabelElement> | undefined;
|
|
5087
|
-
onDragLeave?: import("react").DragEventHandler<HTMLLabelElement> | undefined;
|
|
5088
|
-
onDragLeaveCapture?: import("react").DragEventHandler<HTMLLabelElement> | undefined;
|
|
5089
|
-
onDragOver?: import("react").DragEventHandler<HTMLLabelElement> | undefined;
|
|
5090
|
-
onDragOverCapture?: import("react").DragEventHandler<HTMLLabelElement> | undefined;
|
|
5091
|
-
onDragStart?: import("react").DragEventHandler<HTMLLabelElement> | undefined;
|
|
5092
|
-
onDragStartCapture?: import("react").DragEventHandler<HTMLLabelElement> | undefined;
|
|
5093
|
-
onDrop?: import("react").DragEventHandler<HTMLLabelElement> | undefined;
|
|
5094
|
-
onDropCapture?: import("react").DragEventHandler<HTMLLabelElement> | undefined;
|
|
5095
|
-
onMouseDown?: import("react").MouseEventHandler<HTMLLabelElement> | undefined;
|
|
5096
|
-
onMouseDownCapture?: import("react").MouseEventHandler<HTMLLabelElement> | undefined;
|
|
5097
|
-
onMouseEnter?: import("react").MouseEventHandler<HTMLLabelElement> | undefined;
|
|
5098
|
-
onMouseLeave?: import("react").MouseEventHandler<HTMLLabelElement> | undefined;
|
|
5099
|
-
onMouseMove?: import("react").MouseEventHandler<HTMLLabelElement> | undefined;
|
|
5100
|
-
onMouseMoveCapture?: import("react").MouseEventHandler<HTMLLabelElement> | undefined;
|
|
5101
|
-
onMouseOut?: import("react").MouseEventHandler<HTMLLabelElement> | undefined;
|
|
5102
|
-
onMouseOutCapture?: import("react").MouseEventHandler<HTMLLabelElement> | undefined;
|
|
5103
|
-
onMouseOver?: import("react").MouseEventHandler<HTMLLabelElement> | undefined;
|
|
5104
|
-
onMouseOverCapture?: import("react").MouseEventHandler<HTMLLabelElement> | undefined;
|
|
5105
|
-
onMouseUp?: import("react").MouseEventHandler<HTMLLabelElement> | undefined;
|
|
5106
|
-
onMouseUpCapture?: import("react").MouseEventHandler<HTMLLabelElement> | undefined;
|
|
5107
|
-
onSelect?: import("react").ReactEventHandler<HTMLLabelElement> | undefined;
|
|
5108
|
-
onSelectCapture?: import("react").ReactEventHandler<HTMLLabelElement> | undefined;
|
|
5109
|
-
onTouchCancel?: import("react").TouchEventHandler<HTMLLabelElement> | undefined;
|
|
5110
|
-
onTouchCancelCapture?: import("react").TouchEventHandler<HTMLLabelElement> | undefined;
|
|
5111
|
-
onTouchEnd?: import("react").TouchEventHandler<HTMLLabelElement> | undefined;
|
|
5112
|
-
onTouchEndCapture?: import("react").TouchEventHandler<HTMLLabelElement> | undefined;
|
|
5113
|
-
onTouchMove?: import("react").TouchEventHandler<HTMLLabelElement> | undefined;
|
|
5114
|
-
onTouchMoveCapture?: import("react").TouchEventHandler<HTMLLabelElement> | undefined;
|
|
5115
|
-
onTouchStart?: import("react").TouchEventHandler<HTMLLabelElement> | undefined;
|
|
5116
|
-
onTouchStartCapture?: import("react").TouchEventHandler<HTMLLabelElement> | undefined;
|
|
5117
|
-
onPointerDown?: import("react").PointerEventHandler<HTMLLabelElement> | undefined;
|
|
5118
|
-
onPointerDownCapture?: import("react").PointerEventHandler<HTMLLabelElement> | undefined;
|
|
5119
|
-
onPointerMove?: import("react").PointerEventHandler<HTMLLabelElement> | undefined;
|
|
5120
|
-
onPointerMoveCapture?: import("react").PointerEventHandler<HTMLLabelElement> | undefined;
|
|
5121
|
-
onPointerUp?: import("react").PointerEventHandler<HTMLLabelElement> | undefined;
|
|
5122
|
-
onPointerUpCapture?: import("react").PointerEventHandler<HTMLLabelElement> | undefined;
|
|
5123
|
-
onPointerCancel?: import("react").PointerEventHandler<HTMLLabelElement> | undefined;
|
|
5124
|
-
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLLabelElement> | undefined;
|
|
5125
|
-
onPointerEnter?: import("react").PointerEventHandler<HTMLLabelElement> | undefined;
|
|
5126
|
-
onPointerLeave?: import("react").PointerEventHandler<HTMLLabelElement> | undefined;
|
|
5127
|
-
onPointerOver?: import("react").PointerEventHandler<HTMLLabelElement> | undefined;
|
|
5128
|
-
onPointerOverCapture?: import("react").PointerEventHandler<HTMLLabelElement> | undefined;
|
|
5129
|
-
onPointerOut?: import("react").PointerEventHandler<HTMLLabelElement> | undefined;
|
|
5130
|
-
onPointerOutCapture?: import("react").PointerEventHandler<HTMLLabelElement> | undefined;
|
|
5131
|
-
onGotPointerCapture?: import("react").PointerEventHandler<HTMLLabelElement> | undefined;
|
|
5132
|
-
onGotPointerCaptureCapture?: import("react").PointerEventHandler<HTMLLabelElement> | undefined;
|
|
5133
|
-
onLostPointerCapture?: import("react").PointerEventHandler<HTMLLabelElement> | undefined;
|
|
5134
|
-
onLostPointerCaptureCapture?: import("react").PointerEventHandler<HTMLLabelElement> | undefined;
|
|
5135
|
-
onScroll?: import("react").UIEventHandler<HTMLLabelElement> | undefined;
|
|
5136
|
-
onScrollCapture?: import("react").UIEventHandler<HTMLLabelElement> | undefined;
|
|
5137
|
-
onScrollEnd?: import("react").UIEventHandler<HTMLLabelElement> | undefined;
|
|
5138
|
-
onScrollEndCapture?: import("react").UIEventHandler<HTMLLabelElement> | undefined;
|
|
5139
|
-
onWheel?: import("react").WheelEventHandler<HTMLLabelElement> | undefined;
|
|
5140
|
-
onWheelCapture?: import("react").WheelEventHandler<HTMLLabelElement> | undefined;
|
|
5141
|
-
onAnimationStart?: import("react").AnimationEventHandler<HTMLLabelElement> | undefined;
|
|
5142
|
-
onAnimationStartCapture?: import("react").AnimationEventHandler<HTMLLabelElement> | undefined;
|
|
5143
|
-
onAnimationEnd?: import("react").AnimationEventHandler<HTMLLabelElement> | undefined;
|
|
5144
|
-
onAnimationEndCapture?: import("react").AnimationEventHandler<HTMLLabelElement> | undefined;
|
|
5145
|
-
onAnimationIteration?: import("react").AnimationEventHandler<HTMLLabelElement> | undefined;
|
|
5146
|
-
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLLabelElement> | undefined;
|
|
5147
|
-
onToggle?: import("react").ToggleEventHandler<HTMLLabelElement> | undefined;
|
|
5148
|
-
onBeforeToggle?: import("react").ToggleEventHandler<HTMLLabelElement> | undefined;
|
|
5149
|
-
onTransitionCancel?: import("react").TransitionEventHandler<HTMLLabelElement> | undefined;
|
|
5150
|
-
onTransitionCancelCapture?: import("react").TransitionEventHandler<HTMLLabelElement> | undefined;
|
|
5151
|
-
onTransitionEnd?: import("react").TransitionEventHandler<HTMLLabelElement> | undefined;
|
|
5152
|
-
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLLabelElement> | undefined;
|
|
5153
|
-
onTransitionRun?: import("react").TransitionEventHandler<HTMLLabelElement> | undefined;
|
|
5154
|
-
onTransitionRunCapture?: import("react").TransitionEventHandler<HTMLLabelElement> | undefined;
|
|
5155
|
-
onTransitionStart?: import("react").TransitionEventHandler<HTMLLabelElement> | undefined;
|
|
5156
|
-
onTransitionStartCapture?: import("react").TransitionEventHandler<HTMLLabelElement> | undefined;
|
|
5157
|
-
}, HTMLElement>;
|
|
4890
|
+
export declare function Field({ label, detail, error, required, group, controlId, children, className, ...props }: FieldProps): import("react").FunctionComponentElement<import("react").ProviderProps<FieldContextValue | undefined>>;
|
|
5158
4891
|
export type SubmitButtonProps = ButtonHTMLAttributes<HTMLButtonElement> & {
|
|
5159
4892
|
readonly pending?: boolean;
|
|
5160
4893
|
readonly pendingLabel?: ReactNode;
|
|
5161
4894
|
};
|
|
5162
4895
|
export declare function SubmitButton({ pending, pendingLabel, children, disabled, ...props }: SubmitButtonProps): import("react").DetailedReactHTMLElement<{
|
|
5163
|
-
type: "button" | "
|
|
4896
|
+
type: "button" | "reset" | "submit";
|
|
5164
4897
|
disabled: boolean;
|
|
5165
4898
|
'aria-busy': true | undefined;
|
|
5166
4899
|
form?: string | undefined;
|
|
@@ -5179,17 +4912,17 @@ export declare function SubmitButton({ pending, pendingLabel, children, disabled
|
|
|
5179
4912
|
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {});
|
|
5180
4913
|
autoFocus?: boolean | undefined;
|
|
5181
4914
|
className?: string | undefined;
|
|
5182
|
-
contentEditable?: (boolean | "
|
|
4915
|
+
contentEditable?: (boolean | "false" | "true") | "inherit" | "plaintext-only" | undefined;
|
|
5183
4916
|
contextMenu?: string | undefined;
|
|
5184
4917
|
dir?: string | undefined;
|
|
5185
|
-
draggable?: (boolean | "
|
|
4918
|
+
draggable?: (boolean | "false" | "true") | undefined;
|
|
5186
4919
|
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
|
|
5187
4920
|
hidden?: boolean | undefined;
|
|
5188
4921
|
id?: string | undefined;
|
|
5189
4922
|
lang?: string | undefined;
|
|
5190
4923
|
nonce?: string | undefined;
|
|
5191
4924
|
slot?: string | undefined;
|
|
5192
|
-
spellCheck?: (boolean | "
|
|
4925
|
+
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
5193
4926
|
style?: import("react").CSSProperties | undefined;
|
|
5194
4927
|
tabIndex?: number | undefined;
|
|
5195
4928
|
title?: string | undefined;
|
|
@@ -5227,7 +4960,7 @@ export declare function SubmitButton({ pending, pendingLabel, children, disabled
|
|
|
5227
4960
|
exportparts?: string | undefined;
|
|
5228
4961
|
part?: string | undefined;
|
|
5229
4962
|
"aria-activedescendant"?: string | undefined;
|
|
5230
|
-
"aria-atomic"?: (boolean | "
|
|
4963
|
+
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
5231
4964
|
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
|
|
5232
4965
|
"aria-braillelabel"?: string | undefined;
|
|
5233
4966
|
"aria-brailleroledescription"?: string | undefined;
|
|
@@ -5241,37 +4974,37 @@ export declare function SubmitButton({ pending, pendingLabel, children, disabled
|
|
|
5241
4974
|
"aria-describedby"?: string | undefined;
|
|
5242
4975
|
"aria-description"?: string | undefined;
|
|
5243
4976
|
"aria-details"?: string | undefined;
|
|
5244
|
-
"aria-disabled"?: (boolean | "
|
|
4977
|
+
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
5245
4978
|
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
|
|
5246
4979
|
"aria-errormessage"?: string | undefined;
|
|
5247
|
-
"aria-expanded"?: (boolean | "
|
|
4980
|
+
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
5248
4981
|
"aria-flowto"?: string | undefined;
|
|
5249
|
-
"aria-grabbed"?: (boolean | "
|
|
4982
|
+
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
5250
4983
|
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
|
|
5251
|
-
"aria-hidden"?: (boolean | "
|
|
4984
|
+
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
5252
4985
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
5253
4986
|
"aria-keyshortcuts"?: string | undefined;
|
|
5254
4987
|
"aria-label"?: string | undefined;
|
|
5255
4988
|
"aria-labelledby"?: string | undefined;
|
|
5256
4989
|
"aria-level"?: number | undefined;
|
|
5257
4990
|
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
5258
|
-
"aria-modal"?: (boolean | "
|
|
5259
|
-
"aria-multiline"?: (boolean | "
|
|
5260
|
-
"aria-multiselectable"?: (boolean | "
|
|
4991
|
+
"aria-modal"?: (boolean | "false" | "true") | undefined;
|
|
4992
|
+
"aria-multiline"?: (boolean | "false" | "true") | undefined;
|
|
4993
|
+
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
|
|
5261
4994
|
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
5262
4995
|
"aria-owns"?: string | undefined;
|
|
5263
4996
|
"aria-placeholder"?: string | undefined;
|
|
5264
4997
|
"aria-posinset"?: number | undefined;
|
|
5265
4998
|
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
5266
|
-
"aria-readonly"?: (boolean | "
|
|
4999
|
+
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
5267
5000
|
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
|
|
5268
|
-
"aria-required"?: (boolean | "
|
|
5001
|
+
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
5269
5002
|
"aria-roledescription"?: string | undefined;
|
|
5270
5003
|
"aria-rowcount"?: number | undefined;
|
|
5271
5004
|
"aria-rowindex"?: number | undefined;
|
|
5272
5005
|
"aria-rowindextext"?: string | undefined;
|
|
5273
5006
|
"aria-rowspan"?: number | undefined;
|
|
5274
|
-
"aria-selected"?: (boolean | "
|
|
5007
|
+
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
5275
5008
|
"aria-setsize"?: number | undefined;
|
|
5276
5009
|
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
5277
5010
|
"aria-valuemax"?: number | undefined;
|
|
@@ -5459,4 +5192,5 @@ export type HandoffButtonProps = Omit<ButtonHTMLAttributes<HTMLButtonElement>, '
|
|
|
5459
5192
|
readonly pendingLabel?: ReactNode;
|
|
5460
5193
|
};
|
|
5461
5194
|
export declare function HandoffButton({ handoff, target, pendingLabel, children, disabled, ...props }: HandoffButtonProps): import("react").FunctionComponentElement<SubmitButtonProps>;
|
|
5195
|
+
export {};
|
|
5462
5196
|
//# sourceMappingURL=components.d.ts.map
|