twenty-sdk 0.5.2 → 0.6.0-alpha

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.
Files changed (128) hide show
  1. package/README.md +2 -0
  2. package/dist/{AllIcons-CGPKtPQS-sO2O4z-k.js → AllIcons-CGPKtPQS-BLFCKgx3.js} +3793 -3798
  3. package/dist/{AllIcons-CGPKtPQS-C-ZFgy8B.mjs → AllIcons-CGPKtPQS-Djzg3SXS.mjs} +5806 -5814
  4. package/dist/{isValidCountryCode-ujmwsK7z-DwSvvT1u.js → HtmlTagToRemoteComponent-CSfU1Ai0.js} +12 -12
  5. package/dist/{isValidCountryCode-ujmwsK7z-B8kSH7O8.mjs → HtmlTagToRemoteComponent-_7-Er-Nj.mjs} +1612 -1465
  6. package/dist/cli/commands/app/app-uninstall.d.ts +2 -2
  7. package/dist/cli/commands/app-command.d.ts +1 -1
  8. package/dist/cli/commands/logic-function/logic-function-execute.d.ts +1 -1
  9. package/dist/cli/commands/logic-function/logic-function-logs.d.ts +1 -1
  10. package/dist/cli/utilities/api/api-service.d.ts +6 -6
  11. package/dist/cli/utilities/build/common/esbuild-result-processor.d.ts +2 -2
  12. package/dist/cli/utilities/build/common/esbuild-watcher.d.ts +2 -2
  13. package/dist/cli/utilities/build/common/file-upload-watcher.d.ts +1 -1
  14. package/dist/cli/utilities/build/common/front-component-build/react-globals-plugin.d.ts +1 -1
  15. package/dist/cli/utilities/build/common/front-component-build/twenty-sdk-globals-plugin.d.ts +1 -1
  16. package/dist/cli/utilities/build/common/front-component-build/twenty-sdk-ui-globals-plugin.d.ts +1 -1
  17. package/dist/cli/utilities/build/common/front-component-build/twenty-shared-globals-plugin.d.ts +1 -1
  18. package/dist/cli/utilities/build/common/front-component-build/utils/extract-names-from-import-specifier.d.ts +1 -1
  19. package/dist/cli/utilities/build/common/restartable-watcher-interface.d.ts +2 -2
  20. package/dist/cli/utilities/build/manifest/manifest-build.d.ts +2 -2
  21. package/dist/cli/utilities/build/manifest/manifest-extract-config-from-file.d.ts +1 -1
  22. package/dist/cli/utilities/build/manifest/manifest-update-checksums.d.ts +2 -2
  23. package/dist/cli/utilities/build/manifest/manifest-validate.d.ts +1 -1
  24. package/dist/cli/utilities/build/manifest/manifest-writer.d.ts +1 -1
  25. package/dist/cli/utilities/dev/dev-mode-orchestrator.d.ts +6 -6
  26. package/dist/cli/utilities/dev/dev-ui-state-manager.d.ts +6 -6
  27. package/dist/cli/utilities/dev/dev-ui-state.d.ts +1 -1
  28. package/dist/cli/utilities/dev/dev-ui.d.ts +1 -1
  29. package/dist/cli/utilities/entity/entity-field-template.d.ts +2 -2
  30. package/dist/cli/utilities/entity/entity-front-component-template.d.ts +1 -1
  31. package/dist/cli/utilities/entity/entity-logic-function-template.d.ts +1 -1
  32. package/dist/cli/utilities/entity/entity-role-template.d.ts +1 -1
  33. package/dist/cli/utilities/file/file-jsonc.d.ts +1 -1
  34. package/dist/cli/utilities/file/file-path.d.ts +1 -1
  35. package/dist/cli/utilities/file/file-uploader.d.ts +3 -3
  36. package/dist/cli/utilities/typescript/typescript-diagnostics.d.ts +1 -1
  37. package/dist/cli/utilities/typescript/typescript-program.d.ts +1 -1
  38. package/dist/cli.cjs +29 -29
  39. package/dist/cli.mjs +463 -460
  40. package/dist/front-component-renderer/__stories__/FrontComponentRenderer.stories.d.ts +16 -0
  41. package/dist/front-component-renderer/__stories__/example-sources/chakra-example.front-component.d.ts +8 -0
  42. package/dist/front-component-renderer/__stories__/example-sources/emotion-example.front-component.d.ts +7 -0
  43. package/dist/{front-component/__stories__/mocks → front-component-renderer/__stories__/example-sources}/interactive.front-component.d.ts +1 -1
  44. package/dist/{front-component/__stories__/mocks → front-component-renderer/__stories__/example-sources}/lifecycle.front-component.d.ts +1 -1
  45. package/dist/front-component-renderer/__stories__/example-sources/mui-example.front-component.d.ts +7 -0
  46. package/dist/front-component-renderer/__stories__/example-sources/shadcn-example.front-component.d.ts +7 -0
  47. package/dist/{front-component/__stories__/mocks → front-component-renderer/__stories__/example-sources}/static.front-component.d.ts +1 -1
  48. package/dist/front-component-renderer/__stories__/example-sources/styled-components-example.front-component.d.ts +7 -0
  49. package/dist/front-component-renderer/__stories__/example-sources/tailwind-example.front-component.d.ts +7 -0
  50. package/dist/front-component-renderer/__stories__/example-sources/twenty-ui-example.front-component.d.ts +7 -0
  51. package/dist/front-component-renderer/__stories__/utils/getBuiltStoryComponentPathForRender.d.ts +1 -0
  52. package/dist/front-component-renderer/host/components/FrontComponentRenderer.d.ts +14 -0
  53. package/dist/front-component-renderer/index.cjs +25 -0
  54. package/dist/{front-component → front-component-renderer}/index.d.ts +4 -4
  55. package/dist/front-component-renderer/index.mjs +12026 -0
  56. package/dist/front-component-renderer/remote/components/FrontComponentHostCommunicationApiEffect.d.ts +8 -0
  57. package/dist/front-component-renderer/remote/components/FrontComponentUpdateContextEffect.d.ts +10 -0
  58. package/dist/{front-component → front-component-renderer}/remote/components/FrontComponentWorkerEffect.d.ts +5 -4
  59. package/dist/front-component-renderer/remote/generated/remote-components.d.ts +43 -0
  60. package/dist/front-component-renderer/remote/generated/remote-elements.d.ts +187 -0
  61. package/dist/{front-component → front-component-renderer}/remote/mock/mock-front-component.d.ts +1 -1
  62. package/dist/front-component-renderer/remote/worker/remote-worker.d.ts +3 -0
  63. package/dist/front-component-renderer/remote/worker/utils/setWorkerEnv.d.ts +1 -0
  64. package/dist/{front-component → front-component-renderer}/types/FrontComponentHostCommunicationApi.d.ts +1 -1
  65. package/dist/{front-component → front-component-renderer}/types/HostToWorkerRenderContext.d.ts +2 -1
  66. package/dist/front-component-renderer/types/PropertySchema.d.ts +4 -0
  67. package/dist/{front-component → front-component-renderer}/types/WorkerExports.d.ts +3 -3
  68. package/dist/index-DX23sVyw.js +2415 -0
  69. package/dist/index-JB9QoBK0.mjs +33884 -0
  70. package/dist/index.cjs +2 -2
  71. package/dist/index.mjs +15 -12
  72. package/dist/sdk/application/application-config.d.ts +1 -1
  73. package/dist/sdk/application/define-application.d.ts +2 -2
  74. package/dist/sdk/common/types/define-entity.type.d.ts +4 -4
  75. package/dist/sdk/common/utils/create-validation-result.d.ts +1 -1
  76. package/dist/sdk/define-front-component.d.ts +2 -2
  77. package/dist/sdk/fields/define-field.d.ts +2 -2
  78. package/dist/sdk/fields/validate-fields.d.ts +1 -1
  79. package/dist/sdk/front-component-api/constants/HtmlCommonProperties.d.ts +2 -0
  80. package/dist/sdk/front-component-api/context/frontComponentContext.d.ts +1 -1
  81. package/dist/sdk/front-component-api/functions/navigate.d.ts +1 -1
  82. package/dist/sdk/front-component-api/hooks/useFrontComponentExecutionContext.d.ts +1 -1
  83. package/dist/sdk/front-component-api/index.d.ts +7 -0
  84. package/dist/sdk/front-component-config.d.ts +1 -1
  85. package/dist/sdk/index.d.ts +6 -6
  86. package/dist/sdk/logic-functions/define-logic-function.d.ts +2 -2
  87. package/dist/sdk/logic-functions/logic-function-config.d.ts +1 -1
  88. package/dist/sdk/objects/define-object.d.ts +2 -2
  89. package/dist/sdk/roles/define-role.d.ts +2 -2
  90. package/dist/ui/index.cjs +1 -47
  91. package/dist/ui/index.mjs +682 -2401
  92. package/package.json +34 -12
  93. package/dist/HtmlTagToRemoteComponent-B6lQe_K8.js +0 -1
  94. package/dist/HtmlTagToRemoteComponent-DRdIf3GJ.mjs +0 -151
  95. package/dist/IconWorld-DynX4UYH.mjs +0 -3003
  96. package/dist/IconWorld-JYjJym3l.js +0 -1876
  97. package/dist/_commonjsHelpers-DKOUU3wS.js +0 -1
  98. package/dist/_commonjsHelpers-DaMA6jEr.mjs +0 -8
  99. package/dist/cli/utilities/build/common/front-component-build/utils/create-front-component-build-options.d.ts +0 -13
  100. package/dist/front-component/__stories__/FrontComponentRenderer.stories.d.ts +0 -9
  101. package/dist/front-component/__stories__/utils/buildMockComponents.d.ts +0 -1
  102. package/dist/front-component/__stories__/utils/loadBuiltComponent.d.ts +0 -1
  103. package/dist/front-component/host/components/FrontComponentRenderer.d.ts +0 -13
  104. package/dist/front-component/index.cjs +0 -1
  105. package/dist/front-component/index.mjs +0 -5736
  106. package/dist/front-component/remote/components/FrontComponentHostCommunicationApiEffect.d.ts +0 -8
  107. package/dist/front-component/remote/components/FrontComponentUpdateContextEffect.d.ts +0 -10
  108. package/dist/front-component/remote/generated/remote-components.d.ts +0 -299
  109. package/dist/front-component/remote/generated/remote-elements.d.ts +0 -3335
  110. package/dist/front-component/remote/worker/remote-worker.d.ts +0 -0
  111. package/dist/front-component/types/PropertySchema.d.ts +0 -4
  112. package/dist/index.d.ts +0 -1
  113. package/dist/navigation-_M4-TT0O.js +0 -503
  114. package/dist/navigation-udgao_jA.mjs +0 -30041
  115. package/dist/sdk/front-component-common/HtmlCommonProperties.d.ts +0 -2
  116. package/dist/sdk/front-component-common/index.d.ts +0 -7
  117. /package/dist/{front-component → front-component-renderer}/host/generated/host-component-registry.d.ts +0 -0
  118. /package/dist/{front-component → front-component-renderer}/host/generated/host-index.d.ts +0 -0
  119. /package/dist/{front-component → front-component-renderer}/remote/components/FrontComponentErrorEffect.d.ts +0 -0
  120. /package/dist/{front-component → front-component-renderer}/remote/generated/remote-index.d.ts +0 -0
  121. /package/dist/{front-component → front-component-renderer}/remote/utils/exposeGlobals.d.ts +0 -0
  122. /package/dist/{front-component/remote/worker → front-component-renderer/remote/worker/utils}/createRemoteWorker.d.ts +0 -0
  123. /package/dist/{front-component → front-component-renderer}/types/FrontComponentExecutionContext.d.ts +0 -0
  124. /package/dist/sdk/{front-component-common → front-component-api/constants}/AllowedHtmlElements.d.ts +0 -0
  125. /package/dist/sdk/{front-component-common → front-component-api/constants}/CommonHtmlEvents.d.ts +0 -0
  126. /package/dist/sdk/{front-component-common → front-component-api/constants}/EventToReact.d.ts +0 -0
  127. /package/dist/sdk/{front-component-common → front-component-api/constants}/HtmlTagToRemoteComponent.d.ts +0 -0
  128. /package/dist/sdk/{front-component-common → front-component-api/constants}/SerializedEventData.d.ts +0 -0
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "twenty-sdk",
3
- "version": "0.5.2",
3
+ "version": "0.6.0-alpha",
4
4
  "main": "dist/index.cjs",
