From 92734d3fadfde24fae4da633e3bd76a2cf046d2e Mon Sep 17 00:00:00 2001 From: Nurmaan Date: Thu, 21 Dec 2023 22:08:50 +0400 Subject: [PATCH] add built codes --- packages/components/src/components.d.ts | 4 ++-- packages/components/src/components/es-progression/readme.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/components/src/components.d.ts b/packages/components/src/components.d.ts index 0411c972..b743cbdf 100644 --- a/packages/components/src/components.d.ts +++ b/packages/components/src/components.d.ts @@ -430,7 +430,7 @@ export namespace Components { */ "location": string; /** - * The current active location. + * Disable interactivity. */ "readonly"?: boolean; } @@ -1582,7 +1582,7 @@ declare namespace LocalJSX { */ "onProgressionRequest"?: (event: EsProgressionCustomEvent) => void; /** - * The current active location. + * Disable interactivity. */ "readonly"?: boolean; } diff --git a/packages/components/src/components/es-progression/readme.md b/packages/components/src/components/es-progression/readme.md index ca36aae9..51aa3974 100644 --- a/packages/components/src/components/es-progression/readme.md +++ b/packages/components/src/components/es-progression/readme.md @@ -66,7 +66,7 @@ export default () => ( | `colors` | -- | Set custom colors for all checkpoints | `undefined \| { active?: string \| undefined; complete?: string \| undefined; inactive?: string \| undefined; }` | `undefined` | | `icons` | -- | Set custom icons for all checkpoints | `undefined \| { active?: IconDescription \| undefined; complete?: IconDescription \| undefined; inactive?: IconDescription \| undefined; }` | `undefined` | | `location` _(required)_ | `location` | The current active location. | `string` | `undefined` | -| `readonly` | `readonly` | The current active location. | `boolean \| undefined` | `undefined` | +| `readonly` | `readonly` | Disable interactivity. | `boolean \| undefined` | `undefined` | ## Events