ods-component-lib 1.17.178 → 1.17.180
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/antd/button/OdsButton.styled.d.ts +2 -2
- package/dist/components/devextreme/OdsDataGrid.d.ts +0 -1
- package/dist/index.css +245 -76
- package/dist/index.js +4 -12
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +4 -12
- package/dist/index.modern.js.map +1 -1
- package/package.json +108 -108
- package/dist/OdsDataGrid.d.ts +0 -3
- package/dist/components/antd/table/OdsTable.d.ts +0 -3
- package/dist/components/devextreme/DxDataGridForm.d.ts +0 -3
- package/dist/components/devextreme/datagrid/OdsDataGrid.d.ts +0 -21
- /package/dist/components/antd/datepicker/{OdsDateRangepicker.d.ts → OdsDateRangePicker.d.ts} +0 -0
|
@@ -3,9 +3,9 @@ export declare const StyledButton: import("styled-components").StyledComponent<i
|
|
|
3
3
|
href: string;
|
|
4
4
|
target?: import("react").HTMLAttributeAnchorTarget;
|
|
5
5
|
onClick?: (event: import("react").MouseEvent<HTMLAnchorElement, MouseEvent>) => void;
|
|
6
|
-
} & import("antd/es/button/button").BaseButtonProps & Pick<import("react").AnchorHTMLAttributes<
|
|
6
|
+
} & import("antd/es/button/button").BaseButtonProps & Pick<import("react").AnchorHTMLAttributes<HTMLButtonElement | HTMLAnchorElement>, "slot" | "style" | "title" | "role" | "className" | "onMouseEnter" | "onMouseLeave" | "children" | "id" | "tabIndex" | "autoFocus" | "placeholder" | "onBlur" | "onFocus" | "onKeyUp" | "onKeyDown" | "onMouseDown" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onSelect" | "defaultValue" | "onChange" | "download" | "href" | "hrefLang" | "media" | "ping" | "target" | "referrerPolicy" | "defaultChecked" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "lang" | "nonce" | "spellCheck" | "translate" | "radioGroup" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocusCapture" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDownCapture" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & {
|
|
7
7
|
htmlType?: "button" | "submit" | "reset";
|
|
8
8
|
onClick?: (event: import("react").MouseEvent<HTMLButtonElement, MouseEvent>) => void;
|
|
9
|
-
} & Pick<import("react").ButtonHTMLAttributes<HTMLButtonElement>, "form" | "slot" | "style" | "title" | "name" | "
|
|
9
|
+
} & Pick<import("react").ButtonHTMLAttributes<HTMLButtonElement>, "form" | "slot" | "style" | "title" | "name" | "role" | "className" | "onMouseEnter" | "onMouseLeave" | "children" | "id" | "tabIndex" | "autoFocus" | "placeholder" | "disabled" | "onBlur" | "onFocus" | "onKeyUp" | "onKeyDown" | "onMouseDown" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onSelect" | "value" | "defaultValue" | "onChange" | "defaultChecked" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "lang" | "nonce" | "spellCheck" | "translate" | "radioGroup" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocusCapture" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDownCapture" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget">> & import("react").RefAttributes<HTMLElement>> & {
|
|
10
10
|
Group: import("react").FC<import("antd/es/button").ButtonGroupProps>;
|
|
11
11
|
}, any, {}, never>;
|
package/dist/index.css
CHANGED
|
@@ -1,77 +1,246 @@
|
|
|
1
|
-
|
|
2
|
-
:root {
|
|
3
|
-
--colorText: #000000E0;
|
|
4
|
-
--controlItemBgActive:#E6F4FF
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
tr._2CvVM._3udtX._32nFu{
|
|
8
|
-
background: var(--controlItemBgActive, #E6F4FF) !important;
|
|
9
|
-
display: flex;
|
|
10
|
-
align-items: center;
|
|
11
|
-
flex: 1 0 0;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
._2jY0l {
|
|
15
|
-
padding-top: 10px !important;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
._36VXO {
|
|
19
|
-
width: 100%;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
div._1veiV {
|
|
23
|
-
max-width: 100% !important;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
tr:first-child {
|
|
27
|
-
background-color: #E6F4FF !important; /* Replace with your desired background color */
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
._q4jkZ > ._1UPzZ, ._q4jkZ > ._1XbNt {
|
|
32
|
-
border-bottom: 1px solid rgba(0, 0, 0, 0.06);
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
._q4jkZ ._1UPzZ, ._1GEDH + ._1UPzZ, ._1UPzZ._4V16J {
|
|
36
|
-
border-top: 1px solid rgba(0, 0, 0, 0.06);
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
._q4jkZ > ._1GEDH, ._q4jkZ > ._1UPzZ, ._q4jkZ > ._1XbNt {
|
|
40
|
-
border-left: 1px solid rgba(0, 0, 0, 0.06);
|
|
41
|
-
border-right: 1px solid rgba(0, 0, 0, 0.06);
|
|
42
|
-
border-radius: 5px;
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
._q4jkZ > ._3mbXf, ._q4jkZ > ._1GEDH {
|
|
46
|
-
border-top: 1px solid rgba(0, 0, 0, 0.06);
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
._1GEDH ._2NiLf ._2CvVM > td {
|
|
50
|
-
border-bottom: 1px solid rgba(0, 0, 0, 0.06);
|
|
51
|
-
/* border-right: 1px solid rgba(0, 108, 198, 1); */
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
._36VXO ._3udtX > td {
|
|
55
|
-
border-left: 1px solid rgba(0, 0, 0, 0.06);
|
|
56
|
-
border-right: 1px solid rgba(0, 0, 0, 0.06);
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
._1GEDH {
|
|
60
|
-
border-bottom: none;
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
._1GEDH {
|
|
64
|
-
color: #000000E0;
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
._pljbP {
|
|
68
|
-
border-radius: 6px;
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
._3nKdN, ._23Fql {
|
|
72
|
-
background-color: #E6F4FF;
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
._1hTxK._3umXw {
|
|
76
|
-
background-color: #E6F4FF;
|
|
1
|
+
|
|
2
|
+
:root {
|
|
3
|
+
--colorText: #000000E0;
|
|
4
|
+
--controlItemBgActive:#E6F4FF
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
tr._2CvVM._3udtX._32nFu{
|
|
8
|
+
background: var(--controlItemBgActive, #E6F4FF) !important;
|
|
9
|
+
display: flex;
|
|
10
|
+
align-items: center;
|
|
11
|
+
flex: 1 0 0;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
._2jY0l {
|
|
15
|
+
padding-top: 10px !important;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
._36VXO {
|
|
19
|
+
width: 100%;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
div._1veiV {
|
|
23
|
+
max-width: 100% !important;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
tr:first-child {
|
|
27
|
+
background-color: #E6F4FF !important; /* Replace with your desired background color */
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
._q4jkZ > ._1UPzZ, ._q4jkZ > ._1XbNt {
|
|
32
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.06);
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
._q4jkZ ._1UPzZ, ._1GEDH + ._1UPzZ, ._1UPzZ._4V16J {
|
|
36
|
+
border-top: 1px solid rgba(0, 0, 0, 0.06);
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
._q4jkZ > ._1GEDH, ._q4jkZ > ._1UPzZ, ._q4jkZ > ._1XbNt {
|
|
40
|
+
border-left: 1px solid rgba(0, 0, 0, 0.06);
|
|
41
|
+
border-right: 1px solid rgba(0, 0, 0, 0.06);
|
|
42
|
+
border-radius: 5px;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
._q4jkZ > ._3mbXf, ._q4jkZ > ._1GEDH {
|
|
46
|
+
border-top: 1px solid rgba(0, 0, 0, 0.06);
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
._1GEDH ._2NiLf ._2CvVM > td {
|
|
50
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.06);
|
|
51
|
+
/* border-right: 1px solid rgba(0, 108, 198, 1); */
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
._36VXO ._3udtX > td {
|
|
55
|
+
border-left: 1px solid rgba(0, 0, 0, 0.06);
|
|
56
|
+
border-right: 1px solid rgba(0, 0, 0, 0.06);
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
._1GEDH {
|
|
60
|
+
border-bottom: none;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
._1GEDH {
|
|
64
|
+
color: #000000E0;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
._pljbP {
|
|
68
|
+
border-radius: 6px;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
._3nKdN, ._23Fql {
|
|
72
|
+
background-color: #E6F4FF;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
._1hTxK._3umXw {
|
|
76
|
+
background-color: #E6F4FF;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
._q4jkZ > ._1UPzZ, ._q4jkZ > ._1XbNt {
|
|
81
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.06);
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
._q4jkZ ._1UPzZ, ._1GEDH + ._1UPzZ, ._1UPzZ._4V16J {
|
|
85
|
+
border-top: 1px solid rgba(0, 0, 0, 0.06);
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
._q4jkZ > ._1GEDH, ._q4jkZ > ._1UPzZ, ._q4jkZ > ._1XbNt {
|
|
89
|
+
border-left: 1px solid rgba(0, 0, 0, 0.06);
|
|
90
|
+
border-right: 1px solid rgba(0, 0, 0, 0.06);
|
|
91
|
+
border-radius: 5px;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
._q4jkZ > ._3mbXf, ._q4jkZ > ._1GEDH {
|
|
95
|
+
border-top: 1px solid rgba(0, 0, 0, 0.06);
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
._1GEDH ._2NiLf ._2CvVM > td {
|
|
99
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.06);
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
._36VXO ._3udtX > td {
|
|
103
|
+
border-left: 1px solid rgba(0, 0, 0, 0.06);
|
|
104
|
+
border-right: 1px solid rgba(0, 0, 0, 0.06);
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
._1GEDH {
|
|
108
|
+
border-bottom: none;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
._1GEDH {
|
|
112
|
+
color: #000000E0;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
._pljbP {
|
|
116
|
+
border-radius: 6px;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
._3nKdN, ._23Fql {
|
|
120
|
+
background-color: #E6F4FF;
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
._1hTxK._3umXw {
|
|
124
|
+
background-color: #E6F4FF;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
:where(.css-dev-only-do-not-override-14wwjjs)._2Xot0 ._jI9s7, :where(.css-dev-only-do-not-override-14wwjjs)._2pgRX._jI9s7, :where(.css-dev-only-do-not-override-14wwjjs)._pnboS._jI9s7 {
|
|
128
|
+
padding: 0 0 5px !important;
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
:where(.css-dev-only-do-not-override-14wwjjs)._2pddq ._1EpL2 {
|
|
132
|
+
padding: 16px 24px 16px 24px;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
:where(.css-dev-only-do-not-override-14wwjjs)._2pddq ._oHm_D {
|
|
136
|
+
margin-bottom: 16px;
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
._36VXO._8U8_Y._q4jkZ{
|
|
140
|
+
border-radius: 6px;
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
._2jY0l ._39Ful {
|
|
144
|
+
margin-bottom: 0 !important;
|
|
145
|
+
padding: 8px 12px 8px 12px;
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
._q4jkZ > ._1UPzZ, ._q4jkZ > ._1XbNt {
|
|
151
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.06);
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
._q4jkZ ._1UPzZ, ._1GEDH + ._1UPzZ, ._1UPzZ._4V16J {
|
|
155
|
+
border-top: 1px solid rgba(0, 0, 0, 0.06);
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
._q4jkZ > ._1GEDH, ._q4jkZ > ._1UPzZ, ._q4jkZ > ._1XbNt {
|
|
159
|
+
border-left: 1px solid rgba(0, 0, 0, 0.06);
|
|
160
|
+
border-right: 1px solid rgba(0, 0, 0, 0.06);
|
|
161
|
+
border-radius: 5px;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
._q4jkZ > ._3mbXf, ._q4jkZ > ._1GEDH {
|
|
165
|
+
border-top: 1px solid rgba(0, 0, 0, 0.06);
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
._1GEDH ._2NiLf ._2CvVM > td {
|
|
169
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.06);
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
._36VXO ._3udtX > td {
|
|
173
|
+
border-left: 1px solid rgba(0, 0, 0, 0.06);
|
|
174
|
+
border-right: 1px solid rgba(0, 0, 0, 0.06);
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
._1GEDH {
|
|
178
|
+
border-bottom: none;
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
._2jY0l {
|
|
182
|
+
padding: 0 12px 0 12px;
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
._2P5bw{
|
|
186
|
+
font-family: Manrope;
|
|
187
|
+
font-size: 14px;
|
|
188
|
+
font-style: normal;
|
|
189
|
+
font-weight: 600;
|
|
190
|
+
line-height: 22px;
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
._1GEDH {
|
|
194
|
+
color: #000000E0;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
._pljbP {
|
|
199
|
+
border-radius: 6px;
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
._3nKdN, ._23Fql {
|
|
203
|
+
background-color: #E6F4FF;
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
._1hTxK._3umXw {
|
|
207
|
+
background-color: #E6F4FF;
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
._14hGA{
|
|
211
|
+
border-radius: 6px;
|
|
212
|
+
border: 1px solid var(--colorPrimaryBase, #1677FF);
|
|
213
|
+
background: var(--colorPrimaryBase, #1677FF);
|
|
214
|
+
box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.02);
|
|
215
|
+
padding: 0px 16px;
|
|
216
|
+
}
|
|
217
|
+
._206-B ._1IVO-, ._206-B ._1IVO-:last-child {
|
|
218
|
+
padding: 0 0 0 12px !important;
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
._3YUEG > ._3PA4V, ._3YUEG._3PA4V, ._nCVgW > ._3PA4V, ._nCVgW._3PA4V {
|
|
222
|
+
width: 150px;
|
|
223
|
+
border-radius: 6px;
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
._3UDfa._1YpJq._jgr8O._1nt2x._rCTdR._1p-OE._3HXdb._1Niat {
|
|
227
|
+
border-radius: 6px;
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
._3UDfa._1YpJq._jgr8O._1nt2x._1p-OE._3PkAD._1f3o9._3BPup._RzSdH._3a-Dk._2fqc4._2Yca_._FKRK3._1CDHH {
|
|
231
|
+
border-radius: 6px;
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
._3rlx6{
|
|
235
|
+
color: var(--colorTextHeading, var(--colorText, rgba(0, 0, 0, 0.88)));
|
|
236
|
+
/* Heading/Heading 5 */
|
|
237
|
+
font-family: Manrope;
|
|
238
|
+
font-size: 16px;
|
|
239
|
+
font-style: normal;
|
|
240
|
+
font-weight: 600;
|
|
241
|
+
line-height: 24px; /* 150% */
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
tr._2CvVM._3Xrp3._19iuB._3udtX {
|
|
245
|
+
height: 38px;
|
|
77
246
|
}
|
package/dist/index.js
CHANGED
|
@@ -627,7 +627,7 @@ function OdsPhoneInput(props) {
|
|
|
627
627
|
placeholder: props === null || props === void 0 ? void 0 : props.placeholder,
|
|
628
628
|
inputStyle: props === null || props === void 0 ? void 0 : props.inputStyle,
|
|
629
629
|
inputProps: {
|
|
630
|
-
required: props
|
|
630
|
+
required: props.required ? props.required : false
|
|
631
631
|
},
|
|
632
632
|
disabled: props.disabled ? props.disabled : false
|
|
633
633
|
}));
|
|
@@ -1505,22 +1505,14 @@ function grid(props, dataGridRef) {
|
|
|
1505
1505
|
location: "before"
|
|
1506
1506
|
}, React__default.createElement(antd.Typography.Title, {
|
|
1507
1507
|
level: 5,
|
|
1508
|
-
|
|
1509
|
-
padding: "8px",
|
|
1510
|
-
display: "flex",
|
|
1511
|
-
alignItems: "center",
|
|
1512
|
-
gap: "4px",
|
|
1513
|
-
alignSelf: "stretch"
|
|
1514
|
-
}
|
|
1508
|
+
className: "dx-header-title"
|
|
1515
1509
|
}, props.pageTitle)), React__default.createElement(dataGrid.Item, {
|
|
1516
1510
|
location: "before"
|
|
1517
1511
|
}, React__default.createElement(OdsButton, {
|
|
1512
|
+
className: "dx-add-new",
|
|
1518
1513
|
type: "primary",
|
|
1519
1514
|
disabled: props.actionPermission == undefined ? false : !props.actionPermission,
|
|
1520
|
-
onClick: props.onAddButton
|
|
1521
|
-
style: {
|
|
1522
|
-
marginBottom: "10px"
|
|
1523
|
-
}
|
|
1515
|
+
onClick: props.onAddButton
|
|
1524
1516
|
}, props.AddNewButtonName)), React__default.createElement(dataGrid.Item, {
|
|
1525
1517
|
name: "searchPanel"
|
|
1526
1518
|
}), React__default.createElement(dataGrid.Item, {
|