dplus_common_v1 0.1.109 → 0.1.110
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/dplus-types/dplus-response-types.d.ts +6 -0
- package/dist/fields/fields-category/f-category-i18n.d.ts +10 -2
- package/dist/fields/fields-category/f-category-i18n.js +16 -8
- package/dist/fields/fields-category/f-category-i18n.js.map +1 -1
- package/dist/fields/fields-category/f-category-metadata-i18n.d.ts +24 -3
- package/dist/fields/fields-category/f-category-metadata-i18n.js +37 -16
- package/dist/fields/fields-category/f-category-metadata-i18n.js.map +1 -1
- package/dist/fields/fields-category/f-category.d.ts +13 -101
- package/dist/fields/fields-category/f-category.js +50 -213
- package/dist/fields/fields-category/f-category.js.map +1 -1
- package/dist/fields/fields-city/f-city-i18n.d.ts +10 -0
- package/dist/fields/fields-city/f-city-i18n.js +19 -9
- package/dist/fields/fields-city/f-city-i18n.js.map +1 -1
- package/dist/fields/fields-city/f-city-image.d.ts +31 -4
- package/dist/fields/fields-city/f-city-image.js +48 -20
- package/dist/fields/fields-city/f-city-image.js.map +1 -1
- package/dist/fields/fields-city/f-city-metadata-i18n.d.ts +24 -3
- package/dist/fields/fields-city/f-city-metadata-i18n.js +38 -17
- package/dist/fields/fields-city/f-city-metadata-i18n.js.map +1 -1
- package/dist/fields/fields-city/f-city-youtube-video.d.ts +26 -2
- package/dist/fields/fields-city/f-city-youtube-video.js +35 -11
- package/dist/fields/fields-city/f-city-youtube-video.js.map +1 -1
- package/dist/fields/fields-city/f-city.d.ts +59 -185
- package/dist/fields/fields-city/f-city.js +80 -201
- package/dist/fields/fields-city/f-city.js.map +1 -1
- package/dist/fields/fields-event/f-event-description.d.ts +272 -0
- package/dist/fields/fields-event/f-event-description.js +277 -0
- package/dist/fields/fields-event/f-event-description.js.map +1 -0
- package/dist/fields/fields-event/f-event-image.d.ts +4 -0
- package/dist/fields/fields-event/f-event-image.js +8 -4
- package/dist/fields/fields-event/f-event-image.js.map +1 -1
- package/dist/fields/fields-event/f-event-metadata-i18n.d.ts +8 -18
- package/dist/fields/fields-event/f-event-metadata-i18n.js +9 -19
- package/dist/fields/fields-event/f-event-metadata-i18n.js.map +1 -1
- package/dist/fields/fields-event/f-event.d.ts +78 -281
- package/dist/fields/fields-event/f-event.js +176 -369
- package/dist/fields/fields-event/f-event.js.map +1 -1
- package/dist/fields/fields-folder/f-folder-description.d.ts +133 -0
- package/dist/fields/fields-folder/f-folder-description.js +134 -0
- package/dist/fields/fields-folder/f-folder-description.js.map +1 -0
- package/dist/fields/fields-folder/f-folder-image.d.ts +6 -2
- package/dist/fields/fields-folder/f-folder-image.js +12 -8
- package/dist/fields/fields-folder/f-folder-image.js.map +1 -1
- package/dist/fields/fields-folder/f-folder-metadata-i18n.d.ts +10 -2
- package/dist/fields/fields-folder/f-folder-metadata-i18n.js +23 -15
- package/dist/fields/fields-folder/f-folder-metadata-i18n.js.map +1 -1
- package/dist/fields/fields-folder/f-folder.d.ts +28 -313
- package/dist/fields/fields-folder/f-folder.js +42 -327
- package/dist/fields/fields-folder/f-folder.js.map +1 -1
- package/dist/fields/fields-group/f-group-image.d.ts +10 -0
- package/dist/fields/fields-group/f-group-image.js +22 -12
- package/dist/fields/fields-group/f-group-image.js.map +1 -1
- package/dist/fields/fields-group/f-group-metadata-i18n.d.ts +4 -0
- package/dist/fields/fields-group/f-group-metadata-i18n.js +14 -10
- package/dist/fields/fields-group/f-group-metadata-i18n.js.map +1 -1
- package/dist/fields/fields-group/f-group.d.ts +23 -155
- package/dist/fields/fields-group/f-group.js +60 -183
- package/dist/fields/fields-group/f-group.js.map +1 -1
- package/dist/fields/fields-service-provider/f-service-provider.d.ts +12 -2
- package/dist/fields/fields-service-provider/f-service-provider.js +20 -10
- package/dist/fields/fields-service-provider/f-service-provider.js.map +1 -1
- package/dist/fields/fields-stag/f-stag-i18n.d.ts +12 -2
- package/dist/fields/fields-stag/f-stag-i18n.js +20 -10
- package/dist/fields/fields-stag/f-stag-i18n.js.map +1 -1
- package/dist/fields/fields-stag/f-stag-image.d.ts +22 -2
- package/dist/fields/fields-stag/f-stag-image.js +34 -14
- package/dist/fields/fields-stag/f-stag-image.js.map +1 -1
- package/dist/fields/fields-stag/f-stag-metadata-i18n.d.ts +20 -3
- package/dist/fields/fields-stag/f-stag-metadata-i18n.js +34 -17
- package/dist/fields/fields-stag/f-stag-metadata-i18n.js.map +1 -1
- package/dist/fields/fields-stag/f-stag.d.ts +81 -173
- package/dist/fields/fields-stag/f-stag.js +117 -197
- package/dist/fields/fields-stag/f-stag.js.map +1 -1
- package/dist/fields/fields-tag/f-tag.d.ts +20 -6
- package/dist/fields/fields-tag/f-tag.js +28 -14
- package/dist/fields/fields-tag/f-tag.js.map +1 -1
- package/dist/index.d.ts +3 -0
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -1
- package/dist/types/t-thumbnail-source.d.ts +6 -0
- package/dist/types/t-thumbnail-source.js +2 -0
- package/dist/types/t-thumbnail-source.js.map +1 -0
- package/dist/types/types-category/t-category-i18n.d.ts +4 -2
- package/dist/types/types-category/t-category-metadata-i18n.d.ts +22 -6
- package/dist/types/types-category/t-category.d.ts +34 -14
- package/dist/types/types-category/t-category.js +11 -20
- package/dist/types/types-category/t-category.js.map +1 -1
- package/dist/types/types-city/t-city-i18n.d.ts +6 -4
- package/dist/types/types-city/t-city-image.d.ts +21 -5
- package/dist/types/types-city/t-city-metadata-i18n.d.ts +24 -8
- package/dist/types/types-city/t-city-youtube-video.d.ts +10 -6
- package/dist/types/types-city/t-city.d.ts +36 -17
- package/dist/types/types-city/t-city.js +6 -18
- package/dist/types/types-city/t-city.js.map +1 -1
- package/dist/types/types-event/t-event-description.d.ts +37 -0
- package/dist/types/types-event/t-event-description.js +2 -0
- package/dist/types/types-event/t-event-description.js.map +1 -0
- package/dist/types/types-event/t-event-image.d.ts +2 -5
- package/dist/types/types-event/t-event-metadata-i18n.d.ts +10 -8
- package/dist/types/types-event/t-event.d.ts +35 -71
- package/dist/types/types-event/t-event.js +32 -56
- package/dist/types/types-event/t-event.js.map +1 -1
- package/dist/types/types-folder/t-folder-description.d.ts +21 -0
- package/dist/types/types-folder/t-folder-description.js +2 -0
- package/dist/types/types-folder/t-folder-description.js.map +1 -0
- package/dist/types/types-folder/t-folder-image.d.ts +4 -4
- package/dist/types/types-folder/t-folder-metadata-i18n.d.ts +10 -7
- package/dist/types/types-folder/t-folder.d.ts +16 -50
- package/dist/types/types-folder/t-folder.js +19 -54
- package/dist/types/types-folder/t-folder.js.map +1 -1
- package/dist/types/types-group/t-group-image.d.ts +2 -5
- package/dist/types/types-group/t-group-metadata-i18n.d.ts +6 -7
- package/dist/types/types-group/t-group.d.ts +14 -29
- package/dist/types/types-group/t-group.js +14 -37
- package/dist/types/types-group/t-group.js.map +1 -1
- package/dist/types/types-service-provider/t-service-provider.d.ts +8 -2
- package/dist/types/types-stag/t-stag-i18n.d.ts +3 -2
- package/dist/types/types-stag/t-stag-image.d.ts +12 -9
- package/dist/types/types-stag/t-stag-metadata-i18n.d.ts +15 -6
- package/dist/types/types-stag/t-stag.d.ts +46 -30
- package/dist/types/types-stag/t-stag.js +12 -34
- package/dist/types/types-stag/t-stag.js.map +1 -1
- package/dist/types/types-tag/t-tag.d.ts +5 -3
- package/package.json +1 -1
|
@@ -4,118 +4,99 @@ export const F_CATEGORY = {
|
|
|
4
4
|
label: "Category Code",
|
|
5
5
|
is_required: true,
|
|
6
6
|
max_length: 96,
|
|
7
|
-
placeholder: "
|
|
7
|
+
placeholder: "ex. food_restaurants",
|
|
8
|
+
editable: false, // PK
|
|
8
9
|
},
|
|
9
10
|
order_num: {
|
|
10
11
|
id: "order_num",
|
|
11
|
-
label: "Order
|
|
12
|
+
label: "Order",
|
|
12
13
|
is_required: true,
|
|
13
|
-
placeholder: "ex. 1, 2, 3
|
|
14
|
+
placeholder: "ex. 1, 2, 3",
|
|
14
15
|
},
|
|
15
16
|
target_country_code: {
|
|
16
17
|
id: "target_country_code",
|
|
17
|
-
label: "Target Country
|
|
18
|
+
label: "Target Country",
|
|
18
19
|
is_required: true,
|
|
19
20
|
max_length: 2,
|
|
20
|
-
placeholder: "ex. KR",
|
|
21
|
+
placeholder: "ex. KR, JP, AA",
|
|
21
22
|
},
|
|
22
23
|
upper_category_code: {
|
|
23
24
|
id: "upper_category_code",
|
|
24
|
-
label: "Upper Category
|
|
25
|
+
label: "Upper Category",
|
|
25
26
|
is_required: false,
|
|
26
27
|
max_length: 96,
|
|
27
28
|
placeholder: "ex. food",
|
|
28
29
|
},
|
|
29
30
|
name: {
|
|
30
31
|
id: "name",
|
|
31
|
-
label: "Name",
|
|
32
|
+
label: "Default Name",
|
|
32
33
|
is_required: true,
|
|
33
34
|
max_length: 120,
|
|
34
35
|
placeholder: "ex. Food & Restaurants",
|
|
35
36
|
},
|
|
36
37
|
icon: {
|
|
37
38
|
id: "icon",
|
|
38
|
-
label: "Icon",
|
|
39
|
+
label: "Icon URL",
|
|
39
40
|
is_required: false,
|
|
40
41
|
max_length: 250,
|
|
41
|
-
placeholder: "
|
|
42
|
+
placeholder: "https://example.com/icon.svg",
|
|
42
43
|
},
|
|
43
44
|
bg_color: {
|
|
44
45
|
id: "bg_color",
|
|
45
46
|
label: "Background Color",
|
|
46
47
|
is_required: false,
|
|
47
48
|
max_length: 7,
|
|
48
|
-
placeholder: "
|
|
49
|
+
placeholder: "#FFFFFF",
|
|
49
50
|
},
|
|
50
51
|
fg_color: {
|
|
51
52
|
id: "fg_color",
|
|
52
53
|
label: "Foreground Color",
|
|
53
54
|
is_required: false,
|
|
54
55
|
max_length: 7,
|
|
55
|
-
placeholder: "
|
|
56
|
+
placeholder: "#000000",
|
|
56
57
|
},
|
|
57
58
|
thumbnail_square: {
|
|
58
59
|
id: "thumbnail_square",
|
|
59
|
-
label: "Thumbnail Square",
|
|
60
|
+
label: "Thumbnail (Square)",
|
|
60
61
|
is_required: false,
|
|
61
62
|
max_length: 250,
|
|
62
|
-
placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail_square.jpg",
|
|
63
63
|
},
|
|
64
64
|
thumbnail_horizontal: {
|
|
65
65
|
id: "thumbnail_horizontal",
|
|
66
|
-
label: "Thumbnail Horizontal",
|
|
66
|
+
label: "Thumbnail (Horizontal)",
|
|
67
67
|
is_required: false,
|
|
68
68
|
max_length: 250,
|
|
69
|
-
placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail_horizontal.jpg",
|
|
70
69
|
},
|
|
71
70
|
thumbnail_vertical: {
|
|
72
71
|
id: "thumbnail_vertical",
|
|
73
|
-
label: "Thumbnail Vertical",
|
|
74
|
-
is_required: false,
|
|
75
|
-
max_length: 250,
|
|
76
|
-
|
|
77
|
-
},
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
},
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
},
|
|
91
|
-
|
|
92
|
-
id: "event_count",
|
|
93
|
-
label: "Event Count",
|
|
94
|
-
is_required: true,
|
|
95
|
-
default_value: 0,
|
|
96
|
-
},
|
|
97
|
-
created_at: {
|
|
98
|
-
id: "created_at",
|
|
99
|
-
label: "Created At",
|
|
100
|
-
is_required: true,
|
|
101
|
-
placeholder: "ex. 2025-01-01 12:00:00",
|
|
102
|
-
},
|
|
103
|
-
created_by: {
|
|
104
|
-
id: "created_by",
|
|
105
|
-
label: "Created By",
|
|
106
|
-
is_required: false,
|
|
107
|
-
max_length: 45,
|
|
108
|
-
placeholder: "ex. admin",
|
|
109
|
-
},
|
|
110
|
-
updated_at: {
|
|
111
|
-
id: "updated_at",
|
|
112
|
-
label: "Updated At",
|
|
113
|
-
is_required: true,
|
|
114
|
-
placeholder: "ex. 2025-01-01 12:00:00",
|
|
115
|
-
},
|
|
72
|
+
label: "Thumbnail (Vertical)",
|
|
73
|
+
is_required: false,
|
|
74
|
+
max_length: 250,
|
|
75
|
+
},
|
|
76
|
+
hero_image_01: { id: "hero_image_01", label: "Hero Image 01", is_required: false, max_length: 250 },
|
|
77
|
+
hero_image_02: { id: "hero_image_02", label: "Hero Image 02", is_required: false, max_length: 250 },
|
|
78
|
+
hero_image_03: { id: "hero_image_03", label: "Hero Image 03", is_required: false, max_length: 250 },
|
|
79
|
+
hero_image_04: { id: "hero_image_04", label: "Hero Image 04", is_required: false, max_length: 250 },
|
|
80
|
+
hero_image_05: { id: "hero_image_05", label: "Hero Image 05", is_required: false, max_length: 250 },
|
|
81
|
+
thumbnail_main_01: { id: "thumbnail_main_01", label: "Main Thumbnail 01", is_required: false, max_length: 250 },
|
|
82
|
+
thumbnail_main_02: { id: "thumbnail_main_02", label: "Main Thumbnail 02", is_required: false, max_length: 250 },
|
|
83
|
+
thumbnail_main_03: { id: "thumbnail_main_03", label: "Main Thumbnail 03", is_required: false, max_length: 250 },
|
|
84
|
+
thumbnail_main_04: { id: "thumbnail_main_04", label: "Main Thumbnail 04", is_required: false, max_length: 250 },
|
|
85
|
+
thumbnail_main_05: { id: "thumbnail_main_05", label: "Main Thumbnail 05", is_required: false, max_length: 250 },
|
|
86
|
+
thumbnail_vertical_01: { id: "thumbnail_vertical_01", label: "Vertical Thumbnail 01", is_required: false, max_length: 250 },
|
|
87
|
+
thumbnail_vertical_02: { id: "thumbnail_vertical_02", label: "Vertical Thumbnail 02", is_required: false, max_length: 250 },
|
|
88
|
+
thumbnail_vertical_03: { id: "thumbnail_vertical_03", label: "Vertical Thumbnail 03", is_required: false, max_length: 250 },
|
|
89
|
+
thumbnail_vertical_04: { id: "thumbnail_vertical_04", label: "Vertical Thumbnail 04", is_required: false, max_length: 250 },
|
|
90
|
+
thumbnail_vertical_05: { id: "thumbnail_vertical_05", label: "Vertical Thumbnail 05", is_required: false, max_length: 250 },
|
|
116
91
|
is_active: {
|
|
117
92
|
id: "is_active",
|
|
118
|
-
label: "
|
|
93
|
+
label: "Active",
|
|
94
|
+
is_required: true,
|
|
95
|
+
default_value: true,
|
|
96
|
+
},
|
|
97
|
+
is_display: {
|
|
98
|
+
id: "is_display",
|
|
99
|
+
label: "Display",
|
|
119
100
|
is_required: true,
|
|
120
101
|
default_value: true,
|
|
121
102
|
},
|
|
@@ -123,167 +104,23 @@ export const F_CATEGORY = {
|
|
|
123
104
|
id: "deactivated_at",
|
|
124
105
|
label: "Deactivated At",
|
|
125
106
|
is_required: false,
|
|
126
|
-
|
|
107
|
+
editable: false,
|
|
127
108
|
},
|
|
128
109
|
deactivated_by: {
|
|
129
110
|
id: "deactivated_by",
|
|
130
111
|
label: "Deactivated By",
|
|
131
112
|
is_required: false,
|
|
132
|
-
|
|
133
|
-
placeholder: "ex. admin",
|
|
134
|
-
},
|
|
135
|
-
is_display: {
|
|
136
|
-
id: "is_display",
|
|
137
|
-
label: "Is Display",
|
|
138
|
-
is_required: true,
|
|
139
|
-
default_value: true,
|
|
140
|
-
},
|
|
141
|
-
hero_image_01: {
|
|
142
|
-
id: "hero_image_01",
|
|
143
|
-
label: "Hero Image 01",
|
|
144
|
-
is_required: false,
|
|
145
|
-
max_length: 250,
|
|
146
|
-
placeholder: "ex. https://www.seoul.go.kr/images/city/hero_image_01.jpg",
|
|
147
|
-
},
|
|
148
|
-
hero_image_02: {
|
|
149
|
-
id: "hero_image_02",
|
|
150
|
-
label: "Hero Image 02",
|
|
151
|
-
is_required: false,
|
|
152
|
-
max_length: 250,
|
|
153
|
-
placeholder: "ex. https://www.seoul.go.kr/images/city/hero_image_02.jpg",
|
|
154
|
-
},
|
|
155
|
-
hero_image_03: {
|
|
156
|
-
id: "hero_image_03",
|
|
157
|
-
label: "Hero Image 03",
|
|
158
|
-
is_required: false,
|
|
159
|
-
max_length: 250,
|
|
160
|
-
placeholder: "ex. https://www.seoul.go.kr/images/city/hero_image_03.jpg",
|
|
161
|
-
},
|
|
162
|
-
hero_image_04: {
|
|
163
|
-
id: "hero_image_04",
|
|
164
|
-
label: "Hero Image 04",
|
|
165
|
-
is_required: false,
|
|
166
|
-
max_length: 250,
|
|
167
|
-
placeholder: "ex. https://www.seoul.go.kr/images/city/hero_image_04.jpg",
|
|
168
|
-
},
|
|
169
|
-
hero_image_05: {
|
|
170
|
-
id: "hero_image_05",
|
|
171
|
-
label: "Hero Image 05",
|
|
172
|
-
is_required: false,
|
|
173
|
-
max_length: 250,
|
|
174
|
-
placeholder: "ex. https://www.seoul.go.kr/images/city/hero_image_05.jpg",
|
|
113
|
+
editable: false,
|
|
175
114
|
},
|
|
176
|
-
|
|
177
|
-
id: "
|
|
178
|
-
label: "
|
|
179
|
-
|
|
180
|
-
max_length: 250,
|
|
181
|
-
placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail_main_01.jpg",
|
|
182
|
-
},
|
|
183
|
-
thumbnail_main_02: {
|
|
184
|
-
id: "thumbnail_main_02",
|
|
185
|
-
label: "Thumbnail Main 02",
|
|
186
|
-
is_required: false,
|
|
187
|
-
max_length: 250,
|
|
188
|
-
placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail_main_02.jpg",
|
|
189
|
-
},
|
|
190
|
-
thumbnail_main_03: {
|
|
191
|
-
id: "thumbnail_main_03",
|
|
192
|
-
label: "Thumbnail Main 03",
|
|
193
|
-
is_required: false,
|
|
194
|
-
max_length: 250,
|
|
195
|
-
placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail_main_03.jpg",
|
|
196
|
-
},
|
|
197
|
-
thumbnail_main_04: {
|
|
198
|
-
id: "thumbnail_main_04",
|
|
199
|
-
label: "Thumbnail Main 04",
|
|
200
|
-
is_required: false,
|
|
201
|
-
max_length: 250,
|
|
202
|
-
placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail_main_04.jpg",
|
|
203
|
-
},
|
|
204
|
-
thumbnail_main_05: {
|
|
205
|
-
id: "thumbnail_main_05",
|
|
206
|
-
label: "Thumbnail Main 05",
|
|
207
|
-
is_required: false,
|
|
208
|
-
max_length: 250,
|
|
209
|
-
placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail_main_05.jpg",
|
|
210
|
-
},
|
|
211
|
-
thumbnail_vertical_01: {
|
|
212
|
-
id: "thumbnail_vertical_01",
|
|
213
|
-
label: "Thumbnail Vertical 01",
|
|
214
|
-
is_required: false,
|
|
215
|
-
max_length: 250,
|
|
216
|
-
placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail_vertical_01.jpg",
|
|
217
|
-
},
|
|
218
|
-
thumbnail_vertical_02: {
|
|
219
|
-
id: "thumbnail_vertical_02",
|
|
220
|
-
label: "Thumbnail Vertical 02",
|
|
221
|
-
is_required: false,
|
|
222
|
-
max_length: 250,
|
|
223
|
-
placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail_vertical_02.jpg",
|
|
224
|
-
},
|
|
225
|
-
thumbnail_vertical_03: {
|
|
226
|
-
id: "thumbnail_vertical_03",
|
|
227
|
-
label: "Thumbnail Vertical 03",
|
|
228
|
-
is_required: false,
|
|
229
|
-
max_length: 250,
|
|
230
|
-
placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail_vertical_03.jpg",
|
|
231
|
-
},
|
|
232
|
-
thumbnail_vertical_04: {
|
|
233
|
-
id: "thumbnail_vertical_04",
|
|
234
|
-
label: "Thumbnail Vertical 04",
|
|
235
|
-
is_required: false,
|
|
236
|
-
max_length: 250,
|
|
237
|
-
placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail_vertical_04.jpg",
|
|
238
|
-
},
|
|
239
|
-
thumbnail_vertical_05: {
|
|
240
|
-
id: "thumbnail_vertical_05",
|
|
241
|
-
label: "Thumbnail Vertical 05",
|
|
242
|
-
is_required: false,
|
|
243
|
-
max_length: 250,
|
|
244
|
-
placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail_vertical_05.jpg",
|
|
245
|
-
},
|
|
246
|
-
metadata_title: {
|
|
247
|
-
id: "metadata_title",
|
|
248
|
-
label: "Metadata Title",
|
|
249
|
-
is_required: false,
|
|
250
|
-
max_length: 100,
|
|
251
|
-
placeholder: "ex. 서울",
|
|
252
|
-
},
|
|
253
|
-
metadata_description: {
|
|
254
|
-
id: "metadata_description",
|
|
255
|
-
label: "Metadata Description",
|
|
256
|
-
is_required: false,
|
|
257
|
-
max_length: 180,
|
|
258
|
-
placeholder: "ex. 서울은 대한민국의 수도입니다.",
|
|
259
|
-
},
|
|
260
|
-
metadata_keywords: {
|
|
261
|
-
id: "metadata_keywords",
|
|
262
|
-
label: "Metadata Keywords",
|
|
263
|
-
is_required: false,
|
|
264
|
-
max_length: 250,
|
|
265
|
-
placeholder: "ex. 서울, 서울맛집, 서울여행",
|
|
266
|
-
},
|
|
267
|
-
metadata_og_title: {
|
|
268
|
-
id: "metadata_og_title",
|
|
269
|
-
label: "Metadata OG Title",
|
|
270
|
-
is_required: false,
|
|
271
|
-
max_length: 100,
|
|
272
|
-
placeholder: "ex. 서울",
|
|
273
|
-
},
|
|
274
|
-
metadata_og_description: {
|
|
275
|
-
id: "metadata_og_description",
|
|
276
|
-
label: "Metadata OG Description",
|
|
277
|
-
is_required: false,
|
|
278
|
-
max_length: 180,
|
|
279
|
-
placeholder: "ex. 서울은 대한민국의 수도입니다.",
|
|
115
|
+
created_at: {
|
|
116
|
+
id: "created_at",
|
|
117
|
+
label: "Created At",
|
|
118
|
+
view_only: true,
|
|
280
119
|
},
|
|
281
|
-
|
|
282
|
-
id: "
|
|
283
|
-
label: "
|
|
284
|
-
|
|
285
|
-
max_length: 250,
|
|
286
|
-
placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail.jpg",
|
|
120
|
+
updated_at: {
|
|
121
|
+
id: "updated_at",
|
|
122
|
+
label: "Updated At",
|
|
123
|
+
view_only: true,
|
|
287
124
|
},
|
|
288
125
|
};
|
|
289
126
|
//# sourceMappingURL=f-category.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"f-category.js","sourceRoot":"","sources":["../../../src/fields/fields-category/f-category.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,UAAU,GAAG;IACxB,aAAa,EAAE;QACb,EAAE,EAAE,eAAe;QACnB,KAAK,EAAE,eAAe;QACtB,WAAW,EAAE,IAAI;QACjB,UAAU,EAAE,EAAE;QACd,WAAW,EAAE,
|
|
1
|
+
{"version":3,"file":"f-category.js","sourceRoot":"","sources":["../../../src/fields/fields-category/f-category.ts"],"names":[],"mappings":"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"}
|
|
@@ -5,6 +5,8 @@ export declare const F_CITY_I18N: {
|
|
|
5
5
|
is_required: boolean;
|
|
6
6
|
max_length: number;
|
|
7
7
|
placeholder: string;
|
|
8
|
+
editable: boolean;
|
|
9
|
+
view_only: boolean;
|
|
8
10
|
};
|
|
9
11
|
lang_code: {
|
|
10
12
|
id: string;
|
|
@@ -12,6 +14,8 @@ export declare const F_CITY_I18N: {
|
|
|
12
14
|
is_required: boolean;
|
|
13
15
|
max_length: number;
|
|
14
16
|
placeholder: string;
|
|
17
|
+
editable: boolean;
|
|
18
|
+
view_only: boolean;
|
|
15
19
|
};
|
|
16
20
|
name: {
|
|
17
21
|
id: string;
|
|
@@ -19,17 +23,23 @@ export declare const F_CITY_I18N: {
|
|
|
19
23
|
is_required: boolean;
|
|
20
24
|
max_length: number;
|
|
21
25
|
placeholder: string;
|
|
26
|
+
editable: boolean;
|
|
27
|
+
view_only: boolean;
|
|
22
28
|
};
|
|
23
29
|
created_at: {
|
|
24
30
|
id: string;
|
|
25
31
|
label: string;
|
|
26
32
|
is_required: boolean;
|
|
27
33
|
placeholder: string;
|
|
34
|
+
editable: boolean;
|
|
35
|
+
view_only: boolean;
|
|
28
36
|
};
|
|
29
37
|
updated_at: {
|
|
30
38
|
id: string;
|
|
31
39
|
label: string;
|
|
32
40
|
is_required: boolean;
|
|
33
41
|
placeholder: string;
|
|
42
|
+
editable: boolean;
|
|
43
|
+
view_only: boolean;
|
|
34
44
|
};
|
|
35
45
|
};
|
|
@@ -4,33 +4,43 @@ export const F_CITY_I18N = {
|
|
|
4
4
|
label: "City Code",
|
|
5
5
|
is_required: true,
|
|
6
6
|
max_length: 96,
|
|
7
|
-
placeholder: "ex. seoul, jeju, bangkok
|
|
7
|
+
placeholder: "ex. seoul, jeju, bangkok",
|
|
8
|
+
editable: false, // PK 일부 → 생성 후 수정 금지
|
|
9
|
+
view_only: false,
|
|
8
10
|
},
|
|
9
11
|
lang_code: {
|
|
10
12
|
id: "lang_code",
|
|
11
|
-
label: "
|
|
13
|
+
label: "Language Code",
|
|
12
14
|
is_required: true,
|
|
13
15
|
max_length: 8,
|
|
14
|
-
placeholder: "ex. ko
|
|
16
|
+
placeholder: "ex. ko, en, ja, zh-TW",
|
|
17
|
+
editable: false, // PK 일부 → 생성 후 수정 금지
|
|
18
|
+
view_only: false,
|
|
15
19
|
},
|
|
16
20
|
name: {
|
|
17
21
|
id: "name",
|
|
18
|
-
label: "Name",
|
|
22
|
+
label: "City Name",
|
|
19
23
|
is_required: true,
|
|
20
24
|
max_length: 120,
|
|
21
|
-
placeholder: "ex.
|
|
25
|
+
placeholder: "ex. 서울, Seoul, 東京",
|
|
26
|
+
editable: true,
|
|
27
|
+
view_only: false,
|
|
22
28
|
},
|
|
23
29
|
created_at: {
|
|
24
30
|
id: "created_at",
|
|
25
31
|
label: "Created At",
|
|
26
|
-
is_required:
|
|
27
|
-
placeholder: "
|
|
32
|
+
is_required: false,
|
|
33
|
+
placeholder: "",
|
|
34
|
+
editable: false,
|
|
35
|
+
view_only: true, // 시스템 컬럼
|
|
28
36
|
},
|
|
29
37
|
updated_at: {
|
|
30
38
|
id: "updated_at",
|
|
31
39
|
label: "Updated At",
|
|
32
|
-
is_required:
|
|
33
|
-
placeholder: "
|
|
40
|
+
is_required: false,
|
|
41
|
+
placeholder: "",
|
|
42
|
+
editable: false,
|
|
43
|
+
view_only: true, // 시스템 컬럼
|
|
34
44
|
},
|
|
35
45
|
};
|
|
36
46
|
//# sourceMappingURL=f-city-i18n.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"f-city-i18n.js","sourceRoot":"","sources":["../../../src/fields/fields-city/f-city-i18n.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,WAAW,GAAG;IACzB,SAAS,EAAE;QACT,EAAE,EAAE,WAAW;QACf,KAAK,EAAE,WAAW;QAClB,WAAW,EAAE,IAAI;QACjB,UAAU,EAAE,EAAE;QACd,WAAW,EAAE,
|
|
1
|
+
{"version":3,"file":"f-city-i18n.js","sourceRoot":"","sources":["../../../src/fields/fields-city/f-city-i18n.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,WAAW,GAAG;IACzB,SAAS,EAAE;QACT,EAAE,EAAE,WAAW;QACf,KAAK,EAAE,WAAW;QAClB,WAAW,EAAE,IAAI;QACjB,UAAU,EAAE,EAAE;QACd,WAAW,EAAE,0BAA0B;QACvC,QAAQ,EAAE,KAAK,EAAS,qBAAqB;QAC7C,SAAS,EAAE,KAAK;KACjB;IAED,SAAS,EAAE;QACT,EAAE,EAAE,WAAW;QACf,KAAK,EAAE,eAAe;QACtB,WAAW,EAAE,IAAI;QACjB,UAAU,EAAE,CAAC;QACb,WAAW,EAAE,uBAAuB;QACpC,QAAQ,EAAE,KAAK,EAAS,qBAAqB;QAC7C,SAAS,EAAE,KAAK;KACjB;IAED,IAAI,EAAE;QACJ,EAAE,EAAE,MAAM;QACV,KAAK,EAAE,WAAW;QAClB,WAAW,EAAE,IAAI;QACjB,UAAU,EAAE,GAAG;QACf,WAAW,EAAE,mBAAmB;QAChC,QAAQ,EAAE,IAAI;QACd,SAAS,EAAE,KAAK;KACjB;IAED,UAAU,EAAE;QACV,EAAE,EAAE,YAAY;QAChB,KAAK,EAAE,YAAY;QACnB,WAAW,EAAE,KAAK;QAClB,WAAW,EAAE,EAAE;QACf,QAAQ,EAAE,KAAK;QACf,SAAS,EAAE,IAAI,EAAS,SAAS;KAClC;IAED,UAAU,EAAE;QACV,EAAE,EAAE,YAAY;QAChB,KAAK,EAAE,YAAY;QACnB,WAAW,EAAE,KAAK;QAClB,WAAW,EAAE,EAAE;QACf,QAAQ,EAAE,KAAK;QACf,SAAS,EAAE,IAAI,EAAS,SAAS;KAClC;CACF,CAAC"}
|
|
@@ -3,8 +3,8 @@ export declare const F_CITY_IMAGE: {
|
|
|
3
3
|
id: string;
|
|
4
4
|
label: string;
|
|
5
5
|
is_required: boolean;
|
|
6
|
-
|
|
7
|
-
|
|
6
|
+
editable: boolean;
|
|
7
|
+
view_only: boolean;
|
|
8
8
|
};
|
|
9
9
|
city_code: {
|
|
10
10
|
id: string;
|
|
@@ -12,6 +12,8 @@ export declare const F_CITY_IMAGE: {
|
|
|
12
12
|
is_required: boolean;
|
|
13
13
|
max_length: number;
|
|
14
14
|
placeholder: string;
|
|
15
|
+
editable: boolean;
|
|
16
|
+
view_only: boolean;
|
|
15
17
|
};
|
|
16
18
|
hash_code: {
|
|
17
19
|
id: string;
|
|
@@ -19,6 +21,8 @@ export declare const F_CITY_IMAGE: {
|
|
|
19
21
|
is_required: boolean;
|
|
20
22
|
max_length: number;
|
|
21
23
|
placeholder: string;
|
|
24
|
+
editable: boolean;
|
|
25
|
+
view_only: boolean;
|
|
22
26
|
};
|
|
23
27
|
label: {
|
|
24
28
|
id: string;
|
|
@@ -26,6 +30,8 @@ export declare const F_CITY_IMAGE: {
|
|
|
26
30
|
is_required: boolean;
|
|
27
31
|
max_length: number;
|
|
28
32
|
placeholder: string;
|
|
33
|
+
editable: boolean;
|
|
34
|
+
view_only: boolean;
|
|
29
35
|
};
|
|
30
36
|
orientation: {
|
|
31
37
|
id: string;
|
|
@@ -33,12 +39,21 @@ export declare const F_CITY_IMAGE: {
|
|
|
33
39
|
is_required: boolean;
|
|
34
40
|
max_length: number;
|
|
35
41
|
placeholder: string;
|
|
42
|
+
editable: boolean;
|
|
43
|
+
view_only: boolean;
|
|
44
|
+
options: {
|
|
45
|
+
value: string;
|
|
46
|
+
label: string;
|
|
47
|
+
}[];
|
|
36
48
|
};
|
|
37
49
|
order_num: {
|
|
38
50
|
id: string;
|
|
39
51
|
label: string;
|
|
40
52
|
is_required: boolean;
|
|
41
53
|
default_value: number;
|
|
54
|
+
editable: boolean;
|
|
55
|
+
view_only: boolean;
|
|
56
|
+
description: string;
|
|
42
57
|
};
|
|
43
58
|
image_url: {
|
|
44
59
|
id: string;
|
|
@@ -46,6 +61,8 @@ export declare const F_CITY_IMAGE: {
|
|
|
46
61
|
is_required: boolean;
|
|
47
62
|
max_length: number;
|
|
48
63
|
placeholder: string;
|
|
64
|
+
editable: boolean;
|
|
65
|
+
view_only: boolean;
|
|
49
66
|
};
|
|
50
67
|
src_thumbnail: {
|
|
51
68
|
id: string;
|
|
@@ -53,6 +70,8 @@ export declare const F_CITY_IMAGE: {
|
|
|
53
70
|
is_required: boolean;
|
|
54
71
|
max_length: number;
|
|
55
72
|
placeholder: string;
|
|
73
|
+
editable: boolean;
|
|
74
|
+
view_only: boolean;
|
|
56
75
|
};
|
|
57
76
|
src_name: {
|
|
58
77
|
id: string;
|
|
@@ -60,6 +79,8 @@ export declare const F_CITY_IMAGE: {
|
|
|
60
79
|
is_required: boolean;
|
|
61
80
|
max_length: number;
|
|
62
81
|
placeholder: string;
|
|
82
|
+
editable: boolean;
|
|
83
|
+
view_only: boolean;
|
|
63
84
|
};
|
|
64
85
|
src_url: {
|
|
65
86
|
id: string;
|
|
@@ -67,6 +88,8 @@ export declare const F_CITY_IMAGE: {
|
|
|
67
88
|
is_required: boolean;
|
|
68
89
|
max_length: number;
|
|
69
90
|
placeholder: string;
|
|
91
|
+
editable: boolean;
|
|
92
|
+
view_only: boolean;
|
|
70
93
|
};
|
|
71
94
|
src_reference: {
|
|
72
95
|
id: string;
|
|
@@ -74,17 +97,21 @@ export declare const F_CITY_IMAGE: {
|
|
|
74
97
|
is_required: boolean;
|
|
75
98
|
max_length: number;
|
|
76
99
|
placeholder: string;
|
|
100
|
+
editable: boolean;
|
|
101
|
+
view_only: boolean;
|
|
77
102
|
};
|
|
78
103
|
created_at: {
|
|
79
104
|
id: string;
|
|
80
105
|
label: string;
|
|
81
106
|
is_required: boolean;
|
|
82
|
-
|
|
107
|
+
editable: boolean;
|
|
108
|
+
view_only: boolean;
|
|
83
109
|
};
|
|
84
110
|
updated_at: {
|
|
85
111
|
id: string;
|
|
86
112
|
label: string;
|
|
87
113
|
is_required: boolean;
|
|
88
|
-
|
|
114
|
+
editable: boolean;
|
|
115
|
+
view_only: boolean;
|
|
89
116
|
};
|
|
90
117
|
};
|