@alixpartners/ui-components 1.20.53 → 1.20.54

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.
Files changed (25) hide show
  1. package/.DS_Store +0 -0
  2. package/CHANGELOG.md +4 -0
  3. package/dist/esm/components/ApSimpleDropdown/ApSimpleDropdown.js +1 -1
  4. package/dist/esm/components/ApSimpleDropdown/ApSimpleDropdown.js.map +1 -1
  5. package/dist/types/components/ApNotifications/styles.d.ts +6 -9
  6. package/dist/umd/index.js +13 -28
  7. package/package.json +1 -1
  8. package/dist/esm/components/ApWidgets/ApCustomKPIWidget/ApCustomKPIWidget.js +0 -59
  9. package/dist/esm/components/ApWidgets/ApCustomKPIWidget/ApCustomKPIWidget.js.map +0 -1
  10. package/dist/esm/components/ApWidgets/ApCustomKPIWidget/index.js +0 -14
  11. package/dist/esm/components/ApWidgets/ApCustomKPIWidget/index.js.map +0 -1
  12. package/dist/esm/components/ApWidgets/ApCustomKPIWidget/styles.js +0 -20
  13. package/dist/esm/components/ApWidgets/ApCustomKPIWidget/styles.js.map +0 -1
  14. package/dist/esm/components/ApWidgets/ApWidgetBarChart/ApWidgetBarChart.js +0 -113
  15. package/dist/esm/components/ApWidgets/ApWidgetBarChart/ApWidgetBarChart.js.map +0 -1
  16. package/dist/esm/components/ApWidgets/ApWidgetBarChart/index.js +0 -14
  17. package/dist/esm/components/ApWidgets/ApWidgetBarChart/index.js.map +0 -1
  18. package/dist/esm/components/ApWidgets/ApWidgetBarChart/styles.js +0 -11
  19. package/dist/esm/components/ApWidgets/ApWidgetBarChart/styles.js.map +0 -1
  20. package/dist/types/components/ApWidgets/ApCustomKPIWidget/ApCustomKPIWidget.d.ts +0 -19
  21. package/dist/types/components/ApWidgets/ApCustomKPIWidget/index.d.ts +0 -1
  22. package/dist/types/components/ApWidgets/ApCustomKPIWidget/styles.d.ts +0 -9
  23. package/dist/types/components/ApWidgets/ApWidgetBarChart/ApWidgetBarChart.d.ts +0 -10
  24. package/dist/types/components/ApWidgets/ApWidgetBarChart/index.d.ts +0 -1
  25. package/dist/types/components/ApWidgets/ApWidgetBarChart/styles.d.ts +0 -1
package/.DS_Store ADDED
Binary file
package/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 1.20.54 (January 12 , 2022)
2
+
3
+ - Updated `ApSimpleDropdown`, fixed issue with checkbox item readOnly props missing
4
+
1
5
  ## 1.20.53 (December 2 , 2021)
2
6
 
3
7
  - Updated `ApSimpleDropdown`, added props to limit max amount of multiple items and support for top message
@@ -53,7 +53,7 @@ exports.ApSimpleDropdown = function (_a) {
53
53
  checked = selected.value === value;
54
54
  }
55
55
  }
56
- return multiple ? (React.createElement(ApCheckbox_1.ApCheckbox, { autoFocus: false, disabled: !checked && maxItemsExceeded, id: "storybook-checkbox", theme: "light", type: "checkbox", checked: checked })) : (React.createElement(ApSimpleDropdown_styles_1.CheckIcon, { iconName: "outline_done", visible: checked, iconSize: "18px" }));
56
+ return multiple ? (React.createElement(ApCheckbox_1.ApCheckbox, { autoFocus: false, disabled: !checked && maxItemsExceeded, id: "storybook-checkbox", theme: "light", type: "checkbox", checked: checked, readOnly: true })) : (React.createElement(ApSimpleDropdown_styles_1.CheckIcon, { iconName: "outline_done", visible: checked, iconSize: "18px" }));
57
57
  };
58
58
  var getSelectedLabel = function () {
59
59
  if (selected) {
@@ -1 +1 @@
1
- {"version":3,"file":"ApSimpleDropdown.js","sourceRoot":"","sources":["../../../../src/components/ApSimpleDropdown/ApSimpleDropdown.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"ApSimpleDropdown.js","sourceRoot":"","sources":["../../../../src/components/ApSimpleDropdown/ApSimpleDropdown.tsx"],"names":[],"mappings":"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"}
@@ -14,18 +14,15 @@ export declare const PushWrapper: import("styled-components").StyledComponent<"d
14
14
  export declare const PushNotification: import("styled-components").StyledComponent<import("react").SFC<import("./NotificationItem").IProps>, any, {}, never>;
15
15
  export declare const GrouppedNotification: import("styled-components").StyledComponent<"div", any, {}, never>;
16
16
  export declare const GrouppedText: import("styled-components").StyledComponent<"div", any, {}, never>;
17
- export declare const RestyledSnackContainer: import("styled-components").GlobalStyleComponent<(Pick<Pick<any, string | number | symbol> & Partial<Pick<any, never>>, string | number | symbol> & {
17
+ export declare const RestyledSnackContainer: import("styled-components").GlobalStyleComponent<Pick<Pick<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "hidden" | "dir" | "slot" | "style" | "title" | "color" | "translate" | "prefix" | "children" | "key" | "className" | "id" | "lang" | "role" | "tabIndex" | "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" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "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" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "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" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "placeholder" | "spellCheck" | "radioGroup" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is"> & {
18
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
19
+ }, "hidden" | "dir" | "slot" | "style" | "title" | "color" | "translate" | "prefix" | "ref" | "children" | "key" | "className" | "id" | "lang" | "role" | "tabIndex" | "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" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "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" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "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" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "placeholder" | "spellCheck" | "radioGroup" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is"> & Partial<Pick<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "hidden" | "dir" | "slot" | "style" | "title" | "color" | "translate" | "prefix" | "children" | "key" | "className" | "id" | "lang" | "role" | "tabIndex" | "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" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "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" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "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" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "placeholder" | "spellCheck" | "radioGroup" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is"> & {
20
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
21
+ }, never>> & Pick<any, string | number | symbol> & Partial<Pick<any, never>>, string | number | symbol> & {
18
22
  theme?: any;
19
23
  } & {
20
24
  as?: string | import("react").ComponentClass<any, any> | import("react").FunctionComponent<any> | undefined;
21
25
  forwardedAs?: string | import("react").ComponentClass<any, any> | import("react").FunctionComponent<any> | undefined;
22
- }) | (Pick<Pick<any, string | number | symbol> & Partial<Pick<any, never>>, string | number | symbol> & {
23
- theme?: any;
24
- } & {
25
- children?: import("react").ReactNode;
26
- } & {
27
- as?: string | import("react").ComponentClass<any, any> | import("react").FunctionComponent<any> | undefined;
28
- forwardedAs?: string | import("react").ComponentClass<any, any> | import("react").FunctionComponent<any> | undefined;
29
- }), import("styled-components").DefaultTheme>;
26
+ }, import("styled-components").DefaultTheme>;
30
27
  export declare const CloseWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
31
28
  export {};