@genesislcap/foundation-entity-management 14.25.1-alpha-8423e9e.0 → 14.26.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.
package/README.md CHANGED
@@ -261,6 +261,9 @@ In contrast to Entity Management, we have a different way of displaying buttons
261
261
  For more information on `persist-column-state-key` see [the section in the Entity Management](#persist-column-state) page.
262
262
  :::
263
263
 
264
- ### License
264
+ ## License
265
265
 
266
266
  Note: this project provides front end dependencies and uses licensed components listed in the next section, thus licenses for those components are required during development. Contact [Genesis Global](https://genesis.global/contact-us/) for more details.
267
+
268
+ ### Licensed components
269
+ Genesis low-code platform
@@ -593,6 +593,55 @@
593
593
  }
594
594
  ]
595
595
  },
596
+ {
597
+ "kind": "javascript-module",
598
+ "path": "src/layouts/default.ts",
599
+ "declarations": [
600
+ {
601
+ "kind": "variable",
602
+ "name": "loginLayout",
603
+ "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss\n)"
604
+ },
605
+ {
606
+ "kind": "variable",
607
+ "name": "defaultLayout",
608
+ "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)"
609
+ }
610
+ ],
611
+ "exports": [
612
+ {
613
+ "kind": "js",
614
+ "name": "loginLayout",
615
+ "declaration": {
616
+ "name": "loginLayout",
617
+ "module": "src/layouts/default.ts"
618
+ }
619
+ },
620
+ {
621
+ "kind": "js",
622
+ "name": "defaultLayout",
623
+ "declaration": {
624
+ "name": "defaultLayout",
625
+ "module": "src/layouts/default.ts"
626
+ }
627
+ }
628
+ ]
629
+ },
630
+ {
631
+ "kind": "javascript-module",
632
+ "path": "src/layouts/index.ts",
633
+ "declarations": [],
634
+ "exports": [
635
+ {
636
+ "kind": "js",
637
+ "name": "*",
638
+ "declaration": {
639
+ "name": "*",
640
+ "package": "./default"
641
+ }
642
+ }
643
+ ]
644
+ },
596
645
  {
597
646
  "kind": "javascript-module",
598
647
  "path": "src/list/index.ts",
@@ -1663,55 +1712,6 @@
1663
1712
  }
1664
1713
  ]
1665
1714
  },
1666
- {
1667
- "kind": "javascript-module",
1668
- "path": "src/layouts/default.ts",
1669
- "declarations": [
1670
- {
1671
- "kind": "variable",
1672
- "name": "loginLayout",
1673
- "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss\n)"
1674
- },
1675
- {
1676
- "kind": "variable",
1677
- "name": "defaultLayout",
1678
- "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)"
1679
- }
1680
- ],
1681
- "exports": [
1682
- {
1683
- "kind": "js",
1684
- "name": "loginLayout",
1685
- "declaration": {
1686
- "name": "loginLayout",
1687
- "module": "src/layouts/default.ts"
1688
- }
1689
- },
1690
- {
1691
- "kind": "js",
1692
- "name": "defaultLayout",
1693
- "declaration": {
1694
- "name": "defaultLayout",
1695
- "module": "src/layouts/default.ts"
1696
- }
1697
- }
1698
- ]
1699
- },
1700
- {
1701
- "kind": "javascript-module",
1702
- "path": "src/layouts/index.ts",
1703
- "declarations": [],
1704
- "exports": [
1705
- {
1706
- "kind": "js",
1707
- "name": "*",
1708
- "declaration": {
1709
- "name": "*",
1710
- "package": "./default"
1711
- }
1712
- }
1713
- ]
1714
- },
1715
1715
  {
1716
1716
  "kind": "javascript-module",
1717
1717
  "path": "src/routes/config.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.25.1-alpha-8423e9e.0",
4
+ "version": "14.26.1",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -38,8 +38,8 @@
38
38
  "test:unit:watch": "watchlist src test -- npm run test:unit"
39
39
  },
40
40
  "devDependencies": {
41
- "@genesislcap/foundation-testing": "14.25.1-alpha-8423e9e.0",
42
- "@genesislcap/genx": "14.25.1-alpha-8423e9e.0",
41
+ "@genesislcap/foundation-testing": "^14.26.1",
42
+ "@genesislcap/genx": "^14.26.1",
43
43
  "@playwright/test": "^1.18.1",
44
44
  "bulma": "^0.9.3",
45
45
  "c8": "^7.11.0",
@@ -55,15 +55,15 @@
55
55
  "watchlist": "^0.3.1"
56
56
  },
57
57
  "dependencies": {
58
- "@genesislcap/foundation-comms": "14.25.1-alpha-8423e9e.0",
59
- "@genesislcap/foundation-errors": "14.25.1-alpha-8423e9e.0",
60
- "@genesislcap/foundation-forms": "14.25.1-alpha-8423e9e.0",
61
- "@genesislcap/foundation-login": "14.25.1-alpha-8423e9e.0",
62
- "@genesislcap/foundation-ui": "14.25.1-alpha-8423e9e.0",
63
- "@genesislcap/foundation-utils": "14.25.1-alpha-8423e9e.0",
64
- "@genesislcap/foundation-zero": "14.25.1-alpha-8423e9e.0",
65
- "@genesislcap/foundation-zero-grid-pro": "14.25.1-alpha-8423e9e.0",
66
- "@genesislcap/grid-pro": "14.25.1-alpha-8423e9e.0",
58
+ "@genesislcap/foundation-comms": "^14.26.1",
59
+ "@genesislcap/foundation-errors": "^14.26.1",
60
+ "@genesislcap/foundation-forms": "^14.26.1",
61
+ "@genesislcap/foundation-login": "^14.26.1",
62
+ "@genesislcap/foundation-ui": "^14.26.1",
63
+ "@genesislcap/foundation-utils": "^14.26.1",
64
+ "@genesislcap/foundation-zero": "^14.26.1",
65
+ "@genesislcap/foundation-zero-grid-pro": "^14.26.1",
66
+ "@genesislcap/grid-pro": "^14.26.1",
67
67
  "@microsoft/fast-components": "^2.21.3",
68
68
  "@microsoft/fast-element": "^1.7.0",
69
69
  "@microsoft/fast-foundation": "^2.33.2",
@@ -88,5 +88,5 @@
88
88
  "access": "public"
89
89
  },
90
90
  "customElements": "dist/custom-elements.json",
91
- "gitHead": "663aa1efefce8595b1938ea4ae7a17fad8df5cfb"
91
+ "gitHead": "d91e3dcee5b9cc7deb70447d90fe581f251a1b22"
92
92
  }