twenty-sdk 0.5.0 → 0.5.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/dist/HtmlTagToRemoteComponent-Bd5sgek2.js +1 -0
- package/dist/{HtmlTagToRemoteComponent-CnoNG9cX.mjs → HtmlTagToRemoteComponent-DlsAI7JU.mjs} +4 -9
- package/dist/cli/commands/app/app-dev.d.ts +1 -0
- package/dist/cli/utilities/config/get-config-path.d.ts +1 -0
- package/dist/cli.cjs +56 -226
- package/dist/cli.mjs +3622 -8429
- package/dist/front-component/index.cjs +1 -1
- package/dist/front-component/index.mjs +5723 -2060
- package/dist/front-component/remote/generated/remote-components.d.ts +256 -1
- package/dist/front-component/remote/generated/remote-elements.d.ts +3141 -2
- package/dist/front-component/types/PropertySchema.d.ts +1 -1
- package/dist/index.cjs +1 -5
- package/dist/index.mjs +93 -2307
- package/dist/sdk/front-component-common/index.d.ts +0 -2
- package/dist/sdk/index.d.ts +0 -2
- package/dist/ui/index.cjs +1 -2015
- package/dist/ui/index.mjs +10 -9951
- package/package.json +2 -2
- package/dist/AllIcons-CGPKtPQS-DL2Ipn0N.mjs +0 -30768
- package/dist/AllIcons-CGPKtPQS-cyMLi0D3.js +0 -18986
- package/dist/HtmlTagToRemoteComponent-dGw8vtni.js +0 -1
- package/dist/input-pdm2U5rP.js +0 -402
- package/dist/input-r2MHVbqO.mjs +0 -28019
- package/dist/isValidCountryCode-B7MxBtRC-BdzSztjn.js +0 -25
- package/dist/isValidCountryCode-B7MxBtRC-Do8IFgFH.mjs +0 -10237
- package/dist/jsx-runtime-BdMIAavf.mjs +0 -639
- package/dist/jsx-runtime-Bglt9wWZ.js +0 -30
- package/dist/sdk/front-component-common/AllowedUiComponents.d.ts +0 -9
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=[{tag:"html-div",name:"HtmlDiv",properties:{}},{tag:"html-span",name:"HtmlSpan",properties:{}},{tag:"html-section",name:"HtmlSection",properties:{}},{tag:"html-article",name:"HtmlArticle",properties:{}},{tag:"html-header",name:"HtmlHeader",properties:{}},{tag:"html-footer",name:"HtmlFooter",properties:{}},{tag:"html-main",name:"HtmlMain",properties:{}},{tag:"html-nav",name:"HtmlNav",properties:{}},{tag:"html-aside",name:"HtmlAside",properties:{}},{tag:"html-p",name:"HtmlP",properties:{}},{tag:"html-h1",name:"HtmlH1",properties:{}},{tag:"html-h2",name:"HtmlH2",properties:{}},{tag:"html-h3",name:"HtmlH3",properties:{}},{tag:"html-h4",name:"HtmlH4",properties:{}},{tag:"html-h5",name:"HtmlH5",properties:{}},{tag:"html-h6",name:"HtmlH6",properties:{}},{tag:"html-strong",name:"HtmlStrong",properties:{}},{tag:"html-em",name:"HtmlEm",properties:{}},{tag:"html-small",name:"HtmlSmall",properties:{}},{tag:"html-code",name:"HtmlCode",properties:{}},{tag:"html-pre",name:"HtmlPre",properties:{}},{tag:"html-blockquote",name:"HtmlBlockquote",properties:{}},{tag:"html-a",name:"HtmlA",properties:{href:{type:"string",optional:!0},target:{type:"string",optional:!0},rel:{type:"string",optional:!0}}},{tag:"html-img",name:"HtmlImg",properties:{src:{type:"string",optional:!0},alt:{type:"string",optional:!0},width:{type:"number",optional:!0},height:{type:"number",optional:!0}}},{tag:"html-ul",name:"HtmlUl",properties:{}},{tag:"html-ol",name:"HtmlOl",properties:{}},{tag:"html-li",name:"HtmlLi",properties:{}},{tag:"html-form",name:"HtmlForm",properties:{action:{type:"string",optional:!0},method:{type:"string",optional:!0}}},{tag:"html-label",name:"HtmlLabel",properties:{htmlFor:{type:"string",optional:!0}}},{tag:"html-input",name:"HtmlInput",properties:{type:{type:"string",optional:!0},name:{type:"string",optional:!0},value:{type:"string",optional:!0},placeholder:{type:"string",optional:!0},disabled:{type:"boolean",optional:!0},checked:{type:"boolean",optional:!0},readOnly:{type:"boolean",optional:!0}}},{tag:"html-textarea",name:"HtmlTextarea",properties:{name:{type:"string",optional:!0},value:{type:"string",optional:!0},placeholder:{type:"string",optional:!0},disabled:{type:"boolean",optional:!0},readOnly:{type:"boolean",optional:!0},rows:{type:"number",optional:!0},cols:{type:"number",optional:!0}}},{tag:"html-select",name:"HtmlSelect",properties:{name:{type:"string",optional:!0},value:{type:"string",optional:!0},disabled:{type:"boolean",optional:!0},multiple:{type:"boolean",optional:!0}}},{tag:"html-option",name:"HtmlOption",properties:{value:{type:"string",optional:!0},disabled:{type:"boolean",optional:!0},selected:{type:"boolean",optional:!0}}},{tag:"html-button",name:"HtmlButton",properties:{type:{type:"string",optional:!0},disabled:{type:"boolean",optional:!0}}},{tag:"html-table",name:"HtmlTable",properties:{}},{tag:"html-thead",name:"HtmlThead",properties:{}},{tag:"html-tbody",name:"HtmlTbody",properties:{}},{tag:"html-tfoot",name:"HtmlTfoot",properties:{}},{tag:"html-tr",name:"HtmlTr",properties:{}},{tag:"html-th",name:"HtmlTh",properties:{colSpan:{type:"number",optional:!0},rowSpan:{type:"number",optional:!0}}},{tag:"html-td",name:"HtmlTd",properties:{colSpan:{type:"number",optional:!0},rowSpan:{type:"number",optional:!0}}},{tag:"html-br",name:"HtmlBr",properties:{}},{tag:"html-hr",name:"HtmlHr",properties:{}}],r=Object.fromEntries(e.map(t=>[t.tag.startsWith("html-")?t.tag.slice(5):t.tag,t.name]));exports.ALLOWED_HTML_ELEMENTS=e;exports.HTML_TAG_TO_REMOTE_COMPONENT=r;
|
package/dist/{HtmlTagToRemoteComponent-CnoNG9cX.mjs → HtmlTagToRemoteComponent-DlsAI7JU.mjs}
RENAMED
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
var e = /* @__PURE__ */ ((t) => (t.ProfilePicture = "profile-picture", t.WorkspaceLogo = "workspace-logo", t.Attachment = "attachment", t.PersonPicture = "person-picture", t.File = "file", t.AgentChat = "agent-chat", t.BuiltLogicFunction = "built-logic-function", t.BuiltFrontComponent = "built-front-component", t.PublicAsset = "public-asset", t.Source = "source", t.FilesField = "files-field", t.Dependencies = "dependencies", t))(e || {}), o = /* @__PURE__ */ ((t) => (t.CASCADE = "CASCADE", t.RESTRICT = "RESTRICT", t.SET_NULL = "SET_NULL", t.NO_ACTION = "NO_ACTION", t))(o || {}), r = /* @__PURE__ */ ((t) => (t.MANY_TO_ONE = "MANY_TO_ONE", t.ONE_TO_MANY = "ONE_TO_MANY", t))(r || {});
|
|
3
|
-
const l = [
|
|
1
|
+
const e = [
|
|
4
2
|
{ tag: "html-div", name: "HtmlDiv", properties: {} },
|
|
5
3
|
{ tag: "html-span", name: "HtmlSpan", properties: {} },
|
|
6
4
|
{ tag: "html-section", name: "HtmlSection", properties: {} },
|
|
@@ -137,15 +135,12 @@ const l = [
|
|
|
137
135
|
{ tag: "html-br", name: "HtmlBr", properties: {} },
|
|
138
136
|
{ tag: "html-hr", name: "HtmlHr", properties: {} }
|
|
139
137
|
], a = Object.fromEntries(
|
|
140
|
-
|
|
138
|
+
e.map((t) => [
|
|
141
139
|
t.tag.startsWith("html-") ? t.tag.slice(5) : t.tag,
|
|
142
140
|
t.name
|
|
143
141
|
])
|
|
144
142
|
);
|
|
145
143
|
export {
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
a as H,
|
|
149
|
-
e as N,
|
|
150
|
-
r as d
|
|
144
|
+
e as A,
|
|
145
|
+
a as H
|
|
151
146
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const getConfigPath: () => string;
|