@iris-ui-kit/vue 0.2.24 → 0.2.26
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 +390 -170
- package/dist/admin.cjs.map +1 -1
- package/dist/admin.d.cts +3 -2
- package/dist/admin.d.ts +3 -2
- package/dist/admin.js +2 -2
- package/dist/behaviors.cjs +74 -8
- package/dist/behaviors.cjs.map +1 -1
- package/dist/behaviors.d.cts +57 -1
- package/dist/behaviors.d.ts +57 -1
- package/dist/behaviors.js +1 -1
- package/dist/{chunk-FSDQHBI2.js → chunk-3547J6IN.js} +2 -2
- package/dist/chunk-3547J6IN.js.map +1 -0
- package/dist/{chunk-WL67XCH5.js → chunk-IN3DQ55U.js} +2 -2
- package/dist/chunk-IN3DQ55U.js.map +1 -0
- package/dist/{chunk-3IH7IJ5S.js → chunk-IOMKC5OI.js} +78 -13
- package/dist/chunk-IOMKC5OI.js.map +1 -0
- package/dist/{chunk-3FJUCHCC.js → chunk-IPR5JAVF.js} +11 -3
- package/dist/chunk-IPR5JAVF.js.map +1 -0
- package/dist/{chunk-BEPH6PPL.js → chunk-LWABTQCB.js} +57 -37
- package/dist/chunk-LWABTQCB.js.map +1 -0
- package/dist/{chunk-DNRQVM3Q.js → chunk-QBFYIDY7.js} +3 -2
- package/dist/chunk-QBFYIDY7.js.map +1 -0
- package/dist/{chunk-QQ25RKOO.js → chunk-ZWFSGMOB.js} +385 -173
- package/dist/chunk-ZWFSGMOB.js.map +1 -0
- package/dist/data.cjs +1 -0
- package/dist/data.cjs.map +1 -1
- package/dist/data.d.cts +4 -2
- package/dist/data.d.ts +4 -2
- package/dist/data.js +1 -1
- package/dist/error-boundary.cjs.map +1 -1
- package/dist/error-boundary.js +1 -1
- package/dist/floating.cjs +9 -1
- package/dist/floating.cjs.map +1 -1
- package/dist/floating.d.cts +6 -0
- package/dist/floating.d.ts +6 -0
- package/dist/floating.js +1 -1
- package/dist/index.cjs +1933 -689
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +171 -7
- package/dist/index.d.ts +171 -7
- package/dist/index.js +1413 -476
- package/dist/index.js.map +1 -1
- package/dist/layouts.cjs.map +1 -1
- package/dist/layouts.d.cts +1 -1
- package/dist/layouts.d.ts +1 -1
- package/dist/layouts.js +1 -1
- package/dist/skeletons.cjs +55 -35
- package/dist/skeletons.cjs.map +1 -1
- package/dist/skeletons.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-3FJUCHCC.js.map +0 -1
- package/dist/chunk-3IH7IJ5S.js.map +0 -1
- package/dist/chunk-BEPH6PPL.js.map +0 -1
- package/dist/chunk-DNRQVM3Q.js.map +0 -1
- package/dist/chunk-FSDQHBI2.js.map +0 -1
- package/dist/chunk-QQ25RKOO.js.map +0 -1
- package/dist/chunk-WL67XCH5.js.map +0 -1
package/dist/index.d.ts
CHANGED
|
@@ -25,7 +25,7 @@ import { IrisIconRegistry } from '@iris-ui-kit/icons';
|
|
|
25
25
|
export { CreateIconRegistryOptions, IrisIconNode, IrisIconRegistry, IrisIconResolver, IrisIconSet, RenderIconOptions, ThemeIconConfig, createIconRegistry, defaultIconRegistry, defaultIcons, renderIconSvg, resolveIcon, resolveThemedIcon } from '@iris-ui-kit/icons';
|
|
26
26
|
export { IrisContainer, IrisContainerMaxWidth, IrisDashboardCard, IrisDashboardGrid, IrisGrid, IrisGridColumns, IrisHeaderLayout, IrisSidebarLayout, IrisStack, IrisStackAlign, IrisStackDirection, IrisStackJustify } from './layouts.js';
|
|
27
27
|
export { IrisDashboardCardSpec, IrisDashboardNavItem, IrisDashboardTemplate, IrisLoginSubmitPayload, IrisLoginTemplate } from './skeletons.js';
|
|
28
|
-
export { IrisClickOutside, IrisHotkey, IrisLongPress, IrisMovable, IrisMovableBounds, IrisMovablePosition, IrisResizable, IrisResizableHandle, IrisResizableSize, IrisSortable, SORTABLE_ITEM_ATTR } from './behaviors.js';
|
|
28
|
+
export { IrisClickOutside, IrisCompose, IrisHotkey, IrisLongPress, IrisMovable, IrisMovableBounds, IrisMovablePosition, IrisResizable, IrisResizableHandle, IrisResizableSize, IrisSortable, SORTABLE_ITEM_ATTR } from './behaviors.js';
|
|
29
29
|
export { ApplyThemeResult, ThemeStore, ThemeStoreConfig, applyTheme, createThemeStore, getCssVar, toCssVarName } from '@iris-ui-kit/theme';
|
|
30
30
|
export { ALL_TOKEN_NAMES, AnyToken, COLOR_TOKENS, ColorToken, IrisTheme, IrisThemeColors, IrisThemeRadii, IrisThemeSpacing, IrisThemeType, RADII_TOKENS, RadiusToken, SPACING_TOKENS, SpacingToken, darkTheme, lightTheme } from '@iris-ui-kit/tokens';
|
|
31
31
|
|
|
@@ -1538,6 +1538,15 @@ declare const IrisCombobox: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
1538
1538
|
type: PropType<IrisComboboxSize>;
|
|
1539
1539
|
default: string;
|
|
1540
1540
|
};
|
|
1541
|
+
/**
|
|
1542
|
+
* Opt-in windowed rendering of the listbox via the core virtualizer.
|
|
1543
|
+
* When true, only the visible window (+ buffer) of options is rendered;
|
|
1544
|
+
* keyboard navigation scrolls the active option into view. Default false.
|
|
1545
|
+
*/
|
|
1546
|
+
virtual: {
|
|
1547
|
+
type: BooleanConstructor;
|
|
1548
|
+
default: boolean;
|
|
1549
|
+
};
|
|
1541
1550
|
/** Text shown when no option matches the query. Defaults to the i18n value. */
|
|
1542
1551
|
emptyText: {
|
|
1543
1552
|
type: StringConstructor;
|
|
@@ -1592,6 +1601,15 @@ declare const IrisCombobox: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
1592
1601
|
type: PropType<IrisComboboxSize>;
|
|
1593
1602
|
default: string;
|
|
1594
1603
|
};
|
|
1604
|
+
/**
|
|
1605
|
+
* Opt-in windowed rendering of the listbox via the core virtualizer.
|
|
1606
|
+
* When true, only the visible window (+ buffer) of options is rendered;
|
|
1607
|
+
* keyboard navigation scrolls the active option into view. Default false.
|
|
1608
|
+
*/
|
|
1609
|
+
virtual: {
|
|
1610
|
+
type: BooleanConstructor;
|
|
1611
|
+
default: boolean;
|
|
1612
|
+
};
|
|
1595
1613
|
/** Text shown when no option matches the query. Defaults to the i18n value. */
|
|
1596
1614
|
emptyText: {
|
|
1597
1615
|
type: StringConstructor;
|
|
@@ -1626,6 +1644,7 @@ declare const IrisCombobox: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
1626
1644
|
modelValue: string;
|
|
1627
1645
|
placeholder: string;
|
|
1628
1646
|
ariaDescribedby: string;
|
|
1647
|
+
virtual: boolean;
|
|
1629
1648
|
emptyText: string;
|
|
1630
1649
|
allowCommit: boolean;
|
|
1631
1650
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
@@ -2264,6 +2283,12 @@ interface IrisSelectProps<T = unknown> {
|
|
|
2264
2283
|
id?: string;
|
|
2265
2284
|
ariaDescribedby?: string;
|
|
2266
2285
|
teleport?: false | HTMLElement | string;
|
|
2286
|
+
/**
|
|
2287
|
+
* Opt-in windowed rendering of the listbox via the core virtualizer.
|
|
2288
|
+
* When true, only the visible window (+ buffer) of options is rendered;
|
|
2289
|
+
* keyboard navigation scrolls the active option into view. Default false.
|
|
2290
|
+
*/
|
|
2291
|
+
virtual?: boolean;
|
|
2267
2292
|
}
|
|
2268
2293
|
/**
|
|
2269
2294
|
* Single-select dropdown. Composes Popover (positioning + dismiss) with List
|
|
@@ -2282,6 +2307,10 @@ declare const IrisSelect: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
2282
2307
|
modelValue: {
|
|
2283
2308
|
type: PropType<unknown>;
|
|
2284
2309
|
};
|
|
2310
|
+
multiple: {
|
|
2311
|
+
type: BooleanConstructor;
|
|
2312
|
+
default: boolean;
|
|
2313
|
+
};
|
|
2285
2314
|
defaultValue: {
|
|
2286
2315
|
type: PropType<unknown>;
|
|
2287
2316
|
default: undefined;
|
|
@@ -2321,6 +2350,15 @@ declare const IrisSelect: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
2321
2350
|
type: PropType<false | HTMLElement | string>;
|
|
2322
2351
|
default: undefined;
|
|
2323
2352
|
};
|
|
2353
|
+
/**
|
|
2354
|
+
* Opt-in windowed rendering of the listbox via the core virtualizer.
|
|
2355
|
+
* When true, only the visible window (+ buffer) of options is rendered;
|
|
2356
|
+
* keyboard navigation scrolls the active option into view. Default false.
|
|
2357
|
+
*/
|
|
2358
|
+
virtual: {
|
|
2359
|
+
type: BooleanConstructor;
|
|
2360
|
+
default: boolean;
|
|
2361
|
+
};
|
|
2324
2362
|
}>, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
2325
2363
|
[key: string]: any;
|
|
2326
2364
|
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
@@ -2334,6 +2372,10 @@ declare const IrisSelect: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
2334
2372
|
modelValue: {
|
|
2335
2373
|
type: PropType<unknown>;
|
|
2336
2374
|
};
|
|
2375
|
+
multiple: {
|
|
2376
|
+
type: BooleanConstructor;
|
|
2377
|
+
default: boolean;
|
|
2378
|
+
};
|
|
2337
2379
|
defaultValue: {
|
|
2338
2380
|
type: PropType<unknown>;
|
|
2339
2381
|
default: undefined;
|
|
@@ -2373,6 +2415,15 @@ declare const IrisSelect: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
2373
2415
|
type: PropType<false | HTMLElement | string>;
|
|
2374
2416
|
default: undefined;
|
|
2375
2417
|
};
|
|
2418
|
+
/**
|
|
2419
|
+
* Opt-in windowed rendering of the listbox via the core virtualizer.
|
|
2420
|
+
* When true, only the visible window (+ buffer) of options is rendered;
|
|
2421
|
+
* keyboard navigation scrolls the active option into view. Default false.
|
|
2422
|
+
*/
|
|
2423
|
+
virtual: {
|
|
2424
|
+
type: BooleanConstructor;
|
|
2425
|
+
default: boolean;
|
|
2426
|
+
};
|
|
2376
2427
|
}>> & Readonly<{
|
|
2377
2428
|
"onUpdate:modelValue"?: ((_value: unknown) => any) | undefined;
|
|
2378
2429
|
onValueChange?: ((_value: unknown) => any) | undefined;
|
|
@@ -2380,11 +2431,13 @@ declare const IrisSelect: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
2380
2431
|
size: Size;
|
|
2381
2432
|
id: string;
|
|
2382
2433
|
invalid: boolean;
|
|
2434
|
+
multiple: boolean;
|
|
2383
2435
|
disabled: boolean;
|
|
2384
2436
|
placement: Placement;
|
|
2385
2437
|
teleport: string | false | HTMLElement;
|
|
2386
2438
|
placeholder: string;
|
|
2387
2439
|
ariaDescribedby: string;
|
|
2440
|
+
virtual: boolean;
|
|
2388
2441
|
defaultValue: undefined;
|
|
2389
2442
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
2390
2443
|
|
|
@@ -4216,6 +4269,11 @@ interface IrisTableColumn<Row = Record<string, unknown>> {
|
|
|
4216
4269
|
* parsed value (a number for the number editor) and the row.
|
|
4217
4270
|
*/
|
|
4218
4271
|
validate?: (value: unknown, row: Row) => string | null | undefined;
|
|
4272
|
+
/**
|
|
4273
|
+
* Declarative edit rules (vxe-grid editRules parity) — required/min/max/
|
|
4274
|
+
* type/pattern/validator (sync or async). Runs before `validate`.
|
|
4275
|
+
*/
|
|
4276
|
+
editRules?: _iris_ui_kit_core.EditRule<Row>[];
|
|
4219
4277
|
/**
|
|
4220
4278
|
* Aggregate this column in the table's summary/footer row. Any column with a
|
|
4221
4279
|
* `summary` op makes the footer row appear; columns without one render blank.
|
|
@@ -4290,6 +4348,14 @@ declare const IrisTable: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
4290
4348
|
type: BooleanConstructor;
|
|
4291
4349
|
default: boolean;
|
|
4292
4350
|
};
|
|
4351
|
+
editConfig: {
|
|
4352
|
+
type: PropType<{
|
|
4353
|
+
trigger?: "click" | "dblclick" | "manual";
|
|
4354
|
+
showAsterisk?: boolean;
|
|
4355
|
+
autoClear?: boolean;
|
|
4356
|
+
}>;
|
|
4357
|
+
default: undefined;
|
|
4358
|
+
};
|
|
4293
4359
|
bordered: {
|
|
4294
4360
|
type: BooleanConstructor;
|
|
4295
4361
|
default: boolean;
|
|
@@ -4319,6 +4385,10 @@ declare const IrisTable: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
4319
4385
|
type: BooleanConstructor;
|
|
4320
4386
|
default: boolean;
|
|
4321
4387
|
};
|
|
4388
|
+
onRetry: {
|
|
4389
|
+
type: PropType<(() => void) | undefined>;
|
|
4390
|
+
default: undefined;
|
|
4391
|
+
};
|
|
4322
4392
|
/** Render only the horizontally-visible columns (+ pinned + overscan) for wide tables. */
|
|
4323
4393
|
columnVirtualization: {
|
|
4324
4394
|
type: BooleanConstructor;
|
|
@@ -4413,7 +4483,8 @@ declare const IrisTable: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
4413
4483
|
};
|
|
4414
4484
|
data: {
|
|
4415
4485
|
type: PropType<Array<Record<string, unknown>>>;
|
|
4416
|
-
required:
|
|
4486
|
+
required: false;
|
|
4487
|
+
default: undefined;
|
|
4417
4488
|
};
|
|
4418
4489
|
rowKey: {
|
|
4419
4490
|
type: StringConstructor;
|
|
@@ -4434,6 +4505,14 @@ declare const IrisTable: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
4434
4505
|
type: BooleanConstructor;
|
|
4435
4506
|
default: boolean;
|
|
4436
4507
|
};
|
|
4508
|
+
editConfig: {
|
|
4509
|
+
type: PropType<{
|
|
4510
|
+
trigger?: "click" | "dblclick" | "manual";
|
|
4511
|
+
showAsterisk?: boolean;
|
|
4512
|
+
autoClear?: boolean;
|
|
4513
|
+
}>;
|
|
4514
|
+
default: undefined;
|
|
4515
|
+
};
|
|
4437
4516
|
bordered: {
|
|
4438
4517
|
type: BooleanConstructor;
|
|
4439
4518
|
default: boolean;
|
|
@@ -4463,6 +4542,10 @@ declare const IrisTable: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
4463
4542
|
type: BooleanConstructor;
|
|
4464
4543
|
default: boolean;
|
|
4465
4544
|
};
|
|
4545
|
+
onRetry: {
|
|
4546
|
+
type: PropType<(() => void) | undefined>;
|
|
4547
|
+
default: undefined;
|
|
4548
|
+
};
|
|
4466
4549
|
/** Render only the horizontally-visible columns (+ pinned + overscan) for wide tables. */
|
|
4467
4550
|
columnVirtualization: {
|
|
4468
4551
|
type: BooleanConstructor;
|
|
@@ -4557,7 +4640,8 @@ declare const IrisTable: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
4557
4640
|
};
|
|
4558
4641
|
data: {
|
|
4559
4642
|
type: PropType<Array<Record<string, unknown>>>;
|
|
4560
|
-
required:
|
|
4643
|
+
required: false;
|
|
4644
|
+
default: undefined;
|
|
4561
4645
|
};
|
|
4562
4646
|
rowKey: {
|
|
4563
4647
|
type: StringConstructor;
|
|
@@ -4573,14 +4657,21 @@ declare const IrisTable: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
4573
4657
|
onRowDblclick?: ((_row: Record<string, unknown>, _index: number) => any) | undefined;
|
|
4574
4658
|
}>, {
|
|
4575
4659
|
sort: IrisTableSortState | null;
|
|
4660
|
+
data: Record<string, unknown>[];
|
|
4576
4661
|
error: boolean;
|
|
4577
4662
|
loading: boolean;
|
|
4578
4663
|
rowKey: string;
|
|
4579
4664
|
striped: boolean;
|
|
4665
|
+
editConfig: {
|
|
4666
|
+
trigger?: "click" | "dblclick" | "manual";
|
|
4667
|
+
showAsterisk?: boolean;
|
|
4668
|
+
autoClear?: boolean;
|
|
4669
|
+
};
|
|
4580
4670
|
bordered: boolean;
|
|
4581
4671
|
resizableColumns: boolean;
|
|
4582
4672
|
columnWidths: IrisTableColumnWidths;
|
|
4583
4673
|
virtualScroll: IrisTableVirtualOptions;
|
|
4674
|
+
onRetry: (() => void) | undefined;
|
|
4584
4675
|
columnVirtualization: boolean;
|
|
4585
4676
|
keyboardNavigation: boolean;
|
|
4586
4677
|
cellRange: boolean;
|
|
@@ -5130,6 +5221,8 @@ interface MenuContext {
|
|
|
5130
5221
|
triggerRef: Ref<HTMLElement | null>;
|
|
5131
5222
|
contentRef: Ref<HTMLElement | null>;
|
|
5132
5223
|
contentId: string;
|
|
5224
|
+
/** Root menu's unique id — shared by every nested submenu surface. */
|
|
5225
|
+
treeId: string;
|
|
5133
5226
|
placement: Placement;
|
|
5134
5227
|
offset: number;
|
|
5135
5228
|
/** The root menu's "close everything" call — propagates to submenus. */
|
|
@@ -5580,6 +5673,7 @@ declare const IrisCarousel: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
5580
5673
|
|
|
5581
5674
|
type IrisStatisticSize = 'sm' | 'md' | 'lg';
|
|
5582
5675
|
type IrisStatisticTrend = 'up' | 'down' | 'neutral';
|
|
5676
|
+
type IrisStatisticTone = 'success' | 'danger' | 'neutral';
|
|
5583
5677
|
/**
|
|
5584
5678
|
* Compact statistic / KPI display: a label, a prominent value (with optional
|
|
5585
5679
|
* prefix/suffix), an optional colored trend line, and a description. The trend
|
|
@@ -5614,6 +5708,10 @@ declare const IrisStatistic: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
5614
5708
|
type: (StringConstructor | NumberConstructor)[];
|
|
5615
5709
|
default: undefined;
|
|
5616
5710
|
};
|
|
5711
|
+
trendTone: {
|
|
5712
|
+
type: PropType<IrisStatisticTone>;
|
|
5713
|
+
default: undefined;
|
|
5714
|
+
};
|
|
5617
5715
|
size: {
|
|
5618
5716
|
type: PropType<IrisStatisticSize>;
|
|
5619
5717
|
default: string;
|
|
@@ -5649,6 +5747,10 @@ declare const IrisStatistic: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
5649
5747
|
type: (StringConstructor | NumberConstructor)[];
|
|
5650
5748
|
default: undefined;
|
|
5651
5749
|
};
|
|
5750
|
+
trendTone: {
|
|
5751
|
+
type: PropType<IrisStatisticTone>;
|
|
5752
|
+
default: undefined;
|
|
5753
|
+
};
|
|
5652
5754
|
size: {
|
|
5653
5755
|
type: PropType<IrisStatisticSize>;
|
|
5654
5756
|
default: string;
|
|
@@ -5662,6 +5764,7 @@ declare const IrisStatistic: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
5662
5764
|
suffix: string | number;
|
|
5663
5765
|
trend: IrisStatisticTrend;
|
|
5664
5766
|
trendValue: string | number;
|
|
5767
|
+
trendTone: IrisStatisticTone;
|
|
5665
5768
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
5666
5769
|
|
|
5667
5770
|
type IrisDescriptionsLayout = 'horizontal' | 'vertical';
|
|
@@ -5730,6 +5833,18 @@ interface IrisTransferItem {
|
|
|
5730
5833
|
value: string;
|
|
5731
5834
|
disabled?: boolean;
|
|
5732
5835
|
}
|
|
5836
|
+
/** Opt-in windowed rendering of a pane's list (mirrors `IrisTableVirtualOptions`). */
|
|
5837
|
+
interface IrisTransferVirtualOptions {
|
|
5838
|
+
/** Per-item height in px (uniform). */
|
|
5839
|
+
itemHeight: number;
|
|
5840
|
+
/**
|
|
5841
|
+
* Viewport height. Number → px; string → CSS length. Defaults to the pane's
|
|
5842
|
+
* intrinsic list height (200px).
|
|
5843
|
+
*/
|
|
5844
|
+
height?: number | string;
|
|
5845
|
+
/** Extra rows rendered above and below the viewport. */
|
|
5846
|
+
buffer?: number;
|
|
5847
|
+
}
|
|
5733
5848
|
/**
|
|
5734
5849
|
* Dual-list transfer: move items between an "available" and a "selected" pane
|
|
5735
5850
|
* via per-item checkboxes and the ›/‹ buttons. `v-model` binds the selected
|
|
@@ -5760,7 +5875,15 @@ declare const IrisTransfer: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
5760
5875
|
type: BooleanConstructor;
|
|
5761
5876
|
default: boolean;
|
|
5762
5877
|
};
|
|
5763
|
-
|
|
5878
|
+
/**
|
|
5879
|
+
* Opt-in windowed rendering of both pane lists via the core virtualizer
|
|
5880
|
+
* (10k+ options stay smooth). Off by default — the plain path is unchanged.
|
|
5881
|
+
*/
|
|
5882
|
+
virtual: {
|
|
5883
|
+
type: PropType<IrisTransferVirtualOptions>;
|
|
5884
|
+
default: undefined;
|
|
5885
|
+
};
|
|
5886
|
+
}>, () => VNode<vue.RendererNode, vue.RendererElement, {
|
|
5764
5887
|
[key: string]: any;
|
|
5765
5888
|
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
5766
5889
|
'update:modelValue': (_values: string[]) => true;
|
|
@@ -5788,12 +5911,21 @@ declare const IrisTransfer: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
5788
5911
|
type: BooleanConstructor;
|
|
5789
5912
|
default: boolean;
|
|
5790
5913
|
};
|
|
5914
|
+
/**
|
|
5915
|
+
* Opt-in windowed rendering of both pane lists via the core virtualizer
|
|
5916
|
+
* (10k+ options stay smooth). Off by default — the plain path is unchanged.
|
|
5917
|
+
*/
|
|
5918
|
+
virtual: {
|
|
5919
|
+
type: PropType<IrisTransferVirtualOptions>;
|
|
5920
|
+
default: undefined;
|
|
5921
|
+
};
|
|
5791
5922
|
}>> & Readonly<{
|
|
5792
5923
|
"onUpdate:modelValue"?: ((_values: string[]) => any) | undefined;
|
|
5793
5924
|
}>, {
|
|
5794
5925
|
disabled: boolean;
|
|
5795
5926
|
options: IrisTransferItem[];
|
|
5796
5927
|
modelValue: string[];
|
|
5928
|
+
virtual: IrisTransferVirtualOptions;
|
|
5797
5929
|
titles: string[];
|
|
5798
5930
|
searchable: boolean;
|
|
5799
5931
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
@@ -5927,8 +6059,8 @@ declare const IrisBackTop: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
5927
6059
|
}>, {
|
|
5928
6060
|
target: () => HTMLElement | Window | null;
|
|
5929
6061
|
ariaLabel: string;
|
|
5930
|
-
visibilityHeight: number;
|
|
5931
6062
|
behavior: ScrollBehavior;
|
|
6063
|
+
visibilityHeight: number;
|
|
5932
6064
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
5933
6065
|
|
|
5934
6066
|
/**
|
|
@@ -6166,6 +6298,16 @@ declare const IrisMentions: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
6166
6298
|
type: NumberConstructor;
|
|
6167
6299
|
default: number;
|
|
6168
6300
|
};
|
|
6301
|
+
/**
|
|
6302
|
+
* Opt-in windowed rendering of the suggestion listbox via the core
|
|
6303
|
+
* virtualizer. When true, only the visible window (+ buffer) of options is
|
|
6304
|
+
* rendered; keyboard navigation scrolls the active option into view and
|
|
6305
|
+
* every keystroke re-anchors the window to the top. Default false.
|
|
6306
|
+
*/
|
|
6307
|
+
virtual: {
|
|
6308
|
+
type: BooleanConstructor;
|
|
6309
|
+
default: boolean;
|
|
6310
|
+
};
|
|
6169
6311
|
id: {
|
|
6170
6312
|
type: StringConstructor;
|
|
6171
6313
|
default: undefined;
|
|
@@ -6208,6 +6350,16 @@ declare const IrisMentions: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
6208
6350
|
type: NumberConstructor;
|
|
6209
6351
|
default: number;
|
|
6210
6352
|
};
|
|
6353
|
+
/**
|
|
6354
|
+
* Opt-in windowed rendering of the suggestion listbox via the core
|
|
6355
|
+
* virtualizer. When true, only the visible window (+ buffer) of options is
|
|
6356
|
+
* rendered; keyboard navigation scrolls the active option into view and
|
|
6357
|
+
* every keystroke re-anchors the window to the top. Default false.
|
|
6358
|
+
*/
|
|
6359
|
+
virtual: {
|
|
6360
|
+
type: BooleanConstructor;
|
|
6361
|
+
default: boolean;
|
|
6362
|
+
};
|
|
6211
6363
|
id: {
|
|
6212
6364
|
type: StringConstructor;
|
|
6213
6365
|
default: undefined;
|
|
@@ -6228,6 +6380,7 @@ declare const IrisMentions: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
6228
6380
|
ariaDescribedby: string;
|
|
6229
6381
|
prefix: string;
|
|
6230
6382
|
rows: number;
|
|
6383
|
+
virtual: boolean;
|
|
6231
6384
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
6232
6385
|
|
|
6233
6386
|
type IrisCascaderSize = 'sm' | 'md' | 'lg';
|
|
@@ -6271,6 +6424,10 @@ declare const IrisCascader: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
6271
6424
|
type: PropType<IrisCascaderSize>;
|
|
6272
6425
|
default: string;
|
|
6273
6426
|
};
|
|
6427
|
+
virtual: {
|
|
6428
|
+
type: BooleanConstructor;
|
|
6429
|
+
default: boolean;
|
|
6430
|
+
};
|
|
6274
6431
|
id: {
|
|
6275
6432
|
type: StringConstructor;
|
|
6276
6433
|
default: undefined;
|
|
@@ -6279,7 +6436,7 @@ declare const IrisCascader: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
6279
6436
|
type: StringConstructor;
|
|
6280
6437
|
default: undefined;
|
|
6281
6438
|
};
|
|
6282
|
-
}>, () =>
|
|
6439
|
+
}>, () => VNode<vue.RendererNode, vue.RendererElement, {
|
|
6283
6440
|
[key: string]: any;
|
|
6284
6441
|
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
6285
6442
|
'update:modelValue': (_path: string[]) => true;
|
|
@@ -6312,6 +6469,10 @@ declare const IrisCascader: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
6312
6469
|
type: PropType<IrisCascaderSize>;
|
|
6313
6470
|
default: string;
|
|
6314
6471
|
};
|
|
6472
|
+
virtual: {
|
|
6473
|
+
type: BooleanConstructor;
|
|
6474
|
+
default: boolean;
|
|
6475
|
+
};
|
|
6315
6476
|
id: {
|
|
6316
6477
|
type: StringConstructor;
|
|
6317
6478
|
default: undefined;
|
|
@@ -6332,6 +6493,7 @@ declare const IrisCascader: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
6332
6493
|
modelValue: string[];
|
|
6333
6494
|
placeholder: string;
|
|
6334
6495
|
ariaDescribedby: string;
|
|
6496
|
+
virtual: boolean;
|
|
6335
6497
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
6336
6498
|
|
|
6337
6499
|
type IrisSegmentedSize = 'sm' | 'md' | 'lg';
|
|
@@ -7199,6 +7361,7 @@ declare const IrisGauge: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
7199
7361
|
type: NumberConstructor;
|
|
7200
7362
|
default: number;
|
|
7201
7363
|
};
|
|
7364
|
+
/** Semantic status (explicit by design; derive thresholds in the consumer). */
|
|
7202
7365
|
status: {
|
|
7203
7366
|
type: PropType<IrisGaugeStatus>;
|
|
7204
7367
|
default: string;
|
|
@@ -7240,6 +7403,7 @@ declare const IrisGauge: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
7240
7403
|
type: NumberConstructor;
|
|
7241
7404
|
default: number;
|
|
7242
7405
|
};
|
|
7406
|
+
/** Semantic status (explicit by design; derive thresholds in the consumer). */
|
|
7243
7407
|
status: {
|
|
7244
7408
|
type: PropType<IrisGaugeStatus>;
|
|
7245
7409
|
default: string;
|
|
@@ -8223,4 +8387,4 @@ declare const IrisDateRangePicker: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
8223
8387
|
weekStartsOn: number;
|
|
8224
8388
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
8225
8389
|
|
|
8226
|
-
export { type AccordionContext, AccordionContextKey, type DialogContext, DialogContextKey, type DragState, type DrawerContext, DrawerContextKey, type DropdownContext, DropdownContextKey, IrisAccordion, IrisAccordionItem, type IrisAccordionValue, IrisAffix, IrisAlert, type IrisAlertTone, IrisAnchor, type IrisAnchorItem, IrisAspectRatio, IrisAvatar, type IrisAvatarShape, type IrisAvatarSize, IrisBackTop, IrisBadge, type IrisBadgeSize, type IrisBadgeTone, type IrisBadgeVariant, IrisBanner, type IrisBannerTone, IrisBreadcrumb, IrisBreadcrumbItem, IrisButton, type IrisButtonProps, type IrisButtonSize, type IrisButtonType, type IrisButtonVariant, IrisCalendar, IrisCard, type IrisCardPadding, type IrisCardVariant, IrisCarousel, IrisCascader, type IrisCascaderNode, type IrisCascaderSize, IrisCheckbox, type IrisCheckboxSize, type IrisCheckboxValue, IrisChip, type IrisChipSize, type IrisChipTone, type IrisChipVariant, IrisColorPicker, IrisCombobox, type IrisComboboxOption, type IrisComboboxSize, type IrisCommandItem, IrisCommandPalette, IrisCopyButton, type IrisCopyButtonSize, IrisCountdown, type IrisCountdownSize, IrisDatePicker, type IrisDateRange, IrisDateRangePicker, IrisDescriptions, type IrisDescriptionsItem, type IrisDescriptionsLayout, IrisDialog, IrisDialogClose, IrisDialogContent, IrisDialogDescription, IrisDialogTitle, IrisDialogTrigger, IrisDivider, type IrisDividerOrientation, type IrisDividerSpacing, IrisDragger, type IrisDraggerPosition, IrisDrawer, IrisDrawerClose, IrisDrawerContent, type IrisDrawerSide, IrisDrawerTitle, IrisDrawerTrigger, IrisDropdown, IrisDropdownItem, IrisDropdownMenu, IrisDropdownSeparator, IrisDropdownTrigger, IrisEmptyState, IrisFieldset, IrisFileUpload, type IrisFileUploadFile, IrisFloatButton, type IrisFloatButtonAction, type IrisFloatButtonShape, IrisFormField, IrisGauge, type IrisGaugeStatus, IrisIcon, IrisImage, IrisInput, type IrisInputSize, type IrisInputType, IrisKbd, type IrisKbdSize, IrisList, type IrisListItem, IrisMarquee, type IrisMarqueeDirection, IrisMasonry, type IrisMentionOption, IrisMentions, IrisMenu, IrisMenuContent, IrisMenuItem, IrisMenuSeparator, IrisMenuSub, IrisMenuTrigger, IrisNumberInput, type IrisNumberInputSize, IrisOtpInput, type IrisOtpInputSize, type IrisOtpInputType, IrisPagination, type IrisPaginationSize, IrisPasswordInput, type IrisPasswordInputSize, IrisPopover, IrisPopoverContent, IrisPopoverTrigger, IrisProgress, IrisProgressCircle, type IrisProgressCircleStatus, type IrisProgressSize, type IrisProgressTone, IrisRadio, IrisRadioGroup, type IrisRadioSize, IrisRangeSlider, type IrisRangeSliderValue, IrisRating, type IrisRatingSize, IrisResizer, type IrisResizerHandle, type IrisResizerSize, IrisResult, type IrisResultStatus, IrisRibbon, type IrisRibbonPlacement, IrisScrollArea, type IrisScrollAreaAxis, IrisSegmented, type IrisSegmentedOption, type IrisSegmentedSize, IrisSelect, type IrisListItem as IrisSelectItem, type IrisSelectProps, type IrisSelectSize, IrisSkeleton, type IrisSkeletonShape, IrisSlider, type IrisSliderOrientation, IrisSlot, IrisSpinner, type IrisSpinnerSize, IrisSplitButton, type IrisSplitButtonAction, type IrisSplitButtonSize, type IrisSplitButtonVariant, IrisSplitter, type IrisSplitterOrientation, IrisStatistic, type IrisStatisticSize, type IrisStatisticTrend, type IrisStepStatus, IrisStepper, type IrisStepperOrientation, IrisStepperStep, IrisSwitch, type IrisSwitchSize, IrisTable, type IrisTableAggregateOp, type IrisTableCellEditEvent, type IrisTableColumn, type IrisTableColumnWidths, type IrisTableEditor, type IrisTableProps, type IrisTableRenderDetail, type IrisTableRowExpandable, type IrisTableSortDirection, type IrisTableSortState, type IrisTableVirtualOptions, IrisTabs, IrisTabsContent, IrisTabsList, type IrisTabsOrientation, IrisTabsTrigger, IrisTagInput, IrisTextarea, type IrisTextareaSize, IrisTimePicker, type IrisTimePickerFormat, type IrisTimeValue, IrisTimeline, type IrisTimelineItem, type IrisTimelineVariant, type IrisToast, type IrisToastInput, type IrisToastPosition, type IrisToastVariant, IrisToastViewport, IrisToggleGroup, IrisToggleGroupItem, type IrisToggleGroupOrientation, type IrisToggleGroupType, type IrisToggleGroupVariant, IrisToolbar, type IrisToolbarOrientation, IrisTooltip, IrisTour, type IrisTourStep, IrisTransfer, type IrisTransferItem, IrisTree, type IrisTreeNode, IrisTreeSelect, type IrisTreeSelectNode, type IrisTreeSelectSize, type IrisTreeSelectionMode, IrisVirtualScroll, type IrisVirtualScrollAlign, type IrisVirtualScrollExposed, IrisVisuallyHidden, IrisWatermark, type MenuContext, MenuContextKey, type PopoverContext, PopoverContextKey, type StepperContext, StepperContextKey, type TabsContext, TabsContextKey, type ToggleGroupContext, ToggleGroupContextKey, type UseDragOptions, type UseToastReturn, __PROGRESS_STYLE_ID, __SKELETON_STYLE_ID, __SPINNER_STYLE_ID, __resetProgressStyles, __resetSkeletonStyles, __resetSpinnerStyles, clearToasts, composeRefs, defaultFilter, dismissToast, downloadCsv, downloadExcel, exportCsv, exportExcel, findFirstElement, formatBytes, formatRemaining, getToasts, mergeSlotProps, pushToast, subscribeToasts, useDisposableScope, useDrag, useReconnectingSource, useResilientFetcher, useStore, useStoreSelector, useToast };
|
|
8390
|
+
export { type AccordionContext, AccordionContextKey, type DialogContext, DialogContextKey, type DragState, type DrawerContext, DrawerContextKey, type DropdownContext, DropdownContextKey, IrisAccordion, IrisAccordionItem, type IrisAccordionValue, IrisAffix, IrisAlert, type IrisAlertTone, IrisAnchor, type IrisAnchorItem, IrisAspectRatio, IrisAvatar, type IrisAvatarShape, type IrisAvatarSize, IrisBackTop, IrisBadge, type IrisBadgeSize, type IrisBadgeTone, type IrisBadgeVariant, IrisBanner, type IrisBannerTone, IrisBreadcrumb, IrisBreadcrumbItem, IrisButton, type IrisButtonProps, type IrisButtonSize, type IrisButtonType, type IrisButtonVariant, IrisCalendar, IrisCard, type IrisCardPadding, type IrisCardVariant, IrisCarousel, IrisCascader, type IrisCascaderNode, type IrisCascaderSize, IrisCheckbox, type IrisCheckboxSize, type IrisCheckboxValue, IrisChip, type IrisChipSize, type IrisChipTone, type IrisChipVariant, IrisColorPicker, IrisCombobox, type IrisComboboxOption, type IrisComboboxSize, type IrisCommandItem, IrisCommandPalette, IrisCopyButton, type IrisCopyButtonSize, IrisCountdown, type IrisCountdownSize, IrisDatePicker, type IrisDateRange, IrisDateRangePicker, IrisDescriptions, type IrisDescriptionsItem, type IrisDescriptionsLayout, IrisDialog, IrisDialogClose, IrisDialogContent, IrisDialogDescription, IrisDialogTitle, IrisDialogTrigger, IrisDivider, type IrisDividerOrientation, type IrisDividerSpacing, IrisDragger, type IrisDraggerPosition, IrisDrawer, IrisDrawerClose, IrisDrawerContent, type IrisDrawerSide, IrisDrawerTitle, IrisDrawerTrigger, IrisDropdown, IrisDropdownItem, IrisDropdownMenu, IrisDropdownSeparator, IrisDropdownTrigger, IrisEmptyState, IrisFieldset, IrisFileUpload, type IrisFileUploadFile, IrisFloatButton, type IrisFloatButtonAction, type IrisFloatButtonShape, IrisFormField, IrisGauge, type IrisGaugeStatus, IrisIcon, IrisImage, IrisInput, type IrisInputSize, type IrisInputType, IrisKbd, type IrisKbdSize, IrisList, type IrisListItem, IrisMarquee, type IrisMarqueeDirection, IrisMasonry, type IrisMentionOption, IrisMentions, IrisMenu, IrisMenuContent, IrisMenuItem, IrisMenuSeparator, IrisMenuSub, IrisMenuTrigger, IrisNumberInput, type IrisNumberInputSize, IrisOtpInput, type IrisOtpInputSize, type IrisOtpInputType, IrisPagination, type IrisPaginationSize, IrisPasswordInput, type IrisPasswordInputSize, IrisPopover, IrisPopoverContent, IrisPopoverTrigger, IrisProgress, IrisProgressCircle, type IrisProgressCircleStatus, type IrisProgressSize, type IrisProgressTone, IrisRadio, IrisRadioGroup, type IrisRadioSize, IrisRangeSlider, type IrisRangeSliderValue, IrisRating, type IrisRatingSize, IrisResizer, type IrisResizerHandle, type IrisResizerSize, IrisResult, type IrisResultStatus, IrisRibbon, type IrisRibbonPlacement, IrisScrollArea, type IrisScrollAreaAxis, IrisSegmented, type IrisSegmentedOption, type IrisSegmentedSize, IrisSelect, type IrisListItem as IrisSelectItem, type IrisSelectProps, type IrisSelectSize, IrisSkeleton, type IrisSkeletonShape, IrisSlider, type IrisSliderOrientation, IrisSlot, IrisSpinner, type IrisSpinnerSize, IrisSplitButton, type IrisSplitButtonAction, type IrisSplitButtonSize, type IrisSplitButtonVariant, IrisSplitter, type IrisSplitterOrientation, IrisStatistic, type IrisStatisticSize, type IrisStatisticTrend, type IrisStepStatus, IrisStepper, type IrisStepperOrientation, IrisStepperStep, IrisSwitch, type IrisSwitchSize, IrisTable, type IrisTableAggregateOp, type IrisTableCellEditEvent, type IrisTableColumn, type IrisTableColumnWidths, type IrisTableEditor, type IrisTableProps, type IrisTableRenderDetail, type IrisTableRowExpandable, type IrisTableSortDirection, type IrisTableSortState, type IrisTableVirtualOptions, IrisTabs, IrisTabsContent, IrisTabsList, type IrisTabsOrientation, IrisTabsTrigger, IrisTagInput, IrisTextarea, type IrisTextareaSize, IrisTimePicker, type IrisTimePickerFormat, type IrisTimeValue, IrisTimeline, type IrisTimelineItem, type IrisTimelineVariant, type IrisToast, type IrisToastInput, type IrisToastPosition, type IrisToastVariant, IrisToastViewport, IrisToggleGroup, IrisToggleGroupItem, type IrisToggleGroupOrientation, type IrisToggleGroupType, type IrisToggleGroupVariant, IrisToolbar, type IrisToolbarOrientation, IrisTooltip, IrisTour, type IrisTourStep, IrisTransfer, type IrisTransferItem, type IrisTransferVirtualOptions, IrisTree, type IrisTreeNode, IrisTreeSelect, type IrisTreeSelectNode, type IrisTreeSelectSize, type IrisTreeSelectionMode, IrisVirtualScroll, type IrisVirtualScrollAlign, type IrisVirtualScrollExposed, IrisVisuallyHidden, IrisWatermark, type MenuContext, MenuContextKey, type PopoverContext, PopoverContextKey, type StepperContext, StepperContextKey, type TabsContext, TabsContextKey, type ToggleGroupContext, ToggleGroupContextKey, type UseDragOptions, type UseToastReturn, __PROGRESS_STYLE_ID, __SKELETON_STYLE_ID, __SPINNER_STYLE_ID, __resetProgressStyles, __resetSkeletonStyles, __resetSpinnerStyles, clearToasts, composeRefs, defaultFilter, dismissToast, downloadCsv, downloadExcel, exportCsv, exportExcel, findFirstElement, formatBytes, formatRemaining, getToasts, mergeSlotProps, pushToast, subscribeToasts, useDisposableScope, useDrag, useReconnectingSource, useResilientFetcher, useStore, useStoreSelector, useToast };
|