@komaci/common-shared 242.1.6 → 242.1.7
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.
|
@@ -257,6 +257,7 @@
|
|
|
257
257
|
"blngperf3",
|
|
258
258
|
"briefcase",
|
|
259
259
|
"briefcasetest",
|
|
260
|
+
"broadcast_alert",
|
|
260
261
|
"broadcast_sites",
|
|
261
262
|
"builder_communities_nba",
|
|
262
263
|
"builder_industries_arcgraph",
|
|
@@ -409,6 +410,7 @@
|
|
|
409
410
|
"discoveryframework",
|
|
410
411
|
"dmvr",
|
|
411
412
|
"dxp",
|
|
413
|
+
"dxp_action",
|
|
412
414
|
"dxp_base",
|
|
413
415
|
"dxp_builder",
|
|
414
416
|
"dxp_content_layout",
|
|
@@ -418,6 +420,7 @@
|
|
|
418
420
|
"dxp_form",
|
|
419
421
|
"dxp_layout",
|
|
420
422
|
"dxp_page_layout",
|
|
423
|
+
"dxp_records",
|
|
421
424
|
"dxp_search",
|
|
422
425
|
"dxp_styling",
|
|
423
426
|
"dxp_util",
|
|
@@ -437,6 +440,7 @@
|
|
|
437
440
|
"embeddedService",
|
|
438
441
|
"embedded_service",
|
|
439
442
|
"embedded_service_iframe",
|
|
443
|
+
"enhanced_omni_bot",
|
|
440
444
|
"environmenthub",
|
|
441
445
|
"es_base_components",
|
|
442
446
|
"es_block_builder",
|
|
@@ -561,6 +565,7 @@
|
|
|
561
565
|
"idxr_core",
|
|
562
566
|
"ind_docgen_api",
|
|
563
567
|
"industries_automotive",
|
|
568
|
+
"industries_automotive_omnistudio",
|
|
564
569
|
"industries_cds_common",
|
|
565
570
|
"industries_cib",
|
|
566
571
|
"industries_clm",
|
|
@@ -792,6 +797,7 @@
|
|
|
792
797
|
"runtime_revenue_insights",
|
|
793
798
|
"runtime_revenue_intelligence",
|
|
794
799
|
"runtime_revenue_products",
|
|
800
|
+
"runtime_revenue_rules",
|
|
795
801
|
"runtime_sales_activities",
|
|
796
802
|
"runtime_sales_activities_test",
|
|
797
803
|
"runtime_sales_ade",
|
|
@@ -832,15 +838,19 @@
|
|
|
832
838
|
"runtime_service_omnichannel",
|
|
833
839
|
"runtime_service_predictions",
|
|
834
840
|
"runtime_service_scs",
|
|
841
|
+
"runtime_service_swarming",
|
|
835
842
|
"runtime_service_trials",
|
|
836
843
|
"runtime_service_trials_test",
|
|
837
844
|
"runtime_service_workforce_engagement_config",
|
|
845
|
+
"runtime_ses_base",
|
|
846
|
+
"runtime_ses_ext",
|
|
838
847
|
"runtime_slack_block",
|
|
839
848
|
"runtime_workdotcom_qmgmt",
|
|
840
849
|
"rypple_corp",
|
|
841
850
|
"sales_bots",
|
|
842
851
|
"sales_channel",
|
|
843
852
|
"salesforceKomaci",
|
|
853
|
+
"sass_service_catalog",
|
|
844
854
|
"sbaa",
|
|
845
855
|
"sbaa1",
|
|
846
856
|
"sbaa2",
|
package/build/moduleMetadata.js
CHANGED
package/build/types.d.ts
CHANGED
|
@@ -14,6 +14,7 @@ export declare enum IdKeys {
|
|
|
14
14
|
SLOT_FUNC = "SLOT_FUNC",
|
|
15
15
|
ELEMENT_FUNC = "ELEMENT_FUNC",
|
|
16
16
|
ADG_FUNC = "ADG_FUNC",
|
|
17
|
+
RENDER_FUNC = "RENDER_FUNC",
|
|
17
18
|
SLOT = "SLOT",
|
|
18
19
|
COMPONENT_ID = "COMPONENT_ID",
|
|
19
20
|
UNDEFINED = "UNDEFINED",
|
|
@@ -33,7 +34,8 @@ export declare enum IdKeys {
|
|
|
33
34
|
BATCH_FUNC_NAME = "BATCH_FUNC_NAME",
|
|
34
35
|
REDUCER_FUNC_ID = "REDUCER_FUNC_ID",
|
|
35
36
|
IMG_SRC = "IMG_SRC",
|
|
36
|
-
IMG_FUNC = "IMG_FUNC"
|
|
37
|
+
IMG_FUNC = "IMG_FUNC",
|
|
38
|
+
HOISTED_RENDER_FUNC_ID = "HOISTED_RENDER_FUNC_ID"
|
|
37
39
|
}
|
|
38
40
|
/**
|
|
39
41
|
* @typedef AstContext is an object that holds meta data information about the ast.
|
|
@@ -275,6 +277,7 @@ export declare type ModuleMetadata = {
|
|
|
275
277
|
templateKomaciDocMap: {
|
|
276
278
|
[fName: string]: KomaciDocument;
|
|
277
279
|
};
|
|
280
|
+
hasRenderFunction: boolean;
|
|
278
281
|
};
|
|
279
282
|
export declare type ImportBinding = {
|
|
280
283
|
importPath: string;
|
package/build/types.js
CHANGED
|
@@ -15,6 +15,7 @@ var IdKeys;
|
|
|
15
15
|
IdKeys["SLOT_FUNC"] = "SLOT_FUNC";
|
|
16
16
|
IdKeys["ELEMENT_FUNC"] = "ELEMENT_FUNC";
|
|
17
17
|
IdKeys["ADG_FUNC"] = "ADG_FUNC";
|
|
18
|
+
IdKeys["RENDER_FUNC"] = "RENDER_FUNC";
|
|
18
19
|
IdKeys["SLOT"] = "SLOT";
|
|
19
20
|
IdKeys["COMPONENT_ID"] = "COMPONENT_ID";
|
|
20
21
|
IdKeys["UNDEFINED"] = "UNDEFINED";
|
|
@@ -35,6 +36,7 @@ var IdKeys;
|
|
|
35
36
|
IdKeys["REDUCER_FUNC_ID"] = "REDUCER_FUNC_ID";
|
|
36
37
|
IdKeys["IMG_SRC"] = "IMG_SRC";
|
|
37
38
|
IdKeys["IMG_FUNC"] = "IMG_FUNC";
|
|
39
|
+
IdKeys["HOISTED_RENDER_FUNC_ID"] = "HOISTED_RENDER_FUNC_ID";
|
|
38
40
|
})(IdKeys = exports.IdKeys || (exports.IdKeys = {}));
|
|
39
41
|
/**
|
|
40
42
|
* Possbile types of properties we can encounter in a LWC
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@komaci/common-shared",
|
|
3
|
-
"version": "242.1.
|
|
3
|
+
"version": "242.1.7",
|
|
4
4
|
"description": "Assets that are shared across Komaci commonjs packages",
|
|
5
5
|
"homepage": "https://komaci.dev/",
|
|
6
6
|
"repository": {
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"build/komaci-mapping.json"
|
|
30
30
|
],
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@komaci/types": "242.1.
|
|
32
|
+
"@komaci/types": "242.1.7"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@babel/core": "^7.9.0",
|