@daouypkgs/antd 2.0.157

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 (106) hide show
  1. package/README.md +1 -0
  2. package/dist/.tsbuildinfo +1 -0
  3. package/dist/antd.css +29217 -0
  4. package/dist/antd.esm.js +2557 -0
  5. package/dist/antd.esm.js.map +1 -0
  6. package/dist/customControls.d.ts +17 -0
  7. package/dist/index.d.ts +16 -0
  8. package/dist/index.js +2644 -0
  9. package/dist/index.js.map +1 -0
  10. package/dist/registerButton.d.ts +7 -0
  11. package/dist/registerCarousel.d.ts +6 -0
  12. package/dist/registerCheckbox.d.ts +19 -0
  13. package/dist/registerCollapse.d.ts +15 -0
  14. package/dist/registerDropdown.d.ts +13 -0
  15. package/dist/registerInput.d.ts +26 -0
  16. package/dist/registerMenu.d.ts +20 -0
  17. package/dist/registerOption.d.ts +10 -0
  18. package/dist/registerRate.d.ts +6 -0
  19. package/dist/registerSelect.d.ts +16 -0
  20. package/dist/registerSlider.d.ts +19 -0
  21. package/dist/registerSwitch.d.ts +7 -0
  22. package/dist/registerTable.d.ts +30 -0
  23. package/dist/registerTabs.d.ts +14 -0
  24. package/dist/registerable.d.ts +4 -0
  25. package/package.json +83 -0
  26. package/skinny/customControls-82aa5d0c.esm.js +20 -0
  27. package/skinny/customControls-82aa5d0c.esm.js.map +1 -0
  28. package/skinny/customControls-fb0b7e5f.cjs.js +22 -0
  29. package/skinny/customControls-fb0b7e5f.cjs.js.map +1 -0
  30. package/skinny/customControls.d.ts +17 -0
  31. package/skinny/package.json +1 -0
  32. package/skinny/registerButton.cjs.js +90 -0
  33. package/skinny/registerButton.cjs.js.map +1 -0
  34. package/skinny/registerButton.d.ts +7 -0
  35. package/skinny/registerButton.esm.js +82 -0
  36. package/skinny/registerButton.esm.js.map +1 -0
  37. package/skinny/registerCarousel.cjs.js +76 -0
  38. package/skinny/registerCarousel.cjs.js.map +1 -0
  39. package/skinny/registerCarousel.d.ts +6 -0
  40. package/skinny/registerCarousel.esm.js +68 -0
  41. package/skinny/registerCarousel.esm.js.map +1 -0
  42. package/skinny/registerCheckbox.cjs.js +190 -0
  43. package/skinny/registerCheckbox.cjs.js.map +1 -0
  44. package/skinny/registerCheckbox.d.ts +19 -0
  45. package/skinny/registerCheckbox.esm.js +177 -0
  46. package/skinny/registerCheckbox.esm.js.map +1 -0
  47. package/skinny/registerCollapse.cjs.js +214 -0
  48. package/skinny/registerCollapse.cjs.js.map +1 -0
  49. package/skinny/registerCollapse.d.ts +15 -0
  50. package/skinny/registerCollapse.esm.js +202 -0
  51. package/skinny/registerCollapse.esm.js.map +1 -0
  52. package/skinny/registerDropdown.cjs.js +191 -0
  53. package/skinny/registerDropdown.cjs.js.map +1 -0
  54. package/skinny/registerDropdown.d.ts +13 -0
  55. package/skinny/registerDropdown.esm.js +179 -0
  56. package/skinny/registerDropdown.esm.js.map +1 -0
  57. package/skinny/registerInput.cjs.js +468 -0
  58. package/skinny/registerInput.cjs.js.map +1 -0
  59. package/skinny/registerInput.d.ts +26 -0
  60. package/skinny/registerInput.esm.js +447 -0
  61. package/skinny/registerInput.esm.js.map +1 -0
  62. package/skinny/registerMenu.cjs.js +319 -0
  63. package/skinny/registerMenu.cjs.js.map +1 -0
  64. package/skinny/registerMenu.d.ts +20 -0
  65. package/skinny/registerMenu.esm.js +299 -0
  66. package/skinny/registerMenu.esm.js.map +1 -0
  67. package/skinny/registerOption.cjs.js +89 -0
  68. package/skinny/registerOption.cjs.js.map +1 -0
  69. package/skinny/registerOption.d.ts +10 -0
  70. package/skinny/registerOption.esm.js +78 -0
  71. package/skinny/registerOption.esm.js.map +1 -0
  72. package/skinny/registerRate.cjs.js +82 -0
  73. package/skinny/registerRate.cjs.js.map +1 -0
  74. package/skinny/registerRate.d.ts +6 -0
  75. package/skinny/registerRate.esm.js +74 -0
  76. package/skinny/registerRate.esm.js.map +1 -0
  77. package/skinny/registerSelect.cjs.js +173 -0
  78. package/skinny/registerSelect.cjs.js.map +1 -0
  79. package/skinny/registerSelect.d.ts +16 -0
  80. package/skinny/registerSelect.esm.js +165 -0
  81. package/skinny/registerSelect.esm.js.map +1 -0
  82. package/skinny/registerSlider.cjs.js +162 -0
  83. package/skinny/registerSlider.cjs.js.map +1 -0
  84. package/skinny/registerSlider.d.ts +19 -0
  85. package/skinny/registerSlider.esm.js +153 -0
  86. package/skinny/registerSlider.esm.js.map +1 -0
  87. package/skinny/registerSwitch.cjs.js +84 -0
  88. package/skinny/registerSwitch.cjs.js.map +1 -0
  89. package/skinny/registerSwitch.d.ts +7 -0
  90. package/skinny/registerSwitch.esm.js +76 -0
  91. package/skinny/registerSwitch.esm.js.map +1 -0
  92. package/skinny/registerTable.cjs.js +217 -0
  93. package/skinny/registerTable.cjs.js.map +1 -0
  94. package/skinny/registerTable.d.ts +30 -0
  95. package/skinny/registerTable.esm.js +203 -0
  96. package/skinny/registerTable.esm.js.map +1 -0
  97. package/skinny/registerTabs.cjs.js +390 -0
  98. package/skinny/registerTabs.cjs.js.map +1 -0
  99. package/skinny/registerTabs.d.ts +14 -0
  100. package/skinny/registerTabs.esm.js +378 -0
  101. package/skinny/registerTabs.esm.js.map +1 -0
  102. package/skinny/registerable.cjs.js +3 -0
  103. package/skinny/registerable.cjs.js.map +1 -0
  104. package/skinny/registerable.d.ts +4 -0
  105. package/skinny/registerable.esm.js +2 -0
  106. package/skinny/registerable.esm.js.map +1 -0
