twenty-sdk 0.6.0 → 0.6.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/README.md +1 -1
- package/dist/{HtmlTagToRemoteComponent-DBOkvIRB.mjs → HtmlTagToRemoteComponent-CALlgbCB.mjs} +283 -231
- package/dist/{HtmlTagToRemoteComponent-DzQ2I9Lz.js → HtmlTagToRemoteComponent-DvFlyCDv.js} +11 -11
- package/dist/cli/utilities/api/api-service.d.ts +4 -0
- package/dist/cli/utilities/build/common/esbuild-watcher.d.ts +5 -2
- package/dist/cli/utilities/build/common/typecheck-plugin.d.ts +1 -1
- package/dist/cli/utilities/client/client-service.d.ts +6 -1
- package/dist/cli/utilities/dev/orchestrator/dev-mode-orchestrator.d.ts +2 -0
- package/dist/cli/utilities/dev/orchestrator/steps/start-watchers-orchestrator-step.d.ts +2 -0
- package/dist/cli.cjs +376 -70
- package/dist/cli.mjs +2139 -1769
- package/dist/front-component-renderer/index.cjs +10 -10
- package/dist/front-component-renderer/index.d.ts +3 -3
- package/dist/front-component-renderer/index.mjs +2048 -1877
- package/dist/front-component-renderer/remote/generated/remote-components.d.ts +4 -0
- package/dist/front-component-renderer/remote/generated/remote-elements.d.ts +43 -0
- package/dist/front-component-renderer/types/FrontComponentHostCommunicationApi.d.ts +2 -1
- package/dist/{get-function-input-schema-BZ7_XyUh-By3UDh4s.mjs → get-function-input-schema-BZ7_XyUh-C9RBS5oC.mjs} +1 -1
- package/dist/{get-function-input-schema-BZ7_XyUh-GxSybvDe.js → get-function-input-schema-BZ7_XyUh-CzwPUwwE.js} +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +2 -2
- package/dist/sdk/front-component-api/constants/AllowedHtmlElements.js +53 -1
- package/dist/sdk/front-component-api/constants/AllowedHtmlElements.js.map +1 -1
- package/dist/sdk/front-component-api/globals/frontComponentHostCommunicationApi.d.ts +2 -0
- package/dist/sdk/front-component-api/globals/frontComponentHostCommunicationApi.js.map +1 -1
- package/package.json +17 -1
|
@@ -4,9 +4,9 @@ export { FrontComponentErrorEffect } from './remote/components/FrontComponentErr
|
|
|
4
4
|
export { FrontComponentHostCommunicationApiEffect } from './remote/components/FrontComponentHostCommunicationApiEffect';
|
|
5
5
|
export { FrontComponentUpdateContextEffect } from './remote/components/FrontComponentUpdateContextEffect';
|
|
6
6
|
export { FrontComponentWorkerEffect } from './remote/components/FrontComponentWorkerEffect';
|
|
7
|
-
export { HtmlA, HtmlArticle, HtmlAside, HtmlBlockquote, HtmlBr, HtmlButton, HtmlCode, HtmlDiv, HtmlEm, HtmlFooter, HtmlForm, HtmlH1, HtmlH2, HtmlH3, HtmlH4, HtmlH5, HtmlH6, HtmlHeader, HtmlHr, HtmlImg, HtmlInput, HtmlLabel, HtmlLi, HtmlMain, HtmlNav, HtmlOl, HtmlOption, HtmlP, HtmlPre, HtmlSection, HtmlSelect, HtmlSmall, HtmlSpan, HtmlStrong, HtmlTable, HtmlTbody, HtmlTd, HtmlTextarea, HtmlTfoot, HtmlTh, HtmlThead, HtmlTr, HtmlUl, } from './remote/generated/remote-components';
|
|
8
|
-
export { HtmlAElement, HtmlArticleElement, HtmlAsideElement, HtmlBlockquoteElement, HtmlBrElement, HtmlButtonElement, HtmlCodeElement, HtmlDivElement, HtmlEmElement, HtmlFooterElement, HtmlFormElement, HtmlH1Element, HtmlH2Element, HtmlH3Element, HtmlH4Element, HtmlH5Element, HtmlH6Element, HtmlHeaderElement, HtmlHrElement, HtmlImgElement, HtmlInputElement, HtmlLabelElement, HtmlLiElement, HtmlMainElement, HtmlNavElement, HtmlOlElement, HtmlOptionElement, HtmlPElement, HtmlPreElement, HtmlSectionElement, HtmlSelectElement, HtmlSmallElement, HtmlSpanElement, HtmlStrongElement, HtmlTableElement, HtmlTbodyElement, HtmlTdElement, HtmlTextareaElement, HtmlTfootElement, HtmlTheadElement, HtmlThElement, HtmlTrElement, HtmlUlElement, RemoteFragmentElement, RemoteRootElement, } from './remote/generated/remote-elements';
|
|
9
|
-
export type { HtmlAProperties, HtmlButtonProperties, HtmlCommonEvents, HtmlCommonProperties, HtmlFormProperties, HtmlImgProperties, HtmlInputProperties, HtmlLabelProperties, HtmlOptionProperties, HtmlSelectProperties, HtmlTdProperties, HtmlTextareaProperties, HtmlThProperties, } from './remote/generated/remote-elements';
|
|
7
|
+
export { HtmlA, HtmlArticle, HtmlAside, HtmlBlockquote, HtmlBr, HtmlButton, HtmlCode, HtmlDiv, HtmlEm, HtmlFooter, HtmlForm, HtmlH1, HtmlH2, HtmlH3, HtmlH4, HtmlH5, HtmlH6, HtmlHeader, HtmlHr, HtmlIframe, HtmlAudio, HtmlImg, HtmlSource, HtmlVideo, HtmlInput, HtmlLabel, HtmlLi, HtmlMain, HtmlNav, HtmlOl, HtmlOption, HtmlP, HtmlPre, HtmlSection, HtmlSelect, HtmlSmall, HtmlSpan, HtmlStrong, HtmlTable, HtmlTbody, HtmlTd, HtmlTextarea, HtmlTfoot, HtmlTh, HtmlThead, HtmlTr, HtmlUl, } from './remote/generated/remote-components';
|
|
8
|
+
export { HtmlAElement, HtmlArticleElement, HtmlAsideElement, HtmlBlockquoteElement, HtmlBrElement, HtmlButtonElement, HtmlCodeElement, HtmlDivElement, HtmlEmElement, HtmlFooterElement, HtmlFormElement, HtmlH1Element, HtmlH2Element, HtmlH3Element, HtmlH4Element, HtmlH5Element, HtmlH6Element, HtmlHeaderElement, HtmlHrElement, HtmlIframeElement, HtmlAudioElement, HtmlImgElement, HtmlSourceElement, HtmlVideoElement, HtmlInputElement, HtmlLabelElement, HtmlLiElement, HtmlMainElement, HtmlNavElement, HtmlOlElement, HtmlOptionElement, HtmlPElement, HtmlPreElement, HtmlSectionElement, HtmlSelectElement, HtmlSmallElement, HtmlSpanElement, HtmlStrongElement, HtmlTableElement, HtmlTbodyElement, HtmlTdElement, HtmlTextareaElement, HtmlTfootElement, HtmlTheadElement, HtmlThElement, HtmlTrElement, HtmlUlElement, RemoteFragmentElement, RemoteRootElement, } from './remote/generated/remote-elements';
|
|
9
|
+
export type { HtmlAProperties, HtmlButtonProperties, HtmlCommonEvents, HtmlCommonProperties, HtmlFormProperties, HtmlIframeProperties, HtmlAudioProperties, HtmlImgProperties, HtmlSourceProperties, HtmlVideoProperties, HtmlInputProperties, HtmlLabelProperties, HtmlOptionProperties, HtmlSelectProperties, HtmlTdProperties, HtmlTextareaProperties, HtmlThProperties, } from './remote/generated/remote-elements';
|
|
10
10
|
export { createRemoteWorker } from './remote/worker/utils/createRemoteWorker';
|
|
11
11
|
export type { FrontComponentExecutionContext } from '../sdk/front-component-api';
|
|
12
12
|
export type { FrontComponentHostCommunicationApi } from './types/FrontComponentHostCommunicationApi';
|