@genesislcap/foundation-entity-management 14.433.0 → 14.433.1

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 +150 -150
  2. package/package.json +23 -23
@@ -2707,150 +2707,6 @@
2707
2707
  }
2708
2708
  ]
2709
2709
  },
2710
- {
2711
- "kind": "javascript-module",
2712
- "path": "src/main/index.ts",
2713
- "declarations": [],
2714
- "exports": [
2715
- {
2716
- "kind": "js",
2717
- "name": "*",
2718
- "declaration": {
2719
- "name": "*",
2720
- "package": "./main.template"
2721
- }
2722
- },
2723
- {
2724
- "kind": "js",
2725
- "name": "*",
2726
- "declaration": {
2727
- "name": "*",
2728
- "package": "./main"
2729
- }
2730
- }
2731
- ]
2732
- },
2733
- {
2734
- "kind": "javascript-module",
2735
- "path": "src/main/main.styles.ts",
2736
- "declarations": [
2737
- {
2738
- "kind": "variable",
2739
- "name": "MainStyles",
2740
- "default": "css`\n ${mixinRobotoFont()}\n :host {\n contain: content;\n }\n\n :host,\n zero-design-system-provider,\n .dynamic-template,\n foundation-router {\n display: flex;\n width: 100%;\n height: 100%;\n }\n\n fast-progress {\n --accent-foreground-rest: #654df9;\n\n height: calc(var(--design-unit) * 1px);\n margin: 0;\n width: 100%;\n }\n`"
2741
- }
2742
- ],
2743
- "exports": [
2744
- {
2745
- "kind": "js",
2746
- "name": "MainStyles",
2747
- "declaration": {
2748
- "name": "MainStyles",
2749
- "module": "src/main/main.styles.ts"
2750
- }
2751
- }
2752
- ]
2753
- },
2754
- {
2755
- "kind": "javascript-module",
2756
- "path": "src/main/main.template.ts",
2757
- "declarations": [],
2758
- "exports": []
2759
- },
2760
- {
2761
- "kind": "javascript-module",
2762
- "path": "src/main/main.ts",
2763
- "declarations": [
2764
- {
2765
- "kind": "class",
2766
- "description": "",
2767
- "name": "MainApplication",
2768
- "members": [
2769
- {
2770
- "kind": "field",
2771
- "name": "config",
2772
- "type": {
2773
- "text": "MainRouterConfig"
2774
- }
2775
- },
2776
- {
2777
- "kind": "field",
2778
- "name": "connect",
2779
- "type": {
2780
- "text": "Connect"
2781
- }
2782
- },
2783
- {
2784
- "kind": "field",
2785
- "name": "session",
2786
- "type": {
2787
- "text": "Session"
2788
- }
2789
- },
2790
- {
2791
- "kind": "field",
2792
- "name": "container",
2793
- "type": {
2794
- "text": "Container"
2795
- }
2796
- },
2797
- {
2798
- "kind": "field",
2799
- "name": "provider",
2800
- "type": {
2801
- "text": "HTMLElement"
2802
- }
2803
- },
2804
- {
2805
- "kind": "field",
2806
- "name": "ready",
2807
- "type": {
2808
- "text": "boolean"
2809
- },
2810
- "default": "false"
2811
- },
2812
- {
2813
- "kind": "method",
2814
- "name": "onLuminanceToggle"
2815
- },
2816
- {
2817
- "kind": "method",
2818
- "name": "loadRemotes"
2819
- },
2820
- {
2821
- "kind": "method",
2822
- "name": "selectTemplate"
2823
- },
2824
- {
2825
- "kind": "method",
2826
- "name": "registerDIDependencies",
2827
- "privacy": "private"
2828
- }
2829
- ],
2830
- "superclass": {
2831
- "name": "GenesisElement",
2832
- "package": "@genesislcap/web-core"
2833
- }
2834
- }
2835
- ],
2836
- "exports": [
2837
- {
2838
- "kind": "js",
2839
- "name": "MainApplication",
2840
- "declaration": {
2841
- "name": "MainApplication",
2842
- "module": "src/main/main.ts"
2843
- }
2844
- },
2845
- {
2846
- "kind": "custom-element-definition",
2847
- "declaration": {
2848
- "name": "MainApplication",
2849
- "module": "src/main/main.ts"
2850
- }
2851
- }
2852
- ]
2853
- },
2854
2710
  {
2855
2711
  "kind": "javascript-module",
2856
2712
  "path": "src/list/index.ts",
@@ -3626,21 +3482,144 @@
3626
3482
  },