@@ -0,0 +1,468 @@
1
+ 'use strict';
2
+
3
+ var registerComponent = require('@daouy/host/registerComponent');
4
+ var antd = require('antd');
5
+
6
+ function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
7
+
8
+ var registerComponent__default = /*#__PURE__*/_interopDefault(registerComponent);
9
+
10
+ var __defProp = Object.defineProperty;
11
+ var __defProps = Object.defineProperties;
12
+ var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
13
+ var __getOwnPropSymbols = Object.getOwnPropertySymbols;
14
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
15
+ var __propIsEnum = Object.prototype.propertyIsEnumerable;
16
+ var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
17
+ var __spreadValues = (a, b) => {
18
+ for (var prop in b || (b = {}))
19
+ if (__hasOwnProp.call(b, prop))
20
+ __defNormalProp(a, prop, b[prop]);
21
+ if (__getOwnPropSymbols)
22
+ for (var prop of __getOwnPropSymbols(b)) {
23
+ if (__propIsEnum.call(b, prop))
24
+ __defNormalProp(a, prop, b[prop]);
25
+ }
26
+ return a;
27
+ };
28
+ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
29
+ const Input = antd.Input;
30
+ const InputGroup = Input.Group;
31
+ const Password = Input.Password;
32
+ const Search = Input.Search;
33
+ const TextArea = Input.TextArea;
34
+ function sortObjectKeys(obj) {
35
+ return Object.fromEntries(Object.entries(obj).sort());
36
+ }
37
+ function sortProps(props) {
38
+ return sortObjectKeys(props);
39
+ }
40
+ const commonHtmlAttributes = {
41
+ "aria-label": {
42
+ type: "string",
43
+ description: "The ARIA label for this input"
44
+ },
45
+ "aria-labelledby": {
46
+ type: "string",
47
+ description: "Identifies the element(s) that labels this input"
48
+ },
49
+ name: {
50
+ type: "string",
51
+ description: "The HTML name of the input"
52
+ }
53
+ };
54
+ const inputHelpers = {
55
+ states: {
56
+ value: {
57
+ onChangeArgsToValue: (e) => e.target.value
58
+ }
59
+ }
60
+ };
61
+ const inputMeta = {
62
+ name: "AntdInput",
63
+ displayName: "Antd Input",
64
+ props: sortProps(__spreadProps(__spreadValues({}, commonHtmlAttributes), {
65
+ addonAfter: {
66
+ type: "slot",
67
+ hidePlaceholder: true
68
+ },
69
+ addonBefore: {
70
+ type: "slot",
71
+ hidePlaceholder: true
72
+ },
73
+ allowClear: {
74
+ type: "boolean",
75
+ description: "If allow to remove input content with clear icon",
76
+ defaultValueHint: false
77
+ },
78
+ bordered: {
79
+ type: "boolean",
80
+ description: "Whether has border style",
81
+ defaultValueHint: true
82
+ },
83
+ disabled: {
84
+ type: "boolean",
85
+ description: "Whether the input is disabled",
86
+ defaultValueHint: false
87
+ },
88
+ id: {
89
+ type: "string",
90
+ description: "The ID for input"
91
+ },
92
+ maxLength: {
93
+ type: "number",
94
+ description: "The max length"
95
+ },
96
+ placeholder: {
97
+ type: "string",
98
+ description: "Placeholder for the input"
99
+ },
100
+ prefix: {
101
+ type: "slot",
102
+ hidePlaceholder: true
103
+ },
104
+ size: {
105
+ type: "choice",
106
+ options: ["small", "middle", "large"],
107
+ description: "The size of the input box",
108
+ defaultValueHint: "middle,"
109
+ },
110
+ suffix: {
111
+ type: "slot",
112
+ hidePlaceholder: true
113
+ },
114
+ type: {
115
+ type: "string",
116
+ description: "The type of input",
117
+ defaultValueHint: "text"
118
+ },
119
+ value: {
120
+ type: "string"
121
+ },
122
+ onChange: {
123
+ type: "eventHandler",
124
+ argTypes: [
125
+ {
126
+ name: "event",
127
+ type: "object"
128
+ }
129
+ ]
130
+ }
131
+ })),
132
+ states: {
133
+ value: {
134
+ type: "writable",
135
+ variableType: "text",
136
+ onChangeProp: "onChange",
137
+ valueProp: "value"
138
+ }
139
+ },
140
+ componentHelpers: {
141
+ helpers: inputHelpers,
142
+ importName: "inputHelpers",
143
+ importPath: "@daouypkgs/antd/skinny/registerInput"
144
+ },
145
+ importPath: "@daouypkgs/antd/skinny/registerInput",
146
+ importName: "Input"
147
+ };
148
+ function registerInput(loader, customInputMeta) {
149
+ const doRegisterComponent = (...args) => loader ? loader.registerComponent(...args) : registerComponent__default.default(...args);
150
+ doRegisterComponent(Input, customInputMeta != null ? customInputMeta : inputMeta);
151
+ }
152
+ const inputTextAreaMeta = {
153
+ name: "AntdInputTextArea",
154
+ displayName: "Antd Input Text Area",
155
+ props: sortProps(__spreadProps(__spreadValues({}, commonHtmlAttributes), {
156
+ allowClear: {
157
+ type: "boolean",
158
+ description: "If allow to remove input content with clear icon",
159
+ defaultValueHint: false
160
+ },
161
+ autoSize: {
162
+ type: "object",
163
+ description: "Height autosize feature, can be set to true | false or an object { minRows: 2, maxRows: 6 }"
164
+ },
165
+ disabled: {
166
+ type: "boolean",
167
+ description: "Whether the input is disabled",
168
+ defaultValueHint: false
169
+ },
170
+ bordered: {
171
+ type: "boolean",
172
+ description: "Whether has border style",
173
+ defaultValueHint: true
174
+ },
175
+ showCount: {
176
+ type: "boolean",
177
+ description: "Whether show text count",
178
+ defaultValueHint: false
179
+ },
180
+ id: {
181
+ type: "string",
182
+ description: "The ID for input"
183
+ },
184
+ maxLength: {
185
+ type: "number",
186
+ description: "The max length"
187
+ },
188
+ placeholder: {
189
+ type: "string",
190
+ description: "Placeholder for the input"
191
+ },
192
+ value: {
193
+ type: "string"
194
+ },
195
+ onChange: {
196
+ type: "eventHandler",
197
+ argTypes: [
198
+ {
199
+ name: "event",
200
+ type: "object"
201
+ }
202
+ ]
203
+ }
204
+ })),
205
+ states: {
206
+ value: {
207
+ type: "writable",
208
+ variableType: "text",
209
+ onChangeProp: "onChange",
210
+ valueProp: "value"
211
+ }
212
+ },
213
+ componentHelpers: {
214
+ helpers: inputHelpers,
215
+ importName: "inputHelpers",
216
+ importPath: "@daouypkgs/antd/skinny/registerInput"
217
+ },
218
+ importPath: "@daouypkgs/antd/skinny/registerInput",
219
+ importName: "TextArea",
220
+ parentComponentName: "AntdInput"
221
+ };
222
+ function registerInputTextArea(loader, customInputTextAreaMeta) {
223
+ const doRegisterComponent = (...args) => loader ? loader.registerComponent(...args) : registerComponent__default.default(...args);
224
+ doRegisterComponent(TextArea, customInputTextAreaMeta != null ? customInputTextAreaMeta : inputTextAreaMeta);
225
+ }
226
+ const inputSearchMeta = {
227
+ name: "AntdInputSearch",
228
+ displayName: "Antd Input Search",
229
+ props: sortProps(__spreadProps(__spreadValues({}, commonHtmlAttributes), {
230
+ addonBefore: {
231
+ type: "slot",
232
+ hidePlaceholder: true
233
+ },
234
+ allowClear: {
235
+ type: "boolean",
236
+ description: "If allow to remove input content with clear icon",
237
+ defaultValueHint: false
238
+ },
239
+ bordered: {
240
+ type: "boolean",
241
+ description: "Whether has border style",
242
+ defaultValueHint: true
243
+ },
244
+ disabled: {
245
+ type: "boolean",
246
+ description: "Whether the input is disabled",
247
+ defaultValueHint: false
248
+ },
249
+ enterButton: {
250
+ type: "slot",
251
+ hidePlaceholder: true
252
+ },
253
+ id: {
254
+ type: "string",
255
+ description: "The ID for input"
256
+ },
257
+ loading: {
258
+ type: "boolean",
259
+ description: "Search box with loading",
260
+ defaultValueHint: false
261
+ },
262
+ maxLength: {
263
+ type: "number",
264
+ description: "The max length"
265
+ },
266
+ placeholder: {
267
+ type: "string",
268
+ description: "Placeholder for the input"
269
+ },
270
+ prefix: {
271
+ type: "slot",
272
+ hidePlaceholder: true
273
+ },
274
+ size: {
275
+ type: "choice",
276
+ options: ["small", "middle", "large"],
277
+ description: "The size of the input box",
278
+ defaultValueHint: "middle"
279
+ },
280
+ suffix: {
281
+ type: "slot",
282
+ hidePlaceholder: true
283
+ },
284
+ type: {
285
+ type: "string",
286
+ description: "The type of input"
287
+ },
288
+ value: {
289
+ type: "string"
290
+ },
291
+ onChange: {
292
+ type: "eventHandler",
293
+ argTypes: [
294
+ {
295
+ name: "event",
296
+ type: "object"
297
+ }
298
+ ]
299
+ }
300
+ })),
301
+ states: {
302
+ value: {
303
+ type: "writable",
304
+ variableType: "text",
305
+ onChangeProp: "onChange",
306
+ valueProp: "value"
307
+ }
308
+ },
309
+ componentHelpers: {
310
+ helpers: inputHelpers,
311
+ importName: "inputHelpers",
312
+ importPath: "@daouypkgs/antd/skinny/registerInput"
313
+ },
314
+ importPath: "@daouypkgs/antd/skinny/registerInput",
315
+ importName: "Search",
316
+ parentComponentName: "AntdInput"
317
+ };
318
+ function registerInputSearch(loader, customInputSearchMeta) {
319
+ const doRegisterComponent = (...args) => loader ? loader.registerComponent(...args) : registerComponent__default.default(...args);
320
+ doRegisterComponent(Search, customInputSearchMeta != null ? customInputSearchMeta : inputSearchMeta);
321
+ }
322
+ const inputPasswordMeta = {
323
+ name: "AntdInputPassword",
324
+ displayName: "Antd Input Password",
325
+ props: sortProps(__spreadProps(__spreadValues({}, commonHtmlAttributes), {
326
+ addonAfter: {
327
+ type: "slot",
328
+ hidePlaceholder: true
329
+ },
330
+ addonBefore: {
331
+ type: "slot",
332
+ hidePlaceholder: true
333
+ },
334
+ allowClear: {
335
+ type: "boolean",
336
+ description: "If allow to remove input content with clear icon",
337
+ defaultValueHint: false
338
+ },
339
+ bordered: {
340
+ type: "boolean",
341
+ description: "Whether has border style",
342
+ defaultValueHint: true
343
+ },
344
+ disabled: {
345
+ type: "boolean",
346
+ description: "Whether the input is disabled",
347
+ defaultValueHint: false
348
+ },
349
+ id: {
350
+ type: "string",
351
+ description: "The ID for input"
352
+ },
353
+ maxLength: {
354
+ type: "number",
355
+ description: "The max length"
356
+ },
357
+ placeholder: {
358
+ type: "string",
359
+ description: "Placeholder for the input"
360
+ },
361
+ prefix: {
362
+ type: "slot",
363
+ hidePlaceholder: true
364
+ },
365
+ size: {
366
+ type: "choice",
367
+ options: ["small", "middle", "large"],
368
+ description: "The size of the input box",
369
+ defaultValueHint: "middle"
370
+ },
371
+ type: {
372
+ type: "string",
373
+ description: "The type of input"
374
+ },
375
+ value: {
376
+ type: "string"
377
+ },
378
+ visibilityToggle: {
379
+ type: "boolean",
380
+ description: "Whether show toggle button",
381
+ defaultValueHint: true
382
+ },
383
+ onChange: {
384
+ type: "eventHandler",
385
+ argTypes: [
386
+ {
387
+ name: "event",
388
+ type: "object"
389
+ }
390
+ ]
391
+ }
392
+ })),
393
+ states: {
394
+ value: {
395
+ type: "writable",
396
+ variableType: "text",
397
+ onChangeProp: "onChange",
398
+ valueProp: "value"
399
+ }
400
+ },
401
+ componentHelpers: {
402
+ helpers: inputHelpers,
403
+ importName: "inputHelpers",
404
+ importPath: "@daouypkgs/antd/skinny/registerInput"
405
+ },
406
+ importPath: "@daouypkgs/antd/skinny/registerInput",
407
+ importName: "Password",
408
+ parentComponentName: "AntdInput"
409
+ };
410
+ function registerInputPassword(loader, customInputPasswordMeta) {
411
+ const doRegisterComponent = (...args) => loader ? loader.registerComponent(...args) : registerComponent__default.default(...args);
412
+ doRegisterComponent(Password, customInputPasswordMeta != null ? customInputPasswordMeta : inputPasswordMeta);
413
+ }
414
+ const inputGroupMeta = {
415
+ name: "AntdInputGroup",
416
+ displayName: "Antd Input Group",
417
+ props: {
418
+ compact: {
419
+ type: "boolean",
420
+ description: "Whether use compact style",
421
+ defaultValueHint: false
422
+ },
423
+ size: {
424
+ type: "choice",
425
+ options: ["small", "default", "large"],
426
+ description: "The size of Input.Group specifies the size of the included Input fields",
427
+ defaultValueHint: "default"
428
+ },
429
+ children: {
430
+ type: "slot",
431
+ defaultValue: [
432
+ {
433
+ type: "component",
434
+ name: "AntdInput"
435
+ },
436
+ {
437
+ type: "component",
438
+ name: "AntdInput"
439
+ }
440
+ ]
441
+ }
442
+ },
443
+ importPath: "@daouypkgs/antd/skinny/registerInput",
444
+ importName: "InputGroup",
445
+ parentComponentName: "AntdInput"
446
+ };
447
+ function registerInputGroup(loader, customInputGroupMeta) {
448
+ const doRegisterComponent = (...args) => loader ? loader.registerComponent(...args) : registerComponent__default.default(...args);
449
+ doRegisterComponent(InputGroup, customInputGroupMeta != null ? customInputGroupMeta : inputGroupMeta);
450
+ }
451
+
452
+ exports.Input = Input;
453
+ exports.InputGroup = InputGroup;
454
+ exports.Password = Password;
455
+ exports.Search = Search;
456
+ exports.TextArea = TextArea;
457
+ exports.inputGroupMeta = inputGroupMeta;
458
+ exports.inputHelpers = inputHelpers;
459
+ exports.inputMeta = inputMeta;
460
+ exports.inputPasswordMeta = inputPasswordMeta;
461
+ exports.inputSearchMeta = inputSearchMeta;
462
+ exports.inputTextAreaMeta = inputTextAreaMeta;
463
+ exports.registerInput = registerInput;
464
+ exports.registerInputGroup = registerInputGroup;
465
+ exports.registerInputPassword = registerInputPassword;
466
+ exports.registerInputSearch = registerInputSearch;
467
+ exports.registerInputTextArea = registerInputTextArea;
468
+ //# sourceMappingURL=registerInput.cjs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"registerInput.cjs.js","sources":["../src/registerInput.ts"],"sourcesContent":["import registerComponent, {\n ComponentMeta,\n} from \"@daouy/host/registerComponent\";\nimport { Input as AntdInput } from \"antd\";\nimport type {\n GroupProps,\n InputProps,\n PasswordProps,\n SearchProps,\n TextAreaProps,\n} from \"antd/es/input\";\nimport { Registerable } from \"./registerable\";\n\nexport const Input: typeof AntdInput = AntdInput;\nexport const InputGroup = Input.Group;\nexport const Password = Input.Password;\nexport const Search = Input.Search;\nexport const TextArea = Input.TextArea;\n\nfunction sortObjectKeys<T extends Record<string, any>>(obj: T): T {\n return Object.fromEntries(Object.entries(obj).sort()) as T;\n}\n\ntype PropSpec<T> = ComponentMeta<T>[\"props\"];\n\nfunction sortProps<T>(props: PropSpec<T>): PropSpec<T> {\n return sortObjectKeys(props);\n}\n\nconst commonHtmlAttributes = {\n \"aria-label\": {\n type: \"string\",\n description: \"The ARIA label for this input\",\n },\n \"aria-labelledby\": {\n type: \"string\",\n description: \"Identifies the element(s) that labels this input\",\n },\n name: {\n type: \"string\",\n description: \"The HTML name of the input\",\n },\n} as const;\n\nexport const inputHelpers = {\n states: {\n value: {\n onChangeArgsToValue: (\n e: Parameters<NonNullable<InputProps[\"onChange\"]>>[0]\n ) => e.target.value,\n },\n },\n};\n\nexport const inputMeta: ComponentMeta<InputProps> = {\n name: \"AntdInput\",\n displayName: \"Antd Input\",\n props: sortProps<InputProps>({\n ...commonHtmlAttributes,\n addonAfter: {\n type: \"slot\",\n hidePlaceholder: true,\n },\n addonBefore: {\n type: \"slot\",\n hidePlaceholder: true,\n },\n allowClear: {\n type: \"boolean\",\n description: \"If allow to remove input content with clear icon\",\n defaultValueHint: false,\n },\n bordered: {\n type: \"boolean\",\n description: \"Whether has border style\",\n defaultValueHint: true,\n },\n disabled: {\n type: \"boolean\",\n description: \"Whether the input is disabled\",\n defaultValueHint: false,\n },\n id: {\n type: \"string\",\n description: \"The ID for input\",\n },\n maxLength: {\n type: \"number\",\n description: \"The max length\",\n },\n placeholder: {\n type: \"string\",\n description: \"Placeholder for the input\",\n },\n prefix: {\n type: \"slot\",\n hidePlaceholder: true,\n },\n size: {\n type: \"choice\",\n options: [\"small\", \"middle\", \"large\"],\n description: \"The size of the input box\",\n defaultValueHint: \"middle,\",\n },\n suffix: {\n type: \"slot\",\n hidePlaceholder: true,\n },\n type: {\n type: \"string\",\n description: \"The type of input\",\n defaultValueHint: \"text\",\n },\n value: {\n type: \"string\",\n },\n onChange: {\n type: \"eventHandler\",\n argTypes: [\n {\n name: \"event\",\n type: \"object\",\n },\n ],\n },\n }),\n states: {\n value: {\n type: \"writable\",\n variableType: \"text\",\n onChangeProp: \"onChange\",\n valueProp: \"value\",\n },\n },\n componentHelpers: {\n helpers: inputHelpers,\n importName: \"inputHelpers\",\n importPath: \"@daouypkgs/antd/skinny/registerInput\",\n },\n importPath: \"@daouypkgs/antd/skinny/registerInput\",\n importName: \"Input\",\n};\n\nexport function registerInput(\n loader?: Registerable,\n customInputMeta?: ComponentMeta<InputProps>\n) {\n const doRegisterComponent: typeof registerComponent = (...args) =>\n loader ? loader.registerComponent(...args) : registerComponent(...args);\n doRegisterComponent(Input, customInputMeta ?? inputMeta);\n}\n\nexport const inputTextAreaMeta: ComponentMeta<TextAreaProps> = {\n name: \"AntdInputTextArea\",\n displayName: \"Antd Input Text Area\",\n props: sortProps<TextAreaProps>({\n ...commonHtmlAttributes,\n allowClear: {\n type: \"boolean\",\n description: \"If allow to remove input content with clear icon\",\n defaultValueHint: false,\n },\n autoSize: {\n type: \"object\",\n description:\n \"Height autosize feature, can be set to true | false or an object { minRows: 2, maxRows: 6 }\",\n },\n disabled: {\n type: \"boolean\",\n description: \"Whether the input is disabled\",\n defaultValueHint: false,\n },\n bordered: {\n type: \"boolean\",\n description: \"Whether has border style\",\n defaultValueHint: true,\n },\n showCount: {\n type: \"boolean\",\n description: \"Whether show text count\",\n defaultValueHint: false,\n },\n id: {\n type: \"string\",\n description: \"The ID for input\",\n },\n maxLength: {\n type: \"number\",\n description: \"The max length\",\n },\n placeholder: {\n type: \"string\",\n description: \"Placeholder for the input\",\n },\n value: {\n type: \"string\",\n },\n onChange: {\n type: \"eventHandler\",\n argTypes: [\n {\n name: \"event\",\n type: \"object\",\n },\n ],\n },\n }),\n states: {\n value: {\n type: \"writable\",\n variableType: \"text\",\n onChangeProp: \"onChange\",\n valueProp: \"value\",\n },\n },\n componentHelpers: {\n helpers: inputHelpers,\n importName: \"inputHelpers\",\n importPath: \"@daouypkgs/antd/skinny/registerInput\",\n },\n importPath: \"@daouypkgs/antd/skinny/registerInput\",\n importName: \"TextArea\",\n parentComponentName: \"AntdInput\",\n};\n\nexport function registerInputTextArea(\n loader?: Registerable,\n customInputTextAreaMeta?: ComponentMeta<TextAreaProps>\n) {\n const doRegisterComponent: typeof registerComponent = (...args) =>\n loader ? loader.registerComponent(...args) : registerComponent(...args);\n doRegisterComponent(TextArea, customInputTextAreaMeta ?? inputTextAreaMeta);\n}\n\nexport const inputSearchMeta: ComponentMeta<SearchProps> = {\n name: \"AntdInputSearch\",\n displayName: \"Antd Input Search\",\n props: sortProps<SearchProps>({\n ...commonHtmlAttributes,\n addonBefore: {\n type: \"slot\",\n hidePlaceholder: true,\n },\n allowClear: {\n type: \"boolean\",\n description: \"If allow to remove input content with clear icon\",\n defaultValueHint: false,\n },\n bordered: {\n type: \"boolean\",\n description: \"Whether has border style\",\n defaultValueHint: true,\n },\n disabled: {\n type: \"boolean\",\n description: \"Whether the input is disabled\",\n defaultValueHint: false,\n },\n enterButton: {\n type: \"slot\",\n hidePlaceholder: true,\n },\n id: {\n type: \"string\",\n description: \"The ID for input\",\n },\n loading: {\n type: \"boolean\",\n description: \"Search box with loading\",\n defaultValueHint: false,\n },\n maxLength: {\n type: \"number\",\n description: \"The max length\",\n },\n placeholder: {\n type: \"string\",\n description: \"Placeholder for the input\",\n },\n prefix: {\n type: \"slot\",\n hidePlaceholder: true,\n },\n size: {\n type: \"choice\",\n options: [\"small\", \"middle\", \"large\"],\n description: \"The size of the input box\",\n defaultValueHint: \"middle\",\n },\n suffix: {\n type: \"slot\",\n hidePlaceholder: true,\n },\n type: {\n type: \"string\",\n description: \"The type of input\",\n },\n value: {\n type: \"string\",\n },\n onChange: {\n type: \"eventHandler\",\n argTypes: [\n {\n name: \"event\",\n type: \"object\",\n },\n ],\n },\n }),\n states: {\n value: {\n type: \"writable\",\n variableType: \"text\",\n onChangeProp: \"onChange\",\n valueProp: \"value\",\n },\n },\n componentHelpers: {\n helpers: inputHelpers,\n importName: \"inputHelpers\",\n importPath: \"@daouypkgs/antd/skinny/registerInput\",\n },\n importPath: \"@daouypkgs/antd/skinny/registerInput\",\n importName: \"Search\",\n parentComponentName: \"AntdInput\",\n};\n\nexport function registerInputSearch(\n loader?: Registerable,\n customInputSearchMeta?: ComponentMeta<SearchProps>\n) {\n const doRegisterComponent: typeof registerComponent = (...args) =>\n loader ? loader.registerComponent(...args) : registerComponent(...args);\n doRegisterComponent(Search, customInputSearchMeta ?? inputSearchMeta);\n}\n\nexport const inputPasswordMeta: ComponentMeta<PasswordProps> = {\n name: \"AntdInputPassword\",\n displayName: \"Antd Input Password\",\n props: sortProps<PasswordProps>({\n ...commonHtmlAttributes,\n addonAfter: {\n type: \"slot\",\n hidePlaceholder: true,\n },\n addonBefore: {\n type: \"slot\",\n hidePlaceholder: true,\n },\n allowClear: {\n type: \"boolean\",\n description: \"If allow to remove input content with clear icon\",\n defaultValueHint: false,\n },\n bordered: {\n type: \"boolean\",\n description: \"Whether has border style\",\n defaultValueHint: true,\n },\n disabled: {\n type: \"boolean\",\n description: \"Whether the input is disabled\",\n defaultValueHint: false,\n },\n id: {\n type: \"string\",\n description: \"The ID for input\",\n },\n maxLength: {\n type: \"number\",\n description: \"The max length\",\n },\n placeholder: {\n type: \"string\",\n description: \"Placeholder for the input\",\n },\n prefix: {\n type: \"slot\",\n hidePlaceholder: true,\n },\n size: {\n type: \"choice\",\n options: [\"small\", \"middle\", \"large\"],\n description: \"The size of the input box\",\n defaultValueHint: \"middle\",\n },\n type: {\n type: \"string\",\n description: \"The type of input\",\n },\n value: {\n type: \"string\",\n },\n visibilityToggle: {\n type: \"boolean\",\n description: \"Whether show toggle button\",\n defaultValueHint: true,\n },\n onChange: {\n type: \"eventHandler\",\n argTypes: [\n {\n name: \"event\",\n type: \"object\",\n },\n ],\n },\n }),\n states: {\n value: {\n type: \"writable\",\n variableType: \"text\",\n onChangeProp: \"onChange\",\n valueProp: \"value\",\n },\n },\n componentHelpers: {\n helpers: inputHelpers,\n importName: \"inputHelpers\",\n importPath: \"@daouypkgs/antd/skinny/registerInput\",\n },\n importPath: \"@daouypkgs/antd/skinny/registerInput\",\n importName: \"Password\",\n parentComponentName: \"AntdInput\",\n};\n\nexport function registerInputPassword(\n loader?: Registerable,\n customInputPasswordMeta?: ComponentMeta<PasswordProps>\n) {\n const doRegisterComponent: typeof registerComponent = (...args) =>\n loader ? loader.registerComponent(...args) : registerComponent(...args);\n doRegisterComponent(Password, customInputPasswordMeta ?? inputPasswordMeta);\n}\n\nexport const inputGroupMeta: ComponentMeta<GroupProps> = {\n name: \"AntdInputGroup\",\n displayName: \"Antd Input Group\",\n props: {\n compact: {\n type: \"boolean\",\n description: \"Whether use compact style\",\n defaultValueHint: false,\n },\n size: {\n type: \"choice\",\n options: [\"small\", \"default\", \"large\"],\n description:\n \"The size of Input.Group specifies the size of the included Input fields\",\n defaultValueHint: \"default\",\n },\n children: {\n type: \"slot\",\n defaultValue: [\n {\n type: \"component\",\n name: \"AntdInput\",\n },\n {\n type: \"component\",\n name: \"AntdInput\",\n },\n ],\n },\n },\n importPath: \"@daouypkgs/antd/skinny/registerInput\",\n importName: \"InputGroup\",\n parentComponentName: \"AntdInput\",\n};\n\nexport function registerInputGroup(\n loader?: Registerable,\n customInputGroupMeta?: ComponentMeta<GroupProps>\n) {\n const doRegisterComponent: typeof registerComponent = (...args) =>\n loader ? loader.registerComponent(...args) : registerComponent(...args);\n doRegisterComponent(InputGroup, customInputGroupMeta ?? inputGroupMeta);\n}\n"],"names":["AntdInput","registerComponent"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAaO,MAAM,KAA0B,GAAAA,WAAA;AAChC,MAAM,aAAa,KAAM,CAAA,MAAA;AACzB,MAAM,WAAW,KAAM,CAAA,SAAA;AACvB,MAAM,SAAS,KAAM,CAAA,OAAA;AACrB,MAAM,WAAW,KAAM,CAAA,SAAA;AAE9B,SAAS,eAA8C,GAAW,EAAA;AAChE,EAAA,OAAO,OAAO,WAAY,CAAA,MAAA,CAAO,QAAQ,GAAG,CAAA,CAAE,MAAM,CAAA,CAAA;AACtD,CAAA;AAIA,SAAS,UAAa,KAAiC,EAAA;AACrD,EAAA,OAAO,eAAe,KAAK,CAAA,CAAA;AAC7B,CAAA;AAEA,MAAM,oBAAuB,GAAA;AAAA,EAC3B,YAAc,EAAA;AAAA,IACZ,IAAM,EAAA,QAAA;AAAA,IACN,WAAa,EAAA,+BAAA;AAAA,GACf;AAAA,EACA,iBAAmB,EAAA;AAAA,IACjB,IAAM,EAAA,QAAA;AAAA,IACN,WAAa,EAAA,kDAAA;AAAA,GACf;AAAA,EACA,IAAM,EAAA;AAAA,IACJ,IAAM,EAAA,QAAA;AAAA,IACN,WAAa,EAAA,4BAAA;AAAA,GACf;AACF,CAAA,CAAA;AAEO,MAAM,YAAe,GAAA;AAAA,EAC1B,MAAQ,EAAA;AAAA,IACN,KAAO,EAAA;AAAA,MACL,mBAAqB,EAAA,CACnB,CACG,KAAA,CAAA,CAAE,MAAO,CAAA,KAAA;AAAA,KAChB;AAAA,GACF;AACF,EAAA;AAEO,MAAM,SAAuC,GAAA;AAAA,EAClD,IAAM,EAAA,WAAA;AAAA,EACN,WAAa,EAAA,YAAA;AAAA,EACb,KAAA,EAAO,SAAsB,CAAA,aAAA,CAAA,cAAA,CAAA,EAAA,EACxB,oBADwB,CAAA,EAAA;AAAA,IAE3B,UAAY,EAAA;AAAA,MACV,IAAM,EAAA,MAAA;AAAA,MACN,eAAiB,EAAA,IAAA;AAAA,KACnB;AAAA,IACA,WAAa,EAAA;AAAA,MACX,IAAM,EAAA,MAAA;AAAA,MACN,eAAiB,EAAA,IAAA;AAAA,KACnB;AAAA,IACA,UAAY,EAAA;AAAA,MACV,IAAM,EAAA,SAAA;AAAA,MACN,WAAa,EAAA,kDAAA;AAAA,MACb,gBAAkB,EAAA,KAAA;AAAA,KACpB;AAAA,IACA,QAAU,EAAA;AAAA,MACR,IAAM,EAAA,SAAA;AAAA,MACN,WAAa,EAAA,0BAAA;AAAA,MACb,gBAAkB,EAAA,IAAA;AAAA,KACpB;AAAA,IACA,QAAU,EAAA;AAAA,MACR,IAAM,EAAA,SAAA;AAAA,MACN,WAAa,EAAA,+BAAA;AAAA,MACb,gBAAkB,EAAA,KAAA;AAAA,KACpB;AAAA,IACA,EAAI,EAAA;AAAA,MACF,IAAM,EAAA,QAAA;AAAA,MACN,WAAa,EAAA,kBAAA;AAAA,KACf;AAAA,IACA,SAAW,EAAA;AAAA,MACT,IAAM,EAAA,QAAA;AAAA,MACN,WAAa,EAAA,gBAAA;AAAA,KACf;AAAA,IACA,WAAa,EAAA;AAAA,MACX,IAAM,EAAA,QAAA;AAAA,MACN,WAAa,EAAA,2BAAA;AAAA,KACf;AAAA,IACA,MAAQ,EAAA;AAAA,MACN,IAAM,EAAA,MAAA;AAAA,MACN,eAAiB,EAAA,IAAA;AAAA,KACnB;AAAA,IACA,IAAM,EAAA;AAAA,MACJ,IAAM,EAAA,QAAA;AAAA,MACN,OAAS,EAAA,CAAC,OAAS,EAAA,QAAA,EAAU,OAAO,CAAA;AAAA,MACpC,WAAa,EAAA,2BAAA;AAAA,MACb,gBAAkB,EAAA,SAAA;AAAA,KACpB;AAAA,IACA,MAAQ,EAAA;AAAA,MACN,IAAM,EAAA,MAAA;AAAA,MACN,eAAiB,EAAA,IAAA;AAAA,KACnB;AAAA,IACA,IAAM,EAAA;AAAA,MACJ,IAAM,EAAA,QAAA;AAAA,MACN,WAAa,EAAA,mBAAA;AAAA,MACb,gBAAkB,EAAA,MAAA;AAAA,KACpB;AAAA,IACA,KAAO,EAAA;AAAA,MACL,IAAM,EAAA,QAAA;AAAA,KACR;AAAA,IACA,QAAU,EAAA;AAAA,MACR,IAAM,EAAA,cAAA;AAAA,MACN,QAAU,EAAA;AAAA,QACR;AAAA,UACE,IAAM,EAAA,OAAA;AAAA,UACN,IAAM,EAAA,QAAA;AAAA,SACR;AAAA,OACF;AAAA,KACF;AAAA,GACD,CAAA,CAAA;AAAA,EACD,MAAQ,EAAA;AAAA,IACN,KAAO,EAAA;AAAA,MACL,IAAM,EAAA,UAAA;AAAA,MACN,YAAc,EAAA,MAAA;AAAA,MACd,YAAc,EAAA,UAAA;AAAA,MACd,SAAW,EAAA,OAAA;AAAA,KACb;AAAA,GACF;AAAA,EACA,gBAAkB,EAAA;AAAA,IAChB,OAAS,EAAA,YAAA;AAAA,IACT,UAAY,EAAA,cAAA;AAAA,IACZ,UAAY,EAAA,sCAAA;AAAA,GACd;AAAA,EACA,UAAY,EAAA,sCAAA;AAAA,EACZ,UAAY,EAAA,OAAA;AACd,EAAA;AAEgB,SAAA,aAAA,CACd,QACA,eACA,EAAA;AACA,EAAM,MAAA,mBAAA,GAAgD,CAAI,GAAA,IAAA,KACxD,MAAS,GAAA,MAAA,CAAO,iBAAkB,CAAA,GAAG,IAAI,CAAA,GAAIC,kCAAkB,CAAA,GAAG,IAAI,CAAA,CAAA;AACxE,EAAoB,mBAAA,CAAA,KAAA,EAAO,4CAAmB,SAAS,CAAA,CAAA;AACzD,CAAA;AAEO,MAAM,iBAAkD,GAAA;AAAA,EAC7D,IAAM,EAAA,mBAAA;AAAA,EACN,WAAa,EAAA,sBAAA;AAAA,EACb,KAAA,EAAO,SAAyB,CAAA,aAAA,CAAA,cAAA,CAAA,EAAA,EAC3B,oBAD2B,CAAA,EAAA;AAAA,IAE9B,UAAY,EAAA;AAAA,MACV,IAAM,EAAA,SAAA;AAAA,MACN,WAAa,EAAA,kDAAA;AAAA,MACb,gBAAkB,EAAA,KAAA;AAAA,KACpB;AAAA,IACA,QAAU,EAAA;AAAA,MACR,IAAM,EAAA,QAAA;AAAA,MACN,WACE,EAAA,6FAAA;AAAA,KACJ;AAAA,IACA,QAAU,EAAA;AAAA,MACR,IAAM,EAAA,SAAA;AAAA,MACN,WAAa,EAAA,+BAAA;AAAA,MACb,gBAAkB,EAAA,KAAA;AAAA,KACpB;AAAA,IACA,QAAU,EAAA;AAAA,MACR,IAAM,EAAA,SAAA;AAAA,MACN,WAAa,EAAA,0BAAA;AAAA,MACb,gBAAkB,EAAA,IAAA;AAAA,KACpB;AAAA,IACA,SAAW,EAAA;AAAA,MACT,IAAM,EAAA,SAAA;AAAA,MACN,WAAa,EAAA,yBAAA;AAAA,MACb,gBAAkB,EAAA,KAAA;AAAA,KACpB;AAAA,IACA,EAAI,EAAA;AAAA,MACF,IAAM,EAAA,QAAA;AAAA,MACN,WAAa,EAAA,kBAAA;AAAA,KACf;AAAA,IACA,SAAW,EAAA;AAAA,MACT,IAAM,EAAA,QAAA;AAAA,MACN,WAAa,EAAA,gBAAA;AAAA,KACf;AAAA,IACA,WAAa,EAAA;AAAA,MACX,IAAM,EAAA,QAAA;AAAA,MACN,WAAa,EAAA,2BAAA;AAAA,KACf;AAAA,IACA,KAAO,EAAA;AAAA,MACL,IAAM,EAAA,QAAA;AAAA,KACR;AAAA,IACA,QAAU,EAAA;AAAA,MACR,IAAM,EAAA,cAAA;AAAA,MACN,QAAU,EAAA;AAAA,QACR;AAAA,UACE,IAAM,EAAA,OAAA;AAAA,UACN,IAAM,EAAA,QAAA;AAAA,SACR;AAAA,OACF;AAAA,KACF;AAAA,GACD,CAAA,CAAA;AAAA,EACD,MAAQ,EAAA;AAAA,IACN,KAAO,EAAA;AAAA,MACL,IAAM,EAAA,UAAA;AAAA,MACN,YAAc,EAAA,MAAA;AAAA,MACd,YAAc,EAAA,UAAA;AAAA,MACd,SAAW,EAAA,OAAA;AAAA,KACb;AAAA,GACF;AAAA,EACA,gBAAkB,EAAA;AAAA,IAChB,OAAS,EAAA,YAAA;AAAA,IACT,UAAY,EAAA,cAAA;AAAA,IACZ,UAAY,EAAA,sCAAA;AAAA,GACd;AAAA,EACA,UAAY,EAAA,sCAAA;AAAA,EACZ,UAAY,EAAA,UAAA;AAAA,EACZ,mBAAqB,EAAA,WAAA;AACvB,EAAA;AAEgB,SAAA,qBAAA,CACd,QACA,uBACA,EAAA;AACA,EAAM,MAAA,mBAAA,GAAgD,CAAI,GAAA,IAAA,KACxD,MAAS,GAAA,MAAA,CAAO,iBAAkB,CAAA,GAAG,IAAI,CAAA,GAAIA,kCAAkB,CAAA,GAAG,IAAI,CAAA,CAAA;AACxE,EAAoB,mBAAA,CAAA,QAAA,EAAU,4DAA2B,iBAAiB,CAAA,CAAA;AAC5E,CAAA;AAEO,MAAM,eAA8C,GAAA;AAAA,EACzD,IAAM,EAAA,iBAAA;AAAA,EACN,WAAa,EAAA,mBAAA;AAAA,EACb,KAAA,EAAO,SAAuB,CAAA,aAAA,CAAA,cAAA,CAAA,EAAA,EACzB,oBADyB,CAAA,EAAA;AAAA,IAE5B,WAAa,EAAA;AAAA,MACX,IAAM,EAAA,MAAA;AAAA,MACN,eAAiB,EAAA,IAAA;AAAA,KACnB;AAAA,IACA,UAAY,EAAA;AAAA,MACV,IAAM,EAAA,SAAA;AAAA,MACN,WAAa,EAAA,kDAAA;AAAA,MACb,gBAAkB,EAAA,KAAA;AAAA,KACpB;AAAA,IACA,QAAU,EAAA;AAAA,MACR,IAAM,EAAA,SAAA;AAAA,MACN,WAAa,EAAA,0BAAA;AAAA,MACb,gBAAkB,EAAA,IAAA;AAAA,KACpB;AAAA,IACA,QAAU,EAAA;AAAA,MACR,IAAM,EAAA,SAAA;AAAA,MACN,WAAa,EAAA,+BAAA;AAAA,MACb,gBAAkB,EAAA,KAAA;AAAA,KACpB;AAAA,IACA,WAAa,EAAA;AAAA,MACX,IAAM,EAAA,MAAA;AAAA,MACN,eAAiB,EAAA,IAAA;AAAA,KACnB;AAAA,IACA,EAAI,EAAA;AAAA,MACF,IAAM,EAAA,QAAA;AAAA,MACN,WAAa,EAAA,kBAAA;AAAA,KACf;AAAA,IACA,OAAS,EAAA;AAAA,MACP,IAAM,EAAA,SAAA;AAAA,MACN,WAAa,EAAA,yBAAA;AAAA,MACb,gBAAkB,EAAA,KAAA;AAAA,KACpB;AAAA,IACA,SAAW,EAAA;AAAA,MACT,IAAM,EAAA,QAAA;AAAA,MACN,WAAa,EAAA,gBAAA;AAAA,KACf;AAAA,IACA,WAAa,EAAA;AAAA,MACX,IAAM,EAAA,QAAA;AAAA,MACN,WAAa,EAAA,2BAAA;AAAA,KACf;AAAA,IACA,MAAQ,EAAA;AAAA,MACN,IAAM,EAAA,MAAA;AAAA,MACN,eAAiB,EAAA,IAAA;AAAA,KACnB;AAAA,IACA,IAAM,EAAA;AAAA,MACJ,IAAM,EAAA,QAAA;AAAA,MACN,OAAS,EAAA,CAAC,OAAS,EAAA,QAAA,EAAU,OAAO,CAAA;AAAA,MACpC,WAAa,EAAA,2BAAA;AAAA,MACb,gBAAkB,EAAA,QAAA;AAAA,KACpB;AAAA,IACA,MAAQ,EAAA;AAAA,MACN,IAAM,EAAA,MAAA;AAAA,MACN,eAAiB,EAAA,IAAA;AAAA,KACnB;AAAA,IACA,IAAM,EAAA;AAAA,MACJ,IAAM,EAAA,QAAA;AAAA,MACN,WAAa,EAAA,mBAAA;AAAA,KACf;AAAA,IACA,KAAO,EAAA;AAAA,MACL,IAAM,EAAA,QAAA;AAAA,KACR;AAAA,IACA,QAAU,EAAA;AAAA,MACR,IAAM,EAAA,cAAA;AAAA,MACN,QAAU,EAAA;AAAA,QACR;AAAA,UACE,IAAM,EAAA,OAAA;AAAA,UACN,IAAM,EAAA,QAAA;AAAA,SACR;AAAA,OACF;AAAA,KACF;AAAA,GACD,CAAA,CAAA;AAAA,EACD,MAAQ,EAAA;AAAA,IACN,KAAO,EAAA;AAAA,MACL,IAAM,EAAA,UAAA;AAAA,MACN,YAAc,EAAA,MAAA;AAAA,MACd,YAAc,EAAA,UAAA;AAAA,MACd,SAAW,EAAA,OAAA;AAAA,KACb;AAAA,GACF;AAAA,EACA,gBAAkB,EAAA;AAAA,IAChB,OAAS,EAAA,YAAA;AAAA,IACT,UAAY,EAAA,cAAA;AAAA,IACZ,UAAY,EAAA,sCAAA;AAAA,GACd;AAAA,EACA,UAAY,EAAA,sCAAA;AAAA,EACZ,UAAY,EAAA,QAAA;AAAA,EACZ,mBAAqB,EAAA,WAAA;AACvB,EAAA;AAEgB,SAAA,mBAAA,CACd,QACA,qBACA,EAAA;AACA,EAAM,MAAA,mBAAA,GAAgD,CAAI,GAAA,IAAA,KACxD,MAAS,GAAA,MAAA,CAAO,iBAAkB,CAAA,GAAG,IAAI,CAAA,GAAIA,kCAAkB,CAAA,GAAG,IAAI,CAAA,CAAA;AACxE,EAAoB,mBAAA,CAAA,MAAA,EAAQ,wDAAyB,eAAe,CAAA,CAAA;AACtE,CAAA;AAEO,MAAM,iBAAkD,GAAA;AAAA,EAC7D,IAAM,EAAA,mBAAA;AAAA,EACN,WAAa,EAAA,qBAAA;AAAA,EACb,KAAA,EAAO,SAAyB,CAAA,aAAA,CAAA,cAAA,CAAA,EAAA,EAC3B,oBAD2B,CAAA,EAAA;AAAA,IAE9B,UAAY,EAAA;AAAA,MACV,IAAM,EAAA,MAAA;AAAA,MACN,eAAiB,EAAA,IAAA;AAAA,KACnB;AAAA,IACA,WAAa,EAAA;AAAA,MACX,IAAM,EAAA,MAAA;AAAA,MACN,eAAiB,EAAA,IAAA;AAAA,KACnB;AAAA,IACA,UAAY,EAAA;AAAA,MACV,IAAM,EAAA,SAAA;AAAA,MACN,WAAa,EAAA,kDAAA;AAAA,MACb,gBAAkB,EAAA,KAAA;AAAA,KACpB;AAAA,IACA,QAAU,EAAA;AAAA,MACR,IAAM,EAAA,SAAA;AAAA,MACN,WAAa,EAAA,0BAAA;AAAA,MACb,gBAAkB,EAAA,IAAA;AAAA,KACpB;AAAA,IACA,QAAU,EAAA;AAAA,MACR,IAAM,EAAA,SAAA;AAAA,MACN,WAAa,EAAA,+BAAA;AAAA,MACb,gBAAkB,EAAA,KAAA;AAAA,KACpB;AAAA,IACA,EAAI,EAAA;AAAA,MACF,IAAM,EAAA,QAAA;AAAA,MACN,WAAa,EAAA,kBAAA;AAAA,KACf;AAAA,IACA,SAAW,EAAA;AAAA,MACT,IAAM,EAAA,QAAA;AAAA,MACN,WAAa,EAAA,gBAAA;AAAA,KACf;AAAA,IACA,WAAa,EAAA;AAAA,MACX,IAAM,EAAA,QAAA;AAAA,MACN,WAAa,EAAA,2BAAA;AAAA,KACf;AAAA,IACA,MAAQ,EAAA;AAAA,MACN,IAAM,EAAA,MAAA;AAAA,MACN,eAAiB,EAAA,IAAA;AAAA,KACnB;AAAA,IACA,IAAM,EAAA;AAAA,MACJ,IAAM,EAAA,QAAA;AAAA,MACN,OAAS,EAAA,CAAC,OAAS,EAAA,QAAA,EAAU,OAAO,CAAA;AAAA,MACpC,WAAa,EAAA,2BAAA;AAAA,MACb,gBAAkB,EAAA,QAAA;AAAA,KACpB;AAAA,IACA,IAAM,EAAA;AAAA,MACJ,IAAM,EAAA,QAAA;AAAA,MACN,WAAa,EAAA,mBAAA;AAAA,KACf;AAAA,IACA,KAAO,EAAA;AAAA,MACL,IAAM,EAAA,QAAA;AAAA,KACR;AAAA,IACA,gBAAkB,EAAA;AAAA,MAChB,IAAM,EAAA,SAAA;AAAA,MACN,WAAa,EAAA,4BAAA;AAAA,MACb,gBAAkB,EAAA,IAAA;AAAA,KACpB;AAAA,IACA,QAAU,EAAA;AAAA,MACR,IAAM,EAAA,cAAA;AAAA,MACN,QAAU,EAAA;AAAA,QACR;AAAA,UACE,IAAM,EAAA,OAAA;AAAA,UACN,IAAM,EAAA,QAAA;AAAA,SACR;AAAA,OACF;AAAA,KACF;AAAA,GACD,CAAA,CAAA;AAAA,EACD,MAAQ,EAAA;AAAA,IACN,KAAO,EAAA;AAAA,MACL,IAAM,EAAA,UAAA;AAAA,MACN,YAAc,EAAA,MAAA;AAAA,MACd,YAAc,EAAA,UAAA;AAAA,MACd,SAAW,EAAA,OAAA;AAAA,KACb;AAAA,GACF;AAAA,EACA,gBAAkB,EAAA;AAAA,IAChB,OAAS,EAAA,YAAA;AAAA,IACT,UAAY,EAAA,cAAA;AAAA,IACZ,UAAY,EAAA,sCAAA;AAAA,GACd;AAAA,EACA,UAAY,EAAA,sCAAA;AAAA,EACZ,UAAY,EAAA,UAAA;AAAA,EACZ,mBAAqB,EAAA,WAAA;AACvB,EAAA;AAEgB,SAAA,qBAAA,CACd,QACA,uBACA,EAAA;AACA,EAAM,MAAA,mBAAA,GAAgD,CAAI,GAAA,IAAA,KACxD,MAAS,GAAA,MAAA,CAAO,iBAAkB,CAAA,GAAG,IAAI,CAAA,GAAIA,kCAAkB,CAAA,GAAG,IAAI,CAAA,CAAA;AACxE,EAAoB,mBAAA,CAAA,QAAA,EAAU,4DAA2B,iBAAiB,CAAA,CAAA;AAC5E,CAAA;AAEO,MAAM,cAA4C,GAAA;AAAA,EACvD,IAAM,EAAA,gBAAA;AAAA,EACN,WAAa,EAAA,kBAAA;AAAA,EACb,KAAO,EAAA;AAAA,IACL,OAAS,EAAA;AAAA,MACP,IAAM,EAAA,SAAA;AAAA,MACN,WAAa,EAAA,2BAAA;AAAA,MACb,gBAAkB,EAAA,KAAA;AAAA,KACpB;AAAA,IACA,IAAM,EAAA;AAAA,MACJ,IAAM,EAAA,QAAA;AAAA,MACN,OAAS,EAAA,CAAC,OAAS,EAAA,SAAA,EAAW,OAAO,CAAA;AAAA,MACrC,WACE,EAAA,yEAAA;AAAA,MACF,gBAAkB,EAAA,SAAA;AAAA,KACpB;AAAA,IACA,QAAU,EAAA;AAAA,MACR,IAAM,EAAA,MAAA;AAAA,MACN,YAAc,EAAA;AAAA,QACZ;AAAA,UACE,IAAM,EAAA,WAAA;AAAA,UACN,IAAM,EAAA,WAAA;AAAA,SACR;AAAA,QACA;AAAA,UACE,IAAM,EAAA,WAAA;AAAA,UACN,IAAM,EAAA,WAAA;AAAA,SACR;AAAA,OACF;AAAA,KACF;AAAA,GACF;AAAA,EACA,UAAY,EAAA,sCAAA;AAAA,EACZ,UAAY,EAAA,YAAA;AAAA,EACZ,mBAAqB,EAAA,WAAA;AACvB,EAAA;AAEgB,SAAA,kBAAA,CACd,QACA,oBACA,EAAA;AACA,EAAM,MAAA,mBAAA,GAAgD,CAAI,GAAA,IAAA,KACxD,MAAS,GAAA,MAAA,CAAO,iBAAkB,CAAA,GAAG,IAAI,CAAA,GAAIA,kCAAkB,CAAA,GAAG,IAAI,CAAA,CAAA;AACxE,EAAoB,mBAAA,CAAA,UAAA,EAAY,sDAAwB,cAAc,CAAA,CAAA;AACxE;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,26 @@
1
+ import { ComponentMeta } from "@daouy/host/registerComponent";
2
+ import { Input as AntdInput } from "antd";
3
+ import type { GroupProps, InputProps, PasswordProps, SearchProps, TextAreaProps } from "antd/es/input";
4
+ import { Registerable } from "./registerable";
5
+ export declare const Input: typeof AntdInput;
6
+ export declare const InputGroup: import("react").FC<import("antd/lib/input").GroupProps>;
7
+ export declare const Password: import("react").ForwardRefExoticComponent<import("antd/lib/input").PasswordProps & import("react").RefAttributes<import("antd").InputRef>>;
8
+ export declare const Search: import("react").ForwardRefExoticComponent<import("antd/lib/input").SearchProps & import("react").RefAttributes<import("antd").InputRef>>;
9
+ export declare const TextArea: import("react").ForwardRefExoticComponent<import("antd/lib/input").TextAreaProps & import("react").RefAttributes<import("antd/lib/input/TextArea").TextAreaRef>>;
10
+ export declare const inputHelpers: {
11
+ states: {
12
+ value: {
13
+ onChangeArgsToValue: (e: Parameters<NonNullable<InputProps["onChange"]>>[0]) => string;
14
+ };
15
+ };
16
+ };
17
+ export declare const inputMeta: ComponentMeta<InputProps>;
18
+ export declare function registerInput(loader?: Registerable, customInputMeta?: ComponentMeta<InputProps>): void;
19
+ export declare const inputTextAreaMeta: ComponentMeta<TextAreaProps>;
20
+ export declare function registerInputTextArea(loader?: Registerable, customInputTextAreaMeta?: ComponentMeta<TextAreaProps>): void;
21
+ export declare const inputSearchMeta: ComponentMeta<SearchProps>;
22
+ export declare function registerInputSearch(loader?: Registerable, customInputSearchMeta?: ComponentMeta<SearchProps>): void;
23
+ export declare const inputPasswordMeta: ComponentMeta<PasswordProps>;
24
+ export declare function registerInputPassword(loader?: Registerable, customInputPasswordMeta?: ComponentMeta<PasswordProps>): void;
25
+ export declare const inputGroupMeta: ComponentMeta<GroupProps>;
26
+ export declare function registerInputGroup(loader?: Registerable, customInputGroupMeta?: ComponentMeta<GroupProps>): void;