No description
  • JavaScript 98.7%
  • HTML 0.9%
  • Shell 0.4%
Find a file
Andy Turner 99b9a7ecfc
All checks were successful
git-ci/smartclient-core/pipeline/head This commit looks good
Added SmartReferenceMap type
2026-03-27 09:43:50 +00:00
.jenkins Initial Commit 2025-05-03 17:43:39 +01:00
core Added SmartReferenceMap type 2026-03-27 09:43:50 +00:00
test Move draw() from ComponentUtils to DrawVisitor.jsx 2025-06-05 09:23:28 +01:00
utils Removed visitTo to ComponentUtils 2025-07-12 13:56:09 +01:00
.gitignore Initial Commit 2025-05-03 17:43:39 +01:00
.npmignore Move from SmartClientComponent to ReactComponent are base class 2025-05-28 18:06:20 +01:00
AdvancedCriteria.d.ts Added AdvancedCriteria, Criterion, Criteria 2025-05-30 15:35:16 +01:00
AdvancedCriteria.js Added AdvancedCriteria, Criterion, Criteria 2025-05-30 15:35:16 +01:00
AttributesFrame.d.ts Move from SmartClientComponent to ReactComponent are base class 2025-05-28 18:06:20 +01:00
AttributesFrame.js Move from SmartClientComponent to ReactComponent are base class 2025-05-28 18:06:20 +01:00
Button.d.ts Move from SmartClientComponent to ReactComponent are base class 2025-05-28 18:06:20 +01:00
Button.js Add disabled attribute to Button 2026-01-14 16:17:20 +00:00
Canvas.d.ts Move from SmartClientComponent to ReactComponent are base class 2025-05-28 18:06:20 +01:00
Canvas.js Added functions to Canvas 2025-07-12 14:36:01 +01:00
ContextFrame.d.ts Added refCreated to ContextFrame, SmartClientFrame, SmartClientRootFrame 2025-09-05 09:15:23 +01:00
ContextFrame.js Add setRefs to ContextFrame 2025-07-28 21:08:40 +01:00
Criteria.d.ts Added AdvancedCriteria, Criterion, Criteria 2025-05-30 15:35:16 +01:00
Criteria.js Added AdvancedCriteria, Criterion, Criteria 2025-05-30 15:35:16 +01:00
Criterion.d.ts Added AdvancedCriteria, Criterion, Criteria 2025-05-30 15:35:16 +01:00
Criterion.js Added AdvancedCriteria, Criterion, Criteria 2025-05-30 15:35:16 +01:00
DataSource.d.ts Move from SmartClientComponent to ReactComponent are base class 2025-05-28 18:06:20 +01:00
DataSource.js Support MixedAttribute in ConfigAttributes 2025-05-30 10:38:15 +01:00
DataSourceField.d.ts Move from SmartClientComponent to ReactComponent are base class 2025-05-28 18:06:20 +01:00
DataSourceField.js Support MixedAttribute in ConfigAttributes 2025-05-30 10:38:15 +01:00
DBCField.d.ts Added DBCField, ListGridField, ListGridRecord, Menu, MenuItem, Record 2025-05-30 15:10:30 +01:00
DBCField.js Added DBCField, ListGridField, ListGridRecord, Menu, MenuItem, Record 2025-05-30 15:10:30 +01:00
DrawVisitor.d.ts Added drawTo to DrawVisitor 2025-06-30 14:22:23 +01:00
DrawVisitor.js Added drawTo to DrawVisitor 2025-06-30 14:22:23 +01:00
DynamicForm.d.ts Move from SmartClientComponent to ReactComponent are base class 2025-05-28 18:06:20 +01:00
DynamicForm.js Support MixedAttribute in ConfigAttributes 2025-05-30 10:38:15 +01:00
Field.d.ts Move from SmartClientComponent to ReactComponent are base class 2025-05-28 18:06:20 +01:00
Field.js Support MixedAttribute in ConfigAttributes 2025-05-30 10:38:15 +01:00
Fields.d.ts Move from SmartClientComponent to ReactComponent are base class 2025-05-28 18:06:20 +01:00
Fields.js Move from SmartClientComponent to ReactComponent are base class 2025-05-28 18:06:20 +01:00
FormItem.d.ts Support MixedAttribute in ConfigAttributes 2025-05-30 10:38:15 +01:00
FormItem.js Support MixedAttribute in ConfigAttributes 2025-05-30 10:38:15 +01:00
FormItemIcon.d.ts Move from SmartClientComponent to ReactComponent are base class 2025-05-28 18:06:20 +01:00
FormItemIcon.js Support MixedAttribute in ConfigAttributes 2025-05-30 10:38:15 +01:00
HLayout.d.ts Move from SmartClientComponent to ReactComponent are base class 2025-05-28 18:06:20 +01:00
HLayout.js Moved src to root folder 2025-05-13 19:09:28 +01:00
HTMLFlow.d.ts Move from SmartClientComponent to ReactComponent are base class 2025-05-28 18:06:20 +01:00
HTMLFlow.js Support MixedAttribute in ConfigAttributes 2025-05-30 10:38:15 +01:00
HTMLPane.d.ts Move from SmartClientComponent to ReactComponent are base class 2025-05-28 18:06:20 +01:00
HTMLPane.js Changed deferred render to be called by parent 2025-06-30 17:18:00 +01:00
IconButton.d.ts Added IconButton, IconImgButton, IconMenuButton, RibbonButton 2026-01-16 14:57:48 +00:00
IconButton.js Added IconButton, IconImgButton, IconMenuButton, RibbonButton 2026-01-16 14:57:48 +00:00
IconImgButton.d.ts Added IconButton, IconImgButton, IconMenuButton, RibbonButton 2026-01-16 14:57:48 +00:00
IconImgButton.js Added IconButton, IconImgButton, IconMenuButton, RibbonButton 2026-01-16 14:57:48 +00:00
IconMenuButton.d.ts Added IconButton, IconImgButton, IconMenuButton, RibbonButton 2026-01-16 14:57:48 +00:00
IconMenuButton.js Added IconButton, IconImgButton, IconMenuButton, RibbonButton 2026-01-16 14:57:48 +00:00
Img.d.ts Move from SmartClientComponent to ReactComponent are base class 2025-05-28 18:06:20 +01:00
Img.js Support MixedAttribute in ConfigAttributes 2025-05-30 10:38:15 +01:00
index.d.ts Added IconButton, IconImgButton, IconMenuButton, RibbonButton 2026-01-16 14:57:48 +00:00
index.js Added IconButton, IconImgButton, IconMenuButton, RibbonButton 2026-01-16 14:57:48 +00:00
Jenkinsfile Initial Commit 2025-05-03 17:43:39 +01:00
Label.d.ts Move from SmartClientComponent to ReactComponent are base class 2025-05-28 18:06:20 +01:00
Label.js Support MixedAttribute in ConfigAttributes 2025-05-30 10:38:15 +01:00
Layout.d.ts Move from SmartClientComponent to ReactComponent are base class 2025-05-28 18:06:20 +01:00
Layout.js Support MixedAttribute in ConfigAttributes 2025-05-30 10:38:15 +01:00
LayoutSpacer.d.ts Move from SmartClientComponent to ReactComponent are base class 2025-05-28 18:06:20 +01:00
LayoutSpacer.js Moved src to root folder 2025-05-13 19:09:28 +01:00
ListGrid.d.ts Move from SmartClientComponent to ReactComponent are base class 2025-05-28 18:06:20 +01:00
ListGrid.js Support MixedAttribute in ConfigAttributes 2025-05-30 10:38:15 +01:00
ListGridField.d.ts Added DBCField, ListGridField, ListGridRecord, Menu, MenuItem, Record 2025-05-30 15:10:30 +01:00
ListGridField.js Added DBCField, ListGridField, ListGridRecord, Menu, MenuItem, Record 2025-05-30 15:10:30 +01:00
ListGridRecord.d.ts Added DBCField, ListGridField, ListGridRecord, Menu, MenuItem, Record 2025-05-30 15:10:30 +01:00
ListGridRecord.js Added DBCField, ListGridField, ListGridRecord, Menu, MenuItem, Record 2025-05-30 15:10:30 +01:00
Menu.d.ts Added DBCField, ListGridField, ListGridRecord, Menu, MenuItem, Record 2025-05-30 15:10:30 +01:00
Menu.js Added DBCField, ListGridField, ListGridRecord, Menu, MenuItem, Record 2025-05-30 15:10:30 +01:00
MenuBar.d.ts Added MenuBar 2025-05-30 14:14:56 +01:00
MenuBar.js Added DBCField, ListGridField, ListGridRecord, Menu, MenuItem, Record 2025-05-30 15:10:30 +01:00
MenuItem.d.ts Added DBCField, ListGridField, ListGridRecord, Menu, MenuItem, Record 2025-05-30 15:10:30 +01:00
MenuItem.js Added DBCField, ListGridField, ListGridRecord, Menu, MenuItem, Record 2025-05-30 15:10:30 +01:00
package-lock.json Added SmartReferenceMap type 2026-03-27 09:43:50 +00:00
package.json npm audit fix for react-router 2026-03-05 16:12:28 +00:00
PortalLayout.d.ts Move from SmartClientComponent to ReactComponent are base class 2025-05-28 18:06:20 +01:00
PortalLayout.js Move from SmartClientComponent to ReactComponent are base class 2025-05-28 18:06:20 +01:00
Portlet.d.ts Move from SmartClientComponent to ReactComponent are base class 2025-05-28 18:06:20 +01:00
Portlet.js Support MixedAttribute in ConfigAttributes 2025-05-30 10:38:15 +01:00
Record.d.ts Added DBCField, ListGridField, ListGridRecord, Menu, MenuItem, Record 2025-05-30 15:10:30 +01:00
Record.js Added AdvancedCriteria, Criterion, Criteria 2025-05-30 15:35:16 +01:00
RestDataSource.d.ts Move from SmartClientComponent to ReactComponent are base class 2025-05-28 18:06:20 +01:00
RestDataSource.js Moved src to root folder 2025-05-13 19:09:28 +01:00
RibbonButton.d.ts Added IconButton, IconImgButton, IconMenuButton, RibbonButton 2026-01-16 14:57:48 +00:00
RibbonButton.js Add menu function to RibbonButton 2026-01-16 15:33:51 +00:00
SectionStack.d.ts Move from SmartClientComponent to ReactComponent are base class 2025-05-28 18:06:20 +01:00
SectionStack.js Support MixedAttribute in ConfigAttributes 2025-05-30 10:38:15 +01:00
SectionStackSection.d.ts Move from SmartClientComponent to ReactComponent are base class 2025-05-28 18:06:20 +01:00
SectionStackSection.js Support MixedAttribute in ConfigAttributes 2025-05-30 10:38:15 +01:00
SmartClientFrame.d.ts Added refCreated to ContextFrame, SmartClientFrame, SmartClientRootFrame 2025-09-05 09:15:23 +01:00
SmartClientFrame.js Added before/after callbacks to SmartClientFrame 2025-07-28 12:30:55 +01:00
SmartClientRootFrame.d.ts Added refCreated to ContextFrame, SmartClientFrame, SmartClientRootFrame 2025-09-05 09:15:23 +01:00
SmartClientRootFrame.js Refactor ReactComponent to descend child hierarchy directly rather than to return to react with a notify 2025-06-07 18:30:23 +01:00
StatefulCanvas.d.ts Move from SmartClientComponent to ReactComponent are base class 2025-05-28 18:06:20 +01:00
StatefulCanvas.js Support MixedAttribute in ConfigAttributes 2025-05-30 10:38:15 +01:00
Tab.d.ts Move from SmartClientComponent to ReactComponent are base class 2025-05-28 18:06:20 +01:00
Tab.js Support MixedAttribute in ConfigAttributes 2025-05-30 10:38:15 +01:00
TabSet.d.ts Move from SmartClientComponent to ReactComponent are base class 2025-05-28 18:06:20 +01:00
TabSet.js Re-add dropped attributes during refactor of TabSet 2025-05-30 23:18:53 +01:00
Toolbar.d.ts Added MenuBar 2025-05-30 14:14:56 +01:00
Toolbar.js Added MenuBar 2025-05-30 14:14:56 +01:00
ToolStrip.d.ts Move from SmartClientComponent to ReactComponent are base class 2025-05-28 18:06:20 +01:00
ToolStrip.js Support MixedAttribute in ConfigAttributes 2025-05-30 10:38:15 +01:00
Tree.d.ts Move from SmartClientComponent to ReactComponent are base class 2025-05-28 18:06:20 +01:00
Tree.js Support MixedAttribute in ConfigAttributes 2025-05-30 10:38:15 +01:00
TreeGrid.d.ts Move from SmartClientComponent to ReactComponent are base class 2025-05-28 18:06:20 +01:00
TreeGrid.js Support MixedAttribute in ConfigAttributes 2025-05-30 10:38:15 +01:00
Validator.d.ts Move from SmartClientComponent to ReactComponent are base class 2025-05-28 18:06:20 +01:00
Validator.js Support MixedAttribute in ConfigAttributes 2025-05-30 10:38:15 +01:00
ValueEntry.d.ts Added ContextStore 2025-06-08 04:07:24 +01:00
ValueEntry.js Refactor ReactComponent to descend child hierarchy directly rather than to return to react with a notify 2025-06-07 18:30:23 +01:00
ValuesManager.d.ts Move from SmartClientComponent to ReactComponent are base class 2025-05-28 18:06:20 +01:00
ValuesManager.js Support MixedAttribute in ConfigAttributes 2025-05-30 10:38:15 +01:00
vite.config.js Move from SmartClientComponent to ReactComponent are base class 2025-05-28 18:06:20 +01:00
VLayout.d.ts Move from SmartClientComponent to ReactComponent are base class 2025-05-28 18:06:20 +01:00
VLayout.js Moved src to root folder 2025-05-13 19:09:28 +01:00
Window.d.ts Move from SmartClientComponent to ReactComponent are base class 2025-05-28 18:06:20 +01:00
Window.js Support MixedAttribute in ConfigAttributes 2025-05-30 10:38:15 +01:00