@iris-ui-kit/vue 0.2.26 → 0.2.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/admin.cjs +363 -264
- package/dist/admin.cjs.map +1 -1
- package/dist/admin.d.cts +1 -0
- package/dist/admin.d.ts +1 -0
- package/dist/admin.js +1 -1
- package/dist/{chunk-ZWFSGMOB.js → chunk-AMNHDYFY.js} +367 -268
- package/dist/chunk-AMNHDYFY.js.map +1 -0
- package/dist/index.cjs +367 -268
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +5 -5
- package/dist/chunk-ZWFSGMOB.js.map +0 -1
package/dist/admin.d.cts
CHANGED
|
@@ -200,6 +200,7 @@ declare const IrisAdminLayout: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
200
200
|
/** Public input/event surface inferred from the runtime Vue component. */
|
|
201
201
|
type IrisAdminLayoutProps = InstanceType<typeof IrisAdminLayout>['$props'];
|
|
202
202
|
|
|
203
|
+
/** Hover open/close latencies for flyouts (horizontal mode + collapsed rail). */
|
|
203
204
|
/**
|
|
204
205
|
* Data-driven nested navigation menu — the sidebar nav of the admin shell.
|
|
205
206
|
* Renders a normalized `NavNode[]` tree as an accordion of expandable branches
|
package/dist/admin.d.ts
CHANGED
|
@@ -200,6 +200,7 @@ declare const IrisAdminLayout: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
200
200
|
/** Public input/event surface inferred from the runtime Vue component. */
|
|
201
201
|
type IrisAdminLayoutProps = InstanceType<typeof IrisAdminLayout>['$props'];
|
|
202
202
|
|
|
203
|
+
/** Hover open/close latencies for flyouts (horizontal mode + collapsed rail). */
|
|
203
204
|
/**
|
|
204
205
|
* Data-driven nested navigation menu — the sidebar nav of the admin shell.
|
|
205
206
|
* Renders a normalized `NavNode[]` tree as an accordion of expandable branches
|
package/dist/admin.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { IrisAdminBreadcrumb, IrisAdminLayout, IrisAdminTabs, IrisNavMenu, createAdminPreferences, createTabsNav, filterNavByAccess, findNavNode, findNavPath, firstLeaf, flattenNav, isBranch, isClosable, localStorageAdminPreferencesStorage, nodeAllowsRoles, useAdminPreferences, useAdminShell, useTabsNav, visibleNav } from './chunk-
|
|
1
|
+
export { IrisAdminBreadcrumb, IrisAdminLayout, IrisAdminTabs, IrisNavMenu, createAdminPreferences, createTabsNav, filterNavByAccess, findNavNode, findNavPath, firstLeaf, flattenNav, isBranch, isClosable, localStorageAdminPreferencesStorage, nodeAllowsRoles, useAdminPreferences, useAdminShell, useTabsNav, visibleNav } from './chunk-AMNHDYFY.js';
|
|
2
2
|
import './chunk-IPR5JAVF.js';
|
|
3
3
|
import './chunk-NNOF7KUH.js';
|
|
4
4
|
import './chunk-F77KIPOH.js';
|