@gooddata/sdk-ui-kit 11.42.0-alpha.0 → 11.42.0-alpha.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/esm/@ui/UiCombobox/UiComboboxInput.d.ts +22 -4
- package/esm/@ui/UiCombobox/UiComboboxInput.d.ts.map +1 -1
- package/esm/@ui/UiCombobox/UiComboboxInput.js +38 -31
- package/esm/@ui/UiCombobox/UiComboboxList.js +2 -2
- package/esm/@ui/UiCombobox/UiComboboxListItem.d.ts +3 -13
- package/esm/@ui/UiCombobox/UiComboboxListItem.d.ts.map +1 -1
- package/esm/@ui/UiCombobox/UiComboboxListItem.js +13 -23
- package/esm/@ui/UiCombobox/UiComboboxPopup.d.ts +6 -3
- package/esm/@ui/UiCombobox/UiComboboxPopup.d.ts.map +1 -1
- package/esm/@ui/UiCombobox/UiComboboxPopup.js +5 -7
- package/esm/@ui/UiCombobox/types.d.ts +17 -9
- package/esm/@ui/UiCombobox/types.d.ts.map +1 -1
- package/esm/@ui/UiCombobox/useCombobox.d.ts.map +1 -1
- package/esm/@ui/UiCombobox/useCombobox.js +73 -161
- package/esm/@ui/UiCombobox/useComboboxChrome.d.ts +9 -0
- package/esm/@ui/UiCombobox/useComboboxChrome.d.ts.map +1 -0
- package/esm/@ui/UiCombobox/useComboboxChrome.js +61 -0
- package/esm/@ui/UiCombobox/useComboboxSelection.d.ts +24 -0
- package/esm/@ui/UiCombobox/useComboboxSelection.d.ts.map +1 -0
- package/esm/@ui/UiCombobox/useComboboxSelection.js +82 -0
- package/esm/@ui/UiDropdown/UiDropdown.js +3 -3
- package/esm/@ui/UiFloatingElement/UiFloatingElement.d.ts.map +1 -1
- package/esm/@ui/UiFloatingElement/UiFloatingElement.js +3 -2
- package/esm/@ui/UiFloatingPanel/UiFloatingPanel.d.ts +28 -0
- package/esm/@ui/UiFloatingPanel/UiFloatingPanel.d.ts.map +1 -0
- package/esm/@ui/UiFloatingPanel/UiFloatingPanel.js +14 -0
- package/esm/@ui/UiTags/UiTags.d.ts.map +1 -1
- package/esm/@ui/UiTags/UiTags.js +2 -2
- package/esm/@ui/UiTextInput/UiTextInput.d.ts +13 -2
- package/esm/@ui/UiTextInput/UiTextInput.d.ts.map +1 -1
- package/esm/@ui/UiTextInput/UiTextInput.js +2 -2
- package/esm/@ui/UiTooltip/UiTooltip.d.ts.map +1 -1
- package/esm/@ui/UiTooltip/UiTooltip.js +10 -4
- package/esm/@ui/hooks/useCloseOnOutsideClick.d.ts +31 -0
- package/esm/@ui/hooks/useCloseOnOutsideClick.d.ts.map +1 -1
- package/esm/@ui/hooks/useCloseOnOutsideClick.js +73 -6
- package/esm/Dialog/ShareDialog/ShareDialog.d.ts +1 -1
- package/esm/Dialog/ShareDialog/ShareDialog.d.ts.map +1 -1
- package/esm/Dialog/ShareDialog/ShareDialog.js +2 -2
- package/esm/Dialog/ShareDialog/ShareDialogBase/ShareDialogBase.d.ts.map +1 -1
- package/esm/Dialog/ShareDialog/ShareDialogBase/ShareDialogBase.js +2 -2
- package/esm/Dialog/ShareDialog/ShareDialogBase/ShareGranteeBase.d.ts +1 -1
- package/esm/Dialog/ShareDialog/ShareDialogBase/ShareGranteeBase.d.ts.map +1 -1
- package/esm/Dialog/ShareDialog/ShareDialogBase/ShareGranteeBase.js +2 -2
- package/esm/Dialog/ShareDialog/ShareDialogBase/ShareLink.d.ts +1 -1
- package/esm/Dialog/ShareDialog/ShareDialogBase/ShareLink.d.ts.map +1 -1
- package/esm/Dialog/ShareDialog/ShareDialogBase/ShareLink.js +3 -3
- package/esm/Dialog/ShareDialog/ShareDialogBase/types.d.ts +3 -0
- package/esm/Dialog/ShareDialog/ShareDialogBase/types.d.ts.map +1 -1
- package/esm/Dialog/ShareDialog/types.d.ts +5 -0
- package/esm/Dialog/ShareDialog/types.d.ts.map +1 -1
- package/esm/Header/generateHeaderMenuItemsGroups.js +3 -3
- package/esm/Tabs/Tabs.d.ts +2 -1
- package/esm/Tabs/Tabs.d.ts.map +1 -1
- package/esm/Tabs/Tabs.js +1 -1
- package/esm/index.d.ts +3 -2
- package/esm/index.d.ts.map +1 -1
- package/esm/index.js +1 -0
- package/esm/sdk-ui-kit.d.ts +99 -33
- package/package.json +11 -11
- package/src/@ui/UiCombobox/UiCombobox.scss +0 -16
- package/src/@ui/UiDropdown/UiDropdown.scss +1 -20
- package/src/@ui/UiFloatingPanel/UiFloatingPanel.scss +27 -0
- package/src/@ui/UiMenu/UiMenu.scss +0 -1
- package/src/@ui/UiPopover/UiPopover.scss +8 -0
- package/src/@ui/UiTags/UiTags.scss +0 -4
- package/src/@ui/UiTextInput/UiTextInput.scss +6 -2
- package/src/@ui/index.scss +1 -0
- package/styles/css/list.css +6 -1
- package/styles/css/list.css.map +1 -1
- package/styles/css/main.css +24 -30
- package/styles/css/main.css.map +1 -1
- package/styles/css/menu.css +6 -1
- package/styles/css/menu.css.map +1 -1
- package/styles/icons/dashboard.svg +5 -0
- package/styles/scss/list.scss +6 -1
package/esm/sdk-ui-kit.d.ts
CHANGED
|
@@ -54,7 +54,6 @@ import { IFilter } from '@gooddata/sdk-model';
|
|
|
54
54
|
import { ILocale } from '@gooddata/sdk-ui';
|
|
55
55
|
import { IMeasureSortTarget } from '@gooddata/sdk-model';
|
|
56
56
|
import { IMetadataObjectBase } from '@gooddata/sdk-model';
|
|
57
|
-
import { InputHTMLAttributes } from 'react';
|
|
58
57
|
import { IntlShape } from 'react-intl';
|
|
59
58
|
import { INumberParameterConstraints } from '@gooddata/sdk-model';
|
|
60
59
|
import { IParameterMetadataObject } from '@gooddata/sdk-model';
|
|
@@ -101,7 +100,6 @@ import { ShareStatus } from '@gooddata/sdk-model';
|
|
|
101
100
|
import { SortDirection } from '@gooddata/sdk-model';
|
|
102
101
|
import { Strategy } from '@floating-ui/react';
|
|
103
102
|
import { SyntheticEvent } from 'react';
|
|
104
|
-
import type { UseInteractionsReturn } from '@floating-ui/react';
|
|
105
103
|
import { VirtualElement } from '@floating-ui/react';
|
|
106
104
|
import { WeekStart } from '@gooddata/sdk-model';
|
|
107
105
|
import { WithIntlProps } from 'react-intl';
|
|
@@ -5762,6 +5760,7 @@ export declare interface IShareDialogBaseProps {
|
|
|
5762
5760
|
currentUserPermissions: CurrentUserPermissions;
|
|
5763
5761
|
dashboardFilters?: FilterContextItem[];
|
|
5764
5762
|
dashboardParameters?: IDashboardParameter[];
|
|
5763
|
+
dashboardLinkBasePath?: string;
|
|
5765
5764
|
isShareGrantHidden?: boolean;
|
|
5766
5765
|
applyShareGrantOnSelect?: boolean;
|
|
5767
5766
|
showDashboardShareLink?: boolean;
|
|
@@ -5814,6 +5813,11 @@ export declare interface IShareDialogProps {
|
|
|
5814
5813
|
currentUserPermissions: CurrentUserPermissions;
|
|
5815
5814
|
dashboardFilters?: FilterContextItem[];
|
|
5816
5815
|
dashboardParameters?: IDashboardParameter[];
|
|
5816
|
+
/**
|
|
5817
|
+
* Base path used when building the dashboard share link, e.g. `/workspace/{id}/dashboards/` when the
|
|
5818
|
+
* dashboards shell application is enabled. Defaults to `/dashboards/` (legacy standalone) when omitted.
|
|
5819
|
+
*/
|
|
5820
|
+
dashboardLinkBasePath?: string;
|
|
5817
5821
|
isGranteeShareLoading?: boolean;
|
|
5818
5822
|
isShareGrantHidden?: boolean;
|
|
5819
5823
|
applyShareGrantOnSelect?: boolean;
|
|
@@ -5842,6 +5846,7 @@ export declare interface IShareGranteeBaseProps {
|
|
|
5842
5846
|
currentUserPermissions: CurrentUserPermissions;
|
|
5843
5847
|
dashboardFilters?: FilterContextItem[];
|
|
5844
5848
|
dashboardParameters?: IDashboardParameter[];
|
|
5849
|
+
dashboardLinkBasePath?: string;
|
|
5845
5850
|
isShareGrantHidden?: boolean;
|
|
5846
5851
|
applyShareGrantOnSelect?: boolean;
|
|
5847
5852
|
showDashboardShareLink?: boolean;
|
|
@@ -6147,6 +6152,7 @@ export declare interface ITab {
|
|
|
6147
6152
|
values?: Record<string, string | number | boolean | null | undefined | Date | FormatXMLElementFn<string, string>>;
|
|
6148
6153
|
iconOnly?: boolean;
|
|
6149
6154
|
icon?: string;
|
|
6155
|
+
iconNode?: ReactNode;
|
|
6150
6156
|
}
|
|
6151
6157
|
|
|
6152
6158
|
/**
|
|
@@ -6661,6 +6667,22 @@ export declare interface IUiChipProps {
|
|
|
6661
6667
|
renderDeleteButton?: (button: ReactNode) => ReactNode;
|
|
6662
6668
|
}
|
|
6663
6669
|
|
|
6670
|
+
/** @internal */
|
|
6671
|
+
export declare interface IUiComboboxInputProps {
|
|
6672
|
+
/** Accessible name for the input. */
|
|
6673
|
+
"aria-label"?: string;
|
|
6674
|
+
/** Visible placeholder. */
|
|
6675
|
+
placeholder?: string;
|
|
6676
|
+
/** Form field name forwarded to the underlying input. */
|
|
6677
|
+
name?: string;
|
|
6678
|
+
autoFocus?: boolean;
|
|
6679
|
+
onKeyDown?: (event: KeyboardEvent_2<HTMLInputElement>) => void;
|
|
6680
|
+
onFocus?: (event: FocusEvent_2<HTMLInputElement>) => void;
|
|
6681
|
+
onBlur?: (event: FocusEvent_2<HTMLInputElement>) => void;
|
|
6682
|
+
onClick?: (event: MouseEvent_2<HTMLInputElement>) => void;
|
|
6683
|
+
dataTestId?: string;
|
|
6684
|
+
}
|
|
6685
|
+
|
|
6664
6686
|
/** @internal */
|
|
6665
6687
|
export declare interface IUiComboboxListItemProps extends HTMLAttributes<HTMLLIElement> {
|
|
6666
6688
|
option: IUiComboboxOption;
|
|
@@ -6698,7 +6720,10 @@ export declare interface IUiComboboxParams {
|
|
|
6698
6720
|
*/
|
|
6699
6721
|
defaultValue?: string;
|
|
6700
6722
|
/**
|
|
6701
|
-
*
|
|
6723
|
+
* Called whenever the input value changes — on typing, on Escape reset,
|
|
6724
|
+
* and when an option is selected. The combobox is fully controlled when
|
|
6725
|
+
* paired with `value`; consumers that need to distinguish selection from
|
|
6726
|
+
* typing should inspect the current `selectedOption` state.
|
|
6702
6727
|
*/
|
|
6703
6728
|
onValueChange?: (value: string) => void;
|
|
6704
6729
|
/**
|
|
@@ -6708,6 +6733,12 @@ export declare interface IUiComboboxParams {
|
|
|
6708
6733
|
creatable?: boolean;
|
|
6709
6734
|
}
|
|
6710
6735
|
|
|
6736
|
+
/** @internal */
|
|
6737
|
+
export declare interface IUiComboboxPopupProps {
|
|
6738
|
+
children?: ReactNode;
|
|
6739
|
+
style?: CSSProperties;
|
|
6740
|
+
}
|
|
6741
|
+
|
|
6711
6742
|
/** @internal */
|
|
6712
6743
|
export declare interface IUiComboboxProps extends IUiComboboxParams {
|
|
6713
6744
|
children?: ReactNode;
|
|
@@ -6727,14 +6758,20 @@ export declare interface IUiComboboxState {
|
|
|
6727
6758
|
selectOption: (option: IUiComboboxOption, index?: number) => void;
|
|
6728
6759
|
isOpen: boolean;
|
|
6729
6760
|
setIsOpen: (isOpen: boolean) => void;
|
|
6730
|
-
|
|
6731
|
-
|
|
6761
|
+
/**
|
|
6762
|
+
* Drives popup visibility. Sync combobox sets it to `availableOptions.length > 0`;
|
|
6763
|
+
* async sources keep it `true` so status rows (loading / error / no-match) can show.
|
|
6764
|
+
*/
|
|
6765
|
+
shouldRenderPopup: boolean;
|
|
6766
|
+
/** Anchor for the popup — typically the input's outer wrapper, so the popup matches the visible field width. */
|
|
6767
|
+
anchorRef: RefObject<HTMLElement | null>;
|
|
6732
6768
|
registerItemRef: (node: HTMLElement | null, index: number) => void;
|
|
6733
|
-
getReferenceProps: UseInteractionsReturn["getReferenceProps"];
|
|
6734
|
-
getFloatingProps: UseInteractionsReturn["getFloatingProps"];
|
|
6735
|
-
getItemProps: UseInteractionsReturn["getItemProps"];
|
|
6736
|
-
floatingStyles: CSSProperties;
|
|
6737
6769
|
creatable: boolean;
|
|
6770
|
+
/**
|
|
6771
|
+
* Stable id of the `<ul role="listbox">`. The input advertises it via
|
|
6772
|
+
* `aria-controls`; the listbox sets it as its `id`.
|
|
6773
|
+
*/
|
|
6774
|
+
listboxId: string;
|
|
6738
6775
|
}
|
|
6739
6776
|
|
|
6740
6777
|
/**
|
|
@@ -7112,6 +7149,19 @@ export declare interface IUiFloatingElementProps {
|
|
|
7112
7149
|
onPlacementChange?: (placement: Placement) => void;
|
|
7113
7150
|
}
|
|
7114
7151
|
|
|
7152
|
+
/**
|
|
7153
|
+
* Props passed through to `UiFloatingElement`. The `Omit` narrows the surface
|
|
7154
|
+
* away from props the canonical panel chrome owns or doesn't want callers to
|
|
7155
|
+
* tune (`className` / `contentClassName` — chrome is bundled; positioning
|
|
7156
|
+
* knobs reserved for low-level use).
|
|
7157
|
+
*
|
|
7158
|
+
* @internal
|
|
7159
|
+
*/
|
|
7160
|
+
export declare interface IUiFloatingPanelProps extends Omit<IUiFloatingElementProps, "className" | "contentClassName" | "strategy" | "autoFlip" | "maxWidth" | "maxHeight" | "onPlacementChange"> {
|
|
7161
|
+
/** Vertical padding bundled with the panel chrome. Defaults to `"none"`. */
|
|
7162
|
+
padding?: UiFloatingPanelPadding;
|
|
7163
|
+
}
|
|
7164
|
+
|
|
7115
7165
|
/**
|
|
7116
7166
|
* @internal
|
|
7117
7167
|
*/
|
|
@@ -8453,6 +8503,17 @@ export declare interface IUiTextInputProps {
|
|
|
8453
8503
|
onClick?: MouseEventHandler<HTMLInputElement>;
|
|
8454
8504
|
/** Test id forwarded to the input element. */
|
|
8455
8505
|
dataTestId?: string;
|
|
8506
|
+
inputRef?: Ref<HTMLInputElement>;
|
|
8507
|
+
/** Use as the floating-popup anchor when the popup should match the full field width. */
|
|
8508
|
+
wrapperRef?: Ref<HTMLDivElement>;
|
|
8509
|
+
name?: string;
|
|
8510
|
+
/**
|
|
8511
|
+
* Browser-autofill control. Combobox/autocomplete patterns should set
|
|
8512
|
+
* `"off"` so the native dropdown doesn't overlap the listbox.
|
|
8513
|
+
*/
|
|
8514
|
+
autoComplete?: string;
|
|
8515
|
+
autoCapitalize?: string;
|
|
8516
|
+
autoCorrect?: string;
|
|
8456
8517
|
}
|
|
8457
8518
|
|
|
8458
8519
|
/**
|
|
@@ -9607,7 +9668,7 @@ export declare function SettingItem({ className, title, titleTooltipText, alignP
|
|
|
9607
9668
|
/**
|
|
9608
9669
|
* @internal
|
|
9609
9670
|
*/
|
|
9610
|
-
export declare function ShareDialog({ backend, workspace, locale, sharedObject, currentUser, onApply, onCancel, onError, onInteraction, isLockingSupported, isCurrentUserWorkspaceManager, isGranteeShareLoading, labels, currentUserPermissions, dashboardFilters, dashboardParameters, isShareGrantHidden, applyShareGrantOnSelect, showDashboardShareLink, onShareLinkCopy }: IShareDialogProps): JSX.Element;
|
|
9671
|
+
export declare function ShareDialog({ backend, workspace, locale, sharedObject, currentUser, onApply, onCancel, onError, onInteraction, isLockingSupported, isCurrentUserWorkspaceManager, isGranteeShareLoading, labels, currentUserPermissions, dashboardFilters, dashboardParameters, dashboardLinkBasePath, isShareGrantHidden, applyShareGrantOnSelect, showDashboardShareLink, onShareLinkCopy }: IShareDialogProps): JSX.Element;
|
|
9611
9672
|
|
|
9612
9673
|
/**
|
|
9613
9674
|
* @internal
|
|
@@ -9634,7 +9695,7 @@ export declare type ShareDialogInteractionType = "SHARE_DIALOG_OPENED" | "SHARE_
|
|
|
9634
9695
|
/**
|
|
9635
9696
|
* @internal
|
|
9636
9697
|
*/
|
|
9637
|
-
export declare function ShareGranteeBase({ isLoading, isLockedNow, isUnderLenientControlNow, grantees, sharedObject, isDirty, currentUserPermissions, dashboardFilters, dashboardParameters, isShareGrantHidden, applyShareGrantOnSelect, showDashboardShareLink, isGranteeShareLoading, onCancel, onSubmit, onGranteeDelete, onGranularGranteeChange, onAddGranteeButtonClick, onLockChange, onUnderLenientControlChange, isCurrentUserWorkspaceManager, onShareLinkCopy }: IShareGranteeBaseProps): JSX.Element;
|
|
9698
|
+
export declare function ShareGranteeBase({ isLoading, isLockedNow, isUnderLenientControlNow, grantees, sharedObject, isDirty, currentUserPermissions, dashboardFilters, dashboardParameters, dashboardLinkBasePath, isShareGrantHidden, applyShareGrantOnSelect, showDashboardShareLink, isGranteeShareLoading, onCancel, onSubmit, onGranteeDelete, onGranularGranteeChange, onAddGranteeButtonClick, onLockChange, onUnderLenientControlChange, isCurrentUserWorkspaceManager, onShareLinkCopy }: IShareGranteeBaseProps): JSX.Element;
|
|
9638
9699
|
|
|
9639
9700
|
/**
|
|
9640
9701
|
* To make this component work, parent container needs this:
|
|
@@ -10148,11 +10209,13 @@ export declare function UiChip({ label, tag, isDeletable, isActive, isLocked, is
|
|
|
10148
10209
|
*/
|
|
10149
10210
|
export declare function UiCombobox({ children, ...props }: IUiComboboxProps): JSX.Element;
|
|
10150
10211
|
|
|
10151
|
-
/**
|
|
10152
|
-
|
|
10153
|
-
|
|
10154
|
-
|
|
10155
|
-
|
|
10212
|
+
/**
|
|
10213
|
+
* Binds `UiTextInput` to the surrounding `UiCombobox` state: value, keyboard
|
|
10214
|
+
* handler, open/close, ARIA combobox+listbox attributes.
|
|
10215
|
+
*
|
|
10216
|
+
* @internal
|
|
10217
|
+
*/
|
|
10218
|
+
export declare const UiComboboxInput: ForwardRefExoticComponent<IUiComboboxInputProps & RefAttributes<HTMLInputElement>>;
|
|
10156
10219
|
|
|
10157
10220
|
/** @internal */
|
|
10158
10221
|
export declare function UiComboboxList({ children, className, ...htmlProps }: IUiComboboxListProps): JSX.Element;
|
|
@@ -10160,33 +10223,20 @@ export declare function UiComboboxList({ children, className, ...htmlProps }: IU
|
|
|
10160
10223
|
/** @internal */
|
|
10161
10224
|
export declare function UiComboboxListItem(props: IUiComboboxListItemProps): JSX.Element;
|
|
10162
10225
|
|
|
10163
|
-
/**
|
|
10164
|
-
* Renders the "creatable" label suffix within a combobox list item.
|
|
10165
|
-
* Use this component for composable customization of list item content.
|
|
10166
|
-
*
|
|
10167
|
-
* @internal
|
|
10168
|
-
*/
|
|
10226
|
+
/** @internal */
|
|
10169
10227
|
export declare function UiComboboxListItemCreatableLabel(props: UiComboboxListItemCreatableLabelProps): JSX.Element;
|
|
10170
10228
|
|
|
10171
10229
|
/** @internal */
|
|
10172
10230
|
export declare type UiComboboxListItemCreatableLabelProps = HTMLAttributes<HTMLSpanElement>;
|
|
10173
10231
|
|
|
10174
|
-
/**
|
|
10175
|
-
* Renders the primary label content within a combobox list item.
|
|
10176
|
-
* Use this component for composable customization of list item content.
|
|
10177
|
-
*
|
|
10178
|
-
* @internal
|
|
10179
|
-
*/
|
|
10232
|
+
/** @internal */
|
|
10180
10233
|
export declare function UiComboboxListItemLabel(props: UiComboboxListItemLabelProps): JSX.Element;
|
|
10181
10234
|
|
|
10182
10235
|
/** @internal */
|
|
10183
10236
|
export declare type UiComboboxListItemLabelProps = HTMLAttributes<HTMLSpanElement>;
|
|
10184
10237
|
|
|
10185
10238
|
/** @internal */
|
|
10186
|
-
export declare function UiComboboxPopup({
|
|
10187
|
-
|
|
10188
|
-
/** @internal */
|
|
10189
|
-
export declare type UiComboboxPopupProps = HTMLAttributes<HTMLDivElement>;
|
|
10239
|
+
export declare function UiComboboxPopup({ children, style }: IUiComboboxPopupProps): JSX.Element | null;
|
|
10190
10240
|
|
|
10191
10241
|
/**
|
|
10192
10242
|
* Modal confirm dialog used for actions that need explicit user confirmation
|
|
@@ -10319,6 +10369,22 @@ export declare function UiErrorPage({ title, description, dataTestId, accessibil
|
|
|
10319
10369
|
*/
|
|
10320
10370
|
export declare function UiFloatingElement({ children, anchor, isOpen, onClose, placement, alignPoints, strategy, offset, autoFlip, closeOnOutsideClick, closeOnEscape, closeOnParentScroll, closeOnMouseDrag, ignoreClicksOn, shouldCloseOnClick, zIndex: zIndexProp, className, contentClassName, style, width, maxWidth, maxHeight, accessibilityConfig, onPlacementChange }: IUiFloatingElementProps): JSX.Element | null;
|
|
10321
10371
|
|
|
10372
|
+
/**
|
|
10373
|
+
* `UiFloatingElement` plus the kit's canonical popup chrome (background,
|
|
10374
|
+
* border-radius, shadow). Shared surface for dropdowns, comboboxes, pickers.
|
|
10375
|
+
*
|
|
10376
|
+
* @internal
|
|
10377
|
+
*/
|
|
10378
|
+
export declare function UiFloatingPanel({ children, padding, ...rest }: IUiFloatingPanelProps): JSX.Element;
|
|
10379
|
+
|
|
10380
|
+
/**
|
|
10381
|
+
* - `"none"` — content owns its own padding.
|
|
10382
|
+
* - `"listbox"` — `4px 0` so listbox-style popups breathe at top/bottom.
|
|
10383
|
+
*
|
|
10384
|
+
* @internal
|
|
10385
|
+
*/
|
|
10386
|
+
export declare type UiFloatingPanelPadding = "none" | "listbox";
|
|
10387
|
+
|
|
10322
10388
|
/**
|
|
10323
10389
|
* @internal
|
|
10324
10390
|
*/
|
|
@@ -10684,7 +10750,7 @@ export declare function UiTags({ tags, tagOptions, addLabel, nameLabel, cancelLa
|
|
|
10684
10750
|
*
|
|
10685
10751
|
* @internal
|
|
10686
10752
|
*/
|
|
10687
|
-
export declare function UiTextInput({ type, value, onChange, label, placeholder, iconBefore, iconAfter, onIconAfter, accessibilityConfig, disabled, autoFocus, onKeyDown, onFocus, onBlur, onClick, dataTestId }: IUiTextInputProps): JSX.Element;
|
|
10753
|
+
export declare function UiTextInput({ type, value, onChange, label, placeholder, iconBefore, iconAfter, onIconAfter, accessibilityConfig, disabled, autoFocus, onKeyDown, onFocus, onBlur, onClick, dataTestId, inputRef, wrapperRef, name, autoComplete, autoCapitalize, autoCorrect }: IUiTextInputProps): JSX.Element;
|
|
10688
10754
|
|
|
10689
10755
|
/**
|
|
10690
10756
|
* Interpolation values accepted by `react-intl`'s `formatMessage`, **narrowed
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui-kit",
|
|
3
|
-
"version": "11.42.0-alpha.
|
|
3
|
+
"version": "11.42.0-alpha.2",
|
|
4
4
|
"description": "GoodData SDK - UI Building Components",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "GoodData Corporation",
|
|
@@ -75,11 +75,11 @@
|
|
|
75
75
|
"tslib": "2.8.1",
|
|
76
76
|
"unified": "^11.0.5",
|
|
77
77
|
"uuid": "11.1.1",
|
|
78
|
-
"@gooddata/sdk-backend-spi": "11.42.0-alpha.
|
|
79
|
-
"@gooddata/sdk-model": "11.42.0-alpha.
|
|
80
|
-
"@gooddata/sdk-ui": "11.42.0-alpha.
|
|
81
|
-
"@gooddata/
|
|
82
|
-
"@gooddata/
|
|
78
|
+
"@gooddata/sdk-backend-spi": "11.42.0-alpha.2",
|
|
79
|
+
"@gooddata/sdk-model": "11.42.0-alpha.2",
|
|
80
|
+
"@gooddata/sdk-ui-theme-provider": "11.42.0-alpha.2",
|
|
81
|
+
"@gooddata/sdk-ui": "11.42.0-alpha.2",
|
|
82
|
+
"@gooddata/util": "11.42.0-alpha.2"
|
|
83
83
|
},
|
|
84
84
|
"devDependencies": {
|
|
85
85
|
"@microsoft/api-documenter": "^7.17.0",
|
|
@@ -128,11 +128,11 @@
|
|
|
128
128
|
"typescript": "5.9.3",
|
|
129
129
|
"vitest": "4.1.8",
|
|
130
130
|
"vitest-dom": "0.1.1",
|
|
131
|
-
"@gooddata/eslint-config": "11.42.0-alpha.
|
|
132
|
-
"@gooddata/oxlint-config": "11.42.0-alpha.
|
|
133
|
-
"@gooddata/reference-workspace": "11.42.0-alpha.
|
|
134
|
-
"@gooddata/sdk-backend-mockingbird": "11.42.0-alpha.
|
|
135
|
-
"@gooddata/stylelint-config": "11.42.0-alpha.
|
|
131
|
+
"@gooddata/eslint-config": "11.42.0-alpha.2",
|
|
132
|
+
"@gooddata/oxlint-config": "11.42.0-alpha.2",
|
|
133
|
+
"@gooddata/reference-workspace": "11.42.0-alpha.2",
|
|
134
|
+
"@gooddata/sdk-backend-mockingbird": "11.42.0-alpha.2",
|
|
135
|
+
"@gooddata/stylelint-config": "11.42.0-alpha.2"
|
|
136
136
|
},
|
|
137
137
|
"peerDependencies": {
|
|
138
138
|
"react": "^18.0.0 || ^19.0.0",
|
|
@@ -58,22 +58,6 @@
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
|
|
61
|
-
&__popup {
|
|
62
|
-
background-color: variables.$gd-color-white;
|
|
63
|
-
border: 1px solid variables.$gd-border-color;
|
|
64
|
-
@include mixins.border-radius(8px);
|
|
65
|
-
@include mixins.box-shadow(0 16px 32px rgb(12 23 31 / 16%));
|
|
66
|
-
|
|
67
|
-
overflow: hidden;
|
|
68
|
-
padding: 4px 0;
|
|
69
|
-
max-width: 480px;
|
|
70
|
-
z-index: 10;
|
|
71
|
-
|
|
72
|
-
@media #{variables.$small-only} {
|
|
73
|
-
max-width: 100vw;
|
|
74
|
-
}
|
|
75
|
-
}
|
|
76
|
-
|
|
77
61
|
&__list {
|
|
78
62
|
list-style: none;
|
|
79
63
|
margin: 0;
|
|
@@ -1,25 +1,6 @@
|
|
|
1
|
-
// (C) 2025 GoodData Corporation
|
|
2
|
-
|
|
3
|
-
@use "../../../styles/scss/variables";
|
|
1
|
+
// (C) 2025-2026 GoodData Corporation
|
|
4
2
|
|
|
5
3
|
.gd-ui-kit-dropdown {
|
|
6
|
-
&__body {
|
|
7
|
-
position: relative;
|
|
8
|
-
border-radius: 3px;
|
|
9
|
-
font-family: var(--gd-font-family), gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif;
|
|
10
|
-
background-color: var(--gd-palette-complementary-0, #fff);
|
|
11
|
-
box-shadow: 0 1px 20px var(--gd-shadow-color, rgba(20, 56, 93, 0.15));
|
|
12
|
-
|
|
13
|
-
@media (forced-colors: active) {
|
|
14
|
-
// stylelint-disable-next-line declaration-no-important
|
|
15
|
-
border: 1px solid transparent !important;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
@media #{variables.$small-only} {
|
|
19
|
-
border-radius: 0;
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
|
|
23
4
|
&__button {
|
|
24
5
|
&--fullWidth {
|
|
25
6
|
width: 100%;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
// (C) 2026 GoodData Corporation
|
|
2
|
+
|
|
3
|
+
@use "../../../styles/scss/variables";
|
|
4
|
+
|
|
5
|
+
// Canonical kit floating-panel chrome. Used by dropdowns, comboboxes, and any
|
|
6
|
+
// other primitive that renders a list-shaped popup over the current view.
|
|
7
|
+
.gd-ui-kit-floating-panel {
|
|
8
|
+
position: relative;
|
|
9
|
+
background-color: var(--gd-palette-complementary-0, #fff);
|
|
10
|
+
border-radius: 3px;
|
|
11
|
+
box-shadow: 0 1px 20px var(--gd-shadow-color, rgba(20, 56, 93, 0.15));
|
|
12
|
+
font-family: var(--gd-font-family), gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif;
|
|
13
|
+
|
|
14
|
+
@media (forced-colors: active) {
|
|
15
|
+
// stylelint-disable-next-line declaration-no-important
|
|
16
|
+
border: 1px solid transparent !important;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
@media #{variables.$small-only} {
|
|
20
|
+
border-radius: 0;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
// Listbox-style padding for popups whose direct children are option rows.
|
|
24
|
+
&--padding-listbox {
|
|
25
|
+
padding: 4px 0;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
@@ -60,6 +60,14 @@ $popover_footer_gap: 10px;
|
|
|
60
60
|
&:empty {
|
|
61
61
|
display: none;
|
|
62
62
|
}
|
|
63
|
+
|
|
64
|
+
// `align-items: flex-start` shrinks block children to intrinsic width.
|
|
65
|
+
// Stretch direct UiTextInput descendants — combobox listboxes anchor
|
|
66
|
+
// to the text-input wrapper and a too-narrow anchor produces a too-
|
|
67
|
+
// narrow popup.
|
|
68
|
+
> .gd-ui-kit-text-input {
|
|
69
|
+
width: 100%;
|
|
70
|
+
}
|
|
63
71
|
}
|
|
64
72
|
|
|
65
73
|
&__footer {
|
|
@@ -49,16 +49,20 @@
|
|
|
49
49
|
flex: 1 1 auto;
|
|
50
50
|
min-width: 0;
|
|
51
51
|
height: 100%;
|
|
52
|
-
padding
|
|
52
|
+
// 2px sits on top of the field's 7px padding so text isn't flush to the border.
|
|
53
|
+
padding: 0 0 0 2px;
|
|
53
54
|
border: none;
|
|
54
55
|
background: transparent;
|
|
55
56
|
font-family: inherit;
|
|
56
57
|
font-size: 14px;
|
|
58
|
+
line-height: 22px;
|
|
57
59
|
color: var(--gd-palette-complementary-8);
|
|
58
60
|
outline: none;
|
|
59
61
|
|
|
60
62
|
&::placeholder {
|
|
61
|
-
|
|
63
|
+
// `opacity` not `rgba(var(...))` so theme overrides of complementary-7 still apply.
|
|
64
|
+
color: var(--gd-palette-complementary-7);
|
|
65
|
+
opacity: 0.75;
|
|
62
66
|
}
|
|
63
67
|
|
|
64
68
|
&:disabled {
|
package/src/@ui/index.scss
CHANGED
|
@@ -27,6 +27,7 @@
|
|
|
27
27
|
@use "./UiCard/UiCard.scss";
|
|
28
28
|
@use "./UiSubmenuHeader/UiSubmenuHeader.scss";
|
|
29
29
|
@use "./UiDropdown/UiDropdown.scss";
|
|
30
|
+
@use "./UiFloatingPanel/UiFloatingPanel.scss";
|
|
30
31
|
@use "./UiBreadcrumb/UiBreadcrumb.scss";
|
|
31
32
|
@use "./UiInlineTextGenerator/UiInlineTextGenerator.scss";
|
|
32
33
|
@use "./UiErrorPage/UiErrorPage.scss";
|
package/styles/css/list.css
CHANGED
|
@@ -1251,7 +1251,8 @@ button.gd-list-item {
|
|
|
1251
1251
|
overflow: hidden;
|
|
1252
1252
|
text-overflow: ellipsis;
|
|
1253
1253
|
}
|
|
1254
|
-
.gd-list-item .gd-list-icon
|
|
1254
|
+
.gd-list-item .gd-list-icon,
|
|
1255
|
+
.gd-list-item .gd-list-icon-right {
|
|
1255
1256
|
flex: 0 0 auto;
|
|
1256
1257
|
}
|
|
1257
1258
|
.is-multiselect .gd-list-item.is-selected {
|
|
@@ -1368,6 +1369,10 @@ button.gd-list-item {
|
|
|
1368
1369
|
margin-right: 0;
|
|
1369
1370
|
}
|
|
1370
1371
|
|
|
1372
|
+
.gd-list-icon-right {
|
|
1373
|
+
margin-right: 0;
|
|
1374
|
+
}
|
|
1375
|
+
|
|
1371
1376
|
.gd-list-item .input-checkbox-label,
|
|
1372
1377
|
.gd-list-actions .input-checkbox-label {
|
|
1373
1378
|
padding-right: 0;
|
package/styles/css/list.css.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["../../node_modules/fixed-data-table-2/dist/fixed-data-table.css","../scss/animations.scss","../scss/mixins.scss","../scss/indigoFont.scss","../scss/list.scss","../scss/variables.scss"],"names":[],"mappings":"AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAYA;AAAA;AAAA;AAIA;AACA;AAAA;EAEE;EACA;;;AAGF;AAAA;EAEE;EACA;;;AAGF;AAAA;AAAA;EAGE;;;AAGF;EACE;;;AAGF;AAAA;AAAA;EAGE;;;AAGF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAYA;AAAA;AAAA;AAGA;EACE;;;AAGF;AAAA;EAEE;;;AAGF;EACE;;;AAGF;AAAA;AAAA;EAGE;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;AAAA;AAAA;AAGA;EACE;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACC;EACA;EACA;EACA;EACA;;;AAGD;EACE;EACA;;;AAGF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAWA;AAAA;AAAA;AAGA;EACE;;;AAGF;AAAA;EAEE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAYA;AAAA;AAAA;AAGA;EACE;EACA;;;AAGF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAWA;EACE;EACA;EACA;EACA;EACA;EACG;EACC;EACI;;;AAGV;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;EACA;EACA;AAEA;EACA;EACA;EACA;;;AAGF;AAAA;AAAA;AAAA;AAAA;AAAA;AAMA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;AAAA;EAEE;EACA;;;AAGF;AACA;AAAA;EAEE;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;AACA;AAAA;EAEE;;;AAGF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAWA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAWA;EACE;EACQ;EACR;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;EACA;;;AAEF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAWA;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAIF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAWA;EACE;EACA;EACA;EACA;EACA;;;AAGF;AAAA;EAEE;EACA;;;AAGF;EACE;EACA;;;AAGF;AAAA;EAEE;EACA;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAWA;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;EACQ;EACR;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAWA;AAAA;AAAA;AAGA;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAEF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;;ACxmBF;AAAA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
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../../node_modules/fixed-data-table-2/dist/fixed-data-table.css","../scss/animations.scss","../scss/mixins.scss","../scss/indigoFont.scss","../scss/list.scss","../scss/variables.scss"],"names":[],"mappings":"AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAYA;AAAA;AAAA;AAIA;AACA;AAAA;EAEE;EACA;;;AAGF;AAAA;EAEE;EACA;;;AAGF;AAAA;AAAA;EAGE;;;AAGF;EACE;;;AAGF;AAAA;AAAA;EAGE;;;AAGF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAYA;AAAA;AAAA;AAGA;EACE;;;AAGF;AAAA;EAEE;;;AAGF;EACE;;;AAGF;AAAA;AAAA;EAGE;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;AAAA;AAAA;AAGA;EACE;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACC;EACA;EACA;EACA;EACA;;;AAGD;EACE;EACA;;;AAGF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAWA;AAAA;AAAA;AAGA;EACE;;;AAGF;AAAA;EAEE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAYA;AAAA;AAAA;AAGA;EACE;EACA;;;AAGF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAWA;EACE;EACA;EACA;EACA;EACA;EACG;EACC;EACI;;;AAGV;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;EACA;EACA;AAEA;EACA;EACA;EACA;;;AAGF;AAAA;AAAA;AAAA;AAAA;AAAA;AAMA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;AAAA;EAEE;EACA;;;AAGF;AACA;AAAA;EAEE;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;AACA;AAAA;EAEE;;;AAGF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAWA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAWA;EACE;EACQ;EACR;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;EACA;;;AAEF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAWA;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAIF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAWA;EACE;EACA;EACA;EACA;EACA;;;AAGF;AAAA;EAEE;EACA;;;AAGF;EACE;EACA;;;AAGF;AAAA;EAEE;EACA;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAWA;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;EACQ;EACR;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAWA;AAAA;AAAA;AAGA;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAEF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;;ACxmBF;AAAA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","file":"list.css"}
|
package/styles/css/main.css
CHANGED
|
@@ -1544,21 +1544,6 @@
|
|
|
1544
1544
|
cursor: not-allowed;
|
|
1545
1545
|
box-shadow: none;
|
|
1546
1546
|
}
|
|
1547
|
-
.gd-ui-kit-combobox__popup {
|
|
1548
|
-
background-color: var(--gd-palette-complementary-0, #fff);
|
|
1549
|
-
border: 1px solid var(--gd-palette-complementary-3, #dde4eb);
|
|
1550
|
-
border-radius: 8px;
|
|
1551
|
-
box-shadow: 0 16px 32px rgba(12, 23, 31, 0.16);
|
|
1552
|
-
overflow: hidden;
|
|
1553
|
-
padding: 4px 0;
|
|
1554
|
-
max-width: 480px;
|
|
1555
|
-
z-index: 10;
|
|
1556
|
-
}
|
|
1557
|
-
@media only screen and (max-width: 640px) {
|
|
1558
|
-
.gd-ui-kit-combobox__popup {
|
|
1559
|
-
max-width: 100vw;
|
|
1560
|
-
}
|
|
1561
|
-
}
|
|
1562
1547
|
.gd-ui-kit-combobox__list {
|
|
1563
1548
|
list-style: none;
|
|
1564
1549
|
margin: 0;
|
|
@@ -1909,7 +1894,6 @@
|
|
|
1909
1894
|
}
|
|
1910
1895
|
.gd-ui-kit-menu__item--isDisabled {
|
|
1911
1896
|
color: var(--gd-palette-complementary-5);
|
|
1912
|
-
cursor: not-allowed;
|
|
1913
1897
|
}
|
|
1914
1898
|
.gd-ui-kit-menu__item--isSelected {
|
|
1915
1899
|
font-weight: bold;
|
|
@@ -2920,10 +2904,6 @@
|
|
|
2920
2904
|
outline: 2px solid var(--gd-palette-primary-base, #14b2e2);
|
|
2921
2905
|
}
|
|
2922
2906
|
|
|
2923
|
-
.gd-ui-kit-tags__add-input {
|
|
2924
|
-
width: 100%;
|
|
2925
|
-
}
|
|
2926
|
-
|
|
2927
2907
|
.gd-ui-kit-tag {
|
|
2928
2908
|
font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
|
|
2929
2909
|
padding: 0;
|
|
@@ -3093,6 +3073,9 @@
|
|
|
3093
3073
|
.gd-ui-kit-popover__content:empty {
|
|
3094
3074
|
display: none;
|
|
3095
3075
|
}
|
|
3076
|
+
.gd-ui-kit-popover__content > .gd-ui-kit-text-input {
|
|
3077
|
+
width: 100%;
|
|
3078
|
+
}
|
|
3096
3079
|
.gd-ui-kit-popover__footer {
|
|
3097
3080
|
display: flex;
|
|
3098
3081
|
padding: 10px;
|
|
@@ -3246,25 +3229,29 @@
|
|
|
3246
3229
|
line-height: normal;
|
|
3247
3230
|
}
|
|
3248
3231
|
|
|
3249
|
-
.gd-ui-kit-
|
|
3232
|
+
.gd-ui-kit-dropdown__button--fullWidth {
|
|
3233
|
+
width: 100%;
|
|
3234
|
+
}
|
|
3235
|
+
|
|
3236
|
+
.gd-ui-kit-floating-panel {
|
|
3250
3237
|
position: relative;
|
|
3251
|
-
border-radius: 3px;
|
|
3252
|
-
font-family: var(--gd-font-family), gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif;
|
|
3253
3238
|
background-color: var(--gd-palette-complementary-0, #fff);
|
|
3239
|
+
border-radius: 3px;
|
|
3254
3240
|
box-shadow: 0 1px 20px var(--gd-shadow-color, rgba(20, 56, 93, 0.15));
|
|
3241
|
+
font-family: var(--gd-font-family), gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif;
|
|
3255
3242
|
}
|
|
3256
3243
|
@media (forced-colors: active) {
|
|
3257
|
-
.gd-ui-kit-
|
|
3244
|
+
.gd-ui-kit-floating-panel {
|
|
3258
3245
|
border: 1px solid transparent !important;
|
|
3259
3246
|
}
|
|
3260
3247
|
}
|
|
3261
3248
|
@media only screen and (max-width: 640px) {
|
|
3262
|
-
.gd-ui-kit-
|
|
3249
|
+
.gd-ui-kit-floating-panel {
|
|
3263
3250
|
border-radius: 0;
|
|
3264
3251
|
}
|
|
3265
3252
|
}
|
|
3266
|
-
.gd-ui-kit-
|
|
3267
|
-
|
|
3253
|
+
.gd-ui-kit-floating-panel--padding-listbox {
|
|
3254
|
+
padding: 4px 0;
|
|
3268
3255
|
}
|
|
3269
3256
|
|
|
3270
3257
|
.gd-ui-kit-breadcrumb {
|
|
@@ -3469,16 +3456,18 @@
|
|
|
3469
3456
|
flex: 1 1 auto;
|
|
3470
3457
|
min-width: 0;
|
|
3471
3458
|
height: 100%;
|
|
3472
|
-
padding: 0;
|
|
3459
|
+
padding: 0 0 0 2px;
|
|
3473
3460
|
border: none;
|
|
3474
3461
|
background: transparent;
|
|
3475
3462
|
font-family: inherit;
|
|
3476
3463
|
font-size: 14px;
|
|
3464
|
+
line-height: 22px;
|
|
3477
3465
|
color: var(--gd-palette-complementary-8);
|
|
3478
3466
|
outline: none;
|
|
3479
3467
|
}
|
|
3480
3468
|
.gd-ui-kit-text-input__input::placeholder {
|
|
3481
|
-
color: var(--gd-palette-complementary-
|
|
3469
|
+
color: var(--gd-palette-complementary-7);
|
|
3470
|
+
opacity: 0.75;
|
|
3482
3471
|
}
|
|
3483
3472
|
.gd-ui-kit-text-input__input:disabled {
|
|
3484
3473
|
cursor: not-allowed;
|
|
@@ -8791,7 +8780,8 @@ button.gd-list-item {
|
|
|
8791
8780
|
overflow: hidden;
|
|
8792
8781
|
text-overflow: ellipsis;
|
|
8793
8782
|
}
|
|
8794
|
-
.gd-list-item .gd-list-icon
|
|
8783
|
+
.gd-list-item .gd-list-icon,
|
|
8784
|
+
.gd-list-item .gd-list-icon-right {
|
|
8795
8785
|
flex: 0 0 auto;
|
|
8796
8786
|
}
|
|
8797
8787
|
.is-multiselect .gd-list-item.is-selected {
|
|
@@ -8908,6 +8898,10 @@ button.gd-list-item {
|
|
|
8908
8898
|
margin-right: 0;
|
|
8909
8899
|
}
|
|
8910
8900
|
|
|
8901
|
+
.gd-list-icon-right {
|
|
8902
|
+
margin-right: 0;
|
|
8903
|
+
}
|
|
8904
|
+
|
|
8911
8905
|
.gd-list-item .input-checkbox-label,
|
|
8912
8906
|
.gd-list-actions .input-checkbox-label {
|
|
8913
8907
|
padding-right: 0;
|