@dxs-ts/eveli-ide 0.0.328 → 0.0.330
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/build/api-prefs/profile-types.d.ts +2 -1
- package/build/api-tenant-config/TenantConfigContext.d.ts +1 -1
- package/build/{cssMode-oNxO8LVV.js → cssMode-D-vloXG5.js} +1 -1
- package/build/eveli-user-profile/UserActivity.d.ts +2 -0
- package/build/eveli-user-profile/useUtilityClasses.d.ts +7 -0
- package/build/{freemarker2-CmmqF56R.js → freemarker2-CEhBDHd0.js} +1 -1
- package/build/{handlebars-CYtKaJ6x.js → handlebars-CiZtS1uq.js} +1 -1
- package/build/{html-C9ihTXex.js → html-C0Ned1iS.js} +1 -1
- package/build/{htmlMode-BJ1xedge.js → htmlMode-HQg3fBSG.js} +1 -1
- package/build/{index-tEvsdG2g.js → index-Cz6KaYGw.js} +31425 -31349
- package/build/index.js +1 -1
- package/build/intl/en.d.ts +13 -0
- package/build/intl/index.d.ts +13 -0
- package/build/{javascript-D418JRpb.js → javascript-BVWJw5ds.js} +1 -1
- package/build/{jsonMode-DRRXf0Tk.js → jsonMode-tnvl4Rv1.js} +1 -1
- package/build/{liquid-a6-iZdGG.js → liquid-vzieYc8j.js} +1 -1
- package/build/{mdx-B5PfHxkl.js → mdx-B_HzfzJU.js} +1 -1
- package/build/{python-DC4wVYe1.js → python-BGc8AApo.js} +1 -1
- package/build/{razor-BFngQx7F.js → razor-C5GSfySy.js} +1 -1
- package/build/{tsMode-C34mq8u3.js → tsMode-BcXsRhc8.js} +1 -1
- package/build/{typescript-sos1DgmZ.js → typescript-JgBY-s-8.js} +1 -1
- package/build/{xml-DTKpmJ6B.js → xml-CLQGVkca.js} +1 -1
- package/build/{yaml-Cwh9Ub4o.js → yaml-DU5R-OZ5.js} +1 -1
- package/package.json +1 -1
|
@@ -2,7 +2,7 @@ export declare namespace PrefsApi {
|
|
|
2
2
|
}
|
|
3
3
|
export declare namespace PrefsApi {
|
|
4
4
|
interface PrefsRestApi {
|
|
5
|
-
currentUserProfile(): Promise<UserProfile>;
|
|
5
|
+
currentUserProfile(createIfNotDefined?: boolean): Promise<UserProfile>;
|
|
6
6
|
getUserProfileById(id: string): Promise<UserProfile>;
|
|
7
7
|
findAllUserProfiles(): Promise<UserProfile[]>;
|
|
8
8
|
updateUserProfile(profileId: string, commands: UserProfileUpdateCommand<any>[]): Promise<UserProfile>;
|
|
@@ -59,6 +59,7 @@ export declare namespace PrefsApi {
|
|
|
59
59
|
updated: string;
|
|
60
60
|
details: UserDetails;
|
|
61
61
|
notificationSettings: NotificationSetting[];
|
|
62
|
+
tenantFeatures: string[] | undefined;
|
|
62
63
|
}
|
|
63
64
|
interface UserProfileTransaction {
|
|
64
65
|
id: string;
|
|
@@ -5,7 +5,7 @@ export interface TenantConfig {
|
|
|
5
5
|
features: TenantFeature[];
|
|
6
6
|
gamutThemeOptions: ThemeOptions;
|
|
7
7
|
}
|
|
8
|
-
export type TenantFeature = ('wrench-only' | "wrench-disabled" | "stencil-disabled" | "external-deployment" | "smart_tables" | 'queues-visually-disabled' | 'feedback-visually-disabled' | 'stencil_locale_filter' | 'eveli_publication_only' | 'visual_accommodation');
|
|
8
|
+
export type TenantFeature = ('wrench-only' | "wrench-disabled" | "stencil-disabled" | "external-deployment" | "smart_tables" | "user_profile" | 'queues-visually-disabled' | 'feedback-visually-disabled' | 'stencil_locale_filter' | 'eveli_publication_only' | 'visual_accommodation');
|
|
9
9
|
export interface TenantConfigContextProviderProps {
|
|
10
10
|
disabled?: boolean;
|
|
11
11
|
features?: TenantFeature[] | undefined;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as et } from "./index-
|
|
1
|
+
import { m as et } from "./index-Cz6KaYGw.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export declare const EveliUserProfileClassName = "EveliUserProfileBase";
|
|
2
|
+
export declare const MUI_NAME = "EveliUserProfile";
|
|
3
|
+
export declare const useUtilityClasses: () => Record<"divider" | "root" | "sectionTitle", string>;
|
|
4
|
+
export declare const EveliUserProfileRoot: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').ClassAttributes<HTMLDivElement> | keyof import('react').HTMLAttributes<HTMLDivElement>>, {}>;
|
|
5
|
+
export declare const EveliUserOverviewDetail: import('@emotion/styled').StyledComponent<Pick<import('@mui/system').BoxOwnProps<import('@mui/material').Theme> & Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
6
|
+
ref?: ((instance: HTMLDivElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLDivElement> | null | undefined;
|
|
7
|
+
}, keyof import('@mui/system').BoxOwnProps<import('@mui/material').Theme>>, "id" | "key" | "slot" | "style" | "title" | "onFocus" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "exportparts" | "part" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "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-rowindextext" | "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" | "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" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | keyof import('@mui/system').BoxOwnProps<import('@mui/material').Theme>> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as f } from "./index-
|
|
1
|
+
import { m as f } from "./index-Cz6KaYGw.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as l } from "./index-
|
|
1
|
+
import { m as l } from "./index-Cz6KaYGw.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as s } from "./index-
|
|
1
|
+
import { m as s } from "./index-Cz6KaYGw.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as lt } from "./index-
|
|
1
|
+
import { m as lt } from "./index-Cz6KaYGw.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|