feffery_utils_components 0.0.13 → 0.0.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (63) hide show
  1. package/DESCRIPTION +1 -1
  2. package/NAMESPACE +5 -1
  3. package/Project.toml +1 -1
  4. package/build/lib/feffery_utils_components/FefferyCaptcha.py +53 -0
  5. package/build/lib/feffery_utils_components/FefferyCircleColorPicker.py +47 -0
  6. package/build/lib/feffery_utils_components/FefferyColorPicker.py +37 -0
  7. package/build/lib/feffery_utils_components/FefferyDashboard.py +39 -0
  8. package/build/lib/feffery_utils_components/FefferyDiv.py +59 -0
  9. package/build/lib/feffery_utils_components/FefferyExecuteJs.py +35 -0
  10. package/build/lib/feffery_utils_components/FefferyExtraSpinner.py +49 -0
  11. package/build/lib/feffery_utils_components/FefferyGuide.py +71 -0
  12. package/build/lib/feffery_utils_components/FefferyInViewport.py +43 -0
  13. package/build/lib/feffery_utils_components/FefferyLazyLoad.py +53 -0
  14. package/build/lib/feffery_utils_components/FefferyLocation.py +52 -0
  15. package/build/lib/feffery_utils_components/FefferyPasteImage.py +56 -0
  16. package/build/lib/feffery_utils_components/FefferyResizable.py +39 -0
  17. package/build/lib/feffery_utils_components/FefferyScroll.py +57 -0
  18. package/build/lib/feffery_utils_components/FefferyScrollbars.py +51 -0
  19. package/build/lib/feffery_utils_components/FefferyShortcutPanel.py +53 -0
  20. package/build/lib/feffery_utils_components/FefferySplit.py +59 -0
  21. package/build/lib/feffery_utils_components/FefferySplitPane.py +50 -0
  22. package/build/lib/feffery_utils_components/FefferySyntaxHighlighter.py +54 -0
  23. package/build/lib/feffery_utils_components/FefferyTopProgress.py +70 -0
  24. package/build/lib/feffery_utils_components/FefferyUtilsComponents.py +40 -0
  25. package/build/lib/feffery_utils_components/FefferyVirtualList.py +47 -0
  26. package/build/lib/feffery_utils_components/FefferyWaterMark.py +64 -0
  27. package/build/lib/feffery_utils_components/__init__.py +89 -0
  28. package/build/lib/feffery_utils_components/_imports_.py +37 -0
  29. package/build/lib/feffery_utils_components/feffery_utils_components.min.js +429 -0
  30. package/build/lib/feffery_utils_components/metadata.json +1722 -0
  31. package/build/lib/feffery_utils_components/package-info.json +88 -0
  32. package/demo.py +117 -0
  33. package/feffery_utils_components/FefferyDiv.py +15 -3
  34. package/feffery_utils_components/FefferyExecuteJs.py +7 -3
  35. package/feffery_utils_components/FefferyInViewport.py +43 -0
  36. package/feffery_utils_components/FefferyLazyLoad.py +53 -0
  37. package/feffery_utils_components/FefferyLocation.py +52 -0
  38. package/feffery_utils_components/FefferySyntaxHighlighter.py +9 -7
  39. package/feffery_utils_components/FefferyVirtualList.py +47 -0
  40. package/feffery_utils_components/_imports_.py +10 -2
  41. package/feffery_utils_components/feffery_utils_components.min.js +8 -8
  42. package/feffery_utils_components/metadata.json +609 -101
  43. package/feffery_utils_components/package-info.json +7 -3
  44. package/package.json +7 -3
  45. package/src/FefferyUtilsComponents.jl +8 -4
  46. package/src/jl/''_fefferydiv.jl +7 -1
  47. package/src/jl/''_fefferyexecutejs.jl +2 -0
  48. package/src/jl/''_fefferyinviewport.jl +30 -0
  49. package/src/jl/''_fefferylazyload.jl +35 -0
  50. package/src/jl/''_fefferylocation.jl +26 -0
  51. package/src/jl/''_fefferysyntaxhighlighter.jl +4 -3
  52. package/src/jl/''_fefferyvirtuallist.jl +32 -0
  53. package/src/lib/components/FefferyExecuteJs.react.js +14 -3
  54. package/src/lib/components/FefferyLazyLoad.react.js +100 -0
  55. package/src/lib/components/FefferyLocation.react.js +161 -0
  56. package/src/lib/components/FefferySyntaxHighlighter.react.js +113 -45
  57. package/src/lib/components/{FefferyDiv.react.js → FefferyVirtualList.react.js} +29 -30
  58. package/src/lib/components/listeners/FefferyDiv.react.js +135 -0
  59. package/src/lib/components/listeners/FefferyInViewport.react.js +98 -0
  60. package/src/lib/components/styles.css +54 -70
  61. package/src/lib/index.js +10 -2
  62. package/tests/FefferyInViewportTest/app.py +50 -0
  63. package/usage.py +24 -309
