@yh-ui/yh-ui-skill 1.0.50 → 1.0.52
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/assets/metadata.json
CHANGED
|
@@ -149,7 +149,9 @@ Expose: `clearFilter`, `clearSelection`, `clearSort`, `doLayout`, `exportData`,
|
|
|
149
149
|
|
|
150
150
|
Use hooks from these source modules:
|
|
151
151
|
|
|
152
|
-
`useNamespace`, `useZIndex`, `useSKU`, `useCountdown`, `useLocale`, `useId`, `useFormItem`, `useVirtualScroll`, `useCache`, `useEventListener`, `useScrollLock`, `useClickOutside`, `useConfig`, AI hooks from `use-ai`, and reactive storage helpers from `storage`.
|
|
152
|
+
`useNamespace`, `useZIndex`, `useSKU`, `useCountdown`, `useLocale`, `useId`, `useYhId`, `useFormItem`, `useVirtualScroll`, `useCache`, `useEventListener`, `useScrollLock`, `useClickOutside`, `useConfig`, AI hooks from `use-ai`, and reactive storage helpers from `storage`.
|
|
153
|
+
|
|
154
|
+
> **Note**: `useYhId` is an alias for `useId` exported from `@yh-ui/hooks`. Use `useYhId` when naming conflicts with Vue 3.5+ native `useId` are a concern. In Nuxt, `useYhId` is also available as an auto-import from `@yh-ui/hooks`.
|
|
153
155
|
|
|
154
156
|
## `@yh-ui/flow` Exports
|
|
155
157
|
|
|
@@ -196,7 +198,7 @@ Use these real capabilities:
|
|
|
196
198
|
|
|
197
199
|
The Nuxt module registers component names using the configured prefix, default `Yh`. It also auto-imports common hooks and globals from `@yh-ui/hooks` and `@yh-ui/components`.
|
|
198
200
|
|
|
199
|
-
Important nuance: native `useId` is not overridden. YH-UI's hook is imported as `useYhId`.
|
|
201
|
+
Important nuance: native `useId` is not overridden. YH-UI's hook is also exported as `useYhId` directly from `@yh-ui/hooks`, and in Nuxt it is auto-imported as `useYhId`.
|
|
200
202
|
|
|
201
203
|
## Known Non-Goals
|
|
202
204
|
|