@namba_one/ui-kit-2 1.0.245 → 1.0.246
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/index.d.ts +138 -0
- package/dist/index.es.js +10562 -9745
- package/dist/index.umd.js +26 -26
- package/dist/namba-one-uikit.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -426,6 +426,8 @@ onClick?: (() => any) | undefined;
|
|
|
426
426
|
triggerElementRef: HTMLDivElement;
|
|
427
427
|
}, HTMLDivElement>;
|
|
428
428
|
|
|
429
|
+
declare const __VLS_component_38: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
430
|
+
|
|
429
431
|
declare const __VLS_component_4: DefineComponent<BadgeProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<BadgeProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
430
432
|
|
|
431
433
|
declare const __VLS_component_5: DefineComponent<ButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
@@ -554,8 +556,18 @@ declare type __VLS_Props_28 = {
|
|
|
554
556
|
size: 'body' | 'subhead';
|
|
555
557
|
};
|
|
556
558
|
|
|
559
|
+
declare type __VLS_Props_29 = FilterGroup_SortProps;
|
|
560
|
+
|
|
557
561
|
declare type __VLS_Props_3 = CardContentListProps;
|
|
558
562
|
|
|
563
|
+
declare type __VLS_Props_30 = FilterGroup_AmountProps;
|
|
564
|
+
|
|
565
|
+
declare type __VLS_Props_31 = FilterGroup_CheckboxListProps;
|
|
566
|
+
|
|
567
|
+
declare type __VLS_Props_32 = FilterGroup_DateProps;
|
|
568
|
+
|
|
569
|
+
declare type __VLS_Props_33 = FilterGroup_SingleSelectProps;
|
|
570
|
+
|
|
559
571
|
declare type __VLS_Props_4 = DropzoneProps;
|
|
560
572
|
|
|
561
573
|
declare type __VLS_Props_5 = InputProps;
|
|
@@ -637,6 +649,26 @@ declare type __VLS_PublicProps_23 = {
|
|
|
637
649
|
'active': string;
|
|
638
650
|
} & __VLS_Props_28;
|
|
639
651
|
|
|
652
|
+
declare type __VLS_PublicProps_24 = {
|
|
653
|
+
'value': FilterGroup_SortValue;
|
|
654
|
+
} & __VLS_Props_29;
|
|
655
|
+
|
|
656
|
+
declare type __VLS_PublicProps_25 = {
|
|
657
|
+
'value': FilterGroup_AmountValue;
|
|
658
|
+
} & __VLS_Props_30;
|
|
659
|
+
|
|
660
|
+
declare type __VLS_PublicProps_26 = {
|
|
661
|
+
'value': (string | number)[];
|
|
662
|
+
} & __VLS_Props_31;
|
|
663
|
+
|
|
664
|
+
declare type __VLS_PublicProps_27 = {
|
|
665
|
+
'value': FilterGroup_DateValue;
|
|
666
|
+
} & __VLS_Props_32;
|
|
667
|
+
|
|
668
|
+
declare type __VLS_PublicProps_28 = {
|
|
669
|
+
'value': FilterGroup_SingleSelectValue;
|
|
670
|
+
} & __VLS_Props_33;
|
|
671
|
+
|
|
640
672
|
declare type __VLS_PublicProps_3 = {
|
|
641
673
|
'value': DropzoneProps['value'];
|
|
642
674
|
'isError'?: DropzoneProps['isError'];
|
|
@@ -1237,6 +1269,15 @@ declare function __VLS_template_37(): {
|
|
|
1237
1269
|
rootEl: HTMLDivElement;
|
|
1238
1270
|
};
|
|
1239
1271
|
|
|
1272
|
+
declare function __VLS_template_38(): {
|
|
1273
|
+
attrs: Partial<{}>;
|
|
1274
|
+
slots: {
|
|
1275
|
+
default?(_: {}): any;
|
|
1276
|
+
};
|
|
1277
|
+
refs: {};
|
|
1278
|
+
rootEl: HTMLDivElement;
|
|
1279
|
+
};
|
|
1280
|
+
|
|
1240
1281
|
declare function __VLS_template_4(): {
|
|
1241
1282
|
attrs: Partial<{}>;
|
|
1242
1283
|
slots: {
|
|
@@ -1355,6 +1396,8 @@ declare type __VLS_TemplateResult_36 = ReturnType<typeof __VLS_template_36>;
|
|
|
1355
1396
|
|
|
1356
1397
|
declare type __VLS_TemplateResult_37 = ReturnType<typeof __VLS_template_37>;
|
|
1357
1398
|
|
|
1399
|
+
declare type __VLS_TemplateResult_38 = ReturnType<typeof __VLS_template_38>;
|
|
1400
|
+
|
|
1358
1401
|
declare type __VLS_TemplateResult_4 = ReturnType<typeof __VLS_template_4>;
|
|
1359
1402
|
|
|
1360
1403
|
declare type __VLS_TemplateResult_5 = ReturnType<typeof __VLS_template_5>;
|
|
@@ -1553,6 +1596,12 @@ declare type __VLS_WithTemplateSlots_37<T, S> = T & {
|
|
|
1553
1596
|
};
|
|
1554
1597
|
};
|
|
1555
1598
|
|
|
1599
|
+
declare type __VLS_WithTemplateSlots_38<T, S> = T & {
|
|
1600
|
+
new (): {
|
|
1601
|
+
$slots: S;
|
|
1602
|
+
};
|
|
1603
|
+
};
|
|
1604
|
+
|
|
1556
1605
|
declare type __VLS_WithTemplateSlots_4<T, S> = T & {
|
|
1557
1606
|
new (): {
|
|
1558
1607
|
$slots: S;
|
|
@@ -2314,6 +2363,95 @@ declare type FieldBaseProps = {
|
|
|
2314
2363
|
|
|
2315
2364
|
export declare type Filter = CheckboxGroupFilterType | DatepickerFilterType;
|
|
2316
2365
|
|
|
2366
|
+
export declare const FilterGroup: __VLS_WithTemplateSlots_38<typeof __VLS_component_38, __VLS_TemplateResult_38["slots"]>;
|
|
2367
|
+
|
|
2368
|
+
export declare const FilterGroup_Amount: DefineComponent<__VLS_PublicProps_25, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2369
|
+
"update:value": (value: FilterGroup_AmountValue) => any;
|
|
2370
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_25> & Readonly<{
|
|
2371
|
+
"onUpdate:value"?: ((value: FilterGroup_AmountValue) => any) | undefined;
|
|
2372
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2373
|
+
|
|
2374
|
+
export declare type FilterGroup_AmountProps = {
|
|
2375
|
+
title: string;
|
|
2376
|
+
popoverTitle: string;
|
|
2377
|
+
minWidth?: number;
|
|
2378
|
+
};
|
|
2379
|
+
|
|
2380
|
+
export declare type FilterGroup_AmountValue = {
|
|
2381
|
+
start: string;
|
|
2382
|
+
end: string;
|
|
2383
|
+
};
|
|
2384
|
+
|
|
2385
|
+
export declare const FilterGroup_CheckboxList: DefineComponent<__VLS_PublicProps_26, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2386
|
+
"update:value": (value: (string | number)[]) => any;
|
|
2387
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_26> & Readonly<{
|
|
2388
|
+
"onUpdate:value"?: ((value: (string | number)[]) => any) | undefined;
|
|
2389
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2390
|
+
|
|
2391
|
+
export declare type FilterGroup_CheckboxListProps = {
|
|
2392
|
+
title: string;
|
|
2393
|
+
titleMulti: string;
|
|
2394
|
+
data: {
|
|
2395
|
+
id: string | number;
|
|
2396
|
+
title: string;
|
|
2397
|
+
description?: string;
|
|
2398
|
+
}[];
|
|
2399
|
+
selectAllButton?: string;
|
|
2400
|
+
minWidth?: number;
|
|
2401
|
+
withHeader?: boolean;
|
|
2402
|
+
};
|
|
2403
|
+
|
|
2404
|
+
export declare const FilterGroup_Date: DefineComponent<__VLS_PublicProps_27, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2405
|
+
"update:value": (value: FilterGroup_DateValue) => any;
|
|
2406
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_27> & Readonly<{
|
|
2407
|
+
"onUpdate:value"?: ((value: FilterGroup_DateValue) => any) | undefined;
|
|
2408
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2409
|
+
|
|
2410
|
+
export declare type FilterGroup_DateProps = {
|
|
2411
|
+
buttonTitle: string;
|
|
2412
|
+
title?: string;
|
|
2413
|
+
fromPlaceholder?: string;
|
|
2414
|
+
toPlaceholder?: string;
|
|
2415
|
+
minWidth?: number;
|
|
2416
|
+
};
|
|
2417
|
+
|
|
2418
|
+
export declare type FilterGroup_DateValue = [Maybe<Date>, Maybe<Date>];
|
|
2419
|
+
|
|
2420
|
+
export declare const FilterGroup_SingleSelect: DefineComponent<__VLS_PublicProps_28, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2421
|
+
"update:value": (value: FilterGroup_SingleSelectValue) => any;
|
|
2422
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_28> & Readonly<{
|
|
2423
|
+
"onUpdate:value"?: ((value: FilterGroup_SingleSelectValue) => any) | undefined;
|
|
2424
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2425
|
+
|
|
2426
|
+
export declare type FilterGroup_SingleSelectProps = {
|
|
2427
|
+
emptyLabel?: string;
|
|
2428
|
+
title: string;
|
|
2429
|
+
data: {
|
|
2430
|
+
id: string | number;
|
|
2431
|
+
text: string;
|
|
2432
|
+
}[];
|
|
2433
|
+
minWidth?: number;
|
|
2434
|
+
};
|
|
2435
|
+
|
|
2436
|
+
export declare type FilterGroup_SingleSelectValue = string | number | null | undefined;
|
|
2437
|
+
|
|
2438
|
+
export declare const FilterGroup_Sort: DefineComponent<__VLS_PublicProps_24, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2439
|
+
"update:value": (value: FilterGroup_SortValue) => any;
|
|
2440
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_24> & Readonly<{
|
|
2441
|
+
"onUpdate:value"?: ((value: FilterGroup_SortValue) => any) | undefined;
|
|
2442
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2443
|
+
|
|
2444
|
+
declare type FilterGroup_SortProps = {
|
|
2445
|
+
list: {
|
|
2446
|
+
label: string;
|
|
2447
|
+
value: string | number;
|
|
2448
|
+
type?: 'asc' | 'desc';
|
|
2449
|
+
}[];
|
|
2450
|
+
minWidth?: number;
|
|
2451
|
+
};
|
|
2452
|
+
|
|
2453
|
+
declare type FilterGroup_SortValue = string | number;
|
|
2454
|
+
|
|
2317
2455
|
export declare const FilterHub: __VLS_WithTemplateSlots_30<typeof __VLS_component_30, __VLS_TemplateResult_30["slots"]>;
|
|
2318
2456
|
|
|
2319
2457
|
export declare type FilterHubProps = {
|