@ironsource/shared-ui 2.1.10-rc.0 → 2.1.10-rc.2
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/DataGrid.vue_vue_type_style_index_0_scoped_9cab3826_lang.css +1 -0
- package/MultipleDataGrid.vue_vue_type_style_index_0_scoped_60d4a465_lang.css +1 -0
- package/RadioButtonV4.vue_vue_type_style_index_0_scoped_aafd69f5_lang.css +1 -0
- package/components/radioButton/v4/RadioButtonV4.vue.d.ts +5 -0
- package/components/radioButton/v4/RadioButtonV4.vue.js +2 -2
- package/components/radioButton/v4/RadioButtonV4.vue2.js +59 -46
- package/components/radioButton/v4/index.d.ts +20 -1
- package/components/table/v4/DataGrid.vue.d.ts +3 -3
- package/components/table/v4/DataGrid.vue.js +4 -4
- package/components/table/v4/DataGrid.vue2.js +42 -42
- package/components/table/v4/MultipleDataGrid.vue.d.ts +8 -2
- package/components/table/v4/MultipleDataGrid.vue.js +5 -5
- package/components/table/v4/MultipleDataGrid.vue2.js +54 -51
- package/components/table/v4/index.d.ts +28 -8
- package/index.d.ts +96 -18
- package/index.js +1 -1
- package/package.json +1 -1
- package/testids/index.d.ts +2 -1
- package/testids/index.js +1 -1
- package/DataGrid.vue_vue_type_style_index_0_scoped_d27e1304_lang.css +0 -1
- package/MultipleDataGrid.vue_vue_type_style_index_0_scoped_cfedf78b_lang.css +0 -1
- package/RadioButtonV4.vue_vue_type_style_index_0_scoped_cb3a12c6_lang.css +0 -1
package/index.d.ts
CHANGED
|
@@ -2896,6 +2896,7 @@ declare const _default: {
|
|
|
2896
2896
|
label: string;
|
|
2897
2897
|
testId: string;
|
|
2898
2898
|
modelValue: string;
|
|
2899
|
+
labelDescription: string;
|
|
2899
2900
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
2900
2901
|
value: {
|
|
2901
2902
|
type: import("vue").PropType<unknown>;
|
|
@@ -2918,10 +2919,14 @@ declare const _default: {
|
|
|
2918
2919
|
type: import("vue").PropType<string>;
|
|
2919
2920
|
default: any;
|
|
2920
2921
|
};
|
|
2922
|
+
labelDescription: {
|
|
2923
|
+
type: import("vue").PropType<string>;
|
|
2924
|
+
default: string;
|
|
2925
|
+
};
|
|
2921
2926
|
}>> & {
|
|
2922
2927
|
onChange?: (...args: any[]) => any;
|
|
2923
2928
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
2924
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "name" | "label" | "testId" | "modelValue">;
|
|
2929
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "name" | "label" | "testId" | "modelValue" | "labelDescription">;
|
|
2925
2930
|
$attrs: {
|
|
2926
2931
|
[x: string]: unknown;
|
|
2927
2932
|
};
|
|
@@ -2957,6 +2962,10 @@ declare const _default: {
|
|
|
2957
2962
|
type: import("vue").PropType<string>;
|
|
2958
2963
|
default: any;
|
|
2959
2964
|
};
|
|
2965
|
+
labelDescription: {
|
|
2966
|
+
type: import("vue").PropType<string>;
|
|
2967
|
+
default: string;
|
|
2968
|
+
};
|
|
2960
2969
|
}>> & {
|
|
2961
2970
|
onChange?: (...args: any[]) => any;
|
|
2962
2971
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
@@ -2968,6 +2977,7 @@ declare const _default: {
|
|
|
2968
2977
|
label: string;
|
|
2969
2978
|
testId: string;
|
|
2970
2979
|
modelValue: string;
|
|
2980
|
+
labelDescription: string;
|
|
2971
2981
|
}, {}, string> & {
|
|
2972
2982
|
beforeCreate?: (() => void) | (() => void)[];
|
|
2973
2983
|
created?: (() => void) | (() => void)[];
|
|
@@ -3010,6 +3020,10 @@ declare const _default: {
|
|
|
3010
3020
|
type: import("vue").PropType<string>;
|
|
3011
3021
|
default: any;
|
|
3012
3022
|
};
|
|
3023
|
+
labelDescription: {
|
|
3024
|
+
type: import("vue").PropType<string>;
|
|
3025
|
+
default: string;
|
|
3026
|
+
};
|
|
3013
3027
|
}>> & {
|
|
3014
3028
|
onChange?: (...args: any[]) => any;
|
|
3015
3029
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
@@ -3039,6 +3053,10 @@ declare const _default: {
|
|
|
3039
3053
|
type: import("vue").PropType<string>;
|
|
3040
3054
|
default: any;
|
|
3041
3055
|
};
|
|
3056
|
+
labelDescription: {
|
|
3057
|
+
type: import("vue").PropType<string>;
|
|
3058
|
+
default: string;
|
|
3059
|
+
};
|
|
3042
3060
|
}>> & {
|
|
3043
3061
|
onChange?: (...args: any[]) => any;
|
|
3044
3062
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
@@ -3050,6 +3068,7 @@ declare const _default: {
|
|
|
3050
3068
|
label: string;
|
|
3051
3069
|
testId: string;
|
|
3052
3070
|
modelValue: string;
|
|
3071
|
+
labelDescription: string;
|
|
3053
3072
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
3054
3073
|
$slots: {
|
|
3055
3074
|
default?(_: {}): any;
|
|
@@ -3228,6 +3247,7 @@ declare const _default: {
|
|
|
3228
3247
|
label: string;
|
|
3229
3248
|
testId: string;
|
|
3230
3249
|
modelValue: string;
|
|
3250
|
+
labelDescription: string;
|
|
3231
3251
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
3232
3252
|
value: {
|
|
3233
3253
|
type: import("vue").PropType<unknown>;
|
|
@@ -3250,10 +3270,14 @@ declare const _default: {
|
|
|
3250
3270
|
type: import("vue").PropType<string>;
|
|
3251
3271
|
default: any;
|
|
3252
3272
|
};
|
|
3273
|
+
labelDescription: {
|
|
3274
|
+
type: import("vue").PropType<string>;
|
|
3275
|
+
default: string;
|
|
3276
|
+
};
|
|
3253
3277
|
}>> & {
|
|
3254
3278
|
onChange?: (...args: any[]) => any;
|
|
3255
3279
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
3256
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "name" | "label" | "testId" | "modelValue">;
|
|
3280
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "name" | "label" | "testId" | "modelValue" | "labelDescription">;
|
|
3257
3281
|
$attrs: {
|
|
3258
3282
|
[x: string]: unknown;
|
|
3259
3283
|
};
|
|
@@ -3289,6 +3313,10 @@ declare const _default: {
|
|
|
3289
3313
|
type: import("vue").PropType<string>;
|
|
3290
3314
|
default: any;
|
|
3291
3315
|
};
|
|
3316
|
+
labelDescription: {
|
|
3317
|
+
type: import("vue").PropType<string>;
|
|
3318
|
+
default: string;
|
|
3319
|
+
};
|
|
3292
3320
|
}>> & {
|
|
3293
3321
|
onChange?: (...args: any[]) => any;
|
|
3294
3322
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
@@ -3300,6 +3328,7 @@ declare const _default: {
|
|
|
3300
3328
|
label: string;
|
|
3301
3329
|
testId: string;
|
|
3302
3330
|
modelValue: string;
|
|
3331
|
+
labelDescription: string;
|
|
3303
3332
|
}, {}, string> & {
|
|
3304
3333
|
beforeCreate?: (() => void) | (() => void)[];
|
|
3305
3334
|
created?: (() => void) | (() => void)[];
|
|
@@ -3342,6 +3371,10 @@ declare const _default: {
|
|
|
3342
3371
|
type: import("vue").PropType<string>;
|
|
3343
3372
|
default: any;
|
|
3344
3373
|
};
|
|
3374
|
+
labelDescription: {
|
|
3375
|
+
type: import("vue").PropType<string>;
|
|
3376
|
+
default: string;
|
|
3377
|
+
};
|
|
3345
3378
|
}>> & {
|
|
3346
3379
|
onChange?: (...args: any[]) => any;
|
|
3347
3380
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
@@ -3371,6 +3404,10 @@ declare const _default: {
|
|
|
3371
3404
|
type: import("vue").PropType<string>;
|
|
3372
3405
|
default: any;
|
|
3373
3406
|
};
|
|
3407
|
+
labelDescription: {
|
|
3408
|
+
type: import("vue").PropType<string>;
|
|
3409
|
+
default: string;
|
|
3410
|
+
};
|
|
3374
3411
|
}>> & {
|
|
3375
3412
|
onChange?: (...args: any[]) => any;
|
|
3376
3413
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
@@ -3382,6 +3419,7 @@ declare const _default: {
|
|
|
3382
3419
|
label: string;
|
|
3383
3420
|
testId: string;
|
|
3384
3421
|
modelValue: string;
|
|
3422
|
+
labelDescription: string;
|
|
3385
3423
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
3386
3424
|
$slots: {
|
|
3387
3425
|
default?(_: {}): any;
|
|
@@ -5461,7 +5499,7 @@ declare const _default: {
|
|
|
5461
5499
|
infiniteScrollThreshold: number;
|
|
5462
5500
|
rowHeight: number | ((index: number) => number);
|
|
5463
5501
|
defaultScrollPosition: number;
|
|
5464
|
-
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) =>
|
|
5502
|
+
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
5465
5503
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
5466
5504
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
5467
5505
|
zIndexBase: number;
|
|
@@ -5553,7 +5591,7 @@ declare const _default: {
|
|
|
5553
5591
|
default: any;
|
|
5554
5592
|
};
|
|
5555
5593
|
getRowId: {
|
|
5556
|
-
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) =>
|
|
5594
|
+
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => string | number>;
|
|
5557
5595
|
default: (row: any, index: any) => any;
|
|
5558
5596
|
};
|
|
5559
5597
|
selectedMatcher: {
|
|
@@ -5687,7 +5725,7 @@ declare const _default: {
|
|
|
5687
5725
|
default: any;
|
|
5688
5726
|
};
|
|
5689
5727
|
getRowId: {
|
|
5690
|
-
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) =>
|
|
5728
|
+
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => string | number>;
|
|
5691
5729
|
default: (row: any, index: any) => any;
|
|
5692
5730
|
};
|
|
5693
5731
|
selectedMatcher: {
|
|
@@ -5754,7 +5792,7 @@ declare const _default: {
|
|
|
5754
5792
|
infiniteScrollThreshold: number;
|
|
5755
5793
|
rowHeight: number | ((index: number) => number);
|
|
5756
5794
|
defaultScrollPosition: number;
|
|
5757
|
-
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) =>
|
|
5795
|
+
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
5758
5796
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
5759
5797
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
5760
5798
|
zIndexBase: number;
|
|
@@ -5866,7 +5904,7 @@ declare const _default: {
|
|
|
5866
5904
|
default: any;
|
|
5867
5905
|
};
|
|
5868
5906
|
getRowId: {
|
|
5869
|
-
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) =>
|
|
5907
|
+
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => string | number>;
|
|
5870
5908
|
default: (row: any, index: any) => any;
|
|
5871
5909
|
};
|
|
5872
5910
|
selectedMatcher: {
|
|
@@ -5992,7 +6030,7 @@ declare const _default: {
|
|
|
5992
6030
|
default: any;
|
|
5993
6031
|
};
|
|
5994
6032
|
getRowId: {
|
|
5995
|
-
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) =>
|
|
6033
|
+
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => string | number>;
|
|
5996
6034
|
default: (row: any, index: any) => any;
|
|
5997
6035
|
};
|
|
5998
6036
|
selectedMatcher: {
|
|
@@ -6059,7 +6097,7 @@ declare const _default: {
|
|
|
6059
6097
|
infiniteScrollThreshold: number;
|
|
6060
6098
|
rowHeight: number | ((index: number) => number);
|
|
6061
6099
|
defaultScrollPosition: number;
|
|
6062
|
-
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) =>
|
|
6100
|
+
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
6063
6101
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
6064
6102
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
6065
6103
|
zIndexBase: number;
|
|
@@ -6211,7 +6249,7 @@ declare const _default: {
|
|
|
6211
6249
|
infiniteScrollThreshold: number;
|
|
6212
6250
|
rowHeight: number | ((index: number) => number);
|
|
6213
6251
|
defaultScrollPosition: number;
|
|
6214
|
-
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) =>
|
|
6252
|
+
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
6215
6253
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
6216
6254
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
6217
6255
|
zIndexBase: number;
|
|
@@ -6303,7 +6341,7 @@ declare const _default: {
|
|
|
6303
6341
|
default: any;
|
|
6304
6342
|
};
|
|
6305
6343
|
getRowId: {
|
|
6306
|
-
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) =>
|
|
6344
|
+
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => string | number>;
|
|
6307
6345
|
default: (row: any, index: any) => any;
|
|
6308
6346
|
};
|
|
6309
6347
|
selectedMatcher: {
|
|
@@ -6437,7 +6475,7 @@ declare const _default: {
|
|
|
6437
6475
|
default: any;
|
|
6438
6476
|
};
|
|
6439
6477
|
getRowId: {
|
|
6440
|
-
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) =>
|
|
6478
|
+
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => string | number>;
|
|
6441
6479
|
default: (row: any, index: any) => any;
|
|
6442
6480
|
};
|
|
6443
6481
|
selectedMatcher: {
|
|
@@ -6504,7 +6542,7 @@ declare const _default: {
|
|
|
6504
6542
|
infiniteScrollThreshold: number;
|
|
6505
6543
|
rowHeight: number | ((index: number) => number);
|
|
6506
6544
|
defaultScrollPosition: number;
|
|
6507
|
-
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) =>
|
|
6545
|
+
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
6508
6546
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
6509
6547
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
6510
6548
|
zIndexBase: number;
|
|
@@ -6616,7 +6654,7 @@ declare const _default: {
|
|
|
6616
6654
|
default: any;
|
|
6617
6655
|
};
|
|
6618
6656
|
getRowId: {
|
|
6619
|
-
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) =>
|
|
6657
|
+
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => string | number>;
|
|
6620
6658
|
default: (row: any, index: any) => any;
|
|
6621
6659
|
};
|
|
6622
6660
|
selectedMatcher: {
|
|
@@ -6742,7 +6780,7 @@ declare const _default: {
|
|
|
6742
6780
|
default: any;
|
|
6743
6781
|
};
|
|
6744
6782
|
getRowId: {
|
|
6745
|
-
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) =>
|
|
6783
|
+
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => string | number>;
|
|
6746
6784
|
default: (row: any, index: any) => any;
|
|
6747
6785
|
};
|
|
6748
6786
|
selectedMatcher: {
|
|
@@ -6809,7 +6847,7 @@ declare const _default: {
|
|
|
6809
6847
|
infiniteScrollThreshold: number;
|
|
6810
6848
|
rowHeight: number | ((index: number) => number);
|
|
6811
6849
|
defaultScrollPosition: number;
|
|
6812
|
-
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) =>
|
|
6850
|
+
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
6813
6851
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
6814
6852
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
6815
6853
|
zIndexBase: number;
|
|
@@ -6949,6 +6987,7 @@ declare const _default: {
|
|
|
6949
6987
|
emptyStateTitle: string;
|
|
6950
6988
|
isSticky: boolean;
|
|
6951
6989
|
emptyStateSubtitle: string;
|
|
6990
|
+
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
6952
6991
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
6953
6992
|
zIndexBase: number;
|
|
6954
6993
|
totalCount: number;
|
|
@@ -6998,6 +7037,10 @@ declare const _default: {
|
|
|
6998
7037
|
type: import("vue").PropType<string>;
|
|
6999
7038
|
default: string;
|
|
7000
7039
|
};
|
|
7040
|
+
getRowId: {
|
|
7041
|
+
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => string | number>;
|
|
7042
|
+
default: (row: any, index: any) => any;
|
|
7043
|
+
};
|
|
7001
7044
|
emptyStateVariant: {
|
|
7002
7045
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
7003
7046
|
default: any;
|
|
@@ -7040,7 +7083,7 @@ declare const _default: {
|
|
|
7040
7083
|
}) => any;
|
|
7041
7084
|
onOnClearSearch?: () => any;
|
|
7042
7085
|
onClickRow?: (rowIndex: number, tableIndex: number) => any;
|
|
7043
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "isLoading" | "searchPlaceholder" | "count" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "emptyStateSubtitle" | "emptyStateVariant" | "zIndexBase" | "totalCount" | "displayingText" | "outOfText" | "totalText" | "tablesSettings" | "loadingAndEmptyStatesColumns">;
|
|
7086
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "isLoading" | "searchPlaceholder" | "count" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "emptyStateSubtitle" | "getRowId" | "emptyStateVariant" | "zIndexBase" | "totalCount" | "displayingText" | "outOfText" | "totalText" | "tablesSettings" | "loadingAndEmptyStatesColumns">;
|
|
7044
7087
|
$attrs: {
|
|
7045
7088
|
[x: string]: unknown;
|
|
7046
7089
|
};
|
|
@@ -7097,6 +7140,10 @@ declare const _default: {
|
|
|
7097
7140
|
type: import("vue").PropType<string>;
|
|
7098
7141
|
default: string;
|
|
7099
7142
|
};
|
|
7143
|
+
getRowId: {
|
|
7144
|
+
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => string | number>;
|
|
7145
|
+
default: (row: any, index: any) => any;
|
|
7146
|
+
};
|
|
7100
7147
|
emptyStateVariant: {
|
|
7101
7148
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
7102
7149
|
default: any;
|
|
@@ -7158,6 +7205,7 @@ declare const _default: {
|
|
|
7158
7205
|
emptyStateTitle: string;
|
|
7159
7206
|
isSticky: boolean;
|
|
7160
7207
|
emptyStateSubtitle: string;
|
|
7208
|
+
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
7161
7209
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
7162
7210
|
zIndexBase: number;
|
|
7163
7211
|
totalCount: number;
|
|
@@ -7227,6 +7275,10 @@ declare const _default: {
|
|
|
7227
7275
|
type: import("vue").PropType<string>;
|
|
7228
7276
|
default: string;
|
|
7229
7277
|
};
|
|
7278
|
+
getRowId: {
|
|
7279
|
+
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => string | number>;
|
|
7280
|
+
default: (row: any, index: any) => any;
|
|
7281
|
+
};
|
|
7230
7282
|
emptyStateVariant: {
|
|
7231
7283
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
7232
7284
|
default: any;
|
|
@@ -7314,6 +7366,10 @@ declare const _default: {
|
|
|
7314
7366
|
type: import("vue").PropType<string>;
|
|
7315
7367
|
default: string;
|
|
7316
7368
|
};
|
|
7369
|
+
getRowId: {
|
|
7370
|
+
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => string | number>;
|
|
7371
|
+
default: (row: any, index: any) => any;
|
|
7372
|
+
};
|
|
7317
7373
|
emptyStateVariant: {
|
|
7318
7374
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
7319
7375
|
default: any;
|
|
@@ -7375,6 +7431,7 @@ declare const _default: {
|
|
|
7375
7431
|
emptyStateTitle: string;
|
|
7376
7432
|
isSticky: boolean;
|
|
7377
7433
|
emptyStateSubtitle: string;
|
|
7434
|
+
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
7378
7435
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
7379
7436
|
zIndexBase: number;
|
|
7380
7437
|
totalCount: number;
|
|
@@ -7401,6 +7458,7 @@ declare const _default: {
|
|
|
7401
7458
|
"floating-row"?(_: {
|
|
7402
7459
|
row: import("@vueuse/core").UseVirtualListItem<import("./components/table/common/Table.types").Row>;
|
|
7403
7460
|
rowIndex: number;
|
|
7461
|
+
tableIndex: number;
|
|
7404
7462
|
}): any;
|
|
7405
7463
|
"empty-state"?(_: {}): any;
|
|
7406
7464
|
};
|
|
@@ -7420,6 +7478,7 @@ declare const _default: {
|
|
|
7420
7478
|
emptyStateTitle: string;
|
|
7421
7479
|
isSticky: boolean;
|
|
7422
7480
|
emptyStateSubtitle: string;
|
|
7481
|
+
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
7423
7482
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
7424
7483
|
zIndexBase: number;
|
|
7425
7484
|
totalCount: number;
|
|
@@ -7469,6 +7528,10 @@ declare const _default: {
|
|
|
7469
7528
|
type: import("vue").PropType<string>;
|
|
7470
7529
|
default: string;
|
|
7471
7530
|
};
|
|
7531
|
+
getRowId: {
|
|
7532
|
+
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => string | number>;
|
|
7533
|
+
default: (row: any, index: any) => any;
|
|
7534
|
+
};
|
|
7472
7535
|
emptyStateVariant: {
|
|
7473
7536
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
7474
7537
|
default: any;
|
|
@@ -7511,7 +7574,7 @@ declare const _default: {
|
|
|
7511
7574
|
}) => any;
|
|
7512
7575
|
onOnClearSearch?: () => any;
|
|
7513
7576
|
onClickRow?: (rowIndex: number, tableIndex: number) => any;
|
|
7514
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "isLoading" | "searchPlaceholder" | "count" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "emptyStateSubtitle" | "emptyStateVariant" | "zIndexBase" | "totalCount" | "displayingText" | "outOfText" | "totalText" | "tablesSettings" | "loadingAndEmptyStatesColumns">;
|
|
7577
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "isLoading" | "searchPlaceholder" | "count" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "emptyStateSubtitle" | "getRowId" | "emptyStateVariant" | "zIndexBase" | "totalCount" | "displayingText" | "outOfText" | "totalText" | "tablesSettings" | "loadingAndEmptyStatesColumns">;
|
|
7515
7578
|
$attrs: {
|
|
7516
7579
|
[x: string]: unknown;
|
|
7517
7580
|
};
|
|
@@ -7568,6 +7631,10 @@ declare const _default: {
|
|
|
7568
7631
|
type: import("vue").PropType<string>;
|
|
7569
7632
|
default: string;
|
|
7570
7633
|
};
|
|
7634
|
+
getRowId: {
|
|
7635
|
+
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => string | number>;
|
|
7636
|
+
default: (row: any, index: any) => any;
|
|
7637
|
+
};
|
|
7571
7638
|
emptyStateVariant: {
|
|
7572
7639
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
7573
7640
|
default: any;
|
|
@@ -7629,6 +7696,7 @@ declare const _default: {
|
|
|
7629
7696
|
emptyStateTitle: string;
|
|
7630
7697
|
isSticky: boolean;
|
|
7631
7698
|
emptyStateSubtitle: string;
|
|
7699
|
+
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
7632
7700
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
7633
7701
|
zIndexBase: number;
|
|
7634
7702
|
totalCount: number;
|
|
@@ -7698,6 +7766,10 @@ declare const _default: {
|
|
|
7698
7766
|
type: import("vue").PropType<string>;
|
|
7699
7767
|
default: string;
|
|
7700
7768
|
};
|
|
7769
|
+
getRowId: {
|
|
7770
|
+
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => string | number>;
|
|
7771
|
+
default: (row: any, index: any) => any;
|
|
7772
|
+
};
|
|
7701
7773
|
emptyStateVariant: {
|
|
7702
7774
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
7703
7775
|
default: any;
|
|
@@ -7785,6 +7857,10 @@ declare const _default: {
|
|
|
7785
7857
|
type: import("vue").PropType<string>;
|
|
7786
7858
|
default: string;
|
|
7787
7859
|
};
|
|
7860
|
+
getRowId: {
|
|
7861
|
+
type: import("vue").PropType<(row: import("./components/table/common/Table.types").Row, index: number) => string | number>;
|
|
7862
|
+
default: (row: any, index: any) => any;
|
|
7863
|
+
};
|
|
7788
7864
|
emptyStateVariant: {
|
|
7789
7865
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
7790
7866
|
default: any;
|
|
@@ -7846,6 +7922,7 @@ declare const _default: {
|
|
|
7846
7922
|
emptyStateTitle: string;
|
|
7847
7923
|
isSticky: boolean;
|
|
7848
7924
|
emptyStateSubtitle: string;
|
|
7925
|
+
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
7849
7926
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
7850
7927
|
zIndexBase: number;
|
|
7851
7928
|
totalCount: number;
|
|
@@ -7872,6 +7949,7 @@ declare const _default: {
|
|
|
7872
7949
|
"floating-row"?(_: {
|
|
7873
7950
|
row: import("@vueuse/core").UseVirtualListItem<import("./components/table/common/Table.types").Row>;
|
|
7874
7951
|
rowIndex: number;
|
|
7952
|
+
tableIndex: number;
|
|
7875
7953
|
}): any;
|
|
7876
7954
|
"empty-state"?(_: {}): any;
|
|
7877
7955
|
};
|
package/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import './
|
|
1
|
+
import './AppTrigger.vue_vue_type_style_index_0_scoped_121aac8b_lang.css';
|
|
2
2
|
import { AppTriggerTypes as ro } from "./components/appTrigger/index.js";
|
|
3
3
|
import { AutocompleteDropdownTypes as mo } from "./components/autocompleteDropdown/index.js";
|
|
4
4
|
import { MenuItemTypes as po } from "./components/menuItem/index.js";
|
package/package.json
CHANGED
package/testids/index.d.ts
CHANGED
|
@@ -70,7 +70,8 @@ export declare enum RadioTestIdModifiers {
|
|
|
70
70
|
FIELD = "radio-field",
|
|
71
71
|
LABEL = "radio-label",
|
|
72
72
|
ERROR_TEXT = "radio-error-text",
|
|
73
|
-
GROUP = "radio-group"
|
|
73
|
+
GROUP = "radio-group",
|
|
74
|
+
LABEL_DESCRIPTION = "label-description"
|
|
74
75
|
}
|
|
75
76
|
export declare enum SwitchTestIdModifiers {
|
|
76
77
|
WRAPPER = "swicth-wrapper",
|
package/testids/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
var a = /* @__PURE__ */ ((E) => (E.TRIGGER = "ie-trigger", E.CONTENT = "ie-content", E.SEARCH = "ie-search", E.LIST = "ie-list", E.LIST_SELECTED = "ie-list-selected", E.ACTION_CANCEL = "ie-action-cancel", E.ACTION_APPLY = "ie-action-apply", E.SELECT_ALL = "ie-select-all", E.CLEAR_ALL = "ie-clear-all", E))(a || {}), t = /* @__PURE__ */ ((E) => (E.TRIGGER = "dd-trigger", E.WRAPPER = "dd-wrapper", E.BUTTON = "dd-button", E.BUTTON_WRAPPER = "dd-button-wrapper", E.BUTTON_CONTENT = "dd-button-content", E.BUTTON_CLEAR = "dd-button-clear", E.LABEL = "dd-label", E.LIST_CONTAINER = "dd-list-container", E.SEARCH = "dd-search", E.TITLE = "dd-title", E.ACTION_CANCEL = "dd-action-cancel", E.ACTION_APPLY = "dd-action-apply", E.ACTION_CLEAR_ALL = "dd-action-clear-all", E.HELPER_TEXT = "dd-helper-text", E.HELPER_TEXT_ERROR = "dd-helper-text-error", E.SELECT_ALL = "dd-select-all", E.NO_RESULT = "dd-no-result", E))(t || {}), R = /* @__PURE__ */ ((E) => (E.WRAPPER = "banner-wrapper", E.CONTENT = "banner-content", E))(R || {}), A = /* @__PURE__ */ ((E) => (E.WRAPPER = "alert-wrapper", E.TITLE = "alert-title", E.MESSAGE = "alert-message", E.ACTION_BUTTON = "alert-action-button", E.CLOSE_BUTTON = "alert-close-button", E))(A || {}), O = /* @__PURE__ */ ((E) => (E.WRAPPER = "dialog-wrapper", E.HEADER = "dialog-header", E.ACTION_CLOSE = "dialog-action-close", E.HEADER_SECONDARY = "dialog-header-secondary", E.CONTENT = "dialog-content", E.ACTION_BUTTONS_WRAPPER = "dialog-action-buttons-wrapper", E.BACKDROP = "dialog-backdrop", E.SAVE_BUTTON = "dialog-save-button", E.CANCEL_BUTTON = "dialog-cancel-button", E))(O || {}), N = /* @__PURE__ */ ((E) => (E.WRAPPER = "input-wrapper", E.TOOLTIP = "input-tooltip", E.MANDATORY = "input-mandatory", E.LABEL_CONTAINER = "input-label-container", E.LABEL_TEXT = "input-label-text", E.FIELD = "input-field", E.EXTRA_TEXT = "input-extra-text", E.TOGGLE_PASSWORD = "input-toggle-password-icon", E))(N || {}), L = /* @__PURE__ */ ((E) => (E.WRAPPER = "cb-wrapper", E.LABEL = "cb-label", E.FIELD = "cb-field", E.CHECKED = "cb-checked", E))(L || {}), c = /* @__PURE__ */ ((E) => (E.FIELD = "radio-field", E.LABEL = "radio-label", E.ERROR_TEXT = "radio-error-text", E.GROUP = "radio-group", E))(c || {}), l = /* @__PURE__ */ ((E) => (E.WRAPPER = "swicth-wrapper", E.BUTTON = "swicth-button", E.TEXT = "swicth-text", E))(l || {}), P = /* @__PURE__ */ ((E) => (E.WRAPPER = "ta-wrapper", E.LABEL = "ta-label", E.FIELD = "ta-field", E.TEXT = "ta-text", E))(P || {}), n = /* @__PURE__ */ ((E) => (E.CONTAINER = "search-container", E.FIELD = "search-field", E.CLOSE = "search-close", E.CLEAR = "search-clear", E))(n || {}), _ = /* @__PURE__ */ ((E) => (E.CONTAINER = "tbl-container", E.TABLE = "tbl-table", E.HEADER = "tbl-header", E.TITLE = "tbl-title", E.HEADER_RIGHT = "tbl-header-right", E.ACTIONS = "tbl-actions", E.SECTIONS = "tbl-sections", E.BODY_WRAPPER = "tbl-body-wrapper", E.EMPTY_STATE = "tbl-empty-state", E))(_ || {}), r = /* @__PURE__ */ ((E) => (E.CONTAINER = "rc-container", E.COUNT = "rc-count", E.TOTAL = "rc-total", E))(r || {}), C = /* @__PURE__ */ ((E) => (E.WRAPPER = "toggle-wrapper", E.BODY = "toggle-body", E.FIELD = "toggle-field", E.TEXT = "toggle-text", E.HELPER_TEXT = "toggle-helper-text", E.ERROR_TEXT = "toggle-error-text", E))(C || {}), b = /* @__PURE__ */ ((E) => (E.TEXT = "tt-text", E.TRIGGER = "tt-trigger", E.HEADER = "tt-header", E))(b || {}), p = /* @__PURE__ */ ((E) => (E.WRAPPER = "at-wrapper", E.TITLE_TEXT = "at-title-text", E.TITLE_TOOLTIP_TEXT = "at-tooltip-text", E.DESCRIPTION_TOOLTIP_TEXT = "at-description-tooltip-text", E.DESCRIPTION_TEXT = "at-description-text", E.TRIGGER_BUTTON = "at-trigger-button", E))(p || {}), v = /* @__PURE__ */ ((E) => (E.WRAPPER = "ai-wrapper", E.SELECTED_OPTION = "ai-selected-option", E.SEARCH_FIELD = "ai-search-field", E))(v || {}), u = /* @__PURE__ */ ((E) => (E.WRAPPER = "chip-wrapper", E.CLEAR = "chip-clear", E))(u || {}), S = /* @__PURE__ */ ((E) => (E.WRAPPER = "dp-wrapper", E.INPUT = "dp-input", E))(S || {}), B = /* @__PURE__ */ ((E) => (E.WRAPPER = "cm-wrapper", E.DAYS_HEADER = "cm-days-header", E.PREVIOUS = "cm-previous", E.NEXT = "cm-next", E.DAYS_WRAPPER = "cm-days-wrapper", E.DAY = "cm-day", E.MONTH_HEADER_TEXT = "cm-month-header-text", E.MONTH_HEADER = "cm-month-header", E))(B || {}), m = /* @__PURE__ */ ((E) => (E.WRAPPER = "dr-wrapper", E.FIELD = "dr-field", E.TRIGGER = "dr-trigger", E.CONTAINER = "dr-container", E.MENU = "dr-menu", E.MESSAGE = "dr-message", E.ACTION_APPLY = "dr-action-apply", E.ACTION_CANCEL = "dr-action-cancel", E))(m || {}), W = /* @__PURE__ */ ((E) => (E.WRAPPER = "tabs-wrapper", E.TAB = "tabs-tab", E))(W || {}), X = /* @__PURE__ */ ((E) => (E.TEXT = "t-text", E))(X || {}), h = /* @__PURE__ */ ((E) => (E.HEADER = "h-header", E))(h || {}), U = /* @__PURE__ */ ((E) => (E.CONTAINER = "field-label-container", E.TEXT = "field-label-text", E.MANDATORY = "field-label-mandatory", E.TOOLTIP = "field-label-help-tooltip", E))(U || {}), T = /* @__PURE__ */ ((E) => (E.CONTAINER = "field-help-text-container", E.TEXT = "field-help-text-text", E.ICON = "field-help-text-icon", E))(T || {}), G = /* @__PURE__ */ ((E) => (E.CONTAINER = "sb-container", E.TITLE = "sb-title", E.MESSAGE = "sb-message", E.CLOSE = "sb-close", E.ICON = "sb-icon", E.ACTION_BUTTON = "sb-action-button", E))(G || {}), H = /* @__PURE__ */ ((E) => (E.TITLE = "foldable-section-title", E.CONTENT = "foldable-section-content", E))(H || {}), Y = /* @__PURE__ */ ((E) => (E.TITLE = "form-card-title", E.CONTENT = "form-card-content", E.ACTIONS = "form-card-actions", E.SAVE_BUTTON = "form-card-save-btn", E.CANCEL_BUTTON = "form-card-cancel-btn", E))(Y || {}), y = /* @__PURE__ */ ((E) => (E.TITLE = "ah-title", E.APP_KEY = "ah-app-key", E.APP_PLATFORM = "ah-app-platform", E.AB_ICON = "ah-ab-icon", E))(y || {}), x = /* @__PURE__ */ ((E) => (E.TEXT = "ic-text", E.COPY_BTN = "ic-copy-btn", E))(x || {}), g = /* @__PURE__ */ ((E) => (E.WRAPPER = "multibar-wrapper", E.CLOSE_BTN = "multibar-close-button", E.MENU = "multibar-menu", E.ACTION = "multibar-action", E))(g || {}), w = /* @__PURE__ */ ((E) => (E.CONTAINER = "sortable-list-container", E.DRAGGABLE_LIST = "sortable-list-draggable-list", E.LOCKED_LIST = "sortable-list-locked-list", E))(w || {});
|
|
1
|
+
var a = /* @__PURE__ */ ((E) => (E.TRIGGER = "ie-trigger", E.CONTENT = "ie-content", E.SEARCH = "ie-search", E.LIST = "ie-list", E.LIST_SELECTED = "ie-list-selected", E.ACTION_CANCEL = "ie-action-cancel", E.ACTION_APPLY = "ie-action-apply", E.SELECT_ALL = "ie-select-all", E.CLEAR_ALL = "ie-clear-all", E))(a || {}), t = /* @__PURE__ */ ((E) => (E.TRIGGER = "dd-trigger", E.WRAPPER = "dd-wrapper", E.BUTTON = "dd-button", E.BUTTON_WRAPPER = "dd-button-wrapper", E.BUTTON_CONTENT = "dd-button-content", E.BUTTON_CLEAR = "dd-button-clear", E.LABEL = "dd-label", E.LIST_CONTAINER = "dd-list-container", E.SEARCH = "dd-search", E.TITLE = "dd-title", E.ACTION_CANCEL = "dd-action-cancel", E.ACTION_APPLY = "dd-action-apply", E.ACTION_CLEAR_ALL = "dd-action-clear-all", E.HELPER_TEXT = "dd-helper-text", E.HELPER_TEXT_ERROR = "dd-helper-text-error", E.SELECT_ALL = "dd-select-all", E.NO_RESULT = "dd-no-result", E))(t || {}), R = /* @__PURE__ */ ((E) => (E.WRAPPER = "banner-wrapper", E.CONTENT = "banner-content", E))(R || {}), A = /* @__PURE__ */ ((E) => (E.WRAPPER = "alert-wrapper", E.TITLE = "alert-title", E.MESSAGE = "alert-message", E.ACTION_BUTTON = "alert-action-button", E.CLOSE_BUTTON = "alert-close-button", E))(A || {}), O = /* @__PURE__ */ ((E) => (E.WRAPPER = "dialog-wrapper", E.HEADER = "dialog-header", E.ACTION_CLOSE = "dialog-action-close", E.HEADER_SECONDARY = "dialog-header-secondary", E.CONTENT = "dialog-content", E.ACTION_BUTTONS_WRAPPER = "dialog-action-buttons-wrapper", E.BACKDROP = "dialog-backdrop", E.SAVE_BUTTON = "dialog-save-button", E.CANCEL_BUTTON = "dialog-cancel-button", E))(O || {}), N = /* @__PURE__ */ ((E) => (E.WRAPPER = "input-wrapper", E.TOOLTIP = "input-tooltip", E.MANDATORY = "input-mandatory", E.LABEL_CONTAINER = "input-label-container", E.LABEL_TEXT = "input-label-text", E.FIELD = "input-field", E.EXTRA_TEXT = "input-extra-text", E.TOGGLE_PASSWORD = "input-toggle-password-icon", E))(N || {}), L = /* @__PURE__ */ ((E) => (E.WRAPPER = "cb-wrapper", E.LABEL = "cb-label", E.FIELD = "cb-field", E.CHECKED = "cb-checked", E))(L || {}), c = /* @__PURE__ */ ((E) => (E.FIELD = "radio-field", E.LABEL = "radio-label", E.ERROR_TEXT = "radio-error-text", E.GROUP = "radio-group", E.LABEL_DESCRIPTION = "label-description", E))(c || {}), l = /* @__PURE__ */ ((E) => (E.WRAPPER = "swicth-wrapper", E.BUTTON = "swicth-button", E.TEXT = "swicth-text", E))(l || {}), P = /* @__PURE__ */ ((E) => (E.WRAPPER = "ta-wrapper", E.LABEL = "ta-label", E.FIELD = "ta-field", E.TEXT = "ta-text", E))(P || {}), n = /* @__PURE__ */ ((E) => (E.CONTAINER = "search-container", E.FIELD = "search-field", E.CLOSE = "search-close", E.CLEAR = "search-clear", E))(n || {}), _ = /* @__PURE__ */ ((E) => (E.CONTAINER = "tbl-container", E.TABLE = "tbl-table", E.HEADER = "tbl-header", E.TITLE = "tbl-title", E.HEADER_RIGHT = "tbl-header-right", E.ACTIONS = "tbl-actions", E.SECTIONS = "tbl-sections", E.BODY_WRAPPER = "tbl-body-wrapper", E.EMPTY_STATE = "tbl-empty-state", E))(_ || {}), r = /* @__PURE__ */ ((E) => (E.CONTAINER = "rc-container", E.COUNT = "rc-count", E.TOTAL = "rc-total", E))(r || {}), C = /* @__PURE__ */ ((E) => (E.WRAPPER = "toggle-wrapper", E.BODY = "toggle-body", E.FIELD = "toggle-field", E.TEXT = "toggle-text", E.HELPER_TEXT = "toggle-helper-text", E.ERROR_TEXT = "toggle-error-text", E))(C || {}), b = /* @__PURE__ */ ((E) => (E.TEXT = "tt-text", E.TRIGGER = "tt-trigger", E.HEADER = "tt-header", E))(b || {}), p = /* @__PURE__ */ ((E) => (E.WRAPPER = "at-wrapper", E.TITLE_TEXT = "at-title-text", E.TITLE_TOOLTIP_TEXT = "at-tooltip-text", E.DESCRIPTION_TOOLTIP_TEXT = "at-description-tooltip-text", E.DESCRIPTION_TEXT = "at-description-text", E.TRIGGER_BUTTON = "at-trigger-button", E))(p || {}), v = /* @__PURE__ */ ((E) => (E.WRAPPER = "ai-wrapper", E.SELECTED_OPTION = "ai-selected-option", E.SEARCH_FIELD = "ai-search-field", E))(v || {}), u = /* @__PURE__ */ ((E) => (E.WRAPPER = "chip-wrapper", E.CLEAR = "chip-clear", E))(u || {}), S = /* @__PURE__ */ ((E) => (E.WRAPPER = "dp-wrapper", E.INPUT = "dp-input", E))(S || {}), B = /* @__PURE__ */ ((E) => (E.WRAPPER = "cm-wrapper", E.DAYS_HEADER = "cm-days-header", E.PREVIOUS = "cm-previous", E.NEXT = "cm-next", E.DAYS_WRAPPER = "cm-days-wrapper", E.DAY = "cm-day", E.MONTH_HEADER_TEXT = "cm-month-header-text", E.MONTH_HEADER = "cm-month-header", E))(B || {}), m = /* @__PURE__ */ ((E) => (E.WRAPPER = "dr-wrapper", E.FIELD = "dr-field", E.TRIGGER = "dr-trigger", E.CONTAINER = "dr-container", E.MENU = "dr-menu", E.MESSAGE = "dr-message", E.ACTION_APPLY = "dr-action-apply", E.ACTION_CANCEL = "dr-action-cancel", E))(m || {}), W = /* @__PURE__ */ ((E) => (E.WRAPPER = "tabs-wrapper", E.TAB = "tabs-tab", E))(W || {}), X = /* @__PURE__ */ ((E) => (E.TEXT = "t-text", E))(X || {}), h = /* @__PURE__ */ ((E) => (E.HEADER = "h-header", E))(h || {}), U = /* @__PURE__ */ ((E) => (E.CONTAINER = "field-label-container", E.TEXT = "field-label-text", E.MANDATORY = "field-label-mandatory", E.TOOLTIP = "field-label-help-tooltip", E))(U || {}), T = /* @__PURE__ */ ((E) => (E.CONTAINER = "field-help-text-container", E.TEXT = "field-help-text-text", E.ICON = "field-help-text-icon", E))(T || {}), G = /* @__PURE__ */ ((E) => (E.CONTAINER = "sb-container", E.TITLE = "sb-title", E.MESSAGE = "sb-message", E.CLOSE = "sb-close", E.ICON = "sb-icon", E.ACTION_BUTTON = "sb-action-button", E))(G || {}), H = /* @__PURE__ */ ((E) => (E.TITLE = "foldable-section-title", E.CONTENT = "foldable-section-content", E))(H || {}), Y = /* @__PURE__ */ ((E) => (E.TITLE = "form-card-title", E.CONTENT = "form-card-content", E.ACTIONS = "form-card-actions", E.SAVE_BUTTON = "form-card-save-btn", E.CANCEL_BUTTON = "form-card-cancel-btn", E))(Y || {}), y = /* @__PURE__ */ ((E) => (E.TITLE = "ah-title", E.APP_KEY = "ah-app-key", E.APP_PLATFORM = "ah-app-platform", E.AB_ICON = "ah-ab-icon", E))(y || {}), x = /* @__PURE__ */ ((E) => (E.TEXT = "ic-text", E.COPY_BTN = "ic-copy-btn", E))(x || {}), g = /* @__PURE__ */ ((E) => (E.WRAPPER = "multibar-wrapper", E.CLOSE_BTN = "multibar-close-button", E.MENU = "multibar-menu", E.ACTION = "multibar-action", E))(g || {}), w = /* @__PURE__ */ ((E) => (E.CONTAINER = "sortable-list-container", E.DRAGGABLE_LIST = "sortable-list-draggable-list", E.LOCKED_LIST = "sortable-list-locked-list", E))(w || {});
|
|
2
2
|
export {
|
|
3
3
|
A as AlertTestIdModifiers,
|
|
4
4
|
y as AppHeaderTestIdModifiers,
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.sticky[data-v-d27e1304]{position:sticky}.table-container[data-v-d27e1304]{width:100%;position:relative;display:flex;flex-direction:column}.table-header[data-v-d27e1304]{display:flex;align-items:center;height:calc(var(--spacing-800) - 1px);border-bottom:1px solid var(--common-divider);background-color:var(--background-paper-elevation-0);position:sticky;left:0;padding:var(--spacing-300)}.table-header .table-title[data-v-d27e1304]{display:flex;flex:1;align-items:center;justify-content:flex-start;height:100%;color:var(--text-primary)}.table-header .table-header-right[data-v-d27e1304]{display:flex;align-items:center;height:100%}.table-header .search-wrapper[data-v-d27e1304]{width:13.75rem}.table-header.isStickyHeader[data-v-d27e1304]{z-index:calc(var(--189e28e1) + 3);top:0}.table-head-container[data-v-d27e1304]{display:flex;align-items:center;white-space:nowrap;color:var(--text-primary)}.table-footer[data-v-d27e1304]{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-d27e1304]{display:inline-table}.table-header-actions[data-v-d27e1304]{margin-left:var(--spacing-100);display:flex;align-items:center}.table-row[data-v-d27e1304]{position:relative}.table-row.loading[data-v-d27e1304]{opacity:.7}.table-row:not(.expanded):last-child>td[data-v-d27e1304]{border-bottom:none}.table-row.expanded:last-child>.expanded-row[data-v-d27e1304]{border-bottom:none}.expanded-row[data-v-d27e1304]{grid-column:var(--ac6022d6);border-bottom:1px solid var(--common-divider);background-color:var(--background-default)}table[data-v-d27e1304]{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-d27e1304]{border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom:none}table td[data-v-d27e1304],table th[data-v-d27e1304]{line-height:normal;padding:0 var(--spacing-200)}table td[data-v-d27e1304]:first-of-type,table th[data-v-d27e1304]:first-of-type{padding-left:var(--spacing-300)}table td[data-v-d27e1304]:last-of-type,table th[data-v-d27e1304]:last-of-type{padding-right:var(--spacing-300)}table td.expand-toggle-cell[data-v-d27e1304],table th.expand-toggle-cell[data-v-d27e1304]{padding-left:var(--spacing-150);padding-right:var(--spacing-75)}table>thead[data-v-d27e1304]{border-bottom:none;z-index:calc(var(--189e28e1) + 1);display:inline-table;min-width:100%}table>thead>tr[data-v-d27e1304]{color:var(--text-primary);border-bottom:1px solid var(--common-divider);height:var(--spacing-500);display:grid;grid-template-columns:var(--3d5ab04e)}table>thead>tr>th[data-v-d27e1304]{background:var(--background-paper-elevation-0);width:100%;display:flex;align-items:center;cursor:default}table>thead>tr>th.bordered[data-v-d27e1304]{border-right:1px solid var(--common-divider)}table>thead>tr>th.bordered.isStickyRight[data-v-d27e1304]{border-right:none;border-left:1px solid var(--common-divider)}table>thead>tr>th.isTextRight[data-v-d27e1304]{justify-content:flex-end}table>thead>tr>th.isSortable[data-v-d27e1304]{cursor:pointer}table>thead.sticky[data-v-d27e1304]{position:sticky;top:0;background:white}table>thead.isStickyHeader[data-v-d27e1304]{z-index:calc(var(--189e28e1) + 2);top:calc(var(--spacing-800) - 1px)}table>tbody[data-v-d27e1304]{display:block}table>tbody>*>tr[data-v-d27e1304]{background-color:var(--background-default);min-height:var(--633cd456);height:auto;display:grid;align-items:center;grid-template-columns:var(--3d5ab04e)}table>tbody>*>tr:nth-of-type(2n)>td[data-v-d27e1304]{background-color:var(--background-default)}table>tbody>*>tr:hover:not(.loading)>td[data-v-d27e1304],table>tbody>*>tr.activeMenu>td[data-v-d27e1304]{background-color:var(--background-paper-elevation-1)}table>tbody td[data-v-d27e1304]{background-color:var(--background-default);border:none;min-width:0;display:flex;min-height:var(--633cd456);height:auto;width:100%;place-items:center;border-bottom:1px solid var(--common-divider);justify-content:start}table>tbody td.bordered[data-v-d27e1304]{border-right:1px solid var(--common-divider)}table>tbody td.bordered.isStickyRight[data-v-d27e1304]{border-right:none;border-left:1px solid var(--common-divider)}table>tbody td.isTextRight[data-v-d27e1304]{justify-content:flex-end;text-align:right}.section-container[data-v-d27e1304]{left:0}.sections[data-v-d27e1304]{display:flex}.section[data-v-d27e1304]{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-d27e1304]{width:100%}.empty-state[data-v-d27e1304]{min-height:250px}.floating-row[data-v-d27e1304]{display:flex;inset:0;pointer-events:none;position:absolute;z-index:calc(var(--189e28e1) + 1)}.floating-row *[data-v-d27e1304-s]{pointer-events:auto}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.multi-table-container[data-v-cfedf78b]{border-radius:var(--border-radius-md);border:1px solid var(--common-divider);display:flex;flex-direction:column;overflow-y:auto;width:100%}.multi-table-container .table-header-container[data-v-cfedf78b]{align-items:center;background-color:var(--background-paper-elevation-0);display:flex;height:calc(var(--spacing-800) - 2px);justify-content:space-between;padding:var(--spacing-300);width:100%}.multi-table-container .table-header-container.sticky[data-v-cfedf78b]{position:sticky;top:0;z-index:calc(var(--6083f45c) + 3)}.multi-table-container[data-v-cfedf78b] table{display:table;border:unset;border-radius:unset}.multi-table-container[data-v-cfedf78b] thead{border-top:1px solid var(--common-divider)}.multi-table-container .tables-container[data-v-cfedf78b] thead.sticky{top:62px}.multi-table-container .empty-state[data-v-cfedf78b]{min-height:250px}.multi-table-container .table-header-right[data-v-cfedf78b]{align-items:center;display:flex;height:100%}.multi-table-container .table-header-right .table-header-actions[data-v-cfedf78b]{align-items:center;display:flex;margin-left:var(--spacing-100)}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.radio-button[data-v-cb3a12c6]{display:flex;align-items:center}.radio-button--disabled[data-v-cb3a12c6],.radio-button--disabled .label[data-v-cb3a12c6]{cursor:default}.wrapper[data-v-cb3a12c6]{display:inline-flex;align-items:center;justify-content:center;position:relative;box-sizing:border-box;background-color:transparent;outline:0;border:0;cursor:pointer;user-select:none;vertical-align:middle;appearance:none;text-decoration:none;border-radius:50%;margin:0 var(--spacing-100) 0 0}.label[data-v-cb3a12c6]{cursor:pointer;color:var(--text-primary);flex-direction:column;display:inline-flex}.label--disabled[data-v-cb3a12c6]{color:var(--text-disabled)}input[data-v-cb3a12c6]{cursor:inherit;position:absolute;opacity:0;width:100%;height:100%;top:0;left:0;margin:0;padding:0;z-index:1}.circle[data-v-cb3a12c6]{border-radius:50%;width:var(--spacing-200);height:var(--spacing-200);transition:all .2s ease-in-out 0s;background-color:var(--default-main);box-shadow:var(--default-outlined-border) 0 0 0 1px inset}.circle--selected[data-v-cb3a12c6]{background-color:var(--primary-main);box-shadow:var(--primary-dark) 0 0 0 1px inset}.circle--selected[data-v-cb3a12c6]:before{display:block;width:var(--spacing-200);height:var(--spacing-200);background-image:radial-gradient(var(--common-white),var(--common-white) 3px,transparent 28%);content:""}.circle--disabled[data-v-cb3a12c6]{background-color:var(--action-disabled-background);box-shadow:var(--action-hover) 0 0 0 1px inset}.circle--disabled.circle--selected[data-v-cb3a12c6]{background-color:var(--primary-light);box-shadow:var(--primary-main-50-p) 0 0 0 1px inset}.circle--disabled.circle--selected[data-v-cb3a12c6]:before{display:block;width:var(--spacing-200);height:var(--spacing-200);background-image:radial-gradient(var(--primary-main-50-p),var(--primary-main-50-p) 3px,transparent 28%);content:""}.radio-button:hover .circle[data-v-cb3a12c6]:not(.circle--selected):not(.circle--disabled){box-shadow:var(--action-active) 0 0 0 1px inset}
|