@nylas/react 2.2.4 → 3.0.1
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/LICENSE.md +1 -0
- package/README.md +208 -4
- package/dist/cjs/components.js +501 -0
- package/dist/cjs/components.js.map +1 -0
- package/dist/cjs/connect.js +2 -1
- package/dist/cjs/connect.js.map +1 -0
- package/dist/cjs/elements.js +2 -1
- package/dist/cjs/elements.js.map +1 -0
- package/dist/cjs/index.js +2 -1
- package/dist/cjs/index.js.map +1 -0
- package/dist/cjs/p-DVWbg8if.js +292 -0
- package/dist/cjs/p-DVWbg8if.js.map +1 -0
- package/dist/cjs/utils.js +2 -1
- package/dist/cjs/utils.js.map +1 -0
- package/dist/connect.d.ts +1 -1
- package/dist/elements.d.ts +1 -1
- package/dist/es/components.js +40349 -0
- package/dist/es/components.js.map +1 -0
- package/dist/es/connect.js +241 -157
- package/dist/es/connect.js.map +1 -0
- package/dist/es/elements.js +134 -1317
- package/dist/es/elements.js.map +1 -0
- package/dist/es/index.js +137 -279
- package/dist/es/index.js.map +1 -0
- package/dist/es/p-DVWbg8if.js +18604 -0
- package/dist/es/p-DVWbg8if.js.map +1 -0
- package/dist/es/utils.js +6 -2
- package/dist/es/utils.js.map +1 -0
- package/dist/index.d.ts +1 -1
- package/dist/src/connect/NylasConnectButton.d.ts +42 -0
- package/dist/src/connect/NylasConnectButton.d.ts.map +1 -0
- package/dist/src/connect/NylasConnectButton.test.d.ts +2 -0
- package/dist/src/connect/NylasConnectButton.test.d.ts.map +1 -0
- package/dist/src/connect/index.d.ts +9 -0
- package/dist/src/connect/index.d.ts.map +1 -0
- package/dist/{lib → src}/connect/types.d.ts +3 -2
- package/dist/src/connect/types.d.ts.map +1 -0
- package/dist/{lib → src}/connect/useNylasConnect.d.ts +11 -5
- package/dist/src/connect/useNylasConnect.d.ts.map +1 -0
- package/dist/src/connect/useNylasConnect.test.d.ts +2 -0
- package/dist/src/connect/useNylasConnect.test.d.ts.map +1 -0
- package/dist/src/connect.d.ts +2 -0
- package/dist/src/connect.d.ts.map +1 -0
- package/dist/{lib → src}/elements/components.d.ts +145 -143
- package/dist/src/elements/components.d.ts.map +1 -0
- package/dist/src/elements.d.ts +2 -0
- package/dist/src/elements.d.ts.map +1 -0
- package/dist/src/index.d.ts +3 -0
- package/dist/src/index.d.ts.map +1 -0
- package/dist/src/main.d.ts +2 -0
- package/dist/src/main.d.ts.map +1 -0
- package/dist/src/utils.d.ts +3 -0
- package/dist/src/utils.d.ts.map +1 -0
- package/dist/style.css +1 -1
- package/dist/utils.d.ts +1 -1
- package/dist/vitest.setup.d.ts +2 -0
- package/dist/vitest.setup.d.ts.map +1 -0
- package/package.json +32 -24
- package/dist/cjs/notetaker.js +0 -62
- package/dist/es/notetaker.js +0 -5784
- package/dist/lib/connect/index.d.ts +0 -6
- package/dist/lib/connect/useNylasConnect.test.d.ts +0 -1
- package/dist/lib/connect.d.ts +0 -1
- package/dist/lib/elements.d.ts +0 -1
- package/dist/lib/index.d.ts +0 -3
- package/dist/lib/main.d.ts +0 -0
- package/dist/lib/notetaker/CalendarSync/CalendarSync.d.ts +0 -37
- package/dist/lib/notetaker/CalendarSync/CalendarSync.spec.d.ts +0 -0
- package/dist/lib/notetaker/SendNotetaker/SendNotetaker.d.ts +0 -32
- package/dist/lib/notetaker/SendNotetaker/SendNotetaker.spec.d.ts +0 -1
- package/dist/lib/notetaker/Transcript/Transcript.d.ts +0 -23
- package/dist/lib/notetaker/Transcript/Transcript.spec.d.ts +0 -0
- package/dist/lib/notetaker/VideoPlayer/VideoPlayer.d.ts +0 -24
- package/dist/lib/notetaker/VideoPlayer/VideoPlayer.spec.d.ts +0 -1
- package/dist/lib/notetaker/index.d.ts +0 -9
- package/dist/lib/notetaker/lib/constants.d.ts +0 -12
- package/dist/lib/notetaker/lib/http-client.d.ts +0 -2
- package/dist/lib/notetaker/lib/primitives.d.ts +0 -66
- package/dist/lib/notetaker/lib/store.d.ts +0 -6
- package/dist/lib/notetaker/types.d.ts +0 -42
- package/dist/lib/notetaker.d.ts +0 -1
- package/dist/lib/utils.d.ts +0 -2
- package/dist/notetaker.d.ts +0 -1
- package/dist/test/vitest.setup.d.ts +0 -0
package/dist/es/utils.js
CHANGED
|
@@ -1,4 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { W as r, _ as e } from "./p-DVWbg8if.js";
|
|
2
|
+
import { N as s } from "./p-DVWbg8if.js";
|
|
3
|
+
r({});
|
|
4
|
+
e();
|
|
2
5
|
export {
|
|
3
|
-
|
|
6
|
+
s as NylasIdentityRequestWrapper
|
|
4
7
|
};
|
|
8
|
+
//# sourceMappingURL=utils.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils.js","sources":["../../../../node_modules/.pnpm/@nylas+web-elements@2.2.4_rollup@4.50.1/node_modules/@nylas/web-elements/dist/components/index.js"],"sourcesContent":["import { g as globalScripts } from './p-Bht9ktsW.js';\nexport { a as getAssetPath, r as render, s as setAssetPath, b as setNonce, c as setPlatformOptions } from './p-Bht9ktsW.js';\nimport { c as createStore } from './p-DVWbg8if.js';\nexport { N as NylasIdentityRequestWrapper } from './p-Dnw0IV6v.js';\n\nconst store = createStore({});\n\nglobalScripts();\n\nexport { store as NylasThemeStore };\n//# sourceMappingURL=index.js.map\n\n//# sourceMappingURL=index.js.map"],"names":["createStore","globalScripts"],"mappings":";;AAKcA,EAAY,CAAA,CAAE;AAE5BC,EAAa;","x_google_ignoreList":[0]}
|
package/dist/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './
|
|
1
|
+
export * from './src/index'
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { default as React, CSSProperties, ReactNode } from 'react';
|
|
2
|
+
import { Provider, NylasScope, ConnectResult as AuthResult, IdentityProviderTokenCallback, CodeExchangeMethod } from '@nylas/connect';
|
|
3
|
+
|
|
4
|
+
export type NylasConnectButtonProps = {
|
|
5
|
+
clientId: string;
|
|
6
|
+
redirectUri?: string;
|
|
7
|
+
apiUrl?: string;
|
|
8
|
+
defaultScopes?: NylasScope[];
|
|
9
|
+
persistTokens?: boolean;
|
|
10
|
+
method?: "popup" | "inline";
|
|
11
|
+
provider?: Provider;
|
|
12
|
+
scopes?: NylasScope[];
|
|
13
|
+
loginHint?: string;
|
|
14
|
+
popupWidth?: number;
|
|
15
|
+
popupHeight?: number;
|
|
16
|
+
text?: string;
|
|
17
|
+
className?: string;
|
|
18
|
+
style?: CSSProperties;
|
|
19
|
+
disabled?: boolean;
|
|
20
|
+
variant?: "primary" | "outline";
|
|
21
|
+
size?: "sm" | "md" | "lg";
|
|
22
|
+
unstyled?: boolean;
|
|
23
|
+
cssVars?: Partial<Record<"--nylas-btn-bg" | "--nylas-btn-fg" | "--nylas-btn-border" | "--nylas-btn-bg-hover", string>>;
|
|
24
|
+
/**
|
|
25
|
+
* Optional callback to provide external identity provider JWT token.
|
|
26
|
+
* Called during token exchange to include IDP claims.
|
|
27
|
+
* Return null to skip IDP claims, or throw to fail authentication.
|
|
28
|
+
*/
|
|
29
|
+
identityProviderToken?: IdentityProviderTokenCallback;
|
|
30
|
+
/**
|
|
31
|
+
* Custom code exchange method for backend-based token exchange.
|
|
32
|
+
* Allows handling OAuth code exchange on your server instead of the browser.
|
|
33
|
+
*/
|
|
34
|
+
codeExchange?: CodeExchangeMethod;
|
|
35
|
+
onStart?: () => void;
|
|
36
|
+
onSuccess?: (result: AuthResult) => void;
|
|
37
|
+
onError?: (error: Error) => void;
|
|
38
|
+
onCancel?: (reason: string) => void;
|
|
39
|
+
children?: ReactNode;
|
|
40
|
+
};
|
|
41
|
+
export declare function NylasConnectButton({ clientId, redirectUri, apiUrl, defaultScopes, persistTokens, method, provider, scopes, loginHint, popupWidth, popupHeight, text, className, style, disabled, variant, size, unstyled, cssVars, identityProviderToken, codeExchange, onStart, onSuccess, onError, onCancel, children, }: NylasConnectButtonProps): React.JSX.Element;
|
|
42
|
+
//# sourceMappingURL=NylasConnectButton.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NylasConnectButton.d.ts","sourceRoot":"","sources":["../../../src/connect/NylasConnectButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsB,MAAM,OAAO,CAAC;AAC3C,OAAO,KAAK,EAAE,aAAa,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACtD,OAAO,KAAK,EACV,QAAQ,EACR,UAAU,EACV,aAAa,IAAI,UAAU,EAC3B,6BAA6B,EAC7B,kBAAkB,EACnB,MAAM,gBAAgB,CAAC;AAGxB,MAAM,MAAM,uBAAuB,GAAG;IACpC,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,aAAa,CAAC,EAAE,UAAU,EAAE,CAAC;IAC7B,aAAa,CAAC,EAAE,OAAO,CAAC;IAExB,MAAM,CAAC,EAAE,OAAO,GAAG,QAAQ,CAAC;IAC5B,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB,MAAM,CAAC,EAAE,UAAU,EAAE,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,aAAa,CAAC;IACtB,QAAQ,CAAC,EAAE,OAAO,CAAC;IAGnB,OAAO,CAAC,EAAE,SAAS,GAAG,SAAS,CAAC;IAChC,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,OAAO,CACf,MAAM,CACF,gBAAgB,GAChB,gBAAgB,GAChB,oBAAoB,GACpB,sBAAsB,EACxB,MAAM,CACP,CACF,CAAC;IAGF;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,6BAA6B,CAAC;IAEtD;;;OAGG;IACH,YAAY,CAAC,EAAE,kBAAkB,CAAC;IAElC,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,SAAS,CAAC,EAAE,CAAC,MAAM,EAAE,UAAU,KAAK,IAAI,CAAC;IACzC,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,KAAK,IAAI,CAAC;IACjC,QAAQ,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IACpC,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF,wBAAgB,kBAAkB,CAAC,EACjC,QAAQ,EACR,WAAW,EACX,MAAM,EACN,aAAa,EACb,aAAa,EAEb,MAAiB,EACjB,QAAQ,EACR,MAAM,EACN,SAAS,EACT,UAAU,EACV,WAAW,EAEX,IAA2B,EAC3B,SAAS,EACT,KAAK,EACL,QAAQ,EAER,OAAmB,EACnB,IAAW,EACX,QAAgB,EAChB,OAAO,EAGP,qBAAqB,EACrB,YAAY,EAEZ,OAAO,EACP,SAAS,EACT,OAAO,EACP,QAAQ,EACR,QAAQ,GACT,EAAE,uBAAuB,qBA2EzB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NylasConnectButton.test.d.ts","sourceRoot":"","sources":["../../../src/connect/NylasConnectButton.test.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
|
|
2
|
+
export { useNylasConnect } from './useNylasConnect';
|
|
3
|
+
export { NylasConnectButton } from './NylasConnectButton';
|
|
4
|
+
export * from './types';
|
|
5
|
+
export { NylasConnect } from '@nylas/connect';
|
|
6
|
+
export { NylasConnectError, ConfigError, NetworkError, OAuthError, TokenError, PopupError, } from '@nylas/connect';
|
|
7
|
+
export { BrowserTokenStorage, MemoryTokenStorage } from '@nylas/connect';
|
|
8
|
+
export { parseConnectCallback, isConnectCallback, logger, } from '@nylas/connect';
|
|
9
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/connect/index.ts"],"names":[],"mappings":"AACA,OAAO,0BAA0B,CAAC;AAGlC,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAGpD,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAG1D,cAAc,SAAS,CAAC;AAGxB,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EACL,iBAAiB,EACjB,WAAW,EACX,YAAY,EACZ,UAAU,EACV,UAAU,EACV,UAAU,GACX,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAAE,mBAAmB,EAAE,kBAAkB,EAAE,MAAM,gBAAgB,CAAC;AACzE,OAAO,EACL,oBAAoB,EACpB,iBAAiB,EACjB,MAAM,GACP,MAAM,gBAAgB,CAAC"}
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
export type { ConnectConfig, ConnectOptions, ConnectResult, GrantInfo, ConnectError, PKCEPair, TokenStorage, TokenResponse, LogLevel, Provider, Environment, ConnectMethod, ConnectionStatus, ConnectEvent, ConnectStateChangeCallback, SessionData, } from
|
|
2
|
-
export type { UseNylasConnectConfig, UseNylasConnectState, UseNylasConnectActions, UseNylasConnectReturn, } from
|
|
1
|
+
export type { ConnectConfig, ConnectOptions, ConnectResult, GrantInfo, ConnectError, PKCEPair, TokenStorage, TokenResponse, LogLevel, Provider, Environment, ConnectMethod, ConnectionStatus, ConnectEvent, ConnectStateChangeCallback, SessionData, IdentityProviderTokenCallback, CodeExchangeMethod, CodeExchangeParams, } from '@nylas/connect';
|
|
2
|
+
export type { UseNylasConnectConfig, UseNylasConnectState, UseNylasConnectActions, UseNylasConnectReturn, } from './useNylasConnect';
|
|
3
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/connect/types.ts"],"names":[],"mappings":"AACA,YAAY,EACV,aAAa,EACb,cAAc,EACd,aAAa,EACb,SAAS,EACT,YAAY,EACZ,QAAQ,EACR,YAAY,EACZ,aAAa,EACb,QAAQ,EACR,QAAQ,EACR,WAAW,EACX,aAAa,EACb,gBAAgB,EAChB,YAAY,EACZ,0BAA0B,EAC1B,WAAW,EACX,6BAA6B,EAC7B,kBAAkB,EAClB,kBAAkB,GACnB,MAAM,gBAAgB,CAAC;AAGxB,YAAY,EACV,qBAAqB,EACrB,oBAAoB,EACpB,sBAAsB,EACtB,qBAAqB,GACtB,MAAM,mBAAmB,CAAC"}
|
|
@@ -1,9 +1,17 @@
|
|
|
1
|
-
import { NylasConnect } from
|
|
2
|
-
|
|
1
|
+
import { NylasConnect, ConnectConfig as AuthConfig, ConnectOptions as AuthOptions, ConnectResult as AuthResult, GrantInfo, ConnectStateChangeCallback as AuthStateChangeCallback, LogLevel } from '@nylas/connect';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Configuration for the useNylasConnect React hook
|
|
5
|
+
* Extends AuthConfig with connection-specific properties
|
|
6
|
+
*/
|
|
3
7
|
export interface UseNylasConnectConfig extends AuthConfig {
|
|
8
|
+
/** Auto-refresh session interval in milliseconds (default: disabled) */
|
|
4
9
|
autoRefreshInterval?: number;
|
|
10
|
+
/** Initial loading state when hook mounts (default: true) */
|
|
5
11
|
initialLoadingState?: boolean;
|
|
12
|
+
/** Number of retry attempts for failed operations (default: 0) */
|
|
6
13
|
retryAttempts?: number;
|
|
14
|
+
/** Enable automatic error recovery for network errors (default: false) */
|
|
7
15
|
enableAutoRecovery?: boolean;
|
|
8
16
|
}
|
|
9
17
|
export interface UseNylasConnectState {
|
|
@@ -17,12 +25,10 @@ export interface UseNylasConnectActions {
|
|
|
17
25
|
logout: (grantId?: string) => Promise<void>;
|
|
18
26
|
refreshSession: () => Promise<void>;
|
|
19
27
|
subscribe: (callback: AuthStateChangeCallback) => () => void;
|
|
20
|
-
enableDebug: () => void;
|
|
21
|
-
disableDebug: () => void;
|
|
22
28
|
setLogLevel: (level: LogLevel | "off") => void;
|
|
23
29
|
}
|
|
24
30
|
export interface UseNylasConnectReturn extends UseNylasConnectState, UseNylasConnectActions {
|
|
25
31
|
connectClient: NylasConnect;
|
|
26
|
-
logger: NylasConnect["logger"];
|
|
27
32
|
}
|
|
28
33
|
export declare function useNylasConnect(config: UseNylasConnectConfig): UseNylasConnectReturn;
|
|
34
|
+
//# sourceMappingURL=useNylasConnect.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useNylasConnect.d.ts","sourceRoot":"","sources":["../../../src/connect/useNylasConnect.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,KAAK,EACV,aAAa,IAAI,UAAU,EAC3B,cAAc,IAAI,WAAW,EAC7B,aAAa,IAAI,UAAU,EAC3B,SAAS,EAGT,0BAA0B,IAAI,uBAAuB,EACtD,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAE1C;;;GAGG;AACH,MAAM,WAAW,qBAAsB,SAAQ,UAAU;IACvD,wEAAwE;IACxE,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,6DAA6D;IAC7D,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,kEAAkE;IAClE,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,0EAA0E;IAC1E,kBAAkB,CAAC,EAAE,OAAO,CAAC;CAC9B;AAED,MAAM,WAAW,oBAAoB;IACnC,WAAW,EAAE,OAAO,CAAC;IACrB,KAAK,EAAE,SAAS,GAAG,IAAI,CAAC;IACxB,SAAS,EAAE,OAAO,CAAC;IACnB,KAAK,EAAE,KAAK,GAAG,IAAI,CAAC;CACrB;AAED,MAAM,WAAW,sBAAsB;IACrC,OAAO,EAAE,CAAC,OAAO,CAAC,EAAE,WAAW,KAAK,OAAO,CAAC,UAAU,GAAG,MAAM,CAAC,CAAC;IACjE,MAAM,EAAE,CAAC,OAAO,CAAC,EAAE,MAAM,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IAC5C,cAAc,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;IACpC,SAAS,EAAE,CAAC,QAAQ,EAAE,uBAAuB,KAAK,MAAM,IAAI,CAAC;IAC7D,WAAW,EAAE,CAAC,KAAK,EAAE,QAAQ,GAAG,KAAK,KAAK,IAAI,CAAC;CAChD;AAED,MAAM,WAAW,qBACf,SAAQ,oBAAoB,EAC1B,sBAAsB;IACxB,aAAa,EAAE,YAAY,CAAC;CAC7B;AAED,wBAAgB,eAAe,CAC7B,MAAM,EAAE,qBAAqB,GAC5B,qBAAqB,CAmbvB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useNylasConnect.test.d.ts","sourceRoot":"","sources":["../../../src/connect/useNylasConnect.test.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"connect.d.ts","sourceRoot":"","sources":["../../src/connect.ts"],"names":[],"mappings":"AACA,cAAc,iBAAiB,CAAC"}
|
|
@@ -1,137 +1,138 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { AddCircleIcon as AddCircleIconElement } from
|
|
3
|
-
import { ArchiveIcon as ArchiveIconElement } from
|
|
4
|
-
import { ArrowIcon as ArrowIconElement } from
|
|
5
|
-
import { BoldIcon as BoldIconElement } from
|
|
6
|
-
import { ButtonComponent as ButtonComponentElement } from
|
|
7
|
-
import { CalendarAgendaFillIcon as CalendarAgendaFillIconElement } from
|
|
8
|
-
import { CalendarAgendaIcon as CalendarAgendaIconElement } from
|
|
9
|
-
import { CalendarCancelIcon as CalendarCancelIconElement } from
|
|
10
|
-
import { CalendarCheckIcon as CalendarCheckIconElement } from
|
|
11
|
-
import { CalendarIcon as CalendarIconElement } from
|
|
12
|
-
import { CalendarInfoIcon as CalendarInfoIconElement } from
|
|
13
|
-
import { CalendarPatternsIcon as CalendarPatternsIconElement } from
|
|
14
|
-
import { CheckboxComponent as CheckboxComponentElement } from
|
|
15
|
-
import { CheckboxGroup as CheckboxGroupElement } from
|
|
16
|
-
import { CheckmarkCircleIcon as CheckmarkCircleIconElement } from
|
|
17
|
-
import { CheckmarkIcon as CheckmarkIconElement } from
|
|
18
|
-
import { ChevronIcon as ChevronIconElement } from
|
|
19
|
-
import { ClockIcon as ClockIconElement } from
|
|
20
|
-
import { CloseIcon as CloseIconElement } from
|
|
21
|
-
import { CopyIcon as CopyIconElement } from
|
|
22
|
-
import { DeleteIcon as DeleteIconElement } from
|
|
23
|
-
import { DocumentRefreshIcon as DocumentRefreshIconElement } from
|
|
24
|
-
import { DragableIcon as DragableIconElement } from
|
|
25
|
-
import { EditIcon as EditIconElement } from
|
|
26
|
-
import { EnvelopeFillIcon as EnvelopeFillIconElement } from
|
|
27
|
-
import { EnvelopeIcon as EnvelopeIconElement } from
|
|
28
|
-
import { EyeIcon as EyeIconElement } from
|
|
29
|
-
import { FeedbackIcon as FeedbackIconElement } from
|
|
30
|
-
import { FlowIcon as FlowIconElement } from
|
|
31
|
-
import { FolderIcon as FolderIconElement } from
|
|
32
|
-
import { ForwardIcon as ForwardIconElement } from
|
|
33
|
-
import { GlobeIcon as GlobeIconElement } from
|
|
34
|
-
import { GoogleLogoIcon as GoogleLogoIconElement } from
|
|
35
|
-
import { GoogleMeetIcon as GoogleMeetIconElement } from
|
|
36
|
-
import { InboxIcon as InboxIconElement } from
|
|
37
|
-
import { InfoIcon as InfoIconElement } from
|
|
38
|
-
import { InputColorPicker as InputColorPickerElement } from
|
|
39
|
-
import { InputComponent as InputComponentElement } from
|
|
40
|
-
import { InputDropdown as InputDropdownElement } from
|
|
41
|
-
import { InputImageUrl as InputImageUrlElement } from
|
|
42
|
-
import { ItalicIcon as ItalicIconElement } from
|
|
43
|
-
import { LoadingIcon as LoadingIconElement } from
|
|
44
|
-
import { LocationIcon as LocationIconElement } from
|
|
45
|
-
import { LocationOffIcon as LocationOffIconElement } from
|
|
46
|
-
import { MicrosoftLogoIcon as MicrosoftLogoIconElement } from
|
|
47
|
-
import { MicrosoftTeamsIcon as MicrosoftTeamsIconElement } from
|
|
48
|
-
import { MultiSelectDropdown as MultiSelectDropdownElement } from
|
|
49
|
-
import { NylasAdditionalParticipants as NylasAdditionalParticipantsElement } from
|
|
50
|
-
import { NylasAvailabilityPicker as NylasAvailabilityPickerElement } from
|
|
51
|
-
import { NylasBookedEventCard as NylasBookedEventCardElement } from
|
|
52
|
-
import { NylasBookingCalendarPicker as NylasBookingCalendarPickerElement } from
|
|
53
|
-
import { NylasBookingConfirmationRedirect as NylasBookingConfirmationRedirectElement } from
|
|
54
|
-
import { NylasBookingConfirmationType as NylasBookingConfirmationTypeElement } from
|
|
55
|
-
import { NylasBookingFormConfig as NylasBookingFormConfigElement } from
|
|
56
|
-
import { NylasBookingForm as NylasBookingFormElement } from
|
|
57
|
-
import { NylasBufferTime as NylasBufferTimeElement } from
|
|
58
|
-
import { NylasCalendarPicker as NylasCalendarPickerElement } from
|
|
59
|
-
import { NylasCancelBookingForm as NylasCancelBookingFormElement } from
|
|
60
|
-
import { NylasCancellationPolicy as NylasCancellationPolicyElement } from
|
|
61
|
-
import { NylasCancelledEventCard as NylasCancelledEventCardElement } from
|
|
62
|
-
import { NylasConfirmationEmail as NylasConfirmationEmailElement } from
|
|
63
|
-
import { NylasConfirmedEventCard as NylasConfirmedEventCardElement } from
|
|
64
|
-
import { NylasConnectedCalendars as NylasConnectedCalendarsElement } from
|
|
65
|
-
import { NylasCustomBookingFlow as NylasCustomBookingFlowElement } from
|
|
66
|
-
import { NylasCustomEventSlug as NylasCustomEventSlugElement } from
|
|
67
|
-
import { NylasCustomizeBookingSettings as NylasCustomizeBookingSettingsElement } from
|
|
68
|
-
import { NylasDateComponent as NylasDateComponentElement } from
|
|
69
|
-
import { NylasDatePicker as NylasDatePickerElement } from
|
|
70
|
-
import { NylasDisableEmails as NylasDisableEmailsElement } from
|
|
71
|
-
import { NylasEditorTabsGroup as NylasEditorTabsGroupElement } from
|
|
72
|
-
import { NylasEditorTabs as NylasEditorTabsElement } from
|
|
73
|
-
import { NylasEventCalendar as NylasEventCalendarElement } from
|
|
74
|
-
import { NylasEventCapacity as NylasEventCapacityElement } from
|
|
75
|
-
import { NylasEventDescription as NylasEventDescriptionElement } from
|
|
76
|
-
import { NylasEventDuration as NylasEventDurationElement } from
|
|
77
|
-
import { NylasEventInfo as NylasEventInfoElement } from
|
|
78
|
-
import { NylasEventLimits as NylasEventLimitsElement } from
|
|
79
|
-
import { NylasEventLocation as NylasEventLocationElement } from
|
|
80
|
-
import { NylasEventTimeslot as NylasEventTimeslotElement } from
|
|
81
|
-
import { NylasEventTitle as NylasEventTitleElement } from
|
|
82
|
-
import { NylasFeedbackForm as NylasFeedbackFormElement } from
|
|
83
|
-
import { NylasFormCard as NylasFormCardElement } from
|
|
84
|
-
import { NylasLimitFutureBookings as NylasLimitFutureBookingsElement } from
|
|
85
|
-
import { NylasListConfigurations as NylasListConfigurationsElement } from
|
|
86
|
-
import { NylasLocaleSwitch as NylasLocaleSwitchElement } from
|
|
87
|
-
import { NylasLogo as NylasLogoElement } from
|
|
88
|
-
import { NylasMinBookingNotice as NylasMinBookingNoticeElement } from
|
|
89
|
-
import { NylasMinCancellationNotice as NylasMinCancellationNoticeElement } from
|
|
90
|
-
import { NylasNotification as NylasNotificationElement } from
|
|
91
|
-
import { NylasOrganizerConfirmationCard as NylasOrganizerConfirmationCardElement } from
|
|
92
|
-
import { NylasPageName as NylasPageNameElement } from
|
|
93
|
-
import { NylasPageStyling as NylasPageStylingElement } from
|
|
94
|
-
import { NylasParticipantBookingCalendars as NylasParticipantBookingCalendarsElement } from
|
|
95
|
-
import { NylasParticipantsCustomAvailability as NylasParticipantsCustomAvailabilityElement } from
|
|
96
|
-
import { NylasReminderEmails as NylasReminderEmailsElement } from
|
|
97
|
-
import { NylasReminderTime as NylasReminderTimeElement } from
|
|
98
|
-
import { NylasSchedulerEditor as NylasSchedulerEditorElement } from
|
|
99
|
-
import { NylasSchedulingMethod as NylasSchedulingMethodElement } from
|
|
100
|
-
import { NylasScheduling as NylasSchedulingElement } from
|
|
101
|
-
import { NylasSelectEventType as NylasSelectEventTypeElement } from
|
|
102
|
-
import { NylasSelectedEventCard as NylasSelectedEventCardElement } from
|
|
103
|
-
import { NylasSpecificTimeAvailabilityPicker as NylasSpecificTimeAvailabilityPickerElement } from
|
|
104
|
-
import { NylasTimeWindowPicker as NylasTimeWindowPickerElement } from
|
|
105
|
-
import { NylasTimeslotInterval as NylasTimeslotIntervalElement } from
|
|
106
|
-
import { NylasTimeslotPicker as NylasTimeslotPickerElement } from
|
|
107
|
-
import { PaintbrushFillIcon as PaintbrushFillIconElement } from
|
|
108
|
-
import { PaintbrushIcon as PaintbrushIconElement } from
|
|
109
|
-
import { PeopleIcon as PeopleIconElement } from
|
|
110
|
-
import { PersonClipboardIcon as PersonClipboardIconElement } from
|
|
111
|
-
import { PersonIcon as PersonIconElement } from
|
|
112
|
-
import { PlayIcon as PlayIconElement } from
|
|
113
|
-
import { PlusIcon as PlusIconElement } from
|
|
114
|
-
import { RadioButtonGroup as RadioButtonGroupElement } from
|
|
115
|
-
import { RefreshIcon as RefreshIconElement } from
|
|
116
|
-
import { ReplyAllIcon as ReplyAllIconElement } from
|
|
117
|
-
import { ReplyIcon as ReplyIconElement } from
|
|
118
|
-
import { SearchIcon as SearchIconElement } from
|
|
119
|
-
import { SelectDropdown as SelectDropdownElement } from
|
|
120
|
-
import { SentIcon as SentIconElement } from
|
|
121
|
-
import { SpamIcon as SpamIconElement } from
|
|
122
|
-
import { StarIcon as StarIconElement } from
|
|
123
|
-
import { StopIcon as StopIconElement } from
|
|
124
|
-
import { TextareaComponent as TextareaComponentElement } from
|
|
125
|
-
import { TimePeriodSelector as TimePeriodSelectorElement } from
|
|
126
|
-
import { ToggleSwitch as ToggleSwitchElement } from
|
|
127
|
-
import { TooltipComponent as TooltipComponentElement } from
|
|
128
|
-
import { TranslateIcon as TranslateIconElement } from
|
|
129
|
-
import { TrashFillIcon as TrashFillIconElement } from
|
|
130
|
-
import { TrashIcon as TrashIconElement } from
|
|
131
|
-
import { UnderlineIcon as UnderlineIconElement } from
|
|
132
|
-
import { WarningIcon as WarningIconElement } from
|
|
133
|
-
import { ZoomIcon as ZoomIconElement } from
|
|
134
|
-
import
|
|
1
|
+
import { BookedEventInfo, CONFIGURATION_EVENT_TYPE, Configuration, CreateGroupEventFormState, DropdownOption, GroupConfiguration, GroupEvent, GroupEventAPIData, ImportGroupEventDetails, InputDropdownCustomEvent, InputImageUrlCustomEvent, Notification, NylasBookedEventCardCustomEvent, NylasBookingCalendarPickerCustomEvent, NylasBookingConfirmationRedirectCustomEvent, NylasBookingConfirmationTypeCustomEvent, NylasBookingFormCustomEvent, NylasBufferTimeCustomEvent, NylasCalendarPickerCustomEvent, NylasCancelBookingFormCustomEvent, NylasCancelledEventCardCustomEvent, NylasConfirmationEmailCustomEvent, NylasConfirmedEventCardCustomEvent, NylasCustomEventSlugCustomEvent, NylasCustomizeBookingSettingsCustomEvent, NylasDatePickerCustomEvent, NylasDisableEmailsCustomEvent, NylasEditorTabsCustomEvent, NylasEditorTabsGroupCustomEvent, NylasEventCalendarCustomEvent, NylasEventCapacityCustomEvent, NylasListConfigurationsCustomEvent, NylasOrganizerConfirmationCardCustomEvent, NylasPageNameCustomEvent, NylasPageStylingCustomEvent, NylasReminderEmailsCustomEvent, NylasSchedulerBookingDataWithFlatFields, NylasSchedulerEditorCustomEvent, NylasSchedulerErrorResponse, NylasSchedulerResponse, NylasSchedulingCustomEvent, NylasSchedulingMethodCustomEvent, NylasSelectEventTypeCustomEvent, NylasTimeslotPickerCustomEvent, RecurrenceDeleteOption, RecurrenceUpdateOption, SchedulerEventDetail, SchedulerGroupEventDetail, SelectDropdownCustomEvent, Timeslot, UISettingsResponse } from '@nylas/web-elements';
|
|
2
|
+
import { AddCircleIcon as AddCircleIconElement } from '@nylas/web-elements/dist/components/add-circle-icon.js';
|
|
3
|
+
import { ArchiveIcon as ArchiveIconElement } from '@nylas/web-elements/dist/components/archive-icon.js';
|
|
4
|
+
import { ArrowIcon as ArrowIconElement } from '@nylas/web-elements/dist/components/arrow-icon.js';
|
|
5
|
+
import { BoldIcon as BoldIconElement } from '@nylas/web-elements/dist/components/bold-icon.js';
|
|
6
|
+
import { ButtonComponent as ButtonComponentElement } from '@nylas/web-elements/dist/components/button-component.js';
|
|
7
|
+
import { CalendarAgendaFillIcon as CalendarAgendaFillIconElement } from '@nylas/web-elements/dist/components/calendar-agenda-fill-icon.js';
|
|
8
|
+
import { CalendarAgendaIcon as CalendarAgendaIconElement } from '@nylas/web-elements/dist/components/calendar-agenda-icon.js';
|
|
9
|
+
import { CalendarCancelIcon as CalendarCancelIconElement } from '@nylas/web-elements/dist/components/calendar-cancel-icon.js';
|
|
10
|
+
import { CalendarCheckIcon as CalendarCheckIconElement } from '@nylas/web-elements/dist/components/calendar-check-icon.js';
|
|
11
|
+
import { CalendarIcon as CalendarIconElement } from '@nylas/web-elements/dist/components/calendar-icon.js';
|
|
12
|
+
import { CalendarInfoIcon as CalendarInfoIconElement } from '@nylas/web-elements/dist/components/calendar-info-icon.js';
|
|
13
|
+
import { CalendarPatternsIcon as CalendarPatternsIconElement } from '@nylas/web-elements/dist/components/calendar-patterns-icon.js';
|
|
14
|
+
import { CheckboxComponent as CheckboxComponentElement } from '@nylas/web-elements/dist/components/checkbox-component.js';
|
|
15
|
+
import { CheckboxGroup as CheckboxGroupElement } from '@nylas/web-elements/dist/components/checkbox-group.js';
|
|
16
|
+
import { CheckmarkCircleIcon as CheckmarkCircleIconElement } from '@nylas/web-elements/dist/components/checkmark-circle-icon.js';
|
|
17
|
+
import { CheckmarkIcon as CheckmarkIconElement } from '@nylas/web-elements/dist/components/checkmark-icon.js';
|
|
18
|
+
import { ChevronIcon as ChevronIconElement } from '@nylas/web-elements/dist/components/chevron-icon.js';
|
|
19
|
+
import { ClockIcon as ClockIconElement } from '@nylas/web-elements/dist/components/clock-icon.js';
|
|
20
|
+
import { CloseIcon as CloseIconElement } from '@nylas/web-elements/dist/components/close-icon.js';
|
|
21
|
+
import { CopyIcon as CopyIconElement } from '@nylas/web-elements/dist/components/copy-icon.js';
|
|
22
|
+
import { DeleteIcon as DeleteIconElement } from '@nylas/web-elements/dist/components/delete-icon.js';
|
|
23
|
+
import { DocumentRefreshIcon as DocumentRefreshIconElement } from '@nylas/web-elements/dist/components/document-refresh-icon.js';
|
|
24
|
+
import { DragableIcon as DragableIconElement } from '@nylas/web-elements/dist/components/dragable-icon.js';
|
|
25
|
+
import { EditIcon as EditIconElement } from '@nylas/web-elements/dist/components/edit-icon.js';
|
|
26
|
+
import { EnvelopeFillIcon as EnvelopeFillIconElement } from '@nylas/web-elements/dist/components/envelope-fill-icon.js';
|
|
27
|
+
import { EnvelopeIcon as EnvelopeIconElement } from '@nylas/web-elements/dist/components/envelope-icon.js';
|
|
28
|
+
import { EyeIcon as EyeIconElement } from '@nylas/web-elements/dist/components/eye-icon.js';
|
|
29
|
+
import { FeedbackIcon as FeedbackIconElement } from '@nylas/web-elements/dist/components/feedback-icon.js';
|
|
30
|
+
import { FlowIcon as FlowIconElement } from '@nylas/web-elements/dist/components/flow-icon.js';
|
|
31
|
+
import { FolderIcon as FolderIconElement } from '@nylas/web-elements/dist/components/folder-icon.js';
|
|
32
|
+
import { ForwardIcon as ForwardIconElement } from '@nylas/web-elements/dist/components/forward-icon.js';
|
|
33
|
+
import { GlobeIcon as GlobeIconElement } from '@nylas/web-elements/dist/components/globe-icon.js';
|
|
34
|
+
import { GoogleLogoIcon as GoogleLogoIconElement } from '@nylas/web-elements/dist/components/google-logo-icon.js';
|
|
35
|
+
import { GoogleMeetIcon as GoogleMeetIconElement } from '@nylas/web-elements/dist/components/google-meet-icon.js';
|
|
36
|
+
import { InboxIcon as InboxIconElement } from '@nylas/web-elements/dist/components/inbox-icon.js';
|
|
37
|
+
import { InfoIcon as InfoIconElement } from '@nylas/web-elements/dist/components/info-icon.js';
|
|
38
|
+
import { InputColorPicker as InputColorPickerElement } from '@nylas/web-elements/dist/components/input-color-picker.js';
|
|
39
|
+
import { InputComponent as InputComponentElement } from '@nylas/web-elements/dist/components/input-component.js';
|
|
40
|
+
import { InputDropdown as InputDropdownElement } from '@nylas/web-elements/dist/components/input-dropdown.js';
|
|
41
|
+
import { InputImageUrl as InputImageUrlElement } from '@nylas/web-elements/dist/components/input-image-url.js';
|
|
42
|
+
import { ItalicIcon as ItalicIconElement } from '@nylas/web-elements/dist/components/italic-icon.js';
|
|
43
|
+
import { LoadingIcon as LoadingIconElement } from '@nylas/web-elements/dist/components/loading-icon.js';
|
|
44
|
+
import { LocationIcon as LocationIconElement } from '@nylas/web-elements/dist/components/location-icon.js';
|
|
45
|
+
import { LocationOffIcon as LocationOffIconElement } from '@nylas/web-elements/dist/components/location-off-icon.js';
|
|
46
|
+
import { MicrosoftLogoIcon as MicrosoftLogoIconElement } from '@nylas/web-elements/dist/components/microsoft-logo-icon.js';
|
|
47
|
+
import { MicrosoftTeamsIcon as MicrosoftTeamsIconElement } from '@nylas/web-elements/dist/components/microsoft-teams-icon.js';
|
|
48
|
+
import { MultiSelectDropdown as MultiSelectDropdownElement } from '@nylas/web-elements/dist/components/multi-select-dropdown.js';
|
|
49
|
+
import { NylasAdditionalParticipants as NylasAdditionalParticipantsElement } from '@nylas/web-elements/dist/components/nylas-additional-participants.js';
|
|
50
|
+
import { NylasAvailabilityPicker as NylasAvailabilityPickerElement } from '@nylas/web-elements/dist/components/nylas-availability-picker.js';
|
|
51
|
+
import { NylasBookedEventCard as NylasBookedEventCardElement } from '@nylas/web-elements/dist/components/nylas-booked-event-card.js';
|
|
52
|
+
import { NylasBookingCalendarPicker as NylasBookingCalendarPickerElement } from '@nylas/web-elements/dist/components/nylas-booking-calendar-picker.js';
|
|
53
|
+
import { NylasBookingConfirmationRedirect as NylasBookingConfirmationRedirectElement } from '@nylas/web-elements/dist/components/nylas-booking-confirmation-redirect.js';
|
|
54
|
+
import { NylasBookingConfirmationType as NylasBookingConfirmationTypeElement } from '@nylas/web-elements/dist/components/nylas-booking-confirmation-type.js';
|
|
55
|
+
import { NylasBookingFormConfig as NylasBookingFormConfigElement } from '@nylas/web-elements/dist/components/nylas-booking-form-config.js';
|
|
56
|
+
import { NylasBookingForm as NylasBookingFormElement } from '@nylas/web-elements/dist/components/nylas-booking-form.js';
|
|
57
|
+
import { NylasBufferTime as NylasBufferTimeElement } from '@nylas/web-elements/dist/components/nylas-buffer-time.js';
|
|
58
|
+
import { NylasCalendarPicker as NylasCalendarPickerElement } from '@nylas/web-elements/dist/components/nylas-calendar-picker.js';
|
|
59
|
+
import { NylasCancelBookingForm as NylasCancelBookingFormElement } from '@nylas/web-elements/dist/components/nylas-cancel-booking-form.js';
|
|
60
|
+
import { NylasCancellationPolicy as NylasCancellationPolicyElement } from '@nylas/web-elements/dist/components/nylas-cancellation-policy.js';
|
|
61
|
+
import { NylasCancelledEventCard as NylasCancelledEventCardElement } from '@nylas/web-elements/dist/components/nylas-cancelled-event-card.js';
|
|
62
|
+
import { NylasConfirmationEmail as NylasConfirmationEmailElement } from '@nylas/web-elements/dist/components/nylas-confirmation-email.js';
|
|
63
|
+
import { NylasConfirmedEventCard as NylasConfirmedEventCardElement } from '@nylas/web-elements/dist/components/nylas-confirmed-event-card.js';
|
|
64
|
+
import { NylasConnectedCalendars as NylasConnectedCalendarsElement } from '@nylas/web-elements/dist/components/nylas-connected-calendars.js';
|
|
65
|
+
import { NylasCustomBookingFlow as NylasCustomBookingFlowElement } from '@nylas/web-elements/dist/components/nylas-custom-booking-flow.js';
|
|
66
|
+
import { NylasCustomEventSlug as NylasCustomEventSlugElement } from '@nylas/web-elements/dist/components/nylas-custom-event-slug.js';
|
|
67
|
+
import { NylasCustomizeBookingSettings as NylasCustomizeBookingSettingsElement } from '@nylas/web-elements/dist/components/nylas-customize-booking-settings.js';
|
|
68
|
+
import { NylasDateComponent as NylasDateComponentElement } from '@nylas/web-elements/dist/components/nylas-date-component.js';
|
|
69
|
+
import { NylasDatePicker as NylasDatePickerElement } from '@nylas/web-elements/dist/components/nylas-date-picker.js';
|
|
70
|
+
import { NylasDisableEmails as NylasDisableEmailsElement } from '@nylas/web-elements/dist/components/nylas-disable-emails.js';
|
|
71
|
+
import { NylasEditorTabsGroup as NylasEditorTabsGroupElement } from '@nylas/web-elements/dist/components/nylas-editor-tabs-group.js';
|
|
72
|
+
import { NylasEditorTabs as NylasEditorTabsElement } from '@nylas/web-elements/dist/components/nylas-editor-tabs.js';
|
|
73
|
+
import { NylasEventCalendar as NylasEventCalendarElement } from '@nylas/web-elements/dist/components/nylas-event-calendar.js';
|
|
74
|
+
import { NylasEventCapacity as NylasEventCapacityElement } from '@nylas/web-elements/dist/components/nylas-event-capacity.js';
|
|
75
|
+
import { NylasEventDescription as NylasEventDescriptionElement } from '@nylas/web-elements/dist/components/nylas-event-description.js';
|
|
76
|
+
import { NylasEventDuration as NylasEventDurationElement } from '@nylas/web-elements/dist/components/nylas-event-duration.js';
|
|
77
|
+
import { NylasEventInfo as NylasEventInfoElement } from '@nylas/web-elements/dist/components/nylas-event-info.js';
|
|
78
|
+
import { NylasEventLimits as NylasEventLimitsElement } from '@nylas/web-elements/dist/components/nylas-event-limits.js';
|
|
79
|
+
import { NylasEventLocation as NylasEventLocationElement } from '@nylas/web-elements/dist/components/nylas-event-location.js';
|
|
80
|
+
import { NylasEventTimeslot as NylasEventTimeslotElement } from '@nylas/web-elements/dist/components/nylas-event-timeslot.js';
|
|
81
|
+
import { NylasEventTitle as NylasEventTitleElement } from '@nylas/web-elements/dist/components/nylas-event-title.js';
|
|
82
|
+
import { NylasFeedbackForm as NylasFeedbackFormElement } from '@nylas/web-elements/dist/components/nylas-feedback-form.js';
|
|
83
|
+
import { NylasFormCard as NylasFormCardElement } from '@nylas/web-elements/dist/components/nylas-form-card.js';
|
|
84
|
+
import { NylasLimitFutureBookings as NylasLimitFutureBookingsElement } from '@nylas/web-elements/dist/components/nylas-limit-future-bookings.js';
|
|
85
|
+
import { NylasListConfigurations as NylasListConfigurationsElement } from '@nylas/web-elements/dist/components/nylas-list-configurations.js';
|
|
86
|
+
import { NylasLocaleSwitch as NylasLocaleSwitchElement } from '@nylas/web-elements/dist/components/nylas-locale-switch.js';
|
|
87
|
+
import { NylasLogo as NylasLogoElement } from '@nylas/web-elements/dist/components/nylas-logo.js';
|
|
88
|
+
import { NylasMinBookingNotice as NylasMinBookingNoticeElement } from '@nylas/web-elements/dist/components/nylas-min-booking-notice.js';
|
|
89
|
+
import { NylasMinCancellationNotice as NylasMinCancellationNoticeElement } from '@nylas/web-elements/dist/components/nylas-min-cancellation-notice.js';
|
|
90
|
+
import { NylasNotification as NylasNotificationElement } from '@nylas/web-elements/dist/components/nylas-notification.js';
|
|
91
|
+
import { NylasOrganizerConfirmationCard as NylasOrganizerConfirmationCardElement } from '@nylas/web-elements/dist/components/nylas-organizer-confirmation-card.js';
|
|
92
|
+
import { NylasPageName as NylasPageNameElement } from '@nylas/web-elements/dist/components/nylas-page-name.js';
|
|
93
|
+
import { NylasPageStyling as NylasPageStylingElement } from '@nylas/web-elements/dist/components/nylas-page-styling.js';
|
|
94
|
+
import { NylasParticipantBookingCalendars as NylasParticipantBookingCalendarsElement } from '@nylas/web-elements/dist/components/nylas-participant-booking-calendars.js';
|
|
95
|
+
import { NylasParticipantsCustomAvailability as NylasParticipantsCustomAvailabilityElement } from '@nylas/web-elements/dist/components/nylas-participants-custom-availability.js';
|
|
96
|
+
import { NylasReminderEmails as NylasReminderEmailsElement } from '@nylas/web-elements/dist/components/nylas-reminder-emails.js';
|
|
97
|
+
import { NylasReminderTime as NylasReminderTimeElement } from '@nylas/web-elements/dist/components/nylas-reminder-time.js';
|
|
98
|
+
import { NylasSchedulerEditor as NylasSchedulerEditorElement } from '@nylas/web-elements/dist/components/nylas-scheduler-editor.js';
|
|
99
|
+
import { NylasSchedulingMethod as NylasSchedulingMethodElement } from '@nylas/web-elements/dist/components/nylas-scheduling-method.js';
|
|
100
|
+
import { NylasScheduling as NylasSchedulingElement } from '@nylas/web-elements/dist/components/nylas-scheduling.js';
|
|
101
|
+
import { NylasSelectEventType as NylasSelectEventTypeElement } from '@nylas/web-elements/dist/components/nylas-select-event-type.js';
|
|
102
|
+
import { NylasSelectedEventCard as NylasSelectedEventCardElement } from '@nylas/web-elements/dist/components/nylas-selected-event-card.js';
|
|
103
|
+
import { NylasSpecificTimeAvailabilityPicker as NylasSpecificTimeAvailabilityPickerElement } from '@nylas/web-elements/dist/components/nylas-specific-time-availability-picker.js';
|
|
104
|
+
import { NylasTimeWindowPicker as NylasTimeWindowPickerElement } from '@nylas/web-elements/dist/components/nylas-time-window-picker.js';
|
|
105
|
+
import { NylasTimeslotInterval as NylasTimeslotIntervalElement } from '@nylas/web-elements/dist/components/nylas-timeslot-interval.js';
|
|
106
|
+
import { NylasTimeslotPicker as NylasTimeslotPickerElement } from '@nylas/web-elements/dist/components/nylas-timeslot-picker.js';
|
|
107
|
+
import { PaintbrushFillIcon as PaintbrushFillIconElement } from '@nylas/web-elements/dist/components/paintbrush-fill-icon.js';
|
|
108
|
+
import { PaintbrushIcon as PaintbrushIconElement } from '@nylas/web-elements/dist/components/paintbrush-icon.js';
|
|
109
|
+
import { PeopleIcon as PeopleIconElement } from '@nylas/web-elements/dist/components/people-icon.js';
|
|
110
|
+
import { PersonClipboardIcon as PersonClipboardIconElement } from '@nylas/web-elements/dist/components/person-clipboard-icon.js';
|
|
111
|
+
import { PersonIcon as PersonIconElement } from '@nylas/web-elements/dist/components/person-icon.js';
|
|
112
|
+
import { PlayIcon as PlayIconElement } from '@nylas/web-elements/dist/components/play-icon.js';
|
|
113
|
+
import { PlusIcon as PlusIconElement } from '@nylas/web-elements/dist/components/plus-icon.js';
|
|
114
|
+
import { RadioButtonGroup as RadioButtonGroupElement } from '@nylas/web-elements/dist/components/radio-button-group.js';
|
|
115
|
+
import { RefreshIcon as RefreshIconElement } from '@nylas/web-elements/dist/components/refresh-icon.js';
|
|
116
|
+
import { ReplyAllIcon as ReplyAllIconElement } from '@nylas/web-elements/dist/components/reply-all-icon.js';
|
|
117
|
+
import { ReplyIcon as ReplyIconElement } from '@nylas/web-elements/dist/components/reply-icon.js';
|
|
118
|
+
import { SearchIcon as SearchIconElement } from '@nylas/web-elements/dist/components/search-icon.js';
|
|
119
|
+
import { SelectDropdown as SelectDropdownElement } from '@nylas/web-elements/dist/components/select-dropdown.js';
|
|
120
|
+
import { SentIcon as SentIconElement } from '@nylas/web-elements/dist/components/sent-icon.js';
|
|
121
|
+
import { SpamIcon as SpamIconElement } from '@nylas/web-elements/dist/components/spam-icon.js';
|
|
122
|
+
import { StarIcon as StarIconElement } from '@nylas/web-elements/dist/components/star-icon.js';
|
|
123
|
+
import { StopIcon as StopIconElement } from '@nylas/web-elements/dist/components/stop-icon.js';
|
|
124
|
+
import { TextareaComponent as TextareaComponentElement } from '@nylas/web-elements/dist/components/textarea-component.js';
|
|
125
|
+
import { TimePeriodSelector as TimePeriodSelectorElement } from '@nylas/web-elements/dist/components/time-period-selector.js';
|
|
126
|
+
import { ToggleSwitch as ToggleSwitchElement } from '@nylas/web-elements/dist/components/toggle-switch.js';
|
|
127
|
+
import { TooltipComponent as TooltipComponentElement } from '@nylas/web-elements/dist/components/tooltip-component.js';
|
|
128
|
+
import { TranslateIcon as TranslateIconElement } from '@nylas/web-elements/dist/components/translate-icon.js';
|
|
129
|
+
import { TrashFillIcon as TrashFillIconElement } from '@nylas/web-elements/dist/components/trash-fill-icon.js';
|
|
130
|
+
import { TrashIcon as TrashIconElement } from '@nylas/web-elements/dist/components/trash-icon.js';
|
|
131
|
+
import { UnderlineIcon as UnderlineIconElement } from '@nylas/web-elements/dist/components/underline-icon.js';
|
|
132
|
+
import { WarningIcon as WarningIconElement } from '@nylas/web-elements/dist/components/warning-icon.js';
|
|
133
|
+
import { ZoomIcon as ZoomIconElement } from '@nylas/web-elements/dist/components/zoom-icon.js';
|
|
134
|
+
import { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime';
|
|
135
|
+
|
|
135
136
|
export type AddCircleIconEvents = NonNullable<unknown>;
|
|
136
137
|
export declare const AddCircleIcon: StencilReactComponent<AddCircleIconElement, AddCircleIconEvents>;
|
|
137
138
|
export type ArchiveIconEvents = NonNullable<unknown>;
|
|
@@ -244,7 +245,7 @@ export type InputComponentEvents = {
|
|
|
244
245
|
export declare const InputComponent: StencilReactComponent<InputComponentElement, InputComponentEvents>;
|
|
245
246
|
export type InputDropdownEvents = {
|
|
246
247
|
onInputOptionChanged: EventName<InputDropdownCustomEvent<{
|
|
247
|
-
value: DropdownOption[
|
|
248
|
+
value: DropdownOption["value"];
|
|
248
249
|
name: string;
|
|
249
250
|
}>>;
|
|
250
251
|
};
|
|
@@ -389,7 +390,7 @@ export type NylasCancelBookingFormEvents = {
|
|
|
389
390
|
onGoBackButtonClicked: EventName<CustomEvent<void>>;
|
|
390
391
|
onCancelBookingFormSubmitted: EventName<NylasCancelBookingFormCustomEvent<{
|
|
391
392
|
bookingId: string;
|
|
392
|
-
action:
|
|
393
|
+
action: "reject" | "cancel";
|
|
393
394
|
reason: string;
|
|
394
395
|
errorHandler?: (error: NylasSchedulerErrorResponse) => void;
|
|
395
396
|
}>>;
|
|
@@ -570,11 +571,11 @@ export type NylasEventCalendarEvents = {
|
|
|
570
571
|
onFetchMasterGroupEvent: EventName<CustomEvent<string>>;
|
|
571
572
|
onSaveGroupEventChanges: EventName<NylasEventCalendarCustomEvent<{
|
|
572
573
|
data: GroupEventAPIData;
|
|
573
|
-
action:
|
|
574
|
+
action: "this" | "future" | "all";
|
|
574
575
|
}>>;
|
|
575
576
|
onDeleteGroupEvent: EventName<NylasEventCalendarCustomEvent<{
|
|
576
577
|
data: GroupEventAPIData;
|
|
577
|
-
action:
|
|
578
|
+
action: "this" | "future" | "all";
|
|
578
579
|
}>>;
|
|
579
580
|
onGroupEventSelected: EventName<NylasEventCalendarCustomEvent<GroupEventAPIData>>;
|
|
580
581
|
onCreateGroupEvent: EventName<NylasEventCalendarCustomEvent<CreateGroupEventFormState>>;
|
|
@@ -583,8 +584,8 @@ export type NylasEventCalendarEvents = {
|
|
|
583
584
|
endTime: number;
|
|
584
585
|
}>>;
|
|
585
586
|
onPreviosNextClicked: EventName<CustomEvent<{
|
|
586
|
-
direction:
|
|
587
|
-
view:
|
|
587
|
+
direction: "prev" | "next";
|
|
588
|
+
view: "day" | "week" | "month";
|
|
588
589
|
currentViewRange: {
|
|
589
590
|
startTime: number;
|
|
590
591
|
endTime: number;
|
|
@@ -877,7 +878,7 @@ export type NylasTimeslotPickerEvents = {
|
|
|
877
878
|
}>>;
|
|
878
879
|
onValidateTimeslotError: EventName<CustomEvent<{
|
|
879
880
|
error: string;
|
|
880
|
-
type:
|
|
881
|
+
type: "error" | "info";
|
|
881
882
|
}>>;
|
|
882
883
|
};
|
|
883
884
|
export declare const NylasTimeslotPicker: StencilReactComponent<NylasTimeslotPickerElement, NylasTimeslotPickerEvents>;
|
|
@@ -913,13 +914,13 @@ export type SearchIconEvents = NonNullable<unknown>;
|
|
|
913
914
|
export declare const SearchIcon: StencilReactComponent<SearchIconElement, SearchIconEvents>;
|
|
914
915
|
export type SelectDropdownEvents = {
|
|
915
916
|
onNylasFormDropdownChanged: EventName<SelectDropdownCustomEvent<{
|
|
916
|
-
value: DropdownOption[
|
|
917
|
+
value: DropdownOption["value"];
|
|
917
918
|
name: string;
|
|
918
919
|
error?: string;
|
|
919
920
|
label?: string;
|
|
920
921
|
}>>;
|
|
921
922
|
onNylasFormDropdownDefaultSelected: EventName<SelectDropdownCustomEvent<{
|
|
922
|
-
value: DropdownOption[
|
|
923
|
+
value: DropdownOption["value"];
|
|
923
924
|
name: string;
|
|
924
925
|
error?: string;
|
|
925
926
|
label?: string;
|
|
@@ -973,3 +974,4 @@ export type WarningIconEvents = NonNullable<unknown>;
|
|
|
973
974
|
export declare const WarningIcon: StencilReactComponent<WarningIconElement, WarningIconEvents>;
|
|
974
975
|
export type ZoomIconEvents = NonNullable<unknown>;
|
|
975
976
|
export declare const ZoomIcon: StencilReactComponent<ZoomIconElement, ZoomIconEvents>;
|
|
977
|
+
//# sourceMappingURL=components.d.ts.map
|