@genesislcap/foundation-entity-management 14.156.2 → 14.157.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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +200 -200
  2. package/package.json +21 -21
@@ -87,6 +87,41 @@
87
87
  }
88
88
  ]
89
89
  },
90
+ {
91
+ "kind": "javascript-module",
92
+ "path": "src/components/components.ts",
93
+ "declarations": [
94
+ {
95
+ "kind": "function",
96
+ "name": "loadRemotes"
97
+ }
98
+ ],
99
+ "exports": [
100
+ {
101
+ "kind": "js",
102
+ "name": "loadRemotes",
103
+ "declaration": {
104
+ "name": "loadRemotes",
105
+ "module": "src/components/components.ts"
106
+ }
107
+ }
108
+ ]
109
+ },
110
+ {
111
+ "kind": "javascript-module",
112
+ "path": "src/components/index.ts",
113
+ "declarations": [],
114
+ "exports": [
115
+ {
116
+ "kind": "js",
117
+ "name": "*",
118
+ "declaration": {
119
+ "name": "*",
120
+ "package": "./components"
121
+ }
122
+ }
123
+ ]
124
+ },
90
125
  {
91
126
  "kind": "javascript-module",
92
127
  "path": "src/entities/entities.styles.ts",
@@ -803,90 +838,6 @@
803
838
  }
804
839
  ]
805
840
  },
806
- {
807
- "kind": "javascript-module",
808
- "path": "src/components/components.ts",
809
- "declarations": [
810
- {
811
- "kind": "function",
812
- "name": "loadRemotes"
813
- }
814
- ],
815
- "exports": [
816
- {
817
- "kind": "js",
818
- "name": "loadRemotes",
819
- "declaration": {
820
- "name": "loadRemotes",
821
- "module": "src/components/components.ts"
822
- }
823
- }
824
- ]
825
- },
826
- {
827
- "kind": "javascript-module",
828
- "path": "src/components/index.ts",
829
- "declarations": [],
830
- "exports": [
831
- {
832
- "kind": "js",
833
- "name": "*",
834
- "declaration": {
835
- "name": "*",
836
- "package": "./components"
837
- }
838
- }
839
- ]
840
- },
841
- {
842
- "kind": "javascript-module",
843
- "path": "src/layouts/default.ts",
844
- "declarations": [
845
- {
846
- "kind": "variable",
847
- "name": "loginLayout",
848
- "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
849
- },
850
- {
851
- "kind": "variable",
852
- "name": "defaultLayout",
853
- "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n css`\n ${baseLayoutCss}\n `,\n)"
854
- }
855
- ],
856
- "exports": [
857
- {
858
- "kind": "js",
859
- "name": "loginLayout",
860
- "declaration": {
861
- "name": "loginLayout",
862
- "module": "src/layouts/default.ts"
863
- }
864
- },
865
- {
866
- "kind": "js",
867
- "name": "defaultLayout",
868
- "declaration": {
869
- "name": "defaultLayout",
870
- "module": "src/layouts/default.ts"
871
- }
872
- }
873
- ]
874
- },
875
- {
876
- "kind": "javascript-module",
877
- "path": "src/layouts/index.ts",
878
- "declarations": [],
879
- "exports": [
880
- {
881
- "kind": "js",
882
- "name": "*",
883
- "declaration": {
884
- "name": "*",
885
- "package": "./default"
886
- }
887
- }
888
- ]
889
- },
890
841
  {
891
842
  "kind": "javascript-module",
892
843
  "path": "src/list/index.ts",
@@ -1307,6 +1258,55 @@
1307
1258
  }
1308
1259
  ]
1309
1260
  },
