@lark-project/js-sdk 2.0.16-dev.builder.3 → 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 +52 -56
- 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,31 +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
806
|
/**
|
|
807
|
-
*
|
|
807
|
+
* liteapp 组件当前所属轻应用标识
|
|
808
808
|
*/
|
|
809
809
|
appId: string;
|
|
810
810
|
/**
|
|
811
|
-
*
|
|
811
|
+
* liteapp 组件当前所属轻应用下页面标识
|
|
812
812
|
*/
|
|
813
813
|
pageId: string;
|
|
814
814
|
}
|
|
815
815
|
/**
|
|
816
|
-
*
|
|
816
|
+
* liteapp 组件属性值类型
|
|
817
817
|
*/
|
|
818
|
-
type
|
|
818
|
+
type LiteAppPropLayout = {
|
|
819
819
|
width: number;
|
|
820
820
|
height: number;
|
|
821
821
|
positionX: number;
|
|
822
822
|
positionY: number;
|
|
823
823
|
};
|
|
824
|
-
declare enum
|
|
824
|
+
declare enum LiteAppPropTemplateType {
|
|
825
825
|
Text = "text",
|
|
826
826
|
Number = "number",
|
|
827
827
|
Select = "select",
|
|
@@ -835,26 +835,28 @@ declare enum BuilderPropTemplateType {
|
|
|
835
835
|
workItemInstanceWithField = "workItemInstanceWithField",
|
|
836
836
|
workItemTypeWithField = "workItemTypeWithField"
|
|
837
837
|
}
|
|
838
|
-
type
|
|
839
|
-
type
|
|
840
|
-
type
|
|
841
|
-
type
|
|
842
|
-
type
|
|
843
|
-
type
|
|
844
|
-
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 = {
|
|
845
845
|
start: number;
|
|
846
846
|
end: number;
|
|
847
847
|
};
|
|
848
|
-
type
|
|
848
|
+
type LiteAppPropWorkItemType = {
|
|
849
849
|
spaceId: string;
|
|
850
850
|
workObjectId: string;
|
|
851
|
+
fieldList?: LiteAppPropField[];
|
|
851
852
|
};
|
|
852
|
-
type
|
|
853
|
+
type LiteAppPropWorkItemInstance = {
|
|
853
854
|
spaceId: string;
|
|
854
855
|
workObjectId: string;
|
|
855
856
|
workItemId: number;
|
|
857
|
+
fieldList?: LiteAppPropField[];
|
|
856
858
|
};
|
|
857
|
-
type
|
|
859
|
+
type LiteAppPropField = {
|
|
858
860
|
spaceId: string;
|
|
859
861
|
workObjectId: string;
|
|
860
862
|
fieldClass: 'field' | 'role';
|
|
@@ -862,20 +864,14 @@ type BuilderPropField = {
|
|
|
862
864
|
roleId: string;
|
|
863
865
|
display?: boolean;
|
|
864
866
|
};
|
|
865
|
-
type
|
|
866
|
-
fieldList: BuilderPropField[];
|
|
867
|
-
};
|
|
868
|
-
type BuilderPropWorkItemInsWithField = BuilderPropWorkItemInstance & {
|
|
869
|
-
fieldList: BuilderPropField[];
|
|
870
|
-
};
|
|
871
|
-
type BuilderPropView = {
|
|
867
|
+
type LiteAppPropView = {
|
|
872
868
|
viewId: string;
|
|
873
869
|
};
|
|
874
|
-
type
|
|
875
|
-
type
|
|
876
|
-
type
|
|
870
|
+
type LiteAppPropWorkItemListAfterFilter = LiteAppPropWorkItemInstance[];
|
|
871
|
+
type LiteAppPropWorkItemListAfterSort = LiteAppPropWorkItemInstance[];
|
|
872
|
+
type LiteAppCompPropValueType = LiteAppPropText | LiteAppPropNumber | LiteAppPropSelect | LiteAppPropBoolean | LiteAppPropMultiSelect | LiteAppPropDateWithTime | LiteAppPropDateRange | LiteAppPropWorkItemType | LiteAppPropWorkItemInstance | LiteAppPropView | LiteAppPropWorkItemListAfterFilter | LiteAppPropWorkItemListAfterSort;
|
|
877
873
|
/**
|
|
878
|
-
*
|
|
874
|
+
* liteapp 组件不同的属性类型对应的可读配置
|
|
879
875
|
*/
|
|
880
876
|
type I18nTitleConfig = {
|
|
881
877
|
zh?: string;
|
|
@@ -883,29 +879,29 @@ type I18nTitleConfig = {
|
|
|
883
879
|
ja?: string;
|
|
884
880
|
raw?: string;
|
|
885
881
|
};
|
|
886
|
-
type
|
|
882
|
+
type LiteAppCompPropSelectConfig = {
|
|
887
883
|
title: I18nTitleConfig;
|
|
888
|
-
propType:
|
|
884
|
+
propType: LiteAppPropTemplateType.Select | LiteAppPropTemplateType.MultiSelect;
|
|
889
885
|
options: {
|
|
890
886
|
label: I18nTitleConfig;
|
|
891
887
|
value: string;
|
|
892
888
|
}[];
|
|
893
889
|
};
|
|
894
|
-
type
|
|
890
|
+
type LiteAppCompPropBriefConfig = {
|
|
895
891
|
title: I18nTitleConfig;
|
|
896
|
-
propType:
|
|
892
|
+
propType: LiteAppPropTemplateType;
|
|
897
893
|
};
|
|
898
|
-
type
|
|
894
|
+
type LiteAppCompPropFullConfig = LiteAppCompPropBriefConfig | LiteAppCompPropSelectConfig;
|
|
899
895
|
/**
|
|
900
|
-
*
|
|
896
|
+
* liteapp 组件入参定义
|
|
901
897
|
*/
|
|
902
|
-
type
|
|
898
|
+
type LiteAppComponentProps = {
|
|
903
899
|
instanceId: string;
|
|
904
|
-
layout?:
|
|
900
|
+
layout?: LiteAppPropLayout;
|
|
905
901
|
} & {
|
|
906
|
-
[propName: string]:
|
|
902
|
+
[propName: string]: LiteAppCompPropValueType;
|
|
907
903
|
};
|
|
908
|
-
type
|
|
904
|
+
type LiteAppCompLayoutConfig =
|
|
909
905
|
/** 定高模式 */
|
|
910
906
|
{
|
|
911
907
|
mode: 0;
|
|
@@ -920,13 +916,13 @@ type BuilderCompLayoutConfig =
|
|
|
920
916
|
maxWidth: number;
|
|
921
917
|
maxHeight: number;
|
|
922
918
|
};
|
|
923
|
-
type
|
|
919
|
+
type LiteAppComponentConfig = {
|
|
924
920
|
id: string;
|
|
925
|
-
layout:
|
|
921
|
+
layout: LiteAppCompLayoutConfig;
|
|
926
922
|
} & {
|
|
927
|
-
[keyOfProp: string]:
|
|
923
|
+
[keyOfProp: string]: LiteAppCompPropBriefConfig;
|
|
928
924
|
};
|
|
929
|
-
interface
|
|
925
|
+
interface LiteAppComponentPreset {
|
|
930
926
|
layout?: {
|
|
931
927
|
width: number;
|
|
932
928
|
height: number;
|
|
@@ -2158,12 +2154,12 @@ declare abstract class BuilderComponent extends BaseModel {
|
|
|
2158
2154
|
*/
|
|
2159
2155
|
protected static [IMPL_KEY]: string;
|
|
2160
2156
|
/**
|
|
2161
|
-
* 获取
|
|
2157
|
+
* 获取 liteapp 组件上下文信息
|
|
2162
2158
|
*/
|
|
2163
|
-
abstract getContext: () => Promise<
|
|
2159
|
+
abstract getContext: () => Promise<LiteAppComponentFeatureContext>;
|
|
2164
2160
|
/**
|
|
2165
|
-
* 获取
|
|
2166
|
-
* 每个
|
|
2161
|
+
* 获取 liteapp 组件入参
|
|
2162
|
+
* 每个 liteapp 组件一共有 3种数据:
|
|
2167
2163
|
* * 组件实例数据(流入的属性值、组件当前的系统属性值)
|
|
2168
2164
|
* * 组件配置数据(属于开发者后台的配置,用于描述组件所具有的属性)
|
|
2169
2165
|
* * 组件预设值/默认值(属于开发者后台配置,只不过用于给组件提供默认值)
|
|
@@ -2172,33 +2168,33 @@ declare abstract class BuilderComponent extends BaseModel {
|
|
|
2172
2168
|
* * 开发者后台申明的组件入参特化属性值
|
|
2173
2169
|
* 不同类型属性的数据结构可参考 JSSDK 包中的类型定义或开发者手册
|
|
2174
2170
|
*/
|
|
2175
|
-
abstract getProps: () => Promise<
|
|
2171
|
+
abstract getProps: () => Promise<LiteAppComponentProps>;
|
|
2176
2172
|
/**
|
|
2177
2173
|
* 用于监听 props 变更
|
|
2178
2174
|
* @param callback 返回组件新的 props
|
|
2179
2175
|
* @param watchKeys 监听的 key,只能监听属性的 key(不能监听 api key),不传默认监听所有 key。监听的 key 对应的值变更会触发回调
|
|
2180
2176
|
* @returns
|
|
2181
2177
|
*/
|
|
2182
|
-
abstract watch: (callback: (next:
|
|
2178
|
+
abstract watch: (callback: (next: LiteAppComponentProps | Record<string, never>) => void, watchKeys?: keyof LiteAppComponentProps | (keyof LiteAppComponentProps)[]) => Promise<Off>;
|
|
2183
2179
|
/**
|
|
2184
|
-
* 获取
|
|
2180
|
+
* 获取 liteapp 组件配置:
|
|
2185
2181
|
* - 名称
|
|
2186
2182
|
* - icon 地址
|
|
2187
2183
|
* - layout
|
|
2188
2184
|
* - 属性对应的配置
|
|
2189
2185
|
*/
|
|
2190
|
-
abstract getConfig: (propKeys?: string | string[]) => Promise<
|
|
2186
|
+
abstract getConfig: (propKeys?: string | string[]) => Promise<LiteAppComponentConfig>;
|
|
2191
2187
|
/**
|
|
2192
2188
|
* 根据属性 key 点查属性的完整配置
|
|
2193
2189
|
* - 单选多选类型的选项列表
|
|
2194
2190
|
*/
|
|
2195
|
-
abstract getPropFullConfig: (propKey: string) => Promise<
|
|
2191
|
+
abstract getPropFullConfig: (propKey: string) => Promise<LiteAppCompPropFullConfig>;
|
|
2196
2192
|
/**
|
|
2197
|
-
* 获取
|
|
2193
|
+
* 获取 liteapp 组件预设值:
|
|
2198
2194
|
* - layout
|
|
2199
2195
|
* 暂时不支持指定多组预设值/指定预设id(统一走 default),未来视诉求开放
|
|
2200
2196
|
*/
|
|
2201
|
-
abstract getPreset: (propKeys?: string | string[]) => Promise<
|
|
2197
|
+
abstract getPreset: (propKeys?: string | string[]) => Promise<LiteAppComponentPreset>;
|
|
2202
2198
|
}
|
|
2203
2199
|
|
|
2204
2200
|
/**
|
|
@@ -2273,7 +2269,7 @@ declare class SDKClient {
|
|
|
2273
2269
|
* 应用主页组件点位容器特有能力
|
|
2274
2270
|
* only 2.0
|
|
2275
2271
|
*/
|
|
2276
|
-
get
|
|
2272
|
+
get liteAppComponent(): BuilderComponent;
|
|
2277
2273
|
/**
|
|
2278
2274
|
* 应用导航
|
|
2279
2275
|
*/
|
|
@@ -2433,4 +2429,4 @@ declare class NotSupportedError extends CustomError {
|
|
|
2433
2429
|
* @packageDocumentation
|
|
2434
2430
|
*/
|
|
2435
2431
|
|
|
2436
|
-
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 };
|