amis-editor 4.0.1-beta.9 → 4.0.2-beta.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (175) hide show
  1. package/dist/cebfe0bc5a1dbde02da1.svg +10 -0
  2. package/dist/component/ContextMenuPanel.d.ts +8 -0
  3. package/dist/component/Control/APIControl.d.ts +504 -0
  4. package/dist/component/Control/OptionControl.d.ts +163 -0
  5. package/dist/component/Control/PopoverEdit.d.ts +57 -0
  6. package/dist/component/Control/ValidationControl.d.ts +30 -0
  7. package/dist/component/Editor.d.ts +1 -0
  8. package/dist/component/Panel/AMisCodeEditor.d.ts +37 -0
  9. package/dist/component/Panel/AvailableRenderersPanel.d.ts +10 -0
  10. package/dist/component/Panel/CodeEditorPanel.d.ts +6 -0
  11. package/dist/component/Panel/ContextMenuPanel.d.ts +8 -0
  12. package/dist/component/Panel/DrawerPanel.d.ts +15 -0
  13. package/dist/component/Panel/DrawerRendererPanel.d.ts +15 -0
  14. package/dist/component/Panel/InsertSubRendererPanel.d.ts +11 -0
  15. package/dist/component/Panel/LeftPanels.d.ts +20 -0
  16. package/dist/component/Panel/Outline.d.ts +18 -0
  17. package/dist/component/Panel/RenderersPanel.d.ts +32 -0
  18. package/dist/component/Panel/RightPanels.d.ts +21 -0
  19. package/dist/component/Panel/TargetNamePanel.d.ts +7 -0
  20. package/dist/component/Preview.d.ts +1 -0
  21. package/dist/component/ScaffoldModal.d.ts +1 -1
  22. package/dist/component/base/BackTop.d.ts +26 -0
  23. package/dist/component/base/ErrorRenderer.d.ts +4 -0
  24. package/dist/component/base/InputComponentName.d.ts +8 -0
  25. package/dist/component/base/SearchRendererPanel.d.ts +59 -0
  26. package/dist/component/base/WidthDraggableBtn.d.ts +16 -0
  27. package/dist/component/base/WidthDraggableContainer.d.ts +2 -0
  28. package/dist/component/remarkTpl.d.ts +150 -0
  29. package/dist/exports.d.ts +8 -0
  30. package/dist/exports.min.js +1 -0
  31. package/dist/index.d.ts +18 -14
  32. package/dist/index.min.js +1 -1
  33. package/dist/manager.d.ts +7 -5
  34. package/dist/plugin/Alert.d.ts +2 -1
  35. package/dist/plugin/AnchorNav.d.ts +1 -0
  36. package/dist/plugin/Audio.d.ts +1 -0
  37. package/dist/plugin/Avatar.d.ts +1 -0
  38. package/dist/plugin/Breadcrumb.d.ts +2 -0
  39. package/dist/plugin/Button.d.ts +1 -0
  40. package/dist/plugin/ButtonGroup.d.ts +1 -0
  41. package/dist/plugin/ButtonToolbar.d.ts +1 -0
  42. package/dist/plugin/CRUD.d.ts +1 -0
  43. package/dist/plugin/Card.d.ts +1 -1
  44. package/dist/plugin/Cards.d.ts +1 -0
  45. package/dist/plugin/Carousel.d.ts +1 -0
  46. package/dist/plugin/Chart.d.ts +1 -0
  47. package/dist/plugin/CodeView.d.ts +1 -0
  48. package/dist/plugin/Collapse.d.ts +1 -0
  49. package/dist/plugin/Container.d.ts +1 -0
  50. package/dist/plugin/Custom.d.ts +1 -0
  51. package/dist/plugin/Date.d.ts +1 -0
  52. package/dist/plugin/Datetime.d.ts +1 -0
  53. package/dist/plugin/Dialog.d.ts +1 -0
  54. package/dist/plugin/Divider.d.ts +1 -0
  55. package/dist/plugin/Drawer.d.ts +1 -0
  56. package/dist/plugin/DropDownButton.d.ts +1 -0
  57. package/dist/plugin/Each.d.ts +1 -0
  58. package/dist/plugin/ErrorRenderer.d.ts +1 -0
  59. package/dist/plugin/Flex.d.ts +2 -1
  60. package/dist/plugin/Form/ButtonGroupSelect.d.ts +1 -0
  61. package/dist/plugin/Form/ButtonToolbar.d.ts +1 -0
  62. package/dist/plugin/Form/ChainedSelect.d.ts +1 -0
  63. package/dist/plugin/Form/Checkbox.d.ts +1 -0
  64. package/dist/plugin/Form/Checkboxes.d.ts +1 -0
  65. package/dist/plugin/Form/CodeEditor.d.ts +40 -0
  66. package/dist/plugin/Form/Combo.d.ts +1 -0
  67. package/dist/plugin/Form/ConditionBuilder.d.ts +1 -0
  68. package/dist/plugin/Form/Control.d.ts +1 -0
  69. package/dist/plugin/Form/DiffEditor.d.ts +1 -0
  70. package/dist/plugin/Form/FieldSet.d.ts +1 -0
  71. package/dist/plugin/Form/Form.d.ts +1 -0
  72. package/dist/plugin/Form/Formula.d.ts +1 -0
  73. package/dist/plugin/Form/Group.d.ts +1 -0
  74. package/dist/plugin/Form/Hidden.d.ts +1 -0
  75. package/dist/plugin/Form/InputArray.d.ts +2 -0
  76. package/dist/plugin/Form/InputCity.d.ts +1 -0
  77. package/dist/plugin/Form/InputColor.d.ts +1 -0
  78. package/dist/plugin/Form/InputDate.d.ts +1 -0
  79. package/dist/plugin/Form/InputDateRange.d.ts +1 -0
  80. package/dist/plugin/Form/InputDateTime.d.ts +1 -0
  81. package/dist/plugin/Form/InputDateTimeRange.d.ts +1 -0
  82. package/dist/plugin/Form/InputEmail.d.ts +1 -0
  83. package/dist/plugin/Form/InputExcel.d.ts +1 -0
  84. package/dist/plugin/Form/InputFile.d.ts +1 -0
  85. package/dist/plugin/Form/InputGroup.d.ts +1 -2
  86. package/dist/plugin/Form/InputImage.d.ts +1 -0
  87. package/dist/plugin/Form/InputKV.d.ts +1 -0
  88. package/dist/plugin/Form/InputMonth.d.ts +1 -0
  89. package/dist/plugin/Form/InputMonthRange.d.ts +1 -0
  90. package/dist/plugin/Form/InputNumber.d.ts +1 -0
  91. package/dist/plugin/Form/InputPassword.d.ts +1 -0
  92. package/dist/plugin/Form/InputQuarter.d.ts +1 -0
  93. package/dist/plugin/Form/InputQuarterRange.d.ts +1 -0
  94. package/dist/plugin/Form/InputRange.d.ts +1 -0
  95. package/dist/plugin/Form/InputRating.d.ts +2 -1
  96. package/dist/plugin/Form/InputRepeat.d.ts +1 -0
  97. package/dist/plugin/Form/InputRichText.d.ts +1 -0
  98. package/dist/plugin/Form/InputSubForm.d.ts +1 -0
  99. package/dist/plugin/Form/InputTable.d.ts +1 -1
  100. package/dist/plugin/Form/InputTag.d.ts +1 -0
  101. package/dist/plugin/Form/InputText.d.ts +1 -0
  102. package/dist/plugin/Form/InputTime.d.ts +1 -0
  103. package/dist/plugin/Form/InputTree.d.ts +1 -0
  104. package/dist/plugin/Form/InputURL.d.ts +1 -0
  105. package/dist/plugin/Form/InputYear.d.ts +1 -0
  106. package/dist/plugin/Form/ListSelect.d.ts +1 -0
  107. package/dist/plugin/Form/LocationPicker.d.ts +1 -0
  108. package/dist/plugin/Form/MatrixCheckboxes.d.ts +1 -0
  109. package/dist/plugin/Form/NestedSelect.d.ts +1 -0
  110. package/dist/plugin/Form/Picker.d.ts +1 -0
  111. package/dist/plugin/Form/Radios.d.ts +1 -0
  112. package/dist/plugin/Form/Select.d.ts +1 -0
  113. package/dist/plugin/Form/Static.d.ts +1 -1
  114. package/dist/plugin/Form/Switch.d.ts +1 -0
  115. package/dist/plugin/Form/TabsTransfer.d.ts +1 -0
  116. package/dist/plugin/Form/Textarea.d.ts +1 -0
  117. package/dist/plugin/Form/Transfer.d.ts +1 -0
  118. package/dist/plugin/Form/TreeSelect.d.ts +1 -0
  119. package/dist/plugin/Form/UUID.d.ts +1 -0
  120. package/dist/plugin/Grid.d.ts +1 -0
  121. package/dist/plugin/HBox.d.ts +1 -1
  122. package/dist/plugin/IFrame.d.ts +1 -0
  123. package/dist/plugin/Image.d.ts +1 -0
  124. package/dist/plugin/Images.d.ts +1 -0
  125. package/dist/plugin/Json.d.ts +1 -0
  126. package/dist/plugin/Link.d.ts +1 -0
  127. package/dist/plugin/List.d.ts +1 -0
  128. package/dist/plugin/ListItem.d.ts +1 -1
  129. package/dist/plugin/Log.d.ts +1 -0
  130. package/dist/plugin/Mapping.d.ts +1 -0
  131. package/dist/plugin/Markdown.d.ts +1 -0
  132. package/dist/plugin/Nav.d.ts +1 -0
  133. package/dist/plugin/Operation.d.ts +1 -0
  134. package/dist/plugin/Others/Action.d.ts +8 -0
  135. package/dist/plugin/Others/BasicToolbar.d.ts +11 -0
  136. package/dist/plugin/Others/DataDebug.d.ts +19 -0
  137. package/dist/plugin/Others/TableCell.d.ts +8 -0
  138. package/dist/plugin/Others/Unknown.d.ts +5 -0
  139. package/dist/plugin/Page.d.ts +1 -0
  140. package/dist/plugin/Panel/AvailableRenderers.d.ts +8 -0
  141. package/dist/plugin/Panel/Code.d.ts +9 -0
  142. package/dist/plugin/Panel/Name.d.ts +8 -0
  143. package/dist/plugin/Panel.d.ts +16 -3
  144. package/dist/plugin/Plain.d.ts +1 -0
  145. package/dist/plugin/Progress.d.ts +1 -0
  146. package/dist/plugin/Property.d.ts +1 -0
  147. package/dist/plugin/QRCode.d.ts +1 -0
  148. package/dist/plugin/Reset.d.ts +1 -0
  149. package/dist/plugin/Service.d.ts +1 -0
  150. package/dist/plugin/Sparkline.d.ts +1 -0
  151. package/dist/plugin/Status.d.ts +1 -0
  152. package/dist/plugin/Steps.d.ts +1 -0
  153. package/dist/plugin/Submit.d.ts +1 -0
  154. package/dist/plugin/Table.d.ts +1 -0
  155. package/dist/plugin/TableCell.d.ts +0 -1
  156. package/dist/plugin/TableView.d.ts +1 -0
  157. package/dist/plugin/Tabs.d.ts +1 -0
  158. package/dist/plugin/Tasks.d.ts +1 -0
  159. package/dist/plugin/Time.d.ts +1 -0
  160. package/dist/plugin/Tpl.d.ts +1 -0
  161. package/dist/plugin/Video.d.ts +1 -0
  162. package/dist/plugin/WebComponent.d.ts +3 -26
  163. package/dist/plugin/Wizard.d.ts +1 -0
  164. package/dist/plugin/Wrapper.d.ts +1 -0
  165. package/dist/plugin.d.ts +17 -4
  166. package/dist/store/editor.d.ts +54 -4
  167. package/dist/style.css +1 -1
  168. package/dist/util.d.ts +2 -2
  169. package/package.json +21 -13
  170. package/static/side_hide_left.svg +10 -0
  171. package/.editorconfig +0 -12
  172. package/.fecsrc +0 -8
  173. package/.prettierrc +0 -20
  174. package/publish-local.sh +0 -37
  175. package/rollup.config.js +0 -24
