feffery_utils_components 0.0.9 → 0.0.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/DESCRIPTION +1 -1
- package/NAMESPACE +5 -5
- package/Project.toml +1 -1
- package/feffery_utils_components/FefferyCaptcha.py +5 -3
- package/feffery_utils_components/FefferyCircleColorPicker.py +47 -0
- package/{build/lib/feffery_utils_components/FefferyDashboard.py → feffery_utils_components/FefferyColorPicker.py} +9 -11
- package/feffery_utils_components/FefferyDiv.py +47 -0
- package/feffery_utils_components/FefferyExecuteJs.py +5 -3
- package/feffery_utils_components/FefferyExtraSpinner.py +49 -0
- package/feffery_utils_components/FefferyGuide.py +5 -3
- package/feffery_utils_components/FefferyScroll.py +57 -0
- package/feffery_utils_components/FefferyScrollbars.py +51 -0
- package/feffery_utils_components/FefferyShortcutPanel.py +5 -3
- package/feffery_utils_components/FefferySplit.py +8 -8
- package/feffery_utils_components/FefferySplitPane.py +5 -3
- package/feffery_utils_components/FefferySyntaxHighlighter.py +5 -3
- package/feffery_utils_components/FefferyTopProgress.py +5 -3
- package/feffery_utils_components/_imports_.py +10 -4
- package/feffery_utils_components/feffery_utils_components.min.js +50 -28
- package/feffery_utils_components/metadata.json +457 -202
- package/feffery_utils_components/package-info.json +7 -6
- package/package.json +7 -6
- package/src/FefferyUtilsComponents.jl +8 -5
- package/src/jl/''_fefferycirclecolorpicker.jl +26 -0
- package/src/jl/''_fefferycolorpicker.jl +22 -0
- package/src/jl/''_fefferydiv.jl +32 -0
- package/src/jl/''_fefferyextraspinner.jl +27 -0
- package/src/jl/''_fefferyscroll.jl +31 -0
- package/src/jl/''_fefferyscrollbars.jl +34 -0
- package/src/jl/''_fefferysplit.jl +1 -2
- package/src/lib/components/FefferyCaptcha.react.js +6 -2
- package/src/lib/components/FefferyDiv.react.js +85 -0
- package/src/lib/components/FefferyExecuteJs.react.js +21 -12
- package/src/lib/components/FefferyExtraSpinner.react.js +373 -0
- package/src/lib/components/FefferyGuide.react.js +11 -4
- package/src/lib/components/FefferyScroll.react.js +170 -0
- package/src/lib/components/FefferyScrollbars.react.js +104 -0
- package/src/lib/components/FefferyShortcutPanel.react.js +5 -1
- package/src/lib/components/FefferySyntaxHighlighter.react.js +6 -2
- package/src/lib/components/FefferyTopProgress.react.js +3 -3
- package/src/lib/components/colorPickers/FefferyCircleColorPicker.react.js +88 -0
- package/src/lib/components/nprogress.css +84 -0
- package/src/lib/components/split/FefferySplit.react.js +28 -42
- package/src/lib/components/styles.css +32 -8
- package/src/lib/index.js +11 -6
- package/usage.py +107 -39
- package/build/lib/feffery_utils_components/FefferyCaptcha.py +0 -51
- package/build/lib/feffery_utils_components/FefferyGuide.py +0 -69
- package/build/lib/feffery_utils_components/FefferyPasteImage.py +0 -56
- package/build/lib/feffery_utils_components/FefferyResizable.py +0 -39
- package/build/lib/feffery_utils_components/FefferyShortcutPanel.py +0 -51
- package/build/lib/feffery_utils_components/FefferySplit.py +0 -59
- package/build/lib/feffery_utils_components/FefferySplitPane.py +0 -48
- package/build/lib/feffery_utils_components/FefferySyntaxHighlighter.py +0 -52
- package/build/lib/feffery_utils_components/FefferyTopProgress.py +0 -68
- package/build/lib/feffery_utils_components/FefferyUtilsComponents.py +0 -40
- package/build/lib/feffery_utils_components/FefferyWaterMark.py +0 -64
- package/build/lib/feffery_utils_components/__init__.py +0 -89
- package/build/lib/feffery_utils_components/_imports_.py +0 -21
- package/build/lib/feffery_utils_components/feffery_utils_components.min.js +0 -407
- package/build/lib/feffery_utils_components/metadata.json +0 -1053
- package/build/lib/feffery_utils_components/package-info.json +0 -84
- package/src/lib/components/FefferyPasteImage.react.js +0 -168
- package/src/lib/components/FefferyWaterMark.react.js +0 -112
|
@@ -1,4 +1,83 @@
|
|
|
1
1
|
{
|
|
2
|
+
"src/lib/components/colorPickers/FefferyCircleColorPicker.react.js": {
|
|
3
|
+
"description": "",
|
|
4
|
+
"displayName": "FefferyCircleColorPicker",
|
|
5
|
+
"methods": [],
|
|
6
|
+
"props": {
|
|
7
|
+
"id": {
|
|
8
|
+
"type": {
|
|
9
|
+
"name": "custom",
|
|
10
|
+
"raw": "PropTypes.string"
|
|
11
|
+
},
|
|
12
|
+
"required": false,
|
|
13
|
+
"description": ""
|
|
14
|
+
},
|
|
15
|
+
"className": {
|
|
16
|
+
"type": {
|
|
17
|
+
"name": "custom",
|
|
18
|
+
"raw": "PropTypes.string"
|
|
19
|
+
},
|
|
20
|
+
"required": false,
|
|
21
|
+
"description": ""
|
|
22
|
+
},
|
|
23
|
+
"style": {
|
|
24
|
+
"type": {
|
|
25
|
+
"name": "custom",
|
|
26
|
+
"raw": "PropTypes.object"
|
|
27
|
+
},
|
|
28
|
+
"required": false,
|
|
29
|
+
"description": ""
|
|
30
|
+
},
|
|
31
|
+
"width": {
|
|
32
|
+
"type": {
|
|
33
|
+
"name": "custom",
|
|
34
|
+
"raw": "PropTypes.string"
|
|
35
|
+
},
|
|
36
|
+
"required": false,
|
|
37
|
+
"description": ""
|
|
38
|
+
},
|
|
39
|
+
"colors": {
|
|
40
|
+
"type": {
|
|
41
|
+
"name": "custom",
|
|
42
|
+
"raw": "PropTypes.arrayOf(PropTypes.string)"
|
|
43
|
+
},
|
|
44
|
+
"required": false,
|
|
45
|
+
"description": ""
|
|
46
|
+
},
|
|
47
|
+
"circleSize": {
|
|
48
|
+
"type": {
|
|
49
|
+
"name": "custom",
|
|
50
|
+
"raw": "PropTypes.number"
|
|
51
|
+
},
|
|
52
|
+
"required": false,
|
|
53
|
+
"description": ""
|
|
54
|
+
},
|
|
55
|
+
"circleSpacing": {
|
|
56
|
+
"type": {
|
|
57
|
+
"name": "custom",
|
|
58
|
+
"raw": "PropTypes.number"
|
|
59
|
+
},
|
|
60
|
+
"required": false,
|
|
61
|
+
"description": ""
|
|
62
|
+
},
|
|
63
|
+
"color": {
|
|
64
|
+
"type": {
|
|
65
|
+
"name": "custom",
|
|
66
|
+
"raw": "PropTypes.string"
|
|
67
|
+
},
|
|
68
|
+
"required": false,
|
|
69
|
+
"description": ""
|
|
70
|
+
},
|
|
71
|
+
"loading_state": {
|
|
72
|
+
"type": {
|
|
73
|
+
"name": "custom",
|
|
74
|
+
"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})"
|
|
75
|
+
},
|
|
76
|
+
"required": false,
|
|
77
|
+
"description": ""
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
},
|
|
2
81
|
"src/lib/components/FefferyCaptcha.react.js": {
|
|
3
82
|
"description": "",
|
|
4
83
|
"displayName": "FefferyCaptcha",
|
|
@@ -98,6 +177,77 @@
|
|
|
98
177
|
}
|
|
99
178
|
}
|
|
100
179
|
},
|
|
180
|
+
"src/lib/components/FefferyDiv.react.js": {
|
|
181
|
+
"description": "",
|
|
182
|
+
"displayName": "FefferyDiv",
|
|
183
|
+
"methods": [],
|
|
184
|
+
"props": {
|
|
185
|
+
"id": {
|
|
186
|
+
"type": {
|
|
187
|
+
"name": "custom",
|
|
188
|
+
"raw": "PropTypes.string"
|
|
189
|
+
},
|
|
190
|
+
"required": false,
|
|
191
|
+
"description": ""
|
|
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": {
|
|
210
|
+
"type": {
|
|
211
|
+
"name": "custom",
|
|
212
|
+
"raw": "PropTypes.string"
|
|
213
|
+
},
|
|
214
|
+
"required": false,
|
|
215
|
+
"description": ""
|
|
216
|
+
},
|
|
217
|
+
"_width": {
|
|
218
|
+
"type": {
|
|
219
|
+
"name": "custom",
|
|
220
|
+
"raw": "PropTypes.number"
|
|
221
|
+
},
|
|
222
|
+
"required": false,
|
|
223
|
+
"description": ""
|
|
224
|
+
},
|
|
225
|
+
"_height": {
|
|
226
|
+
"type": {
|
|
227
|
+
"name": "custom",
|
|
228
|
+
"raw": "PropTypes.number"
|
|
229
|
+
},
|
|
230
|
+
"required": false,
|
|
231
|
+
"description": ""
|
|
232
|
+
},
|
|
233
|
+
"setProps": {
|
|
234
|
+
"type": {
|
|
235
|
+
"name": "custom",
|
|
236
|
+
"raw": "PropTypes.func"
|
|
237
|
+
},
|
|
238
|
+
"required": false,
|
|
239
|
+
"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
|
+
},
|
|
101
251
|
"src/lib/components/FefferyExecuteJs.react.js": {
|
|
102
252
|
"description": "",
|
|
103
253
|
"displayName": "FefferyExecuteJs",
|
|
@@ -129,6 +279,113 @@
|
|
|
129
279
|
}
|
|
130
280
|
}
|
|
131
281
|
},
|
|
282
|
+
"src/lib/components/FefferyExtraSpinner.react.js": {
|
|
283
|
+
"description": "",
|
|
284
|
+
"displayName": "FefferyExtraSpinner",
|
|
285
|
+
"methods": [],
|
|
286
|
+
"props": {
|
|
287
|
+
"id": {
|
|
288
|
+
"type": {
|
|
289
|
+
"name": "custom",
|
|
290
|
+
"raw": "PropTypes.string"
|
|
291
|
+
},
|
|
292
|
+
"required": false,
|
|
293
|
+
"description": ""
|
|
294
|
+
},
|
|
295
|
+
"style": {
|
|
296
|
+
"type": {
|
|
297
|
+
"name": "custom",
|
|
298
|
+
"raw": "PropTypes.object"
|
|
299
|
+
},
|
|
300
|
+
"required": false,
|
|
301
|
+
"description": ""
|
|
302
|
+
},
|
|
303
|
+
"className": {
|
|
304
|
+
"type": {
|
|
305
|
+
"name": "custom",
|
|
306
|
+
"raw": "PropTypes.string"
|
|
307
|
+
},
|
|
308
|
+
"required": false,
|
|
309
|
+
"description": ""
|
|
310
|
+
},
|
|
311
|
+
"type": {
|
|
312
|
+
"type": {
|
|
313
|
+
"name": "custom",
|
|
314
|
+
"raw": "PropTypes.oneOf([\r\n \"ball\", \"swap\", \"bars\", \"grid\", \"wave\", \"push\", \"firework\",\r\n \"stage\", \"ring\", \"heart\", \"guard\", \"rotate\", \"spiral\", \"pulse\",\r\n \"swish\", \"sequence\", \"impulse\", \"cube\", \"magic\", \"flag\", \"fill\",\r\n \"sphere\", \"domino\", \"goo\", \"comb\", \"pong\", \"rainbow\", \"hoop\",\r\n \"flapper\", \"jellyfish\", \"trace\", \"classic\", \"whisper\", \"metro\"\r\n])"
|
|
315
|
+
},
|
|
316
|
+
"required": false,
|
|
317
|
+
"description": "",
|
|
318
|
+
"defaultValue": {
|
|
319
|
+
"value": "'ball'",
|
|
320
|
+
"computed": false
|
|
321
|
+
}
|
|
322
|
+
},
|
|
323
|
+
"size": {
|
|
324
|
+
"type": {
|
|
325
|
+
"name": "custom",
|
|
326
|
+
"raw": "PropTypes.number"
|
|
327
|
+
},
|
|
328
|
+
"required": false,
|
|
329
|
+
"description": ""
|
|
330
|
+
},
|
|
331
|
+
"sizeUnit": {
|
|
332
|
+
"type": {
|
|
333
|
+
"name": "custom",
|
|
334
|
+
"raw": "PropTypes.string"
|
|
335
|
+
},
|
|
336
|
+
"required": false,
|
|
337
|
+
"description": "",
|
|
338
|
+
"defaultValue": {
|
|
339
|
+
"value": "'px'",
|
|
340
|
+
"computed": false
|
|
341
|
+
}
|
|
342
|
+
},
|
|
343
|
+
"color": {
|
|
344
|
+
"type": {
|
|
345
|
+
"name": "custom",
|
|
346
|
+
"raw": "PropTypes.string"
|
|
347
|
+
},
|
|
348
|
+
"required": false,
|
|
349
|
+
"description": "",
|
|
350
|
+
"defaultValue": {
|
|
351
|
+
"value": "'#1890ff'",
|
|
352
|
+
"computed": false
|
|
353
|
+
}
|
|
354
|
+
},
|
|
355
|
+
"frontColor": {
|
|
356
|
+
"type": {
|
|
357
|
+
"name": "custom",
|
|
358
|
+
"raw": "PropTypes.string"
|
|
359
|
+
},
|
|
360
|
+
"required": false,
|
|
361
|
+
"description": "",
|
|
362
|
+
"defaultValue": {
|
|
363
|
+
"value": "'#def6ff'",
|
|
364
|
+
"computed": false
|
|
365
|
+
}
|
|
366
|
+
},
|
|
367
|
+
"backColor": {
|
|
368
|
+
"type": {
|
|
369
|
+
"name": "custom",
|
|
370
|
+
"raw": "PropTypes.string"
|
|
371
|
+
},
|
|
372
|
+
"required": false,
|
|
373
|
+
"description": "",
|
|
374
|
+
"defaultValue": {
|
|
375
|
+
"value": "'#1890ff'",
|
|
376
|
+
"computed": false
|
|
377
|
+
}
|
|
378
|
+
},
|
|
379
|
+
"loading_state": {
|
|
380
|
+
"type": {
|
|
381
|
+
"name": "custom",
|
|
382
|
+
"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})"
|
|
383
|
+
},
|
|
384
|
+
"required": false,
|
|
385
|
+
"description": ""
|
|
386
|
+
}
|
|
387
|
+
}
|
|
388
|
+
},
|
|
132
389
|
"src/lib/components/FefferyGuide.react.js": {
|
|
133
390
|
"description": "",
|
|
134
391
|
"displayName": "FefferyGuide",
|
|
@@ -161,40 +418,155 @@
|
|
|
161
418
|
"locale": {
|
|
162
419
|
"type": {
|
|
163
420
|
"name": "custom",
|
|
164
|
-
"raw": "PropTypes.oneOf(['zh', 'en'])"
|
|
421
|
+
"raw": "PropTypes.oneOf(['zh', 'en'])"
|
|
422
|
+
},
|
|
423
|
+
"required": false,
|
|
424
|
+
"description": "",
|
|
425
|
+
"defaultValue": {
|
|
426
|
+
"value": "'zh'",
|
|
427
|
+
"computed": false
|
|
428
|
+
}
|
|
429
|
+
},
|
|
430
|
+
"steps": {
|
|
431
|
+
"type": {
|
|
432
|
+
"name": "custom",
|
|
433
|
+
"raw": "PropTypes.arrayOf(\r\n PropTypes.exact({\r\n // \u5bf9\u5e94\u5f53\u524d\u6b65\u9aa4\u951a\u5b9a\u7684\u5143\u7d20\u5bf9\u5e94\u7684css\u9009\u62e9\u5668\r\n selector: PropTypes.string,\r\n\r\n // \u5f53selector\u53c2\u6570\u7f3a\u7701\u65f6\uff0c\u53ef\u7528targetPos\u53c2\u6570\u57fa\u4e8e\u7edd\u5bf9\u4f4d\u7f6e\u8fdb\u884c\u6b65\u9aa4\u951a\u5b9a\r\n targetPos: PropTypes.exact({\r\n // \u8bbe\u7f6e\u8ddd\u79bb\u9876\u90e8\u7684\u50cf\u7d20\u8ddd\u79bb\r\n top: PropTypes.number,\r\n // \u8bbe\u7f6e\u8ddd\u79bb\u5de6\u7aef\u7684\u50cf\u7d20\u8ddd\u79bb\r\n left: PropTypes.number,\r\n // \u8bbe\u7f6e\u951a\u5b9a\u8303\u56f4\u50cf\u7d20\u5bbd\u5ea6\r\n width: PropTypes.number,\r\n // \u8bbe\u7f6e\u951a\u5b9a\u8303\u56f4\u50cf\u7d20\u9ad8\u5ea6\r\n height: PropTypes.number\r\n }),\r\n\r\n // \u8bbe\u7f6e\u5c55\u793a\u9762\u677f\u7684\u6807\u9898\u5185\u5bb9\r\n title: PropTypes.string,\r\n\r\n // \u8bbe\u7f6e\u5c55\u793a\u9762\u677f\u7684\u63cf\u8ff0\u5185\u5bb9\r\n content: PropTypes.string,\r\n\r\n // \u8bbe\u7f6e\u5c55\u793a\u9762\u677f\u76f8\u5bf9\u951a\u70b9\u7684\u65b9\u4f4d\uff0c\u53ef\u9009\u7684\u6709'top', 'bottom', 'left', 'right', 'top-left', 'top-right', 'bottom-left', 'bottom-right', 'left-top', 'left-bottom',\r\n // 'right-top', 'right-bottom'\uff0c\u9ed8\u8ba4\u4e3a'bottom'\r\n placement: PropTypes.oneOf([\r\n 'top', 'bottom', 'left', 'right', 'top-left', 'top-right',\r\n 'bottom-left', 'bottom-right', 'left-top', 'left-bottom',\r\n 'right-top', 'right-bottom'\r\n ]),\r\n\r\n // \u8bbe\u7f6e\u5c55\u793a\u9762\u677f\u7684\u50cf\u7d20\u504f\u79fb\u91cf\r\n offset: PropTypes.exact({\r\n // \u6c34\u5e73\u65b9\u5411\u504f\u79fb\u50cf\u7d20\u8ddd\u79bb\r\n x: PropTypes.number,\r\n // \u7ad6\u76f4\u65b9\u5411\u504f\u79fb\u50cf\u7d20\u8ddd\u79bb\r\n y: PropTypes.number\r\n })\r\n })\r\n).isRequired"
|
|
434
|
+
},
|
|
435
|
+
"required": false,
|
|
436
|
+
"description": ""
|
|
437
|
+
},
|
|
438
|
+
"localKey": {
|
|
439
|
+
"type": {
|
|
440
|
+
"name": "custom",
|
|
441
|
+
"raw": "PropTypes.string.isRequired"
|
|
442
|
+
},
|
|
443
|
+
"required": false,
|
|
444
|
+
"description": ""
|
|
445
|
+
},
|
|
446
|
+
"closable": {
|
|
447
|
+
"type": {
|
|
448
|
+
"name": "custom",
|
|
449
|
+
"raw": "PropTypes.bool"
|
|
450
|
+
},
|
|
451
|
+
"required": false,
|
|
452
|
+
"description": ""
|
|
453
|
+
},
|
|
454
|
+
"modalClassName": {
|
|
455
|
+
"type": {
|
|
456
|
+
"name": "custom",
|
|
457
|
+
"raw": "PropTypes.string"
|
|
458
|
+
},
|
|
459
|
+
"required": false,
|
|
460
|
+
"description": ""
|
|
461
|
+
},
|
|
462
|
+
"maskClassName": {
|
|
463
|
+
"type": {
|
|
464
|
+
"name": "custom",
|
|
465
|
+
"raw": "PropTypes.string"
|
|
466
|
+
},
|
|
467
|
+
"required": false,
|
|
468
|
+
"description": ""
|
|
469
|
+
},
|
|
470
|
+
"mask": {
|
|
471
|
+
"type": {
|
|
472
|
+
"name": "custom",
|
|
473
|
+
"raw": "PropTypes.bool"
|
|
474
|
+
},
|
|
475
|
+
"required": false,
|
|
476
|
+
"description": ""
|
|
477
|
+
},
|
|
478
|
+
"arrow": {
|
|
479
|
+
"type": {
|
|
480
|
+
"name": "custom",
|
|
481
|
+
"raw": "PropTypes.bool"
|
|
482
|
+
},
|
|
483
|
+
"required": false,
|
|
484
|
+
"description": ""
|
|
485
|
+
},
|
|
486
|
+
"hotspot": {
|
|
487
|
+
"type": {
|
|
488
|
+
"name": "custom",
|
|
489
|
+
"raw": "PropTypes.bool"
|
|
490
|
+
},
|
|
491
|
+
"required": false,
|
|
492
|
+
"description": ""
|
|
493
|
+
},
|
|
494
|
+
"stepText": {
|
|
495
|
+
"type": {
|
|
496
|
+
"name": "custom",
|
|
497
|
+
"raw": "PropTypes.string"
|
|
498
|
+
},
|
|
499
|
+
"required": false,
|
|
500
|
+
"description": ""
|
|
501
|
+
},
|
|
502
|
+
"nextText": {
|
|
503
|
+
"type": {
|
|
504
|
+
"name": "custom",
|
|
505
|
+
"raw": "PropTypes.string"
|
|
506
|
+
},
|
|
507
|
+
"required": false,
|
|
508
|
+
"description": ""
|
|
509
|
+
},
|
|
510
|
+
"prevText": {
|
|
511
|
+
"type": {
|
|
512
|
+
"name": "custom",
|
|
513
|
+
"raw": "PropTypes.string"
|
|
514
|
+
},
|
|
515
|
+
"required": false,
|
|
516
|
+
"description": ""
|
|
517
|
+
},
|
|
518
|
+
"showPreviousBtn": {
|
|
519
|
+
"type": {
|
|
520
|
+
"name": "custom",
|
|
521
|
+
"raw": "PropTypes.bool"
|
|
165
522
|
},
|
|
166
523
|
"required": false,
|
|
167
524
|
"description": "",
|
|
168
525
|
"defaultValue": {
|
|
169
|
-
"value": "
|
|
526
|
+
"value": "true",
|
|
170
527
|
"computed": false
|
|
171
528
|
}
|
|
172
529
|
},
|
|
173
|
-
"
|
|
530
|
+
"okText": {
|
|
174
531
|
"type": {
|
|
175
532
|
"name": "custom",
|
|
176
|
-
"raw": "PropTypes.
|
|
533
|
+
"raw": "PropTypes.string"
|
|
177
534
|
},
|
|
178
535
|
"required": false,
|
|
179
536
|
"description": ""
|
|
180
537
|
},
|
|
181
|
-
"
|
|
538
|
+
"step": {
|
|
182
539
|
"type": {
|
|
183
540
|
"name": "custom",
|
|
184
|
-
"raw": "PropTypes.
|
|
541
|
+
"raw": "PropTypes.number"
|
|
185
542
|
},
|
|
186
543
|
"required": false,
|
|
187
544
|
"description": ""
|
|
188
545
|
},
|
|
189
|
-
"
|
|
546
|
+
"loading_state": {
|
|
190
547
|
"type": {
|
|
191
548
|
"name": "custom",
|
|
192
|
-
"raw": "PropTypes.bool"
|
|
549
|
+
"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})"
|
|
193
550
|
},
|
|
194
551
|
"required": false,
|
|
195
552
|
"description": ""
|
|
196
553
|
},
|
|
197
|
-
"
|
|
554
|
+
"setProps": {
|
|
555
|
+
"type": {
|
|
556
|
+
"name": "custom",
|
|
557
|
+
"raw": "PropTypes.func"
|
|
558
|
+
},
|
|
559
|
+
"required": false,
|
|
560
|
+
"description": "Dash-assigned callback that should be called to report property changes\r\nto Dash, to make them available for callbacks."
|
|
561
|
+
}
|
|
562
|
+
}
|
|
563
|
+
},
|
|
564
|
+
"src/lib/components/FefferyScroll.react.js": {
|
|
565
|
+
"description": "",
|
|
566
|
+
"displayName": "FefferyScroll",
|
|
567
|
+
"methods": [],
|
|
568
|
+
"props": {
|
|
569
|
+
"id": {
|
|
198
570
|
"type": {
|
|
199
571
|
"name": "custom",
|
|
200
572
|
"raw": "PropTypes.string"
|
|
@@ -202,39 +574,47 @@
|
|
|
202
574
|
"required": false,
|
|
203
575
|
"description": ""
|
|
204
576
|
},
|
|
205
|
-
"
|
|
577
|
+
"scrollMode": {
|
|
206
578
|
"type": {
|
|
207
579
|
"name": "custom",
|
|
208
|
-
"raw": "PropTypes.
|
|
580
|
+
"raw": "PropTypes.oneOf([\r\n 'to-top', 'to-bottom', 'top-offset', 'relative-offset', 'target'\r\n])"
|
|
209
581
|
},
|
|
210
582
|
"required": false,
|
|
211
|
-
"description": ""
|
|
583
|
+
"description": "",
|
|
584
|
+
"defaultValue": {
|
|
585
|
+
"value": "'to-top'",
|
|
586
|
+
"computed": false
|
|
587
|
+
}
|
|
212
588
|
},
|
|
213
|
-
"
|
|
589
|
+
"executeScroll": {
|
|
214
590
|
"type": {
|
|
215
591
|
"name": "custom",
|
|
216
592
|
"raw": "PropTypes.bool"
|
|
217
593
|
},
|
|
218
594
|
"required": false,
|
|
219
|
-
"description": ""
|
|
595
|
+
"description": "",
|
|
596
|
+
"defaultValue": {
|
|
597
|
+
"value": "false",
|
|
598
|
+
"computed": false
|
|
599
|
+
}
|
|
220
600
|
},
|
|
221
|
-
"
|
|
601
|
+
"scrollTopOffset": {
|
|
222
602
|
"type": {
|
|
223
603
|
"name": "custom",
|
|
224
|
-
"raw": "PropTypes.
|
|
604
|
+
"raw": "PropTypes.number"
|
|
225
605
|
},
|
|
226
606
|
"required": false,
|
|
227
607
|
"description": ""
|
|
228
608
|
},
|
|
229
|
-
"
|
|
609
|
+
"scrollRelativeOffset": {
|
|
230
610
|
"type": {
|
|
231
611
|
"name": "custom",
|
|
232
|
-
"raw": "PropTypes.
|
|
612
|
+
"raw": "PropTypes.number"
|
|
233
613
|
},
|
|
234
614
|
"required": false,
|
|
235
615
|
"description": ""
|
|
236
616
|
},
|
|
237
|
-
"
|
|
617
|
+
"scrollTargetId": {
|
|
238
618
|
"type": {
|
|
239
619
|
"name": "custom",
|
|
240
620
|
"raw": "PropTypes.string"
|
|
@@ -242,35 +622,31 @@
|
|
|
242
622
|
"required": false,
|
|
243
623
|
"description": ""
|
|
244
624
|
},
|
|
245
|
-
"
|
|
625
|
+
"duration": {
|
|
246
626
|
"type": {
|
|
247
627
|
"name": "custom",
|
|
248
|
-
"raw": "PropTypes.
|
|
628
|
+
"raw": "PropTypes.number"
|
|
249
629
|
},
|
|
250
630
|
"required": false,
|
|
251
631
|
"description": ""
|
|
252
632
|
},
|
|
253
|
-
"
|
|
633
|
+
"smooth": {
|
|
254
634
|
"type": {
|
|
255
635
|
"name": "custom",
|
|
256
|
-
"raw": "PropTypes.
|
|
636
|
+
"raw": "PropTypes.oneOf([\r\n 'linear',\r\n 'easeInQuad',\r\n 'easeOutQuad',\r\n 'easeInOutQuad',\r\n 'easeInCubic',\r\n 'easeOutCubic',\r\n 'easeInOutCubic',\r\n 'easeInQuart',\r\n 'easeOutQuart',\r\n 'easeInOutQuart',\r\n 'easeInQuint',\r\n 'easeOutQuint',\r\n 'easeInOutQuint'\r\n])"
|
|
257
637
|
},
|
|
258
638
|
"required": false,
|
|
259
639
|
"description": ""
|
|
260
640
|
},
|
|
261
|
-
"
|
|
641
|
+
"delay": {
|
|
262
642
|
"type": {
|
|
263
643
|
"name": "custom",
|
|
264
|
-
"raw": "PropTypes.
|
|
644
|
+
"raw": "PropTypes.number"
|
|
265
645
|
},
|
|
266
646
|
"required": false,
|
|
267
|
-
"description": ""
|
|
268
|
-
"defaultValue": {
|
|
269
|
-
"value": "true",
|
|
270
|
-
"computed": false
|
|
271
|
-
}
|
|
647
|
+
"description": ""
|
|
272
648
|
},
|
|
273
|
-
"
|
|
649
|
+
"containerId": {
|
|
274
650
|
"type": {
|
|
275
651
|
"name": "custom",
|
|
276
652
|
"raw": "PropTypes.string"
|
|
@@ -278,7 +654,7 @@
|
|
|
278
654
|
"required": false,
|
|
279
655
|
"description": ""
|
|
280
656
|
},
|
|
281
|
-
"
|
|
657
|
+
"offset": {
|
|
282
658
|
"type": {
|
|
283
659
|
"name": "custom",
|
|
284
660
|
"raw": "PropTypes.number"
|
|
@@ -304,112 +680,114 @@
|
|
|
304
680
|
}
|
|
305
681
|
}
|
|
306
682
|
},
|
|
307
|
-
"src/lib/components/
|
|
683
|
+
"src/lib/components/FefferyScrollbars.react.js": {
|
|
308
684
|
"description": "",
|
|
309
|
-
"displayName": "
|
|
685
|
+
"displayName": "FefferyScrollbars",
|
|
310
686
|
"methods": [],
|
|
311
687
|
"props": {
|
|
312
688
|
"id": {
|
|
313
689
|
"type": {
|
|
314
|
-
"name": "
|
|
690
|
+
"name": "custom",
|
|
691
|
+
"raw": "PropTypes.string"
|
|
315
692
|
},
|
|
316
|
-
"required":
|
|
693
|
+
"required": false,
|
|
317
694
|
"description": ""
|
|
318
695
|
},
|
|
319
696
|
"children": {
|
|
320
697
|
"type": {
|
|
321
|
-
"name": "
|
|
698
|
+
"name": "custom",
|
|
699
|
+
"raw": "PropTypes.node"
|
|
322
700
|
},
|
|
323
701
|
"required": false,
|
|
324
|
-
"description": "
|
|
702
|
+
"description": ""
|
|
703
|
+
},
|
|
704
|
+
"style": {
|
|
705
|
+
"type": {
|
|
706
|
+
"name": "custom",
|
|
707
|
+
"raw": "PropTypes.object"
|
|
708
|
+
},
|
|
709
|
+
"required": false,
|
|
710
|
+
"description": ""
|
|
325
711
|
},
|
|
326
712
|
"className": {
|
|
327
713
|
"type": {
|
|
328
|
-
"name": "
|
|
714
|
+
"name": "custom",
|
|
715
|
+
"raw": "PropTypes.string"
|
|
716
|
+
},
|
|
717
|
+
"required": false,
|
|
718
|
+
"description": ""
|
|
719
|
+
},
|
|
720
|
+
"autoHide": {
|
|
721
|
+
"type": {
|
|
722
|
+
"name": "custom",
|
|
723
|
+
"raw": "PropTypes.bool"
|
|
329
724
|
},
|
|
330
725
|
"required": false,
|
|
331
726
|
"description": "",
|
|
332
727
|
"defaultValue": {
|
|
333
|
-
"value": "
|
|
728
|
+
"value": "true",
|
|
334
729
|
"computed": false
|
|
335
730
|
}
|
|
336
731
|
},
|
|
337
|
-
"
|
|
732
|
+
"classNames": {
|
|
338
733
|
"type": {
|
|
339
|
-
"name": "
|
|
734
|
+
"name": "custom",
|
|
735
|
+
"raw": "PropTypes.exact({\r\n // \u5185\u5bb9\u533a\u57df\u5bb9\u5668\r\n content: PropTypes.string,\r\n // \u6b63\u5728\u6eda\u52a8\u7684\u5185\u5bb9\u5bb9\u5668\r\n scrollContent: PropTypes.string,\r\n // \u6eda\u52a8\u6761\r\n scrollbar: PropTypes.string,\r\n // \u6eda\u52a8\u6761\u6ed1\u5757\r\n track: PropTypes.string\r\n})"
|
|
340
736
|
},
|
|
341
737
|
"required": false,
|
|
342
738
|
"description": ""
|
|
343
739
|
},
|
|
344
|
-
"
|
|
740
|
+
"forceVisible": {
|
|
345
741
|
"type": {
|
|
346
|
-
"name": "
|
|
347
|
-
"
|
|
348
|
-
"name": "any"
|
|
349
|
-
}
|
|
742
|
+
"name": "custom",
|
|
743
|
+
"raw": "PropTypes.oneOfType([\r\n PropTypes.bool,\r\n PropTypes.oneOf(['x', 'y'])\r\n])"
|
|
350
744
|
},
|
|
351
745
|
"required": false,
|
|
352
746
|
"description": "",
|
|
353
747
|
"defaultValue": {
|
|
354
|
-
"value": "
|
|
748
|
+
"value": "false",
|
|
355
749
|
"computed": false
|
|
356
750
|
}
|
|
357
751
|
},
|
|
358
|
-
"
|
|
752
|
+
"timeout": {
|
|
359
753
|
"type": {
|
|
360
|
-
"name": "
|
|
361
|
-
"
|
|
362
|
-
"name": "number"
|
|
363
|
-
}
|
|
754
|
+
"name": "custom",
|
|
755
|
+
"raw": "PropTypes.number"
|
|
364
756
|
},
|
|
365
757
|
"required": false,
|
|
366
758
|
"description": "",
|
|
367
759
|
"defaultValue": {
|
|
368
|
-
"value": "
|
|
760
|
+
"value": "1000",
|
|
369
761
|
"computed": false
|
|
370
762
|
}
|
|
371
763
|
},
|
|
372
|
-
"
|
|
764
|
+
"scrollbarMinSize": {
|
|
373
765
|
"type": {
|
|
374
|
-
"name": "
|
|
766
|
+
"name": "custom",
|
|
767
|
+
"raw": "PropTypes.number"
|
|
375
768
|
},
|
|
376
769
|
"required": false,
|
|
377
770
|
"description": "",
|
|
378
771
|
"defaultValue": {
|
|
379
|
-
"value": "
|
|
772
|
+
"value": "25",
|
|
380
773
|
"computed": false
|
|
381
774
|
}
|
|
382
775
|
},
|
|
383
|
-
"
|
|
776
|
+
"scrollbarMaxSize": {
|
|
384
777
|
"type": {
|
|
385
|
-
"name": "
|
|
386
|
-
"
|
|
387
|
-
"is_loading": {
|
|
388
|
-
"name": "bool",
|
|
389
|
-
"description": "Determines if the component is loading or not",
|
|
390
|
-
"required": false
|
|
391
|
-
},
|
|
392
|
-
"prop_name": {
|
|
393
|
-
"name": "string",
|
|
394
|
-
"description": "Holds which property is loading",
|
|
395
|
-
"required": false
|
|
396
|
-
},
|
|
397
|
-
"component_name": {
|
|
398
|
-
"name": "string",
|
|
399
|
-
"description": "Holds the name of the component that is loading",
|
|
400
|
-
"required": false
|
|
401
|
-
}
|
|
402
|
-
}
|
|
778
|
+
"name": "custom",
|
|
779
|
+
"raw": "PropTypes.number"
|
|
403
780
|
},
|
|
404
781
|
"required": false,
|
|
405
782
|
"description": ""
|
|
406
783
|
},
|
|
407
|
-
"
|
|
784
|
+
"loading_state": {
|
|
408
785
|
"type": {
|
|
409
|
-
"name": "
|
|
786
|
+
"name": "custom",
|
|
787
|
+
"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})"
|
|
410
788
|
},
|
|
411
789
|
"required": false,
|
|
412
|
-
"description": "
|
|
790
|
+
"description": ""
|
|
413
791
|
}
|
|
414
792
|
}
|
|
415
793
|
},
|
|
@@ -769,121 +1147,6 @@
|
|
|
769
1147
|
}
|
|
770
1148
|
}
|
|
771
1149
|
},
|
|
772
|
-
"src/lib/components/FefferyWaterMark.react.js": {
|
|
773
|
-
"description": "",
|
|
774
|
-
"displayName": "FefferyWaterMark",
|
|
775
|
-
"methods": [],
|
|
776
|
-
"props": {
|
|
777
|
-
"id": {
|
|
778
|
-
"type": {
|
|
779
|
-
"name": "string"
|
|
780
|
-
},
|
|
781
|
-
"required": false,
|
|
782
|
-
"description": ""
|
|
783
|
-
},
|
|
784
|
-
"children": {
|
|
785
|
-
"type": {
|
|
786
|
-
"name": "node"
|
|
787
|
-
},
|
|
788
|
-
"required": false,
|
|
789
|
-
"description": "The content of the tab - will only be displayed if this tab is selected"
|
|
790
|
-
},
|
|
791
|
-
"className": {
|
|
792
|
-
"type": {
|
|
793
|
-
"name": "string"
|
|
794
|
-
},
|
|
795
|
-
"required": false,
|
|
796
|
-
"description": ""
|
|
797
|
-
},
|
|
798
|
-
"style": {
|
|
799
|
-
"type": {
|
|
800
|
-
"name": "object"
|
|
801
|
-
},
|
|
802
|
-
"required": false,
|
|
803
|
-
"description": ""
|
|
804
|
-
},
|
|
805
|
-
"content": {
|
|
806
|
-
"type": {
|
|
807
|
-
"name": "string"
|
|
808
|
-
},
|
|
809
|
-
"required": false,
|
|
810
|
-
"description": ""
|
|
811
|
-
},
|
|
812
|
-
"rotate": {
|
|
813
|
-
"type": {
|
|
814
|
-
"name": "number"
|
|
815
|
-
},
|
|
816
|
-
"required": false,
|
|
817
|
-
"description": ""
|
|
818
|
-
},
|
|
819
|
-
"zIndex": {
|
|
820
|
-
"type": {
|
|
821
|
-
"name": "number"
|
|
822
|
-
},
|
|
823
|
-
"required": false,
|
|
824
|
-
"description": ""
|
|
825
|
-
},
|
|
826
|
-
"fontColor": {
|
|
827
|
-
"type": {
|
|
828
|
-
"name": "string"
|
|
829
|
-
},
|
|
830
|
-
"required": false,
|
|
831
|
-
"description": ""
|
|
832
|
-
},
|
|
833
|
-
"fontSize": {
|
|
834
|
-
"type": {
|
|
835
|
-
"name": "number"
|
|
836
|
-
},
|
|
837
|
-
"required": false,
|
|
838
|
-
"description": ""
|
|
839
|
-
},
|
|
840
|
-
"gapX": {
|
|
841
|
-
"type": {
|
|
842
|
-
"name": "number"
|
|
843
|
-
},
|
|
844
|
-
"required": false,
|
|
845
|
-
"description": ""
|
|
846
|
-
},
|
|
847
|
-
"gapY": {
|
|
848
|
-
"type": {
|
|
849
|
-
"name": "number"
|
|
850
|
-
},
|
|
851
|
-
"required": false,
|
|
852
|
-
"description": ""
|
|
853
|
-
},
|
|
854
|
-
"loading_state": {
|
|
855
|
-
"type": {
|
|
856
|
-
"name": "shape",
|
|
857
|
-
"value": {
|
|
858
|
-
"is_loading": {
|
|
859
|
-
"name": "bool",
|
|
860
|
-
"description": "Determines if the component is loading or not",
|
|
861
|
-
"required": false
|
|
862
|
-
},
|
|
863
|
-
"prop_name": {
|
|
864
|
-
"name": "string",
|
|
865
|
-
"description": "Holds which property is loading",
|
|
866
|
-
"required": false
|
|
867
|
-
},
|
|
868
|
-
"component_name": {
|
|
869
|
-
"name": "string",
|
|
870
|
-
"description": "Holds the name of the component that is loading",
|
|
871
|
-
"required": false
|
|
872
|
-
}
|
|
873
|
-
}
|
|
874
|
-
},
|
|
875
|
-
"required": false,
|
|
876
|
-
"description": ""
|
|
877
|
-
},
|
|
878
|
-
"setProps": {
|
|
879
|
-
"type": {
|
|
880
|
-
"name": "func"
|
|
881
|
-
},
|
|
882
|
-
"required": false,
|
|
883
|
-
"description": "Dash-assigned callback that should be called to report property changes\r\nto Dash, to make them available for callbacks."
|
|
884
|
-
}
|
|
885
|
-
}
|
|
886
|
-
},
|
|
887
1150
|
"src/lib/components/split/FefferySplit.react.js": {
|
|
888
1151
|
"description": "",
|
|
889
1152
|
"displayName": "FefferySplit",
|
|
@@ -921,14 +1184,6 @@
|
|
|
921
1184
|
"required": false,
|
|
922
1185
|
"description": ""
|
|
923
1186
|
},
|
|
924
|
-
"defaultSizes": {
|
|
925
|
-
"type": {
|
|
926
|
-
"name": "custom",
|
|
927
|
-
"raw": "PropTypes.arrayOf(PropTypes.number)"
|
|
928
|
-
},
|
|
929
|
-
"required": false,
|
|
930
|
-
"description": ""
|
|
931
|
-
},
|
|
932
1187
|
"sizes": {
|
|
933
1188
|
"type": {
|
|
934
1189
|
"name": "custom",
|