@genesislcap/grid-pro 14.393.3 → 14.393.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.
- package/dist/custom-elements.json +21 -5
- package/dist/dts/datasource/base.types.d.ts +1 -1
- package/dist/dts/datasource/index.d.ts +3 -2
- package/dist/dts/datasource/index.d.ts.map +1 -1
- package/dist/dts/grid-pro-genesis-datasource/index.d.ts +2 -1
- package/dist/dts/grid-pro-genesis-datasource/index.d.ts.map +1 -1
- package/dist/esm/datasource/index.js +3 -2
- package/dist/esm/grid-pro-genesis-datasource/index.js +2 -1
- package/dist/grid-pro.api.json +1079 -76
- package/dist/grid-pro.d.ts +175 -1
- package/docs/api/grid-pro.basedatasourceerrorevent.md +15 -0
- package/docs/api/grid-pro.basedatasourceerroreventdetail.md +16 -0
- package/docs/api/grid-pro.basedatasourceeventnames.md +16 -0
- package/docs/api/grid-pro.datachangedeventdetail.changes.md +16 -0
- package/docs/api/grid-pro.datachangedeventdetail.md +56 -0
- package/docs/api/grid-pro.dataclearedeventdetail.includeschema.md +11 -0
- package/docs/api/grid-pro.dataclearedeventdetail.md +58 -0
- package/docs/api/grid-pro.dataloadedeventdetail.data.md +11 -0
- package/docs/api/grid-pro.dataloadedeventdetail.isinitialload.md +11 -0
- package/docs/api/grid-pro.dataloadedeventdetail.md +75 -0
- package/docs/api/grid-pro.datasourceerroreventdetail.md +73 -0
- package/docs/api/grid-pro.datasourceerroreventdetail.message.md +11 -0
- package/docs/api/grid-pro.datasourceerroreventdetail.type.md +11 -0
- package/docs/api/grid-pro.datasourceevent.md +57 -0
- package/docs/api/grid-pro.datasourceevent.type.md +11 -0
- package/docs/api/grid-pro.datasourceeventdetail.md +15 -0
- package/docs/api/grid-pro.datasourceeventnames.md +34 -0
- package/docs/api/grid-pro.genesisgriddatasourceelement.handleerrors.md +1 -1
- package/docs/api/grid-pro.initializeeventdetail.keepcoldefsonclearrowdata.md +11 -0
- package/docs/api/grid-pro.initializeeventdetail.md +73 -0
- package/docs/api/grid-pro.initializeeventdetail.options.md +15 -0
- package/docs/api/grid-pro.md +165 -0
- package/docs/api/grid-pro.moredataavailableeventdetail.hasmoredata.md +11 -0
- package/docs/api/grid-pro.moredataavailableeventdetail.md +73 -0
- package/docs/api/grid-pro.moredataavailableeventdetail.sourceref.md +11 -0
- package/docs/api/grid-pro.schemaupdatedeventdetail.md +75 -0
- package/docs/api/grid-pro.schemaupdatedeventdetail.metadata.md +11 -0
- package/docs/api/grid-pro.schemaupdatedeventdetail.schema.md +11 -0
- package/docs/api/grid-pro.serversidedatasourceoptions.md +45 -0
- package/docs/api/grid-pro.sizechangedeventdetail.md +73 -0
- package/docs/api/grid-pro.sizechangedeventdetail.oldvalue.md +11 -0
- package/docs/api/grid-pro.sizechangedeventdetail.value.md +11 -0
- package/docs/api-report.md.api.md +149 -1
- package/package.json +13 -13
|
@@ -11169,6 +11169,14 @@
|
|
|
11169
11169
|
"package": "./base.datasource"
|
|
11170
11170
|
}
|
|
11171
11171
|
},
|
|
11172
|
+
{
|
|
11173
|
+
"kind": "js",
|
|
11174
|
+
"name": "*",
|
|
11175
|
+
"declaration": {
|
|
11176
|
+
"name": "*",
|
|
11177
|
+
"package": "./base.types"
|
|
11178
|
+
}
|
|
11179
|
+
},
|
|
11172
11180
|
{
|
|
11173
11181
|
"kind": "js",
|
|
11174
11182
|
"name": "*",
|
|
@@ -11182,7 +11190,7 @@
|
|
|
11182
11190
|
"name": "*",
|
|
11183
11191
|
"declaration": {
|
|
11184
11192
|
"name": "*",
|
|
11185
|
-
"package": "./
|
|
11193
|
+
"package": "./error-handler.dialog"
|
|
11186
11194
|
}
|
|
11187
11195
|
},
|
|
11188
11196
|
{
|
|
@@ -11198,7 +11206,7 @@
|
|
|
11198
11206
|
"name": "*",
|
|
11199
11207
|
"declaration": {
|
|
11200
11208
|
"name": "*",
|
|
11201
|
-
"package": "./
|
|
11209
|
+
"package": "./server-side.datasource"
|
|
11202
11210
|
}
|
|
11203
11211
|
}
|
|
11204
11212
|
]
|
|
@@ -16677,7 +16685,7 @@
|
|
|
16677
16685
|
"name": "*",
|
|
16678
16686
|
"declaration": {
|
|
16679
16687
|
"name": "*",
|
|
16680
|
-
"package": "./
|
|
16688
|
+
"package": "./datasource-events.types"
|
|
16681
16689
|
}
|
|
16682
16690
|
},
|
|
16683
16691
|
{
|
|
@@ -16685,7 +16693,7 @@
|
|
|
16685
16693
|
"name": "*",
|
|
16686
16694
|
"declaration": {
|
|
16687
16695
|
"name": "*",
|
|
16688
|
-
"package": "./grid-pro-genesis-datasource
|
|
16696
|
+
"package": "./grid-pro-genesis-datasource"
|
|
16689
16697
|
}
|
|
16690
16698
|
},
|
|
16691
16699
|
{
|
|
@@ -16693,7 +16701,15 @@
|
|
|
16693
16701
|
"name": "*",
|
|
16694
16702
|
"declaration": {
|
|
16695
16703
|
"name": "*",
|
|
16696
|
-
"package": "./grid-pro-genesis-datasource"
|
|
16704
|
+
"package": "./grid-pro-genesis-datasource.config"
|
|
16705
|
+
}
|
|
16706
|
+
},
|
|
16707
|
+
{
|
|
16708
|
+
"kind": "js",
|
|
16709
|
+
"name": "*",
|
|
16710
|
+
"declaration": {
|
|
16711
|
+
"name": "*",
|
|
16712
|
+
"package": "./grid-pro-genesis-datasource.types"
|
|
16697
16713
|
}
|
|
16698
16714
|
}
|
|
16699
16715
|
]
|
|
@@ -3,7 +3,7 @@ import { PagingMode } from './datasource.types';
|
|
|
3
3
|
/**
|
|
4
4
|
* Type definition for configuration options used for streams.
|
|
5
5
|
* @remarks
|
|
6
|
-
* Used by {@link @genesislcap/grid-pro#
|
|
6
|
+
* Used by {@link @genesislcap/grid-pro#GridProServerSideDatasource} constructor to configure options for the stream.
|
|
7
7
|
* @alpha
|
|
8
8
|
*/
|
|
9
9
|
export type ServerSideDatasourceOptions = {
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * from './base.datasource';
|
|
2
|
+
export * from './base.types';
|
|
2
3
|
export * from './client-side.datasource';
|
|
3
|
-
export * from './server-side.datasource';
|
|
4
|
-
export * from './datasource.types';
|
|
5
4
|
export * from './error-handler.dialog';
|
|
5
|
+
export * from './datasource.types';
|
|
6
|
+
export * from './server-side.datasource';
|
|
6
7
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/datasource/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/datasource/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,0BAA0B,CAAC;AACzC,cAAc,wBAAwB,CAAC;AACvC,cAAc,oBAAoB,CAAC;AACnC,cAAc,0BAA0B,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
+
export * from './datasource-events.types';
|
|
2
|
+
export * from './grid-pro-genesis-datasource';
|
|
1
3
|
export * from './grid-pro-genesis-datasource.config';
|
|
2
4
|
export * from './grid-pro-genesis-datasource.types';
|
|
3
|
-
export * from './grid-pro-genesis-datasource';
|
|
4
5
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/grid-pro-genesis-datasource/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/grid-pro-genesis-datasource/index.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAC;AAC1C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,sCAAsC,CAAC;AACrD,cAAc,qCAAqC,CAAC"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export * from './base.datasource';
|
|
2
|
+
export * from './base.types';
|
|
2
3
|
export * from './client-side.datasource';
|
|
3
|
-
export * from './server-side.datasource';
|
|
4
|
-
export * from './datasource.types';
|
|
5
4
|
export * from './error-handler.dialog';
|
|
5
|
+
export * from './datasource.types';
|
|
6
|
+
export * from './server-side.datasource';
|