@ironsource/shared-ui 2.2.0-test.3 → 2.2.0-test.4
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/Chart.vue_vue_type_style_index_0_scoped_22477735_lang.css +1 -0
- package/ChartHeader.vue_vue_type_style_index_0_scoped_9a603520_lang.css +1 -0
- package/ChartPlane.vue_vue_type_style_index_0_scoped_6de5cddb_lang.css +1 -0
- package/DataGrid.vue_vue_type_style_index_0_scoped_3673e156_lang.css +1 -0
- package/InlineCopy.vue_vue_type_style_index_0_scoped_9fa1921a_lang.css +1 -0
- package/SnackbarV4.vue_vue_type_style_index_0_scoped_35c79635_lang.css +1 -0
- package/components/button/v3/Button.vue.d.ts +6 -6
- package/components/button/v3/index.d.ts +14 -14
- package/components/button/v4/IconButtonV4.vue2.js +1 -46
- package/components/button/v4/ToggleButtonGroupAB.vue2.js +1 -1
- package/components/chart/Chart.vue.d.ts +5 -0
- package/components/chart/Chart.vue.js +3 -3
- package/components/chart/Chart.vue2.js +10 -8
- package/components/chart/ChartHeader.vue.d.ts +5 -0
- package/components/chart/ChartHeader.vue.js +3 -3
- package/components/chart/ChartHeader.vue2.js +73 -49
- package/components/chart/ChartPlane.vue.d.ts +5 -0
- package/components/chart/ChartPlane.vue.js +3 -3
- package/components/chart/ChartPlane.vue2.js +33 -31
- package/components/chart/ChartStoryArgs.d.ts +6 -0
- package/components/chart/index.d.ts +20 -1
- package/components/chip/v4/ChipV4.vue2.js +1 -1
- package/components/emptyState/v3/EmptyState.vue.d.ts +3 -3
- package/components/emptyState/v3/index.d.ts +7 -7
- package/components/includeExclude/index.d.ts +16 -16
- package/components/inlineCopy/InlineCopy.vue.d.ts +15 -0
- package/components/inlineCopy/InlineCopy.vue.js +2 -2
- package/components/inlineCopy/InlineCopy.vue2.js +80 -51
- package/components/inlineCopy/index.d.ts +27 -0
- package/components/popover/v3/Popover.vue2.js +1 -38
- package/components/radioButton/v3/RadioButton.vue2.js +1 -82
- package/components/radioButton/v3/RadioGroup.vue2.js +1 -29
- package/components/radioButton/v4/RadioButtonV4.vue2.js +1 -80
- package/components/radioButton/v4/RadioGroupV4.vue2.js +1 -29
- package/components/snackbar/common/notify.js +25 -25
- package/components/snackbar/common/snackbar.common.js +19 -19
- package/components/snackbar/common/snackbar.types.d.ts +2 -1
- package/components/snackbar/v4/SnackbarV4.vue.d.ts +8 -1
- package/components/snackbar/v4/SnackbarV4.vue.js +2 -2
- package/components/snackbar/v4/SnackbarV4.vue2.js +85 -64
- package/components/table/v4/DataGrid.vue.js +4 -4
- package/components/table/v4/DataGrid.vue2.js +59 -59
- package/components/table-cells/v3/Editable.vue.d.ts +1 -1
- package/components/table-cells/v3/index.d.ts +20 -20
- package/components/table-cells/v4/EditableV4.vue.d.ts +1 -1
- package/components/table-cells/v4/EditableV4.vue2.js +1 -57
- package/components/table-cells/v4/index.d.ts +20 -20
- package/index.d.ts +94 -40
- package/index.js +1 -1
- package/package.json +1 -1
- package/Chart.vue_vue_type_style_index_0_scoped_060d02be_lang.css +0 -1
- package/ChartHeader.vue_vue_type_style_index_0_scoped_d90c583e_lang.css +0 -1
- package/ChartPlane.vue_vue_type_style_index_0_scoped_3c887f7e_lang.css +0 -1
- package/DataGrid.vue_vue_type_style_index_0_scoped_cd41c5ca_lang.css +0 -1
- package/InlineCopy.vue_vue_type_style_index_0_scoped_ad48b61e_lang.css +0 -1
- package/SnackbarV4.vue_vue_type_style_index_0_scoped_1b650c39_lang.css +0 -1
package/index.d.ts
CHANGED
|
@@ -2735,6 +2735,10 @@ declare const _default: {
|
|
|
2735
2735
|
required: true;
|
|
2736
2736
|
default: string;
|
|
2737
2737
|
};
|
|
2738
|
+
isLoading: {
|
|
2739
|
+
type: import("vue").PropType<boolean>;
|
|
2740
|
+
default: boolean;
|
|
2741
|
+
};
|
|
2738
2742
|
hideTextValue: {
|
|
2739
2743
|
type: import("vue").PropType<boolean>;
|
|
2740
2744
|
required: true;
|
|
@@ -2752,6 +2756,14 @@ declare const _default: {
|
|
|
2752
2756
|
type: import("vue").PropType<string>;
|
|
2753
2757
|
default: string;
|
|
2754
2758
|
};
|
|
2759
|
+
asyncCopy: {
|
|
2760
|
+
type: import("vue").PropType<boolean>;
|
|
2761
|
+
default: boolean;
|
|
2762
|
+
};
|
|
2763
|
+
loadingTitle: {
|
|
2764
|
+
type: import("vue").PropType<string>;
|
|
2765
|
+
default: string;
|
|
2766
|
+
};
|
|
2755
2767
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2756
2768
|
copy: () => void;
|
|
2757
2769
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -2778,6 +2790,10 @@ declare const _default: {
|
|
|
2778
2790
|
required: true;
|
|
2779
2791
|
default: string;
|
|
2780
2792
|
};
|
|
2793
|
+
isLoading: {
|
|
2794
|
+
type: import("vue").PropType<boolean>;
|
|
2795
|
+
default: boolean;
|
|
2796
|
+
};
|
|
2781
2797
|
hideTextValue: {
|
|
2782
2798
|
type: import("vue").PropType<boolean>;
|
|
2783
2799
|
required: true;
|
|
@@ -2795,6 +2811,14 @@ declare const _default: {
|
|
|
2795
2811
|
type: import("vue").PropType<string>;
|
|
2796
2812
|
default: string;
|
|
2797
2813
|
};
|
|
2814
|
+
asyncCopy: {
|
|
2815
|
+
type: import("vue").PropType<boolean>;
|
|
2816
|
+
default: boolean;
|
|
2817
|
+
};
|
|
2818
|
+
loadingTitle: {
|
|
2819
|
+
type: import("vue").PropType<string>;
|
|
2820
|
+
default: string;
|
|
2821
|
+
};
|
|
2798
2822
|
}>> & {
|
|
2799
2823
|
onCopy?: () => any;
|
|
2800
2824
|
}, {
|
|
@@ -2803,10 +2827,13 @@ declare const _default: {
|
|
|
2803
2827
|
tooltipText: string;
|
|
2804
2828
|
tooltipPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
2805
2829
|
size: "small" | "medium";
|
|
2830
|
+
isLoading: boolean;
|
|
2806
2831
|
hideTextValue: boolean;
|
|
2807
2832
|
iconSize: string;
|
|
2808
2833
|
tooltipHeader: string;
|
|
2809
2834
|
valueToCopy: string;
|
|
2835
|
+
asyncCopy: boolean;
|
|
2836
|
+
loadingTitle: string;
|
|
2810
2837
|
}>;
|
|
2811
2838
|
InlineCopyTypes: () => import("vue").DefineComponent<{
|
|
2812
2839
|
text: {
|
|
@@ -2832,6 +2859,10 @@ declare const _default: {
|
|
|
2832
2859
|
required: true;
|
|
2833
2860
|
default: string;
|
|
2834
2861
|
};
|
|
2862
|
+
isLoading: {
|
|
2863
|
+
type: import("vue").PropType<boolean>;
|
|
2864
|
+
default: boolean;
|
|
2865
|
+
};
|
|
2835
2866
|
hideTextValue: {
|
|
2836
2867
|
type: import("vue").PropType<boolean>;
|
|
2837
2868
|
required: true;
|
|
@@ -2849,6 +2880,14 @@ declare const _default: {
|
|
|
2849
2880
|
type: import("vue").PropType<string>;
|
|
2850
2881
|
default: string;
|
|
2851
2882
|
};
|
|
2883
|
+
asyncCopy: {
|
|
2884
|
+
type: import("vue").PropType<boolean>;
|
|
2885
|
+
default: boolean;
|
|
2886
|
+
};
|
|
2887
|
+
loadingTitle: {
|
|
2888
|
+
type: import("vue").PropType<string>;
|
|
2889
|
+
default: string;
|
|
2890
|
+
};
|
|
2852
2891
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2853
2892
|
copy: () => void;
|
|
2854
2893
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -2875,6 +2914,10 @@ declare const _default: {
|
|
|
2875
2914
|
required: true;
|
|
2876
2915
|
default: string;
|
|
2877
2916
|
};
|
|
2917
|
+
isLoading: {
|
|
2918
|
+
type: import("vue").PropType<boolean>;
|
|
2919
|
+
default: boolean;
|
|
2920
|
+
};
|
|
2878
2921
|
hideTextValue: {
|
|
2879
2922
|
type: import("vue").PropType<boolean>;
|
|
2880
2923
|
required: true;
|
|
@@ -2892,6 +2935,14 @@ declare const _default: {
|
|
|
2892
2935
|
type: import("vue").PropType<string>;
|
|
2893
2936
|
default: string;
|
|
2894
2937
|
};
|
|
2938
|
+
asyncCopy: {
|
|
2939
|
+
type: import("vue").PropType<boolean>;
|
|
2940
|
+
default: boolean;
|
|
2941
|
+
};
|
|
2942
|
+
loadingTitle: {
|
|
2943
|
+
type: import("vue").PropType<string>;
|
|
2944
|
+
default: string;
|
|
2945
|
+
};
|
|
2895
2946
|
}>> & {
|
|
2896
2947
|
onCopy?: () => any;
|
|
2897
2948
|
}, {
|
|
@@ -2900,10 +2951,13 @@ declare const _default: {
|
|
|
2900
2951
|
tooltipText: string;
|
|
2901
2952
|
tooltipPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
2902
2953
|
size: "small" | "medium";
|
|
2954
|
+
isLoading: boolean;
|
|
2903
2955
|
hideTextValue: boolean;
|
|
2904
2956
|
iconSize: string;
|
|
2905
2957
|
tooltipHeader: string;
|
|
2906
2958
|
valueToCopy: string;
|
|
2959
|
+
asyncCopy: boolean;
|
|
2960
|
+
loadingTitle: string;
|
|
2907
2961
|
}>[];
|
|
2908
2962
|
AppHeader: import("vue").DefineComponent<{
|
|
2909
2963
|
name: {
|
|
@@ -5434,10 +5488,10 @@ declare const _default: {
|
|
|
5434
5488
|
$props: Partial<{
|
|
5435
5489
|
type: "input" | "dropdown";
|
|
5436
5490
|
cell: string;
|
|
5491
|
+
isLoading: boolean;
|
|
5437
5492
|
withIcons: boolean;
|
|
5438
5493
|
saveOnClickOutside: boolean;
|
|
5439
5494
|
validateFunction: (value: unknown) => string | boolean;
|
|
5440
|
-
isLoading: boolean;
|
|
5441
5495
|
displayValue: (option: unknown) => unknown;
|
|
5442
5496
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
5443
5497
|
type: {
|
|
@@ -5449,6 +5503,10 @@ declare const _default: {
|
|
|
5449
5503
|
type: import("vue").PropType<string>;
|
|
5450
5504
|
default: string;
|
|
5451
5505
|
};
|
|
5506
|
+
isLoading: {
|
|
5507
|
+
type: import("vue").PropType<boolean>;
|
|
5508
|
+
default: boolean;
|
|
5509
|
+
};
|
|
5452
5510
|
withIcons: {
|
|
5453
5511
|
type: import("vue").PropType<boolean>;
|
|
5454
5512
|
default: boolean;
|
|
@@ -5461,10 +5519,6 @@ declare const _default: {
|
|
|
5461
5519
|
type: import("vue").PropType<(value: unknown) => string | boolean>;
|
|
5462
5520
|
default: () => false;
|
|
5463
5521
|
};
|
|
5464
|
-
isLoading: {
|
|
5465
|
-
type: import("vue").PropType<boolean>;
|
|
5466
|
-
default: boolean;
|
|
5467
|
-
};
|
|
5468
5522
|
rowIndex: {
|
|
5469
5523
|
type: import("vue").PropType<number>;
|
|
5470
5524
|
required: true;
|
|
@@ -5477,7 +5531,7 @@ declare const _default: {
|
|
|
5477
5531
|
type: import("vue").PropType<(option: unknown) => unknown>;
|
|
5478
5532
|
default: (cell: unknown) => unknown;
|
|
5479
5533
|
};
|
|
5480
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "cell" | "
|
|
5534
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "cell" | "isLoading" | "withIcons" | "saveOnClickOutside" | "validateFunction" | "displayValue">;
|
|
5481
5535
|
$attrs: {
|
|
5482
5536
|
[x: string]: unknown;
|
|
5483
5537
|
};
|
|
@@ -5501,6 +5555,10 @@ declare const _default: {
|
|
|
5501
5555
|
type: import("vue").PropType<string>;
|
|
5502
5556
|
default: string;
|
|
5503
5557
|
};
|
|
5558
|
+
isLoading: {
|
|
5559
|
+
type: import("vue").PropType<boolean>;
|
|
5560
|
+
default: boolean;
|
|
5561
|
+
};
|
|
5504
5562
|
withIcons: {
|
|
5505
5563
|
type: import("vue").PropType<boolean>;
|
|
5506
5564
|
default: boolean;
|
|
@@ -5513,10 +5571,6 @@ declare const _default: {
|
|
|
5513
5571
|
type: import("vue").PropType<(value: unknown) => string | boolean>;
|
|
5514
5572
|
default: () => false;
|
|
5515
5573
|
};
|
|
5516
|
-
isLoading: {
|
|
5517
|
-
type: import("vue").PropType<boolean>;
|
|
5518
|
-
default: boolean;
|
|
5519
|
-
};
|
|
5520
5574
|
rowIndex: {
|
|
5521
5575
|
type: import("vue").PropType<number>;
|
|
5522
5576
|
required: true;
|
|
@@ -5532,10 +5586,10 @@ declare const _default: {
|
|
|
5532
5586
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
5533
5587
|
type: "input" | "dropdown";
|
|
5534
5588
|
cell: string;
|
|
5589
|
+
isLoading: boolean;
|
|
5535
5590
|
withIcons: boolean;
|
|
5536
5591
|
saveOnClickOutside: boolean;
|
|
5537
5592
|
validateFunction: (value: unknown) => string | boolean;
|
|
5538
|
-
isLoading: boolean;
|
|
5539
5593
|
displayValue: (option: unknown) => unknown;
|
|
5540
5594
|
}, {}, string> & {
|
|
5541
5595
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -5567,6 +5621,10 @@ declare const _default: {
|
|
|
5567
5621
|
type: import("vue").PropType<string>;
|
|
5568
5622
|
default: string;
|
|
5569
5623
|
};
|
|
5624
|
+
isLoading: {
|
|
5625
|
+
type: import("vue").PropType<boolean>;
|
|
5626
|
+
default: boolean;
|
|
5627
|
+
};
|
|
5570
5628
|
withIcons: {
|
|
5571
5629
|
type: import("vue").PropType<boolean>;
|
|
5572
5630
|
default: boolean;
|
|
@@ -5579,10 +5637,6 @@ declare const _default: {
|
|
|
5579
5637
|
type: import("vue").PropType<(value: unknown) => string | boolean>;
|
|
5580
5638
|
default: () => false;
|
|
5581
5639
|
};
|
|
5582
|
-
isLoading: {
|
|
5583
|
-
type: import("vue").PropType<boolean>;
|
|
5584
|
-
default: boolean;
|
|
5585
|
-
};
|
|
5586
5640
|
rowIndex: {
|
|
5587
5641
|
type: import("vue").PropType<number>;
|
|
5588
5642
|
required: true;
|
|
@@ -5609,6 +5663,10 @@ declare const _default: {
|
|
|
5609
5663
|
type: import("vue").PropType<string>;
|
|
5610
5664
|
default: string;
|
|
5611
5665
|
};
|
|
5666
|
+
isLoading: {
|
|
5667
|
+
type: import("vue").PropType<boolean>;
|
|
5668
|
+
default: boolean;
|
|
5669
|
+
};
|
|
5612
5670
|
withIcons: {
|
|
5613
5671
|
type: import("vue").PropType<boolean>;
|
|
5614
5672
|
default: boolean;
|
|
@@ -5621,10 +5679,6 @@ declare const _default: {
|
|
|
5621
5679
|
type: import("vue").PropType<(value: unknown) => string | boolean>;
|
|
5622
5680
|
default: () => false;
|
|
5623
5681
|
};
|
|
5624
|
-
isLoading: {
|
|
5625
|
-
type: import("vue").PropType<boolean>;
|
|
5626
|
-
default: boolean;
|
|
5627
|
-
};
|
|
5628
5682
|
rowIndex: {
|
|
5629
5683
|
type: import("vue").PropType<number>;
|
|
5630
5684
|
required: true;
|
|
@@ -5640,10 +5694,10 @@ declare const _default: {
|
|
|
5640
5694
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
5641
5695
|
type: "input" | "dropdown";
|
|
5642
5696
|
cell: string;
|
|
5697
|
+
isLoading: boolean;
|
|
5643
5698
|
withIcons: boolean;
|
|
5644
5699
|
saveOnClickOutside: boolean;
|
|
5645
5700
|
validateFunction: (value: unknown) => string | boolean;
|
|
5646
|
-
isLoading: boolean;
|
|
5647
5701
|
displayValue: (option: unknown) => unknown;
|
|
5648
5702
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
5649
5703
|
$slots: {
|
|
@@ -5658,10 +5712,10 @@ declare const _default: {
|
|
|
5658
5712
|
$props: Partial<{
|
|
5659
5713
|
type: "input" | "dropdown";
|
|
5660
5714
|
cell: string;
|
|
5715
|
+
isLoading: boolean;
|
|
5661
5716
|
withIcons: boolean;
|
|
5662
5717
|
saveOnClickOutside: boolean;
|
|
5663
5718
|
validateFunction: (value: unknown) => string | boolean;
|
|
5664
|
-
isLoading: boolean;
|
|
5665
5719
|
displayValue: (option: unknown) => unknown;
|
|
5666
5720
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
5667
5721
|
type: {
|
|
@@ -5673,6 +5727,10 @@ declare const _default: {
|
|
|
5673
5727
|
type: import("vue").PropType<string>;
|
|
5674
5728
|
default: string;
|
|
5675
5729
|
};
|
|
5730
|
+
isLoading: {
|
|
5731
|
+
type: import("vue").PropType<boolean>;
|
|
5732
|
+
default: boolean;
|
|
5733
|
+
};
|
|
5676
5734
|
withIcons: {
|
|
5677
5735
|
type: import("vue").PropType<boolean>;
|
|
5678
5736
|
default: boolean;
|
|
@@ -5685,10 +5743,6 @@ declare const _default: {
|
|
|
5685
5743
|
type: import("vue").PropType<(value: unknown) => string | boolean>;
|
|
5686
5744
|
default: () => false;
|
|
5687
5745
|
};
|
|
5688
|
-
isLoading: {
|
|
5689
|
-
type: import("vue").PropType<boolean>;
|
|
5690
|
-
default: boolean;
|
|
5691
|
-
};
|
|
5692
5746
|
rowIndex: {
|
|
5693
5747
|
type: import("vue").PropType<number>;
|
|
5694
5748
|
required: true;
|
|
@@ -5701,7 +5755,7 @@ declare const _default: {
|
|
|
5701
5755
|
type: import("vue").PropType<(option: unknown) => unknown>;
|
|
5702
5756
|
default: (cell: unknown) => unknown;
|
|
5703
5757
|
};
|
|
5704
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "cell" | "
|
|
5758
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "cell" | "isLoading" | "withIcons" | "saveOnClickOutside" | "validateFunction" | "displayValue">;
|
|
5705
5759
|
$attrs: {
|
|
5706
5760
|
[x: string]: unknown;
|
|
5707
5761
|
};
|
|
@@ -5725,6 +5779,10 @@ declare const _default: {
|
|
|
5725
5779
|
type: import("vue").PropType<string>;
|
|
5726
5780
|
default: string;
|
|
5727
5781
|
};
|
|
5782
|
+
isLoading: {
|
|
5783
|
+
type: import("vue").PropType<boolean>;
|
|
5784
|
+
default: boolean;
|
|
5785
|
+
};
|
|
5728
5786
|
withIcons: {
|
|
5729
5787
|
type: import("vue").PropType<boolean>;
|
|
5730
5788
|
default: boolean;
|
|
@@ -5737,10 +5795,6 @@ declare const _default: {
|
|
|
5737
5795
|
type: import("vue").PropType<(value: unknown) => string | boolean>;
|
|
5738
5796
|
default: () => false;
|
|
5739
5797
|
};
|
|
5740
|
-
isLoading: {
|
|
5741
|
-
type: import("vue").PropType<boolean>;
|
|
5742
|
-
default: boolean;
|
|
5743
|
-
};
|
|
5744
5798
|
rowIndex: {
|
|
5745
5799
|
type: import("vue").PropType<number>;
|
|
5746
5800
|
required: true;
|
|
@@ -5756,10 +5810,10 @@ declare const _default: {
|
|
|
5756
5810
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
5757
5811
|
type: "input" | "dropdown";
|
|
5758
5812
|
cell: string;
|
|
5813
|
+
isLoading: boolean;
|
|
5759
5814
|
withIcons: boolean;
|
|
5760
5815
|
saveOnClickOutside: boolean;
|
|
5761
5816
|
validateFunction: (value: unknown) => string | boolean;
|
|
5762
|
-
isLoading: boolean;
|
|
5763
5817
|
displayValue: (option: unknown) => unknown;
|
|
5764
5818
|
}, {}, string> & {
|
|
5765
5819
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -5791,6 +5845,10 @@ declare const _default: {
|
|
|
5791
5845
|
type: import("vue").PropType<string>;
|
|
5792
5846
|
default: string;
|
|
5793
5847
|
};
|
|
5848
|
+
isLoading: {
|
|
5849
|
+
type: import("vue").PropType<boolean>;
|
|
5850
|
+
default: boolean;
|
|
5851
|
+
};
|
|
5794
5852
|
withIcons: {
|
|
5795
5853
|
type: import("vue").PropType<boolean>;
|
|
5796
5854
|
default: boolean;
|
|
@@ -5803,10 +5861,6 @@ declare const _default: {
|
|
|
5803
5861
|
type: import("vue").PropType<(value: unknown) => string | boolean>;
|
|
5804
5862
|
default: () => false;
|
|
5805
5863
|
};
|
|
5806
|
-
isLoading: {
|
|
5807
|
-
type: import("vue").PropType<boolean>;
|
|
5808
|
-
default: boolean;
|
|
5809
|
-
};
|
|
5810
5864
|
rowIndex: {
|
|
5811
5865
|
type: import("vue").PropType<number>;
|
|
5812
5866
|
required: true;
|
|
@@ -5833,6 +5887,10 @@ declare const _default: {
|
|
|
5833
5887
|
type: import("vue").PropType<string>;
|
|
5834
5888
|
default: string;
|
|
5835
5889
|
};
|
|
5890
|
+
isLoading: {
|
|
5891
|
+
type: import("vue").PropType<boolean>;
|
|
5892
|
+
default: boolean;
|
|
5893
|
+
};
|
|
5836
5894
|
withIcons: {
|
|
5837
5895
|
type: import("vue").PropType<boolean>;
|
|
5838
5896
|
default: boolean;
|
|
@@ -5845,10 +5903,6 @@ declare const _default: {
|
|
|
5845
5903
|
type: import("vue").PropType<(value: unknown) => string | boolean>;
|
|
5846
5904
|
default: () => false;
|
|
5847
5905
|
};
|
|
5848
|
-
isLoading: {
|
|
5849
|
-
type: import("vue").PropType<boolean>;
|
|
5850
|
-
default: boolean;
|
|
5851
|
-
};
|
|
5852
5906
|
rowIndex: {
|
|
5853
5907
|
type: import("vue").PropType<number>;
|
|
5854
5908
|
required: true;
|
|
@@ -5864,10 +5918,10 @@ declare const _default: {
|
|
|
5864
5918
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
5865
5919
|
type: "input" | "dropdown";
|
|
5866
5920
|
cell: string;
|
|
5921
|
+
isLoading: boolean;
|
|
5867
5922
|
withIcons: boolean;
|
|
5868
5923
|
saveOnClickOutside: boolean;
|
|
5869
5924
|
validateFunction: (value: unknown) => string | boolean;
|
|
5870
|
-
isLoading: boolean;
|
|
5871
5925
|
displayValue: (option: unknown) => unknown;
|
|
5872
5926
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
5873
5927
|
$slots: {
|
package/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import './
|
|
1
|
+
import './AutocompleteDropdown.vue_vue_type_style_index_0_scoped_214ddaf4_lang.css';
|
|
2
2
|
import { AppTriggerTypes as eo } from "./components/appTrigger/index.js";
|
|
3
3
|
import { AutocompleteDropdownTypes as mo } from "./components/autocompleteDropdown/index.js";
|
|
4
4
|
import { MenuItemTypes as ao } from "./components/menuItem/index.js";
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.chart-container[data-v-060d02be]{border:1px solid var(--common-divider);background:var(--background-paper);display:flex;border-radius:0 0 6px 6px;width:100%}.chart-planes[data-v-060d02be]{width:100%;height:100%;overflow-y:auto}.chart-planes.with-legend[data-v-060d02be]{width:calc(100% - 221px)}.chart-planes .extra-chart-plane[data-v-060d02be]{border-top:1px solid var(--common-divider)}.chart-sidebar[data-v-060d02be]{border-left:1px solid var(--common-divider)}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.chart-header[data-v-d90c583e]{display:flex;align-items:center;justify-content:space-between;padding:24px 24px 0}.chart-header--compact[data-v-d90c583e]{padding-top:22px}.chart-header--compact .header-texts[data-v-d90c583e]{flex-direction:row}.chart-header--compact .header-text[data-v-d90c583e]{color:var(--text-secondary)}.header-row[data-v-d90c583e]{display:flex;align-items:flex-end;gap:4px}.header-texts[data-v-d90c583e]{display:flex;flex-direction:column;color:var(--text-primary);gap:4px;cursor:default}.header-actions[data-v-d90c583e]{display:flex;align-items:center;gap:var(--spacing-200)}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.chart-plane-container[data-v-3c887f7e]{--headerHeight: var(--4efc2842);width:100%;height:var(--60310e6c);position:relative}.header-wrapper[data-v-3c887f7e]{position:absolute;width:100%;height:var(--headerHeight);top:0;z-index:1}.chart-plane[data-v-3c887f7e]{padding-top:var(--headerHeight);height:100%}.chart-empty[data-v-3c887f7e]{background:var(--background-paper)}.chart[data-v-3c887f7e]{width:100%;height:100%;position:relative}.chart__canvas[data-v-3c887f7e]{width:100%;height:100%}.chart__tooltip[data-v-3c887f7e]{position:absolute;pointer-events:none;transition:all .1s ease;min-width:214px;max-width:270px;z-index:1}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.sticky[data-v-cd41c5ca]{position:sticky}.table-container[data-v-cd41c5ca]{width:100%;position:relative;display:flex;flex-direction:column}.table-head-container[data-v-cd41c5ca]{display:flex;align-items:center;white-space:nowrap;color:var(--text-primary)}.table-footer[data-v-cd41c5ca]{color:var(--text-primary);background-color:var(--background-paper-elevation-0);padding:0 var(--spacing-300);display:flex;align-items:center;min-height:var(--spacing-600);border:1px solid var(--common-divider);border-radius:var(--border-radius-md);border-top-right-radius:0;border-top-left-radius:0}.table-body-wrapper[data-v-cd41c5ca]{display:inline-table}.table-row[data-v-cd41c5ca]{position:relative}.table-row.loading[data-v-cd41c5ca]{opacity:.7}.table-row:not(.expanded):last-child>td[data-v-cd41c5ca]{border-bottom:none}.table-row.expanded:last-child>.expanded-row[data-v-cd41c5ca]{border-bottom:none}.expanded-row[data-v-cd41c5ca]{grid-column:var(--38b7f4c1);border-bottom:1px solid var(--common-divider);background-color:var(--background-default)}table[data-v-cd41c5ca]{position:relative;display:block;overflow:auto;background:var(--background-paper-elevation-0);border:1px solid var(--common-divider);color:var(--text-primary);text-align:left;table-layout:fixed;width:100%;max-height:100%;border-radius:var(--border-radius-md);border-collapse:collapse;border-spacing:0}table.hasFooter[data-v-cd41c5ca]{border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom:none}table td[data-v-cd41c5ca],table th[data-v-cd41c5ca]{line-height:normal;padding:0 var(--spacing-200)}table td[data-v-cd41c5ca]:first-of-type,table th[data-v-cd41c5ca]:first-of-type{padding-left:var(--spacing-300)}table td[data-v-cd41c5ca]:last-of-type,table th[data-v-cd41c5ca]:last-of-type{padding-right:var(--spacing-300)}table td.expand-toggle-cell[data-v-cd41c5ca],table th.expand-toggle-cell[data-v-cd41c5ca]{padding-left:var(--spacing-150);padding-right:var(--spacing-75)}table>thead[data-v-cd41c5ca]{border-bottom:none;z-index:calc(var(--423d7fe6) + 1);display:inline-table;min-width:100%}table>thead>tr[data-v-cd41c5ca]{color:var(--text-primary);border-bottom:1px solid var(--common-divider);display:grid;grid-template-columns:var(--9b4c490c)}table>thead>tr>th[data-v-cd41c5ca]{background:var(--background-paper-elevation-0);width:100%;display:flex;align-items:center;cursor:default}table>thead>tr>th.isSortable[data-v-cd41c5ca]{cursor:pointer}table>thead>tr>td[data-v-cd41c5ca]{display:flex;align-items:center}table>thead>tr>th.bordered[data-v-cd41c5ca],table>thead>tr>td.bordered[data-v-cd41c5ca]{border-right:1px solid var(--common-divider)}table>thead>tr>th.bordered.isStickyRight[data-v-cd41c5ca],table>thead>tr>td.bordered.isStickyRight[data-v-cd41c5ca]{border-right:none;border-left:1px solid var(--common-divider)}table>thead>tr>th.isTextRight[data-v-cd41c5ca],table>thead>tr>td.isTextRight[data-v-cd41c5ca]{justify-content:flex-end}table>thead.sticky[data-v-cd41c5ca]{position:sticky;top:0;background:var(--background-default)}table>thead.isStickyHeader[data-v-cd41c5ca]{z-index:calc(var(--423d7fe6) + 2);top:var(--243617e8)}table .totals-row[data-v-cd41c5ca]{height:40px}table .totals-row[data-v-cd41c5ca]:hover{background:var(--background-paper-elevation-1)}table .totals-row>td.sticky[data-v-cd41c5ca]{background-color:var(--background-default)}table>tbody[data-v-cd41c5ca]{display:block}table>tbody>*>tr[data-v-cd41c5ca]{background-color:var(--background-default);height:auto;display:grid;align-items:center;grid-template-columns:var(--9b4c490c)}table>tbody>*>tr:nth-of-type(2n)>td[data-v-cd41c5ca]{background-color:var(--background-default)}table>tbody>*>tr:hover:not(.loading)>td[data-v-cd41c5ca],table>tbody>*>tr.activeMenu>td[data-v-cd41c5ca]{background-color:var(--background-paper-elevation-1)}table>tbody td[data-v-cd41c5ca]{background-color:var(--background-default);border:none;min-width:0;display:flex;height:auto;width:100%;place-items:center;border-bottom:1px solid var(--common-divider);justify-content:start}table>tbody td.bordered[data-v-cd41c5ca]{border-right:1px solid var(--common-divider)}table>tbody td.bordered.isStickyRight[data-v-cd41c5ca]{border-right:none;border-left:1px solid var(--common-divider)}table>tbody td.isTextRight[data-v-cd41c5ca]{justify-content:flex-end;text-align:right}.underlined[data-v-cd41c5ca]{border-bottom:.0625rem dashed var(--default-outlined-border)}.underlined[data-v-cd41c5ca]:hover{cursor:pointer}.section-container[data-v-cd41c5ca]{left:0}.sections[data-v-cd41c5ca]{display:flex}.section[data-v-cd41c5ca]{padding:0 1.5rem;background:var(--background-default);left:0;height:32px;display:flex;align-items:flex-end;border-right:1px solid var(--common-divider)}.table-cell[data-v-cd41c5ca]{width:100%}.empty-state[data-v-cd41c5ca]{min-height:250px}.floating-row[data-v-cd41c5ca]{display:flex;inset:0;pointer-events:none;position:absolute;z-index:calc(var(--423d7fe6) + 1)}.floating-row *[data-v-cd41c5ca-s]{pointer-events:auto}.bg[data-v-cd41c5ca]{background:var(--background-default)}.useAvailableHeight[data-v-cd41c5ca]{height:100%}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.inline-copy[data-v-ad48b61e]{display:inline-flex;cursor:pointer;color:var(--text-secondary)}.inline-copy .icon-copy[data-v-ad48b61e]{padding:0 4px;cursor:pointer;color:var(--action-active)}.inline-copy .icon-copy[data-v-ad48b61e]:hover{color:var(--action-primary)}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.container[data-v-1b650c39]{width:100%;display:flex;max-width:22.5rem;background-color:var(--common-white);padding:.75rem 1rem}.texts[data-v-1b650c39]{width:calc(100% - 20px);display:flex;justify-content:center;flex-direction:column}.message[data-v-1b650c39]{margin-top:8px;margin-left:28px;width:calc(100% - 24px);color:var(--text-secondary)}.title[data-v-1b650c39]{display:flex;align-items:center;gap:8px;color:var(--text-primary)}.snackbar[data-v-1b650c39]{display:flex;width:22.5rem;box-sizing:border-box;position:fixed;transition:opacity .25s,transform .25s,left .25s,right .25s,top .4s,bottom .25s;overflow-wrap:anywhere;overflow:hidden;z-index:9999;border-radius:12px;border:1px solid var(--common-divider-elevation-0);box-shadow:var(--elevation-lg)}.snackbar.right[data-v-1b650c39]{right:1rem}.snackbar.left[data-v-1b650c39]{left:1rem}.close-button-wrapper[data-v-1b650c39]{width:20px}.snackbar-enter-from.right[data-v-1b650c39]{right:0;transform:translate(100%)}.snackbar-enter-from.left[data-v-1b650c39]{left:0;transform:translate(-100%)}.snackbar-leave-to[data-v-1b650c39]{opacity:0}.snackbar-leave-to.right[data-v-1b650c39]{right:0;transform:translate(100%)}.snackbar-leave-to.left[data-v-1b650c39]{left:0;transform:translate(-100%)}.icon-container.snackbar-icon-info[data-v-1b650c39]{color:var(--action-active)}.icon-container.snackbar-icon-error[data-v-1b650c39]{color:var(--error-main)}.icon-container.snackbar-icon-success[data-v-1b650c39]{color:var(--success-main)}.action-wrapper[data-v-1b650c39]{margin-left:28px;width:calc(100% - 16px)}.action-wrapper .actions[data-v-1b650c39]{margin-top:12px;display:flex;gap:8px;flex-wrap:wrap}
|