@hiver/connector-agent 4.11.2 → 4.11.3-omniEmailLog-beta.0
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/app/omni-email-logger/index.d.ts +5 -0
- package/app/omni-email-logger/index.d.ts.map +1 -0
- package/features/email-logger/api/getRecommendations.d.ts.map +1 -1
- package/features/email-logger/context/contexts.d.ts +2 -0
- package/features/email-logger/context/contexts.d.ts.map +1 -1
- package/features/email-logger/context/index.d.ts +1 -1
- package/features/email-logger/context/index.d.ts.map +1 -1
- package/features/email-logger/omni/OmniSyncPanel.d.ts +2 -0
- package/features/email-logger/omni/OmniSyncPanel.d.ts.map +1 -0
- package/features/email-logger/omni/components/EntityGroup.d.ts +11 -0
- package/features/email-logger/omni/components/EntityGroup.d.ts.map +1 -0
- package/features/email-logger/omni/components/EntityRow.d.ts +8 -0
- package/features/email-logger/omni/components/EntityRow.d.ts.map +1 -0
- package/features/email-logger/omni/components/LogEmailPill.d.ts +10 -0
- package/features/email-logger/omni/components/LogEmailPill.d.ts.map +1 -0
- package/features/email-logger/omni/components/SyncConversationDropdown.d.ts +8 -0
- package/features/email-logger/omni/components/SyncConversationDropdown.d.ts.map +1 -0
- package/features/email-logger/omni/components/entityKey.d.ts +4 -0
- package/features/email-logger/omni/components/entityKey.d.ts.map +1 -0
- package/features/email-logger/omni/styles.d.ts +32 -0
- package/features/email-logger/omni/styles.d.ts.map +1 -0
- package/index.d.ts +2 -0
- package/index.d.ts.map +1 -1
- package/index.es.js +6206 -5744
- package/index.umd.js +603 -360
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/app/omni-email-logger/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAQ3B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,iCAAiC,CAAC;AAEnE,MAAM,MAAM,oBAAoB,GAAG,IAAI,CAAC,WAAW,EAAE,QAAQ,CAAC,CAAC;AAE/D,eAAO,MAAM,eAAe,EAAE,EAAE,CAAC,oBAAoB,CAuBpD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getRecommendations.d.ts","sourceRoot":"","sources":["../../../../src/features/email-logger/api/getRecommendations.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"getRecommendations.d.ts","sourceRoot":"","sources":["../../../../src/features/email-logger/api/getRecommendations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAGlC,MAAM,MAAM,mBAAmB,GAAG;IAChC,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AA8BF,eAAO,MAAM,uBAAuB,gCAAwC,mBAAmB,oEAM9F,CAAC"}
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { ConnectorFunctions } from '../types';
|
|
2
|
+
export type Tenant = 'GMAIL' | 'HIVERWEB';
|
|
2
3
|
export type ContextData = {
|
|
3
4
|
conversationId?: string;
|
|
4
5
|
isAdmin?: boolean;
|
|
5
6
|
connectorFunctions?: ConnectorFunctions;
|
|
7
|
+
tenant?: Tenant;
|
|
6
8
|
};
|
|
7
9
|
export declare const EmailLoggerContext: import('react').Context<ContextData>;
|
|
8
10
|
//# sourceMappingURL=contexts.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"contexts.d.ts","sourceRoot":"","sources":["../../../../src/features/email-logger/context/contexts.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAEnD,MAAM,MAAM,WAAW,GAAG;IACxB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,kBAAkB,CAAC,EAAE,kBAAkB,CAAC;
|
|
1
|
+
{"version":3,"file":"contexts.d.ts","sourceRoot":"","sources":["../../../../src/features/email-logger/context/contexts.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAEnD,MAAM,MAAM,MAAM,GAAG,OAAO,GAAG,UAAU,CAAC;AAE1C,MAAM,MAAM,WAAW,GAAG;IACxB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,kBAAkB,CAAC,EAAE,kBAAkB,CAAC;IACxC,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,eAAO,MAAM,kBAAkB,sCAAiC,CAAC"}
|
|
@@ -4,5 +4,5 @@ type EmailLoggerProviderProps = ContextData & {
|
|
|
4
4
|
children: ReactNode;
|
|
5
5
|
};
|
|
6
6
|
export type { ContextData };
|
|
7
|
-
export declare const EmailLoggerProvider: ({ isAdmin, conversationId, connectorFunctions, children }: EmailLoggerProviderProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export declare const EmailLoggerProvider: ({ isAdmin, conversationId, connectorFunctions, tenant, children }: EmailLoggerProviderProps) => import("react/jsx-runtime").JSX.Element;
|
|
8
8
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/features/email-logger/context/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAW,MAAM,OAAO,CAAC;AAE3C,OAAO,EAAsB,WAAW,EAAE,MAAM,YAAY,CAAC;AAE7D,KAAK,wBAAwB,GAAG,WAAW,GAAG;IAC5C,QAAQ,EAAE,SAAS,CAAC;CACrB,CAAC;AAEF,YAAY,EAAE,WAAW,EAAE,CAAC;AAE5B,eAAO,MAAM,mBAAmB,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/features/email-logger/context/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAW,MAAM,OAAO,CAAC;AAE3C,OAAO,EAAsB,WAAW,EAAE,MAAM,YAAY,CAAC;AAE7D,KAAK,wBAAwB,GAAG,WAAW,GAAG;IAC5C,QAAQ,EAAE,SAAS,CAAC;CACrB,CAAC;AAEF,YAAY,EAAE,WAAW,EAAE,CAAC;AAE5B,eAAO,MAAM,mBAAmB,sEAM7B,wBAAwB,4CAY1B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"OmniSyncPanel.d.ts","sourceRoot":"","sources":["../../../../src/features/email-logger/omni/OmniSyncPanel.tsx"],"names":[],"mappings":"AAWA,eAAO,MAAM,aAAa,sDAsCzB,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { CheckedKeys } from './entityKey';
|
|
2
|
+
import { Entity, SelectedEntity } from '../../types';
|
|
3
|
+
type EntityGroupProps = {
|
|
4
|
+
type: string;
|
|
5
|
+
entities: (Entity | SelectedEntity)[];
|
|
6
|
+
checkedKeys: CheckedKeys;
|
|
7
|
+
onToggle: (key: string, entity: Entity | SelectedEntity) => void;
|
|
8
|
+
};
|
|
9
|
+
export declare const EntityGroup: ({ type, entities, checkedKeys, onToggle }: EntityGroupProps) => import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
export {};
|
|
11
|
+
//# sourceMappingURL=EntityGroup.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EntityGroup.d.ts","sourceRoot":"","sources":["../../../../../src/features/email-logger/omni/components/EntityGroup.tsx"],"names":[],"mappings":"AACA,OAAO,EAAa,KAAK,WAAW,EAAE,MAAM,aAAa,CAAC;AAG1D,OAAO,KAAK,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAE1D,KAAK,gBAAgB,GAAG;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,CAAC,MAAM,GAAG,cAAc,CAAC,EAAE,CAAC;IACtC,WAAW,EAAE,WAAW,CAAC;IACzB,QAAQ,EAAE,CAAC,GAAG,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,GAAG,cAAc,KAAK,IAAI,CAAC;CAClE,CAAC;AAEF,eAAO,MAAM,WAAW,8CAA+C,gBAAgB,4CAmBtF,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
type EntityRowProps = {
|
|
2
|
+
label: string;
|
|
3
|
+
checked: boolean;
|
|
4
|
+
onToggle: () => void;
|
|
5
|
+
};
|
|
6
|
+
export declare const EntityRow: ({ label, checked, onToggle }: EntityRowProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export {};
|
|
8
|
+
//# sourceMappingURL=EntityRow.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EntityRow.d.ts","sourceRoot":"","sources":["../../../../../src/features/email-logger/omni/components/EntityRow.tsx"],"names":[],"mappings":"AAEA,KAAK,cAAc,GAAG;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,OAAO,CAAC;IACjB,QAAQ,EAAE,MAAM,IAAI,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,SAAS,iCAAkC,cAAc,4CAqBrE,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { LogStatusEnum } from '../../types';
|
|
2
|
+
type LogEmailPillProps = {
|
|
3
|
+
status: LogStatusEnum;
|
|
4
|
+
loggedCount?: number;
|
|
5
|
+
totalCount?: number;
|
|
6
|
+
onClick: () => void;
|
|
7
|
+
};
|
|
8
|
+
export declare const LogEmailPill: ({ status, loggedCount, totalCount, onClick }: LogEmailPillProps) => import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
export {};
|
|
10
|
+
//# sourceMappingURL=LogEmailPill.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LogEmailPill.d.ts","sourceRoot":"","sources":["../../../../../src/features/email-logger/omni/components/LogEmailPill.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAG5C,KAAK,iBAAiB,GAAG;IACvB,MAAM,EAAE,aAAa,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB,CAAC;AAwDF,eAAO,MAAM,YAAY,iDAA0D,iBAAiB,4CAanG,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { LogStatusResponse } from '../../types/api';
|
|
2
|
+
type SyncConversationDropdownProps = {
|
|
3
|
+
emailLogStatus: LogStatusResponse;
|
|
4
|
+
close: () => void;
|
|
5
|
+
};
|
|
6
|
+
export declare const SyncConversationDropdown: ({ emailLogStatus, close }: SyncConversationDropdownProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export {};
|
|
8
|
+
//# sourceMappingURL=SyncConversationDropdown.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SyncConversationDropdown.d.ts","sourceRoot":"","sources":["../../../../../src/features/email-logger/omni/components/SyncConversationDropdown.tsx"],"names":[],"mappings":"AAgCA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AAGzD,KAAK,6BAA6B,GAAG;IACnC,cAAc,EAAE,iBAAiB,CAAC;IAClC,KAAK,EAAE,MAAM,IAAI,CAAC;CACnB,CAAC;AAEF,eAAO,MAAM,wBAAwB,8BAA+B,6BAA6B,4CAkKhG,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"entityKey.d.ts","sourceRoot":"","sources":["../../../../../src/features/email-logger/omni/components/entityKey.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAE1D,MAAM,MAAM,WAAW,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;AAElD,eAAO,MAAM,SAAS,WAAY,MAAM,GAAG,cAAc,WACoB,CAAC"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { StyledComponent } from '@emotion/styled';
|
|
2
|
+
import { ButtonHTMLAttributes, HTMLAttributes, ImgHTMLAttributes } from 'react';
|
|
3
|
+
import { StackProps, OutlinedInputProps, SwitchProps } from '@hiver/hiver-ui-kit';
|
|
4
|
+
export declare const DropdownContainer: StyledComponent<StackProps>;
|
|
5
|
+
export declare const TopBar: StyledComponent<StackProps>;
|
|
6
|
+
export declare const TopBarLeft: StyledComponent<StackProps>;
|
|
7
|
+
export declare const BrandIconBox: StyledComponent<StackProps>;
|
|
8
|
+
export declare const BrandIcon: StyledComponent<ImgHTMLAttributes<HTMLImageElement>>;
|
|
9
|
+
export declare const TopBarTitle: StyledComponent<HTMLAttributes<HTMLParagraphElement>>;
|
|
10
|
+
export declare const AutoLogSwitch: StyledComponent<SwitchProps>;
|
|
11
|
+
export declare const Body: StyledComponent<StackProps>;
|
|
12
|
+
export declare const SearchRow: StyledComponent<StackProps>;
|
|
13
|
+
export declare const SearchInput: StyledComponent<OutlinedInputProps>;
|
|
14
|
+
export declare const SearchIconBox: StyledComponent<StackProps>;
|
|
15
|
+
export declare const GroupContainer: StyledComponent<StackProps>;
|
|
16
|
+
export declare const GroupHeader: StyledComponent<StackProps>;
|
|
17
|
+
export declare const EntityRowContainer: StyledComponent<StackProps>;
|
|
18
|
+
export declare const CheckboxBox: StyledComponent<StackProps>;
|
|
19
|
+
export declare const CheckboxSquare: StyledComponent<HTMLAttributes<HTMLDivElement> & {
|
|
20
|
+
checked: boolean;
|
|
21
|
+
}>;
|
|
22
|
+
export declare const Footer: StyledComponent<StackProps>;
|
|
23
|
+
export declare const SecondaryButton: StyledComponent<ButtonHTMLAttributes<HTMLButtonElement>>;
|
|
24
|
+
export declare const PrimaryButton: StyledComponent<ButtonHTMLAttributes<HTMLButtonElement> & {
|
|
25
|
+
enabled: boolean;
|
|
26
|
+
}>;
|
|
27
|
+
export declare const EmptyState: StyledComponent<HTMLAttributes<HTMLParagraphElement>>;
|
|
28
|
+
export declare const Pill: StyledComponent<ButtonHTMLAttributes<HTMLButtonElement>>;
|
|
29
|
+
export declare const PillCount: StyledComponent<HTMLAttributes<HTMLSpanElement>>;
|
|
30
|
+
export declare const Anchor: StyledComponent<StackProps>;
|
|
31
|
+
export declare const DropdownFloater: StyledComponent<HTMLAttributes<HTMLDivElement>>;
|
|
32
|
+
//# sourceMappingURL=styles.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/features/email-logger/omni/styles.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAGlD,OAAO,KAAK,EAAE,oBAAoB,EAAE,cAAc,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AACrF,OAAO,KAAK,EAAE,UAAU,EAAE,kBAAkB,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAGvF,eAAO,MAAM,iBAAiB,EAAE,eAAe,CAAC,UAAU,CAQzD,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,eAAe,CAAC,UAAU,CAM9C,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,eAAe,CAAC,UAAU,CAMlD,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,eAAe,CAAC,UAAU,CAKpD,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,eAAe,CAAC,iBAAiB,CAAC,gBAAgB,CAAC,CAI1E,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,eAAe,CAAC,cAAc,CAAC,oBAAoB,CAAC,CAS7E,CAAC;AAIF,eAAO,MAAM,aAAa,EAAE,eAAe,CAAC,WAAW,CAiCtD,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,eAAe,CAAC,UAAU,CAM5C,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,eAAe,CAAC,UAAU,CAKjD,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,eAAe,CAAC,kBAAkB,CAuB3D,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,eAAe,CAAC,UAAU,CAKrD,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,eAAe,CAAC,UAAU,CAMtD,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,eAAe,CAAC,UAAU,CAenD,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,eAAe,CAAC,UAAU,CAsB1D,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,eAAe,CAAC,UAAU,CAMnD,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,eAAe,CAAC,cAAc,CAAC,cAAc,CAAC,GAAG;IAAE,OAAO,EAAE,OAAO,CAAA;CAAE,CAYjG,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,eAAe,CAAC,UAAU,CAQ9C,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,eAAe,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,CAYpF,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,eAAe,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,GAAG;IAAE,OAAO,EAAE,OAAO,CAAA;CAAE,CAkBzG,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,eAAe,CAAC,cAAc,CAAC,oBAAoB,CAAC,CAS5E,CAAC;AAGF,eAAO,MAAM,IAAI,EAAE,eAAe,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,CAmBzE,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,eAAe,CAAC,cAAc,CAAC,eAAe,CAAC,CAEtE,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,eAAe,CAAC,UAAU,CAG9C,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,eAAe,CAAC,cAAc,CAAC,cAAc,CAAC,CAK3E,CAAC"}
|
package/index.d.ts
CHANGED
|
@@ -7,6 +7,8 @@ export { ActionQueue } from './utils/action-queue';
|
|
|
7
7
|
export { addNewConnectors, shouldCaptureFeedback, setCaptureFeedbackOnDemand, dismissNotification, shouldShowNotification } from '@connector/indexeddb';
|
|
8
8
|
export type { ISectionItems, IActionButtons, ISections, IMetaData, ITemplateUpdates } from '@connector/utils';
|
|
9
9
|
export { EmailLogger, GmailLogObserver } from './app/email-logger';
|
|
10
|
+
export { OmniEmailLogger } from './app/omni-email-logger';
|
|
11
|
+
export type { OmniEmailLoggerProps } from './app/omni-email-logger';
|
|
10
12
|
export { fetchAppCfValues, fetchDeferredAppCfValues } from './api/appCustomField';
|
|
11
13
|
export type { AppCfValuesRequest, AppCfValuesResponse, AppFieldValue, AppFieldValueStatus } from './api/appCustomField';
|
|
12
14
|
export { useConnectorSelectedEmail } from './store/connectorEmailStore';
|
package/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,IAAI,iBAAiB,EAAE,MAAM,aAAa,CAAC;AACvD,OAAO,EAAE,uBAAuB,EAAE,MAAM,iBAAiB,CAAC;AAC1D,OAAO,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAC3D,OAAO,EAAE,qBAAqB,EAAE,2BAA2B,EAAE,yBAAyB,EAAE,MAAM,oBAAoB,CAAC;AACnH,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAC/C,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACnD,OAAO,EACL,gBAAgB,EAChB,qBAAqB,EACrB,0BAA0B,EAC1B,mBAAmB,EACnB,sBAAsB,EACvB,MAAM,sBAAsB,CAAC;AAC9B,YAAY,EAAE,aAAa,EAAE,cAAc,EAAE,SAAS,EAAE,SAAS,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AAC9G,OAAO,EAAE,WAAW,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACnE,OAAO,EAAE,gBAAgB,EAAE,wBAAwB,EAAE,MAAM,sBAAsB,CAAC;AAClF,YAAY,EAAE,kBAAkB,EAAE,mBAAmB,EAAE,aAAa,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AACxH,OAAO,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAC;AACxE,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,IAAI,iBAAiB,EAAE,MAAM,aAAa,CAAC;AACvD,OAAO,EAAE,uBAAuB,EAAE,MAAM,iBAAiB,CAAC;AAC1D,OAAO,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAC3D,OAAO,EAAE,qBAAqB,EAAE,2BAA2B,EAAE,yBAAyB,EAAE,MAAM,oBAAoB,CAAC;AACnH,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAC/C,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACnD,OAAO,EACL,gBAAgB,EAChB,qBAAqB,EACrB,0BAA0B,EAC1B,mBAAmB,EACnB,sBAAsB,EACvB,MAAM,sBAAsB,CAAC;AAC9B,YAAY,EAAE,aAAa,EAAE,cAAc,EAAE,SAAS,EAAE,SAAS,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AAC9G,OAAO,EAAE,WAAW,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACnE,OAAO,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAC1D,YAAY,EAAE,oBAAoB,EAAE,MAAM,yBAAyB,CAAC;AACpE,OAAO,EAAE,gBAAgB,EAAE,wBAAwB,EAAE,MAAM,sBAAsB,CAAC;AAClF,YAAY,EAAE,kBAAkB,EAAE,mBAAmB,EAAE,aAAa,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AACxH,OAAO,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAC;AACxE,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC"}
|