@lark-project/js-sdk 2.0.16-dev.builder.2 → 2.0.16-dev.builder.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/es/index.js +19 -19
- package/dist/lib/index.js +20 -20
- package/dist/types/index.d.ts +59 -54
- package/package.json +1 -1
package/dist/es/index.js
CHANGED
|
@@ -458,7 +458,7 @@ _a26 = IMPL_KEY;
|
|
|
458
458
|
/**
|
|
459
459
|
* @internal
|
|
460
460
|
*/
|
|
461
|
-
BuilderComponent[_a26] = "
|
|
461
|
+
BuilderComponent[_a26] = "liteAppComponent";
|
|
462
462
|
|
|
463
463
|
// src/client.ts
|
|
464
464
|
function getImplClass(decl, impls) {
|
|
@@ -543,7 +543,7 @@ var _SDKClient = class {
|
|
|
543
543
|
* 应用主页组件点位容器特有能力
|
|
544
544
|
* only 2.0
|
|
545
545
|
*/
|
|
546
|
-
get
|
|
546
|
+
get liteAppComponent() {
|
|
547
547
|
return getImplValue(BuilderComponent, this._meegoBizHub);
|
|
548
548
|
}
|
|
549
549
|
/**
|
|
@@ -666,7 +666,7 @@ var SDKClient = _SDKClient;
|
|
|
666
666
|
/**
|
|
667
667
|
* SDK 版本号
|
|
668
668
|
*/
|
|
669
|
-
SDKClient.version = "2.0.16-dev.builder.
|
|
669
|
+
SDKClient.version = "2.0.16-dev.builder.4";
|
|
670
670
|
|
|
671
671
|
// src/types/biz.ts
|
|
672
672
|
var AttributeType = /* @__PURE__ */ ((AttributeType2) => {
|
|
@@ -747,21 +747,21 @@ var CustomComponentType = /* @__PURE__ */ ((CustomComponentType2) => {
|
|
|
747
747
|
CustomComponentType2["Schedule"] = "schedule";
|
|
748
748
|
return CustomComponentType2;
|
|
749
749
|
})(CustomComponentType || {});
|
|
750
|
-
var
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
return
|
|
764
|
-
})(
|
|
750
|
+
var LiteAppPropTemplateType = /* @__PURE__ */ ((LiteAppPropTemplateType2) => {
|
|
751
|
+
LiteAppPropTemplateType2["Text"] = "text";
|
|
752
|
+
LiteAppPropTemplateType2["Number"] = "number";
|
|
753
|
+
LiteAppPropTemplateType2["Select"] = "select";
|
|
754
|
+
LiteAppPropTemplateType2["Boolean"] = "boolean";
|
|
755
|
+
LiteAppPropTemplateType2["MultiSelect"] = "multiSelect";
|
|
756
|
+
LiteAppPropTemplateType2["DatePrecise"] = "dateWithTime";
|
|
757
|
+
LiteAppPropTemplateType2["DateRange"] = "dateRange";
|
|
758
|
+
LiteAppPropTemplateType2["WorkItemInstance"] = "workItemInstance";
|
|
759
|
+
LiteAppPropTemplateType2["WorkItemTypeSelect"] = "workItemTypeSelect";
|
|
760
|
+
LiteAppPropTemplateType2["ViewSelect"] = "viewSelect";
|
|
761
|
+
LiteAppPropTemplateType2["workItemInstanceWithField"] = "workItemInstanceWithField";
|
|
762
|
+
LiteAppPropTemplateType2["workItemTypeWithField"] = "workItemTypeWithField";
|
|
763
|
+
return LiteAppPropTemplateType2;
|
|
764
|
+
})(LiteAppPropTemplateType || {});
|
|
765
765
|
|
|
766
766
|
// src/errors/CustomError.ts
|
|
767
767
|
var CustomError = class extends Error {
|
|
@@ -855,7 +855,6 @@ export {
|
|
|
855
855
|
ActionSheet,
|
|
856
856
|
AttributeType,
|
|
857
857
|
BuilderComponent,
|
|
858
|
-
BuilderPropTemplateType,
|
|
859
858
|
Button,
|
|
860
859
|
ButtonScene,
|
|
861
860
|
Clipboard,
|
|
@@ -875,6 +874,7 @@ export {
|
|
|
875
874
|
InterceptEvent,
|
|
876
875
|
InternalError,
|
|
877
876
|
InvalidParamsError,
|
|
877
|
+
LiteAppPropTemplateType,
|
|
878
878
|
MEEGO_BIZ_HUB,
|
|
879
879
|
Modal,
|
|
880
880
|
Navigation,
|
package/dist/lib/index.js
CHANGED
|
@@ -51,7 +51,6 @@ __export(src_exports, {
|
|
|
51
51
|
ActionSheet: () => ActionSheet,
|
|
52
52
|
AttributeType: () => AttributeType,
|
|
53
53
|
BuilderComponent: () => BuilderComponent,
|
|
54
|
-
BuilderPropTemplateType: () => BuilderPropTemplateType,
|
|
55
54
|
Button: () => Button,
|
|
56
55
|
ButtonScene: () => ButtonScene,
|
|
57
56
|
Clipboard: () => Clipboard,
|
|
@@ -71,6 +70,7 @@ __export(src_exports, {
|
|
|
71
70
|
InterceptEvent: () => InterceptEvent,
|
|
72
71
|
InternalError: () => InternalError,
|
|
73
72
|
InvalidParamsError: () => InvalidParamsError,
|
|
73
|
+
LiteAppPropTemplateType: () => LiteAppPropTemplateType,
|
|
74
74
|
MEEGO_BIZ_HUB: () => MEEGO_BIZ_HUB,
|
|
75
75
|
Modal: () => Modal,
|
|
76
76
|
Navigation: () => Navigation,
|
|
@@ -526,7 +526,7 @@ _a26 = IMPL_KEY;
|
|
|
526
526
|
/**
|
|
527
527
|
* @internal
|
|
528
528
|
*/
|
|
529
|
-
BuilderComponent[_a26] = "
|
|
529
|
+
BuilderComponent[_a26] = "liteAppComponent";
|
|
530
530
|
|
|
531
531
|
// src/client.ts
|
|
532
532
|
function getImplClass(decl, impls) {
|
|
@@ -611,7 +611,7 @@ var _SDKClient = class {
|
|
|
611
611
|
* 应用主页组件点位容器特有能力
|
|
612
612
|
* only 2.0
|
|
613
613
|
*/
|
|
614
|
-
get
|
|
614
|
+
get liteAppComponent() {
|
|
615
615
|
return getImplValue(BuilderComponent, this._meegoBizHub);
|
|
616
616
|
}
|
|
617
617
|
/**
|
|
@@ -734,7 +734,7 @@ var SDKClient = _SDKClient;
|
|
|
734
734
|
/**
|
|
735
735
|
* SDK 版本号
|
|
736
736
|
*/
|
|
737
|
-
SDKClient.version = "2.0.16-dev.builder.
|
|
737
|
+
SDKClient.version = "2.0.16-dev.builder.4";
|
|
738
738
|
|
|
739
739
|
// src/types/biz.ts
|
|
740
740
|
var AttributeType = /* @__PURE__ */ ((AttributeType2) => {
|
|
@@ -815,21 +815,21 @@ var CustomComponentType = /* @__PURE__ */ ((CustomComponentType2) => {
|
|
|
815
815
|
CustomComponentType2["Schedule"] = "schedule";
|
|
816
816
|
return CustomComponentType2;
|
|
817
817
|
})(CustomComponentType || {});
|
|
818
|
-
var
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
return
|
|
832
|
-
})(
|
|
818
|
+
var LiteAppPropTemplateType = /* @__PURE__ */ ((LiteAppPropTemplateType2) => {
|
|
819
|
+
LiteAppPropTemplateType2["Text"] = "text";
|
|
820
|
+
LiteAppPropTemplateType2["Number"] = "number";
|
|
821
|
+
LiteAppPropTemplateType2["Select"] = "select";
|
|
822
|
+
LiteAppPropTemplateType2["Boolean"] = "boolean";
|
|
823
|
+
LiteAppPropTemplateType2["MultiSelect"] = "multiSelect";
|
|
824
|
+
LiteAppPropTemplateType2["DatePrecise"] = "dateWithTime";
|
|
825
|
+
LiteAppPropTemplateType2["DateRange"] = "dateRange";
|
|
826
|
+
LiteAppPropTemplateType2["WorkItemInstance"] = "workItemInstance";
|
|
827
|
+
LiteAppPropTemplateType2["WorkItemTypeSelect"] = "workItemTypeSelect";
|
|
828
|
+
LiteAppPropTemplateType2["ViewSelect"] = "viewSelect";
|
|
829
|
+
LiteAppPropTemplateType2["workItemInstanceWithField"] = "workItemInstanceWithField";
|
|
830
|
+
LiteAppPropTemplateType2["workItemTypeWithField"] = "workItemTypeWithField";
|
|
831
|
+
return LiteAppPropTemplateType2;
|
|
832
|
+
})(LiteAppPropTemplateType || {});
|
|
833
833
|
|
|
834
834
|
// src/errors/CustomError.ts
|
|
835
835
|
var CustomError = class extends Error {
|
|
@@ -924,7 +924,6 @@ var src_default = SDKClient;
|
|
|
924
924
|
ActionSheet,
|
|
925
925
|
AttributeType,
|
|
926
926
|
BuilderComponent,
|
|
927
|
-
BuilderPropTemplateType,
|
|
928
927
|
Button,
|
|
929
928
|
ButtonScene,
|
|
930
929
|
Clipboard,
|
|
@@ -944,6 +943,7 @@ var src_default = SDKClient;
|
|
|
944
943
|
InterceptEvent,
|
|
945
944
|
InternalError,
|
|
946
945
|
InvalidParamsError,
|
|
946
|
+
LiteAppPropTemplateType,
|
|
947
947
|
MEEGO_BIZ_HUB,
|
|
948
948
|
Modal,
|
|
949
949
|
Navigation,
|
package/dist/types/index.d.ts
CHANGED
|
@@ -797,23 +797,31 @@ interface ContainerModalConfigureOptions {
|
|
|
797
797
|
content: string;
|
|
798
798
|
};
|
|
799
799
|
}
|
|
800
|
-
/** -----------------------
|
|
801
|
-
interface
|
|
800
|
+
/** ----------------------- liteapp 组件构成类型 ----------------------- */
|
|
801
|
+
interface LiteAppComponentFeatureContext {
|
|
802
802
|
/**
|
|
803
|
-
*
|
|
803
|
+
* liteapp 组件当前所属空间标识
|
|
804
804
|
*/
|
|
805
805
|
spaceId: string;
|
|
806
|
+
/**
|
|
807
|
+
* liteapp 组件当前所属轻应用标识
|
|
808
|
+
*/
|
|
809
|
+
appId: string;
|
|
810
|
+
/**
|
|
811
|
+
* liteapp 组件当前所属轻应用下页面标识
|
|
812
|
+
*/
|
|
813
|
+
pageId: string;
|
|
806
814
|
}
|
|
807
815
|
/**
|
|
808
|
-
*
|
|
816
|
+
* liteapp 组件属性值类型
|
|
809
817
|
*/
|
|
810
|
-
type
|
|
818
|
+
type LiteAppPropLayout = {
|
|
811
819
|
width: number;
|
|
812
820
|
height: number;
|
|
813
821
|
positionX: number;
|
|
814
822
|
positionY: number;
|
|
815
823
|
};
|
|
816
|
-
declare enum
|
|
824
|
+
declare enum LiteAppPropTemplateType {
|
|
817
825
|
Text = "text",
|
|
818
826
|
Number = "number",
|
|
819
827
|
Select = "select",
|
|
@@ -827,26 +835,28 @@ declare enum BuilderPropTemplateType {
|
|
|
827
835
|
workItemInstanceWithField = "workItemInstanceWithField",
|
|
828
836
|
workItemTypeWithField = "workItemTypeWithField"
|
|
829
837
|
}
|
|
830
|
-
type
|
|
831
|
-
type
|
|
832
|
-
type
|
|
833
|
-
type
|
|
834
|
-
type
|
|
835
|
-
type
|
|
836
|
-
type
|
|
838
|
+
type LiteAppPropText = string;
|
|
839
|
+
type LiteAppPropNumber = number;
|
|
840
|
+
type LiteAppPropSelect = string;
|
|
841
|
+
type LiteAppPropBoolean = boolean;
|
|
842
|
+
type LiteAppPropMultiSelect = string[];
|
|
843
|
+
type LiteAppPropDateWithTime = number;
|
|
844
|
+
type LiteAppPropDateRange = {
|
|
837
845
|
start: number;
|
|
838
846
|
end: number;
|
|
839
847
|
};
|
|
840
|
-
type
|
|
848
|
+
type LiteAppPropWorkItemType = {
|
|
841
849
|
spaceId: string;
|
|
842
850
|
workObjectId: string;
|
|
851
|
+
fieldList?: LiteAppPropField[];
|
|
843
852
|
};
|
|
844
|
-
type
|
|
853
|
+
type LiteAppPropWorkItemInstance = {
|
|
845
854
|
spaceId: string;
|
|
846
855
|
workObjectId: string;
|
|
847
856
|
workItemId: number;
|
|
857
|
+
fieldList?: LiteAppPropField[];
|
|
848
858
|
};
|
|
849
|
-
type
|
|
859
|
+
type LiteAppPropField = {
|
|
850
860
|
spaceId: string;
|
|
851
861
|
workObjectId: string;
|
|
852
862
|
fieldClass: 'field' | 'role';
|
|
@@ -854,20 +864,14 @@ type BuilderPropField = {
|
|
|
854
864
|
roleId: string;
|
|
855
865
|
display?: boolean;
|
|
856
866
|
};
|
|
857
|
-
type
|
|
858
|
-
fieldList: BuilderPropField[];
|
|
859
|
-
};
|
|
860
|
-
type BuilderPropWorkItemInsWithField = BuilderPropWorkItemInstance & {
|
|
861
|
-
fieldList: BuilderPropField[];
|
|
862
|
-
};
|
|
863
|
-
type BuilderPropView = {
|
|
867
|
+
type LiteAppPropView = {
|
|
864
868
|
viewId: string;
|
|
865
869
|
};
|
|
866
|
-
type
|
|
867
|
-
type
|
|
868
|
-
type
|
|
870
|
+
type LiteAppPropWorkItemListAfterFilter = LiteAppPropWorkItemInstance[];
|
|
871
|
+
type LiteAppPropWorkItemListAfterSort = LiteAppPropWorkItemInstance[];
|
|
872
|
+
type LiteAppCompPropValueType = LiteAppPropText | LiteAppPropNumber | LiteAppPropSelect | LiteAppPropBoolean | LiteAppPropMultiSelect | LiteAppPropDateWithTime | LiteAppPropDateRange | LiteAppPropWorkItemType | LiteAppPropWorkItemInstance | LiteAppPropView | LiteAppPropWorkItemListAfterFilter | LiteAppPropWorkItemListAfterSort;
|
|
869
873
|
/**
|
|
870
|
-
*
|
|
874
|
+
* liteapp 组件不同的属性类型对应的可读配置
|
|
871
875
|
*/
|
|
872
876
|
type I18nTitleConfig = {
|
|
873
877
|
zh?: string;
|
|
@@ -875,33 +879,34 @@ type I18nTitleConfig = {
|
|
|
875
879
|
ja?: string;
|
|
876
880
|
raw?: string;
|
|
877
881
|
};
|
|
878
|
-
type
|
|
882
|
+
type LiteAppCompPropSelectConfig = {
|
|
879
883
|
title: I18nTitleConfig;
|
|
880
|
-
propType:
|
|
884
|
+
propType: LiteAppPropTemplateType.Select | LiteAppPropTemplateType.MultiSelect;
|
|
881
885
|
options: {
|
|
882
886
|
label: I18nTitleConfig;
|
|
883
887
|
value: string;
|
|
884
888
|
}[];
|
|
885
889
|
};
|
|
886
|
-
type
|
|
890
|
+
type LiteAppCompPropBriefConfig = {
|
|
887
891
|
title: I18nTitleConfig;
|
|
888
|
-
propType:
|
|
892
|
+
propType: LiteAppPropTemplateType;
|
|
889
893
|
};
|
|
890
|
-
type
|
|
894
|
+
type LiteAppCompPropFullConfig = LiteAppCompPropBriefConfig | LiteAppCompPropSelectConfig;
|
|
891
895
|
/**
|
|
892
|
-
*
|
|
896
|
+
* liteapp 组件入参定义
|
|
893
897
|
*/
|
|
894
|
-
type
|
|
898
|
+
type LiteAppComponentProps = {
|
|
895
899
|
instanceId: string;
|
|
896
|
-
layout?:
|
|
900
|
+
layout?: LiteAppPropLayout;
|
|
897
901
|
} & {
|
|
898
|
-
[propName: string]:
|
|
902
|
+
[propName: string]: LiteAppCompPropValueType;
|
|
899
903
|
};
|
|
900
|
-
type
|
|
904
|
+
type LiteAppCompLayoutConfig =
|
|
901
905
|
/** 定高模式 */
|
|
902
906
|
{
|
|
903
907
|
mode: 0;
|
|
904
908
|
staticHeight: number;
|
|
909
|
+
staticWidth: number;
|
|
905
910
|
}
|
|
906
911
|
/** 栅格模式 */
|
|
907
912
|
| {
|
|
@@ -911,13 +916,13 @@ type BuilderCompLayoutConfig =
|
|
|
911
916
|
maxWidth: number;
|
|
912
917
|
maxHeight: number;
|
|
913
918
|
};
|
|
914
|
-
type
|
|
919
|
+
type LiteAppComponentConfig = {
|
|
915
920
|
id: string;
|
|
916
|
-
layout:
|
|
921
|
+
layout: LiteAppCompLayoutConfig;
|
|
917
922
|
} & {
|
|
918
|
-
[keyOfProp: string]:
|
|
923
|
+
[keyOfProp: string]: LiteAppCompPropBriefConfig;
|
|
919
924
|
};
|
|
920
|
-
interface
|
|
925
|
+
interface LiteAppComponentPreset {
|
|
921
926
|
layout?: {
|
|
922
927
|
width: number;
|
|
923
928
|
height: number;
|
|
@@ -2149,12 +2154,12 @@ declare abstract class BuilderComponent extends BaseModel {
|
|
|
2149
2154
|
*/
|
|
2150
2155
|
protected static [IMPL_KEY]: string;
|
|
2151
2156
|
/**
|
|
2152
|
-
* 获取
|
|
2157
|
+
* 获取 liteapp 组件上下文信息
|
|
2153
2158
|
*/
|
|
2154
|
-
abstract getContext: () => Promise<
|
|
2159
|
+
abstract getContext: () => Promise<LiteAppComponentFeatureContext>;
|
|
2155
2160
|
/**
|
|
2156
|
-
* 获取
|
|
2157
|
-
* 每个
|
|
2161
|
+
* 获取 liteapp 组件入参
|
|
2162
|
+
* 每个 liteapp 组件一共有 3种数据:
|
|
2158
2163
|
* * 组件实例数据(流入的属性值、组件当前的系统属性值)
|
|
2159
2164
|
* * 组件配置数据(属于开发者后台的配置,用于描述组件所具有的属性)
|
|
2160
2165
|
* * 组件预设值/默认值(属于开发者后台配置,只不过用于给组件提供默认值)
|
|
@@ -2163,33 +2168,33 @@ declare abstract class BuilderComponent extends BaseModel {
|
|
|
2163
2168
|
* * 开发者后台申明的组件入参特化属性值
|
|
2164
2169
|
* 不同类型属性的数据结构可参考 JSSDK 包中的类型定义或开发者手册
|
|
2165
2170
|
*/
|
|
2166
|
-
abstract getProps: () => Promise<
|
|
2171
|
+
abstract getProps: () => Promise<LiteAppComponentProps>;
|
|
2167
2172
|
/**
|
|
2168
2173
|
* 用于监听 props 变更
|
|
2169
2174
|
* @param callback 返回组件新的 props
|
|
2170
2175
|
* @param watchKeys 监听的 key,只能监听属性的 key(不能监听 api key),不传默认监听所有 key。监听的 key 对应的值变更会触发回调
|
|
2171
2176
|
* @returns
|
|
2172
2177
|
*/
|
|
2173
|
-
abstract watch: (callback: (next:
|
|
2178
|
+
abstract watch: (callback: (next: LiteAppComponentProps | Record<string, never>) => void, watchKeys?: keyof LiteAppComponentProps | (keyof LiteAppComponentProps)[]) => Promise<Off>;
|
|
2174
2179
|
/**
|
|
2175
|
-
* 获取
|
|
2180
|
+
* 获取 liteapp 组件配置:
|
|
2176
2181
|
* - 名称
|
|
2177
2182
|
* - icon 地址
|
|
2178
2183
|
* - layout
|
|
2179
2184
|
* - 属性对应的配置
|
|
2180
2185
|
*/
|
|
2181
|
-
abstract getConfig: (propKeys?: string | string[]) => Promise<
|
|
2186
|
+
abstract getConfig: (propKeys?: string | string[]) => Promise<LiteAppComponentConfig>;
|
|
2182
2187
|
/**
|
|
2183
2188
|
* 根据属性 key 点查属性的完整配置
|
|
2184
2189
|
* - 单选多选类型的选项列表
|
|
2185
2190
|
*/
|
|
2186
|
-
abstract getPropFullConfig: (propKey: string) => Promise<
|
|
2191
|
+
abstract getPropFullConfig: (propKey: string) => Promise<LiteAppCompPropFullConfig>;
|
|
2187
2192
|
/**
|
|
2188
|
-
* 获取
|
|
2193
|
+
* 获取 liteapp 组件预设值:
|
|
2189
2194
|
* - layout
|
|
2190
2195
|
* 暂时不支持指定多组预设值/指定预设id(统一走 default),未来视诉求开放
|
|
2191
2196
|
*/
|
|
2192
|
-
abstract getPreset: (propKeys?: string[]) => Promise<
|
|
2197
|
+
abstract getPreset: (propKeys?: string | string[]) => Promise<LiteAppComponentPreset>;
|
|
2193
2198
|
}
|
|
2194
2199
|
|
|
2195
2200
|
/**
|
|
@@ -2264,7 +2269,7 @@ declare class SDKClient {
|
|
|
2264
2269
|
* 应用主页组件点位容器特有能力
|
|
2265
2270
|
* only 2.0
|
|
2266
2271
|
*/
|
|
2267
|
-
get
|
|
2272
|
+
get liteAppComponent(): BuilderComponent;
|
|
2268
2273
|
/**
|
|
2269
2274
|
* 应用导航
|
|
2270
2275
|
*/
|
|
@@ -2424,4 +2429,4 @@ declare class NotSupportedError extends CustomError {
|
|
|
2424
2429
|
* @packageDocumentation
|
|
2425
2430
|
*/
|
|
2426
2431
|
|
|
2427
|
-
export { ActionSheet, ActionSheetOptions, AttributeType, BatchButtonFeatureContext, BizLine, BriefField, BriefNode, BriefSpace, BriefTemplate, BriefView, BriefWorkItem, BriefWorkObject,
|
|
2432
|
+
export { ActionSheet, ActionSheetOptions, AttributeType, BatchButtonFeatureContext, BizLine, BriefField, BriefNode, BriefSpace, BriefTemplate, BriefView, BriefWorkItem, BriefWorkObject, BuilderComponent, Button, ButtonFeatureContext, ButtonScene, Clipboard, ColorScheme, ComponentScheduleIdentity, ComponentScheduleScene, Configuration, ConfigurationFeatureContext, ContainerModal, ContainerModalConfigureOptions, Context, Control, ControlFeatureContext, CreateButtonFeatureContext, CustomComponent, CustomComponentFeatureContext, CustomComponentProps, CustomComponentType, CustomField, CustomFieldConfig, CustomFieldFeatureContext, CustomFieldProps, CustomFieldValidateMsg, CustomFieldValueType, ExCompoundFieldValueType, Field, FieldType, FieldValue, FlowMode, I18nTitleConfig, IMPL_KEY, IPluginCustomBuildConfig, IRichTextEditorImageUploadComplete, IntegrationFeatureContext, Intercept, InterceptEvent, InterceptFeatureContext, InternalError, InvalidParamsError, Language, LiteAppCompLayoutConfig, LiteAppCompPropBriefConfig, LiteAppCompPropFullConfig, LiteAppCompPropSelectConfig, LiteAppCompPropValueType, LiteAppComponentConfig, LiteAppComponentFeatureContext, LiteAppComponentPreset, LiteAppComponentProps, LiteAppPropBoolean, LiteAppPropDateRange, LiteAppPropDateWithTime, LiteAppPropField, LiteAppPropLayout, LiteAppPropMultiSelect, LiteAppPropNumber, LiteAppPropSelect, LiteAppPropTemplateType, LiteAppPropText, LiteAppPropView, LiteAppPropWorkItemInstance, LiteAppPropWorkItemListAfterFilter, LiteAppPropWorkItemListAfterSort, LiteAppPropWorkItemType, MEEGO_BIZ_HUB, Modal, ModalConfirmOptions, ModalOpenOptions, Navigation, NoAuthError, NodeStatus, NotFoundError, NotSupportedError, Off, OutOfLimitError, Page, PageFeatureContext, RichTextEditor, RichTextEditorContent, RichTextEditorOptions, Role, RoleOwners, SDKClient, SDKClientOptions, ScheduleCompValidateMsg, ScheduleCompValueType, ScheduleUnitButtonFeatureContext, Shared, Space, Storage, SubFieldType, Tab, TabFeatureContext, Toast, ToastOptions, User, UserInfo, Utils, View, ViewFeatureContext, WbsStatus, WorkItem, WorkItemButtonFeatureContext, WorkItemCreateFormPreset, WorkItemFinder, WorkItemFinderOptions, WorkObject, SDKClient as default, unwatch };
|