@1money/component-ui 0.0.42 → 0.0.44
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/README.md +19 -24
- package/es/components/Dropdown/Dropdown.js +11 -3
- package/es/components/Icons/interface.d.ts +3 -0
- package/es/components/Input/FieldShell/FieldShell.css +1 -1
- package/es/components/Input/FieldShell/FieldShell.js +2 -3
- package/es/components/Select/Select.js +130 -91
- package/es/components/Select/SelectCustom.d.ts +6 -0
- package/es/components/Select/SelectCustom.js +232 -0
- package/es/components/Select/SelectFieldShell.d.ts +2 -0
- package/es/components/Select/SelectFieldShell.js +12 -4
- package/es/components/Select/SelectOptionContent.d.ts +8 -0
- package/es/components/Select/SelectOptionContent.js +20 -11
- package/es/components/Select/SelectSearchControl.d.ts +3 -0
- package/es/components/Select/SelectSearchControl.js +9 -4
- package/es/components/Select/index.d.ts +5 -2
- package/es/components/Select/index.js +8 -3
- package/es/components/Select/interface.d.ts +147 -1
- package/es/components/Select/interface.js +1 -1
- package/es/components/Select/style/Select.css +1 -1
- package/es/components/Select/useSelectShell.d.ts +34 -0
- package/es/components/Select/useSelectShell.js +106 -0
- package/es/components/Trigger/Trigger.js +33 -8
- package/es/components/Trigger/interface.d.ts +25 -2
- package/es/components/Upload/interface.d.ts +2 -0
- package/es/hooks/index.d.ts +2 -0
- package/es/hooks/index.js +2 -0
- package/es/hooks/useFloatingAnimation.d.ts +24 -0
- package/es/hooks/useFloatingAnimation.js +45 -0
- package/es/index.css +1 -1
- package/es/index.d.ts +2 -2
- package/es/index.js +1 -1
- package/es/stories/docs/ComponentDocsPage.js +2 -2
- package/es/stories/docs/componentDocMeta.js +1 -4
- package/lib/components/Dropdown/Dropdown.js +11 -3
- package/lib/components/Icons/interface.d.ts +3 -0
- package/lib/components/Input/FieldShell/FieldShell.css +1 -1
- package/lib/components/Input/FieldShell/FieldShell.js +2 -3
- package/lib/components/Select/Select.js +129 -90
- package/lib/components/Select/SelectCustom.d.ts +6 -0
- package/lib/components/Select/SelectCustom.js +242 -0
- package/lib/components/Select/SelectFieldShell.d.ts +2 -0
- package/lib/components/Select/SelectFieldShell.js +12 -4
- package/lib/components/Select/SelectOptionContent.d.ts +8 -0
- package/lib/components/Select/SelectOptionContent.js +21 -12
- package/lib/components/Select/SelectSearchControl.d.ts +3 -0
- package/lib/components/Select/SelectSearchControl.js +9 -4
- package/lib/components/Select/index.d.ts +5 -2
- package/lib/components/Select/index.js +9 -17
- package/lib/components/Select/interface.d.ts +147 -1
- package/lib/components/Select/interface.js +1 -1
- package/lib/components/Select/style/Select.css +1 -1
- package/lib/components/Select/useSelectShell.d.ts +34 -0
- package/lib/components/Select/useSelectShell.js +114 -0
- package/lib/components/Trigger/Trigger.js +32 -7
- package/lib/components/Trigger/interface.d.ts +25 -2
- package/lib/components/Upload/interface.d.ts +2 -0
- package/lib/hooks/index.d.ts +2 -0
- package/lib/hooks/index.js +13 -0
- package/lib/hooks/useFloatingAnimation.d.ts +24 -0
- package/lib/hooks/useFloatingAnimation.js +51 -0
- package/lib/index.css +1 -1
- package/lib/index.d.ts +2 -2
- package/lib/index.js +1 -1
- package/lib/stories/docs/ComponentDocsPage.js +2 -2
- package/lib/stories/docs/componentDocMeta.js +1 -4
- package/package.json +1 -1
- package/scripts/mcp-server/examples.generated.json +549 -519
- package/scripts/mcp-server/index.generated.json +887 -583
|
@@ -86,14 +86,14 @@
|
|
|
86
86
|
"accordion",
|
|
87
87
|
"collapse"
|
|
88
88
|
],
|
|
89
|
-
"canonicalUsage": "import { Accordion } from '@1money/
|
|
89
|
+
"canonicalUsage": "import { Accordion } from '@1money/component-ui';\n// or\nimport { Accordion } from '@1money/component-ui/Accordion';",
|
|
90
90
|
"examples": [
|
|
91
91
|
{
|
|
92
|
-
"hash": "
|
|
92
|
+
"hash": "b618a5ec89d3703e8bf3f9b88fa9987155c51787adb5c7b017064afc3b3fdb0b",
|
|
93
93
|
"source": "canonical"
|
|
94
94
|
},
|
|
95
95
|
{
|
|
96
|
-
"hash": "
|
|
96
|
+
"hash": "dc46329177b98e36ae4cf9980b57021028eb5648f1e6420be16ea3d209de6d10",
|
|
97
97
|
"source": "readme"
|
|
98
98
|
},
|
|
99
99
|
{
|
|
@@ -118,10 +118,10 @@
|
|
|
118
118
|
],
|
|
119
119
|
"searchTags": [],
|
|
120
120
|
"typeText": "interface AccordionItem { ... }",
|
|
121
|
-
"canonicalUsage": "import { Accordion } from '@1money/
|
|
121
|
+
"canonicalUsage": "import { Accordion } from '@1money/component-ui';\n// or\nimport { Accordion } from '@1money/component-ui/Accordion';",
|
|
122
122
|
"examples": [
|
|
123
123
|
{
|
|
124
|
-
"hash": "
|
|
124
|
+
"hash": "b618a5ec89d3703e8bf3f9b88fa9987155c51787adb5c7b017064afc3b3fdb0b",
|
|
125
125
|
"source": "canonical"
|
|
126
126
|
}
|
|
127
127
|
]
|
|
@@ -142,10 +142,10 @@
|
|
|
142
142
|
],
|
|
143
143
|
"searchTags": [],
|
|
144
144
|
"typeText": "interface AccordionProps extends Omit<HTMLAttributes<HTMLDivElement>, 'onChange'> { ... }",
|
|
145
|
-
"canonicalUsage": "import { Accordion } from '@1money/
|
|
145
|
+
"canonicalUsage": "import { Accordion } from '@1money/component-ui';\n// or\nimport { Accordion } from '@1money/component-ui/Accordion';",
|
|
146
146
|
"examples": [
|
|
147
147
|
{
|
|
148
|
-
"hash": "
|
|
148
|
+
"hash": "b618a5ec89d3703e8bf3f9b88fa9987155c51787adb5c7b017064afc3b3fdb0b",
|
|
149
149
|
"source": "canonical"
|
|
150
150
|
}
|
|
151
151
|
]
|
|
@@ -259,14 +259,14 @@
|
|
|
259
259
|
"searchTags": [
|
|
260
260
|
"alert"
|
|
261
261
|
],
|
|
262
|
-
"canonicalUsage": "import { Alert } from '@1money/
|
|
262
|
+
"canonicalUsage": "import { Alert } from '@1money/component-ui';\n// or\nimport { Alert } from '@1money/component-ui/Alert';",
|
|
263
263
|
"examples": [
|
|
264
264
|
{
|
|
265
|
-
"hash": "
|
|
265
|
+
"hash": "059d700d7a0e1ac3f3128b3461d9f1e718e140448690ccb50db0915c49cd7461",
|
|
266
266
|
"source": "canonical"
|
|
267
267
|
},
|
|
268
268
|
{
|
|
269
|
-
"hash": "
|
|
269
|
+
"hash": "af88d73f705cf2f7bb20f21e3b6bf5469ae3683b129dc3b5e6b59966449452b9",
|
|
270
270
|
"source": "readme"
|
|
271
271
|
},
|
|
272
272
|
{
|
|
@@ -312,10 +312,10 @@
|
|
|
312
312
|
],
|
|
313
313
|
"searchTags": [],
|
|
314
314
|
"typeText": "interface AlertLinkConfig { ... }",
|
|
315
|
-
"canonicalUsage": "import { Alert } from '@1money/
|
|
315
|
+
"canonicalUsage": "import { Alert } from '@1money/component-ui';\n// or\nimport { Alert } from '@1money/component-ui/Alert';",
|
|
316
316
|
"examples": [
|
|
317
317
|
{
|
|
318
|
-
"hash": "
|
|
318
|
+
"hash": "059d700d7a0e1ac3f3128b3461d9f1e718e140448690ccb50db0915c49cd7461",
|
|
319
319
|
"source": "canonical"
|
|
320
320
|
}
|
|
321
321
|
]
|
|
@@ -337,10 +337,10 @@
|
|
|
337
337
|
],
|
|
338
338
|
"searchTags": [],
|
|
339
339
|
"typeText": "interface AlertProps extends Omit<HTMLAttributes<HTMLDivElement>, 'title'> { ... }",
|
|
340
|
-
"canonicalUsage": "import { Alert } from '@1money/
|
|
340
|
+
"canonicalUsage": "import { Alert } from '@1money/component-ui';\n// or\nimport { Alert } from '@1money/component-ui/Alert';",
|
|
341
341
|
"examples": [
|
|
342
342
|
{
|
|
343
|
-
"hash": "
|
|
343
|
+
"hash": "059d700d7a0e1ac3f3128b3461d9f1e718e140448690ccb50db0915c49cd7461",
|
|
344
344
|
"source": "canonical"
|
|
345
345
|
}
|
|
346
346
|
]
|
|
@@ -362,10 +362,10 @@
|
|
|
362
362
|
],
|
|
363
363
|
"searchTags": [],
|
|
364
364
|
"typeText": "(typeof ALERT_STATUSES)[number]",
|
|
365
|
-
"canonicalUsage": "import { Alert } from '@1money/
|
|
365
|
+
"canonicalUsage": "import { Alert } from '@1money/component-ui';\n// or\nimport { Alert } from '@1money/component-ui/Alert';",
|
|
366
366
|
"examples": [
|
|
367
367
|
{
|
|
368
|
-
"hash": "
|
|
368
|
+
"hash": "059d700d7a0e1ac3f3128b3461d9f1e718e140448690ccb50db0915c49cd7461",
|
|
369
369
|
"source": "canonical"
|
|
370
370
|
}
|
|
371
371
|
]
|
|
@@ -461,14 +461,14 @@
|
|
|
461
461
|
"searchTags": [
|
|
462
462
|
"button"
|
|
463
463
|
],
|
|
464
|
-
"canonicalUsage": "import { Button } from '@1money/
|
|
464
|
+
"canonicalUsage": "import { Button, Icons } from '@1money/component-ui';\n// or\nimport { Button } from '@1money/component-ui/Button';\nimport { Icons } from '@1money/component-ui/Icons';",
|
|
465
465
|
"examples": [
|
|
466
466
|
{
|
|
467
|
-
"hash": "
|
|
467
|
+
"hash": "a2e7aabc10ff9cc33437fbe0878251394c4112f7a174a23577d895a7249bba3b",
|
|
468
468
|
"source": "canonical"
|
|
469
469
|
},
|
|
470
470
|
{
|
|
471
|
-
"hash": "
|
|
471
|
+
"hash": "7d415c46958e4b98092da361ef3a5b5a788b71628f8dfaa3a8ee1021b6871cee",
|
|
472
472
|
"source": "readme"
|
|
473
473
|
},
|
|
474
474
|
{
|
|
@@ -524,10 +524,10 @@
|
|
|
524
524
|
],
|
|
525
525
|
"searchTags": [],
|
|
526
526
|
"typeText": "interface ButtonProps extends Omit<ButtonHTMLAttributes<HTMLButtonElement>, 'color' | 'size'> { ... }",
|
|
527
|
-
"canonicalUsage": "import { Button } from '@1money/
|
|
527
|
+
"canonicalUsage": "import { Button, Icons } from '@1money/component-ui';\n// or\nimport { Button } from '@1money/component-ui/Button';\nimport { Icons } from '@1money/component-ui/Icons';",
|
|
528
528
|
"examples": [
|
|
529
529
|
{
|
|
530
|
-
"hash": "
|
|
530
|
+
"hash": "a2e7aabc10ff9cc33437fbe0878251394c4112f7a174a23577d895a7249bba3b",
|
|
531
531
|
"source": "canonical"
|
|
532
532
|
}
|
|
533
533
|
]
|
|
@@ -648,14 +648,14 @@
|
|
|
648
648
|
"date input",
|
|
649
649
|
"date picker"
|
|
650
650
|
],
|
|
651
|
-
"canonicalUsage": "import { Calendar } from '@1money/
|
|
651
|
+
"canonicalUsage": "import { Calendar } from '@1money/component-ui';\n// or\nimport { Calendar } from '@1money/component-ui/Calendar';",
|
|
652
652
|
"examples": [
|
|
653
653
|
{
|
|
654
|
-
"hash": "
|
|
654
|
+
"hash": "79ba9feac95c34ef9c471c31ca2e8d612dd9da173b384f413f52916a485d6065",
|
|
655
655
|
"source": "canonical"
|
|
656
656
|
},
|
|
657
657
|
{
|
|
658
|
-
"hash": "
|
|
658
|
+
"hash": "08616eb7b07c701d8cd3872fb1e802eac207a2cf2a3a802b28360fc7112d1ca8",
|
|
659
659
|
"source": "readme"
|
|
660
660
|
},
|
|
661
661
|
{
|
|
@@ -687,10 +687,10 @@
|
|
|
687
687
|
],
|
|
688
688
|
"searchTags": [],
|
|
689
689
|
"typeText": "interface CalendarProps extends PrimeCalendarProps<CalendarSelectionMode> { ... }",
|
|
690
|
-
"canonicalUsage": "import { Calendar } from '@1money/
|
|
690
|
+
"canonicalUsage": "import { Calendar } from '@1money/component-ui';\n// or\nimport { Calendar } from '@1money/component-ui/Calendar';",
|
|
691
691
|
"examples": [
|
|
692
692
|
{
|
|
693
|
-
"hash": "
|
|
693
|
+
"hash": "79ba9feac95c34ef9c471c31ca2e8d612dd9da173b384f413f52916a485d6065",
|
|
694
694
|
"source": "canonical"
|
|
695
695
|
}
|
|
696
696
|
]
|
|
@@ -766,14 +766,14 @@
|
|
|
766
766
|
"CarouselProps"
|
|
767
767
|
],
|
|
768
768
|
"searchTags": [],
|
|
769
|
-
"canonicalUsage": "import { Carousel } from '@1money/
|
|
769
|
+
"canonicalUsage": "import { Carousel } from '@1money/component-ui';\n// or\nimport { Carousel } from '@1money/component-ui/Carousel';",
|
|
770
770
|
"examples": [
|
|
771
771
|
{
|
|
772
|
-
"hash": "
|
|
772
|
+
"hash": "611d0250c7741a20c80e73d193b80a1b7ef07db189ce51a592525843432117af",
|
|
773
773
|
"source": "canonical"
|
|
774
774
|
},
|
|
775
775
|
{
|
|
776
|
-
"hash": "
|
|
776
|
+
"hash": "ad2d08fce81c4f209ec3c8897be49561183e09a4a4a0c1d763fa85e0837255db",
|
|
777
777
|
"source": "readme"
|
|
778
778
|
},
|
|
779
779
|
{
|
|
@@ -797,10 +797,10 @@
|
|
|
797
797
|
],
|
|
798
798
|
"searchTags": [],
|
|
799
799
|
"typeText": "interface CarouselProps { ... }",
|
|
800
|
-
"canonicalUsage": "import { Carousel } from '@1money/
|
|
800
|
+
"canonicalUsage": "import { Carousel } from '@1money/component-ui';\n// or\nimport { Carousel } from '@1money/component-ui/Carousel';",
|
|
801
801
|
"examples": [
|
|
802
802
|
{
|
|
803
|
-
"hash": "
|
|
803
|
+
"hash": "611d0250c7741a20c80e73d193b80a1b7ef07db189ce51a592525843432117af",
|
|
804
804
|
"source": "canonical"
|
|
805
805
|
}
|
|
806
806
|
]
|
|
@@ -888,14 +888,14 @@
|
|
|
888
888
|
"searchTags": [
|
|
889
889
|
"card"
|
|
890
890
|
],
|
|
891
|
-
"canonicalUsage": "import { Cell } from '@1money/
|
|
891
|
+
"canonicalUsage": "import { Cell } from '@1money/component-ui';\n// or\nimport { Cell } from '@1money/component-ui/Cell';",
|
|
892
892
|
"examples": [
|
|
893
893
|
{
|
|
894
|
-
"hash": "
|
|
894
|
+
"hash": "a5ae14150d1724de4984c10921713734e86d15771efe397f3015a01c77d13676",
|
|
895
895
|
"source": "canonical"
|
|
896
896
|
},
|
|
897
897
|
{
|
|
898
|
-
"hash": "
|
|
898
|
+
"hash": "2cca976a647db275dfb45ce8bb53bc85d304e49c3d91f76e5987d11e95b604c1",
|
|
899
899
|
"source": "readme"
|
|
900
900
|
},
|
|
901
901
|
{
|
|
@@ -931,10 +931,10 @@
|
|
|
931
931
|
],
|
|
932
932
|
"searchTags": [],
|
|
933
933
|
"typeText": "interface CellProps extends Omit<ButtonHTMLAttributes<HTMLButtonElement>, 'children'> { ... }",
|
|
934
|
-
"canonicalUsage": "import { Cell } from '@1money/
|
|
934
|
+
"canonicalUsage": "import { Cell } from '@1money/component-ui';\n// or\nimport { Cell } from '@1money/component-ui/Cell';",
|
|
935
935
|
"examples": [
|
|
936
936
|
{
|
|
937
|
-
"hash": "
|
|
937
|
+
"hash": "a5ae14150d1724de4984c10921713734e86d15771efe397f3015a01c77d13676",
|
|
938
938
|
"source": "canonical"
|
|
939
939
|
}
|
|
940
940
|
]
|
|
@@ -1115,14 +1115,14 @@
|
|
|
1115
1115
|
"searchTags": [
|
|
1116
1116
|
"checkbox"
|
|
1117
1117
|
],
|
|
1118
|
-
"canonicalUsage": "import { Checkbox } from '@1money/
|
|
1118
|
+
"canonicalUsage": "import { Checkbox } from '@1money/component-ui';\n// or\nimport { Checkbox } from '@1money/component-ui/Checkbox';",
|
|
1119
1119
|
"examples": [
|
|
1120
1120
|
{
|
|
1121
|
-
"hash": "
|
|
1121
|
+
"hash": "c44b0833c259afe028af9e6fd0d572e5cdf883c9fe8f8701cc2f2199f6fa82a0",
|
|
1122
1122
|
"source": "canonical"
|
|
1123
1123
|
},
|
|
1124
1124
|
{
|
|
1125
|
-
"hash": "
|
|
1125
|
+
"hash": "4f8d5b3c517bceedb0df6dc7f1b762de0f1625cd80d3cd006b7cd6725c693561",
|
|
1126
1126
|
"source": "readme"
|
|
1127
1127
|
},
|
|
1128
1128
|
{
|
|
@@ -1130,7 +1130,7 @@
|
|
|
1130
1130
|
"source": "readme"
|
|
1131
1131
|
},
|
|
1132
1132
|
{
|
|
1133
|
-
"hash": "
|
|
1133
|
+
"hash": "9971f4d638cacc647af1a34ef98beb3f2aaf11c08d3a3f8f21fd0fd5bdef0dde",
|
|
1134
1134
|
"source": "readme"
|
|
1135
1135
|
},
|
|
1136
1136
|
{
|
|
@@ -1159,10 +1159,10 @@
|
|
|
1159
1159
|
],
|
|
1160
1160
|
"searchTags": [],
|
|
1161
1161
|
"typeText": "interface CheckboxChangeEvent { ... }",
|
|
1162
|
-
"canonicalUsage": "import { Checkbox } from '@1money/
|
|
1162
|
+
"canonicalUsage": "import { Checkbox } from '@1money/component-ui';\n// or\nimport { Checkbox } from '@1money/component-ui/Checkbox';",
|
|
1163
1163
|
"examples": [
|
|
1164
1164
|
{
|
|
1165
|
-
"hash": "
|
|
1165
|
+
"hash": "c44b0833c259afe028af9e6fd0d572e5cdf883c9fe8f8701cc2f2199f6fa82a0",
|
|
1166
1166
|
"source": "canonical"
|
|
1167
1167
|
}
|
|
1168
1168
|
]
|
|
@@ -1301,10 +1301,10 @@
|
|
|
1301
1301
|
"searchTags": [
|
|
1302
1302
|
"checkbox"
|
|
1303
1303
|
],
|
|
1304
|
-
"canonicalUsage": "import { Checkbox } from '@1money/
|
|
1304
|
+
"canonicalUsage": "import { Checkbox } from '@1money/component-ui';\n// or\nimport { Checkbox } from '@1money/component-ui/Checkbox';",
|
|
1305
1305
|
"examples": [
|
|
1306
1306
|
{
|
|
1307
|
-
"hash": "
|
|
1307
|
+
"hash": "c44b0833c259afe028af9e6fd0d572e5cdf883c9fe8f8701cc2f2199f6fa82a0",
|
|
1308
1308
|
"source": "canonical"
|
|
1309
1309
|
}
|
|
1310
1310
|
]
|
|
@@ -1329,10 +1329,10 @@
|
|
|
1329
1329
|
],
|
|
1330
1330
|
"searchTags": [],
|
|
1331
1331
|
"typeText": "interface CheckboxGroupOption { ... }",
|
|
1332
|
-
"canonicalUsage": "import { Checkbox } from '@1money/
|
|
1332
|
+
"canonicalUsage": "import { Checkbox } from '@1money/component-ui';\n// or\nimport { Checkbox } from '@1money/component-ui/Checkbox';",
|
|
1333
1333
|
"examples": [
|
|
1334
1334
|
{
|
|
1335
|
-
"hash": "
|
|
1335
|
+
"hash": "c44b0833c259afe028af9e6fd0d572e5cdf883c9fe8f8701cc2f2199f6fa82a0",
|
|
1336
1336
|
"source": "canonical"
|
|
1337
1337
|
}
|
|
1338
1338
|
]
|
|
@@ -1357,10 +1357,10 @@
|
|
|
1357
1357
|
],
|
|
1358
1358
|
"searchTags": [],
|
|
1359
1359
|
"typeText": "interface CheckboxGroupProps { ... }",
|
|
1360
|
-
"canonicalUsage": "import { Checkbox } from '@1money/
|
|
1360
|
+
"canonicalUsage": "import { Checkbox } from '@1money/component-ui';\n// or\nimport { Checkbox } from '@1money/component-ui/Checkbox';",
|
|
1361
1361
|
"examples": [
|
|
1362
1362
|
{
|
|
1363
|
-
"hash": "
|
|
1363
|
+
"hash": "c44b0833c259afe028af9e6fd0d572e5cdf883c9fe8f8701cc2f2199f6fa82a0",
|
|
1364
1364
|
"source": "canonical"
|
|
1365
1365
|
}
|
|
1366
1366
|
]
|
|
@@ -1385,10 +1385,10 @@
|
|
|
1385
1385
|
],
|
|
1386
1386
|
"searchTags": [],
|
|
1387
1387
|
"typeText": "interface CheckboxProps extends NativeCheckboxInputProps { ... }",
|
|
1388
|
-
"canonicalUsage": "import { Checkbox } from '@1money/
|
|
1388
|
+
"canonicalUsage": "import { Checkbox } from '@1money/component-ui';\n// or\nimport { Checkbox } from '@1money/component-ui/Checkbox';",
|
|
1389
1389
|
"examples": [
|
|
1390
1390
|
{
|
|
1391
|
-
"hash": "
|
|
1391
|
+
"hash": "c44b0833c259afe028af9e6fd0d572e5cdf883c9fe8f8701cc2f2199f6fa82a0",
|
|
1392
1392
|
"source": "canonical"
|
|
1393
1393
|
}
|
|
1394
1394
|
]
|
|
@@ -1413,10 +1413,10 @@
|
|
|
1413
1413
|
],
|
|
1414
1414
|
"searchTags": [],
|
|
1415
1415
|
"typeText": "string | number",
|
|
1416
|
-
"canonicalUsage": "import { Checkbox } from '@1money/
|
|
1416
|
+
"canonicalUsage": "import { Checkbox } from '@1money/component-ui';\n// or\nimport { Checkbox } from '@1money/component-ui/Checkbox';",
|
|
1417
1417
|
"examples": [
|
|
1418
1418
|
{
|
|
1419
|
-
"hash": "
|
|
1419
|
+
"hash": "c44b0833c259afe028af9e6fd0d572e5cdf883c9fe8f8701cc2f2199f6fa82a0",
|
|
1420
1420
|
"source": "canonical"
|
|
1421
1421
|
}
|
|
1422
1422
|
]
|
|
@@ -1500,10 +1500,10 @@
|
|
|
1500
1500
|
"copyable field",
|
|
1501
1501
|
"secret field"
|
|
1502
1502
|
],
|
|
1503
|
-
"canonicalUsage": "import { Clipboard } from '@1money/
|
|
1503
|
+
"canonicalUsage": "import { Clipboard } from '@1money/component-ui';\n\n<Clipboard\n label=\"Setup Key\"\n content=\"GWKLDLVE25dfLIJOHUD578JPIHD24JLJGHGOUH27HLIHOUGOLIKHJ547HOU\"\n onSuccess={(v) => console.log(v)}\n/>",
|
|
1504
1504
|
"examples": [
|
|
1505
1505
|
{
|
|
1506
|
-
"hash": "
|
|
1506
|
+
"hash": "5e00edd3637d6c6dc07726e8869358c272f4f3f102f4e7323b4dc71d74647a93",
|
|
1507
1507
|
"source": "canonical"
|
|
1508
1508
|
}
|
|
1509
1509
|
]
|
|
@@ -1525,10 +1525,10 @@
|
|
|
1525
1525
|
],
|
|
1526
1526
|
"searchTags": [],
|
|
1527
1527
|
"typeText": "interface ClipboardProps { ... }",
|
|
1528
|
-
"canonicalUsage": "import { Copy } from '@1money/
|
|
1528
|
+
"canonicalUsage": "import { Copy } from '@1money/component-ui';\n// or\nimport { Copy } from '@1money/component-ui/Copy';",
|
|
1529
1529
|
"examples": [
|
|
1530
1530
|
{
|
|
1531
|
-
"hash": "
|
|
1531
|
+
"hash": "85a8f18e9db777e582613af812e91ae876d4cb2d7b0ce8feef546c53672a32e8",
|
|
1532
1532
|
"source": "canonical"
|
|
1533
1533
|
}
|
|
1534
1534
|
]
|
|
@@ -1658,18 +1658,18 @@
|
|
|
1658
1658
|
"tour",
|
|
1659
1659
|
"walkthrough"
|
|
1660
1660
|
],
|
|
1661
|
-
"canonicalUsage": "import { CoachMark } from '@1money/
|
|
1661
|
+
"canonicalUsage": "import { CoachMark } from '@1money/component-ui';\n// or\nimport { CoachMark } from '@1money/component-ui/CoachMark';",
|
|
1662
1662
|
"examples": [
|
|
1663
1663
|
{
|
|
1664
|
-
"hash": "
|
|
1664
|
+
"hash": "23592116b9596d1493aa1b0ad242483fc2358a83e24e126eb5db3a4265391b98",
|
|
1665
1665
|
"source": "canonical"
|
|
1666
1666
|
},
|
|
1667
1667
|
{
|
|
1668
|
-
"hash": "
|
|
1668
|
+
"hash": "ae246cd51ebca22cef4c68e015452c7db50311c6425bddfe634ace9ce667fe11",
|
|
1669
1669
|
"source": "readme"
|
|
1670
1670
|
},
|
|
1671
1671
|
{
|
|
1672
|
-
"hash": "
|
|
1672
|
+
"hash": "7a25185c2f84fe20e85c2806cd7c4a624a5062225c528477beb49e950592f87c",
|
|
1673
1673
|
"source": "readme"
|
|
1674
1674
|
},
|
|
1675
1675
|
{
|
|
@@ -1696,10 +1696,10 @@
|
|
|
1696
1696
|
],
|
|
1697
1697
|
"searchTags": [],
|
|
1698
1698
|
"typeText": "interface CoachMarkLabels { ... }",
|
|
1699
|
-
"canonicalUsage": "import { CoachMark } from '@1money/
|
|
1699
|
+
"canonicalUsage": "import { CoachMark } from '@1money/component-ui';\n// or\nimport { CoachMark } from '@1money/component-ui/CoachMark';",
|
|
1700
1700
|
"examples": [
|
|
1701
1701
|
{
|
|
1702
|
-
"hash": "
|
|
1702
|
+
"hash": "23592116b9596d1493aa1b0ad242483fc2358a83e24e126eb5db3a4265391b98",
|
|
1703
1703
|
"source": "canonical"
|
|
1704
1704
|
}
|
|
1705
1705
|
]
|
|
@@ -1722,10 +1722,10 @@
|
|
|
1722
1722
|
],
|
|
1723
1723
|
"searchTags": [],
|
|
1724
1724
|
"typeText": "(typeof COACH_MARK_PLACEMENTS)[number]",
|
|
1725
|
-
"canonicalUsage": "import { CoachMark } from '@1money/
|
|
1725
|
+
"canonicalUsage": "import { CoachMark } from '@1money/component-ui';\n// or\nimport { CoachMark } from '@1money/component-ui/CoachMark';",
|
|
1726
1726
|
"examples": [
|
|
1727
1727
|
{
|
|
1728
|
-
"hash": "
|
|
1728
|
+
"hash": "23592116b9596d1493aa1b0ad242483fc2358a83e24e126eb5db3a4265391b98",
|
|
1729
1729
|
"source": "canonical"
|
|
1730
1730
|
}
|
|
1731
1731
|
]
|
|
@@ -1748,10 +1748,10 @@
|
|
|
1748
1748
|
],
|
|
1749
1749
|
"searchTags": [],
|
|
1750
1750
|
"typeText": "interface CoachMarkProps { ... }",
|
|
1751
|
-
"canonicalUsage": "import { CoachMark } from '@1money/
|
|
1751
|
+
"canonicalUsage": "import { CoachMark } from '@1money/component-ui';\n// or\nimport { CoachMark } from '@1money/component-ui/CoachMark';",
|
|
1752
1752
|
"examples": [
|
|
1753
1753
|
{
|
|
1754
|
-
"hash": "
|
|
1754
|
+
"hash": "23592116b9596d1493aa1b0ad242483fc2358a83e24e126eb5db3a4265391b98",
|
|
1755
1755
|
"source": "canonical"
|
|
1756
1756
|
}
|
|
1757
1757
|
]
|
|
@@ -1774,10 +1774,10 @@
|
|
|
1774
1774
|
],
|
|
1775
1775
|
"searchTags": [],
|
|
1776
1776
|
"typeText": "interface CoachMarkStep { ... }",
|
|
1777
|
-
"canonicalUsage": "import { CoachMark } from '@1money/
|
|
1777
|
+
"canonicalUsage": "import { CoachMark } from '@1money/component-ui';\n// or\nimport { CoachMark } from '@1money/component-ui/CoachMark';",
|
|
1778
1778
|
"examples": [
|
|
1779
1779
|
{
|
|
1780
|
-
"hash": "
|
|
1780
|
+
"hash": "23592116b9596d1493aa1b0ad242483fc2358a83e24e126eb5db3a4265391b98",
|
|
1781
1781
|
"source": "canonical"
|
|
1782
1782
|
}
|
|
1783
1783
|
]
|
|
@@ -1799,10 +1799,10 @@
|
|
|
1799
1799
|
"Row"
|
|
1800
1800
|
],
|
|
1801
1801
|
"searchTags": [],
|
|
1802
|
-
"canonicalUsage": "import { Grid, Row, Col } from '@1money/
|
|
1802
|
+
"canonicalUsage": "import { Grid, Row, Col } from '@1money/component-ui';\n// or\nimport { Grid, Row, Col } from '@1money/component-ui/Grid';\nimport { GRID_ALIGN, GRID_JUSTIFY } from '@1money/component-ui/Grid';",
|
|
1803
1803
|
"examples": [
|
|
1804
1804
|
{
|
|
1805
|
-
"hash": "
|
|
1805
|
+
"hash": "870e2b31b3b9f07f3c86e4a3d972ce2ac8d52ccfec472c80ef17614db549d99c",
|
|
1806
1806
|
"source": "canonical"
|
|
1807
1807
|
}
|
|
1808
1808
|
]
|
|
@@ -1908,14 +1908,14 @@
|
|
|
1908
1908
|
"copy",
|
|
1909
1909
|
"copy to clipboard"
|
|
1910
1910
|
],
|
|
1911
|
-
"canonicalUsage": "import { Copy } from '@1money/
|
|
1911
|
+
"canonicalUsage": "import { Copy } from '@1money/component-ui';\n// or\nimport { Copy } from '@1money/component-ui/Copy';",
|
|
1912
1912
|
"examples": [
|
|
1913
1913
|
{
|
|
1914
|
-
"hash": "
|
|
1914
|
+
"hash": "85a8f18e9db777e582613af812e91ae876d4cb2d7b0ce8feef546c53672a32e8",
|
|
1915
1915
|
"source": "canonical"
|
|
1916
1916
|
},
|
|
1917
1917
|
{
|
|
1918
|
-
"hash": "
|
|
1918
|
+
"hash": "a93b112762fa56f6d4b7725a0370a6f2c175f1458d13fc08c07ee10a2ca4ab6c",
|
|
1919
1919
|
"source": "readme"
|
|
1920
1920
|
},
|
|
1921
1921
|
{
|
|
@@ -1923,7 +1923,7 @@
|
|
|
1923
1923
|
"source": "readme"
|
|
1924
1924
|
},
|
|
1925
1925
|
{
|
|
1926
|
-
"hash": "
|
|
1926
|
+
"hash": "339afc4bf7df571a14ddee5065e32a46b5493ab19978ace33f336a5c7a504234",
|
|
1927
1927
|
"source": "readme"
|
|
1928
1928
|
},
|
|
1929
1929
|
{
|
|
@@ -1957,10 +1957,10 @@
|
|
|
1957
1957
|
],
|
|
1958
1958
|
"searchTags": [],
|
|
1959
1959
|
"typeText": "interface CopyProps { ... }",
|
|
1960
|
-
"canonicalUsage": "import { Copy } from '@1money/
|
|
1960
|
+
"canonicalUsage": "import { Copy } from '@1money/component-ui';\n// or\nimport { Copy } from '@1money/component-ui/Copy';",
|
|
1961
1961
|
"examples": [
|
|
1962
1962
|
{
|
|
1963
|
-
"hash": "
|
|
1963
|
+
"hash": "85a8f18e9db777e582613af812e91ae876d4cb2d7b0ce8feef546c53672a32e8",
|
|
1964
1964
|
"source": "canonical"
|
|
1965
1965
|
}
|
|
1966
1966
|
]
|
|
@@ -2029,10 +2029,10 @@
|
|
|
2029
2029
|
],
|
|
2030
2030
|
"searchTags": [],
|
|
2031
2031
|
"typeText": "interface CreateProFormFieldConfig { ... }",
|
|
2032
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
2032
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
2033
2033
|
"examples": [
|
|
2034
2034
|
{
|
|
2035
|
-
"hash": "
|
|
2035
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
2036
2036
|
"source": "canonical"
|
|
2037
2037
|
}
|
|
2038
2038
|
]
|
|
@@ -2275,14 +2275,14 @@
|
|
|
2275
2275
|
"dialog",
|
|
2276
2276
|
"modal"
|
|
2277
2277
|
],
|
|
2278
|
-
"canonicalUsage": "import { Dialog } from '@1money/
|
|
2278
|
+
"canonicalUsage": "import { Dialog } from '@1money/component-ui';\n// or\nimport { Dialog } from '@1money/component-ui/Dialog';",
|
|
2279
2279
|
"examples": [
|
|
2280
2280
|
{
|
|
2281
|
-
"hash": "
|
|
2281
|
+
"hash": "87093dabc20e5f57b2b6778e44b86a15161814292c77dcf8ff8ee67b5416b71b",
|
|
2282
2282
|
"source": "canonical"
|
|
2283
2283
|
},
|
|
2284
2284
|
{
|
|
2285
|
-
"hash": "
|
|
2285
|
+
"hash": "0af966e9349f745d71c776d3f6e0547aecbbb0d12fb0a9964b1ec02d8a61baae",
|
|
2286
2286
|
"source": "readme"
|
|
2287
2287
|
},
|
|
2288
2288
|
{
|
|
@@ -2312,10 +2312,10 @@
|
|
|
2312
2312
|
],
|
|
2313
2313
|
"searchTags": [],
|
|
2314
2314
|
"typeText": "(\n cancelButton: ReactNode,\n okButton: ReactNode,\n) => ReactNode",
|
|
2315
|
-
"canonicalUsage": "import { Dialog } from '@1money/
|
|
2315
|
+
"canonicalUsage": "import { Dialog } from '@1money/component-ui';\n// or\nimport { Dialog } from '@1money/component-ui/Dialog';",
|
|
2316
2316
|
"examples": [
|
|
2317
2317
|
{
|
|
2318
|
-
"hash": "
|
|
2318
|
+
"hash": "87093dabc20e5f57b2b6778e44b86a15161814292c77dcf8ff8ee67b5416b71b",
|
|
2319
2319
|
"source": "canonical"
|
|
2320
2320
|
}
|
|
2321
2321
|
]
|
|
@@ -2458,10 +2458,10 @@
|
|
|
2458
2458
|
"createProFormField"
|
|
2459
2459
|
],
|
|
2460
2460
|
"searchTags": [],
|
|
2461
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
2461
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
2462
2462
|
"examples": [
|
|
2463
2463
|
{
|
|
2464
|
-
"hash": "
|
|
2464
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
2465
2465
|
"source": "canonical"
|
|
2466
2466
|
}
|
|
2467
2467
|
]
|
|
@@ -2530,10 +2530,10 @@
|
|
|
2530
2530
|
],
|
|
2531
2531
|
"searchTags": [],
|
|
2532
2532
|
"typeText": "interface DialogFormProps extends Omit<ProFormProps, 'title'> { ... }",
|
|
2533
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
2533
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
2534
2534
|
"examples": [
|
|
2535
2535
|
{
|
|
2536
|
-
"hash": "
|
|
2536
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
2537
2537
|
"source": "canonical"
|
|
2538
2538
|
}
|
|
2539
2539
|
]
|
|
@@ -2555,10 +2555,10 @@
|
|
|
2555
2555
|
],
|
|
2556
2556
|
"searchTags": [],
|
|
2557
2557
|
"typeText": "interface DialogProps extends Omit<HTMLAttributes<HTMLDivElement>, 'children' | 'title' | 'onCancel'> { ... }",
|
|
2558
|
-
"canonicalUsage": "import { Dialog } from '@1money/
|
|
2558
|
+
"canonicalUsage": "import { Dialog } from '@1money/component-ui';\n// or\nimport { Dialog } from '@1money/component-ui/Dialog';",
|
|
2559
2559
|
"examples": [
|
|
2560
2560
|
{
|
|
2561
|
-
"hash": "
|
|
2561
|
+
"hash": "87093dabc20e5f57b2b6778e44b86a15161814292c77dcf8ff8ee67b5416b71b",
|
|
2562
2562
|
"source": "canonical"
|
|
2563
2563
|
}
|
|
2564
2564
|
]
|
|
@@ -2580,10 +2580,10 @@
|
|
|
2580
2580
|
],
|
|
2581
2581
|
"searchTags": [],
|
|
2582
2582
|
"typeText": "(typeof DIALOG_SIZES)[number]",
|
|
2583
|
-
"canonicalUsage": "import { Dialog } from '@1money/
|
|
2583
|
+
"canonicalUsage": "import { Dialog } from '@1money/component-ui';\n// or\nimport { Dialog } from '@1money/component-ui/Dialog';",
|
|
2584
2584
|
"examples": [
|
|
2585
2585
|
{
|
|
2586
|
-
"hash": "
|
|
2586
|
+
"hash": "87093dabc20e5f57b2b6778e44b86a15161814292c77dcf8ff8ee67b5416b71b",
|
|
2587
2587
|
"source": "canonical"
|
|
2588
2588
|
}
|
|
2589
2589
|
]
|
|
@@ -2673,7 +2673,7 @@
|
|
|
2673
2673
|
"source": "canonical"
|
|
2674
2674
|
},
|
|
2675
2675
|
{
|
|
2676
|
-
"hash": "
|
|
2676
|
+
"hash": "badf3cdf64f8d773268d54275bd790f16a3357210a7bd056f4637100b7746845",
|
|
2677
2677
|
"source": "readme"
|
|
2678
2678
|
},
|
|
2679
2679
|
{
|
|
@@ -2685,7 +2685,7 @@
|
|
|
2685
2685
|
"source": "readme"
|
|
2686
2686
|
},
|
|
2687
2687
|
{
|
|
2688
|
-
"hash": "
|
|
2688
|
+
"hash": "8a5806fc588c223301f3b8050939aef03b37dac957c426887998aa3f4423697e",
|
|
2689
2689
|
"source": "readme"
|
|
2690
2690
|
},
|
|
2691
2691
|
{
|
|
@@ -3007,18 +3007,18 @@
|
|
|
3007
3007
|
"drawer",
|
|
3008
3008
|
"side panel"
|
|
3009
3009
|
],
|
|
3010
|
-
"canonicalUsage": "import { Drawer } from '@1money/
|
|
3010
|
+
"canonicalUsage": "import { Drawer } from '@1money/component-ui';\n// or\nimport { Drawer } from '@1money/component-ui/Drawer';",
|
|
3011
3011
|
"examples": [
|
|
3012
3012
|
{
|
|
3013
|
-
"hash": "
|
|
3013
|
+
"hash": "c2c42c200e9bad53b274260619d36029e7257a5f80b73408ffe619abdf14a9d9",
|
|
3014
3014
|
"source": "canonical"
|
|
3015
3015
|
},
|
|
3016
3016
|
{
|
|
3017
|
-
"hash": "
|
|
3017
|
+
"hash": "ba4d7fb2d83dc29cedcc36d923e7baf16aa5872c15a1e5b5a369f188cd1c1bd8",
|
|
3018
3018
|
"source": "readme"
|
|
3019
3019
|
},
|
|
3020
3020
|
{
|
|
3021
|
-
"hash": "
|
|
3021
|
+
"hash": "eb82f96d176ca1891ecf083e5f43c42256d422f023133b2171ab354f12705fdd",
|
|
3022
3022
|
"source": "readme"
|
|
3023
3023
|
},
|
|
3024
3024
|
{
|
|
@@ -3177,10 +3177,10 @@
|
|
|
3177
3177
|
"createProFormField"
|
|
3178
3178
|
],
|
|
3179
3179
|
"searchTags": [],
|
|
3180
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
3180
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
3181
3181
|
"examples": [
|
|
3182
3182
|
{
|
|
3183
|
-
"hash": "
|
|
3183
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
3184
3184
|
"source": "canonical"
|
|
3185
3185
|
}
|
|
3186
3186
|
]
|
|
@@ -3249,10 +3249,10 @@
|
|
|
3249
3249
|
],
|
|
3250
3250
|
"searchTags": [],
|
|
3251
3251
|
"typeText": "interface DrawerFormProps extends Omit<ProFormProps, 'title'> { ... }",
|
|
3252
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
3252
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
3253
3253
|
"examples": [
|
|
3254
3254
|
{
|
|
3255
|
-
"hash": "
|
|
3255
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
3256
3256
|
"source": "canonical"
|
|
3257
3257
|
}
|
|
3258
3258
|
]
|
|
@@ -3273,10 +3273,10 @@
|
|
|
3273
3273
|
],
|
|
3274
3274
|
"searchTags": [],
|
|
3275
3275
|
"typeText": "(typeof DRAWER_PLACEMENTS)[number]",
|
|
3276
|
-
"canonicalUsage": "import { Drawer } from '@1money/
|
|
3276
|
+
"canonicalUsage": "import { Drawer } from '@1money/component-ui';\n// or\nimport { Drawer } from '@1money/component-ui/Drawer';",
|
|
3277
3277
|
"examples": [
|
|
3278
3278
|
{
|
|
3279
|
-
"hash": "
|
|
3279
|
+
"hash": "c2c42c200e9bad53b274260619d36029e7257a5f80b73408ffe619abdf14a9d9",
|
|
3280
3280
|
"source": "canonical"
|
|
3281
3281
|
}
|
|
3282
3282
|
]
|
|
@@ -3297,10 +3297,10 @@
|
|
|
3297
3297
|
],
|
|
3298
3298
|
"searchTags": [],
|
|
3299
3299
|
"typeText": "interface DrawerProps extends Omit<HTMLAttributes<HTMLDivElement>, 'children' | 'title'> { ... }",
|
|
3300
|
-
"canonicalUsage": "import { Drawer } from '@1money/
|
|
3300
|
+
"canonicalUsage": "import { Drawer } from '@1money/component-ui';\n// or\nimport { Drawer } from '@1money/component-ui/Drawer';",
|
|
3301
3301
|
"examples": [
|
|
3302
3302
|
{
|
|
3303
|
-
"hash": "
|
|
3303
|
+
"hash": "c2c42c200e9bad53b274260619d36029e7257a5f80b73408ffe619abdf14a9d9",
|
|
3304
3304
|
"source": "canonical"
|
|
3305
3305
|
}
|
|
3306
3306
|
]
|
|
@@ -3337,18 +3337,18 @@
|
|
|
3337
3337
|
"dropdown menu",
|
|
3338
3338
|
"menu"
|
|
3339
3339
|
],
|
|
3340
|
-
"canonicalUsage": "import { Dropdown } from '@1money/
|
|
3340
|
+
"canonicalUsage": "import { Dropdown } from '@1money/component-ui';\n// or\nimport { Dropdown } from '@1money/component-ui/Dropdown';",
|
|
3341
3341
|
"examples": [
|
|
3342
3342
|
{
|
|
3343
|
-
"hash": "
|
|
3343
|
+
"hash": "07987ce3193833ae5e02466d3b7ea1e51372a52d41cdafaa11450f4bab575130",
|
|
3344
3344
|
"source": "canonical"
|
|
3345
3345
|
},
|
|
3346
3346
|
{
|
|
3347
|
-
"hash": "
|
|
3347
|
+
"hash": "972760bf5ab84d11fe02c95be34c823bc9ee3d6e0009ebd7bee036df4a721356",
|
|
3348
3348
|
"source": "readme"
|
|
3349
3349
|
},
|
|
3350
3350
|
{
|
|
3351
|
-
"hash": "
|
|
3351
|
+
"hash": "1f2928ec0a947db2a5fec3cc4241fef3b241c19c1d121bfc46c37aec0af0edbe",
|
|
3352
3352
|
"source": "readme"
|
|
3353
3353
|
},
|
|
3354
3354
|
{
|
|
@@ -3431,10 +3431,10 @@
|
|
|
3431
3431
|
],
|
|
3432
3432
|
"searchTags": [],
|
|
3433
3433
|
"typeText": "TriggerProps['content']",
|
|
3434
|
-
"canonicalUsage": "import { Dropdown } from '@1money/
|
|
3434
|
+
"canonicalUsage": "import { Dropdown } from '@1money/component-ui';\n// or\nimport { Dropdown } from '@1money/component-ui/Dropdown';",
|
|
3435
3435
|
"examples": [
|
|
3436
3436
|
{
|
|
3437
|
-
"hash": "
|
|
3437
|
+
"hash": "07987ce3193833ae5e02466d3b7ea1e51372a52d41cdafaa11450f4bab575130",
|
|
3438
3438
|
"source": "canonical"
|
|
3439
3439
|
}
|
|
3440
3440
|
]
|
|
@@ -3457,10 +3457,10 @@
|
|
|
3457
3457
|
],
|
|
3458
3458
|
"searchTags": [],
|
|
3459
3459
|
"typeText": "TriggerContentContext",
|
|
3460
|
-
"canonicalUsage": "import { Dropdown } from '@1money/
|
|
3460
|
+
"canonicalUsage": "import { Dropdown } from '@1money/component-ui';\n// or\nimport { Dropdown } from '@1money/component-ui/Dropdown';",
|
|
3461
3461
|
"examples": [
|
|
3462
3462
|
{
|
|
3463
|
-
"hash": "
|
|
3463
|
+
"hash": "07987ce3193833ae5e02466d3b7ea1e51372a52d41cdafaa11450f4bab575130",
|
|
3464
3464
|
"source": "canonical"
|
|
3465
3465
|
}
|
|
3466
3466
|
]
|
|
@@ -3483,10 +3483,10 @@
|
|
|
3483
3483
|
],
|
|
3484
3484
|
"searchTags": [],
|
|
3485
3485
|
"typeText": "interface DropdownProps extends Omit<TriggerProps, 'trigger'> { ... }",
|
|
3486
|
-
"canonicalUsage": "import { Dropdown } from '@1money/
|
|
3486
|
+
"canonicalUsage": "import { Dropdown } from '@1money/component-ui';\n// or\nimport { Dropdown } from '@1money/component-ui/Dropdown';",
|
|
3487
3487
|
"examples": [
|
|
3488
3488
|
{
|
|
3489
|
-
"hash": "
|
|
3489
|
+
"hash": "07987ce3193833ae5e02466d3b7ea1e51372a52d41cdafaa11450f4bab575130",
|
|
3490
3490
|
"source": "canonical"
|
|
3491
3491
|
}
|
|
3492
3492
|
]
|
|
@@ -3509,10 +3509,10 @@
|
|
|
3509
3509
|
],
|
|
3510
3510
|
"searchTags": [],
|
|
3511
3511
|
"typeText": "'click' | 'hover'",
|
|
3512
|
-
"canonicalUsage": "import { Dropdown } from '@1money/
|
|
3512
|
+
"canonicalUsage": "import { Dropdown } from '@1money/component-ui';\n// or\nimport { Dropdown } from '@1money/component-ui/Dropdown';",
|
|
3513
3513
|
"examples": [
|
|
3514
3514
|
{
|
|
3515
|
-
"hash": "
|
|
3515
|
+
"hash": "07987ce3193833ae5e02466d3b7ea1e51372a52d41cdafaa11450f4bab575130",
|
|
3516
3516
|
"source": "canonical"
|
|
3517
3517
|
}
|
|
3518
3518
|
]
|
|
@@ -3592,18 +3592,18 @@
|
|
|
3592
3592
|
"searchTags": [
|
|
3593
3593
|
"empty"
|
|
3594
3594
|
],
|
|
3595
|
-
"canonicalUsage": "import { Empty } from '@1money/
|
|
3595
|
+
"canonicalUsage": "import { Empty } from '@1money/component-ui';\n// or\nimport { Empty } from '@1money/component-ui/Empty';",
|
|
3596
3596
|
"examples": [
|
|
3597
3597
|
{
|
|
3598
|
-
"hash": "
|
|
3598
|
+
"hash": "6bf195e98d5a455cd0e5d43c58373b8311a4178b49a2f00f1f029af3e4b24447",
|
|
3599
3599
|
"source": "canonical"
|
|
3600
3600
|
},
|
|
3601
3601
|
{
|
|
3602
|
-
"hash": "
|
|
3602
|
+
"hash": "a3c2924a769ad563b93cde498367ce69f6fe286064bae9dd22799a8733aebea6",
|
|
3603
3603
|
"source": "readme"
|
|
3604
3604
|
},
|
|
3605
3605
|
{
|
|
3606
|
-
"hash": "
|
|
3606
|
+
"hash": "fca8a95a331c2fbb0cd85959d30ecafff517a78cf35c1389a810dcaa08d6e5e6",
|
|
3607
3607
|
"source": "readme"
|
|
3608
3608
|
},
|
|
3609
3609
|
{
|
|
@@ -3627,10 +3627,10 @@
|
|
|
3627
3627
|
],
|
|
3628
3628
|
"searchTags": [],
|
|
3629
3629
|
"typeText": "interface EmptyProps extends Omit<HTMLAttributes<HTMLDivElement>, 'title'> { ... }",
|
|
3630
|
-
"canonicalUsage": "import { Empty } from '@1money/
|
|
3630
|
+
"canonicalUsage": "import { Empty } from '@1money/component-ui';\n// or\nimport { Empty } from '@1money/component-ui/Empty';",
|
|
3631
3631
|
"examples": [
|
|
3632
3632
|
{
|
|
3633
|
-
"hash": "
|
|
3633
|
+
"hash": "6bf195e98d5a455cd0e5d43c58373b8311a4178b49a2f00f1f029af3e4b24447",
|
|
3634
3634
|
"source": "canonical"
|
|
3635
3635
|
}
|
|
3636
3636
|
]
|
|
@@ -3700,18 +3700,18 @@
|
|
|
3700
3700
|
"FlexProps"
|
|
3701
3701
|
],
|
|
3702
3702
|
"searchTags": [],
|
|
3703
|
-
"canonicalUsage": "import { Flex } from '@1money/
|
|
3703
|
+
"canonicalUsage": "import { Flex } from '@1money/component-ui';\n// or\nimport { Flex } from '@1money/component-ui/Flex';\nimport { FLEX_ALIGN, FLEX_GAP, FLEX_JUSTIFY, FLEX_WRAP } from '@1money/component-ui/Flex';",
|
|
3704
3704
|
"examples": [
|
|
3705
3705
|
{
|
|
3706
|
-
"hash": "
|
|
3706
|
+
"hash": "a273142732c4077af48c520b0e9fbec1fcae48b0f012545bcb951e9554b1e0ef",
|
|
3707
3707
|
"source": "canonical"
|
|
3708
3708
|
},
|
|
3709
3709
|
{
|
|
3710
|
-
"hash": "
|
|
3710
|
+
"hash": "57e6a47e5312d937d88aebeb098d4786684b38e5e6953da1f4dbcb0bee035b70",
|
|
3711
3711
|
"source": "readme"
|
|
3712
3712
|
},
|
|
3713
3713
|
{
|
|
3714
|
-
"hash": "
|
|
3714
|
+
"hash": "83a40b3d42ffa56ab725f6babf7cfa8029b002fa72a6a9debc106e51292cd840",
|
|
3715
3715
|
"source": "readme"
|
|
3716
3716
|
},
|
|
3717
3717
|
{
|
|
@@ -3759,10 +3759,10 @@
|
|
|
3759
3759
|
],
|
|
3760
3760
|
"searchTags": [],
|
|
3761
3761
|
"typeText": "interface FlexProps extends HTMLAttributes<HTMLDivElement> { ... }",
|
|
3762
|
-
"canonicalUsage": "import { Flex } from '@1money/
|
|
3762
|
+
"canonicalUsage": "import { Flex } from '@1money/component-ui';\n// or\nimport { Flex } from '@1money/component-ui/Flex';\nimport { FLEX_ALIGN, FLEX_GAP, FLEX_JUSTIFY, FLEX_WRAP } from '@1money/component-ui/Flex';",
|
|
3763
3763
|
"examples": [
|
|
3764
3764
|
{
|
|
3765
|
-
"hash": "
|
|
3765
|
+
"hash": "a273142732c4077af48c520b0e9fbec1fcae48b0f012545bcb951e9554b1e0ef",
|
|
3766
3766
|
"source": "canonical"
|
|
3767
3767
|
}
|
|
3768
3768
|
]
|
|
@@ -3831,10 +3831,10 @@
|
|
|
3831
3831
|
],
|
|
3832
3832
|
"searchTags": [],
|
|
3833
3833
|
"typeText": "interface FormCoreInstance { ... }",
|
|
3834
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
3834
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
3835
3835
|
"examples": [
|
|
3836
3836
|
{
|
|
3837
|
-
"hash": "
|
|
3837
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
3838
3838
|
"source": "canonical"
|
|
3839
3839
|
}
|
|
3840
3840
|
]
|
|
@@ -3903,10 +3903,10 @@
|
|
|
3903
3903
|
],
|
|
3904
3904
|
"searchTags": [],
|
|
3905
3905
|
"typeText": "interface FormInstance { ... }",
|
|
3906
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
3906
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
3907
3907
|
"examples": [
|
|
3908
3908
|
{
|
|
3909
|
-
"hash": "
|
|
3909
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
3910
3910
|
"source": "canonical"
|
|
3911
3911
|
}
|
|
3912
3912
|
]
|
|
@@ -3975,10 +3975,10 @@
|
|
|
3975
3975
|
],
|
|
3976
3976
|
"searchTags": [],
|
|
3977
3977
|
"typeText": "(typeof FORM_LAYOUTS)[number]",
|
|
3978
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
3978
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
3979
3979
|
"examples": [
|
|
3980
3980
|
{
|
|
3981
|
-
"hash": "
|
|
3981
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
3982
3982
|
"source": "canonical"
|
|
3983
3983
|
}
|
|
3984
3984
|
]
|
|
@@ -4047,10 +4047,10 @@
|
|
|
4047
4047
|
],
|
|
4048
4048
|
"searchTags": [],
|
|
4049
4049
|
"typeText": "(typeof FORM_SIZES)[number]",
|
|
4050
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
4050
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
4051
4051
|
"examples": [
|
|
4052
4052
|
{
|
|
4053
|
-
"hash": "
|
|
4053
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
4054
4054
|
"source": "canonical"
|
|
4055
4055
|
}
|
|
4056
4056
|
]
|
|
@@ -4074,22 +4074,22 @@
|
|
|
4074
4074
|
"searchTags": [
|
|
4075
4075
|
"grid"
|
|
4076
4076
|
],
|
|
4077
|
-
"canonicalUsage": "import { Grid, Row, Col } from '@1money/
|
|
4077
|
+
"canonicalUsage": "import { Grid, Row, Col } from '@1money/component-ui';\n// or\nimport { Grid, Row, Col } from '@1money/component-ui/Grid';\nimport { GRID_ALIGN, GRID_JUSTIFY } from '@1money/component-ui/Grid';",
|
|
4078
4078
|
"examples": [
|
|
4079
4079
|
{
|
|
4080
|
-
"hash": "
|
|
4080
|
+
"hash": "870e2b31b3b9f07f3c86e4a3d972ce2ac8d52ccfec472c80ef17614db549d99c",
|
|
4081
4081
|
"source": "canonical"
|
|
4082
4082
|
},
|
|
4083
4083
|
{
|
|
4084
|
-
"hash": "
|
|
4084
|
+
"hash": "231cba24b4a9f1ba3a3ac60ae9526c919f6067a6a5e5147a00bec11fd9e57067",
|
|
4085
4085
|
"source": "readme"
|
|
4086
4086
|
},
|
|
4087
4087
|
{
|
|
4088
|
-
"hash": "
|
|
4088
|
+
"hash": "1673418288f034d6e46db906f3b2fb8a2079625c30f15ed4c7c35c0e4568f940",
|
|
4089
4089
|
"source": "readme"
|
|
4090
4090
|
},
|
|
4091
4091
|
{
|
|
4092
|
-
"hash": "
|
|
4092
|
+
"hash": "0cda435f1e77eae5e9d6a2c883f7b45f34643b77a9a4f8ca3d23ea33a09b9a01",
|
|
4093
4093
|
"source": "readme"
|
|
4094
4094
|
},
|
|
4095
4095
|
{
|
|
@@ -4136,10 +4136,10 @@
|
|
|
4136
4136
|
],
|
|
4137
4137
|
"searchTags": [],
|
|
4138
4138
|
"typeText": "interface GridColProps extends HTMLAttributes<HTMLDivElement> { ... }",
|
|
4139
|
-
"canonicalUsage": "import { Grid, Row, Col } from '@1money/
|
|
4139
|
+
"canonicalUsage": "import { Grid, Row, Col } from '@1money/component-ui';\n// or\nimport { Grid, Row, Col } from '@1money/component-ui/Grid';\nimport { GRID_ALIGN, GRID_JUSTIFY } from '@1money/component-ui/Grid';",
|
|
4140
4140
|
"examples": [
|
|
4141
4141
|
{
|
|
4142
|
-
"hash": "
|
|
4142
|
+
"hash": "870e2b31b3b9f07f3c86e4a3d972ce2ac8d52ccfec472c80ef17614db549d99c",
|
|
4143
4143
|
"source": "canonical"
|
|
4144
4144
|
}
|
|
4145
4145
|
]
|
|
@@ -4162,10 +4162,10 @@
|
|
|
4162
4162
|
],
|
|
4163
4163
|
"searchTags": [],
|
|
4164
4164
|
"typeText": "interface GridRowProps extends HTMLAttributes<HTMLDivElement> { ... }",
|
|
4165
|
-
"canonicalUsage": "import { Grid, Row, Col } from '@1money/
|
|
4165
|
+
"canonicalUsage": "import { Grid, Row, Col } from '@1money/component-ui';\n// or\nimport { Grid, Row, Col } from '@1money/component-ui/Grid';\nimport { GRID_ALIGN, GRID_JUSTIFY } from '@1money/component-ui/Grid';",
|
|
4166
4166
|
"examples": [
|
|
4167
4167
|
{
|
|
4168
|
-
"hash": "
|
|
4168
|
+
"hash": "870e2b31b3b9f07f3c86e4a3d972ce2ac8d52ccfec472c80ef17614db549d99c",
|
|
4169
4169
|
"source": "canonical"
|
|
4170
4170
|
}
|
|
4171
4171
|
]
|
|
@@ -4213,13 +4213,14 @@
|
|
|
4213
4213
|
"IconWrapper",
|
|
4214
4214
|
"IconWrapperProps",
|
|
4215
4215
|
"Icons",
|
|
4216
|
-
"IconsProps"
|
|
4216
|
+
"IconsProps",
|
|
4217
|
+
"SortIconStatus"
|
|
4217
4218
|
],
|
|
4218
4219
|
"searchTags": [],
|
|
4219
|
-
"canonicalUsage": "
|
|
4220
|
+
"canonicalUsage": "import { Icons, IconWrapper, IconHover } from '@1money/component-ui';\n// or\nimport { Icons, IconWrapper, IconHover } from '@1money/component-ui/Icons';\n\n// Type imports\nimport type { IconName, SortIconStatus } from '@1money/component-ui';",
|
|
4220
4221
|
"examples": [
|
|
4221
4222
|
{
|
|
4222
|
-
"hash": "
|
|
4223
|
+
"hash": "920c6084b0c74e8e6ccd8e98e3afd2477bffb820950ef10b1e933c2597cd446f",
|
|
4223
4224
|
"source": "canonical"
|
|
4224
4225
|
}
|
|
4225
4226
|
]
|
|
@@ -4240,14 +4241,15 @@
|
|
|
4240
4241
|
"IconWrapper",
|
|
4241
4242
|
"IconWrapperProps",
|
|
4242
4243
|
"Icons",
|
|
4243
|
-
"IconsProps"
|
|
4244
|
+
"IconsProps",
|
|
4245
|
+
"SortIconStatus"
|
|
4244
4246
|
],
|
|
4245
4247
|
"searchTags": [],
|
|
4246
4248
|
"typeText": "interface IconHoverProps extends Omit<HTMLAttributes<HTMLDivElement>, 'prefix'> { ... }",
|
|
4247
|
-
"canonicalUsage": "import type {
|
|
4249
|
+
"canonicalUsage": "import { Icons, IconWrapper, IconHover } from '@1money/component-ui';\n// or\nimport { Icons, IconWrapper, IconHover } from '@1money/component-ui/Icons';\n\n// Type imports\nimport type { IconName, SortIconStatus } from '@1money/component-ui';",
|
|
4248
4250
|
"examples": [
|
|
4249
4251
|
{
|
|
4250
|
-
"hash": "
|
|
4252
|
+
"hash": "920c6084b0c74e8e6ccd8e98e3afd2477bffb820950ef10b1e933c2597cd446f",
|
|
4251
4253
|
"source": "canonical"
|
|
4252
4254
|
}
|
|
4253
4255
|
]
|
|
@@ -4268,14 +4270,15 @@
|
|
|
4268
4270
|
"IconWrapper",
|
|
4269
4271
|
"IconWrapperProps",
|
|
4270
4272
|
"Icons",
|
|
4271
|
-
"IconsProps"
|
|
4273
|
+
"IconsProps",
|
|
4274
|
+
"SortIconStatus"
|
|
4272
4275
|
],
|
|
4273
4276
|
"searchTags": [],
|
|
4274
4277
|
"typeText": "keyof typeof IconList",
|
|
4275
|
-
"canonicalUsage": "import type { IconName } from '@1money/component-ui';",
|
|
4278
|
+
"canonicalUsage": "import { Icons, IconWrapper, IconHover } from '@1money/component-ui';\n// or\nimport { Icons, IconWrapper, IconHover } from '@1money/component-ui/Icons';\n\n// Type imports\nimport type { IconName, SortIconStatus } from '@1money/component-ui';",
|
|
4276
4279
|
"examples": [
|
|
4277
4280
|
{
|
|
4278
|
-
"hash": "
|
|
4281
|
+
"hash": "920c6084b0c74e8e6ccd8e98e3afd2477bffb820950ef10b1e933c2597cd446f",
|
|
4279
4282
|
"source": "canonical"
|
|
4280
4283
|
}
|
|
4281
4284
|
]
|
|
@@ -4425,13 +4428,14 @@
|
|
|
4425
4428
|
"IconName",
|
|
4426
4429
|
"IconWrapperProps",
|
|
4427
4430
|
"Icons",
|
|
4428
|
-
"IconsProps"
|
|
4431
|
+
"IconsProps",
|
|
4432
|
+
"SortIconStatus"
|
|
4429
4433
|
],
|
|
4430
4434
|
"searchTags": [],
|
|
4431
|
-
"canonicalUsage": "
|
|
4435
|
+
"canonicalUsage": "import { Icons, IconWrapper, IconHover } from '@1money/component-ui';\n// or\nimport { Icons, IconWrapper, IconHover } from '@1money/component-ui/Icons';\n\n// Type imports\nimport type { IconName, SortIconStatus } from '@1money/component-ui';",
|
|
4432
4436
|
"examples": [
|
|
4433
4437
|
{
|
|
4434
|
-
"hash": "
|
|
4438
|
+
"hash": "920c6084b0c74e8e6ccd8e98e3afd2477bffb820950ef10b1e933c2597cd446f",
|
|
4435
4439
|
"source": "canonical"
|
|
4436
4440
|
}
|
|
4437
4441
|
]
|
|
@@ -4452,14 +4456,15 @@
|
|
|
4452
4456
|
"IconName",
|
|
4453
4457
|
"IconWrapper",
|
|
4454
4458
|
"Icons",
|
|
4455
|
-
"IconsProps"
|
|
4459
|
+
"IconsProps",
|
|
4460
|
+
"SortIconStatus"
|
|
4456
4461
|
],
|
|
4457
4462
|
"searchTags": [],
|
|
4458
4463
|
"typeText": "interface IconWrapperProps { ... }",
|
|
4459
|
-
"canonicalUsage": "import type {
|
|
4464
|
+
"canonicalUsage": "import { Icons, IconWrapper, IconHover } from '@1money/component-ui';\n// or\nimport { Icons, IconWrapper, IconHover } from '@1money/component-ui/Icons';\n\n// Type imports\nimport type { IconName, SortIconStatus } from '@1money/component-ui';",
|
|
4460
4465
|
"examples": [
|
|
4461
4466
|
{
|
|
4462
|
-
"hash": "
|
|
4467
|
+
"hash": "920c6084b0c74e8e6ccd8e98e3afd2477bffb820950ef10b1e933c2597cd446f",
|
|
4463
4468
|
"source": "canonical"
|
|
4464
4469
|
}
|
|
4465
4470
|
]
|
|
@@ -4472,7 +4477,16 @@
|
|
|
4472
4477
|
"importPath": "@1money/component-ui",
|
|
4473
4478
|
"subpathImport": "@1money/component-ui/Icons",
|
|
4474
4479
|
"sourceFile": "src/components/Icons/Icons.tsx",
|
|
4475
|
-
"props": [
|
|
4480
|
+
"props": [
|
|
4481
|
+
{
|
|
4482
|
+
"name": "name",
|
|
4483
|
+
"type": "IconName",
|
|
4484
|
+
"optional": false,
|
|
4485
|
+
"default": null,
|
|
4486
|
+
"description": "Icon name from the available icon set",
|
|
4487
|
+
"inheritedFrom": null
|
|
4488
|
+
}
|
|
4489
|
+
],
|
|
4476
4490
|
"extends": [
|
|
4477
4491
|
"IconWrapperProps"
|
|
4478
4492
|
],
|
|
@@ -4482,15 +4496,21 @@
|
|
|
4482
4496
|
"IconName",
|
|
4483
4497
|
"IconWrapper",
|
|
4484
4498
|
"IconWrapperProps",
|
|
4485
|
-
"IconsProps"
|
|
4499
|
+
"IconsProps",
|
|
4500
|
+
"SortIconStatus"
|
|
4486
4501
|
],
|
|
4487
4502
|
"searchTags": [
|
|
4488
4503
|
"icon"
|
|
4489
4504
|
],
|
|
4490
4505
|
"memberMap": {},
|
|
4506
|
+
"canonicalUsage": "import { Icons } from '@1money/component-ui';\n\n<Icons name=\"arrowRight\" size={24} />",
|
|
4491
4507
|
"examples": [
|
|
4492
4508
|
{
|
|
4493
|
-
"hash": "
|
|
4509
|
+
"hash": "8f3224780dc7035f24c1a9a5e7915be84f23695cd953df669bb6e54afce4ff90",
|
|
4510
|
+
"source": "canonical"
|
|
4511
|
+
},
|
|
4512
|
+
{
|
|
4513
|
+
"hash": "3c96cd1309b8343e68775a3eb2807b574c01d500cd61c0aefff0e9007f042175",
|
|
4494
4514
|
"source": "readme"
|
|
4495
4515
|
},
|
|
4496
4516
|
{
|
|
@@ -4535,14 +4555,15 @@
|
|
|
4535
4555
|
"IconName",
|
|
4536
4556
|
"IconWrapper",
|
|
4537
4557
|
"IconWrapperProps",
|
|
4538
|
-
"Icons"
|
|
4558
|
+
"Icons",
|
|
4559
|
+
"SortIconStatus"
|
|
4539
4560
|
],
|
|
4540
4561
|
"searchTags": [],
|
|
4541
4562
|
"typeText": "interface IconsProps extends IconWrapperProps { ... }",
|
|
4542
|
-
"canonicalUsage": "import type {
|
|
4563
|
+
"canonicalUsage": "import { Icons, IconWrapper, IconHover } from '@1money/component-ui';\n// or\nimport { Icons, IconWrapper, IconHover } from '@1money/component-ui/Icons';\n\n// Type imports\nimport type { IconName, SortIconStatus } from '@1money/component-ui';",
|
|
4543
4564
|
"examples": [
|
|
4544
4565
|
{
|
|
4545
|
-
"hash": "
|
|
4566
|
+
"hash": "920c6084b0c74e8e6ccd8e98e3afd2477bffb820950ef10b1e933c2597cd446f",
|
|
4546
4567
|
"source": "canonical"
|
|
4547
4568
|
}
|
|
4548
4569
|
]
|
|
@@ -4664,9 +4685,14 @@
|
|
|
4664
4685
|
"Amount": "$local:InputAmount",
|
|
4665
4686
|
"Mask": "$local:InputMask"
|
|
4666
4687
|
},
|
|
4688
|
+
"canonicalUsage": "import { Input } from '@1money/component-ui';\n\n<Input label=\"Amount\" placeholder=\"Value\" />",
|
|
4667
4689
|
"examples": [
|
|
4668
4690
|
{
|
|
4669
|
-
"hash": "
|
|
4691
|
+
"hash": "985b12a88fa482e6b7ff9230128c385166aa202ba56916e9d048bcb83046081b",
|
|
4692
|
+
"source": "canonical"
|
|
4693
|
+
},
|
|
4694
|
+
{
|
|
4695
|
+
"hash": "b642ec44c242139bb5d0c19cff727d2e2c036e30ec3c4597eebd7e533c3252ed",
|
|
4670
4696
|
"source": "readme"
|
|
4671
4697
|
},
|
|
4672
4698
|
{
|
|
@@ -4734,10 +4760,10 @@
|
|
|
4734
4760
|
],
|
|
4735
4761
|
"searchTags": [],
|
|
4736
4762
|
"typeText": "interface InputAmountProps extends Omit<InputHTMLAttributes<HTMLInputElement>, 'prefix' | 'size' | 'onChange' | 'min' | 'max'>, Omit<InputBaseProps, 'allowClear'> { ... }",
|
|
4737
|
-
"canonicalUsage": "import { Input } from '@1money/
|
|
4763
|
+
"canonicalUsage": "import { Input } from '@1money/component-ui';\n// or\nimport { Input } from '@1money/component-ui/Input';",
|
|
4738
4764
|
"examples": [
|
|
4739
4765
|
{
|
|
4740
|
-
"hash": "
|
|
4766
|
+
"hash": "1f1b7a95b5907a8f4904dcc20ae03f7dd509d1e5ea1570f9fd663a0d8baf1f2a",
|
|
4741
4767
|
"source": "canonical"
|
|
4742
4768
|
}
|
|
4743
4769
|
]
|
|
@@ -4765,10 +4791,10 @@
|
|
|
4765
4791
|
],
|
|
4766
4792
|
"searchTags": [],
|
|
4767
4793
|
"typeText": "interface InputOTPProps extends Omit<InputBaseProps, 'allowClear' | 'prefix' | 'suffix'> { ... }",
|
|
4768
|
-
"canonicalUsage": "import { Input } from '@1money/
|
|
4794
|
+
"canonicalUsage": "import { Input } from '@1money/component-ui';\n// or\nimport { Input } from '@1money/component-ui/Input';",
|
|
4769
4795
|
"examples": [
|
|
4770
4796
|
{
|
|
4771
|
-
"hash": "
|
|
4797
|
+
"hash": "1f1b7a95b5907a8f4904dcc20ae03f7dd509d1e5ea1570f9fd663a0d8baf1f2a",
|
|
4772
4798
|
"source": "canonical"
|
|
4773
4799
|
}
|
|
4774
4800
|
]
|
|
@@ -4796,10 +4822,10 @@
|
|
|
4796
4822
|
],
|
|
4797
4823
|
"searchTags": [],
|
|
4798
4824
|
"typeText": "interface InputPasswordProps extends Omit<InputProps, 'type' | 'allowClear'> { ... }",
|
|
4799
|
-
"canonicalUsage": "import { Input } from '@1money/
|
|
4825
|
+
"canonicalUsage": "import { Input } from '@1money/component-ui';\n// or\nimport { Input } from '@1money/component-ui/Input';",
|
|
4800
4826
|
"examples": [
|
|
4801
4827
|
{
|
|
4802
|
-
"hash": "
|
|
4828
|
+
"hash": "1f1b7a95b5907a8f4904dcc20ae03f7dd509d1e5ea1570f9fd663a0d8baf1f2a",
|
|
4803
4829
|
"source": "canonical"
|
|
4804
4830
|
}
|
|
4805
4831
|
]
|
|
@@ -4827,10 +4853,10 @@
|
|
|
4827
4853
|
],
|
|
4828
4854
|
"searchTags": [],
|
|
4829
4855
|
"typeText": "interface InputProps extends Omit<InputHTMLAttributes<HTMLInputElement>, 'prefix' | 'size' | 'onChange'>, InputBaseProps { ... }",
|
|
4830
|
-
"canonicalUsage": "import { Input } from '@1money/
|
|
4856
|
+
"canonicalUsage": "import { Input } from '@1money/component-ui';\n// or\nimport { Input } from '@1money/component-ui/Input';",
|
|
4831
4857
|
"examples": [
|
|
4832
4858
|
{
|
|
4833
|
-
"hash": "
|
|
4859
|
+
"hash": "1f1b7a95b5907a8f4904dcc20ae03f7dd509d1e5ea1570f9fd663a0d8baf1f2a",
|
|
4834
4860
|
"source": "canonical"
|
|
4835
4861
|
}
|
|
4836
4862
|
]
|
|
@@ -4858,10 +4884,10 @@
|
|
|
4858
4884
|
],
|
|
4859
4885
|
"searchTags": [],
|
|
4860
4886
|
"typeText": "interface InputSearchProps extends InputProps { ... }",
|
|
4861
|
-
"canonicalUsage": "import { Input } from '@1money/
|
|
4887
|
+
"canonicalUsage": "import { Input } from '@1money/component-ui';\n// or\nimport { Input } from '@1money/component-ui/Input';",
|
|
4862
4888
|
"examples": [
|
|
4863
4889
|
{
|
|
4864
|
-
"hash": "
|
|
4890
|
+
"hash": "1f1b7a95b5907a8f4904dcc20ae03f7dd509d1e5ea1570f9fd663a0d8baf1f2a",
|
|
4865
4891
|
"source": "canonical"
|
|
4866
4892
|
}
|
|
4867
4893
|
]
|
|
@@ -4889,10 +4915,10 @@
|
|
|
4889
4915
|
],
|
|
4890
4916
|
"searchTags": [],
|
|
4891
4917
|
"typeText": "(typeof INPUT_SIZES)[number]",
|
|
4892
|
-
"canonicalUsage": "import { Input } from '@1money/
|
|
4918
|
+
"canonicalUsage": "import { Input } from '@1money/component-ui';\n// or\nimport { Input } from '@1money/component-ui/Input';",
|
|
4893
4919
|
"examples": [
|
|
4894
4920
|
{
|
|
4895
|
-
"hash": "
|
|
4921
|
+
"hash": "1f1b7a95b5907a8f4904dcc20ae03f7dd509d1e5ea1570f9fd663a0d8baf1f2a",
|
|
4896
4922
|
"source": "canonical"
|
|
4897
4923
|
}
|
|
4898
4924
|
]
|
|
@@ -4920,10 +4946,10 @@
|
|
|
4920
4946
|
],
|
|
4921
4947
|
"searchTags": [],
|
|
4922
4948
|
"typeText": "(typeof INPUT_STATUSES)[number]",
|
|
4923
|
-
"canonicalUsage": "import { Input } from '@1money/
|
|
4949
|
+
"canonicalUsage": "import { Input } from '@1money/component-ui';\n// or\nimport { Input } from '@1money/component-ui/Input';",
|
|
4924
4950
|
"examples": [
|
|
4925
4951
|
{
|
|
4926
|
-
"hash": "
|
|
4952
|
+
"hash": "1f1b7a95b5907a8f4904dcc20ae03f7dd509d1e5ea1570f9fd663a0d8baf1f2a",
|
|
4927
4953
|
"source": "canonical"
|
|
4928
4954
|
}
|
|
4929
4955
|
]
|
|
@@ -4951,10 +4977,10 @@
|
|
|
4951
4977
|
],
|
|
4952
4978
|
"searchTags": [],
|
|
4953
4979
|
"typeText": "interface InputTextAreaProps extends Omit<TextareaHTMLAttributes<HTMLTextAreaElement>, 'onChange' | 'prefix'>, Omit<InputBaseProps, 'allowClear' | 'prefix' | 'suffix'> { ... }",
|
|
4954
|
-
"canonicalUsage": "import { Input } from '@1money/
|
|
4980
|
+
"canonicalUsage": "import { Input } from '@1money/component-ui';\n// or\nimport { Input } from '@1money/component-ui/Input';",
|
|
4955
4981
|
"examples": [
|
|
4956
4982
|
{
|
|
4957
|
-
"hash": "
|
|
4983
|
+
"hash": "1f1b7a95b5907a8f4904dcc20ae03f7dd509d1e5ea1570f9fd663a0d8baf1f2a",
|
|
4958
4984
|
"source": "canonical"
|
|
4959
4985
|
}
|
|
4960
4986
|
]
|
|
@@ -4982,10 +5008,10 @@
|
|
|
4982
5008
|
],
|
|
4983
5009
|
"searchTags": [],
|
|
4984
5010
|
"typeText": "interface InputTradeProps { ... }",
|
|
4985
|
-
"canonicalUsage": "import { Input } from '@1money/
|
|
5011
|
+
"canonicalUsage": "import { Input } from '@1money/component-ui';\n// or\nimport { Input } from '@1money/component-ui/Input';",
|
|
4986
5012
|
"examples": [
|
|
4987
5013
|
{
|
|
4988
|
-
"hash": "
|
|
5014
|
+
"hash": "1f1b7a95b5907a8f4904dcc20ae03f7dd509d1e5ea1570f9fd663a0d8baf1f2a",
|
|
4989
5015
|
"source": "canonical"
|
|
4990
5016
|
}
|
|
4991
5017
|
]
|
|
@@ -5054,10 +5080,10 @@
|
|
|
5054
5080
|
],
|
|
5055
5081
|
"searchTags": [],
|
|
5056
5082
|
"typeText": "(typeof LABEL_ALIGNS)[number]",
|
|
5057
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
5083
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
5058
5084
|
"examples": [
|
|
5059
5085
|
{
|
|
5060
|
-
"hash": "
|
|
5086
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
5061
5087
|
"source": "canonical"
|
|
5062
5088
|
}
|
|
5063
5089
|
]
|
|
@@ -5139,14 +5165,14 @@
|
|
|
5139
5165
|
"searchTags": [
|
|
5140
5166
|
"link"
|
|
5141
5167
|
],
|
|
5142
|
-
"canonicalUsage": "import { Link } from '@1money/
|
|
5168
|
+
"canonicalUsage": "import { Link } from '@1money/component-ui';\n// or\nimport { Link } from '@1money/component-ui/Link';",
|
|
5143
5169
|
"examples": [
|
|
5144
5170
|
{
|
|
5145
|
-
"hash": "
|
|
5171
|
+
"hash": "b5cf05bb6a8f45cfcd470fe1172b358fbd92178d3eece19d966999aa3f077105",
|
|
5146
5172
|
"source": "canonical"
|
|
5147
5173
|
},
|
|
5148
5174
|
{
|
|
5149
|
-
"hash": "
|
|
5175
|
+
"hash": "b5122ab00632d0b9f9f205345094b8cc87d3de0e265bfa06f77f8c0538a72a4a",
|
|
5150
5176
|
"source": "readme"
|
|
5151
5177
|
},
|
|
5152
5178
|
{
|
|
@@ -5192,10 +5218,10 @@
|
|
|
5192
5218
|
],
|
|
5193
5219
|
"searchTags": [],
|
|
5194
5220
|
"typeText": "(typeof LINK_COLORS)[number]",
|
|
5195
|
-
"canonicalUsage": "import { Link } from '@1money/
|
|
5221
|
+
"canonicalUsage": "import { Link } from '@1money/component-ui';\n// or\nimport { Link } from '@1money/component-ui/Link';",
|
|
5196
5222
|
"examples": [
|
|
5197
5223
|
{
|
|
5198
|
-
"hash": "
|
|
5224
|
+
"hash": "b5cf05bb6a8f45cfcd470fe1172b358fbd92178d3eece19d966999aa3f077105",
|
|
5199
5225
|
"source": "canonical"
|
|
5200
5226
|
}
|
|
5201
5227
|
]
|
|
@@ -5217,10 +5243,10 @@
|
|
|
5217
5243
|
],
|
|
5218
5244
|
"searchTags": [],
|
|
5219
5245
|
"typeText": "interface LinkProps extends Omit<AnchorHTMLAttributes<HTMLAnchorElement>, 'color'> { ... }",
|
|
5220
|
-
"canonicalUsage": "import { Link } from '@1money/
|
|
5246
|
+
"canonicalUsage": "import { Link } from '@1money/component-ui';\n// or\nimport { Link } from '@1money/component-ui/Link';",
|
|
5221
5247
|
"examples": [
|
|
5222
5248
|
{
|
|
5223
|
-
"hash": "
|
|
5249
|
+
"hash": "b5cf05bb6a8f45cfcd470fe1172b358fbd92178d3eece19d966999aa3f077105",
|
|
5224
5250
|
"source": "canonical"
|
|
5225
5251
|
}
|
|
5226
5252
|
]
|
|
@@ -5242,10 +5268,10 @@
|
|
|
5242
5268
|
],
|
|
5243
5269
|
"searchTags": [],
|
|
5244
5270
|
"typeText": "(typeof LINK_SIZES)[number]",
|
|
5245
|
-
"canonicalUsage": "import { Link } from '@1money/
|
|
5271
|
+
"canonicalUsage": "import { Link } from '@1money/component-ui';\n// or\nimport { Link } from '@1money/component-ui/Link';",
|
|
5246
5272
|
"examples": [
|
|
5247
5273
|
{
|
|
5248
|
-
"hash": "
|
|
5274
|
+
"hash": "b5cf05bb6a8f45cfcd470fe1172b358fbd92178d3eece19d966999aa3f077105",
|
|
5249
5275
|
"source": "canonical"
|
|
5250
5276
|
}
|
|
5251
5277
|
]
|
|
@@ -5314,10 +5340,10 @@
|
|
|
5314
5340
|
"NavigationStepperStepStatus"
|
|
5315
5341
|
],
|
|
5316
5342
|
"searchTags": [],
|
|
5317
|
-
"canonicalUsage": "import { Navigation, Nav } from '@1money/
|
|
5343
|
+
"canonicalUsage": "import { Navigation, Nav, NavigationStepper } from '@1money/component-ui';\n// or\nimport { Navigation, Nav, NavigationStepper } from '@1money/component-ui/Navigation';",
|
|
5318
5344
|
"examples": [
|
|
5319
5345
|
{
|
|
5320
|
-
"hash": "
|
|
5346
|
+
"hash": "6100fc2a8e5223e9cb058946bfa868735653b13a46dbde6901ba88436958f7b9",
|
|
5321
5347
|
"source": "canonical"
|
|
5322
5348
|
}
|
|
5323
5349
|
]
|
|
@@ -5346,10 +5372,10 @@
|
|
|
5346
5372
|
],
|
|
5347
5373
|
"searchTags": [],
|
|
5348
5374
|
"typeText": "interface NavItem { ... }",
|
|
5349
|
-
"canonicalUsage": "import { Navigation, Nav } from '@1money/
|
|
5375
|
+
"canonicalUsage": "import { Navigation, Nav, NavigationStepper } from '@1money/component-ui';\n// or\nimport { Navigation, Nav, NavigationStepper } from '@1money/component-ui/Navigation';",
|
|
5350
5376
|
"examples": [
|
|
5351
5377
|
{
|
|
5352
|
-
"hash": "
|
|
5378
|
+
"hash": "6100fc2a8e5223e9cb058946bfa868735653b13a46dbde6901ba88436958f7b9",
|
|
5353
5379
|
"source": "canonical"
|
|
5354
5380
|
}
|
|
5355
5381
|
]
|
|
@@ -5378,10 +5404,10 @@
|
|
|
5378
5404
|
],
|
|
5379
5405
|
"searchTags": [],
|
|
5380
5406
|
"typeText": "interface NavProps { ... }",
|
|
5381
|
-
"canonicalUsage": "import { Navigation, Nav } from '@1money/
|
|
5407
|
+
"canonicalUsage": "import { Navigation, Nav, NavigationStepper } from '@1money/component-ui';\n// or\nimport { Navigation, Nav, NavigationStepper } from '@1money/component-ui/Navigation';",
|
|
5382
5408
|
"examples": [
|
|
5383
5409
|
{
|
|
5384
|
-
"hash": "
|
|
5410
|
+
"hash": "6100fc2a8e5223e9cb058946bfa868735653b13a46dbde6901ba88436958f7b9",
|
|
5385
5411
|
"source": "canonical"
|
|
5386
5412
|
}
|
|
5387
5413
|
]
|
|
@@ -5508,18 +5534,18 @@
|
|
|
5508
5534
|
"searchTags": [
|
|
5509
5535
|
"menu"
|
|
5510
5536
|
],
|
|
5511
|
-
"canonicalUsage": "import { Navigation, Nav } from '@1money/
|
|
5537
|
+
"canonicalUsage": "import { Navigation, Nav, NavigationStepper } from '@1money/component-ui';\n// or\nimport { Navigation, Nav, NavigationStepper } from '@1money/component-ui/Navigation';",
|
|
5512
5538
|
"examples": [
|
|
5513
5539
|
{
|
|
5514
|
-
"hash": "
|
|
5540
|
+
"hash": "6100fc2a8e5223e9cb058946bfa868735653b13a46dbde6901ba88436958f7b9",
|
|
5515
5541
|
"source": "canonical"
|
|
5516
5542
|
},
|
|
5517
5543
|
{
|
|
5518
|
-
"hash": "
|
|
5544
|
+
"hash": "93d92a4c2994ad24677ef5800318b556bdd570a6f6547fe359586b7898bbffa0",
|
|
5519
5545
|
"source": "readme"
|
|
5520
5546
|
},
|
|
5521
5547
|
{
|
|
5522
|
-
"hash": "
|
|
5548
|
+
"hash": "63391782d107e1289c88ced32f63afa3f0c14adfed71d7eec78de19097260755",
|
|
5523
5549
|
"source": "readme"
|
|
5524
5550
|
},
|
|
5525
5551
|
{
|
|
@@ -5556,10 +5582,10 @@
|
|
|
5556
5582
|
],
|
|
5557
5583
|
"searchTags": [],
|
|
5558
5584
|
"typeText": "interface NavigationHandlers { ... }",
|
|
5559
|
-
"canonicalUsage": "import { Navigation, Nav } from '@1money/
|
|
5585
|
+
"canonicalUsage": "import { Navigation, Nav, NavigationStepper } from '@1money/component-ui';\n// or\nimport { Navigation, Nav, NavigationStepper } from '@1money/component-ui/Navigation';",
|
|
5560
5586
|
"examples": [
|
|
5561
5587
|
{
|
|
5562
|
-
"hash": "
|
|
5588
|
+
"hash": "6100fc2a8e5223e9cb058946bfa868735653b13a46dbde6901ba88436958f7b9",
|
|
5563
5589
|
"source": "canonical"
|
|
5564
5590
|
}
|
|
5565
5591
|
]
|
|
@@ -5588,10 +5614,10 @@
|
|
|
5588
5614
|
],
|
|
5589
5615
|
"searchTags": [],
|
|
5590
5616
|
"typeText": "interface NavigationItem { ... }",
|
|
5591
|
-
"canonicalUsage": "import { Navigation, Nav } from '@1money/
|
|
5617
|
+
"canonicalUsage": "import { Navigation, Nav, NavigationStepper } from '@1money/component-ui';\n// or\nimport { Navigation, Nav, NavigationStepper } from '@1money/component-ui/Navigation';",
|
|
5592
5618
|
"examples": [
|
|
5593
5619
|
{
|
|
5594
|
-
"hash": "
|
|
5620
|
+
"hash": "6100fc2a8e5223e9cb058946bfa868735653b13a46dbde6901ba88436958f7b9",
|
|
5595
5621
|
"source": "canonical"
|
|
5596
5622
|
}
|
|
5597
5623
|
]
|
|
@@ -5620,10 +5646,10 @@
|
|
|
5620
5646
|
],
|
|
5621
5647
|
"searchTags": [],
|
|
5622
5648
|
"typeText": "interface NavigationProps { ... }",
|
|
5623
|
-
"canonicalUsage": "import { Navigation, Nav } from '@1money/
|
|
5649
|
+
"canonicalUsage": "import { Navigation, Nav, NavigationStepper } from '@1money/component-ui';\n// or\nimport { Navigation, Nav, NavigationStepper } from '@1money/component-ui/Navigation';",
|
|
5624
5650
|
"examples": [
|
|
5625
5651
|
{
|
|
5626
|
-
"hash": "
|
|
5652
|
+
"hash": "6100fc2a8e5223e9cb058946bfa868735653b13a46dbde6901ba88436958f7b9",
|
|
5627
5653
|
"source": "canonical"
|
|
5628
5654
|
}
|
|
5629
5655
|
]
|
|
@@ -5740,10 +5766,10 @@
|
|
|
5740
5766
|
"NavigationStepperStepStatus"
|
|
5741
5767
|
],
|
|
5742
5768
|
"searchTags": [],
|
|
5743
|
-
"canonicalUsage": "import { Navigation, Nav } from '@1money/
|
|
5769
|
+
"canonicalUsage": "import { Navigation, Nav, NavigationStepper } from '@1money/component-ui';\n// or\nimport { Navigation, Nav, NavigationStepper } from '@1money/component-ui/Navigation';",
|
|
5744
5770
|
"examples": [
|
|
5745
5771
|
{
|
|
5746
|
-
"hash": "
|
|
5772
|
+
"hash": "6100fc2a8e5223e9cb058946bfa868735653b13a46dbde6901ba88436958f7b9",
|
|
5747
5773
|
"source": "canonical"
|
|
5748
5774
|
}
|
|
5749
5775
|
]
|
|
@@ -5772,10 +5798,10 @@
|
|
|
5772
5798
|
],
|
|
5773
5799
|
"searchTags": [],
|
|
5774
5800
|
"typeText": "interface NavigationStepperProps { ... }",
|
|
5775
|
-
"canonicalUsage": "import { Navigation, Nav } from '@1money/
|
|
5801
|
+
"canonicalUsage": "import { Navigation, Nav, NavigationStepper } from '@1money/component-ui';\n// or\nimport { Navigation, Nav, NavigationStepper } from '@1money/component-ui/Navigation';",
|
|
5776
5802
|
"examples": [
|
|
5777
5803
|
{
|
|
5778
|
-
"hash": "
|
|
5804
|
+
"hash": "6100fc2a8e5223e9cb058946bfa868735653b13a46dbde6901ba88436958f7b9",
|
|
5779
5805
|
"source": "canonical"
|
|
5780
5806
|
}
|
|
5781
5807
|
]
|
|
@@ -5804,10 +5830,10 @@
|
|
|
5804
5830
|
],
|
|
5805
5831
|
"searchTags": [],
|
|
5806
5832
|
"typeText": "interface NavigationStepperStep { ... }",
|
|
5807
|
-
"canonicalUsage": "import { Navigation, Nav } from '@1money/
|
|
5833
|
+
"canonicalUsage": "import { Navigation, Nav, NavigationStepper } from '@1money/component-ui';\n// or\nimport { Navigation, Nav, NavigationStepper } from '@1money/component-ui/Navigation';",
|
|
5808
5834
|
"examples": [
|
|
5809
5835
|
{
|
|
5810
|
-
"hash": "
|
|
5836
|
+
"hash": "6100fc2a8e5223e9cb058946bfa868735653b13a46dbde6901ba88436958f7b9",
|
|
5811
5837
|
"source": "canonical"
|
|
5812
5838
|
}
|
|
5813
5839
|
]
|
|
@@ -5836,10 +5862,10 @@
|
|
|
5836
5862
|
],
|
|
5837
5863
|
"searchTags": [],
|
|
5838
5864
|
"typeText": "'todo' | 'active' | 'done' | 'done-active'",
|
|
5839
|
-
"canonicalUsage": "import { Navigation, Nav } from '@1money/
|
|
5865
|
+
"canonicalUsage": "import { Navigation, Nav, NavigationStepper } from '@1money/component-ui';\n// or\nimport { Navigation, Nav, NavigationStepper } from '@1money/component-ui/Navigation';",
|
|
5840
5866
|
"examples": [
|
|
5841
5867
|
{
|
|
5842
|
-
"hash": "
|
|
5868
|
+
"hash": "6100fc2a8e5223e9cb058946bfa868735653b13a46dbde6901ba88436958f7b9",
|
|
5843
5869
|
"source": "canonical"
|
|
5844
5870
|
}
|
|
5845
5871
|
]
|
|
@@ -5865,10 +5891,10 @@
|
|
|
5865
5891
|
],
|
|
5866
5892
|
"searchTags": [],
|
|
5867
5893
|
"typeText": "string | number",
|
|
5868
|
-
"canonicalUsage": "import { notification } from '@1money/
|
|
5894
|
+
"canonicalUsage": "import { notification } from '@1money/component-ui';\n// or\nimport notification, {\n NOTIFICATION_PLACEMENTS,\n NOTIFICATION_STATUSES,\n} from '@1money/component-ui/Notification';",
|
|
5869
5895
|
"examples": [
|
|
5870
5896
|
{
|
|
5871
|
-
"hash": "
|
|
5897
|
+
"hash": "ff016409af028ad3a47644d56cb21acf445cb72e1c93de742fd656a520f41c9c",
|
|
5872
5898
|
"source": "canonical"
|
|
5873
5899
|
}
|
|
5874
5900
|
]
|
|
@@ -5894,10 +5920,10 @@
|
|
|
5894
5920
|
],
|
|
5895
5921
|
"searchTags": [],
|
|
5896
5922
|
"typeText": "interface NotificationLinkConfig { ... }",
|
|
5897
|
-
"canonicalUsage": "import { notification } from '@1money/
|
|
5923
|
+
"canonicalUsage": "import { notification } from '@1money/component-ui';\n// or\nimport notification, {\n NOTIFICATION_PLACEMENTS,\n NOTIFICATION_STATUSES,\n} from '@1money/component-ui/Notification';",
|
|
5898
5924
|
"examples": [
|
|
5899
5925
|
{
|
|
5900
|
-
"hash": "
|
|
5926
|
+
"hash": "ff016409af028ad3a47644d56cb21acf445cb72e1c93de742fd656a520f41c9c",
|
|
5901
5927
|
"source": "canonical"
|
|
5902
5928
|
}
|
|
5903
5929
|
]
|
|
@@ -5923,10 +5949,10 @@
|
|
|
5923
5949
|
],
|
|
5924
5950
|
"searchTags": [],
|
|
5925
5951
|
"typeText": "interface NotificationOpenConfig extends Omit<NotificationProps, 'prefixCls' | 'ref' | 'onClose'> { ... }",
|
|
5926
|
-
"canonicalUsage": "import { notification } from '@1money/
|
|
5952
|
+
"canonicalUsage": "import { notification } from '@1money/component-ui';\n// or\nimport notification, {\n NOTIFICATION_PLACEMENTS,\n NOTIFICATION_STATUSES,\n} from '@1money/component-ui/Notification';",
|
|
5927
5953
|
"examples": [
|
|
5928
5954
|
{
|
|
5929
|
-
"hash": "
|
|
5955
|
+
"hash": "ff016409af028ad3a47644d56cb21acf445cb72e1c93de742fd656a520f41c9c",
|
|
5930
5956
|
"source": "canonical"
|
|
5931
5957
|
}
|
|
5932
5958
|
]
|
|
@@ -5952,10 +5978,10 @@
|
|
|
5952
5978
|
],
|
|
5953
5979
|
"searchTags": [],
|
|
5954
5980
|
"typeText": "(typeof NOTIFICATION_PLACEMENTS)[number]",
|
|
5955
|
-
"canonicalUsage": "import { notification } from '@1money/
|
|
5981
|
+
"canonicalUsage": "import { notification } from '@1money/component-ui';\n// or\nimport notification, {\n NOTIFICATION_PLACEMENTS,\n NOTIFICATION_STATUSES,\n} from '@1money/component-ui/Notification';",
|
|
5956
5982
|
"examples": [
|
|
5957
5983
|
{
|
|
5958
|
-
"hash": "
|
|
5984
|
+
"hash": "ff016409af028ad3a47644d56cb21acf445cb72e1c93de742fd656a520f41c9c",
|
|
5959
5985
|
"source": "canonical"
|
|
5960
5986
|
}
|
|
5961
5987
|
]
|
|
@@ -5981,10 +6007,10 @@
|
|
|
5981
6007
|
],
|
|
5982
6008
|
"searchTags": [],
|
|
5983
6009
|
"typeText": "interface NotificationStaticApi { ... }",
|
|
5984
|
-
"canonicalUsage": "import { notification } from '@1money/
|
|
6010
|
+
"canonicalUsage": "import { notification } from '@1money/component-ui';\n// or\nimport notification, {\n NOTIFICATION_PLACEMENTS,\n NOTIFICATION_STATUSES,\n} from '@1money/component-ui/Notification';",
|
|
5985
6011
|
"examples": [
|
|
5986
6012
|
{
|
|
5987
|
-
"hash": "
|
|
6013
|
+
"hash": "ff016409af028ad3a47644d56cb21acf445cb72e1c93de742fd656a520f41c9c",
|
|
5988
6014
|
"source": "canonical"
|
|
5989
6015
|
}
|
|
5990
6016
|
]
|
|
@@ -6010,10 +6036,10 @@
|
|
|
6010
6036
|
],
|
|
6011
6037
|
"searchTags": [],
|
|
6012
6038
|
"typeText": "interface NotificationStaticConfig { ... }",
|
|
6013
|
-
"canonicalUsage": "import { notification } from '@1money/
|
|
6039
|
+
"canonicalUsage": "import { notification } from '@1money/component-ui';\n// or\nimport notification, {\n NOTIFICATION_PLACEMENTS,\n NOTIFICATION_STATUSES,\n} from '@1money/component-ui/Notification';",
|
|
6014
6040
|
"examples": [
|
|
6015
6041
|
{
|
|
6016
|
-
"hash": "
|
|
6042
|
+
"hash": "ff016409af028ad3a47644d56cb21acf445cb72e1c93de742fd656a520f41c9c",
|
|
6017
6043
|
"source": "canonical"
|
|
6018
6044
|
}
|
|
6019
6045
|
]
|
|
@@ -6039,10 +6065,10 @@
|
|
|
6039
6065
|
],
|
|
6040
6066
|
"searchTags": [],
|
|
6041
6067
|
"typeText": "(typeof NOTIFICATION_STATUSES)[number]",
|
|
6042
|
-
"canonicalUsage": "import { notification } from '@1money/
|
|
6068
|
+
"canonicalUsage": "import { notification } from '@1money/component-ui';\n// or\nimport notification, {\n NOTIFICATION_PLACEMENTS,\n NOTIFICATION_STATUSES,\n} from '@1money/component-ui/Notification';",
|
|
6043
6069
|
"examples": [
|
|
6044
6070
|
{
|
|
6045
|
-
"hash": "
|
|
6071
|
+
"hash": "ff016409af028ad3a47644d56cb21acf445cb72e1c93de742fd656a520f41c9c",
|
|
6046
6072
|
"source": "canonical"
|
|
6047
6073
|
}
|
|
6048
6074
|
]
|
|
@@ -6091,14 +6117,14 @@
|
|
|
6091
6117
|
"pager",
|
|
6092
6118
|
"pagination"
|
|
6093
6119
|
],
|
|
6094
|
-
"canonicalUsage": "import { Pagination, usePagination } from '@1money/
|
|
6120
|
+
"canonicalUsage": "import { Pagination, usePagination } from '@1money/component-ui';\n// or\nimport { Pagination, usePagination } from '@1money/component-ui/Pagination';",
|
|
6095
6121
|
"examples": [
|
|
6096
6122
|
{
|
|
6097
|
-
"hash": "
|
|
6123
|
+
"hash": "7318e5e19b35c2334284717d2b44382c3f0aa456d1d61c6892e3211c2c77135d",
|
|
6098
6124
|
"source": "canonical"
|
|
6099
6125
|
},
|
|
6100
6126
|
{
|
|
6101
|
-
"hash": "
|
|
6127
|
+
"hash": "fae5c24c6bab10e5462b6f5a8c5ca33714a0b121dc2cf3c44ca989ff33b3d36c",
|
|
6102
6128
|
"source": "readme"
|
|
6103
6129
|
},
|
|
6104
6130
|
{
|
|
@@ -6129,10 +6155,10 @@
|
|
|
6129
6155
|
],
|
|
6130
6156
|
"searchTags": [],
|
|
6131
6157
|
"typeText": "interface PaginationControlItem extends PaginationItemBase { ... }",
|
|
6132
|
-
"canonicalUsage": "import { Pagination, usePagination } from '@1money/
|
|
6158
|
+
"canonicalUsage": "import { Pagination, usePagination } from '@1money/component-ui';\n// or\nimport { Pagination, usePagination } from '@1money/component-ui/Pagination';",
|
|
6133
6159
|
"examples": [
|
|
6134
6160
|
{
|
|
6135
|
-
"hash": "
|
|
6161
|
+
"hash": "7318e5e19b35c2334284717d2b44382c3f0aa456d1d61c6892e3211c2c77135d",
|
|
6136
6162
|
"source": "canonical"
|
|
6137
6163
|
}
|
|
6138
6164
|
]
|
|
@@ -6159,10 +6185,10 @@
|
|
|
6159
6185
|
],
|
|
6160
6186
|
"searchTags": [],
|
|
6161
6187
|
"typeText": "interface PaginationEllipsisItem extends PaginationItemBase { ... }",
|
|
6162
|
-
"canonicalUsage": "import { Pagination, usePagination } from '@1money/
|
|
6188
|
+
"canonicalUsage": "import { Pagination, usePagination } from '@1money/component-ui';\n// or\nimport { Pagination, usePagination } from '@1money/component-ui/Pagination';",
|
|
6163
6189
|
"examples": [
|
|
6164
6190
|
{
|
|
6165
|
-
"hash": "
|
|
6191
|
+
"hash": "7318e5e19b35c2334284717d2b44382c3f0aa456d1d61c6892e3211c2c77135d",
|
|
6166
6192
|
"source": "canonical"
|
|
6167
6193
|
}
|
|
6168
6194
|
]
|
|
@@ -6189,10 +6215,10 @@
|
|
|
6189
6215
|
],
|
|
6190
6216
|
"searchTags": [],
|
|
6191
6217
|
"typeText": "| PaginationPageItem\n | PaginationControlItem\n | PaginationEllipsisItem",
|
|
6192
|
-
"canonicalUsage": "import { Pagination, usePagination } from '@1money/
|
|
6218
|
+
"canonicalUsage": "import { Pagination, usePagination } from '@1money/component-ui';\n// or\nimport { Pagination, usePagination } from '@1money/component-ui/Pagination';",
|
|
6193
6219
|
"examples": [
|
|
6194
6220
|
{
|
|
6195
|
-
"hash": "
|
|
6221
|
+
"hash": "7318e5e19b35c2334284717d2b44382c3f0aa456d1d61c6892e3211c2c77135d",
|
|
6196
6222
|
"source": "canonical"
|
|
6197
6223
|
}
|
|
6198
6224
|
]
|
|
@@ -6219,10 +6245,10 @@
|
|
|
6219
6245
|
],
|
|
6220
6246
|
"searchTags": [],
|
|
6221
6247
|
"typeText": "interface PaginationPageItem extends PaginationItemBase { ... }",
|
|
6222
|
-
"canonicalUsage": "import { Pagination, usePagination } from '@1money/
|
|
6248
|
+
"canonicalUsage": "import { Pagination, usePagination } from '@1money/component-ui';\n// or\nimport { Pagination, usePagination } from '@1money/component-ui/Pagination';",
|
|
6223
6249
|
"examples": [
|
|
6224
6250
|
{
|
|
6225
|
-
"hash": "
|
|
6251
|
+
"hash": "7318e5e19b35c2334284717d2b44382c3f0aa456d1d61c6892e3211c2c77135d",
|
|
6226
6252
|
"source": "canonical"
|
|
6227
6253
|
}
|
|
6228
6254
|
]
|
|
@@ -6249,10 +6275,10 @@
|
|
|
6249
6275
|
],
|
|
6250
6276
|
"searchTags": [],
|
|
6251
6277
|
"typeText": "interface PaginationProps extends Omit<HTMLAttributes<HTMLElement>, 'onChange'>, UsePaginationOptions { ... }",
|
|
6252
|
-
"canonicalUsage": "import { Pagination, usePagination } from '@1money/
|
|
6278
|
+
"canonicalUsage": "import { Pagination, usePagination } from '@1money/component-ui';\n// or\nimport { Pagination, usePagination } from '@1money/component-ui/Pagination';",
|
|
6253
6279
|
"examples": [
|
|
6254
6280
|
{
|
|
6255
|
-
"hash": "
|
|
6281
|
+
"hash": "7318e5e19b35c2334284717d2b44382c3f0aa456d1d61c6892e3211c2c77135d",
|
|
6256
6282
|
"source": "canonical"
|
|
6257
6283
|
}
|
|
6258
6284
|
]
|
|
@@ -6406,11 +6432,11 @@
|
|
|
6406
6432
|
"source": "canonical"
|
|
6407
6433
|
},
|
|
6408
6434
|
{
|
|
6409
|
-
"hash": "
|
|
6435
|
+
"hash": "31040a7ff19f27a25e9ba2a3b39168650944f1c7a3f0056e5b2b51ee4581d1af",
|
|
6410
6436
|
"source": "readme"
|
|
6411
6437
|
},
|
|
6412
6438
|
{
|
|
6413
|
-
"hash": "
|
|
6439
|
+
"hash": "a5e7bfca00eae7d485a875832679ab34d67e3c8ef781d04913386ca1185eb822",
|
|
6414
6440
|
"source": "readme"
|
|
6415
6441
|
},
|
|
6416
6442
|
{
|
|
@@ -6575,14 +6601,14 @@
|
|
|
6575
6601
|
"PortalProps"
|
|
6576
6602
|
],
|
|
6577
6603
|
"searchTags": [],
|
|
6578
|
-
"canonicalUsage": "import { Portal } from '@1money/
|
|
6604
|
+
"canonicalUsage": "import { Portal } from '@1money/component-ui';\n// or\nimport { Portal } from '@1money/component-ui/Portal';",
|
|
6579
6605
|
"examples": [
|
|
6580
6606
|
{
|
|
6581
|
-
"hash": "
|
|
6607
|
+
"hash": "8cc002e0e73f335fa1d9b738bc68bc5e35dc521d869efddbfd4aac0399ee81b8",
|
|
6582
6608
|
"source": "canonical"
|
|
6583
6609
|
},
|
|
6584
6610
|
{
|
|
6585
|
-
"hash": "
|
|
6611
|
+
"hash": "1b3e0014243a3c2fc49f18ec95bf7915a97bf89be93ea39221e905dc26aa7035",
|
|
6586
6612
|
"source": "readme"
|
|
6587
6613
|
},
|
|
6588
6614
|
{
|
|
@@ -6607,10 +6633,10 @@
|
|
|
6607
6633
|
],
|
|
6608
6634
|
"searchTags": [],
|
|
6609
6635
|
"typeText": "Element | (() => Element | null) | null",
|
|
6610
|
-
"canonicalUsage": "import { Portal } from '@1money/
|
|
6636
|
+
"canonicalUsage": "import { Portal } from '@1money/component-ui';\n// or\nimport { Portal } from '@1money/component-ui/Portal';",
|
|
6611
6637
|
"examples": [
|
|
6612
6638
|
{
|
|
6613
|
-
"hash": "
|
|
6639
|
+
"hash": "8cc002e0e73f335fa1d9b738bc68bc5e35dc521d869efddbfd4aac0399ee81b8",
|
|
6614
6640
|
"source": "canonical"
|
|
6615
6641
|
}
|
|
6616
6642
|
]
|
|
@@ -6631,10 +6657,10 @@
|
|
|
6631
6657
|
],
|
|
6632
6658
|
"searchTags": [],
|
|
6633
6659
|
"typeText": "interface PortalProps { ... }",
|
|
6634
|
-
"canonicalUsage": "import { Portal } from '@1money/
|
|
6660
|
+
"canonicalUsage": "import { Portal } from '@1money/component-ui';\n// or\nimport { Portal } from '@1money/component-ui/Portal';",
|
|
6635
6661
|
"examples": [
|
|
6636
6662
|
{
|
|
6637
|
-
"hash": "
|
|
6663
|
+
"hash": "8cc002e0e73f335fa1d9b738bc68bc5e35dc521d869efddbfd4aac0399ee81b8",
|
|
6638
6664
|
"source": "canonical"
|
|
6639
6665
|
}
|
|
6640
6666
|
]
|
|
@@ -6929,9 +6955,14 @@
|
|
|
6929
6955
|
"DatePicker": "ProFormDatePicker",
|
|
6930
6956
|
"Upload": "ProFormUpload"
|
|
6931
6957
|
},
|
|
6958
|
+
"canonicalUsage": "import { ProForm } from '@1money/component-ui';\n\n<ProForm onFinish={(values) => console.log(values)}>\n <ProForm.Text name=\"name\" label=\"Name\" />\n</ProForm>",
|
|
6932
6959
|
"examples": [
|
|
6933
6960
|
{
|
|
6934
|
-
"hash": "
|
|
6961
|
+
"hash": "6fdf08048e1bed84d748f8d5d2fb86efe525926a026aaa4917f514fc855777b2",
|
|
6962
|
+
"source": "canonical"
|
|
6963
|
+
},
|
|
6964
|
+
{
|
|
6965
|
+
"hash": "07cacb15e560cfbe8f05e93459b5f0d51faf5fd0a01b0995368a360610e18d30",
|
|
6935
6966
|
"source": "readme"
|
|
6936
6967
|
},
|
|
6937
6968
|
{
|
|
@@ -7151,10 +7182,10 @@
|
|
|
7151
7182
|
"createProFormField"
|
|
7152
7183
|
],
|
|
7153
7184
|
"searchTags": [],
|
|
7154
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
7185
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
7155
7186
|
"examples": [
|
|
7156
7187
|
{
|
|
7157
|
-
"hash": "
|
|
7188
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
7158
7189
|
"source": "canonical"
|
|
7159
7190
|
}
|
|
7160
7191
|
]
|
|
@@ -7222,10 +7253,10 @@
|
|
|
7222
7253
|
"createProFormField"
|
|
7223
7254
|
],
|
|
7224
7255
|
"searchTags": [],
|
|
7225
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
7256
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
7226
7257
|
"examples": [
|
|
7227
7258
|
{
|
|
7228
|
-
"hash": "
|
|
7259
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
7229
7260
|
"source": "canonical"
|
|
7230
7261
|
}
|
|
7231
7262
|
]
|
|
@@ -7294,10 +7325,10 @@
|
|
|
7294
7325
|
],
|
|
7295
7326
|
"searchTags": [],
|
|
7296
7327
|
"typeText": "interface ProFormColProps { ... }",
|
|
7297
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
7328
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
7298
7329
|
"examples": [
|
|
7299
7330
|
{
|
|
7300
|
-
"hash": "
|
|
7331
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
7301
7332
|
"source": "canonical"
|
|
7302
7333
|
}
|
|
7303
7334
|
]
|
|
@@ -7366,10 +7397,10 @@
|
|
|
7366
7397
|
],
|
|
7367
7398
|
"searchTags": [],
|
|
7368
7399
|
"typeText": "interface ProFormContextValue { ... }",
|
|
7369
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
7400
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
7370
7401
|
"examples": [
|
|
7371
7402
|
{
|
|
7372
|
-
"hash": "
|
|
7403
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
7373
7404
|
"source": "canonical"
|
|
7374
7405
|
}
|
|
7375
7406
|
]
|
|
@@ -7440,10 +7471,10 @@
|
|
|
7440
7471
|
"date input",
|
|
7441
7472
|
"date picker"
|
|
7442
7473
|
],
|
|
7443
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
7474
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
7444
7475
|
"examples": [
|
|
7445
7476
|
{
|
|
7446
|
-
"hash": "
|
|
7477
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
7447
7478
|
"source": "canonical"
|
|
7448
7479
|
}
|
|
7449
7480
|
]
|
|
@@ -7536,10 +7567,10 @@
|
|
|
7536
7567
|
"createProFormField"
|
|
7537
7568
|
],
|
|
7538
7569
|
"searchTags": [],
|
|
7539
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
7570
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
7540
7571
|
"examples": [
|
|
7541
7572
|
{
|
|
7542
|
-
"hash": "
|
|
7573
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
7543
7574
|
"source": "canonical"
|
|
7544
7575
|
}
|
|
7545
7576
|
]
|
|
@@ -7608,10 +7639,10 @@
|
|
|
7608
7639
|
],
|
|
7609
7640
|
"searchTags": [],
|
|
7610
7641
|
"typeText": "interface ProFormDependencyProps { ... }",
|
|
7611
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
7642
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
7612
7643
|
"examples": [
|
|
7613
7644
|
{
|
|
7614
|
-
"hash": "
|
|
7645
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
7615
7646
|
"source": "canonical"
|
|
7616
7647
|
}
|
|
7617
7648
|
]
|
|
@@ -7680,10 +7711,10 @@
|
|
|
7680
7711
|
],
|
|
7681
7712
|
"searchTags": [],
|
|
7682
7713
|
"typeText": "(\n value: unknown,\n name: string,\n) => unknown",
|
|
7683
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
7714
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
7684
7715
|
"examples": [
|
|
7685
7716
|
{
|
|
7686
|
-
"hash": "
|
|
7717
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
7687
7718
|
"source": "canonical"
|
|
7688
7719
|
}
|
|
7689
7720
|
]
|
|
@@ -7752,10 +7783,10 @@
|
|
|
7752
7783
|
],
|
|
7753
7784
|
"searchTags": [],
|
|
7754
7785
|
"typeText": "interface ProFormFieldProps { ... }",
|
|
7755
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
7786
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
7756
7787
|
"examples": [
|
|
7757
7788
|
{
|
|
7758
|
-
"hash": "
|
|
7789
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
7759
7790
|
"source": "canonical"
|
|
7760
7791
|
}
|
|
7761
7792
|
]
|
|
@@ -7896,10 +7927,10 @@
|
|
|
7896
7927
|
"createProFormField"
|
|
7897
7928
|
],
|
|
7898
7929
|
"searchTags": [],
|
|
7899
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
7930
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
7900
7931
|
"examples": [
|
|
7901
7932
|
{
|
|
7902
|
-
"hash": "
|
|
7933
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
7903
7934
|
"source": "canonical"
|
|
7904
7935
|
}
|
|
7905
7936
|
]
|
|
@@ -7968,10 +7999,10 @@
|
|
|
7968
7999
|
],
|
|
7969
8000
|
"searchTags": [],
|
|
7970
8001
|
"typeText": "interface ProFormFieldSetProps { ... }",
|
|
7971
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
8002
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
7972
8003
|
"examples": [
|
|
7973
8004
|
{
|
|
7974
|
-
"hash": "
|
|
8005
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
7975
8006
|
"source": "canonical"
|
|
7976
8007
|
}
|
|
7977
8008
|
]
|
|
@@ -8040,10 +8071,10 @@
|
|
|
8040
8071
|
],
|
|
8041
8072
|
"searchTags": [],
|
|
8042
8073
|
"typeText": "(\n value: unknown,\n name: string,\n allValues: Record<string, unknown>,\n) => unknown",
|
|
8043
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
8074
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
8044
8075
|
"examples": [
|
|
8045
8076
|
{
|
|
8046
|
-
"hash": "
|
|
8077
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
8047
8078
|
"source": "canonical"
|
|
8048
8079
|
}
|
|
8049
8080
|
]
|
|
@@ -8112,10 +8143,10 @@
|
|
|
8112
8143
|
],
|
|
8113
8144
|
"searchTags": [],
|
|
8114
8145
|
"typeText": "interface ProFormFormInstance extends FormInstance { ... }",
|
|
8115
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
8146
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
8116
8147
|
"examples": [
|
|
8117
8148
|
{
|
|
8118
|
-
"hash": "
|
|
8149
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
8119
8150
|
"source": "canonical"
|
|
8120
8151
|
}
|
|
8121
8152
|
]
|
|
@@ -8248,10 +8279,10 @@
|
|
|
8248
8279
|
"createProFormField"
|
|
8249
8280
|
],
|
|
8250
8281
|
"searchTags": [],
|
|
8251
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
8282
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
8252
8283
|
"examples": [
|
|
8253
8284
|
{
|
|
8254
|
-
"hash": "
|
|
8285
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
8255
8286
|
"source": "canonical"
|
|
8256
8287
|
}
|
|
8257
8288
|
]
|
|
@@ -8320,10 +8351,10 @@
|
|
|
8320
8351
|
],
|
|
8321
8352
|
"searchTags": [],
|
|
8322
8353
|
"typeText": "interface ProFormGroupProps { ... }",
|
|
8323
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
8354
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
8324
8355
|
"examples": [
|
|
8325
8356
|
{
|
|
8326
|
-
"hash": "
|
|
8357
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
8327
8358
|
"source": "canonical"
|
|
8328
8359
|
}
|
|
8329
8360
|
]
|
|
@@ -8560,10 +8591,10 @@
|
|
|
8560
8591
|
"createProFormField"
|
|
8561
8592
|
],
|
|
8562
8593
|
"searchTags": [],
|
|
8563
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
8594
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
8564
8595
|
"examples": [
|
|
8565
8596
|
{
|
|
8566
|
-
"hash": "
|
|
8597
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
8567
8598
|
"source": "canonical"
|
|
8568
8599
|
}
|
|
8569
8600
|
]
|
|
@@ -8632,10 +8663,10 @@
|
|
|
8632
8663
|
],
|
|
8633
8664
|
"searchTags": [],
|
|
8634
8665
|
"typeText": "interface ProFormItemProps { ... }",
|
|
8635
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
8666
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
8636
8667
|
"examples": [
|
|
8637
8668
|
{
|
|
8638
|
-
"hash": "
|
|
8669
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
8639
8670
|
"source": "canonical"
|
|
8640
8671
|
}
|
|
8641
8672
|
]
|
|
@@ -8824,10 +8855,10 @@
|
|
|
8824
8855
|
"createProFormField"
|
|
8825
8856
|
],
|
|
8826
8857
|
"searchTags": [],
|
|
8827
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
8858
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
8828
8859
|
"examples": [
|
|
8829
8860
|
{
|
|
8830
|
-
"hash": "
|
|
8861
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
8831
8862
|
"source": "canonical"
|
|
8832
8863
|
}
|
|
8833
8864
|
]
|
|
@@ -8896,10 +8927,10 @@
|
|
|
8896
8927
|
],
|
|
8897
8928
|
"searchTags": [],
|
|
8898
8929
|
"typeText": "interface ProFormListAction { ... }",
|
|
8899
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
8930
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
8900
8931
|
"examples": [
|
|
8901
8932
|
{
|
|
8902
|
-
"hash": "
|
|
8933
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
8903
8934
|
"source": "canonical"
|
|
8904
8935
|
}
|
|
8905
8936
|
]
|
|
@@ -8968,10 +8999,10 @@
|
|
|
8968
8999
|
],
|
|
8969
9000
|
"searchTags": [],
|
|
8970
9001
|
"typeText": "interface ProFormListProps { ... }",
|
|
8971
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
9002
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
8972
9003
|
"examples": [
|
|
8973
9004
|
{
|
|
8974
|
-
"hash": "
|
|
9005
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
8975
9006
|
"source": "canonical"
|
|
8976
9007
|
}
|
|
8977
9008
|
]
|
|
@@ -9040,10 +9071,10 @@
|
|
|
9040
9071
|
],
|
|
9041
9072
|
"searchTags": [],
|
|
9042
9073
|
"typeText": "(typeof PROFORM_MODES)[number]",
|
|
9043
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
9074
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
9044
9075
|
"examples": [
|
|
9045
9076
|
{
|
|
9046
|
-
"hash": "
|
|
9077
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
9047
9078
|
"source": "canonical"
|
|
9048
9079
|
}
|
|
9049
9080
|
]
|
|
@@ -9111,10 +9142,10 @@
|
|
|
9111
9142
|
"createProFormField"
|
|
9112
9143
|
],
|
|
9113
9144
|
"searchTags": [],
|
|
9114
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
9145
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
9115
9146
|
"examples": [
|
|
9116
9147
|
{
|
|
9117
|
-
"hash": "
|
|
9148
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
9118
9149
|
"source": "canonical"
|
|
9119
9150
|
}
|
|
9120
9151
|
]
|
|
@@ -9183,10 +9214,10 @@
|
|
|
9183
9214
|
],
|
|
9184
9215
|
"searchTags": [],
|
|
9185
9216
|
"typeText": "interface ProFormProps extends Omit<FormHTMLAttributes<HTMLFormElement>, 'onSubmit' | 'onReset'> { ... }",
|
|
9186
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
9217
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
9187
9218
|
"examples": [
|
|
9188
9219
|
{
|
|
9189
|
-
"hash": "
|
|
9220
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
9190
9221
|
"source": "canonical"
|
|
9191
9222
|
}
|
|
9192
9223
|
]
|
|
@@ -9254,10 +9285,10 @@
|
|
|
9254
9285
|
"createProFormField"
|
|
9255
9286
|
],
|
|
9256
9287
|
"searchTags": [],
|
|
9257
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
9288
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
9258
9289
|
"examples": [
|
|
9259
9290
|
{
|
|
9260
|
-
"hash": "
|
|
9291
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
9261
9292
|
"source": "canonical"
|
|
9262
9293
|
}
|
|
9263
9294
|
]
|
|
@@ -9326,10 +9357,10 @@
|
|
|
9326
9357
|
],
|
|
9327
9358
|
"searchTags": [],
|
|
9328
9359
|
"typeText": "interface ProFormRequestOption { ... }",
|
|
9329
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
9360
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
9330
9361
|
"examples": [
|
|
9331
9362
|
{
|
|
9332
|
-
"hash": "
|
|
9363
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
9333
9364
|
"source": "canonical"
|
|
9334
9365
|
}
|
|
9335
9366
|
]
|
|
@@ -9397,10 +9428,10 @@
|
|
|
9397
9428
|
"createProFormField"
|
|
9398
9429
|
],
|
|
9399
9430
|
"searchTags": [],
|
|
9400
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
9431
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
9401
9432
|
"examples": [
|
|
9402
9433
|
{
|
|
9403
|
-
"hash": "
|
|
9434
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
9404
9435
|
"source": "canonical"
|
|
9405
9436
|
}
|
|
9406
9437
|
]
|
|
@@ -9468,10 +9499,10 @@
|
|
|
9468
9499
|
"createProFormField"
|
|
9469
9500
|
],
|
|
9470
9501
|
"searchTags": [],
|
|
9471
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
9502
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
9472
9503
|
"examples": [
|
|
9473
9504
|
{
|
|
9474
|
-
"hash": "
|
|
9505
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
9475
9506
|
"source": "canonical"
|
|
9476
9507
|
}
|
|
9477
9508
|
]
|
|
@@ -9539,10 +9570,10 @@
|
|
|
9539
9570
|
"createProFormField"
|
|
9540
9571
|
],
|
|
9541
9572
|
"searchTags": [],
|
|
9542
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
9573
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
9543
9574
|
"examples": [
|
|
9544
9575
|
{
|
|
9545
|
-
"hash": "
|
|
9576
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
9546
9577
|
"source": "canonical"
|
|
9547
9578
|
}
|
|
9548
9579
|
]
|
|
@@ -9610,10 +9641,10 @@
|
|
|
9610
9641
|
"createProFormField"
|
|
9611
9642
|
],
|
|
9612
9643
|
"searchTags": [],
|
|
9613
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
9644
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
9614
9645
|
"examples": [
|
|
9615
9646
|
{
|
|
9616
|
-
"hash": "
|
|
9647
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
9617
9648
|
"source": "canonical"
|
|
9618
9649
|
}
|
|
9619
9650
|
]
|
|
@@ -9681,10 +9712,10 @@
|
|
|
9681
9712
|
"createProFormField"
|
|
9682
9713
|
],
|
|
9683
9714
|
"searchTags": [],
|
|
9684
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
9715
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
9685
9716
|
"examples": [
|
|
9686
9717
|
{
|
|
9687
|
-
"hash": "
|
|
9718
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
9688
9719
|
"source": "canonical"
|
|
9689
9720
|
}
|
|
9690
9721
|
]
|
|
@@ -9752,10 +9783,10 @@
|
|
|
9752
9783
|
"createProFormField"
|
|
9753
9784
|
],
|
|
9754
9785
|
"searchTags": [],
|
|
9755
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
9786
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
9756
9787
|
"examples": [
|
|
9757
9788
|
{
|
|
9758
|
-
"hash": "
|
|
9789
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
9759
9790
|
"source": "canonical"
|
|
9760
9791
|
}
|
|
9761
9792
|
]
|
|
@@ -9824,10 +9855,10 @@
|
|
|
9824
9855
|
],
|
|
9825
9856
|
"searchTags": [],
|
|
9826
9857
|
"typeText": "Record<\n string | number,\n string | { text: string; disabled?: boolean }\n>",
|
|
9827
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
9858
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
9828
9859
|
"examples": [
|
|
9829
9860
|
{
|
|
9830
|
-
"hash": "
|
|
9861
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
9831
9862
|
"source": "canonical"
|
|
9832
9863
|
}
|
|
9833
9864
|
]
|
|
@@ -9896,10 +9927,10 @@
|
|
|
9896
9927
|
],
|
|
9897
9928
|
"searchTags": [],
|
|
9898
9929
|
"typeText": "| 'text'\n | 'password'\n | 'digit'\n | 'date'\n | 'dateTime'\n | 'select'\n | 'radio'\n | 'switch'\n | 'tag'",
|
|
9899
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
9930
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
9900
9931
|
"examples": [
|
|
9901
9932
|
{
|
|
9902
|
-
"hash": "
|
|
9933
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
9903
9934
|
"source": "canonical"
|
|
9904
9935
|
}
|
|
9905
9936
|
]
|
|
@@ -10001,14 +10032,14 @@
|
|
|
10001
10032
|
"progress",
|
|
10002
10033
|
"progress bar"
|
|
10003
10034
|
],
|
|
10004
|
-
"canonicalUsage": "import { Progress } from '@1money/
|
|
10035
|
+
"canonicalUsage": "import { Progress } from '@1money/component-ui';\n// or\nimport { Progress } from '@1money/component-ui/Progress';",
|
|
10005
10036
|
"examples": [
|
|
10006
10037
|
{
|
|
10007
|
-
"hash": "
|
|
10038
|
+
"hash": "881749c8a1a24d971f731a3a711abd8ca83a3db2291db92d41114f4df6b2b380",
|
|
10008
10039
|
"source": "canonical"
|
|
10009
10040
|
},
|
|
10010
10041
|
{
|
|
10011
|
-
"hash": "
|
|
10042
|
+
"hash": "28d655b4312a50e5d20bbbf1d018d4583bd377ee502b3ffee72ca3f17a1bb072",
|
|
10012
10043
|
"source": "readme"
|
|
10013
10044
|
},
|
|
10014
10045
|
{
|
|
@@ -10040,10 +10071,10 @@
|
|
|
10040
10071
|
],
|
|
10041
10072
|
"searchTags": [],
|
|
10042
10073
|
"typeText": "(typeof PROGRESS_COLORS)[number]",
|
|
10043
|
-
"canonicalUsage": "import { Progress } from '@1money/
|
|
10074
|
+
"canonicalUsage": "import { Progress } from '@1money/component-ui';\n// or\nimport { Progress } from '@1money/component-ui/Progress';",
|
|
10044
10075
|
"examples": [
|
|
10045
10076
|
{
|
|
10046
|
-
"hash": "
|
|
10077
|
+
"hash": "881749c8a1a24d971f731a3a711abd8ca83a3db2291db92d41114f4df6b2b380",
|
|
10047
10078
|
"source": "canonical"
|
|
10048
10079
|
}
|
|
10049
10080
|
]
|
|
@@ -10067,10 +10098,10 @@
|
|
|
10067
10098
|
],
|
|
10068
10099
|
"searchTags": [],
|
|
10069
10100
|
"typeText": "interface ProgressFormatContext { ... }",
|
|
10070
|
-
"canonicalUsage": "import { Progress } from '@1money/
|
|
10101
|
+
"canonicalUsage": "import { Progress } from '@1money/component-ui';\n// or\nimport { Progress } from '@1money/component-ui/Progress';",
|
|
10071
10102
|
"examples": [
|
|
10072
10103
|
{
|
|
10073
|
-
"hash": "
|
|
10104
|
+
"hash": "881749c8a1a24d971f731a3a711abd8ca83a3db2291db92d41114f4df6b2b380",
|
|
10074
10105
|
"source": "canonical"
|
|
10075
10106
|
}
|
|
10076
10107
|
]
|
|
@@ -10094,10 +10125,10 @@
|
|
|
10094
10125
|
],
|
|
10095
10126
|
"searchTags": [],
|
|
10096
10127
|
"typeText": "(typeof PROGRESS_PLACEMENTS)[number]",
|
|
10097
|
-
"canonicalUsage": "import { Progress } from '@1money/
|
|
10128
|
+
"canonicalUsage": "import { Progress } from '@1money/component-ui';\n// or\nimport { Progress } from '@1money/component-ui/Progress';",
|
|
10098
10129
|
"examples": [
|
|
10099
10130
|
{
|
|
10100
|
-
"hash": "
|
|
10131
|
+
"hash": "881749c8a1a24d971f731a3a711abd8ca83a3db2291db92d41114f4df6b2b380",
|
|
10101
10132
|
"source": "canonical"
|
|
10102
10133
|
}
|
|
10103
10134
|
]
|
|
@@ -10121,10 +10152,10 @@
|
|
|
10121
10152
|
],
|
|
10122
10153
|
"searchTags": [],
|
|
10123
10154
|
"typeText": "interface ProgressProps extends HTMLAttributes<HTMLDivElement> { ... }",
|
|
10124
|
-
"canonicalUsage": "import { Progress } from '@1money/
|
|
10155
|
+
"canonicalUsage": "import { Progress } from '@1money/component-ui';\n// or\nimport { Progress } from '@1money/component-ui/Progress';",
|
|
10125
10156
|
"examples": [
|
|
10126
10157
|
{
|
|
10127
|
-
"hash": "
|
|
10158
|
+
"hash": "881749c8a1a24d971f731a3a711abd8ca83a3db2291db92d41114f4df6b2b380",
|
|
10128
10159
|
"source": "canonical"
|
|
10129
10160
|
}
|
|
10130
10161
|
]
|
|
@@ -10148,10 +10179,10 @@
|
|
|
10148
10179
|
],
|
|
10149
10180
|
"searchTags": [],
|
|
10150
10181
|
"typeText": "(typeof PROGRESS_STATES)[number]",
|
|
10151
|
-
"canonicalUsage": "import { Progress } from '@1money/
|
|
10182
|
+
"canonicalUsage": "import { Progress } from '@1money/component-ui';\n// or\nimport { Progress } from '@1money/component-ui/Progress';",
|
|
10152
10183
|
"examples": [
|
|
10153
10184
|
{
|
|
10154
|
-
"hash": "
|
|
10185
|
+
"hash": "881749c8a1a24d971f731a3a711abd8ca83a3db2291db92d41114f4df6b2b380",
|
|
10155
10186
|
"source": "canonical"
|
|
10156
10187
|
}
|
|
10157
10188
|
]
|
|
@@ -10286,10 +10317,10 @@
|
|
|
10286
10317
|
"createProFormField"
|
|
10287
10318
|
],
|
|
10288
10319
|
"searchTags": [],
|
|
10289
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
10320
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
10290
10321
|
"examples": [
|
|
10291
10322
|
{
|
|
10292
|
-
"hash": "
|
|
10323
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
10293
10324
|
"source": "canonical"
|
|
10294
10325
|
}
|
|
10295
10326
|
]
|
|
@@ -10358,10 +10389,10 @@
|
|
|
10358
10389
|
],
|
|
10359
10390
|
"searchTags": [],
|
|
10360
10391
|
"typeText": "interface QueryFilterProps extends ProFormProps { ... }",
|
|
10361
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
10392
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
10362
10393
|
"examples": [
|
|
10363
10394
|
{
|
|
10364
|
-
"hash": "
|
|
10395
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
10365
10396
|
"source": "canonical"
|
|
10366
10397
|
}
|
|
10367
10398
|
]
|
|
@@ -10520,14 +10551,14 @@
|
|
|
10520
10551
|
"searchTags": [
|
|
10521
10552
|
"radio"
|
|
10522
10553
|
],
|
|
10523
|
-
"canonicalUsage": "import { Radio, RadioGroup } from '@1money/
|
|
10554
|
+
"canonicalUsage": "import { Radio, RadioGroup } from '@1money/component-ui';\n// or tree-shakeable\nimport { Radio, RadioGroup } from '@1money/component-ui/Radio';",
|
|
10524
10555
|
"examples": [
|
|
10525
10556
|
{
|
|
10526
|
-
"hash": "
|
|
10557
|
+
"hash": "29453274a03adf14b66bc942588fe73c83d286a864658c26536b67a996236cc7",
|
|
10527
10558
|
"source": "canonical"
|
|
10528
10559
|
},
|
|
10529
10560
|
{
|
|
10530
|
-
"hash": "
|
|
10561
|
+
"hash": "62b5efe615c2669f474d5e6b4b89e9548d25b067decf9570da5994151f8c3d63",
|
|
10531
10562
|
"source": "readme"
|
|
10532
10563
|
},
|
|
10533
10564
|
{
|
|
@@ -10642,10 +10673,10 @@
|
|
|
10642
10673
|
],
|
|
10643
10674
|
"searchTags": [],
|
|
10644
10675
|
"typeText": "'left' | 'center'",
|
|
10645
|
-
"canonicalUsage": "import { Radio, RadioGroup } from '@1money/
|
|
10676
|
+
"canonicalUsage": "import { Radio, RadioGroup } from '@1money/component-ui';\n// or tree-shakeable\nimport { Radio, RadioGroup } from '@1money/component-ui/Radio';",
|
|
10646
10677
|
"examples": [
|
|
10647
10678
|
{
|
|
10648
|
-
"hash": "
|
|
10679
|
+
"hash": "29453274a03adf14b66bc942588fe73c83d286a864658c26536b67a996236cc7",
|
|
10649
10680
|
"source": "canonical"
|
|
10650
10681
|
}
|
|
10651
10682
|
]
|
|
@@ -10672,10 +10703,10 @@
|
|
|
10672
10703
|
],
|
|
10673
10704
|
"searchTags": [],
|
|
10674
10705
|
"typeText": "interface RadioChangeEvent { ... }",
|
|
10675
|
-
"canonicalUsage": "import { Radio, RadioGroup } from '@1money/
|
|
10706
|
+
"canonicalUsage": "import { Radio, RadioGroup } from '@1money/component-ui';\n// or tree-shakeable\nimport { Radio, RadioGroup } from '@1money/component-ui/Radio';",
|
|
10676
10707
|
"examples": [
|
|
10677
10708
|
{
|
|
10678
|
-
"hash": "
|
|
10709
|
+
"hash": "29453274a03adf14b66bc942588fe73c83d286a864658c26536b67a996236cc7",
|
|
10679
10710
|
"source": "canonical"
|
|
10680
10711
|
}
|
|
10681
10712
|
]
|
|
@@ -10872,10 +10903,10 @@
|
|
|
10872
10903
|
"searchTags": [
|
|
10873
10904
|
"radio"
|
|
10874
10905
|
],
|
|
10875
|
-
"canonicalUsage": "import { Radio, RadioGroup } from '@1money/
|
|
10906
|
+
"canonicalUsage": "import { Radio, RadioGroup } from '@1money/component-ui';\n// or tree-shakeable\nimport { Radio, RadioGroup } from '@1money/component-ui/Radio';",
|
|
10876
10907
|
"examples": [
|
|
10877
10908
|
{
|
|
10878
|
-
"hash": "
|
|
10909
|
+
"hash": "29453274a03adf14b66bc942588fe73c83d286a864658c26536b67a996236cc7",
|
|
10879
10910
|
"source": "canonical"
|
|
10880
10911
|
}
|
|
10881
10912
|
]
|
|
@@ -10902,10 +10933,10 @@
|
|
|
10902
10933
|
],
|
|
10903
10934
|
"searchTags": [],
|
|
10904
10935
|
"typeText": "'vertical' | 'horizontal'",
|
|
10905
|
-
"canonicalUsage": "import { Radio, RadioGroup } from '@1money/
|
|
10936
|
+
"canonicalUsage": "import { Radio, RadioGroup } from '@1money/component-ui';\n// or tree-shakeable\nimport { Radio, RadioGroup } from '@1money/component-ui/Radio';",
|
|
10906
10937
|
"examples": [
|
|
10907
10938
|
{
|
|
10908
|
-
"hash": "
|
|
10939
|
+
"hash": "29453274a03adf14b66bc942588fe73c83d286a864658c26536b67a996236cc7",
|
|
10909
10940
|
"source": "canonical"
|
|
10910
10941
|
}
|
|
10911
10942
|
]
|
|
@@ -10932,10 +10963,10 @@
|
|
|
10932
10963
|
],
|
|
10933
10964
|
"searchTags": [],
|
|
10934
10965
|
"typeText": "interface RadioGroupProps { ... }",
|
|
10935
|
-
"canonicalUsage": "import { Radio, RadioGroup } from '@1money/
|
|
10966
|
+
"canonicalUsage": "import { Radio, RadioGroup } from '@1money/component-ui';\n// or tree-shakeable\nimport { Radio, RadioGroup } from '@1money/component-ui/Radio';",
|
|
10936
10967
|
"examples": [
|
|
10937
10968
|
{
|
|
10938
|
-
"hash": "
|
|
10969
|
+
"hash": "29453274a03adf14b66bc942588fe73c83d286a864658c26536b67a996236cc7",
|
|
10939
10970
|
"source": "canonical"
|
|
10940
10971
|
}
|
|
10941
10972
|
]
|
|
@@ -10962,10 +10993,10 @@
|
|
|
10962
10993
|
],
|
|
10963
10994
|
"searchTags": [],
|
|
10964
10995
|
"typeText": "interface RadioOptionItem { ... }",
|
|
10965
|
-
"canonicalUsage": "import { Radio, RadioGroup } from '@1money/
|
|
10996
|
+
"canonicalUsage": "import { Radio, RadioGroup } from '@1money/component-ui';\n// or tree-shakeable\nimport { Radio, RadioGroup } from '@1money/component-ui/Radio';",
|
|
10966
10997
|
"examples": [
|
|
10967
10998
|
{
|
|
10968
|
-
"hash": "
|
|
10999
|
+
"hash": "29453274a03adf14b66bc942588fe73c83d286a864658c26536b67a996236cc7",
|
|
10969
11000
|
"source": "canonical"
|
|
10970
11001
|
}
|
|
10971
11002
|
]
|
|
@@ -10992,10 +11023,10 @@
|
|
|
10992
11023
|
],
|
|
10993
11024
|
"searchTags": [],
|
|
10994
11025
|
"typeText": "interface RadioProps extends NativeRadioInputProps { ... }",
|
|
10995
|
-
"canonicalUsage": "import { Radio, RadioGroup } from '@1money/
|
|
11026
|
+
"canonicalUsage": "import { Radio, RadioGroup } from '@1money/component-ui';\n// or tree-shakeable\nimport { Radio, RadioGroup } from '@1money/component-ui/Radio';",
|
|
10996
11027
|
"examples": [
|
|
10997
11028
|
{
|
|
10998
|
-
"hash": "
|
|
11029
|
+
"hash": "29453274a03adf14b66bc942588fe73c83d286a864658c26536b67a996236cc7",
|
|
10999
11030
|
"source": "canonical"
|
|
11000
11031
|
}
|
|
11001
11032
|
]
|
|
@@ -11022,10 +11053,10 @@
|
|
|
11022
11053
|
],
|
|
11023
11054
|
"searchTags": [],
|
|
11024
11055
|
"typeText": "string | number",
|
|
11025
|
-
"canonicalUsage": "import { Radio, RadioGroup } from '@1money/
|
|
11056
|
+
"canonicalUsage": "import { Radio, RadioGroup } from '@1money/component-ui';\n// or tree-shakeable\nimport { Radio, RadioGroup } from '@1money/component-ui/Radio';",
|
|
11026
11057
|
"examples": [
|
|
11027
11058
|
{
|
|
11028
|
-
"hash": "
|
|
11059
|
+
"hash": "29453274a03adf14b66bc942588fe73c83d286a864658c26536b67a996236cc7",
|
|
11029
11060
|
"source": "canonical"
|
|
11030
11061
|
}
|
|
11031
11062
|
]
|
|
@@ -11080,14 +11111,14 @@
|
|
|
11080
11111
|
"useResizeObserver"
|
|
11081
11112
|
],
|
|
11082
11113
|
"searchTags": [],
|
|
11083
|
-
"canonicalUsage": "import { ResizeObserver, useResizeObserver } from '@1money/
|
|
11114
|
+
"canonicalUsage": "import { ResizeObserver, useResizeObserver } from '@1money/component-ui';\n// or\nimport { ResizeObserver, Collection, useResizeObserver } from '@1money/component-ui/ResizeObserver';",
|
|
11084
11115
|
"examples": [
|
|
11085
11116
|
{
|
|
11086
|
-
"hash": "
|
|
11117
|
+
"hash": "11a75effde4de419507479c188f4208bc45d4e54ee6928476375f622ea51f29d",
|
|
11087
11118
|
"source": "canonical"
|
|
11088
11119
|
},
|
|
11089
11120
|
{
|
|
11090
|
-
"hash": "
|
|
11121
|
+
"hash": "d85ceae6b6d298d1080aa6deb8853caf2818436e1ea75064e79bc43b28cc3223",
|
|
11091
11122
|
"source": "readme"
|
|
11092
11123
|
},
|
|
11093
11124
|
{
|
|
@@ -11134,10 +11165,10 @@
|
|
|
11134
11165
|
],
|
|
11135
11166
|
"searchTags": [],
|
|
11136
11167
|
"typeText": "(size: SizeInfo, element: HTMLElement) => void",
|
|
11137
|
-
"canonicalUsage": "import { ResizeObserver, useResizeObserver } from '@1money/
|
|
11168
|
+
"canonicalUsage": "import { ResizeObserver, useResizeObserver } from '@1money/component-ui';\n// or\nimport { ResizeObserver, Collection, useResizeObserver } from '@1money/component-ui/ResizeObserver';",
|
|
11138
11169
|
"examples": [
|
|
11139
11170
|
{
|
|
11140
|
-
"hash": "
|
|
11171
|
+
"hash": "11a75effde4de419507479c188f4208bc45d4e54ee6928476375f622ea51f29d",
|
|
11141
11172
|
"source": "canonical"
|
|
11142
11173
|
}
|
|
11143
11174
|
]
|
|
@@ -11160,10 +11191,10 @@
|
|
|
11160
11191
|
],
|
|
11161
11192
|
"searchTags": [],
|
|
11162
11193
|
"typeText": "interface ResizeObserverProps { ... }",
|
|
11163
|
-
"canonicalUsage": "import { ResizeObserver, useResizeObserver } from '@1money/
|
|
11194
|
+
"canonicalUsage": "import { ResizeObserver, useResizeObserver } from '@1money/component-ui';\n// or\nimport { ResizeObserver, Collection, useResizeObserver } from '@1money/component-ui/ResizeObserver';",
|
|
11164
11195
|
"examples": [
|
|
11165
11196
|
{
|
|
11166
|
-
"hash": "
|
|
11197
|
+
"hash": "11a75effde4de419507479c188f4208bc45d4e54ee6928476375f622ea51f29d",
|
|
11167
11198
|
"source": "canonical"
|
|
11168
11199
|
}
|
|
11169
11200
|
]
|
|
@@ -11186,10 +11217,10 @@
|
|
|
11186
11217
|
],
|
|
11187
11218
|
"searchTags": [],
|
|
11188
11219
|
"typeText": "interface SizeInfo { ... }",
|
|
11189
|
-
"canonicalUsage": "import { ResizeObserver, useResizeObserver } from '@1money/
|
|
11220
|
+
"canonicalUsage": "import { ResizeObserver, useResizeObserver } from '@1money/component-ui';\n// or\nimport { ResizeObserver, Collection, useResizeObserver } from '@1money/component-ui/ResizeObserver';",
|
|
11190
11221
|
"examples": [
|
|
11191
11222
|
{
|
|
11192
|
-
"hash": "
|
|
11223
|
+
"hash": "11a75effde4de419507479c188f4208bc45d4e54ee6928476375f622ea51f29d",
|
|
11193
11224
|
"source": "canonical"
|
|
11194
11225
|
}
|
|
11195
11226
|
]
|
|
@@ -11211,10 +11242,10 @@
|
|
|
11211
11242
|
"GridRowProps"
|
|
11212
11243
|
],
|
|
11213
11244
|
"searchTags": [],
|
|
11214
|
-
"canonicalUsage": "import { Grid, Row, Col } from '@1money/
|
|
11245
|
+
"canonicalUsage": "import { Grid, Row, Col } from '@1money/component-ui';\n// or\nimport { Grid, Row, Col } from '@1money/component-ui/Grid';\nimport { GRID_ALIGN, GRID_JUSTIFY } from '@1money/component-ui/Grid';",
|
|
11215
11246
|
"examples": [
|
|
11216
11247
|
{
|
|
11217
|
-
"hash": "
|
|
11248
|
+
"hash": "870e2b31b3b9f07f3c86e4a3d972ce2ac8d52ccfec472c80ef17614db549d99c",
|
|
11218
11249
|
"source": "canonical"
|
|
11219
11250
|
}
|
|
11220
11251
|
]
|
|
@@ -11283,10 +11314,10 @@
|
|
|
11283
11314
|
],
|
|
11284
11315
|
"searchTags": [],
|
|
11285
11316
|
"typeText": "interface Rule { ... }",
|
|
11286
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
11317
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
11287
11318
|
"examples": [
|
|
11288
11319
|
{
|
|
11289
|
-
"hash": "
|
|
11320
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
11290
11321
|
"source": "canonical"
|
|
11291
11322
|
}
|
|
11292
11323
|
]
|
|
@@ -11360,14 +11391,14 @@
|
|
|
11360
11391
|
"segment",
|
|
11361
11392
|
"segmented"
|
|
11362
11393
|
],
|
|
11363
|
-
"canonicalUsage": "import { Segment } from '@1money/
|
|
11394
|
+
"canonicalUsage": "import { Segment } from '@1money/component-ui';\n// or\nimport { Segment } from '@1money/component-ui/Segment';",
|
|
11364
11395
|
"examples": [
|
|
11365
11396
|
{
|
|
11366
|
-
"hash": "
|
|
11397
|
+
"hash": "f9a556c6bb441f9b96d63aaf12ad63145cdbe9193c743d5e921ef1ec53fc8224",
|
|
11367
11398
|
"source": "canonical"
|
|
11368
11399
|
},
|
|
11369
11400
|
{
|
|
11370
|
-
"hash": "
|
|
11401
|
+
"hash": "6cdbf053120c0759e352f165296a9e509b2a7f994d1bf58da3b65dd4e3603553",
|
|
11371
11402
|
"source": "readme"
|
|
11372
11403
|
},
|
|
11373
11404
|
{
|
|
@@ -11416,10 +11447,10 @@
|
|
|
11416
11447
|
],
|
|
11417
11448
|
"searchTags": [],
|
|
11418
11449
|
"typeText": "interface SegmentItem { ... }",
|
|
11419
|
-
"canonicalUsage": "import { Segment } from '@1money/
|
|
11450
|
+
"canonicalUsage": "import { Segment } from '@1money/component-ui';\n// or\nimport { Segment } from '@1money/component-ui/Segment';",
|
|
11420
11451
|
"examples": [
|
|
11421
11452
|
{
|
|
11422
|
-
"hash": "
|
|
11453
|
+
"hash": "f9a556c6bb441f9b96d63aaf12ad63145cdbe9193c743d5e921ef1ec53fc8224",
|
|
11423
11454
|
"source": "canonical"
|
|
11424
11455
|
}
|
|
11425
11456
|
]
|
|
@@ -11440,22 +11471,22 @@
|
|
|
11440
11471
|
],
|
|
11441
11472
|
"searchTags": [],
|
|
11442
11473
|
"typeText": "interface SegmentProps extends Omit<HTMLAttributes<HTMLDivElement>, 'onChange' | 'defaultValue'> { ... }",
|
|
11443
|
-
"canonicalUsage": "import { Segment } from '@1money/
|
|
11474
|
+
"canonicalUsage": "import { Segment } from '@1money/component-ui';\n// or\nimport { Segment } from '@1money/component-ui/Segment';",
|
|
11444
11475
|
"examples": [
|
|
11445
11476
|
{
|
|
11446
|
-
"hash": "
|
|
11477
|
+
"hash": "f9a556c6bb441f9b96d63aaf12ad63145cdbe9193c743d5e921ef1ec53fc8224",
|
|
11447
11478
|
"source": "canonical"
|
|
11448
11479
|
}
|
|
11449
11480
|
]
|
|
11450
11481
|
},
|
|
11451
11482
|
{
|
|
11452
11483
|
"name": "Select",
|
|
11453
|
-
"kind": "
|
|
11484
|
+
"kind": "module",
|
|
11454
11485
|
"category": "input",
|
|
11455
11486
|
"summary": "",
|
|
11456
11487
|
"importPath": "@1money/component-ui",
|
|
11457
11488
|
"subpathImport": "@1money/component-ui/Select",
|
|
11458
|
-
"sourceFile": "src/components/Select/
|
|
11489
|
+
"sourceFile": "src/components/Select/index.ts",
|
|
11459
11490
|
"props": [
|
|
11460
11491
|
{
|
|
11461
11492
|
"name": "ref",
|
|
@@ -11585,6 +11616,22 @@
|
|
|
11585
11616
|
"description": "",
|
|
11586
11617
|
"inheritedFrom": null
|
|
11587
11618
|
},
|
|
11619
|
+
{
|
|
11620
|
+
"name": "readOnly",
|
|
11621
|
+
"type": "boolean",
|
|
11622
|
+
"optional": true,
|
|
11623
|
+
"default": null,
|
|
11624
|
+
"description": "",
|
|
11625
|
+
"inheritedFrom": null
|
|
11626
|
+
},
|
|
11627
|
+
{
|
|
11628
|
+
"name": "loading",
|
|
11629
|
+
"type": "boolean",
|
|
11630
|
+
"optional": true,
|
|
11631
|
+
"default": null,
|
|
11632
|
+
"description": "",
|
|
11633
|
+
"inheritedFrom": null
|
|
11634
|
+
},
|
|
11588
11635
|
{
|
|
11589
11636
|
"name": "multiple",
|
|
11590
11637
|
"type": "boolean",
|
|
@@ -11633,6 +11680,14 @@
|
|
|
11633
11680
|
"description": "",
|
|
11634
11681
|
"inheritedFrom": null
|
|
11635
11682
|
},
|
|
11683
|
+
{
|
|
11684
|
+
"name": "filterInputAutoFocus",
|
|
11685
|
+
"type": "boolean",
|
|
11686
|
+
"optional": true,
|
|
11687
|
+
"default": "true",
|
|
11688
|
+
"description": "Whether to auto-focus the search input when the panel opens (only when `searchable` is true).",
|
|
11689
|
+
"inheritedFrom": null
|
|
11690
|
+
},
|
|
11636
11691
|
{
|
|
11637
11692
|
"name": "label",
|
|
11638
11693
|
"type": "ReactNode",
|
|
@@ -11713,6 +11768,38 @@
|
|
|
11713
11768
|
"description": "",
|
|
11714
11769
|
"inheritedFrom": null
|
|
11715
11770
|
},
|
|
11771
|
+
{
|
|
11772
|
+
"name": "portal",
|
|
11773
|
+
"type": "boolean",
|
|
11774
|
+
"optional": true,
|
|
11775
|
+
"default": null,
|
|
11776
|
+
"description": "",
|
|
11777
|
+
"inheritedFrom": null
|
|
11778
|
+
},
|
|
11779
|
+
{
|
|
11780
|
+
"name": "allowDeselect",
|
|
11781
|
+
"type": "boolean",
|
|
11782
|
+
"optional": true,
|
|
11783
|
+
"default": null,
|
|
11784
|
+
"description": "",
|
|
11785
|
+
"inheritedFrom": null
|
|
11786
|
+
},
|
|
11787
|
+
{
|
|
11788
|
+
"name": "panelClassName",
|
|
11789
|
+
"type": "string",
|
|
11790
|
+
"optional": true,
|
|
11791
|
+
"default": null,
|
|
11792
|
+
"description": "",
|
|
11793
|
+
"inheritedFrom": null
|
|
11794
|
+
},
|
|
11795
|
+
{
|
|
11796
|
+
"name": "optionClassName",
|
|
11797
|
+
"type": "string",
|
|
11798
|
+
"optional": true,
|
|
11799
|
+
"default": null,
|
|
11800
|
+
"description": "",
|
|
11801
|
+
"inheritedFrom": null
|
|
11802
|
+
},
|
|
11716
11803
|
{
|
|
11717
11804
|
"name": "listMaxHeight",
|
|
11718
11805
|
"type": "number",
|
|
@@ -11721,9 +11808,25 @@
|
|
|
11721
11808
|
"description": "",
|
|
11722
11809
|
"inheritedFrom": null
|
|
11723
11810
|
},
|
|
11811
|
+
{
|
|
11812
|
+
"name": "offset",
|
|
11813
|
+
"type": "SelectOffset",
|
|
11814
|
+
"optional": true,
|
|
11815
|
+
"default": "0",
|
|
11816
|
+
"description": "Gap between panel and trigger.",
|
|
11817
|
+
"inheritedFrom": null
|
|
11818
|
+
},
|
|
11819
|
+
{
|
|
11820
|
+
"name": "animation",
|
|
11821
|
+
"type": "FloatingAnimation",
|
|
11822
|
+
"optional": true,
|
|
11823
|
+
"default": null,
|
|
11824
|
+
"description": "Open/close animation.",
|
|
11825
|
+
"inheritedFrom": null
|
|
11826
|
+
},
|
|
11724
11827
|
{
|
|
11725
11828
|
"name": "onChange",
|
|
11726
|
-
"type": "(value: SelectValue
|
|
11829
|
+
"type": "(\n value: SelectValue,\n option?: SelectOption | SelectOption[],\n /** Echoes back the `name` prop so a single handler can route updates by field. */\n name?: string,\n ) => void",
|
|
11727
11830
|
"optional": true,
|
|
11728
11831
|
"default": null,
|
|
11729
11832
|
"description": "",
|
|
@@ -11766,7 +11869,15 @@
|
|
|
11766
11869
|
"type": "(option: SelectOption, meta: SelectRenderOptionMeta) => ReactNode",
|
|
11767
11870
|
"optional": true,
|
|
11768
11871
|
"default": null,
|
|
11769
|
-
"description": "",
|
|
11872
|
+
"description": "Fully replace an option's rendering, including the trailing selected check.",
|
|
11873
|
+
"inheritedFrom": null
|
|
11874
|
+
},
|
|
11875
|
+
{
|
|
11876
|
+
"name": "renderOptionContent",
|
|
11877
|
+
"type": "(option: SelectOption, meta: SelectRenderOptionMeta) => ReactNode",
|
|
11878
|
+
"optional": true,
|
|
11879
|
+
"default": null,
|
|
11880
|
+
"description": "Replace only the content portion of an option; the default selected check is still rendered by the component.",
|
|
11770
11881
|
"inheritedFrom": null
|
|
11771
11882
|
},
|
|
11772
11883
|
{
|
|
@@ -11782,6 +11893,9 @@
|
|
|
11782
11893
|
"Omit<HTMLAttributes<HTMLDivElement>, 'defaultValue' | 'onBlur' | 'onChange' | 'prefix'>"
|
|
11783
11894
|
],
|
|
11784
11895
|
"relatedSymbols": [
|
|
11896
|
+
"SelectCustomPanelContext",
|
|
11897
|
+
"SelectCustomProps",
|
|
11898
|
+
"SelectCustomTriggerContext",
|
|
11785
11899
|
"SelectMultipleValue",
|
|
11786
11900
|
"SelectOption",
|
|
11787
11901
|
"SelectOptionValue",
|
|
@@ -11797,14 +11911,12 @@
|
|
|
11797
11911
|
"dropdown",
|
|
11798
11912
|
"select"
|
|
11799
11913
|
],
|
|
11800
|
-
"
|
|
11914
|
+
"memberMap": {
|
|
11915
|
+
"Custom": "$local:SelectCustom"
|
|
11916
|
+
},
|
|
11801
11917
|
"examples": [
|
|
11802
11918
|
{
|
|
11803
|
-
"hash": "
|
|
11804
|
-
"source": "canonical"
|
|
11805
|
-
},
|
|
11806
|
-
{
|
|
11807
|
-
"hash": "dd93657d7534b2334888be68dade1a1eb682df7f98475406bbe3c8f36ca64ba0",
|
|
11919
|
+
"hash": "ce159c0e7bfe1dd2cc4a5af7ae9f34a34970888e35d8d9350afa752f3b6ee2b6",
|
|
11808
11920
|
"source": "readme"
|
|
11809
11921
|
},
|
|
11810
11922
|
{
|
|
@@ -11815,6 +11927,18 @@
|
|
|
11815
11927
|
"hash": "123291e7b1b33126adc91e8204e4002c37c71a74eb5bfca67a4da71b9aec2f6a",
|
|
11816
11928
|
"source": "stories"
|
|
11817
11929
|
},
|
|
11930
|
+
{
|
|
11931
|
+
"hash": "17a413d259fae192ca2f0c09fc23af856852b5f5ca65c1efa9dcb95480776ede",
|
|
11932
|
+
"source": "stories"
|
|
11933
|
+
},
|
|
11934
|
+
{
|
|
11935
|
+
"hash": "e4c665e871b8546f38972172c483114d1eef73a4fc2b83e6ad929d359c408796",
|
|
11936
|
+
"source": "stories"
|
|
11937
|
+
},
|
|
11938
|
+
{
|
|
11939
|
+
"hash": "20ec463b0b6df55a2fa2c5df4836735067151eb22ca13e76ea7b7795465b3141",
|
|
11940
|
+
"source": "stories"
|
|
11941
|
+
},
|
|
11818
11942
|
{
|
|
11819
11943
|
"hash": "9532a16e360ac90c4955a5d2fb7dbfd364a470857fe111e7c0f76c886afe2153",
|
|
11820
11944
|
"source": "stories"
|
|
@@ -11839,9 +11963,130 @@
|
|
|
11839
11963
|
"hash": "7f9b721c6811ebeeeda10ed23eb590ad0f0d00b3e64ce2aedb8a6e3b12179071",
|
|
11840
11964
|
"source": "stories"
|
|
11841
11965
|
},
|
|
11966
|
+
{
|
|
11967
|
+
"hash": "72f524de604ba1db3308d0b8f5131b0204abf6a3e411be78f4f61d0fc2081eb7",
|
|
11968
|
+
"source": "stories"
|
|
11969
|
+
},
|
|
11842
11970
|
{
|
|
11843
11971
|
"hash": "90bea0eac958ff92526a0901cd2515a8694e96039b3d056e709ede70bd1b4678",
|
|
11844
11972
|
"source": "stories"
|
|
11973
|
+
},
|
|
11974
|
+
{
|
|
11975
|
+
"hash": "388bcf7888091d287918f2abfe24285c3cfff0239bf53bd18a57521a4d44c8e1",
|
|
11976
|
+
"source": "stories"
|
|
11977
|
+
},
|
|
11978
|
+
{
|
|
11979
|
+
"hash": "41af856d1d6a822e2c95f25c337807c0d18d1e445d318d07621beba85ce3e926",
|
|
11980
|
+
"source": "stories"
|
|
11981
|
+
},
|
|
11982
|
+
{
|
|
11983
|
+
"hash": "1cc244bf13712c43e79b378e25198234696ed488d0a147473327f0eb16c461bc",
|
|
11984
|
+
"source": "stories"
|
|
11985
|
+
}
|
|
11986
|
+
]
|
|
11987
|
+
},
|
|
11988
|
+
{
|
|
11989
|
+
"name": "SelectCustomPanelContext",
|
|
11990
|
+
"kind": "type",
|
|
11991
|
+
"category": "input",
|
|
11992
|
+
"summary": "",
|
|
11993
|
+
"importPath": "@1money/component-ui",
|
|
11994
|
+
"subpathImport": "@1money/component-ui/Select",
|
|
11995
|
+
"sourceFile": "src/components/Select/interface.ts",
|
|
11996
|
+
"props": [],
|
|
11997
|
+
"extends": [],
|
|
11998
|
+
"relatedSymbols": [
|
|
11999
|
+
"Select",
|
|
12000
|
+
"SelectCustomProps",
|
|
12001
|
+
"SelectCustomTriggerContext",
|
|
12002
|
+
"SelectMultipleValue",
|
|
12003
|
+
"SelectOption",
|
|
12004
|
+
"SelectOptionValue",
|
|
12005
|
+
"SelectProps",
|
|
12006
|
+
"SelectRenderOptionMeta",
|
|
12007
|
+
"SelectRenderValueMeta",
|
|
12008
|
+
"SelectSingleValue",
|
|
12009
|
+
"SelectSize",
|
|
12010
|
+
"SelectStatus",
|
|
12011
|
+
"SelectValue"
|
|
12012
|
+
],
|
|
12013
|
+
"searchTags": [],
|
|
12014
|
+
"typeText": "interface SelectCustomPanelContext { ... }",
|
|
12015
|
+
"canonicalUsage": "import { Select } from '@1money/component-ui';\n// or\nimport { Select } from '@1money/component-ui/Select';",
|
|
12016
|
+
"examples": [
|
|
12017
|
+
{
|
|
12018
|
+
"hash": "ce52fe36100d5fa98b9745a1baf1b08d615fed812bf0a8c9022f4e95e68f2f13",
|
|
12019
|
+
"source": "canonical"
|
|
12020
|
+
}
|
|
12021
|
+
]
|
|
12022
|
+
},
|
|
12023
|
+
{
|
|
12024
|
+
"name": "SelectCustomProps",
|
|
12025
|
+
"kind": "type",
|
|
12026
|
+
"category": "input",
|
|
12027
|
+
"summary": "",
|
|
12028
|
+
"importPath": "@1money/component-ui",
|
|
12029
|
+
"subpathImport": "@1money/component-ui/Select",
|
|
12030
|
+
"sourceFile": "src/components/Select/interface.ts",
|
|
12031
|
+
"props": [],
|
|
12032
|
+
"extends": [],
|
|
12033
|
+
"relatedSymbols": [
|
|
12034
|
+
"Select",
|
|
12035
|
+
"SelectCustomPanelContext",
|
|
12036
|
+
"SelectCustomTriggerContext",
|
|
12037
|
+
"SelectMultipleValue",
|
|
12038
|
+
"SelectOption",
|
|
12039
|
+
"SelectOptionValue",
|
|
12040
|
+
"SelectProps",
|
|
12041
|
+
"SelectRenderOptionMeta",
|
|
12042
|
+
"SelectRenderValueMeta",
|
|
12043
|
+
"SelectSingleValue",
|
|
12044
|
+
"SelectSize",
|
|
12045
|
+
"SelectStatus",
|
|
12046
|
+
"SelectValue"
|
|
12047
|
+
],
|
|
12048
|
+
"searchTags": [],
|
|
12049
|
+
"typeText": "interface SelectCustomProps extends Omit<HTMLAttributes<HTMLDivElement>, 'children' | 'onBlur' | 'prefix'> { ... }",
|
|
12050
|
+
"canonicalUsage": "import { Select } from '@1money/component-ui';\n// or\nimport { Select } from '@1money/component-ui/Select';",
|
|
12051
|
+
"examples": [
|
|
12052
|
+
{
|
|
12053
|
+
"hash": "ce52fe36100d5fa98b9745a1baf1b08d615fed812bf0a8c9022f4e95e68f2f13",
|
|
12054
|
+
"source": "canonical"
|
|
12055
|
+
}
|
|
12056
|
+
]
|
|
12057
|
+
},
|
|
12058
|
+
{
|
|
12059
|
+
"name": "SelectCustomTriggerContext",
|
|
12060
|
+
"kind": "type",
|
|
12061
|
+
"category": "input",
|
|
12062
|
+
"summary": "",
|
|
12063
|
+
"importPath": "@1money/component-ui",
|
|
12064
|
+
"subpathImport": "@1money/component-ui/Select",
|
|
12065
|
+
"sourceFile": "src/components/Select/interface.ts",
|
|
12066
|
+
"props": [],
|
|
12067
|
+
"extends": [],
|
|
12068
|
+
"relatedSymbols": [
|
|
12069
|
+
"Select",
|
|
12070
|
+
"SelectCustomPanelContext",
|
|
12071
|
+
"SelectCustomProps",
|
|
12072
|
+
"SelectMultipleValue",
|
|
12073
|
+
"SelectOption",
|
|
12074
|
+
"SelectOptionValue",
|
|
12075
|
+
"SelectProps",
|
|
12076
|
+
"SelectRenderOptionMeta",
|
|
12077
|
+
"SelectRenderValueMeta",
|
|
12078
|
+
"SelectSingleValue",
|
|
12079
|
+
"SelectSize",
|
|
12080
|
+
"SelectStatus",
|
|
12081
|
+
"SelectValue"
|
|
12082
|
+
],
|
|
12083
|
+
"searchTags": [],
|
|
12084
|
+
"typeText": "interface SelectCustomTriggerContext { ... }",
|
|
12085
|
+
"canonicalUsage": "import { Select } from '@1money/component-ui';\n// or\nimport { Select } from '@1money/component-ui/Select';",
|
|
12086
|
+
"examples": [
|
|
12087
|
+
{
|
|
12088
|
+
"hash": "ce52fe36100d5fa98b9745a1baf1b08d615fed812bf0a8c9022f4e95e68f2f13",
|
|
12089
|
+
"source": "canonical"
|
|
11845
12090
|
}
|
|
11846
12091
|
]
|
|
11847
12092
|
},
|
|
@@ -11857,6 +12102,9 @@
|
|
|
11857
12102
|
"extends": [],
|
|
11858
12103
|
"relatedSymbols": [
|
|
11859
12104
|
"Select",
|
|
12105
|
+
"SelectCustomPanelContext",
|
|
12106
|
+
"SelectCustomProps",
|
|
12107
|
+
"SelectCustomTriggerContext",
|
|
11860
12108
|
"SelectOption",
|
|
11861
12109
|
"SelectOptionValue",
|
|
11862
12110
|
"SelectProps",
|
|
@@ -11869,10 +12117,10 @@
|
|
|
11869
12117
|
],
|
|
11870
12118
|
"searchTags": [],
|
|
11871
12119
|
"typeText": "SelectOptionValue[]",
|
|
11872
|
-
"canonicalUsage": "import { Select } from '@1money/
|
|
12120
|
+
"canonicalUsage": "import { Select } from '@1money/component-ui';\n// or\nimport { Select } from '@1money/component-ui/Select';",
|
|
11873
12121
|
"examples": [
|
|
11874
12122
|
{
|
|
11875
|
-
"hash": "
|
|
12123
|
+
"hash": "ce52fe36100d5fa98b9745a1baf1b08d615fed812bf0a8c9022f4e95e68f2f13",
|
|
11876
12124
|
"source": "canonical"
|
|
11877
12125
|
}
|
|
11878
12126
|
]
|
|
@@ -11889,6 +12137,9 @@
|
|
|
11889
12137
|
"extends": [],
|
|
11890
12138
|
"relatedSymbols": [
|
|
11891
12139
|
"Select",
|
|
12140
|
+
"SelectCustomPanelContext",
|
|
12141
|
+
"SelectCustomProps",
|
|
12142
|
+
"SelectCustomTriggerContext",
|
|
11892
12143
|
"SelectMultipleValue",
|
|
11893
12144
|
"SelectOptionValue",
|
|
11894
12145
|
"SelectProps",
|
|
@@ -11901,10 +12152,10 @@
|
|
|
11901
12152
|
],
|
|
11902
12153
|
"searchTags": [],
|
|
11903
12154
|
"typeText": "interface SelectOption { ... }",
|
|
11904
|
-
"canonicalUsage": "import { Select } from '@1money/
|
|
12155
|
+
"canonicalUsage": "import { Select } from '@1money/component-ui';\n// or\nimport { Select } from '@1money/component-ui/Select';",
|
|
11905
12156
|
"examples": [
|
|
11906
12157
|
{
|
|
11907
|
-
"hash": "
|
|
12158
|
+
"hash": "ce52fe36100d5fa98b9745a1baf1b08d615fed812bf0a8c9022f4e95e68f2f13",
|
|
11908
12159
|
"source": "canonical"
|
|
11909
12160
|
}
|
|
11910
12161
|
]
|
|
@@ -11921,6 +12172,9 @@
|
|
|
11921
12172
|
"extends": [],
|
|
11922
12173
|
"relatedSymbols": [
|
|
11923
12174
|
"Select",
|
|
12175
|
+
"SelectCustomPanelContext",
|
|
12176
|
+
"SelectCustomProps",
|
|
12177
|
+
"SelectCustomTriggerContext",
|
|
11924
12178
|
"SelectMultipleValue",
|
|
11925
12179
|
"SelectOption",
|
|
11926
12180
|
"SelectProps",
|
|
@@ -11933,10 +12187,10 @@
|
|
|
11933
12187
|
],
|
|
11934
12188
|
"searchTags": [],
|
|
11935
12189
|
"typeText": "string | number",
|
|
11936
|
-
"canonicalUsage": "import { Select } from '@1money/
|
|
12190
|
+
"canonicalUsage": "import { Select } from '@1money/component-ui';\n// or\nimport { Select } from '@1money/component-ui/Select';",
|
|
11937
12191
|
"examples": [
|
|
11938
12192
|
{
|
|
11939
|
-
"hash": "
|
|
12193
|
+
"hash": "ce52fe36100d5fa98b9745a1baf1b08d615fed812bf0a8c9022f4e95e68f2f13",
|
|
11940
12194
|
"source": "canonical"
|
|
11941
12195
|
}
|
|
11942
12196
|
]
|
|
@@ -11953,6 +12207,9 @@
|
|
|
11953
12207
|
"extends": [],
|
|
11954
12208
|
"relatedSymbols": [
|
|
11955
12209
|
"Select",
|
|
12210
|
+
"SelectCustomPanelContext",
|
|
12211
|
+
"SelectCustomProps",
|
|
12212
|
+
"SelectCustomTriggerContext",
|
|
11956
12213
|
"SelectMultipleValue",
|
|
11957
12214
|
"SelectOption",
|
|
11958
12215
|
"SelectOptionValue",
|
|
@@ -11965,10 +12222,10 @@
|
|
|
11965
12222
|
],
|
|
11966
12223
|
"searchTags": [],
|
|
11967
12224
|
"typeText": "interface SelectProps extends Omit<HTMLAttributes<HTMLDivElement>, 'defaultValue' | 'onBlur' | 'onChange' | 'prefix'> { ... }",
|
|
11968
|
-
"canonicalUsage": "import { Select } from '@1money/
|
|
12225
|
+
"canonicalUsage": "import { Select } from '@1money/component-ui';\n// or\nimport { Select } from '@1money/component-ui/Select';",
|
|
11969
12226
|
"examples": [
|
|
11970
12227
|
{
|
|
11971
|
-
"hash": "
|
|
12228
|
+
"hash": "ce52fe36100d5fa98b9745a1baf1b08d615fed812bf0a8c9022f4e95e68f2f13",
|
|
11972
12229
|
"source": "canonical"
|
|
11973
12230
|
}
|
|
11974
12231
|
]
|
|
@@ -11985,6 +12242,9 @@
|
|
|
11985
12242
|
"extends": [],
|
|
11986
12243
|
"relatedSymbols": [
|
|
11987
12244
|
"Select",
|
|
12245
|
+
"SelectCustomPanelContext",
|
|
12246
|
+
"SelectCustomProps",
|
|
12247
|
+
"SelectCustomTriggerContext",
|
|
11988
12248
|
"SelectMultipleValue",
|
|
11989
12249
|
"SelectOption",
|
|
11990
12250
|
"SelectOptionValue",
|
|
@@ -11997,10 +12257,10 @@
|
|
|
11997
12257
|
],
|
|
11998
12258
|
"searchTags": [],
|
|
11999
12259
|
"typeText": "interface SelectRenderOptionMeta { ... }",
|
|
12000
|
-
"canonicalUsage": "import { Select } from '@1money/
|
|
12260
|
+
"canonicalUsage": "import { Select } from '@1money/component-ui';\n// or\nimport { Select } from '@1money/component-ui/Select';",
|
|
12001
12261
|
"examples": [
|
|
12002
12262
|
{
|
|
12003
|
-
"hash": "
|
|
12263
|
+
"hash": "ce52fe36100d5fa98b9745a1baf1b08d615fed812bf0a8c9022f4e95e68f2f13",
|
|
12004
12264
|
"source": "canonical"
|
|
12005
12265
|
}
|
|
12006
12266
|
]
|
|
@@ -12017,6 +12277,9 @@
|
|
|
12017
12277
|
"extends": [],
|
|
12018
12278
|
"relatedSymbols": [
|
|
12019
12279
|
"Select",
|
|
12280
|
+
"SelectCustomPanelContext",
|
|
12281
|
+
"SelectCustomProps",
|
|
12282
|
+
"SelectCustomTriggerContext",
|
|
12020
12283
|
"SelectMultipleValue",
|
|
12021
12284
|
"SelectOption",
|
|
12022
12285
|
"SelectOptionValue",
|
|
@@ -12029,10 +12292,10 @@
|
|
|
12029
12292
|
],
|
|
12030
12293
|
"searchTags": [],
|
|
12031
12294
|
"typeText": "interface SelectRenderValueMeta { ... }",
|
|
12032
|
-
"canonicalUsage": "import { Select } from '@1money/
|
|
12295
|
+
"canonicalUsage": "import { Select } from '@1money/component-ui';\n// or\nimport { Select } from '@1money/component-ui/Select';",
|
|
12033
12296
|
"examples": [
|
|
12034
12297
|
{
|
|
12035
|
-
"hash": "
|
|
12298
|
+
"hash": "ce52fe36100d5fa98b9745a1baf1b08d615fed812bf0a8c9022f4e95e68f2f13",
|
|
12036
12299
|
"source": "canonical"
|
|
12037
12300
|
}
|
|
12038
12301
|
]
|
|
@@ -12049,6 +12312,9 @@
|
|
|
12049
12312
|
"extends": [],
|
|
12050
12313
|
"relatedSymbols": [
|
|
12051
12314
|
"Select",
|
|
12315
|
+
"SelectCustomPanelContext",
|
|
12316
|
+
"SelectCustomProps",
|
|
12317
|
+
"SelectCustomTriggerContext",
|
|
12052
12318
|
"SelectMultipleValue",
|
|
12053
12319
|
"SelectOption",
|
|
12054
12320
|
"SelectOptionValue",
|
|
@@ -12061,10 +12327,10 @@
|
|
|
12061
12327
|
],
|
|
12062
12328
|
"searchTags": [],
|
|
12063
12329
|
"typeText": "SelectOptionValue | null | undefined",
|
|
12064
|
-
"canonicalUsage": "import { Select } from '@1money/
|
|
12330
|
+
"canonicalUsage": "import { Select } from '@1money/component-ui';\n// or\nimport { Select } from '@1money/component-ui/Select';",
|
|
12065
12331
|
"examples": [
|
|
12066
12332
|
{
|
|
12067
|
-
"hash": "
|
|
12333
|
+
"hash": "ce52fe36100d5fa98b9745a1baf1b08d615fed812bf0a8c9022f4e95e68f2f13",
|
|
12068
12334
|
"source": "canonical"
|
|
12069
12335
|
}
|
|
12070
12336
|
]
|
|
@@ -12081,6 +12347,9 @@
|
|
|
12081
12347
|
"extends": [],
|
|
12082
12348
|
"relatedSymbols": [
|
|
12083
12349
|
"Select",
|
|
12350
|
+
"SelectCustomPanelContext",
|
|
12351
|
+
"SelectCustomProps",
|
|
12352
|
+
"SelectCustomTriggerContext",
|
|
12084
12353
|
"SelectMultipleValue",
|
|
12085
12354
|
"SelectOption",
|
|
12086
12355
|
"SelectOptionValue",
|
|
@@ -12093,10 +12362,10 @@
|
|
|
12093
12362
|
],
|
|
12094
12363
|
"searchTags": [],
|
|
12095
12364
|
"typeText": "(typeof SELECT_SIZES)[number]",
|
|
12096
|
-
"canonicalUsage": "import { Select } from '@1money/
|
|
12365
|
+
"canonicalUsage": "import { Select } from '@1money/component-ui';\n// or\nimport { Select } from '@1money/component-ui/Select';",
|
|
12097
12366
|
"examples": [
|
|
12098
12367
|
{
|
|
12099
|
-
"hash": "
|
|
12368
|
+
"hash": "ce52fe36100d5fa98b9745a1baf1b08d615fed812bf0a8c9022f4e95e68f2f13",
|
|
12100
12369
|
"source": "canonical"
|
|
12101
12370
|
}
|
|
12102
12371
|
]
|
|
@@ -12113,6 +12382,9 @@
|
|
|
12113
12382
|
"extends": [],
|
|
12114
12383
|
"relatedSymbols": [
|
|
12115
12384
|
"Select",
|
|
12385
|
+
"SelectCustomPanelContext",
|
|
12386
|
+
"SelectCustomProps",
|
|
12387
|
+
"SelectCustomTriggerContext",
|
|
12116
12388
|
"SelectMultipleValue",
|
|
12117
12389
|
"SelectOption",
|
|
12118
12390
|
"SelectOptionValue",
|
|
@@ -12125,10 +12397,10 @@
|
|
|
12125
12397
|
],
|
|
12126
12398
|
"searchTags": [],
|
|
12127
12399
|
"typeText": "(typeof SELECT_STATUSES)[number]",
|
|
12128
|
-
"canonicalUsage": "import { Select } from '@1money/
|
|
12400
|
+
"canonicalUsage": "import { Select } from '@1money/component-ui';\n// or\nimport { Select } from '@1money/component-ui/Select';",
|
|
12129
12401
|
"examples": [
|
|
12130
12402
|
{
|
|
12131
|
-
"hash": "
|
|
12403
|
+
"hash": "ce52fe36100d5fa98b9745a1baf1b08d615fed812bf0a8c9022f4e95e68f2f13",
|
|
12132
12404
|
"source": "canonical"
|
|
12133
12405
|
}
|
|
12134
12406
|
]
|
|
@@ -12145,6 +12417,9 @@
|
|
|
12145
12417
|
"extends": [],
|
|
12146
12418
|
"relatedSymbols": [
|
|
12147
12419
|
"Select",
|
|
12420
|
+
"SelectCustomPanelContext",
|
|
12421
|
+
"SelectCustomProps",
|
|
12422
|
+
"SelectCustomTriggerContext",
|
|
12148
12423
|
"SelectMultipleValue",
|
|
12149
12424
|
"SelectOption",
|
|
12150
12425
|
"SelectOptionValue",
|
|
@@ -12157,10 +12432,10 @@
|
|
|
12157
12432
|
],
|
|
12158
12433
|
"searchTags": [],
|
|
12159
12434
|
"typeText": "SelectSingleValue | SelectMultipleValue",
|
|
12160
|
-
"canonicalUsage": "import { Select } from '@1money/
|
|
12435
|
+
"canonicalUsage": "import { Select } from '@1money/component-ui';\n// or\nimport { Select } from '@1money/component-ui/Select';",
|
|
12161
12436
|
"examples": [
|
|
12162
12437
|
{
|
|
12163
|
-
"hash": "
|
|
12438
|
+
"hash": "ce52fe36100d5fa98b9745a1baf1b08d615fed812bf0a8c9022f4e95e68f2f13",
|
|
12164
12439
|
"source": "canonical"
|
|
12165
12440
|
}
|
|
12166
12441
|
]
|
|
@@ -12248,14 +12523,14 @@
|
|
|
12248
12523
|
"searchTags": [
|
|
12249
12524
|
"skeleton"
|
|
12250
12525
|
],
|
|
12251
|
-
"canonicalUsage": "import { Skeleton } from '@1money/
|
|
12526
|
+
"canonicalUsage": "import { Skeleton } from '@1money/component-ui';\n// or\nimport { Skeleton } from '@1money/component-ui/Skeleton';",
|
|
12252
12527
|
"examples": [
|
|
12253
12528
|
{
|
|
12254
|
-
"hash": "
|
|
12529
|
+
"hash": "a9c090e5b6baf8fbf540fa9467f4b5fa43e6cc9de869c162084bb5262534e1d6",
|
|
12255
12530
|
"source": "canonical"
|
|
12256
12531
|
},
|
|
12257
12532
|
{
|
|
12258
|
-
"hash": "
|
|
12533
|
+
"hash": "fbd27b2c45cf77922ee28f98299af2815b390ade86f902db573d0f520dcc2eb6",
|
|
12259
12534
|
"source": "readme"
|
|
12260
12535
|
},
|
|
12261
12536
|
{
|
|
@@ -12287,10 +12562,10 @@
|
|
|
12287
12562
|
],
|
|
12288
12563
|
"searchTags": [],
|
|
12289
12564
|
"typeText": "interface SkeletonProps extends Omit<HTMLAttributes<HTMLDivElement>, 'children'> { ... }",
|
|
12290
|
-
"canonicalUsage": "import { Skeleton } from '@1money/
|
|
12565
|
+
"canonicalUsage": "import { Skeleton } from '@1money/component-ui';\n// or\nimport { Skeleton } from '@1money/component-ui/Skeleton';",
|
|
12291
12566
|
"examples": [
|
|
12292
12567
|
{
|
|
12293
|
-
"hash": "
|
|
12568
|
+
"hash": "a9c090e5b6baf8fbf540fa9467f4b5fa43e6cc9de869c162084bb5262534e1d6",
|
|
12294
12569
|
"source": "canonical"
|
|
12295
12570
|
}
|
|
12296
12571
|
]
|
|
@@ -12480,14 +12755,14 @@
|
|
|
12480
12755
|
"searchTags": [
|
|
12481
12756
|
"slider"
|
|
12482
12757
|
],
|
|
12483
|
-
"canonicalUsage": "import { Slider } from '@1money/
|
|
12758
|
+
"canonicalUsage": "import { Slider } from '@1money/component-ui';\n// or\nimport { Slider } from '@1money/component-ui/Slider';",
|
|
12484
12759
|
"examples": [
|
|
12485
12760
|
{
|
|
12486
|
-
"hash": "
|
|
12761
|
+
"hash": "10c3dc4b995524ead942626d1a9e7ef96f11e52235700d42ddbf138090b3a9ad",
|
|
12487
12762
|
"source": "canonical"
|
|
12488
12763
|
},
|
|
12489
12764
|
{
|
|
12490
|
-
"hash": "
|
|
12765
|
+
"hash": "5a4df64ed15fd8845be815f9f67cd01c0f22d1a22431c653c972f7ab6cff60f7",
|
|
12491
12766
|
"source": "readme"
|
|
12492
12767
|
},
|
|
12493
12768
|
{
|
|
@@ -12515,10 +12790,39 @@
|
|
|
12515
12790
|
],
|
|
12516
12791
|
"searchTags": [],
|
|
12517
12792
|
"typeText": "interface SliderProps { ... }",
|
|
12518
|
-
"canonicalUsage": "import { Slider } from '@1money/
|
|
12793
|
+
"canonicalUsage": "import { Slider } from '@1money/component-ui';\n// or\nimport { Slider } from '@1money/component-ui/Slider';",
|
|
12519
12794
|
"examples": [
|
|
12520
12795
|
{
|
|
12521
|
-
"hash": "
|
|
12796
|
+
"hash": "10c3dc4b995524ead942626d1a9e7ef96f11e52235700d42ddbf138090b3a9ad",
|
|
12797
|
+
"source": "canonical"
|
|
12798
|
+
}
|
|
12799
|
+
]
|
|
12800
|
+
},
|
|
12801
|
+
{
|
|
12802
|
+
"name": "SortIconStatus",
|
|
12803
|
+
"kind": "type",
|
|
12804
|
+
"category": "display",
|
|
12805
|
+
"summary": "",
|
|
12806
|
+
"importPath": "@1money/component-ui",
|
|
12807
|
+
"subpathImport": "@1money/component-ui/Icons",
|
|
12808
|
+
"sourceFile": "src/components/Icons/SVGs.tsx",
|
|
12809
|
+
"props": [],
|
|
12810
|
+
"extends": [],
|
|
12811
|
+
"relatedSymbols": [
|
|
12812
|
+
"IconHover",
|
|
12813
|
+
"IconHoverProps",
|
|
12814
|
+
"IconName",
|
|
12815
|
+
"IconWrapper",
|
|
12816
|
+
"IconWrapperProps",
|
|
12817
|
+
"Icons",
|
|
12818
|
+
"IconsProps"
|
|
12819
|
+
],
|
|
12820
|
+
"searchTags": [],
|
|
12821
|
+
"typeText": "(typeof SORT_ICON_STATUSES)[number]",
|
|
12822
|
+
"canonicalUsage": "import { Icons, IconWrapper, IconHover } from '@1money/component-ui';\n// or\nimport { Icons, IconWrapper, IconHover } from '@1money/component-ui/Icons';\n\n// Type imports\nimport type { IconName, SortIconStatus } from '@1money/component-ui';",
|
|
12823
|
+
"examples": [
|
|
12824
|
+
{
|
|
12825
|
+
"hash": "920c6084b0c74e8e6ccd8e98e3afd2477bffb820950ef10b1e933c2597cd446f",
|
|
12522
12826
|
"source": "canonical"
|
|
12523
12827
|
}
|
|
12524
12828
|
]
|
|
@@ -12588,18 +12892,18 @@
|
|
|
12588
12892
|
"SpaceProps"
|
|
12589
12893
|
],
|
|
12590
12894
|
"searchTags": [],
|
|
12591
|
-
"canonicalUsage": "import { Space } from '@1money/
|
|
12895
|
+
"canonicalUsage": "import { Space } from '@1money/component-ui';\n// or\nimport { Space } from '@1money/component-ui/Space';\nimport { SPACE_ALIGN, SPACE_DIRECTION, SPACE_SIZE } from '@1money/component-ui/Space';",
|
|
12592
12896
|
"examples": [
|
|
12593
12897
|
{
|
|
12594
|
-
"hash": "
|
|
12898
|
+
"hash": "42725955e8eb348643a00cbbd15d1485475e1917d44f5e685f6f2a094fa6a4a5",
|
|
12595
12899
|
"source": "canonical"
|
|
12596
12900
|
},
|
|
12597
12901
|
{
|
|
12598
|
-
"hash": "
|
|
12902
|
+
"hash": "df33210419a98aec37dfae90fbea2a1d1a5b7daf39ed1b4eee00184821d2f944",
|
|
12599
12903
|
"source": "readme"
|
|
12600
12904
|
},
|
|
12601
12905
|
{
|
|
12602
|
-
"hash": "
|
|
12906
|
+
"hash": "b89885447fe4270b68a9a64c1a3c6664144939f977fd39aee5bb7e7334679a38",
|
|
12603
12907
|
"source": "readme"
|
|
12604
12908
|
},
|
|
12605
12909
|
{
|
|
@@ -12659,10 +12963,10 @@
|
|
|
12659
12963
|
],
|
|
12660
12964
|
"searchTags": [],
|
|
12661
12965
|
"typeText": "interface SpaceProps extends HTMLAttributes<HTMLDivElement> { ... }",
|
|
12662
|
-
"canonicalUsage": "import { Space } from '@1money/
|
|
12966
|
+
"canonicalUsage": "import { Space } from '@1money/component-ui';\n// or\nimport { Space } from '@1money/component-ui/Space';\nimport { SPACE_ALIGN, SPACE_DIRECTION, SPACE_SIZE } from '@1money/component-ui/Space';",
|
|
12663
12967
|
"examples": [
|
|
12664
12968
|
{
|
|
12665
|
-
"hash": "
|
|
12969
|
+
"hash": "42725955e8eb348643a00cbbd15d1485475e1917d44f5e685f6f2a094fa6a4a5",
|
|
12666
12970
|
"source": "canonical"
|
|
12667
12971
|
}
|
|
12668
12972
|
]
|
|
@@ -12744,14 +13048,14 @@
|
|
|
12744
13048
|
"loading",
|
|
12745
13049
|
"spinner"
|
|
12746
13050
|
],
|
|
12747
|
-
"canonicalUsage": "import { Spinner } from '@1money/
|
|
13051
|
+
"canonicalUsage": "import { Spinner } from '@1money/component-ui';\n// or\nimport { Spinner } from '@1money/component-ui/Spinner';",
|
|
12748
13052
|
"examples": [
|
|
12749
13053
|
{
|
|
12750
|
-
"hash": "
|
|
13054
|
+
"hash": "36788273238e85e65bbc04aade71ec57ec93c9371eb2414aa4bbac932afe4cc8",
|
|
12751
13055
|
"source": "canonical"
|
|
12752
13056
|
},
|
|
12753
13057
|
{
|
|
12754
|
-
"hash": "
|
|
13058
|
+
"hash": "c8d370c232d30e9b0ca6730c9b632d0a84550b0b8fe84019b58ac0de6a712d40",
|
|
12755
13059
|
"source": "readme"
|
|
12756
13060
|
},
|
|
12757
13061
|
{
|
|
@@ -12796,10 +13100,10 @@
|
|
|
12796
13100
|
],
|
|
12797
13101
|
"searchTags": [],
|
|
12798
13102
|
"typeText": "interface SpinnerProps extends Omit<HTMLAttributes<HTMLDivElement>, 'title'> { ... }",
|
|
12799
|
-
"canonicalUsage": "import { Spinner } from '@1money/
|
|
13103
|
+
"canonicalUsage": "import { Spinner } from '@1money/component-ui';\n// or\nimport { Spinner } from '@1money/component-ui/Spinner';",
|
|
12800
13104
|
"examples": [
|
|
12801
13105
|
{
|
|
12802
|
-
"hash": "
|
|
13106
|
+
"hash": "36788273238e85e65bbc04aade71ec57ec93c9371eb2414aa4bbac932afe4cc8",
|
|
12803
13107
|
"source": "canonical"
|
|
12804
13108
|
}
|
|
12805
13109
|
]
|
|
@@ -12820,10 +13124,10 @@
|
|
|
12820
13124
|
],
|
|
12821
13125
|
"searchTags": [],
|
|
12822
13126
|
"typeText": "(typeof SPINNER_TYPES)[number]",
|
|
12823
|
-
"canonicalUsage": "import { Spinner } from '@1money/
|
|
13127
|
+
"canonicalUsage": "import { Spinner } from '@1money/component-ui';\n// or\nimport { Spinner } from '@1money/component-ui/Spinner';",
|
|
12824
13128
|
"examples": [
|
|
12825
13129
|
{
|
|
12826
|
-
"hash": "
|
|
13130
|
+
"hash": "36788273238e85e65bbc04aade71ec57ec93c9371eb2414aa4bbac932afe4cc8",
|
|
12827
13131
|
"source": "canonical"
|
|
12828
13132
|
}
|
|
12829
13133
|
]
|
|
@@ -12867,14 +13171,14 @@
|
|
|
12867
13171
|
"step",
|
|
12868
13172
|
"stepper"
|
|
12869
13173
|
],
|
|
12870
|
-
"canonicalUsage": "import { Step } from '@1money/
|
|
13174
|
+
"canonicalUsage": "import { Step } from '@1money/component-ui';\n// or\nimport { Step } from '@1money/component-ui/Step';",
|
|
12871
13175
|
"examples": [
|
|
12872
13176
|
{
|
|
12873
|
-
"hash": "
|
|
13177
|
+
"hash": "9bb4d9b6b7856693e7c803e925d729a969cf39ccee9c6e08327e6e60305ca0f3",
|
|
12874
13178
|
"source": "canonical"
|
|
12875
13179
|
},
|
|
12876
13180
|
{
|
|
12877
|
-
"hash": "
|
|
13181
|
+
"hash": "19d1f168d6381a52a225b4e4518a55b8dec5b0305e036f4c57f63a77465435b2",
|
|
12878
13182
|
"source": "readme"
|
|
12879
13183
|
},
|
|
12880
13184
|
{
|
|
@@ -12909,10 +13213,10 @@
|
|
|
12909
13213
|
],
|
|
12910
13214
|
"searchTags": [],
|
|
12911
13215
|
"typeText": "interface StepItem { ... }",
|
|
12912
|
-
"canonicalUsage": "import { Step } from '@1money/
|
|
13216
|
+
"canonicalUsage": "import { Step } from '@1money/component-ui';\n// or\nimport { Step } from '@1money/component-ui/Step';",
|
|
12913
13217
|
"examples": [
|
|
12914
13218
|
{
|
|
12915
|
-
"hash": "
|
|
13219
|
+
"hash": "9bb4d9b6b7856693e7c803e925d729a969cf39ccee9c6e08327e6e60305ca0f3",
|
|
12916
13220
|
"source": "canonical"
|
|
12917
13221
|
}
|
|
12918
13222
|
]
|
|
@@ -12935,10 +13239,10 @@
|
|
|
12935
13239
|
],
|
|
12936
13240
|
"searchTags": [],
|
|
12937
13241
|
"typeText": "interface StepProps extends HTMLAttributes<HTMLDivElement> { ... }",
|
|
12938
|
-
"canonicalUsage": "import { Step } from '@1money/
|
|
13242
|
+
"canonicalUsage": "import { Step } from '@1money/component-ui';\n// or\nimport { Step } from '@1money/component-ui/Step';",
|
|
12939
13243
|
"examples": [
|
|
12940
13244
|
{
|
|
12941
|
-
"hash": "
|
|
13245
|
+
"hash": "9bb4d9b6b7856693e7c803e925d729a969cf39ccee9c6e08327e6e60305ca0f3",
|
|
12942
13246
|
"source": "canonical"
|
|
12943
13247
|
}
|
|
12944
13248
|
]
|
|
@@ -12961,10 +13265,10 @@
|
|
|
12961
13265
|
],
|
|
12962
13266
|
"searchTags": [],
|
|
12963
13267
|
"typeText": "(typeof STEP_STATUSES)[number]",
|
|
12964
|
-
"canonicalUsage": "import { Step } from '@1money/
|
|
13268
|
+
"canonicalUsage": "import { Step } from '@1money/component-ui';\n// or\nimport { Step } from '@1money/component-ui/Step';",
|
|
12965
13269
|
"examples": [
|
|
12966
13270
|
{
|
|
12967
|
-
"hash": "
|
|
13271
|
+
"hash": "9bb4d9b6b7856693e7c803e925d729a969cf39ccee9c6e08327e6e60305ca0f3",
|
|
12968
13272
|
"source": "canonical"
|
|
12969
13273
|
}
|
|
12970
13274
|
]
|
|
@@ -12987,10 +13291,10 @@
|
|
|
12987
13291
|
],
|
|
12988
13292
|
"searchTags": [],
|
|
12989
13293
|
"typeText": "interface StepTagConfig { ... }",
|
|
12990
|
-
"canonicalUsage": "import { Step } from '@1money/
|
|
13294
|
+
"canonicalUsage": "import { Step } from '@1money/component-ui';\n// or\nimport { Step } from '@1money/component-ui/Step';",
|
|
12991
13295
|
"examples": [
|
|
12992
13296
|
{
|
|
12993
|
-
"hash": "
|
|
13297
|
+
"hash": "9bb4d9b6b7856693e7c803e925d729a969cf39ccee9c6e08327e6e60305ca0f3",
|
|
12994
13298
|
"source": "canonical"
|
|
12995
13299
|
}
|
|
12996
13300
|
]
|
|
@@ -13059,10 +13363,10 @@
|
|
|
13059
13363
|
],
|
|
13060
13364
|
"searchTags": [],
|
|
13061
13365
|
"typeText": "interface SubmitterProps { ... }",
|
|
13062
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
13366
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
13063
13367
|
"examples": [
|
|
13064
13368
|
{
|
|
13065
|
-
"hash": "
|
|
13369
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
13066
13370
|
"source": "canonical"
|
|
13067
13371
|
}
|
|
13068
13372
|
]
|
|
@@ -13197,14 +13501,14 @@
|
|
|
13197
13501
|
"switch",
|
|
13198
13502
|
"toggle"
|
|
13199
13503
|
],
|
|
13200
|
-
"canonicalUsage": "import { Switch } from '@1money/
|
|
13504
|
+
"canonicalUsage": "import { Switch } from '@1money/component-ui';\n// or\nimport { Switch } from '@1money/component-ui/Switch';",
|
|
13201
13505
|
"examples": [
|
|
13202
13506
|
{
|
|
13203
|
-
"hash": "
|
|
13507
|
+
"hash": "56434ea344c01f25a04ecb3cdf55d35d04a2631937c4fdecac6e4bb577a69175",
|
|
13204
13508
|
"source": "canonical"
|
|
13205
13509
|
},
|
|
13206
13510
|
{
|
|
13207
|
-
"hash": "
|
|
13511
|
+
"hash": "afe811bb04937c81da684427fdc40982aa6f4b50d676e876710f3e22bc71404a",
|
|
13208
13512
|
"source": "readme"
|
|
13209
13513
|
},
|
|
13210
13514
|
{
|
|
@@ -13252,10 +13556,10 @@
|
|
|
13252
13556
|
],
|
|
13253
13557
|
"searchTags": [],
|
|
13254
13558
|
"typeText": "interface SwitchProps { ... }",
|
|
13255
|
-
"canonicalUsage": "import { Switch } from '@1money/
|
|
13559
|
+
"canonicalUsage": "import { Switch } from '@1money/component-ui';\n// or\nimport { Switch } from '@1money/component-ui/Switch';",
|
|
13256
13560
|
"examples": [
|
|
13257
13561
|
{
|
|
13258
|
-
"hash": "
|
|
13562
|
+
"hash": "56434ea344c01f25a04ecb3cdf55d35d04a2631937c4fdecac6e4bb577a69175",
|
|
13259
13563
|
"source": "canonical"
|
|
13260
13564
|
}
|
|
13261
13565
|
]
|
|
@@ -13276,10 +13580,10 @@
|
|
|
13276
13580
|
],
|
|
13277
13581
|
"searchTags": [],
|
|
13278
13582
|
"typeText": "interface TabItem { ... }",
|
|
13279
|
-
"canonicalUsage": "import { Tabs } from '@1money/
|
|
13583
|
+
"canonicalUsage": "import { Tabs } from '@1money/component-ui';\n// or\nimport { Tabs } from '@1money/component-ui/Tabs';",
|
|
13280
13584
|
"examples": [
|
|
13281
13585
|
{
|
|
13282
|
-
"hash": "
|
|
13586
|
+
"hash": "2f014c8b7fe8bf6d1251bf341df8d93d7b3d3d66a185b95d0cabfa7328259e4b",
|
|
13283
13587
|
"source": "canonical"
|
|
13284
13588
|
}
|
|
13285
13589
|
]
|
|
@@ -13298,10 +13602,10 @@
|
|
|
13298
13602
|
"searchTags": [
|
|
13299
13603
|
"table"
|
|
13300
13604
|
],
|
|
13301
|
-
"canonicalUsage": "import { Table, VirtualTable } from '@1money/
|
|
13605
|
+
"canonicalUsage": "import { Table, VirtualTable } from '@1money/component-ui';\n// or\nimport { Table, VirtualTable } from '@1money/component-ui/Table';",
|
|
13302
13606
|
"examples": [
|
|
13303
13607
|
{
|
|
13304
|
-
"hash": "
|
|
13608
|
+
"hash": "c8bb2acc504d9189611763df8eebcb47062fe8c1c4ae3990fe6d9495cac88285",
|
|
13305
13609
|
"source": "canonical"
|
|
13306
13610
|
}
|
|
13307
13611
|
]
|
|
@@ -13329,10 +13633,10 @@
|
|
|
13329
13633
|
],
|
|
13330
13634
|
"searchTags": [],
|
|
13331
13635
|
"typeText": "interface TableChangeMeta { ... }",
|
|
13332
|
-
"canonicalUsage": "import { Table, VirtualTable } from '@1money/
|
|
13636
|
+
"canonicalUsage": "import { Table, VirtualTable } from '@1money/component-ui';\n// or\nimport { Table, VirtualTable } from '@1money/component-ui/Table';",
|
|
13333
13637
|
"examples": [
|
|
13334
13638
|
{
|
|
13335
|
-
"hash": "
|
|
13639
|
+
"hash": "c8bb2acc504d9189611763df8eebcb47062fe8c1c4ae3990fe6d9495cac88285",
|
|
13336
13640
|
"source": "canonical"
|
|
13337
13641
|
}
|
|
13338
13642
|
]
|
|
@@ -13360,10 +13664,10 @@
|
|
|
13360
13664
|
],
|
|
13361
13665
|
"searchTags": [],
|
|
13362
13666
|
"typeText": "interface TableColumn { ... }",
|
|
13363
|
-
"canonicalUsage": "import { Table, VirtualTable } from '@1money/
|
|
13667
|
+
"canonicalUsage": "import { Table, VirtualTable } from '@1money/component-ui';\n// or\nimport { Table, VirtualTable } from '@1money/component-ui/Table';",
|
|
13364
13668
|
"examples": [
|
|
13365
13669
|
{
|
|
13366
|
-
"hash": "
|
|
13670
|
+
"hash": "c8bb2acc504d9189611763df8eebcb47062fe8c1c4ae3990fe6d9495cac88285",
|
|
13367
13671
|
"source": "canonical"
|
|
13368
13672
|
}
|
|
13369
13673
|
]
|
|
@@ -13391,10 +13695,10 @@
|
|
|
13391
13695
|
],
|
|
13392
13696
|
"searchTags": [],
|
|
13393
13697
|
"typeText": "interface TableExpandableConfig { ... }",
|
|
13394
|
-
"canonicalUsage": "import { Table, VirtualTable } from '@1money/
|
|
13698
|
+
"canonicalUsage": "import { Table, VirtualTable } from '@1money/component-ui';\n// or\nimport { Table, VirtualTable } from '@1money/component-ui/Table';",
|
|
13395
13699
|
"examples": [
|
|
13396
13700
|
{
|
|
13397
|
-
"hash": "
|
|
13701
|
+
"hash": "c8bb2acc504d9189611763df8eebcb47062fe8c1c4ae3990fe6d9495cac88285",
|
|
13398
13702
|
"source": "canonical"
|
|
13399
13703
|
}
|
|
13400
13704
|
]
|
|
@@ -13422,10 +13726,10 @@
|
|
|
13422
13726
|
],
|
|
13423
13727
|
"searchTags": [],
|
|
13424
13728
|
"typeText": "interface TablePaginationConfig { ... }",
|
|
13425
|
-
"canonicalUsage": "import { Table, VirtualTable } from '@1money/
|
|
13729
|
+
"canonicalUsage": "import { Table, VirtualTable } from '@1money/component-ui';\n// or\nimport { Table, VirtualTable } from '@1money/component-ui/Table';",
|
|
13426
13730
|
"examples": [
|
|
13427
13731
|
{
|
|
13428
|
-
"hash": "
|
|
13732
|
+
"hash": "c8bb2acc504d9189611763df8eebcb47062fe8c1c4ae3990fe6d9495cac88285",
|
|
13429
13733
|
"source": "canonical"
|
|
13430
13734
|
}
|
|
13431
13735
|
]
|
|
@@ -13453,10 +13757,10 @@
|
|
|
13453
13757
|
],
|
|
13454
13758
|
"searchTags": [],
|
|
13455
13759
|
"typeText": "interface TableProps extends Omit<HTMLAttributes<HTMLDivElement>, 'onChange'> { ... }",
|
|
13456
|
-
"canonicalUsage": "import { Table, VirtualTable } from '@1money/
|
|
13760
|
+
"canonicalUsage": "import { Table, VirtualTable } from '@1money/component-ui';\n// or\nimport { Table, VirtualTable } from '@1money/component-ui/Table';",
|
|
13457
13761
|
"examples": [
|
|
13458
13762
|
{
|
|
13459
|
-
"hash": "
|
|
13763
|
+
"hash": "c8bb2acc504d9189611763df8eebcb47062fe8c1c4ae3990fe6d9495cac88285",
|
|
13460
13764
|
"source": "canonical"
|
|
13461
13765
|
}
|
|
13462
13766
|
]
|
|
@@ -13484,10 +13788,10 @@
|
|
|
13484
13788
|
],
|
|
13485
13789
|
"searchTags": [],
|
|
13486
13790
|
"typeText": "interface TableRef { ... }",
|
|
13487
|
-
"canonicalUsage": "import { Table, VirtualTable } from '@1money/
|
|
13791
|
+
"canonicalUsage": "import { Table, VirtualTable } from '@1money/component-ui';\n// or\nimport { Table, VirtualTable } from '@1money/component-ui/Table';",
|
|
13488
13792
|
"examples": [
|
|
13489
13793
|
{
|
|
13490
|
-
"hash": "
|
|
13794
|
+
"hash": "c8bb2acc504d9189611763df8eebcb47062fe8c1c4ae3990fe6d9495cac88285",
|
|
13491
13795
|
"source": "canonical"
|
|
13492
13796
|
}
|
|
13493
13797
|
]
|
|
@@ -13515,10 +13819,10 @@
|
|
|
13515
13819
|
],
|
|
13516
13820
|
"searchTags": [],
|
|
13517
13821
|
"typeText": "interface TableRowSelection { ... }",
|
|
13518
|
-
"canonicalUsage": "import { Table, VirtualTable } from '@1money/
|
|
13822
|
+
"canonicalUsage": "import { Table, VirtualTable } from '@1money/component-ui';\n// or\nimport { Table, VirtualTable } from '@1money/component-ui/Table';",
|
|
13519
13823
|
"examples": [
|
|
13520
13824
|
{
|
|
13521
|
-
"hash": "
|
|
13825
|
+
"hash": "c8bb2acc504d9189611763df8eebcb47062fe8c1c4ae3990fe6d9495cac88285",
|
|
13522
13826
|
"source": "canonical"
|
|
13523
13827
|
}
|
|
13524
13828
|
]
|
|
@@ -13599,14 +13903,14 @@
|
|
|
13599
13903
|
"searchTags": [
|
|
13600
13904
|
"tab"
|
|
13601
13905
|
],
|
|
13602
|
-
"canonicalUsage": "import { Tabs } from '@1money/
|
|
13906
|
+
"canonicalUsage": "import { Tabs } from '@1money/component-ui';\n// or\nimport { Tabs } from '@1money/component-ui/Tabs';",
|
|
13603
13907
|
"examples": [
|
|
13604
13908
|
{
|
|
13605
|
-
"hash": "
|
|
13909
|
+
"hash": "2f014c8b7fe8bf6d1251bf341df8d93d7b3d3d66a185b95d0cabfa7328259e4b",
|
|
13606
13910
|
"source": "canonical"
|
|
13607
13911
|
},
|
|
13608
13912
|
{
|
|
13609
|
-
"hash": "
|
|
13913
|
+
"hash": "eb3d3bf8608e5ec527f4380b65309d405f31c3dc1995dc7128a95973cdb71495",
|
|
13610
13914
|
"source": "readme"
|
|
13611
13915
|
},
|
|
13612
13916
|
{
|
|
@@ -13659,10 +13963,10 @@
|
|
|
13659
13963
|
],
|
|
13660
13964
|
"searchTags": [],
|
|
13661
13965
|
"typeText": "interface TabsProps extends Omit<HTMLAttributes<HTMLDivElement>, 'onChange'> { ... }",
|
|
13662
|
-
"canonicalUsage": "import { Tabs } from '@1money/
|
|
13966
|
+
"canonicalUsage": "import { Tabs } from '@1money/component-ui';\n// or\nimport { Tabs } from '@1money/component-ui/Tabs';",
|
|
13663
13967
|
"examples": [
|
|
13664
13968
|
{
|
|
13665
|
-
"hash": "
|
|
13969
|
+
"hash": "2f014c8b7fe8bf6d1251bf341df8d93d7b3d3d66a185b95d0cabfa7328259e4b",
|
|
13666
13970
|
"source": "canonical"
|
|
13667
13971
|
}
|
|
13668
13972
|
]
|
|
@@ -13750,14 +14054,14 @@
|
|
|
13750
14054
|
"searchTags": [
|
|
13751
14055
|
"tag"
|
|
13752
14056
|
],
|
|
13753
|
-
"canonicalUsage": "import { Tag } from '@1money/
|
|
14057
|
+
"canonicalUsage": "import { Tag } from '@1money/component-ui';\n// or\nimport { Tag } from '@1money/component-ui/Tag';",
|
|
13754
14058
|
"examples": [
|
|
13755
14059
|
{
|
|
13756
|
-
"hash": "
|
|
14060
|
+
"hash": "73c34dcab340dfc36bb0f4e928f6911b25f7f3d6d590dfb72c3c1226a9c573fe",
|
|
13757
14061
|
"source": "canonical"
|
|
13758
14062
|
},
|
|
13759
14063
|
{
|
|
13760
|
-
"hash": "
|
|
14064
|
+
"hash": "c816f5980daf6d897749e81e8bcb52963fb9584ae3d56cc2d6d73194bb1a655a",
|
|
13761
14065
|
"source": "readme"
|
|
13762
14066
|
},
|
|
13763
14067
|
{
|
|
@@ -13793,10 +14097,10 @@
|
|
|
13793
14097
|
],
|
|
13794
14098
|
"searchTags": [],
|
|
13795
14099
|
"typeText": "interface TagProps extends Omit<HTMLAttributes<HTMLSpanElement>, 'color'> { ... }",
|
|
13796
|
-
"canonicalUsage": "import { Tag } from '@1money/
|
|
14100
|
+
"canonicalUsage": "import { Tag } from '@1money/component-ui';\n// or\nimport { Tag } from '@1money/component-ui/Tag';",
|
|
13797
14101
|
"examples": [
|
|
13798
14102
|
{
|
|
13799
|
-
"hash": "
|
|
14103
|
+
"hash": "73c34dcab340dfc36bb0f4e928f6911b25f7f3d6d590dfb72c3c1226a9c573fe",
|
|
13800
14104
|
"source": "canonical"
|
|
13801
14105
|
}
|
|
13802
14106
|
]
|
|
@@ -13886,14 +14190,14 @@
|
|
|
13886
14190
|
"popover",
|
|
13887
14191
|
"tooltip"
|
|
13888
14192
|
],
|
|
13889
|
-
"canonicalUsage": "import { Tooltip } from '@1money/
|
|
14193
|
+
"canonicalUsage": "import { Tooltip } from '@1money/component-ui';\n// or\nimport { Tooltip } from '@1money/component-ui/Tooltip';",
|
|
13890
14194
|
"examples": [
|
|
13891
14195
|
{
|
|
13892
|
-
"hash": "
|
|
14196
|
+
"hash": "1b62b166b8cc556e31e7ffa0b7d5ea66b965e65e6bf73b737499332aa8b0ce15",
|
|
13893
14197
|
"source": "canonical"
|
|
13894
14198
|
},
|
|
13895
14199
|
{
|
|
13896
|
-
"hash": "
|
|
14200
|
+
"hash": "20d57203520c799fa33716a33d4bc15c62ab5180b8628139aa313d443bf3c802",
|
|
13897
14201
|
"source": "readme"
|
|
13898
14202
|
},
|
|
13899
14203
|
{
|
|
@@ -13954,10 +14258,10 @@
|
|
|
13954
14258
|
],
|
|
13955
14259
|
"searchTags": [],
|
|
13956
14260
|
"typeText": "| 'top'\n | 'top-start'\n | 'top-end'\n | 'bottom'\n | 'bottom-start'\n | 'bottom-end'\n | 'left'\n | 'left-start'\n | 'left-end'\n | 'right'\n | 'right-start'\n | 'right-end'",
|
|
13957
|
-
"canonicalUsage": "import { Tooltip } from '@1money/
|
|
14261
|
+
"canonicalUsage": "import { Tooltip } from '@1money/component-ui';\n// or\nimport { Tooltip } from '@1money/component-ui/Tooltip';",
|
|
13958
14262
|
"examples": [
|
|
13959
14263
|
{
|
|
13960
|
-
"hash": "
|
|
14264
|
+
"hash": "1b62b166b8cc556e31e7ffa0b7d5ea66b965e65e6bf73b737499332aa8b0ce15",
|
|
13961
14265
|
"source": "canonical"
|
|
13962
14266
|
}
|
|
13963
14267
|
]
|
|
@@ -13978,10 +14282,10 @@
|
|
|
13978
14282
|
],
|
|
13979
14283
|
"searchTags": [],
|
|
13980
14284
|
"typeText": "interface TooltipProps extends Omit<ITooltip, 'place' | 'noArrow' | 'children' | 'isOpen' | 'setIsOpen'> { ... }",
|
|
13981
|
-
"canonicalUsage": "import { Tooltip } from '@1money/
|
|
14285
|
+
"canonicalUsage": "import { Tooltip } from '@1money/component-ui';\n// or\nimport { Tooltip } from '@1money/component-ui/Tooltip';",
|
|
13982
14286
|
"examples": [
|
|
13983
14287
|
{
|
|
13984
|
-
"hash": "
|
|
14288
|
+
"hash": "1b62b166b8cc556e31e7ffa0b7d5ea66b965e65e6bf73b737499332aa8b0ce15",
|
|
13985
14289
|
"source": "canonical"
|
|
13986
14290
|
}
|
|
13987
14291
|
]
|
|
@@ -14117,14 +14421,14 @@
|
|
|
14117
14421
|
"tour",
|
|
14118
14422
|
"walkthrough"
|
|
14119
14423
|
],
|
|
14120
|
-
"canonicalUsage": "import { Tour } from '@1money/
|
|
14424
|
+
"canonicalUsage": "import { Tour } from '@1money/component-ui';\n// or\nimport { Tour } from '@1money/component-ui/Tour';",
|
|
14121
14425
|
"examples": [
|
|
14122
14426
|
{
|
|
14123
|
-
"hash": "
|
|
14427
|
+
"hash": "ff98ca6743d554b1f351e0d27e1a16a5bb7fb293ec5d30d1fe4f7e8a374f8e3f",
|
|
14124
14428
|
"source": "canonical"
|
|
14125
14429
|
},
|
|
14126
14430
|
{
|
|
14127
|
-
"hash": "
|
|
14431
|
+
"hash": "87da44f303a10795fdc48405385400573d6df57d3902450fd80820b207063783",
|
|
14128
14432
|
"source": "readme"
|
|
14129
14433
|
},
|
|
14130
14434
|
{
|
|
@@ -14153,10 +14457,10 @@
|
|
|
14153
14457
|
],
|
|
14154
14458
|
"searchTags": [],
|
|
14155
14459
|
"typeText": "interface TourProps { ... }",
|
|
14156
|
-
"canonicalUsage": "import { Tour } from '@1money/
|
|
14460
|
+
"canonicalUsage": "import { Tour } from '@1money/component-ui';\n// or\nimport { Tour } from '@1money/component-ui/Tour';",
|
|
14157
14461
|
"examples": [
|
|
14158
14462
|
{
|
|
14159
|
-
"hash": "
|
|
14463
|
+
"hash": "ff98ca6743d554b1f351e0d27e1a16a5bb7fb293ec5d30d1fe4f7e8a374f8e3f",
|
|
14160
14464
|
"source": "canonical"
|
|
14161
14465
|
}
|
|
14162
14466
|
]
|
|
@@ -14177,10 +14481,10 @@
|
|
|
14177
14481
|
],
|
|
14178
14482
|
"searchTags": [],
|
|
14179
14483
|
"typeText": "interface TourStep { ... }",
|
|
14180
|
-
"canonicalUsage": "import { Tour } from '@1money/
|
|
14484
|
+
"canonicalUsage": "import { Tour } from '@1money/component-ui';\n// or\nimport { Tour } from '@1money/component-ui/Tour';",
|
|
14181
14485
|
"examples": [
|
|
14182
14486
|
{
|
|
14183
|
-
"hash": "
|
|
14487
|
+
"hash": "ff98ca6743d554b1f351e0d27e1a16a5bb7fb293ec5d30d1fe4f7e8a374f8e3f",
|
|
14184
14488
|
"source": "canonical"
|
|
14185
14489
|
}
|
|
14186
14490
|
]
|
|
@@ -14197,10 +14501,10 @@
|
|
|
14197
14501
|
"extends": [],
|
|
14198
14502
|
"relatedSymbols": [],
|
|
14199
14503
|
"searchTags": [],
|
|
14200
|
-
"canonicalUsage": "import { Trigger } from '@1money/
|
|
14504
|
+
"canonicalUsage": "import { Trigger } from '@1money/component-ui';\n// or\nimport { Trigger } from '@1money/component-ui/Trigger';",
|
|
14201
14505
|
"examples": [
|
|
14202
14506
|
{
|
|
14203
|
-
"hash": "
|
|
14507
|
+
"hash": "96a4fb49627068cd32df95bce74ab746a2901c627dcd70fa9bf9c9247f21b7a3",
|
|
14204
14508
|
"source": "canonical"
|
|
14205
14509
|
}
|
|
14206
14510
|
]
|
|
@@ -14224,10 +14528,10 @@
|
|
|
14224
14528
|
],
|
|
14225
14529
|
"searchTags": [],
|
|
14226
14530
|
"typeText": "'click' | 'hover' | 'focus'",
|
|
14227
|
-
"canonicalUsage": "import { Trigger } from '@1money/
|
|
14531
|
+
"canonicalUsage": "import { Trigger } from '@1money/component-ui';\n// or\nimport { Trigger } from '@1money/component-ui/Trigger';",
|
|
14228
14532
|
"examples": [
|
|
14229
14533
|
{
|
|
14230
|
-
"hash": "
|
|
14534
|
+
"hash": "96a4fb49627068cd32df95bce74ab746a2901c627dcd70fa9bf9c9247f21b7a3",
|
|
14231
14535
|
"source": "canonical"
|
|
14232
14536
|
}
|
|
14233
14537
|
]
|
|
@@ -14251,10 +14555,10 @@
|
|
|
14251
14555
|
],
|
|
14252
14556
|
"searchTags": [],
|
|
14253
14557
|
"typeText": "| ReactNode\n | ((context: TriggerContentContext) => ReactNode)",
|
|
14254
|
-
"canonicalUsage": "import { Trigger } from '@1money/
|
|
14558
|
+
"canonicalUsage": "import { Trigger } from '@1money/component-ui';\n// or\nimport { Trigger } from '@1money/component-ui/Trigger';",
|
|
14255
14559
|
"examples": [
|
|
14256
14560
|
{
|
|
14257
|
-
"hash": "
|
|
14561
|
+
"hash": "96a4fb49627068cd32df95bce74ab746a2901c627dcd70fa9bf9c9247f21b7a3",
|
|
14258
14562
|
"source": "canonical"
|
|
14259
14563
|
}
|
|
14260
14564
|
]
|
|
@@ -14278,10 +14582,10 @@
|
|
|
14278
14582
|
],
|
|
14279
14583
|
"searchTags": [],
|
|
14280
14584
|
"typeText": "interface TriggerContentContext { ... }",
|
|
14281
|
-
"canonicalUsage": "import { Trigger } from '@1money/
|
|
14585
|
+
"canonicalUsage": "import { Trigger } from '@1money/component-ui';\n// or\nimport { Trigger } from '@1money/component-ui/Trigger';",
|
|
14282
14586
|
"examples": [
|
|
14283
14587
|
{
|
|
14284
|
-
"hash": "
|
|
14588
|
+
"hash": "96a4fb49627068cd32df95bce74ab746a2901c627dcd70fa9bf9c9247f21b7a3",
|
|
14285
14589
|
"source": "canonical"
|
|
14286
14590
|
}
|
|
14287
14591
|
]
|
|
@@ -14305,10 +14609,10 @@
|
|
|
14305
14609
|
],
|
|
14306
14610
|
"searchTags": [],
|
|
14307
14611
|
"typeText": "interface TriggerProps { ... }",
|
|
14308
|
-
"canonicalUsage": "import { Trigger } from '@1money/
|
|
14612
|
+
"canonicalUsage": "import { Trigger } from '@1money/component-ui';\n// or\nimport { Trigger } from '@1money/component-ui/Trigger';",
|
|
14309
14613
|
"examples": [
|
|
14310
14614
|
{
|
|
14311
|
-
"hash": "
|
|
14615
|
+
"hash": "96a4fb49627068cd32df95bce74ab746a2901c627dcd70fa9bf9c9247f21b7a3",
|
|
14312
14616
|
"source": "canonical"
|
|
14313
14617
|
}
|
|
14314
14618
|
]
|
|
@@ -14332,10 +14636,10 @@
|
|
|
14332
14636
|
],
|
|
14333
14637
|
"searchTags": [],
|
|
14334
14638
|
"typeText": "'dialog' | 'tooltip' | 'menu' | 'alertdialog' | 'listbox'",
|
|
14335
|
-
"canonicalUsage": "import { Trigger } from '@1money/
|
|
14639
|
+
"canonicalUsage": "import { Trigger } from '@1money/component-ui';\n// or\nimport { Trigger } from '@1money/component-ui/Trigger';",
|
|
14336
14640
|
"examples": [
|
|
14337
14641
|
{
|
|
14338
|
-
"hash": "
|
|
14642
|
+
"hash": "96a4fb49627068cd32df95bce74ab746a2901c627dcd70fa9bf9c9247f21b7a3",
|
|
14339
14643
|
"source": "canonical"
|
|
14340
14644
|
}
|
|
14341
14645
|
]
|
|
@@ -14369,14 +14673,14 @@
|
|
|
14369
14673
|
"searchTags": [
|
|
14370
14674
|
"typography"
|
|
14371
14675
|
],
|
|
14372
|
-
"canonicalUsage": "import { Typography } from '@1money/
|
|
14676
|
+
"canonicalUsage": "import { Typography } from '@1money/component-ui';\n// or\nimport {\n Typography,\n TypographyBody,\n TypographyDisplay,\n TypographyHeadline,\n TypographyLabel,\n TypographyLink,\n TypographyTitle,\n} from '@1money/component-ui/Typography';",
|
|
14373
14677
|
"examples": [
|
|
14374
14678
|
{
|
|
14375
|
-
"hash": "
|
|
14679
|
+
"hash": "48c240723515be69d8de101f9bfe1d2ff596d82504645cc07dfb281c0a6a8ca5",
|
|
14376
14680
|
"source": "canonical"
|
|
14377
14681
|
},
|
|
14378
14682
|
{
|
|
14379
|
-
"hash": "
|
|
14683
|
+
"hash": "8585bff0f1eb7ff6a28f523eb07a2fe420a92d4ab2b329724362d75b08df00d5",
|
|
14380
14684
|
"source": "readme"
|
|
14381
14685
|
},
|
|
14382
14686
|
{
|
|
@@ -14457,10 +14761,10 @@
|
|
|
14457
14761
|
],
|
|
14458
14762
|
"searchTags": [],
|
|
14459
14763
|
"typeText": "interface TypographyBodyProps extends BaseHTMLProps, TypographyStrongProps { ... }",
|
|
14460
|
-
"canonicalUsage": "import { Typography } from '@1money/
|
|
14764
|
+
"canonicalUsage": "import { Typography } from '@1money/component-ui';\n// or\nimport {\n Typography,\n TypographyBody,\n TypographyDisplay,\n TypographyHeadline,\n TypographyLabel,\n TypographyLink,\n TypographyTitle,\n} from '@1money/component-ui/Typography';",
|
|
14461
14765
|
"examples": [
|
|
14462
14766
|
{
|
|
14463
|
-
"hash": "
|
|
14767
|
+
"hash": "48c240723515be69d8de101f9bfe1d2ff596d82504645cc07dfb281c0a6a8ca5",
|
|
14464
14768
|
"source": "canonical"
|
|
14465
14769
|
}
|
|
14466
14770
|
]
|
|
@@ -14493,10 +14797,10 @@
|
|
|
14493
14797
|
],
|
|
14494
14798
|
"searchTags": [],
|
|
14495
14799
|
"typeText": "(typeof TYPOGRAPHY_BODY_SIZES)[number]",
|
|
14496
|
-
"canonicalUsage": "import { Typography } from '@1money/
|
|
14800
|
+
"canonicalUsage": "import { Typography } from '@1money/component-ui';\n// or\nimport {\n Typography,\n TypographyBody,\n TypographyDisplay,\n TypographyHeadline,\n TypographyLabel,\n TypographyLink,\n TypographyTitle,\n} from '@1money/component-ui/Typography';",
|
|
14497
14801
|
"examples": [
|
|
14498
14802
|
{
|
|
14499
|
-
"hash": "
|
|
14803
|
+
"hash": "48c240723515be69d8de101f9bfe1d2ff596d82504645cc07dfb281c0a6a8ca5",
|
|
14500
14804
|
"source": "canonical"
|
|
14501
14805
|
}
|
|
14502
14806
|
]
|
|
@@ -14529,10 +14833,10 @@
|
|
|
14529
14833
|
],
|
|
14530
14834
|
"searchTags": [],
|
|
14531
14835
|
"typeText": "interface TypographyCopyableConfig { ... }",
|
|
14532
|
-
"canonicalUsage": "import { Typography } from '@1money/
|
|
14836
|
+
"canonicalUsage": "import { Typography } from '@1money/component-ui';\n// or\nimport {\n Typography,\n TypographyBody,\n TypographyDisplay,\n TypographyHeadline,\n TypographyLabel,\n TypographyLink,\n TypographyTitle,\n} from '@1money/component-ui/Typography';",
|
|
14533
14837
|
"examples": [
|
|
14534
14838
|
{
|
|
14535
|
-
"hash": "
|
|
14839
|
+
"hash": "48c240723515be69d8de101f9bfe1d2ff596d82504645cc07dfb281c0a6a8ca5",
|
|
14536
14840
|
"source": "canonical"
|
|
14537
14841
|
}
|
|
14538
14842
|
]
|
|
@@ -14565,10 +14869,10 @@
|
|
|
14565
14869
|
],
|
|
14566
14870
|
"searchTags": [],
|
|
14567
14871
|
"typeText": "interface TypographyDisplayProps extends BaseHTMLProps, TypographyCommonProps { ... }",
|
|
14568
|
-
"canonicalUsage": "import { Typography } from '@1money/
|
|
14872
|
+
"canonicalUsage": "import { Typography } from '@1money/component-ui';\n// or\nimport {\n Typography,\n TypographyBody,\n TypographyDisplay,\n TypographyHeadline,\n TypographyLabel,\n TypographyLink,\n TypographyTitle,\n} from '@1money/component-ui/Typography';",
|
|
14569
14873
|
"examples": [
|
|
14570
14874
|
{
|
|
14571
|
-
"hash": "
|
|
14875
|
+
"hash": "48c240723515be69d8de101f9bfe1d2ff596d82504645cc07dfb281c0a6a8ca5",
|
|
14572
14876
|
"source": "canonical"
|
|
14573
14877
|
}
|
|
14574
14878
|
]
|
|
@@ -14601,10 +14905,10 @@
|
|
|
14601
14905
|
],
|
|
14602
14906
|
"searchTags": [],
|
|
14603
14907
|
"typeText": "(typeof TYPOGRAPHY_DISPLAY_SIZES)[number]",
|
|
14604
|
-
"canonicalUsage": "import { Typography } from '@1money/
|
|
14908
|
+
"canonicalUsage": "import { Typography } from '@1money/component-ui';\n// or\nimport {\n Typography,\n TypographyBody,\n TypographyDisplay,\n TypographyHeadline,\n TypographyLabel,\n TypographyLink,\n TypographyTitle,\n} from '@1money/component-ui/Typography';",
|
|
14605
14909
|
"examples": [
|
|
14606
14910
|
{
|
|
14607
|
-
"hash": "
|
|
14911
|
+
"hash": "48c240723515be69d8de101f9bfe1d2ff596d82504645cc07dfb281c0a6a8ca5",
|
|
14608
14912
|
"source": "canonical"
|
|
14609
14913
|
}
|
|
14610
14914
|
]
|
|
@@ -14637,10 +14941,10 @@
|
|
|
14637
14941
|
],
|
|
14638
14942
|
"searchTags": [],
|
|
14639
14943
|
"typeText": "interface TypographyEllipsisConfig { ... }",
|
|
14640
|
-
"canonicalUsage": "import { Typography } from '@1money/
|
|
14944
|
+
"canonicalUsage": "import { Typography } from '@1money/component-ui';\n// or\nimport {\n Typography,\n TypographyBody,\n TypographyDisplay,\n TypographyHeadline,\n TypographyLabel,\n TypographyLink,\n TypographyTitle,\n} from '@1money/component-ui/Typography';",
|
|
14641
14945
|
"examples": [
|
|
14642
14946
|
{
|
|
14643
|
-
"hash": "
|
|
14947
|
+
"hash": "48c240723515be69d8de101f9bfe1d2ff596d82504645cc07dfb281c0a6a8ca5",
|
|
14644
14948
|
"source": "canonical"
|
|
14645
14949
|
}
|
|
14646
14950
|
]
|
|
@@ -14673,10 +14977,10 @@
|
|
|
14673
14977
|
],
|
|
14674
14978
|
"searchTags": [],
|
|
14675
14979
|
"typeText": "interface TypographyHeadlineProps extends BaseHTMLProps, TypographyCommonProps { ... }",
|
|
14676
|
-
"canonicalUsage": "import { Typography } from '@1money/
|
|
14980
|
+
"canonicalUsage": "import { Typography } from '@1money/component-ui';\n// or\nimport {\n Typography,\n TypographyBody,\n TypographyDisplay,\n TypographyHeadline,\n TypographyLabel,\n TypographyLink,\n TypographyTitle,\n} from '@1money/component-ui/Typography';",
|
|
14677
14981
|
"examples": [
|
|
14678
14982
|
{
|
|
14679
|
-
"hash": "
|
|
14983
|
+
"hash": "48c240723515be69d8de101f9bfe1d2ff596d82504645cc07dfb281c0a6a8ca5",
|
|
14680
14984
|
"source": "canonical"
|
|
14681
14985
|
}
|
|
14682
14986
|
]
|
|
@@ -14709,10 +15013,10 @@
|
|
|
14709
15013
|
],
|
|
14710
15014
|
"searchTags": [],
|
|
14711
15015
|
"typeText": "(typeof TYPOGRAPHY_HEADLINE_SIZES)[number]",
|
|
14712
|
-
"canonicalUsage": "import { Typography } from '@1money/
|
|
15016
|
+
"canonicalUsage": "import { Typography } from '@1money/component-ui';\n// or\nimport {\n Typography,\n TypographyBody,\n TypographyDisplay,\n TypographyHeadline,\n TypographyLabel,\n TypographyLink,\n TypographyTitle,\n} from '@1money/component-ui/Typography';",
|
|
14713
15017
|
"examples": [
|
|
14714
15018
|
{
|
|
14715
|
-
"hash": "
|
|
15019
|
+
"hash": "48c240723515be69d8de101f9bfe1d2ff596d82504645cc07dfb281c0a6a8ca5",
|
|
14716
15020
|
"source": "canonical"
|
|
14717
15021
|
}
|
|
14718
15022
|
]
|
|
@@ -14745,10 +15049,10 @@
|
|
|
14745
15049
|
],
|
|
14746
15050
|
"searchTags": [],
|
|
14747
15051
|
"typeText": "interface TypographyLabelProps extends BaseHTMLProps, TypographyStrongProps { ... }",
|
|
14748
|
-
"canonicalUsage": "import { Typography } from '@1money/
|
|
15052
|
+
"canonicalUsage": "import { Typography } from '@1money/component-ui';\n// or\nimport {\n Typography,\n TypographyBody,\n TypographyDisplay,\n TypographyHeadline,\n TypographyLabel,\n TypographyLink,\n TypographyTitle,\n} from '@1money/component-ui/Typography';",
|
|
14749
15053
|
"examples": [
|
|
14750
15054
|
{
|
|
14751
|
-
"hash": "
|
|
15055
|
+
"hash": "48c240723515be69d8de101f9bfe1d2ff596d82504645cc07dfb281c0a6a8ca5",
|
|
14752
15056
|
"source": "canonical"
|
|
14753
15057
|
}
|
|
14754
15058
|
]
|
|
@@ -14781,10 +15085,10 @@
|
|
|
14781
15085
|
],
|
|
14782
15086
|
"searchTags": [],
|
|
14783
15087
|
"typeText": "(typeof TYPOGRAPHY_LABEL_SIZES)[number]",
|
|
14784
|
-
"canonicalUsage": "import { Typography } from '@1money/
|
|
15088
|
+
"canonicalUsage": "import { Typography } from '@1money/component-ui';\n// or\nimport {\n Typography,\n TypographyBody,\n TypographyDisplay,\n TypographyHeadline,\n TypographyLabel,\n TypographyLink,\n TypographyTitle,\n} from '@1money/component-ui/Typography';",
|
|
14785
15089
|
"examples": [
|
|
14786
15090
|
{
|
|
14787
|
-
"hash": "
|
|
15091
|
+
"hash": "48c240723515be69d8de101f9bfe1d2ff596d82504645cc07dfb281c0a6a8ca5",
|
|
14788
15092
|
"source": "canonical"
|
|
14789
15093
|
}
|
|
14790
15094
|
]
|
|
@@ -14817,10 +15121,10 @@
|
|
|
14817
15121
|
],
|
|
14818
15122
|
"searchTags": [],
|
|
14819
15123
|
"typeText": "interface TypographyLinkProps extends Omit<AnchorHTMLAttributes<HTMLAnchorElement>, 'children' | 'color'>, TypographyCommonProps { ... }",
|
|
14820
|
-
"canonicalUsage": "import { Typography } from '@1money/
|
|
15124
|
+
"canonicalUsage": "import { Typography } from '@1money/component-ui';\n// or\nimport {\n Typography,\n TypographyBody,\n TypographyDisplay,\n TypographyHeadline,\n TypographyLabel,\n TypographyLink,\n TypographyTitle,\n} from '@1money/component-ui/Typography';",
|
|
14821
15125
|
"examples": [
|
|
14822
15126
|
{
|
|
14823
|
-
"hash": "
|
|
15127
|
+
"hash": "48c240723515be69d8de101f9bfe1d2ff596d82504645cc07dfb281c0a6a8ca5",
|
|
14824
15128
|
"source": "canonical"
|
|
14825
15129
|
}
|
|
14826
15130
|
]
|
|
@@ -14853,10 +15157,10 @@
|
|
|
14853
15157
|
],
|
|
14854
15158
|
"searchTags": [],
|
|
14855
15159
|
"typeText": "(typeof TYPOGRAPHY_LINK_SIZES)[number]",
|
|
14856
|
-
"canonicalUsage": "import { Typography } from '@1money/
|
|
15160
|
+
"canonicalUsage": "import { Typography } from '@1money/component-ui';\n// or\nimport {\n Typography,\n TypographyBody,\n TypographyDisplay,\n TypographyHeadline,\n TypographyLabel,\n TypographyLink,\n TypographyTitle,\n} from '@1money/component-ui/Typography';",
|
|
14857
15161
|
"examples": [
|
|
14858
15162
|
{
|
|
14859
|
-
"hash": "
|
|
15163
|
+
"hash": "48c240723515be69d8de101f9bfe1d2ff596d82504645cc07dfb281c0a6a8ca5",
|
|
14860
15164
|
"source": "canonical"
|
|
14861
15165
|
}
|
|
14862
15166
|
]
|
|
@@ -14889,10 +15193,10 @@
|
|
|
14889
15193
|
],
|
|
14890
15194
|
"searchTags": [],
|
|
14891
15195
|
"typeText": "interface TypographyTitleProps extends BaseHTMLProps, TypographyStrongProps { ... }",
|
|
14892
|
-
"canonicalUsage": "import { Typography } from '@1money/
|
|
15196
|
+
"canonicalUsage": "import { Typography } from '@1money/component-ui';\n// or\nimport {\n Typography,\n TypographyBody,\n TypographyDisplay,\n TypographyHeadline,\n TypographyLabel,\n TypographyLink,\n TypographyTitle,\n} from '@1money/component-ui/Typography';",
|
|
14893
15197
|
"examples": [
|
|
14894
15198
|
{
|
|
14895
|
-
"hash": "
|
|
15199
|
+
"hash": "48c240723515be69d8de101f9bfe1d2ff596d82504645cc07dfb281c0a6a8ca5",
|
|
14896
15200
|
"source": "canonical"
|
|
14897
15201
|
}
|
|
14898
15202
|
]
|
|
@@ -14925,10 +15229,10 @@
|
|
|
14925
15229
|
],
|
|
14926
15230
|
"searchTags": [],
|
|
14927
15231
|
"typeText": "(typeof TYPOGRAPHY_TITLE_SIZES)[number]",
|
|
14928
|
-
"canonicalUsage": "import { Typography } from '@1money/
|
|
15232
|
+
"canonicalUsage": "import { Typography } from '@1money/component-ui';\n// or\nimport {\n Typography,\n TypographyBody,\n TypographyDisplay,\n TypographyHeadline,\n TypographyLabel,\n TypographyLink,\n TypographyTitle,\n} from '@1money/component-ui/Typography';",
|
|
14929
15233
|
"examples": [
|
|
14930
15234
|
{
|
|
14931
|
-
"hash": "
|
|
15235
|
+
"hash": "48c240723515be69d8de101f9bfe1d2ff596d82504645cc07dfb281c0a6a8ca5",
|
|
14932
15236
|
"source": "canonical"
|
|
14933
15237
|
}
|
|
14934
15238
|
]
|
|
@@ -15029,6 +15333,14 @@
|
|
|
15029
15333
|
"default": null,
|
|
15030
15334
|
"description": "Callback when files are selected",
|
|
15031
15335
|
"inheritedFrom": null
|
|
15336
|
+
},
|
|
15337
|
+
{
|
|
15338
|
+
"name": "children",
|
|
15339
|
+
"type": "ReactNode",
|
|
15340
|
+
"optional": true,
|
|
15341
|
+
"default": null,
|
|
15342
|
+
"description": "Slot rendered below the button, commonly used for UploadFileBar items",
|
|
15343
|
+
"inheritedFrom": null
|
|
15032
15344
|
}
|
|
15033
15345
|
],
|
|
15034
15346
|
"extends": [],
|
|
@@ -15041,14 +15353,14 @@
|
|
|
15041
15353
|
"file input",
|
|
15042
15354
|
"upload"
|
|
15043
15355
|
],
|
|
15044
|
-
"canonicalUsage": "import { Upload, UploadFileBar } from '@1money/
|
|
15356
|
+
"canonicalUsage": "import { Upload, UploadFileBar } from '@1money/component-ui';\n// or\nimport { Upload, UploadFileBar } from '@1money/component-ui/Upload';",
|
|
15045
15357
|
"examples": [
|
|
15046
15358
|
{
|
|
15047
|
-
"hash": "
|
|
15359
|
+
"hash": "f846e6658290862cc4216f55f8c33505bd1c923167b1dd68d217b0166bca6aad",
|
|
15048
15360
|
"source": "canonical"
|
|
15049
15361
|
},
|
|
15050
15362
|
{
|
|
15051
|
-
"hash": "
|
|
15363
|
+
"hash": "2982842534ed88247ac07099dc694a4b0087d1d1ed1f59eda5d9efaaf888f40c",
|
|
15052
15364
|
"source": "readme"
|
|
15053
15365
|
},
|
|
15054
15366
|
{
|
|
@@ -15142,10 +15454,10 @@
|
|
|
15142
15454
|
"UploadProps"
|
|
15143
15455
|
],
|
|
15144
15456
|
"searchTags": [],
|
|
15145
|
-
"canonicalUsage": "import { Upload, UploadFileBar } from '@1money/
|
|
15457
|
+
"canonicalUsage": "import { Upload, UploadFileBar } from '@1money/component-ui';\n// or\nimport { Upload, UploadFileBar } from '@1money/component-ui/Upload';",
|
|
15146
15458
|
"examples": [
|
|
15147
15459
|
{
|
|
15148
|
-
"hash": "
|
|
15460
|
+
"hash": "f846e6658290862cc4216f55f8c33505bd1c923167b1dd68d217b0166bca6aad",
|
|
15149
15461
|
"source": "canonical"
|
|
15150
15462
|
}
|
|
15151
15463
|
]
|
|
@@ -15167,10 +15479,10 @@
|
|
|
15167
15479
|
],
|
|
15168
15480
|
"searchTags": [],
|
|
15169
15481
|
"typeText": "interface UploadFileBarProps { ... }",
|
|
15170
|
-
"canonicalUsage": "import { Upload, UploadFileBar } from '@1money/
|
|
15482
|
+
"canonicalUsage": "import { Upload, UploadFileBar } from '@1money/component-ui';\n// or\nimport { Upload, UploadFileBar } from '@1money/component-ui/Upload';",
|
|
15171
15483
|
"examples": [
|
|
15172
15484
|
{
|
|
15173
|
-
"hash": "
|
|
15485
|
+
"hash": "f846e6658290862cc4216f55f8c33505bd1c923167b1dd68d217b0166bca6aad",
|
|
15174
15486
|
"source": "canonical"
|
|
15175
15487
|
}
|
|
15176
15488
|
]
|
|
@@ -15192,10 +15504,10 @@
|
|
|
15192
15504
|
],
|
|
15193
15505
|
"searchTags": [],
|
|
15194
15506
|
"typeText": "interface UploadProps { ... }",
|
|
15195
|
-
"canonicalUsage": "import { Upload, UploadFileBar } from '@1money/
|
|
15507
|
+
"canonicalUsage": "import { Upload, UploadFileBar } from '@1money/component-ui';\n// or\nimport { Upload, UploadFileBar } from '@1money/component-ui/Upload';",
|
|
15196
15508
|
"examples": [
|
|
15197
15509
|
{
|
|
15198
|
-
"hash": "
|
|
15510
|
+
"hash": "f846e6658290862cc4216f55f8c33505bd1c923167b1dd68d217b0166bca6aad",
|
|
15199
15511
|
"source": "canonical"
|
|
15200
15512
|
}
|
|
15201
15513
|
]
|
|
@@ -15222,10 +15534,10 @@
|
|
|
15222
15534
|
],
|
|
15223
15535
|
"searchTags": [],
|
|
15224
15536
|
"typeText": "interface UsePaginationOptions { ... }",
|
|
15225
|
-
"canonicalUsage": "import { Pagination, usePagination } from '@1money/
|
|
15537
|
+
"canonicalUsage": "import { Pagination, usePagination } from '@1money/component-ui';\n// or\nimport { Pagination, usePagination } from '@1money/component-ui/Pagination';",
|
|
15226
15538
|
"examples": [
|
|
15227
15539
|
{
|
|
15228
|
-
"hash": "
|
|
15540
|
+
"hash": "7318e5e19b35c2334284717d2b44382c3f0aa456d1d61c6892e3211c2c77135d",
|
|
15229
15541
|
"source": "canonical"
|
|
15230
15542
|
}
|
|
15231
15543
|
]
|
|
@@ -15252,10 +15564,10 @@
|
|
|
15252
15564
|
],
|
|
15253
15565
|
"searchTags": [],
|
|
15254
15566
|
"typeText": "interface UsePaginationResult { ... }",
|
|
15255
|
-
"canonicalUsage": "import { Pagination, usePagination } from '@1money/
|
|
15567
|
+
"canonicalUsage": "import { Pagination, usePagination } from '@1money/component-ui';\n// or\nimport { Pagination, usePagination } from '@1money/component-ui/Pagination';",
|
|
15256
15568
|
"examples": [
|
|
15257
15569
|
{
|
|
15258
|
-
"hash": "
|
|
15570
|
+
"hash": "7318e5e19b35c2334284717d2b44382c3f0aa456d1d61c6892e3211c2c77135d",
|
|
15259
15571
|
"source": "canonical"
|
|
15260
15572
|
}
|
|
15261
15573
|
]
|
|
@@ -15324,10 +15636,10 @@
|
|
|
15324
15636
|
],
|
|
15325
15637
|
"searchTags": [],
|
|
15326
15638
|
"typeText": "(typeof VALIDATE_STATUSES)[number]",
|
|
15327
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
15639
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
15328
15640
|
"examples": [
|
|
15329
15641
|
{
|
|
15330
|
-
"hash": "
|
|
15642
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
15331
15643
|
"source": "canonical"
|
|
15332
15644
|
}
|
|
15333
15645
|
]
|
|
@@ -15396,10 +15708,10 @@
|
|
|
15396
15708
|
],
|
|
15397
15709
|
"searchTags": [],
|
|
15398
15710
|
"typeText": "(typeof VALIDATE_TRIGGERS)[number]",
|
|
15399
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
15711
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
15400
15712
|
"examples": [
|
|
15401
15713
|
{
|
|
15402
|
-
"hash": "
|
|
15714
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
15403
15715
|
"source": "canonical"
|
|
15404
15716
|
}
|
|
15405
15717
|
]
|
|
@@ -15420,14 +15732,14 @@
|
|
|
15420
15732
|
"VirtualListScrollInfo"
|
|
15421
15733
|
],
|
|
15422
15734
|
"searchTags": [],
|
|
15423
|
-
"canonicalUsage": "import { VirtualList } from '@1money/
|
|
15735
|
+
"canonicalUsage": "import { VirtualList } from '@1money/component-ui';\n// or\nimport { VirtualList } from '@1money/component-ui/VirtualList';",
|
|
15424
15736
|
"examples": [
|
|
15425
15737
|
{
|
|
15426
|
-
"hash": "
|
|
15738
|
+
"hash": "adc02f7e653e00211d2f727e3ef895d626db0f7ff0da6436a51e52ecddefc1ec",
|
|
15427
15739
|
"source": "canonical"
|
|
15428
15740
|
},
|
|
15429
15741
|
{
|
|
15430
|
-
"hash": "
|
|
15742
|
+
"hash": "d073f561eaa33f59872ba1277c04ad853f99cb24d2f6e75ac36d0c33e12a9d40",
|
|
15431
15743
|
"source": "readme"
|
|
15432
15744
|
},
|
|
15433
15745
|
{
|
|
@@ -15481,10 +15793,10 @@
|
|
|
15481
15793
|
],
|
|
15482
15794
|
"searchTags": [],
|
|
15483
15795
|
"typeText": "interface ListProps extends Omit<React.HTMLAttributes<any>, 'children'> { ... }",
|
|
15484
|
-
"canonicalUsage": "import { VirtualList } from '@1money/
|
|
15796
|
+
"canonicalUsage": "import { VirtualList } from '@1money/component-ui';\n// or\nimport { VirtualList } from '@1money/component-ui/VirtualList';",
|
|
15485
15797
|
"examples": [
|
|
15486
15798
|
{
|
|
15487
|
-
"hash": "
|
|
15799
|
+
"hash": "adc02f7e653e00211d2f727e3ef895d626db0f7ff0da6436a51e52ecddefc1ec",
|
|
15488
15800
|
"source": "canonical"
|
|
15489
15801
|
}
|
|
15490
15802
|
]
|
|
@@ -15506,10 +15818,10 @@
|
|
|
15506
15818
|
],
|
|
15507
15819
|
"searchTags": [],
|
|
15508
15820
|
"typeText": "{\n nativeElement: HTMLDivElement;\n scrollTo: ScrollTo;\n getScrollInfo: () => ScrollInfo;\n}",
|
|
15509
|
-
"canonicalUsage": "import { VirtualList } from '@1money/
|
|
15821
|
+
"canonicalUsage": "import { VirtualList } from '@1money/component-ui';\n// or\nimport { VirtualList } from '@1money/component-ui/VirtualList';",
|
|
15510
15822
|
"examples": [
|
|
15511
15823
|
{
|
|
15512
|
-
"hash": "
|
|
15824
|
+
"hash": "adc02f7e653e00211d2f727e3ef895d626db0f7ff0da6436a51e52ecddefc1ec",
|
|
15513
15825
|
"source": "canonical"
|
|
15514
15826
|
}
|
|
15515
15827
|
]
|
|
@@ -15531,10 +15843,10 @@
|
|
|
15531
15843
|
],
|
|
15532
15844
|
"searchTags": [],
|
|
15533
15845
|
"typeText": "interface ScrollInfo { ... }",
|
|
15534
|
-
"canonicalUsage": "import { VirtualList } from '@1money/
|
|
15846
|
+
"canonicalUsage": "import { VirtualList } from '@1money/component-ui';\n// or\nimport { VirtualList } from '@1money/component-ui/VirtualList';",
|
|
15535
15847
|
"examples": [
|
|
15536
15848
|
{
|
|
15537
|
-
"hash": "
|
|
15849
|
+
"hash": "adc02f7e653e00211d2f727e3ef895d626db0f7ff0da6436a51e52ecddefc1ec",
|
|
15538
15850
|
"source": "canonical"
|
|
15539
15851
|
}
|
|
15540
15852
|
]
|
|
@@ -15553,10 +15865,10 @@
|
|
|
15553
15865
|
"searchTags": [
|
|
15554
15866
|
"table"
|
|
15555
15867
|
],
|
|
15556
|
-
"canonicalUsage": "import { Table, VirtualTable } from '@1money/
|
|
15868
|
+
"canonicalUsage": "import { Table, VirtualTable } from '@1money/component-ui';\n// or\nimport { Table, VirtualTable } from '@1money/component-ui/Table';",
|
|
15557
15869
|
"examples": [
|
|
15558
15870
|
{
|
|
15559
|
-
"hash": "
|
|
15871
|
+
"hash": "c8bb2acc504d9189611763df8eebcb47062fe8c1c4ae3990fe6d9495cac88285",
|
|
15560
15872
|
"source": "canonical"
|
|
15561
15873
|
}
|
|
15562
15874
|
]
|
|
@@ -15584,10 +15896,10 @@
|
|
|
15584
15896
|
],
|
|
15585
15897
|
"searchTags": [],
|
|
15586
15898
|
"typeText": "interface VirtualTableProps extends Omit<TableProps<T>, 'scroll'> { ... }",
|
|
15587
|
-
"canonicalUsage": "import { Table, VirtualTable } from '@1money/
|
|
15899
|
+
"canonicalUsage": "import { Table, VirtualTable } from '@1money/component-ui';\n// or\nimport { Table, VirtualTable } from '@1money/component-ui/Table';",
|
|
15588
15900
|
"examples": [
|
|
15589
15901
|
{
|
|
15590
|
-
"hash": "
|
|
15902
|
+
"hash": "c8bb2acc504d9189611763df8eebcb47062fe8c1c4ae3990fe6d9495cac88285",
|
|
15591
15903
|
"source": "canonical"
|
|
15592
15904
|
}
|
|
15593
15905
|
]
|
|
@@ -15656,10 +15968,10 @@
|
|
|
15656
15968
|
],
|
|
15657
15969
|
"searchTags": [],
|
|
15658
15970
|
"signature": "(config: CreateProFormFieldConfig<FieldProps>): FC<ProFormFieldProps<FieldProps>>",
|
|
15659
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
15971
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
15660
15972
|
"examples": [
|
|
15661
15973
|
{
|
|
15662
|
-
"hash": "
|
|
15974
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
15663
15975
|
"source": "canonical"
|
|
15664
15976
|
}
|
|
15665
15977
|
]
|
|
@@ -15685,10 +15997,10 @@
|
|
|
15685
15997
|
],
|
|
15686
15998
|
"searchTags": [],
|
|
15687
15999
|
"signature": "NotificationStaticApi",
|
|
15688
|
-
"canonicalUsage": "import { notification } from '@1money/
|
|
16000
|
+
"canonicalUsage": "import { notification } from '@1money/component-ui';\n// or\nimport notification, {\n NOTIFICATION_PLACEMENTS,\n NOTIFICATION_STATUSES,\n} from '@1money/component-ui/Notification';",
|
|
15689
16001
|
"examples": [
|
|
15690
16002
|
{
|
|
15691
|
-
"hash": "
|
|
16003
|
+
"hash": "ff016409af028ad3a47644d56cb21acf445cb72e1c93de742fd656a520f41c9c",
|
|
15692
16004
|
"source": "canonical"
|
|
15693
16005
|
}
|
|
15694
16006
|
]
|
|
@@ -15715,10 +16027,10 @@
|
|
|
15715
16027
|
],
|
|
15716
16028
|
"searchTags": [],
|
|
15717
16029
|
"signature": "(options: UsePaginationOptions): UsePaginationResult",
|
|
15718
|
-
"canonicalUsage": "import { Pagination, usePagination } from '@1money/
|
|
16030
|
+
"canonicalUsage": "import { Pagination, usePagination } from '@1money/component-ui';\n// or\nimport { Pagination, usePagination } from '@1money/component-ui/Pagination';",
|
|
15719
16031
|
"examples": [
|
|
15720
16032
|
{
|
|
15721
|
-
"hash": "
|
|
16033
|
+
"hash": "7318e5e19b35c2334284717d2b44382c3f0aa456d1d61c6892e3211c2c77135d",
|
|
15722
16034
|
"source": "canonical"
|
|
15723
16035
|
}
|
|
15724
16036
|
]
|
|
@@ -15741,10 +16053,10 @@
|
|
|
15741
16053
|
],
|
|
15742
16054
|
"searchTags": [],
|
|
15743
16055
|
"signature": "(enabled: boolean, getTarget: HTMLElement | (() => HTMLElement), onDelayResize?: OnResize, onSyncResize?: OnResize)",
|
|
15744
|
-
"canonicalUsage": "import { ResizeObserver, useResizeObserver } from '@1money/
|
|
16056
|
+
"canonicalUsage": "import { ResizeObserver, useResizeObserver } from '@1money/component-ui';\n// or\nimport { ResizeObserver, Collection, useResizeObserver } from '@1money/component-ui/ResizeObserver';",
|
|
15745
16057
|
"examples": [
|
|
15746
16058
|
{
|
|
15747
|
-
"hash": "
|
|
16059
|
+
"hash": "11a75effde4de419507479c188f4208bc45d4e54ee6928476375f622ea51f29d",
|
|
15748
16060
|
"source": "canonical"
|
|
15749
16061
|
}
|
|
15750
16062
|
]
|
|
@@ -18613,15 +18925,7 @@
|
|
|
18613
18925
|
"diagnostics": {
|
|
18614
18926
|
"canonical": [
|
|
18615
18927
|
{
|
|
18616
|
-
"symbolName": "
|
|
18617
|
-
"reason": "module has no canonical.md; manual curation required"
|
|
18618
|
-
},
|
|
18619
|
-
{
|
|
18620
|
-
"symbolName": "Input",
|
|
18621
|
-
"reason": "module has no canonical.md; manual curation required"
|
|
18622
|
-
},
|
|
18623
|
-
{
|
|
18624
|
-
"symbolName": "ProForm",
|
|
18928
|
+
"symbolName": "Select",
|
|
18625
18929
|
"reason": "module has no canonical.md; manual curation required"
|
|
18626
18930
|
}
|
|
18627
18931
|
]
|