@genesislcap/foundation-zero-grid-pro 14.292.0 → 14.293.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.
@@ -825,6 +825,23 @@
825
825
  "module": "src/grid-pro.ts"
826
826
  }
827
827
  },
828
+ {
829
+ "kind": "method",
830
+ "name": "handleBaseDatasourceError",
831
+ "privacy": "private",
832
+ "parameters": [
833
+ {
834
+ "name": "event",
835
+ "type": {
836
+ "text": "BaseDatasourceErrorEvent"
837
+ }
838
+ }
839
+ ],
840
+ "inheritedFrom": {
841
+ "name": "GridPro",
842
+ "module": "src/grid-pro.ts"
843
+ }
844
+ },
828
845
  {
829
846
  "kind": "method",
830
847
  "name": "hideDatasourceError",
@@ -4690,21 +4707,6 @@
4690
4707
  }
4691
4708
  ]
4692
4709
  },
4693
- {
4694
- "kind": "javascript-module",
4695
- "path": "src/themes/index.ts",
4696
- "declarations": [],
4697
- "exports": [
4698
- {
4699
- "kind": "js",
4700
- "name": "*",
4701
- "declaration": {
4702
- "name": "*",
4703
- "package": "./genesis-rapid/ag-theme-genesis-rapid"
4704
- }
4705
- }
4706
- ]
4707
- },
4708
4710
  {
4709
4711
  "kind": "javascript-module",
4710
4712
  "path": "src/style/colors.ts",
@@ -4792,6 +4794,21 @@
4792
4794
  }
4793
4795
  ]
4794
4796
  },
4797
+ {
4798
+ "kind": "javascript-module",
4799
+ "path": "src/themes/index.ts",
4800
+ "declarations": [],
4801
+ "exports": [
4802
+ {
4803
+ "kind": "js",
4804
+ "name": "*",
4805
+ "declaration": {
4806
+ "name": "*",
4807
+ "package": "./genesis-rapid/ag-theme-genesis-rapid"
4808
+ }
4809
+ }
4810
+ ]
4811
+ },
4795
4812
  {
4796
4813
  "kind": "javascript-module",
4797
4814
  "path": "src/themes/genesis-rapid/ag-theme-genesis-rapid-css.ts",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-zero-grid-pro",
3
3
  "description": "Genesis Foundation Zero Grid Pro",
4
- "version": "14.292.0",
4
+ "version": "14.293.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -35,18 +35,18 @@
35
35
  }
36
36
  },
37
37
  "devDependencies": {
38
- "@genesislcap/genx": "14.292.0",
39
- "@genesislcap/rollup-builder": "14.292.0",
40
- "@genesislcap/ts-builder": "14.292.0",
41
- "@genesislcap/uvu-playwright-builder": "14.292.0",
42
- "@genesislcap/vite-builder": "14.292.0",
43
- "@genesislcap/webpack-builder": "14.292.0",
38
+ "@genesislcap/genx": "14.293.0",
39
+ "@genesislcap/rollup-builder": "14.293.0",
40
+ "@genesislcap/ts-builder": "14.293.0",
41
+ "@genesislcap/uvu-playwright-builder": "14.293.0",
42
+ "@genesislcap/vite-builder": "14.293.0",
43
+ "@genesislcap/webpack-builder": "14.293.0",
44
44
  "rimraf": "^5.0.0"
45
45
  },
46
46
  "dependencies": {
47
- "@genesislcap/foundation-ui": "14.292.0",
48
- "@genesislcap/foundation-zero": "14.292.0",
49
- "@genesislcap/grid-pro": "14.292.0",
47
+ "@genesislcap/foundation-ui": "14.293.0",
48
+ "@genesislcap/foundation-zero": "14.293.0",
49
+ "@genesislcap/grid-pro": "14.293.0",
50
50
  "@microsoft/fast-colors": "5.3.1",
51
51
  "@microsoft/fast-components": "2.30.6",
52
52
  "@microsoft/fast-element": "1.14.0",
@@ -67,5 +67,5 @@
67
67
  "access": "public"
68
68
  },
69
69
  "customElements": "dist/custom-elements.json",
70
- "gitHead": "1f6610ae9f53c6ac06b8e2c4921bb6ff7a404902"
70
+ "gitHead": "0e7819599e7be45c7ab25a916124a47278707c12"
71
71
  }