dash_mantine_components 0.11.0-a1 → 0.11.0-a3
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.
|
@@ -401,7 +401,7 @@
|
|
|
401
401
|
},
|
|
402
402
|
"persistence": {
|
|
403
403
|
"description": "Used to allow user interactions in this component to be persisted when\nthe component - or the page - is refreshed. If `persisted` is truthy and\nhasn't changed from its previous value, a `value` that the user has\nchanged while using the app will keep that change, as long as\nthe new `value` also matches what was given originally.\nUsed in conjunction with `persistence_type`.",
|
|
404
|
-
"required":
|
|
404
|
+
"required": false,
|
|
405
405
|
"type": {
|
|
406
406
|
"name": "union",
|
|
407
407
|
"value": [
|
|
@@ -5923,7 +5923,7 @@
|
|
|
5923
5923
|
},
|
|
5924
5924
|
"persistence": {
|
|
5925
5925
|
"description": "Used to allow user interactions in this component to be persisted when\nthe component - or the page - is refreshed. If `persisted` is truthy and\nhasn't changed from its previous value, a `value` that the user has\nchanged while using the app will keep that change, as long as\nthe new `value` also matches what was given originally.\nUsed in conjunction with `persistence_type`.",
|
|
5926
|
-
"required":
|
|
5926
|
+
"required": false,
|
|
5927
5927
|
"type": {
|
|
5928
5928
|
"name": "union",
|
|
5929
5929
|
"value": [
|
|
@@ -6156,7 +6156,7 @@
|
|
|
6156
6156
|
},
|
|
6157
6157
|
"persistence": {
|
|
6158
6158
|
"description": "Used to allow user interactions in this component to be persisted when\nthe component - or the page - is refreshed. If `persisted` is truthy and\nhasn't changed from its previous value, a `value` that the user has\nchanged while using the app will keep that change, as long as\nthe new `value` also matches what was given originally.\nUsed in conjunction with `persistence_type`.",
|
|
6159
|
-
"required":
|
|
6159
|
+
"required": false,
|
|
6160
6160
|
"type": {
|
|
6161
6161
|
"name": "union",
|
|
6162
6162
|
"value": [
|
|
@@ -6591,7 +6591,7 @@
|
|
|
6591
6591
|
},
|
|
6592
6592
|
"persistence": {
|
|
6593
6593
|
"description": "Used to allow user interactions in this component to be persisted when\nthe component - or the page - is refreshed. If `persisted` is truthy and\nhasn't changed from its previous value, a `value` that the user has\nchanged while using the app will keep that change, as long as\nthe new `value` also matches what was given originally.\nUsed in conjunction with `persistence_type`.",
|
|
6594
|
-
"required":
|
|
6594
|
+
"required": false,
|
|
6595
6595
|
"type": {
|
|
6596
6596
|
"name": "union",
|
|
6597
6597
|
"value": [
|
|
@@ -7276,7 +7276,7 @@
|
|
|
7276
7276
|
},
|
|
7277
7277
|
"persistence": {
|
|
7278
7278
|
"description": "Used to allow user interactions in this component to be persisted when\nthe component - or the page - is refreshed. If `persisted` is truthy and\nhasn't changed from its previous value, a `value` that the user has\nchanged while using the app will keep that change, as long as\nthe new `value` also matches what was given originally.\nUsed in conjunction with `persistence_type`.",
|
|
7279
|
-
"required":
|
|
7279
|
+
"required": false,
|
|
7280
7280
|
"type": {
|
|
7281
7281
|
"name": "union",
|
|
7282
7282
|
"value": [
|
|
@@ -7337,148 +7337,809 @@
|
|
|
7337
7337
|
},
|
|
7338
7338
|
"isContext": false
|
|
7339
7339
|
},
|
|
7340
|
-
"src/ts/components/core/
|
|
7341
|
-
"displayName": "
|
|
7342
|
-
"description": "Display
|
|
7340
|
+
"src/ts/components/core/hovercard/HoverCard.tsx": {
|
|
7341
|
+
"displayName": "HoverCard",
|
|
7342
|
+
"description": "Display popover section when target element is hovered. For more information, see: https://mantine.dev/core/hover-card/",
|
|
7343
7343
|
"props": {
|
|
7344
7344
|
"children": {
|
|
7345
|
-
"description": "
|
|
7345
|
+
"description": "HoverCard content",
|
|
7346
7346
|
"required": false,
|
|
7347
7347
|
"type": {
|
|
7348
7348
|
"name": "node",
|
|
7349
7349
|
"raw": "ReactNode"
|
|
7350
7350
|
}
|
|
7351
7351
|
},
|
|
7352
|
-
"
|
|
7353
|
-
"description": "
|
|
7352
|
+
"openDelay": {
|
|
7353
|
+
"description": "Open delay in ms",
|
|
7354
7354
|
"required": false,
|
|
7355
7355
|
"type": {
|
|
7356
|
-
"name": "
|
|
7357
|
-
"
|
|
7358
|
-
{
|
|
7359
|
-
"value": "'ordered'",
|
|
7360
|
-
"computed": false
|
|
7361
|
-
},
|
|
7362
|
-
{
|
|
7363
|
-
"value": "'unordered'",
|
|
7364
|
-
"computed": false
|
|
7365
|
-
}
|
|
7366
|
-
],
|
|
7367
|
-
"raw": "\"ordered\" | \"unordered\""
|
|
7356
|
+
"name": "number",
|
|
7357
|
+
"raw": "number"
|
|
7368
7358
|
}
|
|
7369
7359
|
},
|
|
7370
|
-
"
|
|
7371
|
-
"description": "
|
|
7360
|
+
"closeDelay": {
|
|
7361
|
+
"description": "Close delay in ms",
|
|
7372
7362
|
"required": false,
|
|
7373
7363
|
"type": {
|
|
7374
|
-
"name": "
|
|
7375
|
-
"raw": "
|
|
7364
|
+
"name": "number",
|
|
7365
|
+
"raw": "number"
|
|
7376
7366
|
}
|
|
7377
7367
|
},
|
|
7378
|
-
"
|
|
7379
|
-
"description": "
|
|
7368
|
+
"position": {
|
|
7369
|
+
"description": "Dropdown position relative to target",
|
|
7380
7370
|
"required": false,
|
|
7381
7371
|
"type": {
|
|
7382
|
-
"name": "
|
|
7372
|
+
"name": "enum",
|
|
7383
7373
|
"value": [
|
|
7384
7374
|
{
|
|
7385
|
-
"
|
|
7386
|
-
"
|
|
7387
|
-
}
|
|
7388
|
-
],
|
|
7389
|
-
"raw": "MantineNumberSize"
|
|
7390
|
-
}
|
|
7391
|
-
},
|
|
7392
|
-
"icon": {
|
|
7393
|
-
"description": "Icon that should replace list item dot",
|
|
7394
|
-
"required": false,
|
|
7395
|
-
"type": {
|
|
7396
|
-
"name": "node",
|
|
7397
|
-
"raw": "ReactNode"
|
|
7398
|
-
}
|
|
7399
|
-
},
|
|
7400
|
-
"spacing": {
|
|
7401
|
-
"description": "Spacing between items from theme or number to set value in px",
|
|
7402
|
-
"required": false,
|
|
7403
|
-
"type": {
|
|
7404
|
-
"name": "union",
|
|
7405
|
-
"value": [
|
|
7375
|
+
"value": "'top'",
|
|
7376
|
+
"computed": false
|
|
7377
|
+
},
|
|
7406
7378
|
{
|
|
7407
|
-
"
|
|
7408
|
-
"
|
|
7379
|
+
"value": "'right'",
|
|
7380
|
+
"computed": false
|
|
7381
|
+
},
|
|
7382
|
+
{
|
|
7383
|
+
"value": "'bottom'",
|
|
7384
|
+
"computed": false
|
|
7385
|
+
},
|
|
7386
|
+
{
|
|
7387
|
+
"value": "'left'",
|
|
7388
|
+
"computed": false
|
|
7389
|
+
},
|
|
7390
|
+
{
|
|
7391
|
+
"value": "'top-end'",
|
|
7392
|
+
"computed": false
|
|
7393
|
+
},
|
|
7394
|
+
{
|
|
7395
|
+
"value": "'top-start'",
|
|
7396
|
+
"computed": false
|
|
7397
|
+
},
|
|
7398
|
+
{
|
|
7399
|
+
"value": "'right-end'",
|
|
7400
|
+
"computed": false
|
|
7401
|
+
},
|
|
7402
|
+
{
|
|
7403
|
+
"value": "'right-start'",
|
|
7404
|
+
"computed": false
|
|
7405
|
+
},
|
|
7406
|
+
{
|
|
7407
|
+
"value": "'bottom-end'",
|
|
7408
|
+
"computed": false
|
|
7409
|
+
},
|
|
7410
|
+
{
|
|
7411
|
+
"value": "'bottom-start'",
|
|
7412
|
+
"computed": false
|
|
7413
|
+
},
|
|
7414
|
+
{
|
|
7415
|
+
"value": "'left-end'",
|
|
7416
|
+
"computed": false
|
|
7417
|
+
},
|
|
7418
|
+
{
|
|
7419
|
+
"value": "'left-start'",
|
|
7420
|
+
"computed": false
|
|
7409
7421
|
}
|
|
7410
7422
|
],
|
|
7411
|
-
"raw": "
|
|
7423
|
+
"raw": "FloatingPosition"
|
|
7412
7424
|
}
|
|
7413
7425
|
},
|
|
7414
|
-
"
|
|
7415
|
-
"description": "
|
|
7426
|
+
"offset": {
|
|
7427
|
+
"description": "Space between target element and dropdown in px",
|
|
7416
7428
|
"required": false,
|
|
7417
7429
|
"type": {
|
|
7418
|
-
"name": "
|
|
7419
|
-
"raw": "
|
|
7430
|
+
"name": "number",
|
|
7431
|
+
"raw": "number"
|
|
7420
7432
|
}
|
|
7421
7433
|
},
|
|
7422
|
-
"
|
|
7423
|
-
"description": "
|
|
7434
|
+
"transition": {
|
|
7435
|
+
"description": "One of premade transitions ot transition object",
|
|
7424
7436
|
"required": false,
|
|
7425
7437
|
"type": {
|
|
7426
7438
|
"name": "enum",
|
|
7427
7439
|
"value": [
|
|
7428
7440
|
{
|
|
7429
|
-
"value": "'
|
|
7441
|
+
"value": "'fade'",
|
|
7430
7442
|
"computed": false
|
|
7431
7443
|
},
|
|
7432
7444
|
{
|
|
7433
|
-
"value": "'
|
|
7445
|
+
"value": "'skew-up'",
|
|
7434
7446
|
"computed": false
|
|
7435
7447
|
},
|
|
7436
7448
|
{
|
|
7437
|
-
"value": "'
|
|
7449
|
+
"value": "'skew-down'",
|
|
7438
7450
|
"computed": false
|
|
7439
7451
|
},
|
|
7440
7452
|
{
|
|
7441
|
-
"value": "'
|
|
7453
|
+
"value": "'rotate-right'",
|
|
7442
7454
|
"computed": false
|
|
7443
7455
|
},
|
|
7444
7456
|
{
|
|
7445
|
-
"value": "'
|
|
7457
|
+
"value": "'rotate-left'",
|
|
7446
7458
|
"computed": false
|
|
7447
7459
|
},
|
|
7448
7460
|
{
|
|
7449
|
-
"value": "'
|
|
7461
|
+
"value": "'slide-down'",
|
|
7450
7462
|
"computed": false
|
|
7451
7463
|
},
|
|
7452
7464
|
{
|
|
7453
|
-
"value": "'
|
|
7465
|
+
"value": "'slide-up'",
|
|
7454
7466
|
"computed": false
|
|
7455
7467
|
},
|
|
7456
7468
|
{
|
|
7457
|
-
"value": "'
|
|
7469
|
+
"value": "'slide-right'",
|
|
7458
7470
|
"computed": false
|
|
7459
7471
|
},
|
|
7460
7472
|
{
|
|
7461
|
-
"value": "'
|
|
7473
|
+
"value": "'slide-left'",
|
|
7462
7474
|
"computed": false
|
|
7463
7475
|
},
|
|
7464
7476
|
{
|
|
7465
|
-
"value": "'
|
|
7477
|
+
"value": "'scale-y'",
|
|
7466
7478
|
"computed": false
|
|
7467
7479
|
},
|
|
7468
7480
|
{
|
|
7469
|
-
"value": "'
|
|
7481
|
+
"value": "'scale-x'",
|
|
7470
7482
|
"computed": false
|
|
7471
7483
|
},
|
|
7472
7484
|
{
|
|
7473
|
-
"value": "'
|
|
7485
|
+
"value": "'scale'",
|
|
7474
7486
|
"computed": false
|
|
7475
7487
|
},
|
|
7476
7488
|
{
|
|
7477
|
-
"value": "'
|
|
7489
|
+
"value": "'pop'",
|
|
7490
|
+
"computed": false
|
|
7491
|
+
},
|
|
7492
|
+
{
|
|
7493
|
+
"value": "'pop-top-left'",
|
|
7494
|
+
"computed": false
|
|
7495
|
+
},
|
|
7496
|
+
{
|
|
7497
|
+
"value": "'pop-top-right'",
|
|
7498
|
+
"computed": false
|
|
7499
|
+
},
|
|
7500
|
+
{
|
|
7501
|
+
"value": "'pop-bottom-left'",
|
|
7502
|
+
"computed": false
|
|
7503
|
+
},
|
|
7504
|
+
{
|
|
7505
|
+
"value": "'pop-bottom-right'",
|
|
7478
7506
|
"computed": false
|
|
7479
7507
|
}
|
|
7480
7508
|
],
|
|
7481
|
-
"raw": "
|
|
7509
|
+
"raw": "MantineTransitionName"
|
|
7510
|
+
}
|
|
7511
|
+
},
|
|
7512
|
+
"transitionDuration": {
|
|
7513
|
+
"description": "Transition duration in ms",
|
|
7514
|
+
"required": false,
|
|
7515
|
+
"type": {
|
|
7516
|
+
"name": "number",
|
|
7517
|
+
"raw": "number"
|
|
7518
|
+
}
|
|
7519
|
+
},
|
|
7520
|
+
"exitTransitionDuration": {
|
|
7521
|
+
"description": "Exit transition duration in ms",
|
|
7522
|
+
"required": false,
|
|
7523
|
+
"type": {
|
|
7524
|
+
"name": "number",
|
|
7525
|
+
"raw": "number"
|
|
7526
|
+
}
|
|
7527
|
+
},
|
|
7528
|
+
"width": {
|
|
7529
|
+
"description": "Dropdown width, or 'target' to make dropdown width the same as target element",
|
|
7530
|
+
"required": false,
|
|
7531
|
+
"type": {
|
|
7532
|
+
"name": "union",
|
|
7533
|
+
"value": [
|
|
7534
|
+
{
|
|
7535
|
+
"name": "string",
|
|
7536
|
+
"raw": "string"
|
|
7537
|
+
},
|
|
7538
|
+
{
|
|
7539
|
+
"name": "number",
|
|
7540
|
+
"raw": "number"
|
|
7541
|
+
}
|
|
7542
|
+
],
|
|
7543
|
+
"raw": "PopoverWidth"
|
|
7544
|
+
}
|
|
7545
|
+
},
|
|
7546
|
+
"withArrow": {
|
|
7547
|
+
"description": "Determines whether component should have an arrow",
|
|
7548
|
+
"required": false,
|
|
7549
|
+
"type": {
|
|
7550
|
+
"name": "bool",
|
|
7551
|
+
"raw": "boolean"
|
|
7552
|
+
}
|
|
7553
|
+
},
|
|
7554
|
+
"arrowSize": {
|
|
7555
|
+
"description": "Arrow size in px",
|
|
7556
|
+
"required": false,
|
|
7557
|
+
"type": {
|
|
7558
|
+
"name": "number",
|
|
7559
|
+
"raw": "number"
|
|
7560
|
+
}
|
|
7561
|
+
},
|
|
7562
|
+
"arrowOffset": {
|
|
7563
|
+
"description": "Arrow offset in px",
|
|
7564
|
+
"required": false,
|
|
7565
|
+
"type": {
|
|
7566
|
+
"name": "number",
|
|
7567
|
+
"raw": "number"
|
|
7568
|
+
}
|
|
7569
|
+
},
|
|
7570
|
+
"arrowRadius": {
|
|
7571
|
+
"description": "Arrow radius in px",
|
|
7572
|
+
"required": false,
|
|
7573
|
+
"type": {
|
|
7574
|
+
"name": "number",
|
|
7575
|
+
"raw": "number"
|
|
7576
|
+
}
|
|
7577
|
+
},
|
|
7578
|
+
"withinPortal": {
|
|
7579
|
+
"description": "Determines whether dropdown should be rendered within Portal, defaults to false",
|
|
7580
|
+
"required": false,
|
|
7581
|
+
"type": {
|
|
7582
|
+
"name": "bool",
|
|
7583
|
+
"raw": "boolean"
|
|
7584
|
+
}
|
|
7585
|
+
},
|
|
7586
|
+
"disabled": {
|
|
7587
|
+
"description": "Radius from theme.radius or number to set border-radius in px",
|
|
7588
|
+
"required": false,
|
|
7589
|
+
"type": {
|
|
7590
|
+
"name": "bool",
|
|
7591
|
+
"raw": "boolean"
|
|
7592
|
+
}
|
|
7593
|
+
},
|
|
7594
|
+
"returnFocus": {
|
|
7595
|
+
"description": "Determines whether focus should be automatically returned to control when dropdown closes, false by default",
|
|
7596
|
+
"required": false,
|
|
7597
|
+
"type": {
|
|
7598
|
+
"name": "bool",
|
|
7599
|
+
"raw": "boolean"
|
|
7600
|
+
}
|
|
7601
|
+
},
|
|
7602
|
+
"zIndex": {
|
|
7603
|
+
"description": "Dropdown z-index",
|
|
7604
|
+
"required": false,
|
|
7605
|
+
"type": {
|
|
7606
|
+
"name": "number",
|
|
7607
|
+
"raw": "number"
|
|
7608
|
+
}
|
|
7609
|
+
},
|
|
7610
|
+
"radius": {
|
|
7611
|
+
"description": "Radius from theme.radius or number to set border-radius in px",
|
|
7612
|
+
"required": false,
|
|
7613
|
+
"type": {
|
|
7614
|
+
"name": "union",
|
|
7615
|
+
"value": [
|
|
7616
|
+
{
|
|
7617
|
+
"name": "number",
|
|
7618
|
+
"raw": "number"
|
|
7619
|
+
}
|
|
7620
|
+
],
|
|
7621
|
+
"raw": "MantineNumberSize"
|
|
7622
|
+
}
|
|
7623
|
+
},
|
|
7624
|
+
"shadow": {
|
|
7625
|
+
"description": "Key of theme.shadow or any other valid css box-shadow value",
|
|
7626
|
+
"required": false,
|
|
7627
|
+
"type": {
|
|
7628
|
+
"name": "any",
|
|
7629
|
+
"raw": "MantineShadow"
|
|
7630
|
+
}
|
|
7631
|
+
},
|
|
7632
|
+
"middlewares": {
|
|
7633
|
+
"description": "Floating ui middlewares to configure position handling",
|
|
7634
|
+
"required": false,
|
|
7635
|
+
"type": {
|
|
7636
|
+
"name": "shape",
|
|
7637
|
+
"value": {
|
|
7638
|
+
"shift": {
|
|
7639
|
+
"description": "",
|
|
7640
|
+
"required": true,
|
|
7641
|
+
"name": "bool",
|
|
7642
|
+
"raw": "boolean"
|
|
7643
|
+
},
|
|
7644
|
+
"flip": {
|
|
7645
|
+
"description": "",
|
|
7646
|
+
"required": true,
|
|
7647
|
+
"name": "bool",
|
|
7648
|
+
"raw": "boolean"
|
|
7649
|
+
},
|
|
7650
|
+
"inline": {
|
|
7651
|
+
"description": "",
|
|
7652
|
+
"required": false,
|
|
7653
|
+
"name": "bool",
|
|
7654
|
+
"raw": "boolean"
|
|
7655
|
+
}
|
|
7656
|
+
},
|
|
7657
|
+
"raw": "PopoverMiddlewares"
|
|
7658
|
+
}
|
|
7659
|
+
},
|
|
7660
|
+
"className": {
|
|
7661
|
+
"description": "Often used with CSS to style elements with common properties",
|
|
7662
|
+
"required": false,
|
|
7663
|
+
"type": {
|
|
7664
|
+
"name": "string",
|
|
7665
|
+
"raw": "string"
|
|
7666
|
+
}
|
|
7667
|
+
},
|
|
7668
|
+
"style": {
|
|
7669
|
+
"description": "Inline style",
|
|
7670
|
+
"required": false,
|
|
7671
|
+
"type": {
|
|
7672
|
+
"name": "any",
|
|
7673
|
+
"raw": "any"
|
|
7674
|
+
}
|
|
7675
|
+
},
|
|
7676
|
+
"styles": {
|
|
7677
|
+
"description": "Mantine styles API",
|
|
7678
|
+
"required": false,
|
|
7679
|
+
"type": {
|
|
7680
|
+
"name": "object",
|
|
7681
|
+
"raw": "object"
|
|
7682
|
+
}
|
|
7683
|
+
},
|
|
7684
|
+
"id": {
|
|
7685
|
+
"description": "Unique ID to identify this component in Dash callbacks.",
|
|
7686
|
+
"required": false,
|
|
7687
|
+
"type": {
|
|
7688
|
+
"name": "string",
|
|
7689
|
+
"raw": "string"
|
|
7690
|
+
}
|
|
7691
|
+
},
|
|
7692
|
+
"unstyled": {
|
|
7693
|
+
"description": "Remove all Mantine styling from the component",
|
|
7694
|
+
"required": false,
|
|
7695
|
+
"type": {
|
|
7696
|
+
"name": "bool",
|
|
7697
|
+
"raw": "boolean"
|
|
7698
|
+
}
|
|
7699
|
+
},
|
|
7700
|
+
"setProps": {
|
|
7701
|
+
"description": "Update props to trigger callbacks.",
|
|
7702
|
+
"required": true,
|
|
7703
|
+
"type": {
|
|
7704
|
+
"name": "func",
|
|
7705
|
+
"raw": "(props: Record<string, any>) => void"
|
|
7706
|
+
}
|
|
7707
|
+
},
|
|
7708
|
+
"sx": {
|
|
7709
|
+
"description": "With sx you can add styles to component root element. If you need to customize styles of other elements within component use styles prop",
|
|
7710
|
+
"required": false,
|
|
7711
|
+
"type": {
|
|
7712
|
+
"name": "any",
|
|
7713
|
+
"raw": "any"
|
|
7714
|
+
}
|
|
7715
|
+
}
|
|
7716
|
+
},
|
|
7717
|
+
"isContext": false
|
|
7718
|
+
},
|
|
7719
|
+
"src/ts/components/core/hovercard/HoverCardDropdown.tsx": {
|
|
7720
|
+
"displayName": "HoverCardDropdown",
|
|
7721
|
+
"description": "Display popover section when target element is hovered. For more information, see: https://mantine.dev/core/hover-card/",
|
|
7722
|
+
"props": {
|
|
7723
|
+
"children": {
|
|
7724
|
+
"description": "HoverCard dropdown content",
|
|
7725
|
+
"required": false,
|
|
7726
|
+
"type": {
|
|
7727
|
+
"name": "node",
|
|
7728
|
+
"raw": "ReactNode"
|
|
7729
|
+
}
|
|
7730
|
+
},
|
|
7731
|
+
"className": {
|
|
7732
|
+
"description": "Often used with CSS to style elements with common properties",
|
|
7733
|
+
"required": false,
|
|
7734
|
+
"type": {
|
|
7735
|
+
"name": "string",
|
|
7736
|
+
"raw": "string"
|
|
7737
|
+
}
|
|
7738
|
+
},
|
|
7739
|
+
"style": {
|
|
7740
|
+
"description": "Inline style",
|
|
7741
|
+
"required": false,
|
|
7742
|
+
"type": {
|
|
7743
|
+
"name": "any",
|
|
7744
|
+
"raw": "any"
|
|
7745
|
+
}
|
|
7746
|
+
},
|
|
7747
|
+
"styles": {
|
|
7748
|
+
"description": "Mantine styles API",
|
|
7749
|
+
"required": false,
|
|
7750
|
+
"type": {
|
|
7751
|
+
"name": "object",
|
|
7752
|
+
"raw": "object"
|
|
7753
|
+
}
|
|
7754
|
+
},
|
|
7755
|
+
"id": {
|
|
7756
|
+
"description": "Unique ID to identify this component in Dash callbacks.",
|
|
7757
|
+
"required": false,
|
|
7758
|
+
"type": {
|
|
7759
|
+
"name": "string",
|
|
7760
|
+
"raw": "string"
|
|
7761
|
+
}
|
|
7762
|
+
},
|
|
7763
|
+
"unstyled": {
|
|
7764
|
+
"description": "Remove all Mantine styling from the component",
|
|
7765
|
+
"required": false,
|
|
7766
|
+
"type": {
|
|
7767
|
+
"name": "bool",
|
|
7768
|
+
"raw": "boolean"
|
|
7769
|
+
}
|
|
7770
|
+
},
|
|
7771
|
+
"setProps": {
|
|
7772
|
+
"description": "Update props to trigger callbacks.",
|
|
7773
|
+
"required": true,
|
|
7774
|
+
"type": {
|
|
7775
|
+
"name": "func",
|
|
7776
|
+
"raw": "(props: Record<string, any>) => void"
|
|
7777
|
+
}
|
|
7778
|
+
},
|
|
7779
|
+
"sx": {
|
|
7780
|
+
"description": "With sx you can add styles to component root element. If you need to customize styles of other elements within component use styles prop",
|
|
7781
|
+
"required": false,
|
|
7782
|
+
"type": {
|
|
7783
|
+
"name": "any",
|
|
7784
|
+
"raw": "any"
|
|
7785
|
+
}
|
|
7786
|
+
},
|
|
7787
|
+
"m": {
|
|
7788
|
+
"description": "margin props",
|
|
7789
|
+
"required": false,
|
|
7790
|
+
"type": {
|
|
7791
|
+
"name": "union",
|
|
7792
|
+
"value": [
|
|
7793
|
+
{
|
|
7794
|
+
"name": "number",
|
|
7795
|
+
"raw": "number"
|
|
7796
|
+
}
|
|
7797
|
+
],
|
|
7798
|
+
"raw": "MantineNumberSize"
|
|
7799
|
+
}
|
|
7800
|
+
},
|
|
7801
|
+
"my": {
|
|
7802
|
+
"description": "margin props",
|
|
7803
|
+
"required": false,
|
|
7804
|
+
"type": {
|
|
7805
|
+
"name": "union",
|
|
7806
|
+
"value": [
|
|
7807
|
+
{
|
|
7808
|
+
"name": "number",
|
|
7809
|
+
"raw": "number"
|
|
7810
|
+
}
|
|
7811
|
+
],
|
|
7812
|
+
"raw": "MantineNumberSize"
|
|
7813
|
+
}
|
|
7814
|
+
},
|
|
7815
|
+
"mx": {
|
|
7816
|
+
"description": "margin props",
|
|
7817
|
+
"required": false,
|
|
7818
|
+
"type": {
|
|
7819
|
+
"name": "union",
|
|
7820
|
+
"value": [
|
|
7821
|
+
{
|
|
7822
|
+
"name": "number",
|
|
7823
|
+
"raw": "number"
|
|
7824
|
+
}
|
|
7825
|
+
],
|
|
7826
|
+
"raw": "MantineNumberSize"
|
|
7827
|
+
}
|
|
7828
|
+
},
|
|
7829
|
+
"mt": {
|
|
7830
|
+
"description": "margin props",
|
|
7831
|
+
"required": false,
|
|
7832
|
+
"type": {
|
|
7833
|
+
"name": "union",
|
|
7834
|
+
"value": [
|
|
7835
|
+
{
|
|
7836
|
+
"name": "number",
|
|
7837
|
+
"raw": "number"
|
|
7838
|
+
}
|
|
7839
|
+
],
|
|
7840
|
+
"raw": "MantineNumberSize"
|
|
7841
|
+
}
|
|
7842
|
+
},
|
|
7843
|
+
"mb": {
|
|
7844
|
+
"description": "margin props",
|
|
7845
|
+
"required": false,
|
|
7846
|
+
"type": {
|
|
7847
|
+
"name": "union",
|
|
7848
|
+
"value": [
|
|
7849
|
+
{
|
|
7850
|
+
"name": "number",
|
|
7851
|
+
"raw": "number"
|
|
7852
|
+
}
|
|
7853
|
+
],
|
|
7854
|
+
"raw": "MantineNumberSize"
|
|
7855
|
+
}
|
|
7856
|
+
},
|
|
7857
|
+
"ml": {
|
|
7858
|
+
"description": "margin props",
|
|
7859
|
+
"required": false,
|
|
7860
|
+
"type": {
|
|
7861
|
+
"name": "union",
|
|
7862
|
+
"value": [
|
|
7863
|
+
{
|
|
7864
|
+
"name": "number",
|
|
7865
|
+
"raw": "number"
|
|
7866
|
+
}
|
|
7867
|
+
],
|
|
7868
|
+
"raw": "MantineNumberSize"
|
|
7869
|
+
}
|
|
7870
|
+
},
|
|
7871
|
+
"mr": {
|
|
7872
|
+
"description": "margin props",
|
|
7873
|
+
"required": false,
|
|
7874
|
+
"type": {
|
|
7875
|
+
"name": "union",
|
|
7876
|
+
"value": [
|
|
7877
|
+
{
|
|
7878
|
+
"name": "number",
|
|
7879
|
+
"raw": "number"
|
|
7880
|
+
}
|
|
7881
|
+
],
|
|
7882
|
+
"raw": "MantineNumberSize"
|
|
7883
|
+
}
|
|
7884
|
+
},
|
|
7885
|
+
"p": {
|
|
7886
|
+
"description": "padding props",
|
|
7887
|
+
"required": false,
|
|
7888
|
+
"type": {
|
|
7889
|
+
"name": "union",
|
|
7890
|
+
"value": [
|
|
7891
|
+
{
|
|
7892
|
+
"name": "number",
|
|
7893
|
+
"raw": "number"
|
|
7894
|
+
}
|
|
7895
|
+
],
|
|
7896
|
+
"raw": "MantineNumberSize"
|
|
7897
|
+
}
|
|
7898
|
+
},
|
|
7899
|
+
"py": {
|
|
7900
|
+
"description": "padding props",
|
|
7901
|
+
"required": false,
|
|
7902
|
+
"type": {
|
|
7903
|
+
"name": "union",
|
|
7904
|
+
"value": [
|
|
7905
|
+
{
|
|
7906
|
+
"name": "number",
|
|
7907
|
+
"raw": "number"
|
|
7908
|
+
}
|
|
7909
|
+
],
|
|
7910
|
+
"raw": "MantineNumberSize"
|
|
7911
|
+
}
|
|
7912
|
+
},
|
|
7913
|
+
"px": {
|
|
7914
|
+
"description": "padding props",
|
|
7915
|
+
"required": false,
|
|
7916
|
+
"type": {
|
|
7917
|
+
"name": "union",
|
|
7918
|
+
"value": [
|
|
7919
|
+
{
|
|
7920
|
+
"name": "number",
|
|
7921
|
+
"raw": "number"
|
|
7922
|
+
}
|
|
7923
|
+
],
|
|
7924
|
+
"raw": "MantineNumberSize"
|
|
7925
|
+
}
|
|
7926
|
+
},
|
|
7927
|
+
"pt": {
|
|
7928
|
+
"description": "padding props",
|
|
7929
|
+
"required": false,
|
|
7930
|
+
"type": {
|
|
7931
|
+
"name": "union",
|
|
7932
|
+
"value": [
|
|
7933
|
+
{
|
|
7934
|
+
"name": "number",
|
|
7935
|
+
"raw": "number"
|
|
7936
|
+
}
|
|
7937
|
+
],
|
|
7938
|
+
"raw": "MantineNumberSize"
|
|
7939
|
+
}
|
|
7940
|
+
},
|
|
7941
|
+
"pb": {
|
|
7942
|
+
"description": "padding props",
|
|
7943
|
+
"required": false,
|
|
7944
|
+
"type": {
|
|
7945
|
+
"name": "union",
|
|
7946
|
+
"value": [
|
|
7947
|
+
{
|
|
7948
|
+
"name": "number",
|
|
7949
|
+
"raw": "number"
|
|
7950
|
+
}
|
|
7951
|
+
],
|
|
7952
|
+
"raw": "MantineNumberSize"
|
|
7953
|
+
}
|
|
7954
|
+
},
|
|
7955
|
+
"pl": {
|
|
7956
|
+
"description": "padding props",
|
|
7957
|
+
"required": false,
|
|
7958
|
+
"type": {
|
|
7959
|
+
"name": "union",
|
|
7960
|
+
"value": [
|
|
7961
|
+
{
|
|
7962
|
+
"name": "number",
|
|
7963
|
+
"raw": "number"
|
|
7964
|
+
}
|
|
7965
|
+
],
|
|
7966
|
+
"raw": "MantineNumberSize"
|
|
7967
|
+
}
|
|
7968
|
+
},
|
|
7969
|
+
"pr": {
|
|
7970
|
+
"description": "padding props",
|
|
7971
|
+
"required": false,
|
|
7972
|
+
"type": {
|
|
7973
|
+
"name": "union",
|
|
7974
|
+
"value": [
|
|
7975
|
+
{
|
|
7976
|
+
"name": "number",
|
|
7977
|
+
"raw": "number"
|
|
7978
|
+
}
|
|
7979
|
+
],
|
|
7980
|
+
"raw": "MantineNumberSize"
|
|
7981
|
+
}
|
|
7982
|
+
}
|
|
7983
|
+
},
|
|
7984
|
+
"isContext": false
|
|
7985
|
+
},
|
|
7986
|
+
"src/ts/components/core/hovercard/HoverCardTarget.tsx": {
|
|
7987
|
+
"displayName": "HoverCardTarget",
|
|
7988
|
+
"description": "Display popover section when target element is hovered. For more information, see: https://mantine.dev/core/hover-card/",
|
|
7989
|
+
"props": {
|
|
7990
|
+
"children": {
|
|
7991
|
+
"description": "HoverCard target",
|
|
7992
|
+
"required": false,
|
|
7993
|
+
"type": {
|
|
7994
|
+
"name": "node",
|
|
7995
|
+
"raw": "ReactNode"
|
|
7996
|
+
}
|
|
7997
|
+
}
|
|
7998
|
+
},
|
|
7999
|
+
"isContext": false
|
|
8000
|
+
},
|
|
8001
|
+
"src/ts/components/core/list/List.tsx": {
|
|
8002
|
+
"displayName": "List",
|
|
8003
|
+
"description": "Display ordered or unordered list, see: https://mantine.dev/core/list/",
|
|
8004
|
+
"props": {
|
|
8005
|
+
"children": {
|
|
8006
|
+
"description": "dmc.ListItem components only",
|
|
8007
|
+
"required": false,
|
|
8008
|
+
"type": {
|
|
8009
|
+
"name": "node",
|
|
8010
|
+
"raw": "ReactNode"
|
|
8011
|
+
}
|
|
8012
|
+
},
|
|
8013
|
+
"type": {
|
|
8014
|
+
"description": "List type: ol or ul",
|
|
8015
|
+
"required": false,
|
|
8016
|
+
"type": {
|
|
8017
|
+
"name": "enum",
|
|
8018
|
+
"value": [
|
|
8019
|
+
{
|
|
8020
|
+
"value": "'ordered'",
|
|
8021
|
+
"computed": false
|
|
8022
|
+
},
|
|
8023
|
+
{
|
|
8024
|
+
"value": "'unordered'",
|
|
8025
|
+
"computed": false
|
|
8026
|
+
}
|
|
8027
|
+
],
|
|
8028
|
+
"raw": "\"ordered\" | \"unordered\""
|
|
8029
|
+
}
|
|
8030
|
+
},
|
|
8031
|
+
"withPadding": {
|
|
8032
|
+
"description": "Include padding-left to offset list from main content",
|
|
8033
|
+
"required": false,
|
|
8034
|
+
"type": {
|
|
8035
|
+
"name": "bool",
|
|
8036
|
+
"raw": "boolean"
|
|
8037
|
+
}
|
|
8038
|
+
},
|
|
8039
|
+
"size": {
|
|
8040
|
+
"description": "Font size from theme or number to set value in px",
|
|
8041
|
+
"required": false,
|
|
8042
|
+
"type": {
|
|
8043
|
+
"name": "union",
|
|
8044
|
+
"value": [
|
|
8045
|
+
{
|
|
8046
|
+
"name": "number",
|
|
8047
|
+
"raw": "number"
|
|
8048
|
+
}
|
|
8049
|
+
],
|
|
8050
|
+
"raw": "MantineNumberSize"
|
|
8051
|
+
}
|
|
8052
|
+
},
|
|
8053
|
+
"icon": {
|
|
8054
|
+
"description": "Icon that should replace list item dot",
|
|
8055
|
+
"required": false,
|
|
8056
|
+
"type": {
|
|
8057
|
+
"name": "node",
|
|
8058
|
+
"raw": "ReactNode"
|
|
8059
|
+
}
|
|
8060
|
+
},
|
|
8061
|
+
"spacing": {
|
|
8062
|
+
"description": "Spacing between items from theme or number to set value in px",
|
|
8063
|
+
"required": false,
|
|
8064
|
+
"type": {
|
|
8065
|
+
"name": "union",
|
|
8066
|
+
"value": [
|
|
8067
|
+
{
|
|
8068
|
+
"name": "number",
|
|
8069
|
+
"raw": "number"
|
|
8070
|
+
}
|
|
8071
|
+
],
|
|
8072
|
+
"raw": "MantineNumberSize"
|
|
8073
|
+
}
|
|
8074
|
+
},
|
|
8075
|
+
"center": {
|
|
8076
|
+
"description": "Center items with icon",
|
|
8077
|
+
"required": false,
|
|
8078
|
+
"type": {
|
|
8079
|
+
"name": "bool",
|
|
8080
|
+
"raw": "boolean"
|
|
8081
|
+
}
|
|
8082
|
+
},
|
|
8083
|
+
"listStyleType": {
|
|
8084
|
+
"description": "List style",
|
|
8085
|
+
"required": false,
|
|
8086
|
+
"type": {
|
|
8087
|
+
"name": "enum",
|
|
8088
|
+
"value": [
|
|
8089
|
+
{
|
|
8090
|
+
"value": "'disc'",
|
|
8091
|
+
"computed": false
|
|
8092
|
+
},
|
|
8093
|
+
{
|
|
8094
|
+
"value": "'circle'",
|
|
8095
|
+
"computed": false
|
|
8096
|
+
},
|
|
8097
|
+
{
|
|
8098
|
+
"value": "'square'",
|
|
8099
|
+
"computed": false
|
|
8100
|
+
},
|
|
8101
|
+
{
|
|
8102
|
+
"value": "'decimal'",
|
|
8103
|
+
"computed": false
|
|
8104
|
+
},
|
|
8105
|
+
{
|
|
8106
|
+
"value": "'lower-roman'",
|
|
8107
|
+
"computed": false
|
|
8108
|
+
},
|
|
8109
|
+
{
|
|
8110
|
+
"value": "'upper-roman'",
|
|
8111
|
+
"computed": false
|
|
8112
|
+
},
|
|
8113
|
+
{
|
|
8114
|
+
"value": "'lower-greek'",
|
|
8115
|
+
"computed": false
|
|
8116
|
+
},
|
|
8117
|
+
{
|
|
8118
|
+
"value": "'lower-latin'",
|
|
8119
|
+
"computed": false
|
|
8120
|
+
},
|
|
8121
|
+
{
|
|
8122
|
+
"value": "'upper-latin'",
|
|
8123
|
+
"computed": false
|
|
8124
|
+
},
|
|
8125
|
+
{
|
|
8126
|
+
"value": "'lower-alpha'",
|
|
8127
|
+
"computed": false
|
|
8128
|
+
},
|
|
8129
|
+
{
|
|
8130
|
+
"value": "'upper-alpha'",
|
|
8131
|
+
"computed": false
|
|
8132
|
+
},
|
|
8133
|
+
{
|
|
8134
|
+
"value": "'none'",
|
|
8135
|
+
"computed": false
|
|
8136
|
+
},
|
|
8137
|
+
{
|
|
8138
|
+
"value": "'inherit'",
|
|
8139
|
+
"computed": false
|
|
8140
|
+
}
|
|
8141
|
+
],
|
|
8142
|
+
"raw": "\"disc\" | \"circle\" | \"square\" | \"decimal\" | \"lower-roman\" | \"upper-roman\" | \"lower-greek\" | \"lower-latin\" | \"upper-latin\" | \"lower-alpha\" | \"upper-alpha\" | \"none\" | \"inherit\""
|
|
7482
8143
|
}
|
|
7483
8144
|
},
|
|
7484
8145
|
"className": {
|
|
@@ -8311,6 +8972,38 @@
|
|
|
8311
8972
|
"raw": "number"
|
|
8312
8973
|
}
|
|
8313
8974
|
},
|
|
8975
|
+
"arrowRadius": {
|
|
8976
|
+
"description": "Arrow radius in px",
|
|
8977
|
+
"required": false,
|
|
8978
|
+
"type": {
|
|
8979
|
+
"name": "number",
|
|
8980
|
+
"raw": "number"
|
|
8981
|
+
}
|
|
8982
|
+
},
|
|
8983
|
+
"withinPortal": {
|
|
8984
|
+
"description": "Determines whether dropdown should be rendered within Portal, defaults to false",
|
|
8985
|
+
"required": false,
|
|
8986
|
+
"type": {
|
|
8987
|
+
"name": "bool",
|
|
8988
|
+
"raw": "boolean"
|
|
8989
|
+
}
|
|
8990
|
+
},
|
|
8991
|
+
"disabled": {
|
|
8992
|
+
"description": "Radius from theme.radius or number to set border-radius in px",
|
|
8993
|
+
"required": false,
|
|
8994
|
+
"type": {
|
|
8995
|
+
"name": "bool",
|
|
8996
|
+
"raw": "boolean"
|
|
8997
|
+
}
|
|
8998
|
+
},
|
|
8999
|
+
"returnFocus": {
|
|
9000
|
+
"description": "Determines whether focus should be automatically returned to control when dropdown closes, false by default",
|
|
9001
|
+
"required": false,
|
|
9002
|
+
"type": {
|
|
9003
|
+
"name": "bool",
|
|
9004
|
+
"raw": "boolean"
|
|
9005
|
+
}
|
|
9006
|
+
},
|
|
8314
9007
|
"zIndex": {
|
|
8315
9008
|
"description": "Dropdown z-index",
|
|
8316
9009
|
"required": false,
|
|
@@ -8341,17 +9034,45 @@
|
|
|
8341
9034
|
"raw": "MantineShadow"
|
|
8342
9035
|
}
|
|
8343
9036
|
},
|
|
8344
|
-
"
|
|
8345
|
-
"description": "
|
|
9037
|
+
"middlewares": {
|
|
9038
|
+
"description": "Floating ui middlewares to configure position handling",
|
|
8346
9039
|
"required": false,
|
|
8347
9040
|
"type": {
|
|
8348
|
-
"name": "
|
|
8349
|
-
"
|
|
8350
|
-
|
|
8351
|
-
|
|
8352
|
-
|
|
8353
|
-
|
|
8354
|
-
|
|
9041
|
+
"name": "shape",
|
|
9042
|
+
"value": {
|
|
9043
|
+
"shift": {
|
|
9044
|
+
"description": "",
|
|
9045
|
+
"required": true,
|
|
9046
|
+
"name": "bool",
|
|
9047
|
+
"raw": "boolean"
|
|
9048
|
+
},
|
|
9049
|
+
"flip": {
|
|
9050
|
+
"description": "",
|
|
9051
|
+
"required": true,
|
|
9052
|
+
"name": "bool",
|
|
9053
|
+
"raw": "boolean"
|
|
9054
|
+
},
|
|
9055
|
+
"inline": {
|
|
9056
|
+
"description": "",
|
|
9057
|
+
"required": false,
|
|
9058
|
+
"name": "bool",
|
|
9059
|
+
"raw": "boolean"
|
|
9060
|
+
}
|
|
9061
|
+
},
|
|
9062
|
+
"raw": "PopoverMiddlewares"
|
|
9063
|
+
}
|
|
9064
|
+
},
|
|
9065
|
+
"className": {
|
|
9066
|
+
"description": "Often used with CSS to style elements with common properties",
|
|
9067
|
+
"required": false,
|
|
9068
|
+
"type": {
|
|
9069
|
+
"name": "string",
|
|
9070
|
+
"raw": "string"
|
|
9071
|
+
}
|
|
9072
|
+
},
|
|
9073
|
+
"style": {
|
|
9074
|
+
"description": "Inline style",
|
|
9075
|
+
"required": false,
|
|
8355
9076
|
"type": {
|
|
8356
9077
|
"name": "any",
|
|
8357
9078
|
"raw": "any"
|
|
@@ -9013,276 +9734,284 @@
|
|
|
9013
9734
|
"computed": false
|
|
9014
9735
|
}
|
|
9015
9736
|
],
|
|
9016
|
-
"raw": "
|
|
9017
|
-
}
|
|
9018
|
-
},
|
|
9019
|
-
"className": {
|
|
9020
|
-
"description": "Often used with CSS to style elements with common properties",
|
|
9021
|
-
"required": false,
|
|
9022
|
-
"type": {
|
|
9023
|
-
"name": "string",
|
|
9024
|
-
"raw": "string"
|
|
9025
|
-
}
|
|
9026
|
-
},
|
|
9027
|
-
"style": {
|
|
9028
|
-
"description": "Inline style",
|
|
9029
|
-
"required": false,
|
|
9030
|
-
"type": {
|
|
9031
|
-
"name": "any",
|
|
9032
|
-
"raw": "any"
|
|
9737
|
+
"raw": "TargetProps"
|
|
9033
9738
|
}
|
|
9034
9739
|
},
|
|
9035
|
-
"
|
|
9036
|
-
"description": "
|
|
9037
|
-
"required": false,
|
|
9038
|
-
"type": {
|
|
9039
|
-
"name": "object",
|
|
9040
|
-
"raw": "object"
|
|
9041
|
-
}
|
|
9042
|
-
},
|
|
9043
|
-
"id": {
|
|
9044
|
-
"description": "Unique ID to identify this component in Dash callbacks.",
|
|
9045
|
-
"required": false,
|
|
9046
|
-
"type": {
|
|
9047
|
-
"name": "string",
|
|
9048
|
-
"raw": "string"
|
|
9049
|
-
}
|
|
9050
|
-
},
|
|
9051
|
-
"unstyled": {
|
|
9052
|
-
"description": "Remove all Mantine styling from the component",
|
|
9740
|
+
"refresh": {
|
|
9741
|
+
"description": "Whether to refresh the page",
|
|
9053
9742
|
"required": false,
|
|
9054
9743
|
"type": {
|
|
9055
9744
|
"name": "bool",
|
|
9056
9745
|
"raw": "boolean"
|
|
9057
9746
|
}
|
|
9058
9747
|
},
|
|
9059
|
-
"
|
|
9060
|
-
"description": "
|
|
9061
|
-
"required":
|
|
9062
|
-
"type": {
|
|
9063
|
-
"name": "
|
|
9064
|
-
"raw": "
|
|
9065
|
-
}
|
|
9066
|
-
},
|
|
9067
|
-
"
|
|
9068
|
-
"description": "
|
|
9069
|
-
"required": false,
|
|
9070
|
-
"type": {
|
|
9071
|
-
"name": "any",
|
|
9072
|
-
"raw": "any"
|
|
9073
|
-
}
|
|
9074
|
-
},
|
|
9075
|
-
"
|
|
9076
|
-
"description": "
|
|
9077
|
-
"required": false,
|
|
9078
|
-
"type": {
|
|
9079
|
-
"name": "
|
|
9080
|
-
"
|
|
9081
|
-
|
|
9082
|
-
|
|
9083
|
-
|
|
9084
|
-
|
|
9085
|
-
|
|
9086
|
-
|
|
9087
|
-
|
|
9088
|
-
|
|
9089
|
-
|
|
9090
|
-
|
|
9091
|
-
|
|
9092
|
-
"
|
|
9093
|
-
|
|
9094
|
-
|
|
9095
|
-
|
|
9096
|
-
|
|
9097
|
-
|
|
9098
|
-
|
|
9099
|
-
|
|
9100
|
-
|
|
9101
|
-
|
|
9102
|
-
|
|
9103
|
-
|
|
9104
|
-
|
|
9105
|
-
|
|
9106
|
-
|
|
9107
|
-
|
|
9108
|
-
|
|
9109
|
-
|
|
9110
|
-
|
|
9111
|
-
|
|
9112
|
-
|
|
9113
|
-
|
|
9114
|
-
|
|
9115
|
-
|
|
9116
|
-
|
|
9117
|
-
|
|
9118
|
-
"
|
|
9119
|
-
|
|
9120
|
-
|
|
9121
|
-
|
|
9122
|
-
|
|
9123
|
-
|
|
9124
|
-
|
|
9125
|
-
|
|
9126
|
-
|
|
9127
|
-
|
|
9128
|
-
|
|
9129
|
-
|
|
9130
|
-
|
|
9131
|
-
|
|
9132
|
-
"
|
|
9133
|
-
|
|
9134
|
-
|
|
9135
|
-
|
|
9136
|
-
|
|
9137
|
-
|
|
9138
|
-
|
|
9139
|
-
|
|
9140
|
-
|
|
9141
|
-
|
|
9142
|
-
|
|
9143
|
-
|
|
9144
|
-
|
|
9145
|
-
|
|
9146
|
-
"
|
|
9147
|
-
|
|
9148
|
-
|
|
9149
|
-
|
|
9150
|
-
|
|
9151
|
-
|
|
9152
|
-
|
|
9153
|
-
|
|
9154
|
-
|
|
9155
|
-
|
|
9156
|
-
|
|
9157
|
-
|
|
9158
|
-
|
|
9159
|
-
|
|
9160
|
-
"
|
|
9161
|
-
|
|
9162
|
-
|
|
9163
|
-
|
|
9164
|
-
|
|
9165
|
-
|
|
9166
|
-
|
|
9167
|
-
|
|
9168
|
-
|
|
9169
|
-
|
|
9170
|
-
|
|
9171
|
-
|
|
9172
|
-
|
|
9173
|
-
|
|
9174
|
-
"
|
|
9175
|
-
|
|
9176
|
-
|
|
9177
|
-
|
|
9178
|
-
|
|
9179
|
-
|
|
9180
|
-
|
|
9181
|
-
|
|
9182
|
-
|
|
9183
|
-
|
|
9184
|
-
|
|
9185
|
-
|
|
9186
|
-
|
|
9187
|
-
|
|
9188
|
-
"
|
|
9189
|
-
|
|
9190
|
-
|
|
9191
|
-
|
|
9192
|
-
|
|
9193
|
-
|
|
9194
|
-
|
|
9195
|
-
|
|
9196
|
-
|
|
9197
|
-
|
|
9198
|
-
|
|
9199
|
-
|
|
9200
|
-
|
|
9201
|
-
|
|
9202
|
-
"
|
|
9203
|
-
|
|
9204
|
-
|
|
9205
|
-
|
|
9206
|
-
|
|
9207
|
-
|
|
9208
|
-
|
|
9209
|
-
|
|
9210
|
-
|
|
9211
|
-
|
|
9212
|
-
|
|
9213
|
-
|
|
9214
|
-
|
|
9215
|
-
|
|
9216
|
-
"
|
|
9217
|
-
|
|
9218
|
-
|
|
9219
|
-
|
|
9220
|
-
|
|
9221
|
-
|
|
9222
|
-
|
|
9223
|
-
|
|
9224
|
-
|
|
9225
|
-
|
|
9226
|
-
|
|
9227
|
-
|
|
9228
|
-
|
|
9229
|
-
|
|
9230
|
-
"
|
|
9231
|
-
|
|
9232
|
-
|
|
9233
|
-
|
|
9234
|
-
|
|
9235
|
-
|
|
9236
|
-
|
|
9237
|
-
|
|
9238
|
-
|
|
9239
|
-
|
|
9240
|
-
|
|
9241
|
-
|
|
9242
|
-
|
|
9243
|
-
|
|
9244
|
-
"
|
|
9245
|
-
|
|
9246
|
-
|
|
9247
|
-
|
|
9248
|
-
|
|
9249
|
-
|
|
9250
|
-
|
|
9251
|
-
|
|
9252
|
-
|
|
9253
|
-
|
|
9254
|
-
|
|
9255
|
-
|
|
9256
|
-
|
|
9257
|
-
|
|
9258
|
-
"
|
|
9259
|
-
|
|
9260
|
-
|
|
9261
|
-
|
|
9262
|
-
|
|
9263
|
-
|
|
9264
|
-
|
|
9265
|
-
|
|
9266
|
-
|
|
9267
|
-
|
|
9268
|
-
|
|
9269
|
-
|
|
9270
|
-
|
|
9271
|
-
|
|
9272
|
-
|
|
9273
|
-
|
|
9274
|
-
|
|
9275
|
-
|
|
9276
|
-
|
|
9277
|
-
|
|
9278
|
-
|
|
9279
|
-
|
|
9280
|
-
|
|
9281
|
-
|
|
9282
|
-
|
|
9283
|
-
|
|
9284
|
-
|
|
9285
|
-
|
|
9748
|
+
"className": {
|
|
9749
|
+
"description": "Often used with CSS to style elements with common properties",
|
|
9750
|
+
"required": false,
|
|
9751
|
+
"type": {
|
|
9752
|
+
"name": "string",
|
|
9753
|
+
"raw": "string"
|
|
9754
|
+
}
|
|
9755
|
+
},
|
|
9756
|
+
"style": {
|
|
9757
|
+
"description": "Inline style",
|
|
9758
|
+
"required": false,
|
|
9759
|
+
"type": {
|
|
9760
|
+
"name": "any",
|
|
9761
|
+
"raw": "any"
|
|
9762
|
+
}
|
|
9763
|
+
},
|
|
9764
|
+
"styles": {
|
|
9765
|
+
"description": "Mantine styles API",
|
|
9766
|
+
"required": false,
|
|
9767
|
+
"type": {
|
|
9768
|
+
"name": "object",
|
|
9769
|
+
"raw": "object"
|
|
9770
|
+
}
|
|
9771
|
+
},
|
|
9772
|
+
"id": {
|
|
9773
|
+
"description": "Unique ID to identify this component in Dash callbacks.",
|
|
9774
|
+
"required": false,
|
|
9775
|
+
"type": {
|
|
9776
|
+
"name": "string",
|
|
9777
|
+
"raw": "string"
|
|
9778
|
+
}
|
|
9779
|
+
},
|
|
9780
|
+
"unstyled": {
|
|
9781
|
+
"description": "Remove all Mantine styling from the component",
|
|
9782
|
+
"required": false,
|
|
9783
|
+
"type": {
|
|
9784
|
+
"name": "bool",
|
|
9785
|
+
"raw": "boolean"
|
|
9786
|
+
}
|
|
9787
|
+
},
|
|
9788
|
+
"setProps": {
|
|
9789
|
+
"description": "Update props to trigger callbacks.",
|
|
9790
|
+
"required": true,
|
|
9791
|
+
"type": {
|
|
9792
|
+
"name": "func",
|
|
9793
|
+
"raw": "(props: Record<string, any>) => void"
|
|
9794
|
+
}
|
|
9795
|
+
},
|
|
9796
|
+
"sx": {
|
|
9797
|
+
"description": "With sx you can add styles to component root element. If you need to customize styles of other elements within component use styles prop",
|
|
9798
|
+
"required": false,
|
|
9799
|
+
"type": {
|
|
9800
|
+
"name": "any",
|
|
9801
|
+
"raw": "any"
|
|
9802
|
+
}
|
|
9803
|
+
},
|
|
9804
|
+
"m": {
|
|
9805
|
+
"description": "margin props",
|
|
9806
|
+
"required": false,
|
|
9807
|
+
"type": {
|
|
9808
|
+
"name": "union",
|
|
9809
|
+
"value": [
|
|
9810
|
+
{
|
|
9811
|
+
"name": "number",
|
|
9812
|
+
"raw": "number"
|
|
9813
|
+
}
|
|
9814
|
+
],
|
|
9815
|
+
"raw": "MantineNumberSize"
|
|
9816
|
+
}
|
|
9817
|
+
},
|
|
9818
|
+
"my": {
|
|
9819
|
+
"description": "margin props",
|
|
9820
|
+
"required": false,
|
|
9821
|
+
"type": {
|
|
9822
|
+
"name": "union",
|
|
9823
|
+
"value": [
|
|
9824
|
+
{
|
|
9825
|
+
"name": "number",
|
|
9826
|
+
"raw": "number"
|
|
9827
|
+
}
|
|
9828
|
+
],
|
|
9829
|
+
"raw": "MantineNumberSize"
|
|
9830
|
+
}
|
|
9831
|
+
},
|
|
9832
|
+
"mx": {
|
|
9833
|
+
"description": "margin props",
|
|
9834
|
+
"required": false,
|
|
9835
|
+
"type": {
|
|
9836
|
+
"name": "union",
|
|
9837
|
+
"value": [
|
|
9838
|
+
{
|
|
9839
|
+
"name": "number",
|
|
9840
|
+
"raw": "number"
|
|
9841
|
+
}
|
|
9842
|
+
],
|
|
9843
|
+
"raw": "MantineNumberSize"
|
|
9844
|
+
}
|
|
9845
|
+
},
|
|
9846
|
+
"mt": {
|
|
9847
|
+
"description": "margin props",
|
|
9848
|
+
"required": false,
|
|
9849
|
+
"type": {
|
|
9850
|
+
"name": "union",
|
|
9851
|
+
"value": [
|
|
9852
|
+
{
|
|
9853
|
+
"name": "number",
|
|
9854
|
+
"raw": "number"
|
|
9855
|
+
}
|
|
9856
|
+
],
|
|
9857
|
+
"raw": "MantineNumberSize"
|
|
9858
|
+
}
|
|
9859
|
+
},
|
|
9860
|
+
"mb": {
|
|
9861
|
+
"description": "margin props",
|
|
9862
|
+
"required": false,
|
|
9863
|
+
"type": {
|
|
9864
|
+
"name": "union",
|
|
9865
|
+
"value": [
|
|
9866
|
+
{
|
|
9867
|
+
"name": "number",
|
|
9868
|
+
"raw": "number"
|
|
9869
|
+
}
|
|
9870
|
+
],
|
|
9871
|
+
"raw": "MantineNumberSize"
|
|
9872
|
+
}
|
|
9873
|
+
},
|
|
9874
|
+
"ml": {
|
|
9875
|
+
"description": "margin props",
|
|
9876
|
+
"required": false,
|
|
9877
|
+
"type": {
|
|
9878
|
+
"name": "union",
|
|
9879
|
+
"value": [
|
|
9880
|
+
{
|
|
9881
|
+
"name": "number",
|
|
9882
|
+
"raw": "number"
|
|
9883
|
+
}
|
|
9884
|
+
],
|
|
9885
|
+
"raw": "MantineNumberSize"
|
|
9886
|
+
}
|
|
9887
|
+
},
|
|
9888
|
+
"mr": {
|
|
9889
|
+
"description": "margin props",
|
|
9890
|
+
"required": false,
|
|
9891
|
+
"type": {
|
|
9892
|
+
"name": "union",
|
|
9893
|
+
"value": [
|
|
9894
|
+
{
|
|
9895
|
+
"name": "number",
|
|
9896
|
+
"raw": "number"
|
|
9897
|
+
}
|
|
9898
|
+
],
|
|
9899
|
+
"raw": "MantineNumberSize"
|
|
9900
|
+
}
|
|
9901
|
+
},
|
|
9902
|
+
"p": {
|
|
9903
|
+
"description": "padding props",
|
|
9904
|
+
"required": false,
|
|
9905
|
+
"type": {
|
|
9906
|
+
"name": "union",
|
|
9907
|
+
"value": [
|
|
9908
|
+
{
|
|
9909
|
+
"name": "number",
|
|
9910
|
+
"raw": "number"
|
|
9911
|
+
}
|
|
9912
|
+
],
|
|
9913
|
+
"raw": "MantineNumberSize"
|
|
9914
|
+
}
|
|
9915
|
+
},
|
|
9916
|
+
"py": {
|
|
9917
|
+
"description": "padding props",
|
|
9918
|
+
"required": false,
|
|
9919
|
+
"type": {
|
|
9920
|
+
"name": "union",
|
|
9921
|
+
"value": [
|
|
9922
|
+
{
|
|
9923
|
+
"name": "number",
|
|
9924
|
+
"raw": "number"
|
|
9925
|
+
}
|
|
9926
|
+
],
|
|
9927
|
+
"raw": "MantineNumberSize"
|
|
9928
|
+
}
|
|
9929
|
+
},
|
|
9930
|
+
"px": {
|
|
9931
|
+
"description": "padding props",
|
|
9932
|
+
"required": false,
|
|
9933
|
+
"type": {
|
|
9934
|
+
"name": "union",
|
|
9935
|
+
"value": [
|
|
9936
|
+
{
|
|
9937
|
+
"name": "number",
|
|
9938
|
+
"raw": "number"
|
|
9939
|
+
}
|
|
9940
|
+
],
|
|
9941
|
+
"raw": "MantineNumberSize"
|
|
9942
|
+
}
|
|
9943
|
+
},
|
|
9944
|
+
"pt": {
|
|
9945
|
+
"description": "padding props",
|
|
9946
|
+
"required": false,
|
|
9947
|
+
"type": {
|
|
9948
|
+
"name": "union",
|
|
9949
|
+
"value": [
|
|
9950
|
+
{
|
|
9951
|
+
"name": "number",
|
|
9952
|
+
"raw": "number"
|
|
9953
|
+
}
|
|
9954
|
+
],
|
|
9955
|
+
"raw": "MantineNumberSize"
|
|
9956
|
+
}
|
|
9957
|
+
},
|
|
9958
|
+
"pb": {
|
|
9959
|
+
"description": "padding props",
|
|
9960
|
+
"required": false,
|
|
9961
|
+
"type": {
|
|
9962
|
+
"name": "union",
|
|
9963
|
+
"value": [
|
|
9964
|
+
{
|
|
9965
|
+
"name": "number",
|
|
9966
|
+
"raw": "number"
|
|
9967
|
+
}
|
|
9968
|
+
],
|
|
9969
|
+
"raw": "MantineNumberSize"
|
|
9970
|
+
}
|
|
9971
|
+
},
|
|
9972
|
+
"pl": {
|
|
9973
|
+
"description": "padding props",
|
|
9974
|
+
"required": false,
|
|
9975
|
+
"type": {
|
|
9976
|
+
"name": "union",
|
|
9977
|
+
"value": [
|
|
9978
|
+
{
|
|
9979
|
+
"name": "number",
|
|
9980
|
+
"raw": "number"
|
|
9981
|
+
}
|
|
9982
|
+
],
|
|
9983
|
+
"raw": "MantineNumberSize"
|
|
9984
|
+
}
|
|
9985
|
+
},
|
|
9986
|
+
"pr": {
|
|
9987
|
+
"description": "padding props",
|
|
9988
|
+
"required": false,
|
|
9989
|
+
"type": {
|
|
9990
|
+
"name": "union",
|
|
9991
|
+
"value": [
|
|
9992
|
+
{
|
|
9993
|
+
"name": "number",
|
|
9994
|
+
"raw": "number"
|
|
9995
|
+
}
|
|
9996
|
+
],
|
|
9997
|
+
"raw": "MantineNumberSize"
|
|
9998
|
+
}
|
|
9999
|
+
}
|
|
10000
|
+
},
|
|
10001
|
+
"isContext": false
|
|
10002
|
+
},
|
|
10003
|
+
"src/ts/components/core/menu/MenuLabel.tsx": {
|
|
10004
|
+
"displayName": "MenuLabel",
|
|
10005
|
+
"description": "Combine a list of secondary actions into single interactive area. For more information, see: https://mantine.dev/core/menu/",
|
|
10006
|
+
"props": {
|
|
10007
|
+
"children": {
|
|
10008
|
+
"description": "Label content",
|
|
10009
|
+
"required": false,
|
|
10010
|
+
"type": {
|
|
10011
|
+
"name": "node",
|
|
10012
|
+
"raw": "ReactNode"
|
|
10013
|
+
}
|
|
10014
|
+
},
|
|
9286
10015
|
"className": {
|
|
9287
10016
|
"description": "Often used with CSS to style elements with common properties",
|
|
9288
10017
|
"required": false,
|
|
@@ -10042,7 +10771,7 @@
|
|
|
10042
10771
|
},
|
|
10043
10772
|
"persistence": {
|
|
10044
10773
|
"description": "Used to allow user interactions in this component to be persisted when\nthe component - or the page - is refreshed. If `persisted` is truthy and\nhasn't changed from its previous value, a `value` that the user has\nchanged while using the app will keep that change, as long as\nthe new `value` also matches what was given originally.\nUsed in conjunction with `persistence_type`.",
|
|
10045
|
-
"required":
|
|
10774
|
+
"required": false,
|
|
10046
10775
|
"type": {
|
|
10047
10776
|
"name": "union",
|
|
10048
10777
|
"value": [
|
|
@@ -10597,6 +11326,14 @@
|
|
|
10597
11326
|
"raw": "number"
|
|
10598
11327
|
}
|
|
10599
11328
|
},
|
|
11329
|
+
"searchValue": {
|
|
11330
|
+
"description": "Controlled search input value",
|
|
11331
|
+
"required": false,
|
|
11332
|
+
"type": {
|
|
11333
|
+
"name": "string",
|
|
11334
|
+
"raw": "string"
|
|
11335
|
+
}
|
|
11336
|
+
},
|
|
10600
11337
|
"dropdownPosition": {
|
|
10601
11338
|
"description": "Dropdown positioning behavior",
|
|
10602
11339
|
"required": false,
|
|
@@ -10823,7 +11560,7 @@
|
|
|
10823
11560
|
},
|
|
10824
11561
|
"persistence": {
|
|
10825
11562
|
"description": "Used to allow user interactions in this component to be persisted when\nthe component - or the page - is refreshed. If `persisted` is truthy and\nhasn't changed from its previous value, a `value` that the user has\nchanged while using the app will keep that change, as long as\nthe new `value` also matches what was given originally.\nUsed in conjunction with `persistence_type`.",
|
|
10826
|
-
"required":
|
|
11563
|
+
"required": false,
|
|
10827
11564
|
"type": {
|
|
10828
11565
|
"name": "union",
|
|
10829
11566
|
"value": [
|
|
@@ -11166,7 +11903,7 @@
|
|
|
11166
11903
|
},
|
|
11167
11904
|
"persistence": {
|
|
11168
11905
|
"description": "Used to allow user interactions in this component to be persisted when\nthe component - or the page - is refreshed. If `persisted` is truthy and\nhasn't changed from its previous value, a `value` that the user has\nchanged while using the app will keep that change, as long as\nthe new `value` also matches what was given originally.\nUsed in conjunction with `persistence_type`.",
|
|
11169
|
-
"required":
|
|
11906
|
+
"required": false,
|
|
11170
11907
|
"type": {
|
|
11171
11908
|
"name": "union",
|
|
11172
11909
|
"value": [
|
|
@@ -11426,6 +12163,14 @@
|
|
|
11426
12163
|
"raw": "number"
|
|
11427
12164
|
}
|
|
11428
12165
|
},
|
|
12166
|
+
"searchValue": {
|
|
12167
|
+
"description": "Controlled search input value",
|
|
12168
|
+
"required": false,
|
|
12169
|
+
"type": {
|
|
12170
|
+
"name": "string",
|
|
12171
|
+
"raw": "string"
|
|
12172
|
+
}
|
|
12173
|
+
},
|
|
11429
12174
|
"dropdownPosition": {
|
|
11430
12175
|
"description": "Dropdown positioning behavior",
|
|
11431
12176
|
"required": false,
|
|
@@ -12177,7 +12922,584 @@
|
|
|
12177
12922
|
},
|
|
12178
12923
|
"persistence": {
|
|
12179
12924
|
"description": "Used to allow user interactions in this component to be persisted when\nthe component - or the page - is refreshed. If `persisted` is truthy and\nhasn't changed from its previous value, a `value` that the user has\nchanged while using the app will keep that change, as long as\nthe new `value` also matches what was given originally.\nUsed in conjunction with `persistence_type`.",
|
|
12925
|
+
"required": false,
|
|
12926
|
+
"type": {
|
|
12927
|
+
"name": "union",
|
|
12928
|
+
"value": [
|
|
12929
|
+
{
|
|
12930
|
+
"name": "string",
|
|
12931
|
+
"raw": "string"
|
|
12932
|
+
},
|
|
12933
|
+
{
|
|
12934
|
+
"name": "number",
|
|
12935
|
+
"raw": "number"
|
|
12936
|
+
}
|
|
12937
|
+
],
|
|
12938
|
+
"raw": "string | number | boolean"
|
|
12939
|
+
}
|
|
12940
|
+
},
|
|
12941
|
+
"persisted_props": {
|
|
12942
|
+
"description": "Properties whose user interactions will persist after refreshing the\ncomponent or the page. Since only `value` is allowed this prop can\nnormally be ignored.",
|
|
12943
|
+
"required": false,
|
|
12944
|
+
"defaultValue": {
|
|
12945
|
+
"value": "[\"value\"]",
|
|
12946
|
+
"computed": false
|
|
12947
|
+
},
|
|
12948
|
+
"type": {
|
|
12949
|
+
"name": "arrayOf",
|
|
12950
|
+
"value": {
|
|
12951
|
+
"name": "string",
|
|
12952
|
+
"raw": "string"
|
|
12953
|
+
},
|
|
12954
|
+
"raw": "string[]"
|
|
12955
|
+
}
|
|
12956
|
+
},
|
|
12957
|
+
"persistence_type": {
|
|
12958
|
+
"description": "Where persisted user changes will be stored:\nmemory: only kept in memory, reset on page refresh.\nlocal: window.localStorage, data is kept after the browser quit.\nsession: window.sessionStorage, data is cleared once the browser quit.",
|
|
12959
|
+
"required": false,
|
|
12960
|
+
"defaultValue": {
|
|
12961
|
+
"value": "'local'",
|
|
12962
|
+
"computed": false
|
|
12963
|
+
},
|
|
12964
|
+
"type": {
|
|
12965
|
+
"name": "enum",
|
|
12966
|
+
"value": [
|
|
12967
|
+
{
|
|
12968
|
+
"value": "'local'",
|
|
12969
|
+
"computed": false
|
|
12970
|
+
},
|
|
12971
|
+
{
|
|
12972
|
+
"value": "'session'",
|
|
12973
|
+
"computed": false
|
|
12974
|
+
},
|
|
12975
|
+
{
|
|
12976
|
+
"value": "'memory'",
|
|
12977
|
+
"computed": false
|
|
12978
|
+
}
|
|
12979
|
+
],
|
|
12980
|
+
"raw": "\"local\" | \"session\" | \"memory\""
|
|
12981
|
+
}
|
|
12982
|
+
},
|
|
12983
|
+
"className": {
|
|
12984
|
+
"description": "Often used with CSS to style elements with common properties",
|
|
12985
|
+
"required": false,
|
|
12986
|
+
"type": {
|
|
12987
|
+
"name": "string",
|
|
12988
|
+
"raw": "string"
|
|
12989
|
+
}
|
|
12990
|
+
},
|
|
12991
|
+
"style": {
|
|
12992
|
+
"description": "Inline style",
|
|
12993
|
+
"required": false,
|
|
12994
|
+
"type": {
|
|
12995
|
+
"name": "any",
|
|
12996
|
+
"raw": "any"
|
|
12997
|
+
}
|
|
12998
|
+
},
|
|
12999
|
+
"styles": {
|
|
13000
|
+
"description": "Mantine styles API",
|
|
13001
|
+
"required": false,
|
|
13002
|
+
"type": {
|
|
13003
|
+
"name": "object",
|
|
13004
|
+
"raw": "object"
|
|
13005
|
+
}
|
|
13006
|
+
},
|
|
13007
|
+
"id": {
|
|
13008
|
+
"description": "Unique ID to identify this component in Dash callbacks.",
|
|
13009
|
+
"required": false,
|
|
13010
|
+
"type": {
|
|
13011
|
+
"name": "string",
|
|
13012
|
+
"raw": "string"
|
|
13013
|
+
}
|
|
13014
|
+
},
|
|
13015
|
+
"unstyled": {
|
|
13016
|
+
"description": "Remove all Mantine styling from the component",
|
|
13017
|
+
"required": false,
|
|
13018
|
+
"type": {
|
|
13019
|
+
"name": "bool",
|
|
13020
|
+
"raw": "boolean"
|
|
13021
|
+
}
|
|
13022
|
+
},
|
|
13023
|
+
"setProps": {
|
|
13024
|
+
"description": "Update props to trigger callbacks.",
|
|
12180
13025
|
"required": true,
|
|
13026
|
+
"type": {
|
|
13027
|
+
"name": "func",
|
|
13028
|
+
"raw": "(props: Record<string, any>) => void"
|
|
13029
|
+
}
|
|
13030
|
+
},
|
|
13031
|
+
"sx": {
|
|
13032
|
+
"description": "With sx you can add styles to component root element. If you need to customize styles of other elements within component use styles prop",
|
|
13033
|
+
"required": false,
|
|
13034
|
+
"type": {
|
|
13035
|
+
"name": "any",
|
|
13036
|
+
"raw": "any"
|
|
13037
|
+
}
|
|
13038
|
+
},
|
|
13039
|
+
"m": {
|
|
13040
|
+
"description": "margin props",
|
|
13041
|
+
"required": false,
|
|
13042
|
+
"type": {
|
|
13043
|
+
"name": "union",
|
|
13044
|
+
"value": [
|
|
13045
|
+
{
|
|
13046
|
+
"name": "number",
|
|
13047
|
+
"raw": "number"
|
|
13048
|
+
}
|
|
13049
|
+
],
|
|
13050
|
+
"raw": "MantineNumberSize"
|
|
13051
|
+
}
|
|
13052
|
+
},
|
|
13053
|
+
"my": {
|
|
13054
|
+
"description": "margin props",
|
|
13055
|
+
"required": false,
|
|
13056
|
+
"type": {
|
|
13057
|
+
"name": "union",
|
|
13058
|
+
"value": [
|
|
13059
|
+
{
|
|
13060
|
+
"name": "number",
|
|
13061
|
+
"raw": "number"
|
|
13062
|
+
}
|
|
13063
|
+
],
|
|
13064
|
+
"raw": "MantineNumberSize"
|
|
13065
|
+
}
|
|
13066
|
+
},
|
|
13067
|
+
"mx": {
|
|
13068
|
+
"description": "margin props",
|
|
13069
|
+
"required": false,
|
|
13070
|
+
"type": {
|
|
13071
|
+
"name": "union",
|
|
13072
|
+
"value": [
|
|
13073
|
+
{
|
|
13074
|
+
"name": "number",
|
|
13075
|
+
"raw": "number"
|
|
13076
|
+
}
|
|
13077
|
+
],
|
|
13078
|
+
"raw": "MantineNumberSize"
|
|
13079
|
+
}
|
|
13080
|
+
},
|
|
13081
|
+
"mt": {
|
|
13082
|
+
"description": "margin props",
|
|
13083
|
+
"required": false,
|
|
13084
|
+
"type": {
|
|
13085
|
+
"name": "union",
|
|
13086
|
+
"value": [
|
|
13087
|
+
{
|
|
13088
|
+
"name": "number",
|
|
13089
|
+
"raw": "number"
|
|
13090
|
+
}
|
|
13091
|
+
],
|
|
13092
|
+
"raw": "MantineNumberSize"
|
|
13093
|
+
}
|
|
13094
|
+
},
|
|
13095
|
+
"mb": {
|
|
13096
|
+
"description": "margin props",
|
|
13097
|
+
"required": false,
|
|
13098
|
+
"type": {
|
|
13099
|
+
"name": "union",
|
|
13100
|
+
"value": [
|
|
13101
|
+
{
|
|
13102
|
+
"name": "number",
|
|
13103
|
+
"raw": "number"
|
|
13104
|
+
}
|
|
13105
|
+
],
|
|
13106
|
+
"raw": "MantineNumberSize"
|
|
13107
|
+
}
|
|
13108
|
+
},
|
|
13109
|
+
"ml": {
|
|
13110
|
+
"description": "margin props",
|
|
13111
|
+
"required": false,
|
|
13112
|
+
"type": {
|
|
13113
|
+
"name": "union",
|
|
13114
|
+
"value": [
|
|
13115
|
+
{
|
|
13116
|
+
"name": "number",
|
|
13117
|
+
"raw": "number"
|
|
13118
|
+
}
|
|
13119
|
+
],
|
|
13120
|
+
"raw": "MantineNumberSize"
|
|
13121
|
+
}
|
|
13122
|
+
},
|
|
13123
|
+
"mr": {
|
|
13124
|
+
"description": "margin props",
|
|
13125
|
+
"required": false,
|
|
13126
|
+
"type": {
|
|
13127
|
+
"name": "union",
|
|
13128
|
+
"value": [
|
|
13129
|
+
{
|
|
13130
|
+
"name": "number",
|
|
13131
|
+
"raw": "number"
|
|
13132
|
+
}
|
|
13133
|
+
],
|
|
13134
|
+
"raw": "MantineNumberSize"
|
|
13135
|
+
}
|
|
13136
|
+
},
|
|
13137
|
+
"p": {
|
|
13138
|
+
"description": "padding props",
|
|
13139
|
+
"required": false,
|
|
13140
|
+
"type": {
|
|
13141
|
+
"name": "union",
|
|
13142
|
+
"value": [
|
|
13143
|
+
{
|
|
13144
|
+
"name": "number",
|
|
13145
|
+
"raw": "number"
|
|
13146
|
+
}
|
|
13147
|
+
],
|
|
13148
|
+
"raw": "MantineNumberSize"
|
|
13149
|
+
}
|
|
13150
|
+
},
|
|
13151
|
+
"py": {
|
|
13152
|
+
"description": "padding props",
|
|
13153
|
+
"required": false,
|
|
13154
|
+
"type": {
|
|
13155
|
+
"name": "union",
|
|
13156
|
+
"value": [
|
|
13157
|
+
{
|
|
13158
|
+
"name": "number",
|
|
13159
|
+
"raw": "number"
|
|
13160
|
+
}
|
|
13161
|
+
],
|
|
13162
|
+
"raw": "MantineNumberSize"
|
|
13163
|
+
}
|
|
13164
|
+
},
|
|
13165
|
+
"px": {
|
|
13166
|
+
"description": "padding props",
|
|
13167
|
+
"required": false,
|
|
13168
|
+
"type": {
|
|
13169
|
+
"name": "union",
|
|
13170
|
+
"value": [
|
|
13171
|
+
{
|
|
13172
|
+
"name": "number",
|
|
13173
|
+
"raw": "number"
|
|
13174
|
+
}
|
|
13175
|
+
],
|
|
13176
|
+
"raw": "MantineNumberSize"
|
|
13177
|
+
}
|
|
13178
|
+
},
|
|
13179
|
+
"pt": {
|
|
13180
|
+
"description": "padding props",
|
|
13181
|
+
"required": false,
|
|
13182
|
+
"type": {
|
|
13183
|
+
"name": "union",
|
|
13184
|
+
"value": [
|
|
13185
|
+
{
|
|
13186
|
+
"name": "number",
|
|
13187
|
+
"raw": "number"
|
|
13188
|
+
}
|
|
13189
|
+
],
|
|
13190
|
+
"raw": "MantineNumberSize"
|
|
13191
|
+
}
|
|
13192
|
+
},
|
|
13193
|
+
"pb": {
|
|
13194
|
+
"description": "padding props",
|
|
13195
|
+
"required": false,
|
|
13196
|
+
"type": {
|
|
13197
|
+
"name": "union",
|
|
13198
|
+
"value": [
|
|
13199
|
+
{
|
|
13200
|
+
"name": "number",
|
|
13201
|
+
"raw": "number"
|
|
13202
|
+
}
|
|
13203
|
+
],
|
|
13204
|
+
"raw": "MantineNumberSize"
|
|
13205
|
+
}
|
|
13206
|
+
},
|
|
13207
|
+
"pl": {
|
|
13208
|
+
"description": "padding props",
|
|
13209
|
+
"required": false,
|
|
13210
|
+
"type": {
|
|
13211
|
+
"name": "union",
|
|
13212
|
+
"value": [
|
|
13213
|
+
{
|
|
13214
|
+
"name": "number",
|
|
13215
|
+
"raw": "number"
|
|
13216
|
+
}
|
|
13217
|
+
],
|
|
13218
|
+
"raw": "MantineNumberSize"
|
|
13219
|
+
}
|
|
13220
|
+
},
|
|
13221
|
+
"pr": {
|
|
13222
|
+
"description": "padding props",
|
|
13223
|
+
"required": false,
|
|
13224
|
+
"type": {
|
|
13225
|
+
"name": "union",
|
|
13226
|
+
"value": [
|
|
13227
|
+
{
|
|
13228
|
+
"name": "number",
|
|
13229
|
+
"raw": "number"
|
|
13230
|
+
}
|
|
13231
|
+
],
|
|
13232
|
+
"raw": "MantineNumberSize"
|
|
13233
|
+
}
|
|
13234
|
+
}
|
|
13235
|
+
},
|
|
13236
|
+
"isContext": false
|
|
13237
|
+
},
|
|
13238
|
+
"src/ts/components/core/slider/Slider.tsx": {
|
|
13239
|
+
"displayName": "Slider",
|
|
13240
|
+
"description": "Capture user feedback from a range of values. For more information, see: https://mantine.dev/core/slider/",
|
|
13241
|
+
"props": {
|
|
13242
|
+
"value": {
|
|
13243
|
+
"description": "Current value for controlled slider",
|
|
13244
|
+
"required": false,
|
|
13245
|
+
"type": {
|
|
13246
|
+
"name": "number",
|
|
13247
|
+
"raw": "number"
|
|
13248
|
+
}
|
|
13249
|
+
},
|
|
13250
|
+
"color": {
|
|
13251
|
+
"description": "Color from theme.colors",
|
|
13252
|
+
"required": false,
|
|
13253
|
+
"type": {
|
|
13254
|
+
"name": "any",
|
|
13255
|
+
"raw": "DefaultMantineColor"
|
|
13256
|
+
}
|
|
13257
|
+
},
|
|
13258
|
+
"radius": {
|
|
13259
|
+
"description": "Track border-radius from theme or number to set border-radius in px",
|
|
13260
|
+
"required": false,
|
|
13261
|
+
"type": {
|
|
13262
|
+
"name": "union",
|
|
13263
|
+
"value": [
|
|
13264
|
+
{
|
|
13265
|
+
"name": "number",
|
|
13266
|
+
"raw": "number"
|
|
13267
|
+
}
|
|
13268
|
+
],
|
|
13269
|
+
"raw": "MantineNumberSize"
|
|
13270
|
+
}
|
|
13271
|
+
},
|
|
13272
|
+
"size": {
|
|
13273
|
+
"description": "Predefined track and thumb size, number to set sizes in px",
|
|
13274
|
+
"required": false,
|
|
13275
|
+
"type": {
|
|
13276
|
+
"name": "union",
|
|
13277
|
+
"value": [
|
|
13278
|
+
{
|
|
13279
|
+
"name": "number",
|
|
13280
|
+
"raw": "number"
|
|
13281
|
+
}
|
|
13282
|
+
],
|
|
13283
|
+
"raw": "MantineNumberSize"
|
|
13284
|
+
}
|
|
13285
|
+
},
|
|
13286
|
+
"min": {
|
|
13287
|
+
"description": "Minimal possible value",
|
|
13288
|
+
"required": false,
|
|
13289
|
+
"type": {
|
|
13290
|
+
"name": "number",
|
|
13291
|
+
"raw": "number"
|
|
13292
|
+
}
|
|
13293
|
+
},
|
|
13294
|
+
"max": {
|
|
13295
|
+
"description": "Maximum possible value",
|
|
13296
|
+
"required": false,
|
|
13297
|
+
"type": {
|
|
13298
|
+
"name": "number",
|
|
13299
|
+
"raw": "number"
|
|
13300
|
+
}
|
|
13301
|
+
},
|
|
13302
|
+
"step": {
|
|
13303
|
+
"description": "Number by which value will be incremented/decremented with thumb drag and arrows",
|
|
13304
|
+
"required": false,
|
|
13305
|
+
"type": {
|
|
13306
|
+
"name": "number",
|
|
13307
|
+
"raw": "number"
|
|
13308
|
+
}
|
|
13309
|
+
},
|
|
13310
|
+
"precision": {
|
|
13311
|
+
"description": "Amount of digits after the decimal point",
|
|
13312
|
+
"required": false,
|
|
13313
|
+
"type": {
|
|
13314
|
+
"name": "number",
|
|
13315
|
+
"raw": "number"
|
|
13316
|
+
}
|
|
13317
|
+
},
|
|
13318
|
+
"marks": {
|
|
13319
|
+
"description": "Marks which will be placed on the track",
|
|
13320
|
+
"required": false,
|
|
13321
|
+
"type": {
|
|
13322
|
+
"name": "arrayOf",
|
|
13323
|
+
"value": {
|
|
13324
|
+
"name": "shape",
|
|
13325
|
+
"value": {
|
|
13326
|
+
"value": {
|
|
13327
|
+
"description": "",
|
|
13328
|
+
"required": true,
|
|
13329
|
+
"name": "number",
|
|
13330
|
+
"raw": "number"
|
|
13331
|
+
},
|
|
13332
|
+
"label": {
|
|
13333
|
+
"description": "",
|
|
13334
|
+
"required": false,
|
|
13335
|
+
"name": "node",
|
|
13336
|
+
"raw": "ReactNode"
|
|
13337
|
+
}
|
|
13338
|
+
},
|
|
13339
|
+
"raw": "{ value: number; label?: ReactNode; }"
|
|
13340
|
+
},
|
|
13341
|
+
"raw": "{ value: number; label?: ReactNode; }[]"
|
|
13342
|
+
}
|
|
13343
|
+
},
|
|
13344
|
+
"labelTransition": {
|
|
13345
|
+
"description": "Label appear/disappear transition",
|
|
13346
|
+
"required": false,
|
|
13347
|
+
"type": {
|
|
13348
|
+
"name": "enum",
|
|
13349
|
+
"value": [
|
|
13350
|
+
{
|
|
13351
|
+
"value": "'fade'",
|
|
13352
|
+
"computed": false
|
|
13353
|
+
},
|
|
13354
|
+
{
|
|
13355
|
+
"value": "'skew-up'",
|
|
13356
|
+
"computed": false
|
|
13357
|
+
},
|
|
13358
|
+
{
|
|
13359
|
+
"value": "'skew-down'",
|
|
13360
|
+
"computed": false
|
|
13361
|
+
},
|
|
13362
|
+
{
|
|
13363
|
+
"value": "'rotate-right'",
|
|
13364
|
+
"computed": false
|
|
13365
|
+
},
|
|
13366
|
+
{
|
|
13367
|
+
"value": "'rotate-left'",
|
|
13368
|
+
"computed": false
|
|
13369
|
+
},
|
|
13370
|
+
{
|
|
13371
|
+
"value": "'slide-down'",
|
|
13372
|
+
"computed": false
|
|
13373
|
+
},
|
|
13374
|
+
{
|
|
13375
|
+
"value": "'slide-up'",
|
|
13376
|
+
"computed": false
|
|
13377
|
+
},
|
|
13378
|
+
{
|
|
13379
|
+
"value": "'slide-right'",
|
|
13380
|
+
"computed": false
|
|
13381
|
+
},
|
|
13382
|
+
{
|
|
13383
|
+
"value": "'slide-left'",
|
|
13384
|
+
"computed": false
|
|
13385
|
+
},
|
|
13386
|
+
{
|
|
13387
|
+
"value": "'scale-y'",
|
|
13388
|
+
"computed": false
|
|
13389
|
+
},
|
|
13390
|
+
{
|
|
13391
|
+
"value": "'scale-x'",
|
|
13392
|
+
"computed": false
|
|
13393
|
+
},
|
|
13394
|
+
{
|
|
13395
|
+
"value": "'scale'",
|
|
13396
|
+
"computed": false
|
|
13397
|
+
},
|
|
13398
|
+
{
|
|
13399
|
+
"value": "'pop'",
|
|
13400
|
+
"computed": false
|
|
13401
|
+
},
|
|
13402
|
+
{
|
|
13403
|
+
"value": "'pop-top-left'",
|
|
13404
|
+
"computed": false
|
|
13405
|
+
},
|
|
13406
|
+
{
|
|
13407
|
+
"value": "'pop-top-right'",
|
|
13408
|
+
"computed": false
|
|
13409
|
+
},
|
|
13410
|
+
{
|
|
13411
|
+
"value": "'pop-bottom-left'",
|
|
13412
|
+
"computed": false
|
|
13413
|
+
},
|
|
13414
|
+
{
|
|
13415
|
+
"value": "'pop-bottom-right'",
|
|
13416
|
+
"computed": false
|
|
13417
|
+
}
|
|
13418
|
+
],
|
|
13419
|
+
"raw": "MantineTransitionName"
|
|
13420
|
+
}
|
|
13421
|
+
},
|
|
13422
|
+
"labelTransitionDuration": {
|
|
13423
|
+
"description": "Label appear/disappear transition duration in ms",
|
|
13424
|
+
"required": false,
|
|
13425
|
+
"type": {
|
|
13426
|
+
"name": "number",
|
|
13427
|
+
"raw": "number"
|
|
13428
|
+
}
|
|
13429
|
+
},
|
|
13430
|
+
"labelTransitionTimingFunction": {
|
|
13431
|
+
"description": "Label appear/disappear transition timing function, defaults to theme.transitionRimingFunction",
|
|
13432
|
+
"required": false,
|
|
13433
|
+
"type": {
|
|
13434
|
+
"name": "string",
|
|
13435
|
+
"raw": "string"
|
|
13436
|
+
}
|
|
13437
|
+
},
|
|
13438
|
+
"labelAlwaysOn": {
|
|
13439
|
+
"description": "If true label will be not be hidden when user stops dragging",
|
|
13440
|
+
"required": false,
|
|
13441
|
+
"type": {
|
|
13442
|
+
"name": "bool",
|
|
13443
|
+
"raw": "boolean"
|
|
13444
|
+
}
|
|
13445
|
+
},
|
|
13446
|
+
"showLabelOnHover": {
|
|
13447
|
+
"description": "If true slider label will appear on hover",
|
|
13448
|
+
"required": false,
|
|
13449
|
+
"type": {
|
|
13450
|
+
"name": "bool",
|
|
13451
|
+
"raw": "boolean"
|
|
13452
|
+
}
|
|
13453
|
+
},
|
|
13454
|
+
"thumbChildren": {
|
|
13455
|
+
"description": "Thumb children, can be used to add icon",
|
|
13456
|
+
"required": false,
|
|
13457
|
+
"type": {
|
|
13458
|
+
"name": "node",
|
|
13459
|
+
"raw": "ReactNode"
|
|
13460
|
+
}
|
|
13461
|
+
},
|
|
13462
|
+
"disabled": {
|
|
13463
|
+
"description": "Disables slider",
|
|
13464
|
+
"required": false,
|
|
13465
|
+
"type": {
|
|
13466
|
+
"name": "bool",
|
|
13467
|
+
"raw": "boolean"
|
|
13468
|
+
}
|
|
13469
|
+
},
|
|
13470
|
+
"thumbSize": {
|
|
13471
|
+
"description": "Thumb width and height in px",
|
|
13472
|
+
"required": false,
|
|
13473
|
+
"type": {
|
|
13474
|
+
"name": "number",
|
|
13475
|
+
"raw": "number"
|
|
13476
|
+
}
|
|
13477
|
+
},
|
|
13478
|
+
"updatemode": {
|
|
13479
|
+
"description": "Determines when the component should update its value property. If mouseup (the default) then the slider will only trigger its value when the user has finished dragging the slider. If drag, then the slider will update its value continuously as it is being dragged.",
|
|
13480
|
+
"required": false,
|
|
13481
|
+
"defaultValue": {
|
|
13482
|
+
"value": "'mouseup'",
|
|
13483
|
+
"computed": false
|
|
13484
|
+
},
|
|
13485
|
+
"type": {
|
|
13486
|
+
"name": "enum",
|
|
13487
|
+
"value": [
|
|
13488
|
+
{
|
|
13489
|
+
"value": "'mouseup'",
|
|
13490
|
+
"computed": false
|
|
13491
|
+
},
|
|
13492
|
+
{
|
|
13493
|
+
"value": "'drag'",
|
|
13494
|
+
"computed": false
|
|
13495
|
+
}
|
|
13496
|
+
],
|
|
13497
|
+
"raw": "\"mouseup\" | \"drag\""
|
|
13498
|
+
}
|
|
13499
|
+
},
|
|
13500
|
+
"persistence": {
|
|
13501
|
+
"description": "Used to allow user interactions in this component to be persisted when\nthe component - or the page - is refreshed. If `persisted` is truthy and\nhasn't changed from its previous value, a `value` that the user has\nchanged while using the app will keep that change, as long as\nthe new `value` also matches what was given originally.\nUsed in conjunction with `persistence_type`.",
|
|
13502
|
+
"required": false,
|
|
12181
13503
|
"type": {
|
|
12182
13504
|
"name": "union",
|
|
12183
13505
|
"value": [
|
|
@@ -12490,326 +13812,614 @@
|
|
|
12490
13812
|
},
|
|
12491
13813
|
"isContext": false
|
|
12492
13814
|
},
|
|
12493
|
-
"src/ts/components/core/
|
|
12494
|
-
"displayName": "
|
|
12495
|
-
"description": "
|
|
13815
|
+
"src/ts/components/core/stepper/Stepper.tsx": {
|
|
13816
|
+
"displayName": "Stepper",
|
|
13817
|
+
"description": "Display content divided into a steps sequence. For more information, see: https://mantine.dev/core/stepper/",
|
|
13818
|
+
"props": {
|
|
13819
|
+
"children": {
|
|
13820
|
+
"description": "<Stepper.Step /> components only",
|
|
13821
|
+
"required": true,
|
|
13822
|
+
"type": {
|
|
13823
|
+
"name": "node",
|
|
13824
|
+
"raw": "ReactNode"
|
|
13825
|
+
}
|
|
13826
|
+
},
|
|
13827
|
+
"active": {
|
|
13828
|
+
"description": "Active step index",
|
|
13829
|
+
"required": true,
|
|
13830
|
+
"type": {
|
|
13831
|
+
"name": "number",
|
|
13832
|
+
"raw": "number"
|
|
13833
|
+
}
|
|
13834
|
+
},
|
|
13835
|
+
"completedIcon": {
|
|
13836
|
+
"description": "Step icon displayed when step is completed",
|
|
13837
|
+
"required": false,
|
|
13838
|
+
"type": {
|
|
13839
|
+
"name": "node",
|
|
13840
|
+
"raw": "ReactNode"
|
|
13841
|
+
}
|
|
13842
|
+
},
|
|
13843
|
+
"progressIcon": {
|
|
13844
|
+
"description": "Step icon displayed when step is in progress",
|
|
13845
|
+
"required": false,
|
|
13846
|
+
"type": {
|
|
13847
|
+
"name": "node",
|
|
13848
|
+
"raw": "ReactNode"
|
|
13849
|
+
}
|
|
13850
|
+
},
|
|
13851
|
+
"color": {
|
|
13852
|
+
"description": "Active and progress Step colors from theme.colors",
|
|
13853
|
+
"required": false,
|
|
13854
|
+
"type": {
|
|
13855
|
+
"name": "any",
|
|
13856
|
+
"raw": "DefaultMantineColor"
|
|
13857
|
+
}
|
|
13858
|
+
},
|
|
13859
|
+
"iconSize": {
|
|
13860
|
+
"description": "Step icon size in px",
|
|
13861
|
+
"required": false,
|
|
13862
|
+
"type": {
|
|
13863
|
+
"name": "number",
|
|
13864
|
+
"raw": "number"
|
|
13865
|
+
}
|
|
13866
|
+
},
|
|
13867
|
+
"contentPadding": {
|
|
13868
|
+
"description": "Content padding-top from theme.spacing or number to set value in px",
|
|
13869
|
+
"required": false,
|
|
13870
|
+
"type": {
|
|
13871
|
+
"name": "union",
|
|
13872
|
+
"value": [
|
|
13873
|
+
{
|
|
13874
|
+
"name": "number",
|
|
13875
|
+
"raw": "number"
|
|
13876
|
+
}
|
|
13877
|
+
],
|
|
13878
|
+
"raw": "MantineNumberSize"
|
|
13879
|
+
}
|
|
13880
|
+
},
|
|
13881
|
+
"orientation": {
|
|
13882
|
+
"description": "Component orientation",
|
|
13883
|
+
"required": false,
|
|
13884
|
+
"type": {
|
|
13885
|
+
"name": "enum",
|
|
13886
|
+
"value": [
|
|
13887
|
+
{
|
|
13888
|
+
"value": "'vertical'",
|
|
13889
|
+
"computed": false
|
|
13890
|
+
},
|
|
13891
|
+
{
|
|
13892
|
+
"value": "'horizontal'",
|
|
13893
|
+
"computed": false
|
|
13894
|
+
}
|
|
13895
|
+
],
|
|
13896
|
+
"raw": "\"vertical\" | \"horizontal\""
|
|
13897
|
+
}
|
|
13898
|
+
},
|
|
13899
|
+
"iconPosition": {
|
|
13900
|
+
"description": "Icon position relative to step body",
|
|
13901
|
+
"required": false,
|
|
13902
|
+
"type": {
|
|
13903
|
+
"name": "enum",
|
|
13904
|
+
"value": [
|
|
13905
|
+
{
|
|
13906
|
+
"value": "'right'",
|
|
13907
|
+
"computed": false
|
|
13908
|
+
},
|
|
13909
|
+
{
|
|
13910
|
+
"value": "'left'",
|
|
13911
|
+
"computed": false
|
|
13912
|
+
}
|
|
13913
|
+
],
|
|
13914
|
+
"raw": "\"right\" | \"left\""
|
|
13915
|
+
}
|
|
13916
|
+
},
|
|
13917
|
+
"size": {
|
|
13918
|
+
"description": "Component size",
|
|
13919
|
+
"required": false,
|
|
13920
|
+
"type": {
|
|
13921
|
+
"name": "enum",
|
|
13922
|
+
"value": [
|
|
13923
|
+
{
|
|
13924
|
+
"value": "'xs'",
|
|
13925
|
+
"computed": false
|
|
13926
|
+
},
|
|
13927
|
+
{
|
|
13928
|
+
"value": "'sm'",
|
|
13929
|
+
"computed": false
|
|
13930
|
+
},
|
|
13931
|
+
{
|
|
13932
|
+
"value": "'md'",
|
|
13933
|
+
"computed": false
|
|
13934
|
+
},
|
|
13935
|
+
{
|
|
13936
|
+
"value": "'lg'",
|
|
13937
|
+
"computed": false
|
|
13938
|
+
},
|
|
13939
|
+
{
|
|
13940
|
+
"value": "'xl'",
|
|
13941
|
+
"computed": false
|
|
13942
|
+
}
|
|
13943
|
+
],
|
|
13944
|
+
"raw": "MantineSize"
|
|
13945
|
+
}
|
|
13946
|
+
},
|
|
13947
|
+
"radius": {
|
|
13948
|
+
"description": "Radius from theme.radius, or number to set border-radius in px",
|
|
13949
|
+
"required": false,
|
|
13950
|
+
"type": {
|
|
13951
|
+
"name": "union",
|
|
13952
|
+
"value": [
|
|
13953
|
+
{
|
|
13954
|
+
"name": "number",
|
|
13955
|
+
"raw": "number"
|
|
13956
|
+
}
|
|
13957
|
+
],
|
|
13958
|
+
"raw": "MantineNumberSize"
|
|
13959
|
+
}
|
|
13960
|
+
},
|
|
13961
|
+
"breakpoint": {
|
|
13962
|
+
"description": "Breakpoint at which orientation will change from horizontal to vertical",
|
|
13963
|
+
"required": false,
|
|
13964
|
+
"type": {
|
|
13965
|
+
"name": "union",
|
|
13966
|
+
"value": [
|
|
13967
|
+
{
|
|
13968
|
+
"name": "number",
|
|
13969
|
+
"raw": "number"
|
|
13970
|
+
}
|
|
13971
|
+
],
|
|
13972
|
+
"raw": "MantineNumberSize"
|
|
13973
|
+
}
|
|
13974
|
+
},
|
|
13975
|
+
"className": {
|
|
13976
|
+
"description": "Often used with CSS to style elements with common properties",
|
|
13977
|
+
"required": false,
|
|
13978
|
+
"type": {
|
|
13979
|
+
"name": "string",
|
|
13980
|
+
"raw": "string"
|
|
13981
|
+
}
|
|
13982
|
+
},
|
|
13983
|
+
"style": {
|
|
13984
|
+
"description": "Inline style",
|
|
13985
|
+
"required": false,
|
|
13986
|
+
"type": {
|
|
13987
|
+
"name": "any",
|
|
13988
|
+
"raw": "any"
|
|
13989
|
+
}
|
|
13990
|
+
},
|
|
13991
|
+
"styles": {
|
|
13992
|
+
"description": "Mantine styles API",
|
|
13993
|
+
"required": false,
|
|
13994
|
+
"type": {
|
|
13995
|
+
"name": "object",
|
|
13996
|
+
"raw": "object"
|
|
13997
|
+
}
|
|
13998
|
+
},
|
|
13999
|
+
"id": {
|
|
14000
|
+
"description": "Unique ID to identify this component in Dash callbacks.",
|
|
14001
|
+
"required": false,
|
|
14002
|
+
"type": {
|
|
14003
|
+
"name": "string",
|
|
14004
|
+
"raw": "string"
|
|
14005
|
+
}
|
|
14006
|
+
},
|
|
14007
|
+
"unstyled": {
|
|
14008
|
+
"description": "Remove all Mantine styling from the component",
|
|
14009
|
+
"required": false,
|
|
14010
|
+
"type": {
|
|
14011
|
+
"name": "bool",
|
|
14012
|
+
"raw": "boolean"
|
|
14013
|
+
}
|
|
14014
|
+
},
|
|
14015
|
+
"setProps": {
|
|
14016
|
+
"description": "Update props to trigger callbacks.",
|
|
14017
|
+
"required": true,
|
|
14018
|
+
"type": {
|
|
14019
|
+
"name": "func",
|
|
14020
|
+
"raw": "(props: Record<string, any>) => void"
|
|
14021
|
+
}
|
|
14022
|
+
},
|
|
14023
|
+
"sx": {
|
|
14024
|
+
"description": "With sx you can add styles to component root element. If you need to customize styles of other elements within component use styles prop",
|
|
14025
|
+
"required": false,
|
|
14026
|
+
"type": {
|
|
14027
|
+
"name": "any",
|
|
14028
|
+
"raw": "any"
|
|
14029
|
+
}
|
|
14030
|
+
},
|
|
14031
|
+
"m": {
|
|
14032
|
+
"description": "margin props",
|
|
14033
|
+
"required": false,
|
|
14034
|
+
"type": {
|
|
14035
|
+
"name": "union",
|
|
14036
|
+
"value": [
|
|
14037
|
+
{
|
|
14038
|
+
"name": "number",
|
|
14039
|
+
"raw": "number"
|
|
14040
|
+
}
|
|
14041
|
+
],
|
|
14042
|
+
"raw": "MantineNumberSize"
|
|
14043
|
+
}
|
|
14044
|
+
},
|
|
14045
|
+
"my": {
|
|
14046
|
+
"description": "margin props",
|
|
14047
|
+
"required": false,
|
|
14048
|
+
"type": {
|
|
14049
|
+
"name": "union",
|
|
14050
|
+
"value": [
|
|
14051
|
+
{
|
|
14052
|
+
"name": "number",
|
|
14053
|
+
"raw": "number"
|
|
14054
|
+
}
|
|
14055
|
+
],
|
|
14056
|
+
"raw": "MantineNumberSize"
|
|
14057
|
+
}
|
|
14058
|
+
},
|
|
14059
|
+
"mx": {
|
|
14060
|
+
"description": "margin props",
|
|
14061
|
+
"required": false,
|
|
14062
|
+
"type": {
|
|
14063
|
+
"name": "union",
|
|
14064
|
+
"value": [
|
|
14065
|
+
{
|
|
14066
|
+
"name": "number",
|
|
14067
|
+
"raw": "number"
|
|
14068
|
+
}
|
|
14069
|
+
],
|
|
14070
|
+
"raw": "MantineNumberSize"
|
|
14071
|
+
}
|
|
14072
|
+
},
|
|
14073
|
+
"mt": {
|
|
14074
|
+
"description": "margin props",
|
|
14075
|
+
"required": false,
|
|
14076
|
+
"type": {
|
|
14077
|
+
"name": "union",
|
|
14078
|
+
"value": [
|
|
14079
|
+
{
|
|
14080
|
+
"name": "number",
|
|
14081
|
+
"raw": "number"
|
|
14082
|
+
}
|
|
14083
|
+
],
|
|
14084
|
+
"raw": "MantineNumberSize"
|
|
14085
|
+
}
|
|
14086
|
+
},
|
|
14087
|
+
"mb": {
|
|
14088
|
+
"description": "margin props",
|
|
14089
|
+
"required": false,
|
|
14090
|
+
"type": {
|
|
14091
|
+
"name": "union",
|
|
14092
|
+
"value": [
|
|
14093
|
+
{
|
|
14094
|
+
"name": "number",
|
|
14095
|
+
"raw": "number"
|
|
14096
|
+
}
|
|
14097
|
+
],
|
|
14098
|
+
"raw": "MantineNumberSize"
|
|
14099
|
+
}
|
|
14100
|
+
},
|
|
14101
|
+
"ml": {
|
|
14102
|
+
"description": "margin props",
|
|
14103
|
+
"required": false,
|
|
14104
|
+
"type": {
|
|
14105
|
+
"name": "union",
|
|
14106
|
+
"value": [
|
|
14107
|
+
{
|
|
14108
|
+
"name": "number",
|
|
14109
|
+
"raw": "number"
|
|
14110
|
+
}
|
|
14111
|
+
],
|
|
14112
|
+
"raw": "MantineNumberSize"
|
|
14113
|
+
}
|
|
14114
|
+
},
|
|
14115
|
+
"mr": {
|
|
14116
|
+
"description": "margin props",
|
|
14117
|
+
"required": false,
|
|
14118
|
+
"type": {
|
|
14119
|
+
"name": "union",
|
|
14120
|
+
"value": [
|
|
14121
|
+
{
|
|
14122
|
+
"name": "number",
|
|
14123
|
+
"raw": "number"
|
|
14124
|
+
}
|
|
14125
|
+
],
|
|
14126
|
+
"raw": "MantineNumberSize"
|
|
14127
|
+
}
|
|
14128
|
+
},
|
|
14129
|
+
"p": {
|
|
14130
|
+
"description": "padding props",
|
|
14131
|
+
"required": false,
|
|
14132
|
+
"type": {
|
|
14133
|
+
"name": "union",
|
|
14134
|
+
"value": [
|
|
14135
|
+
{
|
|
14136
|
+
"name": "number",
|
|
14137
|
+
"raw": "number"
|
|
14138
|
+
}
|
|
14139
|
+
],
|
|
14140
|
+
"raw": "MantineNumberSize"
|
|
14141
|
+
}
|
|
14142
|
+
},
|
|
14143
|
+
"py": {
|
|
14144
|
+
"description": "padding props",
|
|
14145
|
+
"required": false,
|
|
14146
|
+
"type": {
|
|
14147
|
+
"name": "union",
|
|
14148
|
+
"value": [
|
|
14149
|
+
{
|
|
14150
|
+
"name": "number",
|
|
14151
|
+
"raw": "number"
|
|
14152
|
+
}
|
|
14153
|
+
],
|
|
14154
|
+
"raw": "MantineNumberSize"
|
|
14155
|
+
}
|
|
14156
|
+
},
|
|
14157
|
+
"px": {
|
|
14158
|
+
"description": "padding props",
|
|
14159
|
+
"required": false,
|
|
14160
|
+
"type": {
|
|
14161
|
+
"name": "union",
|
|
14162
|
+
"value": [
|
|
14163
|
+
{
|
|
14164
|
+
"name": "number",
|
|
14165
|
+
"raw": "number"
|
|
14166
|
+
}
|
|
14167
|
+
],
|
|
14168
|
+
"raw": "MantineNumberSize"
|
|
14169
|
+
}
|
|
14170
|
+
},
|
|
14171
|
+
"pt": {
|
|
14172
|
+
"description": "padding props",
|
|
14173
|
+
"required": false,
|
|
14174
|
+
"type": {
|
|
14175
|
+
"name": "union",
|
|
14176
|
+
"value": [
|
|
14177
|
+
{
|
|
14178
|
+
"name": "number",
|
|
14179
|
+
"raw": "number"
|
|
14180
|
+
}
|
|
14181
|
+
],
|
|
14182
|
+
"raw": "MantineNumberSize"
|
|
14183
|
+
}
|
|
14184
|
+
},
|
|
14185
|
+
"pb": {
|
|
14186
|
+
"description": "padding props",
|
|
14187
|
+
"required": false,
|
|
14188
|
+
"type": {
|
|
14189
|
+
"name": "union",
|
|
14190
|
+
"value": [
|
|
14191
|
+
{
|
|
14192
|
+
"name": "number",
|
|
14193
|
+
"raw": "number"
|
|
14194
|
+
}
|
|
14195
|
+
],
|
|
14196
|
+
"raw": "MantineNumberSize"
|
|
14197
|
+
}
|
|
14198
|
+
},
|
|
14199
|
+
"pl": {
|
|
14200
|
+
"description": "padding props",
|
|
14201
|
+
"required": false,
|
|
14202
|
+
"type": {
|
|
14203
|
+
"name": "union",
|
|
14204
|
+
"value": [
|
|
14205
|
+
{
|
|
14206
|
+
"name": "number",
|
|
14207
|
+
"raw": "number"
|
|
14208
|
+
}
|
|
14209
|
+
],
|
|
14210
|
+
"raw": "MantineNumberSize"
|
|
14211
|
+
}
|
|
14212
|
+
},
|
|
14213
|
+
"pr": {
|
|
14214
|
+
"description": "padding props",
|
|
14215
|
+
"required": false,
|
|
14216
|
+
"type": {
|
|
14217
|
+
"name": "union",
|
|
14218
|
+
"value": [
|
|
14219
|
+
{
|
|
14220
|
+
"name": "number",
|
|
14221
|
+
"raw": "number"
|
|
14222
|
+
}
|
|
14223
|
+
],
|
|
14224
|
+
"raw": "MantineNumberSize"
|
|
14225
|
+
}
|
|
14226
|
+
}
|
|
14227
|
+
},
|
|
14228
|
+
"isContext": false
|
|
14229
|
+
},
|
|
14230
|
+
"src/ts/components/core/stepper/StepperCompleted.tsx": {
|
|
14231
|
+
"displayName": "StepperCompleted",
|
|
14232
|
+
"description": "Display content divided into a steps sequence. For more information, see: https://mantine.dev/core/stepper/",
|
|
12496
14233
|
"props": {
|
|
12497
|
-
"
|
|
12498
|
-
"description": "
|
|
14234
|
+
"children": {
|
|
14235
|
+
"description": "StepperCompleted content",
|
|
12499
14236
|
"required": false,
|
|
12500
14237
|
"type": {
|
|
12501
|
-
"name": "
|
|
12502
|
-
"raw": "
|
|
14238
|
+
"name": "node",
|
|
14239
|
+
"raw": "ReactNode"
|
|
12503
14240
|
}
|
|
12504
|
-
}
|
|
14241
|
+
}
|
|
14242
|
+
},
|
|
14243
|
+
"isContext": false
|
|
14244
|
+
},
|
|
14245
|
+
"src/ts/components/core/stepper/StepperStep.tsx": {
|
|
14246
|
+
"displayName": "StepperStep",
|
|
14247
|
+
"description": "Display content divided into a steps sequence. For more information, see: https://mantine.dev/core/stepper/",
|
|
14248
|
+
"props": {
|
|
12505
14249
|
"color": {
|
|
12506
|
-
"description": "
|
|
14250
|
+
"description": "Step color from theme.colors",
|
|
12507
14251
|
"required": false,
|
|
12508
14252
|
"type": {
|
|
12509
14253
|
"name": "any",
|
|
12510
14254
|
"raw": "DefaultMantineColor"
|
|
12511
14255
|
}
|
|
12512
14256
|
},
|
|
12513
|
-
"
|
|
12514
|
-
"description": "
|
|
14257
|
+
"withIcon": {
|
|
14258
|
+
"description": "Should icon be displayed",
|
|
12515
14259
|
"required": false,
|
|
12516
14260
|
"type": {
|
|
12517
|
-
"name": "
|
|
12518
|
-
"
|
|
12519
|
-
{
|
|
12520
|
-
"name": "number",
|
|
12521
|
-
"raw": "number"
|
|
12522
|
-
}
|
|
12523
|
-
],
|
|
12524
|
-
"raw": "MantineNumberSize"
|
|
14261
|
+
"name": "bool",
|
|
14262
|
+
"raw": "boolean"
|
|
12525
14263
|
}
|
|
12526
14264
|
},
|
|
12527
|
-
"
|
|
12528
|
-
"description": "
|
|
14265
|
+
"icon": {
|
|
14266
|
+
"description": "Step icon, defaults to step index + 1 when rendered within Stepper",
|
|
12529
14267
|
"required": false,
|
|
12530
14268
|
"type": {
|
|
12531
|
-
"name": "
|
|
12532
|
-
"
|
|
12533
|
-
{
|
|
12534
|
-
"name": "number",
|
|
12535
|
-
"raw": "number"
|
|
12536
|
-
}
|
|
12537
|
-
],
|
|
12538
|
-
"raw": "MantineNumberSize"
|
|
14269
|
+
"name": "node",
|
|
14270
|
+
"raw": "ReactNode"
|
|
12539
14271
|
}
|
|
12540
14272
|
},
|
|
12541
|
-
"
|
|
12542
|
-
"description": "
|
|
14273
|
+
"completedIcon": {
|
|
14274
|
+
"description": "Step icon displayed when step is completed",
|
|
12543
14275
|
"required": false,
|
|
12544
14276
|
"type": {
|
|
12545
|
-
"name": "
|
|
12546
|
-
"raw": "
|
|
14277
|
+
"name": "node",
|
|
14278
|
+
"raw": "ReactNode"
|
|
12547
14279
|
}
|
|
12548
14280
|
},
|
|
12549
|
-
"
|
|
12550
|
-
"description": "
|
|
14281
|
+
"progressIcon": {
|
|
14282
|
+
"description": "Step icon displayed when step is in progress",
|
|
12551
14283
|
"required": false,
|
|
12552
14284
|
"type": {
|
|
12553
|
-
"name": "
|
|
12554
|
-
"raw": "
|
|
14285
|
+
"name": "node",
|
|
14286
|
+
"raw": "ReactNode"
|
|
12555
14287
|
}
|
|
12556
14288
|
},
|
|
12557
|
-
"
|
|
12558
|
-
"description": "
|
|
14289
|
+
"label": {
|
|
14290
|
+
"description": "Step label, render after icon",
|
|
12559
14291
|
"required": false,
|
|
12560
14292
|
"type": {
|
|
12561
|
-
"name": "
|
|
12562
|
-
"raw": "
|
|
14293
|
+
"name": "node",
|
|
14294
|
+
"raw": "ReactNode"
|
|
12563
14295
|
}
|
|
12564
14296
|
},
|
|
12565
|
-
"
|
|
12566
|
-
"description": "
|
|
14297
|
+
"description": {
|
|
14298
|
+
"description": "Step description",
|
|
12567
14299
|
"required": false,
|
|
12568
14300
|
"type": {
|
|
12569
|
-
"name": "
|
|
12570
|
-
"raw": "
|
|
14301
|
+
"name": "node",
|
|
14302
|
+
"raw": "ReactNode"
|
|
12571
14303
|
}
|
|
12572
14304
|
},
|
|
12573
|
-
"
|
|
12574
|
-
"description": "
|
|
14305
|
+
"iconSize": {
|
|
14306
|
+
"description": "Icon wrapper size in px",
|
|
12575
14307
|
"required": false,
|
|
12576
14308
|
"type": {
|
|
12577
|
-
"name": "
|
|
12578
|
-
"
|
|
12579
|
-
"name": "shape",
|
|
12580
|
-
"value": {
|
|
12581
|
-
"value": {
|
|
12582
|
-
"description": "",
|
|
12583
|
-
"required": true,
|
|
12584
|
-
"name": "number",
|
|
12585
|
-
"raw": "number"
|
|
12586
|
-
},
|
|
12587
|
-
"label": {
|
|
12588
|
-
"description": "",
|
|
12589
|
-
"required": false,
|
|
12590
|
-
"name": "node",
|
|
12591
|
-
"raw": "ReactNode"
|
|
12592
|
-
}
|
|
12593
|
-
},
|
|
12594
|
-
"raw": "{ value: number; label?: ReactNode; }"
|
|
12595
|
-
},
|
|
12596
|
-
"raw": "{ value: number; label?: ReactNode; }[]"
|
|
14309
|
+
"name": "number",
|
|
14310
|
+
"raw": "number"
|
|
12597
14311
|
}
|
|
12598
14312
|
},
|
|
12599
|
-
"
|
|
12600
|
-
"description": "
|
|
14313
|
+
"iconPosition": {
|
|
14314
|
+
"description": "Icon position relative to step body",
|
|
12601
14315
|
"required": false,
|
|
12602
14316
|
"type": {
|
|
12603
14317
|
"name": "enum",
|
|
12604
14318
|
"value": [
|
|
12605
14319
|
{
|
|
12606
|
-
"value": "'
|
|
12607
|
-
"computed": false
|
|
12608
|
-
},
|
|
12609
|
-
{
|
|
12610
|
-
"value": "'skew-up'",
|
|
12611
|
-
"computed": false
|
|
12612
|
-
},
|
|
12613
|
-
{
|
|
12614
|
-
"value": "'skew-down'",
|
|
12615
|
-
"computed": false
|
|
12616
|
-
},
|
|
12617
|
-
{
|
|
12618
|
-
"value": "'rotate-right'",
|
|
12619
|
-
"computed": false
|
|
12620
|
-
},
|
|
12621
|
-
{
|
|
12622
|
-
"value": "'rotate-left'",
|
|
12623
|
-
"computed": false
|
|
12624
|
-
},
|
|
12625
|
-
{
|
|
12626
|
-
"value": "'slide-down'",
|
|
12627
|
-
"computed": false
|
|
12628
|
-
},
|
|
12629
|
-
{
|
|
12630
|
-
"value": "'slide-up'",
|
|
12631
|
-
"computed": false
|
|
12632
|
-
},
|
|
12633
|
-
{
|
|
12634
|
-
"value": "'slide-right'",
|
|
12635
|
-
"computed": false
|
|
12636
|
-
},
|
|
12637
|
-
{
|
|
12638
|
-
"value": "'slide-left'",
|
|
12639
|
-
"computed": false
|
|
12640
|
-
},
|
|
12641
|
-
{
|
|
12642
|
-
"value": "'scale-y'",
|
|
12643
|
-
"computed": false
|
|
12644
|
-
},
|
|
12645
|
-
{
|
|
12646
|
-
"value": "'scale-x'",
|
|
14320
|
+
"value": "'right'",
|
|
12647
14321
|
"computed": false
|
|
12648
14322
|
},
|
|
12649
14323
|
{
|
|
12650
|
-
"value": "'
|
|
14324
|
+
"value": "'left'",
|
|
12651
14325
|
"computed": false
|
|
12652
|
-
}
|
|
14326
|
+
}
|
|
14327
|
+
],
|
|
14328
|
+
"raw": "\"right\" | \"left\""
|
|
14329
|
+
}
|
|
14330
|
+
},
|
|
14331
|
+
"size": {
|
|
14332
|
+
"description": "Component size",
|
|
14333
|
+
"required": false,
|
|
14334
|
+
"type": {
|
|
14335
|
+
"name": "enum",
|
|
14336
|
+
"value": [
|
|
12653
14337
|
{
|
|
12654
|
-
"value": "'
|
|
14338
|
+
"value": "'xs'",
|
|
12655
14339
|
"computed": false
|
|
12656
14340
|
},
|
|
12657
14341
|
{
|
|
12658
|
-
"value": "'
|
|
14342
|
+
"value": "'sm'",
|
|
12659
14343
|
"computed": false
|
|
12660
14344
|
},
|
|
12661
14345
|
{
|
|
12662
|
-
"value": "'
|
|
14346
|
+
"value": "'md'",
|
|
12663
14347
|
"computed": false
|
|
12664
14348
|
},
|
|
12665
14349
|
{
|
|
12666
|
-
"value": "'
|
|
14350
|
+
"value": "'lg'",
|
|
12667
14351
|
"computed": false
|
|
12668
14352
|
},
|
|
12669
14353
|
{
|
|
12670
|
-
"value": "'
|
|
14354
|
+
"value": "'xl'",
|
|
12671
14355
|
"computed": false
|
|
12672
14356
|
}
|
|
12673
14357
|
],
|
|
12674
|
-
"raw": "
|
|
12675
|
-
}
|
|
12676
|
-
},
|
|
12677
|
-
"labelTransitionDuration": {
|
|
12678
|
-
"description": "Label appear/disappear transition duration in ms",
|
|
12679
|
-
"required": false,
|
|
12680
|
-
"type": {
|
|
12681
|
-
"name": "number",
|
|
12682
|
-
"raw": "number"
|
|
14358
|
+
"raw": "MantineSize"
|
|
12683
14359
|
}
|
|
12684
14360
|
},
|
|
12685
|
-
"
|
|
12686
|
-
"description": "
|
|
14361
|
+
"radius": {
|
|
14362
|
+
"description": "Radius from theme.radius, or number to set border-radius in px",
|
|
12687
14363
|
"required": false,
|
|
12688
14364
|
"type": {
|
|
12689
|
-
"name": "
|
|
12690
|
-
"
|
|
14365
|
+
"name": "union",
|
|
14366
|
+
"value": [
|
|
14367
|
+
{
|
|
14368
|
+
"name": "number",
|
|
14369
|
+
"raw": "number"
|
|
14370
|
+
}
|
|
14371
|
+
],
|
|
14372
|
+
"raw": "MantineNumberSize"
|
|
12691
14373
|
}
|
|
12692
14374
|
},
|
|
12693
|
-
"
|
|
12694
|
-
"description": "
|
|
14375
|
+
"loading": {
|
|
14376
|
+
"description": "Indicates loading state on step",
|
|
12695
14377
|
"required": false,
|
|
12696
14378
|
"type": {
|
|
12697
14379
|
"name": "bool",
|
|
12698
14380
|
"raw": "boolean"
|
|
12699
14381
|
}
|
|
12700
14382
|
},
|
|
12701
|
-
"
|
|
12702
|
-
"description": "
|
|
14383
|
+
"allowStepClick": {
|
|
14384
|
+
"description": "Set to false to disable clicks on step",
|
|
12703
14385
|
"required": false,
|
|
12704
14386
|
"type": {
|
|
12705
14387
|
"name": "bool",
|
|
12706
14388
|
"raw": "boolean"
|
|
12707
14389
|
}
|
|
12708
14390
|
},
|
|
12709
|
-
"
|
|
12710
|
-
"description": "
|
|
12711
|
-
"required": false,
|
|
12712
|
-
"type": {
|
|
12713
|
-
"name": "node",
|
|
12714
|
-
"raw": "ReactNode"
|
|
12715
|
-
}
|
|
12716
|
-
},
|
|
12717
|
-
"disabled": {
|
|
12718
|
-
"description": "Disables slider",
|
|
14391
|
+
"allowStepSelect": {
|
|
14392
|
+
"description": "Should step selection be allowed",
|
|
12719
14393
|
"required": false,
|
|
12720
14394
|
"type": {
|
|
12721
14395
|
"name": "bool",
|
|
12722
14396
|
"raw": "boolean"
|
|
12723
14397
|
}
|
|
12724
14398
|
},
|
|
12725
|
-
"
|
|
12726
|
-
"description": "
|
|
12727
|
-
"required": false,
|
|
12728
|
-
"type": {
|
|
12729
|
-
"name": "number",
|
|
12730
|
-
"raw": "number"
|
|
12731
|
-
}
|
|
12732
|
-
},
|
|
12733
|
-
"updatemode": {
|
|
12734
|
-
"description": "Determines when the component should update its value property. If mouseup (the default) then the slider will only trigger its value when the user has finished dragging the slider. If drag, then the slider will update its value continuously as it is being dragged.",
|
|
14399
|
+
"orientation": {
|
|
14400
|
+
"description": "Component orientation",
|
|
12735
14401
|
"required": false,
|
|
12736
|
-
"defaultValue": {
|
|
12737
|
-
"value": "'mouseup'",
|
|
12738
|
-
"computed": false
|
|
12739
|
-
},
|
|
12740
14402
|
"type": {
|
|
12741
14403
|
"name": "enum",
|
|
12742
14404
|
"value": [
|
|
12743
14405
|
{
|
|
12744
|
-
"value": "'
|
|
14406
|
+
"value": "'vertical'",
|
|
12745
14407
|
"computed": false
|
|
12746
14408
|
},
|
|
12747
14409
|
{
|
|
12748
|
-
"value": "'
|
|
14410
|
+
"value": "'horizontal'",
|
|
12749
14411
|
"computed": false
|
|
12750
14412
|
}
|
|
12751
14413
|
],
|
|
12752
|
-
"raw": "\"
|
|
12753
|
-
}
|
|
12754
|
-
},
|
|
12755
|
-
"persistence": {
|
|
12756
|
-
"description": "Used to allow user interactions in this component to be persisted when\nthe component - or the page - is refreshed. If `persisted` is truthy and\nhasn't changed from its previous value, a `value` that the user has\nchanged while using the app will keep that change, as long as\nthe new `value` also matches what was given originally.\nUsed in conjunction with `persistence_type`.",
|
|
12757
|
-
"required": true,
|
|
12758
|
-
"type": {
|
|
12759
|
-
"name": "union",
|
|
12760
|
-
"value": [
|
|
12761
|
-
{
|
|
12762
|
-
"name": "string",
|
|
12763
|
-
"raw": "string"
|
|
12764
|
-
},
|
|
12765
|
-
{
|
|
12766
|
-
"name": "number",
|
|
12767
|
-
"raw": "number"
|
|
12768
|
-
}
|
|
12769
|
-
],
|
|
12770
|
-
"raw": "string | number | boolean"
|
|
12771
|
-
}
|
|
12772
|
-
},
|
|
12773
|
-
"persisted_props": {
|
|
12774
|
-
"description": "Properties whose user interactions will persist after refreshing the\ncomponent or the page. Since only `value` is allowed this prop can\nnormally be ignored.",
|
|
12775
|
-
"required": false,
|
|
12776
|
-
"defaultValue": {
|
|
12777
|
-
"value": "[\"value\"]",
|
|
12778
|
-
"computed": false
|
|
12779
|
-
},
|
|
12780
|
-
"type": {
|
|
12781
|
-
"name": "arrayOf",
|
|
12782
|
-
"value": {
|
|
12783
|
-
"name": "string",
|
|
12784
|
-
"raw": "string"
|
|
12785
|
-
},
|
|
12786
|
-
"raw": "string[]"
|
|
14414
|
+
"raw": "\"vertical\" | \"horizontal\""
|
|
12787
14415
|
}
|
|
12788
14416
|
},
|
|
12789
|
-
"
|
|
12790
|
-
"description": "
|
|
14417
|
+
"children": {
|
|
14418
|
+
"description": "StepperStep content",
|
|
12791
14419
|
"required": false,
|
|
12792
|
-
"defaultValue": {
|
|
12793
|
-
"value": "'local'",
|
|
12794
|
-
"computed": false
|
|
12795
|
-
},
|
|
12796
14420
|
"type": {
|
|
12797
|
-
"name": "
|
|
12798
|
-
"
|
|
12799
|
-
{
|
|
12800
|
-
"value": "'local'",
|
|
12801
|
-
"computed": false
|
|
12802
|
-
},
|
|
12803
|
-
{
|
|
12804
|
-
"value": "'session'",
|
|
12805
|
-
"computed": false
|
|
12806
|
-
},
|
|
12807
|
-
{
|
|
12808
|
-
"value": "'memory'",
|
|
12809
|
-
"computed": false
|
|
12810
|
-
}
|
|
12811
|
-
],
|
|
12812
|
-
"raw": "\"local\" | \"session\" | \"memory\""
|
|
14421
|
+
"name": "node",
|
|
14422
|
+
"raw": "ReactNode"
|
|
12813
14423
|
}
|
|
12814
14424
|
},
|
|
12815
14425
|
"className": {
|
|
@@ -13516,7 +15126,7 @@
|
|
|
13516
15126
|
},
|
|
13517
15127
|
"persistence": {
|
|
13518
15128
|
"description": "Used to allow user interactions in this component to be persisted when\nthe component - or the page - is refreshed. If `persisted` is truthy and\nhasn't changed from its previous value, a `value` that the user has\nchanged while using the app will keep that change, as long as\nthe new `value` also matches what was given originally.\nUsed in conjunction with `persistence_type`.",
|
|
13519
|
-
"required":
|
|
15129
|
+
"required": false,
|
|
13520
15130
|
"type": {
|
|
13521
15131
|
"name": "union",
|
|
13522
15132
|
"value": [
|
|
@@ -14665,6 +16275,66 @@
|
|
|
14665
16275
|
"raw": "(\"label\" | \"description\" | \"error\" | \"input\")[]"
|
|
14666
16276
|
}
|
|
14667
16277
|
},
|
|
16278
|
+
"persistence": {
|
|
16279
|
+
"description": "Used to allow user interactions in this component to be persisted when\nthe component - or the page - is refreshed. If `persisted` is truthy and\nhasn't changed from its previous value, a `value` that the user has\nchanged while using the app will keep that change, as long as\nthe new `value` also matches what was given originally.\nUsed in conjunction with `persistence_type`.",
|
|
16280
|
+
"required": false,
|
|
16281
|
+
"type": {
|
|
16282
|
+
"name": "union",
|
|
16283
|
+
"value": [
|
|
16284
|
+
{
|
|
16285
|
+
"name": "string",
|
|
16286
|
+
"raw": "string"
|
|
16287
|
+
},
|
|
16288
|
+
{
|
|
16289
|
+
"name": "number",
|
|
16290
|
+
"raw": "number"
|
|
16291
|
+
}
|
|
16292
|
+
],
|
|
16293
|
+
"raw": "string | number | boolean"
|
|
16294
|
+
}
|
|
16295
|
+
},
|
|
16296
|
+
"persisted_props": {
|
|
16297
|
+
"description": "Properties whose user interactions will persist after refreshing the\ncomponent or the page. Since only `value` is allowed this prop can\nnormally be ignored.",
|
|
16298
|
+
"required": false,
|
|
16299
|
+
"defaultValue": {
|
|
16300
|
+
"value": "[\"value\"]",
|
|
16301
|
+
"computed": false
|
|
16302
|
+
},
|
|
16303
|
+
"type": {
|
|
16304
|
+
"name": "arrayOf",
|
|
16305
|
+
"value": {
|
|
16306
|
+
"name": "string",
|
|
16307
|
+
"raw": "string"
|
|
16308
|
+
},
|
|
16309
|
+
"raw": "string[]"
|
|
16310
|
+
}
|
|
16311
|
+
},
|
|
16312
|
+
"persistence_type": {
|
|
16313
|
+
"description": "Where persisted user changes will be stored:\nmemory: only kept in memory, reset on page refresh.\nlocal: window.localStorage, data is kept after the browser quit.\nsession: window.sessionStorage, data is cleared once the browser quit.",
|
|
16314
|
+
"required": false,
|
|
16315
|
+
"defaultValue": {
|
|
16316
|
+
"value": "'local'",
|
|
16317
|
+
"computed": false
|
|
16318
|
+
},
|
|
16319
|
+
"type": {
|
|
16320
|
+
"name": "enum",
|
|
16321
|
+
"value": [
|
|
16322
|
+
{
|
|
16323
|
+
"value": "'local'",
|
|
16324
|
+
"computed": false
|
|
16325
|
+
},
|
|
16326
|
+
{
|
|
16327
|
+
"value": "'session'",
|
|
16328
|
+
"computed": false
|
|
16329
|
+
},
|
|
16330
|
+
{
|
|
16331
|
+
"value": "'memory'",
|
|
16332
|
+
"computed": false
|
|
16333
|
+
}
|
|
16334
|
+
],
|
|
16335
|
+
"raw": "\"local\" | \"session\" | \"memory\""
|
|
16336
|
+
}
|
|
16337
|
+
},
|
|
14668
16338
|
"className": {
|
|
14669
16339
|
"description": "Often used with CSS to style elements with common properties",
|
|
14670
16340
|
"required": false,
|
|
@@ -15238,6 +16908,66 @@
|
|
|
15238
16908
|
"raw": "(\"label\" | \"description\" | \"error\" | \"input\")[]"
|
|
15239
16909
|
}
|
|
15240
16910
|
},
|
|
16911
|
+
"persistence": {
|
|
16912
|
+
"description": "Used to allow user interactions in this component to be persisted when\nthe component - or the page - is refreshed. If `persisted` is truthy and\nhasn't changed from its previous value, a `value` that the user has\nchanged while using the app will keep that change, as long as\nthe new `value` also matches what was given originally.\nUsed in conjunction with `persistence_type`.",
|
|
16913
|
+
"required": false,
|
|
16914
|
+
"type": {
|
|
16915
|
+
"name": "union",
|
|
16916
|
+
"value": [
|
|
16917
|
+
{
|
|
16918
|
+
"name": "string",
|
|
16919
|
+
"raw": "string"
|
|
16920
|
+
},
|
|
16921
|
+
{
|
|
16922
|
+
"name": "number",
|
|
16923
|
+
"raw": "number"
|
|
16924
|
+
}
|
|
16925
|
+
],
|
|
16926
|
+
"raw": "string | number | boolean"
|
|
16927
|
+
}
|
|
16928
|
+
},
|
|
16929
|
+
"persisted_props": {
|
|
16930
|
+
"description": "Properties whose user interactions will persist after refreshing the\ncomponent or the page. Since only `value` is allowed this prop can\nnormally be ignored.",
|
|
16931
|
+
"required": false,
|
|
16932
|
+
"defaultValue": {
|
|
16933
|
+
"value": "[\"value\"]",
|
|
16934
|
+
"computed": false
|
|
16935
|
+
},
|
|
16936
|
+
"type": {
|
|
16937
|
+
"name": "arrayOf",
|
|
16938
|
+
"value": {
|
|
16939
|
+
"name": "string",
|
|
16940
|
+
"raw": "string"
|
|
16941
|
+
},
|
|
16942
|
+
"raw": "string[]"
|
|
16943
|
+
}
|
|
16944
|
+
},
|
|
16945
|
+
"persistence_type": {
|
|
16946
|
+
"description": "Where persisted user changes will be stored:\nmemory: only kept in memory, reset on page refresh.\nlocal: window.localStorage, data is kept after the browser quit.\nsession: window.sessionStorage, data is cleared once the browser quit.",
|
|
16947
|
+
"required": false,
|
|
16948
|
+
"defaultValue": {
|
|
16949
|
+
"value": "'local'",
|
|
16950
|
+
"computed": false
|
|
16951
|
+
},
|
|
16952
|
+
"type": {
|
|
16953
|
+
"name": "enum",
|
|
16954
|
+
"value": [
|
|
16955
|
+
{
|
|
16956
|
+
"value": "'local'",
|
|
16957
|
+
"computed": false
|
|
16958
|
+
},
|
|
16959
|
+
{
|
|
16960
|
+
"value": "'session'",
|
|
16961
|
+
"computed": false
|
|
16962
|
+
},
|
|
16963
|
+
{
|
|
16964
|
+
"value": "'memory'",
|
|
16965
|
+
"computed": false
|
|
16966
|
+
}
|
|
16967
|
+
],
|
|
16968
|
+
"raw": "\"local\" | \"session\" | \"memory\""
|
|
16969
|
+
}
|
|
16970
|
+
},
|
|
15241
16971
|
"className": {
|
|
15242
16972
|
"description": "Often used with CSS to style elements with common properties",
|
|
15243
16973
|
"required": false,
|
|
@@ -16252,6 +17982,66 @@
|
|
|
16252
17982
|
"raw": "(\"label\" | \"description\" | \"error\" | \"input\")[]"
|
|
16253
17983
|
}
|
|
16254
17984
|
},
|
|
17985
|
+
"persistence": {
|
|
17986
|
+
"description": "Used to allow user interactions in this component to be persisted when\nthe component - or the page - is refreshed. If `persisted` is truthy and\nhasn't changed from its previous value, a `value` that the user has\nchanged while using the app will keep that change, as long as\nthe new `value` also matches what was given originally.\nUsed in conjunction with `persistence_type`.",
|
|
17987
|
+
"required": false,
|
|
17988
|
+
"type": {
|
|
17989
|
+
"name": "union",
|
|
17990
|
+
"value": [
|
|
17991
|
+
{
|
|
17992
|
+
"name": "string",
|
|
17993
|
+
"raw": "string"
|
|
17994
|
+
},
|
|
17995
|
+
{
|
|
17996
|
+
"name": "number",
|
|
17997
|
+
"raw": "number"
|
|
17998
|
+
}
|
|
17999
|
+
],
|
|
18000
|
+
"raw": "string | number | boolean"
|
|
18001
|
+
}
|
|
18002
|
+
},
|
|
18003
|
+
"persisted_props": {
|
|
18004
|
+
"description": "Properties whose user interactions will persist after refreshing the\ncomponent or the page. Since only `value` is allowed this prop can\nnormally be ignored.",
|
|
18005
|
+
"required": false,
|
|
18006
|
+
"defaultValue": {
|
|
18007
|
+
"value": "[\"value\"]",
|
|
18008
|
+
"computed": false
|
|
18009
|
+
},
|
|
18010
|
+
"type": {
|
|
18011
|
+
"name": "arrayOf",
|
|
18012
|
+
"value": {
|
|
18013
|
+
"name": "string",
|
|
18014
|
+
"raw": "string"
|
|
18015
|
+
},
|
|
18016
|
+
"raw": "string[]"
|
|
18017
|
+
}
|
|
18018
|
+
},
|
|
18019
|
+
"persistence_type": {
|
|
18020
|
+
"description": "Where persisted user changes will be stored:\nmemory: only kept in memory, reset on page refresh.\nlocal: window.localStorage, data is kept after the browser quit.\nsession: window.sessionStorage, data is cleared once the browser quit.",
|
|
18021
|
+
"required": false,
|
|
18022
|
+
"defaultValue": {
|
|
18023
|
+
"value": "'local'",
|
|
18024
|
+
"computed": false
|
|
18025
|
+
},
|
|
18026
|
+
"type": {
|
|
18027
|
+
"name": "enum",
|
|
18028
|
+
"value": [
|
|
18029
|
+
{
|
|
18030
|
+
"value": "'local'",
|
|
18031
|
+
"computed": false
|
|
18032
|
+
},
|
|
18033
|
+
{
|
|
18034
|
+
"value": "'session'",
|
|
18035
|
+
"computed": false
|
|
18036
|
+
},
|
|
18037
|
+
{
|
|
18038
|
+
"value": "'memory'",
|
|
18039
|
+
"computed": false
|
|
18040
|
+
}
|
|
18041
|
+
],
|
|
18042
|
+
"raw": "\"local\" | \"session\" | \"memory\""
|
|
18043
|
+
}
|
|
18044
|
+
},
|
|
16255
18045
|
"className": {
|
|
16256
18046
|
"description": "Often used with CSS to style elements with common properties",
|
|
16257
18047
|
"required": false,
|
|
@@ -16751,6 +18541,66 @@
|
|
|
16751
18541
|
"raw": "(\"label\" | \"description\" | \"error\" | \"input\")[]"
|
|
16752
18542
|
}
|
|
16753
18543
|
},
|
|
18544
|
+
"persistence": {
|
|
18545
|
+
"description": "Used to allow user interactions in this component to be persisted when\nthe component - or the page - is refreshed. If `persisted` is truthy and\nhasn't changed from its previous value, a `value` that the user has\nchanged while using the app will keep that change, as long as\nthe new `value` also matches what was given originally.\nUsed in conjunction with `persistence_type`.",
|
|
18546
|
+
"required": false,
|
|
18547
|
+
"type": {
|
|
18548
|
+
"name": "union",
|
|
18549
|
+
"value": [
|
|
18550
|
+
{
|
|
18551
|
+
"name": "string",
|
|
18552
|
+
"raw": "string"
|
|
18553
|
+
},
|
|
18554
|
+
{
|
|
18555
|
+
"name": "number",
|
|
18556
|
+
"raw": "number"
|
|
18557
|
+
}
|
|
18558
|
+
],
|
|
18559
|
+
"raw": "string | number | boolean"
|
|
18560
|
+
}
|
|
18561
|
+
},
|
|
18562
|
+
"persisted_props": {
|
|
18563
|
+
"description": "Properties whose user interactions will persist after refreshing the\ncomponent or the page. Since only `value` is allowed this prop can\nnormally be ignored.",
|
|
18564
|
+
"required": false,
|
|
18565
|
+
"defaultValue": {
|
|
18566
|
+
"value": "[\"value\"]",
|
|
18567
|
+
"computed": false
|
|
18568
|
+
},
|
|
18569
|
+
"type": {
|
|
18570
|
+
"name": "arrayOf",
|
|
18571
|
+
"value": {
|
|
18572
|
+
"name": "string",
|
|
18573
|
+
"raw": "string"
|
|
18574
|
+
},
|
|
18575
|
+
"raw": "string[]"
|
|
18576
|
+
}
|
|
18577
|
+
},
|
|
18578
|
+
"persistence_type": {
|
|
18579
|
+
"description": "Where persisted user changes will be stored:\nmemory: only kept in memory, reset on page refresh.\nlocal: window.localStorage, data is kept after the browser quit.\nsession: window.sessionStorage, data is cleared once the browser quit.",
|
|
18580
|
+
"required": false,
|
|
18581
|
+
"defaultValue": {
|
|
18582
|
+
"value": "'local'",
|
|
18583
|
+
"computed": false
|
|
18584
|
+
},
|
|
18585
|
+
"type": {
|
|
18586
|
+
"name": "enum",
|
|
18587
|
+
"value": [
|
|
18588
|
+
{
|
|
18589
|
+
"value": "'local'",
|
|
18590
|
+
"computed": false
|
|
18591
|
+
},
|
|
18592
|
+
{
|
|
18593
|
+
"value": "'session'",
|
|
18594
|
+
"computed": false
|
|
18595
|
+
},
|
|
18596
|
+
{
|
|
18597
|
+
"value": "'memory'",
|
|
18598
|
+
"computed": false
|
|
18599
|
+
}
|
|
18600
|
+
],
|
|
18601
|
+
"raw": "\"local\" | \"session\" | \"memory\""
|
|
18602
|
+
}
|
|
18603
|
+
},
|
|
16754
18604
|
"className": {
|
|
16755
18605
|
"description": "Often used with CSS to style elements with common properties",
|
|
16756
18606
|
"required": false,
|
|
@@ -19658,7 +21508,7 @@
|
|
|
19658
21508
|
"computed": false
|
|
19659
21509
|
}
|
|
19660
21510
|
],
|
|
19661
|
-
"raw": "
|
|
21511
|
+
"raw": "TargetProps"
|
|
19662
21512
|
}
|
|
19663
21513
|
},
|
|
19664
21514
|
"href": {
|
|
@@ -21498,7 +23348,7 @@
|
|
|
21498
23348
|
},
|
|
21499
23349
|
"persistence": {
|
|
21500
23350
|
"description": "Used to allow user interactions in this component to be persisted when\nthe component - or the page - is refreshed. If `persisted` is truthy and\nhasn't changed from its previous value, a `value` that the user has\nchanged while using the app will keep that change, as long as\nthe new `value` also matches what was given originally.\nUsed in conjunction with `persistence_type`.",
|
|
21501
|
-
"required":
|
|
23351
|
+
"required": false,
|
|
21502
23352
|
"type": {
|
|
21503
23353
|
"name": "union",
|
|
21504
23354
|
"value": [
|
|
@@ -22970,7 +24820,7 @@
|
|
|
22970
24820
|
},
|
|
22971
24821
|
"persistence": {
|
|
22972
24822
|
"description": "Used to allow user interactions in this component to be persisted when\nthe component - or the page - is refreshed. If `persisted` is truthy and\nhasn't changed from its previous value, a `value` that the user has\nchanged while using the app will keep that change, as long as\nthe new `value` also matches what was given originally.\nUsed in conjunction with `persistence_type`.",
|
|
22973
|
-
"required":
|
|
24823
|
+
"required": false,
|
|
22974
24824
|
"type": {
|
|
22975
24825
|
"name": "union",
|
|
22976
24826
|
"value": [
|
|
@@ -28202,7 +30052,7 @@
|
|
|
28202
30052
|
},
|
|
28203
30053
|
"persistence": {
|
|
28204
30054
|
"description": "Used to allow user interactions in this component to be persisted when\nthe component - or the page - is refreshed. If `persisted` is truthy and\nhasn't changed from its previous value, a `value` that the user has\nchanged while using the app will keep that change, as long as\nthe new `value` also matches what was given originally.\nUsed in conjunction with `persistence_type`.",
|
|
28205
|
-
"required":
|
|
30055
|
+
"required": false,
|
|
28206
30056
|
"type": {
|
|
28207
30057
|
"name": "union",
|
|
28208
30058
|
"value": [
|
|
@@ -30191,7 +32041,7 @@
|
|
|
30191
32041
|
},
|
|
30192
32042
|
"persistence": {
|
|
30193
32043
|
"description": "Used to allow user interactions in this component to be persisted when\nthe component - or the page - is refreshed. If `persisted` is truthy and\nhasn't changed from its previous value, a `value` that the user has\nchanged while using the app will keep that change, as long as\nthe new `value` also matches what was given originally.\nUsed in conjunction with `persistence_type`.",
|
|
30194
|
-
"required":
|
|
32044
|
+
"required": false,
|
|
30195
32045
|
"type": {
|
|
30196
32046
|
"name": "union",
|
|
30197
32047
|
"value": [
|
|
@@ -32373,7 +34223,7 @@
|
|
|
32373
34223
|
},
|
|
32374
34224
|
"persistence": {
|
|
32375
34225
|
"description": "Used to allow user interactions in this component to be persisted when\nthe component - or the page - is refreshed. If `persisted` is truthy and\nhasn't changed from its previous value, a `value` that the user has\nchanged while using the app will keep that change, as long as\nthe new `value` also matches what was given originally.\nUsed in conjunction with `persistence_type`.",
|
|
32376
|
-
"required":
|
|
34226
|
+
"required": false,
|
|
32377
34227
|
"type": {
|
|
32378
34228
|
"name": "union",
|
|
32379
34229
|
"value": [
|
|
@@ -34760,7 +36610,7 @@
|
|
|
34760
36610
|
},
|
|
34761
36611
|
"persistence": {
|
|
34762
36612
|
"description": "Used to allow user interactions in this component to be persisted when\nthe component - or the page - is refreshed. If `persisted` is truthy and\nhasn't changed from its previous value, a `value` that the user has\nchanged while using the app will keep that change, as long as\nthe new `value` also matches what was given originally.\nUsed in conjunction with `persistence_type`.",
|
|
34763
|
-
"required":
|
|
36613
|
+
"required": false,
|
|
34764
36614
|
"type": {
|
|
34765
36615
|
"name": "union",
|
|
34766
36616
|
"value": [
|
|
@@ -35729,7 +37579,7 @@
|
|
|
35729
37579
|
},
|
|
35730
37580
|
"persistence": {
|
|
35731
37581
|
"description": "Used to allow user interactions in this component to be persisted when\nthe component - or the page - is refreshed. If `persisted` is truthy and\nhasn't changed from its previous value, a `value` that the user has\nchanged while using the app will keep that change, as long as\nthe new `value` also matches what was given originally.\nUsed in conjunction with `persistence_type`.",
|
|
35732
|
-
"required":
|
|
37582
|
+
"required": false,
|
|
35733
37583
|
"type": {
|
|
35734
37584
|
"name": "union",
|
|
35735
37585
|
"value": [
|
|
@@ -36688,7 +38538,7 @@
|
|
|
36688
38538
|
},
|
|
36689
38539
|
"persistence": {
|
|
36690
38540
|
"description": "Used to allow user interactions in this component to be persisted when\nthe component - or the page - is refreshed. If `persisted` is truthy and\nhasn't changed from its previous value, a `value` that the user has\nchanged while using the app will keep that change, as long as\nthe new `value` also matches what was given originally.\nUsed in conjunction with `persistence_type`.",
|
|
36691
|
-
"required":
|
|
38541
|
+
"required": false,
|
|
36692
38542
|
"type": {
|
|
36693
38543
|
"name": "union",
|
|
36694
38544
|
"value": [
|
|
@@ -37571,66 +39421,8 @@
|
|
|
37571
39421
|
"description": "Notification line or icon color",
|
|
37572
39422
|
"required": false,
|
|
37573
39423
|
"type": {
|
|
37574
|
-
"name": "
|
|
37575
|
-
"
|
|
37576
|
-
{
|
|
37577
|
-
"value": "'dark'",
|
|
37578
|
-
"computed": false
|
|
37579
|
-
},
|
|
37580
|
-
{
|
|
37581
|
-
"value": "'gray'",
|
|
37582
|
-
"computed": false
|
|
37583
|
-
},
|
|
37584
|
-
{
|
|
37585
|
-
"value": "'red'",
|
|
37586
|
-
"computed": false
|
|
37587
|
-
},
|
|
37588
|
-
{
|
|
37589
|
-
"value": "'pink'",
|
|
37590
|
-
"computed": false
|
|
37591
|
-
},
|
|
37592
|
-
{
|
|
37593
|
-
"value": "'grape'",
|
|
37594
|
-
"computed": false
|
|
37595
|
-
},
|
|
37596
|
-
{
|
|
37597
|
-
"value": "'violet'",
|
|
37598
|
-
"computed": false
|
|
37599
|
-
},
|
|
37600
|
-
{
|
|
37601
|
-
"value": "'indigo'",
|
|
37602
|
-
"computed": false
|
|
37603
|
-
},
|
|
37604
|
-
{
|
|
37605
|
-
"value": "'blue'",
|
|
37606
|
-
"computed": false
|
|
37607
|
-
},
|
|
37608
|
-
{
|
|
37609
|
-
"value": "'cyan'",
|
|
37610
|
-
"computed": false
|
|
37611
|
-
},
|
|
37612
|
-
{
|
|
37613
|
-
"value": "'green'",
|
|
37614
|
-
"computed": false
|
|
37615
|
-
},
|
|
37616
|
-
{
|
|
37617
|
-
"value": "'lime'",
|
|
37618
|
-
"computed": false
|
|
37619
|
-
},
|
|
37620
|
-
{
|
|
37621
|
-
"value": "'yellow'",
|
|
37622
|
-
"computed": false
|
|
37623
|
-
},
|
|
37624
|
-
{
|
|
37625
|
-
"value": "'orange'",
|
|
37626
|
-
"computed": false
|
|
37627
|
-
},
|
|
37628
|
-
{
|
|
37629
|
-
"value": "'teal'",
|
|
37630
|
-
"computed": false
|
|
37631
|
-
}
|
|
37632
|
-
],
|
|
37633
|
-
"raw": "MantineColors"
|
|
39424
|
+
"name": "any",
|
|
39425
|
+
"raw": "DefaultMantineColor"
|
|
37634
39426
|
}
|
|
37635
39427
|
},
|
|
37636
39428
|
"radius": {
|
|
@@ -37746,6 +39538,14 @@
|
|
|
37746
39538
|
],
|
|
37747
39539
|
"raw": "\"show\" | \"update\" | \"hide\""
|
|
37748
39540
|
}
|
|
39541
|
+
},
|
|
39542
|
+
"setProps": {
|
|
39543
|
+
"description": "Update props to trigger callbacks.",
|
|
39544
|
+
"required": true,
|
|
39545
|
+
"type": {
|
|
39546
|
+
"name": "func",
|
|
39547
|
+
"raw": "(props: Record<string, any>) => void"
|
|
39548
|
+
}
|
|
37749
39549
|
}
|
|
37750
39550
|
},
|
|
37751
39551
|
"isContext": false
|
|
@@ -37849,6 +39649,14 @@
|
|
|
37849
39649
|
"name": "node",
|
|
37850
39650
|
"raw": "ReactNode"
|
|
37851
39651
|
}
|
|
39652
|
+
},
|
|
39653
|
+
"setProps": {
|
|
39654
|
+
"description": "Update props to trigger callbacks.",
|
|
39655
|
+
"required": true,
|
|
39656
|
+
"type": {
|
|
39657
|
+
"name": "func",
|
|
39658
|
+
"raw": "(props: Record<string, any>) => void"
|
|
39659
|
+
}
|
|
37852
39660
|
}
|
|
37853
39661
|
},
|
|
37854
39662
|
"isContext": false
|