@next-bricks/visual-builder 1.23.0 → 1.24.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bricks.json +6 -6
- package/dist/chunks/859.bc26cb2d.js +3 -0
- package/dist/chunks/859.bc26cb2d.js.map +1 -0
- package/dist/chunks/8850.1d30fe19.js +3 -0
- package/dist/chunks/8850.1d30fe19.js.LICENSE.txt +34 -0
- package/dist/chunks/8850.1d30fe19.js.map +1 -0
- package/dist/chunks/{9515.7f8e4c58.js → 9515.80c4b472.js} +2 -2
- package/dist/chunks/{9515.7f8e4c58.js.map → 9515.80c4b472.js.map} +1 -1
- package/dist/chunks/main.7d000bed.js +2 -0
- package/dist/chunks/{main.464ee67b.js.map → main.7d000bed.js.map} +1 -1
- package/dist/chunks/property-editor.4015f465.js +2 -0
- package/dist/chunks/property-editor.4015f465.js.map +1 -0
- package/dist/index.d2024b46.js +2 -0
- package/dist/{index.7bb34650.js.map → index.d2024b46.js.map} +1 -1
- package/dist/manifest.json +45 -29
- package/dist/types.json +259 -236
- package/dist-types/property-editor/components/common/ColorPickerComponent.d.ts +7 -0
- package/dist-types/property-editor/index.d.ts +28 -10
- package/dist-types/property-editor/utils/colorTransform.d.ts +12 -0
- package/dist-types/property-editor/utils/colorTrasnform.spec.d.ts +1 -0
- package/dist-types/property-editor/utils/formilySchemaFormatter.d.ts +2 -1
- package/package.json +2 -2
- package/dist/chunks/8091.c5adab63.js +0 -3
- package/dist/chunks/8091.c5adab63.js.LICENSE.txt +0 -54
- package/dist/chunks/8091.c5adab63.js.map +0 -1
- package/dist/chunks/9690.49e106bf.js +0 -3
- package/dist/chunks/9690.49e106bf.js.map +0 -1
- package/dist/chunks/main.464ee67b.js +0 -2
- package/dist/chunks/property-editor.19896d87.js +0 -2
- package/dist/chunks/property-editor.19896d87.js.map +0 -1
- package/dist/index.7bb34650.js +0 -2
- /package/dist/chunks/{9690.49e106bf.js.LICENSE.txt → 859.bc26cb2d.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -688,6 +688,11 @@
|
|
|
688
688
|
}
|
|
689
689
|
]
|
|
690
690
|
},
|
|
691
|
+
"visual-builder.pre-generated-table-view": {
|
|
692
|
+
"properties": [],
|
|
693
|
+
"events": [],
|
|
694
|
+
"methods": []
|
|
695
|
+
},
|
|
691
696
|
"visual-builder.pre-generated-container": {
|
|
692
697
|
"properties": [
|
|
693
698
|
{
|
|
@@ -711,11 +716,6 @@
|
|
|
711
716
|
"events": [],
|
|
712
717
|
"methods": []
|
|
713
718
|
},
|
|
714
|
-
"visual-builder.pre-generated-table-view": {
|
|
715
|
-
"properties": [],
|
|
716
|
-
"events": [],
|
|
717
|
-
"methods": []
|
|
718
|
-
},
|
|
719
719
|
"visual-builder.workbench-action-list": {
|
|
720
720
|
"properties": [
|
|
721
721
|
{
|
|
@@ -1423,237 +1423,6 @@
|
|
|
1423
1423
|
}
|
|
1424
1424
|
]
|
|
1425
1425
|
},
|
|
1426
|
-
"visual-builder.property-editor": {
|
|
1427
|
-
"properties": [
|
|
1428
|
-
{
|
|
1429
|
-
"name": "editorName",
|
|
1430
|
-
"annotation": {
|
|
1431
|
-
"type": "keyword",
|
|
1432
|
-
"value": "string"
|
|
1433
|
-
}
|
|
1434
|
-
},
|
|
1435
|
-
{
|
|
1436
|
-
"name": "values",
|
|
1437
|
-
"annotation": {
|
|
1438
|
-
"type": "keyword",
|
|
1439
|
-
"value": "any"
|
|
1440
|
-
}
|
|
1441
|
-
},
|
|
1442
|
-
{
|
|
1443
|
-
"name": "advancedMode",
|
|
1444
|
-
"annotation": {
|
|
1445
|
-
"type": "keyword",
|
|
1446
|
-
"value": "boolean"
|
|
1447
|
-
}
|
|
1448
|
-
},
|
|
1449
|
-
{
|
|
1450
|
-
"name": "dataList",
|
|
1451
|
-
"annotation": {
|
|
1452
|
-
"type": "array",
|
|
1453
|
-
"elementType": {
|
|
1454
|
-
"type": "reference",
|
|
1455
|
-
"typeName": {
|
|
1456
|
-
"type": "identifier",
|
|
1457
|
-
"name": "DataItem"
|
|
1458
|
-
}
|
|
1459
|
-
}
|
|
1460
|
-
}
|
|
1461
|
-
},
|
|
1462
|
-
{
|
|
1463
|
-
"name": "editorPackages",
|
|
1464
|
-
"annotation": {
|
|
1465
|
-
"type": "array",
|
|
1466
|
-
"elementType": {
|
|
1467
|
-
"type": "reference",
|
|
1468
|
-
"typeName": {
|
|
1469
|
-
"type": "identifier",
|
|
1470
|
-
"name": "BrickPackage"
|
|
1471
|
-
}
|
|
1472
|
-
}
|
|
1473
|
-
}
|
|
1474
|
-
}
|
|
1475
|
-
],
|
|
1476
|
-
"events": [
|
|
1477
|
-
{
|
|
1478
|
-
"name": "validate.success",
|
|
1479
|
-
"detail": {
|
|
1480
|
-
"annotation": {
|
|
1481
|
-
"type": "reference",
|
|
1482
|
-
"typeName": {
|
|
1483
|
-
"type": "identifier",
|
|
1484
|
-
"name": "Record"
|
|
1485
|
-
},
|
|
1486
|
-
"typeParameters": {
|
|
1487
|
-
"type": "typeParameterInstantiation",
|
|
1488
|
-
"params": [
|
|
1489
|
-
{
|
|
1490
|
-
"type": "keyword",
|
|
1491
|
-
"value": "string"
|
|
1492
|
-
},
|
|
1493
|
-
{
|
|
1494
|
-
"type": "keyword",
|
|
1495
|
-
"value": "unknown"
|
|
1496
|
-
}
|
|
1497
|
-
]
|
|
1498
|
-
}
|
|
1499
|
-
}
|
|
1500
|
-
}
|
|
1501
|
-
},
|
|
1502
|
-
{
|
|
1503
|
-
"name": "validate.error",
|
|
1504
|
-
"detail": {
|
|
1505
|
-
"annotation": {
|
|
1506
|
-
"type": "array",
|
|
1507
|
-
"elementType": {
|
|
1508
|
-
"type": "keyword",
|
|
1509
|
-
"value": "any"
|
|
1510
|
-
}
|
|
1511
|
-
}
|
|
1512
|
-
}
|
|
1513
|
-
},
|
|
1514
|
-
{
|
|
1515
|
-
"name": "values.change",
|
|
1516
|
-
"detail": {
|
|
1517
|
-
"annotation": {
|
|
1518
|
-
"type": "keyword",
|
|
1519
|
-
"value": "any"
|
|
1520
|
-
}
|
|
1521
|
-
}
|
|
1522
|
-
}
|
|
1523
|
-
],
|
|
1524
|
-
"methods": [
|
|
1525
|
-
{
|
|
1526
|
-
"name": "validate",
|
|
1527
|
-
"params": [],
|
|
1528
|
-
"returns": {}
|
|
1529
|
-
}
|
|
1530
|
-
],
|
|
1531
|
-
"types": [
|
|
1532
|
-
{
|
|
1533
|
-
"type": "interface",
|
|
1534
|
-
"name": "DataItem",
|
|
1535
|
-
"body": [
|
|
1536
|
-
{
|
|
1537
|
-
"type": "propertySignature",
|
|
1538
|
-
"key": {
|
|
1539
|
-
"type": "identifier",
|
|
1540
|
-
"name": "name"
|
|
1541
|
-
},
|
|
1542
|
-
"annotation": {
|
|
1543
|
-
"type": "keyword",
|
|
1544
|
-
"value": "string"
|
|
1545
|
-
},
|
|
1546
|
-
"computed": false
|
|
1547
|
-
},
|
|
1548
|
-
{
|
|
1549
|
-
"type": "propertySignature",
|
|
1550
|
-
"key": {
|
|
1551
|
-
"type": "identifier",
|
|
1552
|
-
"name": "value"
|
|
1553
|
-
},
|
|
1554
|
-
"annotation": {
|
|
1555
|
-
"type": "keyword",
|
|
1556
|
-
"value": "string"
|
|
1557
|
-
},
|
|
1558
|
-
"computed": false
|
|
1559
|
-
},
|
|
1560
|
-
{
|
|
1561
|
-
"type": "propertySignature",
|
|
1562
|
-
"key": {
|
|
1563
|
-
"type": "identifier",
|
|
1564
|
-
"name": "definition"
|
|
1565
|
-
},
|
|
1566
|
-
"annotation": {
|
|
1567
|
-
"type": "array",
|
|
1568
|
-
"elementType": {
|
|
1569
|
-
"type": "reference",
|
|
1570
|
-
"typeName": {
|
|
1571
|
-
"type": "identifier",
|
|
1572
|
-
"name": "DefinitionItem"
|
|
1573
|
-
}
|
|
1574
|
-
}
|
|
1575
|
-
},
|
|
1576
|
-
"computed": false
|
|
1577
|
-
},
|
|
1578
|
-
{
|
|
1579
|
-
"type": "indexSignature",
|
|
1580
|
-
"parameter": {
|
|
1581
|
-
"type": "identifier",
|
|
1582
|
-
"name": "k",
|
|
1583
|
-
"annotation": {
|
|
1584
|
-
"type": "keyword",
|
|
1585
|
-
"value": "string"
|
|
1586
|
-
}
|
|
1587
|
-
},
|
|
1588
|
-
"annotation": {
|
|
1589
|
-
"type": "keyword",
|
|
1590
|
-
"value": "any"
|
|
1591
|
-
}
|
|
1592
|
-
}
|
|
1593
|
-
]
|
|
1594
|
-
},
|
|
1595
|
-
{
|
|
1596
|
-
"type": "interface",
|
|
1597
|
-
"name": "DefinitionItem",
|
|
1598
|
-
"body": [
|
|
1599
|
-
{
|
|
1600
|
-
"type": "propertySignature",
|
|
1601
|
-
"key": {
|
|
1602
|
-
"type": "identifier",
|
|
1603
|
-
"name": "name"
|
|
1604
|
-
},
|
|
1605
|
-
"annotation": {
|
|
1606
|
-
"type": "keyword",
|
|
1607
|
-
"value": "string"
|
|
1608
|
-
},
|
|
1609
|
-
"computed": false
|
|
1610
|
-
},
|
|
1611
|
-
{
|
|
1612
|
-
"type": "propertySignature",
|
|
1613
|
-
"key": {
|
|
1614
|
-
"type": "identifier",
|
|
1615
|
-
"name": "type"
|
|
1616
|
-
},
|
|
1617
|
-
"annotation": {
|
|
1618
|
-
"type": "keyword",
|
|
1619
|
-
"value": "string"
|
|
1620
|
-
},
|
|
1621
|
-
"computed": false
|
|
1622
|
-
},
|
|
1623
|
-
{
|
|
1624
|
-
"type": "propertySignature",
|
|
1625
|
-
"key": {
|
|
1626
|
-
"type": "identifier",
|
|
1627
|
-
"name": "enum"
|
|
1628
|
-
},
|
|
1629
|
-
"annotation": {
|
|
1630
|
-
"type": "keyword",
|
|
1631
|
-
"value": "string"
|
|
1632
|
-
},
|
|
1633
|
-
"computed": false
|
|
1634
|
-
},
|
|
1635
|
-
{
|
|
1636
|
-
"type": "propertySignature",
|
|
1637
|
-
"key": {
|
|
1638
|
-
"type": "identifier",
|
|
1639
|
-
"name": "fileds"
|
|
1640
|
-
},
|
|
1641
|
-
"annotation": {
|
|
1642
|
-
"type": "array",
|
|
1643
|
-
"elementType": {
|
|
1644
|
-
"type": "reference",
|
|
1645
|
-
"typeName": {
|
|
1646
|
-
"type": "identifier",
|
|
1647
|
-
"name": "DefinitionItem"
|
|
1648
|
-
}
|
|
1649
|
-
}
|
|
1650
|
-
},
|
|
1651
|
-
"computed": false
|
|
1652
|
-
}
|
|
1653
|
-
]
|
|
1654
|
-
}
|
|
1655
|
-
]
|
|
1656
|
-
},
|
|
1657
1426
|
"visual-builder.inject-chat-preview-agent": {
|
|
1658
1427
|
"type": "provider",
|
|
1659
1428
|
"params": [],
|
|
@@ -2031,6 +1800,260 @@
|
|
|
2031
1800
|
}
|
|
2032
1801
|
]
|
|
2033
1802
|
},
|
|
1803
|
+
"visual-builder.property-editor": {
|
|
1804
|
+
"properties": [
|
|
1805
|
+
{
|
|
1806
|
+
"name": "editorName",
|
|
1807
|
+
"annotation": {
|
|
1808
|
+
"type": "keyword",
|
|
1809
|
+
"value": "string"
|
|
1810
|
+
}
|
|
1811
|
+
},
|
|
1812
|
+
{
|
|
1813
|
+
"name": "values",
|
|
1814
|
+
"annotation": {
|
|
1815
|
+
"type": "keyword",
|
|
1816
|
+
"value": "any"
|
|
1817
|
+
}
|
|
1818
|
+
},
|
|
1819
|
+
{
|
|
1820
|
+
"name": "advancedMode",
|
|
1821
|
+
"annotation": {
|
|
1822
|
+
"type": "keyword",
|
|
1823
|
+
"value": "boolean"
|
|
1824
|
+
}
|
|
1825
|
+
},
|
|
1826
|
+
{
|
|
1827
|
+
"name": "dataList",
|
|
1828
|
+
"annotation": {
|
|
1829
|
+
"type": "array",
|
|
1830
|
+
"elementType": {
|
|
1831
|
+
"type": "reference",
|
|
1832
|
+
"typeName": {
|
|
1833
|
+
"type": "identifier",
|
|
1834
|
+
"name": "DataItem"
|
|
1835
|
+
}
|
|
1836
|
+
}
|
|
1837
|
+
}
|
|
1838
|
+
},
|
|
1839
|
+
{
|
|
1840
|
+
"name": "editorPackages",
|
|
1841
|
+
"annotation": {
|
|
1842
|
+
"type": "array",
|
|
1843
|
+
"elementType": {
|
|
1844
|
+
"type": "reference",
|
|
1845
|
+
"typeName": {
|
|
1846
|
+
"type": "identifier",
|
|
1847
|
+
"name": "BrickPackage"
|
|
1848
|
+
}
|
|
1849
|
+
}
|
|
1850
|
+
}
|
|
1851
|
+
},
|
|
1852
|
+
{
|
|
1853
|
+
"name": "links",
|
|
1854
|
+
"annotation": {
|
|
1855
|
+
"type": "keyword",
|
|
1856
|
+
"value": "any"
|
|
1857
|
+
}
|
|
1858
|
+
},
|
|
1859
|
+
{
|
|
1860
|
+
"name": "extraLibs",
|
|
1861
|
+
"annotation": {
|
|
1862
|
+
"type": "keyword",
|
|
1863
|
+
"value": "any"
|
|
1864
|
+
}
|
|
1865
|
+
}
|
|
1866
|
+
],
|
|
1867
|
+
"events": [
|
|
1868
|
+
{
|
|
1869
|
+
"name": "validate.success",
|
|
1870
|
+
"detail": {
|
|
1871
|
+
"annotation": {
|
|
1872
|
+
"type": "reference",
|
|
1873
|
+
"typeName": {
|
|
1874
|
+
"type": "identifier",
|
|
1875
|
+
"name": "Record"
|
|
1876
|
+
},
|
|
1877
|
+
"typeParameters": {
|
|
1878
|
+
"type": "typeParameterInstantiation",
|
|
1879
|
+
"params": [
|
|
1880
|
+
{
|
|
1881
|
+
"type": "keyword",
|
|
1882
|
+
"value": "string"
|
|
1883
|
+
},
|
|
1884
|
+
{
|
|
1885
|
+
"type": "keyword",
|
|
1886
|
+
"value": "unknown"
|
|
1887
|
+
}
|
|
1888
|
+
]
|
|
1889
|
+
}
|
|
1890
|
+
}
|
|
1891
|
+
}
|
|
1892
|
+
},
|
|
1893
|
+
{
|
|
1894
|
+
"name": "validate.error",
|
|
1895
|
+
"detail": {
|
|
1896
|
+
"annotation": {
|
|
1897
|
+
"type": "array",
|
|
1898
|
+
"elementType": {
|
|
1899
|
+
"type": "keyword",
|
|
1900
|
+
"value": "any"
|
|
1901
|
+
}
|
|
1902
|
+
}
|
|
1903
|
+
}
|
|
1904
|
+
},
|
|
1905
|
+
{
|
|
1906
|
+
"name": "values.change",
|
|
1907
|
+
"detail": {
|
|
1908
|
+
"annotation": {
|
|
1909
|
+
"type": "keyword",
|
|
1910
|
+
"value": "any"
|
|
1911
|
+
}
|
|
1912
|
+
}
|
|
1913
|
+
},
|
|
1914
|
+
{
|
|
1915
|
+
"name": "token.click",
|
|
1916
|
+
"detail": {
|
|
1917
|
+
"annotation": {
|
|
1918
|
+
"type": "keyword",
|
|
1919
|
+
"value": "string"
|
|
1920
|
+
}
|
|
1921
|
+
}
|
|
1922
|
+
}
|
|
1923
|
+
],
|
|
1924
|
+
"methods": [
|
|
1925
|
+
{
|
|
1926
|
+
"name": "validate",
|
|
1927
|
+
"params": [],
|
|
1928
|
+
"returns": {}
|
|
1929
|
+
}
|
|
1930
|
+
],
|
|
1931
|
+
"types": [
|
|
1932
|
+
{
|
|
1933
|
+
"type": "interface",
|
|
1934
|
+
"name": "DataItem",
|
|
1935
|
+
"body": [
|
|
1936
|
+
{
|
|
1937
|
+
"type": "propertySignature",
|
|
1938
|
+
"key": {
|
|
1939
|
+
"type": "identifier",
|
|
1940
|
+
"name": "name"
|
|
1941
|
+
},
|
|
1942
|
+
"annotation": {
|
|
1943
|
+
"type": "keyword",
|
|
1944
|
+
"value": "string"
|
|
1945
|
+
},
|
|
1946
|
+
"computed": false
|
|
1947
|
+
},
|
|
1948
|
+
{
|
|
1949
|
+
"type": "propertySignature",
|
|
1950
|
+
"key": {
|
|
1951
|
+
"type": "identifier",
|
|
1952
|
+
"name": "value"
|
|
1953
|
+
},
|
|
1954
|
+
"annotation": {
|
|
1955
|
+
"type": "keyword",
|
|
1956
|
+
"value": "string"
|
|
1957
|
+
},
|
|
1958
|
+
"computed": false
|
|
1959
|
+
},
|
|
1960
|
+
{
|
|
1961
|
+
"type": "propertySignature",
|
|
1962
|
+
"key": {
|
|
1963
|
+
"type": "identifier",
|
|
1964
|
+
"name": "definition"
|
|
1965
|
+
},
|
|
1966
|
+
"annotation": {
|
|
1967
|
+
"type": "array",
|
|
1968
|
+
"elementType": {
|
|
1969
|
+
"type": "reference",
|
|
1970
|
+
"typeName": {
|
|
1971
|
+
"type": "identifier",
|
|
1972
|
+
"name": "DefinitionItem"
|
|
1973
|
+
}
|
|
1974
|
+
}
|
|
1975
|
+
},
|
|
1976
|
+
"computed": false
|
|
1977
|
+
},
|
|
1978
|
+
{
|
|
1979
|
+
"type": "indexSignature",
|
|
1980
|
+
"parameter": {
|
|
1981
|
+
"type": "identifier",
|
|
1982
|
+
"name": "k",
|
|
1983
|
+
"annotation": {
|
|
1984
|
+
"type": "keyword",
|
|
1985
|
+
"value": "string"
|
|
1986
|
+
}
|
|
1987
|
+
},
|
|
1988
|
+
"annotation": {
|
|
1989
|
+
"type": "keyword",
|
|
1990
|
+
"value": "any"
|
|
1991
|
+
}
|
|
1992
|
+
}
|
|
1993
|
+
]
|
|
1994
|
+
},
|
|
1995
|
+
{
|
|
1996
|
+
"type": "interface",
|
|
1997
|
+
"name": "DefinitionItem",
|
|
1998
|
+
"body": [
|
|
1999
|
+
{
|
|
2000
|
+
"type": "propertySignature",
|
|
2001
|
+
"key": {
|
|
2002
|
+
"type": "identifier",
|
|
2003
|
+
"name": "name"
|
|
2004
|
+
},
|
|
2005
|
+
"annotation": {
|
|
2006
|
+
"type": "keyword",
|
|
2007
|
+
"value": "string"
|
|
2008
|
+
},
|
|
2009
|
+
"computed": false
|
|
2010
|
+
},
|
|
2011
|
+
{
|
|
2012
|
+
"type": "propertySignature",
|
|
2013
|
+
"key": {
|
|
2014
|
+
"type": "identifier",
|
|
2015
|
+
"name": "type"
|
|
2016
|
+
},
|
|
2017
|
+
"annotation": {
|
|
2018
|
+
"type": "keyword",
|
|
2019
|
+
"value": "string"
|
|
2020
|
+
},
|
|
2021
|
+
"computed": false
|
|
2022
|
+
},
|
|
2023
|
+
{
|
|
2024
|
+
"type": "propertySignature",
|
|
2025
|
+
"key": {
|
|
2026
|
+
"type": "identifier",
|
|
2027
|
+
"name": "enum"
|
|
2028
|
+
},
|
|
2029
|
+
"annotation": {
|
|
2030
|
+
"type": "keyword",
|
|
2031
|
+
"value": "string"
|
|
2032
|
+
},
|
|
2033
|
+
"computed": false
|
|
2034
|
+
},
|
|
2035
|
+
{
|
|
2036
|
+
"type": "propertySignature",
|
|
2037
|
+
"key": {
|
|
2038
|
+
"type": "identifier",
|
|
2039
|
+
"name": "fileds"
|
|
2040
|
+
},
|
|
2041
|
+
"annotation": {
|
|
2042
|
+
"type": "array",
|
|
2043
|
+
"elementType": {
|
|
2044
|
+
"type": "reference",
|
|
2045
|
+
"typeName": {
|
|
2046
|
+
"type": "identifier",
|
|
2047
|
+
"name": "DefinitionItem"
|
|
2048
|
+
}
|
|
2049
|
+
}
|
|
2050
|
+
},
|
|
2051
|
+
"computed": false
|
|
2052
|
+
}
|
|
2053
|
+
]
|
|
2054
|
+
}
|
|
2055
|
+
]
|
|
2056
|
+
},
|
|
2034
2057
|
"visual-builder.workbench-tree": {
|
|
2035
2058
|
"properties": [
|
|
2036
2059
|
{
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { ColorPickerProps } from "antd/lib/color-picker";
|
|
3
|
+
interface ColorPickerComponentProps extends Omit<ColorPickerProps, "onChange"> {
|
|
4
|
+
onChange?: (value: string) => void;
|
|
5
|
+
}
|
|
6
|
+
export declare function ColorPickerComponent(props: ColorPickerComponentProps): React.ReactElement;
|
|
7
|
+
export {};
|