5
5
  "module": "dist/index.mjs",
6
- "types": "dist/index.d.ts",
6
+ "types": "dist/sdk/index.d.ts",
7
7
  "bin": {
8
8
  "twenty": "dist/cli.cjs"
9
9
  },
@@ -13,9 +13,7 @@
13
13
  "package.json"
14
14
  ],
15
15
  "scripts": {
16
- "build": "npx rimraf dist && npx vite build",
17
- "prepublishOnly": "tsx ../twenty-utils/pack-scripts/pre-publish-only.ts",
18
- "postpublish": "tsx ../twenty-utils/pack-scripts/post-publish.ts"
16
+ "build": "npx rimraf dist && npx vite build"
19
17
  },
20
18
  "keywords": [
21
19
  "twenty",
@@ -27,7 +25,7 @@
27
25
  ],
28
26
  "exports": {
29
27
  ".": {
30
- "types": "./dist/index.d.ts",
28
+ "types": "./dist/sdk/index.d.ts",
31
29
  "import": "./dist/index.mjs",
32
30
  "require": "./dist/index.cjs"
33
31
  },
@@ -36,14 +34,16 @@
36
34
  "import": "./dist/ui/index.mjs",
37
35
  "require": "./dist/ui/index.cjs"
38
36
  },
39
- "./front-component": {
40
- "types": "./dist/front-component/index.d.ts",
41
- "import": "./dist/front-component/index.mjs",
42
- "require": "./dist/front-component/index.cjs"
37
+ "./front-component-renderer": {
38
+ "types": "./dist/front-component-renderer/index.d.ts",
39
+ "import": "./dist/front-component-renderer/index.mjs",
40
+ "require": "./dist/front-component-renderer/index.cjs"
43
41
  }
44
42
  },
