@texonom/nreact 1.2.11 → 1.2.12
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/build/.tsbuildinfo +1 -1
- package/build/block.d.ts.map +1 -1
- package/build/chunk-2U7I3XVC.js +157 -0
- package/build/chunk-3R4ITV3N.js +1358 -0
- package/build/chunk-FCO7MUK6.js +83 -0
- package/build/chunk-HJGIONX2.js +1358 -0
- package/build/chunk-VP33CFNB.js +1358 -0
- package/build/components/asset-wrapper.d.ts.map +1 -1
- package/build/components/audio.d.ts.map +1 -1
- package/build/components/eoi.d.ts.map +1 -1
- package/build/components/file.d.ts.map +1 -1
- package/build/components/google-drive.d.ts.map +1 -1
- package/build/components/header.d.ts.map +1 -1
- package/build/components/lite-youtube-embed.d.ts.map +1 -1
- package/build/components/page-aside.d.ts.map +1 -1
- package/build/components/page-title.d.ts.map +1 -1
- package/build/components/search-dialog.d.ts.map +1 -1
- package/build/dev/chunk-4XJBBVRZ.js +1359 -0
- package/build/dev/chunk-4XJBBVRZ.js.map +1 -0
- package/build/dev/chunk-7R2ZX3WF.js +1359 -0
- package/build/dev/chunk-7R2ZX3WF.js.map +1 -0
- package/build/dev/chunk-N6EDMIQD.js +1359 -0
- package/build/dev/chunk-N6EDMIQD.js.map +1 -0
- package/build/dev/chunk-NVAEYUJK.js +1359 -0
- package/build/dev/chunk-NVAEYUJK.js.map +1 -0
- package/build/dev/chunk-PM5CWL6O.js +158 -0
- package/build/dev/chunk-PM5CWL6O.js.map +1 -0
- package/build/dev/chunk-Q4G2SZRD.js +84 -0
- package/build/dev/chunk-Q4G2SZRD.js.map +1 -0
- package/build/dev/chunk-QN4Z7A2J.js +1359 -0
- package/build/dev/chunk-QN4Z7A2J.js.map +1 -0
- package/build/dev/index.js +56 -69
- package/build/dev/index.js.map +1 -1
- package/build/dev/third-party/code.js +3 -4
- package/build/dev/third-party/code.js.map +1 -1
- package/build/dev/third-party/collection.js +15 -18
- package/build/dev/third-party/collection.js.map +1 -1
- package/build/dev/third-party/equation.js +3 -4
- package/build/dev/third-party/equation.js.map +1 -1
- package/build/dev/third-party/modal.js +1 -1
- package/build/dev/third-party/pdf.js +1 -1
- package/build/dev/third-party/pdf.js.map +1 -1
- package/build/icons/clear-icon.d.ts.map +1 -1
- package/build/icons/loading-icon.d.ts.map +1 -1
- package/build/icons/search-icon.d.ts.map +1 -1
- package/build/index.js +56 -69
- package/build/third-party/code.d.ts.map +1 -1
- package/build/third-party/code.js +3 -4
- package/build/third-party/collection-card.d.ts.map +1 -1
- package/build/third-party/collection-row.d.ts.map +1 -1
- package/build/third-party/collection-view-board.d.ts.map +1 -1
- package/build/third-party/collection-view-gallery.d.ts.map +1 -1
- package/build/third-party/collection-view-table.d.ts.map +1 -1
- package/build/third-party/collection.d.ts.map +1 -1
- package/build/third-party/collection.js +15 -18
- package/build/third-party/equation.d.ts.map +1 -1
- package/build/third-party/equation.js +3 -4
- package/build/third-party/modal.js +1 -1
- package/build/third-party/pdf.js +1 -1
- package/build/types.d.ts +34 -12
- package/build/types.d.ts.map +1 -1
- package/build/utils.d.ts +0 -1
- package/build/utils.d.ts.map +1 -1
- package/package.json +10 -10
|
@@ -0,0 +1,157 @@
|
|
|
1
|
+
import {
|
|
2
|
+
__objRest,
|
|
3
|
+
__spreadValues
|
|
4
|
+
} from "./chunk-FCO7MUK6.js";
|
|
5
|
+
|
|
6
|
+
// src/icons/type-checkbox.tsx
|
|
7
|
+
import React from "react";
|
|
8
|
+
function SvgTypeCheckbox(props) {
|
|
9
|
+
return /* @__PURE__ */ React.createElement("svg", __spreadValues({ viewBox: "0 0 14 14" }, props), /* @__PURE__ */ React.createElement("path", { d: "M0 3a3 3 0 013-3h8a3 3 0 013 3v8a3 3 0 01-3 3H3a3 3 0 01-3-3V3zm3-1.5A1.5 1.5 0 001.5 3v8A1.5 1.5 0 003 12.5h8a1.5 1.5 0 001.5-1.5V3A1.5 1.5 0 0011 1.5H3zm-.167 5.316l.566-.542.177-.17.347-.332.346.334.176.17 1.139 1.098 3.699-3.563.177-.17.347-.335.347.334.177.17.563.543.177.171.372.36-.372.36-.177.17-4.786 4.615-.177.171-.347.334-.347-.334-.177-.17-2.23-2.15-.177-.172-.375-.361.376-.36.179-.17z" }));
|
|
10
|
+
}
|
|
11
|
+
var type_checkbox_default = SvgTypeCheckbox;
|
|
12
|
+
|
|
13
|
+
// src/icons/type-date.tsx
|
|
14
|
+
import React2 from "react";
|
|
15
|
+
function SvgTypeDate(props) {
|
|
16
|
+
return /* @__PURE__ */ React2.createElement("svg", __spreadValues({ viewBox: "0 0 14 14" }, props), /* @__PURE__ */ React2.createElement("path", { d: "M10.889 5.5H3.11v1.556h7.778V5.5zm1.555-4.444h-.777V0H10.11v1.056H3.89V0H2.333v1.056h-.777c-.864 0-1.548.7-1.548 1.555L0 12.5c0 .856.692 1.5 1.556 1.5h10.888C13.3 14 14 13.356 14 12.5V2.611c0-.855-.7-1.555-1.556-1.555zm0 11.444H1.556V3.944h10.888V12.5zM8.556 8.611H3.11v1.556h5.445V8.61z" }));
|
|
17
|
+
}
|
|
18
|
+
var type_date_default = SvgTypeDate;
|
|
19
|
+
|
|
20
|
+
// src/icons/type-email.tsx
|
|
21
|
+
import React3 from "react";
|
|
22
|
+
function SvgTypeEmail(props) {
|
|
23
|
+
return /* @__PURE__ */ React3.createElement("svg", __spreadValues({ viewBox: "0 0 14 14" }, props), /* @__PURE__ */ React3.createElement("path", { d: "M14 6.225c0 .822-.133 1.574-.4 2.256-.267.683-.644 1.218-1.13 1.606-.488.388-.946.6-1.494.6-.429 0-.808-.102-1.139-.305a1.753 1.753 0 01-.713-.8c-.613.736-1.563 1.104-2.531 1.104-1.027 0-1.835-.304-2.427-.912-.591-.608-.887-1.44-.887-2.496 0-1.204.389-2.175 1.166-2.911.776-.736 1.791-1.105 3.044-1.105.498 0 2.032.212 2.252.268.51.13.86.593.835 1.112l-.156 3.287c0 .794.22 1.19.66 1.19.372 0 .668-.267.888-.8.22-.534.33-1.232.33-2.094 0-.919-.194-1.731-.582-2.436a3.924 3.924 0 00-1.64-1.614c-.704-.371-1.509-.557-2.413-.557-1.172 0-2.19.237-3.053.711a4.785 4.785 0 00-1.988 2.05c-.46.894-.691 1.926-.691 3.096 0 1.576.428 2.784 1.283 3.627.855.841 2.094 1.262 3.718 1.262.615 0 1.29-.067 2.027-.2.225-.042.518-.108.877-.2a.863.863 0 011.025.527.76.76 0 01-.502.993c-1.052.316-2.17.488-3.357.516-2.204 0-3.922-.57-5.154-1.713C.616 11.146 0 9.56 0 7.527c0-1.41.315-2.69.944-3.84A6.792 6.792 0 013.63.98C4.794.327 6.131 0 7.645 0c1.276 0 2.514.29 3.418.77.905.481 1.574 1.228 2.12 2.176.544.947.817 2.04.817 3.28zm-8.615 1.01c0 1.208.488 1.811 1.466 1.811.511 0 .9-.181 1.168-.545.267-.363.429-.954.486-1.772l.11-1.896a4.638 4.638 0 00-.98-.095c-.71 0-1.263.224-1.658.67-.395.446-.592 1.055-.592 1.828z" }));
|
|
24
|
+
}
|
|
25
|
+
var type_email_default = SvgTypeEmail;
|
|
26
|
+
|
|
27
|
+
// src/icons/type-file.tsx
|
|
28
|
+
import React4 from "react";
|
|
29
|
+
function SvgTypeFile(props) {
|
|
30
|
+
return /* @__PURE__ */ React4.createElement("svg", __spreadValues({ viewBox: "0 0 14 14" }, props), /* @__PURE__ */ React4.createElement("path", { d: "M5.946 14a4.975 4.975 0 01-3.497-1.415A4.731 4.731 0 011 9.174c0-1.288.515-2.5 1.449-3.41L7.456.986c1.345-1.313 3.722-1.318 5.08.007a3.453 3.453 0 010 4.961L8.03 10.241c-.867.847-2.293.848-3.17-.006a2.158 2.158 0 010-3.102l1.744-1.701 1.272 1.24-1.744 1.701a.43.43 0 000 .621c.23.223.405.223.636 0l4.503-4.288a1.723 1.723 0 00-.007-2.473c-.68-.663-1.864-.663-2.543 0L3.713 7.011a3.006 3.006 0 00-.915 2.163c0 .82.328 1.591.922 2.17 1.19 1.162 3.262 1.162 4.451 0l2.248-2.192 1.272 1.24-2.248 2.193A4.978 4.978 0 015.946 14z" }));
|
|
31
|
+
}
|
|
32
|
+
var type_file_default = SvgTypeFile;
|
|
33
|
+
|
|
34
|
+
// src/icons/type-formula.tsx
|
|
35
|
+
import React5 from "react";
|
|
36
|
+
function SvgTypeFormula(props) {
|
|
37
|
+
return /* @__PURE__ */ React5.createElement("svg", __spreadValues({ viewBox: "0 0 14 14" }, props), /* @__PURE__ */ React5.createElement("path", { d: "M7.779 7.063l-3.157 4.224a.49.49 0 00-.072.218.35.35 0 00.346.357h6.242c.476 0 .862.398.862.889v.36c0 .491-.386.889-.862.889H1.862A.876.876 0 011 13.111v-.425a.82.82 0 01.177-.54L4.393 7.8a1.367 1.367 0 00-.006-1.625L1.4 2.194a.822.822 0 01-.18-.544V.89C1.22.398 1.604 0 2.08 0h8.838c.476 0 .861.398.861.889v.36c0 .491-.385.89-.86.89H5.135c-.19 0-.345.159-.345.356a.489.489 0 00.07.216l2.92 3.975c.049.062.063.107.06.188a.246.246 0 01-.062.189z" }));
|
|
38
|
+
}
|
|
39
|
+
var type_formula_default = SvgTypeFormula;
|
|
40
|
+
|
|
41
|
+
// src/icons/type-multi-select.tsx
|
|
42
|
+
import React6 from "react";
|
|
43
|
+
function SvgTypeMultiSelect(props) {
|
|
44
|
+
return /* @__PURE__ */ React6.createElement("svg", __spreadValues({ viewBox: "0 0 14 14" }, props), /* @__PURE__ */ React6.createElement("path", { d: "M4 3a1 1 0 011-1h7a1 1 0 110 2H5a1 1 0 01-1-1zm0 4a1 1 0 011-1h7a1 1 0 110 2H5a1 1 0 01-1-1zm0 4a1 1 0 011-1h7a1 1 0 110 2H5a1 1 0 01-1-1zM2 4a1 1 0 110-2 1 1 0 010 2zm0 4a1 1 0 110-2 1 1 0 010 2zm0 4a1 1 0 110-2 1 1 0 010 2z" }));
|
|
45
|
+
}
|
|
46
|
+
var type_multi_select_default = SvgTypeMultiSelect;
|
|
47
|
+
|
|
48
|
+
// src/icons/type-number.tsx
|
|
49
|
+
import React7 from "react";
|
|
50
|
+
function SvgTypeNumber(props) {
|
|
51
|
+
return /* @__PURE__ */ React7.createElement("svg", __spreadValues({ viewBox: "0 0 14 14" }, props), /* @__PURE__ */ React7.createElement("path", { d: "M4.462 0c-.595 0-1.078.482-1.078 1.078v2.306H1.078a1.078 1.078 0 100 2.155h2.306v2.922H1.078a1.078 1.078 0 100 2.155h2.306v2.306a1.078 1.078 0 002.155 0v-2.306H8.46v2.306a1.078 1.078 0 002.156 0v-2.306h2.306a1.078 1.078 0 100-2.155h-2.306V5.539h2.306a1.078 1.078 0 100-2.155h-2.306V1.078a1.078 1.078 0 00-2.156 0v2.306H5.54V1.078C5.54.482 5.056 0 4.461 0zm1.077 8.46V5.54H8.46v2.92H5.54z" }));
|
|
52
|
+
}
|
|
53
|
+
var type_number_default = SvgTypeNumber;
|
|
54
|
+
|
|
55
|
+
// src/icons/type-person.tsx
|
|
56
|
+
import React8 from "react";
|
|
57
|
+
function SvgTypePerson(props) {
|
|
58
|
+
return /* @__PURE__ */ React8.createElement("svg", __spreadValues({ viewBox: "0 0 14 14" }, props), /* @__PURE__ */ React8.createElement("path", { d: "M9.625 10.847C8.912 10.289 8.121 9.926 7 9.26v-.54a3.33 3.33 0 00.538-.888c.408-.1.774-.498.774-.832 0-.482-.202-.673-.44-.829 0-.015.003-.03.003-.046 0-.711-.438-2.625-2.625-2.625-2.188 0-2.625 1.915-2.625 2.625 0 .017.003.03.003.046-.238.156-.44.347-.44.829 0 .334.366.731.774.833.146.343.326.643.538.886v.541c-1.12.665-1.912 1.028-2.625 1.587C.041 11.498 0 12.469 0 14h10.5c0-1.531-.041-2.502-.875-3.153zm3.5-3.5c-.713-.558-1.504-.921-2.625-1.587v-.54c.212-.244.392-.544.538-.888.408-.1.774-.498.774-.832 0-.482-.202-.673-.44-.829 0-.015.003-.03.003-.046C11.375 1.914 10.937 0 8.75 0 6.562 0 6.125 1.915 6.125 2.625c0 .017.003.03.003.046-.016.012-.03.025-.047.036 1.751.359 2.516 1.841 2.647 3.04.248.262.46.65.46 1.253 0 .603-.417 1.203-1.004 1.515-.057.109-.117.214-.181.315l.437.245c.64.357 1.194.666 1.724 1.081.138.108.256.224.365.343H14c0-1.53-.041-2.5-.875-3.153z" }));
|
|
59
|
+
}
|
|
60
|
+
var type_person_default = SvgTypePerson;
|
|
61
|
+
|
|
62
|
+
// src/icons/type-person-2.tsx
|
|
63
|
+
import React9 from "react";
|
|
64
|
+
function SvgTypePerson2(props) {
|
|
65
|
+
return /* @__PURE__ */ React9.createElement("svg", __spreadValues({ viewBox: "0 0 14 14" }, props), /* @__PURE__ */ React9.createElement("path", { d: "M13.125 10.035c-.571-.55-2.324-1.504-3.5-2.16v-.834c.224-.322.42-.671.566-1.055.394-.242.746-.702.746-1.173 0-.458-.005-.87-.47-1.208C10.305 1.558 9.436 0 7 0S3.695 1.558 3.533 3.605c-.465.338-.47.75-.47 1.208 0 .471.352.93.746 1.173.146.384.342.733.566 1.055v.834c-1.176.656-2.929 1.61-3.5 2.16C.165 10.72 0 11.812 0 14h14c0-2.188-.164-3.281-.875-3.965z" }));
|
|
66
|
+
}
|
|
67
|
+
var type_person_2_default = SvgTypePerson2;
|
|
68
|
+
|
|
69
|
+
// src/icons/type-phone-number.tsx
|
|
70
|
+
import React10 from "react";
|
|
71
|
+
function SvgTypePhoneNumber(props) {
|
|
72
|
+
return /* @__PURE__ */ React10.createElement("svg", __spreadValues({ viewBox: "0 0 14 14" }, props), /* @__PURE__ */ React10.createElement("path", { d: "M2.207.013a.487.487 0 00-.29.02C.87.438.213 1.93.058 2.955c-.484 3.33 2.15 6.215 4.57 8.113 2.149 1.684 6.273 4.453 8.713 1.781.31-.329.678-.813.658-1.297-.058-.813-.813-1.394-1.394-1.84-.445-.329-1.375-1.239-1.956-1.22-.522.02-.851.562-1.18.891l-.582.581c-.096.097-1.336-.716-1.471-.813a9.881 9.881 0 01-1.414-1.104A9.13 9.13 0 014.86 6.732c-.097-.136-.89-1.317-.813-1.414 0 0 .677-.736.871-1.026.407-.62.717-1.104.252-1.84-.174-.27-.387-.484-.62-.716-.406-.387-.813-.794-1.278-1.123-.251-.194-.677-.542-1.065-.6z" }));
|
|
73
|
+
}
|
|
74
|
+
var type_phone_number_default = SvgTypePhoneNumber;
|
|
75
|
+
|
|
76
|
+
// src/icons/type-relation.tsx
|
|
77
|
+
import React11 from "react";
|
|
78
|
+
function SvgTypeRelation(props) {
|
|
79
|
+
return /* @__PURE__ */ React11.createElement("svg", __spreadValues({ viewBox: "0 0 14 14" }, props), /* @__PURE__ */ React11.createElement("path", { d: "M4.5 1v2h5.086L1 11.586 2.414 13 11 4.414V9.5h2V1z" }));
|
|
80
|
+
}
|
|
81
|
+
var type_relation_default = SvgTypeRelation;
|
|
82
|
+
|
|
83
|
+
// src/icons/type-select.tsx
|
|
84
|
+
import React12 from "react";
|
|
85
|
+
function SvgTypeSelect(props) {
|
|
86
|
+
return /* @__PURE__ */ React12.createElement("svg", __spreadValues({ viewBox: "0 0 14 14" }, props), /* @__PURE__ */ React12.createElement("path", { d: "M7 13A6 6 0 107 1a6 6 0 000 12zM3.751 5.323A.2.2 0 013.909 5h6.182a.2.2 0 01.158.323L7.158 9.297a.2.2 0 01-.316 0L3.751 5.323z" }));
|
|
87
|
+
}
|
|
88
|
+
var type_select_default = SvgTypeSelect;
|
|
89
|
+
|
|
90
|
+
// src/icons/type-text.tsx
|
|
91
|
+
import React13 from "react";
|
|
92
|
+
function SvgTypeText(props) {
|
|
93
|
+
return /* @__PURE__ */ React13.createElement("svg", __spreadValues({ viewBox: "0 0 14 14" }, props), /* @__PURE__ */ React13.createElement("path", { d: "M7 4.568a.5.5 0 00-.5-.5h-6a.5.5 0 00-.5.5v1.046a.5.5 0 00.5.5h6a.5.5 0 00.5-.5V4.568zM.5 1a.5.5 0 00-.5.5v1.045a.5.5 0 00.5.5h12a.5.5 0 00.5-.5V1.5a.5.5 0 00-.5-.5H.5zM0 8.682a.5.5 0 00.5.5h11a.5.5 0 00.5-.5V7.636a.5.5 0 00-.5-.5H.5a.5.5 0 00-.5.5v1.046zm0 3.068a.5.5 0 00.5.5h9a.5.5 0 00.5-.5v-1.045a.5.5 0 00-.5-.5h-9a.5.5 0 00-.5.5v1.045z" }));
|
|
94
|
+
}
|
|
95
|
+
var type_text_default = SvgTypeText;
|
|
96
|
+
|
|
97
|
+
// src/icons/type-timestamp.tsx
|
|
98
|
+
import React14 from "react";
|
|
99
|
+
function SvgTypeTimestamp(props) {
|
|
100
|
+
return /* @__PURE__ */ React14.createElement("svg", __spreadValues({ viewBox: "0 0 14 14" }, props), /* @__PURE__ */ React14.createElement("path", { d: "M6.986 14c-1.79 0-3.582-.69-4.944-2.068-2.723-2.72-2.723-7.172 0-9.892 2.725-2.72 7.182-2.72 9.906 0A6.972 6.972 0 0114 6.996c0 1.88-.728 3.633-2.052 4.955A7.058 7.058 0 016.986 14zm3.285-6.99v1.645H5.526v-5.47h1.841v3.63h2.904v.194zm1.89-.014c0-1.379-.542-2.67-1.522-3.648-2.006-2.005-5.287-2.007-7.297-.009l-.009.009a5.168 5.168 0 000 7.295c2.01 2.007 5.297 2.007 7.306 0a5.119 5.119 0 001.521-3.647z" }));
|
|
101
|
+
}
|
|
102
|
+
var type_timestamp_default = SvgTypeTimestamp;
|
|
103
|
+
|
|
104
|
+
// src/icons/type-title.tsx
|
|
105
|
+
import React15 from "react";
|
|
106
|
+
function SvgTypeTitle(props) {
|
|
107
|
+
return /* @__PURE__ */ React15.createElement("svg", __spreadValues({ viewBox: "0 0 14 14" }, props), /* @__PURE__ */ React15.createElement("path", { d: "M7.74 8.697a.81.81 0 01.073.308.894.894 0 01-.9.888.867.867 0 01-.825-.592l-.333-.961H2.058l-.333.961a.882.882 0 01-.838.592A.884.884 0 010 9.005c0-.11.025-.222.062-.308l2.403-6.211c.222-.58.776-.986 1.442-.986.653 0 1.22.407 1.442.986l2.39 6.211zM2.6 6.824h2.613L3.907 3.102 2.6 6.824zm8.8-3.118c1.355 0 2.6.542 2.6 2.255V9.08a.8.8 0 01-.789.814.797.797 0 01-.788-.703c-.395.468-1.097.764-1.874.764-.949 0-2.07-.64-2.07-1.972 0-1.392 1.121-1.897 2.07-1.897.789 0 1.491.246 1.886.727v-.826c0-.604-.518-.998-1.306-.998-.469 0-.888.123-1.32.394a.64.64 0 01-.307.086.602.602 0 01-.592-.604c0-.221.123-.419.284-.517a3.963 3.963 0 012.206-.641zm-.222 5.188c.505 0 .998-.172 1.257-.517v-.74c-.259-.345-.752-.517-1.257-.517-.616 0-1.122.332-1.122.9 0 .554.506.874 1.122.874zM.656 11.125h12.688a.656.656 0 110 1.313H.656a.656.656 0 110-1.313z" }));
|
|
108
|
+
}
|
|
109
|
+
var type_title_default = SvgTypeTitle;
|
|
110
|
+
|
|
111
|
+
// src/icons/type-url.tsx
|
|
112
|
+
import React16 from "react";
|
|
113
|
+
function SvgTypeUrl(props) {
|
|
114
|
+
return /* @__PURE__ */ React16.createElement("svg", __spreadValues({ viewBox: "0 0 14 14" }, props), /* @__PURE__ */ React16.createElement("path", { d: "M3.733 3.867h3.734c1.03 0 1.866.837 1.866 1.866 0 1.03-.837 1.867-1.866 1.867h-.934a.934.934 0 000 1.867h.934a3.734 3.734 0 000-7.467H3.733A3.73 3.73 0 001.89 8.977a4.637 4.637 0 01.314-2.18 1.854 1.854 0 01-.336-1.064c0-1.03.837-1.866 1.866-1.866zm8.377 1.422a4.6 4.6 0 01-.316 2.176c.212.303.34.67.34 1.068 0 1.03-.838 1.867-1.867 1.867H6.533a1.869 1.869 0 01-1.866-1.867c0-1.03.837-1.866 1.866-1.866h.934a.934.934 0 000-1.867h-.934a3.733 3.733 0 000 7.467h3.734a3.73 3.73 0 001.843-6.978z" }));
|
|
115
|
+
}
|
|
116
|
+
var type_url_default = SvgTypeUrl;
|
|
117
|
+
|
|
118
|
+
// src/icons/property-icon.tsx
|
|
119
|
+
var iconMap = {
|
|
120
|
+
title: type_title_default,
|
|
121
|
+
text: type_text_default,
|
|
122
|
+
number: type_number_default,
|
|
123
|
+
select: type_select_default,
|
|
124
|
+
multi_select: type_multi_select_default,
|
|
125
|
+
date: type_date_default,
|
|
126
|
+
person: type_person_default,
|
|
127
|
+
file: type_file_default,
|
|
128
|
+
checkbox: type_checkbox_default,
|
|
129
|
+
url: type_url_default,
|
|
130
|
+
email: type_email_default,
|
|
131
|
+
phone_number: type_phone_number_default,
|
|
132
|
+
formula: type_formula_default,
|
|
133
|
+
relation: type_relation_default,
|
|
134
|
+
created_time: type_timestamp_default,
|
|
135
|
+
last_edited_time: type_timestamp_default,
|
|
136
|
+
created_by: type_person_2_default,
|
|
137
|
+
last_edited_by: type_person_2_default
|
|
138
|
+
};
|
|
139
|
+
var PropertyIcon = (_a) => {
|
|
140
|
+
var _b = _a, { type } = _b, rest = __objRest(_b, ["type"]);
|
|
141
|
+
const icon = iconMap[type];
|
|
142
|
+
if (!icon)
|
|
143
|
+
return null;
|
|
144
|
+
return icon(rest);
|
|
145
|
+
};
|
|
146
|
+
|
|
147
|
+
// src/third-party/collection-column-title.tsx
|
|
148
|
+
import React17 from "react";
|
|
149
|
+
var CollectionColumnTitle = ({ schema }) => {
|
|
150
|
+
return /* @__PURE__ */ React17.createElement("div", { className: "notion-collection-column-title" }, /* @__PURE__ */ React17.createElement(PropertyIcon, { className: "notion-collection-column-title-icon", type: schema.type }), /* @__PURE__ */ React17.createElement("div", { className: "notion-collection-column-title-body" }, schema.name));
|
|
151
|
+
};
|
|
152
|
+
|
|
153
|
+
export {
|
|
154
|
+
iconMap,
|
|
155
|
+
PropertyIcon,
|
|
156
|
+
CollectionColumnTitle
|
|
157
|
+
};
|