trand_common_v1 0.1.95 → 0.1.97
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/fields/field-category.d.ts +4 -4
- package/dist/fields/field-category.js +4 -4
- package/dist/fields/field-map-special-tag-completed-content.d.ts +1 -1
- package/dist/fields/field-map-special-tag-completed-content.js +3 -3
- package/dist/fields/field-map-special-tag-completed-content.js.map +1 -1
- package/dist/fields/field-map-tag-completed-content.d.ts +1 -1
- package/dist/fields/field-map-tag-completed-content.js +3 -3
- package/dist/fields/field-map-tag-completed-content.js.map +1 -1
- package/package.json +1 -1
|
@@ -176,10 +176,10 @@ export declare const FIELD_CATEGORY: {
|
|
|
176
176
|
max_length: number;
|
|
177
177
|
placeholder: string;
|
|
178
178
|
};
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
179
|
+
thumbnail_2: {
|
|
180
|
+
id: string;
|
|
181
|
+
label: string;
|
|
182
|
+
is_required: boolean;
|
|
183
183
|
max_length: number;
|
|
184
184
|
placeholder: string;
|
|
185
185
|
};
|
|
@@ -176,10 +176,10 @@ export const FIELD_CATEGORY = {
|
|
|
176
176
|
max_length: 1023,
|
|
177
177
|
placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail.jpg",
|
|
178
178
|
},
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
179
|
+
thumbnail_2: {
|
|
180
|
+
id: "thumbnail_2",
|
|
181
|
+
label: "Thumbnail 2",
|
|
182
|
+
is_required: false,
|
|
183
183
|
max_length: 1023,
|
|
184
184
|
placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail.jpg",
|
|
185
185
|
},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export const FIELD_MAP_SPECIAL_TAG_COMPLETED_CONTENT = {
|
|
2
|
-
|
|
3
|
-
id: "
|
|
4
|
-
label: "Special Tag
|
|
2
|
+
special_tag: {
|
|
3
|
+
id: "special_tag",
|
|
4
|
+
label: "Special Tag",
|
|
5
5
|
is_required: true,
|
|
6
6
|
max_length: 36,
|
|
7
7
|
placeholder: "ex. BTS, BLACKPINK, etc.",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"field-map-special-tag-completed-content.js","sourceRoot":"","sources":["../../src/fields/field-map-special-tag-completed-content.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,uCAAuC,GAAG;IACrD,
|
|
1
|
+
{"version":3,"file":"field-map-special-tag-completed-content.js","sourceRoot":"","sources":["../../src/fields/field-map-special-tag-completed-content.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,uCAAuC,GAAG;IACrD,WAAW,EAAE;QACX,EAAE,EAAE,aAAa;QACjB,KAAK,EAAE,aAAa;QACpB,WAAW,EAAE,IAAI;QACjB,UAAU,EAAE,EAAE;QACd,WAAW,EAAE,0BAA0B;KACxC;IACD,YAAY,EAAE;QACZ,EAAE,EAAE,cAAc;QAClB,KAAK,EAAE,cAAc;QACrB,WAAW,EAAE,IAAI;QACjB,UAAU,EAAE,EAAE;QACd,WAAW,EAAE,0CAA0C;KACxD;CACF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"field-map-tag-completed-content.js","sourceRoot":"","sources":["../../src/fields/field-map-tag-completed-content.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,+BAA+B,GAAG;IAC7C,
|
|
1
|
+
{"version":3,"file":"field-map-tag-completed-content.js","sourceRoot":"","sources":["../../src/fields/field-map-tag-completed-content.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,+BAA+B,GAAG;IAC7C,GAAG,EAAE;QACH,EAAE,EAAE,KAAK;QACT,KAAK,EAAE,KAAK;QACZ,WAAW,EAAE,IAAI;QACjB,UAAU,EAAE,EAAE;QACd,WAAW,EAAE,gBAAgB;KAC9B;IACD,YAAY,EAAE;QACZ,EAAE,EAAE,cAAc;QAClB,KAAK,EAAE,cAAc;QACrB,WAAW,EAAE,IAAI;QACjB,UAAU,EAAE,EAAE;QACd,WAAW,EAAE,0CAA0C;KACxD;CACF,CAAC"}
|