1261
+ {
1262
+ "kind": "javascript-module",
1263
+ "path": "src/layouts/default.ts",
1264
+ "declarations": [
1265
+ {
1266
+ "kind": "variable",
1267
+ "name": "loginLayout",
1268
+ "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
1269
+ },
1270
+ {
1271
+ "kind": "variable",
1272
+ "name": "defaultLayout",
1273
+ "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n css`\n ${baseLayoutCss}\n `,\n)"
1274
+ }
1275
+ ],
1276
+ "exports": [
1277
+ {
1278
+ "kind": "js",
1279
+ "name": "loginLayout",
1280
+ "declaration": {
1281
+ "name": "loginLayout",
1282
+ "module": "src/layouts/default.ts"
1283
+ }
1284
+ },
1285
+ {
1286
+ "kind": "js",
1287
+ "name": "defaultLayout",
1288
+ "declaration": {
1289
+ "name": "defaultLayout",
1290
+ "module": "src/layouts/default.ts"
1291
+ }
1292
+ }
1293
+ ]
1294
+ },
1295
+ {
1296
+ "kind": "javascript-module",
1297
+ "path": "src/layouts/index.ts",
1298
+ "declarations": [],
1299
+ "exports": [
1300
+ {
1301
+ "kind": "js",
1302
+ "name": "*",
1303
+ "declaration": {
1304
+ "name": "*",
1305
+ "package": "./default"
1306
+ }
1307
+ }
1308
+ ]
1309
+ },
1310
1310
  {
1311
1311
  "kind": "javascript-module",
1312
1312
  "path": "src/main/index.ts",
@@ -2435,122 +2435,6 @@
2435
2435
  }
2436
2436
  ]
2437
2437
  },
2438
- {
2439
- "kind": "javascript-module",
2440
- "path": "src/utils/formatting.ts",
2441
- "declarations": [
2442
- {
2443
- "kind": "function",
2444
- "name": "getErrorFormat",
2445
- "parameters": [
2446
- {
2447
- "name": "err"
2448
- }
2449
- ],
2450
- "description": "Format the error as a string with a different format depending on whether\n`err` has a `FIELD` property or not",
2451
- "privacy": "public"
2452
- }
2453
- ],
2454
- "exports": [
2455
- {
2456
- "kind": "js",
2457
- "name": "getErrorFormat",
2458
- "declaration": {
2459
- "name": "getErrorFormat",
2460
- "module": "src/utils/formatting.ts"
2461
- }
2462
- }
2463
- ]
2464
- },
2465
- {
2466
- "kind": "javascript-module",
2467
- "path": "src/utils/index.ts",
2468
- "declarations": [],
2469
- "exports": [
2470
- {
2471
- "kind": "js",
2472
- "name": "*",
2473
- "declaration": {
2474
- "name": "*",
2475
- "package": "./formatting"
2476
- }
2477
- },
2478
- {
2479
- "kind": "js",
2480
- "name": "*",
2481
- "declaration": {
2482
- "name": "*",
2483
- "package": "./logger"
2484
- }
2485
- },
2486
- {
2487
- "kind": "js",
2488
- "name": "*",
2489
- "declaration": {
2490
- "name": "*",
2491
- "package": "./renderer"
2492
- }
2493
- }
2494
- ]
2495
- },
2496
- {
2497
- "kind": "javascript-module",
2498
- "path": "src/utils/logger.ts",
2499
- "declarations": [
2500
- {
2501
- "kind": "variable",
2502
- "name": "logger",
2503
- "privacy": "public"
2504
- }
2505
- ],
2506
- "exports": [
2507
- {
2508
- "kind": "js",
2509
- "name": "logger",
2510
- "declaration": {
2511
- "name": "logger",
2512
- "module": "src/utils/logger.ts"
2513
- }
2514
- }
2515
- ]
2516
- },
2517
- {
2518
- "kind": "javascript-module",
2519
- "path": "src/utils/renderer.ts",
2520
- "declarations": [
2521
- {
2522
- "kind": "function",
2523
- "name": "buttonCellRenderer",
2524
- "return": {
2525
- "type": {
2526
- "text": "ColDef"
2527
- }
2528
- },
2529
- "parameters": [
2530
- {
2531
- "name": "title"
2532
- },
2533
- {
2534
- "name": "clickHandler"
2535
- },
2536
- {
2537
- "name": "contentTemplate"
2538
- }
2539
- ],
2540
- "privacy": "public"
2541
- }
2542
- ],
2543
- "exports": [
2544
- {
2545
- "kind": "js",
2546
- "name": "buttonCellRenderer",
2547
- "declaration": {
2548
- "name": "buttonCellRenderer",
2549
- "module": "src/utils/renderer.ts"
2550
- }
2551
- }
2552
- ]
2553
- },
2554
2438
  {
2555
2439
  "kind": "javascript-module",
2556
2440
  "path": "src/users/users.template.ts",
@@ -2758,6 +2642,122 @@
2758
2642
  }
