@ncds/ui-admin-mcp 1.0.0-alpha.11 → 1.0.0-alpha.13
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/bin/components.bundle.js +1 -1
- package/bin/definitions/instructions.md +16 -0
- package/bin/server.mjs +0 -0
- package/bin/tools/getComponentProps.js +1 -0
- package/bin/tools/renderToHtml.js +259 -72
- package/bin/types.d.ts +7 -0
- package/bin/utils/bemValidator.d.ts +1 -1
- package/bin/utils/compliance.js +3 -1
- package/bin/utils/dataLoader.d.ts +0 -1
- package/bin/utils/dataLoader.js +8 -16
- package/bin/utils/domEnvironment.js +1 -0
- package/bin/utils/fuzzyMatch.d.ts +4 -0
- package/bin/utils/fuzzyMatch.js +12 -3
- package/bin/utils/logger.d.ts +5 -5
- package/bin/utils/logger.js +5 -5
- package/data/_meta.json +4 -5
- package/data/badge-group.json +9 -6
- package/data/badge.json +32 -16
- package/data/bread-crumb.json +1 -1
- package/data/button-group.json +49 -0
- package/data/button.json +11 -4
- package/data/carousel-arrow.json +5 -10
- package/data/carousel-number-group.json +1 -11
- package/data/combo-box.json +5 -4
- package/data/data-grid.json +212 -0
- package/data/date-picker.json +7 -1
- package/data/dot.json +1 -1
- package/data/dropdown.json +8 -6
- package/data/empty-state.json +7 -5
- package/data/featured-icon.json +3 -2
- package/data/file-input.json +8 -2
- package/data/horizontal-tab.json +8 -7
- package/data/image-file-input.json +8 -2
- package/data/input-base.json +9 -2
- package/data/modal.json +128 -0
- package/data/notification.json +3 -2
- package/data/number-input.json +8 -2
- package/data/password-input.json +8 -2
- package/data/progress-bar.json +1 -1
- package/data/range-date-picker-with-buttons.json +12 -4
- package/data/range-date-picker.json +12 -4
- package/data/select-box.json +5 -4
- package/data/select.json +5 -4
- package/data/spinner.json +1 -1
- package/data/switch.json +16 -3
- package/data/table.json +247 -0
- package/data/tag.json +3 -2
- package/data/toggle.json +1 -1
- package/data/tooltip.json +6 -2
- package/data/vertical-tab.json +8 -6
- package/package.json +9 -4
package/data/date-picker.json
CHANGED
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"datePickerOptions": {
|
|
63
63
|
"type": "object",
|
|
64
64
|
"required": false,
|
|
65
|
-
"rawType": "Partial<import(\"/Users/
|
|
65
|
+
"rawType": "Partial<import(\"/Users/nhn/Project/ncds/node_modules/.pnpm/flatpickr@4.6.13/node_modules/flatpickr/dist/types/options\").BaseOptions> | undefined"
|
|
66
66
|
},
|
|
67
67
|
"destructive": {
|
|
68
68
|
"type": "string",
|
|
@@ -85,6 +85,11 @@
|
|
|
85
85
|
"type": "string",
|
|
86
86
|
"required": false
|
|
87
87
|
},
|
|
88
|
+
"portal": {
|
|
89
|
+
"type": "boolean",
|
|
90
|
+
"required": false,
|
|
91
|
+
"default": false
|
|
92
|
+
},
|
|
88
93
|
"shouldFocus": {
|
|
89
94
|
"type": "boolean",
|
|
90
95
|
"required": false,
|
|
@@ -106,6 +111,7 @@
|
|
|
106
111
|
"ncua-date-picker--destructive",
|
|
107
112
|
"ncua-date-picker--disabled",
|
|
108
113
|
"ncua-date-picker--has-time",
|
|
114
|
+
"ncua-date-picker--portal",
|
|
109
115
|
"ncua-date-picker--sm",
|
|
110
116
|
"ncua-date-picker--xs",
|
|
111
117
|
"ncua-date-picker__destructive",
|
package/data/dot.json
CHANGED
package/data/dropdown.json
CHANGED
|
@@ -117,12 +117,12 @@
|
|
|
117
117
|
"groups": {
|
|
118
118
|
"type": "object",
|
|
119
119
|
"required": true,
|
|
120
|
-
"rawType": "import(\"/Users/
|
|
120
|
+
"rawType": "import(\"/Users/nhn/Project/ncds/packages/ui-admin/src/components/dropdown/Dropdown\").DropdownGroup[]",
|
|
121
121
|
"properties": {
|
|
122
122
|
"items": {
|
|
123
123
|
"type": "object",
|
|
124
124
|
"required": true,
|
|
125
|
-
"rawType": "import(\"/Users/
|
|
125
|
+
"rawType": "import(\"/Users/nhn/Project/ncds/packages/ui-admin/src/components/dropdown/Dropdown\").DropdownItemType[]",
|
|
126
126
|
"properties": {
|
|
127
127
|
"id": {
|
|
128
128
|
"type": "string",
|
|
@@ -134,7 +134,8 @@
|
|
|
134
134
|
},
|
|
135
135
|
"icon": {
|
|
136
136
|
"type": "function",
|
|
137
|
-
"required": false
|
|
137
|
+
"required": false,
|
|
138
|
+
"semantic": "icon-component"
|
|
138
139
|
},
|
|
139
140
|
"shortcut": {
|
|
140
141
|
"type": "string",
|
|
@@ -167,7 +168,7 @@
|
|
|
167
168
|
"header": {
|
|
168
169
|
"type": "object",
|
|
169
170
|
"required": false,
|
|
170
|
-
"rawType": "import(\"/Users/
|
|
171
|
+
"rawType": "import(\"/Users/nhn/Project/ncds/packages/ui-admin/src/components/dropdown/Dropdown\").DropdownHeaderType | undefined",
|
|
171
172
|
"properties": {
|
|
172
173
|
"type": {
|
|
173
174
|
"type": "string",
|
|
@@ -196,7 +197,7 @@
|
|
|
196
197
|
"trigger": {
|
|
197
198
|
"type": "object",
|
|
198
199
|
"required": true,
|
|
199
|
-
"rawType": "import(\"/Users/
|
|
200
|
+
"rawType": "import(\"/Users/nhn/Project/ncds/packages/ui-admin/src/components/dropdown/Dropdown\").AvatarTrigger | import(\"/Users/nhn/Project/ncds/packages/ui-admin/src/components/dropdown/Dropdown\").ButtonTrigger | import(\"/Users/nhn/Project/ncds/packages/ui-admin/src/components/dropdown/Dropdown\").IconTrigger | import(\"/Users/nhn/Project/ncds/packages/ui-admin/src/components/dropdown/Dropdown\").CustomTrigger",
|
|
200
201
|
"properties": {
|
|
201
202
|
"type": {
|
|
202
203
|
"type": "string",
|
|
@@ -213,7 +214,8 @@
|
|
|
213
214
|
},
|
|
214
215
|
"icon": {
|
|
215
216
|
"type": "function",
|
|
216
|
-
"required": false
|
|
217
|
+
"required": false,
|
|
218
|
+
"semantic": "icon-component"
|
|
217
219
|
},
|
|
218
220
|
"children": {
|
|
219
221
|
"type": "ReactNode",
|
package/data/empty-state.json
CHANGED
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"buttons": {
|
|
38
38
|
"type": "object",
|
|
39
39
|
"required": false,
|
|
40
|
-
"rawType": "import(\"/Users/
|
|
40
|
+
"rawType": "import(\"/Users/nhn/Project/ncds/packages/ui-admin/src/components/empty-state/EmptyState\").ButtonOptions | import(\"/Users/nhn/Project/ncds/packages/ui-admin/src/components/empty-state/EmptyState\").ButtonOptions[] | undefined",
|
|
41
41
|
"properties": {
|
|
42
42
|
"label": {
|
|
43
43
|
"type": "string",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"leadingIcon": {
|
|
80
80
|
"type": "object",
|
|
81
81
|
"required": false,
|
|
82
|
-
"rawType": "import(\"/Users/
|
|
82
|
+
"rawType": "import(\"/Users/nhn/Project/ncds/packages/ui-admin/src/types/side-slot\").SideSlotType | undefined",
|
|
83
83
|
"properties": {
|
|
84
84
|
"type": {
|
|
85
85
|
"type": "string",
|
|
@@ -88,7 +88,8 @@
|
|
|
88
88
|
},
|
|
89
89
|
"icon": {
|
|
90
90
|
"type": "function",
|
|
91
|
-
"required": false
|
|
91
|
+
"required": false,
|
|
92
|
+
"semantic": "icon-component"
|
|
92
93
|
},
|
|
93
94
|
"color": {
|
|
94
95
|
"type": "enum",
|
|
@@ -141,7 +142,7 @@
|
|
|
141
142
|
"trailingIcon": {
|
|
142
143
|
"type": "object",
|
|
143
144
|
"required": false,
|
|
144
|
-
"rawType": "import(\"/Users/
|
|
145
|
+
"rawType": "import(\"/Users/nhn/Project/ncds/packages/ui-admin/src/types/side-slot\").SideSlotType | undefined",
|
|
145
146
|
"properties": {
|
|
146
147
|
"type": {
|
|
147
148
|
"type": "string",
|
|
@@ -150,7 +151,8 @@
|
|
|
150
151
|
},
|
|
151
152
|
"icon": {
|
|
152
153
|
"type": "function",
|
|
153
|
-
"required": false
|
|
154
|
+
"required": false,
|
|
155
|
+
"semantic": "icon-component"
|
|
154
156
|
},
|
|
155
157
|
"color": {
|
|
156
158
|
"type": "enum",
|
package/data/featured-icon.json
CHANGED
|
@@ -75,7 +75,8 @@
|
|
|
75
75
|
},
|
|
76
76
|
"icon": {
|
|
77
77
|
"type": "function",
|
|
78
|
-
"required": true
|
|
78
|
+
"required": true,
|
|
79
|
+
"semantic": "icon-component"
|
|
79
80
|
},
|
|
80
81
|
"size": {
|
|
81
82
|
"type": "enum",
|
|
@@ -86,7 +87,7 @@
|
|
|
86
87
|
"sm",
|
|
87
88
|
"xl"
|
|
88
89
|
],
|
|
89
|
-
"default": "
|
|
90
|
+
"default": "sm"
|
|
90
91
|
},
|
|
91
92
|
"theme": {
|
|
92
93
|
"type": "enum",
|
package/data/file-input.json
CHANGED
|
@@ -56,6 +56,10 @@
|
|
|
56
56
|
"type": "boolean",
|
|
57
57
|
"required": false
|
|
58
58
|
},
|
|
59
|
+
"fullWidth": {
|
|
60
|
+
"type": "boolean",
|
|
61
|
+
"required": false
|
|
62
|
+
},
|
|
59
63
|
"hintItems": {
|
|
60
64
|
"type": "object",
|
|
61
65
|
"required": false,
|
|
@@ -88,7 +92,8 @@
|
|
|
88
92
|
},
|
|
89
93
|
"icon": {
|
|
90
94
|
"type": "function",
|
|
91
|
-
"required": false
|
|
95
|
+
"required": false,
|
|
96
|
+
"semantic": "icon-component"
|
|
92
97
|
},
|
|
93
98
|
"size": {
|
|
94
99
|
"type": "number",
|
|
@@ -206,7 +211,8 @@
|
|
|
206
211
|
},
|
|
207
212
|
"icon": {
|
|
208
213
|
"type": "function",
|
|
209
|
-
"required": false
|
|
214
|
+
"required": false,
|
|
215
|
+
"semantic": "icon-component"
|
|
210
216
|
},
|
|
211
217
|
"size": {
|
|
212
218
|
"type": "number",
|
package/data/horizontal-tab.json
CHANGED
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"menus": {
|
|
61
61
|
"type": "object",
|
|
62
62
|
"required": false,
|
|
63
|
-
"rawType": "import(\"/Users/
|
|
63
|
+
"rawType": "import(\"/Users/nhn/Project/ncds/packages/ui-admin/src/components/tab/TabButton\").TabButtonProps[] | undefined",
|
|
64
64
|
"properties": {
|
|
65
65
|
"id": {
|
|
66
66
|
"type": "string",
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
"badgeInfo": {
|
|
98
98
|
"type": "object",
|
|
99
99
|
"required": false,
|
|
100
|
-
"rawType": "import(\"/Users/
|
|
100
|
+
"rawType": "import(\"/Users/nhn/Project/ncds/packages/ui-admin/src/components/badge/Badge\").BadgeProps | undefined",
|
|
101
101
|
"properties": {
|
|
102
102
|
"label": {
|
|
103
103
|
"type": "string",
|
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
"leadingIcon": {
|
|
132
132
|
"type": "object",
|
|
133
133
|
"required": false,
|
|
134
|
-
"rawType": "import(\"/Users/
|
|
134
|
+
"rawType": "import(\"/Users/nhn/Project/ncds/packages/ui-admin/src/types/side-slot\").SideSlotType | undefined",
|
|
135
135
|
"properties": {
|
|
136
136
|
"type": {
|
|
137
137
|
"type": "string",
|
|
@@ -140,7 +140,8 @@
|
|
|
140
140
|
},
|
|
141
141
|
"icon": {
|
|
142
142
|
"type": "function",
|
|
143
|
-
"required": false
|
|
143
|
+
"required": false,
|
|
144
|
+
"semantic": "icon-component"
|
|
144
145
|
},
|
|
145
146
|
"color": {
|
|
146
147
|
"type": "enum",
|
|
@@ -193,7 +194,7 @@
|
|
|
193
194
|
"trailingIcon": {
|
|
194
195
|
"type": "object",
|
|
195
196
|
"required": false,
|
|
196
|
-
"rawType": "import(\"/Users/
|
|
197
|
+
"rawType": "import(\"/Users/nhn/Project/ncds/packages/ui-admin/src/types/side-slot\").SideSlotType | undefined",
|
|
197
198
|
"properties": {
|
|
198
199
|
"type": {
|
|
199
200
|
"type": "string",
|
|
@@ -202,7 +203,8 @@
|
|
|
202
203
|
},
|
|
203
204
|
"icon": {
|
|
204
205
|
"type": "function",
|
|
205
|
-
"required": false
|
|
206
|
+
"required": false,
|
|
207
|
+
"semantic": "icon-component"
|
|
206
208
|
},
|
|
207
209
|
"color": {
|
|
208
210
|
"type": "enum",
|
|
@@ -305,7 +307,6 @@
|
|
|
305
307
|
"ncua-horizontal-tab",
|
|
306
308
|
"ncua-horizontal-tab--button-primary",
|
|
307
309
|
"ncua-horizontal-tab--button-white",
|
|
308
|
-
"ncua-horizontal-tab--fullWidth",
|
|
309
310
|
"ncua-horizontal-tab--lg",
|
|
310
311
|
"ncua-horizontal-tab--md",
|
|
311
312
|
"ncua-horizontal-tab--sm",
|
|
@@ -59,6 +59,10 @@
|
|
|
59
59
|
"type": "boolean",
|
|
60
60
|
"required": false
|
|
61
61
|
},
|
|
62
|
+
"fullWidth": {
|
|
63
|
+
"type": "boolean",
|
|
64
|
+
"required": false
|
|
65
|
+
},
|
|
62
66
|
"hintItems": {
|
|
63
67
|
"type": "object",
|
|
64
68
|
"required": false,
|
|
@@ -96,7 +100,8 @@
|
|
|
96
100
|
},
|
|
97
101
|
"icon": {
|
|
98
102
|
"type": "function",
|
|
99
|
-
"required": false
|
|
103
|
+
"required": false,
|
|
104
|
+
"semantic": "icon-component"
|
|
100
105
|
},
|
|
101
106
|
"size": {
|
|
102
107
|
"type": "number",
|
|
@@ -229,7 +234,8 @@
|
|
|
229
234
|
},
|
|
230
235
|
"icon": {
|
|
231
236
|
"type": "function",
|
|
232
|
-
"required": false
|
|
237
|
+
"required": false,
|
|
238
|
+
"semantic": "icon-component"
|
|
233
239
|
},
|
|
234
240
|
"size": {
|
|
235
241
|
"type": "number",
|
package/data/input-base.json
CHANGED
|
@@ -58,6 +58,11 @@
|
|
|
58
58
|
"type": "boolean",
|
|
59
59
|
"required": false
|
|
60
60
|
},
|
|
61
|
+
"fullWidth": {
|
|
62
|
+
"type": "boolean",
|
|
63
|
+
"required": false,
|
|
64
|
+
"default": false
|
|
65
|
+
},
|
|
61
66
|
"hintText": {
|
|
62
67
|
"type": "string",
|
|
63
68
|
"required": false
|
|
@@ -81,7 +86,8 @@
|
|
|
81
86
|
},
|
|
82
87
|
"icon": {
|
|
83
88
|
"type": "function",
|
|
84
|
-
"required": false
|
|
89
|
+
"required": false,
|
|
90
|
+
"semantic": "icon-component"
|
|
85
91
|
},
|
|
86
92
|
"size": {
|
|
87
93
|
"type": "number",
|
|
@@ -183,7 +189,8 @@
|
|
|
183
189
|
},
|
|
184
190
|
"icon": {
|
|
185
191
|
"type": "function",
|
|
186
|
-
"required": false
|
|
192
|
+
"required": false,
|
|
193
|
+
"semantic": "icon-component"
|
|
187
194
|
},
|
|
188
195
|
"size": {
|
|
189
196
|
"type": "number",
|
package/data/modal.json
CHANGED
|
@@ -179,6 +179,134 @@
|
|
|
179
179
|
"required": false
|
|
180
180
|
}
|
|
181
181
|
},
|
|
182
|
+
"subComponents": {
|
|
183
|
+
"Modal.Header": {
|
|
184
|
+
"props": {
|
|
185
|
+
"align": {
|
|
186
|
+
"type": "enum",
|
|
187
|
+
"required": false,
|
|
188
|
+
"values": [
|
|
189
|
+
"center",
|
|
190
|
+
"horizontal",
|
|
191
|
+
"left"
|
|
192
|
+
],
|
|
193
|
+
"default": "stretch"
|
|
194
|
+
},
|
|
195
|
+
"children": {
|
|
196
|
+
"type": "ReactNode",
|
|
197
|
+
"required": false
|
|
198
|
+
},
|
|
199
|
+
"featuredIcon": {
|
|
200
|
+
"type": "object",
|
|
201
|
+
"required": false,
|
|
202
|
+
"rawType": "{ icon: import(\"/Users/nhn/Project/ncds/packages/ui-admin/src/types/side-slot\").SlotIconComponent; color: import(\"/Users/nhn/Project/ncds/packages/ui-admin/src/components/featured-icon/FeaturedIcon\").FeaturedIconColor; theme: import(\"/Users/nhn/Project/ncds/packages/ui-admin/src/components/featured-icon/FeaturedIcon\").FeaturedIconTheme; } | undefined",
|
|
203
|
+
"properties": {
|
|
204
|
+
"icon": {
|
|
205
|
+
"type": "function",
|
|
206
|
+
"required": true,
|
|
207
|
+
"semantic": "icon-component"
|
|
208
|
+
},
|
|
209
|
+
"color": {
|
|
210
|
+
"type": "enum",
|
|
211
|
+
"required": true,
|
|
212
|
+
"values": [
|
|
213
|
+
"error",
|
|
214
|
+
"neutral",
|
|
215
|
+
"success",
|
|
216
|
+
"warning"
|
|
217
|
+
]
|
|
218
|
+
},
|
|
219
|
+
"theme": {
|
|
220
|
+
"type": "enum",
|
|
221
|
+
"required": true,
|
|
222
|
+
"values": [
|
|
223
|
+
"dark-circle",
|
|
224
|
+
"light-circle",
|
|
225
|
+
"outline-circle",
|
|
226
|
+
"square-outline"
|
|
227
|
+
]
|
|
228
|
+
}
|
|
229
|
+
}
|
|
230
|
+
},
|
|
231
|
+
"hideCloseButton": {
|
|
232
|
+
"type": "boolean",
|
|
233
|
+
"required": false,
|
|
234
|
+
"default": false
|
|
235
|
+
},
|
|
236
|
+
"onClose": {
|
|
237
|
+
"type": "function",
|
|
238
|
+
"required": true
|
|
239
|
+
},
|
|
240
|
+
"showDivider": {
|
|
241
|
+
"type": "boolean",
|
|
242
|
+
"required": false,
|
|
243
|
+
"default": false
|
|
244
|
+
},
|
|
245
|
+
"subtitle": {
|
|
246
|
+
"type": "ReactNode",
|
|
247
|
+
"required": false
|
|
248
|
+
},
|
|
249
|
+
"title": {
|
|
250
|
+
"type": "ReactNode",
|
|
251
|
+
"required": false
|
|
252
|
+
}
|
|
253
|
+
}
|
|
254
|
+
},
|
|
255
|
+
"Modal.Content": {
|
|
256
|
+
"props": {
|
|
257
|
+
"children": {
|
|
258
|
+
"type": "ReactNode",
|
|
259
|
+
"required": true
|
|
260
|
+
},
|
|
261
|
+
"className": {
|
|
262
|
+
"type": "string",
|
|
263
|
+
"required": false
|
|
264
|
+
}
|
|
265
|
+
}
|
|
266
|
+
},
|
|
267
|
+
"Modal.Actions": {
|
|
268
|
+
"props": {
|
|
269
|
+
"align": {
|
|
270
|
+
"type": "enum",
|
|
271
|
+
"required": false,
|
|
272
|
+
"values": [
|
|
273
|
+
"center",
|
|
274
|
+
"left",
|
|
275
|
+
"right",
|
|
276
|
+
"stretch"
|
|
277
|
+
],
|
|
278
|
+
"default": "stretch"
|
|
279
|
+
},
|
|
280
|
+
"checkboxContent": {
|
|
281
|
+
"type": "ReactNode",
|
|
282
|
+
"required": false
|
|
283
|
+
},
|
|
284
|
+
"children": {
|
|
285
|
+
"type": "ReactNode",
|
|
286
|
+
"required": true
|
|
287
|
+
},
|
|
288
|
+
"className": {
|
|
289
|
+
"type": "string",
|
|
290
|
+
"required": false
|
|
291
|
+
},
|
|
292
|
+
"layout": {
|
|
293
|
+
"type": "enum",
|
|
294
|
+
"required": false,
|
|
295
|
+
"values": [
|
|
296
|
+
"checkbox",
|
|
297
|
+
"horizontal",
|
|
298
|
+
"vertical"
|
|
299
|
+
],
|
|
300
|
+
"default": "vertical"
|
|
301
|
+
},
|
|
302
|
+
"showDivider": {
|
|
303
|
+
"type": "boolean",
|
|
304
|
+
"required": false,
|
|
305
|
+
"default": false
|
|
306
|
+
}
|
|
307
|
+
}
|
|
308
|
+
}
|
|
309
|
+
},
|
|
182
310
|
"html": {},
|
|
183
311
|
"bemClasses": [
|
|
184
312
|
"ncua-modal",
|
package/data/notification.json
CHANGED
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"actions": {
|
|
58
58
|
"type": "object",
|
|
59
59
|
"required": false,
|
|
60
|
-
"rawType": "import(\"/Users/
|
|
60
|
+
"rawType": "import(\"/Users/nhn/Project/ncds/packages/ui-admin/src/components/notification/Notification\").NotificationAction[] | undefined",
|
|
61
61
|
"properties": {
|
|
62
62
|
"label": {
|
|
63
63
|
"type": "string",
|
|
@@ -100,7 +100,8 @@
|
|
|
100
100
|
},
|
|
101
101
|
"icon": {
|
|
102
102
|
"type": "function",
|
|
103
|
-
"required": false
|
|
103
|
+
"required": false,
|
|
104
|
+
"semantic": "icon-component"
|
|
104
105
|
},
|
|
105
106
|
"onClose": {
|
|
106
107
|
"type": "function",
|
package/data/number-input.json
CHANGED
|
@@ -52,6 +52,10 @@
|
|
|
52
52
|
"type": "boolean",
|
|
53
53
|
"required": false
|
|
54
54
|
},
|
|
55
|
+
"fullWidth": {
|
|
56
|
+
"type": "boolean",
|
|
57
|
+
"required": false
|
|
58
|
+
},
|
|
55
59
|
"hintText": {
|
|
56
60
|
"type": "string",
|
|
57
61
|
"required": false
|
|
@@ -75,7 +79,8 @@
|
|
|
75
79
|
},
|
|
76
80
|
"icon": {
|
|
77
81
|
"type": "function",
|
|
78
|
-
"required": false
|
|
82
|
+
"required": false,
|
|
83
|
+
"semantic": "icon-component"
|
|
79
84
|
},
|
|
80
85
|
"size": {
|
|
81
86
|
"type": "number",
|
|
@@ -198,7 +203,8 @@
|
|
|
198
203
|
},
|
|
199
204
|
"icon": {
|
|
200
205
|
"type": "function",
|
|
201
|
-
"required": false
|
|
206
|
+
"required": false,
|
|
207
|
+
"semantic": "icon-component"
|
|
202
208
|
},
|
|
203
209
|
"size": {
|
|
204
210
|
"type": "number",
|
package/data/password-input.json
CHANGED
|
@@ -42,6 +42,10 @@
|
|
|
42
42
|
"type": "boolean",
|
|
43
43
|
"required": false
|
|
44
44
|
},
|
|
45
|
+
"fullWidth": {
|
|
46
|
+
"type": "boolean",
|
|
47
|
+
"required": false
|
|
48
|
+
},
|
|
45
49
|
"hintText": {
|
|
46
50
|
"type": "string",
|
|
47
51
|
"required": false
|
|
@@ -65,7 +69,8 @@
|
|
|
65
69
|
},
|
|
66
70
|
"icon": {
|
|
67
71
|
"type": "function",
|
|
68
|
-
"required": false
|
|
72
|
+
"required": false,
|
|
73
|
+
"semantic": "icon-component"
|
|
69
74
|
},
|
|
70
75
|
"size": {
|
|
71
76
|
"type": "number",
|
|
@@ -167,7 +172,8 @@
|
|
|
167
172
|
},
|
|
168
173
|
"icon": {
|
|
169
174
|
"type": "function",
|
|
170
|
-
"required": false
|
|
175
|
+
"required": false,
|
|
176
|
+
"semantic": "icon-component"
|
|
171
177
|
},
|
|
172
178
|
"size": {
|
|
173
179
|
"type": "number",
|
package/data/progress-bar.json
CHANGED
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"segments": {
|
|
52
52
|
"type": "object",
|
|
53
53
|
"required": false,
|
|
54
|
-
"rawType": "import(\"/Users/
|
|
54
|
+
"rawType": "import(\"/Users/nhn/Project/ncds/packages/ui-admin/src/components/progress-bar/types\").ProgressSegment[] | undefined",
|
|
55
55
|
"properties": {
|
|
56
56
|
"value": {
|
|
57
57
|
"type": "number",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"endDateOptions": {
|
|
62
62
|
"type": "object",
|
|
63
63
|
"required": true,
|
|
64
|
-
"rawType": "import(\"/Users/
|
|
64
|
+
"rawType": "import(\"/Users/nhn/Project/ncds/packages/ui-admin/src/components/date-picker/DatePicker\").DatePickerProps",
|
|
65
65
|
"properties": {
|
|
66
66
|
"size": {
|
|
67
67
|
"type": "enum",
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"datePickerOptions": {
|
|
83
83
|
"type": "object",
|
|
84
84
|
"required": false,
|
|
85
|
-
"rawType": "Partial<import(\"/Users/
|
|
85
|
+
"rawType": "Partial<import(\"/Users/nhn/Project/ncds/node_modules/.pnpm/flatpickr@4.6.13/node_modules/flatpickr/dist/types/options\").BaseOptions> | undefined"
|
|
86
86
|
},
|
|
87
87
|
"destructive": {
|
|
88
88
|
"type": "string",
|
|
@@ -100,6 +100,10 @@
|
|
|
100
100
|
"type": "string",
|
|
101
101
|
"required": false
|
|
102
102
|
},
|
|
103
|
+
"portal": {
|
|
104
|
+
"type": "boolean",
|
|
105
|
+
"required": false
|
|
106
|
+
},
|
|
103
107
|
"onChangeDate": {
|
|
104
108
|
"type": "function",
|
|
105
109
|
"required": true
|
|
@@ -140,7 +144,7 @@
|
|
|
140
144
|
"startDateOptions": {
|
|
141
145
|
"type": "object",
|
|
142
146
|
"required": true,
|
|
143
|
-
"rawType": "import(\"/Users/
|
|
147
|
+
"rawType": "import(\"/Users/nhn/Project/ncds/packages/ui-admin/src/components/date-picker/DatePicker\").DatePickerProps",
|
|
144
148
|
"properties": {
|
|
145
149
|
"size": {
|
|
146
150
|
"type": "enum",
|
|
@@ -161,7 +165,7 @@
|
|
|
161
165
|
"datePickerOptions": {
|
|
162
166
|
"type": "object",
|
|
163
167
|
"required": false,
|
|
164
|
-
"rawType": "Partial<import(\"/Users/
|
|
168
|
+
"rawType": "Partial<import(\"/Users/nhn/Project/ncds/node_modules/.pnpm/flatpickr@4.6.13/node_modules/flatpickr/dist/types/options\").BaseOptions> | undefined"
|
|
165
169
|
},
|
|
166
170
|
"destructive": {
|
|
167
171
|
"type": "string",
|
|
@@ -179,6 +183,10 @@
|
|
|
179
183
|
"type": "string",
|
|
180
184
|
"required": false
|
|
181
185
|
},
|
|
186
|
+
"portal": {
|
|
187
|
+
"type": "boolean",
|
|
188
|
+
"required": false
|
|
189
|
+
},
|
|
182
190
|
"onChangeDate": {
|
|
183
191
|
"type": "function",
|
|
184
192
|
"required": true
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"endDateOptions": {
|
|
67
67
|
"type": "object",
|
|
68
68
|
"required": true,
|
|
69
|
-
"rawType": "import(\"/Users/
|
|
69
|
+
"rawType": "import(\"/Users/nhn/Project/ncds/packages/ui-admin/src/components/date-picker/DatePicker\").DatePickerProps",
|
|
70
70
|
"properties": {
|
|
71
71
|
"size": {
|
|
72
72
|
"type": "enum",
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"datePickerOptions": {
|
|
88
88
|
"type": "object",
|
|
89
89
|
"required": false,
|
|
90
|
-
"rawType": "Partial<import(\"/Users/
|
|
90
|
+
"rawType": "Partial<import(\"/Users/nhn/Project/ncds/node_modules/.pnpm/flatpickr@4.6.13/node_modules/flatpickr/dist/types/options\").BaseOptions> | undefined"
|
|
91
91
|
},
|
|
92
92
|
"destructive": {
|
|
93
93
|
"type": "string",
|
|
@@ -105,6 +105,10 @@
|
|
|
105
105
|
"type": "string",
|
|
106
106
|
"required": false
|
|
107
107
|
},
|
|
108
|
+
"portal": {
|
|
109
|
+
"type": "boolean",
|
|
110
|
+
"required": false
|
|
111
|
+
},
|
|
108
112
|
"onChangeDate": {
|
|
109
113
|
"type": "function",
|
|
110
114
|
"required": true
|
|
@@ -131,7 +135,7 @@
|
|
|
131
135
|
"startDateOptions": {
|
|
132
136
|
"type": "object",
|
|
133
137
|
"required": true,
|
|
134
|
-
"rawType": "import(\"/Users/
|
|
138
|
+
"rawType": "import(\"/Users/nhn/Project/ncds/packages/ui-admin/src/components/date-picker/DatePicker\").DatePickerProps",
|
|
135
139
|
"properties": {
|
|
136
140
|
"size": {
|
|
137
141
|
"type": "enum",
|
|
@@ -152,7 +156,7 @@
|
|
|
152
156
|
"datePickerOptions": {
|
|
153
157
|
"type": "object",
|
|
154
158
|
"required": false,
|
|
155
|
-
"rawType": "Partial<import(\"/Users/
|
|
159
|
+
"rawType": "Partial<import(\"/Users/nhn/Project/ncds/node_modules/.pnpm/flatpickr@4.6.13/node_modules/flatpickr/dist/types/options\").BaseOptions> | undefined"
|
|
156
160
|
},
|
|
157
161
|
"destructive": {
|
|
158
162
|
"type": "string",
|
|
@@ -170,6 +174,10 @@
|
|
|
170
174
|
"type": "string",
|
|
171
175
|
"required": false
|
|
172
176
|
},
|
|
177
|
+
"portal": {
|
|
178
|
+
"type": "boolean",
|
|
179
|
+
"required": false
|
|
180
|
+
},
|
|
173
181
|
"onChangeDate": {
|
|
174
182
|
"type": "function",
|
|
175
183
|
"required": true
|