3627
3483
  {
3628
3484
  "kind": "javascript-module",
3629
- "path": "src/routes/config.ts",
3485
+ "path": "src/main/index.ts",
3630
3486
  "declarations": [],
3631
- "exports": []
3487
+ "exports": [
3488
+ {
3489
+ "kind": "js",
3490
+ "name": "*",
3491
+ "declaration": {
3492
+ "name": "*",
3493
+ "package": "./main.template"
3494
+ }
3495
+ },
3496
+ {
3497
+ "kind": "js",
3498
+ "name": "*",
3499
+ "declaration": {
3500
+ "name": "*",
3501
+ "package": "./main"
3502
+ }
3503
+ }
3504
+ ]
3632
3505
  },
3633
3506
  {
3634
3507
  "kind": "javascript-module",
3635
- "path": "src/routes/index.ts",
3508
+ "path": "src/main/main.styles.ts",
3509
+ "declarations": [
3510
+ {
3511
+ "kind": "variable",
3512
+ "name": "MainStyles",
3513
+ "default": "css`\n ${mixinRobotoFont()}\n :host {\n contain: content;\n }\n\n :host,\n zero-design-system-provider,\n .dynamic-template,\n foundation-router {\n display: flex;\n width: 100%;\n height: 100%;\n }\n\n fast-progress {\n --accent-foreground-rest: #654df9;\n\n height: calc(var(--design-unit) * 1px);\n margin: 0;\n width: 100%;\n }\n`"
3514
+ }
3515
+ ],
3516
+ "exports": [
3517
+ {
3518
+ "kind": "js",
3519
+ "name": "MainStyles",
3520
+ "declaration": {
3521
+ "name": "MainStyles",
3522
+ "module": "src/main/main.styles.ts"
3523
+ }
3524
+ }
3525
+ ]
3526
+ },
3527
+ {
3528
+ "kind": "javascript-module",
3529
+ "path": "src/main/main.template.ts",
3636
3530
  "declarations": [],
3531
+ "exports": []
3532
+ },
3533
+ {
3534
+ "kind": "javascript-module",
3535
+ "path": "src/main/main.ts",
3536
+ "declarations": [
3537
+ {
3538
+ "kind": "class",
3539
+ "description": "",
3540
+ "name": "MainApplication",
3541
+ "members": [
3542
+ {
3543
+ "kind": "field",
3544
+ "name": "config",
3545
+ "type": {
3546
+ "text": "MainRouterConfig"
3547
+ }
3548
+ },
3549
+ {
3550
+ "kind": "field",
3551
+ "name": "connect",
3552
+ "type": {
3553
+ "text": "Connect"
3554
+ }
3555
+ },
3556
+ {
3557
+ "kind": "field",
3558
+ "name": "session",
3559
+ "type": {
3560
+ "text": "Session"
3561
+ }
3562
+ },
3563
+ {
3564
+ "kind": "field",
3565
+ "name": "container",
3566
+ "type": {
3567
+ "text": "Container"
3568
+ }
3569
+ },
3570
+ {
3571
+ "kind": "field",
3572
+ "name": "provider",
3573
+ "type": {
3574
+ "text": "HTMLElement"
3575
+ }
3576
+ },
3577
+ {
3578
+ "kind": "field",
3579
+ "name": "ready",
3580
+ "type": {
3581
+ "text": "boolean"
3582
+ },
3583
+ "default": "false"
3584
+ },
3585
+ {
3586
+ "kind": "method",
3587
+ "name": "onLuminanceToggle"
3588
+ },
3589
+ {
3590
+ "kind": "method",
3591
+ "name": "loadRemotes"
3592
+ },
3593
+ {
3594
+ "kind": "method",
3595
+ "name": "selectTemplate"
3596
+ },
3597
+ {
3598
+ "kind": "method",
3599
+ "name": "registerDIDependencies",
3600
+ "privacy": "private"
3601
+ }
3602
+ ],
3603
+ "superclass": {
3604
+ "name": "GenesisElement",
3605
+ "package": "@genesislcap/web-core"
3606
+ }
3607
+ }
3608
+ ],
3637
3609
  "exports": [
3638
3610
  {
3639
3611
  "kind": "js",
3640
- "name": "*",
3612
+ "name": "MainApplication",
3641
3613
  "declaration": {
3642
- "name": "*",
3643
- "package": "./config"
3614
+ "name": "MainApplication",
3615
+ "module": "src/main/main.ts"
3616
+ }
3617
+ },
3618
+ {
3619
+ "kind": "custom-element-definition",
3620
+ "declaration": {
3621
+ "name": "MainApplication",
3622
+ "module": "src/main/main.ts"
3644
3623
  }
3645
3624
  }
3646
3625
  ]
@@ -3694,6 +3673,27 @@
3694
3673
  }