@@ -177,9 +177,9 @@
177
177
  }
178
178
  }
179
179
  },
180
- "src/lib/components/FefferyDiv.react.js": {
180
+ "src/lib/components/FefferyExecuteJs.react.js": {
181
181
  "description": "",
182
- "displayName": "FefferyDiv",
182
+ "displayName": "FefferyExecuteJs",
183
183
  "methods": [],
184
184
  "props": {
185
185
  "id": {
@@ -190,23 +190,7 @@
190
190
  "required": false,
191
191
  "description": ""
192
192
  },
193
- "children": {
194
- "type": {
195
- "name": "custom",
196
- "raw": "PropTypes.node"
197
- },
198
- "required": false,
199
- "description": ""
200
- },
201
- "style": {
202
- "type": {
203
- "name": "custom",
204
- "raw": "PropTypes.object"
205
- },
206
- "required": false,
207
- "description": ""
208
- },
209
- "className": {
193
+ "jsString": {
210
194
  "type": {
211
195
  "name": "custom",
212
196
  "raw": "PropTypes.string"
@@ -214,18 +198,10 @@
214
198
  "required": false,
215
199
  "description": ""
216
200
  },
217
- "_width": {
218
- "type": {
219
- "name": "custom",
220
- "raw": "PropTypes.number"
221
- },
222
- "required": false,
223
- "description": ""
224
- },
225
- "_height": {
201
+ "loading_state": {
226
202
  "type": {
227
203
  "name": "custom",
228
- "raw": "PropTypes.number"
204
+ "raw": "PropTypes.shape({\r\n /**\r\n * Determines if the component is loading or not\r\n */\r\n is_loading: PropTypes.bool,\r\n /**\r\n * Holds which property is loading\r\n */\r\n prop_name: PropTypes.string,\r\n /**\r\n * Holds the name of the component that is loading\r\n */\r\n component_name: PropTypes.string\r\n})"
229
205
  },
230
206
  "required": false,
231
207
  "description": ""
@@ -237,45 +213,6 @@
237
213
  },
238
214
  "required": false,
239
215
  "description": "Dash-assigned callback that should be called to report property changes\r\nto Dash, to make them available for callbacks."
240
- },
241
- "loading_state": {
242
- "type": {
243
- "name": "custom",
244
- "raw": "PropTypes.shape({\r\n /**\r\n * Determines if the component is loading or not\r\n */\r\n is_loading: PropTypes.bool,\r\n /**\r\n * Holds which property is loading\r\n */\r\n prop_name: PropTypes.string,\r\n /**\r\n * Holds the name of the component that is loading\r\n */\r\n component_name: PropTypes.string\r\n})"
245
- },
246
- "required": false,
247
- "description": ""
248
- }
249
- }
250
- },
251
- "src/lib/components/FefferyExecuteJs.react.js": {
252
- "description": "",
253
- "displayName": "FefferyExecuteJs",
254
- "methods": [],
255
- "props": {
256
- "id": {
257
- "type": {
258
- "name": "custom",
259
- "raw": "PropTypes.string"
260
- },
261
- "required": false,
262
- "description": ""
263
- },
264
- "jsString": {
265
- "type": {
266
- "name": "custom",
267
- "raw": "PropTypes.string"
268
- },
269
- "required": false,
270
- "description": ""
271
- },
272
- "loading_state": {
273
- "type": {
274
- "name": "custom",
275
- "raw": "PropTypes.shape({\r\n /**\r\n * Determines if the component is loading or not\r\n */\r\n is_loading: PropTypes.bool,\r\n /**\r\n * Holds which property is loading\r\n */\r\n prop_name: PropTypes.string,\r\n /**\r\n * Holds the name of the component that is loading\r\n */\r\n component_name: PropTypes.string\r\n})"
276
- },
277
- "required": false,
278
- "description": ""
279
216
  }
280
217
  }
281
218
  },
@@ -561,6 +498,195 @@
561
498
  }
562
499
  }
563
500
  },