2759
2643
  ]
2760
2644
  },
2645
+ {
2646
+ "kind": "javascript-module",
2647
+ "path": "src/utils/formatting.ts",
2648
+ "declarations": [
2649
+ {
2650
+ "kind": "function",
2651
+ "name": "getErrorFormat",
2652
+ "parameters": [
2653
+ {
2654
+ "name": "err"
2655
+ }
2656
+ ],
2657
+ "description": "Format the error as a string with a different format depending on whether\n`err` has a `FIELD` property or not",
2658
+ "privacy": "public"
2659
+ }
2660
+ ],
2661
+ "exports": [
2662
+ {
2663
+ "kind": "js",
2664
+ "name": "getErrorFormat",
2665
+ "declaration": {
2666
+ "name": "getErrorFormat",
2667
+ "module": "src/utils/formatting.ts"
2668
+ }
2669
+ }
2670
+ ]
2671
+ },
2672
+ {
2673
+ "kind": "javascript-module",
2674
+ "path": "src/utils/index.ts",
2675
+ "declarations": [],
2676
+ "exports": [
2677
+ {
2678
+ "kind": "js",
2679
+ "name": "*",
2680
+ "declaration": {
2681
+ "name": "*",
2682
+ "package": "./formatting"
2683
+ }
2684
+ },
2685
+ {
2686
+ "kind": "js",
2687
+ "name": "*",
2688
+ "declaration": {
2689
+ "name": "*",
2690
+ "package": "./logger"
2691
+ }
2692
+ },
2693
+ {
2694
+ "kind": "js",
2695
+ "name": "*",
2696
+ "declaration": {
2697
+ "name": "*",
2698
+ "package": "./renderer"
2699
+ }
2700
+ }
2701
+ ]
2702
+ },
2703
+ {
2704
+ "kind": "javascript-module",
2705
+ "path": "src/utils/logger.ts",
2706
+ "declarations": [
2707
+ {
2708
+ "kind": "variable",
2709
+ "name": "logger",
2710
+ "privacy": "public"
2711
+ }
2712
+ ],
2713
+ "exports": [
2714
+ {
2715
+ "kind": "js",
2716
+ "name": "logger",
2717
+ "declaration": {
2718
+ "name": "logger",
2719
+ "module": "src/utils/logger.ts"
2720
+ }
2721
+ }
2722
+ ]
2723
+ },
2724
+ {
2725
+ "kind": "javascript-module",
2726
+ "path": "src/utils/renderer.ts",
2727
+ "declarations": [
2728
+ {
2729
+ "kind": "function",
2730
+ "name": "buttonCellRenderer",
2731
+ "return": {
2732
+ "type": {
2733
+ "text": "ColDef"
2734
+ }
2735
+ },
2736
+ "parameters": [
2737
+ {
2738
+ "name": "title"
2739
+ },
2740
+ {
2741
+ "name": "clickHandler"
2742
+ },
2743
+ {
2744
+ "name": "contentTemplate"
2745
+ }
2746
+ ],
2747
+ "privacy": "public"
2748
+ }
2749
+ ],
2750
+ "exports": [
2751
+ {
2752
+ "kind": "js",
2753
+ "name": "buttonCellRenderer",
2754
+ "declaration": {
2755
+ "name": "buttonCellRenderer",
2756
+ "module": "src/utils/renderer.ts"
2757
+ }
2758
+ }
2759
+ ]
2760
+ },
2761
2761
  {
2762
2762
  "kind": "javascript-module",
2763
2763
  "path": "src/routes/demo/entity-management.template.ts",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-entity-management",
3
3
  "description": "Genesis Foundation Entity Management",
4
- "version": "14.156.2",
4
+ "version": "14.157.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -43,29 +43,29 @@
43
43
  "test:debug": "genx test --debug"
44
44
  },
