@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/index.d.cts
CHANGED
|
@@ -5527,8 +5527,8 @@ declare const IrisTree: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
5527
5527
|
}>, {
|
|
5528
5528
|
error: boolean;
|
|
5529
5529
|
loading: boolean;
|
|
5530
|
-
ariaLabel: string;
|
|
5531
5530
|
expanded: string[];
|
|
5531
|
+
ariaLabel: string;
|
|
5532
5532
|
selected: string[];
|
|
5533
5533
|
defaultExpanded: string[];
|
|
5534
5534
|
defaultSelected: string[];
|
package/dist/index.d.ts
CHANGED
|
@@ -5527,8 +5527,8 @@ declare const IrisTree: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
5527
5527
|
}>, {
|
|
5528
5528
|
error: boolean;
|
|
5529
5529
|
loading: boolean;
|
|
5530
|
-
ariaLabel: string;
|
|
5531
5530
|
expanded: string[];
|
|
5531
|
+
ariaLabel: string;
|
|
5532
5532
|
selected: string[];
|
|
5533
5533
|
defaultExpanded: string[];
|
|
5534
5534
|
defaultSelected: string[];
|
package/dist/index.js
CHANGED
|
@@ -12,7 +12,7 @@ import { IrisCheckbox } from './chunk-LWABTQCB.js';
|
|
|
12
12
|
export { IrisAlert, IrisButton, IrisCheckbox, IrisDashboardTemplate, IrisDivider, IrisFormField, IrisInput, IrisLoginTemplate, IrisPasswordInput } from './chunk-LWABTQCB.js';
|
|
13
13
|
export { IrisContainer, IrisDashboardCard, IrisDashboardGrid, IrisStack } from './chunk-3R3QDLJC.js';
|
|
14
14
|
export { IrisSkinKey, SkinProvider, SkinResolutionError, applySkin, builtinSkins, createSkinCatalog, createSkinEngine, createSkinRegistry, darkSkin, lightSkin, loadSkin, localStorageSkinStorage, memorySkinStorage, renderSkinStyle, resolveSkin, skinBootScript, skinError, skinToCssEntries, useSkin, useSkinContext, validateSkin } from './chunk-UPC4GN3F.js';
|
|
15
|
-
export { DropdownContextKey, IrisAdminBreadcrumb, IrisAdminLayout, IrisAdminTabs, IrisBreadcrumb, IrisBreadcrumbItem, IrisDropdown, IrisDropdownItem, IrisDropdownMenu, IrisDropdownSeparator, IrisDropdownTrigger, IrisIcon, IrisNavMenu, createAdminPreferences, createTabsNav, filterNavByAccess, findNavNode, findNavPath, firstLeaf, flattenNav, isBranch, isClosable, localStorageAdminPreferencesStorage, nodeAllowsRoles, useAdminPreferences, useAdminShell, useTabsNav, visibleNav } from './chunk-
|
|
15
|
+
export { DropdownContextKey, IrisAdminBreadcrumb, IrisAdminLayout, IrisAdminTabs, IrisBreadcrumb, IrisBreadcrumbItem, IrisDropdown, IrisDropdownItem, IrisDropdownMenu, IrisDropdownSeparator, IrisDropdownTrigger, IrisIcon, IrisNavMenu, createAdminPreferences, createTabsNav, filterNavByAccess, findNavNode, findNavPath, firstLeaf, flattenNav, isBranch, isClosable, localStorageAdminPreferencesStorage, nodeAllowsRoles, useAdminPreferences, useAdminShell, useTabsNav, visibleNav } from './chunk-AMNHDYFY.js';
|
|
16
16
|
import { useFloating, useDismiss } from './chunk-IPR5JAVF.js';
|
|
17
17
|
export { useDismiss, useFloating } from './chunk-IPR5JAVF.js';
|
|
18
18
|
import { useMachine } from './chunk-NNOF7KUH.js';
|