501
+ "src/lib/components/FefferyLazyLoad.react.js": {
502
+ "description": "",
503
+ "displayName": "FefferyLazyLoad",
504
+ "methods": [],
505
+ "props": {
506
+ "id": {
507
+ "type": {
508
+ "name": "custom",
509
+ "raw": "PropTypes.string"
510
+ },
511
+ "required": false,
512
+ "description": ""
513
+ },
514
+ "children": {
515
+ "type": {
516
+ "name": "custom",
517
+ "raw": "PropTypes.node"
518
+ },
519
+ "required": false,
520
+ "description": ""
521
+ },
522
+ "style": {
523
+ "type": {
524
+ "name": "custom",
525
+ "raw": "PropTypes.object"
526
+ },
527
+ "required": false,
528
+ "description": ""
529
+ },
530
+ "className": {
531
+ "type": {
532
+ "name": "custom",
533
+ "raw": "PropTypes.string"
534
+ },
535
+ "required": false,
536
+ "description": ""
537
+ },
538
+ "height": {
539
+ "type": {
540
+ "name": "custom",
541
+ "raw": "PropTypes.oneOfType([\r\n PropTypes.number,\r\n PropTypes.string\r\n])"
542
+ },
543
+ "required": false,
544
+ "description": ""
545
+ },
546
+ "width": {
547
+ "type": {
548
+ "name": "custom",
549
+ "raw": "PropTypes.oneOfType([\r\n PropTypes.number,\r\n PropTypes.string\r\n])"
550
+ },
551
+ "required": false,
552
+ "description": ""
553
+ },
554
+ "offset": {
555
+ "type": {
556
+ "name": "custom",
557
+ "raw": "PropTypes.number"
558
+ },
559
+ "required": false,
560
+ "description": ""
561
+ },
562
+ "visible": {
563
+ "type": {
564
+ "name": "custom",
565
+ "raw": "PropTypes.bool"
566
+ },
567
+ "required": false,
568
+ "description": "",
569
+ "defaultValue": {
570
+ "value": "false",
571
+ "computed": false
572
+ }
573
+ },
574
+ "throttle": {
575
+ "type": {
576
+ "name": "custom",
577
+ "raw": "PropTypes.number"
578
+ },
579
+ "required": false,
580
+ "description": ""
581
+ },
582
+ "setProps": {
583
+ "type": {
584
+ "name": "custom",
585
+ "raw": "PropTypes.func"
586
+ },
587
+ "required": false,
588
+ "description": "Dash-assigned callback that should be called to report property changes\r\nto Dash, to make them available for callbacks."
589
+ },
590
+ "loading_state": {
591
+ "type": {
592
+ "name": "custom",
593
+ "raw": "PropTypes.shape({\r\n /**\r\n * Determines if the component is loading or not\r\n */\r\n is_loading: PropTypes.bool,\r\n /**\r\n * Holds which property is loading\r\n */\r\n prop_name: PropTypes.string,\r\n /**\r\n * Holds the name of the component that is loading\r\n */\r\n component_name: PropTypes.string\r\n})"
594
+ },
595
+ "required": false,
596
+ "description": ""
597
+ }
598
+ }
599
+ },
600
+ "src/lib/components/FefferyLocation.react.js": {
601
+ "description": "",
602
+ "displayName": "FefferyLocation",
603
+ "methods": [
604
+ {
605
+ "name": "updateLocation",
606
+ "docblock": null,
607
+ "modifiers": [],
608
+ "params": [
609
+ {
610
+ "name": "props",
611
+ "type": null
612
+ }
613
+ ],
614
+ "returns": null
615
+ },
616
+ {
617
+ "name": "onLocationChange",
618
+ "docblock": null,
619
+ "modifiers": [],
620
+ "params": [],
621
+ "returns": null
622
+ }
623
+ ],
624
+ "props": {
625
+ "id": {
626
+ "type": {
627
+ "name": "string"
628
+ },
629
+ "required": true,
630
+ "description": "The ID of this component, used to identify dash components\r\nin callbacks. The ID needs to be unique across all of the\r\ncomponents in an app."
631
+ },
632
+ "pathname": {
633
+ "type": {
634
+ "name": "string"
635
+ },
636
+ "required": false,
637
+ "description": "pathname in window.location - e.g., \"/my/full/pathname\""
638
+ },
639
+ "search": {
640
+ "type": {
641
+ "name": "string"
642
+ },
643
+ "required": false,
644
+ "description": "search in window.location - e.g., \"?myargument=1\""
645
+ },
646
+ "hash": {
647
+ "type": {
648
+ "name": "string"
649
+ },
650
+ "required": false,
651
+ "description": "hash in window.location - e.g., \"#myhash\""
652
+ },
653
+ "href": {
654
+ "type": {
655
+ "name": "string"
656
+ },
657
+ "required": false,
658
+ "description": "href in window.location - e.g., \"/my/full/pathname?myargument=1#myhash\""
659
+ },
660
+ "refresh": {
661
+ "type": {
662
+ "name": "bool"
663
+ },
664
+ "required": false,
665
+ "description": "Refresh the page when the location is updated?",
666
+ "defaultValue": {
667
+ "value": "true",
668
+ "computed": false
669
+ }
670
+ },
671
+ "includePathnames": {
672
+ "type": {
673
+ "name": "arrayOf",
674
+ "value": {
675
+ "name": "string"
676
+ }
677
+ },
678
+ "required": false,
679
+ "description": ""
680
+ },
681
+ "setProps": {
682
+ "type": {
683
+ "name": "func"
684
+ },
685
+ "required": false,
686
+ "description": "Dash-assigned callback that gets fired when the value changes."
687
+ }
688
+ }
689
+ },
564
690
  "src/lib/components/FefferyScroll.react.js": {
565
691
  "description": "",
566
692
  "displayName": "FefferyScroll",
@@ -906,17 +1032,6 @@
906
1032
  "required": false,
907
1033
  "description": ""
908
1034
  },