45
45
  "devDependencies": {
46
- "@genesislcap/foundation-testing": "14.156.2",
47
- "@genesislcap/genx": "14.156.2",
48
- "@genesislcap/rollup-builder": "14.156.2",
49
- "@genesislcap/ts-builder": "14.156.2",
50
- "@genesislcap/uvu-playwright-builder": "14.156.2",
51
- "@genesislcap/vite-builder": "14.156.2",
52
- "@genesislcap/webpack-builder": "14.156.2",
46
+ "@genesislcap/foundation-testing": "14.157.0",
47
+ "@genesislcap/genx": "14.157.0",
48
+ "@genesislcap/rollup-builder": "14.157.0",
49
+ "@genesislcap/ts-builder": "14.157.0",
50
+ "@genesislcap/uvu-playwright-builder": "14.157.0",
51
+ "@genesislcap/vite-builder": "14.157.0",
52
+ "@genesislcap/webpack-builder": "14.157.0",
53
53
  "rimraf": "^3.0.2"
54
54
  },
55
55
  "dependencies": {
56
56
  "@ag-grid-community/core": "29.2.0",
57
- "@genesislcap/foundation-comms": "14.156.2",
58
- "@genesislcap/foundation-errors": "14.156.2",
59
- "@genesislcap/foundation-events": "14.156.2",
60
- "@genesislcap/foundation-forms": "14.156.2",
61
- "@genesislcap/foundation-logger": "14.156.2",
62
- "@genesislcap/foundation-login": "14.156.2",
63
- "@genesislcap/foundation-notifications": "14.156.2",
64
- "@genesislcap/foundation-ui": "14.156.2",
65
- "@genesislcap/foundation-utils": "14.156.2",
66
- "@genesislcap/foundation-zero": "14.156.2",
67
- "@genesislcap/foundation-zero-grid-pro": "14.156.2",
68
- "@genesislcap/grid-pro": "14.156.2",
57
+ "@genesislcap/foundation-comms": "14.157.0",
58
+ "@genesislcap/foundation-errors": "14.157.0",
59
+ "@genesislcap/foundation-events": "14.157.0",
60
+ "@genesislcap/foundation-forms": "14.157.0",
61
+ "@genesislcap/foundation-logger": "14.157.0",
62
+ "@genesislcap/foundation-login": "14.157.0",
63
+ "@genesislcap/foundation-notifications": "14.157.0",
64
+ "@genesislcap/foundation-ui": "14.157.0",
65
+ "@genesislcap/foundation-utils": "14.157.0",
66
+ "@genesislcap/foundation-zero": "14.157.0",
67
+ "@genesislcap/foundation-zero-grid-pro": "14.157.0",
68
+ "@genesislcap/grid-pro": "14.157.0",
69
69
  "@microsoft/fast-components": "^2.30.6",
70
70
  "@microsoft/fast-element": "^1.12.0",
71
71
  "@microsoft/fast-foundation": "^2.49.4",
@@ -81,5 +81,5 @@
81
81
  "access": "public"
82
82
  },
83
83
  "customElements": "dist/custom-elements.json",
84
- "gitHead": "eeafe9d4d1fb3744050404a21a04120adbef3997"
84
+ "gitHead": "2b6d927af089f81821c0246501c07d5e1d856caa"
85
85
  }