3695
3674
  ]
3696
3675
  },
3676
+ {
3677
+ "kind": "javascript-module",
3678
+ "path": "src/routes/config.ts",
3679
+ "declarations": [],
3680
+ "exports": []
3681
+ },
3682
+ {
3683
+ "kind": "javascript-module",
3684
+ "path": "src/routes/index.ts",
3685
+ "declarations": [],
3686
+ "exports": [
3687
+ {
3688
+ "kind": "js",
3689
+ "name": "*",
3690
+ "declaration": {
3691
+ "name": "*",
3692
+ "package": "./config"
3693
+ }
3694
+ }
3695
+ ]
3696
+ },
3697
3697
  {
3698
3698
  "kind": "javascript-module",
3699
3699
  "path": "src/utils/custom-actions-utils.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.433.0",
4
+ "version": "14.433.1",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -54,32 +54,32 @@
54
54
  }
55
55
  },
56
56
  "devDependencies": {
57
- "@genesislcap/foundation-testing": "14.433.0",
58
- "@genesislcap/genx": "14.433.0",
59
- "@genesislcap/rollup-builder": "14.433.0",
60
- "@genesislcap/ts-builder": "14.433.0",
61
- "@genesislcap/uvu-playwright-builder": "14.433.0",
62
- "@genesislcap/vite-builder": "14.433.0",
63
- "@genesislcap/webpack-builder": "14.433.0"
57
+ "@genesislcap/foundation-testing": "14.433.1",
58
+ "@genesislcap/genx": "14.433.1",
59
+ "@genesislcap/rollup-builder": "14.433.1",
60
+ "@genesislcap/ts-builder": "14.433.1",
61
+ "@genesislcap/uvu-playwright-builder": "14.433.1",
62
+ "@genesislcap/vite-builder": "14.433.1",
63
+ "@genesislcap/webpack-builder": "14.433.1"
64
64
  },
65
65
  "peerDependencies": {
66
66
  "@ag-grid-community/core": "29.2.0"
67
67
  },
68
68
  "dependencies": {
69
- "@genesislcap/foundation-ai": "14.433.0",
70
- "@genesislcap/foundation-comms": "14.433.0",
71
- "@genesislcap/foundation-errors": "14.433.0",
72
- "@genesislcap/foundation-events": "14.433.0",
73
- "@genesislcap/foundation-forms": "14.433.0",
74
- "@genesislcap/foundation-logger": "14.433.0",
75
- "@genesislcap/foundation-login": "14.433.0",
76
- "@genesislcap/foundation-notifications": "14.433.0",
77
- "@genesislcap/foundation-ui": "14.433.0",
78
- "@genesislcap/foundation-utils": "14.433.0",
79
- "@genesislcap/foundation-zero": "14.433.0",
80
- "@genesislcap/foundation-zero-grid-pro": "14.433.0",
81
- "@genesislcap/grid-pro": "14.433.0",
82
- "@genesislcap/web-core": "14.433.0",
69
+ "@genesislcap/foundation-ai": "14.433.1",
70
+ "@genesislcap/foundation-comms": "14.433.1",
71
+ "@genesislcap/foundation-errors": "14.433.1",
72
+ "@genesislcap/foundation-events": "14.433.1",
73
+ "@genesislcap/foundation-forms": "14.433.1",
74
+ "@genesislcap/foundation-logger": "14.433.1",
75
+ "@genesislcap/foundation-login": "14.433.1",
76
+ "@genesislcap/foundation-notifications": "14.433.1",
77
+ "@genesislcap/foundation-ui": "14.433.1",
78
+ "@genesislcap/foundation-utils": "14.433.1",
79
+ "@genesislcap/foundation-zero": "14.433.1",
80
+ "@genesislcap/foundation-zero-grid-pro": "14.433.1",
81
+ "@genesislcap/grid-pro": "14.433.1",
82
+ "@genesislcap/web-core": "14.433.1",
83
83
  "change-case": "^4.1.2"
84
84
  },
85
85
  "repository": {
@@ -102,5 +102,5 @@
102
102
  "require": "./dist/react.cjs"
103
103
  }
104
104
  },
105
- "gitHead": "0ddedcdfa75d7b64b9c7b1397dcfa3008e23cd04"
105
+ "gitHead": "320ccc8baed03cd24394a913aed3ae72e1d24991"
106
106
  }