909
- "codeStyle": {
910
- "type": {
911
- "name": "string"
912
- },
913
- "required": false,
914
- "description": "",
915
- "defaultValue": {
916
- "value": "'prism'",
917
- "computed": false
918
- }
919
- },
920
1035
  "codeString": {
921
1036
  "type": {
922
1037
  "name": "string"
@@ -931,30 +1046,158 @@
931
1046
  "required": true,
932
1047
  "description": ""
933
1048
  },
934
- "showLineNumbers": {
935
- "type": {
936
- "name": "bool"
937
- },
938
- "required": false,
939
- "description": ""
940
- },
941
- "showInlineLineNumbers": {
942
- "type": {
943
- "name": "bool"
944
- },
945
- "required": false,
946
- "description": ""
947
- },
948
- "loading_state": {
1049
+ "codeTheme": {
949
1050
  "type": {
950
- "name": "shape",
951
- "value": {
952
- "is_loading": {
953
- "name": "bool",
954
- "description": "Determines if the component is loading or not",
955
- "required": false
1051
+ "name": "enum",
1052
+ "value": [
1053
+ {
1054
+ "value": "'a11y-dark'",
1055
+ "computed": false
956
1056
  },
957
- "prop_name": {
1057
+ {
1058
+ "value": "'atom-dark'",
1059
+ "computed": false
1060
+ },
1061
+ {
1062
+ "value": "'coldark-cold'",
1063
+ "computed": false
1064
+ },
1065
+ {
1066
+ "value": "'coldark-dark'",
1067
+ "computed": false
1068
+ },
1069
+ {
1070
+ "value": "'coy'",
1071
+ "computed": false
1072
+ },
1073
+ {
1074
+ "value": "'coy-without-shadows'",
1075
+ "computed": false
1076
+ },
1077
+ {
1078
+ "value": "'darcula'",
1079
+ "computed": false
1080
+ },
1081
+ {
1082
+ "value": "'dracula'",
1083
+ "computed": false
1084
+ },
1085
+ {
1086
+ "value": "'nord'",
1087
+ "computed": false
1088
+ },
1089
+ {
1090
+ "value": "'okaidia'",
1091
+ "computed": false
1092
+ },
1093
+ {
1094
+ "value": "'prism'",
1095
+ "computed": false
1096
+ },
1097
+ {
1098
+ "value": "'solarizedlight'",
1099
+ "computed": false
1100
+ },
1101
+ {
1102
+ "value": "'twilight'",
1103
+ "computed": false
1104
+ },
1105
+ {
1106
+ "value": "'duotone-sea'",
1107
+ "computed": false
1108
+ },
1109
+ {
1110
+ "value": "'duotone-dark'",
1111
+ "computed": false
1112
+ },
1113
+ {
1114
+ "value": "'duotone-light'",
1115
+ "computed": false
1116
+ },
1117
+ {
1118
+ "value": "'duotone-space'",
1119
+ "computed": false
1120
+ },
1121
+ {
1122
+ "value": "'gh-colors'",
1123
+ "computed": false
1124
+ },
1125
+ {
1126
+ "value": "'gruvbox-dark'",
1127
+ "computed": false
1128
+ },
1129
+ {
1130
+ "value": "'material-dark'",
1131
+ "computed": false
1132
+ },
1133
+ {
1134
+ "value": "'night-owl'",
1135
+ "computed": false
1136
+ },
1137
+ {
1138
+ "value": "'one-light'",
1139
+ "computed": false
1140
+ },
1141
+ {
1142
+ "value": "'pojoaque'",
1143
+ "computed": false
1144
+ },
1145
+ {
1146
+ "value": "'solarized-dark-atom'",
1147
+ "computed": false
1148
+ },
1149
+ {
1150
+ "value": "'synthwave84'",
1151
+ "computed": false
1152
+ },
1153
+ {
1154
+ "value": "'z-touch'",
1155
+ "computed": false
1156
+ }
1157
+ ]
1158
+ },
1159
+ "required": false,
1160
+ "description": "",
1161
+ "defaultValue": {
1162
+ "value": "'gh-colors'",
1163
+ "computed": false
1164
+ }
1165
+ },
1166
+ "codeBlockStyle": {
1167
+ "type": {
1168
+ "name": "object"
1169
+ },
1170
+ "required": false,
1171
+ "description": ""
1172
+ },
1173
+ "codeStyle": {
1174
+ "type": {
1175
+ "name": "object"
1176
+ },
1177
+ "required": false,
1178
+ "description": ""
1179
+ },
1180
+ "showLineNumbers": {
1181
+ "type": {
1182
+ "name": "bool"
1183
+ },
1184
+ "required": false,
1185
+ "description": "",
1186
+ "defaultValue": {
1187
+ "value": "true",
1188
+ "computed": false
1189
+ }
1190
+ },
1191
+ "loading_state": {
1192
+ "type": {
1193
+ "name": "shape",
1194
+ "value": {
1195
+ "is_loading": {
1196
+ "name": "bool",
1197
+ "description": "Determines if the component is loading or not",
1198
+ "required": false
1199
+ },
1200
+ "prop_name": {
958
1201
  "name": "string",
959
1202
  "description": "Holds which property is loading",
960
1203
  "required": false
@@ -1147,6 +1390,271 @@
1147
1390
  }
1148
1391
  }
1149
1392
  },
1393
+ "src/lib/components/FefferyVirtualList.react.js": {
1394
+ "description": "",
1395
+ "displayName": "FefferyVirtualList",
1396
+ "methods": [],
1397
+ "props": {
1398
+ "id": {
1399
+ "type": {
1400
+ "name": "custom",
1401
+ "raw": "PropTypes.string"
1402
+ },
1403
+ "required": false,
1404
+ "description": ""
1405
+ },
1406
+ "children": {
1407
+ "type": {
1408
+ "name": "custom",
1409
+ "raw": "PropTypes.node"
1410
+ },
1411
+ "required": false,
1412
+ "description": ""
1413
+ },
1414
+ "style": {
1415
+ "type": {
1416
+ "name": "custom",
1417
+ "raw": "PropTypes.object"
1418
+ },
1419
+ "required": false,
1420
+ "description": ""
1421
+ },
1422
+ "className": {
1423
+ "type": {
1424
+ "name": "custom",
1425
+ "raw": "PropTypes.string"
1426
+ },
1427
+ "required": false,
1428
+ "description": ""
1429
+ },
1430
+ "height": {
1431
+ "type": {
1432
+ "name": "custom",
1433
+ "raw": "PropTypes.number.isRequired"
1434
+ },
1435
+ "required": false,
1436
+ "description": ""
1437
+ },
1438
+ "itemHeight": {
1439
+ "type": {
1440
+ "name": "custom",
1441
+ "raw": "PropTypes.number.isRequired"
1442
+ },
1443
+ "required": false,
1444
+ "description": ""
1445
+ },
1446
+ "setProps": {
1447
+ "type": {
1448
+ "name": "custom",
1449
+ "raw": "PropTypes.func"
1450
+ },
1451
+ "required": false,
1452
+ "description": "Dash-assigned callback that should be called to report property changes\r\nto Dash, to make them available for callbacks."
1453
+ },
1454
+ "loading_state": {
1455
+ "type": {
1456
+ "name": "custom",
1457
+ "raw": "PropTypes.shape({\r\n /**\r\n * Determines if the component is loading or not\r\n */\r\n is_loading: PropTypes.bool,\r\n /**\r\n * Holds which property is loading\r\n */\r\n prop_name: PropTypes.string,\r\n /**\r\n * Holds the name of the component that is loading\r\n */\r\n component_name: PropTypes.string\r\n})"
1458
+ },
1459
+ "required": false,
1460
+ "description": ""
1461
+ }
1462
+ }
1463
+ },
1464
+ "src/lib/components/listeners/FefferyDiv.react.js": {
1465
+ "description": "",
1466
+ "displayName": "FefferyDiv",
1467
+ "methods": [],
1468
+ "props": {
1469
+ "id": {
1470
+ "type": {
1471
+ "name": "custom",
1472
+ "raw": "PropTypes.string"
1473
+ },
1474
+ "required": false,
1475
+ "description": ""
1476
+ },
1477
+ "children": {
1478
+ "type": {
1479
+ "name": "custom",
1480
+ "raw": "PropTypes.node"
1481
+ },
1482
+ "required": false,
1483
+ "description": ""
1484
+ },
1485
+ "style": {
1486
+ "type": {
1487
+ "name": "custom",
1488
+ "raw": "PropTypes.object"
1489
+ },
1490
+ "required": false,
1491
+ "description": ""
1492
+ },
1493
+ "className": {
1494
+ "type": {
1495
+ "name": "custom",
1496
+ "raw": "PropTypes.string"
1497
+ },
1498
+ "required": false,
1499
+ "description": ""
1500
+ },
1501
+ "_width": {
1502
+ "type": {
1503
+ "name": "custom",
1504
+ "raw": "PropTypes.number"
1505
+ },
1506
+ "required": false,
1507
+ "description": ""
1508
+ },
1509
+ "_height": {
1510
+ "type": {
1511
+ "name": "custom",
1512
+ "raw": "PropTypes.number"
1513
+ },
1514
+ "required": false,
1515
+ "description": ""
1516
+ },
1517
+ "mouseEnterCounts": {
1518
+ "type": {
1519
+ "name": "custom",
1520
+ "raw": "PropTypes.number"
1521
+ },
1522
+ "required": false,
1523
+ "description": "",
1524
+ "defaultValue": {
1525
+ "value": "0",
1526
+ "computed": false
1527
+ }
1528
+ },
1529
+ "mouseLeaveCounts": {
1530
+ "type": {
1531
+ "name": "custom",
1532
+ "raw": "PropTypes.number"
1533
+ },
1534
+ "required": false,
1535
+ "description": "",
1536
+ "defaultValue": {
1537
+ "value": "0",
1538
+ "computed": false
1539
+ }
1540
+ },
1541
+ "nClicks": {
1542
+ "type": {
1543
+ "name": "custom",
1544
+ "raw": "PropTypes.number"
1545
+ },
1546
+ "required": false,
1547
+ "description": "",
1548
+ "defaultValue": {
1549
+ "value": "0",
1550
+ "computed": false
1551
+ }
1552
+ },
1553
+ "nDoubleClicks": {
1554
+ "type": {
1555
+ "name": "custom",
1556
+ "raw": "PropTypes.number"
1557
+ },
1558
+ "required": false,
1559
+ "description": "",
1560
+ "defaultValue": {
1561
+ "value": "0",
1562
+ "computed": false
1563
+ }
1564
+ },
1565
+ "enableListenContextMenu": {
1566
+ "type": {
1567
+ "name": "custom",
1568
+ "raw": "PropTypes.bool"
1569
+ },
1570
+ "required": false,
1571
+ "description": "",
1572
+ "defaultValue": {
1573
+ "value": "false",
1574
+ "computed": false
1575
+ }
1576
+ },
1577
+ "contextMenuEvent": {
1578
+ "type": {
1579
+ "name": "custom",
1580
+ "raw": "PropTypes.exact({\r\n // \u5728\u9875\u9762\u4e2d\u7684x\u5750\u6807\r\n pageX: PropTypes.number,\r\n // \u5728\u9875\u9762\u4e2d\u7684y\u5750\u6807\r\n pageY: PropTypes.number,\r\n // \u70b9\u51fb\u4e8b\u4ef6\u5bf9\u5e94\u7684\u65f6\u95f4\u6233\r\n timestamp: PropTypes.number\r\n})"
1581
+ },
1582
+ "required": false,
1583
+ "description": ""
1584
+ },
1585
+ "setProps": {
1586
+ "type": {
1587
+ "name": "custom",
1588
+ "raw": "PropTypes.func"
1589
+ },
1590
+ "required": false,
1591
+ "description": "Dash-assigned callback that should be called to report property changes\r\nto Dash, to make them available for callbacks."
1592
+ },
1593
+ "loading_state": {
1594
+ "type": {
1595
+ "name": "custom",
1596
+ "raw": "PropTypes.shape({\r\n /**\r\n * Determines if the component is loading or not\r\n */\r\n is_loading: PropTypes.bool,\r\n /**\r\n * Holds which property is loading\r\n */\r\n prop_name: PropTypes.string,\r\n /**\r\n * Holds the name of the component that is loading\r\n */\r\n component_name: PropTypes.string\r\n})"
1597
+ },
1598
+ "required": false,
1599
+ "description": ""
1600
+ }
1601
+ }
1602
+ },
1603
+ "src/lib/components/listeners/FefferyInViewport.react.js": {
1604
+ "description": "",
1605
+ "displayName": "FefferyInViewport",
1606
+ "methods": [],
1607
+ "props": {
1608
+ "id": {
1609
+ "type": {
1610
+ "name": "custom",
1611
+ "raw": "PropTypes.string"
1612
+ },
1613
+ "required": false,
1614
+ "description": ""
1615
+ },
1616
+ "children": {
1617
+ "type": {
1618
+ "name": "custom",
1619
+ "raw": "PropTypes.node"
1620
+ },
1621
+ "required": false,
1622
+ "description": ""
1623
+ },
1624
+ "inViewport": {
1625
+ "type": {
1626
+ "name": "custom",
1627
+ "raw": "PropTypes.bool"
1628
+ },
1629
+ "required": false,
1630
+ "description": ""
1631
+ },
1632
+ "threshold": {
1633
+ "type": {
1634
+ "name": "custom",
1635
+ "raw": "PropTypes.number"
1636
+ },
1637
+ "required": false,
1638
+ "description": ""
1639
+ },
1640
+ "setProps": {
1641
+ "type": {
1642
+ "name": "custom",
1643
+ "raw": "PropTypes.func"
1644
+ },
1645
+ "required": false,
1646
+ "description": "Dash-assigned callback that should be called to report property changes\r\nto Dash, to make them available for callbacks."
1647
+ },
1648
+ "loading_state": {
1649
+ "type": {
1650
+ "name": "custom",
1651
+ "raw": "PropTypes.shape({\r\n /**\r\n * Determines if the component is loading or not\r\n */\r\n is_loading: PropTypes.bool,\r\n /**\r\n * Holds which property is loading\r\n */\r\n prop_name: PropTypes.string,\r\n /**\r\n * Holds the name of the component that is loading\r\n */\r\n component_name: PropTypes.string\r\n})"
1652
+ },
1653
+ "required": false,
1654
+ "description": ""
1655
+ }
1656
+ }
1657
+ },
1150
1658
  "src/lib/components/split/FefferySplit.react.js": {
1151
1659
  "description": "",
1152
1660
  "displayName": "FefferySplit",