@salesforce/lds-runtime-aura 1.302.0 → 1.304.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.
- package/dist/ldsEngineCreator.js +1676 -500
- package/dist/types/__mocks__/@salesforce/lds-network-fetch-with-jwt.d.ts +1 -0
- package/dist/types/__mocks__/instrumentation:beaconLib.d.ts +7 -0
- package/dist/types/jwt-authorized-fetch-service.d.ts +2 -0
- package/dist/types/language.d.ts +18 -0
- package/dist/types/network-fetch.d.ts +8 -0
- package/dist/types/network-instrumentation.d.ts +2 -0
- package/dist/types/network-sfap.d.ts +1 -1
- package/dist/types/predictive-loading/pages/object-home-page.d.ts +10 -5
- package/dist/types/predictive-loading/pages/record-home-page.d.ts +10 -4
- package/dist/types/predictive-loading/prefetcher/lex-predictive-prefetcher.d.ts +21 -4
- package/dist/types/predictive-loading/prefetcher/predictive-prefetcher.d.ts +1 -15
- package/dist/types/predictive-loading/repository/utils.d.ts +0 -2
- package/dist/types/predictive-loading/request-strategy/get-apex-request-strategy.d.ts +0 -4
- package/dist/types/predictive-loading/request-strategy/get-components-request-strategy.d.ts +4 -7
- package/dist/types/predictive-loading/request-strategy/get-list-info-by-name-request-strategy.d.ts +0 -4
- package/dist/types/predictive-loading/request-strategy/get-list-infos-by-object-name-request-strategy.d.ts +0 -4
- package/dist/types/predictive-loading/request-strategy/get-list-object-info-request-strategy.d.ts +16 -0
- package/dist/types/predictive-loading/request-strategy/get-list-records-by-name-request-strategy.d.ts +0 -4
- package/dist/types/predictive-loading/request-strategy/get-object-info-request-strategy.d.ts +2 -2
- package/dist/types/predictive-loading/request-strategy/get-object-infos-request-strategy.d.ts +2 -4
- package/dist/types/predictive-loading/request-strategy/get-related-list-records-request-strategy.d.ts +2 -2
- package/dist/types/predictive-loading/request-strategy/get-related-lists-actions-request-strategy.d.ts +1 -1
- package/dist/types/predictive-loading/request-strategy/index.d.ts +1 -1
- package/dist/types/predictive-loading/request-strategy/luvio-adapter-request-strategy.d.ts +6 -77
- package/dist/types/predictive-loading/request-strategy/request-strategy.d.ts +65 -4
- package/dist/types/predictive-loading/storage/aura-prefetch-storage.d.ts +2 -1
- package/package.json +33 -24
- package/dist/types/aura-instrumentation/utils/language.d.ts +0 -13
- package/dist/types/predictive-loading/request-strategy/config-based-request-strategy.d.ts +0 -15
- package/dist/types/predictive-loading/request-strategy/luvio-adapter-request.d.ts +0 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-runtime-aura",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.304.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "LDS engine for Aura runtime",
|
|
6
6
|
"main": "dist/ldsEngineCreator.js",
|
|
@@ -34,36 +34,45 @@
|
|
|
34
34
|
"release:corejar": "yarn build && ../core-build/scripts/core.js --name=lds-runtime-aura"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@luvio/
|
|
38
|
-
"@
|
|
39
|
-
"@
|
|
40
|
-
"@
|
|
41
|
-
"@
|
|
42
|
-
"@
|
|
43
|
-
"@
|
|
44
|
-
"@
|
|
45
|
-
"@
|
|
46
|
-
"@
|
|
47
|
-
"@salesforce/lds-adapters-apex": "^1.302.0",
|
|
48
|
-
"@salesforce/lds-adapters-uiapi": "^1.302.0",
|
|
49
|
-
"@salesforce/lds-ads-bridge": "^1.302.0",
|
|
50
|
-
"@salesforce/lds-aura-storage": "^1.302.0",
|
|
51
|
-
"@salesforce/lds-bindings": "^1.302.0",
|
|
52
|
-
"@salesforce/lds-instrumentation": "^1.302.0",
|
|
53
|
-
"@salesforce/lds-network-aura": "^1.302.0",
|
|
54
|
-
"@salesforce/lds-network-fetch-with-jwt": "^1.302.0"
|
|
37
|
+
"@luvio/service-broker": "5.3.1",
|
|
38
|
+
"@salesforce/lds-adapters-apex": "^1.304.0",
|
|
39
|
+
"@salesforce/lds-adapters-uiapi": "^1.304.0",
|
|
40
|
+
"@salesforce/lds-adapters-uiapi-lex": "^1.302.0",
|
|
41
|
+
"@salesforce/lds-ads-bridge": "^1.304.0",
|
|
42
|
+
"@salesforce/lds-aura-storage": "^1.304.0",
|
|
43
|
+
"@salesforce/lds-bindings": "^1.304.0",
|
|
44
|
+
"@salesforce/lds-instrumentation": "^1.304.0",
|
|
45
|
+
"@salesforce/lds-network-aura": "^1.304.0",
|
|
46
|
+
"@salesforce/lds-network-fetch-with-jwt": "^1.304.0"
|
|
55
47
|
},
|
|
56
48
|
"dependencies": {
|
|
57
|
-
"@luvio/
|
|
58
|
-
"@
|
|
49
|
+
"@luvio/command-aura-network": "5.3.1",
|
|
50
|
+
"@luvio/command-fetch-network": "5.3.1",
|
|
51
|
+
"@luvio/command-network": "5.3.1",
|
|
52
|
+
"@luvio/command-sse": "5.3.1",
|
|
53
|
+
"@luvio/command-streaming": "5.3.1",
|
|
54
|
+
"@luvio/network-adapter-composable": "0.156.3",
|
|
55
|
+
"@luvio/network-adapter-fetch": "0.156.3",
|
|
56
|
+
"@luvio/runtime": "5.3.1",
|
|
57
|
+
"@luvio/service-aura-network": "5.3.1",
|
|
58
|
+
"@luvio/service-cache-inclusion-policy": "5.3.1",
|
|
59
|
+
"@luvio/service-cache-policy": "5.3.1",
|
|
60
|
+
"@luvio/service-dedupe": "5.3.1",
|
|
61
|
+
"@luvio/service-fetch-network": "5.3.1",
|
|
62
|
+
"@luvio/service-instrument-command": "5.3.1",
|
|
63
|
+
"@luvio/service-store": "5.3.1",
|
|
64
|
+
"@luvio/service-subscription": "5.3.1",
|
|
65
|
+
"@luvio/service-type-registry": "5.3.1",
|
|
66
|
+
"@luvio/utils": "5.3.1",
|
|
67
|
+
"@salesforce/lds-adapters-uiapi-lex": "^1.304.0"
|
|
59
68
|
},
|
|
60
69
|
"luvioBundlesize": [
|
|
61
70
|
{
|
|
62
71
|
"path": "./dist/ldsEngineCreator.js",
|
|
63
72
|
"maxSize": {
|
|
64
|
-
"none": "
|
|
65
|
-
"min": "
|
|
66
|
-
"compressed": "
|
|
73
|
+
"none": "165 kB",
|
|
74
|
+
"min": "68 kB",
|
|
75
|
+
"compressed": "30 kB"
|
|
67
76
|
}
|
|
68
77
|
}
|
|
69
78
|
],
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
declare const create: {
|
|
2
|
-
(o: object | null): any;
|
|
3
|
-
(o: object | null, properties: PropertyDescriptorMap & ThisType<any>): any;
|
|
4
|
-
}, keys: {
|
|
5
|
-
(o: object): string[];
|
|
6
|
-
(o: {}): string[];
|
|
7
|
-
};
|
|
8
|
-
declare const isArray: (arg: any) => arg is any[];
|
|
9
|
-
declare const stringify: {
|
|
10
|
-
(value: any, replacer?: ((this: any, key: string, value: any) => any) | undefined, space?: string | number | undefined): string;
|
|
11
|
-
(value: any, replacer?: (string | number)[] | null | undefined, space?: string | number | undefined): string;
|
|
12
|
-
};
|
|
13
|
-
export { create as ObjectCreate, keys as ObjectKeys, isArray as ArrayIsArray, stringify as JSONStringify, };
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import type { Adapter, Luvio } from '@luvio/engine';
|
|
2
|
-
import type { LuvioAdapterRequest } from './luvio-adapter-request';
|
|
3
|
-
import { LuvioAdapterRequestStrategy } from './luvio-adapter-request-strategy';
|
|
4
|
-
/**
|
|
5
|
-
* This is a base class for non-luvio request strategies, which needs to be treated as
|
|
6
|
-
* LuvioAdapterRequestStrategy.
|
|
7
|
-
*/
|
|
8
|
-
export declare abstract class ConfigBasedRequestStrategy<AdapterConfig, Request extends LuvioAdapterRequest<AdapterConfig>, Context> extends LuvioAdapterRequestStrategy<AdapterConfig, Request, Context> {
|
|
9
|
-
/**
|
|
10
|
-
* Config based request strategies are not based on Luvio factory, however
|
|
11
|
-
* the lex-predictive*, they all expect a LuvioAdapterRequestStrategy.
|
|
12
|
-
*/
|
|
13
|
-
adapterFactory: (_luvio: Luvio) => Adapter<AdapterConfig, any>;
|
|
14
|
-
abstract executeWithConfig(config: AdapterConfig): any;
|
|
15
|
-
}
|