@solidstarters/solid-core 1.2.3 → 1.2.4

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.
@@ -2539,7 +2539,40 @@
2539
2539
  "enableGlobalSearch": true,
2540
2540
  "create": true,
2541
2541
  "edit": true,
2542
- "delete": true
2542
+ "delete": true,
2543
+ "rowButtons": [
2544
+ {
2545
+ "attrs": {
2546
+ "className": "pi pi-cog",
2547
+ "label": ""
2548
+ },
2549
+ "action": {
2550
+ "title": "",
2551
+ "body": "",
2552
+ "confirmBtnLabel": "Generate Code",
2553
+ "cancelBtnLabel": "Cancel",
2554
+ "customComponent": "core/extension/solid-core/moduleMetadata/list/GenerateModuleCodeRowAction",
2555
+ "customComponentIsSystem": true,
2556
+ "endpoint": ""
2557
+ }
2558
+ }
2559
+ ],
2560
+ "headerButtons": [
2561
+ {
2562
+ "attrs": {
2563
+ "className": "pi pi-cog",
2564
+ "label": ""
2565
+ },
2566
+ "action": {
2567
+ "title": "",
2568
+ "body": "",
2569
+ "confirmBtnLabel": "Generate Code",
2570
+ "cancelBtnLabel": "Cancel",
2571
+ "customComponent": "GenerateModuleCode",
2572
+ "endpoint": ""
2573
+ }
2574
+ }
2575
+ ]
2543
2576
  },
2544
2577
  "children": [
2545
2578
  {
@@ -2698,7 +2731,40 @@
2698
2731
  "enableGlobalSearch": true,
2699
2732
  "create": true,
2700
2733
  "edit": true,
2701
- "delete": true
2734
+ "delete": true,
2735
+ "rowButtons": [
2736
+ {
2737
+ "attrs": {
2738
+ "className": "pi pi-cog",
2739
+ "label": ""
2740
+ },
2741
+ "action": {
2742
+ "title": "",
2743
+ "body": "",
2744
+ "confirmBtnLabel": "Generate Code",
2745
+ "cancelBtnLabel": "Cancel",
2746
+ "customComponent": "core/extension/solid-core/modelMetadata/list/GenerateModelCodeRowAction",
2747
+ "customComponentIsSystem": true,
2748
+ "endpoint": ""
2749
+ }
2750
+ }
2751
+ ],
2752
+ "headerButtons": [
2753
+ {
2754
+ "attrs": {
2755
+ "className": "pi pi-cog",
2756
+ "label": ""
2757
+ },
2758
+ "action": {
2759
+ "title": "",
2760
+ "body": "",
2761
+ "confirmBtnLabel": "Generate Code",
2762
+ "cancelBtnLabel": "Cancel",
2763
+ "customComponent": "GenerateModelCode",
2764
+ "endpoint": ""
2765
+ }
2766
+ }
2767
+ ]
2702
2768
  },
2703
2769
  "children": [
2704
2770
  {