45
43
  "license": "AGPL-3.0",
46
44
  "dependencies": {
45
+ "@chakra-ui/react": "^3.33.0",
46
+ "@emotion/react": "^11.14.0",
47
47
  "@genql/cli": "^3.0.3",
48
48
  "@quilted/threads": "^4.0.1",
49
49
  "@remote-dom/core": "^1.10.1",
@@ -72,6 +72,28 @@
72
72
  "vite-tsconfig-paths": "^4.2.1",
73
73
  "zod": "^4.1.11"
74
74
  },
75
+ "devDependencies": {
76
+ "@mui/material": "^7.3.8",
77
+ "@prettier/sync": "^0.5.2",
78
+ "@storybook/addon-vitest": "^10.1.11",
79
+ "@storybook/react-vite": "^10.1.11",
80
+ "@types/archiver": "^6.0.0",
81
+ "@types/fs-extra": "^11.0.0",
82
+ "@types/inquirer": "^9.0.0",
83
+ "@types/lodash.camelcase": "^4.3.7",
84
+ "@types/node": "^24.0.0",
85
+ "@types/react": "18.2.66",
86
+ "@types/react-dom": "18.2.22",
87
+ "@vitest/browser-playwright": "^4.0.18",
88
+ "playwright": "^1.56.1",
89
+ "storybook": "^10.1.11",
90
+ "ts-morph": "^25.0.0",
91
+ "tsx": "^4.7.0",
92
+ "twenty-shared": "workspace:*",
93
+ "twenty-ui": "workspace:*",
94
+ "vite-plugin-dts": "^4.5.4",
95
+ "wait-on": "^7.2.0"
96
+ },
75
97
  "engines": {
76
98
  "node": "^24.5.0",
77
99
  "yarn": "^4.0.2"
@@ -81,8 +103,8 @@
81
103
  "ui": [
82
104
  "dist/ui/index.d.ts"
83
105
  ],
84
- "front-component": [
85
- "dist/front-component/index.d.ts"
106
+ "front-component-renderer": [
107
+ "dist/front-component-renderer/index.d.ts"
86
108
  ]
87
109
  }
88
110
  }
