@lark-project/js-sdk 2.0.16 → 2.0.17-dev.2
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 +35 -1
- package/dist/lib/index.js +37 -1
- package/dist/types/index.d.ts +193 -1
- package/package.json +1 -1
package/dist/es/index.js
CHANGED
|
@@ -450,6 +450,16 @@ _a25 = IMPL_KEY;
|
|
|
450
450
|
*/
|
|
451
451
|
CustomField[_a25] = "customField";
|
|
452
452
|
|
|
453
|
+
// src/features/BuilderComponent.ts
|
|
454
|
+
var _a26;
|
|
455
|
+
var BuilderComponent = class extends BaseModel {
|
|
456
|
+
};
|
|
457
|
+
_a26 = IMPL_KEY;
|
|
458
|
+
/**
|
|
459
|
+
* @internal
|
|
460
|
+
*/
|
|
461
|
+
BuilderComponent[_a26] = "liteAppComponent";
|
|
462
|
+
|
|
453
463
|
// src/client.ts
|
|
454
464
|
function getImplClass(decl, impls) {
|
|
455
465
|
return impls == null ? void 0 : impls[decl[IMPL_KEY]];
|
|
@@ -529,6 +539,13 @@ var _SDKClient = class {
|
|
|
529
539
|
get customField() {
|
|
530
540
|
return getImplValue(CustomField, this._meegoBizHub);
|
|
531
541
|
}
|
|
542
|
+
/**
|
|
543
|
+
* 应用主页组件点位容器特有能力
|
|
544
|
+
* only web 2.0
|
|
545
|
+
*/
|
|
546
|
+
get liteAppComponent() {
|
|
547
|
+
return getImplValue(BuilderComponent, this._meegoBizHub);
|
|
548
|
+
}
|
|
532
549
|
/**
|
|
533
550
|
* 应用导航
|
|
534
551
|
*/
|
|
@@ -649,7 +666,7 @@ var SDKClient = _SDKClient;
|
|
|
649
666
|
/**
|
|
650
667
|
* SDK 版本号
|
|
651
668
|
*/
|
|
652
|
-
SDKClient.version = "2.0.
|
|
669
|
+
SDKClient.version = "2.0.17-dev.2";
|
|
653
670
|
|
|
654
671
|
// src/types/biz.ts
|
|
655
672
|
var AttributeType = /* @__PURE__ */ ((AttributeType2) => {
|
|
@@ -730,6 +747,21 @@ var CustomComponentType = /* @__PURE__ */ ((CustomComponentType2) => {
|
|
|
730
747
|
CustomComponentType2["Schedule"] = "schedule";
|
|
731
748
|
return CustomComponentType2;
|
|
732
749
|
})(CustomComponentType || {});
|
|
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 || {});
|
|
733
765
|
|
|
734
766
|
// src/errors/CustomError.ts
|
|
735
767
|
var CustomError = class extends Error {
|
|
@@ -822,6 +854,7 @@ var src_default = SDKClient;
|
|
|
822
854
|
export {
|
|
823
855
|
ActionSheet,
|
|
824
856
|
AttributeType,
|
|
857
|
+
BuilderComponent,
|
|
825
858
|
Button,
|
|
826
859
|
ButtonScene,
|
|
827
860
|
Clipboard,
|
|
@@ -841,6 +874,7 @@ export {
|
|
|
841
874
|
InterceptEvent,
|
|
842
875
|
InternalError,
|
|
843
876
|
InvalidParamsError,
|
|
877
|
+
LiteAppPropTemplateType,
|
|
844
878
|
MEEGO_BIZ_HUB,
|
|
845
879
|
Modal,
|
|
846
880
|
Navigation,
|
package/dist/lib/index.js
CHANGED
|
@@ -50,6 +50,7 @@ var src_exports = {};
|
|
|
50
50
|
__export(src_exports, {
|
|
51
51
|
ActionSheet: () => ActionSheet,
|
|
52
52
|
AttributeType: () => AttributeType,
|
|
53
|
+
BuilderComponent: () => BuilderComponent,
|
|
53
54
|
Button: () => Button,
|
|
54
55
|
ButtonScene: () => ButtonScene,
|
|
55
56
|
Clipboard: () => Clipboard,
|
|
@@ -69,6 +70,7 @@ __export(src_exports, {
|
|
|
69
70
|
InterceptEvent: () => InterceptEvent,
|
|
70
71
|
InternalError: () => InternalError,
|
|
71
72
|
InvalidParamsError: () => InvalidParamsError,
|
|
73
|
+
LiteAppPropTemplateType: () => LiteAppPropTemplateType,
|
|
72
74
|
MEEGO_BIZ_HUB: () => MEEGO_BIZ_HUB,
|
|
73
75
|
Modal: () => Modal,
|
|
74
76
|
Navigation: () => Navigation,
|
|
@@ -516,6 +518,16 @@ _a25 = IMPL_KEY;
|
|
|
516
518
|
*/
|
|
517
519
|
CustomField[_a25] = "customField";
|
|
518
520
|
|
|
521
|
+
// src/features/BuilderComponent.ts
|
|
522
|
+
var _a26;
|
|
523
|
+
var BuilderComponent = class extends BaseModel {
|
|
524
|
+
};
|
|
525
|
+
_a26 = IMPL_KEY;
|
|
526
|
+
/**
|
|
527
|
+
* @internal
|
|
528
|
+
*/
|
|
529
|
+
BuilderComponent[_a26] = "liteAppComponent";
|
|
530
|
+
|
|
519
531
|
// src/client.ts
|
|
520
532
|
function getImplClass(decl, impls) {
|
|
521
533
|
return impls == null ? void 0 : impls[decl[IMPL_KEY]];
|
|
@@ -595,6 +607,13 @@ var _SDKClient = class {
|
|
|
595
607
|
get customField() {
|
|
596
608
|
return getImplValue(CustomField, this._meegoBizHub);
|
|
597
609
|
}
|
|
610
|
+
/**
|
|
611
|
+
* 应用主页组件点位容器特有能力
|
|
612
|
+
* only web 2.0
|
|
613
|
+
*/
|
|
614
|
+
get liteAppComponent() {
|
|
615
|
+
return getImplValue(BuilderComponent, this._meegoBizHub);
|
|
616
|
+
}
|
|
598
617
|
/**
|
|
599
618
|
* 应用导航
|
|
600
619
|
*/
|
|
@@ -715,7 +734,7 @@ var SDKClient = _SDKClient;
|
|
|
715
734
|
/**
|
|
716
735
|
* SDK 版本号
|
|
717
736
|
*/
|
|
718
|
-
SDKClient.version = "2.0.
|
|
737
|
+
SDKClient.version = "2.0.17-dev.2";
|
|
719
738
|
|
|
720
739
|
// src/types/biz.ts
|
|
721
740
|
var AttributeType = /* @__PURE__ */ ((AttributeType2) => {
|
|
@@ -796,6 +815,21 @@ var CustomComponentType = /* @__PURE__ */ ((CustomComponentType2) => {
|
|
|
796
815
|
CustomComponentType2["Schedule"] = "schedule";
|
|
797
816
|
return CustomComponentType2;
|
|
798
817
|
})(CustomComponentType || {});
|
|
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 || {});
|
|
799
833
|
|
|
800
834
|
// src/errors/CustomError.ts
|
|
801
835
|
var CustomError = class extends Error {
|
|
@@ -889,6 +923,7 @@ var src_default = SDKClient;
|
|
|
889
923
|
0 && (module.exports = {
|
|
890
924
|
ActionSheet,
|
|
891
925
|
AttributeType,
|
|
926
|
+
BuilderComponent,
|
|
892
927
|
Button,
|
|
893
928
|
ButtonScene,
|
|
894
929
|
Clipboard,
|
|
@@ -908,6 +943,7 @@ var src_default = SDKClient;
|
|
|
908
943
|
InterceptEvent,
|
|
909
944
|
InternalError,
|
|
910
945
|
InvalidParamsError,
|
|
946
|
+
LiteAppPropTemplateType,
|
|
911
947
|
MEEGO_BIZ_HUB,
|
|
912
948
|
Modal,
|
|
913
949
|
Navigation,
|
package/dist/types/index.d.ts
CHANGED
|
@@ -797,6 +797,138 @@ interface ContainerModalConfigureOptions {
|
|
|
797
797
|
content: string;
|
|
798
798
|
};
|
|
799
799
|
}
|
|
800
|
+
/** ----------------------- liteapp 组件构成类型 ----------------------- */
|
|
801
|
+
interface LiteAppComponentFeatureContext {
|
|
802
|
+
/**
|
|
803
|
+
* liteapp 组件当前所属空间标识
|
|
804
|
+
*/
|
|
805
|
+
spaceId: string;
|
|
806
|
+
/**
|
|
807
|
+
* liteapp 组件当前所属轻应用标识
|
|
808
|
+
*/
|
|
809
|
+
appId: string;
|
|
810
|
+
/**
|
|
811
|
+
* liteapp 组件当前所属轻应用下页面标识
|
|
812
|
+
*/
|
|
813
|
+
pageId: string;
|
|
814
|
+
}
|
|
815
|
+
/**
|
|
816
|
+
* liteapp 组件属性值类型
|
|
817
|
+
*/
|
|
818
|
+
type LiteAppPropLayout = {
|
|
819
|
+
width: number;
|
|
820
|
+
height: number;
|
|
821
|
+
positionX: number;
|
|
822
|
+
positionY: number;
|
|
823
|
+
};
|
|
824
|
+
declare enum LiteAppPropTemplateType {
|
|
825
|
+
Text = "text",
|
|
826
|
+
Number = "number",
|
|
827
|
+
Select = "select",
|
|
828
|
+
Boolean = "boolean",
|
|
829
|
+
MultiSelect = "multiSelect",
|
|
830
|
+
DatePrecise = "dateWithTime",
|
|
831
|
+
DateRange = "dateRange",
|
|
832
|
+
WorkItemInstance = "workItemInstance",
|
|
833
|
+
WorkItemTypeSelect = "workItemTypeSelect",
|
|
834
|
+
ViewSelect = "viewSelect",
|
|
835
|
+
workItemInstanceWithField = "workItemInstanceWithField",
|
|
836
|
+
workItemTypeWithField = "workItemTypeWithField"
|
|
837
|
+
}
|
|
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
|
+
start: number;
|
|
846
|
+
end: number;
|
|
847
|
+
};
|
|
848
|
+
type LiteAppPropWorkItemType = {
|
|
849
|
+
spaceId: string;
|
|
850
|
+
workObjectId: string;
|
|
851
|
+
fieldList?: LiteAppPropField[];
|
|
852
|
+
};
|
|
853
|
+
type LiteAppPropWorkItemInstance = {
|
|
854
|
+
spaceId: string;
|
|
855
|
+
workObjectId: string;
|
|
856
|
+
workItemId: number;
|
|
857
|
+
fieldList?: LiteAppPropField[];
|
|
858
|
+
};
|
|
859
|
+
type LiteAppPropField = {
|
|
860
|
+
spaceId: string;
|
|
861
|
+
workObjectId: string;
|
|
862
|
+
fieldClass: 'field' | 'role';
|
|
863
|
+
fieldKey: string;
|
|
864
|
+
roleId: string;
|
|
865
|
+
display?: boolean;
|
|
866
|
+
};
|
|
867
|
+
type LiteAppPropView = {
|
|
868
|
+
viewId: string;
|
|
869
|
+
isMultiProject: boolean;
|
|
870
|
+
};
|
|
871
|
+
type LiteAppPropWorkItemListAfterFilter = LiteAppPropWorkItemInstance[];
|
|
872
|
+
type LiteAppPropWorkItemListAfterSort = LiteAppPropWorkItemInstance[];
|
|
873
|
+
type LiteAppCompPropValueType = LiteAppPropText | LiteAppPropNumber | LiteAppPropSelect | LiteAppPropBoolean | LiteAppPropMultiSelect | LiteAppPropDateWithTime | LiteAppPropDateRange | LiteAppPropWorkItemType | LiteAppPropWorkItemInstance | LiteAppPropView | LiteAppPropWorkItemListAfterFilter | LiteAppPropWorkItemListAfterSort;
|
|
874
|
+
/**
|
|
875
|
+
* liteapp 组件不同的属性类型对应的可读配置
|
|
876
|
+
*/
|
|
877
|
+
type I18nTitleConfig = {
|
|
878
|
+
zh?: string;
|
|
879
|
+
en?: string;
|
|
880
|
+
ja?: string;
|
|
881
|
+
raw?: string;
|
|
882
|
+
};
|
|
883
|
+
type LiteAppCompPropSelectConfig = {
|
|
884
|
+
title: I18nTitleConfig;
|
|
885
|
+
propType: LiteAppPropTemplateType.Select | LiteAppPropTemplateType.MultiSelect;
|
|
886
|
+
options: {
|
|
887
|
+
label: I18nTitleConfig;
|
|
888
|
+
value: string;
|
|
889
|
+
}[];
|
|
890
|
+
};
|
|
891
|
+
type LiteAppCompPropBriefConfig = {
|
|
892
|
+
title: I18nTitleConfig;
|
|
893
|
+
propType: LiteAppPropTemplateType;
|
|
894
|
+
};
|
|
895
|
+
type LiteAppCompPropFullConfig = LiteAppCompPropBriefConfig | LiteAppCompPropSelectConfig;
|
|
896
|
+
/**
|
|
897
|
+
* liteapp 组件入参定义
|
|
898
|
+
*/
|
|
899
|
+
type LiteAppComponentProps = {
|
|
900
|
+
instanceId: string;
|
|
901
|
+
layout?: LiteAppPropLayout;
|
|
902
|
+
} & {
|
|
903
|
+
[propName: string]: LiteAppCompPropValueType;
|
|
904
|
+
};
|
|
905
|
+
type LiteAppCompLayoutConfig =
|
|
906
|
+
/** 定高模式 */
|
|
907
|
+
{
|
|
908
|
+
mode: 0;
|
|
909
|
+
staticHeight: number;
|
|
910
|
+
staticWidth: number;
|
|
911
|
+
}
|
|
912
|
+
/** 栅格模式 */
|
|
913
|
+
| {
|
|
914
|
+
mode: 1;
|
|
915
|
+
minWidth: number;
|
|
916
|
+
minHeight: number;
|
|
917
|
+
maxWidth: number;
|
|
918
|
+
maxHeight: number;
|
|
919
|
+
};
|
|
920
|
+
type LiteAppComponentConfig = {
|
|
921
|
+
id: string;
|
|
922
|
+
layout: LiteAppCompLayoutConfig;
|
|
923
|
+
} & {
|
|
924
|
+
[keyOfProp: string]: LiteAppCompPropBriefConfig;
|
|
925
|
+
};
|
|
926
|
+
interface LiteAppComponentPreset {
|
|
927
|
+
layout?: {
|
|
928
|
+
width: number;
|
|
929
|
+
height: number;
|
|
930
|
+
};
|
|
931
|
+
}
|
|
800
932
|
|
|
801
933
|
/**
|
|
802
934
|
* @internal
|
|
@@ -1148,6 +1280,7 @@ declare abstract class Navigation extends BaseModel {
|
|
|
1148
1280
|
/**
|
|
1149
1281
|
* 打开指定空间工作项新建页
|
|
1150
1282
|
* @param options
|
|
1283
|
+
* @param options.mode 新建页交互形式,默认为 default
|
|
1151
1284
|
* @param options.spaceId 空间唯一标识
|
|
1152
1285
|
* @param options.spaceSimpleName [废弃]空间标识,非空间唯一标识
|
|
1153
1286
|
* @param options.workObjectId 工作项类型唯一标识,如 story、issue
|
|
@@ -1156,6 +1289,7 @@ declare abstract class Navigation extends BaseModel {
|
|
|
1156
1289
|
* @param callback 新建完成回调,当 err 为 undefined 时为新建成功,可以通过 result.workItemId 取新建工作项实例 id
|
|
1157
1290
|
*/
|
|
1158
1291
|
abstract openWorkItemCreatePage(options: {
|
|
1292
|
+
mode?: 'default' | 'modal';
|
|
1159
1293
|
spaceId: string;
|
|
1160
1294
|
/**
|
|
1161
1295
|
* @deprecated
|
|
@@ -2013,6 +2147,59 @@ declare abstract class CustomField extends BaseModel {
|
|
|
2013
2147
|
abstract openFullScreenPlugin(): void;
|
|
2014
2148
|
}
|
|
2015
2149
|
|
|
2150
|
+
/**
|
|
2151
|
+
* @public
|
|
2152
|
+
* 自定义组件构成
|
|
2153
|
+
*/
|
|
2154
|
+
declare abstract class BuilderComponent extends BaseModel {
|
|
2155
|
+
/**
|
|
2156
|
+
* @internal
|
|
2157
|
+
*/
|
|
2158
|
+
protected static [IMPL_KEY]: string;
|
|
2159
|
+
/**
|
|
2160
|
+
* 获取 liteapp 组件上下文信息
|
|
2161
|
+
*/
|
|
2162
|
+
abstract getContext: () => Promise<LiteAppComponentFeatureContext>;
|
|
2163
|
+
/**
|
|
2164
|
+
* 获取 liteapp 组件入参
|
|
2165
|
+
* 每个 liteapp 组件一共有 3种数据:
|
|
2166
|
+
* * 组件实例数据(流入的属性值、组件当前的系统属性值)
|
|
2167
|
+
* * 组件配置数据(属于开发者后台的配置,用于描述组件所具有的属性)
|
|
2168
|
+
* * 组件预设值/默认值(属于开发者后台配置,只不过用于给组件提供默认值)
|
|
2169
|
+
* getProps 获取的即第一种数据 - 组件实例数据:
|
|
2170
|
+
* * 系统内置的所有组件通用属性值
|
|
2171
|
+
* * 开发者后台申明的组件入参特化属性值
|
|
2172
|
+
* 不同类型属性的数据结构可参考 JSSDK 包中的类型定义或开发者手册
|
|
2173
|
+
*/
|
|
2174
|
+
abstract getProps: () => Promise<LiteAppComponentProps>;
|
|
2175
|
+
/**
|
|
2176
|
+
* 用于监听 props 变更
|
|
2177
|
+
* @param callback 返回组件新的 props
|
|
2178
|
+
* @param watchKeys 监听的 key,只能监听属性的 key(不能监听 api key),不传默认监听所有 key。监听的 key 对应的值变更会触发回调
|
|
2179
|
+
* @returns
|
|
2180
|
+
*/
|
|
2181
|
+
abstract watch: (callback: (next: LiteAppComponentProps | Record<string, never>) => void, watchKeys?: keyof LiteAppComponentProps | (keyof LiteAppComponentProps)[]) => Promise<Off>;
|
|
2182
|
+
/**
|
|
2183
|
+
* 获取 liteapp 组件配置:
|
|
2184
|
+
* - 名称
|
|
2185
|
+
* - icon 地址
|
|
2186
|
+
* - layout
|
|
2187
|
+
* - 属性对应的配置
|
|
2188
|
+
*/
|
|
2189
|
+
abstract getConfig: (propKeys?: string | string[]) => Promise<LiteAppComponentConfig>;
|
|
2190
|
+
/**
|
|
2191
|
+
* 根据属性 key 点查属性的完整配置
|
|
2192
|
+
* - 单选多选类型的选项列表
|
|
2193
|
+
*/
|
|
2194
|
+
abstract getPropFullConfig: (propKey: string) => Promise<LiteAppCompPropFullConfig>;
|
|
2195
|
+
/**
|
|
2196
|
+
* 获取 liteapp 组件预设值:
|
|
2197
|
+
* - layout
|
|
2198
|
+
* 暂时不支持指定多组预设值/指定预设id(统一走 default),未来视诉求开放
|
|
2199
|
+
*/
|
|
2200
|
+
abstract getPreset: (propKeys?: string | string[]) => Promise<LiteAppComponentPreset>;
|
|
2201
|
+
}
|
|
2202
|
+
|
|
2016
2203
|
/**
|
|
2017
2204
|
* @public
|
|
2018
2205
|
* SDKClient 的配置项
|
|
@@ -2081,6 +2268,11 @@ declare class SDKClient {
|
|
|
2081
2268
|
* only 2.0
|
|
2082
2269
|
*/
|
|
2083
2270
|
get customField(): CustomField;
|
|
2271
|
+
/**
|
|
2272
|
+
* 应用主页组件点位容器特有能力
|
|
2273
|
+
* only web 2.0
|
|
2274
|
+
*/
|
|
2275
|
+
get liteAppComponent(): BuilderComponent;
|
|
2084
2276
|
/**
|
|
2085
2277
|
* 应用导航
|
|
2086
2278
|
*/
|
|
@@ -2240,4 +2432,4 @@ declare class NotSupportedError extends CustomError {
|
|
|
2240
2432
|
* @packageDocumentation
|
|
2241
2433
|
*/
|
|
2242
2434
|
|
|
2243
|
-
export { ActionSheet, ActionSheetOptions, AttributeType, BatchButtonFeatureContext, BizLine, BriefField, BriefNode, BriefSpace, BriefTemplate, BriefView, BriefWorkItem, BriefWorkObject, 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, IMPL_KEY, IPluginCustomBuildConfig, IRichTextEditorImageUploadComplete, IntegrationFeatureContext, Intercept, InterceptEvent, InterceptFeatureContext, InternalError, InvalidParamsError, Language, 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 };
|
|
2435
|
+
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 };
|