profoundjs 7.20.4 → 7.22.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/auto-testing/static/test-runs/index.html +46 -0
- package/auto-testing/static/test-runs/script.js +477 -0
- package/auto-testing/static/test-runs/style.css +237 -0
- package/htdocs/profoundui/proddata/css/markdown.css +23 -0
- package/htdocs/profoundui/proddata/css/plogic.css +4976 -0
- package/htdocs/profoundui/proddata/css/profoundui.css +3 -2
- package/htdocs/profoundui/proddata/fonts/gudea-v10-latin-700.eot +0 -0
- package/htdocs/profoundui/proddata/fonts/gudea-v10-latin-700.svg +276 -0
- package/htdocs/profoundui/proddata/fonts/gudea-v10-latin-700.ttf +0 -0
- package/htdocs/profoundui/proddata/fonts/gudea-v10-latin-700.woff +0 -0
- package/htdocs/profoundui/proddata/fonts/gudea-v10-latin-700.woff2 +0 -0
- package/htdocs/profoundui/proddata/fonts/gudea-v10-latin-italic.eot +0 -0
- package/htdocs/profoundui/proddata/fonts/gudea-v10-latin-italic.svg +301 -0
- package/htdocs/profoundui/proddata/fonts/gudea-v10-latin-italic.ttf +0 -0
- package/htdocs/profoundui/proddata/fonts/gudea-v10-latin-italic.woff +0 -0
- package/htdocs/profoundui/proddata/fonts/gudea-v10-latin-italic.woff2 +0 -0
- package/htdocs/profoundui/proddata/fonts/gudea-v10-latin-regular.eot +0 -0
- package/htdocs/profoundui/proddata/fonts/gudea-v10-latin-regular.svg +281 -0
- package/htdocs/profoundui/proddata/fonts/gudea-v10-latin-regular.ttf +0 -0
- package/htdocs/profoundui/proddata/fonts/gudea-v10-latin-regular.woff +0 -0
- package/htdocs/profoundui/proddata/fonts/gudea-v10-latin-regular.woff2 +0 -0
- package/htdocs/profoundui/proddata/fonts/material_icons.woff2 +0 -0
- package/htdocs/profoundui/proddata/images/FlatIcons/24x24/capture-changes.png +0 -0
- package/htdocs/profoundui/proddata/js/atrium.js +190 -188
- package/htdocs/profoundui/proddata/js/designer.js +4391 -4366
- package/htdocs/profoundui/proddata/js/genie.js +2558 -2549
- package/htdocs/profoundui/proddata/js/plogic.grids.js +326 -0
- package/htdocs/profoundui/proddata/js/runtime.js +1418 -1414
- package/htdocs/profoundui/proddata/js/signon.js +101 -99
- package/htdocs/profoundui/userdata/html/atrium_login.html +4 -1
- package/package.json +3 -1
- package/profound.jse +1 -1
- package/setup/completeInstall.js +7 -0
- package/setup/modules/puiscreens.json +283 -0
- package/setup/pjsdist.savf +0 -0
package/setup/completeInstall.js
CHANGED
|
@@ -159,6 +159,8 @@ Valid arguments for --silent mode:
|
|
|
159
159
|
let svrname, autostart, ccsid, nodePath, installSamples;
|
|
160
160
|
|
|
161
161
|
// If config.js doesn't exist, or if --configure is passed, prompt and create/update config.js.
|
|
162
|
+
// Else config.js does exist and not --configure and --silent, resolve srvname and autostart from arguments.
|
|
163
|
+
// This allow the config file to already be configured but the ibmi service not yet be installed --> as with Transformation customers
|
|
162
164
|
if (!fileExists(configPath) || args["configure"] === true) {
|
|
163
165
|
const warnings = getWarnings();
|
|
164
166
|
for (const warning of warnings) {
|
|
@@ -314,6 +316,11 @@ Valid arguments for --silent mode:
|
|
|
314
316
|
}
|
|
315
317
|
|
|
316
318
|
installSamples = answers.installSamples == true;
|
|
319
|
+
} else if (IBMi && args.silent === true && args.configure !== true && args.strtcpsvr_svrname) {
|
|
320
|
+
if (validateServer(args.strtcpsvr_svrname) === true) {
|
|
321
|
+
svrname = args.strtcpsvr_svrname;
|
|
322
|
+
autostart = args.strtcpsvr_autostart;
|
|
323
|
+
}
|
|
317
324
|
}
|
|
318
325
|
|
|
319
326
|
// Complete installation.
|
|
@@ -1518,6 +1518,289 @@
|
|
|
1518
1518
|
"container": "5"
|
|
1519
1519
|
}
|
|
1520
1520
|
]
|
|
1521
|
+
},
|
|
1522
|
+
{
|
|
1523
|
+
"screen": {
|
|
1524
|
+
"record format name": "mfascrn"
|
|
1525
|
+
},
|
|
1526
|
+
"items": [
|
|
1527
|
+
{
|
|
1528
|
+
"id": "SignOnPanel",
|
|
1529
|
+
"field type": "layout",
|
|
1530
|
+
"css class": "blueprint-defaults",
|
|
1531
|
+
"left": "480px",
|
|
1532
|
+
"top": "10px",
|
|
1533
|
+
"template": "css panel",
|
|
1534
|
+
"header text": "Script: pui.getLanguageText(\"runtimeText\",\"pjs sign on\")",
|
|
1535
|
+
"header theme": "blueprint-dark-header",
|
|
1536
|
+
"body theme": "blueprint-white-body",
|
|
1537
|
+
"height": "195px",
|
|
1538
|
+
"width": "375px",
|
|
1539
|
+
"css class 2": "blueprint-panel",
|
|
1540
|
+
"has header": "true",
|
|
1541
|
+
"center horizontally": "true",
|
|
1542
|
+
"center vertically": "true"
|
|
1543
|
+
},
|
|
1544
|
+
{
|
|
1545
|
+
"id": "ErrorBox",
|
|
1546
|
+
"field type": "html container",
|
|
1547
|
+
"left": "15px",
|
|
1548
|
+
"top": "105px",
|
|
1549
|
+
"html": {
|
|
1550
|
+
"fieldName": "sserror",
|
|
1551
|
+
"dataLength": "132",
|
|
1552
|
+
"trimLeading": "false",
|
|
1553
|
+
"trimTrailing": "true",
|
|
1554
|
+
"dataType": "char",
|
|
1555
|
+
"formatting": "Text",
|
|
1556
|
+
"textTransform": "none",
|
|
1557
|
+
"designValue": "[SSERROR]"
|
|
1558
|
+
},
|
|
1559
|
+
"white space": "normal",
|
|
1560
|
+
"width": "340px",
|
|
1561
|
+
"height": "45px",
|
|
1562
|
+
"color": "#FF0000",
|
|
1563
|
+
"layout": "SignOnPanel",
|
|
1564
|
+
"container": "1"
|
|
1565
|
+
},
|
|
1566
|
+
{
|
|
1567
|
+
"id": "UserLabel",
|
|
1568
|
+
"field type": "output field",
|
|
1569
|
+
"css class": "label",
|
|
1570
|
+
"value": "Script: pui.getLanguageText(\"runtimeText\",\"token\")",
|
|
1571
|
+
"left": "15px",
|
|
1572
|
+
"top": "5px",
|
|
1573
|
+
"css class 2": "blueprint-defaults",
|
|
1574
|
+
"css class 3": "blueprint-label",
|
|
1575
|
+
"layout": "SignOnPanel",
|
|
1576
|
+
"container": "1"
|
|
1577
|
+
},
|
|
1578
|
+
{
|
|
1579
|
+
"id": "User",
|
|
1580
|
+
"field type": "password field",
|
|
1581
|
+
"css class": "blueprint-defaults",
|
|
1582
|
+
"value": {
|
|
1583
|
+
"fieldName": "sstoken",
|
|
1584
|
+
"dataLength": "25",
|
|
1585
|
+
"trimLeading": "false",
|
|
1586
|
+
"trimTrailing": "true",
|
|
1587
|
+
"blankFill": "false",
|
|
1588
|
+
"rjZeroFill": "false",
|
|
1589
|
+
"dataType": "varchar",
|
|
1590
|
+
"formatting": "Text",
|
|
1591
|
+
"textTransform": "none",
|
|
1592
|
+
"designValue": "[sstoken]"
|
|
1593
|
+
},
|
|
1594
|
+
"left": "15px",
|
|
1595
|
+
"top": "30px",
|
|
1596
|
+
"width": "340px",
|
|
1597
|
+
"height": "25px",
|
|
1598
|
+
"css class 2": "blueprint-textbox",
|
|
1599
|
+
"text transform": "uppercase",
|
|
1600
|
+
"layout": "SignOnPanel",
|
|
1601
|
+
"container": "1"
|
|
1602
|
+
},
|
|
1603
|
+
{
|
|
1604
|
+
"id": "SignOnButton",
|
|
1605
|
+
"field type": "graphic button",
|
|
1606
|
+
"css class": "pui-solid-button-yes",
|
|
1607
|
+
"value": "Script: pui.getLanguageText(\"runtimeText\",\"sign on\")",
|
|
1608
|
+
"left": "15px",
|
|
1609
|
+
"top": "70px",
|
|
1610
|
+
"width": "150px",
|
|
1611
|
+
"css class 2": "blueprint-defaults",
|
|
1612
|
+
"height": "30px",
|
|
1613
|
+
"font size": "16px",
|
|
1614
|
+
"shortcut key": "Enter",
|
|
1615
|
+
"response": {
|
|
1616
|
+
"fieldName": "sssubmit",
|
|
1617
|
+
"customTrue": "",
|
|
1618
|
+
"customFalse": "",
|
|
1619
|
+
"dataType": "indicator",
|
|
1620
|
+
"formatting": "Indicator",
|
|
1621
|
+
"indFormat": "1 / 0"
|
|
1622
|
+
},
|
|
1623
|
+
"background color": "#009900",
|
|
1624
|
+
"layout": "SignOnPanel",
|
|
1625
|
+
"container": "1"
|
|
1626
|
+
},
|
|
1627
|
+
{
|
|
1628
|
+
"id": "btnBack",
|
|
1629
|
+
"field type": "graphic button",
|
|
1630
|
+
"css class": "pui-solid-button-no",
|
|
1631
|
+
"value": "Script: pui.getLanguageText(\"runtimeText\",\"exit\")",
|
|
1632
|
+
"left": "205px",
|
|
1633
|
+
"top": "70px",
|
|
1634
|
+
"width": "150px",
|
|
1635
|
+
"css class 2": "blueprint-defaults",
|
|
1636
|
+
"height": "30px",
|
|
1637
|
+
"font size": "16px",
|
|
1638
|
+
"shortcut key": "F3",
|
|
1639
|
+
"background color": "#b22222",
|
|
1640
|
+
"onclick": "pui.closeSession();",
|
|
1641
|
+
"layout": "SignOnPanel",
|
|
1642
|
+
"container": "1"
|
|
1643
|
+
}
|
|
1644
|
+
]
|
|
1645
|
+
},
|
|
1646
|
+
{
|
|
1647
|
+
"screen": {
|
|
1648
|
+
"record format name": "mfasetup"
|
|
1649
|
+
},
|
|
1650
|
+
"items": [
|
|
1651
|
+
{
|
|
1652
|
+
"id": "SignOnPanel",
|
|
1653
|
+
"field type": "layout",
|
|
1654
|
+
"css class": "blueprint-defaults",
|
|
1655
|
+
"left": "510px",
|
|
1656
|
+
"top": "40px",
|
|
1657
|
+
"template": "css panel",
|
|
1658
|
+
"header text": "Script: pui.getLanguageText(\"runtimeText\",\"pjs sign on\")",
|
|
1659
|
+
"header theme": "blueprint-dark-header",
|
|
1660
|
+
"body theme": "blueprint-white-body",
|
|
1661
|
+
"height": "435px",
|
|
1662
|
+
"width": "375px",
|
|
1663
|
+
"css class 2": "blueprint-panel",
|
|
1664
|
+
"has header": "true",
|
|
1665
|
+
"center horizontally": "true",
|
|
1666
|
+
"center vertically": "true"
|
|
1667
|
+
},
|
|
1668
|
+
{
|
|
1669
|
+
"id": "ErrorBox",
|
|
1670
|
+
"field type": "html container",
|
|
1671
|
+
"left": "15px",
|
|
1672
|
+
"top": "330px",
|
|
1673
|
+
"html": {
|
|
1674
|
+
"fieldName": "sserror",
|
|
1675
|
+
"dataLength": "132",
|
|
1676
|
+
"trimLeading": "false",
|
|
1677
|
+
"trimTrailing": "true",
|
|
1678
|
+
"dataType": "char",
|
|
1679
|
+
"formatting": "Text",
|
|
1680
|
+
"textTransform": "none",
|
|
1681
|
+
"designValue": "[SSERROR]"
|
|
1682
|
+
},
|
|
1683
|
+
"white space": "normal",
|
|
1684
|
+
"width": "340px",
|
|
1685
|
+
"height": "45px",
|
|
1686
|
+
"color": "#FF0000",
|
|
1687
|
+
"layout": "SignOnPanel",
|
|
1688
|
+
"container": "1"
|
|
1689
|
+
},
|
|
1690
|
+
{
|
|
1691
|
+
"id": "UserLabel",
|
|
1692
|
+
"field type": "output field",
|
|
1693
|
+
"css class": "label",
|
|
1694
|
+
"value": "Script: pui.getLanguageText(\"runtimeText\",\"scan qr\")",
|
|
1695
|
+
"left": "15px",
|
|
1696
|
+
"top": "5px",
|
|
1697
|
+
"css class 2": "blueprint-defaults",
|
|
1698
|
+
"css class 3": "blueprint-label",
|
|
1699
|
+
"layout": "SignOnPanel",
|
|
1700
|
+
"container": "1"
|
|
1701
|
+
},
|
|
1702
|
+
{
|
|
1703
|
+
"id": "ConfirmButton",
|
|
1704
|
+
"field type": "graphic button",
|
|
1705
|
+
"css class": "pui-solid-button-yes",
|
|
1706
|
+
"value": "Script: pui.getLanguageText(\"runtimeText\",\"sign on\")",
|
|
1707
|
+
"left": "15px",
|
|
1708
|
+
"top": "295px",
|
|
1709
|
+
"width": "150px",
|
|
1710
|
+
"css class 2": "blueprint-defaults",
|
|
1711
|
+
"height": "30px",
|
|
1712
|
+
"font size": "16px",
|
|
1713
|
+
"shortcut key": "Enter",
|
|
1714
|
+
"response": {
|
|
1715
|
+
"fieldName": "sssubmit",
|
|
1716
|
+
"customTrue": "",
|
|
1717
|
+
"customFalse": "",
|
|
1718
|
+
"dataType": "indicator",
|
|
1719
|
+
"formatting": "Indicator",
|
|
1720
|
+
"indFormat": "1 / 0"
|
|
1721
|
+
},
|
|
1722
|
+
"background color": "#009900",
|
|
1723
|
+
"layout": "SignOnPanel",
|
|
1724
|
+
"container": "1"
|
|
1725
|
+
},
|
|
1726
|
+
{
|
|
1727
|
+
"id": "btnBack",
|
|
1728
|
+
"field type": "graphic button",
|
|
1729
|
+
"css class": "pui-solid-button-no",
|
|
1730
|
+
"value": "Script: pui.getLanguageText(\"runtimeText\",\"exit\")",
|
|
1731
|
+
"left": "205px",
|
|
1732
|
+
"top": "295px",
|
|
1733
|
+
"width": "150px",
|
|
1734
|
+
"css class 2": "blueprint-defaults",
|
|
1735
|
+
"height": "30px",
|
|
1736
|
+
"font size": "16px",
|
|
1737
|
+
"shortcut key": "F3",
|
|
1738
|
+
"background color": "#b22222",
|
|
1739
|
+
"onclick": "pui.closeSession();",
|
|
1740
|
+
"layout": "SignOnPanel",
|
|
1741
|
+
"container": "1"
|
|
1742
|
+
},
|
|
1743
|
+
{
|
|
1744
|
+
"id": "imageUrl",
|
|
1745
|
+
"field type": "image",
|
|
1746
|
+
"value": "value text",
|
|
1747
|
+
"left": "95px",
|
|
1748
|
+
"top": "40px",
|
|
1749
|
+
"image source": {
|
|
1750
|
+
"fieldName": "ssimageUrl",
|
|
1751
|
+
"dataLength": "25",
|
|
1752
|
+
"trimLeading": "false",
|
|
1753
|
+
"trimTrailing": "true",
|
|
1754
|
+
"blankFill": "false",
|
|
1755
|
+
"rjZeroFill": "false",
|
|
1756
|
+
"dataType": "varchar",
|
|
1757
|
+
"formatting": "Text",
|
|
1758
|
+
"textTransform": "none",
|
|
1759
|
+
"designValue": "/profoundui/proddata/images/image.png"
|
|
1760
|
+
},
|
|
1761
|
+
"width": "185px",
|
|
1762
|
+
"height": "185px",
|
|
1763
|
+
"layout": "SignOnPanel",
|
|
1764
|
+
"container": "1"
|
|
1765
|
+
},
|
|
1766
|
+
{
|
|
1767
|
+
"id": "ConfirmToken",
|
|
1768
|
+
"field type": "password field",
|
|
1769
|
+
"css class": "blueprint-defaults",
|
|
1770
|
+
"value": {
|
|
1771
|
+
"fieldName": "ssconfirmtoken",
|
|
1772
|
+
"dataLength": "25",
|
|
1773
|
+
"trimLeading": "false",
|
|
1774
|
+
"trimTrailing": "true",
|
|
1775
|
+
"blankFill": "false",
|
|
1776
|
+
"rjZeroFill": "false",
|
|
1777
|
+
"dataType": "varchar",
|
|
1778
|
+
"formatting": "Text",
|
|
1779
|
+
"textTransform": "none",
|
|
1780
|
+
"designValue": "[ssconfirmtoken]"
|
|
1781
|
+
},
|
|
1782
|
+
"text transform": "uppercase",
|
|
1783
|
+
"left": "15px",
|
|
1784
|
+
"top": "260px",
|
|
1785
|
+
"height": "25px",
|
|
1786
|
+
"width": "340px",
|
|
1787
|
+
"css class 2": "blueprint-textbox",
|
|
1788
|
+
"layout": "SignOnPanel",
|
|
1789
|
+
"container": "1"
|
|
1790
|
+
},
|
|
1791
|
+
{
|
|
1792
|
+
"id": "UserLabel_copy",
|
|
1793
|
+
"field type": "output field",
|
|
1794
|
+
"css class": "label",
|
|
1795
|
+
"value": "Script: pui.getLanguageText(\"runtimeText\",\"confirm token\")",
|
|
1796
|
+
"left": "15px",
|
|
1797
|
+
"top": "235px",
|
|
1798
|
+
"css class 2": "blueprint-defaults",
|
|
1799
|
+
"css class 3": "blueprint-label",
|
|
1800
|
+
"layout": "SignOnPanel",
|
|
1801
|
+
"container": "1"
|
|
1802
|
+
}
|
|
1803
|
+
]
|
|
1521
1804
|
}
|
|
1522
1805
|
],
|
|
1523
1806
|
"keywords": [
|
package/setup/pjsdist.savf
CHANGED
|
Binary file
|