@@ -1 +0,0 @@
1
- "use strict";require("./isValidCountryCode-ujmwsK7z-DwSvvT1u.js");var e=(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||{}),r=(t=>(t.CASCADE="CASCADE",t.RESTRICT="RESTRICT",t.SET_NULL="SET_NULL",t.NO_ACTION="NO_ACTION",t))(r||{}),o=(t=>(t.MANY_TO_ONE="MANY_TO_ONE",t.ONE_TO_MANY="ONE_TO_MANY",t))(o||{});const l=[{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:{}}],p=Object.fromEntries(l.map(t=>[t.tag.startsWith("html-")?t.tag.slice(5):t.tag,t.name]));exports.ALLOWED_HTML_ELEMENTS=l;exports.C=r;exports.HTML_TAG_TO_REMOTE_COMPONENT=p;exports.N=e;exports.d=o;
@@ -1,151 +0,0 @@
1
- import "./isValidCountryCode-ujmwsK7z-B8kSH7O8.mjs";
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 = [
4
- { tag: "html-div", name: "HtmlDiv", properties: {} },
5
- { tag: "html-span", name: "HtmlSpan", properties: {} },
6
- { tag: "html-section", name: "HtmlSection", properties: {} },
7
- { tag: "html-article", name: "HtmlArticle", properties: {} },
8
- { tag: "html-header", name: "HtmlHeader", properties: {} },
9
- { tag: "html-footer", name: "HtmlFooter", properties: {} },
10
- { tag: "html-main", name: "HtmlMain", properties: {} },
11
- { tag: "html-nav", name: "HtmlNav", properties: {} },
12
- { tag: "html-aside", name: "HtmlAside", properties: {} },
13
- { tag: "html-p", name: "HtmlP", properties: {} },
14
- { tag: "html-h1", name: "HtmlH1", properties: {} },
15
- { tag: "html-h2", name: "HtmlH2", properties: {} },
16
- { tag: "html-h3", name: "HtmlH3", properties: {} },
17
- { tag: "html-h4", name: "HtmlH4", properties: {} },
18
- { tag: "html-h5", name: "HtmlH5", properties: {} },
19
- { tag: "html-h6", name: "HtmlH6", properties: {} },
20
- { tag: "html-strong", name: "HtmlStrong", properties: {} },
21
- { tag: "html-em", name: "HtmlEm", properties: {} },
22
- { tag: "html-small", name: "HtmlSmall", properties: {} },
23
- { tag: "html-code", name: "HtmlCode", properties: {} },
24
- { tag: "html-pre", name: "HtmlPre", properties: {} },
25
- { tag: "html-blockquote", name: "HtmlBlockquote", properties: {} },
26
- {
27
- tag: "html-a",
28
- name: "HtmlA",
29
- properties: {
30
- href: { type: "string", optional: !0 },
31
- target: { type: "string", optional: !0 },
32
- rel: { type: "string", optional: !0 }
33
- }
34
- },
35
- {
36
- tag: "html-img",
37
- name: "HtmlImg",
38
- properties: {
39
- src: { type: "string", optional: !0 },
40
- alt: { type: "string", optional: !0 },
41
- width: { type: "number", optional: !0 },
42
- height: { type: "number", optional: !0 }
43
- }
44
- },
45
- { tag: "html-ul", name: "HtmlUl", properties: {} },
46
- { tag: "html-ol", name: "HtmlOl", properties: {} },
47
- { tag: "html-li", name: "HtmlLi", properties: {} },
48
- {
49
- tag: "html-form",
50
- name: "HtmlForm",
51
- properties: {
52
- action: { type: "string", optional: !0 },
53
- method: { type: "string", optional: !0 }
54
- }
55
- },
56
- {
57
- tag: "html-label",
58
- name: "HtmlLabel",
59
- properties: {
60
- htmlFor: { type: "string", optional: !0 }
61
- }
62
- },
63
- {
64
- tag: "html-input",
65
- name: "HtmlInput",
66
- properties: {
67
- type: { type: "string", optional: !0 },
68
- name: { type: "string", optional: !0 },
69
- value: { type: "string", optional: !0 },
70
- placeholder: { type: "string", optional: !0 },
71
- disabled: { type: "boolean", optional: !0 },
72
- checked: { type: "boolean", optional: !0 },
73
- readOnly: { type: "boolean", optional: !0 }
74
- }
75
- },
76
- {
77
- tag: "html-textarea",
78
- name: "HtmlTextarea",
79
- properties: {
80
- name: { type: "string", optional: !0 },
81
- value: { type: "string", optional: !0 },
82
- placeholder: { type: "string", optional: !0 },
83
- disabled: { type: "boolean", optional: !0 },
84
- readOnly: { type: "boolean", optional: !0 },
85
- rows: { type: "number", optional: !0 },
86
- cols: { type: "number", optional: !0 }
87
- }
88
- },
89
- {
90
- tag: "html-select",
91
- name: "HtmlSelect",
92
- properties: {
93
- name: { type: "string", optional: !0 },
94
- value: { type: "string", optional: !0 },
95
- disabled: { type: "boolean", optional: !0 },
96
- multiple: { type: "boolean", optional: !0 }
97
- }
98
- },
99
- {
100
- tag: "html-option",
101
- name: "HtmlOption",
102
- properties: {
103
- value: { type: "string", optional: !0 },
104
- disabled: { type: "boolean", optional: !0 },
105
- selected: { type: "boolean", optional: !0 }
106
- }
107
- },
108
- {
109
- tag: "html-button",
110
- name: "HtmlButton",
111
- properties: {
112
- type: { type: "string", optional: !0 },
113
- disabled: { type: "boolean", optional: !0 }
114
- }
115
- },
116
- { tag: "html-table", name: "HtmlTable", properties: {} },
117
- { tag: "html-thead", name: "HtmlThead", properties: {} },
118
- { tag: "html-tbody", name: "HtmlTbody", properties: {} },
119
- { tag: "html-tfoot", name: "HtmlTfoot", properties: {} },
120
- { tag: "html-tr", name: "HtmlTr", properties: {} },
121
- {
122
- tag: "html-th",
123
- name: "HtmlTh",
124
- properties: {
125
- colSpan: { type: "number", optional: !0 },
126
- rowSpan: { type: "number", optional: !0 }
127
- }
128
- },
129
- {
130
- tag: "html-td",
131
- name: "HtmlTd",
132
- properties: {
133
- colSpan: { type: "number", optional: !0 },
134
- rowSpan: { type: "number", optional: !0 }
135
- }
136
- },
137
- { tag: "html-br", name: "HtmlBr", properties: {} },
138
- { tag: "html-hr", name: "HtmlHr", properties: {} }
139
- ], a = Object.fromEntries(
140
- l.map((t) => [
141
- t.tag.startsWith("html-") ? t.tag.slice(5) : t.tag,
142
- t.name
143
- ])
144
- );
145
- export {
146
- l as A,
147
- o as C,
148
- a as H,
149
- e as N,
150
- r as d
151
- };