@@ -381,6 +381,28 @@ export const Store = {
381381 'filePath' : 'demo/gettingstarted/setup-demo.tsx' ,
382382 } ,
383383 } ,
384+ 'iconfield' : {
385+ 'basic-demo' : {
386+ 'component' : React . lazy ( ( ) => import ( 'demo/iconfield/basic-demo.tsx' ) ) ,
387+ 'filePath' : 'demo/iconfield/basic-demo.tsx' ,
388+ } ,
389+ 'float-label-demo' : {
390+ 'component' : React . lazy ( ( ) => import ( 'demo/iconfield/float-label-demo.tsx' ) ) ,
391+ 'filePath' : 'demo/iconfield/float-label-demo.tsx' ,
392+ } ,
393+ 'iconfield-pt' : {
394+ 'component' : React . lazy ( ( ) => import ( 'demo/iconfield/iconfield-pt.tsx' ) ) ,
395+ 'filePath' : 'demo/iconfield/iconfield-pt.tsx' ,
396+ } ,
397+ 'ifta-label-demo' : {
398+ 'component' : React . lazy ( ( ) => import ( 'demo/iconfield/ifta-label-demo.tsx' ) ) ,
399+ 'filePath' : 'demo/iconfield/ifta-label-demo.tsx' ,
400+ } ,
401+ 'sizes-demo' : {
402+ 'component' : React . lazy ( ( ) => import ( 'demo/iconfield/sizes-demo.tsx' ) ) ,
403+ 'filePath' : 'demo/iconfield/sizes-demo.tsx' ,
404+ } ,
405+ } ,
384406 'iftalabel' : {
385407 'basic-demo' : {
386408 'component' : React . lazy ( ( ) => import ( 'demo/iftalabel/basic-demo.tsx' ) ) ,
@@ -423,6 +445,36 @@ export const Store = {
423445 'filePath' : 'demo/inplace/inplace-pt.tsx' ,
424446 } ,
425447 } ,
448+ 'inputgroup' : {
449+ 'basic-demo' : {
450+ 'component' : React . lazy ( ( ) => import ( 'demo/inputgroup/basic-demo.tsx' ) ) ,
451+ 'filePath' : 'demo/inputgroup/basic-demo.tsx' ,
452+ } ,
453+ 'button-demo' : {
454+ 'component' : React . lazy ( ( ) => import ( 'demo/inputgroup/button-demo.tsx' ) ) ,
455+ 'filePath' : 'demo/inputgroup/button-demo.tsx' ,
456+ } ,
457+ 'checkbox-radio-demo' : {
458+ 'component' : React . lazy ( ( ) => import ( 'demo/inputgroup/checkbox-radio-demo.tsx' ) ) ,
459+ 'filePath' : 'demo/inputgroup/checkbox-radio-demo.tsx' ,
460+ } ,
461+ 'float-label-demo' : {
462+ 'component' : React . lazy ( ( ) => import ( 'demo/inputgroup/float-label-demo.tsx' ) ) ,
463+ 'filePath' : 'demo/inputgroup/float-label-demo.tsx' ,
464+ } ,
465+ 'ifta-label-demo' : {
466+ 'component' : React . lazy ( ( ) => import ( 'demo/inputgroup/ifta-label-demo.tsx' ) ) ,
467+ 'filePath' : 'demo/inputgroup/ifta-label-demo.tsx' ,
468+ } ,
469+ 'inputgroup-pt' : {
470+ 'component' : React . lazy ( ( ) => import ( 'demo/inputgroup/inputgroup-pt.tsx' ) ) ,
471+ 'filePath' : 'demo/inputgroup/inputgroup-pt.tsx' ,
472+ } ,
473+ 'multiple-demo' : {
474+ 'component' : React . lazy ( ( ) => import ( 'demo/inputgroup/multiple-demo.tsx' ) ) ,
475+ 'filePath' : 'demo/inputgroup/multiple-demo.tsx' ,
476+ } ,
477+ } ,
426478 'inputotp' : {
427479 'basic-demo' : {
428480 'component' : React . lazy ( ( ) => import ( 'demo/inputotp/basic-demo.tsx' ) ) ,
@@ -483,6 +535,52 @@ export const Store = {
483535 'filePath' : 'demo/inputtext/sizes-demo.tsx' ,
484536 } ,
485537 } ,
538+ 'knob' : {
539+ 'basic-demo' : {
540+ 'component' : React . lazy ( ( ) => import ( 'demo/knob/basic-demo.tsx' ) ) ,
541+ 'filePath' : 'demo/knob/basic-demo.tsx' ,
542+ } ,
543+ 'color-demo' : {
544+ 'component' : React . lazy ( ( ) => import ( 'demo/knob/color-demo.tsx' ) ) ,
545+ 'filePath' : 'demo/knob/color-demo.tsx' ,
546+ } ,
547+ 'disabled-demo' : {
548+ 'component' : React . lazy ( ( ) => import ( 'demo/knob/disabled-demo.tsx' ) ) ,
549+ 'filePath' : 'demo/knob/disabled-demo.tsx' ,
550+ } ,
551+ 'knob-pt' : {
552+ 'component' : React . lazy ( ( ) => import ( 'demo/knob/knob-pt.tsx' ) ) ,
553+ 'filePath' : 'demo/knob/knob-pt.tsx' ,
554+ } ,
555+ 'min-max-demo' : {
556+ 'component' : React . lazy ( ( ) => import ( 'demo/knob/min-max-demo.tsx' ) ) ,
557+ 'filePath' : 'demo/knob/min-max-demo.tsx' ,
558+ } ,
559+ 'reactive-demo' : {
560+ 'component' : React . lazy ( ( ) => import ( 'demo/knob/reactive-demo.tsx' ) ) ,
561+ 'filePath' : 'demo/knob/reactive-demo.tsx' ,
562+ } ,
563+ 'read-only-demo' : {
564+ 'component' : React . lazy ( ( ) => import ( 'demo/knob/read-only-demo.tsx' ) ) ,
565+ 'filePath' : 'demo/knob/read-only-demo.tsx' ,
566+ } ,
567+ 'size-demo' : {
568+ 'component' : React . lazy ( ( ) => import ( 'demo/knob/size-demo.tsx' ) ) ,
569+ 'filePath' : 'demo/knob/size-demo.tsx' ,
570+ } ,
571+ 'step-demo' : {
572+ 'component' : React . lazy ( ( ) => import ( 'demo/knob/step-demo.tsx' ) ) ,
573+ 'filePath' : 'demo/knob/step-demo.tsx' ,
574+ } ,
575+ 'stroke-demo' : {
576+ 'component' : React . lazy ( ( ) => import ( 'demo/knob/stroke-demo.tsx' ) ) ,
577+ 'filePath' : 'demo/knob/stroke-demo.tsx' ,
578+ } ,
579+ 'template-demo' : {
580+ 'component' : React . lazy ( ( ) => import ( 'demo/knob/template-demo.tsx' ) ) ,
581+ 'filePath' : 'demo/knob/template-demo.tsx' ,
582+ } ,
583+ } ,
486584 'message' : {
487585 'basic-demo' : {
488586 'component' : React . lazy ( ( ) => import ( 'demo/message/basic-demo.tsx' ) ) ,
@@ -785,6 +883,36 @@ export const Store = {
785883 'filePath' : 'demo/slider/vertical-demo.tsx' ,
786884 } ,
787885 } ,
886+ 'speeddial' : {
887+ 'circle-demo' : {
888+ 'component' : React . lazy ( ( ) => import ( 'demo/speeddial/circle-demo.tsx' ) ) ,
889+ 'filePath' : 'demo/speeddial/circle-demo.tsx' ,
890+ } ,
891+ 'linear-demo' : {
892+ 'component' : React . lazy ( ( ) => import ( 'demo/speeddial/linear-demo.tsx' ) ) ,
893+ 'filePath' : 'demo/speeddial/linear-demo.tsx' ,
894+ } ,
895+ 'quartercircle-demo' : {
896+ 'component' : React . lazy ( ( ) => import ( 'demo/speeddial/quartercircle-demo.tsx' ) ) ,
897+ 'filePath' : 'demo/speeddial/quartercircle-demo.tsx' ,
898+ } ,
899+ 'semicircle-demo' : {
900+ 'component' : React . lazy ( ( ) => import ( 'demo/speeddial/semicircle-demo.tsx' ) ) ,
901+ 'filePath' : 'demo/speeddial/semicircle-demo.tsx' ,
902+ } ,
903+ 'speeddial-pt' : {
904+ 'component' : React . lazy ( ( ) => import ( 'demo/speeddial/speeddial-pt.tsx' ) ) ,
905+ 'filePath' : 'demo/speeddial/speeddial-pt.tsx' ,
906+ } ,
907+ 'template-demo' : {
908+ 'component' : React . lazy ( ( ) => import ( 'demo/speeddial/template-demo.tsx' ) ) ,
909+ 'filePath' : 'demo/speeddial/template-demo.tsx' ,
910+ } ,
911+ 'tooltip-demo' : {
912+ 'component' : React . lazy ( ( ) => import ( 'demo/speeddial/tooltip-demo.tsx' ) ) ,
913+ 'filePath' : 'demo/speeddial/tooltip-demo.tsx' ,
914+ } ,
915+ } ,
788916 'splitter' : {
789917 'horizontal-demo' : {
790918 'component' : React . lazy ( ( ) => import ( 'demo/splitter/horizontal-demo.tsx' ) ) ,
@@ -995,6 +1123,32 @@ export const Store = {
9951123 'filePath' : 'demo/textarea/textarea-pt.tsx' ,
9961124 } ,
9971125 } ,
1126+ 'timeline' : {
1127+ 'alignment-demo' : {
1128+ 'component' : React . lazy ( ( ) => import ( 'demo/timeline/alignment-demo.tsx' ) ) ,
1129+ 'filePath' : 'demo/timeline/alignment-demo.tsx' ,
1130+ } ,
1131+ 'basic-demo' : {
1132+ 'component' : React . lazy ( ( ) => import ( 'demo/timeline/basic-demo.tsx' ) ) ,
1133+ 'filePath' : 'demo/timeline/basic-demo.tsx' ,
1134+ } ,
1135+ 'custom-demo' : {
1136+ 'component' : React . lazy ( ( ) => import ( 'demo/timeline/custom-demo.tsx' ) ) ,
1137+ 'filePath' : 'demo/timeline/custom-demo.tsx' ,
1138+ } ,
1139+ 'horizontal-demo' : {
1140+ 'component' : React . lazy ( ( ) => import ( 'demo/timeline/horizontal-demo.tsx' ) ) ,
1141+ 'filePath' : 'demo/timeline/horizontal-demo.tsx' ,
1142+ } ,
1143+ 'opposite-demo' : {
1144+ 'component' : React . lazy ( ( ) => import ( 'demo/timeline/opposite-demo.tsx' ) ) ,
1145+ 'filePath' : 'demo/timeline/opposite-demo.tsx' ,
1146+ } ,
1147+ 'timeline-pt' : {
1148+ 'component' : React . lazy ( ( ) => import ( 'demo/timeline/timeline-pt.tsx' ) ) ,
1149+ 'filePath' : 'demo/timeline/timeline-pt.tsx' ,
1150+ } ,
1151+ } ,
9981152 'togglebutton' : {
9991153 'all-demo' : {
10001154 'component' : React . lazy ( ( ) => import ( 'demo/togglebutton/all-demo.tsx' ) ) ,
@@ -1109,4 +1263,36 @@ export const Store = {
11091263 'filePath' : 'demo/unstyled/checkbox-demo.tsx' ,
11101264 } ,
11111265 } ,
1266+ 'usekeyfilter' : {
1267+ 'pattern-demo' : {
1268+ 'component' : React . lazy ( ( ) => import ( 'demo/usekeyfilter/pattern-demo.tsx' ) ) ,
1269+ 'filePath' : 'demo/usekeyfilter/pattern-demo.tsx' ,
1270+ } ,
1271+ 'regex-demo' : {
1272+ 'component' : React . lazy ( ( ) => import ( 'demo/usekeyfilter/regex-demo.tsx' ) ) ,
1273+ 'filePath' : 'demo/usekeyfilter/regex-demo.tsx' ,
1274+ } ,
1275+ 'regex-word-demo' : {
1276+ 'component' : React . lazy ( ( ) => import ( 'demo/usekeyfilter/regex-word-demo.tsx' ) ) ,
1277+ 'filePath' : 'demo/usekeyfilter/regex-word-demo.tsx' ,
1278+ } ,
1279+ } ,
1280+ 'usemask' : {
1281+ 'basic-demo' : {
1282+ 'component' : React . lazy ( ( ) => import ( 'demo/usemask/basic-demo.tsx' ) ) ,
1283+ 'filePath' : 'demo/usemask/basic-demo.tsx' ,
1284+ } ,
1285+ 'format-patterns-demo' : {
1286+ 'component' : React . lazy ( ( ) => import ( 'demo/usemask/format-patterns-demo.tsx' ) ) ,
1287+ 'filePath' : 'demo/usemask/format-patterns-demo.tsx' ,
1288+ } ,
1289+ 'optional-demo' : {
1290+ 'component' : React . lazy ( ( ) => import ( 'demo/usemask/optional-demo.tsx' ) ) ,
1291+ 'filePath' : 'demo/usemask/optional-demo.tsx' ,
1292+ } ,
1293+ 'slot-char-demo' : {
1294+ 'component' : React . lazy ( ( ) => import ( 'demo/usemask/slot-char-demo.tsx' ) ) ,
1295+ 'filePath' : 'demo/usemask/slot-char-demo.tsx' ,
1296+ } ,
1297+ } ,
11121298} ;
0 commit comments