@ironsource/shared-ui 2.1.12-test.54 → 2.1.12-test.56
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_606e8cfd_lang.css +1 -0
- package/DropdownV4.vue_vue_type_style_index_0_scoped_a594c97e_lang.css +1 -0
- package/DropdownV4.vue_vue_type_style_index_1_lang.css +1 -1
- package/components/dropdown/v4/DropdownV4.vue.d.ts +5 -0
- package/components/dropdown/v4/DropdownV4.vue.js +3 -3
- package/components/dropdown/v4/DropdownV4.vue2.js +68 -64
- package/components/dropdown/v4/index.d.ts +20 -1
- package/components/table/v4/DataGrid.vue.d.ts +5 -0
- package/components/table/v4/DataGrid.vue.js +3 -3
- package/components/table/v4/DataGrid.vue2.js +165 -162
- package/components/table/v4/index.d.ts +20 -1
- package/index.d.ts +80 -4
- package/index.js +1 -1
- package/package.json +1 -1
- package/DataGrid.vue_vue_type_style_index_0_scoped_6db25923_lang.css +0 -1
- package/DropdownV4.vue_vue_type_style_index_0_scoped_2d66b7b6_lang.css +0 -1
package/index.d.ts
CHANGED
|
@@ -5908,6 +5908,7 @@ declare const _default: {
|
|
|
5908
5908
|
rowCustomClassKey: string;
|
|
5909
5909
|
rowDataKey: string;
|
|
5910
5910
|
helpTooltipVariant: "icon" | "underline";
|
|
5911
|
+
useAvailableHeight: boolean;
|
|
5911
5912
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
5912
5913
|
isSelectionSticky: boolean;
|
|
5913
5914
|
isSelectionBordered: boolean;
|
|
@@ -6024,6 +6025,10 @@ declare const _default: {
|
|
|
6024
6025
|
type: import("vue").PropType<"icon" | "underline">;
|
|
6025
6026
|
default: string;
|
|
6026
6027
|
};
|
|
6028
|
+
useAvailableHeight: {
|
|
6029
|
+
type: import("vue").PropType<boolean>;
|
|
6030
|
+
default: boolean;
|
|
6031
|
+
};
|
|
6027
6032
|
selectedMatcher: {
|
|
6028
6033
|
type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
|
|
6029
6034
|
default: (rowId: any, selectedItem: any) => boolean;
|
|
@@ -6050,7 +6055,7 @@ declare const _default: {
|
|
|
6050
6055
|
onOnClearSearch?: () => any;
|
|
6051
6056
|
onClickRow?: (rowIndex: number) => any;
|
|
6052
6057
|
onSelectRow?: (value: boolean) => any;
|
|
6053
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "sort" | "title" | "search" | "testId" | "isLoading" | "searchAutoFocus" | "searchPlaceholder" | "selection" | "loadingRowCount" | "zIndexBase" | "showSearch" | "emptyStateTitle" | "isSticky" | "sections" | "isStickyHeader" | "emptyStateSubtitle" | "isInfiniteScroll" | "infiniteScrollThreshold" | "rowHeight" | "defaultScrollPosition" | "getRowId" | "getRowKey" | "emptyStateVariant" | "rowCustomClassKey" | "rowDataKey" | "helpTooltipVariant" | "selectedMatcher" | "isSelectionSticky" | "isSelectionBordered">;
|
|
6058
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "sort" | "title" | "search" | "testId" | "isLoading" | "searchAutoFocus" | "searchPlaceholder" | "selection" | "loadingRowCount" | "zIndexBase" | "showSearch" | "emptyStateTitle" | "isSticky" | "sections" | "isStickyHeader" | "emptyStateSubtitle" | "isInfiniteScroll" | "infiniteScrollThreshold" | "rowHeight" | "defaultScrollPosition" | "getRowId" | "getRowKey" | "emptyStateVariant" | "rowCustomClassKey" | "rowDataKey" | "helpTooltipVariant" | "useAvailableHeight" | "selectedMatcher" | "isSelectionSticky" | "isSelectionBordered">;
|
|
6054
6059
|
$attrs: {
|
|
6055
6060
|
[x: string]: unknown;
|
|
6056
6061
|
};
|
|
@@ -6177,6 +6182,10 @@ declare const _default: {
|
|
|
6177
6182
|
type: import("vue").PropType<"icon" | "underline">;
|
|
6178
6183
|
default: string;
|
|
6179
6184
|
};
|
|
6185
|
+
useAvailableHeight: {
|
|
6186
|
+
type: import("vue").PropType<boolean>;
|
|
6187
|
+
default: boolean;
|
|
6188
|
+
};
|
|
6180
6189
|
selectedMatcher: {
|
|
6181
6190
|
type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
|
|
6182
6191
|
default: (rowId: any, selectedItem: any) => boolean;
|
|
@@ -6243,6 +6252,7 @@ declare const _default: {
|
|
|
6243
6252
|
rowCustomClassKey: string;
|
|
6244
6253
|
rowDataKey: string;
|
|
6245
6254
|
helpTooltipVariant: "icon" | "underline";
|
|
6255
|
+
useAvailableHeight: boolean;
|
|
6246
6256
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
6247
6257
|
isSelectionSticky: boolean;
|
|
6248
6258
|
isSelectionBordered: boolean;
|
|
@@ -6379,6 +6389,10 @@ declare const _default: {
|
|
|
6379
6389
|
type: import("vue").PropType<"icon" | "underline">;
|
|
6380
6390
|
default: string;
|
|
6381
6391
|
};
|
|
6392
|
+
useAvailableHeight: {
|
|
6393
|
+
type: import("vue").PropType<boolean>;
|
|
6394
|
+
default: boolean;
|
|
6395
|
+
};
|
|
6382
6396
|
selectedMatcher: {
|
|
6383
6397
|
type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
|
|
6384
6398
|
default: (rowId: any, selectedItem: any) => boolean;
|
|
@@ -6524,6 +6538,10 @@ declare const _default: {
|
|
|
6524
6538
|
type: import("vue").PropType<"icon" | "underline">;
|
|
6525
6539
|
default: string;
|
|
6526
6540
|
};
|
|
6541
|
+
useAvailableHeight: {
|
|
6542
|
+
type: import("vue").PropType<boolean>;
|
|
6543
|
+
default: boolean;
|
|
6544
|
+
};
|
|
6527
6545
|
selectedMatcher: {
|
|
6528
6546
|
type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
|
|
6529
6547
|
default: (rowId: any, selectedItem: any) => boolean;
|
|
@@ -6590,6 +6608,7 @@ declare const _default: {
|
|
|
6590
6608
|
rowCustomClassKey: string;
|
|
6591
6609
|
rowDataKey: string;
|
|
6592
6610
|
helpTooltipVariant: "icon" | "underline";
|
|
6611
|
+
useAvailableHeight: boolean;
|
|
6593
6612
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
6594
6613
|
isSelectionSticky: boolean;
|
|
6595
6614
|
isSelectionBordered: boolean;
|
|
@@ -7090,6 +7109,7 @@ declare const _default: {
|
|
|
7090
7109
|
rowCustomClassKey: string;
|
|
7091
7110
|
rowDataKey: string;
|
|
7092
7111
|
helpTooltipVariant: "icon" | "underline";
|
|
7112
|
+
useAvailableHeight: boolean;
|
|
7093
7113
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
7094
7114
|
isSelectionSticky: boolean;
|
|
7095
7115
|
isSelectionBordered: boolean;
|
|
@@ -7206,6 +7226,10 @@ declare const _default: {
|
|
|
7206
7226
|
type: import("vue").PropType<"icon" | "underline">;
|
|
7207
7227
|
default: string;
|
|
7208
7228
|
};
|
|
7229
|
+
useAvailableHeight: {
|
|
7230
|
+
type: import("vue").PropType<boolean>;
|
|
7231
|
+
default: boolean;
|
|
7232
|
+
};
|
|
7209
7233
|
selectedMatcher: {
|
|
7210
7234
|
type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
|
|
7211
7235
|
default: (rowId: any, selectedItem: any) => boolean;
|
|
@@ -7232,7 +7256,7 @@ declare const _default: {
|
|
|
7232
7256
|
onOnClearSearch?: () => any;
|
|
7233
7257
|
onClickRow?: (rowIndex: number) => any;
|
|
7234
7258
|
onSelectRow?: (value: boolean) => any;
|
|
7235
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "sort" | "title" | "search" | "testId" | "isLoading" | "searchAutoFocus" | "searchPlaceholder" | "selection" | "loadingRowCount" | "zIndexBase" | "showSearch" | "emptyStateTitle" | "isSticky" | "sections" | "isStickyHeader" | "emptyStateSubtitle" | "isInfiniteScroll" | "infiniteScrollThreshold" | "rowHeight" | "defaultScrollPosition" | "getRowId" | "getRowKey" | "emptyStateVariant" | "rowCustomClassKey" | "rowDataKey" | "helpTooltipVariant" | "selectedMatcher" | "isSelectionSticky" | "isSelectionBordered">;
|
|
7259
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "sort" | "title" | "search" | "testId" | "isLoading" | "searchAutoFocus" | "searchPlaceholder" | "selection" | "loadingRowCount" | "zIndexBase" | "showSearch" | "emptyStateTitle" | "isSticky" | "sections" | "isStickyHeader" | "emptyStateSubtitle" | "isInfiniteScroll" | "infiniteScrollThreshold" | "rowHeight" | "defaultScrollPosition" | "getRowId" | "getRowKey" | "emptyStateVariant" | "rowCustomClassKey" | "rowDataKey" | "helpTooltipVariant" | "useAvailableHeight" | "selectedMatcher" | "isSelectionSticky" | "isSelectionBordered">;
|
|
7236
7260
|
$attrs: {
|
|
7237
7261
|
[x: string]: unknown;
|
|
7238
7262
|
};
|
|
@@ -7359,6 +7383,10 @@ declare const _default: {
|
|
|
7359
7383
|
type: import("vue").PropType<"icon" | "underline">;
|
|
7360
7384
|
default: string;
|
|
7361
7385
|
};
|
|
7386
|
+
useAvailableHeight: {
|
|
7387
|
+
type: import("vue").PropType<boolean>;
|
|
7388
|
+
default: boolean;
|
|
7389
|
+
};
|
|
7362
7390
|
selectedMatcher: {
|
|
7363
7391
|
type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
|
|
7364
7392
|
default: (rowId: any, selectedItem: any) => boolean;
|
|
@@ -7425,6 +7453,7 @@ declare const _default: {
|
|
|
7425
7453
|
rowCustomClassKey: string;
|
|
7426
7454
|
rowDataKey: string;
|
|
7427
7455
|
helpTooltipVariant: "icon" | "underline";
|
|
7456
|
+
useAvailableHeight: boolean;
|
|
7428
7457
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
7429
7458
|
isSelectionSticky: boolean;
|
|
7430
7459
|
isSelectionBordered: boolean;
|
|
@@ -7561,6 +7590,10 @@ declare const _default: {
|
|
|
7561
7590
|
type: import("vue").PropType<"icon" | "underline">;
|
|
7562
7591
|
default: string;
|
|
7563
7592
|
};
|
|
7593
|
+
useAvailableHeight: {
|
|
7594
|
+
type: import("vue").PropType<boolean>;
|
|
7595
|
+
default: boolean;
|
|
7596
|
+
};
|
|
7564
7597
|
selectedMatcher: {
|
|
7565
7598
|
type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
|
|
7566
7599
|
default: (rowId: any, selectedItem: any) => boolean;
|
|
@@ -7706,6 +7739,10 @@ declare const _default: {
|
|
|
7706
7739
|
type: import("vue").PropType<"icon" | "underline">;
|
|
7707
7740
|
default: string;
|
|
7708
7741
|
};
|
|
7742
|
+
useAvailableHeight: {
|
|
7743
|
+
type: import("vue").PropType<boolean>;
|
|
7744
|
+
default: boolean;
|
|
7745
|
+
};
|
|
7709
7746
|
selectedMatcher: {
|
|
7710
7747
|
type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
|
|
7711
7748
|
default: (rowId: any, selectedItem: any) => boolean;
|
|
@@ -7772,6 +7809,7 @@ declare const _default: {
|
|
|
7772
7809
|
rowCustomClassKey: string;
|
|
7773
7810
|
rowDataKey: string;
|
|
7774
7811
|
helpTooltipVariant: "icon" | "underline";
|
|
7812
|
+
useAvailableHeight: boolean;
|
|
7775
7813
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
7776
7814
|
isSelectionSticky: boolean;
|
|
7777
7815
|
isSelectionBordered: boolean;
|
|
@@ -17115,6 +17153,7 @@ declare const _default: {
|
|
|
17115
17153
|
dynamicFilterMode: boolean;
|
|
17116
17154
|
minSelections: number;
|
|
17117
17155
|
maxSelections: number;
|
|
17156
|
+
alwaysShowScroll: boolean;
|
|
17118
17157
|
isOnTop: boolean;
|
|
17119
17158
|
triggerLabel: string;
|
|
17120
17159
|
triggerHelperText: string;
|
|
@@ -17270,6 +17309,10 @@ declare const _default: {
|
|
|
17270
17309
|
type: import("vue").PropType<number>;
|
|
17271
17310
|
default: any;
|
|
17272
17311
|
};
|
|
17312
|
+
alwaysShowScroll: {
|
|
17313
|
+
type: import("vue").PropType<boolean>;
|
|
17314
|
+
default: boolean;
|
|
17315
|
+
};
|
|
17273
17316
|
isOnTop: {
|
|
17274
17317
|
type: import("vue").PropType<boolean>;
|
|
17275
17318
|
default: boolean;
|
|
@@ -17435,7 +17478,7 @@ declare const _default: {
|
|
|
17435
17478
|
onUnsavedSelectionUpdate?: (value: unknown[]) => any;
|
|
17436
17479
|
onOpened?: () => any;
|
|
17437
17480
|
onClosed?: () => any;
|
|
17438
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "skidding" | "modelValue" | "valueToCopy" | "selected" | "placeholder" | "multi" | "infiniteLoading" | "showSelectAll" | "showClearAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "dynamicFilterMode" | "minSelections" | "maxSelections" | "isOnTop" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "triggerShowAllSelectedText" | "triggerShownValuesCount" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "onClearSearch" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "optionsEndTextIconKey" | "optionFlagKey" | "optionWarningKey" | "disabledOptionKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "groupedOptions" | "comparingKey" | "customNumberOfDisplayedOptions" | "optionTooltipPosition" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation" | "withConditions">;
|
|
17481
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "skidding" | "modelValue" | "valueToCopy" | "selected" | "placeholder" | "multi" | "infiniteLoading" | "showSelectAll" | "showClearAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "dynamicFilterMode" | "minSelections" | "maxSelections" | "alwaysShowScroll" | "isOnTop" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "triggerShowAllSelectedText" | "triggerShownValuesCount" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "onClearSearch" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "optionsEndTextIconKey" | "optionFlagKey" | "optionWarningKey" | "disabledOptionKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "groupedOptions" | "comparingKey" | "customNumberOfDisplayedOptions" | "optionTooltipPosition" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation" | "withConditions">;
|
|
17439
17482
|
$attrs: {
|
|
17440
17483
|
[x: string]: unknown;
|
|
17441
17484
|
};
|
|
@@ -17567,6 +17610,10 @@ declare const _default: {
|
|
|
17567
17610
|
type: import("vue").PropType<number>;
|
|
17568
17611
|
default: any;
|
|
17569
17612
|
};
|
|
17613
|
+
alwaysShowScroll: {
|
|
17614
|
+
type: import("vue").PropType<boolean>;
|
|
17615
|
+
default: boolean;
|
|
17616
|
+
};
|
|
17570
17617
|
isOnTop: {
|
|
17571
17618
|
type: import("vue").PropType<boolean>;
|
|
17572
17619
|
default: boolean;
|
|
@@ -17775,6 +17822,7 @@ declare const _default: {
|
|
|
17775
17822
|
dynamicFilterMode: boolean;
|
|
17776
17823
|
minSelections: number;
|
|
17777
17824
|
maxSelections: number;
|
|
17825
|
+
alwaysShowScroll: boolean;
|
|
17778
17826
|
isOnTop: boolean;
|
|
17779
17827
|
triggerLabel: string;
|
|
17780
17828
|
triggerHelperText: string;
|
|
@@ -17950,6 +17998,10 @@ declare const _default: {
|
|
|
17950
17998
|
type: import("vue").PropType<number>;
|
|
17951
17999
|
default: any;
|
|
17952
18000
|
};
|
|
18001
|
+
alwaysShowScroll: {
|
|
18002
|
+
type: import("vue").PropType<boolean>;
|
|
18003
|
+
default: boolean;
|
|
18004
|
+
};
|
|
17953
18005
|
isOnTop: {
|
|
17954
18006
|
type: import("vue").PropType<boolean>;
|
|
17955
18007
|
default: boolean;
|
|
@@ -18240,6 +18292,10 @@ declare const _default: {
|
|
|
18240
18292
|
type: import("vue").PropType<number>;
|
|
18241
18293
|
default: any;
|
|
18242
18294
|
};
|
|
18295
|
+
alwaysShowScroll: {
|
|
18296
|
+
type: import("vue").PropType<boolean>;
|
|
18297
|
+
default: boolean;
|
|
18298
|
+
};
|
|
18243
18299
|
isOnTop: {
|
|
18244
18300
|
type: import("vue").PropType<boolean>;
|
|
18245
18301
|
default: boolean;
|
|
@@ -18448,6 +18504,7 @@ declare const _default: {
|
|
|
18448
18504
|
dynamicFilterMode: boolean;
|
|
18449
18505
|
minSelections: number;
|
|
18450
18506
|
maxSelections: number;
|
|
18507
|
+
alwaysShowScroll: boolean;
|
|
18451
18508
|
isOnTop: boolean;
|
|
18452
18509
|
triggerLabel: string;
|
|
18453
18510
|
triggerHelperText: string;
|
|
@@ -21970,6 +22027,7 @@ declare const _default: {
|
|
|
21970
22027
|
dynamicFilterMode: boolean;
|
|
21971
22028
|
minSelections: number;
|
|
21972
22029
|
maxSelections: number;
|
|
22030
|
+
alwaysShowScroll: boolean;
|
|
21973
22031
|
isOnTop: boolean;
|
|
21974
22032
|
triggerLabel: string;
|
|
21975
22033
|
triggerHelperText: string;
|
|
@@ -22125,6 +22183,10 @@ declare const _default: {
|
|
|
22125
22183
|
type: import("vue").PropType<number>;
|
|
22126
22184
|
default: any;
|
|
22127
22185
|
};
|
|
22186
|
+
alwaysShowScroll: {
|
|
22187
|
+
type: import("vue").PropType<boolean>;
|
|
22188
|
+
default: boolean;
|
|
22189
|
+
};
|
|
22128
22190
|
isOnTop: {
|
|
22129
22191
|
type: import("vue").PropType<boolean>;
|
|
22130
22192
|
default: boolean;
|
|
@@ -22290,7 +22352,7 @@ declare const _default: {
|
|
|
22290
22352
|
onUnsavedSelectionUpdate?: (value: unknown[]) => any;
|
|
22291
22353
|
onOpened?: () => any;
|
|
22292
22354
|
onClosed?: () => any;
|
|
22293
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "skidding" | "modelValue" | "valueToCopy" | "selected" | "placeholder" | "multi" | "infiniteLoading" | "showSelectAll" | "showClearAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "dynamicFilterMode" | "minSelections" | "maxSelections" | "isOnTop" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "triggerShowAllSelectedText" | "triggerShownValuesCount" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "onClearSearch" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "optionsEndTextIconKey" | "optionFlagKey" | "optionWarningKey" | "disabledOptionKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "groupedOptions" | "comparingKey" | "customNumberOfDisplayedOptions" | "optionTooltipPosition" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation" | "withConditions">;
|
|
22355
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "skidding" | "modelValue" | "valueToCopy" | "selected" | "placeholder" | "multi" | "infiniteLoading" | "showSelectAll" | "showClearAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "dynamicFilterMode" | "minSelections" | "maxSelections" | "alwaysShowScroll" | "isOnTop" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "triggerShowAllSelectedText" | "triggerShownValuesCount" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "onClearSearch" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "optionsEndTextIconKey" | "optionFlagKey" | "optionWarningKey" | "disabledOptionKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "groupedOptions" | "comparingKey" | "customNumberOfDisplayedOptions" | "optionTooltipPosition" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation" | "withConditions">;
|
|
22294
22356
|
$attrs: {
|
|
22295
22357
|
[x: string]: unknown;
|
|
22296
22358
|
};
|
|
@@ -22422,6 +22484,10 @@ declare const _default: {
|
|
|
22422
22484
|
type: import("vue").PropType<number>;
|
|
22423
22485
|
default: any;
|
|
22424
22486
|
};
|
|
22487
|
+
alwaysShowScroll: {
|
|
22488
|
+
type: import("vue").PropType<boolean>;
|
|
22489
|
+
default: boolean;
|
|
22490
|
+
};
|
|
22425
22491
|
isOnTop: {
|
|
22426
22492
|
type: import("vue").PropType<boolean>;
|
|
22427
22493
|
default: boolean;
|
|
@@ -22630,6 +22696,7 @@ declare const _default: {
|
|
|
22630
22696
|
dynamicFilterMode: boolean;
|
|
22631
22697
|
minSelections: number;
|
|
22632
22698
|
maxSelections: number;
|
|
22699
|
+
alwaysShowScroll: boolean;
|
|
22633
22700
|
isOnTop: boolean;
|
|
22634
22701
|
triggerLabel: string;
|
|
22635
22702
|
triggerHelperText: string;
|
|
@@ -22805,6 +22872,10 @@ declare const _default: {
|
|
|
22805
22872
|
type: import("vue").PropType<number>;
|
|
22806
22873
|
default: any;
|
|
22807
22874
|
};
|
|
22875
|
+
alwaysShowScroll: {
|
|
22876
|
+
type: import("vue").PropType<boolean>;
|
|
22877
|
+
default: boolean;
|
|
22878
|
+
};
|
|
22808
22879
|
isOnTop: {
|
|
22809
22880
|
type: import("vue").PropType<boolean>;
|
|
22810
22881
|
default: boolean;
|
|
@@ -23095,6 +23166,10 @@ declare const _default: {
|
|
|
23095
23166
|
type: import("vue").PropType<number>;
|
|
23096
23167
|
default: any;
|
|
23097
23168
|
};
|
|
23169
|
+
alwaysShowScroll: {
|
|
23170
|
+
type: import("vue").PropType<boolean>;
|
|
23171
|
+
default: boolean;
|
|
23172
|
+
};
|
|
23098
23173
|
isOnTop: {
|
|
23099
23174
|
type: import("vue").PropType<boolean>;
|
|
23100
23175
|
default: boolean;
|
|
@@ -23303,6 +23378,7 @@ declare const _default: {
|
|
|
23303
23378
|
dynamicFilterMode: boolean;
|
|
23304
23379
|
minSelections: number;
|
|
23305
23380
|
maxSelections: number;
|
|
23381
|
+
alwaysShowScroll: boolean;
|
|
23306
23382
|
isOnTop: boolean;
|
|
23307
23383
|
triggerLabel: string;
|
|
23308
23384
|
triggerHelperText: string;
|
package/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import './
|
|
1
|
+
import './IncludeExcludeAppHeader.vue_vue_type_style_index_0_scoped_947cb1fc_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
|
-
.sticky[data-v-6db25923]{position:sticky}.table-container[data-v-6db25923]{width:100%;position:relative;display:flex;flex-direction:column}.table-head-container[data-v-6db25923]{display:flex;align-items:center;white-space:nowrap;color:var(--text-primary)}.table-footer[data-v-6db25923]{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-6db25923]{display:inline-table}.table-row[data-v-6db25923]{position:relative}.table-row.loading[data-v-6db25923]{opacity:.7}.table-row:not(.expanded):last-child>td[data-v-6db25923]{border-bottom:none}.table-row.expanded:last-child>.expanded-row[data-v-6db25923]{border-bottom:none}.expanded-row[data-v-6db25923]{grid-column:var(--c395a914);border-bottom:1px solid var(--common-divider);background-color:var(--background-default)}table[data-v-6db25923]{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-6db25923]{border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom:none}table td[data-v-6db25923],table th[data-v-6db25923]{line-height:normal;padding:0 var(--spacing-200)}table td[data-v-6db25923]:first-of-type,table th[data-v-6db25923]:first-of-type{padding-left:var(--spacing-300)}table td[data-v-6db25923]:last-of-type,table th[data-v-6db25923]:last-of-type{padding-right:var(--spacing-300)}table td.expand-toggle-cell[data-v-6db25923],table th.expand-toggle-cell[data-v-6db25923]{padding-left:var(--spacing-150);padding-right:var(--spacing-75)}table>thead[data-v-6db25923]{border-bottom:none;z-index:calc(var(--1d66e282) + 1);display:inline-table;min-width:100%}table>thead>tr[data-v-6db25923]{color:var(--text-primary);border-bottom:1px solid var(--common-divider);display:grid;grid-template-columns:var(--a5378e22)}table>thead>tr>th[data-v-6db25923]{background:var(--background-paper-elevation-0);width:100%;display:flex;align-items:center;cursor:default}table>thead>tr>th.isSortable[data-v-6db25923]{cursor:pointer}table>thead>tr>td[data-v-6db25923]{display:flex;align-items:center}table>thead>tr>th.bordered[data-v-6db25923],table>thead>tr>td.bordered[data-v-6db25923]{border-right:1px solid var(--common-divider)}table>thead>tr>th.bordered.isStickyRight[data-v-6db25923],table>thead>tr>td.bordered.isStickyRight[data-v-6db25923]{border-right:none;border-left:1px solid var(--common-divider)}table>thead>tr>th.isTextRight[data-v-6db25923],table>thead>tr>td.isTextRight[data-v-6db25923]{justify-content:flex-end}table>thead.sticky[data-v-6db25923]{position:sticky;top:0;background:var(--background-default)}table>thead.isStickyHeader[data-v-6db25923]{z-index:calc(var(--1d66e282) + 2);top:var(--f3c227c6)}table .totals-row[data-v-6db25923]{height:40px}table .totals-row[data-v-6db25923]:hover{background:var(--background-paper-elevation-1)}table .totals-row>td.sticky[data-v-6db25923]{background-color:var(--background-default)}table>tbody[data-v-6db25923]{display:block}table>tbody>*>tr[data-v-6db25923]{background-color:var(--background-default);height:auto;display:grid;align-items:center;grid-template-columns:var(--a5378e22)}table>tbody>*>tr:nth-of-type(2n)>td[data-v-6db25923]{background-color:var(--background-default)}table>tbody>*>tr:hover:not(.loading)>td[data-v-6db25923],table>tbody>*>tr.activeMenu>td[data-v-6db25923]{background-color:var(--background-paper-elevation-1)}table>tbody td[data-v-6db25923]{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-6db25923]{border-right:1px solid var(--common-divider)}table>tbody td.bordered.isStickyRight[data-v-6db25923]{border-right:none;border-left:1px solid var(--common-divider)}table>tbody td.isTextRight[data-v-6db25923]{justify-content:flex-end;text-align:right}.underlined[data-v-6db25923]{border-bottom:.0625rem dashed var(--default-outlined-border)}.underlined[data-v-6db25923]:hover{cursor:pointer}.section-container[data-v-6db25923]{left:0}.sections[data-v-6db25923]{display:flex}.section[data-v-6db25923]{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-6db25923]{width:100%}.empty-state[data-v-6db25923]{min-height:250px}.floating-row[data-v-6db25923]{display:flex;inset:0;pointer-events:none;position:absolute;z-index:calc(var(--1d66e282) + 1)}.floating-row *[data-v-6db25923-s]{pointer-events:auto}.bg[data-v-6db25923]{background:var(--background-default)}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.v-enter-active[data-v-2d66b7b6],.v-leave-active[data-v-2d66b7b6]{transition:opacity .25s ease}ol[data-v-2d66b7b6],ul[data-v-2d66b7b6],menu[data-v-2d66b7b6]{list-style:none;margin:0;padding:0}.dropdown.full-width[data-v-2d66b7b6],.dropdown.full-width .button__container[data-v-2d66b7b6]{width:100%}.dropdown-list-wrapper[data-v-2d66b7b6]{display:flex;flex-direction:column;padding:.5rem .5rem .25rem}.dropdown-list-wrapper--multi[data-v-2d66b7b6]{padding:.5rem}.list-container--multi[data-v-2d66b7b6]{margin-bottom:0}.inline-search .inline-search-wrapper[data-v-2d66b7b6]{display:flex;gap:4px;padding-bottom:.25rem}.inline-search .inline-search-wrapper .search-container[data-v-2d66b7b6]{width:100%}.inline-search .list-container[data-v-2d66b7b6]{padding-top:0}.no-result-container[data-v-2d66b7b6]{height:100%;display:flex;align-items:center;padding:.375rem .5rem;color:var(--text-disabled)}.no-result[data-v-2d66b7b6]{color:var(--text-disabled);padding-left:.5rem}.list[data-v-2d66b7b6]{outline:none;display:flex;flex-direction:column;width:100%;min-height:2rem}.list--multi[data-v-2d66b7b6]{margin-bottom:.5rem;border-bottom-left-radius:0;border-bottom-right-radius:0}.list--with-conditions[data-v-2d66b7b6]{min-height:0;margin-bottom:0}.image-slot[data-v-2d66b7b6]{margin-right:.5rem}.actions-wrapper[data-v-2d66b7b6]{display:flex;width:100%;padding:.5rem .5rem .5rem .125rem;padding-bottom:0;border-top:1px solid var(--common-divider);justify-content:space-between;margin-top:.25rem}.dropdown-footer[data-v-2d66b7b6]{display:flex;width:100%;padding:.5rem .5rem .375rem .4375rem;border-top:1px solid var(--common-divider);margin-top:.25rem}.apply-button[data-v-2d66b7b6]{margin-left:.5rem}
|