@@ -7,6 +7,7 @@ export declare class TableViewPlugin extends BasePlugin {
7
7
  rendererName: string;
8
8
  $schema: string;
9
9
  name: string;
10
+ isBaseComponent: boolean;
10
11
  icon: string;
11
12
  description: string;
12
13
  tags: string[];
@@ -3,6 +3,7 @@ export declare class TabsPlugin extends BasePlugin {
3
3
  rendererName: string;
4
4
  $schema: string;
5
5
  name: string;
6
+ isBaseComponent: boolean;
6
7
  description: string;
7
8
  docLink: string;
8
9
  tags: string[];
@@ -3,6 +3,7 @@ export declare class TasksPlugin extends BasePlugin {
3
3
  rendererName: string;
4
4
  $schema: string;
5
5
  name: string;
6
+ isBaseComponent: boolean;
6
7
  description: string;
7
8
  tags: string[];
8
9
  icon: string;
@@ -3,6 +3,7 @@ import { DatePlugin } from './Date';
3
3
  export declare class TimePlugin extends DatePlugin {
4
4
  rendererName: string;
5
5
  name: string;
6
+ isBaseComponent: boolean;
6
7
  scaffold: {
7
8
  type: string;
8
9
  value: number;
@@ -3,6 +3,7 @@ export declare class TplPlugin extends BasePlugin {
3
3
  rendererName: string;
4
4
  $schema: string;
5
5
  name: string;
6
+ isBaseComponent: boolean;
6
7
  icon: string;
7
8
  description: string;
8
9
  docLink: string;
@@ -3,6 +3,7 @@ export declare class VideoPlugin extends BasePlugin {
3
3
  rendererName: string;
4
4
  $schema: string;
5
5
  name: string;
6
+ isBaseComponent: boolean;
6
7
  description: string;
7
8
  tags: string[];
8
9
  icon: string;
@@ -4,6 +4,7 @@ export declare class WebComponentPlugin extends BasePlugin {
4
4
  rendererName: string;
5
5
  $schema: string;
6
6
  name: string;
7
+ isBaseComponent: boolean;
7
8
  description: string;
8
9
  tags: string[];
9
10
  icon: string;
@@ -16,33 +17,9 @@ export declare class WebComponentPlugin extends BasePlugin {
16
17
  tag: string;
17
18
  };
18
19
  panelTitle: string;
19
- panelBody: ({
20
+ panelBody: {
20
21
  type: string;
21
22
  label: string;
22
23
  name: string;
23
- multiple?: undefined;
24
- pipeIn?: undefined;
25
- pipeOut?: undefined;
26
- controls?: undefined;
27
- } | {
28
- type: string;
29
- label: string;
30
- name: string;
31
- multiple: boolean;
32
- pipeIn: (value: any) => any;
33
- pipeOut: (value: any) => any;
34
- controls: ({
35
- placeholder: string;
36
- type: string;
37
- unique: boolean;
38
- name: string;
39
- columnClassName: string;
40
- } | {
41
- placeholder: string;
42
- type: string;
43
- name: string;
44
- unique?: undefined;
45
- columnClassName?: undefined;
46
- })[];
47
- })[];
24
+ }[];
48
25
  }
@@ -4,6 +4,7 @@ export declare class WizardPlugin extends BasePlugin {
4
4
  rendererName: string;
5
5
  $schema: string;
6
6
  name: string;
7
+ isBaseComponent: boolean;
7
8
  description: string;
8
9
  docLink: string;
9
10
  tags: string[];
@@ -4,6 +4,7 @@ export declare class WrapperPlugin extends BasePlugin {
4
4
  $schema: string;
5
5
  disabledRendererPlugin: boolean;
6
6
  name: string;
7
+ isBaseComponent: boolean;
7
8
  description: string;
8
9
  tags: string[];
9
10
  icon: string;
package/dist/plugin.d.ts CHANGED
@@ -57,7 +57,7 @@ export interface RegionConfig {
57
57
  optional?: boolean;
58
58
  /**
59
59
  * 有时候有些包括是需要其他条件的,所以要自己写包裹逻辑。
60
- * 比如 panel 里面的 renderBody
60
+ * 比如 Panel 里面的 renderBody
61
61
  */
62
62
  renderMethodOverride?: (regions: Array<RegionConfig>, insertRegion: (component: JSX.Element, dom: JSX.Element, regions: Array<RegionConfig>, info: RendererInfo, manager: EditorManager) => JSX.Element) => Function;
63
63
  /**
@@ -131,6 +131,8 @@ export interface RendererInfo extends RendererScaffoldInfo {
131
131
  * json schema 协议
132
132
  */
133
133
  $schema?: string;
134
+ isBaseComponent?: boolean;
135
+ disabledRendererPlugin?: boolean;
134
136
  /**
135
137
  * 配置区域。
136
138
  */
@@ -182,7 +184,7 @@ export interface RendererInfo extends RendererScaffoldInfo {
182
184
  *
183
185
  * 表格的列,即是表格列,也可能是其他文本框。
184
186
  *
185
- * 配置了这个后会自动添加多个 panel 面板来编辑。
187
+ * 配置了这个后会自动添加多个 Panel 面板来编辑。
186
188
  */
187
189
  multifactor?: boolean;
188
190
  /**
@@ -249,6 +251,10 @@ export interface ScaffoldForm extends PopOverForm {
249
251
  * 子渲染器信息
250
252
  */
251
253
  export interface SubRendererInfo extends RendererScaffoldInfo {
254
+ /**
255
+ * 用于判断是否是平台预置组件,平台预置组件为true。
256
+ */
257
+ isBaseComponent?: boolean;
252
258
  /**
253
259
  * 首次拖入的时候可以用来配置个表单。
254
260
  */
@@ -280,7 +286,7 @@ export interface ToolbarItem {
280
286
  tooltip?: string;
281
287
  placement?: 'top' | 'bottom' | 'right' | 'left';
282
288
  }
283
- export declare type BasicToolbarItem = Partial<ToolbarItem> & Pick<ToolbarItem, 'icon'>;
289
+ export declare type BasicToolbarItem = Partial<ToolbarItem>;
284
290
  export declare type ContextMenuItem = MenuItem | MenuDivider;
285
291
  /**
286
292
  * 面板的属性定义
@@ -304,10 +310,11 @@ export interface PanelItem {
304
310
  key: string;
305
311
  icon: string;
306
312
  title: string;
307
- component?: React.ComponentType<PanelProps>;
313
+ component?: React.ComponentType<PanelProps | any>;
308
314
  order: number;
309
315
  position?: 'left' | 'right';
310
316
  render?: (props: PanelProps) => JSX.Element;
317
+ menus?: Array<any>;
311
318
  }
312
319
  export declare type BasicPanelItem = Omit<PanelItem, 'order'> & Partial<Pick<PanelItem, 'order'>>;
313
320
  export interface EventContext {
@@ -539,6 +546,11 @@ export interface PluginInterface extends Partial<BasicRendererInfo>, Partial<Bas
539
546
  * 构建子渲染器信息集合。
540
547
  */
541
548
  buildSubRenderers?: (context: RendererEventContext, subRenderers: Array<SubRendererInfo>, renderers: Array<RendererConfig>) => BasicSubRenderInfo | Array<BasicSubRenderInfo> | void;
549
+ /**
550
+ * 更新NPM自定义组件分类和排序[异步方法]
551
+ * 备注:目前主要在npm自定义组件的分类和排序更新中使用
552
+ */
553
+ asyncUpdateCustomSubRenderersInfo?: (context: RendererEventContext, subRenderers: Array<SubRendererInfo>, renderers: Array<RendererConfig>) => void;
542
554
  markDom?: (dom: HTMLElement | Array<HTMLElement>, props: any) => void;
543
555
  }
544
556
  /**
@@ -573,6 +585,7 @@ export declare abstract class BasePlugin implements PluginInterface {
573
585
  * @param menus
574
586
  */
575
587
  buildEditorContextMenu({ id, schema, region, info }: ContextMenuEventContext, menus: Array<ContextMenuItem>): void;
588
+ buildEditorToolbar({ id, schema, info }: BaseEventContext, toolbars: Array<BasicToolbarItem>): void;
576
589
  renderPlaceholder(text: string, key?: any): React.DetailedReactHTMLElement<{
577
590
  key: any;
578
591
  className: string;
@@ -137,6 +137,7 @@ export declare const EditorStore: import("mobx-state-tree").IModelType<{
137
137
  setWidthMutable(value: any): void;
138
138
  setHeightMutable(value: any): void;
139
139
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
140
+ theme: import("mobx-state-tree").IType<string | undefined, string, string>;
140
141
  hoverId: import("mobx-state-tree").IType<string | undefined, string, string>;
141
142
  hoverRegion: import("mobx-state-tree").IType<string | undefined, string, string>;
142
143
  activeId: import("mobx-state-tree").IType<string | undefined, string, string>;
@@ -161,16 +162,25 @@ export declare const EditorStore: import("mobx-state-tree").IModelType<{
161
162
  insertMode: import("mobx-state-tree").IType<string | undefined, string, string>;
162
163
  insertOrigId: import("mobx-state-tree").IType<string | undefined, string, string>;
163
164
  insertBeforeId: import("mobx-state-tree").IType<string | undefined, string, string>;
165
+ showInsertRenderer: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
164
166
  schema: import("mobx-state-tree").IType<any, any, any>;
165
167
  versionId: import("mobx-state-tree").IType<number | undefined, number, number>;
166
168
  schemaHistory: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IType<SchemaHistory, SchemaHistory, SchemaHistory>>, [undefined]>;
167
169
  toolbars: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<ToolbarItem[], ToolbarItem[], ToolbarItem[]>, [undefined]>;
168
170
  panels: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<PanelItem[], PanelItem[], PanelItem[]>, [undefined]>;
171
+ showCustomRenderersPanel: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
172
+ renderersTabsKey: import("mobx-state-tree").IType<string | undefined, string, string>;
173
+ renderersPanelUUID: import("mobx-state-tree").IType<string | undefined, string, string>;
174
+ subRenderers: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<SubRendererInfo[], SubRendererInfo[], SubRendererInfo[]>, [undefined]>;
169
175
  subRenderersKeywords: import("mobx-state-tree").IType<string | undefined, string, string>;
176
+ subRenderersTag: import("mobx-state-tree").IType<string | undefined, string, string>;
170
177
  subRendererRegion: import("mobx-state-tree").IType<string | undefined, string, string>;
171
- subRenderers: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<SubRendererInfo[], SubRendererInfo[], SubRendererInfo[]>, [undefined]>;
178
+ customRenderersPanelUUID: import("mobx-state-tree").IType<string | undefined, string, string>;
179
+ customRenderersKeywords: import("mobx-state-tree").IType<string | undefined, string, string>;
180
+ customRenderersTag: import("mobx-state-tree").IType<string | undefined, string, string>;
172
181
  panelKey: import("mobx-state-tree").IType<string | undefined, string, string>;
173
182
  leftPanelKey: import("mobx-state-tree").IType<string | undefined, string, string>;
183
+ leftPanelOpenStatus: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
174
184
  jsonSchemaUri: import("mobx-state-tree").IType<string | undefined, string, string>;
175
185
  scaffoldForm: import("mobx-state-tree").IMaybe<import("mobx-state-tree").IType<ScaffoldFormContext, ScaffoldFormContext, ScaffoldFormContext>>;
176
186
  scaffoldFormBuzy: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
@@ -357,6 +367,7 @@ export declare const EditorStore: import("mobx-state-tree").IModelType<{
357
367
  getLeftPanelKey(): string;
358
368
  readonly leftPanels: PanelItem[];
359
369
  readonly rightPanels: PanelItem[];
370
+ readonly contextMenuPanel: PanelItem | undefined;
360
371
  getPanels(): Array<PanelItem>;
361
372
  getLeftPanels(): Array<PanelItem>;
362
373
  readonly sortedToolbars: ToolbarItem[];
@@ -840,10 +851,38 @@ export declare const EditorStore: import("mobx-state-tree").IModelType<{
840
851
  readonly dragging: boolean;
841
852
  readonly needPatch: boolean;
842
853
  readonly schemaRaw: any;
854
+ /** 获取平台预置组件(基础组件)*/
855
+ readonly subRenderersByOrder: SubRendererInfo[];
856
+ /** 获取自定义组件*/
857
+ readonly customRenderersByOrder: SubRendererInfo[];
858
+ /** 根据关键字过滤组件 */
859
+ groupedRenderersByKeyword(_subRenderers: Array<SubRendererInfo>, keywords?: string | undefined): {
860
+ [propName: string]: SubRendererInfo[];
861
+ };
862
+ /** 根据关键字过滤预置组件
863
+ * 备注:组件搜索中需要
864
+ */
865
+ groupedSubRenderersByKeyword(_subRenderers?: SubRendererInfo[] | undefined, keywords?: string | undefined): {
866
+ [propName: string]: SubRendererInfo[];
867
+ };
868
+ /**
869
+ * 根据当前分类和关键字获取预置组件
870
+ * 备注:组件面板展示需要
871
+ */
843
872
  readonly groupedSubRenderers: {
844
873
  [propName: string]: SubRendererInfo[];
845
874
  };
846
- getSubRendererById(id: string): SubRendererInfo | undefined;
875
+ /** 根据关键字过滤自定义组件 */
876
+ groupedCustomRenderersByKeyword(_subRenderers?: SubRendererInfo[] | undefined, keywords?: string | undefined): {
877
+ [propName: string]: SubRendererInfo[];
878
+ };
879
+ /**
880
+ * 根据当前分类和关键字获取自定义组件
881
+ */
882
+ readonly groupedCustomRenderers: {
883
+ [propName: string]: SubRendererInfo[];
884
+ };
885
+ getSubRendererById(id: string): any;
847
886
  readonly groupedInsertRenderers: {
848
887
  [propName: string]: SubRendererInfo[];
849
888
  };
@@ -861,7 +900,9 @@ export declare const EditorStore: import("mobx-state-tree").IModelType<{
861
900
  getIframe(): HTMLIFrameElement | undefined;
862
901
  setIsMobile(value?: boolean | undefined): void;
863
902
  setCtx(value: any): void;
903
+ setTheme(value: string): void;
864
904
  setIsSubEditor(isSubEditor: boolean): void;
905
+ setShowCustomRenderersPanel(_showCustomRenderersPanel: boolean): void;
865
906
  setSchema(json: any): void;
866
907
  insertSchema(event: PluginEvent<InsertEventContext>): any;
867
908
  moveSchema(event: PluginEvent<MoveEventContext>): void;
@@ -879,10 +920,17 @@ export declare const EditorStore: import("mobx-state-tree").IModelType<{
879
920
  setPanels(panels: Array<PanelItem>): void;
880
921
  setSubRenderers(renderers: Array<SubRendererInfo>): void;
881
922
  changeSubRenderersKeywords(keywords: string): void;
923
+ changeSubRenderersTag(tag: string): void;
882
924
  resetSubRenderersKeywords(): void;
925
+ changeCustomRenderersKeywords(keywords: string): void;
926
+ changeCustomRenderersTag(tag: string): void;
927
+ resetCustomRenderersKeywords(): void;
883
928
  changeSubRendererRegion(region: string): void;
884
- changePanelKey(key: string, force?: boolean): void;
885
- changeLeftPanelKey(key: string, force?: boolean): void;
929
+ changePanelKey(key: string): void;
930
+ changeLeftPanelKey(key: string): void;
931
+ changeRenderersTabsKey(key: string): void;
932
+ changeLeftPanelOpenStatus(isOpenStatus: boolean): void;
933
+ showRendererPanel(tag?: string | undefined, msg?: string | undefined): void;
886
934
  changeValue(value: Schema, diff?: any): void;
887
935
  changeValueById(id: string, value: Schema, diff?: any, replace?: boolean | undefined, noTrace?: boolean | undefined): void;
888
936
  moveUp(id: string): void;
@@ -894,6 +942,8 @@ export declare const EditorStore: import("mobx-state-tree").IModelType<{
894
942
  replaceChild(id: string, json: any): void;
895
943
  setInsertRegion(region: string, id?: string, tag?: string, mode?: 'insert' | 'replace', originId?: string, beforeId?: string | undefined): void;
896
944
  closeInsertPanel(): void;
945
+ showInsertRendererPanel(): void;
946
+ closeInsertRendererPanel(): void;
897
947
  setInsertRenderers(renderers: Array<SubRendererInfo>): void;
898
948
  changeInsertRenderersKeywords(keywords: string): void;
899
949
  resetInsertRenderersKeywords(): void;
package/dist/style.css CHANGED
@@ -1 +1 @@
1
- .editor-backTop{position:fixed;right:100px;bottom:50px;z-index:10000;width:40px;height:40px;margin:0;padding:0;box-sizing:border-box;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";cursor:pointer;visibility:visible;transition:all .3s}.editor-backTop.hidden{visibility:hidden}.editor-backTop:empty{display:none}.backTop-content{width:40px;height:40px;overflow:hidden;color:#fff;text-align:center;background-color:rgba(0,0,0,.45);border-radius:20px;transition:all .3s}.backTop-content:hover{background-color:rgba(0,0,0,.85);transition:all .3s}.backTop-icon{font-size:20px;line-height:40px}@media screen and (max-width: 768px){.editor-backTop{right:60px}}@media screen and (max-width: 480px){.editor-backTop{right:20px}}@keyframes shake{10%,90%{transform:translate3d(-1px, 0, 0)}20%,80%{transform:translate3d(2px, 0, 0)}30%,50%,70%{transform:translate3d(-4px, 0, 0)}40%,60%{transform:translate3d(4px, 0, 0)}}.shake{animation:shake .82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;transform:translate3d(0, 0, 0);backface-visibility:hidden;perspective:1000px}.ae-Outline-panel{display:flex;flex-direction:column;height:100%;padding-top:16px}.ae-Outline{margin-top:16px;padding:0 6px 0 12px;width:240px;flex:1 1 auto;background:#fff;overflow:auto}.ae-Outline::-webkit-scrollbar{background-color:#fff;width:10px !important;height:10px !important}.ae-Outline ::-webkit-scrollbar-track{background-color:#fff}.ae-Outline::-webkit-scrollbar-thumb{background-color:#e6e7e8;border-radius:8px;border:2px solid #fff}.ae-Outline::-webkit-scrollbar-thumb:hover{background-color:#dadbdd}.ae-Outline::-webkit-scrollbar-button{display:none}.ae-Outline-list,.ae-Outline-sublist{list-style:none;padding:2px 0 0;margin:0}.ae-Outline-list{margin-left:16px}.ae-Outline-sublist{margin-left:16px}.ae-Outline-sublist>.ae-Outline-node::before,.ae-Outline-sublist>.ae-Outline-node::after{position:absolute;content:"";background:#d1d5db;display:block}.ae-Outline-sublist>.ae-Outline-node::before{width:8px;height:1px;left:-25px;top:13px;visibility:hidden}.ae-Outline-sublist>.ae-Outline-node::after{width:1px;height:100%;left:-25px;top:0;visibility:hidden}.ae-Outline-sublist>.ae-Outline-node:last-child::after{height:13px}.ae-Outline-node{position:relative;margin:4px 0;vertical-align:middle}.ae-Outline-node>a{margin-left:-8px;display:inline-block;min-width:108px;padding:3px 8px;font-family:PingFangSC-Regular;font-size:12px;color:#141a25;line-height:18px;font-weight:400;text-decoration:none;user-select:none;cursor:pointer}.ae-Outline-node>a:hover{background:#f0f0f0}.ae-Outline-node.has-children>a{margin-left:0}.ae-Outline-node.is-hover>a{color:#2468f2}.ae-Outline-node.is-active>a{background:rgba(36,104,242,.1);border-radius:2px}.ae-Outline-node.is-folded>.ae-Outline-sublist{display:none}.ae-Outline-node span.has-keywords{color:#2468f2}.ae-Outline-expander{position:absolute;left:-16px;top:3px;cursor:pointer;z-index:2;display:inline-flex;justify-content:center;align-items:center}.ae-Outline-expander>svg{width:16px;height:16px;color:#83868c;transform:rotate(0deg);transition:transform ease-out .1s}.ae-Outline-expander.is-folded>svg{transform:rotate(-90deg)}.ae-Outline-tip{color:#28a745;margin-bottom:15px;animation:shake .82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;transform:translate3d(0, 0, 0);backface-visibility:hidden;perspective:1000px}.ae-Settings{position:relative;background:#fff;box-shadow:-2px 0 20px 0 rgba(0,0,0,.1);z-index:5;transition:width ease-in-out .2s;transform:translateZ(0)}.ae-Settings.is-left{width:302px;box-shadow:2px 0 20px 0 rgba(0,0,0,.1)}.ae-Settings.is-left .ae-Settings-inner{overflow:visible}.ae-Settings.is-left .ae-Settings-tabs{float:none}.ae-Settings.has-popover{z-index:1300}.ae-Settings .png-icon{width:24px;height:24px;background-size:contain;margin-bottom:5px}.ae-Settings .png-icon.code-png{background-image:url(4de5f42360bc5946c3c2.png)}.ae-Settings .png-icon.outline-png{background-image:url(c94073576487510314ea.png)}.ae-Settings .png-icon.renderers-png{background-image:url(150a58f3318ca7541ed9.png)}.ae-Settings .is-active .png-icon.code-png,.ae-Settings ul[role=tablist]>li:hover .png-icon.code-png{background-image:url(4e9968bba3855f088fed.png)}.ae-Settings .is-active .png-icon.outline-png,.ae-Settings ul[role=tablist]>li:hover .png-icon.outline-png{background-image:url(471adb97c322b226e589.png)}.ae-Settings .is-active .png-icon.renderers-png,.ae-Settings ul[role=tablist]>li:hover .png-icon.renderers-png{background-image:url(7f09c38ebc687fea847a.png)}.ae-Settings-main{display:inline-block;height:100%;vertical-align:top}.ae-Settings-inner{color:#a6a8b1;text-align:left;display:inline-block;position:relative;height:100%;max-width:100%;overflow:hidden;vertical-align:top}.ae-Settings-inner.has-popover{z-index:1300}.ae-Settings-inner .editor-prop-config-tabs-cont>div{position:relative}.ae-Settings-tabs{display:inline-flex;vertical-align:top;float:right;flex-direction:row-reverse;height:100%}.ae-Settings-tabs>ul{position:relative;width:62px;padding-top:27px;border:none}.ae-Settings-tabs>ul:empty{min-width:unset}.ae-Settings-tabs>ul>li{margin:0 0 22px 0 !important;padding:0;display:flex !important;flex-direction:column;justify-content:flex-start;align-items:center}.ae-Settings-tabs>ul>li i.fa{font-size:24px;height:24px;margin-bottom:5px}.ae-Settings-tabs>ul>li>a{padding:0 !important;margin:0 !important;font-size:14px !important;font-family:PingFangSC-Regular;color:#83868c !important;letter-spacing:0;font-weight:400;white-space:break-spaces;text-align:center;line-height:19.6px !important;border-radius:0 !important;border:none !important;display:flex !important;flex-direction:column;justify-content:flex-start;align-items:center}.ae-Settings-tabs>ul>li>a:hover{color:#2468f2 !important}.ae-Settings-tabs>ul>li.is-active>a{background:#fff !important;color:#2468f2 !important}.ae-Settings .ae-Settings-tabs>.ae-Settings-tabs-content>div{padding:0}.ae-Settings .ae-Settings-tabs>ul{border-right:none;border-left:1px solid #e6e6e8}.ae-Settings.is-left .ae-Settings-tabs>ul{border-left:none;border-right:1px solid #e6e6e8}.ae-Settings.is-left .ae-Settings-tabs .ae-Settings-tabs-content>div,.ae-Settings.is-left .ae-Settings-tabs .editor-prop-config-tabs-cont>div{height:100%;padding:0}.ae-Settings-tabs-content{background:#fff;color:#666;padding:0 !important;border:none;position:relative;height:100%}.ae-Settings-tabs-content>div{height:100%;padding:0}.ae-Settings-tabs-content>div>div:first-child:last-child{height:100%;overflow:auto}.ae-Settings-tabs-content>div>div:first-child:last-child::-webkit-scrollbar{background-color:#fff;width:10px !important;height:10px !important}.ae-Settings-tabs-content>div>div:first-child:last-child ::-webkit-scrollbar-track{background-color:#fff}.ae-Settings-tabs-content>div>div:first-child:last-child::-webkit-scrollbar-thumb{background-color:#e6e7e8;border-radius:8px;border:2px solid #fff}.ae-Settings-tabs-content>div>div:first-child:last-child::-webkit-scrollbar-thumb:hover{background-color:#dadbdd}.ae-Settings-tabs-content>div>div:first-child:last-child::-webkit-scrollbar-button{display:none}.ae-Settings-content{position:relative;padding:16px 12px;width:310px;overflow:auto}.ae-Settings-content::-webkit-scrollbar{background-color:#fff;width:10px !important;height:10px !important}.ae-Settings-content ::-webkit-scrollbar-track{background-color:#fff}.ae-Settings-content::-webkit-scrollbar-thumb{background-color:#e6e7e8;border-radius:8px;border:2px solid #fff}.ae-Settings-content::-webkit-scrollbar-thumb:hover{background-color:#dadbdd}.ae-Settings-content::-webkit-scrollbar-button{display:none}.ae-Settings-content.with-actions{position:relative}.ae-Settings-content.with-actions .editor-prop-config-tabs,.ae-Settings-content.with-actions .editor-prop-config-collapse{padding-bottom:45px}.ae-Settings-content.with-actions .ae-Settings-actions,.ae-Settings-content.with-actions>input{position:fixed;left:0;bottom:0;margin-bottom:0;width:310px;line-height:1;display:flex;align-items:center;justify-content:center}.ae-Editor-configPane{min-width:250px}.ae-LeftSettings-tabs{height:100%;padding:0;flex-direction:row}.editor-prop-config-tabs{position:relative;margin:-16px -12px;height:calc(100% + 32px);padding:0;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-start}.editor-prop-config-tabs>ul[role=tablist]{margin:0 0 -1px 0;flex:0 0 48px;padding:0 .5px;border-bottom:1px solid #eceff8;display:flex;justify-content:flex-start}.editor-prop-config-tabs>ul[role=tablist]>li{flex:0 0 65px;display:flex;justify-content:center}.editor-prop-config-tabs>ul[role=tablist]>li>a{margin:0 !important;padding:0 !important;width:28px;font-family:PingFangSC-Regular;font-size:14px;color:#141a25 !important;letter-spacing:0;font-weight:400;text-decoration:none;display:flex !important;justify-content:center !important;align-items:center !important}.editor-prop-config-tabs>ul[role=tablist]>li>a:hover,.editor-prop-config-tabs>ul[role=tablist]>li>a.is-active{border-bottom:solid 2px #2468f2 !important}.editor-prop-config-tabs .editor-prop-config-tabs-cont{flex:1 1 auto;padding:4px 0 0 0;overflow:auto}.editor-prop-config-tabs .editor-prop-config-tabs-cont::-webkit-scrollbar{background-color:#fff;width:10px !important;height:10px !important}.editor-prop-config-tabs .editor-prop-config-tabs-cont ::-webkit-scrollbar-track{background-color:#fff}.editor-prop-config-tabs .editor-prop-config-tabs-cont::-webkit-scrollbar-thumb{background-color:#e6e7e8;border-radius:8px;border:2px solid #fff}.editor-prop-config-tabs .editor-prop-config-tabs-cont::-webkit-scrollbar-thumb:hover{background-color:#dadbdd}.editor-prop-config-tabs .editor-prop-config-tabs-cont::-webkit-scrollbar-button{display:none}.editor-prop-config-collapse{margin:-16px -12px;padding:12px 0 0}.editor-prop-config-collapse .cxd-Collapse{padding-bottom:20px;border-bottom:1px solid #e6e6e8;margin-bottom:0;box-sizing:border-box}.editor-prop-config-collapse .cxd-Collapse:last-child{border-bottom:0}.editor-prop-config-collapse .cxd-Collapse.is-collapsed{padding-bottom:0}.editor-prop-config-collapse .editor-prop-config-head{margin:0;padding:0 12px;height:35px;font-family:PingFangSC-Medium;font-size:14px;color:#141a25;letter-spacing:0;font-weight:500;border-bottom:none;cursor:pointer;box-sizing:border-box;display:flex;justify-content:space-between;align-items:center}.editor-prop-config-collapse .editor-prop-config-head .cxd-Collapse-arrow:before{width:8px;height:8px}.editor-prop-config-collapse .editor-prop-config-body{padding:0 15px;box-sizing:border-box}.ae-Editor-outlinePane{min-width:200px}.ae-Settings-placeholder{padding:20px;text-align:center;color:#999}.ae-Editor-insertPane{width:500px}.ae-Editor-codePane{position:relative;height:100%;width:300px;overflow:visible !important;max-width:1000px}.ae-Editor-codePane .overflowingContentWidgets{margin-top:-99999px}.ae-Editor-codeResizor{position:absolute;right:-0.375rem;top:50%;cursor:ew-resize;writing-mode:vertical-lr;width:.75rem;height:1.5rem;margin-top:-0.75rem;border:.0625rem solid #dee2e6;background-color:#fff;border-radius:.142rem;font-size:12px;line-height:.625rem;text-align:center;user-select:none;color:#666}.ae-Editor-codeResizor:hover{color:#000;box-shadow:0 4px 8px 0 rgba(0,0,0,.12),0 2px 4px 0 rgba(0,0,0,.08)}.ae-Editor-codeResizor:after{content:"···"}.ae-Breadcrumb{position:relative;white-space:nowrap;height:40px;line-height:40px;padding-left:20px;background:#fff;font-family:PingFangSC-Regular;font-size:14px;color:#5e626a;letter-spacing:0;font-weight:400;box-shadow:0 2px 6px 0 rgba(211,211,211,.5)}.ae-Breadcrumb>ul{list-style:none;display:inline-block;margin:0;padding:0}.ae-Breadcrumb>ul>li{display:inline-block;margin:0;padding:0;position:relative}.ae-Breadcrumb>ul>li>span{display:inline-block;padding:0 5px;cursor:pointer}.ae-Breadcrumb>ul>li>span:hover{color:#141a25;text-decoration:none}.ae-Breadcrumb>ul>li>ul{position:absolute;display:none;bottom:41px;left:0;max-height:320px;line-height:25px;padding:5px 0;background:#fff;overflow:auto;box-shadow:0 2px 6px 0 rgba(211,211,211,.5);list-style:none;z-index:100000}.ae-Breadcrumb>ul>li>ul::-webkit-scrollbar{background-color:#fff;width:10px !important;height:10px !important}.ae-Breadcrumb>ul>li>ul ::-webkit-scrollbar-track{background-color:#fff}.ae-Breadcrumb>ul>li>ul::-webkit-scrollbar-thumb{background-color:#e6e7e8;border-radius:8px;border:2px solid #fff}.ae-Breadcrumb>ul>li>ul::-webkit-scrollbar-thumb:hover{background-color:#dadbdd}.ae-Breadcrumb>ul>li>ul::-webkit-scrollbar-button{display:none}.ae-Breadcrumb>ul>li>ul>li>span{display:block;padding:2px 10px;cursor:pointer;color:#666}.ae-Breadcrumb>ul>li>ul>li>span:hover{background:#f6f7fb;text-decoration:none;color:#333}.ae-Breadcrumb>ul>li>ul>li>span.is-active{color:#205dd9}.ae-Breadcrumb>ul>li:hover>span{background:#f6f7fb}.ae-Breadcrumb>ul>li:hover>ul{display:block}.ae-Breadcrumb>ul>li:not(:last-child):after{color:#5e626a;content:">"}.ae-Breadcrumb>ul>li:last-child>span{font-family:Helvetica;font-size:14px;color:#141a25;letter-spacing:0;font-weight:400;text-decoration:none}.ae-ClassNamePicker-popover{padding:10px;width:610px;max-height:400px;overflow:auto}.ae-ClassNamePicker-popover.ae-PopOver--leftBottomLeftTop{margin-top:1px}.ae-ClassNamePicker-popover.ae-PopOver--leftTopLeftBottom{margin-top:-1px}.ae-ClassNameControl-group{margin:10px;display:inline-block;width:265px}.ae-ClassNameControl-group.w2x{width:550px}.ae-ClassNameControl-group .ae-ClassNameControl-group{padding-left:65px;margin:0;display:block;width:auto}.ae-ClassNameControl-group .ae-ClassNameControl-group:not(:last-child){margin:0 0 10px 0}.ae-ClassNameControl-group .ae-ClassNameControl-group .ae-ClassNameControl-groupLabel{float:left;border:none;padding-top:5px;padding-bottom:0;text-align:right;margin:0 0 0 -60px;font-size:12px}.ae-ClassNameControl-group .ae-ButtonGroup+.ae-ButtonGroup{margin-left:5px}.ae-ClassNameControl-groupLabel{border-bottom:.0625rem solid #dfe2e6;display:block;padding-bottom:5px;margin-bottom:10px;font-size:14px}.ae-RendererList{height:100%;padding:16px 0 10px;width:240px;display:flex;flex-direction:column}.ae-RendererList .ae-RendererList-tip{padding:0 12px;color:#28a745}.ae-RendererList .ae-RendererList-group>span{display:inline-block;margin:0 12px}.ae-RendererList-groupWrap{flex:1 1 auto;background:#fff;overflow:auto}.ae-RendererList-groupWrap::-webkit-scrollbar{background-color:#fff;width:10px !important;height:10px !important}.ae-RendererList-groupWrap ::-webkit-scrollbar-track{background-color:#fff}.ae-RendererList-groupWrap::-webkit-scrollbar-thumb{background-color:#e6e7e8;border-radius:8px;border:2px solid #fff}.ae-RendererList-groupWrap::-webkit-scrollbar-thumb:hover{background-color:#dadbdd}.ae-RendererList-groupWrap::-webkit-scrollbar-button{display:none}.ae-RendererList-groupWrap .collapse-header{padding:0 12px;font-family:PingFangSC-Medium;font-size:14px;color:#141a25;letter-spacing:0;font-weight:500;height:35px;line-height:35px;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.ae-RendererList-groupWrap .collapse-header .expander-icon>svg{width:10px;height:10px;color:#333;transform:rotate(90deg);transition:transform ease-out .3s}.ae-RendererList-groupWrap .collapse-header .expander-icon.is-folded>svg{transform:rotate(0deg)}.ae-RendererList-group.collapse-content{display:flex;flex-wrap:wrap;height:auto;padding:6px 0 6px 2px;box-sizing:border-box;border-bottom:1px solid #e6e6e8;transition:height .3s}.ae-RendererList-group.collapse-content:last-child{border-bottom:none}.ae-RendererList-group.collapse-content.is-folded{height:1px;padding:0;overflow:hidden}.ae-RendererList-group.collapse-content.is-folded:last-child{height:0}.ae-RendererList-group.collapse-content .ae-RendererList-item{margin:0 2px 17px 10px;flex:0 0 64px;cursor:pointer;font-size:12px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.ae-RendererList-group.collapse-content .ae-RendererList-item .icon-box{width:64px;height:46px;box-sizing:border-box;background:#fff;border:1px solid #ddd;border-radius:4px;display:flex;justify-content:center;align-items:center}.ae-RendererList-group.collapse-content .ae-RendererList-item .icon-box>i{font-size:32px;color:#ddd}.ae-RendererList-group.collapse-content .ae-RendererList-item .icon-box:hover{background:#f5f8ff;border:1px solid #2468f2}.ae-RendererList-group.collapse-content .ae-RendererList-item .icon-box:hover>i{color:#2468f2}.ae-RendererList-group.collapse-content .ae-RendererList-item .ae-RendererList-itemInfo{margin-top:8px;display:flex;justify-content:center;align-items:center}.ae-RendererList-group.collapse-content .ae-RendererList-item .ae-RendererList-itemInfo .ae-RendererInfo{flex:1 1 auto;max-width:64px;text-align:right;font-family:PingFangSC-Regular;font-size:12px;color:#141a25;letter-spacing:0;font-weight:400;line-height:18px;user-select:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ae-RendererList-group.collapse-content .ae-RendererList-item .ae-RendererList-itemInfo .ae-RendererIcon{flex:0 0 15px;padding-left:3px;color:#6c757d;justify-content:center;align-items:center;display:none}.ae-RendererList-group.collapse-content .ae-RendererList-item .ae-RendererList-itemInfo .ae-RendererIcon>svg{width:12px;height:12px}.ae-RendererList-group.collapse-content .ae-RendererList-item .ae-RendererList-itemInfo .ae-RendererIcon:hover{color:#212529}.ae-RendererList-group.collapse-content .ae-RendererList-item:hover .ae-RendererInfo{max-width:49px}.ae-RendererList-group.collapse-content .ae-RendererList-item:hover .ae-RendererIcon{display:flex !important}.ae-RendererList .ae-RendererList-item[data-dnd-type=commonConfig]{cursor:move;background:#f6f7fb;border:1px solid #ccc;padding:4px 8px;display:flex;margin:5px;align-items:center;font-size:12px;white-space:nowrap}.ae-RendererList .ae-RendererList-item[data-dnd-type=commonConfig]>i,.ae-RendererList .ae-RendererList-item[data-dnd-type=commonConfig]>svg{margin-right:5px;font-size:14px}.ae-RendererList .ae-RendererList-item[data-dnd-type=commonConfig]:hover{color:#333;background:#edeff7}.ae-RendererList .ae-RendererList-item[data-dnd-type=commonConfig] .ae-RendererList-itemLabel{flex-grow:1}.ae-RendererList .ae-RendererList-item[data-dnd-type=commonConfig] .ae-RendererList-itemInfo{flex:0 0 auto;align-items:center}.ae-RendererList .ae-RendererList-item[data-dnd-type=commonConfig] .ae-RendererList-itemInfo a.ae-RendererIcon{display:inline-flex;align-items:center;justify-content:center}.ae-RendererThumb{max-width:328px;min-height:120px;padding:5px;background:#fff;box-shadow:0 4px 5px 0 rgba(0,0,0,.06),0 1px 10px 0 rgba(0,0,0,.05),0 2px 4px -1px rgba(0,0,0,.04)}.ae-RendererThumb .ae-Renderer-title{font-family:PingFang-SC-Bold;font-size:14px;color:#333;letter-spacing:0;font-weight:700}.ae-RendererThumb .ae-Renderer-info{margin:8px 0;font-family:PingFangSC-Regular;font-size:12px;color:#333;letter-spacing:0;line-height:22px;font-weight:400}.ae-RendererThumb .ae-Renderer-preview{position:relative;overflow:hidden}.ae-InsertPanel-drawer svg.icon-close{width:22px;height:22px}.ae-InsertPanel-drawer .ae-InsertPanel-footer>.action-btn{padding:4px 16px;border-radius:4px;display:inline-flex;justify-content:center;align-items:center}.ae-InsertPanel-drawer .ae-InsertPanel-footer>.action-btn.action-btn-primary{color:#fff;background-color:#2468f2}.ae-InsertPanel-drawer .ae-InsertPanel-footer>.action-btn.action-btn-primary:hover{background-color:#5086f5}.ae-InsertPanel-drawer .ae-InsertPanel-footer>.action-btn.is-disabled{color:#b4b6ba;background-color:#e6e6e8;border-color:#e6e6e8}.ae-RenderersPicker-list{flex-grow:1;height:0;display:flex;flex-direction:row;margin-top:10px;margin-bottom:10px}.ae-RenderersPicker-list>ul{min-width:40px;margin:0;padding:0;margin-right:20px;user-select:none}.ae-RenderersPicker-list>ul>li{list-style:none;display:block;text-align:center;white-space:nowrap}.ae-RenderersPicker-list>ul>li:not(:last-child){margin-bottom:10px}.ae-RenderersPicker-list>ul>li>a{color:#666;font-size:14px;cursor:pointer;padding:2px 10px;border-radius:5px}.ae-RenderersPicker-list>ul>li.is-active>a,.ae-RenderersPicker-list>ul>li>a:hover{text-decoration:none;color:#333;background:rgba(66,133,244,.1)}.ae-RenderersPicker-content{flex-grow:1;width:0;overflow:auto}.ae-RenderersPicker-content::-webkit-scrollbar{background-color:#fff;width:10px !important;height:10px !important}.ae-RenderersPicker-content ::-webkit-scrollbar-track{background-color:#fff}.ae-RenderersPicker-content::-webkit-scrollbar-thumb{background-color:#e6e7e8;border-radius:8px;border:2px solid #fff}.ae-RenderersPicker-content::-webkit-scrollbar-thumb:hover{background-color:#dadbdd}.ae-RenderersPicker-content::-webkit-scrollbar-button{display:none}.ae-RenderersPicker-content>ul{list-style:none;margin:0;padding:0}.ae-RenderersPicker-content>ul>li{border-radius:4px;margin:0;padding:0;display:flex;flex-wrap:wrap;flex-direction:row;align-items:center;border:1px solid #e6e7e8;color:#666;font-size:12px;cursor:pointer}.ae-RenderersPicker-content>ul>li:not(:last-child){margin-bottom:10px}.ae-RenderersPicker-content>ul>li:hover,.ae-RenderersPicker-content>ul>li.is-active{background:rgba(32,93,217,.05)}.ae-RenderersPicker-content>ul>li.is-active{border:1px solid #205dd9}.ae-RenderersPicker-info{flex-grow:1;width:0;padding:10px;align-self:flex-start;user-select:none}.ae-RenderersPicker-info>h4{font-size:14px;color:#333;padding:0;margin:0 0 10px}.ae-RendereresPicker-form{height:100%}.ae-RenderersPicker{height:100%;display:flex;flex-direction:column}.ae-RegionFilter{margin:10px 15px;font-size:12px;color:#666}.ae-RegionFilter>div{display:inline-block;cursor:pointer;padding:2px 10px;border-radius:5px}.ae-RegionFilter>div:hover,.ae-RegionFilter>div.is-active{color:#333;background:rgba(66,133,244,.1)}.ae-InsertPanel{display:flex;flex-direction:column;padding:15px;width:100%;height:100%}.ae-InsertPanel-title{color:#333;margin-bottom:10px}.ae-InsertPanel-footer{text-align:right}.ae-InsertPanel-footer>button+button,.ae-InsertPanel-footer>div+button{margin-left:5px}.ae-TableViewEditor{position:relative}.ae-TableViewEditor-rowLine{position:absolute;height:7px;left:0;right:0;cursor:row-resize;user-select:none;opacity:.5}.ae-TableViewEditor-colLine{position:absolute;width:7px;top:0;bottom:0;cursor:col-resize;user-select:none;opacity:.5}.ae-TableViewEditor-mergeIcon{position:absolute;bottom:-22px;left:calc(50% - 3.5em);color:#4285f4;cursor:pointer}.ae-TableViewEditor td[data-selected]{background:#cfe1fe}.ae-TableViewEditor .ae-AddBtn{position:absolute;left:calc(50% - 10px);top:calc(50% - 10px);margin:0}.ae-TargetName{padding:12px;width:15em}.ae-TargetName-list{list-style:none;padding:0;margin:0;user-select:none;cursor:pointer}.ae-TargetName-node>span{line-height:normal}.ae-TargetName-node>a{color:#58666e;text-decoration:none}.ae-TargetName-node.is-active>a{color:#007bff}.ae-TargetName-node.is-hover>a{color:#007bff}.ae-Editor-selectionCursor{position:absolute;background:rgba(35,183,229,.2);border:1px solid #23b7e5;z-index:999999}.aeDataChain{display:flex;flex-direction:row;flex-wrap:nowrap;min-height:300px}.aeDataChain-aside{width:60px;flex-shrink:0;border-right:1px solid #ccc;margin-right:10px;padding-right:10px}.aeDataChain-aside>ul{list-style:none;margin:0;padding:0}.aeDataChain-aside>ul>li{display:block;cursor:pointer;text-align:center;color:#999;padding:2px 5px;font-size:12px}.aeDataChain-aside>ul>li.is-active{color:#333;background:#edeff7}.aeDataChain-main{flex-grow:1;flex-basis:1}@keyframes growing{0%{box-shadow:0 0 10px rgba(35,183,229,0) inset;border:1px solid rgba(32,93,217,0)}50%{box-shadow:0 0 10px rgba(35,183,229,.6) inset;border:1px solid rgba(32,93,217,.75)}100%{box-shadow:0 0 10px rgba(35,183,229,.2) inset;border:1px solid rgba(32,93,217,.1)}}.ae-Editor{display:block;min-height:450px;min-width:1280px}.ae-Editor svg.icon{top:0 !important}.ae-Editor.is-fixed{position:absolute;top:0;left:0;right:0;bottom:0}.ae-Editor .ae-Editor-inner{display:flex;height:100%;width:100%;flex-direction:row}.ae-Editor-common-config{outline:2px solid rgba(243,144,0,.2)}.ae-Main{transform:scale(1);transform-origin:center top;flex-grow:1;width:0;background-color:#f2f2f4;display:flex;flex-direction:column}.ae-Main .ant-back-top{bottom:96px;right:39px;width:45px;height:45px;z-index:20000}.ae-Main .ant-back-top svg.ant-fade-leave{visibility:hidden}.ae-Main .ant-back-top svg.ant-fade-enter{visibility:visible}.ae-Preview{position:relative;flex-grow:1;background-color:#f2f2f4;overflow:hidden}.ae-Preview .ae-Preview-body{position:relative;height:100%;width:100%;padding:24px;min-width:419px;background-color:#f2f2f4;overflow-x:hidden;overflow-y:auto}.ae-Preview .ae-Preview-body::-webkit-scrollbar{background-color:#fff;width:10px !important;height:10px !important}.ae-Preview .ae-Preview-body ::-webkit-scrollbar-track{background-color:#fff}.ae-Preview .ae-Preview-body::-webkit-scrollbar-thumb{background-color:#e6e7e8;border-radius:8px;border:2px solid #fff}.ae-Preview .ae-Preview-body::-webkit-scrollbar-thumb:hover{background-color:#dadbdd}.ae-Preview .ae-Preview-body::-webkit-scrollbar-button{display:none}.ae-Preview .ae-Preview-body::-webkit-scrollbar{background-color:#f2f2f4}.ae-Preview .ae-Preview-body::-webkit-scrollbar-thumb{border:2px solid #f2f2f4;background-color:#dadbdd}.ae-Preview .ae-Preview-body::-webkit-scrollbar-thumb:hover{background-color:#cecfd1;width:10px !important;height:10px !important}.ae-Preview .ae-Preview-body .ae-Preview-inner{position:relative;display:flex;min-height:100%;background:#fff;box-shadow:0 2px 6px 0 rgba(211,211,211,.5);border-radius:4px}.ae-Preview .ae-Preview-body .ae-Preview-inner>*:first-child{min-width:100%;position:relative;min-height:100%;height:auto;background:#fff;box-shadow:0 10px 10px -10px rgba(0,0,0,.2)}.ae-Preview .ae-Preview-body:focus{outline:none}.ae-Preview .ae-Preview-body.is-edting input,.ae-Preview .ae-Preview-body.is-edting textarea,.ae-Preview .ae-Preview-body.is-edting select,.ae-Preview .ae-Preview-body.is-edting iframe{pointer-events:none}.ae-Preview .ae-Preview-body.is-mobile{position:relative;border-width:64px 22px;border-color:#ddd;border-style:solid;border-radius:40px;width:419px;height:798px;flex-grow:unset;min-height:unset;margin:40px auto;min-width:unset;padding:0;overflow:visible}.ae-Preview .ae-Preview-body.is-mobile>.ae-Preview-inner{min-height:100%;height:100%;width:100%;overflow-x:hidden;overflow-y:auto;padding:0}.ae-Preview .ae-Preview-body.is-mobile>.ae-Preview-inner::-webkit-scrollbar{display:none}.ae-Preview .ae-Preview-body.is-mobile .mobile-sound,.ae-Preview .ae-Preview-body.is-mobile .mobile-receiver,.ae-Preview .ae-Preview-body.is-mobile .mobile-left-btn,.ae-Preview .ae-Preview-body.is-mobile .mobile-right-btn,.ae-Preview .ae-Preview-body.is-mobile .mobile-open-btn{position:absolute;background:#cdcdcd;border-radius:3px;z-index:100}.ae-Preview .ae-Preview-body.is-mobile .mobile-sound{top:-35px;left:142px;width:58px;height:6px}.ae-Preview .ae-Preview-body.is-mobile .mobile-receiver{top:-37px;left:224px;width:10px;height:10px;border-radius:5px}.ae-Preview .ae-Preview-body.is-mobile .mobile-left-btn{top:162px;left:-27px;width:6px;height:50px}.ae-Preview .ae-Preview-body.is-mobile .mobile-right-btn{top:61px;right:-27px;width:6px;height:100px}.ae-Preview .ae-Preview-body.is-mobile .mobile-open-btn{top:211px;right:-27px;width:6px;height:50px}.ae-Preview.is-mobile-body{overflow-x:hidden;overflow-y:auto}.ae-Preview.is-mobile-body::-webkit-scrollbar{background-color:#fff;width:10px !important;height:10px !important}.ae-Preview.is-mobile-body ::-webkit-scrollbar-track{background-color:#fff}.ae-Preview.is-mobile-body::-webkit-scrollbar-thumb{background-color:#e6e7e8;border-radius:8px;border:2px solid #fff}.ae-Preview.is-mobile-body::-webkit-scrollbar-thumb:hover{background-color:#dadbdd}.ae-Preview.is-mobile-body::-webkit-scrollbar-button{display:none}.ae-Preview.is-mobile-body::-webkit-scrollbar{background-color:#f2f2f4}.ae-Preview.is-mobile-body::-webkit-scrollbar-thumb{border:2px solid #f2f2f4;background-color:#dadbdd}.ae-Preview.is-mobile-body::-webkit-scrollbar-thumb:hover{background-color:#cecfd1;width:10px !important;height:10px !important}.ae-PreviewFrame{pointer-events:all !important;border:0;width:100%}.ae-IframeMask{position:absolute;z-index:100;top:0;left:0;right:0;bottom:0}.ae-IFramePreview>*:first-child{min-width:100%;position:relative;min-height:100%;background:#fff}.ae-IFramePreview.is-edting input,.ae-IFramePreview.is-edting textarea,.ae-IFramePreview.is-edting select,.ae-IFramePreview.is-edting iframe{pointer-events:none}.ae-Editor-toolbarPopover{position:absolute;top:-24px;left:-2px;z-index:20;border:0;padding-right:8px;white-space:nowrap;background:#205dd9;height:24px;font-family:PingFangSC-Regular;font-size:12px;font-weight:400;color:#fff;line-height:24px;color:#fff;line-height:24px;display:inline-flex;justify-content:flex-start;align-items:center}.ae-Editor-toolbarPopover.is-right-elem{left:auto;right:-2px}.ae-Editor-toolbarPopover .ae-Editor-toolbar{z-index:10}.ae-Editor-nav{pointer-events:all;display:inline-block}.ae-Editor-nav .ae-Editor-tip{opacity:0;display:block;background:rgba(32,93,217,.8)}.ae-Editor-nav .ae-Editor-tip.current{opacity:1}.ae-Editor-nav:hover .ae-Editor-tip{opacity:1}.ae-Editor-nav:hover .ae-Editor-tip.parent{transform:translate(0, -25px)}.ae-Editor-nav:hover .ae-Editor-tip.child{transform:translate(0, 25px)}.ae-Editor-nav:hover .ae-Editor-tip:hover,.ae-Editor-nav:hover .ae-Editor-tip.current{background:#205dd9}.ae-Editor-toolbar{position:relative;padding-left:8px;display:inline-flex !important;pointer-events:all;align-items:center;justify-content:flex-start}.ae-Editor-toolbar::before{position:absolute;top:-4px;left:0;content:"|";opacity:.4;color:#fff;height:10px;width:1px}.ae-Editor-toolbar.sencondary{padding-left:0 !important}.ae-Editor-toolbar.sencondary::before{display:none}.ae-Editor-toolbar button{margin:0 4px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;width:16px;padding:0;text-align:center;color:#fff;opacity:.8;background:transparent;border:none;outline:none;font-size:12px}.ae-Editor-toolbar button svg,.ae-Editor-toolbar button react,.ae-Editor-toolbar button path{color:#fff}.ae-Editor-toolbar button:hover{opacity:1}fa .ae-Editor-toolbar button[draggable]{cursor:move}.ae-WResizer,.ae-HResizer,.ae-Resizer{width:10px;height:10px;border:2px solid #205dd9;background-color:#fff;transform:translate(-50%, -50%);position:absolute;pointer-events:all;display:none}.ae-WResizer{left:100%;top:50%;cursor:ew-resize}.ae-WResizer[data-value]:after{position:absolute;content:attr(data-value);background-color:#205dd9;right:15px;top:50%;transform:translate(0, -50%);padding:2px 8px;color:#fff}.ae-HResizer{left:50%;top:100%;cursor:ns-resize}.ae-HResizer[data-value]:after{position:absolute;content:attr(data-value);background-color:#205dd9;bottom:15px;left:50%;transform:translate(-50%, 0);padding:2px 8px;color:#fff}.ae-Resizer{left:100%;top:100%;cursor:nwse-resize}.ae-Resizer[data-value]:after{position:absolute;content:attr(data-value);background-color:#205dd9;bottom:15px;right:15px;padding:2px 8px;color:#fff;text-align:center}.ae-Editor-hlbox{position:absolute;z-index:1;border:1px dashed rgba(32,93,217,.75);box-sizing:border-box;pointer-events:none;transition:all ease-out .15s}.ae-Editor-hlbox:hover{z-index:3}.ae-Editor-hlbox.selected{background:rgba(32,93,217,.05);border:2px solid #205dd9}.ae-Editor-hlbox.selected .ae-Editor-toolbar{background:#205dd9}.ae-Editor-hlbox.selected .ae-Editor-toolbar button.ae-InsertBefore,.ae-Editor-hlbox.selected .ae-Editor-toolbar button.ae-InsertAfter{background:#205dd9}.ae-Editor-hlbox.selected .ae-WResizer,.ae-Editor-hlbox.selected .ae-HResizer,.ae-Editor-hlbox.selected .ae-Resizer{display:block}.ae-Editor-hlbox.regionOn{background:transparent;z-index:5}.ae-Editor-hlbox .ae-Editor-toolbar{display:none;background:rgba(32,93,217,.75)}.ae-Editor-hlbox .ae-Editor-toolbar.sencondary{position:absolute;top:-1px;right:-1px;border-radius:0 0 3px 3px;height:20px;line-height:20px}.ae-Editor-hlbox .ae-Editor-toolbar.sencondary>button{font-size:12px;width:16px}.ae-Editor-hlbox .ae-Editor-toolbar.special{position:absolute;top:0;left:0;right:0;bottom:0;background:transparent !important;height:auto;width:auto;pointer-events:none}.ae-Editor-hlbox .ae-Editor-toolbar button.ae-InsertBefore,.ae-Editor-hlbox .ae-Editor-toolbar button.ae-InsertAfter{pointer-events:all;position:absolute;background:rgba(32,93,217,.75);width:20px;height:20px;line-height:20px;border-radius:500px;top:20%}.ae-Editor-hlbox .ae-Editor-toolbar button.ae-InsertBefore>span>svg,.ae-Editor-hlbox .ae-Editor-toolbar button.ae-InsertAfter>span>svg{width:12px;height:12px;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);transition:transform ease-out .3s}.ae-Editor-hlbox .ae-Editor-toolbar button.ae-InsertBefore.is-vertical,.ae-Editor-hlbox .ae-Editor-toolbar button.ae-InsertAfter.is-vertical{left:50%;transform:translate(-50%, 0)}.ae-Editor-hlbox .ae-Editor-toolbar button.ae-InsertBefore:hover,.ae-Editor-hlbox .ae-Editor-toolbar button.ae-InsertAfter:hover{box-shadow:0 4px 8px 0 rgba(0,0,0,.12),0 2px 4px 0 rgba(0,0,0,.08)}.ae-Editor-hlbox .ae-Editor-toolbar button.ae-InsertBefore:hover>span>svg,.ae-Editor-hlbox .ae-Editor-toolbar button.ae-InsertAfter:hover>span>svg{transform:translate(-50%, -50%) rotate(90deg)}.ae-Editor-hlbox .ae-Editor-toolbar button.ae-InsertBefore{left:-25px}.ae-Editor-hlbox .ae-Editor-toolbar button.ae-InsertBefore.is-vertical{top:-25px}.ae-Editor-hlbox .ae-Editor-toolbar button.ae-InsertAfter{right:-25px}.ae-Editor-hlbox .ae-Editor-toolbar button.ae-InsertAfter.is-vertical{top:auto;bottom:-25px}.ae-Editor-hlbox.selected .ae-Editor-toolbar{display:block;background:#205dd9}.ae-Editor-renderer-error{padding:5px;font-family:PingFangSC-Medium;font-size:14px;color:#cf1322;border:1px dashed #cf1322}.ae-Editor-tip{user-select:none;max-width:100px;padding:0 8px;overflow:hidden;text-overflow:ellipsis;color:#fff;font-size:12px;line-height:24px;height:24px;display:inline-flex;align-items:center;white-space:nowrap;position:relative;transition:all ease-out .3s;cursor:pointer;z-index:2}.ae-Editor-tip.parent,.ae-Editor-tip.child{position:absolute;top:0;left:0;background:#205dd9;z-index:1}.ae-Editor-tip.child{z-index:3}.ae-Preview-widgets{position:absolute;top:0;left:0;width:100%;height:100%;box-sizing:border-box;z-index:100;pointer-events:none}.ae-Editor-rendererCol{width:140px;padding:0 20px 0 0;vertical-align:middle !important;text-align:center}.ae-Editor-rendererThumbOuter{position:absolute;top:0;left:0;min-width:210px;min-height:90px;padding:10px;display:flex;justify-content:center;align-items:center;text-align:center;vertical-align:middle}.ae-Settings-content{height:100%}.ae-DialogToolbar{height:100%;flex:1 auto}.ae-DialogToolbar>button{background:0 0;color:#222;outline:0;border:0;line-height:1;cursor:pointer;margin:0 2px;transition:background-color .2s ease 0s;border-radius:0;background-clip:padding-box;z-index:2;position:relative;box-sizing:border-box;text-decoration:none;float:left;padding:0;width:30px;height:30px;text-align:left}.ae-DialogToolbar>button>i{display:block;font-size:14px;width:14px;margin:8px;text-align:center;float:none}.ae-DialogToolbar>button:hover{background-color:#f2f2f2}.ae-DialogToolbar>button.acitve{background:#d6d6d6 !important;color:#222 !important}.ae-DialogToolbar>button[disabled]{color:#bdbdbd;cursor:default;pointer-events:none}.ae-disable-mask{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1100}.ae-RenderersPicker-thumb{width:100%;padding:10px;user-select:none}.ae-RenderersPicker-thumb.is-scaled{width:140px}.ae-RenderersPicker-thumb .ae-Editor-rendererThumbWrap{position:relative;width:100%;min-height:60px;max-height:150px;padding:10px;text-align:left;z-index:100;background:#f8f9fa;overflow:hidden;display:flex;justify-content:center;align-items:center}.ae-RenderersPicker-thumb .ae-Editor-rendererThumbIcon{position:absolute;top:50%;left:50%;z-index:110;background:rgba(0,0,0,.6);border-radius:5px;width:30px;height:30px;color:#fff;text-align:center;vertical-align:middle;line-height:30px;transform:translate(-50%, -50%);opacity:0}.ae-RenderersPicker-thumb .ae-Editor-rendererThumbIcon:hover{opacity:1 !important}.ae-RenderersPicker-thumb .ae-Editor-rendererThumbIcon>svg{position:relative;top:4px;width:16px;height:16px}.ae-RenderersPicker-thumb .ae-Editor-rendererThumbWrap:hover>.ae-Editor-rendererThumbIcon{opacity:.4}.ae-RenderersPicker-thumb .ae-Editor-rendererThumbIcon i{display:block;position:absolute;bottom:0;right:0;color:#dcdcdc}.ae-RenderersPicker-thumb .ae-Editor-rendererThumb{display:inline-block;width:100%}.ae-RenderersPicker-thumb .ae-Editor-rendererThumbInner{margin:0;width:100%;transform-origin:0% 0%;transform:scale(1);pointer-events:none;text-align:center}.ae-RenderersPicker-thumb .ae-Editor-rendererThumbInner>*{text-align:left;margin-bottom:0}.ae-RenderersPicker-thumb.is-scaled .ae-Editor-rendererThumbInner{margin:0;width:200%;transform-origin:0% 0%;transform:scale(0.5);pointer-events:none;text-align:center}.ae-Editor-rendererPlaceholder{position:relative;text-align:center}.ae-RendererList .editor-InputSearch,.ae-Outline-panel .editor-InputSearch,.ae-InsertPanel .editor-InputSearch{margin:0 12px;background:#fff !important;border:1px solid #cecfd1 !important;border-radius:4px !important;display:flex;justify-content:flex-start;align-items:center}.ae-RendererList .editor-InputSearch svg.icon-search,.ae-Outline-panel .editor-InputSearch svg.icon-search,.ae-InsertPanel .editor-InputSearch svg.icon-search{width:16px;color:#141a25}.ae-RendererList .editor-InputSearch>a,.ae-Outline-panel .editor-InputSearch>a,.ae-InsertPanel .editor-InputSearch>a{display:flex;justify-content:center;align-items:center}.ae-RendererList hr.margin-top,.ae-Outline-panel hr.margin-top,.ae-InsertPanel hr.margin-top{margin:16px 0 0;height:1px;border:none;border-top:1px solid #e6e6e8 !important}.ae-InsertPanel .editor-InputSearch{margin:0}.ae-Widget-iframe{position:relative}.ae-Widget-iframe:after{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1210;content:""}.ae-Drawer-preview{display:flex;flex-direction:column}.ae-Drawer-preview .panel-footer .btn+.btn{margin-left:5px}.ae-Drawer-preview .resize-ctrl{display:none}.dropdown-menu.preview{display:block;position:static}[data-editor-id][draggable]{cursor:move}[data-editor-id].ae-is-draging,.ae-is-draging{display:none !important}[data-editor-id][data-visible=false]{opacity:.6;position:relative}[data-editor-id][data-visible=false]:before{content:"<隐藏状态>";z-index:10;color:#6c717c;border:1px dashed #ced0d3;background:rgba(10,19,37,.05);position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.ae-Region-placeholder{display:none}[data-region]{position:relative;min-height:34px}[data-region]:empty{min-width:20px}[data-region]:empty:before{height:100%;content:attr(data-region-placeholder);position:relative;display:flex;flex:1;flex-direction:column;justify-content:center;padding:0 5px;-webkit-user-select:none;user-select:none;text-align:center;text-transform:uppercase;color:#6c717c;border:1px dashed #ced0d3;background:rgba(10,19,37,.05)}[data-region].is-dragenter{background-color:#fff}[data-region].is-dragenter .ae-AddBtn{display:none}[data-region].is-dragenter>[data-editor-id],[data-region].is-dragenter>*:not([data-editor-id])>[data-editor-id]{position:relative}[data-region].is-dragenter>[data-editor-id]::before,[data-region].is-dragenter>*:not([data-editor-id])>[data-editor-id]::before{position:absolute;content:"";pointer-events:none;top:-1px;left:-1px;right:-1px;bottom:-1px;z-index:10;background:rgba(32,93,217,.05);border:1px solid rgba(32,93,217,.2)}[data-region].is-dragenter>span[data-editor-id]{display:inline-block}[data-region].is-entering:not(.is-dragenter){position:relative}[data-region].is-entering:not(.is-dragenter)::before{z-index:10;content:"";position:absolute;pointer-events:none;left:0;top:0;right:0;bottom:0;animation:growing 1s infinite linear;transform:translate3d(0, 0, 0)}[data-region].is-entering:not(.is-dragenter)::after{z-index:20;content:"保持3s不动切换";pointer-events:none;position:absolute;left:50%;transform:translateX(-50%);top:10%;background:#205dd9;border-radius:5px;font-size:12px;color:#fff;padding:2px 5px}.ae-Editor-rhlbox{position:absolute;left:-1px;top:-1px;display:block;box-sizing:content-box;border-style:solid;border-color:transparent;pointer-events:none;z-index:2;transition:all ease-out .15s}.ae-Editor-rhlbox:before{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;content:"";border:1px dotted #5e8be7;visibility:hidden}.ae-Editor-rhlbox>.region-tip{position:absolute;right:50%;top:-19px;transform:translateX(50%);background:#205dd9;color:#fff;padding:3px 8px;font-size:11px;line-height:12px;white-space:nowrap;border-radius:3px 3px 0 0;pointer-events:all;display:flex;justify-content:center;align-items:center;visibility:hidden}.ae-Editor-rhlbox>.region-tip.is-only-child-region{visibility:hidden !important}.ae-Editor-rhlbox>.region-tip button{cursor:pointer;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:none;outline:none;font-size:11px;line-height:12px}.ae-Editor-rhlbox>.region-tip svg{width:12px;height:12px;fill:#fff;opacity:.8;cursor:pointer}.ae-Editor-rhlbox>.region-tip svg:hover{opacity:1}.ae-Editor-rhlbox>.region-tip .margin-space{opacity:.8;margin-left:6px}.ae-Editor-rhlbox.region-label-within>.region-tip{top:1px;border-radius:0 0 3px 3px}.ae-Editor-rhlbox.region-hover:before,.ae-Editor-rhlbox.region-hover>.region-tip{visibility:visible}.ae-Editor-rhlbox.is-highlight{border-color:rgba(32,93,217,.05);background:transparent}.ae-Editor-rhlbox.is-highlight:before{visibility:visible;border:1px solid #326be1}.ae-Editor-rhlbox.is-highlight>.region-tip{visibility:visible}.ae-Editor-rhlbox.is-dragenter[data-renderer=form][data-region=controls]{margin:-12px;padding:12px}.ae-Editor-rhlbox.is-dragenter[data-renderer=form][data-region=body]{margin:-12px;padding:12px}.ae-Editor-hlbox.selected>.ae-Editor-rhlbox{left:-2px;top:-2px}[data-region=columns]>.ae-AddBtn,[data-renderer=card][data-region=actions]>.ae-AddBtn{position:absolute;left:-30px;top:5px}div.ae-DragImage{position:absolute;top:0;left:0;background:rgba(66,133,244,.1);border:1px solid rgba(32,93,217,.75);white-space:nowrap;width:50px;height:30px;z-index:100000}div.ae-DragImage>span{position:absolute;left:-1px;top:-16px;background:rgba(32,93,217,.75);color:#fff;padding:2px 5px;font-size:11px;border-radius:3px 3px 0 0;line-height:12px;z-index:1204;display:block;white-space:nowrap;box-shadow:0 -2px 5px rgba(255,255,255,.5)}.ae-DragGhost{margin-bottom:12px}.ae-DragGhost>*{position:relative}.ae-DragGhost>*::before{content:"";position:absolute;z-index:10;top:-1px;left:-1px;right:-1px;bottom:-1px;min-width:100%;min-height:100%;background:rgba(32,93,217,.2);border:1px solid #205dd9}.ae-DragGhost.use-position{display:inline-block;position:absolute;background:#205dd9;height:5px;width:100%;z-index:5}.ae-DragGhost.use-position::before{content:" "}.ae-DragGhost.use-position.is-horizontal{width:5px;height:100%}@media(min-width: 768px){.ae-BulkActions-control .col-edit{width:30px;flex-grow:0}.ae-BulkActions-control .col-edit>button{border:0;background-color:transparent;outline:none}}.ae-Editor-rendererItem{display:block;max-width:unset;margin-bottom:10px}.ae-Editor-rendererItem:hover{background:rgba(66,133,244,.1);color:#58666e}.ae-Editor-rendererItem.is-active,.ae-Editor-rendererItem:hover:active{background:rgba(66,133,244,.1);border:1px solid #205dd9;color:#58666e}.ae-Editor-rendererItem.is-active:after,.ae-Editor-rendererItem:hover:active:after{border-color:#205dd9}.ae-dialog{padding:0 !important;position:relative}.ae-dialog>div{position:absolute;width:100%;height:100%;padding:0;overflow:auto}.ae-dialog>div>div{height:100%;margin-bottom:0}.ae-dialog>div>div>.ae-Editor{position:relative;height:100%}.ae-Dialog-footerRegion{text-align:right}.ae-InlineModel{display:flex;flex-direction:column;height:auto;width:100%;border:1px solid #d1d5db}.ae-EditableRenderers{padding:5px 10px;background:rgba(39,194,76,.2);border:1px solid rgba(22,109,43,.2);margin-bottom:10px}.ae-EditableRenderers-tip{display:block;color:#27c24c}.ae-EditableRender{display:flex;flex-direction:row;align-items:center;margin-top:10px}.ae-EditableRender-title{font-size:12px;color:#333;padding-right:10px}.ae-EditableRender-body{flex-grow:1;width:0;margin:-3px}.ae-EditableRender-body>*{margin:3px}.ae-ErrorRenderer{display:flex;align-items:center;justify-content:center;color:#a94442;background:#f2dede;border:1px solid #ebccd1;min-height:30px;padding:0 10px}.ae-ApiSample{min-width:200px}.ae-ApiSample>pre{overflow:auto;border:1px solid #999;page-break-inside:avoid;display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}.ae-ApiSample>pre>code{white-space:pre}.ae-ApiSample-tooltip{max-width:360px}.ae-JsonEditor{height:400px;border:1px solid #d1d5db}.ae-Editor-popOverForm{min-width:300px;max-width:600px;padding:10px 20px}
1
+ .editor-backTop{position:fixed;right:100px;bottom:50px;z-index:10000;width:40px;height:40px;margin:0;padding:0;box-sizing:border-box;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";cursor:pointer;visibility:visible;transition:all .3s}.editor-backTop.hidden{visibility:hidden}.editor-backTop:empty{display:none}.backTop-content{width:40px;height:40px;overflow:hidden;color:#fff;text-align:center;background-color:rgba(32,93,217,.85);border-radius:20px;transition:all .3s}.backTop-content:hover{background-color:#205dd9;transition:all .3s}.backTop-icon{font-size:20px;line-height:40px}@media screen and (max-width: 768px){.editor-backTop{right:60px}}@media screen and (max-width: 480px){.editor-backTop{right:20px}}.context-menu-setting{position:relative;width:260px;background:#fff;box-shadow:-2px 0 20px 0 rgba(0,0,0,.1);z-index:5;transition:width ease-in-out .2s;transform:translateZ(0);display:flex;flex-direction:column}.context-menu-setting .setting-header{flex:0 0 48px;font-family:PingFangSC-Regular;font-size:14px;color:#141a25;line-height:48px;letter-spacing:0;font-weight:400;border-bottom:1px solid #e6e6e8;text-align:center}.context-menu-setting .setting-body{flex:1 1 auto;overflow-x:hidden;overflow-y:auto;padding:12px 6px;display:flex;justify-content:flex-start;align-content:flex-start;flex-wrap:wrap}.context-menu-setting .setting-body .setting-item{margin:0 2px 12px 6px;padding-top:12px;flex:0 0 112px;height:62px;cursor:pointer;box-sizing:border-box;border:1px solid #ddd;border-radius:4px;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.context-menu-setting .setting-body .setting-item .icon-box{width:24px;height:24px;box-sizing:border-box;display:flex;justify-content:center;align-items:center}.context-menu-setting .setting-body .setting-item .icon-box>svg{width:24px;height:24px;fill:#bcbcbc}.context-menu-setting .setting-body .setting-item .setting-info{margin-top:4px;flex:1 1 auto;font-family:PingFangSC-Regular;font-size:12px;color:#141a25;font-weight:400;user-select:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.context-menu-setting .setting-body .setting-item:hover{background:#e9effd;border:1px solid #2468f2;border-radius:4px}.context-menu-setting .setting-body .setting-item:hover .icon-box>svg{fill:#2468f2}.context-menu-setting .setting-body .setting-item:hover .setting-info{color:#2468f2}.context-menu-setting .setting-body .setting-item.disabled{cursor:not-allowed;background:rgba(189,189,189,.15);border:1px solid #ddd;border-radius:4px}.context-menu-setting .setting-body .setting-item.disabled .icon-box>svg{fill:#bdbdbd}.context-menu-setting .setting-body .setting-item.disabled .setting-info{color:#bdbdbd}@keyframes shake{10%,90%{transform:translate3d(-1px, 0, 0)}20%,80%{transform:translate3d(2px, 0, 0)}30%,50%,70%{transform:translate3d(-4px, 0, 0)}40%,60%{transform:translate3d(4px, 0, 0)}}.shake{animation:shake .82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;transform:translate3d(0, 0, 0);backface-visibility:hidden;perspective:1000px}.ae-Outline-panel{display:flex;flex-direction:column;height:100%;padding-top:16px}.ae-Outline{padding:16px 6px 0 12px;width:252px;flex:1 1 auto;background:#fff}.ae-Outline-list,.ae-Outline-sublist{list-style:none;padding:2px 0 0;margin:0}.ae-Outline-list{margin-left:16px}.ae-Outline-sublist{margin-left:16px}.ae-Outline-sublist>.ae-Outline-node::before,.ae-Outline-sublist>.ae-Outline-node::after{position:absolute;content:"";background:#d1d5db;display:block}.ae-Outline-sublist>.ae-Outline-node::before{width:8px;height:1px;left:-25px;top:13px;visibility:hidden}.ae-Outline-sublist>.ae-Outline-node::after{width:1px;height:100%;left:-25px;top:0;visibility:hidden}.ae-Outline-sublist>.ae-Outline-node:last-child::after{height:13px}.ae-Outline-node{position:relative;margin:4px 0;vertical-align:middle}.ae-Outline-node>a{margin-left:-8px;display:inline-block;min-width:108px;padding:3px 8px;font-family:PingFangSC-Regular;font-size:12px;color:#141a25;line-height:18px;font-weight:400;text-decoration:none;user-select:none;cursor:pointer}.ae-Outline-node>a:hover{background:#f0f0f0}.ae-Outline-node.has-children>a{margin-left:0}.ae-Outline-node.is-hover>a{color:#2468f2}.ae-Outline-node.is-active>a{background:rgba(36,104,242,.1);border-radius:2px}.ae-Outline-node.is-folded>.ae-Outline-sublist{display:none}.ae-Outline-node span.has-keywords{background:#ff9632}.ae-Outline-expander{position:absolute;left:-16px;top:3px;cursor:pointer;z-index:2;display:inline-flex;justify-content:center;align-items:center}.ae-Outline-expander>svg{width:16px;height:16px;color:#83868c;transform:rotate(0deg);transition:transform ease-out .1s}.ae-Outline-expander.is-folded>svg{transform:rotate(-90deg)}.ae-Outline-tip{color:#28a745;margin-bottom:15px;animation:shake .82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;transform:translate3d(0, 0, 0);backface-visibility:hidden;perspective:1000px}.editor-left-panel{position:relative;flex:0 0 auto;min-width:62px;background:#fff;overflow:visible;box-shadow:2px 0 20px 0 rgba(0,0,0,.1);z-index:5;transition:width ease-in-out .2s;transform:translateZ(0)}.editor-left-panel.width-draggable{transition:none}.editor-left-panel.fixed-status{position:fixed;top:0;left:0;width:auto;height:100%}.editor-left-panel .editor-panel-btn{position:absolute;top:0;right:-20px;height:30px;width:20px;z-index:100;display:flex;justify-content:center;align-items:center}.editor-left-panel .editor-panel-btn .panel-btn{width:16px;height:16px;fill:#6d6f72;cursor:pointer}.editor-left-panel .editor-panel-btn .panel-btn:hover{fill:#205dd9}.editor-left-panel.hidden-status>.editor-panel-btn{display:none}.editor-left-panel .left-panel-arrow{position:absolute;width:18px;height:80px;top:50%;right:-17px;transform:translateY(-50%);background-color:transparent;box-sizing:border-box;z-index:10;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center}.editor-left-panel .left-panel-arrow::before{content:"";position:absolute;border-radius:0 10px 10px 0;box-sizing:border-box;border:1px solid rgba(0,0,0,.1);border-left:0;top:0;right:0;bottom:0;left:0;background:#fff;z-index:-1;transform:perspective(50px) rotateY(30deg);transition:all .15s}.editor-left-panel .left-panel-arrow::after{content:"";position:absolute;width:6px;height:8px;top:50%;-webkit-mask-image:url(cebfe0bc5a1dbde02da1.svg);-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;background-color:#a1a6b3;transform:translate(-50%, -50%) rotate(0deg);transition:all .15s}.editor-left-panel .left-panel-arrow.hidden-status::after{transform:translate(-50%, -50%) rotate(180deg)}.editor-left-panel .editorPanel-inner{position:relative;height:100%}.editor-left-panel .editorPanel-inner.has-popover{z-index:1300}.editor-left-panel .editorPanel-inner .editorPanel-tabs{height:100%;display:flex}.editor-left-panel .editorPanel-inner .editorPanel-tabs>ul[role=tablist]{position:relative;flex:0 0 62px;min-width:62px;padding-top:27px;border:none;border-right:1px solid #e6e6e8;box-sizing:border-box}.editor-left-panel .editorPanel-inner .editorPanel-tabs>ul[role=tablist]>li{margin:0 0 22px 0 !important;padding:0;display:flex !important;flex-direction:column;justify-content:flex-start;align-items:center}.editor-left-panel .editorPanel-inner .editorPanel-tabs>ul[role=tablist]>li i.fa{font-size:24px;height:24px;margin-bottom:5px}.editor-left-panel .editorPanel-inner .editorPanel-tabs>ul[role=tablist]>li>a{padding:0 !important;margin:0 !important;font-size:14px !important;font-family:PingFangSC-Regular;color:#83868c !important;letter-spacing:0;font-weight:400;white-space:break-spaces;text-align:center;line-height:19.6px !important;border-radius:0 !important;border:none !important;display:flex !important;flex-direction:column;justify-content:flex-start;align-items:center}.editor-left-panel .editorPanel-inner .editorPanel-tabs>ul[role=tablist]>li>a:hover{color:#2468f2 !important}.editor-left-panel .editorPanel-inner .editorPanel-tabs>ul[role=tablist]>li .png-icon{width:24px;height:24px;background-size:contain;margin-bottom:5px}.editor-left-panel .editorPanel-inner .editorPanel-tabs>ul[role=tablist]>li .png-icon.code-png{background-image:url(4de5f42360bc5946c3c2.png)}.editor-left-panel .editorPanel-inner .editorPanel-tabs>ul[role=tablist]>li .png-icon.outline-png{background-image:url(c94073576487510314ea.png)}.editor-left-panel .editorPanel-inner .editorPanel-tabs>ul[role=tablist]>li .png-icon.renderers-png{background-image:url(150a58f3318ca7541ed9.png)}.editor-left-panel .editorPanel-inner .editorPanel-tabs>ul[role=tablist]>li.is-active>a,.editor-left-panel .editorPanel-inner .editorPanel-tabs>ul[role=tablist]>li:hover>a{background:#fff !important;color:#2468f2 !important}.editor-left-panel .editorPanel-inner .editorPanel-tabs>ul[role=tablist]>li.is-active>a .png-icon.code-png,.editor-left-panel .editorPanel-inner .editorPanel-tabs>ul[role=tablist]>li:hover>a .png-icon.code-png{background-image:url(4e9968bba3855f088fed.png)}.editor-left-panel .editorPanel-inner .editorPanel-tabs>ul[role=tablist]>li.is-active>a .png-icon.outline-png,.editor-left-panel .editorPanel-inner .editorPanel-tabs>ul[role=tablist]>li:hover>a .png-icon.outline-png{background-image:url(471adb97c322b226e589.png)}.editor-left-panel .editorPanel-inner .editorPanel-tabs>ul[role=tablist]>li.is-active>a .png-icon.renderers-png,.editor-left-panel .editorPanel-inner .editorPanel-tabs>ul[role=tablist]>li:hover>a .png-icon.renderers-png{background-image:url(7f09c38ebc687fea847a.png)}.editor-left-panel .editorPanel-inner .editorPanel-tabs>.editorPanel-tabs-content{position:relative;flex:1 1 auto;height:100%;border:none}.editor-left-panel .editorPanel-inner .editorPanel-tabs>.editorPanel-tabs-content .editorPanel-tabs-pane{position:relative;height:100%;padding:0;min-width:252px;box-sizing:border-box}.editor-left-panel .ae-Editor-codePane{position:relative;height:100%;max-width:800px}.editor-left-panel .ae-Editor-codePane .overflowingContentWidgets{margin-top:-99999px}.editor-left-panel-fixed-placeholder{position:relative;flex:0 0 62px;background:#fff}.editor-right-panel{position:relative;flex:0 0 auto;width:302px;min-width:302px;background:#fff;box-shadow:-2px 0 20px 0 rgba(0,0,0,.1);z-index:5;transition:width ease-in-out .2s;transform:translateZ(0)}.editor-right-panel.width-draggable{transition:none}.editor-right-panel.mul-tabs-panel{width:372px;min-width:372px}.editor-right-panel .editor-panel-btn{position:absolute;top:0;left:-20px;height:30px;width:20px;z-index:100;display:flex;justify-content:center;align-items:center}.editor-right-panel .editor-panel-btn .panel-btn{width:16px;height:16px;fill:#6d6f72;cursor:pointer;transform:rotate(-90deg)}.editor-right-panel .editor-panel-btn .panel-btn:hover{fill:#205dd9}.editor-right-panel.hidden-status{width:0 !important;min-width:0}.editor-right-panel.hidden-status .editor-panel-btn{display:none}.editor-right-panel.hidden-status .width-draggable-icon.hasArrowIcon{visibility:hidden}.editor-right-panel.hidden-status .editorPanel-inner{display:none}.editor-right-panel.fixed-status{position:fixed;top:0;right:0;width:302px;height:100%}.editor-right-panel.fixed-status.mul-tabs-panel{width:372px}.editor-right-panel.has-popover{z-index:1300}.editor-right-panel .editorPanel-inner{position:relative;height:100%}.editor-right-panel .editorPanel-inner.has-popover{z-index:1300}.editor-right-panel .editorPanel-tabs{display:flex;flex-direction:row-reverse;height:100%}.editor-right-panel .editorPanel-tabs>ul{position:relative;flex:0 0 62px;padding-top:27px;border:none}.editor-right-panel .editorPanel-tabs>ul:empty{min-width:unset}.editor-right-panel .editorPanel-tabs>ul>li{margin:0 0 22px 0 !important;padding:0;display:flex !important;flex-direction:column;justify-content:flex-start;align-items:center}.editor-right-panel .editorPanel-tabs>ul>li i.fa{font-size:24px;height:24px;margin-bottom:5px}.editor-right-panel .editorPanel-tabs>ul>li>a{padding:0 !important;margin:0 !important;font-size:14px !important;font-family:PingFangSC-Regular;color:#83868c !important;letter-spacing:0;font-weight:400;white-space:break-spaces;text-align:center;line-height:19.6px !important;border-radius:0 !important;border:none !important;display:flex !important;flex-direction:column;justify-content:flex-start;align-items:center}.editor-right-panel .editorPanel-tabs>ul>li>a:hover{color:#2468f2 !important}.editor-right-panel .editorPanel-tabs>ul>li.is-active>a{background:#fff !important;color:#2468f2 !important}.editor-right-panel .editorPanel-tabs>.editorPanel-tabs-content{position:relative;flex:1 1 auto;height:100%;border-left:none;max-width:calc(100% - 62px)}.editor-right-panel .editorPanel-tabs>.editorPanel-tabs-content .editorPanel-tabs-pane{position:relative;height:100%;padding:0;box-sizing:border-box;max-width:100%}.editor-right-panel .config-form-content{position:relative;height:100%;padding:16px 12px}.editor-right-panel .config-form-content.with-actions{position:relative}.editor-right-panel .config-form-content.with-actions .editor-prop-config-tabs{padding-bottom:45px}.editor-right-panel .config-form-content.with-actions .ae-Settings-actions,.editor-right-panel .config-form-content.with-actions>input{position:fixed;left:0;bottom:0;margin-bottom:0;width:310px;line-height:1;display:flex;align-items:center;justify-content:center}.editor-right-panel .editor-prop-config-tabs{position:relative;margin:-16px -12px;height:calc(100% + 32px);padding:0;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-start}.editor-right-panel .editor-prop-config-tabs>ul[role=tablist]{margin:0 0 -1px 0;flex:0 0 48px;padding:0 .5px;border-bottom:1px solid #eceff8;display:flex;justify-content:flex-start}.editor-right-panel .editor-prop-config-tabs>ul[role=tablist]>li{flex:0 0 65px;display:flex;justify-content:center}.editor-right-panel .editor-prop-config-tabs>ul[role=tablist]>li>a{margin:0 !important;padding:0 !important;width:28px;font-family:PingFangSC-Regular;font-size:14px;color:#141a25 !important;letter-spacing:0;font-weight:400;text-decoration:none;display:flex !important;justify-content:center !important;align-items:center !important}.editor-right-panel .editor-prop-config-tabs>ul[role=tablist]>li>a:hover,.editor-right-panel .editor-prop-config-tabs>ul[role=tablist]>li>a.is-active{border-bottom:solid 2px #2468f2 !important}.editor-right-panel .editor-prop-config-tabs .editor-prop-config-tabs-cont{position:relative;flex:1 1 auto;padding:4px 0 0 0;max-height:calc(100% - 48px)}.editor-right-panel .right-panel-arrow{position:absolute;width:18px;height:80px;top:50%;left:-17px;transform:translateY(-50%);background-color:transparent;box-sizing:border-box;z-index:10;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center}.editor-right-panel .right-panel-arrow::before{content:"";position:absolute;border-radius:10px 0 0 10px;box-sizing:border-box;border:1px solid rgba(0,0,0,.1);border-right:0;top:0;right:0;bottom:0;left:0;background:#fff;z-index:-1;transform:perspective(50px) rotateY(-30deg);transition:all .15s}.editor-right-panel .right-panel-arrow::after{content:"";position:absolute;width:6px;height:8px;left:55%;top:50%;-webkit-mask-image:url(cebfe0bc5a1dbde02da1.svg);-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;background-color:#a1a6b3;transform:translate(-50%, -50%) rotate(180deg);transition:all .15s}.editor-right-panel .right-panel-arrow.hidden-status::after{transform:translate(-50%, -50%) rotate(0deg)}.ae-Breadcrumb{position:relative;white-space:nowrap;height:40px;line-height:40px;padding-left:20px;background:#fff;font-family:PingFangSC-Regular;font-size:14px;color:#5e626a;letter-spacing:0;font-weight:400;box-shadow:0 2px 6px 0 rgba(211,211,211,.5)}.ae-Breadcrumb>ul{list-style:none;display:inline-block;margin:0;padding:0}.ae-Breadcrumb>ul>li{display:inline-block;margin:0;padding:0;position:relative}.ae-Breadcrumb>ul>li>span{display:inline-block;padding:0 5px;cursor:pointer}.ae-Breadcrumb>ul>li>span:hover{color:#141a25;text-decoration:none}.ae-Breadcrumb>ul>li>ul{position:absolute;display:none;bottom:41px;left:0;max-height:320px;line-height:25px;padding:5px 0;background:#fff;overflow:auto;box-shadow:0 2px 6px 0 rgba(211,211,211,.5);list-style:none;z-index:100000}.ae-Breadcrumb>ul>li>ul::-webkit-scrollbar{background-color:#fff;width:10px !important;height:10px !important}.ae-Breadcrumb>ul>li>ul ::-webkit-scrollbar-track{background-color:#fff}.ae-Breadcrumb>ul>li>ul::-webkit-scrollbar-thumb{background-color:#e6e7e8;border-radius:8px;border:2px solid #fff}.ae-Breadcrumb>ul>li>ul::-webkit-scrollbar-thumb:hover{background-color:#dadbdd}.ae-Breadcrumb>ul>li>ul::-webkit-scrollbar-button{display:none}.ae-Breadcrumb>ul>li>ul>li>span{display:block;padding:2px 10px;cursor:pointer;color:#666}.ae-Breadcrumb>ul>li>ul>li>span:hover{background:#f6f7fb;text-decoration:none;color:#333}.ae-Breadcrumb>ul>li>ul>li>span.is-active{color:#205dd9}.ae-Breadcrumb>ul>li:hover>span{background:#f6f7fb}.ae-Breadcrumb>ul>li:hover>ul{display:block}.ae-Breadcrumb>ul>li:not(:last-child):after{color:#5e626a;content:">"}.ae-Breadcrumb>ul>li:last-child>span{font-family:Helvetica;font-size:14px;color:#141a25;letter-spacing:0;font-weight:400;text-decoration:none}.ae-ClassNamePicker-popover{padding:10px;width:610px;max-height:400px;overflow:auto}.ae-ClassNamePicker-popover.ae-PopOver--leftBottomLeftTop{margin-top:1px}.ae-ClassNamePicker-popover.ae-PopOver--leftTopLeftBottom{margin-top:-1px}.ae-ClassNameControl-group{margin:10px;display:inline-block;width:265px}.ae-ClassNameControl-group.w2x{width:550px}.ae-ClassNameControl-group .ae-ClassNameControl-group{padding-left:65px;margin:0;display:block;width:auto}.ae-ClassNameControl-group .ae-ClassNameControl-group:not(:last-child){margin:0 0 10px 0}.ae-ClassNameControl-group .ae-ClassNameControl-group .ae-ClassNameControl-groupLabel{float:left;border:none;padding-top:5px;padding-bottom:0;text-align:right;margin:0 0 0 -60px;font-size:12px}.ae-ClassNameControl-group .ae-ButtonGroup+.ae-ButtonGroup{margin-left:5px}.ae-ClassNameControl-groupLabel{border-bottom:.0625rem solid #dfe2e6;display:block;padding-bottom:5px;margin-bottom:10px;font-size:14px}.ae-RendererList-tabs{position:relative;height:100%;padding:0;width:252px;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-start}.ae-RendererList-tabs>ul[role=tablist]{flex:0 0 50px;margin:0;padding:0;border-bottom:1px solid #eceff8;box-sizing:border-box;display:flex;justify-content:center}.ae-RendererList-tabs>ul[role=tablist]>li{flex:0 0 auto;padding:0 8px;min-width:70px;display:flex;justify-content:center}.ae-RendererList-tabs>ul[role=tablist]>li>a{margin:0 !important;padding:0 !important;font-family:PingFangSC-Regular;font-size:14px;color:#141a25 !important;letter-spacing:0;font-weight:400;text-decoration:none;border:none !important;border-bottom:1px solid #eceff8 !important;display:flex !important;justify-content:center !important;align-items:center !important}.ae-RendererList-tabs>ul[role=tablist]>li>a:hover{border-bottom:solid 2px #2468f2 !important}.ae-RendererList-tabs>ul[role=tablist]>li.is-active>a{border-bottom:solid 2px #2468f2 !important}.ae-RendererList-tabs .ae-RendererList-tabs-content{position:relative;flex:1 1 auto;padding:0 5px;overflow:auto;box-sizing:border-box}.ae-RendererList-tabs .ae-RendererList-tabs-content .ae-RendererList-tabs-panel{position:relative;padding:0;height:100%}.ae-RendererList{height:100%;padding:16px 0 10px;display:flex;flex-direction:column}.ae-RendererList.only-base-component{width:252px}.ae-RendererList.only-base-component .ae-RendererList-groupWrap{margin:0;padding:0}.ae-RendererList.only-base-component .ae-RendererList-group.collapse-content .ae-RendererList-item{flex-basis:66px}.ae-RendererList .ae-RendererList-tip{padding:0 12px;color:#28a745}.ae-RendererList .ae-RendererList-group>span,.ae-RendererList .ae-RendererList-groupWrap>span,.ae-RendererList .ae-RendererList-placeholder{display:inline-block;margin:12px}.ae-RendererList-groupWrap{flex:1 1 auto;margin:0 -5px;padding:0 5px;background:#fff}.ae-RendererList-groupWrap .collapse-header{padding:0 12px;font-family:PingFangSC-Medium;font-size:14px;color:#141a25;letter-spacing:0;font-weight:500;height:35px;line-height:35px;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.ae-RendererList-groupWrap .collapse-header .expander-icon>svg{width:10px;height:10px;color:#333;transform:rotate(90deg);transition:transform ease-out .3s}.ae-RendererList-groupWrap .collapse-header .expander-icon.is-folded>svg{transform:rotate(180deg)}.ae-RendererList-group.collapse-content{display:flex;flex-wrap:wrap;height:auto;padding:6px 0 6px 2px;box-sizing:border-box;border-bottom:1px solid #e6e6e8;transition:height .3s}.ae-RendererList-group.collapse-content:last-child{border-bottom:none}.ae-RendererList-group.collapse-content.is-folded{height:1px;padding:0;overflow:hidden}.ae-RendererList-group.collapse-content.is-folded:last-child{height:0}.ae-RendererList-group.collapse-content .ae-RendererList-item{margin:0 2px 17px 10px;flex:0 0 64px;cursor:pointer;font-size:12px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.ae-RendererList-group.collapse-content .ae-RendererList-item .icon-box{width:64px;height:46px;box-sizing:border-box;background:#fff;border:1px solid #ddd;border-radius:4px;display:flex;justify-content:center;align-items:center}.ae-RendererList-group.collapse-content .ae-RendererList-item .icon-box>i{font-size:32px;color:#ddd}.ae-RendererList-group.collapse-content .ae-RendererList-item .icon-box:hover{background:#f5f8ff;border:1px solid #2468f2}.ae-RendererList-group.collapse-content .ae-RendererList-item .icon-box:hover>i{color:#2468f2}.ae-RendererList-group.collapse-content .ae-RendererList-item .ae-RendererList-itemInfo{margin-top:8px;display:flex;justify-content:center;align-items:center}.ae-RendererList-group.collapse-content .ae-RendererList-item .ae-RendererList-itemInfo .ae-RendererInfo{flex:1 1 auto;max-width:64px;text-align:right;font-family:PingFangSC-Regular;font-size:12px;color:#141a25;letter-spacing:0;font-weight:400;line-height:18px;user-select:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ae-RendererList-group.collapse-content .ae-RendererList-item .ae-RendererList-itemInfo .ae-RendererIcon{flex:0 0 15px;padding-left:3px;color:#6c757d;justify-content:center;align-items:center;display:none}.ae-RendererList-group.collapse-content .ae-RendererList-item .ae-RendererList-itemInfo .ae-RendererIcon>svg{width:12px;height:12px}.ae-RendererList-group.collapse-content .ae-RendererList-item .ae-RendererList-itemInfo .ae-RendererIcon:hover{color:#212529}.ae-RendererList-group.collapse-content .ae-RendererList-item:hover .ae-RendererInfo{max-width:49px}.ae-RendererList-group.collapse-content .ae-RendererList-item:hover .ae-RendererIcon{display:flex !important}.ae-RendererList .ae-RendererList-item[data-dnd-type=commonConfig]{cursor:move;background:#f6f7fb;border:1px solid #ccc;padding:4px 8px;display:flex;margin:5px;align-items:center;font-size:12px;white-space:nowrap}.ae-RendererList .ae-RendererList-item[data-dnd-type=commonConfig]>i,.ae-RendererList .ae-RendererList-item[data-dnd-type=commonConfig]>svg{margin-right:5px;font-size:14px}.ae-RendererList .ae-RendererList-item[data-dnd-type=commonConfig]:hover{color:#333;background:#edeff7}.ae-RendererList .ae-RendererList-item[data-dnd-type=commonConfig] .ae-RendererList-itemLabel{flex-grow:1}.ae-RendererList .ae-RendererList-item[data-dnd-type=commonConfig] .ae-RendererList-itemInfo{flex:0 0 auto;align-items:center}.ae-RendererList .ae-RendererList-item[data-dnd-type=commonConfig] .ae-RendererList-itemInfo a.ae-RendererIcon{display:inline-flex;align-items:center;justify-content:center}.ae-RendererThumb{max-width:328px;min-height:120px;padding:5px;background:#fff;box-shadow:0 4px 5px 0 rgba(0,0,0,.06),0 1px 10px 0 rgba(0,0,0,.05),0 2px 4px -1px rgba(0,0,0,.04)}.ae-RendererThumb .ae-Renderer-title{font-family:PingFang-SC-Bold;font-size:14px;color:#333;letter-spacing:0;font-weight:700}.ae-RendererThumb .ae-Renderer-info{margin:8px 0;font-family:PingFangSC-Regular;font-size:12px;color:#333;letter-spacing:0;line-height:22px;font-weight:400}.ae-RendererThumb .ae-Renderer-preview{position:relative;overflow:hidden}.ae-InsertPanel-drawer svg.icon-close{width:22px;height:22px}.ae-InsertPanel-drawer .ae-InsertPanel-footer>.action-btn{padding:4px 16px;border-radius:4px;display:inline-flex;justify-content:center;align-items:center}.ae-InsertPanel-drawer .ae-InsertPanel-footer>.action-btn.action-btn-primary{color:#fff;background-color:#2468f2}.ae-InsertPanel-drawer .ae-InsertPanel-footer>.action-btn.action-btn-primary:hover{background-color:#5086f5}.ae-InsertPanel-drawer .ae-InsertPanel-footer>.action-btn.is-disabled{color:#b4b6ba;background-color:#e6e6e8;border-color:#e6e6e8}.ae-InsertRendererPanel-drawer>svg.icon-close{width:22px;height:22px}.ae-InsertRendererPanel-drawer .ae-drawer-renderers{width:417px;border-radius:0 !important}.ae-InsertRendererPanel-drawer .ae-drawer-renderers .ae-drawer-title{padding:0 12px;font-family:PingFangSC-Medium;font-size:18px;color:#141a25;letter-spacing:0;font-weight:500;height:35px;line-height:35px;cursor:pointer}.ae-InsertRendererPanel-drawer .ae-drawer-renderers .ae-RendererList{width:100% !important}.ae-InsertRendererPanel-drawer .ae-RendererList-tabs{width:417px}.ae-RenderersPicker-list{flex-grow:1;height:0;display:flex;flex-direction:row;margin-top:10px;margin-bottom:10px}.ae-RenderersPicker-list>ul{min-width:40px;margin:0;padding:0;margin-right:20px;user-select:none}.ae-RenderersPicker-list>ul>li{list-style:none;display:block;text-align:center;white-space:nowrap}.ae-RenderersPicker-list>ul>li:not(:last-child){margin-bottom:10px}.ae-RenderersPicker-list>ul>li>a{color:#666;font-size:14px;cursor:pointer;padding:2px 10px;border-radius:5px}.ae-RenderersPicker-list>ul>li.is-active>a,.ae-RenderersPicker-list>ul>li>a:hover{text-decoration:none;color:#333;background:rgba(66,133,244,.1)}.ae-RenderersPicker-content{flex-grow:1;width:0;overflow:auto}.ae-RenderersPicker-content::-webkit-scrollbar{background-color:#fff;width:10px !important;height:10px !important}.ae-RenderersPicker-content ::-webkit-scrollbar-track{background-color:#fff}.ae-RenderersPicker-content::-webkit-scrollbar-thumb{background-color:#e6e7e8;border-radius:8px;border:2px solid #fff}.ae-RenderersPicker-content::-webkit-scrollbar-thumb:hover{background-color:#dadbdd}.ae-RenderersPicker-content::-webkit-scrollbar-button{display:none}.ae-RenderersPicker-content>ul{list-style:none;margin:0;padding:0}.ae-RenderersPicker-content>ul>li{border-radius:4px;margin:0;padding:0;display:flex;flex-wrap:wrap;flex-direction:row;align-items:center;border:1px solid #e6e7e8;color:#666;font-size:12px;cursor:pointer}.ae-RenderersPicker-content>ul>li:not(:last-child){margin-bottom:10px}.ae-RenderersPicker-content>ul>li:hover,.ae-RenderersPicker-content>ul>li.is-active{background:rgba(32,93,217,.05)}.ae-RenderersPicker-content>ul>li.is-active{border:1px solid #205dd9}.ae-RenderersPicker-info{flex-grow:1;width:0;padding:10px;align-self:flex-start;user-select:none}.ae-RenderersPicker-info>h4{font-size:14px;color:#333;padding:0;margin:0 0 10px}.ae-RendereresPicker-form{height:100%}.ae-RenderersPicker{height:100%;display:flex;flex-direction:column}.ae-RegionFilter{margin:10px 15px;font-size:12px;color:#666}.ae-RegionFilter>div{display:inline-block;cursor:pointer;padding:2px 10px;border-radius:5px}.ae-RegionFilter>div:hover,.ae-RegionFilter>div.is-active{color:#333;background:rgba(66,133,244,.1)}.ae-InsertPanel{display:flex;flex-direction:column;padding:15px;width:100%;height:100%}.ae-InsertPanel-title{color:#333;margin-bottom:10px}.ae-InsertPanel-footer{text-align:right}.ae-InsertPanel-footer>button+button,.ae-InsertPanel-footer>div+button{margin-left:5px}.editor-InputSearch-panel{position:relative}.editor-InputSearch-panel .editor-InputSearch-content{position:absolute;top:36px;left:12px;width:calc(100% - 24px);min-height:50px;padding:4px 12px;background:#fff;box-shadow:0 4px 5px 0 rgba(62,72,99,.06),0 1px 10px 0 rgba(62,72,99,.05),0 2px 4px -1px rgba(62,72,99,.04);border-radius:4px;z-index:100;visibility:visible;transition:all .3s;display:flex;flex-direction:column;justify-content:flex-start}.editor-InputSearch-panel .editor-InputSearch-content.hidden-status{visibility:hidden}.editor-InputSearch-panel .editor-InputSearch-content .search-history{flex:0 0 auto;margin-bottom:12px;padding-bottom:4px;font-family:PingFangSC-Regular;font-size:12px;color:#080e1a;line-height:20px;font-weight:400;border-bottom:1px solid #e6e6e8}.editor-InputSearch-panel .editor-InputSearch-content .search-history .header{opacity:.5;height:32px;line-height:32px;display:flex;justify-content:space-between;align-items:center}.editor-InputSearch-panel .editor-InputSearch-content .search-history .header .header-clear-icon{cursor:pointer}.editor-InputSearch-panel .editor-InputSearch-content .search-history .history-cont{position:relative;margin:0 -12px;padding:0 12px;overflow:hidden;display:flex;flex-direction:column}.editor-InputSearch-panel .editor-InputSearch-content .search-history .history-cont.hasScrollBtn{max-height:192px}.editor-InputSearch-panel .editor-InputSearch-content .search-history .history-cont.hasScrollBtn:hover{overflow-y:auto;padding:0 2px 0 12px}.editor-InputSearch-panel .editor-InputSearch-content .search-history .history-cont::-webkit-scrollbar{background-color:#fff;width:10px !important;height:10px !important}.editor-InputSearch-panel .editor-InputSearch-content .search-history .history-cont ::-webkit-scrollbar-track{background-color:#fff}.editor-InputSearch-panel .editor-InputSearch-content .search-history .history-cont::-webkit-scrollbar-thumb{background-color:#e6e7e8;border-radius:8px;border:2px solid #fff}.editor-InputSearch-panel .editor-InputSearch-content .search-history .history-cont::-webkit-scrollbar-thumb:hover{background-color:#dadbdd}.editor-InputSearch-panel .editor-InputSearch-content .search-history .history-cont::-webkit-scrollbar-button{display:none}.editor-InputSearch-panel .editor-InputSearch-content .search-history .history-cont .history-item{flex:0 0 auto;margin:0 -12px;padding:0 12px;opacity:.95;height:32px;display:flex;justify-content:space-between;align-items:center}.editor-InputSearch-panel .editor-InputSearch-content .search-history .history-cont .history-item:hover{opacity:.8;background:#f0f0f0}.editor-InputSearch-panel .editor-InputSearch-content .search-history .history-cont .history-item .history-keyword{flex:1 1 auto;max-width:calc(100% - 16px);color:#151a26;user-select:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.editor-InputSearch-panel .editor-InputSearch-content .search-history .history-cont .history-item .delete-icon{flex:0 0 20px;color:#080e1a;display:flex;justify-content:center;align-items:center}.editor-InputSearch-panel .editor-InputSearch-content .search-history .history-cont .history-item .delete-icon svg{width:12px;height:12px;opacity:.5;cursor:pointer}.editor-InputSearch-panel .editor-InputSearch-content .search-history .history-cont .history-item .delete-icon svg:hover{fill:#2468f2}.editor-InputSearch-panel .editor-InputSearch-content .search-result-list{position:relative;flex:0 0 auto;font-family:PingFangSC-Regular;font-size:12px;color:#080e1a;line-height:20px;font-weight:400;margin:0 -12px;padding:0 12px;max-height:192px;overflow:hidden}.editor-InputSearch-panel .editor-InputSearch-content .search-result-list.hasScrollBtn{max-height:192px}.editor-InputSearch-panel .editor-InputSearch-content .search-result-list.hasScrollBtn:hover{overflow-y:auto;padding:0 2px 0 12px}.editor-InputSearch-panel .editor-InputSearch-content .search-result-list::-webkit-scrollbar{background-color:#fff;width:10px !important;height:10px !important}.editor-InputSearch-panel .editor-InputSearch-content .search-result-list ::-webkit-scrollbar-track{background-color:#fff}.editor-InputSearch-panel .editor-InputSearch-content .search-result-list::-webkit-scrollbar-thumb{background-color:#e6e7e8;border-radius:8px;border:2px solid #fff}.editor-InputSearch-panel .editor-InputSearch-content .search-result-list::-webkit-scrollbar-thumb:hover{background-color:#dadbdd}.editor-InputSearch-panel .editor-InputSearch-content .search-result-list::-webkit-scrollbar-button{display:none}.editor-InputSearch-panel .editor-InputSearch-content .search-result-list .subRenderers-header{height:32px;line-height:32px;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.editor-InputSearch-panel .editor-InputSearch-content .search-result-list .subRenderers-header svg{width:10px;height:10px;opacity:.5;transform:rotate(90deg);transition:all .15s}.editor-InputSearch-panel .editor-InputSearch-content .search-result-list .subRenderers-header.is-folded svg{transform:rotate(180deg)}.editor-InputSearch-panel .editor-InputSearch-content .search-result-list .multiple-subRenderers-list{display:flex;flex-direction:column}.editor-InputSearch-panel .editor-InputSearch-content .search-result-list .subRenderers-list{display:flex;flex-direction:column}.editor-InputSearch-panel .editor-InputSearch-content .search-result-list .subRenderers-list.is-folded{height:0;overflow:hidden}.editor-InputSearch-panel .editor-InputSearch-content .search-result-list .subRenderers-list .subRenderers-item{flex:0 0 32px;padding-left:12px;line-height:32px;user-select:none;cursor:pointer;text-align:left;opacity:.95}.editor-InputSearch-panel .editor-InputSearch-content .search-result-list .subRenderers-list .subRenderers-item:hover{background:#f0f0f0}.editor-InputSearch-panel .editor-InputSearch-content .search-result-list .subRenderers-list .subRenderers-item .is-keyword{color:#2468f2}.editor-InputSearch-panel .editor-InputSearch-content .search-result-list .subRenderers-list.only-one-tag .subRenderers-item{margin:0 -12px;padding:0 12px}.editor-InputSearch-panel .editor-InputSearch-content .tag-list{flex:0 0 auto;font-family:PingFangSC-Regular;font-size:12px;color:#080e1a;line-height:20px;font-weight:400}.editor-InputSearch-panel .editor-InputSearch-content .tag-list .header{opacity:.5}.editor-InputSearch-panel .editor-InputSearch-content .tag-list .tag-list-cont{margin:4px -4px;display:flex;flex-wrap:wrap;justify-items:flex-start}.editor-InputSearch-panel .editor-InputSearch-content .tag-list .tag-list-cont .tag-item{margin:4px;flex:0 0 auto;padding:2px 8px;opacity:.95;border:1px solid #f2f3f3;background-color:#f2f3f3;border-radius:2px;cursor:pointer}.editor-InputSearch-panel .editor-InputSearch-content .tag-list .tag-list-cont .tag-item:hover{color:#2468f2}.ae-TableViewEditor{position:relative}.ae-TableViewEditor-rowLine{position:absolute;height:7px;left:0;right:0;cursor:row-resize;user-select:none;opacity:.5}.ae-TableViewEditor-colLine{position:absolute;width:7px;top:0;bottom:0;cursor:col-resize;user-select:none;opacity:.5}.ae-TableViewEditor-mergeIcon{position:absolute;bottom:-22px;left:calc(50% - 3.5em);color:#4285f4;cursor:pointer}.ae-TableViewEditor td[data-selected]{background:#cfe1fe}.ae-TableViewEditor .ae-AddBtn{position:absolute;left:calc(50% - 10px);top:calc(50% - 10px);margin:0}.ae-TargetName{padding:12px;width:15em}.ae-TargetName-list{list-style:none;padding:0;margin:0;user-select:none;cursor:pointer}.ae-TargetName-node>span{line-height:normal}.ae-TargetName-node>a{color:#58666e;text-decoration:none}.ae-TargetName-node.is-active>a{color:#007bff}.ae-TargetName-node.is-hover>a{color:#007bff}.ae-Editor-selectionCursor{position:absolute;background:rgba(35,183,229,.2);border:1px solid #23b7e5;z-index:999999}.aeDataChain{display:flex;flex-direction:row;flex-wrap:nowrap;min-height:300px}.aeDataChain-aside{width:60px;flex-shrink:0;border-right:1px solid #ccc;margin-right:10px;padding-right:10px}.aeDataChain-aside>ul{list-style:none;margin:0;padding:0}.aeDataChain-aside>ul>li{display:block;cursor:pointer;text-align:center;color:#999;padding:2px 5px;font-size:12px}.aeDataChain-aside>ul>li.is-active{color:#333;background:#edeff7}.aeDataChain-main{flex-grow:1;flex-basis:auto}.ae-PopoverEditControl{display:flex;flex-flow:row nowrap;justify-content:flex-end;align-items:center}.ae-PopoverEdit-popover{padding:0.75rem;border:none;min-width:18.75rem;max-width:40rem}.ae-PopoverEdit-popover header{display:flex;flex-flow:row nowrap;justify-content:flex-end;align-items:center;width:100%;height:1.5rem;margin-bottom:0.625rem}.ae-PopoverEdit-popover .ae-PopoverEdit-title{opacity:.95;font-size:var(--fontSizeMd);color:#080e1a;line-height:1.5rem;font-weight:bold;width:100%;margin:0}.ae-PopoverEdit-popover .ae-PopoverEdit-close{float:right;color:var(--text--muted-color);line-height:inherit;text-decoration:none;vertical-align:middle}.ae-PopoverEdit-popover .ae-PopoverEdit-close svg{width:0.75rem;height:0.75rem;fill:var(--text--muted-color)}.ae-PopoverEdit-popover .ae-PopoverEdit-close:not(.is-disabled){cursor:pointer}.ae-PopoverEdit-popover .ae-PopoverEdit-close:not(.is-disabled):hover{text-decoration:none;color:var(--text-color)}.ae-PopoverEdit-popover .ae-PopoverEdit-close:not(.is-disabled):hover svg{fill:var(--text-color)}.ae-OptionControl-header{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;width:100%;height:1.5rem;margin-bottom:0.625rem}.ae-OptionControl-header label{margin-right:1rem;font-size:14px;color:#5e626a}.ae-OptionControl-header .ae-OptionControl-source{--Form-input-fontSize: 0.75rem;--Form-select-borderColor: transparent;--Form-select-onHover-borderColor: transparent;--Form-input-onFocused-borderColor: transparent;--Form-select-color: #2468f2;width:100px}.ae-OptionControl-header .ae-OptionControl-source>svg,.ae-OptionControl-header .ae-OptionControl-source>svg path{fill:var(--primary)}.ae-OptionControl-header .ae-OptionControl-source-popover{font-size:0.75rem}.ae-OptionControl-wrapper{background:#fff;border-radius:5px;border:1px solid var(--borderColor);padding-top:0.1875rem}.ae-OptionControl-content{display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:center;margin:0;padding:0;padding-bottom:0.1875rem;overflow-x:hidden;overflow-y:auto;max-height:11.25rem}.ae-OptionControl-content::-webkit-scrollbar{background-color:#fff;width:10px !important;height:10px !important}.ae-OptionControl-content ::-webkit-scrollbar-track{background-color:#fff}.ae-OptionControl-content::-webkit-scrollbar-thumb{background-color:#e6e7e8;border-radius:8px;border:2px solid #fff}.ae-OptionControl-content::-webkit-scrollbar-thumb:hover{background-color:#dadbdd}.ae-OptionControl-content::-webkit-scrollbar-button{display:none}.ae-OptionControl-content .ae-OptionControlItem{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;width:100%;background:#fff;padding:0.3125rem 0.625rem}.ae-OptionControl-content .ae-OptionControlItem:hover{background:#e9effd}.ae-OptionControl-content .ae-OptionControlItem--dragging{height:0 !important;padding:0;border-top:2px solid var(--primary);overflow:hidden;background:#e9effd}.ae-OptionControl-content .ae-OptionControlItem-dragBar{margin-left:0;margin-right:var(--gap-sm);cursor:move;color:#d8d8d8}.ae-OptionControl-content .ae-OptionControlItem-checkbox{display:inline-flex;align-items:center;line-height:1.5rem}.ae-OptionControl-content .ae-OptionControlItem-checkbox span{color:#080e1a;margin-left:0.625rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:145px}.ae-OptionControl-content .ae-OptionControlItem-input{flex:1;margin:0;margin-right:1.25rem}.ae-OptionControl-content .ae-OptionControlItem-action{padding-left:0;padding-right:0}.ae-OptionControl-content .ae-OptionControlItem-action:not(:last-child){margin-right:0.625rem}.ae-OptionControl-content .ae-OptionControlItem-action:hover>svg,.ae-OptionControl-content .ae-OptionControlItem-action:hover>svg path{fill:var(--primary)}.ae-OptionControl-content .ae-OptionControlItem-action>svg,.ae-OptionControl-content .ae-OptionControlItem-action>svg path{fill:var(--text--muted-color)}.ae-OptionControl-placeholder{color:#999;line-height:1.5rem;text-align:center;vertical-align:middle;width:100%;padding:0.625rem}.ae-OptionControl-footer{display:flex;flex-flow:row nowrap;justify-content:flex-end;align-items:center;padding:0.3125rem;border-bottom-right-radius:5px;border-bottom-left-radius:5px;border-top:1px solid #f2f7f3;box-shadow:0 0 5px rgba(8,14,26,.06);clip-path:inset(-5px 0px 0px 0px)}.ae-OptionControl-PopoverEdit{display:flex;flex-flow:column nowrap;justify-content:space-between;align-items:flex-start;padding:0.9375rem 1.25rem;border:none;width:300px}.ae-OptionControl-PopoverEdit header{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;width:100%;height:1.5rem;margin-bottom:0.625rem}.ae-OptionControl-PopoverEdit header .ae-OptionControl-PopoverEdit-title{opacity:.95;font-size:var(--fontSizeMd);color:#080e1a;line-height:1.5rem;font-weight:bold}.ae-OptionControl-PopoverEdit header .ae-OptionControl-PopoverEdit-close{float:right;color:var(--text--muted-color);line-height:inherit;text-decoration:none;vertical-align:middle}.ae-OptionControl-PopoverEdit header .ae-OptionControl-PopoverEdit-close svg{width:0.75rem;height:0.75rem;fill:var(--text--muted-color)}.ae-OptionControl-PopoverEdit header .ae-OptionControl-PopoverEdit-close:not(.is-disabled){cursor:pointer}.ae-OptionControl-PopoverEdit header .ae-OptionControl-PopoverEdit-close:not(.is-disabled):hover{text-decoration:none;color:var(--text-color)}.ae-OptionControl-PopoverEdit header .ae-OptionControl-PopoverEdit-close:not(.is-disabled):hover svg{fill:var(--text-color)}.ae-ApiControl{background:#f2f3f3;padding:0.625rem 0.625rem 0.3125rem;border-radius:5px}.ae-ApiControl-dialog-body{max-height:560px;overflow-x:hidden;overflow-y:auto;padding:0 !important;margin:1rem 0 1.5rem}.ae-ValidationControl header{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;width:100%;height:1.5rem;margin-bottom:0.625rem}.ae-ValidationControl header label{margin-right:1rem;font-size:14px;color:#5e626a}@keyframes growing{0%{box-shadow:0 0 10px rgba(35,183,229,0) inset;border:1px solid rgba(32,93,217,0)}50%{box-shadow:0 0 10px rgba(35,183,229,.6) inset;border:1px solid rgba(32,93,217,.75)}100%{box-shadow:0 0 10px rgba(35,183,229,.2) inset;border:1px solid rgba(32,93,217,.1)}}.ae-Editor{display:block;min-height:450px;min-width:980px}.ae-Editor svg.icon{top:0 !important}.ae-Editor.is-fixed{position:absolute;top:0;left:0;right:0;bottom:0}.ae-Editor .ae-Editor-inner{transform:scale(1);transform-origin:center top;display:flex;height:100%;width:100%;flex-direction:row}.ae-Editor-common-config{outline:2px solid rgba(243,144,0,.2)}.subEditor-dialog{overflow:hidden;border:1px solid #e6e6e8;margin:5px;padding:0}.ae-Main{flex:1 1 auto;transform:scale(1);transform-origin:center top;background-color:#f2f2f4;display:flex;flex-direction:column}.ae-Main .ant-back-top{bottom:96px;right:39px;width:45px;height:45px;z-index:20000}.ae-Main .ant-back-top svg.ant-fade-leave{visibility:hidden}.ae-Main .ant-back-top svg.ant-fade-enter{visibility:visible}.ae-Preview{position:relative;flex-grow:1;background-color:#f2f2f4;overflow:hidden}.ae-Preview .ae-Preview-body{position:relative;height:100%;width:100%;padding:24px 20px 20px;min-width:300px;background-color:#f2f2f4;overflow:auto}.ae-Preview .ae-Preview-body::-webkit-scrollbar{background-color:#fff;width:10px !important;height:10px !important}.ae-Preview .ae-Preview-body ::-webkit-scrollbar-track{background-color:#fff}.ae-Preview .ae-Preview-body::-webkit-scrollbar-thumb{background-color:#e6e7e8;border-radius:8px;border:2px solid #fff}.ae-Preview .ae-Preview-body::-webkit-scrollbar-thumb:hover{background-color:#dadbdd}.ae-Preview .ae-Preview-body::-webkit-scrollbar-button{display:none}.ae-Preview .ae-Preview-body::-webkit-scrollbar{background-color:#f2f2f4}.ae-Preview .ae-Preview-body::-webkit-scrollbar-thumb{border:2px solid #f2f2f4;background-color:#dadbdd}.ae-Preview .ae-Preview-body::-webkit-scrollbar-thumb:hover{background-color:#cecfd1;width:10px !important;height:10px !important}.ae-Preview .ae-Preview-body .ae-Preview-inner{position:relative;display:flex;min-height:100%;background:#fff;box-shadow:0 2px 6px 0 rgba(211,211,211,.5);border-radius:4px}.ae-Preview .ae-Preview-body .ae-Preview-inner>*:first-child{min-width:100%;position:relative;min-height:100%;height:auto;background:#fff;box-shadow:0 10px 10px -10px rgba(0,0,0,.2)}.ae-Preview .ae-Preview-body:focus{outline:none}.ae-Preview .ae-Preview-body.is-edting input,.ae-Preview .ae-Preview-body.is-edting textarea,.ae-Preview .ae-Preview-body.is-edting select,.ae-Preview .ae-Preview-body.is-edting iframe{pointer-events:none}.ae-Preview .ae-Preview-body.is-mobile{position:relative;border-width:64px 22px;border-color:#ddd;border-style:solid;border-radius:40px;width:419px;height:798px;flex-grow:unset;min-height:unset;margin:40px auto;min-width:unset;padding:0;overflow:visible}.ae-Preview .ae-Preview-body.is-mobile>.ae-Preview-inner{min-height:100%;height:100%;width:100%;overflow-x:hidden;overflow-y:auto;padding:0}.ae-Preview .ae-Preview-body.is-mobile>.ae-Preview-inner::-webkit-scrollbar{display:none}.ae-Preview .ae-Preview-body.is-mobile .mobile-sound,.ae-Preview .ae-Preview-body.is-mobile .mobile-receiver,.ae-Preview .ae-Preview-body.is-mobile .mobile-left-btn,.ae-Preview .ae-Preview-body.is-mobile .mobile-right-btn,.ae-Preview .ae-Preview-body.is-mobile .mobile-open-btn{position:absolute;background:#cdcdcd;border-radius:3px;z-index:100}.ae-Preview .ae-Preview-body.is-mobile .mobile-sound{top:-35px;left:142px;width:58px;height:6px}.ae-Preview .ae-Preview-body.is-mobile .mobile-receiver{top:-37px;left:224px;width:10px;height:10px;border-radius:5px}.ae-Preview .ae-Preview-body.is-mobile .mobile-left-btn{top:162px;left:-27px;width:6px;height:50px}.ae-Preview .ae-Preview-body.is-mobile .mobile-right-btn{top:61px;right:-27px;width:6px;height:100px}.ae-Preview .ae-Preview-body.is-mobile .mobile-open-btn{top:211px;right:-27px;width:6px;height:50px}.ae-Preview.is-mobile-body{overflow-x:hidden;overflow-y:auto}.ae-Preview.is-mobile-body::-webkit-scrollbar{background-color:#fff;width:10px !important;height:10px !important}.ae-Preview.is-mobile-body ::-webkit-scrollbar-track{background-color:#fff}.ae-Preview.is-mobile-body::-webkit-scrollbar-thumb{background-color:#e6e7e8;border-radius:8px;border:2px solid #fff}.ae-Preview.is-mobile-body::-webkit-scrollbar-thumb:hover{background-color:#dadbdd}.ae-Preview.is-mobile-body::-webkit-scrollbar-button{display:none}.ae-Preview.is-mobile-body::-webkit-scrollbar{background-color:#f2f2f4}.ae-Preview.is-mobile-body::-webkit-scrollbar-thumb{border:2px solid #f2f2f4;background-color:#dadbdd}.ae-Preview.is-mobile-body::-webkit-scrollbar-thumb:hover{background-color:#cecfd1;width:10px !important;height:10px !important}.ae-PreviewFrame{pointer-events:all !important;border:0;width:100%}.ae-IframeMask{position:absolute;z-index:100;top:0;left:0;right:0;bottom:0}.ae-IFramePreview>*:first-child{min-width:100%;position:relative;min-height:100%;background:#fff}.ae-IFramePreview.is-edting input,.ae-IFramePreview.is-edting textarea,.ae-IFramePreview.is-edting select,.ae-IFramePreview.is-edting iframe{pointer-events:none}.ae-Editor-toolbarPopover{position:absolute;top:-24px;left:-2px;z-index:20;border:0;padding-right:8px;white-space:nowrap;background:#205dd9;height:24px;font-family:PingFangSC-Regular;font-size:12px;font-weight:400;color:#fff;line-height:24px;color:#fff;line-height:24px;display:inline-flex;justify-content:flex-start;align-items:center}.ae-Editor-toolbarPopover.is-right-elem{left:auto;right:-2px}.ae-Editor-toolbarPopover .ae-Editor-toolbar{z-index:10}.ae-Editor-nav{pointer-events:all;display:inline-block}.ae-Editor-nav .ae-Editor-tip{opacity:0;display:block;background:rgba(32,93,217,.8)}.ae-Editor-nav .ae-Editor-tip.current{opacity:1}.ae-Editor-nav:hover .ae-Editor-tip{opacity:1}.ae-Editor-nav:hover .ae-Editor-tip.parent{transform:translate(0, -25px)}.ae-Editor-nav:hover .ae-Editor-tip.child{transform:translate(0, 25px)}.ae-Editor-nav:hover .ae-Editor-tip:hover,.ae-Editor-nav:hover .ae-Editor-tip.current{background:#205dd9}.ae-Editor-toolbar{position:relative;padding-left:8px;display:inline-flex !important;pointer-events:all;align-items:center;justify-content:flex-start}.ae-Editor-toolbar::before{position:absolute;top:-4px;left:0;content:"|";opacity:.4;color:#fff;height:10px;width:1px}.ae-Editor-toolbar.sencondary{padding-left:0 !important}.ae-Editor-toolbar.sencondary::before{display:none}.ae-Editor-toolbar button{margin:0 4px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;width:16px;padding:0;text-align:center;color:#fff;opacity:.8;background:transparent;border:none;outline:none;font-size:12px}.ae-Editor-toolbar button svg{fill:currentColor}.ae-Editor-toolbar button:hover{opacity:1}fa .ae-Editor-toolbar button[draggable]{cursor:move}.ae-WResizer,.ae-HResizer,.ae-Resizer{width:10px;height:10px;border:2px solid #205dd9;background-color:#fff;transform:translate(-50%, -50%);position:absolute;pointer-events:all;display:none}.ae-WResizer{left:100%;top:50%;cursor:ew-resize}.ae-WResizer[data-value]:after{position:absolute;content:attr(data-value);background-color:#205dd9;right:15px;top:50%;transform:translate(0, -50%);padding:2px 8px;color:#fff}.ae-HResizer{left:50%;top:100%;cursor:ns-resize}.ae-HResizer[data-value]:after{position:absolute;content:attr(data-value);background-color:#205dd9;bottom:15px;left:50%;transform:translate(-50%, 0);padding:2px 8px;color:#fff}.ae-Resizer{left:100%;top:100%;cursor:nwse-resize}.ae-Resizer[data-value]:after{position:absolute;content:attr(data-value);background-color:#205dd9;bottom:15px;right:15px;padding:2px 8px;color:#fff;text-align:center}.ae-Editor-hlbox{position:absolute;z-index:1;border:1px dashed rgba(32,93,217,.75);box-sizing:border-box;pointer-events:none;transition:all ease-out .15s}.ae-Editor-hlbox:hover{z-index:3}.ae-Editor-hlbox.selected{background:rgba(32,93,217,.05);border:2px solid #205dd9}.ae-Editor-hlbox.selected .ae-Editor-toolbar{background:#205dd9}.ae-Editor-hlbox.selected .ae-Editor-toolbar button.ae-InsertBefore,.ae-Editor-hlbox.selected .ae-Editor-toolbar button.ae-InsertAfter{background:#205dd9}.ae-Editor-hlbox.selected .ae-WResizer,.ae-Editor-hlbox.selected .ae-HResizer,.ae-Editor-hlbox.selected .ae-Resizer{display:block}.ae-Editor-hlbox.regionOn{background:transparent;z-index:5}.ae-Editor-hlbox .ae-Editor-toolbar{display:none;background:rgba(32,93,217,.75)}.ae-Editor-hlbox .ae-Editor-toolbar.sencondary{position:absolute;top:-1px;right:-1px;border-radius:0 0 3px 3px;height:20px;line-height:20px}.ae-Editor-hlbox .ae-Editor-toolbar.sencondary>button{font-size:12px;width:16px}.ae-Editor-hlbox .ae-Editor-toolbar.special{position:absolute;top:0;left:0;right:0;bottom:0;background:transparent !important;height:auto;width:auto;pointer-events:none}.ae-Editor-hlbox .ae-Editor-toolbar button.ae-InsertBefore,.ae-Editor-hlbox .ae-Editor-toolbar button.ae-InsertAfter{pointer-events:all;position:absolute;background:rgba(32,93,217,.75);width:20px;height:20px;line-height:20px;border-radius:500px;top:20%}.ae-Editor-hlbox .ae-Editor-toolbar button.ae-InsertBefore>span>svg,.ae-Editor-hlbox .ae-Editor-toolbar button.ae-InsertAfter>span>svg{width:12px;height:12px;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);transition:transform ease-out .3s}.ae-Editor-hlbox .ae-Editor-toolbar button.ae-InsertBefore.is-vertical,.ae-Editor-hlbox .ae-Editor-toolbar button.ae-InsertAfter.is-vertical{left:50%;transform:translate(-50%, 0)}.ae-Editor-hlbox .ae-Editor-toolbar button.ae-InsertBefore:hover,.ae-Editor-hlbox .ae-Editor-toolbar button.ae-InsertAfter:hover{box-shadow:0 4px 8px 0 rgba(0,0,0,.12),0 2px 4px 0 rgba(0,0,0,.08)}.ae-Editor-hlbox .ae-Editor-toolbar button.ae-InsertBefore:hover>span>svg,.ae-Editor-hlbox .ae-Editor-toolbar button.ae-InsertAfter:hover>span>svg{transform:translate(-50%, -50%) rotate(90deg)}.ae-Editor-hlbox .ae-Editor-toolbar button.ae-InsertBefore{left:-25px}.ae-Editor-hlbox .ae-Editor-toolbar button.ae-InsertBefore.is-vertical{top:-25px}.ae-Editor-hlbox .ae-Editor-toolbar button.ae-InsertAfter{right:-25px}.ae-Editor-hlbox .ae-Editor-toolbar button.ae-InsertAfter.is-vertical{top:auto;bottom:-25px}.ae-Editor-hlbox.selected .ae-Editor-toolbar{display:block;background:#205dd9}.ae-Editor-renderer-error{padding:5px;font-family:PingFangSC-Medium;font-size:14px;color:#cf1322;border:1px dashed #cf1322}.ae-Editor-tip{user-select:none;max-width:100px;padding:0 8px;overflow:hidden;text-overflow:ellipsis;color:#fff;font-size:12px;line-height:24px;height:24px;display:inline-flex;align-items:center;white-space:nowrap;position:relative;transition:all ease-out .3s;cursor:pointer;z-index:2}.ae-Editor-tip.parent,.ae-Editor-tip.child{position:absolute;top:0;left:0;background:#205dd9;z-index:1}.ae-Editor-tip.child{z-index:3}.ae-Preview-widgets{position:absolute;top:0;left:0;width:100%;height:100%;box-sizing:border-box;z-index:100;pointer-events:none}.ae-Editor-rendererCol{width:140px;padding:0 20px 0 0;vertical-align:middle !important;text-align:center}.ae-Editor-rendererThumbOuter{position:absolute;top:0;left:0;min-width:210px;min-height:90px;padding:10px;display:flex;justify-content:center;align-items:center;text-align:center;vertical-align:middle}.ae-Settings-content{height:100%}.width-draggable-icon{position:absolute;right:-0.375rem;top:calc(50% - 100px);cursor:ew-resize;writing-mode:vertical-lr;width:.75rem;height:1.5rem;margin-top:-0.75rem;border:.0625rem solid #dee2e6;background-color:#fff;border-radius:.142rem;font-size:12px;line-height:.625rem;text-align:center;user-select:none;color:#666}.width-draggable-icon:hover{color:#000;box-shadow:0 4px 8px 0 rgba(0,0,0,.12),0 2px 4px 0 rgba(0,0,0,.08)}.width-draggable-icon:after{content:"···"}.width-draggable-icon.leftBtn{left:-0.375rem}.width-draggable-icon.hasArrowIcon{top:calc(50% - 100px)}.ae-DialogToolbar{height:100%;flex:1 auto}.ae-DialogToolbar>button{background:0 0;color:#222;outline:0;border:0;line-height:1;cursor:pointer;margin:0 2px;transition:background-color .2s ease 0s;border-radius:0;background-clip:padding-box;z-index:2;position:relative;box-sizing:border-box;text-decoration:none;float:left;padding:0;width:30px;height:30px;text-align:left}.ae-DialogToolbar>button>i{display:block;font-size:14px;width:14px;margin:8px;text-align:center;float:none}.ae-DialogToolbar>button:hover{background-color:#f2f2f2}.ae-DialogToolbar>button.acitve{background:#d6d6d6 !important;color:#222 !important}.ae-DialogToolbar>button[disabled]{color:#bdbdbd;cursor:default;pointer-events:none}.ae-disable-mask{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1100}.ae-RenderersPicker-thumb{width:100%;padding:10px;user-select:none}.ae-RenderersPicker-thumb.is-scaled{width:140px}.ae-RenderersPicker-thumb .ae-Editor-rendererThumbWrap{position:relative;width:100%;min-height:60px;max-height:150px;padding:10px;text-align:left;z-index:100;background:#f8f9fa;overflow:hidden;display:flex;justify-content:center;align-items:center}.ae-RenderersPicker-thumb .ae-Editor-rendererThumbIcon{position:absolute;top:50%;left:50%;z-index:110;background:rgba(0,0,0,.6);border-radius:5px;width:30px;height:30px;color:#fff;text-align:center;vertical-align:middle;line-height:30px;transform:translate(-50%, -50%);opacity:0}.ae-RenderersPicker-thumb .ae-Editor-rendererThumbIcon:hover{opacity:1 !important}.ae-RenderersPicker-thumb .ae-Editor-rendererThumbIcon>svg{position:relative;top:4px;width:16px;height:16px}.ae-RenderersPicker-thumb .ae-Editor-rendererThumbWrap:hover>.ae-Editor-rendererThumbIcon{opacity:.4}.ae-RenderersPicker-thumb .ae-Editor-rendererThumbIcon i{display:block;position:absolute;bottom:0;right:0;color:#dcdcdc}.ae-RenderersPicker-thumb .ae-Editor-rendererThumb{display:inline-block;width:100%}.ae-RenderersPicker-thumb .ae-Editor-rendererThumbInner{margin:0;width:100%;transform-origin:0% 0%;transform:scale(1);pointer-events:none;text-align:center}.ae-RenderersPicker-thumb .ae-Editor-rendererThumbInner>*{text-align:left;margin-bottom:0}.ae-RenderersPicker-thumb.is-scaled .ae-Editor-rendererThumbInner{margin:0;width:200%;transform-origin:0% 0%;transform:scale(0.5);pointer-events:none;text-align:center}.ae-Editor-rendererPlaceholder{position:relative;text-align:center}.ae-RendererList .editor-InputSearch,.ae-Outline-panel .editor-InputSearch,.ae-InsertPanel .editor-InputSearch{margin:0 12px;background:#fff !important;border:1px solid #cecfd1 !important;border-radius:4px !important;display:flex;justify-content:flex-start;align-items:center}.ae-RendererList .editor-InputSearch svg.icon-search,.ae-RendererList .editor-InputSearch svg.delete-btn-icon,.ae-Outline-panel .editor-InputSearch svg.icon-search,.ae-Outline-panel .editor-InputSearch svg.delete-btn-icon,.ae-InsertPanel .editor-InputSearch svg.icon-search,.ae-InsertPanel .editor-InputSearch svg.delete-btn-icon{top:0 !important;width:14px;height:14px;color:#141a25}.ae-RendererList .editor-InputSearch>a,.ae-Outline-panel .editor-InputSearch>a,.ae-InsertPanel .editor-InputSearch>a{display:flex;justify-content:center;align-items:center}.ae-RendererList hr.margin-top,.ae-Outline-panel hr.margin-top,.ae-InsertPanel hr.margin-top{margin:16px 0 0;height:1px;border:none;border-top:1px solid #e6e6e8 !important}.ae-InsertPanel .editor-InputSearch{margin:0}.ae-Widget-iframe{position:relative}.ae-Widget-iframe:after{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1210;content:""}.ae-Drawer-preview{display:flex;flex-direction:column}.ae-Drawer-preview .panel-footer .btn+.btn{margin-left:5px}.ae-Drawer-preview .resize-ctrl{display:none}.dropdown-menu.preview{display:block;position:static}[data-editor-id][draggable]{cursor:move}[data-editor-id].ae-is-draging,.ae-is-draging{display:none !important}[data-editor-id][data-visible=false]{opacity:.6;position:relative}[data-editor-id][data-visible=false]:before{content:"<隐藏状态>";z-index:10;color:#6c717c;border:1px dashed #ced0d3;background:rgba(10,19,37,.05);position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.ae-Region-placeholder{display:none}[data-region]{position:relative;min-height:34px}[data-region]:empty{min-width:20px}[data-region]:empty:before{height:100%;content:attr(data-region-placeholder);position:relative;display:flex;flex:1;flex-direction:column;justify-content:center;padding:0 5px;-webkit-user-select:none;user-select:none;text-align:center;text-transform:uppercase;color:#6c717c;border:1px dashed #ced0d3;background:rgba(10,19,37,.05)}[data-region].is-dragenter{background-color:#fff}[data-region].is-dragenter .ae-AddBtn{display:none}[data-region].is-dragenter>[data-editor-id],[data-region].is-dragenter>*:not([data-editor-id])>[data-editor-id]{position:relative}[data-region].is-dragenter>[data-editor-id]::before,[data-region].is-dragenter>*:not([data-editor-id])>[data-editor-id]::before{position:absolute;content:"";pointer-events:none;top:-1px;left:-1px;right:-1px;bottom:-1px;z-index:10;background:rgba(32,93,217,.05);border:1px solid rgba(32,93,217,.2)}[data-region].is-dragenter>span[data-editor-id]{display:inline-block}[data-region].is-entering:not(.is-dragenter){position:relative}[data-region].is-entering:not(.is-dragenter)::before{z-index:10;content:"";position:absolute;pointer-events:none;left:0;top:0;right:0;bottom:0;animation:growing 1s infinite linear}[data-region].is-entering:not(.is-dragenter)::after{z-index:20;content:"保持3s不动切换";pointer-events:none;position:absolute;left:50%;transform:translateX(-50%);top:10%;background:#205dd9;border-radius:5px;font-size:12px;color:#fff;padding:2px 5px}.ae-Editor-rhlbox{position:absolute;left:-1px;top:-1px;display:block;box-sizing:content-box;border-style:solid;border-color:transparent;pointer-events:none;z-index:2;transition:all ease-out .15s}.ae-Editor-rhlbox:before{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;content:"";border:1px dotted #5e8be7;visibility:hidden}.ae-Editor-rhlbox>.region-tip{position:absolute;right:50%;top:-19px;transform:translateX(50%);background:#205dd9;color:#fff;padding:3px 8px;font-size:11px;line-height:12px;white-space:nowrap;border-radius:3px 3px 0 0;pointer-events:all;display:flex;justify-content:center;align-items:center;visibility:hidden}.ae-Editor-rhlbox>.region-tip.is-only-child-region{visibility:hidden !important}.ae-Editor-rhlbox>.region-tip button{cursor:pointer;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:none;outline:none;font-size:11px;line-height:12px}.ae-Editor-rhlbox>.region-tip svg{width:12px;height:12px;fill:#fff;opacity:.8;cursor:pointer}.ae-Editor-rhlbox>.region-tip svg:hover{opacity:1}.ae-Editor-rhlbox>.region-tip .margin-space{opacity:.8;margin-left:6px}.ae-Editor-rhlbox.region-label-within>.region-tip{top:1px;border-radius:0 0 3px 3px}.ae-Editor-rhlbox.region-hover:before,.ae-Editor-rhlbox.region-hover>.region-tip{visibility:visible}.ae-Editor-rhlbox.is-highlight{border-color:rgba(32,93,217,.05);background:transparent}.ae-Editor-rhlbox.is-highlight:before{visibility:visible;border:1px solid #326be1}.ae-Editor-rhlbox.is-highlight>.region-tip{visibility:visible}.ae-Editor-rhlbox.is-dragenter[data-renderer=form][data-region=controls]{margin:-12px;padding:12px}.ae-Editor-rhlbox.is-dragenter[data-renderer=form][data-region=body]{margin:-12px;padding:12px}.ae-Editor-hlbox.selected>.ae-Editor-rhlbox{left:-2px;top:-2px}[data-region=columns]>.ae-AddBtn,[data-renderer=card][data-region=actions]>.ae-AddBtn{position:absolute;left:-30px;top:5px}div.ae-DragImage{position:absolute;top:0;left:0;background:rgba(66,133,244,.1);border:1px solid rgba(32,93,217,.75);white-space:nowrap;width:50px;height:30px;z-index:100000}div.ae-DragImage>span{position:absolute;left:-1px;top:-16px;background:rgba(32,93,217,.75);color:#fff;padding:2px 5px;font-size:11px;border-radius:3px 3px 0 0;line-height:12px;z-index:1204;display:block;white-space:nowrap;box-shadow:0 -2px 5px rgba(255,255,255,.5)}.ae-DragGhost{margin-bottom:12px}.ae-DragGhost>*{position:relative}.ae-DragGhost>*::before{content:"";position:absolute;z-index:10;top:-1px;left:-1px;right:-1px;bottom:-1px;min-width:100%;min-height:100%;background:rgba(32,93,217,.2);border:1px solid #205dd9}.ae-DragGhost.use-position{display:inline-block;position:absolute;background:#205dd9;height:5px;width:100%;z-index:5}.ae-DragGhost.use-position::before{content:" "}.ae-DragGhost.use-position.is-horizontal{width:5px;height:100%}@media(min-width: 768px){.ae-BulkActions-control .col-edit{width:30px;flex-grow:0}.ae-BulkActions-control .col-edit>button{border:0;background-color:transparent;outline:none}}.ae-Editor-rendererItem{display:block;max-width:unset;margin-bottom:10px}.ae-Editor-rendererItem:hover{background:rgba(66,133,244,.1);color:#58666e}.ae-Editor-rendererItem.is-active,.ae-Editor-rendererItem:hover:active{background:rgba(66,133,244,.1);border:1px solid #205dd9;color:#58666e}.ae-Editor-rendererItem.is-active:after,.ae-Editor-rendererItem:hover:active:after{border-color:#205dd9}.ae-dialog{padding:0 !important;position:relative}.ae-dialog>div{position:absolute;width:100%;height:100%;padding:0;overflow:auto}.ae-dialog>div>div{height:100%;margin-bottom:0}.ae-dialog>div>div>.ae-Editor{position:relative;height:100%}.ae-Dialog-footerRegion{text-align:right}.ae-InlineModel{display:flex;flex-direction:column;height:auto;width:100%;border:1px solid #d1d5db}.ae-EditableRenderers{padding:5px 10px;background:rgba(39,194,76,.2);border:1px solid rgba(22,109,43,.2);margin-bottom:10px}.ae-EditableRenderers-tip{display:block;color:#27c24c}.ae-EditableRender{display:flex;flex-direction:row;align-items:center;margin-top:10px}.ae-EditableRender-title{font-size:12px;color:#333;padding-right:10px}.ae-EditableRender-body{flex-grow:1;width:0;margin:-3px}.ae-EditableRender-body>*{margin:3px}.ae-ErrorRenderer{display:flex;align-items:center;justify-content:center;color:#a94442;background:#f2dede;border:1px solid #ebccd1;min-height:30px;padding:0 10px}.ae-ApiSample{min-width:200px}.ae-ApiSample>pre{overflow:auto;border:1px solid #999;page-break-inside:avoid;display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}.ae-ApiSample>pre>code{white-space:pre}.ae-ApiSample-tooltip{max-width:360px}.ae-JsonEditor{height:400px;border:1px solid #d1d5db}.ae-Editor-popOverForm{min-width:300px;max-width:600px;padding:10px 20px}.hoverShowScrollBar{overflow:auto !important}.hoverShowScrollBar::-webkit-scrollbar{background-color:#fff;width:10px !important;height:10px !important}.hoverShowScrollBar ::-webkit-scrollbar-track{background-color:#fff}.hoverShowScrollBar::-webkit-scrollbar-thumb{background-color:#e6e7e8;border-radius:8px;border:2px solid #fff}.hoverShowScrollBar::-webkit-scrollbar-thumb:hover{background-color:#dadbdd}.hoverShowScrollBar::-webkit-scrollbar-button{display:none}.hoverShowScrollBar::-webkit-scrollbar-thumb{visibility:hidden !important}.hoverShowScrollBar:hover::-webkit-scrollbar-thumb{visibility:visible !important}
package/dist/util.d.ts CHANGED
@@ -3,8 +3,8 @@
3
3
  */
4
4
  import { utils } from 'amis';
5
5
  import { Diff } from 'deep-diff';
6
- declare const guid: typeof utils.guid, omitControls: typeof utils.omitControls, isObjectShallowModified: typeof utils.isObjectShallowModified, isObject: typeof utils.isObject, anyChanged: typeof utils.anyChanged, noop: typeof utils.noop, makeHorizontalDeeper: typeof utils.makeHorizontalDeeper;
7
- export { guid, isObjectShallowModified, isObject, anyChanged, noop, makeHorizontalDeeper, omitControls };
6
+ declare const guid: typeof utils.guid, omitControls: typeof utils.omitControls, isObjectShallowModified: typeof utils.isObjectShallowModified, isObject: typeof utils.isObject, anyChanged: typeof utils.anyChanged, noop: typeof utils.noop, makeHorizontalDeeper: typeof utils.makeHorizontalDeeper, isEmpty: typeof utils.isEmpty;
7
+ export { guid, isObjectShallowModified, isObject, anyChanged, noop, makeHorizontalDeeper, omitControls, isEmpty };
8
8
  export declare function __uri(id: string): string;
9
9
  export declare function cleanUndefined(obj: any): any;
10
10
  /**